2018-12-12 14:18:32,772 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-318 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-12 14:18:32,778 - 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=wafwxy7X9K83hEspv3PNf9hJz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-12-12 14:18:32,778 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-12 14:18:32,779 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-12-12 14:18:32,796 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-12-12 14:18:40,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:18:40,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:18:40,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:18:40,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:18:40,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:18:40,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:18:40,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:18:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:18:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:18:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:18:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:18:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:18:40,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:18:40,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:18:40,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:18:40,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:18:40,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4aa4a5c-6b24-4745-9d68-effd371edd63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:18:40,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d4aa4a5c-6b24-4745-9d68-effd371edd63 2018-12-12 14:18:40,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:40,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["8OtSukxTS9G7Dy75woQnmQ"], "issued_at": "2018-12-12T14:18:40.000000Z"}} 2018-12-12 14:18:40,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:40,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:18:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:18:40,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:40,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df833b9-1975-4a0b-b4b0-b07fbbf7773c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:18:40,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-3df833b9-1975-4a0b-b4b0-b07fbbf7773c 2018-12-12 14:18:40,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.64834189415s 2018-12-12 14:18:40,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 14:18:40,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}}' 2018-12-12 14:18:41,073 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e510ee-ba70-4f00-9f7c-d418f8a4bb09 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.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5"}, "enabled": true, "id": "bfab3a54c1774217aa7db95deb103aa5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}} 2018-12-12 14:18:41,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-20e510ee-ba70-4f00-9f7c-d418f8a4bb09 2018-12-12 14:18:41,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.205801010132s 2018-12-12 14:18:41,073 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-20e510ee-ba70-4f00-9f7c-d418f8a4bb09 2018-12-12 14:18:41,074 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79', 'id': u'bfab3a54c1774217aa7db95deb103aa5', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 14:18:41,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 14:18:41,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.405279874802s 2018-12-12 14:18:41,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:41,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27b2b903-de68-4d67-b0d0-88339177c62e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2"}, "enabled": true, "id": "3728463028c943a082547215771eb5a2", "options": {}, "domain_id": "default", "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79"}} 2018-12-12 14:18:41,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2 used request id req-27b2b903-de68-4d67-b0d0-88339177c62e 2018-12-12 14:18:41,647 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3728463028c943a082547215771eb5a2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79'}) 2018-12-12 14:18:41,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:41,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:41,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7841ae48-7893-4406-a238-453a3ea99125 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:18:41,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7841ae48-7893-4406-a238-453a3ea99125 2018-12-12 14:18:41,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746619701385s 2018-12-12 14:18:41,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:41,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:41,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eebcfb9-8a2f-4d88-b758-94c36ac08588 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:18:41,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5eebcfb9-8a2f-4d88-b758-94c36ac08588 2018-12-12 14:18:41,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.150588989258s 2018-12-12 14:18:41,875 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 14:18:41,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:18:41,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" -d '{"role": {"name": "Member"}}' 2018-12-12 14:18:42,079 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:18:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae93410e-3221-4d0c-859e-eeab1771220f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f9ceca5ad27b4ea48e470e57e8807229", "links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "name": "Member"}} 2018-12-12 14:18:42,079 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ae93410e-3221-4d0c-859e-eeab1771220f 2018-12-12 14:18:42,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.203756809235s 2018-12-12 14:18:42,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:42,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64ffadb-a400-460f-8284-fb5ec4e5eae9 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "domain_id": null, "name": "Member", "id": "f9ceca5ad27b4ea48e470e57e8807229"}} 2018-12-12 14:18:42,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229 used request id req-b64ffadb-a400-460f-8284-fb5ec4e5eae9 2018-12-12 14:18:42,206 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229'}, 'domain_id': None, 'human_id': None, 'id': u'f9ceca5ad27b4ea48e470e57e8807229', 'HUMAN_ID': False}) 2018-12-12 14:18:42,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:42,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:42,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd360652-95ec-405c-b062-fc0f909df066 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f9ceca5ad27b4ea48e470e57e8807229", "links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "name": "Member"}]} 2018-12-12 14:18:42,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fd360652-95ec-405c-b062-fc0f909df066 2018-12-12 14:18:42,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0948519706726s 2018-12-12 14:18:42,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:18:42,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:42,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8015759a-39f8-434b-8ef5-474aa1cab54b 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:18:42,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-8015759a-39f8-434b-8ef5-474aa1cab54b 2018-12-12 14:18:42,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0835859775543s 2018-12-12 14:18:42,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:18:42,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:42,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8387db06-c796-463f-bce3-a58b6b038a43 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "links": {"self": "http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2"}, "domain_id": "default", "enabled": true, "id": "3728463028c943a082547215771eb5a2", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:18:42,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8387db06-c796-463f-bce3-a58b6b038a43 2018-12-12 14:18:42,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947608947754s 2018-12-12 14:18:42,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8387db06-c796-463f-bce3-a58b6b038a43 2018-12-12 14:18:42,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:18:42,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:42,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05f4be3-3aa2-4d87-a5af-d3e548388610 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5"}, "enabled": true, "id": "bfab3a54c1774217aa7db95deb103aa5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}]} 2018-12-12 14:18:42,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-a05f4be3-3aa2-4d87-a5af-d3e548388610 2018-12-12 14:18:42,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.14007806778s 2018-12-12 14:18:42,630 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-a05f4be3-3aa2-4d87-a5af-d3e548388610 2018-12-12 14:18:42,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:18:42,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=f9ceca5ad27b4ea48e470e57e8807229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:42,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53dce8e2-b893-4b8a-aaf6-6231d9923bb8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=f9ceca5ad27b4ea48e470e57e8807229", "previous": null, "next": null}} 2018-12-12 14:18:42,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=f9ceca5ad27b4ea48e470e57e8807229 used request id req-53dce8e2-b893-4b8a-aaf6-6231d9923bb8 2018-12-12 14:18:42,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0853078365326s 2018-12-12 14:18:42,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:18:42,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5/users/3728463028c943a082547215771eb5a2/roles/f9ceca5ad27b4ea48e470e57e8807229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:18:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b41a16f-166d-42cf-a3a7-447c996c422f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:18:43,029 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5/users/3728463028c943a082547215771eb5a2/roles/f9ceca5ad27b4ea48e470e57e8807229 used request id req-5b41a16f-166d-42cf-a3a7-447c996c422f 2018-12-12 14:18:43,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.311491966248s 2018-12-12 14:18:43,030 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79', 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': 'a77076fc-712e-41a2-bbfc-1936b3717645', 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_23e99397-4dd1-4c02-b34a-a655a070ca79', 'project_id': u'bfab3a54c1774217aa7db95deb103aa5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 14:18:43,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:18:43,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:18:43,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:18:43,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:18:43,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:18:43,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:18:43,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:18:43,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:18:43,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:18:43,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:18:43,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:18:43,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:18:43,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:18:43,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:18:43,036 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79', 'password': 'a77076fc-712e-41a2-bbfc-1936b3717645', 'project_name': 'connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'bfab3a54c1774217aa7db95deb103aa5', 'project_domain_name': 'Default'} 2018-12-12 14:18:43,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f71c44d-8cb5-4f8f-acfe-07278f9aca09 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f9ceca5ad27b4ea48e470e57e8807229", "links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "name": "Member"}]} 2018-12-12 14:18:43,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8f71c44d-8cb5-4f8f-acfe-07278f9aca09 2018-12-12 14:18:43,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810000896454s 2018-12-12 14:18:43,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:43,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40532d12-d5f4-49fe-85da-cc5ec695b5d3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f9ceca5ad27b4ea48e470e57e8807229", "links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "name": "Member"}]} 2018-12-12 14:18:43,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-40532d12-d5f4-49fe-85da-cc5ec695b5d3 2018-12-12 14:18:43,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0844027996063s 2018-12-12 14:18:43,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:18:43,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d438799f-4c01-4c45-86ac-f74a897faf96 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:18:43,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d438799f-4c01-4c45-86ac-f74a897faf96 2018-12-12 14:18:43,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0789980888367s 2018-12-12 14:18:43,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:18:43,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c2542fc-8363-4865-b214-156ec203a2ec Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "links": {"self": "http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2"}, "domain_id": "default", "enabled": true, "id": "3728463028c943a082547215771eb5a2", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:18:43,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9c2542fc-8363-4865-b214-156ec203a2ec 2018-12-12 14:18:43,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985999107361s 2018-12-12 14:18:43,383 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9c2542fc-8363-4865-b214-156ec203a2ec 2018-12-12 14:18:43,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:18:43,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35762ecd-2140-4269-b34c-a43e0e98428a Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5"}, "enabled": true, "id": "bfab3a54c1774217aa7db95deb103aa5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}]} 2018-12-12 14:18:43,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-35762ecd-2140-4269-b34c-a43e0e98428a 2018-12-12 14:18:43,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0821840763092s 2018-12-12 14:18:43,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-35762ecd-2140-4269-b34c-a43e0e98428a 2018-12-12 14:18:43,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:18:43,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692c0d7b-1da9-4d41-9ea3-a56e18e5dd8f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 14:18:43,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-692c0d7b-1da9-4d41-9ea3-a56e18e5dd8f 2018-12-12 14:18:43,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0745220184326s 2018-12-12 14:18:43,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:18:43,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5/users/3728463028c943a082547215771eb5a2/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-940a0d81-5571-4f4a-9547-77924899d558 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:18:43,812 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5/users/3728463028c943a082547215771eb5a2/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-940a0d81-5571-4f4a-9547-77924899d558 2018-12-12 14:18:43,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.262708187103s 2018-12-12 14:18:43,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:43,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:43,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-176051b1-db15-431b-bc07-ecf616d9a9a7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f9ceca5ad27b4ea48e470e57e8807229", "links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "name": "Member"}]} 2018-12-12 14:18:43,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-176051b1-db15-431b-bc07-ecf616d9a9a7 2018-12-12 14:18:43,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.156888961792s 2018-12-12 14:18:43,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:18:43,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-12 14:18:44,076 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81ebdd32-34a6-4950-bc86-60132b4e5689 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d6cd6d70710d4cd88e698e3258548588", "links": {"self": "http://172.30.9.29:5000/v3/roles/d6cd6d70710d4cd88e698e3258548588"}, "name": "heat_stack_owner"}} 2018-12-12 14:18:44,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-81ebdd32-34a6-4950-bc86-60132b4e5689 2018-12-12 14:18:44,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105102062225s 2018-12-12 14:18:44,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/d6cd6d70710d4cd88e698e3258548588 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:44,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58e7aa4-ae98-4724-862c-22acf3603764 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/d6cd6d70710d4cd88e698e3258548588"}, "domain_id": null, "name": "heat_stack_owner", "id": "d6cd6d70710d4cd88e698e3258548588"}} 2018-12-12 14:18:44,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/d6cd6d70710d4cd88e698e3258548588 used request id req-f58e7aa4-ae98-4724-862c-22acf3603764 2018-12-12 14:18:44,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:44,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:44,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae6ecb9-acbb-4296-82a4-27a68c22c769 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d6cd6d70710d4cd88e698e3258548588", "links": {"self": "http://172.30.9.29:5000/v3/roles/d6cd6d70710d4cd88e698e3258548588"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f9ceca5ad27b4ea48e470e57e8807229", "links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "name": "Member"}]} 2018-12-12 14:18:44,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cae6ecb9-acbb-4296-82a4-27a68c22c769 2018-12-12 14:18:44,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828130245209s 2018-12-12 14:18:44,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:18:44,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:44,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e33b3ad6-eb7d-4f64-99da-143b50344b3e 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:18:44,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-e33b3ad6-eb7d-4f64-99da-143b50344b3e 2018-12-12 14:18:44,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0705428123474s 2018-12-12 14:18:44,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:18:44,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:44,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-794b5a4c-81b3-4029-bc11-331801df486b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "links": {"self": "http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2"}, "domain_id": "default", "enabled": true, "id": "3728463028c943a082547215771eb5a2", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:18:44,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-794b5a4c-81b3-4029-bc11-331801df486b 2018-12-12 14:18:44,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.174304008484s 2018-12-12 14:18:44,491 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-794b5a4c-81b3-4029-bc11-331801df486b 2018-12-12 14:18:44,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:18:44,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:44,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96f2aebb-7f67-4129-8df7-a47d06633e8f Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5"}, "enabled": true, "id": "bfab3a54c1774217aa7db95deb103aa5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}]} 2018-12-12 14:18:44,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-96f2aebb-7f67-4129-8df7-a47d06633e8f 2018-12-12 14:18:44,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0871210098267s 2018-12-12 14:18:44,585 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-96f2aebb-7f67-4129-8df7-a47d06633e8f 2018-12-12 14:18:44,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:18:44,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=d6cd6d70710d4cd88e698e3258548588 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:44,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ecf54d6-7397-4e8e-8a34-7e514ab839dc Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=d6cd6d70710d4cd88e698e3258548588", "previous": null, "next": null}} 2018-12-12 14:18:44,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=3728463028c943a082547215771eb5a2&scope.project.id=bfab3a54c1774217aa7db95deb103aa5&role.id=d6cd6d70710d4cd88e698e3258548588 used request id req-0ecf54d6-7397-4e8e-8a34-7e514ab839dc 2018-12-12 14:18:44,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0756931304932s 2018-12-12 14:18:44,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:18:44,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5/users/3728463028c943a082547215771eb5a2/roles/d6cd6d70710d4cd88e698e3258548588 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:44,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:18:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-292eed83-42a3-47cd-98ae-72a05d92593c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:18:44,886 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5/users/3728463028c943a082547215771eb5a2/roles/d6cd6d70710d4cd88e698e3258548588 used request id req-292eed83-42a3-47cd-98ae-72a05d92593c 2018-12-12 14:18:44,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.222646951675s 2018-12-12 14:18:44,886 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-12 14:18:44,886 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-12 14:18:44,887 - openstack_tests - INFO - OS Credentials = > 2018-12-12 14:18:44,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:44,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:45,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["WnWO1p2ySUus8L9nKHWnuA"], "issued_at": "2018-12-12T14:18:45.000000Z"}} 2018-12-12 14:18:45,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d37613eaebeedffbb68bf1c3862b39146afb6c5" 2018-12-12 14:18:46,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-5c331115-353b-43f0-af26-2d91d3e996e6 Date: Wed, 12 Dec 2018 14:18:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:18:46,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-5c331115-353b-43f0-af26-2d91d3e996e6 2018-12-12 14:18:46,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d37613eaebeedffbb68bf1c3862b39146afb6c5" 2018-12-12 14:18:47,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-de99c837-0e7c-4689-be77-39d5222f157b Date: Wed, 12 Dec 2018 14:18:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:18:47,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-de99c837-0e7c-4689-be77-39d5222f157b 2018-12-12 14:18:47,240 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-12 14:18:47,241 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-12-12 14:18:47,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:47,493 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-12 14:18:47,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:47,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["k7B31lGlSFOWGZiyyOuDWw"], "issued_at": "2018-12-12T14:18:47.000000Z"}} 2018-12-12 14:18:47,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09d72e0527f2c05c340234ef76817b1c007f52fd" 2018-12-12 14:18:48,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-6e3095aa-6733-4f0c-9ef7-e8a6f1719741 Date: Wed, 12 Dec 2018 14:18:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-12-12 14:18:48,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&name=foo used request id req-6e3095aa-6733-4f0c-9ef7-e8a6f1719741 2018-12-12 14:18:48,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:48,612 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-12 14:18:48,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:48,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["2c6hWcbbRcqni9sTk5WhnQ"], "issued_at": "2018-12-12T14:18:49.000000Z"}} 2018-12-12 14:18:48,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9bc811fdabedab82057877aac79a29e76728fc" 2018-12-12 14:18:49,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce57b775-b8c7-49c1-8492-700ac241e31f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:18:49,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ce57b775-b8c7-49c1-8492-700ac241e31f 2018-12-12 14:18:49,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:18:49,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:18: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:18:49,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9bc811fdabedab82057877aac79a29e76728fc" 2018-12-12 14:18:49,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3041c807-eea4-46d3-bf19-9db89505d477 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "links": {"self": "http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2"}, "domain_id": "default", "enabled": true, "id": "3728463028c943a082547215771eb5a2", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:18:49,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3041c807-eea4-46d3-bf19-9db89505d477 2018-12-12 14:18:49,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:49,214 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-12 14:18:49,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:49,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["YtwQyg26TAmm6EoMUMXp4A"], "issued_at": "2018-12-12T14:18:49.000000Z"}} 2018-12-12 14:18:49,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f19b614597314b51bff244d22a56b64822643d52" 2018-12-12 14:18:50,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-35d7b4c2-0373-4829-9633-528b5cbb1dc1 Date: Wed, 12 Dec 2018 14:18:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:18:50,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks used request id req-35d7b4c2-0373-4829-9633-528b5cbb1dc1 2018-12-12 14:18:50,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:50,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["fn37ghCEQ2WYXHwvF_LH6g"], "issued_at": "2018-12-12T14:18:50.000000Z"}} 2018-12-12 14:18:50,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4bea4a335cbb4dd33535e8fd30d08a32ac07e8d" 2018-12-12 14:18:51,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8323d444-cc65-4025-abe0-ee5dead8b6f1 Date: Wed, 12 Dec 2018 14:18:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:18:51,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-8323d444-cc65-4025-abe0-ee5dead8b6f1 2018-12-12 14:18:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4bea4a335cbb4dd33535e8fd30d08a32ac07e8d" 2018-12-12 14:18:52,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4e5991ed-4cd5-48c6-bf53-92be64c4f7e3 Date: Wed, 12 Dec 2018 14:18:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:18:52,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-4e5991ed-4cd5-48c6-bf53-92be64c4f7e3 2018-12-12 14:18:52,307 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:18:52,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:52,555 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.29:5000/v2.0/tokens 2018-12-12 14:18:52,570 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-12-12 14:18:52,571 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:18:52,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:52,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["xZHM86ypSaeB08WUxAakzw"], "issued_at": "2018-12-12T14:18:52.000000Z"}} 2018-12-12 14:18:52,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}734f35030fe2ce88882ea27879c005e78d16c6f0" 2018-12-12 14:18:53,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18: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-5007e2fa-c5a0-4b04-b448-d471e82670d9 x-compute-request-id: req-5007e2fa-c5a0-4b04-b448-d471e82670d9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:18:53,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail used request id req-5007e2fa-c5a0-4b04-b448-d471e82670d9 2018-12-12 14:18:53,664 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:18:53,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:54,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["EW98KBbtTQyIUJVM1wOhQg"], "issued_at": "2018-12-12T14:18:54.000000Z"}} 2018-12-12 14:18:54,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a29766033447623280af859ac2f3748738fae5bd" 2018-12-12 14:18:54,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c94f3e9f-1570-40b3-8671-32fb740033ec x-compute-request-id: req-c94f3e9f-1570-40b3-8671-32fb740033ec Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 143}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 161}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-12-12 14:18:54,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-c94f3e9f-1570-40b3-8671-32fb740033ec 2018-12-12 14:18:54,773 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 14:18:54,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:54,842 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.29:5000/v2.0/tokens 2018-12-12 14:18:54,857 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-12-12 14:18:54,858 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 14:18:54,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:55,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["4nIrFLULSB2d3Cc24umS1Q"], "issued_at": "2018-12-12T14:18:55.000000Z"}} 2018-12-12 14:18:55,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4313b044dbc6256d3078b9946aa2bc23362c3747" 2018-12-12 14:18:56,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:55 GMT Server: Apache x-openstack-request-id: req-d4f1f779-7846-4ff6-bc39-02a86ca290b3 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 14:18:56,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5/stacks used request id req-d4f1f779-7846-4ff6-bc39-02a86ca290b3 2018-12-12 14:18:56,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:18:56,225 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-12 14:18:56,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:18:56,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f9ceca5ad27b4ea48e470e57e8807229", "name": "Member"}, {"id": "d6cd6d70710d4cd88e698e3258548588", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:18:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfab3a54c1774217aa7db95deb103aa5", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/bfab3a54c1774217aa7db95deb103aa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "id": "3728463028c943a082547215771eb5a2"}, "audit_ids": ["9OFSii5sTFiuZVtujRxh8w"], "issued_at": "2018-12-12T14:18:56.000000Z"}} 2018-12-12 14:18:56,671 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3098a8be22850d65f9f404e74fcaeffe82ff8c" 2018-12-12 14:18:57,418 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:56 GMT Server: Apache x-compute-request-id: req-23b9e992-e577-45ac-aae1-9829f76a458f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-23b9e992-e577-45ac-aae1-9829f76a458f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 14:18:57,418 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/bfab3a54c1774217aa7db95deb103aa5/volumes/detail used request id req-23b9e992-e577-45ac-aae1-9829f76a458f 2018-12-12 14:18:57,419 - 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.167s OK 2018-12-12 14:18:57,553 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 14:18:57,553 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-12-12 14:18:57,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:57,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:57,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29032d95-d4d9-451d-a1ec-93aade51063c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d6cd6d70710d4cd88e698e3258548588", "links": {"self": "http://172.30.9.29:5000/v3/roles/d6cd6d70710d4cd88e698e3258548588"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f9ceca5ad27b4ea48e470e57e8807229", "links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "name": "Member"}]} 2018-12-12 14:18:57,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-29032d95-d4d9-451d-a1ec-93aade51063c 2018-12-12 14:18:57,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0911390781403s 2018-12-12 14:18:57,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:18:57,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/d6cd6d70710d4cd88e698e3258548588 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:57,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3334f1cd-2064-46a9-8a9a-0e11731a8383 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:18:57,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/d6cd6d70710d4cd88e698e3258548588 used request id req-3334f1cd-2064-46a9-8a9a-0e11731a8383 2018-12-12 14:18:57,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.262501955032s 2018-12-12 14:18:57,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:18:57,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:58,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dab6c80-b745-4ffb-81a7-9fe7ff90c80b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79", "links": {"self": "http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2"}, "domain_id": "default", "enabled": true, "id": "3728463028c943a082547215771eb5a2", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:18:58,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4dab6c80-b745-4ffb-81a7-9fe7ff90c80b 2018-12-12 14:18:58,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.095016002655s 2018-12-12 14:18:58,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4dab6c80-b745-4ffb-81a7-9fe7ff90c80b 2018-12-12 14:18:58,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:18:58,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:58,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb962ac7-d98d-48fb-9430-e53febf8d3c4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2"}, "enabled": true, "id": "3728463028c943a082547215771eb5a2", "options": {}, "domain_id": "default", "name": "connection_check-user_23e99397-4dd1-4c02-b34a-a655a070ca79"}} 2018-12-12 14:18:58,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2 used request id req-eb962ac7-d98d-48fb-9430-e53febf8d3c4 2018-12-12 14:18:58,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105451107025s 2018-12-12 14:18:58,122 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2 used request id req-eb962ac7-d98d-48fb-9430-e53febf8d3c4 2018-12-12 14:18:58,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 14:18:58,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:58,417 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1aece72-c24a-4015-a9e3-a7c8884511e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:18:58,418 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2 used request id req-a1aece72-c24a-4015-a9e3-a7c8884511e7 2018-12-12 14:18:58,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.295104980469s 2018-12-12 14:18:58,418 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3728463028c943a082547215771eb5a2 used request id req-a1aece72-c24a-4015-a9e3-a7c8884511e7 2018-12-12 14:18:58,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:18:58,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:58,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853cb445-fb88-4ed5-896b-dc6415c38336 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5"}, "enabled": true, "id": "bfab3a54c1774217aa7db95deb103aa5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_23e99397-4dd1-4c02-b34a-a655a070ca79"}]} 2018-12-12 14:18:58,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-853cb445-fb88-4ed5-896b-dc6415c38336 2018-12-12 14:18:58,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.067929983139s 2018-12-12 14:18:58,487 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-853cb445-fb88-4ed5-896b-dc6415c38336 2018-12-12 14:18:58,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 14:18:58,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:58,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2865e882-9721-4677-aa0b-cbb688cc89b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:18:58,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5 used request id req-2865e882-9721-4677-aa0b-cbb688cc89b5 2018-12-12 14:18:58,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.182315826416s 2018-12-12 14:18:58,672 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/bfab3a54c1774217aa7db95deb103aa5 used request id req-2865e882-9721-4677-aa0b-cbb688cc89b5 2018-12-12 14:18:58,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:18:58,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:58,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b21317-fcc5-4867-817e-46f343920c72 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f9ceca5ad27b4ea48e470e57e8807229", "links": {"self": "http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229"}, "name": "Member"}]} 2018-12-12 14:18:58,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-57b21317-fcc5-4867-817e-46f343920c72 2018-12-12 14:18:58,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079509973526s 2018-12-12 14:18:58,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:18:58,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:18:58,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b15397cc-74ae-495c-ab49-7f1347523313 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:18:58,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f9ceca5ad27b4ea48e470e57e8807229 used request id req-b15397cc-74ae-495c-ab49-7f1347523313 2018-12-12 14:18:58,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.224312067032s 2018-12-12 14:18:58,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:18:58,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=bfab3a54c1774217aa7db95deb103aa5&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}b2c45a3e87a976f815b75c2f5c30586c3254c04c" 2018-12-12 14:19:00,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-077759cc-e6a8-4760-9dbd-f47fc0bd3c84 Date: Wed, 12 Dec 2018 14:19:00 GMT RESP BODY: {"security_groups": []} 2018-12-12 14:19:00,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=bfab3a54c1774217aa7db95deb103aa5&name=default used request id req-077759cc-e6a8-4760-9dbd-f47fc0bd3c84 2018-12-12 14:19:00,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.14335799217s 2018-12-12 14:19:00,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=bfab3a54c1774217aa7db95deb103aa5&name=default used request id req-077759cc-e6a8-4760-9dbd-f47fc0bd3c84 2018-12-12 14:19:00,147 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-12-12 14:19:00,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:19:00,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:19:00,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:19:00,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:19:00,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:19:00,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:00,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2549783e-77d1-43c2-abe6-64fde7c0ab50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:00,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2549783e-77d1-43c2-abe6-64fde7c0ab50 2018-12-12 14:19:00,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:00,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["RibDmyzGRFSFCLy5UQq8JQ"], "issued_at": "2018-12-12T14:19:00.000000Z"}} 2018-12-12 14:19:00,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:00,607 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:00,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:00,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236cb3e0-62af-4780-98fc-3f963774a299 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:19:00,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-236cb3e0-62af-4780-98fc-3f963774a299 2018-12-12 14:19:00,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.534581184387s 2018-12-12 14:19:00,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 14:19:00,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}}' 2018-12-12 14:19:00,825 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24136230-7a1e-4ecc-9ae6-8df58661d2ca 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.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:00,825 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-24136230-7a1e-4ecc-9ae6-8df58661d2ca 2018-12-12 14:19:00,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.110859870911s 2018-12-12 14:19:00,825 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-24136230-7a1e-4ecc-9ae6-8df58661d2ca 2018-12-12 14:19:00,826 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_9ab01860-9873-4b70-bec2-87107846bfed', 'id': u'b02038a5aa9140319df8909801cc6521', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 14:19:00,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 14:19:01,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.479297876358s 2018-12-12 14:19:01,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:01,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5c172cd-4076-4fe4-ae0f-924c74c4a322 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}, "domain_id": "default", "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:01,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7 used request id req-b5c172cd-4076-4fe4-ae0f-924c74c4a322 2018-12-12 14:19:01,455 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0c05d6faba8b4a7cb58ae2e8e39645b7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_9ab01860-9873-4b70-bec2-87107846bfed'}) 2018-12-12 14:19:01,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:19:01,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:01,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a28083-41c5-46ce-a397-d346a69ae40a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:19:01,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-52a28083-41c5-46ce-a397-d346a69ae40a 2018-12-12 14:19:01,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0190629959106s 2018-12-12 14:19:01,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:19:01,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:01,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cfc2043-1ce5-4c94-a743-1a9003221587 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:19:01,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2cfc2043-1ce5-4c94-a743-1a9003221587 2018-12-12 14:19:01,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.124140024185s 2018-12-12 14:19:01,601 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 14:19:01,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:19:01,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" -d '{"role": {"name": "Member"}}' 2018-12-12 14:19:01,698 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ee3f65f-39c3-43b3-af32-0ff510cd2f7a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}} 2018-12-12 14:19:01,699 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-4ee3f65f-39c3-43b3-af32-0ff510cd2f7a 2018-12-12 14:19:01,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0976140499115s 2018-12-12 14:19:01,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:01,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b900ff3-4523-4e56-a273-d55c80334fe5 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "domain_id": null, "name": "Member", "id": "d1bb1566285a4d80829ffa0ec4e64fe5"}} 2018-12-12 14:19:01,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5 used request id req-4b900ff3-4523-4e56-a273-d55c80334fe5 2018-12-12 14:19:01,798 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5'}, 'domain_id': None, 'human_id': None, 'id': u'd1bb1566285a4d80829ffa0ec4e64fe5', 'HUMAN_ID': False}) 2018-12-12 14:19:01,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:19:01,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:01,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff232633-d7d4-4bca-9da6-ec07ed48aa09 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:01,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ff232633-d7d4-4bca-9da6-ec07ed48aa09 2018-12-12 14:19:01,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792379379272s 2018-12-12 14:19:01,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:19:01,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2cbd36-c77b-4c20-b0bf-6502c237127d 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:02,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-2f2cbd36-c77b-4c20-b0bf-6502c237127d 2018-12-12 14:19:02,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.154326915741s 2018-12-12 14:19:02,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:19:02,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa6664b-1ff3-4607-bd32-9d98395c25a2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:02,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1fa6664b-1ff3-4607-bd32-9d98395c25a2 2018-12-12 14:19:02,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0971620082855s 2018-12-12 14:19:02,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1fa6664b-1ff3-4607-bd32-9d98395c25a2 2018-12-12 14:19:02,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:19:02,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a4c22ce-6cad-47f4-bdaa-a3ef4af09415 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:02,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-3a4c22ce-6cad-47f4-bdaa-a3ef4af09415 2018-12-12 14:19:02,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830090045929s 2018-12-12 14:19:02,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-3a4c22ce-6cad-47f4-bdaa-a3ef4af09415 2018-12-12 14:19:02,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:19:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=d1bb1566285a4d80829ffa0ec4e64fe5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-942357f8-2c5d-4511-856a-4a57322c1d8c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=d1bb1566285a4d80829ffa0ec4e64fe5", "previous": null, "next": null}} 2018-12-12 14:19:02,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=d1bb1566285a4d80829ffa0ec4e64fe5 used request id req-942357f8-2c5d-4511-856a-4a57322c1d8c 2018-12-12 14:19:02,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.097128868103s 2018-12-12 14:19:02,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:19:02,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/0c05d6faba8b4a7cb58ae2e8e39645b7/roles/d1bb1566285a4d80829ffa0ec4e64fe5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8155df7-90e2-40e4-b622-6cbc2233665e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:02,484 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/0c05d6faba8b4a7cb58ae2e8e39645b7/roles/d1bb1566285a4d80829ffa0ec4e64fe5 used request id req-c8155df7-90e2-40e4-b622-6cbc2233665e 2018-12-12 14:19:02,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.163347005844s 2018-12-12 14:19:02,485 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_9ab01860-9873-4b70-bec2-87107846bfed', 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': 'dd7009a6-2a89-4984-bdf9-4eecc5cca965', 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_9ab01860-9873-4b70-bec2-87107846bfed', 'project_id': u'b02038a5aa9140319df8909801cc6521', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 14:19:02,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:19:02,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:19:02,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:19:02,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:19:02,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:19:02,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:19:02,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:19:02,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:19:02,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:19:02,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:19:02,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:19:02,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:19:02,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:19:02,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:19:02,491 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_9ab01860-9873-4b70-bec2-87107846bfed', 'password': 'dd7009a6-2a89-4984-bdf9-4eecc5cca965', 'project_name': 'api_check-project_9ab01860-9873-4b70-bec2-87107846bfed', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'b02038a5aa9140319df8909801cc6521', 'project_domain_name': 'Default'} 2018-12-12 14:19:02,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:19:02,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9bd448-2cfa-46a0-8556-f99ccf459902 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:02,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4b9bd448-2cfa-46a0-8556-f99ccf459902 2018-12-12 14:19:02,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0715188980103s 2018-12-12 14:19:02,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:19:02,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad811186-60a2-4679-b960-ac2bf1c771ad Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:02,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ad811186-60a2-4679-b960-ac2bf1c771ad 2018-12-12 14:19:02,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0874729156494s 2018-12-12 14:19:02,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:19:02,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76b14337-66a6-44c6-ad65-c614de624b02 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:02,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-76b14337-66a6-44c6-ad65-c614de624b02 2018-12-12 14:19:02,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082179069519s 2018-12-12 14:19:02,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:19:02,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6a9b2ed-dce6-4efd-8f07-c5d73b9bd6ba Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:02,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c6a9b2ed-dce6-4efd-8f07-c5d73b9bd6ba 2018-12-12 14:19:02,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0889220237732s 2018-12-12 14:19:02,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c6a9b2ed-dce6-4efd-8f07-c5d73b9bd6ba 2018-12-12 14:19:02,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:19:02,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:02,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4207f0-e88d-4d32-8576-a5a91531ba5e Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:02,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-0d4207f0-e88d-4d32-8576-a5a91531ba5e 2018-12-12 14:19:02,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0766038894653s 2018-12-12 14:19:02,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-0d4207f0-e88d-4d32-8576-a5a91531ba5e 2018-12-12 14:19:02,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:19:02,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc74ccef-39af-4fe9-b95f-7f1c9f148bbe Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 14:19:03,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-dc74ccef-39af-4fe9-b95f-7f1c9f148bbe 2018-12-12 14:19:03,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.144212007523s 2018-12-12 14:19:03,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:19:03,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/0c05d6faba8b4a7cb58ae2e8e39645b7/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,168 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b71721f-8844-40a8-bf48-2588ab6b6380 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:03,169 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/0c05d6faba8b4a7cb58ae2e8e39645b7/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-1b71721f-8844-40a8-bf48-2588ab6b6380 2018-12-12 14:19:03,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113451004028s 2018-12-12 14:19:03,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:19:03,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cec3011-8fd1-4036-9e9f-d00875e223d9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:03,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2cec3011-8fd1-4036-9e9f-d00875e223d9 2018-12-12 14:19:03,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849421024323s 2018-12-12 14:19:03,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:19:03,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-12 14:19:03,464 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cf7e9ec-a57c-4c1e-bbe1-09920d95a7a8 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}} 2018-12-12 14:19:03,465 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-0cf7e9ec-a57c-4c1e-bbe1-09920d95a7a8 2018-12-12 14:19:03,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.209190130234s 2018-12-12 14:19:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9087b921-0e7d-4543-86d4-c475ec1c83d0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "domain_id": null, "name": "heat_stack_owner", "id": "ac9858bf76e34bf39cfe7c8af345eb66"}} 2018-12-12 14:19:03,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66 used request id req-9087b921-0e7d-4543-86d4-c475ec1c83d0 2018-12-12 14:19:03,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:19:03,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63ef562b-b04c-444a-a6a4-108ba70627d6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:03,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-63ef562b-b04c-444a-a6a4-108ba70627d6 2018-12-12 14:19:03,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0872769355774s 2018-12-12 14:19:03,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:19:03,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ef7a417-b71f-40be-b7db-4544d9833caf 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:03,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-2ef7a417-b71f-40be-b7db-4544d9833caf 2018-12-12 14:19:03,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0814888477325s 2018-12-12 14:19:03,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:19:03,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47e9bed9-1218-4c33-b7d2-e6baa688efdf Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:03,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-47e9bed9-1218-4c33-b7d2-e6baa688efdf 2018-12-12 14:19:03,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0873050689697s 2018-12-12 14:19:03,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-47e9bed9-1218-4c33-b7d2-e6baa688efdf 2018-12-12 14:19:03,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:19:03,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b59ad0b-1e55-43e4-9bb5-f476834d0283 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:03,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8b59ad0b-1e55-43e4-9bb5-f476834d0283 2018-12-12 14:19:03,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0880610942841s 2018-12-12 14:19:03,896 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8b59ad0b-1e55-43e4-9bb5-f476834d0283 2018-12-12 14:19:03,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:19:03,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=ac9858bf76e34bf39cfe7c8af345eb66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:03,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e512b14-7f58-4a18-976d-23c5d8471226 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=ac9858bf76e34bf39cfe7c8af345eb66", "previous": null, "next": null}} 2018-12-12 14:19:03,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=0c05d6faba8b4a7cb58ae2e8e39645b7&scope.project.id=b02038a5aa9140319df8909801cc6521&role.id=ac9858bf76e34bf39cfe7c8af345eb66 used request id req-8e512b14-7f58-4a18-976d-23c5d8471226 2018-12-12 14:19:03,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.080493927002s 2018-12-12 14:19:03,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:19:03,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/0c05d6faba8b4a7cb58ae2e8e39645b7/roles/ac9858bf76e34bf39cfe7c8af345eb66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:19:04,184 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17e82e61-a895-46e0-b0b6-5a30fbf77ad9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:04,184 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/0c05d6faba8b4a7cb58ae2e8e39645b7/roles/ac9858bf76e34bf39cfe7c8af345eb66 used request id req-17e82e61-a895-46e0-b0b6-5a30fbf77ad9 2018-12-12 14:19:04,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.204718112946s 2018-12-12 14:19:04,184 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-12 14:19:04,185 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-12 14:19:04,185 - openstack_tests - INFO - OS Credentials = > 2018-12-12 14:19:04,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:04,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:04,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Yba874nqTLqDXLj4gDlPGQ"], "issued_at": "2018-12-12T14:19:04.000000Z"}} 2018-12-12 14:19:04,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cead10d974ce2f3a7c393fe52fc42b28b049a9de" 2018-12-12 14:19:05,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-6ecdd27e-67fe-494b-b344-9c768256521a Date: Wed, 12 Dec 2018 14:19:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:19:05,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-6ecdd27e-67fe-494b-b344-9c768256521a 2018-12-12 14:19:05,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cead10d974ce2f3a7c393fe52fc42b28b049a9de" 2018-12-12 14:19:06,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f96a75b1-d0c7-4d1c-9a1b-a9f5b49252fd Date: Wed, 12 Dec 2018 14:19:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:19:06,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-f96a75b1-d0c7-4d1c-9a1b-a9f5b49252fd 2018-12-12 14:19:06,383 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-12 14:19:06,383 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-12-12 14:19:06,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:06,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:06,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Rvv4Lp5xQa-5OvYDEtplCg"], "issued_at": "2018-12-12T14:19:06.000000Z"}} 2018-12-12 14:19:06,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:06,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14d53fb3-702b-4b7a-ac5a-c7ab84f966fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:06,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-14d53fb3-702b-4b7a-ac5a-c7ab84f966fd 2018-12-12 14:19:06,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:07,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:07,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:07,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b40346-7f37-4f7c-b493-a3a38567e047 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:07,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-73b40346-7f37-4f7c-b493-a3a38567e047 2018-12-12 14:19:07,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-c54063d0-7d67-4d65-9dec-cd02f87fe019-projName"}}' 2018-12-12 14:19:07,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cd2a4db-fb24-4ca2-b173-c92a1d840c78 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ba73a90c71f44eeb7483b4b2b16ff0e"}, "enabled": true, "id": "7ba73a90c71f44eeb7483b4b2b16ff0e", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c54063d0-7d67-4d65-9dec-cd02f87fe019-projName"}} 2018-12-12 14:19:07,202 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3cd2a4db-fb24-4ca2-b173-c92a1d840c78 2018-12-12 14:19:07,203 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-c54063d0-7d67-4d65-9dec-cd02f87fe019-projName 2018-12-12 14:19:07,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c54063d0-7d67-4d65-9dec-cd02f87fe019-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:07,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d10a33a9-671b-4fc3-aba7-a74d26e80672 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c54063d0-7d67-4d65-9dec-cd02f87fe019-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ba73a90c71f44eeb7483b4b2b16ff0e"}, "enabled": true, "id": "7ba73a90c71f44eeb7483b4b2b16ff0e", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c54063d0-7d67-4d65-9dec-cd02f87fe019-projName"}]} 2018-12-12 14:19:07,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c54063d0-7d67-4d65-9dec-cd02f87fe019-projName used request id req-d10a33a9-671b-4fc3-aba7-a74d26e80672 2018-12-12 14:19:07,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:07,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5893a35-c096-4a4e-8991-4940571095b8 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:07,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-e5893a35-c096-4a4e-8991-4940571095b8 2018-12-12 14:19:07,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:08,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-4b6b101e-0d8f-4bd4-bb93-54aba69e8052 Date: Wed, 12 Dec 2018 14:19:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:08Z", "updated_at": "2018-12-12T14:19:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:08Z", "revision_number": 0, "id": "98381bb4-5485-4fa9-9cae-be8cb1ae259b", "remote_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:08Z", "security_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:08Z", "revision_number": 0, "id": "9f67e82f-8dea-4411-963c-734f04d89714", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:08Z", "security_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:08Z", "revision_number": 0, "id": "d4f45b63-dbc5-4751-9cc0-51038220ee09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:08Z", "security_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:08Z", "revision_number": 0, "id": "ec7eaedd-3808-4bfe-8245-1e5827b58a3c", "remote_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:08Z", "security_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "name": "default"}]} 2018-12-12 14:19:08,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4b6b101e-0d8f-4bd4-bb93-54aba69e8052 2018-12-12 14:19:08,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:08,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6669550-90b7-4b5a-b2bd-8b3b5284fdf3 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 14:19:08,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-c6669550-90b7-4b5a-b2bd-8b3b5284fdf3 2018-12-12 14:19:08,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:08,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c917c3-f2d9-4a63-bdf8-90d4f20b6757 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 14:19:08,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-18c917c3-f2d9-4a63-bdf8-90d4f20b6757 2018-12-12 14:19:08,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:08,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb1477ab-3f85-4199-9365-8ab37e350ce1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:08,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-eb1477ab-3f85-4199-9365-8ab37e350ce1 2018-12-12 14:19:08,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fa769b11-0e60-4d7e-9789-1c680a2f0280 2018-12-12 14:19:08,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fa769b11-0e60-4d7e-9789-1c680a2f0280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:08,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c65ddec4-418f-45b9-9224-91f5a47116c7 Date: Wed, 12 Dec 2018 14:19:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:08Z", "security_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:08Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "98381bb4-5485-4fa9-9cae-be8cb1ae259b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:08Z", "security_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:08Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9f67e82f-8dea-4411-963c-734f04d89714"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:08Z", "security_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:08Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "d4f45b63-dbc5-4751-9cc0-51038220ee09"}, {"remote_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:08Z", "security_group_id": "fa769b11-0e60-4d7e-9789-1c680a2f0280", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:08Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "ec7eaedd-3808-4bfe-8245-1e5827b58a3c"}]} 2018-12-12 14:19:08,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fa769b11-0e60-4d7e-9789-1c680a2f0280 used request id req-c65ddec4-418f-45b9-9224-91f5a47116c7 2018-12-12 14:19:08,978 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 14:19:08,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/fa769b11-0e60-4d7e-9789-1c680a2f0280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:10,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19a99514-d15a-462f-85ac-46abb267f120 Content-Length: 0 Date: Wed, 12 Dec 2018 14:19:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:19:10,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/fa769b11-0e60-4d7e-9789-1c680a2f0280 used request id req-19a99514-d15a-462f-85ac-46abb267f120 2018-12-12 14:19:10,123 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-c54063d0-7d67-4d65-9dec-cd02f87fe019-projName 2018-12-12 14:19:10,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/7ba73a90c71f44eeb7483b4b2b16ff0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197560b9b1c0db474bf9c01f2def389388a8c903" 2018-12-12 14:19:10,324 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af22c44b-07b0-4edd-a3d3-eee25c23b186 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:10,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7ba73a90c71f44eeb7483b4b2b16ff0e used request id req-af22c44b-07b0-4edd-a3d3-eee25c23b186 2018-12-12 14:19:10,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:10,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["7p2c6jY7R72uTc4dmqkJNw"], "issued_at": "2018-12-12T14:19:10.000000Z"}} 2018-12-12 14:19:10,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac1ab890ca809eae3693bbc1df9ced619722fee9" 2018-12-12 14:19:10,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f55e73c-f151-4d0a-a6de-7e9e26f5387c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:10,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3f55e73c-f151-4d0a-a6de-7e9e26f5387c 2018-12-12 14:19:10,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:10,813 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:10,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac1ab890ca809eae3693bbc1df9ced619722fee9" 2018-12-12 14:19:10,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf9c92ef-6271-45a7-8804-b9a2e20f6709 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:10,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bf9c92ef-6271-45a7-8804-b9a2e20f6709 2018-12-12 14:19:11,275 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-f6eae98e-fb04-4fbc-bf10-ac7be4d53638-username 2018-12-12 14:19:11,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac1ab890ca809eae3693bbc1df9ced619722fee9" 2018-12-12 14:19:11,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61709e1d-9302-4bab-8c9d-344fdf2d0e9c Content-Encoding: gzip Content-Length: 950 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-f6eae98e-fb04-4fbc-bf10-ac7be4d53638-username", "links": {"self": "http://172.30.9.29:5000/v3/users/bf59670f995e49dc847d00afbf6de9c6"}, "domain_id": "default", "enabled": true, "id": "bf59670f995e49dc847d00afbf6de9c6", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:11,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-61709e1d-9302-4bab-8c9d-344fdf2d0e9c 2018-12-12 14:19:11,376 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-f6eae98e-fb04-4fbc-bf10-ac7be4d53638-username 2018-12-12 14:19:11,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/bf59670f995e49dc847d00afbf6de9c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac1ab890ca809eae3693bbc1df9ced619722fee9" 2018-12-12 14:19:11,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e279a4a5-530d-406e-9e0a-287b1e07ad4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:11,538 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/bf59670f995e49dc847d00afbf6de9c6 used request id req-e279a4a5-530d-406e-9e0a-287b1e07ad4c 2018-12-12 14:19:11,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:11,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["8eRUS2P8QeKpMHOelCWt2Q"], "issued_at": "2018-12-12T14:19:11.000000Z"}} 2018-12-12 14:19:11,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}112693ee05aa43101449d7a0c2d6e1f2e9ea3f46" 2018-12-12 14:19:12,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b66a3b1-b7b9-4b89-940f-558c2c43a90e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:12,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b66a3b1-b7b9-4b89-940f-558c2c43a90e 2018-12-12 14:19:12,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:12,004 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-12 14:19:12,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:12,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["f4pMM6UZSRSe-D9l3L3jMw"], "issued_at": "2018-12-12T14:19:12.000000Z"}} 2018-12-12 14:19:12,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0692c1ca5eef63d958864a5b2549429b8b3bd3de" 2018-12-12 14:19:12,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f73fc74-0d7e-4cf4-bd19-2f097e37f1fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:12,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8f73fc74-0d7e-4cf4-bd19-2f097e37f1fc 2018-12-12 14:19:12,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:12,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:12,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["9FeD8pqDQ6WHjxFRNFa6bw"], "issued_at": "2018-12-12T14:19:12.000000Z"}} 2018-12-12 14:19:12,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:13,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Vq5zi_0QR_yMiUGKMHwEIw"], "issued_at": "2018-12-12T14:19:13.000000Z"}} 2018-12-12 14:19:13,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f9d9edbd434a3ee94599fda2e8a87d80e59ef8" 2018-12-12 14:19:13,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3ea9c61-f3fa-4e10-95b5-3394f88f2e29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:13,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e3ea9c61-f3fa-4e10-95b5-3394f88f2e29 2018-12-12 14:19:13,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:13,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:13,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["DT0AAO-XQl6Lpm0AI5Vj0Q"], "issued_at": "2018-12-12T14:19:13.000000Z"}} 2018-12-12 14:19:13,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:14,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["LihDwI_aShWfRHt-AdjY4A"], "issued_at": "2018-12-12T14:19:14.000000Z"}} 2018-12-12 14:19:14,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a60017248c85ce8c06cf19cc49fa2735d3fa83d4" 2018-12-12 14:19:14,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d95d3b3-252e-45a3-bc4e-cf5bf0eaa54b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:14,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5d95d3b3-252e-45a3-bc4e-cf5bf0eaa54b 2018-12-12 14:19:14,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:14,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:14,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["7mjxqWqbSqyoSIp0Py4L9A"], "issued_at": "2018-12-12T14:19:14.000000Z"}} 2018-12-12 14:19:14,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:14,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:15,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["XsYYf1y-TvOFqLu5dQAZNw"], "issued_at": "2018-12-12T14:19:15.000000Z"}} 2018-12-12 14:19:15,026 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:15,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:15,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["8yFTSdrhRrO8Q3-FcVKZWQ"], "issued_at": "2018-12-12T14:19:15.000000Z"}} 2018-12-12 14:19:15,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:15,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["N3UxP6sAT56VMwBk9_gjrA"], "issued_at": "2018-12-12T14:19:15.000000Z"}} 2018-12-12 14:19:15,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:15,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e75480c-8bb0-43b6-8cb4-5577017c81cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:15,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6e75480c-8bb0-43b6-8cb4-5577017c81cb 2018-12-12 14:19:15,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:16,001 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:16,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:16,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9252cacb-77ff-4e00-b0aa-09fa913e051b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:16,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9252cacb-77ff-4e00-b0aa-09fa913e051b 2018-12-12 14:19:16,556 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-username 2018-12-12 14:19:16,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:16,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60f55d2c-e7aa-406b-be6b-f3fed0a71b5c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:16,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-60f55d2c-e7aa-406b-be6b-f3fed0a71b5c 2018-12-12 14:19:16,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-projName"}}' 2018-12-12 14:19:16,724 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4f2bcea-57f1-433e-9903-7acce7b394d1 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9b03c80108674551ac17c9dde78e7f79"}, "enabled": true, "id": "9b03c80108674551ac17c9dde78e7f79", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-projName"}} 2018-12-12 14:19:16,724 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a4f2bcea-57f1-433e-9903-7acce7b394d1 2018-12-12 14:19:16,724 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-projName 2018-12-12 14:19:16,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" -d '{"role": {"name": "KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-role"}}' 2018-12-12 14:19:16,869 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6146971e-afa6-4c55-bed1-bb4435eca2f9 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "798851fbfd8c497aa02f6d3fbe8e62cb", "links": {"self": "http://172.30.9.29:5000/v3/roles/798851fbfd8c497aa02f6d3fbe8e62cb"}, "name": "KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-role"}} 2018-12-12 14:19:16,869 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-6146971e-afa6-4c55-bed1-bb4435eca2f9 2018-12-12 14:19:16,870 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-role 2018-12-12 14:19:16,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/798851fbfd8c497aa02f6d3fbe8e62cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:16,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f465cbdf-f63f-4326-90d9-053bc8d0e2a3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/798851fbfd8c497aa02f6d3fbe8e62cb"}, "domain_id": null, "name": "KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-role", "id": "798851fbfd8c497aa02f6d3fbe8e62cb"}} 2018-12-12 14:19:16,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/798851fbfd8c497aa02f6d3fbe8e62cb used request id req-f465cbdf-f63f-4326-90d9-053bc8d0e2a3 2018-12-12 14:19:16,974 - keystone_utils - INFO - Granting role KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-role to project KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-projName 2018-12-12 14:19:16,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9b03c80108674551ac17c9dde78e7f79/users/7224e229053a4b75b2e6ee1b815d4d5e/roles/798851fbfd8c497aa02f6d3fbe8e62cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:17,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a49f5bcd-5c3a-4169-adf0-85e7012c5330 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:17,090 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9b03c80108674551ac17c9dde78e7f79/users/7224e229053a4b75b2e6ee1b815d4d5e/roles/798851fbfd8c497aa02f6d3fbe8e62cb used request id req-a49f5bcd-5c3a-4169-adf0-85e7012c5330 2018-12-12 14:19:17,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9b03c80108674551ac17c9dde78e7f79/users/7224e229053a4b75b2e6ee1b815d4d5e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:17,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fcd7af6-a828-4702-8ee4-0415d4639c0a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/9b03c80108674551ac17c9dde78e7f79/users/7224e229053a4b75b2e6ee1b815d4d5e/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "798851fbfd8c497aa02f6d3fbe8e62cb", "links": {"self": "http://172.30.9.29:5000/v3/roles/798851fbfd8c497aa02f6d3fbe8e62cb"}, "name": "KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-role"}]} 2018-12-12 14:19:17,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9b03c80108674551ac17c9dde78e7f79/users/7224e229053a4b75b2e6ee1b815d4d5e/roles used request id req-1fcd7af6-a828-4702-8ee4-0415d4639c0a 2018-12-12 14:19:17,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:18,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-c006e514-e02b-4f90-95c3-1ce603e37b2b Date: Wed, 12 Dec 2018 14:19:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:17Z", "updated_at": "2018-12-12T14:19:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:18Z", "revision_number": 0, "id": "6bd54e6a-1893-4f02-8182-c0065ca27ecb", "remote_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:18Z", "security_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:18Z", "revision_number": 0, "id": "893b4fad-2dc8-4e8b-9bc2-688f1b62cf26", "remote_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:18Z", "security_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:18Z", "revision_number": 0, "id": "9b69eb22-66fe-416a-b040-250a386dd6d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:18Z", "security_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:18Z", "revision_number": 0, "id": "9c5edba4-7c91-46fd-9d38-387040f6fc5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:18Z", "security_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "name": "default"}]} 2018-12-12 14:19:18,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c006e514-e02b-4f90-95c3-1ce603e37b2b 2018-12-12 14:19:18,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:18,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43b11da-0233-4616-a721-e46fc23c72ae Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 14:19:18,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-e43b11da-0233-4616-a721-e46fc23c72ae 2018-12-12 14:19:18,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:18,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863a717e-547f-4f73-89b5-269bb6ec1775 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 14:19:18,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-863a717e-547f-4f73-89b5-269bb6ec1775 2018-12-12 14:19:18,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:18,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5635a177-9343-4545-ba5d-594b74e43e82 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:18,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-5635a177-9343-4545-ba5d-594b74e43e82 2018-12-12 14:19:18,607 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e7658164-5ee1-40df-b011-34bc935ca9c0 2018-12-12 14:19:18,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e7658164-5ee1-40df-b011-34bc935ca9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:18,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e31ff4a5-f988-4046-9f01-5a877831600a Date: Wed, 12 Dec 2018 14:19:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:18Z", "security_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:18Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "6bd54e6a-1893-4f02-8182-c0065ca27ecb"}, {"remote_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:18Z", "security_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:18Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "893b4fad-2dc8-4e8b-9bc2-688f1b62cf26"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:18Z", "security_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:18Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9b69eb22-66fe-416a-b040-250a386dd6d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:18Z", "security_group_id": "e7658164-5ee1-40df-b011-34bc935ca9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:18Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9c5edba4-7c91-46fd-9d38-387040f6fc5f"}]} 2018-12-12 14:19:18,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e7658164-5ee1-40df-b011-34bc935ca9c0 used request id req-e31ff4a5-f988-4046-9f01-5a877831600a 2018-12-12 14:19:18,808 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 14:19:18,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/e7658164-5ee1-40df-b011-34bc935ca9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:20,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bba672f-0244-4b1b-9424-4f5fe1ae03cf Content-Length: 0 Date: Wed, 12 Dec 2018 14:19:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:19:20,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/e7658164-5ee1-40df-b011-34bc935ca9c0 used request id req-7bba672f-0244-4b1b-9424-4f5fe1ae03cf 2018-12-12 14:19:20,064 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-projName 2018-12-12 14:19:20,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9b03c80108674551ac17c9dde78e7f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:20,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a4af3a4-793e-4149-a4e1-1e83b2fe07b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:20,305 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9b03c80108674551ac17c9dde78e7f79 used request id req-8a4af3a4-793e-4149-a4e1-1e83b2fe07b5 2018-12-12 14:19:20,306 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-username 2018-12-12 14:19:20,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/7224e229053a4b75b2e6ee1b815d4d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:20,499 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02d98e59-39b3-4f58-a0d1-eb8e195d483a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:20,499 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7224e229053a4b75b2e6ee1b815d4d5e used request id req-02d98e59-39b3-4f58-a0d1-eb8e195d483a 2018-12-12 14:19:20,499 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-987f5214-4c2c-4a3f-a5bb-f36c05bb9def-role 2018-12-12 14:19:20,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/798851fbfd8c497aa02f6d3fbe8e62cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f311db7e84ec8e095ed0d90ab6d33cae95f4fada" 2018-12-12 14:19:20,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b700bee-10d7-4c1d-8a0f-b561fcf3210e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:20,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/798851fbfd8c497aa02f6d3fbe8e62cb used request id req-3b700bee-10d7-4c1d-8a0f-b561fcf3210e 2018-12-12 14:19:20,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:21,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["6d9ug-R_S8Wt69MziekShw"], "issued_at": "2018-12-12T14:19:21.000000Z"}} 2018-12-12 14:19:21,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ef82768776ac1d8e005bb7bc09a4e74ae066f2" 2018-12-12 14:19:21,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a213db9-f7d2-449c-8ad3-96c49e85469a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:21,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4a213db9-f7d2-449c-8ad3-96c49e85469a 2018-12-12 14:19:21,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:21,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:21,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["4ipyXJiDT3WFP7I3yR0Gdg"], "issued_at": "2018-12-12T14:19:21.000000Z"}} 2018-12-12 14:19:21,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:21,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82ccfbfe-258b-453f-8c11-2ce69b037b94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:21,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-82ccfbfe-258b-453f-8c11-2ce69b037b94 2018-12-12 14:19:21,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:21,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:21,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:21,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1adef2-4841-4f69-aa3e-cd1c9cd7d515 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:21,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9e1adef2-4841-4f69-aa3e-cd1c9cd7d515 2018-12-12 14:19:21,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:21,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b20de0a-3e2e-4df9-8b74-52c3ab2751b9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:21,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3b20de0a-3e2e-4df9-8b74-52c3ab2751b9 2018-12-12 14:19:22,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:22,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fdde6da-800a-47fe-8966-4f56b399a1ea Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:22,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7fdde6da-800a-47fe-8966-4f56b399a1ea 2018-12-12 14:19:22,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:22,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b1fa54d-d5fe-43cc-8694-4c5da4e1e3c7 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:22,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-8b1fa54d-d5fe-43cc-8694-4c5da4e1e3c7 2018-12-12 14:19:22,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/9b24ca82cdbb46caa54c8539fb699134 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:22,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181e1ed7-1cc1-4239-b527-93641fde861f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/9b24ca82cdbb46caa54c8539fb699134"}, "enabled": true, "id": "9b24ca82cdbb46caa54c8539fb699134", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-be254884-4f69-480-name"}} 2018-12-12 14:19:22,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9b24ca82cdbb46caa54c8539fb699134 used request id req-181e1ed7-1cc1-4239-b527-93641fde861f 2018-12-12 14:19:22,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/9b24ca82cdbb46caa54c8539fb699134/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:22,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dda34b83-0cca-4f2d-bb62-2de37e408676 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/9b24ca82cdbb46caa54c8539fb699134/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 14:19:22,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/9b24ca82cdbb46caa54c8539fb699134/roles used request id req-dda34b83-0cca-4f2d-bb62-2de37e408676 2018-12-12 14:19:22,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:22,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21078f7a-a3b7-4c06-b99f-c2fa5746efcd Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 14:19:22,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-21078f7a-a3b7-4c06-b99f-c2fa5746efcd 2018-12-12 14:19:22,760 - keystone_utils - INFO - Granting role admin to project api_check-project_9ab01860-9873-4b70-bec2-87107846bfed 2018-12-12 14:19:22,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/9b24ca82cdbb46caa54c8539fb699134/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:22,880 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88e8bf09-a014-42cc-8f4c-b0996014c605 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:22,880 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/9b24ca82cdbb46caa54c8539fb699134/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-88e8bf09-a014-42cc-8f4c-b0996014c605 2018-12-12 14:19:22,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:22,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5692c3-d0a9-4431-8d01-86f64a942ce7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:22,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fc5692c3-d0a9-4431-8d01-86f64a942ce7 2018-12-12 14:19:22,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:23,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee79b66-ca6e-481c-ac96-16d17a1b9e6c Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:23,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-dee79b66-ca6e-481c-ac96-16d17a1b9e6c 2018-12-12 14:19:23,139 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-be254884-4f69-480-name 2018-12-12 14:19:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:23,147 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:23,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ef82768776ac1d8e005bb7bc09a4e74ae066f2" 2018-12-12 14:19:23,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1313aea2-af71-492e-a29b-8878da16683d Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-be254884-4f69-480-name", "links": {"self": "http://172.30.9.29:5000/v3/users/9b24ca82cdbb46caa54c8539fb699134"}, "domain_id": "default", "enabled": true, "id": "9b24ca82cdbb46caa54c8539fb699134", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:23,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1313aea2-af71-492e-a29b-8878da16683d 2018-12-12 14:19:23,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ef82768776ac1d8e005bb7bc09a4e74ae066f2" 2018-12-12 14:19:23,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-449f7de8-f543-4281-87ac-9c9c5a1b18c0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:23,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-449f7de8-f543-4281-87ac-9c9c5a1b18c0 2018-12-12 14:19:23,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ef82768776ac1d8e005bb7bc09a4e74ae066f2" 2018-12-12 14:19:23,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c1552b6-1d6b-4d8d-ac4b-c21255ca2fd8 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:23,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-1c1552b6-1d6b-4d8d-ac4b-c21255ca2fd8 2018-12-12 14:19:23,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/9b24ca82cdbb46caa54c8539fb699134/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ef82768776ac1d8e005bb7bc09a4e74ae066f2" 2018-12-12 14:19:23,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c124069-c4a6-47eb-8027-0c00de915368 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/9b24ca82cdbb46caa54c8539fb699134/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}]} 2018-12-12 14:19:23,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/9b24ca82cdbb46caa54c8539fb699134/roles used request id req-5c124069-c4a6-47eb-8027-0c00de915368 2018-12-12 14:19:23,475 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-be254884-4f69-480-name 2018-12-12 14:19:23,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9b24ca82cdbb46caa54c8539fb699134 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c38ddb0a001847f6223ab49a55d953fb80882f84" 2018-12-12 14:19:23,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93216dec-3c9f-4c41-904f-21a7bd161783 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:23,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9b24ca82cdbb46caa54c8539fb699134 used request id req-93216dec-3c9f-4c41-904f-21a7bd161783 2018-12-12 14:19:23,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:24,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["YcUZGzVKSfqZep3rrrHrJg"], "issued_at": "2018-12-12T14:19:24.000000Z"}} 2018-12-12 14:19:24,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33e269463dfd957cebff473f8c52de18393cb5f5" 2018-12-12 14:19:24,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95057e43-a8e1-4faf-b09f-788c0e7d853a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:24,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-95057e43-a8e1-4faf-b09f-788c0e7d853a 2018-12-12 14:19:24,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:24,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:24,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["_VPdWcW2QIWCjP1al3J6Ug"], "issued_at": "2018-12-12T14:19:24.000000Z"}} 2018-12-12 14:19:24,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:24,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd876514-65a6-49a1-9e57-8debeeb1dda9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:24,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dd876514-65a6-49a1-9e57-8debeeb1dda9 2018-12-12 14:19:24,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:24,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:24,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:24,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb2b527-c07a-4fb6-bfe7-493721536322 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:24,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cdb2b527-c07a-4fb6-bfe7-493721536322 2018-12-12 14:19:24,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:24,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60cf0eac-3cfb-413a-b37b-c5bdce358d4d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:24,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-60cf0eac-3cfb-413a-b37b-c5bdce358d4d 2018-12-12 14:19:25,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:25,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb4d5725-5049-42cf-a0bc-b52910863daa Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:25,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bb4d5725-5049-42cf-a0bc-b52910863daa 2018-12-12 14:19:25,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:25,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc148fa2-3059-4a91-b3d1-9ac278315dd8 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:25,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-cc148fa2-3059-4a91-b3d1-9ac278315dd8 2018-12-12 14:19:25,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/a5d812733cef46a789a919498a70330e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:25,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c51517-fa24-44a2-acfe-6d769df88556 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/a5d812733cef46a789a919498a70330e"}, "enabled": true, "id": "a5d812733cef46a789a919498a70330e", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-08ff6ada-286b-4e3-name"}} 2018-12-12 14:19:25,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/a5d812733cef46a789a919498a70330e used request id req-d8c51517-fa24-44a2-acfe-6d769df88556 2018-12-12 14:19:25,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/a5d812733cef46a789a919498a70330e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:25,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d102ed77-cae2-457d-a568-861e237f2f6a Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/a5d812733cef46a789a919498a70330e/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 14:19:25,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/a5d812733cef46a789a919498a70330e/roles used request id req-d102ed77-cae2-457d-a568-861e237f2f6a 2018-12-12 14:19:25,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:25,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30217465-e159-4bcc-99e6-2555a6f835a9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 14:19:25,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-30217465-e159-4bcc-99e6-2555a6f835a9 2018-12-12 14:19:25,543 - keystone_utils - INFO - Granting role admin to project api_check-project_9ab01860-9873-4b70-bec2-87107846bfed 2018-12-12 14:19:25,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/a5d812733cef46a789a919498a70330e/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:25,719 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0a639f2-c051-4620-ad3c-91909d01e7bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:25,719 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/a5d812733cef46a789a919498a70330e/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-e0a639f2-c051-4620-ad3c-91909d01e7bf 2018-12-12 14:19:25,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:25,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75be84a4-92ff-4000-8d53-b6be5594f835 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:25,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-75be84a4-92ff-4000-8d53-b6be5594f835 2018-12-12 14:19:25,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:25,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae1c76d-6163-4103-9e3a-5253daab4e23 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:25,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-cae1c76d-6163-4103-9e3a-5253daab4e23 2018-12-12 14:19:25,913 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-08ff6ada-286b-4e3-name 2018-12-12 14:19:25,913 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-08ff6ada-286b-4e3-name 2018-12-12 14:19:25,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:25,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:25,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a5d812733cef46a789a919498a70330e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33e269463dfd957cebff473f8c52de18393cb5f5" 2018-12-12 14:19:26,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23cee71a-a889-46a9-8311-63f0999491eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:26,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a5d812733cef46a789a919498a70330e used request id req-23cee71a-a889-46a9-8311-63f0999491eb 2018-12-12 14:19:26,141 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-08ff6ada-286b-4e3-name 2018-12-12 14:19:26,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a5d812733cef46a789a919498a70330e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1454e3ed9d1ae9569bdfc7a8f5a9c31d321cfb" 2018-12-12 14:19:26,228 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:19:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df302633-1e06-4d9e-a6fa-a0a71f9cd674 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: a5d812733cef46a789a919498a70330e.", "code": 404, "title": "Not Found"}} 2018-12-12 14:19:26,228 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a5d812733cef46a789a919498a70330e used request id req-df302633-1e06-4d9e-a6fa-a0a71f9cd674 2018-12-12 14:19:26,228 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-12-12 14:19:26,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:26,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["ZfoUQQekTzONE5ouxCuGQw"], "issued_at": "2018-12-12T14:19:26.000000Z"}} 2018-12-12 14:19:26,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3207f476ec03f866f257693ef43ef9cbdeb8bfc" 2018-12-12 14:19:26,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279d2863-ffb8-4ac2-96ec-2f5adcfd3fc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:26,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-279d2863-ffb8-4ac2-96ec-2f5adcfd3fc2 2018-12-12 14:19:26,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:26,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:27,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["BtbMzf5gS-KvNYQeTda2Zg"], "issued_at": "2018-12-12T14:19:27.000000Z"}} 2018-12-12 14:19:27,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:27,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8741e96a-613a-4e49-82a4-8959e17407dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:27,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8741e96a-613a-4e49-82a4-8959e17407dc 2018-12-12 14:19:27,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:27,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:27,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:27,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-033dfb64-8e0d-4bcf-a80b-d1f24a94659c Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:27,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-033dfb64-8e0d-4bcf-a80b-d1f24a94659c 2018-12-12 14:19:27,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:27,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c996b731-b601-45fd-ae80-4cd7b9f25745 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:27,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c996b731-b601-45fd-ae80-4cd7b9f25745 2018-12-12 14:19:27,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:27,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c10d3a3-adad-483f-b623-c382129f63a6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:27,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2c10d3a3-adad-483f-b623-c382129f63a6 2018-12-12 14:19:27,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:27,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b3fc39-ccfc-4124-8e9d-3aeb99af5c42 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:27,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-56b3fc39-ccfc-4124-8e9d-3aeb99af5c42 2018-12-12 14:19:27,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/42c165256fc9440fbd8578ef33ffe042 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:27,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-748ae5fc-7a4f-4d4e-9389-f3957b6ff814 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/42c165256fc9440fbd8578ef33ffe042"}, "enabled": true, "id": "42c165256fc9440fbd8578ef33ffe042", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-b759d42a-69e7-405-name"}} 2018-12-12 14:19:27,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/42c165256fc9440fbd8578ef33ffe042 used request id req-748ae5fc-7a4f-4d4e-9389-f3957b6ff814 2018-12-12 14:19:27,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/42c165256fc9440fbd8578ef33ffe042/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:27,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df03971b-9c9d-45d5-8866-ea9db299c4a3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/42c165256fc9440fbd8578ef33ffe042/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 14:19:27,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/42c165256fc9440fbd8578ef33ffe042/roles used request id req-df03971b-9c9d-45d5-8866-ea9db299c4a3 2018-12-12 14:19:27,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:28,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a0b8c9-a469-496e-8e2a-c50b7a3b0a51 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 14:19:28,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-34a0b8c9-a469-496e-8e2a-c50b7a3b0a51 2018-12-12 14:19:28,058 - keystone_utils - INFO - Granting role admin to project api_check-project_9ab01860-9873-4b70-bec2-87107846bfed 2018-12-12 14:19:28,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/42c165256fc9440fbd8578ef33ffe042/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:28,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-564ed96e-2c15-4761-a043-7d68589f3ee2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:28,186 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/42c165256fc9440fbd8578ef33ffe042/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-564ed96e-2c15-4761-a043-7d68589f3ee2 2018-12-12 14:19:28,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:28,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae71ea0-206b-4b87-b947-cee5ac3857ba Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:28,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5ae71ea0-206b-4b87-b947-cee5ac3857ba 2018-12-12 14:19:28,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:28,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0df6ae2-8dfc-46fc-8838-fe54fa36f958 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:28,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-d0df6ae2-8dfc-46fc-8838-fe54fa36f958 2018-12-12 14:19:28,360 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-b759d42a-69e7-405-name 2018-12-12 14:19:28,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:28,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:28,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3207f476ec03f866f257693ef43ef9cbdeb8bfc" 2018-12-12 14:19:28,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-288f3fef-7b4c-47af-8eb6-b02463363ee3 Content-Encoding: gzip Content-Length: 943 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-b759d42a-69e7-405-name", "links": {"self": "http://172.30.9.29:5000/v3/users/42c165256fc9440fbd8578ef33ffe042"}, "domain_id": "default", "enabled": true, "id": "42c165256fc9440fbd8578ef33ffe042", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:28,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-288f3fef-7b4c-47af-8eb6-b02463363ee3 2018-12-12 14:19:28,468 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-b759d42a-69e7-405-name 2018-12-12 14:19:28,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/42c165256fc9440fbd8578ef33ffe042 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dad6ca6eaf3ef4a654976d74ca1982e977d89cc" 2018-12-12 14:19:28,661 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea450209-56f3-4a70-9ab0-bf031d14fb5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:28,661 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/42c165256fc9440fbd8578ef33ffe042 used request id req-ea450209-56f3-4a70-9ab0-bf031d14fb5c 2018-12-12 14:19:28,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:29,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["JvViinpITYGEGBpLr8gHLw"], "issued_at": "2018-12-12T14:19:29.000000Z"}} 2018-12-12 14:19:29,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac0a067068b512d8873a76a943ae714a26ba1d17" 2018-12-12 14:19:29,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1965a2d9-2532-4432-aea9-27d2b026dce4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:29,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1965a2d9-2532-4432-aea9-27d2b026dce4 2018-12-12 14:19:29,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:29,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:29,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["L6_szS6ZQL-of9V2bfERBA"], "issued_at": "2018-12-12T14:19:29.000000Z"}} 2018-12-12 14:19:29,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:29,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a677711e-c02a-4acd-85ae-60eb496eabac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:29,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a677711e-c02a-4acd-85ae-60eb496eabac 2018-12-12 14:19:29,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:29,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:29,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:29,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826d95fc-d81f-41bc-9c87-57aae16339c5 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:29,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-826d95fc-d81f-41bc-9c87-57aae16339c5 2018-12-12 14:19:29,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:29,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65592adf-991f-4eb2-9e04-9c1341674838 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:29,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-65592adf-991f-4eb2-9e04-9c1341674838 2018-12-12 14:19:30,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:30,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8084060-a08a-43bb-980a-574050ad244d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:30,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e8084060-a08a-43bb-980a-574050ad244d 2018-12-12 14:19:30,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:30,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76880a46-461b-4274-a328-dbfcd115ba01 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:30,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-76880a46-461b-4274-a328-dbfcd115ba01 2018-12-12 14:19:30,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/25c16be289c74f09881bbd3325e5f4e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:30,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-515990b9-8ce5-4b3e-81a4-5fdf1c3c48dc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/25c16be289c74f09881bbd3325e5f4e9"}, "enabled": true, "id": "25c16be289c74f09881bbd3325e5f4e9", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-8b4bedd8-a2fc-4e6-name"}} 2018-12-12 14:19:30,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/25c16be289c74f09881bbd3325e5f4e9 used request id req-515990b9-8ce5-4b3e-81a4-5fdf1c3c48dc 2018-12-12 14:19:30,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/25c16be289c74f09881bbd3325e5f4e9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:30,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40b38be4-8a44-4b6e-9f6a-d80f6f7a7e7d Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/25c16be289c74f09881bbd3325e5f4e9/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 14:19:30,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/25c16be289c74f09881bbd3325e5f4e9/roles used request id req-40b38be4-8a44-4b6e-9f6a-d80f6f7a7e7d 2018-12-12 14:19:30,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:30,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cf8225b-0cdb-4be7-b93e-7c8e2ffc1e0e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 14:19:30,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-9cf8225b-0cdb-4be7-b93e-7c8e2ffc1e0e 2018-12-12 14:19:30,772 - keystone_utils - INFO - Granting role admin to project api_check-project_9ab01860-9873-4b70-bec2-87107846bfed 2018-12-12 14:19:30,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/25c16be289c74f09881bbd3325e5f4e9/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:30,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e949b6eb-1379-4a94-9182-dde76bae7802 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:30,893 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521/users/25c16be289c74f09881bbd3325e5f4e9/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-e949b6eb-1379-4a94-9182-dde76bae7802 2018-12-12 14:19:30,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:30,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ea15cef-b683-4df1-b274-144ca589aeb5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:30,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2ea15cef-b683-4df1-b274-144ca589aeb5 2018-12-12 14:19:30,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:31,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e696ebe9-2e9e-4143-83f2-01fa592165c4 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:19:31,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_9ab01860-9873-4b70-bec2-87107846bfed used request id req-e696ebe9-2e9e-4143-83f2-01fa592165c4 2018-12-12 14:19:31,080 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-8b4bedd8-a2fc-4e6-name 2018-12-12 14:19:31,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:31,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:31,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac0a067068b512d8873a76a943ae714a26ba1d17" 2018-12-12 14:19:31,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a913a3-fabd-4d02-b468-c6cbc182917c Content-Encoding: gzip Content-Length: 942 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-8b4bedd8-a2fc-4e6-name", "links": {"self": "http://172.30.9.29:5000/v3/users/25c16be289c74f09881bbd3325e5f4e9"}, "domain_id": "default", "enabled": true, "id": "25c16be289c74f09881bbd3325e5f4e9", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:31,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-98a913a3-fabd-4d02-b468-c6cbc182917c 2018-12-12 14:19:31,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:31,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:31,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["yvtF1E96QTGXlUEAOMqLrg"], "issued_at": "2018-12-12T14:19:31.000000Z"}} 2018-12-12 14:19:31,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d27110641f38b2dbb49fc9d735def4f71c648bc9" 2018-12-12 14:19:31,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a683818-cc65-41f3-af57-07184c4b88cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:31,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9a683818-cc65-41f3-af57-07184c4b88cf 2018-12-12 14:19:31,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:31,669 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:31,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d27110641f38b2dbb49fc9d735def4f71c648bc9" 2018-12-12 14:19:31,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e782e78-7bef-4ce4-a9ed-fca7363644fd Content-Encoding: gzip Content-Length: 942 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-8b4bedd8-a2fc-4e6-name", "links": {"self": "http://172.30.9.29:5000/v3/users/25c16be289c74f09881bbd3325e5f4e9"}, "domain_id": "default", "enabled": true, "id": "25c16be289c74f09881bbd3325e5f4e9", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:31,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6e782e78-7bef-4ce4-a9ed-fca7363644fd 2018-12-12 14:19:31,775 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-8b4bedd8-a2fc-4e6-name 2018-12-12 14:19:31,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/25c16be289c74f09881bbd3325e5f4e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8acfff89e28d5243f84880f9041e3eb7fbbe3fba" 2018-12-12 14:19:31,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e98da1d-52d4-43a2-a37a-d037100b48f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:31,960 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/25c16be289c74f09881bbd3325e5f4e9 used request id req-4e98da1d-52d4-43a2-a37a-d037100b48f2 2018-12-12 14:19:31,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:32,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["rwc3gNqFRlyi1RKgMSQ5ig"], "issued_at": "2018-12-12T14:19:32.000000Z"}} 2018-12-12 14:19:32,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1615b790b153cc230a1e834502e529f478a08cd" 2018-12-12 14:19:32,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-138f0f6f-c606-414d-99a5-5750bc8e5a29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:32,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-138f0f6f-c606-414d-99a5-5750bc8e5a29 2018-12-12 14:19:32,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:32,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:32,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["B1cT0kl7QByj2OR32XsL-g"], "issued_at": "2018-12-12T14:19:32.000000Z"}} 2018-12-12 14:19:32,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:32,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57a906e-d01f-487e-847b-0bae7762c82f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:32,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c57a906e-d01f-487e-847b-0bae7762c82f 2018-12-12 14:19:32,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:32,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:32,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2886e90-eb5f-42b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:32,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe362069-550f-449f-89f7-e822de2b2d9e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2886e90-eb5f-42b-name", "previous": null, "next": null}, "projects": []} 2018-12-12 14:19:32,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f2886e90-eb5f-42b-name used request id req-fe362069-550f-449f-89f7-e822de2b2d9e 2018-12-12 14:19:32,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:33,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4739d253-4b5d-44d4-be47-7f95f81239ae Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:33,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4739d253-4b5d-44d4-be47-7f95f81239ae 2018-12-12 14:19:33,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-f2886e90-eb5f-42b-name"}}' 2018-12-12 14:19:33,191 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f96f509-9a45-438b-937d-4bb6c2488052 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b027238eb00b4f238c8df1071fe5962e"}, "enabled": true, "id": "b027238eb00b4f238c8df1071fe5962e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f2886e90-eb5f-42b-name"}} 2018-12-12 14:19:33,192 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5f96f509-9a45-438b-937d-4bb6c2488052 2018-12-12 14:19:33,192 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-f2886e90-eb5f-42b-name 2018-12-12 14:19:33,192 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f2886e90-eb5f-42b-name 2018-12-12 14:19:33,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:33,201 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:33,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b027238eb00b4f238c8df1071fe5962e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1615b790b153cc230a1e834502e529f478a08cd" 2018-12-12 14:19:33,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-709c332b-9f3a-4938-9e3e-e4d2ad9e8903 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:33,360 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b027238eb00b4f238c8df1071fe5962e used request id req-709c332b-9f3a-4938-9e3e-e4d2ad9e8903 2018-12-12 14:19:33,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:33,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-7c6b9f1a-52f0-44dc-b8a5-457085a3ce06 Date: Wed, 12 Dec 2018 14:19:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:19:33,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7c6b9f1a-52f0-44dc-b8a5-457085a3ce06 2018-12-12 14:19:33,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:33,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab9cabe4-8cde-4ffb-bc7e-644d5b888f96 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:33,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-ab9cabe4-8cde-4ffb-bc7e-644d5b888f96 2018-12-12 14:19:33,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:33,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eccd2141-22bf-43e8-844b-20c01d508182 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 14:19:33,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-eccd2141-22bf-43e8-844b-20c01d508182 2018-12-12 14:19:33,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:33,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0937b3d7-dcc3-4592-b54e-f5b69a924a77 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 14:19:33,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-0937b3d7-dcc3-4592-b54e-f5b69a924a77 2018-12-12 14:19:33,822 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f2886e90-eb5f-42b-name 2018-12-12 14:19:33,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b027238eb00b4f238c8df1071fe5962e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:33,912 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae0208ff-6efd-4c03-9aa5-fe1f7df27984 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b027238eb00b4f238c8df1071fe5962e.", "code": 404, "title": "Not Found"}} 2018-12-12 14:19:33,912 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b027238eb00b4f238c8df1071fe5962e used request id req-ae0208ff-6efd-4c03-9aa5-fe1f7df27984 2018-12-12 14:19:33,913 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-12-12 14:19:33,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:34,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217c1716-dede-4279-97b7-721f9e70f11f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:34,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-217c1716-dede-4279-97b7-721f9e70f11f 2018-12-12 14:19:34,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1615b790b153cc230a1e834502e529f478a08cd" 2018-12-12 14:19:34,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3c6c7c-1cb9-462e-b3ad-d5ee5bb9360b 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:34,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-9c3c6c7c-1cb9-462e-b3ad-d5ee5bb9360b 2018-12-12 14:19:34,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb8c4f3e6ac3c0c3b9bfe17ae808c2f4d76e981" 2018-12-12 14:19:34,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e58479-a3a0-4c9f-b9bb-2969be139658 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:34,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c6e58479-a3a0-4c9f-b9bb-2969be139658 2018-12-12 14:19:34,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:34,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["gI8yowvXTcG9Jn5LT23bUQ"], "issued_at": "2018-12-12T14:19:34.000000Z"}} 2018-12-12 14:19:34,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b6356a2296b1ce2e6df97c1177d4e0c21a9664" 2018-12-12 14:19:34,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bfb70e6-aaba-475e-ba85-163d7a527e6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:34,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9bfb70e6-aaba-475e-ba85-163d7a527e6c 2018-12-12 14:19:34,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:34,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:35,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["reOqIczvTxW-63Tg1iic0Q"], "issued_at": "2018-12-12T14:19:35.000000Z"}} 2018-12-12 14:19:35,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:35,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-133fae35-4906-4c87-aec1-c27166705dca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:35,172 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-133fae35-4906-4c87-aec1-c27166705dca 2018-12-12 14:19:35,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:35,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:35,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f1eb7664-ce15-4cc-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:35,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9384bcc-9390-40a1-95b6-e590968944d9 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f1eb7664-ce15-4cc-name", "previous": null, "next": null}, "projects": []} 2018-12-12 14:19:35,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f1eb7664-ce15-4cc-name used request id req-b9384bcc-9390-40a1-95b6-e590968944d9 2018-12-12 14:19:35,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:35,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79ff9666-a790-4ea6-aa2f-9fb38f63fdea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:35,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-79ff9666-a790-4ea6-aa2f-9fb38f63fdea 2018-12-12 14:19:35,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-f1eb7664-ce15-4cc-name"}}' 2018-12-12 14:19:35,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-242feabe-d4d4-4832-ac5b-f062a0b83a68 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3b4727ff50234078a9feb9498115de5e"}, "enabled": true, "id": "3b4727ff50234078a9feb9498115de5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f1eb7664-ce15-4cc-name"}} 2018-12-12 14:19:35,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-242feabe-d4d4-4832-ac5b-f062a0b83a68 2018-12-12 14:19:35,604 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-f1eb7664-ce15-4cc-name 2018-12-12 14:19:35,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:35,613 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:35,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f1eb7664-ce15-4cc-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b6356a2296b1ce2e6df97c1177d4e0c21a9664" 2018-12-12 14:19:35,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bf22969-0491-4d33-a130-ee7222d775fd Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f1eb7664-ce15-4cc-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3b4727ff50234078a9feb9498115de5e"}, "enabled": true, "id": "3b4727ff50234078a9feb9498115de5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f1eb7664-ce15-4cc-name"}]} 2018-12-12 14:19:35,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f1eb7664-ce15-4cc-name used request id req-6bf22969-0491-4d33-a130-ee7222d775fd 2018-12-12 14:19:35,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65b6356a2296b1ce2e6df97c1177d4e0c21a9664" 2018-12-12 14:19:35,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4d8bb5-04a6-4564-8f09-a49b2bf8c80e 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:35,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-7a4d8bb5-04a6-4564-8f09-a49b2bf8c80e 2018-12-12 14:19:35,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:36,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-67b4ed06-f331-4aa3-80e0-c3f013587934 Date: Wed, 12 Dec 2018 14:19:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:19:36,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-67b4ed06-f331-4aa3-80e0-c3f013587934 2018-12-12 14:19:36,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:36,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df78a736-53fd-4b0b-af5f-7680ce890802 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:36,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-df78a736-53fd-4b0b-af5f-7680ce890802 2018-12-12 14:19:36,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:36,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a5277bd-3620-4eec-b212-d48dba876551 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 14:19:36,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-5a5277bd-3620-4eec-b212-d48dba876551 2018-12-12 14:19:36,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:36,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89624097-c27e-46de-ba4f-a369607ff751 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 14:19:36,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-89624097-c27e-46de-ba4f-a369607ff751 2018-12-12 14:19:36,217 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f1eb7664-ce15-4cc-name 2018-12-12 14:19:36,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/3b4727ff50234078a9feb9498115de5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:36,377 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8b12ff9-29ae-4381-83f3-0918ddee9e2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:36,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3b4727ff50234078a9feb9498115de5e used request id req-e8b12ff9-29ae-4381-83f3-0918ddee9e2f 2018-12-12 14:19:36,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ccb9fc647071df6eb4f26cda0dfd5eb44269be9" 2018-12-12 14:19:36,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f60c301-ebe3-47e9-b9de-7cf532e0047b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:36,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6f60c301-ebe3-47e9-b9de-7cf532e0047b 2018-12-12 14:19:36,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:36,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["YohdUV28RxOErYWszjKGaw"], "issued_at": "2018-12-12T14:19:36.000000Z"}} 2018-12-12 14:19:36,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf949cc979e576bbfe1defdf7f2a8e59dbb3d32" 2018-12-12 14:19:36,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4709fe24-d6a7-41b4-aed0-1e5c34239bfc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:36,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4709fe24-d6a7-41b4-aed0-1e5c34239bfc 2018-12-12 14:19:36,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:36,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:37,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["hNpr9YpORkScGj0aolwFKw"], "issued_at": "2018-12-12T14:19:37.000000Z"}} 2018-12-12 14:19:37,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:37,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2b6fd0b-f7e3-4439-ae7d-bdd09c36672b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:37,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d2b6fd0b-f7e3-4439-ae7d-bdd09c36672b 2018-12-12 14:19:37,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:37,344 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:37,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:37,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a34f6238-195b-43bd-9075-53adae2afe7c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name", "previous": null, "next": null}, "projects": []} 2018-12-12 14:19:37,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name used request id req-a34f6238-195b-43bd-9075-53adae2afe7c 2018-12-12 14:19:37,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:37,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dccbcf24-5902-49f9-aae9-5d7796f938b6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:37,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-dccbcf24-5902-49f9-aae9-5d7796f938b6 2018-12-12 14:19:37,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-f6826be0-451f-427-name"}}' 2018-12-12 14:19:37,742 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6957c4b1-12cb-450d-9877-2d74a37f1311 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e15f3e822abd4c79a3cb45c7ab81e06c"}, "enabled": true, "id": "e15f3e822abd4c79a3cb45c7ab81e06c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f6826be0-451f-427-name"}} 2018-12-12 14:19:37,742 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6957c4b1-12cb-450d-9877-2d74a37f1311 2018-12-12 14:19:37,742 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-f6826be0-451f-427-name 2018-12-12 14:19:37,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:37,750 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:37,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf949cc979e576bbfe1defdf7f2a8e59dbb3d32" 2018-12-12 14:19:37,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f34fc687-12b2-402a-b72b-90dbcb10d8fa Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e15f3e822abd4c79a3cb45c7ab81e06c"}, "enabled": true, "id": "e15f3e822abd4c79a3cb45c7ab81e06c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f6826be0-451f-427-name"}]} 2018-12-12 14:19:37,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name used request id req-f34fc687-12b2-402a-b72b-90dbcb10d8fa 2018-12-12 14:19:37,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:37,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:38,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["IrU-xnGXRFyONlHjYlxPSQ"], "issued_at": "2018-12-12T14:19:38.000000Z"}} 2018-12-12 14:19:38,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e195e8ce4a43c578f077fdc136c9e171519c4d" 2018-12-12 14:19:38,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a100824-955f-4031-954a-4d42750f7168 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:38,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8a100824-955f-4031-954a-4d42750f7168 2018-12-12 14:19:38,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:38,313 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:38,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e195e8ce4a43c578f077fdc136c9e171519c4d" 2018-12-12 14:19:38,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a78d625-96e5-4a5b-ac31-8c94c7b8c81a Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e15f3e822abd4c79a3cb45c7ab81e06c"}, "enabled": true, "id": "e15f3e822abd4c79a3cb45c7ab81e06c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f6826be0-451f-427-name"}]} 2018-12-12 14:19:38,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6826be0-451f-427-name used request id req-9a78d625-96e5-4a5b-ac31-8c94c7b8c81a 2018-12-12 14:19:38,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf949cc979e576bbfe1defdf7f2a8e59dbb3d32" 2018-12-12 14:19:38,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4dfc5c-c7ef-41b5-a50d-1b2667a901df 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:38,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-ef4dfc5c-c7ef-41b5-a50d-1b2667a901df 2018-12-12 14:19:38,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:39,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-56423e43-c6a9-478d-8863-a4ac73f97c48 Date: Wed, 12 Dec 2018 14:19:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:19:39,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-56423e43-c6a9-478d-8863-a4ac73f97c48 2018-12-12 14:19:39,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:39,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7916c0a-14ec-445a-8c93-d7e300ed477e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:39,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-f7916c0a-14ec-445a-8c93-d7e300ed477e 2018-12-12 14:19:39,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:39,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152efb77-ace2-43ba-8bd8-ee67ff4f2e21 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 14:19:39,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-152efb77-ace2-43ba-8bd8-ee67ff4f2e21 2018-12-12 14:19:39,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:39,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9ddf5d-64dc-4f6e-b0f6-237c33c7f857 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 14:19:39,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-4d9ddf5d-64dc-4f6e-b0f6-237c33c7f857 2018-12-12 14:19:39,424 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f6826be0-451f-427-name 2018-12-12 14:19:39,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e15f3e822abd4c79a3cb45c7ab81e06c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:39,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50d0e15c-685b-4137-8270-dc7d0ad979fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:39,631 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e15f3e822abd4c79a3cb45c7ab81e06c used request id req-50d0e15c-685b-4137-8270-dc7d0ad979fb 2018-12-12 14:19:39,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8d6bee9eda7291499a14c09008cce24779ee6b3" 2018-12-12 14:19:39,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88a34aa1-3b2b-4408-a699-ef4ebddceaa4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:39,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-88a34aa1-3b2b-4408-a699-ef4ebddceaa4 2018-12-12 14:19:39,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:40,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Y9dVryX7SNyiwQcn7VskcQ"], "issued_at": "2018-12-12T14:19:40.000000Z"}} 2018-12-12 14:19:40,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e8e2e40d7a723d8d4661d21bf74ccc6dcb5b3fa" 2018-12-12 14:19:40,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4038142-0ce0-4a27-bbce-5c0840567f5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:40,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4038142-0ce0-4a27-bbce-5c0840567f5a 2018-12-12 14:19:40,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:40,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:40,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["oeNFtZ-YTMeV73MjYh2gZg"], "issued_at": "2018-12-12T14:19:40.000000Z"}} 2018-12-12 14:19:40,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74cbcb5a7e0fd8a44671815a14bf463f9e191c8" 2018-12-12 14:19:40,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d493bbdf-31d5-4cc5-8991-de32299836a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:40,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d493bbdf-31d5-4cc5-8991-de32299836a1 2018-12-12 14:19:40,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:40,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:40,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-f2c78e25-55ce-4d7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74cbcb5a7e0fd8a44671815a14bf463f9e191c8" 2018-12-12 14:19:40,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aba2ba29-5850-4821-8c43-3676b77da46f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-f2c78e25-55ce-4d7-name", "previous": null, "next": null}, "projects": []} 2018-12-12 14:19:40,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-f2c78e25-55ce-4d7-name used request id req-aba2ba29-5850-4821-8c43-3676b77da46f 2018-12-12 14:19:40,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74cbcb5a7e0fd8a44671815a14bf463f9e191c8" 2018-12-12 14:19:40,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8938bbc9-f68c-4b5f-b814-ddd3e6258305 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-12-12 14:19:40,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=foo used request id req-8938bbc9-f68c-4b5f-b814-ddd3e6258305 2018-12-12 14:19:40,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74cbcb5a7e0fd8a44671815a14bf463f9e191c8" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-f2c78e25-55ce-4d7-name"}}' 2018-12-12 14:19:40,959 - keystoneauth.session - DEBUG - RESP: [400] Date: Wed, 12 Dec 2018 14:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dabe085-ae85-44b4-b8c9-0ee6fd9cd181 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-12-12 14:19:40,959 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4dabe085-ae85-44b4-b8c9-0ee6fd9cd181 2018-12-12 14:19:40,959 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-12-12 14:19:40,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e74cbcb5a7e0fd8a44671815a14bf463f9e191c8" 2018-12-12 14:19:41,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6dcd0de-ab97-430b-9728-054622c52cea Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:41,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c6dcd0de-ab97-430b-9728-054622c52cea 2018-12-12 14:19:41,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:41,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["T-016YMSRsuXfiTfnKWZew"], "issued_at": "2018-12-12T14:19:41.000000Z"}} 2018-12-12 14:19:41,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e9a416e42cd69b261f08e08848d8d83850de5a" 2018-12-12 14:19:41,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a450628-f8c1-40c9-ba1a-4f0196422f2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:41,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9a450628-f8c1-40c9-ba1a-4f0196422f2b 2018-12-12 14:19:41,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:41,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:41,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["-hMQ5bboQ82OUz20DQCnUw"], "issued_at": "2018-12-12T14:19:41.000000Z"}} 2018-12-12 14:19:41,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:42,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04dc946c-7391-4b9b-8994-f7b3d6a0d898 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:42,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-04dc946c-7391-4b9b-8994-f7b3d6a0d898 2018-12-12 14:19:42,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:42,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:42,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0d5e3dc8-e854-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:42,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ee5e77-5ae6-47db-8802-22b0cd27a46a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0d5e3dc8-e854-48d-name", "previous": null, "next": null}, "projects": []} 2018-12-12 14:19:42,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0d5e3dc8-e854-48d-name used request id req-59ee5e77-5ae6-47db-8802-22b0cd27a46a 2018-12-12 14:19:42,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:42,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a5deae-fbd1-4a8e-85c6-58c18585d50c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:42,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-79a5deae-fbd1-4a8e-85c6-58c18585d50c 2018-12-12 14:19:42,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-0d5e3dc8-e854-48d-name"}}' 2018-12-12 14:19:42,340 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9340bdf-d1a8-400b-9dfb-15c307f4a486 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6a284fb9a55246a687c7cbbf93e013ff"}, "enabled": true, "id": "6a284fb9a55246a687c7cbbf93e013ff", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0d5e3dc8-e854-48d-name"}} 2018-12-12 14:19:42,340 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a9340bdf-d1a8-400b-9dfb-15c307f4a486 2018-12-12 14:19:42,340 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-0d5e3dc8-e854-48d-name 2018-12-12 14:19:42,341 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:19:42,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-quota-sets/6a284fb9a55246a687c7cbbf93e013ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:43,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4f36f4c-4a7d-4ac5-b2e6-030a97639980 x-compute-request-id: req-f4f36f4c-4a7d-4ac5-b2e6-030a97639980 Content-Encoding: gzip Content-Length: 222 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": "6a284fb9a55246a687c7cbbf93e013ff", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-12 14:19:43,295 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/6a284fb9a55246a687c7cbbf93e013ff used request id req-f4f36f4c-4a7d-4ac5-b2e6-030a97639980 2018-12-12 14:19:43,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:8774/v2.1/os-quota-sets/6a284fb9a55246a687c7cbbf93e013ff -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-12-12 14:19:44,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e145563-6bdd-4d9f-b075-971f35f2045f x-compute-request-id: req-0e145563-6bdd-4d9f-b075-971f35f2045f Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-12 14:19:44,027 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/6a284fb9a55246a687c7cbbf93e013ff used request id req-0e145563-6bdd-4d9f-b075-971f35f2045f 2018-12-12 14:19:44,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:44,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:44,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0d5e3dc8-e854-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e9a416e42cd69b261f08e08848d8d83850de5a" 2018-12-12 14:19:44,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a645bd03-7f02-4567-a09d-fe1ebdf6baa8 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0d5e3dc8-e854-48d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6a284fb9a55246a687c7cbbf93e013ff"}, "enabled": true, "id": "6a284fb9a55246a687c7cbbf93e013ff", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0d5e3dc8-e854-48d-name"}]} 2018-12-12 14:19:44,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0d5e3dc8-e854-48d-name used request id req-a645bd03-7f02-4567-a09d-fe1ebdf6baa8 2018-12-12 14:19:44,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e9a416e42cd69b261f08e08848d8d83850de5a" 2018-12-12 14:19:44,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cae5da5-c8cf-4eb4-8bc1-74be4f7e4829 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:44,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-3cae5da5-c8cf-4eb4-8bc1-74be4f7e4829 2018-12-12 14:19:44,303 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:19:44,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-quota-sets/6a284fb9a55246a687c7cbbf93e013ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e9a416e42cd69b261f08e08848d8d83850de5a" 2018-12-12 14:19:45,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6aa8306f-fe2f-4af2-af4c-47c5f3a50770 x-compute-request-id: req-6aa8306f-fe2f-4af2-af4c-47c5f3a50770 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "6a284fb9a55246a687c7cbbf93e013ff", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-12 14:19:45,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/6a284fb9a55246a687c7cbbf93e013ff used request id req-6aa8306f-fe2f-4af2-af4c-47c5f3a50770 2018-12-12 14:19:45,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:46,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-e0fac7ad-86ec-41bc-8bdf-d9e2a0980529 Date: Wed, 12 Dec 2018 14:19:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:19:46,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e0fac7ad-86ec-41bc-8bdf-d9e2a0980529 2018-12-12 14:19:46,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:46,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1865c56f-6c3b-4110-9fda-cb36f0b0c3f3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:46,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-1865c56f-6c3b-4110-9fda-cb36f0b0c3f3 2018-12-12 14:19:46,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:46,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17cd9d75-e8db-4b0c-b90a-e201ddd82f69 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 14:19:46,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-17cd9d75-e8db-4b0c-b90a-e201ddd82f69 2018-12-12 14:19:46,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:46,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-196c57d9-a860-47bd-94c0-76de5b65b8d4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 14:19:46,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-196c57d9-a860-47bd-94c0-76de5b65b8d4 2018-12-12 14:19:46,352 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0d5e3dc8-e854-48d-name 2018-12-12 14:19:46,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/6a284fb9a55246a687c7cbbf93e013ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:46,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a50b0a5-2fcf-4468-857d-283bd49baef3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:46,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/6a284fb9a55246a687c7cbbf93e013ff used request id req-3a50b0a5-2fcf-4468-857d-283bd49baef3 2018-12-12 14:19:46,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8fec585ee83d69d072c403d3bda21b52b35f1b" 2018-12-12 14:19:46,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd2187b6-7b49-485c-b1a9-b07f5705cdc8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:46,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dd2187b6-7b49-485c-b1a9-b07f5705cdc8 2018-12-12 14:19:46,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:47,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Hygh2JKuR0OV_WEh3gH02w"], "issued_at": "2018-12-12T14:19:47.000000Z"}} 2018-12-12 14:19:47,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36456618333fba6ce93a358d5373c395e42a5e62" 2018-12-12 14:19:47,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205caecb-d255-410c-a210-144d08f7c8b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:47,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-205caecb-d255-410c-a210-144d08f7c8b0 2018-12-12 14:19:47,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:47,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:47,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["KN8Sv-tbQgSZ5PTS6Ke8iA"], "issued_at": "2018-12-12T14:19:47.000000Z"}} 2018-12-12 14:19:47,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:47,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2529072d-eb03-4bee-8b97-8d001b15aca6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:47,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2529072d-eb03-4bee-8b97-8d001b15aca6 2018-12-12 14:19:47,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:47,618 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:47,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caba1b30-70fa-4d4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:47,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfee9352-6c6a-42c6-aa7e-fd094ba4f9ae Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caba1b30-70fa-4d4-name", "previous": null, "next": null}, "projects": []} 2018-12-12 14:19:47,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caba1b30-70fa-4d4-name used request id req-cfee9352-6c6a-42c6-aa7e-fd094ba4f9ae 2018-12-12 14:19:47,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:47,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a77835e9-fed6-479d-8881-f375b5bb7b3e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:47,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a77835e9-fed6-479d-8881-f375b5bb7b3e 2018-12-12 14:19:47,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-caba1b30-70fa-4d4-name"}}' 2018-12-12 14:19:47,961 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa532d3d-a75a-4fcd-aac9-953c65f25f2e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7bcf3b27af2c45728cb5f5a172142576"}, "enabled": true, "id": "7bcf3b27af2c45728cb5f5a172142576", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-caba1b30-70fa-4d4-name"}} 2018-12-12 14:19:47,961 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-fa532d3d-a75a-4fcd-aac9-953c65f25f2e 2018-12-12 14:19:47,961 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-caba1b30-70fa-4d4-name 2018-12-12 14:19:47,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:47,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:47,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caba1b30-70fa-4d4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36456618333fba6ce93a358d5373c395e42a5e62" 2018-12-12 14:19:47,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfcb6548-c0a5-47d1-9ce8-46757058e0f5 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caba1b30-70fa-4d4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7bcf3b27af2c45728cb5f5a172142576"}, "enabled": true, "id": "7bcf3b27af2c45728cb5f5a172142576", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-caba1b30-70fa-4d4-name"}]} 2018-12-12 14:19:47,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caba1b30-70fa-4d4-name used request id req-cfcb6548-c0a5-47d1-9ce8-46757058e0f5 2018-12-12 14:19:47,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36456618333fba6ce93a358d5373c395e42a5e62" 2018-12-12 14:19:48,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a1f7753-42dc-496c-a3ed-a7f94b56ce1a 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:19:48,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-0a1f7753-42dc-496c-a3ed-a7f94b56ce1a 2018-12-12 14:19:48,077 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:19:48,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:8774/v2.1/os-quota-sets/7bcf3b27af2c45728cb5f5a172142576 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-12-12 14:19:48,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44c6a96b-1d92-4a63-a402-01b0234283e3 x-compute-request-id: req-44c6a96b-1d92-4a63-a402-01b0234283e3 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-12 14:19:48,640 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/7bcf3b27af2c45728cb5f5a172142576 used request id req-44c6a96b-1d92-4a63-a402-01b0234283e3 2018-12-12 14:19:48,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/quotas/7bcf3b27af2c45728cb5f5a172142576 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-12-12 14:19:48,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-54c8ec9d-278d-4877-9596-672ef8f7834b Date: Wed, 12 Dec 2018 14:19:48 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-12-12 14:19:48,965 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/quotas/7bcf3b27af2c45728cb5f5a172142576 used request id req-54c8ec9d-278d-4877-9596-672ef8f7834b 2018-12-12 14:19:48,965 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:19:48,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-quota-sets/7bcf3b27af2c45728cb5f5a172142576 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:49,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cd7a309-ae6a-4b5d-bb13-bc1368039c8e x-compute-request-id: req-3cd7a309-ae6a-4b5d-bb13-bc1368039c8e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "7bcf3b27af2c45728cb5f5a172142576", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-12 14:19:49,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/7bcf3b27af2c45728cb5f5a172142576 used request id req-3cd7a309-ae6a-4b5d-bb13-bc1368039c8e 2018-12-12 14:19:49,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/quotas/7bcf3b27af2c45728cb5f5a172142576 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:49,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-6e3bb1fb-e59a-459a-878e-1c4fb7d7fc24 Date: Wed, 12 Dec 2018 14:19:49 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-12-12 14:19:49,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/quotas/7bcf3b27af2c45728cb5f5a172142576 used request id req-6e3bb1fb-e59a-459a-878e-1c4fb7d7fc24 2018-12-12 14:19:49,882 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:19:49,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-quota-sets/7bcf3b27af2c45728cb5f5a172142576 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36456618333fba6ce93a358d5373c395e42a5e62" 2018-12-12 14:19:50,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0325fda0-9531-49cb-bb65-7edd53889ed6 x-compute-request-id: req-0325fda0-9531-49cb-bb65-7edd53889ed6 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "7bcf3b27af2c45728cb5f5a172142576", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-12 14:19:50,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/7bcf3b27af2c45728cb5f5a172142576 used request id req-0325fda0-9531-49cb-bb65-7edd53889ed6 2018-12-12 14:19:50,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/quotas/7bcf3b27af2c45728cb5f5a172142576 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36456618333fba6ce93a358d5373c395e42a5e62" 2018-12-12 14:19:51,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-8feb9006-1210-4013-9c6d-20fc0b65ac85 Date: Wed, 12 Dec 2018 14:19:51 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-12-12 14:19:51,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/quotas/7bcf3b27af2c45728cb5f5a172142576 used request id req-8feb9006-1210-4013-9c6d-20fc0b65ac85 2018-12-12 14:19:51,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:52,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-4631a9d0-e600-408f-966e-43dfe5304b1f Date: Wed, 12 Dec 2018 14:19:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:19:52,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4631a9d0-e600-408f-966e-43dfe5304b1f 2018-12-12 14:19:52,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:52,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff93ef93-7b66-4bb1-b683-ea3883bfc5e5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:19:52,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-ff93ef93-7b66-4bb1-b683-ea3883bfc5e5 2018-12-12 14:19:52,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:52,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce0c206-bcd0-486d-aefc-236ef9837ebb Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 14:19:52,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-6ce0c206-bcd0-486d-aefc-236ef9837ebb 2018-12-12 14:19:52,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:52,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16932544-373b-4656-98b8-248768caae65 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 14:19:52,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-16932544-373b-4656-98b8-248768caae65 2018-12-12 14:19:52,640 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-caba1b30-70fa-4d4-name 2018-12-12 14:19:52,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/7bcf3b27af2c45728cb5f5a172142576 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:52,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2764cb7-91a9-4c91-9789-4aebb07e2ae2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:52,785 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7bcf3b27af2c45728cb5f5a172142576 used request id req-f2764cb7-91a9-4c91-9789-4aebb07e2ae2 2018-12-12 14:19:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d539636627008775478bfbe835acfa7f4b742dd" 2018-12-12 14:19:52,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e89f75-672e-4cc7-a732-b12223a0ca7c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:52,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-45e89f75-672e-4cc7-a732-b12223a0ca7c 2018-12-12 14:19:52,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:53,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["ZDgnl9PhRz-i-eiw_8UIOQ"], "issued_at": "2018-12-12T14:19:53.000000Z"}} 2018-12-12 14:19:53,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}164ce2b4f54ca35e14b351e9edbd88305133de88" 2018-12-12 14:19:53,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf00cf95-7713-4124-bc36-0a25dddcb720 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:53,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bf00cf95-7713-4124-bc36-0a25dddcb720 2018-12-12 14:19:53,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:53,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:53,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["ArJtjGhbRgqTAeYcRwxfTQ"], "issued_at": "2018-12-12T14:19:53.000000Z"}} 2018-12-12 14:19:53,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:19:53,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e53ed289-b56b-4a49-8858-9fa49420acda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:53,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e53ed289-b56b-4a49-8858-9fa49420acda 2018-12-12 14:19:53,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:53,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:53,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-ed8dd5b7-0f5d-440-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:19:54,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b41a774-04a1-45fc-9b1f-27e4dbc5dcf2 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-ed8dd5b7-0f5d-440-name", "previous": null, "next": null}, "projects": []} 2018-12-12 14:19:54,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-ed8dd5b7-0f5d-440-name used request id req-7b41a774-04a1-45fc-9b1f-27e4dbc5dcf2 2018-12-12 14:19:54,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:19:54,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8d1854-3bf7-4ed8-aca0-d78c6bc289ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:54,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ea8d1854-3bf7-4ed8-aca0-d78c6bc289ea 2018-12-12 14:19:54,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}}' 2018-12-12 14:19:54,244 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1eda602-2bf6-41a3-8894-b9c19bb1b989 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe"}, "enabled": true, "id": "ca0ba4c228194738809e4876d4d8d7fe", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}} 2018-12-12 14:19:54,244 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b1eda602-2bf6-41a3-8894-b9c19bb1b989 2018-12-12 14:19:54,244 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-ed8dd5b7-0f5d-440-name 2018-12-12 14:19:54,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:54,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:54,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["tNOelTPVTFOdKp3mERupIA"], "issued_at": "2018-12-12T14:19:54.000000Z"}} 2018-12-12 14:19:54,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:54,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1efa284-04ca-4430-b4ce-3429923435d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:54,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b1efa284-04ca-4430-b4ce-3429923435d3 2018-12-12 14:19:54,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:19:54,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:19:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:19:54,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:54,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-596b2e44-fabc-4336-8e89-c07b14bc3494 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:19:54,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-596b2e44-fabc-4336-8e89-c07b14bc3494 2018-12-12 14:19:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:54,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18f0a53e-87a0-4253-940a-48367251ad6e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:19:54,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-18f0a53e-87a0-4253-940a-48367251ad6e 2018-12-12 14:19:55,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:55,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b645bec5-ac44-496d-bd75-64a6f2be427b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:55,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b645bec5-ac44-496d-bd75-64a6f2be427b 2018-12-12 14:19:55,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-ed8dd5b7-0f5d-440-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:55,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbfd876-8041-46c4-8803-02af9905877f Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-ed8dd5b7-0f5d-440-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe"}, "enabled": true, "id": "ca0ba4c228194738809e4876d4d8d7fe", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}]} 2018-12-12 14:19:55,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-ed8dd5b7-0f5d-440-name used request id req-bdbfd876-8041-46c4-8803-02af9905877f 2018-12-12 14:19:55,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/bcfcd4933d6842f99969a5a98b4933f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:55,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-981f6125-e154-4bc0-a2b8-4ea904730972 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/bcfcd4933d6842f99969a5a98b4933f4"}, "enabled": true, "id": "bcfcd4933d6842f99969a5a98b4933f4", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-user"}} 2018-12-12 14:19:55,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/bcfcd4933d6842f99969a5a98b4933f4 used request id req-981f6125-e154-4bc0-a2b8-4ea904730972 2018-12-12 14:19:55,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe/users/bcfcd4933d6842f99969a5a98b4933f4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:55,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9871369f-97b6-4198-bbd2-52bb007ebc4b Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe/users/bcfcd4933d6842f99969a5a98b4933f4/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 14:19:55,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe/users/bcfcd4933d6842f99969a5a98b4933f4/roles used request id req-9871369f-97b6-4198-bbd2-52bb007ebc4b 2018-12-12 14:19:55,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:55,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-526b4cc1-fc74-464b-920b-d866e5a885f7 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 14:19:55,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-526b4cc1-fc74-464b-920b-d866e5a885f7 2018-12-12 14:19:55,618 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-ed8dd5b7-0f5d-440-name 2018-12-12 14:19:55,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe/users/bcfcd4933d6842f99969a5a98b4933f4/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:19:55,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53e8c831-dac0-4d2c-bb2f-049253644a28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:55,782 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe/users/bcfcd4933d6842f99969a5a98b4933f4/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-53e8c831-dac0-4d2c-bb2f-049253644a28 2018-12-12 14:19:55,783 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-ed8dd5b7-0f5d-440-user 2018-12-12 14:19:55,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:19:55,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1f07b95-7286-4508-8505-dfecfad7f8ca Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:19:55,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b1f07b95-7286-4508-8505-dfecfad7f8ca 2018-12-12 14:19:55,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" -d '{"role": {"name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name-role"}}' 2018-12-12 14:19:55,986 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc893758-caff-4056-a909-259c9f9456f0 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8630ffb0ea224d409b73e7af1f8dfe96", "links": {"self": "http://172.30.9.29:5000/v3/roles/8630ffb0ea224d409b73e7af1f8dfe96"}, "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name-role"}} 2018-12-12 14:19:55,986 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-fc893758-caff-4056-a909-259c9f9456f0 2018-12-12 14:19:55,987 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-ed8dd5b7-0f5d-440-name-role 2018-12-12 14:19:55,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8630ffb0ea224d409b73e7af1f8dfe96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:19:56,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53b56f6-54ff-45fb-9626-b07b0d5831b5 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8630ffb0ea224d409b73e7af1f8dfe96"}, "domain_id": null, "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name-role", "id": "8630ffb0ea224d409b73e7af1f8dfe96"}} 2018-12-12 14:19:56,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8630ffb0ea224d409b73e7af1f8dfe96 used request id req-f53b56f6-54ff-45fb-9626-b07b0d5831b5 2018-12-12 14:19:56,073 - keystone_utils - INFO - Granting role CreateProjectUserTests-ed8dd5b7-0f5d-440-name-role to project CreateProjectUserTests-ed8dd5b7-0f5d-440-name 2018-12-12 14:19:56,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe/users/bcfcd4933d6842f99969a5a98b4933f4/roles/8630ffb0ea224d409b73e7af1f8dfe96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:19:56,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50853abe-c7cc-418a-81eb-513a68eabed4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:19:56,205 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe/users/bcfcd4933d6842f99969a5a98b4933f4/roles/8630ffb0ea224d409b73e7af1f8dfe96 used request id req-50853abe-c7cc-418a-81eb-513a68eabed4 2018-12-12 14:19:56,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:19:56,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:19:56,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8630ffb0ea224d409b73e7af1f8dfe96", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:19:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ca0ba4c228194738809e4876d4d8d7fe", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ca0ba4c228194738809e4876d4d8d7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ca0ba4c228194738809e4876d4d8d7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ca0ba4c228194738809e4876d4d8d7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ca0ba4c228194738809e4876d4d8d7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ca0ba4c228194738809e4876d4d8d7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ca0ba4c228194738809e4876d4d8d7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ca0ba4c228194738809e4876d4d8d7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ca0ba4c228194738809e4876d4d8d7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ca0ba4c228194738809e4876d4d8d7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ca0ba4c228194738809e4876d4d8d7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ca0ba4c228194738809e4876d4d8d7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ca0ba4c228194738809e4876d4d8d7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-user", "id": "bcfcd4933d6842f99969a5a98b4933f4"}, "audit_ids": ["4fazPeIvSuGdsKqHju62xA"], "issued_at": "2018-12-12T14:19:56.000000Z"}} 2018-12-12 14:19:56,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:19:56,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ccf559-f6c5-4624-938d-6ac810f392de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:19:56,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-35ccf559-f6c5-4624-938d-6ac810f392de 2018-12-12 14:19:56,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-ed8dd5b7-0f5d-440-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:19:57,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b2663157-e829-43ba-865d-2cc7b1029d64 Date: Wed, 12 Dec 2018 14:19:57 GMT RESP BODY: {"security_groups": []} 2018-12-12 14:19:57,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-ed8dd5b7-0f5d-440-name&description=hello+group used request id req-b2663157-e829-43ba-865d-2cc7b1029d64 2018-12-12 14:19:57,103 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-ed8dd5b7-0f5d-440-name... 2018-12-12 14:19:57,103 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-ed8dd5b7-0f5d-440-name 2018-12-12 14:19:57,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" -d '{"security_group": {"name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name", "description": "hello group"}}' 2018-12-12 14:19:57,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-af1d4c2c-a25f-4f1f-bd47-304654eab1d0 Date: Wed, 12 Dec 2018 14:19:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "updated_at": "2018-12-12T14:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "d296cf97-a431-46b2-959c-11c7299a7c3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}], "revision_number": 2, "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}} 2018-12-12 14:19:57,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-af1d4c2c-a25f-4f1f-bd47-304654eab1d0 2018-12-12 14:19:57,643 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e228da6-90e5-46c7-84bf-7f42a2795e89 2018-12-12 14:19:57,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:19:58,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4b899a76-a073-4b43-960c-49c531115442 Date: Wed, 12 Dec 2018 14:19:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "d296cf97-a431-46b2-959c-11c7299a7c3e"}]} 2018-12-12 14:19:58,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-4b899a76-a073-4b43-960c-49c531115442 2018-12-12 14:19:58,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e228da6-90e5-46c7-84bf-7f42a2795e89 2018-12-12 14:19:58,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:19:59,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7570ee62-2609-4617-aff5-a1cd4a5fb4fb Date: Wed, 12 Dec 2018 14:19:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "d296cf97-a431-46b2-959c-11c7299a7c3e"}]} 2018-12-12 14:19:59,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-7570ee62-2609-4617-aff5-a1cd4a5fb4fb 2018-12-12 14:19:59,074 - neutron_utils - INFO - Retrieving security group with ID - 2e228da6-90e5-46c7-84bf-7f42a2795e89 2018-12-12 14:19:59,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:19:59,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3c298588-e4f8-4868-9b90-481dc46c1882 Date: Wed, 12 Dec 2018 14:19:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "updated_at": "2018-12-12T14:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "d296cf97-a431-46b2-959c-11c7299a7c3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}], "revision_number": 2, "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}]} 2018-12-12 14:19:59,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-3c298588-e4f8-4868-9b90-481dc46c1882 2018-12-12 14:19:59,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e228da6-90e5-46c7-84bf-7f42a2795e89 2018-12-12 14:19:59,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:20:00,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2c101e0d-6448-43b9-8591-0842572e4002 Date: Wed, 12 Dec 2018 14:20:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "d296cf97-a431-46b2-959c-11c7299a7c3e"}]} 2018-12-12 14:20:00,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-2c101e0d-6448-43b9-8591-0842572e4002 2018-12-12 14:20:00,605 - neutron_utils - INFO - Retrieving security group with ID - 2e228da6-90e5-46c7-84bf-7f42a2795e89 2018-12-12 14:20:00,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:20:01,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1067d93a-8b7c-4ede-a165-e26a6980c966 Date: Wed, 12 Dec 2018 14:20:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "updated_at": "2018-12-12T14:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "d296cf97-a431-46b2-959c-11c7299a7c3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}], "revision_number": 2, "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}]} 2018-12-12 14:20:01,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-1067d93a-8b7c-4ede-a165-e26a6980c966 2018-12-12 14:20:01,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e228da6-90e5-46c7-84bf-7f42a2795e89 2018-12-12 14:20:01,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:20:02,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7c845a85-f20f-41f3-90af-aa34beb3cd54 Date: Wed, 12 Dec 2018 14:20:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "d296cf97-a431-46b2-959c-11c7299a7c3e"}]} 2018-12-12 14:20:02,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-7c845a85-f20f-41f3-90af-aa34beb3cd54 2018-12-12 14:20:02,093 - neutron_utils - INFO - Retrieving security group with ID - 2e228da6-90e5-46c7-84bf-7f42a2795e89 2018-12-12 14:20:02,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:20:02,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a67d70c0-2e7f-4041-9baa-ce281789d4f6 Date: Wed, 12 Dec 2018 14:20:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "updated_at": "2018-12-12T14:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "d296cf97-a431-46b2-959c-11c7299a7c3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}], "revision_number": 2, "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}]} 2018-12-12 14:20:02,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-a67d70c0-2e7f-4041-9baa-ce281789d4f6 2018-12-12 14:20:02,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e228da6-90e5-46c7-84bf-7f42a2795e89 2018-12-12 14:20:02,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:20:03,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4e80f024-415f-4370-8ded-90459a077a40 Date: Wed, 12 Dec 2018 14:20:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "60eaf116-0bfd-4220-a7e3-00e7f6f6d551"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "2e228da6-90e5-46c7-84bf-7f42a2795e89", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "d296cf97-a431-46b2-959c-11c7299a7c3e"}]} 2018-12-12 14:20:03,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-4e80f024-415f-4370-8ded-90459a077a40 2018-12-12 14:20:03,609 - neutron_utils - INFO - Deleting security group rule with ID - 60eaf116-0bfd-4220-a7e3-00e7f6f6d551 2018-12-12 14:20:03,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/60eaf116-0bfd-4220-a7e3-00e7f6f6d551 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:20:03,898 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dba4b24c-4b86-45dd-a61c-e054b82530c9 Content-Length: 0 Date: Wed, 12 Dec 2018 14:20:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:03,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/60eaf116-0bfd-4220-a7e3-00e7f6f6d551 used request id req-dba4b24c-4b86-45dd-a61c-e054b82530c9 2018-12-12 14:20:03,899 - neutron_utils - INFO - Deleting security group rule with ID - d296cf97-a431-46b2-959c-11c7299a7c3e 2018-12-12 14:20:03,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d296cf97-a431-46b2-959c-11c7299a7c3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:20:04,166 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e69297f-b998-45ab-b6ac-38c79e7751f5 Content-Length: 0 Date: Wed, 12 Dec 2018 14:20:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:04,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d296cf97-a431-46b2-959c-11c7299a7c3e used request id req-9e69297f-b998-45ab-b6ac-38c79e7751f5 2018-12-12 14:20:04,166 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-ed8dd5b7-0f5d-440-name 2018-12-12 14:20:04,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2e228da6-90e5-46c7-84bf-7f42a2795e89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef736c8ee0ea800c2d1e4e4f6351eb9a671e39b" 2018-12-12 14:20:04,301 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aab70cc9-400e-4b85-b911-faf8d6bc0c7d Content-Length: 0 Date: Wed, 12 Dec 2018 14:20:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:04,301 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2e228da6-90e5-46c7-84bf-7f42a2795e89 used request id req-aab70cc9-400e-4b85-b911-faf8d6bc0c7d 2018-12-12 14:20:04,302 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-ed8dd5b7-0f5d-440-user 2018-12-12 14:20:04,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/bcfcd4933d6842f99969a5a98b4933f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbbfa4156bb5fe61187636a62c198e522d2222a" 2018-12-12 14:20:04,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2950ac7-f5c7-4a9e-91d5-b6cf0a06c93e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:04,525 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/bcfcd4933d6842f99969a5a98b4933f4 used request id req-b2950ac7-f5c7-4a9e-91d5-b6cf0a06c93e 2018-12-12 14:20:04,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:20:04,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-f7a7cac7-aeed-438a-9816-2005eefcf78b Date: Wed, 12 Dec 2018 14:20:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:56Z", "updated_at": "2018-12-12T14:19:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "1a03c5a5-4afb-4e82-8a83-c50703fd7b36", "remote_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "4628e8a6-1861-4694-9d88-dd398811e051", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "46639402-01ff-4fe3-b137-43586654ce01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "revision_number": 0, "id": "d5b55874-0211-4c45-88b3-c8497f058bd6", "remote_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:57Z", "security_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0ba4c228194738809e4876d4d8d7fe"}], "revision_number": 4, "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:20:04,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f7a7cac7-aeed-438a-9816-2005eefcf78b 2018-12-12 14:20:04,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:20:04,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb7377d-9bc3-4bc9-87df-296d84d201e6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:20:04,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-5eb7377d-9bc3-4bc9-87df-296d84d201e6 2018-12-12 14:20:04,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:20:04,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52be91fd-ba23-46d7-8ff9-54d7b10cda40 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe"}, "enabled": true, "id": "ca0ba4c228194738809e4876d4d8d7fe", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-ed8dd5b7-0f5d-440-name"}} 2018-12-12 14:20:04,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe used request id req-52be91fd-ba23-46d7-8ff9-54d7b10cda40 2018-12-12 14:20:04,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b759c61-c7f5-4bae-b35a-474699e2b576 2018-12-12 14:20:05,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5b759c61-c7f5-4bae-b35a-474699e2b576 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:20:05,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d862423c-8e2f-430c-a0ee-1354b5bbd9d1 Date: Wed, 12 Dec 2018 14:20:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "1a03c5a5-4afb-4e82-8a83-c50703fd7b36"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "4628e8a6-1861-4694-9d88-dd398811e051"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "46639402-01ff-4fe3-b137-43586654ce01"}, {"remote_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:19:57Z", "security_group_id": "5b759c61-c7f5-4bae-b35a-474699e2b576", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0ba4c228194738809e4876d4d8d7fe", "created_at": "2018-12-12T14:19:57Z", "project_id": "ca0ba4c228194738809e4876d4d8d7fe", "id": "d5b55874-0211-4c45-88b3-c8497f058bd6"}]} 2018-12-12 14:20:05,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5b759c61-c7f5-4bae-b35a-474699e2b576 used request id req-d862423c-8e2f-430c-a0ee-1354b5bbd9d1 2018-12-12 14:20:05,803 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 14:20:05,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/5b759c61-c7f5-4bae-b35a-474699e2b576 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:20:06,822 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c30e207b-376b-45aa-a2c5-98f4510dbe2f Content-Length: 0 Date: Wed, 12 Dec 2018 14:20:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:06,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5b759c61-c7f5-4bae-b35a-474699e2b576 used request id req-c30e207b-376b-45aa-a2c5-98f4510dbe2f 2018-12-12 14:20:06,822 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-ed8dd5b7-0f5d-440-name 2018-12-12 14:20:06,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:20:06,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b3fe78c-20ac-4b5c-a8c0-c5040890569b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:06,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ca0ba4c228194738809e4876d4d8d7fe used request id req-7b3fe78c-20ac-4b5c-a8c0-c5040890569b 2018-12-12 14:20:06,989 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-ed8dd5b7-0f5d-440-name-role 2018-12-12 14:20:06,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8630ffb0ea224d409b73e7af1f8dfe96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:20:07,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-062140ac-98f7-48c5-a76a-e89f5eb534a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:07,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8630ffb0ea224d409b73e7af1f8dfe96 used request id req-062140ac-98f7-48c5-a76a-e89f5eb534a8 2018-12-12 14:20:07,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7db97b1a80a499f078bc7b21d9cd4897ec95062" 2018-12-12 14:20:07,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-462056ac-d9b8-42e4-9d5f-1baf58aa3d14 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:20:07,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-462056ac-d9b8-42e4-9d5f-1baf58aa3d14 2018-12-12 14:20:07,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:07,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["sPEkX0AWRTmcDfdRfrmm1A"], "issued_at": "2018-12-12T14:20:07.000000Z"}} 2018-12-12 14:20:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b096b45b70b7a6e24b22dea82f0882327e7d4e2d" 2018-12-12 14:20:07,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f9159a-85f1-4ee0-b33d-ad94b8406ca2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:07,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-67f9159a-85f1-4ee0-b33d-ad94b8406ca2 2018-12-12 14:20:07,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:20:07,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:08,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["_URgUU4sRkyavoqnZ7Zjwg"], "issued_at": "2018-12-12T14:20:08.000000Z"}} 2018-12-12 14:20:08,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:08,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edfbddaf-d622-4c40-b296-7b8acdda592e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:08,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-edfbddaf-d622-4c40-b296-7b8acdda592e 2018-12-12 14:20:08,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:20:08,155 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:20:08,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f8e8ec43-e249-492-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:08,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb38678f-7014-4412-8375-52dcd8343aa3 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f8e8ec43-e249-492-name", "previous": null, "next": null}, "projects": []} 2018-12-12 14:20:08,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f8e8ec43-e249-492-name used request id req-fb38678f-7014-4412-8375-52dcd8343aa3 2018-12-12 14:20:08,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:08,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11c46235-d777-4400-a567-d30239b7c665 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:20:08,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-11c46235-d777-4400-a567-d30239b7c665 2018-12-12 14:20:08,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}}' 2018-12-12 14:20:08,394 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:20:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d124e547-0a09-4d40-8ce6-abc95d2bdae1 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9"}, "enabled": true, "id": "e59cf92a902b45b5bb236c55185a99d9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}} 2018-12-12 14:20:08,394 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d124e547-0a09-4d40-8ce6-abc95d2bdae1 2018-12-12 14:20:08,394 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:08,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:20:08,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:08,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["eRPiTKxtQAOebVzaZ-EZPA"], "issued_at": "2018-12-12T14:20:08.000000Z"}} 2018-12-12 14:20:08,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:08,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c20489-59d3-4068-841b-775e2af701cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:08,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b4c20489-59d3-4068-841b-775e2af701cc 2018-12-12 14:20:08,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:20:08,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:20:08,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:08,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec05039-1610-4a06-9858-57bcc379639a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:20:08,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5ec05039-1610-4a06-9858-57bcc379639a 2018-12-12 14:20:08,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:09,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e93021-7470-4aa3-b56e-b5a30c7d2764 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:20:09,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-02e93021-7470-4aa3-b56e-b5a30c7d2764 2018-12-12 14:20:09,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:09,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65d95a1-cbe2-42f8-8027-9e56db33f7f3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:20:09,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f65d95a1-cbe2-42f8-8027-9e56db33f7f3 2018-12-12 14:20:09,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-f8e8ec43-e249-492-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:09,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22bc97c-740f-430c-ad3e-6b76b7b490ea Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-f8e8ec43-e249-492-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9"}, "enabled": true, "id": "e59cf92a902b45b5bb236c55185a99d9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}]} 2018-12-12 14:20:09,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-f8e8ec43-e249-492-name used request id req-a22bc97c-740f-430c-ad3e-6b76b7b490ea 2018-12-12 14:20:09,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/be49c11f59194cbd82a83da0b9d5f533 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:09,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7d19ac-7755-4962-91ae-4edfd766a986 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/be49c11f59194cbd82a83da0b9d5f533"}, "enabled": true, "id": "be49c11f59194cbd82a83da0b9d5f533", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-f8e8ec43-e249-492-user1"}} 2018-12-12 14:20:09,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/be49c11f59194cbd82a83da0b9d5f533 used request id req-aa7d19ac-7755-4962-91ae-4edfd766a986 2018-12-12 14:20:09,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/be49c11f59194cbd82a83da0b9d5f533/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:09,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ec9123-0f85-4fae-8bde-8813693900d3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/be49c11f59194cbd82a83da0b9d5f533/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 14:20:09,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/be49c11f59194cbd82a83da0b9d5f533/roles used request id req-21ec9123-0f85-4fae-8bde-8813693900d3 2018-12-12 14:20:09,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:09,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d031789-02f4-4d67-a829-dca960e789bb Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 14:20:09,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-0d031789-02f4-4d67-a829-dca960e789bb 2018-12-12 14:20:09,904 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:09,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/be49c11f59194cbd82a83da0b9d5f533/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:10,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b921859-d292-4754-8282-ddd5fb4b1dc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:10,037 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/be49c11f59194cbd82a83da0b9d5f533/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-0b921859-d292-4754-8282-ddd5fb4b1dc6 2018-12-12 14:20:10,038 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-f8e8ec43-e249-492-user1 2018-12-12 14:20:10,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:10,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e98d71-8734-4f9c-bb67-db5f2fe10c25 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:20:10,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c9e98d71-8734-4f9c-bb67-db5f2fe10c25 2018-12-12 14:20:10,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" -d '{"role": {"name": "CreateProjectUserTests-f8e8ec43-e249-492-name-role"}}' 2018-12-12 14:20:10,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:20:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bfb7f97-0236-4ee1-93c8-3172cf03e967 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7022256b7f494160b4f7b312cc3ad423", "links": {"self": "http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423"}, "name": "CreateProjectUserTests-f8e8ec43-e249-492-name-role"}} 2018-12-12 14:20:10,238 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5bfb7f97-0236-4ee1-93c8-3172cf03e967 2018-12-12 14:20:10,238 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-f8e8ec43-e249-492-name-role 2018-12-12 14:20:10,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:10,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0009261-47d5-45b6-bff9-5388ca2b6f42 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423"}, "domain_id": null, "name": "CreateProjectUserTests-f8e8ec43-e249-492-name-role", "id": "7022256b7f494160b4f7b312cc3ad423"}} 2018-12-12 14:20:10,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423 used request id req-b0009261-47d5-45b6-bff9-5388ca2b6f42 2018-12-12 14:20:10,335 - keystone_utils - INFO - Granting role CreateProjectUserTests-f8e8ec43-e249-492-name-role to project CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:10,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/be49c11f59194cbd82a83da0b9d5f533/roles/7022256b7f494160b4f7b312cc3ad423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:10,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-400133fd-84cd-4cd1-92c1-ff386d2d7332 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:10,462 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/be49c11f59194cbd82a83da0b9d5f533/roles/7022256b7f494160b4f7b312cc3ad423 used request id req-400133fd-84cd-4cd1-92c1-ff386d2d7332 2018-12-12 14:20:10,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:20:10,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:10,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["2AUj47axQwWS_JefvuYRUg"], "issued_at": "2018-12-12T14:20:10.000000Z"}} 2018-12-12 14:20:10,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:10,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d665b23f-604b-4861-9426-b4ce98021c50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:10,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d665b23f-604b-4861-9426-b4ce98021c50 2018-12-12 14:20:11,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:20:11,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:20: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:20:11,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:11,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81ac30ac-2729-4852-b331-4642e61ed75d Content-Encoding: gzip Content-Length: 941 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-f8e8ec43-e249-492-user1", "links": {"self": "http://172.30.9.29:5000/v3/users/be49c11f59194cbd82a83da0b9d5f533"}, "domain_id": "default", "enabled": true, "id": "be49c11f59194cbd82a83da0b9d5f533", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:20:11,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-81ac30ac-2729-4852-b331-4642e61ed75d 2018-12-12 14:20:11,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:11,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b7b4f4e-0f42-4c41-bfd2-d8af65dd11db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:20:11,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5b7b4f4e-0f42-4c41-bfd2-d8af65dd11db 2018-12-12 14:20:11,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:11,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-221d366b-6469-4cd7-ace6-e6beee3558e4 Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7022256b7f494160b4f7b312cc3ad423", "links": {"self": "http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423"}, "name": "CreateProjectUserTests-f8e8ec43-e249-492-name-role"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:20:11,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-221d366b-6469-4cd7-ace6-e6beee3558e4 2018-12-12 14:20:11,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-f8e8ec43-e249-492-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:11,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b571cab2-7b37-42d1-a88c-566501e8cc5e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-f8e8ec43-e249-492-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9"}, "enabled": true, "id": "e59cf92a902b45b5bb236c55185a99d9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}]} 2018-12-12 14:20:11,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-f8e8ec43-e249-492-name used request id req-b571cab2-7b37-42d1-a88c-566501e8cc5e 2018-12-12 14:20:11,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/abd85a7bacfc4a928cb9beb62ff626e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:11,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a779a35-ab5a-4c4f-b14d-9daa9d146773 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/abd85a7bacfc4a928cb9beb62ff626e1"}, "enabled": true, "id": "abd85a7bacfc4a928cb9beb62ff626e1", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-f8e8ec43-e249-492-user2"}} 2018-12-12 14:20:11,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/abd85a7bacfc4a928cb9beb62ff626e1 used request id req-7a779a35-ab5a-4c4f-b14d-9daa9d146773 2018-12-12 14:20:11,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/abd85a7bacfc4a928cb9beb62ff626e1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:12,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3dd30f9-2e0c-4974-9d5d-81cac03bc285 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/abd85a7bacfc4a928cb9beb62ff626e1/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 14:20:12,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/abd85a7bacfc4a928cb9beb62ff626e1/roles used request id req-b3dd30f9-2e0c-4974-9d5d-81cac03bc285 2018-12-12 14:20:12,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:12,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32d0b8c1-7e86-4860-a8c1-96c932aab0f8 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 14:20:12,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-32d0b8c1-7e86-4860-a8c1-96c932aab0f8 2018-12-12 14:20:12,180 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:12,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/abd85a7bacfc4a928cb9beb62ff626e1/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:12,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f001b4de-2217-4cef-99a5-f65911a422b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:12,301 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/abd85a7bacfc4a928cb9beb62ff626e1/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-f001b4de-2217-4cef-99a5-f65911a422b1 2018-12-12 14:20:12,301 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-f8e8ec43-e249-492-user2 2018-12-12 14:20:12,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:12,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-779db1cd-9f5c-48d3-8f42-520c7287007f Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423"}, "domain_id": null, "name": "CreateProjectUserTests-f8e8ec43-e249-492-name-role", "id": "7022256b7f494160b4f7b312cc3ad423"}} 2018-12-12 14:20:12,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423 used request id req-779db1cd-9f5c-48d3-8f42-520c7287007f 2018-12-12 14:20:12,392 - keystone_utils - INFO - Granting role CreateProjectUserTests-f8e8ec43-e249-492-name-role to project CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:12,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/abd85a7bacfc4a928cb9beb62ff626e1/roles/7022256b7f494160b4f7b312cc3ad423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:12,546 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8a7255d-3405-4aee-b73b-822e98dfd495 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:12,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9/users/abd85a7bacfc4a928cb9beb62ff626e1/roles/7022256b7f494160b4f7b312cc3ad423 used request id req-b8a7255d-3405-4aee-b73b-822e98dfd495 2018-12-12 14:20:12,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:20:12,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:12,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "7022256b7f494160b4f7b312cc3ad423", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name-role"}], "expires_at": "2018-12-12T15:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e59cf92a902b45b5bb236c55185a99d9", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e59cf92a902b45b5bb236c55185a99d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e59cf92a902b45b5bb236c55185a99d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e59cf92a902b45b5bb236c55185a99d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e59cf92a902b45b5bb236c55185a99d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e59cf92a902b45b5bb236c55185a99d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e59cf92a902b45b5bb236c55185a99d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-f8e8ec43-e249-492-user1", "id": "be49c11f59194cbd82a83da0b9d5f533"}, "audit_ids": ["VUhb4nSLRXaYDSl_X3OcOg"], "issued_at": "2018-12-12T14:20:12.000000Z"}} 2018-12-12 14:20:12,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:12,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a2951c3-52f8-43e0-808d-e2ef2121e3b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:12,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3a2951c3-52f8-43e0-808d-e2ef2121e3b6 2018-12-12 14:20:13,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-f8e8ec43-e249-492-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:13,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e5d41ae3-0275-4879-85ae-c73d90ab7962 Date: Wed, 12 Dec 2018 14:20:13 GMT RESP BODY: {"security_groups": []} 2018-12-12 14:20:13,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-f8e8ec43-e249-492-name&description=hello+group used request id req-e5d41ae3-0275-4879-85ae-c73d90ab7962 2018-12-12 14:20:13,387 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-f8e8ec43-e249-492-name... 2018-12-12 14:20:13,387 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:13,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" -d '{"security_group": {"name": "CreateProjectUserTests-f8e8ec43-e249-492-name", "description": "hello group"}}' 2018-12-12 14:20:13,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-ac566dcc-b6bc-4040-9f80-693aab5dc020 Date: Wed, 12 Dec 2018 14:20:13 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "updated_at": "2018-12-12T14:20:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "f12c39c7-0e20-403e-9892-a1ac56158205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}], "revision_number": 2, "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "c348060d-c7af-4193-923c-9e16ef7bf013", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}} 2018-12-12 14:20:13,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-ac566dcc-b6bc-4040-9f80-693aab5dc020 2018-12-12 14:20:13,910 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:13,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:14,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5229a907-b48d-45ea-b34a-db4e8984a7a5 Date: Wed, 12 Dec 2018 14:20:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "f12c39c7-0e20-403e-9892-a1ac56158205"}]} 2018-12-12 14:20:14,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-5229a907-b48d-45ea-b34a-db4e8984a7a5 2018-12-12 14:20:14,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:14,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:14,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-883f1f26-91ee-447a-9610-44c498f8ee04 Date: Wed, 12 Dec 2018 14:20:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "f12c39c7-0e20-403e-9892-a1ac56158205"}]} 2018-12-12 14:20:14,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-883f1f26-91ee-447a-9610-44c498f8ee04 2018-12-12 14:20:14,333 - neutron_utils - INFO - Retrieving security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:14,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:14,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-db659e19-dc21-46c6-871f-e0b4344b5cb6 Date: Wed, 12 Dec 2018 14:20:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "updated_at": "2018-12-12T14:20:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "f12c39c7-0e20-403e-9892-a1ac56158205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}], "revision_number": 2, "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "c348060d-c7af-4193-923c-9e16ef7bf013", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}]} 2018-12-12 14:20:14,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-db659e19-dc21-46c6-871f-e0b4344b5cb6 2018-12-12 14:20:14,541 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:14,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:14,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e4856422-0f0b-40d6-8b81-5b6ff03f35c0 Date: Wed, 12 Dec 2018 14:20:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "f12c39c7-0e20-403e-9892-a1ac56158205"}]} 2018-12-12 14:20:14,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-e4856422-0f0b-40d6-8b81-5b6ff03f35c0 2018-12-12 14:20:14,723 - neutron_utils - INFO - Retrieving security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:14,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:15,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-257a3ae6-97d6-4602-89bc-d461f85b5fb0 Date: Wed, 12 Dec 2018 14:20:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "updated_at": "2018-12-12T14:20:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "f12c39c7-0e20-403e-9892-a1ac56158205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}], "revision_number": 2, "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "c348060d-c7af-4193-923c-9e16ef7bf013", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}]} 2018-12-12 14:20:15,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-257a3ae6-97d6-4602-89bc-d461f85b5fb0 2018-12-12 14:20:15,459 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:15,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:15,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-55d1cce3-e2ca-4159-89a8-56095d5d992d Date: Wed, 12 Dec 2018 14:20:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "f12c39c7-0e20-403e-9892-a1ac56158205"}]} 2018-12-12 14:20:15,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-55d1cce3-e2ca-4159-89a8-56095d5d992d 2018-12-12 14:20:15,632 - neutron_utils - INFO - Retrieving security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:15,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:15,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1f5b95b1-d154-421a-bd87-09d6320c7049 Date: Wed, 12 Dec 2018 14:20:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "updated_at": "2018-12-12T14:20:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "f12c39c7-0e20-403e-9892-a1ac56158205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}], "revision_number": 2, "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "c348060d-c7af-4193-923c-9e16ef7bf013", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}]} 2018-12-12 14:20:15,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-1f5b95b1-d154-421a-bd87-09d6320c7049 2018-12-12 14:20:15,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:15,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:15,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-733f6060-8413-4908-b889-edf39f8a4e38 Date: Wed, 12 Dec 2018 14:20:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "f12c39c7-0e20-403e-9892-a1ac56158205"}]} 2018-12-12 14:20:15,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-733f6060-8413-4908-b889-edf39f8a4e38 2018-12-12 14:20:15,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:20:15,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:16,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "7022256b7f494160b4f7b312cc3ad423", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name-role"}], "expires_at": "2018-12-12T15:20:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e59cf92a902b45b5bb236c55185a99d9", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e59cf92a902b45b5bb236c55185a99d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e59cf92a902b45b5bb236c55185a99d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e59cf92a902b45b5bb236c55185a99d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e59cf92a902b45b5bb236c55185a99d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e59cf92a902b45b5bb236c55185a99d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e59cf92a902b45b5bb236c55185a99d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e59cf92a902b45b5bb236c55185a99d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-f8e8ec43-e249-492-user2", "id": "abd85a7bacfc4a928cb9beb62ff626e1"}, "audit_ids": ["4Jwum6mGSfarGhEFYrs4uw"], "issued_at": "2018-12-12T14:20:16.000000Z"}} 2018-12-12 14:20:16,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:16,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a628b5-c513-4a15-9fac-c2f9e0fbb8d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:16,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b9a628b5-c513-4a15-9fac-c2f9e0fbb8d0 2018-12-12 14:20:16,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-f8e8ec43-e249-492-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:16,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-45514c22-0fda-4221-a968-3210baf7442e Date: Wed, 12 Dec 2018 14:20:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "updated_at": "2018-12-12T14:20:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "f12c39c7-0e20-403e-9892-a1ac56158205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}], "revision_number": 2, "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "c348060d-c7af-4193-923c-9e16ef7bf013", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}]} 2018-12-12 14:20:16,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-f8e8ec43-e249-492-name&description=hello+group used request id req-45514c22-0fda-4221-a968-3210baf7442e 2018-12-12 14:20:16,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:20:16,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:20: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:20:16,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:16,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e0de90-d270-4b7e-929f-4daf1f228652 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9"}, "enabled": true, "id": "e59cf92a902b45b5bb236c55185a99d9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}} 2018-12-12 14:20:16,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9 used request id req-03e0de90-d270-4b7e-929f-4daf1f228652 2018-12-12 14:20:16,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:16,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:17,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd497384-737c-413d-9f24-869415251837 Date: Wed, 12 Dec 2018 14:20:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "f12c39c7-0e20-403e-9892-a1ac56158205"}]} 2018-12-12 14:20:17,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-fd497384-737c-413d-9f24-869415251837 2018-12-12 14:20:17,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:17,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd57f279-0af5-41f5-8e3d-8dd9a6981a5d Date: Wed, 12 Dec 2018 14:20:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "f12c39c7-0e20-403e-9892-a1ac56158205"}]} 2018-12-12 14:20:17,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-fd57f279-0af5-41f5-8e3d-8dd9a6981a5d 2018-12-12 14:20:17,689 - neutron_utils - INFO - Retrieving security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:17,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:17,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-22ec810f-a735-4bd8-b3d7-5c088cdd898b Date: Wed, 12 Dec 2018 14:20:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "updated_at": "2018-12-12T14:20:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "f12c39c7-0e20-403e-9892-a1ac56158205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}], "revision_number": 2, "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "c348060d-c7af-4193-923c-9e16ef7bf013", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}]} 2018-12-12 14:20:17,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-22ec810f-a735-4bd8-b3d7-5c088cdd898b 2018-12-12 14:20:17,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c348060d-c7af-4193-923c-9e16ef7bf013 2018-12-12 14:20:17,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:17,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-be086284-4dcc-4b4b-8b94-da5be03df08d Date: Wed, 12 Dec 2018 14:20:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "2a20ddfa-425a-424e-8eb5-0a608b567bfd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "c348060d-c7af-4193-923c-9e16ef7bf013", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "f12c39c7-0e20-403e-9892-a1ac56158205"}]} 2018-12-12 14:20:17,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-be086284-4dcc-4b4b-8b94-da5be03df08d 2018-12-12 14:20:17,769 - neutron_utils - INFO - Deleting security group rule with ID - f12c39c7-0e20-403e-9892-a1ac56158205 2018-12-12 14:20:17,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f12c39c7-0e20-403e-9892-a1ac56158205 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:17,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3f4cb32-3be2-451c-94d1-db6052e0e4a2 Content-Length: 0 Date: Wed, 12 Dec 2018 14:20:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:17,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f12c39c7-0e20-403e-9892-a1ac56158205 used request id req-a3f4cb32-3be2-451c-94d1-db6052e0e4a2 2018-12-12 14:20:17,856 - neutron_utils - INFO - Deleting security group rule with ID - 2a20ddfa-425a-424e-8eb5-0a608b567bfd 2018-12-12 14:20:17,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/2a20ddfa-425a-424e-8eb5-0a608b567bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:18,142 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ac32fa9-9999-4cad-b84c-5d24d604f143 Content-Length: 0 Date: Wed, 12 Dec 2018 14:20:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:18,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/2a20ddfa-425a-424e-8eb5-0a608b567bfd used request id req-7ac32fa9-9999-4cad-b84c-5d24d604f143 2018-12-12 14:20:18,143 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:18,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452b897d35354130a95256ee3234b4257355590e" 2018-12-12 14:20:18,392 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f994bed5-68ce-47b4-ab6b-a189bbf02534 Content-Length: 0 Date: Wed, 12 Dec 2018 14:20:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:18,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-f994bed5-68ce-47b4-ab6b-a189bbf02534 2018-12-12 14:20:18,393 - neutron_utils - INFO - Deleting security group rule with ID - f12c39c7-0e20-403e-9892-a1ac56158205 2018-12-12 14:20:18,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f12c39c7-0e20-403e-9892-a1ac56158205 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:18,418 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-6509795f-9b6c-4797-af2d-b002002a6823 Date: Wed, 12 Dec 2018 14:20:18 GMT RESP BODY: {"NeutronError": {"message": "Security group rule f12c39c7-0e20-403e-9892-a1ac56158205 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 14:20:18,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f12c39c7-0e20-403e-9892-a1ac56158205 used request id req-6509795f-9b6c-4797-af2d-b002002a6823 2018-12-12 14:20:18,419 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule f12c39c7-0e20-403e-9892-a1ac56158205 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 14:20:18,419 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule f12c39c7-0e20-403e-9892-a1ac56158205 does not exist Neutron server returns request_ids: ['req-6509795f-9b6c-4797-af2d-b002002a6823'] 2018-12-12 14:20:18,419 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:18,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c348060d-c7af-4193-923c-9e16ef7bf013 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a559275ccf3edfcc9950ff9a637517eb253bbdf6" 2018-12-12 14:20:19,168 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-43345fd5-a8bd-4d9b-8720-5250ddee7a80 Date: Wed, 12 Dec 2018 14:20:19 GMT RESP BODY: {"NeutronError": {"message": "Security group c348060d-c7af-4193-923c-9e16ef7bf013 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-12 14:20:19,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c348060d-c7af-4193-923c-9e16ef7bf013 used request id req-43345fd5-a8bd-4d9b-8720-5250ddee7a80 2018-12-12 14:20:19,169 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group c348060d-c7af-4193-923c-9e16ef7bf013 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-12 14:20:19,169 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group c348060d-c7af-4193-923c-9e16ef7bf013 does not exist Neutron server returns request_ids: ['req-43345fd5-a8bd-4d9b-8720-5250ddee7a80'] 2018-12-12 14:20:19,170 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-f8e8ec43-e249-492-user1 2018-12-12 14:20:19,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/be49c11f59194cbd82a83da0b9d5f533 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ac728a31e08e4b54e0f5fa5d67c39b8e86f98b" 2018-12-12 14:20:19,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61bd273e-027c-46b0-ba08-20ea525ca558 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:19,363 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/be49c11f59194cbd82a83da0b9d5f533 used request id req-61bd273e-027c-46b0-ba08-20ea525ca558 2018-12-12 14:20:19,364 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-f8e8ec43-e249-492-user2 2018-12-12 14:20:19,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/abd85a7bacfc4a928cb9beb62ff626e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2aa01363432744ce6202a7fbd5bd9228062a179" 2018-12-12 14:20:19,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aa56edd-11e0-4e12-be8b-a6606e3fa0ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:19,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/abd85a7bacfc4a928cb9beb62ff626e1 used request id req-8aa56edd-11e0-4e12-be8b-a6606e3fa0ae 2018-12-12 14:20:19,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:19,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-68c454b7-c2a2-43f3-86e6-92ae8c2990ed Date: Wed, 12 Dec 2018 14:20:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "updated_at": "2018-12-12T14:20:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "bd46682f-5f20-4112-917e-98263578eddf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "ad4174ef-7feb-4753-a027-363b77d6fb5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "47e39de7-0a7e-4cd8-999a-fc87e6875adb", "remote_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "revision_number": 0, "id": "e1dd3f77-fc6e-42b9-bbd5-efce0c0a8b80", "remote_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "remote_ip_prefix": null, "created_at": "2018-12-12T14:20:13Z", "security_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e59cf92a902b45b5bb236c55185a99d9"}], "revision_number": 4, "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:20:19,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-68c454b7-c2a2-43f3-86e6-92ae8c2990ed 2018-12-12 14:20:19,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:19,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50c4b819-f2ad-48ad-a11a-ea7ca97d4092 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:20:19,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-50c4b819-f2ad-48ad-a11a-ea7ca97d4092 2018-12-12 14:20:19,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:20,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c40df4e-710b-4e7a-8408-549058b7adeb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9"}, "enabled": true, "id": "e59cf92a902b45b5bb236c55185a99d9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f8e8ec43-e249-492-name"}} 2018-12-12 14:20:20,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9 used request id req-6c40df4e-710b-4e7a-8408-549058b7adeb 2018-12-12 14:20:20,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 819c507b-0ab1-4c54-aec7-abf30f569f6e 2018-12-12 14:20:20,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=819c507b-0ab1-4c54-aec7-abf30f569f6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:20,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3087a9a4-0297-4332-adee-3ea3e75412b1 Date: Wed, 12 Dec 2018 14:20:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "47e39de7-0a7e-4cd8-999a-fc87e6875adb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "ad4174ef-7feb-4753-a027-363b77d6fb5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "bd46682f-5f20-4112-917e-98263578eddf"}, {"remote_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:20:13Z", "security_group_id": "819c507b-0ab1-4c54-aec7-abf30f569f6e", "port_range_min": null, "revision_number": 0, "tenant_id": "e59cf92a902b45b5bb236c55185a99d9", "created_at": "2018-12-12T14:20:13Z", "project_id": "e59cf92a902b45b5bb236c55185a99d9", "id": "e1dd3f77-fc6e-42b9-bbd5-efce0c0a8b80"}]} 2018-12-12 14:20:20,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=819c507b-0ab1-4c54-aec7-abf30f569f6e used request id req-3087a9a4-0297-4332-adee-3ea3e75412b1 2018-12-12 14:20:20,181 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 14:20:20,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/819c507b-0ab1-4c54-aec7-abf30f569f6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:20,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9ddc2a5-8576-457b-9192-88cca2658c10 Content-Length: 0 Date: Wed, 12 Dec 2018 14:20:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:20,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/819c507b-0ab1-4c54-aec7-abf30f569f6e used request id req-d9ddc2a5-8576-457b-9192-88cca2658c10 2018-12-12 14:20:20,467 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-f8e8ec43-e249-492-name 2018-12-12 14:20:20,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:20,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d981e19-c1c2-464f-994a-5769c0c7609c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:20,636 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e59cf92a902b45b5bb236c55185a99d9 used request id req-3d981e19-c1c2-464f-994a-5769c0c7609c 2018-12-12 14:20:20,636 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-f8e8ec43-e249-492-name-role 2018-12-12 14:20:20,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:20,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:20:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c08c2bf4-8e4a-4af1-8d40-4c51961e9b92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:20:20,809 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/7022256b7f494160b4f7b312cc3ad423 used request id req-c08c2bf4-8e4a-4af1-8d40-4c51961e9b92 2018-12-12 14:20:20,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d850b8acfc8ce2a1cf5d2832b5de2109aac8635" 2018-12-12 14:20:20,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fab6bce8-5334-4ffc-8ea3-1135f84f7ff3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:20:20,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fab6bce8-5334-4ffc-8ea3-1135f84f7ff3 2018-12-12 14:20:20,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:21,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["KX5asQ9fQIqzMH7y2cS0WA"], "issued_at": "2018-12-12T14:20:21.000000Z"}} 2018-12-12 14:20:21,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6ee8d01e5e46121d58959669ef02e81d65dd07" 2018-12-12 14:20:21,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4f968efa-8697-4fd6-b9da-96d7b2f6a10d Date: Wed, 12 Dec 2018 14: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-12-12 14:20:21,862 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-4f968efa-8697-4fd6-b9da-96d7b2f6a10d 2018-12-12 14:20:21,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5c6ee8d01e5e46121d58959669ef02e81d65dd07" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-f645c0b7-50cd-4637-965a-92f1428783dc"}' 2018-12-12 14:20:22,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1 X-Openstack-Request-Id: req-28ed65a3-c552-4fdb-a72d-0025c0cdd060 Date: Wed, 12 Dec 2018 14:20:22 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-f645c0b7-50cd-4637-965a-92f1428783dc", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:20:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:20:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1", "min_disk": 0, "protected": false, "id": "179d0672-73a9-4a71-b42d-1bd1349f28c1", "file": "/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:20:22,656 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-28ed65a3-c552-4fdb-a72d-0025c0cdd060 2018-12-12 14:20:22,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6ee8d01e5e46121d58959669ef02e81d65dd07" -d '' 2018-12-12 14:20:26,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4bb644f3-9a03-4895-8a4c-4277462b0fc4 Date: Wed, 12 Dec 2018 14:20:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:20:26,386 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/file used request id req-4bb644f3-9a03-4895-8a4c-4277462b0fc4 2018-12-12 14:20:26,386 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:20:26,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6ee8d01e5e46121d58959669ef02e81d65dd07" 2018-12-12 14:20:27,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-a3b3b89c-7545-41c5-82b9-ba6cf985da89 Date: Wed, 12 Dec 2018 14:20:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-f645c0b7-50cd-4637-965a-92f1428783dc", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:20:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:20:26Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/snap", "metadata": {}}], "self": "/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1", "min_disk": 0, "protected": false, "id": "179d0672-73a9-4a71-b42d-1bd1349f28c1", "file": "/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:20:27,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1 used request id req-a3b3b89c-7545-41c5-82b9-ba6cf985da89 2018-12-12 14:20:27,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6ee8d01e5e46121d58959669ef02e81d65dd07" 2018-12-12 14:20:27,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ceb7581b-1127-4048-93e3-dc0c550e25e9 Date: Wed, 12 Dec 2018 14:20:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:20:27,686 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ceb7581b-1127-4048-93e3-dc0c550e25e9 2018-12-12 14:20:27,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-f645c0b7-50cd-4637-965a-92f1428783dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6ee8d01e5e46121d58959669ef02e81d65dd07" 2018-12-12 14:20:28,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-77e6d87f-9b68-45a4-881f-7b3fefa497b7 Date: Wed, 12 Dec 2018 14:20:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-f645c0b7-50cd-4637-965a-92f1428783dc", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:20:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:20:26Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/snap", "metadata": {}}], "self": "/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1", "min_disk": 0, "protected": false, "id": "179d0672-73a9-4a71-b42d-1bd1349f28c1", "file": "/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/179d0672-73a9-4a71-b42d-1bd1349f28c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-f645c0b7-50cd-4637-965a-92f1428783dc"} 2018-12-12 14:20:28,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-f645c0b7-50cd-4637-965a-92f1428783dc used request id req-77e6d87f-9b68-45a4-881f-7b3fefa497b7 2018-12-12 14:20:28,308 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-f645c0b7-50cd-4637-965a-92f1428783dc 2018-12-12 14:20:28,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5c6ee8d01e5e46121d58959669ef02e81d65dd07" 2018-12-12 14:20:30,469 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-037e57b5-4d31-4e30-ba9f-7cb75417beb7 Date: Wed, 12 Dec 2018 14:20:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:20:30,469 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/179d0672-73a9-4a71-b42d-1bd1349f28c1 used request id req-037e57b5-4d31-4e30-ba9f-7cb75417beb7 2018-12-12 14:20:30,471 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-12 14:20:30,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:30,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["1sYSNHt0Rm673PDQYv5zmg"], "issued_at": "2018-12-12T14:20:30.000000Z"}} 2018-12-12 14:20:30,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:30,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37428dc0-33b7-42e6-b428-bc182b55a172 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:30,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-37428dc0-33b7-42e6-b428-bc182b55a172 2018-12-12 14:20:30,946 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net 2018-12-12 14:20:30,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" -d '{"network": {"name": "NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net", "admin_state_up": true}}' 2018-12-12 14:20:31,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-e60ed211-e1ff-4e00-aaf7-84d36c9822d8 Date: Wed, 12 Dec 2018 14:20:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"50e5b65f-171c-4f5e-a38b-4d70f351ea2c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:31Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:31Z","mtu":1450}} 2018-12-12 14:20:31,362 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-e60ed211-e1ff-4e00-aaf7-84d36c9822d8 2018-12-12 14:20:31,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:31,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-65e6a38b-0da7-4c1a-992e-ed3836d7d177 Date: Wed, 12 Dec 2018 14:20:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50e5b65f-171c-4f5e-a38b-4d70f351ea2c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:31Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:31Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:31,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c used request id req-65e6a38b-0da7-4c1a-992e-ed3836d7d177 2018-12-12 14:20:31,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:31,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d85c5d58-94af-4bcf-9ebd-7f5458fb954c Date: Wed, 12 Dec 2018 14:20:31 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:20:31,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c used request id req-d85c5d58-94af-4bcf-9ebd-7f5458fb954c 2018-12-12 14:20:31,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:32,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-00d488aa-eac2-4b6d-a3d0-a0d49d93fef2 Date: Wed, 12 Dec 2018 14:20:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50e5b65f-171c-4f5e-a38b-4d70f351ea2c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:31Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:31Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:32,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c used request id req-00d488aa-eac2-4b6d-a3d0-a0d49d93fef2 2018-12-12 14:20:32,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:32,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4b55f24e-574f-412d-b86e-38ef82a9ccad Date: Wed, 12 Dec 2018 14:20:32 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:20:32,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c used request id req-4b55f24e-574f-412d-b86e-38ef82a9ccad 2018-12-12 14:20:32,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:32,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-aca51c9d-1592-4a37-b1b1-22fd15942b0a Date: Wed, 12 Dec 2018 14:20:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50e5b65f-171c-4f5e-a38b-4d70f351ea2c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:31Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:31Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:32,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net used request id req-aca51c9d-1592-4a37-b1b1-22fd15942b0a 2018-12-12 14:20:32,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:20:32,398 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:20:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:20:32,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:32,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d77cb8d-d2b5-451e-b6db-2d804cda5698 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:20:32,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-6d77cb8d-d2b5-451e-b6db-2d804cda5698 2018-12-12 14:20:32,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:32,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b7139a9f-bde4-4eaf-9322-cd355ecf62ff Date: Wed, 12 Dec 2018 14:20:32 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:20:32,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50e5b65f-171c-4f5e-a38b-4d70f351ea2c used request id req-b7139a9f-bde4-4eaf-9322-cd355ecf62ff 2018-12-12 14:20:32,684 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-f3b51517-fc93-4436-b28f-3e9617f2c6f7-pub-net 2018-12-12 14:20:32,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/50e5b65f-171c-4f5e-a38b-4d70f351ea2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8514117c7e6edf67d3b9c240e16c1a4fbd48595f" 2018-12-12 14:20:33,609 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2b8056b9-7aa0-45a1-857f-e03927f1f02a Date: Wed, 12 Dec 2018 14:20:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:33,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/50e5b65f-171c-4f5e-a38b-4d70f351ea2c used request id req-2b8056b9-7aa0-45a1-857f-e03927f1f02a 2018-12-12 14:20:33,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:33,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["8lmyAvC_RjaXK6N1w-Irvw"], "issued_at": "2018-12-12T14:20:33.000000Z"}} 2018-12-12 14:20:33,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff8e1ae57b3fae0ce239e4cba8f3f76e4cd403" 2018-12-12 14:20:34,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ee68a3-eac9-423a-8a2b-e3cb7b13fd3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:34,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-35ee68a3-eac9-423a-8a2b-e3cb7b13fd3d 2018-12-12 14:20:34,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:34,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["B23zki94R8e_oKndJiGoLg"], "issued_at": "2018-12-12T14:20:34.000000Z"}} 2018-12-12 14:20:34,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51617b64ac1f7aae2c3fa5ca570edb5357bfcde8" 2018-12-12 14:20:34,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9058fdba-abcd-4bef-ade8-0279845af7ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:34,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9058fdba-abcd-4bef-ade8-0279845af7ea 2018-12-12 14:20:34,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:34,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["c9jajH2UQ3Gguj3IbdFPfw"], "issued_at": "2018-12-12T14:20:34.000000Z"}} 2018-12-12 14:20:34,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:35,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18969ded-d611-4622-9306-ee7edb3df7d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:35,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-18969ded-d611-4622-9306-ee7edb3df7d4 2018-12-12 14:20:35,003 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net 2018-12-12 14:20:35,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" -d '{"network": {"name": "NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net", "admin_state_up": true}}' 2018-12-12 14:20:35,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-8d25aeef-890f-4cdd-98fc-796e0a8d4069 Date: Wed, 12 Dec 2018 14:20: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":"bd769023-0e93-4a0c-ad04-74698c56d285","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:35Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:35Z","mtu":1450}} 2018-12-12 14:20:35,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-8d25aeef-890f-4cdd-98fc-796e0a8d4069 2018-12-12 14:20:35,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=bd769023-0e93-4a0c-ad04-74698c56d285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:35,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-7782e209-27d7-479b-a377-fbcbbbb65307 Date: Wed, 12 Dec 2018 14:20:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bd769023-0e93-4a0c-ad04-74698c56d285","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:35Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:35Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:35,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=bd769023-0e93-4a0c-ad04-74698c56d285 used request id req-7782e209-27d7-479b-a377-fbcbbbb65307 2018-12-12 14:20:35,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:36,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1555b6c1-31ce-420b-930e-0732e199b766 Date: Wed, 12 Dec 2018 14:20:36 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:20:36,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285 used request id req-1555b6c1-31ce-420b-930e-0732e199b766 2018-12-12 14:20:36,055 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet 2018-12-12 14:20:36,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" -d '{"subnets": [{"ip_version": 4, "network_id": "bd769023-0e93-4a0c-ad04-74698c56d285", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet"}]}' 2018-12-12 14:20:37,015 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0d981038-9ee0-4b56-8b5d-274ecf1565ea Date: Wed, 12 Dec 2018 14:20:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd769023-0e93-4a0c-ad04-74698c56d285","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:36Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20: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":"b02038a5aa9140319df8909801cc6521","id":"7e741954-1d51-4be0-bc2b-70d706d02e64","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet"}]} 2018-12-12 14:20:37,015 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-0d981038-9ee0-4b56-8b5d-274ecf1565ea 2018-12-12 14:20:37,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=bd769023-0e93-4a0c-ad04-74698c56d285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:37,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-60ca2728-70cd-4a68-8dba-5fcae9d360c3 Date: Wed, 12 Dec 2018 14:20:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd769023-0e93-4a0c-ad04-74698c56d285","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["7e741954-1d51-4be0-bc2b-70d706d02e64"],"description":"","tags":[],"updated_at":"2018-12-12T14:20:36Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:35Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:37,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=bd769023-0e93-4a0c-ad04-74698c56d285 used request id req-60ca2728-70cd-4a68-8dba-5fcae9d360c3 2018-12-12 14:20:37,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:37,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-52abdfd2-4047-405e-89f8-1e1ce1d81738 Date: Wed, 12 Dec 2018 14:20:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd769023-0e93-4a0c-ad04-74698c56d285","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:36Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20: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":"b02038a5aa9140319df8909801cc6521","id":"7e741954-1d51-4be0-bc2b-70d706d02e64","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet"}]} 2018-12-12 14:20:37,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285 used request id req-52abdfd2-4047-405e-89f8-1e1ce1d81738 2018-12-12 14:20:37,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:37,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9a5d93ea-24a4-465b-b8b5-d1a6b4c2c9ba Date: Wed, 12 Dec 2018 14:20:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bd769023-0e93-4a0c-ad04-74698c56d285","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["7e741954-1d51-4be0-bc2b-70d706d02e64"],"description":"","tags":[],"updated_at":"2018-12-12T14:20:36Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:35Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:37,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net used request id req-9a5d93ea-24a4-465b-b8b5-d1a6b4c2c9ba 2018-12-12 14:20:37,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:20:37,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:20:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:20:37,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:37,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07ca4144-881e-47ed-8a40-587252b08839 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:20:37,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-07ca4144-881e-47ed-8a40-587252b08839 2018-12-12 14:20:37,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:38,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2876c109-10d1-4f62-bcc8-630ebfe28e32 Date: Wed, 12 Dec 2018 14:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd769023-0e93-4a0c-ad04-74698c56d285","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:36Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20: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":"b02038a5aa9140319df8909801cc6521","id":"7e741954-1d51-4be0-bc2b-70d706d02e64","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet"}]} 2018-12-12 14:20:38,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285 used request id req-2876c109-10d1-4f62-bcc8-630ebfe28e32 2018-12-12 14:20:38,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285&name=NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:38,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fe098939-7d13-4cdb-b5e3-40d4eb8e97a3 Date: Wed, 12 Dec 2018 14:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd769023-0e93-4a0c-ad04-74698c56d285","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:36Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20: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":"b02038a5aa9140319df8909801cc6521","id":"7e741954-1d51-4be0-bc2b-70d706d02e64","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet"}]} 2018-12-12 14:20:38,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285&name=NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet used request id req-fe098939-7d13-4cdb-b5e3-40d4eb8e97a3 2018-12-12 14:20:38,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285&name=NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:38,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cd4b0fd0-31d8-489e-be1d-d4f37633bf01 Date: Wed, 12 Dec 2018 14:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd769023-0e93-4a0c-ad04-74698c56d285","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:36Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20: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":"b02038a5aa9140319df8909801cc6521","id":"7e741954-1d51-4be0-bc2b-70d706d02e64","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet"}]} 2018-12-12 14:20:38,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285&name=NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet used request id req-cd4b0fd0-31d8-489e-be1d-d4f37633bf01 2018-12-12 14:20:38,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:38,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-525f89ab-c5ea-453d-bc96-601dc59708dd Date: Wed, 12 Dec 2018 14:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd769023-0e93-4a0c-ad04-74698c56d285","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:36Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20: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":"b02038a5aa9140319df8909801cc6521","id":"7e741954-1d51-4be0-bc2b-70d706d02e64","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet"}]} 2018-12-12 14:20:38,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bd769023-0e93-4a0c-ad04-74698c56d285 used request id req-525f89ab-c5ea-453d-bc96-601dc59708dd 2018-12-12 14:20:38,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:38,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-97f41894-3854-4f25-8049-92d0458c5d6f Date: Wed, 12 Dec 2018 14:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd769023-0e93-4a0c-ad04-74698c56d285","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:36Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20: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":"b02038a5aa9140319df8909801cc6521","id":"7e741954-1d51-4be0-bc2b-70d706d02e64","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet"}]} 2018-12-12 14:20:38,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet used request id req-97f41894-3854-4f25-8049-92d0458c5d6f 2018-12-12 14:20:38,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:38,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88a4fdb0-52a2-403f-ac68-2dfba065d770 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:20:38,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-88a4fdb0-52a2-403f-ac68-2dfba065d770 2018-12-12 14:20:38,847 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet 2018-12-12 14:20:38,847 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-subnet 2018-12-12 14:20:38,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/7e741954-1d51-4be0-bc2b-70d706d02e64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:41,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d231039-ed1b-4bec-ad60-c3a192fdfcf2 Date: Wed, 12 Dec 2018 14:20:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:41,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7e741954-1d51-4be0-bc2b-70d706d02e64 used request id req-8d231039-ed1b-4bec-ad60-c3a192fdfcf2 2018-12-12 14:20:41,110 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-ec7b7e0d-349a-4278-9c84-cb72473c428d-pub-net 2018-12-12 14:20:41,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/bd769023-0e93-4a0c-ad04-74698c56d285 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785629723d2cbb6b3b055dc0c9c347ef2d8e8972" 2018-12-12 14:20:42,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c1a55704-e72c-435a-a672-3cec2595260c Date: Wed, 12 Dec 2018 14:20:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:42,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/bd769023-0e93-4a0c-ad04-74698c56d285 used request id req-c1a55704-e72c-435a-a672-3cec2595260c 2018-12-12 14:20:42,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:42,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["50okzDaYRMO8AAV87vvoRQ"], "issued_at": "2018-12-12T14:20:42.000000Z"}} 2018-12-12 14:20:42,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684c1acecb9157afd138cfd37674dde34579fdd" 2018-12-12 14:20:42,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71942ae8-1fca-4485-93a2-a1b6b3194223 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:42,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-71942ae8-1fca-4485-93a2-a1b6b3194223 2018-12-12 14:20:42,898 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-net 2018-12-12 14:20:42,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684c1acecb9157afd138cfd37674dde34579fdd" -d '{"network": {"name": "NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-net", "admin_state_up": true}}' 2018-12-12 14:20:43,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e2c3cb71-2c16-4fe0-ab5a-888567f86406 Date: Wed, 12 Dec 2018 14:20: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":"8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:43Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:43Z","mtu":1450}} 2018-12-12 14:20:43,392 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-e2c3cb71-2c16-4fe0-ab5a-888567f86406 2018-12-12 14:20:43,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684c1acecb9157afd138cfd37674dde34579fdd" 2018-12-12 14:20:43,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-4b8defe9-2a4b-4adb-a21c-9bd49348313f Date: Wed, 12 Dec 2018 14:20:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:43Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:43Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:43,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d used request id req-4b8defe9-2a4b-4adb-a21c-9bd49348313f 2018-12-12 14:20:43,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684c1acecb9157afd138cfd37674dde34579fdd" 2018-12-12 14:20:43,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b198972c-7989-4911-96b9-2f2610e27550 Date: Wed, 12 Dec 2018 14:20:43 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:20:43,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d used request id req-b198972c-7989-4911-96b9-2f2610e27550 2018-12-12 14:20:43,809 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-subnet 2018-12-12 14:20:43,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684c1acecb9157afd138cfd37674dde34579fdd" -d '{"subnets": [{"ip_version": 4, "network_id": "8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d", "cidr": "", "name": "NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-subnet"}]}' 2018-12-12 14:20:44,517 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-916337f5-6f7f-4c00-892f-30ce36dcef01 Date: Wed, 12 Dec 2018 14:20:44 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 14:20:44,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-916337f5-6f7f-4c00-892f-30ce36dcef01 2018-12-12 14:20:44,518 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 14:20:44,518 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-subnet] for network [NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-net] 2018-12-12 14:20:44,518 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-21fec893-6d98-441b-a260-2edd5b2b2412-pub-net 2018-12-12 14:20:44,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684c1acecb9157afd138cfd37674dde34579fdd" 2018-12-12 14:20:45,242 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3a1b054-b30f-4ce1-b1b2-15eb1c529df7 Date: Wed, 12 Dec 2018 14:20:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:45,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/8a77fbcd-0bd6-4edf-9f9b-bfeff44b892d used request id req-e3a1b054-b30f-4ce1-b1b2-15eb1c529df7 2018-12-12 14:20:45,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:45,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Goob8Ml1RnKT_qgtUl7b1A"], "issued_at": "2018-12-12T14:20:45.000000Z"}} 2018-12-12 14:20:45,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:45,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7326c55b-23c0-487f-92d2-c59050ddbc67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:45,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7326c55b-23c0-487f-92d2-c59050ddbc67 2018-12-12 14:20:45,735 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net 2018-12-12 14:20:45,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" -d '{"network": {"name": "NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net", "admin_state_up": true}}' 2018-12-12 14:20:46,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-23958221-2431-4468-ba5c-0569ee9b7653 Date: Wed, 12 Dec 2018 14:20:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":4,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:46Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:46Z","mtu":1450}} 2018-12-12 14:20:46,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-23958221-2431-4468-ba5c-0569ee9b7653 2018-12-12 14:20:46,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0d58cdcd-5a23-45e8-9809-486d0c944f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:46,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-ed20409d-3639-4a99-a838-515dd2a09107 Date: Wed, 12 Dec 2018 14:20:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":4,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:46Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:46Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:46,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0d58cdcd-5a23-45e8-9809-486d0c944f07 used request id req-ed20409d-3639-4a99-a838-515dd2a09107 2018-12-12 14:20:46,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:46,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-968e2d95-89e7-4a7e-92ef-00a0ce9f3a5f Date: Wed, 12 Dec 2018 14:20:46 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:20:46,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07 used request id req-968e2d95-89e7-4a7e-92ef-00a0ce9f3a5f 2018-12-12 14:20:46,633 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet 2018-12-12 14:20:46,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" -d '{"subnets": [{"ip_version": 4, "network_id": "0d58cdcd-5a23-45e8-9809-486d0c944f07", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet"}]}' 2018-12-12 14:20:47,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d8a71729-d5c1-4921-b76e-964dab662926 Date: Wed, 12 Dec 2018 14:20:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:47Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"68714887-afe2-40da-a4c8-5cc9354b99bf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet"}]} 2018-12-12 14:20:47,409 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d8a71729-d5c1-4921-b76e-964dab662926 2018-12-12 14:20:47,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0d58cdcd-5a23-45e8-9809-486d0c944f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:47,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-bf646bb5-a149-4eff-b87e-13480bcb6003 Date: Wed, 12 Dec 2018 14:20:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":4,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["68714887-afe2-40da-a4c8-5cc9354b99bf"],"description":"","tags":[],"updated_at":"2018-12-12T14:20:47Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:46Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:47,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0d58cdcd-5a23-45e8-9809-486d0c944f07 used request id req-bf646bb5-a149-4eff-b87e-13480bcb6003 2018-12-12 14:20:47,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:48,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c32d5e38-8ecf-4051-aec1-2de7d17e3831 Date: Wed, 12 Dec 2018 14:20:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:47Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"68714887-afe2-40da-a4c8-5cc9354b99bf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet"}]} 2018-12-12 14:20:48,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07 used request id req-c32d5e38-8ecf-4051-aec1-2de7d17e3831 2018-12-12 14:20:48,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:48,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c295e4d1-550d-4093-8141-a18f435cce32 Date: Wed, 12 Dec 2018 14:20:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":4,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["68714887-afe2-40da-a4c8-5cc9354b99bf"],"description":"","tags":[],"updated_at":"2018-12-12T14:20:47Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:46Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:48,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net used request id req-c295e4d1-550d-4093-8141-a18f435cce32 2018-12-12 14:20:48,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:20:48,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:20: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:20:48,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:48,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7633bd4a-4c49-43e3-a109-7e9fa06311d8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:20:48,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-7633bd4a-4c49-43e3-a109-7e9fa06311d8 2018-12-12 14:20:48,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:49,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d33a9acf-de9c-458f-87ee-ceee5a77e138 Date: Wed, 12 Dec 2018 14:20:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:47Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"68714887-afe2-40da-a4c8-5cc9354b99bf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet"}]} 2018-12-12 14:20:49,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07 used request id req-d33a9acf-de9c-458f-87ee-ceee5a77e138 2018-12-12 14:20:49,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07&name=NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:49,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b034affd-b692-4704-9429-73131e614662 Date: Wed, 12 Dec 2018 14:20:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:47Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"68714887-afe2-40da-a4c8-5cc9354b99bf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet"}]} 2018-12-12 14:20:49,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07&name=NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet used request id req-b034affd-b692-4704-9429-73131e614662 2018-12-12 14:20:49,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07&name=NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:49,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3e318ec1-8781-4ac8-8489-63b1995fe96c Date: Wed, 12 Dec 2018 14:20:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:47Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"68714887-afe2-40da-a4c8-5cc9354b99bf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet"}]} 2018-12-12 14:20:49,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07&name=NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet used request id req-3e318ec1-8781-4ac8-8489-63b1995fe96c 2018-12-12 14:20:49,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:49,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1e4e34d5-ac02-4cc7-8bda-0cb34df1050b Date: Wed, 12 Dec 2018 14:20:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d58cdcd-5a23-45e8-9809-486d0c944f07","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:47Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"68714887-afe2-40da-a4c8-5cc9354b99bf","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet"}]} 2018-12-12 14:20:49,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0d58cdcd-5a23-45e8-9809-486d0c944f07 used request id req-1e4e34d5-ac02-4cc7-8bda-0cb34df1050b 2018-12-12 14:20:49,496 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet 2018-12-12 14:20:49,496 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-subnet 2018-12-12 14:20:49,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/68714887-afe2-40da-a4c8-5cc9354b99bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:51,492 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d3da218-72c7-4f02-a970-40c5e768f756 Date: Wed, 12 Dec 2018 14:20:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:51,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/68714887-afe2-40da-a4c8-5cc9354b99bf used request id req-7d3da218-72c7-4f02-a970-40c5e768f756 2018-12-12 14:20:51,492 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-15a5f3fd-3879-4405-84ec-bd12ec9ef3b6-pub-net 2018-12-12 14:20:51,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/0d58cdcd-5a23-45e8-9809-486d0c944f07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0495aa31c917c92a5ceadccbabda5ad398e88ae7" 2018-12-12 14:20:52,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-244094e3-eeda-49e5-8c44-41f15027bf94 Date: Wed, 12 Dec 2018 14:20:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:52,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0d58cdcd-5a23-45e8-9809-486d0c944f07 used request id req-244094e3-eeda-49e5-8c44-41f15027bf94 2018-12-12 14:20:52,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:53,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["NeqNIu3yTjCL-Et7rReFMA"], "issued_at": "2018-12-12T14:20:53.000000Z"}} 2018-12-12 14:20:53,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b1ebed1cdeec4e6650bbc848f8bf0d2df0dda56" 2018-12-12 14:20:53,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a074d142-ac38-421c-a95c-10aebc536894 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:53,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a074d142-ac38-421c-a95c-10aebc536894 2018-12-12 14:20:53,354 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-net 2018-12-12 14:20:53,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b1ebed1cdeec4e6650bbc848f8bf0d2df0dda56" -d '{"network": {"name": "NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-net", "admin_state_up": true}}' 2018-12-12 14:20:53,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-37d4b7b3-6851-4b93-b3c5-56ba1b43e05f Date: Wed, 12 Dec 2018 14:20:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:53Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:53Z","mtu":1450}} 2018-12-12 14:20:53,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-37d4b7b3-6851-4b93-b3c5-56ba1b43e05f 2018-12-12 14:20:53,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b1ebed1cdeec4e6650bbc848f8bf0d2df0dda56" 2018-12-12 14:20:54,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-8684e0b0-ee09-4383-af88-743b378f7d16 Date: Wed, 12 Dec 2018 14:20:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:53Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:53Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:54,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6 used request id req-8684e0b0-ee09-4383-af88-743b378f7d16 2018-12-12 14:20:54,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b1ebed1cdeec4e6650bbc848f8bf0d2df0dda56" 2018-12-12 14:20:54,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7c498b4d-f313-4965-a561-bd8dab900337 Date: Wed, 12 Dec 2018 14:20:54 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:20:54,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6 used request id req-7c498b4d-f313-4965-a561-bd8dab900337 2018-12-12 14:20:54,950 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-subnet 2018-12-12 14:20:54,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b1ebed1cdeec4e6650bbc848f8bf0d2df0dda56" -d '{"subnets": [{"ip_version": 4, "network_id": "f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6", "cidr": null, "name": "NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-subnet"}]}' 2018-12-12 14:20:55,787 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-03433654-09f0-4e1c-8907-5373367bf2b2 Date: Wed, 12 Dec 2018 14:20:55 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-12-12 14:20:55,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-03433654-09f0-4e1c-8907-5373367bf2b2 2018-12-12 14:20:55,787 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-12-12 14:20:55,788 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-subnet] for network [NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-net] 2018-12-12 14:20:55,788 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-defc86ab-e8a4-4d30-b7cf-3363790fd89b-pub-net 2018-12-12 14:20:55,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b1ebed1cdeec4e6650bbc848f8bf0d2df0dda56" 2018-12-12 14:20:56,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61f4e440-836e-4738-a0ec-847eb574226b Date: Wed, 12 Dec 2018 14:20:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:20:56,719 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f1b5d4b4-2f7b-4dbf-9f48-be5d2231a0f6 used request id req-61f4e440-836e-4738-a0ec-847eb574226b 2018-12-12 14:20:56,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:20:57,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:20:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["gCvNB24LS1yHBgMxUi05Ag"], "issued_at": "2018-12-12T14:20:57.000000Z"}} 2018-12-12 14:20:57,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:20:57,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bbfd157-73cc-402c-9ac3-1e723013a476 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:20:57,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5bbfd157-73cc-402c-9ac3-1e723013a476 2018-12-12 14:20:57,283 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net 2018-12-12 14:20:57,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" -d '{"network": {"name": "NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net", "admin_state_up": true}}' 2018-12-12 14:20:57,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-ad3264ae-e6ec-4c5a-831e-4300c704040e Date: Wed, 12 Dec 2018 14:20: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":"6a3721de-47ee-4ec5-8a15-2f24de47c6f8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:57Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:57Z","mtu":1450}} 2018-12-12 14:20:57,716 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-ad3264ae-e6ec-4c5a-831e-4300c704040e 2018-12-12 14:20:57,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:20:57,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-1e95c5a3-63b8-4763-a809-5fd3062a3c01 Date: Wed, 12 Dec 2018 14:20:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6a3721de-47ee-4ec5-8a15-2f24de47c6f8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:20:57Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:57Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:57,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 used request id req-1e95c5a3-63b8-4763-a809-5fd3062a3c01 2018-12-12 14:20:57,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:20:58,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eb403c3d-8854-4b1f-b7d5-0e2c2e901eab Date: Wed, 12 Dec 2018 14:20:58 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:20:58,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 used request id req-eb403c3d-8854-4b1f-b7d5-0e2c2e901eab 2018-12-12 14:20:58,177 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-subnet 2018-12-12 14:20:58,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" -d '{"subnets": [{"ip_version": 4, "network_id": "6a3721de-47ee-4ec5-8a15-2f24de47c6f8", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-subnet"}]}' 2018-12-12 14:20:58,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a8fe3d0-7584-455f-9160-8bdd9983855a Date: Wed, 12 Dec 2018 14:20:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a3721de-47ee-4ec5-8a15-2f24de47c6f8","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:58Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"91056906-846f-40f6-b53f-b02292bf3ea5","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-subnet"}]} 2018-12-12 14:20:58,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-3a8fe3d0-7584-455f-9160-8bdd9983855a 2018-12-12 14:20:58,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:20:59,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-28994102-ff50-4726-99b7-ae5526ad09a7 Date: Wed, 12 Dec 2018 14:20:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6a3721de-47ee-4ec5-8a15-2f24de47c6f8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["91056906-846f-40f6-b53f-b02292bf3ea5"],"description":"","tags":[],"updated_at":"2018-12-12T14:20:58Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:57Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:59,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 used request id req-28994102-ff50-4726-99b7-ae5526ad09a7 2018-12-12 14:20:59,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:20:59,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b5550ad4-9065-465b-a600-d7b0e465b247 Date: Wed, 12 Dec 2018 14:20:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a3721de-47ee-4ec5-8a15-2f24de47c6f8","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:58Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"91056906-846f-40f6-b53f-b02292bf3ea5","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-subnet"}]} 2018-12-12 14:20:59,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 used request id req-b5550ad4-9065-465b-a600-d7b0e465b247 2018-12-12 14:20:59,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:20:59,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6f17a615-2129-45a6-99f8-fd8781ff362a Date: Wed, 12 Dec 2018 14:20:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6a3721de-47ee-4ec5-8a15-2f24de47c6f8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["91056906-846f-40f6-b53f-b02292bf3ea5"],"description":"","tags":[],"updated_at":"2018-12-12T14:20:58Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:57Z","provider:network_type":"vxlan"}]} 2018-12-12 14:20:59,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net used request id req-6f17a615-2129-45a6-99f8-fd8781ff362a 2018-12-12 14:20:59,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:20:59,569 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:20: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:20:59,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:20:59,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bd941e8-ac0a-4239-ade0-4018a2bb4bcb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:20:59,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-0bd941e8-ac0a-4239-ade0-4018a2bb4bcb 2018-12-12 14:20:59,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:20:59,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-223f1666-2ebf-46a8-a946-0a86058e0ac3 Date: Wed, 12 Dec 2018 14:20:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a3721de-47ee-4ec5-8a15-2f24de47c6f8","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:20:58Z","dns_nameservers":[],"updated_at":"2018-12-12T14:20:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"91056906-846f-40f6-b53f-b02292bf3ea5","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-subnet"}]} 2018-12-12 14:20:59,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6a3721de-47ee-4ec5-8a15-2f24de47c6f8 used request id req-223f1666-2ebf-46a8-a946-0a86058e0ac3 2018-12-12 14:20:59,852 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-subnet 2018-12-12 14:20:59,852 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-subnet 2018-12-12 14:20:59,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/91056906-846f-40f6-b53f-b02292bf3ea5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:21:01,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8aafdba-d823-4d57-9222-32d23c91e7ea Date: Wed, 12 Dec 2018 14:21:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:01,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/91056906-846f-40f6-b53f-b02292bf3ea5 used request id req-c8aafdba-d823-4d57-9222-32d23c91e7ea 2018-12-12 14:21:01,563 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-589b4042-3e6d-4d0a-92be-82f3b88752c3-pub-net 2018-12-12 14:21:01,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/6a3721de-47ee-4ec5-8a15-2f24de47c6f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a06980fba3016d45c5ecf60d4b314d2c95fb10" 2018-12-12 14:21:02,888 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03b4a4ff-e8ed-4e1d-b3ec-05608abdec4f Date: Wed, 12 Dec 2018 14:21:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:02,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6a3721de-47ee-4ec5-8a15-2f24de47c6f8 used request id req-03b4a4ff-e8ed-4e1d-b3ec-05608abdec4f 2018-12-12 14:21:02,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:21:03,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["c82pjiktTa2NMzKPP4xvlw"], "issued_at": "2018-12-12T14:21:03.000000Z"}} 2018-12-12 14:21:03,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:03,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9053fd-228b-4a26-b17d-7452e08e13fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:21:03,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9c9053fd-228b-4a26-b17d-7452e08e13fa 2018-12-12 14:21:03,362 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net 2018-12-12 14:21:03,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" -d '{"network": {"name": "NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net", "admin_state_up": true}}' 2018-12-12 14:21:03,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-c7ce3121-376d-4e47-9725-24436daf6fc1 Date: Wed, 12 Dec 2018 14:21:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e45a41a0-e6dc-4c1a-8a62-deacc036978b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:21:03Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:03Z","mtu":1450}} 2018-12-12 14:21:03,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-c7ce3121-376d-4e47-9725-24436daf6fc1 2018-12-12 14:21:03,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e45a41a0-e6dc-4c1a-8a62-deacc036978b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:04,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-aad083ba-7778-42ef-8cde-e42eced72006 Date: Wed, 12 Dec 2018 14:21:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e45a41a0-e6dc-4c1a-8a62-deacc036978b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:21:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:03Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:04,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e45a41a0-e6dc-4c1a-8a62-deacc036978b used request id req-aad083ba-7778-42ef-8cde-e42eced72006 2018-12-12 14:21:04,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e45a41a0-e6dc-4c1a-8a62-deacc036978b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:04,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fb767bc0-6a98-4aae-bd19-f9f6f2cc65a5 Date: Wed, 12 Dec 2018 14:21:04 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:21:04,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e45a41a0-e6dc-4c1a-8a62-deacc036978b used request id req-fb767bc0-6a98-4aae-bd19-f9f6f2cc65a5 2018-12-12 14:21:04,233 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet 2018-12-12 14:21:04,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" -d '{"subnets": [{"ip_version": 4, "network_id": "e45a41a0-e6dc-4c1a-8a62-deacc036978b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet"}]}' 2018-12-12 14:21:05,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-70d211f0-22c2-4e59-b899-2663700d0d75 Date: Wed, 12 Dec 2018 14:21:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45a41a0-e6dc-4c1a-8a62-deacc036978b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:04Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:04Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"ff21cca9-ce02-4838-bdd0-4f9c7f09f507","subnetpool_id":null,"name":"NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet"}]} 2018-12-12 14:21:05,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-70d211f0-22c2-4e59-b899-2663700d0d75 2018-12-12 14:21:05,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e45a41a0-e6dc-4c1a-8a62-deacc036978b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:05,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0d29063b-7b59-4790-8f7d-47da4c396241 Date: Wed, 12 Dec 2018 14:21:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e45a41a0-e6dc-4c1a-8a62-deacc036978b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["ff21cca9-ce02-4838-bdd0-4f9c7f09f507"],"description":"","tags":[],"updated_at":"2018-12-12T14:21:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:03Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:05,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e45a41a0-e6dc-4c1a-8a62-deacc036978b used request id req-0d29063b-7b59-4790-8f7d-47da4c396241 2018-12-12 14:21:05,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e45a41a0-e6dc-4c1a-8a62-deacc036978b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:05,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a26e5d24-f2c4-4713-b843-5fc78548fef0 Date: Wed, 12 Dec 2018 14:21:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45a41a0-e6dc-4c1a-8a62-deacc036978b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:04Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"ff21cca9-ce02-4838-bdd0-4f9c7f09f507","subnetpool_id":null,"name":"NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet"}]} 2018-12-12 14:21:05,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e45a41a0-e6dc-4c1a-8a62-deacc036978b used request id req-a26e5d24-f2c4-4713-b843-5fc78548fef0 2018-12-12 14:21:05,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:05,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8d15ba1c-ed61-4f43-92a6-d8f383826ac6 Date: Wed, 12 Dec 2018 14:21:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e45a41a0-e6dc-4c1a-8a62-deacc036978b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["ff21cca9-ce02-4838-bdd0-4f9c7f09f507"],"description":"","tags":[],"updated_at":"2018-12-12T14:21:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:03Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:05,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net used request id req-8d15ba1c-ed61-4f43-92a6-d8f383826ac6 2018-12-12 14:21:05,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:21:05,817 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:21: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:21:05,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:05,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fde17fd-e38c-430f-99cf-365e6ec8aef1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:21:05,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-7fde17fd-e38c-430f-99cf-365e6ec8aef1 2018-12-12 14:21:05,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e45a41a0-e6dc-4c1a-8a62-deacc036978b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:05,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-737468ec-76eb-4440-a326-1f7107d464c5 Date: Wed, 12 Dec 2018 14:21:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45a41a0-e6dc-4c1a-8a62-deacc036978b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:04Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"ff21cca9-ce02-4838-bdd0-4f9c7f09f507","subnetpool_id":null,"name":"NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet"}]} 2018-12-12 14:21:05,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e45a41a0-e6dc-4c1a-8a62-deacc036978b used request id req-737468ec-76eb-4440-a326-1f7107d464c5 2018-12-12 14:21:05,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e45a41a0-e6dc-4c1a-8a62-deacc036978b&name=NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:06,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6c5e02f7-dc56-4a9a-8312-6b6936da85b0 Date: Wed, 12 Dec 2018 14:21:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45a41a0-e6dc-4c1a-8a62-deacc036978b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:04Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"ff21cca9-ce02-4838-bdd0-4f9c7f09f507","subnetpool_id":null,"name":"NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet"}]} 2018-12-12 14:21:06,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e45a41a0-e6dc-4c1a-8a62-deacc036978b&name=NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet used request id req-6c5e02f7-dc56-4a9a-8312-6b6936da85b0 2018-12-12 14:21:06,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:21:06,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:21:06,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:21:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["unfN1tWlTSG1DzVrbYJ1vA"], "issued_at": "2018-12-12T14:21:06.000000Z"}} 2018-12-12 14:21:06,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ec9b5ed98a0c3b767512a424548938087c1647" 2018-12-12 14:21:06,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf776e6-1f3d-40db-bd0c-eec7270e7f58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:21:06,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3bf776e6-1f3d-40db-bd0c-eec7270e7f58 2018-12-12 14:21:06,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:07,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-756c2750-1adc-4771-89d8-628d271573fd Date: Wed, 12 Dec 2018 14:21:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:21:07,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-756c2750-1adc-4771-89d8-628d271573fd 2018-12-12 14:21:07,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:07,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a82a9a27-2aef-40d1-aa7a-97d5a30a3b2e Date: Wed, 12 Dec 2018 14:21:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:21:07,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-a82a9a27-2aef-40d1-aa7a-97d5a30a3b2e 2018-12-12 14:21:07,741 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router 2018-12-12 14:21:07,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router", "admin_state_up": true}}' 2018-12-12 14:21:12,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-9135cf41-df06-4bd9-978b-7c32e91e62aa Date: Wed, 12 Dec 2018 14:21:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:21:08Z", "admin_state_up": true, "updated_at": "2018-12-12T14:21:09Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "b08a1489-10ed-4c3e-9dc1-9af158fb98c8", "name": "NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router"}} 2018-12-12 14:21:12,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-9135cf41-df06-4bd9-978b-7c32e91e62aa 2018-12-12 14:21:12,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=b08a1489-10ed-4c3e-9dc1-9af158fb98c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:13,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3248 X-Openstack-Request-Id: req-6716f527-b9af-4321-a31d-f01ad8878331 Date: Wed, 12 Dec 2018 14:21:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","ip_address":"169.254.192.8"}],"id":"2720db86-e893-4014-87fe-2ce40b5504b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:60:49:48","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:10Z","binding:vnic_type":"normal","device_id":"b08a1489-10ed-4c3e-9dc1-9af158fb98c8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","ip_address":"169.254.192.1"}],"id":"43be3a06-85ea-4c39-a994-003910208226","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e7:1b:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:10Z","binding:vnic_type":"normal","device_id":"b08a1489-10ed-4c3e-9dc1-9af158fb98c8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:11Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","ip_address":"169.254.192.6"}],"id":"58d0ded1-6f4a-4549-a3f2-9bae62d55739","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:2a:73","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:11Z","binding:vnic_type":"normal","device_id":"b08a1489-10ed-4c3e-9dc1-9af158fb98c8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:12Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.206"}],"id":"a169d43d-c2fd-4acc-9dc6-6e59e9852457","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5f:23:0f","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:21:09Z","binding:vnic_type":"normal","device_id":"b08a1489-10ed-4c3e-9dc1-9af158fb98c8"}]} 2018-12-12 14:21:13,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=b08a1489-10ed-4c3e-9dc1-9af158fb98c8 used request id req-6716f527-b9af-4321-a31d-f01ad8878331 2018-12-12 14:21:13,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:13,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-14f6fcdd-bc10-4ec2-8d24-7e6d60c651c4 Date: Wed, 12 Dec 2018 14:21:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:21:13,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-14f6fcdd-bc10-4ec2-8d24-7e6d60c651c4 2018-12-12 14:21:13,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:13,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b43665a1-fb24-4ec4-9a5b-b735af5725b4 Date: Wed, 12 Dec 2018 14:21:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:08Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:13,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 used request id req-b43665a1-fb24-4ec4-9a5b-b735af5725b4 2018-12-12 14:21:13,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:13,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c4183969-82d3-4cab-ae2a-3f80e33f35a1 Date: Wed, 12 Dec 2018 14:21:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:08Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:13,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 used request id req-c4183969-82d3-4cab-ae2a-3f80e33f35a1 2018-12-12 14:21:13,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:13,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2f886794-1486-46cf-b6b8-582957c32cd4 Date: Wed, 12 Dec 2018 14:21:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:08Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:13,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 used request id req-2f886794-1486-46cf-b6b8-582957c32cd4 2018-12-12 14:21:13,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:13,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-76151617-ec94-4c7f-ae22-20a235d4efa1 Date: Wed, 12 Dec 2018 14:21:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:21:08Z", "admin_state_up": true, "updated_at": "2018-12-12T14:21:11Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "b08a1489-10ed-4c3e-9dc1-9af158fb98c8", "name": "NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router"}]} 2018-12-12 14:21:13,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router used request id req-76151617-ec94-4c7f-ae22-20a235d4efa1 2018-12-12 14:21:13,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:14,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a55fb9-1602-4109-9bd5-14e2c0d4abf8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:21:14,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-99a55fb9-1602-4109-9bd5-14e2c0d4abf8 2018-12-12 14:21:14,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=b08a1489-10ed-4c3e-9dc1-9af158fb98c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:14,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-48f7219d-01c0-412d-9276-a0e98d4b2b14 Date: Wed, 12 Dec 2018 14:21:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","ip_address":"169.254.192.8"}],"id":"2720db86-e893-4014-87fe-2ce40b5504b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:60:49:48","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:10Z","binding:vnic_type":"normal","device_id":"b08a1489-10ed-4c3e-9dc1-9af158fb98c8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:13Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","ip_address":"169.254.192.1"}],"id":"43be3a06-85ea-4c39-a994-003910208226","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:1b:51","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:10Z","binding:vnic_type":"normal","device_id":"b08a1489-10ed-4c3e-9dc1-9af158fb98c8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:11Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","ip_address":"169.254.192.6"}],"id":"58d0ded1-6f4a-4549-a3f2-9bae62d55739","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:2a:73","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:11Z","binding:vnic_type":"normal","device_id":"b08a1489-10ed-4c3e-9dc1-9af158fb98c8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:13Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.206"}],"id":"a169d43d-c2fd-4acc-9dc6-6e59e9852457","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:23:0f","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:21:09Z","binding:vnic_type":"normal","device_id":"b08a1489-10ed-4c3e-9dc1-9af158fb98c8"}]} 2018-12-12 14:21:14,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=b08a1489-10ed-4c3e-9dc1-9af158fb98c8 used request id req-48f7219d-01c0-412d-9276-a0e98d4b2b14 2018-12-12 14:21:14,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:14,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c2e2618c-90eb-4a29-88fd-77375908f5e8 Date: Wed, 12 Dec 2018 14:21:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:21:14,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-c2e2618c-90eb-4a29-88fd-77375908f5e8 2018-12-12 14:21:14,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:14,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ba615e55-e1d7-4549-a6f2-d5047b126b8f Date: Wed, 12 Dec 2018 14:21:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:08Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:14,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 used request id req-ba615e55-e1d7-4549-a6f2-d5047b126b8f 2018-12-12 14:21:14,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:14,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fe7504fe-9a90-4847-a7ad-9cabb0718b31 Date: Wed, 12 Dec 2018 14:21:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:08Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:14,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 used request id req-fe7504fe-9a90-4847-a7ad-9cabb0718b31 2018-12-12 14:21:14,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:14,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-58a61496-6425-4683-a6c0-a82e4c2f5af8 Date: Wed, 12 Dec 2018 14:21:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f4967102-f096-4299-bbbd-2e86268ce486","tenant_id":"","created_at":"2018-12-12T14:21:08Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6c02f354-ca03-430e-953c-a1a6159aa5f0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:14,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6c02f354-ca03-430e-953c-a1a6159aa5f0 used request id req-58a61496-6425-4683-a6c0-a82e4c2f5af8 2018-12-12 14:21:14,821 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router 2018-12-12 14:21:14,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/b08a1489-10ed-4c3e-9dc1-9af158fb98c8/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" -d '{"subnet_id": "ff21cca9-ce02-4838-bdd0-4f9c7f09f507"}' 2018-12-12 14:21:16,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1009ad9a-76c9-4717-9a47-a0792ae59de9 Date: Wed, 12 Dec 2018 14:21:16 GMT RESP BODY: {"network_id": "e45a41a0-e6dc-4c1a-8a62-deacc036978b", "tenant_id": "b02038a5aa9140319df8909801cc6521", "subnet_id": "ff21cca9-ce02-4838-bdd0-4f9c7f09f507", "subnet_ids": ["ff21cca9-ce02-4838-bdd0-4f9c7f09f507"], "port_id": "5bffd684-5053-4746-ab5f-c6b7a5fef28b", "id": "b08a1489-10ed-4c3e-9dc1-9af158fb98c8"} 2018-12-12 14:21:16,456 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b08a1489-10ed-4c3e-9dc1-9af158fb98c8/add_router_interface used request id req-1009ad9a-76c9-4717-9a47-a0792ae59de9 2018-12-12 14:21:16,456 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router 2018-12-12 14:21:16,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/b08a1489-10ed-4c3e-9dc1-9af158fb98c8/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" -d '{"subnet_id": "ff21cca9-ce02-4838-bdd0-4f9c7f09f507"}' 2018-12-12 14:21:17,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6589169a-efa7-4365-9fc9-203fe606ea3a Date: Wed, 12 Dec 2018 14:21:17 GMT RESP BODY: {"network_id": "e45a41a0-e6dc-4c1a-8a62-deacc036978b", "tenant_id": "b02038a5aa9140319df8909801cc6521", "subnet_id": "ff21cca9-ce02-4838-bdd0-4f9c7f09f507", "subnet_ids": ["ff21cca9-ce02-4838-bdd0-4f9c7f09f507"], "port_id": "5bffd684-5053-4746-ab5f-c6b7a5fef28b", "id": "b08a1489-10ed-4c3e-9dc1-9af158fb98c8"} 2018-12-12 14:21:17,747 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b08a1489-10ed-4c3e-9dc1-9af158fb98c8/remove_router_interface used request id req-6589169a-efa7-4365-9fc9-203fe606ea3a 2018-12-12 14:21:17,748 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router 2018-12-12 14:21:17,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/b08a1489-10ed-4c3e-9dc1-9af158fb98c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:21,948 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb07230f-cf7d-417f-b56a-021804dd6dd5 Content-Length: 0 Date: Wed, 12 Dec 2018 14:21:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:21,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/b08a1489-10ed-4c3e-9dc1-9af158fb98c8 used request id req-bb07230f-cf7d-417f-b56a-021804dd6dd5 2018-12-12 14:21:21,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:22,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4a0f9fdb-849b-4f64-84ec-c9670ae03562 Date: Wed, 12 Dec 2018 14:21:22 GMT RESP BODY: {"routers": []} 2018-12-12 14:21:22,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-router used request id req-4a0f9fdb-849b-4f64-84ec-c9670ae03562 2018-12-12 14:21:22,172 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet 2018-12-12 14:21:22,172 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-subnet 2018-12-12 14:21:22,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/ff21cca9-ce02-4838-bdd0-4f9c7f09f507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:24,373 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20f3bb22-8a8c-4b7f-ba1e-cdc41e4e3da6 Date: Wed, 12 Dec 2018 14:21:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:24,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ff21cca9-ce02-4838-bdd0-4f9c7f09f507 used request id req-20f3bb22-8a8c-4b7f-ba1e-cdc41e4e3da6 2018-12-12 14:21:24,374 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-609d8d01-f46d-4b84-ae07-3f714c234e70-pub-net 2018-12-12 14:21:24,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e45a41a0-e6dc-4c1a-8a62-deacc036978b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce131f77a553483d3041513a41c39c15c31350c" 2018-12-12 14:21:25,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f2d4c14-41cb-4124-b94b-48ba20670215 Date: Wed, 12 Dec 2018 14:21:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:25,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e45a41a0-e6dc-4c1a-8a62-deacc036978b used request id req-8f2d4c14-41cb-4124-b94b-48ba20670215 2018-12-12 14:21:25,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:21:25,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:21:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["eDchEyuuR0qkb0eBTRB8eA"], "issued_at": "2018-12-12T14:21:25.000000Z"}} 2018-12-12 14:21:25,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:25,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b14a0986-6a3a-4fa7-b875-ce0aec2b604d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:21:25,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b14a0986-6a3a-4fa7-b875-ce0aec2b604d 2018-12-12 14:21:25,910 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net 2018-12-12 14:21:25,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" -d '{"network": {"name": "NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net", "admin_state_up": true}}' 2018-12-12 14:21:26,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e851170a-0a66-42dc-9a25-1ea1beedc7cd Date: Wed, 12 Dec 2018 14:21:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e43c4cd1-b0ab-4652-8b96-5123a3fa7b12","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:21:26Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:26Z","mtu":1450}} 2018-12-12 14:21:26,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-e851170a-0a66-42dc-9a25-1ea1beedc7cd 2018-12-12 14:21:26,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:26,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-79f7f50e-fd26-4cbb-af5a-4e1558e68779 Date: Wed, 12 Dec 2018 14:21:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e43c4cd1-b0ab-4652-8b96-5123a3fa7b12","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:21:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:26Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:26,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 used request id req-79f7f50e-fd26-4cbb-af5a-4e1558e68779 2018-12-12 14:21:26,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:26,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-73e9b4d0-2e4b-4707-a9a0-499350547014 Date: Wed, 12 Dec 2018 14:21:26 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:21:26,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 used request id req-73e9b4d0-2e4b-4707-a9a0-499350547014 2018-12-12 14:21:26,978 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-subnet 2018-12-12 14:21:26,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" -d '{"subnets": [{"ip_version": 4, "network_id": "e43c4cd1-b0ab-4652-8b96-5123a3fa7b12", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-subnet"}]}' 2018-12-12 14:21:27,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae6f8352-66a7-4c02-804e-82a6d4b8f4e2 Date: Wed, 12 Dec 2018 14:21:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e43c4cd1-b0ab-4652-8b96-5123a3fa7b12","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:27Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:27Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"6fd9586b-157f-48d0-be52-7326252d80bf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-subnet"}]} 2018-12-12 14:21:27,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-ae6f8352-66a7-4c02-804e-82a6d4b8f4e2 2018-12-12 14:21:27,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:27,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4b83fcbb-884c-4630-9051-ccccb55a4afc Date: Wed, 12 Dec 2018 14:21:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e43c4cd1-b0ab-4652-8b96-5123a3fa7b12","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["6fd9586b-157f-48d0-be52-7326252d80bf"],"description":"","tags":[],"updated_at":"2018-12-12T14:21:27Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:26Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:27,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 used request id req-4b83fcbb-884c-4630-9051-ccccb55a4afc 2018-12-12 14:21:27,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:28,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4b726fae-4e79-4a03-b727-b50feb5437ec Date: Wed, 12 Dec 2018 14:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e43c4cd1-b0ab-4652-8b96-5123a3fa7b12","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:27Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"6fd9586b-157f-48d0-be52-7326252d80bf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-subnet"}]} 2018-12-12 14:21:28,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 used request id req-4b726fae-4e79-4a03-b727-b50feb5437ec 2018-12-12 14:21:28,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:28,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0b149630-3739-4d08-9d6f-343b6d8e33c3 Date: Wed, 12 Dec 2018 14:21:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e43c4cd1-b0ab-4652-8b96-5123a3fa7b12","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["6fd9586b-157f-48d0-be52-7326252d80bf"],"description":"","tags":[],"updated_at":"2018-12-12T14:21:27Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:26Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:28,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net used request id req-0b149630-3739-4d08-9d6f-343b6d8e33c3 2018-12-12 14:21:28,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:21:28,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:21:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:21:28,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:28,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0665ac-4835-4e8e-9c15-9cd553ed316d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:21:28,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-cd0665ac-4835-4e8e-9c15-9cd553ed316d 2018-12-12 14:21:28,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:28,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-67f7c4c1-daf3-474d-ba2b-698fc376091e Date: Wed, 12 Dec 2018 14:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e43c4cd1-b0ab-4652-8b96-5123a3fa7b12","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:27Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"6fd9586b-157f-48d0-be52-7326252d80bf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-subnet"}]} 2018-12-12 14:21:28,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 used request id req-67f7c4c1-daf3-474d-ba2b-698fc376091e 2018-12-12 14:21:28,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:21:28,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:21:29,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Hqrspvl1QK-DuBOOcYfJjw"], "issued_at": "2018-12-12T14:21:29.000000Z"}} 2018-12-12 14:21:29,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03365be430dddd0d5dca36d857c55675e25324f" 2018-12-12 14:21:29,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee2cba69-7f9d-43d4-89bd-5f70455e59e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:21:29,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ee2cba69-7f9d-43d4-89bd-5f70455e59e1 2018-12-12 14:21:29,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:29,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-acf8c92d-4a25-4dd2-9fda-91cc4a27de58 Date: Wed, 12 Dec 2018 14:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:21:29,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-acf8c92d-4a25-4dd2-9fda-91cc4a27de58 2018-12-12 14:21:29,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:29,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f67ef056-e014-4f62-9b56-91fe34ca73e1 Date: Wed, 12 Dec 2018 14:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:21:29,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-f67ef056-e014-4f62-9b56-91fe34ca73e1 2018-12-12 14:21:29,568 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router 2018-12-12 14:21:29,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router", "admin_state_up": true}}' 2018-12-12 14:21:34,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-fd51c954-b0ac-43bc-b5e3-f445c3d978f7 Date: Wed, 12 Dec 2018 14:21:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:21:30Z", "admin_state_up": true, "updated_at": "2018-12-12T14:21:30Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed", "name": "NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router"}} 2018-12-12 14:21:34,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-fd51c954-b0ac-43bc-b5e3-f445c3d978f7 2018-12-12 14:21:34,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:34,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-7f294fc4-e57b-4ec4-a646-c1de40b47f29 Date: Wed, 12 Dec 2018 14:21:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:31Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","ip_address":"169.254.192.8"}],"id":"4796a64a-47a6-4052-861c-57e1697cecba","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2a:7f:50","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:31Z","binding:vnic_type":"normal","device_id":"ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","ip_address":"169.254.192.11"}],"id":"6d5dbcae-5a60-496d-aa2b-0694c7ae887a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:f5:64","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:32Z","binding:vnic_type":"normal","device_id":"ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:30Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.206"}],"id":"c1157985-20aa-4a2a-8275-ba85a730aaa8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b6:59:94","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:21:30Z","binding:vnic_type":"normal","device_id":"ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","ip_address":"169.254.192.2"}],"id":"e14f1d58-ad28-41b1-ad8b-f03f29e818f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:d2:c0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:32Z","binding:vnic_type":"normal","device_id":"ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed"}]} 2018-12-12 14:21:34,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed used request id req-7f294fc4-e57b-4ec4-a646-c1de40b47f29 2018-12-12 14:21:34,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:34,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3e5cd634-8b8f-4558-a221-cd6ea7db72a7 Date: Wed, 12 Dec 2018 14:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:21:34,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-3e5cd634-8b8f-4558-a221-cd6ea7db72a7 2018-12-12 14:21:34,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:34,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-dfcebf7a-b35f-4d97-897d-21db144e4c65 Date: Wed, 12 Dec 2018 14:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:29Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:34,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b used request id req-dfcebf7a-b35f-4d97-897d-21db144e4c65 2018-12-12 14:21:34,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:34,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6749416d-b22b-4704-b57a-c6bc690d6d71 Date: Wed, 12 Dec 2018 14:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:29Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:34,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b used request id req-6749416d-b22b-4704-b57a-c6bc690d6d71 2018-12-12 14:21:34,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:34,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b3a9de7b-2d45-4d78-b8af-7d82652904e9 Date: Wed, 12 Dec 2018 14:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:29Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:34,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b used request id req-b3a9de7b-2d45-4d78-b8af-7d82652904e9 2018-12-12 14:21:34,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:35,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-ed3812c9-0852-48da-aa93-3a4408151ae6 Date: Wed, 12 Dec 2018 14:21:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:21:30Z", "admin_state_up": true, "updated_at": "2018-12-12T14:21:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed", "name": "NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router"}]} 2018-12-12 14:21:35,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router used request id req-ed3812c9-0852-48da-aa93-3a4408151ae6 2018-12-12 14:21:35,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:35,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991847b5-caa7-47f7-8b44-560d1002368e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:21:35,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-991847b5-caa7-47f7-8b44-560d1002368e 2018-12-12 14:21:35,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:35,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-58b70715-d40a-43fa-b17e-96d6ce3c6450 Date: Wed, 12 Dec 2018 14:21:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:35Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","ip_address":"169.254.192.8"}],"id":"4796a64a-47a6-4052-861c-57e1697cecba","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2a:7f:50","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:31Z","binding:vnic_type":"normal","device_id":"ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","ip_address":"169.254.192.11"}],"id":"6d5dbcae-5a60-496d-aa2b-0694c7ae887a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:f5:64","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:32Z","binding:vnic_type":"normal","device_id":"ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:34Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.206"}],"id":"c1157985-20aa-4a2a-8275-ba85a730aaa8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:59:94","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:21:30Z","binding:vnic_type":"normal","device_id":"ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","ip_address":"169.254.192.2"}],"id":"e14f1d58-ad28-41b1-ad8b-f03f29e818f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:d2:c0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:32Z","binding:vnic_type":"normal","device_id":"ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed"}]} 2018-12-12 14:21:35,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed used request id req-58b70715-d40a-43fa-b17e-96d6ce3c6450 2018-12-12 14:21:35,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:35,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7bebbfbd-5292-4b55-9013-146a22ac4f1a Date: Wed, 12 Dec 2018 14:21:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:21:35,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-7bebbfbd-5292-4b55-9013-146a22ac4f1a 2018-12-12 14:21:35,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:35,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ca3b5659-4184-4fc0-b04b-bb965c84577d Date: Wed, 12 Dec 2018 14:21:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:29Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:35,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b used request id req-ca3b5659-4184-4fc0-b04b-bb965c84577d 2018-12-12 14:21:35,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:35,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7f984a2f-37f0-4fb0-aec5-351eb1967526 Date: Wed, 12 Dec 2018 14:21:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:29Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:35,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b used request id req-7f984a2f-37f0-4fb0-aec5-351eb1967526 2018-12-12 14:21:35,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:35,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6d7b4f9c-9b82-4f5e-911a-9171f8ff3c98 Date: Wed, 12 Dec 2018 14:21:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"09750736-f0c6-47b1-9d43-b2b7c9f076e2","tenant_id":"","created_at":"2018-12-12T14:21:29Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:29Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"62c09bfe-bf06-44dd-b429-a8d9dada8f3b","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:35,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/62c09bfe-bf06-44dd-b429-a8d9dada8f3b used request id req-6d7b4f9c-9b82-4f5e-911a-9171f8ff3c98 2018-12-12 14:21:35,828 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-subnet 2018-12-12 14:21:35,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/6fd9586b-157f-48d0-be52-7326252d80bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:37,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7a5ad283-c1f5-4328-bc8f-c43f2ad749c7 Date: Wed, 12 Dec 2018 14:21:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:37,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/6fd9586b-157f-48d0-be52-7326252d80bf used request id req-7a5ad283-c1f5-4328-bc8f-c43f2ad749c7 2018-12-12 14:21:37,925 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router 2018-12-12 14:21:37,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" -d '{"subnet_id": "6fd9586b-157f-48d0-be52-7326252d80bf"}' 2018-12-12 14:21:38,139 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-f1662949-28dc-4403-a8ca-c99d6e9edc79 Date: Wed, 12 Dec 2018 14:21:38 GMT RESP BODY: {"NeutronError": {"message": "Subnet 6fd9586b-157f-48d0-be52-7326252d80bf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-12 14:21:38,139 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed/add_router_interface used request id req-f1662949-28dc-4403-a8ca-c99d6e9edc79 2018-12-12 14:21:38,139 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 6fd9586b-157f-48d0-be52-7326252d80bf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-12 14:21:38,140 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router 2018-12-12 14:21:38,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:41,239 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d7ff5bb-7290-4f44-a108-919d5585b3b5 Content-Length: 0 Date: Wed, 12 Dec 2018 14:21:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:41,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/ab16e8f8-90d3-4ebb-8e1d-fbb6668691ed used request id req-2d7ff5bb-7290-4f44-a108-919d5585b3b5 2018-12-12 14:21:41,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:41,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-072f780b-6687-4978-bf9f-4836d7005fef Date: Wed, 12 Dec 2018 14:21:41 GMT RESP BODY: {"routers": []} 2018-12-12 14:21:41,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-router used request id req-072f780b-6687-4978-bf9f-4836d7005fef 2018-12-12 14:21:41,552 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-subnet 2018-12-12 14:21:41,552 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-subnet 2018-12-12 14:21:41,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/6fd9586b-157f-48d0-be52-7326252d80bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:41,744 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-acc85d69-80b9-4778-97c2-1eeeef134246 Date: Wed, 12 Dec 2018 14:21:41 GMT RESP BODY: {"NeutronError": {"message": "Subnet 6fd9586b-157f-48d0-be52-7326252d80bf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-12 14:21:41,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/6fd9586b-157f-48d0-be52-7326252d80bf used request id req-acc85d69-80b9-4778-97c2-1eeeef134246 2018-12-12 14:21:41,744 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 6fd9586b-157f-48d0-be52-7326252d80bf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-12 14:21:41,745 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ca34ecdc-69ac-49aa-8819-562250c395a1-pub-net 2018-12-12 14:21:41,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98ba1de547d8bc935d793735f26a77a86025ac4" 2018-12-12 14:21:42,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8a0e1066-fa02-4abd-a6a8-9416325a7044 Date: Wed, 12 Dec 2018 14:21:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:42,325 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e43c4cd1-b0ab-4652-8b96-5123a3fa7b12 used request id req-8a0e1066-fa02-4abd-a6a8-9416325a7044 2018-12-12 14:21:42,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:21:42,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:21:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["RrpbC8luSOKqWXfwhfVVZA"], "issued_at": "2018-12-12T14:21:42.000000Z"}} 2018-12-12 14:21:42,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:42,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16847253-6f66-4b03-9a80-42c55a91c85e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:21:42,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16847253-6f66-4b03-9a80-42c55a91c85e 2018-12-12 14:21:42,789 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net 2018-12-12 14:21:42,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" -d '{"network": {"name": "NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net", "admin_state_up": true}}' 2018-12-12 14:21:43,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-567afa16-98ab-49e2-bcf7-855a1d975560 Date: Wed, 12 Dec 2018 14:21: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":"4f7c8d11-78e7-4b91-ad10-d413cd47a2ee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:21:43Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:43Z","mtu":1450}} 2018-12-12 14:21:43,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-567afa16-98ab-49e2-bcf7-855a1d975560 2018-12-12 14:21:43,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:43,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-dc2c9060-54aa-4019-9e14-8c6f565b8c80 Date: Wed, 12 Dec 2018 14:21:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f7c8d11-78e7-4b91-ad10-d413cd47a2ee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:21:43Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:43Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:43,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee used request id req-dc2c9060-54aa-4019-9e14-8c6f565b8c80 2018-12-12 14:21:43,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:43,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9d9958ba-c84e-42f0-b8de-838ce05c6f56 Date: Wed, 12 Dec 2018 14:21:43 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:21:43,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee used request id req-9d9958ba-c84e-42f0-b8de-838ce05c6f56 2018-12-12 14:21:43,623 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet 2018-12-12 14:21:43,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" -d '{"subnets": [{"ip_version": 4, "network_id": "4f7c8d11-78e7-4b91-ad10-d413cd47a2ee", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet"}]}' 2018-12-12 14:21:43,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5eaf08c7-6371-4e64-9b7f-4df8d09ff13e Date: Wed, 12 Dec 2018 14:21:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f7c8d11-78e7-4b91-ad10-d413cd47a2ee","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:43Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:43Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"8ff43d65-e2fe-4991-9771-18348e0a55c1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet"}]} 2018-12-12 14:21:43,979 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-5eaf08c7-6371-4e64-9b7f-4df8d09ff13e 2018-12-12 14:21:43,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:44,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2757717e-94cb-48c0-82c6-3387f8334f37 Date: Wed, 12 Dec 2018 14:21:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4f7c8d11-78e7-4b91-ad10-d413cd47a2ee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["8ff43d65-e2fe-4991-9771-18348e0a55c1"],"description":"","tags":[],"updated_at":"2018-12-12T14:21:43Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:43Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:44,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee used request id req-2757717e-94cb-48c0-82c6-3387f8334f37 2018-12-12 14:21:44,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:44,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8b0ca608-a3e6-48d2-83b6-85c6a4cd6f94 Date: Wed, 12 Dec 2018 14:21:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f7c8d11-78e7-4b91-ad10-d413cd47a2ee","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:43Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"8ff43d65-e2fe-4991-9771-18348e0a55c1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet"}]} 2018-12-12 14:21:44,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee used request id req-8b0ca608-a3e6-48d2-83b6-85c6a4cd6f94 2018-12-12 14:21:44,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:44,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a56ef4c6-2ee3-4640-a486-5f304e673187 Date: Wed, 12 Dec 2018 14:21:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4f7c8d11-78e7-4b91-ad10-d413cd47a2ee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["8ff43d65-e2fe-4991-9771-18348e0a55c1"],"description":"","tags":[],"updated_at":"2018-12-12T14:21:43Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:43Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:44,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net used request id req-a56ef4c6-2ee3-4640-a486-5f304e673187 2018-12-12 14:21:44,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:21:44,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:21: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:21:44,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:44,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61e5112c-b2fe-4106-a91b-df902263a2b2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:21:44,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-61e5112c-b2fe-4106-a91b-df902263a2b2 2018-12-12 14:21:44,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:44,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a8fa8ffe-6853-480c-b27e-2fb33f3200e8 Date: Wed, 12 Dec 2018 14:21:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f7c8d11-78e7-4b91-ad10-d413cd47a2ee","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:43Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"8ff43d65-e2fe-4991-9771-18348e0a55c1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet"}]} 2018-12-12 14:21:44,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee used request id req-a8fa8ffe-6853-480c-b27e-2fb33f3200e8 2018-12-12 14:21:44,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee&name=NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:44,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b4e5926a-9cb9-4927-9d29-b7de25507772 Date: Wed, 12 Dec 2018 14:21:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f7c8d11-78e7-4b91-ad10-d413cd47a2ee","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:43Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"8ff43d65-e2fe-4991-9771-18348e0a55c1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet"}]} 2018-12-12 14:21:44,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4f7c8d11-78e7-4b91-ad10-d413cd47a2ee&name=NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet used request id req-b4e5926a-9cb9-4927-9d29-b7de25507772 2018-12-12 14:21:44,867 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet 2018-12-12 14:21:44,867 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-subnet 2018-12-12 14:21:44,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/8ff43d65-e2fe-4991-9771-18348e0a55c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:46,084 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef9692ac-292a-4901-9a6c-0dd098278a17 Date: Wed, 12 Dec 2018 14:21:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:46,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/8ff43d65-e2fe-4991-9771-18348e0a55c1 used request id req-ef9692ac-292a-4901-9a6c-0dd098278a17 2018-12-12 14:21:46,085 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9085cee4-5e50-4c90-b08c-a8799532bb5b-pub-net 2018-12-12 14:21:46,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/4f7c8d11-78e7-4b91-ad10-d413cd47a2ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80b2022886d84ed2f5ff5fd69583475493918e5" 2018-12-12 14:21:47,643 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c854159-5953-42ee-9e95-1177c59b1725 Date: Wed, 12 Dec 2018 14:21:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:21:47,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4f7c8d11-78e7-4b91-ad10-d413cd47a2ee used request id req-8c854159-5953-42ee-9e95-1177c59b1725 2018-12-12 14:21:47,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:21:48,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["ySOI0YDxTRqFCHgMDiUHBw"], "issued_at": "2018-12-12T14:21:48.000000Z"}} 2018-12-12 14:21:48,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:48,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b1ee0c-e13b-4f6c-a48e-e6eb3c0feeef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:21:48,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-22b1ee0c-e13b-4f6c-a48e-e6eb3c0feeef 2018-12-12 14:21:48,104 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net 2018-12-12 14:21:48,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" -d '{"network": {"name": "NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net", "admin_state_up": true}}' 2018-12-12 14:21:48,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-4179c187-532b-4da3-b6c7-8dcb99fbe437 Date: Wed, 12 Dec 2018 14:21:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7ea24ad9-bcda-40b5-b802-fefda0caaced","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:21:48Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:48Z","mtu":1450}} 2018-12-12 14:21:48,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-4179c187-532b-4da3-b6c7-8dcb99fbe437 2018-12-12 14:21:48,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7ea24ad9-bcda-40b5-b802-fefda0caaced -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:48,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-9644b4dd-28fe-406a-acef-4176ae803f74 Date: Wed, 12 Dec 2018 14:21:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ea24ad9-bcda-40b5-b802-fefda0caaced","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:21:48Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:48Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:48,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7ea24ad9-bcda-40b5-b802-fefda0caaced used request id req-9644b4dd-28fe-406a-acef-4176ae803f74 2018-12-12 14:21:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7ea24ad9-bcda-40b5-b802-fefda0caaced -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:48,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0cd7035f-af08-4e96-9a01-ad961c68cc8b Date: Wed, 12 Dec 2018 14:21:48 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:21:48,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7ea24ad9-bcda-40b5-b802-fefda0caaced used request id req-0cd7035f-af08-4e96-9a01-ad961c68cc8b 2018-12-12 14:21:48,987 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-subnet 2018-12-12 14:21:48,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" -d '{"subnets": [{"ip_version": 4, "network_id": "7ea24ad9-bcda-40b5-b802-fefda0caaced", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-subnet"}]}' 2018-12-12 14:21:49,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c5617f99-4357-43cf-8ad1-1ff0a4eeff87 Date: Wed, 12 Dec 2018 14:21:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea24ad9-bcda-40b5-b802-fefda0caaced","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:49Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21: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":"b02038a5aa9140319df8909801cc6521","id":"a771baa3-fe61-41cc-9e34-3005464ac63c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-subnet"}]} 2018-12-12 14:21:49,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-c5617f99-4357-43cf-8ad1-1ff0a4eeff87 2018-12-12 14:21:49,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7ea24ad9-bcda-40b5-b802-fefda0caaced -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:49,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ddcae4e4-0042-4a98-85f2-294a2117e2ee Date: Wed, 12 Dec 2018 14:21:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7ea24ad9-bcda-40b5-b802-fefda0caaced","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["a771baa3-fe61-41cc-9e34-3005464ac63c"],"description":"","tags":[],"updated_at":"2018-12-12T14:21:49Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:48Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:49,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7ea24ad9-bcda-40b5-b802-fefda0caaced used request id req-ddcae4e4-0042-4a98-85f2-294a2117e2ee 2018-12-12 14:21:49,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7ea24ad9-bcda-40b5-b802-fefda0caaced -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:50,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-83965631-49bb-43cd-a62a-8082c445c4be Date: Wed, 12 Dec 2018 14:21:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea24ad9-bcda-40b5-b802-fefda0caaced","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:49Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21: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":"b02038a5aa9140319df8909801cc6521","id":"a771baa3-fe61-41cc-9e34-3005464ac63c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-subnet"}]} 2018-12-12 14:21:50,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7ea24ad9-bcda-40b5-b802-fefda0caaced used request id req-83965631-49bb-43cd-a62a-8082c445c4be 2018-12-12 14:21:50,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:50,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9f018182-c580-4b7a-a8aa-8af12d241b4f Date: Wed, 12 Dec 2018 14:21:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7ea24ad9-bcda-40b5-b802-fefda0caaced","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["a771baa3-fe61-41cc-9e34-3005464ac63c"],"description":"","tags":[],"updated_at":"2018-12-12T14:21:49Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:48Z","provider:network_type":"vxlan"}]} 2018-12-12 14:21:50,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net used request id req-9f018182-c580-4b7a-a8aa-8af12d241b4f 2018-12-12 14:21:50,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:21:50,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:21: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:21:50,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:50,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c903dfa-a7fa-4b35-bb09-173312ea0894 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:21:50,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-2c903dfa-a7fa-4b35-bb09-173312ea0894 2018-12-12 14:21:50,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7ea24ad9-bcda-40b5-b802-fefda0caaced -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:50,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-413c0cc6-f957-40e7-9530-609bfb98a624 Date: Wed, 12 Dec 2018 14:21:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ea24ad9-bcda-40b5-b802-fefda0caaced","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:21:49Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21: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":"b02038a5aa9140319df8909801cc6521","id":"a771baa3-fe61-41cc-9e34-3005464ac63c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-subnet"}]} 2018-12-12 14:21:50,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7ea24ad9-bcda-40b5-b802-fefda0caaced used request id req-413c0cc6-f957-40e7-9530-609bfb98a624 2018-12-12 14:21:50,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:21:50,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:21:51,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:21:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["yP6i4W29Sq2VWfkaueBN4w"], "issued_at": "2018-12-12T14:21:51.000000Z"}} 2018-12-12 14:21:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c97c11552bd4edf8079fda14dd73617f074c4828" 2018-12-12 14:21:51,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f672c9c5-fe16-4c61-b913-880f234bf00b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:21:51,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f672c9c5-fe16-4c61-b913-880f234bf00b 2018-12-12 14:21:51,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:51,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8be05016-eb47-4203-b19b-a9f60c6447ed Date: Wed, 12 Dec 2018 14:21:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:21:51,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-8be05016-eb47-4203-b19b-a9f60c6447ed 2018-12-12 14:21:51,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:51,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-17f83b9b-2efd-4acc-9eba-40ba7e48cc14 Date: Wed, 12 Dec 2018 14:21:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:21:51,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-17f83b9b-2efd-4acc-9eba-40ba7e48cc14 2018-12-12 14:21:51,693 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router 2018-12-12 14:21:51,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router", "admin_state_up": true}}' 2018-12-12 14:21:56,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-6a3fe4df-c0e9-4caf-af77-6f8d8d05913b Date: Wed, 12 Dec 2018 14:21:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:21:52Z", "admin_state_up": true, "updated_at": "2018-12-12T14:21:53Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f", "name": "NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router"}} 2018-12-12 14:21:56,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-6a3fe4df-c0e9-4caf-af77-6f8d8d05913b 2018-12-12 14:21:56,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:56,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-c8806313-add2-4d97-b789-6b21d58a6274 Date: Wed, 12 Dec 2018 14:21:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","ip_address":"169.254.192.8"}],"id":"2b80ed01-0634-4b79-99af-a11b5aeacb97","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:33:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:55Z","binding:vnic_type":"normal","device_id":"bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:53Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.207"}],"id":"7207ff7d-27e7-4315-bdc3-472378d966e6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dc:8e:6e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:21:52Z","binding:vnic_type":"normal","device_id":"bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","ip_address":"169.254.192.6"}],"id":"756d6c5b-310c-4e36-9f7d-2045781d1fd7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:41:f9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:54Z","binding:vnic_type":"normal","device_id":"bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:53Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","ip_address":"169.254.192.4"}],"id":"cd8f7b95-b71a-4bca-ab19-7e194186aa7a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:f4:72","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:53Z","binding:vnic_type":"normal","device_id":"bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f"}]} 2018-12-12 14:21:56,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f used request id req-c8806313-add2-4d97-b789-6b21d58a6274 2018-12-12 14:21:56,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:56,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8afa3b3e-2545-4785-99b2-96b70721cd7c Date: Wed, 12 Dec 2018 14:21:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:21:56,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-8afa3b3e-2545-4785-99b2-96b70721cd7c 2018-12-12 14:21:56,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:56,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d4dc75bc-1d8f-4842-9449-6cd433e3e21d Date: Wed, 12 Dec 2018 14:21:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:52Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:56,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 used request id req-d4dc75bc-1d8f-4842-9449-6cd433e3e21d 2018-12-12 14:21:56,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:57,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-68b9621a-5cae-44ce-9484-d3f9428c330b Date: Wed, 12 Dec 2018 14:21:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:52Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:57,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 used request id req-68b9621a-5cae-44ce-9484-d3f9428c330b 2018-12-12 14:21:57,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:57,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-08a13c52-a1d0-483c-bc7a-9ebd6a9a77bf Date: Wed, 12 Dec 2018 14:21:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:52Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:57,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 used request id req-08a13c52-a1d0-483c-bc7a-9ebd6a9a77bf 2018-12-12 14:21:57,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:57,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-adaab5aa-8093-457d-bbca-61b9386c4714 Date: Wed, 12 Dec 2018 14:21:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:21:52Z", "admin_state_up": true, "updated_at": "2018-12-12T14:21:55Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f", "name": "NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router"}]} 2018-12-12 14:21:57,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router used request id req-adaab5aa-8093-457d-bbca-61b9386c4714 2018-12-12 14:21:57,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:57,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a35d160c-975b-47e1-b823-0b374e91cc85 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:21:57,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-a35d160c-975b-47e1-b823-0b374e91cc85 2018-12-12 14:21:57,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:57,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-3a163567-f39b-485e-9e71-92143a7dabe3 Date: Wed, 12 Dec 2018 14:21:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","ip_address":"169.254.192.8"}],"id":"2b80ed01-0634-4b79-99af-a11b5aeacb97","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:33:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:55Z","binding:vnic_type":"normal","device_id":"bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:57Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.207"}],"id":"7207ff7d-27e7-4315-bdc3-472378d966e6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:8e:6e","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:21:52Z","binding:vnic_type":"normal","device_id":"bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:57Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","ip_address":"169.254.192.6"}],"id":"756d6c5b-310c-4e36-9f7d-2045781d1fd7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:41:f9","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:54Z","binding:vnic_type":"normal","device_id":"bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:21:53Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","ip_address":"169.254.192.4"}],"id":"cd8f7b95-b71a-4bca-ab19-7e194186aa7a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:f4:72","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:53Z","binding:vnic_type":"normal","device_id":"bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f"}]} 2018-12-12 14:21:57,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f used request id req-3a163567-f39b-485e-9e71-92143a7dabe3 2018-12-12 14:21:57,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:57,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-46df5f72-4a68-442b-b013-cc1e3ceebdb8 Date: Wed, 12 Dec 2018 14:21:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:21:57,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-46df5f72-4a68-442b-b013-cc1e3ceebdb8 2018-12-12 14:21:58,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:58,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-335d0972-5636-477e-b266-46012cd84cef Date: Wed, 12 Dec 2018 14:21:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:52Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:58,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 used request id req-335d0972-5636-477e-b266-46012cd84cef 2018-12-12 14:21:58,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:58,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a1f37781-6f52-455c-bfc8-0c0b7b850d2b Date: Wed, 12 Dec 2018 14:21:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:52Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:58,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 used request id req-a1f37781-6f52-455c-bfc8-0c0b7b850d2b 2018-12-12 14:21:58,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:21:58,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7ed61a20-21ee-4ab5-b554-7fc5f4d738e8 Date: Wed, 12 Dec 2018 14:21:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4dd1ce13-32ba-4f26-8851-7415c53606e0","tenant_id":"","created_at":"2018-12-12T14:21:52Z","dns_nameservers":[],"updated_at":"2018-12-12T14:21:52Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"faae8c4d-9f2d-4d94-abe8-e7a209bee1a6","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:21:58,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/faae8c4d-9f2d-4d94-abe8-e7a209bee1a6 used request id req-7ed61a20-21ee-4ab5-b554-7fc5f4d738e8 2018-12-12 14:21:58,156 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router 2018-12-12 14:21:58,156 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router 2018-12-12 14:21:58,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:22:01,721 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e50c66f0-71f4-4de8-875a-a45ea7ca7a3f Content-Length: 0 Date: Wed, 12 Dec 2018 14:22:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:01,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/bf3566a6-1c8d-4cbd-9b51-b7c1a83ac51f used request id req-e50c66f0-71f4-4de8-875a-a45ea7ca7a3f 2018-12-12 14:22:01,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:22:01,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dfd05e79-fa30-4895-a745-69fec95e8c73 Date: Wed, 12 Dec 2018 14:22:01 GMT RESP BODY: {"routers": []} 2018-12-12 14:22:01,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-router used request id req-dfd05e79-fa30-4895-a745-69fec95e8c73 2018-12-12 14:22:01,920 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-subnet 2018-12-12 14:22:01,920 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-subnet 2018-12-12 14:22:01,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/a771baa3-fe61-41cc-9e34-3005464ac63c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:22:03,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3130175-26b4-412e-881d-4d12c82d9f3e Date: Wed, 12 Dec 2018 14:22:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:03,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/a771baa3-fe61-41cc-9e34-3005464ac63c used request id req-b3130175-26b4-412e-881d-4d12c82d9f3e 2018-12-12 14:22:03,973 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-658252fd-8c0b-43fb-a794-14f55637839f-pub-net 2018-12-12 14:22:03,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/7ea24ad9-bcda-40b5-b802-fefda0caaced -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6580826fc7f20ac125768fc203dd3873ed7ba0d1" 2018-12-12 14:22:05,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d373d86-721a-4b05-9eff-1a114be53bcc Date: Wed, 12 Dec 2018 14:22:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:05,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/7ea24ad9-bcda-40b5-b802-fefda0caaced used request id req-6d373d86-721a-4b05-9eff-1a114be53bcc 2018-12-12 14:22:05,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:05,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["HRRI-44qQq6N5SDAqLUBXQ"], "issued_at": "2018-12-12T14:22:05.000000Z"}} 2018-12-12 14:22:05,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:05,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0c2976-0349-4759-8550-bf32e50b48af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:05,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9d0c2976-0349-4759-8550-bf32e50b48af 2018-12-12 14:22:05,631 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net 2018-12-12 14:22:05,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" -d '{"network": {"name": "NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net", "admin_state_up": true}}' 2018-12-12 14:22:06,044 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-e07d8188-829f-414e-9d08-51beb8220eae Date: Wed, 12 Dec 2018 14:22:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:05Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:05Z","mtu":1450}} 2018-12-12 14:22:06,045 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-e07d8188-829f-414e-9d08-51beb8220eae 2018-12-12 14:22:06,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a0b17063-91c3-407c-af44-f8d84b6e0c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:06,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-b36b9171-82ea-49ec-80c4-b854d4a3266b Date: Wed, 12 Dec 2018 14:22:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:05Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:05Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:06,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a0b17063-91c3-407c-af44-f8d84b6e0c04 used request id req-b36b9171-82ea-49ec-80c4-b854d4a3266b 2018-12-12 14:22:06,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:06,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-091ef068-83a3-46eb-a758-e4b9bcd815a6 Date: Wed, 12 Dec 2018 14:22:06 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:22:06,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 used request id req-091ef068-83a3-46eb-a758-e4b9bcd815a6 2018-12-12 14:22:06,524 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet 2018-12-12 14:22:06,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" -d '{"subnets": [{"ip_version": 4, "network_id": "a0b17063-91c3-407c-af44-f8d84b6e0c04", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet"}]}' 2018-12-12 14:22:07,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1038495e-58c0-47bd-b456-721b5f2332e0 Date: Wed, 12 Dec 2018 14:22:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:06Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet"}]} 2018-12-12 14:22:07,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-1038495e-58c0-47bd-b456-721b5f2332e0 2018-12-12 14:22:07,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a0b17063-91c3-407c-af44-f8d84b6e0c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:07,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d702adf5-cc46-4c84-889c-1eb85e762108 Date: Wed, 12 Dec 2018 14:22:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:05Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:07,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a0b17063-91c3-407c-af44-f8d84b6e0c04 used request id req-d702adf5-cc46-4c84-889c-1eb85e762108 2018-12-12 14:22:07,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:07,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-be210c47-123a-4827-befb-35def14eb6be Date: Wed, 12 Dec 2018 14:22:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:06Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet"}]} 2018-12-12 14:22:07,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 used request id req-be210c47-123a-4827-befb-35def14eb6be 2018-12-12 14:22:07,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:07,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-33172024-c60b-4af8-a637-090b48f64c59 Date: Wed, 12 Dec 2018 14:22:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:05Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:07,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net used request id req-33172024-c60b-4af8-a637-090b48f64c59 2018-12-12 14:22:07,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:07,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:07,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:07,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6667e3ac-fb94-43b1-8a74-383af685e592 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:07,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-6667e3ac-fb94-43b1-8a74-383af685e592 2018-12-12 14:22:07,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:08,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5d79705e-f5b2-4d16-b249-ec4652563916 Date: Wed, 12 Dec 2018 14:22:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:06Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet"}]} 2018-12-12 14:22:08,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 used request id req-5d79705e-f5b2-4d16-b249-ec4652563916 2018-12-12 14:22:08,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04&name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:08,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd6314f0-43c9-4faf-b1e0-afbe08027baa Date: Wed, 12 Dec 2018 14:22:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:06Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet"}]} 2018-12-12 14:22:08,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04&name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet used request id req-dd6314f0-43c9-4faf-b1e0-afbe08027baa 2018-12-12 14:22:08,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:22:08,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:08,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Q4KkdfdsQEWVie8GH8DkyA"], "issued_at": "2018-12-12T14:22:08.000000Z"}} 2018-12-12 14:22:08,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d2f2bc98f0feeeec931c2fc7f36bcc8364ef41" 2018-12-12 14:22:08,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1155cb9-cea4-4299-8e85-538e107844ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:08,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a1155cb9-cea4-4299-8e85-538e107844ef 2018-12-12 14:22:08,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:09,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-636efc53-5052-42eb-ad73-29306c355b2b Date: Wed, 12 Dec 2018 14:22:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:05Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:09,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net used request id req-636efc53-5052-42eb-ad73-29306c355b2b 2018-12-12 14:22:09,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:09,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e9dae9fa-aa95-4530-a1db-e141b3ddc6c1 Date: Wed, 12 Dec 2018 14:22:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:06Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet"}]} 2018-12-12 14:22:09,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 used request id req-e9dae9fa-aa95-4530-a1db-e141b3ddc6c1 2018-12-12 14:22:09,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:09,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9a17bd87-cbab-4055-8dbc-660f49904a7e Date: Wed, 12 Dec 2018 14:22:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:05Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:09,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net used request id req-9a17bd87-cbab-4055-8dbc-660f49904a7e 2018-12-12 14:22:09,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:09,554 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:09,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d2f2bc98f0feeeec931c2fc7f36bcc8364ef41" 2018-12-12 14:22:09,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6040304c-8ec4-4a49-b5dc-e1729478634f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:09,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-6040304c-8ec4-4a49-b5dc-e1729478634f 2018-12-12 14:22:09,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:09,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d309f8a2-f1b9-4ee5-b252-aaba0c332ef8 Date: Wed, 12 Dec 2018 14:22:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:06Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet"}]} 2018-12-12 14:22:09,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04 used request id req-d309f8a2-f1b9-4ee5-b252-aaba0c332ef8 2018-12-12 14:22:09,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04&name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:10,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f9ecc596-a48f-4c48-9270-3b1e5cd3d8e1 Date: Wed, 12 Dec 2018 14:22:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:06Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet"}]} 2018-12-12 14:22:10,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a0b17063-91c3-407c-af44-f8d84b6e0c04&name=NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet used request id req-f9ecc596-a48f-4c48-9270-3b1e5cd3d8e1 2018-12-12 14:22:10,039 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net 2018-12-12 14:22:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" -d '{"port": {"network_id": "a0b17063-91c3-407c-af44-f8d84b6e0c04", "fixed_ips": [{"subnet_id": "ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-port", "admin_state_up": true}}' 2018-12-12 14:22:10,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-f81b58ab-8f98-4609-b2f1-49e9bfdf8617 Date: Wed, 12 Dec 2018 14:22:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:10Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","ip_address":"10.55.1.100"}],"id":"713fdd95-db6e-4077-8a76-7438d0f680db","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:fc:1c","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-port","project_id":"b02038a5aa9140319df8909801cc6521","qos_policy_id":null,"admin_state_up":true,"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:10Z","binding:vnic_type":"normal"}} 2018-12-12 14:22:10,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-f81b58ab-8f98-4609-b2f1-49e9bfdf8617 2018-12-12 14:22:10,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:11,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3732 X-Openstack-Request-Id: req-42b4d0e6-8e7f-4abd-9067-05eb85c4ba1c Date: Wed, 12 Dec 2018 14:22:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","ip_address":"10.55.1.3"}],"id":"53c61764-802e-4bc8-be41-e35f17503ebd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:82:ac","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a0b17063-91c3-407c-af44-f8d84b6e0c04"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","ip_address":"10.55.1.100"}],"id":"713fdd95-db6e-4077-8a76-7438d0f680db","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:fc:1c","project_id":"b02038a5aa9140319df8909801cc6521","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-port","admin_state_up":true,"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:10Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","ip_address":"10.55.1.2"}],"id":"caaae614-8987-4dd6-b25e-1e7526365e6a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:6c:fb","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a0b17063-91c3-407c-af44-f8d84b6e0c04"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c","ip_address":"10.55.1.4"}],"id":"cff881b4-3863-476d-a94e-8ea12e17050c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:89:d0","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a0b17063-91c3-407c-af44-f8d84b6e0c04","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a0b17063-91c3-407c-af44-f8d84b6e0c04"}]} 2018-12-12 14:22:11,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports used request id req-42b4d0e6-8e7f-4abd-9067-05eb85c4ba1c 2018-12-12 14:22:11,161 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-port 2018-12-12 14:22:11,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/713fdd95-db6e-4077-8a76-7438d0f680db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:11,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-267437de-8c3c-4f94-a5aa-fe19a3266eeb Date: Wed, 12 Dec 2018 14:22:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:11,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/713fdd95-db6e-4077-8a76-7438d0f680db used request id req-267437de-8c3c-4f94-a5aa-fe19a3266eeb 2018-12-12 14:22:11,573 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet 2018-12-12 14:22:11,573 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-subnet 2018-12-12 14:22:11,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:13,780 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e787a64-76c8-4df0-a4b1-64784eb0bdf2 Date: Wed, 12 Dec 2018 14:22:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:13,780 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ce406cfd-e6c2-4f5d-ac15-520fbf3ffb4c used request id req-5e787a64-76c8-4df0-a4b1-64784eb0bdf2 2018-12-12 14:22:13,780 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2cbd1d7e-e140-4c16-8165-897e5b4d2588-pub-net 2018-12-12 14:22:13,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/a0b17063-91c3-407c-af44-f8d84b6e0c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c05550afcaa9eb0e867f00f487faedf5f37c33" 2018-12-12 14:22:14,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5433dd9-1ea2-45ab-b0dc-551163e1c6f3 Date: Wed, 12 Dec 2018 14:22:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:14,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/a0b17063-91c3-407c-af44-f8d84b6e0c04 used request id req-b5433dd9-1ea2-45ab-b0dc-551163e1c6f3 2018-12-12 14:22:14,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:15,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["lltaaqiWQvSo1JWweCFaCg"], "issued_at": "2018-12-12T14:22:15.000000Z"}} 2018-12-12 14:22:15,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:15,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35220223-9a02-4d06-8fdf-f0c39964cc62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:15,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-35220223-9a02-4d06-8fdf-f0c39964cc62 2018-12-12 14:22:15,426 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net 2018-12-12 14:22:15,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" -d '{"network": {"name": "NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net", "admin_state_up": true}}' 2018-12-12 14:22:15,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7dac560b-c2eb-4025-997e-bd13adbfec16 Date: Wed, 12 Dec 2018 14:22: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":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:15Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:15Z","mtu":1450}} 2018-12-12 14:22:15,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-7dac560b-c2eb-4025-997e-bd13adbfec16 2018-12-12 14:22:15,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:16,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-678e5d49-ec08-4e97-a44a-3ad285cbfb8d Date: Wed, 12 Dec 2018 14:22:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:15Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:16,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b used request id req-678e5d49-ec08-4e97-a44a-3ad285cbfb8d 2018-12-12 14:22:16,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:16,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cfbde894-2bec-4819-a2f2-aac1b05c7bbe Date: Wed, 12 Dec 2018 14:22:16 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:22:16,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b used request id req-cfbde894-2bec-4819-a2f2-aac1b05c7bbe 2018-12-12 14:22:16,225 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet 2018-12-12 14:22:16,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" -d '{"subnets": [{"ip_version": 4, "network_id": "ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet"}]}' 2018-12-12 14:22:16,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a5d1c1ca-3073-4426-a762-1f373ff426cb Date: Wed, 12 Dec 2018 14:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:16Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:16Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet"}]} 2018-12-12 14:22:16,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-a5d1c1ca-3073-4426-a762-1f373ff426cb 2018-12-12 14:22:16,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:17,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-65e052b2-32de-4dfa-8dd1-0878b54f4acd Date: Wed, 12 Dec 2018 14:22:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["2ccecdd9-fae2-4f62-b49d-8b24d48ff73b"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:15Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:17,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b used request id req-65e052b2-32de-4dfa-8dd1-0878b54f4acd 2018-12-12 14:22:17,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:17,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8df955fe-ae3b-490a-8322-f83f46cc262e Date: Wed, 12 Dec 2018 14:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:16Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet"}]} 2018-12-12 14:22:17,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b used request id req-8df955fe-ae3b-490a-8322-f83f46cc262e 2018-12-12 14:22:17,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:17,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-461dfade-0893-4c91-bada-3559de9be9bc Date: Wed, 12 Dec 2018 14:22:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["2ccecdd9-fae2-4f62-b49d-8b24d48ff73b"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:15Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:17,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net used request id req-461dfade-0893-4c91-bada-3559de9be9bc 2018-12-12 14:22:17,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:17,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:17,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:17,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63301b2-41ed-4912-b814-85ed548821e2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:17,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-a63301b2-41ed-4912-b814-85ed548821e2 2018-12-12 14:22:17,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:17,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1abe087b-440a-4555-bdcb-906873a2217c Date: Wed, 12 Dec 2018 14:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:16Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet"}]} 2018-12-12 14:22:17,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b used request id req-1abe087b-440a-4555-bdcb-906873a2217c 2018-12-12 14:22:17,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b&name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:17,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f025edda-a49d-4c04-aa8d-b620c7820a09 Date: Wed, 12 Dec 2018 14:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:16Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet"}]} 2018-12-12 14:22:17,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b&name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet used request id req-f025edda-a49d-4c04-aa8d-b620c7820a09 2018-12-12 14:22:17,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:22:17,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:18,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["BMIOdD4UQM6FEfreJWwLtA"], "issued_at": "2018-12-12T14:22:18.000000Z"}} 2018-12-12 14:22:18,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920e1cf91e20a91663f1eb6e89e4624138dea5a6" 2018-12-12 14:22:18,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2936d2ad-98db-4a6a-880e-6be5f2c05ee6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:18,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2936d2ad-98db-4a6a-880e-6be5f2c05ee6 2018-12-12 14:22:18,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:18,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ccc61ee0-8d50-4a13-ae73-5761b75941d8 Date: Wed, 12 Dec 2018 14:22:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["2ccecdd9-fae2-4f62-b49d-8b24d48ff73b"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:15Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:18,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net used request id req-ccc61ee0-8d50-4a13-ae73-5761b75941d8 2018-12-12 14:22:18,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:18,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bc9d0be1-af8c-488c-901e-72b9f7206a9e Date: Wed, 12 Dec 2018 14:22:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:16Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet"}]} 2018-12-12 14:22:18,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b used request id req-bc9d0be1-af8c-488c-901e-72b9f7206a9e 2018-12-12 14:22:18,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:18,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8c5e3468-3c75-4ee9-9682-3b90cc86df3d Date: Wed, 12 Dec 2018 14:22:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["2ccecdd9-fae2-4f62-b49d-8b24d48ff73b"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:15Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:18,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net used request id req-8c5e3468-3c75-4ee9-9682-3b90cc86df3d 2018-12-12 14:22:18,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:18,762 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:18,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920e1cf91e20a91663f1eb6e89e4624138dea5a6" 2018-12-12 14:22:18,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a197dd-f59a-4711-a03e-0326920a2621 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:18,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-16a197dd-f59a-4711-a03e-0326920a2621 2018-12-12 14:22:18,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:18,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1e818c3a-189b-410e-974d-f17066c74d39 Date: Wed, 12 Dec 2018 14:22:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:16Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet"}]} 2018-12-12 14:22:18,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b used request id req-1e818c3a-189b-410e-974d-f17066c74d39 2018-12-12 14:22:18,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b&name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:19,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-47411093-2554-45ee-a1d5-8372574bf4d1 Date: Wed, 12 Dec 2018 14:22:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:16Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet"}]} 2018-12-12 14:22:19,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b&name=NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet used request id req-47411093-2554-45ee-a1d5-8372574bf4d1 2018-12-12 14:22:19,119 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net 2018-12-12 14:22:19,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" -d '{"port": {"network_id": "ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b", "fixed_ips": [{"subnet_id": "2ccecdd9-fae2-4f62-b49d-8b24d48ff73b", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-port", "admin_state_up": true}}' 2018-12-12 14:22:20,003 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-ac751130-c3e5-450a-afdf-aef9ad6fcd8f Date: Wed, 12 Dec 2018 14:22:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:19Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","ip_address":"10.55.1.100"}],"id":"b5c7ea89-4b34-4351-9130-4ee1189f2f6d","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:09:a9","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-port","project_id":"b02038a5aa9140319df8909801cc6521","qos_policy_id":null,"admin_state_up":true,"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:19Z","binding:vnic_type":"normal"}} 2018-12-12 14:22:20,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-ac751130-c3e5-450a-afdf-aef9ad6fcd8f 2018-12-12 14:22:20,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:20,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3732 X-Openstack-Request-Id: req-e74d9710-bfa1-4eba-8a26-1d37b79c1e08 Date: Wed, 12 Dec 2018 14:22:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","ip_address":"10.55.1.3"}],"id":"13a001ac-a6e8-4360-b328-df469cc3a57c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:68:45","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","ip_address":"10.55.1.4"}],"id":"43259d4f-37e4-4831-847c-a0b5520a0e87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:c7:00","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","ip_address":"10.55.1.100"}],"id":"b5c7ea89-4b34-4351-9130-4ee1189f2f6d","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:09:a9","project_id":"b02038a5aa9140319df8909801cc6521","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-port","admin_state_up":true,"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:19Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2ccecdd9-fae2-4f62-b49d-8b24d48ff73b","ip_address":"10.55.1.2"}],"id":"c0a4f4ba-ef86-4f2d-b467-6c4b6f520771","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:7d:de","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b"}]} 2018-12-12 14:22:20,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports used request id req-e74d9710-bfa1-4eba-8a26-1d37b79c1e08 2018-12-12 14:22:20,219 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-port 2018-12-12 14:22:20,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/b5c7ea89-4b34-4351-9130-4ee1189f2f6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:20,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bceccfce-2c60-4e4d-88b6-a8fdd8b069e2 Date: Wed, 12 Dec 2018 14:22:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:20,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/b5c7ea89-4b34-4351-9130-4ee1189f2f6d used request id req-bceccfce-2c60-4e4d-88b6-a8fdd8b069e2 2018-12-12 14:22:20,710 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet 2018-12-12 14:22:20,710 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-subnet 2018-12-12 14:22:20,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/2ccecdd9-fae2-4f62-b49d-8b24d48ff73b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:22,811 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32304537-32b0-4704-b5d0-2af4fe6201df Date: Wed, 12 Dec 2018 14:22:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:22,811 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2ccecdd9-fae2-4f62-b49d-8b24d48ff73b used request id req-32304537-32b0-4704-b5d0-2af4fe6201df 2018-12-12 14:22:22,812 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-223dc061-e276-4c0f-827a-162711b2ad95-pub-net 2018-12-12 14:22:22,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aaf6eb3612f2fc5d00b03f812877d6e9cbacb70" 2018-12-12 14:22:24,188 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1ba8f3b-128f-4814-bcfc-3988691febb6 Date: Wed, 12 Dec 2018 14:22:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:24,188 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/ec3e7f0d-1d1c-48ea-9841-92543ed3ca2b used request id req-d1ba8f3b-128f-4814-bcfc-3988691febb6 2018-12-12 14:22:24,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:24,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["XmusPlanS9KU9ckjJFcYMA"], "issued_at": "2018-12-12T14:22:24.000000Z"}} 2018-12-12 14:22:24,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:24,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de95bec-b866-4627-a132-2ef4a1a94a33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:24,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5de95bec-b866-4627-a132-2ef4a1a94a33 2018-12-12 14:22:24,665 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net 2018-12-12 14:22:24,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" -d '{"network": {"name": "NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net", "admin_state_up": true}}' 2018-12-12 14:22:25,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-bacb0f93-1e7b-44ee-bc18-d105495c8227 Date: Wed, 12 Dec 2018 14:22:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:24Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:24Z","mtu":1450}} 2018-12-12 14:22:25,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-bacb0f93-1e7b-44ee-bc18-d105495c8227 2018-12-12 14:22:25,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:25,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-45f70f87-cb2e-41ef-a5a2-c54fe68ba2d3 Date: Wed, 12 Dec 2018 14:22:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:24Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:24Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:25,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c used request id req-45f70f87-cb2e-41ef-a5a2-c54fe68ba2d3 2018-12-12 14:22:25,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:25,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa433e0a-f23a-47ad-99f4-b9ef221dcbed Date: Wed, 12 Dec 2018 14:22:25 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:22:25,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c used request id req-aa433e0a-f23a-47ad-99f4-b9ef221dcbed 2018-12-12 14:22:25,506 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet 2018-12-12 14:22:25,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" -d '{"subnets": [{"ip_version": 4, "network_id": "0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet"}]}' 2018-12-12 14:22:25,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0c4389ca-a7c3-41ab-8be8-f52542a9c269 Date: Wed, 12 Dec 2018 14:22:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:25Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:25Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"aed41804-67c5-40e6-a762-ccb355db0a5b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet"}]} 2018-12-12 14:22:25,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-0c4389ca-a7c3-41ab-8be8-f52542a9c269 2018-12-12 14:22:25,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:26,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2504ac61-4585-4041-adea-2e34d87cde47 Date: Wed, 12 Dec 2018 14:22:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["aed41804-67c5-40e6-a762-ccb355db0a5b"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:24Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:26,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c used request id req-2504ac61-4585-4041-adea-2e34d87cde47 2018-12-12 14:22:26,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:26,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3e641de7-5dbf-412d-9e52-9270b8687b4e Date: Wed, 12 Dec 2018 14:22:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:25Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"aed41804-67c5-40e6-a762-ccb355db0a5b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet"}]} 2018-12-12 14:22:26,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c used request id req-3e641de7-5dbf-412d-9e52-9270b8687b4e 2018-12-12 14:22:26,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:26,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-77ddac7a-3cbb-4f9e-a4e6-226779454260 Date: Wed, 12 Dec 2018 14:22:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["aed41804-67c5-40e6-a762-ccb355db0a5b"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:24Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:26,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net used request id req-77ddac7a-3cbb-4f9e-a4e6-226779454260 2018-12-12 14:22:26,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:26,643 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:26,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:26,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea33a20-255d-4577-8421-0db3bdddb8a7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:26,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-3ea33a20-255d-4577-8421-0db3bdddb8a7 2018-12-12 14:22:26,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:27,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-76731150-1672-44a5-a07d-e6321e3b7ffa Date: Wed, 12 Dec 2018 14:22:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:25Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"aed41804-67c5-40e6-a762-ccb355db0a5b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet"}]} 2018-12-12 14:22:27,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c used request id req-76731150-1672-44a5-a07d-e6321e3b7ffa 2018-12-12 14:22:27,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c&name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:27,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6568f31f-75a3-4a17-bc79-d456e585701e Date: Wed, 12 Dec 2018 14:22:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:25Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"aed41804-67c5-40e6-a762-ccb355db0a5b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet"}]} 2018-12-12 14:22:27,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c&name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet used request id req-6568f31f-75a3-4a17-bc79-d456e585701e 2018-12-12 14:22:27,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:22:27,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:28,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["aT2u1ZQBRN2phWnO4I5ITA"], "issued_at": "2018-12-12T14:22:28.000000Z"}} 2018-12-12 14:22:28,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ece80daa633be92ee691966a556314f52b8109" 2018-12-12 14:22:28,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72785c4c-a173-4572-b791-b7cf7009dbc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:28,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-72785c4c-a173-4572-b791-b7cf7009dbc1 2018-12-12 14:22:28,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:28,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0bec29fa-ce11-42c5-9e44-16adf4130d91 Date: Wed, 12 Dec 2018 14:22:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["aed41804-67c5-40e6-a762-ccb355db0a5b"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:24Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:28,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net used request id req-0bec29fa-ce11-42c5-9e44-16adf4130d91 2018-12-12 14:22:28,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:28,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f47ef485-6f52-485c-9e7e-a3ca1fa20d3b Date: Wed, 12 Dec 2018 14:22:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:25Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"aed41804-67c5-40e6-a762-ccb355db0a5b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet"}]} 2018-12-12 14:22:28,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c used request id req-f47ef485-6f52-485c-9e7e-a3ca1fa20d3b 2018-12-12 14:22:28,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:28,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-885a0079-afc6-4b94-890e-c22ab39fad6e Date: Wed, 12 Dec 2018 14:22:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["aed41804-67c5-40e6-a762-ccb355db0a5b"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:24Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:28,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net used request id req-885a0079-afc6-4b94-890e-c22ab39fad6e 2018-12-12 14:22:28,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:28,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:28,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ece80daa633be92ee691966a556314f52b8109" 2018-12-12 14:22:29,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c749965f-f157-444f-a557-23a41c8212f4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:29,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-c749965f-f157-444f-a557-23a41c8212f4 2018-12-12 14:22:29,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:29,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-00ee2d23-c874-4683-afeb-2f53defc5bda Date: Wed, 12 Dec 2018 14:22:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:25Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"aed41804-67c5-40e6-a762-ccb355db0a5b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet"}]} 2018-12-12 14:22:29,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c used request id req-00ee2d23-c874-4683-afeb-2f53defc5bda 2018-12-12 14:22:29,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c&name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:29,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5b26ca6e-90c1-4f32-bf5e-acfb82d6e9d4 Date: Wed, 12 Dec 2018 14:22:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:25Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"aed41804-67c5-40e6-a762-ccb355db0a5b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet"}]} 2018-12-12 14:22:29,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c&name=NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet used request id req-5b26ca6e-90c1-4f32-bf5e-acfb82d6e9d4 2018-12-12 14:22:29,502 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net 2018-12-12 14:22:29,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" -d '{"port": {"network_id": "0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c", "fixed_ips": [{"subnet_id": "aed41804-67c5-40e6-a762-ccb355db0a5b", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-port", "admin_state_up": true}}' 2018-12-12 14:22:29,679 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-eaf330eb-995e-4b48-be00-e3f918cc588b Date: Wed, 12 Dec 2018 14:22:29 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 14:22:29,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-eaf330eb-995e-4b48-be00-e3f918cc588b 2018-12-12 14:22:29,679 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 14:22:29,680 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet 2018-12-12 14:22:29,680 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-subnet 2018-12-12 14:22:29,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/aed41804-67c5-40e6-a762-ccb355db0a5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:31,917 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c24d6a7-a2bc-48e7-af66-e2e7017a1577 Date: Wed, 12 Dec 2018 14:22:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:31,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/aed41804-67c5-40e6-a762-ccb355db0a5b used request id req-4c24d6a7-a2bc-48e7-af66-e2e7017a1577 2018-12-12 14:22:31,917 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-aea74170-20dd-44eb-965d-dd12da101ef3-pub-net 2018-12-12 14:22:31,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40411f1aaf3f381ad66d3f15bd5701f812864b63" 2018-12-12 14:22:33,218 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f94afd7c-08c5-4a0f-9dc9-b16a7cc41a45 Date: Wed, 12 Dec 2018 14:22:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:33,218 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0c2cf7bd-cb74-4aca-8e26-9bc1be9d553c used request id req-f94afd7c-08c5-4a0f-9dc9-b16a7cc41a45 2018-12-12 14:22:33,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:33,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["FvgpG9RxRMOaakOLzttbGw"], "issued_at": "2018-12-12T14:22:33.000000Z"}} 2018-12-12 14:22:33,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:33,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ce6a17-6521-459d-be88-fc72ca154e47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:33,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f3ce6a17-6521-459d-be88-fc72ca154e47 2018-12-12 14:22:33,686 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net 2018-12-12 14:22:33,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" -d '{"network": {"name": "NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net", "admin_state_up": true}}' 2018-12-12 14:22:34,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ac762636-c9e4-44b9-8cdf-b685a6b7f852 Date: Wed, 12 Dec 2018 14:22: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":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:33Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:33Z","mtu":1450}} 2018-12-12 14:22:34,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-ac762636-c9e4-44b9-8cdf-b685a6b7f852 2018-12-12 14:22:34,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=688143de-5efa-4f5f-a92b-a2fd1f2a61da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:34,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-660a5202-6e9e-4a31-9f56-715a1519e080 Date: Wed, 12 Dec 2018 14:22:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:33Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:33Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:34,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=688143de-5efa-4f5f-a92b-a2fd1f2a61da used request id req-660a5202-6e9e-4a31-9f56-715a1519e080 2018-12-12 14:22:34,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:34,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-67b00a80-7dc3-4edd-b44a-fac0f020786f Date: Wed, 12 Dec 2018 14:22:34 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:22:34,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da used request id req-67b00a80-7dc3-4edd-b44a-fac0f020786f 2018-12-12 14:22:34,529 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet 2018-12-12 14:22:34,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" -d '{"subnets": [{"ip_version": 4, "network_id": "688143de-5efa-4f5f-a92b-a2fd1f2a61da", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet"}]}' 2018-12-12 14:22:34,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d73084da-df86-4540-ba65-8600b6e6d788 Date: Wed, 12 Dec 2018 14:22:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:34Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:34Z","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":"b02038a5aa9140319df8909801cc6521","id":"d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet"}]} 2018-12-12 14:22:34,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d73084da-df86-4540-ba65-8600b6e6d788 2018-12-12 14:22:34,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=688143de-5efa-4f5f-a92b-a2fd1f2a61da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:35,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7bca9be1-fd71-48c5-befa-be935da6d7a7 Date: Wed, 12 Dec 2018 14:22:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:33Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:35,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=688143de-5efa-4f5f-a92b-a2fd1f2a61da used request id req-7bca9be1-fd71-48c5-befa-be935da6d7a7 2018-12-12 14:22:35,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:35,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e7f524a9-7ca0-423b-a7b5-0666a85ba65c Date: Wed, 12 Dec 2018 14:22:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:34Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet"}]} 2018-12-12 14:22:35,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da used request id req-e7f524a9-7ca0-423b-a7b5-0666a85ba65c 2018-12-12 14:22:35,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:35,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-463687ba-3932-40cc-9052-a2942990ae9a Date: Wed, 12 Dec 2018 14:22:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:33Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:35,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net used request id req-463687ba-3932-40cc-9052-a2942990ae9a 2018-12-12 14:22:35,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:35,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:35,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:35,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff796b9-7e37-4887-83c1-b6e0ff2430dd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:35,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-aff796b9-7e37-4887-83c1-b6e0ff2430dd 2018-12-12 14:22:35,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:35,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e69f3fea-ae3c-43fb-a2be-48a0f24d013b Date: Wed, 12 Dec 2018 14:22:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:34Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet"}]} 2018-12-12 14:22:35,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da used request id req-e69f3fea-ae3c-43fb-a2be-48a0f24d013b 2018-12-12 14:22:35,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da&name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:35,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-285255ca-0dd8-4af0-b829-87c05dff5007 Date: Wed, 12 Dec 2018 14:22:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:34Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet"}]} 2018-12-12 14:22:35,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da&name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet used request id req-285255ca-0dd8-4af0-b829-87c05dff5007 2018-12-12 14:22:35,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:22:35,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:36,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["sWy2P-1kQ4-FGCI-_TJJbw"], "issued_at": "2018-12-12T14:22:36.000000Z"}} 2018-12-12 14:22:36,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e21020a144ae1f6544c8bf32434328162f0642c" 2018-12-12 14:22:36,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02af8fd-8a1a-4761-abac-19064ab15e00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:36,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e02af8fd-8a1a-4761-abac-19064ab15e00 2018-12-12 14:22:36,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:36,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-001373f0-cc0f-449e-b15c-85535d92b4c2 Date: Wed, 12 Dec 2018 14:22:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:33Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:36,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net used request id req-001373f0-cc0f-449e-b15c-85535d92b4c2 2018-12-12 14:22:36,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:36,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-45985b98-a31d-486f-8d96-6037920019da Date: Wed, 12 Dec 2018 14:22:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:34Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet"}]} 2018-12-12 14:22:36,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da used request id req-45985b98-a31d-486f-8d96-6037920019da 2018-12-12 14:22:36,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:36,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2115cd74-a0ad-459c-a735-ba896559fc6f Date: Wed, 12 Dec 2018 14:22:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:33Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:36,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net used request id req-2115cd74-a0ad-459c-a735-ba896559fc6f 2018-12-12 14:22:36,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:36,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:36,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e21020a144ae1f6544c8bf32434328162f0642c" 2018-12-12 14:22:37,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd5e6fb7-afc0-4431-a2ca-8ac46bbdc0df Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:37,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-bd5e6fb7-afc0-4431-a2ca-8ac46bbdc0df 2018-12-12 14:22:37,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:37,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-39a2b5e2-0553-4e39-a4c9-54d4dcd5b83a Date: Wed, 12 Dec 2018 14:22:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:34Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet"}]} 2018-12-12 14:22:37,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da used request id req-39a2b5e2-0553-4e39-a4c9-54d4dcd5b83a 2018-12-12 14:22:37,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da&name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:37,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-105d13dc-66a6-41cf-80cc-bc128b814fe9 Date: Wed, 12 Dec 2018 14:22:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688143de-5efa-4f5f-a92b-a2fd1f2a61da","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:34Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet"}]} 2018-12-12 14:22:37,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=688143de-5efa-4f5f-a92b-a2fd1f2a61da&name=NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet used request id req-105d13dc-66a6-41cf-80cc-bc128b814fe9 2018-12-12 14:22:37,365 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net 2018-12-12 14:22:37,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" -d '{"port": {"network_id": "688143de-5efa-4f5f-a92b-a2fd1f2a61da", "fixed_ips": [{"subnet_id": "d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-port", "admin_state_up": true}}' 2018-12-12 14:22:37,583 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-1fe65d7e-5bb6-414b-ad89-c65cd2f51e4f Date: Wed, 12 Dec 2018 14:22:37 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-12-12 14:22:37,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-1fe65d7e-5bb6-414b-ad89-c65cd2f51e4f 2018-12-12 14:22:37,584 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-12-12 14:22:37,584 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet 2018-12-12 14:22:37,584 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-subnet 2018-12-12 14:22:37,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:39,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1196727-539e-46d3-a7af-6b4421c5e9f7 Date: Wed, 12 Dec 2018 14:22:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:39,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d5f28bca-dbf6-4c61-a0b6-80136fdb2d7f used request id req-d1196727-539e-46d3-a7af-6b4421c5e9f7 2018-12-12 14:22:39,932 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3f931834-6867-46b8-b7aa-c52a1b542598-pub-net 2018-12-12 14:22:39,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/688143de-5efa-4f5f-a92b-a2fd1f2a61da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7296c3d2120ab0ff93956ccbf7e40b5646507b80" 2018-12-12 14:22:41,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34d999c6-6dc3-4758-a434-e4d2f939f347 Date: Wed, 12 Dec 2018 14:22:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:41,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/688143de-5efa-4f5f-a92b-a2fd1f2a61da used request id req-34d999c6-6dc3-4758-a434-e4d2f939f347 2018-12-12 14:22:41,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:41,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["4cnabo0kRTaY1jeBNpXBuw"], "issued_at": "2018-12-12T14:22:41.000000Z"}} 2018-12-12 14:22:41,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:41,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34e91ce5-911e-4eb4-b048-023ef6ea1d57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:41,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-34e91ce5-911e-4eb4-b048-023ef6ea1d57 2018-12-12 14:22:41,756 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net 2018-12-12 14:22:41,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" -d '{"network": {"name": "NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net", "admin_state_up": true}}' 2018-12-12 14:22:42,164 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-83885281-df98-495b-888d-d288c67d3dd9 Date: Wed, 12 Dec 2018 14:22:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:42Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","mtu":1450}} 2018-12-12 14:22:42,164 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-83885281-df98-495b-888d-d288c67d3dd9 2018-12-12 14:22:42,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:42,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-c0cdcec7-c751-4f3a-b62c-79ca0440c66d Date: Wed, 12 Dec 2018 14:22:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:42,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa used request id req-c0cdcec7-c751-4f3a-b62c-79ca0440c66d 2018-12-12 14:22:42,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:42,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-301031ca-67df-4d22-9d8e-2a3b304b6e90 Date: Wed, 12 Dec 2018 14:22:42 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:22:42,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa used request id req-301031ca-67df-4d22-9d8e-2a3b304b6e90 2018-12-12 14:22:42,612 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet 2018-12-12 14:22:42,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" -d '{"subnets": [{"ip_version": 4, "network_id": "586b0e99-f53b-4f1c-b0fe-7f85630e43aa", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet"}]}' 2018-12-12 14:22:43,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e65fea63-f0e1-41b1-9deb-b85aceff3bb6 Date: Wed, 12 Dec 2018 14:22:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"13668e00-6d82-48c1-9b45-ab9c46053422","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet"}]} 2018-12-12 14:22:43,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-e65fea63-f0e1-41b1-9deb-b85aceff3bb6 2018-12-12 14:22:43,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:43,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b79c5575-3f1a-4b45-865b-0db2b11f8079 Date: Wed, 12 Dec 2018 14:22:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["13668e00-6d82-48c1-9b45-ab9c46053422"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:43,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa used request id req-b79c5575-3f1a-4b45-865b-0db2b11f8079 2018-12-12 14:22:43,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:43,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fa17a3c4-0127-4b6a-b9a1-74f71a02d1a2 Date: Wed, 12 Dec 2018 14:22:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"13668e00-6d82-48c1-9b45-ab9c46053422","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet"}]} 2018-12-12 14:22:43,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa used request id req-fa17a3c4-0127-4b6a-b9a1-74f71a02d1a2 2018-12-12 14:22:43,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:43,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d8f0151b-e4c5-49a4-a908-318904ba05cd Date: Wed, 12 Dec 2018 14:22:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["13668e00-6d82-48c1-9b45-ab9c46053422"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:43,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net used request id req-d8f0151b-e4c5-49a4-a908-318904ba05cd 2018-12-12 14:22:43,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:43,921 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:43,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:43,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4575a657-f579-4408-9b74-30b930db886b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:43,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-4575a657-f579-4408-9b74-30b930db886b 2018-12-12 14:22:43,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:44,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-65d708d9-857b-4f1d-b9ec-9e929b1e2454 Date: Wed, 12 Dec 2018 14:22:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"13668e00-6d82-48c1-9b45-ab9c46053422","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet"}]} 2018-12-12 14:22:44,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa used request id req-65d708d9-857b-4f1d-b9ec-9e929b1e2454 2018-12-12 14:22:44,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa&name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:44,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8f602fca-28f1-49c4-880d-1a5627028bd2 Date: Wed, 12 Dec 2018 14:22:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"13668e00-6d82-48c1-9b45-ab9c46053422","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet"}]} 2018-12-12 14:22:44,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa&name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet used request id req-8f602fca-28f1-49c4-880d-1a5627028bd2 2018-12-12 14:22:44,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:22:44,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:44,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["9l9yKYbGQ2iyoBE8qTsmjA"], "issued_at": "2018-12-12T14:22:44.000000Z"}} 2018-12-12 14:22:44,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a490484fde1da7e513d362c82422b2c2977eb2df" 2018-12-12 14:22:44,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5409bf2-b4ae-4eac-806f-318934068450 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:44,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b5409bf2-b4ae-4eac-806f-318934068450 2018-12-12 14:22:44,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:45,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bb69a330-6e43-4eec-8379-f237f927f401 Date: Wed, 12 Dec 2018 14:22:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["13668e00-6d82-48c1-9b45-ab9c46053422"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:45,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net used request id req-bb69a330-6e43-4eec-8379-f237f927f401 2018-12-12 14:22:45,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:45,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9dab3e9a-46be-4acb-a52a-dd359865bcaa Date: Wed, 12 Dec 2018 14:22:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"13668e00-6d82-48c1-9b45-ab9c46053422","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet"}]} 2018-12-12 14:22:45,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa used request id req-9dab3e9a-46be-4acb-a52a-dd359865bcaa 2018-12-12 14:22:45,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:45,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-dbea5bb4-584b-47dd-9da7-46b36c3f4c7e Date: Wed, 12 Dec 2018 14:22:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["13668e00-6d82-48c1-9b45-ab9c46053422"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:45,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net used request id req-dbea5bb4-584b-47dd-9da7-46b36c3f4c7e 2018-12-12 14:22:45,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:45,665 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:45,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a490484fde1da7e513d362c82422b2c2977eb2df" 2018-12-12 14:22:45,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8042d31-f020-435a-93a6-bc816325084e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:45,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-c8042d31-f020-435a-93a6-bc816325084e 2018-12-12 14:22:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:46,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-92a8360f-421d-41fc-adeb-37000791e13a Date: Wed, 12 Dec 2018 14:22:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"13668e00-6d82-48c1-9b45-ab9c46053422","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet"}]} 2018-12-12 14:22:46,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa used request id req-92a8360f-421d-41fc-adeb-37000791e13a 2018-12-12 14:22:46,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa&name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:46,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ad075549-819c-4824-9578-abc4bef49b79 Date: Wed, 12 Dec 2018 14:22:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"586b0e99-f53b-4f1c-b0fe-7f85630e43aa","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22: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":"b02038a5aa9140319df8909801cc6521","id":"13668e00-6d82-48c1-9b45-ab9c46053422","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet"}]} 2018-12-12 14:22:46,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=586b0e99-f53b-4f1c-b0fe-7f85630e43aa&name=NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet used request id req-ad075549-819c-4824-9578-abc4bef49b79 2018-12-12 14:22:46,172 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net 2018-12-12 14:22:46,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" -d '{"port": {"network_id": "586b0e99-f53b-4f1c-b0fe-7f85630e43aa", "fixed_ips": [{"subnet_id": "13668e00-6d82-48c1-9b45-ab9c46053422", "ip_address": null}], "name": "NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-port", "admin_state_up": true}}' 2018-12-12 14:22:46,324 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-085de6d8-e2aa-44cc-a916-2bfb267a9b77 Date: Wed, 12 Dec 2018 14:22:46 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 14:22:46,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-085de6d8-e2aa-44cc-a916-2bfb267a9b77 2018-12-12 14:22:46,324 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 14:22:46,325 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet 2018-12-12 14:22:46,325 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-subnet 2018-12-12 14:22:46,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/13668e00-6d82-48c1-9b45-ab9c46053422 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:48,200 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-529360b5-a756-4d1c-829b-558696ab667a Date: Wed, 12 Dec 2018 14:22:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:48,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/13668e00-6d82-48c1-9b45-ab9c46053422 used request id req-529360b5-a756-4d1c-829b-558696ab667a 2018-12-12 14:22:48,201 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a3a8cbee-1389-4de5-b004-e693ff33ce0b-pub-net 2018-12-12 14:22:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/586b0e99-f53b-4f1c-b0fe-7f85630e43aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed82ad30134549b5ed7133f2c79eae04896d6b5" 2018-12-12 14:22:49,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42c13a92-4f9f-4830-ab59-59470a81224f Date: Wed, 12 Dec 2018 14:22:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:49,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/586b0e99-f53b-4f1c-b0fe-7f85630e43aa used request id req-42c13a92-4f9f-4830-ab59-59470a81224f 2018-12-12 14:22:49,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:50,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["HT38Ok5dRZOv3Vt77fmGJQ"], "issued_at": "2018-12-12T14:22:50.000000Z"}} 2018-12-12 14:22:50,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:50,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbaf95ca-dfc3-4b40-bd31-4c7bc9bb5b3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:50,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fbaf95ca-dfc3-4b40-bd31-4c7bc9bb5b3b 2018-12-12 14:22:50,247 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net 2018-12-12 14:22:50,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" -d '{"network": {"name": "NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net", "admin_state_up": true}}' 2018-12-12 14:22:50,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e3de56e8-7535-40dc-9a65-7c1078043cb0 Date: Wed, 12 Dec 2018 14:22: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":"ec6a74a5-8a02-43da-bca1-54bad70db337","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:50Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:50Z","mtu":1450}} 2018-12-12 14:22:50,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-e3de56e8-7535-40dc-9a65-7c1078043cb0 2018-12-12 14:22:50,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ec6a74a5-8a02-43da-bca1-54bad70db337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:50,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d06d3018-2732-4518-9ba5-ab8613730811 Date: Wed, 12 Dec 2018 14:22:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec6a74a5-8a02-43da-bca1-54bad70db337","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:22:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:50Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:50,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ec6a74a5-8a02-43da-bca1-54bad70db337 used request id req-d06d3018-2732-4518-9ba5-ab8613730811 2018-12-12 14:22:50,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:51,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-be19fadc-0932-4960-b9dc-6b9008f1fa0a Date: Wed, 12 Dec 2018 14:22:51 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:22:51,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 used request id req-be19fadc-0932-4960-b9dc-6b9008f1fa0a 2018-12-12 14:22:51,071 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet 2018-12-12 14:22:51,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" -d '{"subnets": [{"ip_version": 4, "network_id": "ec6a74a5-8a02-43da-bca1-54bad70db337", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet"}]}' 2018-12-12 14:22:51,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-67886745-ab48-4748-a33f-03ea930734c6 Date: Wed, 12 Dec 2018 14:22:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:51Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:51Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet"}]} 2018-12-12 14:22:51,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-67886745-ab48-4748-a33f-03ea930734c6 2018-12-12 14:22:51,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ec6a74a5-8a02-43da-bca1-54bad70db337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:52,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-47b1817d-f266-4d99-ae78-60a8515ec8f0 Date: Wed, 12 Dec 2018 14:22:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ec6a74a5-8a02-43da-bca1-54bad70db337","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3f50e005-1dba-47ca-b8f6-a958d534bad6"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:51Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:50Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:52,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ec6a74a5-8a02-43da-bca1-54bad70db337 used request id req-47b1817d-f266-4d99-ae78-60a8515ec8f0 2018-12-12 14:22:52,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:52,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c53f6bb4-1788-48fa-8147-067965b9b9af Date: Wed, 12 Dec 2018 14:22:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:51Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet"}]} 2018-12-12 14:22:52,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 used request id req-c53f6bb4-1788-48fa-8147-067965b9b9af 2018-12-12 14:22:52,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:52,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b5d1400e-c697-4bf1-86b9-91ce0aa0aec8 Date: Wed, 12 Dec 2018 14:22:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ec6a74a5-8a02-43da-bca1-54bad70db337","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3f50e005-1dba-47ca-b8f6-a958d534bad6"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:51Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:50Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:52,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net used request id req-b5d1400e-c697-4bf1-86b9-91ce0aa0aec8 2018-12-12 14:22:52,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:52,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:52,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:52,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8182743c-bfe8-4c26-9b7e-ed80fab410a2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:52,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-8182743c-bfe8-4c26-9b7e-ed80fab410a2 2018-12-12 14:22:52,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:52,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-251e3278-63a8-46d2-b420-96168f9bf143 Date: Wed, 12 Dec 2018 14:22:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:51Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet"}]} 2018-12-12 14:22:52,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 used request id req-251e3278-63a8-46d2-b420-96168f9bf143 2018-12-12 14:22:52,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337&name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:52,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-545e5653-b204-4767-9097-ec4feb938661 Date: Wed, 12 Dec 2018 14:22:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:51Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet"}]} 2018-12-12 14:22:52,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337&name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet used request id req-545e5653-b204-4767-9097-ec4feb938661 2018-12-12 14:22:52,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:22:52,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:53,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["1K2rVLzVQzu0BmV1iSnaVQ"], "issued_at": "2018-12-12T14:22:53.000000Z"}} 2018-12-12 14:22:53,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fd0249646159f7172959cc6339de0a40d5b6af" 2018-12-12 14:22:53,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87815442-5a75-4e96-828e-6cd49ec9a417 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:53,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-87815442-5a75-4e96-828e-6cd49ec9a417 2018-12-12 14:22:53,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:53,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f8013f56-42e9-4d66-8173-e70ce0b61c99 Date: Wed, 12 Dec 2018 14:22:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ec6a74a5-8a02-43da-bca1-54bad70db337","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3f50e005-1dba-47ca-b8f6-a958d534bad6"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:51Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:50Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:53,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net used request id req-f8013f56-42e9-4d66-8173-e70ce0b61c99 2018-12-12 14:22:53,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:53,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-18fb4a3b-a4fe-49c9-8537-62e37f09596d Date: Wed, 12 Dec 2018 14:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:51Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet"}]} 2018-12-12 14:22:53,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 used request id req-18fb4a3b-a4fe-49c9-8537-62e37f09596d 2018-12-12 14:22:53,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:53,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1c4d5ce4-6dbf-483a-aee7-7b6862ab4524 Date: Wed, 12 Dec 2018 14:22:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ec6a74a5-8a02-43da-bca1-54bad70db337","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3f50e005-1dba-47ca-b8f6-a958d534bad6"],"description":"","tags":[],"updated_at":"2018-12-12T14:22:51Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:50Z","provider:network_type":"vxlan"}]} 2018-12-12 14:22:53,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net used request id req-1c4d5ce4-6dbf-483a-aee7-7b6862ab4524 2018-12-12 14:22:53,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:22:53,921 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:22: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:22:53,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fd0249646159f7172959cc6339de0a40d5b6af" 2018-12-12 14:22:54,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0909eb-fb09-43d3-b40e-c1f1605cf774 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:22:54,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-df0909eb-fb09-43d3-b40e-c1f1605cf774 2018-12-12 14:22:54,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:54,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6314bca0-cc2b-4dc4-90c7-b4bd8ddcf8e4 Date: Wed, 12 Dec 2018 14:22:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:51Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet"}]} 2018-12-12 14:22:54,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337 used request id req-6314bca0-cc2b-4dc4-90c7-b4bd8ddcf8e4 2018-12-12 14:22:54,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337&name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:54,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3bff47d2-2dde-4077-ab47-08e8a0656f0d Date: Wed, 12 Dec 2018 14:22:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:51Z","dns_nameservers":[],"updated_at":"2018-12-12T14:22:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet"}]} 2018-12-12 14:22:54,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ec6a74a5-8a02-43da-bca1-54bad70db337&name=NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet used request id req-3bff47d2-2dde-4077-ab47-08e8a0656f0d 2018-12-12 14:22:54,448 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net 2018-12-12 14:22:54,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" -d '{"port": {"network_id": "ec6a74a5-8a02-43da-bca1-54bad70db337", "fixed_ips": [{"subnet_id": "3f50e005-1dba-47ca-b8f6-a958d534bad6", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-12-12 14:22:55,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-387b80d2-cfef-4734-9e2e-3e6fa7c9fbf0 Date: Wed, 12 Dec 2018 14:22:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:54Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","ip_address":"10.55.1.100"}],"id":"df31d035-9edc-4f01-8479-15daafd4c534","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3f:45:1b","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"b02038a5aa9140319df8909801cc6521","qos_policy_id":null,"admin_state_up":true,"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:54Z","binding:vnic_type":"normal"}} 2018-12-12 14:22:55,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-387b80d2-cfef-4734-9e2e-3e6fa7c9fbf0 2018-12-12 14:22:55,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports/df31d035-9edc-4f01-8479-15daafd4c534 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:55,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-888e80a8-aa74-4410-9ddc-b9eac6ea249e Date: Wed, 12 Dec 2018 14:22:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:22:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3f50e005-1dba-47ca-b8f6-a958d534bad6","ip_address":"10.55.1.100"}],"id":"df31d035-9edc-4f01-8479-15daafd4c534","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3f:45:1b","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"b02038a5aa9140319df8909801cc6521","qos_policy_id":null,"admin_state_up":true,"network_id":"ec6a74a5-8a02-43da-bca1-54bad70db337","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:22:54Z","binding:vnic_type":"normal"}} 2018-12-12 14:22:55,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports/df31d035-9edc-4f01-8479-15daafd4c534 used request id req-888e80a8-aa74-4410-9ddc-b9eac6ea249e 2018-12-12 14:22:55,287 - neutron_utils - INFO - Deleting port with name 2018-12-12 14:22:55,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/df31d035-9edc-4f01-8479-15daafd4c534 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:55,838 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab11a87d-b773-4c7f-b3a9-c8eca8f989c9 Date: Wed, 12 Dec 2018 14:22:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:55,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/df31d035-9edc-4f01-8479-15daafd4c534 used request id req-ab11a87d-b773-4c7f-b3a9-c8eca8f989c9 2018-12-12 14:22:55,838 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet 2018-12-12 14:22:55,838 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-subnet 2018-12-12 14:22:55,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/3f50e005-1dba-47ca-b8f6-a958d534bad6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:57,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22af01e8-e4d3-485b-a0dd-cc2d7c20d83c Date: Wed, 12 Dec 2018 14:22:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:57,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/3f50e005-1dba-47ca-b8f6-a958d534bad6 used request id req-22af01e8-e4d3-485b-a0dd-cc2d7c20d83c 2018-12-12 14:22:57,901 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9f9d47ab-3026-4169-b00c-fd72e0055c04-pub-net 2018-12-12 14:22:57,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/ec6a74a5-8a02-43da-bca1-54bad70db337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dca760091286f3947dbdd1898fa10735012ebd" 2018-12-12 14:22:59,284 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5389b1f-018c-4a19-a215-cd8ebaa26a14 Date: Wed, 12 Dec 2018 14:22:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:22:59,284 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/ec6a74a5-8a02-43da-bca1-54bad70db337 used request id req-b5389b1f-018c-4a19-a215-cd8ebaa26a14 2018-12-12 14:22:59,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:22:59,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["GowDh6wYTzG1T1kTmXfrjQ"], "issued_at": "2018-12-12T14:22:59.000000Z"}} 2018-12-12 14:22:59,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a7ef733cbee4f7567a3ad35f3b40ca568d9e20f" 2018-12-12 14:22:59,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3101fb-b654-4eaf-8414-d593ec408722 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:22:59,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6c3101fb-b654-4eaf-8414-d593ec408722 2018-12-12 14:22:59,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:22:59,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:00,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["5y10Iim1TaqNtcveXZdIaA"], "issued_at": "2018-12-12T14:23:00.000000Z"}} 2018-12-12 14:23:00,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7698720150e8d1307e3b9fc26e28049eb58d2fd7" 2018-12-12 14:23:00,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-167f5f87-f7d1-43a1-8c35-45ef52fb9120 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:00,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-167f5f87-f7d1-43a1-8c35-45ef52fb9120 2018-12-12 14:23:00,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-cd88d001-deb6-44c0-bb16-ff7878f2668c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a7ef733cbee4f7567a3ad35f3b40ca568d9e20f" 2018-12-12 14:23:00,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-31a48824-329c-4a7c-aa2f-8124e76a384a Date: Wed, 12 Dec 2018 14:23:00 GMT RESP BODY: {"networks":[]} 2018-12-12 14:23:00,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-cd88d001-deb6-44c0-bb16-ff7878f2668c-pub-net used request id req-31a48824-329c-4a7c-aa2f-8124e76a384a 2018-12-12 14:23:00,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:00,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["lHdIvxn4RimfVU3dlxBa8w"], "issued_at": "2018-12-12T14:23:00.000000Z"}} 2018-12-12 14:23:00,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:00,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98436a6f-d5f1-4381-ac97-da534d0ac219 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:00,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-98436a6f-d5f1-4381-ac97-da534d0ac219 2018-12-12 14:23:00,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:23:00,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:01,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["sM_Ee7FVSF-tbM02O-Cm4Q"], "issued_at": "2018-12-12T14:23:01.000000Z"}} 2018-12-12 14:23:01,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d5fc2a9ba15fa5c402aba3db7adc490d0cea8c1" 2018-12-12 14:23:01,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eefb05b4-78a3-432b-a9fb-85af844fd164 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:01,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eefb05b4-78a3-432b-a9fb-85af844fd164 2018-12-12 14:23:01,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:01,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-af764c70-ef41-4c37-b6b0-e92370864cae Date: Wed, 12 Dec 2018 14:23:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:23:01,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-af764c70-ef41-4c37-b6b0-e92370864cae 2018-12-12 14:23:01,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:01,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-86136232-db11-4d26-8b80-2910c5ea59ff Date: Wed, 12 Dec 2018 14:23:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:23:01,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-86136232-db11-4d26-8b80-2910c5ea59ff 2018-12-12 14:23:01,820 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router 2018-12-12 14:23:01,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router", "admin_state_up": true}}' 2018-12-12 14:23:06,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-5dc8a380-abff-4b66-afdb-0d7210a8a4c8 Date: Wed, 12 Dec 2018 14:23:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:02Z", "admin_state_up": true, "updated_at": "2018-12-12T14:23:03Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "0c3b7b7f-a754-440f-84c8-e4e168cc16fb", "name": "NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router"}} 2018-12-12 14:23:06,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-5dc8a380-abff-4b66-afdb-0d7210a8a4c8 2018-12-12 14:23:06,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=0c3b7b7f-a754-440f-84c8-e4e168cc16fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:06,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-937c5f30-78b9-44b4-ac9c-7f9f81ba969b Date: Wed, 12 Dec 2018 14:23:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:03Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.209"}],"id":"2e5d9949-ec00-40d0-ac11-0d2ffe90c728","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:88:42","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:23:03Z","binding:vnic_type":"normal","device_id":"0c3b7b7f-a754-440f-84c8-e4e168cc16fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:04Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","ip_address":"169.254.192.5"}],"id":"9ad899cc-29f6-4667-9747-64a01adec649","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:ae:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:04Z","binding:vnic_type":"normal","device_id":"0c3b7b7f-a754-440f-84c8-e4e168cc16fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","ip_address":"169.254.192.2"}],"id":"9b613398-e776-444e-bac8-4e2faed61004","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e3:fa:a9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:05Z","binding:vnic_type":"normal","device_id":"0c3b7b7f-a754-440f-84c8-e4e168cc16fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:04Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","ip_address":"169.254.192.4"}],"id":"d889fc8b-ff30-4247-8606-7caa221ab7be","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4e:b6:60","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:03Z","binding:vnic_type":"normal","device_id":"0c3b7b7f-a754-440f-84c8-e4e168cc16fb"}]} 2018-12-12 14:23:06,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=0c3b7b7f-a754-440f-84c8-e4e168cc16fb used request id req-937c5f30-78b9-44b4-ac9c-7f9f81ba969b 2018-12-12 14:23:06,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:07,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8ce3156a-274c-48a8-880d-2ef36d051501 Date: Wed, 12 Dec 2018 14:23:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:23:07,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-8ce3156a-274c-48a8-880d-2ef36d051501 2018-12-12 14:23:07,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:07,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-969d0897-d7ba-43da-8e1a-857bcf3e155c Date: Wed, 12 Dec 2018 14:23:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:02Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:02Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:07,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c used request id req-969d0897-d7ba-43da-8e1a-857bcf3e155c 2018-12-12 14:23:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:07,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-27a80572-b8c5-43bc-a9ba-b3c7a242f2a9 Date: Wed, 12 Dec 2018 14:23:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:02Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:02Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:07,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c used request id req-27a80572-b8c5-43bc-a9ba-b3c7a242f2a9 2018-12-12 14:23:07,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:07,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9f4d6af6-ad0e-4fab-a367-cfe2f436ec64 Date: Wed, 12 Dec 2018 14:23:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:02Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:02Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:07,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c used request id req-9f4d6af6-ad0e-4fab-a367-cfe2f436ec64 2018-12-12 14:23:07,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:07,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-adeef36a-cb29-4712-9984-536093fde3ff Date: Wed, 12 Dec 2018 14:23:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:02Z", "admin_state_up": true, "updated_at": "2018-12-12T14:23:05Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "0c3b7b7f-a754-440f-84c8-e4e168cc16fb", "name": "NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router"}]} 2018-12-12 14:23:07,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router used request id req-adeef36a-cb29-4712-9984-536093fde3ff 2018-12-12 14:23:07,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:23:07,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:23:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:23:07,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:07,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-673a70a6-a0d3-43c6-ab78-86078b708579 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:23:07,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-673a70a6-a0d3-43c6-ab78-86078b708579 2018-12-12 14:23:07,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=0c3b7b7f-a754-440f-84c8-e4e168cc16fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:08,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-5345ead8-2e9a-488f-9a65-9adef3dd6e78 Date: Wed, 12 Dec 2018 14:23:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:07Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.209"}],"id":"2e5d9949-ec00-40d0-ac11-0d2ffe90c728","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:88:42","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:23:03Z","binding:vnic_type":"normal","device_id":"0c3b7b7f-a754-440f-84c8-e4e168cc16fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:08Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","ip_address":"169.254.192.5"}],"id":"9ad899cc-29f6-4667-9747-64a01adec649","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:ae:c8","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:04Z","binding:vnic_type":"normal","device_id":"0c3b7b7f-a754-440f-84c8-e4e168cc16fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","ip_address":"169.254.192.2"}],"id":"9b613398-e776-444e-bac8-4e2faed61004","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e3:fa:a9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:05Z","binding:vnic_type":"normal","device_id":"0c3b7b7f-a754-440f-84c8-e4e168cc16fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:04Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","ip_address":"169.254.192.4"}],"id":"d889fc8b-ff30-4247-8606-7caa221ab7be","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4e:b6:60","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:03Z","binding:vnic_type":"normal","device_id":"0c3b7b7f-a754-440f-84c8-e4e168cc16fb"}]} 2018-12-12 14:23:08,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=0c3b7b7f-a754-440f-84c8-e4e168cc16fb used request id req-5345ead8-2e9a-488f-9a65-9adef3dd6e78 2018-12-12 14:23:08,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:08,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2ce282ea-d86e-4305-930a-155cf88e4e67 Date: Wed, 12 Dec 2018 14:23:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:23:08,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-2ce282ea-d86e-4305-930a-155cf88e4e67 2018-12-12 14:23:08,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:08,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d896db72-db0d-4c32-aa0f-ace182467679 Date: Wed, 12 Dec 2018 14:23:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:02Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:02Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:08,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c used request id req-d896db72-db0d-4c32-aa0f-ace182467679 2018-12-12 14:23:08,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:08,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ddf331d2-99e5-464d-9928-3c27a874f616 Date: Wed, 12 Dec 2018 14:23:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:02Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:02Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:08,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c used request id req-ddf331d2-99e5-464d-9928-3c27a874f616 2018-12-12 14:23:08,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:08,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9b597b56-37d0-4e84-8b08-2234480c6bcc Date: Wed, 12 Dec 2018 14:23:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb350a18-5af1-4fdb-8782-9cac5c017beb","tenant_id":"","created_at":"2018-12-12T14:23:02Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:02Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"78fbfa2a-124a-441e-923e-e53fb0cce94c","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:08,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/78fbfa2a-124a-441e-923e-e53fb0cce94c used request id req-9b597b56-37d0-4e84-8b08-2234480c6bcc 2018-12-12 14:23:08,792 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router 2018-12-12 14:23:08,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/0c3b7b7f-a754-440f-84c8-e4e168cc16fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:12,026 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd216d95-ff4a-45ea-825e-b04f0fed640e Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:12,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/0c3b7b7f-a754-440f-84c8-e4e168cc16fb used request id req-bd216d95-ff4a-45ea-825e-b04f0fed640e 2018-12-12 14:23:12,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a04110979320453630af87ea5f50f16c52f1fa" 2018-12-12 14:23:12,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-023c71c5-6631-4076-b32b-deb1fefb334f Date: Wed, 12 Dec 2018 14:23:12 GMT RESP BODY: {"routers": []} 2018-12-12 14:23:12,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-12ce262a-8170-4145-96f5-7ecce7b955cb-pub-router used request id req-023c71c5-6631-4076-b32b-deb1fefb334f 2018-12-12 14:23:12,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:12,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["WnvsmumEQ6KMKSFwWhyKCA"], "issued_at": "2018-12-12T14:23:12.000000Z"}} 2018-12-12 14:23:12,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:12,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-693ef419-f3a4-425e-a052-9d13d66fd417 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:12,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-693ef419-f3a4-425e-a052-9d13d66fd417 2018-12-12 14:23:12,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:23:12,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:13,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["d1tvOdWgTZ2-B56yce642w"], "issued_at": "2018-12-12T14:23:13.000000Z"}} 2018-12-12 14:23:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c58048f55424796320a0d340257815da32ac83a7" 2018-12-12 14:23:13,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b409e40-e1aa-460c-a795-190d366eaea2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:13,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2b409e40-e1aa-460c-a795-190d366eaea2 2018-12-12 14:23:13,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:13,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-95654d70-837f-4164-a9da-db843fbe8c14 Date: Wed, 12 Dec 2018 14:23:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:23:13,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-95654d70-837f-4164-a9da-db843fbe8c14 2018-12-12 14:23:13,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:13,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-987d164a-f101-4612-aca4-1b350d8cba23 Date: Wed, 12 Dec 2018 14:23:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:23:13,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-987d164a-f101-4612-aca4-1b350d8cba23 2018-12-12 14:23:13,634 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router 2018-12-12 14:23:13,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router", "admin_state_up": true}}' 2018-12-12 14:23:18,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-43d871c2-b102-4307-b8a1-d612c53ec949 Date: Wed, 12 Dec 2018 14:23:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:14Z", "admin_state_up": true, "updated_at": "2018-12-12T14:23:15Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "a4a773e0-7123-4301-acac-a0e203fc20c7", "name": "NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router"}} 2018-12-12 14:23:18,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-43d871c2-b102-4307-b8a1-d612c53ec949 2018-12-12 14:23:18,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=a4a773e0-7123-4301-acac-a0e203fc20c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:18,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-624107d6-ca34-4c05-9026-73c60887cce4 Date: Wed, 12 Dec 2018 14:23:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:15Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.209"}],"id":"598fffc9-acbf-46a1-83d3-fd79b2169d0a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:42:8f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:23:14Z","binding:vnic_type":"normal","device_id":"a4a773e0-7123-4301-acac-a0e203fc20c7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efcf1316-8c48-42ea-a755-89b5c1268be0","ip_address":"169.254.192.12"}],"id":"72b94957-ccac-4abd-9271-bd7bc43eb296","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:d0:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:17Z","binding:vnic_type":"normal","device_id":"a4a773e0-7123-4301-acac-a0e203fc20c7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:16Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efcf1316-8c48-42ea-a755-89b5c1268be0","ip_address":"169.254.192.8"}],"id":"bf6f755c-55ce-4148-9fbe-822181c6e7f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:a3:9e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:16Z","binding:vnic_type":"normal","device_id":"a4a773e0-7123-4301-acac-a0e203fc20c7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efcf1316-8c48-42ea-a755-89b5c1268be0","ip_address":"169.254.192.7"}],"id":"ccd476d2-b225-4d37-9adc-1396482091de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:06:5e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:15Z","binding:vnic_type":"normal","device_id":"a4a773e0-7123-4301-acac-a0e203fc20c7"}]} 2018-12-12 14:23:18,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=a4a773e0-7123-4301-acac-a0e203fc20c7 used request id req-624107d6-ca34-4c05-9026-73c60887cce4 2018-12-12 14:23:18,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:19,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9d4bb932-4433-48fa-909a-4ea364b3ac7b Date: Wed, 12 Dec 2018 14:23:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:23:19,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-9d4bb932-4433-48fa-909a-4ea364b3ac7b 2018-12-12 14:23:19,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:19,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3a640a37-68f7-484b-be79-f81b51649afc Date: Wed, 12 Dec 2018 14:23:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:14Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efcf1316-8c48-42ea-a755-89b5c1268be0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:19,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 used request id req-3a640a37-68f7-484b-be79-f81b51649afc 2018-12-12 14:23:19,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:19,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f7b9dce4-3e92-4f32-a0b2-78fab11d4a29 Date: Wed, 12 Dec 2018 14:23:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:14Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efcf1316-8c48-42ea-a755-89b5c1268be0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:19,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 used request id req-f7b9dce4-3e92-4f32-a0b2-78fab11d4a29 2018-12-12 14:23:19,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:19,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-287c6e1f-75c4-4353-818e-d2de607fb8f4 Date: Wed, 12 Dec 2018 14:23:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:14Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efcf1316-8c48-42ea-a755-89b5c1268be0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:19,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 used request id req-287c6e1f-75c4-4353-818e-d2de607fb8f4 2018-12-12 14:23:19,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:19,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-0a160fc6-b78a-4bf5-b9b1-22d2580912e0 Date: Wed, 12 Dec 2018 14:23:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:14Z", "admin_state_up": true, "updated_at": "2018-12-12T14:23:17Z", "project_id": "b02038a5aa9140319df8909801cc6521", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "a4a773e0-7123-4301-acac-a0e203fc20c7", "name": "NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router"}]} 2018-12-12 14:23:19,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router used request id req-0a160fc6-b78a-4bf5-b9b1-22d2580912e0 2018-12-12 14:23:19,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:23:19,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:23: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:23:19,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:19,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27719ae3-a605-43dd-9d53-40f317c84073 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:23:19,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-27719ae3-a605-43dd-9d53-40f317c84073 2018-12-12 14:23:19,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=a4a773e0-7123-4301-acac-a0e203fc20c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:19,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3407 X-Openstack-Request-Id: req-a537eda3-2e9b-4070-898d-4fa5c53dbbe6 Date: Wed, 12 Dec 2018 14:23:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:19Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.209"}],"id":"598fffc9-acbf-46a1-83d3-fd79b2169d0a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ec:42:8f","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T14:23:14Z","binding:vnic_type":"normal","device_id":"a4a773e0-7123-4301-acac-a0e203fc20c7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:19Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efcf1316-8c48-42ea-a755-89b5c1268be0","ip_address":"169.254.192.12"}],"id":"72b94957-ccac-4abd-9271-bd7bc43eb296","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:d0:3a","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:17Z","binding:vnic_type":"normal","device_id":"a4a773e0-7123-4301-acac-a0e203fc20c7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:16Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efcf1316-8c48-42ea-a755-89b5c1268be0","ip_address":"169.254.192.8"}],"id":"bf6f755c-55ce-4148-9fbe-822181c6e7f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:a3:9e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:16Z","binding:vnic_type":"normal","device_id":"a4a773e0-7123-4301-acac-a0e203fc20c7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"efcf1316-8c48-42ea-a755-89b5c1268be0","ip_address":"169.254.192.7"}],"id":"ccd476d2-b225-4d37-9adc-1396482091de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:06:5e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b02038a5aa9140319df8909801cc6521","admin_state_up":true,"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:15Z","binding:vnic_type":"normal","device_id":"a4a773e0-7123-4301-acac-a0e203fc20c7"}]} 2018-12-12 14:23:19,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=a4a773e0-7123-4301-acac-a0e203fc20c7 used request id req-a537eda3-2e9b-4070-898d-4fa5c53dbbe6 2018-12-12 14:23:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:20,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-23f33467-050a-4a2e-ab38-b8c3435935a8 Date: Wed, 12 Dec 2018 14:23:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 14:23:20,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-23f33467-050a-4a2e-ab38-b8c3435935a8 2018-12-12 14:23:20,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:20,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2768e2d9-770d-41bf-9961-430591dafc19 Date: Wed, 12 Dec 2018 14:23:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:14Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efcf1316-8c48-42ea-a755-89b5c1268be0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:20,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 used request id req-2768e2d9-770d-41bf-9961-430591dafc19 2018-12-12 14:23:20,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:20,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-368a1127-8437-4a9d-bd81-0991c4e18da3 Date: Wed, 12 Dec 2018 14:23:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:14Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efcf1316-8c48-42ea-a755-89b5c1268be0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:20,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 used request id req-368a1127-8437-4a9d-bd81-0991c4e18da3 2018-12-12 14:23:20,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:20,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-503d177e-ccfd-4109-9bbd-79f5e60e498d Date: Wed, 12 Dec 2018 14:23:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8984219c-d634-428b-8980-6a955cafe397","tenant_id":"","created_at":"2018-12-12T14:23:14Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:14Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"efcf1316-8c48-42ea-a755-89b5c1268be0","subnetpool_id":null,"name":"HA subnet tenant b02038a5aa9140319df8909801cc6521"}} 2018-12-12 14:23:20,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efcf1316-8c48-42ea-a755-89b5c1268be0 used request id req-503d177e-ccfd-4109-9bbd-79f5e60e498d 2018-12-12 14:23:20,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:21,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ce840b43-1fce-491d-ae5a-23c660f54184 Date: Wed, 12 Dec 2018 14:23:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:23:21,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-ce840b43-1fce-491d-ae5a-23c660f54184 2018-12-12 14:23:21,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:21,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cc4be4df-682b-4162-9229-482a9117d801 Date: Wed, 12 Dec 2018 14:23:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:23:21,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-cc4be4df-682b-4162-9229-482a9117d801 2018-12-12 14:23:21,249 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router 2018-12-12 14:23:21,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/a4a773e0-7123-4301-acac-a0e203fc20c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:24,428 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c36939f-c9f3-47be-beef-515bca9e404e Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:24,428 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/a4a773e0-7123-4301-acac-a0e203fc20c7 used request id req-1c36939f-c9f3-47be-beef-515bca9e404e 2018-12-12 14:23:24,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6680c9e7ce926bd1d05c340f30c6d8ea2afc4a93" 2018-12-12 14:23:24,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ebeec686-58dd-4ba3-86ca-13f593d5284d Date: Wed, 12 Dec 2018 14:23:24 GMT RESP BODY: {"routers": []} 2018-12-12 14:23:24,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-d8f53ce3-75b1-4868-865b-6f0004638bc3-pub-router used request id req-ebeec686-58dd-4ba3-86ca-13f593d5284d 2018-12-12 14:23:24,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:25,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["RNg94ktXTGKH6QkSAz77Dw"], "issued_at": "2018-12-12T14:23:25.000000Z"}} 2018-12-12 14:23:25,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652584abb4c4955d5b9feca9fee76c99138c1104" 2018-12-12 14:23:25,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf0b1ae-daf1-4c3a-97e8-3f8feae13162 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:25,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3bf0b1ae-daf1-4c3a-97e8-3f8feae13162 2018-12-12 14:23:25,106 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name 2018-12-12 14:23:25,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652584abb4c4955d5b9feca9fee76c99138c1104" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name"}}' 2018-12-12 14:23:25,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-9ba52a87-6ed8-4a3d-a425-b029230fbb77 Date: Wed, 12 Dec 2018 14:23:25 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:25Z", "updated_at": "2018-12-12T14:23:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:25Z", "revision_number": 0, "id": "123efa77-73eb-483b-b1de-947d662bb1bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:25Z", "security_group_id": "b06c7f32-4a99-431b-b12e-21965520762b", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:25Z", "revision_number": 0, "id": "c3cae891-9665-40a2-9501-0b0a8fb1ea59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:25Z", "security_group_id": "b06c7f32-4a99-431b-b12e-21965520762b", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "b06c7f32-4a99-431b-b12e-21965520762b", "name": "NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name"}} 2018-12-12 14:23:25,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-9ba52a87-6ed8-4a3d-a425-b029230fbb77 2018-12-12 14:23:25,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b06c7f32-4a99-431b-b12e-21965520762b 2018-12-12 14:23:25,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b06c7f32-4a99-431b-b12e-21965520762b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652584abb4c4955d5b9feca9fee76c99138c1104" 2018-12-12 14:23:25,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-48545930-f867-4660-b3e4-6c1a942f747c Date: Wed, 12 Dec 2018 14:23: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-12-12T14:23:25Z", "security_group_id": "b06c7f32-4a99-431b-b12e-21965520762b", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:25Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "123efa77-73eb-483b-b1de-947d662bb1bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:25Z", "security_group_id": "b06c7f32-4a99-431b-b12e-21965520762b", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:25Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "c3cae891-9665-40a2-9501-0b0a8fb1ea59"}]} 2018-12-12 14:23:25,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b06c7f32-4a99-431b-b12e-21965520762b used request id req-48545930-f867-4660-b3e4-6c1a942f747c 2018-12-12 14:23:25,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652584abb4c4955d5b9feca9fee76c99138c1104" 2018-12-12 14:23:25,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-7cd190cf-7a82-4a29-9341-7d0ff267e092 Date: Wed, 12 Dec 2018 14:23:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:25Z", "updated_at": "2018-12-12T14:23:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:25Z", "revision_number": 0, "id": "123efa77-73eb-483b-b1de-947d662bb1bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:25Z", "security_group_id": "b06c7f32-4a99-431b-b12e-21965520762b", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:25Z", "revision_number": 0, "id": "c3cae891-9665-40a2-9501-0b0a8fb1ea59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:25Z", "security_group_id": "b06c7f32-4a99-431b-b12e-21965520762b", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "b06c7f32-4a99-431b-b12e-21965520762b", "name": "NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name"}]} 2018-12-12 14:23:25,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name used request id req-7cd190cf-7a82-4a29-9341-7d0ff267e092 2018-12-12 14:23:25,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b06c7f32-4a99-431b-b12e-21965520762b 2018-12-12 14:23:25,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b06c7f32-4a99-431b-b12e-21965520762b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652584abb4c4955d5b9feca9fee76c99138c1104" 2018-12-12 14:23:25,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c9601a48-1952-4aa8-9dd5-1d60efa92750 Date: Wed, 12 Dec 2018 14:23: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-12-12T14:23:25Z", "security_group_id": "b06c7f32-4a99-431b-b12e-21965520762b", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:25Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "123efa77-73eb-483b-b1de-947d662bb1bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:25Z", "security_group_id": "b06c7f32-4a99-431b-b12e-21965520762b", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:25Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "c3cae891-9665-40a2-9501-0b0a8fb1ea59"}]} 2018-12-12 14:23:25,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b06c7f32-4a99-431b-b12e-21965520762b used request id req-c9601a48-1952-4aa8-9dd5-1d60efa92750 2018-12-12 14:23:25,926 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name 2018-12-12 14:23:25,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b06c7f32-4a99-431b-b12e-21965520762b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652584abb4c4955d5b9feca9fee76c99138c1104" 2018-12-12 14:23:26,283 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49c0516b-460f-43d0-8609-22cd9f06d016 Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:26,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b06c7f32-4a99-431b-b12e-21965520762b used request id req-49c0516b-460f-43d0-8609-22cd9f06d016 2018-12-12 14:23:26,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}652584abb4c4955d5b9feca9fee76c99138c1104" 2018-12-12 14:23:26,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-cca6e132-6e4f-4a30-8325-cde4ee5f1f23 Date: Wed, 12 Dec 2018 14:23:26 GMT RESP BODY: {"security_groups": []} 2018-12-12 14:23:26,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-c3e635a6-1e2d-43e5-9981-5053923484a5name used request id req-cca6e132-6e4f-4a30-8325-cde4ee5f1f23 2018-12-12 14:23:26,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:26,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["COU4y0oTQTqmAxQqDyzrnQ"], "issued_at": "2018-12-12T14:23:26.000000Z"}} 2018-12-12 14:23:26,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce4a6b39a1a6fd2b3f01da62598f5ddccd2d41" 2018-12-12 14:23:26,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d250f5f-ed04-4d20-9705-09974ba9c61c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:26,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6d250f5f-ed04-4d20-9705-09974ba9c61c 2018-12-12 14:23:26,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:27,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["wW7sttKnR1GtXPDcbuUSZQ"], "issued_at": "2018-12-12T14:23:27.000000Z"}} 2018-12-12 14:23:27,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143be99339bbdf6ed3eaba1801869b37443e39c2" 2018-12-12 14:23:27,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc329f2-7a1a-43cf-aacd-03a082dbdce3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:27,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-acc329f2-7a1a-43cf-aacd-03a082dbdce3 2018-12-12 14:23:27,412 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-8793c5cb-c8fe-4477-9e2b-59f512290fe5name 2018-12-12 14:23:27,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143be99339bbdf6ed3eaba1801869b37443e39c2" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-8793c5cb-c8fe-4477-9e2b-59f512290fe5name", "description": "hello group"}}' 2018-12-12 14:23:27,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7979027b-ee11-4323-8a63-35746d32de48 Date: Wed, 12 Dec 2018 14:23:27 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:27Z", "updated_at": "2018-12-12T14:23:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:27Z", "revision_number": 0, "id": "5a9f3e89-435b-4d00-9336-c95fbf36a4db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:27Z", "security_group_id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:27Z", "revision_number": 0, "id": "f6381211-bccb-4592-8b7b-ba6b830a31d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:27Z", "security_group_id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "name": "NeutronUtilsSecurityGroupTests-8793c5cb-c8fe-4477-9e2b-59f512290fe5name"}} 2018-12-12 14:23:27,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-7979027b-ee11-4323-8a63-35746d32de48 2018-12-12 14:23:27,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b770276-e819-4224-85ef-8f5a9a875e7e 2018-12-12 14:23:27,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5b770276-e819-4224-85ef-8f5a9a875e7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143be99339bbdf6ed3eaba1801869b37443e39c2" 2018-12-12 14:23:27,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fec9aa84-4f32-434f-8ac0-1e4d9fb660a7 Date: Wed, 12 Dec 2018 14:23:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:27Z", "security_group_id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:27Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5a9f3e89-435b-4d00-9336-c95fbf36a4db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:27Z", "security_group_id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:27Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "f6381211-bccb-4592-8b7b-ba6b830a31d9"}]} 2018-12-12 14:23:27,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5b770276-e819-4224-85ef-8f5a9a875e7e used request id req-fec9aa84-4f32-434f-8ac0-1e4d9fb660a7 2018-12-12 14:23:27,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-8793c5cb-c8fe-4477-9e2b-59f512290fe5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143be99339bbdf6ed3eaba1801869b37443e39c2" 2018-12-12 14:23:28,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-77f3bf47-4fab-4188-b0da-0b0618c90c75 Date: Wed, 12 Dec 2018 14:23:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:27Z", "updated_at": "2018-12-12T14:23:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:27Z", "revision_number": 0, "id": "f6381211-bccb-4592-8b7b-ba6b830a31d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:27Z", "security_group_id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:27Z", "revision_number": 0, "id": "5a9f3e89-435b-4d00-9336-c95fbf36a4db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:27Z", "security_group_id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "name": "NeutronUtilsSecurityGroupTests-8793c5cb-c8fe-4477-9e2b-59f512290fe5name"}]} 2018-12-12 14:23:28,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-8793c5cb-c8fe-4477-9e2b-59f512290fe5name&description=hello+group used request id req-77f3bf47-4fab-4188-b0da-0b0618c90c75 2018-12-12 14:23:28,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b770276-e819-4224-85ef-8f5a9a875e7e 2018-12-12 14:23:28,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5b770276-e819-4224-85ef-8f5a9a875e7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143be99339bbdf6ed3eaba1801869b37443e39c2" 2018-12-12 14:23:28,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-898fdca1-254c-4c1c-897d-18fc4db19eb0 Date: Wed, 12 Dec 2018 14:23:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:27Z", "security_group_id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:27Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5a9f3e89-435b-4d00-9336-c95fbf36a4db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:27Z", "security_group_id": "5b770276-e819-4224-85ef-8f5a9a875e7e", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:27Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "f6381211-bccb-4592-8b7b-ba6b830a31d9"}]} 2018-12-12 14:23:28,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5b770276-e819-4224-85ef-8f5a9a875e7e used request id req-898fdca1-254c-4c1c-897d-18fc4db19eb0 2018-12-12 14:23:28,327 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-8793c5cb-c8fe-4477-9e2b-59f512290fe5name 2018-12-12 14:23:28,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/5b770276-e819-4224-85ef-8f5a9a875e7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143be99339bbdf6ed3eaba1801869b37443e39c2" 2018-12-12 14:23:28,477 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ddadb2a5-b778-48f7-8cc9-109033c74018 Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:28,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5b770276-e819-4224-85ef-8f5a9a875e7e used request id req-ddadb2a5-b778-48f7-8cc9-109033c74018 2018-12-12 14:23:28,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:28,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Dop1Qu8CSmenNyBkyP0SGA"], "issued_at": "2018-12-12T14:23:28.000000Z"}} 2018-12-12 14:23:28,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:28,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1da39a4-07e8-4a84-9b9c-28b33a28f88b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:28,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e1da39a4-07e8-4a84-9b9c-28b33a28f88b 2018-12-12 14:23:28,941 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name 2018-12-12 14:23:28,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name", "description": "hello group"}}' 2018-12-12 14:23:29,311 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-36ad414d-adeb-4883-88da-cce8180b25e9 Date: Wed, 12 Dec 2018 14:23:29 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "updated_at": "2018-12-12T14:23:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "revision_number": 0, "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "revision_number": 0, "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "de0a0257-26be-4345-9346-dba7bd0f6907", "name": "NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name"}} 2018-12-12 14:23:29,311 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-36ad414d-adeb-4883-88da-cce8180b25e9 2018-12-12 14:23:29,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de0a0257-26be-4345-9346-dba7bd0f6907 2018-12-12 14:23:29,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:29,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9d6d7f1a-6ae7-4004-81b9-3535b9d18d83 Date: Wed, 12 Dec 2018 14:23:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f"}]} 2018-12-12 14:23:29,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 used request id req-9d6d7f1a-6ae7-4004-81b9-3535b9d18d83 2018-12-12 14:23:29,505 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de0a0257-26be-4345-9346-dba7bd0f6907 2018-12-12 14:23:29,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:29,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1c66d45e-f1d4-4e52-8277-6546766bca30 Date: Wed, 12 Dec 2018 14:23:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f"}]} 2018-12-12 14:23:29,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 used request id req-1c66d45e-f1d4-4e52-8277-6546766bca30 2018-12-12 14:23:29,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:29,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c95455-1a56-4e71-9c2d-63c6571e251b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:29,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f9c95455-1a56-4e71-9c2d-63c6571e251b 2018-12-12 14:23:29,769 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name 2018-12-12 14:23:29,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:29,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-7ffd04d1-5bf4-4dfe-8d76-984a3d1187b4 Date: Wed, 12 Dec 2018 14:23:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "updated_at": "2018-12-12T14:23:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "revision_number": 0, "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "revision_number": 0, "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "de0a0257-26be-4345-9346-dba7bd0f6907", "name": "NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name"}]} 2018-12-12 14:23:29,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name used request id req-7ffd04d1-5bf4-4dfe-8d76-984a3d1187b4 2018-12-12 14:23:29,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:23:29,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:23: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:23:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:29,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a833ecc8-1ad1-4bbd-8a64-4e67fb7f4783 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:23:29,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-a833ecc8-1ad1-4bbd-8a64-4e67fb7f4783 2018-12-12 14:23:29,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de0a0257-26be-4345-9346-dba7bd0f6907 2018-12-12 14:23:29,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:30,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e2a1df9-ab3b-4e59-95cd-bfd45bc51aac Date: Wed, 12 Dec 2018 14:23:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f"}]} 2018-12-12 14:23:30,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 used request id req-8e2a1df9-ab3b-4e59-95cd-bfd45bc51aac 2018-12-12 14:23:30,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}87e3568d77276d464ad5bdc60a41c748812755e3" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907"}}' 2018-12-12 14:23:30,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-b896d781-9bf9-4f0e-bd9f-6b6b89d764af Date: Wed, 12 Dec 2018 14:23:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:30Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:30Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "d0bfe23c-95b0-42c3-9f4a-0988e8e704fa"}} 2018-12-12 14:23:30,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-b896d781-9bf9-4f0e-bd9f-6b6b89d764af 2018-12-12 14:23:30,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:30,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-89a337f6-de73-4d3d-9d84-4db08f27ac6d Date: Wed, 12 Dec 2018 14:23:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "updated_at": "2018-12-12T14:23:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "revision_number": 0, "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:30Z", "revision_number": 0, "id": "d0bfe23c-95b0-42c3-9f4a-0988e8e704fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:30Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "revision_number": 0, "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 3, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "de0a0257-26be-4345-9346-dba7bd0f6907", "name": "NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name"}]} 2018-12-12 14:23:30,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name&description=hello+group used request id req-89a337f6-de73-4d3d-9d84-4db08f27ac6d 2018-12-12 14:23:30,684 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de0a0257-26be-4345-9346-dba7bd0f6907 2018-12-12 14:23:30,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:30,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-88ff9e17-6a58-4e64-b964-734ef4459177 Date: Wed, 12 Dec 2018 14:23:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:30Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:30Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "d0bfe23c-95b0-42c3-9f4a-0988e8e704fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f"}]} 2018-12-12 14:23:30,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 used request id req-88ff9e17-6a58-4e64-b964-734ef4459177 2018-12-12 14:23:30,896 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de0a0257-26be-4345-9346-dba7bd0f6907 2018-12-12 14:23:30,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:31,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-ebe7404e-de17-4494-85cd-ebc6b1c4ad7f Date: Wed, 12 Dec 2018 14:23:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:30Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:30Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "d0bfe23c-95b0-42c3-9f4a-0988e8e704fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f"}]} 2018-12-12 14:23:31,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 used request id req-ebe7404e-de17-4494-85cd-ebc6b1c4ad7f 2018-12-12 14:23:31,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:31,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-c32f2424-b4d9-435c-9e28-b284c29ed534 Date: Wed, 12 Dec 2018 14:23:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "updated_at": "2018-12-12T14:23:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "revision_number": 0, "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "revision_number": 0, "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:30Z", "revision_number": 0, "id": "d0bfe23c-95b0-42c3-9f4a-0988e8e704fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:30Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 3, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "de0a0257-26be-4345-9346-dba7bd0f6907", "name": "NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name"}]} 2018-12-12 14:23:31,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name&description=hello+group used request id req-c32f2424-b4d9-435c-9e28-b284c29ed534 2018-12-12 14:23:31,303 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de0a0257-26be-4345-9346-dba7bd0f6907 2018-12-12 14:23:31,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:31,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-ac523927-e9f2-4356-bd94-50b687b0b132 Date: Wed, 12 Dec 2018 14:23:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "9c3aae39-58cc-41be-b0f1-66f7e74a6c5b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:30Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:30Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "d0bfe23c-95b0-42c3-9f4a-0988e8e704fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:29Z", "security_group_id": "de0a0257-26be-4345-9346-dba7bd0f6907", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:29Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "ecedfafa-fae2-49ff-a749-614b6b4d2f5f"}]} 2018-12-12 14:23:31,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de0a0257-26be-4345-9346-dba7bd0f6907 used request id req-ac523927-e9f2-4356-bd94-50b687b0b132 2018-12-12 14:23:31,328 - neutron_utils - INFO - Deleting security group rule with ID - 9c3aae39-58cc-41be-b0f1-66f7e74a6c5b 2018-12-12 14:23:31,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/9c3aae39-58cc-41be-b0f1-66f7e74a6c5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:31,586 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77a5c477-c5a9-4861-b432-f16dbe148bbd Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:31,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/9c3aae39-58cc-41be-b0f1-66f7e74a6c5b used request id req-77a5c477-c5a9-4861-b432-f16dbe148bbd 2018-12-12 14:23:31,587 - neutron_utils - INFO - Deleting security group rule with ID - ecedfafa-fae2-49ff-a749-614b6b4d2f5f 2018-12-12 14:23:31,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/ecedfafa-fae2-49ff-a749-614b6b4d2f5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:31,818 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb90d27e-34e1-4c93-a5b4-6dde948ccc64 Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:31,818 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/ecedfafa-fae2-49ff-a749-614b6b4d2f5f used request id req-fb90d27e-34e1-4c93-a5b4-6dde948ccc64 2018-12-12 14:23:31,818 - neutron_utils - INFO - Deleting security group rule with ID - d0bfe23c-95b0-42c3-9f4a-0988e8e704fa 2018-12-12 14:23:31,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d0bfe23c-95b0-42c3-9f4a-0988e8e704fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:32,121 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32780834-351c-47f8-b550-6c2d538a76bc Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:32,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d0bfe23c-95b0-42c3-9f4a-0988e8e704fa used request id req-32780834-351c-47f8-b550-6c2d538a76bc 2018-12-12 14:23:32,122 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-61d96f04-169b-4212-a491-7c19958743e3name 2018-12-12 14:23:32,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/de0a0257-26be-4345-9346-dba7bd0f6907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e3568d77276d464ad5bdc60a41c748812755e3" 2018-12-12 14:23:32,545 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2fae9916-3a31-4b7c-8e7e-ef048644faeb Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:32,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/de0a0257-26be-4345-9346-dba7bd0f6907 used request id req-2fae9916-3a31-4b7c-8e7e-ef048644faeb 2018-12-12 14:23:32,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:32,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["tI9Pi7GZQ5aE_yFqcGpuBQ"], "issued_at": "2018-12-12T14:23:32.000000Z"}} 2018-12-12 14:23:32,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:33,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1571df7e-62d4-4c11-9ecf-4e7159de6d93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:33,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1571df7e-62d4-4c11-9ecf-4e7159de6d93 2018-12-12 14:23:33,020 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-1 2018-12-12 14:23:33,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-1", "description": "hello group"}}' 2018-12-12 14:23:33,360 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-793636d0-cea3-4b4c-8181-ccd90821fee2 Date: Wed, 12 Dec 2018 14:23:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "updated_at": "2018-12-12T14:23:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "revision_number": 0, "id": "1b1db247-b604-415d-82ab-705b7e40beb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:33Z", "security_group_id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "revision_number": 0, "id": "a54c2044-59f2-446e-b74d-98a61216f062", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:33Z", "security_group_id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "name": "NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-1"}} 2018-12-12 14:23:33,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-793636d0-cea3-4b4c-8181-ccd90821fee2 2018-12-12 14:23:33,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19d12af2-87e7-4c1f-ba85-92bd68d3ee2f 2018-12-12 14:23:33,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=19d12af2-87e7-4c1f-ba85-92bd68d3ee2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:33,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-baf2992b-8aeb-4b92-924c-901b925e5817 Date: Wed, 12 Dec 2018 14:23:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "security_group_id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "1b1db247-b604-415d-82ab-705b7e40beb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "security_group_id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "a54c2044-59f2-446e-b74d-98a61216f062"}]} 2018-12-12 14:23:33,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=19d12af2-87e7-4c1f-ba85-92bd68d3ee2f used request id req-baf2992b-8aeb-4b92-924c-901b925e5817 2018-12-12 14:23:33,544 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-2 2018-12-12 14:23:33,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-2", "description": "hello group"}}' 2018-12-12 14:23:33,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-58eb7ede-4cb9-4156-b9b0-1f2aff9dca6b Date: Wed, 12 Dec 2018 14:23:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "updated_at": "2018-12-12T14:23:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "revision_number": 0, "id": "6fc4910e-2fd1-49ba-bb2e-c4198f16c33e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:33Z", "security_group_id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "revision_number": 0, "id": "7dd6524c-ed80-4778-a483-7a77ef80fd35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:33Z", "security_group_id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "name": "NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-2"}} 2018-12-12 14:23:33,916 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-58eb7ede-4cb9-4156-b9b0-1f2aff9dca6b 2018-12-12 14:23:33,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54e5f387-fd7c-4830-9e20-6a6a3e551951 2018-12-12 14:23:33,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54e5f387-fd7c-4830-9e20-6a6a3e551951 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:34,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3b39b630-ae06-4b54-98f5-12844244fae2 Date: Wed, 12 Dec 2018 14:23:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "security_group_id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "6fc4910e-2fd1-49ba-bb2e-c4198f16c33e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "security_group_id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "7dd6524c-ed80-4778-a483-7a77ef80fd35"}]} 2018-12-12 14:23:34,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54e5f387-fd7c-4830-9e20-6a6a3e551951 used request id req-3b39b630-ae06-4b54-98f5-12844244fae2 2018-12-12 14:23:34,094 - neutron_utils - INFO - Retrieving security group with ID - 19d12af2-87e7-4c1f-ba85-92bd68d3ee2f 2018-12-12 14:23:34,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=19d12af2-87e7-4c1f-ba85-92bd68d3ee2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:34,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-b3c707d7-4480-4054-9821-f20825c23135 Date: Wed, 12 Dec 2018 14:23:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "updated_at": "2018-12-12T14:23:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "revision_number": 0, "id": "1b1db247-b604-415d-82ab-705b7e40beb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:33Z", "security_group_id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "revision_number": 0, "id": "a54c2044-59f2-446e-b74d-98a61216f062", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:33Z", "security_group_id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "name": "NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-1"}]} 2018-12-12 14:23:34,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=19d12af2-87e7-4c1f-ba85-92bd68d3ee2f used request id req-b3c707d7-4480-4054-9821-f20825c23135 2018-12-12 14:23:34,302 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19d12af2-87e7-4c1f-ba85-92bd68d3ee2f 2018-12-12 14:23:34,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=19d12af2-87e7-4c1f-ba85-92bd68d3ee2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:34,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-27578c02-b27c-44c7-99ac-6d90333cb215 Date: Wed, 12 Dec 2018 14:23:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "security_group_id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "1b1db247-b604-415d-82ab-705b7e40beb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "security_group_id": "19d12af2-87e7-4c1f-ba85-92bd68d3ee2f", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "a54c2044-59f2-446e-b74d-98a61216f062"}]} 2018-12-12 14:23:34,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=19d12af2-87e7-4c1f-ba85-92bd68d3ee2f used request id req-27578c02-b27c-44c7-99ac-6d90333cb215 2018-12-12 14:23:34,518 - neutron_utils - INFO - Retrieving security group with ID - 54e5f387-fd7c-4830-9e20-6a6a3e551951 2018-12-12 14:23:34,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=54e5f387-fd7c-4830-9e20-6a6a3e551951 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:34,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-76c3b7a7-33a4-4059-82cd-0e5fc5bce00f Date: Wed, 12 Dec 2018 14:23:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "updated_at": "2018-12-12T14:23:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "revision_number": 0, "id": "6fc4910e-2fd1-49ba-bb2e-c4198f16c33e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:33Z", "security_group_id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "revision_number": 0, "id": "7dd6524c-ed80-4778-a483-7a77ef80fd35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:23:33Z", "security_group_id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 2, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "name": "NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-2"}]} 2018-12-12 14:23:34,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=54e5f387-fd7c-4830-9e20-6a6a3e551951 used request id req-76c3b7a7-33a4-4059-82cd-0e5fc5bce00f 2018-12-12 14:23:34,727 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54e5f387-fd7c-4830-9e20-6a6a3e551951 2018-12-12 14:23:34,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54e5f387-fd7c-4830-9e20-6a6a3e551951 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:34,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9a8d1422-67c8-49a2-ade7-ece12cb38b3f Date: Wed, 12 Dec 2018 14:23:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "security_group_id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "6fc4910e-2fd1-49ba-bb2e-c4198f16c33e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:23:33Z", "security_group_id": "54e5f387-fd7c-4830-9e20-6a6a3e551951", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:33Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "7dd6524c-ed80-4778-a483-7a77ef80fd35"}]} 2018-12-12 14:23:34,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54e5f387-fd7c-4830-9e20-6a6a3e551951 used request id req-9a8d1422-67c8-49a2-ade7-ece12cb38b3f 2018-12-12 14:23:34,905 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-1 2018-12-12 14:23:34,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/19d12af2-87e7-4c1f-ba85-92bd68d3ee2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:35,221 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2956825f-4ff9-4ddd-b16f-e440f7071414 Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:35,221 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/19d12af2-87e7-4c1f-ba85-92bd68d3ee2f used request id req-2956825f-4ff9-4ddd-b16f-e440f7071414 2018-12-12 14:23:35,222 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-0fe428e5-df09-4eef-91c7-25549e493be0name-2 2018-12-12 14:23:35,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/54e5f387-fd7c-4830-9e20-6a6a3e551951 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33607b196c9b8824edf660d72dec2a56389b3923" 2018-12-12 14:23:35,498 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21ea51e2-b9cb-4d72-9481-c9886e5c6402 Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:35,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/54e5f387-fd7c-4830-9e20-6a6a3e551951 used request id req-21ea51e2-b9cb-4d72-9481-c9886e5c6402 2018-12-12 14:23:35,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:35,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["1WSLQ4HWS2qDIJ_zeZSjaQ"], "issued_at": "2018-12-12T14:23:35.000000Z"}} 2018-12-12 14:23:35,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893c851bdb0f04da25cb3d7fbefc35a9a56a081" 2018-12-12 14:23:35,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43af7963-2dac-4cac-a748-3ccfa7a74275 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:35,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-43af7963-2dac-4cac-a748-3ccfa7a74275 2018-12-12 14:23:35,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893c851bdb0f04da25cb3d7fbefc35a9a56a081" 2018-12-12 14:23:36,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3ad0600c-03a1-49ff-b421-0af4a3dbcebd Date: Wed, 12 Dec 2018 14:23:36 GMT RESP BODY: {"floatingips": []} 2018-12-12 14:23:36,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-3ad0600c-03a1-49ff-b421-0af4a3dbcebd 2018-12-12 14:23:36,147 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 14:23:36,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893c851bdb0f04da25cb3d7fbefc35a9a56a081" 2018-12-12 14:23:36,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d982987d-eae0-489c-8e91-a63c6851e1f8 Date: Wed, 12 Dec 2018 14:23:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:23:36,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-d982987d-eae0-489c-8e91-a63c6851e1f8 2018-12-12 14:23:36,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893c851bdb0f04da25cb3d7fbefc35a9a56a081" 2018-12-12 14:23:36,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-29a4bd39-aa04-4634-89fc-fa1094c63416 Date: Wed, 12 Dec 2018 14:23:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:23:36,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-29a4bd39-aa04-4634-89fc-fa1094c63416 2018-12-12 14:23:36,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893c851bdb0f04da25cb3d7fbefc35a9a56a081" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}}' 2018-12-12 14:23:38,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-cc76eed2-73c8-4884-a7da-d8e19ac135cf Date: Wed, 12 Dec 2018 14:23:38 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:37Z", "updated_at": "2018-12-12T14:23:37Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "b02038a5aa9140319df8909801cc6521", "port_id": null, "id": "716b5a07-53b9-46b5-8251-f8ed5310e488"}} 2018-12-12 14:23:38,043 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-cc76eed2-73c8-4884-a7da-d8e19ac135cf 2018-12-12 14:23:38,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893c851bdb0f04da25cb3d7fbefc35a9a56a081" 2018-12-12 14:23:38,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-6978056e-8466-4dd2-bd08-5ebac5f584b9 Date: Wed, 12 Dec 2018 14:23:38 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:37Z", "updated_at": "2018-12-12T14:23:37Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "b02038a5aa9140319df8909801cc6521", "port_id": null, "id": "716b5a07-53b9-46b5-8251-f8ed5310e488"}]} 2018-12-12 14:23:38,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-6978056e-8466-4dd2-bd08-5ebac5f584b9 2018-12-12 14:23:38,228 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.200 2018-12-12 14:23:38,228 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.200 2018-12-12 14:23:38,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips?ip=716b5a07-53b9-46b5-8251-f8ed5310e488 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893c851bdb0f04da25cb3d7fbefc35a9a56a081" 2018-12-12 14:23:38,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-c831b67c-7de6-428f-9a66-096834b91de5 Date: Wed, 12 Dec 2018 14:23:38 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:23:37Z", "updated_at": "2018-12-12T14:23:37Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "b02038a5aa9140319df8909801cc6521", "port_id": null, "id": "716b5a07-53b9-46b5-8251-f8ed5310e488"}]} 2018-12-12 14:23:38,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips?ip=716b5a07-53b9-46b5-8251-f8ed5310e488 used request id req-c831b67c-7de6-428f-9a66-096834b91de5 2018-12-12 14:23:38,398 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-12-12 14:23:38,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/716b5a07-53b9-46b5-8251-f8ed5310e488 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893c851bdb0f04da25cb3d7fbefc35a9a56a081" 2018-12-12 14:23:38,974 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f66ebf7-2f85-4ec1-b210-c11d797f8b6c Content-Length: 0 Date: Wed, 12 Dec 2018 14:23:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:23:38,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/716b5a07-53b9-46b5-8251-f8ed5310e488 used request id req-3f66ebf7-2f85-4ec1-b210-c11d797f8b6c 2018-12-12 14:23:38,976 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:23:39,043 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 2018-12-12 14:23:39,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:39,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["UsRPsil_TrKNEccfuORP9Q"], "issued_at": "2018-12-12T14:23:39.000000Z"}} 2018-12-12 14:23:39,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698b517121164a5fc5ec21fcf18ac7ec3e86e98" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDMK/R49ddxV6RgK2jsvKGuoxBwhTxRbAkq5W2FCNhj+VI3RFmLGGLKlOQaOecW7yYkEYP5D9VXldbIV1K0M36UHVb1906MqIXumjr6V5Xq5mTABOMXMw4lkV/M8OInBq9qfPbfDR1MmxRLGQl7rZpnpaDsozlYjZhPLtNvpFPqOlA4kiAeELCQxoMYEYKxDVljvIylj3s1t5F1d8lrY6AzWLdSjGDlMcvLKcn0fNfRjYZiWlcEtgOSZollzDwHsTE7CF+W8FlVzf0h3JmlRfTsBS+q8l0FxFT50DmdaRWfdi8NVIC+wURvrrEozvvCp7tcZVu2ECOr0Fgg7T+sdAF", "name": "NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26"}}' 2018-12-12 14:23:39,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1b86f75-1b5d-4998-b4eb-734eac8a43be x-compute-request-id: req-c1b86f75-1b5d-4998-b4eb-734eac8a43be Content-Encoding: gzip Content-Length: 500 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDMK/R49ddxV6RgK2jsvKGuoxBwhTxRbAkq5W2FCNhj+VI3RFmLGGLKlOQaOecW7yYkEYP5D9VXldbIV1K0M36UHVb1906MqIXumjr6V5Xq5mTABOMXMw4lkV/M8OInBq9qfPbfDR1MmxRLGQl7rZpnpaDsozlYjZhPLtNvpFPqOlA4kiAeELCQxoMYEYKxDVljvIylj3s1t5F1d8lrY6AzWLdSjGDlMcvLKcn0fNfRjYZiWlcEtgOSZollzDwHsTE7CF+W8FlVzf0h3JmlRfTsBS+q8l0FxFT50DmdaRWfdi8NVIC+wURvrrEozvvCp7tcZVu2ECOr0Fgg7T+sdAF", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "name": "NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26", "fingerprint": "7a:b9:4a:49:32:f4:7d:5a:28:7c:31:38:08:69:6d:03"}} 2018-12-12 14:23:39,688 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-c1b86f75-1b5d-4998-b4eb-734eac8a43be 2018-12-12 14:23:39,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698b517121164a5fc5ec21fcf18ac7ec3e86e98" 2018-12-12 14:23:39,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2de03c6c-c190-4eec-903e-278e8ffe7f7d x-compute-request-id: req-2de03c6c-c190-4eec-903e-278e8ffe7f7d Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDMK/R49ddxV6RgK2jsvKGuoxBwhTxRbAkq5W2FCNhj+VI3RFmLGGLKlOQaOecW7yYkEYP5D9VXldbIV1K0M36UHVb1906MqIXumjr6V5Xq5mTABOMXMw4lkV/M8OInBq9qfPbfDR1MmxRLGQl7rZpnpaDsozlYjZhPLtNvpFPqOlA4kiAeELCQxoMYEYKxDVljvIylj3s1t5F1d8lrY6AzWLdSjGDlMcvLKcn0fNfRjYZiWlcEtgOSZollzDwHsTE7CF+W8FlVzf0h3JmlRfTsBS+q8l0FxFT50DmdaRWfdi8NVIC+wURvrrEozvvCp7tcZVu2ECOr0Fgg7T+sdAF", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "name": "NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26", "deleted": false, "created_at": "2018-12-12T14:23:39.000000", "updated_at": null, "fingerprint": "7a:b9:4a:49:32:f4:7d:5a:28:7c:31:38:08:69:6d:03", "deleted_at": null, "id": 2}} 2018-12-12 14:23:39,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 used request id req-2de03c6c-c190-4eec-903e-278e8ffe7f7d 2018-12-12 14:23:39,812 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 2018-12-12 14:23:39,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698b517121164a5fc5ec21fcf18ac7ec3e86e98" 2018-12-12 14:23:39,969 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a156cb05-ad17-4224-bc6f-bbb2d8755505 x-compute-request-id: req-a156cb05-ad17-4224-bc6f-bbb2d8755505 Content-Length: 0 Content-Type: application/json 2018-12-12 14:23:39,969 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 used request id req-a156cb05-ad17-4224-bc6f-bbb2d8755505 2018-12-12 14:23:39,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698b517121164a5fc5ec21fcf18ac7ec3e86e98" 2018-12-12 14:23:39,994 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ff5e4fa-4372-41df-b924-bc9de50e7b9d x-compute-request-id: req-0ff5e4fa-4372-41df-b924-bc9de50e7b9d Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 not found for user 0c05d6faba8b4a7cb58ae2e8e39645b7", "code": 404}} 2018-12-12 14:23:39,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 used request id req-0ff5e4fa-4372-41df-b924-bc9de50e7b9d 2018-12-12 14:23:39,995 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 2018-12-12 14:23:39,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698b517121164a5fc5ec21fcf18ac7ec3e86e98" 2018-12-12 14:23:40,089 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c4749ec-5c51-42e2-8c45-954c4828c84e x-compute-request-id: req-0c4749ec-5c51-42e2-8c45-954c4828c84e Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 not found for user 0c05d6faba8b4a7cb58ae2e8e39645b7", "code": 404}} 2018-12-12 14:23:40,089 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-267ca2ef-cc8b-4e21-9de5-65ce68a5ee26 used request id req-0c4749ec-5c51-42e2-8c45-954c4828c84e 2018-12-12 14:23:40,091 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:23:40,172 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41.pub 2018-12-12 14:23:40,172 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41 2018-12-12 14:23:40,172 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41.pub 2018-12-12 14:23:40,172 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41 2018-12-12 14:23:40,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:40,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["YWrRlIOmQ7Solu-xxEs2Qg"], "issued_at": "2018-12-12T14:23:40.000000Z"}} 2018-12-12 14:23:40,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45d38dc87b3c1447b5afaee1ee36b6766854abc0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkUmOd9EaKDfHMDeC5cqJY32IX5izzGmUZfZEsAqG4SvLyy3ZsfXn0mksLA4YED/+tdPqVZBHZGDJxEIRHgeE54HwmK8+NvMPY92riNDzKhqCjqpW3BEDqDG+2TSGbselkQF91cwCcU9HE84Q2H6n1JpidN0kfgr4OeiddbtdoDg+CfxCeLxKJFSuDZNhG8lHR9KXpwMKkzxUZDFEZWj25tB290Lk9zJ4MVyLqbVatCz5FoiNHvZDfTgocn1Hs6tvVKYwdOarnJf9IgdNfD9L39Ly4FnKQf0ll2QU15GmOB5ZG5Y47uDZDP9i9HhaDUqDJBHCFZCIbSFDXeV7cD/oV", "name": "NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41"}}' 2018-12-12 14:23:40,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-79ff65ec-f303-421e-b5fa-dcdeb2ccf5f0 x-compute-request-id: req-79ff65ec-f303-421e-b5fa-dcdeb2ccf5f0 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkUmOd9EaKDfHMDeC5cqJY32IX5izzGmUZfZEsAqG4SvLyy3ZsfXn0mksLA4YED/+tdPqVZBHZGDJxEIRHgeE54HwmK8+NvMPY92riNDzKhqCjqpW3BEDqDG+2TSGbselkQF91cwCcU9HE84Q2H6n1JpidN0kfgr4OeiddbtdoDg+CfxCeLxKJFSuDZNhG8lHR9KXpwMKkzxUZDFEZWj25tB290Lk9zJ4MVyLqbVatCz5FoiNHvZDfTgocn1Hs6tvVKYwdOarnJf9IgdNfD9L39Ly4FnKQf0ll2QU15GmOB5ZG5Y47uDZDP9i9HhaDUqDJBHCFZCIbSFDXeV7cD/oV", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "name": "NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41", "fingerprint": "10:6b:ed:a3:d3:8e:25:e9:3f:52:d4:47:90:d5:7d:ab"}} 2018-12-12 14:23:40,814 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-79ff65ec-f303-421e-b5fa-dcdeb2ccf5f0 2018-12-12 14:23:40,815 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41 2018-12-12 14:23:40,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45d38dc87b3c1447b5afaee1ee36b6766854abc0" 2018-12-12 14:23:40,975 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14: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 x-openstack-request-id: req-b57e54a5-04d2-4441-9cf9-5f1ff329a740 x-compute-request-id: req-b57e54a5-04d2-4441-9cf9-5f1ff329a740 Content-Length: 0 Content-Type: application/json 2018-12-12 14:23:40,975 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-10ac6c02-d0a3-44ee-bbfd-a061e10f2f41 used request id req-b57e54a5-04d2-4441-9cf9-5f1ff329a740 2018-12-12 14:23:40,977 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:23:41,056 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482 2018-12-12 14:23:41,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:41,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["rZm2L-FOS3eGFo9WhoVclw"], "issued_at": "2018-12-12T14:23:41.000000Z"}} 2018-12-12 14:23:41,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b1f38c51667983112277913e8f7b6847876d32" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwP5K23J66H2pUcx1vC5/aaA1AsB5szebNu5ndSvZLXxzk1rpLkabAkMbC/AB7C8pyftvAATSUBxXkImA8kT6N5BlntW0R3YLTTQ9VxmwARvxx1QKL00OsnjwZ8yNQwRnMdMk2xRB88GjFGyv4iblxOXI3FyLKEtvRDnBAgFUknELHFn2vjbKdr5bjiS8Iqi4F1Gztg363p2vNJKUNujbB45bUrG6fhZxg5RmxN88pQBrxH/3lGhN4M2YloSOePpdmSrFhdvoqIEvtFgfdMilGMLvHiRxlGWVLaB1dJUvavnk2dASEu4Pb86pOtDfivPWa/HPcIT6EgEweMucPFfI1", "name": "NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482"}}' 2018-12-12 14:23:42,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49489649-7490-469b-a040-f6b5aa757c43 x-compute-request-id: req-49489649-7490-469b-a040-f6b5aa757c43 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwP5K23J66H2pUcx1vC5/aaA1AsB5szebNu5ndSvZLXxzk1rpLkabAkMbC/AB7C8pyftvAATSUBxXkImA8kT6N5BlntW0R3YLTTQ9VxmwARvxx1QKL00OsnjwZ8yNQwRnMdMk2xRB88GjFGyv4iblxOXI3FyLKEtvRDnBAgFUknELHFn2vjbKdr5bjiS8Iqi4F1Gztg363p2vNJKUNujbB45bUrG6fhZxg5RmxN88pQBrxH/3lGhN4M2YloSOePpdmSrFhdvoqIEvtFgfdMilGMLvHiRxlGWVLaB1dJUvavnk2dASEu4Pb86pOtDfivPWa/HPcIT6EgEweMucPFfI1", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "name": "NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482", "fingerprint": "aa:b1:4e:f2:39:78:29:fa:0f:22:d3:82:fc:8f:8e:6b"}} 2018-12-12 14:23:42,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-49489649-7490-469b-a040-f6b5aa757c43 2018-12-12 14:23:42,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b1f38c51667983112277913e8f7b6847876d32" 2018-12-12 14:23:42,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-5ccc4ed4-35d7-4403-9504-004598ad8db5 x-compute-request-id: req-5ccc4ed4-35d7-4403-9504-004598ad8db5 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwP5K23J66H2pUcx1vC5/aaA1AsB5szebNu5ndSvZLXxzk1rpLkabAkMbC/AB7C8pyftvAATSUBxXkImA8kT6N5BlntW0R3YLTTQ9VxmwARvxx1QKL00OsnjwZ8yNQwRnMdMk2xRB88GjFGyv4iblxOXI3FyLKEtvRDnBAgFUknELHFn2vjbKdr5bjiS8Iqi4F1Gztg363p2vNJKUNujbB45bUrG6fhZxg5RmxN88pQBrxH/3lGhN4M2YloSOePpdmSrFhdvoqIEvtFgfdMilGMLvHiRxlGWVLaB1dJUvavnk2dASEu4Pb86pOtDfivPWa/HPcIT6EgEweMucPFfI1", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "name": "NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482", "deleted": false, "created_at": "2018-12-12T14:23:42.000000", "updated_at": null, "fingerprint": "aa:b1:4e:f2:39:78:29:fa:0f:22:d3:82:fc:8f:8e:6b", "deleted_at": null, "id": 8}} 2018-12-12 14:23:42,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482 used request id req-5ccc4ed4-35d7-4403-9504-004598ad8db5 2018-12-12 14:23:42,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b1f38c51667983112277913e8f7b6847876d32" 2018-12-12 14:23:42,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-42e2f30d-51ce-4d87-9904-2f63b6849146 x-compute-request-id: req-42e2f30d-51ce-4d87-9904-2f63b6849146 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwP5K23J66H2pUcx1vC5/aaA1AsB5szebNu5ndSvZLXxzk1rpLkabAkMbC/AB7C8pyftvAATSUBxXkImA8kT6N5BlntW0R3YLTTQ9VxmwARvxx1QKL00OsnjwZ8yNQwRnMdMk2xRB88GjFGyv4iblxOXI3FyLKEtvRDnBAgFUknELHFn2vjbKdr5bjiS8Iqi4F1Gztg363p2vNJKUNujbB45bUrG6fhZxg5RmxN88pQBrxH/3lGhN4M2YloSOePpdmSrFhdvoqIEvtFgfdMilGMLvHiRxlGWVLaB1dJUvavnk2dASEu4Pb86pOtDfivPWa/HPcIT6EgEweMucPFfI1", "name": "NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482", "fingerprint": "aa:b1:4e:f2:39:78:29:fa:0f:22:d3:82:fc:8f:8e:6b"}}]} 2018-12-12 14:23:42,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-42e2f30d-51ce-4d87-9904-2f63b6849146 2018-12-12 14:23:42,164 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482 2018-12-12 14:23:42,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b1f38c51667983112277913e8f7b6847876d32" 2018-12-12 14:23:42,227 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14: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-08ff3992-b796-4a20-baa9-b697586378d9 x-compute-request-id: req-08ff3992-b796-4a20-baa9-b697586378d9 Content-Length: 0 Content-Type: application/json 2018-12-12 14:23:42,227 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-bc8c1847-9c7c-4154-87d6-4fc2d3357482 used request id req-08ff3992-b796-4a20-baa9-b697586378d9 2018-12-12 14:23:42,228 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:23:42,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:42,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["UKSKtpPZSWiJVKefo7DPaw"], "issued_at": "2018-12-12T14:23:42.000000Z"}} 2018-12-12 14:23:42,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8e2c6748a71e34c8e9eed2852658c9391a9bc1" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id", "swap": 2}}' 2018-12-12 14:23:43,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-779894c1-dc52-4feb-9ddd-43617d10e8f0 x-compute-request-id: req-779894c1-dc52-4feb-9ddd-43617d10e8f0 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id", "name": "NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-12-12 14:23:43,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-779894c1-dc52-4feb-9ddd-43617d10e8f0 2018-12-12 14:23:43,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8e2c6748a71e34c8e9eed2852658c9391a9bc1" 2018-12-12 14:23:43,481 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-128d4965-f04b-41bc-9f5c-be6d81d33685 x-compute-request-id: req-128d4965-f04b-41bc-9f5c-be6d81d33685 Content-Length: 0 Content-Type: application/json 2018-12-12 14:23:43,481 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id used request id req-128d4965-f04b-41bc-9f5c-be6d81d33685 2018-12-12 14:23:43,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8e2c6748a71e34c8e9eed2852658c9391a9bc1" 2018-12-12 14:23:43,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7cf652d1-f0a6-415f-a64b-190fd60bdc2f x-compute-request-id: req-7cf652d1-f0a6-415f-a64b-190fd60bdc2f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:23:43,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7cf652d1-f0a6-415f-a64b-190fd60bdc2f 2018-12-12 14:23:43,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8e2c6748a71e34c8e9eed2852658c9391a9bc1" 2018-12-12 14:23:43,657 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f8198cb-933a-4549-8766-6bce6c209e33 x-compute-request-id: req-7f8198cb-933a-4549-8766-6bce6c209e33 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id could not be found.", "code": 404}} 2018-12-12 14:23:43,657 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-073db3e1-1c7d-4ae2-af79-ed5c729725c3-id used request id req-7f8198cb-933a-4549-8766-6bce6c209e33 2018-12-12 14:23:43,658 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:23:43,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:44,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["zU05bkarTpexx62vEQ637Q"], "issued_at": "2018-12-12T14:23:44.000000Z"}} 2018-12-12 14:23:44,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1de205f7a6eed8c18f11c90e490cef1db3f365" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-59c400d5-19b0-4aab-a298-f543415857d6-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-59c400d5-19b0-4aab-a298-f543415857d6-id", "swap": 2}}' 2018-12-12 14:23:44,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87f3b8e8-c033-47f9-a7e9-c36a5a157f0d x-compute-request-id: req-87f3b8e8-c033-47f9-a7e9-c36a5a157f0d Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-59c400d5-19b0-4aab-a298-f543415857d6-id", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/NovaUtilsFlavorTests-59c400d5-19b0-4aab-a298-f543415857d6-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-59c400d5-19b0-4aab-a298-f543415857d6-id", "name": "NovaUtilsFlavorTests-59c400d5-19b0-4aab-a298-f543415857d6-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-12-12 14:23:44,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-87f3b8e8-c033-47f9-a7e9-c36a5a157f0d 2018-12-12 14:23:44,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-59c400d5-19b0-4aab-a298-f543415857d6-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1de205f7a6eed8c18f11c90e490cef1db3f365" 2018-12-12 14:23:44,568 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:23:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ea6220e-fe97-4d1e-afa8-e4638111f86f x-compute-request-id: req-0ea6220e-fe97-4d1e-afa8-e4638111f86f Content-Length: 0 Content-Type: application/json 2018-12-12 14:23:44,568 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-59c400d5-19b0-4aab-a298-f543415857d6-id used request id req-0ea6220e-fe97-4d1e-afa8-e4638111f86f 2018-12-12 14:23:44,570 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:23:44,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:44,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["df7RkCspRCi6sZDFl8SZLg"], "issued_at": "2018-12-12T14:23:44.000000Z"}} 2018-12-12 14:23:44,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:44,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5621c61-421b-4521-92f8-92b28151f6a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:44,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a5621c61-421b-4521-92f8-92b28151f6a2 2018-12-12 14:23:44,989 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:23:44,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:23:44,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:45,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["WKoHwm_lTz2Rpj-6gwmx0w"], "issued_at": "2018-12-12T14:23:45.000000Z"}} 2018-12-12 14:23:45,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" 2018-12-12 14:23:45,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97496e99-e077-40eb-9077-7745da857df1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:45,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-97496e99-e077-40eb-9077-7745da857df1 2018-12-12 14:23:45,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" 2018-12-12 14:23:46,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-790a9ac4-1ba9-40a4-a6eb-8d904703443d Date: Wed, 12 Dec 2018 14:23:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image"} 2018-12-12 14:23:46,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image used request id req-790a9ac4-1ba9-40a4-a6eb-8d904703443d 2018-12-12 14:23:46,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" 2018-12-12 14:23:46,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-20b29151-63b4-464a-a75e-1223cc7b53f0 Date: Wed, 12 Dec 2018 14:23:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:23:46,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-20b29151-63b4-464a-a75e-1223cc7b53f0 2018-12-12 14:23:46,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image"}' 2018-12-12 14:23:46,882 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c X-Openstack-Request-Id: req-8f90d753-9a0b-44e7-a8be-be0b82c9d5f6 Date: Wed, 12 Dec 2018 14:23:46 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:23:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:23:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/86e67117-6ed3-433f-8a19-1b830900470c", "min_disk": 0, "protected": false, "id": "86e67117-6ed3-433f-8a19-1b830900470c", "file": "/v2/images/86e67117-6ed3-433f-8a19-1b830900470c/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:23:46,882 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-8f90d753-9a0b-44e7-a8be-be0b82c9d5f6 2018-12-12 14:23:46,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" -d '' 2018-12-12 14:23:48,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-626476bb-c03c-477c-a66f-458a63284bfa Date: Wed, 12 Dec 2018 14:23:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:23:48,389 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c/file used request id req-626476bb-c03c-477c-a66f-458a63284bfa 2018-12-12 14:23:48,389 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:23:48,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" 2018-12-12 14:23:48,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-48d1c97b-0cf4-4f12-8835-d30ee70c87e1 Date: Wed, 12 Dec 2018 14:23:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:23:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:23:48Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/86e67117-6ed3-433f-8a19-1b830900470c/snap", "metadata": {}}], "self": "/v2/images/86e67117-6ed3-433f-8a19-1b830900470c", "min_disk": 0, "protected": false, "id": "86e67117-6ed3-433f-8a19-1b830900470c", "file": "/v2/images/86e67117-6ed3-433f-8a19-1b830900470c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/86e67117-6ed3-433f-8a19-1b830900470c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:23:48,455 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c used request id req-48d1c97b-0cf4-4f12-8835-d30ee70c87e1 2018-12-12 14:23:48,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" 2018-12-12 14:23:49,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c3dc83bb-d64b-473e-b1ac-e1bb0c93be59 Date: Wed, 12 Dec 2018 14:23: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-12-12 14:23:49,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c3dc83bb-d64b-473e-b1ac-e1bb0c93be59 2018-12-12 14:23:49,033 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image 2018-12-12 14:23:49,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" 2018-12-12 14:23:49,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-db512a7a-ef02-4d58-9cf5-645249182ca9 Date: Wed, 12 Dec 2018 14:23:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:23:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:23:48Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/86e67117-6ed3-433f-8a19-1b830900470c/snap", "metadata": {}}], "self": "/v2/images/86e67117-6ed3-433f-8a19-1b830900470c", "min_disk": 0, "protected": false, "id": "86e67117-6ed3-433f-8a19-1b830900470c", "file": "/v2/images/86e67117-6ed3-433f-8a19-1b830900470c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/86e67117-6ed3-433f-8a19-1b830900470c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:23:49,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c used request id req-db512a7a-ef02-4d58-9cf5-645249182ca9 2018-12-12 14:23:49,054 - create_image - DEBUG - Instance status is - active 2018-12-12 14:23:49,054 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image 2018-12-12 14:23:49,055 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image 2018-12-12 14:23:49,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:23:49,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:49,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["31W_QfAiR7qdI-l-orlrTw"], "issued_at": "2018-12-12T14:23:49.000000Z"}} 2018-12-12 14:23:49,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" 2018-12-12 14:23:49,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50affe26-60ce-4668-8f43-d9c7d75148ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:49,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-50affe26-60ce-4668-8f43-d9c7d75148ad 2018-12-12 14:23:49,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" 2018-12-12 14:23:49,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3464448b-b4a2-4b67-90e5-8686c9a4cf95 Date: Wed, 12 Dec 2018 14:23:49 GMT RESP BODY: {"networks":[]} 2018-12-12 14:23:49,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net used request id req-3464448b-b4a2-4b67-90e5-8686c9a4cf95 2018-12-12 14:23:49,687 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net 2018-12-12 14:23:49,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" -d '{"network": {"name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net", "admin_state_up": true}}' 2018-12-12 14:23:50,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b5cb9f7f-a384-45d3-8049-0c61717b0337 Date: Wed, 12 Dec 2018 14:23: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":"a12e277d-08e1-456e-9231-059a6c9e5bc5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:23:49Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:49Z","mtu":1450}} 2018-12-12 14:23:50,111 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-b5cb9f7f-a384-45d3-8049-0c61717b0337 2018-12-12 14:23:50,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" 2018-12-12 14:23:50,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6f7ed450-4834-4716-9b9b-c4873f5d97ac Date: Wed, 12 Dec 2018 14:23:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:23:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:49Z","provider:network_type":"vxlan"}]} 2018-12-12 14:23:50,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-6f7ed450-4834-4716-9b9b-c4873f5d97ac 2018-12-12 14:23:50,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" 2018-12-12 14:23:50,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f240dcd1-9cad-4898-8b49-f1eaa6c31720 Date: Wed, 12 Dec 2018 14:23:50 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:23:50,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-f240dcd1-9cad-4898-8b49-f1eaa6c31720 2018-12-12 14:23:50,512 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet 2018-12-12 14:23:50,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" -d '{"subnets": [{"ip_version": 4, "network_id": "a12e277d-08e1-456e-9231-059a6c9e5bc5", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet"}]}' 2018-12-12 14:23:51,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0b46e580-aa3e-44de-a43c-4b64f452d826 Date: Wed, 12 Dec 2018 14:23:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:50Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:50Z","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":"b02038a5aa9140319df8909801cc6521","id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","subnetpool_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet"}]} 2018-12-12 14:23:51,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-0b46e580-aa3e-44de-a43c-4b64f452d826 2018-12-12 14:23:51,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" 2018-12-12 14:23:51,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-e61afcdf-65d3-4960-858d-9cf9163b7d76 Date: Wed, 12 Dec 2018 14:23:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["fb7e9097-3c19-41f6-b6c0-26c9c7c6a312"],"description":"","tags":[],"updated_at":"2018-12-12T14:23:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:49Z","provider:network_type":"vxlan"}]} 2018-12-12 14:23:51,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-e61afcdf-65d3-4960-858d-9cf9163b7d76 2018-12-12 14:23:51,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" 2018-12-12 14:23:51,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-48c89673-8d7b-40cb-8cdf-1849e820e01b Date: Wed, 12 Dec 2018 14:23:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:50Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","subnetpool_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet"}]} 2018-12-12 14:23:51,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-48c89673-8d7b-40cb-8cdf-1849e820e01b 2018-12-12 14:23:51,653 - OpenStackNetwork - DEBUG - Network [a12e277d-08e1-456e-9231-059a6c9e5bc5] created successfully 2018-12-12 14:23:51,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:23:51,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:52,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["uFIKh_wZS6avrhR1qiASmw"], "issued_at": "2018-12-12T14:23:52.000000Z"}} 2018-12-12 14:23:52,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429354491a810eb995f7e0da06e879187ee3a58" 2018-12-12 14:23:52,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d274a58-d0f3-4079-bad9-59f423183c92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:52,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1d274a58-d0f3-4079-bad9-59f423183c92 2018-12-12 14:23:52,120 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:23:52,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429354491a810eb995f7e0da06e879187ee3a58" 2018-12-12 14:23:52,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-13b225e2-68aa-4ec0-a25f-0ca943c77f78 x-compute-request-id: req-13b225e2-68aa-4ec0-a25f-0ca943c77f78 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:23:52,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-13b225e2-68aa-4ec0-a25f-0ca943c77f78 2018-12-12 14:23:52,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429354491a810eb995f7e0da06e879187ee3a58" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 14:23:52,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c36a677c-34c1-48f9-852c-b9d74b5c2dd0 x-compute-request-id: req-c36a677c-34c1-48f9-852c-b9d74b5c2dd0 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:23:52,529 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c36a677c-34c1-48f9-852c-b9d74b5c2dd0 2018-12-12 14:23:52,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:23:52,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:23:52,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["TLFEg1WvT6-5oGlzpHEdtQ"], "issued_at": "2018-12-12T14:23:52.000000Z"}} 2018-12-12 14:23:52,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8dd1587cae0a0405843fd77593f0ccef5d76c92" 2018-12-12 14:23:52,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-755d3f64-dc78-4b2d-96f9-21d1735c5b54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:23:52,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-755d3f64-dc78-4b2d-96f9-21d1735c5b54 2018-12-12 14:23:52,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:53,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-9040f7ae-2b75-4b18-a785-b8d740bc9da5 Date: Wed, 12 Dec 2018 14:23:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["fb7e9097-3c19-41f6-b6c0-26c9c7c6a312"],"description":"","tags":[],"updated_at":"2018-12-12T14:23:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:49Z","provider:network_type":"vxlan"}]} 2018-12-12 14:23:53,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net used request id req-9040f7ae-2b75-4b18-a785-b8d740bc9da5 2018-12-12 14:23:53,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:53,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-52b15ac7-ef00-4264-9f66-699cc8646125 Date: Wed, 12 Dec 2018 14:23:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:50Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","subnetpool_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet"}]} 2018-12-12 14:23:53,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-52b15ac7-ef00-4264-9f66-699cc8646125 2018-12-12 14:23:53,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:53,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-65e47b3f-4d24-492d-b172-f0d1f79834d4 Date: Wed, 12 Dec 2018 14:23:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["fb7e9097-3c19-41f6-b6c0-26c9c7c6a312"],"description":"","tags":[],"updated_at":"2018-12-12T14:23:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:49Z","provider:network_type":"vxlan"}]} 2018-12-12 14:23:53,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net used request id req-65e47b3f-4d24-492d-b172-f0d1f79834d4 2018-12-12 14:23:53,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:23:53,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:23:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:23:53,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8dd1587cae0a0405843fd77593f0ccef5d76c92" 2018-12-12 14:23:53,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86400c61-3084-44e6-81c1-b941aab814be Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:23:53,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-86400c61-3084-44e6-81c1-b941aab814be 2018-12-12 14:23:53,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:54,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0c4536ee-d42e-43c9-80e5-13839cac3254 Date: Wed, 12 Dec 2018 14:23:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:50Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","subnetpool_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet"}]} 2018-12-12 14:23:54,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-0c4536ee-d42e-43c9-80e5-13839cac3254 2018-12-12 14:23:54,035 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net 2018-12-12 14:23:54,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" -d '{"port": {"network_id": "a12e277d-08e1-456e-9231-059a6c9e5bc5", "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-port", "admin_state_up": true}}' 2018-12-12 14:23:54,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-f6909624-5560-4166-8b09-fca6d9db4dcf Date: Wed, 12 Dec 2018 14:23:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:54Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","ip_address":"10.55.0.9"}],"id":"1fec1221-5474-4cc5-a694-1935a2aaeec8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:53:00:e9","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-port","project_id":"b02038a5aa9140319df8909801cc6521","qos_policy_id":null,"admin_state_up":true,"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:54Z","binding:vnic_type":"normal"}} 2018-12-12 14:23:54,979 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-f6909624-5560-4166-8b09-fca6d9db4dcf 2018-12-12 14:23:54,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:55,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-dc592445-a4af-45a9-902a-ebe40b4d2da1 Date: Wed, 12 Dec 2018 14:23:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["fb7e9097-3c19-41f6-b6c0-26c9c7c6a312"],"description":"","tags":[],"updated_at":"2018-12-12T14:23:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:49Z","provider:network_type":"vxlan"}]} 2018-12-12 14:23:55,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net used request id req-dc592445-a4af-45a9-902a-ebe40b4d2da1 2018-12-12 14:23:55,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:23:55,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:23:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:23:55,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:55,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07a8117-d9ab-4cb0-9214-955980173ed3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:23:55,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-a07a8117-d9ab-4cb0-9214-955980173ed3 2018-12-12 14:23:55,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:55,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a9ce63cd-b346-4845-a47a-aa92fe6e10eb Date: Wed, 12 Dec 2018 14:23:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:50Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","subnetpool_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet"}]} 2018-12-12 14:23:55,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-a9ce63cd-b346-4845-a47a-aa92fe6e10eb 2018-12-12 14:23:55,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5&name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:55,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-0013f13f-bd38-4e4c-8d83-c02800c0d5a7 Date: Wed, 12 Dec 2018 14:23:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","ip_address":"10.55.0.9"}],"id":"1fec1221-5474-4cc5-a694-1935a2aaeec8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:53:00:e9","project_id":"b02038a5aa9140319df8909801cc6521","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-port","admin_state_up":true,"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:54Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 14:23:55,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5&name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-port&admin_state_up=True used request id req-0013f13f-bd38-4e4c-8d83-c02800c0d5a7 2018-12-12 14:23:55,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:55,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22146ccc-ebe8-44d7-b1a2-920c38d32c6b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:23:55,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-22146ccc-ebe8-44d7-b1a2-920c38d32c6b 2018-12-12 14:23:55,891 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst 2018-12-12 14:23:55,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:56,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23: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-4c877515-e26e-4f8a-b0ba-225403fb3fc8 x-compute-request-id: req-4c877515-e26e-4f8a-b0ba-225403fb3fc8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-flavor-name"}]} 2018-12-12 14:23:56,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4c877515-e26e-4f8a-b0ba-225403fb3fc8 2018-12-12 14:23:56,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:56,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:23:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfc3d3e1-b475-4215-8369-fddef611a77f x-compute-request-id: req-bfc3d3e1-b475-4215-8369-fddef611a77f Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:23:56,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157 used request id req-bfc3d3e1-b475-4215-8369-fddef611a77f 2018-12-12 14:23:56,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:57,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-8f6680dd-8183-4205-9b07-16420f98931f Date: Wed, 12 Dec 2018 14:23:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:23:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:23:48Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/86e67117-6ed3-433f-8a19-1b830900470c/snap", "metadata": {}}], "self": "/v2/images/86e67117-6ed3-433f-8a19-1b830900470c", "min_disk": 0, "protected": false, "id": "86e67117-6ed3-433f-8a19-1b830900470c", "file": "/v2/images/86e67117-6ed3-433f-8a19-1b830900470c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/86e67117-6ed3-433f-8a19-1b830900470c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image"} 2018-12-12 14:23:57,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image used request id req-8f6680dd-8183-4205-9b07-16420f98931f 2018-12-12 14:23:57,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:23:57,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-43221698-667b-4491-b340-34b8a5548d05 Date: Wed, 12 Dec 2018 14:23:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:23:57,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-43221698-667b-4491-b340-34b8a5548d05 2018-12-12 14:23:57,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" -d '{"server": {"name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "imageRef": "86e67117-6ed3-433f-8a19-1b830900470c", "flavorRef": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "max_count": 1, "min_count": 1, "networks": [{"port": "1fec1221-5474-4cc5-a694-1935a2aaeec8"}]}}' 2018-12-12 14:24:00,692 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:23:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2bfe385f-6bbc-4106-bc34-3d18db08b480 x-compute-request-id: req-2bfe385f-6bbc-4106-bc34-3d18db08b480 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "adminPass": "nvnXPmf2Nkva"}} 2018-12-12 14:24:00,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-2bfe385f-6bbc-4106-bc34-3d18db08b480 2018-12-12 14:24:00,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:00,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48d635cf-f1a2-4fe4-bcf6-23674673093f x-compute-request-id: req-48d635cf-f1a2-4fe4-bcf6-23674673093f Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:00,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-48d635cf-f1a2-4fe4-bcf6-23674673093f 2018-12-12 14:24:00,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:01,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-736c7db4-7311-44a4-a155-dc1e38ba1a5b x-compute-request-id: req-736c7db4-7311-44a4-a155-dc1e38ba1a5b Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:01,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-736c7db4-7311-44a4-a155-dc1e38ba1a5b 2018-12-12 14:24:04,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:05,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-900744f5-a18f-40de-b6af-1c8eec39d404 x-compute-request-id: req-900744f5-a18f-40de-b6af-1c8eec39d404 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.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:03Z", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:05,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-900744f5-a18f-40de-b6af-1c8eec39d404 2018-12-12 14:24:08,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:08,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49907c38-fd81-44aa-8244-bfcf7e3d911c x-compute-request-id: req-49907c38-fd81-44aa-8244-bfcf7e3d911c 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.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:03Z", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:08,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-49907c38-fd81-44aa-8244-bfcf7e3d911c 2018-12-12 14:24:11,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:12,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-b4bdb868-be10-477f-a037-84f35e2d333f x-compute-request-id: req-b4bdb868-be10-477f-a037-84f35e2d333f 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.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:03Z", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:12,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-b4bdb868-be10-477f-a037-84f35e2d333f 2018-12-12 14:24:15,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:16,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d5fe2e5-7798-43fa-b0c9-0f7201ef53ae x-compute-request-id: req-3d5fe2e5-7798-43fa-b0c9-0f7201ef53ae 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.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:03Z", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:16,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-3d5fe2e5-7798-43fa-b0c9-0f7201ef53ae 2018-12-12 14:24:19,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:19,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-935eb77a-5586-4cd6-aa1a-9a01312fee4d x-compute-request-id: req-935eb77a-5586-4cd6-aa1a-9a01312fee4d 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.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:03Z", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:19,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-935eb77a-5586-4cd6-aa1a-9a01312fee4d 2018-12-12 14:24:22,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:23,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-c5a805c0-673f-4d34-a293-df3ec5aeb19b x-compute-request-id: req-c5a805c0-673f-4d34-a293-df3ec5aeb19b 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.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:03Z", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:23,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-c5a805c0-673f-4d34-a293-df3ec5aeb19b 2018-12-12 14:24:26,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:27,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-b51e4619-746e-4695-b7b9-b8e3e93fb2b0 x-compute-request-id: req-b51e4619-746e-4695-b7b9-b8e3e93fb2b0 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.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:03Z", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:27,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-b51e4619-746e-4695-b7b9-b8e3e93fb2b0 2018-12-12 14:24:30,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:30,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bc98d3a-3d84-424d-98f9-26a8cd4ac89e x-compute-request-id: req-9bc98d3a-3d84-424d-98f9-26a8cd4ac89e 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.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:03Z", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:30,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-9bc98d3a-3d84-424d-98f9-26a8cd4ac89e 2018-12-12 14:24:33,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:34,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-b96bc51a-3511-4e0d-b57b-166277f79c35 x-compute-request-id: req-b96bc51a-3511-4e0d-b57b-166277f79c35 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:34,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-b96bc51a-3511-4e0d-b57b-166277f79c35 2018-12-12 14:24:37,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:38,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-7c6ba55e-4899-4c59-9603-7f683d4d343b x-compute-request-id: req-7c6ba55e-4899-4c59-9603-7f683d4d343b Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:00:e9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:24:34Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:38,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-7c6ba55e-4899-4c59-9603-7f683d4d343b 2018-12-12 14:24:41,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:42,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa85e18b-798e-4861-a2a3-2b86148d9fda x-compute-request-id: req-aa85e18b-798e-4861-a2a3-2b86148d9fda Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:00:e9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-12-12T14:24:40.000000", "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:24:41Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:42,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-aa85e18b-798e-4861-a2a3-2b86148d9fda 2018-12-12 14:24:42,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:43,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-96b967aa-1144-4647-8baf-c0a9c1d847d4 x-compute-request-id: req-96b967aa-1144-4647-8baf-c0a9c1d847d4 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:00:e9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418", "rel": "bookmark"}], "image": {"id": "86e67117-6ed3-433f-8a19-1b830900470c", "links": [{"href": "http://172.30.9.29:8774/images/86e67117-6ed3-433f-8a19-1b830900470c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-12-12T14:24:40.000000", "flavor": {"id": "44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "links": [{"href": "http://172.30.9.29:8774/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157", "rel": "bookmark"}]}, "id": "fa5ac92b-e99a-4de8-bbe2-decde37fe418", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:24:41Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-76689c87-670e-41e0-9532-ab86eb3a1280-vm_inst", "created": "2018-12-12T14:24:00Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:24:43,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-96b967aa-1144-4647-8baf-c0a9c1d847d4 2018-12-12 14:24:43,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:44,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-e5895c92-9994-4f8e-846d-70b4dec8ade0 Date: Wed, 12 Dec 2018 14:24:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["fb7e9097-3c19-41f6-b6c0-26c9c7c6a312"],"description":"","tags":[],"updated_at":"2018-12-12T14:23:50Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:49Z","provider:network_type":"vxlan"}]} 2018-12-12 14:24:44,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net used request id req-e5895c92-9994-4f8e-846d-70b4dec8ade0 2018-12-12 14:24:44,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:44,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70660b81-c250-4ab0-96d1-0a453f7749d6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:24:44,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-70660b81-c250-4ab0-96d1-0a453f7749d6 2018-12-12 14:24:44,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:44,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c1c6423f-6c27-4157-9ced-64e8c0c6ee69 Date: Wed, 12 Dec 2018 14:24:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:50Z","dns_nameservers":[],"updated_at":"2018-12-12T14:23:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","subnetpool_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet"}]} 2018-12-12 14:24:44,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-c1c6423f-6c27-4157-9ced-64e8c0c6ee69 2018-12-12 14:24:44,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:44,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3876 X-Openstack-Request-Id: req-6a43a72b-d8fc-4aa2-8a55-b8da25c47ed0 Date: Wed, 12 Dec 2018 14:24:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","ip_address":"10.55.0.2"}],"id":"0e2ba51a-3e8c-4462-a42f-75d69ef68c4f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:52:ea","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a12e277d-08e1-456e-9231-059a6c9e5bc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","ip_address":"10.55.0.9"}],"id":"1fec1221-5474-4cc5-a694-1935a2aaeec8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:00:e9","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-port","admin_state_up":true,"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:54Z","binding:vnic_type":"normal","device_id":"fa5ac92b-e99a-4de8-bbe2-decde37fe418"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","ip_address":"10.55.0.4"}],"id":"78921573-0891-4969-ae8b-7d286af3dbff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f5:9c:99","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:52Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a12e277d-08e1-456e-9231-059a6c9e5bc5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:23:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb7e9097-3c19-41f6-b6c0-26c9c7c6a312","ip_address":"10.55.0.3"}],"id":"fd030826-f79b-4a0f-a9b2-44eb13e91ec5","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:8e:c0","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a12e277d-08e1-456e-9231-059a6c9e5bc5","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:23:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a12e277d-08e1-456e-9231-059a6c9e5bc5"}]} 2018-12-12 14:24:44,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-6a43a72b-d8fc-4aa2-8a55-b8da25c47ed0 2018-12-12 14:24:44,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:44,845 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:24: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-758e4a8f-da4b-4fcd-8441-9e39ad9d487a x-compute-request-id: req-758e4a8f-da4b-4fcd-8441-9e39ad9d487a Content-Type: application/json 2018-12-12 14:24:44,845 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/fa5ac92b-e99a-4de8-bbe2-decde37fe418 used request id req-758e4a8f-da4b-4fcd-8441-9e39ad9d487a 2018-12-12 14:24:44,845 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-port 2018-12-12 14:24:44,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/1fec1221-5474-4cc5-a694-1935a2aaeec8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff680ac53a7738e4543f325e81707644edf37ba" 2018-12-12 14:24:45,272 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63ca9cb9-ac05-4ce6-bb02-64bdf44a863c Date: Wed, 12 Dec 2018 14:24:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:24:45,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/1fec1221-5474-4cc5-a694-1935a2aaeec8 used request id req-63ca9cb9-ac05-4ce6-bb02-64bdf44a863c 2018-12-12 14:24:45,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429354491a810eb995f7e0da06e879187ee3a58" 2018-12-12 14:24:45,318 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14: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 x-openstack-request-id: req-ea5c7ac7-05f0-41dd-b223-e0bc4caea024 x-compute-request-id: req-ea5c7ac7-05f0-41dd-b223-e0bc4caea024 Content-Length: 0 Content-Type: application/json 2018-12-12 14:24:45,318 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/44508452-5bba-4c8a-b9a6-0ab5ce7cc157 used request id req-ea5c7ac7-05f0-41dd-b223-e0bc4caea024 2018-12-12 14:24:45,319 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet 2018-12-12 14:24:45,319 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-subnet 2018-12-12 14:24:45,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/fb7e9097-3c19-41f6-b6c0-26c9c7c6a312 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" 2018-12-12 14:24:47,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-79a3f75d-5d8d-443d-b553-0f0929fdb26d Date: Wed, 12 Dec 2018 14:24:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:24:47,585 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fb7e9097-3c19-41f6-b6c0-26c9c7c6a312 used request id req-79a3f75d-5d8d-443d-b553-0f0929fdb26d 2018-12-12 14:24:47,585 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-net 2018-12-12 14:24:47,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/a12e277d-08e1-456e-9231-059a6c9e5bc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3396d1fd8477af810e3416a0d5c7a617bdf6f41" 2018-12-12 14:24:48,536 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c166236-62fe-4df7-a9d0-235fc7433e43 Date: Wed, 12 Dec 2018 14:24:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:24:48,536 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/a12e277d-08e1-456e-9231-059a6c9e5bc5 used request id req-4c166236-62fe-4df7-a9d0-235fc7433e43 2018-12-12 14:24:48,537 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-76689c87-670e-41e0-9532-ab86eb3a1280-image 2018-12-12 14:24:48,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03966d8ea1c433e39f5c8d1c81353be3992ce72" 2018-12-12 14:24:50,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2849949-caaf-45fb-a99c-4d03003a3db5 Date: Wed, 12 Dec 2018 14:24:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:24:50,464 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/86e67117-6ed3-433f-8a19-1b830900470c used request id req-d2849949-caaf-45fb-a99c-4d03003a3db5 2018-12-12 14:24:50,466 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:24:50,469 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:24:50,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:24:50,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:24:50,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:24:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["PQmm1f8fR2aw4UHr7jlg2A"], "issued_at": "2018-12-12T14:24:50.000000Z"}} 2018-12-12 14:24:50,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" 2018-12-12 14:24:50,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a588058-f659-4c14-a9a5-3ac268cc1426 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:24:50,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9a588058-f659-4c14-a9a5-3ac268cc1426 2018-12-12 14:24:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" 2018-12-12 14:24:51,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-d39ea4c4-6b2b-47d4-b3f3-87fcd8ce8720 Date: Wed, 12 Dec 2018 14:24:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image"} 2018-12-12 14:24:51,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image used request id req-d39ea4c4-6b2b-47d4-b3f3-87fcd8ce8720 2018-12-12 14:24:51,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" 2018-12-12 14:24:52,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-47e3c8dd-9066-48df-a3f7-9e0ef561890d Date: Wed, 12 Dec 2018 14:24:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:24:52,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-47e3c8dd-9066-48df-a3f7-9e0ef561890d 2018-12-12 14:24:52,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image"}' 2018-12-12 14:24:52,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5 X-Openstack-Request-Id: req-015c2a17-fda4-47bc-8882-b8bc2a188c77 Date: Wed, 12 Dec 2018 14:24:52 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:24:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:24:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/ca18710c-3498-4a88-9426-293341903fa5", "min_disk": 0, "protected": false, "id": "ca18710c-3498-4a88-9426-293341903fa5", "file": "/v2/images/ca18710c-3498-4a88-9426-293341903fa5/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:24:52,391 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-015c2a17-fda4-47bc-8882-b8bc2a188c77 2018-12-12 14:24:52,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" -d '' 2018-12-12 14:24:54,362 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd9771f3-b193-43a3-b4a0-0a109fe216d1 Date: Wed, 12 Dec 2018 14: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-12-12 14:24:54,362 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5/file used request id req-dd9771f3-b193-43a3-b4a0-0a109fe216d1 2018-12-12 14:24:54,363 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:24:54,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" 2018-12-12 14:24:54,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-442dd5d8-8a1d-4a77-a570-c537e47ba991 Date: Wed, 12 Dec 2018 14:24:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:24:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:24:54Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/ca18710c-3498-4a88-9426-293341903fa5/snap", "metadata": {}}], "self": "/v2/images/ca18710c-3498-4a88-9426-293341903fa5", "min_disk": 0, "protected": false, "id": "ca18710c-3498-4a88-9426-293341903fa5", "file": "/v2/images/ca18710c-3498-4a88-9426-293341903fa5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/ca18710c-3498-4a88-9426-293341903fa5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:24:54,593 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5 used request id req-442dd5d8-8a1d-4a77-a570-c537e47ba991 2018-12-12 14:24:54,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" 2018-12-12 14:24:54,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a6ea1972-865e-4e9c-bd76-a4abdf2abbd2 Date: Wed, 12 Dec 2018 14:24:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:24:54,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a6ea1972-865e-4e9c-bd76-a4abdf2abbd2 2018-12-12 14:24:54,607 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image 2018-12-12 14:24:54,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" 2018-12-12 14:24:55,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-eefdadbc-7045-4935-b6e6-8ad59b946b35 Date: Wed, 12 Dec 2018 14:24:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:24:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:24:54Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/ca18710c-3498-4a88-9426-293341903fa5/snap", "metadata": {}}], "self": "/v2/images/ca18710c-3498-4a88-9426-293341903fa5", "min_disk": 0, "protected": false, "id": "ca18710c-3498-4a88-9426-293341903fa5", "file": "/v2/images/ca18710c-3498-4a88-9426-293341903fa5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/ca18710c-3498-4a88-9426-293341903fa5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:24:55,243 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5 used request id req-eefdadbc-7045-4935-b6e6-8ad59b946b35 2018-12-12 14:24:55,244 - create_image - DEBUG - Instance status is - active 2018-12-12 14:24:55,244 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image 2018-12-12 14:24:55,244 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image 2018-12-12 14:24:55,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:24:55,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:24:55,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:24:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["1IXVHws0TPa0u-TWJqxX4g"], "issued_at": "2018-12-12T14:24:55.000000Z"}} 2018-12-12 14:24:55,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" 2018-12-12 14:24:55,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c941cf57-aef3-46c8-9772-208aec7983c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:24:55,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c941cf57-aef3-46c8-9772-208aec7983c8 2018-12-12 14:24:55,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" 2018-12-12 14:24:55,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dd9ced14-642d-4c2a-bf39-a91420da814a Date: Wed, 12 Dec 2018 14:24:55 GMT RESP BODY: {"networks":[]} 2018-12-12 14:24:55,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-dd9ced14-642d-4c2a-bf39-a91420da814a 2018-12-12 14:24:55,914 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net 2018-12-12 14:24:55,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net", "admin_state_up": true}}' 2018-12-12 14:24:56,488 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-017c3740-ba01-40fc-bfee-aeaba6874df1 Date: Wed, 12 Dec 2018 14:24:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:24:56Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","mtu":1450}} 2018-12-12 14:24:56,488 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-017c3740-ba01-40fc-bfee-aeaba6874df1 2018-12-12 14:24:56,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" 2018-12-12 14:24:56,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-b0611661-5ead-4414-ad23-5c764fee1066 Date: Wed, 12 Dec 2018 14:24:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:24:56Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:24:56,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-b0611661-5ead-4414-ad23-5c764fee1066 2018-12-12 14:24:56,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" 2018-12-12 14:24:56,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1dfeb402-1503-4ce5-a500-98c1628ff607 Date: Wed, 12 Dec 2018 14:24:56 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:24:56,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-1dfeb402-1503-4ce5-a500-98c1628ff607 2018-12-12 14:24:56,922 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet 2018-12-12 14:24:56,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" -d '{"subnets": [{"ip_version": 4, "network_id": "e54dc059-8f31-4bf1-b972-d5e3a0df9c42", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]}' 2018-12-12 14:24:57,500 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-32c55377-f19c-4b6e-a736-2bbab7324e4d Date: Wed, 12 Dec 2018 14:24:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","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":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:24:57,500 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-32c55377-f19c-4b6e-a736-2bbab7324e4d 2018-12-12 14:24:57,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" 2018-12-12 14:24:57,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d831b331-8539-43df-b301-e7f328ced842 Date: Wed, 12 Dec 2018 14:24:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:24:57,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-d831b331-8539-43df-b301-e7f328ced842 2018-12-12 14:24:57,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" 2018-12-12 14:24:57,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a974fd7e-fe33-4871-87ed-e90e0ca8e41f Date: Wed, 12 Dec 2018 14:24:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:24:57,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-a974fd7e-fe33-4871-87ed-e90e0ca8e41f 2018-12-12 14:24:57,985 - OpenStackNetwork - DEBUG - Network [e54dc059-8f31-4bf1-b972-d5e3a0df9c42] created successfully 2018-12-12 14:24:57,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:24:57,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:24:58,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["c5pwNxmPQ9KqIHePENpPRg"], "issued_at": "2018-12-12T14:24:58.000000Z"}} 2018-12-12 14:24:58,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55a8e4ccfdba4f65a036455dace02e1e8bcaecc" 2018-12-12 14:24:58,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20b31e22-1053-4be2-b3cf-ab373eeaf3ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:24:58,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-20b31e22-1053-4be2-b3cf-ab373eeaf3ae 2018-12-12 14:24:58,442 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:24:58,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55a8e4ccfdba4f65a036455dace02e1e8bcaecc" 2018-12-12 14:24:58,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ddc547f3-5183-4e20-9a14-06ee694617ad x-compute-request-id: req-ddc547f3-5183-4e20-9a14-06ee694617ad Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:24:58,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ddc547f3-5183-4e20-9a14-06ee694617ad 2018-12-12 14:24:58,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55a8e4ccfdba4f65a036455dace02e1e8bcaecc" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 14:24:58,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-daa4ae19-1e90-4469-a67d-256bde1a99c5 x-compute-request-id: req-daa4ae19-1e90-4469-a67d-256bde1a99c5 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:24:58,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-daa4ae19-1e90-4469-a67d-256bde1a99c5 2018-12-12 14:24:58,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:24:58,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:24:59,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["p8Oa619eSum0_HaBbcPkDQ"], "issued_at": "2018-12-12T14:24:59.000000Z"}} 2018-12-12 14:24:59,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" 2018-12-12 14:24:59,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43865264-58d7-49ca-81d6-2bfd2f8c481a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:24:59,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-43865264-58d7-49ca-81d6-2bfd2f8c481a 2018-12-12 14:24:59,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" 2018-12-12 14:25:00,052 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:24:59 GMT Server: Apache x-compute-request-id: req-c2c1ab79-6b72-41a6-82ae-421462655bd1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c2c1ab79-6b72-41a6-82ae-421462655bd1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 14:25:00,052 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail used request id req-c2c1ab79-6b72-41a6-82ae-421462655bd1 2018-12-12 14:25:00,056 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c2c1ab79-6b72-41a6-82ae-421462655bd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 14:25:01,179 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:25:00 GMT Server: Apache x-compute-request-id: req-fa7b0b6e-a751-44d1-b484-f8a519557e13 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa7b0b6e-a751-44d1-b484-f8a519557e13 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T14:25:01.070827", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "size": 1}} 2018-12-12 14:25:01,179 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes used request id req-fa7b0b6e-a751-44d1-b484-f8a519557e13 2018-12-12 14:25:01,183 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2c1ab79-6b72-41a6-82ae-421462655bd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" 2018-12-12 14:25:01,961 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:01 GMT Server: Apache x-compute-request-id: req-90646375-cd4f-4586-8003-a6518f373912 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90646375-cd4f-4586-8003-a6518f373912 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:25:01.000000", "replication_status": null, "snapshot_id": null, "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "bootable": "false", "created_at": "2018-12-12T14:25:01.000000", "volume_type": null}} 2018-12-12 14:25:01,962 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-90646375-cd4f-4586-8003-a6518f373912 2018-12-12 14:25:01,962 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf 2018-12-12 14:25:01,965 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2c1ab79-6b72-41a6-82ae-421462655bd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" 2018-12-12 14:25:02,022 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:01 GMT Server: Apache x-compute-request-id: req-dd0d9e99-5402-4d04-a2cb-2f7be40484dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd0d9e99-5402-4d04-a2cb-2f7be40484dd Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:25:01.000000", "replication_status": null, "snapshot_id": null, "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "bootable": "false", "created_at": "2018-12-12T14:25:01.000000", "volume_type": null}} 2018-12-12 14:25:02,023 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-dd0d9e99-5402-4d04-a2cb-2f7be40484dd 2018-12-12 14:25:02,023 - create_volume - DEBUG - Instance status is - creating 2018-12-12 14:25:02,023 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 14:25:05,026 - create_volume - DEBUG - Volume status query timeout in 296.936007023 2018-12-12 14:25:05,029 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2c1ab79-6b72-41a6-82ae-421462655bd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" 2018-12-12 14:25:05,813 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:05 GMT Server: Apache x-compute-request-id: req-5af232ce-3f81-41ea-8edc-106a78621a51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5af232ce-3f81-41ea-8edc-106a78621a51 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:25:04.000000", "replication_status": null, "snapshot_id": null, "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "bootable": "false", "created_at": "2018-12-12T14:25:01.000000", "volume_type": null}} 2018-12-12 14:25:05,813 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-5af232ce-3f81-41ea-8edc-106a78621a51 2018-12-12 14:25:05,813 - create_volume - DEBUG - Instance status is - available 2018-12-12 14:25:05,813 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf 2018-12-12 14:25:05,813 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf 2018-12-12 14:25:05,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:25:05,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:25:06,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:25:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["wmOQSAYoT6-0td7TrVQwLg"], "issued_at": "2018-12-12T14:25:06.000000Z"}} 2018-12-12 14:25:06,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:06,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99434b08-2a4a-412b-b8e3-9abce730a172 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:25:06,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-99434b08-2a4a-412b-b8e3-9abce730a172 2018-12-12 14:25:06,287 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:25:06,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:06,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1695874c-8b73-48de-b2d1-3a350d71c90f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:25:06,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1695874c-8b73-48de-b2d1-3a350d71c90f 2018-12-12 14:25:06,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:06,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d959e063-1795-4295-a3c2-9309b930ca6e Date: Wed, 12 Dec 2018 14:25:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:06,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-d959e063-1795-4295-a3c2-9309b930ca6e 2018-12-12 14:25:06,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:25:06,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:25: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:25:06,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:06,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e72e68-2880-4b62-b34c-bc7517cf759b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:06,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-59e72e68-2880-4b62-b34c-bc7517cf759b 2018-12-12 14:25:06,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:06,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7f4a3540-8ae6-4a55-8bb7-7ee17d031565 Date: Wed, 12 Dec 2018 14:25:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:06,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-7f4a3540-8ae6-4a55-8bb7-7ee17d031565 2018-12-12 14:25:06,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:07,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-010cb9d9-cb7b-4c4c-bd06-4db6a42ab3ea Date: Wed, 12 Dec 2018 14:25:07 GMT RESP BODY: {"ports":[]} 2018-12-12 14:25:07,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port&admin_state_up=True used request id req-010cb9d9-cb7b-4c4c-bd06-4db6a42ab3ea 2018-12-12 14:25:07,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:07,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25: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-fa4d9a39-a3b7-46c6-9cf1-214099117630 x-compute-request-id: req-fa4d9a39-a3b7-46c6-9cf1-214099117630 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 14:25:07,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst used request id req-fa4d9a39-a3b7-46c6-9cf1-214099117630 2018-12-12 14:25:07,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:07,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1bc3f6fd-32f9-4140-8b3e-7105987493ca Date: Wed, 12 Dec 2018 14:25:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:07,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-1bc3f6fd-32f9-4140-8b3e-7105987493ca 2018-12-12 14:25:07,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:07,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3d9fc7-7f2b-42fa-9866-c2339c2286c1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:07,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-2b3d9fc7-7f2b-42fa-9866-c2339c2286c1 2018-12-12 14:25:07,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:07,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fd7a210a-05f2-450f-b1d9-48e64a356499 Date: Wed, 12 Dec 2018 14:25:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:07,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-fd7a210a-05f2-450f-b1d9-48e64a356499 2018-12-12 14:25:07,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:08,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-59e3627c-d87c-4c07-a43a-648114aeb2c5 Date: Wed, 12 Dec 2018 14:25:08 GMT RESP BODY: {"ports":[]} 2018-12-12 14:25:08,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port&admin_state_up=True used request id req-59e3627c-d87c-4c07-a43a-648114aeb2c5 2018-12-12 14:25:08,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:25:08,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:25:08,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:25:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["BymRA7jOTEeftpcOeT60qw"], "issued_at": "2018-12-12T14:25:08.000000Z"}} 2018-12-12 14:25:08,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a3a35f40bf9702dfd311ac7785f2a474eacb99" 2018-12-12 14:25:08,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff7e671-d5a6-423c-96c2-335feca7b562 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:25:08,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eff7e671-d5a6-423c-96c2-335feca7b562 2018-12-12 14:25:08,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:08,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9201100a-5c7b-41d9-8387-658e8b8d15b9 Date: Wed, 12 Dec 2018 14:25:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:08,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-9201100a-5c7b-41d9-8387-658e8b8d15b9 2018-12-12 14:25:08,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:09,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-edba24fe-9ffa-4783-becd-896742d190d2 Date: Wed, 12 Dec 2018 14:25:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:09,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-edba24fe-9ffa-4783-becd-896742d190d2 2018-12-12 14:25:09,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:09,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-74cab835-9d14-40e8-b11c-b84bcdaef91d Date: Wed, 12 Dec 2018 14:25:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:09,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-74cab835-9d14-40e8-b11c-b84bcdaef91d 2018-12-12 14:25:09,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:25:09,389 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:25: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:25:09,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30a3a35f40bf9702dfd311ac7785f2a474eacb99" 2018-12-12 14:25:09,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d9f7bb-24a6-46fe-a16f-ef5fe994fd54 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:09,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-48d9f7bb-24a6-46fe-a16f-ef5fe994fd54 2018-12-12 14:25:09,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:09,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eb59f011-1f09-4a5b-9745-89558fbf1bb2 Date: Wed, 12 Dec 2018 14:25:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:09,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-eb59f011-1f09-4a5b-9745-89558fbf1bb2 2018-12-12 14:25:09,530 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net 2018-12-12 14:25:09,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" -d '{"port": {"network_id": "e54dc059-8f31-4bf1-b972-d5e3a0df9c42", "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port", "admin_state_up": true}}' 2018-12-12 14:25:10,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-6d72658a-496b-4251-b0bc-9a5cfcc64bbf Date: Wed, 12 Dec 2018 14:25:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:09Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:14:a8","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","project_id":"b02038a5aa9140319df8909801cc6521","qos_policy_id":null,"admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal"}} 2018-12-12 14:25:10,482 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-6d72658a-496b-4251-b0bc-9a5cfcc64bbf 2018-12-12 14:25:10,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:10,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cecf81bc-3d33-46bb-be8b-95f98af931b8 Date: Wed, 12 Dec 2018 14:25:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:10,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-cecf81bc-3d33-46bb-be8b-95f98af931b8 2018-12-12 14:25:10,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:10,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3240c9f6-28c6-4fbe-b575-8c722543180a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:10,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-3240c9f6-28c6-4fbe-b575-8c722543180a 2018-12-12 14:25:10,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:10,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c46e7ec-bf3d-46c9-897d-c9af2da443ff Date: Wed, 12 Dec 2018 14:25:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:10,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-6c46e7ec-bf3d-46c9-897d-c9af2da443ff 2018-12-12 14:25:10,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:11,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-0fce8b45-3b92-4bd0-a63f-ef31da3f4d21 Date: Wed, 12 Dec 2018 14:25:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 14:25:11,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port&admin_state_up=True used request id req-0fce8b45-3b92-4bd0-a63f-ef31da3f4d21 2018-12-12 14:25:11,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:11,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a11a42-d1d8-4169-bf36-dc84e5b117a8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:11,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-a9a11a42-d1d8-4169-bf36-dc84e5b117a8 2018-12-12 14:25:11,154 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst 2018-12-12 14:25:11,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:11,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9187f5ed-6f60-45c1-879e-bbc49030b1ff x-compute-request-id: req-9187f5ed-6f60-45c1-879e-bbc49030b1ff Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-flavor"}]} 2018-12-12 14:25:11,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9187f5ed-6f60-45c1-879e-bbc49030b1ff 2018-12-12 14:25:11,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:11,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3c3cc08-3ee7-459e-808d-7874601f091d x-compute-request-id: req-b3c3cc08-3ee7-459e-808d-7874601f091d Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:25:11,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e used request id req-b3c3cc08-3ee7-459e-808d-7874601f091d 2018-12-12 14:25:11,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:11,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-52a5cda5-35aa-497f-bfbb-b95d94cefd23 Date: Wed, 12 Dec 2018 14:25:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:24:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:24:54Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/ca18710c-3498-4a88-9426-293341903fa5/snap", "metadata": {}}], "self": "/v2/images/ca18710c-3498-4a88-9426-293341903fa5", "min_disk": 0, "protected": false, "id": "ca18710c-3498-4a88-9426-293341903fa5", "file": "/v2/images/ca18710c-3498-4a88-9426-293341903fa5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/ca18710c-3498-4a88-9426-293341903fa5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image"} 2018-12-12 14:25:11,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image used request id req-52a5cda5-35aa-497f-bfbb-b95d94cefd23 2018-12-12 14:25:11,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:12,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-65ea0ce7-db4a-4355-a134-ebfdbc259737 Date: Wed, 12 Dec 2018 14:25:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:25:12,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-65ea0ce7-db4a-4355-a134-ebfdbc259737 2018-12-12 14:25:12,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "imageRef": "ca18710c-3498-4a88-9426-293341903fa5", "flavorRef": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "max_count": 1, "min_count": 1, "networks": [{"port": "4d33e116-f85d-42a2-abf8-44d7c4390dc8"}]}}' 2018-12-12 14:25:14,715 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:25:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-424c6f1f-5e4b-4c05-9e6a-25fbd89914ab x-compute-request-id: req-424c6f1f-5e4b-4c05-9e6a-25fbd89914ab Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "adminPass": "jNq3qM5Nabe8"}} 2018-12-12 14:25:14,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-424c6f1f-5e4b-4c05-9e6a-25fbd89914ab 2018-12-12 14:25:14,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:15,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a422f9d4-bf4a-408e-9b6d-736da6ad3146 x-compute-request-id: req-a422f9d4-bf4a-408e-9b6d-736da6ad3146 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.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:25:14Z", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:15,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-a422f9d4-bf4a-408e-9b6d-736da6ad3146 2018-12-12 14:25:15,126 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst 2018-12-12 14:25:15,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:15,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-a9dfd4a4-54bf-4b16-8375-05867ac48995 x-compute-request-id: req-a9dfd4a4-54bf-4b16-8375-05867ac48995 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:25:15Z", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:15,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-a9dfd4a4-54bf-4b16-8375-05867ac48995 2018-12-12 14:25:15,513 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst] is - BUILD 2018-12-12 14:25:15,513 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:25:18,516 - create_instance - DEBUG - VM status query timeout in 896.609844923 2018-12-12 14:25:18,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:19,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25: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-dbe4a082-cb30-4afb-8135-00d64436c414 x-compute-request-id: req-dbe4a082-cb30-4afb-8135-00d64436c414 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:25:17Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:19,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-dbe4a082-cb30-4afb-8135-00d64436c414 2018-12-12 14:25:19,134 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst] is - BUILD 2018-12-12 14:25:19,134 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:25:22,138 - create_instance - DEBUG - VM status query timeout in 892.988572121 2018-12-12 14:25:22,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:22,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-94e5247d-b439-43b9-8022-37a2df6d431b x-compute-request-id: req-94e5247d-b439-43b9-8022-37a2df6d431b Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:25:17Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:22,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-94e5247d-b439-43b9-8022-37a2df6d431b 2018-12-12 14:25:22,764 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst] is - BUILD 2018-12-12 14:25:22,764 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:25:25,767 - create_instance - DEBUG - VM status query timeout in 889.358822107 2018-12-12 14:25:25,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:26,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25: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-4d473901-54c4-492e-b9c9-1f698f729392 x-compute-request-id: req-4d473901-54c4-492e-b9c9-1f698f729392 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:22Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:26,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-4d473901-54c4-492e-b9c9-1f698f729392 2018-12-12 14:25:26,227 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst] is - ACTIVE 2018-12-12 14:25:26,227 - create_instance - INFO - VM is - ACTIVE 2018-12-12 14:25:26,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:26,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-28823b1a-bb95-421a-a81e-c5eb2e087766 x-compute-request-id: req-28823b1a-bb95-421a-a81e-c5eb2e087766 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:22Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:26,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-28823b1a-bb95-421a-a81e-c5eb2e087766 2018-12-12 14:25:26,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:26,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-89acaeab-8ac3-48b5-958a-28d14bc349ed Date: Wed, 12 Dec 2018 14:25:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:26,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-89acaeab-8ac3-48b5-958a-28d14bc349ed 2018-12-12 14:25:26,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:26,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8bfa99e-349c-49ea-a67e-4f5bf416d820 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:26,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-f8bfa99e-349c-49ea-a67e-4f5bf416d820 2018-12-12 14:25:26,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:27,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b5fee938-f457-4d05-9a55-3f7f56266823 Date: Wed, 12 Dec 2018 14:25:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:27,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-b5fee938-f457-4d05-9a55-3f7f56266823 2018-12-12 14:25:27,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:27,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-6806cb7f-66b2-4fdb-8954-bb09a45df149 Date: Wed, 12 Dec 2018 14:25:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:27,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-6806cb7f-66b2-4fdb-8954-bb09a45df149 2018-12-12 14:25:27,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:25:27,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:25:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["WHJ7OvH2QNeF4BB1Q2X6pA"], "issued_at": "2018-12-12T14:25:27.000000Z"}} 2018-12-12 14:25:27,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:27,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1401e52e-b535-4f3a-94b1-2b1714dd8b4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:25:27,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1401e52e-b535-4f3a-94b1-2b1714dd8b4e 2018-12-12 14:25:27,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:28,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-f60f0747-4b54-47b1-a40a-4eac4fd57b5b x-compute-request-id: req-f60f0747-4b54-47b1-a40a-4eac4fd57b5b Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:22Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:28,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-f60f0747-4b54-47b1-a40a-4eac4fd57b5b 2018-12-12 14:25:28,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:28,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-908904c8-b6aa-4679-be7e-9727a238348c Date: Wed, 12 Dec 2018 14:25:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:28,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-908904c8-b6aa-4679-be7e-9727a238348c 2018-12-12 14:25:28,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:28,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-616a1324-4d03-42bf-8936-f9511671ff46 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:28,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-616a1324-4d03-42bf-8936-f9511671ff46 2018-12-12 14:25:28,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:28,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a14e82ef-5d55-418e-9dff-1f4572c3499a Date: Wed, 12 Dec 2018 14:25:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:28,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-a14e82ef-5d55-418e-9dff-1f4572c3499a 2018-12-12 14:25:28,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:28,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-b4326b19-45ca-4156-a0a8-fa507e87d6c5 Date: Wed, 12 Dec 2018 14:25:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:28,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-b4326b19-45ca-4156-a0a8-fa507e87d6c5 2018-12-12 14:25:28,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" -d '{"volumeAttachment": {"volumeId": "0d20fdd6-2b3b-4eef-a2c3-b48359761798"}}' 2018-12-12 14:25:30,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-c369896d-54d1-45ad-8a59-058e604b2e63 x-compute-request-id: req-c369896d-54d1-45ad-8a59-058e604b2e63 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "volumeId": "0d20fdd6-2b3b-4eef-a2c3-b48359761798"}} 2018-12-12 14:25:30,848 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2/os-volume_attachments used request id req-c369896d-54d1-45ad-8a59-058e604b2e63 2018-12-12 14:25:30,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:32,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-29c3bc9e-3910-4425-9a42-4e0e9d1e1d64 x-compute-request-id: req-29c3bc9e-3910-4425-9a42-4e0e9d1e1d64 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:22Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798"}], "metadata": {}}} 2018-12-12 14:25:32,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-29c3bc9e-3910-4425-9a42-4e0e9d1e1d64 2018-12-12 14:25:32,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:32,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3e72934c-7118-4296-bf0e-35c9908c0fcd Date: Wed, 12 Dec 2018 14:25:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:32,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-3e72934c-7118-4296-bf0e-35c9908c0fcd 2018-12-12 14:25:32,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:25:32,424 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:25:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:25:32,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:32,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50f05063-d936-493e-bf0d-23318f4296a4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:32,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-50f05063-d936-493e-bf0d-23318f4296a4 2018-12-12 14:25:32,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:32,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4bed65cb-3eec-4fa9-a203-54fa8c74cabc Date: Wed, 12 Dec 2018 14:25:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:32,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-4bed65cb-3eec-4fa9-a203-54fa8c74cabc 2018-12-12 14:25:32,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:33,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-6cd8d0dc-2a4e-4f69-a158-39de99a45afd Date: Wed, 12 Dec 2018 14:25:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:33,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-6cd8d0dc-2a4e-4f69-a158-39de99a45afd 2018-12-12 14:25:33,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:33,274 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:33 GMT Server: Apache x-compute-request-id: req-39860744-287f-4a42-8807-e82d9407bd21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39860744-287f-4a42-8807-e82d9407bd21 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:25:30.000000", "replication_status": null, "snapshot_id": null, "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "bootable": "false", "created_at": "2018-12-12T14:25:01.000000", "volume_type": null}} 2018-12-12 14:25:33,275 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-39860744-287f-4a42-8807-e82d9407bd21 2018-12-12 14:25:36,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39860744-287f-4a42-8807-e82d9407bd21" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:37,037 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:36 GMT Server: Apache x-compute-request-id: req-426223ef-1c03-40e7-91f0-aa99c90d185e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-426223ef-1c03-40e7-91f0-aa99c90d185e Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "attachment_id": "d30dd601-178d-45ea-9892-44d3fa266582", "attached_at": "2018-12-12T14:25:35.000000", "host_name": null, "volume_id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "device": "/dev/vdb", "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798"}], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:25:35.000000", "replication_status": null, "snapshot_id": null, "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "bootable": "false", "created_at": "2018-12-12T14:25:01.000000", "volume_type": null}} 2018-12-12 14:25:37,037 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-426223ef-1c03-40e7-91f0-aa99c90d185e 2018-12-12 14:25:37,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:37,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c54f9f10-9ea8-46db-ad96-fb12176dbad2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:25:37,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c54f9f10-9ea8-46db-ad96-fb12176dbad2 2018-12-12 14:25:37,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:37,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-32f76646-86b8-4f2e-a542-318827cb7c17 x-compute-request-id: req-32f76646-86b8-4f2e-a542-318827cb7c17 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798"}], "metadata": {}}} 2018-12-12 14:25:37,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-32f76646-86b8-4f2e-a542-318827cb7c17 2018-12-12 14:25:37,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:38,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f25eb758-fbe0-48d5-a411-53f8836f4b56 Date: Wed, 12 Dec 2018 14:25:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:38,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-f25eb758-fbe0-48d5-a411-53f8836f4b56 2018-12-12 14:25:38,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:38,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0334dd-0771-4653-9b6d-28747bc49bc7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:38,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-ad0334dd-0771-4653-9b6d-28747bc49bc7 2018-12-12 14:25:38,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:38,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c6407be2-149a-472a-8461-0720958719b5 Date: Wed, 12 Dec 2018 14:25:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:38,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-c6407be2-149a-472a-8461-0720958719b5 2018-12-12 14:25:38,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:38,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-d5951e3a-3100-4819-a544-17f3bf9da44e Date: Wed, 12 Dec 2018 14:25:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:38,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-d5951e3a-3100-4819-a544-17f3bf9da44e 2018-12-12 14:25:38,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:39,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-fad7e771-a787-4bd4-88d2-79e30163da39 x-compute-request-id: req-fad7e771-a787-4bd4-88d2-79e30163da39 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798"}], "metadata": {}}} 2018-12-12 14:25:39,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-fad7e771-a787-4bd4-88d2-79e30163da39 2018-12-12 14:25:39,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:40,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7d894741-d6bc-4630-b42f-70ac7cb373e0 Date: Wed, 12 Dec 2018 14:25:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:40,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-7d894741-d6bc-4630-b42f-70ac7cb373e0 2018-12-12 14:25:40,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:40,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838c3d58-8eab-4662-91df-1cc3fa510c6f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:40,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-838c3d58-8eab-4662-91df-1cc3fa510c6f 2018-12-12 14:25:40,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:40,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4bcef9f7-8f63-4857-bc96-176da64d9cde Date: Wed, 12 Dec 2018 14:25:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:40,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-4bcef9f7-8f63-4857-bc96-176da64d9cde 2018-12-12 14:25:40,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:40,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a8ba7550-3282-4aa0-af22-4206e0ae3a08 Date: Wed, 12 Dec 2018 14:25:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:40,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-a8ba7550-3282-4aa0-af22-4206e0ae3a08 2018-12-12 14:25:40,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:40,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25: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-6458919f-9531-430d-b30c-7965fd1d2f55 x-compute-request-id: req-6458919f-9531-430d-b30c-7965fd1d2f55 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798"}], "metadata": {}}} 2018-12-12 14:25:40,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-6458919f-9531-430d-b30c-7965fd1d2f55 2018-12-12 14:25:40,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:40,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7c2936be-cee7-4154-a235-132eaff57d43 Date: Wed, 12 Dec 2018 14:25:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:40,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-7c2936be-cee7-4154-a235-132eaff57d43 2018-12-12 14:25:40,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:41,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00445c8a-6f7b-41b2-9d6e-f8f71ec15d8a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:41,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-00445c8a-6f7b-41b2-9d6e-f8f71ec15d8a 2018-12-12 14:25:41,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:41,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-befe45e4-1337-462d-9fa6-2b9f50a496ea Date: Wed, 12 Dec 2018 14:25:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:41,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-befe45e4-1337-462d-9fa6-2b9f50a496ea 2018-12-12 14:25:41,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:41,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-fa06dbce-e971-457e-9129-f9b0c7ca693e Date: Wed, 12 Dec 2018 14:25:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:41,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-fa06dbce-e971-457e-9129-f9b0c7ca693e 2018-12-12 14:25:41,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2/os-volume_attachments/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:43,070 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:25:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42ab7668-d920-47ec-939f-7fbb23f65998 x-compute-request-id: req-42ab7668-d920-47ec-939f-7fbb23f65998 Content-Length: 0 Content-Type: application/json 2018-12-12 14:25:43,070 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2/os-volume_attachments/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-42ab7668-d920-47ec-939f-7fbb23f65998 2018-12-12 14:25:43,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:43,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25: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-e5b29a40-e8b6-4727-97b0-3bcbb4783242 x-compute-request-id: req-e5b29a40-e8b6-4727-97b0-3bcbb4783242 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798"}], "metadata": {}}} 2018-12-12 14:25:43,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-e5b29a40-e8b6-4727-97b0-3bcbb4783242 2018-12-12 14:25:43,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:43,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ebd8e3e1-ddce-4ad3-8017-d6d03ea2b359 Date: Wed, 12 Dec 2018 14:25:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:43,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-ebd8e3e1-ddce-4ad3-8017-d6d03ea2b359 2018-12-12 14:25:43,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:43,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-684baa8f-a96f-4906-a7a0-6c6fb9e99cfd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:43,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-684baa8f-a96f-4906-a7a0-6c6fb9e99cfd 2018-12-12 14:25:43,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:44,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4dc64117-2605-4df6-ad28-c815cab3aa1a Date: Wed, 12 Dec 2018 14:25:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:44,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-4dc64117-2605-4df6-ad28-c815cab3aa1a 2018-12-12 14:25:44,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:44,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a7d55ff5-cf3f-4c59-821c-832bed24d6b1 Date: Wed, 12 Dec 2018 14:25:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:44,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-a7d55ff5-cf3f-4c59-821c-832bed24d6b1 2018-12-12 14:25:47,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:47,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b354403c-cff7-4e22-b4f4-25a5d50bbf46 x-compute-request-id: req-b354403c-cff7-4e22-b4f4-25a5d50bbf46 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:47,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-b354403c-cff7-4e22-b4f4-25a5d50bbf46 2018-12-12 14:25:47,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:48,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5ab1c8c1-a225-4191-8fbd-727db98c4bc9 Date: Wed, 12 Dec 2018 14:25:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:48,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-5ab1c8c1-a225-4191-8fbd-727db98c4bc9 2018-12-12 14:25:48,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:48,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d90266-c657-4e0e-8b91-40b7bd3cea71 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:48,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-c7d90266-c657-4e0e-8b91-40b7bd3cea71 2018-12-12 14:25:48,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:48,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-92a78a59-ed73-42ec-9ad6-3b6f64178316 Date: Wed, 12 Dec 2018 14:25:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:48,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-92a78a59-ed73-42ec-9ad6-3b6f64178316 2018-12-12 14:25:48,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:48,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-349cd4d0-88b9-4e69-a1b7-afe9bb720b80 Date: Wed, 12 Dec 2018 14:25:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:48,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-349cd4d0-88b9-4e69-a1b7-afe9bb720b80 2018-12-12 14:25:48,302 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39860744-287f-4a42-8807-e82d9407bd21" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:48,505 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:48 GMT Server: Apache x-compute-request-id: req-c9c77493-c943-4592-88e1-b9534861d191 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9c77493-c943-4592-88e1-b9534861d191 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:25:43.000000", "replication_status": null, "snapshot_id": null, "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "bootable": "false", "created_at": "2018-12-12T14:25:01.000000", "volume_type": null}} 2018-12-12 14:25:48,505 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-c9c77493-c943-4592-88e1-b9534861d191 2018-12-12 14:25:48,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:49,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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,Accept-Encoding x-openstack-request-id: req-7d8eec8a-457e-40fc-ae54-b16b221d24a4 x-compute-request-id: req-7d8eec8a-457e-40fc-ae54-b16b221d24a4 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:49,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-7d8eec8a-457e-40fc-ae54-b16b221d24a4 2018-12-12 14:25:49,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:49,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-99947d3c-5ab6-47d0-b993-1c91d5d6b4c3 Date: Wed, 12 Dec 2018 14:25:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:49,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-99947d3c-5ab6-47d0-b993-1c91d5d6b4c3 2018-12-12 14:25:49,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:49,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6580b920-b0e6-426a-bb42-6affaecb161f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:49,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-6580b920-b0e6-426a-bb42-6affaecb161f 2018-12-12 14:25:49,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:49,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-548eb83e-bd8a-4f88-a922-4b17249d8d7f Date: Wed, 12 Dec 2018 14:25:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:49,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-548eb83e-bd8a-4f88-a922-4b17249d8d7f 2018-12-12 14:25:49,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:49,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-7775eaa5-aae8-4b14-8d2d-bcd939fc3666 Date: Wed, 12 Dec 2018 14:25:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:49,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-7775eaa5-aae8-4b14-8d2d-bcd939fc3666 2018-12-12 14:25:49,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:50,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e50e0c9-3440-46fc-9aa4-ad9e97c9f230 x-compute-request-id: req-2e50e0c9-3440-46fc-9aa4-ad9e97c9f230 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:50,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-2e50e0c9-3440-46fc-9aa4-ad9e97c9f230 2018-12-12 14:25:50,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:50,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9779340b-08f3-49c2-9d93-9ccde825747c Date: Wed, 12 Dec 2018 14:25:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["d3869e93-a5ff-4285-8c29-f10f0f36b956"],"description":"","tags":[],"updated_at":"2018-12-12T14:24:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:56Z","provider:network_type":"vxlan"}]} 2018-12-12 14:25:50,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net used request id req-9779340b-08f3-49c2-9d93-9ccde825747c 2018-12-12 14:25:50,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:50,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9da2b8-e0f0-4fe0-9b9b-4ba22c36ebf8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:25:50,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-1a9da2b8-e0f0-4fe0-9b9b-4ba22c36ebf8 2018-12-12 14:25:50,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:50,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-09c3dfdf-eb0d-4f46-9aeb-616f16db5436 Date: Wed, 12 Dec 2018 14:25:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","dns_nameservers":[],"updated_at":"2018-12-12T14:24:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet"}]} 2018-12-12 14:25:50,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-09c3dfdf-eb0d-4f46-9aeb-616f16db5436 2018-12-12 14:25:50,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6622108dcfd2f8ebeb8374970d8bc9023f0e46" 2018-12-12 14:25:50,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-273b0ec4-39f3-4e8b-8eb6-fabc1d74c6f5 Date: Wed, 12 Dec 2018 14:25:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.3"}],"id":"3fa6c614-8057-4488-8906-b1bf804cc11e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:89:5c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.4"}],"id":"4492f469-13c7-4c90-b858-9aef09241d11","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:89:7e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.6"}],"id":"4d33e116-f85d-42a2-abf8-44d7c4390dc8","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:14:a8","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:25:09Z","binding:vnic_type":"normal","device_id":"4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:24:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3869e93-a5ff-4285-8c29-f10f0f36b956","ip_address":"10.55.0.2"}],"id":"e205faea-ed95-4a02-84de-e79d7d5e936d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:a0:83","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e54dc059-8f31-4bf1-b972-d5e3a0df9c42","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:24:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e54dc059-8f31-4bf1-b972-d5e3a0df9c42"}]} 2018-12-12 14:25:50,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-273b0ec4-39f3-4e8b-8eb6-fabc1d74c6f5 2018-12-12 14:25:50,750 - create_instance - INFO - Deleting Port with ID - 4d33e116-f85d-42a2-abf8-44d7c4390dc8 2018-12-12 14:25:50,751 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-port 2018-12-12 14:25:50,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/4d33e116-f85d-42a2-abf8-44d7c4390dc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:52,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc3fc8a5-fb39-4f1d-a285-2ecda75f3524 Date: Wed, 12 Dec 2018 14:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:25:52,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/4d33e116-f85d-42a2-abf8-44d7c4390dc8 used request id req-cc3fc8a5-fb39-4f1d-a285-2ecda75f3524 2018-12-12 14:25:52,004 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst 2018-12-12 14:25:52,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:52,220 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f0b0a02-5146-407e-aac4-5cd156d026b9 x-compute-request-id: req-3f0b0a02-5146-407e-aac4-5cd156d026b9 Content-Type: application/json 2018-12-12 14:25:52,220 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-3f0b0a02-5146-407e-aac4-5cd156d026b9 2018-12-12 14:25:52,221 - create_instance - INFO - Checking deletion status 2018-12-12 14:25:52,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:52,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-177dd2c9-ba73-4068-aa56-cf4619caf217 x-compute-request-id: req-177dd2c9-ba73-4068-aa56-cf4619caf217 Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:14:a8", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:52Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:52,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-177dd2c9-ba73-4068-aa56-cf4619caf217 2018-12-12 14:25:52,601 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst] is - ACTIVE 2018-12-12 14:25:52,601 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:25:55,604 - create_instance - DEBUG - VM status query timeout in 296.616973162 2018-12-12 14:25:55,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:56,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25: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-d77d4b19-6be5-4ddc-87a7-2f6e94465c3e x-compute-request-id: req-d77d4b19-6be5-4ddc-87a7-2f6e94465c3e 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.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "rel": "bookmark"}], "image": {"id": "ca18710c-3498-4a88-9426-293341903fa5", "links": [{"href": "http://172.30.9.29:8774/images/ca18710c-3498-4a88-9426-293341903fa5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-12-12T14:25:22.000000", "flavor": {"id": "175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "links": [{"href": "http://172.30.9.29:8774/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e", "rel": "bookmark"}]}, "id": "4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:25:52Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst", "created": "2018-12-12T14:25:14Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:25:56,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-d77d4b19-6be5-4ddc-87a7-2f6e94465c3e 2018-12-12 14:25:56,009 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst] is - ACTIVE 2018-12-12 14:25:56,009 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:25:59,012 - create_instance - DEBUG - VM status query timeout in 293.209002018 2018-12-12 14:25:59,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525862d442f6e91473369740852db9b4e3493242" 2018-12-12 14:25:59,078 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:25: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-91d0b49e-082b-408e-b75c-dfa35a79e7f8 x-compute-request-id: req-91d0b49e-082b-408e-b75c-dfa35a79e7f8 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 could not be found.", "code": 404}} 2018-12-12 14:25:59,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 used request id req-91d0b49e-082b-408e-b75c-dfa35a79e7f8 2018-12-12 14:25:59,079 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4af705aa-4c9e-4eb0-9864-ba1d4e0f44c2 could not be found. (HTTP 404) (Request-ID: req-91d0b49e-082b-408e-b75c-dfa35a79e7f8) 2018-12-12 14:25:59,079 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-vm_inst 2018-12-12 14:25:59,083 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2c1ab79-6b72-41a6-82ae-421462655bd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" 2018-12-12 14:25:59,130 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:25:59 GMT Server: Apache x-compute-request-id: req-1d54ec3a-9e32-4fc6-878c-d8357cd2b228 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d54ec3a-9e32-4fc6-878c-d8357cd2b228 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:25:43.000000", "replication_status": null, "snapshot_id": null, "id": "0d20fdd6-2b3b-4eef-a2c3-b48359761798", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-674010e8-6949-4e1d-a14a-9eb535dbc4cf", "bootable": "false", "created_at": "2018-12-12T14:25:01.000000", "volume_type": null}} 2018-12-12 14:25:59,131 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-1d54ec3a-9e32-4fc6-878c-d8357cd2b228 2018-12-12 14:25:59,131 - create_volume - DEBUG - Instance status is - available 2018-12-12 14:25:59,131 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf 2018-12-12 14:25:59,131 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf 2018-12-12 14:25:59,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2c1ab79-6b72-41a6-82ae-421462655bd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" 2018-12-12 14:26:00,180 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:25:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4d8a2def-b2b6-4475-8f78-47bfde3083ef Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:26:00,181 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-4d8a2def-b2b6-4475-8f78-47bfde3083ef 2018-12-12 14:26:00,184 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2c1ab79-6b72-41a6-82ae-421462655bd1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849be9e06db82c7fa659feb16c08b137da1dc41e" 2018-12-12 14:26:00,925 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:26:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6a5357bb-272e-4cd5-8595-c43e6287cc74 x-openstack-request-id: req-6a5357bb-272e-4cd5-8595-c43e6287cc74 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0d20fdd6-2b3b-4eef-a2c3-b48359761798 could not be found.", "code": 404}} 2018-12-12 14:26:00,925 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/0d20fdd6-2b3b-4eef-a2c3-b48359761798 used request id req-6a5357bb-272e-4cd5-8595-c43e6287cc74 2018-12-12 14:26:00,925 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0d20fdd6-2b3b-4eef-a2c3-b48359761798 could not be found. (HTTP 404) (Request-ID: req-6a5357bb-272e-4cd5-8595-c43e6287cc74) 2018-12-12 14:26:00,926 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf 2018-12-12 14:26:00,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55a8e4ccfdba4f65a036455dace02e1e8bcaecc" 2018-12-12 14:26:00,981 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:26: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-06404c84-caa0-41f6-923e-b034e02de325 x-compute-request-id: req-06404c84-caa0-41f6-923e-b034e02de325 Content-Length: 0 Content-Type: application/json 2018-12-12 14:26:00,981 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/175f8556-a6aa-4cc3-8dc0-112cc0ef873e used request id req-06404c84-caa0-41f6-923e-b034e02de325 2018-12-12 14:26:00,982 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet 2018-12-12 14:26:00,982 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-subnet 2018-12-12 14:26:00,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/d3869e93-a5ff-4285-8c29-f10f0f36b956 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" 2018-12-12 14:26:03,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d60871fb-9fd5-42fd-8eac-1f4bec73cd15 Date: Wed, 12 Dec 2018 14:26:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:26:03,069 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d3869e93-a5ff-4285-8c29-f10f0f36b956 used request id req-d60871fb-9fd5-42fd-8eac-1f4bec73cd15 2018-12-12 14:26:03,070 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-net 2018-12-12 14:26:03,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e54dc059-8f31-4bf1-b972-d5e3a0df9c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3a56df638a2b16bb134e26ef78fc56405f3bf25" 2018-12-12 14:26:04,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a5ba828-f8cb-4a8b-bcc5-370e820c0add Date: Wed, 12 Dec 2018 14:26:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:26:04,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e54dc059-8f31-4bf1-b972-d5e3a0df9c42 used request id req-2a5ba828-f8cb-4a8b-bcc5-370e820c0add 2018-12-12 14:26:04,315 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-674010e8-6949-4e1d-a14a-9eb535dbc4cf-image 2018-12-12 14:26:04,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9597ee5045c63e138f5ab0205b9937abe89f00d" 2018-12-12 14:26:05,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5f76a89-01fe-4fee-af50-d2700ea4fed6 Date: Wed, 12 Dec 2018 14:26:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:26:05,230 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/ca18710c-3498-4a88-9426-293341903fa5 used request id req-c5f76a89-01fe-4fee-af50-d2700ea4fed6 2018-12-12 14:26:05,233 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:26:05,235 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:26:05,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:26:05,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:26:05,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["mGfELV0sQy-OH_laJuOj_A"], "issued_at": "2018-12-12T14:26:05.000000Z"}} 2018-12-12 14:26:05,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" 2018-12-12 14:26:05,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e963d2-056f-4fc1-8a58-6b0b5a37ab42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:26:05,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-20e963d2-056f-4fc1-8a58-6b0b5a37ab42 2018-12-12 14:26:05,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" 2018-12-12 14:26:05,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-5dd76e49-7d71-4dcd-990e-ec0fcce5fcb6 Date: Wed, 12 Dec 2018 14:26:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image"} 2018-12-12 14:26:05,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image used request id req-5dd76e49-7d71-4dcd-990e-ec0fcce5fcb6 2018-12-12 14:26:05,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" 2018-12-12 14:26:06,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-600cb4bb-0dd4-49ef-a99d-4a5a823d7958 Date: Wed, 12 Dec 2018 14:26:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:26:06,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-600cb4bb-0dd4-49ef-a99d-4a5a823d7958 2018-12-12 14:26:06,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image"}' 2018-12-12 14:26:06,311 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265 X-Openstack-Request-Id: req-ec0cbe00-0ca5-4f8d-ae8a-642836535113 Date: Wed, 12 Dec 2018 14:26:06 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:26:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:26:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "min_disk": 0, "protected": false, "id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "file": "/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:26:06,311 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ec0cbe00-0ca5-4f8d-ae8a-642836535113 2018-12-12 14:26:06,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" -d '' 2018-12-12 14:26:08,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-452ab362-8262-445f-a349-50a4c459c61b Date: Wed, 12 Dec 2018 14:26:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:26:08,303 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/file used request id req-452ab362-8262-445f-a349-50a4c459c61b 2018-12-12 14:26:08,304 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:26:08,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" 2018-12-12 14:26:08,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-c60aa829-49c8-4f15-9db5-57d161b3bc5a Date: Wed, 12 Dec 2018 14:26:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:26:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:26:08Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/snap", "metadata": {}}], "self": "/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "min_disk": 0, "protected": false, "id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "file": "/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:26:08,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265 used request id req-c60aa829-49c8-4f15-9db5-57d161b3bc5a 2018-12-12 14:26:08,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" 2018-12-12 14:26:09,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3c463b0c-8594-4773-bee1-a5e6419b4eac Date: Wed, 12 Dec 2018 14:26:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:26:09,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3c463b0c-8594-4773-bee1-a5e6419b4eac 2018-12-12 14:26:09,067 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image 2018-12-12 14:26:09,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" 2018-12-12 14:26:09,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-5c3c5cef-b301-4f47-91aa-218507571eba Date: Wed, 12 Dec 2018 14:26:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:26:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:26:08Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/snap", "metadata": {}}], "self": "/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "min_disk": 0, "protected": false, "id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "file": "/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:26:09,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265 used request id req-5c3c5cef-b301-4f47-91aa-218507571eba 2018-12-12 14:26:09,693 - create_image - DEBUG - Instance status is - active 2018-12-12 14:26:09,694 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image 2018-12-12 14:26:09,694 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image 2018-12-12 14:26:09,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:26:09,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:26:10,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["DPGc0FESTouF3LSyO0ypFw"], "issued_at": "2018-12-12T14:26:10.000000Z"}} 2018-12-12 14:26:10,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" 2018-12-12 14:26:10,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df996e22-62c4-4995-85b9-dd8987d2817b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:26:10,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-df996e22-62c4-4995-85b9-dd8987d2817b 2018-12-12 14:26:10,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" 2018-12-12 14:26:10,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5c7307e7-e5e7-4b9d-80db-49ce309a6553 Date: Wed, 12 Dec 2018 14:26:10 GMT RESP BODY: {"networks":[]} 2018-12-12 14:26:10,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net used request id req-5c7307e7-e5e7-4b9d-80db-49ce309a6553 2018-12-12 14:26:10,348 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net 2018-12-12 14:26:10,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net", "admin_state_up": true}}' 2018-12-12 14:26:10,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-c8589c00-37e5-41be-bfa9-b842b6c56a80 Date: Wed, 12 Dec 2018 14:26: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":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:26:10Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","mtu":1450}} 2018-12-12 14:26:10,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-c8589c00-37e5-41be-bfa9-b842b6c56a80 2018-12-12 14:26:10,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" 2018-12-12 14:26:11,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-c0dab9f7-c0ac-4165-b62d-ffbb8fcba2fa Date: Wed, 12 Dec 2018 14:26:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:26:10Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:11,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-c0dab9f7-c0ac-4165-b62d-ffbb8fcba2fa 2018-12-12 14:26:11,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" 2018-12-12 14:26:11,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a3a5bd2-1324-4162-95c1-f76299e6469d Date: Wed, 12 Dec 2018 14:26:11 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:26:11,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-6a3a5bd2-1324-4162-95c1-f76299e6469d 2018-12-12 14:26:11,100 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet 2018-12-12 14:26:11,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" -d '{"subnets": [{"ip_version": 4, "network_id": "2019a4b2-47fe-481c-9e20-89a797e7c287", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]}' 2018-12-12 14:26:11,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f2369c6b-3bd5-411d-9545-46a3e0f45110 Date: Wed, 12 Dec 2018 14:26:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:11,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-f2369c6b-3bd5-411d-9545-46a3e0f45110 2018-12-12 14:26:11,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" 2018-12-12 14:26:12,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f4787d80-8159-4d6a-8ad0-d48a68fa1c56 Date: Wed, 12 Dec 2018 14:26:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["39858fc1-f15b-4aee-a128-9afadc6171b0"],"description":"","tags":[],"updated_at":"2018-12-12T14:26:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:12,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-f4787d80-8159-4d6a-8ad0-d48a68fa1c56 2018-12-12 14:26:12,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" 2018-12-12 14:26:12,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c9e0881b-a7a5-41d9-856a-6d5c8f930f3b Date: Wed, 12 Dec 2018 14:26:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:12,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-c9e0881b-a7a5-41d9-856a-6d5c8f930f3b 2018-12-12 14:26:12,247 - OpenStackNetwork - DEBUG - Network [2019a4b2-47fe-481c-9e20-89a797e7c287] created successfully 2018-12-12 14:26:12,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:26:12,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:26:12,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:26:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["x0VC1JyOQVOYcM4WQJhvHA"], "issued_at": "2018-12-12T14:26:12.000000Z"}} 2018-12-12 14:26:12,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85a3729f369beca30a7f264fbf59e880876d050" 2018-12-12 14:26:12,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88eebdfd-e314-4d06-b0d0-5606af97a5cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:26:12,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-88eebdfd-e314-4d06-b0d0-5606af97a5cb 2018-12-12 14:26:12,715 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:26:12,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85a3729f369beca30a7f264fbf59e880876d050" 2018-12-12 14:26:12,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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 x-openstack-request-id: req-1cb7bbad-7fb2-4577-8428-c01bddb273eb x-compute-request-id: req-1cb7bbad-7fb2-4577-8428-c01bddb273eb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:26:12,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1cb7bbad-7fb2-4577-8428-c01bddb273eb 2018-12-12 14:26:12,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85a3729f369beca30a7f264fbf59e880876d050" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 14:26:12,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-5854939c-1a64-45d3-8f21-e241b36d4eb4 x-compute-request-id: req-5854939c-1a64-45d3-8f21-e241b36d4eb4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:26:12,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5854939c-1a64-45d3-8f21-e241b36d4eb4 2018-12-12 14:26:12,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:26:12,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:26:13,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:26:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["gJ-wG9oGRA6Y-Sd1zO029Q"], "issued_at": "2018-12-12T14:26:13.000000Z"}} 2018-12-12 14:26:13,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eea9a8e1a3cf40bc1f600b2cab2c82f07a761f0" 2018-12-12 14:26:13,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c31bf041-d393-4c2f-93dc-f90a425ca8b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:26:13,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c31bf041-d393-4c2f-93dc-f90a425ca8b5 2018-12-12 14:26:13,435 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eea9a8e1a3cf40bc1f600b2cab2c82f07a761f0" 2018-12-12 14:26:14,194 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:13 GMT Server: Apache x-compute-request-id: req-c62dd7d2-20e2-4969-9af5-16da16db4dcf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c62dd7d2-20e2-4969-9af5-16da16db4dcf Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 14:26:14,194 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail used request id req-c62dd7d2-20e2-4969-9af5-16da16db4dcf 2018-12-12 14:26:14,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c62dd7d2-20e2-4969-9af5-16da16db4dcf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eea9a8e1a3cf40bc1f600b2cab2c82f07a761f0" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 14:26:15,112 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:26:14 GMT Server: Apache x-compute-request-id: req-e292fe54-730e-490e-a517-15b6da76ad88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e292fe54-730e-490e-a517-15b6da76ad88 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T14:26:15.014036", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e07e9891-5e56-413c-9fe7-5af6d8128f85", "size": 1}} 2018-12-12 14:26:15,112 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes used request id req-e292fe54-730e-490e-a517-15b6da76ad88 2018-12-12 14:26:15,115 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c62dd7d2-20e2-4969-9af5-16da16db4dcf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eea9a8e1a3cf40bc1f600b2cab2c82f07a761f0" 2018-12-12 14:26:15,871 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:15 GMT Server: Apache x-compute-request-id: req-8e88d2b2-e601-4ffe-8193-322290bf4752 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e88d2b2-e601-4ffe-8193-322290bf4752 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:26:15.000000", "replication_status": null, "snapshot_id": null, "id": "e07e9891-5e56-413c-9fe7-5af6d8128f85", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-81e200f7-b591-440c-8765-ed549bea978d", "bootable": "false", "created_at": "2018-12-12T14:26:15.000000", "volume_type": null}} 2018-12-12 14:26:15,872 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 used request id req-8e88d2b2-e601-4ffe-8193-322290bf4752 2018-12-12 14:26:15,872 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d 2018-12-12 14:26:15,875 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c62dd7d2-20e2-4969-9af5-16da16db4dcf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eea9a8e1a3cf40bc1f600b2cab2c82f07a761f0" 2018-12-12 14:26:16,728 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:15 GMT Server: Apache x-compute-request-id: req-76fdccec-0b06-470c-8f85-20cddb6d5a11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76fdccec-0b06-470c-8f85-20cddb6d5a11 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:26:15.000000", "replication_status": null, "snapshot_id": null, "id": "e07e9891-5e56-413c-9fe7-5af6d8128f85", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-81e200f7-b591-440c-8765-ed549bea978d", "bootable": "false", "created_at": "2018-12-12T14:26:15.000000", "volume_type": null}} 2018-12-12 14:26:16,728 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 used request id req-76fdccec-0b06-470c-8f85-20cddb6d5a11 2018-12-12 14:26:16,729 - create_volume - DEBUG - Instance status is - available 2018-12-12 14:26:16,729 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d 2018-12-12 14:26:16,729 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d 2018-12-12 14:26:16,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:26:16,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:26:17,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Cp3VReOyRGiVuZF78cptPg"], "issued_at": "2018-12-12T14:26:17.000000Z"}} 2018-12-12 14:26:17,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:17,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc291a01-3309-4559-919e-6fb2bbf87327 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:26:17,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fc291a01-3309-4559-919e-6fb2bbf87327 2018-12-12 14:26:17,205 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:26:17,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:17,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f84d4c-c086-4609-a722-67403237031c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:26:17,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-67f84d4c-c086-4609-a722-67403237031c 2018-12-12 14:26:17,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:17,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-dae0ac99-2c83-4c2f-88cf-05de8fcca28f Date: Wed, 12 Dec 2018 14:26:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["39858fc1-f15b-4aee-a128-9afadc6171b0"],"description":"","tags":[],"updated_at":"2018-12-12T14:26:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:17,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net used request id req-dae0ac99-2c83-4c2f-88cf-05de8fcca28f 2018-12-12 14:26:17,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:26:17,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:26:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:26:17,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:17,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab5f3e1-0553-4b21-b3da-b4a3387004b9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:26:17,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-cab5f3e1-0553-4b21-b3da-b4a3387004b9 2018-12-12 14:26:17,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:17,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c238d3d-7f45-4e33-95ed-84e140efaf11 Date: Wed, 12 Dec 2018 14:26:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:17,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-6c238d3d-7f45-4e33-95ed-84e140efaf11 2018-12-12 14:26:17,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:18,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fa66789f-445d-4d83-a5dd-332e56ceb42d Date: Wed, 12 Dec 2018 14:26:18 GMT RESP BODY: {"ports":[]} 2018-12-12 14:26:18,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port&admin_state_up=True used request id req-fa66789f-445d-4d83-a5dd-332e56ceb42d 2018-12-12 14:26:18,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:18,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26: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-616dce10-630d-4b63-999d-0fab2ee2e4f8 x-compute-request-id: req-616dce10-630d-4b63-999d-0fab2ee2e4f8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 14:26:18,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst used request id req-616dce10-630d-4b63-999d-0fab2ee2e4f8 2018-12-12 14:26:18,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:18,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-edecf128-2503-464d-8196-bf4e9892a2e4 Date: Wed, 12 Dec 2018 14:26:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["39858fc1-f15b-4aee-a128-9afadc6171b0"],"description":"","tags":[],"updated_at":"2018-12-12T14:26:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:18,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net used request id req-edecf128-2503-464d-8196-bf4e9892a2e4 2018-12-12 14:26:18,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:18,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16942bca-1aff-4c1c-9b16-4232cf98b2cb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:26:18,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-16942bca-1aff-4c1c-9b16-4232cf98b2cb 2018-12-12 14:26:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:18,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-64576dbf-8f92-40fe-8bab-5a2bc1fc95cf Date: Wed, 12 Dec 2018 14:26:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:18,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-64576dbf-8f92-40fe-8bab-5a2bc1fc95cf 2018-12-12 14:26:18,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:18,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a9547bba-feb3-4f12-8fb7-dec53b1e67f5 Date: Wed, 12 Dec 2018 14:26:18 GMT RESP BODY: {"ports":[]} 2018-12-12 14:26:18,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port&admin_state_up=True used request id req-a9547bba-feb3-4f12-8fb7-dec53b1e67f5 2018-12-12 14:26:18,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:26:18,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:26:19,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["w2t47tkwSzeUOSigTelrIA"], "issued_at": "2018-12-12T14:26:19.000000Z"}} 2018-12-12 14:26:19,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76493bd06ad373d593eb9583a59c5679b088da6" 2018-12-12 14:26:19,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9fad4ae-bb55-4d85-aa6e-6fed1478167c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:26:19,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b9fad4ae-bb55-4d85-aa6e-6fed1478167c 2018-12-12 14:26:19,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:19,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-84b32fed-99d3-4fc0-9d3c-1fd09e24ba07 Date: Wed, 12 Dec 2018 14:26:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["39858fc1-f15b-4aee-a128-9afadc6171b0"],"description":"","tags":[],"updated_at":"2018-12-12T14:26:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:19,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net used request id req-84b32fed-99d3-4fc0-9d3c-1fd09e24ba07 2018-12-12 14:26:19,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:19,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-51d136a2-ef30-4843-8e97-d34dbb9f6917 Date: Wed, 12 Dec 2018 14:26:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:19,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-51d136a2-ef30-4843-8e97-d34dbb9f6917 2018-12-12 14:26:19,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:20,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5c9726c8-a4ed-40a9-bab6-8542fd5dc276 Date: Wed, 12 Dec 2018 14:26:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["39858fc1-f15b-4aee-a128-9afadc6171b0"],"description":"","tags":[],"updated_at":"2018-12-12T14:26:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:20,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net used request id req-5c9726c8-a4ed-40a9-bab6-8542fd5dc276 2018-12-12 14:26:20,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:26:20,084 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:26:20,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76493bd06ad373d593eb9583a59c5679b088da6" 2018-12-12 14:26:20,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82eed480-2b29-4673-a7c0-09796eacc4f0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:26:20,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-82eed480-2b29-4673-a7c0-09796eacc4f0 2018-12-12 14:26:20,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:20,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-46d05df3-3350-43c0-920b-3e9ea6ec391d Date: Wed, 12 Dec 2018 14:26:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:20,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-46d05df3-3350-43c0-920b-3e9ea6ec391d 2018-12-12 14:26:20,383 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net 2018-12-12 14:26:20,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" -d '{"port": {"network_id": "2019a4b2-47fe-481c-9e20-89a797e7c287", "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port", "admin_state_up": true}}' 2018-12-12 14:26:21,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-89a5c7be-426f-44b4-927d-1cbf0d97dce1 Date: Wed, 12 Dec 2018 14:26:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:20Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.11"}],"id":"2fdda1f6-0715-408c-97b1-3511cc6cda29","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:93:88","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port","project_id":"b02038a5aa9140319df8909801cc6521","qos_policy_id":null,"admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:20Z","binding:vnic_type":"normal"}} 2018-12-12 14:26:21,346 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-89a5c7be-426f-44b4-927d-1cbf0d97dce1 2018-12-12 14:26:21,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:21,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bb83ea59-ecb6-454b-a59c-85d64c6bd16c Date: Wed, 12 Dec 2018 14:26:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["39858fc1-f15b-4aee-a128-9afadc6171b0"],"description":"","tags":[],"updated_at":"2018-12-12T14:26:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:21,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net used request id req-bb83ea59-ecb6-454b-a59c-85d64c6bd16c 2018-12-12 14:26:21,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:21,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8c9ccf-9526-4b6f-a4d6-e172b0a5d3e4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:26:21,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-fb8c9ccf-9526-4b6f-a4d6-e172b0a5d3e4 2018-12-12 14:26:21,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:21,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8928c437-ff3b-433c-a5d7-23387fcd8c8d Date: Wed, 12 Dec 2018 14:26:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:21,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-8928c437-ff3b-433c-a5d7-23387fcd8c8d 2018-12-12 14:26:21,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:22,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-8ae75e20-e0f5-4f7d-a953-fb47704a2322 Date: Wed, 12 Dec 2018 14:26:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.11"}],"id":"2fdda1f6-0715-408c-97b1-3511cc6cda29","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:93:88","project_id":"b02038a5aa9140319df8909801cc6521","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:20Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 14:26:22,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port&admin_state_up=True used request id req-8ae75e20-e0f5-4f7d-a953-fb47704a2322 2018-12-12 14:26:22,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:22,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be16c914-14ae-422d-b330-f26dfc8bef10 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:26:22,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-be16c914-14ae-422d-b330-f26dfc8bef10 2018-12-12 14:26:22,183 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst 2018-12-12 14:26:22,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:22,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26: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-e8bdbd0d-016a-4d4e-ba35-4fa01c3ba81c x-compute-request-id: req-e8bdbd0d-016a-4d4e-ba35-4fa01c3ba81c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-flavor"}]} 2018-12-12 14:26:22,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e8bdbd0d-016a-4d4e-ba35-4fa01c3ba81c 2018-12-12 14:26:22,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:22,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26: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-d8258b6b-706c-422a-a6bf-5ec551e942af x-compute-request-id: req-d8258b6b-706c-422a-a6bf-5ec551e942af Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:26:22,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b used request id req-d8258b6b-706c-422a-a6bf-5ec551e942af 2018-12-12 14:26:22,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:22,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-ab6d7210-fea4-4d0a-ae34-b75f3c418822 Date: Wed, 12 Dec 2018 14:26:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:26:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:26:08Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/snap", "metadata": {}}], "self": "/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "min_disk": 0, "protected": false, "id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "file": "/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/db3323b3-8d47-4faa-9b0c-90aec25e8265/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image"} 2018-12-12 14:26:22,882 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image used request id req-ab6d7210-fea4-4d0a-ae34-b75f3c418822 2018-12-12 14:26:22,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:23,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d961bab-550a-4375-a782-d6f9e8c7524e Date: Wed, 12 Dec 2018 14:26:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:26:23,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2d961bab-550a-4375-a782-d6f9e8c7524e 2018-12-12 14:26:23,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "imageRef": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "flavorRef": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "max_count": 1, "min_count": 1, "networks": [{"port": "2fdda1f6-0715-408c-97b1-3511cc6cda29"}]}}' 2018-12-12 14:26:25,222 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14: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 x-openstack-request-id: req-877da11b-6117-4376-9803-44734b7a918a x-compute-request-id: req-877da11b-6117-4376-9803-44734b7a918a Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "adminPass": "2uz53Y4gTPfT"}} 2018-12-12 14:26:25,222 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-877da11b-6117-4376-9803-44734b7a918a 2018-12-12 14:26:25,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:25,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-0f121ca9-c455-4c27-b02f-b56e1460e119 x-compute-request-id: req-0f121ca9-c455-4c27-b02f-b56e1460e119 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.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:26:25Z", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:26:25,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-0f121ca9-c455-4c27-b02f-b56e1460e119 2018-12-12 14:26:25,619 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst 2018-12-12 14:26:25,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:26,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-3199c816-9cfd-43b2-bed8-5c331342d9cc x-compute-request-id: req-3199c816-9cfd-43b2-bed8-5c331342d9cc 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.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:26:25Z", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:26:26,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-3199c816-9cfd-43b2-bed8-5c331342d9cc 2018-12-12 14:26:26,259 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst] is - BUILD 2018-12-12 14:26:26,259 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:26:29,262 - create_instance - DEBUG - VM status query timeout in 896.357654095 2018-12-12 14:26:29,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:29,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-5f8c3faa-a3c0-41f1-a6ad-1e5e99f5bf4f x-compute-request-id: req-5f8c3faa-a3c0-41f1-a6ad-1e5e99f5bf4f Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:93:88", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:26:27Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:26:29,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-5f8c3faa-a3c0-41f1-a6ad-1e5e99f5bf4f 2018-12-12 14:26:29,713 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst] is - BUILD 2018-12-12 14:26:29,713 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:26:32,716 - create_instance - DEBUG - VM status query timeout in 892.903218031 2018-12-12 14:26:32,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:33,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15820783-64da-4e89-af0f-3b0f4ee63afe x-compute-request-id: req-15820783-64da-4e89-af0f-3b0f4ee63afe Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:93:88", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:26:27Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:26:33,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-15820783-64da-4e89-af0f-3b0f4ee63afe 2018-12-12 14:26:33,295 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst] is - BUILD 2018-12-12 14:26:33,295 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:26:36,298 - create_instance - DEBUG - VM status query timeout in 889.321279049 2018-12-12 14:26:36,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:36,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f60394fb-5d6f-4fc9-84ca-3b24dc9f0f78 x-compute-request-id: req-f60394fb-5d6f-4fc9-84ca-3b24dc9f0f78 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:93:88", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-12-12T14:26:32.000000", "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:26:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:26:36,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-f60394fb-5d6f-4fc9-84ca-3b24dc9f0f78 2018-12-12 14:26:36,753 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst] is - ACTIVE 2018-12-12 14:26:36,753 - create_instance - INFO - VM is - ACTIVE 2018-12-12 14:26:36,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:37,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-473c99df-6fbe-4789-87de-8d81bb9409d5 x-compute-request-id: req-473c99df-6fbe-4789-87de-8d81bb9409d5 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:93:88", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-12-12T14:26:32.000000", "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:26:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:26:37,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-473c99df-6fbe-4789-87de-8d81bb9409d5 2018-12-12 14:26:37,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:37,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-290f5e6c-a41d-4cda-a2d0-3bfb1fe0c604 Date: Wed, 12 Dec 2018 14:26:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["39858fc1-f15b-4aee-a128-9afadc6171b0"],"description":"","tags":[],"updated_at":"2018-12-12T14:26:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:37,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net used request id req-290f5e6c-a41d-4cda-a2d0-3bfb1fe0c604 2018-12-12 14:26:37,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:37,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c642811c-32ef-4f7d-9e0e-5856bb715be1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:26:37,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-c642811c-32ef-4f7d-9e0e-5856bb715be1 2018-12-12 14:26:37,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:37,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a03175e2-d5da-4434-aa5c-f21f25a218b5 Date: Wed, 12 Dec 2018 14:26:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:37,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-a03175e2-d5da-4434-aa5c-f21f25a218b5 2018-12-12 14:26:37,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:38,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-6fbf70b4-e5d1-4229-9b4a-9b50e81640c5 Date: Wed, 12 Dec 2018 14:26:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.2"}],"id":"2194e0cc-bafa-4639-9a20-2eb88a070f7f","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:bc:e3","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2019a4b2-47fe-481c-9e20-89a797e7c287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.11"}],"id":"2fdda1f6-0715-408c-97b1-3511cc6cda29","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:93:88","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:20Z","binding:vnic_type":"normal","device_id":"43e5e8bf-9884-4f6f-989f-afeb8489fce8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.3"}],"id":"3f198724-0f7f-45a2-b489-aba38dd8b0e7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:df:34","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2019a4b2-47fe-481c-9e20-89a797e7c287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.4"}],"id":"61772801-d68e-4e4b-b223-9c1dc5f3afc1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:82:a1","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2019a4b2-47fe-481c-9e20-89a797e7c287"}]} 2018-12-12 14:26:38,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-6fbf70b4-e5d1-4229-9b4a-9b50e81640c5 2018-12-12 14:26:38,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:26:38,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:26:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["1tLyIC40RMSPbo3n-6VnjA"], "issued_at": "2018-12-12T14:26:38.000000Z"}} 2018-12-12 14:26:38,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17fbe76e7a524592138fb94be72a30ded1d8eb2" 2018-12-12 14:26:38,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1eb6de4-0895-46a0-97d8-bc452ee3d16a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:26:38,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b1eb6de4-0895-46a0-97d8-bc452ee3d16a 2018-12-12 14:26:38,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:38,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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,Accept-Encoding x-openstack-request-id: req-73e2c5c1-c1f7-41d1-bdf6-bee04eb01452 x-compute-request-id: req-73e2c5c1-c1f7-41d1-bdf6-bee04eb01452 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:93:88", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-12-12T14:26:32.000000", "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:26:33Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:26:38,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-73e2c5c1-c1f7-41d1-bdf6-bee04eb01452 2018-12-12 14:26:38,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:39,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5f8c4652-7954-416d-99cb-71be96ea6fe3 Date: Wed, 12 Dec 2018 14:26:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2019a4b2-47fe-481c-9e20-89a797e7c287","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["39858fc1-f15b-4aee-a128-9afadc6171b0"],"description":"","tags":[],"updated_at":"2018-12-12T14:26:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:10Z","provider:network_type":"vxlan"}]} 2018-12-12 14:26:39,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net used request id req-5f8c4652-7954-416d-99cb-71be96ea6fe3 2018-12-12 14:26:39,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:39,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddbb54f4-07ac-4c13-bb52-16d0201b8c58 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:26:39,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-ddbb54f4-07ac-4c13-bb52-16d0201b8c58 2018-12-12 14:26:39,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:39,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a48f6413-bba5-4f53-9d59-d6f4e973488f Date: Wed, 12 Dec 2018 14:26:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","dns_nameservers":[],"updated_at":"2018-12-12T14:26:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"39858fc1-f15b-4aee-a128-9afadc6171b0","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet"}]} 2018-12-12 14:26:39,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-a48f6413-bba5-4f53-9d59-d6f4e973488f 2018-12-12 14:26:39,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:39,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-3930611d-b45f-4504-b21d-2da7070c7f7a Date: Wed, 12 Dec 2018 14:26:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.2"}],"id":"2194e0cc-bafa-4639-9a20-2eb88a070f7f","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:bc:e3","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2019a4b2-47fe-481c-9e20-89a797e7c287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.11"}],"id":"2fdda1f6-0715-408c-97b1-3511cc6cda29","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:93:88","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:20Z","binding:vnic_type":"normal","device_id":"43e5e8bf-9884-4f6f-989f-afeb8489fce8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.3"}],"id":"3f198724-0f7f-45a2-b489-aba38dd8b0e7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:df:34","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2019a4b2-47fe-481c-9e20-89a797e7c287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:26:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39858fc1-f15b-4aee-a128-9afadc6171b0","ip_address":"10.55.0.4"}],"id":"61772801-d68e-4e4b-b223-9c1dc5f3afc1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:82:a1","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2019a4b2-47fe-481c-9e20-89a797e7c287","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:26:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2019a4b2-47fe-481c-9e20-89a797e7c287"}]} 2018-12-12 14:26:39,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-3930611d-b45f-4504-b21d-2da7070c7f7a 2018-12-12 14:26:39,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f17fbe76e7a524592138fb94be72a30ded1d8eb2" -d '{"volumeAttachment": {"volumeId": "e07e9891-5e56-413c-9fe7-5af6d8128f85"}}' 2018-12-12 14:26:41,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74b488fe-64ae-42f5-b419-b84c5c2da2bc x-compute-request-id: req-74b488fe-64ae-42f5-b419-b84c5c2da2bc Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "id": "e07e9891-5e56-413c-9fe7-5af6d8128f85", "volumeId": "e07e9891-5e56-413c-9fe7-5af6d8128f85"}} 2018-12-12 14:26:41,464 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8/os-volume_attachments used request id req-74b488fe-64ae-42f5-b419-b84c5c2da2bc 2018-12-12 14:26:41,465 - create_instance - INFO - Deleting Port with ID - 2fdda1f6-0715-408c-97b1-3511cc6cda29 2018-12-12 14:26:41,465 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-port 2018-12-12 14:26:41,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/2fdda1f6-0715-408c-97b1-3511cc6cda29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:42,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-998eed1e-c575-4256-8ee2-f73962080616 Date: Wed, 12 Dec 2018 14:26:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:26:42,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/2fdda1f6-0715-408c-97b1-3511cc6cda29 used request id req-998eed1e-c575-4256-8ee2-f73962080616 2018-12-12 14:26:42,560 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst 2018-12-12 14:26:42,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:42,976 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:26:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb266db4-31c5-478c-8092-a4707046ef25 x-compute-request-id: req-eb266db4-31c5-478c-8092-a4707046ef25 Content-Type: application/json 2018-12-12 14:26:42,976 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-eb266db4-31c5-478c-8092-a4707046ef25 2018-12-12 14:26:42,977 - create_instance - INFO - Checking deletion status 2018-12-12 14:26:42,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:43,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dedf979-2897-4edf-88e8-9173584f90a7 x-compute-request-id: req-5dedf979-2897-4edf-88e8-9173584f90a7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-12-12T14:26:32.000000", "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:26:42Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "e07e9891-5e56-413c-9fe7-5af6d8128f85"}], "metadata": {}}} 2018-12-12 14:26:43,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-5dedf979-2897-4edf-88e8-9173584f90a7 2018-12-12 14:26:43,529 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst] is - ACTIVE 2018-12-12 14:26:43,530 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:26:46,533 - create_instance - DEBUG - VM status query timeout in 296.444144964 2018-12-12 14:26:46,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:46,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad88c9f0-7bd5-44ae-86c6-56ebf47205fe x-compute-request-id: req-ad88c9f0-7bd5-44ae-86c6-56ebf47205fe Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-12-12T14:26:32.000000", "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:26:44Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "e07e9891-5e56-413c-9fe7-5af6d8128f85"}], "metadata": {}}} 2018-12-12 14:26:46,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-ad88c9f0-7bd5-44ae-86c6-56ebf47205fe 2018-12-12 14:26:46,966 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst] is - ACTIVE 2018-12-12 14:26:46,966 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:26:49,970 - create_instance - DEBUG - VM status query timeout in 293.007364988 2018-12-12 14:26:49,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:50,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee6d9c27-5201-4d47-83cd-0bd7caf66561 x-compute-request-id: req-ee6d9c27-5201-4d47-83cd-0bd7caf66561 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8", "rel": "bookmark"}], "image": {"id": "db3323b3-8d47-4faa-9b0c-90aec25e8265", "links": [{"href": "http://172.30.9.29:8774/images/db3323b3-8d47-4faa-9b0c-90aec25e8265", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-12-12T14:26:32.000000", "flavor": {"id": "c0afd673-e4fd-409a-bec8-ad183f4ed44b", "links": [{"href": "http://172.30.9.29:8774/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b", "rel": "bookmark"}]}, "id": "43e5e8bf-9884-4f6f-989f-afeb8489fce8", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:26:48Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-81e200f7-b591-440c-8765-ed549bea978d-vm_inst", "created": "2018-12-12T14:26:25Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "e07e9891-5e56-413c-9fe7-5af6d8128f85"}], "metadata": {}}} 2018-12-12 14:26:50,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-ee6d9c27-5201-4d47-83cd-0bd7caf66561 2018-12-12 14:26:50,458 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst] is - ACTIVE 2018-12-12 14:26:50,458 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:26:53,462 - create_instance - DEBUG - VM status query timeout in 289.515247822 2018-12-12 14:26:53,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9084baf512281fd3febc5e9565dca7c557458eb7" 2018-12-12 14:26:53,645 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:26:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-adbaca11-2b10-4c34-a850-bfbf22d11f2e x-compute-request-id: req-adbaca11-2b10-4c34-a850-bfbf22d11f2e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 43e5e8bf-9884-4f6f-989f-afeb8489fce8 could not be found.", "code": 404}} 2018-12-12 14:26:53,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/43e5e8bf-9884-4f6f-989f-afeb8489fce8 used request id req-adbaca11-2b10-4c34-a850-bfbf22d11f2e 2018-12-12 14:26:53,646 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 43e5e8bf-9884-4f6f-989f-afeb8489fce8 could not be found. (HTTP 404) (Request-ID: req-adbaca11-2b10-4c34-a850-bfbf22d11f2e) 2018-12-12 14:26:53,646 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-vm_inst 2018-12-12 14:26:53,650 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c62dd7d2-20e2-4969-9af5-16da16db4dcf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eea9a8e1a3cf40bc1f600b2cab2c82f07a761f0" 2018-12-12 14:26:54,401 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:26:53 GMT Server: Apache x-compute-request-id: req-0f05be66-9366-4fe6-8221-6409a630c636 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f05be66-9366-4fe6-8221-6409a630c636 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:26:45.000000", "replication_status": null, "snapshot_id": null, "id": "e07e9891-5e56-413c-9fe7-5af6d8128f85", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-81e200f7-b591-440c-8765-ed549bea978d", "bootable": "false", "created_at": "2018-12-12T14:26:15.000000", "volume_type": null}} 2018-12-12 14:26:54,401 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 used request id req-0f05be66-9366-4fe6-8221-6409a630c636 2018-12-12 14:26:54,402 - create_volume - DEBUG - Instance status is - available 2018-12-12 14:26:54,402 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d 2018-12-12 14:26:54,402 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d 2018-12-12 14:26:54,405 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c62dd7d2-20e2-4969-9af5-16da16db4dcf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eea9a8e1a3cf40bc1f600b2cab2c82f07a761f0" 2018-12-12 14:26:54,629 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:26:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b1e7466e-e28f-4528-b552-75a8a4b0af48 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:26:54,630 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 used request id req-b1e7466e-e28f-4528-b552-75a8a4b0af48 2018-12-12 14:26:54,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c62dd7d2-20e2-4969-9af5-16da16db4dcf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eea9a8e1a3cf40bc1f600b2cab2c82f07a761f0" 2018-12-12 14:26:55,389 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:26:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7ba5ad51-2068-41e1-add1-6035812eaf1d x-openstack-request-id: req-7ba5ad51-2068-41e1-add1-6035812eaf1d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e07e9891-5e56-413c-9fe7-5af6d8128f85 could not be found.", "code": 404}} 2018-12-12 14:26:55,390 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/e07e9891-5e56-413c-9fe7-5af6d8128f85 used request id req-7ba5ad51-2068-41e1-add1-6035812eaf1d 2018-12-12 14:26:55,390 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e07e9891-5e56-413c-9fe7-5af6d8128f85 could not be found. (HTTP 404) (Request-ID: req-7ba5ad51-2068-41e1-add1-6035812eaf1d) 2018-12-12 14:26:55,390 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d 2018-12-12 14:26:55,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85a3729f369beca30a7f264fbf59e880876d050" 2018-12-12 14:26:55,451 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:26: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-11daf01c-b9e2-40d1-985d-34cbe88f3828 x-compute-request-id: req-11daf01c-b9e2-40d1-985d-34cbe88f3828 Content-Length: 0 Content-Type: application/json 2018-12-12 14:26:55,451 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c0afd673-e4fd-409a-bec8-ad183f4ed44b used request id req-11daf01c-b9e2-40d1-985d-34cbe88f3828 2018-12-12 14:26:55,452 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet 2018-12-12 14:26:55,452 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-subnet 2018-12-12 14:26:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/39858fc1-f15b-4aee-a128-9afadc6171b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" 2018-12-12 14:26:57,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa7e955d-c18c-4885-9daf-5806346d14ea Date: Wed, 12 Dec 2018 14:26:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:26:57,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/39858fc1-f15b-4aee-a128-9afadc6171b0 used request id req-aa7e955d-c18c-4885-9daf-5806346d14ea 2018-12-12 14:26:57,566 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-net 2018-12-12 14:26:57,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/2019a4b2-47fe-481c-9e20-89a797e7c287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9400e11dd8baf0478cbb32532f7b475786181644" 2018-12-12 14:26:58,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c454e96f-d4a3-47bd-a7e3-13f3a0e8f6f6 Date: Wed, 12 Dec 2018 14:26:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:26:58,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/2019a4b2-47fe-481c-9e20-89a797e7c287 used request id req-c454e96f-d4a3-47bd-a7e3-13f3a0e8f6f6 2018-12-12 14:26:58,902 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-81e200f7-b591-440c-8765-ed549bea978d-image 2018-12-12 14:26:58,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53e8bb7ff961c652b9000de23e57b587df0109e" 2018-12-12 14:27:00,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c063a4bc-f08f-448a-a316-4629a140f98e Date: Wed, 12 Dec 2018 14:27:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:27:00,658 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/db3323b3-8d47-4faa-9b0c-90aec25e8265 used request id req-c063a4bc-f08f-448a-a316-4629a140f98e 2018-12-12 14:27:00,659 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:27:00,662 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:27:00,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:27:00,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:27:01,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["TzvSdduuTGyJGONy9gz2IQ"], "issued_at": "2018-12-12T14:27:01.000000Z"}} 2018-12-12 14:27:01,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" 2018-12-12 14:27:01,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66bc2b71-49eb-45fc-bf90-988e93ec7b0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:27:01,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-66bc2b71-49eb-45fc-bf90-988e93ec7b0b 2018-12-12 14:27:01,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" 2018-12-12 14:27:01,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-7bbfac68-3efb-4a1a-8844-47ad7f8ba6c4 Date: Wed, 12 Dec 2018 14:27:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image"} 2018-12-12 14:27:01,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image used request id req-7bbfac68-3efb-4a1a-8844-47ad7f8ba6c4 2018-12-12 14:27:01,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" 2018-12-12 14:27:01,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-48e1ffd7-a531-4957-bd0f-0bd938e9a719 Date: Wed, 12 Dec 2018 14:27:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:27:01,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-48e1ffd7-a531-4957-bd0f-0bd938e9a719 2018-12-12 14:27:01,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image"}' 2018-12-12 14:27:01,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d X-Openstack-Request-Id: req-7870dc6d-c636-46c2-8e39-7ee9e192db2f Date: Wed, 12 Dec 2018 14:27:01 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:27:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:27:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "min_disk": 0, "protected": false, "id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "file": "/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:27:01,788 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-7870dc6d-c636-46c2-8e39-7ee9e192db2f 2018-12-12 14:27:01,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" -d '' 2018-12-12 14:27:03,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9e31571-683c-4eae-9c64-1208a2d0ef65 Date: Wed, 12 Dec 2018 14:27:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:27:03,843 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/file used request id req-f9e31571-683c-4eae-9c64-1208a2d0ef65 2018-12-12 14:27:03,844 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:27:03,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" 2018-12-12 14:27:04,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-09eeb5f5-3fab-454e-ba00-63eb233c9bbc Date: Wed, 12 Dec 2018 14:27:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:27:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:27:03Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/snap", "metadata": {}}], "self": "/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "min_disk": 0, "protected": false, "id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "file": "/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:27:04,486 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d used request id req-09eeb5f5-3fab-454e-ba00-63eb233c9bbc 2018-12-12 14:27:04,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" 2018-12-12 14:27:05,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-45ae9137-fafd-48da-97da-a54d0287f808 Date: Wed, 12 Dec 2018 14:27:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:27:05,049 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-45ae9137-fafd-48da-97da-a54d0287f808 2018-12-12 14:27:05,052 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image 2018-12-12 14:27:05,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" 2018-12-12 14:27:05,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-1d535f5d-84f6-421e-9b98-e7449a3c7153 Date: Wed, 12 Dec 2018 14:27:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:27:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:27:03Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/snap", "metadata": {}}], "self": "/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "min_disk": 0, "protected": false, "id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "file": "/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:27:05,229 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d used request id req-1d535f5d-84f6-421e-9b98-e7449a3c7153 2018-12-12 14:27:05,230 - create_image - DEBUG - Instance status is - active 2018-12-12 14:27:05,230 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image 2018-12-12 14:27:05,230 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image 2018-12-12 14:27:05,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:27:05,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:27:05,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["6Jl5fl7_RoyAe5pCzNcXKA"], "issued_at": "2018-12-12T14:27:05.000000Z"}} 2018-12-12 14:27:05,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" 2018-12-12 14:27:05,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4768ffeb-0071-42c5-9570-14ebb2bbfc9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:27:05,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4768ffeb-0071-42c5-9570-14ebb2bbfc9c 2018-12-12 14:27:05,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" 2018-12-12 14:27:05,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a9e0de4d-8c08-44a0-a894-93b4dad4e8ad Date: Wed, 12 Dec 2018 14:27:05 GMT RESP BODY: {"networks":[]} 2018-12-12 14:27:05,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-a9e0de4d-8c08-44a0-a894-93b4dad4e8ad 2018-12-12 14:27:05,896 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net 2018-12-12 14:27:05,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net", "admin_state_up": true}}' 2018-12-12 14:27:06,375 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b5875ade-9625-4411-a523-d84e83cf8a2d Date: Wed, 12 Dec 2018 14:27:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:27:06Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","mtu":1450}} 2018-12-12 14:27:06,375 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-b5875ade-9625-4411-a523-d84e83cf8a2d 2018-12-12 14:27:06,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" 2018-12-12 14:27:06,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-bb972764-d4f4-4670-b30d-3295fb337d41 Date: Wed, 12 Dec 2018 14:27:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:27:06Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:27:06,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-bb972764-d4f4-4670-b30d-3295fb337d41 2018-12-12 14:27:06,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" 2018-12-12 14:27:06,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9d8f71dc-f864-4176-ac01-cf0a9ddec08f Date: Wed, 12 Dec 2018 14:27:06 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:27:06,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-9d8f71dc-f864-4176-ac01-cf0a9ddec08f 2018-12-12 14:27:06,833 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet 2018-12-12 14:27:06,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" -d '{"subnets": [{"ip_version": 4, "network_id": "2d9134a1-37bc-40f2-b76a-83c3d28d0758", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]}' 2018-12-12 14:27:07,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-903fc52a-8a5c-444e-8d4a-9a64d7146969 Date: Wed, 12 Dec 2018 14:27:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:27:07,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-903fc52a-8a5c-444e-8d4a-9a64d7146969 2018-12-12 14:27:07,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" 2018-12-12 14:27:07,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-26b0711d-b65d-49b1-8f36-795b5b4f7b41 Date: Wed, 12 Dec 2018 14:27:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:27:07,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-26b0711d-b65d-49b1-8f36-795b5b4f7b41 2018-12-12 14:27:07,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" 2018-12-12 14:27:07,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0bf4930-ae25-42ab-92a7-f02b5d71bd3f Date: Wed, 12 Dec 2018 14:27:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:27:07,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-a0bf4930-ae25-42ab-92a7-f02b5d71bd3f 2018-12-12 14:27:07,770 - OpenStackNetwork - DEBUG - Network [2d9134a1-37bc-40f2-b76a-83c3d28d0758] created successfully 2018-12-12 14:27:07,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:27:07,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:27:08,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:27:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["W6C0HpA9QrmaXv9oXs7nnw"], "issued_at": "2018-12-12T14:27:08.000000Z"}} 2018-12-12 14:27:08,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f5d730856f1dbe94d57c17f699dae871e3b09bf" 2018-12-12 14:27:08,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7595e4a3-f928-4772-b9e0-364faa3fe422 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:27:08,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7595e4a3-f928-4772-b9e0-364faa3fe422 2018-12-12 14:27:08,170 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:27:08,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f5d730856f1dbe94d57c17f699dae871e3b09bf" 2018-12-12 14:27:08,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27: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-23780d0b-3965-45ea-89f4-ac28fdb47750 x-compute-request-id: req-23780d0b-3965-45ea-89f4-ac28fdb47750 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:27:08,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-23780d0b-3965-45ea-89f4-ac28fdb47750 2018-12-12 14:27:08,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f5d730856f1dbe94d57c17f699dae871e3b09bf" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 14:27:08,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27: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-a5148d8c-11a0-4548-9576-9f1bd07c9139 x-compute-request-id: req-a5148d8c-11a0-4548-9576-9f1bd07c9139 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:27:08,438 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a5148d8c-11a0-4548-9576-9f1bd07c9139 2018-12-12 14:27:08,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:27:08,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:27:08,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:27:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["zAZiBaMHQ0GZBffey5r3hQ"], "issued_at": "2018-12-12T14:27:08.000000Z"}} 2018-12-12 14:27:08,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0667cbef1780f3f444836aeb5ab52e4c8127d99" 2018-12-12 14:27:08,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc785b4b-2f60-47bb-af41-76e8b4ac5dfd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:27:08,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cc785b4b-2f60-47bb-af41-76e8b4ac5dfd 2018-12-12 14:27:08,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0667cbef1780f3f444836aeb5ab52e4c8127d99" 2018-12-12 14:27:09,667 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:08 GMT Server: Apache x-compute-request-id: req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 14:27:09,667 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail used request id req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905 2018-12-12 14:27:09,670 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0667cbef1780f3f444836aeb5ab52e4c8127d99" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 14:27:10,582 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:27:09 GMT Server: Apache x-compute-request-id: req-c3a2ad19-a35c-4ced-b42e-07974a0374c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c3a2ad19-a35c-4ced-b42e-07974a0374c1 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T14:27:10.466551", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "size": 1}} 2018-12-12 14:27:10,583 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes used request id req-c3a2ad19-a35c-4ced-b42e-07974a0374c1 2018-12-12 14:27:10,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0667cbef1780f3f444836aeb5ab52e4c8127d99" 2018-12-12 14:27:10,824 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:10 GMT Server: Apache x-compute-request-id: req-f78f16f8-599a-4f82-a121-86f95caed0a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f78f16f8-599a-4f82-a121-86f95caed0a1 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:27:10.000000", "replication_status": null, "snapshot_id": null, "id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf", "bootable": "false", "created_at": "2018-12-12T14:27:10.000000", "volume_type": null}} 2018-12-12 14:27:10,824 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 used request id req-f78f16f8-599a-4f82-a121-86f95caed0a1 2018-12-12 14:27:10,825 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf 2018-12-12 14:27:10,828 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0667cbef1780f3f444836aeb5ab52e4c8127d99" 2018-12-12 14:27:11,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:10 GMT Server: Apache x-compute-request-id: req-fc512d3e-7dea-486b-a9ee-0998c3e514cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fc512d3e-7dea-486b-a9ee-0998c3e514cf Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:27:11.000000", "replication_status": null, "snapshot_id": null, "id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf", "bootable": "false", "created_at": "2018-12-12T14:27:10.000000", "volume_type": null}} 2018-12-12 14:27:11,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 used request id req-fc512d3e-7dea-486b-a9ee-0998c3e514cf 2018-12-12 14:27:11,561 - create_volume - DEBUG - Instance status is - available 2018-12-12 14:27:11,562 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf 2018-12-12 14:27:11,562 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf 2018-12-12 14:27:11,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:27:11,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:27:12,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["d4tBZfpSS3-A2yqLRq-yOg"], "issued_at": "2018-12-12T14:27:12.000000Z"}} 2018-12-12 14:27:12,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:12,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-871b0c8d-28d3-41fa-b038-724e6a79569f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:27:12,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-871b0c8d-28d3-41fa-b038-724e6a79569f 2018-12-12 14:27:12,098 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:27:12,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:12,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1628d7c-35f3-4297-938d-f23d5f341969 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:27:12,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f1628d7c-35f3-4297-938d-f23d5f341969 2018-12-12 14:27:12,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:12,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7b271e05-adb6-4669-9f3a-a837fd2f8360 Date: Wed, 12 Dec 2018 14:27:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:27:12,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-7b271e05-adb6-4669-9f3a-a837fd2f8360 2018-12-12 14:27:12,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:27:12,451 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:27:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:27:12,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:12,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a31b762-f8b0-4d78-8c4b-0987b3a3f1ed Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:27:12,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-2a31b762-f8b0-4d78-8c4b-0987b3a3f1ed 2018-12-12 14:27:12,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:12,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fa008c1e-570d-4d83-96d1-ca757713e454 Date: Wed, 12 Dec 2018 14:27:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:27:12,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-fa008c1e-570d-4d83-96d1-ca757713e454 2018-12-12 14:27:12,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:12,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fd15c3a0-d989-4f78-afa5-42bef5b7a12b Date: Wed, 12 Dec 2018 14:27:12 GMT RESP BODY: {"ports":[]} 2018-12-12 14:27:12,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port&admin_state_up=True used request id req-fd15c3a0-d989-4f78-afa5-42bef5b7a12b 2018-12-12 14:27:12,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:13,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-624faf6d-10a0-468f-b440-40b3f453920a x-compute-request-id: req-624faf6d-10a0-468f-b440-40b3f453920a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 14:27:13,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst used request id req-624faf6d-10a0-468f-b440-40b3f453920a 2018-12-12 14:27:13,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:13,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d460b8a6-8363-4ebd-9c94-0830afb0d127 Date: Wed, 12 Dec 2018 14:27:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:27:13,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-d460b8a6-8363-4ebd-9c94-0830afb0d127 2018-12-12 14:27:13,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:13,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-621157f8-1fa4-4b2a-8648-1289e8b1c93b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:27:13,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-621157f8-1fa4-4b2a-8648-1289e8b1c93b 2018-12-12 14:27:13,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:13,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d56e668d-e51b-4ebb-a30b-161f94908c0f Date: Wed, 12 Dec 2018 14:27:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:27:13,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-d56e668d-e51b-4ebb-a30b-161f94908c0f 2018-12-12 14:27:13,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:13,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e9ef9f55-9ef8-48df-8815-8fb3aa9311a1 Date: Wed, 12 Dec 2018 14:27:13 GMT RESP BODY: {"ports":[]} 2018-12-12 14:27:13,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port&admin_state_up=True used request id req-e9ef9f55-9ef8-48df-8815-8fb3aa9311a1 2018-12-12 14:27:13,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:27:13,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:27:14,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:27:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["TRjgM0AdSdqOwIgOgY-eaA"], "issued_at": "2018-12-12T14:27:14.000000Z"}} 2018-12-12 14:27:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11584228aa0abf65230ff5d44ade1c3d0662b808" 2018-12-12 14:27:14,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c8e824-331b-4df4-879a-a6774aba9ad5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:27:14,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-63c8e824-331b-4df4-879a-a6774aba9ad5 2018-12-12 14:27:14,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:14,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c4785089-f660-4a6a-835c-6e20d5da1d22 Date: Wed, 12 Dec 2018 14:27:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:27:14,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-c4785089-f660-4a6a-835c-6e20d5da1d22 2018-12-12 14:27:14,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:14,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-29b1b9f1-9936-4552-9e7b-f27a4c93d04d Date: Wed, 12 Dec 2018 14:27:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:27:14,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-29b1b9f1-9936-4552-9e7b-f27a4c93d04d 2018-12-12 14:27:14,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:15,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6a866974-41c1-4e11-931d-f7eec06c65cf Date: Wed, 12 Dec 2018 14:27:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:27:15,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-6a866974-41c1-4e11-931d-f7eec06c65cf 2018-12-12 14:27:15,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:27:15,010 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:27:15,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11584228aa0abf65230ff5d44ade1c3d0662b808" 2018-12-12 14:27:15,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e336949-26d0-4fad-837d-c6cbed721284 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:27:15,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-8e336949-26d0-4fad-837d-c6cbed721284 2018-12-12 14:27:15,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:15,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-397a6c3a-ff16-4fc0-952e-416bf6cf4204 Date: Wed, 12 Dec 2018 14:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:27:15,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-397a6c3a-ff16-4fc0-952e-416bf6cf4204 2018-12-12 14:27:15,161 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net 2018-12-12 14:27:15,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" -d '{"port": {"network_id": "2d9134a1-37bc-40f2-b76a-83c3d28d0758", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port", "admin_state_up": true}}' 2018-12-12 14:27:15,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-da50d41c-2257-44e4-9f73-fa49be487b60 Date: Wed, 12 Dec 2018 14:27:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:15Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.13"}],"id":"2d472ab7-9119-4a63-bab9-7d7b9dea1d4a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6d:de:7c","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port","project_id":"b02038a5aa9140319df8909801cc6521","qos_policy_id":null,"admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:15Z","binding:vnic_type":"normal"}} 2018-12-12 14:27:15,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-da50d41c-2257-44e4-9f73-fa49be487b60 2018-12-12 14:27:15,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:15,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-39d61239-f301-4ff6-a6d1-43311bf1f5a4 Date: Wed, 12 Dec 2018 14:27:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:27:15,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-39d61239-f301-4ff6-a6d1-43311bf1f5a4 2018-12-12 14:27:15,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:15,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2678304c-97df-48cb-8240-24eb19e8640d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:27:15,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-2678304c-97df-48cb-8240-24eb19e8640d 2018-12-12 14:27:15,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:16,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-33c57442-aca9-4c7f-bd39-a23298e6b6b5 Date: Wed, 12 Dec 2018 14:27:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:27:16,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-33c57442-aca9-4c7f-bd39-a23298e6b6b5 2018-12-12 14:27:16,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:16,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-b28574bb-b0a6-42ee-8348-eeee9f78b93e Date: Wed, 12 Dec 2018 14:27:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.13"}],"id":"2d472ab7-9119-4a63-bab9-7d7b9dea1d4a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6d:de:7c","project_id":"b02038a5aa9140319df8909801cc6521","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:15Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 14:27:16,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port&admin_state_up=True used request id req-b28574bb-b0a6-42ee-8348-eeee9f78b93e 2018-12-12 14:27:16,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:16,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e58a86a-e90e-4da3-bac9-c1472e53082a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:27:16,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-8e58a86a-e90e-4da3-bac9-c1472e53082a 2018-12-12 14:27:16,196 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst 2018-12-12 14:27:16,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:16,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-22a48fe5-fded-46a6-8668-c15e5b9a231a x-compute-request-id: req-22a48fe5-fded-46a6-8668-c15e5b9a231a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-flavor"}]} 2018-12-12 14:27:16,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-22a48fe5-fded-46a6-8668-c15e5b9a231a 2018-12-12 14:27:16,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:16,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-47fc0db9-b95d-48a6-846e-fc72a374e8fd x-compute-request-id: req-47fc0db9-b95d-48a6-846e-fc72a374e8fd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:27:16,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9 used request id req-47fc0db9-b95d-48a6-846e-fc72a374e8fd 2018-12-12 14:27:16,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:16,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-0cd84be0-a608-4dea-84c5-1efe10693135 Date: Wed, 12 Dec 2018 14:27:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:27:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:27:03Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/snap", "metadata": {}}], "self": "/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "min_disk": 0, "protected": false, "id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "file": "/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e5998496-92e1-4f47-84a4-a5c3f311c56d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image"} 2018-12-12 14:27:16,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image used request id req-0cd84be0-a608-4dea-84c5-1efe10693135 2018-12-12 14:27:16,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:16,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-33165e98-e33a-40c2-a27d-8bc6b9f10dcd Date: Wed, 12 Dec 2018 14:27:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:27:16,761 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-33165e98-e33a-40c2-a27d-8bc6b9f10dcd 2018-12-12 14:27:16,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "imageRef": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "flavorRef": "337c20bb-9245-4873-a43f-ef7fd32564c9", "max_count": 1, "min_count": 1, "networks": [{"port": "2d472ab7-9119-4a63-bab9-7d7b9dea1d4a"}]}}' 2018-12-12 14:27:18,563 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14: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 x-openstack-request-id: req-d2906b8b-ca30-4a19-9a69-2cc92fefbbf3 x-compute-request-id: req-d2906b8b-ca30-4a19-9a69-2cc92fefbbf3 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "adminPass": "3HWo87BdMq9e"}} 2018-12-12 14:27:18,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-d2906b8b-ca30-4a19-9a69-2cc92fefbbf3 2018-12-12 14:27:18,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:19,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-69c8ca93-806b-44e2-add7-37bf5769b5ac x-compute-request-id: req-69c8ca93-806b-44e2-add7-37bf5769b5ac Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:19,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-69c8ca93-806b-44e2-add7-37bf5769b5ac 2018-12-12 14:27:19,029 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst 2018-12-12 14:27:19,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:19,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-49a13b71-30b0-439e-bc4b-4f2c4a09f91e x-compute-request-id: req-49a13b71-30b0-439e-bc4b-4f2c4a09f91e Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:19,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-49a13b71-30b0-439e-bc4b-4f2c4a09f91e 2018-12-12 14:27:19,427 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:19,427 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:22,431 - create_instance - DEBUG - VM status query timeout in 896.598484039 2018-12-12 14:27:22,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:22,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-a6a4a520-fc0a-428b-8d1e-5d02a2651b80 x-compute-request-id: req-a6a4a520-fc0a-428b-8d1e-5d02a2651b80 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:22,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-a6a4a520-fc0a-428b-8d1e-5d02a2651b80 2018-12-12 14:27:22,991 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:22,991 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:25,995 - create_instance - DEBUG - VM status query timeout in 893.034619093 2018-12-12 14:27:25,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:26,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27: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-24c24907-bb83-456c-be3d-b7727697c739 x-compute-request-id: req-24c24907-bb83-456c-be3d-b7727697c739 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:26,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-24c24907-bb83-456c-be3d-b7727697c739 2018-12-12 14:27:26,911 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:26,911 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:29,915 - create_instance - DEBUG - VM status query timeout in 889.114454985 2018-12-12 14:27:29,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:30,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27: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-b45abe3f-9ee9-4905-89b2-e5a2edf69905 x-compute-request-id: req-b45abe3f-9ee9-4905-89b2-e5a2edf69905 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:30,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-b45abe3f-9ee9-4905-89b2-e5a2edf69905 2018-12-12 14:27:30,490 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:30,490 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:33,493 - create_instance - DEBUG - VM status query timeout in 885.5362041 2018-12-12 14:27:33,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:33,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cbedafe-c677-414b-abeb-1f906c78c5a1 x-compute-request-id: req-7cbedafe-c677-414b-abeb-1f906c78c5a1 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:33,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-7cbedafe-c677-414b-abeb-1f906c78c5a1 2018-12-12 14:27:33,734 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:33,734 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:36,737 - create_instance - DEBUG - VM status query timeout in 882.292160034 2018-12-12 14:27:36,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:37,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64e9b2ba-8c5d-4781-80f4-762002784314 x-compute-request-id: req-64e9b2ba-8c5d-4781-80f4-762002784314 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:37,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-64e9b2ba-8c5d-4781-80f4-762002784314 2018-12-12 14:27:37,247 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:37,247 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:40,250 - create_instance - DEBUG - VM status query timeout in 878.779133081 2018-12-12 14:27:40,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:40,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27: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-5dbf2a3e-8b78-415c-b094-342592cda490 x-compute-request-id: req-5dbf2a3e-8b78-415c-b094-342592cda490 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:40,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-5dbf2a3e-8b78-415c-b094-342592cda490 2018-12-12 14:27:40,670 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:40,671 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:43,674 - create_instance - DEBUG - VM status query timeout in 875.355371952 2018-12-12 14:27:43,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:44,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27838bb4-618a-4f20-b59e-c23a093480e5 x-compute-request-id: req-27838bb4-618a-4f20-b59e-c23a093480e5 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:44,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-27838bb4-618a-4f20-b59e-c23a093480e5 2018-12-12 14:27:44,102 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:44,102 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:47,105 - create_instance - DEBUG - VM status query timeout in 871.924108982 2018-12-12 14:27:47,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:47,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27: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-cc3cbd90-dc29-4fec-872c-9c17924a7580 x-compute-request-id: req-cc3cbd90-dc29-4fec-872c-9c17924a7580 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:19Z", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:47,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-cc3cbd90-dc29-4fec-872c-9c17924a7580 2018-12-12 14:27:47,205 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:47,205 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:50,209 - create_instance - DEBUG - VM status query timeout in 868.82053709 2018-12-12 14:27:50,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:50,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6af34ff-6e28-4dbd-934f-c0f33a026d6e x-compute-request-id: req-e6af34ff-6e28-4dbd-934f-c0f33a026d6e Content-Encoding: gzip Content-Length: 728 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:49Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:50,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-e6af34ff-6e28-4dbd-934f-c0f33a026d6e 2018-12-12 14:27:50,813 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:50,813 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:53,817 - create_instance - DEBUG - VM status query timeout in 865.212445974 2018-12-12 14:27:53,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:54,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59046205-569a-4904-9f6d-4bbcc2c4b3ca x-compute-request-id: req-59046205-569a-4904-9f6d-4bbcc2c4b3ca Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:27:49Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:54,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-59046205-569a-4904-9f6d-4bbcc2c4b3ca 2018-12-12 14:27:54,433 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - BUILD 2018-12-12 14:27:54,434 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:27:57,437 - create_instance - DEBUG - VM status query timeout in 861.592406034 2018-12-12 14:27:57,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:58,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-4a0c4d4b-c77b-43e3-8b0b-432646e67794 x-compute-request-id: req-4a0c4d4b-c77b-43e3-8b0b-432646e67794 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:27:56Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:58,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-4a0c4d4b-c77b-43e3-8b0b-432646e67794 2018-12-12 14:27:58,411 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - ACTIVE 2018-12-12 14:27:58,411 - create_instance - INFO - VM is - ACTIVE 2018-12-12 14:27:58,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:59,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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,Accept-Encoding x-openstack-request-id: req-c43374b9-643b-446c-9aea-880e8cd6be88 x-compute-request-id: req-c43374b9-643b-446c-9aea-880e8cd6be88 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:27:56Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:27:59,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-c43374b9-643b-446c-9aea-880e8cd6be88 2018-12-12 14:27:59,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:59,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c3d21f31-58e8-4407-9dd1-ed9f787d6fb8 Date: Wed, 12 Dec 2018 14:27:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:27:59,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-c3d21f31-58e8-4407-9dd1-ed9f787d6fb8 2018-12-12 14:27:59,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:59,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49281546-926b-4b13-9627-75a7292ea441 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:27:59,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-49281546-926b-4b13-9627-75a7292ea441 2018-12-12 14:27:59,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:59,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7e0d4461-7978-4c8c-8978-432c237f77dd Date: Wed, 12 Dec 2018 14:27:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:27:59,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-7e0d4461-7978-4c8c-8978-432c237f77dd 2018-12-12 14:27:59,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:27:59,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-7f652366-2530-434f-a51d-bc08f2dd4026 Date: Wed, 12 Dec 2018 14:27:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.13"}],"id":"2d472ab7-9119-4a63-bab9-7d7b9dea1d4a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:de:7c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:15Z","binding:vnic_type":"normal","device_id":"e2c90f4c-b731-4205-9275-3947a54e9f16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.3"}],"id":"3a383964-860d-4b38-80f5-df1b7af2dc59","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:b1:46","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.2"}],"id":"516b0541-c5e4-4e01-af0a-d4f639d1a749","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:2c:57","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.4"}],"id":"9a021827-bf42-4f0e-809f-b076f44a7d83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:e2:7a","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d9134a1-37bc-40f2-b76a-83c3d28d0758"}]} 2018-12-12 14:27:59,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-7f652366-2530-434f-a51d-bc08f2dd4026 2018-12-12 14:27:59,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:27:59,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["zRAtxIJHQPOlUjVTS4A6Hw"], "issued_at": "2018-12-12T14:27:59.000000Z"}} 2018-12-12 14:27:59,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:27:59,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d36d3b9-ea68-4791-8906-15405254453e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:27:59,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8d36d3b9-ea68-4791-8906-15405254453e 2018-12-12 14:27:59,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:00,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-511078d7-98fe-49b0-b651-6f0d37a13628 x-compute-request-id: req-511078d7-98fe-49b0-b651-6f0d37a13628 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:27:56Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:28:00,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-511078d7-98fe-49b0-b651-6f0d37a13628 2018-12-12 14:28:00,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:00,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7423d042-ae09-43ce-bd27-d942dd7be972 Date: Wed, 12 Dec 2018 14:28:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:28:00,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-7423d042-ae09-43ce-bd27-d942dd7be972 2018-12-12 14:28:00,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:00,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9553c036-9e7f-496f-b032-1a9b1ad30870 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:28:00,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-9553c036-9e7f-496f-b032-1a9b1ad30870 2018-12-12 14:28:00,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:00,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-afa9d7a9-033c-4f3a-aa85-290e3f8954bd Date: Wed, 12 Dec 2018 14:28:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:28:00,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-afa9d7a9-033c-4f3a-aa85-290e3f8954bd 2018-12-12 14:28:00,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:00,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-103900ef-aa65-48b0-aa40-40b7a5276a8d Date: Wed, 12 Dec 2018 14:28:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.13"}],"id":"2d472ab7-9119-4a63-bab9-7d7b9dea1d4a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:de:7c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:15Z","binding:vnic_type":"normal","device_id":"e2c90f4c-b731-4205-9275-3947a54e9f16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.3"}],"id":"3a383964-860d-4b38-80f5-df1b7af2dc59","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:b1:46","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.2"}],"id":"516b0541-c5e4-4e01-af0a-d4f639d1a749","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:2c:57","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.4"}],"id":"9a021827-bf42-4f0e-809f-b076f44a7d83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:e2:7a","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d9134a1-37bc-40f2-b76a-83c3d28d0758"}]} 2018-12-12 14:28:00,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-103900ef-aa65-48b0-aa40-40b7a5276a8d 2018-12-12 14:28:00,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" -d '{"volumeAttachment": {"volumeId": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7"}}' 2018-12-12 14:28:02,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b1a6401-d5d1-4b8a-8348-5e7f8d77710a x-compute-request-id: req-0b1a6401-d5d1-4b8a-8348-5e7f8d77710a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e2c90f4c-b731-4205-9275-3947a54e9f16", "id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "volumeId": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7"}} 2018-12-12 14:28:02,268 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16/os-volume_attachments used request id req-0b1a6401-d5d1-4b8a-8348-5e7f8d77710a 2018-12-12 14:28:02,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:03,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-3f8730e7-7a18-4a7e-b28a-e1237a7f15a7 x-compute-request-id: req-3f8730e7-7a18-4a7e-b28a-e1237a7f15a7 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:27:56Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7"}], "metadata": {}}} 2018-12-12 14:28:03,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-3f8730e7-7a18-4a7e-b28a-e1237a7f15a7 2018-12-12 14:28:03,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:03,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-38824891-d6f7-486a-8a79-64b47b6da051 Date: Wed, 12 Dec 2018 14:28:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:28:03,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-38824891-d6f7-486a-8a79-64b47b6da051 2018-12-12 14:28:03,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:28:03,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:28:03,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:03,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e712f3-acc5-4494-985d-fd5bf3714e17 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:28:03,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-c2e712f3-acc5-4494-985d-fd5bf3714e17 2018-12-12 14:28:03,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:03,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bd2a796b-176a-4b55-b43c-dc965402476f Date: Wed, 12 Dec 2018 14:28:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:28:03,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-bd2a796b-176a-4b55-b43c-dc965402476f 2018-12-12 14:28:03,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:03,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-234d0736-5b34-4406-980b-5d910217ba9d Date: Wed, 12 Dec 2018 14:28:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.13"}],"id":"2d472ab7-9119-4a63-bab9-7d7b9dea1d4a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:de:7c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:15Z","binding:vnic_type":"normal","device_id":"e2c90f4c-b731-4205-9275-3947a54e9f16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.3"}],"id":"3a383964-860d-4b38-80f5-df1b7af2dc59","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:b1:46","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.2"}],"id":"516b0541-c5e4-4e01-af0a-d4f639d1a749","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:2c:57","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.4"}],"id":"9a021827-bf42-4f0e-809f-b076f44a7d83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:e2:7a","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d9134a1-37bc-40f2-b76a-83c3d28d0758"}]} 2018-12-12 14:28:03,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-234d0736-5b34-4406-980b-5d910217ba9d 2018-12-12 14:28:03,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:04,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ebf0613-e001-4cb5-b295-c04814e46397 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:04,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8ebf0613-e001-4cb5-b295-c04814e46397 2018-12-12 14:28:04,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:05,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-fb576692-cd7f-4941-a1fa-c25a32dfcc9d x-compute-request-id: req-fb576692-cd7f-4941-a1fa-c25a32dfcc9d Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:28:03Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7"}], "metadata": {}}} 2018-12-12 14:28:05,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-fb576692-cd7f-4941-a1fa-c25a32dfcc9d 2018-12-12 14:28:05,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:05,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5abfd523-ea13-4b91-a68d-47ae808e58b7 Date: Wed, 12 Dec 2018 14:28:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:28:05,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-5abfd523-ea13-4b91-a68d-47ae808e58b7 2018-12-12 14:28:05,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:05,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e61121-15f9-43ae-a8ea-b1ad1eeeb020 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:28:05,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-59e61121-15f9-43ae-a8ea-b1ad1eeeb020 2018-12-12 14:28:05,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:05,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-33183901-57d0-4bb2-9402-1a5fe482bf3b Date: Wed, 12 Dec 2018 14:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:28:05,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-33183901-57d0-4bb2-9402-1a5fe482bf3b 2018-12-12 14:28:05,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:05,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-a2d09db2-21eb-45a8-8a1b-c76879b6393b Date: Wed, 12 Dec 2018 14:28:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.13"}],"id":"2d472ab7-9119-4a63-bab9-7d7b9dea1d4a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:de:7c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:15Z","binding:vnic_type":"normal","device_id":"e2c90f4c-b731-4205-9275-3947a54e9f16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.3"}],"id":"3a383964-860d-4b38-80f5-df1b7af2dc59","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:b1:46","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.2"}],"id":"516b0541-c5e4-4e01-af0a-d4f639d1a749","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:2c:57","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.4"}],"id":"9a021827-bf42-4f0e-809f-b076f44a7d83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:e2:7a","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d9134a1-37bc-40f2-b76a-83c3d28d0758"}]} 2018-12-12 14:28:05,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-a2d09db2-21eb-45a8-8a1b-c76879b6393b 2018-12-12 14:28:05,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:06,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-563899cc-8537-4b5e-80cd-530c5f986ff5 x-compute-request-id: req-563899cc-8537-4b5e-80cd-530c5f986ff5 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:28:03Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7"}], "metadata": {}}} 2018-12-12 14:28:06,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-563899cc-8537-4b5e-80cd-530c5f986ff5 2018-12-12 14:28:06,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:06,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-52f616d5-0f16-4aa8-b477-4d8bfa203774 Date: Wed, 12 Dec 2018 14:28:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:28:06,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-52f616d5-0f16-4aa8-b477-4d8bfa203774 2018-12-12 14:28:06,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:06,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49351d8f-f153-4659-95cc-8a83c24f02f1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:28:06,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-49351d8f-f153-4659-95cc-8a83c24f02f1 2018-12-12 14:28:06,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:06,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d55b8975-7061-4a66-951b-3b571cea78c5 Date: Wed, 12 Dec 2018 14:28:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:28:06,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-d55b8975-7061-4a66-951b-3b571cea78c5 2018-12-12 14:28:06,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:06,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-3f48687e-48f6-445e-a8dc-5e54341bed70 Date: Wed, 12 Dec 2018 14:28:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.13"}],"id":"2d472ab7-9119-4a63-bab9-7d7b9dea1d4a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:de:7c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:15Z","binding:vnic_type":"normal","device_id":"e2c90f4c-b731-4205-9275-3947a54e9f16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.3"}],"id":"3a383964-860d-4b38-80f5-df1b7af2dc59","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:b1:46","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.2"}],"id":"516b0541-c5e4-4e01-af0a-d4f639d1a749","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:2c:57","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.4"}],"id":"9a021827-bf42-4f0e-809f-b076f44a7d83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:e2:7a","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d9134a1-37bc-40f2-b76a-83c3d28d0758"}]} 2018-12-12 14:28:06,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-3f48687e-48f6-445e-a8dc-5e54341bed70 2018-12-12 14:28:06,809 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:07,580 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:06 GMT Server: Apache x-compute-request-id: req-fef53ff9-8ac3-4287-977f-03d23d7dd302 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fef53ff9-8ac3-4287-977f-03d23d7dd302 Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "attachment_id": "3eb40980-8553-4cba-ae7a-de84de7d3777", "attached_at": "2018-12-12T14:28:04.000000", "host_name": null, "volume_id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "device": "/dev/vdb", "id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7"}], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:28:05.000000", "replication_status": null, "snapshot_id": null, "id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf", "bootable": "false", "created_at": "2018-12-12T14:27:10.000000", "volume_type": null}} 2018-12-12 14:28:07,580 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 used request id req-fef53ff9-8ac3-4287-977f-03d23d7dd302 2018-12-12 14:28:07,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:08,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-0533a416-fec8-4c9e-9b7b-3020218db9dd x-compute-request-id: req-0533a416-fec8-4c9e-9b7b-3020218db9dd Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:28:03Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [{"id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7"}], "metadata": {}}} 2018-12-12 14:28:08,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-0533a416-fec8-4c9e-9b7b-3020218db9dd 2018-12-12 14:28:08,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:08,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2ba04575-16dc-4dc9-983a-8da627a6924b Date: Wed, 12 Dec 2018 14:28:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["3a715797-4f8f-4965-961d-4ad5fdc143ee"],"description":"","tags":[],"updated_at":"2018-12-12T14:27:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:06Z","provider:network_type":"vxlan"}]} 2018-12-12 14:28:08,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net used request id req-2ba04575-16dc-4dc9-983a-8da627a6924b 2018-12-12 14:28:08,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:08,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3695f3d7-30e5-47f5-9b63-0904b16b2e09 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:28:08,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-3695f3d7-30e5-47f5-9b63-0904b16b2e09 2018-12-12 14:28:08,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:08,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-089d4735-908a-405c-8bef-c7a38f7c3cba Date: Wed, 12 Dec 2018 14:28:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","dns_nameservers":[],"updated_at":"2018-12-12T14:27:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet"}]} 2018-12-12 14:28:08,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-089d4735-908a-405c-8bef-c7a38f7c3cba 2018-12-12 14:28:08,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:08,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-0e6a43fc-c733-49c6-a369-2c26691dbeed Date: Wed, 12 Dec 2018 14:28:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.13"}],"id":"2d472ab7-9119-4a63-bab9-7d7b9dea1d4a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:de:7c","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:15Z","binding:vnic_type":"normal","device_id":"e2c90f4c-b731-4205-9275-3947a54e9f16"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.3"}],"id":"3a383964-860d-4b38-80f5-df1b7af2dc59","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:b1:46","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.2"}],"id":"516b0541-c5e4-4e01-af0a-d4f639d1a749","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:2c:57","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d9134a1-37bc-40f2-b76a-83c3d28d0758"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:27:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a715797-4f8f-4965-961d-4ad5fdc143ee","ip_address":"10.55.0.4"}],"id":"9a021827-bf42-4f0e-809f-b076f44a7d83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:e2:7a","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9134a1-37bc-40f2-b76a-83c3d28d0758","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d9134a1-37bc-40f2-b76a-83c3d28d0758"}]} 2018-12-12 14:28:08,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-0e6a43fc-c733-49c6-a369-2c26691dbeed 2018-12-12 14:28:08,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16/os-volume_attachments/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39f678be40aa450af862f4979488e2a94374eabe" 2018-12-12 14:28:10,380 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14: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 x-openstack-request-id: req-8d5683fd-f358-4863-a982-513d9e99ab7c x-compute-request-id: req-8d5683fd-f358-4863-a982-513d9e99ab7c Content-Length: 0 Content-Type: application/json 2018-12-12 14:28:10,381 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16/os-volume_attachments/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 used request id req-8d5683fd-f358-4863-a982-513d9e99ab7c 2018-12-12 14:28:10,381 - create_instance - INFO - Deleting Port with ID - 2d472ab7-9119-4a63-bab9-7d7b9dea1d4a 2018-12-12 14:28:10,381 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-port 2018-12-12 14:28:10,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/2d472ab7-9119-4a63-bab9-7d7b9dea1d4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:10,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe2b3537-2d8d-4363-8b12-70361f26b376 Date: Wed, 12 Dec 2018 14:28:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:28:10,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/2d472ab7-9119-4a63-bab9-7d7b9dea1d4a used request id req-fe2b3537-2d8d-4363-8b12-70361f26b376 2018-12-12 14:28:10,885 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst 2018-12-12 14:28:10,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:11,055 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14: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 x-openstack-request-id: req-418d0f2e-67f0-404a-bc99-ed44d5d2c377 x-compute-request-id: req-418d0f2e-67f0-404a-bc99-ed44d5d2c377 Content-Type: application/json 2018-12-12 14:28:11,055 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-418d0f2e-67f0-404a-bc99-ed44d5d2c377 2018-12-12 14:28:11,056 - create_instance - INFO - Checking deletion status 2018-12-12 14:28:11,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:11,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-5570f1a8-7dd1-4fd3-a024-b3368a14087d x-compute-request-id: req-5570f1a8-7dd1-4fd3-a024-b3368a14087d Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:de:7c", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:28:10Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:28:11,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-5570f1a8-7dd1-4fd3-a024-b3368a14087d 2018-12-12 14:28:11,422 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - ACTIVE 2018-12-12 14:28:11,422 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:28:14,425 - create_instance - DEBUG - VM status query timeout in 296.631028891 2018-12-12 14:28:14,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:14,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-0b2f6452-5c85-4931-873b-216580c8cf0a x-compute-request-id: req-0b2f6452-5c85-4931-873b-216580c8cf0a Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e2c90f4c-b731-4205-9275-3947a54e9f16", "rel": "bookmark"}], "image": {"id": "e5998496-92e1-4f47-84a4-a5c3f311c56d", "links": [{"href": "http://172.30.9.29:8774/images/e5998496-92e1-4f47-84a4-a5c3f311c56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-12-12T14:27:55.000000", "flavor": {"id": "337c20bb-9245-4873-a43f-ef7fd32564c9", "links": [{"href": "http://172.30.9.29:8774/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9", "rel": "bookmark"}]}, "id": "e2c90f4c-b731-4205-9275-3947a54e9f16", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:28:10Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst", "created": "2018-12-12T14:27:18Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:28:14,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-0b2f6452-5c85-4931-873b-216580c8cf0a 2018-12-12 14:28:14,812 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst] is - ACTIVE 2018-12-12 14:28:14,812 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:28:17,816 - create_instance - DEBUG - VM status query timeout in 293.240427017 2018-12-12 14:28:17,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9d7f800a7a13d293058c0a3f34df477d91be7a" 2018-12-12 14:28:17,866 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-998db025-8f5f-4891-aa59-11ca8149608e x-compute-request-id: req-998db025-8f5f-4891-aa59-11ca8149608e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e2c90f4c-b731-4205-9275-3947a54e9f16 could not be found.", "code": 404}} 2018-12-12 14:28:17,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e2c90f4c-b731-4205-9275-3947a54e9f16 used request id req-998db025-8f5f-4891-aa59-11ca8149608e 2018-12-12 14:28:17,867 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e2c90f4c-b731-4205-9275-3947a54e9f16 could not be found. (HTTP 404) (Request-ID: req-998db025-8f5f-4891-aa59-11ca8149608e) 2018-12-12 14:28:17,867 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-vm_inst 2018-12-12 14:28:17,871 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0667cbef1780f3f444836aeb5ab52e4c8127d99" 2018-12-12 14:28:18,625 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:17 GMT Server: Apache x-compute-request-id: req-137973fb-317f-4d3c-8f17-7fbb405dad8d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-137973fb-317f-4d3c-8f17-7fbb405dad8d Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:28:10.000000", "replication_status": null, "snapshot_id": null, "id": "2eda0a46-dde7-4c9b-b48a-c924a61ecfb7", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf", "bootable": "false", "created_at": "2018-12-12T14:27:10.000000", "volume_type": null}} 2018-12-12 14:28:18,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 used request id req-137973fb-317f-4d3c-8f17-7fbb405dad8d 2018-12-12 14:28:18,626 - create_volume - DEBUG - Instance status is - available 2018-12-12 14:28:18,626 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf 2018-12-12 14:28:18,626 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf 2018-12-12 14:28:18,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0667cbef1780f3f444836aeb5ab52e4c8127d99" 2018-12-12 14:28:18,900 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:28:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-52a47a7c-b1df-4686-98fb-7d2af96ea7b9 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:28:18,900 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 used request id req-52a47a7c-b1df-4686-98fb-7d2af96ea7b9 2018-12-12 14:28:18,903 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e803f1a-1a5a-4c6a-869b-5a79f2f00905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0667cbef1780f3f444836aeb5ab52e4c8127d99" 2018-12-12 14:28:19,721 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:28:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1ab5033c-5b6c-453f-ae4e-b071e969eaa7 x-openstack-request-id: req-1ab5033c-5b6c-453f-ae4e-b071e969eaa7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 could not be found.", "code": 404}} 2018-12-12 14:28:19,721 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 used request id req-1ab5033c-5b6c-453f-ae4e-b071e969eaa7 2018-12-12 14:28:19,721 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 2eda0a46-dde7-4c9b-b48a-c924a61ecfb7 could not be found. (HTTP 404) (Request-ID: req-1ab5033c-5b6c-453f-ae4e-b071e969eaa7) 2018-12-12 14:28:19,721 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf 2018-12-12 14:28:19,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f5d730856f1dbe94d57c17f699dae871e3b09bf" 2018-12-12 14:28:19,763 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0644643f-45cc-4ff3-9f6b-d50e2e431281 x-compute-request-id: req-0644643f-45cc-4ff3-9f6b-d50e2e431281 Content-Length: 0 Content-Type: application/json 2018-12-12 14:28:19,763 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/337c20bb-9245-4873-a43f-ef7fd32564c9 used request id req-0644643f-45cc-4ff3-9f6b-d50e2e431281 2018-12-12 14:28:19,764 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet 2018-12-12 14:28:19,764 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-subnet 2018-12-12 14:28:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/3a715797-4f8f-4965-961d-4ad5fdc143ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" 2018-12-12 14:28:21,998 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3eba6c3-729e-4cc6-9558-c3d12f9d9a4b Date: Wed, 12 Dec 2018 14:28:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:28:21,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/3a715797-4f8f-4965-961d-4ad5fdc143ee used request id req-d3eba6c3-729e-4cc6-9558-c3d12f9d9a4b 2018-12-12 14:28:21,998 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-net 2018-12-12 14:28:22,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/2d9134a1-37bc-40f2-b76a-83c3d28d0758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c0bc7efabe738f179b8e73dd40e672e743c931" 2018-12-12 14:28:23,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6d343a1-203a-4c6e-a1f7-d378bfb0ac9b Date: Wed, 12 Dec 2018 14:28:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:28:23,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/2d9134a1-37bc-40f2-b76a-83c3d28d0758 used request id req-e6d343a1-203a-4c6e-a1f7-d378bfb0ac9b 2018-12-12 14:28:23,310 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-0607f137-2803-4fbb-bd74-1cd0cdcb8cbf-image 2018-12-12 14:28:23,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d15e2db9a003bf998de86c5bc19a0bc5603059f" 2018-12-12 14:28:25,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8a8458b-e009-4c82-a94b-c48a5197586d Date: Wed, 12 Dec 2018 14:28:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:28:25,194 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/e5998496-92e1-4f47-84a4-a5c3f311c56d used request id req-e8a8458b-e009-4c82-a94b-c48a5197586d 2018-12-12 14:28:25,196 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:25,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:28:25,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:25,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["vHQBlWanTNaFq8K6W0NLOQ"], "issued_at": "2018-12-12T14:28:25.000000Z"}} 2018-12-12 14:28:25,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4751aba781a9955053d0632580e2db18069e4b21" 2018-12-12 14:28:25,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66117192-0119-45de-9614-2ea911820b9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:25,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-66117192-0119-45de-9614-2ea911820b9f 2018-12-12 14:28:25,662 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:25,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4751aba781a9955053d0632580e2db18069e4b21" 2018-12-12 14:28:25,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-a35483e2-4218-410f-a9c4-bdc9706982ef x-compute-request-id: req-a35483e2-4218-410f-a9c4-bdc9706982ef Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:25,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a35483e2-4218-410f-a9c4-bdc9706982ef 2018-12-12 14:28:25,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4751aba781a9955053d0632580e2db18069e4b21" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-38aa63f2-0095-48fd-8431-91b10cd3a232name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-12 14:28:25,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-227628aa-1ec8-4032-ad53-f5d7c8403702 x-compute-request-id: req-227628aa-1ec8-4032-ad53-f5d7c8403702 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5e0c4288-7771-4237-b0b5-edebc3f92225", "name": "CreateFlavorTests-38aa63f2-0095-48fd-8431-91b10cd3a232name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:25,946 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-227628aa-1ec8-4032-ad53-f5d7c8403702 2018-12-12 14:28:25,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:26,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["DQS8JmPoTAu9-g0lzAEYvw"], "issued_at": "2018-12-12T14:28:26.000000Z"}} 2018-12-12 14:28:26,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baad4e88db5c3c7f023f21a5893013b833fddca" 2018-12-12 14:28:26,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f12a603d-99cf-4e43-922f-72e26a43a7c4 x-compute-request-id: req-f12a603d-99cf-4e43-922f-72e26a43a7c4 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5e0c4288-7771-4237-b0b5-edebc3f92225", "name": "CreateFlavorTests-38aa63f2-0095-48fd-8431-91b10cd3a232name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:26,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225 used request id req-f12a603d-99cf-4e43-922f-72e26a43a7c4 2018-12-12 14:28:26,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baad4e88db5c3c7f023f21a5893013b833fddca" 2018-12-12 14:28:26,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-467bf97c-1f31-4ff0-80dc-3d34d7a9550f x-compute-request-id: req-467bf97c-1f31-4ff0-80dc-3d34d7a9550f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:28:26,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225/os-extra_specs used request id req-467bf97c-1f31-4ff0-80dc-3d34d7a9550f 2018-12-12 14:28:26,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4751aba781a9955053d0632580e2db18069e4b21" 2018-12-12 14:28:26,617 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c6eeaba-8dab-4d87-8168-33aeec04fb15 x-compute-request-id: req-5c6eeaba-8dab-4d87-8168-33aeec04fb15 Content-Length: 0 Content-Type: application/json 2018-12-12 14:28:26,618 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/5e0c4288-7771-4237-b0b5-edebc3f92225 used request id req-5c6eeaba-8dab-4d87-8168-33aeec04fb15 2018-12-12 14:28:26,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baad4e88db5c3c7f023f21a5893013b833fddca" 2018-12-12 14:28:26,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae8fb540-cfa8-47db-bd32-48bf9b5ec082 x-compute-request-id: req-ae8fb540-cfa8-47db-bd32-48bf9b5ec082 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:26,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ae8fb540-cfa8-47db-bd32-48bf9b5ec082 2018-12-12 14:28:26,655 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:26,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:28:26,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:27,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["M8Khd6BKTEqQqQjxmnBXPg"], "issued_at": "2018-12-12T14:28:27.000000Z"}} 2018-12-12 14:28:27,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180d261b4a9803f4a100810525b7a03868973195" 2018-12-12 14:28:27,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f8dce9d-1823-4238-9477-f8f5f84373a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:27,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f8dce9d-1823-4238-9477-f8f5f84373a0 2018-12-12 14:28:27,123 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:27,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180d261b4a9803f4a100810525b7a03868973195" 2018-12-12 14:28:27,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4361bb53-decc-466e-b725-fd2805aa16f8 x-compute-request-id: req-4361bb53-decc-466e-b725-fd2805aa16f8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:27,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4361bb53-decc-466e-b725-fd2805aa16f8 2018-12-12 14:28:27,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180d261b4a9803f4a100810525b7a03868973195" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-dd7684bc-e118-4219-850c-62bb782cc5a2name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-12 14:28:27,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d4e1bff-1935-41ec-b79d-bdfb95039af3 x-compute-request-id: req-1d4e1bff-1935-41ec-b79d-bdfb95039af3 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/3f007947-3898-453c-9f26-f24a61ae3378", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3f007947-3898-453c-9f26-f24a61ae3378", "name": "CreateFlavorTests-dd7684bc-e118-4219-850c-62bb782cc5a2name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:27,395 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1d4e1bff-1935-41ec-b79d-bdfb95039af3 2018-12-12 14:28:27,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:27,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["0jv9fnckTg6J-Ih9_KPEew"], "issued_at": "2018-12-12T14:28:27.000000Z"}} 2018-12-12 14:28:27,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c21254b81e24c13712794c754c051e3733d9fed" 2018-12-12 14:28:27,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c460515d-0047-4bee-9617-ace1173b143b x-compute-request-id: req-c460515d-0047-4bee-9617-ace1173b143b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/3f007947-3898-453c-9f26-f24a61ae3378", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3f007947-3898-453c-9f26-f24a61ae3378", "name": "CreateFlavorTests-dd7684bc-e118-4219-850c-62bb782cc5a2name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:27,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378 used request id req-c460515d-0047-4bee-9617-ace1173b143b 2018-12-12 14:28:27,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c21254b81e24c13712794c754c051e3733d9fed" 2018-12-12 14:28:27,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91008fba-cd72-4be2-8e82-c260caf7ccef x-compute-request-id: req-91008fba-cd72-4be2-8e82-c260caf7ccef Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:28:27,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378/os-extra_specs used request id req-91008fba-cd72-4be2-8e82-c260caf7ccef 2018-12-12 14:28:27,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c21254b81e24c13712794c754c051e3733d9fed" 2018-12-12 14:28:28,030 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:28:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2842c941-d4c2-42f6-a765-5d3614902a6f x-compute-request-id: req-2842c941-d4c2-42f6-a765-5d3614902a6f Content-Length: 0 Content-Type: application/json 2018-12-12 14:28:28,030 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378 used request id req-2842c941-d4c2-42f6-a765-5d3614902a6f 2018-12-12 14:28:28,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c21254b81e24c13712794c754c051e3733d9fed" 2018-12-12 14:28:28,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ddf966ce-ba16-4b31-9dc1-b5f94c7ab80d x-compute-request-id: req-ddf966ce-ba16-4b31-9dc1-b5f94c7ab80d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:28,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ddf966ce-ba16-4b31-9dc1-b5f94c7ab80d 2018-12-12 14:28:28,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180d261b4a9803f4a100810525b7a03868973195" 2018-12-12 14:28:28,079 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:28:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74d54db2-b736-4908-8209-7df5ee0f56be x-compute-request-id: req-74d54db2-b736-4908-8209-7df5ee0f56be Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 3f007947-3898-453c-9f26-f24a61ae3378 could not be found.", "code": 404}} 2018-12-12 14:28:28,079 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/3f007947-3898-453c-9f26-f24a61ae3378 used request id req-74d54db2-b736-4908-8209-7df5ee0f56be 2018-12-12 14:28:28,080 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:28,081 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:28:28,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:28,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["9Bk64anBTdSDWI3lIeZpdA"], "issued_at": "2018-12-12T14:28:28.000000Z"}} 2018-12-12 14:28:28,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea52ba5a4543c03eee07d3deb1b2f89d888b276" 2018-12-12 14:28:28,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de69e30-e384-4723-9cc9-ad12ab8a4f03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:28,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3de69e30-e384-4723-9cc9-ad12ab8a4f03 2018-12-12 14:28:28,543 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:28,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea52ba5a4543c03eee07d3deb1b2f89d888b276" 2018-12-12 14:28:28,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5512255-9d61-4617-b835-cb0c9babca11 x-compute-request-id: req-c5512255-9d61-4617-b835-cb0c9babca11 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:28,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c5512255-9d61-4617-b835-cb0c9babca11 2018-12-12 14:28:28,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea52ba5a4543c03eee07d3deb1b2f89d888b276" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-627bbf31-de62-46f0-88ab-d88de8c067b5name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-12 14:28:28,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2d3beb5-a285-4cd6-b7f5-aa527c15e649 x-compute-request-id: req-c2d3beb5-a285-4cd6-b7f5-aa527c15e649 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "372ca7ac-9994-4d7b-8433-dc9e8dbb13f4", "name": "CreateFlavorTests-627bbf31-de62-46f0-88ab-d88de8c067b5name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:28,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c2d3beb5-a285-4cd6-b7f5-aa527c15e649 2018-12-12 14:28:28,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:29,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["dc2VKDmvSkqdP23OUGNmtg"], "issued_at": "2018-12-12T14:28:29.000000Z"}} 2018-12-12 14:28:29,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212a27385fe1d7178defddae112f32a787f556b0" 2018-12-12 14:28:29,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffac683e-7cd9-4f70-99af-3b7389486aed x-compute-request-id: req-ffac683e-7cd9-4f70-99af-3b7389486aed Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "372ca7ac-9994-4d7b-8433-dc9e8dbb13f4", "name": "CreateFlavorTests-627bbf31-de62-46f0-88ab-d88de8c067b5name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:29,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4 used request id req-ffac683e-7cd9-4f70-99af-3b7389486aed 2018-12-12 14:28:29,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212a27385fe1d7178defddae112f32a787f556b0" 2018-12-12 14:28:29,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a1450a5-2fb2-4062-9a53-3c1b1bb384e1 x-compute-request-id: req-3a1450a5-2fb2-4062-9a53-3c1b1bb384e1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:28:29,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4/os-extra_specs used request id req-3a1450a5-2fb2-4062-9a53-3c1b1bb384e1 2018-12-12 14:28:29,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea52ba5a4543c03eee07d3deb1b2f89d888b276" 2018-12-12 14:28:29,420 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e6aa55dd-7944-4f1b-b9d0-1057b0774ffe x-compute-request-id: req-e6aa55dd-7944-4f1b-b9d0-1057b0774ffe Content-Length: 0 Content-Type: application/json 2018-12-12 14:28:29,420 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/372ca7ac-9994-4d7b-8433-dc9e8dbb13f4 used request id req-e6aa55dd-7944-4f1b-b9d0-1057b0774ffe 2018-12-12 14:28:29,421 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:29,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:28:29,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:29,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["SK9fJwYRSxq7b-cCwhngWA"], "issued_at": "2018-12-12T14:28:29.000000Z"}} 2018-12-12 14:28:29,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e96495a12dc202edb9f61b118a404e1dd03e7dc" 2018-12-12 14:28:29,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146543eb-5a89-4781-b95e-ce3244dc4f46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:29,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-146543eb-5a89-4781-b95e-ce3244dc4f46 2018-12-12 14:28:29,902 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:29,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e96495a12dc202edb9f61b118a404e1dd03e7dc" 2018-12-12 14:28:30,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a340ee41-8dc5-4e2e-a514-5718698be174 x-compute-request-id: req-a340ee41-8dc5-4e2e-a514-5718698be174 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:30,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a340ee41-8dc5-4e2e-a514-5718698be174 2018-12-12 14:28:30,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e96495a12dc202edb9f61b118a404e1dd03e7dc" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-c9f8e786-0522-4c1f-a24e-5c05552f2501name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-12-12 14:28:30,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-4f8a309f-c9e3-4c86-95a2-40a6753707eb x-compute-request-id: req-4f8a309f-c9e3-4c86-95a2-40a6753707eb Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "7b6d6b55-cef3-4f64-887a-b9ab632edd36", "name": "CreateFlavorTests-c9f8e786-0522-4c1f-a24e-5c05552f2501name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-12-12 14:28:30,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4f8a309f-c9e3-4c86-95a2-40a6753707eb 2018-12-12 14:28:30,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:30,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Es1Nkzd-QXWeo0oVVvW8_g"], "issued_at": "2018-12-12T14:28:30.000000Z"}} 2018-12-12 14:28:30,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d6d68ff04772808c25c00a52c5339c6b621a5e" 2018-12-12 14:28:30,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-3b35e453-0927-4e94-96d2-053021b5f60c x-compute-request-id: req-3b35e453-0927-4e94-96d2-053021b5f60c Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "7b6d6b55-cef3-4f64-887a-b9ab632edd36", "name": "CreateFlavorTests-c9f8e786-0522-4c1f-a24e-5c05552f2501name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-12-12 14:28:30,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36 used request id req-3b35e453-0927-4e94-96d2-053021b5f60c 2018-12-12 14:28:30,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d6d68ff04772808c25c00a52c5339c6b621a5e" 2018-12-12 14:28:30,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-f754eba6-8c44-49a9-992b-ddb7d2233c5f x-compute-request-id: req-f754eba6-8c44-49a9-992b-ddb7d2233c5f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:28:30,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36/os-extra_specs used request id req-f754eba6-8c44-49a9-992b-ddb7d2233c5f 2018-12-12 14:28:30,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d6d68ff04772808c25c00a52c5339c6b621a5e" 2018-12-12 14:28:30,989 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:28: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-20fba950-2fc8-4e9a-bf7c-be6951d511d7 x-compute-request-id: req-20fba950-2fc8-4e9a-bf7c-be6951d511d7 Content-Length: 0 Content-Type: application/json 2018-12-12 14:28:30,989 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36 used request id req-20fba950-2fc8-4e9a-bf7c-be6951d511d7 2018-12-12 14:28:30,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d6d68ff04772808c25c00a52c5339c6b621a5e" 2018-12-12 14:28:31,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-9d734ab4-dd7e-4392-bf06-5759447916de x-compute-request-id: req-9d734ab4-dd7e-4392-bf06-5759447916de Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:31,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9d734ab4-dd7e-4392-bf06-5759447916de 2018-12-12 14:28:31,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e96495a12dc202edb9f61b118a404e1dd03e7dc" 2018-12-12 14:28:31,036 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:28: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-6cd7c387-1929-40a4-8230-6d2c4a0f7710 x-compute-request-id: req-6cd7c387-1929-40a4-8230-6d2c4a0f7710 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 7b6d6b55-cef3-4f64-887a-b9ab632edd36 could not be found.", "code": 404}} 2018-12-12 14:28:31,037 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7b6d6b55-cef3-4f64-887a-b9ab632edd36 used request id req-6cd7c387-1929-40a4-8230-6d2c4a0f7710 2018-12-12 14:28:31,038 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:31,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:28:31,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:31,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["ZlWdWYlCSUGaFRLF2j_J5w"], "issued_at": "2018-12-12T14:28:31.000000Z"}} 2018-12-12 14:28:31,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e78e015146caa7a90590b88b455d880d8c07109" 2018-12-12 14:28:31,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa399da-3846-4c32-aaf6-b39f1853d7bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:31,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7aa399da-3846-4c32-aaf6-b39f1853d7bf 2018-12-12 14:28:31,530 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:31,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e78e015146caa7a90590b88b455d880d8c07109" 2018-12-12 14:28:31,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-051a107e-84e6-4be9-93f2-a6b39ce4a1dd x-compute-request-id: req-051a107e-84e6-4be9-93f2-a6b39ce4a1dd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:31,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-051a107e-84e6-4be9-93f2-a6b39ce4a1dd 2018-12-12 14:28:31,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e78e015146caa7a90590b88b455d880d8c07109" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-0c6eb804-a799-4a70-a3cc-8d72dc9d71f6name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-12 14:28:31,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-43b76e28-3e6f-4813-87a4-ddee753a359b x-compute-request-id: req-43b76e28-3e6f-4813-87a4-ddee753a359b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "name": "CreateFlavorTests-0c6eb804-a799-4a70-a3cc-8d72dc9d71f6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:31,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-43b76e28-3e6f-4813-87a4-ddee753a359b 2018-12-12 14:28:31,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:32,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["G977v75_SfOTkLfmyIE7Nw"], "issued_at": "2018-12-12T14:28:32.000000Z"}} 2018-12-12 14:28:32,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}984e1ebd9a7faa2fc23242504fef8305e7a96f08" 2018-12-12 14:28:32,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85f75588-616d-4990-be03-ce8693c4824c x-compute-request-id: req-85f75588-616d-4990-be03-ce8693c4824c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "name": "CreateFlavorTests-0c6eb804-a799-4a70-a3cc-8d72dc9d71f6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:32,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500 used request id req-85f75588-616d-4990-be03-ce8693c4824c 2018-12-12 14:28:32,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}984e1ebd9a7faa2fc23242504fef8305e7a96f08" 2018-12-12 14:28:32,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-534cf52d-0c9a-417e-9838-d64f2ad8fa49 x-compute-request-id: req-534cf52d-0c9a-417e-9838-d64f2ad8fa49 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:28:32,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500/os-extra_specs used request id req-534cf52d-0c9a-417e-9838-d64f2ad8fa49 2018-12-12 14:28:32,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:28:32,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:32,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["iySlleXBQl-yp9OyNJbfIA"], "issued_at": "2018-12-12T14:28:32.000000Z"}} 2018-12-12 14:28:32,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edb702575fdf679f42667770723b8524651dcca" 2018-12-12 14:28:32,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feecb7a9-9480-490b-8e0a-a7f387e35237 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:32,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-feecb7a9-9480-490b-8e0a-a7f387e35237 2018-12-12 14:28:32,956 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:32,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edb702575fdf679f42667770723b8524651dcca" 2018-12-12 14:28:33,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e51e8857-3756-441d-9466-5cf3f9b4f603 x-compute-request-id: req-e51e8857-3756-441d-9466-5cf3f9b4f603 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "rel": "bookmark"}], "name": "CreateFlavorTests-0c6eb804-a799-4a70-a3cc-8d72dc9d71f6name"}]} 2018-12-12 14:28:33,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e51e8857-3756-441d-9466-5cf3f9b4f603 2018-12-12 14:28:33,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0edb702575fdf679f42667770723b8524651dcca" 2018-12-12 14:28:33,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-904f7692-1bc6-4518-83b7-24ad3501085f x-compute-request-id: req-904f7692-1bc6-4518-83b7-24ad3501085f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b1b4ebfa-bf06-49cb-b2f2-4eaa16826500", "name": "CreateFlavorTests-0c6eb804-a799-4a70-a3cc-8d72dc9d71f6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:33,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500 used request id req-904f7692-1bc6-4518-83b7-24ad3501085f 2018-12-12 14:28:33,156 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-0c6eb804-a799-4a70-a3cc-8d72dc9d71f6name 2018-12-12 14:28:33,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e78e015146caa7a90590b88b455d880d8c07109" 2018-12-12 14:28:33,192 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:28: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-b8936a37-e826-4bce-ac3e-cc728b373b56 x-compute-request-id: req-b8936a37-e826-4bce-ac3e-cc728b373b56 Content-Length: 0 Content-Type: application/json 2018-12-12 14:28:33,193 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/b1b4ebfa-bf06-49cb-b2f2-4eaa16826500 used request id req-b8936a37-e826-4bce-ac3e-cc728b373b56 2018-12-12 14:28:33,194 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:28:33,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:28:33,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:33,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["dZts7yDDSE6XN_OXy_bhZA"], "issued_at": "2018-12-12T14:28:33.000000Z"}} 2018-12-12 14:28:33,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" 2018-12-12 14:28:33,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30eec3df-6cfc-431a-b736-501c640e79ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:33,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-30eec3df-6cfc-431a-b736-501c640e79ce 2018-12-12 14:28:33,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" 2018-12-12 14:28:33,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-81c6a71d-0d2e-4526-8db2-55475b606645 Date: Wed, 12 Dec 2018 14:28:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image"} 2018-12-12 14:28:33,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image used request id req-81c6a71d-0d2e-4526-8db2-55475b606645 2018-12-12 14:28:33,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" 2018-12-12 14:28:33,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-908ad4f0-1cd7-44e2-a194-6854d184d476 Date: Wed, 12 Dec 2018 14:28:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:28:33,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-908ad4f0-1cd7-44e2-a194-6854d184d476 2018-12-12 14:28:34,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image"}' 2018-12-12 14:28:34,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f X-Openstack-Request-Id: req-e8faad91-8b1e-4cca-8196-19fe07d61e5d Date: Wed, 12 Dec 2018 14:28:34 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:28:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:28:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f", "min_disk": 0, "protected": false, "id": "f4c958fb-df29-4417-80cf-d00039fca16f", "file": "/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:28:34,273 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-e8faad91-8b1e-4cca-8196-19fe07d61e5d 2018-12-12 14:28:34,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" -d '' 2018-12-12 14:28:36,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7cf9c35f-b2e5-45dc-baaa-436f0e872014 Date: Wed, 12 Dec 2018 14:28:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:28:36,123 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f/file used request id req-7cf9c35f-b2e5-45dc-baaa-436f0e872014 2018-12-12 14:28:36,123 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:28:36,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" 2018-12-12 14:28:36,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-0c4a18de-bdf8-4319-a0a2-dd611a2d2cf3 Date: Wed, 12 Dec 2018 14:28:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:28:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:28:36Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4c958fb-df29-4417-80cf-d00039fca16f/snap", "metadata": {}}], "self": "/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f", "min_disk": 0, "protected": false, "id": "f4c958fb-df29-4417-80cf-d00039fca16f", "file": "/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4c958fb-df29-4417-80cf-d00039fca16f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:28:36,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f used request id req-0c4a18de-bdf8-4319-a0a2-dd611a2d2cf3 2018-12-12 14:28:36,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" 2018-12-12 14:28:36,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-52a70daf-f024-4276-9c41-97dcb61cc305 Date: Wed, 12 Dec 2018 14:28:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:28:36,461 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-52a70daf-f024-4276-9c41-97dcb61cc305 2018-12-12 14:28:36,464 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image 2018-12-12 14:28:36,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" 2018-12-12 14:28:36,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-0f91f213-7832-4fe7-ac3d-98959dd48b22 Date: Wed, 12 Dec 2018 14:28:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:28:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:28:36Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4c958fb-df29-4417-80cf-d00039fca16f/snap", "metadata": {}}], "self": "/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f", "min_disk": 0, "protected": false, "id": "f4c958fb-df29-4417-80cf-d00039fca16f", "file": "/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4c958fb-df29-4417-80cf-d00039fca16f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:28:36,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f used request id req-0f91f213-7832-4fe7-ac3d-98959dd48b22 2018-12-12 14:28:36,487 - create_image - DEBUG - Instance status is - active 2018-12-12 14:28:36,488 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image 2018-12-12 14:28:36,488 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image 2018-12-12 14:28:36,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:28:36,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:36,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["WYW8prgHRLO7u87qhhRTUg"], "issued_at": "2018-12-12T14:28:36.000000Z"}} 2018-12-12 14:28:36,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88066cae9f1ef62f3b58dbb0b2602b579ad032cd" 2018-12-12 14:28:36,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df48482-3e49-4ec7-9148-499a1e94a6a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:28:36,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2df48482-3e49-4ec7-9148-499a1e94a6a0 2018-12-12 14:28:36,966 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:28:36,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88066cae9f1ef62f3b58dbb0b2602b579ad032cd" 2018-12-12 14:28:37,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-62ef8a06-f275-42c2-8247-cf4d750accdc x-compute-request-id: req-62ef8a06-f275-42c2-8247-cf4d750accdc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:28:37,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-62ef8a06-f275-42c2-8247-cf4d750accdc 2018-12-12 14:28:37,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88066cae9f1ef62f3b58dbb0b2602b579ad032cd" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 14:28:37,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28: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-464b37f8-1443-4d4d-9eec-7daba3b45fcb x-compute-request-id: req-464b37f8-1443-4d4d-9eec-7daba3b45fcb Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ae344d72-0a70-4ea0-91cd-73cade63b1c0", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ae344d72-0a70-4ea0-91cd-73cade63b1c0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ae344d72-0a70-4ea0-91cd-73cade63b1c0", "name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:28:37,235 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-464b37f8-1443-4d4d-9eec-7daba3b45fcb 2018-12-12 14:28:37,258 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 14:28:37,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:28:37,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:28:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["SYdFFKK8TuiC3WkkCRb8KQ"], "issued_at": "2018-12-12T14:28:37.000000Z"}} 2018-12-12 14:28:37,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-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-a9092104-b25a-4026-b377-859b64f18fa4-net", "inst_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor"}}' 2018-12-12 14:28:41,009 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:28:37 GMT Server: Apache x-openstack-request-id: req-f6d7a280-187b-4d77-bde9-845aa0ca403c Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}]}} 2018-12-12 14:28:41,009 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks used request id req-f6d7a280-187b-4d77-bde9-845aa0ca403c 2018-12-12 14:28:41,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:41,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:41 GMT Server: Apache x-openstack-request-id: req-65e50c38-d87c-442f-9d4b-6ac07cc1d42b Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:28:42,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:41 GMT Server: Apache x-openstack-request-id: req-92d57931-6e39-4a5e-b21c-1425c2731abe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:28:42,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 used request id req-92d57931-6e39-4a5e-b21c-1425c2731abe 2018-12-12 14:28:42,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:43,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:42 GMT Server: Apache x-openstack-request-id: req-d5d02311-4a7e-459b-b9a7-e4f2f74d3e19 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "deletion_time": null, "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "updated_time": null, "project": "b02038a5aa9140319df8909801cc6521", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "tags": null}]} 2018-12-12 14:28:43,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1 used request id req-d5d02311-4a7e-459b-b9a7-e4f2f74d3e19 2018-12-12 14:28:43,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:43,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:43 GMT Server: Apache x-openstack-request-id: req-f2721c8c-e2c2-4e14-a45b-14b9b184cb6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "deletion_time": null, "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "updated_time": null, "project": "b02038a5aa9140319df8909801cc6521", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "tags": null}]} 2018-12-12 14:28:43,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1 used request id req-f2721c8c-e2c2-4e14-a45b-14b9b184cb6e 2018-12-12 14:28:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:44,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:43 GMT Server: Apache x-openstack-request-id: req-780afc63-4c0e-43f3-b2dc-9c89c55b54d1 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:28:45,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:44 GMT Server: Apache x-openstack-request-id: req-27cdbf4c-3027-4d4a-9b15-d6ff61694726 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:28:45,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 used request id req-27cdbf4c-3027-4d4a-9b15-d6ff61694726 2018-12-12 14:28:45,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:45,396 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:45 GMT Server: Apache x-openstack-request-id: req-4b35818a-1e30-45d7-8974-5e9ff3c5d313 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:28:45,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:45 GMT Server: Apache x-openstack-request-id: req-156e6568-2cc8-4062-9dc4-02a10924573d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 585 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0636ff6d-0971-4173-a88d-7164db183f28", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a980e832-a426-4771-84fb-d7ad8a3bb08a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "247d18dc-47cb-4932-b34e-e77b673027ab", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-12T14:28:40Z", "resource_status": "INIT_COMPLETE", "updated_time": "2018-12-12T14:28:40Z", "required_by": [], "resource_status_reason": "", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-12-12 14:28:45,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources used request id req-156e6568-2cc8-4062-9dc4-02a10924573d 2018-12-12 14:28:45,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:45,646 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:45 GMT Server: Apache x-openstack-request-id: req-ed185403-47ee-4919-8b95-8b731590b2be Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:28:46,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:45 GMT Server: Apache x-openstack-request-id: req-768132de-bf5a-46c8-b6a6-a42439ecdc65 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:28:46,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 used request id req-768132de-bf5a-46c8-b6a6-a42439ecdc65 2018-12-12 14:28:46,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:46,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:46 GMT Server: Apache x-openstack-request-id: req-35e98866-829d-42b0-83fc-39a1783c6d04 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:28:47,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:46 GMT Server: Apache x-openstack-request-id: req-8282b820-f5b8-4604-a414-9228c576c7b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:28:47,276 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 used request id req-8282b820-f5b8-4604-a414-9228c576c7b4 2018-12-12 14:28:50,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:50,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:50 GMT Server: Apache x-openstack-request-id: req-0c574c0c-48a3-48c1-9032-94d81b25061f Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:28:51,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:50 GMT Server: Apache x-openstack-request-id: req-32648e01-f989-44a2-bd38-19ac1927bffd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:28:51,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 used request id req-32648e01-f989-44a2-bd38-19ac1927bffd 2018-12-12 14:28:54,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:54,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:54 GMT Server: Apache x-openstack-request-id: req-c178c2dd-2221-4940-987f-fe50165d30e9 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:28:54,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:54 GMT Server: Apache x-openstack-request-id: req-f1db5362-f92b-466c-8eee-309db3e361fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:28:54,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 used request id req-f1db5362-f92b-466c-8eee-309db3e361fd 2018-12-12 14:28:57,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:58,045 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:57 GMT Server: Apache x-openstack-request-id: req-f946eb4e-9ec5-459d-8599-8cbab10d1ac0 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:28:58,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:58 GMT Server: Apache x-openstack-request-id: req-3e2ba5e5-c644-490b-8918-de0083accc41 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": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1", "stack_user_project_id": "aaaa24220d41457fba11d047bdf87118", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:28:40Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7bd99132-56f2-46d5-b4b8-87e538dce989", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:28:58,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 used request id req-3e2ba5e5-c644-490b-8918-de0083accc41 2018-12-12 14:28:58,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:28:59,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:28:58 GMT Server: Apache x-openstack-request-id: req-4152ad76-823f-4d53-8ee7-c691b68a2d8e Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:00,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:28:59 GMT Server: Apache x-openstack-request-id: req-1b1a6bd9-0acf-4cff-a9ab-ba138bffcb43 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 585 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0636ff6d-0971-4173-a88d-7164db183f28", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a980e832-a426-4771-84fb-d7ad8a3bb08a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "247d18dc-47cb-4932-b34e-e77b673027ab", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-12T14:28:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "edf39441-8e17-4fa2-8018-898f7e5eca6d", "resource_type": "OS::Nova::Server"}]} 2018-12-12 14:29:00,194 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources used request id req-1b1a6bd9-0acf-4cff-a9ab-ba138bffcb43 2018-12-12 14:29:00,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=247d18dc-47cb-4932-b34e-e77b673027ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:00,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-748cf244-d6c1-42fa-a81a-cd0598e49253 Date: Wed, 12 Dec 2018 14:29:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"247d18dc-47cb-4932-b34e-e77b673027ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["a980e832-a426-4771-84fb-d7ad8a3bb08a"],"description":"","tags":[],"updated_at":"2018-12-12T14:28:42Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:41Z","provider:network_type":"vxlan"}]} 2018-12-12 14:29:00,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=247d18dc-47cb-4932-b34e-e77b673027ab used request id req-748cf244-d6c1-42fa-a81a-cd0598e49253 2018-12-12 14:29:00,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=247d18dc-47cb-4932-b34e-e77b673027ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:00,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d93553b7-d3c4-46b5-bbda-a9ed79b6788a Date: Wed, 12 Dec 2018 14:29:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"247d18dc-47cb-4932-b34e-e77b673027ab","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:28:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"a980e832-a426-4771-84fb-d7ad8a3bb08a","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet"}]} 2018-12-12 14:29:00,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=247d18dc-47cb-4932-b34e-e77b673027ab used request id req-d93553b7-d3c4-46b5-bbda-a9ed79b6788a 2018-12-12 14:29:00,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=247d18dc-47cb-4932-b34e-e77b673027ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:00,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-147fc9cf-ffa6-4cf3-9960-6800d9b321d9 Date: Wed, 12 Dec 2018 14:29:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"247d18dc-47cb-4932-b34e-e77b673027ab","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:28:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"a980e832-a426-4771-84fb-d7ad8a3bb08a","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet"}]} 2018-12-12 14:29:00,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=247d18dc-47cb-4932-b34e-e77b673027ab used request id req-147fc9cf-ffa6-4cf3-9960-6800d9b321d9 2018-12-12 14:29:00,548 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:29:00,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:00,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac48eeec-085b-4c93-89f5-69fcd697722b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:29:00,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ac48eeec-085b-4c93-89f5-69fcd697722b 2018-12-12 14:29:00,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:01,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:00 GMT Server: Apache x-openstack-request-id: req-07ab60cf-52d4-4ee9-8df0-a220f08a13b5 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:01,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:01 GMT Server: Apache x-openstack-request-id: req-3d0820a4-3ded-4892-a573-b4e723d82bc3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 585 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0636ff6d-0971-4173-a88d-7164db183f28", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a980e832-a426-4771-84fb-d7ad8a3bb08a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "247d18dc-47cb-4932-b34e-e77b673027ab", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-12T14:28:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "edf39441-8e17-4fa2-8018-898f7e5eca6d", "resource_type": "OS::Nova::Server"}]} 2018-12-12 14:29:01,528 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources used request id req-3d0820a4-3ded-4892-a573-b4e723d82bc3 2018-12-12 14:29:01,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/edf39441-8e17-4fa2-8018-898f7e5eca6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:02,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-549a58a3-868b-4d71-b413-0cbb2c981568 x-compute-request-id: req-549a58a3-868b-4d71-b413-0cbb2c981568 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:86:fb", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/edf39441-8e17-4fa2-8018-898f7e5eca6d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/edf39441-8e17-4fa2-8018-898f7e5eca6d", "rel": "bookmark"}], "image": {"id": "f4c958fb-df29-4417-80cf-d00039fca16f", "links": [{"href": "http://172.30.9.29:8774/images/f4c958fb-df29-4417-80cf-d00039fca16f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-SRV-USG:launched_at": "2018-12-12T14:28:54.000000", "flavor": {"id": "ae344d72-0a70-4ea0-91cd-73cade63b1c0", "links": [{"href": "http://172.30.9.29:8774/flavors/ae344d72-0a70-4ea0-91cd-73cade63b1c0", "rel": "bookmark"}]}, "id": "edf39441-8e17-4fa2-8018-898f7e5eca6d", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:28:54Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "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-a9092104-b25a-4026-b377-859b64f18fa4-inst", "created": "2018-12-12T14:28:48Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:29:02,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/edf39441-8e17-4fa2-8018-898f7e5eca6d used request id req-549a58a3-868b-4d71-b413-0cbb2c981568 2018-12-12 14:29:02,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:02,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-61df6491-2695-4dc5-aed1-feddbcf03570 Date: Wed, 12 Dec 2018 14:29:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"247d18dc-47cb-4932-b34e-e77b673027ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["a980e832-a426-4771-84fb-d7ad8a3bb08a"],"description":"","tags":[],"updated_at":"2018-12-12T14:28:42Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:41Z","provider:network_type":"vxlan"}]} 2018-12-12 14:29:02,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-net used request id req-61df6491-2695-4dc5-aed1-feddbcf03570 2018-12-12 14:29:02,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:29:02,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:29:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:29:02,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:02,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cb120e8-a29a-42c4-a3bf-b7bef2ad6e3c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:29:02,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-4cb120e8-a29a-42c4-a3bf-b7bef2ad6e3c 2018-12-12 14:29:02,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=247d18dc-47cb-4932-b34e-e77b673027ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:02,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ecb837a2-ee0d-40c9-94fd-03009f2632e7 Date: Wed, 12 Dec 2018 14:29:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"247d18dc-47cb-4932-b34e-e77b673027ab","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:42Z","dns_nameservers":[],"updated_at":"2018-12-12T14:28:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"b02038a5aa9140319df8909801cc6521","id":"a980e832-a426-4771-84fb-d7ad8a3bb08a","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-subnet"}]} 2018-12-12 14:29:02,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=247d18dc-47cb-4932-b34e-e77b673027ab used request id req-ecb837a2-ee0d-40c9-94fd-03009f2632e7 2018-12-12 14:29:02,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=247d18dc-47cb-4932-b34e-e77b673027ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:03,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3910 X-Openstack-Request-Id: req-a4fb1c3f-9a8e-417e-872c-609f0797b21f Date: Wed, 12 Dec 2018 14:29:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a980e832-a426-4771-84fb-d7ad8a3bb08a","ip_address":"10.0.0.11"}],"id":"0636ff6d-0971-4173-a88d-7164db183f28","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:86:fb","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1-server1_port-7kkerpjwaf6l","admin_state_up":true,"network_id":"247d18dc-47cb-4932-b34e-e77b673027ab","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:44Z","binding:vnic_type":"normal","device_id":"edf39441-8e17-4fa2-8018-898f7e5eca6d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a980e832-a426-4771-84fb-d7ad8a3bb08a","ip_address":"10.0.0.4"}],"id":"656c4f6e-a5ec-41dd-9cdb-7c0a722437f7","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:0d:33","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"247d18dc-47cb-4932-b34e-e77b673027ab","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-247d18dc-47cb-4932-b34e-e77b673027ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:28:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a980e832-a426-4771-84fb-d7ad8a3bb08a","ip_address":"10.0.0.2"}],"id":"adcf6a58-b91e-4b9c-bf6b-405793b9a444","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:db:e1","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"247d18dc-47cb-4932-b34e-e77b673027ab","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-247d18dc-47cb-4932-b34e-e77b673027ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:28:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a980e832-a426-4771-84fb-d7ad8a3bb08a","ip_address":"10.0.0.3"}],"id":"fe265f06-5912-4ed7-8e15-f9b9942afb77","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:da:53","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"247d18dc-47cb-4932-b34e-e77b673027ab","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:28:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-247d18dc-47cb-4932-b34e-e77b673027ab"}]} 2018-12-12 14:29:03,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=247d18dc-47cb-4932-b34e-e77b673027ab used request id req-a4fb1c3f-9a8e-417e-872c-609f0797b21f 2018-12-12 14:29:03,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:03,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:03 GMT Server: Apache x-openstack-request-id: req-aa2454c0-1ce1-4292-8f2f-09e75f845593 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:03,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:03 GMT Server: Apache x-openstack-request-id: req-63a4547e-1961-40c9-828a-16861cc473cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 585 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0636ff6d-0971-4173-a88d-7164db183f28", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a980e832-a426-4771-84fb-d7ad8a3bb08a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-12T14:28:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:41Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "247d18dc-47cb-4932-b34e-e77b673027ab", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-12T14:28:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:28:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "edf39441-8e17-4fa2-8018-898f7e5eca6d", "resource_type": "OS::Nova::Server"}]} 2018-12-12 14:29:03,394 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989/resources used request id req-63a4547e-1961-40c9-828a-16861cc473cc 2018-12-12 14:29:03,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/7bd99132-56f2-46d5-b4b8-87e538dce989 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab767a9e024d7c667917bf23af7f310a65866db" 2018-12-12 14:29:03,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:03 GMT Server: Apache x-openstack-request-id: req-1aabd5c7-b0cb-4e0a-8f83-c367a8a2b238 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:03,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:29:03 GMT Server: Apache x-openstack-request-id: req-89b7fd92-c690-4890-9b3b-f55afeda5a79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:29:03,592 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-stack1/7bd99132-56f2-46d5-b4b8-87e538dce989 used request id req-89b7fd92-c690-4890-9b3b-f55afeda5a79 2018-12-12 14:29:03,593 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-a9092104-b25a-4026-b377-859b64f18fa4-image 2018-12-12 14:29:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44cfbc6c9fd3a90129f7151a3d10078ddc9c70a3" 2018-12-12 14:29:06,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e0a20a6d-0220-4723-b1fc-a15f7b42a12c Date: Wed, 12 Dec 2018 14:29:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:29:06,510 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f4c958fb-df29-4417-80cf-d00039fca16f used request id req-e0a20a6d-0220-4723-b1fc-a15f7b42a12c 2018-12-12 14:29:06,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/ae344d72-0a70-4ea0-91cd-73cade63b1c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88066cae9f1ef62f3b58dbb0b2602b579ad032cd" 2018-12-12 14:29:06,562 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:29: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-a57ac284-4c68-4ff6-8f16-8ae3e3374acf x-compute-request-id: req-a57ac284-4c68-4ff6-8f16-8ae3e3374acf Content-Length: 0 Content-Type: application/json 2018-12-12 14:29:06,562 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ae344d72-0a70-4ea0-91cd-73cade63b1c0 used request id req-a57ac284-4c68-4ff6-8f16-8ae3e3374acf 2018-12-12 14:29:06,564 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:29:06,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:29:06,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:29:06,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["NjAIaroLSLizkvEWSEbhJA"], "issued_at": "2018-12-12T14:29:06.000000Z"}} 2018-12-12 14:29:06,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" 2018-12-12 14:29:07,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c26effa-bf22-4f44-9992-e2cd0b2c0c57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:29:07,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6c26effa-bf22-4f44-9992-e2cd0b2c0c57 2018-12-12 14:29:07,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" 2018-12-12 14:29:07,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-249c542a-ec34-4ce4-ae6c-e1cd3f5465df Date: Wed, 12 Dec 2018 14:29:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image"} 2018-12-12 14:29:07,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image used request id req-249c542a-ec34-4ce4-ae6c-e1cd3f5465df 2018-12-12 14:29:07,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" 2018-12-12 14:29:07,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2690e8cb-cc78-4dbf-b0c4-f079f62401af Date: Wed, 12 Dec 2018 14:29:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:29:07,359 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2690e8cb-cc78-4dbf-b0c4-f079f62401af 2018-12-12 14:29:07,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image"}' 2018-12-12 14:29:07,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18 X-Openstack-Request-Id: req-be554e24-3cac-48bc-bfc3-0f979618d711 Date: Wed, 12 Dec 2018 14:29:07 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:29:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:29:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18", "min_disk": 0, "protected": false, "id": "0a606bda-0d91-4698-be11-2ed79dd8de18", "file": "/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:29:07,578 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-be554e24-3cac-48bc-bfc3-0f979618d711 2018-12-12 14:29:07,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" -d '' 2018-12-12 14:29:09,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b4a89ec5-d305-4c38-a4f2-bd8f31ff7d6f Date: Wed, 12 Dec 2018 14:29:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:29:09,471 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18/file used request id req-b4a89ec5-d305-4c38-a4f2-bd8f31ff7d6f 2018-12-12 14:29:09,471 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:29:09,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" 2018-12-12 14:29:09,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-ef3af4a7-e742-40af-94ac-83b5c2f7f1d9 Date: Wed, 12 Dec 2018 14:29:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:29:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:29:09Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/0a606bda-0d91-4698-be11-2ed79dd8de18/snap", "metadata": {}}], "self": "/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18", "min_disk": 0, "protected": false, "id": "0a606bda-0d91-4698-be11-2ed79dd8de18", "file": "/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/0a606bda-0d91-4698-be11-2ed79dd8de18/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:29:09,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18 used request id req-ef3af4a7-e742-40af-94ac-83b5c2f7f1d9 2018-12-12 14:29:09,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" 2018-12-12 14:29:09,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-be3f5b19-5c54-48e6-a694-e1149302703f Date: Wed, 12 Dec 2018 14:29:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:29:09,811 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-be3f5b19-5c54-48e6-a694-e1149302703f 2018-12-12 14:29:09,814 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image 2018-12-12 14:29:09,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" 2018-12-12 14:29:10,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-c3fe6941-8cc2-45f6-8651-262c37034717 Date: Wed, 12 Dec 2018 14:29:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:29:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:29:09Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/0a606bda-0d91-4698-be11-2ed79dd8de18/snap", "metadata": {}}], "self": "/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18", "min_disk": 0, "protected": false, "id": "0a606bda-0d91-4698-be11-2ed79dd8de18", "file": "/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/0a606bda-0d91-4698-be11-2ed79dd8de18/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:29:10,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18 used request id req-c3fe6941-8cc2-45f6-8651-262c37034717 2018-12-12 14:29:10,036 - create_image - DEBUG - Instance status is - active 2018-12-12 14:29:10,036 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image 2018-12-12 14:29:10,036 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image 2018-12-12 14:29:10,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:29:10,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:29:10,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["AABvpgabQZCgaaaMGMdIcg"], "issued_at": "2018-12-12T14:29:10.000000Z"}} 2018-12-12 14:29:10,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1caf227af69355337d533167960868c4428a49" 2018-12-12 14:29:10,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fac04001-01d1-4dcd-8ecf-8241f8161830 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:29:10,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fac04001-01d1-4dcd-8ecf-8241f8161830 2018-12-12 14:29:10,507 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:29:10,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1caf227af69355337d533167960868c4428a49" 2018-12-12 14:29:10,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-001e0001-cd80-4ab6-97ce-bafd0ceb661b x-compute-request-id: req-001e0001-cd80-4ab6-97ce-bafd0ceb661b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:29:10,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-001e0001-cd80-4ab6-97ce-bafd0ceb661b 2018-12-12 14:29:10,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1caf227af69355337d533167960868c4428a49" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 14:29:10,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f034678-ecea-4eb3-908c-944a1f3f04ec x-compute-request-id: req-5f034678-ecea-4eb3-908c-944a1f3f04ec Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0c168d4d-6d66-4102-9bd2-43484479a1fa", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0c168d4d-6d66-4102-9bd2-43484479a1fa", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0c168d4d-6d66-4102-9bd2-43484479a1fa", "name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:29:10,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5f034678-ecea-4eb3-908c-944a1f3f04ec 2018-12-12 14:29:10,924 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 14:29:10,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:29:11,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:29:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["sFFB1QppTLWh6NlEK32DZA"], "issued_at": "2018-12-12T14:29:11.000000Z"}} 2018-12-12 14:29:11,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-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-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}}' 2018-12-12 14:29:13,912 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:29:11 GMT Server: Apache x-openstack-request-id: req-a86a90b6-5421-40a8-9aca-5f312b37cedb Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}]}} 2018-12-12 14:29:13,913 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks used request id req-a86a90b6-5421-40a8-9aca-5f312b37cedb 2018-12-12 14:29:13,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/f4b54881-3fed-47a1-9d6b-76300d2eb414 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:14,129 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:13 GMT Server: Apache x-openstack-request-id: req-d19fb725-b293-46a3-a072-9698ff01f943 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:14,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:14 GMT Server: Apache x-openstack-request-id: req-571fe5f1-bd01-4003-a602-f164272d22dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:14,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 used request id req-571fe5f1-bd01-4003-a602-f164272d22dc 2018-12-12 14:29:14,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:15,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:14 GMT Server: Apache x-openstack-request-id: req-9f3ce3b8-d1dc-4acc-b8c6-958029738ff3 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-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "deletion_time": null, "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "updated_time": null, "project": "b02038a5aa9140319df8909801cc6521", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "tags": null}]} 2018-12-12 14:29:15,160 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1 used request id req-9f3ce3b8-d1dc-4acc-b8c6-958029738ff3 2018-12-12 14:29:15,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:15,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:15 GMT Server: Apache x-openstack-request-id: req-cff090ab-fc75-4f10-b375-99898a950774 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-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "deletion_time": null, "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "updated_time": null, "project": "b02038a5aa9140319df8909801cc6521", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "tags": null}]} 2018-12-12 14:29:15,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1 used request id req-cff090ab-fc75-4f10-b375-99898a950774 2018-12-12 14:29:15,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/f4b54881-3fed-47a1-9d6b-76300d2eb414 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:16,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:15 GMT Server: Apache x-openstack-request-id: req-e0bcffc1-9f95-408d-acb1-313a7f7e5f85 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:16,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:16 GMT Server: Apache x-openstack-request-id: req-b3b404e2-3da2-4034-b7ec-1593052f5fc1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:16,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 used request id req-b3b404e2-3da2-4034-b7ec-1593052f5fc1 2018-12-12 14:29:16,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/f4b54881-3fed-47a1-9d6b-76300d2eb414 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:16,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:16 GMT Server: Apache x-openstack-request-id: req-e54c39e9-36d9-48c0-af37-272a7af097e8 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:16,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:16 GMT Server: Apache x-openstack-request-id: req-14ee719a-9962-4bf7-9d46-c9fc28aed453 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:16,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 used request id req-14ee719a-9962-4bf7-9d46-c9fc28aed453 2018-12-12 14:29:19,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/f4b54881-3fed-47a1-9d6b-76300d2eb414 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:20,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:19 GMT Server: Apache x-openstack-request-id: req-752d2b32-4de1-45b0-9e01-de438c5760d5 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:20,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:20 GMT Server: Apache x-openstack-request-id: req-51b26ec7-8e7e-471d-a8e6-02c2a1efd788 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:20,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 used request id req-51b26ec7-8e7e-471d-a8e6-02c2a1efd788 2018-12-12 14:29:23,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/f4b54881-3fed-47a1-9d6b-76300d2eb414 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:23,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:23 GMT Server: Apache x-openstack-request-id: req-fdd9f0a4-d640-49dd-b7b2-1847479a1eb0 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:24,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:23 GMT Server: Apache x-openstack-request-id: req-8d32876f-339e-4a8a-a669-a906dc802635 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:24,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 used request id req-8d32876f-339e-4a8a-a669-a906dc802635 2018-12-12 14:29:27,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/f4b54881-3fed-47a1-9d6b-76300d2eb414 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:28,136 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:27 GMT Server: Apache x-openstack-request-id: req-7d5ad41b-ed62-4f09-9caf-0cf661480267 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:28,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:28 GMT Server: Apache x-openstack-request-id: req-5f691d54-502d-4c5c-b7e5-8dec61ded923 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:28,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 used request id req-5f691d54-502d-4c5c-b7e5-8dec61ded923 2018-12-12 14:29:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/f4b54881-3fed-47a1-9d6b-76300d2eb414 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:31,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:31 GMT Server: Apache x-openstack-request-id: req-72bfac81-f001-4c74-aa71-1f2422dc706f Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:31,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:31 GMT Server: Apache x-openstack-request-id: req-22b71be9-9efc-4aa8-9009-88f5940d64e4 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": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1", "stack_user_project_id": "36d1e150fc8a4052a79eed9325acaefa", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:29:13Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f4b54881-3fed-47a1-9d6b-76300d2eb414", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:31,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 used request id req-22b71be9-9efc-4aa8-9009-88f5940d64e4 2018-12-12 14:29:31,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-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-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}}' 2018-12-12 14:29:34,168 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:29:31 GMT Server: Apache x-openstack-request-id: req-3d7768c9-a9c9-4450-a0f0-70a2533ac6c1 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "47cc26a9-094a-4e4a-9952-397801ba071a", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}]}} 2018-12-12 14:29:34,168 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks used request id req-3d7768c9-a9c9-4450-a0f0-70a2533ac6c1 2018-12-12 14:29:34,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:34,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:34 GMT Server: Apache x-openstack-request-id: req-4de9b3ae-0e7e-403d-95e6-7af0d8a0399e Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:34,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:34 GMT Server: Apache x-openstack-request-id: req-226d1a2a-fe60-43ce-b9aa-0cca55c0db15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:34,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-226d1a2a-fe60-43ce-b9aa-0cca55c0db15 2018-12-12 14:29:35,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:35,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:35 GMT Server: Apache x-openstack-request-id: req-05971c15-31e4-4196-aaeb-f95a51804be0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "deletion_time": null, "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "updated_time": null, "project": "b02038a5aa9140319df8909801cc6521", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "tags": null}]} 2018-12-12 14:29:35,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2 used request id req-05971c15-31e4-4196-aaeb-f95a51804be0 2018-12-12 14:29:35,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:35,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:35 GMT Server: Apache x-openstack-request-id: req-d75a1d96-dd2d-4677-aa22-80de4cbcb486 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "deletion_time": null, "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "updated_time": null, "project": "b02038a5aa9140319df8909801cc6521", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "tags": null}]} 2018-12-12 14:29:35,708 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks?stack_name=HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2 used request id req-d75a1d96-dd2d-4677-aa22-80de4cbcb486 2018-12-12 14:29:35,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:35,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:35 GMT Server: Apache x-openstack-request-id: req-b1b4868b-b47e-4e7a-b2ee-1ce7e5793041 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:36,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:35 GMT Server: Apache x-openstack-request-id: req-94e87e7b-ea04-40f5-a0ef-061b2147b4a6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:36,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-94e87e7b-ea04-40f5-a0ef-061b2147b4a6 2018-12-12 14:29:36,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:36,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:36 GMT Server: Apache x-openstack-request-id: req-23ec524e-8ea5-4aca-8044-45c13e5b4095 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:36,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:36 GMT Server: Apache x-openstack-request-id: req-f90dd119-b1a9-4407-8196-edaabdc09090 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:36,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-f90dd119-b1a9-4407-8196-edaabdc09090 2018-12-12 14:29:39,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:39,494 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:39 GMT Server: Apache x-openstack-request-id: req-36aa45ea-1b64-4353-8db4-bae7bb208aa5 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:39,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:39 GMT Server: Apache x-openstack-request-id: req-bff93a1e-a9dc-493b-8646-b58a34f10023 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:39,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-bff93a1e-a9dc-493b-8646-b58a34f10023 2018-12-12 14:29:42,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:42,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:42 GMT Server: Apache x-openstack-request-id: req-1cdb2c63-7c93-4271-a74c-ca57804bb0bf Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:42,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:42 GMT Server: Apache x-openstack-request-id: req-9c3d7a62-f988-4bea-91e9-bf3c2a3e8936 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:42,783 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-9c3d7a62-f988-4bea-91e9-bf3c2a3e8936 2018-12-12 14:29:45,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:45,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:45 GMT Server: Apache x-openstack-request-id: req-b8049574-e623-43b5-8545-cf2f8177465d Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:45,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:45 GMT Server: Apache x-openstack-request-id: req-85173018-f386-4228-8b64-a6c6bad38b2c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:45,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-85173018-f386-4228-8b64-a6c6bad38b2c 2018-12-12 14:29:48,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:48,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:48 GMT Server: Apache x-openstack-request-id: req-459a7fb8-c38f-4eca-b8f4-71416b4b9e9a Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:49,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:48 GMT Server: Apache x-openstack-request-id: req-573cf74c-41d5-4632-a737-660053398cd1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:49,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-573cf74c-41d5-4632-a737-660053398cd1 2018-12-12 14:29:52,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:53,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:52 GMT Server: Apache x-openstack-request-id: req-22aff8a6-0bd5-4e60-8669-1f007d515ad4 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:53,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:53 GMT Server: Apache x-openstack-request-id: req-a938a575-6abf-4ab6-94ce-4dfaaf72d97b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:53,315 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-a938a575-6abf-4ab6-94ce-4dfaaf72d97b 2018-12-12 14:29:56,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:56,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:56 GMT Server: Apache x-openstack-request-id: req-b38a985d-2e33-40ff-a53a-e42a810bda3c Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:56,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:29:56 GMT Server: Apache x-openstack-request-id: req-2e164b14-4f35-4fb7-ab15-54099d0057b4 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": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "47cc26a9-094a-4e4a-9952-397801ba071a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2", "stack_user_project_id": "950631e5e5b0424390b90675cec96b94", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:29:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "47cc26a9-094a-4e4a-9952-397801ba071a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 14:29:56,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-2e164b14-4f35-4fb7-ab15-54099d0057b4 2018-12-12 14:29:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/f4b54881-3fed-47a1-9d6b-76300d2eb414 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:57,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:56 GMT Server: Apache x-openstack-request-id: req-f023447b-0edc-4679-bf39-e2930688b838 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:57,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:29:57 GMT Server: Apache x-openstack-request-id: req-800a2fc7-f73f-47bd-a273-95af654189c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:29:57,149 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack1/f4b54881-3fed-47a1-9d6b-76300d2eb414 used request id req-800a2fc7-f73f-47bd-a273-95af654189c4 2018-12-12 14:29:57,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/47cc26a9-094a-4e4a-9952-397801ba071a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1648eea35b68a349a598861503950af61019a81a" 2018-12-12 14:29:57,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:29:57 GMT Server: Apache x-openstack-request-id: req-12a2f530-f9ef-49b2-bbad-5d706ad97ec4 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:29:57,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:29:57 GMT Server: Apache x-openstack-request-id: req-8cfddca2-9c48-45f5-ad17-9841fb4c79ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:29:57,881 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-stack2/47cc26a9-094a-4e4a-9952-397801ba071a used request id req-8cfddca2-9c48-45f5-ad17-9841fb4c79ab 2018-12-12 14:29:57,882 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-44a32aa0-5022-4d5f-81ce-2cce2a9b9caf-image 2018-12-12 14:29:57,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}723db2f5e052addab0254df2fe3b6a82029b237b" 2018-12-12 14:30:01,538 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cd322c35-11e9-4d4d-b5bc-21fe9ccfb9ea Date: Wed, 12 Dec 2018 14:30:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:30:01,538 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/0a606bda-0d91-4698-be11-2ed79dd8de18 used request id req-cd322c35-11e9-4d4d-b5bc-21fe9ccfb9ea 2018-12-12 14:30:01,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/0c168d4d-6d66-4102-9bd2-43484479a1fa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb1caf227af69355337d533167960868c4428a49" 2018-12-12 14:30:01,603 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:30: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-5ed9dca3-ea0f-4788-81f8-c92617655ba0 x-compute-request-id: req-5ed9dca3-ea0f-4788-81f8-c92617655ba0 Content-Length: 0 Content-Type: application/json 2018-12-12 14:30:01,603 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/0c168d4d-6d66-4102-9bd2-43484479a1fa used request id req-5ed9dca3-ea0f-4788-81f8-c92617655ba0 2018-12-12 14:30:01,605 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:30:01,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:30:01,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:30:01,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:30:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["7KztKoFeQfein2Kqr9ZDZw"], "issued_at": "2018-12-12T14:30:01.000000Z"}} 2018-12-12 14:30:01,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" 2018-12-12 14:30:02,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2ff4ac6-0b16-4f11-8ac6-19900d9f4723 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:30:02,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e2ff4ac6-0b16-4f11-8ac6-19900d9f4723 2018-12-12 14:30:02,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" 2018-12-12 14:30:02,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-f563c343-05b9-4d1f-898b-7bc89b25697a Date: Wed, 12 Dec 2018 14:30:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"} 2018-12-12 14:30:02,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1 used request id req-f563c343-05b9-4d1f-898b-7bc89b25697a 2018-12-12 14:30:02,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" 2018-12-12 14:30:02,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-82bbabc0-f0e0-42dd-878d-d0a8ec30c9d7 Date: Wed, 12 Dec 2018 14:30: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-12-12 14:30:02,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-82bbabc0-f0e0-42dd-878d-d0a8ec30c9d7 2018-12-12 14:30:02,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}' 2018-12-12 14:30:02,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b X-Openstack-Request-Id: req-33f34b18-06b2-45c0-bb1f-c2484a6010e2 Date: Wed, 12 Dec 2018 14:30:02 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b", "min_disk": 0, "protected": false, "id": "523763f2-de2e-4408-9f37-dcd73caaad2b", "file": "/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:02,650 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-33f34b18-06b2-45c0-bb1f-c2484a6010e2 2018-12-12 14:30:02,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" -d '' 2018-12-12 14:30:06,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35726f5f-8e06-4f0c-b685-7708e5ac61cc Date: Wed, 12 Dec 2018 14:30:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:30:06,801 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b/file used request id req-35726f5f-8e06-4f0c-b685-7708e5ac61cc 2018-12-12 14:30:06,801 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:30:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" 2018-12-12 14:30:06,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-1a642f5b-43b6-4200-943d-d30f3cd0489c Date: Wed, 12 Dec 2018 14:30:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:06Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/523763f2-de2e-4408-9f37-dcd73caaad2b/snap", "metadata": {}}], "self": "/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b", "min_disk": 0, "protected": false, "id": "523763f2-de2e-4408-9f37-dcd73caaad2b", "file": "/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/523763f2-de2e-4408-9f37-dcd73caaad2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:06,979 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b used request id req-1a642f5b-43b6-4200-943d-d30f3cd0489c 2018-12-12 14:30:06,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" 2018-12-12 14:30:07,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-28ca3803-feda-48d7-b1d5-7922a64e9232 Date: Wed, 12 Dec 2018 14:30:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:30:07,130 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-28ca3803-feda-48d7-b1d5-7922a64e9232 2018-12-12 14:30:07,132 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1 2018-12-12 14:30:07,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" 2018-12-12 14:30:07,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-466a7a6d-4fe8-4def-ac90-3c9844f0e037 Date: Wed, 12 Dec 2018 14:30:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:06Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/523763f2-de2e-4408-9f37-dcd73caaad2b/snap", "metadata": {}}], "self": "/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b", "min_disk": 0, "protected": false, "id": "523763f2-de2e-4408-9f37-dcd73caaad2b", "file": "/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/523763f2-de2e-4408-9f37-dcd73caaad2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:07,152 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b used request id req-466a7a6d-4fe8-4def-ac90-3c9844f0e037 2018-12-12 14:30:07,153 - create_image - DEBUG - Instance status is - active 2018-12-12 14:30:07,153 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1 2018-12-12 14:30:07,153 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1 2018-12-12 14:30:07,153 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:30:07,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:30:07,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:30:07,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:30:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["s5LhWrJEQwegSZXRHxZ0Bw"], "issued_at": "2018-12-12T14:30:07.000000Z"}} 2018-12-12 14:30:07,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" 2018-12-12 14:30:07,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e59be01-c04b-4218-bb4c-84a2d664a7e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:30:07,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6e59be01-c04b-4218-bb4c-84a2d664a7e6 2018-12-12 14:30:07,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" 2018-12-12 14:30:07,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-a63bab53-bfc2-40fa-b4e6-80d4f2fdf4ae Date: Wed, 12 Dec 2018 14:30:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2"} 2018-12-12 14:30:07,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2 used request id req-a63bab53-bfc2-40fa-b4e6-80d4f2fdf4ae 2018-12-12 14:30:07,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" 2018-12-12 14:30:07,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-420168d1-3c29-4e67-a726-c3e15a278a2b Date: Wed, 12 Dec 2018 14:30:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:30:07,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-420168d1-3c29-4e67-a726-c3e15a278a2b 2018-12-12 14:30:08,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2"}' 2018-12-12 14:30:08,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 X-Openstack-Request-Id: req-64b42d67-4c5c-4eb4-b453-e40c498c4b3c Date: Wed, 12 Dec 2018 14:30:08 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570", "min_disk": 0, "protected": false, "id": "fd0acb09-fad6-472c-abf4-2a8650a51570", "file": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570/file", "checksum": null, "owner": "b02038a5aa9140319df8909801cc6521", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:08,699 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-64b42d67-4c5c-4eb4-b453-e40c498c4b3c 2018-12-12 14:30:08,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" -d '' 2018-12-12 14:30:10,333 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd631fab-677e-41fa-8d26-e227232e1d9b Date: Wed, 12 Dec 2018 14:30:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:30:10,333 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570/file used request id req-bd631fab-677e-41fa-8d26-e227232e1d9b 2018-12-12 14:30:10,334 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:30:10,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" 2018-12-12 14:30:10,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-bcfb6e5e-521b-4127-ae35-392ea422fc91 Date: Wed, 12 Dec 2018 14:30:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:10Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fd0acb09-fad6-472c-abf4-2a8650a51570/snap", "metadata": {}}], "self": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570", "min_disk": 0, "protected": false, "id": "fd0acb09-fad6-472c-abf4-2a8650a51570", "file": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fd0acb09-fad6-472c-abf4-2a8650a51570/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:10,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 used request id req-bcfb6e5e-521b-4127-ae35-392ea422fc91 2018-12-12 14:30:10,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" 2018-12-12 14:30:10,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-45b14d5d-2cfe-4f29-ba3a-5a198e1c34f1 Date: Wed, 12 Dec 2018 14:30:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:30:10,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-45b14d5d-2cfe-4f29-ba3a-5a198e1c34f1 2018-12-12 14:30:10,651 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2 2018-12-12 14:30:10,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" 2018-12-12 14:30:10,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-49dbb5e5-270d-4aa3-a78d-031d716d360f Date: Wed, 12 Dec 2018 14:30:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:10Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fd0acb09-fad6-472c-abf4-2a8650a51570/snap", "metadata": {}}], "self": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570", "min_disk": 0, "protected": false, "id": "fd0acb09-fad6-472c-abf4-2a8650a51570", "file": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fd0acb09-fad6-472c-abf4-2a8650a51570/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:10,821 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 used request id req-49dbb5e5-270d-4aa3-a78d-031d716d360f 2018-12-12 14:30:10,822 - create_image - DEBUG - Instance status is - active 2018-12-12 14:30:10,822 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2 2018-12-12 14:30:10,822 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2 2018-12-12 14:30:10,822 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 14:30:10,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:30:11,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:30:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["3iSBDMzZSl-PhW719HA9Cg"], "issued_at": "2018-12-12T14:30:11.000000Z"}} 2018-12-12 14:30:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-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-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net"}}' 2018-12-12 14:30:15,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:30:11 GMT Server: Apache x-openstack-request-id: req-634caffc-35ec-40e7-99d1-5040d37bcd37 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}]}} 2018-12-12 14:30:15,018 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks used request id req-634caffc-35ec-40e7-99d1-5040d37bcd37 2018-12-12 14:30:15,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:15,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:15 GMT Server: Apache x-openstack-request-id: req-e8e05753-5045-478a-a4a7-e7b3902ba2dc Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:15,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:15 GMT Server: Apache x-openstack-request-id: req-a280f806-e2fb-4c0b-9a01-0b01befbe10b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:15,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-a280f806-e2fb-4c0b-9a01-0b01befbe10b 2018-12-12 14:30:15,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:16,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:15 GMT Server: Apache x-openstack-request-id: req-c5a111eb-f6a0-490f-b445-c7d3c3269d22 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:16,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:16 GMT Server: Apache x-openstack-request-id: req-238590cf-b400-4a83-9b14-95cde70248ab 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": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:16,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-238590cf-b400-4a83-9b14-95cde70248ab 2018-12-12 14:30:19,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:20,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:19 GMT Server: Apache x-openstack-request-id: req-dcb67f7b-445d-49a5-8ecf-d45f6392260d Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:20,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:20 GMT Server: Apache x-openstack-request-id: req-3dbd6bda-1130-4aa5-a853-44efce536886 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": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:20,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-3dbd6bda-1130-4aa5-a853-44efce536886 2018-12-12 14:30:23,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:23,676 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:23 GMT Server: Apache x-openstack-request-id: req-6bbb6fee-e59d-4dd2-9f8d-d3bb6405be42 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:24,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:23 GMT Server: Apache x-openstack-request-id: req-e980470c-96bb-4467-add3-de38865e66a8 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": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:24,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-e980470c-96bb-4467-add3-de38865e66a8 2018-12-12 14:30:27,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:27,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:27 GMT Server: Apache x-openstack-request-id: req-a2b1e8b8-e66c-4f3e-8e9a-8d0a2d3f214b Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:27,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:27 GMT Server: Apache x-openstack-request-id: req-90a3f92f-67fa-471b-9667-5c1c5789c387 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": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:27,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-90a3f92f-67fa-471b-9667-5c1c5789c387 2018-12-12 14:30:30,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:30,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:30 GMT Server: Apache x-openstack-request-id: req-a412ea68-0b66-4931-bb3c-02aab399768c Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:31,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:30 GMT Server: Apache x-openstack-request-id: req-fe45c1a3-afb1-4ee6-9f3d-3cff525730c6 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": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:31,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-fe45c1a3-afb1-4ee6-9f3d-3cff525730c6 2018-12-12 14:30:34,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:34,302 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:34 GMT Server: Apache x-openstack-request-id: req-1848c556-a167-43ae-81f1-5d585cfc40c3 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:34,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:34 GMT Server: Apache x-openstack-request-id: req-f47b3785-937e-4448-a0dc-16b594c5ff76 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": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:34,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-f47b3785-937e-4448-a0dc-16b594c5ff76 2018-12-12 14:30:37,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:37,856 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:37 GMT Server: Apache x-openstack-request-id: req-55b3840f-4aa0-4b4e-9f26-5faab11e7dda Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:38,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:37 GMT Server: Apache x-openstack-request-id: req-fc7253ac-c0f8-4533-ab58-aa63bffe0f8b 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": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:38,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-fc7253ac-c0f8-4533-ab58-aa63bffe0f8b 2018-12-12 14:30:41,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:41,063 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:41 GMT Server: Apache x-openstack-request-id: req-792425b7-dfca-414f-b7b8-db472701abc4 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:41,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:41 GMT Server: Apache x-openstack-request-id: req-a1dd6b34-bf17-4483-9340-90be81cff5d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:41,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-a1dd6b34-bf17-4483-9340-90be81cff5d5 2018-12-12 14:30:41,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:41,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:41 GMT Server: Apache x-openstack-request-id: req-2fc7bb80-fb89-4725-8db6-add192694bdd Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:41,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:41 GMT Server: Apache x-openstack-request-id: req-b01f2644-ca06-46f9-8ac0-2ee49a2a7f40 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1042 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3062bfea-c777-4301-90d0-d6397b8cba80", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8bf285f2-fa3e-44fa-9c09-1f5d52c3318d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d430abe8-0a78-4543-9f74-61d0a93847a9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "8d682861-49be-42dd-99a4-224f37e40af2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "107d8a82-cc39-4049-b7da-3b8569e6c7c9", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3:subnet_id=6ae55408-3ba0-4efa-97bd-0ded1cc62c86", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6ae55408-3ba0-4efa-97bd-0ded1cc62c86", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "20fb1a02-e945-4fef-aa06-8f25e980aee0", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6d05d630-031c-4f6b-9e3d-624792cd4a22", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a607b7ee-6816-4914-9168-9e5e1e3fd1a0", "resource_type": "OS::Nova::Server"}]} 2018-12-12 14:30:41,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources used request id req-b01f2644-ca06-46f9-8ac0-2ee49a2a7f40 2018-12-12 14:30:41,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:41,666 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:41 GMT Server: Apache x-openstack-request-id: req-6f382db8-a6f3-4c63-9966-47596ffa97f1 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:41,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:41 GMT Server: Apache x-openstack-request-id: req-919785c7-cc12-40d8-b5aa-e1e60b68bac9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:41,841 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-919785c7-cc12-40d8-b5aa-e1e60b68bac9 2018-12-12 14:30:41,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:41,871 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:41 GMT Server: Apache x-openstack-request-id: req-ed1e94a2-1780-40b7-8193-51206cd75198 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:42,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:41 GMT Server: Apache x-openstack-request-id: req-c5239d09-f31b-40ea-9ac8-81426afd25ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1039 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3062bfea-c777-4301-90d0-d6397b8cba80", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8bf285f2-fa3e-44fa-9c09-1f5d52c3318d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d430abe8-0a78-4543-9f74-61d0a93847a9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "8d682861-49be-42dd-99a4-224f37e40af2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "107d8a82-cc39-4049-b7da-3b8569e6c7c9", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3:subnet_id=6ae55408-3ba0-4efa-97bd-0ded1cc62c86", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "6ae55408-3ba0-4efa-97bd-0ded1cc62c86", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "20fb1a02-e945-4fef-aa06-8f25e980aee0", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6d05d630-031c-4f6b-9e3d-624792cd4a22", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a607b7ee-6816-4914-9168-9e5e1e3fd1a0", "resource_type": "OS::Nova::Server"}]} 2018-12-12 14:30:42,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources used request id req-c5239d09-f31b-40ea-9ac8-81426afd25ca 2018-12-12 14:30:42,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d430abe8-0a78-4543-9f74-61d0a93847a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:42,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-53be32f8-ab84-4805-96f2-10fe57443033 Date: Wed, 12 Dec 2018 14:30:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d430abe8-0a78-4543-9f74-61d0a93847a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["6ae55408-3ba0-4efa-97bd-0ded1cc62c86"],"description":"","tags":[],"updated_at":"2018-12-12T14:30:21Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:19Z","provider:network_type":"vxlan"}]} 2018-12-12 14:30:42,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d430abe8-0a78-4543-9f74-61d0a93847a9 used request id req-53be32f8-ab84-4805-96f2-10fe57443033 2018-12-12 14:30:42,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:42,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fe52bf56-589d-4bc3-9f83-50473fa0ae34 Date: Wed, 12 Dec 2018 14:30:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:21Z","dns_nameservers":[],"updated_at":"2018-12-12T14:30:21Z","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":"b02038a5aa9140319df8909801cc6521","id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet"}]} 2018-12-12 14:30:42,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 used request id req-fe52bf56-589d-4bc3-9f83-50473fa0ae34 2018-12-12 14:30:42,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:42,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5d3c5fd2-e57e-47cb-8561-3752d5c4582b Date: Wed, 12 Dec 2018 14:30:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:21Z","dns_nameservers":[],"updated_at":"2018-12-12T14:30:21Z","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":"b02038a5aa9140319df8909801cc6521","id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet"}]} 2018-12-12 14:30:42,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 used request id req-5d3c5fd2-e57e-47cb-8561-3752d5c4582b 2018-12-12 14:30:42,365 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:30:42,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:42,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e5f343-d711-4af0-b835-8aa38109baee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:30:42,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-30e5f343-d711-4af0-b835-8aa38109baee 2018-12-12 14:30:42,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:42,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:42 GMT Server: Apache x-openstack-request-id: req-3ba99e13-79ad-4a85-8ae0-ffa2c303514f Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:42,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:42 GMT Server: Apache x-openstack-request-id: req-2a5d5c16-b483-4c5a-add9-891e60a56570 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1039 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3062bfea-c777-4301-90d0-d6397b8cba80", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8bf285f2-fa3e-44fa-9c09-1f5d52c3318d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d430abe8-0a78-4543-9f74-61d0a93847a9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "8d682861-49be-42dd-99a4-224f37e40af2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "107d8a82-cc39-4049-b7da-3b8569e6c7c9", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3:subnet_id=6ae55408-3ba0-4efa-97bd-0ded1cc62c86", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "6ae55408-3ba0-4efa-97bd-0ded1cc62c86", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "20fb1a02-e945-4fef-aa06-8f25e980aee0", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6d05d630-031c-4f6b-9e3d-624792cd4a22", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a607b7ee-6816-4914-9168-9e5e1e3fd1a0", "resource_type": "OS::Nova::Server"}]} 2018-12-12 14:30:42,560 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources used request id req-2a5d5c16-b483-4c5a-add9-891e60a56570 2018-12-12 14:30:42,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6d05d630-031c-4f6b-9e3d-624792cd4a22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:42,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-039b6669-6326-4c52-9d34-f3de6d5a28b7 x-compute-request-id: req-039b6669-6326-4c52-9d34-f3de6d5a28b7 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:0e:76", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6d05d630-031c-4f6b-9e3d-624792cd4a22", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6d05d630-031c-4f6b-9e3d-624792cd4a22", "rel": "bookmark"}], "image": {"id": "fd0acb09-fad6-472c-abf4-2a8650a51570", "links": [{"href": "http://172.30.9.29:8774/images/fd0acb09-fad6-472c-abf4-2a8650a51570", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2018-12-12T14:30:29.000000", "flavor": {"id": "3062bfea-c777-4301-90d0-d6397b8cba80", "links": [{"href": "http://172.30.9.29:8774/flavors/3062bfea-c777-4301-90d0-d6397b8cba80", "rel": "bookmark"}]}, "id": "6d05d630-031c-4f6b-9e3d-624792cd4a22", "security_groups": [{"name": "default"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:30:30Z", "hostId": "03e78fc3062b8e7f3e4c408fad8849b8b166ec8d74a38a7ffe34b64c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "created": "2018-12-12T14:30:24Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:30:42,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6d05d630-031c-4f6b-9e3d-624792cd4a22 used request id req-039b6669-6326-4c52-9d34-f3de6d5a28b7 2018-12-12 14:30:42,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:42,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-f78ad0b6-8201-413f-a126-ce798971d39f Date: Wed, 12 Dec 2018 14:30:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d430abe8-0a78-4543-9f74-61d0a93847a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["6ae55408-3ba0-4efa-97bd-0ded1cc62c86"],"description":"","tags":[],"updated_at":"2018-12-12T14:30:21Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:19Z","provider:network_type":"vxlan"}]} 2018-12-12 14:30:42,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net used request id req-f78ad0b6-8201-413f-a126-ce798971d39f 2018-12-12 14:30:42,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:30:42,991 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:30:42,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f7bc785-1287-4680-bbeb-b297356b2df4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:30:43,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-2f7bc785-1287-4680-bbeb-b297356b2df4 2018-12-12 14:30:43,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4d59c5dd-931a-4dbe-8ffc-e714ffc8f970 Date: Wed, 12 Dec 2018 14:30:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:21Z","dns_nameservers":[],"updated_at":"2018-12-12T14:30:21Z","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":"b02038a5aa9140319df8909801cc6521","id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet"}]} 2018-12-12 14:30:43,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 used request id req-4d59c5dd-931a-4dbe-8ffc-e714ffc8f970 2018-12-12 14:30:43,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5785 X-Openstack-Request-Id: req-1249dbb4-791a-41f0-ab06-15c53490b14e Date: Wed, 12 Dec 2018 14:30:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.5"}],"id":"20fb1a02-e945-4fef-aa06-8f25e980aee0","security_groups":["8d682861-49be-42dd-99a4-224f37e40af2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b8:4e:cd","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack-port1-dw6vfogbbrsh","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:22Z","binding:vnic_type":"normal","device_id":"a607b7ee-6816-4914-9168-9e5e1e3fd1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.4"}],"id":"7184424b-21ba-4c26-bfa4-4666dedfd055","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:c1:1d","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d430abe8-0a78-4543-9f74-61d0a93847a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.3"}],"id":"b721630d-2f31-4c0e-810a-1a7d4534cdaa","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:39:2a","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d430abe8-0a78-4543-9f74-61d0a93847a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.1"}],"id":"c6b5f32e-b2c4-4798-82ce-267042bc4487","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:eb:5e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:27Z","binding:vnic_type":"normal","device_id":"5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.14"}],"id":"c84a6bb6-0d6b-4043-a292-2dde3699c50a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:0e:76","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:26Z","binding:vnic_type":"normal","device_id":"6d05d630-031c-4f6b-9e3d-624792cd4a22"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.2"}],"id":"cc04e59e-4f8f-4a60-9e85-a17b69be110e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fc:55:30","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d430abe8-0a78-4543-9f74-61d0a93847a9"}]} 2018-12-12 14:30:43,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 used request id req-1249dbb4-791a-41f0-ab06-15c53490b14e 2018-12-12 14:30:43,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a607b7ee-6816-4914-9168-9e5e1e3fd1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30: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-ea519d41-8960-41f7-915b-a858e5f73469 x-compute-request-id: req-ea519d41-8960-41f7-915b-a858e5f73469 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:4e:cd", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:4e:cd", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a607b7ee-6816-4914-9168-9e5e1e3fd1a0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a607b7ee-6816-4914-9168-9e5e1e3fd1a0", "rel": "bookmark"}], "image": {"id": "523763f2-de2e-4408-9f37-dcd73caaad2b", "links": [{"href": "http://172.30.9.29:8774/images/523763f2-de2e-4408-9f37-dcd73caaad2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-12-12T14:30:37.000000", "flavor": {"id": "8bf285f2-fa3e-44fa-9c09-1f5d52c3318d", "links": [{"href": "http://172.30.9.29:8774/flavors/8bf285f2-fa3e-44fa-9c09-1f5d52c3318d", "rel": "bookmark"}]}, "id": "a607b7ee-6816-4914-9168-9e5e1e3fd1a0", "security_groups": [{"name": "security_group_name"}], "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:30:37Z", "hostId": "f843033085d353e2af79038bbf770bd6db731024027f70ee2889349e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "created": "2018-12-12T14:30:27Z", "tenant_id": "b02038a5aa9140319df8909801cc6521", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:30:43,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a607b7ee-6816-4914-9168-9e5e1e3fd1a0 used request id req-ea519d41-8960-41f7-915b-a858e5f73469 2018-12-12 14:30:43,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-8307bc2f-eab4-4eba-b97a-2389c771bd95 Date: Wed, 12 Dec 2018 14:30:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d430abe8-0a78-4543-9f74-61d0a93847a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","subnets":["6ae55408-3ba0-4efa-97bd-0ded1cc62c86"],"description":"","tags":[],"updated_at":"2018-12-12T14:30:21Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net","admin_state_up":true,"tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:19Z","provider:network_type":"vxlan"}]} 2018-12-12 14:30:43,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net used request id req-8307bc2f-eab4-4eba-b97a-2389c771bd95 2018-12-12 14:30:43,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec19545-57c5-43ee-94dd-98e1c56ef1e4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:30:43,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-0ec19545-57c5-43ee-94dd-98e1c56ef1e4 2018-12-12 14:30:43,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-755ad63f-0f9c-4ecc-a8ef-9ba4e4a6cea9 Date: Wed, 12 Dec 2018 14:30:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:21Z","dns_nameservers":[],"updated_at":"2018-12-12T14:30:21Z","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":"b02038a5aa9140319df8909801cc6521","id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet"}]} 2018-12-12 14:30:43,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 used request id req-755ad63f-0f9c-4ecc-a8ef-9ba4e4a6cea9 2018-12-12 14:30:43,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5785 X-Openstack-Request-Id: req-c77862d5-f04c-47f1-a17d-a7013c4f8cbe Date: Wed, 12 Dec 2018 14:30:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.5"}],"id":"20fb1a02-e945-4fef-aa06-8f25e980aee0","security_groups":["8d682861-49be-42dd-99a4-224f37e40af2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b8:4e:cd","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack-port1-dw6vfogbbrsh","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:22Z","binding:vnic_type":"normal","device_id":"a607b7ee-6816-4914-9168-9e5e1e3fd1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.4"}],"id":"7184424b-21ba-4c26-bfa4-4666dedfd055","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:c1:1d","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d430abe8-0a78-4543-9f74-61d0a93847a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.3"}],"id":"b721630d-2f31-4c0e-810a-1a7d4534cdaa","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:39:2a","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d430abe8-0a78-4543-9f74-61d0a93847a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.1"}],"id":"c6b5f32e-b2c4-4798-82ce-267042bc4487","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:eb:5e","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:27Z","binding:vnic_type":"normal","device_id":"5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.14"}],"id":"c84a6bb6-0d6b-4043-a292-2dde3699c50a","security_groups":["5390c618-07ac-4a99-9413-2a04741d5e5c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:0e:76","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:26Z","binding:vnic_type":"normal","device_id":"6d05d630-031c-4f6b-9e3d-624792cd4a22"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:30:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ae55408-3ba0-4efa-97bd-0ded1cc62c86","ip_address":"10.1.2.2"}],"id":"cc04e59e-4f8f-4a60-9e85-a17b69be110e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fc:55:30","project_id":"b02038a5aa9140319df8909801cc6521","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d430abe8-0a78-4543-9f74-61d0a93847a9","tenant_id":"b02038a5aa9140319df8909801cc6521","created_at":"2018-12-12T14:30:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d430abe8-0a78-4543-9f74-61d0a93847a9"}]} 2018-12-12 14:30:43,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d430abe8-0a78-4543-9f74-61d0a93847a9 used request id req-c77862d5-f04c-47f1-a17d-a7013c4f8cbe 2018-12-12 14:30:43,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:43,827 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:43 GMT Server: Apache x-openstack-request-id: req-de396c9d-cade-4ae4-ab46-4229bdba2d08 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:43,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:43 GMT Server: Apache x-openstack-request-id: req-485b0156-4550-4dba-a10b-8d933d3b22d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1039 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3062bfea-c777-4301-90d0-d6397b8cba80", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8bf285f2-fa3e-44fa-9c09-1f5d52c3318d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d430abe8-0a78-4543-9f74-61d0a93847a9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "8d682861-49be-42dd-99a4-224f37e40af2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "107d8a82-cc39-4049-b7da-3b8569e6c7c9", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3:subnet_id=6ae55408-3ba0-4efa-97bd-0ded1cc62c86", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "6ae55408-3ba0-4efa-97bd-0ded1cc62c86", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5ba18ea3-852b-40e4-8d24-aa7d01ce3bf3", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "20fb1a02-e945-4fef-aa06-8f25e980aee0", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6d05d630-031c-4f6b-9e3d-624792cd4a22", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-12T14:30:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:30:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a607b7ee-6816-4914-9168-9e5e1e3fd1a0", "resource_type": "OS::Nova::Server"}]} 2018-12-12 14:30:43,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0/resources used request id req-485b0156-4550-4dba-a10b-8d933d3b22d3 2018-12-12 14:30:43,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:44,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-785f06e6-825e-4f51-ae64-5d2a4529433d Date: Wed, 12 Dec 2018 14:30:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:10Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fd0acb09-fad6-472c-abf4-2a8650a51570/snap", "metadata": {}}], "self": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570", "min_disk": 0, "protected": false, "id": "fd0acb09-fad6-472c-abf4-2a8650a51570", "file": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fd0acb09-fad6-472c-abf4-2a8650a51570/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:44,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 used request id req-785f06e6-825e-4f51-ae64-5d2a4529433d 2018-12-12 14:30:44,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:44,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0a7d77db-1adc-4237-a60d-394558f3d27c Date: Wed, 12 Dec 2018 14:30:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:30:44,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0a7d77db-1adc-4237-a60d-394558f3d27c 2018-12-12 14:30:44,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:44,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-adf937cf-4323-466a-af9b-394a733cfcd1 Date: Wed, 12 Dec 2018 14:30:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:10Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fd0acb09-fad6-472c-abf4-2a8650a51570/snap", "metadata": {}}], "self": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570", "min_disk": 0, "protected": false, "id": "fd0acb09-fad6-472c-abf4-2a8650a51570", "file": "/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fd0acb09-fad6-472c-abf4-2a8650a51570/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:44,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 used request id req-adf937cf-4323-466a-af9b-394a733cfcd1 2018-12-12 14:30:44,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:44,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-0ddd3957-5702-4a70-898b-7203203e4388 Date: Wed, 12 Dec 2018 14:30:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:30:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:30:06Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/523763f2-de2e-4408-9f37-dcd73caaad2b/snap", "metadata": {}}], "self": "/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b", "min_disk": 0, "protected": false, "id": "523763f2-de2e-4408-9f37-dcd73caaad2b", "file": "/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b02038a5aa9140319df8909801cc6521", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/523763f2-de2e-4408-9f37-dcd73caaad2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:30:44,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b used request id req-0ddd3957-5702-4a70-898b-7203203e4388 2018-12-12 14:30:44,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:45,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:44 GMT Server: Apache x-openstack-request-id: req-d6783399-f870-48d4-8c13-719863d84700 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:45,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:45 GMT Server: Apache x-openstack-request-id: req-f73734fc-5a55-4e3f-88ec-a8bf9560e3f9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:45,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-f73734fc-5a55-4e3f-88ec-a8bf9560e3f9 2018-12-12 14:30:45,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:45,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:45 GMT Server: Apache x-openstack-request-id: req-d6148d38-4906-4f79-9fea-9007c844e1b2 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:45,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:45 GMT Server: Apache x-openstack-request-id: req-41f3a976-c471-494c-a9a0-96b8342314cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAudBUZapTazIQ/CwWCd+5QqaxprDVdCAdgO1q1zH5c3iFQN/5\nzDSX1bl+CIum2/tlmWqAZ9oyWsPIwx6BN+fRrjPjnxMsx5OG8WPvIly7tHuJyUFY\njBWi1prDNnUQ+wQUlrXWlWX/964d4/v0QOpcxMie/3+yjkMeSAaOpnO5H54xfNY/\nut3pP4u0Le+tsS6jJx3KArlUWrTcPt3PzypZC4Y+RT7amy9a2EmfYSsZOL74b1Ie\nhlvqem6Yqat/gMY3mHaWJ7eSQG0JkmkAmb0nDGrOOOQ6bmvc0nEw1ZQ66qPxECRc\nsXUvAuHkJ2lKxeY4onC9hGas13U1cCWgBI5KzQIDAQABAoIBAQCNg1RDeUy+vwqg\ngxLlwjVdxYZW5SYroqnVnvtXmP/aKVeS6QFdvFBGvVZ3O6SAtR3TkYDplwvyhFlK\nANl4slzGx037wKbB+GE1Rl7BVM6/zbZKSDIfvfqeZo910gJ0qc7kWOhsL5qaD0lE\ncIa9ScANPp2ZCK/8GLHfON87dbbvlEbzGsZjtMh+PUOhvb7ODzKVK8HVGtyo4Cra\ngGuSWoxq8HX3k0aS2nezdFHVxa8Kw6Hufv6P2OInHC47EPfIrBWOsof51LVlyFwm\n4BWZ5MJBxgdYRiL+O4vOBXSqEw0yWtC6NF631Vw5oIygqe2ARa4S2OO1wuYl4ZAu\nIb4LPL8hAoGBANv8q+EXEkOuZrqlV9YwWgO/q0Sa2dyS32Hn6QDGA7bxNUJ7qmJQ\nB2BZ7AcniMW0yAJ3c9rVkxopFj8aVhraMuo62KWv3qKuQ3SaclM05wn4U/nL5IZV\naid2C+MEGpNeFPmzvWtK+gUEt1HJ+dP2Go/E/ShzN0yKEgH+50The2RzAoGBANg7\ngn/NOMVZ97TkSwbVvIiRWYmgra/PunWl97Dc4wS3UlU8ysPX7q81zM5LfE5C1TVP\noaJGmIyyWpRH5ozvl8inOnFo+D9TJgCPGsNBAM6M4vWWqNJQ5mlceKhL9TTLlXl9\nSKgN3yOD0yQa7fnQ+BsjFqbXS7WasZUZwMaoKwO/AoGAFNCWjsi5ELBaxgRJCFow\n2jPzh51DSeyXuFLSKCGUTmYKTQ0YdQ7vc71uaMrj1Rki56DX1Hfq4EnM8hGS3h2R\nPbptr1exsCDe/xRyBs91oOrfPz58k/1W+v7fZw6HWTRItcu8+37vozPsCJAc1GJv\n5vSTo5UrQVG7HHc6+LiBDWMCgYEAm2RAxwk7KBAchCGfjTzibR5PQyl2SCc3Lz7j\nPnWuq3/2qgyzBoTSIZW/Je13WmKLB/G/DXhAPrQZhgAZveScpnUO+dtes1tUrwgo\nSnMXWlhC7gykK+g5fTQX/ZIAmD1JoPIY2bSGS+Z7QLIdnO7ArffMWn/UB6Ewxx6n\nu9u0dc8CgYEAnqD6byRpVotKSMEaLJHvtk8jQEQda8ViUAjdb7d+ANnnFL84adD4\nbsbW0iYePzL31LMu/7tancl/RUTEKm1SZ0xztcQqk1/MYU9pqnWRztjaKxLaG/SV\nu7qrDIaGG238CbIO/uQGB99j5TONix6pqu7lQ6QGoKF4ofNUPum2K54=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:45,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-41f3a976-c471-494c-a9a0-96b8342314cb 2018-12-12 14:30:45,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:45,876 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:45 GMT Server: Apache x-openstack-request-id: req-e0b30f02-4670-4b0e-b6e8-6c71c018e8f1 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:46,166 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:30:45 GMT Server: Apache x-openstack-request-id: req-2a6d93a1-481d-4861-8509-f817e16d84b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:30:46,166 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-2a6d93a1-481d-4861-8509-f817e16d84b8 2018-12-12 14:30:46,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:46,198 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:46 GMT Server: Apache x-openstack-request-id: req-09fe4f68-9068-421a-9374-0d5f31c463b2 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:46,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:46 GMT Server: Apache x-openstack-request-id: req-0294b41c-1364-42ab-b6fd-ef2af70b42af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "tags": null, "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T14:30:46Z", "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:46,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-0294b41c-1364-42ab-b6fd-ef2af70b42af 2018-12-12 14:30:49,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:49,260 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:49 GMT Server: Apache x-openstack-request-id: req-eb868e79-3233-4b29-9008-909c6c5d8f21 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:49,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:49 GMT Server: Apache x-openstack-request-id: req-f0b0976d-0f81-4dd6-a124-7dcc4c3fa146 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "tags": null, "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T14:30:46Z", "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:49,885 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-f0b0976d-0f81-4dd6-a124-7dcc4c3fa146 2018-12-12 14:30:52,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:52,920 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:52 GMT Server: Apache x-openstack-request-id: req-9760a380-fa45-4c58-853f-4d3513c094a4 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:53,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:52 GMT Server: Apache x-openstack-request-id: req-e7ee959f-dfcf-43f4-8715-19f0599f340c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "tags": null, "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T14:30:46Z", "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:53,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-e7ee959f-dfcf-43f4-8715-19f0599f340c 2018-12-12 14:30:56,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:56,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:56 GMT Server: Apache x-openstack-request-id: req-d09b9d9d-2f0e-428e-b302-015244130d2e Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:56,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:56 GMT Server: Apache x-openstack-request-id: req-c9d3e58c-401e-4b5e-a822-763e4f0f28af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "tags": null, "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T14:30:46Z", "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:56,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-c9d3e58c-401e-4b5e-a822-763e4f0f28af 2018-12-12 14:30:59,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/15665d48-78aa-4f73-8d36-8efb842e1af0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbbdc67a30b5e322f667294e99b6caffcf7f859c" 2018-12-12 14:30:59,745 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:30:59 GMT Server: Apache x-openstack-request-id: req-b9acc256-95e9-4f2b-b4c9-c81e3e5cdb4a Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:30:59,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:30:59 GMT Server: Apache x-openstack-request-id: req-29f9e42d-22e3-4081-9cb4-d03695e3f992 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": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor2", "OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1"}, "deletion_time": "2018-12-12T14:30:59Z", "stack_name": "HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack", "stack_user_project_id": "997075db2ef34d2aa29422d9fff65164", "tags": null, "creation_time": "2018-12-12T14:30:14Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T14:30:46Z", "id": "15665d48-78aa-4f73-8d36-8efb842e1af0", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 14:30:59,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-stack/15665d48-78aa-4f73-8d36-8efb842e1af0 used request id req-29f9e42d-22e3-4081-9cb4-d03695e3f992 2018-12-12 14:30:59,772 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image1 2018-12-12 14:30:59,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81f9a870b8a90fa2a151d9484cc96fa2ce857e5f" 2018-12-12 14:31:01,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7f0a4b4b-a9ed-4c6a-b89d-a5b78167e3a3 Date: Wed, 12 Dec 2018 14:31:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:01,737 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/523763f2-de2e-4408-9f37-dcd73caaad2b used request id req-7f0a4b4b-a9ed-4c6a-b89d-a5b78167e3a3 2018-12-12 14:31:01,738 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-bea4e912-132d-4a9a-baa4-5ad551f467c8-image2 2018-12-12 14:31:01,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3368b213b5a160b1f038b51e6acbdd9e6f4d6c0" 2018-12-12 14:31:03,037 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d8d9792-8b9e-4e03-a479-567f581ebf41 Date: Wed, 12 Dec 2018 14:31:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:03,037 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/fd0acb09-fad6-472c-abf4-2a8650a51570 used request id req-1d8d9792-8b9e-4e03-a479-567f581ebf41 2018-12-12 14:31:03,040 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 14:31:03,040 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:31:03,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:03,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["TjbYpeu7Qjyw-CetsK4YTg"], "issued_at": "2018-12-12T14:31:03.000000Z"}} 2018-12-12 14:31:03,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b9d79df283c369d8eb85dcc865a133a3313cfa" -d '{"stack_name": "HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-12-12 14:31:05,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:31:03 GMT Server: Apache x-openstack-request-id: req-564cf802-78d9-47f5-b4e1-c1a3c3409607 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "rel": "self"}]}} 2018-12-12 14:31:05,061 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks used request id req-564cf802-78d9-47f5-b4e1-c1a3c3409607 2018-12-12 14:31:05,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b9d79df283c369d8eb85dcc865a133a3313cfa" 2018-12-12 14:31:05,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-da25d437-7d9d-49ea-a415-dde900a5c9a4 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:05,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-5cc0e503-2f0f-4de5-ba24-887b2821a632 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 506 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "OS::stack_name": "HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack", "stack_user_project_id": "13a90f92ecfd403abbcf2af914c359ce", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:31:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 14:31:05,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 used request id req-5cc0e503-2f0f-4de5-ba24-887b2821a632 2018-12-12 14:31:05,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b9d79df283c369d8eb85dcc865a133a3313cfa" 2018-12-12 14:31:05,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-a8506278-d707-46ab-ab6b-5d2cba73a92a Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:05,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-e425ecb4-2959-4288-bec6-7da21b6d0289 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": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "OS::stack_name": "HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack", "stack_user_project_id": "13a90f92ecfd403abbcf2af914c359ce", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:31:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 14:31:05,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 used request id req-e425ecb4-2959-4288-bec6-7da21b6d0289 2018-12-12 14:31:05,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/a6abe3d2-37c3-4c42-aa83-1d5a99545a70/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b9d79df283c369d8eb85dcc865a133a3313cfa" 2018-12-12 14:31:05,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-a90ae2a1-4391-46d2-9d45-f652a8c094b1 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:06,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-48c0af40-f70d-4c00-9777-588101c44ae1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-12-12T14:31:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:31:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5f9a8a29-c6da-4d1b-92a0-c5179f7a1540", "resource_type": "OS::Nova::Flavor"}]} 2018-12-12 14:31:06,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70/resources used request id req-48c0af40-f70d-4c00-9777-588101c44ae1 2018-12-12 14:31:06,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/5f9a8a29-c6da-4d1b-92a0-c5179f7a1540 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b9d79df283c369d8eb85dcc865a133a3313cfa" 2018-12-12 14:31:06,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-312ab4da-998a-4e75-b86b-0356168171d1 x-compute-request-id: req-312ab4da-998a-4e75-b86b-0356168171d1 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5f9a8a29-c6da-4d1b-92a0-c5179f7a1540", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5f9a8a29-c6da-4d1b-92a0-c5179f7a1540", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "5f9a8a29-c6da-4d1b-92a0-c5179f7a1540", "name": "HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack-flavor-3esv4uuc6za7", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:31:06,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/5f9a8a29-c6da-4d1b-92a0-c5179f7a1540 used request id req-312ab4da-998a-4e75-b86b-0356168171d1 2018-12-12 14:31:06,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b9d79df283c369d8eb85dcc865a133a3313cfa" 2018-12-12 14:31:06,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:06 GMT Server: Apache x-openstack-request-id: req-343a93fc-8c48-4b51-ac15-29bd7b546cc5 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:06,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:31:06 GMT Server: Apache x-openstack-request-id: req-a7ef2401-4df6-429f-b3d3-c68a4b0fc796 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:31:06,447 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsFlavorTests-4e8f2828-ea3a-4439-9fbd-83708e32dc5f-stack/a6abe3d2-37c3-4c42-aa83-1d5a99545a70 used request id req-a7ef2401-4df6-429f-b3d3-c68a4b0fc796 2018-12-12 14:31:06,449 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 14:31:06,449 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:31:06,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:06,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["_j8EScLfS_6DzT_JAdQnAQ"], "issued_at": "2018-12-12T14:31:06.000000Z"}} 2018-12-12 14:31:06,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8385324a24191955d2a519ed8b79b878e8c8b3e" -d '{"stack_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-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-db040c41-bb92-4079-afcf-c7aad6c72f96-kp"}}' 2018-12-12 14:31:08,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:31:06 GMT Server: Apache x-openstack-request-id: req-93b17c8e-e186-4715-80fb-14df06de2758 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "4e9c58c1-f269-407c-be99-f500491a5ed2", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2", "rel": "self"}]}} 2018-12-12 14:31:08,530 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks used request id req-93b17c8e-e186-4715-80fb-14df06de2758 2018-12-12 14:31:08,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/4e9c58c1-f269-407c-be99-f500491a5ed2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8385324a24191955d2a519ed8b79b878e8c8b3e" 2018-12-12 14:31:08,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:08 GMT Server: Apache x-openstack-request-id: req-320ef048-7574-4ba2-9b61-dc53c4788a6c Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:09,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:08 GMT Server: Apache x-openstack-request-id: req-ad0520f5-c2b2-4020-bf8b-59dcb3770e39 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1899 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": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "4e9c58c1-f269-407c-be99-f500491a5ed2", "OS::stack_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack", "keypair_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack", "stack_user_project_id": "1a47011e07d048a8b69a002c3e4df06f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:31:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4e9c58c1-f269-407c-be99-f500491a5ed2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEApFsaf2WzkMG2qSSR7YpLCxvgOyxGbPHqlkLsADcxX/XFn2I1\niV/fQ3e2fiFU74T49j0QVv3jHgl1SUP76nI68PE3nCRzaRyQ8dUN6XwOb+3Hx4Iy\n3d8HCPdrsro25FP5QNILzuysfN1TdjuRtvrXpNUR+jCOevTUUx1cGy4jRBos9RZp\nAVMh9taaoeP2KCAhnmiH7SGspqVagDyaJd2IsjV3yG9VG1/DQ/sBOOMcgyk/cfEN\nhFcarXEE3WEIfrAxKp+sf284I7a572DUBh4RtRnrD1m1YCGufqMInjkdIykvYI0Q\n3MkK5EzFZrjSAB5JdHKvRN85Zh4OdSsR+849kQIDAQABAoIBADIC3s9BPSChMVnK\nnPTxDeC1fMfEszFXc5CBkJqIMOgIOzhChBPnLmKzPL6omdXAWpli/2PZIZD0Q9Il\nc7RlSfYjEE7c8JldbeWIdRFFBIeejRnyTlQhF1ztHMJn02gq/T9yKtGuRtY/6rOh\ncLeDILcxdqTwvYpAkZMw7eP/aA/Cgi00TkMQPghZV5naBAa+7+uVctcyi1nX3Pxh\nS2jZpBwUVM/yrmLtTd0qz11cbYsQOU2bMzQ/7Clx1zk/M60HzbwDOTdzfgBkhg/3\n2ruzE37hlTvMktcoI8fT/n6cIubz6EeZLeFJWk88iTPz9ir5cH6tV88+a/BChJ0U\np8YSYNkCgYEA2w1Ogc7AeTnF0wsf1+SzAwL1b5TN+rC5Xr85cj8VWclpOupuaTHF\nfCeVwcGgXhWgtPKMIoEwVb+GhDOv4JA0O114+kaTZ1xlP6bTawU/SqTyIiS4aNbj\n921yOO034Cg1hHajcTEsaF/FwRLw7QMuqAgZpM0s1z15YcCR/KhSb3cCgYEAwBQD\nAzdrPBox3+m5pQTRzmS+1EynJ+Dg++44sJcm6N9/fED8MXGn0uBpTDK8/ndrx+nB\nzDxW9HX9mIaxOJ3zO96Lz+SjKLcPQeVffsfz0LedtMUfRnr6qsT95Qt5OKCX0HTE\nWeGW45G2lgYGDQCjYl2Ck27pxhMzAKqEbhlazTcCgYEAx/XIsaQ7fS3o0PM5uUmy\nw9ACnj33HZ4PSVdEKG8/nTvHzJlN+scNYH1+LmYDb39MuYEjvSezKMNyFuJb7aGV\nnI+CLO0aB+OHJWizW+FpWkliIxrkIAfyB96nwyGAvSXXXLk0D9L0l769dbdFqQYb\npBXo2tDU2xLp5/rzCPHadpcCgYATtzoj72FTdwDdkfkbRiZfABpSYlfaEQwm7+nj\nvnAhASft0iHQ1XC7hYtpZd/eYtWuXIEm/J6UUzQnntO8EwJvh8VkHnzc5gVr5yZp\nNg8BwocukflG28K1GqlRBF95/4n1vLaW30AEteU++vlOBl2+8AhCJ+VZDolyrQ4Q\n2wtl+wKBgQC30UJ8IXhlCJF9in5TM693zS84fv9kbtxfdYhZI96dgMuMZ8dvfwBk\nVmBkvA+Q/nNLjXE6GANnPHJoeom99q7d+g0WIxKYy8zarJATUj1+NX9lgpJhR3/q\ngnEPnWAbSxMFzqOckBGdzpUhwRaxXsX/KBPG4dnJVtBquc/anwhQgQ==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-12 14:31:09,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 used request id req-ad0520f5-c2b2-4020-bf8b-59dcb3770e39 2018-12-12 14:31:09,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/4e9c58c1-f269-407c-be99-f500491a5ed2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8385324a24191955d2a519ed8b79b878e8c8b3e" 2018-12-12 14:31:09,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:09 GMT Server: Apache x-openstack-request-id: req-bac8c8f6-1418-4a35-b2c6-038b0ab2de39 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:09,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:09 GMT Server: Apache x-openstack-request-id: req-de8c9bec-ed01-4815-b2be-e650e8a8dc58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "4e9c58c1-f269-407c-be99-f500491a5ed2", "OS::stack_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack", "keypair_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack", "stack_user_project_id": "1a47011e07d048a8b69a002c3e4df06f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:31:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4e9c58c1-f269-407c-be99-f500491a5ed2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEApFsaf2WzkMG2qSSR7YpLCxvgOyxGbPHqlkLsADcxX/XFn2I1\niV/fQ3e2fiFU74T49j0QVv3jHgl1SUP76nI68PE3nCRzaRyQ8dUN6XwOb+3Hx4Iy\n3d8HCPdrsro25FP5QNILzuysfN1TdjuRtvrXpNUR+jCOevTUUx1cGy4jRBos9RZp\nAVMh9taaoeP2KCAhnmiH7SGspqVagDyaJd2IsjV3yG9VG1/DQ/sBOOMcgyk/cfEN\nhFcarXEE3WEIfrAxKp+sf284I7a572DUBh4RtRnrD1m1YCGufqMInjkdIykvYI0Q\n3MkK5EzFZrjSAB5JdHKvRN85Zh4OdSsR+849kQIDAQABAoIBADIC3s9BPSChMVnK\nnPTxDeC1fMfEszFXc5CBkJqIMOgIOzhChBPnLmKzPL6omdXAWpli/2PZIZD0Q9Il\nc7RlSfYjEE7c8JldbeWIdRFFBIeejRnyTlQhF1ztHMJn02gq/T9yKtGuRtY/6rOh\ncLeDILcxdqTwvYpAkZMw7eP/aA/Cgi00TkMQPghZV5naBAa+7+uVctcyi1nX3Pxh\nS2jZpBwUVM/yrmLtTd0qz11cbYsQOU2bMzQ/7Clx1zk/M60HzbwDOTdzfgBkhg/3\n2ruzE37hlTvMktcoI8fT/n6cIubz6EeZLeFJWk88iTPz9ir5cH6tV88+a/BChJ0U\np8YSYNkCgYEA2w1Ogc7AeTnF0wsf1+SzAwL1b5TN+rC5Xr85cj8VWclpOupuaTHF\nfCeVwcGgXhWgtPKMIoEwVb+GhDOv4JA0O114+kaTZ1xlP6bTawU/SqTyIiS4aNbj\n921yOO034Cg1hHajcTEsaF/FwRLw7QMuqAgZpM0s1z15YcCR/KhSb3cCgYEAwBQD\nAzdrPBox3+m5pQTRzmS+1EynJ+Dg++44sJcm6N9/fED8MXGn0uBpTDK8/ndrx+nB\nzDxW9HX9mIaxOJ3zO96Lz+SjKLcPQeVffsfz0LedtMUfRnr6qsT95Qt5OKCX0HTE\nWeGW45G2lgYGDQCjYl2Ck27pxhMzAKqEbhlazTcCgYEAx/XIsaQ7fS3o0PM5uUmy\nw9ACnj33HZ4PSVdEKG8/nTvHzJlN+scNYH1+LmYDb39MuYEjvSezKMNyFuJb7aGV\nnI+CLO0aB+OHJWizW+FpWkliIxrkIAfyB96nwyGAvSXXXLk0D9L0l769dbdFqQYb\npBXo2tDU2xLp5/rzCPHadpcCgYATtzoj72FTdwDdkfkbRiZfABpSYlfaEQwm7+nj\nvnAhASft0iHQ1XC7hYtpZd/eYtWuXIEm/J6UUzQnntO8EwJvh8VkHnzc5gVr5yZp\nNg8BwocukflG28K1GqlRBF95/4n1vLaW30AEteU++vlOBl2+8AhCJ+VZDolyrQ4Q\n2wtl+wKBgQC30UJ8IXhlCJF9in5TM693zS84fv9kbtxfdYhZI96dgMuMZ8dvfwBk\nVmBkvA+Q/nNLjXE6GANnPHJoeom99q7d+g0WIxKYy8zarJATUj1+NX9lgpJhR3/q\ngnEPnWAbSxMFzqOckBGdzpUhwRaxXsX/KBPG4dnJVtBquc/anwhQgQ==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-12 14:31:09,515 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 used request id req-de8c9bec-ed01-4815-b2be-e650e8a8dc58 2018-12-12 14:31:09,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/4e9c58c1-f269-407c-be99-f500491a5ed2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8385324a24191955d2a519ed8b79b878e8c8b3e" 2018-12-12 14:31:09,545 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:09 GMT Server: Apache x-openstack-request-id: req-63302c3c-0c73-4753-a19d-c01ff4ade3a0 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:09,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:09 GMT Server: Apache x-openstack-request-id: req-cbb65af7-863b-4423-8397-5e1652affa90 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.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T14:31:08Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:31:08Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-12-12 14:31:09,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2/resources used request id req-cbb65af7-863b-4423-8397-5e1652affa90 2018-12-12 14:31:09,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8385324a24191955d2a519ed8b79b878e8c8b3e" 2018-12-12 14:31:09,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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,Accept-Encoding x-openstack-request-id: req-84ba43a0-9cf3-45c7-826b-3469c58bb345 x-compute-request-id: req-84ba43a0-9cf3-45c7-826b-3469c58bb345 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkWxp/ZbOQwbapJJHtiksLG+A7LEZs8eqWQuwANzFf9cWfYjWJX99Dd7Z+IVTvhPj2PRBW/eMeCXVJQ/vqcjrw8TecJHNpHJDx1Q3pfA5v7cfHgjLd3wcI92uyujbkU/lA0gvO7Kx83VN2O5G2+tek1RH6MI569NRTHVwbLiNEGiz1FmkBUyH21pqh4/YoICGeaIftIaympVqAPJol3YiyNXfIb1UbX8ND+wE44xyDKT9x8Q2EVxqtcQTdYQh+sDEqn6x/bzgjtrnvYNQGHhG1GesPWbVgIa5+owieOR0jKS9gjRDcyQrkTMVmuNIAHkl0cq9E3zlmHg51KxH7zj2R Generated-by-Nova", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp", "deleted": false, "created_at": "2018-12-12T14:31:08.000000", "updated_at": null, "fingerprint": "85:92:22:e6:a0:e4:d1:72:17:86:4a:60:de:31:d7:1d", "deleted_at": null, "id": 14}} 2018-12-12 14:31:09,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp used request id req-84ba43a0-9cf3-45c7-826b-3469c58bb345 2018-12-12 14:31:09,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/4e9c58c1-f269-407c-be99-f500491a5ed2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8385324a24191955d2a519ed8b79b878e8c8b3e" 2018-12-12 14:31:09,949 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:09 GMT Server: Apache x-openstack-request-id: req-409adb95-368b-43dc-82d2-2f49c2358ea7 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:10,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:09 GMT Server: Apache x-openstack-request-id: req-c55ba851-bd00-4aa5-b70f-7133d1161dd0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "4e9c58c1-f269-407c-be99-f500491a5ed2", "OS::stack_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack", "keypair_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack", "stack_user_project_id": "1a47011e07d048a8b69a002c3e4df06f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:31:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4e9c58c1-f269-407c-be99-f500491a5ed2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEApFsaf2WzkMG2qSSR7YpLCxvgOyxGbPHqlkLsADcxX/XFn2I1\niV/fQ3e2fiFU74T49j0QVv3jHgl1SUP76nI68PE3nCRzaRyQ8dUN6XwOb+3Hx4Iy\n3d8HCPdrsro25FP5QNILzuysfN1TdjuRtvrXpNUR+jCOevTUUx1cGy4jRBos9RZp\nAVMh9taaoeP2KCAhnmiH7SGspqVagDyaJd2IsjV3yG9VG1/DQ/sBOOMcgyk/cfEN\nhFcarXEE3WEIfrAxKp+sf284I7a572DUBh4RtRnrD1m1YCGufqMInjkdIykvYI0Q\n3MkK5EzFZrjSAB5JdHKvRN85Zh4OdSsR+849kQIDAQABAoIBADIC3s9BPSChMVnK\nnPTxDeC1fMfEszFXc5CBkJqIMOgIOzhChBPnLmKzPL6omdXAWpli/2PZIZD0Q9Il\nc7RlSfYjEE7c8JldbeWIdRFFBIeejRnyTlQhF1ztHMJn02gq/T9yKtGuRtY/6rOh\ncLeDILcxdqTwvYpAkZMw7eP/aA/Cgi00TkMQPghZV5naBAa+7+uVctcyi1nX3Pxh\nS2jZpBwUVM/yrmLtTd0qz11cbYsQOU2bMzQ/7Clx1zk/M60HzbwDOTdzfgBkhg/3\n2ruzE37hlTvMktcoI8fT/n6cIubz6EeZLeFJWk88iTPz9ir5cH6tV88+a/BChJ0U\np8YSYNkCgYEA2w1Ogc7AeTnF0wsf1+SzAwL1b5TN+rC5Xr85cj8VWclpOupuaTHF\nfCeVwcGgXhWgtPKMIoEwVb+GhDOv4JA0O114+kaTZ1xlP6bTawU/SqTyIiS4aNbj\n921yOO034Cg1hHajcTEsaF/FwRLw7QMuqAgZpM0s1z15YcCR/KhSb3cCgYEAwBQD\nAzdrPBox3+m5pQTRzmS+1EynJ+Dg++44sJcm6N9/fED8MXGn0uBpTDK8/ndrx+nB\nzDxW9HX9mIaxOJ3zO96Lz+SjKLcPQeVffsfz0LedtMUfRnr6qsT95Qt5OKCX0HTE\nWeGW45G2lgYGDQCjYl2Ck27pxhMzAKqEbhlazTcCgYEAx/XIsaQ7fS3o0PM5uUmy\nw9ACnj33HZ4PSVdEKG8/nTvHzJlN+scNYH1+LmYDb39MuYEjvSezKMNyFuJb7aGV\nnI+CLO0aB+OHJWizW+FpWkliIxrkIAfyB96nwyGAvSXXXLk0D9L0l769dbdFqQYb\npBXo2tDU2xLp5/rzCPHadpcCgYATtzoj72FTdwDdkfkbRiZfABpSYlfaEQwm7+nj\nvnAhASft0iHQ1XC7hYtpZd/eYtWuXIEm/J6UUzQnntO8EwJvh8VkHnzc5gVr5yZp\nNg8BwocukflG28K1GqlRBF95/4n1vLaW30AEteU++vlOBl2+8AhCJ+VZDolyrQ4Q\n2wtl+wKBgQC30UJ8IXhlCJF9in5TM693zS84fv9kbtxfdYhZI96dgMuMZ8dvfwBk\nVmBkvA+Q/nNLjXE6GANnPHJoeom99q7d+g0WIxKYy8zarJATUj1+NX9lgpJhR3/q\ngnEPnWAbSxMFzqOckBGdzpUhwRaxXsX/KBPG4dnJVtBquc/anwhQgQ==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-12 14:31:10,231 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 used request id req-c55ba851-bd00-4aa5-b70f-7133d1161dd0 2018-12-12 14:31:10,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8385324a24191955d2a519ed8b79b878e8c8b3e" 2018-12-12 14:31:10,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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,Accept-Encoding x-openstack-request-id: req-03b075ad-d662-48f4-9f47-4f8df8af33f5 x-compute-request-id: req-03b075ad-d662-48f4-9f47-4f8df8af33f5 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkWxp/ZbOQwbapJJHtiksLG+A7LEZs8eqWQuwANzFf9cWfYjWJX99Dd7Z+IVTvhPj2PRBW/eMeCXVJQ/vqcjrw8TecJHNpHJDx1Q3pfA5v7cfHgjLd3wcI92uyujbkU/lA0gvO7Kx83VN2O5G2+tek1RH6MI569NRTHVwbLiNEGiz1FmkBUyH21pqh4/YoICGeaIftIaympVqAPJol3YiyNXfIb1UbX8ND+wE44xyDKT9x8Q2EVxqtcQTdYQh+sDEqn6x/bzgjtrnvYNQGHhG1GesPWbVgIa5+owieOR0jKS9gjRDcyQrkTMVmuNIAHkl0cq9E3zlmHg51KxH7zj2R Generated-by-Nova", "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "name": "HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp", "deleted": false, "created_at": "2018-12-12T14:31:08.000000", "updated_at": null, "fingerprint": "85:92:22:e6:a0:e4:d1:72:17:86:4a:60:de:31:d7:1d", "deleted_at": null, "id": 14}} 2018-12-12 14:31:10,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-kp used request id req-03b075ad-d662-48f4-9f47-4f8df8af33f5 2018-12-12 14:31:10,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/4e9c58c1-f269-407c-be99-f500491a5ed2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8385324a24191955d2a519ed8b79b878e8c8b3e" 2018-12-12 14:31:10,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:10 GMT Server: Apache x-openstack-request-id: req-7e4da2ad-30f1-431e-80ac-9e5902394de2 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:10,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:31:10 GMT Server: Apache x-openstack-request-id: req-2eb40fe0-54d5-462b-a7a7-f277dd08a8fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:31:10,695 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsKeypairTests-db040c41-bb92-4079-afcf-c7aad6c72f96-stack/4e9c58c1-f269-407c-be99-f500491a5ed2 used request id req-2eb40fe0-54d5-462b-a7a7-f277dd08a8fb 2018-12-12 14:31:10,697 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 14:31:10,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:11,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["BOIUuap0TCGvJXoFDB1z2g"], "issued_at": "2018-12-12T14:31:11.000000Z"}} 2018-12-12 14:31:11,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4cc6e5cb91def1dff7c5e2e8975bdf2100f0de" -d '{"stack_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-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-5ee510d9-8f40-4500-8fe1-09453569dc6a-sec-grp"}}' 2018-12-12 14:31:13,031 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:31:11 GMT Server: Apache x-openstack-request-id: req-26305b9a-9c3b-49b7-8137-d4c8e8ad5d2f Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "3056861e-e56e-47e9-9d4b-16f85d1c7b03", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03", "rel": "self"}]}} 2018-12-12 14:31:13,031 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks used request id req-26305b9a-9c3b-49b7-8137-d4c8e8ad5d2f 2018-12-12 14:31:13,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/3056861e-e56e-47e9-9d4b-16f85d1c7b03 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4cc6e5cb91def1dff7c5e2e8975bdf2100f0de" 2018-12-12 14:31:13,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:13 GMT Server: Apache x-openstack-request-id: req-da912bcf-91c0-488f-b9b5-003f9558b57a Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:13,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:13 GMT Server: Apache x-openstack-request-id: req-564565ff-a3f4-4d17-81c2-126ded9140f0 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": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "3056861e-e56e-47e9-9d4b-16f85d1c7b03", "OS::stack_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack", "stack_user_project_id": "66e609ddb82a4309970058b419c87930", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:31:12Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3056861e-e56e-47e9-9d4b-16f85d1c7b03", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-12 14:31:13,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 used request id req-564565ff-a3f4-4d17-81c2-126ded9140f0 2018-12-12 14:31:13,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/3056861e-e56e-47e9-9d4b-16f85d1c7b03 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4cc6e5cb91def1dff7c5e2e8975bdf2100f0de" 2018-12-12 14:31:13,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:13 GMT Server: Apache x-openstack-request-id: req-26d8010b-7e82-4567-a276-ebab329c5244 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:13,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:13 GMT Server: Apache x-openstack-request-id: req-b1df3c6f-4c8f-4206-81df-8a6fece68317 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": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "3056861e-e56e-47e9-9d4b-16f85d1c7b03", "OS::stack_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack", "stack_user_project_id": "66e609ddb82a4309970058b419c87930", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T14:31:12Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3056861e-e56e-47e9-9d4b-16f85d1c7b03", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-12 14:31:13,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 used request id req-b1df3c6f-4c8f-4206-81df-8a6fece68317 2018-12-12 14:31:16,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/3056861e-e56e-47e9-9d4b-16f85d1c7b03 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4cc6e5cb91def1dff7c5e2e8975bdf2100f0de" 2018-12-12 14:31:16,911 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:16 GMT Server: Apache x-openstack-request-id: req-0b267ebd-564d-4664-a7fb-66a1a16dc251 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:16,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:16 GMT Server: Apache x-openstack-request-id: req-2ed6d1ab-621e-48d0-937c-e85abd2926c8 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": "b02038a5aa9140319df8909801cc6521", "OS::stack_id": "3056861e-e56e-47e9-9d4b-16f85d1c7b03", "OS::stack_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack", "stack_user_project_id": "66e609ddb82a4309970058b419c87930", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T14:31:12Z", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3056861e-e56e-47e9-9d4b-16f85d1c7b03", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-12 14:31:16,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 used request id req-2ed6d1ab-621e-48d0-937c-e85abd2926c8 2018-12-12 14:31:16,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/3056861e-e56e-47e9-9d4b-16f85d1c7b03/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4cc6e5cb91def1dff7c5e2e8975bdf2100f0de" 2018-12-12 14:31:17,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:16 GMT Server: Apache x-openstack-request-id: req-09728691-720e-4f15-8dc7-378241826047 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:17,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:17 GMT Server: Apache x-openstack-request-id: req-340bdd12-1ac8-4046-b1d3-6102598872d8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T14:31:13Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T14:31:13Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "214f9da6-ccbd-483c-8b86-238c197a051f", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-12-12 14:31:17,339 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03/resources used request id req-340bdd12-1ac8-4046-b1d3-6102598872d8 2018-12-12 14:31:17,339 - neutron_utils - INFO - Retrieving security group with ID - 214f9da6-ccbd-483c-8b86-238c197a051f 2018-12-12 14:31:17,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=214f9da6-ccbd-483c-8b86-238c197a051f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4cc6e5cb91def1dff7c5e2e8975bdf2100f0de" 2018-12-12 14:31:17,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-cd6f6c89-aba2-4d3f-9ec5-0a982d54510c Date: Wed, 12 Dec 2018 14:31:17 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:31:13Z", "updated_at": "2018-12-12T14:31:14Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:31:14Z", "revision_number": 0, "id": "3483e2ba-8581-45c6-a587-4d8608407fdb", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-12T14:31:14Z", "security_group_id": "214f9da6-ccbd-483c-8b86-238c197a051f", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T14:31:14Z", "revision_number": 0, "id": "e8edf64d-4bf8-4e78-8f50-45d12f74d5c7", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-12T14:31:14Z", "security_group_id": "214f9da6-ccbd-483c-8b86-238c197a051f", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 6, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "214f9da6-ccbd-483c-8b86-238c197a051f", "name": "HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-sec-grp"}]} 2018-12-12 14:31:17,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=214f9da6-ccbd-483c-8b86-238c197a051f used request id req-cd6f6c89-aba2-4d3f-9ec5-0a982d54510c 2018-12-12 14:31:17,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 214f9da6-ccbd-483c-8b86-238c197a051f 2018-12-12 14:31:17,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=214f9da6-ccbd-483c-8b86-238c197a051f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4cc6e5cb91def1dff7c5e2e8975bdf2100f0de" 2018-12-12 14:31:17,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-93235cb5-caf9-4cbe-a507-a598373777b3 Date: Wed, 12 Dec 2018 14:31:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-12-12T14:31:14Z", "security_group_id": "214f9da6-ccbd-483c-8b86-238c197a051f", "port_range_min": null, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:31:14Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "3483e2ba-8581-45c6-a587-4d8608407fdb"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-12-12T14:31:14Z", "security_group_id": "214f9da6-ccbd-483c-8b86-238c197a051f", "port_range_min": 22, "revision_number": 0, "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:31:14Z", "project_id": "b02038a5aa9140319df8909801cc6521", "id": "e8edf64d-4bf8-4e78-8f50-45d12f74d5c7"}]} 2018-12-12 14:31:17,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=214f9da6-ccbd-483c-8b86-238c197a051f used request id req-93235cb5-caf9-4cbe-a507-a598373777b3 2018-12-12 14:31:17,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/3056861e-e56e-47e9-9d4b-16f85d1c7b03 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4cc6e5cb91def1dff7c5e2e8975bdf2100f0de" 2018-12-12 14:31:17,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 14:31:17 GMT Server: Apache x-openstack-request-id: req-b144adb2-29bb-47d0-83c4-2f0857bb5104 Location: http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 14:31:17,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:31:17 GMT Server: Apache x-openstack-request-id: req-118493a0-d6af-40cc-8b58-b3a8074a775c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:31:17,774 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521/stacks/HeatUtilsSecurityGroupTests-5ee510d9-8f40-4500-8fe1-09453569dc6a-stack/3056861e-e56e-47e9-9d4b-16f85d1c7b03 used request id req-118493a0-d6af-40cc-8b58-b3a8074a775c 2018-12-12 14:31:17,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:18,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["l59rnl6ZTm-P-S0yt7UgvA"], "issued_at": "2018-12-12T14:31:18.000000Z"}} 2018-12-12 14:31:18,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e1afc3a6e5db3dff87ca4f162ba2c4589801e5" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-d28902cc-0bd2-4c59-9bb3-7ac28a51f1c3"}}' 2018-12-12 14:31:18,925 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:18 GMT Server: Apache x-compute-request-id: req-061e0ae0-8c89-4835-95a6-5546a276963c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-061e0ae0-8c89-4835-95a6-5546a276963c Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "360b8d85-bb64-4be5-beb6-828a7258eb9d", "name": "CinderUtilsQoSTests-d28902cc-0bd2-4c59-9bb3-7ac28a51f1c3"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/360b8d85-bb64-4be5-beb6-828a7258eb9d", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/360b8d85-bb64-4be5-beb6-828a7258eb9d", "rel": "bookmark"}]} 2018-12-12 14:31:18,925 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-061e0ae0-8c89-4835-95a6-5546a276963c 2018-12-12 14:31:18,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-061e0ae0-8c89-4835-95a6-5546a276963c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e1afc3a6e5db3dff87ca4f162ba2c4589801e5" 2018-12-12 14:31:19,128 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:18 GMT Server: Apache x-compute-request-id: req-4494e605-6743-4f46-b446-47bc07a5f6e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4494e605-6743-4f46-b446-47bc07a5f6e2 Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "360b8d85-bb64-4be5-beb6-828a7258eb9d", "name": "CinderUtilsQoSTests-d28902cc-0bd2-4c59-9bb3-7ac28a51f1c3"}]} 2018-12-12 14:31:19,128 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-4494e605-6743-4f46-b446-47bc07a5f6e2 2018-12-12 14:31:19,129 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d28902cc-0bd2-4c59-9bb3-7ac28a51f1c3 2018-12-12 14:31:19,132 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/360b8d85-bb64-4be5-beb6-828a7258eb9d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-061e0ae0-8c89-4835-95a6-5546a276963c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e1afc3a6e5db3dff87ca4f162ba2c4589801e5" 2018-12-12 14:31:19,340 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6d6c9837-da20-42f3-bb06-2bc29458681e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:19,340 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/360b8d85-bb64-4be5-beb6-828a7258eb9d?force=False used request id req-6d6c9837-da20-42f3-bb06-2bc29458681e 2018-12-12 14:31:19,343 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-061e0ae0-8c89-4835-95a6-5546a276963c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e1afc3a6e5db3dff87ca4f162ba2c4589801e5" 2018-12-12 14:31:20,133 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:19 GMT Server: Apache x-compute-request-id: req-1d7267ad-5d8c-4a21-8f33-93e31affec5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1d7267ad-5d8c-4a21-8f33-93e31affec5b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-12 14:31:20,134 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-1d7267ad-5d8c-4a21-8f33-93e31affec5b 2018-12-12 14:31:20,134 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d28902cc-0bd2-4c59-9bb3-7ac28a51f1c3 2018-12-12 14:31:20,137 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/360b8d85-bb64-4be5-beb6-828a7258eb9d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-061e0ae0-8c89-4835-95a6-5546a276963c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e1afc3a6e5db3dff87ca4f162ba2c4589801e5" 2018-12-12 14:31:20,329 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-81a3e64d-6e6e-4622-beeb-c48c549a2910 x-openstack-request-id: req-81a3e64d-6e6e-4622-beeb-c48c549a2910 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 360b8d85-bb64-4be5-beb6-828a7258eb9d.", "code": 404}} 2018-12-12 14:31:20,329 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/360b8d85-bb64-4be5-beb6-828a7258eb9d?force=False used request id req-81a3e64d-6e6e-4622-beeb-c48c549a2910 2018-12-12 14:31:20,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:20,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["IvHy3UOLQPSoz_Vgbmp6wA"], "issued_at": "2018-12-12T14:31:20.000000Z"}} 2018-12-12 14:31:20,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aabc92e16955274d1f2f1534e99dbfabfffcef0" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-e8a7f07b-da57-4f3b-b518-2c4b50a000b6"}}' 2018-12-12 14:31:20,946 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:20 GMT Server: Apache x-compute-request-id: req-8f163b37-5f1a-429f-8668-aa6f8b640c57 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f163b37-5f1a-429f-8668-aa6f8b640c57 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "82cb2b3b-50c6-4022-bade-8e2ebb581ac4", "name": "CinderUtilsQoSTests-e8a7f07b-da57-4f3b-b518-2c4b50a000b6"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/82cb2b3b-50c6-4022-bade-8e2ebb581ac4", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/82cb2b3b-50c6-4022-bade-8e2ebb581ac4", "rel": "bookmark"}]} 2018-12-12 14:31:20,947 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-8f163b37-5f1a-429f-8668-aa6f8b640c57 2018-12-12 14:31:20,950 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f163b37-5f1a-429f-8668-aa6f8b640c57" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aabc92e16955274d1f2f1534e99dbfabfffcef0" 2018-12-12 14:31:21,662 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:20 GMT Server: Apache x-compute-request-id: req-020876f8-eea8-4042-88bd-7f8d0f226b12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-020876f8-eea8-4042-88bd-7f8d0f226b12 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "82cb2b3b-50c6-4022-bade-8e2ebb581ac4", "name": "CinderUtilsQoSTests-e8a7f07b-da57-4f3b-b518-2c4b50a000b6"}]} 2018-12-12 14:31:21,662 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-020876f8-eea8-4042-88bd-7f8d0f226b12 2018-12-12 14:31:21,666 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/82cb2b3b-50c6-4022-bade-8e2ebb581ac4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f163b37-5f1a-429f-8668-aa6f8b640c57" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aabc92e16955274d1f2f1534e99dbfabfffcef0" 2018-12-12 14:31:21,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:21 GMT Server: Apache x-compute-request-id: req-4849c1cb-bfdc-4017-b0d0-2dec64a9ec25 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4849c1cb-bfdc-4017-b0d0-2dec64a9ec25 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "82cb2b3b-50c6-4022-bade-8e2ebb581ac4", "name": "CinderUtilsQoSTests-e8a7f07b-da57-4f3b-b518-2c4b50a000b6"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/82cb2b3b-50c6-4022-bade-8e2ebb581ac4", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/82cb2b3b-50c6-4022-bade-8e2ebb581ac4", "rel": "bookmark"}]} 2018-12-12 14:31:21,835 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/82cb2b3b-50c6-4022-bade-8e2ebb581ac4 used request id req-4849c1cb-bfdc-4017-b0d0-2dec64a9ec25 2018-12-12 14:31:21,836 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-e8a7f07b-da57-4f3b-b518-2c4b50a000b6 2018-12-12 14:31:21,838 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/82cb2b3b-50c6-4022-bade-8e2ebb581ac4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f163b37-5f1a-429f-8668-aa6f8b640c57" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aabc92e16955274d1f2f1534e99dbfabfffcef0" 2018-12-12 14:31:22,596 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-28be6406-ea89-4f12-96b5-85f9764cd946 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:22,596 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/82cb2b3b-50c6-4022-bade-8e2ebb581ac4?force=False used request id req-28be6406-ea89-4f12-96b5-85f9764cd946 2018-12-12 14:31:22,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:22,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["kk1iXTrkSkC8QRY6qrR6Vw"], "issued_at": "2018-12-12T14:31:22.000000Z"}} 2018-12-12 14:31:22,987 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82cea01dcebbd5f50110d4b796d34f6d5d7b095" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-33ca486c-773e-4d9d-b14d-399b57fd557d"}}' 2018-12-12 14:31:23,195 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:22 GMT Server: Apache x-compute-request-id: req-4d268f1f-fd84-44ee-a552-a9b52c019158 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d268f1f-fd84-44ee-a552-a9b52c019158 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "548df504-f3db-423b-981a-960c39360c1d", "name": "CinderUtilsQoSTests-33ca486c-773e-4d9d-b14d-399b57fd557d"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/548df504-f3db-423b-981a-960c39360c1d", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/548df504-f3db-423b-981a-960c39360c1d", "rel": "bookmark"}]} 2018-12-12 14:31:23,195 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-4d268f1f-fd84-44ee-a552-a9b52c019158 2018-12-12 14:31:23,199 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d268f1f-fd84-44ee-a552-a9b52c019158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82cea01dcebbd5f50110d4b796d34f6d5d7b095" 2018-12-12 14:31:23,380 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:23 GMT Server: Apache x-compute-request-id: req-8c668095-71da-42bf-836a-63189c17e447 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8c668095-71da-42bf-836a-63189c17e447 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "548df504-f3db-423b-981a-960c39360c1d", "name": "CinderUtilsQoSTests-33ca486c-773e-4d9d-b14d-399b57fd557d"}]} 2018-12-12 14:31:23,380 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-8c668095-71da-42bf-836a-63189c17e447 2018-12-12 14:31:23,384 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/548df504-f3db-423b-981a-960c39360c1d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d268f1f-fd84-44ee-a552-a9b52c019158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82cea01dcebbd5f50110d4b796d34f6d5d7b095" 2018-12-12 14:31:24,110 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:23 GMT Server: Apache x-compute-request-id: req-7e9e131a-9216-493c-a91d-2513aad1fc86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7e9e131a-9216-493c-a91d-2513aad1fc86 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "548df504-f3db-423b-981a-960c39360c1d", "name": "CinderUtilsQoSTests-33ca486c-773e-4d9d-b14d-399b57fd557d"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/548df504-f3db-423b-981a-960c39360c1d", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/548df504-f3db-423b-981a-960c39360c1d", "rel": "bookmark"}]} 2018-12-12 14:31:24,110 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/548df504-f3db-423b-981a-960c39360c1d used request id req-7e9e131a-9216-493c-a91d-2513aad1fc86 2018-12-12 14:31:24,111 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-33ca486c-773e-4d9d-b14d-399b57fd557d 2018-12-12 14:31:24,114 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/548df504-f3db-423b-981a-960c39360c1d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d268f1f-fd84-44ee-a552-a9b52c019158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f82cea01dcebbd5f50110d4b796d34f6d5d7b095" 2018-12-12 14:31:24,332 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-89b9e19a-37c4-455d-a6dd-118cf6f978fc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:24,332 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/548df504-f3db-423b-981a-960c39360c1d?force=False used request id req-89b9e19a-37c4-455d-a6dd-118cf6f978fc 2018-12-12 14:31:24,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:24,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["M-oMe6u8RbKfVsfSpzWVyQ"], "issued_at": "2018-12-12T14:31:24.000000Z"}} 2018-12-12 14:31:24,710 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119e84e749b5ce55f6ee6bcb94e2b2e0c68ead8b" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-eede7b10-d651-4014-8de5-89ccb0e9f127"}}' 2018-12-12 14:31:24,920 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:24 GMT Server: Apache x-compute-request-id: req-57b3dd0f-df8a-4450-9265-445fa0d984ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57b3dd0f-df8a-4450-9265-445fa0d984ec Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "a75800aa-7878-4e7b-b8c9-907a4f9bf767", "name": "CinderUtilsQoSTests-eede7b10-d651-4014-8de5-89ccb0e9f127"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/a75800aa-7878-4e7b-b8c9-907a4f9bf767", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/a75800aa-7878-4e7b-b8c9-907a4f9bf767", "rel": "bookmark"}]} 2018-12-12 14:31:24,920 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-57b3dd0f-df8a-4450-9265-445fa0d984ec 2018-12-12 14:31:24,924 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57b3dd0f-df8a-4450-9265-445fa0d984ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119e84e749b5ce55f6ee6bcb94e2b2e0c68ead8b" 2018-12-12 14:31:25,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:24 GMT Server: Apache x-compute-request-id: req-6d42adda-abd6-445c-8745-4f5e510464cc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d42adda-abd6-445c-8745-4f5e510464cc Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "a75800aa-7878-4e7b-b8c9-907a4f9bf767", "name": "CinderUtilsQoSTests-eede7b10-d651-4014-8de5-89ccb0e9f127"}]} 2018-12-12 14:31:25,084 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-6d42adda-abd6-445c-8745-4f5e510464cc 2018-12-12 14:31:25,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/a75800aa-7878-4e7b-b8c9-907a4f9bf767 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57b3dd0f-df8a-4450-9265-445fa0d984ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119e84e749b5ce55f6ee6bcb94e2b2e0c68ead8b" 2018-12-12 14:31:25,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:25 GMT Server: Apache x-compute-request-id: req-2d2fd55f-7f21-4585-8796-68560e17dbc3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d2fd55f-7f21-4585-8796-68560e17dbc3 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "a75800aa-7878-4e7b-b8c9-907a4f9bf767", "name": "CinderUtilsQoSTests-eede7b10-d651-4014-8de5-89ccb0e9f127"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/a75800aa-7878-4e7b-b8c9-907a4f9bf767", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/a75800aa-7878-4e7b-b8c9-907a4f9bf767", "rel": "bookmark"}]} 2018-12-12 14:31:25,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/a75800aa-7878-4e7b-b8c9-907a4f9bf767 used request id req-2d2fd55f-7f21-4585-8796-68560e17dbc3 2018-12-12 14:31:25,260 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-eede7b10-d651-4014-8de5-89ccb0e9f127 2018-12-12 14:31:25,263 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/a75800aa-7878-4e7b-b8c9-907a4f9bf767?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57b3dd0f-df8a-4450-9265-445fa0d984ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119e84e749b5ce55f6ee6bcb94e2b2e0c68ead8b" 2018-12-12 14:31:26,010 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-68e0305a-415d-4a8b-be81-a28a3ef87b9e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:26,010 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/a75800aa-7878-4e7b-b8c9-907a4f9bf767?force=False used request id req-68e0305a-415d-4a8b-be81-a28a3ef87b9e 2018-12-12 14:31:26,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:26,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Pia8wRbpRsmKxjDaN-CrJQ"], "issued_at": "2018-12-12T14:31:26.000000Z"}} 2018-12-12 14:31:26,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:26,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bb6cf8a-aa0e-4185-8829-f1fe6867c8bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:31:26,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7bb6cf8a-aa0e-4185-8829-f1fe6867c8bc 2018-12-12 14:31:26,505 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-0139d917-ad81-49c1-a2af-78569bdeb9cc", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 14:31:26,878 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:26 GMT Server: Apache x-compute-request-id: req-8d4c6307-a007-49f1-aca7-8666607cf9dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8d4c6307-a007-49f1-aca7-8666607cf9dd Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T14:31:26.755330", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-0139d917-ad81-49c1-a2af-78569bdeb9cc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "edc14dcd-c7a0-4350-8a56-f52721df9221", "size": 1}} 2018-12-12 14:31:26,878 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes used request id req-8d4c6307-a007-49f1-aca7-8666607cf9dd 2018-12-12 14:31:26,881 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:27,087 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:26 GMT Server: Apache x-compute-request-id: req-99541b35-f0ad-449d-b643-220e3a6c9325 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99541b35-f0ad-449d-b643-220e3a6c9325 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:31:26.000000", "replication_status": null, "snapshot_id": null, "id": "edc14dcd-c7a0-4350-8a56-f52721df9221", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-0139d917-ad81-49c1-a2af-78569bdeb9cc", "bootable": "false", "created_at": "2018-12-12T14:31:26.000000", "volume_type": null}} 2018-12-12 14:31:27,087 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 used request id req-99541b35-f0ad-449d-b643-220e3a6c9325 2018-12-12 14:31:27,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:27,285 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:27 GMT Server: Apache x-compute-request-id: req-957689df-c322-46b4-8a65-9d52c0aa9c49 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-957689df-c322-46b4-8a65-9d52c0aa9c49 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:31:27.000000", "replication_status": null, "snapshot_id": null, "id": "edc14dcd-c7a0-4350-8a56-f52721df9221", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-0139d917-ad81-49c1-a2af-78569bdeb9cc", "bootable": "false", "created_at": "2018-12-12T14:31:26.000000", "volume_type": null}} 2018-12-12 14:31:27,286 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 used request id req-957689df-c322-46b4-8a65-9d52c0aa9c49 2018-12-12 14:31:27,289 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:27,483 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:27 GMT Server: Apache x-compute-request-id: req-d4140496-3fea-48bb-b6b3-1082f769a2e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d4140496-3fea-48bb-b6b3-1082f769a2e2 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:31:27.000000", "replication_status": null, "snapshot_id": null, "id": "edc14dcd-c7a0-4350-8a56-f52721df9221", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-0139d917-ad81-49c1-a2af-78569bdeb9cc", "bootable": "false", "created_at": "2018-12-12T14:31:26.000000", "volume_type": null}]} 2018-12-12 14:31:27,483 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail used request id req-d4140496-3fea-48bb-b6b3-1082f769a2e2 2018-12-12 14:31:27,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:31:27,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:31:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:31:27,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:27,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97cc5381-0a6d-4309-8b54-1586e28b020d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:31:27,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-97cc5381-0a6d-4309-8b54-1586e28b020d 2018-12-12 14:31:27,581 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-0139d917-ad81-49c1-a2af-78569bdeb9cc 2018-12-12 14:31:27,584 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:27,800 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ea87660e-69ae-4643-91b4-30723ffdd27e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:27,800 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 used request id req-ea87660e-69ae-4643-91b4-30723ffdd27e 2018-12-12 14:31:27,803 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:28,010 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:27 GMT Server: Apache x-compute-request-id: req-c5089104-c167-4dde-bb20-b978e7b78f86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5089104-c167-4dde-bb20-b978e7b78f86 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:31:27.000000", "replication_status": null, "snapshot_id": null, "id": "edc14dcd-c7a0-4350-8a56-f52721df9221", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-0139d917-ad81-49c1-a2af-78569bdeb9cc", "bootable": "false", "created_at": "2018-12-12T14:31:26.000000", "volume_type": null}} 2018-12-12 14:31:28,010 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 used request id req-c5089104-c167-4dde-bb20-b978e7b78f86 2018-12-12 14:31:31,017 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:31,053 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d7dff699-d905-48ed-af5e-6782db5c864f x-openstack-request-id: req-d7dff699-d905-48ed-af5e-6782db5c864f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume edc14dcd-c7a0-4350-8a56-f52721df9221 could not be found.", "code": 404}} 2018-12-12 14:31:31,054 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 used request id req-d7dff699-d905-48ed-af5e-6782db5c864f 2018-12-12 14:31:31,057 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:31,106 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:31 GMT Server: Apache x-compute-request-id: req-63fc37f2-7762-4a7a-8c16-1d267449afa3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-63fc37f2-7762-4a7a-8c16-1d267449afa3 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 14:31:31,106 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail used request id req-63fc37f2-7762-4a7a-8c16-1d267449afa3 2018-12-12 14:31:31,107 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-0139d917-ad81-49c1-a2af-78569bdeb9cc 2018-12-12 14:31:31,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:31,342 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-570b7bb4-ae45-41c2-b217-ac3e90bc2cac x-openstack-request-id: req-570b7bb4-ae45-41c2-b217-ac3e90bc2cac Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume edc14dcd-c7a0-4350-8a56-f52721df9221 could not be found.", "code": 404}} 2018-12-12 14:31:31,342 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 used request id req-570b7bb4-ae45-41c2-b217-ac3e90bc2cac 2018-12-12 14:31:31,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8d4c6307-a007-49f1-aca7-8666607cf9dd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619785ad64626b8da6d97e2967d7fe8430dcda89" 2018-12-12 14:31:31,561 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-542676d1-b0a9-4adf-80aa-4aea41442107 x-openstack-request-id: req-542676d1-b0a9-4adf-80aa-4aea41442107 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume edc14dcd-c7a0-4350-8a56-f52721df9221 could not be found.", "code": 404}} 2018-12-12 14:31:31,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/edc14dcd-c7a0-4350-8a56-f52721df9221 used request id req-542676d1-b0a9-4adf-80aa-4aea41442107 2018-12-12 14:31:31,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:31,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["tYHqd9FcS9aKOCTTNuIy5w"], "issued_at": "2018-12-12T14:31:31.000000Z"}} 2018-12-12 14:31:31,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:32,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8cd89f-320a-447c-911f-09f57643978c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:31:32,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9a8cd89f-320a-447c-911f-09f57643978c 2018-12-12 14:31:32,050 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-32268859-7c29-4fe4-9e12-1d82239c1f52", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 14:31:32,492 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:32 GMT Server: Apache x-compute-request-id: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T14:31:32.377395", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-32268859-7c29-4fe4-9e12-1d82239c1f52", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "95a94734-c8c0-46e0-9477-9f1210e6c752", "size": 1}} 2018-12-12 14:31:32,492 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes used request id req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc 2018-12-12 14:31:32,495 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:32,714 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:32 GMT Server: Apache x-compute-request-id: req-7ca95d2a-b25b-48fc-bf25-00b03f16e5dc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7ca95d2a-b25b-48fc-bf25-00b03f16e5dc Content-Encoding: gzip Content-Length: 492 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "95a94734-c8c0-46e0-9477-9f1210e6c752", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-32268859-7c29-4fe4-9e12-1d82239c1f52", "bootable": "false", "created_at": "2018-12-12T14:31:32.000000", "volume_type": null}} 2018-12-12 14:31:32,714 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 used request id req-7ca95d2a-b25b-48fc-bf25-00b03f16e5dc 2018-12-12 14:31:32,717 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:32,926 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:32 GMT Server: Apache x-compute-request-id: req-0dc78b50-9c68-442d-be1e-165c88d64f91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0dc78b50-9c68-442d-be1e-165c88d64f91 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:31:32.000000", "replication_status": null, "snapshot_id": null, "id": "95a94734-c8c0-46e0-9477-9f1210e6c752", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-32268859-7c29-4fe4-9e12-1d82239c1f52", "bootable": "false", "created_at": "2018-12-12T14:31:32.000000", "volume_type": null}} 2018-12-12 14:31:32,926 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 used request id req-0dc78b50-9c68-442d-be1e-165c88d64f91 2018-12-12 14:31:35,932 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:36,150 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:35 GMT Server: Apache x-compute-request-id: req-16374898-708f-43c5-ad19-798701cda4cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16374898-708f-43c5-ad19-798701cda4cd Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:31:32.000000", "replication_status": null, "snapshot_id": null, "id": "95a94734-c8c0-46e0-9477-9f1210e6c752", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-32268859-7c29-4fe4-9e12-1d82239c1f52", "bootable": "false", "created_at": "2018-12-12T14:31:32.000000", "volume_type": null}} 2018-12-12 14:31:36,150 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 used request id req-16374898-708f-43c5-ad19-798701cda4cd 2018-12-12 14:31:36,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:36,356 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:36 GMT Server: Apache x-compute-request-id: req-082a6c40-e670-4d5b-927a-47317bbb472c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-082a6c40-e670-4d5b-927a-47317bbb472c Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:31:32.000000", "replication_status": null, "snapshot_id": null, "id": "95a94734-c8c0-46e0-9477-9f1210e6c752", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-32268859-7c29-4fe4-9e12-1d82239c1f52", "bootable": "false", "created_at": "2018-12-12T14:31:32.000000", "volume_type": null}]} 2018-12-12 14:31:36,356 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/detail used request id req-082a6c40-e670-4d5b-927a-47317bbb472c 2018-12-12 14:31:36,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:31:36,365 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:31:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:31:36,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:36,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd713a3-6592-46ad-b742-633382d57c43 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:31:36,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-9dd713a3-6592-46ad-b742-633382d57c43 2018-12-12 14:31:36,454 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-32268859-7c29-4fe4-9e12-1d82239c1f52 2018-12-12 14:31:36,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:36,817 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4b3101a0-8315-45cf-9e7e-6daa65b3e993 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:36,817 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 used request id req-4b3101a0-8315-45cf-9e7e-6daa65b3e993 2018-12-12 14:31:36,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:37,024 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:36 GMT Server: Apache x-compute-request-id: req-1f3b02c4-c6f7-4d42-9cbd-f2fdb3804d41 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f3b02c4-c6f7-4d42-9cbd-f2fdb3804d41 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T14:31:36.000000", "replication_status": null, "snapshot_id": null, "id": "95a94734-c8c0-46e0-9477-9f1210e6c752", "size": 1, "user_id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "os-vol-tenant-attr:tenant_id": "b02038a5aa9140319df8909801cc6521", "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-32268859-7c29-4fe4-9e12-1d82239c1f52", "bootable": "false", "created_at": "2018-12-12T14:31:32.000000", "volume_type": null}} 2018-12-12 14:31:37,024 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 used request id req-1f3b02c4-c6f7-4d42-9cbd-f2fdb3804d41 2018-12-12 14:31:40,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a96b661f-80e3-40e6-bb39-2a7013d3d9cc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d7f1b1184281cb34928b1b0e5624fc77f69a1f" 2018-12-12 14:31:40,214 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a6ab186b-07c0-47e5-a754-389d178553c4 x-openstack-request-id: req-a6ab186b-07c0-47e5-a754-389d178553c4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 95a94734-c8c0-46e0-9477-9f1210e6c752 could not be found.", "code": 404}} 2018-12-12 14:31:40,215 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/volumes/95a94734-c8c0-46e0-9477-9f1210e6c752 used request id req-a6ab186b-07c0-47e5-a754-389d178553c4 2018-12-12 14:31:40,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:40,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["NhJl7KwIRKiHGz0RwUg9JA"], "issued_at": "2018-12-12T14:31:40.000000Z"}} 2018-12-12 14:31:40,597 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51af18c63c59d0c88397e4352e21babd4c72a9d4" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-a0b06582-5f3e-4c5d-91a4-9fda683839e0", "description": null}}' 2018-12-12 14:31:40,825 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:40 GMT Server: Apache x-compute-request-id: req-ee98a211-111d-448f-9fb3-0a91f13ddbec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee98a211-111d-448f-9fb3-0a91f13ddbec Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a0b06582-5f3e-4c5d-91a4-9fda683839e0", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "92abe7dd-cff1-434e-8b2b-d25dd45fd032", "description": null}} 2018-12-12 14:31:40,825 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-ee98a211-111d-448f-9fb3-0a91f13ddbec 2018-12-12 14:31:40,829 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee98a211-111d-448f-9fb3-0a91f13ddbec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51af18c63c59d0c88397e4352e21babd4c72a9d4" 2018-12-12 14:31:41,566 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:40 GMT Server: Apache x-compute-request-id: req-44e82227-dcc0-4b55-ae98-c33ac54605ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44e82227-dcc0-4b55-ae98-c33ac54605ea Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-a0b06582-5f3e-4c5d-91a4-9fda683839e0", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "92abe7dd-cff1-434e-8b2b-d25dd45fd032", "description": null}]} 2018-12-12 14:31:41,566 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types?is_public=None used request id req-44e82227-dcc0-4b55-ae98-c33ac54605ea 2018-12-12 14:31:41,570 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee98a211-111d-448f-9fb3-0a91f13ddbec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51af18c63c59d0c88397e4352e21babd4c72a9d4" 2018-12-12 14:31:42,264 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:41 GMT Server: Apache x-compute-request-id: req-b2c084b4-827e-458f-9063-e77c9c488561 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b2c084b4-827e-458f-9063-e77c9c488561 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a0b06582-5f3e-4c5d-91a4-9fda683839e0", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "92abe7dd-cff1-434e-8b2b-d25dd45fd032", "description": null}} 2018-12-12 14:31:42,264 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032 used request id req-b2c084b4-827e-458f-9063-e77c9c488561 2018-12-12 14:31:42,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee98a211-111d-448f-9fb3-0a91f13ddbec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51af18c63c59d0c88397e4352e21babd4c72a9d4" 2018-12-12 14:31:42,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:42 GMT Server: Apache x-compute-request-id: req-d1494601-4c20-42e2-a83c-74418161c519 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d1494601-4c20-42e2-a83c-74418161c519 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 14:31:42,458 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032/encryption used request id req-d1494601-4c20-42e2-a83c-74418161c519 2018-12-12 14:31:42,458 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-a0b06582-5f3e-4c5d-91a4-9fda683839e0 2018-12-12 14:31:42,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee98a211-111d-448f-9fb3-0a91f13ddbec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51af18c63c59d0c88397e4352e21babd4c72a9d4" 2018-12-12 14:31:43,202 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8320fd43-e127-4cc8-8fef-73c3f1e3fba7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:43,202 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032 used request id req-8320fd43-e127-4cc8-8fef-73c3f1e3fba7 2018-12-12 14:31:43,205 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee98a211-111d-448f-9fb3-0a91f13ddbec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51af18c63c59d0c88397e4352e21babd4c72a9d4" 2018-12-12 14:31:43,378 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-42a75694-20c5-4ffa-b693-4296b2d9b227 x-openstack-request-id: req-42a75694-20c5-4ffa-b693-4296b2d9b227 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 92abe7dd-cff1-434e-8b2b-d25dd45fd032 could not be found.", "code": 404}} 2018-12-12 14:31:43,379 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032 used request id req-42a75694-20c5-4ffa-b693-4296b2d9b227 2018-12-12 14:31:43,379 - cinder_utils - INFO - Volume with ID [92abe7dd-cff1-434e-8b2b-d25dd45fd032] does not exist 2018-12-12 14:31:43,379 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-a0b06582-5f3e-4c5d-91a4-9fda683839e0 2018-12-12 14:31:43,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee98a211-111d-448f-9fb3-0a91f13ddbec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51af18c63c59d0c88397e4352e21babd4c72a9d4" 2018-12-12 14:31:43,567 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-eae34efb-df01-4f03-9e06-2f63fe047e48 x-openstack-request-id: req-eae34efb-df01-4f03-9e06-2f63fe047e48 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 92abe7dd-cff1-434e-8b2b-d25dd45fd032 could not be found.", "code": 404}} 2018-12-12 14:31:43,567 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/92abe7dd-cff1-434e-8b2b-d25dd45fd032 used request id req-eae34efb-df01-4f03-9e06-2f63fe047e48 2018-12-12 14:31:43,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:43,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["chyMF5VsRjesD3lePMOSvA"], "issued_at": "2018-12-12T14:31:43.000000Z"}} 2018-12-12 14:31:43,962 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb578b605628bb8f51606bacbfaa3ccd4e0a4bb3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-b4831be6-a948-406c-aee5-b463142a7228", "description": null}}' 2018-12-12 14:31:44,158 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:43 GMT Server: Apache x-compute-request-id: req-641a60ee-8145-4f3a-804f-a8e876a3b978 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-641a60ee-8145-4f3a-804f-a8e876a3b978 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b4831be6-a948-406c-aee5-b463142a7228", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cf8d5414-efb8-4424-b597-452e11919c9d", "description": null}} 2018-12-12 14:31:44,158 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-641a60ee-8145-4f3a-804f-a8e876a3b978 2018-12-12 14:31:44,162 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-641a60ee-8145-4f3a-804f-a8e876a3b978" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb578b605628bb8f51606bacbfaa3ccd4e0a4bb3" 2018-12-12 14:31:44,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:44 GMT Server: Apache x-compute-request-id: req-98f11466-618a-4c26-966f-d805f674eb10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98f11466-618a-4c26-966f-d805f674eb10 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-b4831be6-a948-406c-aee5-b463142a7228", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cf8d5414-efb8-4424-b597-452e11919c9d", "description": null}]} 2018-12-12 14:31:44,344 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types?is_public=None used request id req-98f11466-618a-4c26-966f-d805f674eb10 2018-12-12 14:31:44,348 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-641a60ee-8145-4f3a-804f-a8e876a3b978" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb578b605628bb8f51606bacbfaa3ccd4e0a4bb3" 2018-12-12 14:31:45,058 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:44 GMT Server: Apache x-compute-request-id: req-4b54c5b9-e0d7-4242-8b27-0a75bf8ffba6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4b54c5b9-e0d7-4242-8b27-0a75bf8ffba6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b4831be6-a948-406c-aee5-b463142a7228", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cf8d5414-efb8-4424-b597-452e11919c9d", "description": null}} 2018-12-12 14:31:45,058 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d used request id req-4b54c5b9-e0d7-4242-8b27-0a75bf8ffba6 2018-12-12 14:31:45,061 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-641a60ee-8145-4f3a-804f-a8e876a3b978" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb578b605628bb8f51606bacbfaa3ccd4e0a4bb3" 2018-12-12 14:31:45,241 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:45 GMT Server: Apache x-compute-request-id: req-e344a6de-f67d-4e2b-bd8a-6ecedff1a9d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e344a6de-f67d-4e2b-bd8a-6ecedff1a9d2 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 14:31:45,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d/encryption used request id req-e344a6de-f67d-4e2b-bd8a-6ecedff1a9d2 2018-12-12 14:31:45,244 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-641a60ee-8145-4f3a-804f-a8e876a3b978" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb578b605628bb8f51606bacbfaa3ccd4e0a4bb3" 2018-12-12 14:31:45,967 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:45 GMT Server: Apache x-compute-request-id: req-7fc96eef-1b58-42fb-9ba9-87f193b6055d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7fc96eef-1b58-42fb-9ba9-87f193b6055d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b4831be6-a948-406c-aee5-b463142a7228", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cf8d5414-efb8-4424-b597-452e11919c9d", "description": null}} 2018-12-12 14:31:45,967 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d used request id req-7fc96eef-1b58-42fb-9ba9-87f193b6055d 2018-12-12 14:31:45,970 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-641a60ee-8145-4f3a-804f-a8e876a3b978" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb578b605628bb8f51606bacbfaa3ccd4e0a4bb3" 2018-12-12 14:31:46,685 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:45 GMT Server: Apache x-compute-request-id: req-7de9e3e9-a007-4f90-96e4-0006577cb0da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7de9e3e9-a007-4f90-96e4-0006577cb0da Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b4831be6-a948-406c-aee5-b463142a7228", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cf8d5414-efb8-4424-b597-452e11919c9d", "description": null}} 2018-12-12 14:31:46,685 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d used request id req-7de9e3e9-a007-4f90-96e4-0006577cb0da 2018-12-12 14:31:46,689 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-641a60ee-8145-4f3a-804f-a8e876a3b978" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb578b605628bb8f51606bacbfaa3ccd4e0a4bb3" 2018-12-12 14:31:47,428 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:46 GMT Server: Apache x-compute-request-id: req-66b5a5c7-3d1d-4c8c-827f-8ac57ec17b17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-66b5a5c7-3d1d-4c8c-827f-8ac57ec17b17 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 14:31:47,428 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d/encryption used request id req-66b5a5c7-3d1d-4c8c-827f-8ac57ec17b17 2018-12-12 14:31:47,429 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-b4831be6-a948-406c-aee5-b463142a7228 2018-12-12 14:31:47,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-641a60ee-8145-4f3a-804f-a8e876a3b978" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb578b605628bb8f51606bacbfaa3ccd4e0a4bb3" 2018-12-12 14:31:47,498 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4389a72a-6dfb-4168-b850-056ff1eaeb30 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:47,498 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/cf8d5414-efb8-4424-b597-452e11919c9d used request id req-4389a72a-6dfb-4168-b850-056ff1eaeb30 2018-12-12 14:31:47,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:47,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["1Zq6W7IRR3C4sE1fVDfV_A"], "issued_at": "2018-12-12T14:31:47.000000Z"}} 2018-12-12 14:31:47,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fd7b97ffc3b46308a7094088064dd468988907" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-e16ccfd8-794c-4a21-9e7d-3b5567e92ae4-type", "description": null}}' 2018-12-12 14:31:48,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:47 GMT Server: Apache x-compute-request-id: req-2921dd22-413c-440f-a3b7-1252e3830f0a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2921dd22-413c-440f-a3b7-1252e3830f0a Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-e16ccfd8-794c-4a21-9e7d-3b5567e92ae4-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9c2187b9-b219-43c2-8ae9-e3b2ca61f05b", "description": null}} 2018-12-12 14:31:48,084 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-2921dd22-413c-440f-a3b7-1252e3830f0a 2018-12-12 14:31:48,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/9c2187b9-b219-43c2-8ae9-e3b2ca61f05b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2921dd22-413c-440f-a3b7-1252e3830f0a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fd7b97ffc3b46308a7094088064dd468988907" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-e16ccfd8-794c-4a21-9e7d-3b5567e92ae4", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-12-12 14:31:48,271 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Wed, 12 Dec 2018 14:31:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-38910745-b5ba-4aff-bf79-b22263eb633d x-openstack-request-id: req-38910745-b5ba-4aff-bf79-b22263eb633d Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-12-12 14:31:48,271 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/9c2187b9-b219-43c2-8ae9-e3b2ca61f05b/encryption used request id req-38910745-b5ba-4aff-bf79-b22263eb633d 2018-12-12 14:31:48,272 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-e16ccfd8-794c-4a21-9e7d-3b5567e92ae4-type 2018-12-12 14:31:48,275 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/9c2187b9-b219-43c2-8ae9-e3b2ca61f05b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2921dd22-413c-440f-a3b7-1252e3830f0a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0fd7b97ffc3b46308a7094088064dd468988907" 2018-12-12 14:31:48,518 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2d8e904a-a8f3-48ea-8a63-4053c6877e70 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:48,518 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/9c2187b9-b219-43c2-8ae9-e3b2ca61f05b used request id req-2d8e904a-a8f3-48ea-8a63-4053c6877e70 2018-12-12 14:31:48,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:48,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["CY_1XBz7RMSqvYTj6neDuw"], "issued_at": "2018-12-12T14:31:48.000000Z"}} 2018-12-12 14:31:48,912 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type", "description": null}}' 2018-12-12 14:31:49,120 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:48 GMT Server: Apache x-compute-request-id: req-1b5587f8-9042-43a0-932d-215fc08b73c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b5587f8-9042-43a0-932d-215fc08b73c8 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2aa5161e-738e-4112-be70-91428e2b667a", "description": null}} 2018-12-12 14:31:49,120 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-1b5587f8-9042-43a0-932d-215fc08b73c8 2018-12-12 14:31:49,124 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4", "provider": "LuksEncryptor"}}' 2018-12-12 14:31:49,318 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:49 GMT Server: Apache x-compute-request-id: req-887b3636-57ba-4d5b-baf1-c83b45300106 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-887b3636-57ba-4d5b-baf1-c83b45300106 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "2aa5161e-738e-4112-be70-91428e2b667a", "name": "CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4", "control_location": "back-end", "encryption_id": "083086dd-f489-46e6-89cc-9c29a8b04d34", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-12-12 14:31:49,318 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption used request id req-887b3636-57ba-4d5b-baf1-c83b45300106 2018-12-12 14:31:49,322 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:49,488 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:49 GMT Server: Apache x-compute-request-id: req-5e9dee57-c5ee-4fad-8467-dcae5da75596 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5e9dee57-c5ee-4fad-8467-dcae5da75596 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2aa5161e-738e-4112-be70-91428e2b667a", "description": null}} 2018-12-12 14:31:49,488 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a used request id req-5e9dee57-c5ee-4fad-8467-dcae5da75596 2018-12-12 14:31:49,491 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:49,675 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:49 GMT Server: Apache x-compute-request-id: req-d6a209c5-28bf-4621-a5d2-8b49bc429718 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6a209c5-28bf-4621-a5d2-8b49bc429718 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"volume_type_id": "2aa5161e-738e-4112-be70-91428e2b667a", "control_location": "back-end", "deleted": false, "created_at": "2018-12-12T14:31:49.000000", "updated_at": null, "encryption_id": "083086dd-f489-46e6-89cc-9c29a8b04d34", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-12-12 14:31:49,675 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption used request id req-d6a209c5-28bf-4621-a5d2-8b49bc429718 2018-12-12 14:31:49,676 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type 2018-12-12 14:31:49,679 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:49,842 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:49 GMT Server: Apache x-compute-request-id: req-222298f1-4aee-4ef4-a16f-a4555ca03a77 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-222298f1-4aee-4ef4-a16f-a4555ca03a77 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2aa5161e-738e-4112-be70-91428e2b667a", "description": null}} 2018-12-12 14:31:49,843 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a used request id req-222298f1-4aee-4ef4-a16f-a4555ca03a77 2018-12-12 14:31:49,846 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:50,041 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a885b72d-d43e-4c86-ba81-17de7fb61b4b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:50,041 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption/provider used request id req-a885b72d-d43e-4c86-ba81-17de7fb61b4b 2018-12-12 14:31:50,044 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:50,222 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:50 GMT Server: Apache x-compute-request-id: req-ccd1a6ba-dd03-4ea1-8f74-75b69afb095c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ccd1a6ba-dd03-4ea1-8f74-75b69afb095c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2aa5161e-738e-4112-be70-91428e2b667a", "description": null}} 2018-12-12 14:31:50,222 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a used request id req-ccd1a6ba-dd03-4ea1-8f74-75b69afb095c 2018-12-12 14:31:50,225 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:50,392 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:50 GMT Server: Apache x-compute-request-id: req-cb901abe-69ab-4482-a950-ad6eed0f33e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cb901abe-69ab-4482-a950-ad6eed0f33e9 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 14:31:50,392 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption used request id req-cb901abe-69ab-4482-a950-ad6eed0f33e9 2018-12-12 14:31:50,393 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type 2018-12-12 14:31:50,395 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:50,578 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:50 GMT Server: Apache x-compute-request-id: req-969b799b-771e-424d-be19-432ed0e949e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-969b799b-771e-424d-be19-432ed0e949e9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2aa5161e-738e-4112-be70-91428e2b667a", "description": null}} 2018-12-12 14:31:50,578 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a used request id req-969b799b-771e-424d-be19-432ed0e949e9 2018-12-12 14:31:50,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:50,762 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ad22fc37-ddd7-4f5c-9ee6-542b70de43a0 x-openstack-request-id: req-ad22fc37-ddd7-4f5c-9ee6-542b70de43a0 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 2aa5161e-738e-4112-be70-91428e2b667a does not exist.", "code": 404}} 2018-12-12 14:31:50,762 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a/encryption/provider used request id req-ad22fc37-ddd7-4f5c-9ee6-542b70de43a0 2018-12-12 14:31:50,762 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-2b7f8872-d981-481c-9512-1260ce7653e4-type 2018-12-12 14:31:50,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1b5587f8-9042-43a0-932d-215fc08b73c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746fc6226fe88ddbbe0674287f6658eb61e336c2" 2018-12-12 14:31:50,990 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-670d8ba0-45e0-49e0-9388-ce81531127cd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:50,990 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/2aa5161e-738e-4112-be70-91428e2b667a used request id req-670d8ba0-45e0-49e0-9388-ce81531127cd 2018-12-12 14:31:50,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:51,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["6B4AeGlPQpSZrZ1LUh1DPQ"], "issued_at": "2018-12-12T14:31:51.000000Z"}} 2018-12-12 14:31:51,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c8218044f22efebdb86f7dc6c734c5dff1694f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-d2b6db08-8321-477e-b788-924a33de21f2-type", "description": null}}' 2018-12-12 14:31:51,587 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:51 GMT Server: Apache x-compute-request-id: req-691fea60-26e6-4ab2-b989-6878f5e80c99 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-691fea60-26e6-4ab2-b989-6878f5e80c99 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d2b6db08-8321-477e-b788-924a33de21f2-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bac1fb4c-4885-4d95-89a9-9ff94c148339", "description": null}} 2018-12-12 14:31:51,587 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-691fea60-26e6-4ab2-b989-6878f5e80c99 2018-12-12 14:31:51,590 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-691fea60-26e6-4ab2-b989-6878f5e80c99" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c8218044f22efebdb86f7dc6c734c5dff1694f" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-d2b6db08-8321-477e-b788-924a33de21f2", "provider": "foo"}}' 2018-12-12 14:31:51,837 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:51 GMT Server: Apache x-compute-request-id: req-11be1993-ca1c-4a6c-8fc0-a56b179b5e44 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11be1993-ca1c-4a6c-8fc0-a56b179b5e44 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "bac1fb4c-4885-4d95-89a9-9ff94c148339", "name": "CinderUtilsAddEncryptionTests-d2b6db08-8321-477e-b788-924a33de21f2", "control_location": "front-end", "encryption_id": "e7a4cf0e-5164-43df-b177-cec918578fbb", "provider": "foo", "provider_class": "foo"}} 2018-12-12 14:31:51,837 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339/encryption used request id req-11be1993-ca1c-4a6c-8fc0-a56b179b5e44 2018-12-12 14:31:51,840 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-691fea60-26e6-4ab2-b989-6878f5e80c99" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c8218044f22efebdb86f7dc6c734c5dff1694f" 2018-12-12 14:31:52,011 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:51 GMT Server: Apache x-compute-request-id: req-b1bc3697-e6b8-4313-a1cf-c842a6caf438 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1bc3697-e6b8-4313-a1cf-c842a6caf438 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d2b6db08-8321-477e-b788-924a33de21f2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bac1fb4c-4885-4d95-89a9-9ff94c148339", "description": null}} 2018-12-12 14:31:52,011 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339 used request id req-b1bc3697-e6b8-4313-a1cf-c842a6caf438 2018-12-12 14:31:52,014 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-691fea60-26e6-4ab2-b989-6878f5e80c99" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c8218044f22efebdb86f7dc6c734c5dff1694f" 2018-12-12 14:31:52,188 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:52 GMT Server: Apache x-compute-request-id: req-2bb69845-2143-44ba-8b7f-ff5c427102aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2bb69845-2143-44ba-8b7f-ff5c427102aa Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "bac1fb4c-4885-4d95-89a9-9ff94c148339", "control_location": "front-end", "deleted": false, "created_at": "2018-12-12T14:31:51.000000", "updated_at": null, "encryption_id": "e7a4cf0e-5164-43df-b177-cec918578fbb", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-12-12 14:31:52,188 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339/encryption used request id req-2bb69845-2143-44ba-8b7f-ff5c427102aa 2018-12-12 14:31:52,188 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-d2b6db08-8321-477e-b788-924a33de21f2-type 2018-12-12 14:31:52,191 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-691fea60-26e6-4ab2-b989-6878f5e80c99" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c8218044f22efebdb86f7dc6c734c5dff1694f" 2018-12-12 14:31:52,908 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:52 GMT Server: Apache x-compute-request-id: req-751cefc6-70f3-4689-a9fb-c7db0d669507 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-751cefc6-70f3-4689-a9fb-c7db0d669507 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d2b6db08-8321-477e-b788-924a33de21f2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bac1fb4c-4885-4d95-89a9-9ff94c148339", "description": null}} 2018-12-12 14:31:52,908 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339 used request id req-751cefc6-70f3-4689-a9fb-c7db0d669507 2018-12-12 14:31:52,911 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-691fea60-26e6-4ab2-b989-6878f5e80c99" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c8218044f22efebdb86f7dc6c734c5dff1694f" 2018-12-12 14:31:53,130 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-64497f18-738d-4d63-bdec-0a271d2f73fc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:53,131 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339/encryption/provider used request id req-64497f18-738d-4d63-bdec-0a271d2f73fc 2018-12-12 14:31:53,131 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-d2b6db08-8321-477e-b788-924a33de21f2-type 2018-12-12 14:31:53,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-691fea60-26e6-4ab2-b989-6878f5e80c99" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69c8218044f22efebdb86f7dc6c734c5dff1694f" 2018-12-12 14:31:53,187 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4454ee48-4111-425f-860b-8e96db3ce8d4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:53,187 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/bac1fb4c-4885-4d95-89a9-9ff94c148339 used request id req-4454ee48-4111-425f-860b-8e96db3ce8d4 2018-12-12 14:31:53,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:53,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["DlZ-GOhYRu2pvG4izDZN_w"], "issued_at": "2018-12-12T14:31:53.000000Z"}} 2018-12-12 14:31:53,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1833d6ab71be72f6e4eb7c1074114791add947a6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-5933bb97-eb8a-41cf-9ec9-5450b10f67f4-type", "description": null}}' 2018-12-12 14:31:53,810 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:53 GMT Server: Apache x-compute-request-id: req-a0183489-01a1-4d2b-b163-8661e673fb66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0183489-01a1-4d2b-b163-8661e673fb66 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5933bb97-eb8a-41cf-9ec9-5450b10f67f4-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c3721049-8740-4436-94c3-7d24a89aa939", "description": null}} 2018-12-12 14:31:53,810 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-a0183489-01a1-4d2b-b163-8661e673fb66 2018-12-12 14:31:53,814 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a0183489-01a1-4d2b-b163-8661e673fb66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1833d6ab71be72f6e4eb7c1074114791add947a6" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-5933bb97-eb8a-41cf-9ec9-5450b10f67f4", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-12-12 14:31:54,037 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:53 GMT Server: Apache x-compute-request-id: req-5c196099-b247-4c0f-aa5f-714997ed8fc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c196099-b247-4c0f-aa5f-714997ed8fc7 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "c3721049-8740-4436-94c3-7d24a89aa939", "name": "CinderUtilsAddEncryptionTests-5933bb97-eb8a-41cf-9ec9-5450b10f67f4", "control_location": "back-end", "encryption_id": "0a3eb46c-d6bd-438b-a921-1f649980cda3", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-12-12 14:31:54,037 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939/encryption used request id req-5c196099-b247-4c0f-aa5f-714997ed8fc7 2018-12-12 14:31:54,041 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a0183489-01a1-4d2b-b163-8661e673fb66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1833d6ab71be72f6e4eb7c1074114791add947a6" 2018-12-12 14:31:54,216 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:54 GMT Server: Apache x-compute-request-id: req-593f658f-cb12-4d69-a63a-205613b8b5f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-593f658f-cb12-4d69-a63a-205613b8b5f5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5933bb97-eb8a-41cf-9ec9-5450b10f67f4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c3721049-8740-4436-94c3-7d24a89aa939", "description": null}} 2018-12-12 14:31:54,216 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939 used request id req-593f658f-cb12-4d69-a63a-205613b8b5f5 2018-12-12 14:31:54,219 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a0183489-01a1-4d2b-b163-8661e673fb66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1833d6ab71be72f6e4eb7c1074114791add947a6" 2018-12-12 14:31:54,393 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:54 GMT Server: Apache x-compute-request-id: req-e2025749-de23-40c4-b0bb-2e22fa56cf9e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2025749-de23-40c4-b0bb-2e22fa56cf9e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"volume_type_id": "c3721049-8740-4436-94c3-7d24a89aa939", "control_location": "back-end", "deleted": false, "created_at": "2018-12-12T14:31:54.000000", "updated_at": null, "encryption_id": "0a3eb46c-d6bd-438b-a921-1f649980cda3", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-12-12 14:31:54,393 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939/encryption used request id req-e2025749-de23-40c4-b0bb-2e22fa56cf9e 2018-12-12 14:31:54,394 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-5933bb97-eb8a-41cf-9ec9-5450b10f67f4-type 2018-12-12 14:31:54,396 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a0183489-01a1-4d2b-b163-8661e673fb66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1833d6ab71be72f6e4eb7c1074114791add947a6" 2018-12-12 14:31:54,567 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:54 GMT Server: Apache x-compute-request-id: req-dd54bf31-b587-4cd5-bfaf-52362ba25689 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd54bf31-b587-4cd5-bfaf-52362ba25689 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5933bb97-eb8a-41cf-9ec9-5450b10f67f4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c3721049-8740-4436-94c3-7d24a89aa939", "description": null}} 2018-12-12 14:31:54,567 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939 used request id req-dd54bf31-b587-4cd5-bfaf-52362ba25689 2018-12-12 14:31:54,572 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a0183489-01a1-4d2b-b163-8661e673fb66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1833d6ab71be72f6e4eb7c1074114791add947a6" 2018-12-12 14:31:54,789 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fe5d789b-f005-4387-abe3-1b533a503dad Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:54,789 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939/encryption/provider used request id req-fe5d789b-f005-4387-abe3-1b533a503dad 2018-12-12 14:31:54,789 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-5933bb97-eb8a-41cf-9ec9-5450b10f67f4-type 2018-12-12 14:31:54,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a0183489-01a1-4d2b-b163-8661e673fb66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1833d6ab71be72f6e4eb7c1074114791add947a6" 2018-12-12 14:31:55,064 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-08d42b90-a9fb-456b-ae86-c8cd4bf0f3a0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:55,064 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/c3721049-8740-4436-94c3-7d24a89aa939 used request id req-08d42b90-a9fb-456b-ae86-c8cd4bf0f3a0 2018-12-12 14:31:55,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:55,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["6zcTiCeQSHiQXZ4iMaZUXQ"], "issued_at": "2018-12-12T14:31:55.000000Z"}} 2018-12-12 14:31:55,441 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170-qos"}}' 2018-12-12 14:31:55,654 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:55 GMT Server: Apache x-compute-request-id: req-43517977-1c08-4131-9fd9-8a55a0a7d6be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43517977-1c08-4131-9fd9-8a55a0a7d6be Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "7a6f5d4a-b906-48de-9632-8548b937b3f6", "name": "CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170-qos"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/7a6f5d4a-b906-48de-9632-8548b937b3f6", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/7a6f5d4a-b906-48de-9632-8548b937b3f6", "rel": "bookmark"}]} 2018-12-12 14:31:55,654 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-43517977-1c08-4131-9fd9-8a55a0a7d6be 2018-12-12 14:31:55,658 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-43517977-1c08-4131-9fd9-8a55a0a7d6be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170", "description": null}}' 2018-12-12 14:31:55,891 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:55 GMT Server: Apache x-compute-request-id: req-f209261f-5e94-4ce6-ae42-9a820b69e058 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f209261f-5e94-4ce6-ae42-9a820b69e058 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8b3148fd-be80-48f6-a7b2-e542f6725c02", "description": null}} 2018-12-12 14:31:55,891 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-f209261f-5e94-4ce6-ae42-9a820b69e058 2018-12-12 14:31:55,894 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-43517977-1c08-4131-9fd9-8a55a0a7d6be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-12 14:31:56,097 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:55 GMT Server: Apache x-compute-request-id: req-44a546c6-871f-449c-9f18-c5c1a9e4d11b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44a546c6-871f-449c-9f18-c5c1a9e4d11b Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "8b3148fd-be80-48f6-a7b2-e542f6725c02", "name": "foo", "control_location": "back-end", "encryption_id": "3c2d397a-90de-4506-984e-d8bf4900da65", "provider": "bar", "provider_class": "bar"}} 2018-12-12 14:31:56,097 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02/encryption used request id req-44a546c6-871f-449c-9f18-c5c1a9e4d11b 2018-12-12 14:31:56,101 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-43517977-1c08-4131-9fd9-8a55a0a7d6be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" 2018-12-12 14:31:56,274 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:56 GMT Server: Apache x-compute-request-id: req-f313f0eb-6234-497d-8074-9338d1930abd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f313f0eb-6234-497d-8074-9338d1930abd Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8b3148fd-be80-48f6-a7b2-e542f6725c02", "description": null}} 2018-12-12 14:31:56,274 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02 used request id req-f313f0eb-6234-497d-8074-9338d1930abd 2018-12-12 14:31:56,277 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-43517977-1c08-4131-9fd9-8a55a0a7d6be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" 2018-12-12 14:31:56,444 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:56 GMT Server: Apache x-compute-request-id: req-765d842a-b608-488c-bf74-296fa2e0fcd4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-765d842a-b608-488c-bf74-296fa2e0fcd4 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "8b3148fd-be80-48f6-a7b2-e542f6725c02", "control_location": "back-end", "deleted": false, "created_at": "2018-12-12T14:31:56.000000", "updated_at": null, "encryption_id": "3c2d397a-90de-4506-984e-d8bf4900da65", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-12 14:31:56,444 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02/encryption used request id req-765d842a-b608-488c-bf74-296fa2e0fcd4 2018-12-12 14:31:56,445 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170 2018-12-12 14:31:56,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-43517977-1c08-4131-9fd9-8a55a0a7d6be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" 2018-12-12 14:31:56,603 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:56 GMT Server: Apache x-compute-request-id: req-49cfc35c-8adf-4491-b4f4-823023626914 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49cfc35c-8adf-4491-b4f4-823023626914 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8b3148fd-be80-48f6-a7b2-e542f6725c02", "description": null}} 2018-12-12 14:31:56,603 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02 used request id req-49cfc35c-8adf-4491-b4f4-823023626914 2018-12-12 14:31:56,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-43517977-1c08-4131-9fd9-8a55a0a7d6be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" 2018-12-12 14:31:56,927 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4da72e1b-25b1-4e35-b0a3-8f7273f6c3f6 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:56,927 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02/encryption/provider used request id req-4da72e1b-25b1-4e35-b0a3-8f7273f6c3f6 2018-12-12 14:31:56,927 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170 2018-12-12 14:31:56,930 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-43517977-1c08-4131-9fd9-8a55a0a7d6be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" 2018-12-12 14:31:56,983 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-071b2f2c-a81e-4243-9dcc-7c926a6aa569 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:56,983 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/8b3148fd-be80-48f6-a7b2-e542f6725c02 used request id req-071b2f2c-a81e-4243-9dcc-7c926a6aa569 2018-12-12 14:31:56,983 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-46fa168c-28e0-4802-939c-1e2ce6499170-qos 2018-12-12 14:31:56,986 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/7a6f5d4a-b906-48de-9632-8548b937b3f6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-43517977-1c08-4131-9fd9-8a55a0a7d6be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35684441423515bd3b47ff9f04cdd7e7af48faca" 2018-12-12 14:31:57,030 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eaef04b2-4497-476d-8922-7fd6fc806952 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:57,030 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/7a6f5d4a-b906-48de-9632-8548b937b3f6?force=False used request id req-eaef04b2-4497-476d-8922-7fd6fc806952 2018-12-12 14:31:57,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:57,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["9SxQdrWNTOuT21oq0XP-Bw"], "issued_at": "2018-12-12T14:31:57.000000Z"}} 2018-12-12 14:31:57,421 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8587acd238cded0f5736e80356df87975c0a11e9" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-e7b87375-5095-4661-9b38-cda822f29c5e-qos"}}' 2018-12-12 14:31:57,618 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:57 GMT Server: Apache x-compute-request-id: req-656eb01a-5c2f-4ebd-b537-571bc7126f9b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-656eb01a-5c2f-4ebd-b537-571bc7126f9b Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "792eb8b2-4429-4ce8-914d-c526a8d6164b", "name": "CinderUtilsVolumeTypeCompleteTests-e7b87375-5095-4661-9b38-cda822f29c5e-qos"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/792eb8b2-4429-4ce8-914d-c526a8d6164b", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/792eb8b2-4429-4ce8-914d-c526a8d6164b", "rel": "bookmark"}]} 2018-12-12 14:31:57,619 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-656eb01a-5c2f-4ebd-b537-571bc7126f9b 2018-12-12 14:31:57,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-656eb01a-5c2f-4ebd-b537-571bc7126f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8587acd238cded0f5736e80356df87975c0a11e9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-e7b87375-5095-4661-9b38-cda822f29c5e", "description": null}}' 2018-12-12 14:31:57,826 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:57 GMT Server: Apache x-compute-request-id: req-d49c561e-0bce-468b-9ea1-40647f7f9ce0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d49c561e-0bce-468b-9ea1-40647f7f9ce0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e7b87375-5095-4661-9b38-cda822f29c5e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0274486-9557-44c1-a676-68474f875322", "description": null}} 2018-12-12 14:31:57,827 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-d49c561e-0bce-468b-9ea1-40647f7f9ce0 2018-12-12 14:31:57,830 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-656eb01a-5c2f-4ebd-b537-571bc7126f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8587acd238cded0f5736e80356df87975c0a11e9" 2018-12-12 14:31:58,005 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:57 GMT Server: Apache x-compute-request-id: req-1905d6f8-f50c-4eb2-a7b2-4b3a0c16e643 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1905d6f8-f50c-4eb2-a7b2-4b3a0c16e643 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "792eb8b2-4429-4ce8-914d-c526a8d6164b", "name": "CinderUtilsVolumeTypeCompleteTests-e7b87375-5095-4661-9b38-cda822f29c5e-qos"}]} 2018-12-12 14:31:58,005 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-1905d6f8-f50c-4eb2-a7b2-4b3a0c16e643 2018-12-12 14:31:58,009 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/None/associate?vol_type_id=e0274486-9557-44c1-a676-68474f875322 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-656eb01a-5c2f-4ebd-b537-571bc7126f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8587acd238cded0f5736e80356df87975c0a11e9" 2018-12-12 14:31:58,257 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:31:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c6e9911d-2889-47d9-ab8b-9221aec495fd x-openstack-request-id: req-c6e9911d-2889-47d9-ab8b-9221aec495fd Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-12-12 14:31:58,258 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/None/associate?vol_type_id=e0274486-9557-44c1-a676-68474f875322 used request id req-c6e9911d-2889-47d9-ab8b-9221aec495fd 2018-12-12 14:31:58,258 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-c6e9911d-2889-47d9-ab8b-9221aec495fd) 2018-12-12 14:31:58,258 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-e7b87375-5095-4661-9b38-cda822f29c5e 2018-12-12 14:31:58,261 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/e0274486-9557-44c1-a676-68474f875322 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-656eb01a-5c2f-4ebd-b537-571bc7126f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8587acd238cded0f5736e80356df87975c0a11e9" 2018-12-12 14:31:58,456 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7df346e5-bea7-49cf-a8a8-9c7038ab86ea Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:58,456 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/e0274486-9557-44c1-a676-68474f875322 used request id req-7df346e5-bea7-49cf-a8a8-9c7038ab86ea 2018-12-12 14:31:58,456 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-e7b87375-5095-4661-9b38-cda822f29c5e-qos 2018-12-12 14:31:58,459 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/792eb8b2-4429-4ce8-914d-c526a8d6164b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-656eb01a-5c2f-4ebd-b537-571bc7126f9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8587acd238cded0f5736e80356df87975c0a11e9" 2018-12-12 14:31:58,767 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bac72f51-fcaa-4c81-b9e1-47a48ad649de Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:58,768 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/792eb8b2-4429-4ce8-914d-c526a8d6164b?force=False used request id req-bac72f51-fcaa-4c81-b9e1-47a48ad649de 2018-12-12 14:31:58,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:31:59,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["Ym30X_pHRx-X_iQL91cS_Q"], "issued_at": "2018-12-12T14:31:59.000000Z"}} 2018-12-12 14:31:59,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b0ba2815068f6e1af596a0217b7097b333eaa" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-f7a60a23-0388-434c-ad27-94f8f44d265c-qos"}}' 2018-12-12 14:31:59,354 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:59 GMT Server: Apache x-compute-request-id: req-b06ffe05-a8bb-4104-bca8-e20a90e8c00b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b06ffe05-a8bb-4104-bca8-e20a90e8c00b Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "9a09c3be-e8b2-42a7-aa9a-43cf28024675", "name": "CinderUtilsVolumeTypeCompleteTests-f7a60a23-0388-434c-ad27-94f8f44d265c-qos"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/9a09c3be-e8b2-42a7-aa9a-43cf28024675", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/9a09c3be-e8b2-42a7-aa9a-43cf28024675", "rel": "bookmark"}]} 2018-12-12 14:31:59,355 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-b06ffe05-a8bb-4104-bca8-e20a90e8c00b 2018-12-12 14:31:59,358 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b06ffe05-a8bb-4104-bca8-e20a90e8c00b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b0ba2815068f6e1af596a0217b7097b333eaa" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-f7a60a23-0388-434c-ad27-94f8f44d265c", "description": null}}' 2018-12-12 14:31:59,555 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:59 GMT Server: Apache x-compute-request-id: req-71a48641-bb89-4a39-9a3e-c0e7b5c1bf96 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-71a48641-bb89-4a39-9a3e-c0e7b5c1bf96 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-f7a60a23-0388-434c-ad27-94f8f44d265c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7a3b731d-6a1a-46b7-8d17-85e6aaf181be", "description": null}} 2018-12-12 14:31:59,556 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-71a48641-bb89-4a39-9a3e-c0e7b5c1bf96 2018-12-12 14:31:59,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b06ffe05-a8bb-4104-bca8-e20a90e8c00b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b0ba2815068f6e1af596a0217b7097b333eaa" 2018-12-12 14:31:59,739 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:31:59 GMT Server: Apache x-compute-request-id: req-392bb731-8596-40ba-91ec-ec18b0b14214 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-392bb731-8596-40ba-91ec-ec18b0b14214 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "9a09c3be-e8b2-42a7-aa9a-43cf28024675", "name": "CinderUtilsVolumeTypeCompleteTests-f7a60a23-0388-434c-ad27-94f8f44d265c-qos"}]} 2018-12-12 14:31:59,740 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-392bb731-8596-40ba-91ec-ec18b0b14214 2018-12-12 14:31:59,743 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/9a09c3be-e8b2-42a7-aa9a-43cf28024675/associate?vol_type_id=7a3b731d-6a1a-46b7-8d17-85e6aaf181be -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b06ffe05-a8bb-4104-bca8-e20a90e8c00b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b0ba2815068f6e1af596a0217b7097b333eaa" 2018-12-12 14:31:59,946 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-095dd990-20bd-4571-b180-5b143fb73008 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:31:59,946 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/9a09c3be-e8b2-42a7-aa9a-43cf28024675/associate?vol_type_id=7a3b731d-6a1a-46b7-8d17-85e6aaf181be used request id req-095dd990-20bd-4571-b180-5b143fb73008 2018-12-12 14:31:59,947 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-f7a60a23-0388-434c-ad27-94f8f44d265c 2018-12-12 14:31:59,950 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/7a3b731d-6a1a-46b7-8d17-85e6aaf181be -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b06ffe05-a8bb-4104-bca8-e20a90e8c00b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b0ba2815068f6e1af596a0217b7097b333eaa" 2018-12-12 14:32:00,001 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:31:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6a03054e-d89f-4a02-86b2-5197698ba7a0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:32:00,001 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/7a3b731d-6a1a-46b7-8d17-85e6aaf181be used request id req-6a03054e-d89f-4a02-86b2-5197698ba7a0 2018-12-12 14:32:00,001 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-f7a60a23-0388-434c-ad27-94f8f44d265c-qos 2018-12-12 14:32:00,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/9a09c3be-e8b2-42a7-aa9a-43cf28024675?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b06ffe05-a8bb-4104-bca8-e20a90e8c00b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b0ba2815068f6e1af596a0217b7097b333eaa" 2018-12-12 14:32:00,198 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:32:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3a3989bc-5ee9-44f4-8fc9-997929b55dad Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:32:00,198 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/9a09c3be-e8b2-42a7-aa9a-43cf28024675?force=False used request id req-3a3989bc-5ee9-44f4-8fc9-997929b55dad 2018-12-12 14:32:00,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:00,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac9858bf76e34bf39cfe7c8af345eb66", "name": "heat_stack_owner"}, {"id": "d1bb1566285a4d80829ffa0ec4e64fe5", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b02038a5aa9140319df8909801cc6521", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b02038a5aa9140319df8909801cc6521", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "id": "0c05d6faba8b4a7cb58ae2e8e39645b7"}, "audit_ids": ["vEsrk1p6RMK353ThGO1FNQ"], "issued_at": "2018-12-12T14:32:00.000000Z"}} 2018-12-12 14:32:00,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1-qos"}}' 2018-12-12 14:32:00,767 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:00 GMT Server: Apache x-compute-request-id: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "0925b54b-f943-4572-9368-4779311dad6c", "name": "CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1-qos"}, "links": [{"href": "http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/0925b54b-f943-4572-9368-4779311dad6c", "rel": "self"}, {"href": "http://172.30.9.29:8776/b02038a5aa9140319df8909801cc6521/qos-specs/0925b54b-f943-4572-9368-4779311dad6c", "rel": "bookmark"}]} 2018-12-12 14:32:00,768 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc 2018-12-12 14:32:00,771 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1", "description": null}}' 2018-12-12 14:32:00,968 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:00 GMT Server: Apache x-compute-request-id: req-999c14c5-ad46-4d57-b86e-fdea89fbcbbd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-999c14c5-ad46-4d57-b86e-fdea89fbcbbd Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5b982f0a-e020-4448-a399-033201a8732c", "description": null}} 2018-12-12 14:32:00,968 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types used request id req-999c14c5-ad46-4d57-b86e-fdea89fbcbbd 2018-12-12 14:32:00,972 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-12 14:32:01,175 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:00 GMT Server: Apache x-compute-request-id: req-1b9f849e-9a58-4421-b77d-23053ac43215 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b9f849e-9a58-4421-b77d-23053ac43215 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "5b982f0a-e020-4448-a399-033201a8732c", "name": "foo", "control_location": "back-end", "encryption_id": "7e8b210c-2a8d-4c52-82e7-a5bf40289963", "provider": "bar", "provider_class": "bar"}} 2018-12-12 14:32:01,175 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c/encryption used request id req-1b9f849e-9a58-4421-b77d-23053ac43215 2018-12-12 14:32:01,179 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" 2018-12-12 14:32:01,365 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:01 GMT Server: Apache x-compute-request-id: req-41ce4d0c-7f84-4753-84b2-03976285058b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41ce4d0c-7f84-4753-84b2-03976285058b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "0925b54b-f943-4572-9368-4779311dad6c", "name": "CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1-qos"}]} 2018-12-12 14:32:01,365 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs used request id req-41ce4d0c-7f84-4753-84b2-03976285058b 2018-12-12 14:32:01,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/0925b54b-f943-4572-9368-4779311dad6c/associate?vol_type_id=5b982f0a-e020-4448-a399-033201a8732c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" 2018-12-12 14:32:01,563 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:32:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f8cf7cd7-d00a-4c09-a72d-dd9c561f885c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:32:01,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/0925b54b-f943-4572-9368-4779311dad6c/associate?vol_type_id=5b982f0a-e020-4448-a399-033201a8732c used request id req-f8cf7cd7-d00a-4c09-a72d-dd9c561f885c 2018-12-12 14:32:01,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" 2018-12-12 14:32:01,745 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:01 GMT Server: Apache x-compute-request-id: req-cd594847-3c9a-41cc-91f4-567c7ee551ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd594847-3c9a-41cc-91f4-567c7ee551ca Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1", "qos_specs_id": "0925b54b-f943-4572-9368-4779311dad6c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5b982f0a-e020-4448-a399-033201a8732c", "description": null}} 2018-12-12 14:32:01,745 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c used request id req-cd594847-3c9a-41cc-91f4-567c7ee551ca 2018-12-12 14:32:01,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" 2018-12-12 14:32:01,929 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:01 GMT Server: Apache x-compute-request-id: req-0ab12153-81f1-4f13-b209-6e0a290e1e4e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ab12153-81f1-4f13-b209-6e0a290e1e4e Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "5b982f0a-e020-4448-a399-033201a8732c", "control_location": "back-end", "deleted": false, "created_at": "2018-12-12T14:32:01.000000", "updated_at": null, "encryption_id": "7e8b210c-2a8d-4c52-82e7-a5bf40289963", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-12 14:32:01,929 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c/encryption used request id req-0ab12153-81f1-4f13-b209-6e0a290e1e4e 2018-12-12 14:32:01,929 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1 2018-12-12 14:32:01,933 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" 2018-12-12 14:32:02,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:01 GMT Server: Apache x-compute-request-id: req-1636b720-e1f4-441f-a1d7-3b254e888d78 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1636b720-e1f4-441f-a1d7-3b254e888d78 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1", "qos_specs_id": "0925b54b-f943-4572-9368-4779311dad6c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5b982f0a-e020-4448-a399-033201a8732c", "description": null}} 2018-12-12 14:32:02,101 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c used request id req-1636b720-e1f4-441f-a1d7-3b254e888d78 2018-12-12 14:32:02,104 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" 2018-12-12 14:32:02,310 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:32:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eef5a30e-eebd-4d39-b657-94ad882a5537 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:32:02,310 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c/encryption/provider used request id req-eef5a30e-eebd-4d39-b657-94ad882a5537 2018-12-12 14:32:02,311 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1 2018-12-12 14:32:02,314 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" 2018-12-12 14:32:02,516 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:32:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-39cc2c3d-558e-466a-8a19-4e3e2751ac21 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:32:02,516 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/types/5b982f0a-e020-4448-a399-033201a8732c used request id req-39cc2c3d-558e-466a-8a19-4e3e2751ac21 2018-12-12 14:32:02,516 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-425a95ae-3af1-4f90-8424-3c419e07f6d1-qos 2018-12-12 14:32:02,519 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/0925b54b-f943-4572-9368-4779311dad6c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe4cbdc7-7849-45e4-b744-ea20b20fc4bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}959d2cfc9b8ebdafe065761a5440801b7502bcf5" 2018-12-12 14:32:02,833 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:32:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c841edc-a88c-4ea8-9d00-6be4915b713b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:32:02,833 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/b02038a5aa9140319df8909801cc6521/qos-specs/0925b54b-f943-4572-9368-4779311dad6c?force=False used request id req-6c841edc-a88c-4ea8-9d00-6be4915b713b 2018-12-12 14:32:02,834 - 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 776.336s OK 2018-12-12 14:32:02,970 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 14:32:02,970 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-12 14:32:02,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:02,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:03,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7afb83a-c82d-4e11-be6d-f2788babe673 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ac9858bf76e34bf39cfe7c8af345eb66", "links": {"self": "http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:32:03,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c7afb83a-c82d-4e11-be6d-f2788babe673 2018-12-12 14:32:03,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827388763428s 2018-12-12 14:32:03,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:32:03,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:03,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fbf1fe0-55b7-4bdf-b068-c02909c0afd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:03,212 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ac9858bf76e34bf39cfe7c8af345eb66 used request id req-1fbf1fe0-55b7-4bdf-b068-c02909c0afd8 2018-12-12 14:32:03,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.151761054993s 2018-12-12 14:32:03,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:32:03,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:03,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce75f16-3e53-48e0-b850-125d05f9c23b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed", "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "domain_id": "default", "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:32:03,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dce75f16-3e53-48e0-b850-125d05f9c23b 2018-12-12 14:32:03,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0894739627838s 2018-12-12 14:32:03,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dce75f16-3e53-48e0-b850-125d05f9c23b 2018-12-12 14:32:03,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:32:03,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:03,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd5aef3a-fa95-4320-9fe6-23790cb0c225 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7"}, "enabled": true, "id": "0c05d6faba8b4a7cb58ae2e8e39645b7", "options": {}, "domain_id": "default", "name": "api_check-user_9ab01860-9873-4b70-bec2-87107846bfed"}} 2018-12-12 14:32:03,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7 used request id req-bd5aef3a-fa95-4320-9fe6-23790cb0c225 2018-12-12 14:32:03,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981159210205s 2018-12-12 14:32:03,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7 used request id req-bd5aef3a-fa95-4320-9fe6-23790cb0c225 2018-12-12 14:32:03,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 14:32:03,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:03,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e1f69c3-9e72-4b6a-8b7f-09276b93b444 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:03,666 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7 used request id req-1e1f69c3-9e72-4b6a-8b7f-09276b93b444 2018-12-12 14:32:03,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.258703947067s 2018-12-12 14:32:03,667 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0c05d6faba8b4a7cb58ae2e8e39645b7 used request id req-1e1f69c3-9e72-4b6a-8b7f-09276b93b444 2018-12-12 14:32:03,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:32:03,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:03,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de35af18-b684-4170-8ffb-10fe27abefa4 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521"}, "enabled": true, "id": "b02038a5aa9140319df8909801cc6521", "parent_id": "default", "domain_id": "default", "name": "api_check-project_9ab01860-9873-4b70-bec2-87107846bfed"}]} 2018-12-12 14:32:03,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-de35af18-b684-4170-8ffb-10fe27abefa4 2018-12-12 14:32:03,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0777258872986s 2018-12-12 14:32:03,746 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-de35af18-b684-4170-8ffb-10fe27abefa4 2018-12-12 14:32:03,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 14:32:03,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:03,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8eda778-360a-4f3a-8ab1-7766a6d802e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:03,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-f8eda778-360a-4f3a-8ab1-7766a6d802e3 2018-12-12 14:32:03,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.177376031876s 2018-12-12 14:32:03,926 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b02038a5aa9140319df8909801cc6521 used request id req-f8eda778-360a-4f3a-8ab1-7766a6d802e3 2018-12-12 14:32:03,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:03,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:04,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d56823cb-dc01-41fe-9d6f-673d2dc0bc5a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1bb1566285a4d80829ffa0ec4e64fe5", "links": {"self": "http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5"}, "name": "Member"}]} 2018-12-12 14:32:04,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d56823cb-dc01-41fe-9d6f-673d2dc0bc5a 2018-12-12 14:32:04,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0850071907043s 2018-12-12 14:32:04,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:32:04,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:04,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21022cd6-a54f-4390-ad85-91d875939c9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:04,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/d1bb1566285a4d80829ffa0ec4e64fe5 used request id req-21022cd6-a54f-4390-ad85-91d875939c9c 2018-12-12 14:32:04,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.160825967789s 2018-12-12 14:32:04,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:32:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=b02038a5aa9140319df8909801cc6521&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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:04,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-2d5b78fc-7ad6-43ab-98c9-4cb0c9603d40 Date: Wed, 12 Dec 2018 14:32:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}]} 2018-12-12 14:32:04,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=b02038a5aa9140319df8909801cc6521&name=default used request id req-2d5b78fc-7ad6-43ab-98c9-4cb0c9603d40 2018-12-12 14:32:04,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.322803020477s 2018-12-12 14:32:04,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=b02038a5aa9140319df8909801cc6521&name=default used request id req-2d5b78fc-7ad6-43ab-98c9-4cb0c9603d40 2018-12-12 14:32:04,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:32:04,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:04,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b58e3b68-bddc-44d3-8440-e4827590eb4e Date: Wed, 12 Dec 2018 14:32:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b02038a5aa9140319df8909801cc6521", "created_at": "2018-12-12T14:19:33Z", "updated_at": "2018-12-12T14:19:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "76d0c319-bb15-4480-9cfd-0bf8092db2f5", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "af43d0de-4fb8-4745-82e3-0db03c253bf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv6", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "fa0aee99-b1dc-4c90-a222-6ff0d3d92765", "remote_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:33Z", "revision_number": 0, "id": "30953638-c921-4f1e-99d3-cf915f971427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:33Z", "security_group_id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "tenant_id": "b02038a5aa9140319df8909801cc6521", "port_range_min": null, "ethertype": "IPv4", "project_id": "b02038a5aa9140319df8909801cc6521"}], "revision_number": 4, "project_id": "b02038a5aa9140319df8909801cc6521", "id": "5390c618-07ac-4a99-9413-2a04741d5e5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:32:04,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-b58e3b68-bddc-44d3-8440-e4827590eb4e 2018-12-12 14:32:04,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.203457117081s 2018-12-12 14:32:04,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-b58e3b68-bddc-44d3-8440-e4827590eb4e 2018-12-12 14:32:04,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 14:32:04,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/5390c618-07ac-4a99-9413-2a04741d5e5c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ed9b05728fcae4e76c313d2852b9e8e4f8fb6b7" 2018-12-12 14:32:05,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5603e59a-3d0c-4b91-bb6d-b1cab745e6be Content-Length: 0 Date: Wed, 12 Dec 2018 14:32:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:32:05,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5390c618-07ac-4a99-9413-2a04741d5e5c.json used request id req-5603e59a-3d0c-4b91-bb6d-b1cab745e6be 2018-12-12 14:32:05,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.328998088837s 2018-12-12 14:32:05,044 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5390c618-07ac-4a99-9413-2a04741d5e5c.json used request id req-5603e59a-3d0c-4b91-bb6d-b1cab745e6be 2018-12-12 14:32:05,064 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-12-12 14:32:05,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:32:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:32:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:32:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:32:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:32:05,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:32:05,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:32:05,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afdd0c6b-4bf8-419d-9973-bdfc4666ef12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:05,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-afdd0c6b-4bf8-419d-9973-bdfc4666ef12 2018-12-12 14:32:05,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:05,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:32:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["9EavpuwuQYqpvXBgJJoYhw"], "issued_at": "2018-12-12T14:32:05.000000Z"}} 2018-12-12 14:32:05,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:05,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:32:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:32:05,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:05,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ad0bbb-2845-4e69-9e50-1966c9256784 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:32:05,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-c8ad0bbb-2845-4e69-9e50-1966c9256784 2018-12-12 14:32:05,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.488706111908s 2018-12-12 14:32:05,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 14:32:05,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}}' 2018-12-12 14:32:05,695 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:32:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0652f2f-598f-4bae-91d8-e9a281e037b4 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.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd"}, "enabled": true, "id": "5c0c0b31097c49a2bcd7040772e955bd", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}} 2018-12-12 14:32:05,695 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f0652f2f-598f-4bae-91d8-e9a281e037b4 2018-12-12 14:32:05,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.107625007629s 2018-12-12 14:32:05,696 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f0652f2f-598f-4bae-91d8-e9a281e037b4 2018-12-12 14:32:05,697 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb', 'id': u'5c0c0b31097c49a2bcd7040772e955bd', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 14:32:05,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 14:32:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345803976059s 2018-12-12 14:32:06,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4de6c8c-b283-4e6f-ad51-3a3ba994d4f5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096"}, "enabled": true, "id": "2232137191524de3ab3f3ab600f2a096", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}} 2018-12-12 14:32:06,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096 used request id req-e4de6c8c-b283-4e6f-ad51-3a3ba994d4f5 2018-12-12 14:32:06,158 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2232137191524de3ab3f3ab600f2a096', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb'}) 2018-12-12 14:32:06,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:06,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595e7dd0-0f9f-460b-a978-110ed92dc7bf Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:32:06,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-595e7dd0-0f9f-460b-a978-110ed92dc7bf 2018-12-12 14:32:06,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0855808258057s 2018-12-12 14:32:06,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:06,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41aedada-89eb-427f-af79-351a466ec31f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:32:06,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-41aedada-89eb-427f-af79-351a466ec31f 2018-12-12 14:32:06,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773491859436s 2018-12-12 14:32:06,324 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 14:32:06,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:32:06,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" -d '{"role": {"name": "Member"}}' 2018-12-12 14:32:06,432 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdcdad1e-dfea-4a19-91b3-b557b99d91ef Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}} 2018-12-12 14:32:06,432 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cdcdad1e-dfea-4a19-91b3-b557b99d91ef 2018-12-12 14:32:06,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.107703924179s 2018-12-12 14:32:06,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8908ac1c-b5b2-4026-90e8-d25a165ff45b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "domain_id": null, "name": "Member", "id": "1bfaa025c35b48aaa0540ad1883844e2"}} 2018-12-12 14:32:06,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2 used request id req-8908ac1c-b5b2-4026-90e8-d25a165ff45b 2018-12-12 14:32:06,514 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2'}, 'domain_id': None, 'human_id': None, 'id': u'1bfaa025c35b48aaa0540ad1883844e2', 'HUMAN_ID': False}) 2018-12-12 14:32:06,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:06,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d2bd3c2-7129-4ccc-b6df-7b59e83eb8ef Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:32:06,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3d2bd3c2-7129-4ccc-b6df-7b59e83eb8ef 2018-12-12 14:32:06,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0843968391418s 2018-12-12 14:32:06,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:32:06,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75c81413-fa79-4863-971a-76aa654ad413 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:32:06,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-75c81413-fa79-4863-971a-76aa654ad413 2018-12-12 14:32:06,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0832979679108s 2018-12-12 14:32:06,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:32:06,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659619b1-2aa1-4824-b78b-9a5f16c4d723 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "links": {"self": "http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096"}, "domain_id": "default", "enabled": true, "id": "2232137191524de3ab3f3ab600f2a096", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:32:06,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-659619b1-2aa1-4824-b78b-9a5f16c4d723 2018-12-12 14:32:06,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981860160828s 2018-12-12 14:32:06,783 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-659619b1-2aa1-4824-b78b-9a5f16c4d723 2018-12-12 14:32:06,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:32:06,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcd99bf6-a5cf-4951-9b94-84cf4a482058 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd"}, "enabled": true, "id": "5c0c0b31097c49a2bcd7040772e955bd", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:32:06,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-dcd99bf6-a5cf-4951-9b94-84cf4a482058 2018-12-12 14:32:06,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0735230445862s 2018-12-12 14:32:06,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-dcd99bf6-a5cf-4951-9b94-84cf4a482058 2018-12-12 14:32:06,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:32:06,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=1bfaa025c35b48aaa0540ad1883844e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:06,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ed8770-90db-4109-8de2-cb0cbf50e523 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=1bfaa025c35b48aaa0540ad1883844e2", "previous": null, "next": null}} 2018-12-12 14:32:06,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=1bfaa025c35b48aaa0540ad1883844e2 used request id req-b8ed8770-90db-4109-8de2-cb0cbf50e523 2018-12-12 14:32:06,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0836951732635s 2018-12-12 14:32:06,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:32:06,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd/users/2232137191524de3ab3f3ab600f2a096/roles/1bfaa025c35b48aaa0540ad1883844e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfb30359-b16c-4597-99d1-1799de4475b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:07,060 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd/users/2232137191524de3ab3f3ab600f2a096/roles/1bfaa025c35b48aaa0540ad1883844e2 used request id req-cfb30359-b16c-4597-99d1-1799de4475b2 2018-12-12 14:32:07,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.109661102295s 2018-12-12 14:32:07,061 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb', 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': '95e1712f-3e80-47c8-841a-33d984669001', 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_8cc1509b-d9bf-47e3-b559-fb87f36743bb', 'project_id': u'5c0c0b31097c49a2bcd7040772e955bd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 14:32:07,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:32:07,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:32:07,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:32:07,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:32:07,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:32:07,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:32:07,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:32:07,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:32:07,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:32:07,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:32:07,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:32:07,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:32:07,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:32:07,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:32:07,066 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb', 'password': '95e1712f-3e80-47c8-841a-33d984669001', 'project_name': 'snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '5c0c0b31097c49a2bcd7040772e955bd', 'project_domain_name': 'Default'} 2018-12-12 14:32:07,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:07,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70317c62-0e24-4fde-8042-b8d18c2a36e9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:32:07,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-70317c62-0e24-4fde-8042-b8d18c2a36e9 2018-12-12 14:32:07,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766160488129s 2018-12-12 14:32:07,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:07,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44138378-32e9-40c1-972e-0942d12ff87e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:32:07,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-44138378-32e9-40c1-972e-0942d12ff87e 2018-12-12 14:32:07,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0869448184967s 2018-12-12 14:32:07,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:32:07,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e8c7ea1-1589-4b5d-a245-1e31f50bbe6f 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:32:07,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-8e8c7ea1-1589-4b5d-a245-1e31f50bbe6f 2018-12-12 14:32:07,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0812599658966s 2018-12-12 14:32:07,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:32:07,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d11cabf-7a6b-4bfc-8764-2e41da1a7ae4 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "links": {"self": "http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096"}, "domain_id": "default", "enabled": true, "id": "2232137191524de3ab3f3ab600f2a096", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:32:07,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5d11cabf-7a6b-4bfc-8764-2e41da1a7ae4 2018-12-12 14:32:07,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097668170929s 2018-12-12 14:32:07,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5d11cabf-7a6b-4bfc-8764-2e41da1a7ae4 2018-12-12 14:32:07,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:32:07,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cff7c866-3849-4c77-85e1-a9dad17485aa Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd"}, "enabled": true, "id": "5c0c0b31097c49a2bcd7040772e955bd", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:32:07,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-cff7c866-3849-4c77-85e1-a9dad17485aa 2018-12-12 14:32:07,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0861310958862s 2018-12-12 14:32:07,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-cff7c866-3849-4c77-85e1-a9dad17485aa 2018-12-12 14:32:07,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:32:07,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d39fcfc6-b3c4-474b-9c26-a140117d3b97 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 14:32:07,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-d39fcfc6-b3c4-474b-9c26-a140117d3b97 2018-12-12 14:32:07,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0782101154327s 2018-12-12 14:32:07,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:32:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd/users/2232137191524de3ab3f3ab600f2a096/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-010f4b8c-9a13-497f-9ac3-3dcfe53bb8ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:07,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd/users/2232137191524de3ab3f3ab600f2a096/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-010f4b8c-9a13-497f-9ac3-3dcfe53bb8ef 2018-12-12 14:32:07,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117944955826s 2018-12-12 14:32:07,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:07,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-431927cc-b646-4f80-9b7b-7cb6ce385964 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:32:07,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-431927cc-b646-4f80-9b7b-7cb6ce385964 2018-12-12 14:32:07,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790991783142s 2018-12-12 14:32:07,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:32:07,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-12 14:32:07,881 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10faf928-8e18-4fc2-b935-cb6c703b25fd Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e58760b478f84f508e781a39e02d522c", "links": {"self": "http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c"}, "name": "heat_stack_owner"}} 2018-12-12 14:32:07,881 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-10faf928-8e18-4fc2-b935-cb6c703b25fd 2018-12-12 14:32:07,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0959060192108s 2018-12-12 14:32:07,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:07,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b6c47e9-2b70-48ca-85da-7b10dd793eeb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c"}, "domain_id": null, "name": "heat_stack_owner", "id": "e58760b478f84f508e781a39e02d522c"}} 2018-12-12 14:32:07,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c used request id req-1b6c47e9-2b70-48ca-85da-7b10dd793eeb 2018-12-12 14:32:07,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:07,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:08,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a8efd0e-877b-46f1-bc4c-775f76417d15 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e58760b478f84f508e781a39e02d522c", "links": {"self": "http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c"}, "name": "heat_stack_owner"}]} 2018-12-12 14:32:08,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1a8efd0e-877b-46f1-bc4c-775f76417d15 2018-12-12 14:32:08,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807299613953s 2018-12-12 14:32:08,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:32:08,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:08,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-606169da-c081-4449-9d9d-2719bd3655b9 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:32:08,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-606169da-c081-4449-9d9d-2719bd3655b9 2018-12-12 14:32:08,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0802760124207s 2018-12-12 14:32:08,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:32:08,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:08,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc67530-ef5d-4119-9c0d-f41bbc157c6c Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "links": {"self": "http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096"}, "domain_id": "default", "enabled": true, "id": "2232137191524de3ab3f3ab600f2a096", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:32:08,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dcc67530-ef5d-4119-9c0d-f41bbc157c6c 2018-12-12 14:32:08,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0924308300018s 2018-12-12 14:32:08,214 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dcc67530-ef5d-4119-9c0d-f41bbc157c6c 2018-12-12 14:32:08,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:32:08,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:08,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89f9378-08e5-437f-adea-9f1f04fa5fdf Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd"}, "enabled": true, "id": "5c0c0b31097c49a2bcd7040772e955bd", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:32:08,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-a89f9378-08e5-437f-adea-9f1f04fa5fdf 2018-12-12 14:32:08,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0826299190521s 2018-12-12 14:32:08,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-a89f9378-08e5-437f-adea-9f1f04fa5fdf 2018-12-12 14:32:08,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:32:08,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=e58760b478f84f508e781a39e02d522c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:08,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-334d1f59-d205-45f8-98f4-50947fd066b4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=e58760b478f84f508e781a39e02d522c", "previous": null, "next": null}} 2018-12-12 14:32:08,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=2232137191524de3ab3f3ab600f2a096&scope.project.id=5c0c0b31097c49a2bcd7040772e955bd&role.id=e58760b478f84f508e781a39e02d522c used request id req-334d1f59-d205-45f8-98f4-50947fd066b4 2018-12-12 14:32:08,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0811989307404s 2018-12-12 14:32:08,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:32:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd/users/2232137191524de3ab3f3ab600f2a096/roles/e58760b478f84f508e781a39e02d522c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:08,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eef707e-70c7-4357-a861-41637dea0e53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:08,494 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd/users/2232137191524de3ab3f3ab600f2a096/roles/e58760b478f84f508e781a39e02d522c used request id req-8eef707e-70c7-4357-a861-41637dea0e53 2018-12-12 14:32:08,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.107351779938s 2018-12-12 14:32:08,495 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-12 14:32:08,495 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-12 14:32:08,495 - openstack_tests - INFO - OS Credentials = > 2018-12-12 14:32:08,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:08,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:08,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e58760b478f84f508e781a39e02d522c", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "1bfaa025c35b48aaa0540ad1883844e2", "name": "Member"}], "expires_at": "2018-12-12T15:32:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c0c0b31097c49a2bcd7040772e955bd", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "id": "2232137191524de3ab3f3ab600f2a096"}, "audit_ids": ["B57j-JZUR5SXxnHTwndz-A"], "issued_at": "2018-12-12T14:32:08.000000Z"}} 2018-12-12 14:32:08,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8cde427ff4a33112767e0da8b9ab087255dc2b" 2018-12-12 14:32:09,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3673862c-006e-406b-8576-f9323dc83b64 Date: Wed, 12 Dec 2018 14:32:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:32:09,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-3673862c-006e-406b-8576-f9323dc83b64 2018-12-12 14:32:09,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8cde427ff4a33112767e0da8b9ab087255dc2b" 2018-12-12 14:32:09,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-67d2500e-793f-40bd-be11-592096cc133a Date: Wed, 12 Dec 2018 14:32:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 14:32:09,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-67d2500e-793f-40bd-be11-592096cc133a 2018-12-12 14:32:09,431 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-12 14:32:09,432 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-12-12 14:32:09,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:09,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:09,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e58760b478f84f508e781a39e02d522c", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "1bfaa025c35b48aaa0540ad1883844e2", "name": "Member"}], "expires_at": "2018-12-12T15:32:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c0c0b31097c49a2bcd7040772e955bd", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "id": "2232137191524de3ab3f3ab600f2a096"}, "audit_ids": ["cgYU1-dORyaRIm7_3SC-qw"], "issued_at": "2018-12-12T14:32:09.000000Z"}} 2018-12-12 14:32:09,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e0bc2c6b05786a69bd2e613a4a64c9389b1749a" 2018-12-12 14:32:09,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f6d78a-df2e-4c67-8cc6-3919c1a13d56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:09,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b3f6d78a-df2e-4c67-8cc6-3919c1a13d56 2018-12-12 14:32:09,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:09,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:10,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e58760b478f84f508e781a39e02d522c", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "1bfaa025c35b48aaa0540ad1883844e2", "name": "Member"}], "expires_at": "2018-12-12T15:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c0c0b31097c49a2bcd7040772e955bd", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "id": "2232137191524de3ab3f3ab600f2a096"}, "audit_ids": ["9QEOr6rZR4avYMCquP_qBg"], "issued_at": "2018-12-12T14:32:10.000000Z"}} 2018-12-12 14:32:10,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:10,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-180e7f23-7473-4159-bac2-fbb0fa23c5cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:10,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-180e7f23-7473-4159-bac2-fbb0fa23c5cf 2018-12-12 14:32:10,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:32:10,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:32:10,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-c02af79e-abf9-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:10,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233882f3-e703-4a0a-b456-0c1480758ac7 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-c02af79e-abf9-41d-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 14:32:10,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-c02af79e-abf9-41d-proj used request id req-233882f3-e703-4a0a-b456-0c1480758ac7 2018-12-12 14:32:10,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:10,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2dc75c8-c19a-4756-ba18-34d6499f44f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:32:10,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a2dc75c8-c19a-4756-ba18-34d6499f44f0 2018-12-12 14:32:10,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}}' 2018-12-12 14:32:10,623 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:32:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d6dda0a-69d6-480c-a6bd-a851fe4e42d3 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}} 2018-12-12 14:32:10,623 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-9d6dda0a-69d6-480c-a6bd-a851fe4e42d3 2018-12-12 14:32:10,624 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-c02af79e-abf9-41d-proj 2018-12-12 14:32:10,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:10,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:11,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e58760b478f84f508e781a39e02d522c", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "1bfaa025c35b48aaa0540ad1883844e2", "name": "Member"}], "expires_at": "2018-12-12T15:32:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c0c0b31097c49a2bcd7040772e955bd", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "id": "2232137191524de3ab3f3ab600f2a096"}, "audit_ids": ["jetmPj-tRauQcE-JvwNAWw"], "issued_at": "2018-12-12T14:32:11.000000Z"}} 2018-12-12 14:32:11,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1016e42b50358fe18a7ed104c25c947f32d9b75c" 2018-12-12 14:32:11,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62d6cb13-93d8-4be6-ac65-cea4f986a8e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:11,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-62d6cb13-93d8-4be6-ac65-cea4f986a8e1 2018-12-12 14:32:11,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:32:11,195 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:32:11,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1016e42b50358fe18a7ed104c25c947f32d9b75c" 2018-12-12 14:32:11,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a124938-0588-4725-b71e-1ecd926c5f58 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "links": {"self": "http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096"}, "domain_id": "default", "enabled": true, "id": "2232137191524de3ab3f3ab600f2a096", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:32:11,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9a124938-0588-4725-b71e-1ecd926c5f58 2018-12-12 14:32:11,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-c02af79e-abf9-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1016e42b50358fe18a7ed104c25c947f32d9b75c" 2018-12-12 14:32:11,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ef2f2f0-118f-4042-8c5f-e6289adbca30 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-c02af79e-abf9-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}]} 2018-12-12 14:32:11,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-c02af79e-abf9-41d-proj used request id req-8ef2f2f0-118f-4042-8c5f-e6289adbca30 2018-12-12 14:32:11,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1016e42b50358fe18a7ed104c25c947f32d9b75c" 2018-12-12 14:32:11,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34d56133-b9a0-48bd-8531-79b471575b5d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 14:32:11,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-34d56133-b9a0-48bd-8531-79b471575b5d 2018-12-12 14:32:11,757 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-c02af79e-abf9-41d-user 2018-12-12 14:32:11,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:11,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:11,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e7c435f-b77d-4fd9-8c84-1667edf638db Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e58760b478f84f508e781a39e02d522c", "links": {"self": "http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c"}, "name": "heat_stack_owner"}]} 2018-12-12 14:32:11,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4e7c435f-b77d-4fd9-8c84-1667edf638db 2018-12-12 14:32:11,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" -d '{"role": {"name": "SimpleHealthCheck-c02af79e-abf9-41d-proj-role"}}' 2018-12-12 14:32:11,928 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:32:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50087f36-2697-4570-b199-ee407e9ceda2 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "31acb45684f94dbd851e55b25e06e85d", "links": {"self": "http://172.30.9.29:5000/v3/roles/31acb45684f94dbd851e55b25e06e85d"}, "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj-role"}} 2018-12-12 14:32:11,928 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-50087f36-2697-4570-b199-ee407e9ceda2 2018-12-12 14:32:11,929 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-c02af79e-abf9-41d-proj-role 2018-12-12 14:32:11,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/31acb45684f94dbd851e55b25e06e85d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:12,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd9f1f5e-60fa-4872-9d54-f4e8967f20fe Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/31acb45684f94dbd851e55b25e06e85d"}, "domain_id": null, "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj-role", "id": "31acb45684f94dbd851e55b25e06e85d"}} 2018-12-12 14:32:12,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/31acb45684f94dbd851e55b25e06e85d used request id req-fd9f1f5e-60fa-4872-9d54-f4e8967f20fe 2018-12-12 14:32:12,021 - keystone_utils - INFO - Granting role SimpleHealthCheck-c02af79e-abf9-41d-proj-role to project SimpleHealthCheck-c02af79e-abf9-41d-proj 2018-12-12 14:32:12,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96/users/8ee2df7d220842ec8205d7b3244e5d4b/roles/31acb45684f94dbd851e55b25e06e85d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:12,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-452a5c71-24d4-4332-a6fe-ebb8def31595 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:12,153 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96/users/8ee2df7d220842ec8205d7b3244e5d4b/roles/31acb45684f94dbd851e55b25e06e85d used request id req-452a5c71-24d4-4332-a6fe-ebb8def31595 2018-12-12 14:32:12,154 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:32:12,155 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 14:32:12,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:12,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:12,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31acb45684f94dbd851e55b25e06e85d", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj-role"}], "expires_at": "2018-12-12T15:32:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2186df59ee1c4122a54e13e0c3d87e96", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-c02af79e-abf9-41d-user", "id": "8ee2df7d220842ec8205d7b3244e5d4b"}, "audit_ids": ["NoU-eLVfQ-64VpaOY1hS2Q"], "issued_at": "2018-12-12T14:32:12.000000Z"}} 2018-12-12 14:32:12,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" 2018-12-12 14:32:12,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f79983-da10-49e1-8cf3-3a1a1f086fae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:12,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-49f79983-da10-49e1-8cf3-3a1a1f086fae 2018-12-12 14:32:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" 2018-12-12 14:32:12,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-2a45e284-0881-4674-9b94-b366b2e909d4 Date: Wed, 12 Dec 2018 14:32:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image"} 2018-12-12 14:32:12,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image used request id req-2a45e284-0881-4674-9b94-b366b2e909d4 2018-12-12 14:32:12,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" 2018-12-12 14:32:12,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-89f21e2e-2058-4291-9b0e-2abd58e15027 Date: Wed, 12 Dec 2018 14:32:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:32:12,955 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-89f21e2e-2058-4291-9b0e-2abd58e15027 2018-12-12 14:32:12,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image"}' 2018-12-12 14:32:13,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961 X-Openstack-Request-Id: req-ac7e9c57-47d7-46f0-8c2d-67126d5d0359 Date: Wed, 12 Dec 2018 14:32:13 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:32:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T14:32:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "min_disk": 0, "protected": false, "id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "file": "/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/file", "checksum": null, "owner": "2186df59ee1c4122a54e13e0c3d87e96", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:32:13,165 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ac7e9c57-47d7-46f0-8c2d-67126d5d0359 2018-12-12 14:32:13,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" -d '' 2018-12-12 14:32:15,054 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-48185d6f-dcb7-4a8d-a6ae-755d1821ce1e Date: Wed, 12 Dec 2018 14:32:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:32:15,054 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/file used request id req-48185d6f-dcb7-4a8d-a6ae-755d1821ce1e 2018-12-12 14:32:15,055 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:32:15,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" 2018-12-12 14:32:15,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d7b943fa-0538-4226-9d2b-7b91fd5995cb Date: Wed, 12 Dec 2018 14:32:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:32:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:32:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/snap", "metadata": {}}], "self": "/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "min_disk": 0, "protected": false, "id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "file": "/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2186df59ee1c4122a54e13e0c3d87e96", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:32:15,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961 used request id req-d7b943fa-0538-4226-9d2b-7b91fd5995cb 2018-12-12 14:32:15,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" 2018-12-12 14:32:15,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-63569b52-59db-4cab-b633-9a027ee89efa Date: Wed, 12 Dec 2018 14:32:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:32:15,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-63569b52-59db-4cab-b633-9a027ee89efa 2018-12-12 14:32:15,382 - create_image - INFO - Created image with name - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image 2018-12-12 14:32:15,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" 2018-12-12 14:32:15,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-b8dc8f21-69b5-4677-b7de-dfb5a9008ee1 Date: Wed, 12 Dec 2018 14:32:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:32:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:32:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/snap", "metadata": {}}], "self": "/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "min_disk": 0, "protected": false, "id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "file": "/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2186df59ee1c4122a54e13e0c3d87e96", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 14:32:15,402 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961 used request id req-b8dc8f21-69b5-4677-b7de-dfb5a9008ee1 2018-12-12 14:32:15,402 - create_image - DEBUG - Instance status is - active 2018-12-12 14:32:15,402 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image 2018-12-12 14:32:15,403 - create_image - INFO - Image is now active with name - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image 2018-12-12 14:32:15,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:15,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:15,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31acb45684f94dbd851e55b25e06e85d", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj-role"}], "expires_at": "2018-12-12T15:32:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2186df59ee1c4122a54e13e0c3d87e96", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-c02af79e-abf9-41d-user", "id": "8ee2df7d220842ec8205d7b3244e5d4b"}, "audit_ids": ["W_xYucVBQdCz9-v2qTdYpg"], "issued_at": "2018-12-12T14:32:15.000000Z"}} 2018-12-12 14:32:15,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" 2018-12-12 14:32:15,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab0b0001-70c8-4ff7-8057-3babe5cf8ec0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:15,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ab0b0001-70c8-4ff7-8057-3babe5cf8ec0 2018-12-12 14:32:15,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" 2018-12-12 14:32:15,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-33b98a8a-5a7d-4b8d-a2a0-f77a6e67772b Date: Wed, 12 Dec 2018 14:32:15 GMT RESP BODY: {"networks":[]} 2018-12-12 14:32:15,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net used request id req-33b98a8a-5a7d-4b8d-a2a0-f77a6e67772b 2018-12-12 14:32:15,982 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net 2018-12-12 14:32:15,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" -d '{"network": {"name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net", "admin_state_up": true}}' 2018-12-12 14:32:16,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c6502573-1bcb-492e-aac3-00aa292f33a6 Date: Wed, 12 Dec 2018 14:32:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c24488a8-84ee-4631-9647-250dfacaa3c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:32:16Z","is_default":false,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","mtu":1450}} 2018-12-12 14:32:16,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-c6502573-1bcb-492e-aac3-00aa292f33a6 2018-12-12 14:32:16,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" 2018-12-12 14:32:16,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-311e435b-d73c-4d36-af58-803d576cc162 Date: Wed, 12 Dec 2018 14:32:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T14:32:16Z","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"c24488a8-84ee-4631-9647-250dfacaa3c4","name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net"}]} 2018-12-12 14:32:16,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-311e435b-d73c-4d36-af58-803d576cc162 2018-12-12 14:32:16,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" 2018-12-12 14:32:16,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a370514-152c-45aa-9baf-fef8d620f1f3 Date: Wed, 12 Dec 2018 14:32:16 GMT RESP BODY: {"subnets":[]} 2018-12-12 14:32:16,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-6a370514-152c-45aa-9baf-fef8d620f1f3 2018-12-12 14:32:16,974 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet 2018-12-12 14:32:16,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" -d '{"subnets": [{"ip_version": 4, "network_id": "c24488a8-84ee-4631-9647-250dfacaa3c4", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]}' 2018-12-12 14:32:17,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-97c7f07d-7003-47aa-9268-b0d0f14a3c29 Date: Wed, 12 Dec 2018 14:32:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:17Z","dns_nameservers":[],"updated_at":"2018-12-12T14:32:17Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"243c0572-4319-4166-a365-ffef065858af","subnetpool_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]} 2018-12-12 14:32:17,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-97c7f07d-7003-47aa-9268-b0d0f14a3c29 2018-12-12 14:32:17,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" 2018-12-12 14:32:18,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-8132eea5-d081-473e-a34e-db2152d97347 Date: Wed, 12 Dec 2018 14:32: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":["243c0572-4319-4166-a365-ffef065858af"],"updated_at":"2018-12-12T14:32:17Z","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"c24488a8-84ee-4631-9647-250dfacaa3c4","name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net"}]} 2018-12-12 14:32:18,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-8132eea5-d081-473e-a34e-db2152d97347 2018-12-12 14:32:18,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" 2018-12-12 14:32:18,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4d27dadb-051e-43bc-a387-77957f69c9b3 Date: Wed, 12 Dec 2018 14:32:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:17Z","dns_nameservers":[],"updated_at":"2018-12-12T14:32:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"243c0572-4319-4166-a365-ffef065858af","subnetpool_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]} 2018-12-12 14:32:18,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-4d27dadb-051e-43bc-a387-77957f69c9b3 2018-12-12 14:32:18,381 - OpenStackNetwork - DEBUG - Network [c24488a8-84ee-4631-9647-250dfacaa3c4] created successfully 2018-12-12 14:32:18,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:18,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:18,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e58760b478f84f508e781a39e02d522c", "name": "heat_stack_owner"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "1bfaa025c35b48aaa0540ad1883844e2", "name": "Member"}], "expires_at": "2018-12-12T15:32:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c0c0b31097c49a2bcd7040772e955bd", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5c0c0b31097c49a2bcd7040772e955bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "id": "2232137191524de3ab3f3ab600f2a096"}, "audit_ids": ["_vxUW5_aRuyUxhvfcdi5cg"], "issued_at": "2018-12-12T14:32:18.000000Z"}} 2018-12-12 14:32:18,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d466367487f49059af930a061ea66467c543c1ea" 2018-12-12 14:32:18,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e379544-2743-4002-b918-d7c542f2076b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:18,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3e379544-2743-4002-b918-d7c542f2076b 2018-12-12 14:32:18,856 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:32:18,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d466367487f49059af930a061ea66467c543c1ea" 2018-12-12 14:32:19,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-ba406ef2-88ec-4b3d-b0eb-3d8e0733f563 x-compute-request-id: req-ba406ef2-88ec-4b3d-b0eb-3d8e0733f563 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 14:32:19,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ba406ef2-88ec-4b3d-b0eb-3d8e0733f563 2018-12-12 14:32:19,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d466367487f49059af930a061ea66467c543c1ea" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 14:32:19,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-aafabf17-5290-4377-b6f8-ccd290ebf84e x-compute-request-id: req-aafabf17-5290-4377-b6f8-ccd290ebf84e Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:32:19,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-aafabf17-5290-4377-b6f8-ccd290ebf84e 2018-12-12 14:32:19,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:19,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:19,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31acb45684f94dbd851e55b25e06e85d", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj-role"}], "expires_at": "2018-12-12T15:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2186df59ee1c4122a54e13e0c3d87e96", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-c02af79e-abf9-41d-user", "id": "8ee2df7d220842ec8205d7b3244e5d4b"}, "audit_ids": ["vykwztk-TWmeXbI8QjjKeQ"], "issued_at": "2018-12-12T14:32:19.000000Z"}} 2018-12-12 14:32:19,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:19,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aabcefdf-13b0-4b4b-b3a9-49f6d0cefb9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:19,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aabcefdf-13b0-4b4b-b3a9-49f6d0cefb9a 2018-12-12 14:32:19,545 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 14:32:19,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:19,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d74b4e38-2796-4035-9c5d-c8d8ea54acd9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:19,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d74b4e38-2796-4035-9c5d-c8d8ea54acd9 2018-12-12 14:32:19,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:19,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5b5f4ff2-35ac-402c-9046-60c772524e6f Date: Wed, 12 Dec 2018 14:32: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":["243c0572-4319-4166-a365-ffef065858af"],"updated_at":"2018-12-12T14:32:17Z","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"c24488a8-84ee-4631-9647-250dfacaa3c4","name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net"}]} 2018-12-12 14:32:19,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net used request id req-5b5f4ff2-35ac-402c-9046-60c772524e6f 2018-12-12 14:32:19,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:32:19,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:32:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:32:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:19,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bbb92a4-8f83-41ef-89a5-6228d7b157b4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}} 2018-12-12 14:32:19,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 used request id req-9bbb92a4-8f83-41ef-89a5-6228d7b157b4 2018-12-12 14:32:19,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:20,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7d27ed0c-51b9-4e51-934c-029afbff9e39 Date: Wed, 12 Dec 2018 14:32:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:17Z","dns_nameservers":[],"updated_at":"2018-12-12T14:32:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"243c0572-4319-4166-a365-ffef065858af","subnetpool_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]} 2018-12-12 14:32:20,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-7d27ed0c-51b9-4e51-934c-029afbff9e39 2018-12-12 14:32:20,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:20,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-af26dc69-556d-4759-910d-beeb4bbbaca6 Date: Wed, 12 Dec 2018 14:32:20 GMT RESP BODY: {"ports":[]} 2018-12-12 14:32:20,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1&admin_state_up=True used request id req-af26dc69-556d-4759-910d-beeb4bbbaca6 2018-12-12 14:32:20,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:20,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-6a755a57-b0ca-44a3-86f7-8d8f521bad87 x-compute-request-id: req-6a755a57-b0ca-44a3-86f7-8d8f521bad87 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 14:32:20,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst used request id req-6a755a57-b0ca-44a3-86f7-8d8f521bad87 2018-12-12 14:32:20,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:20,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-4eb01126-d441-4601-a1b6-dcfc3e647936 Date: Wed, 12 Dec 2018 14:32: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":["243c0572-4319-4166-a365-ffef065858af"],"updated_at":"2018-12-12T14:32:17Z","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"c24488a8-84ee-4631-9647-250dfacaa3c4","name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net"}]} 2018-12-12 14:32:20,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net used request id req-4eb01126-d441-4601-a1b6-dcfc3e647936 2018-12-12 14:32:20,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:20,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff0560d5-7960-4a4b-b815-d6deff20b04d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}} 2018-12-12 14:32:20,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 used request id req-ff0560d5-7960-4a4b-b815-d6deff20b04d 2018-12-12 14:32:20,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:21,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ab27d0e7-34f7-4142-b180-7970ac989de9 Date: Wed, 12 Dec 2018 14:32:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:17Z","dns_nameservers":[],"updated_at":"2018-12-12T14:32:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"243c0572-4319-4166-a365-ffef065858af","subnetpool_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]} 2018-12-12 14:32:21,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-ab27d0e7-34f7-4142-b180-7970ac989de9 2018-12-12 14:32:21,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:21,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4bd0850b-8d97-4bdc-990c-4c1ddb1a754a Date: Wed, 12 Dec 2018 14:32:21 GMT RESP BODY: {"ports":[]} 2018-12-12 14:32:21,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1&admin_state_up=True used request id req-4bd0850b-8d97-4bdc-990c-4c1ddb1a754a 2018-12-12 14:32:21,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 14:32:21,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:32:21,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31acb45684f94dbd851e55b25e06e85d", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj-role"}], "expires_at": "2018-12-12T15:32:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2186df59ee1c4122a54e13e0c3d87e96", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2186df59ee1c4122a54e13e0c3d87e96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-c02af79e-abf9-41d-user", "id": "8ee2df7d220842ec8205d7b3244e5d4b"}, "audit_ids": ["-O7Pf3OdSlWv1epmTQYc3A"], "issued_at": "2018-12-12T14:32:21.000000Z"}} 2018-12-12 14:32:21,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}610267e2f8bad35df835c98d468b0ccedf449f51" 2018-12-12 14:32:21,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd23543d-fccc-4a5e-acf1-71daa16b004b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:32:21,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fd23543d-fccc-4a5e-acf1-71daa16b004b 2018-12-12 14:32:21,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:21,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-0c33a199-e62f-4ea7-9869-c465ffe1c5e1 Date: Wed, 12 Dec 2018 14:32: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":["243c0572-4319-4166-a365-ffef065858af"],"updated_at":"2018-12-12T14:32:17Z","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"c24488a8-84ee-4631-9647-250dfacaa3c4","name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net"}]} 2018-12-12 14:32:21,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net used request id req-0c33a199-e62f-4ea7-9869-c465ffe1c5e1 2018-12-12 14:32:21,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:21,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-30084a21-34c6-438c-aac5-978155dd576f Date: Wed, 12 Dec 2018 14:32:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:17Z","dns_nameservers":[],"updated_at":"2018-12-12T14:32:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"243c0572-4319-4166-a365-ffef065858af","subnetpool_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]} 2018-12-12 14:32:21,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-30084a21-34c6-438c-aac5-978155dd576f 2018-12-12 14:32:21,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:22,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-386bec81-26dd-49cc-bd79-306c8280e57c Date: Wed, 12 Dec 2018 14:32: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":["243c0572-4319-4166-a365-ffef065858af"],"updated_at":"2018-12-12T14:32:17Z","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"c24488a8-84ee-4631-9647-250dfacaa3c4","name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net"}]} 2018-12-12 14:32:22,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net used request id req-386bec81-26dd-49cc-bd79-306c8280e57c 2018-12-12 14:32:22,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:32:22,204 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:32:22,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}610267e2f8bad35df835c98d468b0ccedf449f51" 2018-12-12 14:32:22,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bf0263d-d2e9-49a6-876a-7c28033724bb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}} 2018-12-12 14:32:22,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 used request id req-6bf0263d-d2e9-49a6-876a-7c28033724bb 2018-12-12 14:32:22,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:22,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e2de167e-a4cc-4661-ab51-3e34ccfd5c76 Date: Wed, 12 Dec 2018 14:32:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:17Z","dns_nameservers":[],"updated_at":"2018-12-12T14:32:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"243c0572-4319-4166-a365-ffef065858af","subnetpool_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]} 2018-12-12 14:32:22,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-e2de167e-a4cc-4661-ab51-3e34ccfd5c76 2018-12-12 14:32:22,492 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net 2018-12-12 14:32:22,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" -d '{"port": {"network_id": "c24488a8-84ee-4631-9647-250dfacaa3c4", "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1", "admin_state_up": true}}' 2018-12-12 14:32:23,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-a5c94685-70f3-455d-9c71-7769b86881b2 Date: Wed, 12 Dec 2018 14:32:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:32:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"243c0572-4319-4166-a365-ffef065858af","ip_address":"10.55.0.12"}],"id":"6f791390-26c1-454f-805c-c36d8ab04291","security_groups":["d121c91a-f57a-48cd-8f4f-8e43319ad1eb"],"mac_address":"fa:16:3e:98:fa:a0","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1","project_id":"2186df59ee1c4122a54e13e0c3d87e96","qos_policy_id":null,"admin_state_up":true,"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:22Z","binding:vnic_type":"normal"}} 2018-12-12 14:32:23,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-a5c94685-70f3-455d-9c71-7769b86881b2 2018-12-12 14:32:23,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:23,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-6a89365e-9ebd-4807-a7ee-f65be5d00cca Date: Wed, 12 Dec 2018 14:32:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["243c0572-4319-4166-a365-ffef065858af"],"updated_at":"2018-12-12T14:32:17Z","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"c24488a8-84ee-4631-9647-250dfacaa3c4","name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net"}]} 2018-12-12 14:32:23,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net used request id req-6a89365e-9ebd-4807-a7ee-f65be5d00cca 2018-12-12 14:32:23,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:23,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5afa7baf-17c6-4701-bc42-7ff8dd3ade60 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}} 2018-12-12 14:32:23,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 used request id req-5afa7baf-17c6-4701-bc42-7ff8dd3ade60 2018-12-12 14:32:23,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:23,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-786c6c6b-319e-45c5-9b71-c31379917c44 Date: Wed, 12 Dec 2018 14:32:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:17Z","dns_nameservers":[],"updated_at":"2018-12-12T14:32:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"243c0572-4319-4166-a365-ffef065858af","subnetpool_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]} 2018-12-12 14:32:23,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-786c6c6b-319e-45c5-9b71-c31379917c44 2018-12-12 14:32:23,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:24,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-3a4d84c9-0ec1-428d-b4bf-d1c975df1eba Date: Wed, 12 Dec 2018 14:32:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:32:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"243c0572-4319-4166-a365-ffef065858af","ip_address":"10.55.0.12"}],"id":"6f791390-26c1-454f-805c-c36d8ab04291","security_groups":["d121c91a-f57a-48cd-8f4f-8e43319ad1eb"],"mac_address":"fa:16:3e:98:fa:a0","project_id":"2186df59ee1c4122a54e13e0c3d87e96","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1","admin_state_up":true,"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:22Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 14:32:24,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1&admin_state_up=True used request id req-3a4d84c9-0ec1-428d-b4bf-d1c975df1eba 2018-12-12 14:32:24,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:24,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d576ace-e618-40c3-9e11-fffb88ccf7fb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}} 2018-12-12 14:32:24,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 used request id req-7d576ace-e618-40c3-9e11-fffb88ccf7fb 2018-12-12 14:32:24,088 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst 2018-12-12 14:32:24,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:24,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-4f11dc73-ce7a-4b5d-aa51-f9b6db841259 x-compute-request-id: req-4f11dc73-ce7a-4b5d-aa51-f9b6db841259 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}], "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-flavor-name"}]} 2018-12-12 14:32:24,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4f11dc73-ce7a-4b5d-aa51-f9b6db841259 2018-12-12 14:32:24,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:24,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-f7f4f4ca-8eaf-4751-822f-d9911ea5569d x-compute-request-id: req-f7f4f4ca-8eaf-4751-822f-d9911ea5569d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:32:24,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3 used request id req-f7f4f4ca-8eaf-4751-822f-d9911ea5569d 2018-12-12 14:32:24,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:24,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-e328bc1b-f859-4492-82d8-d90ff6553861 Date: Wed, 12 Dec 2018 14:32:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T14:32:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T14:32:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/snap", "metadata": {}}], "self": "/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "min_disk": 0, "protected": false, "id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "file": "/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2186df59ee1c4122a54e13e0c3d87e96", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image"} 2018-12-12 14:32:24,343 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image used request id req-e328bc1b-f859-4492-82d8-d90ff6553861 2018-12-12 14:32:24,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:24,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-547bb9df-339c-41c2-8556-ad82672012d3 Date: Wed, 12 Dec 2018 14:32:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 14:32:24,492 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-547bb9df-339c-41c2-8556-ad82672012d3 2018-12-12 14:32:24,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" -d '{"server": {"name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "imageRef": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "flavorRef": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "max_count": 1, "min_count": 1, "networks": [{"port": "6f791390-26c1-454f-805c-c36d8ab04291"}]}}' 2018-12-12 14:32:26,239 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:32: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-1b913850-e259-4f37-b9f8-b23177b9781e x-compute-request-id: req-1b913850-e259-4f37-b9f8-b23177b9781e Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "adminPass": "yZLg59hV6tLC"}} 2018-12-12 14:32:26,239 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-1b913850-e259-4f37-b9f8-b23177b9781e 2018-12-12 14:32:26,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:26,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-f094ef25-86e8-4e51-bdd6-9a55c969192b x-compute-request-id: req-f094ef25-86e8-4e51-bdd6-9a55c969192b Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "image": {"id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "links": [{"href": "http://172.30.9.29:8774/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}]}, "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "user_id": "8ee2df7d220842ec8205d7b3244e5d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:32:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "created": "2018-12-12T14:32:26Z", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:32:26,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-f094ef25-86e8-4e51-bdd6-9a55c969192b 2018-12-12 14:32:26,995 - create_instance - INFO - Created instance with name - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst 2018-12-12 14:32:26,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:27,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-e5bce3a9-d6e8-4a9f-b2de-5b10793b724f x-compute-request-id: req-e5bce3a9-d6e8-4a9f-b2de-5b10793b724f Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "image": {"id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "links": [{"href": "http://172.30.9.29:8774/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}]}, "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "user_id": "8ee2df7d220842ec8205d7b3244e5d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:32:26Z", "hostId": "f16feeb16af381671b26e055cf744ad62e5063e9bda52d4de918b700", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "created": "2018-12-12T14:32:26Z", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:32:27,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-e5bce3a9-d6e8-4a9f-b2de-5b10793b724f 2018-12-12 14:32:27,393 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst] is - BUILD 2018-12-12 14:32:27,393 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:32:30,396 - create_instance - DEBUG - VM status query timeout in 896.598901033 2018-12-12 14:32:30,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:31,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcdb70ed-93c4-4d6f-8d15-42808e61201f x-compute-request-id: req-bcdb70ed-93c4-4d6f-8d15-42808e61201f 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.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "image": {"id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "links": [{"href": "http://172.30.9.29:8774/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}]}, "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "security_groups": [{"name": "default"}], "user_id": "8ee2df7d220842ec8205d7b3244e5d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:32:27Z", "hostId": "f16feeb16af381671b26e055cf744ad62e5063e9bda52d4de918b700", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "created": "2018-12-12T14:32:26Z", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:32:31,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-bcdb70ed-93c4-4d6f-8d15-42808e61201f 2018-12-12 14:32:31,160 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst] is - BUILD 2018-12-12 14:32:31,160 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:32:34,163 - create_instance - DEBUG - VM status query timeout in 892.832100153 2018-12-12 14:32:34,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:34,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49797f42-e8cf-472e-b2cc-ab56a0f03c5d x-compute-request-id: req-49797f42-e8cf-472e-b2cc-ab56a0f03c5d Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fa:a0", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "image": {"id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "links": [{"href": "http://172.30.9.29:8774/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:32:31.000000", "flavor": {"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}]}, "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "security_groups": [{"name": "default"}], "user_id": "8ee2df7d220842ec8205d7b3244e5d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:32:32Z", "hostId": "f16feeb16af381671b26e055cf744ad62e5063e9bda52d4de918b700", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "created": "2018-12-12T14:32:26Z", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:32:34,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-49797f42-e8cf-472e-b2cc-ab56a0f03c5d 2018-12-12 14:32:34,783 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst] is - ACTIVE 2018-12-12 14:32:34,783 - create_instance - INFO - VM is - ACTIVE 2018-12-12 14:32:34,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:35,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13178009-d079-4500-ac28-0cbdbbcdec79 x-compute-request-id: req-13178009-d079-4500-ac28-0cbdbbcdec79 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fa:a0", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "image": {"id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "links": [{"href": "http://172.30.9.29:8774/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:32:31.000000", "flavor": {"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}]}, "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "security_groups": [{"name": "default"}], "user_id": "8ee2df7d220842ec8205d7b3244e5d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:32:32Z", "hostId": "f16feeb16af381671b26e055cf744ad62e5063e9bda52d4de918b700", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "created": "2018-12-12T14:32:26Z", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:32:35,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-13178009-d079-4500-ac28-0cbdbbcdec79 2018-12-12 14:32:35,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:35,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-225318a4-b334-4585-adcc-8b6875565283 Date: Wed, 12 Dec 2018 14:32:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["243c0572-4319-4166-a365-ffef065858af"],"updated_at":"2018-12-12T14:32:17Z","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"c24488a8-84ee-4631-9647-250dfacaa3c4","name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net"}]} 2018-12-12 14:32:35,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net used request id req-225318a4-b334-4585-adcc-8b6875565283 2018-12-12 14:32:35,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:35,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb061a3-aec8-49f2-a6a4-1286ddc63603 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}} 2018-12-12 14:32:35,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 used request id req-bcb061a3-aec8-49f2-a6a4-1286ddc63603 2018-12-12 14:32:35,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:35,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2752cab9-d342-4981-a75c-8242d8293015 Date: Wed, 12 Dec 2018 14:32:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:17Z","dns_nameservers":[],"updated_at":"2018-12-12T14:32:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2186df59ee1c4122a54e13e0c3d87e96","id":"243c0572-4319-4166-a365-ffef065858af","subnetpool_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet"}]} 2018-12-12 14:32:35,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-2752cab9-d342-4981-a75c-8242d8293015 2018-12-12 14:32:35,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:35,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-f9e3cf31-b340-4366-b866-235c5302ce7e Date: Wed, 12 Dec 2018 14:32:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:32:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"243c0572-4319-4166-a365-ffef065858af","ip_address":"10.55.0.2"}],"id":"128e7414-8bf2-4829-929e-4162f599311d","security_groups":[],"mac_address":"fa:16:3e:1c:4f:53","project_id":"2186df59ee1c4122a54e13e0c3d87e96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c24488a8-84ee-4631-9647-250dfacaa3c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:32:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"243c0572-4319-4166-a365-ffef065858af","ip_address":"10.55.0.4"}],"id":"38815c83-98d8-472b-a817-c0368badb287","security_groups":[],"mac_address":"fa:16:3e:06:7d:28","project_id":"2186df59ee1c4122a54e13e0c3d87e96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c24488a8-84ee-4631-9647-250dfacaa3c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:32:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"243c0572-4319-4166-a365-ffef065858af","ip_address":"10.55.0.12"}],"id":"6f791390-26c1-454f-805c-c36d8ab04291","security_groups":["d121c91a-f57a-48cd-8f4f-8e43319ad1eb"],"mac_address":"fa:16:3e:98:fa:a0","project_id":"2186df59ee1c4122a54e13e0c3d87e96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1","admin_state_up":true,"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:22Z","binding:vnic_type":"normal","device_id":"7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:32:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"243c0572-4319-4166-a365-ffef065858af","ip_address":"10.55.0.3"}],"id":"93da5518-54de-4923-84c5-aa9d4e40f86c","security_groups":[],"mac_address":"fa:16:3e:36:be:df","project_id":"2186df59ee1c4122a54e13e0c3d87e96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c24488a8-84ee-4631-9647-250dfacaa3c4","tenant_id":"2186df59ee1c4122a54e13e0c3d87e96","created_at":"2018-12-12T14:32:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c24488a8-84ee-4631-9647-250dfacaa3c4"}]} 2018-12-12 14:32:35,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-f9e3cf31-b340-4366-b866-235c5302ce7e 2018-12-12 14:32:35,874 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2018-12-12 14:32:35,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:36,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-efcb9616-46e8-454a-a6da-71f7cc8ebfbd x-compute-request-id: req-efcb9616-46e8-454a-a6da-71f7cc8ebfbd Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fa:a0", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "image": {"id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "links": [{"href": "http://172.30.9.29:8774/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:32:31.000000", "flavor": {"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}]}, "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "security_groups": [{"name": "default"}], "user_id": "8ee2df7d220842ec8205d7b3244e5d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:32:32Z", "hostId": "f16feeb16af381671b26e055cf744ad62e5063e9bda52d4de918b700", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "created": "2018-12-12T14:32:26Z", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:32:36,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-efcb9616-46e8-454a-a6da-71f7cc8ebfbd 2018-12-12 14:32:36,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 14:32:37,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-88da67b7-aee3-4f80-bfd3-cdfc96300153 x-compute-request-id: req-88da67b7-aee3-4f80-bfd3-cdfc96300153 Content-Encoding: gzip Content-Length: 9408 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 520715961 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.126631] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128257] pid_max: default: 32768 minimum: 301\n[ 0.129138] ACPI: Core revision 20150930\n[ 0.130509] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131797] Security Framework initialized\n[ 0.132601] Yama: becoming mindful.\n[ 0.133321] AppArmor: AppArmor initialized\n[ 0.134172] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135444] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136684] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137855] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139193] Initializing cgroup subsys io\n[ 0.140001] Initializing cgroup subsys memory\n[ 0.140848] Initializing cgroup subsys devices\n[ 0.141716] Initializing cgroup subsys freezer\n[ 0.142573] Initializing cgroup subsys net_cls\n[ 0.143423] Initializing cgroup subsys perf_event\n[ 0.144324] Initializing cgroup subsys net_prio\n[ 0.145198] Initializing cgroup subsys hugetlb\n[ 0.146085] Initializing cgroup subsys pids\n[ 0.146959] CPU: Physical Processor ID: 0\n[ 0.148442] mce: CPU supports 10 MCE banks\n[ 0.149283] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150279] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160940] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167308] ftrace: allocating 31920 entries in 125 pages\n[ 0.193458] smpboot: Max logical packages: 1\n[ 0.194320] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195653] x2apic enabled\n[ 0.196449] Switched APIC routing to physical x2apic.\n[ 0.198191] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199297] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201275] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203043] KVM setup paravirtual spinlock\n[ 0.204320] x86: Booted up 1 node, 1 CPUs\n[ 0.205120] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206494] devtmpfs: initialized\n[ 0.208189] evm: security.selinux\n[ 0.208886] evm: security.SMACK64\n[ 0.209570] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211101] evm: security.SMACK64MMAP\n[ 0.211834] evm: security.ima\n[ 0.212467] evm: security.capability\n[ 0.213262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215082] pinctrl core: initialized pinctrl subsystem\n[ 0.216167] RTC time: 14:32:32, date: 12/12/18\n[ 0.217116] NET: Registered protocol family 16\n[ 0.218083] cpuidle: using governor ladder\n[ 0.218903] cpuidle: using governor menu\n[ 0.219683] PCCT header not found.\n[ 0.220418] ACPI: bus type PCI registered\n[ 0.221214] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222444] PCI: Using configuration type 1 for base access\n[ 0.224182] ACPI: Added _OSI(Module Device)\n[ 0.225018] ACPI: Added _OSI(Processor Device)\n[ 0.225876] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226764] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228863] ACPI: Interpreter enabled\n[ 0.229622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231451] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235101] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236923] ACPI: (supports S0 S5)\n[ 0.237620] ACPI: Using IOAPIC for interrupt routing\n[ 0.238564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242775] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243999] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247370] acpiphp: Slot [3] registered\n[ 0.248163] acpiphp: Slot [4] registered\n[ 0.248952] acpiphp: Slot [5] registered\n[ 0.249747] acpiphp: Slot [6] registered\n[ 0.250537] acpiphp: Slot [7] registered\n[ 0.251320] acpiphp: Slot [8] registered\n[ 0.252111] acpiphp: Slot [9] registered\n[ 0.252912] acpiphp: Slot [10] registered\n[ 0.253715] acpiphp: Slot [11] registered\n[ 0.254529] acpiphp: Slot [12] registered\n[ 0.255333] acpiphp: Slot [13] registered\n[ 0.256135] acpiphp: Slot [14] registered\n[ 0.256938] acpiphp: Slot [15] registered\n[ 0.267905] acpiphp: Slot [16] registered\n[ 0.268715] acpiphp: Slot [17] registered\n[ 0.269519] acpiphp: Slot [18] registered\n[ 0.270316] acpiphp: Slot [19] registered\n[ 0.271117] acpiphp: Slot [20] registered\n[ 0.271923] acpiphp: Slot [21] registered\n[ 0.272723] acpiphp: Slot [22] registered\n[ 0.273523] acpiphp: Slot [23] registered\n[ 0.274322] acpiphp: Slot [24] registered\n[ 0.275142] acpiphp: Slot [25] registered\n[ 0.275952] acpiphp: Slot [26] registered\n[ 0.276756] acpiphp: Slot [27] registered\n[ 0.277557] acpiphp: Slot [28] registered\n[ 0.278355] acpiphp: Slot [29] registered\n[ 0.279159] acpiphp: Slot [30] registered\n[ 0.279971] acpiphp: Slot [31] registered\n[ 0.280769] PCI host bridge to bus 0000:00\n[ 0.281570] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282764] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283968] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285402] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.286830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293104] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294372] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296785] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303055] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304473] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352385] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353812] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357837] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358987] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360032] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361562] vgaarb: loaded\n[ 0.362162] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363291] SCSI subsystem initialized\n[ 0.364111] ACPI: bus type USB registered\n[ 0.364922] usbcore: registered new interface driver usbfs\n[ 0.365938] usbcore: registered new interface driver hub\n[ 0.366941] usbcore: registered new device driver usb\n[ 0.367987] PCI: Using ACPI for IRQ routing\n[ 0.369012] NetLabel: Initializing\n[ 0.369724] NetLabel: domain hash size = 128\n[ 0.370570] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371518] NetLabel: unlabeled traffic allowed by default\n[ 0.372602] clocksource: Switched to clocksource kvm-clock\n[ 0.377880] AppArmor: AppArmor Filesystem Enabled\n[ 0.378840] pnp: PnP ACPI init\n[ 0.379743] pnp: PnP ACPI: found 5 devices\n[ 0.385788] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387476] NET: Registered protocol family 2\n[ 0.388430] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.389686] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.390836] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.391981] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394203] NET: Registered protocol family 1\n[ 0.395063] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396142] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397201] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411552] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425737] Trying to unpack rootfs image as initramfs...\n[ 0.475642] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.489831] Scanning for low memory corruption every 60 seconds\n[ 0.491136] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492270] audit: initializing netlink subsys (disabled)\n[ 0.493291] audit: type=2000 audit(1544625152.743:1): initialized\n[ 0.494584] Initialise system trusted keyring\n[ 0.495495] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496644] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498605] zbud: loaded\n[ 0.499296] VFS: Disk quotas dquot_6.6.0\n[ 0.500104] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501603] fuse init (API version 7.23)\n[ 0.502470] Key type big_key registered\n[ 0.503261] Allocating IMA MOK and blacklist keyrings.\n[ 0.504354] Key type asymmetric registered\n[ 0.505174] Asymmetric key parser 'x509' registered\n[ 0.506118] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507569] io scheduler noop registered\n[ 0.508349] io scheduler deadline registered (default)\n[ 0.509331] io scheduler cfq registered\n[ 0.510159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511193] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513871] ACPI: Power Button [PWRF]\n[ 0.514701] GHES: HEST is not enabled!\n[ 0.528365] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558572] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561047] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585108] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587243] Linux agpgart interface v0.103\n[ 0.589693] brd: module loaded\n[ 0.590870] loop: module loaded\n[ 0.595098] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596549] GPT:90111 != 20971519\n[ 0.597239] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598323] GPT:90111 != 20971519\n[ 0.599017] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599975] vda: vda1 vda15\n[ 0.601379] scsi host0: ata_piix\n[ 0.602126] scsi host1: ata_piix\n[ 0.602842] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605477] libphy: Fixed MDIO Bus: probed\n[ 0.606291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607232] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609753] PPP generic driver version 2.4.2\n[ 0.610640] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611867] ehci-pci: EHCI PCI platform driver\n[ 0.612741] ehci-platform: EHCI generic platform driver\n[ 0.613723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614841] ohci-pci: OHCI PCI platform driver\n[ 0.615699] ohci-platform: OHCI generic platform driver\n[ 0.616685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632004] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636777] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638181] usb usb1: Product: UHCI Host Controller\n[ 0.639107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641230] hub 1-0:1.0: USB hub found\n[ 0.642009] hub 1-0:1.0: 2 ports detected\n[ 0.642904] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645011] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646975] mousedev: PS/2 mouse device common for all mice\n[ 0.648211] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650039] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651135] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652317] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653506] i2c /dev entries driver\n[ 0.654261] device-mapper: uevent: version 1.0.3\n[ 0.655188] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656810] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658081] NET: Registered protocol family 10\n[ 0.659072] NET: Registered protocol family 17\n[ 0.659956] Key type dns_resolver registered\n[ 0.660886] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661973] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663710] registered taskstats version 1\n[ 0.664532] Loading compiled-in X.509 certificates\n[ 0.665975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667815] zswap: loaded using pool lzo/zbud\n[ 0.669188] Key type trusted registered\n[ 0.670743] Key type encrypted registered\n[ 0.671562] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672586] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673630] evm: HMAC attrs: 0x1\n[ 0.674575] Magic number: 14:899:535\n[ 0.675346] bdi 1:13: hash matches\n[ 0.676059] tty ttyS15: hash matches\n[ 0.676880] rtc_cmos 00:00: setting system clock to 2018-12-12 14:32:32 UTC (1544625152)\n[ 0.678463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679577] EDD information not available.\n[ 0.761702] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773656] Write protecting the kernel read-only data: 14336k\n[ 0.775234] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777027] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.821649] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.12...\nLease of 10.55.0.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.60. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC9LV8oqWEV0uk6F3sCLo1gOTQtl7dGQQy3fd4wzj4OzO1o8a8si1vIQcdQTGm5oNTcwgNVsB3VTF5OjWzRqditdI4y0PFsibla99WwZYju2j1fIpgaF/VBiV1VU4pbH3fUnDYz7qws25kktqH1CAfPu1lQBPPpUX0snV0glarIhITTmlKuyI+oD3UQ+YUQobdKn2motylsiMmrr3w3f6NY++QU1k3lXBIQLD/eBunvsDzZWrelzW0MZeI1engzy8tMzzIkpoFim/jsWryK48yvRoFfXAyFYzH6dcwesY8shERqq8LHf//6yLgsxExDsIOHZ+gG+b8DwEb4jO4V7ZYh root@simplehealthcheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAP3yed3ZlPh0CMDOMEeRnHdtbSvikcVE0NTrcqrHJhnmqcrST9VupVN3RlB5akvzpoFa0UFTmLwSR0eDYHJteKDCJ/gHRyXvdfQ7AcAhQXvEHLAGf8wxqr0u9l0pUB/NtMyUNa+I9nbRWm8COyHPUcl9zhXFWDqdO69uLQHoP17BAAAAFQCWoosnRxlp9W5DydJX6yJi9QpfOwAAAIEAiA0RN7WpiqI2V2IyZgJ7xyANKWzJDx91z721SbYRzb8jruPZkzX1nrCxF07buX9yjUY4lty6dcMeH3MGs0l02Pg1dYARKr7H+pcSpDJnsFaoazZ9ZUso51kae5hWdJd3mes0j6qIkjjGRmBdzzOro6p2D1vPiFz6spWNc/RcrNEAAACACikSdhEPCC9NRGG057BzIoi+Wy7fzsJppIDJ/R9QYyjRbUbQNli4cEYpmyXUC6iYBvjqIjKulkXrack70VzZfe7xxfXxnzXUnQsqKZTN6WKXMNzuAVmN/+oo8TNTfMUYV2Bunfa0mIaAcswLmxOp/VoFhbtoUwCtBxs/LPoZqLU= root@simplehealthcheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.12,24,fe80::f816:3eff:fe98:faa0/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.12 \nip-route:169.254.169.254 via 10.55.0.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.90 ===\n"} 2018-12-12 14:32:37,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab/action used request id req-88da67b7-aee3-4f80-bfd3-cdfc96300153 2018-12-12 14:32:37,683 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 14:32:37,683 - 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 520715961 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.126631] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128257] pid_max: default: 32768 minimum: 301 [ 0.129138] ACPI: Core revision 20150930 [ 0.130509] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131797] Security Framework initialized [ 0.132601] Yama: becoming mindful. [ 0.133321] AppArmor: AppArmor initialized [ 0.134172] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135444] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136684] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137855] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139193] Initializing cgroup subsys io [ 0.140001] Initializing cgroup subsys memory [ 0.140848] Initializing cgroup subsys devices [ 0.141716] Initializing cgroup subsys freezer [ 0.142573] Initializing cgroup subsys net_cls [ 0.143423] Initializing cgroup subsys perf_event [ 0.144324] Initializing cgroup subsys net_prio [ 0.145198] Initializing cgroup subsys hugetlb [ 0.146085] Initializing cgroup subsys pids [ 0.146959] CPU: Physical Processor ID: 0 [ 0.148442] mce: CPU supports 10 MCE banks [ 0.149283] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150279] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160940] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.167308] ftrace: allocating 31920 entries in 125 pages [ 0.193458] smpboot: Max logical packages: 1 [ 0.194320] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195653] x2apic enabled [ 0.196449] Switched APIC routing to physical x2apic. [ 0.198191] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.199297] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201275] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203043] KVM setup paravirtual spinlock [ 0.204320] x86: Booted up 1 node, 1 CPUs [ 0.205120] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.206494] devtmpfs: initialized [ 0.208189] evm: security.selinux [ 0.208886] evm: security.SMACK64 [ 0.209570] evm: security.SMACK64EXEC [ 0.210300] evm: security.SMACK64TRANSMUTE [ 0.211101] evm: security.SMACK64MMAP [ 0.211834] evm: security.ima [ 0.212467] evm: security.capability [ 0.213262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215082] pinctrl core: initialized pinctrl subsystem [ 0.216167] RTC time: 14:32:32, date: 12/12/18 [ 0.217116] NET: Registered protocol family 16 [ 0.218083] cpuidle: using governor ladder [ 0.218903] cpuidle: using governor menu [ 0.219683] PCCT header not found. [ 0.220418] ACPI: bus type PCI registered [ 0.221214] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.222444] PCI: Using configuration type 1 for base access [ 0.224182] ACPI: Added _OSI(Module Device) [ 0.225018] ACPI: Added _OSI(Processor Device) [ 0.225876] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226764] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228863] ACPI: Interpreter enabled [ 0.229622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.231451] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235101] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236923] ACPI: (supports S0 S5) [ 0.237620] ACPI: Using IOAPIC for interrupt routing [ 0.238564] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.241646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.242775] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243999] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245184] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247370] acpiphp: Slot [3] registered [ 0.248163] acpiphp: Slot [4] registered [ 0.248952] acpiphp: Slot [5] registered [ 0.249747] acpiphp: Slot [6] registered [ 0.250537] acpiphp: Slot [7] registered [ 0.251320] acpiphp: Slot [8] registered [ 0.252111] acpiphp: Slot [9] registered [ 0.252912] acpiphp: Slot [10] registered [ 0.253715] acpiphp: Slot [11] registered [ 0.254529] acpiphp: Slot [12] registered [ 0.255333] acpiphp: Slot [13] registered [ 0.256135] acpiphp: Slot [14] registered [ 0.256938] acpiphp: Slot [15] registered [ 0.267905] acpiphp: Slot [16] registered [ 0.268715] acpiphp: Slot [17] registered [ 0.269519] acpiphp: Slot [18] registered [ 0.270316] acpiphp: Slot [19] registered [ 0.271117] acpiphp: Slot [20] registered [ 0.271923] acpiphp: Slot [21] registered [ 0.272723] acpiphp: Slot [22] registered [ 0.273523] acpiphp: Slot [23] registered [ 0.274322] acpiphp: Slot [24] registered [ 0.275142] acpiphp: Slot [25] registered [ 0.275952] acpiphp: Slot [26] registered [ 0.276756] acpiphp: Slot [27] registered [ 0.277557] acpiphp: Slot [28] registered [ 0.278355] acpiphp: Slot [29] registered [ 0.279159] acpiphp: Slot [30] registered [ 0.279971] acpiphp: Slot [31] registered [ 0.280769] PCI host bridge to bus 0000:00 [ 0.281570] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282764] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283968] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285402] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.286830] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.293104] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294372] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296785] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.303055] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304473] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352385] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353812] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357837] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358987] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360032] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361562] vgaarb: loaded [ 0.362162] vgaarb: bridge control possible 0000:00:02.0 [ 0.363291] SCSI subsystem initialized [ 0.364111] ACPI: bus type USB registered [ 0.364922] usbcore: registered new interface driver usbfs [ 0.365938] usbcore: registered new interface driver hub [ 0.366941] usbcore: registered new device driver usb [ 0.367987] PCI: Using ACPI for IRQ routing [ 0.369012] NetLabel: Initializing [ 0.369724] NetLabel: domain hash size = 128 [ 0.370570] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371518] NetLabel: unlabeled traffic allowed by default [ 0.372602] clocksource: Switched to clocksource kvm-clock [ 0.377880] AppArmor: AppArmor Filesystem Enabled [ 0.378840] pnp: PnP ACPI init [ 0.379743] pnp: PnP ACPI: found 5 devices [ 0.385788] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387476] NET: Registered protocol family 2 [ 0.388430] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.389686] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.390836] TCP: Hash tables configured (established 2048 bind 2048) [ 0.391981] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394203] NET: Registered protocol family 1 [ 0.395063] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396142] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397201] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411552] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425737] Trying to unpack rootfs image as initramfs... [ 0.475642] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.489831] Scanning for low memory corruption every 60 seconds [ 0.491136] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492270] audit: initializing netlink subsys (disabled) [ 0.493291] audit: type=2000 audit(1544625152.743:1): initialized [ 0.494584] Initialise system trusted keyring [ 0.495495] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496644] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498605] zbud: loaded [ 0.499296] VFS: Disk quotas dquot_6.6.0 [ 0.500104] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501603] fuse init (API version 7.23) [ 0.502470] Key type big_key registered [ 0.503261] Allocating IMA MOK and blacklist keyrings. [ 0.504354] Key type asymmetric registered [ 0.505174] Asymmetric key parser 'x509' registered [ 0.506118] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507569] io scheduler noop registered [ 0.508349] io scheduler deadline registered (default) [ 0.509331] io scheduler cfq registered [ 0.510159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511193] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513871] ACPI: Power Button [PWRF] [ 0.514701] GHES: HEST is not enabled! [ 0.528365] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.558572] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.561047] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585108] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587243] Linux agpgart interface v0.103 [ 0.589693] brd: module loaded [ 0.590870] loop: module loaded [ 0.595098] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596549] GPT:90111 != 20971519 [ 0.597239] GPT:Alternate GPT header not at the end of the disk. [ 0.598323] GPT:90111 != 20971519 [ 0.599017] GPT: Use GNU Parted to correct GPT errors. [ 0.599975] vda: vda1 vda15 [ 0.601379] scsi host0: ata_piix [ 0.602126] scsi host1: ata_piix [ 0.602842] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.604047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605477] libphy: Fixed MDIO Bus: probed [ 0.606291] tun: Universal TUN/TAP device driver, 1.6 [ 0.607232] tun: (C) 1999-2004 Max Krasnyansky [ 0.609753] PPP generic driver version 2.4.2 [ 0.610640] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611867] ehci-pci: EHCI PCI platform driver [ 0.612741] ehci-platform: EHCI generic platform driver [ 0.613723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.614841] ohci-pci: OHCI PCI platform driver [ 0.615699] ohci-platform: OHCI generic platform driver [ 0.616685] uhci_hcd: USB Universal Host Controller Interface driver [ 0.631016] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.632004] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.633440] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.634461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.635568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.636777] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.638181] usb usb1: Product: UHCI Host Controller [ 0.639107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.640233] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641230] hub 1-0:1.0: USB hub found [ 0.642009] hub 1-0:1.0: 2 ports detected [ 0.642904] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.645011] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.645957] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.646975] mousedev: PS/2 mouse device common for all mice [ 0.648211] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.650039] rtc_cmos 00:00: RTC can wake from S4 [ 0.651135] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.652317] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653506] i2c /dev entries driver [ 0.654261] device-mapper: uevent: version 1.0.3 [ 0.655188] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.656810] ledtrig-cpu: registered to indicate activity on CPUs [ 0.658081] NET: Registered protocol family 10 [ 0.659072] NET: Registered protocol family 17 [ 0.659956] Key type dns_resolver registered [ 0.660886] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.661973] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.663710] registered taskstats version 1 [ 0.664532] Loading compiled-in X.509 certificates [ 0.665975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.667815] zswap: loaded using pool lzo/zbud [ 0.669188] Key type trusted registered [ 0.670743] Key type encrypted registered [ 0.671562] AppArmor: AppArmor sha1 policy hashing enabled [ 0.672586] ima: No TPM chip found, activating TPM-bypass! [ 0.673630] evm: HMAC attrs: 0x1 [ 0.674575] Magic number: 14:899:535 [ 0.675346] bdi 1:13: hash matches [ 0.676059] tty ttyS15: hash matches [ 0.676880] rtc_cmos 00:00: setting system clock to 2018-12-12 14:32:32 UTC (1544625152) [ 0.678463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.679577] EDD information not available. [ 0.761702] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773656] Write protecting the kernel read-only data: 14336k [ 0.775234] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.777027] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.821649] 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.44 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.12... Lease of 10.55.0.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.60. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC9LV8oqWEV0uk6F3sCLo1gOTQtl7dGQQy3fd4wzj4OzO1o8a8si1vIQcdQTGm5oNTcwgNVsB3VTF5OjWzRqditdI4y0PFsibla99WwZYju2j1fIpgaF/VBiV1VU4pbH3fUnDYz7qws25kktqH1CAfPu1lQBPPpUX0snV0glarIhITTmlKuyI+oD3UQ+YUQobdKn2motylsiMmrr3w3f6NY++QU1k3lXBIQLD/eBunvsDzZWrelzW0MZeI1engzy8tMzzIkpoFim/jsWryK48yvRoFfXAyFYzH6dcwesY8shERqq8LHf//6yLgsxExDsIOHZ+gG+b8DwEb4jO4V7ZYh root@simplehealthcheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst ssh-dss AAAAB3NzaC1kc3MAAACBAP3yed3ZlPh0CMDOMEeRnHdtbSvikcVE0NTrcqrHJhnmqcrST9VupVN3RlB5akvzpoFa0UFTmLwSR0eDYHJteKDCJ/gHRyXvdfQ7AcAhQXvEHLAGf8wxqr0u9l0pUB/NtMyUNa+I9nbRWm8COyHPUcl9zhXFWDqdO69uLQHoP17BAAAAFQCWoosnRxlp9W5DydJX6yJi9QpfOwAAAIEAiA0RN7WpiqI2V2IyZgJ7xyANKWzJDx91z721SbYRzb8jruPZkzX1nrCxF07buX9yjUY4lty6dcMeH3MGs0l02Pg1dYARKr7H+pcSpDJnsFaoazZ9ZUso51kae5hWdJd3mes0j6qIkjjGRmBdzzOro6p2D1vPiFz6spWNc/RcrNEAAACACikSdhEPCC9NRGG057BzIoi+Wy7fzsJppIDJ/R9QYyjRbUbQNli4cEYpmyXUC6iYBvjqIjKulkXrack70VzZfe7xxfXxnzXUnQsqKZTN6WKXMNzuAVmN/+oo8TNTfMUYV2Bunfa0mIaAcswLmxOp/VoFhbtoUwCtBxs/LPoZqLU= root@simplehealthcheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.12,24,fe80::f816:3eff:fe98:faa0/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.12 ip-route:169.254.169.254 via 10.55.0.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.90 === 2018-12-12 14:32:37,684 - create_instance - INFO - Deleting Port with ID - 6f791390-26c1-454f-805c-c36d8ab04291 2018-12-12 14:32:37,684 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70port-1 2018-12-12 14:32:37,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/6f791390-26c1-454f-805c-c36d8ab04291 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:38,387 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf949a30-3991-4093-b0d2-d0e1b22353da Date: Wed, 12 Dec 2018 14:32:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:32:38,387 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/6f791390-26c1-454f-805c-c36d8ab04291 used request id req-bf949a30-3991-4093-b0d2-d0e1b22353da 2018-12-12 14:32:38,387 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst 2018-12-12 14:32:38,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:38,542 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32: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-ac8f4ec3-dbd6-4ab6-a9ad-0ca2e529dc71 x-compute-request-id: req-ac8f4ec3-dbd6-4ab6-a9ad-0ca2e529dc71 Content-Type: application/json 2018-12-12 14:32:38,542 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-ac8f4ec3-dbd6-4ab6-a9ad-0ca2e529dc71 2018-12-12 14:32:38,542 - create_instance - INFO - Checking deletion status 2018-12-12 14:32:38,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:38,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-0e08a7c5-f46e-4393-a0f7-5f6cdcb3228a x-compute-request-id: req-0e08a7c5-f46e-4393-a0f7-5f6cdcb3228a Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "image": {"id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "links": [{"href": "http://172.30.9.29:8774/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:32:31.000000", "flavor": {"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}]}, "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "user_id": "8ee2df7d220842ec8205d7b3244e5d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:32:38Z", "hostId": "f16feeb16af381671b26e055cf744ad62e5063e9bda52d4de918b700", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "created": "2018-12-12T14:32:26Z", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:32:38,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-0e08a7c5-f46e-4393-a0f7-5f6cdcb3228a 2018-12-12 14:32:38,889 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst] is - ACTIVE 2018-12-12 14:32:38,890 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:32:41,893 - create_instance - DEBUG - VM status query timeout in 296.649506092 2018-12-12 14:32:41,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:42,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32: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-8d7edfef-eb14-48a7-a72d-01d913be83d3 x-compute-request-id: req-8d7edfef-eb14-48a7-a72d-01d913be83d3 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "rel": "bookmark"}], "image": {"id": "e910ab8a-12a7-40fd-bb9e-d94d02d67961", "links": [{"href": "http://172.30.9.29:8774/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:32:31.000000", "flavor": {"id": "a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "links": [{"href": "http://172.30.9.29:8774/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3", "rel": "bookmark"}]}, "id": "7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab", "user_id": "8ee2df7d220842ec8205d7b3244e5d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:32:38Z", "hostId": "f16feeb16af381671b26e055cf744ad62e5063e9bda52d4de918b700", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst", "created": "2018-12-12T14:32:26Z", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 14:32:42,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-8d7edfef-eb14-48a7-a72d-01d913be83d3 2018-12-12 14:32:42,275 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst] is - ACTIVE 2018-12-12 14:32:42,275 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 14:32:45,278 - create_instance - DEBUG - VM status query timeout in 293.264364958 2018-12-12 14:32:45,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1f6196ba78c292d2ef2ff6a91ebe9c7f0c94eb" 2018-12-12 14:32:45,327 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 14:32:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-20d4401d-b9e0-4e86-b869-b36ee9b152c4 x-compute-request-id: req-20d4401d-b9e0-4e86-b869-b36ee9b152c4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab could not be found.", "code": 404}} 2018-12-12 14:32:45,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab used request id req-20d4401d-b9e0-4e86-b869-b36ee9b152c4 2018-12-12 14:32:45,327 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7f2df9a9-c8a3-4db0-8d5e-25e7e1f751ab could not be found. (HTTP 404) (Request-ID: req-20d4401d-b9e0-4e86-b869-b36ee9b152c4) 2018-12-12 14:32:45,327 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-inst 2018-12-12 14:32:45,328 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet 2018-12-12 14:32:45,329 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-subnet 2018-12-12 14:32:45,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/243c0572-4319-4166-a365-ffef065858af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" 2018-12-12 14:32:47,683 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d65840c-eea7-42b1-bd5f-eaac5baf2142 Date: Wed, 12 Dec 2018 14:32:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:32:47,683 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/243c0572-4319-4166-a365-ffef065858af used request id req-6d65840c-eea7-42b1-bd5f-eaac5baf2142 2018-12-12 14:32:47,684 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-priv-net 2018-12-12 14:32:47,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/c24488a8-84ee-4631-9647-250dfacaa3c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17da6b55048d863b511368efd87852c064379b54" 2018-12-12 14:32:49,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-07165fc8-29c8-4043-9841-5ac8d2ce4ba0 Date: Wed, 12 Dec 2018 14:32:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:32:49,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/c24488a8-84ee-4631-9647-250dfacaa3c4 used request id req-07165fc8-29c8-4043-9841-5ac8d2ce4ba0 2018-12-12 14:32:49,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d466367487f49059af930a061ea66467c543c1ea" 2018-12-12 14:32:49,169 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:32:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5370597f-44bb-40e2-a074-a6e5fec9a1f4 x-compute-request-id: req-5370597f-44bb-40e2-a074-a6e5fec9a1f4 Content-Length: 0 Content-Type: application/json 2018-12-12 14:32:49,170 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/a5bcc2c1-8add-4044-ab1e-c4b830cb95d3 used request id req-5370597f-44bb-40e2-a074-a6e5fec9a1f4 2018-12-12 14:32:49,170 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-a43eed67-04f6-45f8-b433-6c06a6459c70-image 2018-12-12 14:32:49,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d114e2f1bd5a5304a5812b406f01efbeadefacdc" 2018-12-12 14:32:50,527 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-745e1f62-f22d-413c-b250-1271fa8a5d97 Date: Wed, 12 Dec 2018 14:32:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:32:50,527 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/e910ab8a-12a7-40fd-bb9e-d94d02d67961 used request id req-745e1f62-f22d-413c-b250-1271fa8a5d97 2018-12-12 14:32:50,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:50,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ece635a7-db9a-4e06-93da-5b900383177f Date: Wed, 12 Dec 2018 14:32:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "created_at": "2018-12-12T14:32:50Z", "updated_at": "2018-12-12T14:32:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "86da24c3-e35c-4ae3-9394-2e25d92d63d0", "remote_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "a246a250-5535-4ed3-8223-937d6803ec1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "a52b7280-5340-482e-845f-02df31c9001e", "remote_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "c067d001-c3fb-49ac-8241-6866310f4f0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}], "revision_number": 4, "project_id": "5c0c0b31097c49a2bcd7040772e955bd", "id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "created_at": "2018-12-12T14:32:16Z", "updated_at": "2018-12-12T14:32:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:16Z", "revision_number": 0, "id": "0f27a2b4-bb6d-4b71-80fc-c78b31528903", "remote_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:16Z", "security_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "port_range_min": null, "ethertype": "IPv6", "project_id": "2186df59ee1c4122a54e13e0c3d87e96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:16Z", "revision_number": 0, "id": "1d20eb15-1d80-4117-bda5-b86395e09356", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:16Z", "security_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "port_range_min": null, "ethertype": "IPv4", "project_id": "2186df59ee1c4122a54e13e0c3d87e96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:16Z", "revision_number": 0, "id": "2c50c62e-83e9-4dc6-9bcf-3ddb772d7a14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:16Z", "security_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "port_range_min": null, "ethertype": "IPv6", "project_id": "2186df59ee1c4122a54e13e0c3d87e96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:16Z", "revision_number": 0, "id": "b7153ccf-3c49-4755-a286-1395ef796ba8", "remote_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:16Z", "security_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "port_range_min": null, "ethertype": "IPv4", "project_id": "2186df59ee1c4122a54e13e0c3d87e96"}], "revision_number": 4, "project_id": "2186df59ee1c4122a54e13e0c3d87e96", "id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:32:50,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-ece635a7-db9a-4e06-93da-5b900383177f 2018-12-12 14:32:50,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:51,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098f133e-f2d5-4408-9c06-f6a9cc588efb Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd"}, "enabled": true, "id": "5c0c0b31097c49a2bcd7040772e955bd", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}} 2018-12-12 14:32:51,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd used request id req-098f133e-f2d5-4408-9c06-f6a9cc588efb 2018-12-12 14:32:51,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:51,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d6415c7-e917-45a8-a037-b630c39f46ff Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 14:32:51,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-6d6415c7-e917-45a8-a037-b630c39f46ff 2018-12-12 14:32:51,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:51,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab11f611-db51-4b16-a1a5-26f8ef8e5f02 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96"}, "enabled": true, "id": "2186df59ee1c4122a54e13e0c3d87e96", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-c02af79e-abf9-41d-proj"}} 2018-12-12 14:32:51,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 used request id req-ab11f611-db51-4b16-a1a5-26f8ef8e5f02 2018-12-12 14:32:51,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d121c91a-f57a-48cd-8f4f-8e43319ad1eb 2018-12-12 14:32:51,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d121c91a-f57a-48cd-8f4f-8e43319ad1eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:51,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b2f8f633-f005-4a88-87c2-abddfcc35229 Date: Wed, 12 Dec 2018 14:32:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:32:16Z", "security_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "port_range_min": null, "revision_number": 0, "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "created_at": "2018-12-12T14:32:16Z", "project_id": "2186df59ee1c4122a54e13e0c3d87e96", "id": "0f27a2b4-bb6d-4b71-80fc-c78b31528903"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:32:16Z", "security_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "port_range_min": null, "revision_number": 0, "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "created_at": "2018-12-12T14:32:16Z", "project_id": "2186df59ee1c4122a54e13e0c3d87e96", "id": "1d20eb15-1d80-4117-bda5-b86395e09356"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:32:16Z", "security_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "port_range_min": null, "revision_number": 0, "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "created_at": "2018-12-12T14:32:16Z", "project_id": "2186df59ee1c4122a54e13e0c3d87e96", "id": "2c50c62e-83e9-4dc6-9bcf-3ddb772d7a14"}, {"remote_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:32:16Z", "security_group_id": "d121c91a-f57a-48cd-8f4f-8e43319ad1eb", "port_range_min": null, "revision_number": 0, "tenant_id": "2186df59ee1c4122a54e13e0c3d87e96", "created_at": "2018-12-12T14:32:16Z", "project_id": "2186df59ee1c4122a54e13e0c3d87e96", "id": "b7153ccf-3c49-4755-a286-1395ef796ba8"}]} 2018-12-12 14:32:51,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d121c91a-f57a-48cd-8f4f-8e43319ad1eb used request id req-b2f8f633-f005-4a88-87c2-abddfcc35229 2018-12-12 14:32:51,401 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 14:32:51,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d121c91a-f57a-48cd-8f4f-8e43319ad1eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:51,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e94fc9c3-1a2d-49cb-b0ff-e08bb14abc29 Content-Length: 0 Date: Wed, 12 Dec 2018 14:32:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:32:51,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d121c91a-f57a-48cd-8f4f-8e43319ad1eb used request id req-e94fc9c3-1a2d-49cb-b0ff-e08bb14abc29 2018-12-12 14:32:51,741 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-c02af79e-abf9-41d-proj 2018-12-12 14:32:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:51,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-115d7e10-8895-4730-9f4a-3455ee2b755c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:51,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2186df59ee1c4122a54e13e0c3d87e96 used request id req-115d7e10-8895-4730-9f4a-3455ee2b755c 2018-12-12 14:32:51,974 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-c02af79e-abf9-41d-proj-role 2018-12-12 14:32:51,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/31acb45684f94dbd851e55b25e06e85d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:52,096 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b06cd35-a580-47bc-87ca-8e86ce878f6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:52,096 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/31acb45684f94dbd851e55b25e06e85d used request id req-4b06cd35-a580-47bc-87ca-8e86ce878f6a 2018-12-12 14:32:52,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa0d327ef0cbf2e5fac2b997c1f18bbed6f3d68" 2018-12-12 14:32:52,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6c1e9c-8e83-4378-a34a-8085ad1a4d97 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e58760b478f84f508e781a39e02d522c", "links": {"self": "http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c"}, "name": "heat_stack_owner"}]} 2018-12-12 14:32:52,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1c6c1e9c-8e83-4378-a34a-8085ad1a4d97 2018-12-12 14:32:52,184 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-c02af79e-abf9-41d-user 2018-12-12 14:32:52,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/8ee2df7d220842ec8205d7b3244e5d4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1016e42b50358fe18a7ed104c25c947f32d9b75c" 2018-12-12 14:32:52,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36732c55-39f9-4a2f-8904-6bf876166b95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:52,512 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/8ee2df7d220842ec8205d7b3244e5d4b used request id req-36732c55-39f9-4a2f-8904-6bf876166b95 2018-12-12 14:32:52,513 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.080s OK 2018-12-12 14:32:52,627 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 14:32:52,628 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-12-12 14:32:52,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:52,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:52,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c638044-03b5-426a-9a37-7b734e466921 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e58760b478f84f508e781a39e02d522c", "links": {"self": "http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c"}, "name": "heat_stack_owner"}]} 2018-12-12 14:32:52,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4c638044-03b5-426a-9a37-7b734e466921 2018-12-12 14:32:52,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830800533295s 2018-12-12 14:32:52,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:32:52,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:52,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b24af233-3dca-4f9a-b16a-2dd1afc8a592 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:52,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e58760b478f84f508e781a39e02d522c used request id req-b24af233-3dca-4f9a-b16a-2dd1afc8a592 2018-12-12 14:32:52,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.150683879852s 2018-12-12 14:32:52,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:32:52,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:52,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849ecc2f-e101-4a6f-aa2c-b838fe16e3ea Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb", "links": {"self": "http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096"}, "domain_id": "default", "enabled": true, "id": "2232137191524de3ab3f3ab600f2a096", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:32:52,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-849ecc2f-e101-4a6f-aa2c-b838fe16e3ea 2018-12-12 14:32:52,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117150068283s 2018-12-12 14:32:52,987 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-849ecc2f-e101-4a6f-aa2c-b838fe16e3ea 2018-12-12 14:32:52,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:32:52,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:53,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d74a05d-4e16-483a-b095-189fd2dfc997 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096"}, "enabled": true, "id": "2232137191524de3ab3f3ab600f2a096", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}} 2018-12-12 14:32:53,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096 used request id req-7d74a05d-4e16-483a-b095-189fd2dfc997 2018-12-12 14:32:53,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931181907654s 2018-12-12 14:32:53,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096 used request id req-7d74a05d-4e16-483a-b095-189fd2dfc997 2018-12-12 14:32:53,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 14:32:53,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:53,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-012e6b3a-46c2-4846-b8af-e2fb1810d9e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:53,310 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096 used request id req-012e6b3a-46c2-4846-b8af-e2fb1810d9e6 2018-12-12 14:32:53,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.222949028015s 2018-12-12 14:32:53,311 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2232137191524de3ab3f3ab600f2a096 used request id req-012e6b3a-46c2-4846-b8af-e2fb1810d9e6 2018-12-12 14:32:53,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:32:53,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:53,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5207ea36-2209-4095-a3b7-ba044f94137b Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd"}, "enabled": true, "id": "5c0c0b31097c49a2bcd7040772e955bd", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_8cc1509b-d9bf-47e3-b559-fb87f36743bb"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:32:53,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-5207ea36-2209-4095-a3b7-ba044f94137b 2018-12-12 14:32:53,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0864171981812s 2018-12-12 14:32:53,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-5207ea36-2209-4095-a3b7-ba044f94137b 2018-12-12 14:32:53,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 14:32:53,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:53,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adab8ef3-f4e3-4a67-acba-f192c53abfa2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:53,669 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd used request id req-adab8ef3-f4e3-4a67-acba-f192c53abfa2 2018-12-12 14:32:53,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268939971924s 2018-12-12 14:32:53,670 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5c0c0b31097c49a2bcd7040772e955bd used request id req-adab8ef3-f4e3-4a67-acba-f192c53abfa2 2018-12-12 14:32:53,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:32:53,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:53,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-488a3bc4-1af5-4314-afbc-eaffb009b84f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1bfaa025c35b48aaa0540ad1883844e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:32:53,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-488a3bc4-1af5-4314-afbc-eaffb009b84f 2018-12-12 14:32:53,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0744378566742s 2018-12-12 14:32:53,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:32:53,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:53,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:32:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f13a8755-970d-42db-b1e3-bbb25b663940 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:32:53,851 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1bfaa025c35b48aaa0540ad1883844e2 used request id req-f13a8755-970d-42db-b1e3-bbb25b663940 2018-12-12 14:32:53,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.104949951172s 2018-12-12 14:32:53,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:32:53,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=5c0c0b31097c49a2bcd7040772e955bd&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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:54,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-759b7a3f-75e0-44b6-a2ac-8877821ad7c5 Date: Wed, 12 Dec 2018 14:32:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "created_at": "2018-12-12T14:32:50Z", "updated_at": "2018-12-12T14:32:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "86da24c3-e35c-4ae3-9394-2e25d92d63d0", "remote_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "a246a250-5535-4ed3-8223-937d6803ec1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "a52b7280-5340-482e-845f-02df31c9001e", "remote_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "c067d001-c3fb-49ac-8241-6866310f4f0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}], "revision_number": 4, "project_id": "5c0c0b31097c49a2bcd7040772e955bd", "id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "name": "default"}]} 2018-12-12 14:32:54,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=5c0c0b31097c49a2bcd7040772e955bd&name=default used request id req-759b7a3f-75e0-44b6-a2ac-8877821ad7c5 2018-12-12 14:32:54,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.182714939117s 2018-12-12 14:32:54,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=5c0c0b31097c49a2bcd7040772e955bd&name=default used request id req-759b7a3f-75e0-44b6-a2ac-8877821ad7c5 2018-12-12 14:32:54,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:32:54,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:54,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8d88f088-d381-4685-8a3f-8c3758d4e531 Date: Wed, 12 Dec 2018 14:32:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "created_at": "2018-12-12T14:32:50Z", "updated_at": "2018-12-12T14:32:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "c067d001-c3fb-49ac-8241-6866310f4f0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "a52b7280-5340-482e-845f-02df31c9001e", "remote_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "86da24c3-e35c-4ae3-9394-2e25d92d63d0", "remote_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:32:50Z", "revision_number": 0, "id": "a246a250-5535-4ed3-8223-937d6803ec1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:32:50Z", "security_group_id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "tenant_id": "5c0c0b31097c49a2bcd7040772e955bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c0c0b31097c49a2bcd7040772e955bd"}], "revision_number": 4, "project_id": "5c0c0b31097c49a2bcd7040772e955bd", "id": "b813f49b-6b7d-40ab-904a-192b2b6388c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:32:54,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-8d88f088-d381-4685-8a3f-8c3758d4e531 2018-12-12 14:32:54,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201578140259s 2018-12-12 14:32:54,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-8d88f088-d381-4685-8a3f-8c3758d4e531 2018-12-12 14:32:54,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 14:32:54,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b813f49b-6b7d-40ab-904a-192b2b6388c2.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34fb9a21f07eb7ff430900816ec91db7fc82b78c" 2018-12-12 14:32:54,540 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2a89ff1-545c-4f97-ae30-1b90e86b7206 Content-Length: 0 Date: Wed, 12 Dec 2018 14:32:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:32:54,540 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b813f49b-6b7d-40ab-904a-192b2b6388c2.json used request id req-c2a89ff1-545c-4f97-ae30-1b90e86b7206 2018-12-12 14:32:54,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.290346860886s 2018-12-12 14:32:54,541 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b813f49b-6b7d-40ab-904a-192b2b6388c2.json used request id req-c2a89ff1-545c-4f97-ae30-1b90e86b7206 2018-12-12 14:32:54,541 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:56 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-12-12 14:32:54,546 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-12 14:33:02,298 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-318 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-12 14:33:02,304 - 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=wafwxy7X9K83hEspv3PNf9hJz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-12-12 14:33:02,304 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-12 14:33:02,306 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-12-12 14:33:02,347 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-12-12 14:33:06,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:33:06,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:33:06,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:33:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:33:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 14:33:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 14:33:06,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:33:06,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7102650-4925-4bb4-932b-87c77737fd92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:33:06,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e7102650-4925-4bb4-932b-87c77737fd92 2018-12-12 14:33:06,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:33:06,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:33:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["BF__NWiOTmaR0-ZuPFFwog"], "issued_at": "2018-12-12T14:33:06.000000Z"}} 2018-12-12 14:33:06,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:33:06,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:07,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-db3a0d9d-0d87-4420-9904-ac916b6b4a8a Date: Wed, 12 Dec 2018 14:33:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:33:07,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-db3a0d9d-0d87-4420-9904-ac916b6b4a8a 2018-12-12 14:33:07,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247331857681s 2018-12-12 14:33:07,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-db3a0d9d-0d87-4420-9904-ac916b6b4a8a 2018-12-12 14:33:07,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:33:07,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:07,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:33:07,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:07,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8827adb-6463-4f96-b524-65c342ce5f1c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:33:07,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-a8827adb-6463-4f96-b524-65c342ce5f1c 2018-12-12 14:33:07,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.64996099472s 2018-12-12 14:33:07,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 14:33:07,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7"}}' 2018-12-12 14:33:07,983 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:33:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65905af9-2e39-4546-940b-1369a393d9ce 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.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf"}, "enabled": true, "id": "a39def11942946489a907c6b1501c0cf", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7"}} 2018-12-12 14:33:07,983 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-65905af9-2e39-4546-940b-1369a393d9ce 2018-12-12 14:33:07,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.15257191658s 2018-12-12 14:33:07,984 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-65905af9-2e39-4546-940b-1369a393d9ce 2018-12-12 14:33:07,984 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'id': u'a39def11942946489a907c6b1501c0cf', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 14:33:07,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 14:33:08,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363471984863s 2018-12-12 14:33:08,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:08,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ec5e8cf-8836-4360-aa77-e2930da3ca56 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6"}, "enabled": true, "id": "82f529d6c41a4c198aca949b6592f6c6", "options": {}, "domain_id": "default", "name": "vping_ssh-user_115c7f7b-b574-4a35-9370-cbca2965a2a7"}} 2018-12-12 14:33:08,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6 used request id req-1ec5e8cf-8836-4360-aa77-e2930da3ca56 2018-12-12 14:33:08,450 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'82f529d6c41a4c198aca949b6592f6c6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_115c7f7b-b574-4a35-9370-cbca2965a2a7'}) 2018-12-12 14:33:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:33:08,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:08,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e59a484c-f1d3-4eb3-9e0a-12100fd35caf Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:33:08,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e59a484c-f1d3-4eb3-9e0a-12100fd35caf 2018-12-12 14:33:08,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0155100822449s 2018-12-12 14:33:08,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:33:08,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:08,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aed1c71-ba22-4aee-87c9-eb02d2534e27 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:33:08,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4aed1c71-ba22-4aee-87c9-eb02d2534e27 2018-12-12 14:33:08,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.087837934494s 2018-12-12 14:33:08,556 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 14:33:08,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:33:08,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" -d '{"role": {"name": "Member"}}' 2018-12-12 14:33:08,851 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:33:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccbdbd5e-2b6e-4aeb-ba5c-16e9ec4a60e6 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "86972acbfb3046a1860a8e785c4d5253", "links": {"self": "http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253"}, "name": "Member"}} 2018-12-12 14:33:08,852 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ccbdbd5e-2b6e-4aeb-ba5c-16e9ec4a60e6 2018-12-12 14:33:08,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.294927120209s 2018-12-12 14:33:08,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:08,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b144dcc6-58df-4360-bfae-5e6f79e1ce13 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253"}, "domain_id": null, "name": "Member", "id": "86972acbfb3046a1860a8e785c4d5253"}} 2018-12-12 14:33:08,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253 used request id req-b144dcc6-58df-4360-bfae-5e6f79e1ce13 2018-12-12 14:33:08,938 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253'}, 'domain_id': None, 'human_id': None, 'id': u'86972acbfb3046a1860a8e785c4d5253', 'HUMAN_ID': False}) 2018-12-12 14:33:08,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:33:08,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:09,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc2b1320-220d-45e7-a9a6-cae94b208797 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "86972acbfb3046a1860a8e785c4d5253", "links": {"self": "http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:33:09,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bc2b1320-220d-45e7-a9a6-cae94b208797 2018-12-12 14:33:09,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.084972858429s 2018-12-12 14:33:09,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:33:09,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:09,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab44f26a-aa12-4949-9d0a-f0b0c61ac80a 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:33:09,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-ab44f26a-aa12-4949-9d0a-f0b0c61ac80a 2018-12-12 14:33:09,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0809760093689s 2018-12-12 14:33:09,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:33:09,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:09,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d40d9f-4652-4201-8cc2-d38c63993841 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_115c7f7b-b574-4a35-9370-cbca2965a2a7", "links": {"self": "http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6"}, "domain_id": "default", "enabled": true, "id": "82f529d6c41a4c198aca949b6592f6c6", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:33:09,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f8d40d9f-4652-4201-8cc2-d38c63993841 2018-12-12 14:33:09,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0915400981903s 2018-12-12 14:33:09,199 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f8d40d9f-4652-4201-8cc2-d38c63993841 2018-12-12 14:33:09,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:33:09,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:09,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e8291cf-6514-425f-a54e-d4eaefc4573f Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf"}, "enabled": true, "id": "a39def11942946489a907c6b1501c0cf", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:33:09,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8e8291cf-6514-425f-a54e-d4eaefc4573f 2018-12-12 14:33:09,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0839779376984s 2018-12-12 14:33:09,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8e8291cf-6514-425f-a54e-d4eaefc4573f 2018-12-12 14:33:09,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:33:09,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=82f529d6c41a4c198aca949b6592f6c6&scope.project.id=a39def11942946489a907c6b1501c0cf&role.id=86972acbfb3046a1860a8e785c4d5253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:09,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca18df9d-fb69-497f-8053-d7535a84b5ad Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=82f529d6c41a4c198aca949b6592f6c6&scope.project.id=a39def11942946489a907c6b1501c0cf&role.id=86972acbfb3046a1860a8e785c4d5253", "previous": null, "next": null}} 2018-12-12 14:33:09,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=82f529d6c41a4c198aca949b6592f6c6&scope.project.id=a39def11942946489a907c6b1501c0cf&role.id=86972acbfb3046a1860a8e785c4d5253 used request id req-ca18df9d-fb69-497f-8053-d7535a84b5ad 2018-12-12 14:33:09,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0825519561768s 2018-12-12 14:33:09,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:33:09,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf/users/82f529d6c41a4c198aca949b6592f6c6/roles/86972acbfb3046a1860a8e785c4d5253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:09,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:33:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85f94972-04fa-47d2-b8de-436e7bf19370 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:33:09,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf/users/82f529d6c41a4c198aca949b6592f6c6/roles/86972acbfb3046a1860a8e785c4d5253 used request id req-85f94972-04fa-47d2-b8de-436e7bf19370 2018-12-12 14:33:09,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113372087479s 2018-12-12 14:33:09,489 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7', 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': '284c8c3f-c74d-41e1-8245-5a31018ecf40', 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_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'project_id': u'a39def11942946489a907c6b1501c0cf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 14:33:09,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:33:09,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:33:09,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:33:09,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:33:09,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:33:09,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:33:09,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 14:33:09,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 14:33:09,495 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'password': '284c8c3f-c74d-41e1-8245-5a31018ecf40', 'project_name': 'vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'a39def11942946489a907c6b1501c0cf', 'project_domain_name': 'Default'} 2018-12-12 14:33:09,496 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-12-12 14:33:09,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:33:09,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:09,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2720d40e-00b0-4709-a13d-9ecf03d2c255 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:33:09,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-2720d40e-00b0-4709-a13d-9ecf03d2c255 2018-12-12 14:33:09,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0891749858856s 2018-12-12 14:33:09,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:33:09,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:33:09,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c99f63-5d77-419c-ad94-3f942add8342 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf"}, "enabled": true, "id": "a39def11942946489a907c6b1501c0cf", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:33:09,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-82c99f63-5d77-419c-ad94-3f942add8342 2018-12-12 14:33:09,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0809860229492s 2018-12-12 14:33:09,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-82c99f63-5d77-419c-ad94-3f942add8342 2018-12-12 14:33:09,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-12 14:33:09,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" -d '{"network": {"tenant_id": "a39def11942946489a907c6b1501c0cf", "name": "vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7", "admin_state_up": true}}' 2018-12-12 14:33:10,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-1f3b6bbc-0247-4f56-b651-9fd739ff040a Date: Wed, 12 Dec 2018 14:33: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":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"a39def11942946489a907c6b1501c0cf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:33:10Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7","admin_state_up":true,"tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:09Z","mtu":1450}} 2018-12-12 14:33:10,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1f3b6bbc-0247-4f56-b651-9fd739ff040a 2018-12-12 14:33:10,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.50758099556s 2018-12-12 14:33:10,179 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1f3b6bbc-0247-4f56-b651-9fd739ff040a 2018-12-12 14:33:10,180 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-12T14:33:10Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f087a273-ab02-4d2f-a6ca-9a669f0801b4', u'provider:segmentation_id': 63, 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_115c7f7b-b574-4a35-9370-cbca2965a2a7', u'created_at': u'2018-12-12T14:33:09Z', u'mtu': 1450, u'tenant_id': u'a39def11942946489a907c6b1501c0cf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a39def11942946489a907c6b1501c0cf'}) 2018-12-12 14:33:10,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:33:10,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4defbf69-45ec-4368-b061-9fc3f5182e88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:33:10,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4defbf69-45ec-4368-b061-9fc3f5182e88 2018-12-12 14:33:10,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:33:10,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86972acbfb3046a1860a8e785c4d5253", "name": "Member"}], "expires_at": "2018-12-12T15:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a39def11942946489a907c6b1501c0cf", "name": "vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a39def11942946489a907c6b1501c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a39def11942946489a907c6b1501c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a39def11942946489a907c6b1501c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a39def11942946489a907c6b1501c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a39def11942946489a907c6b1501c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a39def11942946489a907c6b1501c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a39def11942946489a907c6b1501c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a39def11942946489a907c6b1501c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a39def11942946489a907c6b1501c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a39def11942946489a907c6b1501c0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a39def11942946489a907c6b1501c0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a39def11942946489a907c6b1501c0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_115c7f7b-b574-4a35-9370-cbca2965a2a7", "id": "82f529d6c41a4c198aca949b6592f6c6"}, "audit_ids": ["mTZp7hYrQTipTM6FRtaUcQ"], "issued_at": "2018-12-12T14:33:10.000000Z"}} 2018-12-12 14:33:10,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:33:10,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:10,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-27a9b1bc-aed5-4bb9-9de7-1b0ab8983a5d Date: Wed, 12 Dec 2018 14:33:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T14:33:10Z","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a39def11942946489a907c6b1501c0cf","id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","name":"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:33:10,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-27a9b1bc-aed5-4bb9-9de7-1b0ab8983a5d 2018-12-12 14:33:10,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25524687767s 2018-12-12 14:33:10,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-27a9b1bc-aed5-4bb9-9de7-1b0ab8983a5d 2018-12-12 14:33:10,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-12 14:33:10,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"subnet": {"name": "vping_ssh-subnet_115c7f7b-b574-4a35-9370-cbca2965a2a7", "enable_dhcp": true, "network_id": "f087a273-ab02-4d2f-a6ca-9a669f0801b4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-12 14:33:11,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-ad83e0e0-f6b3-4c96-a09f-8b2a308b622a Date: Wed, 12 Dec 2018 14:33:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T14:33:11Z","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":"a39def11942946489a907c6b1501c0cf","id":"524ff67f-1674-4da2-b0c8-eb9ad983d4d6","subnetpool_id":null,"name":"vping_ssh-subnet_115c7f7b-b574-4a35-9370-cbca2965a2a7"}} 2018-12-12 14:33:11,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ad83e0e0-f6b3-4c96-a09f-8b2a308b622a 2018-12-12 14:33:11,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.859582185745s 2018-12-12 14:33:11,694 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ad83e0e0-f6b3-4c96-a09f-8b2a308b622a 2018-12-12 14:33:11,695 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T14:33:11Z', 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'524ff67f-1674-4da2-b0c8-eb9ad983d4d6', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_115c7f7b-b574-4a35-9370-cbca2965a2a7', u'enable_dhcp': True, u'network_id': u'f087a273-ab02-4d2f-a6ca-9a669f0801b4', u'tenant_id': u'a39def11942946489a907c6b1501c0cf', u'created_at': u'2018-12-12T14:33:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a39def11942946489a907c6b1501c0cf'}) 2018-12-12 14:33:11,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-12 14:33:11,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "vping_ssh-router_115c7f7b-b574-4a35-9370-cbca2965a2a7", "admin_state_up": true}}' 2018-12-12 14:33:17,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-11f336db-f013-4102-820a-55937a1300a8 Date: Wed, 12 Dec 2018 14:33:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:12Z", "admin_state_up": true, "updated_at": "2018-12-12T14:33:13Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "a39def11942946489a907c6b1501c0cf", "id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5", "name": "vping_ssh-router_115c7f7b-b574-4a35-9370-cbca2965a2a7"}} 2018-12-12 14:33:17,068 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-11f336db-f013-4102-820a-55937a1300a8 2018-12-12 14:33:17,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.3728890419s 2018-12-12 14:33:17,069 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-11f336db-f013-4102-820a-55937a1300a8 2018-12-12 14:33:17,069 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T14:33:13Z', u'revision_number': 3, u'id': u'83c73d86-cb1c-4ed0-955c-cd8aefd63fd5', u'external_gateway_info': {u'network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_115c7f7b-b574-4a35-9370-cbca2965a2a7', u'admin_state_up': True, u'tenant_id': u'a39def11942946489a907c6b1501c0cf', u'created_at': u'2018-12-12T14:33:12Z', u'flavor_id': None, u'routes': [], u'project_id': u'a39def11942946489a907c6b1501c0cf'}) 2018-12-12 14:33:17,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-12 14:33:17,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5/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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"subnet_id": "524ff67f-1674-4da2-b0c8-eb9ad983d4d6"}' 2018-12-12 14:33:19,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-174fc2ce-aaf8-4fa9-8f1b-793686525486 Date: Wed, 12 Dec 2018 14:33:19 GMT RESP BODY: {"network_id": "f087a273-ab02-4d2f-a6ca-9a669f0801b4", "tenant_id": "a39def11942946489a907c6b1501c0cf", "subnet_id": "524ff67f-1674-4da2-b0c8-eb9ad983d4d6", "subnet_ids": ["524ff67f-1674-4da2-b0c8-eb9ad983d4d6"], "port_id": "89e28c20-40a3-4ead-b71c-3a4ca6b6caba", "id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5"} 2018-12-12 14:33:19,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5/add_router_interface.json used request id req-174fc2ce-aaf8-4fa9-8f1b-793686525486 2018-12-12 14:33:19,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.15172314644s 2018-12-12 14:33:19,222 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5/add_router_interface.json used request id req-174fc2ce-aaf8-4fa9-8f1b-793686525486 returning object 83c73d86-cb1c-4ed0-955c-cd8aefd63fd5 2018-12-12 14:33:19,222 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:33:19,354 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-12 14:33:19,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:19,361 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 14:33:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 14:33:19,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:33:19,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:19,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-713dd22f-8e7f-4055-a09a-22df13e09141 Date: Wed, 12 Dec 2018 14:33:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:33:19,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-713dd22f-8e7f-4055-a09a-22df13e09141 2018-12-12 14:33:19,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167854070663s 2018-12-12 14:33:19,533 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-713dd22f-8e7f-4055-a09a-22df13e09141 2018-12-12 14:33:19,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 14:33:19,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7"}' 2018-12-12 14:33:19,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca X-Openstack-Request-Id: req-59c08f8b-87ae-47a8-b38b-177c277c05b6 Date: Wed, 12 Dec 2018 14:33:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/file", "owner": "a39def11942946489a907c6b1501c0cf", "id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "size": null, "self": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:33:19Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "checksum": null, "created_at": "2018-12-12T14:33:19Z", "protected": false} 2018-12-12 14:33:19,783 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-59c08f8b-87ae-47a8-b38b-177c277c05b6 2018-12-12 14:33:19,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.248648881912s 2018-12-12 14:33:19,784 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-59c08f8b-87ae-47a8-b38b-177c277c05b6 returning object 6afdead1-0a2f-44b5-b75b-73a6b7734bca 2018-12-12 14:33:19,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 14:33:19,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '' 2018-12-12 14:33:21,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-253d4043-a870-46cc-8420-3cf74565c43a Date: Wed, 12 Dec 2018 14:33:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:33:21,562 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/file used request id req-253d4043-a870-46cc-8420-3cf74565c43a 2018-12-12 14:33:21,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.77750706673s 2018-12-12 14:33:21,563 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/file used request id req-253d4043-a870-46cc-8420-3cf74565c43a 2018-12-12 14:33:21,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:33:21,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:21,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1f31d1ef-e1cf-4f8b-9bb6-603626d23e00 Date: Wed, 12 Dec 2018 14:33:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap", "metadata": {}}], "file": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/file", "owner": "a39def11942946489a907c6b1501c0cf", "id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "size": 12716032, "self": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:33:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:33:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:33:21,741 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1f31d1ef-e1cf-4f8b-9bb6-603626d23e00 2018-12-12 14:33:21,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178023099899s 2018-12-12 14:33:21,742 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1f31d1ef-e1cf-4f8b-9bb6-603626d23e00 2018-12-12 14:33:21,744 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/file', 'owner': u'a39def11942946489a907c6b1501c0cf', 'id': u'6afdead1-0a2f-44b5-b75b-73a6b7734bca', 'size': 12716032, u'self': u'/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a39def11942946489a907c6b1501c0cf', 'name': 'vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T14:33:21Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-12T14:33:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'created': u'2018-12-12T14:33:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T14:33:19Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 14:33:21,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 14:33:21,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_115c7f7b-b574-4a35-9370-cbca2965a2a7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 14:33:21,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-99bd3c39-bcb0-4328-9e48-6bda44ce24ad x-compute-request-id: req-99bd3c39-bcb0-4328-9e48-6bda44ce24ad Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "518a820d-dd9f-4343-8340-77620a11ab8b", "name": "vping_ssh-flavor_115c7f7b-b574-4a35-9370-cbca2965a2a7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:33:21,964 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-99bd3c39-bcb0-4328-9e48-6bda44ce24ad 2018-12-12 14:33:21,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.219012975693s 2018-12-12 14:33:21,964 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-99bd3c39-bcb0-4328-9e48-6bda44ce24ad returning object 518a820d-dd9f-4343-8340-77620a11ab8b 2018-12-12 14:33:21,965 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_115c7f7b-b574-4a35-9370-cbca2965a2a7', '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'0179093643ff4edbbd51be3381013868', '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'518a820d-dd9f-4343-8340-77620a11ab8b', 'swap': 0}) 2018-12-12 14:33:21,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 14:33:21,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b/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}839e562855e821046ff60f4aa08eb36b843a5c54" -d '{"extra_specs": {}}' 2018-12-12 14:33:21,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-71b44654-40ff-453b-a447-0b7220a10d51 x-compute-request-id: req-71b44654-40ff-453b-a447-0b7220a10d51 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:33:21,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b/os-extra_specs used request id req-71b44654-40ff-453b-a447-0b7220a10d51 2018-12-12 14:33:21,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.019905090332s 2018-12-12 14:33:21,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b/os-extra_specs used request id req-71b44654-40ff-453b-a447-0b7220a10d51 2018-12-12 14:33:21,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-12-12 14:33:21,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"keypair": {"name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7"}}' 2018-12-12 14:33:22,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-dc91a71d-9f4b-4bc4-a621-866aab266288 x-compute-request-id: req-dc91a71d-9f4b-4bc4-a621-866aab266288 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuruoUse1JM3dC3ODLtXIFqhlgr6HDV/6C1mxtv0+3FAxHaa8oY5GhRJy4bGFclBPL9NYRzSgqUU0VlIvCPjElz45DdP9EfEe/yZ1tB2+7LvF/Rd+Y8sPUqv9TweFTZEQi8sko8dpAlkziSmVmXVbnQw1SgdjOOHKKhxBHCoXd2f6Gpe5ewllL9l7EG9w27XVLEvxgDV1CLYZBsImhKbhO7bPhgW67HLEa3Jw6rUAxbVG/z8N6NUvlcIy8OvYT92iP9ZFK3eH5nZJiHPMp2513AS4e9UzgE1MNBH1reLtyuGkTpphXJ42dN7mlCI+iA0Vb6tc51N+tzdHU4nqYFwHr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArq7qFLHtSTN3Qtzgy7VyBaoZYK+hw1f+gtZsbb9PtxQMR2mv\nKGORoUScuGxhXJQTy/TWEc0oKlFNFZSLwj4xJc+OQ3T/RHxHv8mdbQdvuy7xf0Xf\nmPLD1Kr/U8HhU2REIvLJKPHaQJZM4kplZl1W50MNUoHYzjhyiocQRwqF3dn+hqXu\nXsJZS/ZexBvcNu11SxL8YA1dQi2GQbCJoSm4Tu2z4YFuuxyxGtycOq1AMW1Rv8/D\nejVL5XCMvDr2E/doj/WRSt3h+Z2SYhzzKduddwEuHvVM4BNTDQR9a3i7crhpE6aY\nVyeNnTe5pQiPogNFW+rXOdTfrc3R1OJ6mBcB6wIDAQABAoIBAAln/9DXd+iOLeja\nzfwKLDaj3zP2oSZMsbbH5xTNzXQVT0f1J+pr2iat9CZ2J5P9oUdFStWwj24f7J+x\n3Qi7opffolB9l1VPv+lS6Pg7A0g4EecBkzXANM1Z29/du81qw8SCAFUFGPSLY154\nFRe7BPf1A12jAlKwdXKCLV018tlsUeDnjJmi/wiI9qBZniE47FfInRzjibJlqaPK\n0icVRvEhkc5jtXizb8edOBrhMn69zXfzuSg1lK9ElNV4Nj64DBJT1ktqfIBTSco0\nwzyaRTw05ye5n4ltjPQzb8ocFbK7dR1ue8UE/yhU6XXV4V1/Fy78dRMD7Vdt4YX4\nlTLmOOECgYEA2V0dF3gSOUB9xyrp+oC3jzibrSUxXP12W9I385m9mk/B9hAXcAkv\nC5yfo9K/umDWy3DShg1TcbNs3uxo50sWl2z27xsEkGgNr2CTDggDLW0FQCmQ3Wwk\ncHj6b6WLIGqn+opa6Ur70Q3ByshN/b/qrOUfpB0YSv4RpBT3RnA13VsCgYEAzbus\n2yroFC6U3yynlQvze2JpBrllybjBm+4rCvksR1Dja/5s1Yi7Me4rlKdhRbE6dDDe\n1kaZZAknb0buTBZneD7uDIPLr9BmBZKVCMvYvVV9doJba9Jy4ik6uuQKyAVL2sbX\nGDJYQ66TeQAILM4dMFxqImSysHGyGU2683xuwrECgYEAoauhHLihDVZLdx0TJNAi\nN3OKTtFQEvMu2oLUPOrH3IOgJ422cQ1ToZZgIrB5DH5EpNKIs04sF3C19GTwbcAq\n0HwqepOk5GeQbjYtio0pF9tzwVJpPlfWDpXc57fAcF8EC9RmZAjynX5W+qXbZHYf\nbXOKAj3luLmak2lItmp1lesCgYAg0siJTxcn4SavVJiIFxgJn3HSONIclPWOwzjq\nz0ZZOnaOTFFg4Ce9l5osZWgHjncdAo8K8MiYRT2da1upmAl6DdA8/uoIat9cFD7i\n4GL8Eh+qQLIFSdY6bwmHt8pgjzfC9+ZpXd7nLXsp2u9y9o+Bn7zvL9GyhPE9SEGD\nh17EgQKBgQDVGYaE7noKscFpMbRdNVBzSAd9w4+p6v9l7VmAmAhgzIEtkMjBy1Mu\nRQVn7VMtMCAVLZ7MtIPJx9mUrwaUJWWlKRQpVXrgKTtun8vWeU+brUKpQshBYwoY\nxy1QMepgHxZiqVP2fswi47xbrcmX3VL8WlYmHBKgV0sbUsHxEMNrTg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "82f529d6c41a4c198aca949b6592f6c6", "name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "fingerprint": "a1:41:29:97:c5:57:3b:92:65:dd:67:93:1d:bf:98:3c"}} 2018-12-12 14:33:22,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-dc91a71d-9f4b-4bc4-a621-866aab266288 2018-12-12 14:33:22,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.361056089401s 2018-12-12 14:33:22,348 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-dc91a71d-9f4b-4bc4-a621-866aab266288 2018-12-12 14:33:22,349 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuruoUse1JM3dC3ODLtXIFqhlgr6HDV/6C1mxtv0+3FAxHaa8oY5GhRJy4bGFclBPL9NYRzSgqUU0VlIvCPjElz45DdP9EfEe/yZ1tB2+7LvF/Rd+Y8sPUqv9TweFTZEQi8sko8dpAlkziSmVmXVbnQw1SgdjOOHKKhxBHCoXd2f6Gpe5ewllL9l7EG9w27XVLEvxgDV1CLYZBsImhKbhO7bPhgW67HLEa3Jw6rUAxbVG/z8N6NUvlcIy8OvYT92iP9ZFK3eH5nZJiHPMp2513AS4e9UzgE1MNBH1reLtyuGkTpphXJ42dN7mlCI+iA0Vb6tc51N+tzdHU4nqYFwHr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArq7qFLHtSTN3Qtzgy7VyBaoZYK+hw1f+gtZsbb9PtxQMR2mv\nKGORoUScuGxhXJQTy/TWEc0oKlFNFZSLwj4xJc+OQ3T/RHxHv8mdbQdvuy7xf0Xf\nmPLD1Kr/U8HhU2REIvLJKPHaQJZM4kplZl1W50MNUoHYzjhyiocQRwqF3dn+hqXu\nXsJZS/ZexBvcNu11SxL8YA1dQi2GQbCJoSm4Tu2z4YFuuxyxGtycOq1AMW1Rv8/D\nejVL5XCMvDr2E/doj/WRSt3h+Z2SYhzzKduddwEuHvVM4BNTDQR9a3i7crhpE6aY\nVyeNnTe5pQiPogNFW+rXOdTfrc3R1OJ6mBcB6wIDAQABAoIBAAln/9DXd+iOLeja\nzfwKLDaj3zP2oSZMsbbH5xTNzXQVT0f1J+pr2iat9CZ2J5P9oUdFStWwj24f7J+x\n3Qi7opffolB9l1VPv+lS6Pg7A0g4EecBkzXANM1Z29/du81qw8SCAFUFGPSLY154\nFRe7BPf1A12jAlKwdXKCLV018tlsUeDnjJmi/wiI9qBZniE47FfInRzjibJlqaPK\n0icVRvEhkc5jtXizb8edOBrhMn69zXfzuSg1lK9ElNV4Nj64DBJT1ktqfIBTSco0\nwzyaRTw05ye5n4ltjPQzb8ocFbK7dR1ue8UE/yhU6XXV4V1/Fy78dRMD7Vdt4YX4\nlTLmOOECgYEA2V0dF3gSOUB9xyrp+oC3jzibrSUxXP12W9I385m9mk/B9hAXcAkv\nC5yfo9K/umDWy3DShg1TcbNs3uxo50sWl2z27xsEkGgNr2CTDggDLW0FQCmQ3Wwk\ncHj6b6WLIGqn+opa6Ur70Q3ByshN/b/qrOUfpB0YSv4RpBT3RnA13VsCgYEAzbus\n2yroFC6U3yynlQvze2JpBrllybjBm+4rCvksR1Dja/5s1Yi7Me4rlKdhRbE6dDDe\n1kaZZAknb0buTBZneD7uDIPLr9BmBZKVCMvYvVV9doJba9Jy4ik6uuQKyAVL2sbX\nGDJYQ66TeQAILM4dMFxqImSysHGyGU2683xuwrECgYEAoauhHLihDVZLdx0TJNAi\nN3OKTtFQEvMu2oLUPOrH3IOgJ422cQ1ToZZgIrB5DH5EpNKIs04sF3C19GTwbcAq\n0HwqepOk5GeQbjYtio0pF9tzwVJpPlfWDpXc57fAcF8EC9RmZAjynX5W+qXbZHYf\nbXOKAj3luLmak2lItmp1lesCgYAg0siJTxcn4SavVJiIFxgJn3HSONIclPWOwzjq\nz0ZZOnaOTFFg4Ce9l5osZWgHjncdAo8K8MiYRT2da1upmAl6DdA8/uoIat9cFD7i\n4GL8Eh+qQLIFSdY6bwmHt8pgjzfC9+ZpXd7nLXsp2u9y9o+Bn7zvL9GyhPE9SEGD\nh17EgQKBgQDVGYaE7noKscFpMbRdNVBzSAd9w4+p6v9l7VmAmAhgzIEtkMjBy1Mu\nRQVn7VMtMCAVLZ7MtIPJx9mUrwaUJWWlKRQpVXrgKTtun8vWeU+brUKpQshBYwoY\nxy1QMepgHxZiqVP2fswi47xbrcmX3VL8WlYmHBKgV0sbUsHxEMNrTg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'82f529d6c41a4c198aca949b6592f6c6', 'name': u'vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'created_at': '2018-12-12T14:33:22.349198', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a39def11942946489a907c6b1501c0cf', 'name': 'vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a1:41:29:97:c5:57:3b:92:65:dd:67:93:1d:bf:98:3c', 'type': 'ssh', 'id': u'vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7'}) 2018-12-12 14:33:22,349 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEArq7qFLHtSTN3Qtzgy7VyBaoZYK+hw1f+gtZsbb9PtxQMR2mv KGORoUScuGxhXJQTy/TWEc0oKlFNFZSLwj4xJc+OQ3T/RHxHv8mdbQdvuy7xf0Xf mPLD1Kr/U8HhU2REIvLJKPHaQJZM4kplZl1W50MNUoHYzjhyiocQRwqF3dn+hqXu XsJZS/ZexBvcNu11SxL8YA1dQi2GQbCJoSm4Tu2z4YFuuxyxGtycOq1AMW1Rv8/D ejVL5XCMvDr2E/doj/WRSt3h+Z2SYhzzKduddwEuHvVM4BNTDQR9a3i7crhpE6aY VyeNnTe5pQiPogNFW+rXOdTfrc3R1OJ6mBcB6wIDAQABAoIBAAln/9DXd+iOLeja zfwKLDaj3zP2oSZMsbbH5xTNzXQVT0f1J+pr2iat9CZ2J5P9oUdFStWwj24f7J+x 3Qi7opffolB9l1VPv+lS6Pg7A0g4EecBkzXANM1Z29/du81qw8SCAFUFGPSLY154 FRe7BPf1A12jAlKwdXKCLV018tlsUeDnjJmi/wiI9qBZniE47FfInRzjibJlqaPK 0icVRvEhkc5jtXizb8edOBrhMn69zXfzuSg1lK9ElNV4Nj64DBJT1ktqfIBTSco0 wzyaRTw05ye5n4ltjPQzb8ocFbK7dR1ue8UE/yhU6XXV4V1/Fy78dRMD7Vdt4YX4 lTLmOOECgYEA2V0dF3gSOUB9xyrp+oC3jzibrSUxXP12W9I385m9mk/B9hAXcAkv C5yfo9K/umDWy3DShg1TcbNs3uxo50sWl2z27xsEkGgNr2CTDggDLW0FQCmQ3Wwk cHj6b6WLIGqn+opa6Ur70Q3ByshN/b/qrOUfpB0YSv4RpBT3RnA13VsCgYEAzbus 2yroFC6U3yynlQvze2JpBrllybjBm+4rCvksR1Dja/5s1Yi7Me4rlKdhRbE6dDDe 1kaZZAknb0buTBZneD7uDIPLr9BmBZKVCMvYvVV9doJba9Jy4ik6uuQKyAVL2sbX GDJYQ66TeQAILM4dMFxqImSysHGyGU2683xuwrECgYEAoauhHLihDVZLdx0TJNAi N3OKTtFQEvMu2oLUPOrH3IOgJ422cQ1ToZZgIrB5DH5EpNKIs04sF3C19GTwbcAq 0HwqepOk5GeQbjYtio0pF9tzwVJpPlfWDpXc57fAcF8EC9RmZAjynX5W+qXbZHYf bXOKAj3luLmak2lItmp1lesCgYAg0siJTxcn4SavVJiIFxgJn3HSONIclPWOwzjq z0ZZOnaOTFFg4Ce9l5osZWgHjncdAo8K8MiYRT2da1upmAl6DdA8/uoIat9cFD7i 4GL8Eh+qQLIFSdY6bwmHt8pgjzfC9+ZpXd7nLXsp2u9y9o+Bn7zvL9GyhPE9SEGD h17EgQKBgQDVGYaE7noKscFpMbRdNVBzSAd9w4+p6v9l7VmAmAhgzIEtkMjBy1Mu RQVn7VMtMCAVLZ7MtIPJx9mUrwaUJWWlKRQpVXrgKTtun8vWeU+brUKpQshBYwoY xy1QMepgHxZiqVP2fswi47xbrcmX3VL8WlYmHBKgV0sbUsHxEMNrTg== -----END RSA PRIVATE KEY----- 2018-12-12 14:33:22,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-12-12 14:33:22,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"security_group": {"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-12-12 14:33:22,702 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-7eb52cc8-19d7-4fe5-b559-aa044ba64b32 Date: Wed, 12 Dec 2018 14:33:22 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:22Z", "updated_at": "2018-12-12T14:33:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:22Z", "revision_number": 0, "id": "e4c6d21f-487b-4d5a-a987-235db3ef3e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:22Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:22Z", "revision_number": 0, "id": "f639e90a-935e-445d-8ecf-31f2eceec183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:22Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 2, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}} 2018-12-12 14:33:22,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-7eb52cc8-19d7-4fe5-b559-aa044ba64b32 2018-12-12 14:33:22,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.349803924561s 2018-12-12 14:33:22,703 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-7eb52cc8-19d7-4fe5-b559-aa044ba64b32 2018-12-12 14:33:22,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:33:22,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:22,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-f2dd9e9b-478e-47a4-84bc-c5b9aa60e628 Date: Wed, 12 Dec 2018 14:33:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:22Z", "updated_at": "2018-12-12T14:33:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:22Z", "revision_number": 0, "id": "e4c6d21f-487b-4d5a-a987-235db3ef3e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:22Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:22Z", "revision_number": 0, "id": "f639e90a-935e-445d-8ecf-31f2eceec183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:22Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 2, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}, {"description": "Default security group", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:09Z", "updated_at": "2018-12-12T14:33:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "1171bed2-6437-464a-8fec-5219c447ac3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "ab7ab6d8-5696-47e4-8bb3-56a75eae865a", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "b66b2417-f2ba-4b91-999f-cb369b997ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "f1a19525-41f4-4dbd-9f1d-6a743b3ac7b5", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 4, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "759c82c2-15d5-461c-acff-095473c75aba", "name": "default"}]} 2018-12-12 14:33:22,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f2dd9e9b-478e-47a4-84bc-c5b9aa60e628 2018-12-12 14:33:22,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.226380109787s 2018-12-12 14:33:22,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f2dd9e9b-478e-47a4-84bc-c5b9aa60e628 2018-12-12 14:33:22,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 14:33:22,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -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": "6be46e05-b836-40e1-acc6-d89c8d8d203b"}}' 2018-12-12 14:33:23,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c014676c-700a-429a-ac6d-8b5dd4d43ca4 Date: Wed, 12 Dec 2018 14:33:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T14:33:23Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "port_range_min": 22, "revision_number": 0, "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:23Z", "project_id": "a39def11942946489a907c6b1501c0cf", "id": "45f876cb-6145-4434-b070-f8e8f79ed6b1"}} 2018-12-12 14:33:23,271 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-c014676c-700a-429a-ac6d-8b5dd4d43ca4 2018-12-12 14:33:23,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.333012104034s 2018-12-12 14:33:23,272 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-c014676c-700a-429a-ac6d-8b5dd4d43ca4 2018-12-12 14:33:23,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:33:23,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:23,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-41587766-c8a1-437f-933f-8ba0867992ef Date: Wed, 12 Dec 2018 14:33:23 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:22Z", "updated_at": "2018-12-12T14:33:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T14:33:23Z", "revision_number": 0, "id": "45f876cb-6145-4434-b070-f8e8f79ed6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:23Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:22Z", "revision_number": 0, "id": "e4c6d21f-487b-4d5a-a987-235db3ef3e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:22Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:22Z", "revision_number": 0, "id": "f639e90a-935e-445d-8ecf-31f2eceec183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:22Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 3, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}, {"description": "Default security group", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:09Z", "updated_at": "2018-12-12T14:33:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "1171bed2-6437-464a-8fec-5219c447ac3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "ab7ab6d8-5696-47e4-8bb3-56a75eae865a", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "b66b2417-f2ba-4b91-999f-cb369b997ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "f1a19525-41f4-4dbd-9f1d-6a743b3ac7b5", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 4, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "759c82c2-15d5-461c-acff-095473c75aba", "name": "default"}]} 2018-12-12 14:33:23,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-41587766-c8a1-437f-933f-8ba0867992ef 2018-12-12 14:33:23,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197621107101s 2018-12-12 14:33:23,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-41587766-c8a1-437f-933f-8ba0867992ef 2018-12-12 14:33:23,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 14:33:23,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -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": "6be46e05-b836-40e1-acc6-d89c8d8d203b"}}' 2018-12-12 14:33:24,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2286da58-fda0-46a3-bdf3-f69b52b2a00b Date: Wed, 12 Dec 2018 14:33:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T14:33:23Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "port_range_min": null, "revision_number": 0, "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:23Z", "project_id": "a39def11942946489a907c6b1501c0cf", "id": "d229b477-bad2-4318-baac-fd618ab25939"}} 2018-12-12 14:33:24,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2286da58-fda0-46a3-bdf3-f69b52b2a00b 2018-12-12 14:33:24,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.525048971176s 2018-12-12 14:33:24,002 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2286da58-fda0-46a3-bdf3-f69b52b2a00b 2018-12-12 14:33:24,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:33:24,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:24,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-e7a0f45e-052d-4c95-a177-6b13cebaa898 Date: Wed, 12 Dec 2018 14:33:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["524ff67f-1674-4da2-b0c8-eb9ad983d4d6"],"updated_at":"2018-12-12T14:33:11Z","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a39def11942946489a907c6b1501c0cf","id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","name":"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:33:24,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e7a0f45e-052d-4c95-a177-6b13cebaa898 2018-12-12 14:33:24,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250117063522s 2018-12-12 14:33:24,254 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e7a0f45e-052d-4c95-a177-6b13cebaa898 2018-12-12 14:33:24,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:33:24,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:24,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5ab209be-7973-4a77-9665-766e96e41888 Date: Wed, 12 Dec 2018 14:33:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap", "metadata": {}}], "file": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/file", "owner": "a39def11942946489a907c6b1501c0cf", "id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "size": 12716032, "self": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:33:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:33:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:33:24,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5ab209be-7973-4a77-9665-766e96e41888 2018-12-12 14:33:24,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180222034454s 2018-12-12 14:33:24,436 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5ab209be-7973-4a77-9665-766e96e41888 2018-12-12 14:33:24,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 14:33:24,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:24,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33: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-6e1455af-fca1-4631-a07b-1bddb2c5438f x-compute-request-id: req-6e1455af-fca1-4631-a07b-1bddb2c5438f Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "518a820d-dd9f-4343-8340-77620a11ab8b", "name": "vping_ssh-flavor_115c7f7b-b574-4a35-9370-cbca2965a2a7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 14:33:24,471 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-6e1455af-fca1-4631-a07b-1bddb2c5438f 2018-12-12 14:33:24,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0333840847015s 2018-12-12 14:33:24,472 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-6e1455af-fca1-4631-a07b-1bddb2c5438f 2018-12-12 14:33:24,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-12 14:33:24,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"server": {"name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "imageRef": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "flavorRef": "518a820d-dd9f-4343-8340-77620a11ab8b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f087a273-ab02-4d2f-a6ca-9a669f0801b4"}], "security_groups": [{"name": "6be46e05-b836-40e1-acc6-d89c8d8d203b"}]}}' 2018-12-12 14:33:26,829 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:33: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-7f34deef-0cc4-41d2-860a-88ad2c4fc376 x-compute-request-id: req-7f34deef-0cc4-41d2-860a-88ad2c4fc376 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6be46e05-b836-40e1-acc6-d89c8d8d203b"}], "OS-DCF:diskConfig": "MANUAL", "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "adminPass": "9oX2GFrPcKoz"}} 2018-12-12 14:33:26,829 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-7f34deef-0cc4-41d2-860a-88ad2c4fc376 2018-12-12 14:33:26,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.35613512993s 2018-12-12 14:33:26,830 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-7f34deef-0cc4-41d2-860a-88ad2c4fc376 2018-12-12 14:33:26,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:26,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:27,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33: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-d75ab8e8-7aff-42f7-ae48-8bdf8ab04b86 x-compute-request-id: req-d75ab8e8-7aff-42f7-ae48-8bdf8ab04b86 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:33:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:27,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d75ab8e8-7aff-42f7-ae48-8bdf8ab04b86 2018-12-12 14:33:27,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.285182952881s 2018-12-12 14:33:27,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d75ab8e8-7aff-42f7-ae48-8bdf8ab04b86 2018-12-12 14:33:27,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:33:27,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:27,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-53a27b4f-6586-432d-bf69-bfe48cedc1b5 Date: Wed, 12 Dec 2018 14:33:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["524ff67f-1674-4da2-b0c8-eb9ad983d4d6"],"updated_at":"2018-12-12T14:33:11Z","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a39def11942946489a907c6b1501c0cf","id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","name":"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:33:27,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-53a27b4f-6586-432d-bf69-bfe48cedc1b5 2018-12-12 14:33:27,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118130922318s 2018-12-12 14:33:27,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-53a27b4f-6586-432d-bf69-bfe48cedc1b5 2018-12-12 14:33:27,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 14:33:27,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:27,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-3b19c915-4931-47c0-8ed7-3d23a44e47a8 Date: Wed, 12 Dec 2018 14:33:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T14:33:11Z","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":"a39def11942946489a907c6b1501c0cf","id":"524ff67f-1674-4da2-b0c8-eb9ad983d4d6","subnetpool_id":null,"name":"vping_ssh-subnet_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:33:27,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3b19c915-4931-47c0-8ed7-3d23a44e47a8 2018-12-12 14:33:27,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.057599067688s 2018-12-12 14:33:27,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3b19c915-4931-47c0-8ed7-3d23a44e47a8 2018-12-12 14:33:27,301 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:33:29,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:29,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:30,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2714e8f0-aa74-4e07-9627-df54bc82858c x-compute-request-id: req-2714e8f0-aa74-4e07-9627-df54bc82858c Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:33:27Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:30,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2714e8f0-aa74-4e07-9627-df54bc82858c 2018-12-12 14:33:30,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.941807985306s 2018-12-12 14:33:30,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2714e8f0-aa74-4e07-9627-df54bc82858c 2018-12-12 14:33:30,250 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:33:32,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:32,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:32,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33: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-551bacad-7e28-420e-bab3-c50d9f95dab8 x-compute-request-id: req-551bacad-7e28-420e-bab3-c50d9f95dab8 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:33:27Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:32,766 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-551bacad-7e28-420e-bab3-c50d9f95dab8 2018-12-12 14:33:32,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512624025345s 2018-12-12 14:33:32,766 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-551bacad-7e28-420e-bab3-c50d9f95dab8 2018-12-12 14:33:32,770 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:33:34,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:34,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:35,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6b142d7-e4d7-4586-a733-fe2d6a94455c x-compute-request-id: req-b6b142d7-e4d7-4586-a733-fe2d6a94455c Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:0f:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:32.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:32Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:35,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b6b142d7-e4d7-4586-a733-fe2d6a94455c 2018-12-12 14:33:35,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.59256196022s 2018-12-12 14:33:35,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b6b142d7-e4d7-4586-a733-fe2d6a94455c 2018-12-12 14:33:35,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 14:33:35,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=0a060dd8-ef66-4cd7-9e59-bbe8611223aa" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:35,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-0d89c1fc-8bee-4ec7-aabf-6bec9fd204d5 Date: Wed, 12 Dec 2018 14:33:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:33:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"524ff67f-1674-4da2-b0c8-eb9ad983d4d6","ip_address":"192.168.120.13"}],"id":"99dc2d73-4ad5-4450-9e66-d463a8ad9cc1","security_groups":["6be46e05-b836-40e1-acc6-d89c8d8d203b"],"mac_address":"fa:16:3e:e6:0f:7a","project_id":"a39def11942946489a907c6b1501c0cf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:28Z","binding:vnic_type":"normal","device_id":"0a060dd8-ef66-4cd7-9e59-bbe8611223aa"}]} 2018-12-12 14:33:35,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=0a060dd8-ef66-4cd7-9e59-bbe8611223aa used request id req-0d89c1fc-8bee-4ec7-aabf-6bec9fd204d5 2018-12-12 14:33:35,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0603220462799s 2018-12-12 14:33:35,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=0a060dd8-ef66-4cd7-9e59-bbe8611223aa used request id req-0d89c1fc-8bee-4ec7-aabf-6bec9fd204d5 2018-12-12 14:33:35,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:33:35,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=99dc2d73-4ad5-4450-9e66-d463a8ad9cc1" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:35,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-667065ae-5201-414b-9216-e2c1224ea110 Date: Wed, 12 Dec 2018 14:33:35 GMT RESP BODY: {"floatingips": []} 2018-12-12 14:33:35,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=99dc2d73-4ad5-4450-9e66-d463a8ad9cc1 used request id req-667065ae-5201-414b-9216-e2c1224ea110 2018-12-12 14:33:35,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0186789035797s 2018-12-12 14:33:35,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=99dc2d73-4ad5-4450-9e66-d463a8ad9cc1 used request id req-667065ae-5201-414b-9216-e2c1224ea110 2018-12-12 14:33:35,457 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e6:0f:7a', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6afdead1-0a2f-44b5-b75b-73a6b7734bca'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T14:33:32.000000', 'flavor': Munch({u'id': u'518a820d-dd9f-4343-8340-77620a11ab8b'}), 'az': u'nova', 'id': u'0a060dd8-ef66-4cd7-9e59-bbe8611223aa', 'security_groups': [Munch({u'name': u'vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'82f529d6c41a4c198aca949b6592f6c6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a39def11942946489a907c6b1501c0cf', 'name': 'vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-12T14:33:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-12T14:33:32Z', 'hostId': u'7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T14:33:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a39def11942946489a907c6b1501c0cf', 'name': u'vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'adminPass': u'9oX2GFrPcKoz', 'tenant_id': u'a39def11942946489a907c6b1501c0cf', 'region': 'regionOne', 'created': u'2018-12-12T14:33:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-12 14:33:35,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:33:35,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:35,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-3823a32a-0f6a-441a-afb2-8198690059d1 Date: Wed, 12 Dec 2018 14:33:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["524ff67f-1674-4da2-b0c8-eb9ad983d4d6"],"updated_at":"2018-12-12T14:33:11Z","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a39def11942946489a907c6b1501c0cf","id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","name":"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:33:35,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3823a32a-0f6a-441a-afb2-8198690059d1 2018-12-12 14:33:35,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119129180908s 2018-12-12 14:33:35,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3823a32a-0f6a-441a-afb2-8198690059d1 2018-12-12 14:33:35,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:33:35,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:35,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-035b588f-fc8d-47f6-a172-74559929fac1 Date: Wed, 12 Dec 2018 14:33:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap", "metadata": {}}], "file": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/file", "owner": "a39def11942946489a907c6b1501c0cf", "id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "size": 12716032, "self": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:33:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:33:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:33:35,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-035b588f-fc8d-47f6-a172-74559929fac1 2018-12-12 14:33:35,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0336849689484s 2018-12-12 14:33:35,613 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-035b588f-fc8d-47f6-a172-74559929fac1 2018-12-12 14:33:35,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 14:33:35,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:35,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33: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-9955e56f-f5bd-4158-b00e-39c503d0b0ac x-compute-request-id: req-9955e56f-f5bd-4158-b00e-39c503d0b0ac Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "518a820d-dd9f-4343-8340-77620a11ab8b", "name": "vping_ssh-flavor_115c7f7b-b574-4a35-9370-cbca2965a2a7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 14:33:35,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9955e56f-f5bd-4158-b00e-39c503d0b0ac 2018-12-12 14:33:35,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0361490249634s 2018-12-12 14:33:35,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9955e56f-f5bd-4158-b00e-39c503d0b0ac 2018-12-12 14:33:35,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-12 14:33:35,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"server": {"name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "imageRef": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "flavorRef": "518a820d-dd9f-4343-8340-77620a11ab8b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f087a273-ab02-4d2f-a6ca-9a669f0801b4"}], "security_groups": [{"name": "6be46e05-b836-40e1-acc6-d89c8d8d203b"}]}}' 2018-12-12 14:33:37,248 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:33: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-5286aab3-d1f5-454f-a0b2-daf6710eb374 x-compute-request-id: req-5286aab3-d1f5-454f-a0b2-daf6710eb374 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6be46e05-b836-40e1-acc6-d89c8d8d203b"}], "OS-DCF:diskConfig": "MANUAL", "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "adminPass": "ir4CFMHjstzq"}} 2018-12-12 14:33:37,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-5286aab3-d1f5-454f-a0b2-daf6710eb374 2018-12-12 14:33:37,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.59606313705s 2018-12-12 14:33:37,249 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-5286aab3-d1f5-454f-a0b2-daf6710eb374 2018-12-12 14:33:37,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:37,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:37,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e7ecf12-922c-4ae6-992a-74ded800d4b4 x-compute-request-id: req-9e7ecf12-922c-4ae6-992a-74ded800d4b4 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:33:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:37Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:0f:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:32.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:32Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:37,910 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9e7ecf12-922c-4ae6-992a-74ded800d4b4 2018-12-12 14:33:37,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660238027573s 2018-12-12 14:33:37,910 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9e7ecf12-922c-4ae6-992a-74ded800d4b4 2018-12-12 14:33:37,916 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:33:39,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:39,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:40,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9493e289-c40a-4a73-b206-b52550655466 x-compute-request-id: req-9493e289-c40a-4a73-b206-b52550655466 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:33:39Z", "hostId": "3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:37Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:0f:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:32.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:32Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:40,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9493e289-c40a-4a73-b206-b52550655466 2018-12-12 14:33:40,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560724973679s 2018-12-12 14:33:40,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9493e289-c40a-4a73-b206-b52550655466 2018-12-12 14:33:40,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:33:42,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:42,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:42,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d621a6bd-4b62-41f8-940a-eacdee80dd1a x-compute-request-id: req-d621a6bd-4b62-41f8-940a-eacdee80dd1a Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:33:39Z", "hostId": "3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:37Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:0f:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:32.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:32Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:42,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d621a6bd-4b62-41f8-940a-eacdee80dd1a 2018-12-12 14:33:42,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488054990768s 2018-12-12 14:33:42,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d621a6bd-4b62-41f8-940a-eacdee80dd1a 2018-12-12 14:33:42,982 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:33:44,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:44,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:45,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31cafce0-bfbb-4c45-9239-a58f084f5d13 x-compute-request-id: req-31cafce0-bfbb-4c45-9239-a58f084f5d13 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:33:39Z", "hostId": "3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:37Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:0f:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:32.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:32Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:45,657 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-31cafce0-bfbb-4c45-9239-a58f084f5d13 2018-12-12 14:33:45,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672721862793s 2018-12-12 14:33:45,658 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-31cafce0-bfbb-4c45-9239-a58f084f5d13 2018-12-12 14:33:45,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:33:47,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:47,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:47,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33: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-478850ce-efd8-43d6-9d65-ddf9c4eef495 x-compute-request-id: req-478850ce-efd8-43d6-9d65-ddf9c4eef495 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:cb:f6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:45.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:45Z", "hostId": "3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:37Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:0f:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:32.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:32Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:47,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-478850ce-efd8-43d6-9d65-ddf9c4eef495 2018-12-12 14:33:47,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.217189073563s 2018-12-12 14:33:47,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-478850ce-efd8-43d6-9d65-ddf9c4eef495 2018-12-12 14:33:47,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 14:33:47,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=450cd0ab-af9a-4d3c-984f-32631dbc00b4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:47,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-075d1412-7d41-4a32-a351-07277a505224 Date: Wed, 12 Dec 2018 14:33:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:33:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"524ff67f-1674-4da2-b0c8-eb9ad983d4d6","ip_address":"192.168.120.6"}],"id":"50a7abb5-8b0f-46ab-af4f-8b10a2919751","security_groups":["6be46e05-b836-40e1-acc6-d89c8d8d203b"],"mac_address":"fa:16:3e:36:cb:f6","project_id":"a39def11942946489a907c6b1501c0cf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:40Z","binding:vnic_type":"normal","device_id":"450cd0ab-af9a-4d3c-984f-32631dbc00b4"}]} 2018-12-12 14:33:47,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=450cd0ab-af9a-4d3c-984f-32631dbc00b4 used request id req-075d1412-7d41-4a32-a351-07277a505224 2018-12-12 14:33:47,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0929808616638s 2018-12-12 14:33:47,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=450cd0ab-af9a-4d3c-984f-32631dbc00b4 used request id req-075d1412-7d41-4a32-a351-07277a505224 2018-12-12 14:33:47,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:33:47,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=50a7abb5-8b0f-46ab-af4f-8b10a2919751" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:48,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-59ec6061-defd-4ea7-aff1-67b8f0fbac3e Date: Wed, 12 Dec 2018 14:33:48 GMT RESP BODY: {"floatingips": []} 2018-12-12 14:33:48,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=50a7abb5-8b0f-46ab-af4f-8b10a2919751 used request id req-59ec6061-defd-4ea7-aff1-67b8f0fbac3e 2018-12-12 14:33:48,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0189521312714s 2018-12-12 14:33:48,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=50a7abb5-8b0f-46ab-af4f-8b10a2919751 used request id req-59ec6061-defd-4ea7-aff1-67b8f0fbac3e 2018-12-12 14:33:48,007 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:36:cb:f6', 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'6afdead1-0a2f-44b5-b75b-73a6b7734bca'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T14:33:45.000000', 'flavor': Munch({u'id': u'518a820d-dd9f-4343-8340-77620a11ab8b'}), 'az': u'nova', 'id': u'450cd0ab-af9a-4d3c-984f-32631dbc00b4', 'security_groups': [Munch({u'name': u'vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'82f529d6c41a4c198aca949b6592f6c6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a39def11942946489a907c6b1501c0cf', 'name': 'vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-12T14:33:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-12T14:33:45Z', 'hostId': u'3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T14:33:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a39def11942946489a907c6b1501c0cf', 'name': u'vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'adminPass': u'ir4CFMHjstzq', 'tenant_id': u'a39def11942946489a907c6b1501c0cf', 'region': 'regionOne', 'created': u'2018-12-12T14:33:37Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-12 14:33:48,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:33:48,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:48,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-0ba3d762-ff49-4ce6-aae7-cff79571391f Date: Wed, 12 Dec 2018 14:33:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["524ff67f-1674-4da2-b0c8-eb9ad983d4d6"],"updated_at":"2018-12-12T14:33:11Z","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a39def11942946489a907c6b1501c0cf","id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","name":"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:33:48,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-0ba3d762-ff49-4ce6-aae7-cff79571391f 2018-12-12 14:33:48,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109351873398s 2018-12-12 14:33:48,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-0ba3d762-ff49-4ce6-aae7-cff79571391f 2018-12-12 14:33:48,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 14:33:48,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=450cd0ab-af9a-4d3c-984f-32631dbc00b4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:48,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-a0099737-1d3d-417f-b156-92823ab74f51 Date: Wed, 12 Dec 2018 14:33:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:33:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"524ff67f-1674-4da2-b0c8-eb9ad983d4d6","ip_address":"192.168.120.6"}],"id":"50a7abb5-8b0f-46ab-af4f-8b10a2919751","security_groups":["6be46e05-b836-40e1-acc6-d89c8d8d203b"],"mac_address":"fa:16:3e:36:cb:f6","project_id":"a39def11942946489a907c6b1501c0cf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:40Z","binding:vnic_type":"normal","device_id":"450cd0ab-af9a-4d3c-984f-32631dbc00b4"}]} 2018-12-12 14:33:48,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=450cd0ab-af9a-4d3c-984f-32631dbc00b4 used request id req-a0099737-1d3d-417f-b156-92823ab74f51 2018-12-12 14:33:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0539078712463s 2018-12-12 14:33:48,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=450cd0ab-af9a-4d3c-984f-32631dbc00b4 used request id req-a0099737-1d3d-417f-b156-92823ab74f51 2018-12-12 14:33:48,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-12-12 14:33:48,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.6", "port_id": "50a7abb5-8b0f-46ab-af4f-8b10a2919751"}}' 2018-12-12 14:33:49,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-4ff8cbb7-13e1-4321-9a8c-92d67a9c0b5b Date: Wed, 12 Dec 2018 14:33:49 GMT RESP BODY: {"floatingip": {"router_id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:49Z", "updated_at": "2018-12-12T14:33:49Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "a39def11942946489a907c6b1501c0cf", "port_id": "50a7abb5-8b0f-46ab-af4f-8b10a2919751", "id": "819b9896-21f8-44b7-a71a-efb941c47157"}} 2018-12-12 14:33:49,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-4ff8cbb7-13e1-4321-9a8c-92d67a9c0b5b 2018-12-12 14:33:49,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.80966114998s 2018-12-12 14:33:49,987 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-4ff8cbb7-13e1-4321-9a8c-92d67a9c0b5b 2018-12-12 14:33:49,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:33:49,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:50,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-afd2fdd6-d37d-4022-9921-e2ca0986a07c Date: Wed, 12 Dec 2018 14:33:50 GMT RESP BODY: {"floatingips": [{"router_id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:49Z", "updated_at": "2018-12-12T14:33:49Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "a39def11942946489a907c6b1501c0cf", "port_id": "50a7abb5-8b0f-46ab-af4f-8b10a2919751", "id": "819b9896-21f8-44b7-a71a-efb941c47157"}]} 2018-12-12 14:33:50,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-afd2fdd6-d37d-4022-9921-e2ca0986a07c 2018-12-12 14:33:50,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0242619514465s 2018-12-12 14:33:50,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-afd2fdd6-d37d-4022-9921-e2ca0986a07c 2018-12-12 14:33:50,024 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 14:33:50,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:33:50,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:50,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-0659d04a-35b4-4181-a1e0-d1132ef9866c Date: Wed, 12 Dec 2018 14:33:50 GMT RESP BODY: {"floatingips": [{"router_id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:49Z", "updated_at": "2018-12-12T14:33:49Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "a39def11942946489a907c6b1501c0cf", "port_id": "50a7abb5-8b0f-46ab-af4f-8b10a2919751", "id": "819b9896-21f8-44b7-a71a-efb941c47157"}]} 2018-12-12 14:33:50,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-0659d04a-35b4-4181-a1e0-d1132ef9866c 2018-12-12 14:33:50,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0303828716278s 2018-12-12 14:33:50,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-0659d04a-35b4-4181-a1e0-d1132ef9866c 2018-12-12 14:33:50,164 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 14:33:50,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:33:50,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:50,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-19e2f7cd-a7ea-40aa-9dba-538dbe3f7311 Date: Wed, 12 Dec 2018 14:33:50 GMT RESP BODY: {"floatingips": [{"router_id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:49Z", "updated_at": "2018-12-12T14:33:49Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "a39def11942946489a907c6b1501c0cf", "port_id": "50a7abb5-8b0f-46ab-af4f-8b10a2919751", "id": "819b9896-21f8-44b7-a71a-efb941c47157"}]} 2018-12-12 14:33:50,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-19e2f7cd-a7ea-40aa-9dba-538dbe3f7311 2018-12-12 14:33:50,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0255110263824s 2018-12-12 14:33:50,295 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-19e2f7cd-a7ea-40aa-9dba-538dbe3f7311 2018-12-12 14:33:50,299 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 14:33:50,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:33:50,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:50,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c4f0af3b-80c8-47e2-b626-bc57b681863e Date: Wed, 12 Dec 2018 14:33:50 GMT RESP BODY: {"floatingips": [{"router_id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:49Z", "updated_at": "2018-12-12T14:33:49Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "a39def11942946489a907c6b1501c0cf", "port_id": "50a7abb5-8b0f-46ab-af4f-8b10a2919751", "id": "819b9896-21f8-44b7-a71a-efb941c47157"}]} 2018-12-12 14:33:50,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-c4f0af3b-80c8-47e2-b626-bc57b681863e 2018-12-12 14:33:50,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0220890045166s 2018-12-12 14:33:50,428 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-c4f0af3b-80c8-47e2-b626-bc57b681863e 2018-12-12 14:33:50,433 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 14:33:50,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:33:50,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:50,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-b9069c2f-7f03-4bef-b641-ed2c4c73b4e3 Date: Wed, 12 Dec 2018 14:33:50 GMT RESP BODY: {"floatingips": [{"router_id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:49Z", "updated_at": "2018-12-12T14:33:49Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "a39def11942946489a907c6b1501c0cf", "port_id": "50a7abb5-8b0f-46ab-af4f-8b10a2919751", "id": "819b9896-21f8-44b7-a71a-efb941c47157"}]} 2018-12-12 14:33:50,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-b9069c2f-7f03-4bef-b641-ed2c4c73b4e3 2018-12-12 14:33:50,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0262749195099s 2018-12-12 14:33:50,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-b9069c2f-7f03-4bef-b641-ed2c4c73b4e3 2018-12-12 14:33:50,569 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'83c73d86-cb1c-4ed0-955c-cd8aefd63fd5', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a39def11942946489a907c6b1501c0cf', 'created_at': u'2018-12-12T14:33:49Z', 'attached': True, 'updated_at': u'2018-12-12T14:33:49Z', 'id': u'819b9896-21f8-44b7-a71a-efb941c47157', 'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a39def11942946489a907c6b1501c0cf', 'name': 'vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'83c73d86-cb1c-4ed0-955c-cd8aefd63fd5', 'project_id': u'a39def11942946489a907c6b1501c0cf', 'port_id': u'50a7abb5-8b0f-46ab-af4f-8b10a2919751', 'port': u'50a7abb5-8b0f-46ab-af4f-8b10a2919751', 'network': u'a8338694-3b57-490d-b186-bcbdf41bb7db'}) 2018-12-12 14:33:50,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-12 14:33:50,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4/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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 14:33:51,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a96d5ddc-c91f-44a6-b056-be07953ed7e8 x-compute-request-id: req-a96d5ddc-c91f-44a6-b056-be07953ed7e8 Content-Encoding: gzip Content-Length: 9527 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 874581289 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.134167] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135824] pid_max: default: 32768 minimum: 301\n[ 0.136714] ACPI: Core revision 20150930\n[ 0.138145] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139472] Security Framework initialized\n[ 0.140294] Yama: becoming mindful.\n[ 0.141045] AppArmor: AppArmor initialized\n[ 0.141965] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143328] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144663] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145925] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147345] Initializing cgroup subsys io\n[ 0.148173] Initializing cgroup subsys memory\n[ 0.149049] Initializing cgroup subsys devices\n[ 0.149980] Initializing cgroup subsys freezer\n[ 0.150881] Initializing cgroup subsys net_cls\n[ 0.151762] Initializing cgroup subsys perf_event\n[ 0.152686] Initializing cgroup subsys net_prio\n[ 0.153619] Initializing cgroup subsys hugetlb\n[ 0.154540] Initializing cgroup subsys pids\n[ 0.155429] CPU: Physical Processor ID: 0\n[ 0.156943] mce: CPU supports 10 MCE banks\n[ 0.157844] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169498] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175860] ftrace: allocating 31920 entries in 125 pages\n[ 0.202165] smpboot: Max logical packages: 1\n[ 0.203069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204485] x2apic enabled\n[ 0.205360] Switched APIC routing to physical x2apic.\n[ 0.207157] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210392] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212199] KVM setup paravirtual spinlock\n[ 0.213502] x86: Booted up 1 node, 1 CPUs\n[ 0.214339] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215781] devtmpfs: initialized\n[ 0.217476] evm: security.selinux\n[ 0.218180] evm: security.SMACK64\n[ 0.218901] evm: security.SMACK64EXEC\n[ 0.219675] evm: security.SMACK64TRANSMUTE\n[ 0.220496] evm: security.SMACK64MMAP\n[ 0.221260] evm: security.ima\n[ 0.221910] evm: security.capability\n[ 0.222709] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224594] pinctrl core: initialized pinctrl subsystem\n[ 0.225732] RTC time: 14:33:45, date: 12/12/18\n[ 0.226696] NET: Registered protocol family 16\n[ 0.227667] cpuidle: using governor ladder\n[ 0.228500] cpuidle: using governor menu\n[ 0.229307] PCCT header not found.\n[ 0.230083] ACPI: bus type PCI registered\n[ 0.230906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232174] PCI: Using configuration type 1 for base access\n[ 0.233941] ACPI: Added _OSI(Module Device)\n[ 0.234848] ACPI: Added _OSI(Processor Device)\n[ 0.235743] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236654] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238741] ACPI: Interpreter enabled\n[ 0.239547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241480] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247229] ACPI: (supports S0 S5)\n[ 0.247955] ACPI: Using IOAPIC for interrupt routing\n[ 0.249101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253391] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255930] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258214] acpiphp: Slot [3] registered\n[ 0.259093] acpiphp: Slot [4] registered\n[ 0.259917] acpiphp: Slot [5] registered\n[ 0.260736] acpiphp: Slot [6] registered\n[ 0.261556] acpiphp: Slot [7] registered\n[ 0.262382] acpiphp: Slot [8] registered\n[ 0.263211] acpiphp: Slot [9] registered\n[ 0.264092] acpiphp: Slot [10] registered\n[ 0.264944] acpiphp: Slot [11] registered\n[ 0.265775] acpiphp: Slot [12] registered\n[ 0.266595] acpiphp: Slot [13] registered\n[ 0.267424] acpiphp: Slot [14] registered\n[ 0.268253] acpiphp: Slot [15] registered\n[ 0.279092] acpiphp: Slot [16] registered\n[ 0.279961] acpiphp: Slot [17] registered\n[ 0.280817] acpiphp: Slot [18] registered\n[ 0.281654] acpiphp: Slot [19] registered\n[ 0.282490] acpiphp: Slot [20] registered\n[ 0.283338] acpiphp: Slot [21] registered\n[ 0.284175] acpiphp: Slot [22] registered\n[ 0.285028] acpiphp: Slot [23] registered\n[ 0.285894] acpiphp: Slot [24] registered\n[ 0.286741] acpiphp: Slot [25] registered\n[ 0.287584] acpiphp: Slot [26] registered\n[ 0.288432] acpiphp: Slot [27] registered\n[ 0.289272] acpiphp: Slot [28] registered\n[ 0.290113] acpiphp: Slot [29] registered\n[ 0.290964] acpiphp: Slot [30] registered\n[ 0.291820] acpiphp: Slot [31] registered\n[ 0.292647] PCI host bridge to bus 0000:00\n[ 0.293491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294754] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296069] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297576] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299077] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305315] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306685] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309236] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315714] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363010] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364515] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365964] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367460] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371329] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374199] vgaarb: loaded\n[ 0.374816] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375998] SCSI subsystem initialized\n[ 0.376869] ACPI: bus type USB registered\n[ 0.377716] usbcore: registered new interface driver usbfs\n[ 0.378785] usbcore: registered new interface driver hub\n[ 0.379823] usbcore: registered new device driver usb\n[ 0.380906] PCI: Using ACPI for IRQ routing\n[ 0.381949] NetLabel: Initializing\n[ 0.382705] NetLabel: domain hash size = 128\n[ 0.383606] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384579] NetLabel: unlabeled traffic allowed by default\n[ 0.385707] clocksource: Switched to clocksource kvm-clock\n[ 0.391147] AppArmor: AppArmor Filesystem Enabled\n[ 0.392173] pnp: PnP ACPI init\n[ 0.393092] pnp: PnP ACPI: found 5 devices\n[ 0.399466] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401211] NET: Registered protocol family 2\n[ 0.402191] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403497] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404697] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408299] NET: Registered protocol family 1\n[ 0.409181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410317] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411419] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425187] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439168] Trying to unpack rootfs image as initramfs...\n[ 0.488316] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502477] Scanning for low memory corruption every 60 seconds\n[ 0.503817] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504993] audit: initializing netlink subsys (disabled)\n[ 0.506057] audit: type=2000 audit(1544625225.819:1): initialized\n[ 0.507393] Initialise system trusted keyring\n[ 0.508400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509599] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511579] zbud: loaded\n[ 0.512292] VFS: Disk quotas dquot_6.6.0\n[ 0.513135] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514680] fuse init (API version 7.23)\n[ 0.515592] Key type big_key registered\n[ 0.516412] Allocating IMA MOK and blacklist keyrings.\n[ 0.517935] Key type asymmetric registered\n[ 0.518788] Asymmetric key parser 'x509' registered\n[ 0.519765] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521264] io scheduler noop registered\n[ 0.522090] io scheduler deadline registered (default)\n[ 0.523108] io scheduler cfq registered\n[ 0.523966] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526351] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527873] ACPI: Power Button [PWRF]\n[ 0.528741] GHES: HEST is not enabled!\n[ 0.542325] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572774] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575203] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601357] Linux agpgart interface v0.103\n[ 0.603438] brd: module loaded\n[ 0.604665] loop: module loaded\n[ 0.609036] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610577] GPT:90111 != 2097151\n[ 0.611294] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612448] GPT:90111 != 2097151\n[ 0.613157] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614179] vda: vda1 vda15\n[ 0.615607] scsi host0: ata_piix\n[ 0.616386] scsi host1: ata_piix\n[ 0.617130] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618426] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619953] libphy: Fixed MDIO Bus: probed\n[ 0.620813] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621825] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624021] PPP generic driver version 2.4.2\n[ 0.624943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626217] ehci-pci: EHCI PCI platform driver\n[ 0.627105] ehci-platform: EHCI generic platform driver\n[ 0.628093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629218] ohci-pci: OHCI PCI platform driver\n[ 0.630099] ohci-platform: OHCI generic platform driver\n[ 0.631091] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645394] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646404] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647857] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652659] usb usb1: Product: UHCI Host Controller\n[ 0.653593] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654737] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655754] hub 1-0:1.0: USB hub found\n[ 0.656535] hub 1-0:1.0: 2 ports detected\n[ 0.657442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659572] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660533] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661565] mousedev: PS/2 mouse device common for all mice\n[ 0.662835] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665772] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668163] i2c /dev entries driver\n[ 0.668912] device-mapper: uevent: version 1.0.3\n[ 0.669855] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671477] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672757] NET: Registered protocol family 10\n[ 0.673763] NET: Registered protocol family 17\n[ 0.674658] Key type dns_resolver registered\n[ 0.675589] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678441] registered taskstats version 1\n[ 0.679313] Loading compiled-in X.509 certificates\n[ 0.680879] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683146] zswap: loaded using pool lzo/zbud\n[ 0.684750] Key type trusted registered\n[ 0.686636] Key type encrypted registered\n[ 0.687666] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690141] evm: HMAC attrs: 0x1\n[ 0.691612] Magic number: 14:452:586\n[ 0.692658] rtc_cmos 00:00: setting system clock to 2018-12-12 14:33:45 UTC (1544625225)\n[ 0.694616] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.695895] EDD information not available.\n[ 0.778652] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780200] Write protecting the kernel read-only data: 14336k\n[ 0.792191] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794197] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836335] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.13. iid=i-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDEuigQQY9uW9daLBnfA1lH85QyVFevV3t8+Vvl+Gz1f/rebU0sf44Pdz8HD0ld5I4naH8sdiU5Ce9rHab3uonauA+oN70eDMyKkaRMVwAgJd1aFhjIdsDBy0jgcgsSQQzOYQ6ikbM+QxGRJH2BHrGbnW+NVh7ierLecShQgVA90HW+ImHa8b6IG/4vL6rmy9NP/1Lu25h2nCxCOrDl3vCu4gR1WWqh8kz+bs45lz7hO8Hzjq7XYMZ4OVNosoYwlbJhLWOZ3uFA0qbRCruaIl9T9vAmTfWLMeTgDaiOB/YKy6wFScFGxdZNeVsGU4lG3xBFrr9/pzdxxN/+XzhJkDPh root@vping-ssh-vm-115c7f7b-b574-4a35-9370-cbca2965a2a7\nssh-dss AAAAB3NzaC1kc3MAAACBAP5iQzLCuRdTq0e8eUA8TQKlEPuxNvGwLs7V6R9GqpVoR47nNcfGfyMoTxssn/NjXovjOU/bOXImPmr9MqpK6U0e7XLTjybIIlcgR/2fl377rjQhjKZeUWO5hw9RRxs7mcT7+l9se2cxMQ5FAmf0bfojZ3HgvN/sanlcNXg0KTztAAAAFQCuFJyxoSG67tXd4djpzHV3qc/s7QAAAIEA8P9T4/+KvpFCeVOXfa0xGyRuud9uX4Dkw5v3HXJHkWGOINsj7wkFPKzio4IMkcaPohAEZZUDdp/xkTm8DwUro0LPe+drt62p48ss/U1jQzyn8u9HNJGamIb0M4p+WTmXRE+i9KwqC0z9IciijB+FaptnlG6r6oDpiVG2aUWgqXMAAACAR22vZIppwMCjVB+8681GtPSBMvSBjlOyl2pGl+reSdgtimkcy8q87ROiMftJuf7CEiffr+yoYpnQ7ObsHMeFkgjFNcqrWXmuyVivX1vyLccOddS1smtb5m0DVOgeI49W9kJrLnUHCAVw1ZYzsfo9Azq7UQ9FuTb37dtmg34qSPs= root@vping-ssh-vm-115c7f7b-b574-4a35-9370-cbca2965a2a7\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:fe36:cbf6/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-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-115c7f7b-b574-4a35-9370-cbca2965a2a7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.27 ===\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-115c7f7b-b574-4a35-9370-cbca2965a2a7 login: "} 2018-12-12 14:33:51,681 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4/action used request id req-a96d5ddc-c91f-44a6-b056-be07953ed7e8 2018-12-12 14:33:51,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1115231514s 2018-12-12 14:33:51,682 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4/action used request id req-a96d5ddc-c91f-44a6-b056-be07953ed7e8 2018-12-12 14:33:51,683 - 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 874581289 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.134167] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.135824] pid_max: default: 32768 minimum: 301 [ 0.136714] ACPI: Core revision 20150930 [ 0.138145] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139472] Security Framework initialized [ 0.140294] Yama: becoming mindful. [ 0.141045] AppArmor: AppArmor initialized [ 0.141965] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143328] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144663] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145925] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147345] Initializing cgroup subsys io [ 0.148173] Initializing cgroup subsys memory [ 0.149049] Initializing cgroup subsys devices [ 0.149980] Initializing cgroup subsys freezer [ 0.150881] Initializing cgroup subsys net_cls [ 0.151762] Initializing cgroup subsys perf_event [ 0.152686] Initializing cgroup subsys net_prio [ 0.153619] Initializing cgroup subsys hugetlb [ 0.154540] Initializing cgroup subsys pids [ 0.155429] CPU: Physical Processor ID: 0 [ 0.156943] mce: CPU supports 10 MCE banks [ 0.157844] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.169498] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175860] ftrace: allocating 31920 entries in 125 pages [ 0.202165] smpboot: Max logical packages: 1 [ 0.203069] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.204485] x2apic enabled [ 0.205360] Switched APIC routing to physical x2apic. [ 0.207157] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.208295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.210392] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.212199] KVM setup paravirtual spinlock [ 0.213502] x86: Booted up 1 node, 1 CPUs [ 0.214339] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.215781] devtmpfs: initialized [ 0.217476] evm: security.selinux [ 0.218180] evm: security.SMACK64 [ 0.218901] evm: security.SMACK64EXEC [ 0.219675] evm: security.SMACK64TRANSMUTE [ 0.220496] evm: security.SMACK64MMAP [ 0.221260] evm: security.ima [ 0.221910] evm: security.capability [ 0.222709] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.224594] pinctrl core: initialized pinctrl subsystem [ 0.225732] RTC time: 14:33:45, date: 12/12/18 [ 0.226696] NET: Registered protocol family 16 [ 0.227667] cpuidle: using governor ladder [ 0.228500] cpuidle: using governor menu [ 0.229307] PCCT header not found. [ 0.230083] ACPI: bus type PCI registered [ 0.230906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.232174] PCI: Using configuration type 1 for base access [ 0.233941] ACPI: Added _OSI(Module Device) [ 0.234848] ACPI: Added _OSI(Processor Device) [ 0.235743] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.236654] ACPI: Added _OSI(Processor Aggregator Device) [ 0.238741] ACPI: Interpreter enabled [ 0.239547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.241480] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.243365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.245327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.247229] ACPI: (supports S0 S5) [ 0.247955] ACPI: Using IOAPIC for interrupt routing [ 0.249101] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.252206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.253391] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.254681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.255930] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.258214] acpiphp: Slot [3] registered [ 0.259093] acpiphp: Slot [4] registered [ 0.259917] acpiphp: Slot [5] registered [ 0.260736] acpiphp: Slot [6] registered [ 0.261556] acpiphp: Slot [7] registered [ 0.262382] acpiphp: Slot [8] registered [ 0.263211] acpiphp: Slot [9] registered [ 0.264092] acpiphp: Slot [10] registered [ 0.264944] acpiphp: Slot [11] registered [ 0.265775] acpiphp: Slot [12] registered [ 0.266595] acpiphp: Slot [13] registered [ 0.267424] acpiphp: Slot [14] registered [ 0.268253] acpiphp: Slot [15] registered [ 0.279092] acpiphp: Slot [16] registered [ 0.279961] acpiphp: Slot [17] registered [ 0.280817] acpiphp: Slot [18] registered [ 0.281654] acpiphp: Slot [19] registered [ 0.282490] acpiphp: Slot [20] registered [ 0.283338] acpiphp: Slot [21] registered [ 0.284175] acpiphp: Slot [22] registered [ 0.285028] acpiphp: Slot [23] registered [ 0.285894] acpiphp: Slot [24] registered [ 0.286741] acpiphp: Slot [25] registered [ 0.287584] acpiphp: Slot [26] registered [ 0.288432] acpiphp: Slot [27] registered [ 0.289272] acpiphp: Slot [28] registered [ 0.290113] acpiphp: Slot [29] registered [ 0.290964] acpiphp: Slot [30] registered [ 0.291820] acpiphp: Slot [31] registered [ 0.292647] PCI host bridge to bus 0000:00 [ 0.293491] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.294754] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296069] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297576] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299077] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305315] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306685] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309236] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315714] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363010] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.364515] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.365964] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.367460] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.368869] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.370143] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.371329] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.372579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.374199] vgaarb: loaded [ 0.374816] vgaarb: bridge control possible 0000:00:02.0 [ 0.375998] SCSI subsystem initialized [ 0.376869] ACPI: bus type USB registered [ 0.377716] usbcore: registered new interface driver usbfs [ 0.378785] usbcore: registered new interface driver hub [ 0.379823] usbcore: registered new device driver usb [ 0.380906] PCI: Using ACPI for IRQ routing [ 0.381949] NetLabel: Initializing [ 0.382705] NetLabel: domain hash size = 128 [ 0.383606] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.384579] NetLabel: unlabeled traffic allowed by default [ 0.385707] clocksource: Switched to clocksource kvm-clock [ 0.391147] AppArmor: AppArmor Filesystem Enabled [ 0.392173] pnp: PnP ACPI init [ 0.393092] pnp: PnP ACPI: found 5 devices [ 0.399466] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.401211] NET: Registered protocol family 2 [ 0.402191] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403497] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.404697] TCP: Hash tables configured (established 4096 bind 4096) [ 0.405904] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.407060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.408299] NET: Registered protocol family 1 [ 0.409181] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.410317] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.411419] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425187] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.439168] Trying to unpack rootfs image as initramfs... [ 0.488316] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.502477] Scanning for low memory corruption every 60 seconds [ 0.503817] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.504993] audit: initializing netlink subsys (disabled) [ 0.506057] audit: type=2000 audit(1544625225.819:1): initialized [ 0.507393] Initialise system trusted keyring [ 0.508400] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.509599] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.511579] zbud: loaded [ 0.512292] VFS: Disk quotas dquot_6.6.0 [ 0.513135] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514680] fuse init (API version 7.23) [ 0.515592] Key type big_key registered [ 0.516412] Allocating IMA MOK and blacklist keyrings. [ 0.517935] Key type asymmetric registered [ 0.518788] Asymmetric key parser 'x509' registered [ 0.519765] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.521264] io scheduler noop registered [ 0.522090] io scheduler deadline registered (default) [ 0.523108] io scheduler cfq registered [ 0.523966] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526351] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.527873] ACPI: Power Button [PWRF] [ 0.528741] GHES: HEST is not enabled! [ 0.542325] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572774] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575203] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601357] Linux agpgart interface v0.103 [ 0.603438] brd: module loaded [ 0.604665] loop: module loaded [ 0.609036] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.610577] GPT:90111 != 2097151 [ 0.611294] GPT:Alternate GPT header not at the end of the disk. [ 0.612448] GPT:90111 != 2097151 [ 0.613157] GPT: Use GNU Parted to correct GPT errors. [ 0.614179] vda: vda1 vda15 [ 0.615607] scsi host0: ata_piix [ 0.616386] scsi host1: ata_piix [ 0.617130] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.618426] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.619953] libphy: Fixed MDIO Bus: probed [ 0.620813] tun: Universal TUN/TAP device driver, 1.6 [ 0.621825] tun: (C) 1999-2004 Max Krasnyansky [ 0.624021] PPP generic driver version 2.4.2 [ 0.624943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.626217] ehci-pci: EHCI PCI platform driver [ 0.627105] ehci-platform: EHCI generic platform driver [ 0.628093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.629218] ohci-pci: OHCI PCI platform driver [ 0.630099] ohci-platform: OHCI generic platform driver [ 0.631091] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645394] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646404] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647857] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.651242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652659] usb usb1: Product: UHCI Host Controller [ 0.653593] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.654737] usb usb1: SerialNumber: 0000:00:01.2 [ 0.655754] hub 1-0:1.0: USB hub found [ 0.656535] hub 1-0:1.0: 2 ports detected [ 0.657442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.659572] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.660533] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.661565] mousedev: PS/2 mouse device common for all mice [ 0.662835] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.664671] rtc_cmos 00:00: RTC can wake from S4 [ 0.665772] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.666975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.668163] i2c /dev entries driver [ 0.668912] device-mapper: uevent: version 1.0.3 [ 0.669855] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.671477] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672757] NET: Registered protocol family 10 [ 0.673763] NET: Registered protocol family 17 [ 0.674658] Key type dns_resolver registered [ 0.675589] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.676684] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.678441] registered taskstats version 1 [ 0.679313] Loading compiled-in X.509 certificates [ 0.680879] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683146] zswap: loaded using pool lzo/zbud [ 0.684750] Key type trusted registered [ 0.686636] Key type encrypted registered [ 0.687666] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688897] ima: No TPM chip found, activating TPM-bypass! [ 0.690141] evm: HMAC attrs: 0x1 [ 0.691612] Magic number: 14:452:586 [ 0.692658] rtc_cmos 00:00: setting system clock to 2018-12-12 14:33:45 UTC (1544625225) [ 0.694616] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695895] EDD information not available. [ 0.778652] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.780200] Write protecting the kernel read-only data: 14336k [ 0.792191] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.794197] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.836335] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.98 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.13. iid=i-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDEuigQQY9uW9daLBnfA1lH85QyVFevV3t8+Vvl+Gz1f/rebU0sf44Pdz8HD0ld5I4naH8sdiU5Ce9rHab3uonauA+oN70eDMyKkaRMVwAgJd1aFhjIdsDBy0jgcgsSQQzOYQ6ikbM+QxGRJH2BHrGbnW+NVh7ierLecShQgVA90HW+ImHa8b6IG/4vL6rmy9NP/1Lu25h2nCxCOrDl3vCu4gR1WWqh8kz+bs45lz7hO8Hzjq7XYMZ4OVNosoYwlbJhLWOZ3uFA0qbRCruaIl9T9vAmTfWLMeTgDaiOB/YKy6wFScFGxdZNeVsGU4lG3xBFrr9/pzdxxN/+XzhJkDPh root@vping-ssh-vm-115c7f7b-b574-4a35-9370-cbca2965a2a7 ssh-dss AAAAB3NzaC1kc3MAAACBAP5iQzLCuRdTq0e8eUA8TQKlEPuxNvGwLs7V6R9GqpVoR47nNcfGfyMoTxssn/NjXovjOU/bOXImPmr9MqpK6U0e7XLTjybIIlcgR/2fl377rjQhjKZeUWO5hw9RRxs7mcT7+l9se2cxMQ5FAmf0bfojZ3HgvN/sanlcNXg0KTztAAAAFQCuFJyxoSG67tXd4djpzHV3qc/s7QAAAIEA8P9T4/+KvpFCeVOXfa0xGyRuud9uX4Dkw5v3HXJHkWGOINsj7wkFPKzio4IMkcaPohAEZZUDdp/xkTm8DwUro0LPe+drt62p48ss/U1jQzyn8u9HNJGamIb0M4p+WTmXRE+i9KwqC0z9IciijB+FaptnlG6r6oDpiVG2aUWgqXMAAACAR22vZIppwMCjVB+8681GtPSBMvSBjlOyl2pGl+reSdgtimkcy8q87ROiMftJuf7CEiffr+yoYpnQ7ObsHMeFkgjFNcqrWXmuyVivX1vyLccOddS1smtb5m0DVOgeI49W9kJrLnUHCAVw1ZYzsfo9Azq7UQ9FuTb37dtmg34qSPs= root@vping-ssh-vm-115c7f7b-b574-4a35-9370-cbca2965a2a7 -----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:fe36:cbf6/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-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-115c7f7b-b574-4a35-9370-cbca2965a2a7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.27 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-115c7f7b-b574-4a35-9370-cbca2965a2a7 login: 2018-12-12 14:33:51,687 - paramiko.transport - DEBUG - starting thread (client mode): 0xdc019710L 2018-12-12 14:33:51,688 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 14:33:51,688 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 14:33:51,688 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 14:33:51,689 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 14:33:51,690 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 14:33:51,690 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 14:33:51,690 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 14:33:51,690 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 14:33:51,690 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 14:33:51,749 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 14:33:51,750 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 14:33:51,766 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 6d66ca1af884d6be9bd5283df7660c49 2018-12-12 14:33:51,768 - paramiko.transport - DEBUG - Trying key a1412997c5573b9265dd67931dbf983c from /tmp/tmpgAiCQc 2018-12-12 14:33:51,788 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 14:33:52,863 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 14:33:52,871 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 14:33:52,872 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 14:33:52,872 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 14:33:52,873 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 14:33:52,876 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 14:33:52,877 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.13 (192.168.120.13): 56 data bytes 64 bytes from 192.168.120.13: seq=0 ttl=64 time=1.663 ms --- 192.168.120.13 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.663/1.663/1.663 ms 2018-12-12 14:33:52,877 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-12-12 14:33:52,880 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-12 14:33:53,000 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 14:33:53,001 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-12 14:33:53,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-12 14:33:53,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:53,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:33:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7705f4df-72f0-451f-b806-92ad6ccd38b5 x-compute-request-id: req-7705f4df-72f0-451f-b806-92ad6ccd38b5 Content-Type: application/json 2018-12-12 14:33:53,140 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa used request id req-7705f4df-72f0-451f-b806-92ad6ccd38b5 2018-12-12 14:33:53,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.133177042007s 2018-12-12 14:33:53,140 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa used request id req-7705f4df-72f0-451f-b806-92ad6ccd38b5 2018-12-12 14:33:53,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:53,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:53,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9d5be33-01bd-477a-8c32-d717b92d064a x-compute-request-id: req-f9d5be33-01bd-477a-8c32-d717b92d064a Content-Encoding: gzip Content-Length: 895 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:cb:f6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:cb:f6", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:45.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:45Z", "hostId": "3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:37Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:0f:7a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:32.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "0a060dd8-ef66-4cd7-9e59-bbe8611223aa", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:53Z", "hostId": "7510004ed19be2b6eeb685451bde6f564939ffa0a11dd5bdb3b58841", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:26Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:53,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f9d5be33-01bd-477a-8c32-d717b92d064a 2018-12-12 14:33:53,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652116060257s 2018-12-12 14:33:53,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f9d5be33-01bd-477a-8c32-d717b92d064a 2018-12-12 14:33:53,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:33:55,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:55,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:56,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a0d3b40-f9e4-4308-9822-b5b6ccfc6eb0 x-compute-request-id: req-7a0d3b40-f9e4-4308-9822-b5b6ccfc6eb0 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:cb:f6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:cb:f6", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:45.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:45Z", "hostId": "3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:37Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:56,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7a0d3b40-f9e4-4308-9822-b5b6ccfc6eb0 2018-12-12 14:33:56,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652400016785s 2018-12-12 14:33:56,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7a0d3b40-f9e4-4308-9822-b5b6ccfc6eb0 2018-12-12 14:33:56,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-12 14:33:56,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/819b9896-21f8-44b7-a71a-efb941c47157.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:57,392 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a92e994a-ccb4-4be4-8c84-f201475da273 Content-Length: 0 Date: Wed, 12 Dec 2018 14:33:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:33:57,393 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/819b9896-21f8-44b7-a71a-efb941c47157.json used request id req-a92e994a-ccb4-4be4-8c84-f201475da273 2018-12-12 14:33:57,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.937330007553s 2018-12-12 14:33:57,393 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/819b9896-21f8-44b7-a71a-efb941c47157.json used request id req-a92e994a-ccb4-4be4-8c84-f201475da273 2018-12-12 14:33:57,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:33:57,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:57,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-185a2897-75a6-4740-b491-78266424f071 Date: Wed, 12 Dec 2018 14:33:57 GMT RESP BODY: {"floatingips": []} 2018-12-12 14:33:57,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-185a2897-75a6-4740-b491-78266424f071 2018-12-12 14:33:57,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.018373966217s 2018-12-12 14:33:57,417 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-185a2897-75a6-4740-b491-78266424f071 2018-12-12 14:33:57,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-12 14:33:57,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:57,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2db6803e-c8de-4e0a-a08c-8e97713b9980 x-compute-request-id: req-2db6803e-c8de-4e0a-a08c-8e97713b9980 Content-Type: application/json 2018-12-12 14:33:57,575 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4 used request id req-2db6803e-c8de-4e0a-a08c-8e97713b9980 2018-12-12 14:33:57,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.157190084457s 2018-12-12 14:33:57,575 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4 used request id req-2db6803e-c8de-4e0a-a08c-8e97713b9980 2018-12-12 14:33:57,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:33:57,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:33:58,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-276797c7-254d-4e6a-9433-8191fa7275ba x-compute-request-id: req-276797c7-254d-4e6a-9433-8191fa7275ba Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:cb:f6", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:cb:f6", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/450cd0ab-af9a-4d3c-984f-32631dbc00b4", "rel": "bookmark"}], "image": {"id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "links": [{"href": "http://172.30.9.29:8774/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:33:45.000000", "flavor": {"id": "518a820d-dd9f-4343-8340-77620a11ab8b", "links": [{"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}]}, "id": "450cd0ab-af9a-4d3c-984f-32631dbc00b4", "security_groups": [{"name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}], "user_id": "82f529d6c41a4c198aca949b6592f6c6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:33:57Z", "hostId": "3ef18571d2faa3e3982f6bf145fc4dd4ecd035356a1f8c1e63748fb1", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7", "name": "vping_ssh-vm_115c7f7b-b574-4a35-9370-cbca2965a2a7", "created": "2018-12-12T14:33:37Z", "tenant_id": "a39def11942946489a907c6b1501c0cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:33:58,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-276797c7-254d-4e6a-9433-8191fa7275ba 2018-12-12 14:33:58,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577255010605s 2018-12-12 14:33:58,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-276797c7-254d-4e6a-9433-8191fa7275ba 2018-12-12 14:33:58,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:00,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:00,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:00,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e3c42a4-cbe6-4509-8a87-e782fe9d7244 x-compute-request-id: req-8e3c42a4-cbe6-4509-8a87-e782fe9d7244 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 14:34:00,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8e3c42a4-cbe6-4509-8a87-e782fe9d7244 2018-12-12 14:34:00,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0790579319s 2018-12-12 14:34:00,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8e3c42a4-cbe6-4509-8a87-e782fe9d7244 2018-12-12 14:34:00,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:34:00,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:00,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-be498795-d12d-4423-bfb0-426314ee0e4d Date: Wed, 12 Dec 2018 14:34:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:22Z", "updated_at": "2018-12-12T14:33:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T14:33:23Z", "revision_number": 0, "id": "45f876cb-6145-4434-b070-f8e8f79ed6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:23Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:23Z", "revision_number": 0, "id": "d229b477-bad2-4318-baac-fd618ab25939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:23Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:22Z", "revision_number": 0, "id": "e4c6d21f-487b-4d5a-a987-235db3ef3e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:22Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:22Z", "revision_number": 0, "id": "f639e90a-935e-445d-8ecf-31f2eceec183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:22Z", "security_group_id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 4, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "6be46e05-b836-40e1-acc6-d89c8d8d203b", "name": "vping_ssh-sg_115c7f7b-b574-4a35-9370-cbca2965a2a7"}, {"description": "Default security group", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:09Z", "updated_at": "2018-12-12T14:33:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "1171bed2-6437-464a-8fec-5219c447ac3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "ab7ab6d8-5696-47e4-8bb3-56a75eae865a", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "b66b2417-f2ba-4b91-999f-cb369b997ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "f1a19525-41f4-4dbd-9f1d-6a743b3ac7b5", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 4, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "759c82c2-15d5-461c-acff-095473c75aba", "name": "default"}]} 2018-12-12 14:34:00,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-be498795-d12d-4423-bfb0-426314ee0e4d 2018-12-12 14:34:00,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.225125074387s 2018-12-12 14:34:00,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-be498795-d12d-4423-bfb0-426314ee0e4d 2018-12-12 14:34:00,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 14:34:00,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6be46e05-b836-40e1-acc6-d89c8d8d203b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:00,631 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9a5dd33-7151-41b7-9f64-4592a436b24a Content-Length: 0 Date: Wed, 12 Dec 2018 14:34:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:34:00,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6be46e05-b836-40e1-acc6-d89c8d8d203b.json used request id req-f9a5dd33-7151-41b7-9f64-4592a436b24a 2018-12-12 14:34:00,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.161679983139s 2018-12-12 14:34:00,632 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6be46e05-b836-40e1-acc6-d89c8d8d203b.json used request id req-f9a5dd33-7151-41b7-9f64-4592a436b24a 2018-12-12 14:34:00,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-12-12 14:34:00,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:00,671 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:34:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c801532-8e67-4665-8832-76860af443a2 x-compute-request-id: req-2c801532-8e67-4665-8832-76860af443a2 Content-Length: 0 Content-Type: application/json 2018-12-12 14:34:00,672 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7 used request id req-2c801532-8e67-4665-8832-76860af443a2 2018-12-12 14:34:00,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0397679805756s 2018-12-12 14:34:00,672 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_115c7f7b-b574-4a35-9370-cbca2965a2a7 used request id req-2c801532-8e67-4665-8832-76860af443a2 2018-12-12 14:34:00,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-12 14:34:00,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5/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}ecf7b476323909670514f2b623156b6e75d2e50b" -d '{"subnet_id": "524ff67f-1674-4da2-b0c8-eb9ad983d4d6"}' 2018-12-12 14:34:02,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2825fc78-9bba-4eee-a07f-ff7bff3beba6 Date: Wed, 12 Dec 2018 14:34:02 GMT RESP BODY: {"network_id": "f087a273-ab02-4d2f-a6ca-9a669f0801b4", "tenant_id": "a39def11942946489a907c6b1501c0cf", "subnet_id": "524ff67f-1674-4da2-b0c8-eb9ad983d4d6", "subnet_ids": ["524ff67f-1674-4da2-b0c8-eb9ad983d4d6"], "port_id": "89e28c20-40a3-4ead-b71c-3a4ca6b6caba", "id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5"} 2018-12-12 14:34:02,159 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5/remove_router_interface.json used request id req-2825fc78-9bba-4eee-a07f-ff7bff3beba6 2018-12-12 14:34:02,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.48644685745s 2018-12-12 14:34:02,159 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5/remove_router_interface.json used request id req-2825fc78-9bba-4eee-a07f-ff7bff3beba6 returning object 83c73d86-cb1c-4ed0-955c-cd8aefd63fd5 2018-12-12 14:34:02,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-12 14:34:02,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:02,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-ae0c8a57-3aeb-402b-be33-a5b66f5de903 Date: Wed, 12 Dec 2018 14:34:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:12Z", "admin_state_up": true, "updated_at": "2018-12-12T14:34:01Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "a39def11942946489a907c6b1501c0cf", "id": "83c73d86-cb1c-4ed0-955c-cd8aefd63fd5", "name": "vping_ssh-router_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:34:02,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-ae0c8a57-3aeb-402b-be33-a5b66f5de903 2018-12-12 14:34:02,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.212289094925s 2018-12-12 14:34:02,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-ae0c8a57-3aeb-402b-be33-a5b66f5de903 2018-12-12 14:34:02,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-12 14:34:02,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:05,526 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06250442-7507-4cf8-b100-a2619f150e41 Content-Length: 0 Date: Wed, 12 Dec 2018 14:34:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:34:05,527 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5.json used request id req-06250442-7507-4cf8-b100-a2619f150e41 2018-12-12 14:34:05,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.15234088898s 2018-12-12 14:34:05,527 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/83c73d86-cb1c-4ed0-955c-cd8aefd63fd5.json used request id req-06250442-7507-4cf8-b100-a2619f150e41 2018-12-12 14:34:05,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 14:34:05,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:05,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-25d4f8c0-3537-4073-826f-154f80b42030 Date: Wed, 12 Dec 2018 14:34:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T14:33:11Z","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":"a39def11942946489a907c6b1501c0cf","id":"524ff67f-1674-4da2-b0c8-eb9ad983d4d6","subnetpool_id":null,"name":"vping_ssh-subnet_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:34:05,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-25d4f8c0-3537-4073-826f-154f80b42030 2018-12-12 14:34:05,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.203327894211s 2018-12-12 14:34:05,731 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-25d4f8c0-3537-4073-826f-154f80b42030 2018-12-12 14:34:05,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-12 14:34:05,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/524ff67f-1674-4da2-b0c8-eb9ad983d4d6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:08,100 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef1e1f35-bc6a-429e-8dc6-f26c0c326f35 Date: Wed, 12 Dec 2018 14:34:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:34:08,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/524ff67f-1674-4da2-b0c8-eb9ad983d4d6.json used request id req-ef1e1f35-bc6a-429e-8dc6-f26c0c326f35 2018-12-12 14:34:08,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36739206314s 2018-12-12 14:34:08,100 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/524ff67f-1674-4da2-b0c8-eb9ad983d4d6.json used request id req-ef1e1f35-bc6a-429e-8dc6-f26c0c326f35 2018-12-12 14:34:08,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:34:08,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:08,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-9fd695e0-40e7-43e4-af7c-b5b0e3f071d2 Date: Wed, 12 Dec 2018 14:34:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T14:34:07Z","tenant_id":"a39def11942946489a907c6b1501c0cf","created_at":"2018-12-12T14:33:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"a39def11942946489a907c6b1501c0cf","id":"f087a273-ab02-4d2f-a6ca-9a669f0801b4","name":"vping_ssh-net_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:34:08,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9fd695e0-40e7-43e4-af7c-b5b0e3f071d2 2018-12-12 14:34:08,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108319997787s 2018-12-12 14:34:08,209 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9fd695e0-40e7-43e4-af7c-b5b0e3f071d2 2018-12-12 14:34:08,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-12 14:34:08,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/f087a273-ab02-4d2f-a6ca-9a669f0801b4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:09,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a0858af-386c-42ce-9206-566cf69c3a9e Date: Wed, 12 Dec 2018 14:34:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:34:09,353 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f087a273-ab02-4d2f-a6ca-9a669f0801b4.json used request id req-6a0858af-386c-42ce-9206-566cf69c3a9e 2018-12-12 14:34:09,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14275288582s 2018-12-12 14:34:09,354 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f087a273-ab02-4d2f-a6ca-9a669f0801b4.json used request id req-6a0858af-386c-42ce-9206-566cf69c3a9e 2018-12-12 14:34:09,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:34:09,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:09,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-18ad3e63-d756-40a2-99fe-521da0327632 Date: Wed, 12 Dec 2018 14:34:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap", "metadata": {}}], "file": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/file", "owner": "a39def11942946489a907c6b1501c0cf", "id": "6afdead1-0a2f-44b5-b75b-73a6b7734bca", "size": 12716032, "self": "/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:33:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_115c7f7b-b574-4a35-9370-cbca2965a2a7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:33:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:34:09,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-18ad3e63-d756-40a2-99fe-521da0327632 2018-12-12 14:34:09,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341489315033s 2018-12-12 14:34:09,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-18ad3e63-d756-40a2-99fe-521da0327632 2018-12-12 14:34:09,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 14:34:09,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecf7b476323909670514f2b623156b6e75d2e50b" 2018-12-12 14:34:11,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-627f222a-1711-42a1-a95a-73636b52a78c Date: Wed, 12 Dec 2018 14:34:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:34:11,121 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca used request id req-627f222a-1711-42a1-a95a-73636b52a78c 2018-12-12 14:34:11,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.73106193542s 2018-12-12 14:34:11,122 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6afdead1-0a2f-44b5-b75b-73a6b7734bca used request id req-627f222a-1711-42a1-a95a-73636b52a78c 2018-12-12 14:34:11,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 14:34:11,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:11,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34: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-d4582f7b-4ef6-4b46-b8aa-dbb8e8aabc71 x-compute-request-id: req-d4582f7b-4ef6-4b46-b8aa-dbb8e8aabc71 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/518a820d-dd9f-4343-8340-77620a11ab8b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "518a820d-dd9f-4343-8340-77620a11ab8b", "name": "vping_ssh-flavor_115c7f7b-b574-4a35-9370-cbca2965a2a7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 14:34:11,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d4582f7b-4ef6-4b46-b8aa-dbb8e8aabc71 2018-12-12 14:34:11,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327639579773s 2018-12-12 14:34:11,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d4582f7b-4ef6-4b46-b8aa-dbb8e8aabc71 2018-12-12 14:34:11,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 14:34:11,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:11,187 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:34: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-87d39a89-48bd-41a1-b3b8-469fb57232a0 x-compute-request-id: req-87d39a89-48bd-41a1-b3b8-469fb57232a0 Content-Length: 0 Content-Type: application/json 2018-12-12 14:34:11,187 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b used request id req-87d39a89-48bd-41a1-b3b8-469fb57232a0 2018-12-12 14:34:11,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0305831432343s 2018-12-12 14:34:11,188 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/518a820d-dd9f-4343-8340-77620a11ab8b used request id req-87d39a89-48bd-41a1-b3b8-469fb57232a0 2018-12-12 14:34:11,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:34:11,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:11,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-220db24c-d0cc-4d33-921b-47d010d29442 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_115c7f7b-b574-4a35-9370-cbca2965a2a7", "links": {"self": "http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6"}, "domain_id": "default", "enabled": true, "id": "82f529d6c41a4c198aca949b6592f6c6", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:34:11,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-220db24c-d0cc-4d33-921b-47d010d29442 2018-12-12 14:34:11,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10281085968s 2018-12-12 14:34:11,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-220db24c-d0cc-4d33-921b-47d010d29442 2018-12-12 14:34:11,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:34:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:11,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26950927-67d6-42e4-aab3-e36c65d10171 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6"}, "enabled": true, "id": "82f529d6c41a4c198aca949b6592f6c6", "options": {}, "domain_id": "default", "name": "vping_ssh-user_115c7f7b-b574-4a35-9370-cbca2965a2a7"}} 2018-12-12 14:34:11,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6 used request id req-26950927-67d6-42e4-aab3-e36c65d10171 2018-12-12 14:34:11,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0905270576477s 2018-12-12 14:34:11,388 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6 used request id req-26950927-67d6-42e4-aab3-e36c65d10171 2018-12-12 14:34:11,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 14:34:11,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:11,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:34:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9e2e234-9af4-433a-aec7-ca1049a92877 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:34:11,620 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6 used request id req-f9e2e234-9af4-433a-aec7-ca1049a92877 2018-12-12 14:34:11,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.230877876282s 2018-12-12 14:34:11,620 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/82f529d6c41a4c198aca949b6592f6c6 used request id req-f9e2e234-9af4-433a-aec7-ca1049a92877 2018-12-12 14:34:11,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:34:11,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:11,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca81b92b-c193-4782-a3e4-1b4bbd725e66 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf"}, "enabled": true, "id": "a39def11942946489a907c6b1501c0cf", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_115c7f7b-b574-4a35-9370-cbca2965a2a7"}]} 2018-12-12 14:34:11,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-ca81b92b-c193-4782-a3e4-1b4bbd725e66 2018-12-12 14:34:11,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0892858505249s 2018-12-12 14:34:11,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-ca81b92b-c193-4782-a3e4-1b4bbd725e66 2018-12-12 14:34:11,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 14:34:11,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:11,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:34:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5143c6c-4cd8-44eb-8bc8-147bcbc0c298 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:34:11,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf used request id req-b5143c6c-4cd8-44eb-8bc8-147bcbc0c298 2018-12-12 14:34:11,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153491020203s 2018-12-12 14:34:11,867 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a39def11942946489a907c6b1501c0cf used request id req-b5143c6c-4cd8-44eb-8bc8-147bcbc0c298 2018-12-12 14:34:11,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:34:11,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:11,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcb8d355-5b58-47fb-a917-09142b459915 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "86972acbfb3046a1860a8e785c4d5253", "links": {"self": "http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:34:11,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dcb8d355-5b58-47fb-a917-09142b459915 2018-12-12 14:34:11,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795130729675s 2018-12-12 14:34:11,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:34:11,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:12,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:34:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dab4cab-298c-4957-bf2e-a784c109b6c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:34:12,138 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/86972acbfb3046a1860a8e785c4d5253 used request id req-6dab4cab-298c-4957-bf2e-a784c109b6c6 2018-12-12 14:34:12,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.190193891525s 2018-12-12 14:34:12,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:34:12,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=a39def11942946489a907c6b1501c0cf&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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:12,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-b1656703-bd1c-4785-9882-fc6a379adf69 Date: Wed, 12 Dec 2018 14:34:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:09Z", "updated_at": "2018-12-12T14:33:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "1171bed2-6437-464a-8fec-5219c447ac3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "ab7ab6d8-5696-47e4-8bb3-56a75eae865a", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "b66b2417-f2ba-4b91-999f-cb369b997ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "f1a19525-41f4-4dbd-9f1d-6a743b3ac7b5", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 4, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "759c82c2-15d5-461c-acff-095473c75aba", "name": "default"}]} 2018-12-12 14:34:12,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=a39def11942946489a907c6b1501c0cf&name=default used request id req-b1656703-bd1c-4785-9882-fc6a379adf69 2018-12-12 14:34:12,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186193943024s 2018-12-12 14:34:12,328 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=a39def11942946489a907c6b1501c0cf&name=default used request id req-b1656703-bd1c-4785-9882-fc6a379adf69 2018-12-12 14:34:12,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:34:12,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:12,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-01930993-448f-48fa-8ea8-6b4e48e99e10 Date: Wed, 12 Dec 2018 14:34:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a39def11942946489a907c6b1501c0cf", "created_at": "2018-12-12T14:33:09Z", "updated_at": "2018-12-12T14:33:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "ab7ab6d8-5696-47e4-8bb3-56a75eae865a", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "f1a19525-41f4-4dbd-9f1d-6a743b3ac7b5", "remote_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "1171bed2-6437-464a-8fec-5219c447ac3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "a39def11942946489a907c6b1501c0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:33:09Z", "revision_number": 0, "id": "b66b2417-f2ba-4b91-999f-cb369b997ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:33:09Z", "security_group_id": "759c82c2-15d5-461c-acff-095473c75aba", "tenant_id": "a39def11942946489a907c6b1501c0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "a39def11942946489a907c6b1501c0cf"}], "revision_number": 4, "project_id": "a39def11942946489a907c6b1501c0cf", "id": "759c82c2-15d5-461c-acff-095473c75aba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:34:12,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-01930993-448f-48fa-8ea8-6b4e48e99e10 2018-12-12 14:34:12,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216610908508s 2018-12-12 14:34:12,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-01930993-448f-48fa-8ea8-6b4e48e99e10 2018-12-12 14:34:12,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 14:34:12,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/759c82c2-15d5-461c-acff-095473c75aba.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}839e562855e821046ff60f4aa08eb36b843a5c54" 2018-12-12 14:34:12,901 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fddf2b91-a30e-4e5d-bf15-e301d6d4ef74 Content-Length: 0 Date: Wed, 12 Dec 2018 14:34:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:34:12,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/759c82c2-15d5-461c-acff-095473c75aba.json used request id req-fddf2b91-a30e-4e5d-bf15-e301d6d4ef74 2018-12-12 14:34:12,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.348622083664s 2018-12-12 14:34:12,902 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/759c82c2-15d5-461c-acff-095473c75aba.json used request id req-fddf2b91-a30e-4e5d-bf15-e301d6d4ef74 2018-12-12 14:34:12,956 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-12-12 14:34:13,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:34:13,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:34:13,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 14:34:13,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 14:34:13,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:34:13,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9961e45-63d3-47d0-bf06-6a5ea93bfd4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:34:13,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f9961e45-63d3-47d0-bf06-6a5ea93bfd4d 2018-12-12 14:34:13,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:34:13,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["L4_Qkc3pSoe4CFn3JjX_qQ"], "issued_at": "2018-12-12T14:34:13.000000Z"}} 2018-12-12 14:34:13,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:34:13,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:13,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7206707d-7044-4905-9582-a42ef1dfff55 Date: Wed, 12 Dec 2018 14:34:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:34:13,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7206707d-7044-4905-9582-a42ef1dfff55 2018-12-12 14:34:13,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.225530862808s 2018-12-12 14:34:13,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7206707d-7044-4905-9582-a42ef1dfff55 2018-12-12 14:34:13,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:34:13,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:13,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:34:13,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:13,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8faa2e57-38b8-4bd3-9bb9-4c3bad66f6b0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:34:13,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-8faa2e57-38b8-4bd3-9bb9-4c3bad66f6b0 2018-12-12 14:34:13,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0917949676514s 2018-12-12 14:34:13,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 14:34:13,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5"}}' 2018-12-12 14:34:13,917 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:34:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc6d141a-3021-4886-a3cd-70de67de7614 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.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e"}, "enabled": true, "id": "785d09dcd0a642c3bf9159f5c1b5b11e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5"}} 2018-12-12 14:34:13,917 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cc6d141a-3021-4886-a3cd-70de67de7614 2018-12-12 14:34:13,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.203285932541s 2018-12-12 14:34:13,918 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cc6d141a-3021-4886-a3cd-70de67de7614 2018-12-12 14:34:13,918 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 14:34:13,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 14:34:14,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362998008728s 2018-12-12 14:34:14,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:14,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db27ef5e-96dc-4b1b-864b-d4112c7ca780 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8"}, "enabled": true, "id": "d4d8978610a74a998c758018a66358a8", "options": {}, "domain_id": "default", "name": "vping_userdata-user_921ac0e1-df04-438c-bc1a-3fda94f68be5"}} 2018-12-12 14:34:14,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8 used request id req-db27ef5e-96dc-4b1b-864b-d4112c7ca780 2018-12-12 14:34:14,374 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd4d8978610a74a998c758018a66358a8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_921ac0e1-df04-438c-bc1a-3fda94f68be5'}) 2018-12-12 14:34:14,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:34:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:14,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19f3a576-9d6f-46f2-bbc2-78bffd7faec6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:34:14,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-19f3a576-9d6f-46f2-bbc2-78bffd7faec6 2018-12-12 14:34:14,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0877959728241s 2018-12-12 14:34:14,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:34:14,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:14,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89796a1-7c0c-4d92-aa4f-46f2944ccc31 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:34:14,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e89796a1-7c0c-4d92-aa4f-46f2944ccc31 2018-12-12 14:34:14,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0803489685059s 2018-12-12 14:34:14,545 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 14:34:14,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:34:14,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" -d '{"role": {"name": "Member"}}' 2018-12-12 14:34:14,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e9725cc-f68c-46ec-9b9e-360c8563a087 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "73523d6759944d5d8c4678631de84a71", "links": {"self": "http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71"}, "name": "Member"}} 2018-12-12 14:34:14,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7e9725cc-f68c-46ec-9b9e-360c8563a087 2018-12-12 14:34:14,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0901601314545s 2018-12-12 14:34:14,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:14,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-662db3b8-3e2c-41a2-8f04-bcbd01e62ef4 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71"}, "domain_id": null, "name": "Member", "id": "73523d6759944d5d8c4678631de84a71"}} 2018-12-12 14:34:14,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71 used request id req-662db3b8-3e2c-41a2-8f04-bcbd01e62ef4 2018-12-12 14:34:14,652 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71'}, 'domain_id': None, 'human_id': None, 'id': u'73523d6759944d5d8c4678631de84a71', 'HUMAN_ID': False}) 2018-12-12 14:34:14,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:34:14,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:14,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b19ebbe2-2468-4808-85df-3de03fa9a1e1 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73523d6759944d5d8c4678631de84a71", "links": {"self": "http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:34:14,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b19ebbe2-2468-4808-85df-3de03fa9a1e1 2018-12-12 14:34:14,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816969871521s 2018-12-12 14:34:14,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:34:14,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:14,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f56d54-a998-4a40-8bdd-07916b361ec7 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:34:14,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-e6f56d54-a998-4a40-8bdd-07916b361ec7 2018-12-12 14:34:14,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0739059448242s 2018-12-12 14:34:14,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:34:14,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:14,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a3e0c6-ed39-4060-995d-8d214d8ac1df Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_921ac0e1-df04-438c-bc1a-3fda94f68be5", "links": {"self": "http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8"}, "domain_id": "default", "enabled": true, "id": "d4d8978610a74a998c758018a66358a8", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:34:14,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-11a3e0c6-ed39-4060-995d-8d214d8ac1df 2018-12-12 14:34:14,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0936419963837s 2018-12-12 14:34:14,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-11a3e0c6-ed39-4060-995d-8d214d8ac1df 2018-12-12 14:34:14,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:34:14,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:14,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-085678a7-c4b2-4b06-9c1a-2e9e887c3c49 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e"}, "enabled": true, "id": "785d09dcd0a642c3bf9159f5c1b5b11e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:34:14,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-085678a7-c4b2-4b06-9c1a-2e9e887c3c49 2018-12-12 14:34:14,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0781970024109s 2018-12-12 14:34:14,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-085678a7-c4b2-4b06-9c1a-2e9e887c3c49 2018-12-12 14:34:14,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:34:14,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=d4d8978610a74a998c758018a66358a8&scope.project.id=785d09dcd0a642c3bf9159f5c1b5b11e&role.id=73523d6759944d5d8c4678631de84a71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:15,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330ec471-8d49-4d91-8a95-f835bee5a02e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=d4d8978610a74a998c758018a66358a8&scope.project.id=785d09dcd0a642c3bf9159f5c1b5b11e&role.id=73523d6759944d5d8c4678631de84a71", "previous": null, "next": null}} 2018-12-12 14:34:15,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=d4d8978610a74a998c758018a66358a8&scope.project.id=785d09dcd0a642c3bf9159f5c1b5b11e&role.id=73523d6759944d5d8c4678631de84a71 used request id req-330ec471-8d49-4d91-8a95-f835bee5a02e 2018-12-12 14:34:15,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0847809314728s 2018-12-12 14:34:15,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:34:15,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e/users/d4d8978610a74a998c758018a66358a8/roles/73523d6759944d5d8c4678631de84a71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:15,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:34:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a587b982-5667-4866-9432-70063ed4c9b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:34:15,202 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e/users/d4d8978610a74a998c758018a66358a8/roles/73523d6759944d5d8c4678631de84a71 used request id req-a587b982-5667-4866-9432-70063ed4c9b1 2018-12-12 14:34:15,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125063896179s 2018-12-12 14:34:15,203 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5', 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': '5558c538-6090-47c6-b0ae-984fc753d453', 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_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'project_id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 14:34:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:34:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:34:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:34:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:34:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:34:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:34:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:34:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:34:15,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:34:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:34:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:34:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:34:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:34:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:34:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 14:34:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 14:34:15,209 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'password': '5558c538-6090-47c6-b0ae-984fc753d453', 'project_name': 'vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '785d09dcd0a642c3bf9159f5c1b5b11e', 'project_domain_name': 'Default'} 2018-12-12 14:34:15,209 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-12-12 14:34:15,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:34:15,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:15,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-384de89d-e059-4f21-b387-f6776b6dd2cc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:34:15,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-384de89d-e059-4f21-b387-f6776b6dd2cc 2018-12-12 14:34:15,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0824110507965s 2018-12-12 14:34:15,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:34:15,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:34:15,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a5c5385-ffb0-486e-b54d-ffe8cc23820b Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e"}, "enabled": true, "id": "785d09dcd0a642c3bf9159f5c1b5b11e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:34:15,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-7a5c5385-ffb0-486e-b54d-ffe8cc23820b 2018-12-12 14:34:15,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0763559341431s 2018-12-12 14:34:15,370 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-7a5c5385-ffb0-486e-b54d-ffe8cc23820b 2018-12-12 14:34:15,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-12 14:34:15,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" -d '{"network": {"tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "name": "vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5", "admin_state_up": true}}' 2018-12-12 14:34:15,885 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-c336cbf5-5378-42e2-af46-1b3d474ca9a0 Date: Wed, 12 Dec 2018 14:34: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":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"785d09dcd0a642c3bf9159f5c1b5b11e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:34:15Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5","admin_state_up":true,"tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:15Z","mtu":1450}} 2018-12-12 14:34:15,885 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c336cbf5-5378-42e2-af46-1b3d474ca9a0 2018-12-12 14:34:15,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.511917829514s 2018-12-12 14:34:15,886 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c336cbf5-5378-42e2-af46-1b3d474ca9a0 2018-12-12 14:34:15,886 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-12T14:34:15Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13', u'provider:segmentation_id': 72, 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_921ac0e1-df04-438c-bc1a-3fda94f68be5', u'created_at': u'2018-12-12T14:34:15Z', u'mtu': 1450, u'tenant_id': u'785d09dcd0a642c3bf9159f5c1b5b11e', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'785d09dcd0a642c3bf9159f5c1b5b11e'}) 2018-12-12 14:34:15,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:34:15,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6be3a3c-b2bc-4ed0-bb3d-b3cc14da6639 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:34:15,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b6be3a3c-b2bc-4ed0-bb3d-b3cc14da6639 2018-12-12 14:34:15,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:34:16,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73523d6759944d5d8c4678631de84a71", "name": "Member"}], "expires_at": "2018-12-12T15:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "785d09dcd0a642c3bf9159f5c1b5b11e", "name": "vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/785d09dcd0a642c3bf9159f5c1b5b11e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_921ac0e1-df04-438c-bc1a-3fda94f68be5", "id": "d4d8978610a74a998c758018a66358a8"}, "audit_ids": ["pXBisDxXShGLYZ4auboZew"], "issued_at": "2018-12-12T14:34:16.000000Z"}} 2018-12-12 14:34:16,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:34:16,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:16,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-d9bdb16b-fd0c-4c47-9eb4-029a2858ad5b Date: Wed, 12 Dec 2018 14:34:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T14:34:15Z","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"785d09dcd0a642c3bf9159f5c1b5b11e","id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","name":"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5"}]} 2018-12-12 14:34:16,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d9bdb16b-fd0c-4c47-9eb4-029a2858ad5b 2018-12-12 14:34:16,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258507013321s 2018-12-12 14:34:16,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d9bdb16b-fd0c-4c47-9eb4-029a2858ad5b 2018-12-12 14:34:16,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-12 14:34:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '{"subnet": {"name": "vping_userdata-subnet_921ac0e1-df04-438c-bc1a-3fda94f68be5", "enable_dhcp": true, "network_id": "e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-12 14:34:17,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fa45f246-b425-47f5-b350-2867912fb115 Date: Wed, 12 Dec 2018 14:34:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T14:34:16Z","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":"785d09dcd0a642c3bf9159f5c1b5b11e","id":"9eb1d4a6-2ce8-4588-a879-1216d61506e4","subnetpool_id":null,"name":"vping_userdata-subnet_921ac0e1-df04-438c-bc1a-3fda94f68be5"}} 2018-12-12 14:34:17,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-fa45f246-b425-47f5-b350-2867912fb115 2018-12-12 14:34:17,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.646379947662s 2018-12-12 14:34:17,179 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-fa45f246-b425-47f5-b350-2867912fb115 2018-12-12 14:34:17,180 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T14:34:16Z', 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'9eb1d4a6-2ce8-4588-a879-1216d61506e4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_921ac0e1-df04-438c-bc1a-3fda94f68be5', u'enable_dhcp': True, u'network_id': u'e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13', u'tenant_id': u'785d09dcd0a642c3bf9159f5c1b5b11e', u'created_at': u'2018-12-12T14:34:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'785d09dcd0a642c3bf9159f5c1b5b11e'}) 2018-12-12 14:34:17,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-12 14:34:17,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "vping_userdata-router_921ac0e1-df04-438c-bc1a-3fda94f68be5", "admin_state_up": true}}' 2018-12-12 14:34:22,003 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-a7733aad-f062-43c9-bf80-01a544ab7d29 Date: Wed, 12 Dec 2018 14:34:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "created_at": "2018-12-12T14:34:17Z", "admin_state_up": true, "updated_at": "2018-12-12T14:34:18Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8", "name": "vping_userdata-router_921ac0e1-df04-438c-bc1a-3fda94f68be5"}} 2018-12-12 14:34:22,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-a7733aad-f062-43c9-bf80-01a544ab7d29 2018-12-12 14:34:22,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.82315802574s 2018-12-12 14:34:22,004 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-a7733aad-f062-43c9-bf80-01a544ab7d29 2018-12-12 14:34:22,004 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T14:34:18Z', u'revision_number': 3, u'id': u'40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8', u'external_gateway_info': {u'network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_921ac0e1-df04-438c-bc1a-3fda94f68be5', u'admin_state_up': True, u'tenant_id': u'785d09dcd0a642c3bf9159f5c1b5b11e', u'created_at': u'2018-12-12T14:34:17Z', u'flavor_id': None, u'routes': [], u'project_id': u'785d09dcd0a642c3bf9159f5c1b5b11e'}) 2018-12-12 14:34:22,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-12 14:34:22,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8/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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '{"subnet_id": "9eb1d4a6-2ce8-4588-a879-1216d61506e4"}' 2018-12-12 14:34:24,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-93ef99ae-29ef-44e6-a9f8-f56e74d01615 Date: Wed, 12 Dec 2018 14:34:24 GMT RESP BODY: {"network_id": "e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "subnet_id": "9eb1d4a6-2ce8-4588-a879-1216d61506e4", "subnet_ids": ["9eb1d4a6-2ce8-4588-a879-1216d61506e4"], "port_id": "5ae19294-8b67-42c6-bf30-71a65f45ac69", "id": "40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8"} 2018-12-12 14:34:24,098 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8/add_router_interface.json used request id req-93ef99ae-29ef-44e6-a9f8-f56e74d01615 2018-12-12 14:34:24,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09259486198s 2018-12-12 14:34:24,098 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8/add_router_interface.json used request id req-93ef99ae-29ef-44e6-a9f8-f56e74d01615 returning object 40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8 2018-12-12 14:34:24,099 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:34:24,231 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-12 14:34:24,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:24,238 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 14:34:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 14:34:24,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:34:24,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:24,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-256f0619-c7b8-4f99-a769-bb733e519a17 Date: Wed, 12 Dec 2018 14:34:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:34:24,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-256f0619-c7b8-4f99-a769-bb733e519a17 2018-12-12 14:34:24,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2637591362s 2018-12-12 14:34:24,506 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-256f0619-c7b8-4f99-a769-bb733e519a17 2018-12-12 14:34:24,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 14:34:24,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5"}' 2018-12-12 14:34:24,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b X-Openstack-Request-Id: req-852027cc-b540-4831-98ae-5164abedc54a Date: Wed, 12 Dec 2018 14:34:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/file", "owner": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "size": null, "self": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:34:24Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "checksum": null, "created_at": "2018-12-12T14:34:24Z", "protected": false} 2018-12-12 14:34:24,704 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-852027cc-b540-4831-98ae-5164abedc54a 2018-12-12 14:34:24,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.196458101273s 2018-12-12 14:34:24,705 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-852027cc-b540-4831-98ae-5164abedc54a returning object f5a94278-a124-4fb8-9cb1-95b49316cc1b 2018-12-12 14:34:24,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 14:34:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '' 2018-12-12 14:34:26,244 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf804ef4-5320-49db-9264-4c31d9d1684a Date: Wed, 12 Dec 2018 14:34:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:34:26,244 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/file used request id req-cf804ef4-5320-49db-9264-4c31d9d1684a 2018-12-12 14:34:26,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.53836607933s 2018-12-12 14:34:26,244 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/file used request id req-cf804ef4-5320-49db-9264-4c31d9d1684a 2018-12-12 14:34:26,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:34:26,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:26,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-0491911e-4bd6-46c9-860b-5c638aefdcc9 Date: Wed, 12 Dec 2018 14:34:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap", "metadata": {}}], "file": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/file", "owner": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "size": 12716032, "self": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:34:26Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:34:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:34:26,424 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-0491911e-4bd6-46c9-860b-5c638aefdcc9 2018-12-12 14:34:26,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178714990616s 2018-12-12 14:34:26,424 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-0491911e-4bd6-46c9-860b-5c638aefdcc9 2018-12-12 14:34:26,426 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/file', 'owner': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'id': u'f5a94278-a124-4fb8-9cb1-95b49316cc1b', 'size': 12716032, u'self': u'/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'name': 'vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T14:34:26Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-12T14:34:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'created': u'2018-12-12T14:34:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T14:34:24Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 14:34:26,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 14:34:26,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_921ac0e1-df04-438c-bc1a-3fda94f68be5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 14:34:26,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-deec6750-ab38-4b60-826e-1edf4912bd03 x-compute-request-id: req-deec6750-ab38-4b60-826e-1edf4912bd03 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fd125e2b-af86-4396-84eb-72e19cd72967", "name": "vping_userdata-flavor_921ac0e1-df04-438c-bc1a-3fda94f68be5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:34:26,629 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-deec6750-ab38-4b60-826e-1edf4912bd03 2018-12-12 14:34:26,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.201747179031s 2018-12-12 14:34:26,629 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-deec6750-ab38-4b60-826e-1edf4912bd03 returning object fd125e2b-af86-4396-84eb-72e19cd72967 2018-12-12 14:34:26,630 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_921ac0e1-df04-438c-bc1a-3fda94f68be5', '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'0179093643ff4edbbd51be3381013868', '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'fd125e2b-af86-4396-84eb-72e19cd72967', 'swap': 0}) 2018-12-12 14:34:26,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 14:34:26,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967/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}53c700408d6148f628d30a95a9a2bec7555a5494" -d '{"extra_specs": {}}' 2018-12-12 14:34:26,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e2cbf01-1c75-42dc-ba69-3a255df6fee4 x-compute-request-id: req-4e2cbf01-1c75-42dc-ba69-3a255df6fee4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:34:26,652 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967/os-extra_specs used request id req-4e2cbf01-1c75-42dc-ba69-3a255df6fee4 2018-12-12 14:34:26,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215339660645s 2018-12-12 14:34:26,653 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967/os-extra_specs used request id req-4e2cbf01-1c75-42dc-ba69-3a255df6fee4 2018-12-12 14:34:26,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:34:26,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:26,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-4bb129b4-d7ea-40f0-989c-f62127750385 Date: Wed, 12 Dec 2018 14:34:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9eb1d4a6-2ce8-4588-a879-1216d61506e4"],"updated_at":"2018-12-12T14:34:16Z","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"785d09dcd0a642c3bf9159f5c1b5b11e","id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","name":"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5"}]} 2018-12-12 14:34:26,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-4bb129b4-d7ea-40f0-989c-f62127750385 2018-12-12 14:34:26,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2612221241s 2018-12-12 14:34:26,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-4bb129b4-d7ea-40f0-989c-f62127750385 2018-12-12 14:34:26,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:34:26,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:27,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-0036de99-cfa7-40bd-8311-0b2310f8a24e Date: Wed, 12 Dec 2018 14:34:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap", "metadata": {}}], "file": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/file", "owner": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "size": 12716032, "self": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:34:26Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:34:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:34:27,095 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-0036de99-cfa7-40bd-8311-0b2310f8a24e 2018-12-12 14:34:27,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178891181946s 2018-12-12 14:34:27,096 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-0036de99-cfa7-40bd-8311-0b2310f8a24e 2018-12-12 14:34:27,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 14:34:27,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:27,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a49c0e70-7cac-4ad4-8289-254c4426077b x-compute-request-id: req-a49c0e70-7cac-4ad4-8289-254c4426077b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fd125e2b-af86-4396-84eb-72e19cd72967", "name": "vping_userdata-flavor_921ac0e1-df04-438c-bc1a-3fda94f68be5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 14:34:27,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-a49c0e70-7cac-4ad4-8289-254c4426077b 2018-12-12 14:34:27,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.261914968491s 2018-12-12 14:34:27,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-a49c0e70-7cac-4ad4-8289-254c4426077b 2018-12-12 14:34:27,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-12 14:34:27,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '{"server": {"name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "imageRef": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "flavorRef": "fd125e2b-af86-4396-84eb-72e19cd72967", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13"}]}}' 2018-12-12 14:34:29,241 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:34:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44e64b44-c198-4a14-b53b-5b27b2f4a085 x-compute-request-id: req-44e64b44-c198-4a14-b53b-5b27b2f4a085 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "adminPass": "T4HsoofAwubD"}} 2018-12-12 14:34:29,241 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-44e64b44-c198-4a14-b53b-5b27b2f4a085 2018-12-12 14:34:29,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.87847805023s 2018-12-12 14:34:29,241 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-44e64b44-c198-4a14-b53b-5b27b2f4a085 2018-12-12 14:34:29,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:29,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:29,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43a02124-64f8-414c-907b-f402b6efdcda x-compute-request-id: req-43a02124-64f8-414c-907b-f402b6efdcda Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:34:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:29,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-43a02124-64f8-414c-907b-f402b6efdcda 2018-12-12 14:34:29,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417667150497s 2018-12-12 14:34:29,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-43a02124-64f8-414c-907b-f402b6efdcda 2018-12-12 14:34:29,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:34:29,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:29,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-f3dad110-106b-47cc-8d87-2f07f3d5593b Date: Wed, 12 Dec 2018 14:34:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9eb1d4a6-2ce8-4588-a879-1216d61506e4"],"updated_at":"2018-12-12T14:34:16Z","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"785d09dcd0a642c3bf9159f5c1b5b11e","id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","name":"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5"}]} 2018-12-12 14:34:29,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f3dad110-106b-47cc-8d87-2f07f3d5593b 2018-12-12 14:34:29,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242852926254s 2018-12-12 14:34:29,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f3dad110-106b-47cc-8d87-2f07f3d5593b 2018-12-12 14:34:29,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 14:34:29,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:30,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d946c8f5-4b14-4acc-a86a-11101566b97d Date: Wed, 12 Dec 2018 14:34:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T14:34:16Z","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":"785d09dcd0a642c3bf9159f5c1b5b11e","id":"9eb1d4a6-2ce8-4588-a879-1216d61506e4","subnetpool_id":null,"name":"vping_userdata-subnet_921ac0e1-df04-438c-bc1a-3fda94f68be5"}]} 2018-12-12 14:34:30,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-d946c8f5-4b14-4acc-a86a-11101566b97d 2018-12-12 14:34:30,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.216453075409s 2018-12-12 14:34:30,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-d946c8f5-4b14-4acc-a86a-11101566b97d 2018-12-12 14:34:30,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:32,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:32,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:32,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71e86748-cffa-46f5-85b1-0e2daaecf422 x-compute-request-id: req-71e86748-cffa-46f5-85b1-0e2daaecf422 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.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:34:30Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:32,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-71e86748-cffa-46f5-85b1-0e2daaecf422 2018-12-12 14:34:32,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.857545852661s 2018-12-12 14:34:32,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-71e86748-cffa-46f5-85b1-0e2daaecf422 2018-12-12 14:34:32,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:34,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:34,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:35,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27807229-928e-4caa-8af8-5ea74761c002 x-compute-request-id: req-27807229-928e-4caa-8af8-5ea74761c002 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.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:34:30Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:35,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-27807229-928e-4caa-8af8-5ea74761c002 2018-12-12 14:34:35,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512550115585s 2018-12-12 14:34:35,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-27807229-928e-4caa-8af8-5ea74761c002 2018-12-12 14:34:35,513 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:37,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:37,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:38,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b4aa165-4cd6-42f3-beb6-15d6bf26e51e x-compute-request-id: req-9b4aa165-4cd6-42f3-beb6-15d6bf26e51e Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:67:a2", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:34.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:35Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:38,169 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9b4aa165-4cd6-42f3-beb6-15d6bf26e51e 2018-12-12 14:34:38,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653919935226s 2018-12-12 14:34:38,170 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9b4aa165-4cd6-42f3-beb6-15d6bf26e51e 2018-12-12 14:34:38,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 14:34:38,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=af2004ea-e0f8-447c-8531-c95465ba07d1" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:38,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-e48cbd16-623b-4c49-9b27-190d6526c964 Date: Wed, 12 Dec 2018 14:34:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:34:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9eb1d4a6-2ce8-4588-a879-1216d61506e4","ip_address":"192.168.120.7"}],"id":"5a50bfae-c998-434a-add4-29c8ad2ecf0b","security_groups":["d623fc60-fe80-4cd4-ac4e-2bd85055dcba"],"mac_address":"fa:16:3e:92:67:a2","project_id":"785d09dcd0a642c3bf9159f5c1b5b11e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:30Z","binding:vnic_type":"normal","device_id":"af2004ea-e0f8-447c-8531-c95465ba07d1"}]} 2018-12-12 14:34:38,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=af2004ea-e0f8-447c-8531-c95465ba07d1 used request id req-e48cbd16-623b-4c49-9b27-190d6526c964 2018-12-12 14:34:38,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.191095113754s 2018-12-12 14:34:38,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=af2004ea-e0f8-447c-8531-c95465ba07d1 used request id req-e48cbd16-623b-4c49-9b27-190d6526c964 2018-12-12 14:34:38,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:34:38,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5a50bfae-c998-434a-add4-29c8ad2ecf0b" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:38,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6914cfe9-a526-469e-ac43-c088ba003b5b Date: Wed, 12 Dec 2018 14:34:38 GMT RESP BODY: {"floatingips": []} 2018-12-12 14:34:38,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5a50bfae-c998-434a-add4-29c8ad2ecf0b used request id req-6914cfe9-a526-469e-ac43-c088ba003b5b 2018-12-12 14:34:38,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.172351121902s 2018-12-12 14:34:38,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5a50bfae-c998-434a-add4-29c8ad2ecf0b used request id req-6914cfe9-a526-469e-ac43-c088ba003b5b 2018-12-12 14:34:38,544 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:92:67:a2', 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'f5a94278-a124-4fb8-9cb1-95b49316cc1b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T14:34:34.000000', 'flavor': Munch({u'id': u'fd125e2b-af86-4396-84eb-72e19cd72967'}), 'az': u'nova', 'id': u'af2004ea-e0f8-447c-8531-c95465ba07d1', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd4d8978610a74a998c758018a66358a8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'name': 'vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-12T14:34:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-12T14:34:35Z', 'hostId': u'0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T14:34:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'name': u'vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'adminPass': u'T4HsoofAwubD', 'tenant_id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'region': 'regionOne', 'created': u'2018-12-12T14:34:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-12 14:34:38,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:34:38,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:38,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-082c7f60-69f3-4bef-a8f5-0df07ba90f91 Date: Wed, 12 Dec 2018 14:34:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9eb1d4a6-2ce8-4588-a879-1216d61506e4"],"updated_at":"2018-12-12T14:34:16Z","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"785d09dcd0a642c3bf9159f5c1b5b11e","id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","name":"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5"}]} 2018-12-12 14:34:38,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-082c7f60-69f3-4bef-a8f5-0df07ba90f91 2018-12-12 14:34:38,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110865831375s 2018-12-12 14:34:38,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-082c7f60-69f3-4bef-a8f5-0df07ba90f91 2018-12-12 14:34:38,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:34:38,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:38,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-3aa0000a-69ef-41ea-a72d-e8fde8b40ea4 Date: Wed, 12 Dec 2018 14:34:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap", "metadata": {}}], "file": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/file", "owner": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "size": 12716032, "self": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:34:26Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:34:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:34:38,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3aa0000a-69ef-41ea-a72d-e8fde8b40ea4 2018-12-12 14:34:38,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182840108871s 2018-12-12 14:34:38,841 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3aa0000a-69ef-41ea-a72d-e8fde8b40ea4 2018-12-12 14:34:38,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 14:34:38,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:38,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e71a5ce-c1b2-4554-bfb0-ed671272b496 x-compute-request-id: req-6e71a5ce-c1b2-4554-bfb0-ed671272b496 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fd125e2b-af86-4396-84eb-72e19cd72967", "name": "vping_userdata-flavor_921ac0e1-df04-438c-bc1a-3fda94f68be5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 14:34:38,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-6e71a5ce-c1b2-4554-bfb0-ed671272b496 2018-12-12 14:34:38,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327579975128s 2018-12-12 14:34:38,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-6e71a5ce-c1b2-4554-bfb0-ed671272b496 2018-12-12 14:34:38,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-12 14:34:38,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '{"server": {"name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "imageRef": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "flavorRef": "fd125e2b-af86-4396-84eb-72e19cd72967", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjcgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13"}]}}' 2018-12-12 14:34:40,278 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:34:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3dda4ad-baef-469e-99de-f4c2331d6cb6 x-compute-request-id: req-a3dda4ad-baef-469e-99de-f4c2331d6cb6 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "74acf470-8c3b-447c-b946-430df7407fec", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "adminPass": "EG6Xaxo2Hfks"}} 2018-12-12 14:34:40,278 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-a3dda4ad-baef-469e-99de-f4c2331d6cb6 2018-12-12 14:34:40,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.40105009079s 2018-12-12 14:34:40,278 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-a3dda4ad-baef-469e-99de-f4c2331d6cb6 2018-12-12 14:34:40,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:40,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:40,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9351c6d-ee91-4d39-84cc-19f5298e5baf x-compute-request-id: req-c9351c6d-ee91-4d39-84cc-19f5298e5baf Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "74acf470-8c3b-447c-b946-430df7407fec", "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:34:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:40Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:67:a2", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:34.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:35Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:40,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c9351c6d-ee91-4d39-84cc-19f5298e5baf 2018-12-12 14:34:40,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632527828217s 2018-12-12 14:34:40,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c9351c6d-ee91-4d39-84cc-19f5298e5baf 2018-12-12 14:34:40,917 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:42,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:42,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:43,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a44d44b7-a39f-4714-91c0-950f073f7b07 x-compute-request-id: req-a44d44b7-a39f-4714-91c0-950f073f7b07 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "74acf470-8c3b-447c-b946-430df7407fec", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:34:41Z", "hostId": "6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:40Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:67:a2", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:34.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:35Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:43,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a44d44b7-a39f-4714-91c0-950f073f7b07 2018-12-12 14:34:43,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629639863968s 2018-12-12 14:34:43,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a44d44b7-a39f-4714-91c0-950f073f7b07 2018-12-12 14:34:43,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:45,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:45,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:46,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bcf96e0-d85e-45a4-9852-0884909196a6 x-compute-request-id: req-0bcf96e0-d85e-45a4-9852-0884909196a6 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "74acf470-8c3b-447c-b946-430df7407fec", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T14:34:41Z", "hostId": "6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:40Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:67:a2", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:34.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:35Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:46,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0bcf96e0-d85e-45a4-9852-0884909196a6 2018-12-12 14:34:46,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526462078094s 2018-12-12 14:34:46,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0bcf96e0-d85e-45a4-9852-0884909196a6 2018-12-12 14:34:46,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:48,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:48,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:48,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bb460f0-511e-46fd-8c19-52ae88453342 x-compute-request-id: req-7bb460f0-511e-46fd-8c19-52ae88453342 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:ff:f0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:46.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "74acf470-8c3b-447c-b946-430df7407fec", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:46Z", "hostId": "6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:40Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:67:a2", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:34.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:35Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:48,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7bb460f0-511e-46fd-8c19-52ae88453342 2018-12-12 14:34:48,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745209932327s 2018-12-12 14:34:48,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7bb460f0-511e-46fd-8c19-52ae88453342 2018-12-12 14:34:48,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 14:34:48,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=74acf470-8c3b-447c-b946-430df7407fec" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:49,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-3e891e91-c9e8-4e52-bbfa-184b379dd190 Date: Wed, 12 Dec 2018 14:34:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T14:34:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9eb1d4a6-2ce8-4588-a879-1216d61506e4","ip_address":"192.168.120.10"}],"id":"66ee4e4a-138f-4aab-88b9-92d2d714e6ce","security_groups":["d623fc60-fe80-4cd4-ac4e-2bd85055dcba"],"mac_address":"fa:16:3e:1d:ff:f0","project_id":"785d09dcd0a642c3bf9159f5c1b5b11e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:41Z","binding:vnic_type":"normal","device_id":"74acf470-8c3b-447c-b946-430df7407fec"}]} 2018-12-12 14:34:49,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=74acf470-8c3b-447c-b946-430df7407fec used request id req-3e891e91-c9e8-4e52-bbfa-184b379dd190 2018-12-12 14:34:49,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.195078134537s 2018-12-12 14:34:49,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=74acf470-8c3b-447c-b946-430df7407fec used request id req-3e891e91-c9e8-4e52-bbfa-184b379dd190 2018-12-12 14:34:49,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 14:34:49,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=66ee4e4a-138f-4aab-88b9-92d2d714e6ce" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:49,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a2b05657-6ab5-4694-b695-1c2ab9e15269 Date: Wed, 12 Dec 2018 14:34:49 GMT RESP BODY: {"floatingips": []} 2018-12-12 14:34:49,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=66ee4e4a-138f-4aab-88b9-92d2d714e6ce used request id req-a2b05657-6ab5-4694-b695-1c2ab9e15269 2018-12-12 14:34:49,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.156832933426s 2018-12-12 14:34:49,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=66ee4e4a-138f-4aab-88b9-92d2d714e6ce used request id req-a2b05657-6ab5-4694-b695-1c2ab9e15269 2018-12-12 14:34:49,202 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1d:ff:f0', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f5a94278-a124-4fb8-9cb1-95b49316cc1b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T14:34:46.000000', 'flavor': Munch({u'id': u'fd125e2b-af86-4396-84eb-72e19cd72967'}), 'az': u'nova', 'id': u'74acf470-8c3b-447c-b946-430df7407fec', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd4d8978610a74a998c758018a66358a8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'name': 'vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-12T14:34:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-12T14:34:46Z', 'hostId': u'6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T14:34:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'name': u'vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5', 'adminPass': u'EG6Xaxo2Hfks', 'tenant_id': u'785d09dcd0a642c3bf9159f5c1b5b11e', 'region': 'regionOne', 'created': u'2018-12-12T14:34:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-12 14:34:49,203 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-12-12 14:34:50,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:50,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:50,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-f575d8fb-713b-4cbd-968a-f722e89bf9d3 x-compute-request-id: req-f575d8fb-713b-4cbd-968a-f722e89bf9d3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:ff:f0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:46.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "74acf470-8c3b-447c-b946-430df7407fec", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:46Z", "hostId": "6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:40Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:67:a2", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:34.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:35Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:50,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f575d8fb-713b-4cbd-968a-f722e89bf9d3 2018-12-12 14:34:50,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61427116394s 2018-12-12 14:34:50,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f575d8fb-713b-4cbd-968a-f722e89bf9d3 2018-12-12 14:34:50,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-12 14:34:50,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec/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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 14:34:51,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-fa45d4be-ee74-4c13-9dda-7b30a977b603 x-compute-request-id: req-fa45d4be-ee74-4c13-9dda-7b30a977b603 Content-Encoding: gzip Content-Length: 9525 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 532747789 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.136378] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138087] pid_max: default: 32768 minimum: 301\n[ 0.139004] ACPI: Core revision 20150930\n[ 0.140386] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141733] Security Framework initialized\n[ 0.142568] Yama: becoming mindful.\n[ 0.143310] AppArmor: AppArmor initialized\n[ 0.144193] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145557] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146864] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148099] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149519] Initializing cgroup subsys io\n[ 0.150345] Initializing cgroup subsys memory\n[ 0.151220] Initializing cgroup subsys devices\n[ 0.152117] Initializing cgroup subsys freezer\n[ 0.153006] Initializing cgroup subsys net_cls\n[ 0.153888] Initializing cgroup subsys perf_event\n[ 0.154814] Initializing cgroup subsys net_prio\n[ 0.155723] Initializing cgroup subsys hugetlb\n[ 0.156612] Initializing cgroup subsys pids\n[ 0.157499] CPU: Physical Processor ID: 0\n[ 0.158998] mce: CPU supports 10 MCE banks\n[ 0.159874] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160892] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171760] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178011] ftrace: allocating 31920 entries in 125 pages\n[ 0.203657] smpboot: Max logical packages: 1\n[ 0.204532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205917] x2apic enabled\n[ 0.206726] Switched APIC routing to physical x2apic.\n[ 0.208484] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211668] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213486] KVM setup paravirtual spinlock\n[ 0.214798] x86: Booted up 1 node, 1 CPUs\n[ 0.215623] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217040] devtmpfs: initialized\n[ 0.218743] evm: security.selinux\n[ 0.219453] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220932] evm: security.SMACK64TRANSMUTE\n[ 0.221762] evm: security.SMACK64MMAP\n[ 0.222523] evm: security.ima\n[ 0.223176] evm: security.capability\n[ 0.223992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225887] pinctrl core: initialized pinctrl subsystem\n[ 0.227011] RTC time: 14:34:45, date: 12/12/18\n[ 0.227988] NET: Registered protocol family 16\n[ 0.228974] cpuidle: using governor ladder\n[ 0.229809] cpuidle: using governor menu\n[ 0.230607] PCCT header not found.\n[ 0.231371] ACPI: bus type PCI registered\n[ 0.232201] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233467] PCI: Using configuration type 1 for base access\n[ 0.235221] ACPI: Added _OSI(Module Device)\n[ 0.236084] ACPI: Added _OSI(Processor Device)\n[ 0.236965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237879] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240016] ACPI: Interpreter enabled\n[ 0.240805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246451] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248331] ACPI: (supports S0 S5)\n[ 0.249055] ACPI: Using IOAPIC for interrupt routing\n[ 0.250168] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253328] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257045] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259360] acpiphp: Slot [3] registered\n[ 0.260195] acpiphp: Slot [4] registered\n[ 0.261036] acpiphp: Slot [5] registered\n[ 0.261841] acpiphp: Slot [6] registered\n[ 0.262642] acpiphp: Slot [7] registered\n[ 0.263449] acpiphp: Slot [8] registered\n[ 0.264260] acpiphp: Slot [9] registered\n[ 0.265074] acpiphp: Slot [10] registered\n[ 0.265896] acpiphp: Slot [11] registered\n[ 0.266715] acpiphp: Slot [12] registered\n[ 0.267538] acpiphp: Slot [13] registered\n[ 0.268353] acpiphp: Slot [14] registered\n[ 0.269174] acpiphp: Slot [15] registered\n[ 0.279749] acpiphp: Slot [16] registered\n[ 0.280574] acpiphp: Slot [17] registered\n[ 0.281390] acpiphp: Slot [18] registered\n[ 0.282210] acpiphp: Slot [19] registered\n[ 0.283028] acpiphp: Slot [20] registered\n[ 0.283854] acpiphp: Slot [21] registered\n[ 0.284674] acpiphp: Slot [22] registered\n[ 0.285494] acpiphp: Slot [23] registered\n[ 0.286311] acpiphp: Slot [24] registered\n[ 0.287132] acpiphp: Slot [25] registered\n[ 0.287954] acpiphp: Slot [26] registered\n[ 0.288776] acpiphp: Slot [27] registered\n[ 0.289599] acpiphp: Slot [28] registered\n[ 0.290416] acpiphp: Slot [29] registered\n[ 0.291236] acpiphp: Slot [30] registered\n[ 0.292063] acpiphp: Slot [31] registered\n[ 0.292907] PCI host bridge to bus 0000:00\n[ 0.293776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296246] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297719] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299188] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305468] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306785] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307984] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309278] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315704] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362818] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364345] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367284] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370036] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371382] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374125] vgaarb: loaded\n[ 0.374734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375898] SCSI subsystem initialized\n[ 0.376730] ACPI: bus type USB registered\n[ 0.377560] usbcore: registered new interface driver usbfs\n[ 0.378728] usbcore: registered new interface driver hub\n[ 0.379794] usbcore: registered new device driver usb\n[ 0.380901] PCI: Using ACPI for IRQ routing\n[ 0.381945] NetLabel: Initializing\n[ 0.382676] NetLabel: domain hash size = 128\n[ 0.383562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384553] NetLabel: unlabeled traffic allowed by default\n[ 0.385669] clocksource: Switched to clocksource kvm-clock\n[ 0.391100] AppArmor: AppArmor Filesystem Enabled\n[ 0.392109] pnp: PnP ACPI init\n[ 0.393047] pnp: PnP ACPI: found 5 devices\n[ 0.399453] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401235] NET: Registered protocol family 2\n[ 0.402229] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404780] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407126] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408346] NET: Registered protocol family 1\n[ 0.409251] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410402] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411536] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425581] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439840] Trying to unpack rootfs image as initramfs...\n[ 0.489033] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503313] Scanning for low memory corruption every 60 seconds\n[ 0.504648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505852] audit: initializing netlink subsys (disabled)\n[ 0.506928] audit: type=2000 audit(1544625286.846:1): initialized\n[ 0.508279] Initialise system trusted keyring\n[ 0.509251] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510476] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512524] zbud: loaded\n[ 0.513239] VFS: Disk quotas dquot_6.6.0\n[ 0.514122] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515735] fuse init (API version 7.23)\n[ 0.516653] Key type big_key registered\n[ 0.517463] Allocating IMA MOK and blacklist keyrings.\n[ 0.518653] Key type asymmetric registered\n[ 0.519513] Asymmetric key parser 'x509' registered\n[ 0.520487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522408] io scheduler noop registered\n[ 0.523233] io scheduler deadline registered (default)\n[ 0.524274] io scheduler cfq registered\n[ 0.525151] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526237] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527789] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529308] ACPI: Power Button [PWRF]\n[ 0.530191] GHES: HEST is not enabled!\n[ 0.545275] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574575] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603676] Linux agpgart interface v0.103\n[ 0.605771] brd: module loaded\n[ 0.607003] loop: module loaded\n[ 0.611632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613154] GPT:90111 != 2097151\n[ 0.613875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615036] GPT:90111 != 2097151\n[ 0.615747] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616758] vda: vda1 vda15\n[ 0.618206] scsi host0: ata_piix\n[ 0.618998] scsi host1: ata_piix\n[ 0.619729] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621005] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622517] libphy: Fixed MDIO Bus: probed\n[ 0.623358] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624364] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626517] PPP generic driver version 2.4.2\n[ 0.627383] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628654] ehci-pci: EHCI PCI platform driver\n[ 0.629510] ehci-platform: EHCI generic platform driver\n[ 0.630484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631596] ohci-pci: OHCI PCI platform driver\n[ 0.632443] ohci-platform: OHCI generic platform driver\n[ 0.633416] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647744] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650165] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652282] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654888] usb usb1: Product: UHCI Host Controller\n[ 0.655813] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656939] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657938] hub 1-0:1.0: USB hub found\n[ 0.658712] hub 1-0:1.0: 2 ports detected\n[ 0.659597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662666] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663681] mousedev: PS/2 mouse device common for all mice\n[ 0.664925] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666748] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667829] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669011] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670193] i2c /dev entries driver\n[ 0.670948] device-mapper: uevent: version 1.0.3\n[ 0.671872] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674727] NET: Registered protocol family 10\n[ 0.675724] NET: Registered protocol family 17\n[ 0.676596] Key type dns_resolver registered\n[ 0.677502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678582] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680315] registered taskstats version 1\n[ 0.681138] Loading compiled-in X.509 certificates\n[ 0.682588] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684413] zswap: loaded using pool lzo/zbud\n[ 0.685785] Key type trusted registered\n[ 0.687316] Key type encrypted registered\n[ 0.688138] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689153] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690189] evm: HMAC attrs: 0x1\n[ 0.691120] Magic number: 14:452:586\n[ 0.691968] rtc_cmos 00:00: setting system clock to 2018-12-12 14:34:46 UTC (1544625286)\n[ 0.693543] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694642] EDD information not available.\n[ 0.782609] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784140] Write protecting the kernel read-only data: 14336k\n[ 0.795850] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797626] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841378] 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.05\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.10...\nLease of 192.168.120.10 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.21. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbayPv5PWMAo7g4EqmcinvM4rFCQcKZ+S4KMyc0LFoW6Y6zIx0m6hNZut7bxUfcnMrmppT4losoo0Ta0TYuINWB3hntR/pJi0T5y3RIN/pAOkiBu6ZKHFy1p+Q00Czj7ZH9c0MnahrLyAggEN5BzWkCVOpNmTsaUnRFItJ46bfVPM9vGlAB7GCueWKiVU+OHFdI6uT4jigSOsK4ciLWnjSWKeB0pRNgh6mFdJyW2IVkrwiG0p0RcU4NIvML+ncrnRIwi0gHSY4Z+5ww9Mt/fW2Rm2R2crK3Lj/tCJgngAEISK05ZoW4QSX49tvy+PM+lFsjbT3Za77PamCWLV1BBl3 root@vping-userdata-vm2-921ac0e1-df04-438c-bc1a-3fda94f68be5\nssh-dss AAAAB3NzaC1kc3MAAACBAIGOVfXkuEATaOhOMgAzRXQS45t4Qkjs7xKqz0zJvk7Jx/5WCThGJTvGHkqejlCU/HpSdosCimoDLvEsIg/U7qnygW1FbZI7kTsirOTghcblRRcBYLWa6ruNXJGrczthkTViagnDNY3Kt38HmI3lbesdyV9LNfWmjYhA5iQ4IGnVAAAAFQC/JtjHw7Mkxs5ahIk8yIk6rbvuCQAAAIB8gfw9Jw/+JJctrBkDB2HEi9PY+A9hb5l/uB24LSEVav32Q4Rz6nSJNtmwtPLc4OUeqqpAUaY6bGdx7GF7JVqlbQSAjOEXFD/HfT4Ea7F6je5X8LsBWpNluHwSoErYB15HoWolrM3jEurtEcFViEcugkRxECcndpJdLOCpit0BxwAAAIBeUAk/OAt5BIO9qLEHzPvBI8dpzqRkKoHcVi85gaTX7ULYCUup3dAuYIh5SvCUbZSVRzSEhsW3PIwb/BfuFPRfTuY6CrQIDnR0iSpHjwkd7bDq+kJS3Cdl4Jb4aFYRZEfEMsmpP0w++DIfySirgnadyodVwBryqo18p98jbOes9Q== root@vping-userdata-vm2-921ac0e1-df04-438c-bc1a-3fda94f68be5\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.10,24,fe80::f816:3eff:fe1d:fff0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \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-921ac0e1-df04-438c-bc1a-3fda94f68be5\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.70 ===\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-921ac0e1-df04-438c-bc1a-3fda94f68be5 login: "} 2018-12-12 14:34:51,933 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec/action used request id req-fa45d4be-ee74-4c13-9dda-7b30a977b603 2018-12-12 14:34:51,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11186504364s 2018-12-12 14:34:51,935 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec/action used request id req-fa45d4be-ee74-4c13-9dda-7b30a977b603 2018-12-12 14:34:51,935 - 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 532747789 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.136378] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138087] pid_max: default: 32768 minimum: 301 [ 0.139004] ACPI: Core revision 20150930 [ 0.140386] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141733] Security Framework initialized [ 0.142568] Yama: becoming mindful. [ 0.143310] AppArmor: AppArmor initialized [ 0.144193] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145557] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146864] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148099] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149519] Initializing cgroup subsys io [ 0.150345] Initializing cgroup subsys memory [ 0.151220] Initializing cgroup subsys devices [ 0.152117] Initializing cgroup subsys freezer [ 0.153006] Initializing cgroup subsys net_cls [ 0.153888] Initializing cgroup subsys perf_event [ 0.154814] Initializing cgroup subsys net_prio [ 0.155723] Initializing cgroup subsys hugetlb [ 0.156612] Initializing cgroup subsys pids [ 0.157499] CPU: Physical Processor ID: 0 [ 0.158998] mce: CPU supports 10 MCE banks [ 0.159874] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160892] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.171760] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178011] ftrace: allocating 31920 entries in 125 pages [ 0.203657] smpboot: Max logical packages: 1 [ 0.204532] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.205917] x2apic enabled [ 0.206726] Switched APIC routing to physical x2apic. [ 0.208484] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.211668] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.213486] KVM setup paravirtual spinlock [ 0.214798] x86: Booted up 1 node, 1 CPUs [ 0.215623] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.217040] devtmpfs: initialized [ 0.218743] evm: security.selinux [ 0.219453] evm: security.SMACK64 [ 0.220171] evm: security.SMACK64EXEC [ 0.220932] evm: security.SMACK64TRANSMUTE [ 0.221762] evm: security.SMACK64MMAP [ 0.222523] evm: security.ima [ 0.223176] evm: security.capability [ 0.223992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.225887] pinctrl core: initialized pinctrl subsystem [ 0.227011] RTC time: 14:34:45, date: 12/12/18 [ 0.227988] NET: Registered protocol family 16 [ 0.228974] cpuidle: using governor ladder [ 0.229809] cpuidle: using governor menu [ 0.230607] PCCT header not found. [ 0.231371] ACPI: bus type PCI registered [ 0.232201] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.233467] PCI: Using configuration type 1 for base access [ 0.235221] ACPI: Added _OSI(Module Device) [ 0.236084] ACPI: Added _OSI(Processor Device) [ 0.236965] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.237879] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240016] ACPI: Interpreter enabled [ 0.240805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.244563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.246451] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.248331] ACPI: (supports S0 S5) [ 0.249055] ACPI: Using IOAPIC for interrupt routing [ 0.250168] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.253328] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.254522] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.255806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.257045] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.259360] acpiphp: Slot [3] registered [ 0.260195] acpiphp: Slot [4] registered [ 0.261036] acpiphp: Slot [5] registered [ 0.261841] acpiphp: Slot [6] registered [ 0.262642] acpiphp: Slot [7] registered [ 0.263449] acpiphp: Slot [8] registered [ 0.264260] acpiphp: Slot [9] registered [ 0.265074] acpiphp: Slot [10] registered [ 0.265896] acpiphp: Slot [11] registered [ 0.266715] acpiphp: Slot [12] registered [ 0.267538] acpiphp: Slot [13] registered [ 0.268353] acpiphp: Slot [14] registered [ 0.269174] acpiphp: Slot [15] registered [ 0.279749] acpiphp: Slot [16] registered [ 0.280574] acpiphp: Slot [17] registered [ 0.281390] acpiphp: Slot [18] registered [ 0.282210] acpiphp: Slot [19] registered [ 0.283028] acpiphp: Slot [20] registered [ 0.283854] acpiphp: Slot [21] registered [ 0.284674] acpiphp: Slot [22] registered [ 0.285494] acpiphp: Slot [23] registered [ 0.286311] acpiphp: Slot [24] registered [ 0.287132] acpiphp: Slot [25] registered [ 0.287954] acpiphp: Slot [26] registered [ 0.288776] acpiphp: Slot [27] registered [ 0.289599] acpiphp: Slot [28] registered [ 0.290416] acpiphp: Slot [29] registered [ 0.291236] acpiphp: Slot [30] registered [ 0.292063] acpiphp: Slot [31] registered [ 0.292907] PCI host bridge to bus 0000:00 [ 0.293776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296246] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297719] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299188] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305468] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306785] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307984] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309278] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315704] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317152] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.362818] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.364345] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.365823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.367284] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.368741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.370036] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.371382] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.372506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.374125] vgaarb: loaded [ 0.374734] vgaarb: bridge control possible 0000:00:02.0 [ 0.375898] SCSI subsystem initialized [ 0.376730] ACPI: bus type USB registered [ 0.377560] usbcore: registered new interface driver usbfs [ 0.378728] usbcore: registered new interface driver hub [ 0.379794] usbcore: registered new device driver usb [ 0.380901] PCI: Using ACPI for IRQ routing [ 0.381945] NetLabel: Initializing [ 0.382676] NetLabel: domain hash size = 128 [ 0.383562] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.384553] NetLabel: unlabeled traffic allowed by default [ 0.385669] clocksource: Switched to clocksource kvm-clock [ 0.391100] AppArmor: AppArmor Filesystem Enabled [ 0.392109] pnp: PnP ACPI init [ 0.393047] pnp: PnP ACPI: found 5 devices [ 0.399453] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.401235] NET: Registered protocol family 2 [ 0.402229] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.404780] TCP: Hash tables configured (established 4096 bind 4096) [ 0.405994] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.407126] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.408346] NET: Registered protocol family 1 [ 0.409251] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.410402] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.411536] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425581] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.439840] Trying to unpack rootfs image as initramfs... [ 0.489033] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.503313] Scanning for low memory corruption every 60 seconds [ 0.504648] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.505852] audit: initializing netlink subsys (disabled) [ 0.506928] audit: type=2000 audit(1544625286.846:1): initialized [ 0.508279] Initialise system trusted keyring [ 0.509251] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.510476] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.512524] zbud: loaded [ 0.513239] VFS: Disk quotas dquot_6.6.0 [ 0.514122] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.515735] fuse init (API version 7.23) [ 0.516653] Key type big_key registered [ 0.517463] Allocating IMA MOK and blacklist keyrings. [ 0.518653] Key type asymmetric registered [ 0.519513] Asymmetric key parser 'x509' registered [ 0.520487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522408] io scheduler noop registered [ 0.523233] io scheduler deadline registered (default) [ 0.524274] io scheduler cfq registered [ 0.525151] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526237] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.527789] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529308] ACPI: Power Button [PWRF] [ 0.530191] GHES: HEST is not enabled! [ 0.545275] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.574575] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.577176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603676] Linux agpgart interface v0.103 [ 0.605771] brd: module loaded [ 0.607003] loop: module loaded [ 0.611632] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613154] GPT:90111 != 2097151 [ 0.613875] GPT:Alternate GPT header not at the end of the disk. [ 0.615036] GPT:90111 != 2097151 [ 0.615747] GPT: Use GNU Parted to correct GPT errors. [ 0.616758] vda: vda1 vda15 [ 0.618206] scsi host0: ata_piix [ 0.618998] scsi host1: ata_piix [ 0.619729] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.621005] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622517] libphy: Fixed MDIO Bus: probed [ 0.623358] tun: Universal TUN/TAP device driver, 1.6 [ 0.624364] tun: (C) 1999-2004 Max Krasnyansky [ 0.626517] PPP generic driver version 2.4.2 [ 0.627383] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628654] ehci-pci: EHCI PCI platform driver [ 0.629510] ehci-platform: EHCI generic platform driver [ 0.630484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631596] ohci-pci: OHCI PCI platform driver [ 0.632443] ohci-platform: OHCI generic platform driver [ 0.633416] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647744] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650165] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652282] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.654888] usb usb1: Product: UHCI Host Controller [ 0.655813] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656939] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657938] hub 1-0:1.0: USB hub found [ 0.658712] hub 1-0:1.0: 2 ports detected [ 0.659597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662666] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663681] mousedev: PS/2 mouse device common for all mice [ 0.664925] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666748] rtc_cmos 00:00: RTC can wake from S4 [ 0.667829] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669011] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670193] i2c /dev entries driver [ 0.670948] device-mapper: uevent: version 1.0.3 [ 0.671872] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673462] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674727] NET: Registered protocol family 10 [ 0.675724] NET: Registered protocol family 17 [ 0.676596] Key type dns_resolver registered [ 0.677502] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678582] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680315] registered taskstats version 1 [ 0.681138] Loading compiled-in X.509 certificates [ 0.682588] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684413] zswap: loaded using pool lzo/zbud [ 0.685785] Key type trusted registered [ 0.687316] Key type encrypted registered [ 0.688138] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689153] ima: No TPM chip found, activating TPM-bypass! [ 0.690189] evm: HMAC attrs: 0x1 [ 0.691120] Magic number: 14:452:586 [ 0.691968] rtc_cmos 00:00: setting system clock to 2018-12-12 14:34:46 UTC (1544625286) [ 0.693543] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694642] EDD information not available. [ 0.782609] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784140] Write protecting the kernel read-only data: 14336k [ 0.795850] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.797626] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841378] 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.05 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.10... Lease of 192.168.120.10 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.21. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbayPv5PWMAo7g4EqmcinvM4rFCQcKZ+S4KMyc0LFoW6Y6zIx0m6hNZut7bxUfcnMrmppT4losoo0Ta0TYuINWB3hntR/pJi0T5y3RIN/pAOkiBu6ZKHFy1p+Q00Czj7ZH9c0MnahrLyAggEN5BzWkCVOpNmTsaUnRFItJ46bfVPM9vGlAB7GCueWKiVU+OHFdI6uT4jigSOsK4ciLWnjSWKeB0pRNgh6mFdJyW2IVkrwiG0p0RcU4NIvML+ncrnRIwi0gHSY4Z+5ww9Mt/fW2Rm2R2crK3Lj/tCJgngAEISK05ZoW4QSX49tvy+PM+lFsjbT3Za77PamCWLV1BBl3 root@vping-userdata-vm2-921ac0e1-df04-438c-bc1a-3fda94f68be5 ssh-dss AAAAB3NzaC1kc3MAAACBAIGOVfXkuEATaOhOMgAzRXQS45t4Qkjs7xKqz0zJvk7Jx/5WCThGJTvGHkqejlCU/HpSdosCimoDLvEsIg/U7qnygW1FbZI7kTsirOTghcblRRcBYLWa6ruNXJGrczthkTViagnDNY3Kt38HmI3lbesdyV9LNfWmjYhA5iQ4IGnVAAAAFQC/JtjHw7Mkxs5ahIk8yIk6rbvuCQAAAIB8gfw9Jw/+JJctrBkDB2HEi9PY+A9hb5l/uB24LSEVav32Q4Rz6nSJNtmwtPLc4OUeqqpAUaY6bGdx7GF7JVqlbQSAjOEXFD/HfT4Ea7F6je5X8LsBWpNluHwSoErYB15HoWolrM3jEurtEcFViEcugkRxECcndpJdLOCpit0BxwAAAIBeUAk/OAt5BIO9qLEHzPvBI8dpzqRkKoHcVi85gaTX7ULYCUup3dAuYIh5SvCUbZSVRzSEhsW3PIwb/BfuFPRfTuY6CrQIDnR0iSpHjwkd7bDq+kJS3Cdl4Jb4aFYRZEfEMsmpP0w++DIfySirgnadyodVwBryqo18p98jbOes9Q== root@vping-userdata-vm2-921ac0e1-df04-438c-bc1a-3fda94f68be5 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe1d:fff0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 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-921ac0e1-df04-438c-bc1a-3fda94f68be5 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.70 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-921ac0e1-df04-438c-bc1a-3fda94f68be5 login: 2018-12-12 14:34:51,936 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-12-12 14:34:52,049 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 14:34:52,050 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:37 | PASS | +------------------------+------------------+------------------+----------------+ 2018-12-12 14:34:52,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-12 14:34:52,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:52,236 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f55caece-ce79-4046-9a7b-615b6c43cccc x-compute-request-id: req-f55caece-ce79-4046-9a7b-615b6c43cccc Content-Type: application/json 2018-12-12 14:34:52,237 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1 used request id req-f55caece-ce79-4046-9a7b-615b6c43cccc 2018-12-12 14:34:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.18151807785s 2018-12-12 14:34:52,237 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1 used request id req-f55caece-ce79-4046-9a7b-615b6c43cccc 2018-12-12 14:34:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:52,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:52,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88b86589-5eae-4791-9b24-0257a090fe93 x-compute-request-id: req-88b86589-5eae-4791-9b24-0257a090fe93 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:ff:f0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:46.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "74acf470-8c3b-447c-b946-430df7407fec", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:46Z", "hostId": "6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:40Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:67:a2", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/af2004ea-e0f8-447c-8531-c95465ba07d1", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:34.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "af2004ea-e0f8-447c-8531-c95465ba07d1", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:52Z", "hostId": "0757953bcc29edcca28d5bfd1584d08dfc11dc7238ef96a41cf314a9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:29Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:52,843 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-88b86589-5eae-4791-9b24-0257a090fe93 2018-12-12 14:34:52,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.606034994125s 2018-12-12 14:34:52,844 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-88b86589-5eae-4791-9b24-0257a090fe93 2018-12-12 14:34:52,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:54,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:54,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:55,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a9b4a94-600c-43eb-a3a1-6343a6a5353b x-compute-request-id: req-7a9b4a94-600c-43eb-a3a1-6343a6a5353b Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:ff:f0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:46.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "74acf470-8c3b-447c-b946-430df7407fec", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:46Z", "hostId": "6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:40Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:55,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7a9b4a94-600c-43eb-a3a1-6343a6a5353b 2018-12-12 14:34:55,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210402965546s 2018-12-12 14:34:55,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7a9b4a94-600c-43eb-a3a1-6343a6a5353b 2018-12-12 14:34:55,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-12 14:34:55,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:55,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:34:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91628312-31e0-4881-aba1-e720d362ae3e x-compute-request-id: req-91628312-31e0-4881-aba1-e720d362ae3e Content-Type: application/json 2018-12-12 14:34:55,230 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec used request id req-91628312-31e0-4881-aba1-e720d362ae3e 2018-12-12 14:34:55,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.16809296608s 2018-12-12 14:34:55,230 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec used request id req-91628312-31e0-4881-aba1-e720d362ae3e 2018-12-12 14:34:55,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:55,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:55,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-1be72a73-0e5f-4c45-af80-a8abb6008c61 x-compute-request-id: req-1be72a73-0e5f-4c45-af80-a8abb6008c61 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:ff:f0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/74acf470-8c3b-447c-b946-430df7407fec", "rel": "bookmark"}], "image": {"id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "links": [{"href": "http://172.30.9.29:8774/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T14:34:46.000000", "flavor": {"id": "fd125e2b-af86-4396-84eb-72e19cd72967", "links": [{"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}]}, "id": "74acf470-8c3b-447c-b946-430df7407fec", "security_groups": [{"name": "default"}], "user_id": "d4d8978610a74a998c758018a66358a8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T14:34:55Z", "hostId": "6190b88424ff5879cf2219cd1d4066688040f14c2d314850f48256e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_921ac0e1-df04-438c-bc1a-3fda94f68be5", "created": "2018-12-12T14:34:40Z", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 14:34:55,799 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1be72a73-0e5f-4c45-af80-a8abb6008c61 2018-12-12 14:34:55,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568545103073s 2018-12-12 14:34:55,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1be72a73-0e5f-4c45-af80-a8abb6008c61 2018-12-12 14:34:55,801 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 14:34:57,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 14:34:57,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:57,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d0c9680-e7dc-47d1-ba35-b4787363ad06 x-compute-request-id: req-3d0c9680-e7dc-47d1-ba35-b4787363ad06 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 14:34:57,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3d0c9680-e7dc-47d1-ba35-b4787363ad06 2018-12-12 14:34:57,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.146229982376s 2018-12-12 14:34:57,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3d0c9680-e7dc-47d1-ba35-b4787363ad06 2018-12-12 14:34:57,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-12 14:34:57,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8/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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" -d '{"subnet_id": "9eb1d4a6-2ce8-4588-a879-1216d61506e4"}' 2018-12-12 14:34:59,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bd73eceb-254a-468d-a54c-6c20cb97094a Date: Wed, 12 Dec 2018 14:34:59 GMT RESP BODY: {"network_id": "e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "subnet_id": "9eb1d4a6-2ce8-4588-a879-1216d61506e4", "subnet_ids": ["9eb1d4a6-2ce8-4588-a879-1216d61506e4"], "port_id": "5ae19294-8b67-42c6-bf30-71a65f45ac69", "id": "40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8"} 2018-12-12 14:34:59,387 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8/remove_router_interface.json used request id req-bd73eceb-254a-468d-a54c-6c20cb97094a 2018-12-12 14:34:59,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.43577194214s 2018-12-12 14:34:59,387 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8/remove_router_interface.json used request id req-bd73eceb-254a-468d-a54c-6c20cb97094a returning object 40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8 2018-12-12 14:34:59,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-12 14:34:59,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:34:59,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-e91aa5db-48e0-438c-a38b-bc34dba5f947 Date: Wed, 12 Dec 2018 14:34:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "created_at": "2018-12-12T14:34:17Z", "admin_state_up": true, "updated_at": "2018-12-12T14:34:58Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8", "name": "vping_userdata-router_921ac0e1-df04-438c-bc1a-3fda94f68be5"}]} 2018-12-12 14:34:59,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e91aa5db-48e0-438c-a38b-bc34dba5f947 2018-12-12 14:34:59,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0845239162445s 2018-12-12 14:34:59,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e91aa5db-48e0-438c-a38b-bc34dba5f947 2018-12-12 14:34:59,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-12 14:34:59,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:35:02,596 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aae401b8-0f04-446c-9e52-b63356b0166e Content-Length: 0 Date: Wed, 12 Dec 2018 14:35:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:35:02,596 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8.json used request id req-aae401b8-0f04-446c-9e52-b63356b0166e 2018-12-12 14:35:02,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.12103891373s 2018-12-12 14:35:02,596 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/40b4aeac-706d-4eb9-82ad-b0ebbb46c7d8.json used request id req-aae401b8-0f04-446c-9e52-b63356b0166e 2018-12-12 14:35:02,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 14:35:02,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:35:02,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-39c809ab-7947-45fb-a63b-a9b31744095f Date: Wed, 12 Dec 2018 14:35:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T14:34:16Z","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":"785d09dcd0a642c3bf9159f5c1b5b11e","id":"9eb1d4a6-2ce8-4588-a879-1216d61506e4","subnetpool_id":null,"name":"vping_userdata-subnet_921ac0e1-df04-438c-bc1a-3fda94f68be5"}]} 2018-12-12 14:35:02,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-39c809ab-7947-45fb-a63b-a9b31744095f 2018-12-12 14:35:02,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0561652183533s 2018-12-12 14:35:02,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-39c809ab-7947-45fb-a63b-a9b31744095f 2018-12-12 14:35:02,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-12 14:35:02,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/9eb1d4a6-2ce8-4588-a879-1216d61506e4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:35:04,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af78b4e1-2289-4b0c-a1bc-14f4a62c7279 Date: Wed, 12 Dec 2018 14:35:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:35:04,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9eb1d4a6-2ce8-4588-a879-1216d61506e4.json used request id req-af78b4e1-2289-4b0c-a1bc-14f4a62c7279 2018-12-12 14:35:04,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.21888399124s 2018-12-12 14:35:04,874 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9eb1d4a6-2ce8-4588-a879-1216d61506e4.json used request id req-af78b4e1-2289-4b0c-a1bc-14f4a62c7279 2018-12-12 14:35:04,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:35:04,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:35:05,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-9ae3d71f-6718-47a9-aa5f-b57f1c4f5212 Date: Wed, 12 Dec 2018 14:35:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T14:35:04Z","tenant_id":"785d09dcd0a642c3bf9159f5c1b5b11e","created_at":"2018-12-12T14:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"785d09dcd0a642c3bf9159f5c1b5b11e","id":"e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13","name":"vping_userdata-net_921ac0e1-df04-438c-bc1a-3fda94f68be5"}]} 2018-12-12 14:35:05,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9ae3d71f-6718-47a9-aa5f-b57f1c4f5212 2018-12-12 14:35:05,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.316941022873s 2018-12-12 14:35:05,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9ae3d71f-6718-47a9-aa5f-b57f1c4f5212 2018-12-12 14:35:05,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-12 14:35:05,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:35:06,083 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b31100b-88fd-4e8a-ab23-9aaf382c7d5a Date: Wed, 12 Dec 2018 14:35:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:35:06,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13.json used request id req-4b31100b-88fd-4e8a-ab23-9aaf382c7d5a 2018-12-12 14:35:06,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.89009308815s 2018-12-12 14:35:06,083 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e522d5b5-3dd5-4eb7-b2fd-fb6b4bd9fb13.json used request id req-4b31100b-88fd-4e8a-ab23-9aaf382c7d5a 2018-12-12 14:35:06,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:35:06,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:35:06,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a55a663c-50fe-41b4-ac24-5d956628f93d Date: Wed, 12 Dec 2018 14:35:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap", "metadata": {}}], "file": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/file", "owner": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "f5a94278-a124-4fb8-9cb1-95b49316cc1b", "size": 12716032, "self": "/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:34:26Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_921ac0e1-df04-438c-bc1a-3fda94f68be5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:34:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:35:06,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a55a663c-50fe-41b4-ac24-5d956628f93d 2018-12-12 14:35:06,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353610515594s 2018-12-12 14:35:06,119 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a55a663c-50fe-41b4-ac24-5d956628f93d 2018-12-12 14:35:06,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 14:35:06,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ccc8c0cb4c7f88b10968cf6b689dba9726fc6ca3" 2018-12-12 14:35:08,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64a05b3e-b338-41f4-bbcf-cae70663d0c2 Date: Wed, 12 Dec 2018 14:35:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:35:08,042 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b used request id req-64a05b3e-b338-41f4-bbcf-cae70663d0c2 2018-12-12 14:35:08,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.92036485672s 2018-12-12 14:35:08,042 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f5a94278-a124-4fb8-9cb1-95b49316cc1b used request id req-64a05b3e-b338-41f4-bbcf-cae70663d0c2 2018-12-12 14:35:08,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 14:35:08,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-c08fe375-18cd-43c6-bad1-2ecea771d5b8 x-compute-request-id: req-c08fe375-18cd-43c6-bad1-2ecea771d5b8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fd125e2b-af86-4396-84eb-72e19cd72967", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fd125e2b-af86-4396-84eb-72e19cd72967", "name": "vping_userdata-flavor_921ac0e1-df04-438c-bc1a-3fda94f68be5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 14:35:08,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-c08fe375-18cd-43c6-bad1-2ecea771d5b8 2018-12-12 14:35:08,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.037055015564s 2018-12-12 14:35:08,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-c08fe375-18cd-43c6-bad1-2ecea771d5b8 2018-12-12 14:35:08,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 14:35:08,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,117 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14: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-73b18d2c-809a-45f5-9399-eb35bd98a12c x-compute-request-id: req-73b18d2c-809a-45f5-9399-eb35bd98a12c Content-Length: 0 Content-Type: application/json 2018-12-12 14:35:08,117 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967 used request id req-73b18d2c-809a-45f5-9399-eb35bd98a12c 2018-12-12 14:35:08,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0355091094971s 2018-12-12 14:35:08,117 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/fd125e2b-af86-4396-84eb-72e19cd72967 used request id req-73b18d2c-809a-45f5-9399-eb35bd98a12c 2018-12-12 14:35:08,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:35:08,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99595b9d-3755-4357-bfd2-acd20512607f Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_921ac0e1-df04-438c-bc1a-3fda94f68be5", "links": {"self": "http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8"}, "domain_id": "default", "enabled": true, "id": "d4d8978610a74a998c758018a66358a8", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:35:08,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-99595b9d-3755-4357-bfd2-acd20512607f 2018-12-12 14:35:08,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0953450202942s 2018-12-12 14:35:08,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-99595b9d-3755-4357-bfd2-acd20512607f 2018-12-12 14:35:08,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:35:08,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc71e13b-241e-4425-9adc-2ea6b0604bfa Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8"}, "enabled": true, "id": "d4d8978610a74a998c758018a66358a8", "options": {}, "domain_id": "default", "name": "vping_userdata-user_921ac0e1-df04-438c-bc1a-3fda94f68be5"}} 2018-12-12 14:35:08,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8 used request id req-fc71e13b-241e-4425-9adc-2ea6b0604bfa 2018-12-12 14:35:08,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987739562988s 2018-12-12 14:35:08,319 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8 used request id req-fc71e13b-241e-4425-9adc-2ea6b0604bfa 2018-12-12 14:35:08,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 14:35:08,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,533 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0af6354-3296-4f8d-a43b-4578a1103e57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:35:08,533 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8 used request id req-f0af6354-3296-4f8d-a43b-4578a1103e57 2018-12-12 14:35:08,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.213920116425s 2018-12-12 14:35:08,534 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d4d8978610a74a998c758018a66358a8 used request id req-f0af6354-3296-4f8d-a43b-4578a1103e57 2018-12-12 14:35:08,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:35:08,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a65e3672-b5e4-4f38-905d-a0c532bbc5d6 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e"}, "enabled": true, "id": "785d09dcd0a642c3bf9159f5c1b5b11e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_921ac0e1-df04-438c-bc1a-3fda94f68be5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:35:08,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-a65e3672-b5e4-4f38-905d-a0c532bbc5d6 2018-12-12 14:35:08,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844662189484s 2018-12-12 14:35:08,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-a65e3672-b5e4-4f38-905d-a0c532bbc5d6 2018-12-12 14:35:08,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 14:35:08,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71b20059-4108-48c8-893a-9e12b0ed0bfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:35:08,789 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e used request id req-71b20059-4108-48c8-893a-9e12b0ed0bfd 2018-12-12 14:35:08,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167534828186s 2018-12-12 14:35:08,789 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/785d09dcd0a642c3bf9159f5c1b5b11e used request id req-71b20059-4108-48c8-893a-9e12b0ed0bfd 2018-12-12 14:35:08,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:35:08,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-618a190f-88d8-4dc6-8d36-889c47727c98 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73523d6759944d5d8c4678631de84a71", "links": {"self": "http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:35:08,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-618a190f-88d8-4dc6-8d36-889c47727c98 2018-12-12 14:35:08,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819609165192s 2018-12-12 14:35:08,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:35:08,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:08,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fa1bddb-9cc8-44c7-9987-7bfbfb00c571 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:35:08,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/73523d6759944d5d8c4678631de84a71 used request id req-5fa1bddb-9cc8-44c7-9987-7bfbfb00c571 2018-12-12 14:35:08,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0979499816895s 2018-12-12 14:35:08,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:35:08,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=785d09dcd0a642c3bf9159f5c1b5b11e&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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:09,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-76078b62-cce8-4c78-bde3-d0c5ca7fb5a7 Date: Wed, 12 Dec 2018 14:35:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "created_at": "2018-12-12T14:34:15Z", "updated_at": "2018-12-12T14:34:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:34:15Z", "revision_number": 0, "id": "a4442db4-4ff0-463a-851d-f63fbfb7dd0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:34:15Z", "security_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "port_range_min": null, "ethertype": "IPv4", "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:34:15Z", "revision_number": 0, "id": "b191123b-9314-4bd0-9cb4-28567a4b575c", "remote_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:34:15Z", "security_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "port_range_min": null, "ethertype": "IPv6", "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:34:15Z", "revision_number": 0, "id": "b8bbcded-840c-4d44-a4fb-38ce6c0820d2", "remote_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:34:15Z", "security_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "port_range_min": null, "ethertype": "IPv4", "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:34:15Z", "revision_number": 0, "id": "fb14083e-0f82-4120-89e4-f1d36c10b2b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:34:15Z", "security_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "port_range_min": null, "ethertype": "IPv6", "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e"}], "revision_number": 4, "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "name": "default"}]} 2018-12-12 14:35:09,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=785d09dcd0a642c3bf9159f5c1b5b11e&name=default used request id req-76078b62-cce8-4c78-bde3-d0c5ca7fb5a7 2018-12-12 14:35:09,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199971914291s 2018-12-12 14:35:09,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=785d09dcd0a642c3bf9159f5c1b5b11e&name=default used request id req-76078b62-cce8-4c78-bde3-d0c5ca7fb5a7 2018-12-12 14:35:09,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:35:09,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:09,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bc39ee3b-c980-4084-ac89-677a8b9c8173 Date: Wed, 12 Dec 2018 14:35:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "created_at": "2018-12-12T14:34:15Z", "updated_at": "2018-12-12T14:34:15Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:34:15Z", "revision_number": 0, "id": "b8bbcded-840c-4d44-a4fb-38ce6c0820d2", "remote_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:34:15Z", "security_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "port_range_min": null, "ethertype": "IPv4", "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:34:15Z", "revision_number": 0, "id": "fb14083e-0f82-4120-89e4-f1d36c10b2b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:34:15Z", "security_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "port_range_min": null, "ethertype": "IPv6", "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:34:15Z", "revision_number": 0, "id": "b191123b-9314-4bd0-9cb4-28567a4b575c", "remote_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "remote_ip_prefix": null, "created_at": "2018-12-12T14:34:15Z", "security_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "port_range_min": null, "ethertype": "IPv6", "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:34:15Z", "revision_number": 0, "id": "a4442db4-4ff0-463a-851d-f63fbfb7dd0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:34:15Z", "security_group_id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "tenant_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "port_range_min": null, "ethertype": "IPv4", "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e"}], "revision_number": 4, "project_id": "785d09dcd0a642c3bf9159f5c1b5b11e", "id": "d623fc60-fe80-4cd4-ac4e-2bd85055dcba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 14:35:09,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-bc39ee3b-c980-4084-ac89-677a8b9c8173 2018-12-12 14:35:09,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192732095718s 2018-12-12 14:35:09,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-bc39ee3b-c980-4084-ac89-677a8b9c8173 2018-12-12 14:35:09,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 14:35:09,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d623fc60-fe80-4cd4-ac4e-2bd85055dcba.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53c700408d6148f628d30a95a9a2bec7555a5494" 2018-12-12 14:35:09,673 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aeec18ab-84fd-48f2-b176-b64bd300f223 Content-Length: 0 Date: Wed, 12 Dec 2018 14:35:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 14:35:09,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d623fc60-fe80-4cd4-ac4e-2bd85055dcba.json used request id req-aeec18ab-84fd-48f2-b176-b64bd300f223 2018-12-12 14:35:09,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.297697067261s 2018-12-12 14:35:09,674 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d623fc60-fe80-4cd4-ac4e-2bd85055dcba.json used request id req-aeec18ab-84fd-48f2-b176-b64bd300f223 2018-12-12 14:35:09,728 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-12-12 14:35:09,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:35:09,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:35:09,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:35:09,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:35:09,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:35:09,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:35:09,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:35:09,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:35:09,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:35:09,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:35:09,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:35:09,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:35:09,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 14:35:09,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 14:35:09,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:35:09,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c951402c-1418-4aea-bb83-f2c41e2e51b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:35:09,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c951402c-1418-4aea-bb83-f2c41e2e51b2 2018-12-12 14:35:09,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:35:10,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["XCGpPJyXQNqrvltrSwQhcQ"], "issued_at": "2018-12-12T14:35:10.000000Z"}} 2018-12-12 14:35:10,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:35:10,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:10,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a3a0af77-3bb5-4f20-afc9-f5de541ed6ef Date: Wed, 12 Dec 2018 14:35:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:35:10,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a3a0af77-3bb5-4f20-afc9-f5de541ed6ef 2018-12-12 14:35:10,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250512838364s 2018-12-12 14:35:10,474 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a3a0af77-3bb5-4f20-afc9-f5de541ed6ef 2018-12-12 14:35:10,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:35:10,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:10,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:35: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:35:10,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:10,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c65dfce-9c4f-4d53-aa8d-02c9df1e802a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:35:10,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-5c65dfce-9c4f-4d53-aa8d-02c9df1e802a 2018-12-12 14:35:10,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0935909748077s 2018-12-12 14:35:10,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 14:35:10,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}}' 2018-12-12 14:35:10,756 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:35:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7deca8f0-82a8-4cdd-9c9f-4d2870feae39 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.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680"}, "enabled": true, "id": "ac2c6a4f9f564089a09a5b8629483680", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}} 2018-12-12 14:35:10,756 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7deca8f0-82a8-4cdd-9c9f-4d2870feae39 2018-12-12 14:35:10,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.186101913452s 2018-12-12 14:35:10,757 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7deca8f0-82a8-4cdd-9c9f-4d2870feae39 2018-12-12 14:35:10,757 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'id': u'ac2c6a4f9f564089a09a5b8629483680', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 14:35:10,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 14:35:11,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350368976593s 2018-12-12 14:35:11,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b27c58-a0e3-4ac7-82e2-7070f9d968d2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1"}, "enabled": true, "id": "0e3e866c9d414aba821a47be644f02b1", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}} 2018-12-12 14:35:11,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1 used request id req-87b27c58-a0e3-4ac7-82e2-7070f9d968d2 2018-12-12 14:35:11,206 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0e3e866c9d414aba821a47be644f02b1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013'}) 2018-12-12 14:35:11,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:35:11,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f322d2c9-fe46-49aa-929f-0ba49b08195f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:35:11,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f322d2c9-fe46-49aa-929f-0ba49b08195f 2018-12-12 14:35:11,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0166990756989s 2018-12-12 14:35:11,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:35:11,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8c3682-2d13-442d-96e9-f24a38d7bbae Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:35:11,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-eb8c3682-2d13-442d-96e9-f24a38d7bbae 2018-12-12 14:35:11,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.072005033493s 2018-12-12 14:35:11,297 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 14:35:11,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:35:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" -d '{"role": {"name": "Member"}}' 2018-12-12 14:35:11,402 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d88fb4c1-2479-45d2-ba62-f17fc581995a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "57fc3f76ef314decac206107a2959014", "links": {"self": "http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014"}, "name": "Member"}} 2018-12-12 14:35:11,402 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d88fb4c1-2479-45d2-ba62-f17fc581995a 2018-12-12 14:35:11,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105058908463s 2018-12-12 14:35:11,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1efbda1-8c63-4a1a-97d5-3d1c09075ec8 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014"}, "domain_id": null, "name": "Member", "id": "57fc3f76ef314decac206107a2959014"}} 2018-12-12 14:35:11,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014 used request id req-c1efbda1-8c63-4a1a-97d5-3d1c09075ec8 2018-12-12 14:35:11,490 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014'}, 'domain_id': None, 'human_id': None, 'id': u'57fc3f76ef314decac206107a2959014', 'HUMAN_ID': False}) 2018-12-12 14:35:11,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:35:11,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd816701-5492-49d7-88cb-e62a399c7b60 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "57fc3f76ef314decac206107a2959014", "links": {"self": "http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:35:11,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dd816701-5492-49d7-88cb-e62a399c7b60 2018-12-12 14:35:11,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788149833679s 2018-12-12 14:35:11,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:35:11,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65e5ecc4-5ada-43f9-aca0-54d93108d0df 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:35:11,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-65e5ecc4-5ada-43f9-aca0-54d93108d0df 2018-12-12 14:35:11,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0807709693909s 2018-12-12 14:35:11,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:35:11,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3826e6e9-7c4f-44d1-9520-345f093aff11 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "links": {"self": "http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1"}, "domain_id": "default", "enabled": true, "id": "0e3e866c9d414aba821a47be644f02b1", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:35:11,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3826e6e9-7c4f-44d1-9520-345f093aff11 2018-12-12 14:35:11,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0991518497467s 2018-12-12 14:35:11,752 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3826e6e9-7c4f-44d1-9520-345f093aff11 2018-12-12 14:35:11,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:35:11,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a125439f-b25b-4fcd-875f-01ec2adbdb65 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680"}, "enabled": true, "id": "ac2c6a4f9f564089a09a5b8629483680", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}]} 2018-12-12 14:35:11,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-a125439f-b25b-4fcd-875f-01ec2adbdb65 2018-12-12 14:35:11,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0744919776917s 2018-12-12 14:35:11,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-a125439f-b25b-4fcd-875f-01ec2adbdb65 2018-12-12 14:35:11,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:35:11,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&scope.project.id=ac2c6a4f9f564089a09a5b8629483680&role.id=57fc3f76ef314decac206107a2959014 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:11,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b8c60d2-f06c-4275-9b14-799ff9311a04 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&scope.project.id=ac2c6a4f9f564089a09a5b8629483680&role.id=57fc3f76ef314decac206107a2959014", "previous": null, "next": null}} 2018-12-12 14:35:11,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&scope.project.id=ac2c6a4f9f564089a09a5b8629483680&role.id=57fc3f76ef314decac206107a2959014 used request id req-5b8c60d2-f06c-4275-9b14-799ff9311a04 2018-12-12 14:35:11,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0779869556427s 2018-12-12 14:35:11,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:35:11,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680/users/0e3e866c9d414aba821a47be644f02b1/roles/57fc3f76ef314decac206107a2959014 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:35:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13c0a497-a87e-417e-8f06-b3e383afbb02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:35:12,034 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680/users/0e3e866c9d414aba821a47be644f02b1/roles/57fc3f76ef314decac206107a2959014 used request id req-13c0a497-a87e-417e-8f06-b3e383afbb02 2018-12-12 14:35:12,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119731903076s 2018-12-12 14:35:12,035 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 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': 'f5bc2fed-0285-4647-a35f-cc8bdce57cd1', 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_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'project_id': u'ac2c6a4f9f564089a09a5b8629483680', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 14:35:12,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:35:12,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:35:12,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:35:12,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:35:12,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:35:12,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:35:12,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:35:12,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:35:12,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:35:12,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:35:12,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:35:12,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:35:12,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:35:12,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:35:12,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 14:35:12,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 14:35:12,040 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'password': 'f5bc2fed-0285-4647-a35f-cc8bdce57cd1', 'project_name': 'tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'ac2c6a4f9f564089a09a5b8629483680', 'project_domain_name': 'Default'} 2018-12-12 14:35:12,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:35:12,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d43292b-6ec6-41fd-bb9c-2e31d52344c9 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "57fc3f76ef314decac206107a2959014", "links": {"self": "http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:35:12,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2d43292b-6ec6-41fd-bb9c-2e31d52344c9 2018-12-12 14:35:12,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845968723297s 2018-12-12 14:35:12,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:35:12,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa0de4b-b64d-46cf-a6c5-941c6b3af55b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "57fc3f76ef314decac206107a2959014", "links": {"self": "http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:35:12,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7aa0de4b-b64d-46cf-a6c5-941c6b3af55b 2018-12-12 14:35:12,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795509815216s 2018-12-12 14:35:12,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:35:12,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47aeca2-2bb5-4bbc-ae65-1494a6a556dc 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:35:12,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-f47aeca2-2bb5-4bbc-ae65-1494a6a556dc 2018-12-12 14:35:12,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0775048732758s 2018-12-12 14:35:12,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:35:12,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3f1ebb-8c07-400b-9fe2-068ca4569334 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "links": {"self": "http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1"}, "domain_id": "default", "enabled": true, "id": "0e3e866c9d414aba821a47be644f02b1", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:35:12,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2f3f1ebb-8c07-400b-9fe2-068ca4569334 2018-12-12 14:35:12,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.093761920929s 2018-12-12 14:35:12,381 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2f3f1ebb-8c07-400b-9fe2-068ca4569334 2018-12-12 14:35:12,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:35:12,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf5a0513-745f-43b5-be4a-215a5c83d482 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680"}, "enabled": true, "id": "ac2c6a4f9f564089a09a5b8629483680", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}]} 2018-12-12 14:35:12,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-cf5a0513-745f-43b5-be4a-215a5c83d482 2018-12-12 14:35:12,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817849636078s 2018-12-12 14:35:12,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-cf5a0513-745f-43b5-be4a-215a5c83d482 2018-12-12 14:35:12,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:35:12,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&scope.project.id=ac2c6a4f9f564089a09a5b8629483680&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab7f989-fe09-484c-9068-1fe9529f84d9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&scope.project.id=ac2c6a4f9f564089a09a5b8629483680&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 14:35:12,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&scope.project.id=ac2c6a4f9f564089a09a5b8629483680&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-cab7f989-fe09-484c-9068-1fe9529f84d9 2018-12-12 14:35:12,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0807330608368s 2018-12-12 14:35:12,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:35:12,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680/users/0e3e866c9d414aba821a47be644f02b1/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15549a7d-cc83-425b-878f-b8af3eac283a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:35:12,668 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680/users/0e3e866c9d414aba821a47be644f02b1/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-15549a7d-cc83-425b-878f-b8af3eac283a 2018-12-12 14:35:12,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115694046021s 2018-12-12 14:35:12,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:35:12,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f944a234-9c58-4982-8755-b15c50c10cc9 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "57fc3f76ef314decac206107a2959014", "links": {"self": "http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:35:12,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f944a234-9c58-4982-8755-b15c50c10cc9 2018-12-12 14:35:12,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779738426208s 2018-12-12 14:35:12,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:35:12,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae7c405-116f-45c7-9d37-f75235c604e4 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:35:12,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-2ae7c405-116f-45c7-9d37-f75235c604e4 2018-12-12 14:35:12,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.079097032547s 2018-12-12 14:35:12,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:35:12,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:12,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892ffcf2-a8b1-4eb3-a0f7-b710583c0999 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "links": {"self": "http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1"}, "domain_id": "default", "enabled": true, "id": "0e3e866c9d414aba821a47be644f02b1", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:35:12,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-892ffcf2-a8b1-4eb3-a0f7-b710583c0999 2018-12-12 14:35:12,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0903098583221s 2018-12-12 14:35:12,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-892ffcf2-a8b1-4eb3-a0f7-b710583c0999 2018-12-12 14:35:12,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:35:12,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:13,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68cecd9c-d82f-490f-aceb-54135cd6eae7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default", "previous": null, "next": null}} 2018-12-12 14:35:13,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=0e3e866c9d414aba821a47be644f02b1&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default used request id req-68cecd9c-d82f-490f-aceb-54135cd6eae7 2018-12-12 14:35:13,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0787410736084s 2018-12-12 14:35:13,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:35:13,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/0e3e866c9d414aba821a47be644f02b1/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:35:13,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aed0c0b8-997f-4924-b12b-57cd3c60d064 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:35:13,124 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/0e3e866c9d414aba821a47be644f02b1/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-aed0c0b8-997f-4924-b12b-57cd3c60d064 2018-12-12 14:35:13,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12054681778s 2018-12-12 14:35:13,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-12 14:35:25,194 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-12 14:35:24.885 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=310cd830-2efb-4408-b0f7-c3634c4c28d4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 310cd830-2efb-4408-b0f7-c3634c4c28d4 | 2018-12-12T14:35:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 310cd830-2efb-4408-b0f7-c3634c4c28d4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-12-12 14:35:28,542 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-12-12 14:35:28,542 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-12 14:35:36,478 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-12 14:35:32.831 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-12 14:35:32.987 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-12 14:35:36.292 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec) has been successfully created! Using verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec) as the default verifier for the future CLI operations. 2018-12-12 14:35:39,546 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-12-12 14:35:39,547 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:35:39,679 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-12 14:35:39,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:35:39,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2290060d-b5be-4fe2-b6bb-fd7d485ba843 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:35:39,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2290060d-b5be-4fe2-b6bb-fd7d485ba843 2018-12-12 14:35:39,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:35:40,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "57fc3f76ef314decac206107a2959014", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:35:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac2c6a4f9f564089a09a5b8629483680", "name": "tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ac2c6a4f9f564089a09a5b8629483680", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ac2c6a4f9f564089a09a5b8629483680", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ac2c6a4f9f564089a09a5b8629483680", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ac2c6a4f9f564089a09a5b8629483680", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ac2c6a4f9f564089a09a5b8629483680", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ac2c6a4f9f564089a09a5b8629483680", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ac2c6a4f9f564089a09a5b8629483680", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ac2c6a4f9f564089a09a5b8629483680", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ac2c6a4f9f564089a09a5b8629483680", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ac2c6a4f9f564089a09a5b8629483680", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ac2c6a4f9f564089a09a5b8629483680", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ac2c6a4f9f564089a09a5b8629483680", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "id": "0e3e866c9d414aba821a47be644f02b1"}, "audit_ids": ["WXCWbsQRQXurdOnpG8aIHg"], "issued_at": "2018-12-12T14:35:40.000000Z"}} 2018-12-12 14:35:40,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:35:40,089 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 14:35:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 14:35:40,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:35:40,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:35:40,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-07dfcb79-7e2a-4fc2-b4f3-b4240fd4920b Date: Wed, 12 Dec 2018 14:35:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:35:40,269 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-07dfcb79-7e2a-4fc2-b4f3-b4240fd4920b 2018-12-12 14:35:40,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17676281929s 2018-12-12 14:35:40,269 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-07dfcb79-7e2a-4fc2-b4f3-b4240fd4920b 2018-12-12 14:35:40,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 14:35:40,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}' 2018-12-12 14:35:40,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53 X-Openstack-Request-Id: req-7ce56f35-b6cc-49b1-8848-5693b1bc7ae3 Date: Wed, 12 Dec 2018 14:35:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/file", "owner": "ac2c6a4f9f564089a09a5b8629483680", "id": "77a57ff1-c06e-47de-84c9-3a5156f7ce53", "size": null, "self": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:35:40Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "checksum": null, "created_at": "2018-12-12T14:35:40Z", "protected": false} 2018-12-12 14:35:40,532 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-7ce56f35-b6cc-49b1-8848-5693b1bc7ae3 2018-12-12 14:35:40,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.26075387001s 2018-12-12 14:35:40,533 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-7ce56f35-b6cc-49b1-8848-5693b1bc7ae3 returning object 77a57ff1-c06e-47de-84c9-3a5156f7ce53 2018-12-12 14:35:40,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 14:35:40,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/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}a8e3bd941d536167582b50aabb62fbcaddc0630f" -d '' 2018-12-12 14:35:42,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0240b327-ad20-4a25-92e8-bef650edebc0 Date: Wed, 12 Dec 2018 14:35:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:35:42,411 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/file used request id req-0240b327-ad20-4a25-92e8-bef650edebc0 2018-12-12 14:35:42,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.87803316116s 2018-12-12 14:35:42,412 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/file used request id req-0240b327-ad20-4a25-92e8-bef650edebc0 2018-12-12 14:35:42,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:35:42,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:35:42,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-081876c5-1284-4f83-86ac-e3fe546d62f8 Date: Wed, 12 Dec 2018 14:35:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap", "metadata": {}}], "file": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/file", "owner": "ac2c6a4f9f564089a09a5b8629483680", "id": "77a57ff1-c06e-47de-84c9-3a5156f7ce53", "size": 12716032, "self": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:35:42Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:35:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:35:42,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-081876c5-1284-4f83-86ac-e3fe546d62f8 2018-12-12 14:35:42,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176898956299s 2018-12-12 14:35:42,590 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-081876c5-1284-4f83-86ac-e3fe546d62f8 2018-12-12 14:35:42,592 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap', u'metadata': Munch({})})], 'file': u'/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/file', 'owner': u'ac2c6a4f9f564089a09a5b8629483680', 'id': u'77a57ff1-c06e-47de-84c9-3a5156f7ce53', 'size': 12716032, u'self': u'/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac2c6a4f9f564089a09a5b8629483680', 'name': 'tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T14:35:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T14:35:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'created': u'2018-12-12T14:35:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T14:35:40Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 14:35:42,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 14:35:42,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 14:35:42,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-013a7e54-98ca-47aa-8106-563470df98c1 x-compute-request-id: req-013a7e54-98ca-47aa-8106-563470df98c1 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "name": "tempest_smoke_serial-flavor_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:35:42,778 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-013a7e54-98ca-47aa-8106-563470df98c1 2018-12-12 14:35:42,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.185563087463s 2018-12-12 14:35:42,779 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-013a7e54-98ca-47aa-8106-563470df98c1 returning object c2d26a90-50c8-45f4-988c-3e3cef2e70c7 2018-12-12 14:35:42,780 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', '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'0179093643ff4edbbd51be3381013868', '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'c2d26a90-50c8-45f4-988c-3e3cef2e70c7', 'swap': 0}) 2018-12-12 14:35:42,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 14:35:42,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7/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}2a49c201d5fc8b28d12407112e852b2f66d7d326" -d '{"extra_specs": {}}' 2018-12-12 14:35:42,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9544580e-7aac-4085-b67c-a0d652cf32a8 x-compute-request-id: req-9544580e-7aac-4085-b67c-a0d652cf32a8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:35:42,802 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7/os-extra_specs used request id req-9544580e-7aac-4085-b67c-a0d652cf32a8 2018-12-12 14:35:42,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213649272919s 2018-12-12 14:35:42,802 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7/os-extra_specs used request id req-9544580e-7aac-4085-b67c-a0d652cf32a8 2018-12-12 14:35:42,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:35:42,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:35:42,813 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:35: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:35:42,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:35:42,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4c4297-fe92-4ec2-90da-d1a7f70d39e5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "57fc3f76ef314decac206107a2959014", "links": {"self": "http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:35:42,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fc4c4297-fe92-4ec2-90da-d1a7f70d39e5 2018-12-12 14:35:42,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0942680835724s 2018-12-12 14:35:42,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-12 14:35:42,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:35:43,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-ac2cde40-a504-4f31-aea2-c80b19198858 x-compute-request-id: req-ac2cde40-a504-4f31-aea2-c80b19198858 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 143}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 161}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-12-12 14:35:43,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-ac2cde40-a504-4f31-aea2-c80b19198858 2018-12-12 14:35:43,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.188332080841s 2018-12-12 14:35:43,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-ac2cde40-a504-4f31-aea2-c80b19198858 2018-12-12 14:35:43,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:35:43,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:35:43,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-789dd300-0ed1-40b9-8bca-1247d123f8f9 Date: Wed, 12 Dec 2018 14:35:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap", "metadata": {}}], "file": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/file", "owner": "ac2c6a4f9f564089a09a5b8629483680", "id": "77a57ff1-c06e-47de-84c9-3a5156f7ce53", "size": 12716032, "self": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:35:42Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:35:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:35:43,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-789dd300-0ed1-40b9-8bca-1247d123f8f9 2018-12-12 14:35:43,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205883979797s 2018-12-12 14:35:43,298 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-789dd300-0ed1-40b9-8bca-1247d123f8f9 2018-12-12 14:35:43,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 14:35:43,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}' 2018-12-12 14:35:43,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1 X-Openstack-Request-Id: req-4b1d5dad-2927-485b-a093-f29b7c23c8c2 Date: Wed, 12 Dec 2018 14:35:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/file", "owner": "ac2c6a4f9f564089a09a5b8629483680", "id": "3daa182e-b173-45ce-b1fd-c2a2f546e3a1", "size": null, "self": "/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:35:43Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "checksum": null, "created_at": "2018-12-12T14:35:43Z", "protected": false} 2018-12-12 14:35:43,506 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4b1d5dad-2927-485b-a093-f29b7c23c8c2 2018-12-12 14:35:43,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.205091953278s 2018-12-12 14:35:43,507 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4b1d5dad-2927-485b-a093-f29b7c23c8c2 returning object 3daa182e-b173-45ce-b1fd-c2a2f546e3a1 2018-12-12 14:35:43,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 14:35:43,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/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}a8e3bd941d536167582b50aabb62fbcaddc0630f" -d '' 2018-12-12 14:35:44,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-68ba6d6a-cd64-4dad-975f-f5bcd7dd2f7e Date: Wed, 12 Dec 2018 14:35:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:35:44,973 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/file used request id req-68ba6d6a-cd64-4dad-975f-f5bcd7dd2f7e 2018-12-12 14:35:44,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.46548390388s 2018-12-12 14:35:44,973 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/file used request id req-68ba6d6a-cd64-4dad-975f-f5bcd7dd2f7e 2018-12-12 14:35:44,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:35:44,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:35:45,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-3994d1c3-75e9-494e-b58f-66722055dcb1 Date: Wed, 12 Dec 2018 14:35:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/snap", "metadata": {}}], "file": "/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/file", "owner": "ac2c6a4f9f564089a09a5b8629483680", "id": "3daa182e-b173-45ce-b1fd-c2a2f546e3a1", "size": 12716032, "self": "/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:35:44Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:35:43Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap", "metadata": {}}], "file": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/file", "owner": "ac2c6a4f9f564089a09a5b8629483680", "id": "77a57ff1-c06e-47de-84c9-3a5156f7ce53", "size": 12716032, "self": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:35:42Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:35:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:35:45,153 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3994d1c3-75e9-494e-b58f-66722055dcb1 2018-12-12 14:35:45,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179404020309s 2018-12-12 14:35:45,154 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3994d1c3-75e9-494e-b58f-66722055dcb1 2018-12-12 14:35:45,156 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/file', 'owner': u'ac2c6a4f9f564089a09a5b8629483680', 'id': u'3daa182e-b173-45ce-b1fd-c2a2f546e3a1', 'size': 12716032, u'self': u'/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac2c6a4f9f564089a09a5b8629483680', 'name': 'tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T14:35:44Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T14:35:44Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', 'created': u'2018-12-12T14:35:43Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T14:35:43Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 14:35:45,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 14:35:45,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 14:35:45,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-19f49e0f-46bf-4a73-b7f1-11ce16609fde x-compute-request-id: req-19f49e0f-46bf-4a73-b7f1-11ce16609fde Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b78fe891-1c02-48d3-a433-fe458f3d2a62", "name": "tempest_smoke_serial-flavor_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:35:45,228 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-19f49e0f-46bf-4a73-b7f1-11ce16609fde 2018-12-12 14:35:45,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0709209442139s 2018-12-12 14:35:45,229 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-19f49e0f-46bf-4a73-b7f1-11ce16609fde returning object b78fe891-1c02-48d3-a433-fe458f3d2a62 2018-12-12 14:35:45,229 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', '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'0179093643ff4edbbd51be3381013868', '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'b78fe891-1c02-48d3-a433-fe458f3d2a62', 'swap': 0}) 2018-12-12 14:35:45,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 14:35:45,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62/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}2a49c201d5fc8b28d12407112e852b2f66d7d326" -d '{"extra_specs": {}}' 2018-12-12 14:35:45,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bc56c89a-d407-431c-bd23-fc9b6eac84db x-compute-request-id: req-bc56c89a-d407-431c-bd23-fc9b6eac84db Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:35:45,252 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62/os-extra_specs used request id req-bc56c89a-d407-431c-bd23-fc9b6eac84db 2018-12-12 14:35:45,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220289230347s 2018-12-12 14:35:45,253 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62/os-extra_specs used request id req-bc56c89a-d407-431c-bd23-fc9b6eac84db 2018-12-12 14:35:45,253 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013', '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'0179093643ff4edbbd51be3381013868', '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'b78fe891-1c02-48d3-a433-fe458f3d2a62', 'swap': 0}) 2018-12-12 14:35:48,551 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-12 14:35:47.372 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec) for deployment 'opnfv-rally' (UUID=310cd830-2efb-4408-b0f7-c3634c4c28d4). 2018-12-12 14:35:48.394 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-12 14:35:48.396 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec) has been successfully configured for deployment 'opnfv-rally' (UUID=310cd830-2efb-4408-b0f7-c3634c4c28d4)! 2018-12-12 14:35:48,552 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-12 14:35:48,552 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-12 14:35:48,555 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-12 14:35:48,733 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-12 14:35:54,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-28cb7680-55d7-4d33-a161-81f7933274ec/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-12-12 14:35:54,257 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-12 14:35:54,295 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-12 14:35:54,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-12-12 14:35:56,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:35:56.496 51 INFO rally.api [-] Starting verification (UUID=84ee1c51-f197-49a6-807c-ad3f2d9cc0ec) for deployment 'opnfv-rally' (UUID=310cd830-2efb-4408-b0f7-c3634c4c28d4) by verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec). 2018-12-12 14:35:56,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 84ee1c51-f197-49a6-807c-ad3f2d9cc0ec 2018-12-12 14:36:03,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:36:03.257 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.187s] 2018-12-12 14:36:03,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:36:03.312 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.054s] 2018-12-12 14:36:09,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:36:09.833 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.500s] 2018-12-12 14:36:12,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:36:12.972 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.138s] 2018-12-12 14:36:26,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:36:26.706 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.660s] 2018-12-12 14:36:46,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:36:46.273 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.584s] 2018-12-12 14:37:28,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:37:28.077 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2018-12-12 14:37:28,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:37:28.078 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-12-12 14:38:05,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:38:05.950 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-12-12 14:38:05,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:38:05.952 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-12-12 14:38:44,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:38:44.145 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-12-12 14:38:44,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:38:44.147 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-12-12 14:39:30,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:39:30.909 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.908s] 2018-12-12 14:39:56,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:39:56.437 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-12-12 14:39:56,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:39:56.536 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.099s] 2018-12-12 14:40:03,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:03.228 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.709s] 2018-12-12 14:40:03,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:03.238 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-12-12 14:40:04,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:04.602 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 14:40:04,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:04.603 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 14:40:08,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:08.759 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.357s] 2018-12-12 14:40:15,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:15.643 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.418s] 2018-12-12 14:40:22,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:22.174 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.617s] 2018-12-12 14:40:29,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:29.329 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.378s] 2018-12-12 14:40:38,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:38.540 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.963s] 2018-12-12 14:40:44,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:44.787 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.718s] 2018-12-12 14:40:50,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:50.804 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.188s] 2018-12-12 14:40:58,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:40:58.025 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.377s] 2018-12-12 14:41:05,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:05.125 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.821s] 2018-12-12 14:41:14,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:14.054 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.740s] 2018-12-12 14:41:16,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:16.313 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-12-12 14:41:18,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:18.331 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-12-12 14:41:18,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:18.399 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.067s] 2018-12-12 14:41:18,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:18.476 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-12-12 14:41:18,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:18.483 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-12-12 14:41:22,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:22.311 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.696s] 2018-12-12 14:41:23,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:23.752 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.441s] 2018-12-12 14:41:25,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:25.850 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.097s] 2018-12-12 14:41:32,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:32.712 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-12-12 14:41:39,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:39.509 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.719s] 2018-12-12 14:41:56,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:41:56.530 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.292s] 2018-12-12 14:42:01,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:01.027 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.496s] 2018-12-12 14:42:14,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:14.857 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.795s] 2018-12-12 14:42:18,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:18.669 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.812s] 2018-12-12 14:42:26,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:26.273 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.603s] 2018-12-12 14:42:34,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:34.756 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.902s] 2018-12-12 14:42:38,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:38.142 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.384s] 2018-12-12 14:42:43,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:43.940 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.797s] 2018-12-12 14:42:59,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:59.343 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.774s] 2018-12-12 14:42:59,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:59.616 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.273s] 2018-12-12 14:42:59,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:59.877 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.260s] 2018-12-12 14:42:59,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:42:59.934 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.056s] 2018-12-12 14:43:00,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:00.184 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.249s] 2018-12-12 14:43:00,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:00.461 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.276s] 2018-12-12 14:43:14,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:14.575 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.239s] 2018-12-12 14:43:15,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:15.012 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.437s] 2018-12-12 14:43:15,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:15.272 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.259s] 2018-12-12 14:43:15,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:15.478 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.205s] 2018-12-12 14:43:15,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:15.578 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-12-12 14:43:15,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:15.629 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-12-12 14:43:28,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:28.476 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.672s] 2018-12-12 14:43:34,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:34.626 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.150s] 2018-12-12 14:43:36,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:36.642 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.014s] 2018-12-12 14:43:36,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:36.697 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.055s] 2018-12-12 14:43:36,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:36.843 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.146s] 2018-12-12 14:43:48,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:48.739 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.044s] 2018-12-12 14:43:55,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:55.387 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.647s] 2018-12-12 14:43:57,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:57.192 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.803s] 2018-12-12 14:43:57,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:57.247 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-12-12 14:43:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:43:57.470 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.222s] 2018-12-12 14:44:19,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:44:19.241 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.949s] 2018-12-12 14:44:30,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:44:30.606 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.364s] 2018-12-12 14:44:41,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:44:41.540 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.933s] 2018-12-12 14:44:50,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:44:50.391 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [8.850s] 2018-12-12 14:45:20,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:45:20.309 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.670s] 2018-12-12 14:45:31,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:45:31.909 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.599s] 2018-12-12 14:45:42,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:45:42.493 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.584s] 2018-12-12 14:45:52,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:45:52.081 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.587s] 2018-12-12 14:46:07,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:07.744 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.411s] 2018-12-12 14:46:10,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:10.067 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.319s] 2018-12-12 14:46:10,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:10.156 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.091s] 2018-12-12 14:46:14,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:14.625 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.402s] 2018-12-12 14:46:17,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:17.030 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.402s] 2018-12-12 14:46:17,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:17.217 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.189s] 2018-12-12 14:46:21,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:21.437 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.259s] 2018-12-12 14:46:24,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:24.630 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-12-12 14:46:25,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:25.897 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-12-12 14:46:25,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:25.900 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-12-12 14:46:25,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:25.900 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-12-12 14:46:25,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:25.901 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-12 14:46:25,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:25.902 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-12-12 14:46:27,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:27.765 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-12-12 14:46:44,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:44.111 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.225s] 2018-12-12 14:46:57,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:46:57.574 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.313s] 2018-12-12 14:47:11,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:47:11.758 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.182s] 2018-12-12 14:47:20,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:47:20.681 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-12-12 14:48:35,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:48:35.269 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [68.389s] 2018-12-12 14:49:14,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:49:14.825 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.012s] 2018-12-12 14:50:11,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 14:50:11.813 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.862s] 2018-12-12 14:50:32,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 84ee1c51-f197-49a6-807c-ad3f2d9cc0ec 2018-12-12 14:50:32,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '84ee1c51-f197-49a6-807c-ad3f2d9cc0ec']'. 2018-12-12 14:50:33,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-12 14:50:33,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-12 14:50:33,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 14:50:33,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 84ee1c51-f197-49a6-807c-ad3f2d9cc0ec | 2018-12-12 14:50:33,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-12 14:50:33,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-12 14:35:56 | 2018-12-12 14:50:33,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-12 14:50:32 | 2018-12-12 14:50:33,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:36 | 2018-12-12 14:50:33,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-12-12 14:50:33,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-12 14:50:33,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-12 14:50:33,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 28cb7680-55d7-4d33-a161-81f7933274ec) | 2018-12-12 14:50:33,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-12 14:50:33,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 310cd830-2efb-4408-b0f7-c3634c4c28d4) | 2018-12-12 14:50:33,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-12-12 14:50:33,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 850.703 | 2018-12-12 14:50:33,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-12-12 14:50:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-12-12 14:50:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-12 14:50:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-12 14:50:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-12 14:50:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 14:50:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-12 14:50:33,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-12 14:50:33,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-12-12 14:50:33,542 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 14:50:33,542 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:54 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-12-12 14:50:33,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 14:50:33,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:50:35,652 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8836f035-79dd-4868-8138-a62562a24ed6 Date: Wed, 12 Dec 2018 14:50:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:50:35,652 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1 used request id req-8836f035-79dd-4868-8138-a62562a24ed6 2018-12-12 14:50:35,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.10577988625s 2018-12-12 14:50:35,652 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3daa182e-b173-45ce-b1fd-c2a2f546e3a1 used request id req-8836f035-79dd-4868-8138-a62562a24ed6 2018-12-12 14:50:35,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 14:50:35,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:35,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b0a98ac-9610-4e33-8907-1baee85ed23c x-compute-request-id: req-7b0a98ac-9610-4e33-8907-1baee85ed23c Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b78fe891-1c02-48d3-a433-fe458f3d2a62", "name": "tempest_smoke_serial-flavor_alt_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "name": "tempest_smoke_serial-flavor_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 14:50:35,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-7b0a98ac-9610-4e33-8907-1baee85ed23c 2018-12-12 14:50:35,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.203428983688s 2018-12-12 14:50:35,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-7b0a98ac-9610-4e33-8907-1baee85ed23c 2018-12-12 14:50:35,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 14:50:35,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:35,933 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7045d14a-7ce8-4575-a94f-8b390428f8a4 x-compute-request-id: req-7045d14a-7ce8-4575-a94f-8b390428f8a4 Content-Length: 0 Content-Type: application/json 2018-12-12 14:50:35,933 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62 used request id req-7045d14a-7ce8-4575-a94f-8b390428f8a4 2018-12-12 14:50:35,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0738501548767s 2018-12-12 14:50:35,934 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/b78fe891-1c02-48d3-a433-fe458f3d2a62 used request id req-7045d14a-7ce8-4575-a94f-8b390428f8a4 2018-12-12 14:50:35,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:50:35,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:50:36,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-f1947cd7-235b-4da4-aff8-036883a2a193 Date: Wed, 12 Dec 2018 14:50:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap", "metadata": {}}], "file": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/file", "owner": "ac2c6a4f9f564089a09a5b8629483680", "id": "77a57ff1-c06e-47de-84c9-3a5156f7ce53", "size": 12716032, "self": "/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:35:42Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:35:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:50:36,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f1947cd7-235b-4da4-aff8-036883a2a193 2018-12-12 14:50:36,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182186126709s 2018-12-12 14:50:36,117 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f1947cd7-235b-4da4-aff8-036883a2a193 2018-12-12 14:50:36,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 14:50:36,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a8e3bd941d536167582b50aabb62fbcaddc0630f" 2018-12-12 14:50:37,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d3674cc-b3d7-43fe-9f1a-c4c38b57e89f Date: Wed, 12 Dec 2018 14:50:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:50:37,633 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53 used request id req-2d3674cc-b3d7-43fe-9f1a-c4c38b57e89f 2018-12-12 14:50:37,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.51288795471s 2018-12-12 14:50:37,633 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/77a57ff1-c06e-47de-84c9-3a5156f7ce53 used request id req-2d3674cc-b3d7-43fe-9f1a-c4c38b57e89f 2018-12-12 14:50:37,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 14:50:37,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:37,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50: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-cad7a52a-f240-42c6-91c8-3d01e49bf2d7 x-compute-request-id: req-cad7a52a-f240-42c6-91c8-3d01e49bf2d7 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c2d26a90-50c8-45f4-988c-3e3cef2e70c7", "name": "tempest_smoke_serial-flavor_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 14:50:37,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-cad7a52a-f240-42c6-91c8-3d01e49bf2d7 2018-12-12 14:50:37,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0323879718781s 2018-12-12 14:50:37,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-cad7a52a-f240-42c6-91c8-3d01e49bf2d7 2018-12-12 14:50:37,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 14:50:37,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:37,712 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 14:50: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-cd7dcfd2-909f-4316-a0a1-29fc662a01c5 x-compute-request-id: req-cd7dcfd2-909f-4316-a0a1-29fc662a01c5 Content-Length: 0 Content-Type: application/json 2018-12-12 14:50:37,712 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7 used request id req-cd7dcfd2-909f-4316-a0a1-29fc662a01c5 2018-12-12 14:50:37,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0438089370728s 2018-12-12 14:50:37,713 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c2d26a90-50c8-45f4-988c-3e3cef2e70c7 used request id req-cd7dcfd2-909f-4316-a0a1-29fc662a01c5 2018-12-12 14:50:37,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:50:37,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:37,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07d42bb-4532-4e74-b505-82e7ae6f1ab0 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013", "links": {"self": "http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1"}, "domain_id": "default", "enabled": true, "id": "0e3e866c9d414aba821a47be644f02b1", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:50:37,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b07d42bb-4532-4e74-b505-82e7ae6f1ab0 2018-12-12 14:50:37,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102837085724s 2018-12-12 14:50:37,816 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b07d42bb-4532-4e74-b505-82e7ae6f1ab0 2018-12-12 14:50:37,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:50:37,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:37,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8303a83a-93bc-4793-988c-632227c2904f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1"}, "enabled": true, "id": "0e3e866c9d414aba821a47be644f02b1", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}} 2018-12-12 14:50:37,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1 used request id req-8303a83a-93bc-4793-988c-632227c2904f 2018-12-12 14:50:37,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109925031662s 2018-12-12 14:50:37,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1 used request id req-8303a83a-93bc-4793-988c-632227c2904f 2018-12-12 14:50:37,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 14:50:37,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:38,152 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:50:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe187916-1834-4f78-ac10-b240ab275c7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:50:38,153 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1 used request id req-fe187916-1834-4f78-ac10-b240ab275c7f 2018-12-12 14:50:38,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.219516992569s 2018-12-12 14:50:38,153 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0e3e866c9d414aba821a47be644f02b1 used request id req-fe187916-1834-4f78-ac10-b240ab275c7f 2018-12-12 14:50:38,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:50:38,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:38,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9369a0ef-54a7-4a33-a61d-0ed2925af636 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680"}, "enabled": true, "id": "ac2c6a4f9f564089a09a5b8629483680", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ab7fdc95-e6bd-42cf-9fd9-90868e0ef013"}]} 2018-12-12 14:50:38,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9369a0ef-54a7-4a33-a61d-0ed2925af636 2018-12-12 14:50:38,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0809118747711s 2018-12-12 14:50:38,235 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9369a0ef-54a7-4a33-a61d-0ed2925af636 2018-12-12 14:50:38,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 14:50:38,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:38,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:50:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27d5169b-64bb-427e-b9cb-00a785e4401b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:50:38,397 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680 used request id req-27d5169b-64bb-427e-b9cb-00a785e4401b 2018-12-12 14:50:38,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.160300970078s 2018-12-12 14:50:38,398 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ac2c6a4f9f564089a09a5b8629483680 used request id req-27d5169b-64bb-427e-b9cb-00a785e4401b 2018-12-12 14:50:38,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:50:38,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:38,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae6ba6ca-0bf9-406e-a898-d2cdc33e0566 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "57fc3f76ef314decac206107a2959014", "links": {"self": "http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:50:38,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ae6ba6ca-0bf9-406e-a898-d2cdc33e0566 2018-12-12 14:50:38,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748720169067s 2018-12-12 14:50:38,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 14:50:38,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:38,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:50:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b758605-9c38-4d34-aaa2-b26832bbb59c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:50:38,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/57fc3f76ef314decac206107a2959014 used request id req-7b758605-9c38-4d34-aaa2-b26832bbb59c 2018-12-12 14:50:38,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.104263782501s 2018-12-12 14:50:38,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 14:50:38,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=ac2c6a4f9f564089a09a5b8629483680&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}2a49c201d5fc8b28d12407112e852b2f66d7d326" 2018-12-12 14:50:38,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-614ef902-e9aa-4d77-bad2-e4ca5b95d90c Date: Wed, 12 Dec 2018 14:50:38 GMT RESP BODY: {"security_groups": []} 2018-12-12 14:50:38,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=ac2c6a4f9f564089a09a5b8629483680&name=default used request id req-614ef902-e9aa-4d77-bad2-e4ca5b95d90c 2018-12-12 14:50:38,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.179641962051s 2018-12-12 14:50:38,762 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=ac2c6a4f9f564089a09a5b8629483680&name=default used request id req-614ef902-e9aa-4d77-bad2-e4ca5b95d90c 2018-12-12 14:50:38,815 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-12-12 14:50:38,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:50:38,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:50:38,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:50:38,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 14:50:38,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 14:50:38,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:50:38,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47eca167-ec7d-4d3b-85bb-c7bdac1e6cfa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:50:38,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-47eca167-ec7d-4d3b-85bb-c7bdac1e6cfa 2018-12-12 14:50:38,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:50:39,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T15:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["sLBLgmxlRFqfH-ksV1xWGg"], "issued_at": "2018-12-12T14:50:39.000000Z"}} 2018-12-12 14:50:39,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:50:39,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:39,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c3174498-eb5f-4f5a-b438-5a217f4c88de Date: Wed, 12 Dec 2018 14:50:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:50:39,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c3174498-eb5f-4f5a-b438-5a217f4c88de 2018-12-12 14:50:39,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240050077438s 2018-12-12 14:50:39,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c3174498-eb5f-4f5a-b438-5a217f4c88de 2018-12-12 14:50:39,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:50:39,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:39,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 14:50: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 14:50:39,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:39,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab3f555-5d21-426a-958a-8c7c87189b40 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:50:39,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-7ab3f555-5d21-426a-958a-8c7c87189b40 2018-12-12 14:50:39,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0905148983002s 2018-12-12 14:50:39,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 14:50:39,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999"}}' 2018-12-12 14:50:39,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:50:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04b65039-4a0c-45b1-b06e-4bfa8df14215 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.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47"}, "enabled": true, "id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999"}} 2018-12-12 14:50:39,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-04b65039-4a0c-45b1-b06e-4bfa8df14215 2018-12-12 14:50:39,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0989198684692s 2018-12-12 14:50:39,742 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-04b65039-4a0c-45b1-b06e-4bfa8df14215 2018-12-12 14:50:39,743 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'id': u'17a5fc479c1f4ec3ac50b5db88f2eb47', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 14:50:39,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 14:50:40,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363152980804s 2018-12-12 14:50:40,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:40,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d64ff82-1e86-46c0-b751-fd67d8c82261 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2"}, "enabled": true, "id": "9579efa663b64b0f918be934bf83d7e2", "options": {}, "domain_id": "default", "name": "rally_sanity-user_d48a7733-a03c-4ad5-8da8-63c5ece31999"}} 2018-12-12 14:50:40,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2 used request id req-0d64ff82-1e86-46c0-b751-fd67d8c82261 2018-12-12 14:50:40,209 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9579efa663b64b0f918be934bf83d7e2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_d48a7733-a03c-4ad5-8da8-63c5ece31999'}) 2018-12-12 14:50:40,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:50:40,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:40,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e9532e-c338-445c-9ad4-1421525ac017 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:50:40,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-73e9532e-c338-445c-9ad4-1421525ac017 2018-12-12 14:50:40,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815808773041s 2018-12-12 14:50:40,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:50:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:40,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6975a3f0-5869-44af-9051-ac39a97656ce Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 14:50:40,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6975a3f0-5869-44af-9051-ac39a97656ce 2018-12-12 14:50:40,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806348323822s 2018-12-12 14:50:40,374 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 14:50:40,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 14:50:40,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" -d '{"role": {"name": "Member"}}' 2018-12-12 14:50:40,489 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63c52c0a-83f7-4a96-928e-653ec4984ad6 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f884a437a1ca440a94d222d8d8cbd122", "links": {"self": "http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122"}, "name": "Member"}} 2018-12-12 14:50:40,489 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-63c52c0a-83f7-4a96-928e-653ec4984ad6 2018-12-12 14:50:40,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.114701032639s 2018-12-12 14:50:40,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:40,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-675722b3-71ab-4cd9-8163-32f2f391f989 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122"}, "domain_id": null, "name": "Member", "id": "f884a437a1ca440a94d222d8d8cbd122"}} 2018-12-12 14:50:40,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122 used request id req-675722b3-71ab-4cd9-8163-32f2f391f989 2018-12-12 14:50:40,569 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122'}, 'domain_id': None, 'human_id': None, 'id': u'f884a437a1ca440a94d222d8d8cbd122', 'HUMAN_ID': False}) 2018-12-12 14:50:40,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:50:40,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:40,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45bced3-2414-438c-aeef-59aee5f88f33 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f884a437a1ca440a94d222d8d8cbd122", "links": {"self": "http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122"}, "name": "Member"}]} 2018-12-12 14:50:40,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f45bced3-2414-438c-aeef-59aee5f88f33 2018-12-12 14:50:40,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814960002899s 2018-12-12 14:50:40,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:50:40,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:40,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ebfdca-b798-4cc5-afb4-60c38a33d7ad 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:50:40,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-e9ebfdca-b798-4cc5-afb4-60c38a33d7ad 2018-12-12 14:50:40,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818719863892s 2018-12-12 14:50:40,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:50:40,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:40,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dee5b92-531d-444c-b688-694c6b5a3ab4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_d48a7733-a03c-4ad5-8da8-63c5ece31999", "links": {"self": "http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2"}, "domain_id": "default", "enabled": true, "id": "9579efa663b64b0f918be934bf83d7e2", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:50:40,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0dee5b92-531d-444c-b688-694c6b5a3ab4 2018-12-12 14:50:40,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0889601707458s 2018-12-12 14:50:40,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0dee5b92-531d-444c-b688-694c6b5a3ab4 2018-12-12 14:50:40,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:50:40,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:40,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a41f1ec-c63a-46d4-aecd-5dc710280849 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47"}, "enabled": true, "id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:50:40,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-9a41f1ec-c63a-46d4-aecd-5dc710280849 2018-12-12 14:50:40,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0873649120331s 2018-12-12 14:50:40,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-9a41f1ec-c63a-46d4-aecd-5dc710280849 2018-12-12 14:50:40,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:50:40,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=9579efa663b64b0f918be934bf83d7e2&scope.project.id=17a5fc479c1f4ec3ac50b5db88f2eb47&role.id=f884a437a1ca440a94d222d8d8cbd122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-520a16f7-d327-411c-a30c-9cf3020f90c8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=9579efa663b64b0f918be934bf83d7e2&scope.project.id=17a5fc479c1f4ec3ac50b5db88f2eb47&role.id=f884a437a1ca440a94d222d8d8cbd122", "previous": null, "next": null}} 2018-12-12 14:50:41,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=9579efa663b64b0f918be934bf83d7e2&scope.project.id=17a5fc479c1f4ec3ac50b5db88f2eb47&role.id=f884a437a1ca440a94d222d8d8cbd122 used request id req-520a16f7-d327-411c-a30c-9cf3020f90c8 2018-12-12 14:50:41,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0809881687164s 2018-12-12 14:50:41,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:50:41,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47/users/9579efa663b64b0f918be934bf83d7e2/roles/f884a437a1ca440a94d222d8d8cbd122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:50:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1561eb8-0e2c-4853-bce6-4a29bf89ff2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:50:41,108 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47/users/9579efa663b64b0f918be934bf83d7e2/roles/f884a437a1ca440a94d222d8d8cbd122 used request id req-c1561eb8-0e2c-4853-bce6-4a29bf89ff2f 2018-12-12 14:50:41,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.105221033096s 2018-12-12 14:50:41,109 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999', 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': 'c77d4390-71f2-4992-ba13-da62fe04ad16', 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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'project_id': u'17a5fc479c1f4ec3ac50b5db88f2eb47', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 14:50:41,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 14:50:41,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 14:50:41,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 14:50:41,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 14:50:41,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 14:50:41,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 14:50:41,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 14:50:41,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 14:50:41,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 14:50:41,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 14:50:41,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 14:50:41,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 14:50:41,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 14:50:41,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 14:50:41,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 14:50:41,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 14:50:41,115 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'password': 'c77d4390-71f2-4992-ba13-da62fe04ad16', 'project_name': 'rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '17a5fc479c1f4ec3ac50b5db88f2eb47', 'project_domain_name': 'Default'} 2018-12-12 14:50:41,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:50:41,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab59b4be-3271-45e6-840c-e2f75a3ce72a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f884a437a1ca440a94d222d8d8cbd122", "links": {"self": "http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122"}, "name": "Member"}]} 2018-12-12 14:50:41,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ab59b4be-3271-45e6-840c-e2f75a3ce72a 2018-12-12 14:50:41,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828750133514s 2018-12-12 14:50:41,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 14:50:41,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11379718-053e-4d0c-a01e-c9821094eded Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f884a437a1ca440a94d222d8d8cbd122", "links": {"self": "http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122"}, "name": "Member"}]} 2018-12-12 14:50:41,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-11379718-053e-4d0c-a01e-c9821094eded 2018-12-12 14:50:41,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806269645691s 2018-12-12 14:50:41,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 14:50:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8634038a-ff26-4879-8e34-2ffde16c7a0a 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 14:50:41,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-8634038a-ff26-4879-8e34-2ffde16c7a0a 2018-12-12 14:50:41,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.074875831604s 2018-12-12 14:50:41,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 14:50:41,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c7f633-dc06-4001-adb9-627b00349fec Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_d48a7733-a03c-4ad5-8da8-63c5ece31999", "links": {"self": "http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2"}, "domain_id": "default", "enabled": true, "id": "9579efa663b64b0f918be934bf83d7e2", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 14:50:41,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d7c7f633-dc06-4001-adb9-627b00349fec 2018-12-12 14:50:41,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969610214233s 2018-12-12 14:50:41,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d7c7f633-dc06-4001-adb9-627b00349fec 2018-12-12 14:50:41,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:50:41,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3bf7be9-1613-4848-b8ba-884a5acfac1f Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47"}, "enabled": true, "id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:50:41,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b3bf7be9-1613-4848-b8ba-884a5acfac1f 2018-12-12 14:50:41,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0766758918762s 2018-12-12 14:50:41,537 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b3bf7be9-1613-4848-b8ba-884a5acfac1f 2018-12-12 14:50:41,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 14:50:41,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=9579efa663b64b0f918be934bf83d7e2&scope.project.id=17a5fc479c1f4ec3ac50b5db88f2eb47&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab2b70cf-b11e-4895-a823-e9c8a4f45520 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=9579efa663b64b0f918be934bf83d7e2&scope.project.id=17a5fc479c1f4ec3ac50b5db88f2eb47&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 14:50:41,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=9579efa663b64b0f918be934bf83d7e2&scope.project.id=17a5fc479c1f4ec3ac50b5db88f2eb47&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-ab2b70cf-b11e-4895-a823-e9c8a4f45520 2018-12-12 14:50:41,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0766289234161s 2018-12-12 14:50:41,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 14:50:41,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47/users/9579efa663b64b0f918be934bf83d7e2/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:41,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 14:50:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4516da8-1d84-4cd1-b3cb-faa64270c646 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 14:50:41,731 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47/users/9579efa663b64b0f918be934bf83d7e2/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-b4516da8-1d84-4cd1-b3cb-faa64270c646 2018-12-12 14:50:41,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114878892899s 2018-12-12 14:50:41,732 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-12-12 14:50:42,054 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-12-12 14:50:42,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 14:50:42,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:42,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dfdf701-0b97-4045-be18-88461c301787 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 14:50:42,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-7dfdf701-0b97-4045-be18-88461c301787 2018-12-12 14:50:42,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0814871788025s 2018-12-12 14:50:42,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 14:50:42,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 14:50:42,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f3f863-8e39-4f9a-892d-d66b84d9a400 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47"}, "enabled": true, "id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 14:50:42,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e3f3f863-8e39-4f9a-892d-d66b84d9a400 2018-12-12 14:50:42,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0781199932098s 2018-12-12 14:50:42,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e3f3f863-8e39-4f9a-892d-d66b84d9a400 2018-12-12 14:50:42,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-12 14:50:42,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" -d '{"network": {"shared": true, "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "name": "rally_sanity-net_d48a7733-a03c-4ad5-8da8-63c5ece31999", "admin_state_up": true}}' 2018-12-12 14:50:42,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-3e5ca638-61ed-4e06-b4b9-a409d6f6d77d Date: Wed, 12 Dec 2018 14:50:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4b369793-fdbf-44bc-8492-6b7d33e68c61","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":true,"project_id":"17a5fc479c1f4ec3ac50b5db88f2eb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:50:42Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_d48a7733-a03c-4ad5-8da8-63c5ece31999","admin_state_up":true,"tenant_id":"17a5fc479c1f4ec3ac50b5db88f2eb47","created_at":"2018-12-12T14:50:42Z","mtu":1450}} 2018-12-12 14:50:42,847 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3e5ca638-61ed-4e06-b4b9-a409d6f6d77d 2018-12-12 14:50:42,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.627391815186s 2018-12-12 14:50:42,847 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3e5ca638-61ed-4e06-b4b9-a409d6f6d77d 2018-12-12 14:50:42,848 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-12T14:50:42Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4b369793-fdbf-44bc-8492-6b7d33e68c61', u'provider:segmentation_id': 67, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'rally_sanity-net_d48a7733-a03c-4ad5-8da8-63c5ece31999', u'created_at': u'2018-12-12T14:50:42Z', u'mtu': 1450, u'tenant_id': u'17a5fc479c1f4ec3ac50b5db88f2eb47', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'17a5fc479c1f4ec3ac50b5db88f2eb47'}) 2018-12-12 14:50:42,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 14:50:42,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d38e654d-082d-43d1-9561-dda305896669 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 14:50:42,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d38e654d-082d-43d1-9561-dda305896669 2018-12-12 14:50:42,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 14:50:43,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "f884a437a1ca440a94d222d8d8cbd122", "name": "Member"}], "expires_at": "2018-12-12T15:50:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "name": "rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/17a5fc479c1f4ec3ac50b5db88f2eb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_d48a7733-a03c-4ad5-8da8-63c5ece31999", "id": "9579efa663b64b0f918be934bf83d7e2"}, "audit_ids": ["cyjzFejsRtO8WKtZjXkBKw"], "issued_at": "2018-12-12T14:50:43.000000Z"}} 2018-12-12 14:50:43,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 14:50:43,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 14:50:43,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-169b981c-52ab-4d54-86fe-0350cf71524e Date: Wed, 12 Dec 2018 14:50:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4b369793-fdbf-44bc-8492-6b7d33e68c61","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":true,"project_id":"17a5fc479c1f4ec3ac50b5db88f2eb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T14:50:42Z","qos_policy_id":null,"name":"rally_sanity-net_d48a7733-a03c-4ad5-8da8-63c5ece31999","admin_state_up":true,"tenant_id":"17a5fc479c1f4ec3ac50b5db88f2eb47","created_at":"2018-12-12T14:50:42Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 14:50:43,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-169b981c-52ab-4d54-86fe-0350cf71524e 2018-12-12 14:50:43,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.237010955811s 2018-12-12 14:50:43,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-169b981c-52ab-4d54-86fe-0350cf71524e 2018-12-12 14:50:43,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-12 14:50:43,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" -d '{"subnet": {"name": "rally_sanity-subnet_d48a7733-a03c-4ad5-8da8-63c5ece31999", "enable_dhcp": true, "network_id": "4b369793-fdbf-44bc-8492-6b7d33e68c61", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-12 14:50:44,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-07bb59b5-ce1e-4855-9aef-9e631941591b Date: Wed, 12 Dec 2018 14:50:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b369793-fdbf-44bc-8492-6b7d33e68c61","tenant_id":"17a5fc479c1f4ec3ac50b5db88f2eb47","created_at":"2018-12-12T14:50:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T14:50:43Z","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":"17a5fc479c1f4ec3ac50b5db88f2eb47","id":"39b7527b-8be0-4a78-8284-6c83f96eca00","subnetpool_id":null,"name":"rally_sanity-subnet_d48a7733-a03c-4ad5-8da8-63c5ece31999"}} 2018-12-12 14:50:44,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-07bb59b5-ce1e-4855-9aef-9e631941591b 2018-12-12 14:50:44,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.551362991333s 2018-12-12 14:50:44,027 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-07bb59b5-ce1e-4855-9aef-9e631941591b 2018-12-12 14:50:44,027 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T14:50:43Z', 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'39b7527b-8be0-4a78-8284-6c83f96eca00', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_d48a7733-a03c-4ad5-8da8-63c5ece31999', u'enable_dhcp': True, u'network_id': u'4b369793-fdbf-44bc-8492-6b7d33e68c61', u'tenant_id': u'17a5fc479c1f4ec3ac50b5db88f2eb47', u'created_at': u'2018-12-12T14:50:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'17a5fc479c1f4ec3ac50b5db88f2eb47'}) 2018-12-12 14:50:44,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-12 14:50:44,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "rally_sanity-router_d48a7733-a03c-4ad5-8da8-63c5ece31999", "admin_state_up": true}}' 2018-12-12 14:50:49,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-2c654d59-738b-4d8b-8c86-1b52179b8a04 Date: Wed, 12 Dec 2018 14:50:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "created_at": "2018-12-12T14:50:44Z", "admin_state_up": true, "updated_at": "2018-12-12T14:50:45Z", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "4addeb43-fdcc-4104-9c15-df7392a309dc", "name": "rally_sanity-router_d48a7733-a03c-4ad5-8da8-63c5ece31999"}} 2018-12-12 14:50:49,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-2c654d59-738b-4d8b-8c86-1b52179b8a04 2018-12-12 14:50:49,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.19313907623s 2018-12-12 14:50:49,221 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-2c654d59-738b-4d8b-8c86-1b52179b8a04 2018-12-12 14:50:49,222 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T14:50:45Z', u'revision_number': 3, u'ha': True, u'id': u'4addeb43-fdcc-4104-9c15-df7392a309dc', u'external_gateway_info': {u'network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_d48a7733-a03c-4ad5-8da8-63c5ece31999', u'admin_state_up': True, u'tenant_id': u'17a5fc479c1f4ec3ac50b5db88f2eb47', u'created_at': u'2018-12-12T14:50:44Z', u'flavor_id': None, u'routes': [], u'project_id': u'17a5fc479c1f4ec3ac50b5db88f2eb47'}) 2018-12-12 14:50:49,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-12 14:50:49,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc/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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" -d '{"subnet_id": "39b7527b-8be0-4a78-8284-6c83f96eca00"}' 2018-12-12 14:50:51,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c896694f-360e-452a-bfdc-6302971c075a Date: Wed, 12 Dec 2018 14:50:51 GMT RESP BODY: {"network_id": "4b369793-fdbf-44bc-8492-6b7d33e68c61", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "subnet_id": "39b7527b-8be0-4a78-8284-6c83f96eca00", "subnet_ids": ["39b7527b-8be0-4a78-8284-6c83f96eca00"], "port_id": "e74cbaa3-d3f3-41cb-937d-a9ae1eccecd3", "id": "4addeb43-fdcc-4104-9c15-df7392a309dc"} 2018-12-12 14:50:51,116 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc/add_router_interface.json used request id req-c896694f-360e-452a-bfdc-6302971c075a 2018-12-12 14:50:51,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89398097992s 2018-12-12 14:50:51,117 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc/add_router_interface.json used request id req-c896694f-360e-452a-bfdc-6302971c075a returning object 4addeb43-fdcc-4104-9c15-df7392a309dc 2018-12-12 14:50:51,118 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 14:50:51,244 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-12 14:50:51,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 14:50:51,251 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 14:50:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 14:50:51,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:50:51,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 14:50:51,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-16782c05-2f12-45eb-a5fa-839f93bd7ad3 Date: Wed, 12 Dec 2018 14:50:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:50:51,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-16782c05-2f12-45eb-a5fa-839f93bd7ad3 2018-12-12 14:50:51,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.213317155838s 2018-12-12 14:50:51,468 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-16782c05-2f12-45eb-a5fa-839f93bd7ad3 2018-12-12 14:50:51,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 14:50:51,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f58717ea42614aa333cc085a58b4d2a2acd0cabf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999"}' 2018-12-12 14:50:51,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/086091c2-b8d3-458d-a925-7f361382d16e X-Openstack-Request-Id: req-9ba68531-9988-4301-a450-6fa9914205e2 Date: Wed, 12 Dec 2018 14:50:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/086091c2-b8d3-458d-a925-7f361382d16e/file", "owner": "17a5fc479c1f4ec3ac50b5db88f2eb47", "id": "086091c2-b8d3-458d-a925-7f361382d16e", "size": null, "self": "/v2/images/086091c2-b8d3-458d-a925-7f361382d16e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:50:51Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999", "checksum": null, "created_at": "2018-12-12T14:50:51Z", "protected": false} 2018-12-12 14:50:51,665 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-9ba68531-9988-4301-a450-6fa9914205e2 2018-12-12 14:50:51,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.194867134094s 2018-12-12 14:50:51,666 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-9ba68531-9988-4301-a450-6fa9914205e2 returning object 086091c2-b8d3-458d-a925-7f361382d16e 2018-12-12 14:50:51,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 14:50:51,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/086091c2-b8d3-458d-a925-7f361382d16e/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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" -d '' 2018-12-12 14:50:52,922 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9fac0b52-54e0-46fc-acc5-9903c97138a5 Date: Wed, 12 Dec 2018 14:50:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 14:50:52,922 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/086091c2-b8d3-458d-a925-7f361382d16e/file used request id req-9fac0b52-54e0-46fc-acc5-9903c97138a5 2018-12-12 14:50:52,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.2554910183s 2018-12-12 14:50:52,922 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/086091c2-b8d3-458d-a925-7f361382d16e/file used request id req-9fac0b52-54e0-46fc-acc5-9903c97138a5 2018-12-12 14:50:52,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 14:50:52,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 14:50:52,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-9156867f-bfaf-4960-adcb-5a3552938af2 Date: Wed, 12 Dec 2018 14:50:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/086091c2-b8d3-458d-a925-7f361382d16e/snap", "metadata": {}}], "file": "/v2/images/086091c2-b8d3-458d-a925-7f361382d16e/file", "owner": "17a5fc479c1f4ec3ac50b5db88f2eb47", "id": "086091c2-b8d3-458d-a925-7f361382d16e", "size": 12716032, "self": "/v2/images/086091c2-b8d3-458d-a925-7f361382d16e", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/086091c2-b8d3-458d-a925-7f361382d16e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:50:52Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:50:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 14:50:52,944 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9156867f-bfaf-4960-adcb-5a3552938af2 2018-12-12 14:50:52,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0217769145966s 2018-12-12 14:50:52,945 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9156867f-bfaf-4960-adcb-5a3552938af2 2018-12-12 14:50:52,947 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/086091c2-b8d3-458d-a925-7f361382d16e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/086091c2-b8d3-458d-a925-7f361382d16e/file', 'owner': u'17a5fc479c1f4ec3ac50b5db88f2eb47', 'id': u'086091c2-b8d3-458d-a925-7f361382d16e', 'size': 12716032, u'self': u'/v2/images/086091c2-b8d3-458d-a925-7f361382d16e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'17a5fc479c1f4ec3ac50b5db88f2eb47', 'name': 'rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/086091c2-b8d3-458d-a925-7f361382d16e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T14:50:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T14:50:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/086091c2-b8d3-458d-a925-7f361382d16e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'created': u'2018-12-12T14:50:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T14:50:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/086091c2-b8d3-458d-a925-7f361382d16e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 14:50:52,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 14:50:52,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 14:50:53,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-3c770922-c950-4620-aeac-6652fbc85955 x-compute-request-id: req-3c770922-c950-4620-aeac-6652fbc85955 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "acccc77b-51c7-44eb-afe4-eae3bd23d223", "name": "rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:50:53,172 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3c770922-c950-4620-aeac-6652fbc85955 2018-12-12 14:50:53,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.223559141159s 2018-12-12 14:50:53,172 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3c770922-c950-4620-aeac-6652fbc85955 returning object acccc77b-51c7-44eb-afe4-eae3bd23d223 2018-12-12 14:50:53,173 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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'0179093643ff4edbbd51be3381013868', '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'acccc77b-51c7-44eb-afe4-eae3bd23d223', 'swap': 0}) 2018-12-12 14:50:53,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 14:50:53,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223/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}4da414fb3a84390e671659a4096e6a68b81225ca" -d '{"extra_specs": {}}' 2018-12-12 14:50:53,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14: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-608df821-e5a5-47d0-81d7-a4b73653ef4d x-compute-request-id: req-608df821-e5a5-47d0-81d7-a4b73653ef4d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:50:53,194 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223/os-extra_specs used request id req-608df821-e5a5-47d0-81d7-a4b73653ef4d 2018-12-12 14:50:53,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208189487457s 2018-12-12 14:50:53,195 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223/os-extra_specs used request id req-608df821-e5a5-47d0-81d7-a4b73653ef4d 2018-12-12 14:50:53,195 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-12 14:50:55,659 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-12 14:50:55.311 117 INFO rally.deployment.engine [-] Deployment 310cd830-2efb-4408-b0f7-c3634c4c28d4 | Starting: Destroy cloud and free allocated resources. 2018-12-12 14:50:55.379 117 INFO rally.deployment.engine [-] Deployment 310cd830-2efb-4408-b0f7-c3634c4c28d4 | Completed: Destroy cloud and free allocated resources. 2018-12-12 14:50:55.421 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec) for deployment 'opnfv-rally'. 2018-12-12 14:50:55.438 117 INFO rally.api [-] Deleting verification (UUID=84ee1c51-f197-49a6-807c-ad3f2d9cc0ec). 2018-12-12 14:50:55.478 117 INFO rally.api [-] Verification has been successfully deleted! 2018-12-12 14:50:55.479 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec). 2018-12-12 14:50:55.485 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-12 14:50:58,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-12 14:50:57.841 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eb8570e1-ca4d-4b1f-845b-8f1fb5b4cfba) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eb8570e1-ca4d-4b1f-845b-8f1fb5b4cfba | 2018-12-12T14:50:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eb8570e1-ca4d-4b1f-845b-8f1fb5b4cfba ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-12-12 14:51:01,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-12-12 14:51:01,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-12-12 14:51:01,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-12 14:51:01,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 14:51:01,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:51:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79fc3377-7dee-40f8-8a56-259cba876768 x-compute-request-id: req-79fc3377-7dee-40f8-8a56-259cba876768 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 143}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 161}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-12-12 14:51:01,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-79fc3377-7dee-40f8-8a56-259cba876768 2018-12-12 14:51:01,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.20433306694s 2018-12-12 14:51:01,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-79fc3377-7dee-40f8-8a56-259cba876768 2018-12-12 14:51:01,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 14:51:01,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_d48a7733-a03c-4ad5-8da8-63c5ece31999", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 14:51:01,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:51:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d77259d-0f31-40ab-b62e-2c3670000363 x-compute-request-id: req-1d77259d-0f31-40ab-b62e-2c3670000363 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "67384850-bff2-48ba-be5b-8e8d85e1a44d", "name": "rally_sanity-flavor_alt_d48a7733-a03c-4ad5-8da8-63c5ece31999", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 14:51:01,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1d77259d-0f31-40ab-b62e-2c3670000363 2018-12-12 14:51:01,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0648510456085s 2018-12-12 14:51:01,575 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1d77259d-0f31-40ab-b62e-2c3670000363 returning object 67384850-bff2-48ba-be5b-8e8d85e1a44d 2018-12-12 14:51:01,576 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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'0179093643ff4edbbd51be3381013868', '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'67384850-bff2-48ba-be5b-8e8d85e1a44d', 'swap': 0}) 2018-12-12 14:51:01,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 14:51:01,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d/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}4da414fb3a84390e671659a4096e6a68b81225ca" -d '{"extra_specs": {}}' 2018-12-12 14:51:01,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 14:51:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8edff08f-bee6-42d0-8348-34e2d37a22b1 x-compute-request-id: req-8edff08f-bee6-42d0-8348-34e2d37a22b1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 14:51:01,598 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d/os-extra_specs used request id req-8edff08f-bee6-42d0-8348-34e2d37a22b1 2018-12-12 14:51:01,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020898103714s 2018-12-12 14:51:01,598 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d/os-extra_specs used request id req-8edff08f-bee6-42d0-8348-34e2d37a22b1 2018-12-12 14:51:01,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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'0179093643ff4edbbd51be3381013868', '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'67384850-bff2-48ba-be5b-8e8d85e1a44d', 'swap': 0}) 2018-12-12 14:51:01,599 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-12-12 14:51:01,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-12-12 14:51:01,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-12 14:51:01,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-12 14:51:01,634 - 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': '4b369793-fdbf-44bc-8492-6b7d33e68c61', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'flavor_name': 'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-12-12 14:52:03,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 39350e37-3be1-496f-bb6d-eb2672aed9c2 2018-12-12 14:52:03,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-12-12 14:52:03,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '39350e37-3be1-496f-bb6d-eb2672aed9c2'] 2018-12-12 14:52:04,982 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 39350e37-3be1-496f-bb6d-eb2672aed9c2 -------------------------------------------------------------------------------- Task 39350e37-3be1-496f-bb6d-eb2672aed9c2: 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 39350e37-3be1-496f-bb6d-eb2672aed9c2 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> duration | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.484065 Full duration: 7.286041 -------------------------------------------------------------------------------- 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 39350e37-3be1-496f-bb6d-eb2672aed9c2 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 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.815135 Full duration: 7.547352 -------------------------------------------------------------------------------- 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 39350e37-3be1-496f-bb6d-eb2672aed9c2 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | total | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | -> duration | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.925911 Full duration: 7.793787 -------------------------------------------------------------------------------- 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 39350e37-3be1-496f-bb6d-eb2672aed9c2 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.421 | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.858049 Full duration: 7.633733 -------------------------------------------------------------------------------- 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 39350e37-3be1-496f-bb6d-eb2672aed9c2 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | total | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> duration | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.974163 Full duration: 8.202649 -------------------------------------------------------------------------------- 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 39350e37-3be1-496f-bb6d-eb2672aed9c2 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.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727848 Full duration: 7.430066 HINTS: * To plot HTML graphics with this data, run: rally task report 39350e37-3be1-496f-bb6d-eb2672aed9c2 --out output.html * To generate a JUnit report, run: rally task export 39350e37-3be1-496f-bb6d-eb2672aed9c2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 39350e37-3be1-496f-bb6d-eb2672aed9c2 --json --out output.json 2018-12-12 14:52:04,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '39350e37-3be1-496f-bb6d-eb2672aed9c2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-12-12 14:52:07,260 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 39350e37-3be1-496f-bb6d-eb2672aed9c2 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-12-12 14:52:07.146 728 INFO rally.api [-] Building 'json' report for the following task(s): '39350e37-3be1-496f-bb6d-eb2672aed9c2'. 2018-12-12 14:52:07.152 728 INFO rally.api [-] The report has been successfully built. 2018-12-12 14:52:07,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '39350e37-3be1-496f-bb6d-eb2672aed9c2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-12-12 14:52:09,311 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 39350e37-3be1-496f-bb6d-eb2672aed9c2 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-12-12 14:52:09.174 731 INFO rally.api [-] Building 'html' report for the following task(s): '39350e37-3be1-496f-bb6d-eb2672aed9c2'. 2018-12-12 14:52:09.210 731 INFO rally.api [-] The report has been successfully built. 2018-12-12 14:52:09,317 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-12-12 14:52:09,318 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-12-12 14:52:09,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-12-12 14:52:09,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-12 14:52:09,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-12 14:52:09,351 - 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': '4b369793-fdbf-44bc-8492-6b7d33e68c61', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'flavor_name': 'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-12-12 14:53:51,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4311d097-4649-411e-bdf3-1a63512ea0ee 2018-12-12 14:53:51,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4311d097-4649-411e-bdf3-1a63512ea0ee'] 2018-12-12 14:53:52,214 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4311d097-4649-411e-bdf3-1a63512ea0ee -------------------------------------------------------------------------------- Task 4311d097-4649-411e-bdf3-1a63512ea0ee: 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 4311d097-4649-411e-bdf3-1a63512ea0ee 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.776 | 4.776 | 4.776 | 4.776 | 4.776 | 4.776 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> glance_v2.upload_data | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | glance_v2.delete_image | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | total | 6.276 | 6.276 | 6.276 | 6.276 | 6.276 | 6.276 | 100.0% | 1 | | -> duration | 6.276 | 6.276 | 6.276 | 6.276 | 6.276 | 6.276 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.275522 Full duration: 14.760441 -------------------------------------------------------------------------------- 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 4311d097-4649-411e-bdf3-1a63512ea0ee 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.128 | 4.128 | 4.128 | 4.128 | 4.128 | 4.128 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> glance_v2.upload_data | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 100.0% | 1 | | glance_v2.list_images | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 100.0% | 1 | | -> duration | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.315476 Full duration: 16.893819 -------------------------------------------------------------------------------- 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 4311d097-4649-411e-bdf3-1a63512ea0ee 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.462 | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 100.0% | 1 | | total | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 100.0% | 1 | | -> duration | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.461858 Full duration: 8.266666 -------------------------------------------------------------------------------- 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_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "number_instances": 2, "nics": [ { "net-id": "4b369793-fdbf-44bc-8492-6b7d33e68c61" } ] }, "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 4311d097-4649-411e-bdf3-1a63512ea0ee 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.588 | 4.588 | 4.588 | 4.588 | 4.588 | 4.588 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | -> glance_v2.upload_data | 1.609 | 1.609 | 1.609 | 1.609 | 1.609 | 1.609 | 100.0% | 1 | | nova.boot_servers | 13.572 | 13.572 | 13.572 | 13.572 | 13.572 | 13.572 | 100.0% | 1 | | total | 18.161 | 18.161 | 18.161 | 18.161 | 18.161 | 18.161 | 100.0% | 1 | | -> duration | 17.161 | 17.161 | 17.161 | 17.161 | 17.161 | 17.161 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.160865 Full duration: 42.315835 HINTS: * To plot HTML graphics with this data, run: rally task report 4311d097-4649-411e-bdf3-1a63512ea0ee --out output.html * To generate a JUnit report, run: rally task export 4311d097-4649-411e-bdf3-1a63512ea0ee --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4311d097-4649-411e-bdf3-1a63512ea0ee --json --out output.json 2018-12-12 14:53:52,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4311d097-4649-411e-bdf3-1a63512ea0ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-12-12 14:53:54,417 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4311d097-4649-411e-bdf3-1a63512ea0ee --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-12-12 14:53:54.314 1284 INFO rally.api [-] Building 'json' report for the following task(s): '4311d097-4649-411e-bdf3-1a63512ea0ee'. 2018-12-12 14:53:54.318 1284 INFO rally.api [-] The report has been successfully built. 2018-12-12 14:53:54,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4311d097-4649-411e-bdf3-1a63512ea0ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-12-12 14:53:56,656 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4311d097-4649-411e-bdf3-1a63512ea0ee --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-12-12 14:53:56.535 1287 INFO rally.api [-] Building 'html' report for the following task(s): '4311d097-4649-411e-bdf3-1a63512ea0ee'. 2018-12-12 14:53:56.557 1287 INFO rally.api [-] The report has been successfully built. 2018-12-12 14:53:56,662 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-12-12 14:53:56,662 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-12-12 14:53:56,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-12-12 14:53:56,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-12 14:53:56,679 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-12 14:53:56,687 - 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': '4b369793-fdbf-44bc-8492-6b7d33e68c61', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'flavor_name': 'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-12-12 14:57:13,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9acdb4e9-b1ed-4112-81c1-b134514b9382 2018-12-12 14:57:13,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9acdb4e9-b1ed-4112-81c1-b134514b9382'] 2018-12-12 14:57:14,918 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9acdb4e9-b1ed-4112-81c1-b134514b9382 -------------------------------------------------------------------------------- Task 9acdb4e9-b1ed-4112-81c1-b134514b9382: 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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 | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 100.0% | 1 | | total | 6.373 | 6.373 | 6.373 | 6.373 | 6.373 | 6.373 | 100.0% | 1 | | -> duration | 6.373 | 6.373 | 6.373 | 6.373 | 6.373 | 6.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.373033 Full duration: 23.761223 -------------------------------------------------------------------------------- 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.31 | 3.31 | 3.31 | 3.31 | 3.31 | 3.31 | 100.0% | 1 | | cinder_v2.delete_volume | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 100.0% | 1 | | total | 6.078 | 6.078 | 6.078 | 6.078 | 6.078 | 6.078 | 100.0% | 1 | | -> duration | 6.078 | 6.078 | 6.078 | 6.078 | 6.078 | 6.078 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.077861 Full duration: 16.082845 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.886 | 8.886 | 8.886 | 8.886 | 8.886 | 8.886 | 100.0% | 1 | | cinder_v2.delete_volume | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | total | 9.809 | 9.809 | 9.809 | 9.809 | 9.809 | 9.809 | 100.0% | 1 | | -> duration | 9.809 | 9.809 | 9.809 | 9.809 | 9.809 | 9.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.808592 Full duration: 20.561899 -------------------------------------------------------------------------------- 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.13 | 3.13 | 3.13 | 3.13 | 3.13 | 3.13 | 100.0% | 1 | | cinder_v2.delete_volume | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 2.696 | 100.0% | 1 | | total | 5.826 | 5.826 | 5.826 | 5.826 | 5.826 | 5.826 | 100.0% | 1 | | -> duration | 5.826 | 5.826 | 5.826 | 5.826 | 5.826 | 5.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.826389 Full duration: 15.776563 -------------------------------------------------------------------------------- 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.208 | 3.208 | 3.208 | 3.208 | 3.208 | 3.208 | 100.0% | 1 | | cinder_v2.extend_volume | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 2.66 | 100.0% | 1 | | cinder_v2.delete_volume | 2.797 | 2.797 | 2.797 | 2.797 | 2.797 | 2.797 | 100.0% | 1 | | total | 8.666 | 8.666 | 8.666 | 8.666 | 8.666 | 8.666 | 100.0% | 1 | | -> duration | 8.666 | 8.666 | 8.666 | 8.666 | 8.666 | 8.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.665734 Full duration: 18.753651 -------------------------------------------------------------------------------- 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.296 | 3.296 | 3.296 | 3.296 | 3.296 | 3.296 | 100.0% | 1 | | cinder_v2.delete_volume | 2.63 | 2.63 | 2.63 | 2.63 | 2.63 | 2.63 | 100.0% | 1 | | total | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 100.0% | 1 | | -> duration | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.926441 Full duration: 23.303028 -------------------------------------------------------------------------------- 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.list_qos | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801352 Full duration: 12.454989 -------------------------------------------------------------------------------- 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81967 Full duration: 12.770726 -------------------------------------------------------------------------------- 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | cinder_v2.list_types | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799777 Full duration: 12.312459 -------------------------------------------------------------------------------- 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 9acdb4e9-b1ed-4112-81c1-b134514b9382 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> duration | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.82088 Full duration: 12.33465 HINTS: * To plot HTML graphics with this data, run: rally task report 9acdb4e9-b1ed-4112-81c1-b134514b9382 --out output.html * To generate a JUnit report, run: rally task export 9acdb4e9-b1ed-4112-81c1-b134514b9382 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9acdb4e9-b1ed-4112-81c1-b134514b9382 --json --out output.json 2018-12-12 14:57:14,919 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9acdb4e9-b1ed-4112-81c1-b134514b9382', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-12-12 14:57:17,177 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9acdb4e9-b1ed-4112-81c1-b134514b9382 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-12-12 14:57:17.077 3076 INFO rally.api [-] Building 'json' report for the following task(s): '9acdb4e9-b1ed-4112-81c1-b134514b9382'. 2018-12-12 14:57:17.085 3076 INFO rally.api [-] The report has been successfully built. 2018-12-12 14:57:17,178 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9acdb4e9-b1ed-4112-81c1-b134514b9382', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-12-12 14:57:19,456 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9acdb4e9-b1ed-4112-81c1-b134514b9382 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-12-12 14:57:19.328 3079 INFO rally.api [-] Building 'html' report for the following task(s): '9acdb4e9-b1ed-4112-81c1-b134514b9382'. 2018-12-12 14:57:19.357 3079 INFO rally.api [-] The report has been successfully built. 2018-12-12 14:57:19,468 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-12-12 14:57:19,468 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-12-12 14:57:19,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-12-12 14:57:19,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-12 14:57:19,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-12 14:57:19,491 - 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': '4b369793-fdbf-44bc-8492-6b7d33e68c61', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'flavor_name': 'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-12-12 14:58:40,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0cf82445-e710-486b-963b-7f2b0202c9fc 2018-12-12 14:58:40,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0cf82445-e710-486b-963b-7f2b0202c9fc'] 2018-12-12 14:58:41,722 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0cf82445-e710-486b-963b-7f2b0202c9fc -------------------------------------------------------------------------------- Task 0cf82445-e710-486b-963b-7f2b0202c9fc: 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 0cf82445-e710-486b-963b-7f2b0202c9fc 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.74 | 4.74 | 4.74 | 4.74 | 4.74 | 4.74 | 100.0% | 1 | | heat.update_stack | 2.867 | 2.867 | 2.867 | 2.867 | 2.867 | 2.867 | 100.0% | 1 | | heat.delete_stack | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 100.0% | 1 | | total | 10.401 | 10.401 | 10.401 | 10.401 | 10.401 | 10.401 | 100.0% | 1 | | -> duration | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.400767 Full duration: 20.135126 -------------------------------------------------------------------------------- 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 0cf82445-e710-486b-963b-7f2b0202c9fc 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.595 | 4.595 | 4.595 | 4.595 | 4.595 | 4.595 | 100.0% | 1 | | heat.check_stack | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | heat.delete_stack | 1.594 | 1.594 | 1.594 | 1.594 | 1.594 | 1.594 | 100.0% | 1 | | total | 7.096 | 7.096 | 7.096 | 7.096 | 7.096 | 7.096 | 100.0% | 1 | | -> duration | 5.096 | 5.096 | 5.096 | 5.096 | 5.096 | 5.096 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.096389 Full duration: 15.684621 -------------------------------------------------------------------------------- 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 0cf82445-e710-486b-963b-7f2b0202c9fc 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.873 | 4.873 | 4.873 | 4.873 | 4.873 | 4.873 | 100.0% | 1 | | heat.suspend_stack | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | heat.resume_stack | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | heat.delete_stack | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | total | 7.808 | 7.808 | 7.808 | 7.808 | 7.808 | 7.808 | 100.0% | 1 | | -> duration | 5.808 | 5.808 | 5.808 | 5.808 | 5.808 | 5.808 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.807586 Full duration: 17.869755 -------------------------------------------------------------------------------- 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 0cf82445-e710-486b-963b-7f2b0202c9fc 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.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | total | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> duration | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.575361 Full duration: 8.089563 HINTS: * To plot HTML graphics with this data, run: rally task report 0cf82445-e710-486b-963b-7f2b0202c9fc --out output.html * To generate a JUnit report, run: rally task export 0cf82445-e710-486b-963b-7f2b0202c9fc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0cf82445-e710-486b-963b-7f2b0202c9fc --json --out output.json 2018-12-12 14:58:41,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0cf82445-e710-486b-963b-7f2b0202c9fc', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-12-12 14:58:44,086 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0cf82445-e710-486b-963b-7f2b0202c9fc --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-12-12 14:58:43.943 3812 INFO rally.api [-] Building 'json' report for the following task(s): '0cf82445-e710-486b-963b-7f2b0202c9fc'. 2018-12-12 14:58:43.948 3812 INFO rally.api [-] The report has been successfully built. 2018-12-12 14:58:44,087 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0cf82445-e710-486b-963b-7f2b0202c9fc', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-12-12 14:58:46,342 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0cf82445-e710-486b-963b-7f2b0202c9fc --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-12-12 14:58:46.222 3815 INFO rally.api [-] Building 'html' report for the following task(s): '0cf82445-e710-486b-963b-7f2b0202c9fc'. 2018-12-12 14:58:46.243 3815 INFO rally.api [-] The report has been successfully built. 2018-12-12 14:58:46,347 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-12-12 14:58:46,347 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-12-12 14:58:46,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-12-12 14:58:46,349 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-12 14:58:46,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-12 14:58:46,372 - 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': '4b369793-fdbf-44bc-8492-6b7d33e68c61', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'flavor_name': 'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-12-12 15:02:02,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b8cdc72a-106f-4114-aee0-62276e3625ef 2018-12-12 15:02:02,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b8cdc72a-106f-4114-aee0-62276e3625ef'] 2018-12-12 15:02:03,987 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b8cdc72a-106f-4114-aee0-62276e3625ef -------------------------------------------------------------------------------- Task b8cdc72a-106f-4114-aee0-62276e3625ef: 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 b8cdc72a-106f-4114-aee0-62276e3625ef 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.revoke_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781028 Full duration: 14.291264 -------------------------------------------------------------------------------- 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 b8cdc72a-106f-4114-aee0-62276e3625ef 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.list_roles | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754682 Full duration: 14.481152 -------------------------------------------------------------------------------- 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 b8cdc72a-106f-4114-aee0-62276e3625ef has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.list_projects | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778076 Full duration: 14.8458 -------------------------------------------------------------------------------- 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 b8cdc72a-106f-4114-aee0-62276e3625ef 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | -> duration | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.697873 Full duration: 12.566702 -------------------------------------------------------------------------------- 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 b8cdc72a-106f-4114-aee0-62276e3625ef 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.537 | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 100.0% | 1 | | keystone_v3.delete_service | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676549 Full duration: 12.517702 -------------------------------------------------------------------------------- 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 b8cdc72a-106f-4114-aee0-62276e3625ef 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.create_user | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.create_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 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.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 1.81 | 1.81 | 1.81 | 1.81 | 1.81 | 1.81 | 100.0% | 1 | | -> duration | 1.81 | 1.81 | 1.81 | 1.81 | 1.81 | 1.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.809732 Full duration: 19.972707 -------------------------------------------------------------------------------- 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 b8cdc72a-106f-4114-aee0-62276e3625ef 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.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 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.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | -> duration | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.209256 Full duration: 13.015031 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b8cdc72a-106f-4114-aee0-62276e3625ef 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | total | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> duration | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803419 Full duration: 14.362931 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b8cdc72a-106f-4114-aee0-62276e3625ef has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | total | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> duration | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.67627 Full duration: 14.656719 -------------------------------------------------------------------------------- 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 b8cdc72a-106f-4114-aee0-62276e3625ef 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.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | keystone_v3.list_users | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.922915 Full duration: 14.860818 -------------------------------------------------------------------------------- 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 b8cdc72a-106f-4114-aee0-62276e3625ef 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | keystone_v3.create_users | 5.086 | 5.086 | 5.086 | 5.086 | 5.086 | 5.086 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.085 | 5.085 | 5.085 | 5.085 | 5.085 | 5.085 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | total | 6.783 | 6.783 | 6.783 | 6.783 | 6.783 | 6.783 | 100.0% | 1 | | -> duration | 6.783 | 6.783 | 6.783 | 6.783 | 6.783 | 6.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.782935 Full duration: 23.59298 HINTS: * To plot HTML graphics with this data, run: rally task report b8cdc72a-106f-4114-aee0-62276e3625ef --out output.html * To generate a JUnit report, run: rally task export b8cdc72a-106f-4114-aee0-62276e3625ef --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b8cdc72a-106f-4114-aee0-62276e3625ef --json --out output.json 2018-12-12 15:02:03,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b8cdc72a-106f-4114-aee0-62276e3625ef', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-12-12 15:02:06,468 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b8cdc72a-106f-4114-aee0-62276e3625ef --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-12-12 15:02:06.344 5730 INFO rally.api [-] Building 'json' report for the following task(s): 'b8cdc72a-106f-4114-aee0-62276e3625ef'. 2018-12-12 15:02:06.355 5730 INFO rally.api [-] The report has been successfully built. 2018-12-12 15:02:06,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b8cdc72a-106f-4114-aee0-62276e3625ef', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-12-12 15:02:08,726 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b8cdc72a-106f-4114-aee0-62276e3625ef --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-12-12 15:02:08.594 5733 INFO rally.api [-] Building 'html' report for the following task(s): 'b8cdc72a-106f-4114-aee0-62276e3625ef'. 2018-12-12 15:02:08.625 5733 INFO rally.api [-] The report has been successfully built. 2018-12-12 15:02:08,740 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-12-12 15:02:08,740 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-12-12 15:02:08,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-12-12 15:02:08,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-12 15:02:08,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-12 15:02:08,763 - 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': '4b369793-fdbf-44bc-8492-6b7d33e68c61', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'flavor_name': 'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-12-12 15:08:23,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : be30bff4-7a74-4333-98cc-7d22584e702b 2018-12-12 15:08:23,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'be30bff4-7a74-4333-98cc-7d22584e702b'] 2018-12-12 15:08:24,298 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid be30bff4-7a74-4333-98cc-7d22584e702b -------------------------------------------------------------------------------- Task be30bff4-7a74-4333-98cc-7d22584e702b: 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | neutron.delete_network | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | total | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 100.0% | 1 | | -> duration | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.789258 Full duration: 15.287768 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.554 | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 100.0% | 1 | | neutron.delete_port | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | total | 2.362 | 2.362 | 2.362 | 2.362 | 2.362 | 2.362 | 100.0% | 1 | | -> duration | 2.362 | 2.362 | 2.362 | 2.362 | 2.362 | 2.362 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.362441 Full duration: 36.7833 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | neutron.create_subnet | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | neutron.create_router | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 100.0% | 1 | | neutron.add_interface_router | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | neutron.remove_interface_router | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 100.0% | 1 | | neutron.delete_router | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | total | 9.908 | 9.908 | 9.908 | 9.908 | 9.908 | 9.908 | 100.0% | 1 | | -> duration | 9.908 | 9.908 | 9.908 | 9.908 | 9.908 | 9.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.908474 Full duration: 48.41965 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.delete_subnet | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | total | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 100.0% | 1 | | -> duration | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.795009 Full duration: 37.772632 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | neutron.list_networks | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | total | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 100.0% | 1 | | -> duration | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.424602 Full duration: 17.003448 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.437 | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 100.0% | 1 | | neutron.list_ports | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 100.0% | 1 | | total | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 100.0% | 1 | | -> duration | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.681247 Full duration: 37.039882 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | neutron.create_subnet | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | neutron.create_router | 2.859 | 2.859 | 2.859 | 2.859 | 2.859 | 2.859 | 100.0% | 1 | | neutron.add_interface_router | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | neutron.list_routers | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | total | 6.605 | 6.605 | 6.605 | 6.605 | 6.605 | 6.605 | 100.0% | 1 | | -> duration | 6.605 | 6.605 | 6.605 | 6.605 | 6.605 | 6.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.605435 Full duration: 50.541832 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | neutron.create_subnet | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | neutron.list_subnets | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 1.732 | 1.732 | 1.732 | 1.732 | 1.732 | 1.732 | 100.0% | 1 | | -> duration | 1.732 | 1.732 | 1.732 | 1.732 | 1.732 | 1.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.731891 Full duration: 40.008286 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | neutron.delete_security_group | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | total | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | -> duration | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.125899 Full duration: 14.538965 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | neutron.create_security_group_rule | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | neutron.delete_security_group | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 100.0% | 1 | | -> duration | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.568079 Full duration: 14.79316 -------------------------------------------------------------------------------- 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 be30bff4-7a74-4333-98cc-7d22584e702b 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.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | neutron.create_router | 3.583 | 3.583 | 3.583 | 3.583 | 3.583 | 3.583 | 100.0% | 1 | | neutron.add_gateway_router | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 100.0% | 1 | | neutron.remove_gateway_router | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | total | 7.337 | 7.337 | 7.337 | 7.337 | 7.337 | 7.337 | 100.0% | 1 | | -> duration | 7.337 | 7.337 | 7.337 | 7.337 | 7.337 | 7.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.336944 Full duration: 30.715204 HINTS: * To plot HTML graphics with this data, run: rally task report be30bff4-7a74-4333-98cc-7d22584e702b --out output.html * To generate a JUnit report, run: rally task export be30bff4-7a74-4333-98cc-7d22584e702b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report be30bff4-7a74-4333-98cc-7d22584e702b --json --out output.json 2018-12-12 15:08:24,299 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'be30bff4-7a74-4333-98cc-7d22584e702b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-12-12 15:08:26,651 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid be30bff4-7a74-4333-98cc-7d22584e702b --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-12-12 15:08:26.515 9028 INFO rally.api [-] Building 'json' report for the following task(s): 'be30bff4-7a74-4333-98cc-7d22584e702b'. 2018-12-12 15:08:26.525 9028 INFO rally.api [-] The report has been successfully built. 2018-12-12 15:08:26,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'be30bff4-7a74-4333-98cc-7d22584e702b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-12-12 15:08:28,825 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid be30bff4-7a74-4333-98cc-7d22584e702b --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-12-12 15:08:28.693 9031 INFO rally.api [-] Building 'html' report for the following task(s): 'be30bff4-7a74-4333-98cc-7d22584e702b'. 2018-12-12 15:08:28.726 9031 INFO rally.api [-] The report has been successfully built. 2018-12-12 15:08:28,840 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-12-12 15:08:28,840 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-12-12 15:08:28,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-12-12 15:08:28,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-12 15:08:28,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-12 15:08:28,867 - 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': '4b369793-fdbf-44bc-8492-6b7d33e68c61', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'flavor_name': 'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-12-12 15:15:32,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9a655191-7362-4354-9771-820c75acb5cd 2018-12-12 15:15:32,347 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9a655191-7362-4354-9771-820c75acb5cd'] 2018-12-12 15:15:33,515 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9a655191-7362-4354-9771-820c75acb5cd -------------------------------------------------------------------------------- Task 9a655191-7362-4354-9771-820c75acb5cd: 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_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "block_migration": false, "nics": [ { "net-id": "4b369793-fdbf-44bc-8492-6b7d33e68c61" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9a655191-7362-4354-9771-820c75acb5cd 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.587 | 11.587 | 11.587 | 11.587 | 11.587 | 11.587 | 100.0% | 1 | | nova.find_host_to_migrate | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 100.0% | 1 | | nova.live_migrate | 14.236 | 14.236 | 14.236 | 14.236 | 14.236 | 14.236 | 100.0% | 1 | | nova.delete_server | 2.681 | 2.681 | 2.681 | 2.681 | 2.681 | 2.681 | 100.0% | 1 | | total | 29.687 | 29.687 | 29.687 | 29.687 | 29.687 | 29.687 | 100.0% | 1 | | -> duration | 28.687 | 28.687 | 28.687 | 28.687 | 28.687 | 28.687 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 28.68716 Full duration: 39.16578 -------------------------------------------------------------------------------- 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_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "4b369793-fdbf-44bc-8492-6b7d33e68c61" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9a655191-7362-4354-9771-820c75acb5cd 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.615 | 9.615 | 9.615 | 9.615 | 9.615 | 9.615 | 100.0% | 1 | | cinder_v2.create_volume | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 100.0% | 1 | | nova.attach_volume | 4.157 | 4.157 | 4.157 | 4.157 | 4.157 | 4.157 | 100.0% | 1 | | nova.find_host_to_migrate | 1.413 | 1.413 | 1.413 | 1.413 | 1.413 | 1.413 | 100.0% | 1 | | nova.live_migrate | 11.278 | 11.278 | 11.278 | 11.278 | 11.278 | 11.278 | 100.0% | 1 | | nova.detach_volume | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 100.0% | 1 | | cinder_v2.delete_volume | 2.484 | 2.484 | 2.484 | 2.484 | 2.484 | 2.484 | 100.0% | 1 | | nova.delete_server | 3.018 | 3.018 | 3.018 | 3.018 | 3.018 | 3.018 | 100.0% | 1 | | total | 38.754 | 38.754 | 38.754 | 38.754 | 38.754 | 38.754 | 100.0% | 1 | | -> duration | 37.754 | 37.754 | 37.754 | 37.754 | 37.754 | 37.754 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.754429 Full duration: 50.8144 -------------------------------------------------------------------------------- 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_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "4b369793-fdbf-44bc-8492-6b7d33e68c61" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9a655191-7362-4354-9771-820c75acb5cd 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.81 | 8.81 | 8.81 | 8.81 | 8.81 | 8.81 | 100.0% | 1 | | nova.boot_server | 12.416 | 12.416 | 12.416 | 12.416 | 12.416 | 12.416 | 100.0% | 1 | | nova.find_host_to_migrate | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 100.0% | 1 | | nova.live_migrate | 13.263 | 13.263 | 13.263 | 13.263 | 13.263 | 13.263 | 100.0% | 1 | | nova.delete_server | 7.671 | 7.671 | 7.671 | 7.671 | 7.671 | 7.671 | 100.0% | 1 | | total | 43.356 | 43.356 | 43.356 | 43.356 | 43.356 | 43.356 | 100.0% | 1 | | -> duration | 42.356 | 42.356 | 42.356 | 42.356 | 42.356 | 42.356 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.356464 Full duration: 55.890212 -------------------------------------------------------------------------------- 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_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "server_kwargs": { "nics": [ { "net-id": "4b369793-fdbf-44bc-8492-6b7d33e68c61" } ] } }, "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 9a655191-7362-4354-9771-820c75acb5cd 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | nova.boot_server | 8.701 | 8.701 | 8.701 | 8.701 | 8.701 | 8.701 | 100.0% | 1 | | nova.delete_server | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 100.0% | 1 | | nova.delete_keypair | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 12.427 | 12.427 | 12.427 | 12.427 | 12.427 | 12.427 | 100.0% | 1 | | -> duration | 11.427 | 11.427 | 11.427 | 11.427 | 11.427 | 11.427 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.427314 Full duration: 43.767651 -------------------------------------------------------------------------------- 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_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "volume_size": 5, "nics": [ { "net-id": "4b369793-fdbf-44bc-8492-6b7d33e68c61" } ] }, "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 9a655191-7362-4354-9771-820c75acb5cd 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.407 | 8.407 | 8.407 | 8.407 | 8.407 | 8.407 | 100.0% | 1 | | nova.boot_server | 8.988 | 8.988 | 8.988 | 8.988 | 8.988 | 8.988 | 100.0% | 1 | | nova.delete_server | 2.956 | 2.956 | 2.956 | 2.956 | 2.956 | 2.956 | 100.0% | 1 | | total | 20.351 | 20.351 | 20.351 | 20.351 | 20.351 | 20.351 | 100.0% | 1 | | -> duration | 19.351 | 19.351 | 19.351 | 19.351 | 19.351 | 19.351 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.3508 Full duration: 54.259098 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "force_delete": false, "nics": [ { "net-id": "4b369793-fdbf-44bc-8492-6b7d33e68c61" } ] }, "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 9a655191-7362-4354-9771-820c75acb5cd 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.969 | 9.969 | 9.969 | 9.969 | 9.969 | 9.969 | 100.0% | 1 | | nova.pause_server | 3.035 | 3.035 | 3.035 | 3.035 | 3.035 | 3.035 | 100.0% | 1 | | nova.unpause_server | 3.003 | 3.003 | 3.003 | 3.003 | 3.003 | 3.003 | 100.0% | 1 | | nova.delete_server | 4.918 | 4.918 | 4.918 | 4.918 | 4.918 | 4.918 | 100.0% | 1 | | total | 20.924 | 20.924 | 20.924 | 20.924 | 20.924 | 20.924 | 100.0% | 1 | | -> duration | 15.924 | 15.924 | 15.924 | 15.924 | 15.924 | 15.924 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.924499 Full duration: 51.18745 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "nics": [ { "net-id": "4b369793-fdbf-44bc-8492-6b7d33e68c61" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9a655191-7362-4354-9771-820c75acb5cd 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.99 | 11.99 | 11.99 | 11.99 | 11.99 | 11.99 | 100.0% | 1 | | nova.migrate | 13.862 | 13.862 | 13.862 | 13.862 | 13.862 | 13.862 | 100.0% | 1 | | nova.resize_confirm | 3.499 | 3.499 | 3.499 | 3.499 | 3.499 | 3.499 | 100.0% | 1 | | nova.delete_server | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 100.0% | 1 | | total | 32.372 | 32.372 | 32.372 | 32.372 | 32.372 | 32.372 | 100.0% | 1 | | -> duration | 31.372 | 31.372 | 31.372 | 31.372 | 31.372 | 31.372 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.372045 Full duration: 41.714516 -------------------------------------------------------------------------------- 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_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "image": { "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 9a655191-7362-4354-9771-820c75acb5cd 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 | 7.631 | 7.631 | 7.631 | 7.631 | 7.631 | 7.631 | 100.0% | 1 | | nova.list_interfaces | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | total | 8.145 | 8.145 | 8.145 | 8.145 | 8.145 | 8.145 | 100.0% | 1 | | -> duration | 7.145 | 7.145 | 7.145 | 7.145 | 7.145 | 7.145 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.144863 Full duration: 45.775812 -------------------------------------------------------------------------------- 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 9a655191-7362-4354-9771-820c75acb5cd 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.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | nova.delete_server_group | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.726418 Full duration: 9.302471 HINTS: * To plot HTML graphics with this data, run: rally task report 9a655191-7362-4354-9771-820c75acb5cd --out output.html * To generate a JUnit report, run: rally task export 9a655191-7362-4354-9771-820c75acb5cd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9a655191-7362-4354-9771-820c75acb5cd --json --out output.json 2018-12-12 15:15:33,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9a655191-7362-4354-9771-820c75acb5cd', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-12-12 15:15:35,787 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9a655191-7362-4354-9771-820c75acb5cd --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-12-12 15:15:35.668 10674 INFO rally.api [-] Building 'json' report for the following task(s): '9a655191-7362-4354-9771-820c75acb5cd'. 2018-12-12 15:15:35.678 10674 INFO rally.api [-] The report has been successfully built. 2018-12-12 15:15:35,788 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9a655191-7362-4354-9771-820c75acb5cd', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-12-12 15:15:38,008 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9a655191-7362-4354-9771-820c75acb5cd --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-12-12 15:15:37.877 10677 INFO rally.api [-] Building 'html' report for the following task(s): '9a655191-7362-4354-9771-820c75acb5cd'. 2018-12-12 15:15:37.907 10677 INFO rally.api [-] The report has been successfully built. 2018-12-12 15:15:38,021 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-12-12 15:15:38,021 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-12-12 15:15:38,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-12-12 15:15:38,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-12 15:15:38,038 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-12 15:15:38,045 - 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': '4b369793-fdbf-44bc-8492-6b7d33e68c61', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'flavor_name': 'rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999', '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_d48a7733-a03c-4ad5-8da8-63c5ece31999', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-12-12 15:16:31,227 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 46d5a1ee-9271-4ca8-b232-0e32004a3702 2018-12-12 15:16:31,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '46d5a1ee-9271-4ca8-b232-0e32004a3702'] 2018-12-12 15:16:32,281 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 46d5a1ee-9271-4ca8-b232-0e32004a3702 -------------------------------------------------------------------------------- Task 46d5a1ee-9271-4ca8-b232-0e32004a3702: 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 46d5a1ee-9271-4ca8-b232-0e32004a3702 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | quotas.delete_quotas | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909528 Full duration: 8.702185 -------------------------------------------------------------------------------- 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 46d5a1ee-9271-4ca8-b232-0e32004a3702 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.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | total | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> duration | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.71685 Full duration: 8.438374 -------------------------------------------------------------------------------- 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 46d5a1ee-9271-4ca8-b232-0e32004a3702 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.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713612 Full duration: 8.391848 -------------------------------------------------------------------------------- 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 46d5a1ee-9271-4ca8-b232-0e32004a3702 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.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | total | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> duration | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.137626 Full duration: 9.061906 HINTS: * To plot HTML graphics with this data, run: rally task report 46d5a1ee-9271-4ca8-b232-0e32004a3702 --out output.html * To generate a JUnit report, run: rally task export 46d5a1ee-9271-4ca8-b232-0e32004a3702 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 46d5a1ee-9271-4ca8-b232-0e32004a3702 --json --out output.json 2018-12-12 15:16:32,281 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '46d5a1ee-9271-4ca8-b232-0e32004a3702', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-12-12 15:16:34,562 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 46d5a1ee-9271-4ca8-b232-0e32004a3702 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-12-12 15:16:34.422 11190 INFO rally.api [-] Building 'json' report for the following task(s): '46d5a1ee-9271-4ca8-b232-0e32004a3702'. 2018-12-12 15:16:34.427 11190 INFO rally.api [-] The report has been successfully built. 2018-12-12 15:16:34,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '46d5a1ee-9271-4ca8-b232-0e32004a3702', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-12-12 15:16:36,836 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 46d5a1ee-9271-4ca8-b232-0e32004a3702 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-12-12 15:16:36.679 11193 INFO rally.api [-] Building 'html' report for the following task(s): '46d5a1ee-9271-4ca8-b232-0e32004a3702'. 2018-12-12 15:16:36.700 11193 INFO rally.api [-] The report has been successfully built. 2018-12-12 15:16:36,838 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-12-12 15:16:36,840 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:22 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 05:42 | 11 | 100.00% | | nova | 06:31 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:36 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-12-12 15:16:36,840 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-12-12 15:16:36,964 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 15:16:36,964 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:55 | PASS | +----------------------+------------------+------------------+----------------+ 2018-12-12 15:16:36,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 15:16:36,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:37,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16: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-edc45136-b2ce-4c3a-a82c-9959380cac1f x-compute-request-id: req-edc45136-b2ce-4c3a-a82c-9959380cac1f Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "67384850-bff2-48ba-be5b-8e8d85e1a44d", "name": "rally_sanity-flavor_alt_d48a7733-a03c-4ad5-8da8-63c5ece31999", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "acccc77b-51c7-44eb-afe4-eae3bd23d223", "name": "rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 15:16:37,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-edc45136-b2ce-4c3a-a82c-9959380cac1f 2018-12-12 15:16:37,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.180732011795s 2018-12-12 15:16:37,152 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-edc45136-b2ce-4c3a-a82c-9959380cac1f 2018-12-12 15:16:37,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 15:16:37,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:37,197 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27c24f40-dcca-4001-b586-eb985f96978b x-compute-request-id: req-27c24f40-dcca-4001-b586-eb985f96978b Content-Length: 0 Content-Type: application/json 2018-12-12 15:16:37,197 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d used request id req-27c24f40-dcca-4001-b586-eb985f96978b 2018-12-12 15:16:37,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0420269966125s 2018-12-12 15:16:37,197 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/67384850-bff2-48ba-be5b-8e8d85e1a44d used request id req-27c24f40-dcca-4001-b586-eb985f96978b 2018-12-12 15:16:37,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-12 15:16:37,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc/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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" -d '{"subnet_id": "39b7527b-8be0-4a78-8284-6c83f96eca00"}' 2018-12-12 15:16:38,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bc78aeed-7c8a-40fe-8d18-2b4fd4aef189 Date: Wed, 12 Dec 2018 15:16:38 GMT RESP BODY: {"network_id": "4b369793-fdbf-44bc-8492-6b7d33e68c61", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "subnet_id": "39b7527b-8be0-4a78-8284-6c83f96eca00", "subnet_ids": ["39b7527b-8be0-4a78-8284-6c83f96eca00"], "port_id": "e74cbaa3-d3f3-41cb-937d-a9ae1eccecd3", "id": "4addeb43-fdcc-4104-9c15-df7392a309dc"} 2018-12-12 15:16:38,804 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc/remove_router_interface.json used request id req-bc78aeed-7c8a-40fe-8d18-2b4fd4aef189 2018-12-12 15:16:38,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.60658621788s 2018-12-12 15:16:38,805 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc/remove_router_interface.json used request id req-bc78aeed-7c8a-40fe-8d18-2b4fd4aef189 returning object 4addeb43-fdcc-4104-9c15-df7392a309dc 2018-12-12 15:16:38,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-12 15:16:38,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 15:16:39,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-fc97548f-9018-4ece-b146-15fc4ec53f22 Date: Wed, 12 Dec 2018 15:16:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "created_at": "2018-12-12T14:50:44Z", "admin_state_up": true, "updated_at": "2018-12-12T15:16:37Z", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "4addeb43-fdcc-4104-9c15-df7392a309dc", "name": "rally_sanity-router_d48a7733-a03c-4ad5-8da8-63c5ece31999"}]} 2018-12-12 15:16:39,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-fc97548f-9018-4ece-b146-15fc4ec53f22 2018-12-12 15:16:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.430167913437s 2018-12-12 15:16:39,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-fc97548f-9018-4ece-b146-15fc4ec53f22 2018-12-12 15:16:39,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-12 15:16:39,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 15:16:42,722 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7a81426-f08e-4552-a7bf-9dc22f2e3b0f Content-Length: 0 Date: Wed, 12 Dec 2018 15:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:16:42,722 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc.json used request id req-a7a81426-f08e-4552-a7bf-9dc22f2e3b0f 2018-12-12 15:16:42,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.48410391808s 2018-12-12 15:16:42,722 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/4addeb43-fdcc-4104-9c15-df7392a309dc.json used request id req-a7a81426-f08e-4552-a7bf-9dc22f2e3b0f 2018-12-12 15:16:42,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 15:16:42,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 15:16:42,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-32313e19-cd20-4e65-b75a-5681c6f8a2ee Date: Wed, 12 Dec 2018 15:16:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b369793-fdbf-44bc-8492-6b7d33e68c61","tenant_id":"17a5fc479c1f4ec3ac50b5db88f2eb47","created_at":"2018-12-12T14:50:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T14:50:43Z","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":"17a5fc479c1f4ec3ac50b5db88f2eb47","id":"39b7527b-8be0-4a78-8284-6c83f96eca00","subnetpool_id":null,"name":"rally_sanity-subnet_d48a7733-a03c-4ad5-8da8-63c5ece31999"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 15:16:42,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-32313e19-cd20-4e65-b75a-5681c6f8a2ee 2018-12-12 15:16:42,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.215805053711s 2018-12-12 15:16:42,939 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-32313e19-cd20-4e65-b75a-5681c6f8a2ee 2018-12-12 15:16:42,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-12 15:16:42,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/39b7527b-8be0-4a78-8284-6c83f96eca00.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 15:16:45,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-015a5135-658f-450e-aa5c-10bc4ef25d15 Date: Wed, 12 Dec 2018 15:16:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:16:45,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/39b7527b-8be0-4a78-8284-6c83f96eca00.json used request id req-015a5135-658f-450e-aa5c-10bc4ef25d15 2018-12-12 15:16:45,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3193860054s 2018-12-12 15:16:45,260 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/39b7527b-8be0-4a78-8284-6c83f96eca00.json used request id req-015a5135-658f-450e-aa5c-10bc4ef25d15 2018-12-12 15:16:45,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 15:16:45,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 15:16:45,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-ccdc2818-7ada-4012-b43c-3aa5b4c4beba Date: Wed, 12 Dec 2018 15:16:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"4b369793-fdbf-44bc-8492-6b7d33e68c61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":true,"project_id":"17a5fc479c1f4ec3ac50b5db88f2eb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:16:45Z","qos_policy_id":null,"name":"rally_sanity-net_d48a7733-a03c-4ad5-8da8-63c5ece31999","admin_state_up":true,"tenant_id":"17a5fc479c1f4ec3ac50b5db88f2eb47","created_at":"2018-12-12T14:50:42Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:16:45,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ccdc2818-7ada-4012-b43c-3aa5b4c4beba 2018-12-12 15:16:45,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0839250087738s 2018-12-12 15:16:45,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ccdc2818-7ada-4012-b43c-3aa5b4c4beba 2018-12-12 15:16:45,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-12 15:16:45,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/4b369793-fdbf-44bc-8492-6b7d33e68c61.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 15:16:46,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-79fc7e18-2825-4557-9206-b34ac658e4ad Date: Wed, 12 Dec 2018 15:16:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:16:46,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4b369793-fdbf-44bc-8492-6b7d33e68c61.json used request id req-79fc7e18-2825-4557-9206-b34ac658e4ad 2018-12-12 15:16:46,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.22522783279s 2018-12-12 15:16:46,571 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4b369793-fdbf-44bc-8492-6b7d33e68c61.json used request id req-79fc7e18-2825-4557-9206-b34ac658e4ad 2018-12-12 15:16:46,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:16:46,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 15:16:46,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-ac70a04f-5303-437b-9fcc-803b9c4d6a9f Date: Wed, 12 Dec 2018 15:16:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/086091c2-b8d3-458d-a925-7f361382d16e/snap", "metadata": {}}], "file": "/v2/images/086091c2-b8d3-458d-a925-7f361382d16e/file", "owner": "17a5fc479c1f4ec3ac50b5db88f2eb47", "id": "086091c2-b8d3-458d-a925-7f361382d16e", "size": 12716032, "self": "/v2/images/086091c2-b8d3-458d-a925-7f361382d16e", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/086091c2-b8d3-458d-a925-7f361382d16e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T14:50:52Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_d48a7733-a03c-4ad5-8da8-63c5ece31999", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T14:50:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:16:46,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ac70a04f-5303-437b-9fcc-803b9c4d6a9f 2018-12-12 15:16:46,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165175914764s 2018-12-12 15:16:46,738 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ac70a04f-5303-437b-9fcc-803b9c4d6a9f 2018-12-12 15:16:46,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 15:16:46,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/086091c2-b8d3-458d-a925-7f361382d16e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f58717ea42614aa333cc085a58b4d2a2acd0cabf" 2018-12-12 15:16:48,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27839cf3-bb61-480a-967a-c6198ef721d8 Date: Wed, 12 Dec 2018 15:16:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:16:48,675 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/086091c2-b8d3-458d-a925-7f361382d16e used request id req-27839cf3-bb61-480a-967a-c6198ef721d8 2018-12-12 15:16:48,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.93559718132s 2018-12-12 15:16:48,675 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/086091c2-b8d3-458d-a925-7f361382d16e used request id req-27839cf3-bb61-480a-967a-c6198ef721d8 2018-12-12 15:16:48,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 15:16:48,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:48,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1d4df86-ae81-4ff2-bdb3-eb4cb53da514 x-compute-request-id: req-d1d4df86-ae81-4ff2-bdb3-eb4cb53da514 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "acccc77b-51c7-44eb-afe4-eae3bd23d223", "name": "rally_sanity-flavor_d48a7733-a03c-4ad5-8da8-63c5ece31999", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 15:16:48,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d1d4df86-ae81-4ff2-bdb3-eb4cb53da514 2018-12-12 15:16:48,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.034332036972s 2018-12-12 15:16:48,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d1d4df86-ae81-4ff2-bdb3-eb4cb53da514 2018-12-12 15:16:48,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 15:16:48,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:48,766 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c47cca81-28e6-4121-a57b-7737aa870160 x-compute-request-id: req-c47cca81-28e6-4121-a57b-7737aa870160 Content-Length: 0 Content-Type: application/json 2018-12-12 15:16:48,766 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223 used request id req-c47cca81-28e6-4121-a57b-7737aa870160 2018-12-12 15:16:48,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0534429550171s 2018-12-12 15:16:48,766 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/acccc77b-51c7-44eb-afe4-eae3bd23d223 used request id req-c47cca81-28e6-4121-a57b-7737aa870160 2018-12-12 15:16:48,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:16:48,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:48,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e39b97-4c25-407c-87e4-6377e73b2918 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_d48a7733-a03c-4ad5-8da8-63c5ece31999", "links": {"self": "http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2"}, "domain_id": "default", "enabled": true, "id": "9579efa663b64b0f918be934bf83d7e2", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:16:48,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-78e39b97-4c25-407c-87e4-6377e73b2918 2018-12-12 15:16:48,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0913710594177s 2018-12-12 15:16:48,859 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-78e39b97-4c25-407c-87e4-6377e73b2918 2018-12-12 15:16:48,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:16:48,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:48,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8080ac5c-fc7c-4074-bab2-242b4d7e7f8b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2"}, "enabled": true, "id": "9579efa663b64b0f918be934bf83d7e2", "options": {}, "domain_id": "default", "name": "rally_sanity-user_d48a7733-a03c-4ad5-8da8-63c5ece31999"}} 2018-12-12 15:16:48,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2 used request id req-8080ac5c-fc7c-4074-bab2-242b4d7e7f8b 2018-12-12 15:16:48,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0913581848145s 2018-12-12 15:16:48,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2 used request id req-8080ac5c-fc7c-4074-bab2-242b4d7e7f8b 2018-12-12 15:16:48,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 15:16:48,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:49,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28ca66f8-55a8-4e33-a049-f72907c339c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:16:49,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2 used request id req-28ca66f8-55a8-4e33-a049-f72907c339c6 2018-12-12 15:16:49,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.176778078079s 2018-12-12 15:16:49,135 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9579efa663b64b0f918be934bf83d7e2 used request id req-28ca66f8-55a8-4e33-a049-f72907c339c6 2018-12-12 15:16:49,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:16:49,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:49,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-812bb96e-7453-47fc-a41b-2056a1773d02 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47"}, "enabled": true, "id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d48a7733-a03c-4ad5-8da8-63c5ece31999"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 15:16:49,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-812bb96e-7453-47fc-a41b-2056a1773d02 2018-12-12 15:16:49,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0741970539093s 2018-12-12 15:16:49,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-812bb96e-7453-47fc-a41b-2056a1773d02 2018-12-12 15:16:49,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 15:16:49,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:49,371 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0a1c4a0-f8d4-4e15-8bab-f61aa4bda892 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:16:49,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47 used request id req-a0a1c4a0-f8d4-4e15-8bab-f61aa4bda892 2018-12-12 15:16:49,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.159456968307s 2018-12-12 15:16:49,372 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/17a5fc479c1f4ec3ac50b5db88f2eb47 used request id req-a0a1c4a0-f8d4-4e15-8bab-f61aa4bda892 2018-12-12 15:16:49,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:16:49,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:49,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b669897d-84e0-499a-af25-198df16fcaea Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f884a437a1ca440a94d222d8d8cbd122", "links": {"self": "http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122"}, "name": "Member"}]} 2018-12-12 15:16:49,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b669897d-84e0-499a-af25-198df16fcaea 2018-12-12 15:16:49,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841021537781s 2018-12-12 15:16:49,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 15:16:49,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:49,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d9b16cc-20e3-403e-9730-b9c3e4093952 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:16:49,554 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f884a437a1ca440a94d222d8d8cbd122 used request id req-0d9b16cc-20e3-403e-9730-b9c3e4093952 2018-12-12 15:16:49,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0954730510712s 2018-12-12 15:16:49,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 15:16:49,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=17a5fc479c1f4ec3ac50b5db88f2eb47&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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:49,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-b498d334-a1bb-406b-bd3c-f4319bc6da59 Date: Wed, 12 Dec 2018 15:16:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "created_at": "2018-12-12T14:50:42Z", "updated_at": "2018-12-12T14:50:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:50:42Z", "revision_number": 0, "id": "39ead78e-d6fc-48dc-bfb7-ab1abdd3f54d", "remote_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "remote_ip_prefix": null, "created_at": "2018-12-12T14:50:42Z", "security_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:50:42Z", "revision_number": 0, "id": "a08a07cd-ff6b-44a3-8c4a-b06fdcf741c2", "remote_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "remote_ip_prefix": null, "created_at": "2018-12-12T14:50:42Z", "security_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:50:42Z", "revision_number": 0, "id": "b03649ad-22d8-4898-9db1-01eb7df498d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:50:42Z", "security_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:50:42Z", "revision_number": 0, "id": "d2ac62f4-c12e-4568-9e46-a99beb26d6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:50:42Z", "security_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47"}], "revision_number": 4, "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "name": "default"}]} 2018-12-12 15:16:49,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=17a5fc479c1f4ec3ac50b5db88f2eb47&name=default used request id req-b498d334-a1bb-406b-bd3c-f4319bc6da59 2018-12-12 15:16:49,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19721698761s 2018-12-12 15:16:49,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=17a5fc479c1f4ec3ac50b5db88f2eb47&name=default used request id req-b498d334-a1bb-406b-bd3c-f4319bc6da59 2018-12-12 15:16:49,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 15:16:49,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:49,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f18864dd-901d-4577-a393-9030aca027af Date: Wed, 12 Dec 2018 15:16:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "created_at": "2018-12-12T14:50:42Z", "updated_at": "2018-12-12T14:50:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:50:42Z", "revision_number": 0, "id": "39ead78e-d6fc-48dc-bfb7-ab1abdd3f54d", "remote_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "remote_ip_prefix": null, "created_at": "2018-12-12T14:50:42Z", "security_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:50:42Z", "revision_number": 0, "id": "d2ac62f4-c12e-4568-9e46-a99beb26d6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:50:42Z", "security_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:50:42Z", "revision_number": 0, "id": "b03649ad-22d8-4898-9db1-01eb7df498d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:50:42Z", "security_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:50:42Z", "revision_number": 0, "id": "a08a07cd-ff6b-44a3-8c4a-b06fdcf741c2", "remote_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "remote_ip_prefix": null, "created_at": "2018-12-12T14:50:42Z", "security_group_id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "tenant_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47"}], "revision_number": 4, "project_id": "17a5fc479c1f4ec3ac50b5db88f2eb47", "id": "157a3632-5af6-4bb3-9f58-5a7a7c4e3140", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:16:49,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f18864dd-901d-4577-a393-9030aca027af 2018-12-12 15:16:49,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193386077881s 2018-12-12 15:16:49,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f18864dd-901d-4577-a393-9030aca027af 2018-12-12 15:16:49,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 15:16:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/157a3632-5af6-4bb3-9f58-5a7a7c4e3140.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da414fb3a84390e671659a4096e6a68b81225ca" 2018-12-12 15:16:50,272 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-422e06ed-bba8-4160-95e9-3a99961d338c Content-Length: 0 Date: Wed, 12 Dec 2018 15:16:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:16:50,272 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/157a3632-5af6-4bb3-9f58-5a7a7c4e3140.json used request id req-422e06ed-bba8-4160-95e9-3a99961d338c 2018-12-12 15:16:50,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.315621137619s 2018-12-12 15:16:50,272 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/157a3632-5af6-4bb3-9f58-5a7a7c4e3140.json used request id req-422e06ed-bba8-4160-95e9-3a99961d338c 2018-12-12 15:16:50,326 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-12-12 15:16:50,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 15:16:50,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 15:16:50,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 15:16:50,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 15:16:50,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 15:16:50,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 15:16:50,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 15:16:50,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 15:16:50,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 15:16:50,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 15:16:50,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 15:16:50,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 15:16:50,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 15:16:50,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 15:16:50,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:16:50,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8cb2196-5ec3-44e0-8c35-809bb093cd8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:16:50,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e8cb2196-5ec3-44e0-8c35-809bb093cd8f 2018-12-12 15:16:50,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:16:50,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T16:16:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["7KVc2LRURBqnLgyrJ7Wfig"], "issued_at": "2018-12-12T15:16:50.000000Z"}} 2018-12-12 15:16:50,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 15:16:50,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:51,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f32e8d3c-cb32-4361-992d-ce21becd1fc6 Date: Wed, 12 Dec 2018 15:16:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:16:51,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f32e8d3c-cb32-4361-992d-ce21becd1fc6 2018-12-12 15:16:51,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241616010666s 2018-12-12 15:16:51,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f32e8d3c-cb32-4361-992d-ce21becd1fc6 2018-12-12 15:16:51,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 15:16:51,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:51,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:16:51,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:51,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b5a2f4-2a21-4ebc-b512-90282b8dea8b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 15:16:51,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-a9b5a2f4-2a21-4ebc-b512-90282b8dea8b 2018-12-12 15:16:51,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0977840423584s 2018-12-12 15:16:51,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 15:16:51,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e"}}' 2018-12-12 15:16:51,267 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4770cca3-a82b-42b6-95b9-bb8e9fd7c7c2 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.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315"}, "enabled": true, "id": "e2e7d3650a9c4ff2948260f6b76db315", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e"}} 2018-12-12 15:16:51,267 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4770cca3-a82b-42b6-95b9-bb8e9fd7c7c2 2018-12-12 15:16:51,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.111233949661s 2018-12-12 15:16:51,268 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4770cca3-a82b-42b6-95b9-bb8e9fd7c7c2 2018-12-12 15:16:51,268 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e', 'id': u'e2e7d3650a9c4ff2948260f6b76db315', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 15:16:51,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 15:16:51,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344310998917s 2018-12-12 15:16:51,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:51,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de7c961-af55-442c-88f0-db7daf86224a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3"}, "enabled": true, "id": "e2e753e2df7d4fe89727516632d5a8e3", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e"}} 2018-12-12 15:16:51,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3 used request id req-8de7c961-af55-442c-88f0-db7daf86224a 2018-12-12 15:16:51,708 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e2e753e2df7d4fe89727516632d5a8e3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e'}) 2018-12-12 15:16:51,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:16:51,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:51,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2acb3b40-3586-4778-8776-9f296783e2d1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:16:51,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2acb3b40-3586-4778-8776-9f296783e2d1 2018-12-12 15:16:51,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815739631653s 2018-12-12 15:16:51,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:16:51,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:51,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b3645b-d997-4138-be9a-a47485516ac4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:16:51,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a2b3645b-d997-4138-be9a-a47485516ac4 2018-12-12 15:16:51,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728390216827s 2018-12-12 15:16:51,865 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 15:16:51,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 15:16:51,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" -d '{"role": {"name": "Member"}}' 2018-12-12 15:16:51,973 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1740e011-3a35-4f50-9a52-33054891844f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f8a6244363447f380effa04a0ff1f3f", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f"}, "name": "Member"}} 2018-12-12 15:16:51,973 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1740e011-3a35-4f50-9a52-33054891844f 2018-12-12 15:16:51,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10728597641s 2018-12-12 15:16:51,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:51,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647410cb-99c1-4883-8a3d-e56721a9a9d0 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f"}, "domain_id": null, "name": "Member", "id": "0f8a6244363447f380effa04a0ff1f3f"}} 2018-12-12 15:16:51,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f used request id req-647410cb-99c1-4883-8a3d-e56721a9a9d0 2018-12-12 15:16:51,989 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f'}, 'domain_id': None, 'human_id': None, 'id': u'0f8a6244363447f380effa04a0ff1f3f', 'HUMAN_ID': False}) 2018-12-12 15:16:51,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:16:51,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dcb65bc-28e2-4121-9ca1-b805bac79348 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f8a6244363447f380effa04a0ff1f3f", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:16:52,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9dcb65bc-28e2-4121-9ca1-b805bac79348 2018-12-12 15:16:52,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731430053711s 2018-12-12 15:16:52,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:16:52,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f6921e-f50e-4511-a17a-1b7c2432c06b 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:16:52,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-34f6921e-f50e-4511-a17a-1b7c2432c06b 2018-12-12 15:16:52,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0840430259705s 2018-12-12 15:16:52,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:16:52,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51aa7ea-000a-4fc6-b2ca-0d2b75825e3f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e", "links": {"self": "http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3"}, "domain_id": "default", "enabled": true, "id": "e2e753e2df7d4fe89727516632d5a8e3", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:16:52,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b51aa7ea-000a-4fc6-b2ca-0d2b75825e3f 2018-12-12 15:16:52,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100791931152s 2018-12-12 15:16:52,251 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b51aa7ea-000a-4fc6-b2ca-0d2b75825e3f 2018-12-12 15:16:52,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:16:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e946273b-a1b7-4c01-8321-3dda4224733a Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315"}, "enabled": true, "id": "e2e7d3650a9c4ff2948260f6b76db315", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e"}]} 2018-12-12 15:16:52,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e946273b-a1b7-4c01-8321-3dda4224733a 2018-12-12 15:16:52,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0751609802246s 2018-12-12 15:16:52,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e946273b-a1b7-4c01-8321-3dda4224733a 2018-12-12 15:16:52,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:16:52,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&scope.project.id=e2e7d3650a9c4ff2948260f6b76db315&role.id=0f8a6244363447f380effa04a0ff1f3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eac7048-96cf-4a20-b578-049fa18802e2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&scope.project.id=e2e7d3650a9c4ff2948260f6b76db315&role.id=0f8a6244363447f380effa04a0ff1f3f", "previous": null, "next": null}} 2018-12-12 15:16:52,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&scope.project.id=e2e7d3650a9c4ff2948260f6b76db315&role.id=0f8a6244363447f380effa04a0ff1f3f used request id req-0eac7048-96cf-4a20-b578-049fa18802e2 2018-12-12 15:16:52,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.078085899353s 2018-12-12 15:16:52,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:16:52,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315/users/e2e753e2df7d4fe89727516632d5a8e3/roles/0f8a6244363447f380effa04a0ff1f3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8f0d6be-34e5-4781-9522-14025e8713a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:16:52,539 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315/users/e2e753e2df7d4fe89727516632d5a8e3/roles/0f8a6244363447f380effa04a0ff1f3f used request id req-a8f0d6be-34e5-4781-9522-14025e8713a3 2018-12-12 15:16:52,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125005960464s 2018-12-12 15:16:52,540 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e', 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': 'd330bcfe-c35d-47dd-8bdb-3d1c038550d8', 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_41daf0fb-323c-4486-a98d-1cff96cec79e', 'project_id': u'e2e7d3650a9c4ff2948260f6b76db315', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 15:16:52,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 15:16:52,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 15:16:52,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 15:16:52,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 15:16:52,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 15:16:52,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 15:16:52,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 15:16:52,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 15:16:52,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 15:16:52,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 15:16:52,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 15:16:52,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 15:16:52,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 15:16:52,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 15:16:52,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 15:16:52,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 15:16:52,545 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e', 'password': 'd330bcfe-c35d-47dd-8bdb-3d1c038550d8', 'project_name': 'refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'e2e7d3650a9c4ff2948260f6b76db315', 'project_domain_name': 'Default'} 2018-12-12 15:16:52,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:16:52,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1981d680-1d42-4ae0-98af-0183b5a95712 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f8a6244363447f380effa04a0ff1f3f", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:16:52,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1981d680-1d42-4ae0-98af-0183b5a95712 2018-12-12 15:16:52,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.076367855072s 2018-12-12 15:16:52,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:16:52,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a4f6e8e-f8b7-4070-a491-01d567f867ea Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f8a6244363447f380effa04a0ff1f3f", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:16:52,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4a4f6e8e-f8b7-4070-a491-01d567f867ea 2018-12-12 15:16:52,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825650691986s 2018-12-12 15:16:52,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:16:52,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f63ad502-f5aa-4b0c-898c-50996d79a3f3 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:16:52,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-f63ad502-f5aa-4b0c-898c-50996d79a3f3 2018-12-12 15:16:52,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0856728553772s 2018-12-12 15:16:52,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:16:52,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7737722-5d27-46c4-9a4d-c6458afe8fdf Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e", "links": {"self": "http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3"}, "domain_id": "default", "enabled": true, "id": "e2e753e2df7d4fe89727516632d5a8e3", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:16:52,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a7737722-5d27-46c4-9a4d-c6458afe8fdf 2018-12-12 15:16:52,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0894069671631s 2018-12-12 15:16:52,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a7737722-5d27-46c4-9a4d-c6458afe8fdf 2018-12-12 15:16:52,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:16:52,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:52,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd858c15-e72d-4597-abb7-9ea0efecf53a Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315"}, "enabled": true, "id": "e2e7d3650a9c4ff2948260f6b76db315", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e"}]} 2018-12-12 15:16:52,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-cd858c15-e72d-4597-abb7-9ea0efecf53a 2018-12-12 15:16:52,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0800168514252s 2018-12-12 15:16:52,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-cd858c15-e72d-4597-abb7-9ea0efecf53a 2018-12-12 15:16:52,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:16:52,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&scope.project.id=e2e7d3650a9c4ff2948260f6b76db315&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:53,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5135b868-a9ed-4d4b-97d9-175ae12f38d8 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&scope.project.id=e2e7d3650a9c4ff2948260f6b76db315&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 15:16:53,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&scope.project.id=e2e7d3650a9c4ff2948260f6b76db315&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-5135b868-a9ed-4d4b-97d9-175ae12f38d8 2018-12-12 15:16:53,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0826849937439s 2018-12-12 15:16:53,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:16:53,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315/users/e2e753e2df7d4fe89727516632d5a8e3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:53,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23b938bb-429a-4d82-8bf3-8e650693ad30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:16:53,173 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315/users/e2e753e2df7d4fe89727516632d5a8e3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-23b938bb-429a-4d82-8bf3-8e650693ad30 2018-12-12 15:16:53,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117649078369s 2018-12-12 15:16:53,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:16:53,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:53,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e9eb60b-1913-4f2c-b9fc-24481c7b27e9 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f8a6244363447f380effa04a0ff1f3f", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:16:53,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6e9eb60b-1913-4f2c-b9fc-24481c7b27e9 2018-12-12 15:16:53,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834178924561s 2018-12-12 15:16:53,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:16:53,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:53,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-707a21e5-8b39-48d5-8227-85ad137b2c3e 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:16:53,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-707a21e5-8b39-48d5-8227-85ad137b2c3e 2018-12-12 15:16:53,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0808348655701s 2018-12-12 15:16:53,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:16:53,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:53,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e18a823-385d-4a31-b745-601f025f7ee0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e", "links": {"self": "http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3"}, "domain_id": "default", "enabled": true, "id": "e2e753e2df7d4fe89727516632d5a8e3", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:16:53,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8e18a823-385d-4a31-b745-601f025f7ee0 2018-12-12 15:16:53,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102787017822s 2018-12-12 15:16:53,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8e18a823-385d-4a31-b745-601f025f7ee0 2018-12-12 15:16:53,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:16:53,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:53,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69f6daa0-22ae-47fa-9707-a7bc49a74f12 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default", "previous": null, "next": null}} 2018-12-12 15:16:53,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e2e753e2df7d4fe89727516632d5a8e3&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default used request id req-69f6daa0-22ae-47fa-9707-a7bc49a74f12 2018-12-12 15:16:53,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0861120223999s 2018-12-12 15:16:53,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:16:53,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/e2e753e2df7d4fe89727516632d5a8e3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:16:53,664 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af9ed570-d6b5-402d-9428-5aeaa221bbeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:16:53,665 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/e2e753e2df7d4fe89727516632d5a8e3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-af9ed570-d6b5-402d-9428-5aeaa221bbeb 2018-12-12 15:16:53,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128626823425s 2018-12-12 15:16:53,665 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-12 15:16:56,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-12 15:16:55.779 11196 INFO rally.deployment.engine [-] Deployment eb8570e1-ca4d-4b1f-845b-8f1fb5b4cfba | Starting: Destroy cloud and free allocated resources. 2018-12-12 15:16:55.887 11196 INFO rally.deployment.engine [-] Deployment eb8570e1-ca4d-4b1f-845b-8f1fb5b4cfba | Completed: Destroy cloud and free allocated resources. 2018-12-12 15:16:55.910 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec). 2018-12-12 15:16:55.915 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-12 15:16:58,619 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-12 15:16:58.318 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=32758027-4e2c-459e-a0d7-a8916656ebca) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 32758027-4e2c-459e-a0d7-a8916656ebca | 2018-12-12T15:16:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 32758027-4e2c-459e-a0d7-a8916656ebca ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-12-12 15:17:01,872 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-12-12 15:17:01,872 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-12 15:17:04,346 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-12 15:17:04.065 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=28cb7680-55d7-4d33-a161-81f7933274ec). 2018-12-12 15:17:04.180 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-12 15:17:08,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-12 15:17:06.444 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-12 15:17:06.582 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-12 15:17:07.833 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5009ab2a-b466-4fff-bf44-3dd489315736) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5009ab2a-b466-4fff-bf44-3dd489315736) as the default verifier for the future CLI operations. 2018-12-12 15:17:11,100 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-12-12 15:17:11,101 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:17:11,178 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-12 15:17:11,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:17:11,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a657cf-18e2-40bc-aa14-0bd427159780 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:17:11,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-13a657cf-18e2-40bc-aa14-0bd427159780 2018-12-12 15:17:11,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:17:11,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f8a6244363447f380effa04a0ff1f3f", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T16:17:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2e7d3650a9c4ff2948260f6b76db315", "name": "refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e2e7d3650a9c4ff2948260f6b76db315", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e2e7d3650a9c4ff2948260f6b76db315", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e2e7d3650a9c4ff2948260f6b76db315", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e2e7d3650a9c4ff2948260f6b76db315", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e2e7d3650a9c4ff2948260f6b76db315", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e2e7d3650a9c4ff2948260f6b76db315", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e2e7d3650a9c4ff2948260f6b76db315", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e2e7d3650a9c4ff2948260f6b76db315", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e2e7d3650a9c4ff2948260f6b76db315", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e2e7d3650a9c4ff2948260f6b76db315", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e2e7d3650a9c4ff2948260f6b76db315", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e2e7d3650a9c4ff2948260f6b76db315", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e", "id": "e2e753e2df7d4fe89727516632d5a8e3"}, "audit_ids": ["FTHCM7WzR22PQqJOTFqJCQ"], "issued_at": "2018-12-12T15:17:11.000000Z"}} 2018-12-12 15:17:11,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:17:11,587 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 15:17:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 15:17:11,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:17:11,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:17:11,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8249d3aa-90b7-4963-b5f6-4423d5542804 Date: Wed, 12 Dec 2018 15:17:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:17:11,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8249d3aa-90b7-4963-b5f6-4423d5542804 2018-12-12 15:17:11,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.254194974899s 2018-12-12 15:17:11,845 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8249d3aa-90b7-4963-b5f6-4423d5542804 2018-12-12 15:17:11,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 15:17:11,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e"}' 2018-12-12 15:17:12,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28 X-Openstack-Request-Id: req-74b0599a-eec4-4d68-b0b3-f7e733873b11 Date: Wed, 12 Dec 2018 15:17:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/file", "owner": "e2e7d3650a9c4ff2948260f6b76db315", "id": "de48fa9f-e45d-42ae-a46b-e85bb2339f28", "size": null, "self": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:17:12Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "checksum": null, "created_at": "2018-12-12T15:17:12Z", "protected": false} 2018-12-12 15:17:12,050 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-74b0599a-eec4-4d68-b0b3-f7e733873b11 2018-12-12 15:17:12,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.202601194382s 2018-12-12 15:17:12,051 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-74b0599a-eec4-4d68-b0b3-f7e733873b11 returning object de48fa9f-e45d-42ae-a46b-e85bb2339f28 2018-12-12 15:17:12,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 15:17:12,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/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}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" -d '' 2018-12-12 15:17:13,450 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3d719d3-fc19-43d5-ac5a-9e99df7875cb Date: Wed, 12 Dec 2018 15:17:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:17:13,450 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/file used request id req-f3d719d3-fc19-43d5-ac5a-9e99df7875cb 2018-12-12 15:17:13,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.39864778519s 2018-12-12 15:17:13,450 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/file used request id req-f3d719d3-fc19-43d5-ac5a-9e99df7875cb 2018-12-12 15:17:13,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:17:13,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:17:13,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-a0dd6455-b4cd-44f7-8578-c1c932aa7194 Date: Wed, 12 Dec 2018 15:17:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap", "metadata": {}}], "file": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/file", "owner": "e2e7d3650a9c4ff2948260f6b76db315", "id": "de48fa9f-e45d-42ae-a46b-e85bb2339f28", "size": 12716032, "self": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:17:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:17:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:17:13,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a0dd6455-b4cd-44f7-8578-c1c932aa7194 2018-12-12 15:17:13,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.5444419384s 2018-12-12 15:17:13,996 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a0dd6455-b4cd-44f7-8578-c1c932aa7194 2018-12-12 15:17:13,998 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap', u'metadata': Munch({})})], 'file': u'/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/file', 'owner': u'e2e7d3650a9c4ff2948260f6b76db315', 'id': u'de48fa9f-e45d-42ae-a46b-e85bb2339f28', 'size': 12716032, u'self': u'/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e2e7d3650a9c4ff2948260f6b76db315', 'name': 'refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T15:17:13Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T15:17:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e', 'created': u'2018-12-12T15:17:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T15:17:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 15:17:13,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 15:17:14,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_41daf0fb-323c-4486-a98d-1cff96cec79e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 15:17:14,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e120b431-de1d-4615-b86f-cb64ae9fa0d8 x-compute-request-id: req-e120b431-de1d-4615-b86f-cb64ae9fa0d8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "name": "refstack_defcore-flavor_41daf0fb-323c-4486-a98d-1cff96cec79e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:17:14,200 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e120b431-de1d-4615-b86f-cb64ae9fa0d8 2018-12-12 15:17:14,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.201392889023s 2018-12-12 15:17:14,201 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e120b431-de1d-4615-b86f-cb64ae9fa0d8 returning object 95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1 2018-12-12 15:17:14,201 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_41daf0fb-323c-4486-a98d-1cff96cec79e', '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'0179093643ff4edbbd51be3381013868', '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'95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1', 'swap': 0}) 2018-12-12 15:17:14,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 15:17:14,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1/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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" -d '{"extra_specs": {}}' 2018-12-12 15:17:14,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-408b78ef-4120-485b-a293-e8e7d9a5f659 x-compute-request-id: req-408b78ef-4120-485b-a293-e8e7d9a5f659 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 15:17:14,224 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1/os-extra_specs used request id req-408b78ef-4120-485b-a293-e8e7d9a5f659 2018-12-12 15:17:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215499401093s 2018-12-12 15:17:14,224 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1/os-extra_specs used request id req-408b78ef-4120-485b-a293-e8e7d9a5f659 2018-12-12 15:17:14,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:17:14,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:17:14,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:17: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:17:14,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:17:14,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:17:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1fb0dd0-25e2-4da6-a6ae-01becbb61ee4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f8a6244363447f380effa04a0ff1f3f", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:17:14,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c1fb0dd0-25e2-4da6-a6ae-01becbb61ee4 2018-12-12 15:17:14,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0970859527588s 2018-12-12 15:17:14,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-12 15:17:14,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:17:14,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-840ecb96-8843-49b3-8062-0eb5c4d9c670 x-compute-request-id: req-840ecb96-8843-49b3-8062-0eb5c4d9c670 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 143}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 161}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-12-12 15:17:14,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-840ecb96-8843-49b3-8062-0eb5c4d9c670 2018-12-12 15:17:14,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192335128784s 2018-12-12 15:17:14,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-840ecb96-8843-49b3-8062-0eb5c4d9c670 2018-12-12 15:17:14,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:17:14,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:17:14,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-5c905e1f-c8eb-4226-b829-56bfbbc33e9e Date: Wed, 12 Dec 2018 15:17:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap", "metadata": {}}], "file": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/file", "owner": "e2e7d3650a9c4ff2948260f6b76db315", "id": "de48fa9f-e45d-42ae-a46b-e85bb2339f28", "size": 12716032, "self": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:17:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:17:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:17:14,544 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5c905e1f-c8eb-4226-b829-56bfbbc33e9e 2018-12-12 15:17:14,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0237669944763s 2018-12-12 15:17:14,544 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5c905e1f-c8eb-4226-b829-56bfbbc33e9e 2018-12-12 15:17:14,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 15:17:14,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e"}' 2018-12-12 15:17:14,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a X-Openstack-Request-Id: req-aa9770e3-1df6-4de7-8c33-11407f08e032 Date: Wed, 12 Dec 2018 15:17:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/file", "owner": "e2e7d3650a9c4ff2948260f6b76db315", "id": "a217739e-8a91-4f9b-81d1-fac9ad800a8a", "size": null, "self": "/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:17:14Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e", "checksum": null, "created_at": "2018-12-12T15:17:14Z", "protected": false} 2018-12-12 15:17:14,776 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-aa9770e3-1df6-4de7-8c33-11407f08e032 2018-12-12 15:17:14,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.229943990707s 2018-12-12 15:17:14,777 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-aa9770e3-1df6-4de7-8c33-11407f08e032 returning object a217739e-8a91-4f9b-81d1-fac9ad800a8a 2018-12-12 15:17:14,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 15:17:14,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/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}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" -d '' 2018-12-12 15:17:15,914 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09f3c728-2180-4e67-86c0-909356d92207 Date: Wed, 12 Dec 2018 15:17:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:17:15,914 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/file used request id req-09f3c728-2180-4e67-86c0-909356d92207 2018-12-12 15:17:15,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.13692188263s 2018-12-12 15:17:15,915 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/file used request id req-09f3c728-2180-4e67-86c0-909356d92207 2018-12-12 15:17:15,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:17:15,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:17:16,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-53f24157-2f26-47d0-82ac-5ddb7fbfb8ec Date: Wed, 12 Dec 2018 15:17:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/snap", "metadata": {}}], "file": "/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/file", "owner": "e2e7d3650a9c4ff2948260f6b76db315", "id": "a217739e-8a91-4f9b-81d1-fac9ad800a8a", "size": 12716032, "self": "/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:17:15Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:17:14Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap", "metadata": {}}], "file": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/file", "owner": "e2e7d3650a9c4ff2948260f6b76db315", "id": "de48fa9f-e45d-42ae-a46b-e85bb2339f28", "size": 12716032, "self": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:17:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:17:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:17:16,086 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-53f24157-2f26-47d0-82ac-5ddb7fbfb8ec 2018-12-12 15:17:16,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171272993088s 2018-12-12 15:17:16,087 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-53f24157-2f26-47d0-82ac-5ddb7fbfb8ec 2018-12-12 15:17:16,090 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/file', 'owner': u'e2e7d3650a9c4ff2948260f6b76db315', 'id': u'a217739e-8a91-4f9b-81d1-fac9ad800a8a', 'size': 12716032, u'self': u'/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e2e7d3650a9c4ff2948260f6b76db315', 'name': 'refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T15:17:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T15:17:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e', 'created': u'2018-12-12T15:17:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T15:17:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_41daf0fb-323c-4486-a98d-1cff96cec79e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 15:17:16,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 15:17:16,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_41daf0fb-323c-4486-a98d-1cff96cec79e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 15:17:16,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:17:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3ea7b59-b838-42af-af1a-f0b2aa51c518 x-compute-request-id: req-b3ea7b59-b838-42af-af1a-f0b2aa51c518 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/33a6767d-e57f-420f-880b-fd9415b254ba", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/33a6767d-e57f-420f-880b-fd9415b254ba", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "33a6767d-e57f-420f-880b-fd9415b254ba", "name": "refstack_defcore-flavor_alt_41daf0fb-323c-4486-a98d-1cff96cec79e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:17:16,141 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b3ea7b59-b838-42af-af1a-f0b2aa51c518 2018-12-12 15:17:16,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0501120090485s 2018-12-12 15:17:16,141 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b3ea7b59-b838-42af-af1a-f0b2aa51c518 returning object 33a6767d-e57f-420f-880b-fd9415b254ba 2018-12-12 15:17:16,142 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_41daf0fb-323c-4486-a98d-1cff96cec79e', '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'0179093643ff4edbbd51be3381013868', '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'33a6767d-e57f-420f-880b-fd9415b254ba', 'swap': 0}) 2018-12-12 15:17:16,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 15:17:16,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/33a6767d-e57f-420f-880b-fd9415b254ba/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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" -d '{"extra_specs": {}}' 2018-12-12 15:17:16,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:17:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a79384cd-1fae-4840-920f-b311bd302947 x-compute-request-id: req-a79384cd-1fae-4840-920f-b311bd302947 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 15:17:16,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/33a6767d-e57f-420f-880b-fd9415b254ba/os-extra_specs used request id req-a79384cd-1fae-4840-920f-b311bd302947 2018-12-12 15:17:16,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208740234375s 2018-12-12 15:17:16,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/33a6767d-e57f-420f-880b-fd9415b254ba/os-extra_specs used request id req-a79384cd-1fae-4840-920f-b311bd302947 2018-12-12 15:17:16,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_41daf0fb-323c-4486-a98d-1cff96cec79e', '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'0179093643ff4edbbd51be3381013868', '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'33a6767d-e57f-420f-880b-fd9415b254ba', 'swap': 0}) 2018-12-12 15:17:19,416 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-12 15:17:18.261 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5009ab2a-b466-4fff-bf44-3dd489315736) for deployment 'opnfv-rally' (UUID=32758027-4e2c-459e-a0d7-a8916656ebca). 2018-12-12 15:17:19.242 11227 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-12 15:17:19.244 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5009ab2a-b466-4fff-bf44-3dd489315736) has been successfully configured for deployment 'opnfv-rally' (UUID=32758027-4e2c-459e-a0d7-a8916656ebca)! 2018-12-12 15:17:19,416 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-12 15:17:19,417 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-12 15:17:19,420 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-12 15:17:24,584 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-12-12 15:17:24,584 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-12-12 15:17:24,584 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-12-12 15:17:24,584 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-12-12 15:17:24,584 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-12-12 15:17:24,585 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-12-12 15:17:24,586 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-12-12 15:17:24,587 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-12-12 15:17:24,588 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-12-12 15:17:24,589 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-12-12 15:17:24,590 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-12-12 15:17:24,591 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-12-12 15:17:24,592 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-12-12 15:17:24,594 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-12 15:17:24,623 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-12 15:17:24,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-12-12 15:17:26,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:26.761 11239 INFO rally.api [-] Starting verification (UUID=f568fb7f-fbff-464c-93c7-6434d44d2a27) for deployment 'opnfv-rally' (UUID=32758027-4e2c-459e-a0d7-a8916656ebca) by verifier 'opnfv-tempest' (UUID=5009ab2a-b466-4fff-bf44-3dd489315736). 2018-12-12 15:17:26,763 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f568fb7f-fbff-464c-93c7-6434d44d2a27 2018-12-12 15:17:33,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:33.395 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.201s] 2018-12-12 15:17:33,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:33.458 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-12-12 15:17:35,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:35.343 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.178s] 2018-12-12 15:17:36,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:36.930 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.268s] 2018-12-12 15:17:47,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:47.806 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.504s] 2018-12-12 15:17:47,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:47.861 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.516s] 2018-12-12 15:17:55,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:55.420 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.063s] 2018-12-12 15:17:55,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:55.431 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-12-12 15:17:55,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:55.596 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.164s] 2018-12-12 15:17:55,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:55.608 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-12-12 15:17:55,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:55.618 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-12-12 15:17:55,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:55.649 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-12-12 15:17:55,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:55.710 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.059s] 2018-12-12 15:17:55,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:55.772 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-12-12 15:17:56,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:56.211 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.439s] 2018-12-12 15:17:56,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:56.226 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-12-12 15:17:56,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:56.294 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-12-12 15:17:59,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:17:59.118 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.055s] 2018-12-12 15:18:02,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:02.821 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.700s] 2018-12-12 15:18:02,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:02.931 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-12-12 15:18:06,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:06.340 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2018-12-12 15:18:06,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:06.415 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-12-12 15:18:06,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:06.489 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-12-12 15:18:06,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:06.841 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [18.976s] 2018-12-12 15:18:08,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:08.525 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [23.806s] 2018-12-12 15:18:09,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:09.429 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.909s] 2018-12-12 15:18:09,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:09.973 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.152s] 2018-12-12 15:18:10,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:10.137 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.164s] 2018-12-12 15:18:11,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:11.155 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.016s] 2018-12-12 15:18:11,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:11.326 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.172s] 2018-12-12 15:18:11,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:11.342 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2018-12-12 15:18:17,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:17.489 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.647s] 2018-12-12 15:18:21,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:21.453 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.913s] 2018-12-12 15:18:24,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:24.785 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.331s] 2018-12-12 15:18:28,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:28.838 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.052s] 2018-12-12 15:18:30,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:30.464 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.509s] 2018-12-12 15:18:31,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:31.162 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.697s] 2018-12-12 15:18:31,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:31.643 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.481s] 2018-12-12 15:18:32,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:32.639 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.994s] 2018-12-12 15:18:32,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:32.759 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.921s] 2018-12-12 15:18:33,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:33.144 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.506s] 2018-12-12 15:18:33,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:33.212 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.067s] 2018-12-12 15:18:33,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:33.299 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.088s] 2018-12-12 15:18:33,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:33.377 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.077s] 2018-12-12 15:18:33,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:33.454 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.077s] 2018-12-12 15:18:33,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:33.526 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.071s] 2018-12-12 15:18:33,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:33.672 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.146s] 2018-12-12 15:18:36,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:36.043 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.283s] 2018-12-12 15:18:40,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:40.612 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.568s] 2018-12-12 15:18:43,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:43.970 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.358s] 2018-12-12 15:18:47,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:47.290 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.375s] 2018-12-12 15:18:47,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:47.358 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-12-12 15:18:47,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:47.901 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.542s] 2018-12-12 15:18:47,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:47.999 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-12-12 15:18:48,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:48.000 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-12-12 15:18:49,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:49.443 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.472s] 2018-12-12 15:18:53,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:53.307 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.863s] 2018-12-12 15:18:53,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:53.449 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.142s] 2018-12-12 15:18:53,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:53.680 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.230s] 2018-12-12 15:18:53,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:53.766 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.086s] 2018-12-12 15:18:53,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:53.839 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.072s] 2018-12-12 15:18:53,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:53.934 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2018-12-12 15:18:54,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:54.212 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.276s] 2018-12-12 15:18:54,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:54.407 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.194s] 2018-12-12 15:18:54,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:54.635 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.229s] 2018-12-12 15:18:59,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:18:59.395 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.758s] 2018-12-12 15:19:06,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:06.648 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.154s] 2018-12-12 15:19:08,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:08.130 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.480s] 2018-12-12 15:19:09,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:09.129 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.999s] 2018-12-12 15:19:09,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:09.993 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.863s] 2018-12-12 15:19:11,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:11.748 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.754s] 2018-12-12 15:19:14,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:13.999 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.250s] 2018-12-12 15:19:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:14.662 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.662s] 2018-12-12 15:19:14,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:14.761 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.100s] 2018-12-12 15:19:14,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:14.785 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-12-12 15:19:14,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:14.805 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-12-12 15:19:14,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:14.960 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.155s] 2018-12-12 15:19:18,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:18.996 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.494s] 2018-12-12 15:19:22,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:22.180 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.839s] 2018-12-12 15:19:22,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:22.926 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.745s] 2018-12-12 15:19:23,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:23.447 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.274s] 2018-12-12 15:19:23,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:23.812 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.364s] 2018-12-12 15:19:35,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:35.028 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.285s] 2018-12-12 15:19:36,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:36.924 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [13.072s] 2018-12-12 15:19:40,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:40.101 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.706s] 2018-12-12 15:19:40,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:40.167 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-12-12 15:19:40,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:40.818 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.650s] 2018-12-12 15:19:40,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:40.957 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.138s] 2018-12-12 15:19:40,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:40.959 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-12-12 15:19:42,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:42.572 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.542s] 2018-12-12 15:19:48,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:19:48.022 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.099s] 2018-12-12 15:20:04,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:04.031 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.381s] 2018-12-12 15:20:04,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:04.237 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.206s] 2018-12-12 15:20:04,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:04.481 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.244s] 2018-12-12 15:20:04,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:04.872 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.390s] 2018-12-12 15:20:05,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:05.326 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.453s] 2018-12-12 15:20:05,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:05.752 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.426s] 2018-12-12 15:20:14,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:14.107 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.528s] 2018-12-12 15:20:16,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:16.161 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.054s] 2018-12-12 15:20:17,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:17.921 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [29.892s] 2018-12-12 15:20:23,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:23.699 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.757s] 2018-12-12 15:20:25,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:25.032 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.332s] 2018-12-12 15:20:29,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:29.503 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.465s] 2018-12-12 15:20:30,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:30.183 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.683s] 2018-12-12 15:20:32,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:32.001 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [55.687s] 2018-12-12 15:20:32,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:32.111 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.925s] 2018-12-12 15:20:33,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:33.009 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.898s] 2018-12-12 15:20:34,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:34.391 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.379s] 2018-12-12 15:20:34,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:34.434 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-12-12 15:20:37,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:37.121 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.198s] 2018-12-12 15:20:37,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:37.795 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.172s] 2018-12-12 15:20:44,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:44.209 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.791s] 2018-12-12 15:20:45,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:20:45.021 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.811s] 2018-12-12 15:21:02,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:02.771 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.918s] 2018-12-12 15:21:03,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:03.078 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.069s] 2018-12-12 15:21:03,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:03.811 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.040s] 2018-12-12 15:21:04,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:04.975 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.162s] 2018-12-12 15:21:05,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:05.742 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.766s] 2018-12-12 15:21:06,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:06.488 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.746s] 2018-12-12 15:21:07,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:07.113 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.624s] 2018-12-12 15:21:07,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:07.881 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.767s] 2018-12-12 15:21:08,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:08.549 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.668s] 2018-12-12 15:21:08,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:08.789 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.240s] 2018-12-12 15:21:09,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:09.379 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.589s] 2018-12-12 15:21:09,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:09.768 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.388s] 2018-12-12 15:21:10,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:10.165 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.397s] 2018-12-12 15:21:10,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:10.697 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.531s] 2018-12-12 15:21:11,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:11.627 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.928s] 2018-12-12 15:21:11,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:11.854 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.227s] 2018-12-12 15:21:12,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:12.452 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.597s] 2018-12-12 15:21:13,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:13.104 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.652s] 2018-12-12 15:21:13,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:13.628 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.522s] 2018-12-12 15:21:20,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:20.538 11239 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2018-12-12 15:21:21,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:21.356 11239 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.636s] 2018-12-12 15:21:27,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:27.441 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [42.413s] 2018-12-12 15:21:29,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:29.661 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.308s] 2018-12-12 15:21:34,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:34.812 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.149s] 2018-12-12 15:21:36,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:36.641 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.829s] 2018-12-12 15:21:36,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:36.705 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.063s] 2018-12-12 15:21:36,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:36.901 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.195s] 2018-12-12 15:21:36,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:36.951 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-12-12 15:21:37,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:37.138 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.187s] 2018-12-12 15:21:37,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:37.871 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-12-12 15:21:38,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:38.019 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.147s] 2018-12-12 15:21:38,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:38.209 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.189s] 2018-12-12 15:21:38,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:38.383 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.174s] 2018-12-12 15:21:38,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:38.414 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2018-12-12 15:21:38,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:38.628 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.213s] 2018-12-12 15:21:38,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:38.813 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.185s] 2018-12-12 15:21:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:39.006 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.192s] 2018-12-12 15:21:39,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:39.194 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.187s] 2018-12-12 15:21:39,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:39.458 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.263s] 2018-12-12 15:21:40,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:40.343 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.226s] 2018-12-12 15:21:40,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:40.689 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.346s] 2018-12-12 15:21:43,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:43.371 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.164s] 2018-12-12 15:21:52,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:52.390 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.176s] 2018-12-12 15:21:52,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:52.563 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.172s] 2018-12-12 15:21:54,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:54.177 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.090s] 2018-12-12 15:21:54,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:54.251 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.767s] 2018-12-12 15:21:54,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:54.337 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.160s] 2018-12-12 15:21:58,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:21:58.990 11239 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.331s] 2018-12-12 15:22:04,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:04.127 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.873s] 2018-12-12 15:22:07,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:07.738 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.275s] 2018-12-12 15:22:08,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:08.169 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.430s] 2018-12-12 15:22:18,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:18.177 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.049s] 2018-12-12 15:22:19,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:19.852 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.177s] 2018-12-12 15:22:20,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:20.030 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.178s] 2018-12-12 15:22:20,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:20.215 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.184s] 2018-12-12 15:22:21,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:21.062 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.845s] 2018-12-12 15:22:21,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:21.158 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.096s] 2018-12-12 15:22:21,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:21.376 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.216s] 2018-12-12 15:22:21,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:21.558 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.182s] 2018-12-12 15:22:21,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:21.609 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-12-12 15:22:21,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:21.661 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.052s] 2018-12-12 15:22:21,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:21.710 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2018-12-12 15:22:21,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:21.752 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2018-12-12 15:22:22,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:22.097 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.343s] 2018-12-12 15:22:22,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:22.174 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.077s] 2018-12-12 15:22:22,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:22.356 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.181s] 2018-12-12 15:22:22,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:22.410 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.054s] 2018-12-12 15:22:28,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:28.723 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-12-12 15:22:28,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:28.892 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.169s] 2018-12-12 15:22:29,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:29.073 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.180s] 2018-12-12 15:22:29,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:29.254 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.180s] 2018-12-12 15:22:29,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:29.270 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.016s] 2018-12-12 15:22:29,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:29.435 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.165s] 2018-12-12 15:22:29,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:29.644 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.208s] 2018-12-12 15:22:29,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:29.835 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.190s] 2018-12-12 15:22:29,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:29.996 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.160s] 2018-12-12 15:22:30,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:30.163 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.166s] 2018-12-12 15:22:30,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:30.317 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.154s] 2018-12-12 15:22:30,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:30.517 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.200s] 2018-12-12 15:22:30,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:30.784 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.266s] 2018-12-12 15:22:30,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:30.971 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.186s] 2018-12-12 15:22:31,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:31.172 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.200s] 2018-12-12 15:22:31,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:31.316 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.144s] 2018-12-12 15:22:31,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:31.505 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.188s] 2018-12-12 15:22:31,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:31.541 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.035s] 2018-12-12 15:22:31,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:31.573 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-12-12 15:22:31,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:22:31.607 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-12-12 15:22:36,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: f568fb7f-fbff-464c-93c7-6434d44d2a27 2018-12-12 15:22:36,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f568fb7f-fbff-464c-93c7-6434d44d2a27']'. 2018-12-12 15:22:37,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-12 15:22:37,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-12 15:22:37,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 15:22:37,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f568fb7f-fbff-464c-93c7-6434d44d2a27 | 2018-12-12 15:22:37,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-12 15:22:37,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-12 15:17:26 | 2018-12-12 15:22:37,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-12 15:22:36 | 2018-12-12 15:22:37,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:10 | 2018-12-12 15:22:37,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-12-12 15:22:37,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-12 15:22:37,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5009ab2a-b466-4fff-bf44-3dd489315736) | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 32758027-4e2c-459e-a0d7-a8916656ebca) | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 300.247 | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-12 15:22:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-12 15:22:37,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-12 15:22:37,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 15:22:37,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-12 15:22:37,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-12 15:22:37,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-12-12 15:22:37,591 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 15:22:37,592 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:26 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-12-12 15:22:37,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 15:22:37,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:22:39,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53316737-c2c3-41f5-a77c-3913e4694f07 Date: Wed, 12 Dec 2018 15:22:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:22:39,417 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a used request id req-53316737-c2c3-41f5-a77c-3913e4694f07 2018-12-12 15:22:39,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.81990098953s 2018-12-12 15:22:39,418 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a217739e-8a91-4f9b-81d1-fac9ad800a8a used request id req-53316737-c2c3-41f5-a77c-3913e4694f07 2018-12-12 15:22:39,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 15:22:39,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:39,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-0a35bd90-cb2e-43c0-bddd-2a29f6780910 x-compute-request-id: req-0a35bd90-cb2e-43c0-bddd-2a29f6780910 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/33a6767d-e57f-420f-880b-fd9415b254ba", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/33a6767d-e57f-420f-880b-fd9415b254ba", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "33a6767d-e57f-420f-880b-fd9415b254ba", "name": "refstack_defcore-flavor_alt_41daf0fb-323c-4486-a98d-1cff96cec79e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "name": "refstack_defcore-flavor_41daf0fb-323c-4486-a98d-1cff96cec79e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 15:22:39,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-0a35bd90-cb2e-43c0-bddd-2a29f6780910 2018-12-12 15:22:39,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.18868303299s 2018-12-12 15:22:39,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-0a35bd90-cb2e-43c0-bddd-2a29f6780910 2018-12-12 15:22:39,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 15:22:39,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/33a6767d-e57f-420f-880b-fd9415b254ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:39,653 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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-b379b12f-06b5-41c9-9c70-1e9a50c5dd74 x-compute-request-id: req-b379b12f-06b5-41c9-9c70-1e9a50c5dd74 Content-Length: 0 Content-Type: application/json 2018-12-12 15:22:39,653 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/33a6767d-e57f-420f-880b-fd9415b254ba used request id req-b379b12f-06b5-41c9-9c70-1e9a50c5dd74 2018-12-12 15:22:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0444569587708s 2018-12-12 15:22:39,653 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/33a6767d-e57f-420f-880b-fd9415b254ba used request id req-b379b12f-06b5-41c9-9c70-1e9a50c5dd74 2018-12-12 15:22:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:22:39,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:22:39,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-f6c67680-ac26-427a-abb8-f45240b28975 Date: Wed, 12 Dec 2018 15:22:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap", "metadata": {}}], "file": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/file", "owner": "e2e7d3650a9c4ff2948260f6b76db315", "id": "de48fa9f-e45d-42ae-a46b-e85bb2339f28", "size": 12716032, "self": "/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:17:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_41daf0fb-323c-4486-a98d-1cff96cec79e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:17:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:22:39,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f6c67680-ac26-427a-abb8-f45240b28975 2018-12-12 15:22:39,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185444116592s 2018-12-12 15:22:39,839 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f6c67680-ac26-427a-abb8-f45240b28975 2018-12-12 15:22:39,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 15:22:39,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0031afa2e803ecae9fa3165372bef7e0e6ebc8bf" 2018-12-12 15:22:41,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0aea9243-9b9b-4722-9ed9-f2e926bd6ed6 Date: Wed, 12 Dec 2018 15:22:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:22:41,628 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28 used request id req-0aea9243-9b9b-4722-9ed9-f2e926bd6ed6 2018-12-12 15:22:41,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.78654503822s 2018-12-12 15:22:41,628 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/de48fa9f-e45d-42ae-a46b-e85bb2339f28 used request id req-0aea9243-9b9b-4722-9ed9-f2e926bd6ed6 2018-12-12 15:22:41,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 15:22:41,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:41,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22: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-5df4b949-bbe2-4eb0-a635-4b27678c96d9 x-compute-request-id: req-5df4b949-bbe2-4eb0-a635-4b27678c96d9 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1", "name": "refstack_defcore-flavor_41daf0fb-323c-4486-a98d-1cff96cec79e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 15:22:41,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5df4b949-bbe2-4eb0-a635-4b27678c96d9 2018-12-12 15:22:41,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0345220565796s 2018-12-12 15:22:41,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5df4b949-bbe2-4eb0-a635-4b27678c96d9 2018-12-12 15:22:41,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 15:22:41,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:41,706 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:22: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-03bb665f-cf4c-4d17-821a-0f9f8c060e5a x-compute-request-id: req-03bb665f-cf4c-4d17-821a-0f9f8c060e5a Content-Length: 0 Content-Type: application/json 2018-12-12 15:22:41,706 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1 used request id req-03bb665f-cf4c-4d17-821a-0f9f8c060e5a 2018-12-12 15:22:41,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0409479141235s 2018-12-12 15:22:41,707 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/95f3e9bc-d499-4ecb-9ae4-4b2208d0c7b1 used request id req-03bb665f-cf4c-4d17-821a-0f9f8c060e5a 2018-12-12 15:22:41,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:22:41,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:41,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cafe7c26-1aa2-4ea3-9694-5fd3759d66df Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e", "links": {"self": "http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3"}, "domain_id": "default", "enabled": true, "id": "e2e753e2df7d4fe89727516632d5a8e3", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:22:41,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cafe7c26-1aa2-4ea3-9694-5fd3759d66df 2018-12-12 15:22:41,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0956029891968s 2018-12-12 15:22:41,803 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cafe7c26-1aa2-4ea3-9694-5fd3759d66df 2018-12-12 15:22:41,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:22:41,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:41,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bd9a8e1-e755-4101-adbe-c829a58cd848 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3"}, "enabled": true, "id": "e2e753e2df7d4fe89727516632d5a8e3", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_41daf0fb-323c-4486-a98d-1cff96cec79e"}} 2018-12-12 15:22:41,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3 used request id req-0bd9a8e1-e755-4101-adbe-c829a58cd848 2018-12-12 15:22:41,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110103130341s 2018-12-12 15:22:41,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3 used request id req-0bd9a8e1-e755-4101-adbe-c829a58cd848 2018-12-12 15:22:41,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 15:22:41,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:42,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-551f3d56-49c9-4e10-9b4d-881fb3c8c95d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:22:42,117 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3 used request id req-551f3d56-49c9-4e10-9b4d-881fb3c8c95d 2018-12-12 15:22:42,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.196074962616s 2018-12-12 15:22:42,117 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e2e753e2df7d4fe89727516632d5a8e3 used request id req-551f3d56-49c9-4e10-9b4d-881fb3c8c95d 2018-12-12 15:22:42,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:22:42,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:42,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf44aab6-dfad-481a-a217-6a5a84f4c7a1 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315"}, "enabled": true, "id": "e2e7d3650a9c4ff2948260f6b76db315", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_41daf0fb-323c-4486-a98d-1cff96cec79e"}]} 2018-12-12 15:22:42,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-bf44aab6-dfad-481a-a217-6a5a84f4c7a1 2018-12-12 15:22:42,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0780119895935s 2018-12-12 15:22:42,196 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-bf44aab6-dfad-481a-a217-6a5a84f4c7a1 2018-12-12 15:22:42,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 15:22:42,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:42,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:22:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a42fb5f-831d-4268-b0b1-e4d538af947d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:22:42,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315 used request id req-2a42fb5f-831d-4268-b0b1-e4d538af947d 2018-12-12 15:22:42,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.16845202446s 2018-12-12 15:22:42,367 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e2e7d3650a9c4ff2948260f6b76db315 used request id req-2a42fb5f-831d-4268-b0b1-e4d538af947d 2018-12-12 15:22:42,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:22:42,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:42,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e1c7609-37fe-46ae-81e5-b8a47136dd7f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f8a6244363447f380effa04a0ff1f3f", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:22:42,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5e1c7609-37fe-46ae-81e5-b8a47136dd7f 2018-12-12 15:22:42,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840239524841s 2018-12-12 15:22:42,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 15:22:42,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:42,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:22:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74ef545f-6816-417f-a570-283d6af388dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:22:42,567 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0f8a6244363447f380effa04a0ff1f3f used request id req-74ef545f-6816-417f-a570-283d6af388dd 2018-12-12 15:22:42,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.113439083099s 2018-12-12 15:22:42,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 15:22:42,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e2e7d3650a9c4ff2948260f6b76db315&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}0baee56c947a4c3d353b1963cee8b36bfa1fbdb0" 2018-12-12 15:22:42,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9416ff69-9652-4708-b460-98dadb740d72 Date: Wed, 12 Dec 2018 15:22:42 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:22:42,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e2e7d3650a9c4ff2948260f6b76db315&name=default used request id req-9416ff69-9652-4708-b460-98dadb740d72 2018-12-12 15:22:42,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183523178101s 2018-12-12 15:22:42,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e2e7d3650a9c4ff2948260f6b76db315&name=default used request id req-9416ff69-9652-4708-b460-98dadb740d72 2018-12-12 15:22:42,810 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-12-12 15:22:42,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 15:22:42,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 15:22:42,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 15:22:42,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 15:22:42,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 15:22:42,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 15:22:42,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 15:22:42,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 15:22:42,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 15:22:42,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 15:22:42,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 15:22:42,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 15:22:42,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 15:22:42,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 15:22:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:22:42,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42722d43-4f0c-467b-916c-5d95295d2eea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:22:42,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-42722d43-4f0c-467b-916c-5d95295d2eea 2018-12-12 15:22:42,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:22:43,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T16:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["Ins5yHr2TyulZghLjLvx3Q"], "issued_at": "2018-12-12T15:22:43.000000Z"}} 2018-12-12 15:22:43,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 15:22:43,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:43,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-dfbdcdb1-244f-4f0b-a3fe-6453f4eb1b5c Date: Wed, 12 Dec 2018 15:22:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:22:43,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dfbdcdb1-244f-4f0b-a3fe-6453f4eb1b5c 2018-12-12 15:22:43,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249799013138s 2018-12-12 15:22:43,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dfbdcdb1-244f-4f0b-a3fe-6453f4eb1b5c 2018-12-12 15:22:43,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 15:22:43,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:43,607 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:22:43,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:43,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a617c82-3669-4686-8720-7cd50c369eca Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 15:22:43,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-1a617c82-3669-4686-8720-7cd50c369eca 2018-12-12 15:22:43,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0945510864258s 2018-12-12 15:22:43,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 15:22:43,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_73b3877b-ea8c-4993-a067-5268de980159"}}' 2018-12-12 15:22:43,807 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:22:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3021975d-3099-4912-9e7f-891a0b8a89d7 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.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2"}, "enabled": true, "id": "4c777016485f48d6b8a70d2f19856fc2", "parent_id": "default", "domain_id": "default", "name": "patrole-project_73b3877b-ea8c-4993-a067-5268de980159"}} 2018-12-12 15:22:43,807 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3021975d-3099-4912-9e7f-891a0b8a89d7 2018-12-12 15:22:43,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112983942032s 2018-12-12 15:22:43,808 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3021975d-3099-4912-9e7f-891a0b8a89d7 2018-12-12 15:22:43,808 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_73b3877b-ea8c-4993-a067-5268de980159', 'id': u'4c777016485f48d6b8a70d2f19856fc2', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 15:22:43,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 15:22:44,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344797849655s 2018-12-12 15:22:44,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:44,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0d4ae7-3ce1-46f1-b60c-6d8c7e0ddbd8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd"}, "enabled": true, "id": "29d57ebd472349ac9605f9aa5ce3cefd", "options": {}, "domain_id": "default", "name": "patrole-user_73b3877b-ea8c-4993-a067-5268de980159"}} 2018-12-12 15:22:44,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd used request id req-7e0d4ae7-3ce1-46f1-b60c-6d8c7e0ddbd8 2018-12-12 15:22:44,259 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'29d57ebd472349ac9605f9aa5ce3cefd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_73b3877b-ea8c-4993-a067-5268de980159'}) 2018-12-12 15:22:44,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:22:44,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:44,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b080cc4-c82e-480a-9f87-11ce31f539d8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:22:44,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6b080cc4-c82e-480a-9f87-11ce31f539d8 2018-12-12 15:22:44,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849649906158s 2018-12-12 15:22:44,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:22:44,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:44,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f1afe05-acdb-44d1-ab22-e1cb02826afe Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:22:44,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7f1afe05-acdb-44d1-ab22-e1cb02826afe 2018-12-12 15:22:44,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0744621753693s 2018-12-12 15:22:44,421 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 15:22:44,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 15:22:44,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" -d '{"role": {"name": "Member"}}' 2018-12-12 15:22:44,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a221067d-e4f9-47d9-a845-cff257e9fd12 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b4873be6c96e407f923fddcab3a2b2e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2"}, "name": "Member"}} 2018-12-12 15:22:44,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a221067d-e4f9-47d9-a845-cff257e9fd12 2018-12-12 15:22:44,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0980179309845s 2018-12-12 15:22:44,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:44,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ec124f-e1c7-4677-9569-87c5ef25702f Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2"}, "domain_id": null, "name": "Member", "id": "b4873be6c96e407f923fddcab3a2b2e2"}} 2018-12-12 15:22:44,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2 used request id req-71ec124f-e1c7-4677-9569-87c5ef25702f 2018-12-12 15:22:44,600 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2'}, 'domain_id': None, 'human_id': None, 'id': u'b4873be6c96e407f923fddcab3a2b2e2', 'HUMAN_ID': False}) 2018-12-12 15:22:44,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:22:44,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:44,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18f8175f-a3bc-4046-a540-ddeeeae520bf Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4873be6c96e407f923fddcab3a2b2e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2"}, "name": "Member"}]} 2018-12-12 15:22:44,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-18f8175f-a3bc-4046-a540-ddeeeae520bf 2018-12-12 15:22:44,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.148679018021s 2018-12-12 15:22:44,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:22:44,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:44,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e959dbca-5ec4-41fc-8258-0f9ff0048456 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:22:44,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-e959dbca-5ec4-41fc-8258-0f9ff0048456 2018-12-12 15:22:44,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0816860198975s 2018-12-12 15:22:44,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:22:44,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:44,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c7cb052-925c-467d-9201-bf0d44eb534e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_73b3877b-ea8c-4993-a067-5268de980159", "links": {"self": "http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd"}, "domain_id": "default", "enabled": true, "id": "29d57ebd472349ac9605f9aa5ce3cefd", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:22:44,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9c7cb052-925c-467d-9201-bf0d44eb534e 2018-12-12 15:22:44,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0964698791504s 2018-12-12 15:22:44,930 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9c7cb052-925c-467d-9201-bf0d44eb534e 2018-12-12 15:22:44,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:22:44,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad2a08c-bfa7-4256-8447-9f83eebc4dca Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2"}, "enabled": true, "id": "4c777016485f48d6b8a70d2f19856fc2", "parent_id": "default", "domain_id": "default", "name": "patrole-project_73b3877b-ea8c-4993-a067-5268de980159"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 15:22:45,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-dad2a08c-bfa7-4256-8447-9f83eebc4dca 2018-12-12 15:22:45,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0739231109619s 2018-12-12 15:22:45,011 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-dad2a08c-bfa7-4256-8447-9f83eebc4dca 2018-12-12 15:22:45,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:22:45,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&scope.project.id=4c777016485f48d6b8a70d2f19856fc2&role.id=b4873be6c96e407f923fddcab3a2b2e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc1626e1-5e33-456b-bbb5-dd47d29cb80a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&scope.project.id=4c777016485f48d6b8a70d2f19856fc2&role.id=b4873be6c96e407f923fddcab3a2b2e2", "previous": null, "next": null}} 2018-12-12 15:22:45,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&scope.project.id=4c777016485f48d6b8a70d2f19856fc2&role.id=b4873be6c96e407f923fddcab3a2b2e2 used request id req-bc1626e1-5e33-456b-bbb5-dd47d29cb80a 2018-12-12 15:22:45,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0897309780121s 2018-12-12 15:22:45,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:22:45,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2/users/29d57ebd472349ac9605f9aa5ce3cefd/roles/b4873be6c96e407f923fddcab3a2b2e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,216 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a855a375-ce76-4f4c-839d-89a4265737f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:22:45,216 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2/users/29d57ebd472349ac9605f9aa5ce3cefd/roles/b4873be6c96e407f923fddcab3a2b2e2 used request id req-a855a375-ce76-4f4c-839d-89a4265737f5 2018-12-12 15:22:45,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112529993057s 2018-12-12 15:22:45,217 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_73b3877b-ea8c-4993-a067-5268de980159', 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': '4c399b37-dc87-460b-a317-2838721c0391', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_73b3877b-ea8c-4993-a067-5268de980159', 'project_id': u'4c777016485f48d6b8a70d2f19856fc2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 15:22:45,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 15:22:45,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 15:22:45,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 15:22:45,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 15:22:45,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 15:22:45,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 15:22:45,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 15:22:45,222 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_73b3877b-ea8c-4993-a067-5268de980159', 'password': '4c399b37-dc87-460b-a317-2838721c0391', 'project_name': 'patrole-project_73b3877b-ea8c-4993-a067-5268de980159', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '4c777016485f48d6b8a70d2f19856fc2', 'project_domain_name': 'Default'} 2018-12-12 15:22:45,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:22:45,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-161f9a8c-38ce-4bb4-abcc-8c9d7e109f63 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4873be6c96e407f923fddcab3a2b2e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2"}, "name": "Member"}]} 2018-12-12 15:22:45,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-161f9a8c-38ce-4bb4-abcc-8c9d7e109f63 2018-12-12 15:22:45,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0747191905975s 2018-12-12 15:22:45,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:22:45,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88b80fa-bb04-42e5-986d-4e4d3d3b05be Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4873be6c96e407f923fddcab3a2b2e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2"}, "name": "Member"}]} 2018-12-12 15:22:45,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f88b80fa-bb04-42e5-986d-4e4d3d3b05be 2018-12-12 15:22:45,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0872678756714s 2018-12-12 15:22:45,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:22:45,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec69a79-2b1b-48b2-929b-4422e10900d5 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:22:45,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-5ec69a79-2b1b-48b2-929b-4422e10900d5 2018-12-12 15:22:45,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0798268318176s 2018-12-12 15:22:45,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:22:45,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914b8ad9-f947-43f3-bf97-17dd58d25059 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_73b3877b-ea8c-4993-a067-5268de980159", "links": {"self": "http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd"}, "domain_id": "default", "enabled": true, "id": "29d57ebd472349ac9605f9aa5ce3cefd", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:22:45,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-914b8ad9-f947-43f3-bf97-17dd58d25059 2018-12-12 15:22:45,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0925688743591s 2018-12-12 15:22:45,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-914b8ad9-f947-43f3-bf97-17dd58d25059 2018-12-12 15:22:45,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:22:45,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d235796-f9f1-46f1-8c4f-6ab58b410f83 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2"}, "enabled": true, "id": "4c777016485f48d6b8a70d2f19856fc2", "parent_id": "default", "domain_id": "default", "name": "patrole-project_73b3877b-ea8c-4993-a067-5268de980159"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 15:22:45,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-0d235796-f9f1-46f1-8c4f-6ab58b410f83 2018-12-12 15:22:45,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.080600976944s 2018-12-12 15:22:45,648 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-0d235796-f9f1-46f1-8c4f-6ab58b410f83 2018-12-12 15:22:45,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:22:45,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&scope.project.id=4c777016485f48d6b8a70d2f19856fc2&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d028222-99a0-4c52-ba9c-635e8f45ee0a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&scope.project.id=4c777016485f48d6b8a70d2f19856fc2&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 15:22:45,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&scope.project.id=4c777016485f48d6b8a70d2f19856fc2&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-6d028222-99a0-4c52-ba9c-635e8f45ee0a 2018-12-12 15:22:45,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.085541009903s 2018-12-12 15:22:45,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:22:45,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2/users/29d57ebd472349ac9605f9aa5ce3cefd/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-719a08af-d071-4b95-87f3-c7a64578f542 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:22:45,857 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2/users/29d57ebd472349ac9605f9aa5ce3cefd/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-719a08af-d071-4b95-87f3-c7a64578f542 2018-12-12 15:22:45,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120330095291s 2018-12-12 15:22:45,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:22:45,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:45,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2983b6f8-cd5c-45cc-a46a-e9b75a522e7b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4873be6c96e407f923fddcab3a2b2e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2"}, "name": "Member"}]} 2018-12-12 15:22:45,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2983b6f8-cd5c-45cc-a46a-e9b75a522e7b 2018-12-12 15:22:45,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.083240032196s 2018-12-12 15:22:45,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:22:45,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:46,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39749034-362a-40f4-b743-66d74124a27d 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:22:46,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-39749034-362a-40f4-b743-66d74124a27d 2018-12-12 15:22:46,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0801918506622s 2018-12-12 15:22:46,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:22:46,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:46,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5811952d-ccd8-40d1-ab7c-b5413961660d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_73b3877b-ea8c-4993-a067-5268de980159", "links": {"self": "http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd"}, "domain_id": "default", "enabled": true, "id": "29d57ebd472349ac9605f9aa5ce3cefd", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:22:46,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5811952d-ccd8-40d1-ab7c-b5413961660d 2018-12-12 15:22:46,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0905499458313s 2018-12-12 15:22:46,114 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5811952d-ccd8-40d1-ab7c-b5413961660d 2018-12-12 15:22:46,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:22:46,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:46,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8b9cbb-9110-4f5b-bbd1-1ea2ac4c34a7 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default", "previous": null, "next": null}} 2018-12-12 15:22:46,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=29d57ebd472349ac9605f9aa5ce3cefd&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default used request id req-1e8b9cbb-9110-4f5b-bbd1-1ea2ac4c34a7 2018-12-12 15:22:46,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0789649486542s 2018-12-12 15:22:46,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:22:46,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/29d57ebd472349ac9605f9aa5ce3cefd/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:22:46,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:22:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ac650ab-7857-45d9-a6a2-68d548b4e0ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:22:46,355 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/29d57ebd472349ac9605f9aa5ce3cefd/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-9ac650ab-7857-45d9-a6a2-68d548b4e0ed 2018-12-12 15:22:46,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.155570030212s 2018-12-12 15:22:46,355 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-12 15:22:48,851 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-12 15:22:48.447 11291 INFO rally.deployment.engine [-] Deployment 32758027-4e2c-459e-a0d7-a8916656ebca | Starting: Destroy cloud and free allocated resources. 2018-12-12 15:22:48.535 11291 INFO rally.deployment.engine [-] Deployment 32758027-4e2c-459e-a0d7-a8916656ebca | Completed: Destroy cloud and free allocated resources. 2018-12-12 15:22:48.583 11291 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5009ab2a-b466-4fff-bf44-3dd489315736) for deployment 'opnfv-rally'. 2018-12-12 15:22:48.606 11291 INFO rally.api [-] Deleting verification (UUID=f568fb7f-fbff-464c-93c7-6434d44d2a27). 2018-12-12 15:22:48.639 11291 INFO rally.api [-] Verification has been successfully deleted! 2018-12-12 15:22:48.639 11291 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5009ab2a-b466-4fff-bf44-3dd489315736). 2018-12-12 15:22:48.646 11291 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-12 15:22:51,279 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-12 15:22:50.973 11294 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9834256c-b9bd-4955-a8fd-832be5224f51) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9834256c-b9bd-4955-a8fd-832be5224f51 | 2018-12-12T15:22:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9834256c-b9bd-4955-a8fd-832be5224f51 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-12-12 15:22:54,641 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-12-12 15:22:54,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-12 15:22:56,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-12 15:22:56.654 11300 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5009ab2a-b466-4fff-bf44-3dd489315736). 2018-12-12 15:22:56.786 11300 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-12 15:23:00,809 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-12 15:22:58.985 11303 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-12 15:22:59.164 11303 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-12 15:23:00.601 11303 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4fff1422-3b56-4083-90b5-b2263cd8b840) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4fff1422-3b56-4083-90b5-b2263cd8b840) as the default verifier for the future CLI operations. 2018-12-12 15:23:03,861 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-12-12 15:23:03,862 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:23:03,983 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-12 15:23:03,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:23:03,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9639fef2-dd3c-4e5d-ae7f-86559f15aedf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:23:03,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9639fef2-dd3c-4e5d-ae7f-86559f15aedf 2018-12-12 15:23:03,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:23:04,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4873be6c96e407f923fddcab3a2b2e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T16:23:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c777016485f48d6b8a70d2f19856fc2", "name": "patrole-project_73b3877b-ea8c-4993-a067-5268de980159"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4c777016485f48d6b8a70d2f19856fc2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4c777016485f48d6b8a70d2f19856fc2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4c777016485f48d6b8a70d2f19856fc2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4c777016485f48d6b8a70d2f19856fc2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4c777016485f48d6b8a70d2f19856fc2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4c777016485f48d6b8a70d2f19856fc2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4c777016485f48d6b8a70d2f19856fc2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4c777016485f48d6b8a70d2f19856fc2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4c777016485f48d6b8a70d2f19856fc2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4c777016485f48d6b8a70d2f19856fc2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4c777016485f48d6b8a70d2f19856fc2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4c777016485f48d6b8a70d2f19856fc2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_73b3877b-ea8c-4993-a067-5268de980159", "id": "29d57ebd472349ac9605f9aa5ce3cefd"}, "audit_ids": ["UNE48g4KRb-SnFBLmkq9Ug"], "issued_at": "2018-12-12T15:23:04.000000Z"}} 2018-12-12 15:23:04,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:23:04,388 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 15:23:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 15:23:04,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:23:04,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:23:04,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a09afe2d-4000-49c3-b908-0da07cc54dab Date: Wed, 12 Dec 2018 15:23:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:23:04,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a09afe2d-4000-49c3-b908-0da07cc54dab 2018-12-12 15:23:04,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180289983749s 2018-12-12 15:23:04,571 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a09afe2d-4000-49c3-b908-0da07cc54dab 2018-12-12 15:23:04,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 15:23:04,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_73b3877b-ea8c-4993-a067-5268de980159"}' 2018-12-12 15:23:04,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61 X-Openstack-Request-Id: req-092cbe85-ce44-43e5-ba99-d18897d89af3 Date: Wed, 12 Dec 2018 15:23:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/file", "owner": "4c777016485f48d6b8a70d2f19856fc2", "id": "75844d39-c2b4-412c-8b4c-ca6136c15d61", "size": null, "self": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:23:04Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "checksum": null, "created_at": "2018-12-12T15:23:04Z", "protected": false} 2018-12-12 15:23:04,773 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-092cbe85-ce44-43e5-ba99-d18897d89af3 2018-12-12 15:23:04,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.200266838074s 2018-12-12 15:23:04,774 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-092cbe85-ce44-43e5-ba99-d18897d89af3 returning object 75844d39-c2b4-412c-8b4c-ca6136c15d61 2018-12-12 15:23:04,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 15:23:04,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/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}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" -d '' 2018-12-12 15:23:06,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79b2b9d8-2e0b-4c3e-be8d-12609199b3a0 Date: Wed, 12 Dec 2018 15: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-12-12 15:23:06,665 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/file used request id req-79b2b9d8-2e0b-4c3e-be8d-12609199b3a0 2018-12-12 15:23:06,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.89090490341s 2018-12-12 15:23:06,666 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/file used request id req-79b2b9d8-2e0b-4c3e-be8d-12609199b3a0 2018-12-12 15:23:06,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:23:06,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:23:06,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-6e07a29e-9959-4c27-89bd-86004d0653eb Date: Wed, 12 Dec 2018 15:23:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap", "metadata": {}}], "file": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/file", "owner": "4c777016485f48d6b8a70d2f19856fc2", "id": "75844d39-c2b4-412c-8b4c-ca6136c15d61", "size": 12716032, "self": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:23:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:23:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:23:06,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6e07a29e-9959-4c27-89bd-86004d0653eb 2018-12-12 15:23:06,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.206548929214s 2018-12-12 15:23:06,873 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6e07a29e-9959-4c27-89bd-86004d0653eb 2018-12-12 15:23:06,875 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap', u'metadata': Munch({})})], 'file': u'/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/file', 'owner': u'4c777016485f48d6b8a70d2f19856fc2', 'id': u'75844d39-c2b4-412c-8b4c-ca6136c15d61', 'size': 12716032, u'self': u'/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4c777016485f48d6b8a70d2f19856fc2', 'name': 'patrole-project_73b3877b-ea8c-4993-a067-5268de980159', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T15:23:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T15:23:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_73b3877b-ea8c-4993-a067-5268de980159', 'created': u'2018-12-12T15:23:04Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T15:23:04Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 15:23:06,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 15:23:06,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_73b3877b-ea8c-4993-a067-5268de980159", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 15:23:07,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:23:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65cd4392-c2e5-4e9f-b77b-d3842b2db021 x-compute-request-id: req-65cd4392-c2e5-4e9f-b77b-d3842b2db021 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "941d458c-5e07-4179-8cdf-bf9f9092c392", "name": "patrole-flavor_73b3877b-ea8c-4993-a067-5268de980159", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:23:07,548 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-65cd4392-c2e5-4e9f-b77b-d3842b2db021 2018-12-12 15:23:07,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.67115688324s 2018-12-12 15:23:07,548 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-65cd4392-c2e5-4e9f-b77b-d3842b2db021 returning object 941d458c-5e07-4179-8cdf-bf9f9092c392 2018-12-12 15:23:07,549 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_73b3877b-ea8c-4993-a067-5268de980159', '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'0179093643ff4edbbd51be3381013868', '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'941d458c-5e07-4179-8cdf-bf9f9092c392', 'swap': 0}) 2018-12-12 15:23:07,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 15:23:07,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392/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}467f19a5e284290d2e06144e137693afa0cded25" -d '{"extra_specs": {}}' 2018-12-12 15:23:07,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:23: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-a80bae0f-18a5-4937-9d51-4458187569a5 x-compute-request-id: req-a80bae0f-18a5-4937-9d51-4458187569a5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 15:23:07,572 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392/os-extra_specs used request id req-a80bae0f-18a5-4937-9d51-4458187569a5 2018-12-12 15:23:07,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224900245667s 2018-12-12 15:23:07,573 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392/os-extra_specs used request id req-a80bae0f-18a5-4937-9d51-4458187569a5 2018-12-12 15:23:07,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:23:07,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:23:07,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:23:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:23:07,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:23:07,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef93780-dd00-4478-a1e8-4bcefb0d4ff3 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4873be6c96e407f923fddcab3a2b2e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2"}, "name": "Member"}]} 2018-12-12 15:23:07,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3ef93780-dd00-4478-a1e8-4bcefb0d4ff3 2018-12-12 15:23:07,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0980269908905s 2018-12-12 15:23:07,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-12 15:23:07,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:23:07,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:23: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-f10e2189-cfb6-4c26-96d3-5facba89fcbb x-compute-request-id: req-f10e2189-cfb6-4c26-96d3-5facba89fcbb Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 143}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 161}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-12-12 15:23:07,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-f10e2189-cfb6-4c26-96d3-5facba89fcbb 2018-12-12 15:23:07,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.186636209488s 2018-12-12 15:23:07,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-f10e2189-cfb6-4c26-96d3-5facba89fcbb 2018-12-12 15:23:07,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:23:07,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:23:08,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-aaa45ed7-efcd-463c-9cec-bf723bde89e1 Date: Wed, 12 Dec 2018 15:23:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap", "metadata": {}}], "file": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/file", "owner": "4c777016485f48d6b8a70d2f19856fc2", "id": "75844d39-c2b4-412c-8b4c-ca6136c15d61", "size": 12716032, "self": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:23:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:23:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:23:08,040 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-aaa45ed7-efcd-463c-9cec-bf723bde89e1 2018-12-12 15:23:08,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176043987274s 2018-12-12 15:23:08,041 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-aaa45ed7-efcd-463c-9cec-bf723bde89e1 2018-12-12 15:23:08,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 15:23:08,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159"}' 2018-12-12 15:23:08,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d X-Openstack-Request-Id: req-acf7a2ae-60c8-4a28-9d1d-c042186c155b Date: Wed, 12 Dec 2018 15:23:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d/file", "owner": "4c777016485f48d6b8a70d2f19856fc2", "id": "5d7c5592-865c-415f-aedd-80b2de2de47d", "size": null, "self": "/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:23:08Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159", "checksum": null, "created_at": "2018-12-12T15:23:08Z", "protected": false} 2018-12-12 15:23:08,677 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-acf7a2ae-60c8-4a28-9d1d-c042186c155b 2018-12-12 15:23:08,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.634452104568s 2018-12-12 15:23:08,678 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-acf7a2ae-60c8-4a28-9d1d-c042186c155b returning object 5d7c5592-865c-415f-aedd-80b2de2de47d 2018-12-12 15:23:08,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 15:23:08,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d/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}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" -d '' 2018-12-12 15:23:10,840 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-56520d9c-2845-4152-8f8d-3b729c4752b2 Date: Wed, 12 Dec 2018 15:23:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:23:10,840 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d/file used request id req-56520d9c-2845-4152-8f8d-3b729c4752b2 2018-12-12 15:23:10,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.1615319252s 2018-12-12 15:23:10,841 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d/file used request id req-56520d9c-2845-4152-8f8d-3b729c4752b2 2018-12-12 15:23:10,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:23:10,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:23:11,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-6dab3bd9-6cae-4299-ac8f-50ac59ac79d8 Date: Wed, 12 Dec 2018 15:23:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5d7c5592-865c-415f-aedd-80b2de2de47d/snap", "metadata": {}}], "file": "/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d/file", "owner": "4c777016485f48d6b8a70d2f19856fc2", "id": "5d7c5592-865c-415f-aedd-80b2de2de47d", "size": 12716032, "self": "/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5d7c5592-865c-415f-aedd-80b2de2de47d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:23:10Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:23:08Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap", "metadata": {}}], "file": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/file", "owner": "4c777016485f48d6b8a70d2f19856fc2", "id": "75844d39-c2b4-412c-8b4c-ca6136c15d61", "size": 12716032, "self": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:23:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:23:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:23:11,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6dab3bd9-6cae-4299-ac8f-50ac59ac79d8 2018-12-12 15:23:11,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185497045517s 2018-12-12 15:23:11,027 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6dab3bd9-6cae-4299-ac8f-50ac59ac79d8 2018-12-12 15:23:11,030 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5d7c5592-865c-415f-aedd-80b2de2de47d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d/file', 'owner': u'4c777016485f48d6b8a70d2f19856fc2', 'id': u'5d7c5592-865c-415f-aedd-80b2de2de47d', 'size': 12716032, u'self': u'/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4c777016485f48d6b8a70d2f19856fc2', 'name': 'patrole-project_73b3877b-ea8c-4993-a067-5268de980159', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5d7c5592-865c-415f-aedd-80b2de2de47d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T15:23:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T15:23:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159', 'created': u'2018-12-12T15:23:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T15:23:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_73b3877b-ea8c-4993-a067-5268de980159', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 15:23:11,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 15:23:11,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_73b3877b-ea8c-4993-a067-5268de980159", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 15:23:11,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:23:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db565b50-e5a1-4ac7-a43e-5cee2e214d2d x-compute-request-id: req-db565b50-e5a1-4ac7-a43e-5cee2e214d2d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3c3def70-3fb9-44c3-839c-a50bdadee15a", "name": "patrole-flavor_alt_73b3877b-ea8c-4993-a067-5268de980159", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:23:11,075 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-db565b50-e5a1-4ac7-a43e-5cee2e214d2d 2018-12-12 15:23:11,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0439491271973s 2018-12-12 15:23:11,075 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-db565b50-e5a1-4ac7-a43e-5cee2e214d2d returning object 3c3def70-3fb9-44c3-839c-a50bdadee15a 2018-12-12 15:23:11,076 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_73b3877b-ea8c-4993-a067-5268de980159', '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'0179093643ff4edbbd51be3381013868', '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'3c3def70-3fb9-44c3-839c-a50bdadee15a', 'swap': 0}) 2018-12-12 15:23:11,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 15:23:11,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a/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}467f19a5e284290d2e06144e137693afa0cded25" -d '{"extra_specs": {}}' 2018-12-12 15:23:11,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:23:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88eded9e-899c-41dc-9752-5946ad7eebb2 x-compute-request-id: req-88eded9e-899c-41dc-9752-5946ad7eebb2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 15:23:11,097 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a/os-extra_specs used request id req-88eded9e-899c-41dc-9752-5946ad7eebb2 2018-12-12 15:23:11,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201671123505s 2018-12-12 15:23:11,097 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a/os-extra_specs used request id req-88eded9e-899c-41dc-9752-5946ad7eebb2 2018-12-12 15:23:11,098 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_73b3877b-ea8c-4993-a067-5268de980159', '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'0179093643ff4edbbd51be3381013868', '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'3c3def70-3fb9-44c3-839c-a50bdadee15a', 'swap': 0}) 2018-12-12 15:23:14,268 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-12 15:23:13.206 11322 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4fff1422-3b56-4083-90b5-b2263cd8b840) for deployment 'opnfv-rally' (UUID=9834256c-b9bd-4955-a8fd-832be5224f51). 2018-12-12 15:23:14.065 11322 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-12 15:23:14.068 11322 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4fff1422-3b56-4083-90b5-b2263cd8b840) has been successfully configured for deployment 'opnfv-rally' (UUID=9834256c-b9bd-4955-a8fd-832be5224f51)! 2018-12-12 15:23:14,268 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-12 15:23:14,268 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-12 15:23:14,270 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-12 15:23:14,291 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-12 15:23:18,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4fff1422-3b56-4083-90b5-b2263cd8b840/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-12-12 15:23:18,213 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-12 15:23:18,230 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-12 15:23:18,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-12-12 15:23:20,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 15:23:20.364 11331 INFO rally.api [-] Starting verification (UUID=9240c9c3-2b95-45ec-a825-9f7f9d7a6730) for deployment 'opnfv-rally' (UUID=9834256c-b9bd-4955-a8fd-832be5224f51) by verifier 'opnfv-tempest' (UUID=4fff1422-3b56-4083-90b5-b2263cd8b840). 2018-12-12 15:23:20,366 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9240c9c3-2b95-45ec-a825-9f7f9d7a6730 2018-12-12 15:25:41,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9240c9c3-2b95-45ec-a825-9f7f9d7a6730 2018-12-12 15:25:41,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9240c9c3-2b95-45ec-a825-9f7f9d7a6730']'. 2018-12-12 15:25:42,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-12 15:25:42,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-12 15:25:42,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 15:25:42,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9240c9c3-2b95-45ec-a825-9f7f9d7a6730 | 2018-12-12 15:25:42,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-12 15:25:42,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-12 15:23:20 | 2018-12-12 15:25:42,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-12 15:25:41 | 2018-12-12 15:25:42,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:21 | 2018-12-12 15:25:42,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4fff1422-3b56-4083-90b5-b2263cd8b840) | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9834256c-b9bd-4955-a8fd-832be5224f51) | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 132.987 | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-12 15:25:42,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-12 15:25:42,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 15:25:42,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-12 15:25:42,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-12 15:25:42,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-12-12 15:25:43,089 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 15:25:43,089 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-12 15:25:43,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 15:25:43,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:25:44,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7339357d-c76e-4b90-abca-e69bc2978a45 Date: Wed, 12 Dec 2018 15:25:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:25:44,844 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d used request id req-7339357d-c76e-4b90-abca-e69bc2978a45 2018-12-12 15:25:44,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.75061297417s 2018-12-12 15:25:44,844 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5d7c5592-865c-415f-aedd-80b2de2de47d used request id req-7339357d-c76e-4b90-abca-e69bc2978a45 2018-12-12 15:25:44,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 15:25:44,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:44,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-4eb71ef5-8d30-4af2-84db-15f7438e09d8 x-compute-request-id: req-4eb71ef5-8d30-4af2-84db-15f7438e09d8 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3c3def70-3fb9-44c3-839c-a50bdadee15a", "name": "patrole-flavor_alt_73b3877b-ea8c-4993-a067-5268de980159", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "941d458c-5e07-4179-8cdf-bf9f9092c392", "name": "patrole-flavor_73b3877b-ea8c-4993-a067-5268de980159", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 15:25:44,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-4eb71ef5-8d30-4af2-84db-15f7438e09d8 2018-12-12 15:25:44,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0396630764008s 2018-12-12 15:25:44,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-4eb71ef5-8d30-4af2-84db-15f7438e09d8 2018-12-12 15:25:44,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 15:25:44,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:44,935 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-1ea40049-b86e-45d6-b0af-f63de2b97929 x-compute-request-id: req-1ea40049-b86e-45d6-b0af-f63de2b97929 Content-Length: 0 Content-Type: application/json 2018-12-12 15:25:44,935 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a used request id req-1ea40049-b86e-45d6-b0af-f63de2b97929 2018-12-12 15:25:44,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0482559204102s 2018-12-12 15:25:44,935 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/3c3def70-3fb9-44c3-839c-a50bdadee15a used request id req-1ea40049-b86e-45d6-b0af-f63de2b97929 2018-12-12 15:25:44,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 15:25:44,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:25:45,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-dc99bd33-3bde-415a-87ca-9a660db28d8a Date: Wed, 12 Dec 2018 15:25:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap", "metadata": {}}], "file": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/file", "owner": "4c777016485f48d6b8a70d2f19856fc2", "id": "75844d39-c2b4-412c-8b4c-ca6136c15d61", "size": 12716032, "self": "/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/75844d39-c2b4-412c-8b4c-ca6136c15d61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T15:23:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_73b3877b-ea8c-4993-a067-5268de980159", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T15:23:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 15:25:45,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-dc99bd33-3bde-415a-87ca-9a660db28d8a 2018-12-12 15:25:45,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.560585975647s 2018-12-12 15:25:45,497 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-dc99bd33-3bde-415a-87ca-9a660db28d8a 2018-12-12 15:25:45,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 15:25:45,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}571f39ff45484cf2dc21d67b3c9d2aff33f1312e" 2018-12-12 15:25:47,130 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74808845-2d85-4876-ae16-7c0907e92798 Date: Wed, 12 Dec 2018 15:25:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:25:47,131 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61 used request id req-74808845-2d85-4876-ae16-7c0907e92798 2018-12-12 15:25:47,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.63150811195s 2018-12-12 15:25:47,131 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/75844d39-c2b4-412c-8b4c-ca6136c15d61 used request id req-74808845-2d85-4876-ae16-7c0907e92798 2018-12-12 15:25:47,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 15:25:47,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:47,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acac8a45-ccb8-4387-a57d-96ed9f9c886f x-compute-request-id: req-acac8a45-ccb8-4387-a57d-96ed9f9c886f Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "941d458c-5e07-4179-8cdf-bf9f9092c392", "name": "patrole-flavor_73b3877b-ea8c-4993-a067-5268de980159", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 15:25:47,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-acac8a45-ccb8-4387-a57d-96ed9f9c886f 2018-12-12 15:25:47,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0364570617676s 2018-12-12 15:25:47,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-acac8a45-ccb8-4387-a57d-96ed9f9c886f 2018-12-12 15:25:47,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 15:25:47,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:47,204 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07966ef8-ba39-4831-9ce1-5b8541750d60 x-compute-request-id: req-07966ef8-ba39-4831-9ce1-5b8541750d60 Content-Length: 0 Content-Type: application/json 2018-12-12 15:25:47,204 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392 used request id req-07966ef8-ba39-4831-9ce1-5b8541750d60 2018-12-12 15:25:47,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0341441631317s 2018-12-12 15:25:47,205 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/941d458c-5e07-4179-8cdf-bf9f9092c392 used request id req-07966ef8-ba39-4831-9ce1-5b8541750d60 2018-12-12 15:25:47,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:25:47,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:47,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b20f74-4125-4c82-b510-8429a4381dab Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_73b3877b-ea8c-4993-a067-5268de980159", "links": {"self": "http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd"}, "domain_id": "default", "enabled": true, "id": "29d57ebd472349ac9605f9aa5ce3cefd", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:25:47,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b2b20f74-4125-4c82-b510-8429a4381dab 2018-12-12 15:25:47,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102933883667s 2018-12-12 15:25:47,308 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b2b20f74-4125-4c82-b510-8429a4381dab 2018-12-12 15:25:47,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:25:47,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:47,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c20a7a1b-d645-4966-ab80-995d310586f5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd"}, "enabled": true, "id": "29d57ebd472349ac9605f9aa5ce3cefd", "options": {}, "domain_id": "default", "name": "patrole-user_73b3877b-ea8c-4993-a067-5268de980159"}} 2018-12-12 15:25:47,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd used request id req-c20a7a1b-d645-4966-ab80-995d310586f5 2018-12-12 15:25:47,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0923368930817s 2018-12-12 15:25:47,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd used request id req-c20a7a1b-d645-4966-ab80-995d310586f5 2018-12-12 15:25:47,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 15:25:47,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:47,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55dbb3c9-6145-4f5c-8587-9b584aae1041 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:25:47,649 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd used request id req-55dbb3c9-6145-4f5c-8587-9b584aae1041 2018-12-12 15:25:47,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.241253137589s 2018-12-12 15:25:47,649 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/29d57ebd472349ac9605f9aa5ce3cefd used request id req-55dbb3c9-6145-4f5c-8587-9b584aae1041 2018-12-12 15:25:47,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:25:47,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:47,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6988db09-bfa0-4dc0-a02d-e208cf48c4fe Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2"}, "enabled": true, "id": "4c777016485f48d6b8a70d2f19856fc2", "parent_id": "default", "domain_id": "default", "name": "patrole-project_73b3877b-ea8c-4993-a067-5268de980159"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 15:25:47,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-6988db09-bfa0-4dc0-a02d-e208cf48c4fe 2018-12-12 15:25:47,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0870270729065s 2018-12-12 15:25:47,737 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-6988db09-bfa0-4dc0-a02d-e208cf48c4fe 2018-12-12 15:25:47,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 15:25:47,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:47,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d68ef47d-53f2-4382-94d9-e2270a61396b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:25:47,876 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2 used request id req-d68ef47d-53f2-4382-94d9-e2270a61396b 2018-12-12 15:25:47,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.136136054993s 2018-12-12 15:25:47,876 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4c777016485f48d6b8a70d2f19856fc2 used request id req-d68ef47d-53f2-4382-94d9-e2270a61396b 2018-12-12 15:25:47,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:25:47,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:47,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e33245ad-9c93-4603-b69e-6f4c5496310e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4873be6c96e407f923fddcab3a2b2e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2"}, "name": "Member"}]} 2018-12-12 15:25:47,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e33245ad-9c93-4603-b69e-6f4c5496310e 2018-12-12 15:25:47,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080775976181s 2018-12-12 15:25:47,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 15:25:47,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:48,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:25:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05a8cb53-8032-4249-b003-ce8f0396cf0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:25:48,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b4873be6c96e407f923fddcab3a2b2e2 used request id req-05a8cb53-8032-4249-b003-ce8f0396cf0f 2018-12-12 15:25:48,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.13561296463s 2018-12-12 15:25:48,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 15:25:48,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=4c777016485f48d6b8a70d2f19856fc2&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}467f19a5e284290d2e06144e137693afa0cded25" 2018-12-12 15:25:48,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-af8a426b-e890-4294-a707-585e6d1f01c6 Date: Wed, 12 Dec 2018 15:25:48 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:25:48,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=4c777016485f48d6b8a70d2f19856fc2&name=default used request id req-af8a426b-e890-4294-a707-585e6d1f01c6 2018-12-12 15:25:48,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.180069923401s 2018-12-12 15:25:48,278 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=4c777016485f48d6b8a70d2f19856fc2&name=default used request id req-af8a426b-e890-4294-a707-585e6d1f01c6 2018-12-12 15:25:48,329 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-12-12 15:25:48,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 15:25:48,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 15:25:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 15:25:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 15:25:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 15:25:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 15:25:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 15:25:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 15:25:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 15:25:48,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 15:25:48,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 15:25:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:25:48,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4210180b-a9ac-458a-8c8d-a3854c770bbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:25:48,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4210180b-a9ac-458a-8c8d-a3854c770bbd 2018-12-12 15:25:48,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:25:49,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T16:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["uiEzDACyQEyeEDQgyQASmw"], "issued_at": "2018-12-12T15:25:49.000000Z"}} 2018-12-12 15:25:49,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:49,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:25:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:25:49,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:49,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1fde1c5-7437-47fe-9b60-5a6317a90f2a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 15:25:49,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-e1fde1c5-7437-47fe-9b60-5a6317a90f2a 2018-12-12 15:25:49,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.492812871933s 2018-12-12 15:25:49,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 15:25:49,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}}' 2018-12-12 15:25:49,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:25:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b61d0cc1-30e9-456b-8d33-adc49b14dd18 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.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:25:49,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b61d0cc1-30e9-456b-8d33-adc49b14dd18 2018-12-12 15:25:49,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.115741014481s 2018-12-12 15:25:49,395 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b61d0cc1-30e9-456b-8d33-adc49b14dd18 2018-12-12 15:25:49,396 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d', 'id': u'db5183f15e684f42aa14255dc18eee48', 'description': u'Created by OPNFV Functest: snaps_smoke', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 15:25:49,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 15:25:49,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.36191701889s 2018-12-12 15:25:49,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:49,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d97971b5-d9d9-4274-8df8-6c7e8a794f15 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:25:49,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12 used request id req-d97971b5-d9d9-4274-8df8-6c7e8a794f15 2018-12-12 15:25:49,849 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd53d406b9f314bac95b0decdd24d9b12', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d'}) 2018-12-12 15:25:49,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:25:49,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:49,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa603ef-af7d-4286-9bec-060f7665fe53 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:25:49,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-aaa603ef-af7d-4286-9bec-060f7665fe53 2018-12-12 15:25:49,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0915169715881s 2018-12-12 15:25:49,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:25:49,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46f47f02-72b7-4a56-a880-66e6afdde843 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:25:50,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-46f47f02-72b7-4a56-a880-66e6afdde843 2018-12-12 15:25:50,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0760278701782s 2018-12-12 15:25:50,019 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 15:25:50,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 15:25:50,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" -d '{"role": {"name": "Member"}}' 2018-12-12 15:25:50,112 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab1eb5de-35e3-4115-9a86-edaa3417d7b5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}} 2018-12-12 15:25:50,112 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ab1eb5de-35e3-4115-9a86-edaa3417d7b5 2018-12-12 15:25:50,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0920929908752s 2018-12-12 15:25:50,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0331c3ab-15e3-4e0e-898d-006a24da9b46 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "domain_id": null, "name": "Member", "id": "9299c808453841de8439b6f6ba7212e2"}} 2018-12-12 15:25:50,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2 used request id req-0331c3ab-15e3-4e0e-898d-006a24da9b46 2018-12-12 15:25:50,199 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2'}, 'domain_id': None, 'human_id': None, 'id': u'9299c808453841de8439b6f6ba7212e2', 'HUMAN_ID': False}) 2018-12-12 15:25:50,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:25:50,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d87697-efcd-4c29-b9d1-5f87cdea64d9 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:25:50,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-55d87697-efcd-4c29-b9d1-5f87cdea64d9 2018-12-12 15:25:50,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827951431274s 2018-12-12 15:25:50,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:25:50,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d93df3a0-4042-41d6-9f16-9a97625872e7 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:25:50,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d93df3a0-4042-41d6-9f16-9a97625872e7 2018-12-12 15:25:50,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0730421543121s 2018-12-12 15:25:50,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:25:50,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef4edc4-df08-4d26-af86-0e1a3c268e95 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:25:50,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9ef4edc4-df08-4d26-af86-0e1a3c268e95 2018-12-12 15:25:50,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0352809429169s 2018-12-12 15:25:50,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9ef4edc4-df08-4d26-af86-0e1a3c268e95 2018-12-12 15:25:50,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:25:50,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddbaf3f8-5c8a-4630-b2dd-07a18860e1a7 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}]} 2018-12-12 15:25:50,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-ddbaf3f8-5c8a-4630-b2dd-07a18860e1a7 2018-12-12 15:25:50,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817670822144s 2018-12-12 15:25:50,482 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-ddbaf3f8-5c8a-4630-b2dd-07a18860e1a7 2018-12-12 15:25:50,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:25:50,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=9299c808453841de8439b6f6ba7212e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a25e4ee-9530-4d82-8c3b-b30fd90ec4d9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=9299c808453841de8439b6f6ba7212e2", "previous": null, "next": null}} 2018-12-12 15:25:50,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=9299c808453841de8439b6f6ba7212e2 used request id req-1a25e4ee-9530-4d82-8c3b-b30fd90ec4d9 2018-12-12 15:25:50,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0749859809875s 2018-12-12 15:25:50,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:25:50,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48/users/d53d406b9f314bac95b0decdd24d9b12/roles/9299c808453841de8439b6f6ba7212e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-060a7b5c-a7c4-4574-b5a1-f1d82c05ebd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:25:50,678 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48/users/d53d406b9f314bac95b0decdd24d9b12/roles/9299c808453841de8439b6f6ba7212e2 used request id req-060a7b5c-a7c4-4574-b5a1-f1d82c05ebd3 2018-12-12 15:25:50,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118473052979s 2018-12-12 15:25:50,679 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d', 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': 'cf56773f-8581-4219-8c4e-def696cc80b1', 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_2efc2be2-3ac6-487a-b82d-1fd63aaad78d', 'project_id': u'db5183f15e684f42aa14255dc18eee48', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 15:25:50,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 15:25:50,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 15:25:50,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 15:25:50,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 15:25:50,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 15:25:50,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 15:25:50,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 15:25:50,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 15:25:50,684 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d', 'password': 'cf56773f-8581-4219-8c4e-def696cc80b1', 'project_name': 'snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'db5183f15e684f42aa14255dc18eee48', 'project_domain_name': 'Default'} 2018-12-12 15:25:50,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:25:50,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4261e4e0-b08e-465f-871b-93e94c6b185b Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:25:50,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4261e4e0-b08e-465f-871b-93e94c6b185b 2018-12-12 15:25:50,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794157981873s 2018-12-12 15:25:50,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:25:50,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06daa6c2-1a7c-42b8-9910-a613588945bf Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:25:50,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-06daa6c2-1a7c-42b8-9910-a613588945bf 2018-12-12 15:25:50,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764951705933s 2018-12-12 15:25:50,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:25:50,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:50,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-473d168e-8a65-46ab-b9e2-1869f52cfa67 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:25:50,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-473d168e-8a65-46ab-b9e2-1869f52cfa67 2018-12-12 15:25:50,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0782008171082s 2018-12-12 15:25:50,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:25:50,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:51,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d4cac5-68c8-4931-a2fc-bde581d07573 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:25:51,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-70d4cac5-68c8-4931-a2fc-bde581d07573 2018-12-12 15:25:51,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0942499637604s 2018-12-12 15:25:51,017 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-70d4cac5-68c8-4931-a2fc-bde581d07573 2018-12-12 15:25:51,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:25:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:51,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-115e8369-aa1e-44e1-8f12-63c6bd7a8b6f Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}]} 2018-12-12 15:25:51,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-115e8369-aa1e-44e1-8f12-63c6bd7a8b6f 2018-12-12 15:25:51,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0763618946075s 2018-12-12 15:25:51,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-115e8369-aa1e-44e1-8f12-63c6bd7a8b6f 2018-12-12 15:25:51,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:25:51,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:51,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fad7176-5132-4612-80ac-0c98a71e7725 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 15:25:51,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-6fad7176-5132-4612-80ac-0c98a71e7725 2018-12-12 15:25:51,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791399478912s 2018-12-12 15:25:51,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:25:51,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48/users/d53d406b9f314bac95b0decdd24d9b12/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:51,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f23c39d1-eafe-49a2-85c6-b2887697a3ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:25:51,506 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48/users/d53d406b9f314bac95b0decdd24d9b12/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-f23c39d1-eafe-49a2-85c6-b2887697a3ed 2018-12-12 15:25:51,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.324723958969s 2018-12-12 15:25:51,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:25:51,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:51,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f528a07f-132e-4e28-be81-f81275a7b26d Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 15:25:51,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f528a07f-132e-4e28-be81-f81275a7b26d 2018-12-12 15:25:51,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752148628235s 2018-12-12 15:25:51,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 15:25:51,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-12 15:25:51,682 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfe26d24-85a9-49ed-a263-7c02765edef7 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}} 2018-12-12 15:25:51,682 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cfe26d24-85a9-49ed-a263-7c02765edef7 2018-12-12 15:25:51,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0991048812866s 2018-12-12 15:25:51,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:51,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1999636-bed6-49d8-b8e3-c5ef2787df45 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 15:25:51,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-e1999636-bed6-49d8-b8e3-c5ef2787df45 2018-12-12 15:25:51,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 15:25:51,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:51,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75173b23-1428-45c8-acdf-725d71f86dbb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:25:51,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-75173b23-1428-45c8-acdf-725d71f86dbb 2018-12-12 15:25:51,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0727269649506s 2018-12-12 15:25:51,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 15:25:51,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:51,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-055a21a4-9616-4e5e-9634-61c313ed5d4e 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 15:25:51,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-055a21a4-9616-4e5e-9634-61c313ed5d4e 2018-12-12 15:25:51,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0809030532837s 2018-12-12 15:25:51,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 15:25:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:52,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20db2b5b-f4d5-46f3-a514-c49e04db9d7c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:25:52,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-20db2b5b-f4d5-46f3-a514-c49e04db9d7c 2018-12-12 15:25:52,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0986268520355s 2018-12-12 15:25:52,024 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-20db2b5b-f4d5-46f3-a514-c49e04db9d7c 2018-12-12 15:25:52,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 15:25:52,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:52,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91ee9004-fef6-4eb2-97fb-9c521236dbe7 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}]} 2018-12-12 15:25:52,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-91ee9004-fef6-4eb2-97fb-9c521236dbe7 2018-12-12 15:25:52,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.082720041275s 2018-12-12 15:25:52,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-91ee9004-fef6-4eb2-97fb-9c521236dbe7 2018-12-12 15:25:52,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 15:25:52,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:52,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a402a4-9ab0-433d-8a32-e9ea5b9b924c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=e8c8590d1f254077b29715df32c522d0", "previous": null, "next": null}} 2018-12-12 15:25:52,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=d53d406b9f314bac95b0decdd24d9b12&scope.project.id=db5183f15e684f42aa14255dc18eee48&role.id=e8c8590d1f254077b29715df32c522d0 used request id req-36a402a4-9ab0-433d-8a32-e9ea5b9b924c 2018-12-12 15:25:52,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0817050933838s 2018-12-12 15:25:52,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 15:25:52,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48/users/d53d406b9f314bac95b0decdd24d9b12/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 15:25:52,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:25:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75c7fd3e-f7f8-4802-a3e8-700751617813 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:25:52,319 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48/users/d53d406b9f314bac95b0decdd24d9b12/roles/e8c8590d1f254077b29715df32c522d0 used request id req-75c7fd3e-f7f8-4802-a3e8-700751617813 2018-12-12 15:25:52,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122020959854s 2018-12-12 15:25:52,319 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-12 15:25:52,319 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-12 15:25:52,320 - openstack_tests - INFO - OS Credentials = > 2018-12-12 15:25:52,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:52,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:25:52,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["dITrXcw1QwebWgaPqLao4A"], "issued_at": "2018-12-12T15:25:52.000000Z"}} 2018-12-12 15:25:52,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de255249b9bf225327b0fff8f638dd53b47d2db8" 2018-12-12 15:25:52,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-aac02c85-508f-4e98-ad97-130089c6ad8c Date: Wed, 12 Dec 2018 15:25:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:25:52,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-aac02c85-508f-4e98-ad97-130089c6ad8c 2018-12-12 15:25:52,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de255249b9bf225327b0fff8f638dd53b47d2db8" 2018-12-12 15:25:53,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-332f662c-3dca-4362-a01b-f3ca497ccff4 Date: Wed, 12 Dec 2018 15:25:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 15:25:53,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-332f662c-3dca-4362-a01b-f3ca497ccff4 2018-12-12 15:25:53,157 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-12 15:25:53,157 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-12-12 15:25:53,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,187 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,187 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,189 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,189 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:25:53,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:25:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["s3kChpIkRUu7Y0iSwKoARA"], "issued_at": "2018-12-12T15:25:53.000000Z"}} 2018-12-12 15:25:53,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7261040e4e221d8bdc40d0365a1b933784bf3f39" 2018-12-12 15:25:53,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a263c8-d1fc-4279-9ce7-1c3d4ff73358 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:25:53,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e2a263c8-d1fc-4279-9ce7-1c3d4ff73358 2018-12-12 15:25:53,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:53,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:25:54,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:25:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["lPn4emlFSs-NyU9u_oDsqw"], "issued_at": "2018-12-12T15:25:54.000000Z"}} 2018-12-12 15:25:54,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:25:54,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1da617-6fb8-4f6c-b6ab-9ff76a2d0a0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:25:54,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2b1da617-6fb8-4f6c-b6ab-9ff76a2d0a0f 2018-12-12 15:25:54,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:25:54,191 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:25: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:25:54,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2c905298-4ae2-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:25:54,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e852895-ebc2-495f-a254-76b90abfe9dd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2c905298-4ae2-438-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:25:54,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2c905298-4ae2-438-proj used request id req-4e852895-ebc2-495f-a254-76b90abfe9dd 2018-12-12 15:25:54,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:25:54,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b9cb032-bd33-45df-b109-b962fb6d21e9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:25:54,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6b9cb032-bd33-45df-b109-b962fb6d21e9 2018-12-12 15:25:54,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj"}}' 2018-12-12 15:25:54,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cebf26bc-778b-4214-a82c-12c82f3ec815 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281"}, "enabled": true, "id": "a16bedb9cb9a412fac57a233a92c5281", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj"}} 2018-12-12 15:25:54,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cebf26bc-778b-4214-a82c-12c82f3ec815 2018-12-12 15:25:54,466 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-2c905298-4ae2-438-proj 2018-12-12 15:25:54,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:54,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:25:54,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:25:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["y2EdnbvuQC-6-WJF1CMnlw"], "issued_at": "2018-12-12T15:25:54.000000Z"}} 2018-12-12 15:25:54,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d33e1dbecd35a78c6daa84f7c96085bbcc3c1a" 2018-12-12 15:25:54,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b67270-8686-4d8e-869e-f872eb931772 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:25:54,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a9b67270-8686-4d8e-869e-f872eb931772 2018-12-12 15:25:54,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:25:54,939 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:25: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:25:54,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d33e1dbecd35a78c6daa84f7c96085bbcc3c1a" 2018-12-12 15:25:55,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c4b36b7-2c98-44e7-8ef2-367ddffa7546 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:25:55,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2c4b36b7-2c98-44e7-8ef2-367ddffa7546 2018-12-12 15:25:55,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-2c905298-4ae2-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d33e1dbecd35a78c6daa84f7c96085bbcc3c1a" 2018-12-12 15:25:55,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff9599d0-e91d-4c18-8a43-cbb96c372b87 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-2c905298-4ae2-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281"}, "enabled": true, "id": "a16bedb9cb9a412fac57a233a92c5281", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj"}]} 2018-12-12 15:25:55,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-2c905298-4ae2-438-proj used request id req-ff9599d0-e91d-4c18-8a43-cbb96c372b87 2018-12-12 15:25:55,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d33e1dbecd35a78c6daa84f7c96085bbcc3c1a" 2018-12-12 15:25:55,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d24ce6d-2c2a-4a69-8297-fc652a774b59 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:25:55,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8d24ce6d-2c2a-4a69-8297-fc652a774b59 2018-12-12 15:25:55,611 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-2c905298-4ae2-438-user 2018-12-12 15:25:55,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:55,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:25:55,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44afc279-228b-48b9-b0f4-87d87d175d2f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:25:55,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-44afc279-228b-48b9-b0f4-87d87d175d2f 2018-12-12 15:25:55,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" -d '{"role": {"name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj-role"}}' 2018-12-12 15:25:55,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dca67d96-c212-4ce2-89b7-52cb326a0c09 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a71d40c871384f58ab22da833f2bc8ea", "links": {"self": "http://172.30.9.29:5000/v3/roles/a71d40c871384f58ab22da833f2bc8ea"}, "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj-role"}} 2018-12-12 15:25:55,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-dca67d96-c212-4ce2-89b7-52cb326a0c09 2018-12-12 15:25:55,832 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-2c905298-4ae2-438-proj-role 2018-12-12 15:25:55,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/a71d40c871384f58ab22da833f2bc8ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:25:55,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae3413b-d46c-4568-9faf-1e87a94bad75 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a71d40c871384f58ab22da833f2bc8ea"}, "domain_id": null, "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj-role", "id": "a71d40c871384f58ab22da833f2bc8ea"}} 2018-12-12 15:25:55,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a71d40c871384f58ab22da833f2bc8ea used request id req-4ae3413b-d46c-4568-9faf-1e87a94bad75 2018-12-12 15:25:55,915 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-2c905298-4ae2-438-proj-role to project CreateSecurityGroupTests-2c905298-4ae2-438-proj 2018-12-12 15:25:55,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281/users/7145c19390d0400eb72637a27548e198/roles/a71d40c871384f58ab22da833f2bc8ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:25:56,055 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d225a9dd-0855-45d2-bb37-df2e46c4198d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:25:56,055 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281/users/7145c19390d0400eb72637a27548e198/roles/a71d40c871384f58ab22da833f2bc8ea used request id req-d225a9dd-0855-45d2-bb37-df2e46c4198d 2018-12-12 15:25:56,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:25:56,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:25:56,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a71d40c871384f58ab22da833f2bc8ea", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj-role"}], "expires_at": "2018-12-12T16:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a16bedb9cb9a412fac57a233a92c5281", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a16bedb9cb9a412fac57a233a92c5281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a16bedb9cb9a412fac57a233a92c5281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a16bedb9cb9a412fac57a233a92c5281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a16bedb9cb9a412fac57a233a92c5281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a16bedb9cb9a412fac57a233a92c5281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a16bedb9cb9a412fac57a233a92c5281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-2c905298-4ae2-438-user", "id": "7145c19390d0400eb72637a27548e198"}, "audit_ids": ["0i1wXxGBQIu-YZVRlR0Orw"], "issued_at": "2018-12-12T15:25:56.000000Z"}} 2018-12-12 15:25:56,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:56,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e80c7e3-d4a5-48e1-89dc-3d7d63ac142f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:25:56,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3e80c7e3-d4a5-48e1-89dc-3d7d63ac142f 2018-12-12 15:25:56,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:56,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ddf8a6b9-c7d4-46a1-bcec-1e226ed27cba Date: Wed, 12 Dec 2018 15:25:56 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:25:56,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name&description=hello+group used request id req-ddf8a6b9-c7d4-46a1-bcec-1e226ed27cba 2018-12-12 15:25:56,804 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name... 2018-12-12 15:25:56,804 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name 2018-12-12 15:25:56,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" -d '{"security_group": {"name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name", "description": "hello group"}}' 2018-12-12 15:25:57,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-45c35174-2542-447f-bbb0-e63765d8cb5d Date: Wed, 12 Dec 2018 15:25:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 2, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}} 2018-12-12 15:25:57,180 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-45c35174-2542-447f-bbb0-e63765d8cb5d 2018-12-12 15:25:57,180 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:57,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:57,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-331b4c0c-c33b-4320-9df1-f90c2527ade9 Date: Wed, 12 Dec 2018 15:25:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:25:57,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-331b4c0c-c33b-4320-9df1-f90c2527ade9 2018-12-12 15:25:57,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:57,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:57,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-58348ddd-8946-4a5d-a0a2-b1b38f5b028f Date: Wed, 12 Dec 2018 15:25:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:25:57,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-58348ddd-8946-4a5d-a0a2-b1b38f5b028f 2018-12-12 15:25:57,627 - neutron_utils - INFO - Retrieving security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:57,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:57,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3d391a01-1a99-44ad-9757-9ffd3c42ce4b Date: Wed, 12 Dec 2018 15:25:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 2, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}]} 2018-12-12 15:25:57,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-3d391a01-1a99-44ad-9757-9ffd3c42ce4b 2018-12-12 15:25:57,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:57,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:57,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-840379f0-d714-491f-aa73-b3a8c6eaa7e6 Date: Wed, 12 Dec 2018 15:25:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:25:57,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-840379f0-d714-491f-aa73-b3a8c6eaa7e6 2018-12-12 15:25:57,874 - neutron_utils - INFO - Retrieving security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:57,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:57,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0253bc78-8154-439f-ba94-849088df7934 Date: Wed, 12 Dec 2018 15:25:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 2, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}]} 2018-12-12 15:25:57,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-0253bc78-8154-439f-ba94-849088df7934 2018-12-12 15:25:57,926 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:57,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:58,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4fa4d6a1-2d42-4797-95c2-56d2e21d2bd5 Date: Wed, 12 Dec 2018 15:25:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:25:58,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-4fa4d6a1-2d42-4797-95c2-56d2e21d2bd5 2018-12-12 15:25:58,116 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name 2018-12-12 15:25:58,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:58,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-284ae7d0-04d6-41a6-b7ee-27182cfdf0d5 Date: Wed, 12 Dec 2018 15:25:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 2, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}]} 2018-12-12 15:25:58,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name used request id req-284ae7d0-04d6-41a6-b7ee-27182cfdf0d5 2018-12-12 15:25:58,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:25:58,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:25:58,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:58,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9fc569-6bc7-434a-b5f2-ce3b2bf636ed Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281"}, "enabled": true, "id": "a16bedb9cb9a412fac57a233a92c5281", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj"}} 2018-12-12 15:25:58,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281 used request id req-7f9fc569-6bc7-434a-b5f2-ce3b2bf636ed 2018-12-12 15:25:58,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:58,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:58,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6e8ee9c-fb36-4688-bbc3-db86aa445a07 Date: Wed, 12 Dec 2018 15:25:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:25:58,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-d6e8ee9c-fb36-4688-bbc3-db86aa445a07 2018-12-12 15:25:58,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}1b4675ea972057c02a59e92dacccea0c14fa21d1" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6"}}' 2018-12-12 15:25:58,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-b4a8ca7d-686e-498f-9c53-d9cebf846352 Date: Wed, 12 Dec 2018 15:25:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}} 2018-12-12 15:25:58,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-b4a8ca7d-686e-498f-9c53-d9cebf846352 2018-12-12 15:25:58,904 - neutron_utils - INFO - Retrieving security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:58,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:59,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-136762a5-04b1-40bf-a40a-2145f404f472 Date: Wed, 12 Dec 2018 15:25:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "revision_number": 0, "id": "97d06719-214e-436c-a8e7-315d9bf2be1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 3, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}]} 2018-12-12 15:25:59,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-136762a5-04b1-40bf-a40a-2145f404f472 2018-12-12 15:25:59,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:59,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:25:59,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-fb27c6f7-a2d1-4e76-b4bc-9d6cec7798cb Date: Wed, 12 Dec 2018 15:25:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:25:59,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-fb27c6f7-a2d1-4e76-b4bc-9d6cec7798cb 2018-12-12 15:25:59,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:25:59,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a71d40c871384f58ab22da833f2bc8ea", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj-role"}], "expires_at": "2018-12-12T16:25:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a16bedb9cb9a412fac57a233a92c5281", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a16bedb9cb9a412fac57a233a92c5281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a16bedb9cb9a412fac57a233a92c5281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a16bedb9cb9a412fac57a233a92c5281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a16bedb9cb9a412fac57a233a92c5281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a16bedb9cb9a412fac57a233a92c5281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a16bedb9cb9a412fac57a233a92c5281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a16bedb9cb9a412fac57a233a92c5281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-2c905298-4ae2-438-user", "id": "7145c19390d0400eb72637a27548e198"}, "audit_ids": ["IGC2WQWkSt2v5hFkoL4mlA"], "issued_at": "2018-12-12T15:25:59.000000Z"}} 2018-12-12 15:25:59,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:25:59,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-c68f5c6f-865d-42f2-9267-982b2b734e3c Date: Wed, 12 Dec 2018 15:25:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "revision_number": 0, "id": "97d06719-214e-436c-a8e7-315d9bf2be1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 3, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}]} 2018-12-12 15:25:59,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name&description=hello+group used request id req-c68f5c6f-865d-42f2-9267-982b2b734e3c 2018-12-12 15:25:59,883 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:25:59,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:26:00,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-8fe6af83-4190-47e6-aac6-8236ed40ce21 Date: Wed, 12 Dec 2018 15:26:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:26:00,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-8fe6af83-4190-47e6-aac6-8236ed40ce21 2018-12-12 15:26:00,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:26:00,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:26:00,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-dbea83b6-5a72-4616-bff1-aea9b2c401fa Date: Wed, 12 Dec 2018 15:26:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:26:00,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-dbea83b6-5a72-4616-bff1-aea9b2c401fa 2018-12-12 15:26:00,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:26:00,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-fe598edf-33ad-463d-a956-fb768fb76702 Date: Wed, 12 Dec 2018 15:26:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "revision_number": 0, "id": "97d06719-214e-436c-a8e7-315d9bf2be1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 3, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}]} 2018-12-12 15:26:00,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name used request id req-fe598edf-33ad-463d-a956-fb768fb76702 2018-12-12 15:26:00,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:26:00,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:26:00,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-475f2950-8f77-4b14-b54c-544ac5ad04a0 Date: Wed, 12 Dec 2018 15:26:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:26:00,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-475f2950-8f77-4b14-b54c-544ac5ad04a0 2018-12-12 15:26:00,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:26:00,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-92a64dd5-aced-4d40-8d86-f5f11026418b Date: Wed, 12 Dec 2018 15:26:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "revision_number": 0, "id": "97d06719-214e-436c-a8e7-315d9bf2be1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 3, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}]} 2018-12-12 15:26:00,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name used request id req-92a64dd5-aced-4d40-8d86-f5f11026418b 2018-12-12 15:26:00,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:26:00,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:26:00,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9f09f6f4-e17e-4144-99ef-bd71932fcfe5 Date: Wed, 12 Dec 2018 15:26:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:26:00,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-9f09f6f4-e17e-4144-99ef-bd71932fcfe5 2018-12-12 15:26:00,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:26:00,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:26:00,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-92bee7a3-5de2-458a-a3b1-002adc3bb1a6 Date: Wed, 12 Dec 2018 15:26:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:26:00,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-92bee7a3-5de2-458a-a3b1-002adc3bb1a6 2018-12-12 15:26:00,903 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name 2018-12-12 15:26:00,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:26:00,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-d8fcc88d-f18e-44c1-9cee-8786081eabcb Date: Wed, 12 Dec 2018 15:26:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "updated_at": "2018-12-12T15:25:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "00398c80-b7c0-4a81-a688-ee5466795137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "revision_number": 0, "id": "97d06719-214e-436c-a8e7-315d9bf2be1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "revision_number": 0, "id": "a545b074-5858-4218-9de9-6f5df0c838e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 3, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "name": "CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name"}]} 2018-12-12 15:26:00,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name used request id req-d8fcc88d-f18e-44c1-9cee-8786081eabcb 2018-12-12 15:26:00,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:26:01,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ff5039-8d56-45c6-83a5-e42c2e7259dd Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281"}, "enabled": true, "id": "a16bedb9cb9a412fac57a233a92c5281", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj"}} 2018-12-12 15:26:01,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281 used request id req-00ff5039-8d56-45c6-83a5-e42c2e7259dd 2018-12-12 15:26:01,043 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:26:01,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:26:01,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-1622a952-66ca-4d96-8f90-8c41f6a64e0c Date: Wed, 12 Dec 2018 15:26:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}]} 2018-12-12 15:26:01,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-1622a952-66ca-4d96-8f90-8c41f6a64e0c 2018-12-12 15:26:01,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}1b4675ea972057c02a59e92dacccea0c14fa21d1" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6"}}' 2018-12-12 15:26:01,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-227df5e8-85a1-44ce-9c1d-188b33ad2fc3 Date: Wed, 12 Dec 2018 15:26:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:01Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:26:01Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "df5efb44-4d9d-4de3-b263-b3b12289dc03"}} 2018-12-12 15:26:01,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-227df5e8-85a1-44ce-9c1d-188b33ad2fc3 2018-12-12 15:26:01,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48beafaa-ef23-4dff-8b58-8da3d4ae26a6 2018-12-12 15:26:01,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e955237afcebe57e9c13aac47b3578efd17526e0" 2018-12-12 15:26:01,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-4e0cf6a4-dbda-4379-8f6e-aa475cd90dcf Date: Wed, 12 Dec 2018 15:26:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "00398c80-b7c0-4a81-a688-ee5466795137"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:58Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:58Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "97d06719-214e-436c-a8e7-315d9bf2be1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:57Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:57Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a545b074-5858-4218-9de9-6f5df0c838e7"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:01Z", "security_group_id": "48beafaa-ef23-4dff-8b58-8da3d4ae26a6", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:26:01Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "df5efb44-4d9d-4de3-b263-b3b12289dc03"}]} 2018-12-12 15:26:01,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-4e0cf6a4-dbda-4379-8f6e-aa475cd90dcf 2018-12-12 15:26:01,734 - neutron_utils - INFO - Deleting security group rule with ID - 97d06719-214e-436c-a8e7-315d9bf2be1a 2018-12-12 15:26:01,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/97d06719-214e-436c-a8e7-315d9bf2be1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:26:01,974 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dea8a118-75db-4cf9-a2d5-0ab17478f083 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:01,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/97d06719-214e-436c-a8e7-315d9bf2be1a used request id req-dea8a118-75db-4cf9-a2d5-0ab17478f083 2018-12-12 15:26:01,974 - neutron_utils - INFO - Deleting security group rule with ID - a545b074-5858-4218-9de9-6f5df0c838e7 2018-12-12 15:26:01,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/a545b074-5858-4218-9de9-6f5df0c838e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:26:02,219 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bffa4812-2bc2-4d2a-a41b-8ea53858bf2f Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:02,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/a545b074-5858-4218-9de9-6f5df0c838e7 used request id req-bffa4812-2bc2-4d2a-a41b-8ea53858bf2f 2018-12-12 15:26:02,219 - neutron_utils - INFO - Deleting security group rule with ID - df5efb44-4d9d-4de3-b263-b3b12289dc03 2018-12-12 15:26:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/df5efb44-4d9d-4de3-b263-b3b12289dc03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:26:02,464 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9b060b2-ff0f-463b-adef-05608c41aa1a Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:02,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/df5efb44-4d9d-4de3-b263-b3b12289dc03 used request id req-e9b060b2-ff0f-463b-adef-05608c41aa1a 2018-12-12 15:26:02,465 - neutron_utils - INFO - Deleting security group rule with ID - 00398c80-b7c0-4a81-a688-ee5466795137 2018-12-12 15:26:02,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/00398c80-b7c0-4a81-a688-ee5466795137 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:26:02,722 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-119ba193-8356-45cd-9229-2b2ea32f9d94 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:02,722 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/00398c80-b7c0-4a81-a688-ee5466795137 used request id req-119ba193-8356-45cd-9229-2b2ea32f9d94 2018-12-12 15:26:02,723 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-cc79727d-ea7c-498a-8f9f-37cf301870c7name 2018-12-12 15:26:02,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/48beafaa-ef23-4dff-8b58-8da3d4ae26a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b4675ea972057c02a59e92dacccea0c14fa21d1" 2018-12-12 15:26:02,977 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44c6e926-3251-4308-b9d4-ee228d8f47d8 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:02,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/48beafaa-ef23-4dff-8b58-8da3d4ae26a6 used request id req-44c6e926-3251-4308-b9d4-ee228d8f47d8 2018-12-12 15:26:02,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:26:03,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c7c2851b-3063-41d7-99ca-132550915cd1 Date: Wed, 12 Dec 2018 15:26:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:56Z", "updated_at": "2018-12-12T15:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:56Z", "revision_number": 0, "id": "13b7a067-fc0a-447f-addd-f45885eea286", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:56Z", "security_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:56Z", "revision_number": 0, "id": "47aa918b-7cb5-45d9-8620-d07ce8416e7a", "remote_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:56Z", "security_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:56Z", "revision_number": 0, "id": "e673d47e-543e-4f60-bced-09c5a2c7b111", "remote_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:56Z", "security_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv6", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:25:56Z", "revision_number": 0, "id": "e81644d7-158c-4ee2-a47b-8821d7b427c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:25:56Z", "security_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "port_range_min": null, "ethertype": "IPv4", "project_id": "a16bedb9cb9a412fac57a233a92c5281"}], "revision_number": 4, "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:26:03,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c7c2851b-3063-41d7-99ca-132550915cd1 2018-12-12 15:26:03,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:26:03,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51a08cd-3362-4963-a46c-3d59b8348f23 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281"}, "enabled": true, "id": "a16bedb9cb9a412fac57a233a92c5281", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2c905298-4ae2-438-proj"}} 2018-12-12 15:26:03,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281 used request id req-e51a08cd-3362-4963-a46c-3d59b8348f23 2018-12-12 15:26:03,403 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a482aff6-9711-4d60-a7d6-001d6749f2d2 2018-12-12 15:26:03,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a482aff6-9711-4d60-a7d6-001d6749f2d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:26:03,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b99d06ca-4a4e-45c1-a130-7b794ee92c3c Date: Wed, 12 Dec 2018 15:26: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-12-12T15:25:56Z", "security_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:56Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "13b7a067-fc0a-447f-addd-f45885eea286"}, {"remote_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:56Z", "security_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:56Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "47aa918b-7cb5-45d9-8620-d07ce8416e7a"}, {"remote_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:56Z", "security_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:56Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "e673d47e-543e-4f60-bced-09c5a2c7b111"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:25:56Z", "security_group_id": "a482aff6-9711-4d60-a7d6-001d6749f2d2", "port_range_min": null, "revision_number": 0, "tenant_id": "a16bedb9cb9a412fac57a233a92c5281", "created_at": "2018-12-12T15:25:56Z", "project_id": "a16bedb9cb9a412fac57a233a92c5281", "id": "e81644d7-158c-4ee2-a47b-8821d7b427c6"}]} 2018-12-12 15:26:03,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a482aff6-9711-4d60-a7d6-001d6749f2d2 used request id req-b99d06ca-4a4e-45c1-a130-7b794ee92c3c 2018-12-12 15:26:03,584 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:26:03,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/a482aff6-9711-4d60-a7d6-001d6749f2d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:26:03,880 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-552eb322-0f6d-443e-8f13-7646348a1ccd Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:03,880 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/a482aff6-9711-4d60-a7d6-001d6749f2d2 used request id req-552eb322-0f6d-443e-8f13-7646348a1ccd 2018-12-12 15:26:03,881 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-2c905298-4ae2-438-proj 2018-12-12 15:26:03,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:26:04,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-901fa550-dda9-4c02-9a5f-cd192054b08f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:04,144 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a16bedb9cb9a412fac57a233a92c5281 used request id req-901fa550-dda9-4c02-9a5f-cd192054b08f 2018-12-12 15:26:04,145 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-2c905298-4ae2-438-proj-role 2018-12-12 15:26:04,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/a71d40c871384f58ab22da833f2bc8ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:26:04,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-822f601d-9c2d-40c0-9628-e3c237b0c995 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:04,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a71d40c871384f58ab22da833f2bc8ea used request id req-822f601d-9c2d-40c0-9628-e3c237b0c995 2018-12-12 15:26:04,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c1fdb26c75af0b77746e5beffe044aac385d425" 2018-12-12 15:26:04,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-306c69d8-a91a-41a5-ab12-286e6271cc03 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:04,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-306c69d8-a91a-41a5-ab12-286e6271cc03 2018-12-12 15:26:04,362 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-2c905298-4ae2-438-user 2018-12-12 15:26:04,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/7145c19390d0400eb72637a27548e198 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d33e1dbecd35a78c6daa84f7c96085bbcc3c1a" 2018-12-12 15:26:04,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a26d172-e0f5-4a24-a768-51091e41f5bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:04,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7145c19390d0400eb72637a27548e198 used request id req-8a26d172-e0f5-4a24-a768-51091e41f5bd 2018-12-12 15:26:04,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:04,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["FRWDmf09TAu_HASJR8uQcA"], "issued_at": "2018-12-12T15:26:04.000000Z"}} 2018-12-12 15:26:04,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4298c6bb19c5851357bb237c38fea5e061aa5a94" 2018-12-12 15:26:04,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae6128ef-28cf-44d7-932f-166fef252651 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:04,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ae6128ef-28cf-44d7-932f-166fef252651 2018-12-12 15:26:05,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:05,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:05,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["sUczQq5ERNCaarfQ1jUtVA"], "issued_at": "2018-12-12T15:26:05.000000Z"}} 2018-12-12 15:26:05,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:05,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df95bad0-fed3-4994-b204-900d622aeba8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:05,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-df95bad0-fed3-4994-b204-900d622aeba8 2018-12-12 15:26:05,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:05,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:05,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:05,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b78e008-96c6-4358-adf7-46fa9e6f0fc0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:26:05,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj used request id req-7b78e008-96c6-4358-adf7-46fa9e6f0fc0 2018-12-12 15:26:05,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:05,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874e301b-9763-47f3-8a67-ff3724f06c85 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:05,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-874e301b-9763-47f3-8a67-ff3724f06c85 2018-12-12 15:26:05,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj"}}' 2018-12-12 15:26:05,771 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56a60d40-c7fb-48be-8a88-00eb56be1c4f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230"}, "enabled": true, "id": "b9f2f98eb8684f16860a3c0fcf769230", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj"}} 2018-12-12 15:26:05,771 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-56a60d40-c7fb-48be-8a88-00eb56be1c4f 2018-12-12 15:26:05,772 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj 2018-12-12 15:26:05,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:05,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:06,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["dRurjkzJRkexH2VhffoUmA"], "issued_at": "2018-12-12T15:26:06.000000Z"}} 2018-12-12 15:26:06,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a041c8ab1e2acda06130cc5cc5031b5832000ad4" 2018-12-12 15:26:06,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba58dba3-d1fb-495a-b399-1553345429bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:06,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba58dba3-d1fb-495a-b399-1553345429bd 2018-12-12 15:26:06,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:06,172 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:06,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a041c8ab1e2acda06130cc5cc5031b5832000ad4" 2018-12-12 15:26:06,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d47be4-a7d0-4d5c-b8ee-faf83f78319c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:26:06,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-40d47be4-a7d0-4d5c-b8ee-faf83f78319c 2018-12-12 15:26:06,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a041c8ab1e2acda06130cc5cc5031b5832000ad4" 2018-12-12 15:26:06,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2646928-7cfc-43c6-8c0e-050f559bc057 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230"}, "enabled": true, "id": "b9f2f98eb8684f16860a3c0fcf769230", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj"}]} 2018-12-12 15:26:06,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj used request id req-e2646928-7cfc-43c6-8c0e-050f559bc057 2018-12-12 15:26:06,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a041c8ab1e2acda06130cc5cc5031b5832000ad4" 2018-12-12 15:26:06,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c74a8bfb-4c68-4614-9c73-96c531d7bdc7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:06,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c74a8bfb-4c68-4614-9c73-96c531d7bdc7 2018-12-12 15:26:06,819 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-146bf5fb-fe7f-44c-user 2018-12-12 15:26:06,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:06,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:06,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60dd9fb4-9875-49d4-ac94-6de38ddb689b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:06,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-60dd9fb4-9875-49d4-ac94-6de38ddb689b 2018-12-12 15:26:06,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" -d '{"role": {"name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj-role"}}' 2018-12-12 15:26:07,029 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-137b760a-5ebc-4050-95b2-ce70d3572844 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1af8ebf341a84c6287f65f4f1bb2cc97", "links": {"self": "http://172.30.9.29:5000/v3/roles/1af8ebf341a84c6287f65f4f1bb2cc97"}, "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj-role"}} 2018-12-12 15:26:07,029 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-137b760a-5ebc-4050-95b2-ce70d3572844 2018-12-12 15:26:07,030 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj-role 2018-12-12 15:26:07,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1af8ebf341a84c6287f65f4f1bb2cc97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:07,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-547fac99-e36a-479f-93aa-9b5811316590 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1af8ebf341a84c6287f65f4f1bb2cc97"}, "domain_id": null, "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj-role", "id": "1af8ebf341a84c6287f65f4f1bb2cc97"}} 2018-12-12 15:26:07,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1af8ebf341a84c6287f65f4f1bb2cc97 used request id req-547fac99-e36a-479f-93aa-9b5811316590 2018-12-12 15:26:07,049 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj-role to project CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj 2018-12-12 15:26:07,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230/users/12bea128977e453dbc7e95cf488e9e41/roles/1af8ebf341a84c6287f65f4f1bb2cc97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:07,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c46931a-d987-411f-b13c-954947ff8d62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:07,181 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230/users/12bea128977e453dbc7e95cf488e9e41/roles/1af8ebf341a84c6287f65f4f1bb2cc97 used request id req-7c46931a-d987-411f-b13c-954947ff8d62 2018-12-12 15:26:07,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:07,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:07,567 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1af8ebf341a84c6287f65f4f1bb2cc97", "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj-role"}], "expires_at": "2018-12-12T16:26:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9f2f98eb8684f16860a3c0fcf769230", "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b9f2f98eb8684f16860a3c0fcf769230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b9f2f98eb8684f16860a3c0fcf769230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b9f2f98eb8684f16860a3c0fcf769230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b9f2f98eb8684f16860a3c0fcf769230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b9f2f98eb8684f16860a3c0fcf769230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b9f2f98eb8684f16860a3c0fcf769230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-user", "id": "12bea128977e453dbc7e95cf488e9e41"}, "audit_ids": ["ma1yOdpOR9WYUxQcdrt27g"], "issued_at": "2018-12-12T15:26:07.000000Z"}} 2018-12-12 15:26:07,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:07,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f041e4-d65c-4397-a735-2387fd44e0ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:07,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-29f041e4-d65c-4397-a735-2387fd44e0ab 2018-12-12 15:26:07,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:07,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0902fcff-c5c7-461f-8cf8-c5e13715d2fc Date: Wed, 12 Dec 2018 15:26:07 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:26:07,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name&description=hello+group used request id req-0902fcff-c5c7-461f-8cf8-c5e13715d2fc 2018-12-12 15:26:07,941 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name... 2018-12-12 15:26:07,941 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name 2018-12-12 15:26:07,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" -d '{"security_group": {"name": "CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name", "description": "hello group"}}' 2018-12-12 15:26:08,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-65dc388c-98ec-408f-bcbc-e8bb99be1497 Date: Wed, 12 Dec 2018 15:26:08 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "updated_at": "2018-12-12T15:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "revision_number": 0, "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "revision_number": 0, "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}], "revision_number": 2, "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "name": "CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name"}} 2018-12-12 15:26:08,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-65dc388c-98ec-408f-bcbc-e8bb99be1497 2018-12-12 15:26:08,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ff2b03a-fce0-4587-b177-c37deed38ca6 2018-12-12 15:26:08,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:08,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-01966619-b96d-43a2-9bc0-5b79de0cbd0a Date: Wed, 12 Dec 2018 15:26:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f"}]} 2018-12-12 15:26:08,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-01966619-b96d-43a2-9bc0-5b79de0cbd0a 2018-12-12 15:26:08,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ff2b03a-fce0-4587-b177-c37deed38ca6 2018-12-12 15:26:08,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:08,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d484a069-4d3b-4c3b-a4e2-54ba319af7c2 Date: Wed, 12 Dec 2018 15:26:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f"}]} 2018-12-12 15:26:08,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-d484a069-4d3b-4c3b-a4e2-54ba319af7c2 2018-12-12 15:26:08,652 - neutron_utils - INFO - Retrieving security group with ID - 7ff2b03a-fce0-4587-b177-c37deed38ca6 2018-12-12 15:26:08,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:08,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-84abbe7c-e820-4ccd-bef0-e2ed620417c5 Date: Wed, 12 Dec 2018 15:26:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "updated_at": "2018-12-12T15:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "revision_number": 0, "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "revision_number": 0, "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}], "revision_number": 2, "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "name": "CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name"}]} 2018-12-12 15:26:08,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-84abbe7c-e820-4ccd-bef0-e2ed620417c5 2018-12-12 15:26:08,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ff2b03a-fce0-4587-b177-c37deed38ca6 2018-12-12 15:26:08,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:09,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4cdae404-9bc1-4b03-9be6-d891145a8951 Date: Wed, 12 Dec 2018 15:26:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f"}]} 2018-12-12 15:26:09,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-4cdae404-9bc1-4b03-9be6-d891145a8951 2018-12-12 15:26:09,029 - neutron_utils - INFO - Retrieving security group with ID - 7ff2b03a-fce0-4587-b177-c37deed38ca6 2018-12-12 15:26:09,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:09,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-84f3739b-8120-41e0-84f2-8023e5786b16 Date: Wed, 12 Dec 2018 15:26:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "updated_at": "2018-12-12T15:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "revision_number": 0, "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "revision_number": 0, "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}], "revision_number": 2, "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "name": "CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name"}]} 2018-12-12 15:26:09,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-84f3739b-8120-41e0-84f2-8023e5786b16 2018-12-12 15:26:09,085 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ff2b03a-fce0-4587-b177-c37deed38ca6 2018-12-12 15:26:09,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:09,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d432303-49b4-47f9-925b-ca56d3f46a34 Date: Wed, 12 Dec 2018 15:26:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f"}]} 2018-12-12 15:26:09,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-7d432303-49b4-47f9-925b-ca56d3f46a34 2018-12-12 15:26:09,266 - neutron_utils - INFO - Retrieving security group with ID - 7ff2b03a-fce0-4587-b177-c37deed38ca6 2018-12-12 15:26:09,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:09,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6dfbb391-738c-44ff-8bdd-0695c29ede03 Date: Wed, 12 Dec 2018 15:26:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "updated_at": "2018-12-12T15:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "revision_number": 0, "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "revision_number": 0, "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}], "revision_number": 2, "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "name": "CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name"}]} 2018-12-12 15:26:09,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-6dfbb391-738c-44ff-8bdd-0695c29ede03 2018-12-12 15:26:09,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ff2b03a-fce0-4587-b177-c37deed38ca6 2018-12-12 15:26:09,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:09,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-97d721e4-a964-4e03-91c4-9b18e7db1632 Date: Wed, 12 Dec 2018 15:26:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8b56b566-c96d-4de0-a6c3-be4a04994f46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:08Z", "security_group_id": "7ff2b03a-fce0-4587-b177-c37deed38ca6", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:08Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f"}]} 2018-12-12 15:26:09,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-97d721e4-a964-4e03-91c4-9b18e7db1632 2018-12-12 15:26:09,648 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name 2018-12-12 15:26:09,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:10,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1af8ebf341a84c6287f65f4f1bb2cc97", "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj-role"}], "expires_at": "2018-12-12T16:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9f2f98eb8684f16860a3c0fcf769230", "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b9f2f98eb8684f16860a3c0fcf769230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b9f2f98eb8684f16860a3c0fcf769230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b9f2f98eb8684f16860a3c0fcf769230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b9f2f98eb8684f16860a3c0fcf769230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b9f2f98eb8684f16860a3c0fcf769230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b9f2f98eb8684f16860a3c0fcf769230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b9f2f98eb8684f16860a3c0fcf769230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-user", "id": "12bea128977e453dbc7e95cf488e9e41"}, "audit_ids": ["63opOt5YTpOwaf6MMuhO0w"], "issued_at": "2018-12-12T15:26:10.000000Z"}} 2018-12-12 15:26:10,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4db625c284512c15a1b0bb7f04bd1555f317080" 2018-12-12 15:26:10,309 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ce575d1-68ff-4844-a6bb-87165758405a Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:10,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-9ce575d1-68ff-4844-a6bb-87165758405a 2018-12-12 15:26:10,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4db625c284512c15a1b0bb7f04bd1555f317080" 2018-12-12 15:26:10,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d48386ca-7479-4d24-b34c-f07ab151f798 Date: Wed, 12 Dec 2018 15:26:10 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:26:10,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name&description=hello+group used request id req-d48386ca-7479-4d24-b34c-f07ab151f798 2018-12-12 15:26:10,517 - neutron_utils - INFO - Deleting security group rule with ID - 8b56b566-c96d-4de0-a6c3-be4a04994f46 2018-12-12 15:26:10,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/8b56b566-c96d-4de0-a6c3-be4a04994f46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:10,548 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-d4d980eb-39f2-4068-8513-7f9328aed5c7 Date: Wed, 12 Dec 2018 15:26:10 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 8b56b566-c96d-4de0-a6c3-be4a04994f46 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 15:26:10,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/8b56b566-c96d-4de0-a6c3-be4a04994f46 used request id req-d4d980eb-39f2-4068-8513-7f9328aed5c7 2018-12-12 15:26:10,548 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 8b56b566-c96d-4de0-a6c3-be4a04994f46 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 15:26:10,549 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 8b56b566-c96d-4de0-a6c3-be4a04994f46 does not exist Neutron server returns request_ids: ['req-d4d980eb-39f2-4068-8513-7f9328aed5c7'] 2018-12-12 15:26:10,549 - neutron_utils - INFO - Deleting security group rule with ID - 8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f 2018-12-12 15:26:10,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:10,712 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-94604fe3-080d-42bd-b4ad-1b92976647de Date: Wed, 12 Dec 2018 15:26:10 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 15:26:10,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f used request id req-94604fe3-080d-42bd-b4ad-1b92976647de 2018-12-12 15:26:10,712 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 15:26:10,713 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 8c917b2a-6b7e-4bc8-8418-c64cd2d5ba2f does not exist Neutron server returns request_ids: ['req-94604fe3-080d-42bd-b4ad-1b92976647de'] 2018-12-12 15:26:10,713 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0d8db0a3-1565-4fdc-84f0-c8fbd7e88402name 2018-12-12 15:26:10,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7ff2b03a-fce0-4587-b177-c37deed38ca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6893c9ea4bd4ad7756c964509ffa6bc6629f4ab2" 2018-12-12 15:26:10,895 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-663fbc25-66b3-4beb-84aa-d6ca9920ad22 Date: Wed, 12 Dec 2018 15:26:10 GMT RESP BODY: {"NeutronError": {"message": "Security group 7ff2b03a-fce0-4587-b177-c37deed38ca6 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-12 15:26:10,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7ff2b03a-fce0-4587-b177-c37deed38ca6 used request id req-663fbc25-66b3-4beb-84aa-d6ca9920ad22 2018-12-12 15:26:10,895 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 7ff2b03a-fce0-4587-b177-c37deed38ca6 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-12 15:26:10,896 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 7ff2b03a-fce0-4587-b177-c37deed38ca6 does not exist Neutron server returns request_ids: ['req-663fbc25-66b3-4beb-84aa-d6ca9920ad22'] 2018-12-12 15:26:10,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:11,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1887be78-fa4c-4345-9ca4-241cbe1bbcbc Date: Wed, 12 Dec 2018 15:26:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:07Z", "updated_at": "2018-12-12T15:26:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:07Z", "revision_number": 0, "id": "68fd1e53-a006-4a7b-a146-91dbce7c5981", "remote_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:07Z", "security_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:07Z", "revision_number": 0, "id": "accfade9-fb02-45ff-8f35-85f6034fc1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:07Z", "security_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:07Z", "revision_number": 0, "id": "db68f797-3e7d-4898-b187-20790c4ec472", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:07Z", "security_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:07Z", "revision_number": 0, "id": "eff55527-535d-400f-98c3-d5234831a0f4", "remote_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:07Z", "security_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f2f98eb8684f16860a3c0fcf769230"}], "revision_number": 4, "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:26:11,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-1887be78-fa4c-4345-9ca4-241cbe1bbcbc 2018-12-12 15:26:11,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:11,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd36496c-85dd-4176-85cc-20b6302220fd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230"}, "enabled": true, "id": "b9f2f98eb8684f16860a3c0fcf769230", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj"}} 2018-12-12 15:26:11,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230 used request id req-cd36496c-85dd-4176-85cc-20b6302220fd 2018-12-12 15:26:11,206 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1fac917-19c6-4cd4-8a23-79e64691892d 2018-12-12 15:26:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1fac917-19c6-4cd4-8a23-79e64691892d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:11,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-41c044f0-44b8-4c33-bc72-6242780a7b52 Date: Wed, 12 Dec 2018 15:26:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:07Z", "security_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:07Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "68fd1e53-a006-4a7b-a146-91dbce7c5981"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:07Z", "security_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:07Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "accfade9-fb02-45ff-8f35-85f6034fc1e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:07Z", "security_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:07Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "db68f797-3e7d-4898-b187-20790c4ec472"}, {"remote_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:07Z", "security_group_id": "b1fac917-19c6-4cd4-8a23-79e64691892d", "port_range_min": null, "revision_number": 0, "tenant_id": "b9f2f98eb8684f16860a3c0fcf769230", "created_at": "2018-12-12T15:26:07Z", "project_id": "b9f2f98eb8684f16860a3c0fcf769230", "id": "eff55527-535d-400f-98c3-d5234831a0f4"}]} 2018-12-12 15:26:11,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1fac917-19c6-4cd4-8a23-79e64691892d used request id req-41c044f0-44b8-4c33-bc72-6242780a7b52 2018-12-12 15:26:11,382 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:26:11,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b1fac917-19c6-4cd4-8a23-79e64691892d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:11,820 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c7b73e85-661c-4cf8-99b0-70bcb1a1f696 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:11,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b1fac917-19c6-4cd4-8a23-79e64691892d used request id req-c7b73e85-661c-4cf8-99b0-70bcb1a1f696 2018-12-12 15:26:11,821 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj 2018-12-12 15:26:11,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:12,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-762b307e-6529-4dc2-b072-7d09b9b5e8b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:12,043 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b9f2f98eb8684f16860a3c0fcf769230 used request id req-762b307e-6529-4dc2-b072-7d09b9b5e8b7 2018-12-12 15:26:12,044 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-146bf5fb-fe7f-44c-proj-role 2018-12-12 15:26:12,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1af8ebf341a84c6287f65f4f1bb2cc97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:12,166 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ef5fd56-227c-4737-91eb-188782fd9bb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:12,166 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1af8ebf341a84c6287f65f4f1bb2cc97 used request id req-0ef5fd56-227c-4737-91eb-188782fd9bb9 2018-12-12 15:26:12,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23fa5a9cbf5fab65581e7d3b02a95bdd722849ea" 2018-12-12 15:26:12,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7538e17e-0f2b-4419-82ee-486042180456 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:12,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7538e17e-0f2b-4419-82ee-486042180456 2018-12-12 15:26:12,345 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-146bf5fb-fe7f-44c-user 2018-12-12 15:26:12,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/12bea128977e453dbc7e95cf488e9e41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a041c8ab1e2acda06130cc5cc5031b5832000ad4" 2018-12-12 15:26:12,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d0b5254-5edd-48b6-a97e-374263c67697 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:12,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/12bea128977e453dbc7e95cf488e9e41 used request id req-7d0b5254-5edd-48b6-a97e-374263c67697 2018-12-12 15:26:12,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:12,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["o-7b8IO7QfufvESZuPkKfA"], "issued_at": "2018-12-12T15:26:12.000000Z"}} 2018-12-12 15:26:12,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807c90f0d94bc20acb5b38599fd422b046903520" 2018-12-12 15:26:12,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c94f20ea-ceae-4855-9d7c-1f378fbf0770 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:12,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c94f20ea-ceae-4855-9d7c-1f378fbf0770 2018-12-12 15:26:13,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:13,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:13,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["uJs1zypZS1S68WGQ_UzkKA"], "issued_at": "2018-12-12T15:26:13.000000Z"}} 2018-12-12 15:26:13,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:13,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20482e32-098a-4758-af97-7ff2314b2f4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:13,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-20482e32-098a-4758-af97-7ff2314b2f4c 2018-12-12 15:26:13,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:13,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:13,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:13,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f350bd51-a98a-4485-a234-3d69bf7dc6c6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:26:13,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj used request id req-f350bd51-a98a-4485-a234-3d69bf7dc6c6 2018-12-12 15:26:13,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:13,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a9bd01f-d648-4802-aa45-dde7c5bb2741 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:13,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3a9bd01f-d648-4802-aa45-dde7c5bb2741 2018-12-12 15:26:13,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}}' 2018-12-12 15:26:13,885 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0626c26f-3089-4fa6-bf70-5256d6372996 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2"}, "enabled": true, "id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}} 2018-12-12 15:26:13,885 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0626c26f-3089-4fa6-bf70-5256d6372996 2018-12-12 15:26:13,886 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj 2018-12-12 15:26:13,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:13,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:14,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Gxwu-34_S26YP8e_d6Fl7w"], "issued_at": "2018-12-12T15:26:14.000000Z"}} 2018-12-12 15:26:14,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f179b7a9b8d7ee5f7b9cba9ff9cf5f22985edd74" 2018-12-12 15:26:14,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92713841-3dbe-419b-8361-7d2f783a092c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:14,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-92713841-3dbe-419b-8361-7d2f783a092c 2018-12-12 15:26:14,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:14,363 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:14,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f179b7a9b8d7ee5f7b9cba9ff9cf5f22985edd74" 2018-12-12 15:26:14,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a277842-f84e-478e-b92d-91cb9bb4e287 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:26:14,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4a277842-f84e-478e-b92d-91cb9bb4e287 2018-12-12 15:26:14,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f179b7a9b8d7ee5f7b9cba9ff9cf5f22985edd74" 2018-12-12 15:26:14,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e866a9dc-dbd8-4199-bca9-d73aeac27941 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2"}, "enabled": true, "id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}]} 2018-12-12 15:26:14,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj used request id req-e866a9dc-dbd8-4199-bca9-d73aeac27941 2018-12-12 15:26:14,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f179b7a9b8d7ee5f7b9cba9ff9cf5f22985edd74" 2018-12-12 15:26:14,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4befd6b4-0ca3-422a-ab84-4fd518a75868 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:14,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4befd6b4-0ca3-422a-ab84-4fd518a75868 2018-12-12 15:26:14,879 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a1da4bcd-be10-4f1-user 2018-12-12 15:26:14,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:14,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:14,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a27bc5d-154f-45f4-bb42-19b7072385f1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:14,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8a27bc5d-154f-45f4-bb42-19b7072385f1 2018-12-12 15:26:14,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" -d '{"role": {"name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj-role"}}' 2018-12-12 15:26:15,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cac7a7d6-2082-4c96-8e27-fd7c05f1ef46 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ec3a9d378eb40c4b7d651acd0129250", "links": {"self": "http://172.30.9.29:5000/v3/roles/0ec3a9d378eb40c4b7d651acd0129250"}, "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj-role"}} 2018-12-12 15:26:15,083 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cac7a7d6-2082-4c96-8e27-fd7c05f1ef46 2018-12-12 15:26:15,083 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj-role 2018-12-12 15:26:15,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0ec3a9d378eb40c4b7d651acd0129250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:15,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe1f31c-7937-4518-b6c4-d0323552ff8b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0ec3a9d378eb40c4b7d651acd0129250"}, "domain_id": null, "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj-role", "id": "0ec3a9d378eb40c4b7d651acd0129250"}} 2018-12-12 15:26:15,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0ec3a9d378eb40c4b7d651acd0129250 used request id req-3fe1f31c-7937-4518-b6c4-d0323552ff8b 2018-12-12 15:26:15,183 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj-role to project CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj 2018-12-12 15:26:15,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2/users/fd1decc4be7941df8d5aec69d54dfd18/roles/0ec3a9d378eb40c4b7d651acd0129250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:15,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ee0e4a6-3774-44c1-a882-18f5dbdc4286 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:15,313 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2/users/fd1decc4be7941df8d5aec69d54dfd18/roles/0ec3a9d378eb40c4b7d651acd0129250 used request id req-2ee0e4a6-3774-44c1-a882-18f5dbdc4286 2018-12-12 15:26:15,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:15,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:15,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Psu8yaBmSXOVcF2muV9Eug"], "issued_at": "2018-12-12T15:26:15.000000Z"}} 2018-12-12 15:26:15,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:15,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7516386-6f2a-4040-8393-f23212152a2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:15,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e7516386-6f2a-4040-8393-f23212152a2c 2018-12-12 15:26:15,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:15,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a0c2da73-a944-4720-8d92-f4a6b5bae807 Date: Wed, 12 Dec 2018 15:26:15 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:26:15,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name&description=hello+group used request id req-a0c2da73-a944-4720-8d92-f4a6b5bae807 2018-12-12 15:26:15,977 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name... 2018-12-12 15:26:15,977 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name 2018-12-12 15:26:15,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:15,986 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:15,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:16,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42e39f5-05a8-479a-93a0-c7f429d26486 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2"}, "enabled": true, "id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}]} 2018-12-12 15:26:16,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj used request id req-b42e39f5-05a8-479a-93a0-c7f429d26486 2018-12-12 15:26:16,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" -d '{"security_group": {"tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "name": "CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name", "description": "hello group"}}' 2018-12-12 15:26:16,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4684da1d-aca3-40bc-b8f6-4a0a30fb3716 Date: Wed, 12 Dec 2018 15:26:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "updated_at": "2018-12-12T15:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "5bc55552-8a16-482c-b977-c22fdf08829e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}], "revision_number": 2, "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "name": "CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name"}} 2018-12-12 15:26:16,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-4684da1d-aca3-40bc-b8f6-4a0a30fb3716 2018-12-12 15:26:16,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:16,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:16,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-efa8d2f2-91bf-43da-8193-f9847dea481c Date: Wed, 12 Dec 2018 15:26:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:16,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-efa8d2f2-91bf-43da-8193-f9847dea481c 2018-12-12 15:26:16,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:16,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:16,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a9c3d533-719b-4653-84f5-3d7024d6b83e Date: Wed, 12 Dec 2018 15:26:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:16,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-a9c3d533-719b-4653-84f5-3d7024d6b83e 2018-12-12 15:26:16,932 - neutron_utils - INFO - Retrieving security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:16,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:17,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-23fbf6a0-5370-4f70-bc41-bebacd964ff4 Date: Wed, 12 Dec 2018 15:26:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "updated_at": "2018-12-12T15:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "5bc55552-8a16-482c-b977-c22fdf08829e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}], "revision_number": 2, "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "name": "CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name"}]} 2018-12-12 15:26:17,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-23fbf6a0-5370-4f70-bc41-bebacd964ff4 2018-12-12 15:26:17,143 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:17,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:17,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd359fa3-a79c-4175-9b00-2f027bbf5f1f Date: Wed, 12 Dec 2018 15:26: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-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:17,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-fd359fa3-a79c-4175-9b00-2f027bbf5f1f 2018-12-12 15:26:17,323 - neutron_utils - INFO - Retrieving security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:17,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:17,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c7ccf057-af9c-49f9-b1f7-3eab8741d8b8 Date: Wed, 12 Dec 2018 15:26:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "updated_at": "2018-12-12T15:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "5bc55552-8a16-482c-b977-c22fdf08829e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}], "revision_number": 2, "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "name": "CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name"}]} 2018-12-12 15:26:17,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-c7ccf057-af9c-49f9-b1f7-3eab8741d8b8 2018-12-12 15:26:17,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:17,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:17,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-34a50a6a-d8ff-4060-8d38-e450642c1dc1 Date: Wed, 12 Dec 2018 15:26: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-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:17,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-34a50a6a-d8ff-4060-8d38-e450642c1dc1 2018-12-12 15:26:17,696 - neutron_utils - INFO - Retrieving security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:17,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:17,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d3f81d93-e9fb-4fee-a8a0-6891b3656cbc Date: Wed, 12 Dec 2018 15:26:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "updated_at": "2018-12-12T15:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "5bc55552-8a16-482c-b977-c22fdf08829e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}], "revision_number": 2, "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "name": "CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name"}]} 2018-12-12 15:26:17,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-d3f81d93-e9fb-4fee-a8a0-6891b3656cbc 2018-12-12 15:26:17,889 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:17,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:17,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4b018f74-2e41-4e18-b291-f364449a10ae Date: Wed, 12 Dec 2018 15:26: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-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:17,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-4b018f74-2e41-4e18-b291-f364449a10ae 2018-12-12 15:26:17,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:18,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ec3a9d378eb40c4b7d651acd0129250", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj-role"}], "expires_at": "2018-12-12T16:26:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-user", "id": "fd1decc4be7941df8d5aec69d54dfd18"}, "audit_ids": ["b2ttXh0STwqwepUVI9T4mg"], "issued_at": "2018-12-12T15:26:18.000000Z"}} 2018-12-12 15:26:18,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96b4f1b9935873a0852b87ba708a4110d5ed9e5b" 2018-12-12 15:26:18,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b2d001d1-c5f4-4d7e-9a73-5c3be03a9533 Date: Wed, 12 Dec 2018 15:26:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "updated_at": "2018-12-12T15:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "5bc55552-8a16-482c-b977-c22fdf08829e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}], "revision_number": 2, "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "name": "CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name"}]} 2018-12-12 15:26:18,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name&description=hello+group used request id req-b2d001d1-c5f4-4d7e-9a73-5c3be03a9533 2018-12-12 15:26:18,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:18,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:18,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807c90f0d94bc20acb5b38599fd422b046903520" 2018-12-12 15:26:18,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011edb71-4062-4b6d-99e4-a5a3efc5000c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2"}, "enabled": true, "id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}} 2018-12-12 15:26:18,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2 used request id req-011edb71-4062-4b6d-99e4-a5a3efc5000c 2018-12-12 15:26:18,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:18,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96b4f1b9935873a0852b87ba708a4110d5ed9e5b" 2018-12-12 15:26:18,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3ba92dd9-1c1c-45fa-92d9-23db01be6edd Date: Wed, 12 Dec 2018 15:26:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:18,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-3ba92dd9-1c1c-45fa-92d9-23db01be6edd 2018-12-12 15:26:18,772 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:18,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96b4f1b9935873a0852b87ba708a4110d5ed9e5b" 2018-12-12 15:26:18,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-35f38b29-fa26-430b-beba-3b84453508b4 Date: Wed, 12 Dec 2018 15:26:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:18,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-35f38b29-fa26-430b-beba-3b84453508b4 2018-12-12 15:26:18,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:18,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:19,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ec3a9d378eb40c4b7d651acd0129250", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj-role"}], "expires_at": "2018-12-12T16:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5d4f2ceab54e494b9cc511efd2a7b1b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-user", "id": "fd1decc4be7941df8d5aec69d54dfd18"}, "audit_ids": ["7mhl9du_TBWlBCxR5CINAQ"], "issued_at": "2018-12-12T15:26:19.000000Z"}} 2018-12-12 15:26:19,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c836f4f2aefa0954ca3f6c66d39769005520d90e" 2018-12-12 15:26:19,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de0943f2-2d68-4890-ad7b-a074ade8be9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:19,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-de0943f2-2d68-4890-ad7b-a074ade8be9f 2018-12-12 15:26:19,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c836f4f2aefa0954ca3f6c66d39769005520d90e" 2018-12-12 15:26:19,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f4f51de3-db80-4a94-bb0a-27c56c639ab6 Date: Wed, 12 Dec 2018 15:26:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "updated_at": "2018-12-12T15:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "5bc55552-8a16-482c-b977-c22fdf08829e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}], "revision_number": 2, "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "name": "CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name"}]} 2018-12-12 15:26:19,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name used request id req-f4f51de3-db80-4a94-bb0a-27c56c639ab6 2018-12-12 15:26:19,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:19,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:19,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c836f4f2aefa0954ca3f6c66d39769005520d90e" 2018-12-12 15:26:19,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483e529d-5f03-4bfb-856a-b895e8c4d095 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2"}, "enabled": true, "id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}} 2018-12-12 15:26:19,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2 used request id req-483e529d-5f03-4bfb-856a-b895e8c4d095 2018-12-12 15:26:19,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:19,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c836f4f2aefa0954ca3f6c66d39769005520d90e" 2018-12-12 15:26:19,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-530be182-e3a8-496f-bee2-4e8dfa26766f Date: Wed, 12 Dec 2018 15:26:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:19,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-530be182-e3a8-496f-bee2-4e8dfa26766f 2018-12-12 15:26:19,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:19,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c836f4f2aefa0954ca3f6c66d39769005520d90e" 2018-12-12 15:26:20,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-769f1811-4f49-4b8b-bdb4-294dccc4db46 Date: Wed, 12 Dec 2018 15:26: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-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:20,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-769f1811-4f49-4b8b-bdb4-294dccc4db46 2018-12-12 15:26:20,061 - neutron_utils - INFO - Retrieving security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c836f4f2aefa0954ca3f6c66d39769005520d90e" 2018-12-12 15:26:20,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a6242e4c-5f20-4114-8499-1fe2073f6065 Date: Wed, 12 Dec 2018 15:26:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "updated_at": "2018-12-12T15:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "5bc55552-8a16-482c-b977-c22fdf08829e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}], "revision_number": 2, "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "name": "CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name"}]} 2018-12-12 15:26:20,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-a6242e4c-5f20-4114-8499-1fe2073f6065 2018-12-12 15:26:20,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01d4c65-7ee4-4f10-8806-571ad95f24dd 2018-12-12 15:26:20,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c836f4f2aefa0954ca3f6c66d39769005520d90e" 2018-12-12 15:26:20,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dc1356c9-9497-4868-868c-b51b92baf403 Date: Wed, 12 Dec 2018 15:26: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-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "5bc55552-8a16-482c-b977-c22fdf08829e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "b01d4c65-7ee4-4f10-8806-571ad95f24dd", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c3f177d6-3831-4b6e-b7ea-98e973bbc92b"}]} 2018-12-12 15:26:20,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-dc1356c9-9497-4868-868c-b51b92baf403 2018-12-12 15:26:20,460 - neutron_utils - INFO - Deleting security group rule with ID - 5bc55552-8a16-482c-b977-c22fdf08829e 2018-12-12 15:26:20,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/5bc55552-8a16-482c-b977-c22fdf08829e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:20,558 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63b7deb6-1f3f-4d3f-a510-9f5e57f84b64 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:20,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/5bc55552-8a16-482c-b977-c22fdf08829e used request id req-63b7deb6-1f3f-4d3f-a510-9f5e57f84b64 2018-12-12 15:26:20,559 - neutron_utils - INFO - Deleting security group rule with ID - c3f177d6-3831-4b6e-b7ea-98e973bbc92b 2018-12-12 15:26:20,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/c3f177d6-3831-4b6e-b7ea-98e973bbc92b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:20,819 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ce77809-6d02-496c-9718-58fff7c95a76 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:20,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/c3f177d6-3831-4b6e-b7ea-98e973bbc92b used request id req-9ce77809-6d02-496c-9718-58fff7c95a76 2018-12-12 15:26:20,820 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ab727a14-74ba-4f3c-a3f2-9d40290e02a4name 2018-12-12 15:26:20,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b01d4c65-7ee4-4f10-8806-571ad95f24dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ce9689a86e024a387ee981947931f5d52e96eb" 2018-12-12 15:26:20,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dec1b722-bbb3-4857-8da7-3fdae9cc1cf1 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:20,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b01d4c65-7ee4-4f10-8806-571ad95f24dd used request id req-dec1b722-bbb3-4857-8da7-3fdae9cc1cf1 2018-12-12 15:26:20,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:21,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-377d45bd-6e35-4305-abdd-f926057abf42 Date: Wed, 12 Dec 2018 15:26:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "updated_at": "2018-12-12T15:26:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "50ebb592-17c4-4b5a-a863-9ad181f6e065", "remote_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "abb0528a-6641-487b-a2f4-211c12e161a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "c6a35813-152f-4868-9212-8cf0fe5bc3bb", "remote_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "revision_number": 0, "id": "eaf80b97-e073-48fb-9973-7fba87e5fd56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:16Z", "security_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2"}], "revision_number": 4, "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "name": "default"}]} 2018-12-12 15:26:21,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-377d45bd-6e35-4305-abdd-f926057abf42 2018-12-12 15:26:21,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:21,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8cf426f-6d43-4e4b-997f-9a0c8de6914a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:26:21,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-d8cf426f-6d43-4e4b-997f-9a0c8de6914a 2018-12-12 15:26:21,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:21,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd272e3-a153-44a6-8929-65daed7b2bfd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:26:21,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-fcd272e3-a153-44a6-8929-65daed7b2bfd 2018-12-12 15:26:21,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:21,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4761107-ce2c-42de-9183-5074b9d5d1cb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:26:21,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-a4761107-ce2c-42de-9183-5074b9d5d1cb 2018-12-12 15:26:21,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:21,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5264571a-ddbc-4b9c-8523-d3198051a978 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2"}, "enabled": true, "id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj"}} 2018-12-12 15:26:21,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2 used request id req-5264571a-ddbc-4b9c-8523-d3198051a978 2018-12-12 15:26:21,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ebfe48db-8883-4b78-820d-7f71ceab7c09 2018-12-12 15:26:21,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ebfe48db-8883-4b78-820d-7f71ceab7c09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:21,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c0a56ea4-e0a4-468d-9855-bb1882452118 Date: Wed, 12 Dec 2018 15:26:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "50ebb592-17c4-4b5a-a863-9ad181f6e065"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "abb0528a-6641-487b-a2f4-211c12e161a8"}, {"remote_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "c6a35813-152f-4868-9212-8cf0fe5bc3bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:16Z", "security_group_id": "ebfe48db-8883-4b78-820d-7f71ceab7c09", "port_range_min": null, "revision_number": 0, "tenant_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "created_at": "2018-12-12T15:26:16Z", "project_id": "5d4f2ceab54e494b9cc511efd2a7b1b2", "id": "eaf80b97-e073-48fb-9973-7fba87e5fd56"}]} 2018-12-12 15:26:21,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ebfe48db-8883-4b78-820d-7f71ceab7c09 used request id req-c0a56ea4-e0a4-468d-9855-bb1882452118 2018-12-12 15:26:21,782 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:26:21,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ebfe48db-8883-4b78-820d-7f71ceab7c09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:22,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-48a778a3-a4d5-4c92-8756-e72b08162c54 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:22,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ebfe48db-8883-4b78-820d-7f71ceab7c09 used request id req-48a778a3-a4d5-4c92-8756-e72b08162c54 2018-12-12 15:26:22,086 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj 2018-12-12 15:26:22,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:22,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dd6de73-1521-41b6-a6a3-d2aee952e6f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:22,277 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5d4f2ceab54e494b9cc511efd2a7b1b2 used request id req-0dd6de73-1521-41b6-a6a3-d2aee952e6f7 2018-12-12 15:26:22,277 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a1da4bcd-be10-4f1-proj-role 2018-12-12 15:26:22,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0ec3a9d378eb40c4b7d651acd0129250 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:22,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1c1caee-53d4-49be-8a4e-61eb39d232f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:22,376 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0ec3a9d378eb40c4b7d651acd0129250 used request id req-e1c1caee-53d4-49be-8a4e-61eb39d232f0 2018-12-12 15:26:22,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5147e1e2a6afdcc400693c1e42f1ad2ae8422120" 2018-12-12 15:26:22,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c487d6d1-26db-4d25-94e2-6bdda1d89c69 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:22,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c487d6d1-26db-4d25-94e2-6bdda1d89c69 2018-12-12 15:26:22,470 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a1da4bcd-be10-4f1-user 2018-12-12 15:26:22,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/fd1decc4be7941df8d5aec69d54dfd18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f179b7a9b8d7ee5f7b9cba9ff9cf5f22985edd74" 2018-12-12 15:26:22,644 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b41c1108-52fa-4cc3-843a-0c49223d8cef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:22,644 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/fd1decc4be7941df8d5aec69d54dfd18 used request id req-b41c1108-52fa-4cc3-843a-0c49223d8cef 2018-12-12 15:26:22,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:23,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vUHI3154Td2EiGr-xiqjAg"], "issued_at": "2018-12-12T15:26:23.000000Z"}} 2018-12-12 15:26:23,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d2f742b4cd232ce00e78acd5ea9db73579642e" 2018-12-12 15:26:23,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77270c76-d559-4271-982a-097429bd3497 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:23,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-77270c76-d559-4271-982a-097429bd3497 2018-12-12 15:26:23,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:23,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:23,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["BuRZ-tPrTsazJzjPBDphRQ"], "issued_at": "2018-12-12T15:26:23.000000Z"}} 2018-12-12 15:26:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:23,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a48919f-1651-4903-a419-77ecad791e3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:23,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3a48919f-1651-4903-a419-77ecad791e3e 2018-12-12 15:26:23,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:23,595 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:23,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-abd59361-59ff-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:23,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-859e063a-e0ee-4dc4-af3f-53340af40a9b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-abd59361-59ff-46a-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:26:23,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-abd59361-59ff-46a-proj used request id req-859e063a-e0ee-4dc4-af3f-53340af40a9b 2018-12-12 15:26:23,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:23,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a855abd1-60c8-4f2b-94c4-54f5aa55faae Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:23,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a855abd1-60c8-4f2b-94c4-54f5aa55faae 2018-12-12 15:26:23,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj"}}' 2018-12-12 15:26:23,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4d71f4b-b589-4ea1-8563-e1cc12f7a035 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4"}, "enabled": true, "id": "e736972811604f25a111de4634abb9f4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj"}} 2018-12-12 15:26:23,892 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d4d71f4b-b589-4ea1-8563-e1cc12f7a035 2018-12-12 15:26:23,892 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-abd59361-59ff-46a-proj 2018-12-12 15:26:23,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:23,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:24,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["G85aIzi9SVS5s6IuLWtcAw"], "issued_at": "2018-12-12T15:26:24.000000Z"}} 2018-12-12 15:26:24,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b52e7d68cbd144e540961bf83a0f7b2ef76e1363" 2018-12-12 15:26:24,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-675d3af4-5edf-4f9e-a620-b7f6ee06fd63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:24,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-675d3af4-5edf-4f9e-a620-b7f6ee06fd63 2018-12-12 15:26:24,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:24,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:24,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b52e7d68cbd144e540961bf83a0f7b2ef76e1363" 2018-12-12 15:26:24,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc2f7d28-6b99-4a9c-832a-e7023de2d655 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:26:24,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dc2f7d28-6b99-4a9c-832a-e7023de2d655 2018-12-12 15:26:24,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-abd59361-59ff-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b52e7d68cbd144e540961bf83a0f7b2ef76e1363" 2018-12-12 15:26:24,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f669f7e4-5f83-426e-acbe-e1a40e884ef8 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-abd59361-59ff-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4"}, "enabled": true, "id": "e736972811604f25a111de4634abb9f4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj"}]} 2018-12-12 15:26:24,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-abd59361-59ff-46a-proj used request id req-f669f7e4-5f83-426e-acbe-e1a40e884ef8 2018-12-12 15:26:24,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b52e7d68cbd144e540961bf83a0f7b2ef76e1363" 2018-12-12 15:26:24,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77ea2829-7948-4ccd-a7fa-548e1d4489f8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:24,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-77ea2829-7948-4ccd-a7fa-548e1d4489f8 2018-12-12 15:26:24,963 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-abd59361-59ff-46a-user 2018-12-12 15:26:24,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:24,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:25,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4887f014-9288-474f-96e3-0b15f2636270 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:25,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4887f014-9288-474f-96e3-0b15f2636270 2018-12-12 15:26:25,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" -d '{"role": {"name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj-role"}}' 2018-12-12 15:26:25,178 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7820a9ec-c7ee-4b05-afb0-60fdb05fc25c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5493999503184f9e9d4a0ad29da49dc5", "links": {"self": "http://172.30.9.29:5000/v3/roles/5493999503184f9e9d4a0ad29da49dc5"}, "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj-role"}} 2018-12-12 15:26:25,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7820a9ec-c7ee-4b05-afb0-60fdb05fc25c 2018-12-12 15:26:25,179 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-abd59361-59ff-46a-proj-role 2018-12-12 15:26:25,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/5493999503184f9e9d4a0ad29da49dc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:25,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63ce4d77-64ec-4fa9-aa75-3e88f4fb0194 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/5493999503184f9e9d4a0ad29da49dc5"}, "domain_id": null, "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj-role", "id": "5493999503184f9e9d4a0ad29da49dc5"}} 2018-12-12 15:26:25,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/5493999503184f9e9d4a0ad29da49dc5 used request id req-63ce4d77-64ec-4fa9-aa75-3e88f4fb0194 2018-12-12 15:26:25,270 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-abd59361-59ff-46a-proj-role to project CreateSecurityGroupTests-abd59361-59ff-46a-proj 2018-12-12 15:26:25,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4/users/5f39c2e9f3e24a628aafe112ba27ace9/roles/5493999503184f9e9d4a0ad29da49dc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:25,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff597719-96d2-4793-a4fe-2a13081cfa48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:25,391 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4/users/5f39c2e9f3e24a628aafe112ba27ace9/roles/5493999503184f9e9d4a0ad29da49dc5 used request id req-ff597719-96d2-4793-a4fe-2a13081cfa48 2018-12-12 15:26:25,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:25,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:25,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["8pWE0RkwTuG5FGmqkElaAQ"], "issued_at": "2018-12-12T15:26:25.000000Z"}} 2018-12-12 15:26:25,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:25,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aee5c5c6-3ae2-4761-84d8-b9e42e9dbacc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:25,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aee5c5c6-3ae2-4761-84d8-b9e42e9dbacc 2018-12-12 15:26:25,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:26,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4225eb2c-dc4e-4a6c-a3c4-2b60e6b7dc7e Date: Wed, 12 Dec 2018 15:26:26 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:26:26,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name&description=hello+group used request id req-4225eb2c-dc4e-4a6c-a3c4-2b60e6b7dc7e 2018-12-12 15:26:26,062 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name... 2018-12-12 15:26:26,062 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name 2018-12-12 15:26:26,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:26,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:26,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-abd59361-59ff-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:26,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a93509-ea55-4f5f-995f-b3399ca323a9 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-abd59361-59ff-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4"}, "enabled": true, "id": "e736972811604f25a111de4634abb9f4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj"}]} 2018-12-12 15:26:26,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-abd59361-59ff-46a-proj used request id req-61a93509-ea55-4f5f-995f-b3399ca323a9 2018-12-12 15:26:26,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" -d '{"security_group": {"tenant_id": "e736972811604f25a111de4634abb9f4", "name": "CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name", "description": "hello group"}}' 2018-12-12 15:26:26,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-a3c28fd3-9908-411f-92d0-34f334bb72fc Date: Wed, 12 Dec 2018 15:26:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "updated_at": "2018-12-12T15:26:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "b28c416c-1dce-404a-86cc-e668221fff87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "e736972811604f25a111de4634abb9f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "e736972811604f25a111de4634abb9f4"}], "revision_number": 2, "project_id": "e736972811604f25a111de4634abb9f4", "id": "20a70165-5401-406b-a5df-bf4f913d0997", "name": "CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name"}} 2018-12-12 15:26:26,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-a3c28fd3-9908-411f-92d0-34f334bb72fc 2018-12-12 15:26:26,593 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:26,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:26,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8b07c605-2457-4bd1-af57-eaccea749445 Date: Wed, 12 Dec 2018 15:26:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "b28c416c-1dce-404a-86cc-e668221fff87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb"}]} 2018-12-12 15:26:26,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-8b07c605-2457-4bd1-af57-eaccea749445 2018-12-12 15:26:26,770 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:26,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:27,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5f1cb8c1-39a1-480e-9567-ea459eac3c90 Date: Wed, 12 Dec 2018 15:26:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "b28c416c-1dce-404a-86cc-e668221fff87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb"}]} 2018-12-12 15:26:27,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-5f1cb8c1-39a1-480e-9567-ea459eac3c90 2018-12-12 15:26:27,034 - neutron_utils - INFO - Retrieving security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:27,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:27,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9710300c-3e8e-4421-83a0-ca9bfd2e62ff Date: Wed, 12 Dec 2018 15:26:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "updated_at": "2018-12-12T15:26:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "b28c416c-1dce-404a-86cc-e668221fff87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "e736972811604f25a111de4634abb9f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "e736972811604f25a111de4634abb9f4"}], "revision_number": 2, "project_id": "e736972811604f25a111de4634abb9f4", "id": "20a70165-5401-406b-a5df-bf4f913d0997", "name": "CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name"}]} 2018-12-12 15:26:27,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-9710300c-3e8e-4421-83a0-ca9bfd2e62ff 2018-12-12 15:26:27,234 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:27,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:27,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a6661c23-6ded-4d7d-a1c5-7062e2f8d2c8 Date: Wed, 12 Dec 2018 15:26:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "b28c416c-1dce-404a-86cc-e668221fff87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb"}]} 2018-12-12 15:26:27,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-a6661c23-6ded-4d7d-a1c5-7062e2f8d2c8 2018-12-12 15:26:27,409 - neutron_utils - INFO - Retrieving security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:27,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:27,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-71d9d483-b29f-42cb-b8fa-f5ca5781669a Date: Wed, 12 Dec 2018 15:26:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "updated_at": "2018-12-12T15:26:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "b28c416c-1dce-404a-86cc-e668221fff87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "e736972811604f25a111de4634abb9f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "e736972811604f25a111de4634abb9f4"}], "revision_number": 2, "project_id": "e736972811604f25a111de4634abb9f4", "id": "20a70165-5401-406b-a5df-bf4f913d0997", "name": "CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name"}]} 2018-12-12 15:26:27,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-71d9d483-b29f-42cb-b8fa-f5ca5781669a 2018-12-12 15:26:27,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:27,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:27,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-98da9d36-a7e8-4dc9-850a-a95a59b4b866 Date: Wed, 12 Dec 2018 15:26:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "b28c416c-1dce-404a-86cc-e668221fff87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb"}]} 2018-12-12 15:26:27,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-98da9d36-a7e8-4dc9-850a-a95a59b4b866 2018-12-12 15:26:27,642 - neutron_utils - INFO - Retrieving security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:27,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:27,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-131954a0-c530-4acb-83d1-7e29a97f2c14 Date: Wed, 12 Dec 2018 15:26:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "updated_at": "2018-12-12T15:26:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "b28c416c-1dce-404a-86cc-e668221fff87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "e736972811604f25a111de4634abb9f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "e736972811604f25a111de4634abb9f4"}], "revision_number": 2, "project_id": "e736972811604f25a111de4634abb9f4", "id": "20a70165-5401-406b-a5df-bf4f913d0997", "name": "CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name"}]} 2018-12-12 15:26:27,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-131954a0-c530-4acb-83d1-7e29a97f2c14 2018-12-12 15:26:27,857 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:27,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:28,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa0706e8-8836-47a3-bb66-a69d5dbe669f Date: Wed, 12 Dec 2018 15:26: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-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "b28c416c-1dce-404a-86cc-e668221fff87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb"}]} 2018-12-12 15:26:28,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-aa0706e8-8836-47a3-bb66-a69d5dbe669f 2018-12-12 15:26:28,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:28,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5493999503184f9e9d4a0ad29da49dc5", "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj-role"}], "expires_at": "2018-12-12T16:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e736972811604f25a111de4634abb9f4", "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e736972811604f25a111de4634abb9f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e736972811604f25a111de4634abb9f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e736972811604f25a111de4634abb9f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e736972811604f25a111de4634abb9f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e736972811604f25a111de4634abb9f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e736972811604f25a111de4634abb9f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e736972811604f25a111de4634abb9f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e736972811604f25a111de4634abb9f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e736972811604f25a111de4634abb9f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e736972811604f25a111de4634abb9f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e736972811604f25a111de4634abb9f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e736972811604f25a111de4634abb9f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-abd59361-59ff-46a-user", "id": "5f39c2e9f3e24a628aafe112ba27ace9"}, "audit_ids": ["RrRNo6tgSKOfgi6vICQ1vQ"], "issued_at": "2018-12-12T15:26:28.000000Z"}} 2018-12-12 15:26:28,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e41360e408a422bf2e0bc602f3d7040a09c44d" 2018-12-12 15:26:28,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7016e34a-d7ec-4d9d-b384-4c36409095ec Date: Wed, 12 Dec 2018 15:26:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "updated_at": "2018-12-12T15:26:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "b28c416c-1dce-404a-86cc-e668221fff87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "e736972811604f25a111de4634abb9f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "e736972811604f25a111de4634abb9f4"}], "revision_number": 2, "project_id": "e736972811604f25a111de4634abb9f4", "id": "20a70165-5401-406b-a5df-bf4f913d0997", "name": "CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name"}]} 2018-12-12 15:26:28,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name&description=hello+group used request id req-7016e34a-d7ec-4d9d-b384-4c36409095ec 2018-12-12 15:26:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:28,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:28,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d2f742b4cd232ce00e78acd5ea9db73579642e" 2018-12-12 15:26:28,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2234cf6b-dfab-4dbd-9465-719cd7c6a4ec Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4"}, "enabled": true, "id": "e736972811604f25a111de4634abb9f4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj"}} 2018-12-12 15:26:28,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4 used request id req-2234cf6b-dfab-4dbd-9465-719cd7c6a4ec 2018-12-12 15:26:28,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:28,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e41360e408a422bf2e0bc602f3d7040a09c44d" 2018-12-12 15:26:28,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5ad660b0-d059-4153-ad5b-0f690028a842 Date: Wed, 12 Dec 2018 15:26: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-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "b28c416c-1dce-404a-86cc-e668221fff87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb"}]} 2018-12-12 15:26:28,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-5ad660b0-d059-4153-ad5b-0f690028a842 2018-12-12 15:26:28,973 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20a70165-5401-406b-a5df-bf4f913d0997 2018-12-12 15:26:28,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e41360e408a422bf2e0bc602f3d7040a09c44d" 2018-12-12 15:26:29,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8378e900-0900-4f61-a3cf-47119a6de70f Date: Wed, 12 Dec 2018 15:26: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-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "b28c416c-1dce-404a-86cc-e668221fff87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "20a70165-5401-406b-a5df-bf4f913d0997", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "de717f66-fcc6-4c77-8969-ea062d01d5cb"}]} 2018-12-12 15:26:29,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=20a70165-5401-406b-a5df-bf4f913d0997 used request id req-8378e900-0900-4f61-a3cf-47119a6de70f 2018-12-12 15:26:29,162 - neutron_utils - INFO - Deleting security group rule with ID - b28c416c-1dce-404a-86cc-e668221fff87 2018-12-12 15:26:29,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b28c416c-1dce-404a-86cc-e668221fff87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:29,589 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-05a95f80-a01a-406f-9d1c-2fb791b0906c Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:29,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b28c416c-1dce-404a-86cc-e668221fff87 used request id req-05a95f80-a01a-406f-9d1c-2fb791b0906c 2018-12-12 15:26:29,590 - neutron_utils - INFO - Deleting security group rule with ID - de717f66-fcc6-4c77-8969-ea062d01d5cb 2018-12-12 15:26:29,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/de717f66-fcc6-4c77-8969-ea062d01d5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:29,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b68fe62-45a1-4612-b33d-ffac3975087d Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:29,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/de717f66-fcc6-4c77-8969-ea062d01d5cb used request id req-1b68fe62-45a1-4612-b33d-ffac3975087d 2018-12-12 15:26:29,842 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-48337091-1de4-41c2-8ab2-515176942225name 2018-12-12 15:26:29,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/20a70165-5401-406b-a5df-bf4f913d0997 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cafd81f16671d48fbe97c6fbeed3f6af6f00ba66" 2018-12-12 15:26:29,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7e75680-a5ef-4817-a7b3-a1d658c7dd61 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:29,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/20a70165-5401-406b-a5df-bf4f913d0997 used request id req-e7e75680-a5ef-4817-a7b3-a1d658c7dd61 2018-12-12 15:26:29,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:30,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-60b33a61-5d04-473a-b8de-3ad5ba612dc7 Date: Wed, 12 Dec 2018 15:26:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "updated_at": "2018-12-12T15:26:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "3611a45c-a72b-4d50-8c54-3c4efcd9dd66", "remote_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "e736972811604f25a111de4634abb9f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "55619b26-af5f-47bb-bfcd-579d139f5ecc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "e736972811604f25a111de4634abb9f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "7d4ab4f0-5f37-4d80-9721-270fff0fc1ea", "remote_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "e736972811604f25a111de4634abb9f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "revision_number": 0, "id": "b1872b01-3c73-4c2d-951b-d6c04024f131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:26Z", "security_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "tenant_id": "e736972811604f25a111de4634abb9f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "e736972811604f25a111de4634abb9f4"}], "revision_number": 4, "project_id": "e736972811604f25a111de4634abb9f4", "id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:26:30,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-60b33a61-5d04-473a-b8de-3ad5ba612dc7 2018-12-12 15:26:30,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:30,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f90ee39-693e-4285-9c54-d36dec0e1499 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4"}, "enabled": true, "id": "e736972811604f25a111de4634abb9f4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-abd59361-59ff-46a-proj"}} 2018-12-12 15:26:30,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4 used request id req-5f90ee39-693e-4285-9c54-d36dec0e1499 2018-12-12 15:26:30,259 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694 2018-12-12 15:26:30,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:30,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-29b4691d-804f-4801-9afe-e244668ac730 Date: Wed, 12 Dec 2018 15:26:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "3611a45c-a72b-4d50-8c54-3c4efcd9dd66"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "55619b26-af5f-47bb-bfcd-579d139f5ecc"}, {"remote_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "7d4ab4f0-5f37-4d80-9721-270fff0fc1ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:26Z", "security_group_id": "4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694", "port_range_min": null, "revision_number": 0, "tenant_id": "e736972811604f25a111de4634abb9f4", "created_at": "2018-12-12T15:26:26Z", "project_id": "e736972811604f25a111de4634abb9f4", "id": "b1872b01-3c73-4c2d-951b-d6c04024f131"}]} 2018-12-12 15:26:30,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694 used request id req-29b4691d-804f-4801-9afe-e244668ac730 2018-12-12 15:26:30,442 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:26:30,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:30,737 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6beec2b-6800-4f4e-9319-7ed36f5f19d1 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:30,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/4dd4cc36-f0d6-4b5a-b2ea-a59ba95cb694 used request id req-b6beec2b-6800-4f4e-9319-7ed36f5f19d1 2018-12-12 15:26:30,738 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-abd59361-59ff-46a-proj 2018-12-12 15:26:30,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:30,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc79d8c8-d0b3-4206-ade1-51c0618d0b3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:30,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e736972811604f25a111de4634abb9f4 used request id req-dc79d8c8-d0b3-4206-ade1-51c0618d0b3d 2018-12-12 15:26:30,918 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-abd59361-59ff-46a-proj-role 2018-12-12 15:26:30,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/5493999503184f9e9d4a0ad29da49dc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:31,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98b3ce42-26c6-4f78-9668-daa0f2752dc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:31,028 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/5493999503184f9e9d4a0ad29da49dc5 used request id req-98b3ce42-26c6-4f78-9668-daa0f2752dc1 2018-12-12 15:26:31,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa81ed9a5335b45a0ba44ebeb7e81a9901d68f11" 2018-12-12 15:26:31,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f35a84-75e5-4b5b-ae92-2f5e4682e0f2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:31,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-62f35a84-75e5-4b5b-ae92-2f5e4682e0f2 2018-12-12 15:26:31,118 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-abd59361-59ff-46a-user 2018-12-12 15:26:31,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/5f39c2e9f3e24a628aafe112ba27ace9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b52e7d68cbd144e540961bf83a0f7b2ef76e1363" 2018-12-12 15:26:31,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc552597-9944-4830-959c-1464f51c5b9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:31,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/5f39c2e9f3e24a628aafe112ba27ace9 used request id req-bc552597-9944-4830-959c-1464f51c5b9c 2018-12-12 15:26:31,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:31,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["YoeuBp9bRkuNz2gep8QpcQ"], "issued_at": "2018-12-12T15:26:31.000000Z"}} 2018-12-12 15:26:31,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46cc634ee4d304a427678bc836b8019b01bddcf1" 2018-12-12 15:26:31,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35243cfb-9d9b-4192-a1a1-3f9a11f47de4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:31,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-35243cfb-9d9b-4192-a1a1-3f9a11f47de4 2018-12-12 15:26:31,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:31,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:32,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["9rJHSmtQT9eQ3ybzlGnguw"], "issued_at": "2018-12-12T15:26:32.000000Z"}} 2018-12-12 15:26:32,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:32,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82146771-719b-4e01-b262-233c601e2783 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:32,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-82146771-719b-4e01-b262-233c601e2783 2018-12-12 15:26:32,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:32,352 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:32,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-5a1058bd-5621-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:32,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22a6e2bf-582a-4478-9122-abe236671458 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-5a1058bd-5621-49c-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:26:32,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-5a1058bd-5621-49c-proj used request id req-22a6e2bf-582a-4478-9122-abe236671458 2018-12-12 15:26:32,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:32,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1663d620-68d4-47af-b25f-8230d1ac9573 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:32,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1663d620-68d4-47af-b25f-8230d1ac9573 2018-12-12 15:26:32,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj"}}' 2018-12-12 15:26:32,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0143bdeb-fc96-4887-90db-7dc2a1de5305 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003"}, "enabled": true, "id": "a3fd1003fa5949ba89797cad5affa003", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj"}} 2018-12-12 15:26:32,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0143bdeb-fc96-4887-90db-7dc2a1de5305 2018-12-12 15:26:32,658 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-5a1058bd-5621-49c-proj 2018-12-12 15:26:32,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:32,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:33,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["DDWTWgKWStq23lLlyaB7QQ"], "issued_at": "2018-12-12T15:26:33.000000Z"}} 2018-12-12 15:26:33,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f46432a8fb209e63589330569f7ff534bb0d52f7" 2018-12-12 15:26:33,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e546e7dd-8ee4-40d0-8ca8-60348a4fdc83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:33,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e546e7dd-8ee4-40d0-8ca8-60348a4fdc83 2018-12-12 15:26:33,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:33,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:33,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f46432a8fb209e63589330569f7ff534bb0d52f7" 2018-12-12 15:26:33,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f51e5e-beac-440d-a77b-04a68a6c076d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:26:33,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f3f51e5e-beac-440d-a77b-04a68a6c076d 2018-12-12 15:26:33,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-5a1058bd-5621-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f46432a8fb209e63589330569f7ff534bb0d52f7" 2018-12-12 15:26:33,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9be4cefb-47ff-4cae-9633-9fe54abee3a7 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-5a1058bd-5621-49c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003"}, "enabled": true, "id": "a3fd1003fa5949ba89797cad5affa003", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj"}]} 2018-12-12 15:26:33,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-5a1058bd-5621-49c-proj used request id req-9be4cefb-47ff-4cae-9633-9fe54abee3a7 2018-12-12 15:26:33,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f46432a8fb209e63589330569f7ff534bb0d52f7" 2018-12-12 15:26:33,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2bbb192-d464-4188-b86d-360648768b0b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:33,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f2bbb192-d464-4188-b86d-360648768b0b 2018-12-12 15:26:33,783 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-5a1058bd-5621-49c-user 2018-12-12 15:26:33,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:33,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:33,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d0c122e-44a6-4ffb-b3c1-528ce42fa4e4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:33,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0d0c122e-44a6-4ffb-b3c1-528ce42fa4e4 2018-12-12 15:26:33,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" -d '{"role": {"name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj-role"}}' 2018-12-12 15:26:33,999 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00c60876-a9af-476d-9aa7-7e6a37884079 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ba23e40c018540e5a5047acc1a607752", "links": {"self": "http://172.30.9.29:5000/v3/roles/ba23e40c018540e5a5047acc1a607752"}, "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj-role"}} 2018-12-12 15:26:33,999 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-00c60876-a9af-476d-9aa7-7e6a37884079 2018-12-12 15:26:33,999 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-5a1058bd-5621-49c-proj-role 2018-12-12 15:26:34,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/ba23e40c018540e5a5047acc1a607752 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:34,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7577f773-5a66-4c87-82eb-5d70990a57ca Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ba23e40c018540e5a5047acc1a607752"}, "domain_id": null, "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj-role", "id": "ba23e40c018540e5a5047acc1a607752"}} 2018-12-12 15:26:34,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ba23e40c018540e5a5047acc1a607752 used request id req-7577f773-5a66-4c87-82eb-5d70990a57ca 2018-12-12 15:26:34,020 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-5a1058bd-5621-49c-proj-role to project CreateSecurityGroupTests-5a1058bd-5621-49c-proj 2018-12-12 15:26:34,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003/users/f068245a595f4c4cbc18c5b765a738f6/roles/ba23e40c018540e5a5047acc1a607752 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:34,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a780ba8-5ecd-4898-a020-05b876b1a461 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:34,235 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003/users/f068245a595f4c4cbc18c5b765a738f6/roles/ba23e40c018540e5a5047acc1a607752 used request id req-7a780ba8-5ecd-4898-a020-05b876b1a461 2018-12-12 15:26:34,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:34,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:34,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ba23e40c018540e5a5047acc1a607752", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj-role"}], "expires_at": "2018-12-12T16:26:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3fd1003fa5949ba89797cad5affa003", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a3fd1003fa5949ba89797cad5affa003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a3fd1003fa5949ba89797cad5affa003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a3fd1003fa5949ba89797cad5affa003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a3fd1003fa5949ba89797cad5affa003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a3fd1003fa5949ba89797cad5affa003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a3fd1003fa5949ba89797cad5affa003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-user", "id": "f068245a595f4c4cbc18c5b765a738f6"}, "audit_ids": ["6DpootODTVWo1qnpEYaTDQ"], "issued_at": "2018-12-12T15:26:34.000000Z"}} 2018-12-12 15:26:34,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:34,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80474a9-8e41-4c5b-8306-31bbe1043936 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:34,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d80474a9-8e41-4c5b-8306-31bbe1043936 2018-12-12 15:26:34,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:34,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f2013827-6d64-43e2-b871-377367cec1bd Date: Wed, 12 Dec 2018 15:26:34 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:26:34,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename&description=hello+group used request id req-f2013827-6d64-43e2-b871-377367cec1bd 2018-12-12 15:26:34,990 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename... 2018-12-12 15:26:34,990 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename 2018-12-12 15:26:34,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" -d '{"security_group": {"name": "CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename", "description": "hello group"}}' 2018-12-12 15:26:35,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-3980e5f6-5f9e-4628-94cf-83b62f93f4e9 Date: Wed, 12 Dec 2018 15:26:35 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "updated_at": "2018-12-12T15:26:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}], "revision_number": 2, "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "306e7864-417c-4167-8a2e-c951baf15b1b", "name": "CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename"}} 2018-12-12 15:26:35,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-3980e5f6-5f9e-4628-94cf-83b62f93f4e9 2018-12-12 15:26:35,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:35,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:35,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-866dbc56-54db-40cf-b1c2-f3b04cb6a15b Date: Wed, 12 Dec 2018 15:26:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:35,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-866dbc56-54db-40cf-b1c2-f3b04cb6a15b 2018-12-12 15:26:35,661 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:35,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:35,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a90f2923-c9ea-4e5a-9a0f-b11d5439467f Date: Wed, 12 Dec 2018 15:26:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:35,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-a90f2923-c9ea-4e5a-9a0f-b11d5439467f 2018-12-12 15:26:35,842 - neutron_utils - INFO - Retrieving security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:35,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:36,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-91bbb336-ce8b-4e1b-a794-6845bc009bae Date: Wed, 12 Dec 2018 15:26:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "updated_at": "2018-12-12T15:26:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}], "revision_number": 2, "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "306e7864-417c-4167-8a2e-c951baf15b1b", "name": "CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename"}]} 2018-12-12 15:26:36,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-91bbb336-ce8b-4e1b-a794-6845bc009bae 2018-12-12 15:26:36,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:36,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:36,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d5ce8ea-cd91-449a-bf10-b9516d3d1962 Date: Wed, 12 Dec 2018 15:26:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:36,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-7d5ce8ea-cd91-449a-bf10-b9516d3d1962 2018-12-12 15:26:36,223 - neutron_utils - INFO - Retrieving security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:36,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:36,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6672595d-44b0-47be-bdca-0959a5966ca4 Date: Wed, 12 Dec 2018 15:26:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "updated_at": "2018-12-12T15:26:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}], "revision_number": 2, "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "306e7864-417c-4167-8a2e-c951baf15b1b", "name": "CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename"}]} 2018-12-12 15:26:36,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-6672595d-44b0-47be-bdca-0959a5966ca4 2018-12-12 15:26:36,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:36,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:36,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-99e25ea5-1f5b-4662-a6f5-72b9a051ac98 Date: Wed, 12 Dec 2018 15:26:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:36,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-99e25ea5-1f5b-4662-a6f5-72b9a051ac98 2018-12-12 15:26:36,450 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename 2018-12-12 15:26:36,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:36,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9c71d26c-05ae-4c1d-8733-cad70a44c18d Date: Wed, 12 Dec 2018 15:26:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "updated_at": "2018-12-12T15:26:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}], "revision_number": 2, "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "306e7864-417c-4167-8a2e-c951baf15b1b", "name": "CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename"}]} 2018-12-12 15:26:36,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename used request id req-9c71d26c-05ae-4c1d-8733-cad70a44c18d 2018-12-12 15:26:36,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:36,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:36,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:36,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97fba119-0ff8-49b8-bdbd-f4acafe4d1e8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003"}, "enabled": true, "id": "a3fd1003fa5949ba89797cad5affa003", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj"}} 2018-12-12 15:26:36,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003 used request id req-97fba119-0ff8-49b8-bdbd-f4acafe4d1e8 2018-12-12 15:26:36,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:36,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:36,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-14c698d5-7d5a-40b7-8b7d-16427c968e6b Date: Wed, 12 Dec 2018 15:26:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:36,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-14c698d5-7d5a-40b7-8b7d-16427c968e6b 2018-12-12 15:26:36,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": 10}}' 2018-12-12 15:26:36,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-6ce9647f-5129-4689-91f1-addf4b9fbfe7 Date: Wed, 12 Dec 2018 15:26:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:36Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": 10, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:36Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "09912920-047f-4c46-9b29-d0862aad0ee4"}} 2018-12-12 15:26:36,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-6ce9647f-5129-4689-91f1-addf4b9fbfe7 2018-12-12 15:26:36,982 - neutron_utils - INFO - Retrieving security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:36,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:37,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-8914fa7f-f48b-4d6f-9b32-59285a749d86 Date: Wed, 12 Dec 2018 15:26:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "updated_at": "2018-12-12T15:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:36Z", "revision_number": 0, "id": "09912920-047f-4c46-9b29-d0862aad0ee4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:36Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": 10, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}], "revision_number": 3, "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "306e7864-417c-4167-8a2e-c951baf15b1b", "name": "CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename"}]} 2018-12-12 15:26:37,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-8914fa7f-f48b-4d6f-9b32-59285a749d86 2018-12-12 15:26:37,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:37,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:37,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-cb0be44a-2dd1-4ef3-8e7b-e6bad3e0d2d6 Date: Wed, 12 Dec 2018 15:26:37 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-12-12T15:26:36Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": 10, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:36Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "09912920-047f-4c46-9b29-d0862aad0ee4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:37,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-cb0be44a-2dd1-4ef3-8e7b-e6bad3e0d2d6 2018-12-12 15:26:37,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:37,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ba23e40c018540e5a5047acc1a607752", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj-role"}], "expires_at": "2018-12-12T16:26:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3fd1003fa5949ba89797cad5affa003", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a3fd1003fa5949ba89797cad5affa003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a3fd1003fa5949ba89797cad5affa003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a3fd1003fa5949ba89797cad5affa003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a3fd1003fa5949ba89797cad5affa003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a3fd1003fa5949ba89797cad5affa003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a3fd1003fa5949ba89797cad5affa003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a3fd1003fa5949ba89797cad5affa003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-user", "id": "f068245a595f4c4cbc18c5b765a738f6"}, "audit_ids": ["i_3ZaWDXQs-heo6BJAkKQQ"], "issued_at": "2018-12-12T15:26:37.000000Z"}} 2018-12-12 15:26:37,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1724451bd6af01d985c5b805db7ceddfc93e943f" 2018-12-12 15:26:37,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-01fd7184-eb07-4d17-8de6-0c0991bf5cbd Date: Wed, 12 Dec 2018 15:26:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "updated_at": "2018-12-12T15:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:36Z", "revision_number": 0, "id": "09912920-047f-4c46-9b29-d0862aad0ee4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:36Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": 10, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}], "revision_number": 3, "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "306e7864-417c-4167-8a2e-c951baf15b1b", "name": "CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename"}]} 2018-12-12 15:26:37,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename&description=hello+group used request id req-01fd7184-eb07-4d17-8de6-0c0991bf5cbd 2018-12-12 15:26:37,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:37,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1724451bd6af01d985c5b805db7ceddfc93e943f" 2018-12-12 15:26:38,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-00d628f8-3f31-4fd5-8e60-2be189078d15 Date: Wed, 12 Dec 2018 15:26:38 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-12-12T15:26:36Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": 10, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:36Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "09912920-047f-4c46-9b29-d0862aad0ee4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:38,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-00d628f8-3f31-4fd5-8e60-2be189078d15 2018-12-12 15:26:38,139 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:38,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1724451bd6af01d985c5b805db7ceddfc93e943f" 2018-12-12 15:26:38,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-405195a1-cadf-41e0-a4e0-bd275c17aa6b Date: Wed, 12 Dec 2018 15:26:38 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-12-12T15:26:36Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": 10, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:36Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "09912920-047f-4c46-9b29-d0862aad0ee4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:38,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-405195a1-cadf-41e0-a4e0-bd275c17aa6b 2018-12-12 15:26:38,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1724451bd6af01d985c5b805db7ceddfc93e943f" 2018-12-12 15:26:38,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-91afb063-d814-48ed-af7d-0173dc844fd1 Date: Wed, 12 Dec 2018 15:26:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "updated_at": "2018-12-12T15:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:36Z", "revision_number": 0, "id": "09912920-047f-4c46-9b29-d0862aad0ee4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:36Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": 10, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "revision_number": 0, "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}], "revision_number": 3, "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "306e7864-417c-4167-8a2e-c951baf15b1b", "name": "CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename"}]} 2018-12-12 15:26:38,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename used request id req-91afb063-d814-48ed-af7d-0173dc844fd1 2018-12-12 15:26:38,515 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 306e7864-417c-4167-8a2e-c951baf15b1b 2018-12-12 15:26:38,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1724451bd6af01d985c5b805db7ceddfc93e943f" 2018-12-12 15:26:38,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-58e85c61-d5b6-4835-ba23-4035081dc5c9 Date: Wed, 12 Dec 2018 15:26:38 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-12-12T15:26:36Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": 10, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:36Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "09912920-047f-4c46-9b29-d0862aad0ee4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "3c237b74-0c3c-40e0-8ccb-b7c972471985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:35Z", "security_group_id": "306e7864-417c-4167-8a2e-c951baf15b1b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:35Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "da9a0a68-c1bf-4b19-959d-a9e98f19071f"}]} 2018-12-12 15:26:38,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=306e7864-417c-4167-8a2e-c951baf15b1b used request id req-58e85c61-d5b6-4835-ba23-4035081dc5c9 2018-12-12 15:26:38,548 - neutron_utils - INFO - Deleting security group rule with ID - 3c237b74-0c3c-40e0-8ccb-b7c972471985 2018-12-12 15:26:38,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/3c237b74-0c3c-40e0-8ccb-b7c972471985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:38,653 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35fc08bf-0537-46ff-9a5d-d9ee44233c98 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:38,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/3c237b74-0c3c-40e0-8ccb-b7c972471985 used request id req-35fc08bf-0537-46ff-9a5d-d9ee44233c98 2018-12-12 15:26:38,653 - neutron_utils - INFO - Deleting security group rule with ID - da9a0a68-c1bf-4b19-959d-a9e98f19071f 2018-12-12 15:26:38,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/da9a0a68-c1bf-4b19-959d-a9e98f19071f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:38,898 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f4a0773b-414d-4b5c-bb4d-2f63cdfa7432 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:38,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/da9a0a68-c1bf-4b19-959d-a9e98f19071f used request id req-f4a0773b-414d-4b5c-bb4d-2f63cdfa7432 2018-12-12 15:26:38,898 - neutron_utils - INFO - Deleting security group rule with ID - 09912920-047f-4c46-9b29-d0862aad0ee4 2018-12-12 15:26:38,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/09912920-047f-4c46-9b29-d0862aad0ee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:39,002 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e24a92f4-03c9-4bf8-85e4-d1fcea69d484 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:39,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/09912920-047f-4c46-9b29-d0862aad0ee4 used request id req-e24a92f4-03c9-4bf8-85e4-d1fcea69d484 2018-12-12 15:26:39,003 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b9821740-4986-49f4-b443-055870bd216ename 2018-12-12 15:26:39,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/306e7864-417c-4167-8a2e-c951baf15b1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d53742acad8e62fcdb3704c3f8120e5c9ce2427" 2018-12-12 15:26:39,316 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab3be76b-3875-45ba-8749-cfb4822875d0 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:39,316 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/306e7864-417c-4167-8a2e-c951baf15b1b used request id req-ab3be76b-3875-45ba-8749-cfb4822875d0 2018-12-12 15:26:39,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:39,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e684ac72-4bf2-46f8-983e-76e8174c8173 Date: Wed, 12 Dec 2018 15:26:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:34Z", "updated_at": "2018-12-12T15:26:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:34Z", "revision_number": 0, "id": "1e3c2d52-11a2-4c79-9ea0-33e145aecb63", "remote_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:34Z", "security_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:34Z", "revision_number": 0, "id": "2543f8d5-70fa-4607-89bc-f1e27a589e24", "remote_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:34Z", "security_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:34Z", "revision_number": 0, "id": "417a035e-cf94-4009-b057-ec9d55f8b181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:34Z", "security_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3fd1003fa5949ba89797cad5affa003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:34Z", "revision_number": 0, "id": "b7a18fa5-1c92-44dd-8291-62922f7501e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:34Z", "security_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3fd1003fa5949ba89797cad5affa003"}], "revision_number": 4, "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:26:39,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e684ac72-4bf2-46f8-983e-76e8174c8173 2018-12-12 15:26:39,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:39,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c61bb8e9-16ca-4090-b418-efa34c7cbb11 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003"}, "enabled": true, "id": "a3fd1003fa5949ba89797cad5affa003", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-5a1058bd-5621-49c-proj"}} 2018-12-12 15:26:39,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003 used request id req-c61bb8e9-16ca-4090-b418-efa34c7cbb11 2018-12-12 15:26:39,627 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9a42b60d-e1c6-404b-b567-0f0a261f0e9b 2018-12-12 15:26:39,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9a42b60d-e1c6-404b-b567-0f0a261f0e9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:39,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-35589ef8-3d06-415a-a205-2ea4f8a64186 Date: Wed, 12 Dec 2018 15:26:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:34Z", "security_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:34Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "1e3c2d52-11a2-4c79-9ea0-33e145aecb63"}, {"remote_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:34Z", "security_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:34Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "2543f8d5-70fa-4607-89bc-f1e27a589e24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:34Z", "security_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:34Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "417a035e-cf94-4009-b057-ec9d55f8b181"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:34Z", "security_group_id": "9a42b60d-e1c6-404b-b567-0f0a261f0e9b", "port_range_min": null, "revision_number": 0, "tenant_id": "a3fd1003fa5949ba89797cad5affa003", "created_at": "2018-12-12T15:26:34Z", "project_id": "a3fd1003fa5949ba89797cad5affa003", "id": "b7a18fa5-1c92-44dd-8291-62922f7501e3"}]} 2018-12-12 15:26:39,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9a42b60d-e1c6-404b-b567-0f0a261f0e9b used request id req-35589ef8-3d06-415a-a205-2ea4f8a64186 2018-12-12 15:26:39,811 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:26:39,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9a42b60d-e1c6-404b-b567-0f0a261f0e9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:40,135 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3928eaf8-c70b-4743-9cd5-74791908b58a Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:40,135 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9a42b60d-e1c6-404b-b567-0f0a261f0e9b used request id req-3928eaf8-c70b-4743-9cd5-74791908b58a 2018-12-12 15:26:40,136 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-5a1058bd-5621-49c-proj 2018-12-12 15:26:40,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:40,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64f43196-69f8-4681-ad0d-a92e2a66d420 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:40,349 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a3fd1003fa5949ba89797cad5affa003 used request id req-64f43196-69f8-4681-ad0d-a92e2a66d420 2018-12-12 15:26:40,349 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-5a1058bd-5621-49c-proj-role 2018-12-12 15:26:40,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/ba23e40c018540e5a5047acc1a607752 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:40,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f32dfb8-ecff-42c5-8bc6-eea7bbb0d61a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:40,454 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ba23e40c018540e5a5047acc1a607752 used request id req-2f32dfb8-ecff-42c5-8bc6-eea7bbb0d61a 2018-12-12 15:26:40,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9759da7847d9d2815ddc91a3334a1dfc2e14bc21" 2018-12-12 15:26:40,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25098b4-afbf-4f96-8ef2-318ab8a39736 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:40,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f25098b4-afbf-4f96-8ef2-318ab8a39736 2018-12-12 15:26:40,548 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-5a1058bd-5621-49c-user 2018-12-12 15:26:40,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f068245a595f4c4cbc18c5b765a738f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f46432a8fb209e63589330569f7ff534bb0d52f7" 2018-12-12 15:26:40,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca162107-cb85-4c89-8eb7-e0395a1bd57a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:40,734 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f068245a595f4c4cbc18c5b765a738f6 used request id req-ca162107-cb85-4c89-8eb7-e0395a1bd57a 2018-12-12 15:26:40,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:41,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["q7lND27ETRyzKHgns3p_GQ"], "issued_at": "2018-12-12T15:26:41.000000Z"}} 2018-12-12 15:26:41,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d851bae2a9256262c7d768cb7abc28c7c45328cf" 2018-12-12 15:26:41,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624cbb2b-c0f4-4eb9-ba4d-f1f39c901123 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:41,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-624cbb2b-c0f4-4eb9-ba4d-f1f39c901123 2018-12-12 15:26:41,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:41,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:41,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["BgxuAvplSvabGj8ImiyUFg"], "issued_at": "2018-12-12T15:26:41.000000Z"}} 2018-12-12 15:26:41,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:41,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32fa3227-478c-43c7-b15e-65ca59a41b63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:41,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-32fa3227-478c-43c7-b15e-65ca59a41b63 2018-12-12 15:26:41,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:41,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:41,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c1d975a4-6549-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:41,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef092dad-c1ee-4c70-bf5e-082fec133cf7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c1d975a4-6549-473-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:26:41,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c1d975a4-6549-473-proj used request id req-ef092dad-c1ee-4c70-bf5e-082fec133cf7 2018-12-12 15:26:41,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:41,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1881088-61c5-441b-ae04-853cb46ff879 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:41,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b1881088-61c5-441b-ae04-853cb46ff879 2018-12-12 15:26:41,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj"}}' 2018-12-12 15:26:41,975 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8082bed1-b776-49d6-a3a8-e90b0e79da60 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455"}, "enabled": true, "id": "91329411c5d24c16862ff16cd519f455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj"}} 2018-12-12 15:26:41,975 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-8082bed1-b776-49d6-a3a8-e90b0e79da60 2018-12-12 15:26:41,976 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-c1d975a4-6549-473-proj 2018-12-12 15:26:41,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:41,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:42,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["O_sKN10mTYahHvf36TdWaw"], "issued_at": "2018-12-12T15:26:42.000000Z"}} 2018-12-12 15:26:42,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}019a60376c387f2a50fae7267a2efeb3255740b9" 2018-12-12 15:26:42,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510877ee-36d9-4bb5-ad9a-d178526525dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:42,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-510877ee-36d9-4bb5-ad9a-d178526525dc 2018-12-12 15:26:42,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:42,469 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:42,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}019a60376c387f2a50fae7267a2efeb3255740b9" 2018-12-12 15:26:42,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7ba8da6-49a7-448d-ab0b-c7d9c83f6cce Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:26:42,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f7ba8da6-49a7-448d-ab0b-c7d9c83f6cce 2018-12-12 15:26:42,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c1d975a4-6549-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}019a60376c387f2a50fae7267a2efeb3255740b9" 2018-12-12 15:26:42,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0720a98e-9901-44f8-842a-2948d2201ed7 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c1d975a4-6549-473-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455"}, "enabled": true, "id": "91329411c5d24c16862ff16cd519f455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj"}]} 2018-12-12 15:26:42,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c1d975a4-6549-473-proj used request id req-0720a98e-9901-44f8-842a-2948d2201ed7 2018-12-12 15:26:42,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}019a60376c387f2a50fae7267a2efeb3255740b9" 2018-12-12 15:26:42,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04b21e0-31fd-4075-8059-5c53e8aeea4b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:42,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e04b21e0-31fd-4075-8059-5c53e8aeea4b 2018-12-12 15:26:43,124 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-c1d975a4-6549-473-user 2018-12-12 15:26:43,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:43,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:43,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f71320f-524e-48a1-9194-1829680b0fda Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:43,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4f71320f-524e-48a1-9194-1829680b0fda 2018-12-12 15:26:43,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" -d '{"role": {"name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj-role"}}' 2018-12-12 15:26:43,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40b7bebc-3a34-43b8-9548-1c2c89ffeba0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af80caaecab843db92ca793ccc6e94db", "links": {"self": "http://172.30.9.29:5000/v3/roles/af80caaecab843db92ca793ccc6e94db"}, "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj-role"}} 2018-12-12 15:26:43,328 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-40b7bebc-3a34-43b8-9548-1c2c89ffeba0 2018-12-12 15:26:43,328 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-c1d975a4-6549-473-proj-role 2018-12-12 15:26:43,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/af80caaecab843db92ca793ccc6e94db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:43,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2640ccee-37fd-459d-bdaf-39491439dc32 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/af80caaecab843db92ca793ccc6e94db"}, "domain_id": null, "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj-role", "id": "af80caaecab843db92ca793ccc6e94db"}} 2018-12-12 15:26:43,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/af80caaecab843db92ca793ccc6e94db used request id req-2640ccee-37fd-459d-bdaf-39491439dc32 2018-12-12 15:26:43,423 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-c1d975a4-6549-473-proj-role to project CreateSecurityGroupTests-c1d975a4-6549-473-proj 2018-12-12 15:26:43,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455/users/014c43de20124794b0e547d0aed4a5a3/roles/af80caaecab843db92ca793ccc6e94db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:43,540 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deccc690-f882-48fd-8a52-18b0fedd59d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:43,540 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455/users/014c43de20124794b0e547d0aed4a5a3/roles/af80caaecab843db92ca793ccc6e94db used request id req-deccc690-f882-48fd-8a52-18b0fedd59d5 2018-12-12 15:26:43,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:43,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:44,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af80caaecab843db92ca793ccc6e94db", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj-role"}], "expires_at": "2018-12-12T16:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91329411c5d24c16862ff16cd519f455", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/91329411c5d24c16862ff16cd519f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/91329411c5d24c16862ff16cd519f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/91329411c5d24c16862ff16cd519f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/91329411c5d24c16862ff16cd519f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/91329411c5d24c16862ff16cd519f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/91329411c5d24c16862ff16cd519f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/91329411c5d24c16862ff16cd519f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/91329411c5d24c16862ff16cd519f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/91329411c5d24c16862ff16cd519f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/91329411c5d24c16862ff16cd519f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/91329411c5d24c16862ff16cd519f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/91329411c5d24c16862ff16cd519f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c1d975a4-6549-473-user", "id": "014c43de20124794b0e547d0aed4a5a3"}, "audit_ids": ["BA4qG2ygTkeeWClG8nykdw"], "issued_at": "2018-12-12T15:26:44.000000Z"}} 2018-12-12 15:26:44,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:44,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b38313-9a51-4245-bb5b-99a106c3df91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:44,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-90b38313-9a51-4245-bb5b-99a106c3df91 2018-12-12 15:26:44,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:44,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b9d45057-7eff-49be-8651-1d7625b88417 Date: Wed, 12 Dec 2018 15:26:44 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:26:44,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name&description=hello+group used request id req-b9d45057-7eff-49be-8651-1d7625b88417 2018-12-12 15:26:44,376 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name... 2018-12-12 15:26:44,376 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name 2018-12-12 15:26:44,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" -d '{"security_group": {"name": "CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name", "description": "hello group"}}' 2018-12-12 15:26:44,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-01e1c55c-a66f-4431-8c00-496f8c2a67d9 Date: Wed, 12 Dec 2018 15:26:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "updated_at": "2018-12-12T15:26:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "a97f00ac-fb05-4911-852f-1a2e924f425a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}], "revision_number": 2, "project_id": "91329411c5d24c16862ff16cd519f455", "id": "9147071f-de89-4916-b401-70d8d97f9c19", "name": "CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name"}} 2018-12-12 15:26:44,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-01e1c55c-a66f-4431-8c00-496f8c2a67d9 2018-12-12 15:26:44,713 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:44,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:44,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2311e8e5-c162-4c0a-9559-c97a15e63949 Date: Wed, 12 Dec 2018 15:26:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:44,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-2311e8e5-c162-4c0a-9559-c97a15e63949 2018-12-12 15:26:44,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:44,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:45,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8554d1fa-7c1b-4b56-96bf-83b73eb76f50 Date: Wed, 12 Dec 2018 15:26:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:45,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-8554d1fa-7c1b-4b56-96bf-83b73eb76f50 2018-12-12 15:26:45,060 - neutron_utils - INFO - Retrieving security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:45,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:45,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-27604af7-bba4-4d62-86c3-f83576a8ad08 Date: Wed, 12 Dec 2018 15:26:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "updated_at": "2018-12-12T15:26:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "a97f00ac-fb05-4911-852f-1a2e924f425a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}], "revision_number": 2, "project_id": "91329411c5d24c16862ff16cd519f455", "id": "9147071f-de89-4916-b401-70d8d97f9c19", "name": "CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name"}]} 2018-12-12 15:26:45,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-27604af7-bba4-4d62-86c3-f83576a8ad08 2018-12-12 15:26:45,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:45,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:45,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f8dfcf2e-8403-4229-8ae8-0ba5e6767e40 Date: Wed, 12 Dec 2018 15:26:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:45,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-f8dfcf2e-8403-4229-8ae8-0ba5e6767e40 2018-12-12 15:26:45,303 - neutron_utils - INFO - Retrieving security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:45,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:45,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-037a5f3f-a1af-42ea-9bbe-db952cac1f4b Date: Wed, 12 Dec 2018 15:26:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "updated_at": "2018-12-12T15:26:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "a97f00ac-fb05-4911-852f-1a2e924f425a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}], "revision_number": 2, "project_id": "91329411c5d24c16862ff16cd519f455", "id": "9147071f-de89-4916-b401-70d8d97f9c19", "name": "CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name"}]} 2018-12-12 15:26:45,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-037a5f3f-a1af-42ea-9bbe-db952cac1f4b 2018-12-12 15:26:45,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:45,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-086ce295-469e-4306-aa36-12ff2016716b Date: Wed, 12 Dec 2018 15:26:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:45,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-086ce295-469e-4306-aa36-12ff2016716b 2018-12-12 15:26:45,675 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name 2018-12-12 15:26:45,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:45,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a30ecea0-96cd-4d77-9224-7b76e15f9c69 Date: Wed, 12 Dec 2018 15:26:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "updated_at": "2018-12-12T15:26:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "a97f00ac-fb05-4911-852f-1a2e924f425a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}], "revision_number": 2, "project_id": "91329411c5d24c16862ff16cd519f455", "id": "9147071f-de89-4916-b401-70d8d97f9c19", "name": "CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name"}]} 2018-12-12 15:26:45,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name used request id req-a30ecea0-96cd-4d77-9224-7b76e15f9c69 2018-12-12 15:26:45,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:45,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:45,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:45,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50bdb7f-3e58-447a-ba83-9de125e2fa60 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455"}, "enabled": true, "id": "91329411c5d24c16862ff16cd519f455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj"}} 2018-12-12 15:26:45,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455 used request id req-b50bdb7f-3e58-447a-ba83-9de125e2fa60 2018-12-12 15:26:45,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:45,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:46,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20e0bdd8-fd3a-432c-bb1f-5e807f49386e Date: Wed, 12 Dec 2018 15:26:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:46,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-20e0bdd8-fd3a-432c-bb1f-5e807f49386e 2018-12-12 15:26:46,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}f33bb76cdaac48558f25beb38d8359873e210e0c" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19"}}' 2018-12-12 15:26:46,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-a9ed7602-f78e-4098-a86e-79f13abcb686 Date: Wed, 12 Dec 2018 15:26:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:46Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:46Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "4b06bfc1-1cfa-418b-afe8-9b01082a0a82"}} 2018-12-12 15:26:46,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-a9ed7602-f78e-4098-a86e-79f13abcb686 2018-12-12 15:26:46,461 - neutron_utils - INFO - Retrieving security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:46,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:46,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-0bcb09f0-1e8f-472d-99ed-3b3609573ec6 Date: Wed, 12 Dec 2018 15:26:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "updated_at": "2018-12-12T15:26:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:46Z", "revision_number": 0, "id": "4b06bfc1-1cfa-418b-afe8-9b01082a0a82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:46Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "a97f00ac-fb05-4911-852f-1a2e924f425a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}], "revision_number": 3, "project_id": "91329411c5d24c16862ff16cd519f455", "id": "9147071f-de89-4916-b401-70d8d97f9c19", "name": "CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name"}]} 2018-12-12 15:26:46,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-0bcb09f0-1e8f-472d-99ed-3b3609573ec6 2018-12-12 15:26:46,667 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:46,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:46,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-b9710bdf-54e0-465c-8a0c-24f2d398b76c Date: Wed, 12 Dec 2018 15:26:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:46Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:46Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "4b06bfc1-1cfa-418b-afe8-9b01082a0a82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:46,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-b9710bdf-54e0-465c-8a0c-24f2d398b76c 2018-12-12 15:26:46,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:47,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af80caaecab843db92ca793ccc6e94db", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj-role"}], "expires_at": "2018-12-12T16:26:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91329411c5d24c16862ff16cd519f455", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/91329411c5d24c16862ff16cd519f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/91329411c5d24c16862ff16cd519f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/91329411c5d24c16862ff16cd519f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/91329411c5d24c16862ff16cd519f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/91329411c5d24c16862ff16cd519f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/91329411c5d24c16862ff16cd519f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/91329411c5d24c16862ff16cd519f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/91329411c5d24c16862ff16cd519f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/91329411c5d24c16862ff16cd519f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/91329411c5d24c16862ff16cd519f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/91329411c5d24c16862ff16cd519f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/91329411c5d24c16862ff16cd519f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c1d975a4-6549-473-user", "id": "014c43de20124794b0e547d0aed4a5a3"}, "audit_ids": ["3PS60dwGRM2Z7SuEsMk9yA"], "issued_at": "2018-12-12T15:26:47.000000Z"}} 2018-12-12 15:26:47,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155033b658dfba981e5a7e9cb11070ede4d82b5" 2018-12-12 15:26:47,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-f6a7b61d-826f-4fa8-bf95-2ca22914adc1 Date: Wed, 12 Dec 2018 15:26:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "updated_at": "2018-12-12T15:26:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:46Z", "revision_number": 0, "id": "4b06bfc1-1cfa-418b-afe8-9b01082a0a82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:46Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "a97f00ac-fb05-4911-852f-1a2e924f425a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}], "revision_number": 3, "project_id": "91329411c5d24c16862ff16cd519f455", "id": "9147071f-de89-4916-b401-70d8d97f9c19", "name": "CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name"}]} 2018-12-12 15:26:47,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name&description=hello+group used request id req-f6a7b61d-826f-4fa8-bf95-2ca22914adc1 2018-12-12 15:26:47,278 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:47,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155033b658dfba981e5a7e9cb11070ede4d82b5" 2018-12-12 15:26:47,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9d2188b0-a50f-4cac-8d7f-ebcc18747d6e Date: Wed, 12 Dec 2018 15:26:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:46Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:46Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "4b06bfc1-1cfa-418b-afe8-9b01082a0a82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:47,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-9d2188b0-a50f-4cac-8d7f-ebcc18747d6e 2018-12-12 15:26:47,446 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:47,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155033b658dfba981e5a7e9cb11070ede4d82b5" 2018-12-12 15:26:47,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-c81d724e-c4b1-40ad-bec9-61d5d7372261 Date: Wed, 12 Dec 2018 15:26:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:46Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:46Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "4b06bfc1-1cfa-418b-afe8-9b01082a0a82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:47,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-c81d724e-c4b1-40ad-bec9-61d5d7372261 2018-12-12 15:26:47,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155033b658dfba981e5a7e9cb11070ede4d82b5" 2018-12-12 15:26:47,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-8e64e167-f04c-4245-88a9-9cbcead6c3d0 Date: Wed, 12 Dec 2018 15:26:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "updated_at": "2018-12-12T15:26:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:46Z", "revision_number": 0, "id": "4b06bfc1-1cfa-418b-afe8-9b01082a0a82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:46Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "a97f00ac-fb05-4911-852f-1a2e924f425a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}], "revision_number": 3, "project_id": "91329411c5d24c16862ff16cd519f455", "id": "9147071f-de89-4916-b401-70d8d97f9c19", "name": "CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name"}]} 2018-12-12 15:26:47,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name used request id req-8e64e167-f04c-4245-88a9-9cbcead6c3d0 2018-12-12 15:26:47,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9147071f-de89-4916-b401-70d8d97f9c19 2018-12-12 15:26:47,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155033b658dfba981e5a7e9cb11070ede4d82b5" 2018-12-12 15:26:48,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-f158060c-ced8-4fa3-8809-5dfb37a69608 Date: Wed, 12 Dec 2018 15:26:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:46Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:46Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "4b06bfc1-1cfa-418b-afe8-9b01082a0a82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "6e6d947c-73a7-42ac-9cd9-77d80634d848"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "9147071f-de89-4916-b401-70d8d97f9c19", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a97f00ac-fb05-4911-852f-1a2e924f425a"}]} 2018-12-12 15:26:48,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9147071f-de89-4916-b401-70d8d97f9c19 used request id req-f158060c-ced8-4fa3-8809-5dfb37a69608 2018-12-12 15:26:48,099 - neutron_utils - INFO - Deleting security group rule with ID - 6e6d947c-73a7-42ac-9cd9-77d80634d848 2018-12-12 15:26:48,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/6e6d947c-73a7-42ac-9cd9-77d80634d848 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:48,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-915bbc91-e309-4023-bcfe-30c31a73ced7 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:48,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/6e6d947c-73a7-42ac-9cd9-77d80634d848 used request id req-915bbc91-e309-4023-bcfe-30c31a73ced7 2018-12-12 15:26:48,202 - neutron_utils - INFO - Deleting security group rule with ID - a97f00ac-fb05-4911-852f-1a2e924f425a 2018-12-12 15:26:48,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/a97f00ac-fb05-4911-852f-1a2e924f425a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:48,301 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b65bf261-7240-436e-aa21-1037cc78fbfa Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:48,301 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/a97f00ac-fb05-4911-852f-1a2e924f425a used request id req-b65bf261-7240-436e-aa21-1037cc78fbfa 2018-12-12 15:26:48,301 - neutron_utils - INFO - Deleting security group rule with ID - 4b06bfc1-1cfa-418b-afe8-9b01082a0a82 2018-12-12 15:26:48,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/4b06bfc1-1cfa-418b-afe8-9b01082a0a82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:48,557 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bfd4644d-5d81-49c2-b814-bcf9a5e4c6c5 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:48,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/4b06bfc1-1cfa-418b-afe8-9b01082a0a82 used request id req-bfd4644d-5d81-49c2-b814-bcf9a5e4c6c5 2018-12-12 15:26:48,558 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b2b0bb19-aad5-44a7-9bf5-0ddfc825b234name 2018-12-12 15:26:48,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9147071f-de89-4916-b401-70d8d97f9c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33bb76cdaac48558f25beb38d8359873e210e0c" 2018-12-12 15:26:48,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9f999a7-01d1-43dd-8d24-f2ebdf50fa5c Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:48,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9147071f-de89-4916-b401-70d8d97f9c19 used request id req-e9f999a7-01d1-43dd-8d24-f2ebdf50fa5c 2018-12-12 15:26:48,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:49,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6879c2c2-b6c7-4fee-b6fb-8ab51b7ff624 Date: Wed, 12 Dec 2018 15:26:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "updated_at": "2018-12-12T15:26:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "01c6ea59-bb19-463c-8d69-bc31f1931264", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "1af10cce-8c68-4f93-b91c-56323299d3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "7d39bbdf-e273-48f8-8607-4969c1e5e8af", "remote_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv4", "project_id": "91329411c5d24c16862ff16cd519f455"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "revision_number": 0, "id": "a82be933-360d-4614-9ffb-cea1c462ff70", "remote_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:44Z", "security_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "tenant_id": "91329411c5d24c16862ff16cd519f455", "port_range_min": null, "ethertype": "IPv6", "project_id": "91329411c5d24c16862ff16cd519f455"}], "revision_number": 4, "project_id": "91329411c5d24c16862ff16cd519f455", "id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:26:49,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-6879c2c2-b6c7-4fee-b6fb-8ab51b7ff624 2018-12-12 15:26:49,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:49,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330b2622-5bd2-42f5-95ca-947368695dcb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455"}, "enabled": true, "id": "91329411c5d24c16862ff16cd519f455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c1d975a4-6549-473-proj"}} 2018-12-12 15:26:49,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455 used request id req-330b2622-5bd2-42f5-95ca-947368695dcb 2018-12-12 15:26:49,114 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 26a40a9d-4197-4a38-a7dc-65172d9901cf 2018-12-12 15:26:49,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=26a40a9d-4197-4a38-a7dc-65172d9901cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:49,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6607857f-140b-4e61-b153-50dd974ce8ff Date: Wed, 12 Dec 2018 15:26:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "01c6ea59-bb19-463c-8d69-bc31f1931264"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "1af10cce-8c68-4f93-b91c-56323299d3f1"}, {"remote_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "7d39bbdf-e273-48f8-8607-4969c1e5e8af"}, {"remote_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:44Z", "security_group_id": "26a40a9d-4197-4a38-a7dc-65172d9901cf", "port_range_min": null, "revision_number": 0, "tenant_id": "91329411c5d24c16862ff16cd519f455", "created_at": "2018-12-12T15:26:44Z", "project_id": "91329411c5d24c16862ff16cd519f455", "id": "a82be933-360d-4614-9ffb-cea1c462ff70"}]} 2018-12-12 15:26:49,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=26a40a9d-4197-4a38-a7dc-65172d9901cf used request id req-6607857f-140b-4e61-b153-50dd974ce8ff 2018-12-12 15:26:49,298 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:26:49,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/26a40a9d-4197-4a38-a7dc-65172d9901cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:49,603 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5561aaf3-1783-4ee2-918c-0c3c99a02fe7 Content-Length: 0 Date: Wed, 12 Dec 2018 15:26:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:26:49,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/26a40a9d-4197-4a38-a7dc-65172d9901cf used request id req-5561aaf3-1783-4ee2-918c-0c3c99a02fe7 2018-12-12 15:26:49,604 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-c1d975a4-6549-473-proj 2018-12-12 15:26:49,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:49,805 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-583583e0-fb74-425a-8ec6-368dd469c86e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:49,805 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/91329411c5d24c16862ff16cd519f455 used request id req-583583e0-fb74-425a-8ec6-368dd469c86e 2018-12-12 15:26:49,805 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-c1d975a4-6549-473-proj-role 2018-12-12 15:26:49,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/af80caaecab843db92ca793ccc6e94db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:49,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6ce949c-7b89-4486-b4dc-79f8d6d11839 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:49,932 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/af80caaecab843db92ca793ccc6e94db used request id req-a6ce949c-7b89-4486-b4dc-79f8d6d11839 2018-12-12 15:26:49,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63610408010f33a4d2afa6f78daf06e2819922dc" 2018-12-12 15:26:50,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-162ca361-3242-491c-bb30-4912ccaf9ded Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:50,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-162ca361-3242-491c-bb30-4912ccaf9ded 2018-12-12 15:26:50,022 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-c1d975a4-6549-473-user 2018-12-12 15:26:50,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/014c43de20124794b0e547d0aed4a5a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}019a60376c387f2a50fae7267a2efeb3255740b9" 2018-12-12 15:26:50,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35629178-bf8a-4be6-81b0-8ddc58b0d444 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:50,213 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/014c43de20124794b0e547d0aed4a5a3 used request id req-35629178-bf8a-4be6-81b0-8ddc58b0d444 2018-12-12 15:26:50,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:50,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["xAFN-FecRMWo3lng-QMnZw"], "issued_at": "2018-12-12T15:26:50.000000Z"}} 2018-12-12 15:26:50,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed8cd3852202b92c127acc9bdec3a30bca07230" 2018-12-12 15:26:50,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8471b656-9c0a-46ac-a52e-b91768fc1bc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:50,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8471b656-9c0a-46ac-a52e-b91768fc1bc4 2018-12-12 15:26:50,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:50,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:51,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["roHNRG7ITBCLqo7Z2ETJ1g"], "issued_at": "2018-12-12T15:26:51.000000Z"}} 2018-12-12 15:26:51,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:26:51,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053015f3-aadc-4f6e-ae08-d9719a878667 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:51,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-053015f3-aadc-4f6e-ae08-d9719a878667 2018-12-12 15:26:51,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:51,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:51,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-51a56354-5c37-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:26:51,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-027624bf-b1da-43da-8ae9-a71e5866ac43 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-51a56354-5c37-46d-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:26:51,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-51a56354-5c37-46d-proj used request id req-027624bf-b1da-43da-8ae9-a71e5866ac43 2018-12-12 15:26:51,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:26:51,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ebb223c-733f-49f9-b763-b31bb736bbed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:51,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2ebb223c-733f-49f9-b763-b31bb736bbed 2018-12-12 15:26:51,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}}' 2018-12-12 15:26:51,526 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f087e819-528d-4293-ad2c-91ff1a226828 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe"}, "enabled": true, "id": "429d6166bde14dfb839df81eaa053fbe", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}} 2018-12-12 15:26:51,526 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f087e819-528d-4293-ad2c-91ff1a226828 2018-12-12 15:26:51,526 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-51a56354-5c37-46d-proj 2018-12-12 15:26:51,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:51,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:51,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["368EPHMDRB-j9ufFDbZHAw"], "issued_at": "2018-12-12T15:26:51.000000Z"}} 2018-12-12 15:26:51,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b15eee70b830cbc401db77c589371ac2eb159a" 2018-12-12 15:26:52,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a915a8dc-1e48-4474-a06c-5356f34456b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:52,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a915a8dc-1e48-4474-a06c-5356f34456b6 2018-12-12 15:26:52,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:52,010 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:52,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b15eee70b830cbc401db77c589371ac2eb159a" 2018-12-12 15:26:52,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76441258-23e5-4889-92d4-b9be7589232c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:26:52,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-76441258-23e5-4889-92d4-b9be7589232c 2018-12-12 15:26:52,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-51a56354-5c37-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b15eee70b830cbc401db77c589371ac2eb159a" 2018-12-12 15:26:52,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bad48e4-9192-4a8f-ac26-4d805dae49fc Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-51a56354-5c37-46d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe"}, "enabled": true, "id": "429d6166bde14dfb839df81eaa053fbe", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}]} 2018-12-12 15:26:52,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-51a56354-5c37-46d-proj used request id req-9bad48e4-9192-4a8f-ac26-4d805dae49fc 2018-12-12 15:26:52,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b15eee70b830cbc401db77c589371ac2eb159a" 2018-12-12 15:26:52,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72b10fc-2f1b-463d-a00d-e57eeef2fb25 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:26:52,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b72b10fc-2f1b-463d-a00d-e57eeef2fb25 2018-12-12 15:26:52,586 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-51a56354-5c37-46d-user 2018-12-12 15:26:52,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:26:52,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c17342a-1cea-4fce-a6f6-ae132dfd7895 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:26:52,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3c17342a-1cea-4fce-a6f6-ae132dfd7895 2018-12-12 15:26:52,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" -d '{"role": {"name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj-role"}}' 2018-12-12 15:26:52,789 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:26:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7c82fa4-e151-4b21-91bb-e324082a84ed Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b8a3418ae2c04c7284c45ea4033e8f09", "links": {"self": "http://172.30.9.29:5000/v3/roles/b8a3418ae2c04c7284c45ea4033e8f09"}, "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj-role"}} 2018-12-12 15:26:52,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c7c82fa4-e151-4b21-91bb-e324082a84ed 2018-12-12 15:26:52,789 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-51a56354-5c37-46d-proj-role 2018-12-12 15:26:52,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b8a3418ae2c04c7284c45ea4033e8f09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:26:52,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccfd09eb-2005-4cec-93fc-957c9bbe512c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b8a3418ae2c04c7284c45ea4033e8f09"}, "domain_id": null, "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj-role", "id": "b8a3418ae2c04c7284c45ea4033e8f09"}} 2018-12-12 15:26:52,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b8a3418ae2c04c7284c45ea4033e8f09 used request id req-ccfd09eb-2005-4cec-93fc-957c9bbe512c 2018-12-12 15:26:52,881 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-51a56354-5c37-46d-proj-role to project CreateSecurityGroupTests-51a56354-5c37-46d-proj 2018-12-12 15:26:52,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe/users/3ab00b2c134347e49a5ed72c7b1b0b4c/roles/b8a3418ae2c04c7284c45ea4033e8f09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:26:53,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:26:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f13ba33a-ee3c-470a-8619-679c0770cbf7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:26:53,027 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe/users/3ab00b2c134347e49a5ed72c7b1b0b4c/roles/b8a3418ae2c04c7284c45ea4033e8f09 used request id req-f13ba33a-ee3c-470a-8619-679c0770cbf7 2018-12-12 15:26:53,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:26:53,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:53,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8a3418ae2c04c7284c45ea4033e8f09", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj-role"}], "expires_at": "2018-12-12T16:26:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "429d6166bde14dfb839df81eaa053fbe", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/429d6166bde14dfb839df81eaa053fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/429d6166bde14dfb839df81eaa053fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/429d6166bde14dfb839df81eaa053fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/429d6166bde14dfb839df81eaa053fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/429d6166bde14dfb839df81eaa053fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/429d6166bde14dfb839df81eaa053fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-51a56354-5c37-46d-user", "id": "3ab00b2c134347e49a5ed72c7b1b0b4c"}, "audit_ids": ["HRxqthFWShua7vr0p5owaQ"], "issued_at": "2018-12-12T15:26:53.000000Z"}} 2018-12-12 15:26:53,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:53,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdca4eee-c329-4bef-9e4c-f6e13de69442 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:26:53,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cdca4eee-c329-4bef-9e4c-f6e13de69442 2018-12-12 15:26:53,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:53,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-03cf9dd6-9dda-4ee1-80f9-e6679907a348 Date: Wed, 12 Dec 2018 15:26:53 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:26:53,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname&description=hello+group used request id req-03cf9dd6-9dda-4ee1-80f9-e6679907a348 2018-12-12 15:26:53,770 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname... 2018-12-12 15:26:53,770 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname 2018-12-12 15:26:53,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" -d '{"security_group": {"name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname", "description": "hello group"}}' 2018-12-12 15:26:54,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-1a360356-d962-4c7c-ab39-123b3880c616 Date: Wed, 12 Dec 2018 15:26:54 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 2, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}} 2018-12-12 15:26:54,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-1a360356-d962-4c7c-ab39-123b3880c616 2018-12-12 15:26:54,096 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:54,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:54,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5e5d7829-5e98-4c12-801e-bcd8907d2d80 Date: Wed, 12 Dec 2018 15:26:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:54,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-5e5d7829-5e98-4c12-801e-bcd8907d2d80 2018-12-12 15:26:54,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:54,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:54,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c37b7c91-6f1e-4fe2-9b79-5e23bd192680 Date: Wed, 12 Dec 2018 15:26:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:54,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-c37b7c91-6f1e-4fe2-9b79-5e23bd192680 2018-12-12 15:26:54,459 - neutron_utils - INFO - Retrieving security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:54,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:54,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-55d3d88f-86ae-4ead-9295-beb1441fd96c Date: Wed, 12 Dec 2018 15:26:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 2, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:54,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-55d3d88f-86ae-4ead-9295-beb1441fd96c 2018-12-12 15:26:54,749 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:54,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:54,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-be9090c3-8298-4139-829a-0b4c5bc7d711 Date: Wed, 12 Dec 2018 15:26:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:54,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-be9090c3-8298-4139-829a-0b4c5bc7d711 2018-12-12 15:26:54,927 - neutron_utils - INFO - Retrieving security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:54,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:55,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cc487475-7c8b-4bfb-be79-fbcc3ff924ca Date: Wed, 12 Dec 2018 15:26:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 2, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:55,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-cc487475-7c8b-4bfb-be79-fbcc3ff924ca 2018-12-12 15:26:55,125 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:55,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:55,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-938bf1b6-311c-41af-b2ee-d6b28a07bd51 Date: Wed, 12 Dec 2018 15:26:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:55,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-938bf1b6-311c-41af-b2ee-d6b28a07bd51 2018-12-12 15:26:55,189 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname 2018-12-12 15:26:55,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:55,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-bd9b6191-f3b0-43c4-8104-2175cc181a75 Date: Wed, 12 Dec 2018 15:26:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 2, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:55,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-bd9b6191-f3b0-43c4-8104-2175cc181a75 2018-12-12 15:26:55,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:26:55,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:26:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:26:55,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:55,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb908df0-116a-4d3e-ac06-e0e7e2b645ec Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe"}, "enabled": true, "id": "429d6166bde14dfb839df81eaa053fbe", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}} 2018-12-12 15:26:55,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe used request id req-eb908df0-116a-4d3e-ac06-e0e7e2b645ec 2018-12-12 15:26:55,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:55,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:55,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1828c90e-e160-44b7-b581-67b07fde0d92 Date: Wed, 12 Dec 2018 15:26:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:55,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-1828c90e-e160-44b7-b581-67b07fde0d92 2018-12-12 15:26:55,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}b12b4171d7c9882e218d59b4bb7e875127f1f738" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a"}}' 2018-12-12 15:26:55,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-68d2f3fa-d240-429a-92b5-e17df7b332f4 Date: Wed, 12 Dec 2018 15:26:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}} 2018-12-12 15:26:55,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-68d2f3fa-d240-429a-92b5-e17df7b332f4 2018-12-12 15:26:55,803 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname 2018-12-12 15:26:55,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:55,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-8d03229d-6e7e-4ca0-babf-11ad6bec7664 Date: Wed, 12 Dec 2018 15:26:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 3, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:55,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-8d03229d-6e7e-4ca0-babf-11ad6bec7664 2018-12-12 15:26:55,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:55,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd2017c8-8852-4ca6-8ea8-1ddd6627563a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe"}, "enabled": true, "id": "429d6166bde14dfb839df81eaa053fbe", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}} 2018-12-12 15:26:55,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe used request id req-cd2017c8-8852-4ca6-8ea8-1ddd6627563a 2018-12-12 15:26:55,952 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:55,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:56,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-a7c84d87-95b8-483c-91d2-45707bbbfa19 Date: Wed, 12 Dec 2018 15:26:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:56,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-a7c84d87-95b8-483c-91d2-45707bbbfa19 2018-12-12 15:26:56,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}b12b4171d7c9882e218d59b4bb7e875127f1f738" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a"}}' 2018-12-12 15:26:56,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-eb25a47f-03e8-40a3-97ea-e36e7889ef64 Date: Wed, 12 Dec 2018 15:26:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}} 2018-12-12 15:26:56,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-eb25a47f-03e8-40a3-97ea-e36e7889ef64 2018-12-12 15:26:56,438 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname 2018-12-12 15:26:56,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:56,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-2f4ab2b9-ca4c-4007-89c9-68b464fa19da Date: Wed, 12 Dec 2018 15:26:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 4, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:56,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-2f4ab2b9-ca4c-4007-89c9-68b464fa19da 2018-12-12 15:26:56,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:56,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c520541b-3369-4414-88f6-399882b8d99b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe"}, "enabled": true, "id": "429d6166bde14dfb839df81eaa053fbe", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}} 2018-12-12 15:26:56,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe used request id req-c520541b-3369-4414-88f6-399882b8d99b 2018-12-12 15:26:56,733 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:56,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:56,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-1915dd45-8c16-4569-8a21-a93970ddfe31 Date: Wed, 12 Dec 2018 15:26:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:56,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-1915dd45-8c16-4569-8a21-a93970ddfe31 2018-12-12 15:26:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}b12b4171d7c9882e218d59b4bb7e875127f1f738" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10}}' 2018-12-12 15:26:56,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-3f1eead1-33ce-447f-a22d-fb60056abe0e Date: Wed, 12 Dec 2018 15:26:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}} 2018-12-12 15:26:56,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-3f1eead1-33ce-447f-a22d-fb60056abe0e 2018-12-12 15:26:56,958 - neutron_utils - INFO - Retrieving security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:56,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:57,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8233e936-237f-488f-bad2-83da364e390b Date: Wed, 12 Dec 2018 15:26:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:57,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-8233e936-237f-488f-bad2-83da364e390b 2018-12-12 15:26:57,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:57,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:26:57,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-040d2e97-1795-4708-b05a-b9692846106b Date: Wed, 12 Dec 2018 15: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-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:57,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-040d2e97-1795-4708-b05a-b9692846106b 2018-12-12 15:26:57,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:26:57,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8a3418ae2c04c7284c45ea4033e8f09", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj-role"}], "expires_at": "2018-12-12T16:26:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "429d6166bde14dfb839df81eaa053fbe", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/429d6166bde14dfb839df81eaa053fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/429d6166bde14dfb839df81eaa053fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/429d6166bde14dfb839df81eaa053fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/429d6166bde14dfb839df81eaa053fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/429d6166bde14dfb839df81eaa053fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/429d6166bde14dfb839df81eaa053fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/429d6166bde14dfb839df81eaa053fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-51a56354-5c37-46d-user", "id": "3ab00b2c134347e49a5ed72c7b1b0b4c"}, "audit_ids": ["n3N9FlUESIiCPSzccekH8w"], "issued_at": "2018-12-12T15:26:57.000000Z"}} 2018-12-12 15:26:57,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:57,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4ba3bd33-0042-4592-a1c8-c977fbb41d69 Date: Wed, 12 Dec 2018 15:26:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:57,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname&description=hello+group used request id req-4ba3bd33-0042-4592-a1c8-c977fbb41d69 2018-12-12 15:26:57,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:57,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:57,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-18ccbca1-16bb-44d6-8d93-41207266f1d5 Date: Wed, 12 Dec 2018 15: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-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:57,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-18ccbca1-16bb-44d6-8d93-41207266f1d5 2018-12-12 15:26:57,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:57,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:58,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b15070de-7877-4c82-b8bb-903184f1bb2b Date: Wed, 12 Dec 2018 15: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-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:58,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-b15070de-7877-4c82-b8bb-903184f1bb2b 2018-12-12 15:26:58,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:58,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c196b9a0-1945-48dd-8079-87ef79e31969 Date: Wed, 12 Dec 2018 15:26:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:58,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-c196b9a0-1945-48dd-8079-87ef79e31969 2018-12-12 15:26:58,402 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:58,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:58,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4a957712-ef5f-45f4-bfd2-cee04ff98a56 Date: Wed, 12 Dec 2018 15: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-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:58,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-4a957712-ef5f-45f4-bfd2-cee04ff98a56 2018-12-12 15:26:58,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:58,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-645ebddd-8469-4714-97db-e16a1905c503 Date: Wed, 12 Dec 2018 15:26:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:58,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-645ebddd-8469-4714-97db-e16a1905c503 2018-12-12 15:26:58,794 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:58,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:58,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-83992d18-2b9c-4ac4-8b1d-d8515d5b585e Date: Wed, 12 Dec 2018 15: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-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:58,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-83992d18-2b9c-4ac4-8b1d-d8515d5b585e 2018-12-12 15:26:58,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:59,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-49146764-46f3-4a16-bce8-c2619b582802 Date: Wed, 12 Dec 2018 15:26:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:59,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-49146764-46f3-4a16-bce8-c2619b582802 2018-12-12 15:26:59,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:59,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:59,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-24bde931-fe91-4c6d-aaaa-692fea631e61 Date: Wed, 12 Dec 2018 15:26:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:59,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-24bde931-fe91-4c6d-aaaa-692fea631e61 2018-12-12 15:26:59,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:59,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7183e997-0436-4e3f-89f1-3daea4e00022 Date: Wed, 12 Dec 2018 15:26:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:59,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-7183e997-0436-4e3f-89f1-3daea4e00022 2018-12-12 15:26:59,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:59,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:59,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9d3a26b2-a9da-4400-a3fa-a8b9a0aeb577 Date: Wed, 12 Dec 2018 15:26:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:59,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-9d3a26b2-a9da-4400-a3fa-a8b9a0aeb577 2018-12-12 15:26:59,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:59,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-1ff1bec3-fda3-4bc4-99d0-990663e0cc9b Date: Wed, 12 Dec 2018 15:26:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:59,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-1ff1bec3-fda3-4bc4-99d0-990663e0cc9b 2018-12-12 15:26:59,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:59,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:59,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-dfa37671-fa2a-4487-a8e9-b7c14587bd75 Date: Wed, 12 Dec 2018 15:26:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:59,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-dfa37671-fa2a-4487-a8e9-b7c14587bd75 2018-12-12 15:26:59,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:59,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3cd168a0-2aff-46ea-acc9-88497329270c Date: Wed, 12 Dec 2018 15:26:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:26:59,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-3cd168a0-2aff-46ea-acc9-88497329270c 2018-12-12 15:26:59,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:26:59,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:26:59,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a99ca5eb-e69f-457d-8bf7-669945c0b831 Date: Wed, 12 Dec 2018 15:26:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:26:59,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-a99ca5eb-e69f-457d-8bf7-669945c0b831 2018-12-12 15:26:59,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:27:00,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-244f6bb2-21a9-42ec-8264-cd7055a982a0 Date: Wed, 12 Dec 2018 15:27:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:27:00,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-244f6bb2-21a9-42ec-8264-cd7055a982a0 2018-12-12 15:27:00,024 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:27:00,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:27:00,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-73310164-0a16-43f9-ac6b-8aab681712f8 Date: Wed, 12 Dec 2018 15:27:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:27:00,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-73310164-0a16-43f9-ac6b-8aab681712f8 2018-12-12 15:27:00,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:27:00,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-2d0e7da1-5f58-472c-ba29-a12b8192c1f2 Date: Wed, 12 Dec 2018 15:27:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:27:00,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-2d0e7da1-5f58-472c-ba29-a12b8192c1f2 2018-12-12 15:27:00,266 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:27:00,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:27:00,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-359b12c9-c4f2-4aae-ab07-54d13a93a517 Date: Wed, 12 Dec 2018 15:27:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:27:00,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-359b12c9-c4f2-4aae-ab07-54d13a93a517 2018-12-12 15:27:00,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:27:00,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b305d2ba-1233-49fa-aa77-3c06db5fe27b Date: Wed, 12 Dec 2018 15:27:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "03fb64ba-a554-4751-91ee-53a09e97b30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "revision_number": 0, "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": 10, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "revision_number": 0, "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "revision_number": 0, "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 5, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "name": "CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname"}]} 2018-12-12 15:27:00,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname used request id req-b305d2ba-1233-49fa-aa77-3c06db5fe27b 2018-12-12 15:27:00,360 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 478aba1e-fe08-4c90-80d1-615bdab7ad6a 2018-12-12 15:27:00,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa8b60f6fb350a05055ce3eb33e1bef0e7231e3" 2018-12-12 15:27:00,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-7fd74891-cb39-4e04-939f-a0e58f8683eb Date: Wed, 12 Dec 2018 15:27:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "03fb64ba-a554-4751-91ee-53a09e97b30b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:26:56Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": 10, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:56Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "1cacef2a-e985-4f74-827d-0741a2ad6cd3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:55Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:55Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:54Z", "security_group_id": "478aba1e-fe08-4c90-80d1-615bdab7ad6a", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:54Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "9085cbee-acdf-4ee3-8247-4dbf243ed790"}]} 2018-12-12 15:27:00,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-7fd74891-cb39-4e04-939f-a0e58f8683eb 2018-12-12 15:27:00,539 - neutron_utils - INFO - Deleting security group rule with ID - 5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb 2018-12-12 15:27:00,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:27:00,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c14c918f-c874-4e5d-aed0-5534e5c74826 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:00,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/5ef55ca0-617f-468c-9eb4-1d6d9a3b8ccb used request id req-c14c918f-c874-4e5d-aed0-5534e5c74826 2018-12-12 15:27:00,801 - neutron_utils - INFO - Deleting security group rule with ID - 9085cbee-acdf-4ee3-8247-4dbf243ed790 2018-12-12 15:27:00,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/9085cbee-acdf-4ee3-8247-4dbf243ed790 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:27:01,063 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1846ce5e-1391-4c2c-b07d-6293cb1590e8 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:01,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/9085cbee-acdf-4ee3-8247-4dbf243ed790 used request id req-1846ce5e-1391-4c2c-b07d-6293cb1590e8 2018-12-12 15:27:01,063 - neutron_utils - INFO - Deleting security group rule with ID - 1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b 2018-12-12 15:27:01,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:27:01,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-48d0fd79-5d97-478b-937e-78a2ed72321a Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:01,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/1c95ebbd-0889-4ef0-abb4-ea1dc95b3c1b used request id req-48d0fd79-5d97-478b-937e-78a2ed72321a 2018-12-12 15:27:01,297 - neutron_utils - INFO - Deleting security group rule with ID - 03fb64ba-a554-4751-91ee-53a09e97b30b 2018-12-12 15:27:01,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/03fb64ba-a554-4751-91ee-53a09e97b30b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:27:01,534 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ba5a738-9bae-4ebf-8847-793156821860 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:01,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/03fb64ba-a554-4751-91ee-53a09e97b30b used request id req-1ba5a738-9bae-4ebf-8847-793156821860 2018-12-12 15:27:01,535 - neutron_utils - INFO - Deleting security group rule with ID - 1cacef2a-e985-4f74-827d-0741a2ad6cd3 2018-12-12 15:27:01,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/1cacef2a-e985-4f74-827d-0741a2ad6cd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:27:01,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c1da508-5225-4318-b07f-c0424ac06dd1 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:01,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/1cacef2a-e985-4f74-827d-0741a2ad6cd3 used request id req-8c1da508-5225-4318-b07f-c0424ac06dd1 2018-12-12 15:27:01,790 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-4218344b-58fa-49f1-bda6-fd53002ed12bname 2018-12-12 15:27:01,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/478aba1e-fe08-4c90-80d1-615bdab7ad6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b12b4171d7c9882e218d59b4bb7e875127f1f738" 2018-12-12 15:27:02,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71554cc5-efe5-4713-b1ac-8e2a81573b71 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:02,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/478aba1e-fe08-4c90-80d1-615bdab7ad6a used request id req-71554cc5-efe5-4713-b1ac-8e2a81573b71 2018-12-12 15:27:02,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:27:02,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-713e1310-94a7-4c54-81ee-5cc4647f1eed Date: Wed, 12 Dec 2018 15:27:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "updated_at": "2018-12-12T15:26:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "23725097-b625-4a19-bf39-3ab64ae70f1d", "remote_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "c8f12872-b345-4d68-be99-f7b43411b0ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv6", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "ecb9ce71-70f4-4ed7-8d9a-972d4f4679ba", "remote_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "revision_number": 0, "id": "f3253583-0717-4c4f-9495-25aea15f3bb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:53Z", "security_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "port_range_min": null, "ethertype": "IPv4", "project_id": "429d6166bde14dfb839df81eaa053fbe"}], "revision_number": 4, "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:27:02,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-713e1310-94a7-4c54-81ee-5cc4647f1eed 2018-12-12 15:27:02,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:27:02,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39bf286b-f9a1-4c71-8d47-a4f826377b16 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe"}, "enabled": true, "id": "429d6166bde14dfb839df81eaa053fbe", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-51a56354-5c37-46d-proj"}} 2018-12-12 15:27:02,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe used request id req-39bf286b-f9a1-4c71-8d47-a4f826377b16 2018-12-12 15:27:02,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ae75648-f6cb-4d0f-9585-a7aac7b771b6 2018-12-12 15:27:02,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2ae75648-f6cb-4d0f-9585-a7aac7b771b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:27:02,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fca808e7-da27-4f34-9b7d-9d22e5802897 Date: Wed, 12 Dec 2018 15:27:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "23725097-b625-4a19-bf39-3ab64ae70f1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "c8f12872-b345-4d68-be99-f7b43411b0ed"}, {"remote_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "ecb9ce71-70f4-4ed7-8d9a-972d4f4679ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:26:53Z", "security_group_id": "2ae75648-f6cb-4d0f-9585-a7aac7b771b6", "port_range_min": null, "revision_number": 0, "tenant_id": "429d6166bde14dfb839df81eaa053fbe", "created_at": "2018-12-12T15:26:53Z", "project_id": "429d6166bde14dfb839df81eaa053fbe", "id": "f3253583-0717-4c4f-9495-25aea15f3bb7"}]} 2018-12-12 15:27:02,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2ae75648-f6cb-4d0f-9585-a7aac7b771b6 used request id req-fca808e7-da27-4f34-9b7d-9d22e5802897 2018-12-12 15:27:02,526 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:27:02,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2ae75648-f6cb-4d0f-9585-a7aac7b771b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:27:02,882 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4a28a1f-2314-4d71-970d-dcf9eac89545 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:02,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2ae75648-f6cb-4d0f-9585-a7aac7b771b6 used request id req-b4a28a1f-2314-4d71-970d-dcf9eac89545 2018-12-12 15:27:02,883 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-51a56354-5c37-46d-proj 2018-12-12 15:27:02,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:27:03,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a7116dc-ee0a-44b5-90c5-4efc5584c3f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:03,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/429d6166bde14dfb839df81eaa053fbe used request id req-3a7116dc-ee0a-44b5-90c5-4efc5584c3f4 2018-12-12 15:27:03,086 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-51a56354-5c37-46d-proj-role 2018-12-12 15:27:03,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b8a3418ae2c04c7284c45ea4033e8f09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:27:03,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fb6a8be-f342-4628-b739-90f6574eddfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:03,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b8a3418ae2c04c7284c45ea4033e8f09 used request id req-9fb6a8be-f342-4628-b739-90f6574eddfd 2018-12-12 15:27:03,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43f5b030ad0427a2506ac8963d688b6b6e83347" 2018-12-12 15:27:03,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293067fb-6652-4b8d-baa7-4415bf67ce2d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:03,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-293067fb-6652-4b8d-baa7-4415bf67ce2d 2018-12-12 15:27:03,282 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-51a56354-5c37-46d-user 2018-12-12 15:27:03,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3ab00b2c134347e49a5ed72c7b1b0b4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b15eee70b830cbc401db77c589371ac2eb159a" 2018-12-12 15:27:03,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8add2339-65eb-43db-a0af-63f691bc7314 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:03,410 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3ab00b2c134347e49a5ed72c7b1b0b4c used request id req-8add2339-65eb-43db-a0af-63f691bc7314 2018-12-12 15:27:03,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:03,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["nOYKb409QkqM4w82lhONKA"], "issued_at": "2018-12-12T15:27:03.000000Z"}} 2018-12-12 15:27:03,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab7127b7aa30954453641a12826f751eaf50f7e1" 2018-12-12 15:27:03,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af8f9b8c-840c-4025-9674-0158ef5d2c3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:03,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-af8f9b8c-840c-4025-9674-0158ef5d2c3c 2018-12-12 15:27:03,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:03,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:04,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jusrWx4SSN2_XjneespUtg"], "issued_at": "2018-12-12T15:27:04.000000Z"}} 2018-12-12 15:27:04,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:04,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e00f93-b9f9-400a-85f6-09ec6c7880e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:04,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4e00f93-b9f9-400a-85f6-09ec6c7880e4 2018-12-12 15:27:04,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:04,363 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:04,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-9f28ee83-466c-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:04,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-715df5f6-2dbf-49f0-a496-dda6edbbcfa4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-9f28ee83-466c-466-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:27:04,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-9f28ee83-466c-466-proj used request id req-715df5f6-2dbf-49f0-a496-dda6edbbcfa4 2018-12-12 15:27:04,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:04,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9fa6c76-5ab1-4872-a5bb-7bc5c021d09d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:04,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c9fa6c76-5ab1-4872-a5bb-7bc5c021d09d 2018-12-12 15:27:04,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj"}}' 2018-12-12 15:27:04,729 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec3708b0-c1d5-4a96-b91b-860085df9fd2 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f"}, "enabled": true, "id": "53dc4645814f412f86b4abacbe371e0f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj"}} 2018-12-12 15:27:04,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ec3708b0-c1d5-4a96-b91b-860085df9fd2 2018-12-12 15:27:04,730 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-9f28ee83-466c-466-proj 2018-12-12 15:27:04,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:04,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:05,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["MNTdfUt7Ru-XpvB_ijg53w"], "issued_at": "2018-12-12T15:27:05.000000Z"}} 2018-12-12 15:27:05,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e4d8a9d80bb82d906e0012a434f875fa820128" 2018-12-12 15:27:05,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b169fa6-7497-4241-9b24-3f858132fc3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:05,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8b169fa6-7497-4241-9b24-3f858132fc3f 2018-12-12 15:27:05,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:05,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:05,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e4d8a9d80bb82d906e0012a434f875fa820128" 2018-12-12 15:27:05,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eaaf647-a5e7-4e40-be6f-799071c1acb1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:27:05,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0eaaf647-a5e7-4e40-be6f-799071c1acb1 2018-12-12 15:27:05,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-9f28ee83-466c-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e4d8a9d80bb82d906e0012a434f875fa820128" 2018-12-12 15:27:05,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb94abc7-eb4a-4a70-8000-ccb0dadf5f1f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-9f28ee83-466c-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f"}, "enabled": true, "id": "53dc4645814f412f86b4abacbe371e0f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj"}]} 2018-12-12 15:27:05,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-9f28ee83-466c-466-proj used request id req-cb94abc7-eb4a-4a70-8000-ccb0dadf5f1f 2018-12-12 15:27:05,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e4d8a9d80bb82d906e0012a434f875fa820128" 2018-12-12 15:27:05,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce5fec10-b09d-4fe5-96bd-d1a08cb65529 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:05,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ce5fec10-b09d-4fe5-96bd-d1a08cb65529 2018-12-12 15:27:05,795 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-9f28ee83-466c-466-user 2018-12-12 15:27:05,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:05,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:05,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e4127ad-82d9-4ddd-94cb-4f6fcdeb82ff Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:05,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7e4127ad-82d9-4ddd-94cb-4f6fcdeb82ff 2018-12-12 15:27:05,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" -d '{"role": {"name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj-role"}}' 2018-12-12 15:27:05,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c6a6769-b2cd-4759-b407-f9a5b30b6003 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0cd3b7fe51c8467b92c17797142c83d7", "links": {"self": "http://172.30.9.29:5000/v3/roles/0cd3b7fe51c8467b92c17797142c83d7"}, "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj-role"}} 2018-12-12 15:27:05,988 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-4c6a6769-b2cd-4759-b407-f9a5b30b6003 2018-12-12 15:27:05,988 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-9f28ee83-466c-466-proj-role 2018-12-12 15:27:05,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0cd3b7fe51c8467b92c17797142c83d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:06,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c325733-14eb-4b04-817a-e6ff65f5ae67 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0cd3b7fe51c8467b92c17797142c83d7"}, "domain_id": null, "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj-role", "id": "0cd3b7fe51c8467b92c17797142c83d7"}} 2018-12-12 15:27:06,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0cd3b7fe51c8467b92c17797142c83d7 used request id req-9c325733-14eb-4b04-817a-e6ff65f5ae67 2018-12-12 15:27:06,080 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-9f28ee83-466c-466-proj-role to project CreateSecurityGroupTests-9f28ee83-466c-466-proj 2018-12-12 15:27:06,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f/users/a788e60ba922404780eb665064221e3f/roles/0cd3b7fe51c8467b92c17797142c83d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:06,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-747bbced-3dac-4da0-b982-a6bda2fbc693 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:06,199 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f/users/a788e60ba922404780eb665064221e3f/roles/0cd3b7fe51c8467b92c17797142c83d7 used request id req-747bbced-3dac-4da0-b982-a6bda2fbc693 2018-12-12 15:27:06,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:06,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:06,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0cd3b7fe51c8467b92c17797142c83d7", "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj-role"}], "expires_at": "2018-12-12T16:27:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53dc4645814f412f86b4abacbe371e0f", "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53dc4645814f412f86b4abacbe371e0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53dc4645814f412f86b4abacbe371e0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53dc4645814f412f86b4abacbe371e0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53dc4645814f412f86b4abacbe371e0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53dc4645814f412f86b4abacbe371e0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53dc4645814f412f86b4abacbe371e0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-9f28ee83-466c-466-user", "id": "a788e60ba922404780eb665064221e3f"}, "audit_ids": ["Z0HfLDnQRMKuSlPa65KfDA"], "issued_at": "2018-12-12T15:27:06.000000Z"}} 2018-12-12 15:27:06,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:06,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3423f04-6068-442b-a165-63bf6af6e85f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:06,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b3423f04-6068-442b-a165-63bf6af6e85f 2018-12-12 15:27:06,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:06,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f3532b1a-a418-4cf4-adb0-f9efc49ac67d Date: Wed, 12 Dec 2018 15:27:06 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:27:06,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname&description=hello+group used request id req-f3532b1a-a418-4cf4-adb0-f9efc49ac67d 2018-12-12 15:27:06,948 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname... 2018-12-12 15:27:06,948 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname 2018-12-12 15:27:06,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" -d '{"security_group": {"name": "CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname", "description": "hello group"}}' 2018-12-12 15:27:07,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-08704599-9238-494d-9d2b-e80be5483a11 Date: Wed, 12 Dec 2018 15:27:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "updated_at": "2018-12-12T15:27:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "53dc4645814f412f86b4abacbe371e0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "53dc4645814f412f86b4abacbe371e0f"}], "revision_number": 2, "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "name": "CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname"}} 2018-12-12 15:27:07,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-08704599-9238-494d-9d2b-e80be5483a11 2018-12-12 15:27:07,282 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:07,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:07,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-06f718fc-141e-4de9-8c2b-cf76f143ff9f Date: Wed, 12 Dec 2018 15:27:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8"}]} 2018-12-12 15:27:07,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-06f718fc-141e-4de9-8c2b-cf76f143ff9f 2018-12-12 15:27:07,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:07,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:07,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5ac0f7e0-b3ae-478d-9315-c61867dac409 Date: Wed, 12 Dec 2018 15:27:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8"}]} 2018-12-12 15:27:07,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-5ac0f7e0-b3ae-478d-9315-c61867dac409 2018-12-12 15:27:07,724 - neutron_utils - INFO - Retrieving security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:07,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:07,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b738baff-be34-43c5-a803-c3ea06d1e86d Date: Wed, 12 Dec 2018 15:27:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "updated_at": "2018-12-12T15:27:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "53dc4645814f412f86b4abacbe371e0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "53dc4645814f412f86b4abacbe371e0f"}], "revision_number": 2, "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "name": "CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname"}]} 2018-12-12 15:27:07,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-b738baff-be34-43c5-a803-c3ea06d1e86d 2018-12-12 15:27:07,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:07,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:08,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e179250-6569-448d-bd4d-b58bd631d65c Date: Wed, 12 Dec 2018 15:27:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8"}]} 2018-12-12 15:27:08,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-6e179250-6569-448d-bd4d-b58bd631d65c 2018-12-12 15:27:08,098 - neutron_utils - INFO - Retrieving security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:08,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:08,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0b564183-3014-4092-ba92-4e6a6991e874 Date: Wed, 12 Dec 2018 15:27:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "updated_at": "2018-12-12T15:27:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "53dc4645814f412f86b4abacbe371e0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "53dc4645814f412f86b4abacbe371e0f"}], "revision_number": 2, "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "name": "CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname"}]} 2018-12-12 15:27:08,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-0b564183-3014-4092-ba92-4e6a6991e874 2018-12-12 15:27:08,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:08,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:08,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d1db9f49-96a8-47ec-b447-7c034f3d9cef Date: Wed, 12 Dec 2018 15:27:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8"}]} 2018-12-12 15:27:08,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-d1db9f49-96a8-47ec-b447-7c034f3d9cef 2018-12-12 15:27:08,462 - neutron_utils - INFO - Retrieving security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:08,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:08,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-80ac7d5a-7dea-45df-948f-13c64a44947b Date: Wed, 12 Dec 2018 15:27:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "updated_at": "2018-12-12T15:27:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "53dc4645814f412f86b4abacbe371e0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "53dc4645814f412f86b4abacbe371e0f"}], "revision_number": 2, "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "name": "CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname"}]} 2018-12-12 15:27:08,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-80ac7d5a-7dea-45df-948f-13c64a44947b 2018-12-12 15:27:08,670 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:08,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:08,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-54c5f6ab-ab05-4f7e-b015-ed418358ec9b Date: Wed, 12 Dec 2018 15:27:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8"}]} 2018-12-12 15:27:08,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-54c5f6ab-ab05-4f7e-b015-ed418358ec9b 2018-12-12 15:27:08,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:09,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0cd3b7fe51c8467b92c17797142c83d7", "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj-role"}], "expires_at": "2018-12-12T16:27:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53dc4645814f412f86b4abacbe371e0f", "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53dc4645814f412f86b4abacbe371e0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53dc4645814f412f86b4abacbe371e0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53dc4645814f412f86b4abacbe371e0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53dc4645814f412f86b4abacbe371e0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53dc4645814f412f86b4abacbe371e0f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53dc4645814f412f86b4abacbe371e0f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53dc4645814f412f86b4abacbe371e0f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-9f28ee83-466c-466-user", "id": "a788e60ba922404780eb665064221e3f"}, "audit_ids": ["1Ns1Jnb8QnS5fmSJMoEFdA"], "issued_at": "2018-12-12T15:27:09.000000Z"}} 2018-12-12 15:27:09,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0899449cf6858598674e336ad1b8c3f6d57369" 2018-12-12 15:27:09,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a3d851f4-e358-4622-8bda-167cb21c843e Date: Wed, 12 Dec 2018 15:27:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "updated_at": "2018-12-12T15:27:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "53dc4645814f412f86b4abacbe371e0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "revision_number": 0, "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "53dc4645814f412f86b4abacbe371e0f"}], "revision_number": 2, "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "name": "CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname"}]} 2018-12-12 15:27:09,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname&description=hello+group used request id req-a3d851f4-e358-4622-8bda-167cb21c843e 2018-12-12 15:27:09,419 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:09,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0899449cf6858598674e336ad1b8c3f6d57369" 2018-12-12 15:27:09,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-97a177f3-cadb-4ec7-8eef-5cf5953b6dd5 Date: Wed, 12 Dec 2018 15:27:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8"}]} 2018-12-12 15:27:09,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-97a177f3-cadb-4ec7-8eef-5cf5953b6dd5 2018-12-12 15:27:09,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d 2018-12-12 15:27:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0899449cf6858598674e336ad1b8c3f6d57369" 2018-12-12 15:27:09,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f6a35b0a-b573-437a-a122-81d76493ab4c Date: Wed, 12 Dec 2018 15:27:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "9ecbc853-1e4e-4cf3-93ca-fe572894a30e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:07Z", "security_group_id": "27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:07Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "b797bc42-c0c2-4705-ab84-ae30aaff5da8"}]} 2018-12-12 15:27:09,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-f6a35b0a-b573-437a-a122-81d76493ab4c 2018-12-12 15:27:09,802 - neutron_utils - INFO - Deleting security group rule with ID - 9ecbc853-1e4e-4cf3-93ca-fe572894a30e 2018-12-12 15:27:09,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/9ecbc853-1e4e-4cf3-93ca-fe572894a30e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:10,045 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2e3159d-7368-4c4a-920d-e7d4ea1ec692 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:10,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/9ecbc853-1e4e-4cf3-93ca-fe572894a30e used request id req-c2e3159d-7368-4c4a-920d-e7d4ea1ec692 2018-12-12 15:27:10,046 - neutron_utils - INFO - Deleting security group rule with ID - b797bc42-c0c2-4705-ab84-ae30aaff5da8 2018-12-12 15:27:10,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b797bc42-c0c2-4705-ab84-ae30aaff5da8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:10,149 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9e51c98-f756-4b73-9af5-d79cc9c54a32 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:10,149 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b797bc42-c0c2-4705-ab84-ae30aaff5da8 used request id req-f9e51c98-f756-4b73-9af5-d79cc9c54a32 2018-12-12 15:27:10,149 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-05640c10-777e-4aec-a24d-752cef7a74baname 2018-12-12 15:27:10,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c888f70b6e2b421e0df63f741e9ce40ae67428" 2018-12-12 15:27:10,424 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bdad858-697c-4568-a3f0-4636eee33b9b Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:10,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/27dcc13f-a5d7-4530-ad9a-ebc6bb4f3e4d used request id req-1bdad858-697c-4568-a3f0-4636eee33b9b 2018-12-12 15:27:10,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:10,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b99ea737-eb15-4855-9ea2-fccead3b5b79 Date: Wed, 12 Dec 2018 15:27:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:06Z", "updated_at": "2018-12-12T15:27:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:06Z", "revision_number": 0, "id": "57268b83-db53-4b4a-a3e9-a4c70d21b0c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:06Z", "security_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "53dc4645814f412f86b4abacbe371e0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:06Z", "revision_number": 0, "id": "a6b6b31d-3a9d-4357-b073-a65ce88f425b", "remote_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:06Z", "security_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "53dc4645814f412f86b4abacbe371e0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:06Z", "revision_number": 0, "id": "c51be5f6-ba79-4491-908c-736b197f8069", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:06Z", "security_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "53dc4645814f412f86b4abacbe371e0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:06Z", "revision_number": 0, "id": "eeb0f655-965e-4488-8601-22dc1644076e", "remote_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:06Z", "security_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "53dc4645814f412f86b4abacbe371e0f"}], "revision_number": 4, "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:27:10,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b99ea737-eb15-4855-9ea2-fccead3b5b79 2018-12-12 15:27:10,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:10,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac15483-a2cb-4c75-a2ea-ec91bd609d54 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f"}, "enabled": true, "id": "53dc4645814f412f86b4abacbe371e0f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-9f28ee83-466c-466-proj"}} 2018-12-12 15:27:10,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f used request id req-9ac15483-a2cb-4c75-a2ea-ec91bd609d54 2018-12-12 15:27:10,736 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 889cb132-a2fc-4110-a5af-fbe92966d7e5 2018-12-12 15:27:10,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=889cb132-a2fc-4110-a5af-fbe92966d7e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:10,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4a4efee7-0006-4058-95fb-1f341087f580 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:06Z", "security_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:06Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "57268b83-db53-4b4a-a3e9-a4c70d21b0c9"}, {"remote_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:06Z", "security_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:06Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "a6b6b31d-3a9d-4357-b073-a65ce88f425b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:06Z", "security_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:06Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "c51be5f6-ba79-4491-908c-736b197f8069"}, {"remote_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:06Z", "security_group_id": "889cb132-a2fc-4110-a5af-fbe92966d7e5", "port_range_min": null, "revision_number": 0, "tenant_id": "53dc4645814f412f86b4abacbe371e0f", "created_at": "2018-12-12T15:27:06Z", "project_id": "53dc4645814f412f86b4abacbe371e0f", "id": "eeb0f655-965e-4488-8601-22dc1644076e"}]} 2018-12-12 15:27:10,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=889cb132-a2fc-4110-a5af-fbe92966d7e5 used request id req-4a4efee7-0006-4058-95fb-1f341087f580 2018-12-12 15:27:10,902 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:27:10,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/889cb132-a2fc-4110-a5af-fbe92966d7e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:11,179 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-98294257-1348-4da2-89bd-d4a771c72ae4 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:11,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/889cb132-a2fc-4110-a5af-fbe92966d7e5 used request id req-98294257-1348-4da2-89bd-d4a771c72ae4 2018-12-12 15:27:11,180 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-9f28ee83-466c-466-proj 2018-12-12 15:27:11,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:11,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e4be247-cb66-4ab4-bb68-7e74006450fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:11,373 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/53dc4645814f412f86b4abacbe371e0f used request id req-8e4be247-cb66-4ab4-bb68-7e74006450fa 2018-12-12 15:27:11,373 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-9f28ee83-466c-466-proj-role 2018-12-12 15:27:11,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0cd3b7fe51c8467b92c17797142c83d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:11,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d15507d6-cbf2-4000-b060-8817dfb6c9f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:11,472 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0cd3b7fe51c8467b92c17797142c83d7 used request id req-d15507d6-cbf2-4000-b060-8817dfb6c9f7 2018-12-12 15:27:11,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc6b2f6a26695f2a403a3d197e3cdfbe9ec4dfb" 2018-12-12 15:27:11,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36599cf3-e740-4467-a6bd-568cf69dd1e8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:11,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-36599cf3-e740-4467-a6bd-568cf69dd1e8 2018-12-12 15:27:11,571 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-9f28ee83-466c-466-user 2018-12-12 15:27:11,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a788e60ba922404780eb665064221e3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e4d8a9d80bb82d906e0012a434f875fa820128" 2018-12-12 15:27:11,740 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-213a80ac-f11b-4e5e-822f-8540bf69772f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:11,740 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a788e60ba922404780eb665064221e3f used request id req-213a80ac-f11b-4e5e-822f-8540bf69772f 2018-12-12 15:27:11,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:12,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["oxy0aR8xTVmJS7eTUPxgaw"], "issued_at": "2018-12-12T15:27:12.000000Z"}} 2018-12-12 15:27:12,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f55090abc50dd0c885f935e6bb17559b92d0e1" 2018-12-12 15:27:12,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fd37bc-2cca-4d37-ae0a-c40184bce15b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:12,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f0fd37bc-2cca-4d37-ae0a-c40184bce15b 2018-12-12 15:27:12,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:12,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:12,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["kMwKjUHER-aeePT2sw_V9Q"], "issued_at": "2018-12-12T15:27:12.000000Z"}} 2018-12-12 15:27:12,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:12,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce785e6-17f3-401d-b78e-bc6908793c07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:12,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fce785e6-17f3-401d-b78e-bc6908793c07 2018-12-12 15:27:12,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:12,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:12,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-02f77981-4eb6-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:12,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf247f0-deec-4d4e-a73a-d379c3a749bd Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-02f77981-4eb6-405-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:27:12,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-02f77981-4eb6-405-proj used request id req-caf247f0-deec-4d4e-a73a-d379c3a749bd 2018-12-12 15:27:12,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:12,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8af951e5-4ad5-4ab3-ad7d-b76f7344e2ca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:12,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8af951e5-4ad5-4ab3-ad7d-b76f7344e2ca 2018-12-12 15:27:12,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}}' 2018-12-12 15:27:12,999 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a6cacdc-c0db-4758-999d-4d6b1ecdb2e9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814"}, "enabled": true, "id": "0d5191908db34b2b943e20cfd8483814", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}} 2018-12-12 15:27:12,999 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5a6cacdc-c0db-4758-999d-4d6b1ecdb2e9 2018-12-12 15:27:12,999 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-02f77981-4eb6-405-proj 2018-12-12 15:27:12,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:13,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:13,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["SRh6EIU5QjWDJ9r0oxpsZg"], "issued_at": "2018-12-12T15:27:13.000000Z"}} 2018-12-12 15:27:13,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3ca78706b949fa9805a429218daed67a7ce2b0" 2018-12-12 15:27:13,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9995e876-082b-4e57-ab05-ac2b60e58c6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:13,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9995e876-082b-4e57-ab05-ac2b60e58c6c 2018-12-12 15:27:13,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:13,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:13,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3ca78706b949fa9805a429218daed67a7ce2b0" 2018-12-12 15:27:13,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f0c708f-0f67-4b35-9031-8564fdca184f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:27:13,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5f0c708f-0f67-4b35-9031-8564fdca184f 2018-12-12 15:27:13,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-02f77981-4eb6-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3ca78706b949fa9805a429218daed67a7ce2b0" 2018-12-12 15:27:13,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c18f4a4-d9d3-414b-b127-8b8e6cc1e9cf Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-02f77981-4eb6-405-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814"}, "enabled": true, "id": "0d5191908db34b2b943e20cfd8483814", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}]} 2018-12-12 15:27:13,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-02f77981-4eb6-405-proj used request id req-7c18f4a4-d9d3-414b-b127-8b8e6cc1e9cf 2018-12-12 15:27:13,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3ca78706b949fa9805a429218daed67a7ce2b0" 2018-12-12 15:27:13,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e59b0148-51b2-4f6a-9c28-a5db94d3de08 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:13,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e59b0148-51b2-4f6a-9c28-a5db94d3de08 2018-12-12 15:27:14,172 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-02f77981-4eb6-405-user 2018-12-12 15:27:14,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:14,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:14,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d103fd-916c-4665-98f7-3a8c3bcafee8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:14,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f0d103fd-916c-4665-98f7-3a8c3bcafee8 2018-12-12 15:27:14,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" -d '{"role": {"name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj-role"}}' 2018-12-12 15:27:14,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-679b3941-eda0-4419-85c2-ab593220718d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "99ff28a282874a1aa3ac65487746cc4a", "links": {"self": "http://172.30.9.29:5000/v3/roles/99ff28a282874a1aa3ac65487746cc4a"}, "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj-role"}} 2018-12-12 15:27:14,376 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-679b3941-eda0-4419-85c2-ab593220718d 2018-12-12 15:27:14,376 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-02f77981-4eb6-405-proj-role 2018-12-12 15:27:14,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/99ff28a282874a1aa3ac65487746cc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:14,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea2dea67-89c6-4fe6-a692-4f5d4f4331fd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/99ff28a282874a1aa3ac65487746cc4a"}, "domain_id": null, "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj-role", "id": "99ff28a282874a1aa3ac65487746cc4a"}} 2018-12-12 15:27:14,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/99ff28a282874a1aa3ac65487746cc4a used request id req-ea2dea67-89c6-4fe6-a692-4f5d4f4331fd 2018-12-12 15:27:14,464 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-02f77981-4eb6-405-proj-role to project CreateSecurityGroupTests-02f77981-4eb6-405-proj 2018-12-12 15:27:14,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814/users/df84d8eb3f9c4fb586860094c61b959e/roles/99ff28a282874a1aa3ac65487746cc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:14,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce0b0bac-f85a-46ea-a712-7ea99e0ff91b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:14,588 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814/users/df84d8eb3f9c4fb586860094c61b959e/roles/99ff28a282874a1aa3ac65487746cc4a used request id req-ce0b0bac-f85a-46ea-a712-7ea99e0ff91b 2018-12-12 15:27:14,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:14,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:14,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "99ff28a282874a1aa3ac65487746cc4a", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj-role"}], "expires_at": "2018-12-12T16:27:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d5191908db34b2b943e20cfd8483814", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0d5191908db34b2b943e20cfd8483814", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0d5191908db34b2b943e20cfd8483814", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0d5191908db34b2b943e20cfd8483814", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0d5191908db34b2b943e20cfd8483814", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0d5191908db34b2b943e20cfd8483814", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0d5191908db34b2b943e20cfd8483814", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0d5191908db34b2b943e20cfd8483814", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0d5191908db34b2b943e20cfd8483814", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0d5191908db34b2b943e20cfd8483814", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0d5191908db34b2b943e20cfd8483814", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0d5191908db34b2b943e20cfd8483814", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0d5191908db34b2b943e20cfd8483814", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-02f77981-4eb6-405-user", "id": "df84d8eb3f9c4fb586860094c61b959e"}, "audit_ids": ["Y_qdACmNRPmnC8SZu267jw"], "issued_at": "2018-12-12T15:27:14.000000Z"}} 2018-12-12 15:27:14,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:15,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b3e3949-6ad0-4b60-9ce5-0aaef137d28e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:15,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0b3e3949-6ad0-4b60-9ce5-0aaef137d28e 2018-12-12 15:27:15,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:15,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f6332b62-6b00-4868-bbb6-bf84f5477f00 Date: Wed, 12 Dec 2018 15:27:15 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:27:15,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name&description=hello+group used request id req-f6332b62-6b00-4868-bbb6-bf84f5477f00 2018-12-12 15:27:15,369 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name... 2018-12-12 15:27:15,369 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name 2018-12-12 15:27:15,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" -d '{"security_group": {"name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name", "description": "hello group"}}' 2018-12-12 15:27:15,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-73dd2153-8343-405a-89fc-2e681a6285c7 Date: Wed, 12 Dec 2018 15:27:15 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 2, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}} 2018-12-12 15:27:15,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-73dd2153-8343-405a-89fc-2e681a6285c7 2018-12-12 15:27:15,701 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:15,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:15,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-14643846-052c-41fe-926c-4c20e1e5c150 Date: Wed, 12 Dec 2018 15:27:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}]} 2018-12-12 15:27:15,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-14643846-052c-41fe-926c-4c20e1e5c150 2018-12-12 15:27:15,884 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:15,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:16,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b163437d-4ee7-4a0e-8749-fe4c9cebf3b1 Date: Wed, 12 Dec 2018 15:27:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}]} 2018-12-12 15:27:16,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-b163437d-4ee7-4a0e-8749-fe4c9cebf3b1 2018-12-12 15:27:16,047 - neutron_utils - INFO - Retrieving security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:16,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:16,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e0f81f84-bd63-43df-ac62-4e0856b8d8dd Date: Wed, 12 Dec 2018 15:27:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 2, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:16,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-e0f81f84-bd63-43df-ac62-4e0856b8d8dd 2018-12-12 15:27:16,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:16,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:16,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-db7874be-7961-4947-a231-0531c4ca25a5 Date: Wed, 12 Dec 2018 15:27:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}]} 2018-12-12 15:27:16,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-db7874be-7961-4947-a231-0531c4ca25a5 2018-12-12 15:27:16,429 - neutron_utils - INFO - Retrieving security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:16,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:16,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0ddbcbf3-c0a4-4c97-a9b9-0793fa7d2d53 Date: Wed, 12 Dec 2018 15:27:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 2, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:16,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-0ddbcbf3-c0a4-4c97-a9b9-0793fa7d2d53 2018-12-12 15:27:16,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:16,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:16,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-30d7a09c-b7ac-42d0-8ebb-0d8bb2e7bd40 Date: Wed, 12 Dec 2018 15:27:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}]} 2018-12-12 15:27:16,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-30d7a09c-b7ac-42d0-8ebb-0d8bb2e7bd40 2018-12-12 15:27:16,800 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name 2018-12-12 15:27:16,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:16,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9e33821c-e82c-4626-9ff2-9d6d315b0a06 Date: Wed, 12 Dec 2018 15:27:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 2, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:16,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-9e33821c-e82c-4626-9ff2-9d6d315b0a06 2018-12-12 15:27:16,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:16,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:16,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:16,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fbbc58-3793-47d2-93c7-e44f7d2a4cfb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814"}, "enabled": true, "id": "0d5191908db34b2b943e20cfd8483814", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}} 2018-12-12 15:27:16,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 used request id req-43fbbc58-3793-47d2-93c7-e44f7d2a4cfb 2018-12-12 15:27:16,945 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:16,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:16,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9bf96f9-e92f-4d4d-8b20-16dd64fc6035 Date: Wed, 12 Dec 2018 15:27:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}]} 2018-12-12 15:27:16,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-e9bf96f9-e92f-4d4d-8b20-16dd64fc6035 2018-12-12 15:27:16,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}e3f085e8d61f84d22a915d68caead17348327f88" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7"}}' 2018-12-12 15:27:17,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-b2db4c11-d644-49bd-ba59-96611018cb36 Date: Wed, 12 Dec 2018 15:27:17 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}} 2018-12-12 15:27:17,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-b2db4c11-d644-49bd-ba59-96611018cb36 2018-12-12 15:27:17,138 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name 2018-12-12 15:27:17,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:17,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-3abdf0bf-95eb-4a40-b7b1-982ddc52d37d Date: Wed, 12 Dec 2018 15:27:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 3, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:17,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-3abdf0bf-95eb-4a40-b7b1-982ddc52d37d 2018-12-12 15:27:17,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:17,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68d42691-3b63-48f5-9f23-59da0f881905 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814"}, "enabled": true, "id": "0d5191908db34b2b943e20cfd8483814", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}} 2018-12-12 15:27:17,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 used request id req-68d42691-3b63-48f5-9f23-59da0f881905 2018-12-12 15:27:17,422 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:17,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:17,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-239662f5-8909-432b-b708-bfb986d4c86a Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:17,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-239662f5-8909-432b-b708-bfb986d4c86a 2018-12-12 15:27:17,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}e3f085e8d61f84d22a915d68caead17348327f88" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7"}}' 2018-12-12 15:27:18,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-c6561edf-7a2d-4b8d-bd0e-b1940d577f38 Date: Wed, 12 Dec 2018 15:27:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}} 2018-12-12 15:27:18,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-c6561edf-7a2d-4b8d-bd0e-b1940d577f38 2018-12-12 15:27:18,012 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name 2018-12-12 15:27:18,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:18,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-7fe05dd2-006a-4141-b367-e5ff1d327dfa Date: Wed, 12 Dec 2018 15:27:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 4, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:18,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-7fe05dd2-006a-4141-b367-e5ff1d327dfa 2018-12-12 15:27:18,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:18,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d56111f-154a-4f8d-bcb3-d6b331d1edcc Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814"}, "enabled": true, "id": "0d5191908db34b2b943e20cfd8483814", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}} 2018-12-12 15:27:18,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 used request id req-6d56111f-154a-4f8d-bcb3-d6b331d1edcc 2018-12-12 15:27:18,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:18,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:18,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-814ee221-f02d-4d54-b5a6-3ff3627ff6b5 Date: Wed, 12 Dec 2018 15:27:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:18,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-814ee221-f02d-4d54-b5a6-3ff3627ff6b5 2018-12-12 15:27:18,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}e3f085e8d61f84d22a915d68caead17348327f88" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10}}' 2018-12-12 15:27:18,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-d6d0550b-c720-42b2-83d1-15e8b18b053b Date: Wed, 12 Dec 2018 15:27:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}} 2018-12-12 15:27:18,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-d6d0550b-c720-42b2-83d1-15e8b18b053b 2018-12-12 15:27:18,641 - neutron_utils - INFO - Retrieving security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:18,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:18,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-829b372d-12cc-47b5-bd4d-67c9d45a2f9a Date: Wed, 12 Dec 2018 15:27:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:18,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-829b372d-12cc-47b5-bd4d-67c9d45a2f9a 2018-12-12 15:27:18,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:18,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:18,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-879ad51a-d100-4441-b0fe-0eb5f57c37eb Date: Wed, 12 Dec 2018 15:27:18 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:18,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-879ad51a-d100-4441-b0fe-0eb5f57c37eb 2018-12-12 15:27:18,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:19,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "99ff28a282874a1aa3ac65487746cc4a", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj-role"}], "expires_at": "2018-12-12T16:27:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d5191908db34b2b943e20cfd8483814", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0d5191908db34b2b943e20cfd8483814", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0d5191908db34b2b943e20cfd8483814", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0d5191908db34b2b943e20cfd8483814", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0d5191908db34b2b943e20cfd8483814", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0d5191908db34b2b943e20cfd8483814", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0d5191908db34b2b943e20cfd8483814", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0d5191908db34b2b943e20cfd8483814", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0d5191908db34b2b943e20cfd8483814", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0d5191908db34b2b943e20cfd8483814", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0d5191908db34b2b943e20cfd8483814", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0d5191908db34b2b943e20cfd8483814", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0d5191908db34b2b943e20cfd8483814", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-02f77981-4eb6-405-user", "id": "df84d8eb3f9c4fb586860094c61b959e"}, "audit_ids": ["mc3UT_UJRu-qIYBvAEdRdg"], "issued_at": "2018-12-12T15:27:19.000000Z"}} 2018-12-12 15:27:19,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:19,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-38c543ed-151c-48fe-8832-173519490c97 Date: Wed, 12 Dec 2018 15:27:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:19,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name&description=hello+group used request id req-38c543ed-151c-48fe-8832-173519490c97 2018-12-12 15:27:19,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:19,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:19,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bd386a05-a78d-4ed7-b78d-b29fd535628d Date: Wed, 12 Dec 2018 15:27:19 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:19,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-bd386a05-a78d-4ed7-b78d-b29fd535628d 2018-12-12 15:27:19,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:19,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:19,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c5b5f3ef-2108-4ad3-bf98-d3584c51b6e3 Date: Wed, 12 Dec 2018 15:27:19 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:19,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-c5b5f3ef-2108-4ad3-bf98-d3584c51b6e3 2018-12-12 15:27:19,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:19,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-dc77c934-f54e-44d6-8e27-ebdab38e722e Date: Wed, 12 Dec 2018 15:27:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:19,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-dc77c934-f54e-44d6-8e27-ebdab38e722e 2018-12-12 15:27:19,914 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:20,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c498c61c-f528-4ddd-aa6b-10dd5772dff4 Date: Wed, 12 Dec 2018 15:27:20 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:20,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-c498c61c-f528-4ddd-aa6b-10dd5772dff4 2018-12-12 15:27:20,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:20,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6759351a-fa68-45e3-a8a4-2033a0411c40 Date: Wed, 12 Dec 2018 15:27:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:20,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-6759351a-fa68-45e3-a8a4-2033a0411c40 2018-12-12 15:27:20,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:20,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:20,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1349bb3f-d69b-4967-99aa-7eb8426e2c74 Date: Wed, 12 Dec 2018 15:27:20 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:20,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-1349bb3f-d69b-4967-99aa-7eb8426e2c74 2018-12-12 15:27:20,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:20,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-98ecbaf9-75fe-46ba-9f07-f3cae64aaba3 Date: Wed, 12 Dec 2018 15:27:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:20,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-98ecbaf9-75fe-46ba-9f07-f3cae64aaba3 2018-12-12 15:27:20,666 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:20,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:20,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2c282c2c-69cc-4777-b0a2-7d1786761af4 Date: Wed, 12 Dec 2018 15:27:20 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:20,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-2c282c2c-69cc-4777-b0a2-7d1786761af4 2018-12-12 15:27:20,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:20,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-88962d2b-b607-4ff1-a08c-23c8bd7e5c10 Date: Wed, 12 Dec 2018 15:27:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:20,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-88962d2b-b607-4ff1-a08c-23c8bd7e5c10 2018-12-12 15:27:20,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:20,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e18911f4-2ce3-408f-b2f3-c76e4e8f848f Date: Wed, 12 Dec 2018 15:27:21 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:21,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-e18911f4-2ce3-408f-b2f3-c76e4e8f848f 2018-12-12 15:27:21,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-874a90bc-60a3-4609-800b-e5682900cebd Date: Wed, 12 Dec 2018 15:27:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:21,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-874a90bc-60a3-4609-800b-e5682900cebd 2018-12-12 15:27:21,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:21,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b294bd0c-cc36-498a-b1ad-f33cc0dec7bb Date: Wed, 12 Dec 2018 15:27:21 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:21,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-b294bd0c-cc36-498a-b1ad-f33cc0dec7bb 2018-12-12 15:27:21,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-33b6f7a5-34ff-4c2e-af44-7e8100aed50f Date: Wed, 12 Dec 2018 15:27:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:21,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-33b6f7a5-34ff-4c2e-af44-7e8100aed50f 2018-12-12 15:27:21,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:21,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-473dd6cb-6e65-4902-9ce3-169c81d0ffc1 Date: Wed, 12 Dec 2018 15:27:21 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:21,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-473dd6cb-6e65-4902-9ce3-169c81d0ffc1 2018-12-12 15:27:21,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-2d3f0c43-189e-4a5e-b7a5-0448b10c08b2 Date: Wed, 12 Dec 2018 15:27:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:21,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-2d3f0c43-189e-4a5e-b7a5-0448b10c08b2 2018-12-12 15:27:21,314 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:21,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ed6e7ae2-31de-45f4-8d21-90235bd438af Date: Wed, 12 Dec 2018 15:27:21 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:21,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-ed6e7ae2-31de-45f4-8d21-90235bd438af 2018-12-12 15:27:21,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-061f0327-45ca-49f9-9340-e9e3af96e39c Date: Wed, 12 Dec 2018 15:27:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:21,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-061f0327-45ca-49f9-9340-e9e3af96e39c 2018-12-12 15:27:21,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:21,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-da41942c-c674-405a-90e3-57c450df8413 Date: Wed, 12 Dec 2018 15:27:21 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:21,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-da41942c-c674-405a-90e3-57c450df8413 2018-12-12 15:27:21,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:21,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0faf8b41-3820-4792-951d-3b5b5720e560 Date: Wed, 12 Dec 2018 15:27:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:18Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:18Z", "revision_number": 0, "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "7cdb46ac-104d-4108-84a1-995565a720bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "b9072e54-387d-4c0f-9eac-4a925333ffee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "revision_number": 0, "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 5, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "name": "CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name"}]} 2018-12-12 15:27:21,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name used request id req-0faf8b41-3820-4792-951d-3b5b5720e560 2018-12-12 15:27:21,934 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:21,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:22,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3afc5ae0-364c-4351-9706-9eb4fe4f7b11 Date: Wed, 12 Dec 2018 15:27:22 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:22,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-3afc5ae0-364c-4351-9706-9eb4fe4f7b11 2018-12-12 15:27:22,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:22,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e05912b7-6a47-48cc-9b1a-f9d2e64c667b Date: Wed, 12 Dec 2018 15:27:22 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-12-12T15:27:18Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": 10, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:18Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "38ead9ed-be20-47aa-8e86-2738e19d8b97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:22,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-e05912b7-6a47-48cc-9b1a-f9d2e64c667b 2018-12-12 15:27:22,307 - neutron_utils - INFO - Deleting security group rule with ID - 38ead9ed-be20-47aa-8e86-2738e19d8b97 2018-12-12 15:27:22,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/38ead9ed-be20-47aa-8e86-2738e19d8b97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:22,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8b1dd4d-7e90-46f8-a06a-37c83dd44715 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:22,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/38ead9ed-be20-47aa-8e86-2738e19d8b97 used request id req-e8b1dd4d-7e90-46f8-a06a-37c83dd44715 2018-12-12 15:27:22,557 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-12-12 15:27:22,557 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abdd1deb-0129-449f-87a3-b7300ca931a7 2018-12-12 15:27:22,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5cdcb4f7cc3ca95e543c73d738cf466f46f78ec" 2018-12-12 15:27:22,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-3f74b412-b394-4933-b3c0-c76fc6aa6448 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "425bd85c-bd5e-4ff4-9203-033b0ad9e674"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "7cdb46ac-104d-4108-84a1-995565a720bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "b9072e54-387d-4c0f-9eac-4a925333ffee"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:17Z", "security_group_id": "abdd1deb-0129-449f-87a3-b7300ca931a7", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:17Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "f4e2fbbb-345e-47ec-b673-49eaca6a57b3"}]} 2018-12-12 15:27:22,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-3f74b412-b394-4933-b3c0-c76fc6aa6448 2018-12-12 15:27:22,598 - neutron_utils - INFO - Deleting security group rule with ID - b9072e54-387d-4c0f-9eac-4a925333ffee 2018-12-12 15:27:22,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b9072e54-387d-4c0f-9eac-4a925333ffee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:22,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9e85dcc-11b1-485b-93a6-460b72ad4880 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:22,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b9072e54-387d-4c0f-9eac-4a925333ffee used request id req-d9e85dcc-11b1-485b-93a6-460b72ad4880 2018-12-12 15:27:22,702 - neutron_utils - INFO - Deleting security group rule with ID - 38ead9ed-be20-47aa-8e86-2738e19d8b97 2018-12-12 15:27:22,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/38ead9ed-be20-47aa-8e86-2738e19d8b97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:22,877 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-bdca4e9f-6183-4967-a252-a3474a35a7fd Date: Wed, 12 Dec 2018 15:27:22 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 38ead9ed-be20-47aa-8e86-2738e19d8b97 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 15:27:22,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/38ead9ed-be20-47aa-8e86-2738e19d8b97 used request id req-bdca4e9f-6183-4967-a252-a3474a35a7fd 2018-12-12 15:27:22,878 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 38ead9ed-be20-47aa-8e86-2738e19d8b97 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 15:27:22,878 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 38ead9ed-be20-47aa-8e86-2738e19d8b97 does not exist Neutron server returns request_ids: ['req-bdca4e9f-6183-4967-a252-a3474a35a7fd'] 2018-12-12 15:27:22,878 - neutron_utils - INFO - Deleting security group rule with ID - 425bd85c-bd5e-4ff4-9203-033b0ad9e674 2018-12-12 15:27:22,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/425bd85c-bd5e-4ff4-9203-033b0ad9e674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:22,981 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae5e3082-2d78-4a67-943b-b0aa9adb6581 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:22,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/425bd85c-bd5e-4ff4-9203-033b0ad9e674 used request id req-ae5e3082-2d78-4a67-943b-b0aa9adb6581 2018-12-12 15:27:22,981 - neutron_utils - INFO - Deleting security group rule with ID - 7cdb46ac-104d-4108-84a1-995565a720bb 2018-12-12 15:27:22,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/7cdb46ac-104d-4108-84a1-995565a720bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:23,080 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42822523-41a3-43d6-9448-4564c138b9ca Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:23,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/7cdb46ac-104d-4108-84a1-995565a720bb used request id req-42822523-41a3-43d6-9448-4564c138b9ca 2018-12-12 15:27:23,081 - neutron_utils - INFO - Deleting security group rule with ID - f4e2fbbb-345e-47ec-b673-49eaca6a57b3 2018-12-12 15:27:23,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f4e2fbbb-345e-47ec-b673-49eaca6a57b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:23,320 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38a4c03e-4276-44f0-b9e6-49306bf22121 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:23,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f4e2fbbb-345e-47ec-b673-49eaca6a57b3 used request id req-38a4c03e-4276-44f0-b9e6-49306bf22121 2018-12-12 15:27:23,321 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-69bd05be-ef6f-4a7a-9614-f722df3dedf5name 2018-12-12 15:27:23,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/abdd1deb-0129-449f-87a3-b7300ca931a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f085e8d61f84d22a915d68caead17348327f88" 2018-12-12 15:27:23,462 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bb53432-f1c2-433b-ba74-167eb2c104e2 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:23,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/abdd1deb-0129-449f-87a3-b7300ca931a7 used request id req-2bb53432-f1c2-433b-ba74-167eb2c104e2 2018-12-12 15:27:23,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:23,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-19743b2b-d0c3-4ed2-8fbe-f13bfd9481f5 Date: Wed, 12 Dec 2018 15:27:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "updated_at": "2018-12-12T15:27:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "2a1d37c0-14e4-4a8e-96c9-49c447713a36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "56f559c4-8711-4b4a-9401-45491083e00e", "remote_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "5cf4e1f4-d1a9-4007-991f-e46a9579a2c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "revision_number": 0, "id": "83cd88e8-e77d-4c67-9e1d-4a590cdf86cc", "remote_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:15Z", "security_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "tenant_id": "0d5191908db34b2b943e20cfd8483814", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5191908db34b2b943e20cfd8483814"}], "revision_number": 4, "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:27:23,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-19743b2b-d0c3-4ed2-8fbe-f13bfd9481f5 2018-12-12 15:27:23,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:23,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9a6486-9d83-432f-9e4e-a11394743205 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814"}, "enabled": true, "id": "0d5191908db34b2b943e20cfd8483814", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-02f77981-4eb6-405-proj"}} 2018-12-12 15:27:23,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 used request id req-7c9a6486-9d83-432f-9e4e-a11394743205 2018-12-12 15:27:23,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bb32b11-e90b-40c9-ad95-49cbd5a765b8 2018-12-12 15:27:23,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6bb32b11-e90b-40c9-ad95-49cbd5a765b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:24,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c35d674a-8ceb-4895-a211-94a5f63bb2f1 Date: Wed, 12 Dec 2018 15:27:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "2a1d37c0-14e4-4a8e-96c9-49c447713a36"}, {"remote_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "56f559c4-8711-4b4a-9401-45491083e00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "5cf4e1f4-d1a9-4007-991f-e46a9579a2c7"}, {"remote_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:15Z", "security_group_id": "6bb32b11-e90b-40c9-ad95-49cbd5a765b8", "port_range_min": null, "revision_number": 0, "tenant_id": "0d5191908db34b2b943e20cfd8483814", "created_at": "2018-12-12T15:27:15Z", "project_id": "0d5191908db34b2b943e20cfd8483814", "id": "83cd88e8-e77d-4c67-9e1d-4a590cdf86cc"}]} 2018-12-12 15:27:24,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6bb32b11-e90b-40c9-ad95-49cbd5a765b8 used request id req-c35d674a-8ceb-4895-a211-94a5f63bb2f1 2018-12-12 15:27:24,113 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:27:24,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6bb32b11-e90b-40c9-ad95-49cbd5a765b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:24,422 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9487243b-a526-49e5-9d3f-ab5f172a53c5 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:24,423 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6bb32b11-e90b-40c9-ad95-49cbd5a765b8 used request id req-9487243b-a526-49e5-9d3f-ab5f172a53c5 2018-12-12 15:27:24,423 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-02f77981-4eb6-405-proj 2018-12-12 15:27:24,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:24,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32a1bad5-8c49-47fa-8d7b-7528c1d8dc52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:24,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0d5191908db34b2b943e20cfd8483814 used request id req-32a1bad5-8c49-47fa-8d7b-7528c1d8dc52 2018-12-12 15:27:24,630 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-02f77981-4eb6-405-proj-role 2018-12-12 15:27:24,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/99ff28a282874a1aa3ac65487746cc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:24,747 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f76b3e4-cb62-4dc8-9152-d4381f53ded5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:24,747 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/99ff28a282874a1aa3ac65487746cc4a used request id req-4f76b3e4-cb62-4dc8-9152-d4381f53ded5 2018-12-12 15:27:24,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0638da40f4eae0b3ccc3b18a35901efc1ef3b8" 2018-12-12 15:27:24,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab232dd7-0241-48fb-bd3f-ca074c049da9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:24,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ab232dd7-0241-48fb-bd3f-ca074c049da9 2018-12-12 15:27:24,845 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-02f77981-4eb6-405-user 2018-12-12 15:27:24,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/df84d8eb3f9c4fb586860094c61b959e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3ca78706b949fa9805a429218daed67a7ce2b0" 2018-12-12 15:27:25,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a53ef4e8-03c4-42d7-89c1-de99e592bd10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:25,009 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/df84d8eb3f9c4fb586860094c61b959e used request id req-a53ef4e8-03c4-42d7-89c1-de99e592bd10 2018-12-12 15:27:25,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:25,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Xkc134RzSwKORuruB1sTMg"], "issued_at": "2018-12-12T15:27:25.000000Z"}} 2018-12-12 15:27:25,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}539d9d27cbe55c3a4fba9692bf03459fe5cc6845" 2018-12-12 15:27:25,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-570b2365-c538-4d4f-b0fe-ccf799caaea6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:25,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-570b2365-c538-4d4f-b0fe-ccf799caaea6 2018-12-12 15:27:25,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:25,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:25,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["MPYbhL2ERSuBPliJEwIKBw"], "issued_at": "2018-12-12T15:27:25.000000Z"}} 2018-12-12 15:27:25,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:25,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eccfd4e9-053c-449d-80ed-c6f5529472b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:25,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eccfd4e9-053c-449d-80ed-c6f5529472b9 2018-12-12 15:27:25,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:25,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:25,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-27dcca30-2e41-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:26,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346194ef-a99b-460c-9f6e-80cc9187e219 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-27dcca30-2e41-46b-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:27:26,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-27dcca30-2e41-46b-proj used request id req-346194ef-a99b-460c-9f6e-80cc9187e219 2018-12-12 15:27:26,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:26,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-637f20d5-b876-465f-902c-8408d1b7da00 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:26,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-637f20d5-b876-465f-902c-8408d1b7da00 2018-12-12 15:27:26,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}}' 2018-12-12 15:27:26,269 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e28bdb0d-c792-49e4-a38d-cd645ebd916d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c"}, "enabled": true, "id": "4c03a29ec92741ac955040cb2ea1d27c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}} 2018-12-12 15:27:26,269 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e28bdb0d-c792-49e4-a38d-cd645ebd916d 2018-12-12 15:27:26,269 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-27dcca30-2e41-46b-proj 2018-12-12 15:27:26,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:26,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:26,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["xC8flRa2TBmJm0gfCqyhWg"], "issued_at": "2018-12-12T15:27:26.000000Z"}} 2018-12-12 15:27:26,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a1935f19fc87ce67a02d4af2ee94c3911cf649e" 2018-12-12 15:27:26,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c722ee-bf03-4d65-9537-4eb7c144c61b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:26,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-08c722ee-bf03-4d65-9537-4eb7c144c61b 2018-12-12 15:27:26,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:26,752 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:26,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a1935f19fc87ce67a02d4af2ee94c3911cf649e" 2018-12-12 15:27:26,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea87786f-f366-49ef-8fb6-61413e6313c1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:27:26,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ea87786f-f366-49ef-8fb6-61413e6313c1 2018-12-12 15:27:26,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-27dcca30-2e41-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a1935f19fc87ce67a02d4af2ee94c3911cf649e" 2018-12-12 15:27:26,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0814f321-5c22-4c7f-b287-801c2a394362 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-27dcca30-2e41-46b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c"}, "enabled": true, "id": "4c03a29ec92741ac955040cb2ea1d27c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}]} 2018-12-12 15:27:26,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-27dcca30-2e41-46b-proj used request id req-0814f321-5c22-4c7f-b287-801c2a394362 2018-12-12 15:27:26,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a1935f19fc87ce67a02d4af2ee94c3911cf649e" 2018-12-12 15:27:27,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afb7eb47-6bef-4d15-b023-b66f8aa239d7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:27,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-afb7eb47-6bef-4d15-b023-b66f8aa239d7 2018-12-12 15:27:27,334 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-27dcca30-2e41-46b-user 2018-12-12 15:27:27,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:27,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:27,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ef0dfd0-fb2a-4600-84d8-cf76cec62139 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:27,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5ef0dfd0-fb2a-4600-84d8-cf76cec62139 2018-12-12 15:27:27,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" -d '{"role": {"name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj-role"}}' 2018-12-12 15:27:27,538 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea187bb0-751e-4a13-9853-235477b11808 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e0984008c17541c69b42abf5b3e7dd4e", "links": {"self": "http://172.30.9.29:5000/v3/roles/e0984008c17541c69b42abf5b3e7dd4e"}, "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj-role"}} 2018-12-12 15:27:27,538 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ea187bb0-751e-4a13-9853-235477b11808 2018-12-12 15:27:27,538 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-27dcca30-2e41-46b-proj-role 2018-12-12 15:27:27,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e0984008c17541c69b42abf5b3e7dd4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:27,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b9447f-7e2d-408d-b8a1-06d2278b447b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e0984008c17541c69b42abf5b3e7dd4e"}, "domain_id": null, "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj-role", "id": "e0984008c17541c69b42abf5b3e7dd4e"}} 2018-12-12 15:27:27,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e0984008c17541c69b42abf5b3e7dd4e used request id req-30b9447f-7e2d-408d-b8a1-06d2278b447b 2018-12-12 15:27:27,628 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-27dcca30-2e41-46b-proj-role to project CreateSecurityGroupTests-27dcca30-2e41-46b-proj 2018-12-12 15:27:27,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c/users/9055413c220249f1bb76d3f386d4ab0b/roles/e0984008c17541c69b42abf5b3e7dd4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:27,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cb4b451-337e-4d1a-868a-a9fe39813e7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:27,750 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c/users/9055413c220249f1bb76d3f386d4ab0b/roles/e0984008c17541c69b42abf5b3e7dd4e used request id req-8cb4b451-337e-4d1a-868a-a9fe39813e7e 2018-12-12 15:27:27,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:27,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:28,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e0984008c17541c69b42abf5b3e7dd4e", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj-role"}], "expires_at": "2018-12-12T16:27:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c03a29ec92741ac955040cb2ea1d27c", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4c03a29ec92741ac955040cb2ea1d27c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4c03a29ec92741ac955040cb2ea1d27c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4c03a29ec92741ac955040cb2ea1d27c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4c03a29ec92741ac955040cb2ea1d27c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4c03a29ec92741ac955040cb2ea1d27c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4c03a29ec92741ac955040cb2ea1d27c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-user", "id": "9055413c220249f1bb76d3f386d4ab0b"}, "audit_ids": ["NpLwsoxsSLiW_PZEGtIaRg"], "issued_at": "2018-12-12T15:27:28.000000Z"}} 2018-12-12 15:27:28,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:28,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95647eef-d910-47df-99e3-fe6c0cf8f693 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:28,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-95647eef-d910-47df-99e3-fe6c0cf8f693 2018-12-12 15:27:28,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:28,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-377e89e1-a02b-4cfa-9437-b3e00af33483 Date: Wed, 12 Dec 2018 15:27:28 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:27:28,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name&description=hello+group used request id req-377e89e1-a02b-4cfa-9437-b3e00af33483 2018-12-12 15:27:28,512 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name... 2018-12-12 15:27:28,512 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name 2018-12-12 15:27:28,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" -d '{"security_group": {"name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name", "description": "hello group"}}' 2018-12-12 15:27:28,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-8dbd45b9-bfa5-4a71-ba16-31ddaf3706af Date: Wed, 12 Dec 2018 15:27:28 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 2, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}} 2018-12-12 15:27:28,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-8dbd45b9-bfa5-4a71-ba16-31ddaf3706af 2018-12-12 15:27:28,857 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:28,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:29,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d031551-ea36-4024-a4d8-47eade4f3c6b Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:29,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-3d031551-ea36-4024-a4d8-47eade4f3c6b 2018-12-12 15:27:29,033 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:29,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:29,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5c4ec56f-e9f0-4901-93d6-1a4d9caaddce Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:29,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-5c4ec56f-e9f0-4901-93d6-1a4d9caaddce 2018-12-12 15:27:29,224 - neutron_utils - INFO - Retrieving security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:29,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:29,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c04e7e13-4f44-46d8-9645-9ee0186e76ef Date: Wed, 12 Dec 2018 15:27:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 2, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:29,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-c04e7e13-4f44-46d8-9645-9ee0186e76ef 2018-12-12 15:27:29,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:29,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:29,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5ce78dda-0958-44d9-8df5-aa7f7dc9b479 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:29,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-5ce78dda-0958-44d9-8df5-aa7f7dc9b479 2018-12-12 15:27:29,591 - neutron_utils - INFO - Retrieving security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:29,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:29,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7e139e24-743c-41e3-89cb-1cb26edfccfc Date: Wed, 12 Dec 2018 15:27:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 2, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:29,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-7e139e24-743c-41e3-89cb-1cb26edfccfc 2018-12-12 15:27:29,791 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:29,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:29,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c6d92f1a-b871-4b81-86ec-e404cfbeb1fc Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:29,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-c6d92f1a-b871-4b81-86ec-e404cfbeb1fc 2018-12-12 15:27:29,979 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name 2018-12-12 15:27:29,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:30,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-595d54bc-c87a-46dd-aa35-1b279f36f34d Date: Wed, 12 Dec 2018 15:27:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 2, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:30,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-595d54bc-c87a-46dd-aa35-1b279f36f34d 2018-12-12 15:27:30,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:30,177 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:30,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:30,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17804c59-6abd-4e26-bbe9-dc8525838f8d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c"}, "enabled": true, "id": "4c03a29ec92741ac955040cb2ea1d27c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}} 2018-12-12 15:27:30,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c used request id req-17804c59-6abd-4e26-bbe9-dc8525838f8d 2018-12-12 15:27:30,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:30,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:30,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7a775c7-7aa2-4daa-9556-17f540641ea3 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:30,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-a7a775c7-7aa2-4daa-9556-17f540641ea3 2018-12-12 15:27:30,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90"}}' 2018-12-12 15:27:30,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-d3b58f81-ae2f-499d-a1f6-4827460e2e58 Date: Wed, 12 Dec 2018 15:27:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}} 2018-12-12 15:27:30,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-d3b58f81-ae2f-499d-a1f6-4827460e2e58 2018-12-12 15:27:30,599 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name 2018-12-12 15:27:30,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:30,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-1987667a-87e8-4028-ae17-4429bfae29cb Date: Wed, 12 Dec 2018 15:27:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 3, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:30,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-1987667a-87e8-4028-ae17-4429bfae29cb 2018-12-12 15:27:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:30,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-150a8874-6cf9-4c2a-9cd5-56854a94c983 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c"}, "enabled": true, "id": "4c03a29ec92741ac955040cb2ea1d27c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}} 2018-12-12 15:27:30,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c used request id req-150a8874-6cf9-4c2a-9cd5-56854a94c983 2018-12-12 15:27:30,875 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:30,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:30,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-99e7d38a-8b3e-4930-985b-dda688eb7c54 Date: Wed, 12 Dec 2018 15:27:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:30,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-99e7d38a-8b3e-4930-985b-dda688eb7c54 2018-12-12 15:27:30,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90"}}' 2018-12-12 15:27:31,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-aafa06df-2af8-405f-98b4-f4bf80ef1d44 Date: Wed, 12 Dec 2018 15:27:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}} 2018-12-12 15:27:31,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-aafa06df-2af8-405f-98b4-f4bf80ef1d44 2018-12-12 15:27:31,228 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name 2018-12-12 15:27:31,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:31,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-a4c40059-a8e4-400b-948b-735127e07b56 Date: Wed, 12 Dec 2018 15:27:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:31Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 4, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:31,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-a4c40059-a8e4-400b-948b-735127e07b56 2018-12-12 15:27:31,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:31,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec1adaf-cabf-4df2-869b-d811e1c2bf96 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c"}, "enabled": true, "id": "4c03a29ec92741ac955040cb2ea1d27c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}} 2018-12-12 15:27:31,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c used request id req-0ec1adaf-cabf-4df2-869b-d811e1c2bf96 2018-12-12 15:27:31,520 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:31,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:31,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-f9011c5f-ac29-4ca6-b8ec-6522d264f594 Date: Wed, 12 Dec 2018 15:27:31 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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:31,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-f9011c5f-ac29-4ca6-b8ec-6522d264f594 2018-12-12 15:27:31,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10}}' 2018-12-12 15:27:32,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-4d3f5f8c-363a-47a4-a659-436ebb77bd12 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}} 2018-12-12 15:27:32,107 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-4d3f5f8c-363a-47a4-a659-436ebb77bd12 2018-12-12 15:27:32,108 - neutron_utils - INFO - Retrieving security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:32,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:32,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-79c8cc9f-113e-4353-8ec6-16c93db90efc Date: Wed, 12 Dec 2018 15:27:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "revision_number": 0, "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 5, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:32,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-79c8cc9f-113e-4353-8ec6-16c93db90efc 2018-12-12 15:27:32,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:32,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:32,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b1720b27-6bfe-479c-9001-389abf1df319 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:32,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-b1720b27-6bfe-479c-9001-389abf1df319 2018-12-12 15:27:32,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:32,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e0984008c17541c69b42abf5b3e7dd4e", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj-role"}], "expires_at": "2018-12-12T16:27:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c03a29ec92741ac955040cb2ea1d27c", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4c03a29ec92741ac955040cb2ea1d27c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4c03a29ec92741ac955040cb2ea1d27c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4c03a29ec92741ac955040cb2ea1d27c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4c03a29ec92741ac955040cb2ea1d27c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4c03a29ec92741ac955040cb2ea1d27c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4c03a29ec92741ac955040cb2ea1d27c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4c03a29ec92741ac955040cb2ea1d27c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-user", "id": "9055413c220249f1bb76d3f386d4ab0b"}, "audit_ids": ["2ZUbYc4cT4-ebKWmETtbFg"], "issued_at": "2018-12-12T15:27:32.000000Z"}} 2018-12-12 15:27:32,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:32,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-745604ae-7749-4585-81fc-5c018f4b7f31 Date: Wed, 12 Dec 2018 15:27:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "revision_number": 0, "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 5, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:32,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name&description=hello+group used request id req-745604ae-7749-4585-81fc-5c018f4b7f31 2018-12-12 15:27:32,908 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:32,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:33,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ce4062ee-eabc-4e5e-8dcd-e7c2660a651f Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:33,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-ce4062ee-eabc-4e5e-8dcd-e7c2660a651f 2018-12-12 15:27:33,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:33,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:33,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2d2a7f52-0df6-480b-9d3b-841e5cb228ab Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:33,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-2d2a7f52-0df6-480b-9d3b-841e5cb228ab 2018-12-12 15:27:33,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:33,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e749e42e-85bb-41dd-8ac1-c1176670c45f Date: Wed, 12 Dec 2018 15:27:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "revision_number": 0, "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 5, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:33,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-e749e42e-85bb-41dd-8ac1-c1176670c45f 2018-12-12 15:27:33,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:33,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:33,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-79062d78-3739-466e-8080-ed2624b031e0 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:33,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-79062d78-3739-466e-8080-ed2624b031e0 2018-12-12 15:27:33,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:33,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f930c648-a8c7-45b1-8692-c2a33dc0b07a Date: Wed, 12 Dec 2018 15:27:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "revision_number": 0, "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 5, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:33,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-f930c648-a8c7-45b1-8692-c2a33dc0b07a 2018-12-12 15:27:33,719 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:33,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:33,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6bd6de09-c85b-47b3-8bc1-02e1e74911fe Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:33,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-6bd6de09-c85b-47b3-8bc1-02e1e74911fe 2018-12-12 15:27:33,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:34,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a94bb549-af10-4444-8605-af7c60d9a7b1 Date: Wed, 12 Dec 2018 15:27:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "revision_number": 0, "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 5, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:34,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-a94bb549-af10-4444-8605-af7c60d9a7b1 2018-12-12 15:27:34,008 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:34,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:34,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1f6e66b4-1ea4-49d7-abba-1052ebc7d864 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:34,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-1f6e66b4-1ea4-49d7-abba-1052ebc7d864 2018-12-12 15:27:34,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:34,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-25e27dd0-fb0c-4dfa-9d13-876d6d05bd51 Date: Wed, 12 Dec 2018 15:27:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "revision_number": 0, "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 5, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:34,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-25e27dd0-fb0c-4dfa-9d13-876d6d05bd51 2018-12-12 15:27:34,381 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:34,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:34,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-89406dde-b0df-4178-94e5-88a38d3690af Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:34,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-89406dde-b0df-4178-94e5-88a38d3690af 2018-12-12 15:27:34,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:34,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5c5d1a54-fb63-492f-bc8e-b13fc93222e0 Date: Wed, 12 Dec 2018 15:27:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "revision_number": 0, "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 5, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:34,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-5c5d1a54-fb63-492f-bc8e-b13fc93222e0 2018-12-12 15:27:34,779 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:34,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:34,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-593eb3ae-57e1-4045-8e62-26de491bfabe Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:34,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-593eb3ae-57e1-4045-8e62-26de491bfabe 2018-12-12 15:27:34,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:35,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0c561493-e27f-4698-ba69-0313b71733b4 Date: Wed, 12 Dec 2018 15:27:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:31Z", "revision_number": 0, "id": "662d0f34-3373-4901-b1de-fa8439df6f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "revision_number": 0, "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "revision_number": 0, "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "f99eb0d9-26df-4443-9022-4a624c6490c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 5, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "name": "CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name"}]} 2018-12-12 15:27:35,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name used request id req-0c561493-e27f-4698-ba69-0313b71733b4 2018-12-12 15:27:35,165 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:35,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:35,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9e584a43-f4b4-43c1-b3ca-9474b868a44f Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:30Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:30Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "99cfda18-f3e6-48dd-a63a-7b129624ac50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:35,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-9e584a43-f4b4-43c1-b3ca-9474b868a44f 2018-12-12 15:27:35,347 - neutron_utils - INFO - Deleting security group rule with ID - 99cfda18-f3e6-48dd-a63a-7b129624ac50 2018-12-12 15:27:35,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/99cfda18-f3e6-48dd-a63a-7b129624ac50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:35,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2226fb4-b6bc-4b34-893e-65870dfd70d4 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:35,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/99cfda18-f3e6-48dd-a63a-7b129624ac50 used request id req-e2226fb4-b6bc-4b34-893e-65870dfd70d4 2018-12-12 15:27:35,473 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-12-12 15:27:35,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c83206f5-06fa-49bb-895d-47c7bf85ae90 2018-12-12 15:27:35,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd9a9820aeadfe26d8d0932c57f9f9956279406e" 2018-12-12 15:27:35,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-a0574511-3742-4afa-a7c0-235b88d76920 Date: Wed, 12 Dec 2018 15:27: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-12-12T15:27:31Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:31Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "662d0f34-3373-4901-b1de-fa8439df6f97"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-12-12T15:27:32Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": 10, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:32Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "81b8098e-8d32-4ce4-8a09-b1078b40a904"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "dce05bdc-cb83-4ef9-bfb6-3c7afd366d42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "c83206f5-06fa-49bb-895d-47c7bf85ae90", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "f99eb0d9-26df-4443-9022-4a624c6490c8"}]} 2018-12-12 15:27:35,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-a0574511-3742-4afa-a7c0-235b88d76920 2018-12-12 15:27:35,509 - neutron_utils - INFO - Deleting security group rule with ID - f99eb0d9-26df-4443-9022-4a624c6490c8 2018-12-12 15:27:35,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f99eb0d9-26df-4443-9022-4a624c6490c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:35,751 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24f9a432-2def-46e9-8e60-0b12d93e3717 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:35,751 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f99eb0d9-26df-4443-9022-4a624c6490c8 used request id req-24f9a432-2def-46e9-8e60-0b12d93e3717 2018-12-12 15:27:35,751 - neutron_utils - INFO - Deleting security group rule with ID - 81b8098e-8d32-4ce4-8a09-b1078b40a904 2018-12-12 15:27:35,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/81b8098e-8d32-4ce4-8a09-b1078b40a904 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:35,852 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8e024799-bcc5-426f-9e43-7e93bc42a91a Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:35,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/81b8098e-8d32-4ce4-8a09-b1078b40a904 used request id req-8e024799-bcc5-426f-9e43-7e93bc42a91a 2018-12-12 15:27:35,853 - neutron_utils - INFO - Deleting security group rule with ID - dce05bdc-cb83-4ef9-bfb6-3c7afd366d42 2018-12-12 15:27:35,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/dce05bdc-cb83-4ef9-bfb6-3c7afd366d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:36,092 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42b6915c-da00-4066-aee7-8126f192c3b5 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:36,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/dce05bdc-cb83-4ef9-bfb6-3c7afd366d42 used request id req-42b6915c-da00-4066-aee7-8126f192c3b5 2018-12-12 15:27:36,093 - neutron_utils - INFO - Deleting security group rule with ID - 662d0f34-3373-4901-b1de-fa8439df6f97 2018-12-12 15:27:36,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/662d0f34-3373-4901-b1de-fa8439df6f97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:36,343 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-05c78f26-be8d-4905-bfb4-a84aaff09faf Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:36,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/662d0f34-3373-4901-b1de-fa8439df6f97 used request id req-05c78f26-be8d-4905-bfb4-a84aaff09faf 2018-12-12 15:27:36,344 - neutron_utils - INFO - Deleting security group rule with ID - 99cfda18-f3e6-48dd-a63a-7b129624ac50 2018-12-12 15:27:36,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/99cfda18-f3e6-48dd-a63a-7b129624ac50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:36,529 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-9dceeb12-78a5-4492-96a1-2e2a3b0c6ff9 Date: Wed, 12 Dec 2018 15:27:36 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 99cfda18-f3e6-48dd-a63a-7b129624ac50 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 15:27:36,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/99cfda18-f3e6-48dd-a63a-7b129624ac50 used request id req-9dceeb12-78a5-4492-96a1-2e2a3b0c6ff9 2018-12-12 15:27:36,529 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 99cfda18-f3e6-48dd-a63a-7b129624ac50 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-12 15:27:36,529 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 99cfda18-f3e6-48dd-a63a-7b129624ac50 does not exist Neutron server returns request_ids: ['req-9dceeb12-78a5-4492-96a1-2e2a3b0c6ff9'] 2018-12-12 15:27:36,530 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-291ee441-597c-4ea0-93a5-0547f1f6f5c1name 2018-12-12 15:27:36,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c83206f5-06fa-49bb-895d-47c7bf85ae90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26b16a7f547c333dfcb72184b47d3d33eeb88cd" 2018-12-12 15:27:36,694 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-054f3354-8ff1-48da-8088-586b5ae6a2d8 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:36,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c83206f5-06fa-49bb-895d-47c7bf85ae90 used request id req-054f3354-8ff1-48da-8088-586b5ae6a2d8 2018-12-12 15:27:36,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:36,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-254d1575-c37f-480d-85b2-b50ed803d7ec Date: Wed, 12 Dec 2018 15:27:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "updated_at": "2018-12-12T15:27:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "1d4d60eb-732c-4954-984c-7c0bbf66b8a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "244aef8b-b794-46e9-a86b-1872195cbb80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "36972d56-b411-4f59-9490-b33d4145b037", "remote_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "revision_number": 0, "id": "83007aa2-7a46-46fb-a859-40c3dc33a7fd", "remote_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "remote_ip_prefix": null, "created_at": "2018-12-12T15:27:28Z", "security_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c03a29ec92741ac955040cb2ea1d27c"}], "revision_number": 4, "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "name": "default"}]} 2018-12-12 15:27:36,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-254d1575-c37f-480d-85b2-b50ed803d7ec 2018-12-12 15:27:36,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:36,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fae4085-7ec4-432d-9952-96b9626e60e6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:27:36,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-0fae4085-7ec4-432d-9952-96b9626e60e6 2018-12-12 15:27:36,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:37,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb45346d-a0ba-4655-b7c3-b6bde4c44eee Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:27:37,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-cb45346d-a0ba-4655-b7c3-b6bde4c44eee 2018-12-12 15:27:37,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:37,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c8f2a8-df61-448b-acff-7387ebf7ae83 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:27:37,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-e8c8f2a8-df61-448b-acff-7387ebf7ae83 2018-12-12 15:27:37,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:37,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a314dd3-905a-44e3-bf0f-a601da4f8c7b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c"}, "enabled": true, "id": "4c03a29ec92741ac955040cb2ea1d27c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27dcca30-2e41-46b-proj"}} 2018-12-12 15:27:37,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c used request id req-5a314dd3-905a-44e3-bf0f-a601da4f8c7b 2018-12-12 15:27:37,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ebc3842c-d15d-445a-8d85-3f4f60bc143a 2018-12-12 15:27:37,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ebc3842c-d15d-445a-8d85-3f4f60bc143a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:37,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d12afcfe-1960-4bd0-a595-a7db7c6823e5 Date: Wed, 12 Dec 2018 15:27:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "1d4d60eb-732c-4954-984c-7c0bbf66b8a1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "244aef8b-b794-46e9-a86b-1872195cbb80"}, {"remote_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "36972d56-b411-4f59-9490-b33d4145b037"}, {"remote_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:27:28Z", "security_group_id": "ebc3842c-d15d-445a-8d85-3f4f60bc143a", "port_range_min": null, "revision_number": 0, "tenant_id": "4c03a29ec92741ac955040cb2ea1d27c", "created_at": "2018-12-12T15:27:28Z", "project_id": "4c03a29ec92741ac955040cb2ea1d27c", "id": "83007aa2-7a46-46fb-a859-40c3dc33a7fd"}]} 2018-12-12 15:27:37,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ebc3842c-d15d-445a-8d85-3f4f60bc143a used request id req-d12afcfe-1960-4bd0-a595-a7db7c6823e5 2018-12-12 15:27:37,464 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:27:37,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ebc3842c-d15d-445a-8d85-3f4f60bc143a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:37,760 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5747949-a339-48fb-ad50-5457072c3e50 Content-Length: 0 Date: Wed, 12 Dec 2018 15:27:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:27:37,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ebc3842c-d15d-445a-8d85-3f4f60bc143a used request id req-a5747949-a339-48fb-ad50-5457072c3e50 2018-12-12 15:27:37,761 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-27dcca30-2e41-46b-proj 2018-12-12 15:27:37,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:37,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98d1aa51-a113-45e4-bbc9-cb70e83cf746 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:37,991 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4c03a29ec92741ac955040cb2ea1d27c used request id req-98d1aa51-a113-45e4-bbc9-cb70e83cf746 2018-12-12 15:27:37,992 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-27dcca30-2e41-46b-proj-role 2018-12-12 15:27:37,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e0984008c17541c69b42abf5b3e7dd4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:38,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ca715bd-3b3d-4491-a2ac-7015cd3644a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:38,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e0984008c17541c69b42abf5b3e7dd4e used request id req-7ca715bd-3b3d-4491-a2ac-7015cd3644a8 2018-12-12 15:27:38,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7665d15963e91be48b5c23f5ad88007af6791e9" 2018-12-12 15:27:38,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e57437-fc58-4663-ab71-6d67e4193b7d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:38,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-38e57437-fc58-4663-ab71-6d67e4193b7d 2018-12-12 15:27:38,205 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-27dcca30-2e41-46b-user 2018-12-12 15:27:38,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9055413c220249f1bb76d3f386d4ab0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a1935f19fc87ce67a02d4af2ee94c3911cf649e" 2018-12-12 15:27:38,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30e60bd3-7d8f-443f-8bbb-cc38102ac4b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:38,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9055413c220249f1bb76d3f386d4ab0b used request id req-30e60bd3-7d8f-443f-8bbb-cc38102ac4b0 2018-12-12 15:27:38,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:38,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["uKyUDJI4QhK3MWdtDaK1-w"], "issued_at": "2018-12-12T15:27:38.000000Z"}} 2018-12-12 15:27:38,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a20b058ca4d2ff1c22bcf7062960f9648bf359" 2018-12-12 15:27:38,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad4cb2fb-732e-4dbc-b98f-3b03f5892eaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:38,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ad4cb2fb-732e-4dbc-b98f-3b03f5892eaa 2018-12-12 15:27:38,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:38,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:39,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["hwBEgs6zQC2BNHoUHuko5w"], "issued_at": "2018-12-12T15:27:39.000000Z"}} 2018-12-12 15:27:39,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:39,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb46fef-1b49-46a0-b8b4-8efe7cff1467 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:39,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2fb46fef-1b49-46a0-b8b4-8efe7cff1467 2018-12-12 15:27:39,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:39,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:39,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-4c550a68-a532-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:39,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26636dc1-1646-416c-a7ef-82b93a5ade6d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-4c550a68-a532-4d4-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:27:39,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-4c550a68-a532-4d4-proj used request id req-26636dc1-1646-416c-a7ef-82b93a5ade6d 2018-12-12 15:27:39,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:39,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-998ef0fb-c15b-4d7a-85b3-201ee8360a74 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:39,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-998ef0fb-c15b-4d7a-85b3-201ee8360a74 2018-12-12 15:27:39,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj"}}' 2018-12-12 15:27:39,639 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c0f4a15-e35a-43e1-9e38-3ab7deb80e0a Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3b7cfd53ce7b4a4f8fbac9b229ebba28"}, "enabled": true, "id": "3b7cfd53ce7b4a4f8fbac9b229ebba28", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj"}} 2018-12-12 15:27:39,640 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0c0f4a15-e35a-43e1-9e38-3ab7deb80e0a 2018-12-12 15:27:39,640 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-4c550a68-a532-4d4-proj 2018-12-12 15:27:39,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:39,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:40,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qnQZ4nBYRQKJb97GroijQA"], "issued_at": "2018-12-12T15:27:40.000000Z"}} 2018-12-12 15:27:40,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b4509dd1f8f8a60d4599824365adf679c91da3f" 2018-12-12 15:27:40,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158a93c0-a276-42d6-a91d-cd24dab656c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:40,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-158a93c0-a276-42d6-a91d-cd24dab656c8 2018-12-12 15:27:40,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:40,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:40,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b4509dd1f8f8a60d4599824365adf679c91da3f" 2018-12-12 15:27:40,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12c07f2d-3465-4d37-bdfb-98a99aacbb5b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:27:40,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-12c07f2d-3465-4d37-bdfb-98a99aacbb5b 2018-12-12 15:27:40,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-4c550a68-a532-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b4509dd1f8f8a60d4599824365adf679c91da3f" 2018-12-12 15:27:40,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312a423c-a75e-469c-a15a-30e9b636701b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-4c550a68-a532-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3b7cfd53ce7b4a4f8fbac9b229ebba28"}, "enabled": true, "id": "3b7cfd53ce7b4a4f8fbac9b229ebba28", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj"}]} 2018-12-12 15:27:40,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-4c550a68-a532-4d4-proj used request id req-312a423c-a75e-469c-a15a-30e9b636701b 2018-12-12 15:27:40,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b4509dd1f8f8a60d4599824365adf679c91da3f" 2018-12-12 15:27:40,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fb2281-a902-4401-9dc5-47d39f4ab398 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:40,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-54fb2281-a902-4401-9dc5-47d39f4ab398 2018-12-12 15:27:40,813 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-4c550a68-a532-4d4-user 2018-12-12 15:27:40,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:40,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:40,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fd882f8-7a64-4b90-9204-1b78b3c47a07 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:40,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7fd882f8-7a64-4b90-9204-1b78b3c47a07 2018-12-12 15:27:40,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" -d '{"role": {"name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj-role"}}' 2018-12-12 15:27:41,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-570e62e7-b9b9-42e8-b35f-b4f30999d115 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e5e972f228754957a59fc25bdf13dde3", "links": {"self": "http://172.30.9.29:5000/v3/roles/e5e972f228754957a59fc25bdf13dde3"}, "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj-role"}} 2018-12-12 15:27:41,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-570e62e7-b9b9-42e8-b35f-b4f30999d115 2018-12-12 15:27:41,113 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-4c550a68-a532-4d4-proj-role 2018-12-12 15:27:41,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e5e972f228754957a59fc25bdf13dde3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:41,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47244f1-f68c-4289-ab6f-f0acc423ba10 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e5e972f228754957a59fc25bdf13dde3"}, "domain_id": null, "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj-role", "id": "e5e972f228754957a59fc25bdf13dde3"}} 2018-12-12 15:27:41,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e5e972f228754957a59fc25bdf13dde3 used request id req-f47244f1-f68c-4289-ab6f-f0acc423ba10 2018-12-12 15:27:41,214 - keystone_utils - INFO - Granting role CreateImageSuccessTests-4c550a68-a532-4d4-proj-role to project CreateImageSuccessTests-4c550a68-a532-4d4-proj 2018-12-12 15:27:41,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/3b7cfd53ce7b4a4f8fbac9b229ebba28/users/da2597496e054757bd48ca9e4a385c93/roles/e5e972f228754957a59fc25bdf13dde3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:41,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88af45c6-480f-4423-9f01-bb785054e90f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:41,343 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/3b7cfd53ce7b4a4f8fbac9b229ebba28/users/da2597496e054757bd48ca9e4a385c93/roles/e5e972f228754957a59fc25bdf13dde3 used request id req-88af45c6-480f-4423-9f01-bb785054e90f 2018-12-12 15:27:41,364 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:27:41,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:41,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:41,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e5e972f228754957a59fc25bdf13dde3", "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj-role"}], "expires_at": "2018-12-12T16:27:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b7cfd53ce7b4a4f8fbac9b229ebba28", "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-4c550a68-a532-4d4-user", "id": "da2597496e054757bd48ca9e4a385c93"}, "audit_ids": ["uyPz8JdvSvCE8d_FCPng-w"], "issued_at": "2018-12-12T15:27:41.000000Z"}} 2018-12-12 15:27:41,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" 2018-12-12 15:27:41,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16755399-a6e3-44c5-ac9d-2021e64d1301 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:41,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16755399-a6e3-44c5-ac9d-2021e64d1301 2018-12-12 15:27:41,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" 2018-12-12 15:27:41,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-14b122e4-1995-4c4f-9591-d3abbfd8d4e0 Date: Wed, 12 Dec 2018 15:27:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084"} 2018-12-12 15:27:41,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 used request id req-14b122e4-1995-4c4f-9591-d3abbfd8d4e0 2018-12-12 15:27:41,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" 2018-12-12 15:27:42,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-89fde61d-2375-4a8b-90c4-785d5a7d0eae Date: Wed, 12 Dec 2018 15:27:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:27:42,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-89fde61d-2375-4a8b-90c4-785d5a7d0eae 2018-12-12 15:27:42,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084"}' 2018-12-12 15:27:42,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc X-Openstack-Request-Id: req-3811068e-083e-4d5d-8ba8-c359df15b8cf Date: Wed, 12 Dec 2018 15:27:42 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:27:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:27:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/6934891c-1383-47b0-8969-f179e85b72dc", "min_disk": 0, "protected": false, "id": "6934891c-1383-47b0-8969-f179e85b72dc", "file": "/v2/images/6934891c-1383-47b0-8969-f179e85b72dc/file", "checksum": null, "owner": "3b7cfd53ce7b4a4f8fbac9b229ebba28", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:27:42,367 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-3811068e-083e-4d5d-8ba8-c359df15b8cf 2018-12-12 15:27:42,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" -d '' 2018-12-12 15:27:44,544 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b9811b7-d621-40b4-b5e8-1fdce9103933 Date: Wed, 12 Dec 2018 15:27:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:27:44,544 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc/file used request id req-5b9811b7-d621-40b4-b5e8-1fdce9103933 2018-12-12 15:27:44,545 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:27:44,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" 2018-12-12 15:27:44,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c0119ad2-bfe2-4a42-b0fb-1d09246d479d Date: Wed, 12 Dec 2018 15:27:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:27:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:27:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6934891c-1383-47b0-8969-f179e85b72dc/snap", "metadata": {}}], "self": "/v2/images/6934891c-1383-47b0-8969-f179e85b72dc", "min_disk": 0, "protected": false, "id": "6934891c-1383-47b0-8969-f179e85b72dc", "file": "/v2/images/6934891c-1383-47b0-8969-f179e85b72dc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3b7cfd53ce7b4a4f8fbac9b229ebba28", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6934891c-1383-47b0-8969-f179e85b72dc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:27:44,733 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc used request id req-c0119ad2-bfe2-4a42-b0fb-1d09246d479d 2018-12-12 15:27:44,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" 2018-12-12 15:27:44,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ca6c3ef3-1b1d-452c-9fc0-14aff044bba7 Date: Wed, 12 Dec 2018 15:27:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:27:44,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ca6c3ef3-1b1d-452c-9fc0-14aff044bba7 2018-12-12 15:27:44,887 - create_image - INFO - Created image with name - CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 2018-12-12 15:27:44,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" 2018-12-12 15:27:44,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-7dc0f2e0-0f02-4760-b36c-20a3e56ef0e1 Date: Wed, 12 Dec 2018 15:27:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:27:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:27:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6934891c-1383-47b0-8969-f179e85b72dc/snap", "metadata": {}}], "self": "/v2/images/6934891c-1383-47b0-8969-f179e85b72dc", "min_disk": 0, "protected": false, "id": "6934891c-1383-47b0-8969-f179e85b72dc", "file": "/v2/images/6934891c-1383-47b0-8969-f179e85b72dc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3b7cfd53ce7b4a4f8fbac9b229ebba28", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6934891c-1383-47b0-8969-f179e85b72dc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:27:44,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc used request id req-7dc0f2e0-0f02-4760-b36c-20a3e56ef0e1 2018-12-12 15:27:44,910 - create_image - DEBUG - Instance status is - active 2018-12-12 15:27:44,910 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 2018-12-12 15:27:44,910 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 2018-12-12 15:27:44,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:45,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e5e972f228754957a59fc25bdf13dde3", "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj-role"}], "expires_at": "2018-12-12T16:27:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b7cfd53ce7b4a4f8fbac9b229ebba28", "name": "CreateImageSuccessTests-4c550a68-a532-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/3b7cfd53ce7b4a4f8fbac9b229ebba28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-4c550a68-a532-4d4-user", "id": "da2597496e054757bd48ca9e4a385c93"}, "audit_ids": ["prf2vWneQWi-_dlGcSHEtQ"], "issued_at": "2018-12-12T15:27:45.000000Z"}} 2018-12-12 15:27:45,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd1fca94777c35c7051e55fc32df6fa1f61db0b7" 2018-12-12 15:27:45,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-6a1fe70b-dd1c-4864-8be8-7839c75d35c0 Date: Wed, 12 Dec 2018 15:27:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:27:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:27:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6934891c-1383-47b0-8969-f179e85b72dc/snap", "metadata": {}}], "self": "/v2/images/6934891c-1383-47b0-8969-f179e85b72dc", "min_disk": 0, "protected": false, "id": "6934891c-1383-47b0-8969-f179e85b72dc", "file": "/v2/images/6934891c-1383-47b0-8969-f179e85b72dc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3b7cfd53ce7b4a4f8fbac9b229ebba28", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6934891c-1383-47b0-8969-f179e85b72dc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084"} 2018-12-12 15:27:45,584 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 used request id req-6a1fe70b-dd1c-4864-8be8-7839c75d35c0 2018-12-12 15:27:45,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd1fca94777c35c7051e55fc32df6fa1f61db0b7" 2018-12-12 15:27:45,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0c912d89-6310-4c09-920f-9c0b203fe212 Date: Wed, 12 Dec 2018 15:27:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:27:45,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0c912d89-6310-4c09-920f-9c0b203fe212 2018-12-12 15:27:45,755 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 2018-12-12 15:27:45,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd1fca94777c35c7051e55fc32df6fa1f61db0b7" 2018-12-12 15:27:47,988 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f16e7ce-bb91-417e-b1a8-e1f152e5a3b0 Date: Wed, 12 Dec 2018 15:27:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:27:47,988 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc used request id req-8f16e7ce-bb91-417e-b1a8-e1f152e5a3b0 2018-12-12 15:27:47,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd1fca94777c35c7051e55fc32df6fa1f61db0b7" 2018-12-12 15:27:48,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-284c4ef1-13f5-4baf-903f-79b257458409 Date: Wed, 12 Dec 2018 15:27:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084"} 2018-12-12 15:27:48,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 used request id req-284c4ef1-13f5-4baf-903f-79b257458409 2018-12-12 15:27:48,547 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-56a4cff3-11d4-4a6c-be1d-193ccd241084 2018-12-12 15:27:48,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5de314f6790a4c12f9a18a0b0c23345b9f5265" 2018-12-12 15:27:48,566 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-0cf59959-8671-4324-b463-65feae3ca69f Date: Wed, 12 Dec 2018 15:27:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:27:48,566 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6934891c-1383-47b0-8969-f179e85b72dc used request id req-0cf59959-8671-4324-b463-65feae3ca69f 2018-12-12 15:27:48,567 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-12-12 15:27:48,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:48,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e1f038c7-8c65-4673-b021-1363f854b83d Date: Wed, 12 Dec 2018 15:27:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:27:48,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e1f038c7-8c65-4673-b021-1363f854b83d 2018-12-12 15:27:48,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:48,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f1362c-777d-433b-9245-b419624c42c0 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:27:48,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-67f1362c-777d-433b-9245-b419624c42c0 2018-12-12 15:27:48,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:48,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db2fb909-7a1c-4df1-a3a1-e36913dbe284 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:27:48,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-db2fb909-7a1c-4df1-a3a1-e36913dbe284 2018-12-12 15:27:48,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:49,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-260f495c-2215-42cf-8f94-b1ec042a385a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:27:49,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-260f495c-2215-42cf-8f94-b1ec042a385a 2018-12-12 15:27:49,065 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-4c550a68-a532-4d4-proj 2018-12-12 15:27:49,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/3b7cfd53ce7b4a4f8fbac9b229ebba28 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:49,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0a20899-7ed3-408e-bc1a-317e7a87f801 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:49,271 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3b7cfd53ce7b4a4f8fbac9b229ebba28 used request id req-b0a20899-7ed3-408e-bc1a-317e7a87f801 2018-12-12 15:27:49,272 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-4c550a68-a532-4d4-proj-role 2018-12-12 15:27:49,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e5e972f228754957a59fc25bdf13dde3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:49,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-750746d3-e3d1-444f-ba9f-c153f4d2aae2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:49,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e5e972f228754957a59fc25bdf13dde3 used request id req-750746d3-e3d1-444f-ba9f-c153f4d2aae2 2018-12-12 15:27:49,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbf0b1816d125102025567d643943c90fe7b16" 2018-12-12 15:27:49,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2682d4b-00f9-4b2d-b418-2896637010ca Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:49,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e2682d4b-00f9-4b2d-b418-2896637010ca 2018-12-12 15:27:49,489 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-4c550a68-a532-4d4-user 2018-12-12 15:27:49,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/da2597496e054757bd48ca9e4a385c93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b4509dd1f8f8a60d4599824365adf679c91da3f" 2018-12-12 15:27:49,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a02ab24-00ea-4033-b80d-5299081b6ce0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:49,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/da2597496e054757bd48ca9e4a385c93 used request id req-2a02ab24-00ea-4033-b80d-5299081b6ce0 2018-12-12 15:27:49,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:50,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["rHgruvnqTrOKj-4wp3_Z0w"], "issued_at": "2018-12-12T15:27:50.000000Z"}} 2018-12-12 15:27:50,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e6dcb662b803269c027bd71c32c8028b4b67143" 2018-12-12 15:27:50,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff4448a6-44da-41c0-9fb5-44724cd49419 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:50,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ff4448a6-44da-41c0-9fb5-44724cd49419 2018-12-12 15:27:50,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:50,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:50,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["dXJ9yE6yRWekyxAwkDGn6w"], "issued_at": "2018-12-12T15:27:50.000000Z"}} 2018-12-12 15:27:50,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:50,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5845690-d7e6-4515-aed0-76f610973aab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:50,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f5845690-d7e6-4515-aed0-76f610973aab 2018-12-12 15:27:50,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:50,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:50,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e672f556-544f-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:50,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d72893fe-dc8b-4fcb-9ce7-0bb3403222a0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e672f556-544f-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:27:50,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-e672f556-544f-4b1-proj used request id req-d72893fe-dc8b-4fcb-9ce7-0bb3403222a0 2018-12-12 15:27:50,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:50,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cd1d323-1c7d-43cc-b305-de838b1a09d6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:50,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0cd1d323-1c7d-43cc-b305-de838b1a09d6 2018-12-12 15:27:50,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj"}}' 2018-12-12 15:27:50,952 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18455551-762c-47ab-a1e0-bd3b18ad3bb8 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3c55ceb4bd0a4e659f222b27107a5730"}, "enabled": true, "id": "3c55ceb4bd0a4e659f222b27107a5730", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj"}} 2018-12-12 15:27:50,952 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-18455551-762c-47ab-a1e0-bd3b18ad3bb8 2018-12-12 15:27:50,952 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-e672f556-544f-4b1-proj 2018-12-12 15:27:50,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:50,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:51,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["J9OLK_f4SXSXpV7p3OLl3Q"], "issued_at": "2018-12-12T15:27:51.000000Z"}} 2018-12-12 15:27:51,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337452de958e367e2a904a734cd6c71a2e8b25ae" 2018-12-12 15:27:51,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4150a774-771b-4939-aaee-345a8b0eed43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:51,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4150a774-771b-4939-aaee-345a8b0eed43 2018-12-12 15:27:51,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:27:51,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:27: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:27:51,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337452de958e367e2a904a734cd6c71a2e8b25ae" 2018-12-12 15:27:51,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ececbc7e-bf46-4788-816f-f12c1cbf4565 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:27:51,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ececbc7e-bf46-4788-816f-f12c1cbf4565 2018-12-12 15:27:51,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-e672f556-544f-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337452de958e367e2a904a734cd6c71a2e8b25ae" 2018-12-12 15:27:51,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea34485-6473-4e4d-8d7a-b8b0152c596e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-e672f556-544f-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3c55ceb4bd0a4e659f222b27107a5730"}, "enabled": true, "id": "3c55ceb4bd0a4e659f222b27107a5730", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj"}]} 2018-12-12 15:27:51,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-e672f556-544f-4b1-proj used request id req-4ea34485-6473-4e4d-8d7a-b8b0152c596e 2018-12-12 15:27:51,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337452de958e367e2a904a734cd6c71a2e8b25ae" 2018-12-12 15:27:51,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbd2442b-b2b4-4dc3-aee0-9fa6d8081276 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:27:51,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cbd2442b-b2b4-4dc3-aee0-9fa6d8081276 2018-12-12 15:27:52,071 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-e672f556-544f-4b1-user 2018-12-12 15:27:52,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:52,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:52,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3f8439-c0c9-4236-a030-9978853f8072 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:52,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6c3f8439-c0c9-4236-a030-9978853f8072 2018-12-12 15:27:52,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" -d '{"role": {"name": "CreateImageSuccessTests-e672f556-544f-4b1-proj-role"}}' 2018-12-12 15:27:52,334 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:27:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b67f4706-ff53-4692-8405-e673bd87455d Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1397ec67f358403797cd61ae37319bd7", "links": {"self": "http://172.30.9.29:5000/v3/roles/1397ec67f358403797cd61ae37319bd7"}, "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj-role"}} 2018-12-12 15:27:52,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-b67f4706-ff53-4692-8405-e673bd87455d 2018-12-12 15:27:52,335 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-e672f556-544f-4b1-proj-role 2018-12-12 15:27:52,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1397ec67f358403797cd61ae37319bd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:52,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4155c84f-e6d9-465d-b321-825e9e2fd0f2 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1397ec67f358403797cd61ae37319bd7"}, "domain_id": null, "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj-role", "id": "1397ec67f358403797cd61ae37319bd7"}} 2018-12-12 15:27:52,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1397ec67f358403797cd61ae37319bd7 used request id req-4155c84f-e6d9-465d-b321-825e9e2fd0f2 2018-12-12 15:27:52,420 - keystone_utils - INFO - Granting role CreateImageSuccessTests-e672f556-544f-4b1-proj-role to project CreateImageSuccessTests-e672f556-544f-4b1-proj 2018-12-12 15:27:52,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/3c55ceb4bd0a4e659f222b27107a5730/users/ebfa3ebcca704590b9bbc8c9c3cd9685/roles/1397ec67f358403797cd61ae37319bd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:52,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3cb9c7d-a8c9-41f5-a9a5-78b6454f19c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:52,553 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/3c55ceb4bd0a4e659f222b27107a5730/users/ebfa3ebcca704590b9bbc8c9c3cd9685/roles/1397ec67f358403797cd61ae37319bd7 used request id req-d3cb9c7d-a8c9-41f5-a9a5-78b6454f19c8 2018-12-12 15:27:52,555 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:27:52,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:52,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:52,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1397ec67f358403797cd61ae37319bd7", "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj-role"}], "expires_at": "2018-12-12T16:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c55ceb4bd0a4e659f222b27107a5730", "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3c55ceb4bd0a4e659f222b27107a5730", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/3c55ceb4bd0a4e659f222b27107a5730", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/3c55ceb4bd0a4e659f222b27107a5730", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/3c55ceb4bd0a4e659f222b27107a5730", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/3c55ceb4bd0a4e659f222b27107a5730", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/3c55ceb4bd0a4e659f222b27107a5730", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-e672f556-544f-4b1-user", "id": "ebfa3ebcca704590b9bbc8c9c3cd9685"}, "audit_ids": ["zhBQuC-bSruiuqGqIVKY7A"], "issued_at": "2018-12-12T15:27:52.000000Z"}} 2018-12-12 15:27:52,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" 2018-12-12 15:27:53,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17bf3279-ff9a-4cf6-ae5d-96305946dde3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:53,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-17bf3279-ff9a-4cf6-ae5d-96305946dde3 2018-12-12 15:27:53,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" 2018-12-12 15:27:53,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-783995c7-8c11-440a-9d00-4dfbabf51926 Date: Wed, 12 Dec 2018 15:27:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f"} 2018-12-12 15:27:53,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f used request id req-783995c7-8c11-440a-9d00-4dfbabf51926 2018-12-12 15:27:53,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" 2018-12-12 15:27:53,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-338222a4-7873-4c0a-af12-ab8796032825 Date: Wed, 12 Dec 2018 15:27:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:27:53,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-338222a4-7873-4c0a-af12-ab8796032825 2018-12-12 15:27:53,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f"}' 2018-12-12 15:27:53,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367 X-Openstack-Request-Id: req-5d1dca0f-f099-4e85-a4db-5332206b7f89 Date: Wed, 12 Dec 2018 15:27:53 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:27:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:27:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367", "min_disk": 0, "protected": false, "id": "3b4d509f-53e4-435c-bcd9-cd42e22d4367", "file": "/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/file", "checksum": null, "owner": "3c55ceb4bd0a4e659f222b27107a5730", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:27:53,666 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-5d1dca0f-f099-4e85-a4db-5332206b7f89 2018-12-12 15:27:53,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" -d '' 2018-12-12 15:27:55,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-505062a7-d8ea-4129-9029-d6357556bb49 Date: Wed, 12 Dec 2018 15:27:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:27:55,477 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/file used request id req-505062a7-d8ea-4129-9029-d6357556bb49 2018-12-12 15:27:55,478 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:27:55,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" 2018-12-12 15:27:55,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2c55526e-3e9e-4b4c-af02-0c0138289bcd Date: Wed, 12 Dec 2018 15:27:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:27:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:27:55Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/snap", "metadata": {}}], "self": "/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367", "min_disk": 0, "protected": false, "id": "3b4d509f-53e4-435c-bcd9-cd42e22d4367", "file": "/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3c55ceb4bd0a4e659f222b27107a5730", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:27:55,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367 used request id req-2c55526e-3e9e-4b4c-af02-0c0138289bcd 2018-12-12 15:27:55,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" 2018-12-12 15:27:55,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bcea84fb-0023-4fe1-b34b-6909f2a4cb76 Date: Wed, 12 Dec 2018 15:27:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:27:55,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-bcea84fb-0023-4fe1-b34b-6909f2a4cb76 2018-12-12 15:27:55,831 - create_image - INFO - Created image with name - CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f 2018-12-12 15:27:55,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" 2018-12-12 15:27:55,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-22fd1a97-d242-4ff9-826a-c777d215fc9a Date: Wed, 12 Dec 2018 15:27:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:27:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:27:55Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/snap", "metadata": {}}], "self": "/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367", "min_disk": 0, "protected": false, "id": "3b4d509f-53e4-435c-bcd9-cd42e22d4367", "file": "/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3c55ceb4bd0a4e659f222b27107a5730", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:27:55,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367 used request id req-22fd1a97-d242-4ff9-826a-c777d215fc9a 2018-12-12 15:27:55,997 - create_image - DEBUG - Instance status is - active 2018-12-12 15:27:55,997 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f 2018-12-12 15:27:55,998 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f 2018-12-12 15:27:55,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:56,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1397ec67f358403797cd61ae37319bd7", "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj-role"}], "expires_at": "2018-12-12T16:27:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c55ceb4bd0a4e659f222b27107a5730", "name": "CreateImageSuccessTests-e672f556-544f-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3c55ceb4bd0a4e659f222b27107a5730", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/3c55ceb4bd0a4e659f222b27107a5730", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/3c55ceb4bd0a4e659f222b27107a5730", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/3c55ceb4bd0a4e659f222b27107a5730", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/3c55ceb4bd0a4e659f222b27107a5730", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/3c55ceb4bd0a4e659f222b27107a5730", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/3c55ceb4bd0a4e659f222b27107a5730", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-e672f556-544f-4b1-user", "id": "ebfa3ebcca704590b9bbc8c9c3cd9685"}, "audit_ids": ["F6LtMLjjQBWEvi_MbbyijQ"], "issued_at": "2018-12-12T15:27:56.000000Z"}} 2018-12-12 15:27:56,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8ccb237c3b78c7325bf1761f2a1a1969c76f050" 2018-12-12 15:27:56,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-e2ba30b7-832d-4f7c-8bb1-5c2d0522081d Date: Wed, 12 Dec 2018 15:27:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:27:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:27:55Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/snap", "metadata": {}}], "self": "/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367", "min_disk": 0, "protected": false, "id": "3b4d509f-53e4-435c-bcd9-cd42e22d4367", "file": "/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3c55ceb4bd0a4e659f222b27107a5730", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f"} 2018-12-12 15:27:56,582 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f used request id req-e2ba30b7-832d-4f7c-8bb1-5c2d0522081d 2018-12-12 15:27:56,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8ccb237c3b78c7325bf1761f2a1a1969c76f050" 2018-12-12 15:27:56,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93c07866-c80a-4e5a-81ba-e51e5b06ddee Date: Wed, 12 Dec 2018 15:27:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:27:56,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-93c07866-c80a-4e5a-81ba-e51e5b06ddee 2018-12-12 15:27:56,765 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-04be9576-3c6e-49c2-8ef3-f5ba68121d4f 2018-12-12 15:27:56,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f6882f7f3c3cba35b8d6b90d94d1de9ccaea736" 2018-12-12 15:27:58,149 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a53b9fb-7008-4dbc-bd62-25fb5ce8d4fe Date: Wed, 12 Dec 2018 15:27:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:27:58,150 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3b4d509f-53e4-435c-bcd9-cd42e22d4367 used request id req-3a53b9fb-7008-4dbc-bd62-25fb5ce8d4fe 2018-12-12 15:27:58,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:58,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fea1e3a4-5163-421c-b964-5f36f65e41c3 Date: Wed, 12 Dec 2018 15:27:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:27:58,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-fea1e3a4-5163-421c-b964-5f36f65e41c3 2018-12-12 15:27:58,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:58,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da78feaf-631b-4881-9ef8-bdb6a362079a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:27:58,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-da78feaf-631b-4881-9ef8-bdb6a362079a 2018-12-12 15:27:58,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:58,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a16b57d-8d7a-4419-a349-c4ffdb504887 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:27:58,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-9a16b57d-8d7a-4419-a349-c4ffdb504887 2018-12-12 15:27:58,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:58,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5153ea6b-4f26-470e-9895-9665b566fe93 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:27:58,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-5153ea6b-4f26-470e-9895-9665b566fe93 2018-12-12 15:27:58,643 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-e672f556-544f-4b1-proj 2018-12-12 15:27:58,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/3c55ceb4bd0a4e659f222b27107a5730 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:58,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5597ba2f-2d6a-49c0-8b2a-4d92c4868081 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:58,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3c55ceb4bd0a4e659f222b27107a5730 used request id req-5597ba2f-2d6a-49c0-8b2a-4d92c4868081 2018-12-12 15:27:58,870 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-e672f556-544f-4b1-proj-role 2018-12-12 15:27:58,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1397ec67f358403797cd61ae37319bd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:58,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f10d38d-f259-48c2-8356-4e089073df4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:58,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1397ec67f358403797cd61ae37319bd7 used request id req-0f10d38d-f259-48c2-8356-4e089073df4d 2018-12-12 15:27:58,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661cd08049353dd701debcdd167f925c63d3e1de" 2018-12-12 15:27:59,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c13eddb4-45db-4a2a-b20a-8dcb8e6b14da Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:27:59,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c13eddb4-45db-4a2a-b20a-8dcb8e6b14da 2018-12-12 15:27:59,083 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-e672f556-544f-4b1-user 2018-12-12 15:27:59,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ebfa3ebcca704590b9bbc8c9c3cd9685 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337452de958e367e2a904a734cd6c71a2e8b25ae" 2018-12-12 15:27:59,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d35e12bc-d6fd-4920-b0e1-4a9ce5f25d2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:27:59,287 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ebfa3ebcca704590b9bbc8c9c3cd9685 used request id req-d35e12bc-d6fd-4920-b0e1-4a9ce5f25d2c 2018-12-12 15:27:59,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:27:59,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["R3WWNwBUTiCI-VGTN5UGyA"], "issued_at": "2018-12-12T15:27:59.000000Z"}} 2018-12-12 15:27:59,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d196d05430c31d45299657141fa7b929bd590644" 2018-12-12 15:27:59,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f25e77b-766d-417e-8b2d-f069023cfbb2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:27:59,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9f25e77b-766d-417e-8b2d-f069023cfbb2 2018-12-12 15:27:59,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:27:59,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:00,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["NVKFqCYESiaETwEdBg0LrQ"], "issued_at": "2018-12-12T15:28:00.000000Z"}} 2018-12-12 15:28:00,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:00,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5719db9-63db-4791-8068-17da9026739d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:00,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b5719db9-63db-4791-8068-17da9026739d 2018-12-12 15:28:00,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:00,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:00,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-696837d2-199b-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:00,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e41583b-098f-45d2-883a-441238298ac2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-696837d2-199b-486-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:28:00,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-696837d2-199b-486-proj used request id req-1e41583b-098f-45d2-883a-441238298ac2 2018-12-12 15:28:00,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:00,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6802c3e8-326e-4a6c-abb5-27fd87ecb6c9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:00,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6802c3e8-326e-4a6c-abb5-27fd87ecb6c9 2018-12-12 15:28:00,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-696837d2-199b-486-proj"}}' 2018-12-12 15:28:00,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2c3d34b-f967-4763-9d65-af0ea8aea57d Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/216c21af2bc5412fad45bc1714c9557e"}, "enabled": true, "id": "216c21af2bc5412fad45bc1714c9557e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-696837d2-199b-486-proj"}} 2018-12-12 15:28:00,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a2c3d34b-f967-4763-9d65-af0ea8aea57d 2018-12-12 15:28:00,520 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-696837d2-199b-486-proj 2018-12-12 15:28:00,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:00,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:00,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5AEZzY6VSVWUx28nOwUS4Q"], "issued_at": "2018-12-12T15:28:00.000000Z"}} 2018-12-12 15:28:00,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c637b0f9e31d16b5b0a8f7faa30b3280c1fcf" 2018-12-12 15:28:00,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b328d4-3a9c-4a04-96aa-c6032e01624f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:00,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-87b328d4-3a9c-4a04-96aa-c6032e01624f 2018-12-12 15:28:01,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:01,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:01,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c637b0f9e31d16b5b0a8f7faa30b3280c1fcf" 2018-12-12 15:28:01,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b93da2e3-35f3-4982-8c42-4beb95eb9085 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:28:01,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b93da2e3-35f3-4982-8c42-4beb95eb9085 2018-12-12 15:28:01,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-696837d2-199b-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c637b0f9e31d16b5b0a8f7faa30b3280c1fcf" 2018-12-12 15:28:01,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56c4f7f3-ae48-4111-be03-ec509b6475a1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-696837d2-199b-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/216c21af2bc5412fad45bc1714c9557e"}, "enabled": true, "id": "216c21af2bc5412fad45bc1714c9557e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-696837d2-199b-486-proj"}]} 2018-12-12 15:28:01,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-696837d2-199b-486-proj used request id req-56c4f7f3-ae48-4111-be03-ec509b6475a1 2018-12-12 15:28:01,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c637b0f9e31d16b5b0a8f7faa30b3280c1fcf" 2018-12-12 15:28:01,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823a9cfb-2b84-4cfa-9b8e-5d18d3d7f2e8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:01,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-823a9cfb-2b84-4cfa-9b8e-5d18d3d7f2e8 2018-12-12 15:28:01,598 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-696837d2-199b-486-user 2018-12-12 15:28:01,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:01,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:01,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73de1503-3a6b-4527-87a6-0724e7b827d5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:01,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-73de1503-3a6b-4527-87a6-0724e7b827d5 2018-12-12 15:28:01,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" -d '{"role": {"name": "CreateImageSuccessTests-696837d2-199b-486-proj-role"}}' 2018-12-12 15:28:01,795 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f68b7aca-d91f-4cf5-9118-96701db384b9 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8e3d360fea2e4cf29ba34431ec62a93d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8e3d360fea2e4cf29ba34431ec62a93d"}, "name": "CreateImageSuccessTests-696837d2-199b-486-proj-role"}} 2018-12-12 15:28:01,795 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f68b7aca-d91f-4cf5-9118-96701db384b9 2018-12-12 15:28:01,795 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-696837d2-199b-486-proj-role 2018-12-12 15:28:01,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8e3d360fea2e4cf29ba34431ec62a93d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:01,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53d1173-0254-47c3-a7aa-b75131a0e7af Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8e3d360fea2e4cf29ba34431ec62a93d"}, "domain_id": null, "name": "CreateImageSuccessTests-696837d2-199b-486-proj-role", "id": "8e3d360fea2e4cf29ba34431ec62a93d"}} 2018-12-12 15:28:01,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8e3d360fea2e4cf29ba34431ec62a93d used request id req-b53d1173-0254-47c3-a7aa-b75131a0e7af 2018-12-12 15:28:01,884 - keystone_utils - INFO - Granting role CreateImageSuccessTests-696837d2-199b-486-proj-role to project CreateImageSuccessTests-696837d2-199b-486-proj 2018-12-12 15:28:01,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/216c21af2bc5412fad45bc1714c9557e/users/c7c35147b17543998326e71db8828115/roles/8e3d360fea2e4cf29ba34431ec62a93d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:02,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad35f247-0063-4909-88a3-e8599dfb04d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:02,008 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/216c21af2bc5412fad45bc1714c9557e/users/c7c35147b17543998326e71db8828115/roles/8e3d360fea2e4cf29ba34431ec62a93d used request id req-ad35f247-0063-4909-88a3-e8599dfb04d2 2018-12-12 15:28:02,008 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:28:02,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:02,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:02,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e3d360fea2e4cf29ba34431ec62a93d", "name": "CreateImageSuccessTests-696837d2-199b-486-proj-role"}], "expires_at": "2018-12-12T16:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "216c21af2bc5412fad45bc1714c9557e", "name": "CreateImageSuccessTests-696837d2-199b-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/216c21af2bc5412fad45bc1714c9557e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/216c21af2bc5412fad45bc1714c9557e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/216c21af2bc5412fad45bc1714c9557e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/216c21af2bc5412fad45bc1714c9557e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/216c21af2bc5412fad45bc1714c9557e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/216c21af2bc5412fad45bc1714c9557e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-696837d2-199b-486-user", "id": "c7c35147b17543998326e71db8828115"}, "audit_ids": ["3IeGLUqRRxaQRruPfwoTWA"], "issued_at": "2018-12-12T15:28:02.000000Z"}} 2018-12-12 15:28:02,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" 2018-12-12 15:28:02,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7327296-7f2c-4c37-8eda-ec4a848b129c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:02,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e7327296-7f2c-4c37-8eda-ec4a848b129c 2018-12-12 15:28:02,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" 2018-12-12 15:28:02,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-6d349fef-0d5a-491c-b50a-5e265e78d55c Date: Wed, 12 Dec 2018 15:28:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74"} 2018-12-12 15:28:02,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74 used request id req-6d349fef-0d5a-491c-b50a-5e265e78d55c 2018-12-12 15:28:02,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" 2018-12-12 15:28:02,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d167447-2be6-49df-ba3e-a940dcaed7d4 Date: Wed, 12 Dec 2018 15:28: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-12-12 15:28:02,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0d167447-2be6-49df-ba3e-a940dcaed7d4 2018-12-12 15:28:02,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74"}' 2018-12-12 15:28:03,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71 X-Openstack-Request-Id: req-15d64405-9d6e-44e3-baf5-ec543b3702a6 Date: Wed, 12 Dec 2018 15:28:03 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71", "min_disk": 0, "protected": false, "id": "3c816bf7-9245-4880-99e7-99f021ba2f71", "file": "/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71/file", "checksum": null, "owner": "216c21af2bc5412fad45bc1714c9557e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:03,115 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-15d64405-9d6e-44e3-baf5-ec543b3702a6 2018-12-12 15:28:03,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" -d '' 2018-12-12 15:28:05,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dfde70ce-7178-4704-99eb-50d79a2cce1b Date: Wed, 12 Dec 2018 15:28:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:28:05,295 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71/file used request id req-dfde70ce-7178-4704-99eb-50d79a2cce1b 2018-12-12 15:28:05,295 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:28:05,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" 2018-12-12 15:28:05,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-db4faca1-cdbc-4390-b334-cd4aa5d2a601 Date: Wed, 12 Dec 2018 15:28:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:05Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3c816bf7-9245-4880-99e7-99f021ba2f71/snap", "metadata": {}}], "self": "/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71", "min_disk": 0, "protected": false, "id": "3c816bf7-9245-4880-99e7-99f021ba2f71", "file": "/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "216c21af2bc5412fad45bc1714c9557e", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3c816bf7-9245-4880-99e7-99f021ba2f71/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:05,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71 used request id req-db4faca1-cdbc-4390-b334-cd4aa5d2a601 2018-12-12 15:28:05,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" 2018-12-12 15:28:05,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4ace6af3-141f-4ff2-90e2-9d9c2029c00e Date: Wed, 12 Dec 2018 15:28:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:05,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-4ace6af3-141f-4ff2-90e2-9d9c2029c00e 2018-12-12 15:28:05,634 - create_image - INFO - Created image with name - CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74 2018-12-12 15:28:05,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" 2018-12-12 15:28:05,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c2dbcf45-f94f-487c-98d9-8337578ac4a4 Date: Wed, 12 Dec 2018 15:28:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:05Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3c816bf7-9245-4880-99e7-99f021ba2f71/snap", "metadata": {}}], "self": "/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71", "min_disk": 0, "protected": false, "id": "3c816bf7-9245-4880-99e7-99f021ba2f71", "file": "/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "216c21af2bc5412fad45bc1714c9557e", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3c816bf7-9245-4880-99e7-99f021ba2f71/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:05,791 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71 used request id req-c2dbcf45-f94f-487c-98d9-8337578ac4a4 2018-12-12 15:28:05,791 - create_image - DEBUG - Instance status is - active 2018-12-12 15:28:05,792 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74 2018-12-12 15:28:05,792 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74 2018-12-12 15:28:05,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:06,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e3d360fea2e4cf29ba34431ec62a93d", "name": "CreateImageSuccessTests-696837d2-199b-486-proj-role"}], "expires_at": "2018-12-12T16:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "216c21af2bc5412fad45bc1714c9557e", "name": "CreateImageSuccessTests-696837d2-199b-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/216c21af2bc5412fad45bc1714c9557e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/216c21af2bc5412fad45bc1714c9557e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/216c21af2bc5412fad45bc1714c9557e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/216c21af2bc5412fad45bc1714c9557e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/216c21af2bc5412fad45bc1714c9557e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/216c21af2bc5412fad45bc1714c9557e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/216c21af2bc5412fad45bc1714c9557e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-696837d2-199b-486-user", "id": "c7c35147b17543998326e71db8828115"}, "audit_ids": ["iVDGq2iLRqWXwqaudDY4Ng"], "issued_at": "2018-12-12T15:28:06.000000Z"}} 2018-12-12 15:28:06,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}691be83ff4eb50c7e8a18011f127f50a06e7d7eb" 2018-12-12 15:28:06,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-b82ccab7-1b79-4d0e-b92e-6a66a20855a6 Date: Wed, 12 Dec 2018 15:28:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:05Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3c816bf7-9245-4880-99e7-99f021ba2f71/snap", "metadata": {}}], "self": "/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71", "min_disk": 0, "protected": false, "id": "3c816bf7-9245-4880-99e7-99f021ba2f71", "file": "/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "216c21af2bc5412fad45bc1714c9557e", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3c816bf7-9245-4880-99e7-99f021ba2f71/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74"} 2018-12-12 15:28:06,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74 used request id req-b82ccab7-1b79-4d0e-b92e-6a66a20855a6 2018-12-12 15:28:06,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}691be83ff4eb50c7e8a18011f127f50a06e7d7eb" 2018-12-12 15:28:06,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d247f5ca-f1e3-4972-b222-3edd48b82443 Date: Wed, 12 Dec 2018 15:28:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:06,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d247f5ca-f1e3-4972-b222-3edd48b82443 2018-12-12 15:28:06,509 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-39c52fda-e71f-40f8-845e-24d734972c74 2018-12-12 15:28:06,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e66571fbc4c6db1e9c0ff7d6a44cbf03675629cc" 2018-12-12 15:28:08,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8cc06514-4ce3-45fd-81f4-1065fce3d664 Date: Wed, 12 Dec 2018 15:28:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:28:08,041 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3c816bf7-9245-4880-99e7-99f021ba2f71 used request id req-8cc06514-4ce3-45fd-81f4-1065fce3d664 2018-12-12 15:28:08,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:08,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c60d12e4-03cf-436d-8586-f51f1233ca47 Date: Wed, 12 Dec 2018 15:28:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:28:08,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c60d12e4-03cf-436d-8586-f51f1233ca47 2018-12-12 15:28:08,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:08,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6361050-e442-4785-9e7d-66957ffa5d1a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:28:08,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-b6361050-e442-4785-9e7d-66957ffa5d1a 2018-12-12 15:28:08,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:08,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e667ef-ccaf-486f-8d73-2b23a6d18519 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:28:08,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-c5e667ef-ccaf-486f-8d73-2b23a6d18519 2018-12-12 15:28:08,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:08,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd12b8c-81b6-41ea-9b06-265c84544c7c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:28:08,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-9cd12b8c-81b6-41ea-9b06-265c84544c7c 2018-12-12 15:28:08,519 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-696837d2-199b-486-proj 2018-12-12 15:28:08,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/216c21af2bc5412fad45bc1714c9557e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:08,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6458c6dc-8e66-401d-883f-35aedcdc7347 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:08,739 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/216c21af2bc5412fad45bc1714c9557e used request id req-6458c6dc-8e66-401d-883f-35aedcdc7347 2018-12-12 15:28:08,739 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-696837d2-199b-486-proj-role 2018-12-12 15:28:08,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8e3d360fea2e4cf29ba34431ec62a93d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:08,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b31ac605-721c-4b51-8952-42a63a59c126 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:08,861 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8e3d360fea2e4cf29ba34431ec62a93d used request id req-b31ac605-721c-4b51-8952-42a63a59c126 2018-12-12 15:28:08,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db80c035da3a1f286f96e9f742e7f7207565768b" 2018-12-12 15:28:08,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-685f19ed-0245-43d2-91a9-b2d0c8715d00 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:08,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-685f19ed-0245-43d2-91a9-b2d0c8715d00 2018-12-12 15:28:08,948 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-696837d2-199b-486-user 2018-12-12 15:28:08,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c7c35147b17543998326e71db8828115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0c637b0f9e31d16b5b0a8f7faa30b3280c1fcf" 2018-12-12 15:28:09,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49df515f-1754-4121-85d0-264e475b0296 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:09,136 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c7c35147b17543998326e71db8828115 used request id req-49df515f-1754-4121-85d0-264e475b0296 2018-12-12 15:28:09,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:09,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["PO3FYQIIStyDM-U3ouLjvA"], "issued_at": "2018-12-12T15:28:09.000000Z"}} 2018-12-12 15:28:09,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cbf4999a890e91521fce0ad1a31fbc1e5ef887a" 2018-12-12 15:28:09,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba27ae87-9560-4cd6-893c-3ccc313f8c69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:09,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba27ae87-9560-4cd6-893c-3ccc313f8c69 2018-12-12 15:28:09,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:09,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:09,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ZN-5omf6Qu2FdtejcoZ5tg"], "issued_at": "2018-12-12T15:28:10.000000Z"}} 2018-12-12 15:28:10,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:10,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483cd0b8-3aad-4a71-b7b3-76658c31902b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:10,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-483cd0b8-3aad-4a71-b7b3-76658c31902b 2018-12-12 15:28:10,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:10,098 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:10,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-80d9a56f-2441-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:10,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bf81bd4-8e64-4c93-88eb-d5fa3650f670 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-80d9a56f-2441-4c9-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:28:10,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-80d9a56f-2441-4c9-proj used request id req-5bf81bd4-8e64-4c93-88eb-d5fa3650f670 2018-12-12 15:28:10,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:10,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-421764fa-bf8a-4de2-94c2-181c54802295 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:10,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-421764fa-bf8a-4de2-94c2-181c54802295 2018-12-12 15:28:10,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj"}}' 2018-12-12 15:28:10,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fada72fe-9841-4de2-bbf0-7d668425b256 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69d2ed5b22844a52b4367c123d5ac2d0"}, "enabled": true, "id": "69d2ed5b22844a52b4367c123d5ac2d0", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj"}} 2018-12-12 15:28:10,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-fada72fe-9841-4de2-bbf0-7d668425b256 2018-12-12 15:28:10,401 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-80d9a56f-2441-4c9-proj 2018-12-12 15:28:10,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:10,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:10,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["wYYI2E3SS0muSktqCuLPAg"], "issued_at": "2018-12-12T15:28:10.000000Z"}} 2018-12-12 15:28:10,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}218b98e0c6e78fcd15c4e8195671de45216db266" 2018-12-12 15:28:10,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e1ff831-281e-4486-b1a5-61a01de0aa80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:10,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2e1ff831-281e-4486-b1a5-61a01de0aa80 2018-12-12 15:28:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:10,888 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:10,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}218b98e0c6e78fcd15c4e8195671de45216db266" 2018-12-12 15:28:10,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436161af-7cfb-4946-89bc-06b5c58ecaac Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:28:10,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-436161af-7cfb-4946-89bc-06b5c58ecaac 2018-12-12 15:28:11,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-80d9a56f-2441-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}218b98e0c6e78fcd15c4e8195671de45216db266" 2018-12-12 15:28:11,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aadf0e6-2851-4b86-9cbc-7c52cad301e6 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-80d9a56f-2441-4c9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69d2ed5b22844a52b4367c123d5ac2d0"}, "enabled": true, "id": "69d2ed5b22844a52b4367c123d5ac2d0", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj"}]} 2018-12-12 15:28:11,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-80d9a56f-2441-4c9-proj used request id req-7aadf0e6-2851-4b86-9cbc-7c52cad301e6 2018-12-12 15:28:11,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}218b98e0c6e78fcd15c4e8195671de45216db266" 2018-12-12 15:28:11,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b46b179-0e33-4214-bf12-32b600e14254 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:11,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8b46b179-0e33-4214-bf12-32b600e14254 2018-12-12 15:28:11,473 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-80d9a56f-2441-4c9-user 2018-12-12 15:28:11,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:11,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:11,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18584475-09af-4bbe-94ac-cc0c89e96e03 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:11,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-18584475-09af-4bbe-94ac-cc0c89e96e03 2018-12-12 15:28:11,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" -d '{"role": {"name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj-role"}}' 2018-12-12 15:28:11,670 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68121f8e-d6de-4e8d-91fb-5b7be5cd8ad1 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4405dc3612064ef49c441be01653d595", "links": {"self": "http://172.30.9.29:5000/v3/roles/4405dc3612064ef49c441be01653d595"}, "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj-role"}} 2018-12-12 15:28:11,670 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-68121f8e-d6de-4e8d-91fb-5b7be5cd8ad1 2018-12-12 15:28:11,670 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-80d9a56f-2441-4c9-proj-role 2018-12-12 15:28:11,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4405dc3612064ef49c441be01653d595 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:11,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5a982c-9014-4c32-b5b1-a457266b1e9e Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4405dc3612064ef49c441be01653d595"}, "domain_id": null, "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj-role", "id": "4405dc3612064ef49c441be01653d595"}} 2018-12-12 15:28:11,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4405dc3612064ef49c441be01653d595 used request id req-1b5a982c-9014-4c32-b5b1-a457266b1e9e 2018-12-12 15:28:11,767 - keystone_utils - INFO - Granting role CreateImageSuccessTests-80d9a56f-2441-4c9-proj-role to project CreateImageSuccessTests-80d9a56f-2441-4c9-proj 2018-12-12 15:28:11,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/69d2ed5b22844a52b4367c123d5ac2d0/users/f5f518d390394ba7a322c1cfba2bf865/roles/4405dc3612064ef49c441be01653d595 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:11,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edc3b9b2-a49c-4d1d-859e-c8e64a0fc136 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:11,894 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/69d2ed5b22844a52b4367c123d5ac2d0/users/f5f518d390394ba7a322c1cfba2bf865/roles/4405dc3612064ef49c441be01653d595 used request id req-edc3b9b2-a49c-4d1d-859e-c8e64a0fc136 2018-12-12 15:28:11,895 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:28:11,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:11,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:12,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4405dc3612064ef49c441be01653d595", "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj-role"}], "expires_at": "2018-12-12T16:28:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69d2ed5b22844a52b4367c123d5ac2d0", "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-user", "id": "f5f518d390394ba7a322c1cfba2bf865"}, "audit_ids": ["-9ooIUD4QP2ijm-zXZdgYg"], "issued_at": "2018-12-12T15:28:12.000000Z"}} 2018-12-12 15:28:12,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" 2018-12-12 15:28:12,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-129242e1-d9a7-4664-b554-1ef85a849051 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:12,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-129242e1-d9a7-4664-b554-1ef85a849051 2018-12-12 15:28:12,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" 2018-12-12 15:28:12,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-4251a55c-620a-49a4-b557-48bf1cb8cea5 Date: Wed, 12 Dec 2018 15:28:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967"} 2018-12-12 15:28:12,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967 used request id req-4251a55c-620a-49a4-b557-48bf1cb8cea5 2018-12-12 15:28:12,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" 2018-12-12 15:28:12,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee20f61d-959b-4d92-882d-430b5b1557cc Date: Wed, 12 Dec 2018 15:28:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:12,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ee20f61d-959b-4d92-882d-430b5b1557cc 2018-12-12 15:28:12,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967"}' 2018-12-12 15:28:12,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363 X-Openstack-Request-Id: req-df2aeade-f09e-44b0-b7c5-a75b0488b4c8 Date: Wed, 12 Dec 2018 15:28:12 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/bb59b925-c00d-47e4-872f-8323befe2363", "min_disk": 0, "protected": false, "id": "bb59b925-c00d-47e4-872f-8323befe2363", "file": "/v2/images/bb59b925-c00d-47e4-872f-8323befe2363/file", "checksum": null, "owner": "69d2ed5b22844a52b4367c123d5ac2d0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:12,990 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-df2aeade-f09e-44b0-b7c5-a75b0488b4c8 2018-12-12 15:28:13,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" -d '' 2018-12-12 15:28:14,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6fad0faf-dca8-45c3-b37d-6cf5e38969c4 Date: Wed, 12 Dec 2018 15:28:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:28:14,488 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363/file used request id req-6fad0faf-dca8-45c3-b37d-6cf5e38969c4 2018-12-12 15:28:14,488 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:28:14,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" 2018-12-12 15:28:14,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-71a0f9f8-9bc2-4cd0-ade7-3bc4ee3561b7 Date: Wed, 12 Dec 2018 15:28:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:14Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bb59b925-c00d-47e4-872f-8323befe2363/snap", "metadata": {}}], "self": "/v2/images/bb59b925-c00d-47e4-872f-8323befe2363", "min_disk": 0, "protected": false, "id": "bb59b925-c00d-47e4-872f-8323befe2363", "file": "/v2/images/bb59b925-c00d-47e4-872f-8323befe2363/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "69d2ed5b22844a52b4367c123d5ac2d0", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bb59b925-c00d-47e4-872f-8323befe2363/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:14,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363 used request id req-71a0f9f8-9bc2-4cd0-ade7-3bc4ee3561b7 2018-12-12 15:28:14,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" 2018-12-12 15:28:14,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9225a9cc-851b-4474-8b69-00d09f15e8fe Date: Wed, 12 Dec 2018 15:28:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:14,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9225a9cc-851b-4474-8b69-00d09f15e8fe 2018-12-12 15:28:14,686 - create_image - INFO - Created image with name - CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967 2018-12-12 15:28:14,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" 2018-12-12 15:28:15,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-b4f3a433-94ff-4568-965f-9c6a75c59165 Date: Wed, 12 Dec 2018 15:28:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:14Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bb59b925-c00d-47e4-872f-8323befe2363/snap", "metadata": {}}], "self": "/v2/images/bb59b925-c00d-47e4-872f-8323befe2363", "min_disk": 0, "protected": false, "id": "bb59b925-c00d-47e4-872f-8323befe2363", "file": "/v2/images/bb59b925-c00d-47e4-872f-8323befe2363/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "69d2ed5b22844a52b4367c123d5ac2d0", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bb59b925-c00d-47e4-872f-8323befe2363/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:15,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363 used request id req-b4f3a433-94ff-4568-965f-9c6a75c59165 2018-12-12 15:28:15,222 - create_image - DEBUG - Instance status is - active 2018-12-12 15:28:15,222 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967 2018-12-12 15:28:15,222 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967 2018-12-12 15:28:15,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:15,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4405dc3612064ef49c441be01653d595", "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj-role"}], "expires_at": "2018-12-12T16:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69d2ed5b22844a52b4367c123d5ac2d0", "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69d2ed5b22844a52b4367c123d5ac2d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-80d9a56f-2441-4c9-user", "id": "f5f518d390394ba7a322c1cfba2bf865"}, "audit_ids": ["fjn9oPtYRpWmmPxoxDdoLw"], "issued_at": "2018-12-12T15:28:15.000000Z"}} 2018-12-12 15:28:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12bdff15abfe7260ffa243cc84938563c030e444" 2018-12-12 15:28:16,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-306d3819-6101-43ec-ba47-180845c8b9c4 Date: Wed, 12 Dec 2018 15:28:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:14Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bb59b925-c00d-47e4-872f-8323befe2363/snap", "metadata": {}}], "self": "/v2/images/bb59b925-c00d-47e4-872f-8323befe2363", "min_disk": 0, "protected": false, "id": "bb59b925-c00d-47e4-872f-8323befe2363", "file": "/v2/images/bb59b925-c00d-47e4-872f-8323befe2363/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "69d2ed5b22844a52b4367c123d5ac2d0", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bb59b925-c00d-47e4-872f-8323befe2363/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967"} 2018-12-12 15:28:16,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967 used request id req-306d3819-6101-43ec-ba47-180845c8b9c4 2018-12-12 15:28:16,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12bdff15abfe7260ffa243cc84938563c030e444" 2018-12-12 15:28:16,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bc5ac2bd-9790-46f0-9882-bf71d34917cd Date: Wed, 12 Dec 2018 15:28:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:16,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-bc5ac2bd-9790-46f0-9882-bf71d34917cd 2018-12-12 15:28:16,719 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-695cde0b-9f9f-46cc-9c59-4bf48d031967 2018-12-12 15:28:16,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f8525d5115ddaaa712731eb59d030a8f309edb" 2018-12-12 15:28:18,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96ae9dad-9128-464e-bd52-a892d08d7bbe Date: Wed, 12 Dec 2018 15:28:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:28:18,006 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/bb59b925-c00d-47e4-872f-8323befe2363 used request id req-96ae9dad-9128-464e-bd52-a892d08d7bbe 2018-12-12 15:28:18,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:18,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-27816076-1b54-448b-a57e-f5f72a13df59 Date: Wed, 12 Dec 2018 15:28:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:28:18,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-27816076-1b54-448b-a57e-f5f72a13df59 2018-12-12 15:28:18,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:18,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36e1ff2-fa5e-4a41-89f5-19b9d1d8d5f4 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:28:18,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-c36e1ff2-fa5e-4a41-89f5-19b9d1d8d5f4 2018-12-12 15:28:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:18,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a937de-ea15-446c-9503-600b1b29a027 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:28:18,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-c8a937de-ea15-446c-9503-600b1b29a027 2018-12-12 15:28:18,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:18,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84fb029a-5715-49be-8af1-83613ed41937 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:28:18,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-84fb029a-5715-49be-8af1-83613ed41937 2018-12-12 15:28:18,563 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-80d9a56f-2441-4c9-proj 2018-12-12 15:28:18,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/69d2ed5b22844a52b4367c123d5ac2d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:18,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c46294c3-5d1b-4910-8d55-24c27818d2bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:18,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/69d2ed5b22844a52b4367c123d5ac2d0 used request id req-c46294c3-5d1b-4910-8d55-24c27818d2bb 2018-12-12 15:28:18,751 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-80d9a56f-2441-4c9-proj-role 2018-12-12 15:28:18,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4405dc3612064ef49c441be01653d595 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:18,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc4490d-3dda-4398-b174-e31958f50127 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:18,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4405dc3612064ef49c441be01653d595 used request id req-ddc4490d-3dda-4398-b174-e31958f50127 2018-12-12 15:28:18,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe9e0b345d25d0a03e44ded00a55365278a27ab" 2018-12-12 15:28:18,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6485585-ffc7-4dd9-a19e-ae8b08ffc5e4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:18,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f6485585-ffc7-4dd9-a19e-ae8b08ffc5e4 2018-12-12 15:28:18,961 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-80d9a56f-2441-4c9-user 2018-12-12 15:28:18,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f5f518d390394ba7a322c1cfba2bf865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}218b98e0c6e78fcd15c4e8195671de45216db266" 2018-12-12 15:28:19,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e074d65a-1aa7-4ca2-83e3-41c5c7893275 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:19,111 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f5f518d390394ba7a322c1cfba2bf865 used request id req-e074d65a-1aa7-4ca2-83e3-41c5c7893275 2018-12-12 15:28:19,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:19,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ffzeLiK1QwiwjPyLZcpPlg"], "issued_at": "2018-12-12T15:28:19.000000Z"}} 2018-12-12 15:28:19,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ce899fffd53a1fff27c8da34b75176e607d6f3" 2018-12-12 15:28:19,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-859fa97c-8f37-4298-92ae-fb10c1226347 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:19,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-859fa97c-8f37-4298-92ae-fb10c1226347 2018-12-12 15:28:19,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:19,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:19,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["NKhMAQ6iR5W69Ij-nl03VA"], "issued_at": "2018-12-12T15:28:19.000000Z"}} 2018-12-12 15:28:19,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:20,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9726bb-d978-48fa-a98c-eab7bb932e72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:20,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bd9726bb-d978-48fa-a98c-eab7bb932e72 2018-12-12 15:28:20,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:20,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:20,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2c226efe-1d71-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:20,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca204f3-8ab6-4bae-a338-6a486f1b84a7 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2c226efe-1d71-462-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:28:20,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2c226efe-1d71-462-proj used request id req-cca204f3-8ab6-4bae-a338-6a486f1b84a7 2018-12-12 15:28:20,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:20,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-693dd731-59e3-4fba-8d58-9894ed6f3bfe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:20,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-693dd731-59e3-4fba-8d58-9894ed6f3bfe 2018-12-12 15:28:20,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj"}}' 2018-12-12 15:28:20,449 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ed1837a-3e4d-4050-9e8c-fa6870b7e53f Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/30efeca25a104375822f3214a1638b9b"}, "enabled": true, "id": "30efeca25a104375822f3214a1638b9b", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj"}} 2018-12-12 15:28:20,449 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6ed1837a-3e4d-4050-9e8c-fa6870b7e53f 2018-12-12 15:28:20,449 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2c226efe-1d71-462-proj 2018-12-12 15:28:20,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:20,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:20,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["3JymOiPeRoS-OGna5_GXRQ"], "issued_at": "2018-12-12T15:28:20.000000Z"}} 2018-12-12 15:28:20,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6304c783c1e185fa5176101506817cd54e1b6e06" 2018-12-12 15:28:20,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c00e53e5-26f2-4ac0-8c3f-6f8b069ef659 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:20,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c00e53e5-26f2-4ac0-8c3f-6f8b069ef659 2018-12-12 15:28:20,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:20,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:20,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6304c783c1e185fa5176101506817cd54e1b6e06" 2018-12-12 15:28:21,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d901d039-339b-4bc0-a7c6-3ff32f471178 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:28:21,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d901d039-339b-4bc0-a7c6-3ff32f471178 2018-12-12 15:28:21,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-2c226efe-1d71-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6304c783c1e185fa5176101506817cd54e1b6e06" 2018-12-12 15:28:21,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe12f4c-274e-4370-9da3-902c9bc254a2 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-2c226efe-1d71-462-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/30efeca25a104375822f3214a1638b9b"}, "enabled": true, "id": "30efeca25a104375822f3214a1638b9b", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj"}]} 2018-12-12 15:28:21,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-2c226efe-1d71-462-proj used request id req-5fe12f4c-274e-4370-9da3-902c9bc254a2 2018-12-12 15:28:21,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6304c783c1e185fa5176101506817cd54e1b6e06" 2018-12-12 15:28:21,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95c4939b-9100-4582-a3b3-31c8f608bfb5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:21,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-95c4939b-9100-4582-a3b3-31c8f608bfb5 2018-12-12 15:28:21,580 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2c226efe-1d71-462-user 2018-12-12 15:28:21,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:21,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:21,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46436122-908b-4c70-a5e1-0a66dee01bb9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:21,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-46436122-908b-4c70-a5e1-0a66dee01bb9 2018-12-12 15:28:21,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" -d '{"role": {"name": "CreateImageSuccessTests-2c226efe-1d71-462-proj-role"}}' 2018-12-12 15:28:21,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8db3547f-15ea-4a54-aee5-39e4eb6989ac Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2a4a8a16f0de4ebe9a864b01f6ee3926", "links": {"self": "http://172.30.9.29:5000/v3/roles/2a4a8a16f0de4ebe9a864b01f6ee3926"}, "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj-role"}} 2018-12-12 15:28:21,857 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8db3547f-15ea-4a54-aee5-39e4eb6989ac 2018-12-12 15:28:21,857 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2c226efe-1d71-462-proj-role 2018-12-12 15:28:21,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/2a4a8a16f0de4ebe9a864b01f6ee3926 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:21,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bdb6bb4-d040-4247-ac74-cf5d302d864c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/2a4a8a16f0de4ebe9a864b01f6ee3926"}, "domain_id": null, "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj-role", "id": "2a4a8a16f0de4ebe9a864b01f6ee3926"}} 2018-12-12 15:28:21,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/2a4a8a16f0de4ebe9a864b01f6ee3926 used request id req-7bdb6bb4-d040-4247-ac74-cf5d302d864c 2018-12-12 15:28:21,880 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2c226efe-1d71-462-proj-role to project CreateImageSuccessTests-2c226efe-1d71-462-proj 2018-12-12 15:28:21,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/30efeca25a104375822f3214a1638b9b/users/eb5e7a2891fe4d02a9b224e3d2cd7d0e/roles/2a4a8a16f0de4ebe9a864b01f6ee3926 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:22,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19759d38-6761-450b-9271-721fae65b757 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:22,020 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/30efeca25a104375822f3214a1638b9b/users/eb5e7a2891fe4d02a9b224e3d2cd7d0e/roles/2a4a8a16f0de4ebe9a864b01f6ee3926 used request id req-19759d38-6761-450b-9271-721fae65b757 2018-12-12 15:28:22,021 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:28:22,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:22,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:22,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4a8a16f0de4ebe9a864b01f6ee3926", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj-role"}], "expires_at": "2018-12-12T16:28:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30efeca25a104375822f3214a1638b9b", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2c226efe-1d71-462-user", "id": "eb5e7a2891fe4d02a9b224e3d2cd7d0e"}, "audit_ids": ["e0lkU1ntTGGUmQNL7eMsjQ"], "issued_at": "2018-12-12T15:28:22.000000Z"}} 2018-12-12 15:28:22,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" 2018-12-12 15:28:22,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1334981-bd36-49ea-ad08-204b7ee7a8dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:22,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b1334981-bd36-49ea-ad08-204b7ee7a8dc 2018-12-12 15:28:22,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" 2018-12-12 15:28:23,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-5133cb4f-a6f9-4542-af99-d6063a1f5074 Date: Wed, 12 Dec 2018 15:28:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd"} 2018-12-12 15:28:23,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd used request id req-5133cb4f-a6f9-4542-af99-d6063a1f5074 2018-12-12 15:28:23,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" 2018-12-12 15:28:23,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5df98035-1414-4613-9d7d-5c2fda311a1e Date: Wed, 12 Dec 2018 15:28:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:23,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5df98035-1414-4613-9d7d-5c2fda311a1e 2018-12-12 15:28:23,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd"}' 2018-12-12 15:28:23,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac X-Openstack-Request-Id: req-4369e785-e518-4559-8ddb-aa0d469cc99e Date: Wed, 12 Dec 2018 15:28:23 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac", "min_disk": 0, "protected": false, "id": "c04f8148-568b-42c5-8d85-2f9ef9436bac", "file": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/file", "checksum": null, "owner": "30efeca25a104375822f3214a1638b9b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:23,475 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4369e785-e518-4559-8ddb-aa0d469cc99e 2018-12-12 15:28:23,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" -d '' 2018-12-12 15:28:24,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-449a2559-23cc-4573-9dfa-a61e03187878 Date: Wed, 12 Dec 2018 15:28:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:28:24,871 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/file used request id req-449a2559-23cc-4573-9dfa-a61e03187878 2018-12-12 15:28:24,871 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:28:24,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" 2018-12-12 15:28:25,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-14fd4607-c445-44b5-9628-ddb3833cd851 Date: Wed, 12 Dec 2018 15:28:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:24Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/snap", "metadata": {}}], "self": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac", "min_disk": 0, "protected": false, "id": "c04f8148-568b-42c5-8d85-2f9ef9436bac", "file": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "30efeca25a104375822f3214a1638b9b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:25,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac used request id req-14fd4607-c445-44b5-9628-ddb3833cd851 2018-12-12 15:28:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" 2018-12-12 15:28:25,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1cb80fab-097c-48af-b69a-2a1503ba18ef Date: Wed, 12 Dec 2018 15:28:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:25,213 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1cb80fab-097c-48af-b69a-2a1503ba18ef 2018-12-12 15:28:25,216 - create_image - INFO - Created image with name - CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd 2018-12-12 15:28:25,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" 2018-12-12 15:28:25,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-1a17f226-79b4-445a-981a-dfa1d42b856c Date: Wed, 12 Dec 2018 15:28:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:24Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/snap", "metadata": {}}], "self": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac", "min_disk": 0, "protected": false, "id": "c04f8148-568b-42c5-8d85-2f9ef9436bac", "file": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "30efeca25a104375822f3214a1638b9b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:25,235 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac used request id req-1a17f226-79b4-445a-981a-dfa1d42b856c 2018-12-12 15:28:25,236 - create_image - DEBUG - Instance status is - active 2018-12-12 15:28:25,236 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd 2018-12-12 15:28:25,236 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd 2018-12-12 15:28:25,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:25,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4a8a16f0de4ebe9a864b01f6ee3926", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj-role"}], "expires_at": "2018-12-12T16:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30efeca25a104375822f3214a1638b9b", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2c226efe-1d71-462-user", "id": "eb5e7a2891fe4d02a9b224e3d2cd7d0e"}, "audit_ids": ["7jLyKgZURCSAQRfpRGKrfg"], "issued_at": "2018-12-12T15:28:25.000000Z"}} 2018-12-12 15:28:25,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44adebac44cb7cf170a2153b61612a8acccb6772" 2018-12-12 15:28:25,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-6e4989d1-4742-40eb-839f-5096305715db Date: Wed, 12 Dec 2018 15:28:25 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:24Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/snap", "metadata": {}}], "self": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac", "min_disk": 0, "protected": false, "id": "c04f8148-568b-42c5-8d85-2f9ef9436bac", "file": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "30efeca25a104375822f3214a1638b9b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd"} 2018-12-12 15:28:25,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd used request id req-6e4989d1-4742-40eb-839f-5096305715db 2018-12-12 15:28:25,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44adebac44cb7cf170a2153b61612a8acccb6772" 2018-12-12 15:28:26,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-25f2628d-f0a7-49b7-bc20-928a476cd23c Date: Wed, 12 Dec 2018 15:28:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:26,420 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-25f2628d-f0a7-49b7-bc20-928a476cd23c 2018-12-12 15:28:26,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:26,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:26,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4a8a16f0de4ebe9a864b01f6ee3926", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj-role"}], "expires_at": "2018-12-12T16:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30efeca25a104375822f3214a1638b9b", "name": "CreateImageSuccessTests-2c226efe-1d71-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/30efeca25a104375822f3214a1638b9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2c226efe-1d71-462-user", "id": "eb5e7a2891fe4d02a9b224e3d2cd7d0e"}, "audit_ids": ["d6D938wdThawHUNXTEj_bA"], "issued_at": "2018-12-12T15:28:26.000000Z"}} 2018-12-12 15:28:26,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02be339e7110d042a89e718f731d8c9ca46429ec" 2018-12-12 15:28:26,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de4a2b2-7124-4f83-b6bb-6c4d892043ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:26,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1de4a2b2-7124-4f83-b6bb-6c4d892043ef 2018-12-12 15:28:26,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02be339e7110d042a89e718f731d8c9ca46429ec" 2018-12-12 15:28:27,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f259baf5-30df-4ffb-b81f-a27aac6d11f3 Date: Wed, 12 Dec 2018 15:28:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:24Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/snap", "metadata": {}}], "self": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac", "min_disk": 0, "protected": false, "id": "c04f8148-568b-42c5-8d85-2f9ef9436bac", "file": "/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "30efeca25a104375822f3214a1638b9b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c04f8148-568b-42c5-8d85-2f9ef9436bac/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd"} 2018-12-12 15:28:27,066 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd used request id req-f259baf5-30df-4ffb-b81f-a27aac6d11f3 2018-12-12 15:28:27,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02be339e7110d042a89e718f731d8c9ca46429ec" 2018-12-12 15:28:27,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6a7ea7e2-04ed-44e9-aab8-38a0aad0ec4c Date: Wed, 12 Dec 2018 15:28:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:27,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6a7ea7e2-04ed-44e9-aab8-38a0aad0ec4c 2018-12-12 15:28:27,229 - create_image - INFO - Found image with name - CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd 2018-12-12 15:28:27,230 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-d5ac740c-59d8-4c89-b4de-ffd2c0f448bd 2018-12-12 15:28:27,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c306c3c0c3bb72208f534619dc217f63d18a92f" 2018-12-12 15:28:28,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c86d520-cd28-4725-b9c8-f584ff3b9b27 Date: Wed, 12 Dec 2018 15:28:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:28:28,389 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c04f8148-568b-42c5-8d85-2f9ef9436bac used request id req-5c86d520-cd28-4725-b9c8-f584ff3b9b27 2018-12-12 15:28:28,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:28,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4911d3eb-a802-4388-8c76-fdc86ef3bd72 Date: Wed, 12 Dec 2018 15:28:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:28:28,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4911d3eb-a802-4388-8c76-fdc86ef3bd72 2018-12-12 15:28:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:28,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac5514c-52ce-4701-88cd-6872a40253a1 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:28:28,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-7ac5514c-52ce-4701-88cd-6872a40253a1 2018-12-12 15:28:28,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:28,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6898dd0-9a3c-493d-acec-558355277ce1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:28:28,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-d6898dd0-9a3c-493d-acec-558355277ce1 2018-12-12 15:28:28,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:28,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15bb8406-f901-414f-9b57-8214d95536f8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:28:28,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-15bb8406-f901-414f-9b57-8214d95536f8 2018-12-12 15:28:28,905 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2c226efe-1d71-462-proj 2018-12-12 15:28:28,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/30efeca25a104375822f3214a1638b9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:29,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-169884eb-f057-4c51-9248-6b174b9de891 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:29,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/30efeca25a104375822f3214a1638b9b used request id req-169884eb-f057-4c51-9248-6b174b9de891 2018-12-12 15:28:29,122 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2c226efe-1d71-462-proj-role 2018-12-12 15:28:29,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/2a4a8a16f0de4ebe9a864b01f6ee3926 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:29,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-862d62c3-9f73-4994-98d3-facbecb6a694 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:29,245 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/2a4a8a16f0de4ebe9a864b01f6ee3926 used request id req-862d62c3-9f73-4994-98d3-facbecb6a694 2018-12-12 15:28:29,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ed5bbbc0b9e27a975692852fc0a73b3e32c20e4" 2018-12-12 15:28:29,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f37260e2-7c6f-4620-88a6-75fda1a99344 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:29,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f37260e2-7c6f-4620-88a6-75fda1a99344 2018-12-12 15:28:29,330 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2c226efe-1d71-462-user 2018-12-12 15:28:29,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/eb5e7a2891fe4d02a9b224e3d2cd7d0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6304c783c1e185fa5176101506817cd54e1b6e06" 2018-12-12 15:28:29,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bea265ff-1bbc-4215-a9a3-c22b72bfe789 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:29,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/eb5e7a2891fe4d02a9b224e3d2cd7d0e used request id req-bea265ff-1bbc-4215-a9a3-c22b72bfe789 2018-12-12 15:28:29,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:29,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["lIOR-yxOTuCAOvmGrZUveA"], "issued_at": "2018-12-12T15:28:29.000000Z"}} 2018-12-12 15:28:29,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55dbd3de355fc3070460c8120f4e5dc4941fcb8" 2018-12-12 15:28:29,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0d812b-b720-4db4-b749-6c952beb7c58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:29,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7e0d812b-b720-4db4-b749-6c952beb7c58 2018-12-12 15:28:29,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:29,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:30,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AMtfvve2SvynCiuvEstr4Q"], "issued_at": "2018-12-12T15:28:30.000000Z"}} 2018-12-12 15:28:30,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:30,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7337055e-1c17-417e-a542-e700af20d4cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:30,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7337055e-1c17-417e-a542-e700af20d4cc 2018-12-12 15:28:30,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:30,477 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:30,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aa465472-de41-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:30,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ac0541-3b4b-4d9f-b50e-b516f1be582b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aa465472-de41-410-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:28:30,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aa465472-de41-410-proj used request id req-70ac0541-3b4b-4d9f-b50e-b516f1be582b 2018-12-12 15:28:30,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:30,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d034cd9-d3dc-414d-9ffc-1aa934751d04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:30,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6d034cd9-d3dc-414d-9ffc-1aa934751d04 2018-12-12 15:28:30,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-aa465472-de41-410-proj"}}' 2018-12-12 15:28:30,778 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b540bc0-4507-48fe-8e4b-d698271adf2b Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f8bb2f21f01748039b3a3afade043f21"}, "enabled": true, "id": "f8bb2f21f01748039b3a3afade043f21", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-aa465472-de41-410-proj"}} 2018-12-12 15:28:30,779 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0b540bc0-4507-48fe-8e4b-d698271adf2b 2018-12-12 15:28:30,779 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-aa465472-de41-410-proj 2018-12-12 15:28:30,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:30,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:31,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["9rV67GHhSWCxrZY9WGpgYg"], "issued_at": "2018-12-12T15:28:31.000000Z"}} 2018-12-12 15:28:31,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d55369559cfb90000a678e6caed4f57587932a3" 2018-12-12 15:28:31,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22927d58-34f2-42ff-90d4-a1dad44be050 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:31,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-22927d58-34f2-42ff-90d4-a1dad44be050 2018-12-12 15:28:31,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:31,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:31,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d55369559cfb90000a678e6caed4f57587932a3" 2018-12-12 15:28:31,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0886a799-ffe8-48cd-a59e-c28d0f6e61df Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:28:31,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0886a799-ffe8-48cd-a59e-c28d0f6e61df 2018-12-12 15:28:31,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-aa465472-de41-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d55369559cfb90000a678e6caed4f57587932a3" 2018-12-12 15:28:31,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a04dbc54-9447-4efd-98bb-d21be44147df Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-aa465472-de41-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f8bb2f21f01748039b3a3afade043f21"}, "enabled": true, "id": "f8bb2f21f01748039b3a3afade043f21", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-aa465472-de41-410-proj"}]} 2018-12-12 15:28:31,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-aa465472-de41-410-proj used request id req-a04dbc54-9447-4efd-98bb-d21be44147df 2018-12-12 15:28:31,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d55369559cfb90000a678e6caed4f57587932a3" 2018-12-12 15:28:31,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56bbca6e-4335-41ed-ac28-7f3f688d6b85 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:31,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-56bbca6e-4335-41ed-ac28-7f3f688d6b85 2018-12-12 15:28:31,916 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-aa465472-de41-410-user 2018-12-12 15:28:31,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:31,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:32,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d27d2c3-3120-4ece-888e-af3eb9ad8496 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:32,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0d27d2c3-3120-4ece-888e-af3eb9ad8496 2018-12-12 15:28:32,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" -d '{"role": {"name": "CreateImageSuccessTests-aa465472-de41-410-proj-role"}}' 2018-12-12 15:28:32,131 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb20f629-c7e4-451b-98cd-5956a21eb09a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bea81131de9f4419b48f38dc4032c8dd", "links": {"self": "http://172.30.9.29:5000/v3/roles/bea81131de9f4419b48f38dc4032c8dd"}, "name": "CreateImageSuccessTests-aa465472-de41-410-proj-role"}} 2018-12-12 15:28:32,131 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-fb20f629-c7e4-451b-98cd-5956a21eb09a 2018-12-12 15:28:32,131 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-aa465472-de41-410-proj-role 2018-12-12 15:28:32,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/bea81131de9f4419b48f38dc4032c8dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:32,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91837f27-be18-4e7d-ae76-252e78a58367 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/bea81131de9f4419b48f38dc4032c8dd"}, "domain_id": null, "name": "CreateImageSuccessTests-aa465472-de41-410-proj-role", "id": "bea81131de9f4419b48f38dc4032c8dd"}} 2018-12-12 15:28:32,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/bea81131de9f4419b48f38dc4032c8dd used request id req-91837f27-be18-4e7d-ae76-252e78a58367 2018-12-12 15:28:32,225 - keystone_utils - INFO - Granting role CreateImageSuccessTests-aa465472-de41-410-proj-role to project CreateImageSuccessTests-aa465472-de41-410-proj 2018-12-12 15:28:32,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f8bb2f21f01748039b3a3afade043f21/users/dd93b1d5a57143e591fbd93557958d76/roles/bea81131de9f4419b48f38dc4032c8dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:32,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e052d1ae-3ba6-499e-bda8-239d20c8e2cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:32,356 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f8bb2f21f01748039b3a3afade043f21/users/dd93b1d5a57143e591fbd93557958d76/roles/bea81131de9f4419b48f38dc4032c8dd used request id req-e052d1ae-3ba6-499e-bda8-239d20c8e2cd 2018-12-12 15:28:32,357 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:28:32,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:32,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:32,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bea81131de9f4419b48f38dc4032c8dd", "name": "CreateImageSuccessTests-aa465472-de41-410-proj-role"}], "expires_at": "2018-12-12T16:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8bb2f21f01748039b3a3afade043f21", "name": "CreateImageSuccessTests-aa465472-de41-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-aa465472-de41-410-user", "id": "dd93b1d5a57143e591fbd93557958d76"}, "audit_ids": ["QWbOuNZCSF-XKaPexOjyxQ"], "issued_at": "2018-12-12T15:28:32.000000Z"}} 2018-12-12 15:28:32,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" 2018-12-12 15:28:32,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1588052-27d3-4658-b744-f8ee01f1d937 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:32,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b1588052-27d3-4658-b744-f8ee01f1d937 2018-12-12 15:28:32,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" 2018-12-12 15:28:32,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-906ff931-790c-47c5-9c06-fa39e103bc8f Date: Wed, 12 Dec 2018 15:28:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd"} 2018-12-12 15:28:32,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd used request id req-906ff931-790c-47c5-9c06-fa39e103bc8f 2018-12-12 15:28:32,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" 2018-12-12 15:28:33,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b55c4535-1133-4147-ad2a-d1bde1d3e94e Date: Wed, 12 Dec 2018 15:28:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:33,158 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b55c4535-1133-4147-ad2a-d1bde1d3e94e 2018-12-12 15:28:33,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd"}' 2018-12-12 15:28:33,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223 X-Openstack-Request-Id: req-c89069bc-a89d-4ca8-bc14-198ff983e260 Date: Wed, 12 Dec 2018 15:28:33 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "min_disk": 0, "protected": false, "id": "50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "file": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/file", "checksum": null, "owner": "f8bb2f21f01748039b3a3afade043f21", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:33,373 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-c89069bc-a89d-4ca8-bc14-198ff983e260 2018-12-12 15:28:33,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" -d '' 2018-12-12 15:28:34,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37640e66-9474-4422-8ecc-2851d9a9d826 Date: Wed, 12 Dec 2018 15:28:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:28:34,608 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/file used request id req-37640e66-9474-4422-8ecc-2851d9a9d826 2018-12-12 15:28:34,608 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:28:34,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" 2018-12-12 15:28:34,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2fa650a6-9776-46df-b07a-1f1f0a44539f Date: Wed, 12 Dec 2018 15:28:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:34Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/snap", "metadata": {}}], "self": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "min_disk": 0, "protected": false, "id": "50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "file": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f8bb2f21f01748039b3a3afade043f21", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:34,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223 used request id req-2fa650a6-9776-46df-b07a-1f1f0a44539f 2018-12-12 15:28:34,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" 2018-12-12 15:28:34,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2af77158-354c-43a3-93f2-b16fa063a821 Date: Wed, 12 Dec 2018 15:28:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:34,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2af77158-354c-43a3-93f2-b16fa063a821 2018-12-12 15:28:34,936 - create_image - INFO - Created image with name - CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd 2018-12-12 15:28:34,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" 2018-12-12 15:28:35,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-cfe8da34-901a-4749-9e79-aac9a07393d6 Date: Wed, 12 Dec 2018 15:28:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:34Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/snap", "metadata": {}}], "self": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "min_disk": 0, "protected": false, "id": "50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "file": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f8bb2f21f01748039b3a3afade043f21", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:35,475 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223 used request id req-cfe8da34-901a-4749-9e79-aac9a07393d6 2018-12-12 15:28:35,476 - create_image - DEBUG - Instance status is - active 2018-12-12 15:28:35,476 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd 2018-12-12 15:28:35,476 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd 2018-12-12 15:28:35,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:35,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bea81131de9f4419b48f38dc4032c8dd", "name": "CreateImageSuccessTests-aa465472-de41-410-proj-role"}], "expires_at": "2018-12-12T16:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8bb2f21f01748039b3a3afade043f21", "name": "CreateImageSuccessTests-aa465472-de41-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-aa465472-de41-410-user", "id": "dd93b1d5a57143e591fbd93557958d76"}, "audit_ids": ["RLexQr_uSbyF6QSibd9mhg"], "issued_at": "2018-12-12T15:28:35.000000Z"}} 2018-12-12 15:28:35,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}778387df94bcbd97c9fadf73c29cf34b8bc184e5" 2018-12-12 15:28:36,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-891318bd-3bc2-4de7-bbf8-4afc31210f3f Date: Wed, 12 Dec 2018 15:28:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:34Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/snap", "metadata": {}}], "self": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "min_disk": 0, "protected": false, "id": "50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "file": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f8bb2f21f01748039b3a3afade043f21", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd"} 2018-12-12 15:28:36,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd used request id req-891318bd-3bc2-4de7-bbf8-4afc31210f3f 2018-12-12 15:28:36,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}778387df94bcbd97c9fadf73c29cf34b8bc184e5" 2018-12-12 15:28:36,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-87139dd9-096e-4bf9-8771-d5ea196eb8ca Date: Wed, 12 Dec 2018 15:28:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:36,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-87139dd9-096e-4bf9-8771-d5ea196eb8ca 2018-12-12 15:28:36,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:36,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:36,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bea81131de9f4419b48f38dc4032c8dd", "name": "CreateImageSuccessTests-aa465472-de41-410-proj-role"}], "expires_at": "2018-12-12T16:28:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8bb2f21f01748039b3a3afade043f21", "name": "CreateImageSuccessTests-aa465472-de41-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/f8bb2f21f01748039b3a3afade043f21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-aa465472-de41-410-user", "id": "dd93b1d5a57143e591fbd93557958d76"}, "audit_ids": ["uhblwfaHTvuhSIkKjfe0gw"], "issued_at": "2018-12-12T15:28:36.000000Z"}} 2018-12-12 15:28:36,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b71b8d67b17ae634afcf417d62c8822372b3ada" 2018-12-12 15:28:36,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6628dcca-7407-4457-9df7-c3f4e4ce3cf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:36,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6628dcca-7407-4457-9df7-c3f4e4ce3cf4 2018-12-12 15:28:36,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b71b8d67b17ae634afcf417d62c8822372b3ada" 2018-12-12 15:28:37,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-6599be1a-cfee-4edc-95f4-2bf701d664e3 Date: Wed, 12 Dec 2018 15:28:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:34Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/snap", "metadata": {}}], "self": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "min_disk": 0, "protected": false, "id": "50f60ef0-ac51-4ca0-8d41-f75c3f16d223", "file": "/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f8bb2f21f01748039b3a3afade043f21", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd"} 2018-12-12 15:28:37,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&name=CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd used request id req-6599be1a-cfee-4edc-95f4-2bf701d664e3 2018-12-12 15:28:37,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b71b8d67b17ae634afcf417d62c8822372b3ada" 2018-12-12 15:28:37,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1525f9cc-5632-42bb-88cc-844327a2605f Date: Wed, 12 Dec 2018 15: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-12-12 15:28:37,218 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1525f9cc-5632-42bb-88cc-844327a2605f 2018-12-12 15:28:37,220 - create_image - INFO - Found image with name - CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd 2018-12-12 15:28:37,221 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-9d6d3020-8d24-472f-b3b2-23bae2fd1acd 2018-12-12 15:28:37,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dbe823a194777ae156a695b0ad22c31ac546a35" 2018-12-12 15:28:39,646 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6ce086e-25f6-4ded-a521-e61b73498f04 Date: Wed, 12 Dec 2018 15: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-12-12 15:28:39,646 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/50f60ef0-ac51-4ca0-8d41-f75c3f16d223 used request id req-d6ce086e-25f6-4ded-a521-e61b73498f04 2018-12-12 15:28:39,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:39,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dd37a746-a8db-4516-95ee-a241048e0011 Date: Wed, 12 Dec 2018 15:28:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:28:39,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-dd37a746-a8db-4516-95ee-a241048e0011 2018-12-12 15:28:39,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:39,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6e4270-6b68-4f21-bd7f-63d5135180c3 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:28:39,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-ef6e4270-6b68-4f21-bd7f-63d5135180c3 2018-12-12 15:28:39,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:40,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67a04ca-b587-4b28-8923-2e1b7cfdc138 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:28:40,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-f67a04ca-b587-4b28-8923-2e1b7cfdc138 2018-12-12 15:28:40,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:40,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d101a8c-d40b-49f9-84c1-c5134e5c28db Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:28:40,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-7d101a8c-d40b-49f9-84c1-c5134e5c28db 2018-12-12 15:28:40,126 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-aa465472-de41-410-proj 2018-12-12 15:28:40,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/f8bb2f21f01748039b3a3afade043f21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:40,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-328946f1-299f-4001-87ff-1cc51a6e021c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:40,314 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f8bb2f21f01748039b3a3afade043f21 used request id req-328946f1-299f-4001-87ff-1cc51a6e021c 2018-12-12 15:28:40,314 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-aa465472-de41-410-proj-role 2018-12-12 15:28:40,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/bea81131de9f4419b48f38dc4032c8dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:40,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-160e0120-d951-4b46-b36a-6c514239f443 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:40,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/bea81131de9f4419b48f38dc4032c8dd used request id req-160e0120-d951-4b46-b36a-6c514239f443 2018-12-12 15:28:40,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895f501809ac2bedaaf4b221ce651896d37d2641" 2018-12-12 15:28:40,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895ddb99-7919-45f6-8400-888df959a1d6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:40,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-895ddb99-7919-45f6-8400-888df959a1d6 2018-12-12 15:28:40,518 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-aa465472-de41-410-user 2018-12-12 15:28:40,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/dd93b1d5a57143e591fbd93557958d76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d55369559cfb90000a678e6caed4f57587932a3" 2018-12-12 15:28:40,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9c7c050-35c7-402d-9617-ca430cac4cd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:40,783 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/dd93b1d5a57143e591fbd93557958d76 used request id req-b9c7c050-35c7-402d-9617-ca430cac4cd0 2018-12-12 15:28:40,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:41,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ZM966qV7QV6kKjxcbrdKBw"], "issued_at": "2018-12-12T15:28:41.000000Z"}} 2018-12-12 15:28:41,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3676bee7dde5cd71eac612fa6bf781fbea18aa" 2018-12-12 15:28:41,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ca4526-ca89-45e3-8b1d-8efcad39357f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:41,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-17ca4526-ca89-45e3-8b1d-8efcad39357f 2018-12-12 15:28:41,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:41,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:41,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["d-e2OjcRQtCpbXYPjvVDJQ"], "issued_at": "2018-12-12T15:28:41.000000Z"}} 2018-12-12 15:28:41,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:41,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2033bb08-7ae8-4f6b-b1bf-0abae82b8d99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:41,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2033bb08-7ae8-4f6b-b1bf-0abae82b8d99 2018-12-12 15:28:41,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:41,743 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:41,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-32f08e02-ae91-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:41,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16cb304e-0288-4478-818d-1ca4d367f915 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-32f08e02-ae91-467-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:28:41,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-32f08e02-ae91-467-proj used request id req-16cb304e-0288-4478-818d-1ca4d367f915 2018-12-12 15:28:41,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:41,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d1eb04-6f84-42a9-bd2b-39a180e4c36f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:41,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-04d1eb04-6f84-42a9-bd2b-39a180e4c36f 2018-12-12 15:28:41,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-32f08e02-ae91-467-proj"}}' 2018-12-12 15:28:42,035 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28a99e32-c339-4e04-b95b-659b045e7a2f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ac027809d7174fb3a24d05174a728b4f"}, "enabled": true, "id": "ac027809d7174fb3a24d05174a728b4f", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-32f08e02-ae91-467-proj"}} 2018-12-12 15:28:42,035 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-28a99e32-c339-4e04-b95b-659b045e7a2f 2018-12-12 15:28:42,036 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-32f08e02-ae91-467-proj 2018-12-12 15:28:42,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:42,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:42,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6J-SQKSyROeq_abPAa9SoA"], "issued_at": "2018-12-12T15:28:42.000000Z"}} 2018-12-12 15:28:42,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6314bbc1a448f5b91ea835887b250c40756b729d" 2018-12-12 15:28:42,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46624810-3320-4b31-97de-ee622dee22b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:42,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46624810-3320-4b31-97de-ee622dee22b2 2018-12-12 15:28:42,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:42,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:42,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6314bbc1a448f5b91ea835887b250c40756b729d" 2018-12-12 15:28:42,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914a04f5-38cf-44ae-a565-998eab0928c4 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:28:42,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-914a04f5-38cf-44ae-a565-998eab0928c4 2018-12-12 15:28:42,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-32f08e02-ae91-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6314bbc1a448f5b91ea835887b250c40756b729d" 2018-12-12 15:28:42,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf2ac571-1555-4ce0-b5e9-df8c39d6e149 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-32f08e02-ae91-467-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ac027809d7174fb3a24d05174a728b4f"}, "enabled": true, "id": "ac027809d7174fb3a24d05174a728b4f", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-32f08e02-ae91-467-proj"}]} 2018-12-12 15:28:42,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-32f08e02-ae91-467-proj used request id req-cf2ac571-1555-4ce0-b5e9-df8c39d6e149 2018-12-12 15:28:42,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6314bbc1a448f5b91ea835887b250c40756b729d" 2018-12-12 15:28:42,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e22f826d-2c17-4061-a340-6f39dec9aa0d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:42,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e22f826d-2c17-4061-a340-6f39dec9aa0d 2018-12-12 15:28:43,185 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-32f08e02-ae91-467-user 2018-12-12 15:28:43,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:43,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:43,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb6de68-b9d5-4fb0-a6bb-70330cd3c109 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:43,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bfb6de68-b9d5-4fb0-a6bb-70330cd3c109 2018-12-12 15:28:43,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" -d '{"role": {"name": "CreateImageNegativeTests-32f08e02-ae91-467-proj-role"}}' 2018-12-12 15:28:43,389 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ed1103e-fb47-4161-9e82-add22d4ae812 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1e266c815cb047c2844dcd1539d38afa", "links": {"self": "http://172.30.9.29:5000/v3/roles/1e266c815cb047c2844dcd1539d38afa"}, "name": "CreateImageNegativeTests-32f08e02-ae91-467-proj-role"}} 2018-12-12 15:28:43,389 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-6ed1103e-fb47-4161-9e82-add22d4ae812 2018-12-12 15:28:43,389 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-32f08e02-ae91-467-proj-role 2018-12-12 15:28:43,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1e266c815cb047c2844dcd1539d38afa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:43,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f887c3a-a84a-4f6e-b393-f9e3b8f24700 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1e266c815cb047c2844dcd1539d38afa"}, "domain_id": null, "name": "CreateImageNegativeTests-32f08e02-ae91-467-proj-role", "id": "1e266c815cb047c2844dcd1539d38afa"}} 2018-12-12 15:28:43,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1e266c815cb047c2844dcd1539d38afa used request id req-8f887c3a-a84a-4f6e-b393-f9e3b8f24700 2018-12-12 15:28:43,481 - keystone_utils - INFO - Granting role CreateImageNegativeTests-32f08e02-ae91-467-proj-role to project CreateImageNegativeTests-32f08e02-ae91-467-proj 2018-12-12 15:28:43,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ac027809d7174fb3a24d05174a728b4f/users/1537b56aeb914539b478483efb9e33a8/roles/1e266c815cb047c2844dcd1539d38afa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:43,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a53fcc62-9cac-461c-8725-613f4a71ee1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:43,612 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ac027809d7174fb3a24d05174a728b4f/users/1537b56aeb914539b478483efb9e33a8/roles/1e266c815cb047c2844dcd1539d38afa used request id req-a53fcc62-9cac-461c-8725-613f4a71ee1a 2018-12-12 15:28:43,613 - openstack_tests - DEBUG - Image metadata - None 2018-12-12 15:28:43,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:43,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:43,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e266c815cb047c2844dcd1539d38afa", "name": "CreateImageNegativeTests-32f08e02-ae91-467-proj-role"}], "expires_at": "2018-12-12T16:28:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac027809d7174fb3a24d05174a728b4f", "name": "CreateImageNegativeTests-32f08e02-ae91-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ac027809d7174fb3a24d05174a728b4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ac027809d7174fb3a24d05174a728b4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ac027809d7174fb3a24d05174a728b4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ac027809d7174fb3a24d05174a728b4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ac027809d7174fb3a24d05174a728b4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ac027809d7174fb3a24d05174a728b4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ac027809d7174fb3a24d05174a728b4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ac027809d7174fb3a24d05174a728b4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ac027809d7174fb3a24d05174a728b4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ac027809d7174fb3a24d05174a728b4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ac027809d7174fb3a24d05174a728b4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ac027809d7174fb3a24d05174a728b4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-32f08e02-ae91-467-user", "id": "1537b56aeb914539b478483efb9e33a8"}, "audit_ids": ["h_L6LLvOTOa_RpjyJxZsPg"], "issued_at": "2018-12-12T15:28:43.000000Z"}} 2018-12-12 15:28:43,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3a4099c1aea0a443a4d5086c8a8dd93ba136bd" 2018-12-12 15:28:44,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f7739a9-85f2-4d1a-b576-0d83d33ad4d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:44,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2f7739a9-85f2-4d1a-b576-0d83d33ad4d0 2018-12-12 15:28:44,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-a2908692-8ffb-4810-8a4b-3b4fafae395a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3a4099c1aea0a443a4d5086c8a8dd93ba136bd" 2018-12-12 15:28:44,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-f994085a-796b-4db3-9cea-c90b8b3c242f Date: Wed, 12 Dec 2018 15:28:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-a2908692-8ffb-4810-8a4b-3b4fafae395a"} 2018-12-12 15:28:44,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-a2908692-8ffb-4810-8a4b-3b4fafae395a used request id req-f994085a-796b-4db3-9cea-c90b8b3c242f 2018-12-12 15:28:44,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3a4099c1aea0a443a4d5086c8a8dd93ba136bd" 2018-12-12 15:28:44,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-67015341-b941-440e-ab3c-0b998a7d6b5e Date: Wed, 12 Dec 2018 15:28:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:44,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-67015341-b941-440e-ab3c-0b998a7d6b5e 2018-12-12 15:28:44,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1b3a4099c1aea0a443a4d5086c8a8dd93ba136bd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-a2908692-8ffb-4810-8a4b-3b4fafae395a"}' 2018-12-12 15:28:45,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/ec6b48e4-80a5-4917-90eb-39bc2e0a123d X-Openstack-Request-Id: req-39d061d4-303d-402d-90b8-6d21a6fd1e48 Date: Wed, 12 Dec 2018 15:28:45 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-a2908692-8ffb-4810-8a4b-3b4fafae395a", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:28:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:28:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/ec6b48e4-80a5-4917-90eb-39bc2e0a123d", "min_disk": 0, "protected": false, "id": "ec6b48e4-80a5-4917-90eb-39bc2e0a123d", "file": "/v2/images/ec6b48e4-80a5-4917-90eb-39bc2e0a123d/file", "checksum": null, "owner": "ac027809d7174fb3a24d05174a728b4f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:28:45,086 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-39d061d4-303d-402d-90b8-6d21a6fd1e48 2018-12-12 15:28:45,094 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-12-12 15:28:45,094 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-a2908692-8ffb-4810-8a4b-3b4fafae395a 2018-12-12 15:28:45,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/ec6b48e4-80a5-4917-90eb-39bc2e0a123d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3a4099c1aea0a443a4d5086c8a8dd93ba136bd" 2018-12-12 15:28:45,322 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca614556-8476-41c6-9d3a-8539c8988074 Date: Wed, 12 Dec 2018 15:28:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:28:45,322 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/ec6b48e4-80a5-4917-90eb-39bc2e0a123d used request id req-ca614556-8476-41c6-9d3a-8539c8988074 2018-12-12 15:28:45,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:45,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c08b29e9-aaf9-4f1c-a72d-0c0233e85077 Date: Wed, 12 Dec 2018 15:28:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:28:45,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c08b29e9-aaf9-4f1c-a72d-0c0233e85077 2018-12-12 15:28:45,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:45,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f800055-da9e-4c1d-b7e6-da1ef97d9d90 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:28:45,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-8f800055-da9e-4c1d-b7e6-da1ef97d9d90 2018-12-12 15:28:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:45,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3872b376-e234-419a-9a9b-7fde18b3cd9c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:28:45,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-3872b376-e234-419a-9a9b-7fde18b3cd9c 2018-12-12 15:28:45,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:45,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4016c0cc-8016-4498-9cfe-e22fc19f8a3a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:28:45,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-4016c0cc-8016-4498-9cfe-e22fc19f8a3a 2018-12-12 15:28:45,894 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-32f08e02-ae91-467-proj 2018-12-12 15:28:45,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ac027809d7174fb3a24d05174a728b4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:46,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43014c72-0fa5-47a6-b6bc-9695c888a35e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:46,104 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ac027809d7174fb3a24d05174a728b4f used request id req-43014c72-0fa5-47a6-b6bc-9695c888a35e 2018-12-12 15:28:46,104 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-32f08e02-ae91-467-proj-role 2018-12-12 15:28:46,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1e266c815cb047c2844dcd1539d38afa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:46,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7fca1e6-cde4-440e-b046-6f8df839c477 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:46,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1e266c815cb047c2844dcd1539d38afa used request id req-a7fca1e6-cde4-440e-b046-6f8df839c477 2018-12-12 15:28:46,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0220785019730cf483a33ea1d435635f3c75b8d4" 2018-12-12 15:28:46,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49877669-7aed-4036-977a-95110cd686c7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:46,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-49877669-7aed-4036-977a-95110cd686c7 2018-12-12 15:28:46,308 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-32f08e02-ae91-467-user 2018-12-12 15:28:46,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/1537b56aeb914539b478483efb9e33a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6314bbc1a448f5b91ea835887b250c40756b729d" 2018-12-12 15:28:46,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d34266d-efd2-4fee-954c-a73928dd00fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:46,471 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1537b56aeb914539b478483efb9e33a8 used request id req-2d34266d-efd2-4fee-954c-a73928dd00fd 2018-12-12 15:28:46,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:46,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["zaXJYtOjSJ-mAcjjK2dBVA"], "issued_at": "2018-12-12T15:28:46.000000Z"}} 2018-12-12 15:28:46,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae232a512880fdf889c5400abd8f9eaf7e1a2e7" 2018-12-12 15:28:46,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b374ca6-fddb-4763-b945-4421c77d9754 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:46,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1b374ca6-fddb-4763-b945-4421c77d9754 2018-12-12 15:28:46,943 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:46,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:47,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["BhexhyYgR8u5H8grrmJnyA"], "issued_at": "2018-12-12T15:28:47.000000Z"}} 2018-12-12 15:28:47,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:47,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a14fae5-c8d3-441c-be1e-7ff130e220e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:47,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4a14fae5-c8d3-441c-be1e-7ff130e220e3 2018-12-12 15:28:47,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:47,415 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:47,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-3bd7245d-35ef-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:47,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1311103a-2144-4807-b722-4775edc4bbf2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-3bd7245d-35ef-400-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:28:47,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-3bd7245d-35ef-400-proj used request id req-1311103a-2144-4807-b722-4775edc4bbf2 2018-12-12 15:28:47,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:47,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05e35be6-8e6b-4536-b343-d9346b121dbf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:47,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-05e35be6-8e6b-4536-b343-d9346b121dbf 2018-12-12 15:28:47,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-3bd7245d-35ef-400-proj"}}' 2018-12-12 15:28:47,700 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5764bd39-669c-4a8c-8c8b-a9d2c9654d55 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/13f046651ecd4e4294e4cb0969845640"}, "enabled": true, "id": "13f046651ecd4e4294e4cb0969845640", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-3bd7245d-35ef-400-proj"}} 2018-12-12 15:28:47,700 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5764bd39-669c-4a8c-8c8b-a9d2c9654d55 2018-12-12 15:28:47,700 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-3bd7245d-35ef-400-proj 2018-12-12 15:28:47,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:47,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:48,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["S6Da9F3fQGqDCiejhoYs7w"], "issued_at": "2018-12-12T15:28:48.000000Z"}} 2018-12-12 15:28:48,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a1d08fd483320b3b4092e19f7f8cc61d6a2203" 2018-12-12 15:28:48,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f70cdb-200e-48dd-8f64-69c94b25c129 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:48,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-73f70cdb-200e-48dd-8f64-69c94b25c129 2018-12-12 15:28:48,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:48,175 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:48,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a1d08fd483320b3b4092e19f7f8cc61d6a2203" 2018-12-12 15:28:48,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10053e97-fabb-43af-a3c0-82ed94be13e4 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:28:48,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-10053e97-fabb-43af-a3c0-82ed94be13e4 2018-12-12 15:28:48,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-3bd7245d-35ef-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a1d08fd483320b3b4092e19f7f8cc61d6a2203" 2018-12-12 15:28:48,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be884bd3-5271-4aea-80f6-2735eff76393 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-3bd7245d-35ef-400-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/13f046651ecd4e4294e4cb0969845640"}, "enabled": true, "id": "13f046651ecd4e4294e4cb0969845640", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-3bd7245d-35ef-400-proj"}]} 2018-12-12 15:28:48,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-3bd7245d-35ef-400-proj used request id req-be884bd3-5271-4aea-80f6-2735eff76393 2018-12-12 15:28:48,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a1d08fd483320b3b4092e19f7f8cc61d6a2203" 2018-12-12 15:28:48,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b929f7c-bf4c-4c48-b15d-6bbf9890b7c0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:48,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8b929f7c-bf4c-4c48-b15d-6bbf9890b7c0 2018-12-12 15:28:48,759 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-3bd7245d-35ef-400-user 2018-12-12 15:28:48,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:48,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:48,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79df1b09-ae2b-455b-bcc6-b884565c6b1b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:48,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-79df1b09-ae2b-455b-bcc6-b884565c6b1b 2018-12-12 15:28:48,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" -d '{"role": {"name": "CreateImageNegativeTests-3bd7245d-35ef-400-proj-role"}}' 2018-12-12 15:28:48,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-850cf8b9-3b44-4afb-9291-85bb4e3899f8 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5825debef3643cfa674b120deb2ce01", "links": {"self": "http://172.30.9.29:5000/v3/roles/c5825debef3643cfa674b120deb2ce01"}, "name": "CreateImageNegativeTests-3bd7245d-35ef-400-proj-role"}} 2018-12-12 15:28:48,958 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-850cf8b9-3b44-4afb-9291-85bb4e3899f8 2018-12-12 15:28:48,958 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-3bd7245d-35ef-400-proj-role 2018-12-12 15:28:48,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c5825debef3643cfa674b120deb2ce01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:49,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da2ac18-9b12-4d0d-a6bc-c70a89bafa65 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c5825debef3643cfa674b120deb2ce01"}, "domain_id": null, "name": "CreateImageNegativeTests-3bd7245d-35ef-400-proj-role", "id": "c5825debef3643cfa674b120deb2ce01"}} 2018-12-12 15:28:49,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c5825debef3643cfa674b120deb2ce01 used request id req-7da2ac18-9b12-4d0d-a6bc-c70a89bafa65 2018-12-12 15:28:49,045 - keystone_utils - INFO - Granting role CreateImageNegativeTests-3bd7245d-35ef-400-proj-role to project CreateImageNegativeTests-3bd7245d-35ef-400-proj 2018-12-12 15:28:49,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/13f046651ecd4e4294e4cb0969845640/users/c308a3cbea0241ce94d0dc2f2c397f66/roles/c5825debef3643cfa674b120deb2ce01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:49,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42c46162-8df6-4a09-9488-2491bca43cd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:49,177 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/13f046651ecd4e4294e4cb0969845640/users/c308a3cbea0241ce94d0dc2f2c397f66/roles/c5825debef3643cfa674b120deb2ce01 used request id req-42c46162-8df6-4a09-9488-2491bca43cd5 2018-12-12 15:28:49,177 - openstack_tests - DEBUG - Image metadata - None 2018-12-12 15:28:49,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:49,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:49,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5825debef3643cfa674b120deb2ce01", "name": "CreateImageNegativeTests-3bd7245d-35ef-400-proj-role"}], "expires_at": "2018-12-12T16:28:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13f046651ecd4e4294e4cb0969845640", "name": "CreateImageNegativeTests-3bd7245d-35ef-400-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/13f046651ecd4e4294e4cb0969845640", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/13f046651ecd4e4294e4cb0969845640", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/13f046651ecd4e4294e4cb0969845640", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/13f046651ecd4e4294e4cb0969845640", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/13f046651ecd4e4294e4cb0969845640", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/13f046651ecd4e4294e4cb0969845640", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/13f046651ecd4e4294e4cb0969845640", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/13f046651ecd4e4294e4cb0969845640", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/13f046651ecd4e4294e4cb0969845640", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/13f046651ecd4e4294e4cb0969845640", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/13f046651ecd4e4294e4cb0969845640", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/13f046651ecd4e4294e4cb0969845640", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-3bd7245d-35ef-400-user", "id": "c308a3cbea0241ce94d0dc2f2c397f66"}, "audit_ids": ["9B73iHcrRluUVBWP_5MR3A"], "issued_at": "2018-12-12T15:28:49.000000Z"}} 2018-12-12 15:28:49,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}218ec5a455b54b35ba621beda110e02e859dbb1e" 2018-12-12 15:28:49,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5528d619-ddd0-49a5-8268-3457345f91c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:49,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5528d619-ddd0-49a5-8268-3457345f91c8 2018-12-12 15:28:49,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-33efe713-4eb9-4964-8644-f063ddff6583 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}218ec5a455b54b35ba621beda110e02e859dbb1e" 2018-12-12 15:28:50,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-db4b6c4c-b1bd-46bb-bb9c-0a2b932d6bbd Date: Wed, 12 Dec 2018 15:28:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-33efe713-4eb9-4964-8644-f063ddff6583"} 2018-12-12 15:28:50,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-33efe713-4eb9-4964-8644-f063ddff6583 used request id req-db4b6c4c-b1bd-46bb-bb9c-0a2b932d6bbd 2018-12-12 15:28:50,191 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-12-12 15:28:50,192 - file_utils - DEBUG - Saving file to - /tmp/89650a34-60d6-4148-a499-87968523933d 2018-12-12 15:28:50,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}218ec5a455b54b35ba621beda110e02e859dbb1e" 2018-12-12 15:28:50,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-89605e1c-c095-493d-86b2-b542ebafb504 Date: Wed, 12 Dec 2018 15:28:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:28:50,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-89605e1c-c095-493d-86b2-b542ebafb504 2018-12-12 15:28:50,612 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-12-12 15:28:50,613 - glance_utils - DEBUG - Closing file ./tmp/89650a34-60d6-4148-a499-87968523933d 2018-12-12 15:28:50,613 - glance_utils - INFO - Removing file ./tmp/89650a34-60d6-4148-a499-87968523933d 2018-12-12 15:28:50,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:50,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3d4be134-4d3a-44d3-98e2-21014fbf9122 Date: Wed, 12 Dec 2018 15:28:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:28:50,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-3d4be134-4d3a-44d3-98e2-21014fbf9122 2018-12-12 15:28:50,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:50,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf0b27f6-c82c-4450-be32-5f6808d77266 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:28:50,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-bf0b27f6-c82c-4450-be32-5f6808d77266 2018-12-12 15:28:50,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:51,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04a554b-5ab7-4d00-8ffa-097f322398b5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:28:51,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-e04a554b-5ab7-4d00-8ffa-097f322398b5 2018-12-12 15:28:51,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:51,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-970d0714-c2d1-4e0f-ace4-ea0054e63707 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:28:51,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-970d0714-c2d1-4e0f-ace4-ea0054e63707 2018-12-12 15:28:51,121 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-3bd7245d-35ef-400-proj 2018-12-12 15:28:51,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/13f046651ecd4e4294e4cb0969845640 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:51,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-350148f4-026d-44b5-9b29-cab1e57e246f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:51,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/13f046651ecd4e4294e4cb0969845640 used request id req-350148f4-026d-44b5-9b29-cab1e57e246f 2018-12-12 15:28:51,332 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-3bd7245d-35ef-400-proj-role 2018-12-12 15:28:51,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c5825debef3643cfa674b120deb2ce01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:51,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c2d73ef-4b88-4fd3-9856-b9eafe07d325 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:51,448 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c5825debef3643cfa674b120deb2ce01 used request id req-0c2d73ef-4b88-4fd3-9856-b9eafe07d325 2018-12-12 15:28:51,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53b330aa369ea99d178ec8f7c96698b50efb83e" 2018-12-12 15:28:51,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a936acd-2d7d-4beb-b20d-eaaee4eae122 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:51,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9a936acd-2d7d-4beb-b20d-eaaee4eae122 2018-12-12 15:28:51,536 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-3bd7245d-35ef-400-user 2018-12-12 15:28:51,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c308a3cbea0241ce94d0dc2f2c397f66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a1d08fd483320b3b4092e19f7f8cc61d6a2203" 2018-12-12 15:28:51,723 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57220a0e-0740-42fe-95da-6cffebe9e120 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:51,723 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c308a3cbea0241ce94d0dc2f2c397f66 used request id req-57220a0e-0740-42fe-95da-6cffebe9e120 2018-12-12 15:28:51,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:52,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["VgRr2vKURP2ySB641EyYpA"], "issued_at": "2018-12-12T15:28:52.000000Z"}} 2018-12-12 15:28:52,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4d48e566d72e0337fa5c2775e29b9eda22084e" 2018-12-12 15:28:52,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b9db3e9-3e39-4ae5-9bef-8642c7e6e697 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:52,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1b9db3e9-3e39-4ae5-9bef-8642c7e6e697 2018-12-12 15:28:52,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:52,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:52,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["CbTefDQ5S1WpbxRnLlKYpA"], "issued_at": "2018-12-12T15:28:52.000000Z"}} 2018-12-12 15:28:52,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:52,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2876e946-453d-4873-9c42-1be14545eea5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:52,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2876e946-453d-4873-9c42-1be14545eea5 2018-12-12 15:28:52,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:52,785 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:52,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-fafec3a3-1ae4-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:52,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-350ece22-0a99-41c1-93cf-d8ed30cbd7a6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-fafec3a3-1ae4-404-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:28:52,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-fafec3a3-1ae4-404-proj used request id req-350ece22-0a99-41c1-93cf-d8ed30cbd7a6 2018-12-12 15:28:52,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:52,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c8b6e9-a8c6-408e-ac0d-e2c1e8a3c87b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:52,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-54c8b6e9-a8c6-408e-ac0d-e2c1e8a3c87b 2018-12-12 15:28:52,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-fafec3a3-1ae4-404-proj"}}' 2018-12-12 15:28:53,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bac624f6-aee8-47ff-acb3-a4af45ad23d0 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6a7721ca2a55441d95d741e265232f3a"}, "enabled": true, "id": "6a7721ca2a55441d95d741e265232f3a", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-fafec3a3-1ae4-404-proj"}} 2018-12-12 15:28:53,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bac624f6-aee8-47ff-acb3-a4af45ad23d0 2018-12-12 15:28:53,066 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-fafec3a3-1ae4-404-proj 2018-12-12 15:28:53,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:53,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:53,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["2twkPP0bTK6IEYfkRkqGOQ"], "issued_at": "2018-12-12T15:28:53.000000Z"}} 2018-12-12 15:28:53,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d953a6d1970d616ab526cd0232b4efaca4b213a2" 2018-12-12 15:28:53,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c080f402-6b84-4ed8-9a11-af8304bbe731 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:53,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c080f402-6b84-4ed8-9a11-af8304bbe731 2018-12-12 15:28:53,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:53,552 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:53,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d953a6d1970d616ab526cd0232b4efaca4b213a2" 2018-12-12 15:28:53,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60c583c1-577a-43c4-bf63-02d24feab02b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:28:53,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-60c583c1-577a-43c4-bf63-02d24feab02b 2018-12-12 15:28:53,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-fafec3a3-1ae4-404-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d953a6d1970d616ab526cd0232b4efaca4b213a2" 2018-12-12 15:28:53,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee12091f-9892-4543-b48d-9e47a02db00b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-fafec3a3-1ae4-404-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6a7721ca2a55441d95d741e265232f3a"}, "enabled": true, "id": "6a7721ca2a55441d95d741e265232f3a", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-fafec3a3-1ae4-404-proj"}]} 2018-12-12 15:28:53,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-fafec3a3-1ae4-404-proj used request id req-ee12091f-9892-4543-b48d-9e47a02db00b 2018-12-12 15:28:53,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d953a6d1970d616ab526cd0232b4efaca4b213a2" 2018-12-12 15:28:53,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d80b1bc-ce63-429e-be09-81f18fb7d44d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:53,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9d80b1bc-ce63-429e-be09-81f18fb7d44d 2018-12-12 15:28:54,125 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-fafec3a3-1ae4-404-user 2018-12-12 15:28:54,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:54,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a87844-a07c-4cbe-bec3-55ed71958e56 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:54,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d7a87844-a07c-4cbe-bec3-55ed71958e56 2018-12-12 15:28:54,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" -d '{"role": {"name": "CreateImageNegativeTests-fafec3a3-1ae4-404-proj-role"}}' 2018-12-12 15:28:54,323 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f52aef5-e715-401f-bb20-2db60f115731 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf2a61efb7f84a5ba4b64e9bcb998623", "links": {"self": "http://172.30.9.29:5000/v3/roles/bf2a61efb7f84a5ba4b64e9bcb998623"}, "name": "CreateImageNegativeTests-fafec3a3-1ae4-404-proj-role"}} 2018-12-12 15:28:54,323 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-3f52aef5-e715-401f-bb20-2db60f115731 2018-12-12 15:28:54,323 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-fafec3a3-1ae4-404-proj-role 2018-12-12 15:28:54,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/bf2a61efb7f84a5ba4b64e9bcb998623 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:54,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d78d5dd-ebfb-4b31-b750-76b23741cfec Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/bf2a61efb7f84a5ba4b64e9bcb998623"}, "domain_id": null, "name": "CreateImageNegativeTests-fafec3a3-1ae4-404-proj-role", "id": "bf2a61efb7f84a5ba4b64e9bcb998623"}} 2018-12-12 15:28:54,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/bf2a61efb7f84a5ba4b64e9bcb998623 used request id req-3d78d5dd-ebfb-4b31-b750-76b23741cfec 2018-12-12 15:28:54,417 - keystone_utils - INFO - Granting role CreateImageNegativeTests-fafec3a3-1ae4-404-proj-role to project CreateImageNegativeTests-fafec3a3-1ae4-404-proj 2018-12-12 15:28:54,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/6a7721ca2a55441d95d741e265232f3a/users/daba98f369054466b76ca92b71a11b64/roles/bf2a61efb7f84a5ba4b64e9bcb998623 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:54,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eebbcd95-a709-466f-b0ad-cc917a6234e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:54,550 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/6a7721ca2a55441d95d741e265232f3a/users/daba98f369054466b76ca92b71a11b64/roles/bf2a61efb7f84a5ba4b64e9bcb998623 used request id req-eebbcd95-a709-466f-b0ad-cc917a6234e0 2018-12-12 15:28:54,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:54,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:54,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf2a61efb7f84a5ba4b64e9bcb998623", "name": "CreateImageNegativeTests-fafec3a3-1ae4-404-proj-role"}], "expires_at": "2018-12-12T16:28:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6a7721ca2a55441d95d741e265232f3a", "name": "CreateImageNegativeTests-fafec3a3-1ae4-404-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6a7721ca2a55441d95d741e265232f3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6a7721ca2a55441d95d741e265232f3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6a7721ca2a55441d95d741e265232f3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6a7721ca2a55441d95d741e265232f3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6a7721ca2a55441d95d741e265232f3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6a7721ca2a55441d95d741e265232f3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6a7721ca2a55441d95d741e265232f3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6a7721ca2a55441d95d741e265232f3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6a7721ca2a55441d95d741e265232f3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6a7721ca2a55441d95d741e265232f3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6a7721ca2a55441d95d741e265232f3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6a7721ca2a55441d95d741e265232f3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-fafec3a3-1ae4-404-user", "id": "daba98f369054466b76ca92b71a11b64"}, "audit_ids": ["RH9_jozKQIyp2HNWLeJDYw"], "issued_at": "2018-12-12T15:28:54.000000Z"}} 2018-12-12 15:28:54,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29843cb17cb4ab7b18f022b54af7b23e90549de1" 2018-12-12 15:28:54,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c77846-6cb9-4ea7-8a7e-a072d091389d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:54,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a1c77846-6cb9-4ea7-8a7e-a072d091389d 2018-12-12 15:28:55,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}29843cb17cb4ab7b18f022b54af7b23e90549de1" 2018-12-12 15:28:55,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-b653034b-16f4-485e-bf5d-2653c92d9c63 Date: Wed, 12 Dec 2018 15:28:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-12-12 15:28:55,178 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&name=foo used request id req-b653034b-16f4-485e-bf5d-2653c92d9c63 2018-12-12 15:28:55,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:55,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-98284ecb-4d3a-4049-89f6-0e29989ea9ad Date: Wed, 12 Dec 2018 15:28:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:28:55,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-98284ecb-4d3a-4049-89f6-0e29989ea9ad 2018-12-12 15:28:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:55,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c91a269b-be1f-4eb2-9018-d61aadb9a0aa Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:28:55,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-c91a269b-be1f-4eb2-9018-d61aadb9a0aa 2018-12-12 15:28:55,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:55,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe5115b4-fd1d-4b47-badb-75dc689259f7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:28:55,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-fe5115b4-fd1d-4b47-badb-75dc689259f7 2018-12-12 15:28:55,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:55,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3160cdb4-e7c8-4c63-b580-d479e91beca7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:28:55,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-3160cdb4-e7c8-4c63-b580-d479e91beca7 2018-12-12 15:28:55,682 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-fafec3a3-1ae4-404-proj 2018-12-12 15:28:55,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/6a7721ca2a55441d95d741e265232f3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:55,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6fc92b7-a145-45d9-9096-19cc34a7287b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:55,901 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/6a7721ca2a55441d95d741e265232f3a used request id req-e6fc92b7-a145-45d9-9096-19cc34a7287b 2018-12-12 15:28:55,901 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-fafec3a3-1ae4-404-proj-role 2018-12-12 15:28:55,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/bf2a61efb7f84a5ba4b64e9bcb998623 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:56,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0123b90-3cb1-4549-922d-9a65293b2fa9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:56,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/bf2a61efb7f84a5ba4b64e9bcb998623 used request id req-e0123b90-3cb1-4549-922d-9a65293b2fa9 2018-12-12 15:28:56,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76424cbe12cc8e70d08c2586ee5d55caa6fd7b5" 2018-12-12 15:28:56,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-283fbc79-9bc0-463c-a8bf-8af8a7c1d8f1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:56,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-283fbc79-9bc0-463c-a8bf-8af8a7c1d8f1 2018-12-12 15:28:56,097 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-fafec3a3-1ae4-404-user 2018-12-12 15:28:56,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/daba98f369054466b76ca92b71a11b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d953a6d1970d616ab526cd0232b4efaca4b213a2" 2018-12-12 15:28:56,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0641201a-4900-49d4-8bea-428dcabdbd07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:56,287 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/daba98f369054466b76ca92b71a11b64 used request id req-0641201a-4900-49d4-8bea-428dcabdbd07 2018-12-12 15:28:56,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:56,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["XgCtCGHQTuGVCmb2ykt47A"], "issued_at": "2018-12-12T15:28:56.000000Z"}} 2018-12-12 15:28:56,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815bcf058af9d1c60c82c60a4e0f940711690c88" 2018-12-12 15:28:56,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5cc0e68-e7a8-4862-99f2-cd02716cea72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:56,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f5cc0e68-e7a8-4862-99f2-cd02716cea72 2018-12-12 15:28:56,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:56,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:57,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["-hzzr251RDucCoETtLW0Yw"], "issued_at": "2018-12-12T15:28:57.000000Z"}} 2018-12-12 15:28:57,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:28:57,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a677f2d-ed87-47fd-983d-18f48103aefa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:57,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9a677f2d-ed87-47fd-983d-18f48103aefa 2018-12-12 15:28:57,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:57,254 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:57,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7d7b5daf-42a9-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:28:57,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42caf9a5-edb3-44e9-a2c9-417ae2c61f1e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7d7b5daf-42a9-425-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:28:57,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7d7b5daf-42a9-425-proj used request id req-42caf9a5-edb3-44e9-a2c9-417ae2c61f1e 2018-12-12 15:28:57,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:28:57,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3317ae8-95d3-4e20-b676-e60fe944beb6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:57,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a3317ae8-95d3-4e20-b676-e60fe944beb6 2018-12-12 15:28:57,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-7d7b5daf-42a9-425-proj"}}' 2018-12-12 15:28:57,562 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82bf6517-088a-4a78-bf2b-3555a8d16cc5 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c3fe76d77a124642afe8f24dcdd02136"}, "enabled": true, "id": "c3fe76d77a124642afe8f24dcdd02136", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-7d7b5daf-42a9-425-proj"}} 2018-12-12 15:28:57,562 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-82bf6517-088a-4a78-bf2b-3555a8d16cc5 2018-12-12 15:28:57,563 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-7d7b5daf-42a9-425-proj 2018-12-12 15:28:57,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:57,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:57,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Rr-XveAqQ8iGS7aVImY3qQ"], "issued_at": "2018-12-12T15:28:57.000000Z"}} 2018-12-12 15:28:57,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e215804a19333c168fdd4e1207339379d75accb7" 2018-12-12 15:28:58,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef51bf8e-ca39-40d2-a810-299658338fd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:58,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ef51bf8e-ca39-40d2-a810-299658338fd0 2018-12-12 15:28:58,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:28:58,052 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:28: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:28:58,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e215804a19333c168fdd4e1207339379d75accb7" 2018-12-12 15:28:58,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510035a2-a4e0-4f42-9dd5-a642dd7b8421 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:28:58,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-510035a2-a4e0-4f42-9dd5-a642dd7b8421 2018-12-12 15:28:58,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-7d7b5daf-42a9-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e215804a19333c168fdd4e1207339379d75accb7" 2018-12-12 15:28:58,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd461902-20b2-4563-8aeb-6a4a5a2f443c Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-7d7b5daf-42a9-425-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c3fe76d77a124642afe8f24dcdd02136"}, "enabled": true, "id": "c3fe76d77a124642afe8f24dcdd02136", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-7d7b5daf-42a9-425-proj"}]} 2018-12-12 15:28:58,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-7d7b5daf-42a9-425-proj used request id req-fd461902-20b2-4563-8aeb-6a4a5a2f443c 2018-12-12 15:28:58,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e215804a19333c168fdd4e1207339379d75accb7" 2018-12-12 15:28:58,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7eb4d44-8228-4039-9217-5aea031abfd8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:28:58,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b7eb4d44-8228-4039-9217-5aea031abfd8 2018-12-12 15:28:58,795 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-7d7b5daf-42a9-425-user 2018-12-12 15:28:58,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:58,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:28:58,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4fc7d2b-4e63-48cf-b624-656533e21b77 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:28:58,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b4fc7d2b-4e63-48cf-b624-656533e21b77 2018-12-12 15:28:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" -d '{"role": {"name": "CreateImageNegativeTests-7d7b5daf-42a9-425-proj-role"}}' 2018-12-12 15:28:59,000 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:28:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29f997a7-9298-4baa-8d92-8efd127fd4a2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a6edcaacaf17446f9f8f49ef2e86a806", "links": {"self": "http://172.30.9.29:5000/v3/roles/a6edcaacaf17446f9f8f49ef2e86a806"}, "name": "CreateImageNegativeTests-7d7b5daf-42a9-425-proj-role"}} 2018-12-12 15:28:59,000 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-29f997a7-9298-4baa-8d92-8efd127fd4a2 2018-12-12 15:28:59,000 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-7d7b5daf-42a9-425-proj-role 2018-12-12 15:28:59,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/a6edcaacaf17446f9f8f49ef2e86a806 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:28:59,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d594a01b-5e9a-4550-9665-2936f2be79e4 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a6edcaacaf17446f9f8f49ef2e86a806"}, "domain_id": null, "name": "CreateImageNegativeTests-7d7b5daf-42a9-425-proj-role", "id": "a6edcaacaf17446f9f8f49ef2e86a806"}} 2018-12-12 15:28:59,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a6edcaacaf17446f9f8f49ef2e86a806 used request id req-d594a01b-5e9a-4550-9665-2936f2be79e4 2018-12-12 15:28:59,092 - keystone_utils - INFO - Granting role CreateImageNegativeTests-7d7b5daf-42a9-425-proj-role to project CreateImageNegativeTests-7d7b5daf-42a9-425-proj 2018-12-12 15:28:59,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c3fe76d77a124642afe8f24dcdd02136/users/0076e93e4c714ee0b2b389ba79a1e5f1/roles/a6edcaacaf17446f9f8f49ef2e86a806 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:28:59,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6e07a88-e1fa-4588-a4ad-8d1f2023fc72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:28:59,217 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c3fe76d77a124642afe8f24dcdd02136/users/0076e93e4c714ee0b2b389ba79a1e5f1/roles/a6edcaacaf17446f9f8f49ef2e86a806 used request id req-e6e07a88-e1fa-4588-a4ad-8d1f2023fc72 2018-12-12 15:28:59,218 - openstack_tests - DEBUG - Image metadata - None 2018-12-12 15:28:59,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:28:59,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:28:59,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a6edcaacaf17446f9f8f49ef2e86a806", "name": "CreateImageNegativeTests-7d7b5daf-42a9-425-proj-role"}], "expires_at": "2018-12-12T16:28:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3fe76d77a124642afe8f24dcdd02136", "name": "CreateImageNegativeTests-7d7b5daf-42a9-425-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c3fe76d77a124642afe8f24dcdd02136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c3fe76d77a124642afe8f24dcdd02136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c3fe76d77a124642afe8f24dcdd02136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c3fe76d77a124642afe8f24dcdd02136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c3fe76d77a124642afe8f24dcdd02136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c3fe76d77a124642afe8f24dcdd02136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c3fe76d77a124642afe8f24dcdd02136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c3fe76d77a124642afe8f24dcdd02136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c3fe76d77a124642afe8f24dcdd02136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c3fe76d77a124642afe8f24dcdd02136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c3fe76d77a124642afe8f24dcdd02136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c3fe76d77a124642afe8f24dcdd02136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-7d7b5daf-42a9-425-user", "id": "0076e93e4c714ee0b2b389ba79a1e5f1"}, "audit_ids": ["GPpxxGpQQoaXL5azKfPQDw"], "issued_at": "2018-12-12T15:28:59.000000Z"}} 2018-12-12 15:28:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e596ec652901da8d0d43046c2ea0fbbb3cfc667e" 2018-12-12 15:28:59,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec677ca5-de32-4d20-b86e-2eecae7e48ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:28:59,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec677ca5-de32-4d20-b86e-2eecae7e48ab 2018-12-12 15:28:59,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-973ad46e-02a9-49ab-94e1-50f3801e748d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e596ec652901da8d0d43046c2ea0fbbb3cfc667e" 2018-12-12 15:28:59,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-369460df-aaa1-4f67-ac66-6ee7c4fbec2c Date: Wed, 12 Dec 2018 15:28:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-973ad46e-02a9-49ab-94e1-50f3801e748d"} 2018-12-12 15:28:59,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-973ad46e-02a9-49ab-94e1-50f3801e748d used request id req-369460df-aaa1-4f67-ac66-6ee7c4fbec2c 2018-12-12 15:28:59,859 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-12-12 15:28:59,860 - file_utils - DEBUG - Saving file to - /tmp/2f25d5a6-d338-4f90-b79f-1749f6bf2dad 2018-12-12 15:28:59,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:29:00,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9815b726-ddaa-4e01-baf0-049cc263e2f8 Date: Wed, 12 Dec 2018 15:29:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:00,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9815b726-ddaa-4e01-baf0-049cc263e2f8 2018-12-12 15:29:00,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:29:00,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53dd9a13-a147-4433-aa45-d7c24eda3a12 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:00,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-53dd9a13-a147-4433-aa45-d7c24eda3a12 2018-12-12 15:29:00,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:29:00,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61c49362-7889-40ff-b99f-5627c583453f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:00,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-61c49362-7889-40ff-b99f-5627c583453f 2018-12-12 15:29:00,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:29:00,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bec71b5-eb17-44f3-ab59-c7d31d57fabf Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:00,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-8bec71b5-eb17-44f3-ab59-c7d31d57fabf 2018-12-12 15:29:00,522 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-7d7b5daf-42a9-425-proj 2018-12-12 15:29:00,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c3fe76d77a124642afe8f24dcdd02136 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:29:00,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f654b27-5f8c-451d-8397-4b14625310a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:00,717 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c3fe76d77a124642afe8f24dcdd02136 used request id req-5f654b27-5f8c-451d-8397-4b14625310a2 2018-12-12 15:29:00,717 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-7d7b5daf-42a9-425-proj-role 2018-12-12 15:29:00,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/a6edcaacaf17446f9f8f49ef2e86a806 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:29:00,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bac8242e-935b-41e4-a9ea-c393a52bc59a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:00,826 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a6edcaacaf17446f9f8f49ef2e86a806 used request id req-bac8242e-935b-41e4-a9ea-c393a52bc59a 2018-12-12 15:29:00,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad26f303a0913a543a4955580dbd03463a362ab" 2018-12-12 15:29:00,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ae481e-44b9-4b23-b5c3-fdeb43205f51 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:00,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f3ae481e-44b9-4b23-b5c3-fdeb43205f51 2018-12-12 15:29:00,919 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-7d7b5daf-42a9-425-user 2018-12-12 15:29:00,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0076e93e4c714ee0b2b389ba79a1e5f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e215804a19333c168fdd4e1207339379d75accb7" 2018-12-12 15:29:01,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0093364-70f9-41a3-8047-6f446cf67a47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:01,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0076e93e4c714ee0b2b389ba79a1e5f1 used request id req-a0093364-70f9-41a3-8047-6f446cf67a47 2018-12-12 15:29:01,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:01,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Pu5PjhfVQLOM4FEYe70T5A"], "issued_at": "2018-12-12T15:29:01.000000Z"}} 2018-12-12 15:29:01,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0c4b55d8e36552b5b266a3cf660bd8f353019e" 2018-12-12 15:29:01,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bc5cd8f-3f40-40bf-9753-9c38295b025f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:01,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4bc5cd8f-3f40-40bf-9753-9c38295b025f 2018-12-12 15:29:01,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:01,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:01,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WeiVhgmETXi_5qs4arTLWw"], "issued_at": "2018-12-12T15:29:01.000000Z"}} 2018-12-12 15:29:01,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:02,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be9125e-5bf2-48b7-bff8-fcae612eee66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:02,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0be9125e-5bf2-48b7-bff8-fcae612eee66 2018-12-12 15:29:02,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:02,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:02,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:02,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6fc623d-df28-4088-bdcb-f92a002b97ef Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:02,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj used request id req-a6fc623d-df28-4088-bdcb-f92a002b97ef 2018-12-12 15:29:02,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:02,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-289df58c-310b-4380-a30f-252b2cd89944 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:02,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-289df58c-310b-4380-a30f-252b2cd89944 2018-12-12 15:29:02,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj"}}' 2018-12-12 15:29:02,341 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-981ac644-bac5-486e-ba3b-ab741864236c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b272b4fe8f4f449db1c4ea0eb32f9a98"}, "enabled": true, "id": "b272b4fe8f4f449db1c4ea0eb32f9a98", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj"}} 2018-12-12 15:29:02,341 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-981ac644-bac5-486e-ba3b-ab741864236c 2018-12-12 15:29:02,341 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj 2018-12-12 15:29:02,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:02,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:02,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["HZxAM_-MTIeSzGnMUc6Jeg"], "issued_at": "2018-12-12T15:29:02.000000Z"}} 2018-12-12 15:29:02,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f874aa38b44f64d7cf623823861a471b0101d4f" 2018-12-12 15:29:02,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8ad166-4638-44fc-a922-f500aed04e97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:02,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1f8ad166-4638-44fc-a922-f500aed04e97 2018-12-12 15:29:02,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:02,743 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:02,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f874aa38b44f64d7cf623823861a471b0101d4f" 2018-12-12 15:29:02,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f82ff2d-fddd-4bc6-b674-1db730cce78c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:02,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1f82ff2d-fddd-4bc6-b674-1db730cce78c 2018-12-12 15:29:02,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f874aa38b44f64d7cf623823861a471b0101d4f" 2018-12-12 15:29:02,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4cade4f-e40c-4532-80d3-8eedc7d0a61e Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b272b4fe8f4f449db1c4ea0eb32f9a98"}, "enabled": true, "id": "b272b4fe8f4f449db1c4ea0eb32f9a98", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj"}]} 2018-12-12 15:29:02,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj used request id req-d4cade4f-e40c-4532-80d3-8eedc7d0a61e 2018-12-12 15:29:02,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f874aa38b44f64d7cf623823861a471b0101d4f" 2018-12-12 15:29:03,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c770f1-f62d-4312-93af-2eee7da54f1c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:03,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-88c770f1-f62d-4312-93af-2eee7da54f1c 2018-12-12 15:29:03,389 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-c8b9e61a-61cd-4c3-user 2018-12-12 15:29:03,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:03,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:03,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03370583-6cec-4498-9eee-dddada487de3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:03,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-03370583-6cec-4498-9eee-dddada487de3 2018-12-12 15:29:03,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" -d '{"role": {"name": "CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj-role"}}' 2018-12-12 15:29:03,605 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85de500b-a029-46b6-b2bd-5a192d45412e Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f1f638c0965d420895dd32fa531542b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/f1f638c0965d420895dd32fa531542b6"}, "name": "CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj-role"}} 2018-12-12 15:29:03,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-85de500b-a029-46b6-b2bd-5a192d45412e 2018-12-12 15:29:03,605 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj-role 2018-12-12 15:29:03,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f1f638c0965d420895dd32fa531542b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:03,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b856e14-f563-4663-8591-a62bcfb72244 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f1f638c0965d420895dd32fa531542b6"}, "domain_id": null, "name": "CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj-role", "id": "f1f638c0965d420895dd32fa531542b6"}} 2018-12-12 15:29:03,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f1f638c0965d420895dd32fa531542b6 used request id req-4b856e14-f563-4663-8591-a62bcfb72244 2018-12-12 15:29:03,691 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj-role to project CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj 2018-12-12 15:29:03,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b272b4fe8f4f449db1c4ea0eb32f9a98/users/f4f19ad88d72477b9c2b60f92ad2bb66/roles/f1f638c0965d420895dd32fa531542b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:03,847 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6e59148-7ee6-489e-9b24-c69eebc3e63b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:03,847 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b272b4fe8f4f449db1c4ea0eb32f9a98/users/f4f19ad88d72477b9c2b60f92ad2bb66/roles/f1f638c0965d420895dd32fa531542b6 used request id req-e6e59148-7ee6-489e-9b24-c69eebc3e63b 2018-12-12 15:29:03,848 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-12-12 15:29:03,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:04,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7c913eee-b9dc-4b0b-8805-901489c6d8eb Date: Wed, 12 Dec 2018 15:29:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:04,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7c913eee-b9dc-4b0b-8805-901489c6d8eb 2018-12-12 15:29:04,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:04,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a4d86b-8110-4708-b581-b5d886340e80 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:04,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-32a4d86b-8110-4708-b581-b5d886340e80 2018-12-12 15:29:04,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:04,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d817bcc5-b519-4a3b-a856-468da5bef74b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:04,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-d817bcc5-b519-4a3b-a856-468da5bef74b 2018-12-12 15:29:04,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:04,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b4883e7-e7ad-489f-8705-0fd08cea817f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:04,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-3b4883e7-e7ad-489f-8705-0fd08cea817f 2018-12-12 15:29:04,345 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj 2018-12-12 15:29:04,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b272b4fe8f4f449db1c4ea0eb32f9a98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:04,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24b22a7f-aab1-44db-ad9f-68260a85a2bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:04,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b272b4fe8f4f449db1c4ea0eb32f9a98 used request id req-24b22a7f-aab1-44db-ad9f-68260a85a2bd 2018-12-12 15:29:04,536 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-c8b9e61a-61cd-4c3-proj-role 2018-12-12 15:29:04,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f1f638c0965d420895dd32fa531542b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:04,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5aba6b5-6930-4dc5-81e2-f65c380891c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:04,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f1f638c0965d420895dd32fa531542b6 used request id req-c5aba6b5-6930-4dc5-81e2-f65c380891c7 2018-12-12 15:29:04,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a4be38634c093fd0f8f2d87e05f37adfe68043" 2018-12-12 15:29:04,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97668b0-1423-4d1b-a0ce-cad1c8d213e1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:04,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c97668b0-1423-4d1b-a0ce-cad1c8d213e1 2018-12-12 15:29:04,727 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-c8b9e61a-61cd-4c3-user 2018-12-12 15:29:04,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f4f19ad88d72477b9c2b60f92ad2bb66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f874aa38b44f64d7cf623823861a471b0101d4f" 2018-12-12 15:29:04,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-823005ea-6cb0-4058-a69b-ca9429275d57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:04,909 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f4f19ad88d72477b9c2b60f92ad2bb66 used request id req-823005ea-6cb0-4058-a69b-ca9429275d57 2018-12-12 15:29:04,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:05,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["E9RiO2x5R8uI6o9305VLWA"], "issued_at": "2018-12-12T15:29:05.000000Z"}} 2018-12-12 15:29:05,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2638ac2dcfeef935c69f58bc8d9028ee6dfdc32d" 2018-12-12 15:29:05,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13425f27-65c6-469f-9a6f-2e6a6a369cd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:05,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-13425f27-65c6-469f-9a6f-2e6a6a369cd8 2018-12-12 15:29:05,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:05,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:05,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["obNoy7eYTv2-ass-0Q0L8w"], "issued_at": "2018-12-12T15:29:05.000000Z"}} 2018-12-12 15:29:05,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:05,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed68759-b982-4159-b92b-b91f3bc5fdf0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:05,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ed68759-b982-4159-b92b-b91f3bc5fdf0 2018-12-12 15:29:05,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:05,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:05,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-e917d149-19f4-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:05,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e908a906-c16b-417a-8d42-86291b415e8d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-e917d149-19f4-462-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:05,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-e917d149-19f4-462-proj used request id req-e908a906-c16b-417a-8d42-86291b415e8d 2018-12-12 15:29:05,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:06,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-361687ad-1eb1-4375-b227-de484fe24d11 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:06,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-361687ad-1eb1-4375-b227-de484fe24d11 2018-12-12 15:29:06,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-e917d149-19f4-462-proj"}}' 2018-12-12 15:29:06,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c95b41c8-1a47-4da2-9e94-4f7a8f4bbb3a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fb12810f384b492eb1ff21584359fe04"}, "enabled": true, "id": "fb12810f384b492eb1ff21584359fe04", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-e917d149-19f4-462-proj"}} 2018-12-12 15:29:06,221 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c95b41c8-1a47-4da2-9e94-4f7a8f4bbb3a 2018-12-12 15:29:06,221 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-e917d149-19f4-462-proj 2018-12-12 15:29:06,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:06,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:06,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["G07n1lz7SKmWF72bezSz3Q"], "issued_at": "2018-12-12T15:29:06.000000Z"}} 2018-12-12 15:29:06,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd995eaa6c07c1d3d601be5f7131bbcbf5562f5a" 2018-12-12 15:29:06,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9755282b-0c53-4d3e-9dfb-94fd36f90555 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:06,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9755282b-0c53-4d3e-9dfb-94fd36f90555 2018-12-12 15:29:06,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:06,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:06,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd995eaa6c07c1d3d601be5f7131bbcbf5562f5a" 2018-12-12 15:29:06,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6211b678-88c7-44f2-bb3a-b72f90873055 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:06,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6211b678-88c7-44f2-bb3a-b72f90873055 2018-12-12 15:29:06,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-e917d149-19f4-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd995eaa6c07c1d3d601be5f7131bbcbf5562f5a" 2018-12-12 15:29:06,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec9da41e-1ee5-4554-ada8-f22aae76d736 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-e917d149-19f4-462-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fb12810f384b492eb1ff21584359fe04"}, "enabled": true, "id": "fb12810f384b492eb1ff21584359fe04", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-e917d149-19f4-462-proj"}]} 2018-12-12 15:29:06,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-e917d149-19f4-462-proj used request id req-ec9da41e-1ee5-4554-ada8-f22aae76d736 2018-12-12 15:29:06,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd995eaa6c07c1d3d601be5f7131bbcbf5562f5a" 2018-12-12 15:29:06,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b3fb3f5-277d-4af9-b9ba-c5e253720444 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:06,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3b3fb3f5-277d-4af9-b9ba-c5e253720444 2018-12-12 15:29:07,341 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-e917d149-19f4-462-user 2018-12-12 15:29:07,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:07,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:07,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b60bb7d8-79b4-4379-965f-852e14a25317 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:07,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b60bb7d8-79b4-4379-965f-852e14a25317 2018-12-12 15:29:07,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" -d '{"role": {"name": "CreateMultiPartImageTests-e917d149-19f4-462-proj-role"}}' 2018-12-12 15:29:07,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b68c1a38-8d63-4972-8a95-53d60d8e9ab5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7426cd14dcdb445dae5f481713af4db9", "links": {"self": "http://172.30.9.29:5000/v3/roles/7426cd14dcdb445dae5f481713af4db9"}, "name": "CreateMultiPartImageTests-e917d149-19f4-462-proj-role"}} 2018-12-12 15:29:07,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-b68c1a38-8d63-4972-8a95-53d60d8e9ab5 2018-12-12 15:29:07,544 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-e917d149-19f4-462-proj-role 2018-12-12 15:29:07,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7426cd14dcdb445dae5f481713af4db9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:07,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f59b20-29f6-48af-bf0f-5525c30c1af2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7426cd14dcdb445dae5f481713af4db9"}, "domain_id": null, "name": "CreateMultiPartImageTests-e917d149-19f4-462-proj-role", "id": "7426cd14dcdb445dae5f481713af4db9"}} 2018-12-12 15:29:07,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7426cd14dcdb445dae5f481713af4db9 used request id req-d7f59b20-29f6-48af-bf0f-5525c30c1af2 2018-12-12 15:29:07,564 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-e917d149-19f4-462-proj-role to project CreateMultiPartImageTests-e917d149-19f4-462-proj 2018-12-12 15:29:07,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/fb12810f384b492eb1ff21584359fe04/users/71438d9f4bfb41509a090dd2e11b2733/roles/7426cd14dcdb445dae5f481713af4db9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:07,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-741dea35-aaad-439d-a4aa-f04dce15296e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:07,624 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/fb12810f384b492eb1ff21584359fe04/users/71438d9f4bfb41509a090dd2e11b2733/roles/7426cd14dcdb445dae5f481713af4db9 used request id req-741dea35-aaad-439d-a4aa-f04dce15296e 2018-12-12 15:29:07,625 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-12 15:29:07,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:07,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ba99487e-283b-4187-8e36-c7f746a02416 Date: Wed, 12 Dec 2018 15:29:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:07,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-ba99487e-283b-4187-8e36-c7f746a02416 2018-12-12 15:29:07,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:07,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20450aea-5f6a-41d4-adac-1bf817d51203 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:07,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-20450aea-5f6a-41d4-adac-1bf817d51203 2018-12-12 15:29:07,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:08,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f1df3c6-c0b6-4ece-a4e4-8c3af0a8af6f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:08,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-8f1df3c6-c0b6-4ece-a4e4-8c3af0a8af6f 2018-12-12 15:29:08,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:08,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4645753d-4d8b-4aa9-98ca-149d2cd54748 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:08,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-4645753d-4d8b-4aa9-98ca-149d2cd54748 2018-12-12 15:29:08,133 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-e917d149-19f4-462-proj 2018-12-12 15:29:08,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/fb12810f384b492eb1ff21584359fe04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:08,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeb8a5ef-8dbe-449a-80ff-0ab2946e33de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:08,356 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/fb12810f384b492eb1ff21584359fe04 used request id req-aeb8a5ef-8dbe-449a-80ff-0ab2946e33de 2018-12-12 15:29:08,357 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-e917d149-19f4-462-proj-role 2018-12-12 15:29:08,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/7426cd14dcdb445dae5f481713af4db9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:08,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-813684d2-4fa4-4905-a35e-c6c91fa7be62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:08,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/7426cd14dcdb445dae5f481713af4db9 used request id req-813684d2-4fa4-4905-a35e-c6c91fa7be62 2018-12-12 15:29:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45f03f0e3cb07a6c555c978d735686aa45dba558" 2018-12-12 15:29:08,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030d02a0-0bef-4f37-bf27-844a9971d0da Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:08,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-030d02a0-0bef-4f37-bf27-844a9971d0da 2018-12-12 15:29:08,572 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-e917d149-19f4-462-user 2018-12-12 15:29:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/71438d9f4bfb41509a090dd2e11b2733 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd995eaa6c07c1d3d601be5f7131bbcbf5562f5a" 2018-12-12 15:29:08,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-850680b3-6b8c-4d97-ae8c-e835ed3e31d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:08,777 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/71438d9f4bfb41509a090dd2e11b2733 used request id req-850680b3-6b8c-4d97-ae8c-e835ed3e31d3 2018-12-12 15:29:08,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:09,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["_r6QDpxTQammKP7QbL92Vw"], "issued_at": "2018-12-12T15:29:09.000000Z"}} 2018-12-12 15:29:09,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b63c12ed0ee9f4cc26341ec5ca8252781c27c7" 2018-12-12 15:29:09,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a9dd0c-0431-4757-8a8f-e496e6227550 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:09,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-28a9dd0c-0431-4757-8a8f-e496e6227550 2018-12-12 15:29:09,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:09,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:09,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ar32gAtkTMW7awOWx05oLw"], "issued_at": "2018-12-12T15:29:09.000000Z"}} 2018-12-12 15:29:09,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:09,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6110c964-2e3e-4696-9caf-9cdf5bd6ba13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:09,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6110c964-2e3e-4696-9caf-9cdf5bd6ba13 2018-12-12 15:29:09,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:09,714 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:09,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-dd947f50-529d-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:09,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f462b1c-0cea-46fb-9a46-a129bc41ea5a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-dd947f50-529d-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:09,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-dd947f50-529d-4b1-proj used request id req-5f462b1c-0cea-46fb-9a46-a129bc41ea5a 2018-12-12 15:29:09,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:09,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a9d339-1aed-4620-8497-456184bd53dc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:09,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-24a9d339-1aed-4620-8497-456184bd53dc 2018-12-12 15:29:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-dd947f50-529d-4b1-proj"}}' 2018-12-12 15:29:10,012 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-106ea397-b99b-460b-91af-2aeda6995919 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9fd32cef4d9645798079fe7954f473ef"}, "enabled": true, "id": "9fd32cef4d9645798079fe7954f473ef", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-dd947f50-529d-4b1-proj"}} 2018-12-12 15:29:10,012 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-106ea397-b99b-460b-91af-2aeda6995919 2018-12-12 15:29:10,012 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-dd947f50-529d-4b1-proj 2018-12-12 15:29:10,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:10,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:10,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jVYuMlV8SzKlhjN33ZWGYg"], "issued_at": "2018-12-12T15:29:10.000000Z"}} 2018-12-12 15:29:10,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e3675ccadf0c0119075eef642bc3866f1e7e79" 2018-12-12 15:29:10,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa982ac5-c38c-416f-9537-f20e0d9b47e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:10,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fa982ac5-c38c-416f-9537-f20e0d9b47e5 2018-12-12 15:29:10,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:10,502 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:10,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e3675ccadf0c0119075eef642bc3866f1e7e79" 2018-12-12 15:29:10,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-813c8f6f-819c-4c30-add6-e32ac1538557 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:10,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-813c8f6f-819c-4c30-add6-e32ac1538557 2018-12-12 15:29:10,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-dd947f50-529d-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e3675ccadf0c0119075eef642bc3866f1e7e79" 2018-12-12 15:29:10,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61b2b81-c2dc-4e4e-84c3-6713585d385f Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-dd947f50-529d-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9fd32cef4d9645798079fe7954f473ef"}, "enabled": true, "id": "9fd32cef4d9645798079fe7954f473ef", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-dd947f50-529d-4b1-proj"}]} 2018-12-12 15:29:10,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-dd947f50-529d-4b1-proj used request id req-e61b2b81-c2dc-4e4e-84c3-6713585d385f 2018-12-12 15:29:10,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e3675ccadf0c0119075eef642bc3866f1e7e79" 2018-12-12 15:29:10,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8eafb2-7fef-454b-ae52-805385b11eeb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:10,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5a8eafb2-7fef-454b-ae52-805385b11eeb 2018-12-12 15:29:11,167 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-dd947f50-529d-4b1-user 2018-12-12 15:29:11,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:11,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:11,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95232606-300a-4b75-a9d9-edad3de71df4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:11,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-95232606-300a-4b75-a9d9-edad3de71df4 2018-12-12 15:29:11,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" -d '{"role": {"name": "CreateMultiPartImageTests-dd947f50-529d-4b1-proj-role"}}' 2018-12-12 15:29:11,371 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-638ec844-5b14-486c-9af3-1b3b9a4fa414 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed04dfbea8184e56a8516e0f0f155310", "links": {"self": "http://172.30.9.29:5000/v3/roles/ed04dfbea8184e56a8516e0f0f155310"}, "name": "CreateMultiPartImageTests-dd947f50-529d-4b1-proj-role"}} 2018-12-12 15:29:11,371 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-638ec844-5b14-486c-9af3-1b3b9a4fa414 2018-12-12 15:29:11,371 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-dd947f50-529d-4b1-proj-role 2018-12-12 15:29:11,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/ed04dfbea8184e56a8516e0f0f155310 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:11,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4e1910-3153-478d-9da7-fa7006f52134 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ed04dfbea8184e56a8516e0f0f155310"}, "domain_id": null, "name": "CreateMultiPartImageTests-dd947f50-529d-4b1-proj-role", "id": "ed04dfbea8184e56a8516e0f0f155310"}} 2018-12-12 15:29:11,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ed04dfbea8184e56a8516e0f0f155310 used request id req-7a4e1910-3153-478d-9da7-fa7006f52134 2018-12-12 15:29:11,463 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-dd947f50-529d-4b1-proj-role to project CreateMultiPartImageTests-dd947f50-529d-4b1-proj 2018-12-12 15:29:11,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9fd32cef4d9645798079fe7954f473ef/users/9aa732bcae6f4a7493ef814c0664fab7/roles/ed04dfbea8184e56a8516e0f0f155310 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:11,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-805600d8-cab3-4328-9053-f3799e9a5253 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:11,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9fd32cef4d9645798079fe7954f473ef/users/9aa732bcae6f4a7493ef814c0664fab7/roles/ed04dfbea8184e56a8516e0f0f155310 used request id req-805600d8-cab3-4328-9053-f3799e9a5253 2018-12-12 15:29:11,698 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-12 15:29:11,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:11,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3a7b7e33-8b13-4c18-9f38-2b2614855828 Date: Wed, 12 Dec 2018 15:29:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:11,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-3a7b7e33-8b13-4c18-9f38-2b2614855828 2018-12-12 15:29:11,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:12,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a6e7d0-b6d8-497d-a62f-dbf2e6db1c4c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:12,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-b2a6e7d0-b6d8-497d-a62f-dbf2e6db1c4c 2018-12-12 15:29:12,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:12,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-333bb4a3-6ee8-42f1-ab3f-49de6d40509b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:12,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-333bb4a3-6ee8-42f1-ab3f-49de6d40509b 2018-12-12 15:29:12,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:12,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64816f9b-c346-4e5a-b59a-f911f9f2be78 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:12,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-64816f9b-c346-4e5a-b59a-f911f9f2be78 2018-12-12 15:29:12,285 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-dd947f50-529d-4b1-proj 2018-12-12 15:29:12,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9fd32cef4d9645798079fe7954f473ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:12,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a247aeb-bff3-424d-90bd-463cf16155b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:12,487 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9fd32cef4d9645798079fe7954f473ef used request id req-3a247aeb-bff3-424d-90bd-463cf16155b7 2018-12-12 15:29:12,487 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-dd947f50-529d-4b1-proj-role 2018-12-12 15:29:12,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/ed04dfbea8184e56a8516e0f0f155310 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:12,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a0aa92a-c1b7-4fc7-8dd0-a32068ac66be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:12,538 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ed04dfbea8184e56a8516e0f0f155310 used request id req-1a0aa92a-c1b7-4fc7-8dd0-a32068ac66be 2018-12-12 15:29:12,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e487820aa6ce5fcc5f69b66b838194a8b8d3b912" 2018-12-12 15:29:12,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73433d33-41b8-4df3-a651-47f9c9a7b981 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:12,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-73433d33-41b8-4df3-a651-47f9c9a7b981 2018-12-12 15:29:12,640 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-dd947f50-529d-4b1-user 2018-12-12 15:29:12,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9aa732bcae6f4a7493ef814c0664fab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e3675ccadf0c0119075eef642bc3866f1e7e79" 2018-12-12 15:29:12,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-149c0a4d-bfc1-4ab4-928a-158a1442025f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:12,812 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9aa732bcae6f4a7493ef814c0664fab7 used request id req-149c0a4d-bfc1-4ab4-928a-158a1442025f 2018-12-12 15:29:12,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:13,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["uNVi1KLmSwyinTrRZ0ewfw"], "issued_at": "2018-12-12T15:29:13.000000Z"}} 2018-12-12 15:29:13,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4788dcc311f87e5c0f1f15fb8094128504da372d" 2018-12-12 15:29:13,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb9ea55-4284-47ba-88d3-04d5fc8f4976 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:13,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bbb9ea55-4284-47ba-88d3-04d5fc8f4976 2018-12-12 15:29:13,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:13,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:13,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["uySm5O0KTiS4fm6JkqImPw"], "issued_at": "2018-12-12T15:29:13.000000Z"}} 2018-12-12 15:29:13,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:13,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ee0e3e-9a58-45d8-b44f-006c002a8102 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:13,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d0ee0e3e-9a58-45d8-b44f-006c002a8102 2018-12-12 15:29:13,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:13,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:13,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7fa10952-a873-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:13,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0e0afb5-f4f4-4a15-996b-893ca8c130a0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7fa10952-a873-426-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:13,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7fa10952-a873-426-proj used request id req-e0e0afb5-f4f4-4a15-996b-893ca8c130a0 2018-12-12 15:29:13,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:14,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f340d15-669d-41c8-b7df-9798d2b64676 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:14,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1f340d15-669d-41c8-b7df-9798d2b64676 2018-12-12 15:29:14,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-7fa10952-a873-426-proj"}}' 2018-12-12 15:29:14,173 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb425fb0-17e7-4682-b05c-c31a773edace Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c48b62208fc34442aa56b3f22c526e56"}, "enabled": true, "id": "c48b62208fc34442aa56b3f22c526e56", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-7fa10952-a873-426-proj"}} 2018-12-12 15:29:14,173 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-fb425fb0-17e7-4682-b05c-c31a773edace 2018-12-12 15:29:14,174 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-7fa10952-a873-426-proj 2018-12-12 15:29:14,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:14,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:14,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["8nln0iBASLuCiPiajLa-Vw"], "issued_at": "2018-12-12T15:29:14.000000Z"}} 2018-12-12 15:29:14,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f056734781d11ee42cc9d4f0bab4fb93a06036b9" 2018-12-12 15:29:14,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-516ea959-ba81-4a66-8b33-bd490a88bc1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:14,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-516ea959-ba81-4a66-8b33-bd490a88bc1e 2018-12-12 15:29:14,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:14,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:14,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f056734781d11ee42cc9d4f0bab4fb93a06036b9" 2018-12-12 15:29:14,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db80d310-ab8e-45ed-b6aa-45f46cc60bf6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:14,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-db80d310-ab8e-45ed-b6aa-45f46cc60bf6 2018-12-12 15:29:14,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-7fa10952-a873-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f056734781d11ee42cc9d4f0bab4fb93a06036b9" 2018-12-12 15:29:14,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16790b13-1f8d-46d0-8b76-c01f79f48e42 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-7fa10952-a873-426-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c48b62208fc34442aa56b3f22c526e56"}, "enabled": true, "id": "c48b62208fc34442aa56b3f22c526e56", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-7fa10952-a873-426-proj"}]} 2018-12-12 15:29:14,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-7fa10952-a873-426-proj used request id req-16790b13-1f8d-46d0-8b76-c01f79f48e42 2018-12-12 15:29:14,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f056734781d11ee42cc9d4f0bab4fb93a06036b9" 2018-12-12 15:29:14,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7562e0bf-895d-47cd-ba74-780aa0264e25 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:14,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7562e0bf-895d-47cd-ba74-780aa0264e25 2018-12-12 15:29:15,251 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-7fa10952-a873-426-user 2018-12-12 15:29:15,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:15,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:15,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36edfeb5-1d5c-4c21-a41f-b72896faf358 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:15,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-36edfeb5-1d5c-4c21-a41f-b72896faf358 2018-12-12 15:29:15,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" -d '{"role": {"name": "CreateKeypairsTests-7fa10952-a873-426-proj-role"}}' 2018-12-12 15:29:15,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24aba365-a5d0-4af4-87ba-85480b823900 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b259a6c6ae194615b5f10d68d74804f1", "links": {"self": "http://172.30.9.29:5000/v3/roles/b259a6c6ae194615b5f10d68d74804f1"}, "name": "CreateKeypairsTests-7fa10952-a873-426-proj-role"}} 2018-12-12 15:29:15,467 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-24aba365-a5d0-4af4-87ba-85480b823900 2018-12-12 15:29:15,467 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-7fa10952-a873-426-proj-role 2018-12-12 15:29:15,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b259a6c6ae194615b5f10d68d74804f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:15,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b37d10-58dd-46e9-96dd-105ab49351d2 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b259a6c6ae194615b5f10d68d74804f1"}, "domain_id": null, "name": "CreateKeypairsTests-7fa10952-a873-426-proj-role", "id": "b259a6c6ae194615b5f10d68d74804f1"}} 2018-12-12 15:29:15,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b259a6c6ae194615b5f10d68d74804f1 used request id req-c1b37d10-58dd-46e9-96dd-105ab49351d2 2018-12-12 15:29:15,554 - keystone_utils - INFO - Granting role CreateKeypairsTests-7fa10952-a873-426-proj-role to project CreateKeypairsTests-7fa10952-a873-426-proj 2018-12-12 15:29:15,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c48b62208fc34442aa56b3f22c526e56/users/6b272c0fae314c0695dba22076ca33c9/roles/b259a6c6ae194615b5f10d68d74804f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:15,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-226db3ae-bd38-4c98-bf3f-119d5e330560 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:15,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c48b62208fc34442aa56b3f22c526e56/users/6b272c0fae314c0695dba22076ca33c9/roles/b259a6c6ae194615b5f10d68d74804f1 used request id req-226db3ae-bd38-4c98-bf3f-119d5e330560 2018-12-12 15:29:15,685 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:15,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:15,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:16,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b259a6c6ae194615b5f10d68d74804f1", "name": "CreateKeypairsTests-7fa10952-a873-426-proj-role"}], "expires_at": "2018-12-12T16:29:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c48b62208fc34442aa56b3f22c526e56", "name": "CreateKeypairsTests-7fa10952-a873-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c48b62208fc34442aa56b3f22c526e56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c48b62208fc34442aa56b3f22c526e56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c48b62208fc34442aa56b3f22c526e56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c48b62208fc34442aa56b3f22c526e56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c48b62208fc34442aa56b3f22c526e56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c48b62208fc34442aa56b3f22c526e56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-7fa10952-a873-426-user", "id": "6b272c0fae314c0695dba22076ca33c9"}, "audit_ids": ["TOY3p3UmS8Shwfqy7hOYnQ"], "issued_at": "2018-12-12T15:29:16.000000Z"}} 2018-12-12 15:29:16,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c66dea6990b7f49baf7a5527d81d39b98e6bf8" 2018-12-12 15:29:16,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bbd0c56-f553-4f53-80a6-b6d320131fd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:16,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8bbd0c56-f553-4f53-80a6-b6d320131fd0 2018-12-12 15:29:16,191 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:16,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c66dea6990b7f49baf7a5527d81d39b98e6bf8" 2018-12-12 15:29:16,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29: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-e3e8fa9f-ecc3-4aef-99bb-bdc956743274 x-compute-request-id: req-e3e8fa9f-ecc3-4aef-99bb-bdc956743274 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:29:16,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-e3e8fa9f-ecc3-4aef-99bb-bdc956743274 2018-12-12 15:29:16,368 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15... 2018-12-12 15:29:16,368 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 15:29:16,409 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15 2018-12-12 15:29:16,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c66dea6990b7f49baf7a5527d81d39b98e6bf8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDHoxlNFxD6H+DzhmsDXeY9MJjXQtFgNZKrJmtqFRla2NmeDSy23rsZGUXsRSDSEdfQf5kS5am768aQuzQwicBHYtao2kMa0HBhsadFfqKlMTflQ26v7iJRqVq2N7BoD36FXjFaZdFVvPUK6KY1h4ZZHMuA3X/q+nZwJShJVXD+xw==", "name": "CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15"}}' 2018-12-12 15:29:16,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29: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-d763d46f-0855-4b99-b4e8-e0c5d4d5c7ad x-compute-request-id: req-d763d46f-0855-4b99-b4e8-e0c5d4d5c7ad Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDHoxlNFxD6H+DzhmsDXeY9MJjXQtFgNZKrJmtqFRla2NmeDSy23rsZGUXsRSDSEdfQf5kS5am768aQuzQwicBHYtao2kMa0HBhsadFfqKlMTflQ26v7iJRqVq2N7BoD36FXjFaZdFVvPUK6KY1h4ZZHMuA3X/q+nZwJShJVXD+xw==", "user_id": "6b272c0fae314c0695dba22076ca33c9", "name": "CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15", "fingerprint": "5d:11:d1:5d:9d:bd:9d:38:c1:6a:46:0a:1e:48:6e:15"}} 2018-12-12 15:29:16,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-d763d46f-0855-4b99-b4e8-e0c5d4d5c7ad 2018-12-12 15:29:16,480 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15 2018-12-12 15:29:16,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:16,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b259a6c6ae194615b5f10d68d74804f1", "name": "CreateKeypairsTests-7fa10952-a873-426-proj-role"}], "expires_at": "2018-12-12T16:29:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c48b62208fc34442aa56b3f22c526e56", "name": "CreateKeypairsTests-7fa10952-a873-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c48b62208fc34442aa56b3f22c526e56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c48b62208fc34442aa56b3f22c526e56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c48b62208fc34442aa56b3f22c526e56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c48b62208fc34442aa56b3f22c526e56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c48b62208fc34442aa56b3f22c526e56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c48b62208fc34442aa56b3f22c526e56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c48b62208fc34442aa56b3f22c526e56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-7fa10952-a873-426-user", "id": "6b272c0fae314c0695dba22076ca33c9"}, "audit_ids": ["ZyHGTfHyQX2YhLkWF4a54Q"], "issued_at": "2018-12-12T15:29:16.000000Z"}} 2018-12-12 15:29:16,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0fb181c4f78493dcb4facf0b9f564c70ed5560" 2018-12-12 15:29:17,413 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:29: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-78f28fef-d1f0-400c-8ed2-544504a06429 x-compute-request-id: req-78f28fef-d1f0-400c-8ed2-544504a06429 Content-Length: 0 Content-Type: application/json 2018-12-12 15:29:17,413 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15 used request id req-78f28fef-d1f0-400c-8ed2-544504a06429 2018-12-12 15:29:17,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0fb181c4f78493dcb4facf0b9f564c70ed5560" 2018-12-12 15:29:17,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-41666d98-541a-4c2a-9d0c-04476b94bafe x-compute-request-id: req-41666d98-541a-4c2a-9d0c-04476b94bafe Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:29:17,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-41666d98-541a-4c2a-9d0c-04476b94bafe 2018-12-12 15:29:17,434 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15 2018-12-12 15:29:17,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c66dea6990b7f49baf7a5527d81d39b98e6bf8" 2018-12-12 15:29:17,502 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-6f27cbf9-482d-4baf-aa10-6a0857aad88e x-compute-request-id: req-6f27cbf9-482d-4baf-aa10-6a0857aad88e Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15 not found for user 6b272c0fae314c0695dba22076ca33c9", "code": 404}} 2018-12-12 15:29:17,502 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-a62fbdd4-d7a5-439c-9ef1-00f8a4783d15 used request id req-6f27cbf9-482d-4baf-aa10-6a0857aad88e 2018-12-12 15:29:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:17,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-439fc62a-a4b8-40b4-8519-e81130b45064 Date: Wed, 12 Dec 2018 15:29:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:17,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-439fc62a-a4b8-40b4-8519-e81130b45064 2018-12-12 15:29:17,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:17,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7e5b941-a890-447a-b056-3b4079c75bca Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:17,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-f7e5b941-a890-447a-b056-3b4079c75bca 2018-12-12 15:29:17,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:17,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d875bcb2-c293-4d2b-95ce-59ad74a79363 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:17,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-d875bcb2-c293-4d2b-95ce-59ad74a79363 2018-12-12 15:29:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:17,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73947132-59dd-4d05-bc23-0430f44f3e01 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:17,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-73947132-59dd-4d05-bc23-0430f44f3e01 2018-12-12 15:29:18,000 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-7fa10952-a873-426-proj 2018-12-12 15:29:18,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c48b62208fc34442aa56b3f22c526e56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:18,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f07fd986-f1ab-4bc1-8413-60e17600d04a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:18,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c48b62208fc34442aa56b3f22c526e56 used request id req-f07fd986-f1ab-4bc1-8413-60e17600d04a 2018-12-12 15:29:18,284 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-7fa10952-a873-426-proj-role 2018-12-12 15:29:18,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b259a6c6ae194615b5f10d68d74804f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:18,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84494009-5d62-48a5-ac19-fb7f875773f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:18,395 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b259a6c6ae194615b5f10d68d74804f1 used request id req-84494009-5d62-48a5-ac19-fb7f875773f4 2018-12-12 15:29:18,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69aafc5b765e00aed45589a0c2db6aca9b1ac328" 2018-12-12 15:29:18,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca76910c-6eec-46d5-8135-8313e2727378 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:18,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ca76910c-6eec-46d5-8135-8313e2727378 2018-12-12 15:29:18,493 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-7fa10952-a873-426-user 2018-12-12 15:29:18,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6b272c0fae314c0695dba22076ca33c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f056734781d11ee42cc9d4f0bab4fb93a06036b9" 2018-12-12 15:29:18,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97473fbb-2d9a-4672-8dd2-fdab9c26c9e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:18,677 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6b272c0fae314c0695dba22076ca33c9 used request id req-97473fbb-2d9a-4672-8dd2-fdab9c26c9e4 2018-12-12 15:29:18,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:19,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["yzUO4gmARUqFeGU0MEj85Q"], "issued_at": "2018-12-12T15:29:19.000000Z"}} 2018-12-12 15:29:19,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64fd51ecc085b3ea1f61b64a3c3fcb3c7fa3922d" 2018-12-12 15:29:19,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808b0446-1a8b-4b89-a364-e2394163ef94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:19,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-808b0446-1a8b-4b89-a364-e2394163ef94 2018-12-12 15:29:19,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:19,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:19,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["hGZIZXgqTCuJWO2RFVSnng"], "issued_at": "2018-12-12T15:29:19.000000Z"}} 2018-12-12 15:29:19,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:19,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16439d33-c373-447b-970b-8d901be1a56e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:19,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16439d33-c373-447b-970b-8d901be1a56e 2018-12-12 15:29:19,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:19,618 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:19,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1012b8d7-681f-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:19,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbeb96e0-e9ea-44b8-842f-6c0c79dc32bf Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1012b8d7-681f-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:19,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1012b8d7-681f-4cc-proj used request id req-fbeb96e0-e9ea-44b8-842f-6c0c79dc32bf 2018-12-12 15:29:19,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:19,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a977c978-3446-4e4b-8c7a-75bdcf4e7c85 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:19,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a977c978-3446-4e4b-8c7a-75bdcf4e7c85 2018-12-12 15:29:19,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj"}}' 2018-12-12 15:29:19,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7159667d-58ed-4a38-8727-fed21349d1d1 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed71084401b84e32ad3f253ccedd7033"}, "enabled": true, "id": "ed71084401b84e32ad3f253ccedd7033", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj"}} 2018-12-12 15:29:19,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7159667d-58ed-4a38-8727-fed21349d1d1 2018-12-12 15:29:19,923 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-1012b8d7-681f-4cc-proj 2018-12-12 15:29:19,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:19,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:20,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["fm-RRjL2QnOND5uj-1CTwQ"], "issued_at": "2018-12-12T15:29:20.000000Z"}} 2018-12-12 15:29:20,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9946ab89b6561d72666a24396f3a881b402bdb56" 2018-12-12 15:29:20,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5f57fb-61ff-43f3-89bf-aaf0442f6348 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:20,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4b5f57fb-61ff-43f3-89bf-aaf0442f6348 2018-12-12 15:29:20,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:20,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:20,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9946ab89b6561d72666a24396f3a881b402bdb56" 2018-12-12 15:29:20,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeffdca1-d1a8-4801-ba95-6e878ec2349b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:20,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-eeffdca1-d1a8-4801-ba95-6e878ec2349b 2018-12-12 15:29:20,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-1012b8d7-681f-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9946ab89b6561d72666a24396f3a881b402bdb56" 2018-12-12 15:29:20,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664b86b3-7d20-475a-9a2b-81c046abde02 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-1012b8d7-681f-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed71084401b84e32ad3f253ccedd7033"}, "enabled": true, "id": "ed71084401b84e32ad3f253ccedd7033", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj"}]} 2018-12-12 15:29:20,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-1012b8d7-681f-4cc-proj used request id req-664b86b3-7d20-475a-9a2b-81c046abde02 2018-12-12 15:29:20,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9946ab89b6561d72666a24396f3a881b402bdb56" 2018-12-12 15:29:20,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9cb6fd-9fdd-4a42-9d83-a4b4effc0ef5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:20,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1a9cb6fd-9fdd-4a42-9d83-a4b4effc0ef5 2018-12-12 15:29:21,055 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-1012b8d7-681f-4cc-user 2018-12-12 15:29:21,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:21,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:21,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaca936a-e3ab-4988-8d53-555fcca1823b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:21,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-eaca936a-e3ab-4988-8d53-555fcca1823b 2018-12-12 15:29:21,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" -d '{"role": {"name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj-role"}}' 2018-12-12 15:29:21,257 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e5d7ed7-8af3-49ef-a606-9c1cad11861e Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6b7860d9f9f140a0a0923b824ce8facb", "links": {"self": "http://172.30.9.29:5000/v3/roles/6b7860d9f9f140a0a0923b824ce8facb"}, "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj-role"}} 2018-12-12 15:29:21,257 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-0e5d7ed7-8af3-49ef-a606-9c1cad11861e 2018-12-12 15:29:21,258 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-1012b8d7-681f-4cc-proj-role 2018-12-12 15:29:21,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6b7860d9f9f140a0a0923b824ce8facb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:21,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a52996-70bf-42ef-8035-4a751525e7b5 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6b7860d9f9f140a0a0923b824ce8facb"}, "domain_id": null, "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj-role", "id": "6b7860d9f9f140a0a0923b824ce8facb"}} 2018-12-12 15:29:21,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6b7860d9f9f140a0a0923b824ce8facb used request id req-14a52996-70bf-42ef-8035-4a751525e7b5 2018-12-12 15:29:21,349 - keystone_utils - INFO - Granting role CreateKeypairsTests-1012b8d7-681f-4cc-proj-role to project CreateKeypairsTests-1012b8d7-681f-4cc-proj 2018-12-12 15:29:21,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ed71084401b84e32ad3f253ccedd7033/users/5f4e06465893417ebc13e7969d28b315/roles/6b7860d9f9f140a0a0923b824ce8facb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:21,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25d48216-5b23-4e7a-8957-55720250437b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:21,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ed71084401b84e32ad3f253ccedd7033/users/5f4e06465893417ebc13e7969d28b315/roles/6b7860d9f9f140a0a0923b824ce8facb used request id req-25d48216-5b23-4e7a-8957-55720250437b 2018-12-12 15:29:21,547 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:21,694 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9.pub 2018-12-12 15:29:21,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:21,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:22,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b7860d9f9f140a0a0923b824ce8facb", "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj-role"}], "expires_at": "2018-12-12T16:29:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed71084401b84e32ad3f253ccedd7033", "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ed71084401b84e32ad3f253ccedd7033", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ed71084401b84e32ad3f253ccedd7033", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ed71084401b84e32ad3f253ccedd7033", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ed71084401b84e32ad3f253ccedd7033", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ed71084401b84e32ad3f253ccedd7033", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ed71084401b84e32ad3f253ccedd7033", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1012b8d7-681f-4cc-user", "id": "5f4e06465893417ebc13e7969d28b315"}, "audit_ids": ["OeLORBx0S-eIkYZyuEq50A"], "issued_at": "2018-12-12T15:29:22.000000Z"}} 2018-12-12 15:29:22,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80990cfaa9325e72a7820b45ab714391c26121fb" 2018-12-12 15:29:22,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-292eac42-6f1d-4b6f-bac3-552097e37279 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:22,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-292eac42-6f1d-4b6f-bac3-552097e37279 2018-12-12 15:29:22,154 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:22,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80990cfaa9325e72a7820b45ab714391c26121fb" 2018-12-12 15:29:22,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09788aee-09b6-4a4f-94ec-73ced99a258c x-compute-request-id: req-09788aee-09b6-4a4f-94ec-73ced99a258c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:29:22,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-09788aee-09b6-4a4f-94ec-73ced99a258c 2018-12-12 15:29:22,693 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9... 2018-12-12 15:29:22,693 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-12 15:29:22,693 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9.pub 2018-12-12 15:29:22,693 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9 2018-12-12 15:29:22,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80990cfaa9325e72a7820b45ab714391c26121fb" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDnpJY2at/YanWHe3SYbZ/40vGafcrP7U+QfFHIMNmev8zKEJSx6e/qZyOMB52CnSAKQjvnnYXU1o1ztThE/BnQNQZnHrcUrKK8a5SMrta6fyejmGgwX4mDBshc5MaxH4UbowKhq30eCaKRR42ccqpDya4yZmU7ffFICyMqj0ELWfcq0TqnOTQbTOITOb0jLQ0t5QyQy1T/Wgdb/axmx0pgSR9XJK7xwebnwMaKGFbP7HIb9fhI1a6DBwDV2vLEE25NhEx8ioLbkMMBt79NZnCQ9ZVYINFX8D1fua+ekpKDcLrcykIvAGqm3lA7ge+UyFsKgYSPHHk0PDbV0aZDG1N", "name": "CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9"}}' 2018-12-12 15:29:22,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-8a5ae8b6-9621-4690-8577-b408afb7f5af x-compute-request-id: req-8a5ae8b6-9621-4690-8577-b408afb7f5af Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDnpJY2at/YanWHe3SYbZ/40vGafcrP7U+QfFHIMNmev8zKEJSx6e/qZyOMB52CnSAKQjvnnYXU1o1ztThE/BnQNQZnHrcUrKK8a5SMrta6fyejmGgwX4mDBshc5MaxH4UbowKhq30eCaKRR42ccqpDya4yZmU7ffFICyMqj0ELWfcq0TqnOTQbTOITOb0jLQ0t5QyQy1T/Wgdb/axmx0pgSR9XJK7xwebnwMaKGFbP7HIb9fhI1a6DBwDV2vLEE25NhEx8ioLbkMMBt79NZnCQ9ZVYINFX8D1fua+ekpKDcLrcykIvAGqm3lA7ge+UyFsKgYSPHHk0PDbV0aZDG1N", "user_id": "5f4e06465893417ebc13e7969d28b315", "name": "CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9", "fingerprint": "e5:7e:8a:f5:50:80:d9:70:22:7a:40:2e:b3:10:1b:ff"}} 2018-12-12 15:29:22,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-8a5ae8b6-9621-4690-8577-b408afb7f5af 2018-12-12 15:29:22,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:23,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b7860d9f9f140a0a0923b824ce8facb", "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj-role"}], "expires_at": "2018-12-12T16:29:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed71084401b84e32ad3f253ccedd7033", "name": "CreateKeypairsTests-1012b8d7-681f-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ed71084401b84e32ad3f253ccedd7033", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ed71084401b84e32ad3f253ccedd7033", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ed71084401b84e32ad3f253ccedd7033", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ed71084401b84e32ad3f253ccedd7033", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ed71084401b84e32ad3f253ccedd7033", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ed71084401b84e32ad3f253ccedd7033", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ed71084401b84e32ad3f253ccedd7033", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1012b8d7-681f-4cc-user", "id": "5f4e06465893417ebc13e7969d28b315"}, "audit_ids": ["jEPh94YTRRa2TZHkK1Jy9g"], "issued_at": "2018-12-12T15:29:23.000000Z"}} 2018-12-12 15:29:23,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a76b6776a1b0079977475e7beb5e38529e6ab2" 2018-12-12 15:29:23,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-4fbe7f0b-50fb-4dda-8c4b-ed69e7b6fc33 x-compute-request-id: req-4fbe7f0b-50fb-4dda-8c4b-ed69e7b6fc33 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDnpJY2at/YanWHe3SYbZ/40vGafcrP7U+QfFHIMNmev8zKEJSx6e/qZyOMB52CnSAKQjvnnYXU1o1ztThE/BnQNQZnHrcUrKK8a5SMrta6fyejmGgwX4mDBshc5MaxH4UbowKhq30eCaKRR42ccqpDya4yZmU7ffFICyMqj0ELWfcq0TqnOTQbTOITOb0jLQ0t5QyQy1T/Wgdb/axmx0pgSR9XJK7xwebnwMaKGFbP7HIb9fhI1a6DBwDV2vLEE25NhEx8ioLbkMMBt79NZnCQ9ZVYINFX8D1fua+ekpKDcLrcykIvAGqm3lA7ge+UyFsKgYSPHHk0PDbV0aZDG1N", "user_id": "5f4e06465893417ebc13e7969d28b315", "name": "CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9", "deleted": false, "created_at": "2018-12-12T15:29:22.000000", "updated_at": null, "fingerprint": "e5:7e:8a:f5:50:80:d9:70:22:7a:40:2e:b3:10:1b:ff", "deleted_at": null, "id": 65}} 2018-12-12 15:29:23,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9 used request id req-4fbe7f0b-50fb-4dda-8c4b-ed69e7b6fc33 2018-12-12 15:29:23,304 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9 2018-12-12 15:29:23,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80990cfaa9325e72a7820b45ab714391c26121fb" 2018-12-12 15:29:23,340 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-d90b5b5d-cdb5-41a7-bd5b-f8cfaceb5510 x-compute-request-id: req-d90b5b5d-cdb5-41a7-bd5b-f8cfaceb5510 Content-Length: 0 Content-Type: application/json 2018-12-12 15:29:23,340 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-c0c7031e-78ff-47c1-83f5-b3ae9b5ebdc9 used request id req-d90b5b5d-cdb5-41a7-bd5b-f8cfaceb5510 2018-12-12 15:29:23,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:23,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-98876f23-83e9-423d-b77e-3fc0057f2f38 Date: Wed, 12 Dec 2018 15:29:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:23,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-98876f23-83e9-423d-b77e-3fc0057f2f38 2018-12-12 15:29:23,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:23,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e2a586-2da5-4edb-bf3f-a69328bb7a58 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:23,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-c8e2a586-2da5-4edb-bf3f-a69328bb7a58 2018-12-12 15:29:23,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:23,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb2aa658-66e9-416a-aad3-1b8ea0843f84 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:23,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-fb2aa658-66e9-416a-aad3-1b8ea0843f84 2018-12-12 15:29:23,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:23,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aa2aeeb-e2ca-49cf-9d82-a2a70fb1b206 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:23,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-2aa2aeeb-e2ca-49cf-9d82-a2a70fb1b206 2018-12-12 15:29:23,830 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-1012b8d7-681f-4cc-proj 2018-12-12 15:29:23,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ed71084401b84e32ad3f253ccedd7033 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:24,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59dfe34c-8ee7-4f9f-bdb3-abaa46a81c1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:24,062 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ed71084401b84e32ad3f253ccedd7033 used request id req-59dfe34c-8ee7-4f9f-bdb3-abaa46a81c1e 2018-12-12 15:29:24,063 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-1012b8d7-681f-4cc-proj-role 2018-12-12 15:29:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6b7860d9f9f140a0a0923b824ce8facb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:24,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0e5076d-d81e-4c54-91b6-a7556c0becc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:24,185 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6b7860d9f9f140a0a0923b824ce8facb used request id req-c0e5076d-d81e-4c54-91b6-a7556c0becc6 2018-12-12 15:29:24,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684dd4003cd61fad90ae12687d1267411ea0c4f" 2018-12-12 15:29:24,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d59a12-ff08-435e-ba60-35d0b1f546bb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:24,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f9d59a12-ff08-435e-ba60-35d0b1f546bb 2018-12-12 15:29:24,280 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-1012b8d7-681f-4cc-user 2018-12-12 15:29:24,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/5f4e06465893417ebc13e7969d28b315 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9946ab89b6561d72666a24396f3a881b402bdb56" 2018-12-12 15:29:24,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f8cf054-b807-4edf-b6af-9801d1f64f80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:24,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/5f4e06465893417ebc13e7969d28b315 used request id req-9f8cf054-b807-4edf-b6af-9801d1f64f80 2018-12-12 15:29:24,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:24,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["v5_wZR0HSra2TxU4NM9PKg"], "issued_at": "2018-12-12T15:29:24.000000Z"}} 2018-12-12 15:29:24,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d18ce720c1574605d55587c429c22607f0ab58f" 2018-12-12 15:29:24,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a6a0a6-24b6-49e4-bb98-2591ce22559d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:24,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f6a6a0a6-24b6-49e4-bb98-2591ce22559d 2018-12-12 15:29:24,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:24,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:25,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vn_qvKVCTGuDcxUqut24FA"], "issued_at": "2018-12-12T15:29:25.000000Z"}} 2018-12-12 15:29:25,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:25,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61e7589-87cd-43bb-8745-803398771f2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:25,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e61e7589-87cd-43bb-8745-803398771f2f 2018-12-12 15:29:25,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:25,426 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:25,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e3e0f4ca-6973-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:25,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f653286-8425-43d9-8d99-bb73a3d665a2 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e3e0f4ca-6973-449-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:25,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e3e0f4ca-6973-449-proj used request id req-1f653286-8425-43d9-8d99-bb73a3d665a2 2018-12-12 15:29:25,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:25,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f29fd0-5770-4377-85b1-c12b6d08cb81 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:25,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-10f29fd0-5770-4377-85b1-c12b6d08cb81 2018-12-12 15:29:25,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj"}}' 2018-12-12 15:29:25,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-019ab524-3a6f-4119-9d8e-399d75fede13 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b973608fd1ad43cf89619a1dc19d4a60"}, "enabled": true, "id": "b973608fd1ad43cf89619a1dc19d4a60", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj"}} 2018-12-12 15:29:25,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-019ab524-3a6f-4119-9d8e-399d75fede13 2018-12-12 15:29:25,658 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e3e0f4ca-6973-449-proj 2018-12-12 15:29:25,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:25,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:26,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["DbNC889GRxqTPoU1Tjcwig"], "issued_at": "2018-12-12T15:29:26.000000Z"}} 2018-12-12 15:29:26,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4927d58f59f2d76df1c08a292bfaf0e78e865bb" 2018-12-12 15:29:26,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4bec379-8902-4a63-b428-a4292d903a47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:26,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4bec379-8902-4a63-b428-a4292d903a47 2018-12-12 15:29:26,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:26,157 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:26,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4927d58f59f2d76df1c08a292bfaf0e78e865bb" 2018-12-12 15:29:26,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d4282b-5149-437d-a7b0-cd33a68d6991 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:26,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d0d4282b-5149-437d-a7b0-cd33a68d6991 2018-12-12 15:29:26,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-e3e0f4ca-6973-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4927d58f59f2d76df1c08a292bfaf0e78e865bb" 2018-12-12 15:29:26,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1a11ab-4bdb-4e5e-b49a-69d76f4e2293 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-e3e0f4ca-6973-449-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b973608fd1ad43cf89619a1dc19d4a60"}, "enabled": true, "id": "b973608fd1ad43cf89619a1dc19d4a60", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj"}]} 2018-12-12 15:29:26,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-e3e0f4ca-6973-449-proj used request id req-3b1a11ab-4bdb-4e5e-b49a-69d76f4e2293 2018-12-12 15:29:26,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4927d58f59f2d76df1c08a292bfaf0e78e865bb" 2018-12-12 15:29:26,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962a175d-86f1-48dc-a683-ee14405f60fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:26,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-962a175d-86f1-48dc-a683-ee14405f60fb 2018-12-12 15:29:26,749 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e3e0f4ca-6973-449-user 2018-12-12 15:29:26,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:26,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:26,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-673ece83-5a1e-4b36-a6fc-e6897ba478a7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:26,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-673ece83-5a1e-4b36-a6fc-e6897ba478a7 2018-12-12 15:29:26,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" -d '{"role": {"name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj-role"}}' 2018-12-12 15:29:26,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cc370b8-944b-4249-a06f-e2823aa3f321 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d3fb6325aaa474a9d892623f0f0042a", "links": {"self": "http://172.30.9.29:5000/v3/roles/3d3fb6325aaa474a9d892623f0f0042a"}, "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj-role"}} 2018-12-12 15:29:26,958 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1cc370b8-944b-4249-a06f-e2823aa3f321 2018-12-12 15:29:26,958 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e3e0f4ca-6973-449-proj-role 2018-12-12 15:29:26,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/3d3fb6325aaa474a9d892623f0f0042a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:26,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34e7fbba-8e07-4ac5-9ac2-544209c07217 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/3d3fb6325aaa474a9d892623f0f0042a"}, "domain_id": null, "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj-role", "id": "3d3fb6325aaa474a9d892623f0f0042a"}} 2018-12-12 15:29:26,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/3d3fb6325aaa474a9d892623f0f0042a used request id req-34e7fbba-8e07-4ac5-9ac2-544209c07217 2018-12-12 15:29:26,979 - keystone_utils - INFO - Granting role CreateKeypairsTests-e3e0f4ca-6973-449-proj-role to project CreateKeypairsTests-e3e0f4ca-6973-449-proj 2018-12-12 15:29:26,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b973608fd1ad43cf89619a1dc19d4a60/users/a5723c5735a74cfebb2ed3afde5504fd/roles/3d3fb6325aaa474a9d892623f0f0042a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:27,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0e098e1-fd14-47b7-b5ed-015b045d0c06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:27,104 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b973608fd1ad43cf89619a1dc19d4a60/users/a5723c5735a74cfebb2ed3afde5504fd/roles/3d3fb6325aaa474a9d892623f0f0042a used request id req-a0e098e1-fd14-47b7-b5ed-015b045d0c06 2018-12-12 15:29:27,104 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:27,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:27,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:27,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d3fb6325aaa474a9d892623f0f0042a", "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj-role"}], "expires_at": "2018-12-12T16:29:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b973608fd1ad43cf89619a1dc19d4a60", "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b973608fd1ad43cf89619a1dc19d4a60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b973608fd1ad43cf89619a1dc19d4a60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b973608fd1ad43cf89619a1dc19d4a60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b973608fd1ad43cf89619a1dc19d4a60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b973608fd1ad43cf89619a1dc19d4a60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b973608fd1ad43cf89619a1dc19d4a60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e3e0f4ca-6973-449-user", "id": "a5723c5735a74cfebb2ed3afde5504fd"}, "audit_ids": ["Sq_ORrFrTMSjpZqCT7tmjA"], "issued_at": "2018-12-12T15:29:27.000000Z"}} 2018-12-12 15:29:27,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def43609fd232fe2281d20711c80879a2a6e111" 2018-12-12 15:29:27,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1c7dbf-2f1a-4f30-917f-6baf4115bcec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:27,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1d1c7dbf-2f1a-4f30-917f-6baf4115bcec 2018-12-12 15:29:27,555 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:27,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def43609fd232fe2281d20711c80879a2a6e111" 2018-12-12 15:29:27,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64cfdf12-80a9-4abd-9424-42194ee9b759 x-compute-request-id: req-64cfdf12-80a9-4abd-9424-42194ee9b759 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:29:27,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-64cfdf12-80a9-4abd-9424-42194ee9b759 2018-12-12 15:29:27,732 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e... 2018-12-12 15:29:27,732 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 15:29:33,815 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e 2018-12-12 15:29:33,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def43609fd232fe2281d20711c80879a2a6e111" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wC459L+D5PlSzdg0kRpdz48Kx0G64nboZx8mQTRxPIxenLj7P63VhH3iRaDkDQCp3utanT8ksrZBhnoFRRhI94c95QXZhFgNGrlRuDEaQlY0OKVsevBsZWFEBkxDT6Q0etSKHsm0kULd8kyqeuFLaGH4/P2UFgxIutIgWmsP7eCi8VZ0BjKCIde8WDCCvrbHXuIKcmiAd7eLhgNGWNGa0XMLcgoWV3TASYFbTrVqtoVYZl0VdNeg46AZvjh1Kp5C2eYzDHlMXyZdkNgc21sfw3dO5IMD7eoplZ1kB3eq4mXiIGIuY/F+Jc+tUcmrhPYwdy1lEnsf+i8Lf9PZtW5YkZtN7HtpsPKXhf1XAfy0NerfvnskMJ5dvVXN+mZnXaS4qnnFgMzued5Qe2a6ltsguc4TEQX5rg2DWGN5MBjBPUh41QsXR1zw60VdO9H0iZ3XULcmyK4R6gt8PD9xNXDh3HhMfh2wk0pPPikmjZO1CNOwyZDiebwpa8HJVIbMJAortMeD3EFqj4wImLn9vVInSsKkuPum2c1Lc0HI54HwCSTwXccCD3xXPVKpluk7rjvnFIeJKptX4gNBpqLhemi1tFBnQDyRyV1kWlnaWzmCgt9dJFvB7xIRIf4hlJI6KUsYaS5ZVaeb/wuZeVu3MuDhsHlnggSRYBjae7OswpJ3FXTq8uKusoNBSnk3pPbB1QWdw2taMSXbB4GCE/fN5CCieBWh7zswdaJBeOeN/rSvuLiJ9EXNwF+W7wSA7GpAVxS0MFkdHqlbBroxGKcMAdEr0MTBrQ9e2hyWC5/UEF/w2+gRUpmSpg8dARGeqbbsZUiigM04sY7Afhem618REs7jMsd7E4GlfQuT6ioqGAMQX0iGwNyymCaFag1kK/jZr0tJIHEhKS/4hLwGrGxDQ+xzp+l6zzKmh3gL5bJcc3b4lBtUU/KEcPHDU+Uifvdu2xoBOePvoD6b8FJ2Q+WG4Wd5osrbzqAhIhW9+FpHzL3wgJ2jONFnDA0rmNdlx8ozfBrm0VszJuIGSA0CvZtC0jA+zGed0bheoiHjC5mCSSJP4czpVZdC2WumsS9dK6jkcA+R3JrL9uufqmE9ulb9NMbUtfLHUevaUxMDbIsxeLs6fm9j+De8FTLWQiQ1Bcg0rFtaALieFTyoLl0a3hMLKJnJQAYydEEyGWJ2080a+YHdE09Hpv1HZJ4/eAG7mDQgDlHOqeoZmxOO7QwxRCuPH+OTY0FxWXbNxVL0fkhmiPUvoloRIVRpsXXGkIDNfVjYPxDw6nNruF17SqExk8rlWy2xYj5Zz4vUS2ZVX4VCtRCz/j2gfY2ckQgC0vbI5mfp5LQ4nrnyVlu0PuLrayGmcVCOg/h3dF5ZgdtaPkaK8JeZTDED+lmTzAi4wpaRovSCY+U2rp1rNDLC3rZiWa6W8P71CRLI/Uv3HVOWMCUvDzTKCJYrrP/m+HfKqmjO1ITmOugPqDAG5GFBEsKWNf7oMlz5WCc9NHTofgum4rTEztG87Vnq1kRgmPEccKZzemdqwz7g3CctLmliwwKGZ4Seo0O4O6DnLaA4MQ1XXeQ7uYQO9MDsL5DehgyS/o7TJPEbDEacwolDE6rInjSDSMolp6xhZh4v4kKmiPZLwq8Pw4ExfUFBMGLJ2xm4vPFQwXFT3Lx4yZGMw==", "name": "CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e"}}' 2018-12-12 15:29:33,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2158545c-a834-473a-869f-de0234d3c2d2 x-compute-request-id: req-2158545c-a834-473a-869f-de0234d3c2d2 Content-Encoding: gzip Content-Length: 1510 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wC459L+D5PlSzdg0kRpdz48Kx0G64nboZx8mQTRxPIxenLj7P63VhH3iRaDkDQCp3utanT8ksrZBhnoFRRhI94c95QXZhFgNGrlRuDEaQlY0OKVsevBsZWFEBkxDT6Q0etSKHsm0kULd8kyqeuFLaGH4/P2UFgxIutIgWmsP7eCi8VZ0BjKCIde8WDCCvrbHXuIKcmiAd7eLhgNGWNGa0XMLcgoWV3TASYFbTrVqtoVYZl0VdNeg46AZvjh1Kp5C2eYzDHlMXyZdkNgc21sfw3dO5IMD7eoplZ1kB3eq4mXiIGIuY/F+Jc+tUcmrhPYwdy1lEnsf+i8Lf9PZtW5YkZtN7HtpsPKXhf1XAfy0NerfvnskMJ5dvVXN+mZnXaS4qnnFgMzued5Qe2a6ltsguc4TEQX5rg2DWGN5MBjBPUh41QsXR1zw60VdO9H0iZ3XULcmyK4R6gt8PD9xNXDh3HhMfh2wk0pPPikmjZO1CNOwyZDiebwpa8HJVIbMJAortMeD3EFqj4wImLn9vVInSsKkuPum2c1Lc0HI54HwCSTwXccCD3xXPVKpluk7rjvnFIeJKptX4gNBpqLhemi1tFBnQDyRyV1kWlnaWzmCgt9dJFvB7xIRIf4hlJI6KUsYaS5ZVaeb/wuZeVu3MuDhsHlnggSRYBjae7OswpJ3FXTq8uKusoNBSnk3pPbB1QWdw2taMSXbB4GCE/fN5CCieBWh7zswdaJBeOeN/rSvuLiJ9EXNwF+W7wSA7GpAVxS0MFkdHqlbBroxGKcMAdEr0MTBrQ9e2hyWC5/UEF/w2+gRUpmSpg8dARGeqbbsZUiigM04sY7Afhem618REs7jMsd7E4GlfQuT6ioqGAMQX0iGwNyymCaFag1kK/jZr0tJIHEhKS/4hLwGrGxDQ+xzp+l6zzKmh3gL5bJcc3b4lBtUU/KEcPHDU+Uifvdu2xoBOePvoD6b8FJ2Q+WG4Wd5osrbzqAhIhW9+FpHzL3wgJ2jONFnDA0rmNdlx8ozfBrm0VszJuIGSA0CvZtC0jA+zGed0bheoiHjC5mCSSJP4czpVZdC2WumsS9dK6jkcA+R3JrL9uufqmE9ulb9NMbUtfLHUevaUxMDbIsxeLs6fm9j+De8FTLWQiQ1Bcg0rFtaALieFTyoLl0a3hMLKJnJQAYydEEyGWJ2080a+YHdE09Hpv1HZJ4/eAG7mDQgDlHOqeoZmxOO7QwxRCuPH+OTY0FxWXbNxVL0fkhmiPUvoloRIVRpsXXGkIDNfVjYPxDw6nNruF17SqExk8rlWy2xYj5Zz4vUS2ZVX4VCtRCz/j2gfY2ckQgC0vbI5mfp5LQ4nrnyVlu0PuLrayGmcVCOg/h3dF5ZgdtaPkaK8JeZTDED+lmTzAi4wpaRovSCY+U2rp1rNDLC3rZiWa6W8P71CRLI/Uv3HVOWMCUvDzTKCJYrrP/m+HfKqmjO1ITmOugPqDAG5GFBEsKWNf7oMlz5WCc9NHTofgum4rTEztG87Vnq1kRgmPEccKZzemdqwz7g3CctLmliwwKGZ4Seo0O4O6DnLaA4MQ1XXeQ7uYQO9MDsL5DehgyS/o7TJPEbDEacwolDE6rInjSDSMolp6xhZh4v4kKmiPZLwq8Pw4ExfUFBMGLJ2xm4vPFQwXFT3Lx4yZGMw==", "user_id": "a5723c5735a74cfebb2ed3afde5504fd", "name": "CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e", "fingerprint": "c3:a6:b8:5f:85:9b:af:51:c7:82:c8:ce:ce:05:29:29"}} 2018-12-12 15:29:33,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-2158545c-a834-473a-869f-de0234d3c2d2 2018-12-12 15:29:33,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:34,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d3fb6325aaa474a9d892623f0f0042a", "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj-role"}], "expires_at": "2018-12-12T16:29:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b973608fd1ad43cf89619a1dc19d4a60", "name": "CreateKeypairsTests-e3e0f4ca-6973-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b973608fd1ad43cf89619a1dc19d4a60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b973608fd1ad43cf89619a1dc19d4a60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b973608fd1ad43cf89619a1dc19d4a60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b973608fd1ad43cf89619a1dc19d4a60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b973608fd1ad43cf89619a1dc19d4a60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b973608fd1ad43cf89619a1dc19d4a60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b973608fd1ad43cf89619a1dc19d4a60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e3e0f4ca-6973-449-user", "id": "a5723c5735a74cfebb2ed3afde5504fd"}, "audit_ids": ["vJOaDuNeRy-HOomAR0d6rg"], "issued_at": "2018-12-12T15:29:34.000000Z"}} 2018-12-12 15:29:34,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f52f0ac02ce538c32b5b5c458087916c523f625" 2018-12-12 15:29:34,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29: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-67774614-bb6c-43d9-b629-f4cf2b452273 x-compute-request-id: req-67774614-bb6c-43d9-b629-f4cf2b452273 Content-Encoding: gzip Content-Length: 1570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wC459L+D5PlSzdg0kRpdz48Kx0G64nboZx8mQTRxPIxenLj7P63VhH3iRaDkDQCp3utanT8ksrZBhnoFRRhI94c95QXZhFgNGrlRuDEaQlY0OKVsevBsZWFEBkxDT6Q0etSKHsm0kULd8kyqeuFLaGH4/P2UFgxIutIgWmsP7eCi8VZ0BjKCIde8WDCCvrbHXuIKcmiAd7eLhgNGWNGa0XMLcgoWV3TASYFbTrVqtoVYZl0VdNeg46AZvjh1Kp5C2eYzDHlMXyZdkNgc21sfw3dO5IMD7eoplZ1kB3eq4mXiIGIuY/F+Jc+tUcmrhPYwdy1lEnsf+i8Lf9PZtW5YkZtN7HtpsPKXhf1XAfy0NerfvnskMJ5dvVXN+mZnXaS4qnnFgMzued5Qe2a6ltsguc4TEQX5rg2DWGN5MBjBPUh41QsXR1zw60VdO9H0iZ3XULcmyK4R6gt8PD9xNXDh3HhMfh2wk0pPPikmjZO1CNOwyZDiebwpa8HJVIbMJAortMeD3EFqj4wImLn9vVInSsKkuPum2c1Lc0HI54HwCSTwXccCD3xXPVKpluk7rjvnFIeJKptX4gNBpqLhemi1tFBnQDyRyV1kWlnaWzmCgt9dJFvB7xIRIf4hlJI6KUsYaS5ZVaeb/wuZeVu3MuDhsHlnggSRYBjae7OswpJ3FXTq8uKusoNBSnk3pPbB1QWdw2taMSXbB4GCE/fN5CCieBWh7zswdaJBeOeN/rSvuLiJ9EXNwF+W7wSA7GpAVxS0MFkdHqlbBroxGKcMAdEr0MTBrQ9e2hyWC5/UEF/w2+gRUpmSpg8dARGeqbbsZUiigM04sY7Afhem618REs7jMsd7E4GlfQuT6ioqGAMQX0iGwNyymCaFag1kK/jZr0tJIHEhKS/4hLwGrGxDQ+xzp+l6zzKmh3gL5bJcc3b4lBtUU/KEcPHDU+Uifvdu2xoBOePvoD6b8FJ2Q+WG4Wd5osrbzqAhIhW9+FpHzL3wgJ2jONFnDA0rmNdlx8ozfBrm0VszJuIGSA0CvZtC0jA+zGed0bheoiHjC5mCSSJP4czpVZdC2WumsS9dK6jkcA+R3JrL9uufqmE9ulb9NMbUtfLHUevaUxMDbIsxeLs6fm9j+De8FTLWQiQ1Bcg0rFtaALieFTyoLl0a3hMLKJnJQAYydEEyGWJ2080a+YHdE09Hpv1HZJ4/eAG7mDQgDlHOqeoZmxOO7QwxRCuPH+OTY0FxWXbNxVL0fkhmiPUvoloRIVRpsXXGkIDNfVjYPxDw6nNruF17SqExk8rlWy2xYj5Zz4vUS2ZVX4VCtRCz/j2gfY2ckQgC0vbI5mfp5LQ4nrnyVlu0PuLrayGmcVCOg/h3dF5ZgdtaPkaK8JeZTDED+lmTzAi4wpaRovSCY+U2rp1rNDLC3rZiWa6W8P71CRLI/Uv3HVOWMCUvDzTKCJYrrP/m+HfKqmjO1ITmOugPqDAG5GFBEsKWNf7oMlz5WCc9NHTofgum4rTEztG87Vnq1kRgmPEccKZzemdqwz7g3CctLmliwwKGZ4Seo0O4O6DnLaA4MQ1XXeQ7uYQO9MDsL5DehgyS/o7TJPEbDEacwolDE6rInjSDSMolp6xhZh4v4kKmiPZLwq8Pw4ExfUFBMGLJ2xm4vPFQwXFT3Lx4yZGMw==", "user_id": "a5723c5735a74cfebb2ed3afde5504fd", "name": "CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e", "deleted": false, "created_at": "2018-12-12T15:29:33.000000", "updated_at": null, "fingerprint": "c3:a6:b8:5f:85:9b:af:51:c7:82:c8:ce:ce:05:29:29", "deleted_at": null, "id": 68}} 2018-12-12 15:29:34,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e used request id req-67774614-bb6c-43d9-b629-f4cf2b452273 2018-12-12 15:29:34,841 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e 2018-12-12 15:29:34,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def43609fd232fe2281d20711c80879a2a6e111" 2018-12-12 15:29:34,880 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:29: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-897a1571-f22b-4243-9cca-61a7d097f488 x-compute-request-id: req-897a1571-f22b-4243-9cca-61a7d097f488 Content-Length: 0 Content-Type: application/json 2018-12-12 15:29:34,880 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-fc52ba9f-bd72-446c-962e-ac8c9131715e used request id req-897a1571-f22b-4243-9cca-61a7d097f488 2018-12-12 15:29:34,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:35,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7dfe9667-4023-4f7c-be20-dec579cf6474 Date: Wed, 12 Dec 2018 15:29:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:35,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7dfe9667-4023-4f7c-be20-dec579cf6474 2018-12-12 15:29:35,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:35,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dd95b77-23a7-419e-99bf-b5d8291b941e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:35,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-2dd95b77-23a7-419e-99bf-b5d8291b941e 2018-12-12 15:29:35,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:35,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d1f3925-4f5a-4c44-814a-11c4b9363725 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:35,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-0d1f3925-4f5a-4c44-814a-11c4b9363725 2018-12-12 15:29:35,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:35,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3709e44-d7af-42a4-9157-36ee73894b6a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:35,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-e3709e44-d7af-42a4-9157-36ee73894b6a 2018-12-12 15:29:35,385 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e3e0f4ca-6973-449-proj 2018-12-12 15:29:35,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b973608fd1ad43cf89619a1dc19d4a60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:35,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbc86f63-86a0-474e-af29-25da639623d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:35,590 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b973608fd1ad43cf89619a1dc19d4a60 used request id req-cbc86f63-86a0-474e-af29-25da639623d0 2018-12-12 15:29:35,590 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e3e0f4ca-6973-449-proj-role 2018-12-12 15:29:35,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/3d3fb6325aaa474a9d892623f0f0042a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:35,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4547583-ebbe-4e10-aee3-2f031389b328 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:35,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/3d3fb6325aaa474a9d892623f0f0042a used request id req-f4547583-ebbe-4e10-aee3-2f031389b328 2018-12-12 15:29:35,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c733683b8e3a73f2b908d33a5a8d59e198a62f0" 2018-12-12 15:29:35,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e226e81b-2a14-4471-be1b-4021f2f4d8e9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:35,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e226e81b-2a14-4471-be1b-4021f2f4d8e9 2018-12-12 15:29:35,802 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e3e0f4ca-6973-449-user 2018-12-12 15:29:35,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a5723c5735a74cfebb2ed3afde5504fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4927d58f59f2d76df1c08a292bfaf0e78e865bb" 2018-12-12 15:29:35,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0774f0d-7321-45bf-8822-33c777103735 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:35,961 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a5723c5735a74cfebb2ed3afde5504fd used request id req-a0774f0d-7321-45bf-8822-33c777103735 2018-12-12 15:29:35,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:36,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["CSbekDZQSieEPjaaRy8giA"], "issued_at": "2018-12-12T15:29:36.000000Z"}} 2018-12-12 15:29:36,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7125ec733276fdf44259eac85443c78869efcbf7" 2018-12-12 15:29:36,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42baee73-ae8c-457c-9d3a-ae92d6aed2a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:36,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-42baee73-ae8c-457c-9d3a-ae92d6aed2a7 2018-12-12 15:29:36,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:36,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:36,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0b-DyrS4Qp-xwYYnpcqq6g"], "issued_at": "2018-12-12T15:29:36.000000Z"}} 2018-12-12 15:29:36,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:36,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f4de5d-2404-40c8-ae55-c407274e8887 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:36,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-56f4de5d-2404-40c8-ae55-c407274e8887 2018-12-12 15:29:36,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:36,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:36,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9e9e09bf-34e9-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:36,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d702419-fa81-4ee5-8ed5-516973a5c1b4 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9e9e09bf-34e9-4c4-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:36,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9e9e09bf-34e9-4c4-proj used request id req-3d702419-fa81-4ee5-8ed5-516973a5c1b4 2018-12-12 15:29:36,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:37,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c558eaf9-9250-4a31-9669-f7b21d77b284 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:37,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c558eaf9-9250-4a31-9669-f7b21d77b284 2018-12-12 15:29:37,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj"}}' 2018-12-12 15:29:37,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ac21c80-f4db-4cd9-8a24-6f373afcc54b Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/362dc13e6fb747d79db93006804d1655"}, "enabled": true, "id": "362dc13e6fb747d79db93006804d1655", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj"}} 2018-12-12 15:29:37,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3ac21c80-f4db-4cd9-8a24-6f373afcc54b 2018-12-12 15:29:37,222 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-9e9e09bf-34e9-4c4-proj 2018-12-12 15:29:37,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:37,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:37,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["kIufeBvtRpiEQpit-kaoVA"], "issued_at": "2018-12-12T15:29:37.000000Z"}} 2018-12-12 15:29:37,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2e0d5d9b0edaf4e4bf066bc6e634f46cf6a39e" 2018-12-12 15:29:37,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12674a3d-9721-4f90-a726-bc202ad2a301 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:37,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-12674a3d-9721-4f90-a726-bc202ad2a301 2018-12-12 15:29:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:37,698 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:37,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2e0d5d9b0edaf4e4bf066bc6e634f46cf6a39e" 2018-12-12 15:29:37,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bbf60b3-10f0-4b25-bd16-038d28528ae5 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:37,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0bbf60b3-10f0-4b25-bd16-038d28528ae5 2018-12-12 15:29:37,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-9e9e09bf-34e9-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2e0d5d9b0edaf4e4bf066bc6e634f46cf6a39e" 2018-12-12 15:29:37,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4410697-18b8-405b-83c6-ccde8a53a3dc Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-9e9e09bf-34e9-4c4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/362dc13e6fb747d79db93006804d1655"}, "enabled": true, "id": "362dc13e6fb747d79db93006804d1655", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj"}]} 2018-12-12 15:29:37,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-9e9e09bf-34e9-4c4-proj used request id req-a4410697-18b8-405b-83c6-ccde8a53a3dc 2018-12-12 15:29:37,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2e0d5d9b0edaf4e4bf066bc6e634f46cf6a39e" 2018-12-12 15:29:37,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48f4fce-47d7-43e6-ab3a-806c2168af65 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:37,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b48f4fce-47d7-43e6-ab3a-806c2168af65 2018-12-12 15:29:38,281 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-9e9e09bf-34e9-4c4-user 2018-12-12 15:29:38,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:38,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:38,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e87fc7-ef17-4aee-9cf9-5047eb91d7a1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:38,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b1e87fc7-ef17-4aee-9cf9-5047eb91d7a1 2018-12-12 15:29:38,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" -d '{"role": {"name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj-role"}}' 2018-12-12 15:29:38,491 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22d33eed-c320-42c6-bde8-f2ace632bedf Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "63bfdab1d1b14f6482ee2b554e734fbf", "links": {"self": "http://172.30.9.29:5000/v3/roles/63bfdab1d1b14f6482ee2b554e734fbf"}, "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj-role"}} 2018-12-12 15:29:38,491 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-22d33eed-c320-42c6-bde8-f2ace632bedf 2018-12-12 15:29:38,491 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-9e9e09bf-34e9-4c4-proj-role 2018-12-12 15:29:38,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/63bfdab1d1b14f6482ee2b554e734fbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:38,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be733e0-6d7c-41a7-8cf5-d973ede94c7f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/63bfdab1d1b14f6482ee2b554e734fbf"}, "domain_id": null, "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj-role", "id": "63bfdab1d1b14f6482ee2b554e734fbf"}} 2018-12-12 15:29:38,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/63bfdab1d1b14f6482ee2b554e734fbf used request id req-2be733e0-6d7c-41a7-8cf5-d973ede94c7f 2018-12-12 15:29:38,575 - keystone_utils - INFO - Granting role CreateKeypairsTests-9e9e09bf-34e9-4c4-proj-role to project CreateKeypairsTests-9e9e09bf-34e9-4c4-proj 2018-12-12 15:29:38,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/362dc13e6fb747d79db93006804d1655/users/d4c4383da6f641859d936499cb086f4a/roles/63bfdab1d1b14f6482ee2b554e734fbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:38,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddbe808d-fd66-47d0-accb-0d9328cef068 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:38,727 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/362dc13e6fb747d79db93006804d1655/users/d4c4383da6f641859d936499cb086f4a/roles/63bfdab1d1b14f6482ee2b554e734fbf used request id req-ddbe808d-fd66-47d0-accb-0d9328cef068 2018-12-12 15:29:38,728 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:38,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:38,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:39,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63bfdab1d1b14f6482ee2b554e734fbf", "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj-role"}], "expires_at": "2018-12-12T16:29:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "362dc13e6fb747d79db93006804d1655", "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/362dc13e6fb747d79db93006804d1655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/362dc13e6fb747d79db93006804d1655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/362dc13e6fb747d79db93006804d1655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/362dc13e6fb747d79db93006804d1655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/362dc13e6fb747d79db93006804d1655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/362dc13e6fb747d79db93006804d1655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/362dc13e6fb747d79db93006804d1655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/362dc13e6fb747d79db93006804d1655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/362dc13e6fb747d79db93006804d1655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/362dc13e6fb747d79db93006804d1655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/362dc13e6fb747d79db93006804d1655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/362dc13e6fb747d79db93006804d1655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-user", "id": "d4c4383da6f641859d936499cb086f4a"}, "audit_ids": ["jedylGapRF6RpPuK9Mt79g"], "issued_at": "2018-12-12T15:29:39.000000Z"}} 2018-12-12 15:29:39,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ede82535c51aeb6ebea8a3ddac1fc0ea9b38ad" 2018-12-12 15:29:39,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f78e8f2-482b-472c-8b36-dc97ad3f0360 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:39,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1f78e8f2-482b-472c-8b36-dc97ad3f0360 2018-12-12 15:29:39,193 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:39,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ede82535c51aeb6ebea8a3ddac1fc0ea9b38ad" 2018-12-12 15:29:39,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f0d6221-658c-4672-89b4-03d166bc0b36 x-compute-request-id: req-0f0d6221-658c-4672-89b4-03d166bc0b36 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:29:39,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-0f0d6221-658c-4672-89b4-03d166bc0b36 2018-12-12 15:29:39,359 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12... 2018-12-12 15:29:39,359 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 15:29:39,408 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12 2018-12-12 15:29:39,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ede82535c51aeb6ebea8a3ddac1fc0ea9b38ad" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDSKM9rVOLAGWfzD0A4h2I2x80MdJ1Lero+1lRrr7gP8XldyEyM3lOIn2P9p26x/hWZEnKuTn/kg/p5eJvu8CZkPdSt3qyosG9DRvGbMyU2wosUxwmtbl/lJ8NszIGEGhXR5JUVMCqSZcHWI64d5iWiA74fzsitoN7/VvQ/ekMzlw==", "name": "CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12"}}' 2018-12-12 15:29:39,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-164ca1dc-b1c5-4513-b70b-b197f2be92e0 x-compute-request-id: req-164ca1dc-b1c5-4513-b70b-b197f2be92e0 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDSKM9rVOLAGWfzD0A4h2I2x80MdJ1Lero+1lRrr7gP8XldyEyM3lOIn2P9p26x/hWZEnKuTn/kg/p5eJvu8CZkPdSt3qyosG9DRvGbMyU2wosUxwmtbl/lJ8NszIGEGhXR5JUVMCqSZcHWI64d5iWiA74fzsitoN7/VvQ/ekMzlw==", "user_id": "d4c4383da6f641859d936499cb086f4a", "name": "CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12", "fingerprint": "26:ed:8a:06:7d:31:5e:26:06:7f:54:59:41:2c:13:a6"}} 2018-12-12 15:29:39,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-164ca1dc-b1c5-4513-b70b-b197f2be92e0 2018-12-12 15:29:39,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:39,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63bfdab1d1b14f6482ee2b554e734fbf", "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj-role"}], "expires_at": "2018-12-12T16:29:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "362dc13e6fb747d79db93006804d1655", "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/362dc13e6fb747d79db93006804d1655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/362dc13e6fb747d79db93006804d1655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/362dc13e6fb747d79db93006804d1655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/362dc13e6fb747d79db93006804d1655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/362dc13e6fb747d79db93006804d1655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/362dc13e6fb747d79db93006804d1655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/362dc13e6fb747d79db93006804d1655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/362dc13e6fb747d79db93006804d1655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/362dc13e6fb747d79db93006804d1655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/362dc13e6fb747d79db93006804d1655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/362dc13e6fb747d79db93006804d1655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/362dc13e6fb747d79db93006804d1655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-9e9e09bf-34e9-4c4-user", "id": "d4c4383da6f641859d936499cb086f4a"}, "audit_ids": ["decyWo5WRUeUx9YOt0xu-A"], "issued_at": "2018-12-12T15:29:39.000000Z"}} 2018-12-12 15:29:39,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b22ae7467fefc028c9bbffdc27d870e5eeaf18d" 2018-12-12 15:29:40,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a36ff56d-8f15-462f-9564-b8095b820735 x-compute-request-id: req-a36ff56d-8f15-462f-9564-b8095b820735 Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDSKM9rVOLAGWfzD0A4h2I2x80MdJ1Lero+1lRrr7gP8XldyEyM3lOIn2P9p26x/hWZEnKuTn/kg/p5eJvu8CZkPdSt3qyosG9DRvGbMyU2wosUxwmtbl/lJ8NszIGEGhXR5JUVMCqSZcHWI64d5iWiA74fzsitoN7/VvQ/ekMzlw==", "user_id": "d4c4383da6f641859d936499cb086f4a", "name": "CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12", "deleted": false, "created_at": "2018-12-12T15:29:39.000000", "updated_at": null, "fingerprint": "26:ed:8a:06:7d:31:5e:26:06:7f:54:59:41:2c:13:a6", "deleted_at": null, "id": 71}} 2018-12-12 15:29:40,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12 used request id req-a36ff56d-8f15-462f-9564-b8095b820735 2018-12-12 15:29:40,404 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12 2018-12-12 15:29:40,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ede82535c51aeb6ebea8a3ddac1fc0ea9b38ad" 2018-12-12 15:29:40,436 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:29:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42bc7bca-719f-4195-bbf3-a9ff4b6d1c49 x-compute-request-id: req-42bc7bca-719f-4195-bbf3-a9ff4b6d1c49 Content-Length: 0 Content-Type: application/json 2018-12-12 15:29:40,437 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-e293feb4-7f81-4539-aae5-19d8ddfc6b12 used request id req-42bc7bca-719f-4195-bbf3-a9ff4b6d1c49 2018-12-12 15:29:40,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:40,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d6e68e36-79ff-4321-bf19-616088779006 Date: Wed, 12 Dec 2018 15:29:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:40,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-d6e68e36-79ff-4321-bf19-616088779006 2018-12-12 15:29:40,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:40,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35164f4d-7679-4173-b45e-ca29124419a7 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:40,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-35164f4d-7679-4173-b45e-ca29124419a7 2018-12-12 15:29:40,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:40,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47d2f8b-77a3-4b6f-852d-cf0f15dba3d2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:40,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-b47d2f8b-77a3-4b6f-852d-cf0f15dba3d2 2018-12-12 15:29:40,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:40,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea39f650-0b53-44ac-ab3b-afbd3bec4e29 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:40,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-ea39f650-0b53-44ac-ab3b-afbd3bec4e29 2018-12-12 15:29:40,915 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-9e9e09bf-34e9-4c4-proj 2018-12-12 15:29:40,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/362dc13e6fb747d79db93006804d1655 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:41,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7da39bd-b13a-49df-9704-d291a0fd0c53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:41,111 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/362dc13e6fb747d79db93006804d1655 used request id req-b7da39bd-b13a-49df-9704-d291a0fd0c53 2018-12-12 15:29:41,111 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-9e9e09bf-34e9-4c4-proj-role 2018-12-12 15:29:41,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/63bfdab1d1b14f6482ee2b554e734fbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:41,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92feab88-7a1b-4a34-9e08-8a862b56fad2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:41,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/63bfdab1d1b14f6482ee2b554e734fbf used request id req-92feab88-7a1b-4a34-9e08-8a862b56fad2 2018-12-12 15:29:41,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc2d75a5b07fea429a4a1147ccb83fb9423b367" 2018-12-12 15:29:41,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab536b5-3498-42d3-b184-b4d39df9cf96 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:41,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0ab536b5-3498-42d3-b184-b4d39df9cf96 2018-12-12 15:29:41,304 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-9e9e09bf-34e9-4c4-user 2018-12-12 15:29:41,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d4c4383da6f641859d936499cb086f4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2e0d5d9b0edaf4e4bf066bc6e634f46cf6a39e" 2018-12-12 15:29:41,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5459b4d-38a9-4559-84d7-0c77fd44cdd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:41,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d4c4383da6f641859d936499cb086f4a used request id req-d5459b4d-38a9-4559-84d7-0c77fd44cdd1 2018-12-12 15:29:41,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:41,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["LPKNkiEIRmeswRioIQ8p-w"], "issued_at": "2018-12-12T15:29:41.000000Z"}} 2018-12-12 15:29:41,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9fee54e3a1c90f18aa33772a364eb4bbdb35e8" 2018-12-12 15:29:41,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09cce90d-1f40-4613-8edb-31fe2774f682 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:41,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-09cce90d-1f40-4613-8edb-31fe2774f682 2018-12-12 15:29:41,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:41,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:42,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["CzMVeVM3R5eZJwnxjrdqAQ"], "issued_at": "2018-12-12T15:29:42.000000Z"}} 2018-12-12 15:29:42,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:42,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ccbfbfc-c8dd-422d-a1fc-f9dbeda198a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:42,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4ccbfbfc-c8dd-422d-a1fc-f9dbeda198a9 2018-12-12 15:29:42,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:42,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:42,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-882d5d54-a5fb-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:42,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-397cf2ca-0a71-42ab-b3f4-62667a486950 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-882d5d54-a5fb-4c8-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:42,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-882d5d54-a5fb-4c8-proj used request id req-397cf2ca-0a71-42ab-b3f4-62667a486950 2018-12-12 15:29:42,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:42,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3cd908-48ad-47de-be8d-41baa5bf8ae5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:42,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4b3cd908-48ad-47de-be8d-41baa5bf8ae5 2018-12-12 15:29:42,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj"}}' 2018-12-12 15:29:42,778 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30a33465-7b5c-41fc-8b3e-12ba20eceee7 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/29dfd6347c6f42ea8c1a9dc85609961a"}, "enabled": true, "id": "29dfd6347c6f42ea8c1a9dc85609961a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj"}} 2018-12-12 15:29:42,778 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-30a33465-7b5c-41fc-8b3e-12ba20eceee7 2018-12-12 15:29:42,778 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-882d5d54-a5fb-4c8-proj 2018-12-12 15:29:42,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:42,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:43,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["-0S-rziOS5-yAhF71Y3IpQ"], "issued_at": "2018-12-12T15:29:43.000000Z"}} 2018-12-12 15:29:43,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b365fd83bd90ca1ba30d98942d2a0182a9b28262" 2018-12-12 15:29:43,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e79bfd8-4206-4ebe-a664-f8eef3a27ac8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:43,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0e79bfd8-4206-4ebe-a664-f8eef3a27ac8 2018-12-12 15:29:43,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:43,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b365fd83bd90ca1ba30d98942d2a0182a9b28262" 2018-12-12 15:29:43,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc2dcd31-2801-4b63-8da5-8f09c2fe10bb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:43,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cc2dcd31-2801-4b63-8da5-8f09c2fe10bb 2018-12-12 15:29:43,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-882d5d54-a5fb-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b365fd83bd90ca1ba30d98942d2a0182a9b28262" 2018-12-12 15:29:43,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d052b5fc-32e6-472f-931a-e85a1ee3a524 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-882d5d54-a5fb-4c8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/29dfd6347c6f42ea8c1a9dc85609961a"}, "enabled": true, "id": "29dfd6347c6f42ea8c1a9dc85609961a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj"}]} 2018-12-12 15:29:43,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-882d5d54-a5fb-4c8-proj used request id req-d052b5fc-32e6-472f-931a-e85a1ee3a524 2018-12-12 15:29:43,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b365fd83bd90ca1ba30d98942d2a0182a9b28262" 2018-12-12 15:29:43,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf61d03f-9686-4779-951c-56d919029bba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:43,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bf61d03f-9686-4779-951c-56d919029bba 2018-12-12 15:29:43,922 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-882d5d54-a5fb-4c8-user 2018-12-12 15:29:43,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:43,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:44,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c756cbb7-0ed1-4d63-b003-0f48ad4fae58 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:44,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c756cbb7-0ed1-4d63-b003-0f48ad4fae58 2018-12-12 15:29:44,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" -d '{"role": {"name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj-role"}}' 2018-12-12 15:29:44,125 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1ec870f-6ff7-4bd3-9433-1d53099a9d68 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "39f68a9ebf314f6bbe0535ea80d2a887", "links": {"self": "http://172.30.9.29:5000/v3/roles/39f68a9ebf314f6bbe0535ea80d2a887"}, "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj-role"}} 2018-12-12 15:29:44,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a1ec870f-6ff7-4bd3-9433-1d53099a9d68 2018-12-12 15:29:44,126 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-882d5d54-a5fb-4c8-proj-role 2018-12-12 15:29:44,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/39f68a9ebf314f6bbe0535ea80d2a887 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:44,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d49038c-6e68-4e10-b8c4-a067432f5998 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/39f68a9ebf314f6bbe0535ea80d2a887"}, "domain_id": null, "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj-role", "id": "39f68a9ebf314f6bbe0535ea80d2a887"}} 2018-12-12 15:29:44,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/39f68a9ebf314f6bbe0535ea80d2a887 used request id req-0d49038c-6e68-4e10-b8c4-a067432f5998 2018-12-12 15:29:44,221 - keystone_utils - INFO - Granting role CreateKeypairsTests-882d5d54-a5fb-4c8-proj-role to project CreateKeypairsTests-882d5d54-a5fb-4c8-proj 2018-12-12 15:29:44,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/29dfd6347c6f42ea8c1a9dc85609961a/users/c795047df361494284ae3e31f327f789/roles/39f68a9ebf314f6bbe0535ea80d2a887 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:44,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57942dcb-c5be-46d6-bb2c-48d7197ae23f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:44,337 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/29dfd6347c6f42ea8c1a9dc85609961a/users/c795047df361494284ae3e31f327f789/roles/39f68a9ebf314f6bbe0535ea80d2a887 used request id req-57942dcb-c5be-46d6-bb2c-48d7197ae23f 2018-12-12 15:29:44,338 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:44,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:44,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:44,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39f68a9ebf314f6bbe0535ea80d2a887", "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj-role"}], "expires_at": "2018-12-12T16:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29dfd6347c6f42ea8c1a9dc85609961a", "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-user", "id": "c795047df361494284ae3e31f327f789"}, "audit_ids": ["XfCIwsn9RXGLjCNsqtaoaw"], "issued_at": "2018-12-12T15:29:44.000000Z"}} 2018-12-12 15:29:44,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b64ac9e2c98cae06d38a619691390a12f4f67ed2" 2018-12-12 15:29:44,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b941305f-1ca3-46ce-9d0a-a33c06666b77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:44,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b941305f-1ca3-46ce-9d0a-a33c06666b77 2018-12-12 15:29:44,803 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:44,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b64ac9e2c98cae06d38a619691390a12f4f67ed2" 2018-12-12 15:29:44,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29: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-f62e891c-fcae-412b-a7cf-faadf374b134 x-compute-request-id: req-f62e891c-fcae-412b-a7cf-faadf374b134 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:29:44,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-f62e891c-fcae-412b-a7cf-faadf374b134 2018-12-12 15:29:44,986 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c... 2018-12-12 15:29:44,986 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 15:29:45,000 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c 2018-12-12 15:29:45,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b64ac9e2c98cae06d38a619691390a12f4f67ed2" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQhAQ6Dg7294Tu4lt6TdfEHQfeBDNAEqg7NgTA1x6FGFvkmJ0Y6n2ldPrDc+N+Lvnn5NdReVHzFJH9X6EEVj+Lf+kcdldWoN4dTMsHz3rAnshd67AynGGn1o5fNbwL5daVbdRl3l6/AvuWL0P7rhWUgM+xlNmcKYcYSQfvuSnB2Q==", "name": "CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c"}}' 2018-12-12 15:29:45,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29: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-353e33c9-a0a8-44ee-b6ac-b8866f918b73 x-compute-request-id: req-353e33c9-a0a8-44ee-b6ac-b8866f918b73 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQhAQ6Dg7294Tu4lt6TdfEHQfeBDNAEqg7NgTA1x6FGFvkmJ0Y6n2ldPrDc+N+Lvnn5NdReVHzFJH9X6EEVj+Lf+kcdldWoN4dTMsHz3rAnshd67AynGGn1o5fNbwL5daVbdRl3l6/AvuWL0P7rhWUgM+xlNmcKYcYSQfvuSnB2Q==", "user_id": "c795047df361494284ae3e31f327f789", "name": "CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c", "fingerprint": "91:29:6b:c7:39:07:8e:dc:e8:62:64:84:c2:e2:56:e5"}} 2018-12-12 15:29:45,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-353e33c9-a0a8-44ee-b6ac-b8866f918b73 2018-12-12 15:29:45,069 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c.pub 2018-12-12 15:29:45,069 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c 2018-12-12 15:29:45,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:45,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39f68a9ebf314f6bbe0535ea80d2a887", "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj-role"}], "expires_at": "2018-12-12T16:29:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29dfd6347c6f42ea8c1a9dc85609961a", "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/29dfd6347c6f42ea8c1a9dc85609961a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-882d5d54-a5fb-4c8-user", "id": "c795047df361494284ae3e31f327f789"}, "audit_ids": ["HqEipRcaTwqmyfIyRsIHrQ"], "issued_at": "2018-12-12T15:29:45.000000Z"}} 2018-12-12 15:29:45,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}269df2682a5941e24fa5111bd34ff1d969caddce" 2018-12-12 15:29:45,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29: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-6dc2d28f-c074-47e1-b7f5-38c033a769ee x-compute-request-id: req-6dc2d28f-c074-47e1-b7f5-38c033a769ee Content-Encoding: gzip Content-Length: 419 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQhAQ6Dg7294Tu4lt6TdfEHQfeBDNAEqg7NgTA1x6FGFvkmJ0Y6n2ldPrDc+N+Lvnn5NdReVHzFJH9X6EEVj+Lf+kcdldWoN4dTMsHz3rAnshd67AynGGn1o5fNbwL5daVbdRl3l6/AvuWL0P7rhWUgM+xlNmcKYcYSQfvuSnB2Q==", "user_id": "c795047df361494284ae3e31f327f789", "name": "CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c", "deleted": false, "created_at": "2018-12-12T15:29:45.000000", "updated_at": null, "fingerprint": "91:29:6b:c7:39:07:8e:dc:e8:62:64:84:c2:e2:56:e5", "deleted_at": null, "id": 74}} 2018-12-12 15:29:45,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c used request id req-6dc2d28f-c074-47e1-b7f5-38c033a769ee 2018-12-12 15:29:45,607 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c 2018-12-12 15:29:45,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b64ac9e2c98cae06d38a619691390a12f4f67ed2" 2018-12-12 15:29:45,646 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:29: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-91ab2b22-0fde-459a-8d1b-c0ece48d248a x-compute-request-id: req-91ab2b22-0fde-459a-8d1b-c0ece48d248a Content-Length: 0 Content-Type: application/json 2018-12-12 15:29:45,646 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c used request id req-91ab2b22-0fde-459a-8d1b-c0ece48d248a 2018-12-12 15:29:45,646 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c.pub] 2018-12-12 15:29:45,647 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-ea9f790b-2cb0-4e39-9012-f9c0d251eb0c] 2018-12-12 15:29:45,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:45,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5d2f80b7-92e7-4b0b-a7d2-ad6208826433 Date: Wed, 12 Dec 2018 15:29:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:45,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-5d2f80b7-92e7-4b0b-a7d2-ad6208826433 2018-12-12 15:29:45,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:45,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c254e3dd-4a12-4961-8fa6-56a90bcb5e63 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:45,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-c254e3dd-4a12-4961-8fa6-56a90bcb5e63 2018-12-12 15:29:45,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:46,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04539ce4-ced3-48da-a680-3a675f1a6b75 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:46,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-04539ce4-ced3-48da-a680-3a675f1a6b75 2018-12-12 15:29:46,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:46,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba663ef-12a5-46e2-a4f6-33caff39c55f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:46,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-eba663ef-12a5-46e2-a4f6-33caff39c55f 2018-12-12 15:29:46,161 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-882d5d54-a5fb-4c8-proj 2018-12-12 15:29:46,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/29dfd6347c6f42ea8c1a9dc85609961a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:46,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-627410a2-3c75-41a8-863e-27526633d165 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:46,361 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/29dfd6347c6f42ea8c1a9dc85609961a used request id req-627410a2-3c75-41a8-863e-27526633d165 2018-12-12 15:29:46,362 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-882d5d54-a5fb-4c8-proj-role 2018-12-12 15:29:46,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/39f68a9ebf314f6bbe0535ea80d2a887 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:46,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c4398b7-bd92-49c8-88ce-b9b4ae555503 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:46,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/39f68a9ebf314f6bbe0535ea80d2a887 used request id req-8c4398b7-bd92-49c8-88ce-b9b4ae555503 2018-12-12 15:29:46,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722b08bd29ec52bda33a141ac5d1482888e1c39a" 2018-12-12 15:29:46,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983644f3-5be9-4a0e-a3e3-5f725b08c1e4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:46,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-983644f3-5be9-4a0e-a3e3-5f725b08c1e4 2018-12-12 15:29:46,558 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-882d5d54-a5fb-4c8-user 2018-12-12 15:29:46,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c795047df361494284ae3e31f327f789 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b365fd83bd90ca1ba30d98942d2a0182a9b28262" 2018-12-12 15:29:46,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62a1876d-36ca-4520-8bda-ee4956ee0f4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:46,730 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c795047df361494284ae3e31f327f789 used request id req-62a1876d-36ca-4520-8bda-ee4956ee0f4d 2018-12-12 15:29:46,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:47,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0UeXqDFbRcO6DYOdUB3mzw"], "issued_at": "2018-12-12T15:29:47.000000Z"}} 2018-12-12 15:29:47,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca1d2c0e1c1daf2931474febdc4644b2ae7653e" 2018-12-12 15:29:47,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-582f3574-243a-4e4f-95c1-2ff0747e7836 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:47,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-582f3574-243a-4e4f-95c1-2ff0747e7836 2018-12-12 15:29:47,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:47,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:47,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["a7Us9SfsSi-NnwNwLZYVLQ"], "issued_at": "2018-12-12T15:29:47.000000Z"}} 2018-12-12 15:29:47,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:47,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e578ddd7-7987-4766-8c57-fa2fcb2d5fb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:47,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e578ddd7-7987-4766-8c57-fa2fcb2d5fb3 2018-12-12 15:29:47,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:47,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:47,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-708e704e-359a-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:47,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39cc60b2-577f-4c75-8956-829ddca24a08 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-708e704e-359a-4f0-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:47,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-708e704e-359a-4f0-proj used request id req-39cc60b2-577f-4c75-8956-829ddca24a08 2018-12-12 15:29:47,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:47,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5964066d-55c8-4a97-aac3-ce85420c7f69 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:47,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5964066d-55c8-4a97-aac3-ce85420c7f69 2018-12-12 15:29:47,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-708e704e-359a-4f0-proj"}}' 2018-12-12 15:29:47,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da5ac99a-07a1-4b46-82c9-a529b8db1266 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d67485957cbe452ca726d75611ee9235"}, "enabled": true, "id": "d67485957cbe452ca726d75611ee9235", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-708e704e-359a-4f0-proj"}} 2018-12-12 15:29:47,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-da5ac99a-07a1-4b46-82c9-a529b8db1266 2018-12-12 15:29:47,994 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-708e704e-359a-4f0-proj 2018-12-12 15:29:47,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:47,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:48,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["fHY8EDgyRLOg0REZFJhN-g"], "issued_at": "2018-12-12T15:29:48.000000Z"}} 2018-12-12 15:29:48,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc6171852609d6f3a96573d958f065106f12708" 2018-12-12 15:29:48,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99fc23d7-b546-4d10-8ddd-4d0e8715f567 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:48,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-99fc23d7-b546-4d10-8ddd-4d0e8715f567 2018-12-12 15:29:48,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:48,473 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:48,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc6171852609d6f3a96573d958f065106f12708" 2018-12-12 15:29:48,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106182fb-e182-43bf-b071-a64739909f5b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:48,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-106182fb-e182-43bf-b071-a64739909f5b 2018-12-12 15:29:48,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-708e704e-359a-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc6171852609d6f3a96573d958f065106f12708" 2018-12-12 15:29:48,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44e35e0f-0a59-4144-9890-83e834dce4a7 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-708e704e-359a-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d67485957cbe452ca726d75611ee9235"}, "enabled": true, "id": "d67485957cbe452ca726d75611ee9235", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-708e704e-359a-4f0-proj"}]} 2018-12-12 15:29:48,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-708e704e-359a-4f0-proj used request id req-44e35e0f-0a59-4144-9890-83e834dce4a7 2018-12-12 15:29:48,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc6171852609d6f3a96573d958f065106f12708" 2018-12-12 15:29:48,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106c671f-a094-4928-a067-294f73c72724 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:48,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-106c671f-a094-4928-a067-294f73c72724 2018-12-12 15:29:49,047 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-708e704e-359a-4f0-user 2018-12-12 15:29:49,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:49,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:49,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75e065d0-104a-4494-9a03-8217af1304bd Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:49,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-75e065d0-104a-4494-9a03-8217af1304bd 2018-12-12 15:29:49,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" -d '{"role": {"name": "CreateKeypairsTests-708e704e-359a-4f0-proj-role"}}' 2018-12-12 15:29:49,323 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-235581c5-00e7-4802-86fe-273f9928a3ce Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "121630ecc22d48d493f1dc5c90d36f03", "links": {"self": "http://172.30.9.29:5000/v3/roles/121630ecc22d48d493f1dc5c90d36f03"}, "name": "CreateKeypairsTests-708e704e-359a-4f0-proj-role"}} 2018-12-12 15:29:49,323 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-235581c5-00e7-4802-86fe-273f9928a3ce 2018-12-12 15:29:49,324 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-708e704e-359a-4f0-proj-role 2018-12-12 15:29:49,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/121630ecc22d48d493f1dc5c90d36f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:49,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ff6a5d-0cb4-48d3-a9e4-ffdae6da5f7c Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/121630ecc22d48d493f1dc5c90d36f03"}, "domain_id": null, "name": "CreateKeypairsTests-708e704e-359a-4f0-proj-role", "id": "121630ecc22d48d493f1dc5c90d36f03"}} 2018-12-12 15:29:49,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/121630ecc22d48d493f1dc5c90d36f03 used request id req-28ff6a5d-0cb4-48d3-a9e4-ffdae6da5f7c 2018-12-12 15:29:49,345 - keystone_utils - INFO - Granting role CreateKeypairsTests-708e704e-359a-4f0-proj-role to project CreateKeypairsTests-708e704e-359a-4f0-proj 2018-12-12 15:29:49,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/d67485957cbe452ca726d75611ee9235/users/116f1224352e451f861d4a21a1dbff1e/roles/121630ecc22d48d493f1dc5c90d36f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:49,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6a17a42-fbc5-4bbd-90e7-2a525c9d6b0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:49,475 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/d67485957cbe452ca726d75611ee9235/users/116f1224352e451f861d4a21a1dbff1e/roles/121630ecc22d48d493f1dc5c90d36f03 used request id req-b6a17a42-fbc5-4bbd-90e7-2a525c9d6b0e 2018-12-12 15:29:49,476 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:49,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:49,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:49,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "121630ecc22d48d493f1dc5c90d36f03", "name": "CreateKeypairsTests-708e704e-359a-4f0-proj-role"}], "expires_at": "2018-12-12T16:29:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d67485957cbe452ca726d75611ee9235", "name": "CreateKeypairsTests-708e704e-359a-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d67485957cbe452ca726d75611ee9235", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d67485957cbe452ca726d75611ee9235", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d67485957cbe452ca726d75611ee9235", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d67485957cbe452ca726d75611ee9235", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d67485957cbe452ca726d75611ee9235", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d67485957cbe452ca726d75611ee9235", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d67485957cbe452ca726d75611ee9235", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d67485957cbe452ca726d75611ee9235", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d67485957cbe452ca726d75611ee9235", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d67485957cbe452ca726d75611ee9235", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d67485957cbe452ca726d75611ee9235", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d67485957cbe452ca726d75611ee9235", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-708e704e-359a-4f0-user", "id": "116f1224352e451f861d4a21a1dbff1e"}, "audit_ids": ["fiYfdrYfR22n-sC5zU81tA"], "issued_at": "2018-12-12T15:29:49.000000Z"}} 2018-12-12 15:29:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89b0931c3afd1e76e3981eb5b053aa36e712708" 2018-12-12 15:29:49,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f573c4-ade8-430f-802c-63d95a5fd845 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:49,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d8f573c4-ade8-430f-802c-63d95a5fd845 2018-12-12 15:29:49,923 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:49,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89b0931c3afd1e76e3981eb5b053aa36e712708" 2018-12-12 15:29:50,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1aca79ce-17bf-47f6-a6da-e63714c85067 x-compute-request-id: req-1aca79ce-17bf-47f6-a6da-e63714c85067 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:29:50,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-1aca79ce-17bf-47f6-a6da-e63714c85067 2018-12-12 15:29:50,094 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e... 2018-12-12 15:29:50,094 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 15:29:50,166 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e 2018-12-12 15:29:50,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89b0931c3afd1e76e3981eb5b053aa36e712708" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCuiJPL42FN/OHeJN2rWrFKc9rlG+PJJ8P0ZhWsTS0UpJ75JjGdMwOfsE+VTAIfCrrpkIDrTkupEjXOTRixJLxQx6b93qSFysVaxwevxRgnFSiFEtNE57cKeBDM9YNu6W1XU9OozPTi585U3gCfUWXI+n9FN2/WeDwfzAc7Qb6Pew==", "name": "CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e"}}' 2018-12-12 15:29:50,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9da1fc84-30f0-4e7b-8031-46139df3e7c3 x-compute-request-id: req-9da1fc84-30f0-4e7b-8031-46139df3e7c3 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCuiJPL42FN/OHeJN2rWrFKc9rlG+PJJ8P0ZhWsTS0UpJ75JjGdMwOfsE+VTAIfCrrpkIDrTkupEjXOTRixJLxQx6b93qSFysVaxwevxRgnFSiFEtNE57cKeBDM9YNu6W1XU9OozPTi585U3gCfUWXI+n9FN2/WeDwfzAc7Qb6Pew==", "user_id": "116f1224352e451f861d4a21a1dbff1e", "name": "CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e", "fingerprint": "05:69:c9:02:2a:22:38:7b:9e:9c:7d:cf:c2:27:19:09"}} 2018-12-12 15:29:50,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-9da1fc84-30f0-4e7b-8031-46139df3e7c3 2018-12-12 15:29:50,226 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e.pub 2018-12-12 15:29:50,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:50,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "121630ecc22d48d493f1dc5c90d36f03", "name": "CreateKeypairsTests-708e704e-359a-4f0-proj-role"}], "expires_at": "2018-12-12T16:29:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d67485957cbe452ca726d75611ee9235", "name": "CreateKeypairsTests-708e704e-359a-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d67485957cbe452ca726d75611ee9235", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d67485957cbe452ca726d75611ee9235", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d67485957cbe452ca726d75611ee9235", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d67485957cbe452ca726d75611ee9235", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d67485957cbe452ca726d75611ee9235", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d67485957cbe452ca726d75611ee9235", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d67485957cbe452ca726d75611ee9235", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d67485957cbe452ca726d75611ee9235", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d67485957cbe452ca726d75611ee9235", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d67485957cbe452ca726d75611ee9235", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d67485957cbe452ca726d75611ee9235", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d67485957cbe452ca726d75611ee9235", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-708e704e-359a-4f0-user", "id": "116f1224352e451f861d4a21a1dbff1e"}, "audit_ids": ["XPwCpABtREKRpSkaFD9Ltw"], "issued_at": "2018-12-12T15:29:50.000000Z"}} 2018-12-12 15:29:50,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ccb9c2ecdeb29d86bb726057311ce3b603db862" 2018-12-12 15:29:50,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f638a9b9-1de8-4002-a952-f87ab308e28d x-compute-request-id: req-f638a9b9-1de8-4002-a952-f87ab308e28d Content-Encoding: gzip Content-Length: 422 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCuiJPL42FN/OHeJN2rWrFKc9rlG+PJJ8P0ZhWsTS0UpJ75JjGdMwOfsE+VTAIfCrrpkIDrTkupEjXOTRixJLxQx6b93qSFysVaxwevxRgnFSiFEtNE57cKeBDM9YNu6W1XU9OozPTi585U3gCfUWXI+n9FN2/WeDwfzAc7Qb6Pew==", "user_id": "116f1224352e451f861d4a21a1dbff1e", "name": "CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e", "deleted": false, "created_at": "2018-12-12T15:29:50.000000", "updated_at": null, "fingerprint": "05:69:c9:02:2a:22:38:7b:9e:9c:7d:cf:c2:27:19:09", "deleted_at": null, "id": 77}} 2018-12-12 15:29:50,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e used request id req-f638a9b9-1de8-4002-a952-f87ab308e28d 2018-12-12 15:29:50,772 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e 2018-12-12 15:29:50,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89b0931c3afd1e76e3981eb5b053aa36e712708" 2018-12-12 15:29:50,803 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:29:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4ecbf4a-1f63-4d74-8021-e04c726be39e x-compute-request-id: req-c4ecbf4a-1f63-4d74-8021-e04c726be39e Content-Length: 0 Content-Type: application/json 2018-12-12 15:29:50,803 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e used request id req-c4ecbf4a-1f63-4d74-8021-e04c726be39e 2018-12-12 15:29:50,804 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-716f671a-268e-4999-8e28-d1b0fa14099e.pub] 2018-12-12 15:29:50,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:51,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7798f166-eb07-46cf-9f04-afa87b9a272d Date: Wed, 12 Dec 2018 15:29:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:51,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7798f166-eb07-46cf-9f04-afa87b9a272d 2018-12-12 15:29:51,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:51,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-353cee64-29e6-454f-b928-e0b29397fa42 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:51,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-353cee64-29e6-454f-b928-e0b29397fa42 2018-12-12 15:29:51,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:51,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba39532-712f-4df3-b93d-d668262242e4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:51,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-4ba39532-712f-4df3-b93d-d668262242e4 2018-12-12 15:29:51,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:51,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86504d47-f544-487c-8ec3-746820be38ab Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:51,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-86504d47-f544-487c-8ec3-746820be38ab 2018-12-12 15:29:51,309 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-708e704e-359a-4f0-proj 2018-12-12 15:29:51,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/d67485957cbe452ca726d75611ee9235 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:51,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a306ed2a-d299-473c-a488-2e986b5a9914 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:51,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d67485957cbe452ca726d75611ee9235 used request id req-a306ed2a-d299-473c-a488-2e986b5a9914 2018-12-12 15:29:51,505 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-708e704e-359a-4f0-proj-role 2018-12-12 15:29:51,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/121630ecc22d48d493f1dc5c90d36f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:51,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95a09b1f-268c-4ef4-81d4-9a595a486e94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:51,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/121630ecc22d48d493f1dc5c90d36f03 used request id req-95a09b1f-268c-4ef4-81d4-9a595a486e94 2018-12-12 15:29:51,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7fd1a90632fc2a69fecd912a39f26ea4adaf5a" 2018-12-12 15:29:51,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0d8c2db-ca34-4585-aaf1-64c907896a62 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:51,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a0d8c2db-ca34-4585-aaf1-64c907896a62 2018-12-12 15:29:51,708 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-708e704e-359a-4f0-user 2018-12-12 15:29:51,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/116f1224352e451f861d4a21a1dbff1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc6171852609d6f3a96573d958f065106f12708" 2018-12-12 15:29:51,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4fbc4c9-6332-49f5-b8ae-eb6df80ff354 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:51,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/116f1224352e451f861d4a21a1dbff1e used request id req-d4fbc4c9-6332-49f5-b8ae-eb6df80ff354 2018-12-12 15:29:51,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:52,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AVPOzZ7DTYOUJkXdjV2K8A"], "issued_at": "2018-12-12T15:29:52.000000Z"}} 2018-12-12 15:29:52,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b4d5694e9f021e5ee5981826c3cdef7a1b2940" 2018-12-12 15:29:52,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f15b743-7163-4f07-bdf5-54bd565a314f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:52,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6f15b743-7163-4f07-bdf5-54bd565a314f 2018-12-12 15:29:52,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:52,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:52,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["3nqUECBERnOsLMdjVz_v4A"], "issued_at": "2018-12-12T15:29:52.000000Z"}} 2018-12-12 15:29:52,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:52,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e484a3-8b14-474a-b7e9-9fa810c8b0fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:52,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e2e484a3-8b14-474a-b7e9-9fa810c8b0fe 2018-12-12 15:29:52,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:52,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:52,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-490e273e-1638-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:52,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b94f4b-720a-4bbe-a3cc-a371e1f33ea7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-490e273e-1638-40e-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:52,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-490e273e-1638-40e-proj used request id req-39b94f4b-720a-4bbe-a3cc-a371e1f33ea7 2018-12-12 15:29:52,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:52,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f39d92d-7002-4941-ae0d-e15a7d706a86 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:52,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9f39d92d-7002-4941-ae0d-e15a7d706a86 2018-12-12 15:29:52,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-490e273e-1638-40e-proj"}}' 2018-12-12 15:29:53,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e61626ea-b317-4139-8d43-6a04458e9d6e Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0e95c64583234328b9da8b594848b3e0"}, "enabled": true, "id": "0e95c64583234328b9da8b594848b3e0", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-490e273e-1638-40e-proj"}} 2018-12-12 15:29:53,096 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e61626ea-b317-4139-8d43-6a04458e9d6e 2018-12-12 15:29:53,096 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-490e273e-1638-40e-proj 2018-12-12 15:29:53,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:53,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:53,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["pyRzS9ylRUOysOa6VOp1yA"], "issued_at": "2018-12-12T15:29:53.000000Z"}} 2018-12-12 15:29:53,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15cab6568cd83400450609a36b867e91e8155c5" 2018-12-12 15:29:53,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-023e77b8-44a9-42db-80f8-79301cd6a523 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:53,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-023e77b8-44a9-42db-80f8-79301cd6a523 2018-12-12 15:29:53,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:53,573 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:53,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15cab6568cd83400450609a36b867e91e8155c5" 2018-12-12 15:29:53,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cedee393-a045-4137-8c59-6b0839cdd98f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:53,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cedee393-a045-4137-8c59-6b0839cdd98f 2018-12-12 15:29:53,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-490e273e-1638-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15cab6568cd83400450609a36b867e91e8155c5" 2018-12-12 15:29:53,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-986057fd-4bcf-48e4-b60e-c658f6e70e3a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-490e273e-1638-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0e95c64583234328b9da8b594848b3e0"}, "enabled": true, "id": "0e95c64583234328b9da8b594848b3e0", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-490e273e-1638-40e-proj"}]} 2018-12-12 15:29:53,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-490e273e-1638-40e-proj used request id req-986057fd-4bcf-48e4-b60e-c658f6e70e3a 2018-12-12 15:29:53,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15cab6568cd83400450609a36b867e91e8155c5" 2018-12-12 15:29:53,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c83351-2fce-4ed3-9491-47c19148e0b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:53,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-38c83351-2fce-4ed3-9491-47c19148e0b7 2018-12-12 15:29:54,191 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-490e273e-1638-40e-user 2018-12-12 15:29:54,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:54,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:54,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1e0a62-e177-498c-8893-e4e1187d7a42 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:54,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2a1e0a62-e177-498c-8893-e4e1187d7a42 2018-12-12 15:29:54,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" -d '{"role": {"name": "CreateKeypairsCleanupTests-490e273e-1638-40e-proj-role"}}' 2018-12-12 15:29:54,389 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-073a9c61-9861-4ea3-8e27-3fe1b4ffc4c2 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97c6ccf236ce4861a7a50599502e71e1", "links": {"self": "http://172.30.9.29:5000/v3/roles/97c6ccf236ce4861a7a50599502e71e1"}, "name": "CreateKeypairsCleanupTests-490e273e-1638-40e-proj-role"}} 2018-12-12 15:29:54,389 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-073a9c61-9861-4ea3-8e27-3fe1b4ffc4c2 2018-12-12 15:29:54,389 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-490e273e-1638-40e-proj-role 2018-12-12 15:29:54,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/97c6ccf236ce4861a7a50599502e71e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:54,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cba432a-2c66-4e28-b487-f90c9cf25f95 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/97c6ccf236ce4861a7a50599502e71e1"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-490e273e-1638-40e-proj-role", "id": "97c6ccf236ce4861a7a50599502e71e1"}} 2018-12-12 15:29:54,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/97c6ccf236ce4861a7a50599502e71e1 used request id req-0cba432a-2c66-4e28-b487-f90c9cf25f95 2018-12-12 15:29:54,407 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-490e273e-1638-40e-proj-role to project CreateKeypairsCleanupTests-490e273e-1638-40e-proj 2018-12-12 15:29:54,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0e95c64583234328b9da8b594848b3e0/users/c95fed95aa164b8998882c23621d5175/roles/97c6ccf236ce4861a7a50599502e71e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:54,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e140e1f-88d2-4108-81bd-047a27be56fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:54,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0e95c64583234328b9da8b594848b3e0/users/c95fed95aa164b8998882c23621d5175/roles/97c6ccf236ce4861a7a50599502e71e1 used request id req-9e140e1f-88d2-4108-81bd-047a27be56fd 2018-12-12 15:29:54,547 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:54,700 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614.pub 2018-12-12 15:29:54,700 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614 2018-12-12 15:29:54,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:54,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:55,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97c6ccf236ce4861a7a50599502e71e1", "name": "CreateKeypairsCleanupTests-490e273e-1638-40e-proj-role"}], "expires_at": "2018-12-12T16:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e95c64583234328b9da8b594848b3e0", "name": "CreateKeypairsCleanupTests-490e273e-1638-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0e95c64583234328b9da8b594848b3e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0e95c64583234328b9da8b594848b3e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0e95c64583234328b9da8b594848b3e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0e95c64583234328b9da8b594848b3e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0e95c64583234328b9da8b594848b3e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0e95c64583234328b9da8b594848b3e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0e95c64583234328b9da8b594848b3e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0e95c64583234328b9da8b594848b3e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0e95c64583234328b9da8b594848b3e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0e95c64583234328b9da8b594848b3e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0e95c64583234328b9da8b594848b3e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0e95c64583234328b9da8b594848b3e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-490e273e-1638-40e-user", "id": "c95fed95aa164b8998882c23621d5175"}, "audit_ids": ["8dgJwm_5R3CKT906Ui0GEw"], "issued_at": "2018-12-12T15:29:55.000000Z"}} 2018-12-12 15:29:55,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f99563955169401ecedf07d4f49badc0ede0e9" 2018-12-12 15:29:55,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14fec41f-693d-45d7-aa46-5931d8ea105b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:55,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-14fec41f-693d-45d7-aa46-5931d8ea105b 2018-12-12 15:29:55,154 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:29:55,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f99563955169401ecedf07d4f49badc0ede0e9" 2018-12-12 15:29:55,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-090554a6-ccfd-43dd-a375-5e806601a6e9 x-compute-request-id: req-090554a6-ccfd-43dd-a375-5e806601a6e9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:29:55,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-090554a6-ccfd-43dd-a375-5e806601a6e9 2018-12-12 15:29:55,771 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614... 2018-12-12 15:29:55,772 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-12 15:29:55,772 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614.pub 2018-12-12 15:29:55,772 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614 2018-12-12 15:29:55,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f99563955169401ecedf07d4f49badc0ede0e9" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+sSPMIRU/uNg4amYbeo5ETRFArYaBHT2EXOfnS8zzqwGnYCAkG8F+CNVSjwZMPAKuYBsblRT9Ws9dNfxiaXDtKqNyc6pCyGTXtMg/1LPFvI6LRlxBO6AD0yhJsWNXkqD9jPTVx+6fo+W7zH6NGfn4gnUwL96u4Yvoo+htHus/V2rBNj9d3Z0trLUbZeQ5Q2HWvgLmGz86/KC7YbJMyrK3+2QkLXGV9JdXGjIMcAm1AjOIKGAfaUtC+ZG/yvjUELtRcvNzosbYMAQ/5UETO6YAbtxp0x0bi9SQHw2XEBLOXjlRk3d5pvtApL4Qsk5hh9BIRdgt6dheMBxdTgg9Lo8x", "name": "CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614"}}' 2018-12-12 15:29:55,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-a2fb4a37-9cbc-4df6-8483-1536a06ce07e x-compute-request-id: req-a2fb4a37-9cbc-4df6-8483-1536a06ce07e Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+sSPMIRU/uNg4amYbeo5ETRFArYaBHT2EXOfnS8zzqwGnYCAkG8F+CNVSjwZMPAKuYBsblRT9Ws9dNfxiaXDtKqNyc6pCyGTXtMg/1LPFvI6LRlxBO6AD0yhJsWNXkqD9jPTVx+6fo+W7zH6NGfn4gnUwL96u4Yvoo+htHus/V2rBNj9d3Z0trLUbZeQ5Q2HWvgLmGz86/KC7YbJMyrK3+2QkLXGV9JdXGjIMcAm1AjOIKGAfaUtC+ZG/yvjUELtRcvNzosbYMAQ/5UETO6YAbtxp0x0bi9SQHw2XEBLOXjlRk3d5pvtApL4Qsk5hh9BIRdgt6dheMBxdTgg9Lo8x", "user_id": "c95fed95aa164b8998882c23621d5175", "name": "CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614", "fingerprint": "fa:eb:9a:aa:4c:43:5f:f9:95:76:45:8b:fb:b3:be:d1"}} 2018-12-12 15:29:55,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a2fb4a37-9cbc-4df6-8483-1536a06ce07e 2018-12-12 15:29:55,833 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614 2018-12-12 15:29:55,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f99563955169401ecedf07d4f49badc0ede0e9" 2018-12-12 15:29:55,867 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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-846af5d4-07a5-4a2d-9acc-8846d5c92890 x-compute-request-id: req-846af5d4-07a5-4a2d-9acc-8846d5c92890 Content-Length: 0 Content-Type: application/json 2018-12-12 15:29:55,867 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614 used request id req-846af5d4-07a5-4a2d-9acc-8846d5c92890 2018-12-12 15:29:55,868 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614.pub] 2018-12-12 15:29:55,868 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-8c8c1f4f-dc21-41d0-b31c-9ec6eba6d614] 2018-12-12 15:29:55,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:56,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5fbaf7e2-aaa4-457f-b111-8acded2ad42d Date: Wed, 12 Dec 2018 15:29:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:29:56,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-5fbaf7e2-aaa4-457f-b111-8acded2ad42d 2018-12-12 15:29:56,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:56,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df266580-8983-430a-be3d-98f903551810 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:29:56,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-df266580-8983-430a-be3d-98f903551810 2018-12-12 15:29:56,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:56,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79b7c568-0c94-4191-b8e0-6d31777e5760 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:29:56,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-79b7c568-0c94-4191-b8e0-6d31777e5760 2018-12-12 15:29:56,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:56,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6784c3d9-c285-42e7-b10f-e5bb77c270bc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:29:56,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-6784c3d9-c285-42e7-b10f-e5bb77c270bc 2018-12-12 15:29:56,381 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-490e273e-1638-40e-proj 2018-12-12 15:29:56,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0e95c64583234328b9da8b594848b3e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:56,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7fecaa3-061a-4ce9-8caf-f0275f612a4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:56,698 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0e95c64583234328b9da8b594848b3e0 used request id req-d7fecaa3-061a-4ce9-8caf-f0275f612a4e 2018-12-12 15:29:56,698 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-490e273e-1638-40e-proj-role 2018-12-12 15:29:56,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/97c6ccf236ce4861a7a50599502e71e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:56,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72dc1491-fad9-486e-b3db-9338915ad382 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:56,826 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/97c6ccf236ce4861a7a50599502e71e1 used request id req-72dc1491-fad9-486e-b3db-9338915ad382 2018-12-12 15:29:56,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c235ca8d233e6a507ecec1ca79653357aca6126" 2018-12-12 15:29:56,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0939f1b0-c071-4f53-9934-d52c0fc860e6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:56,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0939f1b0-c071-4f53-9934-d52c0fc860e6 2018-12-12 15:29:56,912 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-490e273e-1638-40e-user 2018-12-12 15:29:56,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c95fed95aa164b8998882c23621d5175 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15cab6568cd83400450609a36b867e91e8155c5" 2018-12-12 15:29:57,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d8dfd0a-e359-4d6a-9260-c96e499b10a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:57,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c95fed95aa164b8998882c23621d5175 used request id req-6d8dfd0a-e359-4d6a-9260-c96e499b10a4 2018-12-12 15:29:57,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:57,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["CzfNC5kjTXqCXQfPVyIUaA"], "issued_at": "2018-12-12T15:29:57.000000Z"}} 2018-12-12 15:29:57,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6d09553be96d8732800c767318cd8d5872384b" 2018-12-12 15:29:57,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34982275-b260-45f6-8cca-12ebbf00f2d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:57,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-34982275-b260-45f6-8cca-12ebbf00f2d8 2018-12-12 15:29:57,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:57,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:57,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jilnmmmMQO-2JDhae6rSIw"], "issued_at": "2018-12-12T15:29:57.000000Z"}} 2018-12-12 15:29:57,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:29:58,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe9047b-6807-458f-8e8a-d703a4af166b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:58,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bbe9047b-6807-458f-8e8a-d703a4af166b 2018-12-12 15:29:58,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:58,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:58,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:29:58,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30be9958-8634-492c-b777-1b9cf4db3594 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:29:58,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj used request id req-30be9958-8634-492c-b777-1b9cf4db3594 2018-12-12 15:29:58,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:29:58,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22adcfa1-b83e-40c4-b3b4-88cc6c301d3d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:58,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-22adcfa1-b83e-40c4-b3b4-88cc6c301d3d 2018-12-12 15:29:58,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj"}}' 2018-12-12 15:29:58,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ada19b4-51ac-473f-bba7-cd54bd1ed445 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/79094e7a07d74d0589f0825115add295"}, "enabled": true, "id": "79094e7a07d74d0589f0825115add295", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj"}} 2018-12-12 15:29:58,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7ada19b4-51ac-473f-bba7-cd54bd1ed445 2018-12-12 15:29:58,335 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj 2018-12-12 15:29:58,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:58,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:29:58,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qEh8Nqf4RESM_c24pjmGNA"], "issued_at": "2018-12-12T15:29:58.000000Z"}} 2018-12-12 15:29:58,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1e6a61a916f574b707c2992d8e8c8db56271cd" 2018-12-12 15:29:58,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5d90d99-8ee8-49c9-868a-ce6d9121245f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:29:58,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c5d90d99-8ee8-49c9-868a-ce6d9121245f 2018-12-12 15:29:58,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:29:58,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:29: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:29:58,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1e6a61a916f574b707c2992d8e8c8db56271cd" 2018-12-12 15:29:58,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a58a5186-4d5f-4ae2-88e4-c032d5983846 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:29:58,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a58a5186-4d5f-4ae2-88e4-c032d5983846 2018-12-12 15:29:58,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1e6a61a916f574b707c2992d8e8c8db56271cd" 2018-12-12 15:29:58,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84678a01-129f-4fa9-a75c-55c4a6507748 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/79094e7a07d74d0589f0825115add295"}, "enabled": true, "id": "79094e7a07d74d0589f0825115add295", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj"}]} 2018-12-12 15:29:58,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj used request id req-84678a01-129f-4fa9-a75c-55c4a6507748 2018-12-12 15:29:58,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1e6a61a916f574b707c2992d8e8c8db56271cd" 2018-12-12 15:29:59,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf82374a-8ec7-48e9-8908-a2a135ca8deb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:29:59,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bf82374a-8ec7-48e9-8908-a2a135ca8deb 2018-12-12 15:29:59,503 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-user 2018-12-12 15:29:59,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:29:59,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:29:59,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae719e62-4cf0-4818-b65f-a9bb8313db39 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:29:59,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ae719e62-4cf0-4818-b65f-a9bb8313db39 2018-12-12 15:29:59,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" -d '{"role": {"name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj-role"}}' 2018-12-12 15:29:59,700 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b21fbc3b-e9b6-415b-b4c0-5fc9ebff391e Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f1241630804c43ef9ee3d334123ef2a2", "links": {"self": "http://172.30.9.29:5000/v3/roles/f1241630804c43ef9ee3d334123ef2a2"}, "name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj-role"}} 2018-12-12 15:29:59,700 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-b21fbc3b-e9b6-415b-b4c0-5fc9ebff391e 2018-12-12 15:29:59,700 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj-role 2018-12-12 15:29:59,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f1241630804c43ef9ee3d334123ef2a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:29:59,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6015f976-1464-4804-b1d7-ed46e6dc8a11 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f1241630804c43ef9ee3d334123ef2a2"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj-role", "id": "f1241630804c43ef9ee3d334123ef2a2"}} 2018-12-12 15:29:59,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f1241630804c43ef9ee3d334123ef2a2 used request id req-6015f976-1464-4804-b1d7-ed46e6dc8a11 2018-12-12 15:29:59,790 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj-role to project CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj 2018-12-12 15:29:59,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/79094e7a07d74d0589f0825115add295/users/50c43fb4c0744a14a16a97664a4fcfa0/roles/f1241630804c43ef9ee3d334123ef2a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:29:59,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f2f97da-fb8c-485d-9daf-3e93962dd541 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:29:59,919 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/79094e7a07d74d0589f0825115add295/users/50c43fb4c0744a14a16a97664a4fcfa0/roles/f1241630804c43ef9ee3d334123ef2a2 used request id req-1f2f97da-fb8c-485d-9daf-3e93962dd541 2018-12-12 15:29:59,920 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:30:00,071 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851.pub 2018-12-12 15:30:00,071 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851 2018-12-12 15:30:00,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:00,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:00,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f1241630804c43ef9ee3d334123ef2a2", "name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj-role"}], "expires_at": "2018-12-12T16:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "79094e7a07d74d0589f0825115add295", "name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/79094e7a07d74d0589f0825115add295", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/79094e7a07d74d0589f0825115add295", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/79094e7a07d74d0589f0825115add295", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/79094e7a07d74d0589f0825115add295", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/79094e7a07d74d0589f0825115add295", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/79094e7a07d74d0589f0825115add295", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/79094e7a07d74d0589f0825115add295", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/79094e7a07d74d0589f0825115add295", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/79094e7a07d74d0589f0825115add295", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/79094e7a07d74d0589f0825115add295", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/79094e7a07d74d0589f0825115add295", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/79094e7a07d74d0589f0825115add295", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-user", "id": "50c43fb4c0744a14a16a97664a4fcfa0"}, "audit_ids": ["RWAIBthxQgaWzMTZYJmo6w"], "issued_at": "2018-12-12T15:30:00.000000Z"}} 2018-12-12 15:30:00,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea34920b4c5798ca6055774286bc11f6ecf43443" 2018-12-12 15:30:00,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647a9c3d-9a91-4d60-935d-36ec4d3795df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:00,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-647a9c3d-9a91-4d60-935d-36ec4d3795df 2018-12-12 15:30:00,522 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:30:00,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea34920b4c5798ca6055774286bc11f6ecf43443" 2018-12-12 15:30:00,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-342318ca-dd2d-4897-bcf5-f45ca8e7116a x-compute-request-id: req-342318ca-dd2d-4897-bcf5-f45ca8e7116a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:30:00,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-342318ca-dd2d-4897-bcf5-f45ca8e7116a 2018-12-12 15:30:00,704 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851... 2018-12-12 15:30:00,704 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-12 15:30:00,704 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851.pub 2018-12-12 15:30:00,704 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851 2018-12-12 15:30:00,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea34920b4c5798ca6055774286bc11f6ecf43443" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPmHxRpExt7DrHex36aBoYWvyCv6Teu/sBrzt3ORWb0V1gI9czbAcQH2F2YYKFJ6SUl0sEgpfQLTS68/qEGcPynlRl1VfXLSFDXMOPgs4zfxeJdk/77Yt7/RkDFVEtebC++c4b+/6bfwYq0WAooPZBQHnn2F7YaEBq97L/jGASTixe86gHzxP7EUtPtBP8c51z3NkHniVTLeC5iVaVmmijVQFLLe58VgkdVJ5Tn0Xotj0JC5LjYCHKVOa+IVOvAvVREoMMRwUIQpkHGZQJc4bSsd41globVklEfl1KC8li1d9hujYFsU+kEta3kJlyrPh5TXofU7bYy2mmRDHc68ft", "name": "CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851"}}' 2018-12-12 15:30:00,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-a7f6aa9f-0963-4367-a564-dd96b4ec8632 x-compute-request-id: req-a7f6aa9f-0963-4367-a564-dd96b4ec8632 Content-Encoding: gzip Content-Length: 501 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPmHxRpExt7DrHex36aBoYWvyCv6Teu/sBrzt3ORWb0V1gI9czbAcQH2F2YYKFJ6SUl0sEgpfQLTS68/qEGcPynlRl1VfXLSFDXMOPgs4zfxeJdk/77Yt7/RkDFVEtebC++c4b+/6bfwYq0WAooPZBQHnn2F7YaEBq97L/jGASTixe86gHzxP7EUtPtBP8c51z3NkHniVTLeC5iVaVmmijVQFLLe58VgkdVJ5Tn0Xotj0JC5LjYCHKVOa+IVOvAvVREoMMRwUIQpkHGZQJc4bSsd41globVklEfl1KC8li1d9hujYFsU+kEta3kJlyrPh5TXofU7bYy2mmRDHc68ft", "user_id": "50c43fb4c0744a14a16a97664a4fcfa0", "name": "CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851", "fingerprint": "6e:82:1c:88:e6:4e:bc:3e:45:0a:06:2a:3d:ec:43:fd"}} 2018-12-12 15:30:00,760 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a7f6aa9f-0963-4367-a564-dd96b4ec8632 2018-12-12 15:30:00,761 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851 2018-12-12 15:30:00,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea34920b4c5798ca6055774286bc11f6ecf43443" 2018-12-12 15:30:00,808 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-a7e1c0fc-2f1f-4e58-965c-7e2d9cf75ca8 x-compute-request-id: req-a7e1c0fc-2f1f-4e58-965c-7e2d9cf75ca8 Content-Length: 0 Content-Type: application/json 2018-12-12 15:30:00,808 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-83b717e3-d56a-4b50-a774-f6aa5fef9851 used request id req-a7e1c0fc-2f1f-4e58-965c-7e2d9cf75ca8 2018-12-12 15:30:00,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:30:01,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2587ec25-bb9e-44d0-94db-be1a5f88ea53 Date: Wed, 12 Dec 2018 15:30:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:30:01,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2587ec25-bb9e-44d0-94db-be1a5f88ea53 2018-12-12 15:30:01,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:30:01,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad998569-32ed-4465-bc42-0cda73e2e8be Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:30:01,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-ad998569-32ed-4465-bc42-0cda73e2e8be 2018-12-12 15:30:01,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:30:01,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a247a9c-cf47-45ac-85f6-1d37f73fe5a5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:30:01,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-9a247a9c-cf47-45ac-85f6-1d37f73fe5a5 2018-12-12 15:30:01,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:30:01,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fb9aa9f-480e-4b93-a205-0e03a7a91e21 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:30:01,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-7fb9aa9f-480e-4b93-a205-0e03a7a91e21 2018-12-12 15:30:01,226 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj 2018-12-12 15:30:01,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/79094e7a07d74d0589f0825115add295 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:30:01,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db8a719f-3e38-4c42-8542-eaf56012a836 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:01,439 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/79094e7a07d74d0589f0825115add295 used request id req-db8a719f-3e38-4c42-8542-eaf56012a836 2018-12-12 15:30:01,440 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-proj-role 2018-12-12 15:30:01,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f1241630804c43ef9ee3d334123ef2a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:30:01,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8523d754-eca1-4d08-8982-3ade771b2772 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:01,544 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f1241630804c43ef9ee3d334123ef2a2 used request id req-8523d754-eca1-4d08-8982-3ade771b2772 2018-12-12 15:30:01,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca69e799315385fc687a5ed63ee577cbe3bb5be" 2018-12-12 15:30:01,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c614658e-fb54-428e-988e-a359f8f06020 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:01,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c614658e-fb54-428e-988e-a359f8f06020 2018-12-12 15:30:01,649 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-0bfd85a1-2a02-4b1-user 2018-12-12 15:30:01,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/50c43fb4c0744a14a16a97664a4fcfa0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1e6a61a916f574b707c2992d8e8c8db56271cd" 2018-12-12 15:30:01,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2c28967-ec38-46bc-a891-1e4475dbff90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:01,838 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/50c43fb4c0744a14a16a97664a4fcfa0 used request id req-d2c28967-ec38-46bc-a891-1e4475dbff90 2018-12-12 15:30:01,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:02,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["4xdXCI6zS6SU707lktwqlQ"], "issued_at": "2018-12-12T15:30:02.000000Z"}} 2018-12-12 15:30:02,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54cc0181a335aa3564c4f05c5064bc2e1a636ba4" 2018-12-12 15:30:02,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e2e495-eddd-4ee3-8b34-a181c8c33c66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:02,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-43e2e495-eddd-4ee3-8b34-a181c8c33c66 2018-12-12 15:30:02,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:02,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:02,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["GF5eteLnSii_hhHX48B_Vw"], "issued_at": "2018-12-12T15:30:02.000000Z"}} 2018-12-12 15:30:02,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:02,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-590f99d6-c50e-4f97-8b91-db0d67b53732 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:02,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-590f99d6-c50e-4f97-8b91-db0d67b53732 2018-12-12 15:30:02,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:02,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:02,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-5aa23910-39c1-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:02,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510e935f-22dd-4cb5-af5b-7bdefba9c948 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-5aa23910-39c1-477-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:30:02,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-5aa23910-39c1-477-proj used request id req-510e935f-22dd-4cb5-af5b-7bdefba9c948 2018-12-12 15:30:02,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:02,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9badd06b-0a81-467b-b0d9-04a4338fb6df Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:02,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9badd06b-0a81-467b-b0d9-04a4338fb6df 2018-12-12 15:30:02,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-proj"}}' 2018-12-12 15:30:03,090 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98f71b7d-b130-449e-b050-17517d16cf37 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5ee0f707f54e4ef0af60f2444263cd68"}, "enabled": true, "id": "5ee0f707f54e4ef0af60f2444263cd68", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-proj"}} 2018-12-12 15:30:03,090 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-98f71b7d-b130-449e-b050-17517d16cf37 2018-12-12 15:30:03,090 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-5aa23910-39c1-477-proj 2018-12-12 15:30:03,091 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:03,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:03,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["wjy3iDcDSza-r5djqBjANw"], "issued_at": "2018-12-12T15:30:03.000000Z"}} 2018-12-12 15:30:03,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87addfdf282d87ad2e7123c1f1a4323c7eefc35" 2018-12-12 15:30:03,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-457acfaf-5eff-489e-8d7c-bdfef071f27f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:03,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-457acfaf-5eff-489e-8d7c-bdfef071f27f 2018-12-12 15:30:03,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:03,502 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:03,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87addfdf282d87ad2e7123c1f1a4323c7eefc35" 2018-12-12 15:30:03,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba239743-70dd-4679-8f69-da1321b332c0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:30:03,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ba239743-70dd-4679-8f69-da1321b332c0 2018-12-12 15:30:03,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-5aa23910-39c1-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87addfdf282d87ad2e7123c1f1a4323c7eefc35" 2018-12-12 15:30:03,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac7a911-ccc7-4480-977e-84ec37888b8f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-5aa23910-39c1-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5ee0f707f54e4ef0af60f2444263cd68"}, "enabled": true, "id": "5ee0f707f54e4ef0af60f2444263cd68", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-proj"}]} 2018-12-12 15:30:03,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-5aa23910-39c1-477-proj used request id req-2ac7a911-ccc7-4480-977e-84ec37888b8f 2018-12-12 15:30:03,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87addfdf282d87ad2e7123c1f1a4323c7eefc35" 2018-12-12 15:30:03,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d871397d-da3c-4bb8-9682-c793afe2d002 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:03,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d871397d-da3c-4bb8-9682-c793afe2d002 2018-12-12 15:30:04,161 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-5aa23910-39c1-477-user 2018-12-12 15:30:04,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:04,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:04,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c99d3b6c-c5d3-4f15-ac88-6d829ead512d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:04,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c99d3b6c-c5d3-4f15-ac88-6d829ead512d 2018-12-12 15:30:04,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" -d '{"role": {"name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-proj-role"}}' 2018-12-12 15:30:04,353 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be4a6a66-7701-45a4-b984-b0b47b3002ea Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "90f19f406bf343cb9eef96da27078022", "links": {"self": "http://172.30.9.29:5000/v3/roles/90f19f406bf343cb9eef96da27078022"}, "name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-proj-role"}} 2018-12-12 15:30:04,353 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-be4a6a66-7701-45a4-b984-b0b47b3002ea 2018-12-12 15:30:04,353 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-5aa23910-39c1-477-proj-role 2018-12-12 15:30:04,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/90f19f406bf343cb9eef96da27078022 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:04,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d982b7-fa2b-4512-b1b1-678b30173966 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/90f19f406bf343cb9eef96da27078022"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-proj-role", "id": "90f19f406bf343cb9eef96da27078022"}} 2018-12-12 15:30:04,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/90f19f406bf343cb9eef96da27078022 used request id req-c7d982b7-fa2b-4512-b1b1-678b30173966 2018-12-12 15:30:04,444 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-5aa23910-39c1-477-proj-role to project CreateKeypairsCleanupTests-5aa23910-39c1-477-proj 2018-12-12 15:30:04,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5ee0f707f54e4ef0af60f2444263cd68/users/93941ac751ee4dc39d73e0521e5bc5f7/roles/90f19f406bf343cb9eef96da27078022 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:04,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dfcfbe6-5dc3-4d2d-84c5-aa52a9b24274 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:04,565 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5ee0f707f54e4ef0af60f2444263cd68/users/93941ac751ee4dc39d73e0521e5bc5f7/roles/90f19f406bf343cb9eef96da27078022 used request id req-8dfcfbe6-5dc3-4d2d-84c5-aa52a9b24274 2018-12-12 15:30:04,565 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:30:04,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:04,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:04,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90f19f406bf343cb9eef96da27078022", "name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-proj-role"}], "expires_at": "2018-12-12T16:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ee0f707f54e4ef0af60f2444263cd68", "name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5ee0f707f54e4ef0af60f2444263cd68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5ee0f707f54e4ef0af60f2444263cd68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5ee0f707f54e4ef0af60f2444263cd68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ee0f707f54e4ef0af60f2444263cd68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5ee0f707f54e4ef0af60f2444263cd68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5ee0f707f54e4ef0af60f2444263cd68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ee0f707f54e4ef0af60f2444263cd68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5ee0f707f54e4ef0af60f2444263cd68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5ee0f707f54e4ef0af60f2444263cd68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5ee0f707f54e4ef0af60f2444263cd68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5ee0f707f54e4ef0af60f2444263cd68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5ee0f707f54e4ef0af60f2444263cd68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-5aa23910-39c1-477-user", "id": "93941ac751ee4dc39d73e0521e5bc5f7"}, "audit_ids": ["HvMo7SYuQQaPeU1-9KXk3A"], "issued_at": "2018-12-12T15:30:04.000000Z"}} 2018-12-12 15:30:04,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192892ccc5ebe485a590bfe51d0c92b1172981d1" 2018-12-12 15:30:05,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed483c5e-c862-4e7b-86ed-5e09c2c0bef7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:05,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ed483c5e-c862-4e7b-86ed-5e09c2c0bef7 2018-12-12 15:30:05,025 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:30:05,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192892ccc5ebe485a590bfe51d0c92b1172981d1" 2018-12-12 15:30:05,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ccdb1764-99a8-41cd-a253-05aa8e42ecd7 x-compute-request-id: req-ccdb1764-99a8-41cd-a253-05aa8e42ecd7 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:30:05,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-ccdb1764-99a8-41cd-a253-05aa8e42ecd7 2018-12-12 15:30:05,201 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152... 2018-12-12 15:30:05,201 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 15:30:05,252 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152 2018-12-12 15:30:05,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192892ccc5ebe485a590bfe51d0c92b1172981d1" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDAT8X76ZIkBMWDsLcRdeaFCiOhg0nLoiMe1QzN2VBIVQkb7MJrQlNQb2ryRGMNBwYnMvCf5JPrGZwzvLLrHKBzoeIQsAaq98Br1Cq9wtO5R7XTTZfdYN4z656OZeN4r6c0B7pAhe+Hyz8SBa/Ew0S96s0nKjd+nAxoamBoAbKqKw==", "name": "CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152"}}' 2018-12-12 15:30:05,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-441909df-d368-482d-bf3f-c112dd92cca9 x-compute-request-id: req-441909df-d368-482d-bf3f-c112dd92cca9 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDAT8X76ZIkBMWDsLcRdeaFCiOhg0nLoiMe1QzN2VBIVQkb7MJrQlNQb2ryRGMNBwYnMvCf5JPrGZwzvLLrHKBzoeIQsAaq98Br1Cq9wtO5R7XTTZfdYN4z656OZeN4r6c0B7pAhe+Hyz8SBa/Ew0S96s0nKjd+nAxoamBoAbKqKw==", "user_id": "93941ac751ee4dc39d73e0521e5bc5f7", "name": "CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152", "fingerprint": "fb:02:b6:17:e7:2e:04:9f:c1:b7:cb:53:32:fb:92:66"}} 2018-12-12 15:30:05,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-441909df-d368-482d-bf3f-c112dd92cca9 2018-12-12 15:30:05,322 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152.pub 2018-12-12 15:30:05,323 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152 2018-12-12 15:30:05,323 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152 2018-12-12 15:30:05,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}192892ccc5ebe485a590bfe51d0c92b1172981d1" 2018-12-12 15:30:05,352 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:30:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94296ff0-2980-453b-947a-681fa38bbc31 x-compute-request-id: req-94296ff0-2980-453b-947a-681fa38bbc31 Content-Length: 0 Content-Type: application/json 2018-12-12 15:30:05,352 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152 used request id req-94296ff0-2980-453b-947a-681fa38bbc31 2018-12-12 15:30:05,353 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152.pub] 2018-12-12 15:30:05,353 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-8bda45e9-e693-4fc3-bf8d-ba336c474152] 2018-12-12 15:30:05,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:05,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-51136f1c-7455-4b14-98fd-9d90018bbf0d Date: Wed, 12 Dec 2018 15:30:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:30:05,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-51136f1c-7455-4b14-98fd-9d90018bbf0d 2018-12-12 15:30:05,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:05,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf564a4-543c-4b5b-bc71-15cb2cb95551 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:30:05,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-edf564a4-543c-4b5b-bc71-15cb2cb95551 2018-12-12 15:30:05,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:05,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8029fb14-2e7e-4937-b253-da7dd73b0141 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:30:05,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-8029fb14-2e7e-4937-b253-da7dd73b0141 2018-12-12 15:30:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:05,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3629065a-28bc-4326-879b-d7ced73c544d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:30:05,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-3629065a-28bc-4326-879b-d7ced73c544d 2018-12-12 15:30:05,826 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-5aa23910-39c1-477-proj 2018-12-12 15:30:05,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/5ee0f707f54e4ef0af60f2444263cd68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:06,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-038fe55a-04ce-439f-8c04-6550bd612b9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:06,021 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5ee0f707f54e4ef0af60f2444263cd68 used request id req-038fe55a-04ce-439f-8c04-6550bd612b9b 2018-12-12 15:30:06,021 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-5aa23910-39c1-477-proj-role 2018-12-12 15:30:06,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/90f19f406bf343cb9eef96da27078022 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:06,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-197a67ad-30b8-4c83-af0a-d762c4e58f6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:06,137 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/90f19f406bf343cb9eef96da27078022 used request id req-197a67ad-30b8-4c83-af0a-d762c4e58f6a 2018-12-12 15:30:06,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa263b11f656ebf9e3e400f3e6c3aff0a7b023f" 2018-12-12 15:30:06,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2047195-f4b4-4638-af69-ebce47d697e4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:06,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e2047195-f4b4-4638-af69-ebce47d697e4 2018-12-12 15:30:06,229 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-5aa23910-39c1-477-user 2018-12-12 15:30:06,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/93941ac751ee4dc39d73e0521e5bc5f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87addfdf282d87ad2e7123c1f1a4323c7eefc35" 2018-12-12 15:30:06,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0b90cbb-b928-450b-8544-38fc8440362c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:06,392 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/93941ac751ee4dc39d73e0521e5bc5f7 used request id req-f0b90cbb-b928-450b-8544-38fc8440362c 2018-12-12 15:30:06,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:06,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["RFJB9c3yQVKQdqPPqsvcLQ"], "issued_at": "2018-12-12T15:30:06.000000Z"}} 2018-12-12 15:30:06,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b18d8767ecae118f5a15b5dece468141c2d6e7f" 2018-12-12 15:30:06,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c8ab93-d030-4244-ad39-1b6a9d6da673 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:06,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e0c8ab93-d030-4244-ad39-1b6a9d6da673 2018-12-12 15:30:06,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:06,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:07,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["eEwC8OcTSoGUQCAgYFClhg"], "issued_at": "2018-12-12T15:30:07.000000Z"}} 2018-12-12 15:30:07,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:07,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61e5588-9de9-4a04-a881-ed8f08723d72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:07,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e61e5588-9de9-4a04-a881-ed8f08723d72 2018-12-12 15:30:07,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:07,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:07,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a532b5a4-8543-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:07,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eccb0c10-7164-4bc5-bfbf-c6671ac2fbe8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a532b5a4-8543-402-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:30:07,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a532b5a4-8543-402-proj used request id req-eccb0c10-7164-4bc5-bfbf-c6671ac2fbe8 2018-12-12 15:30:07,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:07,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e55bb1-2837-431a-a869-b6afebd64769 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:07,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-96e55bb1-2837-431a-a869-b6afebd64769 2018-12-12 15:30:07,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-proj"}}' 2018-12-12 15:30:07,634 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4e28552-cff7-4487-8dee-941c9660f7a9 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8132734ba98f481ba4c3ebbbc38c0890"}, "enabled": true, "id": "8132734ba98f481ba4c3ebbbc38c0890", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-proj"}} 2018-12-12 15:30:07,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d4e28552-cff7-4487-8dee-941c9660f7a9 2018-12-12 15:30:07,635 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-a532b5a4-8543-402-proj 2018-12-12 15:30:07,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:07,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:08,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["gR6JJKGbQ6CNvyEcfPxCqw"], "issued_at": "2018-12-12T15:30:08.000000Z"}} 2018-12-12 15:30:08,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be232635959882e80e0c5bcfdb25b2d3577fd0" 2018-12-12 15:30:08,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e966f2-f01c-4f52-883d-cccf03773533 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:08,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46e966f2-f01c-4f52-883d-cccf03773533 2018-12-12 15:30:08,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:08,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:08,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be232635959882e80e0c5bcfdb25b2d3577fd0" 2018-12-12 15:30:08,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0989527-f8bc-475a-93c1-082e4ea49f4c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:30:08,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c0989527-f8bc-475a-93c1-082e4ea49f4c 2018-12-12 15:30:08,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-a532b5a4-8543-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be232635959882e80e0c5bcfdb25b2d3577fd0" 2018-12-12 15:30:08,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db98a817-1b64-40f2-b99f-e623a157685a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-a532b5a4-8543-402-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8132734ba98f481ba4c3ebbbc38c0890"}, "enabled": true, "id": "8132734ba98f481ba4c3ebbbc38c0890", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-proj"}]} 2018-12-12 15:30:08,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-a532b5a4-8543-402-proj used request id req-db98a817-1b64-40f2-b99f-e623a157685a 2018-12-12 15:30:08,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be232635959882e80e0c5bcfdb25b2d3577fd0" 2018-12-12 15:30:08,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3204547-9883-40df-91da-b487156b4e87 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:08,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d3204547-9883-40df-91da-b487156b4e87 2018-12-12 15:30:08,628 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-a532b5a4-8543-402-user 2018-12-12 15:30:08,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:08,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:08,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e13c707d-080c-4dbd-819e-2356547f447b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:08,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e13c707d-080c-4dbd-819e-2356547f447b 2018-12-12 15:30:08,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" -d '{"role": {"name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-proj-role"}}' 2018-12-12 15:30:08,850 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a9ddaa4-a07a-47b4-a439-2719644e913c Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "75c0eae3e8f44f0dbafe99a4b6874bc8", "links": {"self": "http://172.30.9.29:5000/v3/roles/75c0eae3e8f44f0dbafe99a4b6874bc8"}, "name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-proj-role"}} 2018-12-12 15:30:08,850 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7a9ddaa4-a07a-47b4-a439-2719644e913c 2018-12-12 15:30:08,850 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-a532b5a4-8543-402-proj-role 2018-12-12 15:30:08,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/75c0eae3e8f44f0dbafe99a4b6874bc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:08,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57fdc59-80de-4d93-8620-152d52570a58 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/75c0eae3e8f44f0dbafe99a4b6874bc8"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-proj-role", "id": "75c0eae3e8f44f0dbafe99a4b6874bc8"}} 2018-12-12 15:30:08,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/75c0eae3e8f44f0dbafe99a4b6874bc8 used request id req-e57fdc59-80de-4d93-8620-152d52570a58 2018-12-12 15:30:08,936 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-a532b5a4-8543-402-proj-role to project CreateKeypairsCleanupTests-a532b5a4-8543-402-proj 2018-12-12 15:30:08,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8132734ba98f481ba4c3ebbbc38c0890/users/e7cbec07f597480ea89ed878337f3653/roles/75c0eae3e8f44f0dbafe99a4b6874bc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:09,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d35dd991-2405-48a7-b258-a4227f92c1b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:09,069 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8132734ba98f481ba4c3ebbbc38c0890/users/e7cbec07f597480ea89ed878337f3653/roles/75c0eae3e8f44f0dbafe99a4b6874bc8 used request id req-d35dd991-2405-48a7-b258-a4227f92c1b4 2018-12-12 15:30:09,070 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:30:09,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:09,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:09,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "75c0eae3e8f44f0dbafe99a4b6874bc8", "name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-proj-role"}], "expires_at": "2018-12-12T16:30:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8132734ba98f481ba4c3ebbbc38c0890", "name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/8132734ba98f481ba4c3ebbbc38c0890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/8132734ba98f481ba4c3ebbbc38c0890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/8132734ba98f481ba4c3ebbbc38c0890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8132734ba98f481ba4c3ebbbc38c0890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/8132734ba98f481ba4c3ebbbc38c0890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/8132734ba98f481ba4c3ebbbc38c0890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8132734ba98f481ba4c3ebbbc38c0890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/8132734ba98f481ba4c3ebbbc38c0890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/8132734ba98f481ba4c3ebbbc38c0890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/8132734ba98f481ba4c3ebbbc38c0890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/8132734ba98f481ba4c3ebbbc38c0890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/8132734ba98f481ba4c3ebbbc38c0890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-a532b5a4-8543-402-user", "id": "e7cbec07f597480ea89ed878337f3653"}, "audit_ids": ["TlcDgRXPSjin-P3mxLFz9g"], "issued_at": "2018-12-12T15:30:09.000000Z"}} 2018-12-12 15:30:09,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66a43c1e8268b475215ff5398b44c9d1a3013232" 2018-12-12 15:30:09,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a3c746-3488-44dd-8ba9-537a8d12e5b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:09,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-65a3c746-3488-44dd-8ba9-537a8d12e5b7 2018-12-12 15:30:09,533 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:30:09,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66a43c1e8268b475215ff5398b44c9d1a3013232" 2018-12-12 15:30:09,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30: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-8f358b04-0e87-4945-95b7-577c9210b26d x-compute-request-id: req-8f358b04-0e87-4945-95b7-577c9210b26d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:30:09,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-8f358b04-0e87-4945-95b7-577c9210b26d 2018-12-12 15:30:09,719 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735... 2018-12-12 15:30:09,719 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 15:30:09,772 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735 2018-12-12 15:30:09,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66a43c1e8268b475215ff5398b44c9d1a3013232" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCfLUrKq78nxPP8lh/7O4D4qLCqgsXykfHmETdA7L4gK80NvD8mWfg+QFCIHUejbSDfG9F57yWFvt3x1aRXADqL7Y8BiLvkTxK/M7zz1bZW5hNDstxVUZMBcnMPj+QGcGf7KM/R5rzAjwagaN8pdpa59n40UwGrROHOYdUWMEqDzw==", "name": "CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735"}}' 2018-12-12 15:30:09,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30: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-249f7c6e-3c1b-4196-bc12-85692aebf7ac x-compute-request-id: req-249f7c6e-3c1b-4196-bc12-85692aebf7ac Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCfLUrKq78nxPP8lh/7O4D4qLCqgsXykfHmETdA7L4gK80NvD8mWfg+QFCIHUejbSDfG9F57yWFvt3x1aRXADqL7Y8BiLvkTxK/M7zz1bZW5hNDstxVUZMBcnMPj+QGcGf7KM/R5rzAjwagaN8pdpa59n40UwGrROHOYdUWMEqDzw==", "user_id": "e7cbec07f597480ea89ed878337f3653", "name": "CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735", "fingerprint": "20:b8:65:5d:f5:18:3c:49:7e:8e:0b:d3:2f:53:f0:a0"}} 2018-12-12 15:30:09,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-249f7c6e-3c1b-4196-bc12-85692aebf7ac 2018-12-12 15:30:09,847 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735.pub 2018-12-12 15:30:09,847 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735 2018-12-12 15:30:09,848 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735 2018-12-12 15:30:09,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66a43c1e8268b475215ff5398b44c9d1a3013232" 2018-12-12 15:30:09,873 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:30: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-42d537e4-b4d8-4a1e-b388-a29f48d5fe20 x-compute-request-id: req-42d537e4-b4d8-4a1e-b388-a29f48d5fe20 Content-Length: 0 Content-Type: application/json 2018-12-12 15:30:09,873 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735 used request id req-42d537e4-b4d8-4a1e-b388-a29f48d5fe20 2018-12-12 15:30:09,874 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735.pub] 2018-12-12 15:30:09,874 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-73aef48f-aeae-4812-a021-34d9df3c2735] 2018-12-12 15:30:09,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:10,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6e7b443a-c663-404f-bb6f-5145967fcef3 Date: Wed, 12 Dec 2018 15:30:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:30:10,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-6e7b443a-c663-404f-bb6f-5145967fcef3 2018-12-12 15:30:10,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:10,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4294c584-b6fa-4c32-8e8b-fd2be179e33d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:30:10,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-4294c584-b6fa-4c32-8e8b-fd2be179e33d 2018-12-12 15:30:10,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:10,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d4ff1ae-c598-41fb-baa6-108376cf50bf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:30:10,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-9d4ff1ae-c598-41fb-baa6-108376cf50bf 2018-12-12 15:30:10,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:10,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea3ca905-1abb-415f-bb40-b209e572ee8d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:30:10,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-ea3ca905-1abb-415f-bb40-b209e572ee8d 2018-12-12 15:30:10,383 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-a532b5a4-8543-402-proj 2018-12-12 15:30:10,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8132734ba98f481ba4c3ebbbc38c0890 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:10,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-993ed31a-4497-4731-b4cd-2794f1368b57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:10,578 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8132734ba98f481ba4c3ebbbc38c0890 used request id req-993ed31a-4497-4731-b4cd-2794f1368b57 2018-12-12 15:30:10,578 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-a532b5a4-8543-402-proj-role 2018-12-12 15:30:10,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/75c0eae3e8f44f0dbafe99a4b6874bc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:10,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2ac17a2-08ab-41f5-99eb-10cb85a945c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:10,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/75c0eae3e8f44f0dbafe99a4b6874bc8 used request id req-c2ac17a2-08ab-41f5-99eb-10cb85a945c0 2018-12-12 15:30:10,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddb048b19caa59ecf70e6e749316c3298af33e2" 2018-12-12 15:30:10,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00fe21d7-8337-436e-817b-459986df2035 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:10,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-00fe21d7-8337-436e-817b-459986df2035 2018-12-12 15:30:10,771 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-a532b5a4-8543-402-user 2018-12-12 15:30:10,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e7cbec07f597480ea89ed878337f3653 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be232635959882e80e0c5bcfdb25b2d3577fd0" 2018-12-12 15:30:10,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d84c5010-42f4-4a65-918e-868d39f63fe1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:10,938 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e7cbec07f597480ea89ed878337f3653 used request id req-d84c5010-42f4-4a65-918e-868d39f63fe1 2018-12-12 15:30:10,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:11,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Qm-n0RzXRIm4BFtJWEbiXQ"], "issued_at": "2018-12-12T15:30:11.000000Z"}} 2018-12-12 15:30:11,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68b5701d49ca95e3b6e7bb043b94a303809df056" 2018-12-12 15:30:11,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7acb7e33-b917-405a-9918-08ebb604b8d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:11,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7acb7e33-b917-405a-9918-08ebb604b8d2 2018-12-12 15:30:11,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:11,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:11,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["gJQ6OyZHTIKkGKJktmmOPw"], "issued_at": "2018-12-12T15:30:11.000000Z"}} 2018-12-12 15:30:11,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:11,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6459d19-41ea-4a02-bcf1-32e758a5d9cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:11,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f6459d19-41ea-4a02-bcf1-32e758a5d9cc 2018-12-12 15:30:11,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:11,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:11,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-489f4222-bc6c-452-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:11,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1498123-2981-4b46-a5e3-70a34b3af6e2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-489f4222-bc6c-452-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:30:11,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-489f4222-bc6c-452-proj used request id req-e1498123-2981-4b46-a5e3-70a34b3af6e2 2018-12-12 15:30:11,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:12,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e943e6c1-03fb-410c-ad0f-0669ce8da06d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:12,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e943e6c1-03fb-410c-ad0f-0669ce8da06d 2018-12-12 15:30:12,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-proj"}}' 2018-12-12 15:30:12,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8829b967-2cb0-451b-a3e1-3c7b87ff7fad Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c0bf581e8b364f75aeb8f0c5f58718f9"}, "enabled": true, "id": "c0bf581e8b364f75aeb8f0c5f58718f9", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-proj"}} 2018-12-12 15:30:12,198 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-8829b967-2cb0-451b-a3e1-3c7b87ff7fad 2018-12-12 15:30:12,198 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-489f4222-bc6c-452-proj 2018-12-12 15:30:12,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:12,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:12,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["x4cziuVuQNyHsNqdMOAs4g"], "issued_at": "2018-12-12T15:30:12.000000Z"}} 2018-12-12 15:30:12,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0ebe01ef0dafa2e74fd88e1cabe662e8ea2e4c" 2018-12-12 15:30:12,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa636552-2def-4fbd-b894-b94e8c78cec2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:12,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fa636552-2def-4fbd-b894-b94e8c78cec2 2018-12-12 15:30:12,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:12,774 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:12,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0ebe01ef0dafa2e74fd88e1cabe662e8ea2e4c" 2018-12-12 15:30:12,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d063f717-1a58-4b00-b5bd-df8736b6b1b5 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:30:12,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d063f717-1a58-4b00-b5bd-df8736b6b1b5 2018-12-12 15:30:12,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-489f4222-bc6c-452-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0ebe01ef0dafa2e74fd88e1cabe662e8ea2e4c" 2018-12-12 15:30:12,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe1db33-e8f8-4ba1-988d-232dc7e8bae0 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-489f4222-bc6c-452-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c0bf581e8b364f75aeb8f0c5f58718f9"}, "enabled": true, "id": "c0bf581e8b364f75aeb8f0c5f58718f9", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-proj"}]} 2018-12-12 15:30:12,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-489f4222-bc6c-452-proj used request id req-0fe1db33-e8f8-4ba1-988d-232dc7e8bae0 2018-12-12 15:30:12,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0ebe01ef0dafa2e74fd88e1cabe662e8ea2e4c" 2018-12-12 15:30:13,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2560e29-51d3-4d61-9927-916b69943b12 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:13,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b2560e29-51d3-4d61-9927-916b69943b12 2018-12-12 15:30:13,424 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-489f4222-bc6c-452-user 2018-12-12 15:30:13,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:13,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:13,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5158b4ba-cdc1-4f04-ad81-3017e0833c71 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:13,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5158b4ba-cdc1-4f04-ad81-3017e0833c71 2018-12-12 15:30:13,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" -d '{"role": {"name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-proj-role"}}' 2018-12-12 15:30:13,610 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65b73ac7-a43f-4548-b751-162b893ced81 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3374f6b61db449e39b571b64e07dfe05", "links": {"self": "http://172.30.9.29:5000/v3/roles/3374f6b61db449e39b571b64e07dfe05"}, "name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-proj-role"}} 2018-12-12 15:30:13,610 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-65b73ac7-a43f-4548-b751-162b893ced81 2018-12-12 15:30:13,610 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-489f4222-bc6c-452-proj-role 2018-12-12 15:30:13,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/3374f6b61db449e39b571b64e07dfe05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:13,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db59309-0c05-45ab-bdc5-92c672e7d090 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/3374f6b61db449e39b571b64e07dfe05"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-proj-role", "id": "3374f6b61db449e39b571b64e07dfe05"}} 2018-12-12 15:30:13,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/3374f6b61db449e39b571b64e07dfe05 used request id req-9db59309-0c05-45ab-bdc5-92c672e7d090 2018-12-12 15:30:13,632 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-489f4222-bc6c-452-proj-role to project CreateKeypairsCleanupTests-489f4222-bc6c-452-proj 2018-12-12 15:30:13,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c0bf581e8b364f75aeb8f0c5f58718f9/users/0d81616b688e490eaa05fb151c580f7d/roles/3374f6b61db449e39b571b64e07dfe05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:13,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ac01dc1-7012-4570-8d0a-29718b7ac565 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:13,757 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c0bf581e8b364f75aeb8f0c5f58718f9/users/0d81616b688e490eaa05fb151c580f7d/roles/3374f6b61db449e39b571b64e07dfe05 used request id req-4ac01dc1-7012-4570-8d0a-29718b7ac565 2018-12-12 15:30:13,757 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:30:13,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:13,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:14,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3374f6b61db449e39b571b64e07dfe05", "name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-proj-role"}], "expires_at": "2018-12-12T16:30:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0bf581e8b364f75aeb8f0c5f58718f9", "name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c0bf581e8b364f75aeb8f0c5f58718f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-489f4222-bc6c-452-user", "id": "0d81616b688e490eaa05fb151c580f7d"}, "audit_ids": ["52l1mcZVQ7iYfsESnAENkg"], "issued_at": "2018-12-12T15:30:14.000000Z"}} 2018-12-12 15:30:14,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abef6976b9108ccadafdac535befdfec87f5521" 2018-12-12 15:30:14,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c9e6734-121d-42eb-b61e-c1b1bebdb51a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:14,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5c9e6734-121d-42eb-b61e-c1b1bebdb51a 2018-12-12 15:30:14,209 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:30:14,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abef6976b9108ccadafdac535befdfec87f5521" 2018-12-12 15:30:14,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-a6f416b3-6091-4fc7-a15b-0c0d12c78f65 x-compute-request-id: req-a6f416b3-6091-4fc7-a15b-0c0d12c78f65 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 15:30:14,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a6f416b3-6091-4fc7-a15b-0c0d12c78f65 2018-12-12 15:30:14,383 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df... 2018-12-12 15:30:14,383 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 15:30:14,459 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df 2018-12-12 15:30:14,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abef6976b9108ccadafdac535befdfec87f5521" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCjU71MDT/Lf2K40IoaM9gQ/17TKHMNocEkmqochoMZI42bhy/SrsYpvdB1z7xeCnNqucYUU3BUBcdSEZ02fsebic4u6TBXmUn7zT7ru5WpUGyLGoDgy8Kwe6zxKqpxdqLBNyfF0o/Vs7zaXfZ94K6ZvCuQhyqli0snLY0ctWUS1w==", "name": "CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df"}}' 2018-12-12 15:30:14,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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,Accept-Encoding x-openstack-request-id: req-20a5426b-111e-4dfa-9a74-2c82449f5c7f x-compute-request-id: req-20a5426b-111e-4dfa-9a74-2c82449f5c7f Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCjU71MDT/Lf2K40IoaM9gQ/17TKHMNocEkmqochoMZI42bhy/SrsYpvdB1z7xeCnNqucYUU3BUBcdSEZ02fsebic4u6TBXmUn7zT7ru5WpUGyLGoDgy8Kwe6zxKqpxdqLBNyfF0o/Vs7zaXfZ94K6ZvCuQhyqli0snLY0ctWUS1w==", "user_id": "0d81616b688e490eaa05fb151c580f7d", "name": "CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df", "fingerprint": "11:aa:9f:96:99:f4:c1:45:53:d5:d7:f5:5b:0a:bf:bd"}} 2018-12-12 15:30:14,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-20a5426b-111e-4dfa-9a74-2c82449f5c7f 2018-12-12 15:30:14,526 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df.pub 2018-12-12 15:30:14,526 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df 2018-12-12 15:30:14,526 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df 2018-12-12 15:30:14,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6abef6976b9108ccadafdac535befdfec87f5521" 2018-12-12 15:30:14,556 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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-8db388e6-8ba5-430e-83a9-ecaf9ecb8559 x-compute-request-id: req-8db388e6-8ba5-430e-83a9-ecaf9ecb8559 Content-Length: 0 Content-Type: application/json 2018-12-12 15:30:14,556 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-edaab1d3-fd49-4116-9988-21f63f23d4df used request id req-8db388e6-8ba5-430e-83a9-ecaf9ecb8559 2018-12-12 15:30:14,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:14,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7875ae81-9527-4fcd-affc-cd76f3dd9add Date: Wed, 12 Dec 2018 15:30:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:30:14,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7875ae81-9527-4fcd-affc-cd76f3dd9add 2018-12-12 15:30:14,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:14,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-174e3495-2330-45dd-aada-b63bb27beb61 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:30:14,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-174e3495-2330-45dd-aada-b63bb27beb61 2018-12-12 15:30:14,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:14,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0384a59-7836-4801-93be-b6a34bcfc975 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:30:14,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-b0384a59-7836-4801-93be-b6a34bcfc975 2018-12-12 15:30:14,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:15,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f5d4ab8-3e0b-4f18-ae01-bba53e7564f6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:30:15,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-5f5d4ab8-3e0b-4f18-ae01-bba53e7564f6 2018-12-12 15:30:15,073 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-489f4222-bc6c-452-proj 2018-12-12 15:30:15,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c0bf581e8b364f75aeb8f0c5f58718f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:15,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcea9960-48ed-4cde-b7d3-1ef52533db30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:15,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c0bf581e8b364f75aeb8f0c5f58718f9 used request id req-fcea9960-48ed-4cde-b7d3-1ef52533db30 2018-12-12 15:30:15,279 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-489f4222-bc6c-452-proj-role 2018-12-12 15:30:15,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/3374f6b61db449e39b571b64e07dfe05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:15,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03067bcf-0ed7-4504-b0f5-19c1cfe3f862 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:15,376 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/3374f6b61db449e39b571b64e07dfe05 used request id req-03067bcf-0ed7-4504-b0f5-19c1cfe3f862 2018-12-12 15:30:15,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e851508454de5b2cb809b2b5446e68fa817bc009" 2018-12-12 15:30:15,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5bc885-02ac-4288-b7c0-e61476dc33f4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:15,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0b5bc885-02ac-4288-b7c0-e61476dc33f4 2018-12-12 15:30:15,470 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-489f4222-bc6c-452-user 2018-12-12 15:30:15,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0d81616b688e490eaa05fb151c580f7d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a0ebe01ef0dafa2e74fd88e1cabe662e8ea2e4c" 2018-12-12 15:30:15,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87730d29-2cde-4cef-947d-ea073d78ef14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:15,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0d81616b688e490eaa05fb151c580f7d used request id req-87730d29-2cde-4cef-947d-ea073d78ef14 2018-12-12 15:30:15,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:16,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0FuK5dwKSiCmONJHmrX8og"], "issued_at": "2018-12-12T15:30:15.000000Z"}} 2018-12-12 15:30:16,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cef194103f7a112f3da0f20651a1ab09d683c4b6" 2018-12-12 15:30:16,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12e3b1d-9cad-49d2-9ca1-015a32aaf8b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:16,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a12e3b1d-9cad-49d2-9ca1-015a32aaf8b2 2018-12-12 15:30:16,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:16,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:16,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["wc9UUwMNT8ieSWSWHFN6sg"], "issued_at": "2018-12-12T15:30:16.000000Z"}} 2018-12-12 15:30:16,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:16,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b5b79bf-e96b-4efe-be7f-2d3b427f287d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:16,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b5b79bf-e96b-4efe-be7f-2d3b427f287d 2018-12-12 15:30:16,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:16,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:16,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:16,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64c5e46e-4a7a-409a-be72-e827e6b94201 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:30:16,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj used request id req-64c5e46e-4a7a-409a-be72-e827e6b94201 2018-12-12 15:30:16,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:16,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc10072b-c27c-427c-99ea-59f9860b2f33 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:16,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fc10072b-c27c-427c-99ea-59f9860b2f33 2018-12-12 15:30:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj"}}' 2018-12-12 15:30:16,868 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e70d494-0759-4c18-9f0c-48335c868361 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f"}, "enabled": true, "id": "3e0c8ad487d044a1a471ec9a10dac27f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj"}} 2018-12-12 15:30:16,868 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0e70d494-0759-4c18-9f0c-48335c868361 2018-12-12 15:30:16,868 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj 2018-12-12 15:30:16,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:16,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:17,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["SeTrultvTq6MUtjEv6umkA"], "issued_at": "2018-12-12T15:30:17.000000Z"}} 2018-12-12 15:30:17,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b3a5f8fdb75cb5155b700585699b89c05865333" 2018-12-12 15:30:17,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-377fbcbb-8292-4b57-b7f2-018f3a36fda2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:17,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-377fbcbb-8292-4b57-b7f2-018f3a36fda2 2018-12-12 15:30:17,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:17,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:17,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b3a5f8fdb75cb5155b700585699b89c05865333" 2018-12-12 15:30:17,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-020c2ac9-3684-45a2-83f6-781c13d73bde Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:30:17,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-020c2ac9-3684-45a2-83f6-781c13d73bde 2018-12-12 15:30:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b3a5f8fdb75cb5155b700585699b89c05865333" 2018-12-12 15:30:17,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe4dca8-8af6-46d5-bb88-e49056d43421 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f"}, "enabled": true, "id": "3e0c8ad487d044a1a471ec9a10dac27f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj"}]} 2018-12-12 15:30:17,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj used request id req-bbe4dca8-8af6-46d5-bb88-e49056d43421 2018-12-12 15:30:17,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b3a5f8fdb75cb5155b700585699b89c05865333" 2018-12-12 15:30:17,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b446c10-0b4f-450f-989e-5618b1bdd981 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:17,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9b446c10-0b4f-450f-989e-5618b1bdd981 2018-12-12 15:30:17,940 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-d63c4a65-0033-4e4-user 2018-12-12 15:30:17,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:17,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:17,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e95a6909-4c03-4ca2-b223-c1da96407853 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:17,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e95a6909-4c03-4ca2-b223-c1da96407853 2018-12-12 15:30:17,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" -d '{"role": {"name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj-role"}}' 2018-12-12 15:30:18,071 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81f0da19-22d0-4dee-84ff-87ac8c54435a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "95a76fb1fc4a40d791f4403cf1193561", "links": {"self": "http://172.30.9.29:5000/v3/roles/95a76fb1fc4a40d791f4403cf1193561"}, "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj-role"}} 2018-12-12 15:30:18,071 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-81f0da19-22d0-4dee-84ff-87ac8c54435a 2018-12-12 15:30:18,072 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj-role 2018-12-12 15:30:18,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/95a76fb1fc4a40d791f4403cf1193561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:18,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ade605-b69b-4ef8-accb-35aaa8893375 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/95a76fb1fc4a40d791f4403cf1193561"}, "domain_id": null, "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj-role", "id": "95a76fb1fc4a40d791f4403cf1193561"}} 2018-12-12 15:30:18,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/95a76fb1fc4a40d791f4403cf1193561 used request id req-13ade605-b69b-4ef8-accb-35aaa8893375 2018-12-12 15:30:18,163 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj-role to project CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj 2018-12-12 15:30:18,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f/users/e3c2c305f50f48a0b69aa8a97327077f/roles/95a76fb1fc4a40d791f4403cf1193561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:18,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1200284d-b6a4-46b0-962d-dc6ce8b9915d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:18,313 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f/users/e3c2c305f50f48a0b69aa8a97327077f/roles/95a76fb1fc4a40d791f4403cf1193561 used request id req-1200284d-b6a4-46b0-962d-dc6ce8b9915d 2018-12-12 15:30:18,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:18,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:18,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a76fb1fc4a40d791f4403cf1193561", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj-role"}], "expires_at": "2018-12-12T16:30:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e0c8ad487d044a1a471ec9a10dac27f", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-user", "id": "e3c2c305f50f48a0b69aa8a97327077f"}, "audit_ids": ["7GQcsfh1TvCCLVTqlAyswg"], "issued_at": "2018-12-12T15:30:18.000000Z"}} 2018-12-12 15:30:18,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" 2018-12-12 15:30:18,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92471c19-c552-42d9-b513-2f3789e6cc71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:18,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-92471c19-c552-42d9-b513-2f3789e6cc71 2018-12-12 15:30:18,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" 2018-12-12 15:30:18,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fcd6a181-ce50-467b-9c59-e407370595d5 Date: Wed, 12 Dec 2018 15:30:18 GMT RESP BODY: {"networks":[]} 2018-12-12 15:30:18,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net used request id req-fcd6a181-ce50-467b-9c59-e407370595d5 2018-12-12 15:30:18,961 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net 2018-12-12 15:30:18,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" -d '{"network": {"name": "CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net", "admin_state_up": true}}' 2018-12-12 15:30:19,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-11ff9424-a1d1-40e9-a3e3-eb6c91bad2d8 Date: Wed, 12 Dec 2018 15:30:19 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"95650d66-3b47-4358-8372-8956abd3e25d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e0c8ad487d044a1a471ec9a10dac27f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:30:19Z","is_default":false,"name":"CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3e0c8ad487d044a1a471ec9a10dac27f","created_at":"2018-12-12T15:30:19Z","mtu":1450}} 2018-12-12 15:30:19,686 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-11ff9424-a1d1-40e9-a3e3-eb6c91bad2d8 2018-12-12 15:30:19,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=95650d66-3b47-4358-8372-8956abd3e25d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" 2018-12-12 15:30:20,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-30620e2a-3ea9-41f2-b0d8-823442884980 Date: Wed, 12 Dec 2018 15:30:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:30:19Z","tenant_id":"3e0c8ad487d044a1a471ec9a10dac27f","created_at":"2018-12-12T15:30:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3e0c8ad487d044a1a471ec9a10dac27f","id":"95650d66-3b47-4358-8372-8956abd3e25d","name":"CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net"}]} 2018-12-12 15:30:20,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=95650d66-3b47-4358-8372-8956abd3e25d used request id req-30620e2a-3ea9-41f2-b0d8-823442884980 2018-12-12 15:30:20,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=95650d66-3b47-4358-8372-8956abd3e25d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" 2018-12-12 15:30:20,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cc471024-eec3-4d60-aba6-f5e239f25586 Date: Wed, 12 Dec 2018 15:30:20 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:30:20,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=95650d66-3b47-4358-8372-8956abd3e25d used request id req-cc471024-eec3-4d60-aba6-f5e239f25586 2018-12-12 15:30:20,292 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet 2018-12-12 15:30:20,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" -d '{"subnets": [{"ip_version": 4, "network_id": "95650d66-3b47-4358-8372-8956abd3e25d", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet"}]}' 2018-12-12 15:30:20,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b3a21ee0-f0c2-4b5b-9200-2ae594634366 Date: Wed, 12 Dec 2018 15:30:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95650d66-3b47-4358-8372-8956abd3e25d","tenant_id":"3e0c8ad487d044a1a471ec9a10dac27f","created_at":"2018-12-12T15:30:20Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:20Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3e0c8ad487d044a1a471ec9a10dac27f","id":"23036f03-325d-443a-a5f5-805b49b940b5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet"}]} 2018-12-12 15:30:20,974 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-b3a21ee0-f0c2-4b5b-9200-2ae594634366 2018-12-12 15:30:20,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=95650d66-3b47-4358-8372-8956abd3e25d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" 2018-12-12 15:30:21,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2635f2f5-da3f-4784-a7bc-f1d2934760df Date: Wed, 12 Dec 2018 15:30: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":["23036f03-325d-443a-a5f5-805b49b940b5"],"updated_at":"2018-12-12T15:30:20Z","tenant_id":"3e0c8ad487d044a1a471ec9a10dac27f","created_at":"2018-12-12T15:30:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e0c8ad487d044a1a471ec9a10dac27f","id":"95650d66-3b47-4358-8372-8956abd3e25d","name":"CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net"}]} 2018-12-12 15:30:21,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=95650d66-3b47-4358-8372-8956abd3e25d used request id req-2635f2f5-da3f-4784-a7bc-f1d2934760df 2018-12-12 15:30:21,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=95650d66-3b47-4358-8372-8956abd3e25d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" 2018-12-12 15:30:21,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6f0bfa0d-836d-43a6-a2ef-7a3d933734a0 Date: Wed, 12 Dec 2018 15:30:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95650d66-3b47-4358-8372-8956abd3e25d","tenant_id":"3e0c8ad487d044a1a471ec9a10dac27f","created_at":"2018-12-12T15:30:20Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e0c8ad487d044a1a471ec9a10dac27f","id":"23036f03-325d-443a-a5f5-805b49b940b5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet"}]} 2018-12-12 15:30:21,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=95650d66-3b47-4358-8372-8956abd3e25d used request id req-6f0bfa0d-836d-43a6-a2ef-7a3d933734a0 2018-12-12 15:30:21,478 - OpenStackNetwork - DEBUG - Network [95650d66-3b47-4358-8372-8956abd3e25d] created successfully 2018-12-12 15:30:21,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:21,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a76fb1fc4a40d791f4403cf1193561", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj-role"}], "expires_at": "2018-12-12T16:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e0c8ad487d044a1a471ec9a10dac27f", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/3e0c8ad487d044a1a471ec9a10dac27f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-user", "id": "e3c2c305f50f48a0b69aa8a97327077f"}, "audit_ids": ["8NexTNGuS4uDyHH487OfqA"], "issued_at": "2018-12-12T15:30:21.000000Z"}} 2018-12-12 15:30:21,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170172c8365f18e7ebb0b56e24e3d2a7ceb75209" 2018-12-12 15:30:22,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-20d0ba9f-ccac-4280-b6eb-d0d834be31fe Date: Wed, 12 Dec 2018 15:30: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":["23036f03-325d-443a-a5f5-805b49b940b5"],"updated_at":"2018-12-12T15:30:20Z","tenant_id":"3e0c8ad487d044a1a471ec9a10dac27f","created_at":"2018-12-12T15:30:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e0c8ad487d044a1a471ec9a10dac27f","id":"95650d66-3b47-4358-8372-8956abd3e25d","name":"CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net"}]} 2018-12-12 15:30:22,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net used request id req-20d0ba9f-ccac-4280-b6eb-d0d834be31fe 2018-12-12 15:30:22,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:22,138 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:22,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cef194103f7a112f3da0f20651a1ab09d683c4b6" 2018-12-12 15:30:22,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6d0bb7-c17d-4de4-b70d-90bc5a488a3e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f"}, "enabled": true, "id": "3e0c8ad487d044a1a471ec9a10dac27f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj"}} 2018-12-12 15:30:22,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f used request id req-fa6d0bb7-c17d-4de4-b70d-90bc5a488a3e 2018-12-12 15:30:22,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=95650d66-3b47-4358-8372-8956abd3e25d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170172c8365f18e7ebb0b56e24e3d2a7ceb75209" 2018-12-12 15:30:22,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-35f2caf2-eadb-4cd5-9ab0-5917caad1198 Date: Wed, 12 Dec 2018 15:30:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95650d66-3b47-4358-8372-8956abd3e25d","tenant_id":"3e0c8ad487d044a1a471ec9a10dac27f","created_at":"2018-12-12T15:30:20Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3e0c8ad487d044a1a471ec9a10dac27f","id":"23036f03-325d-443a-a5f5-805b49b940b5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet"}]} 2018-12-12 15:30:22,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=95650d66-3b47-4358-8372-8956abd3e25d used request id req-35f2caf2-eadb-4cd5-9ab0-5917caad1198 2018-12-12 15:30:22,442 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet 2018-12-12 15:30:22,442 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet 2018-12-12 15:30:22,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/23036f03-325d-443a-a5f5-805b49b940b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170172c8365f18e7ebb0b56e24e3d2a7ceb75209" 2018-12-12 15:30:24,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2bf7ccf1-81ff-4a9c-a507-943ee69faf6b Date: Wed, 12 Dec 2018 15:30:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:30:24,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/23036f03-325d-443a-a5f5-805b49b940b5 used request id req-2bf7ccf1-81ff-4a9c-a507-943ee69faf6b 2018-12-12 15:30:24,680 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net 2018-12-12 15:30:24,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/95650d66-3b47-4358-8372-8956abd3e25d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170172c8365f18e7ebb0b56e24e3d2a7ceb75209" 2018-12-12 15:30:25,817 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2a3fcdd-5bb1-4763-8d8c-309403b6b589 Date: Wed, 12 Dec 2018 15:30:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:30:25,818 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/95650d66-3b47-4358-8372-8956abd3e25d used request id req-e2a3fcdd-5bb1-4763-8d8c-309403b6b589 2018-12-12 15:30:25,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170172c8365f18e7ebb0b56e24e3d2a7ceb75209" 2018-12-12 15:30:26,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-66847ada-ef15-4048-b7c5-56038255ee40 Date: Wed, 12 Dec 2018 15:30:26 GMT RESP BODY: {"networks":[]} 2018-12-12 15:30:26,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net used request id req-66847ada-ef15-4048-b7c5-56038255ee40 2018-12-12 15:30:26,015 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet 2018-12-12 15:30:26,015 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-subnet 2018-12-12 15:30:26,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/23036f03-325d-443a-a5f5-805b49b940b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" 2018-12-12 15:30:26,054 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-97c9852f-fd70-4da3-9fc3-80f5714ee3ae Date: Wed, 12 Dec 2018 15:30:26 GMT RESP BODY: {"NeutronError": {"message": "Subnet 23036f03-325d-443a-a5f5-805b49b940b5 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-12 15:30:26,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/23036f03-325d-443a-a5f5-805b49b940b5 used request id req-97c9852f-fd70-4da3-9fc3-80f5714ee3ae 2018-12-12 15:30:26,054 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 23036f03-325d-443a-a5f5-805b49b940b5 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-12 15:30:26,055 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-25058b46-5aff-456d-95fe-0ef97ea87b9d-pub-net 2018-12-12 15:30:26,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/95650d66-3b47-4358-8372-8956abd3e25d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3db0825a79bc44ddf987b5f40741f77d660fd02f" 2018-12-12 15:30:26,087 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-32d5b49e-79fd-4bf0-b14d-cca025e9a9dc Date: Wed, 12 Dec 2018 15:30:26 GMT RESP BODY: {"NeutronError": {"message": "Network 95650d66-3b47-4358-8372-8956abd3e25d could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-12-12 15:30:26,087 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/95650d66-3b47-4358-8372-8956abd3e25d used request id req-32d5b49e-79fd-4bf0-b14d-cca025e9a9dc 2018-12-12 15:30:26,088 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 95650d66-3b47-4358-8372-8956abd3e25d could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-12-12 15:30:26,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:26,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fdc781a9-ed81-43a9-b07e-cd34f17b1d7a Date: Wed, 12 Dec 2018 15:30:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "created_at": "2018-12-12T15:30:19Z", "updated_at": "2018-12-12T15:30:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:30:19Z", "revision_number": 0, "id": "08edf1f4-a7b5-457c-ba1f-46d5d6fed405", "remote_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "remote_ip_prefix": null, "created_at": "2018-12-12T15:30:19Z", "security_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e0c8ad487d044a1a471ec9a10dac27f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:30:19Z", "revision_number": 0, "id": "2da66731-14a9-470c-a1bd-6762fcbc0c04", "remote_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "remote_ip_prefix": null, "created_at": "2018-12-12T15:30:19Z", "security_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e0c8ad487d044a1a471ec9a10dac27f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:30:19Z", "revision_number": 0, "id": "8e2d7aa2-6aa4-4b04-9b08-fea02e34e269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:30:19Z", "security_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e0c8ad487d044a1a471ec9a10dac27f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:30:19Z", "revision_number": 0, "id": "f607b8fa-c4ac-46ac-9094-466c893ee8c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:30:19Z", "security_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e0c8ad487d044a1a471ec9a10dac27f"}], "revision_number": 4, "project_id": "3e0c8ad487d044a1a471ec9a10dac27f", "id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:30:26,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-fdc781a9-ed81-43a9-b07e-cd34f17b1d7a 2018-12-12 15:30:26,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:26,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1b7d182-3ed1-4828-bb4f-681816a2a2d9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f"}, "enabled": true, "id": "3e0c8ad487d044a1a471ec9a10dac27f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj"}} 2018-12-12 15:30:26,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f used request id req-b1b7d182-3ed1-4828-bb4f-681816a2a2d9 2018-12-12 15:30:26,391 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd72c045-44e3-40d2-ada2-4e2d84467fc3 2018-12-12 15:30:26,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=bd72c045-44e3-40d2-ada2-4e2d84467fc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:26,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9dd05e70-9d13-4e37-897b-9c30a6ef4966 Date: Wed, 12 Dec 2018 15:30:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:30:19Z", "security_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "port_range_min": null, "revision_number": 0, "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "created_at": "2018-12-12T15:30:19Z", "project_id": "3e0c8ad487d044a1a471ec9a10dac27f", "id": "08edf1f4-a7b5-457c-ba1f-46d5d6fed405"}, {"remote_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:30:19Z", "security_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "port_range_min": null, "revision_number": 0, "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "created_at": "2018-12-12T15:30:19Z", "project_id": "3e0c8ad487d044a1a471ec9a10dac27f", "id": "2da66731-14a9-470c-a1bd-6762fcbc0c04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:30:19Z", "security_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "port_range_min": null, "revision_number": 0, "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "created_at": "2018-12-12T15:30:19Z", "project_id": "3e0c8ad487d044a1a471ec9a10dac27f", "id": "8e2d7aa2-6aa4-4b04-9b08-fea02e34e269"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:30:19Z", "security_group_id": "bd72c045-44e3-40d2-ada2-4e2d84467fc3", "port_range_min": null, "revision_number": 0, "tenant_id": "3e0c8ad487d044a1a471ec9a10dac27f", "created_at": "2018-12-12T15:30:19Z", "project_id": "3e0c8ad487d044a1a471ec9a10dac27f", "id": "f607b8fa-c4ac-46ac-9094-466c893ee8c5"}]} 2018-12-12 15:30:26,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=bd72c045-44e3-40d2-ada2-4e2d84467fc3 used request id req-9dd05e70-9d13-4e37-897b-9c30a6ef4966 2018-12-12 15:30:26,598 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:30:26,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/bd72c045-44e3-40d2-ada2-4e2d84467fc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:26,905 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-addaaf7e-bf3f-4870-b533-4a54edc8437d Content-Length: 0 Date: Wed, 12 Dec 2018 15:30:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:30:26,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/bd72c045-44e3-40d2-ada2-4e2d84467fc3 used request id req-addaaf7e-bf3f-4870-b533-4a54edc8437d 2018-12-12 15:30:26,906 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj 2018-12-12 15:30:26,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:27,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-934cad8d-cf58-48db-91f9-b668cbcb3034 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:27,117 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3e0c8ad487d044a1a471ec9a10dac27f used request id req-934cad8d-cf58-48db-91f9-b668cbcb3034 2018-12-12 15:30:27,117 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-d63c4a65-0033-4e4-proj-role 2018-12-12 15:30:27,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/95a76fb1fc4a40d791f4403cf1193561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:27,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2430b80-41e7-43e2-afbd-d664e5ad270b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:27,245 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/95a76fb1fc4a40d791f4403cf1193561 used request id req-c2430b80-41e7-43e2-afbd-d664e5ad270b 2018-12-12 15:30:27,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf50e3cb2d83081e7642484da307ef93c739466" 2018-12-12 15:30:27,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e4cf1f7-3b07-44fd-97ef-4164a5810d6d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:27,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0e4cf1f7-3b07-44fd-97ef-4164a5810d6d 2018-12-12 15:30:27,332 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-d63c4a65-0033-4e4-user 2018-12-12 15:30:27,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e3c2c305f50f48a0b69aa8a97327077f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b3a5f8fdb75cb5155b700585699b89c05865333" 2018-12-12 15:30:27,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ae9e19e-7b90-4d27-b796-39197b71280d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:27,514 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e3c2c305f50f48a0b69aa8a97327077f used request id req-7ae9e19e-7b90-4d27-b796-39197b71280d 2018-12-12 15:30:27,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:27,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["XSZj-iNFTzqYgibdmFX14w"], "issued_at": "2018-12-12T15:30:27.000000Z"}} 2018-12-12 15:30:27,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c664cc808dd3da230d2ebb00428c2b3ee3f088f6" 2018-12-12 15:30:27,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6df17ece-8f24-4d12-96bb-73decb6c1c48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:27,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6df17ece-8f24-4d12-96bb-73decb6c1c48 2018-12-12 15:30:27,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:27,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:28,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ruejoTX8TuaCq0Pg-ZQiUA"], "issued_at": "2018-12-12T15:30:28.000000Z"}} 2018-12-12 15:30:28,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:28,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-868bc1ea-c890-4dd7-905f-e4d18c06769b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:28,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-868bc1ea-c890-4dd7-905f-e4d18c06769b 2018-12-12 15:30:28,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:28,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:28,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:28,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea20b8a-44c9-49c7-b68f-5fa991ae1dea Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:30:28,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj used request id req-4ea20b8a-44c9-49c7-b68f-5fa991ae1dea 2018-12-12 15:30:28,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:28,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731cd4de-9a5c-4eb0-ba4f-a35a406c08dc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:28,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-731cd4de-9a5c-4eb0-ba4f-a35a406c08dc 2018-12-12 15:30:28,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}}' 2018-12-12 15:30:28,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d1c8d64-8bbc-40e1-be76-fe95650a6842 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}} 2018-12-12 15:30:28,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-9d1c8d64-8bbc-40e1-be76-fe95650a6842 2018-12-12 15:30:28,754 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj 2018-12-12 15:30:28,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:28,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:29,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["UWS1i6PyQ0-Bc7tleBYpJA"], "issued_at": "2018-12-12T15:30:29.000000Z"}} 2018-12-12 15:30:29,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b66aa3997a72e984dac0df77c6954c2b6daf970" 2018-12-12 15:30:29,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ccd16c-374e-476e-ac71-4f0d073e8c1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:29,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d9ccd16c-374e-476e-ac71-4f0d073e8c1e 2018-12-12 15:30:29,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:29,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:29,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b66aa3997a72e984dac0df77c6954c2b6daf970" 2018-12-12 15:30:29,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68862958-96d2-46b1-afe6-52d4a3f17b7d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:30:29,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-68862958-96d2-46b1-afe6-52d4a3f17b7d 2018-12-12 15:30:29,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b66aa3997a72e984dac0df77c6954c2b6daf970" 2018-12-12 15:30:29,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c21307-df05-49d3-8237-64d4c9f845db Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}]} 2018-12-12 15:30:29,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj used request id req-97c21307-df05-49d3-8237-64d4c9f845db 2018-12-12 15:30:29,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b66aa3997a72e984dac0df77c6954c2b6daf970" 2018-12-12 15:30:29,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-343578ff-3fd2-43c0-9aa7-d0092a9a545e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:29,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-343578ff-3fd2-43c0-9aa7-d0092a9a545e 2018-12-12 15:30:29,772 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-7f32fcc3-feba-4f9-user 2018-12-12 15:30:29,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:29,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:29,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af3946c-9ab3-4d88-95e4-3da283b011d1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:29,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6af3946c-9ab3-4d88-95e4-3da283b011d1 2018-12-12 15:30:29,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" -d '{"role": {"name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj-role"}}' 2018-12-12 15:30:29,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5327d376-9497-4df7-9fcf-cffbb6140f8f Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6883eae97dbf4be195653918d4981d3d", "links": {"self": "http://172.30.9.29:5000/v3/roles/6883eae97dbf4be195653918d4981d3d"}, "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj-role"}} 2018-12-12 15:30:29,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5327d376-9497-4df7-9fcf-cffbb6140f8f 2018-12-12 15:30:29,988 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj-role 2018-12-12 15:30:29,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6883eae97dbf4be195653918d4981d3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:30,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5744bde3-9e97-407c-882d-8187465acb65 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6883eae97dbf4be195653918d4981d3d"}, "domain_id": null, "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj-role", "id": "6883eae97dbf4be195653918d4981d3d"}} 2018-12-12 15:30:30,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6883eae97dbf4be195653918d4981d3d used request id req-5744bde3-9e97-407c-882d-8187465acb65 2018-12-12 15:30:30,081 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj-role to project CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj 2018-12-12 15:30:30,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1/users/517e99b3a12e4f4da969f9d1ca9f8d13/roles/6883eae97dbf4be195653918d4981d3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:30,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6a8408e-ef3f-4fec-92a0-d0d037069524 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:30,221 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1/users/517e99b3a12e4f4da969f9d1ca9f8d13/roles/6883eae97dbf4be195653918d4981d3d used request id req-e6a8408e-ef3f-4fec-92a0-d0d037069524 2018-12-12 15:30:30,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:30,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:30,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vLODgD4-S6WHqg4f1sWcEA"], "issued_at": "2018-12-12T15:30:30.000000Z"}} 2018-12-12 15:30:30,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" 2018-12-12 15:30:30,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25785432-f1f1-42b2-8737-23f5925f1949 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:30,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-25785432-f1f1-42b2-8737-23f5925f1949 2018-12-12 15:30:30,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" 2018-12-12 15:30:30,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-21e24bdf-e1ff-4f75-b8b4-4dd2eaf63d90 Date: Wed, 12 Dec 2018 15:30:30 GMT RESP BODY: {"networks":[]} 2018-12-12 15:30:30,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net used request id req-21e24bdf-e1ff-4f75-b8b4-4dd2eaf63d90 2018-12-12 15:30:30,787 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net 2018-12-12 15:30:30,787 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:30,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:31,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["UvR_s3cbS9i_LrHcNBCvrA"], "issued_at": "2018-12-12T15:30:31.000000Z"}} 2018-12-12 15:30:31,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff0cbde7e3379e37170a85fb3c85a1fcea3f193" 2018-12-12 15:30:31,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ccddd44-7bb2-4809-bfb1-b0b96c2d167e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:31,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7ccddd44-7bb2-4809-bfb1-b0b96c2d167e 2018-12-12 15:30:31,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:31,255 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:31,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff0cbde7e3379e37170a85fb3c85a1fcea3f193" 2018-12-12 15:30:31,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dfb0364-15e2-4a54-8f52-0a8fdf163721 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}]} 2018-12-12 15:30:31,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj used request id req-0dfb0364-15e2-4a54-8f52-0a8fdf163721 2018-12-12 15:30:31,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" -d '{"network": {"tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "name": "CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net", "admin_state_up": true}}' 2018-12-12 15:30:31,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-41207f8f-a346-40e3-a4d7-26f9f679a48e Date: Wed, 12 Dec 2018 15:30: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":"20763366-2ba0-46af-b450-548f64465d60","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"357d3de770f64bfa914c0aeed3e3a6a1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:30:31Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net","admin_state_up":true,"tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:31Z","mtu":1450}} 2018-12-12 15:30:31,854 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-41207f8f-a346-40e3-a4d7-26f9f679a48e 2018-12-12 15:30:31,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=20763366-2ba0-46af-b450-548f64465d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" 2018-12-12 15:30:32,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-a9465161-42cb-4917-b830-fda33bbc392f Date: Wed, 12 Dec 2018 15:30:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"20763366-2ba0-46af-b450-548f64465d60","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"357d3de770f64bfa914c0aeed3e3a6a1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:30:31Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net","admin_state_up":true,"tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:31Z","provider:network_type":"vxlan"}]} 2018-12-12 15:30:32,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=20763366-2ba0-46af-b450-548f64465d60 used request id req-a9465161-42cb-4917-b830-fda33bbc392f 2018-12-12 15:30:32,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" 2018-12-12 15:30:32,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-830517f6-458b-47b4-a712-30f674f294d2 Date: Wed, 12 Dec 2018 15:30:32 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:30:32,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 used request id req-830517f6-458b-47b4-a712-30f674f294d2 2018-12-12 15:30:32,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:32,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:32,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["EWkTvAQsSauY5iFI88GHmA"], "issued_at": "2018-12-12T15:30:32.000000Z"}} 2018-12-12 15:30:32,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557b03991f10ddc91f539774420d4c72f2a5e4d3" 2018-12-12 15:30:32,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55eb1d7d-f2f6-48d0-b4bb-7dbd0f92fca5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:32,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-55eb1d7d-f2f6-48d0-b4bb-7dbd0f92fca5 2018-12-12 15:30:32,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:32,740 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:32,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557b03991f10ddc91f539774420d4c72f2a5e4d3" 2018-12-12 15:30:32,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccfd43fd-b4d4-46c5-b1f3-a358aad0dd6f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}]} 2018-12-12 15:30:32,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj used request id req-ccfd43fd-b4d4-46c5-b1f3-a358aad0dd6f 2018-12-12 15:30:32,822 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet 2018-12-12 15:30:32,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" -d '{"subnets": [{"ip_version": 4, "network_id": "20763366-2ba0-46af-b450-548f64465d60", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet", "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1"}]}' 2018-12-12 15:30:33,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-89662ccd-84fc-478a-926f-e06a345b498b Date: Wed, 12 Dec 2018 15:30:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30: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":"357d3de770f64bfa914c0aeed3e3a6a1","id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet"}]} 2018-12-12 15:30:33,399 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-89662ccd-84fc-478a-926f-e06a345b498b 2018-12-12 15:30:33,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=20763366-2ba0-46af-b450-548f64465d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" 2018-12-12 15:30:33,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d45cad04-9576-4e26-97c4-969eaeef260b Date: Wed, 12 Dec 2018 15:30:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"20763366-2ba0-46af-b450-548f64465d60","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"357d3de770f64bfa914c0aeed3e3a6a1","status":"ACTIVE","subnets":["dbba0daf-f55d-4171-b29d-d55cf6409c22"],"description":"","tags":[],"updated_at":"2018-12-12T15:30:33Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net","admin_state_up":true,"tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:31Z","provider:network_type":"vxlan"}]} 2018-12-12 15:30:33,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=20763366-2ba0-46af-b450-548f64465d60 used request id req-d45cad04-9576-4e26-97c4-969eaeef260b 2018-12-12 15:30:33,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" 2018-12-12 15:30:34,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2a177acf-9b82-48ff-a86c-80b106da98a7 Date: Wed, 12 Dec 2018 15:30:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30: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":"357d3de770f64bfa914c0aeed3e3a6a1","id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet"}]} 2018-12-12 15:30:34,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 used request id req-2a177acf-9b82-48ff-a86c-80b106da98a7 2018-12-12 15:30:34,012 - OpenStackNetwork - DEBUG - Network [20763366-2ba0-46af-b450-548f64465d60] created successfully 2018-12-12 15:30:34,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:34,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6883eae97dbf4be195653918d4981d3d", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj-role"}], "expires_at": "2018-12-12T16:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-user", "id": "517e99b3a12e4f4da969f9d1ca9f8d13"}, "audit_ids": ["DmQNq4JwRKSqgcvGb3tung"], "issued_at": "2018-12-12T15:30:34.000000Z"}} 2018-12-12 15:30:34,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a5d9edf8ce72c93ceee1e2410e3be10bbe6e43" 2018-12-12 15:30:34,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-211c8ffe-c3e2-4e50-b5c7-b834c94ec008 Date: Wed, 12 Dec 2018 15:30:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbba0daf-f55d-4171-b29d-d55cf6409c22"],"updated_at":"2018-12-12T15:30:33Z","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"357d3de770f64bfa914c0aeed3e3a6a1","id":"20763366-2ba0-46af-b450-548f64465d60","name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net"}]} 2018-12-12 15:30:34,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net used request id req-211c8ffe-c3e2-4e50-b5c7-b834c94ec008 2018-12-12 15:30:34,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:34,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:34,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c664cc808dd3da230d2ebb00428c2b3ee3f088f6" 2018-12-12 15:30:34,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fd78291-e779-418d-95e8-faa3e867cb40 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}} 2018-12-12 15:30:34,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 used request id req-7fd78291-e779-418d-95e8-faa3e867cb40 2018-12-12 15:30:34,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a5d9edf8ce72c93ceee1e2410e3be10bbe6e43" 2018-12-12 15:30:35,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5471f874-6c5d-431f-bc0a-ac8eba79467a Date: Wed, 12 Dec 2018 15:30:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30: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":"357d3de770f64bfa914c0aeed3e3a6a1","id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet"}]} 2018-12-12 15:30:35,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 used request id req-5471f874-6c5d-431f-bc0a-ac8eba79467a 2018-12-12 15:30:35,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:35,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:35,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6883eae97dbf4be195653918d4981d3d", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj-role"}], "expires_at": "2018-12-12T16:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/357d3de770f64bfa914c0aeed3e3a6a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-user", "id": "517e99b3a12e4f4da969f9d1ca9f8d13"}, "audit_ids": ["WNH5I_0xSQW2-hXOUIttCg"], "issued_at": "2018-12-12T15:30:35.000000Z"}} 2018-12-12 15:30:35,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba7a84445fd467e53c69ad35ba9cb2491d9bcf" 2018-12-12 15:30:35,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5b2f9af-9149-4bd5-ac6e-e05767f2cd7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:35,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a5b2f9af-9149-4bd5-ac6e-e05767f2cd7b 2018-12-12 15:30:35,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba7a84445fd467e53c69ad35ba9cb2491d9bcf" 2018-12-12 15:30:35,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-af176972-dbb0-4557-9405-4a98326b1958 Date: Wed, 12 Dec 2018 15:30: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":["dbba0daf-f55d-4171-b29d-d55cf6409c22"],"updated_at":"2018-12-12T15:30:33Z","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"357d3de770f64bfa914c0aeed3e3a6a1","id":"20763366-2ba0-46af-b450-548f64465d60","name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net"}]} 2018-12-12 15:30:35,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net used request id req-af176972-dbb0-4557-9405-4a98326b1958 2018-12-12 15:30:35,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:35,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:35,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba7a84445fd467e53c69ad35ba9cb2491d9bcf" 2018-12-12 15:30:35,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1055e5e5-9256-4d0f-80d0-9fe93fd601a5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}} 2018-12-12 15:30:35,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 used request id req-1055e5e5-9256-4d0f-80d0-9fe93fd601a5 2018-12-12 15:30:35,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba7a84445fd467e53c69ad35ba9cb2491d9bcf" 2018-12-12 15:30:36,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ff4055f3-6bef-408f-a3ad-b0eabc6d91b4 Date: Wed, 12 Dec 2018 15:30:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30: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":"357d3de770f64bfa914c0aeed3e3a6a1","id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet"}]} 2018-12-12 15:30:36,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 used request id req-ff4055f3-6bef-408f-a3ad-b0eabc6d91b4 2018-12-12 15:30:36,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:36,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:36,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["4VJSWvq8TsCYQNAr-cIH7A"], "issued_at": "2018-12-12T15:30:36.000000Z"}} 2018-12-12 15:30:36,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:36,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1330c3c9-7a07-4149-bdf8-f08bcd336eb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:36,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1330c3c9-7a07-4149-bdf8-f08bcd336eb1 2018-12-12 15:30:36,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:36,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9c0fbe48-146c-48d8-a214-bae0ce2cee2e Date: Wed, 12 Dec 2018 15:30:36 GMT RESP BODY: {"routers": []} 2018-12-12 15:30:36,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router&admin_state_up=True used request id req-9c0fbe48-146c-48d8-a214-bae0ce2cee2e 2018-12-12 15:30:36,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:36,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:37,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WfenwJsKQWC0BH1KC7Sovg"], "issued_at": "2018-12-12T15:30:37.000000Z"}} 2018-12-12 15:30:37,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8238d7870b7240ea336f02e64605759d8b593dd1" 2018-12-12 15:30:37,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b59b1e8-3422-4d6f-a578-8140cafd3166 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:37,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1b59b1e8-3422-4d6f-a578-8140cafd3166 2018-12-12 15:30:37,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:37,375 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:37,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8238d7870b7240ea336f02e64605759d8b593dd1" 2018-12-12 15:30:37,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc6bb49-89a9-4c12-8a07-f4c4ec3df816 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}]} 2018-12-12 15:30:37,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj used request id req-9bc6bb49-89a9-4c12-8a07-f4c4ec3df816 2018-12-12 15:30:37,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:37,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b0ae6762-32af-4a70-8502-9c3061844b5a Date: Wed, 12 Dec 2018 15:30:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:30:37,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-b0ae6762-32af-4a70-8502-9c3061844b5a 2018-12-12 15:30:37,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:37,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ad1cb01d-4bbe-4705-944d-46603748606a Date: Wed, 12 Dec 2018 15:30:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 15:30:37,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-ad1cb01d-4bbe-4705-944d-46603748606a 2018-12-12 15:30:37,994 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router 2018-12-12 15:30:37,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "name": "CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router", "admin_state_up": true}}' 2018-12-12 15:30:42,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-197daf11-6d67-464d-b75a-310e6ad72a55 Date: Wed, 12 Dec 2018 15:30:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "created_at": "2018-12-12T15:30:38Z", "admin_state_up": true, "updated_at": "2018-12-12T15:30:39Z", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "d1d51a78-3eec-4d4c-b305-b0643a4e755e", "name": "CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router"}} 2018-12-12 15:30:42,917 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-197daf11-6d67-464d-b75a-310e6ad72a55 2018-12-12 15:30:42,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d1d51a78-3eec-4d4c-b305-b0643a4e755e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:43,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-3746e3c0-38ff-4ce1-8193-741ab0ded087 Date: Wed, 12 Dec 2018 15:30:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:39Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.202"}],"id":"5152da26-2b02-4cc6-af76-074c76c2b3de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:98:2a:0c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T15:30:38Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:40Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","ip_address":"169.254.192.2"}],"id":"9da47b4f-4dbb-4444-80db-495b3a70e20d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:bb:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 357d3de770f64bfa914c0aeed3e3a6a1","admin_state_up":true,"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:40Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:39Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","ip_address":"169.254.192.7"}],"id":"a45b954e-1b0d-43f7-af59-9c4f540e2492","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:60:9b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 357d3de770f64bfa914c0aeed3e3a6a1","admin_state_up":true,"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:39Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:41Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","ip_address":"169.254.192.4"}],"id":"be0d8eeb-2dd5-41cc-9b88-9c5aa2e92be7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:d9:d8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 357d3de770f64bfa914c0aeed3e3a6a1","admin_state_up":true,"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:41Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"}]} 2018-12-12 15:30:43,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d1d51a78-3eec-4d4c-b305-b0643a4e755e used request id req-3746e3c0-38ff-4ce1-8193-741ab0ded087 2018-12-12 15:30:43,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:43,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cf5ab2eb-fcb4-4ee5-8e3e-16fff54367e1 Date: Wed, 12 Dec 2018 15:30:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:30:43,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-cf5ab2eb-fcb4-4ee5-8e3e-16fff54367e1 2018-12-12 15:30:43,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:43,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-51f49f35-bf0a-4122-ad5c-da52cbb6f18e Date: Wed, 12 Dec 2018 15:30:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","subnetpool_id":null,"name":"HA subnet tenant 357d3de770f64bfa914c0aeed3e3a6a1"}} 2018-12-12 15:30:43,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce used request id req-51f49f35-bf0a-4122-ad5c-da52cbb6f18e 2018-12-12 15:30:43,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:43,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-efed4425-5ae3-42e1-b07c-cda246b8cebe Date: Wed, 12 Dec 2018 15:30:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","subnetpool_id":null,"name":"HA subnet tenant 357d3de770f64bfa914c0aeed3e3a6a1"}} 2018-12-12 15:30:43,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce used request id req-efed4425-5ae3-42e1-b07c-cda246b8cebe 2018-12-12 15:30:43,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:43,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-91ac21c6-1e85-4bc2-be7d-651ff3219ca3 Date: Wed, 12 Dec 2018 15:30:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","subnetpool_id":null,"name":"HA subnet tenant 357d3de770f64bfa914c0aeed3e3a6a1"}} 2018-12-12 15:30:43,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce used request id req-91ac21c6-1e85-4bc2-be7d-651ff3219ca3 2018-12-12 15:30:43,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:44,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-67714139-959e-4c67-9043-93bb5942b1ce Date: Wed, 12 Dec 2018 15:30:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"20763366-2ba0-46af-b450-548f64465d60","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"357d3de770f64bfa914c0aeed3e3a6a1","status":"ACTIVE","subnets":["dbba0daf-f55d-4171-b29d-d55cf6409c22"],"description":"","tags":[],"updated_at":"2018-12-12T15:30:33Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net","admin_state_up":true,"tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:31Z","provider:network_type":"vxlan"}]} 2018-12-12 15:30:44,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net used request id req-67714139-959e-4c67-9043-93bb5942b1ce 2018-12-12 15:30:44,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:44,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:44,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:44,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63bb36d0-57f7-4b4a-8c42-1b8665406cb4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}} 2018-12-12 15:30:44,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 used request id req-63bb36d0-57f7-4b4a-8c42-1b8665406cb4 2018-12-12 15:30:44,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:44,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-421bce7a-3c7e-4a3b-a878-4245aa935969 Date: Wed, 12 Dec 2018 15:30:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30: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":"357d3de770f64bfa914c0aeed3e3a6a1","id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet"}]} 2018-12-12 15:30:44,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60 used request id req-421bce7a-3c7e-4a3b-a878-4245aa935969 2018-12-12 15:30:44,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60&name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:44,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-22f6f625-b1ff-4cb1-8fae-accda4e0a498 Date: Wed, 12 Dec 2018 15:30:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30: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":"357d3de770f64bfa914c0aeed3e3a6a1","id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet"}]} 2018-12-12 15:30:44,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20763366-2ba0-46af-b450-548f64465d60&name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet used request id req-22f6f625-b1ff-4cb1-8fae-accda4e0a498 2018-12-12 15:30:44,709 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 15:30:44,709 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router 2018-12-12 15:30:44,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d1d51a78-3eec-4d4c-b305-b0643a4e755e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" -d '{"subnet_id": "dbba0daf-f55d-4171-b29d-d55cf6409c22"}' 2018-12-12 15:30:46,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a4546c5c-e5da-4d13-a78b-416ad9828dbe Date: Wed, 12 Dec 2018 15:30:46 GMT RESP BODY: {"network_id": "20763366-2ba0-46af-b450-548f64465d60", "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "subnet_id": "dbba0daf-f55d-4171-b29d-d55cf6409c22", "subnet_ids": ["dbba0daf-f55d-4171-b29d-d55cf6409c22"], "port_id": "1ff834f4-4479-45de-9d49-af74b722ad8f", "id": "d1d51a78-3eec-4d4c-b305-b0643a4e755e"} 2018-12-12 15:30:46,523 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d1d51a78-3eec-4d4c-b305-b0643a4e755e/add_router_interface used request id req-a4546c5c-e5da-4d13-a78b-416ad9828dbe 2018-12-12 15:30:46,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/d1d51a78-3eec-4d4c-b305-b0643a4e755e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:46,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-35fdeb52-90cd-4122-880b-b6caf0fafc17 Date: Wed, 12 Dec 2018 15:30:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "created_at": "2018-12-12T15:30:38Z", "admin_state_up": true, "updated_at": "2018-12-12T15:30:45Z", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "d1d51a78-3eec-4d4c-b305-b0643a4e755e", "name": "CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router"}} 2018-12-12 15:30:46,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/d1d51a78-3eec-4d4c-b305-b0643a4e755e used request id req-35fdeb52-90cd-4122-880b-b6caf0fafc17 2018-12-12 15:30:46,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d1d51a78-3eec-4d4c-b305-b0643a4e755e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:46,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4439 X-Openstack-Request-Id: req-4f3f4962-e4f8-44f8-940b-12306ea596c6 Date: Wed, 12 Dec 2018 15:30:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","ip_address":"10.55.1.1"}],"id":"1ff834f4-4479-45de-9d49-af74b722ad8f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:46:6a:16","project_id":"357d3de770f64bfa914c0aeed3e3a6a1","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:45Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:44Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.202"}],"id":"5152da26-2b02-4cc6-af76-074c76c2b3de","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:2a:0c","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T15:30:38Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:44Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","ip_address":"169.254.192.2"}],"id":"9da47b4f-4dbb-4444-80db-495b3a70e20d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:bb:e9","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 357d3de770f64bfa914c0aeed3e3a6a1","admin_state_up":true,"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:40Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:45Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","ip_address":"169.254.192.7"}],"id":"a45b954e-1b0d-43f7-af59-9c4f540e2492","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:60:9b","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 357d3de770f64bfa914c0aeed3e3a6a1","admin_state_up":true,"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:39Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:45Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","ip_address":"169.254.192.4"}],"id":"be0d8eeb-2dd5-41cc-9b88-9c5aa2e92be7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f5:d9:d8","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 357d3de770f64bfa914c0aeed3e3a6a1","admin_state_up":true,"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:41Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"}]} 2018-12-12 15:30:46,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d1d51a78-3eec-4d4c-b305-b0643a4e755e used request id req-4f3f4962-e4f8-44f8-940b-12306ea596c6 2018-12-12 15:30:46,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:47,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-71d3484f-85b8-43e4-a3e6-80bcf676ea4f Date: Wed, 12 Dec 2018 15:30:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:30:47,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-71d3484f-85b8-43e4-a3e6-80bcf676ea4f 2018-12-12 15:30:47,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:47,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9268ef21-1e02-47b1-a5f9-a41d0937345f Date: Wed, 12 Dec 2018 15:30:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","subnetpool_id":null,"name":"HA subnet tenant 357d3de770f64bfa914c0aeed3e3a6a1"}} 2018-12-12 15:30:47,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce used request id req-9268ef21-1e02-47b1-a5f9-a41d0937345f 2018-12-12 15:30:47,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:47,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-06516959-f7b6-41a0-b911-e719d10a520f Date: Wed, 12 Dec 2018 15:30:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","subnetpool_id":null,"name":"HA subnet tenant 357d3de770f64bfa914c0aeed3e3a6a1"}} 2018-12-12 15:30:47,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce used request id req-06516959-f7b6-41a0-b911-e719d10a520f 2018-12-12 15:30:47,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:47,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1b907bb1-6718-4a87-ace0-80cd0c53689e Date: Wed, 12 Dec 2018 15:30:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"41385c98-01e1-4110-b02c-cc149f4b93b3","tenant_id":"","created_at":"2018-12-12T15:30:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30:38Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"05f29fd4-2ffa-4965-b824-8d0e99425dce","subnetpool_id":null,"name":"HA subnet tenant 357d3de770f64bfa914c0aeed3e3a6a1"}} 2018-12-12 15:30:47,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/05f29fd4-2ffa-4965-b824-8d0e99425dce used request id req-1b907bb1-6718-4a87-ace0-80cd0c53689e 2018-12-12 15:30:47,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dbba0daf-f55d-4171-b29d-d55cf6409c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:47,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-9b8ee16b-f9dc-4c1e-b56b-5420930329db Date: Wed, 12 Dec 2018 15:30:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30: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":"357d3de770f64bfa914c0aeed3e3a6a1","id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet"}} 2018-12-12 15:30:47,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dbba0daf-f55d-4171-b29d-d55cf6409c22 used request id req-9b8ee16b-f9dc-4c1e-b56b-5420930329db 2018-12-12 15:30:47,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a5d9edf8ce72c93ceee1e2410e3be10bbe6e43" 2018-12-12 15:30:47,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-9d3055c8-fae9-44f9-915b-e55f85cbf32a Date: Wed, 12 Dec 2018 15:30:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "created_at": "2018-12-12T15:30:38Z", "admin_state_up": true, "updated_at": "2018-12-12T15:30:45Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "357d3de770f64bfa914c0aeed3e3a6a1", "id": "d1d51a78-3eec-4d4c-b305-b0643a4e755e", "name": "CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router"}]} 2018-12-12 15:30:47,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router&admin_state_up=True used request id req-9d3055c8-fae9-44f9-915b-e55f85cbf32a 2018-12-12 15:30:47,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c664cc808dd3da230d2ebb00428c2b3ee3f088f6" 2018-12-12 15:30:47,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf3f638-5282-4b19-bf9d-24a4f90204de Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}} 2018-12-12 15:30:47,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 used request id req-7bf3f638-5282-4b19-bf9d-24a4f90204de 2018-12-12 15:30:47,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d1d51a78-3eec-4d4c-b305-b0643a4e755e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a5d9edf8ce72c93ceee1e2410e3be10bbe6e43" 2018-12-12 15:30:48,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-b4a18a50-5bff-42d8-a1c4-7965626d23ae Date: Wed, 12 Dec 2018 15:30:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:30:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","ip_address":"10.55.1.1"}],"id":"1ff834f4-4479-45de-9d49-af74b722ad8f","security_groups":[],"mac_address":"fa:16:3e:46:6a:16","project_id":"357d3de770f64bfa914c0aeed3e3a6a1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:45Z","binding:vnic_type":"normal","device_id":"d1d51a78-3eec-4d4c-b305-b0643a4e755e"}]} 2018-12-12 15:30:48,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d1d51a78-3eec-4d4c-b305-b0643a4e755e used request id req-b4a18a50-5bff-42d8-a1c4-7965626d23ae 2018-12-12 15:30:48,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dbba0daf-f55d-4171-b29d-d55cf6409c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a5d9edf8ce72c93ceee1e2410e3be10bbe6e43" 2018-12-12 15:30:48,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-6aedfec3-3591-4961-b211-0d18f2a4dc0d Date: Wed, 12 Dec 2018 15:30:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20763366-2ba0-46af-b450-548f64465d60","tenant_id":"357d3de770f64bfa914c0aeed3e3a6a1","created_at":"2018-12-12T15:30:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:30: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":"357d3de770f64bfa914c0aeed3e3a6a1","id":"dbba0daf-f55d-4171-b29d-d55cf6409c22","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet"}} 2018-12-12 15:30:48,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dbba0daf-f55d-4171-b29d-d55cf6409c22 used request id req-6aedfec3-3591-4961-b211-0d18f2a4dc0d 2018-12-12 15:30:48,298 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router and subnet CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet 2018-12-12 15:30:48,298 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router 2018-12-12 15:30:48,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d1d51a78-3eec-4d4c-b305-b0643a4e755e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" -d '{"subnet_id": "dbba0daf-f55d-4171-b29d-d55cf6409c22"}' 2018-12-12 15:30:49,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-99859de1-0d93-4c8d-a96c-77760963d357 Date: Wed, 12 Dec 2018 15:30:49 GMT RESP BODY: {"network_id": "20763366-2ba0-46af-b450-548f64465d60", "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "subnet_id": "dbba0daf-f55d-4171-b29d-d55cf6409c22", "subnet_ids": ["dbba0daf-f55d-4171-b29d-d55cf6409c22"], "port_id": "1ff834f4-4479-45de-9d49-af74b722ad8f", "id": "d1d51a78-3eec-4d4c-b305-b0643a4e755e"} 2018-12-12 15:30:49,824 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d1d51a78-3eec-4d4c-b305-b0643a4e755e/remove_router_interface used request id req-99859de1-0d93-4c8d-a96c-77760963d357 2018-12-12 15:30:49,825 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router 2018-12-12 15:30:49,825 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-router 2018-12-12 15:30:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/d1d51a78-3eec-4d4c-b305-b0643a4e755e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf1a0f9d41c5467da66af47df8f86d4fef07f14" 2018-12-12 15:30:53,159 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d066e80f-a24b-49b7-8f3e-da73382d2703 Content-Length: 0 Date: Wed, 12 Dec 2018 15:30:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:30:53,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d1d51a78-3eec-4d4c-b305-b0643a4e755e used request id req-d066e80f-a24b-49b7-8f3e-da73382d2703 2018-12-12 15:30:53,160 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet 2018-12-12 15:30:53,160 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-subnet 2018-12-12 15:30:53,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/dbba0daf-f55d-4171-b29d-d55cf6409c22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" 2018-12-12 15:30:55,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd777ce5-6fa9-47c2-af95-1ae1dd966549 Date: Wed, 12 Dec 2018 15:30:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:30:55,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/dbba0daf-f55d-4171-b29d-d55cf6409c22 used request id req-dd777ce5-6fa9-47c2-af95-1ae1dd966549 2018-12-12 15:30:55,351 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a917689f-3395-42f7-90ab-df8064601cab-pub-net 2018-12-12 15:30:55,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/20763366-2ba0-46af-b450-548f64465d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb92cc414b8ad3f9741af06515d8bf1da6b3aa2" 2018-12-12 15:30:56,860 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2d17095-24e3-4d8b-8a0c-ee3e05cd4e8f Date: Wed, 12 Dec 2018 15:30:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:30:56,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/20763366-2ba0-46af-b450-548f64465d60 used request id req-d2d17095-24e3-4d8b-8a0c-ee3e05cd4e8f 2018-12-12 15:30:56,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:57,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2f900692-9686-4117-8d1d-88b24a1731c1 Date: Wed, 12 Dec 2018 15:30:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "created_at": "2018-12-12T15:30:31Z", "updated_at": "2018-12-12T15:30:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:30:31Z", "revision_number": 0, "id": "5ee37f56-5f11-4b93-888b-737f3c429445", "remote_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "remote_ip_prefix": null, "created_at": "2018-12-12T15:30:31Z", "security_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "port_range_min": null, "ethertype": "IPv4", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:30:31Z", "revision_number": 0, "id": "61534b09-b0d1-48c3-a938-6fc62044498d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:30:31Z", "security_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "port_range_min": null, "ethertype": "IPv4", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:30:31Z", "revision_number": 0, "id": "e8851291-3a56-45ff-947b-77875ab87029", "remote_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "remote_ip_prefix": null, "created_at": "2018-12-12T15:30:31Z", "security_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "port_range_min": null, "ethertype": "IPv6", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:30:31Z", "revision_number": 0, "id": "edd18bba-9cc6-4739-adec-a18417baca5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:30:31Z", "security_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "port_range_min": null, "ethertype": "IPv6", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1"}], "revision_number": 4, "project_id": "357d3de770f64bfa914c0aeed3e3a6a1", "id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:30:57,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2f900692-9686-4117-8d1d-88b24a1731c1 2018-12-12 15:30:57,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:57,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df084372-8480-4b00-8948-800328922094 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1"}, "enabled": true, "id": "357d3de770f64bfa914c0aeed3e3a6a1", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj"}} 2018-12-12 15:30:57,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 used request id req-df084372-8480-4b00-8948-800328922094 2018-12-12 15:30:57,207 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fd08b6f-061e-4b54-86ca-f086ef025beb 2018-12-12 15:30:57,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4fd08b6f-061e-4b54-86ca-f086ef025beb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:57,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-be0bf020-9061-4473-88a4-21f6d9b9be68 Date: Wed, 12 Dec 2018 15:30:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:30:31Z", "security_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "port_range_min": null, "revision_number": 0, "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "created_at": "2018-12-12T15:30:31Z", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1", "id": "5ee37f56-5f11-4b93-888b-737f3c429445"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:30:31Z", "security_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "port_range_min": null, "revision_number": 0, "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "created_at": "2018-12-12T15:30:31Z", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1", "id": "61534b09-b0d1-48c3-a938-6fc62044498d"}, {"remote_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:30:31Z", "security_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "port_range_min": null, "revision_number": 0, "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "created_at": "2018-12-12T15:30:31Z", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1", "id": "e8851291-3a56-45ff-947b-77875ab87029"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:30:31Z", "security_group_id": "4fd08b6f-061e-4b54-86ca-f086ef025beb", "port_range_min": null, "revision_number": 0, "tenant_id": "357d3de770f64bfa914c0aeed3e3a6a1", "created_at": "2018-12-12T15:30:31Z", "project_id": "357d3de770f64bfa914c0aeed3e3a6a1", "id": "edd18bba-9cc6-4739-adec-a18417baca5c"}]} 2018-12-12 15:30:57,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4fd08b6f-061e-4b54-86ca-f086ef025beb used request id req-be0bf020-9061-4473-88a4-21f6d9b9be68 2018-12-12 15:30:57,383 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:30:57,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/4fd08b6f-061e-4b54-86ca-f086ef025beb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:57,748 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9c0ea09-af1f-41eb-8313-5a1cd6675f01 Content-Length: 0 Date: Wed, 12 Dec 2018 15:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:30:57,748 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/4fd08b6f-061e-4b54-86ca-f086ef025beb used request id req-d9c0ea09-af1f-41eb-8313-5a1cd6675f01 2018-12-12 15:30:57,749 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj 2018-12-12 15:30:57,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:58,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f907441-1d01-46b2-be90-dd26dae938bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:58,020 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/357d3de770f64bfa914c0aeed3e3a6a1 used request id req-4f907441-1d01-46b2-be90-dd26dae938bd 2018-12-12 15:30:58,021 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-7f32fcc3-feba-4f9-proj-role 2018-12-12 15:30:58,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6883eae97dbf4be195653918d4981d3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:58,131 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e04c128-7dda-410b-87aa-baab6f45f037 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:58,131 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6883eae97dbf4be195653918d4981d3d used request id req-3e04c128-7dda-410b-87aa-baab6f45f037 2018-12-12 15:30:58,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03914348acf8da4facfc85089ad9654863396f6c" 2018-12-12 15:30:58,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6efcd49-56e7-4bd0-bed1-0a254b83de59 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:30:58,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c6efcd49-56e7-4bd0-bed1-0a254b83de59 2018-12-12 15:30:58,233 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-7f32fcc3-feba-4f9-user 2018-12-12 15:30:58,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/517e99b3a12e4f4da969f9d1ca9f8d13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b66aa3997a72e984dac0df77c6954c2b6daf970" 2018-12-12 15:30:58,417 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:30:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72f48275-a593-4c8d-8309-651ae0fadcff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:30:58,417 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/517e99b3a12e4f4da969f9d1ca9f8d13 used request id req-72f48275-a593-4c8d-8309-651ae0fadcff 2018-12-12 15:30:58,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:58,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["kxbWL4YZQgOPaMPoaHtlaA"], "issued_at": "2018-12-12T15:30:58.000000Z"}} 2018-12-12 15:30:58,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd06c927b356b4d731a06a4bc21f59c2db04803" 2018-12-12 15:30:58,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed6de4d-552e-4e98-ad46-b668dc7ebc35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:58,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ed6de4d-552e-4e98-ad46-b668dc7ebc35 2018-12-12 15:30:58,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:58,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:30:59,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:30:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["nqp30gFDQEu-hxLuJomYRg"], "issued_at": "2018-12-12T15:30:59.000000Z"}} 2018-12-12 15:30:59,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:30:59,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0c27c5d-77d3-47dd-ba96-c6f9226aafdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:30:59,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c0c27c5d-77d3-47dd-ba96-c6f9226aafdd 2018-12-12 15:30:59,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:30:59,374 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:30: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:30:59,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:30:59,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a310e35-6950-47a1-98c8-3eb5aae7245f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:30:59,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj used request id req-4a310e35-6950-47a1-98c8-3eb5aae7245f 2018-12-12 15:30:59,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:30:59,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee78a56d-b473-4e54-b8fa-5e297c40147b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:30:59,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ee78a56d-b473-4e54-b8fa-5e297c40147b 2018-12-12 15:30:59,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}}' 2018-12-12 15:30:59,682 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:30:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d77da186-d8ba-4b5f-bac6-882d53a3a012 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}} 2018-12-12 15:30:59,682 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d77da186-d8ba-4b5f-bac6-882d53a3a012 2018-12-12 15:30:59,683 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-78c45296-f32d-4fa-proj 2018-12-12 15:30:59,683 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:30:59,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:00,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["s9ZYzGWmQ--_esQVaReQvw"], "issued_at": "2018-12-12T15:31:00.000000Z"}} 2018-12-12 15:31:00,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43d65a141e9c7677641e6eb1861b12ded18a61c4" 2018-12-12 15:31:00,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df83f8d-0288-491e-a23a-ac85981b77de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:00,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9df83f8d-0288-491e-a23a-ac85981b77de 2018-12-12 15:31:00,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:00,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:00,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43d65a141e9c7677641e6eb1861b12ded18a61c4" 2018-12-12 15:31:00,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46256b8d-2ae4-45ed-a472-1112996ed36b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:31:00,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-46256b8d-2ae4-45ed-a472-1112996ed36b 2018-12-12 15:31:00,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43d65a141e9c7677641e6eb1861b12ded18a61c4" 2018-12-12 15:31:00,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d15e87c-8550-41a7-a2d7-09a8e0e2bf03 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}]} 2018-12-12 15:31:00,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj used request id req-6d15e87c-8550-41a7-a2d7-09a8e0e2bf03 2018-12-12 15:31:00,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43d65a141e9c7677641e6eb1861b12ded18a61c4" 2018-12-12 15:31:00,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd2a0cd-b2c5-4dcd-b2b1-ab1703b5bfef Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:31:00,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-dfd2a0cd-b2c5-4dcd-b2b1-ab1703b5bfef 2018-12-12 15:31:00,761 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-78c45296-f32d-4fa-user 2018-12-12 15:31:00,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:00,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:00,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec05daa-0490-4368-bde4-ddcc780a5b66 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:31:00,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0ec05daa-0490-4368-bde4-ddcc780a5b66 2018-12-12 15:31:00,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" -d '{"role": {"name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj-role"}}' 2018-12-12 15:31:00,993 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00264d4a-ef91-4fc0-92a6-0095f267f070 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "86c25d7325404d82afdba7b38afd2f1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/86c25d7325404d82afdba7b38afd2f1b"}, "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj-role"}} 2018-12-12 15:31:00,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-00264d4a-ef91-4fc0-92a6-0095f267f070 2018-12-12 15:31:00,994 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-78c45296-f32d-4fa-proj-role 2018-12-12 15:31:00,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/86c25d7325404d82afdba7b38afd2f1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:01,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28005021-3d54-443e-8117-cd51fc91c238 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/86c25d7325404d82afdba7b38afd2f1b"}, "domain_id": null, "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj-role", "id": "86c25d7325404d82afdba7b38afd2f1b"}} 2018-12-12 15:31:01,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/86c25d7325404d82afdba7b38afd2f1b used request id req-28005021-3d54-443e-8117-cd51fc91c238 2018-12-12 15:31:01,091 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-78c45296-f32d-4fa-proj-role to project CreateNetworkSuccessTests-78c45296-f32d-4fa-proj 2018-12-12 15:31:01,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d/users/00c2af13b88e49c9ae1e790b011f9b65/roles/86c25d7325404d82afdba7b38afd2f1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:01,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5249d79e-ee88-4a38-bfc8-78f1bcb18d6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:01,217 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d/users/00c2af13b88e49c9ae1e790b011f9b65/roles/86c25d7325404d82afdba7b38afd2f1b used request id req-5249d79e-ee88-4a38-bfc8-78f1bcb18d6d 2018-12-12 15:31:01,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:01,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:01,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Z-hcqQMvSci-PY96507KZA"], "issued_at": "2018-12-12T15:31:01.000000Z"}} 2018-12-12 15:31:01,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" 2018-12-12 15:31:01,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ebd48a-37fc-4a17-aa70-33a75ddfba73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:01,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-59ebd48a-37fc-4a17-aa70-33a75ddfba73 2018-12-12 15:31:01,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" 2018-12-12 15:31:01,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8c1fbd8a-3d90-4828-bb02-c2cdd36eedfb Date: Wed, 12 Dec 2018 15:31:01 GMT RESP BODY: {"networks":[]} 2018-12-12 15:31:01,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net used request id req-8c1fbd8a-3d90-4828-bb02-c2cdd36eedfb 2018-12-12 15:31:01,869 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net 2018-12-12 15:31:01,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:01,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:02,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["a54D1ru3S0mkrA9zbl20IQ"], "issued_at": "2018-12-12T15:31:02.000000Z"}} 2018-12-12 15:31:02,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5859d9a3f4d0bda45c2676f390222e34c2989bd9" 2018-12-12 15:31:02,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f6dce57-daae-4951-9de8-85fbaf1c4ff0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:02,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9f6dce57-daae-4951-9de8-85fbaf1c4ff0 2018-12-12 15:31:02,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:02,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:02,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5859d9a3f4d0bda45c2676f390222e34c2989bd9" 2018-12-12 15:31:02,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af086ece-105c-47b0-b151-4b3111203d4a Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}]} 2018-12-12 15:31:02,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj used request id req-af086ece-105c-47b0-b151-4b3111203d4a 2018-12-12 15:31:02,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" -d '{"network": {"tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "name": "CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net", "admin_state_up": true}}' 2018-12-12 15:31:02,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1ac35956-47ab-415a-8727-821ce95f2760 Date: Wed, 12 Dec 2018 15:31: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":"0f30536f-3998-43b4-a536-e210d6e8a79c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"4ab9b531b58a467eb504a09c5f72b37d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:31:02Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net","admin_state_up":true,"tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:02Z","mtu":1450}} 2018-12-12 15:31:02,974 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1ac35956-47ab-415a-8727-821ce95f2760 2018-12-12 15:31:02,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0f30536f-3998-43b4-a536-e210d6e8a79c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" 2018-12-12 15:31:03,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-a4078b5a-08f9-4f84-ae0f-915cf11159f2 Date: Wed, 12 Dec 2018 15:31:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0f30536f-3998-43b4-a536-e210d6e8a79c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"4ab9b531b58a467eb504a09c5f72b37d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:31:02Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net","admin_state_up":true,"tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:02Z","provider:network_type":"vxlan"}]} 2018-12-12 15:31:03,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0f30536f-3998-43b4-a536-e210d6e8a79c used request id req-a4078b5a-08f9-4f84-ae0f-915cf11159f2 2018-12-12 15:31:03,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" 2018-12-12 15:31:03,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0644f2f9-c26c-408c-9cbc-be8d80e3d69d Date: Wed, 12 Dec 2018 15:31:03 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:31:03,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c used request id req-0644f2f9-c26c-408c-9cbc-be8d80e3d69d 2018-12-12 15:31:03,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:03,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:03,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vdeOievgS--kjCAo32OWJg"], "issued_at": "2018-12-12T15:31:03.000000Z"}} 2018-12-12 15:31:03,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4e25415ad4f75942883eaccba7f11a12640474" 2018-12-12 15:31:03,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4452c5bb-6e7c-4a6e-8dc0-2ca28f0c5132 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:03,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4452c5bb-6e7c-4a6e-8dc0-2ca28f0c5132 2018-12-12 15:31:03,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:03,869 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:03,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4e25415ad4f75942883eaccba7f11a12640474" 2018-12-12 15:31:03,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4f2cdcf-a3ef-44bf-bfc3-9261f2ef711f Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}]} 2018-12-12 15:31:03,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj used request id req-f4f2cdcf-a3ef-44bf-bfc3-9261f2ef711f 2018-12-12 15:31:03,954 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet 2018-12-12 15:31:03,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" -d '{"subnets": [{"ip_version": 4, "network_id": "0f30536f-3998-43b4-a536-e210d6e8a79c", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet", "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d"}]}' 2018-12-12 15:31:04,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7d4af288-8394-4f88-a94e-dbdeb2ff0bfe Date: Wed, 12 Dec 2018 15:31:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:04Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:04Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4ab9b531b58a467eb504a09c5f72b37d","id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet"}]} 2018-12-12 15:31:04,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-7d4af288-8394-4f88-a94e-dbdeb2ff0bfe 2018-12-12 15:31:04,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0f30536f-3998-43b4-a536-e210d6e8a79c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" 2018-12-12 15:31:04,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-223d2106-3db0-4044-a857-9f2aea8b16a1 Date: Wed, 12 Dec 2018 15:31:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0f30536f-3998-43b4-a536-e210d6e8a79c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"4ab9b531b58a467eb504a09c5f72b37d","status":"ACTIVE","subnets":["d18c8b6b-a009-4a6a-b681-d629ff6506ad"],"description":"","tags":[],"updated_at":"2018-12-12T15:31:04Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net","admin_state_up":true,"tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:02Z","provider:network_type":"vxlan"}]} 2018-12-12 15:31:04,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0f30536f-3998-43b4-a536-e210d6e8a79c used request id req-223d2106-3db0-4044-a857-9f2aea8b16a1 2018-12-12 15:31:04,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" 2018-12-12 15:31:05,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1074047f-e920-4a8a-b6c3-e8b1a14e84cb Date: Wed, 12 Dec 2018 15:31:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:04Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4ab9b531b58a467eb504a09c5f72b37d","id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet"}]} 2018-12-12 15:31:05,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c used request id req-1074047f-e920-4a8a-b6c3-e8b1a14e84cb 2018-12-12 15:31:05,181 - OpenStackNetwork - DEBUG - Network [0f30536f-3998-43b4-a536-e210d6e8a79c] created successfully 2018-12-12 15:31:05,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:05,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86c25d7325404d82afdba7b38afd2f1b", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj-role"}], "expires_at": "2018-12-12T16:31:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ab9b531b58a467eb504a09c5f72b37d", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4ab9b531b58a467eb504a09c5f72b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4ab9b531b58a467eb504a09c5f72b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4ab9b531b58a467eb504a09c5f72b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4ab9b531b58a467eb504a09c5f72b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4ab9b531b58a467eb504a09c5f72b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4ab9b531b58a467eb504a09c5f72b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4ab9b531b58a467eb504a09c5f72b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4ab9b531b58a467eb504a09c5f72b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4ab9b531b58a467eb504a09c5f72b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4ab9b531b58a467eb504a09c5f72b37d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4ab9b531b58a467eb504a09c5f72b37d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4ab9b531b58a467eb504a09c5f72b37d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-user", "id": "00c2af13b88e49c9ae1e790b011f9b65"}, "audit_ids": ["gROzXeR0QIettK9OrbgczQ"], "issued_at": "2018-12-12T15:31:05.000000Z"}} 2018-12-12 15:31:05,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7922bf3950bd9bb5ac264bd52727a2bcf33f04d" 2018-12-12 15:31:05,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2ee2a411-0e5d-49eb-acdf-51a3bc5f6328 Date: Wed, 12 Dec 2018 15:31: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":["d18c8b6b-a009-4a6a-b681-d629ff6506ad"],"updated_at":"2018-12-12T15:31:04Z","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4ab9b531b58a467eb504a09c5f72b37d","id":"0f30536f-3998-43b4-a536-e210d6e8a79c","name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net"}]} 2018-12-12 15:31:05,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net used request id req-2ee2a411-0e5d-49eb-acdf-51a3bc5f6328 2018-12-12 15:31:05,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:05,864 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:05,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd06c927b356b4d731a06a4bc21f59c2db04803" 2018-12-12 15:31:05,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78e7394-7db1-41b8-a7f8-77466b9e9359 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}} 2018-12-12 15:31:05,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d used request id req-e78e7394-7db1-41b8-a7f8-77466b9e9359 2018-12-12 15:31:05,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7922bf3950bd9bb5ac264bd52727a2bcf33f04d" 2018-12-12 15:31:06,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c6136ec7-e7b7-4855-9eca-25dc74f9132c Date: Wed, 12 Dec 2018 15:31:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:04Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4ab9b531b58a467eb504a09c5f72b37d","id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet"}]} 2018-12-12 15:31:06,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c used request id req-c6136ec7-e7b7-4855-9eca-25dc74f9132c 2018-12-12 15:31:06,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:06,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:06,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5khp8d8aTcKf1xc1zXeMxg"], "issued_at": "2018-12-12T15:31:06.000000Z"}} 2018-12-12 15:31:06,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:06,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8824a945-cc9f-4f9b-b37f-f2a85f594907 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:06,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8824a945-cc9f-4f9b-b37f-f2a85f594907 2018-12-12 15:31:06,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:06,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0016f3ae-7401-448a-849e-b059614f7501 Date: Wed, 12 Dec 2018 15:31:06 GMT RESP BODY: {"routers": []} 2018-12-12 15:31:06,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router&admin_state_up=True used request id req-0016f3ae-7401-448a-849e-b059614f7501 2018-12-12 15:31:06,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:06,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:07,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["fRzzMJpXQheMo_HPkPZRTg"], "issued_at": "2018-12-12T15:31:07.000000Z"}} 2018-12-12 15:31:07,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a607b04047ef906f720ee59578031fd31351489d" 2018-12-12 15:31:07,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa68fa6-e3a3-47c1-a71b-e4be773cb306 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:07,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6aa68fa6-e3a3-47c1-a71b-e4be773cb306 2018-12-12 15:31:07,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:07,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:07,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a607b04047ef906f720ee59578031fd31351489d" 2018-12-12 15:31:07,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e8aaa0-d1f1-4cc8-a765-0e29747c720a Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}]} 2018-12-12 15:31:07,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-78c45296-f32d-4fa-proj used request id req-b5e8aaa0-d1f1-4cc8-a765-0e29747c720a 2018-12-12 15:31:07,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:07,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ddf5e669-bc6d-447b-a7ed-9f5c449ba6b3 Date: Wed, 12 Dec 2018 15:31:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:31:07,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-ddf5e669-bc6d-447b-a7ed-9f5c449ba6b3 2018-12-12 15:31:07,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:07,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-91752d10-f03b-4969-a253-790aa77509c0 Date: Wed, 12 Dec 2018 15:31:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 15:31:07,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-91752d10-f03b-4969-a253-790aa77509c0 2018-12-12 15:31:07,862 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router 2018-12-12 15:31:07,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "name": "CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router", "admin_state_up": true}}' 2018-12-12 15:31:12,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a0685b99-3a3f-4c23-9d94-67c43f8e7b6f Date: Wed, 12 Dec 2018 15:31:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "created_at": "2018-12-12T15:31:08Z", "admin_state_up": true, "updated_at": "2018-12-12T15:31:09Z", "project_id": "4ab9b531b58a467eb504a09c5f72b37d", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856", "name": "CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router"}} 2018-12-12 15:31:12,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-a0685b99-3a3f-4c23-9d94-67c43f8e7b6f 2018-12-12 15:31:12,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:13,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-9e024489-1a27-46c5-9ea6-38a47d46767a Date: Wed, 12 Dec 2018 15:31:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","ip_address":"169.254.192.6"}],"id":"3f1b2b51-d00b-4892-b427-33d88b15d42b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7b:d3:24","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4ab9b531b58a467eb504a09c5f72b37d","admin_state_up":true,"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:10Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:09Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.205"}],"id":"55405c3c-6e64-4bf0-acc1-eb47446d70ff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:37:c1:35","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T15:31:08Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:11Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","ip_address":"169.254.192.1"}],"id":"685cbe99-9625-494b-bb60-3fe587ccfb4e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:81:b7:de","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4ab9b531b58a467eb504a09c5f72b37d","admin_state_up":true,"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:11Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","ip_address":"169.254.192.7"}],"id":"91432cb5-5bcd-4912-849f-28acb69925c1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:a7:1f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4ab9b531b58a467eb504a09c5f72b37d","admin_state_up":true,"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:09Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"}]} 2018-12-12 15:31:13,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 used request id req-9e024489-1a27-46c5-9ea6-38a47d46767a 2018-12-12 15:31:13,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:13,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a38564db-92eb-4439-93b0-7eb0f1210e8c Date: Wed, 12 Dec 2018 15:31:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:31:13,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-a38564db-92eb-4439-93b0-7eb0f1210e8c 2018-12-12 15:31:13,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:13,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-db36f9b7-ddd3-40ed-a36c-0f001693d3a0 Date: Wed, 12 Dec 2018 15:31:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","subnetpool_id":null,"name":"HA subnet tenant 4ab9b531b58a467eb504a09c5f72b37d"}} 2018-12-12 15:31:13,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 used request id req-db36f9b7-ddd3-40ed-a36c-0f001693d3a0 2018-12-12 15:31:13,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:13,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cc7d4748-bdce-4553-84d7-3474a16d061c Date: Wed, 12 Dec 2018 15:31:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","subnetpool_id":null,"name":"HA subnet tenant 4ab9b531b58a467eb504a09c5f72b37d"}} 2018-12-12 15:31:13,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 used request id req-cc7d4748-bdce-4553-84d7-3474a16d061c 2018-12-12 15:31:13,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:13,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-911e40a9-6578-433d-81ee-1dda3652219e Date: Wed, 12 Dec 2018 15:31:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","subnetpool_id":null,"name":"HA subnet tenant 4ab9b531b58a467eb504a09c5f72b37d"}} 2018-12-12 15:31:13,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 used request id req-911e40a9-6578-433d-81ee-1dda3652219e 2018-12-12 15:31:13,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:13,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-237bd7be-3bb8-4873-b44c-d6b4a98b7a5b Date: Wed, 12 Dec 2018 15:31:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0f30536f-3998-43b4-a536-e210d6e8a79c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"4ab9b531b58a467eb504a09c5f72b37d","status":"ACTIVE","subnets":["d18c8b6b-a009-4a6a-b681-d629ff6506ad"],"description":"","tags":[],"updated_at":"2018-12-12T15:31:04Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net","admin_state_up":true,"tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:02Z","provider:network_type":"vxlan"}]} 2018-12-12 15:31:13,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net used request id req-237bd7be-3bb8-4873-b44c-d6b4a98b7a5b 2018-12-12 15:31:13,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:13,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:13,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:14,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d38acf9-e783-4b33-9dfa-e4464670adea Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}} 2018-12-12 15:31:14,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d used request id req-7d38acf9-e783-4b33-9dfa-e4464670adea 2018-12-12 15:31:14,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:14,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0ee64fa7-dbdc-4a28-a096-7a2c934361e5 Date: Wed, 12 Dec 2018 15:31:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:04Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4ab9b531b58a467eb504a09c5f72b37d","id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet"}]} 2018-12-12 15:31:14,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c used request id req-0ee64fa7-dbdc-4a28-a096-7a2c934361e5 2018-12-12 15:31:14,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c&name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:14,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c45ac6f5-01f3-4f82-bb1b-20036885f550 Date: Wed, 12 Dec 2018 15:31:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:04Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4ab9b531b58a467eb504a09c5f72b37d","id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet"}]} 2018-12-12 15:31:14,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0f30536f-3998-43b4-a536-e210d6e8a79c&name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet used request id req-c45ac6f5-01f3-4f82-bb1b-20036885f550 2018-12-12 15:31:14,335 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 15:31:14,335 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router 2018-12-12 15:31:14,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" -d '{"subnet_id": "d18c8b6b-a009-4a6a-b681-d629ff6506ad"}' 2018-12-12 15:31:16,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8b2b0aaa-5ce1-4068-a1f9-c22d86e88a1b Date: Wed, 12 Dec 2018 15:31:16 GMT RESP BODY: {"network_id": "0f30536f-3998-43b4-a536-e210d6e8a79c", "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "subnet_id": "d18c8b6b-a009-4a6a-b681-d629ff6506ad", "subnet_ids": ["d18c8b6b-a009-4a6a-b681-d629ff6506ad"], "port_id": "9dd832bd-692f-4cc8-b7f1-0480bd07b6f9", "id": "f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"} 2018-12-12 15:31:16,057 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856/add_router_interface used request id req-8b2b0aaa-5ce1-4068-a1f9-c22d86e88a1b 2018-12-12 15:31:16,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:16,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-5e2e1d5b-0541-4db7-bba5-43e06edca231 Date: Wed, 12 Dec 2018 15:31:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "created_at": "2018-12-12T15:31:08Z", "admin_state_up": true, "updated_at": "2018-12-12T15:31:15Z", "project_id": "4ab9b531b58a467eb504a09c5f72b37d", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856", "name": "CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router"}} 2018-12-12 15:31:16,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 used request id req-5e2e1d5b-0541-4db7-bba5-43e06edca231 2018-12-12 15:31:16,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:16,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4439 X-Openstack-Request-Id: req-a6aef76d-7f87-41f6-9db7-e39f4605a2fe Date: Wed, 12 Dec 2018 15:31:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:15Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","ip_address":"169.254.192.6"}],"id":"3f1b2b51-d00b-4892-b427-33d88b15d42b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:d3:24","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4ab9b531b58a467eb504a09c5f72b37d","admin_state_up":true,"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:10Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:15Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.205"}],"id":"55405c3c-6e64-4bf0-acc1-eb47446d70ff","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:c1:35","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T15:31:08Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:15Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","ip_address":"169.254.192.1"}],"id":"685cbe99-9625-494b-bb60-3fe587ccfb4e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:b7:de","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4ab9b531b58a467eb504a09c5f72b37d","admin_state_up":true,"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:11Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:15Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","ip_address":"169.254.192.7"}],"id":"91432cb5-5bcd-4912-849f-28acb69925c1","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:a7:1f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4ab9b531b58a467eb504a09c5f72b37d","admin_state_up":true,"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:09Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:15Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","ip_address":"10.55.1.1"}],"id":"9dd832bd-692f-4cc8-b7f1-0480bd07b6f9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:dc:e3","project_id":"4ab9b531b58a467eb504a09c5f72b37d","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:14Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"}]} 2018-12-12 15:31:16,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 used request id req-a6aef76d-7f87-41f6-9db7-e39f4605a2fe 2018-12-12 15:31:16,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:16,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-45dd5591-85e9-4046-899d-86fdc0d3f255 Date: Wed, 12 Dec 2018 15:31:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:31:16,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-45dd5591-85e9-4046-899d-86fdc0d3f255 2018-12-12 15:31:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:16,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2f083d9c-e91d-4cfc-9671-fe7ebc5b657b Date: Wed, 12 Dec 2018 15:31:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","subnetpool_id":null,"name":"HA subnet tenant 4ab9b531b58a467eb504a09c5f72b37d"}} 2018-12-12 15:31:16,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 used request id req-2f083d9c-e91d-4cfc-9671-fe7ebc5b657b 2018-12-12 15:31:16,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:16,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a7d3d477-0a70-4d4d-84b8-604b4cd809d7 Date: Wed, 12 Dec 2018 15:31:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","subnetpool_id":null,"name":"HA subnet tenant 4ab9b531b58a467eb504a09c5f72b37d"}} 2018-12-12 15:31:16,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 used request id req-a7d3d477-0a70-4d4d-84b8-604b4cd809d7 2018-12-12 15:31:16,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:17,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e710da12-2d16-41cb-8cd1-50a72d6debb1 Date: Wed, 12 Dec 2018 15:31:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"02c8b281-bc39-4b4f-bf63-524f563d8554","tenant_id":"","created_at":"2018-12-12T15:31:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:08Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"dbecf19b-8c35-42a1-8794-bc1f655dd9a0","subnetpool_id":null,"name":"HA subnet tenant 4ab9b531b58a467eb504a09c5f72b37d"}} 2018-12-12 15:31:17,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dbecf19b-8c35-42a1-8794-bc1f655dd9a0 used request id req-e710da12-2d16-41cb-8cd1-50a72d6debb1 2018-12-12 15:31:17,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d18c8b6b-a009-4a6a-b681-d629ff6506ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:17,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-ece338f0-f530-4bfd-82c9-dda2aa8c8766 Date: Wed, 12 Dec 2018 15:31:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:04Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:04Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4ab9b531b58a467eb504a09c5f72b37d","id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet"}} 2018-12-12 15:31:17,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d18c8b6b-a009-4a6a-b681-d629ff6506ad used request id req-ece338f0-f530-4bfd-82c9-dda2aa8c8766 2018-12-12 15:31:17,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7922bf3950bd9bb5ac264bd52727a2bcf33f04d" 2018-12-12 15:31:17,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-ddd55688-e1aa-4372-b4a2-5f54b6a9a08b Date: Wed, 12 Dec 2018 15:31:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "created_at": "2018-12-12T15:31:08Z", "admin_state_up": true, "updated_at": "2018-12-12T15:31:15Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4ab9b531b58a467eb504a09c5f72b37d", "id": "f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856", "name": "CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router"}]} 2018-12-12 15:31:17,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router&admin_state_up=True used request id req-ddd55688-e1aa-4372-b4a2-5f54b6a9a08b 2018-12-12 15:31:17,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcd06c927b356b4d731a06a4bc21f59c2db04803" 2018-12-12 15:31:17,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17c90003-f661-4d52-911f-cb106def9095 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}} 2018-12-12 15:31:17,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d used request id req-17c90003-f661-4d52-911f-cb106def9095 2018-12-12 15:31:17,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7922bf3950bd9bb5ac264bd52727a2bcf33f04d" 2018-12-12 15:31:17,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-c6f91f73-bf9e-4ff4-81d9-467c6191b9db Date: Wed, 12 Dec 2018 15:31:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:15Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","ip_address":"10.55.1.1"}],"id":"9dd832bd-692f-4cc8-b7f1-0480bd07b6f9","security_groups":[],"mac_address":"fa:16:3e:8d:dc:e3","project_id":"4ab9b531b58a467eb504a09c5f72b37d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:14Z","binding:vnic_type":"normal","device_id":"f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"}]} 2018-12-12 15:31:17,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 used request id req-c6f91f73-bf9e-4ff4-81d9-467c6191b9db 2018-12-12 15:31:17,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d18c8b6b-a009-4a6a-b681-d629ff6506ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7922bf3950bd9bb5ac264bd52727a2bcf33f04d" 2018-12-12 15:31:17,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-5d21eee0-4338-4848-99ec-17ddab214777 Date: Wed, 12 Dec 2018 15:31:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f30536f-3998-43b4-a536-e210d6e8a79c","tenant_id":"4ab9b531b58a467eb504a09c5f72b37d","created_at":"2018-12-12T15:31:04Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:04Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4ab9b531b58a467eb504a09c5f72b37d","id":"d18c8b6b-a009-4a6a-b681-d629ff6506ad","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet"}} 2018-12-12 15:31:17,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d18c8b6b-a009-4a6a-b681-d629ff6506ad used request id req-5d21eee0-4338-4848-99ec-17ddab214777 2018-12-12 15:31:17,843 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router and subnet CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet 2018-12-12 15:31:17,843 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router 2018-12-12 15:31:17,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" -d '{"subnet_id": "d18c8b6b-a009-4a6a-b681-d629ff6506ad"}' 2018-12-12 15:31:19,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0bed2523-f20d-4fe8-baa6-6e85fc79e94a Date: Wed, 12 Dec 2018 15:31:19 GMT RESP BODY: {"network_id": "0f30536f-3998-43b4-a536-e210d6e8a79c", "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "subnet_id": "d18c8b6b-a009-4a6a-b681-d629ff6506ad", "subnet_ids": ["d18c8b6b-a009-4a6a-b681-d629ff6506ad"], "port_id": "9dd832bd-692f-4cc8-b7f1-0480bd07b6f9", "id": "f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856"} 2018-12-12 15:31:19,273 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856/remove_router_interface used request id req-0bed2523-f20d-4fe8-baa6-6e85fc79e94a 2018-12-12 15:31:19,274 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router 2018-12-12 15:31:19,274 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-router 2018-12-12 15:31:19,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19162acdc4909a0ff782d4f2aa51d5bd268af807" 2018-12-12 15:31:22,486 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2546a66-5b88-47a8-8d07-00d99ebf25ab Content-Length: 0 Date: Wed, 12 Dec 2018 15:31:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:31:22,486 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/f0fa3da9-7bb2-46c0-aa74-e3bf18bb7856 used request id req-c2546a66-5b88-47a8-8d07-00d99ebf25ab 2018-12-12 15:31:22,487 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet 2018-12-12 15:31:22,487 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-subnet 2018-12-12 15:31:22,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/d18c8b6b-a009-4a6a-b681-d629ff6506ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" 2018-12-12 15:31:24,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d1a3dc3-adca-410d-912f-192a8419676c Date: Wed, 12 Dec 2018 15:31:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:31:24,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d18c8b6b-a009-4a6a-b681-d629ff6506ad used request id req-9d1a3dc3-adca-410d-912f-192a8419676c 2018-12-12 15:31:24,690 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-fa9c6113-71af-4fef-93a8-8078136e461c-pub-net 2018-12-12 15:31:24,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/0f30536f-3998-43b4-a536-e210d6e8a79c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366093447fb0a5e29de4acf0306c2e507f7cfbf4" 2018-12-12 15:31:25,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f582b74-80b8-4c91-b1e6-7225d94b1158 Date: Wed, 12 Dec 2018 15:31:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:31:25,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0f30536f-3998-43b4-a536-e210d6e8a79c used request id req-2f582b74-80b8-4c91-b1e6-7225d94b1158 2018-12-12 15:31:25,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:26,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c00aa889-6677-4c59-9c1c-4373b2185fe8 Date: Wed, 12 Dec 2018 15:31:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "created_at": "2018-12-12T15:31:02Z", "updated_at": "2018-12-12T15:31:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:02Z", "revision_number": 0, "id": "1f032da0-7def-4fa6-8975-2b313ae0876e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:02Z", "security_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ab9b531b58a467eb504a09c5f72b37d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:02Z", "revision_number": 0, "id": "57356701-e269-4418-9666-159a30b0c2ee", "remote_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:02Z", "security_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ab9b531b58a467eb504a09c5f72b37d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:02Z", "revision_number": 0, "id": "86f5267a-4510-415d-a6ea-fc41ee439870", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:02Z", "security_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ab9b531b58a467eb504a09c5f72b37d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:02Z", "revision_number": 0, "id": "d566ceba-b577-411e-953f-a408095b4488", "remote_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:02Z", "security_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ab9b531b58a467eb504a09c5f72b37d"}], "revision_number": 4, "project_id": "4ab9b531b58a467eb504a09c5f72b37d", "id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:31:26,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c00aa889-6677-4c59-9c1c-4373b2185fe8 2018-12-12 15:31:26,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:26,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d2bcecc-bfc2-4858-87f2-4c944789a00c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d"}, "enabled": true, "id": "4ab9b531b58a467eb504a09c5f72b37d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-78c45296-f32d-4fa-proj"}} 2018-12-12 15:31:26,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d used request id req-6d2bcecc-bfc2-4858-87f2-4c944789a00c 2018-12-12 15:31:26,110 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 779b0595-e7aa-44d4-b317-e3a7e6b05760 2018-12-12 15:31:26,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=779b0595-e7aa-44d4-b317-e3a7e6b05760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:26,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d7a10b7e-d3bf-45a7-bc67-ae8e2d8d49c4 Date: Wed, 12 Dec 2018 15:31:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:02Z", "security_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "port_range_min": null, "revision_number": 0, "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "created_at": "2018-12-12T15:31:02Z", "project_id": "4ab9b531b58a467eb504a09c5f72b37d", "id": "1f032da0-7def-4fa6-8975-2b313ae0876e"}, {"remote_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:02Z", "security_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "port_range_min": null, "revision_number": 0, "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "created_at": "2018-12-12T15:31:02Z", "project_id": "4ab9b531b58a467eb504a09c5f72b37d", "id": "57356701-e269-4418-9666-159a30b0c2ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:02Z", "security_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "port_range_min": null, "revision_number": 0, "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "created_at": "2018-12-12T15:31:02Z", "project_id": "4ab9b531b58a467eb504a09c5f72b37d", "id": "86f5267a-4510-415d-a6ea-fc41ee439870"}, {"remote_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:02Z", "security_group_id": "779b0595-e7aa-44d4-b317-e3a7e6b05760", "port_range_min": null, "revision_number": 0, "tenant_id": "4ab9b531b58a467eb504a09c5f72b37d", "created_at": "2018-12-12T15:31:02Z", "project_id": "4ab9b531b58a467eb504a09c5f72b37d", "id": "d566ceba-b577-411e-953f-a408095b4488"}]} 2018-12-12 15:31:26,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=779b0595-e7aa-44d4-b317-e3a7e6b05760 used request id req-d7a10b7e-d3bf-45a7-bc67-ae8e2d8d49c4 2018-12-12 15:31:26,295 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:31:26,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/779b0595-e7aa-44d4-b317-e3a7e6b05760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:26,758 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb3d9632-fccc-4f88-a070-85253c2879cb Content-Length: 0 Date: Wed, 12 Dec 2018 15:31:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:31:26,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/779b0595-e7aa-44d4-b317-e3a7e6b05760 used request id req-fb3d9632-fccc-4f88-a070-85253c2879cb 2018-12-12 15:31:26,759 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-78c45296-f32d-4fa-proj 2018-12-12 15:31:26,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:26,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-034674ac-835a-4c0d-9afb-7f6c25b42691 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:26,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4ab9b531b58a467eb504a09c5f72b37d used request id req-034674ac-835a-4c0d-9afb-7f6c25b42691 2018-12-12 15:31:26,967 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-78c45296-f32d-4fa-proj-role 2018-12-12 15:31:26,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/86c25d7325404d82afdba7b38afd2f1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:27,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87eadb75-828e-4127-9623-ccd957c22bdf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:27,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/86c25d7325404d82afdba7b38afd2f1b used request id req-87eadb75-828e-4127-9623-ccd957c22bdf 2018-12-12 15:31:27,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa89f2e082fa6a0d0bbbad82ab0a835a833b65f" 2018-12-12 15:31:27,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38be7a4e-a77f-4719-83a1-f12f5956dd4c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:31:27,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-38be7a4e-a77f-4719-83a1-f12f5956dd4c 2018-12-12 15:31:27,174 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-78c45296-f32d-4fa-user 2018-12-12 15:31:27,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/00c2af13b88e49c9ae1e790b011f9b65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43d65a141e9c7677641e6eb1861b12ded18a61c4" 2018-12-12 15:31:27,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74fae266-02c4-4e4d-afd1-639a3a089ab1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:27,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/00c2af13b88e49c9ae1e790b011f9b65 used request id req-74fae266-02c4-4e4d-afd1-639a3a089ab1 2018-12-12 15:31:27,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:27,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jU--K9ugTFS1NV355MzNDw"], "issued_at": "2018-12-12T15:31:27.000000Z"}} 2018-12-12 15:31:27,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3518590307a3746941d21a8e369760287fe3e399" 2018-12-12 15:31:27,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cddcf77d-0b90-494f-b939-396e8ca81638 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:27,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cddcf77d-0b90-494f-b939-396e8ca81638 2018-12-12 15:31:27,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:27,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:28,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["p3VYKti9Tl2tljPcDDekag"], "issued_at": "2018-12-12T15:31:28.000000Z"}} 2018-12-12 15:31:28,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:28,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c488f69-9d04-4d3d-95ac-330ef0c3d791 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:28,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9c488f69-9d04-4d3d-95ac-330ef0c3d791 2018-12-12 15:31:28,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:28,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:28,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:28,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0febcf9f-2add-4e4c-9bff-910c013d14fe Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:31:28,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj used request id req-0febcf9f-2add-4e4c-9bff-910c013d14fe 2018-12-12 15:31:28,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:28,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14e6547a-a850-4645-affb-68b1246c7fb3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:31:28,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-14e6547a-a850-4645-affb-68b1246c7fb3 2018-12-12 15:31:28,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}}' 2018-12-12 15:31:28,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:31:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4feb5304-76d0-472d-904c-dd49ff9f87c3 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3"}, "enabled": true, "id": "947f4208a8fd4ba5b344e5df00b00de3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}} 2018-12-12 15:31:28,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4feb5304-76d0-472d-904c-dd49ff9f87c3 2018-12-12 15:31:28,629 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj 2018-12-12 15:31:28,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:28,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:29,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["DpMlGJ7sQe23a5FGVR0p-Q"], "issued_at": "2018-12-12T15:31:29.000000Z"}} 2018-12-12 15:31:29,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cc51587d8010eb510e73fd0b7605a292a2145f" 2018-12-12 15:31:29,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7093fd-fe3f-456e-b0bc-6d3739bb7ef6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:29,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ad7093fd-fe3f-456e-b0bc-6d3739bb7ef6 2018-12-12 15:31:29,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:29,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:29,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cc51587d8010eb510e73fd0b7605a292a2145f" 2018-12-12 15:31:29,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd5bf0b1-630d-4cac-9f4f-50167b624b84 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:31:29,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dd5bf0b1-630d-4cac-9f4f-50167b624b84 2018-12-12 15:31:29,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cc51587d8010eb510e73fd0b7605a292a2145f" 2018-12-12 15:31:29,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61b71cd-73c4-476d-a188-2a59073b234f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3"}, "enabled": true, "id": "947f4208a8fd4ba5b344e5df00b00de3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}]} 2018-12-12 15:31:29,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj used request id req-e61b71cd-73c4-476d-a188-2a59073b234f 2018-12-12 15:31:29,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cc51587d8010eb510e73fd0b7605a292a2145f" 2018-12-12 15:31:29,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1ccd08-847b-4a8e-9ba4-9ccb344a220c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:31:29,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6a1ccd08-847b-4a8e-9ba4-9ccb344a220c 2018-12-12 15:31:29,784 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-601f21a8-b1e4-4dc-user 2018-12-12 15:31:29,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:29,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:29,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76dee538-d1cb-4250-a3a3-c3d3d0408576 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:31:29,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-76dee538-d1cb-4250-a3a3-c3d3d0408576 2018-12-12 15:31:29,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" -d '{"role": {"name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role"}}' 2018-12-12 15:31:30,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:31:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc07d784-89bb-4da8-9a1a-26ecad8714aa Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0bd6a6c42ad4f5c96102e9b281177dd", "links": {"self": "http://172.30.9.29:5000/v3/roles/f0bd6a6c42ad4f5c96102e9b281177dd"}, "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role"}} 2018-12-12 15:31:30,006 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-bc07d784-89bb-4da8-9a1a-26ecad8714aa 2018-12-12 15:31:30,006 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role 2018-12-12 15:31:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f0bd6a6c42ad4f5c96102e9b281177dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:30,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248ba24f-14b9-4039-8847-ea8ca246aeb6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f0bd6a6c42ad4f5c96102e9b281177dd"}, "domain_id": null, "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role", "id": "f0bd6a6c42ad4f5c96102e9b281177dd"}} 2018-12-12 15:31:30,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f0bd6a6c42ad4f5c96102e9b281177dd used request id req-248ba24f-14b9-4039-8847-ea8ca246aeb6 2018-12-12 15:31:30,094 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role to project CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj 2018-12-12 15:31:30,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3/users/1a40ff63ed9e426384585d5457ec2ea1/roles/f0bd6a6c42ad4f5c96102e9b281177dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:30,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2420ee99-aa0a-47e5-8510-87f041b97607 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:30,229 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3/users/1a40ff63ed9e426384585d5457ec2ea1/roles/f0bd6a6c42ad4f5c96102e9b281177dd used request id req-2420ee99-aa0a-47e5-8510-87f041b97607 2018-12-12 15:31:30,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:30,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:30,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0bd6a6c42ad4f5c96102e9b281177dd", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role"}], "expires_at": "2018-12-12T16:31:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "947f4208a8fd4ba5b344e5df00b00de3", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-user", "id": "1a40ff63ed9e426384585d5457ec2ea1"}, "audit_ids": ["OYk-9jhDQWujEdGMoydblg"], "issued_at": "2018-12-12T15:31:30.000000Z"}} 2018-12-12 15:31:30,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" 2018-12-12 15:31:30,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e7f06fa-afb1-464d-b300-5a598e71695a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:30,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9e7f06fa-afb1-464d-b300-5a598e71695a 2018-12-12 15:31:30,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" 2018-12-12 15:31:30,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a1c9e484-502d-4be2-9d4f-7e865dc1e747 Date: Wed, 12 Dec 2018 15:31:30 GMT RESP BODY: {"networks":[]} 2018-12-12 15:31:30,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net used request id req-a1c9e484-502d-4be2-9d4f-7e865dc1e747 2018-12-12 15:31:30,870 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net 2018-12-12 15:31:30,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" -d '{"network": {"name": "CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net", "admin_state_up": true}}' 2018-12-12 15:31:31,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-67bab545-5f31-42e4-880a-b8f7a4243d16 Date: Wed, 12 Dec 2018 15:31:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"947f4208a8fd4ba5b344e5df00b00de3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:31:31Z","is_default":false,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:31Z","mtu":1450}} 2018-12-12 15:31:31,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-67bab545-5f31-42e4-880a-b8f7a4243d16 2018-12-12 15:31:31,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" 2018-12-12 15:31:31,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-fe56f0ba-fce3-4d13-a000-7fe04d14ed9d Date: Wed, 12 Dec 2018 15:31:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:31:31Z","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net"}]} 2018-12-12 15:31:31,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c used request id req-fe56f0ba-fce3-4d13-a000-7fe04d14ed9d 2018-12-12 15:31:31,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" 2018-12-12 15:31:31,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3ba06a9f-fd5e-4960-ac0b-ada0ee1e2b96 Date: Wed, 12 Dec 2018 15:31:31 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:31:31,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c used request id req-3ba06a9f-fd5e-4960-ac0b-ada0ee1e2b96 2018-12-12 15:31:31,850 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet 2018-12-12 15:31:31,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" -d '{"subnets": [{"ip_version": 4, "network_id": "e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}]}' 2018-12-12 15:31:32,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e1dda036-b5dd-4077-a97e-3e48cd5f5614 Date: Wed, 12 Dec 2018 15:31:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:32Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:32Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"cea5f75d-f00b-485b-bd28-be60e5b51693","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}]} 2018-12-12 15:31:32,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-e1dda036-b5dd-4077-a97e-3e48cd5f5614 2018-12-12 15:31:32,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" 2018-12-12 15:31:32,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-208f0a7e-56a6-40a5-b565-a53ddc82a9d1 Date: Wed, 12 Dec 2018 15:31:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cea5f75d-f00b-485b-bd28-be60e5b51693"],"updated_at":"2018-12-12T15:31:32Z","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net"}]} 2018-12-12 15:31:32,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c used request id req-208f0a7e-56a6-40a5-b565-a53ddc82a9d1 2018-12-12 15:31:32,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" 2018-12-12 15:31:32,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-29dae33a-ac60-486f-bef1-b87b35f42a2c Date: Wed, 12 Dec 2018 15:31:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:32Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"cea5f75d-f00b-485b-bd28-be60e5b51693","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}]} 2018-12-12 15:31:32,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c used request id req-29dae33a-ac60-486f-bef1-b87b35f42a2c 2018-12-12 15:31:32,802 - OpenStackNetwork - DEBUG - Network [e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c] created successfully 2018-12-12 15:31:32,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:32,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:33,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0bd6a6c42ad4f5c96102e9b281177dd", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role"}], "expires_at": "2018-12-12T16:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "947f4208a8fd4ba5b344e5df00b00de3", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-user", "id": "1a40ff63ed9e426384585d5457ec2ea1"}, "audit_ids": ["9EYkny3aTDWbfXxFQ_oC1A"], "issued_at": "2018-12-12T15:31:33.000000Z"}} 2018-12-12 15:31:33,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:33,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4103e484-a5d3-4ce3-83c1-2cc3863d3a19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:33,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4103e484-a5d3-4ce3-83c1-2cc3863d3a19 2018-12-12 15:31:33,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:33,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f93792d6-bd4d-4019-a15d-a40005ba856c Date: Wed, 12 Dec 2018 15:31:33 GMT RESP BODY: {"routers": []} 2018-12-12 15:31:33,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router&admin_state_up=True used request id req-f93792d6-bd4d-4019-a15d-a40005ba856c 2018-12-12 15:31:33,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:33,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:33,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0bd6a6c42ad4f5c96102e9b281177dd", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role"}], "expires_at": "2018-12-12T16:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "947f4208a8fd4ba5b344e5df00b00de3", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-user", "id": "1a40ff63ed9e426384585d5457ec2ea1"}, "audit_ids": ["QviKC-JsSKGiF-waOk992A"], "issued_at": "2018-12-12T15:31:33.000000Z"}} 2018-12-12 15:31:33,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a673d664a5f8f0acaccefb7c6fd1f2469e5cb110" 2018-12-12 15:31:33,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d161bd9-03de-44db-9d34-2f8c23f48861 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:33,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7d161bd9-03de-44db-9d34-2f8c23f48861 2018-12-12 15:31:33,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:34,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9d3c4471-89a6-4291-b150-2e90cd012ee5 Date: Wed, 12 Dec 2018 15:31:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:31:34,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-9d3c4471-89a6-4291-b150-2e90cd012ee5 2018-12-12 15:31:34,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:34,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3f1a08cb-f006-4000-8808-29580b11f553 Date: Wed, 12 Dec 2018 15:31:34 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:31:34,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-3f1a08cb-f006-4000-8808-29580b11f553 2018-12-12 15:31:34,407 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router 2018-12-12 15:31:34,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router", "admin_state_up": true}}' 2018-12-12 15:31:39,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-684dc074-7dba-4c00-97a8-9570f6d2ebc0 Date: Wed, 12 Dec 2018 15:31:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "created_at": "2018-12-12T15:31:35Z", "admin_state_up": true, "updated_at": "2018-12-12T15:31:36Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "947f4208a8fd4ba5b344e5df00b00de3", "id": "7be97e34-eab8-4d35-a8e1-b9c9c2cf1469", "name": "CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router"}} 2018-12-12 15:31:39,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-684dc074-7dba-4c00-97a8-9570f6d2ebc0 2018-12-12 15:31:39,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:39,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-589c5315-0bed-4385-94ad-991543d16087 Date: Wed, 12 Dec 2018 15:31:39 GMT RESP BODY: {"ports":[]} 2018-12-12 15:31:39,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 used request id req-589c5315-0bed-4385-94ad-991543d16087 2018-12-12 15:31:39,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:40,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-dd4156da-cf3a-4c64-94c4-ae5c004db070 Date: Wed, 12 Dec 2018 15:31:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cea5f75d-f00b-485b-bd28-be60e5b51693"],"updated_at":"2018-12-12T15:31:32Z","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net"}]} 2018-12-12 15:31:40,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net used request id req-dd4156da-cf3a-4c64-94c4-ae5c004db070 2018-12-12 15:31:40,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:40,022 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:40,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:40,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ca00cc1-cba2-4a6a-8126-551b1da628af Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3"}, "enabled": true, "id": "947f4208a8fd4ba5b344e5df00b00de3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}} 2018-12-12 15:31:40,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 used request id req-8ca00cc1-cba2-4a6a-8126-551b1da628af 2018-12-12 15:31:40,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:40,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a33a10a8-29b1-42c6-8e7e-e52538a61061 Date: Wed, 12 Dec 2018 15:31:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:32Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"cea5f75d-f00b-485b-bd28-be60e5b51693","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}]} 2018-12-12 15:31:40,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c used request id req-a33a10a8-29b1-42c6-8e7e-e52538a61061 2018-12-12 15:31:40,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c&name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:40,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2664a5f1-88be-4f6c-9a3b-9c055c01afe5 Date: Wed, 12 Dec 2018 15:31:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:32Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"cea5f75d-f00b-485b-bd28-be60e5b51693","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}]} 2018-12-12 15:31:40,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c&name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet used request id req-2664a5f1-88be-4f6c-9a3b-9c055c01afe5 2018-12-12 15:31:40,509 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 15:31:40,510 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router 2018-12-12 15:31:40,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/7be97e34-eab8-4d35-a8e1-b9c9c2cf1469/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" -d '{"subnet_id": "cea5f75d-f00b-485b-bd28-be60e5b51693"}' 2018-12-12 15:31:42,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-858b13f6-0890-4d82-b3a8-f5c2e95a6bb2 Date: Wed, 12 Dec 2018 15:31:42 GMT RESP BODY: {"network_id": "e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c", "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "subnet_id": "cea5f75d-f00b-485b-bd28-be60e5b51693", "subnet_ids": ["cea5f75d-f00b-485b-bd28-be60e5b51693"], "port_id": "31b8a206-ee42-42e8-a459-d78f2b711ef7", "id": "7be97e34-eab8-4d35-a8e1-b9c9c2cf1469"} 2018-12-12 15:31:42,406 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/7be97e34-eab8-4d35-a8e1-b9c9c2cf1469/add_router_interface used request id req-858b13f6-0890-4d82-b3a8-f5c2e95a6bb2 2018-12-12 15:31:42,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:42,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-dfcdad4f-1974-43d1-9e90-bcb80a19d973 Date: Wed, 12 Dec 2018 15:31:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "created_at": "2018-12-12T15:31:35Z", "admin_state_up": true, "updated_at": "2018-12-12T15:31:41Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "947f4208a8fd4ba5b344e5df00b00de3", "id": "7be97e34-eab8-4d35-a8e1-b9c9c2cf1469", "name": "CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router"}} 2018-12-12 15:31:42,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 used request id req-dfcdad4f-1974-43d1-9e90-bcb80a19d973 2018-12-12 15:31:42,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:42,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-5f8081ba-39b7-4bb1-839d-24259708c151 Date: Wed, 12 Dec 2018 15:31:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cea5f75d-f00b-485b-bd28-be60e5b51693","ip_address":"10.55.1.1"}],"id":"31b8a206-ee42-42e8-a459-d78f2b711ef7","security_groups":[],"mac_address":"fa:16:3e:48:12:e5","project_id":"947f4208a8fd4ba5b344e5df00b00de3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:41Z","binding:vnic_type":"normal","device_id":"7be97e34-eab8-4d35-a8e1-b9c9c2cf1469"}]} 2018-12-12 15:31:42,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 used request id req-5f8081ba-39b7-4bb1-839d-24259708c151 2018-12-12 15:31:42,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/cea5f75d-f00b-485b-bd28-be60e5b51693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:43,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-a45551db-ca42-41ca-97a4-fb6401f25186 Date: Wed, 12 Dec 2018 15:31:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:32Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:32Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"cea5f75d-f00b-485b-bd28-be60e5b51693","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}} 2018-12-12 15:31:43,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/cea5f75d-f00b-485b-bd28-be60e5b51693 used request id req-a45551db-ca42-41ca-97a4-fb6401f25186 2018-12-12 15:31:43,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:43,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0bd6a6c42ad4f5c96102e9b281177dd", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role"}], "expires_at": "2018-12-12T16:31:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "947f4208a8fd4ba5b344e5df00b00de3", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/947f4208a8fd4ba5b344e5df00b00de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-user", "id": "1a40ff63ed9e426384585d5457ec2ea1"}, "audit_ids": ["DrIb4-82Si2d3HwoyWZYWQ"], "issued_at": "2018-12-12T15:31:43.000000Z"}} 2018-12-12 15:31:43,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de0209400542b084a0432080e600537d63c9691" 2018-12-12 15:31:43,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b5354fcb-4ac0-49dc-b377-01e011cc7497 Date: Wed, 12 Dec 2018 15:31: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":["cea5f75d-f00b-485b-bd28-be60e5b51693"],"updated_at":"2018-12-12T15:31:32Z","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net"}]} 2018-12-12 15:31:43,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net used request id req-b5354fcb-4ac0-49dc-b377-01e011cc7497 2018-12-12 15:31:43,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:43,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:43,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3518590307a3746941d21a8e369760287fe3e399" 2018-12-12 15:31:43,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f082e6-7938-43d5-8c2c-42def8af4674 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3"}, "enabled": true, "id": "947f4208a8fd4ba5b344e5df00b00de3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}} 2018-12-12 15:31:43,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 used request id req-d8f082e6-7938-43d5-8c2c-42def8af4674 2018-12-12 15:31:43,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de0209400542b084a0432080e600537d63c9691" 2018-12-12 15:31:43,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4278f577-c805-4715-9372-afc062a46d24 Date: Wed, 12 Dec 2018 15:31:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:32Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"cea5f75d-f00b-485b-bd28-be60e5b51693","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}]} 2018-12-12 15:31:43,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c used request id req-4278f577-c805-4715-9372-afc062a46d24 2018-12-12 15:31:43,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c&name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de0209400542b084a0432080e600537d63c9691" 2018-12-12 15:31:44,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-00887989-22f5-4c12-90ab-7e7ee2c2a941 Date: Wed, 12 Dec 2018 15:31:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:32Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"cea5f75d-f00b-485b-bd28-be60e5b51693","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}]} 2018-12-12 15:31:44,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c&name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet used request id req-00887989-22f5-4c12-90ab-7e7ee2c2a941 2018-12-12 15:31:44,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de0209400542b084a0432080e600537d63c9691" 2018-12-12 15:31:44,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-688af062-78f5-4f13-b8bd-b8331fd96f5c Date: Wed, 12 Dec 2018 15:31:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "created_at": "2018-12-12T15:31:35Z", "admin_state_up": true, "updated_at": "2018-12-12T15:31:41Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "947f4208a8fd4ba5b344e5df00b00de3", "id": "7be97e34-eab8-4d35-a8e1-b9c9c2cf1469", "name": "CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router"}]} 2018-12-12 15:31:44,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router used request id req-688af062-78f5-4f13-b8bd-b8331fd96f5c 2018-12-12 15:31:44,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3518590307a3746941d21a8e369760287fe3e399" 2018-12-12 15:31:44,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab6071b8-dcec-4926-95e2-328fda686736 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3"}, "enabled": true, "id": "947f4208a8fd4ba5b344e5df00b00de3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}} 2018-12-12 15:31:44,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 used request id req-ab6071b8-dcec-4926-95e2-328fda686736 2018-12-12 15:31:44,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de0209400542b084a0432080e600537d63c9691" 2018-12-12 15:31:44,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-bd938f87-c166-48ac-9216-e7f102d3ca8c Date: Wed, 12 Dec 2018 15:31:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:31:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cea5f75d-f00b-485b-bd28-be60e5b51693","ip_address":"10.55.1.1"}],"id":"31b8a206-ee42-42e8-a459-d78f2b711ef7","security_groups":[],"mac_address":"fa:16:3e:48:12:e5","project_id":"947f4208a8fd4ba5b344e5df00b00de3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:41Z","binding:vnic_type":"normal","device_id":"7be97e34-eab8-4d35-a8e1-b9c9c2cf1469"}]} 2018-12-12 15:31:44,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 used request id req-bd938f87-c166-48ac-9216-e7f102d3ca8c 2018-12-12 15:31:44,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/cea5f75d-f00b-485b-bd28-be60e5b51693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de0209400542b084a0432080e600537d63c9691" 2018-12-12 15:31:44,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-e534c700-ff9d-4441-a216-15a8948722a9 Date: Wed, 12 Dec 2018 15:31:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c","tenant_id":"947f4208a8fd4ba5b344e5df00b00de3","created_at":"2018-12-12T15:31:32Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:32Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"947f4208a8fd4ba5b344e5df00b00de3","id":"cea5f75d-f00b-485b-bd28-be60e5b51693","subnetpool_id":null,"name":"CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet"}} 2018-12-12 15:31:44,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/cea5f75d-f00b-485b-bd28-be60e5b51693 used request id req-e534c700-ff9d-4441-a216-15a8948722a9 2018-12-12 15:31:44,767 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router and subnet CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet 2018-12-12 15:31:44,767 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router 2018-12-12 15:31:44,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/7be97e34-eab8-4d35-a8e1-b9c9c2cf1469/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" -d '{"subnet_id": "cea5f75d-f00b-485b-bd28-be60e5b51693"}' 2018-12-12 15:31:46,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f966d20a-ca71-4541-9703-63b6a4dad2e9 Date: Wed, 12 Dec 2018 15:31:46 GMT RESP BODY: {"network_id": "e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c", "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "subnet_id": "cea5f75d-f00b-485b-bd28-be60e5b51693", "subnet_ids": ["cea5f75d-f00b-485b-bd28-be60e5b51693"], "port_id": "31b8a206-ee42-42e8-a459-d78f2b711ef7", "id": "7be97e34-eab8-4d35-a8e1-b9c9c2cf1469"} 2018-12-12 15:31:46,251 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/7be97e34-eab8-4d35-a8e1-b9c9c2cf1469/remove_router_interface used request id req-f966d20a-ca71-4541-9703-63b6a4dad2e9 2018-12-12 15:31:46,251 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router 2018-12-12 15:31:46,251 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-router 2018-12-12 15:31:46,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc4b55ce8cc2b1df6c6a0bebed416a8ba058f50" 2018-12-12 15:31:49,818 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b853f5a7-ec25-465b-a843-565594e8cb66 Content-Length: 0 Date: Wed, 12 Dec 2018 15:31:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:31:49,818 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/7be97e34-eab8-4d35-a8e1-b9c9c2cf1469 used request id req-b853f5a7-ec25-465b-a843-565594e8cb66 2018-12-12 15:31:49,819 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet 2018-12-12 15:31:49,819 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-subnet 2018-12-12 15:31:49,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/cea5f75d-f00b-485b-bd28-be60e5b51693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" 2018-12-12 15:31:52,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-00a94eb6-3144-4119-b051-e2f13b6ccf4b Date: Wed, 12 Dec 2018 15:31:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:31:52,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/cea5f75d-f00b-485b-bd28-be60e5b51693 used request id req-00a94eb6-3144-4119-b051-e2f13b6ccf4b 2018-12-12 15:31:52,121 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-db3cd35f-8944-4af5-8aac-27ed8470a7a3-pub-net 2018-12-12 15:31:52,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c01e97eb8d38728db2ec337a79870e5ebedd53" 2018-12-12 15:31:53,319 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d5bbc47-c9b0-4738-8b5c-dfb39fcf363d Date: Wed, 12 Dec 2018 15:31:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:31:53,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e20e6ff3-1fe0-43f8-962d-32dbe0cb4d4c used request id req-3d5bbc47-c9b0-4738-8b5c-dfb39fcf363d 2018-12-12 15:31:53,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:53,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9e80ab19-6f9f-4843-b826-60d0b0459767 Date: Wed, 12 Dec 2018 15:31:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "created_at": "2018-12-12T15:31:31Z", "updated_at": "2018-12-12T15:31:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:31Z", "revision_number": 0, "id": "a1e7bbb4-8625-4e58-8d4d-9d500f174eff", "remote_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:31Z", "security_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "port_range_min": null, "ethertype": "IPv4", "project_id": "947f4208a8fd4ba5b344e5df00b00de3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:31Z", "revision_number": 0, "id": "b3891d82-62d3-4645-bc17-60dbc4097d75", "remote_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:31Z", "security_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "port_range_min": null, "ethertype": "IPv6", "project_id": "947f4208a8fd4ba5b344e5df00b00de3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:31Z", "revision_number": 0, "id": "bcca65ac-9ebd-4688-befa-c72759dce3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:31Z", "security_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "port_range_min": null, "ethertype": "IPv6", "project_id": "947f4208a8fd4ba5b344e5df00b00de3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:31Z", "revision_number": 0, "id": "d48d3ec4-be58-4239-80dd-a3238da909c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:31Z", "security_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "port_range_min": null, "ethertype": "IPv4", "project_id": "947f4208a8fd4ba5b344e5df00b00de3"}], "revision_number": 4, "project_id": "947f4208a8fd4ba5b344e5df00b00de3", "id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:31:53,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9e80ab19-6f9f-4843-b826-60d0b0459767 2018-12-12 15:31:53,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:53,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d6e55e-2ba1-4be1-9ed6-11fc8f0b5bc4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3"}, "enabled": true, "id": "947f4208a8fd4ba5b344e5df00b00de3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj"}} 2018-12-12 15:31:53,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 used request id req-70d6e55e-2ba1-4be1-9ed6-11fc8f0b5bc4 2018-12-12 15:31:53,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8b2e6b0-08d5-4780-a569-1aaca3f92eab 2018-12-12 15:31:53,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c8b2e6b0-08d5-4780-a569-1aaca3f92eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:53,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5aea5f6d-65f5-4d8c-9523-95d9198673c5 Date: Wed, 12 Dec 2018 15:31:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:31Z", "security_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "port_range_min": null, "revision_number": 0, "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "created_at": "2018-12-12T15:31:31Z", "project_id": "947f4208a8fd4ba5b344e5df00b00de3", "id": "a1e7bbb4-8625-4e58-8d4d-9d500f174eff"}, {"remote_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:31Z", "security_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "port_range_min": null, "revision_number": 0, "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "created_at": "2018-12-12T15:31:31Z", "project_id": "947f4208a8fd4ba5b344e5df00b00de3", "id": "b3891d82-62d3-4645-bc17-60dbc4097d75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:31Z", "security_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "port_range_min": null, "revision_number": 0, "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "created_at": "2018-12-12T15:31:31Z", "project_id": "947f4208a8fd4ba5b344e5df00b00de3", "id": "bcca65ac-9ebd-4688-befa-c72759dce3b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:31Z", "security_group_id": "c8b2e6b0-08d5-4780-a569-1aaca3f92eab", "port_range_min": null, "revision_number": 0, "tenant_id": "947f4208a8fd4ba5b344e5df00b00de3", "created_at": "2018-12-12T15:31:31Z", "project_id": "947f4208a8fd4ba5b344e5df00b00de3", "id": "d48d3ec4-be58-4239-80dd-a3238da909c7"}]} 2018-12-12 15:31:53,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c8b2e6b0-08d5-4780-a569-1aaca3f92eab used request id req-5aea5f6d-65f5-4d8c-9523-95d9198673c5 2018-12-12 15:31:53,801 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:31:53,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c8b2e6b0-08d5-4780-a569-1aaca3f92eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:54,096 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1dbc2a0c-f13b-47dc-bd03-4aeb833158c1 Content-Length: 0 Date: Wed, 12 Dec 2018 15:31:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:31:54,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c8b2e6b0-08d5-4780-a569-1aaca3f92eab used request id req-1dbc2a0c-f13b-47dc-bd03-4aeb833158c1 2018-12-12 15:31:54,097 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj 2018-12-12 15:31:54,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:54,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c13e3bb6-e958-4700-b3fd-2fb0663f55bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:54,308 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/947f4208a8fd4ba5b344e5df00b00de3 used request id req-c13e3bb6-e958-4700-b3fd-2fb0663f55bd 2018-12-12 15:31:54,308 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-601f21a8-b1e4-4dc-proj-role 2018-12-12 15:31:54,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f0bd6a6c42ad4f5c96102e9b281177dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:54,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9874f9f-7f17-434f-be84-2841da5ed4ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:54,431 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f0bd6a6c42ad4f5c96102e9b281177dd used request id req-e9874f9f-7f17-434f-be84-2841da5ed4ef 2018-12-12 15:31:54,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880fb0055caee62e7f18d61896a45000a516946" 2018-12-12 15:31:54,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98e7f77e-eac6-41ce-afb6-7868d2ea711b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:31:54,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-98e7f77e-eac6-41ce-afb6-7868d2ea711b 2018-12-12 15:31:54,515 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-601f21a8-b1e4-4dc-user 2018-12-12 15:31:54,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/1a40ff63ed9e426384585d5457ec2ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cc51587d8010eb510e73fd0b7605a292a2145f" 2018-12-12 15:31:54,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b56aa87-3cee-445e-bc19-782159baca74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:54,762 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1a40ff63ed9e426384585d5457ec2ea1 used request id req-8b56aa87-3cee-445e-bc19-782159baca74 2018-12-12 15:31:54,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:55,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["X7Wg2uWKSYGGdb2i8MdFqQ"], "issued_at": "2018-12-12T15:31:55.000000Z"}} 2018-12-12 15:31:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa944485192598c20520f39c2033fbb57cd58f23" 2018-12-12 15:31:55,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64010f6-20a9-4fa3-a70d-5264958e30a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:55,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c64010f6-20a9-4fa3-a70d-5264958e30a5 2018-12-12 15:31:55,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:55,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:55,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["08NvGO7LSd611VOS8_3G_g"], "issued_at": "2018-12-12T15:31:55.000000Z"}} 2018-12-12 15:31:55,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:31:55,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a76429e3-37a1-40ad-9bc5-4c4c1afeb28c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:55,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a76429e3-37a1-40ad-9bc5-4c4c1afeb28c 2018-12-12 15:31:55,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:55,791 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:55,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:31:55,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b92f239-13e5-4a9e-9f43-8657563bef4b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:31:55,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj used request id req-1b92f239-13e5-4a9e-9f43-8657563bef4b 2018-12-12 15:31:55,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:31:55,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b1d0eb-fc69-4917-889a-a3efaaa763a3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:31:55,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-22b1d0eb-fc69-4917-889a-a3efaaa763a3 2018-12-12 15:31:55,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj"}}' 2018-12-12 15:31:56,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:31:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75f02d60-e881-4cd1-9a6d-3a6a825b60d1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae"}, "enabled": true, "id": "8d134d2709a942a0b5685a06359b53ae", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj"}} 2018-12-12 15:31:56,096 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-75f02d60-e881-4cd1-9a6d-3a6a825b60d1 2018-12-12 15:31:56,096 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj 2018-12-12 15:31:56,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:56,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:56,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:31:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["QOxJuPCRSrWevtAXsjeliQ"], "issued_at": "2018-12-12T15:31:56.000000Z"}} 2018-12-12 15:31:56,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d53c69c5b39a89509165bd995cc7a391c4abd8a" 2018-12-12 15:31:56,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6f116f6-966f-4357-8fd4-907eff479cb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:56,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f6f116f6-966f-4357-8fd4-907eff479cb6 2018-12-12 15:31:56,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:31:56,587 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:31:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:31:56,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d53c69c5b39a89509165bd995cc7a391c4abd8a" 2018-12-12 15:31:56,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329fff33-ab0b-489d-aff4-547a0b9b8b3a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:31:56,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-329fff33-ab0b-489d-aff4-547a0b9b8b3a 2018-12-12 15:31:56,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d53c69c5b39a89509165bd995cc7a391c4abd8a" 2018-12-12 15:31:56,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6334f76-2d28-4b3a-b689-1761a30f187d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae"}, "enabled": true, "id": "8d134d2709a942a0b5685a06359b53ae", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj"}]} 2018-12-12 15:31:56,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj used request id req-c6334f76-2d28-4b3a-b689-1761a30f187d 2018-12-12 15:31:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d53c69c5b39a89509165bd995cc7a391c4abd8a" 2018-12-12 15:31:56,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f100f1f3-c669-479a-b9a6-23dd5e2519a9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:31:56,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f100f1f3-c669-479a-b9a6-23dd5e2519a9 2018-12-12 15:31:57,197 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-user 2018-12-12 15:31:57,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:57,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:31:57,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28daa988-7d66-4747-9156-f41f97e4a41d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:31:57,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-28daa988-7d66-4747-9156-f41f97e4a41d 2018-12-12 15:31:57,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" -d '{"role": {"name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj-role"}}' 2018-12-12 15:31:57,413 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:31:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b450d28-187c-4c8d-993c-afa14980a97d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "95379b4104884ba2b3581a6a72dcde8c", "links": {"self": "http://172.30.9.29:5000/v3/roles/95379b4104884ba2b3581a6a72dcde8c"}, "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj-role"}} 2018-12-12 15:31:57,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8b450d28-187c-4c8d-993c-afa14980a97d 2018-12-12 15:31:57,413 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj-role 2018-12-12 15:31:57,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/95379b4104884ba2b3581a6a72dcde8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:31:57,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25673453-e8f5-452c-b165-7df2de030041 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/95379b4104884ba2b3581a6a72dcde8c"}, "domain_id": null, "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj-role", "id": "95379b4104884ba2b3581a6a72dcde8c"}} 2018-12-12 15:31:57,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/95379b4104884ba2b3581a6a72dcde8c used request id req-25673453-e8f5-452c-b165-7df2de030041 2018-12-12 15:31:57,504 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj-role to project CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj 2018-12-12 15:31:57,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae/users/be810bea2692434e8c29ad828d4e94ed/roles/95379b4104884ba2b3581a6a72dcde8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:31:57,643 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:31:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4122e616-052c-4f91-b314-164da18c5281 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:31:57,643 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae/users/be810bea2692434e8c29ad828d4e94ed/roles/95379b4104884ba2b3581a6a72dcde8c used request id req-4122e616-052c-4f91-b314-164da18c5281 2018-12-12 15:31:57,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:31:57,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:31:58,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95379b4104884ba2b3581a6a72dcde8c", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj-role"}], "expires_at": "2018-12-12T16:31:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d134d2709a942a0b5685a06359b53ae", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8d134d2709a942a0b5685a06359b53ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/8d134d2709a942a0b5685a06359b53ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/8d134d2709a942a0b5685a06359b53ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/8d134d2709a942a0b5685a06359b53ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/8d134d2709a942a0b5685a06359b53ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/8d134d2709a942a0b5685a06359b53ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-user", "id": "be810bea2692434e8c29ad828d4e94ed"}, "audit_ids": ["SARm8WK-T4eyRiTvR5uOtw"], "issued_at": "2018-12-12T15:31:58.000000Z"}} 2018-12-12 15:31:58,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" 2018-12-12 15:31:58,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0edc8a9-03c5-4895-9bf5-c2e1a0db94e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:31:58,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e0edc8a9-03c5-4895-9bf5-c2e1a0db94e5 2018-12-12 15:31:58,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" 2018-12-12 15:31:58,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5d7c3dd7-ea4d-4404-aa51-400dd45b007a Date: Wed, 12 Dec 2018 15:31:58 GMT RESP BODY: {"networks":[]} 2018-12-12 15:31:58,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net used request id req-5d7c3dd7-ea4d-4404-aa51-400dd45b007a 2018-12-12 15:31:58,267 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net 2018-12-12 15:31:58,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" -d '{"network": {"name": "CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net", "admin_state_up": true}}' 2018-12-12 15:31:58,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-05b54633-84b5-44e2-96ac-d11523e14107 Date: Wed, 12 Dec 2018 15:31:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0dfdc8b8-e401-4616-ac1d-bcf0930d5854","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8d134d2709a942a0b5685a06359b53ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:31:58Z","is_default":false,"name":"CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8d134d2709a942a0b5685a06359b53ae","created_at":"2018-12-12T15:31:58Z","mtu":1450}} 2018-12-12 15:31:58,854 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-05b54633-84b5-44e2-96ac-d11523e14107 2018-12-12 15:31:58,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" 2018-12-12 15:31:59,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-014149ac-ce25-4ad7-a240-45b5a7f2be8e Date: Wed, 12 Dec 2018 15:31:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:31:58Z","tenant_id":"8d134d2709a942a0b5685a06359b53ae","created_at":"2018-12-12T15:31:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8d134d2709a942a0b5685a06359b53ae","id":"0dfdc8b8-e401-4616-ac1d-bcf0930d5854","name":"CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net"}]} 2018-12-12 15:31:59,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 used request id req-014149ac-ce25-4ad7-a240-45b5a7f2be8e 2018-12-12 15:31:59,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" 2018-12-12 15:31:59,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9c6fd6a1-e502-4c92-906c-a90ec77043bd Date: Wed, 12 Dec 2018 15:31:59 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:31:59,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 used request id req-9c6fd6a1-e502-4c92-906c-a90ec77043bd 2018-12-12 15:31:59,279 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet 2018-12-12 15:31:59,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" -d '{"subnets": [{"ip_version": 4, "network_id": "0dfdc8b8-e401-4616-ac1d-bcf0930d5854", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet"}]}' 2018-12-12 15:31:59,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b7972286-ff4c-4e33-86c4-f835328e3a7b Date: Wed, 12 Dec 2018 15:31:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dfdc8b8-e401-4616-ac1d-bcf0930d5854","tenant_id":"8d134d2709a942a0b5685a06359b53ae","created_at":"2018-12-12T15:31:59Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:59Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8d134d2709a942a0b5685a06359b53ae","id":"ea3d59a1-a106-4ba5-833f-ecd2259a1c98","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet"}]} 2018-12-12 15:31:59,947 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-b7972286-ff4c-4e33-86c4-f835328e3a7b 2018-12-12 15:31:59,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" 2018-12-12 15:32:00,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-489e152c-076f-44e1-91b4-96d4fb0ec84c Date: Wed, 12 Dec 2018 15:32: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":["ea3d59a1-a106-4ba5-833f-ecd2259a1c98"],"updated_at":"2018-12-12T15:31:59Z","tenant_id":"8d134d2709a942a0b5685a06359b53ae","created_at":"2018-12-12T15:31:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d134d2709a942a0b5685a06359b53ae","id":"0dfdc8b8-e401-4616-ac1d-bcf0930d5854","name":"CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net"}]} 2018-12-12 15:32:00,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 used request id req-489e152c-076f-44e1-91b4-96d4fb0ec84c 2018-12-12 15:32:00,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" 2018-12-12 15:32:00,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-63a5499f-c79d-4ca7-9cb8-1e49188ff3bf Date: Wed, 12 Dec 2018 15:32:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dfdc8b8-e401-4616-ac1d-bcf0930d5854","tenant_id":"8d134d2709a942a0b5685a06359b53ae","created_at":"2018-12-12T15:31:59Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8d134d2709a942a0b5685a06359b53ae","id":"ea3d59a1-a106-4ba5-833f-ecd2259a1c98","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet"}]} 2018-12-12 15:32:00,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 used request id req-63a5499f-c79d-4ca7-9cb8-1e49188ff3bf 2018-12-12 15:32:00,255 - OpenStackNetwork - DEBUG - Network [0dfdc8b8-e401-4616-ac1d-bcf0930d5854] created successfully 2018-12-12 15:32:00,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:00,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95379b4104884ba2b3581a6a72dcde8c", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj-role"}], "expires_at": "2018-12-12T16:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d134d2709a942a0b5685a06359b53ae", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8d134d2709a942a0b5685a06359b53ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/8d134d2709a942a0b5685a06359b53ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/8d134d2709a942a0b5685a06359b53ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/8d134d2709a942a0b5685a06359b53ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/8d134d2709a942a0b5685a06359b53ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/8d134d2709a942a0b5685a06359b53ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/8d134d2709a942a0b5685a06359b53ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-user", "id": "be810bea2692434e8c29ad828d4e94ed"}, "audit_ids": ["p4b9LSsNSl-T7ZOLZ8hbXA"], "issued_at": "2018-12-12T15:32:00.000000Z"}} 2018-12-12 15:32:00,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9062148829b1b5c67d747c17ed3326e2d5a10ddc" 2018-12-12 15:32:01,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-db587917-9501-40b8-9ab5-6a54c36073f5 Date: Wed, 12 Dec 2018 15:32: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":["ea3d59a1-a106-4ba5-833f-ecd2259a1c98"],"updated_at":"2018-12-12T15:31:59Z","tenant_id":"8d134d2709a942a0b5685a06359b53ae","created_at":"2018-12-12T15:31:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d134d2709a942a0b5685a06359b53ae","id":"0dfdc8b8-e401-4616-ac1d-bcf0930d5854","name":"CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net"}]} 2018-12-12 15:32:01,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net used request id req-db587917-9501-40b8-9ab5-6a54c36073f5 2018-12-12 15:32:01,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:01,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:01,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa944485192598c20520f39c2033fbb57cd58f23" 2018-12-12 15:32:01,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac65cc97-cf0a-4aef-9810-3639b26822a6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae"}, "enabled": true, "id": "8d134d2709a942a0b5685a06359b53ae", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj"}} 2018-12-12 15:32:01,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae used request id req-ac65cc97-cf0a-4aef-9810-3639b26822a6 2018-12-12 15:32:01,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9062148829b1b5c67d747c17ed3326e2d5a10ddc" 2018-12-12 15:32:01,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-43316363-71a8-4381-86da-d18f568e50d4 Date: Wed, 12 Dec 2018 15:32:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dfdc8b8-e401-4616-ac1d-bcf0930d5854","tenant_id":"8d134d2709a942a0b5685a06359b53ae","created_at":"2018-12-12T15:31:59Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8d134d2709a942a0b5685a06359b53ae","id":"ea3d59a1-a106-4ba5-833f-ecd2259a1c98","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet"}]} 2018-12-12 15:32:01,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854 used request id req-43316363-71a8-4381-86da-d18f568e50d4 2018-12-12 15:32:01,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854&name=CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9062148829b1b5c67d747c17ed3326e2d5a10ddc" 2018-12-12 15:32:01,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d6915f27-8dda-4194-8fcf-7b49cb9c7acb Date: Wed, 12 Dec 2018 15:32:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dfdc8b8-e401-4616-ac1d-bcf0930d5854","tenant_id":"8d134d2709a942a0b5685a06359b53ae","created_at":"2018-12-12T15:31:59Z","dns_nameservers":[],"updated_at":"2018-12-12T15:31:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8d134d2709a942a0b5685a06359b53ae","id":"ea3d59a1-a106-4ba5-833f-ecd2259a1c98","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet"}]} 2018-12-12 15:32:01,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dfdc8b8-e401-4616-ac1d-bcf0930d5854&name=CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet used request id req-d6915f27-8dda-4194-8fcf-7b49cb9c7acb 2018-12-12 15:32:01,534 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet 2018-12-12 15:32:01,534 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-subnet 2018-12-12 15:32:01,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/ea3d59a1-a106-4ba5-833f-ecd2259a1c98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" 2018-12-12 15:32:04,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c54939f-34d9-4879-a502-fd87ce085a5e Date: Wed, 12 Dec 2018 15:32:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:04,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ea3d59a1-a106-4ba5-833f-ecd2259a1c98 used request id req-2c54939f-34d9-4879-a502-fd87ce085a5e 2018-12-12 15:32:04,356 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a3ee750f-ab6d-462a-82f0-97bef56e3796-pub-net 2018-12-12 15:32:04,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/0dfdc8b8-e401-4616-ac1d-bcf0930d5854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81466e885103c5f5d06ea3d21970a37c73fcdfcc" 2018-12-12 15:32:05,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3be21e9-8e5f-4462-aa5f-faf9fbb35363 Date: Wed, 12 Dec 2018 15:32:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:05,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0dfdc8b8-e401-4616-ac1d-bcf0930d5854 used request id req-b3be21e9-8e5f-4462-aa5f-faf9fbb35363 2018-12-12 15:32:05,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:05,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cfd973d4-33ac-4d49-bd38-61ac89d81e27 Date: Wed, 12 Dec 2018 15:32:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "created_at": "2018-12-12T15:31:58Z", "updated_at": "2018-12-12T15:31:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:58Z", "revision_number": 0, "id": "42e36047-e4f0-40ad-b318-a03102a8aade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:58Z", "security_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d134d2709a942a0b5685a06359b53ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:58Z", "revision_number": 0, "id": "70944229-9082-4bca-82f2-d5ec974082d6", "remote_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:58Z", "security_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d134d2709a942a0b5685a06359b53ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:58Z", "revision_number": 0, "id": "7b4c89a5-6f2e-495f-860b-215f8332c1dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:58Z", "security_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d134d2709a942a0b5685a06359b53ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:31:58Z", "revision_number": 0, "id": "ca6baedd-d428-4ae9-a4f4-29af9a971e44", "remote_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:31:58Z", "security_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d134d2709a942a0b5685a06359b53ae"}], "revision_number": 4, "project_id": "8d134d2709a942a0b5685a06359b53ae", "id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "name": "default"}]} 2018-12-12 15:32:05,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-cfd973d4-33ac-4d49-bd38-61ac89d81e27 2018-12-12 15:32:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:05,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e759d30-d143-4f4d-912a-f3a44a16bba5 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:32:05,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-0e759d30-d143-4f4d-912a-f3a44a16bba5 2018-12-12 15:32:05,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:05,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ebf2997-7245-4d00-a79a-68f376952a1e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:32:05,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-4ebf2997-7245-4d00-a79a-68f376952a1e 2018-12-12 15:32:05,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:06,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4dea47-0133-4d17-9093-b13ea1c01cbb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:32:06,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-4d4dea47-0133-4d17-9093-b13ea1c01cbb 2018-12-12 15:32:06,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:06,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a3e61ea-1990-419c-b29a-16009c8030de Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae"}, "enabled": true, "id": "8d134d2709a942a0b5685a06359b53ae", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj"}} 2018-12-12 15:32:06,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae used request id req-7a3e61ea-1990-419c-b29a-16009c8030de 2018-12-12 15:32:06,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f21ed47a-e548-4b48-82b5-3e202ff4d84f 2018-12-12 15:32:06,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f21ed47a-e548-4b48-82b5-3e202ff4d84f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:06,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-36681e3c-6d97-4bb1-b31e-9888c8a4f695 Date: Wed, 12 Dec 2018 15:32: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-12-12T15:31:58Z", "security_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "port_range_min": null, "revision_number": 0, "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "created_at": "2018-12-12T15:31:58Z", "project_id": "8d134d2709a942a0b5685a06359b53ae", "id": "42e36047-e4f0-40ad-b318-a03102a8aade"}, {"remote_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:58Z", "security_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "port_range_min": null, "revision_number": 0, "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "created_at": "2018-12-12T15:31:58Z", "project_id": "8d134d2709a942a0b5685a06359b53ae", "id": "70944229-9082-4bca-82f2-d5ec974082d6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:58Z", "security_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "port_range_min": null, "revision_number": 0, "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "created_at": "2018-12-12T15:31:58Z", "project_id": "8d134d2709a942a0b5685a06359b53ae", "id": "7b4c89a5-6f2e-495f-860b-215f8332c1dc"}, {"remote_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:31:58Z", "security_group_id": "f21ed47a-e548-4b48-82b5-3e202ff4d84f", "port_range_min": null, "revision_number": 0, "tenant_id": "8d134d2709a942a0b5685a06359b53ae", "created_at": "2018-12-12T15:31:58Z", "project_id": "8d134d2709a942a0b5685a06359b53ae", "id": "ca6baedd-d428-4ae9-a4f4-29af9a971e44"}]} 2018-12-12 15:32:06,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f21ed47a-e548-4b48-82b5-3e202ff4d84f used request id req-36681e3c-6d97-4bb1-b31e-9888c8a4f695 2018-12-12 15:32:06,325 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:32:06,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/f21ed47a-e548-4b48-82b5-3e202ff4d84f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:06,636 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec242831-b472-4e5c-a8ca-dfd9b94b0e7c Content-Length: 0 Date: Wed, 12 Dec 2018 15:32:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:06,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/f21ed47a-e548-4b48-82b5-3e202ff4d84f used request id req-ec242831-b472-4e5c-a8ca-dfd9b94b0e7c 2018-12-12 15:32:06,637 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj 2018-12-12 15:32:06,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:06,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32bc099d-a716-48a6-bd18-2e0693e81e40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:06,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8d134d2709a942a0b5685a06359b53ae used request id req-32bc099d-a716-48a6-bd18-2e0693e81e40 2018-12-12 15:32:06,823 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-proj-role 2018-12-12 15:32:06,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/95379b4104884ba2b3581a6a72dcde8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:06,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f611f81c-7b78-4ddb-a207-65aa46ab6e89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:06,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/95379b4104884ba2b3581a6a72dcde8c used request id req-f611f81c-7b78-4ddb-a207-65aa46ab6e89 2018-12-12 15:32:06,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6392f8faf8aca3530a86ca97217fbbf306da2397" 2018-12-12 15:32:07,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c8fcf6-2ff8-44e6-929a-bd07dc7ce3e1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:07,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-34c8fcf6-2ff8-44e6-929a-bd07dc7ce3e1 2018-12-12 15:32:07,031 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-0e69d0a3-7f9c-46e-user 2018-12-12 15:32:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/be810bea2692434e8c29ad828d4e94ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d53c69c5b39a89509165bd995cc7a391c4abd8a" 2018-12-12 15:32:07,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d0fa573-eeb7-471e-b44a-4810fc4fe9c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:07,202 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/be810bea2692434e8c29ad828d4e94ed used request id req-5d0fa573-eeb7-471e-b44a-4810fc4fe9c5 2018-12-12 15:32:07,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:07,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["oD7EDEZ1Qi2lch-NaOtyfg"], "issued_at": "2018-12-12T15:32:07.000000Z"}} 2018-12-12 15:32:07,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab83afa25ab8728dccb0db0cf49b4bc62591c290" 2018-12-12 15:32:07,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f563c33-81d0-428f-aba6-9ab68036c724 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:07,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5f563c33-81d0-428f-aba6-9ab68036c724 2018-12-12 15:32:07,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:07,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:08,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ejeriH2DR_CbbJ85E4h6nQ"], "issued_at": "2018-12-12T15:32:08.000000Z"}} 2018-12-12 15:32:08,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:08,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-062a0ebf-03ec-475d-8bc6-e048e49134a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:08,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-062a0ebf-03ec-475d-8bc6-e048e49134a3 2018-12-12 15:32:08,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:08,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:08,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:08,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a9f6a1-92b2-4a00-985b-00eeb6177942 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:32:08,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj used request id req-52a9f6a1-92b2-4a00-985b-00eeb6177942 2018-12-12 15:32:08,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:08,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f61b19a-bfd0-442d-8a39-1644966c1f10 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:32:08,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0f61b19a-bfd0-442d-8a39-1644966c1f10 2018-12-12 15:32:08,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj"}}' 2018-12-12 15:32:08,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:32:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbdfdd51-8526-45cf-901b-fa9ea46d4f03 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35"}, "enabled": true, "id": "aaed5c596fe44348b1e2eb6015108f35", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj"}} 2018-12-12 15:32:08,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bbdfdd51-8526-45cf-901b-fa9ea46d4f03 2018-12-12 15:32:08,563 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj 2018-12-12 15:32:08,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:08,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:08,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ByWk5DpfSyy2E-v6Z_ouWA"], "issued_at": "2018-12-12T15:32:08.000000Z"}} 2018-12-12 15:32:08,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4070d36d90e59ed57ea89b17457bed97a3dedbb9" 2018-12-12 15:32:09,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20633e25-a620-45ac-921a-aec7c268036e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:09,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-20633e25-a620-45ac-921a-aec7c268036e 2018-12-12 15:32:09,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:09,039 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:09,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4070d36d90e59ed57ea89b17457bed97a3dedbb9" 2018-12-12 15:32:09,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c4fcc7-b9ad-4a1c-88ec-65d5723853cf Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:32:09,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f6c4fcc7-b9ad-4a1c-88ec-65d5723853cf 2018-12-12 15:32:09,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4070d36d90e59ed57ea89b17457bed97a3dedbb9" 2018-12-12 15:32:09,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91bd8c8e-acf4-4f73-9b1c-5ca7292847c3 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35"}, "enabled": true, "id": "aaed5c596fe44348b1e2eb6015108f35", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj"}]} 2018-12-12 15:32:09,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj used request id req-91bd8c8e-acf4-4f73-9b1c-5ca7292847c3 2018-12-12 15:32:09,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4070d36d90e59ed57ea89b17457bed97a3dedbb9" 2018-12-12 15:32:09,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a216e026-6b2a-4365-9358-633a99529c3f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:32:09,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a216e026-6b2a-4365-9358-633a99529c3f 2018-12-12 15:32:09,856 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cb7d0d22-97ab-493-user 2018-12-12 15:32:09,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:09,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:09,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d27743e0-3896-4a55-831f-b8e420d93ab3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:09,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d27743e0-3896-4a55-831f-b8e420d93ab3 2018-12-12 15:32:09,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" -d '{"role": {"name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj-role"}}' 2018-12-12 15:32:10,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0ad64a9-db97-4b02-b405-3305ddff0420 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "68e37c869638494380ee96beacbdfadd", "links": {"self": "http://172.30.9.29:5000/v3/roles/68e37c869638494380ee96beacbdfadd"}, "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj-role"}} 2018-12-12 15:32:10,079 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e0ad64a9-db97-4b02-b405-3305ddff0420 2018-12-12 15:32:10,079 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj-role 2018-12-12 15:32:10,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/68e37c869638494380ee96beacbdfadd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:10,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9db3ad-4be6-4c7f-9867-4f3049737865 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/68e37c869638494380ee96beacbdfadd"}, "domain_id": null, "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj-role", "id": "68e37c869638494380ee96beacbdfadd"}} 2018-12-12 15:32:10,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/68e37c869638494380ee96beacbdfadd used request id req-7c9db3ad-4be6-4c7f-9867-4f3049737865 2018-12-12 15:32:10,104 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj-role to project CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj 2018-12-12 15:32:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35/users/ce09c2a08fed4a11be7b161dfc4b6217/roles/68e37c869638494380ee96beacbdfadd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:10,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe336ea8-b4af-4a78-b835-b64b56fdfcf9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:10,242 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35/users/ce09c2a08fed4a11be7b161dfc4b6217/roles/68e37c869638494380ee96beacbdfadd used request id req-fe336ea8-b4af-4a78-b835-b64b56fdfcf9 2018-12-12 15:32:10,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:10,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:10,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "68e37c869638494380ee96beacbdfadd", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj-role"}], "expires_at": "2018-12-12T16:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaed5c596fe44348b1e2eb6015108f35", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/aaed5c596fe44348b1e2eb6015108f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/aaed5c596fe44348b1e2eb6015108f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/aaed5c596fe44348b1e2eb6015108f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/aaed5c596fe44348b1e2eb6015108f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/aaed5c596fe44348b1e2eb6015108f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/aaed5c596fe44348b1e2eb6015108f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-user", "id": "ce09c2a08fed4a11be7b161dfc4b6217"}, "audit_ids": ["oxIxbgYOQ46MbtQPvo8lNw"], "issued_at": "2018-12-12T15:32:10.000000Z"}} 2018-12-12 15:32:10,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" 2018-12-12 15:32:10,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4eb0b17-63fb-4a7a-b18f-ce0d4d696986 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:10,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f4eb0b17-63fb-4a7a-b18f-ce0d4d696986 2018-12-12 15:32:10,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" 2018-12-12 15:32:10,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c538a837-f427-4d8c-bc72-16ae442a7292 Date: Wed, 12 Dec 2018 15:32:10 GMT RESP BODY: {"networks":[]} 2018-12-12 15:32:10,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net used request id req-c538a837-f427-4d8c-bc72-16ae442a7292 2018-12-12 15:32:10,877 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net 2018-12-12 15:32:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" -d '{"network": {"name": "CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net", "admin_state_up": true}}' 2018-12-12 15:32:11,417 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d1b36d88-259e-4deb-9e1a-ee018042ac0b Date: Wed, 12 Dec 2018 15:32:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"406b84a9-5461-41c3-90f0-47523dad033a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aaed5c596fe44348b1e2eb6015108f35","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:32:11Z","is_default":false,"name":"CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"aaed5c596fe44348b1e2eb6015108f35","created_at":"2018-12-12T15:32:11Z","mtu":1450}} 2018-12-12 15:32:11,417 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-d1b36d88-259e-4deb-9e1a-ee018042ac0b 2018-12-12 15:32:11,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=406b84a9-5461-41c3-90f0-47523dad033a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" 2018-12-12 15:32:11,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-49a70a03-6951-4bfe-a284-fb576d7621f1 Date: Wed, 12 Dec 2018 15:32:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:32:11Z","tenant_id":"aaed5c596fe44348b1e2eb6015108f35","created_at":"2018-12-12T15:32:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aaed5c596fe44348b1e2eb6015108f35","id":"406b84a9-5461-41c3-90f0-47523dad033a","name":"CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net"}]} 2018-12-12 15:32:11,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=406b84a9-5461-41c3-90f0-47523dad033a used request id req-49a70a03-6951-4bfe-a284-fb576d7621f1 2018-12-12 15:32:11,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=406b84a9-5461-41c3-90f0-47523dad033a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" 2018-12-12 15:32:11,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51db14ac-d44a-47fa-bb8f-66634b5af6a0 Date: Wed, 12 Dec 2018 15:32:11 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:32:11,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=406b84a9-5461-41c3-90f0-47523dad033a used request id req-51db14ac-d44a-47fa-bb8f-66634b5af6a0 2018-12-12 15:32:11,935 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-subnet 2018-12-12 15:32:11,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" -d '{"subnets": [{"ip_version": 4, "network_id": "406b84a9-5461-41c3-90f0-47523dad033a", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-subnet"}]}' 2018-12-12 15:32:12,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3dbaf941-1a39-4383-b89c-a7ae2c2e8db2 Date: Wed, 12 Dec 2018 15:32:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"406b84a9-5461-41c3-90f0-47523dad033a","tenant_id":"aaed5c596fe44348b1e2eb6015108f35","created_at":"2018-12-12T15:32:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:32:12Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"aaed5c596fe44348b1e2eb6015108f35","id":"f7a71c43-44cf-4e0b-8c1d-2ecdbe949b70","subnetpool_id":null,"name":"CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-subnet"}]} 2018-12-12 15:32:12,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-3dbaf941-1a39-4383-b89c-a7ae2c2e8db2 2018-12-12 15:32:12,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=406b84a9-5461-41c3-90f0-47523dad033a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" 2018-12-12 15:32:12,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-614a70ed-690c-40b8-a0bb-d6de2c8e44f1 Date: Wed, 12 Dec 2018 15:32:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f7a71c43-44cf-4e0b-8c1d-2ecdbe949b70"],"updated_at":"2018-12-12T15:32:12Z","tenant_id":"aaed5c596fe44348b1e2eb6015108f35","created_at":"2018-12-12T15:32:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaed5c596fe44348b1e2eb6015108f35","id":"406b84a9-5461-41c3-90f0-47523dad033a","name":"CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net"}]} 2018-12-12 15:32:12,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=406b84a9-5461-41c3-90f0-47523dad033a used request id req-614a70ed-690c-40b8-a0bb-d6de2c8e44f1 2018-12-12 15:32:12,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=406b84a9-5461-41c3-90f0-47523dad033a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" 2018-12-12 15:32:13,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9c86fa16-86a2-4fbf-a484-1f75edfbc3a7 Date: Wed, 12 Dec 2018 15:32:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"406b84a9-5461-41c3-90f0-47523dad033a","tenant_id":"aaed5c596fe44348b1e2eb6015108f35","created_at":"2018-12-12T15:32:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:32:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"aaed5c596fe44348b1e2eb6015108f35","id":"f7a71c43-44cf-4e0b-8c1d-2ecdbe949b70","subnetpool_id":null,"name":"CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-subnet"}]} 2018-12-12 15:32:13,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=406b84a9-5461-41c3-90f0-47523dad033a used request id req-9c86fa16-86a2-4fbf-a484-1f75edfbc3a7 2018-12-12 15:32:13,022 - OpenStackNetwork - DEBUG - Network [406b84a9-5461-41c3-90f0-47523dad033a] created successfully 2018-12-12 15:32:13,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:13,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:13,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "68e37c869638494380ee96beacbdfadd", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj-role"}], "expires_at": "2018-12-12T16:32:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaed5c596fe44348b1e2eb6015108f35", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/aaed5c596fe44348b1e2eb6015108f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/aaed5c596fe44348b1e2eb6015108f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/aaed5c596fe44348b1e2eb6015108f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/aaed5c596fe44348b1e2eb6015108f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/aaed5c596fe44348b1e2eb6015108f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/aaed5c596fe44348b1e2eb6015108f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/aaed5c596fe44348b1e2eb6015108f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-user", "id": "ce09c2a08fed4a11be7b161dfc4b6217"}, "audit_ids": ["dLGEBrT7Sfy2_FDI2m1dng"], "issued_at": "2018-12-12T15:32:13.000000Z"}} 2018-12-12 15:32:13,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b5e89685cd6652253a37753f2c169692e8744d4" 2018-12-12 15:32:13,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd2d3d1-57d5-408a-90d6-cc9a656a05c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:13,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2fd2d3d1-57d5-408a-90d6-cc9a656a05c6 2018-12-12 15:32:13,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b5e89685cd6652253a37753f2c169692e8744d4" 2018-12-12 15:32:13,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4cf50352-f185-49d1-827b-0ce62d70458c Date: Wed, 12 Dec 2018 15:32: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":["f7a71c43-44cf-4e0b-8c1d-2ecdbe949b70"],"updated_at":"2018-12-12T15:32:12Z","tenant_id":"aaed5c596fe44348b1e2eb6015108f35","created_at":"2018-12-12T15:32:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaed5c596fe44348b1e2eb6015108f35","id":"406b84a9-5461-41c3-90f0-47523dad033a","name":"CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net"}]} 2018-12-12 15:32:13,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net used request id req-4cf50352-f185-49d1-827b-0ce62d70458c 2018-12-12 15:32:13,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:13,758 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:13,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b5e89685cd6652253a37753f2c169692e8744d4" 2018-12-12 15:32:13,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e1954c-f7c3-4287-9c8e-235b966512d9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35"}, "enabled": true, "id": "aaed5c596fe44348b1e2eb6015108f35", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj"}} 2018-12-12 15:32:13,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35 used request id req-a7e1954c-f7c3-4287-9c8e-235b966512d9 2018-12-12 15:32:13,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=406b84a9-5461-41c3-90f0-47523dad033a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b5e89685cd6652253a37753f2c169692e8744d4" 2018-12-12 15:32:14,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c5ad19c0-2e89-4f4f-b68b-655daf477a4c Date: Wed, 12 Dec 2018 15:32:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"406b84a9-5461-41c3-90f0-47523dad033a","tenant_id":"aaed5c596fe44348b1e2eb6015108f35","created_at":"2018-12-12T15:32:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:32:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"aaed5c596fe44348b1e2eb6015108f35","id":"f7a71c43-44cf-4e0b-8c1d-2ecdbe949b70","subnetpool_id":null,"name":"CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-subnet"}]} 2018-12-12 15:32:14,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=406b84a9-5461-41c3-90f0-47523dad033a used request id req-c5ad19c0-2e89-4f4f-b68b-655daf477a4c 2018-12-12 15:32:14,046 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-subnet 2018-12-12 15:32:14,046 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-subnet 2018-12-12 15:32:14,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/f7a71c43-44cf-4e0b-8c1d-2ecdbe949b70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" 2018-12-12 15:32:15,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e9f52d5-f80c-4ec5-a7dc-98710e888bb2 Date: Wed, 12 Dec 2018 15:32:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:15,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/f7a71c43-44cf-4e0b-8c1d-2ecdbe949b70 used request id req-4e9f52d5-f80c-4ec5-a7dc-98710e888bb2 2018-12-12 15:32:15,622 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-f7b17b1b-8ba7-49bf-a7a5-666b800d718e-pub-net 2018-12-12 15:32:15,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/406b84a9-5461-41c3-90f0-47523dad033a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee687e86ee4210119c4b498c32aa34b71f18eed3" 2018-12-12 15:32:17,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-399758b8-d59e-4866-be54-12c67d502818 Date: Wed, 12 Dec 2018 15:32:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:17,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/406b84a9-5461-41c3-90f0-47523dad033a used request id req-399758b8-d59e-4866-be54-12c67d502818 2018-12-12 15:32:17,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:17,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a81f06fd-b94b-49b7-80a8-989e38c94bec Date: Wed, 12 Dec 2018 15:32:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "created_at": "2018-12-12T15:32:11Z", "updated_at": "2018-12-12T15:32:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:32:11Z", "revision_number": 0, "id": "0103fa93-f704-484e-b84b-fb976b525236", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:32:11Z", "security_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "port_range_min": null, "ethertype": "IPv4", "project_id": "aaed5c596fe44348b1e2eb6015108f35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:32:11Z", "revision_number": 0, "id": "9fd3632f-9ac1-495f-b7b3-4cb4f62b6f16", "remote_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "remote_ip_prefix": null, "created_at": "2018-12-12T15:32:11Z", "security_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "port_range_min": null, "ethertype": "IPv6", "project_id": "aaed5c596fe44348b1e2eb6015108f35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:32:11Z", "revision_number": 0, "id": "bb260a29-5dc0-45d8-b98f-1f7f9d1371d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:32:11Z", "security_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "port_range_min": null, "ethertype": "IPv6", "project_id": "aaed5c596fe44348b1e2eb6015108f35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:32:11Z", "revision_number": 0, "id": "d868ca53-6dc5-4b80-800b-e218144510d9", "remote_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "remote_ip_prefix": null, "created_at": "2018-12-12T15:32:11Z", "security_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "port_range_min": null, "ethertype": "IPv4", "project_id": "aaed5c596fe44348b1e2eb6015108f35"}], "revision_number": 4, "project_id": "aaed5c596fe44348b1e2eb6015108f35", "id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:32:17,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-a81f06fd-b94b-49b7-80a8-989e38c94bec 2018-12-12 15:32:17,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:17,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6177559-50c7-495e-9e26-65a4b392f86a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35"}, "enabled": true, "id": "aaed5c596fe44348b1e2eb6015108f35", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj"}} 2018-12-12 15:32:17,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35 used request id req-b6177559-50c7-495e-9e26-65a4b392f86a 2018-12-12 15:32:17,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f8fd239-7602-42c1-ab5b-2baece675b4e 2018-12-12 15:32:17,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f8fd239-7602-42c1-ab5b-2baece675b4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:17,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d86362de-8709-4d84-bd5f-f378ed5d80d4 Date: Wed, 12 Dec 2018 15:32: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-12-12T15:32:11Z", "security_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "port_range_min": null, "revision_number": 0, "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "created_at": "2018-12-12T15:32:11Z", "project_id": "aaed5c596fe44348b1e2eb6015108f35", "id": "0103fa93-f704-484e-b84b-fb976b525236"}, {"remote_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:32:11Z", "security_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "port_range_min": null, "revision_number": 0, "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "created_at": "2018-12-12T15:32:11Z", "project_id": "aaed5c596fe44348b1e2eb6015108f35", "id": "9fd3632f-9ac1-495f-b7b3-4cb4f62b6f16"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:32:11Z", "security_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "port_range_min": null, "revision_number": 0, "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "created_at": "2018-12-12T15:32:11Z", "project_id": "aaed5c596fe44348b1e2eb6015108f35", "id": "bb260a29-5dc0-45d8-b98f-1f7f9d1371d7"}, {"remote_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:32:11Z", "security_group_id": "7f8fd239-7602-42c1-ab5b-2baece675b4e", "port_range_min": null, "revision_number": 0, "tenant_id": "aaed5c596fe44348b1e2eb6015108f35", "created_at": "2018-12-12T15:32:11Z", "project_id": "aaed5c596fe44348b1e2eb6015108f35", "id": "d868ca53-6dc5-4b80-800b-e218144510d9"}]} 2018-12-12 15:32:17,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f8fd239-7602-42c1-ab5b-2baece675b4e used request id req-d86362de-8709-4d84-bd5f-f378ed5d80d4 2018-12-12 15:32:17,599 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:32:17,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7f8fd239-7602-42c1-ab5b-2baece675b4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:17,879 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b375bee6-17c6-4583-a926-7aba0159c00c Content-Length: 0 Date: Wed, 12 Dec 2018 15:32:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:17,879 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7f8fd239-7602-42c1-ab5b-2baece675b4e used request id req-b375bee6-17c6-4583-a926-7aba0159c00c 2018-12-12 15:32:17,880 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj 2018-12-12 15:32:17,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:18,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb696121-f260-4adb-8a70-b85083e5b2c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:18,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/aaed5c596fe44348b1e2eb6015108f35 used request id req-eb696121-f260-4adb-8a70-b85083e5b2c3 2018-12-12 15:32:18,095 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cb7d0d22-97ab-493-proj-role 2018-12-12 15:32:18,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/68e37c869638494380ee96beacbdfadd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:18,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fa1dc91-e296-4b57-b1fa-e16ce2d43f0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:18,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/68e37c869638494380ee96beacbdfadd used request id req-7fa1dc91-e296-4b57-b1fa-e16ce2d43f0f 2018-12-12 15:32:18,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb016d570e07a14e84568325c51375bc2eedf021" 2018-12-12 15:32:18,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54d22263-5278-498b-b347-c9bcb617f80c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:18,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-54d22263-5278-498b-b347-c9bcb617f80c 2018-12-12 15:32:18,299 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cb7d0d22-97ab-493-user 2018-12-12 15:32:18,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ce09c2a08fed4a11be7b161dfc4b6217 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4070d36d90e59ed57ea89b17457bed97a3dedbb9" 2018-12-12 15:32:18,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bff22b9-c0e2-47f7-9f9c-ef3965bf3ef7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:18,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ce09c2a08fed4a11be7b161dfc4b6217 used request id req-7bff22b9-c0e2-47f7-9f9c-ef3965bf3ef7 2018-12-12 15:32:18,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:18,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["SJAlsPrORnaUN4DS7mVhTQ"], "issued_at": "2018-12-12T15:32:18.000000Z"}} 2018-12-12 15:32:18,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48af2897547a537eaea7c43896a896ebf8f4b82d" 2018-12-12 15:32:18,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2a2694-df27-4675-921e-bce43a6140c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:18,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4e2a2694-df27-4675-921e-bce43a6140c5 2018-12-12 15:32:18,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:18,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:19,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Pbg0jIo4R6mQgHkeL9giAA"], "issued_at": "2018-12-12T15:32:19.000000Z"}} 2018-12-12 15:32:19,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:19,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-546dfa94-28dd-47a1-9cd5-487617341896 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:19,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-546dfa94-28dd-47a1-9cd5-487617341896 2018-12-12 15:32:19,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:19,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:19,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:19,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1077c3d8-14b9-4a51-b2cd-3a2979e71fd4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:32:19,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj used request id req-1077c3d8-14b9-4a51-b2cd-3a2979e71fd4 2018-12-12 15:32:19,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:19,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c8a5cde-2a4b-4bce-a3b5-9a70280b5035 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:32:19,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9c8a5cde-2a4b-4bce-a3b5-9a70280b5035 2018-12-12 15:32:19,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj"}}' 2018-12-12 15:32:19,796 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:32:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0399cfdf-5bbc-4b88-aa10-096c45e55ae0 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50"}, "enabled": true, "id": "be64fb532b474a2da95a21144ac28e50", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj"}} 2018-12-12 15:32:19,797 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0399cfdf-5bbc-4b88-aa10-096c45e55ae0 2018-12-12 15:32:19,797 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj 2018-12-12 15:32:19,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:19,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:20,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["mThl27tURMGhn4ZAgBo8qw"], "issued_at": "2018-12-12T15:32:20.000000Z"}} 2018-12-12 15:32:20,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eab8f97f98025a96ad8eb4ed5400ae46580b778" 2018-12-12 15:32:20,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d713adf-5d0d-4d9c-8f3b-6477bdd7e9e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:20,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5d713adf-5d0d-4d9c-8f3b-6477bdd7e9e7 2018-12-12 15:32:20,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:20,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:20,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eab8f97f98025a96ad8eb4ed5400ae46580b778" 2018-12-12 15:32:20,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d8a7dcb-8e6b-4939-bdd1-94a2c9e63914 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:32:20,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0d8a7dcb-8e6b-4939-bdd1-94a2c9e63914 2018-12-12 15:32:20,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eab8f97f98025a96ad8eb4ed5400ae46580b778" 2018-12-12 15:32:20,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3793519-9eef-4252-af79-5327d512e97e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50"}, "enabled": true, "id": "be64fb532b474a2da95a21144ac28e50", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj"}]} 2018-12-12 15:32:20,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj used request id req-e3793519-9eef-4252-af79-5327d512e97e 2018-12-12 15:32:20,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eab8f97f98025a96ad8eb4ed5400ae46580b778" 2018-12-12 15:32:20,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72833882-fdd6-4dc6-8be4-10641dfa416a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:32:20,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-72833882-fdd6-4dc6-8be4-10641dfa416a 2018-12-12 15:32:20,832 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a7c33c1c-cc38-48a-user 2018-12-12 15:32:20,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:20,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:20,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35809d58-99ff-4f1f-b7c6-a9421cdcb896 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:20,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-35809d58-99ff-4f1f-b7c6-a9421cdcb896 2018-12-12 15:32:20,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" -d '{"role": {"name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role"}}' 2018-12-12 15:32:21,042 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:32:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7da658a-b041-4385-8405-338085cd2bc1 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33d1c1033e9d4032b506d9c7ee6b5ff8", "links": {"self": "http://172.30.9.29:5000/v3/roles/33d1c1033e9d4032b506d9c7ee6b5ff8"}, "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role"}} 2018-12-12 15:32:21,042 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a7da658a-b041-4385-8405-338085cd2bc1 2018-12-12 15:32:21,042 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role 2018-12-12 15:32:21,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/33d1c1033e9d4032b506d9c7ee6b5ff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:21,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f3ff96-8099-4e01-a707-feb46507b941 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/33d1c1033e9d4032b506d9c7ee6b5ff8"}, "domain_id": null, "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role", "id": "33d1c1033e9d4032b506d9c7ee6b5ff8"}} 2018-12-12 15:32:21,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/33d1c1033e9d4032b506d9c7ee6b5ff8 used request id req-d8f3ff96-8099-4e01-a707-feb46507b941 2018-12-12 15:32:21,061 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role to project CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj 2018-12-12 15:32:21,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50/users/79cf2cd2a4c446c682e8a4d98e97a549/roles/33d1c1033e9d4032b506d9c7ee6b5ff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:21,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dc5b1d7-6263-4dbc-a233-441c3a1fd9e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:21,189 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50/users/79cf2cd2a4c446c682e8a4d98e97a549/roles/33d1c1033e9d4032b506d9c7ee6b5ff8 used request id req-9dc5b1d7-6263-4dbc-a233-441c3a1fd9e3 2018-12-12 15:32:21,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:21,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:21,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d1c1033e9d4032b506d9c7ee6b5ff8", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role"}], "expires_at": "2018-12-12T16:32:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be64fb532b474a2da95a21144ac28e50", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-user", "id": "79cf2cd2a4c446c682e8a4d98e97a549"}, "audit_ids": ["Wr-HqqHhQ2y1rJGwKdAL_A"], "issued_at": "2018-12-12T15:32:21.000000Z"}} 2018-12-12 15:32:21,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" 2018-12-12 15:32:21,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-371b7f74-0d13-4909-a83e-24a32ba7c8f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:21,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-371b7f74-0d13-4909-a83e-24a32ba7c8f8 2018-12-12 15:32:21,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" 2018-12-12 15:32:21,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-75b80250-e608-4f85-8d5b-6c3046edfd70 Date: Wed, 12 Dec 2018 15:32:21 GMT RESP BODY: {"routers": []} 2018-12-12 15:32:21,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router&admin_state_up=True used request id req-75b80250-e608-4f85-8d5b-6c3046edfd70 2018-12-12 15:32:21,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:21,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:22,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d1c1033e9d4032b506d9c7ee6b5ff8", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role"}], "expires_at": "2018-12-12T16:32:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be64fb532b474a2da95a21144ac28e50", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-user", "id": "79cf2cd2a4c446c682e8a4d98e97a549"}, "audit_ids": ["B8hhrqVYTkCy7TeUfNaDNw"], "issued_at": "2018-12-12T15:32:22.000000Z"}} 2018-12-12 15:32:22,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6011ac591d05afacf9de7967f27a15529aff4262" 2018-12-12 15:32:22,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4f553a9-0fc8-42c0-bca4-06576c28ab77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:22,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c4f553a9-0fc8-42c0-bca4-06576c28ab77 2018-12-12 15:32:22,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" 2018-12-12 15:32:22,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b7034b93-1a82-4df8-b76d-b3306609af2d Date: Wed, 12 Dec 2018 15:32:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:32:22,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-b7034b93-1a82-4df8-b76d-b3306609af2d 2018-12-12 15:32:22,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" 2018-12-12 15:32:22,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-46a1cff0-305a-40a0-819d-2d9f5f1324dd Date: Wed, 12 Dec 2018 15:32:22 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:32:22,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-46a1cff0-305a-40a0-819d-2d9f5f1324dd 2018-12-12 15:32:22,752 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router 2018-12-12 15:32:22,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router", "admin_state_up": true}}' 2018-12-12 15:32:27,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-c4656556-2f4f-4536-8525-067bae96c2fd Date: Wed, 12 Dec 2018 15:32:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "be64fb532b474a2da95a21144ac28e50", "created_at": "2018-12-12T15:32:23Z", "admin_state_up": true, "updated_at": "2018-12-12T15:32:24Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "be64fb532b474a2da95a21144ac28e50", "id": "349d6fa5-3ea5-44cf-8605-ac45b8f1aacd", "name": "CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router"}} 2018-12-12 15:32:27,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-c4656556-2f4f-4536-8525-067bae96c2fd 2018-12-12 15:32:27,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=349d6fa5-3ea5-44cf-8605-ac45b8f1aacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" 2018-12-12 15:32:27,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3c9a6867-25d1-40b8-8750-f074c4042b71 Date: Wed, 12 Dec 2018 15:32:27 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:27,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=349d6fa5-3ea5-44cf-8605-ac45b8f1aacd used request id req-3c9a6867-25d1-40b8-8750-f074c4042b71 2018-12-12 15:32:27,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/349d6fa5-3ea5-44cf-8605-ac45b8f1aacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" 2018-12-12 15:32:28,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-34c2fe31-0032-4401-bb49-2ff5edbcd2fd Date: Wed, 12 Dec 2018 15:32:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "be64fb532b474a2da95a21144ac28e50", "created_at": "2018-12-12T15:32:23Z", "admin_state_up": true, "updated_at": "2018-12-12T15:32:26Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "be64fb532b474a2da95a21144ac28e50", "id": "349d6fa5-3ea5-44cf-8605-ac45b8f1aacd", "name": "CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router"}} 2018-12-12 15:32:28,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/349d6fa5-3ea5-44cf-8605-ac45b8f1aacd used request id req-34c2fe31-0032-4401-bb49-2ff5edbcd2fd 2018-12-12 15:32:28,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=349d6fa5-3ea5-44cf-8605-ac45b8f1aacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" 2018-12-12 15:32:28,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4863505b-39e0-4949-abc0-c9b5b952dffb Date: Wed, 12 Dec 2018 15:32:28 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:28,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=349d6fa5-3ea5-44cf-8605-ac45b8f1aacd used request id req-4863505b-39e0-4949-abc0-c9b5b952dffb 2018-12-12 15:32:28,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:28,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d1c1033e9d4032b506d9c7ee6b5ff8", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role"}], "expires_at": "2018-12-12T16:32:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be64fb532b474a2da95a21144ac28e50", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/be64fb532b474a2da95a21144ac28e50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-user", "id": "79cf2cd2a4c446c682e8a4d98e97a549"}, "audit_ids": ["QEeOHu-UTFipooFvuvdZ1w"], "issued_at": "2018-12-12T15:32:28.000000Z"}} 2018-12-12 15:32:28,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a1981929ba5483471cb1180fa6b129f9cb5407" 2018-12-12 15:32:28,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-b8517677-a944-48ac-a8c5-dc53a524f4c6 Date: Wed, 12 Dec 2018 15:32:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "be64fb532b474a2da95a21144ac28e50", "created_at": "2018-12-12T15:32:23Z", "admin_state_up": true, "updated_at": "2018-12-12T15:32:26Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "be64fb532b474a2da95a21144ac28e50", "id": "349d6fa5-3ea5-44cf-8605-ac45b8f1aacd", "name": "CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router"}]} 2018-12-12 15:32:28,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router&admin_state_up=True used request id req-b8517677-a944-48ac-a8c5-dc53a524f4c6 2018-12-12 15:32:28,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:28,985 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:28,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48af2897547a537eaea7c43896a896ebf8f4b82d" 2018-12-12 15:32:29,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-264812f8-31bc-43e7-b378-83e142c61dc4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50"}, "enabled": true, "id": "be64fb532b474a2da95a21144ac28e50", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj"}} 2018-12-12 15:32:29,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50 used request id req-264812f8-31bc-43e7-b378-83e142c61dc4 2018-12-12 15:32:29,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=349d6fa5-3ea5-44cf-8605-ac45b8f1aacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a1981929ba5483471cb1180fa6b129f9cb5407" 2018-12-12 15:32:29,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2f452335-f54b-4ce1-81ab-2523d8167433 Date: Wed, 12 Dec 2018 15:32:29 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:29,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=349d6fa5-3ea5-44cf-8605-ac45b8f1aacd used request id req-2f452335-f54b-4ce1-81ab-2523d8167433 2018-12-12 15:32:29,269 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router 2018-12-12 15:32:29,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/349d6fa5-3ea5-44cf-8605-ac45b8f1aacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a1981929ba5483471cb1180fa6b129f9cb5407" 2018-12-12 15:32:32,962 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d0e59d9-7d81-4dd2-b98a-4705e22c3489 Content-Length: 0 Date: Wed, 12 Dec 2018 15:32:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:32,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/349d6fa5-3ea5-44cf-8605-ac45b8f1aacd used request id req-6d0e59d9-7d81-4dd2-b98a-4705e22c3489 2018-12-12 15:32:32,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a1981929ba5483471cb1180fa6b129f9cb5407" 2018-12-12 15:32:33,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e2545dc1-b36b-448d-aca5-436fe3a3d17c Date: Wed, 12 Dec 2018 15:32:33 GMT RESP BODY: {"routers": []} 2018-12-12 15:32:33,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router&admin_state_up=True used request id req-e2545dc1-b36b-448d-aca5-436fe3a3d17c 2018-12-12 15:32:33,159 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router 2018-12-12 15:32:33,159 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d7a4fea6-d18a-4eab-8460-b56423b75d4a-pub-router 2018-12-12 15:32:33,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/349d6fa5-3ea5-44cf-8605-ac45b8f1aacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acb898616c880568687c3370bb5361c454aee06" 2018-12-12 15:32:33,353 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-65a6ccb1-2132-4957-8322-d15c7dff38d5 Date: Wed, 12 Dec 2018 15:32:33 GMT RESP BODY: {"NeutronError": {"message": "Router 349d6fa5-3ea5-44cf-8605-ac45b8f1aacd could not be found", "type": "RouterNotFound", "detail": ""}} 2018-12-12 15:32:33,353 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/349d6fa5-3ea5-44cf-8605-ac45b8f1aacd used request id req-65a6ccb1-2132-4957-8322-d15c7dff38d5 2018-12-12 15:32:33,354 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 349d6fa5-3ea5-44cf-8605-ac45b8f1aacd could not be found", "type": "RouterNotFound", "detail": ""}} 2018-12-12 15:32:33,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:33,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-161aa423-4ca4-4784-a079-4cfeb424d4f0 Date: Wed, 12 Dec 2018 15:32:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:32:33,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-161aa423-4ca4-4784-a079-4cfeb424d4f0 2018-12-12 15:32:33,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:33,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c91e5097-076a-4307-8502-76cbcd6f273e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:32:33,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-c91e5097-076a-4307-8502-76cbcd6f273e 2018-12-12 15:32:33,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:33,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4e849b0-868b-429d-9e44-5d839a885085 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:32:33,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-d4e849b0-868b-429d-9e44-5d839a885085 2018-12-12 15:32:33,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:33,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab783be3-227f-4b6a-8385-e12fe7f940be Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:32:33,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-ab783be3-227f-4b6a-8385-e12fe7f940be 2018-12-12 15:32:33,834 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj 2018-12-12 15:32:33,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:34,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d96ee24-f06a-45da-a10a-f6c08d1d5624 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:34,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/be64fb532b474a2da95a21144ac28e50 used request id req-8d96ee24-f06a-45da-a10a-f6c08d1d5624 2018-12-12 15:32:34,033 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a7c33c1c-cc38-48a-proj-role 2018-12-12 15:32:34,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/33d1c1033e9d4032b506d9c7ee6b5ff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:34,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69bd1d8a-c49d-46c0-a8ba-8a4367b20c69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:34,156 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/33d1c1033e9d4032b506d9c7ee6b5ff8 used request id req-69bd1d8a-c49d-46c0-a8ba-8a4367b20c69 2018-12-12 15:32:34,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1b9d84f046dda2aed5df29be2f13b8af5f7418d" 2018-12-12 15:32:34,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2393b8eb-f0e0-4f2e-9320-7b98d52725ab Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:34,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2393b8eb-f0e0-4f2e-9320-7b98d52725ab 2018-12-12 15:32:34,253 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a7c33c1c-cc38-48a-user 2018-12-12 15:32:34,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/79cf2cd2a4c446c682e8a4d98e97a549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eab8f97f98025a96ad8eb4ed5400ae46580b778" 2018-12-12 15:32:34,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83dfd38b-121c-4f1b-aab6-92068abd144a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:34,410 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/79cf2cd2a4c446c682e8a4d98e97a549 used request id req-83dfd38b-121c-4f1b-aab6-92068abd144a 2018-12-12 15:32:34,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:34,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["52DxEbXPTiK68YOPYBiO9Q"], "issued_at": "2018-12-12T15:32:34.000000Z"}} 2018-12-12 15:32:34,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1449853a438b10b28955dcad19846cdae85ec" 2018-12-12 15:32:34,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9040f0f-f294-4a5d-9c81-f99d771a2c2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:34,891 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c9040f0f-f294-4a5d-9c81-f99d771a2c2c 2018-12-12 15:32:34,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:34,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:35,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["1-UfbTxqTRCSIZpfoqqtZw"], "issued_at": "2018-12-12T15:32:35.000000Z"}} 2018-12-12 15:32:35,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:35,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32cb58d8-cbd9-4868-a786-4dc15c71fe0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:35,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-32cb58d8-cbd9-4868-a786-4dc15c71fe0f 2018-12-12 15:32:35,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:35,364 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:35,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bf327d0d-f6c6-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:35,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6289fa-006e-49ba-93e1-9243519d709a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bf327d0d-f6c6-410-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:32:35,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bf327d0d-f6c6-410-proj used request id req-ad6289fa-006e-49ba-93e1-9243519d709a 2018-12-12 15:32:35,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:35,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f78a967f-7d73-4e86-86bc-9e1b0e7623ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:32:35,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f78a967f-7d73-4e86-86bc-9e1b0e7623ba 2018-12-12 15:32:35,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj"}}' 2018-12-12 15:32:35,671 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:32:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc94034b-aca5-4aea-b22b-9a087e052f8f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75"}, "enabled": true, "id": "de38e10c81ab45979fd28a3d8de60b75", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj"}} 2018-12-12 15:32:35,671 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bc94034b-aca5-4aea-b22b-9a087e052f8f 2018-12-12 15:32:35,671 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bf327d0d-f6c6-410-proj 2018-12-12 15:32:35,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:35,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:36,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["bkTQ8g52S6iZD-1sXN18MQ"], "issued_at": "2018-12-12T15:32:36.000000Z"}} 2018-12-12 15:32:36,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e2aa3299d8653de63c8f21b38678629ed78461" 2018-12-12 15:32:36,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e0cab79-e866-4363-a880-240ed0f74ad7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:36,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3e0cab79-e866-4363-a880-240ed0f74ad7 2018-12-12 15:32:36,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:36,159 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:36,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e2aa3299d8653de63c8f21b38678629ed78461" 2018-12-12 15:32:36,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5882b84b-2cb8-4da9-8899-91fa22515188 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:32:36,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5882b84b-2cb8-4da9-8899-91fa22515188 2018-12-12 15:32:36,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-bf327d0d-f6c6-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e2aa3299d8653de63c8f21b38678629ed78461" 2018-12-12 15:32:36,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5905a9b1-b2ed-41ea-81a6-64c89b0013b3 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-bf327d0d-f6c6-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75"}, "enabled": true, "id": "de38e10c81ab45979fd28a3d8de60b75", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj"}]} 2018-12-12 15:32:36,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-bf327d0d-f6c6-410-proj used request id req-5905a9b1-b2ed-41ea-81a6-64c89b0013b3 2018-12-12 15:32:36,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e2aa3299d8653de63c8f21b38678629ed78461" 2018-12-12 15:32:36,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426b741b-b2a6-4084-b6cd-d5dd3450dcdb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:32:36,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-426b741b-b2a6-4084-b6cd-d5dd3450dcdb 2018-12-12 15:32:36,844 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bf327d0d-f6c6-410-user 2018-12-12 15:32:36,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:36,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:36,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3594af90-9936-4ac1-90aa-bb598677594d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:36,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3594af90-9936-4ac1-90aa-bb598677594d 2018-12-12 15:32:36,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" -d '{"role": {"name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role"}}' 2018-12-12 15:32:37,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:32:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4540780-2710-4cb5-8cb5-9b7e63e62e6f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "834ce38e33fd4979b8256407c4514644", "links": {"self": "http://172.30.9.29:5000/v3/roles/834ce38e33fd4979b8256407c4514644"}, "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role"}} 2018-12-12 15:32:37,078 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a4540780-2710-4cb5-8cb5-9b7e63e62e6f 2018-12-12 15:32:37,079 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role 2018-12-12 15:32:37,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/834ce38e33fd4979b8256407c4514644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:37,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2607a43c-9fb8-4c35-a937-891dbdaf9be7 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/834ce38e33fd4979b8256407c4514644"}, "domain_id": null, "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role", "id": "834ce38e33fd4979b8256407c4514644"}} 2018-12-12 15:32:37,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/834ce38e33fd4979b8256407c4514644 used request id req-2607a43c-9fb8-4c35-a937-891dbdaf9be7 2018-12-12 15:32:37,163 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role to project CreateRouterSuccessTests-bf327d0d-f6c6-410-proj 2018-12-12 15:32:37,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75/users/ff7fd2b03f1f49218e92817d97cf8149/roles/834ce38e33fd4979b8256407c4514644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:37,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45285bf8-5ac3-4ae5-9db6-b365326d131b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:37,314 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75/users/ff7fd2b03f1f49218e92817d97cf8149/roles/834ce38e33fd4979b8256407c4514644 used request id req-45285bf8-5ac3-4ae5-9db6-b365326d131b 2018-12-12 15:32:37,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:37,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:37,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "834ce38e33fd4979b8256407c4514644", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role"}], "expires_at": "2018-12-12T16:32:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de38e10c81ab45979fd28a3d8de60b75", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-user", "id": "ff7fd2b03f1f49218e92817d97cf8149"}, "audit_ids": ["G4fLyGghR2ufDdFkTnKThw"], "issued_at": "2018-12-12T15:32:37.000000Z"}} 2018-12-12 15:32:37,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdab30af4888ba1e884295e037de127d53a9751" 2018-12-12 15:32:37,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc1e7db-da58-41d8-85ee-68b01b556396 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:37,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ffc1e7db-da58-41d8-85ee-68b01b556396 2018-12-12 15:32:37,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdab30af4888ba1e884295e037de127d53a9751" 2018-12-12 15:32:37,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-59a1d946-6556-43bc-a6e4-c3609eebbc93 Date: Wed, 12 Dec 2018 15:32:37 GMT RESP BODY: {"routers": []} 2018-12-12 15:32:37,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router&admin_state_up=True used request id req-59a1d946-6556-43bc-a6e4-c3609eebbc93 2018-12-12 15:32:37,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:37,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:38,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "834ce38e33fd4979b8256407c4514644", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role"}], "expires_at": "2018-12-12T16:32:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de38e10c81ab45979fd28a3d8de60b75", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-user", "id": "ff7fd2b03f1f49218e92817d97cf8149"}, "audit_ids": ["iee7LI8LSC-Vz2g6a8gI1Q"], "issued_at": "2018-12-12T15:32:38.000000Z"}} 2018-12-12 15:32:38,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}824c11e26253352d763cd16e37dfb9700875d47c" 2018-12-12 15:32:38,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dba6690-77a2-4131-a3d3-9a6b6c714a94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:38,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8dba6690-77a2-4131-a3d3-9a6b6c714a94 2018-12-12 15:32:38,442 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router 2018-12-12 15:32:38,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdab30af4888ba1e884295e037de127d53a9751" -d '{"router": {"name": "CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router", "admin_state_up": true}}' 2018-12-12 15:32:42,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-149ecd5d-b64f-4c3b-bab5-7f434f7c0e54 Date: Wed, 12 Dec 2018 15:32:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "de38e10c81ab45979fd28a3d8de60b75", "created_at": "2018-12-12T15:32:39Z", "admin_state_up": true, "updated_at": "2018-12-12T15:32:39Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "de38e10c81ab45979fd28a3d8de60b75", "id": "4f1cf29c-3a4d-4d2e-88d7-186ed7006e10", "name": "CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router"}} 2018-12-12 15:32:42,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-149ecd5d-b64f-4c3b-bab5-7f434f7c0e54 2018-12-12 15:32:42,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdab30af4888ba1e884295e037de127d53a9751" 2018-12-12 15:32:42,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d3c5239c-cd78-4520-a82e-0e5e7fe2d3f1 Date: Wed, 12 Dec 2018 15:32:42 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:42,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 used request id req-d3c5239c-cd78-4520-a82e-0e5e7fe2d3f1 2018-12-12 15:32:42,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdab30af4888ba1e884295e037de127d53a9751" 2018-12-12 15:32:42,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-078b879d-b540-4a5d-a19c-dff53e81b0f0 Date: Wed, 12 Dec 2018 15:32:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "de38e10c81ab45979fd28a3d8de60b75", "created_at": "2018-12-12T15:32:39Z", "admin_state_up": true, "updated_at": "2018-12-12T15:32:41Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "de38e10c81ab45979fd28a3d8de60b75", "id": "4f1cf29c-3a4d-4d2e-88d7-186ed7006e10", "name": "CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router"}} 2018-12-12 15:32:42,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 used request id req-078b879d-b540-4a5d-a19c-dff53e81b0f0 2018-12-12 15:32:42,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdab30af4888ba1e884295e037de127d53a9751" 2018-12-12 15:32:42,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a8a561a4-8789-482d-9793-5eb8f4a11182 Date: Wed, 12 Dec 2018 15:32:42 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:42,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 used request id req-a8a561a4-8789-482d-9793-5eb8f4a11182 2018-12-12 15:32:42,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:43,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "834ce38e33fd4979b8256407c4514644", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role"}], "expires_at": "2018-12-12T16:32:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de38e10c81ab45979fd28a3d8de60b75", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/de38e10c81ab45979fd28a3d8de60b75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-user", "id": "ff7fd2b03f1f49218e92817d97cf8149"}, "audit_ids": ["0ltAt-peT5GyI78FypUNKw"], "issued_at": "2018-12-12T15:32:43.000000Z"}} 2018-12-12 15:32:43,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9f37f6eff106420adff58833b2e130eb7fd69d" 2018-12-12 15:32:43,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-ba5cad2c-537d-44f3-9674-b9d2e37e779f Date: Wed, 12 Dec 2018 15:32:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "de38e10c81ab45979fd28a3d8de60b75", "created_at": "2018-12-12T15:32:39Z", "admin_state_up": true, "updated_at": "2018-12-12T15:32:41Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "de38e10c81ab45979fd28a3d8de60b75", "id": "4f1cf29c-3a4d-4d2e-88d7-186ed7006e10", "name": "CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router"}]} 2018-12-12 15:32:43,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router&admin_state_up=True used request id req-ba5cad2c-537d-44f3-9674-b9d2e37e779f 2018-12-12 15:32:43,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:43,258 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:43,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1449853a438b10b28955dcad19846cdae85ec" 2018-12-12 15:32:43,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229b318a-a781-44b9-8bda-7ea2f24b4874 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75"}, "enabled": true, "id": "de38e10c81ab45979fd28a3d8de60b75", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bf327d0d-f6c6-410-proj"}} 2018-12-12 15:32:43,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75 used request id req-229b318a-a781-44b9-8bda-7ea2f24b4874 2018-12-12 15:32:43,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e9f37f6eff106420adff58833b2e130eb7fd69d" 2018-12-12 15:32:43,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9a68b4aa-59e7-4b92-9c9d-49ad825e60fe Date: Wed, 12 Dec 2018 15:32:43 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:43,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 used request id req-9a68b4aa-59e7-4b92-9c9d-49ad825e60fe 2018-12-12 15:32:43,538 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router 2018-12-12 15:32:43,538 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4bdd19e0-4b3e-4efb-9dcb-e22ecb9fb301-pub-router 2018-12-12 15:32:43,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdab30af4888ba1e884295e037de127d53a9751" 2018-12-12 15:32:46,101 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e02df43-2cc3-49f3-a89b-7a5326a805e5 Content-Length: 0 Date: Wed, 12 Dec 2018 15:32:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:46,101 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/4f1cf29c-3a4d-4d2e-88d7-186ed7006e10 used request id req-2e02df43-2cc3-49f3-a89b-7a5326a805e5 2018-12-12 15:32:46,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:46,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9f69cc17-e31e-452d-b9f0-8f7a058825df Date: Wed, 12 Dec 2018 15:32:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:32:46,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9f69cc17-e31e-452d-b9f0-8f7a058825df 2018-12-12 15:32:46,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:46,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d32bd01a-327d-453e-bcf6-579fa73481a0 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:32:46,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-d32bd01a-327d-453e-bcf6-579fa73481a0 2018-12-12 15:32:46,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:46,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f44bea50-fdc9-48ea-a05c-d0f1835a9965 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:32:46,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-f44bea50-fdc9-48ea-a05c-d0f1835a9965 2018-12-12 15:32:46,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:46,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c3b8c5-1fd4-49a0-b659-8938e8f22728 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:32:46,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-b4c3b8c5-1fd4-49a0-b659-8938e8f22728 2018-12-12 15:32:46,583 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bf327d0d-f6c6-410-proj 2018-12-12 15:32:46,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:46,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e96db396-ef2a-49c8-af1c-8551e2547366 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:46,800 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/de38e10c81ab45979fd28a3d8de60b75 used request id req-e96db396-ef2a-49c8-af1c-8551e2547366 2018-12-12 15:32:46,800 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bf327d0d-f6c6-410-proj-role 2018-12-12 15:32:46,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/834ce38e33fd4979b8256407c4514644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:46,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed1ed14b-b9eb-4e98-9299-5bd3af2bd706 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:46,916 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/834ce38e33fd4979b8256407c4514644 used request id req-ed1ed14b-b9eb-4e98-9299-5bd3af2bd706 2018-12-12 15:32:46,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8da59c447b6f1a4e60b7b173a370ffa687d8be" 2018-12-12 15:32:47,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c2f9e59-89d5-4435-9812-fd7850a35dc8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:47,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7c2f9e59-89d5-4435-9812-fd7850a35dc8 2018-12-12 15:32:47,008 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bf327d0d-f6c6-410-user 2018-12-12 15:32:47,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ff7fd2b03f1f49218e92817d97cf8149 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e2aa3299d8653de63c8f21b38678629ed78461" 2018-12-12 15:32:47,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-039fb94a-8d54-47e8-81d0-6eaa3ba2fdaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:47,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ff7fd2b03f1f49218e92817d97cf8149 used request id req-039fb94a-8d54-47e8-81d0-6eaa3ba2fdaa 2018-12-12 15:32:47,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:47,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Csm9R1JKRBSfBU7LXmtUQQ"], "issued_at": "2018-12-12T15:32:47.000000Z"}} 2018-12-12 15:32:47,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d33343ca0cc6e40dd8f97558372c09c651928d" 2018-12-12 15:32:47,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d35a4202-0747-48ce-b257-fb42d00ff9f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:47,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d35a4202-0747-48ce-b257-fb42d00ff9f4 2018-12-12 15:32:47,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:47,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:48,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AeqvglHnSveZvVX9f4ig1A"], "issued_at": "2018-12-12T15:32:48.000000Z"}} 2018-12-12 15:32:48,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:48,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6253632-983d-4a08-b01c-9cb2dac68e45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:48,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a6253632-983d-4a08-b01c-9cb2dac68e45 2018-12-12 15:32:48,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:48,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:48,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:48,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c71815-b7b6-4d59-a399-68b0cb00cf0e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:32:48,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj used request id req-d7c71815-b7b6-4d59-a399-68b0cb00cf0e 2018-12-12 15:32:48,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:48,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba46d33b-0121-4654-8869-f5cb4b53f008 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:32:48,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ba46d33b-0121-4654-8869-f5cb4b53f008 2018-12-12 15:32:48,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj"}}' 2018-12-12 15:32:48,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75c7b9c8-6ea1-43df-bf75-d9bfdacb1aa2 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b"}, "enabled": true, "id": "68a3d113ee634485a11239964050632b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj"}} 2018-12-12 15:32:48,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-75c7b9c8-6ea1-43df-bf75-d9bfdacb1aa2 2018-12-12 15:32:48,443 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj 2018-12-12 15:32:48,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:48,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:48,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:32:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["7EyuSE-JRRW0FMKPGIfcXg"], "issued_at": "2018-12-12T15:32:48.000000Z"}} 2018-12-12 15:32:48,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e2cccde6f2663c775703ecaa90ee11563ca520" 2018-12-12 15:32:48,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5fcb3c6-9f16-4183-a75e-37cec1158a68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:48,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b5fcb3c6-9f16-4183-a75e-37cec1158a68 2018-12-12 15:32:48,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:48,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:48,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e2cccde6f2663c775703ecaa90ee11563ca520" 2018-12-12 15:32:48,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a78c4e3-a01f-44e5-b5be-f5ca3ccc6a4f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:32:48,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4a78c4e3-a01f-44e5-b5be-f5ca3ccc6a4f 2018-12-12 15:32:48,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e2cccde6f2663c775703ecaa90ee11563ca520" 2018-12-12 15:32:49,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56da0097-82a2-4a62-9bf5-27331ff67351 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b"}, "enabled": true, "id": "68a3d113ee634485a11239964050632b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj"}]} 2018-12-12 15:32:49,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj used request id req-56da0097-82a2-4a62-9bf5-27331ff67351 2018-12-12 15:32:49,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e2cccde6f2663c775703ecaa90ee11563ca520" 2018-12-12 15:32:49,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9145f05f-f2cd-44b2-80c6-e330815c52e7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:32:49,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9145f05f-f2cd-44b2-80c6-e330815c52e7 2018-12-12 15:32:49,514 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-07ef2353-5ae0-4ce-user 2018-12-12 15:32:49,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:49,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:49,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3ab3ef-0170-46b0-b9bd-66cb8d71e59d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:49,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2b3ab3ef-0170-46b0-b9bd-66cb8d71e59d 2018-12-12 15:32:49,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" -d '{"role": {"name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role"}}' 2018-12-12 15:32:49,731 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dbb27e7-aaab-49cf-9a7b-18ad0eded338 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4063b4a3043040138846c96627c6e53e", "links": {"self": "http://172.30.9.29:5000/v3/roles/4063b4a3043040138846c96627c6e53e"}, "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role"}} 2018-12-12 15:32:49,731 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-6dbb27e7-aaab-49cf-9a7b-18ad0eded338 2018-12-12 15:32:49,731 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role 2018-12-12 15:32:49,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4063b4a3043040138846c96627c6e53e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:49,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99c3c262-68ee-48c9-8d54-f70812e0b86a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4063b4a3043040138846c96627c6e53e"}, "domain_id": null, "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role", "id": "4063b4a3043040138846c96627c6e53e"}} 2018-12-12 15:32:49,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4063b4a3043040138846c96627c6e53e used request id req-99c3c262-68ee-48c9-8d54-f70812e0b86a 2018-12-12 15:32:49,751 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role to project CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj 2018-12-12 15:32:49,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b/users/31ed4247b2ea4870a9cb1196eec8f713/roles/4063b4a3043040138846c96627c6e53e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:49,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4039cae-0049-4eae-af55-ef0ebfc98e95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:49,889 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b/users/31ed4247b2ea4870a9cb1196eec8f713/roles/4063b4a3043040138846c96627c6e53e used request id req-b4039cae-0049-4eae-af55-ef0ebfc98e95 2018-12-12 15:32:49,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:49,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:50,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4063b4a3043040138846c96627c6e53e", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role"}], "expires_at": "2018-12-12T16:32:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68a3d113ee634485a11239964050632b", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-user", "id": "31ed4247b2ea4870a9cb1196eec8f713"}, "audit_ids": ["XiHEbrJLS1SQkKuTgG0x-w"], "issued_at": "2018-12-12T15:32:50.000000Z"}} 2018-12-12 15:32:50,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da3a193a1b2282290b5889d0d600e3fd3f5eab1" 2018-12-12 15:32:50,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c13bb000-1378-4285-b5da-591f7365b7f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:50,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c13bb000-1378-4285-b5da-591f7365b7f6 2018-12-12 15:32:50,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da3a193a1b2282290b5889d0d600e3fd3f5eab1" 2018-12-12 15:32:50,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-da2fdff9-203a-41a1-9f9d-b281c14ed59c Date: Wed, 12 Dec 2018 15:32:50 GMT RESP BODY: {"routers": []} 2018-12-12 15:32:50,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router&admin_state_up=False used request id req-da2fdff9-203a-41a1-9f9d-b281c14ed59c 2018-12-12 15:32:50,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:32:50,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:50,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4063b4a3043040138846c96627c6e53e", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role"}], "expires_at": "2018-12-12T16:32:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68a3d113ee634485a11239964050632b", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-user", "id": "31ed4247b2ea4870a9cb1196eec8f713"}, "audit_ids": ["3WhPr8KTTWactJKlWCcZ2A"], "issued_at": "2018-12-12T15:32:50.000000Z"}} 2018-12-12 15:32:50,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9686d5a85d84c933082b2a15d3ab78e66bf8b451" 2018-12-12 15:32:51,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d54ba44d-a0bd-4890-afcd-02875d0545e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:32:51,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d54ba44d-a0bd-4890-afcd-02875d0545e2 2018-12-12 15:32:51,017 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router 2018-12-12 15:32:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da3a193a1b2282290b5889d0d600e3fd3f5eab1" -d '{"router": {"name": "CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router", "admin_state_up": false}}' 2018-12-12 15:32:54,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-f8cde277-7786-456a-8619-7f4552e346e1 Date: Wed, 12 Dec 2018 15:32:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "68a3d113ee634485a11239964050632b", "created_at": "2018-12-12T15:32:51Z", "admin_state_up": false, "updated_at": "2018-12-12T15:32:51Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "68a3d113ee634485a11239964050632b", "id": "1dc398a6-b21d-4d63-aa4b-cb21562ea191", "name": "CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router"}} 2018-12-12 15:32:54,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-f8cde277-7786-456a-8619-7f4552e346e1 2018-12-12 15:32:54,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=1dc398a6-b21d-4d63-aa4b-cb21562ea191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da3a193a1b2282290b5889d0d600e3fd3f5eab1" 2018-12-12 15:32:54,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9badbd66-b9a2-48d5-a252-264d7ef086a8 Date: Wed, 12 Dec 2018 15:32:54 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:54,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=1dc398a6-b21d-4d63-aa4b-cb21562ea191 used request id req-9badbd66-b9a2-48d5-a252-264d7ef086a8 2018-12-12 15:32:54,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/1dc398a6-b21d-4d63-aa4b-cb21562ea191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da3a193a1b2282290b5889d0d600e3fd3f5eab1" 2018-12-12 15:32:55,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-e532ff56-084c-4174-9cda-7960d4ee2358 Date: Wed, 12 Dec 2018 15:32:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68a3d113ee634485a11239964050632b", "created_at": "2018-12-12T15:32:51Z", "admin_state_up": false, "updated_at": "2018-12-12T15:32:54Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "68a3d113ee634485a11239964050632b", "id": "1dc398a6-b21d-4d63-aa4b-cb21562ea191", "name": "CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router"}} 2018-12-12 15:32:55,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/1dc398a6-b21d-4d63-aa4b-cb21562ea191 used request id req-e532ff56-084c-4174-9cda-7960d4ee2358 2018-12-12 15:32:55,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=1dc398a6-b21d-4d63-aa4b-cb21562ea191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da3a193a1b2282290b5889d0d600e3fd3f5eab1" 2018-12-12 15:32:55,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-28b52820-dcea-4f21-b6e4-755e88dddeda Date: Wed, 12 Dec 2018 15:32:55 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:55,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=1dc398a6-b21d-4d63-aa4b-cb21562ea191 used request id req-28b52820-dcea-4f21-b6e4-755e88dddeda 2018-12-12 15:32:55,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:32:55,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4063b4a3043040138846c96627c6e53e", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role"}], "expires_at": "2018-12-12T16:32:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68a3d113ee634485a11239964050632b", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/68a3d113ee634485a11239964050632b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/68a3d113ee634485a11239964050632b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/68a3d113ee634485a11239964050632b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-user", "id": "31ed4247b2ea4870a9cb1196eec8f713"}, "audit_ids": ["D3iZ2s3CRkGim9-EvoyfUw"], "issued_at": "2018-12-12T15:32:55.000000Z"}} 2018-12-12 15:32:55,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac8d28e43f065b93eb8abe497bd92ecc1840a8fd" 2018-12-12 15:32:55,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-488c2b6b-9944-4dfb-b9ce-1c9ec5cbdd61 Date: Wed, 12 Dec 2018 15:32:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "68a3d113ee634485a11239964050632b", "created_at": "2018-12-12T15:32:51Z", "admin_state_up": false, "updated_at": "2018-12-12T15:32:54Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "68a3d113ee634485a11239964050632b", "id": "1dc398a6-b21d-4d63-aa4b-cb21562ea191", "name": "CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router"}]} 2018-12-12 15:32:55,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router&admin_state_up=False used request id req-488c2b6b-9944-4dfb-b9ce-1c9ec5cbdd61 2018-12-12 15:32:55,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:32:55,888 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:32: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:32:55,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d33343ca0cc6e40dd8f97558372c09c651928d" 2018-12-12 15:32:56,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17bfbc22-8e66-4e8e-a91a-f49b508555d6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b"}, "enabled": true, "id": "68a3d113ee634485a11239964050632b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj"}} 2018-12-12 15:32:56,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b used request id req-17bfbc22-8e66-4e8e-a91a-f49b508555d6 2018-12-12 15:32:56,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=1dc398a6-b21d-4d63-aa4b-cb21562ea191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac8d28e43f065b93eb8abe497bd92ecc1840a8fd" 2018-12-12 15:32:56,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-77fae660-65af-4880-9e09-8bf8e5c54df2 Date: Wed, 12 Dec 2018 15:32:56 GMT RESP BODY: {"ports":[]} 2018-12-12 15:32:56,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=1dc398a6-b21d-4d63-aa4b-cb21562ea191 used request id req-77fae660-65af-4880-9e09-8bf8e5c54df2 2018-12-12 15:32:56,253 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router 2018-12-12 15:32:56,254 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f88c78eb-a081-4b19-9f32-4956894608d9-pub-router 2018-12-12 15:32:56,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/1dc398a6-b21d-4d63-aa4b-cb21562ea191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da3a193a1b2282290b5889d0d600e3fd3f5eab1" 2018-12-12 15:32:58,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-960c6212-af4c-415f-a970-37960ede3d54 Content-Length: 0 Date: Wed, 12 Dec 2018 15:32:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:32:58,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/1dc398a6-b21d-4d63-aa4b-cb21562ea191 used request id req-960c6212-af4c-415f-a970-37960ede3d54 2018-12-12 15:32:58,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:59,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9f7bb979-a4d1-437e-ac7a-76e25ef2f958 Date: Wed, 12 Dec 2018 15:32:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:32:59,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9f7bb979-a4d1-437e-ac7a-76e25ef2f958 2018-12-12 15:32:59,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:59,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a1a106-0cf7-440f-9b0e-84239111da4a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:32:59,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-f0a1a106-0cf7-440f-9b0e-84239111da4a 2018-12-12 15:32:59,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:59,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c20428-af65-4017-a33f-71416c0ab05e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:32:59,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-74c20428-af65-4017-a33f-71416c0ab05e 2018-12-12 15:32:59,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:59,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caac2655-1ebe-4d38-a114-58a4bae36ddf Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:32:59,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-caac2655-1ebe-4d38-a114-58a4bae36ddf 2018-12-12 15:32:59,482 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj 2018-12-12 15:32:59,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:59,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-585ed670-3009-47b6-be0a-2033080c3c71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:59,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/68a3d113ee634485a11239964050632b used request id req-585ed670-3009-47b6-be0a-2033080c3c71 2018-12-12 15:32:59,703 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-07ef2353-5ae0-4ce-proj-role 2018-12-12 15:32:59,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4063b4a3043040138846c96627c6e53e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:59,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4e7b86d-e244-4680-91ca-cf164d30d58c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:32:59,832 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4063b4a3043040138846c96627c6e53e used request id req-e4e7b86d-e244-4680-91ca-cf164d30d58c 2018-12-12 15:32:59,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e28ec33c7bd54719c8885777ff52fabf11e20db1" 2018-12-12 15:32:59,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a732c3-6659-41cf-b235-d77dc6985687 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:32:59,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a1a732c3-6659-41cf-b235-d77dc6985687 2018-12-12 15:32:59,929 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-07ef2353-5ae0-4ce-user 2018-12-12 15:32:59,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/31ed4247b2ea4870a9cb1196eec8f713 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e2cccde6f2663c775703ecaa90ee11563ca520" 2018-12-12 15:33:00,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c8fcb25-d554-4d98-acf4-7060c863dff7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:00,160 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/31ed4247b2ea4870a9cb1196eec8f713 used request id req-1c8fcb25-d554-4d98-acf4-7060c863dff7 2018-12-12 15:33:00,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:00,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ypsH4sXbR8CXtZfeFLtv-g"], "issued_at": "2018-12-12T15:33:00.000000Z"}} 2018-12-12 15:33:00,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dde43d8a965e935ca4ffdbb6cc2b546fe97e6f7" 2018-12-12 15:33:00,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-885e87de-d676-4e32-a3e8-d8e9014d9cfc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:00,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-885e87de-d676-4e32-a3e8-d8e9014d9cfc 2018-12-12 15:33:00,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:00,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:01,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["3a20bYcPRtWMNigVXQHYjg"], "issued_at": "2018-12-12T15:33:01.000000Z"}} 2018-12-12 15:33:01,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:01,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4294d2a8-3a8a-4914-989a-8b4cb6f2e1f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:01,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4294d2a8-3a8a-4914-989a-8b4cb6f2e1f0 2018-12-12 15:33:01,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:01,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:01,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-79c82017-1cd9-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:01,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b7a08b8-1620-4689-a3b4-b98c631008a5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-79c82017-1cd9-401-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:33:01,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-79c82017-1cd9-401-proj used request id req-5b7a08b8-1620-4689-a3b4-b98c631008a5 2018-12-12 15:33:01,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:01,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca7602e-5c35-46a5-87e6-d1387f62d64c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:33:01,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cca7602e-5c35-46a5-87e6-d1387f62d64c 2018-12-12 15:33:01,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj"}}' 2018-12-12 15:33:01,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:33:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5db93844-4cc5-45c4-b664-1944c4c11671 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d"}, "enabled": true, "id": "1f9e287c647f4359a4fb93e88ec9401d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj"}} 2018-12-12 15:33:01,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5db93844-4cc5-45c4-b664-1944c4c11671 2018-12-12 15:33:01,438 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-79c82017-1cd9-401-proj 2018-12-12 15:33:01,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:01,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:01,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["EK_D9nGwTLa86bqV2G6FGA"], "issued_at": "2018-12-12T15:33:01.000000Z"}} 2018-12-12 15:33:01,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df132e1fa85c4ac4492fb393761cef4c576cb01" 2018-12-12 15:33:01,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df47ebe3-e109-4616-9e7a-bc57b3165be7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:01,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-df47ebe3-e109-4616-9e7a-bc57b3165be7 2018-12-12 15:33:01,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:01,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:01,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df132e1fa85c4ac4492fb393761cef4c576cb01" 2018-12-12 15:33:01,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13b38cbc-06f2-4e28-b77c-e0cd7b0ad8bd Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:33:01,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-13b38cbc-06f2-4e28-b77c-e0cd7b0ad8bd 2018-12-12 15:33:01,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-79c82017-1cd9-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df132e1fa85c4ac4492fb393761cef4c576cb01" 2018-12-12 15:33:02,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1df162-ed2a-42b9-9b4f-37987d2d91ce Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-79c82017-1cd9-401-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d"}, "enabled": true, "id": "1f9e287c647f4359a4fb93e88ec9401d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj"}]} 2018-12-12 15:33:02,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-79c82017-1cd9-401-proj used request id req-be1df162-ed2a-42b9-9b4f-37987d2d91ce 2018-12-12 15:33:02,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df132e1fa85c4ac4492fb393761cef4c576cb01" 2018-12-12 15:33:02,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed60970-6440-40ba-a9bc-2dc79a691e17 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:33:02,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7ed60970-6440-40ba-a9bc-2dc79a691e17 2018-12-12 15:33:02,515 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-79c82017-1cd9-401-user 2018-12-12 15:33:02,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:02,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:02,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aa46e64-aa72-49a9-8072-c1d89b8821ed Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:33:02,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5aa46e64-aa72-49a9-8072-c1d89b8821ed 2018-12-12 15:33:02,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" -d '{"role": {"name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj-role"}}' 2018-12-12 15:33:02,737 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:33:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16229bc3-3dc5-41c3-bae0-d291813076de Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c3c6ee45714248e5beb3b65052a05c37", "links": {"self": "http://172.30.9.29:5000/v3/roles/c3c6ee45714248e5beb3b65052a05c37"}, "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj-role"}} 2018-12-12 15:33:02,737 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-16229bc3-3dc5-41c3-bae0-d291813076de 2018-12-12 15:33:02,737 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-79c82017-1cd9-401-proj-role 2018-12-12 15:33:02,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c3c6ee45714248e5beb3b65052a05c37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:02,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18036c1c-4428-435b-8868-2ee8deea75b0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c3c6ee45714248e5beb3b65052a05c37"}, "domain_id": null, "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj-role", "id": "c3c6ee45714248e5beb3b65052a05c37"}} 2018-12-12 15:33:02,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c3c6ee45714248e5beb3b65052a05c37 used request id req-18036c1c-4428-435b-8868-2ee8deea75b0 2018-12-12 15:33:02,821 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-79c82017-1cd9-401-proj-role to project CreateRouterSuccessTests-79c82017-1cd9-401-proj 2018-12-12 15:33:02,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d/users/157ef737096945daa11e830866df9c45/roles/c3c6ee45714248e5beb3b65052a05c37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:02,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a166c71-7a8c-474e-96cd-19e1edf08c99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:02,955 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d/users/157ef737096945daa11e830866df9c45/roles/c3c6ee45714248e5beb3b65052a05c37 used request id req-3a166c71-7a8c-474e-96cd-19e1edf08c99 2018-12-12 15:33:02,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:02,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:03,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Xugc5rmST268v01kmo3gMg"], "issued_at": "2018-12-12T15:33:03.000000Z"}} 2018-12-12 15:33:03,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:03,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2fbffc2-eaa8-4210-bcd4-25c621b2461b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:03,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e2fbffc2-eaa8-4210-bcd4-25c621b2461b 2018-12-12 15:33:03,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:03,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ee08e12c-5069-4509-90c9-24d23bbd50f0 Date: Wed, 12 Dec 2018 15:33:03 GMT RESP BODY: {"routers": []} 2018-12-12 15:33:03,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router&admin_state_up=True used request id req-ee08e12c-5069-4509-90c9-24d23bbd50f0 2018-12-12 15:33:03,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:03,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:04,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["STkgqcgJRFao_okBWUaK_Q"], "issued_at": "2018-12-12T15:33:04.000000Z"}} 2018-12-12 15:33:04,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}495d0c4bcd46d78bc68fe630e760efb37fa0aef8" 2018-12-12 15:33:04,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1aad556-b23b-4ba1-ad31-0b308b68c256 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:04,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c1aad556-b23b-4ba1-ad31-0b308b68c256 2018-12-12 15:33:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:04,185 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:04,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-79c82017-1cd9-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}495d0c4bcd46d78bc68fe630e760efb37fa0aef8" 2018-12-12 15:33:04,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98622c73-a680-4bd5-ae66-95744aeb2182 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-79c82017-1cd9-401-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d"}, "enabled": true, "id": "1f9e287c647f4359a4fb93e88ec9401d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj"}]} 2018-12-12 15:33:04,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-79c82017-1cd9-401-proj used request id req-98622c73-a680-4bd5-ae66-95744aeb2182 2018-12-12 15:33:04,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:04,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ce9a8712-abca-468e-9387-645d1d37da8e Date: Wed, 12 Dec 2018 15:33:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:33:04,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-ce9a8712-abca-468e-9387-645d1d37da8e 2018-12-12 15:33:04,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:04,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fc4df6ce-7644-41cd-9ef0-af65a966a7b3 Date: Wed, 12 Dec 2018 15:33:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 15:33:04,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-fc4df6ce-7644-41cd-9ef0-af65a966a7b3 2018-12-12 15:33:04,653 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router 2018-12-12 15:33:04,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "tenant_id": "1f9e287c647f4359a4fb93e88ec9401d", "name": "CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router", "admin_state_up": true}}' 2018-12-12 15:33:09,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-022350aa-d038-4dbf-8be0-86a87f51dd9a Date: Wed, 12 Dec 2018 15:33:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1f9e287c647f4359a4fb93e88ec9401d", "created_at": "2018-12-12T15:33:05Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:06Z", "project_id": "1f9e287c647f4359a4fb93e88ec9401d", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "866bb26b-dbf3-40bf-9b58-1112d3a881b8", "name": "CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router"}} 2018-12-12 15:33:09,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-022350aa-d038-4dbf-8be0-86a87f51dd9a 2018-12-12 15:33:09,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=866bb26b-dbf3-40bf-9b58-1112d3a881b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:10,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3248 X-Openstack-Request-Id: req-eac78ca0-c268-4095-aae8-195554a8dbba Date: Wed, 12 Dec 2018 15:33:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:07Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e569c99f-e316-4e80-804b-34eed5c685a4","ip_address":"169.254.192.1"}],"id":"432eb70a-a56e-464f-a1cf-1222ddef7222","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:94:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1f9e287c647f4359a4fb93e88ec9401d","admin_state_up":true,"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:07Z","binding:vnic_type":"normal","device_id":"866bb26b-dbf3-40bf-9b58-1112d3a881b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:09Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.209"}],"id":"48fcb77b-2e14-46f3-8cf9-68486a07e036","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:12:6a:f3","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T15:33:05Z","binding:vnic_type":"normal","device_id":"866bb26b-dbf3-40bf-9b58-1112d3a881b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:08Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e569c99f-e316-4e80-804b-34eed5c685a4","ip_address":"169.254.192.3"}],"id":"4d8ade0d-1cde-4440-97a7-6522388d1059","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:6e:2f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1f9e287c647f4359a4fb93e88ec9401d","admin_state_up":true,"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:08Z","binding:vnic_type":"normal","device_id":"866bb26b-dbf3-40bf-9b58-1112d3a881b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:06Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e569c99f-e316-4e80-804b-34eed5c685a4","ip_address":"169.254.192.7"}],"id":"952451b8-fcdb-448f-b255-cad299bccce1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:be:40","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1f9e287c647f4359a4fb93e88ec9401d","admin_state_up":true,"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:06Z","binding:vnic_type":"normal","device_id":"866bb26b-dbf3-40bf-9b58-1112d3a881b8"}]} 2018-12-12 15:33:10,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=866bb26b-dbf3-40bf-9b58-1112d3a881b8 used request id req-eac78ca0-c268-4095-aae8-195554a8dbba 2018-12-12 15:33:10,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:10,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e95d1deb-bdc3-4197-b619-9cfcc2e554f2 Date: Wed, 12 Dec 2018 15:33:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:33:10,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-e95d1deb-bdc3-4197-b619-9cfcc2e554f2 2018-12-12 15:33:10,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:10,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1eae762e-a7a3-4425-8445-d4f5009b6db7 Date: Wed, 12 Dec 2018 15:33:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:05Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:05Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e569c99f-e316-4e80-804b-34eed5c685a4","subnetpool_id":null,"name":"HA subnet tenant 1f9e287c647f4359a4fb93e88ec9401d"}} 2018-12-12 15:33:10,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 used request id req-1eae762e-a7a3-4425-8445-d4f5009b6db7 2018-12-12 15:33:10,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:10,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b1e6ab4c-4e78-40be-90eb-87caab1d2927 Date: Wed, 12 Dec 2018 15:33:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:05Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:05Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e569c99f-e316-4e80-804b-34eed5c685a4","subnetpool_id":null,"name":"HA subnet tenant 1f9e287c647f4359a4fb93e88ec9401d"}} 2018-12-12 15:33:10,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 used request id req-b1e6ab4c-4e78-40be-90eb-87caab1d2927 2018-12-12 15:33:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:10,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-785ab788-673f-42ef-90e7-4e9fddbcfd0e Date: Wed, 12 Dec 2018 15:33:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:05Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:05Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e569c99f-e316-4e80-804b-34eed5c685a4","subnetpool_id":null,"name":"HA subnet tenant 1f9e287c647f4359a4fb93e88ec9401d"}} 2018-12-12 15:33:10,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 used request id req-785ab788-673f-42ef-90e7-4e9fddbcfd0e 2018-12-12 15:33:10,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/866bb26b-dbf3-40bf-9b58-1112d3a881b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:10,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-fde29b38-7722-48e5-a6ed-e6e2fb50e4b9 Date: Wed, 12 Dec 2018 15:33:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1f9e287c647f4359a4fb93e88ec9401d", "created_at": "2018-12-12T15:33:05Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:08Z", "project_id": "1f9e287c647f4359a4fb93e88ec9401d", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "866bb26b-dbf3-40bf-9b58-1112d3a881b8", "name": "CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router"}} 2018-12-12 15:33:10,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/866bb26b-dbf3-40bf-9b58-1112d3a881b8 used request id req-fde29b38-7722-48e5-a6ed-e6e2fb50e4b9 2018-12-12 15:33:10,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=866bb26b-dbf3-40bf-9b58-1112d3a881b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:11,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-990f1eb0-5ffa-4205-9828-c0f2e850860e Date: Wed, 12 Dec 2018 15:33:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:07Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e569c99f-e316-4e80-804b-34eed5c685a4","ip_address":"169.254.192.1"}],"id":"432eb70a-a56e-464f-a1cf-1222ddef7222","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:94:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1f9e287c647f4359a4fb93e88ec9401d","admin_state_up":true,"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:07Z","binding:vnic_type":"normal","device_id":"866bb26b-dbf3-40bf-9b58-1112d3a881b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:10Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.209"}],"id":"48fcb77b-2e14-46f3-8cf9-68486a07e036","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:12:6a:f3","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T15:33:05Z","binding:vnic_type":"normal","device_id":"866bb26b-dbf3-40bf-9b58-1112d3a881b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:10Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e569c99f-e316-4e80-804b-34eed5c685a4","ip_address":"169.254.192.3"}],"id":"4d8ade0d-1cde-4440-97a7-6522388d1059","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:6e:2f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1f9e287c647f4359a4fb93e88ec9401d","admin_state_up":true,"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:08Z","binding:vnic_type":"normal","device_id":"866bb26b-dbf3-40bf-9b58-1112d3a881b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:06Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e569c99f-e316-4e80-804b-34eed5c685a4","ip_address":"169.254.192.7"}],"id":"952451b8-fcdb-448f-b255-cad299bccce1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:be:40","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 1f9e287c647f4359a4fb93e88ec9401d","admin_state_up":true,"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:06Z","binding:vnic_type":"normal","device_id":"866bb26b-dbf3-40bf-9b58-1112d3a881b8"}]} 2018-12-12 15:33:11,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=866bb26b-dbf3-40bf-9b58-1112d3a881b8 used request id req-990f1eb0-5ffa-4205-9828-c0f2e850860e 2018-12-12 15:33:11,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:11,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e936197a-a5aa-43c5-b0b5-978a63e190e9 Date: Wed, 12 Dec 2018 15:33:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:33:11,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-e936197a-a5aa-43c5-b0b5-978a63e190e9 2018-12-12 15:33:11,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:11,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-23bbf2a6-f6d6-4c27-8c7d-287a01895c0e Date: Wed, 12 Dec 2018 15:33:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:05Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:05Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e569c99f-e316-4e80-804b-34eed5c685a4","subnetpool_id":null,"name":"HA subnet tenant 1f9e287c647f4359a4fb93e88ec9401d"}} 2018-12-12 15:33:11,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 used request id req-23bbf2a6-f6d6-4c27-8c7d-287a01895c0e 2018-12-12 15:33:11,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:11,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-37b61838-42f6-491c-81ec-4eeb014b8c84 Date: Wed, 12 Dec 2018 15:33:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:05Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:05Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e569c99f-e316-4e80-804b-34eed5c685a4","subnetpool_id":null,"name":"HA subnet tenant 1f9e287c647f4359a4fb93e88ec9401d"}} 2018-12-12 15:33:11,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 used request id req-37b61838-42f6-491c-81ec-4eeb014b8c84 2018-12-12 15:33:11,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:12,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9dc451c5-5567-486f-a650-b0512e2f2b6c Date: Wed, 12 Dec 2018 15:33:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"de316176-aafd-4e68-93a4-d85c9ecafda7","tenant_id":"","created_at":"2018-12-12T15:33:05Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:05Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e569c99f-e316-4e80-804b-34eed5c685a4","subnetpool_id":null,"name":"HA subnet tenant 1f9e287c647f4359a4fb93e88ec9401d"}} 2018-12-12 15:33:12,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e569c99f-e316-4e80-804b-34eed5c685a4 used request id req-9dc451c5-5567-486f-a650-b0512e2f2b6c 2018-12-12 15:33:12,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:12,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3c6ee45714248e5beb3b65052a05c37", "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj-role"}], "expires_at": "2018-12-12T16:33:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f9e287c647f4359a4fb93e88ec9401d", "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/1f9e287c647f4359a4fb93e88ec9401d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/1f9e287c647f4359a4fb93e88ec9401d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/1f9e287c647f4359a4fb93e88ec9401d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/1f9e287c647f4359a4fb93e88ec9401d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/1f9e287c647f4359a4fb93e88ec9401d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/1f9e287c647f4359a4fb93e88ec9401d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1f9e287c647f4359a4fb93e88ec9401d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/1f9e287c647f4359a4fb93e88ec9401d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/1f9e287c647f4359a4fb93e88ec9401d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/1f9e287c647f4359a4fb93e88ec9401d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/1f9e287c647f4359a4fb93e88ec9401d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/1f9e287c647f4359a4fb93e88ec9401d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-79c82017-1cd9-401-user", "id": "157ef737096945daa11e830866df9c45"}, "audit_ids": ["VeCOdKiPTxS7P0WYtDzQmA"], "issued_at": "2018-12-12T15:33:12.000000Z"}} 2018-12-12 15:33:12,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}232a2ef7eb890228b3dcce837f96a466094c2145" 2018-12-12 15:33:12,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-67803e88-a2a2-4281-842d-142f4ec336d4 Date: Wed, 12 Dec 2018 15:33:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1f9e287c647f4359a4fb93e88ec9401d", "created_at": "2018-12-12T15:33:05Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:08Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "1f9e287c647f4359a4fb93e88ec9401d", "id": "866bb26b-dbf3-40bf-9b58-1112d3a881b8", "name": "CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router"}]} 2018-12-12 15:33:12,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router&admin_state_up=True used request id req-67803e88-a2a2-4281-842d-142f4ec336d4 2018-12-12 15:33:12,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:12,688 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:12,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dde43d8a965e935ca4ffdbb6cc2b546fe97e6f7" 2018-12-12 15:33:12,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10bbdc90-6926-46ce-ad14-a2473f940a7e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d"}, "enabled": true, "id": "1f9e287c647f4359a4fb93e88ec9401d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-79c82017-1cd9-401-proj"}} 2018-12-12 15:33:12,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d used request id req-10bbdc90-6926-46ce-ad14-a2473f940a7e 2018-12-12 15:33:12,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=866bb26b-dbf3-40bf-9b58-1112d3a881b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}232a2ef7eb890228b3dcce837f96a466094c2145" 2018-12-12 15:33:12,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2f648d8d-9fd2-48f1-b8e1-6e217b7afa7d Date: Wed, 12 Dec 2018 15:33:12 GMT RESP BODY: {"ports":[]} 2018-12-12 15:33:12,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=866bb26b-dbf3-40bf-9b58-1112d3a881b8 used request id req-2f648d8d-9fd2-48f1-b8e1-6e217b7afa7d 2018-12-12 15:33:12,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}232a2ef7eb890228b3dcce837f96a466094c2145" 2018-12-12 15:33:13,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4006a18c-ed02-4ae2-a412-e46d0020268c Date: Wed, 12 Dec 2018 15:33:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:33:13,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-4006a18c-ed02-4ae2-a412-e46d0020268c 2018-12-12 15:33:13,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}232a2ef7eb890228b3dcce837f96a466094c2145" 2018-12-12 15:33:13,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-30c7e7bc-ebe9-4fda-9980-0bdf38b4b367 Date: Wed, 12 Dec 2018 15:33:13 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:33:13,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-30c7e7bc-ebe9-4fda-9980-0bdf38b4b367 2018-12-12 15:33:13,474 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router 2018-12-12 15:33:13,475 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b9948c98-259e-41b0-ac5f-72f35616f4df-pub-router 2018-12-12 15:33:13,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/866bb26b-dbf3-40bf-9b58-1112d3a881b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4979599f6f1b36fb67806b1f548670281201b359" 2018-12-12 15:33:17,019 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1516aa2-0603-4c24-9824-7357d34c3d42 Content-Length: 0 Date: Wed, 12 Dec 2018 15:33:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:33:17,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/866bb26b-dbf3-40bf-9b58-1112d3a881b8 used request id req-b1516aa2-0603-4c24-9824-7357d34c3d42 2018-12-12 15:33:17,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:17,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-beaf4f90-fdb7-4f4a-894d-cc641e53745e Date: Wed, 12 Dec 2018 15:33:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:33:17,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-beaf4f90-fdb7-4f4a-894d-cc641e53745e 2018-12-12 15:33:17,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:17,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95ebe54e-33b5-495f-a45e-1fe378c4504b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:33:17,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-95ebe54e-33b5-495f-a45e-1fe378c4504b 2018-12-12 15:33:17,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:17,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f741094-a4de-422b-8001-6b76512ce91f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:33:17,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-3f741094-a4de-422b-8001-6b76512ce91f 2018-12-12 15:33:17,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:17,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc052cc7-2efc-4174-a3c3-c5e19b10860c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:33:17,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-cc052cc7-2efc-4174-a3c3-c5e19b10860c 2018-12-12 15:33:17,527 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-79c82017-1cd9-401-proj 2018-12-12 15:33:17,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:17,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e95fd3a5-8544-4ceb-bd43-fa1111af3399 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:17,831 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/1f9e287c647f4359a4fb93e88ec9401d used request id req-e95fd3a5-8544-4ceb-bd43-fa1111af3399 2018-12-12 15:33:17,831 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-79c82017-1cd9-401-proj-role 2018-12-12 15:33:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c3c6ee45714248e5beb3b65052a05c37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:17,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5983903-727f-4129-b340-2b2fc34ed66e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:17,940 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c3c6ee45714248e5beb3b65052a05c37 used request id req-b5983903-727f-4129-b340-2b2fc34ed66e 2018-12-12 15:33:17,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f244cb3689f288f4e0e5b57a946a3c4bbfcdca37" 2018-12-12 15:33:18,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a94764a-7ec2-484a-9b58-63f5dce667e4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:33:18,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0a94764a-7ec2-484a-9b58-63f5dce667e4 2018-12-12 15:33:18,034 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-79c82017-1cd9-401-user 2018-12-12 15:33:18,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/157ef737096945daa11e830866df9c45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df132e1fa85c4ac4492fb393761cef4c576cb01" 2018-12-12 15:33:18,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6120c1c-e120-42de-8817-12a1c273d10f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:18,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/157ef737096945daa11e830866df9c45 used request id req-e6120c1c-e120-42de-8817-12a1c273d10f 2018-12-12 15:33:18,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:18,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AOkxw9IHTja2p05l8eP19A"], "issued_at": "2018-12-12T15:33:18.000000Z"}} 2018-12-12 15:33:18,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26a2966f542598ff4376542b5acb7b73013091b3" 2018-12-12 15:33:18,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6375aca-0ad8-495a-bd99-0620cadabe71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:18,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a6375aca-0ad8-495a-bd99-0620cadabe71 2018-12-12 15:33:18,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:18,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:19,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["1ie9ZEb1Sz6ghv12RM0V7Q"], "issued_at": "2018-12-12T15:33:19.000000Z"}} 2018-12-12 15:33:19,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:19,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249f5cdf-757e-4ffd-8cb3-8e14da31ce11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:19,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-249f5cdf-757e-4ffd-8cb3-8e14da31ce11 2018-12-12 15:33:19,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:19,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:19,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-5daa1f8d-3c05-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:19,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f1910af-2edb-4907-92bb-89ca60838018 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-5daa1f8d-3c05-451-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:33:19,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-5daa1f8d-3c05-451-proj used request id req-5f1910af-2edb-4907-92bb-89ca60838018 2018-12-12 15:33:19,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:19,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde04d82-ce0a-4ce1-b946-1824f064ae6d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:33:19,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cde04d82-ce0a-4ce1-b946-1824f064ae6d 2018-12-12 15:33:19,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}}' 2018-12-12 15:33:19,479 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:33:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-919a9760-f558-497d-84ac-2a1415d7682b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920"}, "enabled": true, "id": "6b9349a0b7fe4232bc1780400244a920", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}} 2018-12-12 15:33:19,479 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-919a9760-f558-497d-84ac-2a1415d7682b 2018-12-12 15:33:19,479 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5daa1f8d-3c05-451-proj 2018-12-12 15:33:19,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:19,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:19,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["DFB_tWJgS7u6-B8wXlTqqg"], "issued_at": "2018-12-12T15:33:19.000000Z"}} 2018-12-12 15:33:19,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c38b0ea6900eff6a6d5e3001e69cf58da932a66" 2018-12-12 15:33:19,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2b6ad7a-fe69-441a-9584-70e23ca2c498 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:19,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f2b6ad7a-fe69-441a-9584-70e23ca2c498 2018-12-12 15:33:19,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:19,948 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:19,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c38b0ea6900eff6a6d5e3001e69cf58da932a66" 2018-12-12 15:33:20,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d699893-c5f7-4283-81cb-f5fdb33b7e2f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:33:20,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5d699893-c5f7-4283-81cb-f5fdb33b7e2f 2018-12-12 15:33:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-5daa1f8d-3c05-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c38b0ea6900eff6a6d5e3001e69cf58da932a66" 2018-12-12 15:33:20,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81a2b596-b194-45d6-a270-482f45b4df46 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-5daa1f8d-3c05-451-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920"}, "enabled": true, "id": "6b9349a0b7fe4232bc1780400244a920", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}]} 2018-12-12 15:33:20,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-5daa1f8d-3c05-451-proj used request id req-81a2b596-b194-45d6-a270-482f45b4df46 2018-12-12 15:33:20,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c38b0ea6900eff6a6d5e3001e69cf58da932a66" 2018-12-12 15:33:20,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd7247da-080e-49df-ae93-faa5d27eabee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:33:20,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cd7247da-080e-49df-ae93-faa5d27eabee 2018-12-12 15:33:20,623 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5daa1f8d-3c05-451-user 2018-12-12 15:33:20,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:20,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:20,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c70eadd8-402e-481a-bbe8-98b82c2a89bc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:33:20,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c70eadd8-402e-481a-bbe8-98b82c2a89bc 2018-12-12 15:33:20,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" -d '{"role": {"name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role"}}' 2018-12-12 15:33:20,832 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:33:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39394be3-474a-472e-9c4a-c663f4f20f02 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "853fdddce0bf4cc694f8fb268de9f6b1", "links": {"self": "http://172.30.9.29:5000/v3/roles/853fdddce0bf4cc694f8fb268de9f6b1"}, "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role"}} 2018-12-12 15:33:20,832 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-39394be3-474a-472e-9c4a-c663f4f20f02 2018-12-12 15:33:20,832 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role 2018-12-12 15:33:20,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/853fdddce0bf4cc694f8fb268de9f6b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:20,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a6dffa-b5cb-453b-a2f4-fad0e2007c24 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/853fdddce0bf4cc694f8fb268de9f6b1"}, "domain_id": null, "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role", "id": "853fdddce0bf4cc694f8fb268de9f6b1"}} 2018-12-12 15:33:20,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/853fdddce0bf4cc694f8fb268de9f6b1 used request id req-72a6dffa-b5cb-453b-a2f4-fad0e2007c24 2018-12-12 15:33:20,926 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role to project CreateRouterSuccessTests-5daa1f8d-3c05-451-proj 2018-12-12 15:33:20,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920/users/daffaecd2be54012b562d0b1fc79645d/roles/853fdddce0bf4cc694f8fb268de9f6b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:21,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-786755d5-1c63-4a17-9550-c74d7d61c573 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:21,051 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920/users/daffaecd2be54012b562d0b1fc79645d/roles/853fdddce0bf4cc694f8fb268de9f6b1 used request id req-786755d5-1c63-4a17-9550-c74d7d61c573 2018-12-12 15:33:21,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:21,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:21,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "853fdddce0bf4cc694f8fb268de9f6b1", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role"}], "expires_at": "2018-12-12T16:33:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b9349a0b7fe4232bc1780400244a920", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-user", "id": "daffaecd2be54012b562d0b1fc79645d"}, "audit_ids": ["c6XjB6J7Qf-CPRzypprSXA"], "issued_at": "2018-12-12T15:33:21.000000Z"}} 2018-12-12 15:33:21,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" 2018-12-12 15:33:21,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4085f9d6-9304-41e1-996d-3cf8f6c2cc1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:21,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4085f9d6-9304-41e1-996d-3cf8f6c2cc1c 2018-12-12 15:33:21,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" 2018-12-12 15:33:21,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ca9a1a18-dae7-44db-9293-6709b4a84f79 Date: Wed, 12 Dec 2018 15:33:21 GMT RESP BODY: {"networks":[]} 2018-12-12 15:33:21,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 used request id req-ca9a1a18-dae7-44db-9293-6709b4a84f79 2018-12-12 15:33:21,688 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 2018-12-12 15:33:21,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" -d '{"network": {"name": "CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1", "admin_state_up": true}}' 2018-12-12 15:33:22,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1e6f405b-225a-4332-93f5-e806f8d23c24 Date: Wed, 12 Dec 2018 15:33:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"00d725ae-568f-496a-a190-434f637a4318","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b9349a0b7fe4232bc1780400244a920","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:33:22Z","is_default":false,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:22Z","mtu":1450}} 2018-12-12 15:33:22,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1e6f405b-225a-4332-93f5-e806f8d23c24 2018-12-12 15:33:22,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" 2018-12-12 15:33:22,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dbf7e936-dac6-4eaa-a0c4-4cfd823a5762 Date: Wed, 12 Dec 2018 15:33:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:33:22Z","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6b9349a0b7fe4232bc1780400244a920","id":"00d725ae-568f-496a-a190-434f637a4318","name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1"}]} 2018-12-12 15:33:22,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=00d725ae-568f-496a-a190-434f637a4318 used request id req-dbf7e936-dac6-4eaa-a0c4-4cfd823a5762 2018-12-12 15:33:22,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" 2018-12-12 15:33:22,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bfe97213-7874-4309-95c3-0e5ab3259fae Date: Wed, 12 Dec 2018 15:33:22 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:33:22,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 used request id req-bfe97213-7874-4309-95c3-0e5ab3259fae 2018-12-12 15:33:22,698 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1 2018-12-12 15:33:22,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" -d '{"subnets": [{"ip_version": 4, "network_id": "00d725ae-568f-496a-a190-434f637a4318", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]}' 2018-12-12 15:33:23,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-85b98627-c931-4034-a135-ff36bbde7647 Date: Wed, 12 Dec 2018 15:33:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]} 2018-12-12 15:33:23,334 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-85b98627-c931-4034-a135-ff36bbde7647 2018-12-12 15:33:23,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" 2018-12-12 15:33:23,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-be6f286b-9f4d-46f1-97ae-fc6fddcc6551 Date: Wed, 12 Dec 2018 15:33: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":["4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0"],"updated_at":"2018-12-12T15:33:23Z","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6b9349a0b7fe4232bc1780400244a920","id":"00d725ae-568f-496a-a190-434f637a4318","name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1"}]} 2018-12-12 15:33:23,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=00d725ae-568f-496a-a190-434f637a4318 used request id req-be6f286b-9f4d-46f1-97ae-fc6fddcc6551 2018-12-12 15:33:23,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" 2018-12-12 15:33:23,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-cacd82a1-e781-4c38-ba2f-4cb5c6a53c95 Date: Wed, 12 Dec 2018 15:33:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]} 2018-12-12 15:33:23,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 used request id req-cacd82a1-e781-4c38-ba2f-4cb5c6a53c95 2018-12-12 15:33:23,868 - OpenStackNetwork - DEBUG - Network [00d725ae-568f-496a-a190-434f637a4318] created successfully 2018-12-12 15:33:23,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:23,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:24,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "853fdddce0bf4cc694f8fb268de9f6b1", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role"}], "expires_at": "2018-12-12T16:33:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b9349a0b7fe4232bc1780400244a920", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-user", "id": "daffaecd2be54012b562d0b1fc79645d"}, "audit_ids": ["JI9hBW0_R_y8czMOIzOUag"], "issued_at": "2018-12-12T15:33:24.000000Z"}} 2018-12-12 15:33:24,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:24,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a901a4aa-9450-4535-b633-2b636a417eb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:24,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a901a4aa-9450-4535-b633-2b636a417eb7 2018-12-12 15:33:24,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:24,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7622efdf-cd97-4e6e-bf88-b5c68b69604d Date: Wed, 12 Dec 2018 15:33:24 GMT RESP BODY: {"routers": []} 2018-12-12 15:33:24,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router&admin_state_up=True used request id req-7622efdf-cd97-4e6e-bf88-b5c68b69604d 2018-12-12 15:33:24,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:24,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:24,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "853fdddce0bf4cc694f8fb268de9f6b1", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role"}], "expires_at": "2018-12-12T16:33:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b9349a0b7fe4232bc1780400244a920", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-user", "id": "daffaecd2be54012b562d0b1fc79645d"}, "audit_ids": ["ao8cOSVLSW6ikyMUyCpvqg"], "issued_at": "2018-12-12T15:33:24.000000Z"}} 2018-12-12 15:33:24,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f80ece58df906d5b1a427e01525246a64dd945" 2018-12-12 15:33:25,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16fbb522-9008-429f-9c6d-64499a980f33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:25,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16fbb522-9008-429f-9c6d-64499a980f33 2018-12-12 15:33:25,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:25,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8a6f54c4-8333-4be9-b8ee-c4fb60467f8d Date: Wed, 12 Dec 2018 15:33:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:33:25,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-8a6f54c4-8333-4be9-b8ee-c4fb60467f8d 2018-12-12 15:33:25,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:25,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a26637dd-6319-4abd-be88-51942cc8ddd6 Date: Wed, 12 Dec 2018 15:33:25 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:33:25,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-a26637dd-6319-4abd-be88-51942cc8ddd6 2018-12-12 15:33:25,446 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router 2018-12-12 15:33:25,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router", "admin_state_up": true}}' 2018-12-12 15:33:30,474 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-dd78f8e3-0e5a-4aa7-b4be-c762c9da3452 Date: Wed, 12 Dec 2018 15:33:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "created_at": "2018-12-12T15:33:26Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:27Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "6b9349a0b7fe4232bc1780400244a920", "id": "16662f0e-c884-4f55-b448-02abe6d77141", "name": "CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router"}} 2018-12-12 15:33:30,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-dd78f8e3-0e5a-4aa7-b4be-c762c9da3452 2018-12-12 15:33:30,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=16662f0e-c884-4f55-b448-02abe6d77141 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:30,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9e88b6af-a767-4bc9-9941-707829ae5823 Date: Wed, 12 Dec 2018 15:33:30 GMT RESP BODY: {"ports":[]} 2018-12-12 15:33:30,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=16662f0e-c884-4f55-b448-02abe6d77141 used request id req-9e88b6af-a767-4bc9-9941-707829ae5823 2018-12-12 15:33:30,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:30,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d7945bd2-174e-4246-b457-0594aa415135 Date: Wed, 12 Dec 2018 15:33: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":["4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0"],"updated_at":"2018-12-12T15:33:23Z","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6b9349a0b7fe4232bc1780400244a920","id":"00d725ae-568f-496a-a190-434f637a4318","name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1"}]} 2018-12-12 15:33:30,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 used request id req-d7945bd2-174e-4246-b457-0594aa415135 2018-12-12 15:33:30,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:30,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:30,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:31,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222b92bf-a401-4fa9-952d-7674e0f159eb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920"}, "enabled": true, "id": "6b9349a0b7fe4232bc1780400244a920", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}} 2018-12-12 15:33:31,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 used request id req-222b92bf-a401-4fa9-952d-7674e0f159eb 2018-12-12 15:33:31,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:31,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a2b4df29-5a80-4ffb-a1e9-f0934bf9b799 Date: Wed, 12 Dec 2018 15:33:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]} 2018-12-12 15:33:31,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 used request id req-a2b4df29-5a80-4ffb-a1e9-f0934bf9b799 2018-12-12 15:33:31,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=00d725ae-568f-496a-a190-434f637a4318&name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:31,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7f41192b-d18c-43b1-8601-9300b9c01720 Date: Wed, 12 Dec 2018 15:33:31 GMT RESP BODY: {"ports":[]} 2018-12-12 15:33:31,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=00d725ae-568f-496a-a190-434f637a4318&name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1&admin_state_up=True used request id req-7f41192b-d18c-43b1-8601-9300b9c01720 2018-12-12 15:33:31,287 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1 for router - CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router 2018-12-12 15:33:31,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:31,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:31,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "853fdddce0bf4cc694f8fb268de9f6b1", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role"}], "expires_at": "2018-12-12T16:33:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b9349a0b7fe4232bc1780400244a920", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-user", "id": "daffaecd2be54012b562d0b1fc79645d"}, "audit_ids": ["OM0uIHGHRcmGZe78ByVBBA"], "issued_at": "2018-12-12T15:33:31.000000Z"}} 2018-12-12 15:33:31,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18d1979f6604e4f5ff023fcfe70f09c168be6cc" 2018-12-12 15:33:31,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285f7a31-aa19-4e72-a24f-8d1d3cf38026 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:31,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-285f7a31-aa19-4e72-a24f-8d1d3cf38026 2018-12-12 15:33:31,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:32,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f4bbd0c8-2681-42df-9334-3e1ab180d289 Date: Wed, 12 Dec 2018 15:33: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":["4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0"],"updated_at":"2018-12-12T15:33:23Z","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6b9349a0b7fe4232bc1780400244a920","id":"00d725ae-568f-496a-a190-434f637a4318","name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1"}]} 2018-12-12 15:33:32,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 used request id req-f4bbd0c8-2681-42df-9334-3e1ab180d289 2018-12-12 15:33:32,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:32,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9468c406-299e-4592-b5d9-40fb0d3fb036 Date: Wed, 12 Dec 2018 15:33:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]} 2018-12-12 15:33:32,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 used request id req-9468c406-299e-4592-b5d9-40fb0d3fb036 2018-12-12 15:33:32,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:32,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-256beaf1-cff0-4a7d-8ff9-8c0895fb6ec8 Date: Wed, 12 Dec 2018 15:33: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":["4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0"],"updated_at":"2018-12-12T15:33:23Z","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6b9349a0b7fe4232bc1780400244a920","id":"00d725ae-568f-496a-a190-434f637a4318","name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1"}]} 2018-12-12 15:33:32,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 used request id req-256beaf1-cff0-4a7d-8ff9-8c0895fb6ec8 2018-12-12 15:33:32,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:32,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:32,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18d1979f6604e4f5ff023fcfe70f09c168be6cc" 2018-12-12 15:33:32,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf3ae8f9-d4e7-42f8-adae-b4f565ca4e5e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920"}, "enabled": true, "id": "6b9349a0b7fe4232bc1780400244a920", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}} 2018-12-12 15:33:32,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 used request id req-cf3ae8f9-d4e7-42f8-adae-b4f565ca4e5e 2018-12-12 15:33:32,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:32,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-921a634b-c77d-4c77-8aa3-2eb2e8a364a3 Date: Wed, 12 Dec 2018 15:33:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]} 2018-12-12 15:33:32,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 used request id req-921a634b-c77d-4c77-8aa3-2eb2e8a364a3 2018-12-12 15:33:32,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318&name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:32,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-647f3245-b79a-494b-87cb-1cde21da10b3 Date: Wed, 12 Dec 2018 15:33:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]} 2018-12-12 15:33:32,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318&name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1 used request id req-647f3245-b79a-494b-87cb-1cde21da10b3 2018-12-12 15:33:32,791 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 2018-12-12 15:33:32,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" -d '{"port": {"network_id": "00d725ae-568f-496a-a190-434f637a4318", "fixed_ips": [{"subnet_id": "4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1", "admin_state_up": true}}' 2018-12-12 15:33:33,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-fea231a1-d0d4-4521-99ab-274ea5708227 Date: Wed, 12 Dec 2018 15:33:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:33Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","ip_address":"10.200.201.1"}],"id":"a7025293-803d-46e8-8b5f-3a7bbc6233dc","security_groups":["fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b"],"mac_address":"fa:16:3e:79:67:e9","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1","project_id":"6b9349a0b7fe4232bc1780400244a920","qos_policy_id":null,"admin_state_up":true,"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:33Z","binding:vnic_type":"normal"}} 2018-12-12 15:33:33,903 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-fea231a1-d0d4-4521-99ab-274ea5708227 2018-12-12 15:33:33,904 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1 for router - CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router 2018-12-12 15:33:33,904 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router 2018-12-12 15:33:33,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/16662f0e-c884-4f55-b448-02abe6d77141/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" -d '{"port_id": "a7025293-803d-46e8-8b5f-3a7bbc6233dc"}' 2018-12-12 15:33:35,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d75054d-60f2-4aca-8b9f-c7751db35b2a Date: Wed, 12 Dec 2018 15:33:35 GMT RESP BODY: {"network_id": "00d725ae-568f-496a-a190-434f637a4318", "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "subnet_id": "4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0", "subnet_ids": ["4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0"], "port_id": "a7025293-803d-46e8-8b5f-3a7bbc6233dc", "id": "16662f0e-c884-4f55-b448-02abe6d77141"} 2018-12-12 15:33:35,651 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/16662f0e-c884-4f55-b448-02abe6d77141/add_router_interface used request id req-8d75054d-60f2-4aca-8b9f-c7751db35b2a 2018-12-12 15:33:35,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/16662f0e-c884-4f55-b448-02abe6d77141 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:35,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-f6f2a2a3-20a7-44b4-8b8c-3743befda9b8 Date: Wed, 12 Dec 2018 15:33:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "created_at": "2018-12-12T15:33:26Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:34Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "6b9349a0b7fe4232bc1780400244a920", "id": "16662f0e-c884-4f55-b448-02abe6d77141", "name": "CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router"}} 2018-12-12 15:33:35,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/16662f0e-c884-4f55-b448-02abe6d77141 used request id req-f6f2a2a3-20a7-44b4-8b8c-3743befda9b8 2018-12-12 15:33:35,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=16662f0e-c884-4f55-b448-02abe6d77141 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:35,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-e6af6605-306b-4c03-bb33-a78cb2e8127c Date: Wed, 12 Dec 2018 15:33:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","ip_address":"10.200.201.1"}],"id":"a7025293-803d-46e8-8b5f-3a7bbc6233dc","security_groups":["fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b"],"mac_address":"fa:16:3e:79:67:e9","project_id":"6b9349a0b7fe4232bc1780400244a920","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1","admin_state_up":true,"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:33Z","binding:vnic_type":"normal","device_id":"16662f0e-c884-4f55-b448-02abe6d77141"}]} 2018-12-12 15:33:35,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=16662f0e-c884-4f55-b448-02abe6d77141 used request id req-e6af6605-306b-4c03-bb33-a78cb2e8127c 2018-12-12 15:33:35,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:35,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-431302b8-cb26-4816-b2d5-cae2a0febce6 Date: Wed, 12 Dec 2018 15:33:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}} 2018-12-12 15:33:35,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0 used request id req-431302b8-cb26-4816-b2d5-cae2a0febce6 2018-12-12 15:33:35,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:36,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "853fdddce0bf4cc694f8fb268de9f6b1", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role"}], "expires_at": "2018-12-12T16:33:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b9349a0b7fe4232bc1780400244a920", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6b9349a0b7fe4232bc1780400244a920", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-user", "id": "daffaecd2be54012b562d0b1fc79645d"}, "audit_ids": ["AWthaR7YS822ttqYig1x0A"], "issued_at": "2018-12-12T15:33:36.000000Z"}} 2018-12-12 15:33:36,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:36,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-82071337-6c3b-4cf8-9e84-1c199ea0cda9 Date: Wed, 12 Dec 2018 15:33:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "created_at": "2018-12-12T15:33:26Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:34Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "6b9349a0b7fe4232bc1780400244a920", "id": "16662f0e-c884-4f55-b448-02abe6d77141", "name": "CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router"}]} 2018-12-12 15:33:36,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router&admin_state_up=True used request id req-82071337-6c3b-4cf8-9e84-1c199ea0cda9 2018-12-12 15:33:36,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:36,610 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:36,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26a2966f542598ff4376542b5acb7b73013091b3" 2018-12-12 15:33:36,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6202f68a-5064-42ca-8cf4-071b78729dd5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920"}, "enabled": true, "id": "6b9349a0b7fe4232bc1780400244a920", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}} 2018-12-12 15:33:36,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 used request id req-6202f68a-5064-42ca-8cf4-071b78729dd5 2018-12-12 15:33:36,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=16662f0e-c884-4f55-b448-02abe6d77141 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:36,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-a3e7027d-7d85-44a9-8e2e-959b4023a773 Date: Wed, 12 Dec 2018 15:33:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","ip_address":"10.200.201.1"}],"id":"a7025293-803d-46e8-8b5f-3a7bbc6233dc","security_groups":["fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b"],"mac_address":"fa:16:3e:79:67:e9","project_id":"6b9349a0b7fe4232bc1780400244a920","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1","admin_state_up":true,"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:33Z","binding:vnic_type":"normal","device_id":"16662f0e-c884-4f55-b448-02abe6d77141"}]} 2018-12-12 15:33:36,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=16662f0e-c884-4f55-b448-02abe6d77141 used request id req-a3e7027d-7d85-44a9-8e2e-959b4023a773 2018-12-12 15:33:36,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:37,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-61842f31-b0d1-4ccc-9729-59749ba79787 Date: Wed, 12 Dec 2018 15:33:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}} 2018-12-12 15:33:37,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0 used request id req-61842f31-b0d1-4ccc-9729-59749ba79787 2018-12-12 15:33:37,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:37,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-703eae1a-4041-4071-9c40-59d0717da412 Date: Wed, 12 Dec 2018 15:33:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:33:37,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-703eae1a-4041-4071-9c40-59d0717da412 2018-12-12 15:33:37,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:37,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b3755681-d923-4392-bec2-47a7767ab758 Date: Wed, 12 Dec 2018 15:33:37 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:33:37,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-b3755681-d923-4392-bec2-47a7767ab758 2018-12-12 15:33:37,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:37,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f08aba55-cfa8-4e0c-9523-81eaf920b179 Date: Wed, 12 Dec 2018 15:33:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0"],"updated_at":"2018-12-12T15:33:23Z","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6b9349a0b7fe4232bc1780400244a920","id":"00d725ae-568f-496a-a190-434f637a4318","name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1"}]} 2018-12-12 15:33:37,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=00d725ae-568f-496a-a190-434f637a4318 used request id req-f08aba55-cfa8-4e0c-9523-81eaf920b179 2018-12-12 15:33:37,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:38,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f7d7f2bf-0eef-4b44-9f17-909812a54218 Date: Wed, 12 Dec 2018 15:33:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]} 2018-12-12 15:33:38,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 used request id req-f7d7f2bf-0eef-4b44-9f17-909812a54218 2018-12-12 15:33:38,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:38,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3147 X-Openstack-Request-Id: req-6f9cb922-c331-4e4d-8ea6-6c157aa0f537 Date: Wed, 12 Dec 2018 15:33:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","ip_address":"10.200.201.2"}],"id":"6891b19c-8da9-4a13-9be9-21216fc8b1b8","security_groups":[],"mac_address":"fa:16:3e:fa:8e:a3","project_id":"6b9349a0b7fe4232bc1780400244a920","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-00d725ae-568f-496a-a190-434f637a4318"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","ip_address":"10.200.201.3"}],"id":"6ea63a07-89d4-437f-9964-b3ff1c8a0718","security_groups":[],"mac_address":"fa:16:3e:07:ef:c0","project_id":"6b9349a0b7fe4232bc1780400244a920","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-00d725ae-568f-496a-a190-434f637a4318"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","ip_address":"10.200.201.1"}],"id":"a7025293-803d-46e8-8b5f-3a7bbc6233dc","security_groups":["fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b"],"mac_address":"fa:16:3e:79:67:e9","project_id":"6b9349a0b7fe4232bc1780400244a920","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1","admin_state_up":true,"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:33Z","binding:vnic_type":"normal","device_id":"16662f0e-c884-4f55-b448-02abe6d77141"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","ip_address":"10.200.201.4"}],"id":"c552e4ca-c8ee-4ff5-8447-e3a5ee30e642","security_groups":[],"mac_address":"fa:16:3e:a5:a2:93","project_id":"6b9349a0b7fe4232bc1780400244a920","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00d725ae-568f-496a-a190-434f637a4318"}]} 2018-12-12 15:33:38,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=00d725ae-568f-496a-a190-434f637a4318 used request id req-6f9cb922-c331-4e4d-8ea6-6c157aa0f537 2018-12-12 15:33:38,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:38,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-532094a9-b45a-47aa-8873-5c272dca27a4 Date: Wed, 12 Dec 2018 15:33:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}} 2018-12-12 15:33:38,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0 used request id req-532094a9-b45a-47aa-8873-5c272dca27a4 2018-12-12 15:33:38,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:38,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9609396e-086c-46ef-87ed-9a0d51e85fbb Date: Wed, 12 Dec 2018 15:33:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0"],"updated_at":"2018-12-12T15:33:23Z","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6b9349a0b7fe4232bc1780400244a920","id":"00d725ae-568f-496a-a190-434f637a4318","name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1"}]} 2018-12-12 15:33:38,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=00d725ae-568f-496a-a190-434f637a4318 used request id req-9609396e-086c-46ef-87ed-9a0d51e85fbb 2018-12-12 15:33:38,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978d35782f941d4850739efc8b947a3f49e588c5" 2018-12-12 15:33:38,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6c12ce99-4979-452f-98cf-ff6b0b155baf Date: Wed, 12 Dec 2018 15:33:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00d725ae-568f-496a-a190-434f637a4318","tenant_id":"6b9349a0b7fe4232bc1780400244a920","created_at":"2018-12-12T15:33:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"6b9349a0b7fe4232bc1780400244a920","id":"4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0","subnetpool_id":null,"name":"CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1"}]} 2018-12-12 15:33:38,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=00d725ae-568f-496a-a190-434f637a4318 used request id req-6c12ce99-4979-452f-98cf-ff6b0b155baf 2018-12-12 15:33:38,861 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router and port CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-port1 2018-12-12 15:33:38,861 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router 2018-12-12 15:33:38,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/16662f0e-c884-4f55-b448-02abe6d77141/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" -d '{"port_id": "a7025293-803d-46e8-8b5f-3a7bbc6233dc"}' 2018-12-12 15:33:40,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-33ddddcb-f126-4a82-a483-011d77d03e71 Date: Wed, 12 Dec 2018 15:33:40 GMT RESP BODY: {"network_id": "00d725ae-568f-496a-a190-434f637a4318", "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "subnet_id": "4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0", "subnet_ids": ["4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0"], "port_id": "a7025293-803d-46e8-8b5f-3a7bbc6233dc", "id": "16662f0e-c884-4f55-b448-02abe6d77141"} 2018-12-12 15:33:40,704 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/16662f0e-c884-4f55-b448-02abe6d77141/remove_router_interface used request id req-33ddddcb-f126-4a82-a483-011d77d03e71 2018-12-12 15:33:40,704 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router 2018-12-12 15:33:40,705 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-router 2018-12-12 15:33:40,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/16662f0e-c884-4f55-b448-02abe6d77141 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8a3df267e13e2c4817f8fe5d33926171fe7227" 2018-12-12 15:33:43,955 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de2989b8-6c50-4b4f-ac82-3dc78f47705e Content-Length: 0 Date: Wed, 12 Dec 2018 15:33:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:33:43,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/16662f0e-c884-4f55-b448-02abe6d77141 used request id req-de2989b8-6c50-4b4f-ac82-3dc78f47705e 2018-12-12 15:33:43,956 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1 2018-12-12 15:33:43,957 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-subnet1 2018-12-12 15:33:43,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" 2018-12-12 15:33:46,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44957ef6-8666-4469-978e-dd91e6b595b8 Date: Wed, 12 Dec 2018 15:33:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:33:46,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/4ab1daf8-0941-4f52-86d9-bb49e6ae5aa0 used request id req-44957ef6-8666-4469-978e-dd91e6b595b8 2018-12-12 15:33:46,374 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-53c7c978-aaeb-4d71-8bcb-55c3ad859e21-pub-net1 2018-12-12 15:33:46,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/00d725ae-568f-496a-a190-434f637a4318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620db6766a528026f2ae9b95e47bf120d852cd79" 2018-12-12 15:33:47,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8712d05-c4d3-4c48-8e7d-67cb52fb4e9a Date: Wed, 12 Dec 2018 15:33:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:33:47,579 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/00d725ae-568f-496a-a190-434f637a4318 used request id req-d8712d05-c4d3-4c48-8e7d-67cb52fb4e9a 2018-12-12 15:33:47,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:47,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c9960196-456a-429e-90ff-3df253984678 Date: Wed, 12 Dec 2018 15:33:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "created_at": "2018-12-12T15:33:21Z", "updated_at": "2018-12-12T15:33:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:33:21Z", "revision_number": 0, "id": "05c010ca-bae9-4445-bf49-faaa2b97e8c2", "remote_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "remote_ip_prefix": null, "created_at": "2018-12-12T15:33:21Z", "security_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b9349a0b7fe4232bc1780400244a920"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:33:21Z", "revision_number": 0, "id": "495eb5bd-c5f3-4520-a8c7-b1ccc5c0f32b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:33:21Z", "security_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b9349a0b7fe4232bc1780400244a920"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:33:21Z", "revision_number": 0, "id": "d3d15abb-0acb-438f-906d-8bac6a672b0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:33:21Z", "security_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b9349a0b7fe4232bc1780400244a920"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:33:21Z", "revision_number": 0, "id": "ebbd2e96-b313-4f36-b501-de0f2039d4c4", "remote_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "remote_ip_prefix": null, "created_at": "2018-12-12T15:33:21Z", "security_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b9349a0b7fe4232bc1780400244a920"}], "revision_number": 4, "project_id": "6b9349a0b7fe4232bc1780400244a920", "id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "name": "default"}]} 2018-12-12 15:33:47,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c9960196-456a-429e-90ff-3df253984678 2018-12-12 15:33:47,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:47,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc5f375-fe7b-4ffe-9d39-4b57f17a9a91 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:33:47,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-1cc5f375-fe7b-4ffe-9d39-4b57f17a9a91 2018-12-12 15:33:47,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:47,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a2835df-2871-48be-b3ce-a47ed6d7eef0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:33:47,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-0a2835df-2871-48be-b3ce-a47ed6d7eef0 2018-12-12 15:33:48,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:48,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24f84070-8f2b-46f4-934e-19b352dbc82c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:33:48,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-24f84070-8f2b-46f4-934e-19b352dbc82c 2018-12-12 15:33:48,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:48,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aed25249-a872-459e-be21-ddcb5fd957ef Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920"}, "enabled": true, "id": "6b9349a0b7fe4232bc1780400244a920", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-5daa1f8d-3c05-451-proj"}} 2018-12-12 15:33:48,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 used request id req-aed25249-a872-459e-be21-ddcb5fd957ef 2018-12-12 15:33:48,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b 2018-12-12 15:33:48,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:48,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d78bcc5f-a2bb-437b-964c-ca6972ce93e4 Date: Wed, 12 Dec 2018 15:33:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:33:21Z", "security_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "port_range_min": null, "revision_number": 0, "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "created_at": "2018-12-12T15:33:21Z", "project_id": "6b9349a0b7fe4232bc1780400244a920", "id": "05c010ca-bae9-4445-bf49-faaa2b97e8c2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:33:21Z", "security_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "port_range_min": null, "revision_number": 0, "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "created_at": "2018-12-12T15:33:21Z", "project_id": "6b9349a0b7fe4232bc1780400244a920", "id": "495eb5bd-c5f3-4520-a8c7-b1ccc5c0f32b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:33:21Z", "security_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "port_range_min": null, "revision_number": 0, "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "created_at": "2018-12-12T15:33:21Z", "project_id": "6b9349a0b7fe4232bc1780400244a920", "id": "d3d15abb-0acb-438f-906d-8bac6a672b0b"}, {"remote_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:33:21Z", "security_group_id": "fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b", "port_range_min": null, "revision_number": 0, "tenant_id": "6b9349a0b7fe4232bc1780400244a920", "created_at": "2018-12-12T15:33:21Z", "project_id": "6b9349a0b7fe4232bc1780400244a920", "id": "ebbd2e96-b313-4f36-b501-de0f2039d4c4"}]} 2018-12-12 15:33:48,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b used request id req-d78bcc5f-a2bb-437b-964c-ca6972ce93e4 2018-12-12 15:33:48,360 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:33:48,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:48,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aaf0c51d-4ca9-4053-8743-e40e6800ba13 Content-Length: 0 Date: Wed, 12 Dec 2018 15:33:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:33:48,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/fc9b22b9-d80a-4b53-9e9a-c4a104e21e6b used request id req-aaf0c51d-4ca9-4053-8743-e40e6800ba13 2018-12-12 15:33:48,689 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5daa1f8d-3c05-451-proj 2018-12-12 15:33:48,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:48,924 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b37aaaf-d1e6-434b-b473-995b72a0d9d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:48,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/6b9349a0b7fe4232bc1780400244a920 used request id req-3b37aaaf-d1e6-434b-b473-995b72a0d9d9 2018-12-12 15:33:48,925 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5daa1f8d-3c05-451-proj-role 2018-12-12 15:33:48,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/853fdddce0bf4cc694f8fb268de9f6b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:49,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3592dc7b-affe-4717-af78-001f044f8afe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:49,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/853fdddce0bf4cc694f8fb268de9f6b1 used request id req-3592dc7b-affe-4717-af78-001f044f8afe 2018-12-12 15:33:49,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce0dc955620dc1db817ff3fcb6fd23e366c87d8" 2018-12-12 15:33:49,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94de83c3-6649-43b8-b0b3-2fcf79a41762 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:33:49,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-94de83c3-6649-43b8-b0b3-2fcf79a41762 2018-12-12 15:33:49,122 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5daa1f8d-3c05-451-user 2018-12-12 15:33:49,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/daffaecd2be54012b562d0b1fc79645d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c38b0ea6900eff6a6d5e3001e69cf58da932a66" 2018-12-12 15:33:49,371 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d78fd805-9e26-4c32-af10-c38cde205904 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:49,371 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/daffaecd2be54012b562d0b1fc79645d used request id req-d78fd805-9e26-4c32-af10-c38cde205904 2018-12-12 15:33:49,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:49,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["U65_yIqCQ_-KukJQ1iJCeA"], "issued_at": "2018-12-12T15:33:49.000000Z"}} 2018-12-12 15:33:49,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e50f92574e2f650327658a431e88c2b5b486b070" 2018-12-12 15:33:49,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ceccb8-72b3-4416-880f-37d7f716b1d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:49,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-06ceccb8-72b3-4416-880f-37d7f716b1d6 2018-12-12 15:33:49,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:49,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:50,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WS8tVSXERGygYvQ77ZzoRg"], "issued_at": "2018-12-12T15:33:50.000000Z"}} 2018-12-12 15:33:50,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:33:50,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbba9132-ec65-420f-8868-e85243ef4d31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:50,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bbba9132-ec65-420f-8868-e85243ef4d31 2018-12-12 15:33:50,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:50,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:50,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-947083b2-35eb-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:33:50,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963333d9-f212-4382-8f32-437fdcf1e820 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-947083b2-35eb-496-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:33:50,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-947083b2-35eb-496-proj used request id req-963333d9-f212-4382-8f32-437fdcf1e820 2018-12-12 15:33:50,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:33:50,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99159dde-acf1-4368-ae8c-cfc6466fe355 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:33:50,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-99159dde-acf1-4368-ae8c-cfc6466fe355 2018-12-12 15:33:50,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj"}}' 2018-12-12 15:33:50,611 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:33:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb96502e-4e61-44f4-8689-a747c7286efa Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6"}, "enabled": true, "id": "332830a174fc4200950fc85ea76903b6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj"}} 2018-12-12 15:33:50,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-eb96502e-4e61-44f4-8689-a747c7286efa 2018-12-12 15:33:50,611 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-947083b2-35eb-496-proj 2018-12-12 15:33:50,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:50,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:50,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["H-8Ti97mTQiKsGHSOobLEg"], "issued_at": "2018-12-12T15:33:51.000000Z"}} 2018-12-12 15:33:50,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56a20edf2c6cbf6c50cbf0a5ede3e59458d49326" 2018-12-12 15:33:51,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60fd2aa7-39ef-4ff0-bd87-e7d0e609ed98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:51,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-60fd2aa7-39ef-4ff0-bd87-e7d0e609ed98 2018-12-12 15:33:51,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:51,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:51,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56a20edf2c6cbf6c50cbf0a5ede3e59458d49326" 2018-12-12 15:33:51,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb5b442-98f0-46ff-a19b-67d3b339c143 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:33:51,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6fb5b442-98f0-46ff-a19b-67d3b339c143 2018-12-12 15:33:51,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-947083b2-35eb-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56a20edf2c6cbf6c50cbf0a5ede3e59458d49326" 2018-12-12 15:33:51,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf95b3fd-5ed7-45ee-9f05-7ee1c407bd28 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-947083b2-35eb-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6"}, "enabled": true, "id": "332830a174fc4200950fc85ea76903b6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj"}]} 2018-12-12 15:33:51,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-947083b2-35eb-496-proj used request id req-bf95b3fd-5ed7-45ee-9f05-7ee1c407bd28 2018-12-12 15:33:51,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56a20edf2c6cbf6c50cbf0a5ede3e59458d49326" 2018-12-12 15:33:51,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce273812-ab03-4a55-b09c-d81e00e29af4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:33:51,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ce273812-ab03-4a55-b09c-d81e00e29af4 2018-12-12 15:33:51,707 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-947083b2-35eb-496-user 2018-12-12 15:33:51,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:51,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:33:51,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3215e40-6c61-40bb-8de4-22af2125ef94 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:33:51,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f3215e40-6c61-40bb-8de4-22af2125ef94 2018-12-12 15:33:51,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" -d '{"role": {"name": "CreateRouterSuccessTests-947083b2-35eb-496-proj-role"}}' 2018-12-12 15:33:51,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:33:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32874ed4-e3a5-4be3-8111-3bde235cf667 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ec6b7afaf578456087d435938247951a", "links": {"self": "http://172.30.9.29:5000/v3/roles/ec6b7afaf578456087d435938247951a"}, "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj-role"}} 2018-12-12 15:33:51,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-32874ed4-e3a5-4be3-8111-3bde235cf667 2018-12-12 15:33:51,923 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-947083b2-35eb-496-proj-role 2018-12-12 15:33:51,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/ec6b7afaf578456087d435938247951a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:33:52,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510d1d1f-0523-463c-aa86-01e53e3270bf Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ec6b7afaf578456087d435938247951a"}, "domain_id": null, "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj-role", "id": "ec6b7afaf578456087d435938247951a"}} 2018-12-12 15:33:52,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ec6b7afaf578456087d435938247951a used request id req-510d1d1f-0523-463c-aa86-01e53e3270bf 2018-12-12 15:33:52,016 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-947083b2-35eb-496-proj-role to project CreateRouterSuccessTests-947083b2-35eb-496-proj 2018-12-12 15:33:52,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6/users/47101495adb540088613cb149cf31df0/roles/ec6b7afaf578456087d435938247951a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:33:52,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:33:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91ee42b8-6fae-4619-bf1e-c7ef52e7de74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:33:52,153 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6/users/47101495adb540088613cb149cf31df0/roles/ec6b7afaf578456087d435938247951a used request id req-91ee42b8-6fae-4619-bf1e-c7ef52e7de74 2018-12-12 15:33:52,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:52,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:52,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["A9QjIuZ6SjGm17tfM172rw"], "issued_at": "2018-12-12T15:33:52.000000Z"}} 2018-12-12 15:33:52,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:33:52,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5108b6e5-415c-498d-b424-6f1578466d20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:52,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5108b6e5-415c-498d-b424-6f1578466d20 2018-12-12 15:33:52,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:33:52,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-24d22849-baac-4e5d-a1af-22b36f6f38c2 Date: Wed, 12 Dec 2018 15:33:52 GMT RESP BODY: {"routers": []} 2018-12-12 15:33:52,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router&admin_state_up=True used request id req-24d22849-baac-4e5d-a1af-22b36f6f38c2 2018-12-12 15:33:52,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:33:52,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:33:53,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5Lh2_OpcSUiLSufZvqn-xg"], "issued_at": "2018-12-12T15:33:53.000000Z"}} 2018-12-12 15:33:53,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d216fd6f29dc61096b3c9a1ddb7d0c3115a7ec" 2018-12-12 15:33:53,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef717208-68a6-4fa5-874c-1863c46e9c61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:33:53,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ef717208-68a6-4fa5-874c-1863c46e9c61 2018-12-12 15:33:53,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:33:53,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:33: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:33:53,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-947083b2-35eb-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d216fd6f29dc61096b3c9a1ddb7d0c3115a7ec" 2018-12-12 15:33:53,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d5a8d1c-1e96-44ea-b852-8196b2352a50 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-947083b2-35eb-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6"}, "enabled": true, "id": "332830a174fc4200950fc85ea76903b6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj"}]} 2018-12-12 15:33:53,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-947083b2-35eb-496-proj used request id req-0d5a8d1c-1e96-44ea-b852-8196b2352a50 2018-12-12 15:33:53,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:33:53,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-69e4820c-df8c-49cb-a51e-cd2ffd1b3964 Date: Wed, 12 Dec 2018 15:33:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:33:53,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-69e4820c-df8c-49cb-a51e-cd2ffd1b3964 2018-12-12 15:33:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:33:53,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-74cbee42-8966-452c-a2a3-c2f8c39c285b Date: Wed, 12 Dec 2018 15:33:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 15:33:53,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-74cbee42-8966-452c-a2a3-c2f8c39c285b 2018-12-12 15:33:53,848 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router 2018-12-12 15:33:53,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "tenant_id": "332830a174fc4200950fc85ea76903b6", "name": "CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router", "admin_state_up": true}}' 2018-12-12 15:33:58,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-a6c339b1-4df4-4e0c-8a70-5586af526ef2 Date: Wed, 12 Dec 2018 15:33:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "332830a174fc4200950fc85ea76903b6", "created_at": "2018-12-12T15:33:54Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:55Z", "project_id": "332830a174fc4200950fc85ea76903b6", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c", "name": "CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router"}} 2018-12-12 15:33:58,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-a6c339b1-4df4-4e0c-8a70-5586af526ef2 2018-12-12 15:33:58,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:33:59,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-9bc0f860-8d59-4a51-91b2-d3bc6d5fbb68 Date: Wed, 12 Dec 2018 15:33:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","ip_address":"169.254.192.7"}],"id":"699f2661-8d2d-45f3-98c3-3d12865e2875","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:4c:2c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 332830a174fc4200950fc85ea76903b6","admin_state_up":true,"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:56Z","binding:vnic_type":"normal","device_id":"d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:55Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.200"}],"id":"80630b89-54fc-4398-b98f-ec4427dd09f9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:73:d7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T15:33:54Z","binding:vnic_type":"normal","device_id":"d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","ip_address":"169.254.192.12"}],"id":"d1ceb6a3-8539-44d5-b718-96aa6abedc61","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4f:b9:6b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 332830a174fc4200950fc85ea76903b6","admin_state_up":true,"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:57Z","binding:vnic_type":"normal","device_id":"d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","ip_address":"169.254.192.2"}],"id":"e7982186-12b4-4d6e-bff0-12b7927d6736","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:6a:37","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 332830a174fc4200950fc85ea76903b6","admin_state_up":true,"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:55Z","binding:vnic_type":"normal","device_id":"d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c"}]} 2018-12-12 15:33:59,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c used request id req-9bc0f860-8d59-4a51-91b2-d3bc6d5fbb68 2018-12-12 15:33:59,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:33:59,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b4793777-2acf-4a99-95da-588dd16be24e Date: Wed, 12 Dec 2018 15:33:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:33:59,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-b4793777-2acf-4a99-95da-588dd16be24e 2018-12-12 15:33:59,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:33:59,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4885a41a-b4b9-405d-95ce-29ecc3de1ce0 Date: Wed, 12 Dec 2018 15:33:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:54Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:54Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","subnetpool_id":null,"name":"HA subnet tenant 332830a174fc4200950fc85ea76903b6"}} 2018-12-12 15:33:59,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a used request id req-4885a41a-b4b9-405d-95ce-29ecc3de1ce0 2018-12-12 15:33:59,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:33:59,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fd38b6f9-602e-4ed2-a8df-7f49e9c2375e Date: Wed, 12 Dec 2018 15:33:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:54Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:54Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","subnetpool_id":null,"name":"HA subnet tenant 332830a174fc4200950fc85ea76903b6"}} 2018-12-12 15:33:59,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a used request id req-fd38b6f9-602e-4ed2-a8df-7f49e9c2375e 2018-12-12 15:33:59,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:34:00,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fdf3dcb0-dee3-4e1e-a5a3-7a0d37922dc3 Date: Wed, 12 Dec 2018 15:34:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:54Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:54Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","subnetpool_id":null,"name":"HA subnet tenant 332830a174fc4200950fc85ea76903b6"}} 2018-12-12 15:34:00,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a used request id req-fdf3dcb0-dee3-4e1e-a5a3-7a0d37922dc3 2018-12-12 15:34:00,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:34:00,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-9b82d6f2-69f8-447c-ae21-be63c5118fcc Date: Wed, 12 Dec 2018 15:34:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "332830a174fc4200950fc85ea76903b6", "created_at": "2018-12-12T15:33:54Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:58Z", "project_id": "332830a174fc4200950fc85ea76903b6", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c", "name": "CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router"}} 2018-12-12 15:34:00,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c used request id req-9b82d6f2-69f8-447c-ae21-be63c5118fcc 2018-12-12 15:34:00,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:34:00,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3407 X-Openstack-Request-Id: req-563a41d4-bcd2-4e22-9f7d-aa7713e876a5 Date: Wed, 12 Dec 2018 15:34:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","ip_address":"169.254.192.7"}],"id":"699f2661-8d2d-45f3-98c3-3d12865e2875","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:4c:2c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 332830a174fc4200950fc85ea76903b6","admin_state_up":true,"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:56Z","binding:vnic_type":"normal","device_id":"d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:00Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.200"}],"id":"80630b89-54fc-4398-b98f-ec4427dd09f9","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:73:d7","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T15:33:54Z","binding:vnic_type":"normal","device_id":"d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:00Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","ip_address":"169.254.192.12"}],"id":"d1ceb6a3-8539-44d5-b718-96aa6abedc61","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:b9:6b","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 332830a174fc4200950fc85ea76903b6","admin_state_up":true,"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:57Z","binding:vnic_type":"normal","device_id":"d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:33:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","ip_address":"169.254.192.2"}],"id":"e7982186-12b4-4d6e-bff0-12b7927d6736","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:6a:37","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 332830a174fc4200950fc85ea76903b6","admin_state_up":true,"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:55Z","binding:vnic_type":"normal","device_id":"d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c"}]} 2018-12-12 15:34:00,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c used request id req-563a41d4-bcd2-4e22-9f7d-aa7713e876a5 2018-12-12 15:34:00,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:34:00,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e583379a-1047-4678-b1bf-1d6f724c87b9 Date: Wed, 12 Dec 2018 15:34:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:34:00,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-e583379a-1047-4678-b1bf-1d6f724c87b9 2018-12-12 15:34:00,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:34:00,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-be8546e8-5f46-4081-8e06-91d5d449fcfc Date: Wed, 12 Dec 2018 15:34:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:54Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:54Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","subnetpool_id":null,"name":"HA subnet tenant 332830a174fc4200950fc85ea76903b6"}} 2018-12-12 15:34:00,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a used request id req-be8546e8-5f46-4081-8e06-91d5d449fcfc 2018-12-12 15:34:00,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:34:00,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-374e3bae-1227-466a-808b-db4c4f7e3033 Date: Wed, 12 Dec 2018 15:34:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:54Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:54Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","subnetpool_id":null,"name":"HA subnet tenant 332830a174fc4200950fc85ea76903b6"}} 2018-12-12 15:34:00,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a used request id req-374e3bae-1227-466a-808b-db4c4f7e3033 2018-12-12 15:34:01,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:34:01,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e22185a0-b507-4d6c-864b-6e46e437a545 Date: Wed, 12 Dec 2018 15:34:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e3e1b58-7dd3-43e9-8f14-16f872d9260d","tenant_id":"","created_at":"2018-12-12T15:33:54Z","dns_nameservers":[],"updated_at":"2018-12-12T15:33:54Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d6d8ff76-da39-450c-9165-8c403b2bad9a","subnetpool_id":null,"name":"HA subnet tenant 332830a174fc4200950fc85ea76903b6"}} 2018-12-12 15:34:01,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d6d8ff76-da39-450c-9165-8c403b2bad9a used request id req-e22185a0-b507-4d6c-864b-6e46e437a545 2018-12-12 15:34:01,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:01,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ec6b7afaf578456087d435938247951a", "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj-role"}], "expires_at": "2018-12-12T16:34:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "332830a174fc4200950fc85ea76903b6", "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/332830a174fc4200950fc85ea76903b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/332830a174fc4200950fc85ea76903b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/332830a174fc4200950fc85ea76903b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/332830a174fc4200950fc85ea76903b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/332830a174fc4200950fc85ea76903b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/332830a174fc4200950fc85ea76903b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/332830a174fc4200950fc85ea76903b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/332830a174fc4200950fc85ea76903b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/332830a174fc4200950fc85ea76903b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/332830a174fc4200950fc85ea76903b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/332830a174fc4200950fc85ea76903b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/332830a174fc4200950fc85ea76903b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-947083b2-35eb-496-user", "id": "47101495adb540088613cb149cf31df0"}, "audit_ids": ["QjaYctheRYq_kfFxHYpCjw"], "issued_at": "2018-12-12T15:34:01.000000Z"}} 2018-12-12 15:34:01,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf78a8d91a6097e3cfe5cdfe8c4bb906a486b957" 2018-12-12 15:34:01,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-0256dee1-5d6e-428f-9214-677c2a172b12 Date: Wed, 12 Dec 2018 15:34:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "332830a174fc4200950fc85ea76903b6", "created_at": "2018-12-12T15:33:54Z", "admin_state_up": true, "updated_at": "2018-12-12T15:33:58Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "332830a174fc4200950fc85ea76903b6", "id": "d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c", "name": "CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router"}]} 2018-12-12 15:34:01,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router&admin_state_up=True used request id req-0256dee1-5d6e-428f-9214-677c2a172b12 2018-12-12 15:34:01,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:01,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:01,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e50f92574e2f650327658a431e88c2b5b486b070" 2018-12-12 15:34:01,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb3f4bb-ab1d-4f7a-a5f1-bf88a25aeeb5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6"}, "enabled": true, "id": "332830a174fc4200950fc85ea76903b6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-947083b2-35eb-496-proj"}} 2018-12-12 15:34:01,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6 used request id req-9fb3f4bb-ab1d-4f7a-a5f1-bf88a25aeeb5 2018-12-12 15:34:01,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf78a8d91a6097e3cfe5cdfe8c4bb906a486b957" 2018-12-12 15:34:02,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-aa745e73-9ed6-4090-8118-c9a1cbf351bf Date: Wed, 12 Dec 2018 15:34:02 GMT RESP BODY: {"ports":[]} 2018-12-12 15:34:02,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c used request id req-aa745e73-9ed6-4090-8118-c9a1cbf351bf 2018-12-12 15:34:02,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf78a8d91a6097e3cfe5cdfe8c4bb906a486b957" 2018-12-12 15:34:02,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2405d0fa-f754-4054-93c1-41794d6dc347 Date: Wed, 12 Dec 2018 15:34:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:34:02,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-2405d0fa-f754-4054-93c1-41794d6dc347 2018-12-12 15:34:02,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf78a8d91a6097e3cfe5cdfe8c4bb906a486b957" 2018-12-12 15:34:02,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4def770d-d78d-4ba7-ae69-96b4be4bf2c9 Date: Wed, 12 Dec 2018 15:34:02 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:34:02,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-4def770d-d78d-4ba7-ae69-96b4be4bf2c9 2018-12-12 15:34:02,479 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router 2018-12-12 15:34:02,480 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-63e423e3-a50d-4070-a620-1db3384614a6-pub-router 2018-12-12 15:34:02,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0e645de7f4ca4ed7a5b31782e7b0fe35c5313" 2018-12-12 15:34:06,158 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bafc2b4-8042-428f-ba5e-f55a9d73516c Content-Length: 0 Date: Wed, 12 Dec 2018 15:34:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:34:06,158 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d8bf0de5-f9cf-4ea4-9f7c-04811a114c9c used request id req-2bafc2b4-8042-428f-ba5e-f55a9d73516c 2018-12-12 15:34:06,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:34:06,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0062ae1e-42f2-43ce-95c5-60a5f598f727 Date: Wed, 12 Dec 2018 15:34:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:34:06,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-0062ae1e-42f2-43ce-95c5-60a5f598f727 2018-12-12 15:34:06,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:34:06,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44283a1a-6f31-4c03-ae72-ef5aca8c320e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:34:06,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-44283a1a-6f31-4c03-ae72-ef5aca8c320e 2018-12-12 15:34:06,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:34:06,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff52a2f-97b7-43bf-9e34-46beec749a14 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:34:06,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-6ff52a2f-97b7-43bf-9e34-46beec749a14 2018-12-12 15:34:06,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:34:06,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25ddcb22-4394-4f28-be9a-a3cbad94ea3e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:34:06,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-25ddcb22-4394-4f28-be9a-a3cbad94ea3e 2018-12-12 15:34:06,648 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-947083b2-35eb-496-proj 2018-12-12 15:34:06,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:34:06,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:34:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8895131c-4294-42df-bca0-20c154745df5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:34:06,841 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/332830a174fc4200950fc85ea76903b6 used request id req-8895131c-4294-42df-bca0-20c154745df5 2018-12-12 15:34:06,842 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-947083b2-35eb-496-proj-role 2018-12-12 15:34:06,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/ec6b7afaf578456087d435938247951a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:34:06,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:34:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e767921c-f192-4a55-ac6f-ccd5307004c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:34:06,952 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ec6b7afaf578456087d435938247951a used request id req-e767921c-f192-4a55-ac6f-ccd5307004c2 2018-12-12 15:34:06,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72c7584f7fb035ac938578e5941a6e0b353af3f" 2018-12-12 15:34:07,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834c42fb-22fb-4ed4-bb91-32f5ed77d823 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:34:07,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-834c42fb-22fb-4ed4-bb91-32f5ed77d823 2018-12-12 15:34:07,036 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-947083b2-35eb-496-user 2018-12-12 15:34:07,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/47101495adb540088613cb149cf31df0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56a20edf2c6cbf6c50cbf0a5ede3e59458d49326" 2018-12-12 15:34:07,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:34:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57b36c83-cb55-4d01-a300-5dc0439cf334 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:34:07,203 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/47101495adb540088613cb149cf31df0 used request id req-57b36c83-cb55-4d01-a300-5dc0439cf334 2018-12-12 15:34:07,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:07,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:34:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["KJphxoe7S_CN2gte4EbVPw"], "issued_at": "2018-12-12T15:34:07.000000Z"}} 2018-12-12 15:34:07,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a9b40e28070197d04f0eb1ac55729b7ef4b192" 2018-12-12 15:34:07,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1daeae4a-5f18-4bd0-b0b8-7627b0659d32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:07,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1daeae4a-5f18-4bd0-b0b8-7627b0659d32 2018-12-12 15:34:07,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:07,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:08,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:34:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["s5N49zk-Rp-wGD6hMS-4_A"], "issued_at": "2018-12-12T15:34:08.000000Z"}} 2018-12-12 15:34:08,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:08,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63ef594b-c0a6-424e-8816-d6bda5f3230d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:08,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-63ef594b-c0a6-424e-8816-d6bda5f3230d 2018-12-12 15:34:08,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:08,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:08,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fa87734d-d9d7-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:08,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba24f1f8-c461-4de7-9912-54fe1f698009 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fa87734d-d9d7-421-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:34:08,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-fa87734d-d9d7-421-proj used request id req-ba24f1f8-c461-4de7-9912-54fe1f698009 2018-12-12 15:34:08,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:08,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d030cf-b04e-4fad-a973-03b047ebd51d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:34:08,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-96d030cf-b04e-4fad-a973-03b047ebd51d 2018-12-12 15:34:08,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}}' 2018-12-12 15:34:08,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:34:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c0927be-5b87-4077-86a6-819add7955b9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:08,455 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2c0927be-5b87-4077-86a6-819add7955b9 2018-12-12 15:34:08,456 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-fa87734d-d9d7-421-proj 2018-12-12 15:34:08,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:08,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:08,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:34:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ipJ4CzUMTBC0bYKL2O4-zg"], "issued_at": "2018-12-12T15:34:08.000000Z"}} 2018-12-12 15:34:08,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20e7365717be5a629ec15694fbadf79b49dea60d" 2018-12-12 15:34:08,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f5c76a-0be8-46de-a53b-c1ed99af7a30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:08,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-93f5c76a-0be8-46de-a53b-c1ed99af7a30 2018-12-12 15:34:08,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:08,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:08,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20e7365717be5a629ec15694fbadf79b49dea60d" 2018-12-12 15:34:08,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914aa6a0-3638-4385-9216-2bf0769d66e7 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:34:08,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-914aa6a0-3638-4385-9216-2bf0769d66e7 2018-12-12 15:34:08,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-fa87734d-d9d7-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20e7365717be5a629ec15694fbadf79b49dea60d" 2018-12-12 15:34:09,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071a1c5b-ec15-4ff3-8c1b-eeb64f3fb445 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-fa87734d-d9d7-421-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}]} 2018-12-12 15:34:09,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-fa87734d-d9d7-421-proj used request id req-071a1c5b-ec15-4ff3-8c1b-eeb64f3fb445 2018-12-12 15:34:09,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20e7365717be5a629ec15694fbadf79b49dea60d" 2018-12-12 15:34:09,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9ead94-eba9-4a11-bd25-d4a918d75bb4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:34:09,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8c9ead94-eba9-4a11-bd25-d4a918d75bb4 2018-12-12 15:34:09,515 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-fa87734d-d9d7-421-user 2018-12-12 15:34:09,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:09,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:09,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495a08f5-b29d-4fc2-a6f2-76035d62b966 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:34:09,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-495a08f5-b29d-4fc2-a6f2-76035d62b966 2018-12-12 15:34:09,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" -d '{"role": {"name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}}' 2018-12-12 15:34:09,707 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:34:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f86fa00c-cd5c-40f7-b82b-1ae429a293f2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f69ceaab96284284aca49fd25dc947db", "links": {"self": "http://172.30.9.29:5000/v3/roles/f69ceaab96284284aca49fd25dc947db"}, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}} 2018-12-12 15:34:09,707 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f86fa00c-cd5c-40f7-b82b-1ae429a293f2 2018-12-12 15:34:09,707 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role 2018-12-12 15:34:09,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f69ceaab96284284aca49fd25dc947db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:09,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae8f2497-c8b3-4dbb-9dec-8fcbc0a82259 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f69ceaab96284284aca49fd25dc947db"}, "domain_id": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role", "id": "f69ceaab96284284aca49fd25dc947db"}} 2018-12-12 15:34:09,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f69ceaab96284284aca49fd25dc947db used request id req-ae8f2497-c8b3-4dbb-9dec-8fcbc0a82259 2018-12-12 15:34:09,729 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role to project CreateRouterSuccessTests-fa87734d-d9d7-421-proj 2018-12-12 15:34:09,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034/users/5301e85c8c9344b1aa916a5f7fc49159/roles/f69ceaab96284284aca49fd25dc947db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:09,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:34:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae18199f-00e8-46e4-b2f8-72ef48690a43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:34:09,865 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034/users/5301e85c8c9344b1aa916a5f7fc49159/roles/f69ceaab96284284aca49fd25dc947db used request id req-ae18199f-00e8-46e4-b2f8-72ef48690a43 2018-12-12 15:34:09,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:09,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:10,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69ceaab96284284aca49fd25dc947db", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}], "expires_at": "2018-12-12T16:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "881f1e037524409bbd394c7eb3624034", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-user", "id": "5301e85c8c9344b1aa916a5f7fc49159"}, "audit_ids": ["MVTlqn6VTy6F20-ocfmthw"], "issued_at": "2018-12-12T15:34:10.000000Z"}} 2018-12-12 15:34:10,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" 2018-12-12 15:34:10,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c3fcd0-8d72-40e4-b6c2-10939d29a36e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:10,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b2c3fcd0-8d72-40e4-b6c2-10939d29a36e 2018-12-12 15:34:10,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" 2018-12-12 15:34:10,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-09a46674-3214-4378-bd58-7696cb79ba00 Date: Wed, 12 Dec 2018 15:34:10 GMT RESP BODY: {"networks":[]} 2018-12-12 15:34:10,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 used request id req-09a46674-3214-4378-bd58-7696cb79ba00 2018-12-12 15:34:10,512 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 2018-12-12 15:34:10,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" -d '{"network": {"name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1", "admin_state_up": true}}' 2018-12-12 15:34:11,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3f3b1b9d-bce7-4ec8-a7ad-5911b8ba2242 Date: Wed, 12 Dec 2018 15:34:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:34:10Z","is_default":false,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","mtu":1450}} 2018-12-12 15:34:11,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-3f3b1b9d-bce7-4ec8-a7ad-5911b8ba2242 2018-12-12 15:34:11,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" 2018-12-12 15:34:11,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7958d6c0-a9d1-4693-a757-1e51ca006b07 Date: Wed, 12 Dec 2018 15:34:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:34:10Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1"}]} 2018-12-12 15:34:11,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-7958d6c0-a9d1-4693-a757-1e51ca006b07 2018-12-12 15:34:11,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" 2018-12-12 15:34:11,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-47123ceb-a6b0-41e4-a740-5fd8fbf07221 Date: Wed, 12 Dec 2018 15:34:11 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:34:11,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-47123ceb-a6b0-41e4-a740-5fd8fbf07221 2018-12-12 15:34:11,472 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1 2018-12-12 15:34:11,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" -d '{"subnets": [{"ip_version": 4, "network_id": "cdc0ce33-b742-4fd1-8ea1-f57d397d87a6", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]}' 2018-12-12 15:34:12,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-469cde2f-e360-44f7-8878-eb0a703fc800 Date: Wed, 12 Dec 2018 15:34:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:12,143 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-469cde2f-e360-44f7-8878-eb0a703fc800 2018-12-12 15:34:12,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" 2018-12-12 15:34:12,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7ce5115b-eefa-477d-8114-937b862fcc72 Date: Wed, 12 Dec 2018 15:34: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":["f31c4335-34f2-4507-b737-3830dc7db3d3"],"updated_at":"2018-12-12T15:34:11Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1"}]} 2018-12-12 15:34:12,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-7ce5115b-eefa-477d-8114-937b862fcc72 2018-12-12 15:34:12,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" 2018-12-12 15:34:12,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-63bf0352-cb29-406d-b13d-9b1a596f7eca Date: Wed, 12 Dec 2018 15:34:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:12,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-63bf0352-cb29-406d-b13d-9b1a596f7eca 2018-12-12 15:34:12,446 - OpenStackNetwork - DEBUG - Network [cdc0ce33-b742-4fd1-8ea1-f57d397d87a6] created successfully 2018-12-12 15:34:12,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:12,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:12,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69ceaab96284284aca49fd25dc947db", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}], "expires_at": "2018-12-12T16:34:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "881f1e037524409bbd394c7eb3624034", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-user", "id": "5301e85c8c9344b1aa916a5f7fc49159"}, "audit_ids": ["Ujxvkkn9Sr-WOHCY-fan4w"], "issued_at": "2018-12-12T15:34:12.000000Z"}} 2018-12-12 15:34:12,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" 2018-12-12 15:34:12,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e1a3a6-99f7-4e2d-b221-47cf1e9f66da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:12,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-60e1a3a6-99f7-4e2d-b221-47cf1e9f66da 2018-12-12 15:34:12,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" 2018-12-12 15:34:13,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8e33ab08-a5a5-485d-ae1c-3a0fbd35370f Date: Wed, 12 Dec 2018 15:34:13 GMT RESP BODY: {"networks":[]} 2018-12-12 15:34:13,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 used request id req-8e33ab08-a5a5-485d-ae1c-3a0fbd35370f 2018-12-12 15:34:13,032 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 2018-12-12 15:34:13,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" -d '{"network": {"name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2", "admin_state_up": true}}' 2018-12-12 15:34:13,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-28c95f17-b447-491b-a98e-d80a2eed1168 Date: Wed, 12 Dec 2018 15:34:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:34:13Z","is_default":false,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","mtu":1450}} 2018-12-12 15:34:13,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-28c95f17-b447-491b-a98e-d80a2eed1168 2018-12-12 15:34:13,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" 2018-12-12 15:34:13,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d1111191-1cbf-45d6-9d67-c261c541ef4b Date: Wed, 12 Dec 2018 15:34:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:34:13Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2"}]} 2018-12-12 15:34:13,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-d1111191-1cbf-45d6-9d67-c261c541ef4b 2018-12-12 15:34:13,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" 2018-12-12 15:34:14,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-784c5d30-1cc5-4a34-b814-48ec1daf361a Date: Wed, 12 Dec 2018 15:34:14 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:34:14,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-784c5d30-1cc5-4a34-b814-48ec1daf361a 2018-12-12 15:34:14,024 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2 2018-12-12 15:34:14,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" -d '{"subnets": [{"ip_version": 4, "network_id": "a29e1499-3dce-44ec-b9c9-af8c20276eb6", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]}' 2018-12-12 15:34:14,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d36faba8-c663-42a6-86d3-ce0377b4762c Date: Wed, 12 Dec 2018 15:34:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:14,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d36faba8-c663-42a6-86d3-ce0377b4762c 2018-12-12 15:34:14,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" 2018-12-12 15:34:14,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-917c5866-9e08-44ac-aee4-4c81cf369ba6 Date: Wed, 12 Dec 2018 15:34: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":["efa1d8cc-e515-4821-9553-7bcc75703891"],"updated_at":"2018-12-12T15:34:14Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2"}]} 2018-12-12 15:34:14,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-917c5866-9e08-44ac-aee4-4c81cf369ba6 2018-12-12 15:34:15,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" 2018-12-12 15:34:15,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-35ef0fb4-7ce5-452f-8ff6-84704f48be62 Date: Wed, 12 Dec 2018 15:34:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:15,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-35ef0fb4-7ce5-452f-8ff6-84704f48be62 2018-12-12 15:34:15,376 - OpenStackNetwork - DEBUG - Network [a29e1499-3dce-44ec-b9c9-af8c20276eb6] created successfully 2018-12-12 15:34:15,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:15,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:15,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69ceaab96284284aca49fd25dc947db", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}], "expires_at": "2018-12-12T16:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "881f1e037524409bbd394c7eb3624034", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-user", "id": "5301e85c8c9344b1aa916a5f7fc49159"}, "audit_ids": ["NqholaAWQmu5SlC4dIbupA"], "issued_at": "2018-12-12T15:34:15.000000Z"}} 2018-12-12 15:34:15,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:15,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d540bb-dd6d-4608-b145-e24773789002 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:15,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-23d540bb-dd6d-4608-b145-e24773789002 2018-12-12 15:34:15,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:16,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-74068ac3-090b-4774-a6b6-97f6d5889f08 Date: Wed, 12 Dec 2018 15:34:16 GMT RESP BODY: {"routers": []} 2018-12-12 15:34:16,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router&admin_state_up=True used request id req-74068ac3-090b-4774-a6b6-97f6d5889f08 2018-12-12 15:34:16,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:16,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:16,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69ceaab96284284aca49fd25dc947db", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}], "expires_at": "2018-12-12T16:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "881f1e037524409bbd394c7eb3624034", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-user", "id": "5301e85c8c9344b1aa916a5f7fc49159"}, "audit_ids": ["sV8MUNbsTdOcfFs8wnSeqg"], "issued_at": "2018-12-12T15:34:16.000000Z"}} 2018-12-12 15:34:16,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c0a7b4d6e21c56ac5bc44953df8f94566559380" 2018-12-12 15:34:16,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b0e0805-21d8-482a-a82b-d47b440c33a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:16,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3b0e0805-21d8-482a-a82b-d47b440c33a7 2018-12-12 15:34:16,488 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:16,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" -d '{"router": {"name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router", "admin_state_up": true}}' 2018-12-12 15:34:20,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-ae7a53ce-b5d3-4753-a9fe-2cf308eb1664 Date: Wed, 12 Dec 2018 15:34:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:17Z", "admin_state_up": true, "updated_at": "2018-12-12T15:34:17Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "881f1e037524409bbd394c7eb3624034", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941", "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router"}} 2018-12-12 15:34:20,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-ae7a53ce-b5d3-4753-a9fe-2cf308eb1664 2018-12-12 15:34:20,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:20,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-10cf54cc-31e5-4b4d-9311-2787128076da Date: Wed, 12 Dec 2018 15:34:20 GMT RESP BODY: {"ports":[]} 2018-12-12 15:34:20,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 used request id req-10cf54cc-31e5-4b4d-9311-2787128076da 2018-12-12 15:34:20,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:20,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-dff94125-6372-4801-a45e-713170f8771f Date: Wed, 12 Dec 2018 15:34:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f31c4335-34f2-4507-b737-3830dc7db3d3"],"updated_at":"2018-12-12T15:34:11Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1"}]} 2018-12-12 15:34:20,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 used request id req-dff94125-6372-4801-a45e-713170f8771f 2018-12-12 15:34:20,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:20,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:20,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:20,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b6e435-d754-4929-b37d-071e44791e59 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:20,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-b4b6e435-d754-4929-b37d-071e44791e59 2018-12-12 15:34:20,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:20,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0a69fa71-04d3-4876-9562-592168545ed1 Date: Wed, 12 Dec 2018 15:34:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:20,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-0a69fa71-04d3-4876-9562-592168545ed1 2018-12-12 15:34:20,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:20,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eab98053-a817-4d76-b1a5-70cb6dfe1725 Date: Wed, 12 Dec 2018 15:34:20 GMT RESP BODY: {"ports":[]} 2018-12-12 15:34:20,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1&admin_state_up=True used request id req-eab98053-a817-4d76-b1a5-70cb6dfe1725 2018-12-12 15:34:20,832 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1 for router - CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:20,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:20,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:21,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69ceaab96284284aca49fd25dc947db", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}], "expires_at": "2018-12-12T16:34:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "881f1e037524409bbd394c7eb3624034", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-user", "id": "5301e85c8c9344b1aa916a5f7fc49159"}, "audit_ids": ["qsgq7BXeQWebG4HyxJChJw"], "issued_at": "2018-12-12T15:34:21.000000Z"}} 2018-12-12 15:34:21,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e61115993d7a23f9384549501d2686d0104ef" 2018-12-12 15:34:21,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6adece1-a5fb-4efa-822b-341e9d6ac979 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:21,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d6adece1-a5fb-4efa-822b-341e9d6ac979 2018-12-12 15:34:21,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:21,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-966df4ba-5c8f-4928-8e02-462518621404 Date: Wed, 12 Dec 2018 15:34:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f31c4335-34f2-4507-b737-3830dc7db3d3"],"updated_at":"2018-12-12T15:34:11Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1"}]} 2018-12-12 15:34:21,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 used request id req-966df4ba-5c8f-4928-8e02-462518621404 2018-12-12 15:34:21,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:21,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b1d60c59-e491-480e-b04c-773e2fed0b48 Date: Wed, 12 Dec 2018 15:34:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:21,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-b1d60c59-e491-480e-b04c-773e2fed0b48 2018-12-12 15:34:21,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:21,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a76f94f0-aa7d-48c6-b0dc-a48d61fe78fa Date: Wed, 12 Dec 2018 15:34:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f31c4335-34f2-4507-b737-3830dc7db3d3"],"updated_at":"2018-12-12T15:34:11Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1"}]} 2018-12-12 15:34:21,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 used request id req-a76f94f0-aa7d-48c6-b0dc-a48d61fe78fa 2018-12-12 15:34:21,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:21,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:21,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}282e61115993d7a23f9384549501d2686d0104ef" 2018-12-12 15:34:22,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c4659d8-15d5-453d-8664-7c2233acbb37 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:22,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-7c4659d8-15d5-453d-8664-7c2233acbb37 2018-12-12 15:34:22,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:22,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a9506619-d818-407c-a775-158a506740e4 Date: Wed, 12 Dec 2018 15:34:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:22,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-a9506619-d818-407c-a775-158a506740e4 2018-12-12 15:34:22,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:22,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1df55907-518d-426d-8860-262ca0da901f Date: Wed, 12 Dec 2018 15:34:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:22,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1 used request id req-1df55907-518d-426d-8860-262ca0da901f 2018-12-12 15:34:22,478 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 2018-12-12 15:34:22,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" -d '{"port": {"network_id": "cdc0ce33-b742-4fd1-8ea1-f57d397d87a6", "fixed_ips": [{"subnet_id": "f31c4335-34f2-4507-b737-3830dc7db3d3", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1", "admin_state_up": true}}' 2018-12-12 15:34:23,693 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-bb2414f0-b070-4508-9507-c1a399466c97 Date: Wed, 12 Dec 2018 15:34:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.1"}],"id":"fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:7d:be:ee","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1","project_id":"881f1e037524409bbd394c7eb3624034","qos_policy_id":null,"admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:22Z","binding:vnic_type":"normal"}} 2018-12-12 15:34:23,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-bb2414f0-b070-4508-9507-c1a399466c97 2018-12-12 15:34:23,694 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1 for router - CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:23,694 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:23,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" -d '{"port_id": "fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0"}' 2018-12-12 15:34:25,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-05a6e277-1e58-485b-8718-9982e97423f3 Date: Wed, 12 Dec 2018 15:34:25 GMT RESP BODY: {"network_id": "cdc0ce33-b742-4fd1-8ea1-f57d397d87a6", "tenant_id": "881f1e037524409bbd394c7eb3624034", "subnet_id": "f31c4335-34f2-4507-b737-3830dc7db3d3", "subnet_ids": ["f31c4335-34f2-4507-b737-3830dc7db3d3"], "port_id": "fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941"} 2018-12-12 15:34:25,349 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941/add_router_interface used request id req-05a6e277-1e58-485b-8718-9982e97423f3 2018-12-12 15:34:25,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:25,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8e57bcc8-7d88-4ed1-9383-4f138fa9603f Date: Wed, 12 Dec 2018 15:34: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":["efa1d8cc-e515-4821-9553-7bcc75703891"],"updated_at":"2018-12-12T15:34:14Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2"}]} 2018-12-12 15:34:25,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 used request id req-8e57bcc8-7d88-4ed1-9383-4f138fa9603f 2018-12-12 15:34:25,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:25,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d361498-a173-4e5e-a51d-6cb80de3674a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:25,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-1d361498-a173-4e5e-a51d-6cb80de3674a 2018-12-12 15:34:25,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:25,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-53ff8efe-8ad8-4aaa-8400-29e99217ee1a Date: Wed, 12 Dec 2018 15:34:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:25,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-53ff8efe-8ad8-4aaa-8400-29e99217ee1a 2018-12-12 15:34:25,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:26,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8d00cf53-4293-4069-9605-1630dc3aa552 Date: Wed, 12 Dec 2018 15:34:26 GMT RESP BODY: {"ports":[]} 2018-12-12 15:34:26,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2&admin_state_up=True used request id req-8d00cf53-4293-4069-9605-1630dc3aa552 2018-12-12 15:34:26,104 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2 for router - CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:26,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:26,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:26,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69ceaab96284284aca49fd25dc947db", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}], "expires_at": "2018-12-12T16:34:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "881f1e037524409bbd394c7eb3624034", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-user", "id": "5301e85c8c9344b1aa916a5f7fc49159"}, "audit_ids": ["LzvoPfmaTEyfMV1m_6De0Q"], "issued_at": "2018-12-12T15:34:26.000000Z"}} 2018-12-12 15:34:26,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59db960575af7a695c4c8445e22dd74f6091496" 2018-12-12 15:34:26,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3b3912d-ec1b-45b3-9844-04893fc3127e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:26,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d3b3912d-ec1b-45b3-9844-04893fc3127e 2018-12-12 15:34:26,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:26,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f04a0cf8-35ef-4e9b-8fb3-93be6dade793 Date: Wed, 12 Dec 2018 15:34: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":["efa1d8cc-e515-4821-9553-7bcc75703891"],"updated_at":"2018-12-12T15:34:14Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2"}]} 2018-12-12 15:34:26,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 used request id req-f04a0cf8-35ef-4e9b-8fb3-93be6dade793 2018-12-12 15:34:26,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:26,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-cf2588da-9d4e-402d-9530-9bb0d13fbbb2 Date: Wed, 12 Dec 2018 15:34:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:26,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-cf2588da-9d4e-402d-9530-9bb0d13fbbb2 2018-12-12 15:34:26,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:26,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-30f49f79-8574-4911-8d68-3e657e931a56 Date: Wed, 12 Dec 2018 15:34: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":["efa1d8cc-e515-4821-9553-7bcc75703891"],"updated_at":"2018-12-12T15:34:14Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2"}]} 2018-12-12 15:34:26,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 used request id req-30f49f79-8574-4911-8d68-3e657e931a56 2018-12-12 15:34:26,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:26,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:26,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59db960575af7a695c4c8445e22dd74f6091496" 2018-12-12 15:34:27,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-886ce869-b6b1-4321-ba13-86117fd65e85 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:27,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-886ce869-b6b1-4321-ba13-86117fd65e85 2018-12-12 15:34:27,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:27,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3d632dec-da9d-4bdd-9f01-ca1e7d122429 Date: Wed, 12 Dec 2018 15:34:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:27,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-3d632dec-da9d-4bdd-9f01-ca1e7d122429 2018-12-12 15:34:27,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:27,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5102027f-d975-4806-8379-95fcf5e8a5f5 Date: Wed, 12 Dec 2018 15:34:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:27,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2 used request id req-5102027f-d975-4806-8379-95fcf5e8a5f5 2018-12-12 15:34:27,348 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 2018-12-12 15:34:27,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" -d '{"port": {"network_id": "a29e1499-3dce-44ec-b9c9-af8c20276eb6", "fixed_ips": [{"subnet_id": "efa1d8cc-e515-4821-9553-7bcc75703891", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2", "admin_state_up": true}}' 2018-12-12 15:34:28,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-8b34c0c1-d300-47a4-8de8-a6feb2e6d93c Date: Wed, 12 Dec 2018 15:34:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.1"}],"id":"6e74ddf8-f438-4e3b-99f7-728f22252b42","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:ab:97:d9","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2","project_id":"881f1e037524409bbd394c7eb3624034","qos_policy_id":null,"admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:27Z","binding:vnic_type":"normal"}} 2018-12-12 15:34:28,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-8b34c0c1-d300-47a4-8de8-a6feb2e6d93c 2018-12-12 15:34:28,496 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2 for router - CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:28,496 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:28,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" -d '{"port_id": "6e74ddf8-f438-4e3b-99f7-728f22252b42"}' 2018-12-12 15:34:30,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-564a9482-6286-4993-9a8b-ef2dc60aa655 Date: Wed, 12 Dec 2018 15:34:30 GMT RESP BODY: {"network_id": "a29e1499-3dce-44ec-b9c9-af8c20276eb6", "tenant_id": "881f1e037524409bbd394c7eb3624034", "subnet_id": "efa1d8cc-e515-4821-9553-7bcc75703891", "subnet_ids": ["efa1d8cc-e515-4821-9553-7bcc75703891"], "port_id": "6e74ddf8-f438-4e3b-99f7-728f22252b42", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941"} 2018-12-12 15:34:30,013 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941/add_router_interface used request id req-564a9482-6286-4993-9a8b-ef2dc60aa655 2018-12-12 15:34:30,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:30,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-da03ffb5-b8f9-42b8-90ff-e3fbc6241feb Date: Wed, 12 Dec 2018 15:34:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:17Z", "admin_state_up": true, "updated_at": "2018-12-12T15:34:29Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "881f1e037524409bbd394c7eb3624034", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941", "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router"}} 2018-12-12 15:34:30,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941 used request id req-da03ffb5-b8f9-42b8-90ff-e3fbc6241feb 2018-12-12 15:34:30,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:30,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-86583bd0-f43e-449e-bad1-08b34bf7a509 Date: Wed, 12 Dec 2018 15:34:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.1"}],"id":"6e74ddf8-f438-4e3b-99f7-728f22252b42","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:ab:97:d9","project_id":"881f1e037524409bbd394c7eb3624034","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:27Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.1"}],"id":"fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:7d:be:ee","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:22Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"}]} 2018-12-12 15:34:30,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 used request id req-86583bd0-f43e-449e-bad1-08b34bf7a509 2018-12-12 15:34:30,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:30,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-989fd108-e954-4289-9e28-1b17287bb436 Date: Wed, 12 Dec 2018 15:34:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}} 2018-12-12 15:34:30,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 used request id req-989fd108-e954-4289-9e28-1b17287bb436 2018-12-12 15:34:30,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:30,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2f5167e2-d78a-443c-9f96-42d9106da775 Date: Wed, 12 Dec 2018 15:34:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}} 2018-12-12 15:34:30,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 used request id req-2f5167e2-d78a-443c-9f96-42d9106da775 2018-12-12 15:34:30,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:31,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69ceaab96284284aca49fd25dc947db", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}], "expires_at": "2018-12-12T16:34:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "881f1e037524409bbd394c7eb3624034", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-user", "id": "5301e85c8c9344b1aa916a5f7fc49159"}, "audit_ids": ["C7S3H8yfS6qRc1Y5yOxFew"], "issued_at": "2018-12-12T15:34:31.000000Z"}} 2018-12-12 15:34:31,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:31,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-7d38798c-830e-4d16-9b02-d906991919c7 Date: Wed, 12 Dec 2018 15:34:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:17Z", "admin_state_up": true, "updated_at": "2018-12-12T15:34:29Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "881f1e037524409bbd394c7eb3624034", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941", "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router"}]} 2018-12-12 15:34:31,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router&admin_state_up=True used request id req-7d38798c-830e-4d16-9b02-d906991919c7 2018-12-12 15:34:31,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:31,270 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:31,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a9b40e28070197d04f0eb1ac55729b7ef4b192" 2018-12-12 15:34:31,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c9d812c-1f15-472d-933f-1633598e4035 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:31,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-5c9d812c-1f15-472d-933f-1633598e4035 2018-12-12 15:34:31,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:31,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-cfa482d4-70c3-4d36-8876-99fad52dff90 Date: Wed, 12 Dec 2018 15:34:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.1"}],"id":"6e74ddf8-f438-4e3b-99f7-728f22252b42","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:ab:97:d9","project_id":"881f1e037524409bbd394c7eb3624034","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:27Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.1"}],"id":"fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:7d:be:ee","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:22Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"}]} 2018-12-12 15:34:31,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 used request id req-cfa482d4-70c3-4d36-8876-99fad52dff90 2018-12-12 15:34:31,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:31,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-db9cbd80-74ac-498e-b9dd-64aae402320c Date: Wed, 12 Dec 2018 15:34:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}} 2018-12-12 15:34:31,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 used request id req-db9cbd80-74ac-498e-b9dd-64aae402320c 2018-12-12 15:34:31,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:32,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-65e09eb7-d8ee-4284-9c45-692a79a2a78a Date: Wed, 12 Dec 2018 15:34:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}} 2018-12-12 15:34:32,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 used request id req-65e09eb7-d8ee-4284-9c45-692a79a2a78a 2018-12-12 15:34:32,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:32,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:32,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69ceaab96284284aca49fd25dc947db", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role"}], "expires_at": "2018-12-12T16:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "881f1e037524409bbd394c7eb3624034", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/881f1e037524409bbd394c7eb3624034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-user", "id": "5301e85c8c9344b1aa916a5f7fc49159"}, "audit_ids": ["3FL87NRGSraexBP2lXE5VA"], "issued_at": "2018-12-12T15:34:32.000000Z"}} 2018-12-12 15:34:32,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:32,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14eb5afc-e99d-433b-923b-6f6f5c2e59e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:32,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-14eb5afc-e99d-433b-923b-6f6f5c2e59e7 2018-12-12 15:34:32,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:32,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-d5f8f925-9cd1-40da-9771-30f3767c616a Date: Wed, 12 Dec 2018 15:34:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:17Z", "admin_state_up": true, "updated_at": "2018-12-12T15:34:29Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "881f1e037524409bbd394c7eb3624034", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941", "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router"}]} 2018-12-12 15:34:32,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router&admin_state_up=True used request id req-d5f8f925-9cd1-40da-9771-30f3767c616a 2018-12-12 15:34:32,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:32,688 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:32,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:32,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7746c1f0-7fde-4c78-abf2-81b5452eee42 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:32,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-7746c1f0-7fde-4c78-abf2-81b5452eee42 2018-12-12 15:34:32,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:32,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-b1d7c88e-6dc5-4bf3-9712-d31feb1ae8dd Date: Wed, 12 Dec 2018 15:34:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.1"}],"id":"6e74ddf8-f438-4e3b-99f7-728f22252b42","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:ab:97:d9","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:27Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.1"}],"id":"fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:7d:be:ee","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:22Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"}]} 2018-12-12 15:34:32,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 used request id req-b1d7c88e-6dc5-4bf3-9712-d31feb1ae8dd 2018-12-12 15:34:32,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:33,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c4f4e192-c732-4569-97d9-da2ffe38623d Date: Wed, 12 Dec 2018 15:34:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}} 2018-12-12 15:34:33,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 used request id req-c4f4e192-c732-4569-97d9-da2ffe38623d 2018-12-12 15:34:33,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:33,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9b070b88-0c38-4e98-86f2-35d3b119d019 Date: Wed, 12 Dec 2018 15:34:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}} 2018-12-12 15:34:33,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 used request id req-9b070b88-0c38-4e98-86f2-35d3b119d019 2018-12-12 15:34:33,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:33,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ac2ee134-e356-44af-9b41-c41758d556b1 Date: Wed, 12 Dec 2018 15:34:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f31c4335-34f2-4507-b737-3830dc7db3d3"],"updated_at":"2018-12-12T15:34:11Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1"}]} 2018-12-12 15:34:33,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 used request id req-ac2ee134-e356-44af-9b41-c41758d556b1 2018-12-12 15:34:33,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:33,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b3502c-6099-4fa9-9dce-76b12f9cb6d0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:33,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-c0b3502c-6099-4fa9-9dce-76b12f9cb6d0 2018-12-12 15:34:33,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:34,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-bfcf74e8-448a-4400-ad56-8a1ac6d6d3ef Date: Wed, 12 Dec 2018 15:34:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:34,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-bfcf74e8-448a-4400-ad56-8a1ac6d6d3ef 2018-12-12 15:34:34,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:34,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-9ba20f99-7b69-4e16-9e36-a2c53f35461d Date: Wed, 12 Dec 2018 15:34:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.1"}],"id":"fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:7d:be:ee","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:22Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"}]} 2018-12-12 15:34:34,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1&admin_state_up=True used request id req-9ba20f99-7b69-4e16-9e36-a2c53f35461d 2018-12-12 15:34:34,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:34,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2151d437-5af2-4100-8d22-f07fb59602a0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:34,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-2151d437-5af2-4100-8d22-f07fb59602a0 2018-12-12 15:34:34,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:34,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c9b1ec47-5cbd-45d2-a481-561ca96de167 Date: Wed, 12 Dec 2018 15:34:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["efa1d8cc-e515-4821-9553-7bcc75703891"],"updated_at":"2018-12-12T15:34:14Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2"}]} 2018-12-12 15:34:34,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 used request id req-c9b1ec47-5cbd-45d2-a481-561ca96de167 2018-12-12 15:34:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:34,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bb31879-4239-41fa-8353-9117c55ea485 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:34,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-0bb31879-4239-41fa-8353-9117c55ea485 2018-12-12 15:34:34,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:35,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-eefcc8a3-498b-4806-822b-1d941b77c49b Date: Wed, 12 Dec 2018 15:34:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:35,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-eefcc8a3-498b-4806-822b-1d941b77c49b 2018-12-12 15:34:35,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:35,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-45694ba4-1af6-474c-8b40-b933ec6280e6 Date: Wed, 12 Dec 2018 15:34:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.1"}],"id":"6e74ddf8-f438-4e3b-99f7-728f22252b42","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:ab:97:d9","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:27Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"}]} 2018-12-12 15:34:35,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6&name=CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2&admin_state_up=True used request id req-45694ba4-1af6-474c-8b40-b933ec6280e6 2018-12-12 15:34:35,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:35,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b84fc0f-4046-4de9-ba64-6c9f745132bc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:35,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-3b84fc0f-4046-4de9-ba64-6c9f745132bc 2018-12-12 15:34:35,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:35,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-73c562ac-6074-44cd-8f67-fc62e262e3ac Date: Wed, 12 Dec 2018 15:34:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:17Z", "admin_state_up": true, "updated_at": "2018-12-12T15:34:29Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "881f1e037524409bbd394c7eb3624034", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941", "name": "CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router"}} 2018-12-12 15:34:35,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941 used request id req-73c562ac-6074-44cd-8f67-fc62e262e3ac 2018-12-12 15:34:35,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:35,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-6f3431ee-7d37-4fa3-b085-0fff207500fc Date: Wed, 12 Dec 2018 15:34:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.1"}],"id":"6e74ddf8-f438-4e3b-99f7-728f22252b42","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:ab:97:d9","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:27Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.1"}],"id":"fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:7d:be:ee","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:22Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"}]} 2018-12-12 15:34:35,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d38521e7-9986-42da-a5a9-dd1cbb02a941 used request id req-6f3431ee-7d37-4fa3-b085-0fff207500fc 2018-12-12 15:34:35,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:35,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fcbb36a5-a19f-4b24-b191-3329204bb5fd Date: Wed, 12 Dec 2018 15:34:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}} 2018-12-12 15:34:35,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 used request id req-fcbb36a5-a19f-4b24-b191-3329204bb5fd 2018-12-12 15:34:35,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d94c99a4a131f3beee893c797886d5d0787381" 2018-12-12 15:34:35,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3f5239f5-3675-4f10-87e0-668a9a4db810 Date: Wed, 12 Dec 2018 15:34:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}} 2018-12-12 15:34:35,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 used request id req-3f5239f5-3675-4f10-87e0-668a9a4db810 2018-12-12 15:34:35,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:36,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ff489f55-1ca7-4772-ab36-1e98134164ec Date: Wed, 12 Dec 2018 15:34: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":["f31c4335-34f2-4507-b737-3830dc7db3d3"],"updated_at":"2018-12-12T15:34:11Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1"}]} 2018-12-12 15:34:36,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-ff489f55-1ca7-4772-ab36-1e98134164ec 2018-12-12 15:34:36,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:36,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-93ecce7c-d04a-49c9-ae74-bc975299a81e Date: Wed, 12 Dec 2018 15:34:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:36,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-93ecce7c-d04a-49c9-ae74-bc975299a81e 2018-12-12 15:34:36,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:36,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-7b9f4fd5-26ba-414c-9915-e74d810dd5c5 Date: Wed, 12 Dec 2018 15:34:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.4"}],"id":"3558b5a2-87e1-4f8e-af5c-0ae53d577eca","security_groups":[],"mac_address":"fa:16:3e:7c:df:e5","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cdc0ce33-b742-4fd1-8ea1-f57d397d87a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.2"}],"id":"7a06dc3e-2415-4b6d-9334-082c9b3da4d5","security_groups":[],"mac_address":"fa:16:3e:a6:ea:32","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cdc0ce33-b742-4fd1-8ea1-f57d397d87a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.3"}],"id":"a8b93d4c-4422-45d0-bea2-cd2ef156fe37","security_groups":[],"mac_address":"fa:16:3e:82:e0:a1","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cdc0ce33-b742-4fd1-8ea1-f57d397d87a6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f31c4335-34f2-4507-b737-3830dc7db3d3","ip_address":"10.200.201.1"}],"id":"fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:7d:be:ee","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1","admin_state_up":true,"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:22Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"}]} 2018-12-12 15:34:36,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-7b9f4fd5-26ba-414c-9915-e74d810dd5c5 2018-12-12 15:34:36,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:36,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-33938c2e-dfb2-4d38-bec3-9a3de6ec6190 Date: Wed, 12 Dec 2018 15:34: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":["efa1d8cc-e515-4821-9553-7bcc75703891"],"updated_at":"2018-12-12T15:34:14Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2"}]} 2018-12-12 15:34:36,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-33938c2e-dfb2-4d38-bec3-9a3de6ec6190 2018-12-12 15:34:36,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:36,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-79faab83-c309-4de3-9643-1f14b1deeed5 Date: Wed, 12 Dec 2018 15:34:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:36,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-79faab83-c309-4de3-9643-1f14b1deeed5 2018-12-12 15:34:36,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:37,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-d08bf9d2-62c9-413d-9bb1-1891cc27d5c9 Date: Wed, 12 Dec 2018 15:34:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.3"}],"id":"6323ad22-140f-4f7b-9a7e-c763dc2d254f","security_groups":[],"mac_address":"fa:16:3e:51:8e:f2","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a29e1499-3dce-44ec-b9c9-af8c20276eb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.4"}],"id":"6582132c-b00f-47f0-876a-49f033461bef","security_groups":[],"mac_address":"fa:16:3e:6b:a2:1f","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a29e1499-3dce-44ec-b9c9-af8c20276eb6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.1"}],"id":"6e74ddf8-f438-4e3b-99f7-728f22252b42","security_groups":["4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3"],"mac_address":"fa:16:3e:ab:97:d9","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:27Z","binding:vnic_type":"normal","device_id":"d38521e7-9986-42da-a5a9-dd1cbb02a941"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:34:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"efa1d8cc-e515-4821-9553-7bcc75703891","ip_address":"10.200.202.2"}],"id":"9aeac810-6a6f-4ae9-96b2-cd659f01196e","security_groups":[],"mac_address":"fa:16:3e:7d:55:73","project_id":"881f1e037524409bbd394c7eb3624034","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a29e1499-3dce-44ec-b9c9-af8c20276eb6"}]} 2018-12-12 15:34:37,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-d08bf9d2-62c9-413d-9bb1-1891cc27d5c9 2018-12-12 15:34:37,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:37,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c0a224ce-354e-4b00-b4fa-5c8ace32d2ba Date: Wed, 12 Dec 2018 15:34:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}} 2018-12-12 15:34:37,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 used request id req-c0a224ce-354e-4b00-b4fa-5c8ace32d2ba 2018-12-12 15:34:37,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:37,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-101670e1-6743-4c1b-a25b-f230d57136ca Date: Wed, 12 Dec 2018 15:34: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":["f31c4335-34f2-4507-b737-3830dc7db3d3"],"updated_at":"2018-12-12T15:34:11Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1"}]} 2018-12-12 15:34:37,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-101670e1-6743-4c1b-a25b-f230d57136ca 2018-12-12 15:34:37,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:37,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-452a2cee-1cc8-4c5d-b425-794c931167ad Date: Wed, 12 Dec 2018 15:34:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc0ce33-b742-4fd1-8ea1-f57d397d87a6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:11Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:11Z","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":"881f1e037524409bbd394c7eb3624034","id":"f31c4335-34f2-4507-b737-3830dc7db3d3","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1"}]} 2018-12-12 15:34:37,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-452a2cee-1cc8-4c5d-b425-794c931167ad 2018-12-12 15:34:37,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:37,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-963fb3ac-9b0b-4c31-86a0-f3b6dc7d650c Date: Wed, 12 Dec 2018 15:34:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}} 2018-12-12 15:34:37,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 used request id req-963fb3ac-9b0b-4c31-86a0-f3b6dc7d650c 2018-12-12 15:34:37,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:38,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bc3716b7-5424-4d3e-ada8-c2be1ff23f2c Date: Wed, 12 Dec 2018 15:34:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["efa1d8cc-e515-4821-9553-7bcc75703891"],"updated_at":"2018-12-12T15:34:14Z","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"881f1e037524409bbd394c7eb3624034","id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2"}]} 2018-12-12 15:34:38,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-bc3716b7-5424-4d3e-ada8-c2be1ff23f2c 2018-12-12 15:34:38,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}441facebb117f95771c21a6f66d5c2b59087de84" 2018-12-12 15:34:38,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7249f4d7-ab17-41a3-bf82-c43d6678b0d8 Date: Wed, 12 Dec 2018 15:34:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a29e1499-3dce-44ec-b9c9-af8c20276eb6","tenant_id":"881f1e037524409bbd394c7eb3624034","created_at":"2018-12-12T15:34:14Z","dns_nameservers":[],"updated_at":"2018-12-12T15:34:14Z","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":"881f1e037524409bbd394c7eb3624034","id":"efa1d8cc-e515-4821-9553-7bcc75703891","subnetpool_id":null,"name":"CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2"}]} 2018-12-12 15:34:38,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-7249f4d7-ab17-41a3-bf82-c43d6678b0d8 2018-12-12 15:34:38,152 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router and port CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port1 2018-12-12 15:34:38,153 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:38,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" -d '{"port_id": "fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0"}' 2018-12-12 15:34:39,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e55c80b3-9c1e-4d73-a573-02c125471d9b Date: Wed, 12 Dec 2018 15:34:39 GMT RESP BODY: {"network_id": "cdc0ce33-b742-4fd1-8ea1-f57d397d87a6", "tenant_id": "881f1e037524409bbd394c7eb3624034", "subnet_id": "f31c4335-34f2-4507-b737-3830dc7db3d3", "subnet_ids": ["f31c4335-34f2-4507-b737-3830dc7db3d3"], "port_id": "fcf4f1e4-7a91-434a-b68d-191ddb4ffdd0", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941"} 2018-12-12 15:34:39,370 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941/remove_router_interface used request id req-e55c80b3-9c1e-4d73-a573-02c125471d9b 2018-12-12 15:34:39,371 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router and port CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-port2 2018-12-12 15:34:39,371 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:39,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" -d '{"port_id": "6e74ddf8-f438-4e3b-99f7-728f22252b42"}' 2018-12-12 15:34:40,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-03d38875-3292-4e64-bc51-8d7af336fcd9 Date: Wed, 12 Dec 2018 15:34:40 GMT RESP BODY: {"network_id": "a29e1499-3dce-44ec-b9c9-af8c20276eb6", "tenant_id": "881f1e037524409bbd394c7eb3624034", "subnet_id": "efa1d8cc-e515-4821-9553-7bcc75703891", "subnet_ids": ["efa1d8cc-e515-4821-9553-7bcc75703891"], "port_id": "6e74ddf8-f438-4e3b-99f7-728f22252b42", "id": "d38521e7-9986-42da-a5a9-dd1cbb02a941"} 2018-12-12 15:34:40,903 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941/remove_router_interface used request id req-03d38875-3292-4e64-bc51-8d7af336fcd9 2018-12-12 15:34:40,904 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:40,904 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-router 2018-12-12 15:34:40,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849de1a86817066d78dfe4367749ff0f0f83fc3d" 2018-12-12 15:34:43,819 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9c27734-949f-4e16-ab85-0f9ea4d74c06 Content-Length: 0 Date: Wed, 12 Dec 2018 15:34:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:34:43,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d38521e7-9986-42da-a5a9-dd1cbb02a941 used request id req-c9c27734-949f-4e16-ab85-0f9ea4d74c06 2018-12-12 15:34:43,820 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1 2018-12-12 15:34:43,820 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet1 2018-12-12 15:34:43,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" 2018-12-12 15:34:46,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-75cec130-e12b-4db8-8623-b7a07af4010c Date: Wed, 12 Dec 2018 15:34:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:34:46,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/f31c4335-34f2-4507-b737-3830dc7db3d3 used request id req-75cec130-e12b-4db8-8623-b7a07af4010c 2018-12-12 15:34:46,112 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net1 2018-12-12 15:34:46,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff46167494bae465709aad5a97cd57e95e87dd56" 2018-12-12 15:34:46,942 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65e54707-bc84-4820-945d-d8c9112be7e7 Date: Wed, 12 Dec 2018 15:34:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:34:46,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/cdc0ce33-b742-4fd1-8ea1-f57d397d87a6 used request id req-65e54707-bc84-4820-945d-d8c9112be7e7 2018-12-12 15:34:46,943 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2 2018-12-12 15:34:46,943 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-subnet2 2018-12-12 15:34:46,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" 2018-12-12 15:34:49,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3561849c-ffd1-4c10-99b1-13cc7b41755d Date: Wed, 12 Dec 2018 15:34:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:34:49,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/efa1d8cc-e515-4821-9553-7bcc75703891 used request id req-3561849c-ffd1-4c10-99b1-13cc7b41755d 2018-12-12 15:34:49,145 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-cfc74062-6d89-4d8a-8621-f168d7350128-pub-net2 2018-12-12 15:34:49,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/a29e1499-3dce-44ec-b9c9-af8c20276eb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d00f68359024804dcbfdd5e6951b6773e118ee" 2018-12-12 15:34:50,450 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b74a9161-2cea-4598-aff9-7be7869d8729 Date: Wed, 12 Dec 2018 15:34:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:34:50,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/a29e1499-3dce-44ec-b9c9-af8c20276eb6 used request id req-b74a9161-2cea-4598-aff9-7be7869d8729 2018-12-12 15:34:50,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:50,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-27c99e91-9d0d-419e-856c-36d5cf3fd41d Date: Wed, 12 Dec 2018 15:34:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:10Z", "updated_at": "2018-12-12T15:34:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:34:10Z", "revision_number": 0, "id": "237d4717-ff1e-487a-8930-4948f9fce35d", "remote_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "remote_ip_prefix": null, "created_at": "2018-12-12T15:34:10Z", "security_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "tenant_id": "881f1e037524409bbd394c7eb3624034", "port_range_min": null, "ethertype": "IPv6", "project_id": "881f1e037524409bbd394c7eb3624034"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:34:10Z", "revision_number": 0, "id": "36243ee2-f277-444d-be41-7601afaaf6c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:34:10Z", "security_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "tenant_id": "881f1e037524409bbd394c7eb3624034", "port_range_min": null, "ethertype": "IPv6", "project_id": "881f1e037524409bbd394c7eb3624034"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:34:10Z", "revision_number": 0, "id": "4ffa25c8-0e3a-45c2-bb76-666a7ab98e34", "remote_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "remote_ip_prefix": null, "created_at": "2018-12-12T15:34:10Z", "security_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "tenant_id": "881f1e037524409bbd394c7eb3624034", "port_range_min": null, "ethertype": "IPv4", "project_id": "881f1e037524409bbd394c7eb3624034"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:34:10Z", "revision_number": 0, "id": "f224b575-86b8-4342-b8a0-b588c54eaa9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:34:10Z", "security_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "tenant_id": "881f1e037524409bbd394c7eb3624034", "port_range_min": null, "ethertype": "IPv4", "project_id": "881f1e037524409bbd394c7eb3624034"}], "revision_number": 4, "project_id": "881f1e037524409bbd394c7eb3624034", "id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:34:50,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-27c99e91-9d0d-419e-856c-36d5cf3fd41d 2018-12-12 15:34:50,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:50,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d80683-04ef-42c6-8307-377f6e40dc28 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034"}, "enabled": true, "id": "881f1e037524409bbd394c7eb3624034", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-fa87734d-d9d7-421-proj"}} 2018-12-12 15:34:50,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-69d80683-04ef-42c6-8307-377f6e40dc28 2018-12-12 15:34:50,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3 2018-12-12 15:34:50,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:50,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-90aef3c8-3361-4c52-8a9b-1cbd5d83ae83 Date: Wed, 12 Dec 2018 15:34:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:34:10Z", "security_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "port_range_min": null, "revision_number": 0, "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:10Z", "project_id": "881f1e037524409bbd394c7eb3624034", "id": "237d4717-ff1e-487a-8930-4948f9fce35d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:34:10Z", "security_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "port_range_min": null, "revision_number": 0, "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:10Z", "project_id": "881f1e037524409bbd394c7eb3624034", "id": "36243ee2-f277-444d-be41-7601afaaf6c9"}, {"remote_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:34:10Z", "security_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "port_range_min": null, "revision_number": 0, "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:10Z", "project_id": "881f1e037524409bbd394c7eb3624034", "id": "4ffa25c8-0e3a-45c2-bb76-666a7ab98e34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:34:10Z", "security_group_id": "4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3", "port_range_min": null, "revision_number": 0, "tenant_id": "881f1e037524409bbd394c7eb3624034", "created_at": "2018-12-12T15:34:10Z", "project_id": "881f1e037524409bbd394c7eb3624034", "id": "f224b575-86b8-4342-b8a0-b588c54eaa9f"}]} 2018-12-12 15:34:51,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3 used request id req-90aef3c8-3361-4c52-8a9b-1cbd5d83ae83 2018-12-12 15:34:51,000 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:34:51,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:51,368 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-202204a6-d7ac-4b51-ad47-e79215317511 Content-Length: 0 Date: Wed, 12 Dec 2018 15:34:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:34:51,369 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/4e1316a8-2e1b-46e0-9f1d-fbf9d831b6e3 used request id req-202204a6-d7ac-4b51-ad47-e79215317511 2018-12-12 15:34:51,369 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-fa87734d-d9d7-421-proj 2018-12-12 15:34:51,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:51,584 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:34:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45fb539c-e82b-4390-99f7-71a5c397b178 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:34:51,584 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/881f1e037524409bbd394c7eb3624034 used request id req-45fb539c-e82b-4390-99f7-71a5c397b178 2018-12-12 15:34:51,585 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-fa87734d-d9d7-421-proj-role 2018-12-12 15:34:51,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f69ceaab96284284aca49fd25dc947db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:51,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:34:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8af83021-0cb7-447a-ab80-440bd5d05766 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:34:51,707 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f69ceaab96284284aca49fd25dc947db used request id req-8af83021-0cb7-447a-ab80-440bd5d05766 2018-12-12 15:34:51,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e06a60996273a17ca5ac68925a04411068c94a7" 2018-12-12 15:34:51,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5649a50e-236f-41a4-abae-d64e7e8103bb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:34:51,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5649a50e-236f-41a4-abae-d64e7e8103bb 2018-12-12 15:34:51,793 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-fa87734d-d9d7-421-user 2018-12-12 15:34:51,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/5301e85c8c9344b1aa916a5f7fc49159 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20e7365717be5a629ec15694fbadf79b49dea60d" 2018-12-12 15:34:51,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:34:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21f2eb0c-05c3-4aba-b251-b90aadf52b46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:34:51,982 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/5301e85c8c9344b1aa916a5f7fc49159 used request id req-21f2eb0c-05c3-4aba-b251-b90aadf52b46 2018-12-12 15:34:51,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:52,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:34:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["2TSj0h2jRkup3LubHkAU4A"], "issued_at": "2018-12-12T15:34:52.000000Z"}} 2018-12-12 15:34:52,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728a5465956185e0e04d39139afe03276c26650d" 2018-12-12 15:34:52,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8cfecf-0e41-43d9-8ad2-c0ee1d9d9ff8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:52,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b8cfecf-0e41-43d9-8ad2-c0ee1d9d9ff8 2018-12-12 15:34:52,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:52,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:52,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:34:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6UGS9EoHTjSP9kXu7We7gw"], "issued_at": "2018-12-12T15:34:52.000000Z"}} 2018-12-12 15:34:52,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:34:52,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac069142-cd02-44f7-818b-d02c136148df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:52,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ac069142-cd02-44f7-818b-d02c136148df 2018-12-12 15:34:52,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:52,937 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:52,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-db404792-42d9-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:34:53,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d00e03-6cff-4617-98e0-df317b8f6581 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-db404792-42d9-499-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:34:53,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-db404792-42d9-499-proj used request id req-a1d00e03-6cff-4617-98e0-df317b8f6581 2018-12-12 15:34:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:34:53,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a22f11-1bac-487c-b356-c1a8a14964be Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:34:53,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-31a22f11-1bac-487c-b356-c1a8a14964be 2018-12-12 15:34:53,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj"}}' 2018-12-12 15:34:53,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:34:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7959c798-3629-4fa1-a78c-1108bcedbed7 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c"}, "enabled": true, "id": "8ab853032f9d43189c08c62ae206e16c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj"}} 2018-12-12 15:34:53,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7959c798-3629-4fa1-a78c-1108bcedbed7 2018-12-12 15:34:53,228 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-db404792-42d9-499-proj 2018-12-12 15:34:53,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:53,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:53,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:34:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["LeftOtcGSFWvxcG1JE4pCA"], "issued_at": "2018-12-12T15:34:53.000000Z"}} 2018-12-12 15:34:53,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c500d41d4301fb5ffbee9fa450d1ef3bcdf9d39" 2018-12-12 15:34:53,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13504cf-e6b7-4774-8b66-e24c7f9c8de8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:53,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b13504cf-e6b7-4774-8b66-e24c7f9c8de8 2018-12-12 15:34:53,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:34:53,634 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:34: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:34:53,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c500d41d4301fb5ffbee9fa450d1ef3bcdf9d39" 2018-12-12 15:34:53,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc3bc65-b907-428a-90ad-9ac84f3cff07 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:34:53,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1dc3bc65-b907-428a-90ad-9ac84f3cff07 2018-12-12 15:34:53,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-db404792-42d9-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c500d41d4301fb5ffbee9fa450d1ef3bcdf9d39" 2018-12-12 15:34:53,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ab840b-7516-4bd5-b34a-dc20edffe3e2 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-db404792-42d9-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c"}, "enabled": true, "id": "8ab853032f9d43189c08c62ae206e16c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj"}]} 2018-12-12 15:34:53,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-db404792-42d9-499-proj used request id req-c8ab840b-7516-4bd5-b34a-dc20edffe3e2 2018-12-12 15:34:53,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c500d41d4301fb5ffbee9fa450d1ef3bcdf9d39" 2018-12-12 15:34:53,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5854cc44-0d75-4a46-9db1-8a4a454086d2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:34:53,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5854cc44-0d75-4a46-9db1-8a4a454086d2 2018-12-12 15:34:54,234 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-db404792-42d9-499-user 2018-12-12 15:34:54,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:54,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:34:54,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dfb11a8-dda3-4ce7-8376-f30f9f436ec7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:34:54,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2dfb11a8-dda3-4ce7-8376-f30f9f436ec7 2018-12-12 15:34:54,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" -d '{"role": {"name": "CreateRouterSuccessTests-db404792-42d9-499-proj-role"}}' 2018-12-12 15:34:54,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:34:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6da1231-48cc-4eb2-a173-26d1999384e0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "115fcc7c5c8140e78221ebe98a16428a", "links": {"self": "http://172.30.9.29:5000/v3/roles/115fcc7c5c8140e78221ebe98a16428a"}, "name": "CreateRouterSuccessTests-db404792-42d9-499-proj-role"}} 2018-12-12 15:34:54,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d6da1231-48cc-4eb2-a173-26d1999384e0 2018-12-12 15:34:54,437 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-db404792-42d9-499-proj-role 2018-12-12 15:34:54,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/115fcc7c5c8140e78221ebe98a16428a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:34:54,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1694f972-8232-4ae6-93b5-fcc87625f804 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/115fcc7c5c8140e78221ebe98a16428a"}, "domain_id": null, "name": "CreateRouterSuccessTests-db404792-42d9-499-proj-role", "id": "115fcc7c5c8140e78221ebe98a16428a"}} 2018-12-12 15:34:54,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/115fcc7c5c8140e78221ebe98a16428a used request id req-1694f972-8232-4ae6-93b5-fcc87625f804 2018-12-12 15:34:54,458 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-db404792-42d9-499-proj-role to project CreateRouterSuccessTests-db404792-42d9-499-proj 2018-12-12 15:34:54,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c/users/fef65f3a53034222b3c5b0416ea304ea/roles/115fcc7c5c8140e78221ebe98a16428a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:34:54,590 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:34:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c06073a8-041d-428b-bcd0-80b1f6a48b5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:34:54,590 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c/users/fef65f3a53034222b3c5b0416ea304ea/roles/115fcc7c5c8140e78221ebe98a16428a used request id req-c06073a8-041d-428b-bcd0-80b1f6a48b5e 2018-12-12 15:34:54,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:54,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:54,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "115fcc7c5c8140e78221ebe98a16428a", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj-role"}], "expires_at": "2018-12-12T16:34:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ab853032f9d43189c08c62ae206e16c", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-db404792-42d9-499-user", "id": "fef65f3a53034222b3c5b0416ea304ea"}, "audit_ids": ["nt3OuHaqT6SLzfInN7modg"], "issued_at": "2018-12-12T15:34:54.000000Z"}} 2018-12-12 15:34:54,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" 2018-12-12 15:34:55,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d65d989-8639-4c03-bb11-b82e94ca63dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:55,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0d65d989-8639-4c03-bb11-b82e94ca63dc 2018-12-12 15:34:55,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" 2018-12-12 15:34:55,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f4cfad23-6c63-41cd-917a-9c75833c3a64 Date: Wed, 12 Dec 2018 15:34:55 GMT RESP BODY: {"routers": []} 2018-12-12 15:34:55,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router&admin_state_up=True used request id req-f4cfad23-6c63-41cd-917a-9c75833c3a64 2018-12-12 15:34:55,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:34:55,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:34:55,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "115fcc7c5c8140e78221ebe98a16428a", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj-role"}], "expires_at": "2018-12-12T16:34:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ab853032f9d43189c08c62ae206e16c", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-db404792-42d9-499-user", "id": "fef65f3a53034222b3c5b0416ea304ea"}, "audit_ids": ["lRLkTKm7Q6yWaHvmkEhMMw"], "issued_at": "2018-12-12T15:34:55.000000Z"}} 2018-12-12 15:34:55,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a666c74aa72f9a6dc5a9aa8c598a73d8559c28a1" 2018-12-12 15:34:55,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e1cef26-942f-4a29-98dc-5a9d621f179c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:34:55,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3e1cef26-942f-4a29-98dc-5a9d621f179c 2018-12-12 15:34:55,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" 2018-12-12 15:34:56,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cb78201c-a6de-4733-8a70-da83c2cd60cc Date: Wed, 12 Dec 2018 15:34:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:34:56,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-cb78201c-a6de-4733-8a70-da83c2cd60cc 2018-12-12 15:34:56,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" 2018-12-12 15:34:56,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-00c33b20-3ce8-4a66-93fe-0459755f20df Date: Wed, 12 Dec 2018 15:34:56 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:34:56,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-00c33b20-3ce8-4a66-93fe-0459755f20df 2018-12-12 15:34:56,233 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router 2018-12-12 15:34:56,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router", "admin_state_up": true}}' 2018-12-12 15:35:01,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-2abf9e4d-46e3-40d2-af14-d76b30aad2e1 Date: Wed, 12 Dec 2018 15:35:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8ab853032f9d43189c08c62ae206e16c", "created_at": "2018-12-12T15:34:57Z", "admin_state_up": true, "updated_at": "2018-12-12T15:34:58Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "8ab853032f9d43189c08c62ae206e16c", "id": "61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8", "name": "CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router"}} 2018-12-12 15:35:01,319 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-2abf9e4d-46e3-40d2-af14-d76b30aad2e1 2018-12-12 15:35:01,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" 2018-12-12 15:35:01,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e8fa7232-b0c1-499f-bc9b-e12189e55fa9 Date: Wed, 12 Dec 2018 15:35:01 GMT RESP BODY: {"ports":[]} 2018-12-12 15:35:01,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 used request id req-e8fa7232-b0c1-499f-bc9b-e12189e55fa9 2018-12-12 15:35:01,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" 2018-12-12 15:35:01,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-16aea379-5d51-45c5-9c01-fa52c75b8917 Date: Wed, 12 Dec 2018 15:35:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8ab853032f9d43189c08c62ae206e16c", "created_at": "2018-12-12T15:34:57Z", "admin_state_up": true, "updated_at": "2018-12-12T15:35:00Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8ab853032f9d43189c08c62ae206e16c", "id": "61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8", "name": "CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router"}} 2018-12-12 15:35:01,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 used request id req-16aea379-5d51-45c5-9c01-fa52c75b8917 2018-12-12 15:35:01,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" 2018-12-12 15:35:01,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d56cbf75-6624-4d3d-8f33-ea10260c55cd Date: Wed, 12 Dec 2018 15:35:01 GMT RESP BODY: {"ports":[]} 2018-12-12 15:35:01,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 used request id req-d56cbf75-6624-4d3d-8f33-ea10260c55cd 2018-12-12 15:35:01,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:02,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "115fcc7c5c8140e78221ebe98a16428a", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj-role"}], "expires_at": "2018-12-12T16:35:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ab853032f9d43189c08c62ae206e16c", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/8ab853032f9d43189c08c62ae206e16c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-db404792-42d9-499-user", "id": "fef65f3a53034222b3c5b0416ea304ea"}, "audit_ids": ["YhKh2DikRxiB6ZQxWfjmkg"], "issued_at": "2018-12-12T15:35:02.000000Z"}} 2018-12-12 15:35:02,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b3ef02f6b118f5b39e875a56dcf2f6e578275d0" 2018-12-12 15:35:02,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-96032b40-d009-4512-bd30-f40b1ca50ed8 Date: Wed, 12 Dec 2018 15:35:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8ab853032f9d43189c08c62ae206e16c", "created_at": "2018-12-12T15:34:57Z", "admin_state_up": true, "updated_at": "2018-12-12T15:35:00Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8ab853032f9d43189c08c62ae206e16c", "id": "61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8", "name": "CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router"}]} 2018-12-12 15:35:02,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router&admin_state_up=True used request id req-96032b40-d009-4512-bd30-f40b1ca50ed8 2018-12-12 15:35:02,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:02,552 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:02,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728a5465956185e0e04d39139afe03276c26650d" 2018-12-12 15:35:02,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f6cf157-9182-4678-ac17-823e0870d1b6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c"}, "enabled": true, "id": "8ab853032f9d43189c08c62ae206e16c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-db404792-42d9-499-proj"}} 2018-12-12 15:35:02,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c used request id req-9f6cf157-9182-4678-ac17-823e0870d1b6 2018-12-12 15:35:02,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b3ef02f6b118f5b39e875a56dcf2f6e578275d0" 2018-12-12 15:35:02,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7a4e6d80-8fae-4d2a-8e02-7ab5fc75d72e Date: Wed, 12 Dec 2018 15:35:02 GMT RESP BODY: {"ports":[]} 2018-12-12 15:35:02,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 used request id req-7a4e6d80-8fae-4d2a-8e02-7ab5fc75d72e 2018-12-12 15:35:02,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b3ef02f6b118f5b39e875a56dcf2f6e578275d0" 2018-12-12 15:35:03,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-623c0d62-dd9e-4f96-b67f-effbe3b279f9 Date: Wed, 12 Dec 2018 15:35:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:35:03,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-623c0d62-dd9e-4f96-b67f-effbe3b279f9 2018-12-12 15:35:03,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b3ef02f6b118f5b39e875a56dcf2f6e578275d0" 2018-12-12 15:35:03,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-15399e29-2a0b-43d9-99a3-fcffc3d81664 Date: Wed, 12 Dec 2018 15:35:03 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:35:03,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-15399e29-2a0b-43d9-99a3-fcffc3d81664 2018-12-12 15:35:03,124 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router 2018-12-12 15:35:03,124 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-dfb6efbd-f50a-45a8-8704-08029ef6d9da-pub-router 2018-12-12 15:35:03,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bedf59162e7176c751943627ad063e676a60cfa" 2018-12-12 15:35:06,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-580d1334-564f-47b3-ac1c-1bba63842916 Content-Length: 0 Date: Wed, 12 Dec 2018 15:35:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:35:06,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/61d0fad3-bb7c-4b0a-95a3-c593ee3eeef8 used request id req-580d1334-564f-47b3-ac1c-1bba63842916 2018-12-12 15:35:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:35:06,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-247f9ae9-041f-4d79-b6e0-623ffbcbf2d0 Date: Wed, 12 Dec 2018 15:35:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:35:06,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-247f9ae9-041f-4d79-b6e0-623ffbcbf2d0 2018-12-12 15:35:06,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:35:06,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1db37a6-ba42-4232-b79a-c05ad3d2312b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:35:06,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-c1db37a6-ba42-4232-b79a-c05ad3d2312b 2018-12-12 15:35:06,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:35:06,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0127d702-85d4-4c77-9fd8-828211ab5b49 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:35:06,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-0127d702-85d4-4c77-9fd8-828211ab5b49 2018-12-12 15:35:06,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:35:07,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc45b6ee-697e-417f-a34c-f034a70fab99 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:35:07,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-bc45b6ee-697e-417f-a34c-f034a70fab99 2018-12-12 15:35:07,067 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-db404792-42d9-499-proj 2018-12-12 15:35:07,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:35:07,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45ae2c15-1f5f-4857-900d-a1739d31f9a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:07,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8ab853032f9d43189c08c62ae206e16c used request id req-45ae2c15-1f5f-4857-900d-a1739d31f9a3 2018-12-12 15:35:07,405 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-db404792-42d9-499-proj-role 2018-12-12 15:35:07,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/115fcc7c5c8140e78221ebe98a16428a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:35:07,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6f6ec7e-093e-4494-9c53-59caa202ebe0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:07,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/115fcc7c5c8140e78221ebe98a16428a used request id req-d6f6ec7e-093e-4494-9c53-59caa202ebe0 2018-12-12 15:35:07,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be02ccef96f552f008e012af84bbec7cc2e0017" 2018-12-12 15:35:07,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc874bb-022c-4f5a-8f27-3e853b90b865 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:35:07,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-acc874bb-022c-4f5a-8f27-3e853b90b865 2018-12-12 15:35:07,608 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-db404792-42d9-499-user 2018-12-12 15:35:07,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/fef65f3a53034222b3c5b0416ea304ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c500d41d4301fb5ffbee9fa450d1ef3bcdf9d39" 2018-12-12 15:35:07,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d04c6ec8-9236-48e9-a25d-d439fe67f6ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:07,833 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/fef65f3a53034222b3c5b0416ea304ea used request id req-d04c6ec8-9236-48e9-a25d-d439fe67f6ac 2018-12-12 15:35:07,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:08,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["lukj2RHLRS2plRfSkg35xg"], "issued_at": "2018-12-12T15:35:08.000000Z"}} 2018-12-12 15:35:08,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:08,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d60665bd-4322-44d0-bed5-9292051f278c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:08,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d60665bd-4322-44d0-bed5-9292051f278c 2018-12-12 15:35:08,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:08,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:08,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vZ55jrTGThGlUDcH3Deznw"], "issued_at": "2018-12-12T15:35:08.000000Z"}} 2018-12-12 15:35:08,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:08,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19f2d7d4-ff25-4f35-a2db-f4af060145c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:08,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-19f2d7d4-ff25-4f35-a2db-f4af060145c3 2018-12-12 15:35:08,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:08,791 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:35:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:08,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:08,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4d1fd99-f9c3-40a9-9b1c-24fd579a35a6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:35:08,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj used request id req-d4d1fd99-f9c3-40a9-9b1c-24fd579a35a6 2018-12-12 15:35:08,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:08,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-686d8bce-ec2e-48ce-b3ff-0b2887645b41 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:35:08,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-686d8bce-ec2e-48ce-b3ff-0b2887645b41 2018-12-12 15:35:08,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj"}}' 2018-12-12 15:35:09,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce2146e6-7c5a-4f1d-905c-b0bfd0ec8e9c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a0e657aa111d443ea56dd2efd236cb0c"}, "enabled": true, "id": "a0e657aa111d443ea56dd2efd236cb0c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj"}} 2018-12-12 15:35:09,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ce2146e6-7c5a-4f1d-905c-b0bfd0ec8e9c 2018-12-12 15:35:09,085 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj 2018-12-12 15:35:09,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:09,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:09,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["wKljr_sSRECiwL_NSpVSMA"], "issued_at": "2018-12-12T15:35:09.000000Z"}} 2018-12-12 15:35:09,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef980c281b7374dcb07522ef4e081832105ff49" 2018-12-12 15:35:09,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59625e82-b92c-4a39-9ce2-7a42104ee049 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:09,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-59625e82-b92c-4a39-9ce2-7a42104ee049 2018-12-12 15:35:09,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:09,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:35: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:09,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef980c281b7374dcb07522ef4e081832105ff49" 2018-12-12 15:35:09,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e11eaf-f327-4806-9e36-0d70baad229e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:35:09,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-97e11eaf-f327-4806-9e36-0d70baad229e 2018-12-12 15:35:09,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef980c281b7374dcb07522ef4e081832105ff49" 2018-12-12 15:35:09,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ecc9ae-c785-4535-8dc6-1e6e82e7b0a2 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a0e657aa111d443ea56dd2efd236cb0c"}, "enabled": true, "id": "a0e657aa111d443ea56dd2efd236cb0c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj"}]} 2018-12-12 15:35:09,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj used request id req-d6ecc9ae-c785-4535-8dc6-1e6e82e7b0a2 2018-12-12 15:35:09,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef980c281b7374dcb07522ef4e081832105ff49" 2018-12-12 15:35:09,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd6561b-d5eb-4587-8b43-4dfa61079cfc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:35:09,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3dd6561b-d5eb-4587-8b43-4dfa61079cfc 2018-12-12 15:35:10,156 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-cb14bcc1-1d28-4bb-user 2018-12-12 15:35:10,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:10,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:10,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e3dab4-07bc-4ce1-b798-e054122c1aef Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:35:10,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-96e3dab4-07bc-4ce1-b798-e054122c1aef 2018-12-12 15:35:10,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" -d '{"role": {"name": "CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj-role"}}' 2018-12-12 15:35:10,359 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:35:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f68219a-d5a2-4459-af0d-85974170b404 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a99a14babef44a3b9dcd88ceb5bb9358", "links": {"self": "http://172.30.9.29:5000/v3/roles/a99a14babef44a3b9dcd88ceb5bb9358"}, "name": "CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj-role"}} 2018-12-12 15:35:10,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5f68219a-d5a2-4459-af0d-85974170b404 2018-12-12 15:35:10,360 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj-role 2018-12-12 15:35:10,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/a99a14babef44a3b9dcd88ceb5bb9358 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:10,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-618a1e4e-cd1f-485c-b6ca-b38300f53807 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a99a14babef44a3b9dcd88ceb5bb9358"}, "domain_id": null, "name": "CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj-role", "id": "a99a14babef44a3b9dcd88ceb5bb9358"}} 2018-12-12 15:35:10,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a99a14babef44a3b9dcd88ceb5bb9358 used request id req-618a1e4e-cd1f-485c-b6ca-b38300f53807 2018-12-12 15:35:10,381 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj-role to project CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj 2018-12-12 15:35:10,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a0e657aa111d443ea56dd2efd236cb0c/users/09f955ee90a14ea9ac96354109dc3676/roles/a99a14babef44a3b9dcd88ceb5bb9358 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:10,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f79ee4-9eea-4ed4-a926-0c5b9a3fbf75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:10,596 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a0e657aa111d443ea56dd2efd236cb0c/users/09f955ee90a14ea9ac96354109dc3676/roles/a99a14babef44a3b9dcd88ceb5bb9358 used request id req-10f79ee4-9eea-4ed4-a926-0c5b9a3fbf75 2018-12-12 15:35:10,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:10,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:10,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["UzBhKpLOQtyBXzQ4mK20RQ"], "issued_at": "2018-12-12T15:35:10.000000Z"}} 2018-12-12 15:35:10,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:11,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8cbfe18-f935-4f6c-87e3-4446d53d4cf7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:11,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c8cbfe18-f935-4f6c-87e3-4446d53d4cf7 2018-12-12 15:35:11,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:11,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-18428b45-03de-406d-87b4-8c27e4529e4d Date: Wed, 12 Dec 2018 15:35:11 GMT RESP BODY: {"routers": []} 2018-12-12 15:35:11,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router&admin_state_up=True used request id req-18428b45-03de-406d-87b4-8c27e4529e4d 2018-12-12 15:35:11,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:11,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:11,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5EGNhNtjSzOIBi0omcUgJw"], "issued_at": "2018-12-12T15:35:11.000000Z"}} 2018-12-12 15:35:11,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26b9b6699a0a47b97513a76f56504515d1c95738" 2018-12-12 15:35:11,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3857a5ae-d1b3-41df-b84c-c2a996d3d131 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:11,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3857a5ae-d1b3-41df-b84c-c2a996d3d131 2018-12-12 15:35:11,780 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router 2018-12-12 15:35:11,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" -d '{"router": {"name": "CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router", "admin_state_up": true}}' 2018-12-12 15:35:15,511 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-7e0a3e68-5bc0-4f76-b110-69a732ce095b Date: Wed, 12 Dec 2018 15:35:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:35:12Z", "admin_state_up": true, "updated_at": "2018-12-12T15:35:12Z", "project_id": "db5183f15e684f42aa14255dc18eee48", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "6c79c5cc-0af8-4526-95e7-ba2711da6e9f", "name": "CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router"}} 2018-12-12 15:35:15,511 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-7e0a3e68-5bc0-4f76-b110-69a732ce095b 2018-12-12 15:35:15,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=6c79c5cc-0af8-4526-95e7-ba2711da6e9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:15,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2454 X-Openstack-Request-Id: req-2d424f66-8c64-42a9-8843-1e38602ae268 Date: Wed, 12 Dec 2018 15:35:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:14Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.8"}],"id":"1be8103e-5010-4910-a1b8-7257aed239a8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:1b:c5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:13Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:14Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.11"}],"id":"68425376-9393-4d8c-867c-bb702665f7a3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:3a:f9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:14Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:13Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.7"}],"id":"78c3f3e5-b50f-43fe-8707-b999a0de1d74","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:00:b4:80","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:13Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"}]} 2018-12-12 15:35:15,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=6c79c5cc-0af8-4526-95e7-ba2711da6e9f used request id req-2d424f66-8c64-42a9-8843-1e38602ae268 2018-12-12 15:35:15,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:15,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-37074d34-08c7-44b8-902f-22271e8ae830 Date: Wed, 12 Dec 2018 15:35:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:15,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-37074d34-08c7-44b8-902f-22271e8ae830 2018-12-12 15:35:15,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:16,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4005879d-0a6c-488d-8d9b-4c2a393ae981 Date: Wed, 12 Dec 2018 15:35:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:16,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-4005879d-0a6c-488d-8d9b-4c2a393ae981 2018-12-12 15:35:16,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:16,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9b469e07-f2e5-46be-862b-9507418a7933 Date: Wed, 12 Dec 2018 15:35:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:16,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-9b469e07-f2e5-46be-862b-9507418a7933 2018-12-12 15:35:16,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:16,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-787963c0-356d-44cc-9164-e7d254c65644 Date: Wed, 12 Dec 2018 15:35:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:35:16,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-787963c0-356d-44cc-9164-e7d254c65644 2018-12-12 15:35:16,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:16,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:35: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:16,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:16,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb317558-092b-4a09-b249-0cc4bfa2a6cf Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:35:16,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-cb317558-092b-4a09-b249-0cc4bfa2a6cf 2018-12-12 15:35:16,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?name=CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:16,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-475479b8-6cf4-49fd-9fe6-ba4a035e517c Date: Wed, 12 Dec 2018 15:35:16 GMT RESP BODY: {"ports":[]} 2018-12-12 15:35:16,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?name=CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1&admin_state_up=True used request id req-475479b8-6cf4-49fd-9fe6-ba4a035e517c 2018-12-12 15:35:16,848 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1 for router - CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router 2018-12-12 15:35:16,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:16,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:17,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["zSWHYlCKRqyZkFh3PEa2-A"], "issued_at": "2018-12-12T15:35:17.000000Z"}} 2018-12-12 15:35:17,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a1713298b9870aa5c42da6a814b60bfd75f364c" 2018-12-12 15:35:17,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51609421-b75d-4532-bd06-64aff20fd0aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:17,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-51609421-b75d-4532-bd06-64aff20fd0aa 2018-12-12 15:35:17,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:17,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-061403e8-1f24-47a8-80df-3bbb7c21ee41 Date: Wed, 12 Dec 2018 15:35:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:35:17,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-061403e8-1f24-47a8-80df-3bbb7c21ee41 2018-12-12 15:35:17,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:17,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ff19578d-3f13-4a74-b0ea-486270af3e81 Date: Wed, 12 Dec 2018 15:35:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 15:35:17,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-ff19578d-3f13-4a74-b0ea-486270af3e81 2018-12-12 15:35:17,593 - neutron_utils - INFO - Creating port for network with name - external 2018-12-12 15:35:17,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" -d '{"port": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "name": "CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1", "admin_state_up": true}}' 2018-12-12 15:35:18,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-b03e3bdc-4015-46c9-aa1d-7128b7618a35 Date: Wed, 12 Dec 2018 15:35:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:17Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.206"}],"id":"3c90fb8d-7ad9-4bc0-aaeb-6c7b73d7b7b2","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5b:75:11","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1","project_id":"db5183f15e684f42aa14255dc18eee48","qos_policy_id":null,"admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:35:17Z","binding:vnic_type":"normal"}} 2018-12-12 15:35:18,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-b03e3bdc-4015-46c9-aa1d-7128b7618a35 2018-12-12 15:35:18,233 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1 for router - CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router 2018-12-12 15:35:18,233 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router 2018-12-12 15:35:18,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/6c79c5cc-0af8-4526-95e7-ba2711da6e9f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" -d '{"port_id": "3c90fb8d-7ad9-4bc0-aaeb-6c7b73d7b7b2"}' 2018-12-12 15:35:19,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-01e23775-c9b2-4a41-a9c3-34a05ed7bbea Date: Wed, 12 Dec 2018 15:35:19 GMT RESP BODY: {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "subnet_ids": ["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"], "port_id": "3c90fb8d-7ad9-4bc0-aaeb-6c7b73d7b7b2", "id": "6c79c5cc-0af8-4526-95e7-ba2711da6e9f"} 2018-12-12 15:35:19,847 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/6c79c5cc-0af8-4526-95e7-ba2711da6e9f/add_router_interface used request id req-01e23775-c9b2-4a41-a9c3-34a05ed7bbea 2018-12-12 15:35:19,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/6c79c5cc-0af8-4526-95e7-ba2711da6e9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:19,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-387a9375-d22d-464e-9e3b-ad42c7655059 Date: Wed, 12 Dec 2018 15:35:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:35:12Z", "admin_state_up": true, "updated_at": "2018-12-12T15:35:19Z", "project_id": "db5183f15e684f42aa14255dc18eee48", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "6c79c5cc-0af8-4526-95e7-ba2711da6e9f", "name": "CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router"}} 2018-12-12 15:35:19,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/6c79c5cc-0af8-4526-95e7-ba2711da6e9f used request id req-387a9375-d22d-464e-9e3b-ad42c7655059 2018-12-12 15:35:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=6c79c5cc-0af8-4526-95e7-ba2711da6e9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:20,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3693 X-Openstack-Request-Id: req-bed343c6-70f9-4a35-b313-a8c0d9740491 Date: Wed, 12 Dec 2018 15:35:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:17Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.8"}],"id":"1be8103e-5010-4910-a1b8-7257aed239a8","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:1b:c5","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:13Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.206"}],"id":"3c90fb8d-7ad9-4bc0-aaeb-6c7b73d7b7b2","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5b:75:11","project_id":"db5183f15e684f42aa14255dc18eee48","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:35:17Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:17Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.11"}],"id":"68425376-9393-4d8c-867c-bb702665f7a3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:08:3a:f9","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:14Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:17Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.7"}],"id":"78c3f3e5-b50f-43fe-8707-b999a0de1d74","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:b4:80","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:13Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"}]} 2018-12-12 15:35:20,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=6c79c5cc-0af8-4526-95e7-ba2711da6e9f used request id req-bed343c6-70f9-4a35-b313-a8c0d9740491 2018-12-12 15:35:20,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:20,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c1665643-a16b-4a05-82a9-aadcac35da50 Date: Wed, 12 Dec 2018 15:35:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:20,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-c1665643-a16b-4a05-82a9-aadcac35da50 2018-12-12 15:35:20,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:20,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5f39f23b-7e14-4da5-935a-b97d37f2ac83 Date: Wed, 12 Dec 2018 15:35:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:20,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-5f39f23b-7e14-4da5-935a-b97d37f2ac83 2018-12-12 15:35:20,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:20,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3dc7c6b3-097e-482d-a79d-6b7c5695457d Date: Wed, 12 Dec 2018 15:35:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:20,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-3dc7c6b3-097e-482d-a79d-6b7c5695457d 2018-12-12 15:35:20,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:20,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-44783295-4191-4980-949b-4e1da2d063eb Date: Wed, 12 Dec 2018 15:35:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:35:20,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-44783295-4191-4980-949b-4e1da2d063eb 2018-12-12 15:35:20,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:20,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee734466-1a4e-4efd-a4db-b46e4937b5a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:20,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ee734466-1a4e-4efd-a4db-b46e4937b5a1 2018-12-12 15:35:20,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:21,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-906b08af-77f2-4ad2-828a-923b2da938d2 Date: Wed, 12 Dec 2018 15:35:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:35:12Z", "admin_state_up": true, "updated_at": "2018-12-12T15:35:19Z", "project_id": "db5183f15e684f42aa14255dc18eee48", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "6c79c5cc-0af8-4526-95e7-ba2711da6e9f", "name": "CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router"}]} 2018-12-12 15:35:21,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router&admin_state_up=True used request id req-906b08af-77f2-4ad2-828a-923b2da938d2 2018-12-12 15:35:21,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:21,085 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:21,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:21,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5402b02c-f361-49ad-80cf-8f6825f1968a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:35:21,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-5402b02c-f361-49ad-80cf-8f6825f1968a 2018-12-12 15:35:21,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=6c79c5cc-0af8-4526-95e7-ba2711da6e9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:21,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3791 X-Openstack-Request-Id: req-9bd2175a-c539-4fdb-a907-d6e834d7f226 Date: Wed, 12 Dec 2018 15:35:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:17Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.8"}],"id":"1be8103e-5010-4910-a1b8-7257aed239a8","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:1b:c5","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:13Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.206"}],"id":"3c90fb8d-7ad9-4bc0-aaeb-6c7b73d7b7b2","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:75:11","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1","admin_state_up":true,"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:35:17Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:17Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.11"}],"id":"68425376-9393-4d8c-867c-bb702665f7a3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:08:3a:f9","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:14Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:17Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","ip_address":"169.254.192.7"}],"id":"78c3f3e5-b50f-43fe-8707-b999a0de1d74","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:b4:80","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant db5183f15e684f42aa14255dc18eee48","admin_state_up":true,"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:13Z","binding:vnic_type":"normal","device_id":"6c79c5cc-0af8-4526-95e7-ba2711da6e9f"}]} 2018-12-12 15:35:21,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=6c79c5cc-0af8-4526-95e7-ba2711da6e9f used request id req-9bd2175a-c539-4fdb-a907-d6e834d7f226 2018-12-12 15:35:21,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:21,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0ae18b7c-e5aa-40a2-867e-b3720d4fd18c Date: Wed, 12 Dec 2018 15:35:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:21,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-0ae18b7c-e5aa-40a2-867e-b3720d4fd18c 2018-12-12 15:35:21,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:21,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-54ce32bd-6d30-4420-92dc-b28f7d8d0111 Date: Wed, 12 Dec 2018 15:35:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:21,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-54ce32bd-6d30-4420-92dc-b28f7d8d0111 2018-12-12 15:35:21,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:22,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2e74104f-599b-480e-859b-ea459c6e70e2 Date: Wed, 12 Dec 2018 15:35:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee108fa5-96e1-41f4-8daf-c1edba0418df","tenant_id":"","created_at":"2018-12-12T15:35:12Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:12Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"9416b91a-e626-4da8-b8c1-82e0f9ffb262","subnetpool_id":null,"name":"HA subnet tenant db5183f15e684f42aa14255dc18eee48"}} 2018-12-12 15:35:22,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9416b91a-e626-4da8-b8c1-82e0f9ffb262 used request id req-2e74104f-599b-480e-859b-ea459c6e70e2 2018-12-12 15:35:22,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:22,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fdce8bce-2dab-4a99-a7d5-8d9b86ade91c Date: Wed, 12 Dec 2018 15:35:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 15:35:22,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-fdce8bce-2dab-4a99-a7d5-8d9b86ade91c 2018-12-12 15:35:22,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:22,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-096cc0e8-e754-4e80-86ba-fb15d48f7204 Date: Wed, 12 Dec 2018 15:35:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 15:35:22,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-096cc0e8-e754-4e80-86ba-fb15d48f7204 2018-12-12 15:35:22,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed10645536b9caa6e9aca25efc3a87da202876b" 2018-12-12 15:35:22,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f41c33ed-b284-4ddc-828a-6f2ee803e84a Date: Wed, 12 Dec 2018 15:35:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-12 15:35:22,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-f41c33ed-b284-4ddc-828a-6f2ee803e84a 2018-12-12 15:35:22,696 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router and port CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-port1 2018-12-12 15:35:22,696 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router 2018-12-12 15:35:22,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/6c79c5cc-0af8-4526-95e7-ba2711da6e9f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" -d '{"port_id": "3c90fb8d-7ad9-4bc0-aaeb-6c7b73d7b7b2"}' 2018-12-12 15:35:24,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-166b56f9-a79d-4329-8dce-66a4161c8874 Date: Wed, 12 Dec 2018 15:35:24 GMT RESP BODY: {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "subnet_ids": ["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"], "port_id": "3c90fb8d-7ad9-4bc0-aaeb-6c7b73d7b7b2", "id": "6c79c5cc-0af8-4526-95e7-ba2711da6e9f"} 2018-12-12 15:35:24,280 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/6c79c5cc-0af8-4526-95e7-ba2711da6e9f/remove_router_interface used request id req-166b56f9-a79d-4329-8dce-66a4161c8874 2018-12-12 15:35:24,281 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router 2018-12-12 15:35:24,281 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-5a63df2b-9d3a-4c7b-8fba-a8929ea7dea3-pub-router 2018-12-12 15:35:24,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/6c79c5cc-0af8-4526-95e7-ba2711da6e9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc5b1f294319a9b478d23e667d409aa9303e06c" 2018-12-12 15:35:27,255 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b5345c4-618f-4dab-80fe-d9d3c23528b1 Content-Length: 0 Date: Wed, 12 Dec 2018 15:35:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:35:27,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/6c79c5cc-0af8-4526-95e7-ba2711da6e9f used request id req-3b5345c4-618f-4dab-80fe-d9d3c23528b1 2018-12-12 15:35:27,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:27,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3f1f74c3-f5f4-4eec-a3e0-fede7e0057e2 Date: Wed, 12 Dec 2018 15:35:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:35:27,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-3f1f74c3-f5f4-4eec-a3e0-fede7e0057e2 2018-12-12 15:35:27,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:27,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdd2c79-75ea-4df0-8b0c-ab149544f7d8 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:35:27,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-ccdd2c79-75ea-4df0-8b0c-ab149544f7d8 2018-12-12 15:35:27,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:27,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42630142-aeb8-4fc1-b3e0-009f6bf0cc61 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:35:27,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-42630142-aeb8-4fc1-b3e0-009f6bf0cc61 2018-12-12 15:35:27,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:27,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c38eded-30f2-4ec1-8e8b-66bbed411966 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:35:27,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-6c38eded-30f2-4ec1-8e8b-66bbed411966 2018-12-12 15:35:27,731 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj 2018-12-12 15:35:27,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a0e657aa111d443ea56dd2efd236cb0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:27,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8028ec94-5b98-4b5d-9068-77a8c29a3370 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:27,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a0e657aa111d443ea56dd2efd236cb0c used request id req-8028ec94-5b98-4b5d-9068-77a8c29a3370 2018-12-12 15:35:27,944 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-cb14bcc1-1d28-4bb-proj-role 2018-12-12 15:35:27,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/a99a14babef44a3b9dcd88ceb5bb9358 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:28,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cb75afe-cbbc-4117-826f-b82661b8eb02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:28,055 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a99a14babef44a3b9dcd88ceb5bb9358 used request id req-5cb75afe-cbbc-4117-826f-b82661b8eb02 2018-12-12 15:35:28,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f539893c68f7154b3227ec5963568743923e6e8b" 2018-12-12 15:35:28,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ccee49b-eef3-460d-9e15-fa132f392324 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:35:28,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3ccee49b-eef3-460d-9e15-fa132f392324 2018-12-12 15:35:28,148 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-cb14bcc1-1d28-4bb-user 2018-12-12 15:35:28,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/09f955ee90a14ea9ac96354109dc3676 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ef980c281b7374dcb07522ef4e081832105ff49" 2018-12-12 15:35:28,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c0c20c1-30a4-4078-8232-604cd965a2b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:28,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/09f955ee90a14ea9ac96354109dc3676 used request id req-0c0c20c1-30a4-4078-8232-604cd965a2b4 2018-12-12 15:35:28,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:28,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["g1hLKzNvQhWL8epmvYKTrQ"], "issued_at": "2018-12-12T15:35:28.000000Z"}} 2018-12-12 15:35:28,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a33306b0ac8c1707e2f5021ccbc90237c1814b8a" 2018-12-12 15:35:28,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d9f492c-6961-4abf-9311-a49d74ac4034 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:28,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9d9f492c-6961-4abf-9311-a49d74ac4034 2018-12-12 15:35:28,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:28,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:29,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ylY60pOtRhKAQRbLhio5qg"], "issued_at": "2018-12-12T15:35:29.000000Z"}} 2018-12-12 15:35:29,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:29,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bc61f0-a546-4591-8709-2fa54d583e32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:29,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d1bc61f0-a546-4591-8709-2fa54d583e32 2018-12-12 15:35:29,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:29,299 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:35:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:29,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-711a0e4f-d0c3-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:29,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bdef17-6862-4628-9e84-753e3ce09234 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-711a0e4f-d0c3-423-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:35:29,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-711a0e4f-d0c3-423-proj used request id req-14bdef17-6862-4628-9e84-753e3ce09234 2018-12-12 15:35:29,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:29,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f610d0b-2d25-41fa-b6c7-8338c1d9011f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:35:29,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8f610d0b-2d25-41fa-b6c7-8338c1d9011f 2018-12-12 15:35:29,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj"}}' 2018-12-12 15:35:29,606 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:35:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ef18c6a-7c3e-42f5-a401-d7595cf066c5 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa"}, "enabled": true, "id": "4912f3e449ef49bc8c14067ed5adabfa", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj"}} 2018-12-12 15:35:29,606 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5ef18c6a-7c3e-42f5-a401-d7595cf066c5 2018-12-12 15:35:29,606 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-711a0e4f-d0c3-423-proj 2018-12-12 15:35:29,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:29,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:29,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["cU5oS68DSfS1vVwLs9-Bew"], "issued_at": "2018-12-12T15:35:29.000000Z"}} 2018-12-12 15:35:29,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfe487dfe812aa20c32cd80350e8e788cf875ff" 2018-12-12 15:35:30,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e4aafe-e642-4ea6-aaf3-5d28f394971f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:30,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-28e4aafe-e642-4ea6-aaf3-5d28f394971f 2018-12-12 15:35:30,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:30,084 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:35:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:30,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfe487dfe812aa20c32cd80350e8e788cf875ff" 2018-12-12 15:35:30,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d505468f-a86c-44a7-81f3-b5d2fbe750f7 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:35:30,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d505468f-a86c-44a7-81f3-b5d2fbe750f7 2018-12-12 15:35:30,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-711a0e4f-d0c3-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfe487dfe812aa20c32cd80350e8e788cf875ff" 2018-12-12 15:35:30,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6b1485-4e4e-4ad5-acd5-276a06596c10 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-711a0e4f-d0c3-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa"}, "enabled": true, "id": "4912f3e449ef49bc8c14067ed5adabfa", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj"}]} 2018-12-12 15:35:30,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-711a0e4f-d0c3-423-proj used request id req-ec6b1485-4e4e-4ad5-acd5-276a06596c10 2018-12-12 15:35:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfe487dfe812aa20c32cd80350e8e788cf875ff" 2018-12-12 15:35:30,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6550db17-d63b-4f00-9bad-32f1f916a140 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:35:30,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6550db17-d63b-4f00-9bad-32f1f916a140 2018-12-12 15:35:30,785 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-711a0e4f-d0c3-423-user 2018-12-12 15:35:30,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:30,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:30,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52db5bdf-45d7-4f3f-a8e8-7b759ffdc2e3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:35:30,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-52db5bdf-45d7-4f3f-a8e8-7b759ffdc2e3 2018-12-12 15:35:30,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" -d '{"role": {"name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role"}}' 2018-12-12 15:35:31,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:35:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-958c878a-efde-4271-b319-9d3e13ffe802 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4fdf61327bc74dccbc308e17ab383110", "links": {"self": "http://172.30.9.29:5000/v3/roles/4fdf61327bc74dccbc308e17ab383110"}, "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role"}} 2018-12-12 15:35:31,001 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-958c878a-efde-4271-b319-9d3e13ffe802 2018-12-12 15:35:31,001 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role 2018-12-12 15:35:31,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4fdf61327bc74dccbc308e17ab383110 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:31,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-759a7ef0-a93d-4efd-aaea-4ad82c09ede6 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4fdf61327bc74dccbc308e17ab383110"}, "domain_id": null, "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role", "id": "4fdf61327bc74dccbc308e17ab383110"}} 2018-12-12 15:35:31,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4fdf61327bc74dccbc308e17ab383110 used request id req-759a7ef0-a93d-4efd-aaea-4ad82c09ede6 2018-12-12 15:35:31,094 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role to project CreateRouterSuccessTests-711a0e4f-d0c3-423-proj 2018-12-12 15:35:31,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa/users/b459b12e51b5486f84bc15518f50d217/roles/4fdf61327bc74dccbc308e17ab383110 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:31,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d07d65c8-129c-4fb2-802e-9e2f91ed9a19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:31,219 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa/users/b459b12e51b5486f84bc15518f50d217/roles/4fdf61327bc74dccbc308e17ab383110 used request id req-d07d65c8-129c-4fb2-802e-9e2f91ed9a19 2018-12-12 15:35:31,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:31,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:31,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fdf61327bc74dccbc308e17ab383110", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role"}], "expires_at": "2018-12-12T16:35:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4912f3e449ef49bc8c14067ed5adabfa", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-user", "id": "b459b12e51b5486f84bc15518f50d217"}, "audit_ids": ["Q8z51wNIT4agoaMyWB6t6Q"], "issued_at": "2018-12-12T15:35:31.000000Z"}} 2018-12-12 15:35:31,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" 2018-12-12 15:35:31,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68fc64e-02cd-4898-9b46-fe30efee5ccf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:31,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a68fc64e-02cd-4898-9b46-fe30efee5ccf 2018-12-12 15:35:31,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" 2018-12-12 15:35:31,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2517c5fa-b3ce-400d-988c-04673b64a058 Date: Wed, 12 Dec 2018 15:35:31 GMT RESP BODY: {"networks":[]} 2018-12-12 15:35:31,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-net1 used request id req-2517c5fa-b3ce-400d-988c-04673b64a058 2018-12-12 15:35:31,862 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-net1 2018-12-12 15:35:31,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" -d '{"network": {"name": "CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-net1", "admin_state_up": true}}' 2018-12-12 15:35:32,388 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0df42bd6-a139-4ef3-949d-cbd2c049c06f Date: Wed, 12 Dec 2018 15:35:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"603de4c9-9722-4ed7-b0b8-274354af2a77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4912f3e449ef49bc8c14067ed5adabfa","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:35:32Z","is_default":false,"name":"CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4912f3e449ef49bc8c14067ed5adabfa","created_at":"2018-12-12T15:35:32Z","mtu":1450}} 2018-12-12 15:35:32,388 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-0df42bd6-a139-4ef3-949d-cbd2c049c06f 2018-12-12 15:35:32,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=603de4c9-9722-4ed7-b0b8-274354af2a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" 2018-12-12 15:35:32,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-634a08b1-7ea0-42f8-962b-a838637a76bf Date: Wed, 12 Dec 2018 15:35:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:35:32Z","tenant_id":"4912f3e449ef49bc8c14067ed5adabfa","created_at":"2018-12-12T15:35:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4912f3e449ef49bc8c14067ed5adabfa","id":"603de4c9-9722-4ed7-b0b8-274354af2a77","name":"CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-net1"}]} 2018-12-12 15:35:32,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=603de4c9-9722-4ed7-b0b8-274354af2a77 used request id req-634a08b1-7ea0-42f8-962b-a838637a76bf 2018-12-12 15:35:32,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=603de4c9-9722-4ed7-b0b8-274354af2a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" 2018-12-12 15:35:32,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-41a8d47b-c40c-47c8-8e84-8d302fa0fc9a Date: Wed, 12 Dec 2018 15:35:32 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:35:32,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=603de4c9-9722-4ed7-b0b8-274354af2a77 used request id req-41a8d47b-c40c-47c8-8e84-8d302fa0fc9a 2018-12-12 15:35:32,803 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1 2018-12-12 15:35:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" -d '{"subnets": [{"ip_version": 4, "network_id": "603de4c9-9722-4ed7-b0b8-274354af2a77", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1"}]}' 2018-12-12 15:35:33,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-324cc1b1-338f-4f97-b290-8c6554e186e5 Date: Wed, 12 Dec 2018 15:35:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603de4c9-9722-4ed7-b0b8-274354af2a77","tenant_id":"4912f3e449ef49bc8c14067ed5adabfa","created_at":"2018-12-12T15:35:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:33Z","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":"4912f3e449ef49bc8c14067ed5adabfa","id":"7d2e56c3-461e-4995-9565-4b6cea8c21e9","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1"}]} 2018-12-12 15:35:33,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-324cc1b1-338f-4f97-b290-8c6554e186e5 2018-12-12 15:35:33,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=603de4c9-9722-4ed7-b0b8-274354af2a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" 2018-12-12 15:35:33,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-644e084a-346d-42e1-a86d-9dd92587fc06 Date: Wed, 12 Dec 2018 15:35: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":["7d2e56c3-461e-4995-9565-4b6cea8c21e9"],"updated_at":"2018-12-12T15:35:33Z","tenant_id":"4912f3e449ef49bc8c14067ed5adabfa","created_at":"2018-12-12T15:35:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4912f3e449ef49bc8c14067ed5adabfa","id":"603de4c9-9722-4ed7-b0b8-274354af2a77","name":"CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-net1"}]} 2018-12-12 15:35:33,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=603de4c9-9722-4ed7-b0b8-274354af2a77 used request id req-644e084a-346d-42e1-a86d-9dd92587fc06 2018-12-12 15:35:33,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=603de4c9-9722-4ed7-b0b8-274354af2a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" 2018-12-12 15:35:33,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4d26aa7e-1be1-4081-a844-c55087a42951 Date: Wed, 12 Dec 2018 15:35:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603de4c9-9722-4ed7-b0b8-274354af2a77","tenant_id":"4912f3e449ef49bc8c14067ed5adabfa","created_at":"2018-12-12T15:35:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:33Z","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":"4912f3e449ef49bc8c14067ed5adabfa","id":"7d2e56c3-461e-4995-9565-4b6cea8c21e9","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1"}]} 2018-12-12 15:35:33,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=603de4c9-9722-4ed7-b0b8-274354af2a77 used request id req-4d26aa7e-1be1-4081-a844-c55087a42951 2018-12-12 15:35:33,913 - OpenStackNetwork - DEBUG - Network [603de4c9-9722-4ed7-b0b8-274354af2a77] created successfully 2018-12-12 15:35:33,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:33,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:34,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fdf61327bc74dccbc308e17ab383110", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role"}], "expires_at": "2018-12-12T16:35:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4912f3e449ef49bc8c14067ed5adabfa", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-user", "id": "b459b12e51b5486f84bc15518f50d217"}, "audit_ids": ["AcIQRTyXReWiGXoJrsAASg"], "issued_at": "2018-12-12T15:35:34.000000Z"}} 2018-12-12 15:35:34,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:34,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e029833e-a1d6-4f69-a219-e6bdff08f528 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:34,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e029833e-a1d6-4f69-a219-e6bdff08f528 2018-12-12 15:35:34,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:34,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c38452f4-19b4-42e4-8d4f-92ffd4f3b00e Date: Wed, 12 Dec 2018 15:35:34 GMT RESP BODY: {"routers": []} 2018-12-12 15:35:34,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router&admin_state_up=True used request id req-c38452f4-19b4-42e4-8d4f-92ffd4f3b00e 2018-12-12 15:35:34,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:34,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:34,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fdf61327bc74dccbc308e17ab383110", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role"}], "expires_at": "2018-12-12T16:35:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4912f3e449ef49bc8c14067ed5adabfa", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4912f3e449ef49bc8c14067ed5adabfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-user", "id": "b459b12e51b5486f84bc15518f50d217"}, "audit_ids": ["V_Jw50sWTZSIHqtEXOkepA"], "issued_at": "2018-12-12T15:35:34.000000Z"}} 2018-12-12 15:35:34,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042ccced1f0a09a671ce5d624e02c0f097bf3398" 2018-12-12 15:35:35,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8f5335-1166-426d-bc5b-242deb554041 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:35,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7f8f5335-1166-426d-bc5b-242deb554041 2018-12-12 15:35:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:35,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6d14ea4b-395d-4beb-b715-007513c5c902 Date: Wed, 12 Dec 2018 15:35:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:35:35,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-6d14ea4b-395d-4beb-b715-007513c5c902 2018-12-12 15:35:35,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:35,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51c7758b-604c-4b19-a8ea-9ddb3fa2a621 Date: Wed, 12 Dec 2018 15:35:35 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:35:35,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-51c7758b-604c-4b19-a8ea-9ddb3fa2a621 2018-12-12 15:35:35,424 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router 2018-12-12 15:35:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router", "admin_state_up": true}}' 2018-12-12 15:35:40,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-3bf9a716-bbeb-468b-b593-87ebb3467c19 Date: Wed, 12 Dec 2018 15:35:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "created_at": "2018-12-12T15:35:36Z", "admin_state_up": true, "updated_at": "2018-12-12T15:35:37Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "4912f3e449ef49bc8c14067ed5adabfa", "id": "28bdca07-b3b1-44a6-9177-7d105613bf26", "name": "CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router"}} 2018-12-12 15:35:40,446 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-3bf9a716-bbeb-468b-b593-87ebb3467c19 2018-12-12 15:35:40,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=28bdca07-b3b1-44a6-9177-7d105613bf26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:40,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ade67dbc-b707-48b3-8fb6-d5f261415aa7 Date: Wed, 12 Dec 2018 15:35:40 GMT RESP BODY: {"ports":[]} 2018-12-12 15:35:40,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=28bdca07-b3b1-44a6-9177-7d105613bf26 used request id req-ade67dbc-b707-48b3-8fb6-d5f261415aa7 2018-12-12 15:35:40,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?name=CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:40,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-97348207-f6f9-4862-9466-f4fa750f86fc Date: Wed, 12 Dec 2018 15:35:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603de4c9-9722-4ed7-b0b8-274354af2a77","tenant_id":"4912f3e449ef49bc8c14067ed5adabfa","created_at":"2018-12-12T15:35:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:33Z","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":"4912f3e449ef49bc8c14067ed5adabfa","id":"7d2e56c3-461e-4995-9565-4b6cea8c21e9","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1"}]} 2018-12-12 15:35:40,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?name=CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1 used request id req-97348207-f6f9-4862-9466-f4fa750f86fc 2018-12-12 15:35:40,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:40,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:35: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:40,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:40,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e2504e5-1acd-405c-acee-d62f822607fd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa"}, "enabled": true, "id": "4912f3e449ef49bc8c14067ed5adabfa", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj"}} 2018-12-12 15:35:40,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa used request id req-7e2504e5-1acd-405c-acee-d62f822607fd 2018-12-12 15:35:40,930 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 15:35:40,930 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router 2018-12-12 15:35:40,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/28bdca07-b3b1-44a6-9177-7d105613bf26/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" -d '{"subnet_id": "7d2e56c3-461e-4995-9565-4b6cea8c21e9"}' 2018-12-12 15:35:43,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-73a46028-973a-4b89-8543-547c930df27c Date: Wed, 12 Dec 2018 15:35:43 GMT RESP BODY: {"network_id": "603de4c9-9722-4ed7-b0b8-274354af2a77", "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "subnet_id": "7d2e56c3-461e-4995-9565-4b6cea8c21e9", "subnet_ids": ["7d2e56c3-461e-4995-9565-4b6cea8c21e9"], "port_id": "3d2adc8b-a1cc-4469-b9b2-99a28726ebb8", "id": "28bdca07-b3b1-44a6-9177-7d105613bf26"} 2018-12-12 15:35:43,305 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/28bdca07-b3b1-44a6-9177-7d105613bf26/add_router_interface used request id req-73a46028-973a-4b89-8543-547c930df27c 2018-12-12 15:35:43,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/28bdca07-b3b1-44a6-9177-7d105613bf26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:43,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-d20e62f2-342f-4813-8167-4574ad4f6538 Date: Wed, 12 Dec 2018 15:35:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "created_at": "2018-12-12T15:35:36Z", "admin_state_up": true, "updated_at": "2018-12-12T15:35:42Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4912f3e449ef49bc8c14067ed5adabfa", "id": "28bdca07-b3b1-44a6-9177-7d105613bf26", "name": "CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router"}} 2018-12-12 15:35:43,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/28bdca07-b3b1-44a6-9177-7d105613bf26 used request id req-d20e62f2-342f-4813-8167-4574ad4f6538 2018-12-12 15:35:43,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=28bdca07-b3b1-44a6-9177-7d105613bf26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:43,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-5d8c48bf-cb16-4471-9fda-26c2a864c1b9 Date: Wed, 12 Dec 2018 15:35:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:35:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7d2e56c3-461e-4995-9565-4b6cea8c21e9","ip_address":"10.200.201.1"}],"id":"3d2adc8b-a1cc-4469-b9b2-99a28726ebb8","security_groups":[],"mac_address":"fa:16:3e:1f:52:53","project_id":"4912f3e449ef49bc8c14067ed5adabfa","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"603de4c9-9722-4ed7-b0b8-274354af2a77","tenant_id":"4912f3e449ef49bc8c14067ed5adabfa","created_at":"2018-12-12T15:35:41Z","binding:vnic_type":"normal","device_id":"28bdca07-b3b1-44a6-9177-7d105613bf26"}]} 2018-12-12 15:35:43,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=28bdca07-b3b1-44a6-9177-7d105613bf26 used request id req-5d8c48bf-cb16-4471-9fda-26c2a864c1b9 2018-12-12 15:35:43,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7d2e56c3-461e-4995-9565-4b6cea8c21e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:43,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-177bd904-1898-477f-9c09-2df91e8f3d02 Date: Wed, 12 Dec 2018 15:35:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"603de4c9-9722-4ed7-b0b8-274354af2a77","tenant_id":"4912f3e449ef49bc8c14067ed5adabfa","created_at":"2018-12-12T15:35:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:33Z","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":"4912f3e449ef49bc8c14067ed5adabfa","id":"7d2e56c3-461e-4995-9565-4b6cea8c21e9","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1"}} 2018-12-12 15:35:43,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7d2e56c3-461e-4995-9565-4b6cea8c21e9 used request id req-177bd904-1898-477f-9c09-2df91e8f3d02 2018-12-12 15:35:43,663 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router and subnet CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1 2018-12-12 15:35:43,663 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router 2018-12-12 15:35:43,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/28bdca07-b3b1-44a6-9177-7d105613bf26/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" -d '{"subnet_id": "7d2e56c3-461e-4995-9565-4b6cea8c21e9"}' 2018-12-12 15:35:45,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0595dd4a-f2c4-400f-b6c5-dad0052082be Date: Wed, 12 Dec 2018 15:35:45 GMT RESP BODY: {"network_id": "603de4c9-9722-4ed7-b0b8-274354af2a77", "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "subnet_id": "7d2e56c3-461e-4995-9565-4b6cea8c21e9", "subnet_ids": ["7d2e56c3-461e-4995-9565-4b6cea8c21e9"], "port_id": "3d2adc8b-a1cc-4469-b9b2-99a28726ebb8", "id": "28bdca07-b3b1-44a6-9177-7d105613bf26"} 2018-12-12 15:35:45,222 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/28bdca07-b3b1-44a6-9177-7d105613bf26/remove_router_interface used request id req-0595dd4a-f2c4-400f-b6c5-dad0052082be 2018-12-12 15:35:45,222 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router 2018-12-12 15:35:45,222 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-router 2018-12-12 15:35:45,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/28bdca07-b3b1-44a6-9177-7d105613bf26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adb0e72c92882104d0e12d02550760131919a9e" 2018-12-12 15:35:48,952 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-792de650-b5f2-4590-a025-670ffb6bf350 Content-Length: 0 Date: Wed, 12 Dec 2018 15:35:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:35:48,953 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/28bdca07-b3b1-44a6-9177-7d105613bf26 used request id req-792de650-b5f2-4590-a025-670ffb6bf350 2018-12-12 15:35:48,953 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1 2018-12-12 15:35:48,954 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-subnet1 2018-12-12 15:35:48,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/7d2e56c3-461e-4995-9565-4b6cea8c21e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" 2018-12-12 15:35:51,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d7b82190-f073-45f5-bae2-d99db4e06927 Date: Wed, 12 Dec 2018 15:35:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:35:51,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7d2e56c3-461e-4995-9565-4b6cea8c21e9 used request id req-d7b82190-f073-45f5-bae2-d99db4e06927 2018-12-12 15:35:51,300 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-7a174b93-912b-4520-85a9-1fd5dba66871-pub-net1 2018-12-12 15:35:51,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/603de4c9-9722-4ed7-b0b8-274354af2a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2f21ac89245ccb7cd857cfdb3181c6b7440f9f" 2018-12-12 15:35:52,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-504388a3-6f35-4587-a06a-d1b9e83490f0 Date: Wed, 12 Dec 2018 15:35:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:35:52,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/603de4c9-9722-4ed7-b0b8-274354af2a77 used request id req-504388a3-6f35-4587-a06a-d1b9e83490f0 2018-12-12 15:35:52,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:52,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ebebe71c-5844-42f9-acc1-36d58b30653a Date: Wed, 12 Dec 2018 15:35:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "created_at": "2018-12-12T15:35:32Z", "updated_at": "2018-12-12T15:35:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:35:32Z", "revision_number": 0, "id": "354dfe3d-e772-40d1-941e-8abf7730491e", "remote_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "remote_ip_prefix": null, "created_at": "2018-12-12T15:35:32Z", "security_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "port_range_min": null, "ethertype": "IPv4", "project_id": "4912f3e449ef49bc8c14067ed5adabfa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:35:32Z", "revision_number": 0, "id": "43029498-93cd-4e99-b25d-7392f1ece900", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:35:32Z", "security_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "port_range_min": null, "ethertype": "IPv6", "project_id": "4912f3e449ef49bc8c14067ed5adabfa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:35:32Z", "revision_number": 0, "id": "54ec7bfd-960e-44f1-b21b-97fe12416d06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:35:32Z", "security_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "port_range_min": null, "ethertype": "IPv4", "project_id": "4912f3e449ef49bc8c14067ed5adabfa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:35:32Z", "revision_number": 0, "id": "84b95a1e-4608-4566-a8e4-ba8fc71e1d68", "remote_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "remote_ip_prefix": null, "created_at": "2018-12-12T15:35:32Z", "security_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "port_range_min": null, "ethertype": "IPv6", "project_id": "4912f3e449ef49bc8c14067ed5adabfa"}], "revision_number": 4, "project_id": "4912f3e449ef49bc8c14067ed5adabfa", "id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:35:52,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-ebebe71c-5844-42f9-acc1-36d58b30653a 2018-12-12 15:35:52,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:52,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c35fb777-c1db-4dfc-a0b5-cc654222f4f4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa"}, "enabled": true, "id": "4912f3e449ef49bc8c14067ed5adabfa", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-711a0e4f-d0c3-423-proj"}} 2018-12-12 15:35:52,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa used request id req-c35fb777-c1db-4dfc-a0b5-cc654222f4f4 2018-12-12 15:35:52,872 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 75d85fc2-6c24-4ee4-939f-bf4164f2dd94 2018-12-12 15:35:52,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=75d85fc2-6c24-4ee4-939f-bf4164f2dd94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:53,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5d2bf961-1f33-45ae-b8dc-a009f467f00c Date: Wed, 12 Dec 2018 15:35:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:35:32Z", "security_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "port_range_min": null, "revision_number": 0, "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "created_at": "2018-12-12T15:35:32Z", "project_id": "4912f3e449ef49bc8c14067ed5adabfa", "id": "354dfe3d-e772-40d1-941e-8abf7730491e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:35:32Z", "security_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "port_range_min": null, "revision_number": 0, "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "created_at": "2018-12-12T15:35:32Z", "project_id": "4912f3e449ef49bc8c14067ed5adabfa", "id": "43029498-93cd-4e99-b25d-7392f1ece900"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:35:32Z", "security_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "port_range_min": null, "revision_number": 0, "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "created_at": "2018-12-12T15:35:32Z", "project_id": "4912f3e449ef49bc8c14067ed5adabfa", "id": "54ec7bfd-960e-44f1-b21b-97fe12416d06"}, {"remote_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:35:32Z", "security_group_id": "75d85fc2-6c24-4ee4-939f-bf4164f2dd94", "port_range_min": null, "revision_number": 0, "tenant_id": "4912f3e449ef49bc8c14067ed5adabfa", "created_at": "2018-12-12T15:35:32Z", "project_id": "4912f3e449ef49bc8c14067ed5adabfa", "id": "84b95a1e-4608-4566-a8e4-ba8fc71e1d68"}]} 2018-12-12 15:35:53,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=75d85fc2-6c24-4ee4-939f-bf4164f2dd94 used request id req-5d2bf961-1f33-45ae-b8dc-a009f467f00c 2018-12-12 15:35:53,057 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:35:53,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/75d85fc2-6c24-4ee4-939f-bf4164f2dd94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:53,361 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-419b77cf-9edc-4bff-b311-ffbd01094f97 Content-Length: 0 Date: Wed, 12 Dec 2018 15:35:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:35:53,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/75d85fc2-6c24-4ee4-939f-bf4164f2dd94 used request id req-419b77cf-9edc-4bff-b311-ffbd01094f97 2018-12-12 15:35:53,362 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-711a0e4f-d0c3-423-proj 2018-12-12 15:35:53,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:53,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1ef5bc6-7437-492c-bfbb-bed13d7d91d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:53,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4912f3e449ef49bc8c14067ed5adabfa used request id req-d1ef5bc6-7437-492c-bfbb-bed13d7d91d9 2018-12-12 15:35:53,548 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-711a0e4f-d0c3-423-proj-role 2018-12-12 15:35:53,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4fdf61327bc74dccbc308e17ab383110 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:53,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74b77243-4e4d-4640-836c-ec5cfaf36076 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:53,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4fdf61327bc74dccbc308e17ab383110 used request id req-74b77243-4e4d-4640-836c-ec5cfaf36076 2018-12-12 15:35:53,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68df5b6a8e7aab0b27da5cff9fdfb3094714e2e9" 2018-12-12 15:35:53,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6969c9da-ba34-49ee-bb7e-967460cb5f22 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:35:53,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6969c9da-ba34-49ee-bb7e-967460cb5f22 2018-12-12 15:35:53,749 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-711a0e4f-d0c3-423-user 2018-12-12 15:35:53,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/b459b12e51b5486f84bc15518f50d217 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfe487dfe812aa20c32cd80350e8e788cf875ff" 2018-12-12 15:35:53,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d64b98d-ba98-4205-b65d-a154d14b815a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:53,935 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/b459b12e51b5486f84bc15518f50d217 used request id req-1d64b98d-ba98-4205-b65d-a154d14b815a 2018-12-12 15:35:53,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:54,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0u4x5h1QQAepGD6LlPwu2Q"], "issued_at": "2018-12-12T15:35:54.000000Z"}} 2018-12-12 15:35:54,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8883552725f0a8395724c1627accee7597e7357" 2018-12-12 15:35:54,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130c0f6a-8e24-4fff-82aa-a668af75293d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:54,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-130c0f6a-8e24-4fff-82aa-a668af75293d 2018-12-12 15:35:54,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:54,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:54,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["8_-qklbqR3-D0Yo-MgEfDQ"], "issued_at": "2018-12-12T15:35:54.000000Z"}} 2018-12-12 15:35:54,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:35:54,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe726cc-8eb8-424f-8453-16fbef35e447 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:54,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7fe726cc-8eb8-424f-8453-16fbef35e447 2018-12-12 15:35:54,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:54,898 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:35: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:54,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a69644e4-7535-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:35:54,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd2dda1-1b7f-419a-a424-97cae436c554 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a69644e4-7535-497-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:35:54,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a69644e4-7535-497-proj used request id req-2cd2dda1-1b7f-419a-a424-97cae436c554 2018-12-12 15:35:54,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:35:55,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de974d79-a24e-4907-881c-51f132b100d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:35:55,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-de974d79-a24e-4907-881c-51f132b100d3 2018-12-12 15:35:55,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj"}}' 2018-12-12 15:35:55,186 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:35:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cd23469-d4b3-4811-a040-d44d05f5ad8e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7868b5510b5e486084018c6d6a94ad70"}, "enabled": true, "id": "7868b5510b5e486084018c6d6a94ad70", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj"}} 2018-12-12 15:35:55,186 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4cd23469-d4b3-4811-a040-d44d05f5ad8e 2018-12-12 15:35:55,186 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a69644e4-7535-497-proj 2018-12-12 15:35:55,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:55,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:55,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["I5BNFB7XQ_2X6rxGMGOQUA"], "issued_at": "2018-12-12T15:35:55.000000Z"}} 2018-12-12 15:35:55,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea0a56e1eae826524605a2dd8176dc46effa39a" 2018-12-12 15:35:55,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1926b51-0842-4220-bfeb-db053cd896be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:55,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e1926b51-0842-4220-bfeb-db053cd896be 2018-12-12 15:35:55,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:35:55,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:35:55,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea0a56e1eae826524605a2dd8176dc46effa39a" 2018-12-12 15:35:55,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fff8cfc-14df-4f18-a86b-0ba1b67307e9 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:35:55,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6fff8cfc-14df-4f18-a86b-0ba1b67307e9 2018-12-12 15:35:55,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a69644e4-7535-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea0a56e1eae826524605a2dd8176dc46effa39a" 2018-12-12 15:35:55,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6313b122-b252-4bef-b1c6-92aa6dd48c13 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a69644e4-7535-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7868b5510b5e486084018c6d6a94ad70"}, "enabled": true, "id": "7868b5510b5e486084018c6d6a94ad70", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj"}]} 2018-12-12 15:35:55,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a69644e4-7535-497-proj used request id req-6313b122-b252-4bef-b1c6-92aa6dd48c13 2018-12-12 15:35:55,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea0a56e1eae826524605a2dd8176dc46effa39a" 2018-12-12 15:35:55,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6191e58-0d22-4e6b-9eb6-d2bbaa38837b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:35:55,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b6191e58-0d22-4e6b-9eb6-d2bbaa38837b 2018-12-12 15:35:56,359 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a69644e4-7535-497-user 2018-12-12 15:35:56,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:56,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:35:56,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58614c88-4dc0-4496-9d73-1f2d47d93546 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:35:56,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-58614c88-4dc0-4496-9d73-1f2d47d93546 2018-12-12 15:35:56,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" -d '{"role": {"name": "CreateRouterSuccessTests-a69644e4-7535-497-proj-role"}}' 2018-12-12 15:35:56,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:35:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5714991e-adf9-455a-9b7f-a95024222a5e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "510b632181cb492998912a02b2e43800", "links": {"self": "http://172.30.9.29:5000/v3/roles/510b632181cb492998912a02b2e43800"}, "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj-role"}} 2018-12-12 15:35:56,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5714991e-adf9-455a-9b7f-a95024222a5e 2018-12-12 15:35:56,546 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a69644e4-7535-497-proj-role 2018-12-12 15:35:56,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/510b632181cb492998912a02b2e43800 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:35:56,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28827f4e-7e6e-4749-bea1-0d3c1741b7a9 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/510b632181cb492998912a02b2e43800"}, "domain_id": null, "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj-role", "id": "510b632181cb492998912a02b2e43800"}} 2018-12-12 15:35:56,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/510b632181cb492998912a02b2e43800 used request id req-28827f4e-7e6e-4749-bea1-0d3c1741b7a9 2018-12-12 15:35:56,640 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a69644e4-7535-497-proj-role to project CreateRouterSuccessTests-a69644e4-7535-497-proj 2018-12-12 15:35:56,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/7868b5510b5e486084018c6d6a94ad70/users/a7fba41807ab4df28570ac60e6f226c5/roles/510b632181cb492998912a02b2e43800 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:35:56,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:35:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b96c02-eaca-43a4-8541-95e61dd319bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:35:56,771 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7868b5510b5e486084018c6d6a94ad70/users/a7fba41807ab4df28570ac60e6f226c5/roles/510b632181cb492998912a02b2e43800 used request id req-e4b96c02-eaca-43a4-8541-95e61dd319bd 2018-12-12 15:35:56,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:56,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:57,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["LCl6Y1S-Snm2TpZGn51kGg"], "issued_at": "2018-12-12T15:35:57.000000Z"}} 2018-12-12 15:35:57,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" 2018-12-12 15:35:57,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a5a1195-bec8-4839-abef-bd1062983de5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:57,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6a5a1195-bec8-4839-abef-bd1062983de5 2018-12-12 15:35:57,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" 2018-12-12 15:35:57,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c67dc202-1859-41ff-a2c6-1798936eb7b1 Date: Wed, 12 Dec 2018 15:35:57 GMT RESP BODY: {"networks":[]} 2018-12-12 15:35:57,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-net1 used request id req-c67dc202-1859-41ff-a2c6-1798936eb7b1 2018-12-12 15:35:57,354 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-net1 2018-12-12 15:35:57,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" -d '{"network": {"name": "CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-net1", "admin_state_up": true}}' 2018-12-12 15:35:57,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-51091d8a-7bd9-48a8-950e-bb1ae06dfd5a Date: Wed, 12 Dec 2018 15:35: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":"987bea25-6f3c-43ef-84ce-7d6df8c264f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:35:57Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-net1","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:35:57Z","mtu":1450}} 2018-12-12 15:35:57,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-51091d8a-7bd9-48a8-950e-bb1ae06dfd5a 2018-12-12 15:35:57,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=987bea25-6f3c-43ef-84ce-7d6df8c264f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" 2018-12-12 15:35:57,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-8e9e939f-e6e7-4601-ad3d-b508265b7f46 Date: Wed, 12 Dec 2018 15:35:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"987bea25-6f3c-43ef-84ce-7d6df8c264f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:35:57Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-net1","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:35:57Z","provider:network_type":"vxlan"}]} 2018-12-12 15:35:57,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=987bea25-6f3c-43ef-84ce-7d6df8c264f1 used request id req-8e9e939f-e6e7-4601-ad3d-b508265b7f46 2018-12-12 15:35:57,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=987bea25-6f3c-43ef-84ce-7d6df8c264f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" 2018-12-12 15:35:58,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1cedfea3-ad07-4ede-bedf-3baf7361bbd6 Date: Wed, 12 Dec 2018 15:35:58 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:35:58,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=987bea25-6f3c-43ef-84ce-7d6df8c264f1 used request id req-1cedfea3-ad07-4ede-bedf-3baf7361bbd6 2018-12-12 15:35:58,173 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-subnet1 2018-12-12 15:35:58,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" -d '{"subnets": [{"ip_version": 4, "network_id": "987bea25-6f3c-43ef-84ce-7d6df8c264f1", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-subnet1"}]}' 2018-12-12 15:35:58,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8422e4da-01ae-4c8f-9cb3-71d5ce631656 Date: Wed, 12 Dec 2018 15:35:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"987bea25-6f3c-43ef-84ce-7d6df8c264f1","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:35:58Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:58Z","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":"db5183f15e684f42aa14255dc18eee48","id":"f19b4d50-85bb-48e3-a45f-58c716fd425e","subnetpool_id":null,"name":"CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-subnet1"}]} 2018-12-12 15:35:58,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-8422e4da-01ae-4c8f-9cb3-71d5ce631656 2018-12-12 15:35:58,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=987bea25-6f3c-43ef-84ce-7d6df8c264f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" 2018-12-12 15:35:58,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c0e54e88-20eb-4896-ab5a-a65b9e5c72c5 Date: Wed, 12 Dec 2018 15:35:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"987bea25-6f3c-43ef-84ce-7d6df8c264f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["f19b4d50-85bb-48e3-a45f-58c716fd425e"],"description":"","tags":[],"updated_at":"2018-12-12T15:35:58Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-net1","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:35:57Z","provider:network_type":"vxlan"}]} 2018-12-12 15:35:58,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=987bea25-6f3c-43ef-84ce-7d6df8c264f1 used request id req-c0e54e88-20eb-4896-ab5a-a65b9e5c72c5 2018-12-12 15:35:58,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=987bea25-6f3c-43ef-84ce-7d6df8c264f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" 2018-12-12 15:35:58,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-58dd6936-f232-4d54-842c-37190a71946d Date: Wed, 12 Dec 2018 15:35:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"987bea25-6f3c-43ef-84ce-7d6df8c264f1","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:35:58Z","dns_nameservers":[],"updated_at":"2018-12-12T15:35:58Z","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":"db5183f15e684f42aa14255dc18eee48","id":"f19b4d50-85bb-48e3-a45f-58c716fd425e","subnetpool_id":null,"name":"CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-subnet1"}]} 2018-12-12 15:35:58,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=987bea25-6f3c-43ef-84ce-7d6df8c264f1 used request id req-58dd6936-f232-4d54-842c-37190a71946d 2018-12-12 15:35:58,981 - OpenStackNetwork - DEBUG - Network [987bea25-6f3c-43ef-84ce-7d6df8c264f1] created successfully 2018-12-12 15:35:58,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:58,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:35:59,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "510b632181cb492998912a02b2e43800", "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj-role"}], "expires_at": "2018-12-12T16:35:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7868b5510b5e486084018c6d6a94ad70", "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7868b5510b5e486084018c6d6a94ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/7868b5510b5e486084018c6d6a94ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/7868b5510b5e486084018c6d6a94ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7868b5510b5e486084018c6d6a94ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/7868b5510b5e486084018c6d6a94ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/7868b5510b5e486084018c6d6a94ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a69644e4-7535-497-user", "id": "a7fba41807ab4df28570ac60e6f226c5"}, "audit_ids": ["Wdy55dqCR8OCrB_YYDAJ8A"], "issued_at": "2018-12-12T15:35:59.000000Z"}} 2018-12-12 15:35:59,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1986c2429372ad3a9f9a45aade0a60a0586ea5ad" 2018-12-12 15:35:59,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce304d26-33d2-4833-a67d-3c1899e09086 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:35:59,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ce304d26-33d2-4833-a67d-3c1899e09086 2018-12-12 15:35:59,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1986c2429372ad3a9f9a45aade0a60a0586ea5ad" 2018-12-12 15:35:59,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8f62bd11-c5eb-49fb-a1fe-a105b52d1c16 Date: Wed, 12 Dec 2018 15:35:59 GMT RESP BODY: {"routers": []} 2018-12-12 15:35:59,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-router&admin_state_up=True used request id req-8f62bd11-c5eb-49fb-a1fe-a105b52d1c16 2018-12-12 15:35:59,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:35:59,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:00,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "510b632181cb492998912a02b2e43800", "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj-role"}], "expires_at": "2018-12-12T16:36:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7868b5510b5e486084018c6d6a94ad70", "name": "CreateRouterSuccessTests-a69644e4-7535-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7868b5510b5e486084018c6d6a94ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/7868b5510b5e486084018c6d6a94ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/7868b5510b5e486084018c6d6a94ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/7868b5510b5e486084018c6d6a94ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/7868b5510b5e486084018c6d6a94ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/7868b5510b5e486084018c6d6a94ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/7868b5510b5e486084018c6d6a94ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a69644e4-7535-497-user", "id": "a7fba41807ab4df28570ac60e6f226c5"}, "audit_ids": ["DDSsdnU8RaKYZjkVVsoFZg"], "issued_at": "2018-12-12T15:36:00.000000Z"}} 2018-12-12 15:36:00,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bdb414643764793925d236fa106c39d00d67675" 2018-12-12 15:36:00,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e056ff5-ba92-4759-9ddc-8df10a857771 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:00,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5e056ff5-ba92-4759-9ddc-8df10a857771 2018-12-12 15:36:00,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1986c2429372ad3a9f9a45aade0a60a0586ea5ad" 2018-12-12 15:36:00,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-61166a7e-3cbb-4269-a94b-fc8106a81294 Date: Wed, 12 Dec 2018 15:36:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:36:00,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-61166a7e-3cbb-4269-a94b-fc8106a81294 2018-12-12 15:36:00,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1986c2429372ad3a9f9a45aade0a60a0586ea5ad" 2018-12-12 15:36:00,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6e752227-28eb-4b18-9eb9-7ce6a9b7b815 Date: Wed, 12 Dec 2018 15:36:00 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:36:00,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-6e752227-28eb-4b18-9eb9-7ce6a9b7b815 2018-12-12 15:36:00,755 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-router 2018-12-12 15:36:00,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1986c2429372ad3a9f9a45aade0a60a0586ea5ad" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-router", "admin_state_up": true}}' 2018-12-12 15:36:06,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-a0e2f775-f2bd-45be-8144-195b88fa4aed Date: Wed, 12 Dec 2018 15:36:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7868b5510b5e486084018c6d6a94ad70", "created_at": "2018-12-12T15:36:01Z", "admin_state_up": true, "updated_at": "2018-12-12T15:36:02Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "7868b5510b5e486084018c6d6a94ad70", "id": "773321e1-9026-44ee-ba24-08d01430c3d3", "name": "CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-router"}} 2018-12-12 15:36:06,139 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-a0e2f775-f2bd-45be-8144-195b88fa4aed 2018-12-12 15:36:06,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=773321e1-9026-44ee-ba24-08d01430c3d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1986c2429372ad3a9f9a45aade0a60a0586ea5ad" 2018-12-12 15:36:06,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ccf08f6a-79db-4a93-b368-10c821cebd27 Date: Wed, 12 Dec 2018 15:36:06 GMT RESP BODY: {"ports":[]} 2018-12-12 15:36:06,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=773321e1-9026-44ee-ba24-08d01430c3d3 used request id req-ccf08f6a-79db-4a93-b368-10c821cebd27 2018-12-12 15:36:06,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?name=CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1986c2429372ad3a9f9a45aade0a60a0586ea5ad" 2018-12-12 15:36:06,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-de19fc59-9574-4707-9f6f-132b4538f194 Date: Wed, 12 Dec 2018 15:36:06 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:36:06,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?name=CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-subnet1 used request id req-de19fc59-9574-4707-9f6f-132b4538f194 2018-12-12 15:36:06,615 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-router 2018-12-12 15:36:06,615 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-router 2018-12-12 15:36:06,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/773321e1-9026-44ee-ba24-08d01430c3d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1986c2429372ad3a9f9a45aade0a60a0586ea5ad" 2018-12-12 15:36:11,460 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf8ae1d9-8b8a-4e2a-8a20-9ec116feed2d Content-Length: 0 Date: Wed, 12 Dec 2018 15:36:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:36:11,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/773321e1-9026-44ee-ba24-08d01430c3d3 used request id req-bf8ae1d9-8b8a-4e2a-8a20-9ec116feed2d 2018-12-12 15:36:11,461 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-subnet1 2018-12-12 15:36:11,461 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-subnet1 2018-12-12 15:36:11,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/f19b4d50-85bb-48e3-a45f-58c716fd425e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" 2018-12-12 15:36:13,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db7ebc44-a97a-40fd-aa57-eabdee259a93 Date: Wed, 12 Dec 2018 15:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:36:13,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/f19b4d50-85bb-48e3-a45f-58c716fd425e used request id req-db7ebc44-a97a-40fd-aa57-eabdee259a93 2018-12-12 15:36:13,555 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-62b15e96-2d40-4215-a653-86b7929164a4-pub-net1 2018-12-12 15:36:13,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/987bea25-6f3c-43ef-84ce-7d6df8c264f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ddfffe407a319188fe8fde3253afdeb6d96c94d" 2018-12-12 15:36:14,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-978e7d6a-3425-48e5-aea4-c3dbc6704c35 Date: Wed, 12 Dec 2018 15:36:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:36:14,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/987bea25-6f3c-43ef-84ce-7d6df8c264f1 used request id req-978e7d6a-3425-48e5-aea4-c3dbc6704c35 2018-12-12 15:36:14,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:36:15,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-47381d11-6df7-4370-8f96-8bfb97d7efd0 Date: Wed, 12 Dec 2018 15:36:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:36:15,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-47381d11-6df7-4370-8f96-8bfb97d7efd0 2018-12-12 15:36:15,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:36:15,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d085a91-2df8-4570-9767-4b0d5ca28b75 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:36:15,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-5d085a91-2df8-4570-9767-4b0d5ca28b75 2018-12-12 15:36:15,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:36:15,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e94f40cc-cb7d-4361-b505-26f26bcc2211 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:36:15,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-e94f40cc-cb7d-4361-b505-26f26bcc2211 2018-12-12 15:36:15,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:36:15,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-292afce7-f449-48b6-900f-1f1681fe992a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:36:15,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-292afce7-f449-48b6-900f-1f1681fe992a 2018-12-12 15:36:15,305 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a69644e4-7535-497-proj 2018-12-12 15:36:15,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/7868b5510b5e486084018c6d6a94ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:36:15,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8369b551-657f-4dcf-aa7c-f0347464aa08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:15,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7868b5510b5e486084018c6d6a94ad70 used request id req-8369b551-657f-4dcf-aa7c-f0347464aa08 2018-12-12 15:36:15,530 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a69644e4-7535-497-proj-role 2018-12-12 15:36:15,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/510b632181cb492998912a02b2e43800 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:36:15,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1b79c7f-0ef2-4f0d-b333-0e1b5aeb684e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:15,659 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/510b632181cb492998912a02b2e43800 used request id req-b1b79c7f-0ef2-4f0d-b333-0e1b5aeb684e 2018-12-12 15:36:15,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6812e7a0bfcdcb926560a22fc3bf1761ba14f3ae" 2018-12-12 15:36:15,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b262ea-f79a-49cb-9b14-9658910082f2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:15,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-50b262ea-f79a-49cb-9b14-9658910082f2 2018-12-12 15:36:15,752 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a69644e4-7535-497-user 2018-12-12 15:36:15,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a7fba41807ab4df28570ac60e6f226c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea0a56e1eae826524605a2dd8176dc46effa39a" 2018-12-12 15:36:15,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eb48c9a-7a5d-441e-a006-19d747e7b5e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:15,951 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a7fba41807ab4df28570ac60e6f226c5 used request id req-2eb48c9a-7a5d-441e-a006-19d747e7b5e6 2018-12-12 15:36:15,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:16,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["am1zj5bYQ1yGQTuwx_tplA"], "issued_at": "2018-12-12T15:36:16.000000Z"}} 2018-12-12 15:36:16,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b21c97f5a4a62379aa0dbe3c7c53b127e600a7" 2018-12-12 15:36:16,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b4ce04-16dc-41f5-a95d-e5f9eaaee056 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:16,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-80b4ce04-16dc-41f5-a95d-e5f9eaaee056 2018-12-12 15:36:16,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:16,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:16,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["eiPMn_5DSASSs2ll3shIuQ"], "issued_at": "2018-12-12T15:36:16.000000Z"}} 2018-12-12 15:36:16,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:16,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bcedc3e-5c6c-4051-a38a-c7acabd0ea4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:16,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8bcedc3e-5c6c-4051-a38a-c7acabd0ea4e 2018-12-12 15:36:16,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:16,899 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:16,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b721283c-69cc-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:16,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07d5dc5-a8b7-4449-bcb7-b8a8ad95f695 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b721283c-69cc-495-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:36:16,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-b721283c-69cc-495-proj used request id req-b07d5dc5-a8b7-4449-bcb7-b8a8ad95f695 2018-12-12 15:36:16,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:17,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bd534c8-5b43-4396-a2d4-c1f86215313f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:17,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4bd534c8-5b43-4396-a2d4-c1f86215313f 2018-12-12 15:36:17,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj"}}' 2018-12-12 15:36:17,204 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d1eecfa-c3a3-45dc-85d2-147ed33ce458 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/33339b446ce949a29b31aa88f1eee463"}, "enabled": true, "id": "33339b446ce949a29b31aa88f1eee463", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj"}} 2018-12-12 15:36:17,204 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5d1eecfa-c3a3-45dc-85d2-147ed33ce458 2018-12-12 15:36:17,205 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-b721283c-69cc-495-proj 2018-12-12 15:36:17,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:17,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:17,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["RU7mPSBYR_OYGMnVrjcp8A"], "issued_at": "2018-12-12T15:36:17.000000Z"}} 2018-12-12 15:36:17,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45949bfdc7873d6f5739f7aee55ba8dc20dd7547" 2018-12-12 15:36:17,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58012b0a-acf4-4e1b-b9e9-71e7a6ef53b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:17,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-58012b0a-acf4-4e1b-b9e9-71e7a6ef53b2 2018-12-12 15:36:17,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:17,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:17,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45949bfdc7873d6f5739f7aee55ba8dc20dd7547" 2018-12-12 15:36:17,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af1f80d-cb1f-4d36-bb50-b664b7f78aa8 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:36:17,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5af1f80d-cb1f-4d36-bb50-b664b7f78aa8 2018-12-12 15:36:17,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-b721283c-69cc-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45949bfdc7873d6f5739f7aee55ba8dc20dd7547" 2018-12-12 15:36:17,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdbc7f90-11d8-4f38-bb1e-bbbb3a5ffab0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-b721283c-69cc-495-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/33339b446ce949a29b31aa88f1eee463"}, "enabled": true, "id": "33339b446ce949a29b31aa88f1eee463", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj"}]} 2018-12-12 15:36:17,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-b721283c-69cc-495-proj used request id req-fdbc7f90-11d8-4f38-bb1e-bbbb3a5ffab0 2018-12-12 15:36:17,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45949bfdc7873d6f5739f7aee55ba8dc20dd7547" 2018-12-12 15:36:17,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187a93c8-f62c-4895-9398-4dacd24ef389 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:17,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-187a93c8-f62c-4895-9398-4dacd24ef389 2018-12-12 15:36:18,318 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-b721283c-69cc-495-user 2018-12-12 15:36:18,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:18,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:18,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beb99a65-4129-4a8b-86ac-a41e646e9eef Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:18,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-beb99a65-4129-4a8b-86ac-a41e646e9eef 2018-12-12 15:36:18,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" -d '{"role": {"name": "CreateRouterNegativeTests-b721283c-69cc-495-proj-role"}}' 2018-12-12 15:36:18,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-216fcaee-a16a-42a6-b941-e2ffea6addc1 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "385be72587b246d79694c944c56c50b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/385be72587b246d79694c944c56c50b9"}, "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj-role"}} 2018-12-12 15:36:18,540 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-216fcaee-a16a-42a6-b941-e2ffea6addc1 2018-12-12 15:36:18,540 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-b721283c-69cc-495-proj-role 2018-12-12 15:36:18,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/385be72587b246d79694c944c56c50b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:18,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed29bbf9-58bb-4ff4-a067-77c3879803ea Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/385be72587b246d79694c944c56c50b9"}, "domain_id": null, "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj-role", "id": "385be72587b246d79694c944c56c50b9"}} 2018-12-12 15:36:18,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/385be72587b246d79694c944c56c50b9 used request id req-ed29bbf9-58bb-4ff4-a067-77c3879803ea 2018-12-12 15:36:18,629 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-b721283c-69cc-495-proj-role to project CreateRouterNegativeTests-b721283c-69cc-495-proj 2018-12-12 15:36:18,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/33339b446ce949a29b31aa88f1eee463/users/cdb6c6c6784841dfacdc85bd479ee799/roles/385be72587b246d79694c944c56c50b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:18,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-874d188f-9d25-4a1c-9e61-4fe025988963 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:18,758 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/33339b446ce949a29b31aa88f1eee463/users/cdb6c6c6784841dfacdc85bd479ee799/roles/385be72587b246d79694c944c56c50b9 used request id req-874d188f-9d25-4a1c-9e61-4fe025988963 2018-12-12 15:36:18,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:18,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:19,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["iASGSvH6SmGUhhJojTccNA"], "issued_at": "2018-12-12T15:36:19.000000Z"}} 2018-12-12 15:36:19,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" 2018-12-12 15:36:19,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc2d679c-0150-4daf-8d18-564d359de1cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:19,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cc2d679c-0150-4daf-8d18-564d359de1cb 2018-12-12 15:36:19,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" 2018-12-12 15:36:19,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c41c2c00-fd24-4b8c-8526-e2a984fca5bc Date: Wed, 12 Dec 2018 15:36:19 GMT RESP BODY: {"networks":[]} 2018-12-12 15:36:19,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1 used request id req-c41c2c00-fd24-4b8c-8526-e2a984fca5bc 2018-12-12 15:36:19,398 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1 2018-12-12 15:36:19,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" -d '{"network": {"name": "CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1", "admin_state_up": true}}' 2018-12-12 15:36:19,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-90783900-e072-4160-92e9-919f4b83596a Date: Wed, 12 Dec 2018 15:36:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"12df3268-2455-4dcc-a259-2c50e4331595","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:36:19Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:36:19Z","mtu":1450}} 2018-12-12 15:36:19,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-90783900-e072-4160-92e9-919f4b83596a 2018-12-12 15:36:19,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=12df3268-2455-4dcc-a259-2c50e4331595 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" 2018-12-12 15:36:20,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-96aa14e1-a0f0-4cba-80e4-792c827a33c4 Date: Wed, 12 Dec 2018 15:36:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12df3268-2455-4dcc-a259-2c50e4331595","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:36:19Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:36:19Z","provider:network_type":"vxlan"}]} 2018-12-12 15:36:20,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=12df3268-2455-4dcc-a259-2c50e4331595 used request id req-96aa14e1-a0f0-4cba-80e4-792c827a33c4 2018-12-12 15:36:20,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=12df3268-2455-4dcc-a259-2c50e4331595 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" 2018-12-12 15:36:20,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1152e622-45c3-44ad-88f7-800127694e6c Date: Wed, 12 Dec 2018 15:36:20 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:36:20,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=12df3268-2455-4dcc-a259-2c50e4331595 used request id req-1152e622-45c3-44ad-88f7-800127694e6c 2018-12-12 15:36:20,203 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-subnet1 2018-12-12 15:36:20,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" -d '{"subnets": [{"ip_version": 4, "network_id": "12df3268-2455-4dcc-a259-2c50e4331595", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-subnet1"}]}' 2018-12-12 15:36:20,723 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-4c1f2281-fd17-4040-83c6-92817f436e27 Date: Wed, 12 Dec 2018 15:36:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12df3268-2455-4dcc-a259-2c50e4331595","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:36:20Z","dns_nameservers":[],"updated_at":"2018-12-12T15:36:20Z","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":"db5183f15e684f42aa14255dc18eee48","id":"c15504c6-d7bf-40c9-85d3-882f7c3c0b76","subnetpool_id":null,"name":"CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-subnet1"}]} 2018-12-12 15:36:20,723 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-4c1f2281-fd17-4040-83c6-92817f436e27 2018-12-12 15:36:20,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=12df3268-2455-4dcc-a259-2c50e4331595 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" 2018-12-12 15:36:20,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-3393b077-887b-4efb-aafa-0ccbbcd6eb1a Date: Wed, 12 Dec 2018 15:36:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"12df3268-2455-4dcc-a259-2c50e4331595","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c15504c6-d7bf-40c9-85d3-882f7c3c0b76"],"description":"","tags":[],"updated_at":"2018-12-12T15:36:20Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:36:19Z","provider:network_type":"vxlan"}]} 2018-12-12 15:36:20,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=12df3268-2455-4dcc-a259-2c50e4331595 used request id req-3393b077-887b-4efb-aafa-0ccbbcd6eb1a 2018-12-12 15:36:20,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=12df3268-2455-4dcc-a259-2c50e4331595 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" 2018-12-12 15:36:21,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-a10d49e2-6057-47bd-81fc-388c7d80bd24 Date: Wed, 12 Dec 2018 15:36:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12df3268-2455-4dcc-a259-2c50e4331595","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:36:20Z","dns_nameservers":[],"updated_at":"2018-12-12T15:36:20Z","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":"db5183f15e684f42aa14255dc18eee48","id":"c15504c6-d7bf-40c9-85d3-882f7c3c0b76","subnetpool_id":null,"name":"CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-subnet1"}]} 2018-12-12 15:36:21,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=12df3268-2455-4dcc-a259-2c50e4331595 used request id req-a10d49e2-6057-47bd-81fc-388c7d80bd24 2018-12-12 15:36:21,029 - OpenStackNetwork - DEBUG - Network [12df3268-2455-4dcc-a259-2c50e4331595] created successfully 2018-12-12 15:36:21,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:21,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:21,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "385be72587b246d79694c944c56c50b9", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj-role"}], "expires_at": "2018-12-12T16:36:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33339b446ce949a29b31aa88f1eee463", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-b721283c-69cc-495-user", "id": "cdb6c6c6784841dfacdc85bd479ee799"}, "audit_ids": ["010rL7_fSJmUOb_1wIwQXA"], "issued_at": "2018-12-12T15:36:21.000000Z"}} 2018-12-12 15:36:21,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:21,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a59c8b6-33bf-4f43-a455-c77190040873 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:21,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1a59c8b6-33bf-4f43-a455-c77190040873 2018-12-12 15:36:21,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:21,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f6cb698b-3abb-4f35-9d57-dee3b2ea4261 Date: Wed, 12 Dec 2018 15:36:21 GMT RESP BODY: {"routers": []} 2018-12-12 15:36:21,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-router&admin_state_up=True used request id req-f6cb698b-3abb-4f35-9d57-dee3b2ea4261 2018-12-12 15:36:21,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:21,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:22,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "385be72587b246d79694c944c56c50b9", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj-role"}], "expires_at": "2018-12-12T16:36:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33339b446ce949a29b31aa88f1eee463", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-b721283c-69cc-495-user", "id": "cdb6c6c6784841dfacdc85bd479ee799"}, "audit_ids": ["UzsutRYYTZuvhHnn3bnURA"], "issued_at": "2018-12-12T15:36:22.000000Z"}} 2018-12-12 15:36:22,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e0953c8b8fcc7eb11138e3b64022579d21c7a4" 2018-12-12 15:36:22,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d7104cc-9d14-4080-9c38-b5ccbda8cbfe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:22,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1d7104cc-9d14-4080-9c38-b5ccbda8cbfe 2018-12-12 15:36:22,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:22,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2a285ea1-1dd9-4856-b9ee-4883835a420c Date: Wed, 12 Dec 2018 15:36:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 15:36:22,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-2a285ea1-1dd9-4856-b9ee-4883835a420c 2018-12-12 15:36:22,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:22,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c6553985-cf8b-46f1-8b07-6643865b9e2c Date: Wed, 12 Dec 2018 15:36:22 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:36:22,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-c6553985-cf8b-46f1-8b07-6643865b9e2c 2018-12-12 15:36:22,599 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-router 2018-12-12 15:36:22,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-router", "admin_state_up": true}}' 2018-12-12 15:36:27,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-bc141edd-919f-4c16-8eba-3eca7c56367e Date: Wed, 12 Dec 2018 15:36:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "33339b446ce949a29b31aa88f1eee463", "created_at": "2018-12-12T15:36:23Z", "admin_state_up": true, "updated_at": "2018-12-12T15:36:24Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "33339b446ce949a29b31aa88f1eee463", "id": "1579afc1-5825-49be-afed-ed2a61a10bce", "name": "CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-router"}} 2018-12-12 15:36:27,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-bc141edd-919f-4c16-8eba-3eca7c56367e 2018-12-12 15:36:27,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=1579afc1-5825-49be-afed-ed2a61a10bce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:27,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e8e4fc65-cda3-41cd-8876-75ab7796a415 Date: Wed, 12 Dec 2018 15:36:27 GMT RESP BODY: {"ports":[]} 2018-12-12 15:36:27,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=1579afc1-5825-49be-afed-ed2a61a10bce used request id req-e8e4fc65-cda3-41cd-8876-75ab7796a415 2018-12-12 15:36:27,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:28,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-70314793-1fca-4de3-b307-87b665eea081 Date: Wed, 12 Dec 2018 15:36:28 GMT RESP BODY: {"networks":[]} 2018-12-12 15:36:28,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1 used request id req-70314793-1fca-4de3-b307-87b665eea081 2018-12-12 15:36:28,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:28,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7dda9e6d-0a37-4f4f-86b9-12d34402e75f Date: Wed, 12 Dec 2018 15:36:28 GMT RESP BODY: {"ports":[]} 2018-12-12 15:36:28,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-port1&admin_state_up=True used request id req-7dda9e6d-0a37-4f4f-86b9-12d34402e75f 2018-12-12 15:36:28,290 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-port1 for router - CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-router 2018-12-12 15:36:28,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:28,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:28,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "385be72587b246d79694c944c56c50b9", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj-role"}], "expires_at": "2018-12-12T16:36:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33339b446ce949a29b31aa88f1eee463", "name": "CreateRouterNegativeTests-b721283c-69cc-495-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/33339b446ce949a29b31aa88f1eee463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-b721283c-69cc-495-user", "id": "cdb6c6c6784841dfacdc85bd479ee799"}, "audit_ids": ["oQMkGBkOSeGKh_a0ZkYc0w"], "issued_at": "2018-12-12T15:36:28.000000Z"}} 2018-12-12 15:36:28,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aa45f037713210f7adafd1f941ae44679f9cef9" 2018-12-12 15:36:28,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865a9354-5a15-4596-98c6-124850b7655e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:28,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-865a9354-5a15-4596-98c6-124850b7655e 2018-12-12 15:36:28,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:28,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-de6b7ed4-7fd3-45fe-9dd6-163564067f57 Date: Wed, 12 Dec 2018 15:36:28 GMT RESP BODY: {"networks":[]} 2018-12-12 15:36:28,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1 used request id req-de6b7ed4-7fd3-45fe-9dd6-163564067f57 2018-12-12 15:36:28,910 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-router 2018-12-12 15:36:28,910 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-router 2018-12-12 15:36:28,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/1579afc1-5825-49be-afed-ed2a61a10bce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f766aa5275abea9e60044bb485005fd5d1d75d25" 2018-12-12 15:36:32,038 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e7a6ff1-2e23-4d72-9ad6-fdc668e36768 Content-Length: 0 Date: Wed, 12 Dec 2018 15:36:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:36:32,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/1579afc1-5825-49be-afed-ed2a61a10bce used request id req-4e7a6ff1-2e23-4d72-9ad6-fdc668e36768 2018-12-12 15:36:32,039 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-subnet1 2018-12-12 15:36:32,039 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-subnet1 2018-12-12 15:36:32,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/c15504c6-d7bf-40c9-85d3-882f7c3c0b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" 2018-12-12 15:36:34,074 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-473d82ca-8d2b-4b9a-8194-b6ab63cd1b99 Date: Wed, 12 Dec 2018 15:36:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:36:34,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c15504c6-d7bf-40c9-85d3-882f7c3c0b76 used request id req-473d82ca-8d2b-4b9a-8194-b6ab63cd1b99 2018-12-12 15:36:34,075 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-71e7d7c5-4677-4435-9963-7927f190cd42-pub-net1 2018-12-12 15:36:34,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/12df3268-2455-4dcc-a259-2c50e4331595 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4466a95c5fad717ac439dc9108e9fa93a852ac" 2018-12-12 15:36:35,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38d96c28-8604-451c-8138-885e8e008cf0 Date: Wed, 12 Dec 2018 15:36:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:36:35,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/12df3268-2455-4dcc-a259-2c50e4331595 used request id req-38d96c28-8604-451c-8138-885e8e008cf0 2018-12-12 15:36:35,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:35,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-121f12a8-975c-4c65-b7db-dc918818ce3b Date: Wed, 12 Dec 2018 15:36:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:36:35,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-121f12a8-975c-4c65-b7db-dc918818ce3b 2018-12-12 15:36:35,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:35,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22380fe-af9c-48a1-8ff3-1f5b014fa79e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:36:35,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-a22380fe-af9c-48a1-8ff3-1f5b014fa79e 2018-12-12 15:36:35,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:35,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc5ddf3-f8fe-46da-90e0-3e8ce11e2279 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:36:35,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-2cc5ddf3-f8fe-46da-90e0-3e8ce11e2279 2018-12-12 15:36:35,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:35,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69ffef29-8ffa-476a-9f3d-6aba6d35a00e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:36:35,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-69ffef29-8ffa-476a-9f3d-6aba6d35a00e 2018-12-12 15:36:35,741 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-b721283c-69cc-495-proj 2018-12-12 15:36:35,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/33339b446ce949a29b31aa88f1eee463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:35,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f968798b-d1ca-4c11-8edf-302fb2d2dbd2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:35,962 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/33339b446ce949a29b31aa88f1eee463 used request id req-f968798b-d1ca-4c11-8edf-302fb2d2dbd2 2018-12-12 15:36:35,963 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-b721283c-69cc-495-proj-role 2018-12-12 15:36:35,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/385be72587b246d79694c944c56c50b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:36,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6365a7f5-b81c-4429-99c6-c7f3bc246188 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:36,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/385be72587b246d79694c944c56c50b9 used request id req-6365a7f5-b81c-4429-99c6-c7f3bc246188 2018-12-12 15:36:36,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b279853cbb94aa214cb0246728c07ef7fe83acb" 2018-12-12 15:36:36,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-592a3e72-7bc3-460e-9ad7-345210901482 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:36,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-592a3e72-7bc3-460e-9ad7-345210901482 2018-12-12 15:36:36,160 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-b721283c-69cc-495-user 2018-12-12 15:36:36,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/cdb6c6c6784841dfacdc85bd479ee799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45949bfdc7873d6f5739f7aee55ba8dc20dd7547" 2018-12-12 15:36:36,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-005f49c0-31d1-4881-8d95-483f0d4bc9d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:36,347 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/cdb6c6c6784841dfacdc85bd479ee799 used request id req-005f49c0-31d1-4881-8d95-483f0d4bc9d9 2018-12-12 15:36:36,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:36,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["JpqQ6BBaRj6hsnENhrRHfA"], "issued_at": "2018-12-12T15:36:36.000000Z"}} 2018-12-12 15:36:36,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77f49cda39b9701c55a30f73537dc598b6b785d" 2018-12-12 15:36:36,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7554a455-5649-42b0-ab73-440b3115214a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:36,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7554a455-5649-42b0-ab73-440b3115214a 2018-12-12 15:36:36,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:36,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:37,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Wn2q10GuR1SIllX1KdqeuA"], "issued_at": "2018-12-12T15:36:37.000000Z"}} 2018-12-12 15:36:37,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:37,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b879bca5-1990-4e11-b15d-201b665dce6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:37,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b879bca5-1990-4e11-b15d-201b665dce6d 2018-12-12 15:36:37,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:37,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:37,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:37,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-113644b4-cf12-438c-b621-6a964ecb308b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:36:37,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj used request id req-113644b4-cf12-438c-b621-6a964ecb308b 2018-12-12 15:36:37,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:37,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e687d069-797a-428b-94cf-dbfa3a818a32 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:37,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e687d069-797a-428b-94cf-dbfa3a818a32 2018-12-12 15:36:37,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj"}}' 2018-12-12 15:36:37,713 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdefc757-dad7-44bc-832a-9bcecc96f9ff Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/aef43b4508b84186975008191a78219c"}, "enabled": true, "id": "aef43b4508b84186975008191a78219c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj"}} 2018-12-12 15:36:37,714 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bdefc757-dad7-44bc-832a-9bcecc96f9ff 2018-12-12 15:36:37,714 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj 2018-12-12 15:36:37,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:37,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:38,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["hhCq4qYJSdGl_wAIYDikEQ"], "issued_at": "2018-12-12T15:36:38.000000Z"}} 2018-12-12 15:36:38,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a4a8aa9f11bb0aa9d6e2d8892646cdb49271f5" 2018-12-12 15:36:38,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbdc475f-322d-4492-87c1-d865161827ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:38,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bbdc475f-322d-4492-87c1-d865161827ee 2018-12-12 15:36:38,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:38,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:38,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a4a8aa9f11bb0aa9d6e2d8892646cdb49271f5" 2018-12-12 15:36:38,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdc6eb8-3908-4592-a008-3bab5e599764 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:36:38,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ccdc6eb8-3908-4592-a008-3bab5e599764 2018-12-12 15:36:38,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a4a8aa9f11bb0aa9d6e2d8892646cdb49271f5" 2018-12-12 15:36:38,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-026fcd3a-5202-4e3f-b2c2-9bccd3e4b10a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/aef43b4508b84186975008191a78219c"}, "enabled": true, "id": "aef43b4508b84186975008191a78219c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj"}]} 2018-12-12 15:36:38,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj used request id req-026fcd3a-5202-4e3f-b2c2-9bccd3e4b10a 2018-12-12 15:36:38,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a4a8aa9f11bb0aa9d6e2d8892646cdb49271f5" 2018-12-12 15:36:38,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb8cd06-52f9-43d1-9dc8-ba0d914290be Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:38,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bdb8cd06-52f9-43d1-9dc8-ba0d914290be 2018-12-12 15:36:38,875 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-22cafe86-aa6c-4d1-user 2018-12-12 15:36:38,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:38,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:38,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eceda38d-59f6-4f04-b558-07e09129e08d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:38,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-eceda38d-59f6-4f04-b558-07e09129e08d 2018-12-12 15:36:38,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" -d '{"role": {"name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj-role"}}' 2018-12-12 15:36:39,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52ca003b-4911-4645-bd08-ba4b8c2beb81 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e33b0354d18543a6ab26cdc0a7a37fe6", "links": {"self": "http://172.30.9.29:5000/v3/roles/e33b0354d18543a6ab26cdc0a7a37fe6"}, "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj-role"}} 2018-12-12 15:36:39,078 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-52ca003b-4911-4645-bd08-ba4b8c2beb81 2018-12-12 15:36:39,078 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj-role 2018-12-12 15:36:39,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e33b0354d18543a6ab26cdc0a7a37fe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:39,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f9a0526-9803-4818-9338-8b7ec0f51604 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e33b0354d18543a6ab26cdc0a7a37fe6"}, "domain_id": null, "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj-role", "id": "e33b0354d18543a6ab26cdc0a7a37fe6"}} 2018-12-12 15:36:39,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e33b0354d18543a6ab26cdc0a7a37fe6 used request id req-9f9a0526-9803-4818-9338-8b7ec0f51604 2018-12-12 15:36:39,101 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj-role to project CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj 2018-12-12 15:36:39,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/aef43b4508b84186975008191a78219c/users/26dbbe65460c4cf2ab536aada4c444ce/roles/e33b0354d18543a6ab26cdc0a7a37fe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:39,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3f2a7f8-f626-4389-9384-abfae68f0337 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:39,237 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/aef43b4508b84186975008191a78219c/users/26dbbe65460c4cf2ab536aada4c444ce/roles/e33b0354d18543a6ab26cdc0a7a37fe6 used request id req-b3f2a7f8-f626-4389-9384-abfae68f0337 2018-12-12 15:36:39,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:39,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:39,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e33b0354d18543a6ab26cdc0a7a37fe6", "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj-role"}], "expires_at": "2018-12-12T16:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aef43b4508b84186975008191a78219c", "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/aef43b4508b84186975008191a78219c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/aef43b4508b84186975008191a78219c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/aef43b4508b84186975008191a78219c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/aef43b4508b84186975008191a78219c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/aef43b4508b84186975008191a78219c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/aef43b4508b84186975008191a78219c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/aef43b4508b84186975008191a78219c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/aef43b4508b84186975008191a78219c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/aef43b4508b84186975008191a78219c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/aef43b4508b84186975008191a78219c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/aef43b4508b84186975008191a78219c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/aef43b4508b84186975008191a78219c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-user", "id": "26dbbe65460c4cf2ab536aada4c444ce"}, "audit_ids": ["v0xZcJO4SUawcAbNbNYkSg"], "issued_at": "2018-12-12T15:36:39.000000Z"}} 2018-12-12 15:36:39,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad8bd8bdfc0dc7dee4d65ab1fabde18568cdfad" 2018-12-12 15:36:39,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06444704-6f95-4a8b-a081-aa98a31a70d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:39,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-06444704-6f95-4a8b-a081-aa98a31a70d3 2018-12-12 15:36:39,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterNegativeTests-462387b5-d576-4bb9-8277-991c34c5d2d2-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad8bd8bdfc0dc7dee4d65ab1fabde18568cdfad" 2018-12-12 15:36:39,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9781ce9f-be9a-4514-afb0-0f4000c58110 Date: Wed, 12 Dec 2018 15:36:39 GMT RESP BODY: {"routers": []} 2018-12-12 15:36:39,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterNegativeTests-462387b5-d576-4bb9-8277-991c34c5d2d2-pub-router&admin_state_up=True used request id req-9781ce9f-be9a-4514-afb0-0f4000c58110 2018-12-12 15:36:39,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:39,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:40,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e33b0354d18543a6ab26cdc0a7a37fe6", "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj-role"}], "expires_at": "2018-12-12T16:36:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aef43b4508b84186975008191a78219c", "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/aef43b4508b84186975008191a78219c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/aef43b4508b84186975008191a78219c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/aef43b4508b84186975008191a78219c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/aef43b4508b84186975008191a78219c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/aef43b4508b84186975008191a78219c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/aef43b4508b84186975008191a78219c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/aef43b4508b84186975008191a78219c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/aef43b4508b84186975008191a78219c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/aef43b4508b84186975008191a78219c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/aef43b4508b84186975008191a78219c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/aef43b4508b84186975008191a78219c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/aef43b4508b84186975008191a78219c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-22cafe86-aa6c-4d1-user", "id": "26dbbe65460c4cf2ab536aada4c444ce"}, "audit_ids": ["Ra2jtSKFS0mIrHWiLqKyMg"], "issued_at": "2018-12-12T15:36:40.000000Z"}} 2018-12-12 15:36:40,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79f139ac9e3e4f43b61795dc8a8db75832f90ef" 2018-12-12 15:36:40,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e150e4d5-d644-4ed3-8fb8-28832fb0a59b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:40,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e150e4d5-d644-4ed3-8fb8-28832fb0a59b 2018-12-12 15:36:40,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad8bd8bdfc0dc7dee4d65ab1fabde18568cdfad" 2018-12-12 15:36:40,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a2a4b9bd-85b0-4796-bbdf-769b1d6c856f Date: Wed, 12 Dec 2018 15:36:40 GMT RESP BODY: {"networks":[]} 2018-12-12 15:36:40,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=Invalid_name used request id req-a2a4b9bd-85b0-4796-bbdf-769b1d6c856f 2018-12-12 15:36:40,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:40,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e5e93c12-ce0a-4f81-b083-02e567df0d0b Date: Wed, 12 Dec 2018 15:36:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:36:40,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e5e93c12-ce0a-4f81-b083-02e567df0d0b 2018-12-12 15:36:40,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:40,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e48c69e-6125-46e1-b0db-80f046fb6b14 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:36:40,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-2e48c69e-6125-46e1-b0db-80f046fb6b14 2018-12-12 15:36:40,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:41,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1da78b4b-026c-4471-80c8-e227dc8bff33 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:36:41,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-1da78b4b-026c-4471-80c8-e227dc8bff33 2018-12-12 15:36:41,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:41,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ac659b-d5c7-4c29-99f6-cd6a07e3c7f7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:36:41,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-71ac659b-d5c7-4c29-99f6-cd6a07e3c7f7 2018-12-12 15:36:41,135 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj 2018-12-12 15:36:41,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/aef43b4508b84186975008191a78219c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:41,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abfe9dfd-75f1-47a2-9f03-5e2b8201b294 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:41,345 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/aef43b4508b84186975008191a78219c used request id req-abfe9dfd-75f1-47a2-9f03-5e2b8201b294 2018-12-12 15:36:41,345 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-22cafe86-aa6c-4d1-proj-role 2018-12-12 15:36:41,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e33b0354d18543a6ab26cdc0a7a37fe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:41,461 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0f8ec24-b80a-42d8-b625-ffd1451214e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:41,461 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e33b0354d18543a6ab26cdc0a7a37fe6 used request id req-e0f8ec24-b80a-42d8-b625-ffd1451214e0 2018-12-12 15:36:41,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3604f5b2ffeb7c8118a83b3842fae3f0d39e768a" 2018-12-12 15:36:41,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf36f57-b9e4-4a79-8d6b-a59075648ac3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:41,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3bf36f57-b9e4-4a79-8d6b-a59075648ac3 2018-12-12 15:36:41,549 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-22cafe86-aa6c-4d1-user 2018-12-12 15:36:41,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/26dbbe65460c4cf2ab536aada4c444ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a4a8aa9f11bb0aa9d6e2d8892646cdb49271f5" 2018-12-12 15:36:41,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbd45a7a-777f-42f1-a9b3-459b50aa4686 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:41,732 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/26dbbe65460c4cf2ab536aada4c444ce used request id req-cbd45a7a-777f-42f1-a9b3-459b50aa4686 2018-12-12 15:36:41,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:42,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jroyDdgrSbKjutvsM3bJOg"], "issued_at": "2018-12-12T15:36:42.000000Z"}} 2018-12-12 15:36:42,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46218d2a25e1d3aef9d8cf7825c04fd2b0bcaa44" 2018-12-12 15:36:42,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-091fc84c-ec8a-4fd8-8fa8-45e599bfe224 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:42,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-091fc84c-ec8a-4fd8-8fa8-45e599bfe224 2018-12-12 15:36:42,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:42,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:42,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ixXqL9_EQPmfsN1M1obMDA"], "issued_at": "2018-12-12T15:36:42.000000Z"}} 2018-12-12 15:36:42,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:42,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84186bbe-a63e-485b-99af-0315acd52d4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:42,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-84186bbe-a63e-485b-99af-0315acd52d4f 2018-12-12 15:36:42,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:42,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:42,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:42,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3af2787-1d3f-43f1-93d3-4dfd26160d91 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:36:42,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj used request id req-f3af2787-1d3f-43f1-93d3-4dfd26160d91 2018-12-12 15:36:42,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:42,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19724c73-d5c2-46ce-a366-55fedd8d0037 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:42,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-19724c73-d5c2-46ce-a366-55fedd8d0037 2018-12-12 15:36:42,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj"}}' 2018-12-12 15:36:42,976 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5f972a0-89dd-487f-bea4-88cffcdf2bfc Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/37acddb563984001ad0eea01b35d28a2"}, "enabled": true, "id": "37acddb563984001ad0eea01b35d28a2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj"}} 2018-12-12 15:36:42,977 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b5f972a0-89dd-487f-bea4-88cffcdf2bfc 2018-12-12 15:36:42,977 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj 2018-12-12 15:36:42,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:42,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:43,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["IU_J_IKfRi2GcpOR9-mgnQ"], "issued_at": "2018-12-12T15:36:43.000000Z"}} 2018-12-12 15:36:43,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c98d2552950c65cdbda8b6db69b387242ec0c91" 2018-12-12 15:36:43,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f60cf9-5d10-4fec-b3d5-15c4360d2a63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:43,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-43f60cf9-5d10-4fec-b3d5-15c4360d2a63 2018-12-12 15:36:43,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:43,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:43,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c98d2552950c65cdbda8b6db69b387242ec0c91" 2018-12-12 15:36:43,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc88464-e758-4c14-bab3-ef51e5f00d05 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:36:43,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3cc88464-e758-4c14-bab3-ef51e5f00d05 2018-12-12 15:36:43,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c98d2552950c65cdbda8b6db69b387242ec0c91" 2018-12-12 15:36:43,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adfb6d3d-911d-4096-a4fb-48c2b2b412e0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/37acddb563984001ad0eea01b35d28a2"}, "enabled": true, "id": "37acddb563984001ad0eea01b35d28a2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj"}]} 2018-12-12 15:36:43,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj used request id req-adfb6d3d-911d-4096-a4fb-48c2b2b412e0 2018-12-12 15:36:43,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c98d2552950c65cdbda8b6db69b387242ec0c91" 2018-12-12 15:36:43,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c757b6-fe5c-4a82-9f91-c95c46aacc8c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:43,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-55c757b6-fe5c-4a82-9f91-c95c46aacc8c 2018-12-12 15:36:44,127 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-51c6586b-aeb1-4e8-user 2018-12-12 15:36:44,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:44,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:44,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61dd6afb-16a2-46c9-9b35-21c2b7cbacf5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:44,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-61dd6afb-16a2-46c9-9b35-21c2b7cbacf5 2018-12-12 15:36:44,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" -d '{"role": {"name": "CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj-role"}}' 2018-12-12 15:36:44,426 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51982c67-1ae2-41db-a7fb-ccd2737bac1a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "53e503b8e60a4247bf422f08045b83b1", "links": {"self": "http://172.30.9.29:5000/v3/roles/53e503b8e60a4247bf422f08045b83b1"}, "name": "CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj-role"}} 2018-12-12 15:36:44,426 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-51982c67-1ae2-41db-a7fb-ccd2737bac1a 2018-12-12 15:36:44,427 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj-role 2018-12-12 15:36:44,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/53e503b8e60a4247bf422f08045b83b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:44,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2098d3a-c6c1-4276-9946-05b861512567 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/53e503b8e60a4247bf422f08045b83b1"}, "domain_id": null, "name": "CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj-role", "id": "53e503b8e60a4247bf422f08045b83b1"}} 2018-12-12 15:36:44,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/53e503b8e60a4247bf422f08045b83b1 used request id req-f2098d3a-c6c1-4276-9946-05b861512567 2018-12-12 15:36:44,518 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj-role to project CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj 2018-12-12 15:36:44,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/37acddb563984001ad0eea01b35d28a2/users/9ccf0cd1349546548a8026c32c45f8c1/roles/53e503b8e60a4247bf422f08045b83b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:44,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-014ad44d-35ae-4f7f-983b-78f30104c168 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:44,650 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/37acddb563984001ad0eea01b35d28a2/users/9ccf0cd1349546548a8026c32c45f8c1/roles/53e503b8e60a4247bf422f08045b83b1 used request id req-014ad44d-35ae-4f7f-983b-78f30104c168 2018-12-12 15:36:44,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:44,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-466cc04b-b62b-48f4-82f4-ab66749fbf28 Date: Wed, 12 Dec 2018 15:36:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:36:44,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-466cc04b-b62b-48f4-82f4-ab66749fbf28 2018-12-12 15:36:44,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:44,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-764e6604-dd7a-4a86-be6f-d1faf48be8a7 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:36:44,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-764e6604-dd7a-4a86-be6f-d1faf48be8a7 2018-12-12 15:36:44,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:45,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72898000-e405-4044-8e46-110f0f6698ba Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:36:45,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-72898000-e405-4044-8e46-110f0f6698ba 2018-12-12 15:36:45,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:45,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e6dd616-41a6-46c8-b03d-abe26089dc59 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:36:45,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-6e6dd616-41a6-46c8-b03d-abe26089dc59 2018-12-12 15:36:45,140 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj 2018-12-12 15:36:45,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/37acddb563984001ad0eea01b35d28a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:45,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-170b236e-bbef-4668-bb46-f8d595118de4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:45,345 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/37acddb563984001ad0eea01b35d28a2 used request id req-170b236e-bbef-4668-bb46-f8d595118de4 2018-12-12 15:36:45,345 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-51c6586b-aeb1-4e8-proj-role 2018-12-12 15:36:45,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/53e503b8e60a4247bf422f08045b83b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:45,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81d6b809-b90d-4766-849a-d718c1827a2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:45,401 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/53e503b8e60a4247bf422f08045b83b1 used request id req-81d6b809-b90d-4766-849a-d718c1827a2d 2018-12-12 15:36:45,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d36248e990ce6ab60de59874a6bc13912bb3ff" 2018-12-12 15:36:45,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6451b9d-4625-439a-86c6-0aa63e739ae1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:45,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f6451b9d-4625-439a-86c6-0aa63e739ae1 2018-12-12 15:36:45,498 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-51c6586b-aeb1-4e8-user 2018-12-12 15:36:45,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9ccf0cd1349546548a8026c32c45f8c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c98d2552950c65cdbda8b6db69b387242ec0c91" 2018-12-12 15:36:45,657 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a2019d4-541b-4a3c-8409-4f58d47ee3c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:45,657 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9ccf0cd1349546548a8026c32c45f8c1 used request id req-9a2019d4-541b-4a3c-8409-4f58d47ee3c9 2018-12-12 15:36:45,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:46,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["aTTc9ClLQgicRazc5MnW7g"], "issued_at": "2018-12-12T15:36:46.000000Z"}} 2018-12-12 15:36:46,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a796e8e0f62bc05891578d2d77cbe82f4d0db1" 2018-12-12 15:36:46,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a67efd6-4e4c-4c91-a024-45ee33f15f62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:46,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2a67efd6-4e4c-4c91-a024-45ee33f15f62 2018-12-12 15:36:46,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:46,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:46,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["UHjrSVG5QL2xFU-dUl76fg"], "issued_at": "2018-12-12T15:36:46.000000Z"}} 2018-12-12 15:36:46,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:46,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7f8f3e-f459-4dbe-bb11-e652e621227e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:46,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fb7f8f3e-f459-4dbe-bb11-e652e621227e 2018-12-12 15:36:46,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:46,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:46,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-28c6af0b-48ba-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:46,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-707caf1b-f0e5-468e-bbb9-cc29d9776948 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-28c6af0b-48ba-48a-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:36:46,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-28c6af0b-48ba-48a-proj used request id req-707caf1b-f0e5-468e-bbb9-cc29d9776948 2018-12-12 15:36:46,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:46,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79da3e3d-370f-4825-909c-af10d9d8db4b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:46,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-79da3e3d-370f-4825-909c-af10d9d8db4b 2018-12-12 15:36:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-28c6af0b-48ba-48a-proj"}}' 2018-12-12 15:36:46,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b1d07aa-9ca6-44b8-9f98-84b5d3765bd0 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e1454b02da8c43f3a5fa48a981f76408"}, "enabled": true, "id": "e1454b02da8c43f3a5fa48a981f76408", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-28c6af0b-48ba-48a-proj"}} 2018-12-12 15:36:46,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7b1d07aa-9ca6-44b8-9f98-84b5d3765bd0 2018-12-12 15:36:46,923 - keystone_utils - INFO - Created project with name - CreateQoSTests-28c6af0b-48ba-48a-proj 2018-12-12 15:36:46,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:46,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:47,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["oM5dz_FfQHKh1N4lCJzrlw"], "issued_at": "2018-12-12T15:36:47.000000Z"}} 2018-12-12 15:36:47,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1e0e7592d79c1a8099b38bd90a5a78cec03b210" 2018-12-12 15:36:47,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da5ce7b-42be-459b-b885-aec6d7c7a9b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:47,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4da5ce7b-42be-459b-b885-aec6d7c7a9b2 2018-12-12 15:36:47,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:47,398 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:47,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1e0e7592d79c1a8099b38bd90a5a78cec03b210" 2018-12-12 15:36:47,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce5fb6c-8c4f-4752-9c68-f8f58ebfa66f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:36:47,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fce5fb6c-8c4f-4752-9c68-f8f58ebfa66f 2018-12-12 15:36:47,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-28c6af0b-48ba-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1e0e7592d79c1a8099b38bd90a5a78cec03b210" 2018-12-12 15:36:47,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6f2da7-cc2b-4f13-a236-293a9c84afa8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-28c6af0b-48ba-48a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e1454b02da8c43f3a5fa48a981f76408"}, "enabled": true, "id": "e1454b02da8c43f3a5fa48a981f76408", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-28c6af0b-48ba-48a-proj"}]} 2018-12-12 15:36:47,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-28c6af0b-48ba-48a-proj used request id req-9e6f2da7-cc2b-4f13-a236-293a9c84afa8 2018-12-12 15:36:47,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1e0e7592d79c1a8099b38bd90a5a78cec03b210" 2018-12-12 15:36:47,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e2ad0ed-9c40-45f4-9b3b-a0d2b4e22625 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:47,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0e2ad0ed-9c40-45f4-9b3b-a0d2b4e22625 2018-12-12 15:36:47,989 - keystone_utils - INFO - Created user with name - CreateQoSTests-28c6af0b-48ba-48a-user 2018-12-12 15:36:47,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:47,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:48,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e182a94-90e2-40cf-a761-c50d8be90b8c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:48,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8e182a94-90e2-40cf-a761-c50d8be90b8c 2018-12-12 15:36:48,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" -d '{"role": {"name": "CreateQoSTests-28c6af0b-48ba-48a-proj-role"}}' 2018-12-12 15:36:48,204 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f87c6b3-f074-4647-8699-492ad2eaca12 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d4c7a055e5e444359fde28c5aedca1ad", "links": {"self": "http://172.30.9.29:5000/v3/roles/d4c7a055e5e444359fde28c5aedca1ad"}, "name": "CreateQoSTests-28c6af0b-48ba-48a-proj-role"}} 2018-12-12 15:36:48,205 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1f87c6b3-f074-4647-8699-492ad2eaca12 2018-12-12 15:36:48,205 - keystone_utils - INFO - Created role with name - CreateQoSTests-28c6af0b-48ba-48a-proj-role 2018-12-12 15:36:48,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/d4c7a055e5e444359fde28c5aedca1ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:48,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72bb64c6-28dd-4130-9503-245534447c6a Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/d4c7a055e5e444359fde28c5aedca1ad"}, "domain_id": null, "name": "CreateQoSTests-28c6af0b-48ba-48a-proj-role", "id": "d4c7a055e5e444359fde28c5aedca1ad"}} 2018-12-12 15:36:48,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/d4c7a055e5e444359fde28c5aedca1ad used request id req-72bb64c6-28dd-4130-9503-245534447c6a 2018-12-12 15:36:48,294 - keystone_utils - INFO - Granting role CreateQoSTests-28c6af0b-48ba-48a-proj-role to project CreateQoSTests-28c6af0b-48ba-48a-proj 2018-12-12 15:36:48,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e1454b02da8c43f3a5fa48a981f76408/users/a0649fdaf72e4cd98a7f0d0886e8ecb7/roles/d4c7a055e5e444359fde28c5aedca1ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:48,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21832328-6c68-4c83-a2f4-71fdf0f66eb6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:48,422 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e1454b02da8c43f3a5fa48a981f76408/users/a0649fdaf72e4cd98a7f0d0886e8ecb7/roles/d4c7a055e5e444359fde28c5aedca1ad used request id req-21832328-6c68-4c83-a2f4-71fdf0f66eb6 2018-12-12 15:36:48,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:48,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:48,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["2b_T88zCQ3ym-JTV1ufN2A"], "issued_at": "2018-12-12T15:36:48.000000Z"}} 2018-12-12 15:36:48,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0beb49f09226fe114f713dbc8bf2862bddbb1003" 2018-12-12 15:36:48,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e68820c-545e-4ed5-ade0-fc94b8a25498 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:48,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2e68820c-545e-4ed5-ade0-fc94b8a25498 2018-12-12 15:36:48,912 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0beb49f09226fe114f713dbc8bf2862bddbb1003" 2018-12-12 15:36:49,473 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:48 GMT Server: Apache x-compute-request-id: req-45ad0f79-a955-450a-b15b-32404f4dc386 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-45ad0f79-a955-450a-b15b-32404f4dc386 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-12 15:36:49,473 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-45ad0f79-a955-450a-b15b-32404f4dc386 2018-12-12 15:36:49,477 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-45ad0f79-a955-450a-b15b-32404f4dc386" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0beb49f09226fe114f713dbc8bf2862bddbb1003" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-f72489da-41ab-4fee-97a0-056829b06d3c"}}' 2018-12-12 15:36:50,061 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:49 GMT Server: Apache x-compute-request-id: req-d4cae35a-6469-4678-9cbb-35dff1a9c8b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d4cae35a-6469-4678-9cbb-35dff1a9c8b4 Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "1defb5f3-097a-4978-a025-2635b8b15ceb", "name": "CreateQoSTests-f72489da-41ab-4fee-97a0-056829b06d3c"}, "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/1defb5f3-097a-4978-a025-2635b8b15ceb", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/qos-specs/1defb5f3-097a-4978-a025-2635b8b15ceb", "rel": "bookmark"}]} 2018-12-12 15:36:50,062 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-d4cae35a-6469-4678-9cbb-35dff1a9c8b4 2018-12-12 15:36:50,062 - create_qos - INFO - Created qos with name - CreateQoSTests-f72489da-41ab-4fee-97a0-056829b06d3c 2018-12-12 15:36:50,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a796e8e0f62bc05891578d2d77cbe82f4d0db1" 2018-12-12 15:36:50,609 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:50 GMT Server: Apache x-compute-request-id: req-047bd3d6-547e-40f7-95ef-7169006ef3bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-047bd3d6-547e-40f7-95ef-7169006ef3bc Content-Encoding: gzip Content-Length: 152 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "1defb5f3-097a-4978-a025-2635b8b15ceb", "name": "CreateQoSTests-f72489da-41ab-4fee-97a0-056829b06d3c"}]} 2018-12-12 15:36:50,609 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-047bd3d6-547e-40f7-95ef-7169006ef3bc 2018-12-12 15:36:50,610 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-f72489da-41ab-4fee-97a0-056829b06d3c 2018-12-12 15:36:50,613 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/1defb5f3-097a-4978-a025-2635b8b15ceb?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-047bd3d6-547e-40f7-95ef-7169006ef3bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a796e8e0f62bc05891578d2d77cbe82f4d0db1" 2018-12-12 15:36:50,834 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:36:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c30a272-1b04-441c-9cfe-3ca66fed38d1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:36:50,834 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/1defb5f3-097a-4978-a025-2635b8b15ceb?force=False used request id req-6c30a272-1b04-441c-9cfe-3ca66fed38d1 2018-12-12 15:36:50,837 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-047bd3d6-547e-40f7-95ef-7169006ef3bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a796e8e0f62bc05891578d2d77cbe82f4d0db1" 2018-12-12 15:36:51,027 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:50 GMT Server: Apache x-compute-request-id: req-6c9f2184-622f-40d7-b10c-4ed724cc46cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c9f2184-622f-40d7-b10c-4ed724cc46cf Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-12 15:36:51,028 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-6c9f2184-622f-40d7-b10c-4ed724cc46cf 2018-12-12 15:36:51,028 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-f72489da-41ab-4fee-97a0-056829b06d3c 2018-12-12 15:36:51,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/1defb5f3-097a-4978-a025-2635b8b15ceb?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-45ad0f79-a955-450a-b15b-32404f4dc386" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0beb49f09226fe114f713dbc8bf2862bddbb1003" 2018-12-12 15:36:51,207 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:36:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-64314dc0-985a-4454-9560-50059e0937dc x-openstack-request-id: req-64314dc0-985a-4454-9560-50059e0937dc Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 1defb5f3-097a-4978-a025-2635b8b15ceb.", "code": 404}} 2018-12-12 15:36:51,207 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/1defb5f3-097a-4978-a025-2635b8b15ceb?force=False used request id req-64314dc0-985a-4454-9560-50059e0937dc 2018-12-12 15:36:51,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:51,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b8328c14-afe5-4a09-91cd-7fe831bcc37e Date: Wed, 12 Dec 2018 15:36:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:36:51,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b8328c14-afe5-4a09-91cd-7fe831bcc37e 2018-12-12 15:36:51,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:51,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f401766a-9e39-46ac-9caf-692d68106da9 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:36:51,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-f401766a-9e39-46ac-9caf-692d68106da9 2018-12-12 15:36:51,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:51,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0867677d-122d-4623-8672-96cdfd471dc1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:36:51,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-0867677d-122d-4623-8672-96cdfd471dc1 2018-12-12 15:36:51,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:51,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d06dd68-0570-49e9-b30e-52512a0b14b2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:36:51,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-9d06dd68-0570-49e9-b30e-52512a0b14b2 2018-12-12 15:36:51,807 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-28c6af0b-48ba-48a-proj 2018-12-12 15:36:51,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e1454b02da8c43f3a5fa48a981f76408 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:52,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-496e44bb-122b-4845-a28f-b5a52348acaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:52,016 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e1454b02da8c43f3a5fa48a981f76408 used request id req-496e44bb-122b-4845-a28f-b5a52348acaa 2018-12-12 15:36:52,016 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-28c6af0b-48ba-48a-proj-role 2018-12-12 15:36:52,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/d4c7a055e5e444359fde28c5aedca1ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:52,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d179303a-7889-48f3-b7a6-03f7795155c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:52,132 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/d4c7a055e5e444359fde28c5aedca1ad used request id req-d179303a-7889-48f3-b7a6-03f7795155c2 2018-12-12 15:36:52,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3349ea34cafef5fc1b9f68f662a960a561a0f674" 2018-12-12 15:36:52,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9bc294c-de08-43ee-84ea-34d4799e0aaf Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:52,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a9bc294c-de08-43ee-84ea-34d4799e0aaf 2018-12-12 15:36:52,220 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-28c6af0b-48ba-48a-user 2018-12-12 15:36:52,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a0649fdaf72e4cd98a7f0d0886e8ecb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1e0e7592d79c1a8099b38bd90a5a78cec03b210" 2018-12-12 15:36:52,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c9b2f0a-2e60-4776-a67b-f0f45d1b3285 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:52,474 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a0649fdaf72e4cd98a7f0d0886e8ecb7 used request id req-0c9b2f0a-2e60-4776-a67b-f0f45d1b3285 2018-12-12 15:36:52,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:52,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["4SH6rGU8SE2VERZpdVAB3A"], "issued_at": "2018-12-12T15:36:52.000000Z"}} 2018-12-12 15:36:52,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f5c3710536c8e1d1a6bab0e55efccb80268471" 2018-12-12 15:36:52,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088b011f-2597-41cc-9bce-fca20b528f51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:52,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-088b011f-2597-41cc-9bce-fca20b528f51 2018-12-12 15:36:52,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:52,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:53,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jnpkxgpETAiooHGwIWHoPg"], "issued_at": "2018-12-12T15:36:53.000000Z"}} 2018-12-12 15:36:53,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:53,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab209e5b-5583-4625-b117-a48c2a03172f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:53,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ab209e5b-5583-4625-b117-a48c2a03172f 2018-12-12 15:36:53,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:53,442 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:53,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-96390602-0167-4e8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:53,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0329c30f-1017-48a1-a82a-74b4faca0c42 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-96390602-0167-4e8-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:36:53,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-96390602-0167-4e8-proj used request id req-0329c30f-1017-48a1-a82a-74b4faca0c42 2018-12-12 15:36:53,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:53,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-548b6c4b-dcf2-4e15-9827-9afc86d323f1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:53,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-548b6c4b-dcf2-4e15-9827-9afc86d323f1 2018-12-12 15:36:53,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-96390602-0167-4e8-proj"}}' 2018-12-12 15:36:53,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a3c2eeb-da9e-4ae9-85ba-af7f39a3c093 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/572d46617c994be9a5c310c12c41a926"}, "enabled": true, "id": "572d46617c994be9a5c310c12c41a926", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-96390602-0167-4e8-proj"}} 2018-12-12 15:36:53,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5a3c2eeb-da9e-4ae9-85ba-af7f39a3c093 2018-12-12 15:36:53,750 - keystone_utils - INFO - Created project with name - CreateQoSTests-96390602-0167-4e8-proj 2018-12-12 15:36:53,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:53,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:54,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5_mUxgEkTueL8S4AtzbEJQ"], "issued_at": "2018-12-12T15:36:54.000000Z"}} 2018-12-12 15:36:54,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e27178345ab95965eada4916155e5bb06a9d5745" 2018-12-12 15:36:54,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4857ecea-ac09-46f8-88c7-1d130d9ddd94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:54,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4857ecea-ac09-46f8-88c7-1d130d9ddd94 2018-12-12 15:36:54,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:54,223 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:54,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e27178345ab95965eada4916155e5bb06a9d5745" 2018-12-12 15:36:54,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-260a372c-89ac-4c1b-a20f-6787630cd166 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:36:54,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-260a372c-89ac-4c1b-a20f-6787630cd166 2018-12-12 15:36:54,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-96390602-0167-4e8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e27178345ab95965eada4916155e5bb06a9d5745" 2018-12-12 15:36:54,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70cc6ec-9320-4e02-9d5c-0ef37a3bfcf6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-96390602-0167-4e8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/572d46617c994be9a5c310c12c41a926"}, "enabled": true, "id": "572d46617c994be9a5c310c12c41a926", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-96390602-0167-4e8-proj"}]} 2018-12-12 15:36:54,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-96390602-0167-4e8-proj used request id req-e70cc6ec-9320-4e02-9d5c-0ef37a3bfcf6 2018-12-12 15:36:54,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e27178345ab95965eada4916155e5bb06a9d5745" 2018-12-12 15:36:54,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e84a493a-224f-478d-abbb-7f1886ded0ac Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:54,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e84a493a-224f-478d-abbb-7f1886ded0ac 2018-12-12 15:36:54,797 - keystone_utils - INFO - Created user with name - CreateQoSTests-96390602-0167-4e8-user 2018-12-12 15:36:54,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:54,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:54,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312cf283-41dc-48c8-a87f-1aed66766278 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:54,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-312cf283-41dc-48c8-a87f-1aed66766278 2018-12-12 15:36:54,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" -d '{"role": {"name": "CreateQoSTests-96390602-0167-4e8-proj-role"}}' 2018-12-12 15:36:54,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bfd1eb2-43d8-46c6-9b5d-125b698462ab Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "528aa6e0f0684ed19ff90974a62c5766", "links": {"self": "http://172.30.9.29:5000/v3/roles/528aa6e0f0684ed19ff90974a62c5766"}, "name": "CreateQoSTests-96390602-0167-4e8-proj-role"}} 2018-12-12 15:36:54,995 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-9bfd1eb2-43d8-46c6-9b5d-125b698462ab 2018-12-12 15:36:54,995 - keystone_utils - INFO - Created role with name - CreateQoSTests-96390602-0167-4e8-proj-role 2018-12-12 15:36:54,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/528aa6e0f0684ed19ff90974a62c5766 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:55,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5376ce0-d68e-4e9e-9cdb-848552cfbf09 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/528aa6e0f0684ed19ff90974a62c5766"}, "domain_id": null, "name": "CreateQoSTests-96390602-0167-4e8-proj-role", "id": "528aa6e0f0684ed19ff90974a62c5766"}} 2018-12-12 15:36:55,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/528aa6e0f0684ed19ff90974a62c5766 used request id req-b5376ce0-d68e-4e9e-9cdb-848552cfbf09 2018-12-12 15:36:55,083 - keystone_utils - INFO - Granting role CreateQoSTests-96390602-0167-4e8-proj-role to project CreateQoSTests-96390602-0167-4e8-proj 2018-12-12 15:36:55,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/572d46617c994be9a5c310c12c41a926/users/9ad85a0f87c84e55a7f972c27181fa4b/roles/528aa6e0f0684ed19ff90974a62c5766 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:55,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a7ce476-93cf-4ead-8c29-72c6fb69043d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:55,207 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/572d46617c994be9a5c310c12c41a926/users/9ad85a0f87c84e55a7f972c27181fa4b/roles/528aa6e0f0684ed19ff90974a62c5766 used request id req-0a7ce476-93cf-4ead-8c29-72c6fb69043d 2018-12-12 15:36:55,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:55,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:55,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0TuVkQfQTvGAulqdTrAyiQ"], "issued_at": "2018-12-12T15:36:55.000000Z"}} 2018-12-12 15:36:55,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691087e51699257f3edd9b528f43158c07d92e6a" 2018-12-12 15:36:55,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04dda69b-52c2-45b6-bef0-bcb95876f177 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:55,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-04dda69b-52c2-45b6-bef0-bcb95876f177 2018-12-12 15:36:55,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691087e51699257f3edd9b528f43158c07d92e6a" 2018-12-12 15:36:55,846 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:55 GMT Server: Apache x-compute-request-id: req-3ccf4872-7c3a-49ca-9c03-649430d8ace4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3ccf4872-7c3a-49ca-9c03-649430d8ace4 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-12 15:36:55,846 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-3ccf4872-7c3a-49ca-9c03-649430d8ace4 2018-12-12 15:36:55,849 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3ccf4872-7c3a-49ca-9c03-649430d8ace4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691087e51699257f3edd9b528f43158c07d92e6a" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-0005725e-2ec4-4aa7-ab05-6143778e660e"}}' 2018-12-12 15:36:56,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:55 GMT Server: Apache x-compute-request-id: req-e019021b-0f51-4daa-ab71-de33f4bba936 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e019021b-0f51-4daa-ab71-de33f4bba936 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "393d5999-90ec-4c77-8a0c-8ed781255124", "name": "CreateQoSTests-0005725e-2ec4-4aa7-ab05-6143778e660e"}, "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/393d5999-90ec-4c77-8a0c-8ed781255124", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/qos-specs/393d5999-90ec-4c77-8a0c-8ed781255124", "rel": "bookmark"}]} 2018-12-12 15:36:56,457 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-e019021b-0f51-4daa-ab71-de33f4bba936 2018-12-12 15:36:56,458 - create_qos - INFO - Created qos with name - CreateQoSTests-0005725e-2ec4-4aa7-ab05-6143778e660e 2018-12-12 15:36:56,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f5c3710536c8e1d1a6bab0e55efccb80268471" 2018-12-12 15:36:57,028 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:56 GMT Server: Apache x-compute-request-id: req-4dc1348d-d7b7-46ba-8e6b-2987dca9b853 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dc1348d-d7b7-46ba-8e6b-2987dca9b853 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "393d5999-90ec-4c77-8a0c-8ed781255124", "name": "CreateQoSTests-0005725e-2ec4-4aa7-ab05-6143778e660e"}]} 2018-12-12 15:36:57,028 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-4dc1348d-d7b7-46ba-8e6b-2987dca9b853 2018-12-12 15:36:57,029 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-0005725e-2ec4-4aa7-ab05-6143778e660e 2018-12-12 15:36:57,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/393d5999-90ec-4c77-8a0c-8ed781255124?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ccf4872-7c3a-49ca-9c03-649430d8ace4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691087e51699257f3edd9b528f43158c07d92e6a" 2018-12-12 15:36:57,252 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:36:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c316707b-06a0-4224-aa1b-1a362973c4a1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:36:57,252 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/393d5999-90ec-4c77-8a0c-8ed781255124?force=False used request id req-c316707b-06a0-4224-aa1b-1a362973c4a1 2018-12-12 15:36:57,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:57,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c9d80bac-03af-4b21-b2bf-1adf73afdc55 Date: Wed, 12 Dec 2018 15:36:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:36:57,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c9d80bac-03af-4b21-b2bf-1adf73afdc55 2018-12-12 15:36:57,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:57,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-719b81ae-fb30-44b0-87b3-0d08af8fdb68 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:36:57,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-719b81ae-fb30-44b0-87b3-0d08af8fdb68 2018-12-12 15:36:57,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:57,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7276db99-bd8b-4b9c-8c7f-1f9b027b0167 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:36:57,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-7276db99-bd8b-4b9c-8c7f-1f9b027b0167 2018-12-12 15:36:57,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:57,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1865ba5-c17f-4931-ab4b-0cbf0949f543 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:36:57,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-c1865ba5-c17f-4931-ab4b-0cbf0949f543 2018-12-12 15:36:57,762 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-96390602-0167-4e8-proj 2018-12-12 15:36:57,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/572d46617c994be9a5c310c12c41a926 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:57,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cf57021-1258-461a-a212-166c293b400e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:57,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/572d46617c994be9a5c310c12c41a926 used request id req-7cf57021-1258-461a-a212-166c293b400e 2018-12-12 15:36:57,884 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-96390602-0167-4e8-proj-role 2018-12-12 15:36:57,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/528aa6e0f0684ed19ff90974a62c5766 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:57,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fa67048-21b8-4983-8f67-ccf29a60c34f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:57,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/528aa6e0f0684ed19ff90974a62c5766 used request id req-6fa67048-21b8-4983-8f67-ccf29a60c34f 2018-12-12 15:36:57,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397011527faf96853e47ee7f6cdbac25abe5078a" 2018-12-12 15:36:58,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf082fa-74dc-4d92-81e3-dc9fcb7cdcb8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:36:58,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cdf082fa-74dc-4d92-81e3-dc9fcb7cdcb8 2018-12-12 15:36:58,083 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-96390602-0167-4e8-user 2018-12-12 15:36:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9ad85a0f87c84e55a7f972c27181fa4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e27178345ab95965eada4916155e5bb06a9d5745" 2018-12-12 15:36:58,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:36:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66635c9d-6746-45c7-a757-75debc6f9638 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:36:58,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9ad85a0f87c84e55a7f972c27181fa4b used request id req-66635c9d-6746-45c7-a757-75debc6f9638 2018-12-12 15:36:58,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:58,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Jf594tzLQfeoWY-toWkTSw"], "issued_at": "2018-12-12T15:36:58.000000Z"}} 2018-12-12 15:36:58,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa1cd3856a97436049b93b057a4fe65e7f698c3" 2018-12-12 15:36:58,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98edcd6-e7ec-46a5-942f-2f7abae3a0fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:58,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d98edcd6-e7ec-46a5-942f-2f7abae3a0fc 2018-12-12 15:36:58,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:58,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:59,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["-QTH5CbnTKONn3iezyZhuQ"], "issued_at": "2018-12-12T15:36:59.000000Z"}} 2018-12-12 15:36:59,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:36:59,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819ea3a2-cb79-4777-a169-cfe07e797eb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:59,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-819ea3a2-cb79-4777-a169-cfe07e797eb9 2018-12-12 15:36:59,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:59,183 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:59,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4cad0498-3d00-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:36:59,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a0c9d7-6486-46bb-abdd-639a1893a03e Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4cad0498-3d00-4d6-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:36:59,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4cad0498-3d00-4d6-proj used request id req-c8a0c9d7-6486-46bb-abdd-639a1893a03e 2018-12-12 15:36:59,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:36:59,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3880044d-30f8-4737-9f58-9f8f6306ef75 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:36:59,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3880044d-30f8-4737-9f58-9f8f6306ef75 2018-12-12 15:36:59,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-4cad0498-3d00-4d6-proj"}}' 2018-12-12 15:36:59,492 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:36:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5676a30f-3c61-4f49-8fce-38af00280278 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5d4b64769ee94490b497dac3e242593f"}, "enabled": true, "id": "5d4b64769ee94490b497dac3e242593f", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-4cad0498-3d00-4d6-proj"}} 2018-12-12 15:36:59,492 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5676a30f-3c61-4f49-8fce-38af00280278 2018-12-12 15:36:59,492 - keystone_utils - INFO - Created project with name - CreateQoSTests-4cad0498-3d00-4d6-proj 2018-12-12 15:36:59,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:36:59,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:36:59,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:36:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["mQY9CDyqR5uKnvnhxn_cgQ"], "issued_at": "2018-12-12T15:36:59.000000Z"}} 2018-12-12 15:36:59,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a7fb96569c83841215baf74de811405cdf79781" 2018-12-12 15:36:59,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7877209-b368-4346-891a-f12e88d241bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:36:59,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d7877209-b368-4346-891a-f12e88d241bd 2018-12-12 15:36:59,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:36:59,915 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:36: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:36:59,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a7fb96569c83841215baf74de811405cdf79781" 2018-12-12 15:37:00,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c5f1de-6a35-4e3f-b1a0-4892127a26fc Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:37:00,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e7c5f1de-6a35-4e3f-b1a0-4892127a26fc 2018-12-12 15:37:00,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-4cad0498-3d00-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a7fb96569c83841215baf74de811405cdf79781" 2018-12-12 15:37:00,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a544d1c0-cc21-4783-9545-5736d96f461f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-4cad0498-3d00-4d6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5d4b64769ee94490b497dac3e242593f"}, "enabled": true, "id": "5d4b64769ee94490b497dac3e242593f", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-4cad0498-3d00-4d6-proj"}]} 2018-12-12 15:37:00,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-4cad0498-3d00-4d6-proj used request id req-a544d1c0-cc21-4783-9545-5736d96f461f 2018-12-12 15:37:00,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a7fb96569c83841215baf74de811405cdf79781" 2018-12-12 15:37:00,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7918961-6aea-42ca-a5bb-2d3251c1aceb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:00,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d7918961-6aea-42ca-a5bb-2d3251c1aceb 2018-12-12 15:37:00,593 - keystone_utils - INFO - Created user with name - CreateQoSTests-4cad0498-3d00-4d6-user 2018-12-12 15:37:00,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:00,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:00,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57b75a8-c115-4a96-8e01-3a6ba0ac31dc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:00,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e57b75a8-c115-4a96-8e01-3a6ba0ac31dc 2018-12-12 15:37:00,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" -d '{"role": {"name": "CreateQoSTests-4cad0498-3d00-4d6-proj-role"}}' 2018-12-12 15:37:00,797 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c70ac2f-7a22-47d9-940c-3d79cb7b3ed3 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9f29abc2670740c9b39e0e79833a37e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9f29abc2670740c9b39e0e79833a37e2"}, "name": "CreateQoSTests-4cad0498-3d00-4d6-proj-role"}} 2018-12-12 15:37:00,798 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-4c70ac2f-7a22-47d9-940c-3d79cb7b3ed3 2018-12-12 15:37:00,798 - keystone_utils - INFO - Created role with name - CreateQoSTests-4cad0498-3d00-4d6-proj-role 2018-12-12 15:37:00,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/9f29abc2670740c9b39e0e79833a37e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:00,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf9aaee9-835a-477c-a689-2caaa8a6fa9b Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/9f29abc2670740c9b39e0e79833a37e2"}, "domain_id": null, "name": "CreateQoSTests-4cad0498-3d00-4d6-proj-role", "id": "9f29abc2670740c9b39e0e79833a37e2"}} 2018-12-12 15:37:00,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/9f29abc2670740c9b39e0e79833a37e2 used request id req-cf9aaee9-835a-477c-a689-2caaa8a6fa9b 2018-12-12 15:37:00,891 - keystone_utils - INFO - Granting role CreateQoSTests-4cad0498-3d00-4d6-proj-role to project CreateQoSTests-4cad0498-3d00-4d6-proj 2018-12-12 15:37:00,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5d4b64769ee94490b497dac3e242593f/users/e40f557d807745e0b401be302bf942aa/roles/9f29abc2670740c9b39e0e79833a37e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:01,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36015e0e-fc34-4dca-8bfd-875a3c615262 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:01,015 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5d4b64769ee94490b497dac3e242593f/users/e40f557d807745e0b401be302bf942aa/roles/9f29abc2670740c9b39e0e79833a37e2 used request id req-36015e0e-fc34-4dca-8bfd-875a3c615262 2018-12-12 15:37:01,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:01,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:01,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jaoLpJWSQ0mXmQmEJYofgA"], "issued_at": "2018-12-12T15:37:01.000000Z"}} 2018-12-12 15:37:01,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c41e1dd1f5d5d68bc243e24421e070bf2ec696" 2018-12-12 15:37:01,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f59c22-56f1-4e76-a141-730a132e70e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:01,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-12f59c22-56f1-4e76-a141-730a132e70e1 2018-12-12 15:37:01,505 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c41e1dd1f5d5d68bc243e24421e070bf2ec696" 2018-12-12 15:37:01,684 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:01 GMT Server: Apache x-compute-request-id: req-0df562e3-31f9-4466-82f8-71b4d147d8d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0df562e3-31f9-4466-82f8-71b4d147d8d8 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-12 15:37:01,684 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-0df562e3-31f9-4466-82f8-71b4d147d8d8 2018-12-12 15:37:01,688 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0df562e3-31f9-4466-82f8-71b4d147d8d8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c41e1dd1f5d5d68bc243e24421e070bf2ec696" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-a5e20846-410f-4615-b27f-087de24b2d47"}}' 2018-12-12 15:37:01,882 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:01 GMT Server: Apache x-compute-request-id: req-d03ce0e6-6f8f-47e4-ae0e-7f153ed347eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d03ce0e6-6f8f-47e4-ae0e-7f153ed347eb Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "a2c35a57-776c-4852-a658-6cafdf6c948c", "name": "CreateQoSTests-a5e20846-410f-4615-b27f-087de24b2d47"}, "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/a2c35a57-776c-4852-a658-6cafdf6c948c", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/qos-specs/a2c35a57-776c-4852-a658-6cafdf6c948c", "rel": "bookmark"}]} 2018-12-12 15:37:01,883 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-d03ce0e6-6f8f-47e4-ae0e-7f153ed347eb 2018-12-12 15:37:01,883 - create_qos - INFO - Created qos with name - CreateQoSTests-a5e20846-410f-4615-b27f-087de24b2d47 2018-12-12 15:37:01,886 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa1cd3856a97436049b93b057a4fe65e7f698c3" 2018-12-12 15:37:02,077 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:01 GMT Server: Apache x-compute-request-id: req-325541f5-d0c9-45a8-b83e-e1fba650ce1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-325541f5-d0c9-45a8-b83e-e1fba650ce1f Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "a2c35a57-776c-4852-a658-6cafdf6c948c", "name": "CreateQoSTests-a5e20846-410f-4615-b27f-087de24b2d47"}]} 2018-12-12 15:37:02,077 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-325541f5-d0c9-45a8-b83e-e1fba650ce1f 2018-12-12 15:37:02,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:02,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:02,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["A5evFuCNT1yV_lQaKgh6XQ"], "issued_at": "2018-12-12T15:37:02.000000Z"}} 2018-12-12 15:37:02,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804006829412133dfbdc56c6fc7b6e726e566597" 2018-12-12 15:37:02,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acd12572-a790-4f35-b339-290d83b4ab44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:02,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-acd12572-a790-4f35-b339-290d83b4ab44 2018-12-12 15:37:02,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804006829412133dfbdc56c6fc7b6e726e566597" 2018-12-12 15:37:03,115 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:02 GMT Server: Apache x-compute-request-id: req-42a036fc-78d3-4600-bbf5-ff9819c9bf05 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-42a036fc-78d3-4600-bbf5-ff9819c9bf05 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "a2c35a57-776c-4852-a658-6cafdf6c948c", "name": "CreateQoSTests-a5e20846-410f-4615-b27f-087de24b2d47"}]} 2018-12-12 15:37:03,115 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-42a036fc-78d3-4600-bbf5-ff9819c9bf05 2018-12-12 15:37:03,116 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-a5e20846-410f-4615-b27f-087de24b2d47 2018-12-12 15:37:03,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/a2c35a57-776c-4852-a658-6cafdf6c948c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0df562e3-31f9-4466-82f8-71b4d147d8d8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c41e1dd1f5d5d68bc243e24421e070bf2ec696" 2018-12-12 15:37:03,163 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3e361930-d265-48f8-9aaf-6373dc58b5d1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:03,163 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/a2c35a57-776c-4852-a658-6cafdf6c948c?force=False used request id req-3e361930-d265-48f8-9aaf-6373dc58b5d1 2018-12-12 15:37:03,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:03,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7c9ffb76-5296-463f-abf6-7726c4eff76a Date: Wed, 12 Dec 2018 15:37:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:37:03,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7c9ffb76-5296-463f-abf6-7726c4eff76a 2018-12-12 15:37:03,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:03,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a8dbb9b-3ed3-4096-8d93-c5404b075e87 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:37:03,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-0a8dbb9b-3ed3-4096-8d93-c5404b075e87 2018-12-12 15:37:03,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:03,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46188a3f-b4f7-485a-919e-81fcdb3d955e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:37:03,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-46188a3f-b4f7-485a-919e-81fcdb3d955e 2018-12-12 15:37:03,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:03,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ec492ba-b2b5-474e-9a26-5622c94ac893 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:37:03,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-4ec492ba-b2b5-474e-9a26-5622c94ac893 2018-12-12 15:37:03,663 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-4cad0498-3d00-4d6-proj 2018-12-12 15:37:03,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/5d4b64769ee94490b497dac3e242593f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:03,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cf6ef33-1cb0-4ae3-885b-37beb11b462d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:03,957 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5d4b64769ee94490b497dac3e242593f used request id req-4cf6ef33-1cb0-4ae3-885b-37beb11b462d 2018-12-12 15:37:03,957 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-4cad0498-3d00-4d6-proj-role 2018-12-12 15:37:03,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/9f29abc2670740c9b39e0e79833a37e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:04,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24b2ec94-3029-4998-99e4-fa7db5e97bbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:04,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/9f29abc2670740c9b39e0e79833a37e2 used request id req-24b2ec94-3029-4998-99e4-fa7db5e97bbf 2018-12-12 15:37:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e164062377e977a8c7823bc033cc2ef58377afa" 2018-12-12 15:37:04,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ef5179-4e18-4744-a874-28fbda3a009b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:04,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-34ef5179-4e18-4744-a874-28fbda3a009b 2018-12-12 15:37:04,183 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-4cad0498-3d00-4d6-user 2018-12-12 15:37:04,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e40f557d807745e0b401be302bf942aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a7fb96569c83841215baf74de811405cdf79781" 2018-12-12 15:37:04,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd32297d-823f-48ae-bd72-a3de693b95ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:04,347 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e40f557d807745e0b401be302bf942aa used request id req-cd32297d-823f-48ae-bd72-a3de693b95ca 2018-12-12 15:37:04,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:04,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ia9FqnitQsehf2NSSzKQgw"], "issued_at": "2018-12-12T15:37:04.000000Z"}} 2018-12-12 15:37:04,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c42cfd00ed745549338210f93e6e397c8d511f1" 2018-12-12 15:37:04,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46f07d62-c714-49f7-b4a5-5754750811d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:04,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46f07d62-c714-49f7-b4a5-5754750811d1 2018-12-12 15:37:04,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:04,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:05,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["2sShAeMKSQWszlBTpcM4jg"], "issued_at": "2018-12-12T15:37:05.000000Z"}} 2018-12-12 15:37:05,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:05,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7fb99b5-5de9-41d8-ad92-0067b1dc6306 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:05,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b7fb99b5-5de9-41d8-ad92-0067b1dc6306 2018-12-12 15:37:05,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:05,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:05,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:05,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c00b64-f0fd-4ad5-9bd4-e1424a46f83a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:37:05,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj used request id req-73c00b64-f0fd-4ad5-9bd4-e1424a46f83a 2018-12-12 15:37:05,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:05,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b7f4b5-a9c9-4f52-9737-c49489edf788 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:05,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-71b7f4b5-a9c9-4f52-9737-c49489edf788 2018-12-12 15:37:05,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj"}}' 2018-12-12 15:37:05,606 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a069ed0b-e817-4a90-b873-17fe14c96f81 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a8a9ab27d859442db87666a3bc84e116"}, "enabled": true, "id": "a8a9ab27d859442db87666a3bc84e116", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj"}} 2018-12-12 15:37:05,607 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a069ed0b-e817-4a90-b873-17fe14c96f81 2018-12-12 15:37:05,607 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj 2018-12-12 15:37:05,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:05,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:05,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["VTuAIztCRrGQAqVNAft9zA"], "issued_at": "2018-12-12T15:37:05.000000Z"}} 2018-12-12 15:37:05,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c92567318aa042cde199268074b1ceed932a92" 2018-12-12 15:37:06,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7500ca34-c514-4aa9-910b-f25b6d026f26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:06,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7500ca34-c514-4aa9-910b-f25b6d026f26 2018-12-12 15:37:06,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:06,011 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:06,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c92567318aa042cde199268074b1ceed932a92" 2018-12-12 15:37:06,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c9639a-8e3a-4d0e-a085-58a695441a7b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:37:06,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-62c9639a-8e3a-4d0e-a085-58a695441a7b 2018-12-12 15:37:06,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c92567318aa042cde199268074b1ceed932a92" 2018-12-12 15:37:06,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58afe55-7f35-4fcd-802e-3de160f63a94 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a8a9ab27d859442db87666a3bc84e116"}, "enabled": true, "id": "a8a9ab27d859442db87666a3bc84e116", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj"}]} 2018-12-12 15:37:06,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj used request id req-f58afe55-7f35-4fcd-802e-3de160f63a94 2018-12-12 15:37:06,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c92567318aa042cde199268074b1ceed932a92" 2018-12-12 15:37:06,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b18f204-6e31-42ff-87e9-bf4024eaf355 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:06,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3b18f204-6e31-42ff-87e9-bf4024eaf355 2018-12-12 15:37:06,605 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-user 2018-12-12 15:37:06,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:06,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:06,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85cbcb00-4e4b-4000-ac7c-019c18999f3e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:06,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-85cbcb00-4e4b-4000-ac7c-019c18999f3e 2018-12-12 15:37:06,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj-role"}}' 2018-12-12 15:37:06,809 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22d67b75-7f35-4b4e-878e-62fa20f72771 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a9d685682ff9464185c83f52794ccd89", "links": {"self": "http://172.30.9.29:5000/v3/roles/a9d685682ff9464185c83f52794ccd89"}, "name": "CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj-role"}} 2018-12-12 15:37:06,809 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-22d67b75-7f35-4b4e-878e-62fa20f72771 2018-12-12 15:37:06,810 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj-role 2018-12-12 15:37:06,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/a9d685682ff9464185c83f52794ccd89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:06,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b10fbecf-955c-408c-94a6-426451aad288 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a9d685682ff9464185c83f52794ccd89"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj-role", "id": "a9d685682ff9464185c83f52794ccd89"}} 2018-12-12 15:37:06,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a9d685682ff9464185c83f52794ccd89 used request id req-b10fbecf-955c-408c-94a6-426451aad288 2018-12-12 15:37:06,831 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj-role to project CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj 2018-12-12 15:37:06,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a8a9ab27d859442db87666a3bc84e116/users/566e53894d6445fbbd9be332c4a081ad/roles/a9d685682ff9464185c83f52794ccd89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:06,949 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab82ae18-2288-4d19-a4b7-622017b91afc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:06,949 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a8a9ab27d859442db87666a3bc84e116/users/566e53894d6445fbbd9be332c4a081ad/roles/a9d685682ff9464185c83f52794ccd89 used request id req-ab82ae18-2288-4d19-a4b7-622017b91afc 2018-12-12 15:37:06,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:06,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:07,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["LwK7pslIQLuIdNgrW5OTGg"], "issued_at": "2018-12-12T15:37:07.000000Z"}} 2018-12-12 15:37:07,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a371dc4844074513b1715e266a00ba3181df6e" 2018-12-12 15:37:07,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df9588c-f03c-4e0f-9c58-97538b595429 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:07,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2df9588c-f03c-4e0f-9c58-97538b595429 2018-12-12 15:37:07,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a371dc4844074513b1715e266a00ba3181df6e" 2018-12-12 15:37:07,988 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:07 GMT Server: Apache x-compute-request-id: req-00e1cb27-7847-4add-b8c7-e8cecb5366ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-00e1cb27-7847-4add-b8c7-e8cecb5366ec Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:37:07,988 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-00e1cb27-7847-4add-b8c7-e8cecb5366ec 2018-12-12 15:37:07,992 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-00e1cb27-7847-4add-b8c7-e8cecb5366ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a371dc4844074513b1715e266a00ba3181df6e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-d9fb4fc4-5c34-4e9e-8b5e-a9b62dc584b1", "description": null}}' 2018-12-12 15:37:08,179 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:08 GMT Server: Apache x-compute-request-id: req-9159669f-4a6b-4f98-9514-b4c1d540c816 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9159669f-4a6b-4f98-9514-b4c1d540c816 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d9fb4fc4-5c34-4e9e-8b5e-a9b62dc584b1", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8cf509c7-a780-4f05-b16e-8657ee604505", "description": null}} 2018-12-12 15:37:08,179 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types used request id req-9159669f-4a6b-4f98-9514-b4c1d540c816 2018-12-12 15:37:08,180 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-d9fb4fc4-5c34-4e9e-8b5e-a9b62dc584b1 2018-12-12 15:37:08,183 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c42cfd00ed745549338210f93e6e397c8d511f1" 2018-12-12 15:37:08,736 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:08 GMT Server: Apache x-compute-request-id: req-a8ccc979-f23e-4a4b-95e2-c46a87a13165 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8ccc979-f23e-4a4b-95e2-c46a87a13165 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-d9fb4fc4-5c34-4e9e-8b5e-a9b62dc584b1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8cf509c7-a780-4f05-b16e-8657ee604505", "description": null}]} 2018-12-12 15:37:08,736 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-a8ccc979-f23e-4a4b-95e2-c46a87a13165 2018-12-12 15:37:08,740 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/8cf509c7-a780-4f05-b16e-8657ee604505 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8ccc979-f23e-4a4b-95e2-c46a87a13165" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c42cfd00ed745549338210f93e6e397c8d511f1" 2018-12-12 15:37:09,288 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:08 GMT Server: Apache x-compute-request-id: req-c36ccda2-fae4-4794-a63d-3bdd17f54820 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c36ccda2-fae4-4794-a63d-3bdd17f54820 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d9fb4fc4-5c34-4e9e-8b5e-a9b62dc584b1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8cf509c7-a780-4f05-b16e-8657ee604505", "description": null}} 2018-12-12 15:37:09,288 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/8cf509c7-a780-4f05-b16e-8657ee604505 used request id req-c36ccda2-fae4-4794-a63d-3bdd17f54820 2018-12-12 15:37:09,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/8cf509c7-a780-4f05-b16e-8657ee604505/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8ccc979-f23e-4a4b-95e2-c46a87a13165" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c42cfd00ed745549338210f93e6e397c8d511f1" 2018-12-12 15:37:09,462 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:09 GMT Server: Apache x-compute-request-id: req-98cc4979-6647-4655-89a7-9653e84487c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-98cc4979-6647-4655-89a7-9653e84487c0 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 15:37:09,462 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/8cf509c7-a780-4f05-b16e-8657ee604505/encryption used request id req-98cc4979-6647-4655-89a7-9653e84487c0 2018-12-12 15:37:09,463 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-d9fb4fc4-5c34-4e9e-8b5e-a9b62dc584b1 2018-12-12 15:37:09,465 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/8cf509c7-a780-4f05-b16e-8657ee604505 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8ccc979-f23e-4a4b-95e2-c46a87a13165" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c42cfd00ed745549338210f93e6e397c8d511f1" 2018-12-12 15:37:10,055 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-27a8a00f-31e4-4bb0-b8d4-bdf151e3ea35 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:10,055 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/8cf509c7-a780-4f05-b16e-8657ee604505 used request id req-27a8a00f-31e4-4bb0-b8d4-bdf151e3ea35 2018-12-12 15:37:10,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8ccc979-f23e-4a4b-95e2-c46a87a13165" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c42cfd00ed745549338210f93e6e397c8d511f1" 2018-12-12 15:37:10,620 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:10 GMT Server: Apache x-compute-request-id: req-e10507a4-4f0b-400b-b0f9-e086d3f8684e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e10507a4-4f0b-400b-b0f9-e086d3f8684e Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:37:10,621 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-e10507a4-4f0b-400b-b0f9-e086d3f8684e 2018-12-12 15:37:10,621 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-d9fb4fc4-5c34-4e9e-8b5e-a9b62dc584b1 2018-12-12 15:37:10,624 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/8cf509c7-a780-4f05-b16e-8657ee604505 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-00e1cb27-7847-4add-b8c7-e8cecb5366ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a371dc4844074513b1715e266a00ba3181df6e" 2018-12-12 15:37:10,645 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:37:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-67f8377d-f555-45c6-a370-02c1fd6cdde0 x-openstack-request-id: req-67f8377d-f555-45c6-a370-02c1fd6cdde0 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 8cf509c7-a780-4f05-b16e-8657ee604505 could not be found.", "code": 404}} 2018-12-12 15:37:10,646 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/8cf509c7-a780-4f05-b16e-8657ee604505 used request id req-67f8377d-f555-45c6-a370-02c1fd6cdde0 2018-12-12 15:37:10,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:10,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5cf4fd33-8ad8-4e18-8794-34fcd241d1fe Date: Wed, 12 Dec 2018 15:37:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:37:10,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-5cf4fd33-8ad8-4e18-8794-34fcd241d1fe 2018-12-12 15:37:10,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:10,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2296c1c-9092-4ae6-a0e8-2b19f4573be7 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:37:10,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-d2296c1c-9092-4ae6-a0e8-2b19f4573be7 2018-12-12 15:37:10,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:11,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac17b0f-3fbc-42be-9947-2157e3adc712 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:37:11,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-1ac17b0f-3fbc-42be-9947-2157e3adc712 2018-12-12 15:37:11,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:11,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f28cef04-50f0-456a-a911-406142060691 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:37:11,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-f28cef04-50f0-456a-a911-406142060691 2018-12-12 15:37:11,131 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj 2018-12-12 15:37:11,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a8a9ab27d859442db87666a3bc84e116 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:11,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-602d86aa-41ec-41e7-9df9-1aa94673837c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:11,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a8a9ab27d859442db87666a3bc84e116 used request id req-602d86aa-41ec-41e7-9df9-1aa94673837c 2018-12-12 15:37:11,333 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-proj-role 2018-12-12 15:37:11,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/a9d685682ff9464185c83f52794ccd89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:11,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-041aea34-b42e-4b6e-a870-2ecc10d1306d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:11,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a9d685682ff9464185c83f52794ccd89 used request id req-041aea34-b42e-4b6e-a870-2ecc10d1306d 2018-12-12 15:37:11,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd1e35897c93a5aee803d743143dd86c8ec3f14" 2018-12-12 15:37:11,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c4fefc-5889-46c6-b239-ffb7c83a0110 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:11,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-32c4fefc-5889-46c6-b239-ffb7c83a0110 2018-12-12 15:37:11,556 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-312c0fd8-642f-46f-user 2018-12-12 15:37:11,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/566e53894d6445fbbd9be332c4a081ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c92567318aa042cde199268074b1ceed932a92" 2018-12-12 15:37:11,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb2d1e09-d8b4-4ffe-9c62-bf876b0c8338 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:11,725 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/566e53894d6445fbbd9be332c4a081ad used request id req-cb2d1e09-d8b4-4ffe-9c62-bf876b0c8338 2018-12-12 15:37:11,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:12,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["yGQ9LNeIS2eqTaTlgEuvcQ"], "issued_at": "2018-12-12T15:37:12.000000Z"}} 2018-12-12 15:37:12,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06f7b51e6ac544313588d16c6aaf9ffc188cf5b0" 2018-12-12 15:37:12,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5686bc74-c708-4033-b905-b50eb64b5f72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:12,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5686bc74-c708-4033-b905-b50eb64b5f72 2018-12-12 15:37:12,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:12,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:12,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["oEILe9XdSwWbTBrgbDqUEw"], "issued_at": "2018-12-12T15:37:12.000000Z"}} 2018-12-12 15:37:12,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:12,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec013b8a-7ec5-4804-be05-3055ce3c020c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:12,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec013b8a-7ec5-4804-be05-3055ce3c020c 2018-12-12 15:37:12,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:12,689 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:12,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:12,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00389e88-6eeb-46a8-8c7a-0b00d53e391f Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:37:12,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj used request id req-00389e88-6eeb-46a8-8c7a-0b00d53e391f 2018-12-12 15:37:12,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:12,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b33942c-ec00-4cde-87f9-c204c2946479 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:12,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2b33942c-ec00-4cde-87f9-c204c2946479 2018-12-12 15:37:12,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj"}}' 2018-12-12 15:37:13,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c62a96d9-0bbd-48d0-aadb-b7b15904f867 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c6c7cb3d08f34918b630aafc55881706"}, "enabled": true, "id": "c6c7cb3d08f34918b630aafc55881706", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj"}} 2018-12-12 15:37:13,001 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c62a96d9-0bbd-48d0-aadb-b7b15904f867 2018-12-12 15:37:13,002 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj 2018-12-12 15:37:13,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:13,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:13,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["_HDR4ByfR6iyCJo8GloGEg"], "issued_at": "2018-12-12T15:37:13.000000Z"}} 2018-12-12 15:37:13,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f9ae20407c60298527a956bde8b709fcdfc85b" 2018-12-12 15:37:13,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a73953-c2a3-4240-8bff-1e1303276fa2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:13,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-13a73953-c2a3-4240-8bff-1e1303276fa2 2018-12-12 15:37:13,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:13,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:13,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f9ae20407c60298527a956bde8b709fcdfc85b" 2018-12-12 15:37:13,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc572e0-0992-41e9-996a-d4c94f9b5199 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:37:13,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fbc572e0-0992-41e9-996a-d4c94f9b5199 2018-12-12 15:37:13,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f9ae20407c60298527a956bde8b709fcdfc85b" 2018-12-12 15:37:13,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddb64ad5-c6bf-4e71-aa89-846098c1ac9a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c6c7cb3d08f34918b630aafc55881706"}, "enabled": true, "id": "c6c7cb3d08f34918b630aafc55881706", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj"}]} 2018-12-12 15:37:13,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj used request id req-ddb64ad5-c6bf-4e71-aa89-846098c1ac9a 2018-12-12 15:37:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f9ae20407c60298527a956bde8b709fcdfc85b" 2018-12-12 15:37:13,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71141ad-bc4a-4fe6-b173-f4fe5097109e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:13,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b71141ad-bc4a-4fe6-b173-f4fe5097109e 2018-12-12 15:37:14,002 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-user 2018-12-12 15:37:14,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:14,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:14,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426e6c42-30d9-4c41-aa2b-76b072dd333e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:14,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-426e6c42-30d9-4c41-aa2b-76b072dd333e 2018-12-12 15:37:14,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj-role"}}' 2018-12-12 15:37:14,217 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a9c2bd9-9462-4978-84a0-e9582a9f0b35 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6aa9fd64c50d40f393d6034c4ed8cc6c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6aa9fd64c50d40f393d6034c4ed8cc6c"}, "name": "CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj-role"}} 2018-12-12 15:37:14,217 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-4a9c2bd9-9462-4978-84a0-e9582a9f0b35 2018-12-12 15:37:14,217 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj-role 2018-12-12 15:37:14,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6aa9fd64c50d40f393d6034c4ed8cc6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:14,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-252935b7-707d-40ef-afea-3c4420c49a9e Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6aa9fd64c50d40f393d6034c4ed8cc6c"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj-role", "id": "6aa9fd64c50d40f393d6034c4ed8cc6c"}} 2018-12-12 15:37:14,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6aa9fd64c50d40f393d6034c4ed8cc6c used request id req-252935b7-707d-40ef-afea-3c4420c49a9e 2018-12-12 15:37:14,311 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj-role to project CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj 2018-12-12 15:37:14,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c6c7cb3d08f34918b630aafc55881706/users/bf5eef510f7d475092ce8a578e8a80b6/roles/6aa9fd64c50d40f393d6034c4ed8cc6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:14,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0af2fa3c-1f68-4a4e-b168-ed9e7e6a866a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:14,447 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c6c7cb3d08f34918b630aafc55881706/users/bf5eef510f7d475092ce8a578e8a80b6/roles/6aa9fd64c50d40f393d6034c4ed8cc6c used request id req-0af2fa3c-1f68-4a4e-b168-ed9e7e6a866a 2018-12-12 15:37:14,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:14,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:14,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["-2xa9zLUSb-_UnLBdJHwZw"], "issued_at": "2018-12-12T15:37:14.000000Z"}} 2018-12-12 15:37:14,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cdcea85f7b0059ea6141d0f12f179b2254d4068" 2018-12-12 15:37:14,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f2222bf-59f3-4a54-9c3c-de4456d8c203 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:14,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8f2222bf-59f3-4a54-9c3c-de4456d8c203 2018-12-12 15:37:14,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cdcea85f7b0059ea6141d0f12f179b2254d4068" 2018-12-12 15:37:15,106 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:14 GMT Server: Apache x-compute-request-id: req-e269cec6-f139-4343-aa06-3a1e7f47c929 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e269cec6-f139-4343-aa06-3a1e7f47c929 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:37:15,106 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-e269cec6-f139-4343-aa06-3a1e7f47c929 2018-12-12 15:37:15,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e269cec6-f139-4343-aa06-3a1e7f47c929" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cdcea85f7b0059ea6141d0f12f179b2254d4068" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-793c9b1f-7693-4b16-bf8c-d1391bc78272", "description": null}}' 2018-12-12 15:37:15,318 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:15 GMT Server: Apache x-compute-request-id: req-11824fd9-f8a5-4e31-a2b4-025ef3caf291 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11824fd9-f8a5-4e31-a2b4-025ef3caf291 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-793c9b1f-7693-4b16-bf8c-d1391bc78272", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7ed562eb-e6ca-4f8a-80f9-883f9d151ea1", "description": null}} 2018-12-12 15:37:15,318 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types used request id req-11824fd9-f8a5-4e31-a2b4-025ef3caf291 2018-12-12 15:37:15,319 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-793c9b1f-7693-4b16-bf8c-d1391bc78272 2018-12-12 15:37:15,322 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06f7b51e6ac544313588d16c6aaf9ffc188cf5b0" 2018-12-12 15:37:15,898 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:15 GMT Server: Apache x-compute-request-id: req-cac10dbe-86b3-486b-890e-7a5b0768970f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cac10dbe-86b3-486b-890e-7a5b0768970f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-793c9b1f-7693-4b16-bf8c-d1391bc78272", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7ed562eb-e6ca-4f8a-80f9-883f9d151ea1", "description": null}]} 2018-12-12 15:37:15,898 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-cac10dbe-86b3-486b-890e-7a5b0768970f 2018-12-12 15:37:15,902 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cac10dbe-86b3-486b-890e-7a5b0768970f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06f7b51e6ac544313588d16c6aaf9ffc188cf5b0" 2018-12-12 15:37:16,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:15 GMT Server: Apache x-compute-request-id: req-0a5882d4-b86a-4e4c-b6df-e7dbe4d178b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a5882d4-b86a-4e4c-b6df-e7dbe4d178b8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-793c9b1f-7693-4b16-bf8c-d1391bc78272", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7ed562eb-e6ca-4f8a-80f9-883f9d151ea1", "description": null}} 2018-12-12 15:37:16,459 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1 used request id req-0a5882d4-b86a-4e4c-b6df-e7dbe4d178b8 2018-12-12 15:37:16,462 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cac10dbe-86b3-486b-890e-7a5b0768970f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06f7b51e6ac544313588d16c6aaf9ffc188cf5b0" 2018-12-12 15:37:16,634 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:16 GMT Server: Apache x-compute-request-id: req-f2458cfb-4a72-41cf-8689-25dc0ce82f5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f2458cfb-4a72-41cf-8689-25dc0ce82f5d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 15:37:16,634 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1/encryption used request id req-f2458cfb-4a72-41cf-8689-25dc0ce82f5d 2018-12-12 15:37:16,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:16,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:17,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["-xA01rzgQj2xrzxpJgGLpw"], "issued_at": "2018-12-12T15:37:17.000000Z"}} 2018-12-12 15:37:17,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ad0f038f7451ef8b3ad23b0e0ffcd75b6234d2" 2018-12-12 15:37:17,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff89626a-60c6-4cbc-96c1-8c769c5068b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:17,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ff89626a-60c6-4cbc-96c1-8c769c5068b4 2018-12-12 15:37:17,128 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ad0f038f7451ef8b3ad23b0e0ffcd75b6234d2" 2018-12-12 15:37:17,316 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:17 GMT Server: Apache x-compute-request-id: req-6fd35035-db3e-4cf6-8e5b-afef232a0c7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6fd35035-db3e-4cf6-8e5b-afef232a0c7c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-793c9b1f-7693-4b16-bf8c-d1391bc78272", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7ed562eb-e6ca-4f8a-80f9-883f9d151ea1", "description": null}]} 2018-12-12 15:37:17,316 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-6fd35035-db3e-4cf6-8e5b-afef232a0c7c 2018-12-12 15:37:17,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6fd35035-db3e-4cf6-8e5b-afef232a0c7c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ad0f038f7451ef8b3ad23b0e0ffcd75b6234d2" 2018-12-12 15:37:17,504 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:17 GMT Server: Apache x-compute-request-id: req-ace9a9dc-7c8a-42b7-a9e5-8952c2dd790d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ace9a9dc-7c8a-42b7-a9e5-8952c2dd790d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-793c9b1f-7693-4b16-bf8c-d1391bc78272", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7ed562eb-e6ca-4f8a-80f9-883f9d151ea1", "description": null}} 2018-12-12 15:37:17,504 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1 used request id req-ace9a9dc-7c8a-42b7-a9e5-8952c2dd790d 2018-12-12 15:37:17,507 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6fd35035-db3e-4cf6-8e5b-afef232a0c7c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ad0f038f7451ef8b3ad23b0e0ffcd75b6234d2" 2018-12-12 15:37:17,677 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:17 GMT Server: Apache x-compute-request-id: req-d230b90c-b676-4538-98e4-73d7a4356f68 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d230b90c-b676-4538-98e4-73d7a4356f68 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 15:37:17,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1/encryption used request id req-d230b90c-b676-4538-98e4-73d7a4356f68 2018-12-12 15:37:17,678 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-793c9b1f-7693-4b16-bf8c-d1391bc78272 2018-12-12 15:37:17,681 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e269cec6-f139-4343-aa06-3a1e7f47c929" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cdcea85f7b0059ea6141d0f12f179b2254d4068" 2018-12-12 15:37:17,882 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-581160eb-3c01-46e3-9d4c-78414b54b9ff Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:17,882 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/7ed562eb-e6ca-4f8a-80f9-883f9d151ea1 used request id req-581160eb-3c01-46e3-9d4c-78414b54b9ff 2018-12-12 15:37:17,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:18,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-cac42fe9-6bcf-40b9-9f6c-de364984971d Date: Wed, 12 Dec 2018 15:37:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:37:18,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-cac42fe9-6bcf-40b9-9f6c-de364984971d 2018-12-12 15:37:18,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:18,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f210f69-986b-4953-a4dd-5a451e1d8005 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:37:18,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-3f210f69-986b-4953-a4dd-5a451e1d8005 2018-12-12 15:37:18,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:18,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148a3902-0039-4af2-8480-8f10b62de0a2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:37:18,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-148a3902-0039-4af2-8480-8f10b62de0a2 2018-12-12 15:37:18,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:18,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-295e387d-982f-4380-870e-55d6c775288f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:37:18,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-295e387d-982f-4380-870e-55d6c775288f 2018-12-12 15:37:18,361 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj 2018-12-12 15:37:18,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c6c7cb3d08f34918b630aafc55881706 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:18,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a17010a-541c-415d-8fad-0d2799013e3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:18,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c6c7cb3d08f34918b630aafc55881706 used request id req-1a17010a-541c-415d-8fad-0d2799013e3f 2018-12-12 15:37:18,561 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-proj-role 2018-12-12 15:37:18,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6aa9fd64c50d40f393d6034c4ed8cc6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:18,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c906fb8-3373-43f4-9ff3-315a236a73f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:18,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6aa9fd64c50d40f393d6034c4ed8cc6c used request id req-9c906fb8-3373-43f4-9ff3-315a236a73f6 2018-12-12 15:37:18,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78656219c04f4f7658d410ccd0a798842e98ea0e" 2018-12-12 15:37:18,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e28074-d623-49b6-8568-1d273d565222 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:18,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-30e28074-d623-49b6-8568-1d273d565222 2018-12-12 15:37:18,767 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-2408afbc-8c01-43e-user 2018-12-12 15:37:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/bf5eef510f7d475092ce8a578e8a80b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f9ae20407c60298527a956bde8b709fcdfc85b" 2018-12-12 15:37:18,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3238f463-0b39-43f3-9201-ea8e92142ab5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:18,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/bf5eef510f7d475092ce8a578e8a80b6 used request id req-3238f463-0b39-43f3-9201-ea8e92142ab5 2018-12-12 15:37:18,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:19,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["XP1BEqsjThquNmm9b_8U1g"], "issued_at": "2018-12-12T15:37:19.000000Z"}} 2018-12-12 15:37:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd97de9eaec7d48109a964dcb6843b160dd3622" 2018-12-12 15:37:19,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6028a6-eb04-465b-8c0d-980e21edaff3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:19,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3a6028a6-eb04-465b-8c0d-980e21edaff3 2018-12-12 15:37:19,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:19,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:19,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Ayg2X_XcRxCC2qZJgRwnvg"], "issued_at": "2018-12-12T15:37:19.000000Z"}} 2018-12-12 15:37:19,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:19,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be50a286-e5ec-488e-950d-eb2607745ab6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:19,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-be50a286-e5ec-488e-950d-eb2607745ab6 2018-12-12 15:37:19,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:19,887 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:19,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:19,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39223fc9-fee0-4776-a500-5cba164a07a9 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:37:19,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj used request id req-39223fc9-fee0-4776-a500-5cba164a07a9 2018-12-12 15:37:19,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:20,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e2089f-9bcd-4c1f-9f23-88aa59f582b4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:20,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-96e2089f-9bcd-4c1f-9f23-88aa59f582b4 2018-12-12 15:37:20,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj"}}' 2018-12-12 15:37:20,205 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b411a63e-21d2-4abb-94e9-e1c133d8c9c7 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/52cdf382442448fb968a551c049ce5ed"}, "enabled": true, "id": "52cdf382442448fb968a551c049ce5ed", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj"}} 2018-12-12 15:37:20,205 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b411a63e-21d2-4abb-94e9-e1c133d8c9c7 2018-12-12 15:37:20,205 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj 2018-12-12 15:37:20,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:20,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:20,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["fNteg7NpSa-g5m2UrdHJ2Q"], "issued_at": "2018-12-12T15:37:20.000000Z"}} 2018-12-12 15:37:20,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bc00e3913e8e0f1f59815356b12f4e0fb358905" 2018-12-12 15:37:20,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ede5eee-2410-4075-8dd6-e020afdd2b2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:20,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8ede5eee-2410-4075-8dd6-e020afdd2b2b 2018-12-12 15:37:20,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:20,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:20,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bc00e3913e8e0f1f59815356b12f4e0fb358905" 2018-12-12 15:37:20,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c8e7b8-9bc3-4700-bd1d-7aaffd60f51a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:37:20,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-23c8e7b8-9bc3-4700-bd1d-7aaffd60f51a 2018-12-12 15:37:20,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bc00e3913e8e0f1f59815356b12f4e0fb358905" 2018-12-12 15:37:20,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aabe155-fb5f-4022-abc9-5e2c5ef532e8 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/52cdf382442448fb968a551c049ce5ed"}, "enabled": true, "id": "52cdf382442448fb968a551c049ce5ed", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj"}]} 2018-12-12 15:37:20,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj used request id req-0aabe155-fb5f-4022-abc9-5e2c5ef532e8 2018-12-12 15:37:20,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bc00e3913e8e0f1f59815356b12f4e0fb358905" 2018-12-12 15:37:20,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b355956b-a1d7-4813-adc7-fb20c32f6647 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:20,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b355956b-a1d7-4813-adc7-fb20c32f6647 2018-12-12 15:37:21,270 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-user 2018-12-12 15:37:21,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:21,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:21,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a4ac5d-18b4-496a-a828-88964e53d834 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:21,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-18a4ac5d-18b4-496a-a828-88964e53d834 2018-12-12 15:37:21,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj-role"}}' 2018-12-12 15:37:21,595 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a06a80a-e686-4542-8160-e4cdb7e3db52 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1bfa6446e10940a78bc6b1fc6bc6acc7", "links": {"self": "http://172.30.9.29:5000/v3/roles/1bfa6446e10940a78bc6b1fc6bc6acc7"}, "name": "CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj-role"}} 2018-12-12 15:37:21,595 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1a06a80a-e686-4542-8160-e4cdb7e3db52 2018-12-12 15:37:21,595 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj-role 2018-12-12 15:37:21,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1bfa6446e10940a78bc6b1fc6bc6acc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:21,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73fbbed8-a985-4282-a5d6-e9c6e5f0ac7f Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1bfa6446e10940a78bc6b1fc6bc6acc7"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj-role", "id": "1bfa6446e10940a78bc6b1fc6bc6acc7"}} 2018-12-12 15:37:21,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1bfa6446e10940a78bc6b1fc6bc6acc7 used request id req-73fbbed8-a985-4282-a5d6-e9c6e5f0ac7f 2018-12-12 15:37:21,762 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj-role to project CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj 2018-12-12 15:37:21,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/52cdf382442448fb968a551c049ce5ed/users/f0f398cecffd470a97a84c37e7a49d6f/roles/1bfa6446e10940a78bc6b1fc6bc6acc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:21,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6950f359-5435-4ea6-b6f5-c30f55202dda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:21,902 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/52cdf382442448fb968a551c049ce5ed/users/f0f398cecffd470a97a84c37e7a49d6f/roles/1bfa6446e10940a78bc6b1fc6bc6acc7 used request id req-6950f359-5435-4ea6-b6f5-c30f55202dda 2018-12-12 15:37:21,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:21,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:22,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["GOo6h24nQNyQVbWqhF_f1g"], "issued_at": "2018-12-12T15:37:22.000000Z"}} 2018-12-12 15:37:22,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5e23962c4cf5e522f31e0330c8fb12307c25c4" 2018-12-12 15:37:22,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77b7241b-5069-44cf-8f2e-1b509a45c691 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:22,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-77b7241b-5069-44cf-8f2e-1b509a45c691 2018-12-12 15:37:22,377 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5e23962c4cf5e522f31e0330c8fb12307c25c4" 2018-12-12 15:37:22,534 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:22 GMT Server: Apache x-compute-request-id: req-8b062337-b609-48ec-b8b9-924f40e049c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8b062337-b609-48ec-b8b9-924f40e049c0 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:37:22,534 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-8b062337-b609-48ec-b8b9-924f40e049c0 2018-12-12 15:37:22,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8b062337-b609-48ec-b8b9-924f40e049c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5e23962c4cf5e522f31e0330c8fb12307c25c4" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-add6e9ea-6f64-4b02-b4da-2836ff6c265b", "description": null}}' 2018-12-12 15:37:22,773 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:22 GMT Server: Apache x-compute-request-id: req-da94cec6-f132-45c7-bbf0-1d8fb838e6bf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da94cec6-f132-45c7-bbf0-1d8fb838e6bf Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-add6e9ea-6f64-4b02-b4da-2836ff6c265b", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "694df048-4e16-4339-bdbb-fdb332bd8869", "description": null}} 2018-12-12 15:37:22,774 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types used request id req-da94cec6-f132-45c7-bbf0-1d8fb838e6bf 2018-12-12 15:37:22,774 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-add6e9ea-6f64-4b02-b4da-2836ff6c265b 2018-12-12 15:37:22,777 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd97de9eaec7d48109a964dcb6843b160dd3622" 2018-12-12 15:37:23,350 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:22 GMT Server: Apache x-compute-request-id: req-2b786ae6-ee35-4511-86b7-051e06197759 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2b786ae6-ee35-4511-86b7-051e06197759 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-add6e9ea-6f64-4b02-b4da-2836ff6c265b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "694df048-4e16-4339-bdbb-fdb332bd8869", "description": null}]} 2018-12-12 15:37:23,350 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-2b786ae6-ee35-4511-86b7-051e06197759 2018-12-12 15:37:23,354 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b786ae6-ee35-4511-86b7-051e06197759" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd97de9eaec7d48109a964dcb6843b160dd3622" 2018-12-12 15:37:23,925 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:23 GMT Server: Apache x-compute-request-id: req-de15241d-4ef3-4073-a271-6d1e7cba0837 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de15241d-4ef3-4073-a271-6d1e7cba0837 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-add6e9ea-6f64-4b02-b4da-2836ff6c265b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "694df048-4e16-4339-bdbb-fdb332bd8869", "description": null}} 2018-12-12 15:37:23,926 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869 used request id req-de15241d-4ef3-4073-a271-6d1e7cba0837 2018-12-12 15:37:23,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b786ae6-ee35-4511-86b7-051e06197759" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd97de9eaec7d48109a964dcb6843b160dd3622" 2018-12-12 15:37:24,122 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:23 GMT Server: Apache x-compute-request-id: req-68f21ba3-b513-40da-8804-79c436fce242 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-68f21ba3-b513-40da-8804-79c436fce242 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 15:37:24,122 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869/encryption used request id req-68f21ba3-b513-40da-8804-79c436fce242 2018-12-12 15:37:24,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b786ae6-ee35-4511-86b7-051e06197759" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd97de9eaec7d48109a964dcb6843b160dd3622" 2018-12-12 15:37:24,291 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:24 GMT Server: Apache x-compute-request-id: req-4e759b8e-05df-47c4-a26c-cbafe037320d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e759b8e-05df-47c4-a26c-cbafe037320d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-add6e9ea-6f64-4b02-b4da-2836ff6c265b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "694df048-4e16-4339-bdbb-fdb332bd8869", "description": null}} 2018-12-12 15:37:24,291 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869 used request id req-4e759b8e-05df-47c4-a26c-cbafe037320d 2018-12-12 15:37:24,294 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b786ae6-ee35-4511-86b7-051e06197759" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd97de9eaec7d48109a964dcb6843b160dd3622" 2018-12-12 15:37:24,552 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:24 GMT Server: Apache x-compute-request-id: req-5d7277a0-9250-43c1-b93a-cbf5e9e326e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5d7277a0-9250-43c1-b93a-cbf5e9e326e6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-add6e9ea-6f64-4b02-b4da-2836ff6c265b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "694df048-4e16-4339-bdbb-fdb332bd8869", "description": null}} 2018-12-12 15:37:24,553 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869 used request id req-5d7277a0-9250-43c1-b93a-cbf5e9e326e6 2018-12-12 15:37:24,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b786ae6-ee35-4511-86b7-051e06197759" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd97de9eaec7d48109a964dcb6843b160dd3622" 2018-12-12 15:37:24,746 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:24 GMT Server: Apache x-compute-request-id: req-9ddad07e-3a65-4df2-9dc1-bb5bdfd8f4b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9ddad07e-3a65-4df2-9dc1-bb5bdfd8f4b6 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 15:37:24,746 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869/encryption used request id req-9ddad07e-3a65-4df2-9dc1-bb5bdfd8f4b6 2018-12-12 15:37:24,746 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-add6e9ea-6f64-4b02-b4da-2836ff6c265b 2018-12-12 15:37:24,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b062337-b609-48ec-b8b9-924f40e049c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5e23962c4cf5e522f31e0330c8fb12307c25c4" 2018-12-12 15:37:24,947 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f034b57b-471a-447d-b6a9-19ab2e2378be Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:24,948 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/694df048-4e16-4339-bdbb-fdb332bd8869 used request id req-f034b57b-471a-447d-b6a9-19ab2e2378be 2018-12-12 15:37:24,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:25,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-02b6aa9d-fcc4-4488-9c73-effa736aeb40 Date: Wed, 12 Dec 2018 15:37:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:37:25,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-02b6aa9d-fcc4-4488-9c73-effa736aeb40 2018-12-12 15:37:25,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:25,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225fa0e0-9702-4ec3-a9d0-eac18834764f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:37:25,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-225fa0e0-9702-4ec3-a9d0-eac18834764f 2018-12-12 15:37:25,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:25,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9eca597-0b92-44c0-b2de-96739fc4d2e9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:37:25,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-a9eca597-0b92-44c0-b2de-96739fc4d2e9 2018-12-12 15:37:25,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:25,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae2c481e-ade2-4a14-b571-2fe8c949d8b2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:37:25,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-ae2c481e-ade2-4a14-b571-2fe8c949d8b2 2018-12-12 15:37:25,440 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj 2018-12-12 15:37:25,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/52cdf382442448fb968a551c049ce5ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:25,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dd5e5ff-7d8c-454f-83c2-a39491227475 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:25,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/52cdf382442448fb968a551c049ce5ed used request id req-6dd5e5ff-7d8c-454f-83c2-a39491227475 2018-12-12 15:37:25,652 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-proj-role 2018-12-12 15:37:25,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1bfa6446e10940a78bc6b1fc6bc6acc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:25,773 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69610d4c-9fb9-4c6c-852b-8571b5fc0944 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:25,773 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1bfa6446e10940a78bc6b1fc6bc6acc7 used request id req-69610d4c-9fb9-4c6c-852b-8571b5fc0944 2018-12-12 15:37:25,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6d2f484a4ad82584ca0483c3f898693d17f6cb" 2018-12-12 15:37:25,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d7a8775-c820-47e2-b216-e33d0ed439c1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:25,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3d7a8775-c820-47e2-b216-e33d0ed439c1 2018-12-12 15:37:25,857 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-64c367c8-c570-417-user 2018-12-12 15:37:25,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f0f398cecffd470a97a84c37e7a49d6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bc00e3913e8e0f1f59815356b12f4e0fb358905" 2018-12-12 15:37:26,067 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8fc56e3-3c75-4c72-9b8f-55d07a4598fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:26,067 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f0f398cecffd470a97a84c37e7a49d6f used request id req-d8fc56e3-3c75-4c72-9b8f-55d07a4598fc 2018-12-12 15:37:26,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:26,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["QPuoNfjsTTmxOY9WXpev-A"], "issued_at": "2018-12-12T15:37:26.000000Z"}} 2018-12-12 15:37:26,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2153d7f5b97adebb49f92d12c01b9bb3f9d3f893" 2018-12-12 15:37:26,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-076e1fc4-3784-4a4f-97c8-4efe2d5aa004 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:26,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-076e1fc4-3784-4a4f-97c8-4efe2d5aa004 2018-12-12 15:37:26,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:26,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:26,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Gjk6RZSjQSqZemX9s6Ywhg"], "issued_at": "2018-12-12T15:37:26.000000Z"}} 2018-12-12 15:37:26,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:27,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09c52fd8-1928-4e6d-b10f-6c9b489ab0d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:27,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-09c52fd8-1928-4e6d-b10f-6c9b489ab0d1 2018-12-12 15:37:27,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:27,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-58607da3-cb56-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:27,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d95ae431-d301-491d-abcf-40679d52f4ad Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-58607da3-cb56-411-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:37:27,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-58607da3-cb56-411-proj used request id req-d95ae431-d301-491d-abcf-40679d52f4ad 2018-12-12 15:37:27,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:27,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa26895-6f7e-47d2-ae57-aea78393e414 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:27,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5fa26895-6f7e-47d2-ae57-aea78393e414 2018-12-12 15:37:27,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-58607da3-cb56-411-proj"}}' 2018-12-12 15:37:27,373 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cf741cb-9856-497d-9ade-35c9b88c77e8 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cc82b2e54573497795e5a2ac4e815535"}, "enabled": true, "id": "cc82b2e54573497795e5a2ac4e815535", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-58607da3-cb56-411-proj"}} 2018-12-12 15:37:27,373 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1cf741cb-9856-497d-9ade-35c9b88c77e8 2018-12-12 15:37:27,373 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-58607da3-cb56-411-proj 2018-12-12 15:37:27,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:27,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:27,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["SkPJnRpjSheCRDUatWIB8g"], "issued_at": "2018-12-12T15:37:27.000000Z"}} 2018-12-12 15:37:27,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668d3455a057eaaf9669483017b4cf9dc7493ecc" 2018-12-12 15:37:27,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98081481-3a62-4338-a4f8-5e69ecdb4e78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:27,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-98081481-3a62-4338-a4f8-5e69ecdb4e78 2018-12-12 15:37:27,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:27,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:27,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668d3455a057eaaf9669483017b4cf9dc7493ecc" 2018-12-12 15:37:27,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-010106b3-a6b4-4a2e-8646-322b41362990 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:37:27,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-010106b3-a6b4-4a2e-8646-322b41362990 2018-12-12 15:37:27,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-58607da3-cb56-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668d3455a057eaaf9669483017b4cf9dc7493ecc" 2018-12-12 15:37:27,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e05d8e-c602-47de-a037-1c3ae7eb885c Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-58607da3-cb56-411-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cc82b2e54573497795e5a2ac4e815535"}, "enabled": true, "id": "cc82b2e54573497795e5a2ac4e815535", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-58607da3-cb56-411-proj"}]} 2018-12-12 15:37:27,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-58607da3-cb56-411-proj used request id req-55e05d8e-c602-47de-a037-1c3ae7eb885c 2018-12-12 15:37:27,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668d3455a057eaaf9669483017b4cf9dc7493ecc" 2018-12-12 15:37:28,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb6a111f-6e45-4dbe-8f3f-4a86bcf5f362 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:28,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fb6a111f-6e45-4dbe-8f3f-4a86bcf5f362 2018-12-12 15:37:28,396 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-58607da3-cb56-411-user 2018-12-12 15:37:28,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:28,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:28,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6da8c70-e01c-40a5-93e7-7ec69cd7050f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:28,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d6da8c70-e01c-40a5-93e7-7ec69cd7050f 2018-12-12 15:37:28,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" -d '{"role": {"name": "CreateVolumeTypeComplexTests-58607da3-cb56-411-proj-role"}}' 2018-12-12 15:37:28,611 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2d4d5af-cd3d-4c15-b1a8-c09c8a37e95a Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "466b30e889af4f0ca20428de2586fd07", "links": {"self": "http://172.30.9.29:5000/v3/roles/466b30e889af4f0ca20428de2586fd07"}, "name": "CreateVolumeTypeComplexTests-58607da3-cb56-411-proj-role"}} 2018-12-12 15:37:28,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c2d4d5af-cd3d-4c15-b1a8-c09c8a37e95a 2018-12-12 15:37:28,612 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-58607da3-cb56-411-proj-role 2018-12-12 15:37:28,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/466b30e889af4f0ca20428de2586fd07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:28,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4cde72e-ad83-4758-ab14-6e01eb048aa2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/466b30e889af4f0ca20428de2586fd07"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-58607da3-cb56-411-proj-role", "id": "466b30e889af4f0ca20428de2586fd07"}} 2018-12-12 15:37:28,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/466b30e889af4f0ca20428de2586fd07 used request id req-e4cde72e-ad83-4758-ab14-6e01eb048aa2 2018-12-12 15:37:28,633 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-58607da3-cb56-411-proj-role to project CreateVolumeTypeComplexTests-58607da3-cb56-411-proj 2018-12-12 15:37:28,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cc82b2e54573497795e5a2ac4e815535/users/d701798d537441c0b4813bc35401939d/roles/466b30e889af4f0ca20428de2586fd07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:28,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d8c6ff9-7fa2-4887-ad5b-8cd03d0f8c1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:28,776 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cc82b2e54573497795e5a2ac4e815535/users/d701798d537441c0b4813bc35401939d/roles/466b30e889af4f0ca20428de2586fd07 used request id req-1d8c6ff9-7fa2-4887-ad5b-8cd03d0f8c1a 2018-12-12 15:37:28,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:28,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:29,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["LpJ56VmtTMOSpA2kwej7TA"], "issued_at": "2018-12-12T15:37:29.000000Z"}} 2018-12-12 15:37:29,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603b03d98fb3ead9facb95b3c0a073dc3079f333" 2018-12-12 15:37:29,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59a61f5b-6e5e-4f7d-981f-4bec36bf0aa3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:29,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-59a61f5b-6e5e-4f7d-981f-4bec36bf0aa3 2018-12-12 15:37:29,253 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603b03d98fb3ead9facb95b3c0a073dc3079f333" 2018-12-12 15:37:29,435 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:29 GMT Server: Apache x-compute-request-id: req-3ea5551e-0906-4f8b-a9a4-612db9bf7ba1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3ea5551e-0906-4f8b-a9a4-612db9bf7ba1 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-12 15:37:29,436 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-3ea5551e-0906-4f8b-a9a4-612db9bf7ba1 2018-12-12 15:37:29,439 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3ea5551e-0906-4f8b-a9a4-612db9bf7ba1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603b03d98fb3ead9facb95b3c0a073dc3079f333" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-qos-spec"}}' 2018-12-12 15:37:29,624 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:29 GMT Server: Apache x-compute-request-id: req-b09f99a1-7c8e-4008-9243-ea41765e4fc8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b09f99a1-7c8e-4008-9243-ea41765e4fc8 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "0f1c7b21-7283-40ed-a26c-46e070907a86", "name": "CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/0f1c7b21-7283-40ed-a26c-46e070907a86", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/qos-specs/0f1c7b21-7283-40ed-a26c-46e070907a86", "rel": "bookmark"}]} 2018-12-12 15:37:29,625 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-b09f99a1-7c8e-4008-9243-ea41765e4fc8 2018-12-12 15:37:29,625 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-qos-spec 2018-12-12 15:37:29,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:29,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:30,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["1NTCh1A9Q-e89JxPbnJtZQ"], "issued_at": "2018-12-12T15:37:30.000000Z"}} 2018-12-12 15:37:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d657519185dd1cdc4f1a20c3793aeb59307fa" 2018-12-12 15:37:30,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb3c3b13-9fec-4802-be4d-97468b017b0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:30,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cb3c3b13-9fec-4802-be4d-97468b017b0d 2018-12-12 15:37:30,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d657519185dd1cdc4f1a20c3793aeb59307fa" 2018-12-12 15:37:30,275 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:30 GMT Server: Apache x-compute-request-id: req-fea59f89-f78a-4321-bbb3-80fd5cd7f103 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fea59f89-f78a-4321-bbb3-80fd5cd7f103 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:37:30,275 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-fea59f89-f78a-4321-bbb3-80fd5cd7f103 2018-12-12 15:37:30,279 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fea59f89-f78a-4321-bbb3-80fd5cd7f103" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d657519185dd1cdc4f1a20c3793aeb59307fa" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-vol_type", "description": null}}' 2018-12-12 15:37:30,479 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:30 GMT Server: Apache x-compute-request-id: req-29183df7-d11d-4d5c-91ad-392daa14398b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29183df7-d11d-4d5c-91ad-392daa14398b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "df2c265f-8451-47ff-96fa-cb9fec396b59", "description": null}} 2018-12-12 15:37:30,479 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types used request id req-29183df7-d11d-4d5c-91ad-392daa14398b 2018-12-12 15:37:30,483 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fea59f89-f78a-4321-bbb3-80fd5cd7f103" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d657519185dd1cdc4f1a20c3793aeb59307fa" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-12 15:37:31,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:30 GMT Server: Apache x-compute-request-id: req-0d6283eb-15eb-4a3f-b4b7-9db16dc49b2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0d6283eb-15eb-4a3f-b4b7-9db16dc49b2d Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "df2c265f-8451-47ff-96fa-cb9fec396b59", "name": "foo", "control_location": "back-end", "encryption_id": "079f6c40-5a13-4f69-8328-6a8e511d1b74", "provider": "bar", "provider_class": "bar"}} 2018-12-12 15:37:31,075 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59/encryption used request id req-0d6283eb-15eb-4a3f-b4b7-9db16dc49b2d 2018-12-12 15:37:31,075 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-vol_type 2018-12-12 15:37:31,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2153d7f5b97adebb49f92d12c01b9bb3f9d3f893" 2018-12-12 15:37:31,253 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:31 GMT Server: Apache x-compute-request-id: req-9ab458df-d692-4a55-9070-92c4e4ae6b24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9ab458df-d692-4a55-9070-92c4e4ae6b24 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "df2c265f-8451-47ff-96fa-cb9fec396b59", "description": null}} 2018-12-12 15:37:31,253 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59 used request id req-9ab458df-d692-4a55-9070-92c4e4ae6b24 2018-12-12 15:37:31,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9ab458df-d692-4a55-9070-92c4e4ae6b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2153d7f5b97adebb49f92d12c01b9bb3f9d3f893" 2018-12-12 15:37:31,420 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:31 GMT Server: Apache x-compute-request-id: req-c0e23841-9513-4260-844d-0dc99e5eb121 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0e23841-9513-4260-844d-0dc99e5eb121 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "df2c265f-8451-47ff-96fa-cb9fec396b59", "description": null}} 2018-12-12 15:37:31,420 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59 used request id req-c0e23841-9513-4260-844d-0dc99e5eb121 2018-12-12 15:37:31,423 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9ab458df-d692-4a55-9070-92c4e4ae6b24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2153d7f5b97adebb49f92d12c01b9bb3f9d3f893" 2018-12-12 15:37:31,591 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:31 GMT Server: Apache x-compute-request-id: req-18fcf9df-318c-4500-b01d-89f0deedf0fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-18fcf9df-318c-4500-b01d-89f0deedf0fc Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "df2c265f-8451-47ff-96fa-cb9fec396b59", "control_location": "back-end", "deleted": false, "created_at": "2018-12-12T15:37:31.000000", "updated_at": null, "encryption_id": "079f6c40-5a13-4f69-8328-6a8e511d1b74", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-12 15:37:31,591 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59/encryption used request id req-18fcf9df-318c-4500-b01d-89f0deedf0fc 2018-12-12 15:37:31,592 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-vol_type 2018-12-12 15:37:31,595 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fea59f89-f78a-4321-bbb3-80fd5cd7f103" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d657519185dd1cdc4f1a20c3793aeb59307fa" 2018-12-12 15:37:32,193 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-57d2c89b-4cf1-4c2c-8c2f-15df47d7896c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:32,194 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/df2c265f-8451-47ff-96fa-cb9fec396b59 used request id req-57d2c89b-4cf1-4c2c-8c2f-15df47d7896c 2018-12-12 15:37:32,194 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-6d6f5c98-4d3d-4adc-8ad6-b795db6919f2-qos-spec 2018-12-12 15:37:32,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/0f1c7b21-7283-40ed-a26c-46e070907a86?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ea5551e-0906-4f8b-a9a4-612db9bf7ba1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603b03d98fb3ead9facb95b3c0a073dc3079f333" 2018-12-12 15:37:32,761 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-72070693-32d4-4389-8500-8490b397398b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:32,762 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/0f1c7b21-7283-40ed-a26c-46e070907a86?force=False used request id req-72070693-32d4-4389-8500-8490b397398b 2018-12-12 15:37:32,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:32,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-88c11e5d-60c1-4ccc-b691-55d851c7a7fb Date: Wed, 12 Dec 2018 15:37:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:37:32,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-88c11e5d-60c1-4ccc-b691-55d851c7a7fb 2018-12-12 15:37:32,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:33,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8161fb75-fb8f-47d9-bc9e-bbfe9ccd93f3 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:37:33,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-8161fb75-fb8f-47d9-bc9e-bbfe9ccd93f3 2018-12-12 15:37:33,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:33,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fc64cc-d6b4-4e68-9207-409884ae13e9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:37:33,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-54fc64cc-d6b4-4e68-9207-409884ae13e9 2018-12-12 15:37:33,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:33,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ade08eb-6c38-4e39-85c6-e975e6adc416 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:37:33,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-5ade08eb-6c38-4e39-85c6-e975e6adc416 2018-12-12 15:37:33,255 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-58607da3-cb56-411-proj 2018-12-12 15:37:33,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/cc82b2e54573497795e5a2ac4e815535 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:33,483 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d38e0b46-a24c-4764-b841-c9612808ad0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:33,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/cc82b2e54573497795e5a2ac4e815535 used request id req-d38e0b46-a24c-4764-b841-c9612808ad0f 2018-12-12 15:37:33,484 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-58607da3-cb56-411-proj-role 2018-12-12 15:37:33,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/466b30e889af4f0ca20428de2586fd07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:33,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed58c046-a77d-4998-b990-8a33aae1a9ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:33,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/466b30e889af4f0ca20428de2586fd07 used request id req-ed58c046-a77d-4998-b990-8a33aae1a9ce 2018-12-12 15:37:33,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8a009143ae133f5767e9d76abdc02f28f484b3" 2018-12-12 15:37:33,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1d51bff-8f66-4b43-a8b7-c825295217fa Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:33,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c1d51bff-8f66-4b43-a8b7-c825295217fa 2018-12-12 15:37:33,685 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-58607da3-cb56-411-user 2018-12-12 15:37:33,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d701798d537441c0b4813bc35401939d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668d3455a057eaaf9669483017b4cf9dc7493ecc" 2018-12-12 15:37:33,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbe7102d-cf48-4e95-b917-2c038d973615 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:33,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d701798d537441c0b4813bc35401939d used request id req-dbe7102d-cf48-4e95-b917-2c038d973615 2018-12-12 15:37:33,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:34,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AWCyr7mDQjO692ByrACkNg"], "issued_at": "2018-12-12T15:37:34.000000Z"}} 2018-12-12 15:37:34,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e72eb6bfab50067c8bba071d859001e7bd9ea8a" 2018-12-12 15:37:34,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46ff20ae-c7c1-4d0d-bdb4-c14736c93db6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:34,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46ff20ae-c7c1-4d0d-bdb4-c14736c93db6 2018-12-12 15:37:34,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:34,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:34,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["mhdsv0lkQPyL0CsJPozEKA"], "issued_at": "2018-12-12T15:37:34.000000Z"}} 2018-12-12 15:37:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:34,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa8ed2d0-1476-4033-b0b3-290e48700661 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:34,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fa8ed2d0-1476-4033-b0b3-290e48700661 2018-12-12 15:37:34,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:34,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:34,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:34,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e8db479-bc96-4ff1-bfc7-2fe73e202f29 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:37:34,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj used request id req-9e8db479-bc96-4ff1-bfc7-2fe73e202f29 2018-12-12 15:37:34,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:35,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46383b39-c209-4ac4-87ac-4827e8e94c40 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:35,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-46383b39-c209-4ac4-87ac-4827e8e94c40 2018-12-12 15:37:35,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj"}}' 2018-12-12 15:37:35,205 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3039d5f3-81cb-4fc2-a571-3e9a10dd4cd4 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0402f3a5d2114ce6a97e34861feae019"}, "enabled": true, "id": "0402f3a5d2114ce6a97e34861feae019", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj"}} 2018-12-12 15:37:35,205 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3039d5f3-81cb-4fc2-a571-3e9a10dd4cd4 2018-12-12 15:37:35,205 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj 2018-12-12 15:37:35,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:35,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:35,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5nmm23vuQsKsFkza3VyMiQ"], "issued_at": "2018-12-12T15:37:35.000000Z"}} 2018-12-12 15:37:35,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae9396b085b38400fcddd6e3f34ff3e707c3c38" 2018-12-12 15:37:35,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c1c1860-a6ea-448b-ac6f-07ef76fb1347 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:35,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6c1c1860-a6ea-448b-ac6f-07ef76fb1347 2018-12-12 15:37:35,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:35,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:35,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae9396b085b38400fcddd6e3f34ff3e707c3c38" 2018-12-12 15:37:35,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-025ed83d-f289-4061-b28a-97efa15e1d6f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:37:35,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-025ed83d-f289-4061-b28a-97efa15e1d6f 2018-12-12 15:37:35,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae9396b085b38400fcddd6e3f34ff3e707c3c38" 2018-12-12 15:37:35,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533f7c00-aa62-4fa5-827c-a7132c130f54 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0402f3a5d2114ce6a97e34861feae019"}, "enabled": true, "id": "0402f3a5d2114ce6a97e34861feae019", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj"}]} 2018-12-12 15:37:35,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj used request id req-533f7c00-aa62-4fa5-827c-a7132c130f54 2018-12-12 15:37:35,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae9396b085b38400fcddd6e3f34ff3e707c3c38" 2018-12-12 15:37:35,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af2a8c76-2aaa-4ab8-81b9-9462fe3cab84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:35,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-af2a8c76-2aaa-4ab8-81b9-9462fe3cab84 2018-12-12 15:37:36,366 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-user 2018-12-12 15:37:36,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:36,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:36,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5807b1-5fb5-4dd6-86b3-3ca846d4ecad Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:36,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cc5807b1-5fb5-4dd6-86b3-3ca846d4ecad 2018-12-12 15:37:36,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" -d '{"role": {"name": "CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj-role"}}' 2018-12-12 15:37:36,570 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9badbebc-5c48-454a-bf67-36a87a1b1b81 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "41cbb5688e9a449d9836d1e7b27370f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/41cbb5688e9a449d9836d1e7b27370f9"}, "name": "CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj-role"}} 2018-12-12 15:37:36,570 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-9badbebc-5c48-454a-bf67-36a87a1b1b81 2018-12-12 15:37:36,570 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj-role 2018-12-12 15:37:36,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/41cbb5688e9a449d9836d1e7b27370f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:36,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fc97886-421b-42dc-9266-0925941e1d9c Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/41cbb5688e9a449d9836d1e7b27370f9"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj-role", "id": "41cbb5688e9a449d9836d1e7b27370f9"}} 2018-12-12 15:37:36,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/41cbb5688e9a449d9836d1e7b27370f9 used request id req-3fc97886-421b-42dc-9266-0925941e1d9c 2018-12-12 15:37:36,663 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj-role to project CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj 2018-12-12 15:37:36,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0402f3a5d2114ce6a97e34861feae019/users/ae7ef8f32c27411d924142f52f1f769a/roles/41cbb5688e9a449d9836d1e7b27370f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:36,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b745f1fc-4f07-4e8c-bdda-bf6e78e84ad7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:36,862 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0402f3a5d2114ce6a97e34861feae019/users/ae7ef8f32c27411d924142f52f1f769a/roles/41cbb5688e9a449d9836d1e7b27370f9 used request id req-b745f1fc-4f07-4e8c-bdda-bf6e78e84ad7 2018-12-12 15:37:36,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:36,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:37,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["j3x-QHlETC-IMBE2g82sHQ"], "issued_at": "2018-12-12T15:37:37.000000Z"}} 2018-12-12 15:37:37,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df2575bcccf22fbad3818a5841a1df9f12812de" 2018-12-12 15:37:37,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a817e41f-56e0-42de-ae46-130f44dba1ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:37,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a817e41f-56e0-42de-ae46-130f44dba1ca 2018-12-12 15:37:37,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df2575bcccf22fbad3818a5841a1df9f12812de" 2018-12-12 15:37:37,513 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:37 GMT Server: Apache x-compute-request-id: req-f25caad2-a0c7-48c2-80d6-1ca8e65b2b96 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f25caad2-a0c7-48c2-80d6-1ca8e65b2b96 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-12 15:37:37,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-f25caad2-a0c7-48c2-80d6-1ca8e65b2b96 2018-12-12 15:37:37,517 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f25caad2-a0c7-48c2-80d6-1ca8e65b2b96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df2575bcccf22fbad3818a5841a1df9f12812de" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-qos-spec"}}' 2018-12-12 15:37:38,092 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:37 GMT Server: Apache x-compute-request-id: req-34e89c8e-ce04-4181-a475-9c4c33b7a478 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-34e89c8e-ce04-4181-a475-9c4c33b7a478 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "baa09b21-4cc3-40b4-814b-84873f4899d4", "name": "CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4", "rel": "bookmark"}]} 2018-12-12 15:37:38,092 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-34e89c8e-ce04-4181-a475-9c4c33b7a478 2018-12-12 15:37:38,092 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-qos-spec 2018-12-12 15:37:38,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:38,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:38,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vjVXpgqlQFiGVhzW0ijx8Q"], "issued_at": "2018-12-12T15:37:38.000000Z"}} 2018-12-12 15:37:38,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25cff5a14dce770640641faba55f871c338d4f" 2018-12-12 15:37:38,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a103ff28-66ff-46d4-ab77-81664bc94e1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:38,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a103ff28-66ff-46d4-ab77-81664bc94e1a 2018-12-12 15:37:38,561 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25cff5a14dce770640641faba55f871c338d4f" 2018-12-12 15:37:39,115 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:38 GMT Server: Apache x-compute-request-id: req-13140b95-86f7-4ef7-9e48-6141d4ba8c3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-13140b95-86f7-4ef7-9e48-6141d4ba8c3e Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:37:39,115 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-13140b95-86f7-4ef7-9e48-6141d4ba8c3e 2018-12-12 15:37:39,118 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-13140b95-86f7-4ef7-9e48-6141d4ba8c3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25cff5a14dce770640641faba55f871c338d4f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-vol_type", "description": null}}' 2018-12-12 15:37:39,341 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:39 GMT Server: Apache x-compute-request-id: req-46435f73-65a3-45bb-be0f-4b197ddb7ba0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-46435f73-65a3-45bb-be0f-4b197ddb7ba0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a408f941-af6c-4893-afdf-ef1fa1f23c4b", "description": null}} 2018-12-12 15:37:39,341 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types used request id req-46435f73-65a3-45bb-be0f-4b197ddb7ba0 2018-12-12 15:37:39,345 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13140b95-86f7-4ef7-9e48-6141d4ba8c3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25cff5a14dce770640641faba55f871c338d4f" 2018-12-12 15:37:39,511 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:39 GMT Server: Apache x-compute-request-id: req-abd33198-dfc7-4c5b-8b2b-cc5674287191 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-abd33198-dfc7-4c5b-8b2b-cc5674287191 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "baa09b21-4cc3-40b4-814b-84873f4899d4", "name": "CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-qos-spec"}]} 2018-12-12 15:37:39,511 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-abd33198-dfc7-4c5b-8b2b-cc5674287191 2018-12-12 15:37:39,514 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4/associate?vol_type_id=a408f941-af6c-4893-afdf-ef1fa1f23c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13140b95-86f7-4ef7-9e48-6141d4ba8c3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25cff5a14dce770640641faba55f871c338d4f" 2018-12-12 15:37:39,731 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1c08a88c-2605-477b-b9fd-74ce824669d9 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:39,731 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4/associate?vol_type_id=a408f941-af6c-4893-afdf-ef1fa1f23c4b used request id req-1c08a88c-2605-477b-b9fd-74ce824669d9 2018-12-12 15:37:39,732 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-vol_type 2018-12-12 15:37:39,734 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/a408f941-af6c-4893-afdf-ef1fa1f23c4b -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e72eb6bfab50067c8bba071d859001e7bd9ea8a" 2018-12-12 15:37:39,910 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:39 GMT Server: Apache x-compute-request-id: req-5762775a-d78a-450d-8eea-0e7697872667 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5762775a-d78a-450d-8eea-0e7697872667 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-vol_type", "qos_specs_id": "baa09b21-4cc3-40b4-814b-84873f4899d4", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a408f941-af6c-4893-afdf-ef1fa1f23c4b", "description": null}} 2018-12-12 15:37:39,911 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/a408f941-af6c-4893-afdf-ef1fa1f23c4b used request id req-5762775a-d78a-450d-8eea-0e7697872667 2018-12-12 15:37:39,914 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/a408f941-af6c-4893-afdf-ef1fa1f23c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5762775a-d78a-450d-8eea-0e7697872667" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e72eb6bfab50067c8bba071d859001e7bd9ea8a" 2018-12-12 15:37:40,077 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:39 GMT Server: Apache x-compute-request-id: req-84b53673-b99c-4ac8-9b4d-da6a2f6ed701 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84b53673-b99c-4ac8-9b4d-da6a2f6ed701 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-vol_type", "qos_specs_id": "baa09b21-4cc3-40b4-814b-84873f4899d4", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a408f941-af6c-4893-afdf-ef1fa1f23c4b", "description": null}} 2018-12-12 15:37:40,077 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/a408f941-af6c-4893-afdf-ef1fa1f23c4b used request id req-84b53673-b99c-4ac8-9b4d-da6a2f6ed701 2018-12-12 15:37:40,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/a408f941-af6c-4893-afdf-ef1fa1f23c4b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5762775a-d78a-450d-8eea-0e7697872667" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e72eb6bfab50067c8bba071d859001e7bd9ea8a" 2018-12-12 15:37:40,259 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:40 GMT Server: Apache x-compute-request-id: req-9a3feb9c-a15e-4c99-83bf-6d4588000d06 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9a3feb9c-a15e-4c99-83bf-6d4588000d06 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 15:37:40,259 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/a408f941-af6c-4893-afdf-ef1fa1f23c4b/encryption used request id req-9a3feb9c-a15e-4c99-83bf-6d4588000d06 2018-12-12 15:37:40,262 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5762775a-d78a-450d-8eea-0e7697872667" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e72eb6bfab50067c8bba071d859001e7bd9ea8a" 2018-12-12 15:37:40,439 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:40 GMT Server: Apache x-compute-request-id: req-817b4ee0-2b58-4812-83d8-c5c57e87caa9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-817b4ee0-2b58-4812-83d8-c5c57e87caa9 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "baa09b21-4cc3-40b4-814b-84873f4899d4", "name": "CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4", "rel": "bookmark"}]} 2018-12-12 15:37:40,439 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4 used request id req-817b4ee0-2b58-4812-83d8-c5c57e87caa9 2018-12-12 15:37:40,440 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-vol_type 2018-12-12 15:37:40,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/a408f941-af6c-4893-afdf-ef1fa1f23c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13140b95-86f7-4ef7-9e48-6141d4ba8c3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b25cff5a14dce770640641faba55f871c338d4f" 2018-12-12 15:37:40,636 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-93032a8e-7ef6-49df-a892-e32f24c3a1bb Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:40,636 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/a408f941-af6c-4893-afdf-ef1fa1f23c4b used request id req-93032a8e-7ef6-49df-a892-e32f24c3a1bb 2018-12-12 15:37:40,637 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-e6f0d09c-aa95-4a2c-bd07-6c81bca2993b-qos-spec 2018-12-12 15:37:40,640 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f25caad2-a0c7-48c2-80d6-1ca8e65b2b96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df2575bcccf22fbad3818a5841a1df9f12812de" 2018-12-12 15:37:40,845 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69dd8ee0-4ff7-4a23-8286-4f7fa99312e8 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:40,845 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/baa09b21-4cc3-40b4-814b-84873f4899d4?force=False used request id req-69dd8ee0-4ff7-4a23-8286-4f7fa99312e8 2018-12-12 15:37:40,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:41,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6d3effa6-e67e-47a3-a871-da4cb6c648fc Date: Wed, 12 Dec 2018 15:37:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:37:41,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-6d3effa6-e67e-47a3-a871-da4cb6c648fc 2018-12-12 15:37:41,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:41,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac865026-b294-4129-959f-c74b8affb101 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:37:41,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-ac865026-b294-4129-959f-c74b8affb101 2018-12-12 15:37:41,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:41,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4fc8de2-94ad-43a5-8882-b04bfb1bce49 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:37:41,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-b4fc8de2-94ad-43a5-8882-b04bfb1bce49 2018-12-12 15:37:41,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:41,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-199cce68-c083-4753-a675-9f756ca4a849 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:37:41,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-199cce68-c083-4753-a675-9f756ca4a849 2018-12-12 15:37:41,346 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj 2018-12-12 15:37:41,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0402f3a5d2114ce6a97e34861feae019 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:41,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85f5d83f-0fba-4de9-97e7-75cc84860de2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:41,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0402f3a5d2114ce6a97e34861feae019 used request id req-85f5d83f-0fba-4de9-97e7-75cc84860de2 2018-12-12 15:37:41,561 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-proj-role 2018-12-12 15:37:41,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/41cbb5688e9a449d9836d1e7b27370f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:41,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b18b1f55-7d7a-45be-afd5-0c4862e0bad5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:41,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/41cbb5688e9a449d9836d1e7b27370f9 used request id req-b18b1f55-7d7a-45be-afd5-0c4862e0bad5 2018-12-12 15:37:41,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df7d623c38e80283a09ace68ff7ba69a5250b2d" 2018-12-12 15:37:41,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2c9bf6-4524-40de-94bb-dbc8e93b847a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:41,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ef2c9bf6-4524-40de-94bb-dbc8e93b847a 2018-12-12 15:37:41,688 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-0fe5c5fa-5ac5-481-user 2018-12-12 15:37:41,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ae7ef8f32c27411d924142f52f1f769a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae9396b085b38400fcddd6e3f34ff3e707c3c38" 2018-12-12 15:37:41,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-974d9527-86f8-452e-97a6-cdea6012d458 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:41,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ae7ef8f32c27411d924142f52f1f769a used request id req-974d9527-86f8-452e-97a6-cdea6012d458 2018-12-12 15:37:41,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:42,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["_Es6UYXhQUCXCRHatUcHvw"], "issued_at": "2018-12-12T15:37:42.000000Z"}} 2018-12-12 15:37:42,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6902f36390725278819ad6c9ab2ffb5f015a1da8" 2018-12-12 15:37:42,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1f72e05-7e6a-453a-bb31-448bd696f162 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:42,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f1f72e05-7e6a-453a-bb31-448bd696f162 2018-12-12 15:37:42,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:42,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:42,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["C1GJ1n8gTwWAaNc9A7sWVQ"], "issued_at": "2018-12-12T15:37:42.000000Z"}} 2018-12-12 15:37:42,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:42,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6cd409-a760-4727-b269-761a4108ef04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:42,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6b6cd409-a760-4727-b269-761a4108ef04 2018-12-12 15:37:42,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:42,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:42,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f836c479-d403-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:43,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c9dc7c1-156b-4d7e-a6fe-73ceb4f85f3b Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f836c479-d403-460-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:37:43,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f836c479-d403-460-proj used request id req-2c9dc7c1-156b-4d7e-a6fe-73ceb4f85f3b 2018-12-12 15:37:43,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:43,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a03fd07-262d-427d-b990-b71aa4099627 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:43,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3a03fd07-262d-427d-b990-b71aa4099627 2018-12-12 15:37:43,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f836c479-d403-460-proj"}}' 2018-12-12 15:37:43,204 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc154ee2-1ee7-4133-9731-3272d6d79d5d Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e0f244bf642044a3aa4826e7201ba06d"}, "enabled": true, "id": "e0f244bf642044a3aa4826e7201ba06d", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f836c479-d403-460-proj"}} 2018-12-12 15:37:43,204 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-fc154ee2-1ee7-4133-9731-3272d6d79d5d 2018-12-12 15:37:43,205 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-f836c479-d403-460-proj 2018-12-12 15:37:43,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:43,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:43,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WLAnBPnJT3yk-QGMBkpULw"], "issued_at": "2018-12-12T15:37:43.000000Z"}} 2018-12-12 15:37:43,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6cc2c1718e698158e866d05db35a2a1989a752" 2018-12-12 15:37:43,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e96e4d84-0f6d-47d0-a0df-3684fab198fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:43,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e96e4d84-0f6d-47d0-a0df-3684fab198fd 2018-12-12 15:37:43,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:43,684 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:43,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6cc2c1718e698158e866d05db35a2a1989a752" 2018-12-12 15:37:43,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f28631-d4ea-41e5-b79d-5cf538a8cf6b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:37:43,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-05f28631-d4ea-41e5-b79d-5cf538a8cf6b 2018-12-12 15:37:43,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-f836c479-d403-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6cc2c1718e698158e866d05db35a2a1989a752" 2018-12-12 15:37:43,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-298e16da-fc38-421e-8c09-4d48bae7d72b Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-f836c479-d403-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e0f244bf642044a3aa4826e7201ba06d"}, "enabled": true, "id": "e0f244bf642044a3aa4826e7201ba06d", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f836c479-d403-460-proj"}]} 2018-12-12 15:37:43,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-f836c479-d403-460-proj used request id req-298e16da-fc38-421e-8c09-4d48bae7d72b 2018-12-12 15:37:43,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6cc2c1718e698158e866d05db35a2a1989a752" 2018-12-12 15:37:43,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2370a37-e5b3-49d8-b46c-9cd984699ed4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:43,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c2370a37-e5b3-49d8-b46c-9cd984699ed4 2018-12-12 15:37:44,330 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-f836c479-d403-460-user 2018-12-12 15:37:44,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:44,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:44,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9263c7f6-4868-4dd2-9798-c3b2c6721491 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:44,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9263c7f6-4868-4dd2-9798-c3b2c6721491 2018-12-12 15:37:44,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" -d '{"role": {"name": "CreateVolumeTypeComplexTests-f836c479-d403-460-proj-role"}}' 2018-12-12 15:37:44,534 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c5a4d2b-a2b0-4bd8-af7c-239cffea1bfe Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af482ec2c36b4c28866b4500141b0c9e", "links": {"self": "http://172.30.9.29:5000/v3/roles/af482ec2c36b4c28866b4500141b0c9e"}, "name": "CreateVolumeTypeComplexTests-f836c479-d403-460-proj-role"}} 2018-12-12 15:37:44,534 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5c5a4d2b-a2b0-4bd8-af7c-239cffea1bfe 2018-12-12 15:37:44,534 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-f836c479-d403-460-proj-role 2018-12-12 15:37:44,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/af482ec2c36b4c28866b4500141b0c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:44,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d8928f-6b3c-49d4-be05-7b6c2acdea8f Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/af482ec2c36b4c28866b4500141b0c9e"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-f836c479-d403-460-proj-role", "id": "af482ec2c36b4c28866b4500141b0c9e"}} 2018-12-12 15:37:44,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/af482ec2c36b4c28866b4500141b0c9e used request id req-b4d8928f-6b3c-49d4-be05-7b6c2acdea8f 2018-12-12 15:37:44,628 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-f836c479-d403-460-proj-role to project CreateVolumeTypeComplexTests-f836c479-d403-460-proj 2018-12-12 15:37:44,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e0f244bf642044a3aa4826e7201ba06d/users/63201350996745a3809622217da88c59/roles/af482ec2c36b4c28866b4500141b0c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:44,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e010001d-3c7d-4d2f-aefe-d9274c9fc98f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:44,758 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e0f244bf642044a3aa4826e7201ba06d/users/63201350996745a3809622217da88c59/roles/af482ec2c36b4c28866b4500141b0c9e used request id req-e010001d-3c7d-4d2f-aefe-d9274c9fc98f 2018-12-12 15:37:44,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:44,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:45,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5YJi_Y89RESVkNScgr09cQ"], "issued_at": "2018-12-12T15:37:45.000000Z"}} 2018-12-12 15:37:45,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da351d2fc724ecd0c1fad9175190a8df2fd6320f" 2018-12-12 15:37:45,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-297e66cb-d4eb-44a7-aae8-9bc0894021a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:45,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-297e66cb-d4eb-44a7-aae8-9bc0894021a6 2018-12-12 15:37:45,150 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da351d2fc724ecd0c1fad9175190a8df2fd6320f" 2018-12-12 15:37:45,329 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:45 GMT Server: Apache x-compute-request-id: req-3835f373-767d-4b67-82d2-4fcd948b92e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3835f373-767d-4b67-82d2-4fcd948b92e0 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-12 15:37:45,329 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-3835f373-767d-4b67-82d2-4fcd948b92e0 2018-12-12 15:37:45,333 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3835f373-767d-4b67-82d2-4fcd948b92e0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da351d2fc724ecd0c1fad9175190a8df2fd6320f" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-qos-spec"}}' 2018-12-12 15:37:45,534 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:45 GMT Server: Apache x-compute-request-id: req-9ff3bdb0-9cc8-4bbc-919c-287b02c1403e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9ff3bdb0-9cc8-4bbc-919c-287b02c1403e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "63ede210-91f7-4455-8e36-941642178daa", "name": "CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa", "rel": "bookmark"}]} 2018-12-12 15:37:45,534 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-9ff3bdb0-9cc8-4bbc-919c-287b02c1403e 2018-12-12 15:37:45,535 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-qos-spec 2018-12-12 15:37:45,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:45,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:45,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["rs_fmXKpQ1q6QEgOtUxcrQ"], "issued_at": "2018-12-12T15:37:45.000000Z"}} 2018-12-12 15:37:45,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c345c7218da474a8bb03541bdde3ea0f60d30e" 2018-12-12 15:37:45,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27e0be9-7038-41d3-843a-444bf9a3a0f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:45,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c27e0be9-7038-41d3-843a-444bf9a3a0f3 2018-12-12 15:37:46,003 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c345c7218da474a8bb03541bdde3ea0f60d30e" 2018-12-12 15:37:46,158 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:46 GMT Server: Apache x-compute-request-id: req-750d6163-b1ac-4e65-85d2-3fa650e63142 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-750d6163-b1ac-4e65-85d2-3fa650e63142 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:37:46,158 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-750d6163-b1ac-4e65-85d2-3fa650e63142 2018-12-12 15:37:46,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-750d6163-b1ac-4e65-85d2-3fa650e63142" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c345c7218da474a8bb03541bdde3ea0f60d30e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-vol_type", "description": null}}' 2018-12-12 15:37:46,382 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:46 GMT Server: Apache x-compute-request-id: req-cad8099f-ca61-4312-9036-0833c7ce08af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cad8099f-ca61-4312-9036-0833c7ce08af Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0f8e835-e4e3-475d-8c07-6154744bb701", "description": null}} 2018-12-12 15:37:46,382 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types used request id req-cad8099f-ca61-4312-9036-0833c7ce08af 2018-12-12 15:37:46,385 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-750d6163-b1ac-4e65-85d2-3fa650e63142" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c345c7218da474a8bb03541bdde3ea0f60d30e" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-12 15:37:46,597 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:46 GMT Server: Apache x-compute-request-id: req-61fc04cc-6d46-460b-880a-5a00ecf1330d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61fc04cc-6d46-460b-880a-5a00ecf1330d Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "d0f8e835-e4e3-475d-8c07-6154744bb701", "name": "foo", "control_location": "back-end", "encryption_id": "88852110-2380-405c-a270-70c68982357f", "provider": "bar", "provider_class": "bar"}} 2018-12-12 15:37:46,597 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701/encryption used request id req-61fc04cc-6d46-460b-880a-5a00ecf1330d 2018-12-12 15:37:46,601 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-750d6163-b1ac-4e65-85d2-3fa650e63142" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c345c7218da474a8bb03541bdde3ea0f60d30e" 2018-12-12 15:37:46,619 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:46 GMT Server: Apache x-compute-request-id: req-354aeac2-e60b-42da-91f6-87ff6f278639 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-354aeac2-e60b-42da-91f6-87ff6f278639 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "63ede210-91f7-4455-8e36-941642178daa", "name": "CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-qos-spec"}]} 2018-12-12 15:37:46,619 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs used request id req-354aeac2-e60b-42da-91f6-87ff6f278639 2018-12-12 15:37:46,623 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa/associate?vol_type_id=d0f8e835-e4e3-475d-8c07-6154744bb701 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-750d6163-b1ac-4e65-85d2-3fa650e63142" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c345c7218da474a8bb03541bdde3ea0f60d30e" 2018-12-12 15:37:46,816 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-43c88950-83e3-4640-acf9-9c0e8344cec3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:46,816 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa/associate?vol_type_id=d0f8e835-e4e3-475d-8c07-6154744bb701 used request id req-43c88950-83e3-4640-acf9-9c0e8344cec3 2018-12-12 15:37:46,816 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-vol_type 2018-12-12 15:37:46,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6902f36390725278819ad6c9ab2ffb5f015a1da8" 2018-12-12 15:37:47,005 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:46 GMT Server: Apache x-compute-request-id: req-0f3ba105-93c8-4dd4-86cb-6b774cdfdf92 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f3ba105-93c8-4dd4-86cb-6b774cdfdf92 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-vol_type", "qos_specs_id": "63ede210-91f7-4455-8e36-941642178daa", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0f8e835-e4e3-475d-8c07-6154744bb701", "description": null}} 2018-12-12 15:37:47,005 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701 used request id req-0f3ba105-93c8-4dd4-86cb-6b774cdfdf92 2018-12-12 15:37:47,009 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0f3ba105-93c8-4dd4-86cb-6b774cdfdf92" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6902f36390725278819ad6c9ab2ffb5f015a1da8" 2018-12-12 15:37:47,189 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:47 GMT Server: Apache x-compute-request-id: req-21ba30cc-2ed7-44a3-ae56-962e753a705a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-21ba30cc-2ed7-44a3-ae56-962e753a705a Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-vol_type", "qos_specs_id": "63ede210-91f7-4455-8e36-941642178daa", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0f8e835-e4e3-475d-8c07-6154744bb701", "description": null}} 2018-12-12 15:37:47,189 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701 used request id req-21ba30cc-2ed7-44a3-ae56-962e753a705a 2018-12-12 15:37:47,193 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0f3ba105-93c8-4dd4-86cb-6b774cdfdf92" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6902f36390725278819ad6c9ab2ffb5f015a1da8" 2018-12-12 15:37:47,362 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:47 GMT Server: Apache x-compute-request-id: req-7a42814e-05be-478c-9f86-c8a480204405 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7a42814e-05be-478c-9f86-c8a480204405 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "d0f8e835-e4e3-475d-8c07-6154744bb701", "control_location": "back-end", "deleted": false, "created_at": "2018-12-12T15:37:46.000000", "updated_at": null, "encryption_id": "88852110-2380-405c-a270-70c68982357f", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-12 15:37:47,362 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701/encryption used request id req-7a42814e-05be-478c-9f86-c8a480204405 2018-12-12 15:37:47,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0f3ba105-93c8-4dd4-86cb-6b774cdfdf92" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6902f36390725278819ad6c9ab2ffb5f015a1da8" 2018-12-12 15:37:47,538 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:47 GMT Server: Apache x-compute-request-id: req-de9d27da-72cc-4d7f-b127-d9e3af701580 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de9d27da-72cc-4d7f-b127-d9e3af701580 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "63ede210-91f7-4455-8e36-941642178daa", "name": "CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa", "rel": "bookmark"}]} 2018-12-12 15:37:47,539 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa used request id req-de9d27da-72cc-4d7f-b127-d9e3af701580 2018-12-12 15:37:47,539 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-vol_type 2018-12-12 15:37:47,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-750d6163-b1ac-4e65-85d2-3fa650e63142" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c345c7218da474a8bb03541bdde3ea0f60d30e" 2018-12-12 15:37:47,594 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7a3f1598-1ab9-4407-a04f-728979560fc7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:47,594 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/d0f8e835-e4e3-475d-8c07-6154744bb701 used request id req-7a3f1598-1ab9-4407-a04f-728979560fc7 2018-12-12 15:37:47,595 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-eccc26e5-c6b7-485b-aab2-0105fe3e1004-qos-spec 2018-12-12 15:37:47,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3835f373-767d-4b67-82d2-4fcd948b92e0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da351d2fc724ecd0c1fad9175190a8df2fd6320f" 2018-12-12 15:37:47,797 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-01bdfc65-c581-4512-ae9d-3a73a59bf98e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:47,797 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/qos-specs/63ede210-91f7-4455-8e36-941642178daa?force=False used request id req-01bdfc65-c581-4512-ae9d-3a73a59bf98e 2018-12-12 15:37:47,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:48,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fb1dc1c1-31ff-41a6-995c-9061d3fc1bc0 Date: Wed, 12 Dec 2018 15:37:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:37:48,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-fb1dc1c1-31ff-41a6-995c-9061d3fc1bc0 2018-12-12 15:37:48,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:48,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74b46fd1-e08b-4712-8bc1-57490a8b2f9f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:37:48,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-74b46fd1-e08b-4712-8bc1-57490a8b2f9f 2018-12-12 15:37:48,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:48,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d40ccf57-dcd9-4ee7-935c-689cd8c6f482 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:37:48,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-d40ccf57-dcd9-4ee7-935c-689cd8c6f482 2018-12-12 15:37:48,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:48,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57024fd9-8a45-47ed-8794-8184e2ebc6ef Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:37:48,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-57024fd9-8a45-47ed-8794-8184e2ebc6ef 2018-12-12 15:37:48,310 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-f836c479-d403-460-proj 2018-12-12 15:37:48,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e0f244bf642044a3aa4826e7201ba06d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:48,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a18187a7-e1d5-4652-b888-096795b16e76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:48,519 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e0f244bf642044a3aa4826e7201ba06d used request id req-a18187a7-e1d5-4652-b888-096795b16e76 2018-12-12 15:37:48,519 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-f836c479-d403-460-proj-role 2018-12-12 15:37:48,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/af482ec2c36b4c28866b4500141b0c9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:48,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de53d10e-468e-44b9-a370-d740eae41a7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:48,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/af482ec2c36b4c28866b4500141b0c9e used request id req-de53d10e-468e-44b9-a370-d740eae41a7d 2018-12-12 15:37:48,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0037825847bc5f15cd4aa0df35788b4beb7b0a" 2018-12-12 15:37:48,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be9cdd8f-6714-40c6-b4d6-dad91cd7ca3b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:48,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-be9cdd8f-6714-40c6-b4d6-dad91cd7ca3b 2018-12-12 15:37:48,642 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-f836c479-d403-460-user 2018-12-12 15:37:48,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/63201350996745a3809622217da88c59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec6cc2c1718e698158e866d05db35a2a1989a752" 2018-12-12 15:37:48,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30134e74-5cd4-45cc-b862-e223b8c6c1bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:48,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/63201350996745a3809622217da88c59 used request id req-30134e74-5cd4-45cc-b862-e223b8c6c1bd 2018-12-12 15:37:48,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:49,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["cpPa6_MNTgKAWeETabOgYg"], "issued_at": "2018-12-12T15:37:49.000000Z"}} 2018-12-12 15:37:49,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc387eaa616e1266490113c6ce2c7ce23f8f2436" 2018-12-12 15:37:49,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-961b9520-9de1-4529-9caf-8840e8590b07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:49,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-961b9520-9de1-4529-9caf-8840e8590b07 2018-12-12 15:37:49,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:49,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:49,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["dnM7D3lDShSub_joGM6M0Q"], "issued_at": "2018-12-12T15:37:49.000000Z"}} 2018-12-12 15:37:49,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:37:49,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ecd5a7c-ef63-469f-9d4d-bc7425616704 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:49,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8ecd5a7c-ef63-469f-9d4d-bc7425616704 2018-12-12 15:37:49,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:49,772 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:37:49,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b6240d-d507-4e81-a3f4-4dd698eb186b Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:37:49,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj used request id req-56b6240d-d507-4e81-a3f4-4dd698eb186b 2018-12-12 15:37:49,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:37:49,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f1957bb-4e36-4044-bbd8-5b7c1217bcde Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:49,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1f1957bb-4e36-4044-bbd8-5b7c1217bcde 2018-12-12 15:37:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj"}}' 2018-12-12 15:37:50,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6089f12d-d579-4633-876f-43ca02fa3ce7 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0"}, "enabled": true, "id": "215b38e6d30d4b3c8c4f7a73353958f0", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj"}} 2018-12-12 15:37:50,061 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6089f12d-d579-4633-876f-43ca02fa3ce7 2018-12-12 15:37:50,061 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj 2018-12-12 15:37:50,062 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:50,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:50,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:37:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WDV5G-RCQnG2F_4Z0XO9WQ"], "issued_at": "2018-12-12T15:37:50.000000Z"}} 2018-12-12 15:37:50,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2200c641fae3c37e18e346b85e4f75d6f0bd3a1" 2018-12-12 15:37:50,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ce18808-a235-460d-861a-1aa6431d0d6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:50,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4ce18808-a235-460d-861a-1aa6431d0d6e 2018-12-12 15:37:50,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:50,554 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:50,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2200c641fae3c37e18e346b85e4f75d6f0bd3a1" 2018-12-12 15:37:50,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c2cea4-8d4b-44fd-ae60-aeded9013529 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:37:50,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-74c2cea4-8d4b-44fd-ae60-aeded9013529 2018-12-12 15:37:50,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2200c641fae3c37e18e346b85e4f75d6f0bd3a1" 2018-12-12 15:37:50,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe588573-1f2e-4f33-b94f-06c98524c5f6 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0"}, "enabled": true, "id": "215b38e6d30d4b3c8c4f7a73353958f0", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj"}]} 2018-12-12 15:37:50,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj used request id req-fe588573-1f2e-4f33-b94f-06c98524c5f6 2018-12-12 15:37:50,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2200c641fae3c37e18e346b85e4f75d6f0bd3a1" 2018-12-12 15:37:50,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-476e9342-7298-4d26-8475-11eaa5764f5a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:37:50,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-476e9342-7298-4d26-8475-11eaa5764f5a 2018-12-12 15:37:51,222 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-613f6472-03a2-451-user 2018-12-12 15:37:51,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:51,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:37:51,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8444acd4-0327-442d-8dcf-368336493d68 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:37:51,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8444acd4-0327-442d-8dcf-368336493d68 2018-12-12 15:37:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj-role"}}' 2018-12-12 15:37:51,438 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-598e07d7-05e4-4c3a-b39e-802f9b244db4 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "922e2c35e6db4ed0a15ce8a4df7e4351", "links": {"self": "http://172.30.9.29:5000/v3/roles/922e2c35e6db4ed0a15ce8a4df7e4351"}, "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj-role"}} 2018-12-12 15:37:51,438 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-598e07d7-05e4-4c3a-b39e-802f9b244db4 2018-12-12 15:37:51,438 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj-role 2018-12-12 15:37:51,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/922e2c35e6db4ed0a15ce8a4df7e4351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:37:51,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b41bced6-8ba2-4253-ac8d-0e9b67429899 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/922e2c35e6db4ed0a15ce8a4df7e4351"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj-role", "id": "922e2c35e6db4ed0a15ce8a4df7e4351"}} 2018-12-12 15:37:51,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/922e2c35e6db4ed0a15ce8a4df7e4351 used request id req-b41bced6-8ba2-4253-ac8d-0e9b67429899 2018-12-12 15:37:51,534 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj-role to project CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj 2018-12-12 15:37:51,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0/users/a65052743a7247608831386409c04a25/roles/922e2c35e6db4ed0a15ce8a4df7e4351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:37:51,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79b40174-ba2d-4602-95f1-42ae41de8150 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:37:51,675 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0/users/a65052743a7247608831386409c04a25/roles/922e2c35e6db4ed0a15ce8a4df7e4351 used request id req-79b40174-ba2d-4602-95f1-42ae41de8150 2018-12-12 15:37:51,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:52,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "922e2c35e6db4ed0a15ce8a4df7e4351", "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj-role"}], "expires_at": "2018-12-12T16:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "215b38e6d30d4b3c8c4f7a73353958f0", "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-user", "id": "a65052743a7247608831386409c04a25"}, "audit_ids": ["OpKepaoLTfepwH4lwNQx_w"], "issued_at": "2018-12-12T15:37:52.000000Z"}} 2018-12-12 15:37:52,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdd90102faa3d29b84e91292ad5a8b281b97e7b" 2018-12-12 15:37:52,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd002caa-3a1b-43b0-aabe-15d1888e9a91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:52,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cd002caa-3a1b-43b0-aabe-15d1888e9a91 2018-12-12 15:37:52,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:37:52,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:37:52,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "922e2c35e6db4ed0a15ce8a4df7e4351", "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj-role"}], "expires_at": "2018-12-12T16:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "215b38e6d30d4b3c8c4f7a73353958f0", "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-user", "id": "a65052743a7247608831386409c04a25"}, "audit_ids": ["VZWVJyOMTXaHMgvD00Qtng"], "issued_at": "2018-12-12T15:37:52.000000Z"}} 2018-12-12 15:37:52,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:37:52,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63312925-c5a5-4f29-ba52-6b026f3b812c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:37:52,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-63312925-c5a5-4f29-ba52-6b026f3b812c 2018-12-12 15:37:52,615 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:37:52,845 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:52 GMT Server: Apache x-compute-request-id: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:37:52,846 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/detail used request id req-03194904-f6c5-4959-a149-d3dd8ef2bfdb 2018-12-12 15:37:52,849 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:37:53,562 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:52 GMT Server: Apache x-compute-request-id: req-503d3872-9c39-4753-bd76-76308ea3a769 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-503d3872-9c39-4753-bd76-76308ea3a769 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "a65052743a7247608831386409c04a25", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "self"}, {"href": "http://172.30.9.29:8776/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:37:53.483518", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "size": 1}} 2018-12-12 15:37:53,563 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes used request id req-503d3872-9c39-4753-bd76-76308ea3a769 2018-12-12 15:37:53,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:37:53,795 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:53 GMT Server: Apache x-compute-request-id: req-0c11f65f-cc87-4e33-a7d4-c42d7c7e6063 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c11f65f-cc87-4e33-a7d4-c42d7c7e6063 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "a65052743a7247608831386409c04a25", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "self"}, {"href": "http://172.30.9.29:8776/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:37:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "215b38e6d30d4b3c8c4f7a73353958f0", "updated_at": "2018-12-12T15:37:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "size": 1}} 2018-12-12 15:37:53,796 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb used request id req-0c11f65f-cc87-4e33-a7d4-c42d7c7e6063 2018-12-12 15:37:53,796 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785 2018-12-12 15:37:53,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:37:53,853 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:53 GMT Server: Apache x-compute-request-id: req-c65c3495-e2d5-4712-be9c-39096c55058b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c65c3495-e2d5-4712-be9c-39096c55058b Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "a65052743a7247608831386409c04a25", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "self"}, {"href": "http://172.30.9.29:8776/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:37:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "215b38e6d30d4b3c8c4f7a73353958f0", "updated_at": "2018-12-12T15:37:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "size": 1}} 2018-12-12 15:37:53,853 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb used request id req-c65c3495-e2d5-4712-be9c-39096c55058b 2018-12-12 15:37:53,853 - create_volume - DEBUG - Instance status is - creating 2018-12-12 15:37:53,854 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:37:56,857 - create_volume - DEBUG - Volume status query timeout in 296.939537048 2018-12-12 15:37:56,860 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:37:57,052 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:56 GMT Server: Apache x-compute-request-id: req-b75d257d-b43e-4fea-a949-0392f262327d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b75d257d-b43e-4fea-a949-0392f262327d Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "a65052743a7247608831386409c04a25", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "self"}, {"href": "http://172.30.9.29:8776/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:37:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "215b38e6d30d4b3c8c4f7a73353958f0", "updated_at": "2018-12-12T15:37:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "size": 1}} 2018-12-12 15:37:57,052 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb used request id req-b75d257d-b43e-4fea-a949-0392f262327d 2018-12-12 15:37:57,053 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:37:57,053 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785 2018-12-12 15:37:57,053 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785 2018-12-12 15:37:57,056 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdd90102faa3d29b84e91292ad5a8b281b97e7b" 2018-12-12 15:37:57,229 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:57 GMT Server: Apache x-compute-request-id: req-d491e3db-6ce8-4963-b08b-330c4e539c0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d491e3db-6ce8-4963-b08b-330c4e539c0e Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "a65052743a7247608831386409c04a25", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "self"}, {"href": "http://172.30.9.29:8776/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:37:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "215b38e6d30d4b3c8c4f7a73353958f0", "updated_at": "2018-12-12T15:37:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "size": 1}]} 2018-12-12 15:37:57,229 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/detail used request id req-d491e3db-6ce8-4963-b08b-330c4e539c0e 2018-12-12 15:37:57,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:37:57,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:37: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:37:57,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdd90102faa3d29b84e91292ad5a8b281b97e7b" 2018-12-12 15:37:57,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b12e7e4-4569-46e3-88ed-9eb2e86a0ab3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0"}, "enabled": true, "id": "215b38e6d30d4b3c8c4f7a73353958f0", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj"}} 2018-12-12 15:37:57,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0 used request id req-8b12e7e4-4569-46e3-88ed-9eb2e86a0ab3 2018-12-12 15:37:57,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:37:57,522 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:57 GMT Server: Apache x-compute-request-id: req-dcc73770-2db9-4366-aa58-3d9b3466f111 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dcc73770-2db9-4366-aa58-3d9b3466f111 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "a65052743a7247608831386409c04a25", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "self"}, {"href": "http://172.30.9.29:8776/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:37:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "215b38e6d30d4b3c8c4f7a73353958f0", "updated_at": "2018-12-12T15:37:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "size": 1}} 2018-12-12 15:37:57,522 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb used request id req-dcc73770-2db9-4366-aa58-3d9b3466f111 2018-12-12 15:37:57,522 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:37:57,522 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785 2018-12-12 15:37:57,523 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785 2018-12-12 15:37:57,525 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:37:57,763 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:37:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a2178a54-5db8-44bb-b58a-33b08595f2d1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:37:57,763 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb used request id req-a2178a54-5db8-44bb-b58a-33b08595f2d1 2018-12-12 15:37:57,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:37:57,958 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:37:57 GMT Server: Apache x-compute-request-id: req-ebbdd068-6073-4c4b-9434-bccb84dff4a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ebbdd068-6073-4c4b-9434-bccb84dff4a7 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "a65052743a7247608831386409c04a25", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "self"}, {"href": "http://172.30.9.29:8776/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:37:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "215b38e6d30d4b3c8c4f7a73353958f0", "updated_at": "2018-12-12T15:37:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "aebb1b10-bfcc-4f24-a5da-79453ad04ccb", "size": 1}} 2018-12-12 15:37:57,958 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb used request id req-ebbdd068-6073-4c4b-9434-bccb84dff4a7 2018-12-12 15:37:57,958 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:37:57,958 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:38:00,962 - create_volume - DEBUG - Volume status query timeout in 56.8021919727 2018-12-12 15:38:00,965 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-03194904-f6c5-4959-a149-d3dd8ef2bfdb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e918fac373c5815f65aa4ad1a44dad59d9eb1488" 2018-12-12 15:38:01,000 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:38:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b067dd93-13d5-4e47-8c50-f4bbe206a729 x-openstack-request-id: req-b067dd93-13d5-4e47-8c50-f4bbe206a729 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume aebb1b10-bfcc-4f24-a5da-79453ad04ccb could not be found.", "code": 404}} 2018-12-12 15:38:01,000 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/aebb1b10-bfcc-4f24-a5da-79453ad04ccb used request id req-b067dd93-13d5-4e47-8c50-f4bbe206a729 2018-12-12 15:38:01,001 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume aebb1b10-bfcc-4f24-a5da-79453ad04ccb could not be found. (HTTP 404) (Request-ID: req-b067dd93-13d5-4e47-8c50-f4bbe206a729) 2018-12-12 15:38:01,001 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-2f96da37-e637-4223-b77e-358367fba785 2018-12-12 15:38:01,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d491e3db-6ce8-4963-b08b-330c4e539c0e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdd90102faa3d29b84e91292ad5a8b281b97e7b" 2018-12-12 15:38:01,202 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:01 GMT Server: Apache x-compute-request-id: req-d7fc3a22-cbd9-4fd5-8fe0-32f815ff2404 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d7fc3a22-cbd9-4fd5-8fe0-32f815ff2404 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:38:01,203 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/215b38e6d30d4b3c8c4f7a73353958f0/volumes/detail used request id req-d7fc3a22-cbd9-4fd5-8fe0-32f815ff2404 2018-12-12 15:38:01,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:38:01,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7d8d974e-fc37-44d0-9445-4526648571f9 Date: Wed, 12 Dec 2018 15:38:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:38:01,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7d8d974e-fc37-44d0-9445-4526648571f9 2018-12-12 15:38:01,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:38:01,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9687efe-fd33-4db9-aea9-a835cf81d395 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:38:01,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-c9687efe-fd33-4db9-aea9-a835cf81d395 2018-12-12 15:38:01,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:38:01,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d3c4321-9053-485d-8a84-d95c8b3e2460 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:38:01,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-8d3c4321-9053-485d-8a84-d95c8b3e2460 2018-12-12 15:38:01,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:38:01,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d12a714-687e-44af-8911-a7fcb3a70ed7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:38:01,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-3d12a714-687e-44af-8911-a7fcb3a70ed7 2018-12-12 15:38:01,706 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj 2018-12-12 15:38:01,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:38:01,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb237735-206c-486f-816b-09e061701efa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:01,908 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/215b38e6d30d4b3c8c4f7a73353958f0 used request id req-cb237735-206c-486f-816b-09e061701efa 2018-12-12 15:38:01,908 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-613f6472-03a2-451-proj-role 2018-12-12 15:38:01,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/922e2c35e6db4ed0a15ce8a4df7e4351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:38:02,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cec11e5a-69d0-4cec-bd07-224facd92315 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:02,025 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/922e2c35e6db4ed0a15ce8a4df7e4351 used request id req-cec11e5a-69d0-4cec-bd07-224facd92315 2018-12-12 15:38:02,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4521f16ad38b3243670f3a327beff80c81436a22" 2018-12-12 15:38:02,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30ab7422-728b-4a28-a4c2-647580635182 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:02,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-30ab7422-728b-4a28-a4c2-647580635182 2018-12-12 15:38:02,120 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-613f6472-03a2-451-user 2018-12-12 15:38:02,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a65052743a7247608831386409c04a25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2200c641fae3c37e18e346b85e4f75d6f0bd3a1" 2018-12-12 15:38:02,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0855f26-67a9-495d-bd6d-5f5dea9d4a65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:02,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a65052743a7247608831386409c04a25 used request id req-b0855f26-67a9-495d-bd6d-5f5dea9d4a65 2018-12-12 15:38:02,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:02,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["BCS8v4bVQqWblrQt7hy4Iw"], "issued_at": "2018-12-12T15:38:02.000000Z"}} 2018-12-12 15:38:02,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a97e887c0a4b6fac1ceb196a70794e5cf89c8699" 2018-12-12 15:38:02,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af5e3091-e8dd-4fe1-8020-bacfa306bbdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:02,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-af5e3091-e8dd-4fe1-8020-bacfa306bbdb 2018-12-12 15:38:02,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:02,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:03,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["YzuXoUw6QQ6dy-W7DrbpcA"], "issued_at": "2018-12-12T15:38:03.000000Z"}} 2018-12-12 15:38:03,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:03,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0b3f7b1-b661-4bb9-b7de-751f674330d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:03,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a0b3f7b1-b661-4bb9-b7de-751f674330d0 2018-12-12 15:38:03,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:03,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:03,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:03,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e5ae8b-fffb-4a9f-8785-f3c48287db15 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:38:03,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj used request id req-06e5ae8b-fffb-4a9f-8785-f3c48287db15 2018-12-12 15:38:03,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:03,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-625972ca-d28f-4420-a744-6bb258f1ea5b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:03,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-625972ca-d28f-4420-a744-6bb258f1ea5b 2018-12-12 15:38:03,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj"}}' 2018-12-12 15:38:03,481 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-933cdc30-a0e8-4f74-b8ad-73397267d825 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d"}, "enabled": true, "id": "47633d916fa949db9b21f71b72795c2d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj"}} 2018-12-12 15:38:03,481 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-933cdc30-a0e8-4f74-b8ad-73397267d825 2018-12-12 15:38:03,481 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj 2018-12-12 15:38:03,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:03,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:03,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["YFUnKHi2QxiKl6S2SzzOYQ"], "issued_at": "2018-12-12T15:38:03.000000Z"}} 2018-12-12 15:38:03,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84cecd45819b1d8d3c5f4021b4aed5d2a3589a9" 2018-12-12 15:38:03,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-825bbbd7-ea72-4933-9b12-84ef6f699e16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:03,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-825bbbd7-ea72-4933-9b12-84ef6f699e16 2018-12-12 15:38:03,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:03,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:03,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84cecd45819b1d8d3c5f4021b4aed5d2a3589a9" 2018-12-12 15:38:03,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10620256-d68b-4366-87ac-49d5d021de89 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:38:03,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-10620256-d68b-4366-87ac-49d5d021de89 2018-12-12 15:38:03,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84cecd45819b1d8d3c5f4021b4aed5d2a3589a9" 2018-12-12 15:38:04,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f994b75-7fcc-4f75-91b7-22a4ad4f54c1 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d"}, "enabled": true, "id": "47633d916fa949db9b21f71b72795c2d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj"}]} 2018-12-12 15:38:04,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj used request id req-0f994b75-7fcc-4f75-91b7-22a4ad4f54c1 2018-12-12 15:38:04,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84cecd45819b1d8d3c5f4021b4aed5d2a3589a9" 2018-12-12 15:38:04,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6380ca5a-80ea-4155-ae33-2abc6647b072 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:04,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6380ca5a-80ea-4155-ae33-2abc6647b072 2018-12-12 15:38:04,582 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-user 2018-12-12 15:38:04,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:04,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:04,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd7a5d2-dfe7-4ae9-8989-a8cdf292344e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:04,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0dd7a5d2-dfe7-4ae9-8989-a8cdf292344e 2018-12-12 15:38:04,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role"}}' 2018-12-12 15:38:04,798 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-418cda15-f512-4df3-8728-9cc11733065c Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "38c1aa596e82430ebb859655817f5ac3", "links": {"self": "http://172.30.9.29:5000/v3/roles/38c1aa596e82430ebb859655817f5ac3"}, "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role"}} 2018-12-12 15:38:04,798 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-418cda15-f512-4df3-8728-9cc11733065c 2018-12-12 15:38:04,798 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role 2018-12-12 15:38:04,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/38c1aa596e82430ebb859655817f5ac3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:04,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2592fc8-610a-49e3-b9fb-77689e68cdd3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/38c1aa596e82430ebb859655817f5ac3"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role", "id": "38c1aa596e82430ebb859655817f5ac3"}} 2018-12-12 15:38:04,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/38c1aa596e82430ebb859655817f5ac3 used request id req-b2592fc8-610a-49e3-b9fb-77689e68cdd3 2018-12-12 15:38:04,885 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role to project CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj 2018-12-12 15:38:04,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d/users/f6d44aacef48434b9e89480cb33cfcf8/roles/38c1aa596e82430ebb859655817f5ac3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:05,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-023db287-0393-42f9-97c5-b959f65e0466 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:05,022 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d/users/f6d44aacef48434b9e89480cb33cfcf8/roles/38c1aa596e82430ebb859655817f5ac3 used request id req-023db287-0393-42f9-97c5-b959f65e0466 2018-12-12 15:38:05,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:05,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38c1aa596e82430ebb859655817f5ac3", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role"}], "expires_at": "2018-12-12T16:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47633d916fa949db9b21f71b72795c2d", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-user", "id": "f6d44aacef48434b9e89480cb33cfcf8"}, "audit_ids": ["jsyN87yyTgqmA_LCCqx7mg"], "issued_at": "2018-12-12T15:38:05.000000Z"}} 2018-12-12 15:38:05,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907c8f7821df01fb811b2aa17fb8b3486eb2614b" 2018-12-12 15:38:05,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c912869b-9a9d-42b8-9e1c-7512ed210b69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:05,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c912869b-9a9d-42b8-9e1c-7512ed210b69 2018-12-12 15:38:05,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:05,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:05,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38c1aa596e82430ebb859655817f5ac3", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role"}], "expires_at": "2018-12-12T16:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47633d916fa949db9b21f71b72795c2d", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-user", "id": "f6d44aacef48434b9e89480cb33cfcf8"}, "audit_ids": ["Qa6Z4CL3SQSVS4BQ5JIFwg"], "issued_at": "2018-12-12T15:38:05.000000Z"}} 2018-12-12 15:38:05,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" 2018-12-12 15:38:06,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55e6635-001e-44de-81e1-0a12b4f739e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:06,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d55e6635-001e-44de-81e1-0a12b4f739e5 2018-12-12 15:38:06,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" 2018-12-12 15:38:06,230 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:06 GMT Server: Apache x-compute-request-id: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:38:06,230 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/detail used request id req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5 2018-12-12 15:38:06,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:38:06,587 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:38:06 GMT Server: Apache x-compute-request-id: req-21567802-ef90-4c95-9c73-0b3d00e4c52e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-21567802-ef90-4c95-9c73-0b3d00e4c52e Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "f6d44aacef48434b9e89480cb33cfcf8", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "self"}, {"href": "http://172.30.9.29:8776/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:06.488435", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "15611a68-6350-4a83-9478-4ffc1a32fb06", "size": 1}} 2018-12-12 15:38:06,587 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes used request id req-21567802-ef90-4c95-9c73-0b3d00e4c52e 2018-12-12 15:38:06,591 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" 2018-12-12 15:38:06,787 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:06 GMT Server: Apache x-compute-request-id: req-b09bb3a9-957f-4bcb-a4ab-4bc73b9acf3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b09bb3a9-957f-4bcb-a4ab-4bc73b9acf3e Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "f6d44aacef48434b9e89480cb33cfcf8", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "self"}, {"href": "http://172.30.9.29:8776/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "47633d916fa949db9b21f71b72795c2d", "updated_at": "2018-12-12T15:38:06.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "15611a68-6350-4a83-9478-4ffc1a32fb06", "size": 1}} 2018-12-12 15:38:06,787 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 used request id req-b09bb3a9-957f-4bcb-a4ab-4bc73b9acf3e 2018-12-12 15:38:06,787 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e 2018-12-12 15:38:06,790 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" 2018-12-12 15:38:06,982 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:06 GMT Server: Apache x-compute-request-id: req-fcb44682-cf84-449f-8e6c-253b95408404 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fcb44682-cf84-449f-8e6c-253b95408404 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "f6d44aacef48434b9e89480cb33cfcf8", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "self"}, {"href": "http://172.30.9.29:8776/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "47633d916fa949db9b21f71b72795c2d", "updated_at": "2018-12-12T15:38:06.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "15611a68-6350-4a83-9478-4ffc1a32fb06", "size": 1}} 2018-12-12 15:38:06,982 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 used request id req-fcb44682-cf84-449f-8e6c-253b95408404 2018-12-12 15:38:06,983 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:38:06,983 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e 2018-12-12 15:38:06,983 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e 2018-12-12 15:38:06,986 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907c8f7821df01fb811b2aa17fb8b3486eb2614b" 2018-12-12 15:38:07,174 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:06 GMT Server: Apache x-compute-request-id: req-8aaa852a-66d4-47ff-92d9-dccd747ba517 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8aaa852a-66d4-47ff-92d9-dccd747ba517 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "f6d44aacef48434b9e89480cb33cfcf8", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "self"}, {"href": "http://172.30.9.29:8776/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "47633d916fa949db9b21f71b72795c2d", "updated_at": "2018-12-12T15:38:06.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "15611a68-6350-4a83-9478-4ffc1a32fb06", "size": 1}]} 2018-12-12 15:38:07,175 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/detail used request id req-8aaa852a-66d4-47ff-92d9-dccd747ba517 2018-12-12 15:38:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:07,184 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:07,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907c8f7821df01fb811b2aa17fb8b3486eb2614b" 2018-12-12 15:38:07,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66606b9b-88d6-4805-baee-b402aa67aebb Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d"}, "enabled": true, "id": "47633d916fa949db9b21f71b72795c2d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj"}} 2018-12-12 15:38:07,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d used request id req-66606b9b-88d6-4805-baee-b402aa67aebb 2018-12-12 15:38:07,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:07,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:07,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38c1aa596e82430ebb859655817f5ac3", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role"}], "expires_at": "2018-12-12T16:38:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47633d916fa949db9b21f71b72795c2d", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/47633d916fa949db9b21f71b72795c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-user", "id": "f6d44aacef48434b9e89480cb33cfcf8"}, "audit_ids": ["fp2_ousVQx2MZuy_CQF0vw"], "issued_at": "2018-12-12T15:38:07.000000Z"}} 2018-12-12 15:38:07,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfab6fcb685c7e586e2d19fe2123b476915f06d" 2018-12-12 15:38:07,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb90c5d2-0801-425f-bb65-8ed855809b0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:07,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fb90c5d2-0801-425f-bb65-8ed855809b0a 2018-12-12 15:38:07,789 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfab6fcb685c7e586e2d19fe2123b476915f06d" 2018-12-12 15:38:07,985 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:07 GMT Server: Apache x-compute-request-id: req-ee75cf4d-0398-4754-a58c-e59507abf739 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee75cf4d-0398-4754-a58c-e59507abf739 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "f6d44aacef48434b9e89480cb33cfcf8", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "self"}, {"href": "http://172.30.9.29:8776/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "47633d916fa949db9b21f71b72795c2d", "updated_at": "2018-12-12T15:38:06.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "15611a68-6350-4a83-9478-4ffc1a32fb06", "size": 1}]} 2018-12-12 15:38:07,985 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/detail used request id req-ee75cf4d-0398-4754-a58c-e59507abf739 2018-12-12 15:38:07,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:07,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:07,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfab6fcb685c7e586e2d19fe2123b476915f06d" 2018-12-12 15:38:08,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ec3623-fc0c-4b10-9439-e445ef18efab Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d"}, "enabled": true, "id": "47633d916fa949db9b21f71b72795c2d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj"}} 2018-12-12 15:38:08,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d used request id req-18ec3623-fc0c-4b10-9439-e445ef18efab 2018-12-12 15:38:08,073 - create_volume - INFO - Did not create volume due to cleanup mode 2018-12-12 15:38:08,076 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" 2018-12-12 15:38:08,274 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:08 GMT Server: Apache x-compute-request-id: req-3b79b7a1-54ec-4b76-a9df-b7e9650d2ab5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3b79b7a1-54ec-4b76-a9df-b7e9650d2ab5 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "f6d44aacef48434b9e89480cb33cfcf8", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "self"}, {"href": "http://172.30.9.29:8776/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "47633d916fa949db9b21f71b72795c2d", "updated_at": "2018-12-12T15:38:06.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "15611a68-6350-4a83-9478-4ffc1a32fb06", "size": 1}} 2018-12-12 15:38:08,275 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 used request id req-3b79b7a1-54ec-4b76-a9df-b7e9650d2ab5 2018-12-12 15:38:08,275 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:38:08,275 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e 2018-12-12 15:38:08,275 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e 2018-12-12 15:38:08,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" 2018-12-12 15:38:08,493 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:38:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5fabf4df-ddf1-4824-9f89-65ea303efc9d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:38:08,493 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 used request id req-5fabf4df-ddf1-4824-9f89-65ea303efc9d 2018-12-12 15:38:08,496 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" 2018-12-12 15:38:08,684 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:08 GMT Server: Apache x-compute-request-id: req-a1845e6a-1935-4b58-9c61-e3a85271153c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a1845e6a-1935-4b58-9c61-e3a85271153c Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "f6d44aacef48434b9e89480cb33cfcf8", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "self"}, {"href": "http://172.30.9.29:8776/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:06.000000", "description": null, "os-vol-tenant-attr:tenant_id": "47633d916fa949db9b21f71b72795c2d", "updated_at": "2018-12-12T15:38:08.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "15611a68-6350-4a83-9478-4ffc1a32fb06", "size": 1}} 2018-12-12 15:38:08,684 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 used request id req-a1845e6a-1935-4b58-9c61-e3a85271153c 2018-12-12 15:38:08,685 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:38:08,685 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:38:11,688 - create_volume - DEBUG - Volume status query timeout in 56.8053848743 2018-12-12 15:38:11,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fdc9e9c6-94a0-4d67-9a5b-84a46ffae5e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d071c5e0958807d7d4585066c77e416eb066a3" 2018-12-12 15:38:11,728 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:38:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1c50f113-da8b-4bb9-8e8d-c7037fb9b2b6 x-openstack-request-id: req-1c50f113-da8b-4bb9-8e8d-c7037fb9b2b6 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 15611a68-6350-4a83-9478-4ffc1a32fb06 could not be found.", "code": 404}} 2018-12-12 15:38:11,728 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/47633d916fa949db9b21f71b72795c2d/volumes/15611a68-6350-4a83-9478-4ffc1a32fb06 used request id req-1c50f113-da8b-4bb9-8e8d-c7037fb9b2b6 2018-12-12 15:38:11,728 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 15611a68-6350-4a83-9478-4ffc1a32fb06 could not be found. (HTTP 404) (Request-ID: req-1c50f113-da8b-4bb9-8e8d-c7037fb9b2b6) 2018-12-12 15:38:11,728 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-17178666-da6a-4e0a-9936-d4748e0d0c4e 2018-12-12 15:38:11,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:11,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-903b011a-6c70-4d6b-bff9-761420c8152d Date: Wed, 12 Dec 2018 15:38:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:38:11,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-903b011a-6c70-4d6b-bff9-761420c8152d 2018-12-12 15:38:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:12,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e147ac6f-4396-4b72-b779-0a192b44ed27 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:38:12,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-e147ac6f-4396-4b72-b779-0a192b44ed27 2018-12-12 15:38:12,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:12,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b9cd51-87af-4c03-9129-6ebc0cd81a05 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:38:12,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-47b9cd51-87af-4c03-9129-6ebc0cd81a05 2018-12-12 15:38:12,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:12,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c81068-ea3c-4fa5-b822-ebd70149014b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:38:12,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-10c81068-ea3c-4fa5-b822-ebd70149014b 2018-12-12 15:38:12,269 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj 2018-12-12 15:38:12,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:12,483 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ebe5d07-76cf-4191-becf-7abb26d785c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:12,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/47633d916fa949db9b21f71b72795c2d used request id req-3ebe5d07-76cf-4191-becf-7abb26d785c8 2018-12-12 15:38:12,483 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-proj-role 2018-12-12 15:38:12,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/38c1aa596e82430ebb859655817f5ac3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:12,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8f4e984-791d-4f41-9bea-3a089efb2c07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:12,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/38c1aa596e82430ebb859655817f5ac3 used request id req-c8f4e984-791d-4f41-9bea-3a089efb2c07 2018-12-12 15:38:12,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1034f60550c263479fe91de8b0559437348ce" 2018-12-12 15:38:12,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6051a675-af8b-406e-b62c-7c109e3aa559 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:12,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6051a675-af8b-406e-b62c-7c109e3aa559 2018-12-12 15:38:12,706 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-fa88a588-91ad-4dd-user 2018-12-12 15:38:12,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f6d44aacef48434b9e89480cb33cfcf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84cecd45819b1d8d3c5f4021b4aed5d2a3589a9" 2018-12-12 15:38:12,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecbe4d84-7d0a-4ac6-9fdb-a7821249e2f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:12,887 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f6d44aacef48434b9e89480cb33cfcf8 used request id req-ecbe4d84-7d0a-4ac6-9fdb-a7821249e2f4 2018-12-12 15:38:12,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:13,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["OCagFKyFR_2UrRJ3agX56g"], "issued_at": "2018-12-12T15:38:13.000000Z"}} 2018-12-12 15:38:13,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061a5f4a1a9e5784e07af1afdb4e6bc4f2e64ddc" 2018-12-12 15:38:13,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf6dfa6-4a1c-446c-8e68-d82a1531775c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:13,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aaf6dfa6-4a1c-446c-8e68-d82a1531775c 2018-12-12 15:38:13,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:13,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:13,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["TPZG2HPiQiyL4wVO1VvJEQ"], "issued_at": "2018-12-12T15:38:13.000000Z"}} 2018-12-12 15:38:13,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:13,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad1e52bf-9fd7-4d33-b365-a76b9b7131b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:13,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ad1e52bf-9fd7-4d33-b365-a76b9b7131b3 2018-12-12 15:38:13,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:13,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:13,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:13,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1137a602-15c4-42a6-b3fb-f4056e1e43b3 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:38:13,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj used request id req-1137a602-15c4-42a6-b3fb-f4056e1e43b3 2018-12-12 15:38:13,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:14,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea59c199-033b-4c94-97a3-9dfed5c849d0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:14,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ea59c199-033b-4c94-97a3-9dfed5c849d0 2018-12-12 15:38:14,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj"}}' 2018-12-12 15:38:14,163 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9fc2a4a-b50f-49c6-9ca8-c4bfa94d8264 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8"}, "enabled": true, "id": "050ae77159b041629fce5dd6183976d8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj"}} 2018-12-12 15:38:14,163 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f9fc2a4a-b50f-49c6-9ca8-c4bfa94d8264 2018-12-12 15:38:14,163 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj 2018-12-12 15:38:14,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:14,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:14,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["s1Ii9WFTTim-7961smbGgQ"], "issued_at": "2018-12-12T15:38:14.000000Z"}} 2018-12-12 15:38:14,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dca297279d3fdf94dd05d9ac0a60b7e7d22b071" 2018-12-12 15:38:14,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e345b2-d770-466f-acff-a6216069ea06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:14,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-23e345b2-d770-466f-acff-a6216069ea06 2018-12-12 15:38:14,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:14,565 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:14,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dca297279d3fdf94dd05d9ac0a60b7e7d22b071" 2018-12-12 15:38:14,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c9817f6-b212-4407-b6d8-69bd53785e51 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:38:14,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0c9817f6-b212-4407-b6d8-69bd53785e51 2018-12-12 15:38:14,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dca297279d3fdf94dd05d9ac0a60b7e7d22b071" 2018-12-12 15:38:14,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b898b61d-0e52-4e4e-8129-7a024dd574c8 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8"}, "enabled": true, "id": "050ae77159b041629fce5dd6183976d8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj"}]} 2018-12-12 15:38:14,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj used request id req-b898b61d-0e52-4e4e-8129-7a024dd574c8 2018-12-12 15:38:14,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dca297279d3fdf94dd05d9ac0a60b7e7d22b071" 2018-12-12 15:38:14,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7cbd4a0-2b81-4c30-afc7-d6e2952e6f91 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:14,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b7cbd4a0-2b81-4c30-afc7-d6e2952e6f91 2018-12-12 15:38:15,222 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-user 2018-12-12 15:38:15,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:15,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:15,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e87565b-ccd1-453a-bb34-306d272aacdd Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:15,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1e87565b-ccd1-453a-bb34-306d272aacdd 2018-12-12 15:38:15,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj-role"}}' 2018-12-12 15:38:15,444 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f85d6e04-ab44-4c9e-9455-0cb5062730b0 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d33a5ddf68d64776aa050e03481427f2", "links": {"self": "http://172.30.9.29:5000/v3/roles/d33a5ddf68d64776aa050e03481427f2"}, "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj-role"}} 2018-12-12 15:38:15,444 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f85d6e04-ab44-4c9e-9455-0cb5062730b0 2018-12-12 15:38:15,445 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj-role 2018-12-12 15:38:15,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/d33a5ddf68d64776aa050e03481427f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:15,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a2178f-c157-4c14-919f-edf430ce72d4 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/d33a5ddf68d64776aa050e03481427f2"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj-role", "id": "d33a5ddf68d64776aa050e03481427f2"}} 2018-12-12 15:38:15,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/d33a5ddf68d64776aa050e03481427f2 used request id req-52a2178f-c157-4c14-919f-edf430ce72d4 2018-12-12 15:38:15,530 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj-role to project CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj 2018-12-12 15:38:15,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8/users/07d16b4b91c0462193bb61f2b545ce3d/roles/d33a5ddf68d64776aa050e03481427f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:15,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9aa4f97-202a-4794-8acf-92f15240eaf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:15,668 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8/users/07d16b4b91c0462193bb61f2b545ce3d/roles/d33a5ddf68d64776aa050e03481427f2 used request id req-c9aa4f97-202a-4794-8acf-92f15240eaf2 2018-12-12 15:38:15,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:16,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d33a5ddf68d64776aa050e03481427f2", "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj-role"}], "expires_at": "2018-12-12T16:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "050ae77159b041629fce5dd6183976d8", "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/050ae77159b041629fce5dd6183976d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/050ae77159b041629fce5dd6183976d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/050ae77159b041629fce5dd6183976d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/050ae77159b041629fce5dd6183976d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/050ae77159b041629fce5dd6183976d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/050ae77159b041629fce5dd6183976d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/050ae77159b041629fce5dd6183976d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/050ae77159b041629fce5dd6183976d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/050ae77159b041629fce5dd6183976d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/050ae77159b041629fce5dd6183976d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/050ae77159b041629fce5dd6183976d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-user", "id": "07d16b4b91c0462193bb61f2b545ce3d"}, "audit_ids": ["-1geNI9ZTfygvP87TVX9Yw"], "issued_at": "2018-12-12T15:38:16.000000Z"}} 2018-12-12 15:38:16,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480a47b10cf9c5b156456bb21ef9e160a2dded6c" 2018-12-12 15:38:16,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e21a799-4541-4555-b5b0-043b3542a89d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:16,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9e21a799-4541-4555-b5b0-043b3542a89d 2018-12-12 15:38:16,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:16,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:16,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d33a5ddf68d64776aa050e03481427f2", "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj-role"}], "expires_at": "2018-12-12T16:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "050ae77159b041629fce5dd6183976d8", "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/050ae77159b041629fce5dd6183976d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/050ae77159b041629fce5dd6183976d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/050ae77159b041629fce5dd6183976d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/050ae77159b041629fce5dd6183976d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/050ae77159b041629fce5dd6183976d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/050ae77159b041629fce5dd6183976d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/050ae77159b041629fce5dd6183976d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/050ae77159b041629fce5dd6183976d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/050ae77159b041629fce5dd6183976d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/050ae77159b041629fce5dd6183976d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/050ae77159b041629fce5dd6183976d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-user", "id": "07d16b4b91c0462193bb61f2b545ce3d"}, "audit_ids": ["Xh2iXEtBRFeDsGAi3ux7Ng"], "issued_at": "2018-12-12T15:38:16.000000Z"}} 2018-12-12 15:38:16,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:16,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55a574b8-a56d-4dba-9fed-60881c13ec00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:16,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-55a574b8-a56d-4dba-9fed-60881c13ec00 2018-12-12 15:38:16,597 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:16,795 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:16 GMT Server: Apache x-compute-request-id: req-3b222422-f02c-42a2-b715-f512eaa3c26c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3b222422-f02c-42a2-b715-f512eaa3c26c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:38:16,795 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/detail used request id req-3b222422-f02c-42a2-b715-f512eaa3c26c 2018-12-12 15:38:16,798 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3b222422-f02c-42a2-b715-f512eaa3c26c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:38:17,125 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:38:16 GMT Server: Apache x-compute-request-id: req-6ba53fcd-fb7c-4862-bb4f-e42c11297296 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6ba53fcd-fb7c-4862-bb4f-e42c11297296 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "07d16b4b91c0462193bb61f2b545ce3d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "self"}, {"href": "http://172.30.9.29:8776/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:17.040003", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "size": 1}} 2018-12-12 15:38:17,125 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes used request id req-6ba53fcd-fb7c-4862-bb4f-e42c11297296 2018-12-12 15:38:17,129 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3b222422-f02c-42a2-b715-f512eaa3c26c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:17,319 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:17 GMT Server: Apache x-compute-request-id: req-c3c1cf7a-7ceb-4f2c-9c88-33050e2bf112 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c3c1cf7a-7ceb-4f2c-9c88-33050e2bf112 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "07d16b4b91c0462193bb61f2b545ce3d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "self"}, {"href": "http://172.30.9.29:8776/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "050ae77159b041629fce5dd6183976d8", "updated_at": "2018-12-12T15:38:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "size": 1}} 2018-12-12 15:38:17,319 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 used request id req-c3c1cf7a-7ceb-4f2c-9c88-33050e2bf112 2018-12-12 15:38:17,320 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37 2018-12-12 15:38:17,323 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3b222422-f02c-42a2-b715-f512eaa3c26c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:17,538 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:17 GMT Server: Apache x-compute-request-id: req-bf640195-0ff8-4be1-89bd-b158a3f96b74 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf640195-0ff8-4be1-89bd-b158a3f96b74 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "07d16b4b91c0462193bb61f2b545ce3d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "self"}, {"href": "http://172.30.9.29:8776/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "050ae77159b041629fce5dd6183976d8", "updated_at": "2018-12-12T15:38:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "size": 1}} 2018-12-12 15:38:17,538 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 used request id req-bf640195-0ff8-4be1-89bd-b158a3f96b74 2018-12-12 15:38:17,539 - create_volume - DEBUG - Instance status is - creating 2018-12-12 15:38:17,539 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:38:20,542 - create_volume - DEBUG - Volume status query timeout in 296.777690172 2018-12-12 15:38:20,545 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3b222422-f02c-42a2-b715-f512eaa3c26c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:20,728 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:20 GMT Server: Apache x-compute-request-id: req-396ed21b-4606-48c8-a063-7c54233c14b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-396ed21b-4606-48c8-a063-7c54233c14b9 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "07d16b4b91c0462193bb61f2b545ce3d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "self"}, {"href": "http://172.30.9.29:8776/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "050ae77159b041629fce5dd6183976d8", "updated_at": "2018-12-12T15:38:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "size": 1}} 2018-12-12 15:38:20,728 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 used request id req-396ed21b-4606-48c8-a063-7c54233c14b9 2018-12-12 15:38:20,729 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:38:20,729 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37 2018-12-12 15:38:20,729 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37 2018-12-12 15:38:20,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480a47b10cf9c5b156456bb21ef9e160a2dded6c" 2018-12-12 15:38:20,931 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:20 GMT Server: Apache x-compute-request-id: req-313095fc-187e-461e-a079-95e250d0d51f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-313095fc-187e-461e-a079-95e250d0d51f Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "07d16b4b91c0462193bb61f2b545ce3d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "self"}, {"href": "http://172.30.9.29:8776/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "050ae77159b041629fce5dd6183976d8", "updated_at": "2018-12-12T15:38:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "size": 1}]} 2018-12-12 15:38:20,931 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/detail used request id req-313095fc-187e-461e-a079-95e250d0d51f 2018-12-12 15:38:20,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:20,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:20,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480a47b10cf9c5b156456bb21ef9e160a2dded6c" 2018-12-12 15:38:21,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d34e5b-fd2d-4936-864e-ba09b529cd63 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8"}, "enabled": true, "id": "050ae77159b041629fce5dd6183976d8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj"}} 2018-12-12 15:38:21,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8 used request id req-98d34e5b-fd2d-4936-864e-ba09b529cd63 2018-12-12 15:38:21,029 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3b222422-f02c-42a2-b715-f512eaa3c26c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:21,230 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:21 GMT Server: Apache x-compute-request-id: req-ca2c15d7-358f-46d2-b1fb-292e2a28a540 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ca2c15d7-358f-46d2-b1fb-292e2a28a540 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "07d16b4b91c0462193bb61f2b545ce3d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "self"}, {"href": "http://172.30.9.29:8776/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "050ae77159b041629fce5dd6183976d8", "updated_at": "2018-12-12T15:38:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "size": 1}} 2018-12-12 15:38:21,230 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 used request id req-ca2c15d7-358f-46d2-b1fb-292e2a28a540 2018-12-12 15:38:21,231 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:38:21,231 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37 2018-12-12 15:38:21,231 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37 2018-12-12 15:38:21,234 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3b222422-f02c-42a2-b715-f512eaa3c26c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:21,481 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:38:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f3615b6d-408f-4423-b653-b91188b40ba2 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:38:21,481 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 used request id req-f3615b6d-408f-4423-b653-b91188b40ba2 2018-12-12 15:38:21,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3b222422-f02c-42a2-b715-f512eaa3c26c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:21,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:21 GMT Server: Apache x-compute-request-id: req-be930a05-9b21-448b-8a55-70ab5b4b166a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-be930a05-9b21-448b-8a55-70ab5b4b166a Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "07d16b4b91c0462193bb61f2b545ce3d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "self"}, {"href": "http://172.30.9.29:8776/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "050ae77159b041629fce5dd6183976d8", "updated_at": "2018-12-12T15:38:21.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "55ec45e5-2f58-498b-a482-e1ec28e5e5d3", "size": 1}} 2018-12-12 15:38:21,536 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 used request id req-be930a05-9b21-448b-8a55-70ab5b4b166a 2018-12-12 15:38:21,536 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:38:21,536 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:38:24,539 - create_volume - DEBUG - Volume status query timeout in 56.9421389103 2018-12-12 15:38:24,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3b222422-f02c-42a2-b715-f512eaa3c26c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d83a4ee7574b48e445b04ec2f21209f44ec590" 2018-12-12 15:38:24,579 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:38:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f48e3671-8358-4be2-91af-f5b7d9d3093d x-openstack-request-id: req-f48e3671-8358-4be2-91af-f5b7d9d3093d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 55ec45e5-2f58-498b-a482-e1ec28e5e5d3 could not be found.", "code": 404}} 2018-12-12 15:38:24,580 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/050ae77159b041629fce5dd6183976d8/volumes/55ec45e5-2f58-498b-a482-e1ec28e5e5d3 used request id req-f48e3671-8358-4be2-91af-f5b7d9d3093d 2018-12-12 15:38:24,580 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 55ec45e5-2f58-498b-a482-e1ec28e5e5d3 could not be found. (HTTP 404) (Request-ID: req-f48e3671-8358-4be2-91af-f5b7d9d3093d) 2018-12-12 15:38:24,580 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-9eb2ffdf-4d63-44ea-99ff-8ce9561d1d37 2018-12-12 15:38:24,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:24,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2d4b69b0-eb12-48f1-9ba2-6af7cc0ab9fd Date: Wed, 12 Dec 2018 15:38:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:38:24,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2d4b69b0-eb12-48f1-9ba2-6af7cc0ab9fd 2018-12-12 15:38:24,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:24,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609645c5-2f71-4466-92a3-21b9f17c64e8 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:38:24,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-609645c5-2f71-4466-92a3-21b9f17c64e8 2018-12-12 15:38:24,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:25,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3150b76f-c1b5-4d92-afdc-f760524eaaf5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:38:25,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-3150b76f-c1b5-4d92-afdc-f760524eaaf5 2018-12-12 15:38:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:25,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a227457-2f24-45c7-bb97-29dd5c30d565 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:38:25,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-1a227457-2f24-45c7-bb97-29dd5c30d565 2018-12-12 15:38:25,151 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj 2018-12-12 15:38:25,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:25,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e3ebb92-1bde-454d-a70f-b604466d2514 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:25,369 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/050ae77159b041629fce5dd6183976d8 used request id req-2e3ebb92-1bde-454d-a70f-b604466d2514 2018-12-12 15:38:25,370 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-proj-role 2018-12-12 15:38:25,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/d33a5ddf68d64776aa050e03481427f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:25,479 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f09ea0c-1d7c-4bf8-9ad4-6b034ae64983 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:25,480 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/d33a5ddf68d64776aa050e03481427f2 used request id req-1f09ea0c-1d7c-4bf8-9ad4-6b034ae64983 2018-12-12 15:38:25,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb7a216a255a8432868d2e4c3deae31ae8acef5" 2018-12-12 15:38:25,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f20061-0a64-4bd0-ba2e-728d1c72672e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:25,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d7f20061-0a64-4bd0-ba2e-728d1c72672e 2018-12-12 15:38:25,578 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-ced3d5c1-90b3-423-user 2018-12-12 15:38:25,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/07d16b4b91c0462193bb61f2b545ce3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dca297279d3fdf94dd05d9ac0a60b7e7d22b071" 2018-12-12 15:38:25,768 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b443872e-dbf2-4072-be1a-5a69ad73586b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:25,768 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/07d16b4b91c0462193bb61f2b545ce3d used request id req-b443872e-dbf2-4072-be1a-5a69ad73586b 2018-12-12 15:38:25,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:26,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["cPYfrYAETZye4j0SXBYVbA"], "issued_at": "2018-12-12T15:38:26.000000Z"}} 2018-12-12 15:38:26,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4418d4194e961122b5d8ac0bcecd735597fcb831" 2018-12-12 15:38:26,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f4ad07-b8e6-4b56-bfdf-5cb3e09a58df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:26,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-01f4ad07-b8e6-4b56-bfdf-5cb3e09a58df 2018-12-12 15:38:26,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:26,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:26,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5VlLeiJbQ2qiDPgtDHu0kQ"], "issued_at": "2018-12-12T15:38:26.000000Z"}} 2018-12-12 15:38:26,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:26,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84ea87bc-e6cc-45c8-8ea7-2b8e54618a93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:26,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-84ea87bc-e6cc-45c8-8ea7-2b8e54618a93 2018-12-12 15:38:26,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:26,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:26,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:26,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa53f3f-d326-4777-a75a-78bdc148e73b Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:38:26,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj used request id req-6fa53f3f-d326-4777-a75a-78bdc148e73b 2018-12-12 15:38:26,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:26,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-261e91ea-5549-40d7-b45a-83d8e746af62 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:26,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-261e91ea-5549-40d7-b45a-83d8e746af62 2018-12-12 15:38:26,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj"}}' 2018-12-12 15:38:27,025 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd865de0-e614-4c40-8ae1-6636c4e2e7f4 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a8044e70a3d44be4b42b16ca652c2c53"}, "enabled": true, "id": "a8044e70a3d44be4b42b16ca652c2c53", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj"}} 2018-12-12 15:38:27,025 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bd865de0-e614-4c40-8ae1-6636c4e2e7f4 2018-12-12 15:38:27,025 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj 2018-12-12 15:38:27,026 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:27,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:27,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["xYnx08UTTe29KYqBheezLQ"], "issued_at": "2018-12-12T15:38:27.000000Z"}} 2018-12-12 15:38:27,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6cabb09ec978dfcf053a7239f484abe3f53ff6" 2018-12-12 15:38:27,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df75f686-49c4-4830-bb8f-3b492e0ca556 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:27,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-df75f686-49c4-4830-bb8f-3b492e0ca556 2018-12-12 15:38:27,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:27,449 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:27,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6cabb09ec978dfcf053a7239f484abe3f53ff6" 2018-12-12 15:38:27,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf2f54c7-a0d2-4b70-ada7-d98dd5e266ca Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:38:27,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-bf2f54c7-a0d2-4b70-ada7-d98dd5e266ca 2018-12-12 15:38:27,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6cabb09ec978dfcf053a7239f484abe3f53ff6" 2018-12-12 15:38:27,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfbee5a9-b100-4bc2-b68d-d1fc8823d31b Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a8044e70a3d44be4b42b16ca652c2c53"}, "enabled": true, "id": "a8044e70a3d44be4b42b16ca652c2c53", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj"}]} 2018-12-12 15:38:27,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj used request id req-bfbee5a9-b100-4bc2-b68d-d1fc8823d31b 2018-12-12 15:38:27,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6cabb09ec978dfcf053a7239f484abe3f53ff6" 2018-12-12 15:38:27,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f535d801-5ff5-4faa-914d-041feb6205a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:27,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f535d801-5ff5-4faa-914d-041feb6205a5 2018-12-12 15:38:28,043 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-user 2018-12-12 15:38:28,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:28,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:28,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd6e59b-355f-495c-9d63-cd2eb546db00 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:28,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4cd6e59b-355f-495c-9d63-cd2eb546db00 2018-12-12 15:38:28,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj-role"}}' 2018-12-12 15:38:28,247 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c72d6f9-2c45-4010-bea4-57076f9193e1 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7e4f900fa02f487a9c25e080538541fc", "links": {"self": "http://172.30.9.29:5000/v3/roles/7e4f900fa02f487a9c25e080538541fc"}, "name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj-role"}} 2018-12-12 15:38:28,247 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7c72d6f9-2c45-4010-bea4-57076f9193e1 2018-12-12 15:38:28,247 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj-role 2018-12-12 15:38:28,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7e4f900fa02f487a9c25e080538541fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:28,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9dbbbed-7025-4d7a-ad2f-9a3ae7ea9000 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7e4f900fa02f487a9c25e080538541fc"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj-role", "id": "7e4f900fa02f487a9c25e080538541fc"}} 2018-12-12 15:38:28,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7e4f900fa02f487a9c25e080538541fc used request id req-c9dbbbed-7025-4d7a-ad2f-9a3ae7ea9000 2018-12-12 15:38:28,342 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj-role to project CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj 2018-12-12 15:38:28,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a8044e70a3d44be4b42b16ca652c2c53/users/f07f48bad9db4fb6828b7990ab3414cd/roles/7e4f900fa02f487a9c25e080538541fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:28,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f21f5ad-9abe-4a25-b772-d1b375293915 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:28,494 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a8044e70a3d44be4b42b16ca652c2c53/users/f07f48bad9db4fb6828b7990ab3414cd/roles/7e4f900fa02f487a9c25e080538541fc used request id req-6f21f5ad-9abe-4a25-b772-d1b375293915 2018-12-12 15:38:28,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:28,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:28,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e4f900fa02f487a9c25e080538541fc", "name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj-role"}], "expires_at": "2018-12-12T16:38:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a8044e70a3d44be4b42b16ca652c2c53", "name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a8044e70a3d44be4b42b16ca652c2c53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a8044e70a3d44be4b42b16ca652c2c53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a8044e70a3d44be4b42b16ca652c2c53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a8044e70a3d44be4b42b16ca652c2c53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a8044e70a3d44be4b42b16ca652c2c53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a8044e70a3d44be4b42b16ca652c2c53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a8044e70a3d44be4b42b16ca652c2c53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a8044e70a3d44be4b42b16ca652c2c53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a8044e70a3d44be4b42b16ca652c2c53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a8044e70a3d44be4b42b16ca652c2c53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a8044e70a3d44be4b42b16ca652c2c53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a8044e70a3d44be4b42b16ca652c2c53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-user", "id": "f07f48bad9db4fb6828b7990ab3414cd"}, "audit_ids": ["Qg52bu0oSP-WeN5hQqGAqA"], "issued_at": "2018-12-12T15:38:28.000000Z"}} 2018-12-12 15:38:28,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e7608ac52a7b95e7aa57338dfce93ef18f775" 2018-12-12 15:38:28,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c883bd9-c312-42ec-ab0c-3e9c202e040c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:28,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5c883bd9-c312-42ec-ab0c-3e9c202e040c 2018-12-12 15:38:28,957 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a8044e70a3d44be4b42b16ca652c2c53/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e7608ac52a7b95e7aa57338dfce93ef18f775" 2018-12-12 15:38:29,147 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:28 GMT Server: Apache x-compute-request-id: req-30be3772-4184-4c50-8e13-6ee98f785516 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-30be3772-4184-4c50-8e13-6ee98f785516 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:38:29,147 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a8044e70a3d44be4b42b16ca652c2c53/volumes/detail used request id req-30be3772-4184-4c50-8e13-6ee98f785516 2018-12-12 15:38:29,151 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a8044e70a3d44be4b42b16ca652c2c53/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-30be3772-4184-4c50-8e13-6ee98f785516" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731e7608ac52a7b95e7aa57338dfce93ef18f775" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-4e0466f2-89c8-450b-9075-30af70adf0f9", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:38:29,582 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Wed, 12 Dec 2018 15:38:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ca56c37f-ad9e-423c-8b05-c3c9397a6fa4 x-openstack-request-id: req-ca56c37f-ad9e-423c-8b05-c3c9397a6fa4 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-12-12 15:38:29,582 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a8044e70a3d44be4b42b16ca652c2c53/volumes used request id req-ca56c37f-ad9e-423c-8b05-c3c9397a6fa4 2018-12-12 15:38:29,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:29,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-336fccec-4a7d-49c2-b028-0ad67d52cf71 Date: Wed, 12 Dec 2018 15:38:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:38:29,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-336fccec-4a7d-49c2-b028-0ad67d52cf71 2018-12-12 15:38:29,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:29,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c1d6f7-766c-45ac-a457-6f903037766d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:38:29,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-72c1d6f7-766c-45ac-a457-6f903037766d 2018-12-12 15:38:29,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:29,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-058c7066-3fa2-4426-aa12-5f1ce17a8214 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:38:29,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-058c7066-3fa2-4426-aa12-5f1ce17a8214 2018-12-12 15:38:29,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:30,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4384dea-7ea5-4aef-9a36-99a25a5bfb59 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:38:30,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-e4384dea-7ea5-4aef-9a36-99a25a5bfb59 2018-12-12 15:38:30,077 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj 2018-12-12 15:38:30,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a8044e70a3d44be4b42b16ca652c2c53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:30,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b7080c8-1326-4805-9fd3-12b38be42f66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:30,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a8044e70a3d44be4b42b16ca652c2c53 used request id req-3b7080c8-1326-4805-9fd3-12b38be42f66 2018-12-12 15:38:30,273 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-proj-role 2018-12-12 15:38:30,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/7e4f900fa02f487a9c25e080538541fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:30,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-194b05c8-9f03-46d4-9139-d109b6b49c56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:30,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/7e4f900fa02f487a9c25e080538541fc used request id req-194b05c8-9f03-46d4-9139-d109b6b49c56 2018-12-12 15:38:30,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c0c6d81155709e23196bdeae9aed5821eca71" 2018-12-12 15:38:30,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd9d89ac-d026-48f1-929f-05efca6ffd55 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:30,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fd9d89ac-d026-48f1-929f-05efca6ffd55 2018-12-12 15:38:30,475 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-25d20a13-0d9a-4f0-user 2018-12-12 15:38:30,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f07f48bad9db4fb6828b7990ab3414cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6cabb09ec978dfcf053a7239f484abe3f53ff6" 2018-12-12 15:38:30,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e03a834c-22a0-4508-9750-102c45f7ed88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:30,646 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f07f48bad9db4fb6828b7990ab3414cd used request id req-e03a834c-22a0-4508-9750-102c45f7ed88 2018-12-12 15:38:30,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:31,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["NAAGs-yhQMurF_lMdef_FA"], "issued_at": "2018-12-12T15:38:31.000000Z"}} 2018-12-12 15:38:31,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}472e10aa073c2e764fb00a1ba1bd63a7d18dda48" 2018-12-12 15:38:31,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9279048-219a-4d4f-ac40-c9c6aef46cc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:31,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d9279048-219a-4d4f-ac40-c9c6aef46cc1 2018-12-12 15:38:31,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:31,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:31,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["_sN_B4CzRTqDztfCcxyKmg"], "issued_at": "2018-12-12T15:38:31.000000Z"}} 2018-12-12 15:38:31,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:31,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f0328c-6af6-4a0d-abc7-719259d33dd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:31,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-35f0328c-6af6-4a0d-abc7-719259d33dd8 2018-12-12 15:38:31,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:31,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:31,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-47195698-4096-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:31,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0c721c-461c-4fbe-8f71-f841840c5aa5 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-47195698-4096-40a-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:38:31,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-47195698-4096-40a-proj used request id req-8e0c721c-461c-4fbe-8f71-f841840c5aa5 2018-12-12 15:38:31,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:31,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4811ddd8-357d-4378-8855-9d8b294aa70e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:31,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4811ddd8-357d-4378-8855-9d8b294aa70e 2018-12-12 15:38:31,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-proj"}}' 2018-12-12 15:38:31,971 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e0ee689-cf8e-482e-b186-dd1bcf8dd726 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6908e2849e5f446ba01ed6759a0fd8c1"}, "enabled": true, "id": "6908e2849e5f446ba01ed6759a0fd8c1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-proj"}} 2018-12-12 15:38:31,971 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-9e0ee689-cf8e-482e-b186-dd1bcf8dd726 2018-12-12 15:38:31,971 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-47195698-4096-40a-proj 2018-12-12 15:38:31,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:31,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:32,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Y8FHwjvnQEuRwE39YVy-og"], "issued_at": "2018-12-12T15:38:32.000000Z"}} 2018-12-12 15:38:32,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331adae34996b497a11206ce34ee659b5c8a5efa" 2018-12-12 15:38:32,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b227bdd-5e1e-4355-a0a4-28ed0eb63bb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:32,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1b227bdd-5e1e-4355-a0a4-28ed0eb63bb8 2018-12-12 15:38:32,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:32,465 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:32,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331adae34996b497a11206ce34ee659b5c8a5efa" 2018-12-12 15:38:32,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b86499d9-4135-4d3f-bb39-1491c26b25e1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:38:32,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b86499d9-4135-4d3f-bb39-1491c26b25e1 2018-12-12 15:38:32,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-47195698-4096-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331adae34996b497a11206ce34ee659b5c8a5efa" 2018-12-12 15:38:32,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f6b328-5f35-44b4-83b5-36ca8dbe0741 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-47195698-4096-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6908e2849e5f446ba01ed6759a0fd8c1"}, "enabled": true, "id": "6908e2849e5f446ba01ed6759a0fd8c1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-proj"}]} 2018-12-12 15:38:32,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-47195698-4096-40a-proj used request id req-d2f6b328-5f35-44b4-83b5-36ca8dbe0741 2018-12-12 15:38:32,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331adae34996b497a11206ce34ee659b5c8a5efa" 2018-12-12 15:38:32,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd60ec90-1af2-47cd-b7dc-ac98b35b9ce8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:32,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-dd60ec90-1af2-47cd-b7dc-ac98b35b9ce8 2018-12-12 15:38:33,115 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-47195698-4096-40a-user 2018-12-12 15:38:33,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:33,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:33,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf7a140-1b63-4361-8fe8-ac768655cb3b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:33,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-edf7a140-1b63-4361-8fe8-ac768655cb3b 2018-12-12 15:38:33,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-proj-role"}}' 2018-12-12 15:38:33,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f436ae5-dc25-4203-b8bb-4c95bce399d2 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4599d1a1873e4cd3b7d0eb6f431310b0", "links": {"self": "http://172.30.9.29:5000/v3/roles/4599d1a1873e4cd3b7d0eb6f431310b0"}, "name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-proj-role"}} 2018-12-12 15:38:33,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7f436ae5-dc25-4203-b8bb-4c95bce399d2 2018-12-12 15:38:33,324 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-47195698-4096-40a-proj-role 2018-12-12 15:38:33,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4599d1a1873e4cd3b7d0eb6f431310b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:33,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e50bb81f-3f76-472b-89ed-28e2d37be878 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4599d1a1873e4cd3b7d0eb6f431310b0"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-proj-role", "id": "4599d1a1873e4cd3b7d0eb6f431310b0"}} 2018-12-12 15:38:33,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4599d1a1873e4cd3b7d0eb6f431310b0 used request id req-e50bb81f-3f76-472b-89ed-28e2d37be878 2018-12-12 15:38:33,412 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-47195698-4096-40a-proj-role to project CreateSimpleVolumeFailureTests-47195698-4096-40a-proj 2018-12-12 15:38:33,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/6908e2849e5f446ba01ed6759a0fd8c1/users/fcc2e477422a45cca36f75b2f3c34041/roles/4599d1a1873e4cd3b7d0eb6f431310b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:33,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c128330e-7a7a-4b2b-a869-c8e1fa284da0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:33,639 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/6908e2849e5f446ba01ed6759a0fd8c1/users/fcc2e477422a45cca36f75b2f3c34041/roles/4599d1a1873e4cd3b7d0eb6f431310b0 used request id req-c128330e-7a7a-4b2b-a869-c8e1fa284da0 2018-12-12 15:38:33,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:33,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:34,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4599d1a1873e4cd3b7d0eb6f431310b0", "name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-proj-role"}], "expires_at": "2018-12-12T16:38:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6908e2849e5f446ba01ed6759a0fd8c1", "name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6908e2849e5f446ba01ed6759a0fd8c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-47195698-4096-40a-user", "id": "fcc2e477422a45cca36f75b2f3c34041"}, "audit_ids": ["dXxbHDzGT12wnRdVMEb2Rg"], "issued_at": "2018-12-12T15:38:34.000000Z"}} 2018-12-12 15:38:34,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}348628d384a627cf7ff798bd9464444b23dd2047" 2018-12-12 15:38:34,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c42d673-be2d-4adb-a30a-cb02193de01a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:34,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1c42d673-be2d-4adb-a30a-cb02193de01a 2018-12-12 15:38:34,100 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/6908e2849e5f446ba01ed6759a0fd8c1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}348628d384a627cf7ff798bd9464444b23dd2047" 2018-12-12 15:38:34,295 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:34 GMT Server: Apache x-compute-request-id: req-fa305928-7206-40df-aae8-f25976ea34ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa305928-7206-40df-aae8-f25976ea34ba Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:38:34,295 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/6908e2849e5f446ba01ed6759a0fd8c1/volumes/detail used request id req-fa305928-7206-40df-aae8-f25976ea34ba 2018-12-12 15:38:34,299 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/6908e2849e5f446ba01ed6759a0fd8c1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fa305928-7206-40df-aae8-f25976ea34ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}348628d384a627cf7ff798bd9464444b23dd2047" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-d54e535a-af39-412d-a06d-0716a643b379", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": -1}}' 2018-12-12 15:38:34,471 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Wed, 12 Dec 2018 15:38:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-72ff4993-d347-4326-80cd-49500a18f047 x-openstack-request-id: req-72ff4993-d347-4326-80cd-49500a18f047 Content-Length: 218 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input received: Invalid volume size provided for create request: -1 (size argument must be an integer (or string representation of an integer) and greater than zero).", "code": 400}} 2018-12-12 15:38:34,471 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/6908e2849e5f446ba01ed6759a0fd8c1/volumes used request id req-72ff4993-d347-4326-80cd-49500a18f047 2018-12-12 15:38:34,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:34,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c1d4f010-e18c-41e8-a33e-0e646790dfe9 Date: Wed, 12 Dec 2018 15:38:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:38:34,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c1d4f010-e18c-41e8-a33e-0e646790dfe9 2018-12-12 15:38:34,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:34,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6124f73-b26a-4f71-a5fa-ffbb1a4c7613 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:38:34,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-a6124f73-b26a-4f71-a5fa-ffbb1a4c7613 2018-12-12 15:38:34,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:34,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-578fbb5f-a955-4acf-9d12-ce0dc94d2873 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:38:34,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-578fbb5f-a955-4acf-9d12-ce0dc94d2873 2018-12-12 15:38:34,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:34,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e65c84a-bb44-4f80-97fd-1f6200bfc5ab Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:38:34,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-8e65c84a-bb44-4f80-97fd-1f6200bfc5ab 2018-12-12 15:38:34,946 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-47195698-4096-40a-proj 2018-12-12 15:38:34,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/6908e2849e5f446ba01ed6759a0fd8c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:35,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9337eca-6e04-41c7-b938-31403ded2c80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:35,160 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/6908e2849e5f446ba01ed6759a0fd8c1 used request id req-f9337eca-6e04-41c7-b938-31403ded2c80 2018-12-12 15:38:35,160 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-47195698-4096-40a-proj-role 2018-12-12 15:38:35,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4599d1a1873e4cd3b7d0eb6f431310b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:35,270 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6b94023-0bdf-41c6-8648-dc5ffbd5d3c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:35,271 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4599d1a1873e4cd3b7d0eb6f431310b0 used request id req-f6b94023-0bdf-41c6-8648-dc5ffbd5d3c7 2018-12-12 15:38:35,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248705acb0638821bff667fd52f4b23c324a132b" 2018-12-12 15:38:35,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b440d9-f10c-49cf-a605-672647ee1b2e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:35,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-57b440d9-f10c-49cf-a605-672647ee1b2e 2018-12-12 15:38:35,355 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-47195698-4096-40a-user 2018-12-12 15:38:35,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/fcc2e477422a45cca36f75b2f3c34041 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331adae34996b497a11206ce34ee659b5c8a5efa" 2018-12-12 15:38:35,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac132570-6c2d-4842-9f3b-14c3264e4410 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:35,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/fcc2e477422a45cca36f75b2f3c34041 used request id req-ac132570-6c2d-4842-9f3b-14c3264e4410 2018-12-12 15:38:35,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:35,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["-qbwPb2lTDeGea6ChIvjRA"], "issued_at": "2018-12-12T15:38:35.000000Z"}} 2018-12-12 15:38:35,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcb5ba66ca3fa62b3132d0d557b7cdb76bd6f4c6" 2018-12-12 15:38:35,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab58a4e-a913-4509-86ec-c6e1339a48a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:35,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9ab58a4e-a913-4509-86ec-c6e1339a48a6 2018-12-12 15:38:35,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:35,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:36,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["nF2zLgBTSxC2GYyWDGejvA"], "issued_at": "2018-12-12T15:38:36.000000Z"}} 2018-12-12 15:38:36,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:36,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb485b8-14f4-40d5-bc4d-8a72d79ef608 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:36,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bfb485b8-14f4-40d5-bc4d-8a72d79ef608 2018-12-12 15:38:36,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:36,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:36,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:36,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad947c73-a0b0-48e9-90f2-1dc682dd900c Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:38:36,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj used request id req-ad947c73-a0b0-48e9-90f2-1dc682dd900c 2018-12-12 15:38:36,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:36,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4097c6e-6fd5-47d7-a610-9916ecbb28e7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:36,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c4097c6e-6fd5-47d7-a610-9916ecbb28e7 2018-12-12 15:38:36,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj"}}' 2018-12-12 15:38:36,780 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f88db46-8a66-4cf2-8794-a42ae3f93acb Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2543130ba9dc4b7a83d446e615440846"}, "enabled": true, "id": "2543130ba9dc4b7a83d446e615440846", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj"}} 2018-12-12 15:38:36,780 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7f88db46-8a66-4cf2-8794-a42ae3f93acb 2018-12-12 15:38:36,780 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj 2018-12-12 15:38:36,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:36,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:37,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["cuvq8e6tQ7uITzGQXtTuew"], "issued_at": "2018-12-12T15:38:37.000000Z"}} 2018-12-12 15:38:37,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03fa32fa0d7a8a5b02727318fba570d696137854" 2018-12-12 15:38:37,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f53006-aef9-4034-8892-b3c163f82db2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:37,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-39f53006-aef9-4034-8892-b3c163f82db2 2018-12-12 15:38:37,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:37,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:37,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03fa32fa0d7a8a5b02727318fba570d696137854" 2018-12-12 15:38:37,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31b3055-8316-44a0-bc67-d67f9d6d130b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:38:37,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a31b3055-8316-44a0-bc67-d67f9d6d130b 2018-12-12 15:38:37,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03fa32fa0d7a8a5b02727318fba570d696137854" 2018-12-12 15:38:37,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c70b2866-a239-4169-ab6a-2c7d5700b992 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2543130ba9dc4b7a83d446e615440846"}, "enabled": true, "id": "2543130ba9dc4b7a83d446e615440846", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj"}]} 2018-12-12 15:38:37,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj used request id req-c70b2866-a239-4169-ab6a-2c7d5700b992 2018-12-12 15:38:37,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03fa32fa0d7a8a5b02727318fba570d696137854" 2018-12-12 15:38:37,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca938ba1-13ed-4d79-9e93-d188d9d3d924 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:37,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ca938ba1-13ed-4d79-9e93-d188d9d3d924 2018-12-12 15:38:37,935 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-user 2018-12-12 15:38:37,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:37,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:38,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9267b309-af9f-4258-9cdf-816fa85c60be Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:38,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9267b309-af9f-4258-9cdf-816fa85c60be 2018-12-12 15:38:38,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj-role"}}' 2018-12-12 15:38:38,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83efe8a9-c0bf-4e63-8c62-0813f638dcac Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ccb19ccd033e4b44ae75e3e57851217b", "links": {"self": "http://172.30.9.29:5000/v3/roles/ccb19ccd033e4b44ae75e3e57851217b"}, "name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj-role"}} 2018-12-12 15:38:38,145 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-83efe8a9-c0bf-4e63-8c62-0813f638dcac 2018-12-12 15:38:38,145 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj-role 2018-12-12 15:38:38,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/ccb19ccd033e4b44ae75e3e57851217b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:38,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01bb39ce-3442-4490-89c8-37b436be1dbb Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ccb19ccd033e4b44ae75e3e57851217b"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj-role", "id": "ccb19ccd033e4b44ae75e3e57851217b"}} 2018-12-12 15:38:38,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ccb19ccd033e4b44ae75e3e57851217b used request id req-01bb39ce-3442-4490-89c8-37b436be1dbb 2018-12-12 15:38:38,236 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj-role to project CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj 2018-12-12 15:38:38,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2543130ba9dc4b7a83d446e615440846/users/2647260442144286a13f4ff9daf1dc28/roles/ccb19ccd033e4b44ae75e3e57851217b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:38,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-689ec685-be8c-4bef-8fd3-ada9278a11de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:38,369 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2543130ba9dc4b7a83d446e615440846/users/2647260442144286a13f4ff9daf1dc28/roles/ccb19ccd033e4b44ae75e3e57851217b used request id req-689ec685-be8c-4bef-8fd3-ada9278a11de 2018-12-12 15:38:38,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:38,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:38,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ccb19ccd033e4b44ae75e3e57851217b", "name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj-role"}], "expires_at": "2018-12-12T16:38:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2543130ba9dc4b7a83d446e615440846", "name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2543130ba9dc4b7a83d446e615440846", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2543130ba9dc4b7a83d446e615440846", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2543130ba9dc4b7a83d446e615440846", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2543130ba9dc4b7a83d446e615440846", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2543130ba9dc4b7a83d446e615440846", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2543130ba9dc4b7a83d446e615440846", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2543130ba9dc4b7a83d446e615440846", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2543130ba9dc4b7a83d446e615440846", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2543130ba9dc4b7a83d446e615440846", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2543130ba9dc4b7a83d446e615440846", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2543130ba9dc4b7a83d446e615440846", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2543130ba9dc4b7a83d446e615440846", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-user", "id": "2647260442144286a13f4ff9daf1dc28"}, "audit_ids": ["RKVYSEXsSqGxnJly_OdC-A"], "issued_at": "2018-12-12T15:38:38.000000Z"}} 2018-12-12 15:38:38,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62abca5f6db4efa182a7c62f1feed6ee4286ef83" 2018-12-12 15:38:38,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be44181b-3413-4c83-9075-2e1eab3e8453 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:38,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-be44181b-3413-4c83-9075-2e1eab3e8453 2018-12-12 15:38:38,961 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/2543130ba9dc4b7a83d446e615440846/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62abca5f6db4efa182a7c62f1feed6ee4286ef83" 2018-12-12 15:38:39,154 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:38 GMT Server: Apache x-compute-request-id: req-b18c0781-ef58-413d-89de-4b913a8e422e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b18c0781-ef58-413d-89de-4b913a8e422e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:38:39,154 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/2543130ba9dc4b7a83d446e615440846/volumes/detail used request id req-b18c0781-ef58-413d-89de-4b913a8e422e 2018-12-12 15:38:39,159 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/2543130ba9dc4b7a83d446e615440846/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b18c0781-ef58-413d-89de-4b913a8e422e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62abca5f6db4efa182a7c62f1feed6ee4286ef83" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-973f63b9-83f9-442c-8e5c-c930a1e1facf", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:38:39,731 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:38:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ac38b61b-0cca-4186-bdb3-521c279f68c1 x-openstack-request-id: req-ac38b61b-0cca-4186-bdb3-521c279f68c1 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-12-12 15:38:39,732 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/2543130ba9dc4b7a83d446e615440846/volumes used request id req-ac38b61b-0cca-4186-bdb3-521c279f68c1 2018-12-12 15:38:39,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:39,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d4ffe18a-d569-4304-a26f-c3379e1a369e Date: Wed, 12 Dec 2018 15:38:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:38:39,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-d4ffe18a-d569-4304-a26f-c3379e1a369e 2018-12-12 15:38:39,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:40,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65be12c2-4e59-4dbd-aebd-c4c22c6ebdba Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:38:40,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-65be12c2-4e59-4dbd-aebd-c4c22c6ebdba 2018-12-12 15:38:40,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:40,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c702c14a-ce7e-417c-822b-821cb6edf4d9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:38:40,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-c702c14a-ce7e-417c-822b-821cb6edf4d9 2018-12-12 15:38:40,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:40,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa84def-6243-4afa-88bc-754b4fdb8f6a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:38:40,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-3fa84def-6243-4afa-88bc-754b4fdb8f6a 2018-12-12 15:38:40,217 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj 2018-12-12 15:38:40,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2543130ba9dc4b7a83d446e615440846 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:40,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d48187f-ef09-4f8c-ab84-28836a54fee3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:40,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2543130ba9dc4b7a83d446e615440846 used request id req-8d48187f-ef09-4f8c-ab84-28836a54fee3 2018-12-12 15:38:40,411 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-proj-role 2018-12-12 15:38:40,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/ccb19ccd033e4b44ae75e3e57851217b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:40,516 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba104e4d-b09f-4d9a-b701-6ea66282378e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:40,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ccb19ccd033e4b44ae75e3e57851217b used request id req-ba104e4d-b09f-4d9a-b701-6ea66282378e 2018-12-12 15:38:40,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e45a68d6728b9b73ba2ccffe249a7847b6e118" 2018-12-12 15:38:40,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d78423-51a0-456c-89b3-74a48950311d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:40,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d0d78423-51a0-456c-89b3-74a48950311d 2018-12-12 15:38:40,613 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-fd0ebef8-5550-432-user 2018-12-12 15:38:40,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2647260442144286a13f4ff9daf1dc28 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03fa32fa0d7a8a5b02727318fba570d696137854" 2018-12-12 15:38:40,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b023f464-6042-4bac-a6e1-38bd5b471e3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:40,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2647260442144286a13f4ff9daf1dc28 used request id req-b023f464-6042-4bac-a6e1-38bd5b471e3e 2018-12-12 15:38:40,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:41,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["A6HinrbGSviCmNNuNOisuQ"], "issued_at": "2018-12-12T15:38:41.000000Z"}} 2018-12-12 15:38:41,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac48a178f9d3d7c3314d52a105a86968bfa9566c" 2018-12-12 15:38:41,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de6932f-f382-4fc6-b5cd-3d70630b750a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:41,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7de6932f-f382-4fc6-b5cd-3d70630b750a 2018-12-12 15:38:41,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:41,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:41,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["wCET2__PRCSpDrqvNLofzw"], "issued_at": "2018-12-12T15:38:41.000000Z"}} 2018-12-12 15:38:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:41,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78bb73da-6a4d-4c16-9e50-d2c20929ae46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:41,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-78bb73da-6a4d-4c16-9e50-d2c20929ae46 2018-12-12 15:38:41,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:41,837 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:41,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-605148c8-b16b-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:41,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fecfa706-d633-4ebb-90bc-e31559798777 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-605148c8-b16b-42f-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:38:41,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-605148c8-b16b-42f-proj used request id req-fecfa706-d633-4ebb-90bc-e31559798777 2018-12-12 15:38:41,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:42,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c0dc82e-3466-4a12-9c70-444b8a5b8ff1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:42,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0c0dc82e-3466-4a12-9c70-444b8a5b8ff1 2018-12-12 15:38:42,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-proj"}}' 2018-12-12 15:38:42,127 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aa065d6-57bd-4d51-8573-17a4e38b0dde Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9231364470844813a4443a7ead8f420e"}, "enabled": true, "id": "9231364470844813a4443a7ead8f420e", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-proj"}} 2018-12-12 15:38:42,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5aa065d6-57bd-4d51-8573-17a4e38b0dde 2018-12-12 15:38:42,128 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-605148c8-b16b-42f-proj 2018-12-12 15:38:42,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:42,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:42,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["oMUClIi5SfazLcx8u3kh9w"], "issued_at": "2018-12-12T15:38:42.000000Z"}} 2018-12-12 15:38:42,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f7b547ca1ea3881138d6d018c5c098353043ef8" 2018-12-12 15:38:42,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed77bf1-552e-405e-a783-e3d6b62d93ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:42,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ed77bf1-552e-405e-a783-e3d6b62d93ee 2018-12-12 15:38:42,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:42,607 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:42,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f7b547ca1ea3881138d6d018c5c098353043ef8" 2018-12-12 15:38:42,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae85a0f0-bbe7-487c-a896-b46c78d869d4 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:38:42,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ae85a0f0-bbe7-487c-a896-b46c78d869d4 2018-12-12 15:38:42,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-605148c8-b16b-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f7b547ca1ea3881138d6d018c5c098353043ef8" 2018-12-12 15:38:42,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33970b8b-b74e-4128-9cff-83f9193e58d9 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-605148c8-b16b-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9231364470844813a4443a7ead8f420e"}, "enabled": true, "id": "9231364470844813a4443a7ead8f420e", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-proj"}]} 2018-12-12 15:38:42,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-605148c8-b16b-42f-proj used request id req-33970b8b-b74e-4128-9cff-83f9193e58d9 2018-12-12 15:38:42,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f7b547ca1ea3881138d6d018c5c098353043ef8" 2018-12-12 15:38:42,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a47ea15d-6f0b-4b8c-8038-9cbf75023086 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:42,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a47ea15d-6f0b-4b8c-8038-9cbf75023086 2018-12-12 15:38:43,348 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-605148c8-b16b-42f-user 2018-12-12 15:38:43,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:43,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:43,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b37ce2e-9397-468e-84c3-6365c7099394 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:43,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0b37ce2e-9397-468e-84c3-6365c7099394 2018-12-12 15:38:43,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" -d '{"role": {"name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-proj-role"}}' 2018-12-12 15:38:43,564 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2115d9d8-7927-4941-81e0-b7abdc1af5f5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4475efc2973548d0976c469a55cde9ee", "links": {"self": "http://172.30.9.29:5000/v3/roles/4475efc2973548d0976c469a55cde9ee"}, "name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-proj-role"}} 2018-12-12 15:38:43,564 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-2115d9d8-7927-4941-81e0-b7abdc1af5f5 2018-12-12 15:38:43,565 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-605148c8-b16b-42f-proj-role 2018-12-12 15:38:43,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4475efc2973548d0976c469a55cde9ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:43,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d26cec6-4c36-4f01-a5f7-0f3c07435e02 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4475efc2973548d0976c469a55cde9ee"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-proj-role", "id": "4475efc2973548d0976c469a55cde9ee"}} 2018-12-12 15:38:43,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4475efc2973548d0976c469a55cde9ee used request id req-5d26cec6-4c36-4f01-a5f7-0f3c07435e02 2018-12-12 15:38:43,584 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-605148c8-b16b-42f-proj-role to project CreateVolumeWithTypeTests-605148c8-b16b-42f-proj 2018-12-12 15:38:43,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9231364470844813a4443a7ead8f420e/users/a672da5e5be94ada9a52e833fe44b411/roles/4475efc2973548d0976c469a55cde9ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:43,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e584b68-4f91-45d8-bac0-b254962ae65d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:43,710 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9231364470844813a4443a7ead8f420e/users/a672da5e5be94ada9a52e833fe44b411/roles/4475efc2973548d0976c469a55cde9ee used request id req-8e584b68-4f91-45d8-bac0-b254962ae65d 2018-12-12 15:38:43,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:43,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:44,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ZN1MAQYgQVmBljqzqaTlvQ"], "issued_at": "2018-12-12T15:38:44.000000Z"}} 2018-12-12 15:38:44,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200255d3287ba84a5800cb65f22094040a36e17" 2018-12-12 15:38:44,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0fdeae1-b4c7-4007-a097-8372656c5159 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:44,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b0fdeae1-b4c7-4007-a097-8372656c5159 2018-12-12 15:38:44,192 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200255d3287ba84a5800cb65f22094040a36e17" 2018-12-12 15:38:44,367 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:44 GMT Server: Apache x-compute-request-id: req-4849ce57-e1ca-4b5c-a6f5-511ee0c5eca2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4849ce57-e1ca-4b5c-a6f5-511ee0c5eca2 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:38:44,367 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-4849ce57-e1ca-4b5c-a6f5-511ee0c5eca2 2018-12-12 15:38:44,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4849ce57-e1ca-4b5c-a6f5-511ee0c5eca2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200255d3287ba84a5800cb65f22094040a36e17" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-1a548552-9f26-47c3-93a4-71fb64f4a751-vol-type", "description": null}}' 2018-12-12 15:38:44,598 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:44 GMT Server: Apache x-compute-request-id: req-16ae27aa-59df-4507-a079-53e87bb30538 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16ae27aa-59df-4507-a079-53e87bb30538 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-1a548552-9f26-47c3-93a4-71fb64f4a751-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e699bd04-6a37-4c72-943f-ffa23c140a8a", "description": null}} 2018-12-12 15:38:44,598 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types used request id req-16ae27aa-59df-4507-a079-53e87bb30538 2018-12-12 15:38:44,599 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-1a548552-9f26-47c3-93a4-71fb64f4a751-vol-type 2018-12-12 15:38:44,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:44,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:44,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4475efc2973548d0976c469a55cde9ee", "name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-proj-role"}], "expires_at": "2018-12-12T16:38:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9231364470844813a4443a7ead8f420e", "name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9231364470844813a4443a7ead8f420e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9231364470844813a4443a7ead8f420e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9231364470844813a4443a7ead8f420e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9231364470844813a4443a7ead8f420e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9231364470844813a4443a7ead8f420e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9231364470844813a4443a7ead8f420e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9231364470844813a4443a7ead8f420e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9231364470844813a4443a7ead8f420e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9231364470844813a4443a7ead8f420e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9231364470844813a4443a7ead8f420e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9231364470844813a4443a7ead8f420e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9231364470844813a4443a7ead8f420e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-605148c8-b16b-42f-user", "id": "a672da5e5be94ada9a52e833fe44b411"}, "audit_ids": ["w66I3GMdQ3K4yTCzrD4XLw"], "issued_at": "2018-12-12T15:38:44.000000Z"}} 2018-12-12 15:38:44,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a657646e82b3f5148f4a2f4dceec4ce70034b85f" 2018-12-12 15:38:45,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c7e9058-23fb-4bf6-80dd-09e05051ddc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:45,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2c7e9058-23fb-4bf6-80dd-09e05051ddc8 2018-12-12 15:38:45,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/9231364470844813a4443a7ead8f420e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a657646e82b3f5148f4a2f4dceec4ce70034b85f" 2018-12-12 15:38:45,619 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:45 GMT Server: Apache x-compute-request-id: req-f120c369-82b6-4b3c-bd45-78a03750a344 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f120c369-82b6-4b3c-bd45-78a03750a344 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:38:45,619 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/9231364470844813a4443a7ead8f420e/volumes/detail used request id req-f120c369-82b6-4b3c-bd45-78a03750a344 2018-12-12 15:38:45,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/9231364470844813a4443a7ead8f420e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f120c369-82b6-4b3c-bd45-78a03750a344" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a657646e82b3f5148f4a2f4dceec4ce70034b85f" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-1a548552-9f26-47c3-93a4-71fb64f4a751-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:38:45,788 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:38:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-76377e4b-b879-462f-9f1f-81f1c6b08681 x-openstack-request-id: req-76377e4b-b879-462f-9f1f-81f1c6b08681 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-12-12 15:38:45,789 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/9231364470844813a4443a7ead8f420e/volumes used request id req-76377e4b-b879-462f-9f1f-81f1c6b08681 2018-12-12 15:38:45,789 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-1a548552-9f26-47c3-93a4-71fb64f4a751-vol-type 2018-12-12 15:38:45,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/e699bd04-6a37-4c72-943f-ffa23c140a8a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4849ce57-e1ca-4b5c-a6f5-511ee0c5eca2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3200255d3287ba84a5800cb65f22094040a36e17" 2018-12-12 15:38:46,373 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:38:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0504d5fa-3f47-4443-8484-60a33f29b12a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:38:46,373 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/e699bd04-6a37-4c72-943f-ffa23c140a8a used request id req-0504d5fa-3f47-4443-8484-60a33f29b12a 2018-12-12 15:38:46,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:46,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4a49efbf-84a1-43a7-97f2-34c958d6479f Date: Wed, 12 Dec 2018 15:38:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:38:46,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4a49efbf-84a1-43a7-97f2-34c958d6479f 2018-12-12 15:38:46,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:46,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a69fbb-ec7c-4b5a-ae4f-6c9b321dbe6f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:38:46,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-a9a69fbb-ec7c-4b5a-ae4f-6c9b321dbe6f 2018-12-12 15:38:46,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:46,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19991ab9-4571-4be8-a85c-1f1f4177b182 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:38:46,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-19991ab9-4571-4be8-a85c-1f1f4177b182 2018-12-12 15:38:46,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:46,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d12e448-a16b-4171-a8da-4ac0bb093b18 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:38:46,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-7d12e448-a16b-4171-a8da-4ac0bb093b18 2018-12-12 15:38:46,864 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-605148c8-b16b-42f-proj 2018-12-12 15:38:46,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9231364470844813a4443a7ead8f420e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:47,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f0058cf-8898-4340-8e57-1efcffc6764c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:47,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9231364470844813a4443a7ead8f420e used request id req-3f0058cf-8898-4340-8e57-1efcffc6764c 2018-12-12 15:38:47,094 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-605148c8-b16b-42f-proj-role 2018-12-12 15:38:47,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4475efc2973548d0976c469a55cde9ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:47,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f438a6-3ef0-47fd-99c9-5eb93eb4deb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:47,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4475efc2973548d0976c469a55cde9ee used request id req-10f438a6-3ef0-47fd-99c9-5eb93eb4deb1 2018-12-12 15:38:47,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9832a029312290c3903b6393c27bb7baaf6eef3f" 2018-12-12 15:38:47,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e05a3e-d6cd-48c0-ac2f-4fe34fd0dff1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:47,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-97e05a3e-d6cd-48c0-ac2f-4fe34fd0dff1 2018-12-12 15:38:47,310 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-605148c8-b16b-42f-user 2018-12-12 15:38:47,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a672da5e5be94ada9a52e833fe44b411 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f7b547ca1ea3881138d6d018c5c098353043ef8" 2018-12-12 15:38:47,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62495e11-6c8d-435e-aa65-629372e0f73c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:47,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a672da5e5be94ada9a52e833fe44b411 used request id req-62495e11-6c8d-435e-aa65-629372e0f73c 2018-12-12 15:38:47,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:47,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Ac_hsW1fRYSmiEle1sCcRQ"], "issued_at": "2018-12-12T15:38:47.000000Z"}} 2018-12-12 15:38:47,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e54da5a617ceaf77366783a0be722cdce609dd5" 2018-12-12 15:38:48,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d16f769-8ab2-402a-9be2-4f8bf3fda746 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:48,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0d16f769-8ab2-402a-9be2-4f8bf3fda746 2018-12-12 15:38:48,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:48,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:48,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vhCZ1vi2RfaXD0ZQUuk6xw"], "issued_at": "2018-12-12T15:38:48.000000Z"}} 2018-12-12 15:38:48,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:38:48,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-752f3085-4784-4e05-b6f9-1357685d501e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:48,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-752f3085-4784-4e05-b6f9-1357685d501e 2018-12-12 15:38:48,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:48,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:48,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:38:48,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ee4b27-b8bd-47a1-9039-61aa84d7abb4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:38:48,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj used request id req-85ee4b27-b8bd-47a1-9039-61aa84d7abb4 2018-12-12 15:38:48,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:38:48,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30aff183-e123-48ca-8384-8855486a893e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:48,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-30aff183-e123-48ca-8384-8855486a893e 2018-12-12 15:38:48,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj"}}' 2018-12-12 15:38:48,822 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c584449c-3651-43da-9e30-1e2aae127210 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9725b87373564e539511bda537b86384"}, "enabled": true, "id": "9725b87373564e539511bda537b86384", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj"}} 2018-12-12 15:38:48,822 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c584449c-3651-43da-9e30-1e2aae127210 2018-12-12 15:38:48,822 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj 2018-12-12 15:38:48,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:48,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:49,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["tV1-_XiXQ7GJx7e1_0KO9Q"], "issued_at": "2018-12-12T15:38:49.000000Z"}} 2018-12-12 15:38:49,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaaeb8e24ecf4d2eff0ce0a97bd1e428f68263c9" 2018-12-12 15:38:49,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35eaf738-f05d-4723-8c12-fa1fc2be2718 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:49,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-35eaf738-f05d-4723-8c12-fa1fc2be2718 2018-12-12 15:38:49,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:38:49,302 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:38: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:38:49,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaaeb8e24ecf4d2eff0ce0a97bd1e428f68263c9" 2018-12-12 15:38:49,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c5dd56-2250-4dfc-80a9-ff2c2ceae85a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:38:49,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d4c5dd56-2250-4dfc-80a9-ff2c2ceae85a 2018-12-12 15:38:49,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaaeb8e24ecf4d2eff0ce0a97bd1e428f68263c9" 2018-12-12 15:38:49,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97666b5e-11cd-465f-83f9-c755a026062d Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9725b87373564e539511bda537b86384"}, "enabled": true, "id": "9725b87373564e539511bda537b86384", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj"}]} 2018-12-12 15:38:49,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj used request id req-97666b5e-11cd-465f-83f9-c755a026062d 2018-12-12 15:38:49,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaaeb8e24ecf4d2eff0ce0a97bd1e428f68263c9" 2018-12-12 15:38:49,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa48098-4fdc-442b-8b11-179a24c1c767 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:38:49,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4aa48098-4fdc-442b-8b11-179a24c1c767 2018-12-12 15:38:49,965 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-34002f1e-e42f-4c2-user 2018-12-12 15:38:49,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:38:50,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1c8a17-b85a-47f7-be35-0a2e515b3d80 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:38:50,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-be1c8a17-b85a-47f7-be35-0a2e515b3d80 2018-12-12 15:38:50,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" -d '{"role": {"name": "CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj-role"}}' 2018-12-12 15:38:50,252 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:38:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d790fd5-1db0-41b2-985e-1e1839009104 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c03ec57b5969461189a68923ad0d8faf", "links": {"self": "http://172.30.9.29:5000/v3/roles/c03ec57b5969461189a68923ad0d8faf"}, "name": "CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj-role"}} 2018-12-12 15:38:50,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-2d790fd5-1db0-41b2-985e-1e1839009104 2018-12-12 15:38:50,253 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj-role 2018-12-12 15:38:50,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c03ec57b5969461189a68923ad0d8faf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:38:50,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a6cdc9-f418-48ab-97f6-75f04637bd5e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c03ec57b5969461189a68923ad0d8faf"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj-role", "id": "c03ec57b5969461189a68923ad0d8faf"}} 2018-12-12 15:38:50,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c03ec57b5969461189a68923ad0d8faf used request id req-c8a6cdc9-f418-48ab-97f6-75f04637bd5e 2018-12-12 15:38:50,347 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj-role to project CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj 2018-12-12 15:38:50,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9725b87373564e539511bda537b86384/users/2cac488d8aef40aeb651ae0e64cca567/roles/c03ec57b5969461189a68923ad0d8faf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:38:50,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:38:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85278681-8e11-411e-87f8-2d46da0f3d3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:38:50,470 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9725b87373564e539511bda537b86384/users/2cac488d8aef40aeb651ae0e64cca567/roles/c03ec57b5969461189a68923ad0d8faf used request id req-85278681-8e11-411e-87f8-2d46da0f3d3d 2018-12-12 15:38:50,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:50,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:50,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["DbAjrnSFQSqQ0FG9UE-qBg"], "issued_at": "2018-12-12T15:38:50.000000Z"}} 2018-12-12 15:38:50,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66dc4d07dc6e17465f64d0fde947228effb73e70" 2018-12-12 15:38:50,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22089ee8-2e9c-40a3-9760-be6c5679eb61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:50,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-22089ee8-2e9c-40a3-9760-be6c5679eb61 2018-12-12 15:38:50,954 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66dc4d07dc6e17465f64d0fde947228effb73e70" 2018-12-12 15:38:51,131 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:50 GMT Server: Apache x-compute-request-id: req-8e5a32d8-1dd8-4b1a-ac56-25f93d4e845d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8e5a32d8-1dd8-4b1a-ac56-25f93d4e845d Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-12-12 15:38:51,131 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types?is_public=None used request id req-8e5a32d8-1dd8-4b1a-ac56-25f93d4e845d 2018-12-12 15:38:51,135 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8e5a32d8-1dd8-4b1a-ac56-25f93d4e845d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66dc4d07dc6e17465f64d0fde947228effb73e70" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type", "description": null}}' 2018-12-12 15:38:51,352 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:51 GMT Server: Apache x-compute-request-id: req-e6512055-a95f-4233-81a2-bd2059e9b3a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6512055-a95f-4233-81a2-bd2059e9b3a0 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b373b4b4-aa73-4e48-9887-1696376520cc", "description": null}} 2018-12-12 15:38:51,352 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types used request id req-e6512055-a95f-4233-81a2-bd2059e9b3a0 2018-12-12 15:38:51,353 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type 2018-12-12 15:38:51,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:38:51,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:38:51,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:38:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ei_zB0CdTtWsyRP9Yy1Fjw"], "issued_at": "2018-12-12T15:38:51.000000Z"}} 2018-12-12 15:38:51,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:51,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb470be5-89a3-4e54-8975-e62efab024a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:38:51,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eb470be5-89a3-4e54-8975-e62efab024a6 2018-12-12 15:38:51,823 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:52,027 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:51 GMT Server: Apache x-compute-request-id: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:38:52,027 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/detail used request id req-f276ec63-07b9-4fcd-86bf-fc1699f61b98 2018-12-12 15:38:52,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:38:52,463 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:38:52 GMT Server: Apache x-compute-request-id: req-dcce4b0a-f696-4264-99b3-c9ae1fe41cea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dcce4b0a-f696-4264-99b3-c9ae1fe41cea Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "d53d406b9f314bac95b0decdd24d9b12", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:38:52.319861", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type", "name": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cd4eb2c8-9176-419c-991f-0002bfe16331", "size": 1}} 2018-12-12 15:38:52,463 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes used request id req-dcce4b0a-f696-4264-99b3-c9ae1fe41cea 2018-12-12 15:38:52,467 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:52,665 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:52 GMT Server: Apache x-compute-request-id: req-66193abd-0d8f-4550-aad6-8bc3246e3351 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66193abd-0d8f-4550-aad6-8bc3246e3351 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T15:38:52.000000", "replication_status": null, "snapshot_id": null, "id": "cd4eb2c8-9176-419c-991f-0002bfe16331", "size": 1, "user_id": "d53d406b9f314bac95b0decdd24d9b12", "os-vol-tenant-attr:tenant_id": "db5183f15e684f42aa14255dc18eee48", "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-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol", "bootable": "false", "created_at": "2018-12-12T15:38:52.000000", "volume_type": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type"}} 2018-12-12 15:38:52,666 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 used request id req-66193abd-0d8f-4550-aad6-8bc3246e3351 2018-12-12 15:38:52,666 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol 2018-12-12 15:38:52,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:52,724 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:52 GMT Server: Apache x-compute-request-id: req-1253f6e9-81c0-4d8a-b38d-2f302548d859 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1253f6e9-81c0-4d8a-b38d-2f302548d859 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T15:38:52.000000", "replication_status": null, "snapshot_id": null, "id": "cd4eb2c8-9176-419c-991f-0002bfe16331", "size": 1, "user_id": "d53d406b9f314bac95b0decdd24d9b12", "os-vol-tenant-attr:tenant_id": "db5183f15e684f42aa14255dc18eee48", "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-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol", "bootable": "false", "created_at": "2018-12-12T15:38:52.000000", "volume_type": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type"}} 2018-12-12 15:38:52,724 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 used request id req-1253f6e9-81c0-4d8a-b38d-2f302548d859 2018-12-12 15:38:52,725 - create_volume - DEBUG - Instance status is - creating 2018-12-12 15:38:52,725 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:38:55,728 - create_volume - DEBUG - Volume status query timeout in 296.938426018 2018-12-12 15:38:55,731 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:55,956 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:55 GMT Server: Apache x-compute-request-id: req-55d27271-982f-4949-856c-b3ed89d718c9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55d27271-982f-4949-856c-b3ed89d718c9 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T15:38:52.000000", "replication_status": null, "snapshot_id": null, "id": "cd4eb2c8-9176-419c-991f-0002bfe16331", "size": 1, "user_id": "d53d406b9f314bac95b0decdd24d9b12", "os-vol-tenant-attr:tenant_id": "db5183f15e684f42aa14255dc18eee48", "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-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol", "bootable": "false", "created_at": "2018-12-12T15:38:52.000000", "volume_type": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type"}} 2018-12-12 15:38:55,956 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 used request id req-55d27271-982f-4949-856c-b3ed89d718c9 2018-12-12 15:38:55,957 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:38:55,957 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol 2018-12-12 15:38:55,957 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol 2018-12-12 15:38:55,960 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:56,248 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:55 GMT Server: Apache x-compute-request-id: req-e672615b-59a1-4ded-b12f-af71c32494b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e672615b-59a1-4ded-b12f-af71c32494b5 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T15:38:52.000000", "replication_status": null, "snapshot_id": null, "id": "cd4eb2c8-9176-419c-991f-0002bfe16331", "size": 1, "user_id": "d53d406b9f314bac95b0decdd24d9b12", "os-vol-tenant-attr:tenant_id": "db5183f15e684f42aa14255dc18eee48", "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-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol", "bootable": "false", "created_at": "2018-12-12T15:38:52.000000", "volume_type": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type"}} 2018-12-12 15:38:56,248 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 used request id req-e672615b-59a1-4ded-b12f-af71c32494b5 2018-12-12 15:38:56,249 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:38:56,249 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol 2018-12-12 15:38:56,249 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol 2018-12-12 15:38:56,252 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:56,337 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:38:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ace0f8f0-6fad-417a-845f-7c32756003c2 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:38:56,338 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 used request id req-ace0f8f0-6fad-417a-845f-7c32756003c2 2018-12-12 15:38:56,341 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:56,538 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:38:56 GMT Server: Apache x-compute-request-id: req-6381f56a-1dcc-4e3f-94a7-7bac9d139afb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6381f56a-1dcc-4e3f-94a7-7bac9d139afb Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "self"}, {"href": "http://172.30.9.29:8776/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T15:38:56.000000", "replication_status": null, "snapshot_id": null, "id": "cd4eb2c8-9176-419c-991f-0002bfe16331", "size": 1, "user_id": "d53d406b9f314bac95b0decdd24d9b12", "os-vol-tenant-attr:tenant_id": "db5183f15e684f42aa14255dc18eee48", "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-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol", "bootable": "false", "created_at": "2018-12-12T15:38:52.000000", "volume_type": "CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type"}} 2018-12-12 15:38:56,538 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 used request id req-6381f56a-1dcc-4e3f-94a7-7bac9d139afb 2018-12-12 15:38:56,538 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:38:56,538 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:38:59,542 - create_volume - DEBUG - Volume status query timeout in 56.7962880135 2018-12-12 15:38:59,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f276ec63-07b9-4fcd-86bf-fc1699f61b98" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11376ed96c6cb8aa943c52d6d04b8a7080e24f83" 2018-12-12 15:38:59,764 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:38:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2a0ebec2-c4d2-43eb-90ab-c401819db582 x-openstack-request-id: req-2a0ebec2-c4d2-43eb-90ab-c401819db582 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume cd4eb2c8-9176-419c-991f-0002bfe16331 could not be found.", "code": 404}} 2018-12-12 15:38:59,764 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/volumes/cd4eb2c8-9176-419c-991f-0002bfe16331 used request id req-2a0ebec2-c4d2-43eb-90ab-c401819db582 2018-12-12 15:38:59,764 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume cd4eb2c8-9176-419c-991f-0002bfe16331 could not be found. (HTTP 404) (Request-ID: req-2a0ebec2-c4d2-43eb-90ab-c401819db582) 2018-12-12 15:38:59,764 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol 2018-12-12 15:38:59,765 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-56d149a6-15d7-42d0-a302-b8de654ff7e9-vol-type 2018-12-12 15:38:59,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/b373b4b4-aa73-4e48-9887-1696376520cc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8e5a32d8-1dd8-4b1a-ac56-25f93d4e845d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66dc4d07dc6e17465f64d0fde947228effb73e70" 2018-12-12 15:39:00,013 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:38:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-057e560f-1ffd-4fe0-ad2d-a6f4e0cc2c42 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:39:00,013 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48/types/b373b4b4-aa73-4e48-9887-1696376520cc used request id req-057e560f-1ffd-4fe0-ad2d-a6f4e0cc2c42 2018-12-12 15:39:00,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:39:00,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-de368e88-eacc-473b-962d-093a10781329 Date: Wed, 12 Dec 2018 15:39:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:39:00,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-de368e88-eacc-473b-962d-093a10781329 2018-12-12 15:39:00,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:39:00,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9929a46a-6fd7-4b0b-b5e4-74f3167ad5dc Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:39:00,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-9929a46a-6fd7-4b0b-b5e4-74f3167ad5dc 2018-12-12 15:39:00,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:39:00,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b12b82-68d6-4fa4-b2ac-e9642c48e934 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:39:00,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-b9b12b82-68d6-4fa4-b2ac-e9642c48e934 2018-12-12 15:39:00,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:39:00,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e7b2b33-0a0a-4aa7-a8da-16c41365c1d8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:39:00,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-6e7b2b33-0a0a-4aa7-a8da-16c41365c1d8 2018-12-12 15:39:00,514 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj 2018-12-12 15:39:00,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9725b87373564e539511bda537b86384 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:39:00,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8317d164-5907-445a-a880-9de792331798 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:00,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9725b87373564e539511bda537b86384 used request id req-8317d164-5907-445a-a880-9de792331798 2018-12-12 15:39:00,753 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-34002f1e-e42f-4c2-proj-role 2018-12-12 15:39:00,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c03ec57b5969461189a68923ad0d8faf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:39:00,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71b865e4-0e48-4c09-a2e7-996ce987b9c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:00,857 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c03ec57b5969461189a68923ad0d8faf used request id req-71b865e4-0e48-4c09-a2e7-996ce987b9c0 2018-12-12 15:39:00,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c44a69052ff453a9218b47a67b3193250c1109" 2018-12-12 15:39:00,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aeb44da-9e0d-4cdc-9b1b-3a86c0070762 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:39:00,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5aeb44da-9e0d-4cdc-9b1b-3a86c0070762 2018-12-12 15:39:00,950 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-34002f1e-e42f-4c2-user 2018-12-12 15:39:00,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2cac488d8aef40aeb651ae0e64cca567 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaaeb8e24ecf4d2eff0ce0a97bd1e428f68263c9" 2018-12-12 15:39:01,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b28c0483-4c36-4863-bba3-d91006a3657a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:01,127 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2cac488d8aef40aeb651ae0e64cca567 used request id req-b28c0483-4c36-4863-bba3-d91006a3657a 2018-12-12 15:39:01,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:01,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["cUIDAKURQ-S5GeMcj1t3bA"], "issued_at": "2018-12-12T15:39:01.000000Z"}} 2018-12-12 15:39:01,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e8da546e5b35e2b5fa831556a59873b82ccbbb" 2018-12-12 15:39:01,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76462656-8167-4151-a318-ff058062417c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:01,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-76462656-8167-4151-a318-ff058062417c 2018-12-12 15:39:01,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:01,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:01,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["bp3ZOvFXQTe6xkohS3u73w"], "issued_at": "2018-12-12T15:39:01.000000Z"}} 2018-12-12 15:39:01,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:02,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ec728b-7e4c-476d-9308-c4aee97d26cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:02,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b8ec728b-7e4c-476d-9308-c4aee97d26cb 2018-12-12 15:39:02,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:39:02,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:39:02,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-fca71c48-138a-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:02,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae679e0b-4b36-457c-83b4-2de6e7ba9aa7 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-fca71c48-138a-40f-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:39:02,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-fca71c48-138a-40f-proj used request id req-ae679e0b-4b36-457c-83b4-2de6e7ba9aa7 2018-12-12 15:39:02,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:02,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c209a9cd-57f7-454c-83a4-f47ca8e6ec92 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:39:02,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c209a9cd-57f7-454c-83a4-f47ca8e6ec92 2018-12-12 15:39:02,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj"}}' 2018-12-12 15:39:02,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5ca1fa8-9a26-4264-a044-9c49287a5130 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0b851edac4a847b8a1e49fe2bfdc851a"}, "enabled": true, "id": "0b851edac4a847b8a1e49fe2bfdc851a", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj"}} 2018-12-12 15:39:02,295 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b5ca1fa8-9a26-4264-a044-9c49287a5130 2018-12-12 15:39:02,295 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-fca71c48-138a-40f-proj 2018-12-12 15:39:02,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:02,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:02,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["eX5pUNifQo6L0KaZ2XgqQw"], "issued_at": "2018-12-12T15:39:02.000000Z"}} 2018-12-12 15:39:02,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}487e849120654d276394a484e7f8c7cebd687707" 2018-12-12 15:39:02,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3125ccb-6081-4024-9372-0f620b511c11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:02,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e3125ccb-6081-4024-9372-0f620b511c11 2018-12-12 15:39:02,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:39:02,784 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:39:02,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}487e849120654d276394a484e7f8c7cebd687707" 2018-12-12 15:39:02,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce9b1f3e-d257-4fb7-91af-2a2bcd084cd2 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:39:02,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ce9b1f3e-d257-4fb7-91af-2a2bcd084cd2 2018-12-12 15:39:02,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-fca71c48-138a-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}487e849120654d276394a484e7f8c7cebd687707" 2018-12-12 15:39:02,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2942c8ef-4288-4de8-ab76-9eb34fd6bbd8 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-fca71c48-138a-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0b851edac4a847b8a1e49fe2bfdc851a"}, "enabled": true, "id": "0b851edac4a847b8a1e49fe2bfdc851a", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj"}]} 2018-12-12 15:39:02,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-fca71c48-138a-40f-proj used request id req-2942c8ef-4288-4de8-ab76-9eb34fd6bbd8 2018-12-12 15:39:02,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}487e849120654d276394a484e7f8c7cebd687707" 2018-12-12 15:39:03,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4fa0a40-a14a-498f-ba91-4712ac7d86ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:39:03,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b4fa0a40-a14a-498f-ba91-4712ac7d86ea 2018-12-12 15:39:03,458 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-fca71c48-138a-40f-user 2018-12-12 15:39:03,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:03,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:03,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67083c8c-ab8f-4ad3-b968-18aa9c4a517f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:39:03,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-67083c8c-ab8f-4ad3-b968-18aa9c4a517f 2018-12-12 15:39:03,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" -d '{"role": {"name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj-role"}}' 2018-12-12 15:39:03,677 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-524a1a6d-31bf-4606-ac25-23831e13964d Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b0ca0225e3e847f08667580beb5f6783", "links": {"self": "http://172.30.9.29:5000/v3/roles/b0ca0225e3e847f08667580beb5f6783"}, "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj-role"}} 2018-12-12 15:39:03,678 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-524a1a6d-31bf-4606-ac25-23831e13964d 2018-12-12 15:39:03,678 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-fca71c48-138a-40f-proj-role 2018-12-12 15:39:03,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b0ca0225e3e847f08667580beb5f6783 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:03,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db12242c-70a4-4547-a138-0952e0ff1620 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b0ca0225e3e847f08667580beb5f6783"}, "domain_id": null, "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj-role", "id": "b0ca0225e3e847f08667580beb5f6783"}} 2018-12-12 15:39:03,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b0ca0225e3e847f08667580beb5f6783 used request id req-db12242c-70a4-4547-a138-0952e0ff1620 2018-12-12 15:39:03,775 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-fca71c48-138a-40f-proj-role to project CreateVolumeWithImageTests-fca71c48-138a-40f-proj 2018-12-12 15:39:03,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0b851edac4a847b8a1e49fe2bfdc851a/users/18648655aa23493c88a4836e6987477b/roles/b0ca0225e3e847f08667580beb5f6783 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:03,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51ea1d28-df4d-4769-b09f-9ed2c12053c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:03,896 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0b851edac4a847b8a1e49fe2bfdc851a/users/18648655aa23493c88a4836e6987477b/roles/b0ca0225e3e847f08667580beb5f6783 used request id req-51ea1d28-df4d-4769-b09f-9ed2c12053c3 2018-12-12 15:39:03,897 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:39:03,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:03,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:04,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0ca0225e3e847f08667580beb5f6783", "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj-role"}], "expires_at": "2018-12-12T16:39:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b851edac4a847b8a1e49fe2bfdc851a", "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-user", "id": "18648655aa23493c88a4836e6987477b"}, "audit_ids": ["Y92rGnQ4TCyNUtQY6vW1Dg"], "issued_at": "2018-12-12T15:39:04.000000Z"}} 2018-12-12 15:39:04,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" 2018-12-12 15:39:04,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e295af6-0efe-4227-80ee-5b9e7bb11464 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:04,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1e295af6-0efe-4227-80ee-5b9e7bb11464 2018-12-12 15:39:04,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" 2018-12-12 15:39:04,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-35f271ec-a8a5-45bf-b42e-dc40bcbfc973 Date: Wed, 12 Dec 2018 15:39:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image"} 2018-12-12 15:39:04,540 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image used request id req-35f271ec-a8a5-45bf-b42e-dc40bcbfc973 2018-12-12 15:39:04,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" 2018-12-12 15:39:04,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-52637478-c120-4079-ad83-09b2a5078ad8 Date: Wed, 12 Dec 2018 15: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-12-12 15:39:04,687 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-52637478-c120-4079-ad83-09b2a5078ad8 2018-12-12 15:39:04,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image"}' 2018-12-12 15:39:04,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa X-Openstack-Request-Id: req-d403b159-c42e-4510-a66a-3647f5374a49 Date: Wed, 12 Dec 2018 15:39:04 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa", "min_disk": 0, "protected": false, "id": "19a02578-e998-4a08-b3e1-c0211799afaa", "file": "/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa/file", "checksum": null, "owner": "0b851edac4a847b8a1e49fe2bfdc851a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:04,914 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d403b159-c42e-4510-a66a-3647f5374a49 2018-12-12 15:39:04,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" -d '' 2018-12-12 15:39:06,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-32c3d072-363b-4aee-b81b-4226487f3a72 Date: Wed, 12 Dec 2018 15: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-12-12 15:39:06,938 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa/file used request id req-32c3d072-363b-4aee-b81b-4226487f3a72 2018-12-12 15:39:06,939 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:39:06,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" 2018-12-12 15:39:07,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f94f1106-0a6b-4553-a6e0-82b896e39f62 Date: Wed, 12 Dec 2018 15:39:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:06Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/19a02578-e998-4a08-b3e1-c0211799afaa/snap", "metadata": {}}], "self": "/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa", "min_disk": 0, "protected": false, "id": "19a02578-e998-4a08-b3e1-c0211799afaa", "file": "/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0b851edac4a847b8a1e49fe2bfdc851a", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/19a02578-e998-4a08-b3e1-c0211799afaa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:07,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa used request id req-f94f1106-0a6b-4553-a6e0-82b896e39f62 2018-12-12 15:39:07,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" 2018-12-12 15:39:07,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-12b78c14-d45f-4ab5-89d6-7458665138b3 Date: Wed, 12 Dec 2018 15:39:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:39:07,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-12b78c14-d45f-4ab5-89d6-7458665138b3 2018-12-12 15:39:07,268 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image 2018-12-12 15:39:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" 2018-12-12 15:39:07,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4a138b8c-f1f2-4d35-9cbf-2a8132514ebb Date: Wed, 12 Dec 2018 15:39:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:06Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/19a02578-e998-4a08-b3e1-c0211799afaa/snap", "metadata": {}}], "self": "/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa", "min_disk": 0, "protected": false, "id": "19a02578-e998-4a08-b3e1-c0211799afaa", "file": "/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0b851edac4a847b8a1e49fe2bfdc851a", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/19a02578-e998-4a08-b3e1-c0211799afaa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:07,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa used request id req-4a138b8c-f1f2-4d35-9cbf-2a8132514ebb 2018-12-12 15:39:07,433 - create_image - DEBUG - Instance status is - active 2018-12-12 15:39:07,433 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image 2018-12-12 15:39:07,433 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image 2018-12-12 15:39:07,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:07,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:07,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0ca0225e3e847f08667580beb5f6783", "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj-role"}], "expires_at": "2018-12-12T16:39:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b851edac4a847b8a1e49fe2bfdc851a", "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-fca71c48-138a-40f-user", "id": "18648655aa23493c88a4836e6987477b"}, "audit_ids": ["34n04UZIQHu4f0zVUyzGxg"], "issued_at": "2018-12-12T15:39:07.000000Z"}} 2018-12-12 15:39:07,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64f146c6ceedaa3145e107d5032341458bd51ee9" 2018-12-12 15:39:07,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68fc44c-2c2d-4f73-a7b5-d710f2be6ff8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:07,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a68fc44c-2c2d-4f73-a7b5-d710f2be6ff8 2018-12-12 15:39:07,889 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64f146c6ceedaa3145e107d5032341458bd51ee9" 2018-12-12 15:39:08,072 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:07 GMT Server: Apache x-compute-request-id: req-2da5fa62-f2c7-4e32-adef-d72873272cf7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2da5fa62-f2c7-4e32-adef-d72873272cf7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:39:08,073 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a/volumes/detail used request id req-2da5fa62-f2c7-4e32-adef-d72873272cf7 2018-12-12 15:39:08,076 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2da5fa62-f2c7-4e32-adef-d72873272cf7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64f146c6ceedaa3145e107d5032341458bd51ee9" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-vol", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:39:08,400 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Wed, 12 Dec 2018 15:39:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-17ee103e-3fc7-49b5-8b44-3eb724e60f28 x-openstack-request-id: req-17ee103e-3fc7-49b5-8b44-3eb724e60f28 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-12-12 15:39:08,400 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/0b851edac4a847b8a1e49fe2bfdc851a/volumes used request id req-17ee103e-3fc7-49b5-8b44-3eb724e60f28 2018-12-12 15:39:08,401 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-8e87b6db-c6ad-4328-8740-2f5ed9e3d76a-image 2018-12-12 15:39:08,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f02962cd3730a971ad0a7d77d737ff5789928a4" 2018-12-12 15:39:09,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-caaf3755-97fe-48b6-941f-c58c8ea5e0f5 Date: Wed, 12 Dec 2018 15:39:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:39:09,672 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/19a02578-e998-4a08-b3e1-c0211799afaa used request id req-caaf3755-97fe-48b6-941f-c58c8ea5e0f5 2018-12-12 15:39:09,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:09,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-deb99d1f-fd7b-4f0b-9a6c-9f01c645a9ce Date: Wed, 12 Dec 2018 15:39:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:39:09,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-deb99d1f-fd7b-4f0b-9a6c-9f01c645a9ce 2018-12-12 15:39:09,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:09,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8ac5ce-67cf-4900-8b4c-df11bb39ed04 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:39:09,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-bc8ac5ce-67cf-4900-8b4c-df11bb39ed04 2018-12-12 15:39:09,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:10,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9984a6ce-06e9-4efa-8dd2-541324a17544 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:39:10,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-9984a6ce-06e9-4efa-8dd2-541324a17544 2018-12-12 15:39:10,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:10,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba61b15-097a-47cf-a9e3-9c59cc826e7b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:39:10,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-8ba61b15-097a-47cf-a9e3-9c59cc826e7b 2018-12-12 15:39:10,154 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-fca71c48-138a-40f-proj 2018-12-12 15:39:10,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0b851edac4a847b8a1e49fe2bfdc851a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:10,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0290be50-4ed5-4178-932a-3627f396d578 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:10,376 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0b851edac4a847b8a1e49fe2bfdc851a used request id req-0290be50-4ed5-4178-932a-3627f396d578 2018-12-12 15:39:10,376 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-fca71c48-138a-40f-proj-role 2018-12-12 15:39:10,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b0ca0225e3e847f08667580beb5f6783 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:10,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c1aa3e6-0844-4354-ba38-7f1a1544d548 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:10,497 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b0ca0225e3e847f08667580beb5f6783 used request id req-0c1aa3e6-0844-4354-ba38-7f1a1544d548 2018-12-12 15:39:10,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed188bc4f13c6a2c9fecc985b91ac012e25be2c" 2018-12-12 15:39:10,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b165549-0367-4368-a0ac-2e3884739151 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:39:10,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8b165549-0367-4368-a0ac-2e3884739151 2018-12-12 15:39:10,592 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-fca71c48-138a-40f-user 2018-12-12 15:39:10,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/18648655aa23493c88a4836e6987477b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}487e849120654d276394a484e7f8c7cebd687707" 2018-12-12 15:39:10,773 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5df8d4ea-2777-4e63-a702-f115f0d4cae8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:10,773 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/18648655aa23493c88a4836e6987477b used request id req-5df8d4ea-2777-4e63-a702-f115f0d4cae8 2018-12-12 15:39:10,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:11,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["OhRP-3HeQlKgp76-D-ddFg"], "issued_at": "2018-12-12T15:39:11.000000Z"}} 2018-12-12 15:39:11,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06954167fcf517cbee4992ebfb770b1bc68f7c46" 2018-12-12 15:39:11,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e884a105-a227-4132-b862-530c055aee16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:11,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e884a105-a227-4132-b862-530c055aee16 2018-12-12 15:39:11,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:11,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:11,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["mgqJp2orR8m0pQt4NMlkbA"], "issued_at": "2018-12-12T15:39:11.000000Z"}} 2018-12-12 15:39:11,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:11,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b8f8e1-7d5b-40ab-8392-dd31047e9da4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:11,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-44b8f8e1-7d5b-40ab-8392-dd31047e9da4 2018-12-12 15:39:11,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:39:11,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:39: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:39:11,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-7af278ad-7ad2-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:11,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-992fc99e-7df3-4301-92e7-29d69d1ef727 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-7af278ad-7ad2-465-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:39:11,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-7af278ad-7ad2-465-proj used request id req-992fc99e-7df3-4301-92e7-29d69d1ef727 2018-12-12 15:39:11,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:11,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f77d37b8-b8a8-47d0-8f33-46a682ddf53b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:39:11,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f77d37b8-b8a8-47d0-8f33-46a682ddf53b 2018-12-12 15:39:11,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj"}}' 2018-12-12 15:39:11,959 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:39:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-887b893c-c9fc-401f-b16b-223d1a0e97df Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4358ae95a4f04455ae0aead06bf9a8f6"}, "enabled": true, "id": "4358ae95a4f04455ae0aead06bf9a8f6", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj"}} 2018-12-12 15:39:11,959 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-887b893c-c9fc-401f-b16b-223d1a0e97df 2018-12-12 15:39:11,960 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-7af278ad-7ad2-465-proj 2018-12-12 15:39:11,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:11,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:12,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["PtqYEONaQdOcf1DLy4zRhw"], "issued_at": "2018-12-12T15:39:12.000000Z"}} 2018-12-12 15:39:12,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d43f71c8803e96e61387df96958acccca79f798" 2018-12-12 15:39:12,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ee084b-f3a7-471e-bc80-0d9aaf82e674 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:12,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d6ee084b-f3a7-471e-bc80-0d9aaf82e674 2018-12-12 15:39:12,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:39:12,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:39: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:39:12,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d43f71c8803e96e61387df96958acccca79f798" 2018-12-12 15:39:12,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6efebf70-6094-429c-9776-6c1ab8f1b047 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:39:12,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6efebf70-6094-429c-9776-6c1ab8f1b047 2018-12-12 15:39:12,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-7af278ad-7ad2-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d43f71c8803e96e61387df96958acccca79f798" 2018-12-12 15:39:12,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e0d039-7882-4c14-8ed3-1e729b9a3f87 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-7af278ad-7ad2-465-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4358ae95a4f04455ae0aead06bf9a8f6"}, "enabled": true, "id": "4358ae95a4f04455ae0aead06bf9a8f6", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj"}]} 2018-12-12 15:39:12,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-7af278ad-7ad2-465-proj used request id req-95e0d039-7882-4c14-8ed3-1e729b9a3f87 2018-12-12 15:39:12,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d43f71c8803e96e61387df96958acccca79f798" 2018-12-12 15:39:12,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f93012d4-99ad-4522-81d8-6e7578483684 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:39:12,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f93012d4-99ad-4522-81d8-6e7578483684 2018-12-12 15:39:13,019 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-7af278ad-7ad2-465-user 2018-12-12 15:39:13,019 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:13,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:13,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca2b6519-f8f3-47ba-aa1e-84b0cc72e9aa Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:39:13,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ca2b6519-f8f3-47ba-aa1e-84b0cc72e9aa 2018-12-12 15:39:13,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" -d '{"role": {"name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role"}}' 2018-12-12 15:39:13,295 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:39:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-450ee76f-5133-4d9e-9059-88b5e4673e53 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "135d417771b6482cacf4fa39c1a2c90d", "links": {"self": "http://172.30.9.29:5000/v3/roles/135d417771b6482cacf4fa39c1a2c90d"}, "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role"}} 2018-12-12 15:39:13,295 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-450ee76f-5133-4d9e-9059-88b5e4673e53 2018-12-12 15:39:13,295 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role 2018-12-12 15:39:13,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/135d417771b6482cacf4fa39c1a2c90d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:13,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6981aec0-63be-4e3a-99e5-294e85a8c0c3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/135d417771b6482cacf4fa39c1a2c90d"}, "domain_id": null, "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role", "id": "135d417771b6482cacf4fa39c1a2c90d"}} 2018-12-12 15:39:13,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/135d417771b6482cacf4fa39c1a2c90d used request id req-6981aec0-63be-4e3a-99e5-294e85a8c0c3 2018-12-12 15:39:13,395 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role to project CreateVolumeWithImageTests-7af278ad-7ad2-465-proj 2018-12-12 15:39:13,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4358ae95a4f04455ae0aead06bf9a8f6/users/cbe6c99af33b428897e6accc45dbd968/roles/135d417771b6482cacf4fa39c1a2c90d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:13,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a733b09-b137-4f2a-97d8-7c1a8690ac30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:13,567 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4358ae95a4f04455ae0aead06bf9a8f6/users/cbe6c99af33b428897e6accc45dbd968/roles/135d417771b6482cacf4fa39c1a2c90d used request id req-4a733b09-b137-4f2a-97d8-7c1a8690ac30 2018-12-12 15:39:13,569 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:39:13,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:13,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:13,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "135d417771b6482cacf4fa39c1a2c90d", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role"}], "expires_at": "2018-12-12T16:39:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4358ae95a4f04455ae0aead06bf9a8f6", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-user", "id": "cbe6c99af33b428897e6accc45dbd968"}, "audit_ids": ["XZPu8wTjQ4eTqse6gF9zYQ"], "issued_at": "2018-12-12T15:39:13.000000Z"}} 2018-12-12 15:39:13,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" 2018-12-12 15:39:14,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7b798a2-65b0-4974-86e7-634beceba3d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:14,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e7b798a2-65b0-4974-86e7-634beceba3d4 2018-12-12 15:39:14,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" 2018-12-12 15:39:14,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-61e26f67-86b2-49bb-a8d5-6061f79ae1fb Date: Wed, 12 Dec 2018 15:39:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image"} 2018-12-12 15:39:14,205 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image used request id req-61e26f67-86b2-49bb-a8d5-6061f79ae1fb 2018-12-12 15:39:14,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" 2018-12-12 15:39:14,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fdf38cd2-62de-4dce-83d3-1389d5d142c1 Date: Wed, 12 Dec 2018 15:39:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:39:14,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fdf38cd2-62de-4dce-83d3-1389d5d142c1 2018-12-12 15:39:14,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image"}' 2018-12-12 15:39:14,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28 X-Openstack-Request-Id: req-962865bf-7699-4f48-b7bf-78e973b96c3e Date: Wed, 12 Dec 2018 15:39:14 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "min_disk": 0, "protected": false, "id": "0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "file": "/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/file", "checksum": null, "owner": "4358ae95a4f04455ae0aead06bf9a8f6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:14,603 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-962865bf-7699-4f48-b7bf-78e973b96c3e 2018-12-12 15:39:14,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" -d '' 2018-12-12 15:39:15,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a5d941ca-136e-4a75-8eb7-0177e41c7b09 Date: Wed, 12 Dec 2018 15:39:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:39:15,945 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/file used request id req-a5d941ca-136e-4a75-8eb7-0177e41c7b09 2018-12-12 15:39:15,945 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:39:15,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" 2018-12-12 15:39:15,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ebbd8e04-348a-499f-ad6e-a951f07f7203 Date: Wed, 12 Dec 2018 15:39:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/snap", "metadata": {}}], "self": "/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "min_disk": 0, "protected": false, "id": "0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "file": "/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4358ae95a4f04455ae0aead06bf9a8f6", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:15,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28 used request id req-ebbd8e04-348a-499f-ad6e-a951f07f7203 2018-12-12 15:39:15,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" 2018-12-12 15:39:16,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-665486bb-23e4-4b09-af54-19bde45cba02 Date: Wed, 12 Dec 2018 15:39:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:39:16,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-665486bb-23e4-4b09-af54-19bde45cba02 2018-12-12 15:39:16,126 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image 2018-12-12 15:39:16,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" 2018-12-12 15:39:16,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ad91599c-5028-48c2-8914-133e4a0bddad Date: Wed, 12 Dec 2018 15:39:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/snap", "metadata": {}}], "self": "/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "min_disk": 0, "protected": false, "id": "0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "file": "/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4358ae95a4f04455ae0aead06bf9a8f6", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:16,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28 used request id req-ad91599c-5028-48c2-8914-133e4a0bddad 2018-12-12 15:39:16,288 - create_image - DEBUG - Instance status is - active 2018-12-12 15:39:16,288 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image 2018-12-12 15:39:16,288 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image 2018-12-12 15:39:16,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:16,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:16,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "135d417771b6482cacf4fa39c1a2c90d", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role"}], "expires_at": "2018-12-12T16:39:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4358ae95a4f04455ae0aead06bf9a8f6", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-user", "id": "cbe6c99af33b428897e6accc45dbd968"}, "audit_ids": ["2oQyBEz0QUK79umpMBz3Cg"], "issued_at": "2018-12-12T15:39:16.000000Z"}} 2018-12-12 15:39:16,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:16,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e7bf65e-1389-40ca-a569-c1c4b3d83c33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:16,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8e7bf65e-1389-40ca-a569-c1c4b3d83c33 2018-12-12 15:39:16,746 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:16,924 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:16 GMT Server: Apache x-compute-request-id: req-88e63c8d-5c8f-4922-838a-647bd30c1361 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-88e63c8d-5c8f-4922-838a-647bd30c1361 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:39:16,924 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/detail used request id req-88e63c8d-5c8f-4922-838a-647bd30c1361 2018-12-12 15:39:16,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "imageRef": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:39:18,449 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:39:16 GMT Server: Apache x-compute-request-id: req-cd8fd238-97c1-4a0f-977f-992acabad8f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd8fd238-97c1-4a0f-977f-992acabad8f1 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "cbe6c99af33b428897e6accc45dbd968", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:39:18.356024", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1}} 2018-12-12 15:39:18,449 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes used request id req-cd8fd238-97c1-4a0f-977f-992acabad8f1 2018-12-12 15:39:18,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:18,640 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:18 GMT Server: Apache x-compute-request-id: req-2b04a113-dc3b-46b8-9e18-7d546c05de03 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2b04a113-dc3b-46b8-9e18-7d546c05de03 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "cbe6c99af33b428897e6accc45dbd968", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:39:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4358ae95a4f04455ae0aead06bf9a8f6", "updated_at": "2018-12-12T15:39:18.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1}} 2018-12-12 15:39:18,640 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-2b04a113-dc3b-46b8-9e18-7d546c05de03 2018-12-12 15:39:18,641 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol 2018-12-12 15:39:18,643 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:18,841 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:18 GMT Server: Apache x-compute-request-id: req-7b21f5da-8ba2-4bf1-95bb-22acc8d495d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b21f5da-8ba2-4bf1-95bb-22acc8d495d8 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "cbe6c99af33b428897e6accc45dbd968", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:39:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4358ae95a4f04455ae0aead06bf9a8f6", "updated_at": "2018-12-12T15:39:18.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1}} 2018-12-12 15:39:18,841 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-7b21f5da-8ba2-4bf1-95bb-22acc8d495d8 2018-12-12 15:39:18,841 - create_volume - DEBUG - Instance status is - creating 2018-12-12 15:39:18,842 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:39:21,845 - create_volume - DEBUG - Volume status query timeout in 296.796272039 2018-12-12 15:39:21,849 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:22,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:21 GMT Server: Apache x-compute-request-id: req-73ff26d0-48ea-4c69-9b68-d89fd1ee559a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-73ff26d0-48ea-4c69-9b68-d89fd1ee559a Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "cbe6c99af33b428897e6accc45dbd968", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:39:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4358ae95a4f04455ae0aead06bf9a8f6", "updated_at": "2018-12-12T15:39:20.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1}} 2018-12-12 15:39:22,046 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-73ff26d0-48ea-4c69-9b68-d89fd1ee559a 2018-12-12 15:39:22,046 - create_volume - DEBUG - Instance status is - downloading 2018-12-12 15:39:22,046 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:39:25,050 - create_volume - DEBUG - Volume status query timeout in 293.591385126 2018-12-12 15:39:25,053 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:25,272 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:25 GMT Server: Apache x-compute-request-id: req-cf071c83-4b8a-47f5-b51c-dbea5fd8989f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf071c83-4b8a-47f5-b51c-dbea5fd8989f Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-12T15:39:24.000000", "replication_status": null, "snapshot_id": null, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1, "user_id": "cbe6c99af33b428897e6accc45dbd968", "os-vol-tenant-attr:tenant_id": "4358ae95a4f04455ae0aead06bf9a8f6", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "image_id": "0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "bootable": "true", "created_at": "2018-12-12T15:39:18.000000", "volume_type": null}} 2018-12-12 15:39:25,272 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-cf071c83-4b8a-47f5-b51c-dbea5fd8989f 2018-12-12 15:39:25,273 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:39:25,273 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol 2018-12-12 15:39:25,273 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol 2018-12-12 15:39:25,276 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:25,324 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:25 GMT Server: Apache x-compute-request-id: req-f1b53e35-ac58-444d-949b-e2bd4ba2edc6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1b53e35-ac58-444d-949b-e2bd4ba2edc6 Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-12T15:39:24.000000", "replication_status": null, "snapshot_id": null, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1, "user_id": "cbe6c99af33b428897e6accc45dbd968", "os-vol-tenant-attr:tenant_id": "4358ae95a4f04455ae0aead06bf9a8f6", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "image_id": "0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "bootable": "true", "created_at": "2018-12-12T15:39:18.000000", "volume_type": null}} 2018-12-12 15:39:25,325 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-f1b53e35-ac58-444d-949b-e2bd4ba2edc6 2018-12-12 15:39:25,325 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:39:25,325 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol 2018-12-12 15:39:25,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:25,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "135d417771b6482cacf4fa39c1a2c90d", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role"}], "expires_at": "2018-12-12T16:39:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4358ae95a4f04455ae0aead06bf9a8f6", "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-7af278ad-7ad2-465-user", "id": "cbe6c99af33b428897e6accc45dbd968"}, "audit_ids": ["Ks3F5aPAQp29HNgQmWSzPQ"], "issued_at": "2018-12-12T15:39:25.000000Z"}} 2018-12-12 15:39:25,711 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e62bec9f175f59d5628ea3514247fa4125c46a" 2018-12-12 15:39:25,907 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:25 GMT Server: Apache x-compute-request-id: req-10d28e64-dbd4-409b-9df0-4177536d3d31 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10d28e64-dbd4-409b-9df0-4177536d3d31 Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-12T15:39:24.000000", "replication_status": null, "snapshot_id": null, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1, "user_id": "cbe6c99af33b428897e6accc45dbd968", "os-vol-tenant-attr:tenant_id": "4358ae95a4f04455ae0aead06bf9a8f6", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "image_id": "0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "bootable": "true", "created_at": "2018-12-12T15:39:18.000000", "volume_type": null}} 2018-12-12 15:39:25,907 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-10d28e64-dbd4-409b-9df0-4177536d3d31 2018-12-12 15:39:25,911 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:26,113 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:25 GMT Server: Apache x-compute-request-id: req-c5046ddf-f03b-4f75-9920-d98c34a7d9eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5046ddf-f03b-4f75-9920-d98c34a7d9eb Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-12T15:39:24.000000", "replication_status": null, "snapshot_id": null, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1, "user_id": "cbe6c99af33b428897e6accc45dbd968", "os-vol-tenant-attr:tenant_id": "4358ae95a4f04455ae0aead06bf9a8f6", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "image_id": "0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "bootable": "true", "created_at": "2018-12-12T15:39:18.000000", "volume_type": null}} 2018-12-12 15:39:26,113 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-c5046ddf-f03b-4f75-9920-d98c34a7d9eb 2018-12-12 15:39:26,114 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:39:26,114 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol 2018-12-12 15:39:26,114 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol 2018-12-12 15:39:26,117 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:26,343 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:39:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da867767-d3f4-47ae-8cd9-f73ad32f1cfb Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:39:26,343 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-da867767-d3f4-47ae-8cd9-f73ad32f1cfb 2018-12-12 15:39:26,347 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:26,396 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:26 GMT Server: Apache x-compute-request-id: req-5b78df25-b716-4b62-82dd-ce65e5147986 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b78df25-b716-4b62-82dd-ce65e5147986 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "self"}, {"href": "http://172.30.9.29:8776/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-12-12T15:39:26.000000", "replication_status": null, "snapshot_id": null, "id": "ee36e452-0b46-4408-b0ae-1077a92a26f0", "size": 1, "user_id": "cbe6c99af33b428897e6accc45dbd968", "os-vol-tenant-attr:tenant_id": "4358ae95a4f04455ae0aead06bf9a8f6", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image", "image_id": "0044b8c4-5de3-4f13-b0e8-f8a11989ff28", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol", "bootable": "true", "created_at": "2018-12-12T15:39:18.000000", "volume_type": null}} 2018-12-12 15:39:26,396 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-5b78df25-b716-4b62-82dd-ce65e5147986 2018-12-12 15:39:26,397 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:39:26,397 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:39:29,400 - create_volume - DEBUG - Volume status query timeout in 56.9437839985 2018-12-12 15:39:29,403 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-88e63c8d-5c8f-4922-838a-647bd30c1361" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dadb1642daea48b4cc1045d1e396f8098c0591d" 2018-12-12 15:39:29,616 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:39:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6fbe2d37-0a8c-418a-9ac2-c5e8f20c1e9d x-openstack-request-id: req-6fbe2d37-0a8c-418a-9ac2-c5e8f20c1e9d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ee36e452-0b46-4408-b0ae-1077a92a26f0 could not be found.", "code": 404}} 2018-12-12 15:39:29,616 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4358ae95a4f04455ae0aead06bf9a8f6/volumes/ee36e452-0b46-4408-b0ae-1077a92a26f0 used request id req-6fbe2d37-0a8c-418a-9ac2-c5e8f20c1e9d 2018-12-12 15:39:29,616 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume ee36e452-0b46-4408-b0ae-1077a92a26f0 could not be found. (HTTP 404) (Request-ID: req-6fbe2d37-0a8c-418a-9ac2-c5e8f20c1e9d) 2018-12-12 15:39:29,616 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-vol 2018-12-12 15:39:29,617 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-e3636b1f-1a7e-4e61-a5ec-1b8b8521848e-image 2018-12-12 15:39:29,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef61508c6b582ab184694ab294136c82c6c67f0d" 2018-12-12 15:39:30,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7b88624-8fb3-4259-a966-b07370e321fd Date: Wed, 12 Dec 2018 15:39:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:39:30,750 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/0044b8c4-5de3-4f13-b0e8-f8a11989ff28 used request id req-b7b88624-8fb3-4259-a966-b07370e321fd 2018-12-12 15:39:30,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:30,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-67176165-76b5-4a41-9320-8ba8fd41a8f6 Date: Wed, 12 Dec 2018 15:39:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:39:30,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-67176165-76b5-4a41-9320-8ba8fd41a8f6 2018-12-12 15:39:30,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:31,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86565816-b089-49b5-8be8-f86891b488c1 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:39:31,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-86565816-b089-49b5-8be8-f86891b488c1 2018-12-12 15:39:31,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:31,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-298c784c-cc61-4a8d-a761-28020a3f4e09 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:39:31,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-298c784c-cc61-4a8d-a761-28020a3f4e09 2018-12-12 15:39:31,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:31,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef0ae7b4-f790-4703-ac8a-9fed801d011a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:39:31,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-ef0ae7b4-f790-4703-ac8a-9fed801d011a 2018-12-12 15:39:31,258 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-7af278ad-7ad2-465-proj 2018-12-12 15:39:31,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4358ae95a4f04455ae0aead06bf9a8f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:31,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bdfe697-c54a-44df-bf3e-14275ee94b78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:31,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4358ae95a4f04455ae0aead06bf9a8f6 used request id req-7bdfe697-c54a-44df-bf3e-14275ee94b78 2018-12-12 15:39:31,459 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-7af278ad-7ad2-465-proj-role 2018-12-12 15:39:31,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/135d417771b6482cacf4fa39c1a2c90d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:31,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-137dc796-1479-4acd-aac7-eee2b071c3fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:31,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/135d417771b6482cacf4fa39c1a2c90d used request id req-137dc796-1479-4acd-aac7-eee2b071c3fe 2018-12-12 15:39:31,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b9f7ece56a03b5136e86fde3f1d59bf0e9800d" 2018-12-12 15:39:31,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a75e88-fda6-44d4-96d9-fc406efa2a9c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:39:31,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-32a75e88-fda6-44d4-96d9-fc406efa2a9c 2018-12-12 15:39:31,671 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-7af278ad-7ad2-465-user 2018-12-12 15:39:31,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/cbe6c99af33b428897e6accc45dbd968 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d43f71c8803e96e61387df96958acccca79f798" 2018-12-12 15:39:31,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58ff8e22-0d2c-42a0-8842-89f700104c68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:31,832 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/cbe6c99af33b428897e6accc45dbd968 used request id req-58ff8e22-0d2c-42a0-8842-89f700104c68 2018-12-12 15:39:31,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:32,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["V3P_BXqCRt-CWHXJ3n6D4g"], "issued_at": "2018-12-12T15:39:32.000000Z"}} 2018-12-12 15:39:32,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfb7eeea02a87208227cbd99ab8cfa2343dfdee8" 2018-12-12 15:39:32,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9052383c-a635-424b-9302-afabea3252d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:32,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9052383c-a635-424b-9302-afabea3252d3 2018-12-12 15:39:32,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:32,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:32,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["OecBLgQKSeCg2ZoLUkTupA"], "issued_at": "2018-12-12T15:39:32.000000Z"}} 2018-12-12 15:39:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:39:32,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187415be-e9a3-4a8f-92bd-d18f334c4d50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:32,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-187415be-e9a3-4a8f-92bd-d18f334c4d50 2018-12-12 15:39:32,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:39:32,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:39:32,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-02af1b5c-9c75-45b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:39:32,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08dfd3a0-459b-4bb2-bb19-69473a79ee39 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-02af1b5c-9c75-45b-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:39:32,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-02af1b5c-9c75-45b-proj used request id req-08dfd3a0-459b-4bb2-bb19-69473a79ee39 2018-12-12 15:39:32,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:39:32,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37fff94-c3e9-4251-ace6-c293a2c9c5a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:39:32,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b37fff94-c3e9-4251-ace6-c293a2c9c5a7 2018-12-12 15:39:32,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}}' 2018-12-12 15:39:33,013 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:39:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caecff20-0772-46d0-9b28-e4bccce7430c Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}} 2018-12-12 15:39:33,013 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-caecff20-0772-46d0-9b28-e4bccce7430c 2018-12-12 15:39:33,013 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-02af1b5c-9c75-45b-proj 2018-12-12 15:39:33,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:33,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:33,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["IkfbM07uRh2o7o3m824y9Q"], "issued_at": "2018-12-12T15:39:33.000000Z"}} 2018-12-12 15:39:33,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc99b473e3223caeb947f248c61607e602a6048" 2018-12-12 15:39:33,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cf23767-3ac2-491e-9608-9db7b4393abf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:33,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9cf23767-3ac2-491e-9608-9db7b4393abf 2018-12-12 15:39:33,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:39:33,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:39: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:39:33,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc99b473e3223caeb947f248c61607e602a6048" 2018-12-12 15:39:33,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ccf518-8bf7-4d0b-ac6d-b8c348d4eb93 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:39:33,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f1ccf518-8bf7-4d0b-ac6d-b8c348d4eb93 2018-12-12 15:39:33,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-02af1b5c-9c75-45b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc99b473e3223caeb947f248c61607e602a6048" 2018-12-12 15:39:33,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-785acdda-df95-42dc-b41d-75961995a21e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-02af1b5c-9c75-45b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}]} 2018-12-12 15:39:33,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-02af1b5c-9c75-45b-proj used request id req-785acdda-df95-42dc-b41d-75961995a21e 2018-12-12 15:39:33,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc99b473e3223caeb947f248c61607e602a6048" 2018-12-12 15:39:33,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-242a4b20-4e6a-45a1-b0ac-1b98b319ebc3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:39:33,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-242a4b20-4e6a-45a1-b0ac-1b98b319ebc3 2018-12-12 15:39:34,127 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-02af1b5c-9c75-45b-user 2018-12-12 15:39:34,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:34,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:39:34,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e94cd0-cbc5-4cdd-9779-8fffe63323b7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:39:34,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e2e94cd0-cbc5-4cdd-9779-8fffe63323b7 2018-12-12 15:39:34,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" -d '{"role": {"name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj-role"}}' 2018-12-12 15:39:34,259 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c05e4cb1-66fc-4a14-9ffe-b3160d2dc032 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "68e8a27641594d37b022740a244a104f", "links": {"self": "http://172.30.9.29:5000/v3/roles/68e8a27641594d37b022740a244a104f"}, "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj-role"}} 2018-12-12 15:39:34,259 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c05e4cb1-66fc-4a14-9ffe-b3160d2dc032 2018-12-12 15:39:34,259 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-02af1b5c-9c75-45b-proj-role 2018-12-12 15:39:34,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/68e8a27641594d37b022740a244a104f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:39:34,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec6b09b-3c4e-4e74-ade8-5e561be43121 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/68e8a27641594d37b022740a244a104f"}, "domain_id": null, "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj-role", "id": "68e8a27641594d37b022740a244a104f"}} 2018-12-12 15:39:34,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/68e8a27641594d37b022740a244a104f used request id req-aec6b09b-3c4e-4e74-ade8-5e561be43121 2018-12-12 15:39:34,344 - keystone_utils - INFO - Granting role SimpleHealthCheck-02af1b5c-9c75-45b-proj-role to project SimpleHealthCheck-02af1b5c-9c75-45b-proj 2018-12-12 15:39:34,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a/users/c6c9267e50fa460faa04333b02372d19/roles/68e8a27641594d37b022740a244a104f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:39:34,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc117c03-f07b-4309-ab48-3e21567990e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:39:34,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a/users/c6c9267e50fa460faa04333b02372d19/roles/68e8a27641594d37b022740a244a104f used request id req-bc117c03-f07b-4309-ab48-3e21567990e3 2018-12-12 15:39:34,489 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:39:34,490 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:39:34,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:34,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:34,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "68e8a27641594d37b022740a244a104f", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj-role"}], "expires_at": "2018-12-12T16:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-02af1b5c-9c75-45b-user", "id": "c6c9267e50fa460faa04333b02372d19"}, "audit_ids": ["3eKpVQe6RXut-PLRkTSmdQ"], "issued_at": "2018-12-12T15:39:34.000000Z"}} 2018-12-12 15:39:34,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" 2018-12-12 15:39:34,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf2f1de2-c849-4b1d-aed3-8514409cdec7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:34,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bf2f1de2-c849-4b1d-aed3-8514409cdec7 2018-12-12 15:39:34,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" 2018-12-12 15:39:35,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-c39f1af6-bd15-4673-a3d5-c4be039f450b Date: Wed, 12 Dec 2018 15:39:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image"} 2018-12-12 15:39:35,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image used request id req-c39f1af6-bd15-4673-a3d5-c4be039f450b 2018-12-12 15:39:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" 2018-12-12 15:39:35,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3d7f31b0-f0f2-4409-b175-15e5c7c7d37a Date: Wed, 12 Dec 2018 15:39:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:39:35,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3d7f31b0-f0f2-4409-b175-15e5c7c7d37a 2018-12-12 15:39:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image"}' 2018-12-12 15:39:35,874 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe X-Openstack-Request-Id: req-5a532470-4ce5-420c-ad70-bd2b2d9418ae Date: Wed, 12 Dec 2018 15:39:35 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe", "min_disk": 0, "protected": false, "id": "3638de2c-5227-4e03-9a05-cec207715dbe", "file": "/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe/file", "checksum": null, "owner": "9d256eaf2ea14ac3b3e732ae1450241a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:35,874 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-5a532470-4ce5-420c-ad70-bd2b2d9418ae 2018-12-12 15:39:35,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" -d '' 2018-12-12 15:39:37,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d810f014-28f3-4056-829e-2d3bb240a9dd Date: Wed, 12 Dec 2018 15:39:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:39:37,426 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe/file used request id req-d810f014-28f3-4056-829e-2d3bb240a9dd 2018-12-12 15:39:37,427 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:39:37,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" 2018-12-12 15:39:37,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-1c2429d2-1bf7-47d0-88eb-fe179bd8cdcc Date: Wed, 12 Dec 2018 15:39:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:37Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3638de2c-5227-4e03-9a05-cec207715dbe/snap", "metadata": {}}], "self": "/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe", "min_disk": 0, "protected": false, "id": "3638de2c-5227-4e03-9a05-cec207715dbe", "file": "/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9d256eaf2ea14ac3b3e732ae1450241a", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3638de2c-5227-4e03-9a05-cec207715dbe/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:37,604 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe used request id req-1c2429d2-1bf7-47d0-88eb-fe179bd8cdcc 2018-12-12 15:39:37,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" 2018-12-12 15:39:37,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fa480315-9bb3-4dc0-9d18-71f8b0121b30 Date: Wed, 12 Dec 2018 15:39:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:39:37,758 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fa480315-9bb3-4dc0-9d18-71f8b0121b30 2018-12-12 15:39:37,761 - create_image - INFO - Created image with name - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image 2018-12-12 15:39:37,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" 2018-12-12 15:39:37,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d337366c-c975-4dc8-a113-96a175a4d650 Date: Wed, 12 Dec 2018 15:39:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:37Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3638de2c-5227-4e03-9a05-cec207715dbe/snap", "metadata": {}}], "self": "/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe", "min_disk": 0, "protected": false, "id": "3638de2c-5227-4e03-9a05-cec207715dbe", "file": "/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9d256eaf2ea14ac3b3e732ae1450241a", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3638de2c-5227-4e03-9a05-cec207715dbe/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:39:37,923 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe used request id req-d337366c-c975-4dc8-a113-96a175a4d650 2018-12-12 15:39:37,923 - create_image - DEBUG - Instance status is - active 2018-12-12 15:39:37,923 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image 2018-12-12 15:39:37,924 - create_image - INFO - Image is now active with name - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image 2018-12-12 15:39:37,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:37,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:38,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "68e8a27641594d37b022740a244a104f", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj-role"}], "expires_at": "2018-12-12T16:39:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-02af1b5c-9c75-45b-user", "id": "c6c9267e50fa460faa04333b02372d19"}, "audit_ids": ["t501us8eRxOpKiJ23R9Bgg"], "issued_at": "2018-12-12T15:39:38.000000Z"}} 2018-12-12 15:39:38,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" 2018-12-12 15:39:38,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb276ad-6122-4344-a9b7-5dff2a2369aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:38,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1cb276ad-6122-4344-a9b7-5dff2a2369aa 2018-12-12 15:39:38,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" 2018-12-12 15:39:38,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-42664954-9574-4b6e-bcdd-6460b9c36db2 Date: Wed, 12 Dec 2018 15:39:38 GMT RESP BODY: {"networks":[]} 2018-12-12 15:39:38,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net used request id req-42664954-9574-4b6e-bcdd-6460b9c36db2 2018-12-12 15:39:38,667 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net 2018-12-12 15:39:38,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" -d '{"network": {"name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net", "admin_state_up": true}}' 2018-12-12 15:39:39,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1ada4dfe-204c-41cc-98bd-b6bb1cdac996 Date: Wed, 12 Dec 2018 15:39:39 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:39:39Z","is_default":false,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","mtu":1450}} 2018-12-12 15:39:39,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1ada4dfe-204c-41cc-98bd-b6bb1cdac996 2018-12-12 15:39:39,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" 2018-12-12 15:39:39,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-64d26919-643e-4936-bffa-af271fda5853 Date: Wed, 12 Dec 2018 15:39: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-12-12T15:39:39Z","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net"}]} 2018-12-12 15:39:39,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-64d26919-643e-4936-bffa-af271fda5853 2018-12-12 15:39:39,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" 2018-12-12 15:39:40,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1097ed6b-8f36-469a-8964-7fd03c9ddfdc Date: Wed, 12 Dec 2018 15:39:40 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:39:40,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-1097ed6b-8f36-469a-8964-7fd03c9ddfdc 2018-12-12 15:39:40,065 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet 2018-12-12 15:39:40,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" -d '{"subnets": [{"ip_version": 4, "network_id": "7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]}' 2018-12-12 15:39:40,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3c0ea63c-dd4f-437f-b7e8-e33101a3a6f7 Date: Wed, 12 Dec 2018 15:39:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","dns_nameservers":[],"updated_at":"2018-12-12T15:39: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":"9d256eaf2ea14ac3b3e732ae1450241a","id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","subnetpool_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]} 2018-12-12 15:39:40,748 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-3c0ea63c-dd4f-437f-b7e8-e33101a3a6f7 2018-12-12 15:39:40,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" 2018-12-12 15:39:41,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-cea6ff3d-4134-4da6-8742-cf521b8c2e3f Date: Wed, 12 Dec 2018 15: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":["65f493fc-fc1d-4a1a-a9c1-97ebad8281f3"],"updated_at":"2018-12-12T15:39:40Z","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net"}]} 2018-12-12 15:39:41,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-cea6ff3d-4134-4da6-8742-cf521b8c2e3f 2018-12-12 15:39:41,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" 2018-12-12 15:39:41,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4dfaccc9-f233-49db-809c-08bdfcf9fb22 Date: Wed, 12 Dec 2018 15:39:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","dns_nameservers":[],"updated_at":"2018-12-12T15:39: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":"9d256eaf2ea14ac3b3e732ae1450241a","id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","subnetpool_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]} 2018-12-12 15:39:41,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-4dfaccc9-f233-49db-809c-08bdfcf9fb22 2018-12-12 15:39:41,230 - OpenStackNetwork - DEBUG - Network [7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4] created successfully 2018-12-12 15:39:41,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:41,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:41,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:39:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["3nGbVWu_SgemRgApfWos_Q"], "issued_at": "2018-12-12T15:39:41.000000Z"}} 2018-12-12 15:39:41,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}784b8b2a35a72be085ee30baed20c55a93d328e2" 2018-12-12 15:39:41,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ed3f44-66dc-4e23-a0d5-0def12dd1e0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:41,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-73ed3f44-66dc-4e23-a0d5-0def12dd1e0a 2018-12-12 15:39:41,712 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:39:41,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}784b8b2a35a72be085ee30baed20c55a93d328e2" 2018-12-12 15:39:41,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-28286eca-d15a-4adf-8b3e-a8b463562a15 x-compute-request-id: req-28286eca-d15a-4adf-8b3e-a8b463562a15 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:39:41,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-28286eca-d15a-4adf-8b3e-a8b463562a15 2018-12-12 15:39:41,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}784b8b2a35a72be085ee30baed20c55a93d328e2" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:39:42,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-63a9e127-0d06-4db8-be9a-938f78f55c32 x-compute-request-id: req-63a9e127-0d06-4db8-be9a-938f78f55c32 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:39:42,039 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-63a9e127-0d06-4db8-be9a-938f78f55c32 2018-12-12 15:39:42,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:42,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:42,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "68e8a27641594d37b022740a244a104f", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj-role"}], "expires_at": "2018-12-12T16:39:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-02af1b5c-9c75-45b-user", "id": "c6c9267e50fa460faa04333b02372d19"}, "audit_ids": ["lTrobRtMTLG67PPwJsHBQA"], "issued_at": "2018-12-12T15:39:42.000000Z"}} 2018-12-12 15:39:42,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:42,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b2f6fb2-443f-43fe-aacb-86df49586f4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:42,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b2f6fb2-443f-43fe-aacb-86df49586f4c 2018-12-12 15:39:42,488 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:39:42,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:42,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65f39ba6-92b3-40c2-b67b-7239191b493e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:42,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-65f39ba6-92b3-40c2-b67b-7239191b493e 2018-12-12 15:39:42,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:42,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-0a467a89-fb16-4a7e-b457-e1f1cabbc745 Date: Wed, 12 Dec 2018 15:39: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":["65f493fc-fc1d-4a1a-a9c1-97ebad8281f3"],"updated_at":"2018-12-12T15:39:40Z","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net"}]} 2018-12-12 15:39:42,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net used request id req-0a467a89-fb16-4a7e-b457-e1f1cabbc745 2018-12-12 15:39:42,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:39:42,816 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:39: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:39:42,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:42,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9427fb39-ab4f-42af-b4a4-2137ef63a453 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}} 2018-12-12 15:39:42,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a used request id req-9427fb39-ab4f-42af-b4a4-2137ef63a453 2018-12-12 15:39:42,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:43,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b162e0be-fd9f-49e8-931a-cb9dbe9dbb83 Date: Wed, 12 Dec 2018 15:39:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","dns_nameservers":[],"updated_at":"2018-12-12T15:39: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":"9d256eaf2ea14ac3b3e732ae1450241a","id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","subnetpool_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]} 2018-12-12 15:39:43,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-b162e0be-fd9f-49e8-931a-cb9dbe9dbb83 2018-12-12 15:39:43,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:43,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-971c706b-2b7c-4989-a8c2-dbc22344e6bd Date: Wed, 12 Dec 2018 15:39:43 GMT RESP BODY: {"ports":[]} 2018-12-12 15:39:43,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1&admin_state_up=True used request id req-971c706b-2b7c-4989-a8c2-dbc22344e6bd 2018-12-12 15:39:43,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:43,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-552287cc-28e3-453a-a134-48cf2c3b1571 x-compute-request-id: req-552287cc-28e3-453a-a134-48cf2c3b1571 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:39:43,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst used request id req-552287cc-28e3-453a-a134-48cf2c3b1571 2018-12-12 15:39:43,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:43,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-96919e48-6fb5-4d54-85be-fce4c2b85659 Date: Wed, 12 Dec 2018 15:39:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65f493fc-fc1d-4a1a-a9c1-97ebad8281f3"],"updated_at":"2018-12-12T15:39:40Z","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net"}]} 2018-12-12 15:39:43,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net used request id req-96919e48-6fb5-4d54-85be-fce4c2b85659 2018-12-12 15:39:43,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:43,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba38d774-eff2-4438-9597-83780abfa956 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}} 2018-12-12 15:39:43,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a used request id req-ba38d774-eff2-4438-9597-83780abfa956 2018-12-12 15:39:43,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:43,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-aa2e1549-cb7c-4878-9fa0-3fbc4c8af620 Date: Wed, 12 Dec 2018 15:39:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","dns_nameservers":[],"updated_at":"2018-12-12T15:39: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":"9d256eaf2ea14ac3b3e732ae1450241a","id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","subnetpool_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]} 2018-12-12 15:39:43,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-aa2e1549-cb7c-4878-9fa0-3fbc4c8af620 2018-12-12 15:39:43,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:44,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b2550e7a-f44e-41e4-809c-25c6a3db7d51 Date: Wed, 12 Dec 2018 15:39:44 GMT RESP BODY: {"ports":[]} 2018-12-12 15:39:44,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1&admin_state_up=True used request id req-b2550e7a-f44e-41e4-809c-25c6a3db7d51 2018-12-12 15:39:44,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:39:44,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:39:44,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "68e8a27641594d37b022740a244a104f", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj-role"}], "expires_at": "2018-12-12T16:39:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9d256eaf2ea14ac3b3e732ae1450241a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-02af1b5c-9c75-45b-user", "id": "c6c9267e50fa460faa04333b02372d19"}, "audit_ids": ["Nk-WLHVATKqxV5VwREwSAw"], "issued_at": "2018-12-12T15:39:44.000000Z"}} 2018-12-12 15:39:44,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f54219971fb25ed2b8d793ab2a32c21a7327f0" 2018-12-12 15:39:44,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f61b4c3-db42-4615-aff8-d9f8feddc024 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:39:44,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6f61b4c3-db42-4615-aff8-d9f8feddc024 2018-12-12 15:39:44,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:44,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-3869495f-ec10-4d20-843c-9d7b58cd9492 Date: Wed, 12 Dec 2018 15: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":["65f493fc-fc1d-4a1a-a9c1-97ebad8281f3"],"updated_at":"2018-12-12T15:39:40Z","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net"}]} 2018-12-12 15:39:44,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net used request id req-3869495f-ec10-4d20-843c-9d7b58cd9492 2018-12-12 15:39:44,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:45,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2ee7504f-3b42-4c51-8127-ef65ba051d27 Date: Wed, 12 Dec 2018 15:39:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","dns_nameservers":[],"updated_at":"2018-12-12T15:39: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":"9d256eaf2ea14ac3b3e732ae1450241a","id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","subnetpool_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]} 2018-12-12 15:39:45,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-2ee7504f-3b42-4c51-8127-ef65ba051d27 2018-12-12 15:39:45,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:45,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5493ad89-4056-41ee-b53e-c468c29d20ea Date: Wed, 12 Dec 2018 15:39:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65f493fc-fc1d-4a1a-a9c1-97ebad8281f3"],"updated_at":"2018-12-12T15:39:40Z","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net"}]} 2018-12-12 15:39:45,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net used request id req-5493ad89-4056-41ee-b53e-c468c29d20ea 2018-12-12 15:39:45,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:39:45,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:39:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:39:45,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f54219971fb25ed2b8d793ab2a32c21a7327f0" 2018-12-12 15:39:45,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3f85af-34e5-490e-87ab-adf00ec9572d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}} 2018-12-12 15:39:45,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a used request id req-9f3f85af-34e5-490e-87ab-adf00ec9572d 2018-12-12 15:39:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:45,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c3b78dde-dc56-4820-b6b7-ab588cdefc38 Date: Wed, 12 Dec 2018 15:39:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","dns_nameservers":[],"updated_at":"2018-12-12T15:39: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":"9d256eaf2ea14ac3b3e732ae1450241a","id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","subnetpool_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]} 2018-12-12 15:39:45,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-c3b78dde-dc56-4820-b6b7-ab588cdefc38 2018-12-12 15:39:45,561 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net 2018-12-12 15:39:45,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" -d '{"port": {"network_id": "7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4", "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1", "admin_state_up": true}}' 2018-12-12 15:39:46,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-29518c68-0951-4eac-af06-3a0ffe4f0ee1 Date: Wed, 12 Dec 2018 15:39:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:39:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","ip_address":"10.55.0.14"}],"id":"7273a56d-9d57-4596-a2f8-5425ede64280","security_groups":["a38ef9c4-9c4b-4bd5-8137-e575514c4688"],"mac_address":"fa:16:3e:18:50:05","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1","project_id":"9d256eaf2ea14ac3b3e732ae1450241a","qos_policy_id":null,"admin_state_up":true,"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:45Z","binding:vnic_type":"normal"}} 2018-12-12 15:39:46,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-29518c68-0951-4eac-af06-3a0ffe4f0ee1 2018-12-12 15:39:46,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:46,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-bb41d065-85e7-4d14-bd37-552013d31b0f Date: Wed, 12 Dec 2018 15:39:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65f493fc-fc1d-4a1a-a9c1-97ebad8281f3"],"updated_at":"2018-12-12T15:39:40Z","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net"}]} 2018-12-12 15:39:46,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net used request id req-bb41d065-85e7-4d14-bd37-552013d31b0f 2018-12-12 15:39:46,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:46,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c876ade-4e6d-42e5-b24f-8909ba3d4b71 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}} 2018-12-12 15:39:46,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a used request id req-7c876ade-4e6d-42e5-b24f-8909ba3d4b71 2018-12-12 15:39:46,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:46,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c703d5e4-0e15-4c5d-8da8-34b44d2ee95e Date: Wed, 12 Dec 2018 15:39:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","dns_nameservers":[],"updated_at":"2018-12-12T15:39: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":"9d256eaf2ea14ac3b3e732ae1450241a","id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","subnetpool_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]} 2018-12-12 15:39:46,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-c703d5e4-0e15-4c5d-8da8-34b44d2ee95e 2018-12-12 15:39:46,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:47,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-8e8bf996-60b0-416a-8c9f-762991a8afe4 Date: Wed, 12 Dec 2018 15:39:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:39:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","ip_address":"10.55.0.14"}],"id":"7273a56d-9d57-4596-a2f8-5425ede64280","security_groups":["a38ef9c4-9c4b-4bd5-8137-e575514c4688"],"mac_address":"fa:16:3e:18:50:05","project_id":"9d256eaf2ea14ac3b3e732ae1450241a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1","admin_state_up":true,"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:45Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:39:47,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1&admin_state_up=True used request id req-8e8bf996-60b0-416a-8c9f-762991a8afe4 2018-12-12 15:39:47,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:47,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c77fb334-2f40-4593-9846-f51b933c14fd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}} 2018-12-12 15:39:47,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a used request id req-c77fb334-2f40-4593-9846-f51b933c14fd 2018-12-12 15:39:47,138 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst 2018-12-12 15:39:47,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:47,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-6e76f8e2-90a8-423c-b405-fb5fa28dea06 x-compute-request-id: req-6e76f8e2-90a8-423c-b405-fb5fa28dea06 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}], "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-flavor-name"}]} 2018-12-12 15:39:47,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6e76f8e2-90a8-423c-b405-fb5fa28dea06 2018-12-12 15:39:47,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:47,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-11b174cd-f3d6-4a40-8205-c0ecac954286 x-compute-request-id: req-11b174cd-f3d6-4a40-8205-c0ecac954286 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:39:47,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d used request id req-11b174cd-f3d6-4a40-8205-c0ecac954286 2018-12-12 15:39:47,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:47,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-cf0a7a93-c94c-435f-8590-592c069a105c Date: Wed, 12 Dec 2018 15:39:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:39:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:39:37Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3638de2c-5227-4e03-9a05-cec207715dbe/snap", "metadata": {}}], "self": "/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe", "min_disk": 0, "protected": false, "id": "3638de2c-5227-4e03-9a05-cec207715dbe", "file": "/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9d256eaf2ea14ac3b3e732ae1450241a", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3638de2c-5227-4e03-9a05-cec207715dbe/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image"} 2018-12-12 15:39:47,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image used request id req-cf0a7a93-c94c-435f-8590-592c069a105c 2018-12-12 15:39:47,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:47,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a1f9fe42-541b-4e0b-b365-f2b867b7b2ce Date: Wed, 12 Dec 2018 15:39:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:39:47,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a1f9fe42-541b-4e0b-b365-f2b867b7b2ce 2018-12-12 15:39:47,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" -d '{"server": {"name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "imageRef": "3638de2c-5227-4e03-9a05-cec207715dbe", "flavorRef": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "max_count": 1, "min_count": 1, "networks": [{"port": "7273a56d-9d57-4596-a2f8-5425ede64280"}]}}' 2018-12-12 15:39:49,556 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:39:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f1e8478-a4df-4f5f-9f2d-8fcef56a17b3 x-compute-request-id: req-7f1e8478-a4df-4f5f-9f2d-8fcef56a17b3 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "adminPass": "m4ygsjFVoBDH"}} 2018-12-12 15:39:49,556 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-7f1e8478-a4df-4f5f-9f2d-8fcef56a17b3 2018-12-12 15:39:49,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:49,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39: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-1f00da09-70dd-4e6f-b242-0af073f652ba x-compute-request-id: req-1f00da09-70dd-4e6f-b242-0af073f652ba Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:39:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:39:49,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-1f00da09-70dd-4e6f-b242-0af073f652ba 2018-12-12 15:39:49,782 - create_instance - INFO - Created instance with name - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst 2018-12-12 15:39:49,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:50,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39: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-b5d37f4e-e358-4c43-a242-e72df7d1358b x-compute-request-id: req-b5d37f4e-e358-4c43-a242-e72df7d1358b Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:39:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:39:50,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-b5d37f4e-e358-4c43-a242-e72df7d1358b 2018-12-12 15:39:50,146 - create_instance - DEBUG - Instance status [SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst] is - BUILD 2018-12-12 15:39:50,146 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:39:53,149 - create_instance - DEBUG - VM status query timeout in 896.63312006 2018-12-12 15:39:53,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:53,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-151be22e-3327-46b2-9e80-6581df6c7964 x-compute-request-id: req-151be22e-3327-46b2-9e80-6581df6c7964 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.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "security_groups": [{"name": "default"}], "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:39:51Z", "hostId": "07b282c55a475067c85e78b93ee543dc8cc8c08024eeb96b4023b469", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:39:53,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-151be22e-3327-46b2-9e80-6581df6c7964 2018-12-12 15:39:53,752 - create_instance - DEBUG - Instance status [SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst] is - BUILD 2018-12-12 15:39:53,752 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:39:56,755 - create_instance - DEBUG - VM status query timeout in 893.026940107 2018-12-12 15:39:56,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:39:57,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:39: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-b1fe6573-2b37-4434-9b8f-48345b18f05c x-compute-request-id: req-b1fe6573-2b37-4434-9b8f-48345b18f05c 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.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "security_groups": [{"name": "default"}], "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:39:51Z", "hostId": "07b282c55a475067c85e78b93ee543dc8cc8c08024eeb96b4023b469", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:39:57,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-b1fe6573-2b37-4434-9b8f-48345b18f05c 2018-12-12 15:39:57,218 - create_instance - DEBUG - Instance status [SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst] is - BUILD 2018-12-12 15:39:57,218 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:40:00,222 - create_instance - DEBUG - VM status query timeout in 889.560269117 2018-12-12 15:40:00,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:00,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40: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-eca8f3ad-d72f-4265-aeda-07751572f6a2 x-compute-request-id: req-eca8f3ad-d72f-4265-aeda-07751572f6a2 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:50:05", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:39:56.000000", "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "security_groups": [{"name": "default"}], "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:39:56Z", "hostId": "07b282c55a475067c85e78b93ee543dc8cc8c08024eeb96b4023b469", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:40:00,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-eca8f3ad-d72f-4265-aeda-07751572f6a2 2018-12-12 15:40:00,888 - create_instance - DEBUG - Instance status [SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst] is - ACTIVE 2018-12-12 15:40:00,888 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:40:00,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:01,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40: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-dd1ec016-4fd8-4ef0-adb4-3f77556782d6 x-compute-request-id: req-dd1ec016-4fd8-4ef0-adb4-3f77556782d6 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:50:05", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:39:56.000000", "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "security_groups": [{"name": "default"}], "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:39:56Z", "hostId": "07b282c55a475067c85e78b93ee543dc8cc8c08024eeb96b4023b469", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:40:01,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-dd1ec016-4fd8-4ef0-adb4-3f77556782d6 2018-12-12 15:40:01,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:02,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-f83383a7-be0c-41df-8b51-1cdebc025f61 Date: Wed, 12 Dec 2018 15:40:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65f493fc-fc1d-4a1a-a9c1-97ebad8281f3"],"updated_at":"2018-12-12T15:39:40Z","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9d256eaf2ea14ac3b3e732ae1450241a","id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net"}]} 2018-12-12 15:40:02,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net used request id req-f83383a7-be0c-41df-8b51-1cdebc025f61 2018-12-12 15:40:02,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:02,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08470f4d-c6d1-4a9f-ba16-e7f647e68205 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}} 2018-12-12 15:40:02,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a used request id req-08470f4d-c6d1-4a9f-ba16-e7f647e68205 2018-12-12 15:40:02,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:02,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8818521a-5da2-4c62-8d22-5e9e4b1c4aef Date: Wed, 12 Dec 2018 15:40:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","dns_nameservers":[],"updated_at":"2018-12-12T15:39: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":"9d256eaf2ea14ac3b3e732ae1450241a","id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","subnetpool_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet"}]} 2018-12-12 15:40:02,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-8818521a-5da2-4c62-8d22-5e9e4b1c4aef 2018-12-12 15:40:02,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:02,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-cebd3882-bbf3-43b8-aac6-97ab8db697c0 Date: Wed, 12 Dec 2018 15:40:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:39:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","ip_address":"10.55.0.3"}],"id":"00967466-ecde-4b90-84ff-0611ab593262","security_groups":[],"mac_address":"fa:16:3e:29:6e:88","project_id":"9d256eaf2ea14ac3b3e732ae1450241a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:39:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","ip_address":"10.55.0.4"}],"id":"59a62c08-ea9e-49ee-af04-bb4b58e8741b","security_groups":[],"mac_address":"fa:16:3e:4e:b0:b9","project_id":"9d256eaf2ea14ac3b3e732ae1450241a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:39:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","ip_address":"10.55.0.14"}],"id":"7273a56d-9d57-4596-a2f8-5425ede64280","security_groups":["a38ef9c4-9c4b-4bd5-8137-e575514c4688"],"mac_address":"fa:16:3e:18:50:05","project_id":"9d256eaf2ea14ac3b3e732ae1450241a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1","admin_state_up":true,"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:45Z","binding:vnic_type":"normal","device_id":"97bcb3b8-4498-4c71-9163-b06594f0ded9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:39:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65f493fc-fc1d-4a1a-a9c1-97ebad8281f3","ip_address":"10.55.0.2"}],"id":"a6427554-19ea-4b9c-ba8b-35fcaaa3596c","security_groups":[],"mac_address":"fa:16:3e:50:e9:f2","project_id":"9d256eaf2ea14ac3b3e732ae1450241a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4","tenant_id":"9d256eaf2ea14ac3b3e732ae1450241a","created_at":"2018-12-12T15:39:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4"}]} 2018-12-12 15:40:02,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-cebd3882-bbf3-43b8-aac6-97ab8db697c0 2018-12-12 15:40:02,443 - create_instance_tests - INFO - Looking for IP 10.55.0.14 in the console log 2018-12-12 15:40:02,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:03,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf0e7b15-7828-4c43-944f-98d8d2f259ab x-compute-request-id: req-bf0e7b15-7828-4c43-944f-98d8d2f259ab Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:50:05", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:39:56.000000", "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "security_groups": [{"name": "default"}], "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:39:56Z", "hostId": "07b282c55a475067c85e78b93ee543dc8cc8c08024eeb96b4023b469", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:40:03,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-bf0e7b15-7828-4c43-944f-98d8d2f259ab 2018-12-12 15:40:03,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 15:40:04,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79075bf2-e186-45ed-9289-7e675884380b x-compute-request-id: req-79075bf2-e186-45ed-9289-7e675884380b Content-Encoding: gzip Content-Length: 9432 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 501753953 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.130315] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131992] pid_max: default: 32768 minimum: 301\n[ 0.132898] ACPI: Core revision 20150930\n[ 0.134306] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135635] Security Framework initialized\n[ 0.136465] Yama: becoming mindful.\n[ 0.137204] AppArmor: AppArmor initialized\n[ 0.138067] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139369] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.140645] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141857] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143234] Initializing cgroup subsys io\n[ 0.144056] Initializing cgroup subsys memory\n[ 0.144924] Initializing cgroup subsys devices\n[ 0.145817] Initializing cgroup subsys freezer\n[ 0.146697] Initializing cgroup subsys net_cls\n[ 0.147575] Initializing cgroup subsys perf_event\n[ 0.148500] Initializing cgroup subsys net_prio\n[ 0.149405] Initializing cgroup subsys hugetlb\n[ 0.150283] Initializing cgroup subsys pids\n[ 0.151165] CPU: Physical Processor ID: 0\n[ 0.152686] mce: CPU supports 10 MCE banks\n[ 0.153554] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154569] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166445] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172833] ftrace: allocating 31920 entries in 125 pages\n[ 0.198996] smpboot: Max logical packages: 1\n[ 0.199865] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201232] x2apic enabled\n[ 0.202061] Switched APIC routing to physical x2apic.\n[ 0.203817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206980] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208818] KVM setup paravirtual spinlock\n[ 0.210129] x86: Booted up 1 node, 1 CPUs\n[ 0.210949] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212368] devtmpfs: initialized\n[ 0.214082] evm: security.selinux\n[ 0.214789] evm: security.SMACK64\n[ 0.215496] evm: security.SMACK64EXEC\n[ 0.216253] evm: security.SMACK64TRANSMUTE\n[ 0.217074] evm: security.SMACK64MMAP\n[ 0.217829] evm: security.ima\n[ 0.218482] evm: security.capability\n[ 0.219301] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221184] pinctrl core: initialized pinctrl subsystem\n[ 0.222302] RTC time: 15:39:56, date: 12/12/18\n[ 0.223266] NET: Registered protocol family 16\n[ 0.224248] cpuidle: using governor ladder\n[ 0.225081] cpuidle: using governor menu\n[ 0.225876] PCCT header not found.\n[ 0.226644] ACPI: bus type PCI registered\n[ 0.227462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228731] PCI: Using configuration type 1 for base access\n[ 0.230503] ACPI: Added _OSI(Module Device)\n[ 0.231364] ACPI: Added _OSI(Processor Device)\n[ 0.232239] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233150] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235575] ACPI: Interpreter enabled\n[ 0.236386] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240152] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243915] ACPI: (supports S0 S5)\n[ 0.244635] ACPI: Using IOAPIC for interrupt routing\n[ 0.245703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249981] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251230] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252481] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254731] acpiphp: Slot [3] registered\n[ 0.255549] acpiphp: Slot [4] registered\n[ 0.256361] acpiphp: Slot [5] registered\n[ 0.257180] acpiphp: Slot [6] registered\n[ 0.257988] acpiphp: Slot [7] registered\n[ 0.258799] acpiphp: Slot [8] registered\n[ 0.259610] acpiphp: Slot [9] registered\n[ 0.260430] acpiphp: Slot [10] registered\n[ 0.261261] acpiphp: Slot [11] registered\n[ 0.262090] acpiphp: Slot [12] registered\n[ 0.262912] acpiphp: Slot [13] registered\n[ 0.263735] acpiphp: Slot [14] registered\n[ 0.264558] acpiphp: Slot [15] registered\n[ 0.275415] acpiphp: Slot [16] registered\n[ 0.276255] acpiphp: Slot [17] registered\n[ 0.277081] acpiphp: Slot [18] registered\n[ 0.277900] acpiphp: Slot [19] registered\n[ 0.278725] acpiphp: Slot [20] registered\n[ 0.279553] acpiphp: Slot [21] registered\n[ 0.280383] acpiphp: Slot [22] registered\n[ 0.281205] acpiphp: Slot [23] registered\n[ 0.282032] acpiphp: Slot [24] registered\n[ 0.282854] acpiphp: Slot [25] registered\n[ 0.283680] acpiphp: Slot [26] registered\n[ 0.284509] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286160] acpiphp: Slot [29] registered\n[ 0.286980] acpiphp: Slot [30] registered\n[ 0.287810] acpiphp: Slot [31] registered\n[ 0.288636] PCI host bridge to bus 0000:00\n[ 0.289460] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290693] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291929] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293408] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.294876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301086] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303579] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304869] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311211] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359798] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361271] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362738] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364140] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365410] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367733] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369301] vgaarb: loaded\n[ 0.369914] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371081] SCSI subsystem initialized\n[ 0.371914] ACPI: bus type USB registered\n[ 0.372745] usbcore: registered new interface driver usbfs\n[ 0.373791] usbcore: registered new interface driver hub\n[ 0.374813] usbcore: registered new device driver usb\n[ 0.375876] PCI: Using ACPI for IRQ routing\n[ 0.376915] NetLabel: Initializing\n[ 0.377642] NetLabel: domain hash size = 128\n[ 0.378506] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379477] NetLabel: unlabeled traffic allowed by default\n[ 0.380595] clocksource: Switched to clocksource kvm-clock\n[ 0.385884] AppArmor: AppArmor Filesystem Enabled\n[ 0.386867] pnp: PnP ACPI init\n[ 0.387786] pnp: PnP ACPI: found 5 devices\n[ 0.393829] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395558] NET: Registered protocol family 2\n[ 0.396536] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.397826] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.399012] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.400194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401287] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402473] NET: Registered protocol family 1\n[ 0.403349] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404458] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405547] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433990] Trying to unpack rootfs image as initramfs...\n[ 0.483110] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.497170] Scanning for low memory corruption every 60 seconds\n[ 0.498525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499688] audit: initializing netlink subsys (disabled)\n[ 0.500731] audit: type=2000 audit(1544629197.109:1): initialized\n[ 0.502056] Initialise system trusted keyring\n[ 0.502988] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504168] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506170] zbud: loaded\n[ 0.506876] VFS: Disk quotas dquot_6.6.0\n[ 0.507706] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509236] fuse init (API version 7.23)\n[ 0.510129] Key type big_key registered\n[ 0.510934] Allocating IMA MOK and blacklist keyrings.\n[ 0.512057] Key type asymmetric registered\n[ 0.512896] Asymmetric key parser 'x509' registered\n[ 0.513860] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515340] io scheduler noop registered\n[ 0.516143] io scheduler deadline registered (default)\n[ 0.517151] io scheduler cfq registered\n[ 0.517990] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519051] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521801] ACPI: Power Button [PWRF]\n[ 0.522649] GHES: HEST is not enabled!\n[ 0.536323] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564167] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593632] Linux agpgart interface v0.103\n[ 0.596084] brd: module loaded\n[ 0.597282] loop: module loaded\n[ 0.603173] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604674] GPT:90111 != 20971519\n[ 0.605386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606501] GPT:90111 != 20971519\n[ 0.607203] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608187] vda: vda1 vda15\n[ 0.609681] scsi host0: ata_piix\n[ 0.610445] scsi host1: ata_piix\n[ 0.611166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612401] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614236] libphy: Fixed MDIO Bus: probed\n[ 0.615071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616033] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618190] PPP generic driver version 2.4.2\n[ 0.619097] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620407] ehci-pci: EHCI PCI platform driver\n[ 0.621311] ehci-platform: EHCI generic platform driver\n[ 0.622328] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623478] ohci-pci: OHCI PCI platform driver\n[ 0.624363] ohci-platform: OHCI generic platform driver\n[ 0.625383] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639735] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640765] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642255] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643291] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644437] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647148] usb usb1: Product: UHCI Host Controller\n[ 0.648107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649283] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650321] hub 1-0:1.0: USB hub found\n[ 0.651119] hub 1-0:1.0: 2 ports detected\n[ 0.652043] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654194] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655174] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656220] mousedev: PS/2 mouse device common for all mice\n[ 0.657488] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660463] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663664] device-mapper: uevent: version 1.0.3\n[ 0.664633] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666290] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667582] NET: Registered protocol family 10\n[ 0.668608] NET: Registered protocol family 17\n[ 0.669511] Key type dns_resolver registered\n[ 0.670460] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671584] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673351] registered taskstats version 1\n[ 0.674207] Loading compiled-in X.509 certificates\n[ 0.675664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677563] zswap: loaded using pool lzo/zbud\n[ 0.678953] Key type trusted registered\n[ 0.680517] Key type encrypted registered\n[ 0.681375] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683483] evm: HMAC attrs: 0x1\n[ 0.684429] Magic number: 14:661:689\n[ 0.685307] rtc_cmos 00:00: setting system clock to 2018-12-12 15:39:57 UTC (1544629197)\n[ 0.686924] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688065] EDD information not available.\n[ 0.773581] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775164] Write protecting the kernel read-only data: 14336k\n[ 0.787108] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788948] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.17\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.379854] 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.14...\nLease of 10.55.0.14 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.32. iid=i-000000ad\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeUhJfzlkG4zio/GUwcZFl4BGG2DyWFZ9R4iDGv7wt8VUAYevx2VQe6iInPB+96k4cMA01fTKxvt7rdfgH1tGiZvTR6lUkc5bv4fmV5IbYn9lgP/Pqjt+vDDxIKhXiKUp/2c0Y1E+CQkCu5/8RN38eUjg/Wij9EIeUuTfY4r4NuS2nMiVN2UQLBXitpFM/HQudao/p4SXsfT7ZmM3HF3VVWYEAWQ6818Y+9KOf2D/7YnYaGQhqlJqVhS/PET0JS0JLa8WDoUpJUsb3/uRtmSBz5VD+fYZIUYR0lkK7TSYlv//pmyTc1OUOWe6bsvXbD9asz0+LsbRAEquEtAReHhf1 root@simplehealthcheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAPpFr1VUzN5Q4oGgOOxb5bE+fPUNseWcH/IMikxPiw49HDnjsPiheL2Xy41V6dKp5rWy8t9sF51UfRYGbN4UGNCcQrPxOc6xoEndZZHs7h8IcVwCf0toD6ybKS/zE2wph19ox+cGQg9xujHp4ArloW4iN1XXaPkFhLVLNKMlygPDAAAAFQCHMYv6mskVnCccD+K/8aoV5eOGDwAAAIEAlAQd2I6deghaXJx2s3EZdHMHhaorE/bHlyfQirfL371ANiaCAGYmjZBzpPh5upSyfD6c1nnFh/4ZcvpAfp2TtoUMxF4GX6dzn0sBp/JgS+DnNtAbp9RfUDYxvJI8TI88HttfWETf7e1eDaCMmRtVML5qefMi5jRo0XDPnLHExMkAAACAL16e0BMckxoxlIdKdtGCcVPnsLtzgvtuhq75v/IAsOhduGdgb9mbKosl1ntCDhCHr2FuQUgn+dqv/bV0/ON+cDX9WYNo+9sclurDyELFicT652XfE9VYVqptmMIzkamIGOrPXiRDl+q1YxbTX0GV7seBOwOaq7GRAWx3+GlD/WA= root@simplehealthcheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-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.14,24,fe80::f816:3eff:fe18:5005/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.14 \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-000000ad\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.82 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop "} 2018-12-12 15:40:04,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9/action used request id req-79075bf2-e186-45ed-9289-7e675884380b 2018-12-12 15:40:04,315 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 15:40:04,315 - 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 501753953 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.130315] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131992] pid_max: default: 32768 minimum: 301 [ 0.132898] ACPI: Core revision 20150930 [ 0.134306] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135635] Security Framework initialized [ 0.136465] Yama: becoming mindful. [ 0.137204] AppArmor: AppArmor initialized [ 0.138067] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139369] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.140645] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141857] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143234] Initializing cgroup subsys io [ 0.144056] Initializing cgroup subsys memory [ 0.144924] Initializing cgroup subsys devices [ 0.145817] Initializing cgroup subsys freezer [ 0.146697] Initializing cgroup subsys net_cls [ 0.147575] Initializing cgroup subsys perf_event [ 0.148500] Initializing cgroup subsys net_prio [ 0.149405] Initializing cgroup subsys hugetlb [ 0.150283] Initializing cgroup subsys pids [ 0.151165] CPU: Physical Processor ID: 0 [ 0.152686] mce: CPU supports 10 MCE banks [ 0.153554] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154569] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166445] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172833] ftrace: allocating 31920 entries in 125 pages [ 0.198996] smpboot: Max logical packages: 1 [ 0.199865] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201232] x2apic enabled [ 0.202061] Switched APIC routing to physical x2apic. [ 0.203817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206980] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208818] KVM setup paravirtual spinlock [ 0.210129] x86: Booted up 1 node, 1 CPUs [ 0.210949] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212368] devtmpfs: initialized [ 0.214082] evm: security.selinux [ 0.214789] evm: security.SMACK64 [ 0.215496] evm: security.SMACK64EXEC [ 0.216253] evm: security.SMACK64TRANSMUTE [ 0.217074] evm: security.SMACK64MMAP [ 0.217829] evm: security.ima [ 0.218482] evm: security.capability [ 0.219301] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221184] pinctrl core: initialized pinctrl subsystem [ 0.222302] RTC time: 15:39:56, date: 12/12/18 [ 0.223266] NET: Registered protocol family 16 [ 0.224248] cpuidle: using governor ladder [ 0.225081] cpuidle: using governor menu [ 0.225876] PCCT header not found. [ 0.226644] ACPI: bus type PCI registered [ 0.227462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228731] PCI: Using configuration type 1 for base access [ 0.230503] ACPI: Added _OSI(Module Device) [ 0.231364] ACPI: Added _OSI(Processor Device) [ 0.232239] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233150] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235575] ACPI: Interpreter enabled [ 0.236386] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240152] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243915] ACPI: (supports S0 S5) [ 0.244635] ACPI: Using IOAPIC for interrupt routing [ 0.245703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249981] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251230] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252481] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254731] acpiphp: Slot [3] registered [ 0.255549] acpiphp: Slot [4] registered [ 0.256361] acpiphp: Slot [5] registered [ 0.257180] acpiphp: Slot [6] registered [ 0.257988] acpiphp: Slot [7] registered [ 0.258799] acpiphp: Slot [8] registered [ 0.259610] acpiphp: Slot [9] registered [ 0.260430] acpiphp: Slot [10] registered [ 0.261261] acpiphp: Slot [11] registered [ 0.262090] acpiphp: Slot [12] registered [ 0.262912] acpiphp: Slot [13] registered [ 0.263735] acpiphp: Slot [14] registered [ 0.264558] acpiphp: Slot [15] registered [ 0.275415] acpiphp: Slot [16] registered [ 0.276255] acpiphp: Slot [17] registered [ 0.277081] acpiphp: Slot [18] registered [ 0.277900] acpiphp: Slot [19] registered [ 0.278725] acpiphp: Slot [20] registered [ 0.279553] acpiphp: Slot [21] registered [ 0.280383] acpiphp: Slot [22] registered [ 0.281205] acpiphp: Slot [23] registered [ 0.282032] acpiphp: Slot [24] registered [ 0.282854] acpiphp: Slot [25] registered [ 0.283680] acpiphp: Slot [26] registered [ 0.284509] acpiphp: Slot [27] registered [ 0.285337] acpiphp: Slot [28] registered [ 0.286160] acpiphp: Slot [29] registered [ 0.286980] acpiphp: Slot [30] registered [ 0.287810] acpiphp: Slot [31] registered [ 0.288636] PCI host bridge to bus 0000:00 [ 0.289460] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290693] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291929] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293408] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.294876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301086] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303579] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304869] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311211] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359798] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361271] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362738] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364140] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365410] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366582] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367733] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.369301] vgaarb: loaded [ 0.369914] vgaarb: bridge control possible 0000:00:02.0 [ 0.371081] SCSI subsystem initialized [ 0.371914] ACPI: bus type USB registered [ 0.372745] usbcore: registered new interface driver usbfs [ 0.373791] usbcore: registered new interface driver hub [ 0.374813] usbcore: registered new device driver usb [ 0.375876] PCI: Using ACPI for IRQ routing [ 0.376915] NetLabel: Initializing [ 0.377642] NetLabel: domain hash size = 128 [ 0.378506] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.379477] NetLabel: unlabeled traffic allowed by default [ 0.380595] clocksource: Switched to clocksource kvm-clock [ 0.385884] AppArmor: AppArmor Filesystem Enabled [ 0.386867] pnp: PnP ACPI init [ 0.387786] pnp: PnP ACPI: found 5 devices [ 0.393829] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395558] NET: Registered protocol family 2 [ 0.396536] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.397826] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.399012] TCP: Hash tables configured (established 2048 bind 2048) [ 0.400194] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401287] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402473] NET: Registered protocol family 1 [ 0.403349] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405547] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433990] Trying to unpack rootfs image as initramfs... [ 0.483110] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.497170] Scanning for low memory corruption every 60 seconds [ 0.498525] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499688] audit: initializing netlink subsys (disabled) [ 0.500731] audit: type=2000 audit(1544629197.109:1): initialized [ 0.502056] Initialise system trusted keyring [ 0.502988] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504168] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506170] zbud: loaded [ 0.506876] VFS: Disk quotas dquot_6.6.0 [ 0.507706] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509236] fuse init (API version 7.23) [ 0.510129] Key type big_key registered [ 0.510934] Allocating IMA MOK and blacklist keyrings. [ 0.512057] Key type asymmetric registered [ 0.512896] Asymmetric key parser 'x509' registered [ 0.513860] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515340] io scheduler noop registered [ 0.516143] io scheduler deadline registered (default) [ 0.517151] io scheduler cfq registered [ 0.517990] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519051] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.520322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521801] ACPI: Power Button [PWRF] [ 0.522649] GHES: HEST is not enabled! [ 0.536323] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564167] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593632] Linux agpgart interface v0.103 [ 0.596084] brd: module loaded [ 0.597282] loop: module loaded [ 0.603173] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.604674] GPT:90111 != 20971519 [ 0.605386] GPT:Alternate GPT header not at the end of the disk. [ 0.606501] GPT:90111 != 20971519 [ 0.607203] GPT: Use GNU Parted to correct GPT errors. [ 0.608187] vda: vda1 vda15 [ 0.609681] scsi host0: ata_piix [ 0.610445] scsi host1: ata_piix [ 0.611166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.612401] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614236] libphy: Fixed MDIO Bus: probed [ 0.615071] tun: Universal TUN/TAP device driver, 1.6 [ 0.616033] tun: (C) 1999-2004 Max Krasnyansky [ 0.618190] PPP generic driver version 2.4.2 [ 0.619097] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620407] ehci-pci: EHCI PCI platform driver [ 0.621311] ehci-platform: EHCI generic platform driver [ 0.622328] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623478] ohci-pci: OHCI PCI platform driver [ 0.624363] ohci-platform: OHCI generic platform driver [ 0.625383] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639735] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640765] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642255] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643291] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644437] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647148] usb usb1: Product: UHCI Host Controller [ 0.648107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649283] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650321] hub 1-0:1.0: USB hub found [ 0.651119] hub 1-0:1.0: 2 ports detected [ 0.652043] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654194] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655174] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656220] mousedev: PS/2 mouse device common for all mice [ 0.657488] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659356] rtc_cmos 00:00: RTC can wake from S4 [ 0.660463] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.661685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662897] i2c /dev entries driver [ 0.663664] device-mapper: uevent: version 1.0.3 [ 0.664633] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666290] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667582] NET: Registered protocol family 10 [ 0.668608] NET: Registered protocol family 17 [ 0.669511] Key type dns_resolver registered [ 0.670460] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671584] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673351] registered taskstats version 1 [ 0.674207] Loading compiled-in X.509 certificates [ 0.675664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677563] zswap: loaded using pool lzo/zbud [ 0.678953] Key type trusted registered [ 0.680517] Key type encrypted registered [ 0.681375] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682428] ima: No TPM chip found, activating TPM-bypass! [ 0.683483] evm: HMAC attrs: 0x1 [ 0.684429] Magic number: 14:661:689 [ 0.685307] rtc_cmos 00:00: setting system clock to 2018-12-12 15:39:57 UTC (1544629197) [ 0.686924] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688065] EDD information not available. [ 0.773581] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.775164] Write protecting the kernel read-only data: 14336k [ 0.787108] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.788948] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.17 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.379854] 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.14... Lease of 10.55.0.14 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.32. iid=i-000000ad failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeUhJfzlkG4zio/GUwcZFl4BGG2DyWFZ9R4iDGv7wt8VUAYevx2VQe6iInPB+96k4cMA01fTKxvt7rdfgH1tGiZvTR6lUkc5bv4fmV5IbYn9lgP/Pqjt+vDDxIKhXiKUp/2c0Y1E+CQkCu5/8RN38eUjg/Wij9EIeUuTfY4r4NuS2nMiVN2UQLBXitpFM/HQudao/p4SXsfT7ZmM3HF3VVWYEAWQ6818Y+9KOf2D/7YnYaGQhqlJqVhS/PET0JS0JLa8WDoUpJUsb3/uRtmSBz5VD+fYZIUYR0lkK7TSYlv//pmyTc1OUOWe6bsvXbD9asz0+LsbRAEquEtAReHhf1 root@simplehealthcheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst ssh-dss AAAAB3NzaC1kc3MAAACBAPpFr1VUzN5Q4oGgOOxb5bE+fPUNseWcH/IMikxPiw49HDnjsPiheL2Xy41V6dKp5rWy8t9sF51UfRYGbN4UGNCcQrPxOc6xoEndZZHs7h8IcVwCf0toD6ybKS/zE2wph19ox+cGQg9xujHp4ArloW4iN1XXaPkFhLVLNKMlygPDAAAAFQCHMYv6mskVnCccD+K/8aoV5eOGDwAAAIEAlAQd2I6deghaXJx2s3EZdHMHhaorE/bHlyfQirfL371ANiaCAGYmjZBzpPh5upSyfD6c1nnFh/4ZcvpAfp2TtoUMxF4GX6dzn0sBp/JgS+DnNtAbp9RfUDYxvJI8TI88HttfWETf7e1eDaCMmRtVML5qefMi5jRo0XDPnLHExMkAAACAL16e0BMckxoxlIdKdtGCcVPnsLtzgvtuhq75v/IAsOhduGdgb9mbKosl1ntCDhCHr2FuQUgn+dqv/bV0/ON+cDX9WYNo+9sclurDyELFicT652XfE9VYVqptmMIzkamIGOrPXiRDl+q1YxbTX0GV7seBOwOaq7GRAWx3+GlD/WA= root@simplehealthcheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.14,24,fe80::f816:3eff:fe18:5005/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.14 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-000000ad name: N/A availability-zone: nova local-hostname: simplehealthcheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.82 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top 2018-12-12 15:40:04,316 - create_instance - INFO - Deleting Port with ID - 7273a56d-9d57-4596-a2f8-5425ede64280 2018-12-12 15:40:04,316 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13port-1 2018-12-12 15:40:04,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/7273a56d-9d57-4596-a2f8-5425ede64280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:04,894 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ae16d5f-c450-4729-b29f-589438109fd5 Date: Wed, 12 Dec 2018 15:40:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:40:04,894 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/7273a56d-9d57-4596-a2f8-5425ede64280 used request id req-3ae16d5f-c450-4729-b29f-589438109fd5 2018-12-12 15:40:04,895 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst 2018-12-12 15:40:04,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:05,051 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a9f87bd0-b43f-4474-95e5-b0e63a2159b7 x-compute-request-id: req-a9f87bd0-b43f-4474-95e5-b0e63a2159b7 Content-Type: application/json 2018-12-12 15:40:05,051 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-a9f87bd0-b43f-4474-95e5-b0e63a2159b7 2018-12-12 15:40:05,051 - create_instance - INFO - Checking deletion status 2018-12-12 15:40:05,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:05,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0b3e119-906c-40da-9ea9-14228c55af47 x-compute-request-id: req-a0b3e119-906c-40da-9ea9-14228c55af47 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:50:05", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:39:56.000000", "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:40:04Z", "hostId": "07b282c55a475067c85e78b93ee543dc8cc8c08024eeb96b4023b469", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:40:05,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-a0b3e119-906c-40da-9ea9-14228c55af47 2018-12-12 15:40:05,320 - create_instance - DEBUG - Instance status [SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst] is - ACTIVE 2018-12-12 15:40:05,320 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:40:08,324 - create_instance - DEBUG - VM status query timeout in 296.727791071 2018-12-12 15:40:08,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:08,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ea9c457-b6e4-4a46-a465-88f07f1a1caf x-compute-request-id: req-8ea9c457-b6e4-4a46-a465-88f07f1a1caf 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.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:39:56.000000", "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:40:04Z", "hostId": "07b282c55a475067c85e78b93ee543dc8cc8c08024eeb96b4023b469", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:40:08,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-8ea9c457-b6e4-4a46-a465-88f07f1a1caf 2018-12-12 15:40:08,811 - create_instance - DEBUG - Instance status [SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst] is - ACTIVE 2018-12-12 15:40:08,812 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:40:11,815 - create_instance - DEBUG - VM status query timeout in 293.236685991 2018-12-12 15:40:11,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:12,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccc64599-a6dd-4dc1-a535-8ff3974df2c4 x-compute-request-id: req-ccc64599-a6dd-4dc1-a535-8ff3974df2c4 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.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9", "rel": "bookmark"}], "image": {"id": "3638de2c-5227-4e03-9a05-cec207715dbe", "links": [{"href": "http://172.30.9.29:8774/images/3638de2c-5227-4e03-9a05-cec207715dbe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:39:56.000000", "flavor": {"id": "e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "links": [{"href": "http://172.30.9.29:8774/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d", "rel": "bookmark"}]}, "id": "97bcb3b8-4498-4c71-9163-b06594f0ded9", "user_id": "c6c9267e50fa460faa04333b02372d19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:40:11Z", "hostId": "07b282c55a475067c85e78b93ee543dc8cc8c08024eeb96b4023b469", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst", "created": "2018-12-12T15:39:49Z", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:40:12,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-ccc64599-a6dd-4dc1-a535-8ff3974df2c4 2018-12-12 15:40:12,061 - create_instance - DEBUG - Instance status [SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst] is - ACTIVE 2018-12-12 15:40:12,062 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:40:15,065 - create_instance - DEBUG - VM status query timeout in 289.986582041 2018-12-12 15:40:15,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55919761f6ce5789f8f09908bd6655307bc42641" 2018-12-12 15:40:15,123 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:40:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f6038e3-75e5-4591-996c-bd76af4e3af9 x-compute-request-id: req-9f6038e3-75e5-4591-996c-bd76af4e3af9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 97bcb3b8-4498-4c71-9163-b06594f0ded9 could not be found.", "code": 404}} 2018-12-12 15:40:15,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/97bcb3b8-4498-4c71-9163-b06594f0ded9 used request id req-9f6038e3-75e5-4591-996c-bd76af4e3af9 2018-12-12 15:40:15,123 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 97bcb3b8-4498-4c71-9163-b06594f0ded9 could not be found. (HTTP 404) (Request-ID: req-9f6038e3-75e5-4591-996c-bd76af4e3af9) 2018-12-12 15:40:15,124 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-inst 2018-12-12 15:40:15,125 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet 2018-12-12 15:40:15,125 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-subnet 2018-12-12 15:40:15,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/65f493fc-fc1d-4a1a-a9c1-97ebad8281f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" 2018-12-12 15:40:17,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13ccbf6d-d441-4ea9-9a23-ebf96f8a01d7 Date: Wed, 12 Dec 2018 15:40:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:40:17,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/65f493fc-fc1d-4a1a-a9c1-97ebad8281f3 used request id req-13ccbf6d-d441-4ea9-9a23-ebf96f8a01d7 2018-12-12 15:40:17,383 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-priv-net 2018-12-12 15:40:17,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421d6e856af99914db10c4322151b52ec20d8882" 2018-12-12 15:40:18,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d791aded-1329-4c4b-8a10-c36ba7f44a30 Date: Wed, 12 Dec 2018 15:40:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:40:18,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/7d87aa20-be2e-4c22-a8a1-a60b3c5e9ce4 used request id req-d791aded-1329-4c4b-8a10-c36ba7f44a30 2018-12-12 15:40:18,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}784b8b2a35a72be085ee30baed20c55a93d328e2" 2018-12-12 15:40:18,787 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:40:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50b3cb55-90e8-4269-9895-513d6735421d x-compute-request-id: req-50b3cb55-90e8-4269-9895-513d6735421d Content-Length: 0 Content-Type: application/json 2018-12-12 15:40:18,787 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e62cdb88-7ef5-48e6-bc55-87e6ee70937d used request id req-50b3cb55-90e8-4269-9895-513d6735421d 2018-12-12 15:40:18,788 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-aaa738df-a8e5-4f16-8c0f-9daa3471ed13-image 2018-12-12 15:40:18,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}709fe6d2251c09dc98bb0ffba27238952d450430" 2018-12-12 15:40:21,115 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5bc15e38-cdb2-4f1c-b28a-c77770c4fe45 Date: Wed, 12 Dec 2018 15:40:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:40:21,115 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3638de2c-5227-4e03-9a05-cec207715dbe used request id req-5bc15e38-cdb2-4f1c-b28a-c77770c4fe45 2018-12-12 15:40:21,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:40:21,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8a0ab7a7-ab4f-494e-b53f-a15e786471d6 Date: Wed, 12 Dec 2018 15:40:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "created_at": "2018-12-12T15:39:38Z", "updated_at": "2018-12-12T15:39:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:39:39Z", "revision_number": 0, "id": "5ad85cf2-5dbe-4925-9f01-08bef98f7d06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:39:39Z", "security_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d256eaf2ea14ac3b3e732ae1450241a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:39:39Z", "revision_number": 0, "id": "5b5d1ea5-cbf2-485e-ab41-7b7f5003174c", "remote_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "remote_ip_prefix": null, "created_at": "2018-12-12T15:39:39Z", "security_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d256eaf2ea14ac3b3e732ae1450241a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:39:39Z", "revision_number": 0, "id": "ab04288e-5f24-4227-bfb9-7b2f07876a3a", "remote_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "remote_ip_prefix": null, "created_at": "2018-12-12T15:39:39Z", "security_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d256eaf2ea14ac3b3e732ae1450241a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:39:39Z", "revision_number": 0, "id": "d6a5e574-99c2-4db7-bbe9-a4eea170f224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:39:39Z", "security_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d256eaf2ea14ac3b3e732ae1450241a"}], "revision_number": 4, "project_id": "9d256eaf2ea14ac3b3e732ae1450241a", "id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:40:21,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-8a0ab7a7-ab4f-494e-b53f-a15e786471d6 2018-12-12 15:40:21,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:40:21,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda5f192-4587-49c9-8293-7c02f9f3c16a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a"}, "enabled": true, "id": "9d256eaf2ea14ac3b3e732ae1450241a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-02af1b5c-9c75-45b-proj"}} 2018-12-12 15:40:21,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a used request id req-eda5f192-4587-49c9-8293-7c02f9f3c16a 2018-12-12 15:40:21,415 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38ef9c4-9c4b-4bd5-8137-e575514c4688 2018-12-12 15:40:21,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a38ef9c4-9c4b-4bd5-8137-e575514c4688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:40:21,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-562f4602-ed1a-4a82-a486-053ee4cf3114 Date: Wed, 12 Dec 2018 15:40: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-12-12T15:39:39Z", "security_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "port_range_min": null, "revision_number": 0, "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "created_at": "2018-12-12T15:39:39Z", "project_id": "9d256eaf2ea14ac3b3e732ae1450241a", "id": "5ad85cf2-5dbe-4925-9f01-08bef98f7d06"}, {"remote_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:39:39Z", "security_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "port_range_min": null, "revision_number": 0, "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "created_at": "2018-12-12T15:39:39Z", "project_id": "9d256eaf2ea14ac3b3e732ae1450241a", "id": "5b5d1ea5-cbf2-485e-ab41-7b7f5003174c"}, {"remote_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:39:39Z", "security_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "port_range_min": null, "revision_number": 0, "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "created_at": "2018-12-12T15:39:39Z", "project_id": "9d256eaf2ea14ac3b3e732ae1450241a", "id": "ab04288e-5f24-4227-bfb9-7b2f07876a3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:39:39Z", "security_group_id": "a38ef9c4-9c4b-4bd5-8137-e575514c4688", "port_range_min": null, "revision_number": 0, "tenant_id": "9d256eaf2ea14ac3b3e732ae1450241a", "created_at": "2018-12-12T15:39:39Z", "project_id": "9d256eaf2ea14ac3b3e732ae1450241a", "id": "d6a5e574-99c2-4db7-bbe9-a4eea170f224"}]} 2018-12-12 15:40:21,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a38ef9c4-9c4b-4bd5-8137-e575514c4688 used request id req-562f4602-ed1a-4a82-a486-053ee4cf3114 2018-12-12 15:40:21,585 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:40:21,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/a38ef9c4-9c4b-4bd5-8137-e575514c4688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:40:21,956 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-663b63bb-cfa3-4407-a1ed-222ad3f8a87a Content-Length: 0 Date: Wed, 12 Dec 2018 15:40:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:40:21,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/a38ef9c4-9c4b-4bd5-8137-e575514c4688 used request id req-663b63bb-cfa3-4407-a1ed-222ad3f8a87a 2018-12-12 15:40:21,957 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-02af1b5c-9c75-45b-proj 2018-12-12 15:40:21,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:40:22,166 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:40:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5824343-483e-49c5-b25c-f65a6cd2c5ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:40:22,167 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9d256eaf2ea14ac3b3e732ae1450241a used request id req-b5824343-483e-49c5-b25c-f65a6cd2c5ac 2018-12-12 15:40:22,167 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-02af1b5c-9c75-45b-proj-role 2018-12-12 15:40:22,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/68e8a27641594d37b022740a244a104f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:40:22,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:40:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e658e2f5-b400-4c76-b3c9-98ef8d6a6bcb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:40:22,282 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/68e8a27641594d37b022740a244a104f used request id req-e658e2f5-b400-4c76-b3c9-98ef8d6a6bcb 2018-12-12 15:40:22,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a79e7df5ee2c37ada362e22be25067ae2fb63b" 2018-12-12 15:40:22,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed1d84d3-06ad-484c-9a69-e4d3832fe0c4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:40:22,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ed1d84d3-06ad-484c-9a69-e4d3832fe0c4 2018-12-12 15:40:22,365 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-02af1b5c-9c75-45b-user 2018-12-12 15:40:22,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c6c9267e50fa460faa04333b02372d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc99b473e3223caeb947f248c61607e602a6048" 2018-12-12 15:40:22,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:40:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a906c88c-1f7d-4699-af74-74f91f713f5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:40:22,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c6c9267e50fa460faa04333b02372d19 used request id req-a906c88c-1f7d-4699-af74-74f91f713f5a 2018-12-12 15:40:22,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:22,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:40:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["alv7ZrlkSTCkNYu8FpGwqg"], "issued_at": "2018-12-12T15:40:22.000000Z"}} 2018-12-12 15:40:22,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74729f82e0aa3d3867e7dce641c38c459d53fc6" 2018-12-12 15:40:23,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba2a5e2-a429-42b4-bd4c-3936a380c88b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:23,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5ba2a5e2-a429-42b4-bd4c-3936a380c88b 2018-12-12 15:40:23,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:23,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:23,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:40:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["cVMrUnl8QrSAnhXmoUKmTA"], "issued_at": "2018-12-12T15:40:23.000000Z"}} 2018-12-12 15:40:23,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:40:23,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71221f2d-21c6-42ce-9034-ce7797ebc40c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:23,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-71221f2d-21c6-42ce-9034-ce7797ebc40c 2018-12-12 15:40:23,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:40:23,547 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:40: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:40:23,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:40:23,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41fd00a-a922-4933-8297-1d02d7c05d46 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:40:23,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj used request id req-a41fd00a-a922-4933-8297-1d02d7c05d46 2018-12-12 15:40:23,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:40:23,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc25ca28-7752-41d8-9d69-f8a60016dcd5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:40:23,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bc25ca28-7752-41d8-9d69-f8a60016dcd5 2018-12-12 15:40:23,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}}' 2018-12-12 15:40:23,965 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-528beb35-e67d-4df9-8157-18372358cf92 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:23,966 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-528beb35-e67d-4df9-8157-18372358cf92 2018-12-12 15:40:23,966 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj 2018-12-12 15:40:23,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:23,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:24,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["tKRDLppdSgWJp1ZgOGDQCw"], "issued_at": "2018-12-12T15:40:24.000000Z"}} 2018-12-12 15:40:24,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f19081096f9d2cbd7d56d3cb619ae2ec5b4bf" 2018-12-12 15:40:24,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17612783-cc22-40e7-8597-396ee1e1072a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:24,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-17612783-cc22-40e7-8597-396ee1e1072a 2018-12-12 15:40:24,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:40:24,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:40: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:40:24,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f19081096f9d2cbd7d56d3cb619ae2ec5b4bf" 2018-12-12 15:40:24,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-555a3db4-553b-4134-8432-19da5dffa063 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:40:24,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-555a3db4-553b-4134-8432-19da5dffa063 2018-12-12 15:40:24,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f19081096f9d2cbd7d56d3cb619ae2ec5b4bf" 2018-12-12 15:40:24,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c49e382d-6bd4-4b59-9086-907c67da5247 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}]} 2018-12-12 15:40:24,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj used request id req-c49e382d-6bd4-4b59-9086-907c67da5247 2018-12-12 15:40:24,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f19081096f9d2cbd7d56d3cb619ae2ec5b4bf" 2018-12-12 15:40:24,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acb141d0-d709-4154-ad6a-66a87344345f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:40:24,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-acb141d0-d709-4154-ad6a-66a87344345f 2018-12-12 15:40:25,097 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user 2018-12-12 15:40:25,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:25,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:40:25,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe18a17c-062b-4c71-a9ec-f4039dca6807 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:40:25,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fe18a17c-062b-4c71-a9ec-f4039dca6807 2018-12-12 15:40:25,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" -d '{"role": {"name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}}' 2018-12-12 15:40:25,288 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:40:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78ef33e3-1fca-4382-b9b5-9e9aecd83db2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c1e5878e89b649d4aab68032de794cfa", "links": {"self": "http://172.30.9.29:5000/v3/roles/c1e5878e89b649d4aab68032de794cfa"}, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}} 2018-12-12 15:40:25,288 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-78ef33e3-1fca-4382-b9b5-9e9aecd83db2 2018-12-12 15:40:25,289 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role 2018-12-12 15:40:25,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c1e5878e89b649d4aab68032de794cfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:40:25,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3713eb2b-9fd1-428f-ad38-27caef812214 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c1e5878e89b649d4aab68032de794cfa"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role", "id": "c1e5878e89b649d4aab68032de794cfa"}} 2018-12-12 15:40:25,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c1e5878e89b649d4aab68032de794cfa used request id req-3713eb2b-9fd1-428f-ad38-27caef812214 2018-12-12 15:40:25,379 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role to project CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj 2018-12-12 15:40:25,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c/users/a747da381e3d4f9a9d48eb41afe7ebd7/roles/c1e5878e89b649d4aab68032de794cfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:40:25,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:40:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46ba5b99-e4f5-425e-953d-8f3c23381be3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:40:25,520 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c/users/a747da381e3d4f9a9d48eb41afe7ebd7/roles/c1e5878e89b649d4aab68032de794cfa used request id req-46ba5b99-e4f5-425e-953d-8f3c23381be3 2018-12-12 15:40:25,520 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:40:25,522 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:40:25,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:25,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:25,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["ACRI3An3TgOkUnWXgJGO4g"], "issued_at": "2018-12-12T15:40:25.000000Z"}} 2018-12-12 15:40:25,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" 2018-12-12 15:40:25,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78394f3f-3955-4a76-bc5e-d04fea11fe0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:25,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-78394f3f-3955-4a76-bc5e-d04fea11fe0d 2018-12-12 15:40:25,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" 2018-12-12 15:40:26,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-ddc74b68-7367-4731-aecd-c808d605a631 Date: Wed, 12 Dec 2018 15:40:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9"} 2018-12-12 15:40:26,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 used request id req-ddc74b68-7367-4731-aecd-c808d605a631 2018-12-12 15:40:26,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" 2018-12-12 15:40:26,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ae98bd43-1394-4324-9962-55ce79c71073 Date: Wed, 12 Dec 2018 15:40:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:40:26,387 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ae98bd43-1394-4324-9962-55ce79c71073 2018-12-12 15:40:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9"}' 2018-12-12 15:40:26,621 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce X-Openstack-Request-Id: req-da8ff509-a3c5-4edb-b2fc-7b430136c943 Date: Wed, 12 Dec 2018 15:40:26 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:40:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:40:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "min_disk": 0, "protected": false, "id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "file": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/file", "checksum": null, "owner": "20f9125428c84d5a89972ff1602aac9c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:40:26,621 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-da8ff509-a3c5-4edb-b2fc-7b430136c943 2018-12-12 15:40:26,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" -d '' 2018-12-12 15:40:28,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6eae277-8bb3-4865-a464-501fe04569d2 Date: Wed, 12 Dec 2018 15:40:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:40:28,323 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/file used request id req-d6eae277-8bb3-4865-a464-501fe04569d2 2018-12-12 15:40:28,324 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:40:28,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" 2018-12-12 15:40:28,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-2bf38ee2-52e2-4971-ab3b-6888e17eacce Date: Wed, 12 Dec 2018 15:40:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:40:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:40:28Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/snap", "metadata": {}}], "self": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "min_disk": 0, "protected": false, "id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "file": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "20f9125428c84d5a89972ff1602aac9c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:40:28,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce used request id req-2bf38ee2-52e2-4971-ab3b-6888e17eacce 2018-12-12 15:40:28,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" 2018-12-12 15:40:28,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-43da9366-e75c-4c56-a36a-245be61617ba Date: Wed, 12 Dec 2018 15:40:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:40:28,744 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-43da9366-e75c-4c56-a36a-245be61617ba 2018-12-12 15:40:28,747 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 2018-12-12 15:40:28,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" 2018-12-12 15:40:28,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-23ad2a02-22e0-41b5-9bde-1a334b95d96c Date: Wed, 12 Dec 2018 15:40:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:40:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:40:28Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/snap", "metadata": {}}], "self": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "min_disk": 0, "protected": false, "id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "file": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "20f9125428c84d5a89972ff1602aac9c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:40:28,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce used request id req-23ad2a02-22e0-41b5-9bde-1a334b95d96c 2018-12-12 15:40:28,768 - create_image - DEBUG - Instance status is - active 2018-12-12 15:40:28,768 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 2018-12-12 15:40:28,769 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 2018-12-12 15:40:28,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:28,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:29,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["p-uldAP6Qne3HX9AQ6UwAw"], "issued_at": "2018-12-12T15:40:29.000000Z"}} 2018-12-12 15:40:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" 2018-12-12 15:40:29,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-818b8afc-516e-47e8-86ca-1c970a57d37a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:29,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-818b8afc-516e-47e8-86ca-1c970a57d37a 2018-12-12 15:40:29,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" 2018-12-12 15:40:29,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-90cf7c1b-b0d7-4737-9ec5-0a61a07ea69b Date: Wed, 12 Dec 2018 15:40:29 GMT RESP BODY: {"networks":[]} 2018-12-12 15:40:29,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-90cf7c1b-b0d7-4737-9ec5-0a61a07ea69b 2018-12-12 15:40:29,413 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 2018-12-12 15:40:29,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" -d '{"network": {"name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1", "admin_state_up": true}}' 2018-12-12 15:40:29,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-2400dae7-8527-460c-b2eb-487672fc2743 Date: Wed, 12 Dec 2018 15:40:29 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2fa2b26c-c002-4006-9191-50c153b65df7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:40:29Z","is_default":false,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","mtu":1450}} 2018-12-12 15:40:29,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-2400dae7-8527-460c-b2eb-487672fc2743 2018-12-12 15:40:29,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" 2018-12-12 15:40:30,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-b0efb09a-e74e-4e6a-b91a-72bb9eb8d4dc Date: Wed, 12 Dec 2018 15:40: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-12-12T15:40:29Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:30,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-b0efb09a-e74e-4e6a-b91a-72bb9eb8d4dc 2018-12-12 15:40:30,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" 2018-12-12 15:40:30,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-29fdc6b9-855d-4bf9-b520-4b74f78feb4d Date: Wed, 12 Dec 2018 15:40:30 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:40:30,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-29fdc6b9-855d-4bf9-b520-4b74f78feb4d 2018-12-12 15:40:30,370 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1 2018-12-12 15:40:30,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" -d '{"subnets": [{"ip_version": 4, "network_id": "2fa2b26c-c002-4006-9191-50c153b65df7", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]}' 2018-12-12 15:40:31,034 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d259dfda-9a30-4f31-8b84-42d642d94f9f Date: Wed, 12 Dec 2018 15:40:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:31,034 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d259dfda-9a30-4f31-8b84-42d642d94f9f 2018-12-12 15:40:31,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" 2018-12-12 15:40:31,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-83e2f963-746e-41c9-ad41-2d61bf0fa85a Date: Wed, 12 Dec 2018 15:40: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:31,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-83e2f963-746e-41c9-ad41-2d61bf0fa85a 2018-12-12 15:40:31,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" 2018-12-12 15:40:31,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-778fa063-8466-420d-b8f8-e780ad626d95 Date: Wed, 12 Dec 2018 15:40:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:31,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-778fa063-8466-420d-b8f8-e780ad626d95 2018-12-12 15:40:31,383 - OpenStackNetwork - DEBUG - Network [2fa2b26c-c002-4006-9191-50c153b65df7] created successfully 2018-12-12 15:40:31,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:31,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:31,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["VgtVtf6iQOKhAfTwjSWYGg"], "issued_at": "2018-12-12T15:40:31.000000Z"}} 2018-12-12 15:40:31,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" 2018-12-12 15:40:31,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5272f251-db09-4b75-ac80-34bc3cf83a61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:31,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5272f251-db09-4b75-ac80-34bc3cf83a61 2018-12-12 15:40:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" 2018-12-12 15:40:32,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0548fd85-b541-42b0-8853-71cb06d568e8 Date: Wed, 12 Dec 2018 15:40:32 GMT RESP BODY: {"networks":[]} 2018-12-12 15:40:32,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-0548fd85-b541-42b0-8853-71cb06d568e8 2018-12-12 15:40:32,006 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 2018-12-12 15:40:32,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" -d '{"network": {"name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2", "admin_state_up": true}}' 2018-12-12 15:40:32,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-f21718dd-684b-4b02-a6e1-882ce4a6f0d8 Date: Wed, 12 Dec 2018 15:40:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:40:32Z","is_default":false,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","mtu":1450}} 2018-12-12 15:40:32,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-f21718dd-684b-4b02-a6e1-882ce4a6f0d8 2018-12-12 15:40:32,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" 2018-12-12 15:40:32,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-c25017f2-ab17-4c4f-a18d-ca9632cf2639 Date: Wed, 12 Dec 2018 15:40:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:40:32Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:40:32,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-c25017f2-ab17-4c4f-a18d-ca9632cf2639 2018-12-12 15:40:32,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" 2018-12-12 15:40:32,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e0f04abd-12cd-44eb-a3bd-fbd7adb5cc39 Date: Wed, 12 Dec 2018 15:40:32 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:40:32,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-e0f04abd-12cd-44eb-a3bd-fbd7adb5cc39 2018-12-12 15:40:32,850 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2 2018-12-12 15:40:32,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" -d '{"subnets": [{"ip_version": 4, "network_id": "6ed493c8-5c7f-4f32-94e9-84178851a17a", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]}' 2018-12-12 15:40:33,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c4f713ee-4c85-4ae4-ac38-42dfcf3bfd91 Date: Wed, 12 Dec 2018 15:40:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:40:33,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-c4f713ee-4c85-4ae4-ac38-42dfcf3bfd91 2018-12-12 15:40:33,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" 2018-12-12 15:40:33,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-06d51d8f-f527-4306-aba6-fbc75007f01b Date: Wed, 12 Dec 2018 15:40: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":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:40:33,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-06d51d8f-f527-4306-aba6-fbc75007f01b 2018-12-12 15:40:33,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" 2018-12-12 15:40:34,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2a79cb4e-1463-45ad-b8bd-d4d9da1a40d2 Date: Wed, 12 Dec 2018 15:40:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:40:34,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-2a79cb4e-1463-45ad-b8bd-d4d9da1a40d2 2018-12-12 15:40:34,142 - OpenStackNetwork - DEBUG - Network [6ed493c8-5c7f-4f32-94e9-84178851a17a] created successfully 2018-12-12 15:40:34,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:34,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:34,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["6KxSofdgQPepRgBzJU1nUg"], "issued_at": "2018-12-12T15:40:34.000000Z"}} 2018-12-12 15:40:34,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:34,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebd6d621-a396-48ef-90cf-7106e01d8e01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:34,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ebd6d621-a396-48ef-90cf-7106e01d8e01 2018-12-12 15:40:34,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:34,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a8694c49-2b45-443a-b3db-f594dbb53306 Date: Wed, 12 Dec 2018 15:40:34 GMT RESP BODY: {"routers": []} 2018-12-12 15:40:34,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router&admin_state_up=True used request id req-a8694c49-2b45-443a-b3db-f594dbb53306 2018-12-12 15:40:34,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:34,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:35,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["Dfk4XpH8QkmsRSMWH1WOeA"], "issued_at": "2018-12-12T15:40:35.000000Z"}} 2018-12-12 15:40:35,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ce1e68ddd25b43f753e6480be494c53137bdb2" 2018-12-12 15:40:35,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ff4686-0fe9-4aae-b53b-21f5105f6ac1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:35,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-73ff4686-0fe9-4aae-b53b-21f5105f6ac1 2018-12-12 15:40:35,184 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:40:35,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" -d '{"router": {"name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router", "admin_state_up": true}}' 2018-12-12 15:40:38,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-6977c689-2e98-4c3d-9b6c-6e2d3f6432b3 Date: Wed, 12 Dec 2018 15:40:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:36Z", "admin_state_up": true, "updated_at": "2018-12-12T15:40:36Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "06142282-6e31-4686-88e5-f0fbc105e546", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router"}} 2018-12-12 15:40:38,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-6977c689-2e98-4c3d-9b6c-6e2d3f6432b3 2018-12-12 15:40:38,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=06142282-6e31-4686-88e5-f0fbc105e546 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:38,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ba5da8e4-98f8-4268-8f17-0be8e5520203 Date: Wed, 12 Dec 2018 15:40:38 GMT RESP BODY: {"ports":[]} 2018-12-12 15:40:38,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=06142282-6e31-4686-88e5-f0fbc105e546 used request id req-ba5da8e4-98f8-4268-8f17-0be8e5520203 2018-12-12 15:40:38,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:39,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-98d874b2-fbaf-4373-bf66-ecb4005bbe10 Date: Wed, 12 Dec 2018 15:40: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:39,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-98d874b2-fbaf-4373-bf66-ecb4005bbe10 2018-12-12 15:40:39,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:40:39,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:40: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:40:39,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:39,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b68b0f-a152-4f06-9469-08fcb8e6fea8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:39,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-31b68b0f-a152-4f06-9469-08fcb8e6fea8 2018-12-12 15:40:39,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:39,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-eb94c7ca-a8f4-4a88-8e56-cf78d05b2d5d Date: Wed, 12 Dec 2018 15:40:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:39,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-eb94c7ca-a8f4-4a88-8e56-cf78d05b2d5d 2018-12-12 15:40:39,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:39,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-348b2bce-bec0-4e72-b4d4-efb527e6aa3e Date: Wed, 12 Dec 2018 15:40:39 GMT RESP BODY: {"ports":[]} 2018-12-12 15:40:39,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1&admin_state_up=True used request id req-348b2bce-bec0-4e72-b4d4-efb527e6aa3e 2018-12-12 15:40:39,730 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1 for router - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:40:39,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:39,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:40,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["Jv3Jx5TdSLCeHMzsi0Nv6w"], "issued_at": "2018-12-12T15:40:40.000000Z"}} 2018-12-12 15:40:40,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa2c9f461cc9f056d0cfb4754bf426b6ee93e53a" 2018-12-12 15:40:40,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5155b87-2da8-4aa9-b949-ea1fd4ea027a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:40,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b5155b87-2da8-4aa9-b949-ea1fd4ea027a 2018-12-12 15:40:40,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:40,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8c97dd70-f1ca-44e9-be4f-ada934868cae Date: Wed, 12 Dec 2018 15: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:40,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-8c97dd70-f1ca-44e9-be4f-ada934868cae 2018-12-12 15:40:40,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:40,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-bc3a483f-54c2-48d8-8a3d-121c01b39a36 Date: Wed, 12 Dec 2018 15:40:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:40,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-bc3a483f-54c2-48d8-8a3d-121c01b39a36 2018-12-12 15:40:40,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:40,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-02ef9d26-25c8-4b42-b32f-57d5d7bb9443 Date: Wed, 12 Dec 2018 15: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:40,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-02ef9d26-25c8-4b42-b32f-57d5d7bb9443 2018-12-12 15:40:40,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:40:40,744 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:40: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:40:40,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa2c9f461cc9f056d0cfb4754bf426b6ee93e53a" 2018-12-12 15:40:40,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e37ca1a4-eef3-454b-99b6-95b4eb7c6a62 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:40,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-e37ca1a4-eef3-454b-99b6-95b4eb7c6a62 2018-12-12 15:40:40,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:41,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5e805a03-19eb-409a-a977-6e5f66ba0a47 Date: Wed, 12 Dec 2018 15:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:41,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-5e805a03-19eb-409a-a977-6e5f66ba0a47 2018-12-12 15:40:41,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:41,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-64585f73-a22b-433a-a6b3-fef701883f87 Date: Wed, 12 Dec 2018 15:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:41,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1 used request id req-64585f73-a22b-433a-a6b3-fef701883f87 2018-12-12 15:40:41,242 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 2018-12-12 15:40:41,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" -d '{"port": {"network_id": "2fa2b26c-c002-4006-9191-50c153b65df7", "fixed_ips": [{"subnet_id": "60543e51-217c-4e8b-90ad-63dfab842c05", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1", "admin_state_up": true}}' 2018-12-12 15:40:42,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-dcc849f3-25ce-49b6-b6c3-7fcfec21cf71 Date: Wed, 12 Dec 2018 15:40:42 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:42Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.1"}],"id":"d2ac2e44-94b2-47d1-9f9f-65206659eacd","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:e5:8d:2a","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1","project_id":"20f9125428c84d5a89972ff1602aac9c","qos_policy_id":null,"admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:41Z","binding:vnic_type":"normal"}} 2018-12-12 15:40:42,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-dcc849f3-25ce-49b6-b6c3-7fcfec21cf71 2018-12-12 15:40:42,413 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1 for router - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:40:42,413 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:40:42,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" -d '{"port_id": "d2ac2e44-94b2-47d1-9f9f-65206659eacd"}' 2018-12-12 15:40:43,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-185a6011-4b45-48fb-93ea-3df045ea0151 Date: Wed, 12 Dec 2018 15:40:43 GMT RESP BODY: {"network_id": "2fa2b26c-c002-4006-9191-50c153b65df7", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "subnet_id": "60543e51-217c-4e8b-90ad-63dfab842c05", "subnet_ids": ["60543e51-217c-4e8b-90ad-63dfab842c05"], "port_id": "d2ac2e44-94b2-47d1-9f9f-65206659eacd", "id": "06142282-6e31-4686-88e5-f0fbc105e546"} 2018-12-12 15:40:43,941 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546/add_router_interface used request id req-185a6011-4b45-48fb-93ea-3df045ea0151 2018-12-12 15:40:43,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:44,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-f8494356-e3f3-4e92-b77f-818d52523978 Date: Wed, 12 Dec 2018 15:40:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:40:44,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-f8494356-e3f3-4e92-b77f-818d52523978 2018-12-12 15:40:44,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:44,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47201585-b4ba-4f7b-8769-8b4de3df12ab Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:44,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-47201585-b4ba-4f7b-8769-8b4de3df12ab 2018-12-12 15:40:44,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:44,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7314fd90-a172-4f9e-a015-7b0938a0ed51 Date: Wed, 12 Dec 2018 15:40:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:40:44,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-7314fd90-a172-4f9e-a015-7b0938a0ed51 2018-12-12 15:40:44,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:44,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-29101ee0-9ed0-43d1-9ae9-68c893913c09 Date: Wed, 12 Dec 2018 15:40:44 GMT RESP BODY: {"ports":[]} 2018-12-12 15:40:44,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2&admin_state_up=True used request id req-29101ee0-9ed0-43d1-9ae9-68c893913c09 2018-12-12 15:40:44,710 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2 for router - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:40:44,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:44,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:45,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["9H0UcWjRQ1asNboH_G4oUA"], "issued_at": "2018-12-12T15:40:45.000000Z"}} 2018-12-12 15:40:45,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}359c873207d75c6a3f1c975722f9334c6688e4aa" 2018-12-12 15:40:45,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef0e1af-1c91-4096-bc82-1c36f79ff713 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:45,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3ef0e1af-1c91-4096-bc82-1c36f79ff713 2018-12-12 15:40:45,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:45,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-ef01faed-5cd9-4d1d-a0ef-6fdd5ea9c4a9 Date: Wed, 12 Dec 2018 15:40:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:40:45,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-ef01faed-5cd9-4d1d-a0ef-6fdd5ea9c4a9 2018-12-12 15:40:45,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:45,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ea33a730-7c39-4cba-9432-cb7a4fb80af3 Date: Wed, 12 Dec 2018 15:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:40:45,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-ea33a730-7c39-4cba-9432-cb7a4fb80af3 2018-12-12 15:40:45,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:45,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-1f9479a8-c3fb-4d77-8ba6-89eaa4e922bd Date: Wed, 12 Dec 2018 15:40:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:40:45,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-1f9479a8-c3fb-4d77-8ba6-89eaa4e922bd 2018-12-12 15:40:45,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:40:45,762 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:40:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:40:45,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}359c873207d75c6a3f1c975722f9334c6688e4aa" 2018-12-12 15:40:45,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c846b2da-2139-4bc1-940b-534e3d9ed970 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:45,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-c846b2da-2139-4bc1-940b-534e3d9ed970 2018-12-12 15:40:45,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:45,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-16f39fb4-3667-42db-b150-c3f78015e576 Date: Wed, 12 Dec 2018 15:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:40:45,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-16f39fb4-3667-42db-b150-c3f78015e576 2018-12-12 15:40:45,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:46,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a07b4c8a-a2ff-4527-bb15-e2314fe3b71b Date: Wed, 12 Dec 2018 15:40:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:40:46,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2 used request id req-a07b4c8a-a2ff-4527-bb15-e2314fe3b71b 2018-12-12 15:40:46,144 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 2018-12-12 15:40:46,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" -d '{"port": {"network_id": "6ed493c8-5c7f-4f32-94e9-84178851a17a", "fixed_ips": [{"subnet_id": "a13f14a0-a14c-4b6c-aba8-e1e456901b31", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2", "admin_state_up": true}}' 2018-12-12 15:40:47,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-8a347539-69e3-47e5-8a16-a816272fa14a Date: Wed, 12 Dec 2018 15:40:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.1"}],"id":"a06350a8-a603-4873-81a2-16f8cb6e63ef","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:9a:f9:e9","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2","project_id":"20f9125428c84d5a89972ff1602aac9c","qos_policy_id":null,"admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:46Z","binding:vnic_type":"normal"}} 2018-12-12 15:40:47,162 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-8a347539-69e3-47e5-8a16-a816272fa14a 2018-12-12 15:40:47,162 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2 for router - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:40:47,162 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:40:47,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" -d '{"port_id": "a06350a8-a603-4873-81a2-16f8cb6e63ef"}' 2018-12-12 15:40:48,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2ca2e151-9a07-4a16-9407-6ab51130d558 Date: Wed, 12 Dec 2018 15:40:48 GMT RESP BODY: {"network_id": "6ed493c8-5c7f-4f32-94e9-84178851a17a", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "subnet_id": "a13f14a0-a14c-4b6c-aba8-e1e456901b31", "subnet_ids": ["a13f14a0-a14c-4b6c-aba8-e1e456901b31"], "port_id": "a06350a8-a603-4873-81a2-16f8cb6e63ef", "id": "06142282-6e31-4686-88e5-f0fbc105e546"} 2018-12-12 15:40:48,713 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546/add_router_interface used request id req-2ca2e151-9a07-4a16-9407-6ab51130d558 2018-12-12 15:40:48,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:48,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-4b3e6dfa-6ec2-4136-9906-05beb1148eec Date: Wed, 12 Dec 2018 15:40:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:36Z", "admin_state_up": true, "updated_at": "2018-12-12T15:40:48Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "06142282-6e31-4686-88e5-f0fbc105e546", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router"}} 2018-12-12 15:40:48,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546 used request id req-4b3e6dfa-6ec2-4136-9906-05beb1148eec 2018-12-12 15:40:48,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=06142282-6e31-4686-88e5-f0fbc105e546 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:49,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-d494406a-9b71-40ac-9672-43025eeb69b5 Date: Wed, 12 Dec 2018 15:40:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.1"}],"id":"a06350a8-a603-4873-81a2-16f8cb6e63ef","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:9a:f9:e9","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2","admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:46Z","binding:vnic_type":"normal","device_id":"06142282-6e31-4686-88e5-f0fbc105e546"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.1"}],"id":"d2ac2e44-94b2-47d1-9f9f-65206659eacd","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:e5:8d:2a","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1","admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:41Z","binding:vnic_type":"normal","device_id":"06142282-6e31-4686-88e5-f0fbc105e546"}]} 2018-12-12 15:40:49,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=06142282-6e31-4686-88e5-f0fbc105e546 used request id req-d494406a-9b71-40ac-9672-43025eeb69b5 2018-12-12 15:40:49,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/60543e51-217c-4e8b-90ad-63dfab842c05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:49,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-f30c92f6-74e1-4635-b746-8ca903d5a19d Date: Wed, 12 Dec 2018 15:40:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}} 2018-12-12 15:40:49,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/60543e51-217c-4e8b-90ad-63dfab842c05 used request id req-f30c92f6-74e1-4635-b746-8ca903d5a19d 2018-12-12 15:40:49,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/a13f14a0-a14c-4b6c-aba8-e1e456901b31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:40:49,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-fb7fa08d-06e2-4065-948d-1072e14c0318 Date: Wed, 12 Dec 2018 15:40:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}} 2018-12-12 15:40:49,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/a13f14a0-a14c-4b6c-aba8-e1e456901b31 used request id req-fb7fa08d-06e2-4065-948d-1072e14c0318 2018-12-12 15:40:49,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:49,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:49,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:40:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Daod2JCuSdyXzlXa6avfCw"], "issued_at": "2018-12-12T15:40:49.000000Z"}} 2018-12-12 15:40:49,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c216e836c5f953d2074d2dbb8d1ff57aa28fb90" 2018-12-12 15:40:50,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3482901-5173-44b1-955b-11dfeb0df664 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:50,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b3482901-5173-44b1-955b-11dfeb0df664 2018-12-12 15:40:50,017 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:40:50,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c216e836c5f953d2074d2dbb8d1ff57aa28fb90" 2018-12-12 15:40:50,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-af14718b-9b0a-4c02-8ac5-d2051a9753bc x-compute-request-id: req-af14718b-9b0a-4c02-8ac5-d2051a9753bc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:40:50,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-af14718b-9b0a-4c02-8ac5-d2051a9753bc 2018-12-12 15:40:50,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c216e836c5f953d2074d2dbb8d1ff57aa28fb90" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-12-12 15:40:50,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-1d8cfffc-b764-479e-91c8-8202508143eb x-compute-request-id: req-1d8cfffc-b764-479e-91c8-8202508143eb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:40:50,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1d8cfffc-b764-479e-91c8-8202508143eb 2018-12-12 15:40:50,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:50,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:50,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["O-KT5NzsQQGY5J5a93qrbg"], "issued_at": "2018-12-12T15:40:50.000000Z"}} 2018-12-12 15:40:50,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:50,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38d5ce32-afb1-4866-9307-9417748b3a61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:50,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-38d5ce32-afb1-4866-9307-9417748b3a61 2018-12-12 15:40:50,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:50,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-568e203a-9817-42e9-a1df-0d836421b656 Date: Wed, 12 Dec 2018 15:40:50 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:40:50,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp used request id req-568e203a-9817-42e9-a1df-0d836421b656 2018-12-12 15:40:50,890 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp... 2018-12-12 15:40:50,890 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp 2018-12-12 15:40:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp"}}' 2018-12-12 15:40:51,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-fce71508-7fef-45d9-bc48-aef32ee886ac Date: Wed, 12 Dec 2018 15:40:51 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "updated_at": "2018-12-12T15:40:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "20f9125428c84d5a89972ff1602aac9c"}], "revision_number": 2, "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp"}} 2018-12-12 15:40:51,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-fce71508-7fef-45d9-bc48-aef32ee886ac 2018-12-12 15:40:51,242 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:51,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:51,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ef31783-90fa-4212-bcaa-f68ef7b2ed91 Date: Wed, 12 Dec 2018 15:40:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5"}]} 2018-12-12 15:40:51,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-2ef31783-90fa-4212-bcaa-f68ef7b2ed91 2018-12-12 15:40:51,422 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:51,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:51,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7e2a688c-0ed2-473e-a76f-c08704db76f0 Date: Wed, 12 Dec 2018 15:40:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5"}]} 2018-12-12 15:40:51,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-7e2a688c-0ed2-473e-a76f-c08704db76f0 2018-12-12 15:40:51,601 - neutron_utils - INFO - Retrieving security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:51,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:51,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-22fdee6a-d6ef-4017-bc84-6a3216d05b18 Date: Wed, 12 Dec 2018 15:40:51 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "updated_at": "2018-12-12T15:40:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "20f9125428c84d5a89972ff1602aac9c"}], "revision_number": 2, "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp"}]} 2018-12-12 15:40:51,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-22fdee6a-d6ef-4017-bc84-6a3216d05b18 2018-12-12 15:40:51,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:51,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:51,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0e8ee4ab-609d-491d-a1d9-46d25a187080 Date: Wed, 12 Dec 2018 15:40:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5"}]} 2018-12-12 15:40:51,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-0e8ee4ab-609d-491d-a1d9-46d25a187080 2018-12-12 15:40:51,834 - neutron_utils - INFO - Retrieving security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:51,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:52,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-96d88a7e-42f7-43c4-a682-43cced1a1533 Date: Wed, 12 Dec 2018 15:40:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "updated_at": "2018-12-12T15:40:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "20f9125428c84d5a89972ff1602aac9c"}], "revision_number": 2, "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp"}]} 2018-12-12 15:40:52,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-96d88a7e-42f7-43c4-a682-43cced1a1533 2018-12-12 15:40:52,034 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:52,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:52,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9d90e96-6a36-48f9-b9d7-addd586b3b94 Date: Wed, 12 Dec 2018 15:40:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5"}]} 2018-12-12 15:40:52,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-e9d90e96-6a36-48f9-b9d7-addd586b3b94 2018-12-12 15:40:52,207 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp 2018-12-12 15:40:52,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:52,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-23dcc6d4-a873-4928-9986-faca62a2c7cc Date: Wed, 12 Dec 2018 15:40:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "updated_at": "2018-12-12T15:40:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "20f9125428c84d5a89972ff1602aac9c"}], "revision_number": 2, "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp"}]} 2018-12-12 15:40:52,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp used request id req-23dcc6d4-a873-4928-9986-faca62a2c7cc 2018-12-12 15:40:52,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:40:52,463 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:40: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:40:52,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:52,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1d2b5c-f6f6-49a6-bd29-b032e6967891 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:52,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-7b1d2b5c-f6f6-49a6-bd29-b032e6967891 2018-12-12 15:40:52,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:52,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:52,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f143071b-d7be-44a8-8088-d6bf7ea30b08 Date: Wed, 12 Dec 2018 15:40:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5"}]} 2018-12-12 15:40:52,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-f143071b-d7be-44a8-8088-d6bf7ea30b08 2018-12-12 15:40:52,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}44c68f39033919651571f7f54a0cb194b7363ede" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764"}}' 2018-12-12 15:40:53,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-6c815f6c-5ba1-450a-ad7c-bbaf6d910fe4 Date: Wed, 12 Dec 2018 15:40:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:52Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:52Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "f553234a-75f2-4862-93de-642adb192a08"}} 2018-12-12 15:40:53,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-6c815f6c-5ba1-450a-ad7c-bbaf6d910fe4 2018-12-12 15:40:53,051 - neutron_utils - INFO - Retrieving security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:53,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:53,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-08b1e6ff-6d3f-45ec-a1ec-2516034ac1f5 Date: Wed, 12 Dec 2018 15:40:53 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "updated_at": "2018-12-12T15:40:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "revision_number": 0, "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:52Z", "revision_number": 0, "id": "f553234a-75f2-4862-93de-642adb192a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:52Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "20f9125428c84d5a89972ff1602aac9c"}], "revision_number": 3, "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp"}]} 2018-12-12 15:40:53,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-08b1e6ff-6d3f-45ec-a1ec-2516034ac1f5 2018-12-12 15:40:53,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 222f0b36-7624-4d6e-93a7-9698a7ecd764 2018-12-12 15:40:53,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:40:53,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-0e2de963-3396-44c4-b81e-05b42d026559 Date: Wed, 12 Dec 2018 15:40:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "1bee5a93-1b95-45e3-b483-d16d8eed8984"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:51Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:51Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "5c82cfc2-c96f-4188-9ae1-0e98893e3cc5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:52Z", "security_group_id": "222f0b36-7624-4d6e-93a7-9698a7ecd764", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:52Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "f553234a-75f2-4862-93de-642adb192a08"}]} 2018-12-12 15:40:53,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-0e2de963-3396-44c4-b81e-05b42d026559 2018-12-12 15:40:53,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:53,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:53,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["u6V1FSpkQByR6Vedl1BQvA"], "issued_at": "2018-12-12T15:40:53.000000Z"}} 2018-12-12 15:40:53,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:53,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f808d36d-c4e5-47a1-8665-c46e7055eed3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:53,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f808d36d-c4e5-47a1-8665-c46e7055eed3 2018-12-12 15:40:53,917 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:40:53,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:53,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4f6925-cd88-4c9a-a628-3f0d6c94730f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:53,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ef4f6925-cd88-4c9a-a628-3f0d6c94730f 2018-12-12 15:40:54,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:54,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-b0923ba9-45e8-4dcd-95a1-7fc772c4f49e Date: Wed, 12 Dec 2018 15:40: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:54,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-b0923ba9-45e8-4dcd-95a1-7fc772c4f49e 2018-12-12 15:40:54,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:40:54,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:40: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:40:54,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:54,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bef6313-24a7-47dc-811e-75bf2c2b91ad Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:54,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-1bef6313-24a7-47dc-811e-75bf2c2b91ad 2018-12-12 15:40:54,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:54,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fc085a13-21d1-4ffa-b50c-8a06cc113656 Date: Wed, 12 Dec 2018 15:40:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:54,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-fc085a13-21d1-4ffa-b50c-8a06cc113656 2018-12-12 15:40:54,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:54,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8e3d76f4-e2b1-4c4a-8467-b038dfe7fc99 Date: Wed, 12 Dec 2018 15:40:54 GMT RESP BODY: {"ports":[]} 2018-12-12 15:40:54,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port&admin_state_up=True used request id req-8e3d76f4-e2b1-4c4a-8467-b038dfe7fc99 2018-12-12 15:40:54,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:55,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-63653e73-9aee-4449-9b31-ab3f825862d1 x-compute-request-id: req-63653e73-9aee-4449-9b31-ab3f825862d1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:40:55,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1 used request id req-63653e73-9aee-4449-9b31-ab3f825862d1 2018-12-12 15:40:55,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:55,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6de55698-e291-48eb-9d24-c68e7a76ca46 Date: Wed, 12 Dec 2018 15: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:55,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-6de55698-e291-48eb-9d24-c68e7a76ca46 2018-12-12 15:40:55,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:55,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77752677-a89e-4219-a1c4-92cbdf153b53 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:55,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-77752677-a89e-4219-a1c4-92cbdf153b53 2018-12-12 15:40:55,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:55,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a8fcee05-ca0b-4f8f-b0c5-a35e796f8d71 Date: Wed, 12 Dec 2018 15:40:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:55,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-a8fcee05-ca0b-4f8f-b0c5-a35e796f8d71 2018-12-12 15:40:55,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:55,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0b0b7d6f-3910-4dfc-8a77-68e085e92439 Date: Wed, 12 Dec 2018 15:40:55 GMT RESP BODY: {"ports":[]} 2018-12-12 15:40:55,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port&admin_state_up=True used request id req-0b0b7d6f-3910-4dfc-8a77-68e085e92439 2018-12-12 15:40:55,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:40:55,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:40:56,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:40:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["G_v8-HfmT4ScvDP8SL4JLQ"], "issued_at": "2018-12-12T15:40:56.000000Z"}} 2018-12-12 15:40:56,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2745b53c2cc20ed7d2afec57469839511b8ac6cb" 2018-12-12 15:40:56,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfdb3f8c-c5a6-42f7-9321-6cbfd1a9a1c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:40:56,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bfdb3f8c-c5a6-42f7-9321-6cbfd1a9a1c5 2018-12-12 15:40:56,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:56,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2e7768c3-ad78-4a0a-84f3-20921aee0d63 Date: Wed, 12 Dec 2018 15:40: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:56,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-2e7768c3-ad78-4a0a-84f3-20921aee0d63 2018-12-12 15:40:56,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:56,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a9c5e6ec-6fc7-4251-89dc-9f5ead322e8c Date: Wed, 12 Dec 2018 15:40:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:56,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-a9c5e6ec-6fc7-4251-89dc-9f5ead322e8c 2018-12-12 15:40:56,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:57,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2095dede-7ce4-4ae9-8c05-1d34f5ea9393 Date: Wed, 12 Dec 2018 15:40: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:57,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-2095dede-7ce4-4ae9-8c05-1d34f5ea9393 2018-12-12 15:40:57,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:40:57,168 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:40: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:40:57,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2745b53c2cc20ed7d2afec57469839511b8ac6cb" 2018-12-12 15:40:57,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6c7ea6-23b5-480e-bc66-08ca2adeaf68 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:57,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-5d6c7ea6-23b5-480e-bc66-08ca2adeaf68 2018-12-12 15:40:57,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:57,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f856f6f1-e367-4b3f-89ee-dfeba664ce58 Date: Wed, 12 Dec 2018 15:40:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:57,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-f856f6f1-e367-4b3f-89ee-dfeba664ce58 2018-12-12 15:40:57,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:57,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d564a1d8-8e14-4d2e-953e-5a7b2096dfbe Date: Wed, 12 Dec 2018 15:40:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:57,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1 used request id req-d564a1d8-8e14-4d2e-953e-5a7b2096dfbe 2018-12-12 15:40:57,460 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 2018-12-12 15:40:57,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" -d '{"port": {"network_id": "2fa2b26c-c002-4006-9191-50c153b65df7", "fixed_ips": [{"subnet_id": "60543e51-217c-4e8b-90ad-63dfab842c05", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port", "admin_state_up": true}}' 2018-12-12 15:40:58,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-dbaef222-c76a-4a1c-9975-7754be14d9bb Date: Wed, 12 Dec 2018 15:40:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.5"}],"id":"578bf5f0-d6e6-481c-8cb2-a7a6d11a6ce1","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:8c:ea:0d","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port","project_id":"20f9125428c84d5a89972ff1602aac9c","qos_policy_id":null,"admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:57Z","binding:vnic_type":"normal"}} 2018-12-12 15:40:58,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-dbaef222-c76a-4a1c-9975-7754be14d9bb 2018-12-12 15:40:58,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:58,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-911e43c1-fb92-4d58-a66f-c2728363ac7f Date: Wed, 12 Dec 2018 15:40:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:40:58,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-911e43c1-fb92-4d58-a66f-c2728363ac7f 2018-12-12 15:40:58,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:58,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33edeb2d-6705-4138-9d04-53fbd17e41eb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:58,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-33edeb2d-6705-4138-9d04-53fbd17e41eb 2018-12-12 15:40:58,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:59,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2bb2a629-a06d-4b33-88b0-8f09ddcb9877 Date: Wed, 12 Dec 2018 15:40:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:40:59,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-2bb2a629-a06d-4b33-88b0-8f09ddcb9877 2018-12-12 15:40:59,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:59,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-43a3685b-f3c2-483e-831d-5ec05fecb0a8 Date: Wed, 12 Dec 2018 15:40:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.5"}],"id":"578bf5f0-d6e6-481c-8cb2-a7a6d11a6ce1","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:8c:ea:0d","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port","admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:57Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:40:59,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port&admin_state_up=True used request id req-43a3685b-f3c2-483e-831d-5ec05fecb0a8 2018-12-12 15:40:59,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:59,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ca559ff-ecf5-45c3-bbff-bf2dfdd5f27d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:40:59,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-9ca559ff-ecf5-45c3-bbff-bf2dfdd5f27d 2018-12-12 15:40:59,306 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1 2018-12-12 15:40:59,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:59,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-4cede255-a2f4-44e2-acd5-714edbd270ee x-compute-request-id: req-4cede255-a2f4-44e2-acd5-714edbd270ee Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-flavor-name"}]} 2018-12-12 15:40:59,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4cede255-a2f4-44e2-acd5-714edbd270ee 2018-12-12 15:40:59,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:59,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-8f3617e0-9930-43fa-ad46-fdcfc9d3b7a1 x-compute-request-id: req-8f3617e0-9930-43fa-ad46-fdcfc9d3b7a1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:40:59,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be used request id req-8f3617e0-9930-43fa-ad46-fdcfc9d3b7a1 2018-12-12 15:40:59,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:59,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-e6bd64a4-38ef-4742-9220-aac704c468bc Date: Wed, 12 Dec 2018 15:40:59 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:40:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:40:28Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/snap", "metadata": {}}], "self": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "min_disk": 0, "protected": false, "id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "file": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "20f9125428c84d5a89972ff1602aac9c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9"} 2018-12-12 15:40:59,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 used request id req-e6bd64a4-38ef-4742-9220-aac704c468bc 2018-12-12 15:40:59,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:40:59,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c11261c6-51d4-4db5-b93e-c5cc4347efa4 Date: Wed, 12 Dec 2018 15:40:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:40:59,702 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c11261c6-51d4-4db5-b93e-c5cc4347efa4 2018-12-12 15:40:59,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" -d '{"server": {"name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "imageRef": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "flavorRef": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "578bf5f0-d6e6-481c-8cb2-a7a6d11a6ce1"}]}}' 2018-12-12 15:41:01,423 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:40:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d606ef9a-17bb-464d-a8f8-d500b54c7581 x-compute-request-id: req-d606ef9a-17bb-464d-a8f8-d500b54c7581 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "adminPass": "3e27dDpSiTrE"}} 2018-12-12 15:41:01,423 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-d606ef9a-17bb-464d-a8f8-d500b54c7581 2018-12-12 15:41:01,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:01,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-fe341797-7819-48a2-9d6a-ad9cf44a1b78 x-compute-request-id: req-fe341797-7819-48a2-9d6a-ad9cf44a1b78 Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:41:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:01,857 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-fe341797-7819-48a2-9d6a-ad9cf44a1b78 2018-12-12 15:41:01,858 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1 2018-12-12 15:41:01,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:02,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-6d2127c5-f180-44a0-ad68-63c4aca13ef6 x-compute-request-id: req-6d2127c5-f180-44a0-ad68-63c4aca13ef6 Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:41:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:02,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-6d2127c5-f180-44a0-ad68-63c4aca13ef6 2018-12-12 15:41:02,251 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - BUILD 2018-12-12 15:41:02,251 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:05,255 - create_instance - DEBUG - VM status query timeout in 896.603116035 2018-12-12 15:41:05,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:05,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f423bd2c-3cd8-44af-9f4b-80743eb75eac x-compute-request-id: req-f423bd2c-3cd8-44af-9f4b-80743eb75eac 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.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:41:03Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:05,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-f423bd2c-3cd8-44af-9f4b-80743eb75eac 2018-12-12 15:41:05,956 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - BUILD 2018-12-12 15:41:05,956 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:08,959 - create_instance - DEBUG - VM status query timeout in 892.89881897 2018-12-12 15:41:08,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:09,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41: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-009df334-a6f2-4443-b903-091c5b65388d x-compute-request-id: req-009df334-a6f2-4443-b903-091c5b65388d 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.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:41:03Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:09,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-009df334-a6f2-4443-b903-091c5b65388d 2018-12-12 15:41:09,472 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - BUILD 2018-12-12 15:41:09,472 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:12,475 - create_instance - DEBUG - VM status query timeout in 889.382758141 2018-12-12 15:41:12,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:13,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e8e748a-7687-49c5-ba52-15140f1653fd x-compute-request-id: req-4e8e748a-7687-49c5-ba52-15140f1653fd Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:ea:0d", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:09Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:13,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-4e8e748a-7687-49c5-ba52-15140f1653fd 2018-12-12 15:41:13,035 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - ACTIVE 2018-12-12 15:41:13,035 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:41:13,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:13,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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,Accept-Encoding x-openstack-request-id: req-5cd98478-b98d-43f8-8ecc-fe6b0cb204fb x-compute-request-id: req-5cd98478-b98d-43f8-8ecc-fe6b0cb204fb Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:ea:0d", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:09Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:13,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-5cd98478-b98d-43f8-8ecc-fe6b0cb204fb 2018-12-12 15:41:13,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:13,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e131bc2d-7e86-4229-8437-d67f9eaa86ca Date: Wed, 12 Dec 2018 15:41: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":["60543e51-217c-4e8b-90ad-63dfab842c05"],"updated_at":"2018-12-12T15:40:30Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"2fa2b26c-c002-4006-9191-50c153b65df7","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1"}]} 2018-12-12 15:41:13,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 used request id req-e131bc2d-7e86-4229-8437-d67f9eaa86ca 2018-12-12 15:41:13,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:13,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc26bd7a-4075-47f2-bffe-954fba565e5e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:41:13,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-bc26bd7a-4075-47f2-bffe-954fba565e5e 2018-12-12 15:41:14,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:14,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a1b16df1-f85d-4de1-a922-999f21424d5d Date: Wed, 12 Dec 2018 15:41:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:30Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"60543e51-217c-4e8b-90ad-63dfab842c05","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1"}]} 2018-12-12 15:41:14,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-a1b16df1-f85d-4de1-a922-999f21424d5d 2018-12-12 15:41:14,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:14,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-8c0a82b8-f488-4154-8f81-09390a2c1f40 Date: Wed, 12 Dec 2018 15:41:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:41:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.5"}],"id":"578bf5f0-d6e6-481c-8cb2-a7a6d11a6ce1","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:8c:ea:0d","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port","admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:57Z","binding:vnic_type":"normal","device_id":"a587d0b9-29af-4b4d-aeb7-99d81e44737f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.4"}],"id":"8daa806a-b19e-4ff9-9121-d3a45bbc4b6c","security_groups":[],"mac_address":"fa:16:3e:19:fe:ed","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2fa2b26c-c002-4006-9191-50c153b65df7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.2"}],"id":"9e72c106-7e16-4f90-9c3f-db27f032153a","security_groups":[],"mac_address":"fa:16:3e:c4:3d:ca","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2fa2b26c-c002-4006-9191-50c153b65df7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:41:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.1"}],"id":"d2ac2e44-94b2-47d1-9f9f-65206659eacd","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:e5:8d:2a","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1","admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:41Z","binding:vnic_type":"normal","device_id":"06142282-6e31-4686-88e5-f0fbc105e546"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"60543e51-217c-4e8b-90ad-63dfab842c05","ip_address":"10.200.201.3"}],"id":"d8ff8e2d-1534-4965-9b91-fc0eb7ab95c5","security_groups":[],"mac_address":"fa:16:3e:6e:d8:e7","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2fa2b26c-c002-4006-9191-50c153b65df7","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2fa2b26c-c002-4006-9191-50c153b65df7"}]} 2018-12-12 15:41:14,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-8c0a82b8-f488-4154-8f81-09390a2c1f40 2018-12-12 15:41:14,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:41:14,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:41:14,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:41:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["JrIDYRDQR8yekNrKMUwnfw"], "issued_at": "2018-12-12T15:41:14.000000Z"}} 2018-12-12 15:41:14,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:14,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd3f701-b29f-46a1-8c20-403b84382807 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:41:14,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-afd3f701-b29f-46a1-8c20-403b84382807 2018-12-12 15:41:14,908 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:41:14,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:14,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edce66f9-f163-4796-89d8-e30ac704dc78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:41:14,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-edce66f9-f163-4796-89d8-e30ac704dc78 2018-12-12 15:41:14,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:15,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-9a355be1-b53e-45e5-b78b-88ef5a5e5654 Date: Wed, 12 Dec 2018 15:41: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":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:41:15,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-9a355be1-b53e-45e5-b78b-88ef5a5e5654 2018-12-12 15:41:15,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:41:15,192 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:41: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:41:15,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:15,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c00678d-9a8d-44cf-b477-2b374744df3a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:41:15,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-6c00678d-9a8d-44cf-b477-2b374744df3a 2018-12-12 15:41:15,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:15,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e5d0a66b-52c1-49fa-8e23-3b554771c370 Date: Wed, 12 Dec 2018 15:41:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:41:15,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-e5d0a66b-52c1-49fa-8e23-3b554771c370 2018-12-12 15:41:15,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:15,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e212da87-68f7-4c46-9777-6b1056e9f877 Date: Wed, 12 Dec 2018 15:41:15 GMT RESP BODY: {"ports":[]} 2018-12-12 15:41:15,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port&admin_state_up=True used request id req-e212da87-68f7-4c46-9777-6b1056e9f877 2018-12-12 15:41:15,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:15,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-19b93384-ddd9-498f-bd4a-1b33ce8a4e5e x-compute-request-id: req-19b93384-ddd9-498f-bd4a-1b33ce8a4e5e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:41:15,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2 used request id req-19b93384-ddd9-498f-bd4a-1b33ce8a4e5e 2018-12-12 15:41:15,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:16,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-83834a7b-53eb-466e-a515-d7ce9a963444 Date: Wed, 12 Dec 2018 15:41: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":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:41:16,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-83834a7b-53eb-466e-a515-d7ce9a963444 2018-12-12 15:41:16,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:16,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b271b87-79f5-4072-b5c8-d814417484d8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:41:16,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-7b271b87-79f5-4072-b5c8-d814417484d8 2018-12-12 15:41:16,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:16,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-99094fb8-14fe-4a32-9741-9a22c6addd4a Date: Wed, 12 Dec 2018 15:41:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:41:16,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-99094fb8-14fe-4a32-9741-9a22c6addd4a 2018-12-12 15:41:16,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:16,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-088cd808-6c85-492d-8b71-1b5ca833bbb1 Date: Wed, 12 Dec 2018 15:41:16 GMT RESP BODY: {"ports":[]} 2018-12-12 15:41:16,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port&admin_state_up=True used request id req-088cd808-6c85-492d-8b71-1b5ca833bbb1 2018-12-12 15:41:16,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:41:16,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:41:17,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1e5878e89b649d4aab68032de794cfa", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role"}], "expires_at": "2018-12-12T16:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20f9125428c84d5a89972ff1602aac9c", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/20f9125428c84d5a89972ff1602aac9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user", "id": "a747da381e3d4f9a9d48eb41afe7ebd7"}, "audit_ids": ["DRNA2YnGS6aVQqyoBxReSw"], "issued_at": "2018-12-12T15:41:17.000000Z"}} 2018-12-12 15:41:17,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a5ff9d7c5e002d07b2e9f2c34594a1d3baadf01" 2018-12-12 15:41:17,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23878f26-381a-481d-9dd8-465a70edbccb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:41:17,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-23878f26-381a-481d-9dd8-465a70edbccb 2018-12-12 15:41:17,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:17,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-3de6b334-45fb-47b6-9a1d-f9d1500abc08 Date: Wed, 12 Dec 2018 15:41: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":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:41:17,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-3de6b334-45fb-47b6-9a1d-f9d1500abc08 2018-12-12 15:41:17,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:17,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b455ad85-11e2-4408-bfbd-669ebfe01de6 Date: Wed, 12 Dec 2018 15:41:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:41:17,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-b455ad85-11e2-4408-bfbd-669ebfe01de6 2018-12-12 15:41:17,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:17,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-f8984d07-0f00-423a-b0a0-2ffb569058aa Date: Wed, 12 Dec 2018 15:41: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":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:41:17,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-f8984d07-0f00-423a-b0a0-2ffb569058aa 2018-12-12 15:41:17,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:41:17,529 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:41:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:41:17,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a5ff9d7c5e002d07b2e9f2c34594a1d3baadf01" 2018-12-12 15:41:17,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a440149-3ea4-4f9d-8ada-6e0d9ec560a1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:41:17,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-6a440149-3ea4-4f9d-8ada-6e0d9ec560a1 2018-12-12 15:41:17,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:17,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7eecafe5-7108-4995-b390-1cd65fef4bd9 Date: Wed, 12 Dec 2018 15:41:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:41:17,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-7eecafe5-7108-4995-b390-1cd65fef4bd9 2018-12-12 15:41:17,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:17,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5064a606-35ec-454a-873d-665cf75e3bc5 Date: Wed, 12 Dec 2018 15:41:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:41:17,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2 used request id req-5064a606-35ec-454a-873d-665cf75e3bc5 2018-12-12 15:41:17,874 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 2018-12-12 15:41:17,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" -d '{"port": {"network_id": "6ed493c8-5c7f-4f32-94e9-84178851a17a", "fixed_ips": [{"subnet_id": "a13f14a0-a14c-4b6c-aba8-e1e456901b31", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port", "admin_state_up": true}}' 2018-12-12 15:41:18,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-68aeab1a-6765-44cf-86c3-806c94a4012a Date: Wed, 12 Dec 2018 15:41:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:41:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.5"}],"id":"f5aa6d22-7484-4c13-bc64-70e014eb5fda","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:d1:25:54","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port","project_id":"20f9125428c84d5a89972ff1602aac9c","qos_policy_id":null,"admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:41:18Z","binding:vnic_type":"normal"}} 2018-12-12 15:41:18,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-68aeab1a-6765-44cf-86c3-806c94a4012a 2018-12-12 15:41:18,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-0b059865-9a05-4b25-aa05-111efac52203 Date: Wed, 12 Dec 2018 15:41:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:41:19,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-0b059865-9a05-4b25-aa05-111efac52203 2018-12-12 15:41:19,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc70af7-28e3-445d-a017-ddb863f416ce Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:41:19,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-3bc70af7-28e3-445d-a017-ddb863f416ce 2018-12-12 15:41:19,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-92bdf073-95cf-4280-b632-30bccaa5d5e8 Date: Wed, 12 Dec 2018 15:41:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:41:19,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-92bdf073-95cf-4280-b632-30bccaa5d5e8 2018-12-12 15:41:19,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-54501f86-20cb-4b37-b995-a90b3c0a0c2e Date: Wed, 12 Dec 2018 15:41:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:41:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.5"}],"id":"f5aa6d22-7484-4c13-bc64-70e014eb5fda","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:d1:25:54","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port","admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:41:18Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:41:19,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a&name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port&admin_state_up=True used request id req-54501f86-20cb-4b37-b995-a90b3c0a0c2e 2018-12-12 15:41:19,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c07feb-cd5c-4bbc-9d08-101f318becbb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:41:19,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-c9c07feb-cd5c-4bbc-9d08-101f318becbb 2018-12-12 15:41:19,584 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2 2018-12-12 15:41:19,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51b12750-a7c8-4e2b-b0e3-badcacdd7d77 x-compute-request-id: req-51b12750-a7c8-4e2b-b0e3-badcacdd7d77 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-flavor-name"}]} 2018-12-12 15:41:19,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-51b12750-a7c8-4e2b-b0e3-badcacdd7d77 2018-12-12 15:41:19,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9eec2826-fc0b-4344-b877-aa824ef863d9 x-compute-request-id: req-9eec2826-fc0b-4344-b877-aa824ef863d9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:41:19,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be used request id req-9eec2826-fc0b-4344-b877-aa824ef863d9 2018-12-12 15:41:19,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-2c4c9073-b0b8-46e5-91d7-a44c0f4cc7e0 Date: Wed, 12 Dec 2018 15:41:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:40:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:40:28Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/snap", "metadata": {}}], "self": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "min_disk": 0, "protected": false, "id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "file": "/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "20f9125428c84d5a89972ff1602aac9c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9"} 2018-12-12 15:41:19,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 used request id req-2c4c9073-b0b8-46e5-91d7-a44c0f4cc7e0 2018-12-12 15:41:19,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:19,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3d2cb670-5688-4fe8-a034-124cd2914d4e Date: Wed, 12 Dec 2018 15:41:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:41:19,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3d2cb670-5688-4fe8-a034-124cd2914d4e 2018-12-12 15:41:19,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" -d '{"server": {"name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "imageRef": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "flavorRef": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "f5aa6d22-7484-4c13-bc64-70e014eb5fda"}]}}' 2018-12-12 15:41:22,099 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:41:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-612f7325-fc79-42d2-9205-da82b4aa92db x-compute-request-id: req-612f7325-fc79-42d2-9205-da82b4aa92db Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "adminPass": "L8Uu6Xwteiuh"}} 2018-12-12 15:41:22,099 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-612f7325-fc79-42d2-9205-da82b4aa92db 2018-12-12 15:41:22,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:22,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1acf9123-f5e4-464d-89a7-e780c0c0865a x-compute-request-id: req-1acf9123-f5e4-464d-89a7-e780c0c0865a 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.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:41:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:22,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-1acf9123-f5e4-464d-89a7-e780c0c0865a 2018-12-12 15:41:22,460 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2 2018-12-12 15:41:22,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:22,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb07a0e5-0318-4e65-9483-81ecf1bc1216 x-compute-request-id: req-bb07a0e5-0318-4e65-9483-81ecf1bc1216 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.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:41:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:22,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-bb07a0e5-0318-4e65-9483-81ecf1bc1216 2018-12-12 15:41:22,680 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2] is - BUILD 2018-12-12 15:41:22,680 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:25,683 - create_instance - DEBUG - VM status query timeout in 896.777074099 2018-12-12 15:41:25,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:26,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9496b333-f6da-44a2-b3aa-c8b88f724e0d x-compute-request-id: req-9496b333-f6da-44a2-b3aa-c8b88f724e0d Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:41:24Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:26,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-9496b333-f6da-44a2-b3aa-c8b88f724e0d 2018-12-12 15:41:26,067 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2] is - BUILD 2018-12-12 15:41:26,067 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:29,070 - create_instance - DEBUG - VM status query timeout in 893.390298128 2018-12-12 15:41:29,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:30,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-81dae44a-83ac-454b-bf27-609d52838623 x-compute-request-id: req-81dae44a-83ac-454b-bf27-609d52838623 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:41:24Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:30,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-81dae44a-83ac-454b-bf27-609d52838623 2018-12-12 15:41:30,216 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2] is - BUILD 2018-12-12 15:41:30,217 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:33,220 - create_instance - DEBUG - VM status query timeout in 889.240658045 2018-12-12 15:41:33,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:33,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-7119ce91-cde2-416b-a06b-bec267067e8f x-compute-request-id: req-7119ce91-cde2-416b-a06b-bec267067e8f Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:25:54", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:31.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:32Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:33,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-7119ce91-cde2-416b-a06b-bec267067e8f 2018-12-12 15:41:33,729 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2] is - ACTIVE 2018-12-12 15:41:33,730 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:41:33,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:34,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-ea54001c-7b99-464a-a6ce-04ddc9aa72a2 x-compute-request-id: req-ea54001c-7b99-464a-a6ce-04ddc9aa72a2 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:25:54", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:31.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:32Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:34,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-ea54001c-7b99-464a-a6ce-04ddc9aa72a2 2018-12-12 15:41:34,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:34,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-0358b7c2-e18a-4035-8db2-12cb0e4f71df Date: Wed, 12 Dec 2018 15:41: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":["a13f14a0-a14c-4b6c-aba8-e1e456901b31"],"updated_at":"2018-12-12T15:40:33Z","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"20f9125428c84d5a89972ff1602aac9c","id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2"}]} 2018-12-12 15:41:34,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 used request id req-0358b7c2-e18a-4035-8db2-12cb0e4f71df 2018-12-12 15:41:34,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:34,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dea0357-c3a2-420c-9be1-79934c7c7f64 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:41:34,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-0dea0357-c3a2-420c-9be1-79934c7c7f64 2018-12-12 15:41:34,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:34,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5bc8147b-d174-48f2-8bc5-839f9a97f53d Date: Wed, 12 Dec 2018 15:41:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:40:33Z","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":"20f9125428c84d5a89972ff1602aac9c","id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2"}]} 2018-12-12 15:41:34,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-5bc8147b-d174-48f2-8bc5-839f9a97f53d 2018-12-12 15:41:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:34,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-148152cc-42ab-4a72-9f1a-ee081cf47726 Date: Wed, 12 Dec 2018 15:41:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.3"}],"id":"79392e06-4899-4dc6-8375-2557c9c6dee5","security_groups":[],"mac_address":"fa:16:3e:e8:59:9b","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ed493c8-5c7f-4f32-94e9-84178851a17a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:41:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.1"}],"id":"a06350a8-a603-4873-81a2-16f8cb6e63ef","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:9a:f9:e9","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2","admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:46Z","binding:vnic_type":"normal","device_id":"06142282-6e31-4686-88e5-f0fbc105e546"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.2"}],"id":"ac91dc05-8180-46f8-a82e-70176a5ade48","security_groups":[],"mac_address":"fa:16:3e:b8:96:1b","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ed493c8-5c7f-4f32-94e9-84178851a17a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:40:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.4"}],"id":"e6eb61d9-2d5f-4d48-b050-2602ad3bc612","security_groups":[],"mac_address":"fa:16:3e:2a:f6:be","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:40:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ed493c8-5c7f-4f32-94e9-84178851a17a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:41:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a13f14a0-a14c-4b6c-aba8-e1e456901b31","ip_address":"10.200.202.5"}],"id":"f5aa6d22-7484-4c13-bc64-70e014eb5fda","security_groups":["2e6c7483-a7e3-479d-91af-fda600c4d3f7"],"mac_address":"fa:16:3e:d1:25:54","project_id":"20f9125428c84d5a89972ff1602aac9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port","admin_state_up":true,"network_id":"6ed493c8-5c7f-4f32-94e9-84178851a17a","tenant_id":"20f9125428c84d5a89972ff1602aac9c","created_at":"2018-12-12T15:41:18Z","binding:vnic_type":"normal","device_id":"f02e0408-4f38-425d-8f36-6560dc4deb56"}]} 2018-12-12 15:41:34,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-148152cc-42ab-4a72-9f1a-ee081cf47726 2018-12-12 15:41:34,819 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-12-12 15:41:34,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:35,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a38bb134-2262-4cb3-b191-aafde0562ab3 x-compute-request-id: req-a38bb134-2262-4cb3-b191-aafde0562ab3 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:ea:0d", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:09Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:35,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-a38bb134-2262-4cb3-b191-aafde0562ab3 2018-12-12 15:41:35,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 15:41:36,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d56abecf-8872-4db4-8ae2-2dc50b9eaf8e x-compute-request-id: req-d56abecf-8872-4db4-8ae2-2dc50b9eaf8e Content-Encoding: gzip Content-Length: 9626 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 526315654 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.136710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138452] pid_max: default: 32768 minimum: 301\n[ 0.139394] ACPI: Core revision 20150930\n[ 0.140811] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142228] Security Framework initialized\n[ 0.143077] Yama: becoming mindful.\n[ 0.143847] AppArmor: AppArmor initialized\n[ 0.144736] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146129] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147460] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148725] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150170] Initializing cgroup subsys io\n[ 0.151017] Initializing cgroup subsys memory\n[ 0.151942] Initializing cgroup subsys devices\n[ 0.152859] Initializing cgroup subsys freezer\n[ 0.153756] Initializing cgroup subsys net_cls\n[ 0.154658] Initializing cgroup subsys perf_event\n[ 0.155613] Initializing cgroup subsys net_prio\n[ 0.156553] Initializing cgroup subsys hugetlb\n[ 0.157463] Initializing cgroup subsys pids\n[ 0.158366] CPU: Physical Processor ID: 0\n[ 0.159893] mce: CPU supports 10 MCE banks\n[ 0.160763] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161832] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164188] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170698] ftrace: allocating 31920 entries in 125 pages\n[ 0.196624] smpboot: Max logical packages: 2\n[ 0.197519] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198771] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200190] x2apic enabled\n[ 0.201020] Switched APIC routing to physical x2apic.\n[ 0.202839] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204154] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206455] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208535] KVM setup paravirtual spinlock\n[ 0.210017] x86: Booting SMP configuration:\n[ 0.210976] .... node #0, CPUs: #1\n[ 0.211935] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.233705] x86: Booted up 1 node, 2 CPUs\n[ 0.233707] KVM setup async PF for cpu 1\n[ 0.233710] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.236452] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237963] devtmpfs: initialized\n[ 0.239694] evm: security.selinux\n[ 0.240402] evm: security.SMACK64\n[ 0.241104] evm: security.SMACK64EXEC\n[ 0.241864] evm: security.SMACK64TRANSMUTE\n[ 0.242684] evm: security.SMACK64MMAP\n[ 0.243438] evm: security.ima\n[ 0.244088] evm: security.capability\n[ 0.244919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246816] pinctrl core: initialized pinctrl subsystem\n[ 0.247928] RTC time: 15:41:08, date: 12/12/18\n[ 0.248895] NET: Registered protocol family 16\n[ 0.258794] cpuidle: using governor ladder\n[ 0.270892] cpuidle: using governor menu\n[ 0.271712] PCCT header not found.\n[ 0.272495] ACPI: bus type PCI registered\n[ 0.273310] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274584] PCI: Using configuration type 1 for base access\n[ 0.288033] ACPI: Added _OSI(Module Device)\n[ 0.288898] ACPI: Added _OSI(Processor Device)\n[ 0.289773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290685] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293070] ACPI: Interpreter enabled\n[ 0.293865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301347] ACPI: (supports S0 S5)\n[ 0.302063] ACPI: Using IOAPIC for interrupt routing\n[ 0.303151] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307686] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308937] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312394] acpiphp: Slot [3] registered\n[ 0.313213] acpiphp: Slot [4] registered\n[ 0.314019] acpiphp: Slot [5] registered\n[ 0.314823] acpiphp: Slot [6] registered\n[ 0.315624] acpiphp: Slot [7] registered\n[ 0.316432] acpiphp: Slot [8] registered\n[ 0.317245] acpiphp: Slot [9] registered\n[ 0.318051] acpiphp: Slot [10] registered\n[ 0.329047] acpiphp: Slot [11] registered\n[ 0.329875] acpiphp: Slot [12] registered\n[ 0.330692] acpiphp: Slot [13] registered\n[ 0.331510] acpiphp: Slot [14] registered\n[ 0.332340] acpiphp: Slot [15] registered\n[ 0.333167] acpiphp: Slot [16] registered\n[ 0.333988] acpiphp: Slot [17] registered\n[ 0.334804] acpiphp: Slot [18] registered\n[ 0.335618] acpiphp: Slot [19] registered\n[ 0.336439] acpiphp: Slot [20] registered\n[ 0.337266] acpiphp: Slot [21] registered\n[ 0.338084] acpiphp: Slot [22] registered\n[ 0.338905] acpiphp: Slot [23] registered\n[ 0.339720] acpiphp: Slot [24] registered\n[ 0.340540] acpiphp: Slot [25] registered\n[ 0.341363] acpiphp: Slot [26] registered\n[ 0.342185] acpiphp: Slot [27] registered\n[ 0.343004] acpiphp: Slot [28] registered\n[ 0.343822] acpiphp: Slot [29] registered\n[ 0.344637] acpiphp: Slot [30] registered\n[ 0.345464] acpiphp: Slot [31] registered\n[ 0.346281] PCI host bridge to bus 0000:00\n[ 0.347098] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.348325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.349558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351027] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.352484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.358959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361452] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362735] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369202] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.370663] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417091] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.418616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424243] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425807] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.426883] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428626] vgaarb: loaded\n[ 0.429249] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430781] SCSI subsystem initialized\n[ 0.431629] ACPI: bus type USB registered\n[ 0.432456] usbcore: registered new interface driver usbfs\n[ 0.433499] usbcore: registered new interface driver hub\n[ 0.434516] usbcore: registered new device driver usb\n[ 0.435628] PCI: Using ACPI for IRQ routing\n[ 0.436667] NetLabel: Initializing\n[ 0.437397] NetLabel: domain hash size = 128\n[ 0.438274] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439242] NetLabel: unlabeled traffic allowed by default\n[ 0.440364] clocksource: Switched to clocksource kvm-clock\n[ 0.446372] AppArmor: AppArmor Filesystem Enabled\n[ 0.447352] pnp: PnP ACPI init\n[ 0.448305] pnp: PnP ACPI: found 5 devices\n[ 0.455054] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.456785] NET: Registered protocol family 2\n[ 0.457761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.460221] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.461417] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462506] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463678] NET: Registered protocol family 1\n[ 0.464554] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465660] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.466741] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504357] Trying to unpack rootfs image as initramfs...\n[ 0.554422] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569172] Scanning for low memory corruption every 60 seconds\n[ 0.570982] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572617] audit: initializing netlink subsys (disabled)\n[ 0.574032] audit: type=2000 audit(1544629269.309:1): initialized\n[ 0.575736] Initialise system trusted keyring\n[ 0.577007] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.578633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581231] zbud: loaded\n[ 0.582534] VFS: Disk quotas dquot_6.6.0\n[ 0.583666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585757] fuse init (API version 7.23)\n[ 0.586927] Key type big_key registered\n[ 0.587982] Allocating IMA MOK and blacklist keyrings.\n[ 0.589636] Key type asymmetric registered\n[ 0.590757] Asymmetric key parser 'x509' registered\n[ 0.592041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594092] io scheduler noop registered\n[ 0.595209] io scheduler deadline registered (default)\n[ 0.596565] io scheduler cfq registered\n[ 0.597678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.599094] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.600847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602803] ACPI: Power Button [PWRF]\n[ 0.603930] GHES: HEST is not enabled!\n[ 0.622453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.659682] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.662729] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689899] Linux agpgart interface v0.103\n[ 0.692573] brd: module loaded\n[ 0.694644] loop: module loaded\n[ 0.699944] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.701995] GPT:90111 != 20971519\n[ 0.702915] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704412] GPT:90111 != 20971519\n[ 0.705364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.706661] vda: vda1 vda15\n[ 0.708331] scsi host0: ata_piix\n[ 0.709391] scsi host1: ata_piix\n[ 0.710369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.712107] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.713887] libphy: Fixed MDIO Bus: probed\n[ 0.715075] tun: Universal TUN/TAP device driver, 1.6\n[ 0.716389] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.718769] PPP generic driver version 2.4.2\n[ 0.719983] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.721667] ehci-pci: EHCI PCI platform driver\n[ 0.722867] ehci-platform: EHCI generic platform driver\n[ 0.724232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.725804] ohci-pci: OHCI PCI platform driver\n[ 0.727004] ohci-platform: OHCI generic platform driver\n[ 0.728361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747765] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749192] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751201] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752583] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755867] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757820] usb usb1: Product: UHCI Host Controller\n[ 0.759115] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.762020] hub 1-0:1.0: USB hub found\n[ 0.763080] hub 1-0:1.0: 2 ports detected\n[ 0.764301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.767031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.768348] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769760] mousedev: PS/2 mouse device common for all mice\n[ 0.771732] rtc_cmos 00:00: RTC can wake from S4\n[ 0.773267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775585] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.778152] i2c /dev entries driver\n[ 0.778922] device-mapper: uevent: version 1.0.3\n[ 0.779905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.781575] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.782915] NET: Registered protocol family 10\n[ 0.783944] NET: Registered protocol family 17\n[ 0.784861] Key type dns_resolver registered\n[ 0.785844] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786948] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788497] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.790314] registered taskstats version 1\n[ 0.791176] Loading compiled-in X.509 certificates\n[ 0.792635] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.794513] zswap: loaded using pool lzo/zbud\n[ 0.796003] Key type trusted registered\n[ 0.797732] Key type encrypted registered\n[ 0.798584] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.799617] ima: No TPM chip found, activating TPM-bypass!\n[ 0.800669] evm: HMAC attrs: 0x1\n[ 0.801637] Magic number: 14:661:689\n[ 0.802515] rtc_cmos 00:00: setting system clock to 2018-12-12 15:41:09 UTC (1544629269)\n[ 0.814780] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.815918] EDD information not available.\n[ 0.869534] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.873077] Write protecting the kernel read-only data: 14336k\n[ 0.874792] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.876648] 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.72\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.972593] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.24. iid=i-000000b0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\nvPing KO\nvPing 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTHrzR85UtYKwYK+BGIHQIjHJZmcaJJ0Ud7C9vCscW8lQNY8y+nBT8kNzmM91+yjJaYcshnrWzHG2pX883dWfA9p2Jp+D4H0ttEIHtPwzaa/1w/zKT8IsDf16nQqThyF3jZCHVMYzgK+oNNabx6Xulk/YYeIxq3slFRat1pE59JbBz16PULWewPGSWBqBUYLj8LSNL2VciQfxkQlYU3EeWx2X4Ckbyc3ihlRxXazB0r2J1Vg42ifnO5JfiGFZmB0Rp25QM+lBPltkfiRYgalaFw4d89vSKjf7j+zuw6DFmsxFMmpMn0yQ/iFGS/lv3fdBOFeR/qZev/vChx+6Uv4b9 root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\nssh-dss AAAAB3NzaC1kc3MAAACBAO/sWUjI88nLWcEqUtoiuKtGadcn4jEiGKNm7lo3b9z1fqUxSTmE7VpZAEL7XZVFR8f+PpUt3TvwOR9Pn7XSfxDqkxjqTPcZybp5vl0i8mJeb/6SQH5ucgZgYuMz3Wb6AvaN6WcC7biM/A4HGhuZmm444fZa/NMb/A4nL9rNAlTrAAAAFQCTJLDbREozYxIQi4Br/48dTHvtfQAAAIEA5Bdr+wQGaMYSrGMgxr+MvXQEUKGYp2czyFlY/9ymuzO9UuWZ3PbDUH6VRk4QuCekStsCwuA58w3oRG0nftYneK+uJb86OVwXflC3E3Wse9vjYz7twfflRJs5tFxkRxj7BHI3klEKpxvXVZn+vHiXAmwgIvlmtLEUa1DLt7AYNnMAAACATFMisX9N2oOaGghUaDN0MIEBKKqTGXFoXoHX+Kd9An1xrWG9kH6q98e5d/MEMZOxOuDXJe3dvAlp5SeAF6NAG8ERF2J3RmBIy+DqkULe+cqFDS0hXCru7u7KprPixEQb3By830xWGZG26n91D0WMY1I5/2o4dvbLLONNBcdo1Wc= root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\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:fe8c:ea0d/64,\nip-route:default via 10.200.201.1 dev eth0 \nip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 \nip-route:169.254.169.254 via 10.200.201.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b0\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.65 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n:default via 10.200.201.1 dev eth0 \nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b login: "} 2018-12-12 15:41:36,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f/action used request id req-d56abecf-8872-4db4-8ae2-2dc50b9eaf8e 2018-12-12 15:41:36,646 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 15:41:36,646 - 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 526315654 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.136710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138452] pid_max: default: 32768 minimum: 301 [ 0.139394] ACPI: Core revision 20150930 [ 0.140811] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142228] Security Framework initialized [ 0.143077] Yama: becoming mindful. [ 0.143847] AppArmor: AppArmor initialized [ 0.144736] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.146129] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147460] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148725] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150170] Initializing cgroup subsys io [ 0.151017] Initializing cgroup subsys memory [ 0.151942] Initializing cgroup subsys devices [ 0.152859] Initializing cgroup subsys freezer [ 0.153756] Initializing cgroup subsys net_cls [ 0.154658] Initializing cgroup subsys perf_event [ 0.155613] Initializing cgroup subsys net_prio [ 0.156553] Initializing cgroup subsys hugetlb [ 0.157463] Initializing cgroup subsys pids [ 0.158366] CPU: Physical Processor ID: 0 [ 0.159893] mce: CPU supports 10 MCE banks [ 0.160763] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161832] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164188] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170698] ftrace: allocating 31920 entries in 125 pages [ 0.196624] smpboot: Max logical packages: 2 [ 0.197519] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198771] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200190] x2apic enabled [ 0.201020] Switched APIC routing to physical x2apic. [ 0.202839] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204154] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206455] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208535] KVM setup paravirtual spinlock [ 0.210017] x86: Booting SMP configuration: [ 0.210976] .... node #0, CPUs: #1 [ 0.211935] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.233705] x86: Booted up 1 node, 2 CPUs [ 0.233707] KVM setup async PF for cpu 1 [ 0.233710] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.236452] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.237963] devtmpfs: initialized [ 0.239694] evm: security.selinux [ 0.240402] evm: security.SMACK64 [ 0.241104] evm: security.SMACK64EXEC [ 0.241864] evm: security.SMACK64TRANSMUTE [ 0.242684] evm: security.SMACK64MMAP [ 0.243438] evm: security.ima [ 0.244088] evm: security.capability [ 0.244919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246816] pinctrl core: initialized pinctrl subsystem [ 0.247928] RTC time: 15:41:08, date: 12/12/18 [ 0.248895] NET: Registered protocol family 16 [ 0.258794] cpuidle: using governor ladder [ 0.270892] cpuidle: using governor menu [ 0.271712] PCCT header not found. [ 0.272495] ACPI: bus type PCI registered [ 0.273310] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274584] PCI: Using configuration type 1 for base access [ 0.288033] ACPI: Added _OSI(Module Device) [ 0.288898] ACPI: Added _OSI(Processor Device) [ 0.289773] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290685] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293070] ACPI: Interpreter enabled [ 0.293865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301347] ACPI: (supports S0 S5) [ 0.302063] ACPI: Using IOAPIC for interrupt routing [ 0.303151] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307686] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.308937] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312394] acpiphp: Slot [3] registered [ 0.313213] acpiphp: Slot [4] registered [ 0.314019] acpiphp: Slot [5] registered [ 0.314823] acpiphp: Slot [6] registered [ 0.315624] acpiphp: Slot [7] registered [ 0.316432] acpiphp: Slot [8] registered [ 0.317245] acpiphp: Slot [9] registered [ 0.318051] acpiphp: Slot [10] registered [ 0.329047] acpiphp: Slot [11] registered [ 0.329875] acpiphp: Slot [12] registered [ 0.330692] acpiphp: Slot [13] registered [ 0.331510] acpiphp: Slot [14] registered [ 0.332340] acpiphp: Slot [15] registered [ 0.333167] acpiphp: Slot [16] registered [ 0.333988] acpiphp: Slot [17] registered [ 0.334804] acpiphp: Slot [18] registered [ 0.335618] acpiphp: Slot [19] registered [ 0.336439] acpiphp: Slot [20] registered [ 0.337266] acpiphp: Slot [21] registered [ 0.338084] acpiphp: Slot [22] registered [ 0.338905] acpiphp: Slot [23] registered [ 0.339720] acpiphp: Slot [24] registered [ 0.340540] acpiphp: Slot [25] registered [ 0.341363] acpiphp: Slot [26] registered [ 0.342185] acpiphp: Slot [27] registered [ 0.343004] acpiphp: Slot [28] registered [ 0.343822] acpiphp: Slot [29] registered [ 0.344637] acpiphp: Slot [30] registered [ 0.345464] acpiphp: Slot [31] registered [ 0.346281] PCI host bridge to bus 0000:00 [ 0.347098] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.348325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.349558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351027] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.352484] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.358959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361452] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362735] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.369202] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.370663] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417091] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.418616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.422944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424243] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425807] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.426883] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428626] vgaarb: loaded [ 0.429249] vgaarb: bridge control possible 0000:00:02.0 [ 0.430781] SCSI subsystem initialized [ 0.431629] ACPI: bus type USB registered [ 0.432456] usbcore: registered new interface driver usbfs [ 0.433499] usbcore: registered new interface driver hub [ 0.434516] usbcore: registered new device driver usb [ 0.435628] PCI: Using ACPI for IRQ routing [ 0.436667] NetLabel: Initializing [ 0.437397] NetLabel: domain hash size = 128 [ 0.438274] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439242] NetLabel: unlabeled traffic allowed by default [ 0.440364] clocksource: Switched to clocksource kvm-clock [ 0.446372] AppArmor: AppArmor Filesystem Enabled [ 0.447352] pnp: PnP ACPI init [ 0.448305] pnp: PnP ACPI: found 5 devices [ 0.455054] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.456785] NET: Registered protocol family 2 [ 0.457761] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.459045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.460221] TCP: Hash tables configured (established 4096 bind 4096) [ 0.461417] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.462506] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.463678] NET: Registered protocol family 1 [ 0.464554] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465660] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.466741] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.485419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.504357] Trying to unpack rootfs image as initramfs... [ 0.554422] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.569172] Scanning for low memory corruption every 60 seconds [ 0.570982] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.572617] audit: initializing netlink subsys (disabled) [ 0.574032] audit: type=2000 audit(1544629269.309:1): initialized [ 0.575736] Initialise system trusted keyring [ 0.577007] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.578633] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.581231] zbud: loaded [ 0.582534] VFS: Disk quotas dquot_6.6.0 [ 0.583666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.585757] fuse init (API version 7.23) [ 0.586927] Key type big_key registered [ 0.587982] Allocating IMA MOK and blacklist keyrings. [ 0.589636] Key type asymmetric registered [ 0.590757] Asymmetric key parser 'x509' registered [ 0.592041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.594092] io scheduler noop registered [ 0.595209] io scheduler deadline registered (default) [ 0.596565] io scheduler cfq registered [ 0.597678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.599094] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.600847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.602803] ACPI: Power Button [PWRF] [ 0.603930] GHES: HEST is not enabled! [ 0.622453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.659682] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.662729] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.687102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.689899] Linux agpgart interface v0.103 [ 0.692573] brd: module loaded [ 0.694644] loop: module loaded [ 0.699944] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.701995] GPT:90111 != 20971519 [ 0.702915] GPT:Alternate GPT header not at the end of the disk. [ 0.704412] GPT:90111 != 20971519 [ 0.705364] GPT: Use GNU Parted to correct GPT errors. [ 0.706661] vda: vda1 vda15 [ 0.708331] scsi host0: ata_piix [ 0.709391] scsi host1: ata_piix [ 0.710369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.712107] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.713887] libphy: Fixed MDIO Bus: probed [ 0.715075] tun: Universal TUN/TAP device driver, 1.6 [ 0.716389] tun: (C) 1999-2004 Max Krasnyansky [ 0.718769] PPP generic driver version 2.4.2 [ 0.719983] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.721667] ehci-pci: EHCI PCI platform driver [ 0.722867] ehci-platform: EHCI generic platform driver [ 0.724232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.725804] ohci-pci: OHCI PCI platform driver [ 0.727004] ohci-platform: OHCI generic platform driver [ 0.728361] uhci_hcd: USB Universal Host Controller Interface driver [ 0.747765] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.749192] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.751201] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.752583] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.754134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.755867] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757820] usb usb1: Product: UHCI Host Controller [ 0.759115] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.760725] usb usb1: SerialNumber: 0000:00:01.2 [ 0.762020] hub 1-0:1.0: USB hub found [ 0.763080] hub 1-0:1.0: 2 ports detected [ 0.764301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.767031] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.768348] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.769760] mousedev: PS/2 mouse device common for all mice [ 0.771732] rtc_cmos 00:00: RTC can wake from S4 [ 0.773267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775585] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.776932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.778152] i2c /dev entries driver [ 0.778922] device-mapper: uevent: version 1.0.3 [ 0.779905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.781575] ledtrig-cpu: registered to indicate activity on CPUs [ 0.782915] NET: Registered protocol family 10 [ 0.783944] NET: Registered protocol family 17 [ 0.784861] Key type dns_resolver registered [ 0.785844] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786948] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788497] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.790314] registered taskstats version 1 [ 0.791176] Loading compiled-in X.509 certificates [ 0.792635] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.794513] zswap: loaded using pool lzo/zbud [ 0.796003] Key type trusted registered [ 0.797732] Key type encrypted registered [ 0.798584] AppArmor: AppArmor sha1 policy hashing enabled [ 0.799617] ima: No TPM chip found, activating TPM-bypass! [ 0.800669] evm: HMAC attrs: 0x1 [ 0.801637] Magic number: 14:661:689 [ 0.802515] rtc_cmos 00:00: setting system clock to 2018-12-12 15:41:09 UTC (1544629269) [ 0.814780] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.815918] EDD information not available. [ 0.869534] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.873077] Write protecting the kernel read-only data: 14336k [ 0.874792] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.876648] 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.72 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.972593] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.201.5... Lease of 10.200.201.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.201.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.24. iid=i-000000b0 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 vPing KO vPing KO 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTHrzR85UtYKwYK+BGIHQIjHJZmcaJJ0Ud7C9vCscW8lQNY8y+nBT8kNzmM91+yjJaYcshnrWzHG2pX883dWfA9p2Jp+D4H0ttEIHtPwzaa/1w/zKT8IsDf16nQqThyF3jZCHVMYzgK+oNNabx6Xulk/YYeIxq3slFRat1pE59JbBz16PULWewPGSWBqBUYLj8LSNL2VciQfxkQlYU3EeWx2X4Ckbyc3ihlRxXazB0r2J1Vg42ifnO5JfiGFZmB0Rp25QM+lBPltkfiRYgalaFw4d89vSKjf7j+zuw6DFmsxFMmpMn0yQ/iFGS/lv3fdBOFeR/qZev/vChx+6Uv4b9 root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b ssh-dss AAAAB3NzaC1kc3MAAACBAO/sWUjI88nLWcEqUtoiuKtGadcn4jEiGKNm7lo3b9z1fqUxSTmE7VpZAEL7XZVFR8f+PpUt3TvwOR9Pn7XSfxDqkxjqTPcZybp5vl0i8mJeb/6SQH5ucgZgYuMz3Wb6AvaN6WcC7biM/A4HGhuZmm444fZa/NMb/A4nL9rNAlTrAAAAFQCTJLDbREozYxIQi4Br/48dTHvtfQAAAIEA5Bdr+wQGaMYSrGMgxr+MvXQEUKGYp2czyFlY/9ymuzO9UuWZ3PbDUH6VRk4QuCekStsCwuA58w3oRG0nftYneK+uJb86OVwXflC3E3Wse9vjYz7twfflRJs5tFxkRxj7BHI3klEKpxvXVZn+vHiXAmwgIvlmtLEUa1DLt7AYNnMAAACATFMisX9N2oOaGghUaDN0MIEBKKqTGXFoXoHX+Kd9An1xrWG9kH6q98e5d/MEMZOxOuDXJe3dvAlp5SeAF6NAG8ERF2J3RmBIy+DqkULe+cqFDS0hXCru7u7KprPixEQb3By830xWGZG26n91D0WMY1I5/2o4dvbLLONNBcdo1Wc= root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b -----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:fe8c:ea0d/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.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000b0 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b launch-index: 0 === cirros: current=0.4.0 uptime=26.65 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net :default via 10.200.201.1 dev eth0 login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b login: 2018-12-12 15:41:36,646 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-12-12 15:41:36,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:37,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fa83e7a-74ae-4b63-817f-ec1975bbdc2b x-compute-request-id: req-5fa83e7a-74ae-4b63-817f-ec1975bbdc2b Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:25:54", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:31.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:32Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:37,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-5fa83e7a-74ae-4b63-817f-ec1975bbdc2b 2018-12-12 15:41:37,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 15:41:38,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41: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-f46b5547-82ae-4eec-b867-8adbd0bb65e6 x-compute-request-id: req-f46b5547-82ae-4eec-b867-8adbd0bb65e6 Content-Encoding: gzip Content-Length: 9625 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 546607756 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.129354] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130992] pid_max: default: 32768 minimum: 301\n[ 0.131880] ACPI: Core revision 20150930\n[ 0.133262] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134556] Security Framework initialized\n[ 0.135366] Yama: becoming mindful.\n[ 0.136102] AppArmor: AppArmor initialized\n[ 0.136971] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138287] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140753] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142130] Initializing cgroup subsys io\n[ 0.142941] Initializing cgroup subsys memory\n[ 0.143797] Initializing cgroup subsys devices\n[ 0.144675] Initializing cgroup subsys freezer\n[ 0.145539] Initializing cgroup subsys net_cls\n[ 0.146408] Initializing cgroup subsys perf_event\n[ 0.147311] Initializing cgroup subsys net_prio\n[ 0.148187] Initializing cgroup subsys hugetlb\n[ 0.149058] Initializing cgroup subsys pids\n[ 0.149929] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152263] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153263] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155535] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161982] ftrace: allocating 31920 entries in 125 pages\n[ 0.188449] smpboot: Max logical packages: 2\n[ 0.189301] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.190483] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.191832] x2apic enabled\n[ 0.192653] Switched APIC routing to physical x2apic.\n[ 0.194402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.195620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.197745] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.199662] KVM setup paravirtual spinlock\n[ 0.201070] x86: Booting SMP configuration:\n[ 0.201970] .... node #0, CPUs: #1\n[ 0.202861] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.225971] x86: Booted up 1 node, 2 CPUs\n[ 0.225981] KVM setup async PF for cpu 1\n[ 0.225984] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.228568] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.230260] devtmpfs: initialized\n[ 0.231985] evm: security.selinux\n[ 0.232686] evm: security.SMACK64\n[ 0.233374] evm: security.SMACK64EXEC\n[ 0.234127] evm: security.SMACK64TRANSMUTE\n[ 0.234943] evm: security.SMACK64MMAP\n[ 0.235684] evm: security.ima\n[ 0.236322] evm: security.capability\n[ 0.237170] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239099] pinctrl core: initialized pinctrl subsystem\n[ 0.240205] RTC time: 15:41:31, date: 12/12/18\n[ 0.241209] NET: Registered protocol family 16\n[ 0.251020] cpuidle: using governor ladder\n[ 0.263039] cpuidle: using governor menu\n[ 0.264061] PCCT header not found.\n[ 0.264992] ACPI: bus type PCI registered\n[ 0.265956] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267470] PCI: Using configuration type 1 for base access\n[ 0.279788] ACPI: Added _OSI(Module Device)\n[ 0.280838] ACPI: Added _OSI(Processor Device)\n[ 0.281893] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282970] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285497] ACPI: Interpreter enabled\n[ 0.286422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.288652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.290849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295424] ACPI: (supports S0 S5)\n[ 0.296266] ACPI: Using IOAPIC for interrupt routing\n[ 0.297412] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.301083] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.302491] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304012] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305475] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308199] acpiphp: Slot [3] registered\n[ 0.309161] acpiphp: Slot [4] registered\n[ 0.310123] acpiphp: Slot [5] registered\n[ 0.311078] acpiphp: Slot [6] registered\n[ 0.312045] acpiphp: Slot [7] registered\n[ 0.313010] acpiphp: Slot [8] registered\n[ 0.314022] acpiphp: Slot [9] registered\n[ 0.314978] acpiphp: Slot [10] registered\n[ 0.325690] acpiphp: Slot [11] registered\n[ 0.326689] acpiphp: Slot [12] registered\n[ 0.327664] acpiphp: Slot [13] registered\n[ 0.328646] acpiphp: Slot [14] registered\n[ 0.329617] acpiphp: Slot [15] registered\n[ 0.330593] acpiphp: Slot [16] registered\n[ 0.331567] acpiphp: Slot [17] registered\n[ 0.332540] acpiphp: Slot [18] registered\n[ 0.333524] acpiphp: Slot [19] registered\n[ 0.334503] acpiphp: Slot [20] registered\n[ 0.335487] acpiphp: Slot [21] registered\n[ 0.336460] acpiphp: Slot [22] registered\n[ 0.337435] acpiphp: Slot [23] registered\n[ 0.338427] acpiphp: Slot [24] registered\n[ 0.339399] acpiphp: Slot [25] registered\n[ 0.340376] acpiphp: Slot [26] registered\n[ 0.341357] acpiphp: Slot [27] registered\n[ 0.342334] acpiphp: Slot [28] registered\n[ 0.343311] acpiphp: Slot [29] registered\n[ 0.344284] acpiphp: Slot [30] registered\n[ 0.345265] acpiphp: Slot [31] registered\n[ 0.346238] PCI host bridge to bus 0000:00\n[ 0.347213] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.348709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350212] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351972] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.353729] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363310] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364921] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.372043] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.373792] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.423814] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.425553] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.427007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.428416] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.429800] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.431080] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.432596] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.433656] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.435196] vgaarb: loaded\n[ 0.435797] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437295] SCSI subsystem initialized\n[ 0.438169] ACPI: bus type USB registered\n[ 0.438988] usbcore: registered new interface driver usbfs\n[ 0.440013] usbcore: registered new interface driver hub\n[ 0.441018] usbcore: registered new device driver usb\n[ 0.442116] PCI: Using ACPI for IRQ routing\n[ 0.443135] NetLabel: Initializing\n[ 0.443847] NetLabel: domain hash size = 128\n[ 0.444693] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.445631] NetLabel: unlabeled traffic allowed by default\n[ 0.446809] clocksource: Switched to clocksource kvm-clock\n[ 0.452830] AppArmor: AppArmor Filesystem Enabled\n[ 0.453801] pnp: PnP ACPI init\n[ 0.454732] pnp: PnP ACPI: found 5 devices\n[ 0.461593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.463352] NET: Registered protocol family 2\n[ 0.464318] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.465574] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.466745] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467902] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468977] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.470139] NET: Registered protocol family 1\n[ 0.471008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473229] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.491900] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.510769] Trying to unpack rootfs image as initramfs...\n[ 0.561003] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.575187] Scanning for low memory corruption every 60 seconds\n[ 0.576593] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577742] audit: initializing netlink subsys (disabled)\n[ 0.578770] audit: type=2000 audit(1544629292.296:1): initialized\n[ 0.580093] Initialise system trusted keyring\n[ 0.581308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582880] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.585398] zbud: loaded\n[ 0.586667] VFS: Disk quotas dquot_6.6.0\n[ 0.587736] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589779] fuse init (API version 7.23)\n[ 0.590941] Key type big_key registered\n[ 0.592004] Allocating IMA MOK and blacklist keyrings.\n[ 0.593572] Key type asymmetric registered\n[ 0.594659] Asymmetric key parser 'x509' registered\n[ 0.595936] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.597903] io scheduler noop registered\n[ 0.598962] io scheduler deadline registered (default)\n[ 0.600278] io scheduler cfq registered\n[ 0.601364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604454] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.608320] ACPI: Power Button [PWRF]\n[ 0.609424] GHES: HEST is not enabled!\n[ 0.627907] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.665711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.668701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.693809] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.696283] Linux agpgart interface v0.103\n[ 0.698781] brd: module loaded\n[ 0.700611] loop: module loaded\n[ 0.705485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.706967] GPT:90111 != 20971519\n[ 0.707665] GPT:Alternate GPT header not at the end of the disk.\n[ 0.708760] GPT:90111 != 20971519\n[ 0.709447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.710433] vda: vda1 vda15\n[ 0.711945] scsi host0: ata_piix\n[ 0.712705] scsi host1: ata_piix\n[ 0.713410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.714643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.715934] libphy: Fixed MDIO Bus: probed\n[ 0.716797] tun: Universal TUN/TAP device driver, 1.6\n[ 0.717788] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.719750] PPP generic driver version 2.4.2\n[ 0.720653] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.721958] ehci-pci: EHCI PCI platform driver\n[ 0.722839] ehci-platform: EHCI generic platform driver\n[ 0.723825] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.724950] ohci-pci: OHCI PCI platform driver\n[ 0.725817] ohci-platform: OHCI generic platform driver\n[ 0.726813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.745797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.746802] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.748263] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.749302] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.750427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.751666] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.753089] usb usb1: Product: UHCI Host Controller\n[ 0.754027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.755174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.756281] hub 1-0:1.0: USB hub found\n[ 0.757059] hub 1-0:1.0: 2 ports detected\n[ 0.757980] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.760103] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.761065] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.762119] mousedev: PS/2 mouse device common for all mice\n[ 0.763393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.765250] rtc_cmos 00:00: RTC can wake from S4\n[ 0.766375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.767584] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.768767] i2c /dev entries driver\n[ 0.769519] device-mapper: uevent: version 1.0.3\n[ 0.770462] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.772100] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.773454] NET: Registered protocol family 10\n[ 0.774889] NET: Registered protocol family 17\n[ 0.775782] Key type dns_resolver registered\n[ 0.776766] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.777842] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.779010] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.780794] registered taskstats version 1\n[ 0.781632] Loading compiled-in X.509 certificates\n[ 0.783073] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.784917] zswap: loaded using pool lzo/zbud\n[ 0.786495] Key type trusted registered\n[ 0.788154] Key type encrypted registered\n[ 0.788987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.790014] ima: No TPM chip found, activating TPM-bypass!\n[ 0.791071] evm: HMAC attrs: 0x1\n[ 0.792037] Magic number: 14:661:689\n[ 0.792912] rtc_cmos 00:00: setting system clock to 2018-12-12 15:41:31 UTC (1544629291)\n[ 0.804983] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806118] EDD information not available.\n[ 0.872044] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.873617] Write protecting the kernel read-only data: 14336k\n[ 0.875286] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.877150] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.940474] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.33. iid=i-000000b3\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDPtsp29fph191R0c32S/qdB3LtnMIBLzGqEsewAg5gdiNO+p0jAd0F94Fzrg+5NcKx+Ake/yKW/N3bXCY3TJ/mg7HsCfZMuIG6t13KLgBH+jgMJoH+9J6rQlaCq1qjlWE52QO6rNLJy1TSs6We8xGq2t8X5+BUEbtnk9aJlT/DeTqX2EJFtXmS1nXIEyCSghR5kslyfaiFanQ2Njg58jDFLUSNrYzoLpOnWmKl2V1UmcTEjAcCX0nBC+iT8RnauILtaEmf0RFrXdOgiOORlzz8NlLjiWAro/fFjjtNwHef4KUpOfVYDx+b5k5WXFZfbnWEE8Gq0nc0/a9J1DPdxuEf root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\nssh-dss AAAAB3NzaC1kc3MAAACBAL8y6XnHthAgkAGqu7RKJxZLH+3veGTeeFUK+/aneYZW4solAYF5ATyHaupapPPVVs8+mq/gSta7VhahXqgt5H4MOFIgnZEw4xZPurHkdXzaCFNU1kRzmpGf/BIrNNFLp5lD3EOdlwkz9TAjOvFGauNmJREjkPFpRT7f34W2j/1HAAAAFQDHlO+xseoXqDVaDKDni+M2DpA3WQAAAIEArKKfHuiJKUDog2dX84k0+CfIymKLwK3tB5lAz3WUcFRAL2E1rVB+krrBTZXLvLnTyFb+/uYYMuhjpBBJxVpucmMghdtgiPfKA2/FZNAFVNTGJj1OT1Rel1QiUUU0s2yj2VDBj+VGpyDc/nFOjsRzXEWs6ugPXHdZhxcq0VoRytQAAACAXik9nv4DkHlQCVhBHsUmGU6bRUGy9nnYMLY6CQqHE0iUfP1OSMJMOQ5mAuS+V1MOZ331ru3NLLQ3ESW6BNYtNhPFGNexnaxuawuOD7X2K7q0ROOZKgiTHBN0F83UlLF+WLWqlVlZ+gKTYxrhKnhh7vAyWWnOtZOYJFPI6EbE9R8= root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\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:fed1:2554/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b3\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\nlaunch-index: 0\n=== cirros: current=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.\ncreateinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b login: "} 2018-12-12 15:41:38,589 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56/action used request id req-f46b5547-82ae-4eec-b867-8adbd0bb65e6 2018-12-12 15:41:38,590 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 15:41:38,590 - 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 546607756 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.129354] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130992] pid_max: default: 32768 minimum: 301 [ 0.131880] ACPI: Core revision 20150930 [ 0.133262] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134556] Security Framework initialized [ 0.135366] Yama: becoming mindful. [ 0.136102] AppArmor: AppArmor initialized [ 0.136971] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138287] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140753] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142130] Initializing cgroup subsys io [ 0.142941] Initializing cgroup subsys memory [ 0.143797] Initializing cgroup subsys devices [ 0.144675] Initializing cgroup subsys freezer [ 0.145539] Initializing cgroup subsys net_cls [ 0.146408] Initializing cgroup subsys perf_event [ 0.147311] Initializing cgroup subsys net_prio [ 0.148187] Initializing cgroup subsys hugetlb [ 0.149058] Initializing cgroup subsys pids [ 0.149929] CPU: Physical Processor ID: 0 [ 0.151420] mce: CPU supports 10 MCE banks [ 0.152263] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153263] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155535] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161982] ftrace: allocating 31920 entries in 125 pages [ 0.188449] smpboot: Max logical packages: 2 [ 0.189301] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.190483] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.191832] x2apic enabled [ 0.192653] Switched APIC routing to physical x2apic. [ 0.194402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.195620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.197745] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.199662] KVM setup paravirtual spinlock [ 0.201070] x86: Booting SMP configuration: [ 0.201970] .... node #0, CPUs: #1 [ 0.202861] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.225971] x86: Booted up 1 node, 2 CPUs [ 0.225981] KVM setup async PF for cpu 1 [ 0.225984] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.228568] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.230260] devtmpfs: initialized [ 0.231985] evm: security.selinux [ 0.232686] evm: security.SMACK64 [ 0.233374] evm: security.SMACK64EXEC [ 0.234127] evm: security.SMACK64TRANSMUTE [ 0.234943] evm: security.SMACK64MMAP [ 0.235684] evm: security.ima [ 0.236322] evm: security.capability [ 0.237170] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239099] pinctrl core: initialized pinctrl subsystem [ 0.240205] RTC time: 15:41:31, date: 12/12/18 [ 0.241209] NET: Registered protocol family 16 [ 0.251020] cpuidle: using governor ladder [ 0.263039] cpuidle: using governor menu [ 0.264061] PCCT header not found. [ 0.264992] ACPI: bus type PCI registered [ 0.265956] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267470] PCI: Using configuration type 1 for base access [ 0.279788] ACPI: Added _OSI(Module Device) [ 0.280838] ACPI: Added _OSI(Processor Device) [ 0.281893] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.282970] ACPI: Added _OSI(Processor Aggregator Device) [ 0.285497] ACPI: Interpreter enabled [ 0.286422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.288652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.290849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.293070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.295424] ACPI: (supports S0 S5) [ 0.296266] ACPI: Using IOAPIC for interrupt routing [ 0.297412] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.301083] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.302491] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304012] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305475] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308199] acpiphp: Slot [3] registered [ 0.309161] acpiphp: Slot [4] registered [ 0.310123] acpiphp: Slot [5] registered [ 0.311078] acpiphp: Slot [6] registered [ 0.312045] acpiphp: Slot [7] registered [ 0.313010] acpiphp: Slot [8] registered [ 0.314022] acpiphp: Slot [9] registered [ 0.314978] acpiphp: Slot [10] registered [ 0.325690] acpiphp: Slot [11] registered [ 0.326689] acpiphp: Slot [12] registered [ 0.327664] acpiphp: Slot [13] registered [ 0.328646] acpiphp: Slot [14] registered [ 0.329617] acpiphp: Slot [15] registered [ 0.330593] acpiphp: Slot [16] registered [ 0.331567] acpiphp: Slot [17] registered [ 0.332540] acpiphp: Slot [18] registered [ 0.333524] acpiphp: Slot [19] registered [ 0.334503] acpiphp: Slot [20] registered [ 0.335487] acpiphp: Slot [21] registered [ 0.336460] acpiphp: Slot [22] registered [ 0.337435] acpiphp: Slot [23] registered [ 0.338427] acpiphp: Slot [24] registered [ 0.339399] acpiphp: Slot [25] registered [ 0.340376] acpiphp: Slot [26] registered [ 0.341357] acpiphp: Slot [27] registered [ 0.342334] acpiphp: Slot [28] registered [ 0.343311] acpiphp: Slot [29] registered [ 0.344284] acpiphp: Slot [30] registered [ 0.345265] acpiphp: Slot [31] registered [ 0.346238] PCI host bridge to bus 0000:00 [ 0.347213] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.348709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350212] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351972] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.353729] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363310] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364921] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.372043] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.373792] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.423814] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.425553] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.427007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.428416] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.429800] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.431080] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.432596] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.433656] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.435196] vgaarb: loaded [ 0.435797] vgaarb: bridge control possible 0000:00:02.0 [ 0.437295] SCSI subsystem initialized [ 0.438169] ACPI: bus type USB registered [ 0.438988] usbcore: registered new interface driver usbfs [ 0.440013] usbcore: registered new interface driver hub [ 0.441018] usbcore: registered new device driver usb [ 0.442116] PCI: Using ACPI for IRQ routing [ 0.443135] NetLabel: Initializing [ 0.443847] NetLabel: domain hash size = 128 [ 0.444693] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.445631] NetLabel: unlabeled traffic allowed by default [ 0.446809] clocksource: Switched to clocksource kvm-clock [ 0.452830] AppArmor: AppArmor Filesystem Enabled [ 0.453801] pnp: PnP ACPI init [ 0.454732] pnp: PnP ACPI: found 5 devices [ 0.461593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.463352] NET: Registered protocol family 2 [ 0.464318] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.465574] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.466745] TCP: Hash tables configured (established 4096 bind 4096) [ 0.467902] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.468977] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.470139] NET: Registered protocol family 1 [ 0.471008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.472102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.473229] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.491900] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.510769] Trying to unpack rootfs image as initramfs... [ 0.561003] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.575187] Scanning for low memory corruption every 60 seconds [ 0.576593] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577742] audit: initializing netlink subsys (disabled) [ 0.578770] audit: type=2000 audit(1544629292.296:1): initialized [ 0.580093] Initialise system trusted keyring [ 0.581308] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582880] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.585398] zbud: loaded [ 0.586667] VFS: Disk quotas dquot_6.6.0 [ 0.587736] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.589779] fuse init (API version 7.23) [ 0.590941] Key type big_key registered [ 0.592004] Allocating IMA MOK and blacklist keyrings. [ 0.593572] Key type asymmetric registered [ 0.594659] Asymmetric key parser 'x509' registered [ 0.595936] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.597903] io scheduler noop registered [ 0.598962] io scheduler deadline registered (default) [ 0.600278] io scheduler cfq registered [ 0.601364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.602769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.604454] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.608320] ACPI: Power Button [PWRF] [ 0.609424] GHES: HEST is not enabled! [ 0.627907] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.665711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.668701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.693809] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.696283] Linux agpgart interface v0.103 [ 0.698781] brd: module loaded [ 0.700611] loop: module loaded [ 0.705485] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.706967] GPT:90111 != 20971519 [ 0.707665] GPT:Alternate GPT header not at the end of the disk. [ 0.708760] GPT:90111 != 20971519 [ 0.709447] GPT: Use GNU Parted to correct GPT errors. [ 0.710433] vda: vda1 vda15 [ 0.711945] scsi host0: ata_piix [ 0.712705] scsi host1: ata_piix [ 0.713410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.714643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.715934] libphy: Fixed MDIO Bus: probed [ 0.716797] tun: Universal TUN/TAP device driver, 1.6 [ 0.717788] tun: (C) 1999-2004 Max Krasnyansky [ 0.719750] PPP generic driver version 2.4.2 [ 0.720653] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.721958] ehci-pci: EHCI PCI platform driver [ 0.722839] ehci-platform: EHCI generic platform driver [ 0.723825] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.724950] ohci-pci: OHCI PCI platform driver [ 0.725817] ohci-platform: OHCI generic platform driver [ 0.726813] uhci_hcd: USB Universal Host Controller Interface driver [ 0.745797] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.746802] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.748263] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.749302] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.750427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.751666] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.753089] usb usb1: Product: UHCI Host Controller [ 0.754027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.755174] usb usb1: SerialNumber: 0000:00:01.2 [ 0.756281] hub 1-0:1.0: USB hub found [ 0.757059] hub 1-0:1.0: 2 ports detected [ 0.757980] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.760103] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.761065] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.762119] mousedev: PS/2 mouse device common for all mice [ 0.763393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.765250] rtc_cmos 00:00: RTC can wake from S4 [ 0.766375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.767584] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.768767] i2c /dev entries driver [ 0.769519] device-mapper: uevent: version 1.0.3 [ 0.770462] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.772100] ledtrig-cpu: registered to indicate activity on CPUs [ 0.773454] NET: Registered protocol family 10 [ 0.774889] NET: Registered protocol family 17 [ 0.775782] Key type dns_resolver registered [ 0.776766] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.777842] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.779010] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.780794] registered taskstats version 1 [ 0.781632] Loading compiled-in X.509 certificates [ 0.783073] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.784917] zswap: loaded using pool lzo/zbud [ 0.786495] Key type trusted registered [ 0.788154] Key type encrypted registered [ 0.788987] AppArmor: AppArmor sha1 policy hashing enabled [ 0.790014] ima: No TPM chip found, activating TPM-bypass! [ 0.791071] evm: HMAC attrs: 0x1 [ 0.792037] Magic number: 14:661:689 [ 0.792912] rtc_cmos 00:00: setting system clock to 2018-12-12 15:41:31 UTC (1544629291) [ 0.804983] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806118] EDD information not available. [ 0.872044] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.873617] Write protecting the kernel read-only data: 14336k [ 0.875286] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.877150] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.940474] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.13 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.202.5... Lease of 10.200.202.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.202.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.33. iid=i-000000b3 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDPtsp29fph191R0c32S/qdB3LtnMIBLzGqEsewAg5gdiNO+p0jAd0F94Fzrg+5NcKx+Ake/yKW/N3bXCY3TJ/mg7HsCfZMuIG6t13KLgBH+jgMJoH+9J6rQlaCq1qjlWE52QO6rNLJy1TSs6We8xGq2t8X5+BUEbtnk9aJlT/DeTqX2EJFtXmS1nXIEyCSghR5kslyfaiFanQ2Njg58jDFLUSNrYzoLpOnWmKl2V1UmcTEjAcCX0nBC+iT8RnauILtaEmf0RFrXdOgiOORlzz8NlLjiWAro/fFjjtNwHef4KUpOfVYDx+b5k5WXFZfbnWEE8Gq0nc0/a9J1DPdxuEf root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b ssh-dss AAAAB3NzaC1kc3MAAACBAL8y6XnHthAgkAGqu7RKJxZLH+3veGTeeFUK+/aneYZW4solAYF5ATyHaupapPPVVs8+mq/gSta7VhahXqgt5H4MOFIgnZEw4xZPurHkdXzaCFNU1kRzmpGf/BIrNNFLp5lD3EOdlwkz9TAjOvFGauNmJREjkPFpRT7f34W2j/1HAAAAFQDHlO+xseoXqDVaDKDni+M2DpA3WQAAAIEArKKfHuiJKUDog2dX84k0+CfIymKLwK3tB5lAz3WUcFRAL2E1rVB+krrBTZXLvLnTyFb+/uYYMuhjpBBJxVpucmMghdtgiPfKA2/FZNAFVNTGJj1OT1Rel1QiUUU0s2yj2VDBj+VGpyDc/nFOjsRzXEWs6ugPXHdZhxcq0VoRytQAAACAXik9nv4DkHlQCVhBHsUmGU6bRUGy9nnYMLY6CQqHE0iUfP1OSMJMOQ5mAuS+V1MOZ331ru3NLLQ3ESW6BNYtNhPFGNexnaxuawuOD7X2K7q0ROOZKgiTHBN0F83UlLF+WLWqlVlZ+gKTYxrhKnhh7vAyWWnOtZOYJFPI6EbE9R8= root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b -----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:fed1:2554/64, ip-route:default via 10.200.202.1 dev eth0 ip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 ip-route:169.254.169.254 via 10.200.202.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000b3 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b launch-index: 0 === cirros: current=0.4.0 uptime=4.48 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b login: 2018-12-12 15:41:39,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:40,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c088f5f8-0fdd-4702-91ad-f6f49c547b0e x-compute-request-id: req-c088f5f8-0fdd-4702-91ad-f6f49c547b0e Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:ea:0d", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:09Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:40,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-c088f5f8-0fdd-4702-91ad-f6f49c547b0e 2018-12-12 15:41:40,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 15:41:41,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd1c517a-3ee9-4ab3-83a0-c7eee3211f69 x-compute-request-id: req-cd1c517a-3ee9-4ab3-83a0-c7eee3211f69 Content-Encoding: gzip Content-Length: 9628 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 526315654 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.136710] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138452] pid_max: default: 32768 minimum: 301\n[ 0.139394] ACPI: Core revision 20150930\n[ 0.140811] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142228] Security Framework initialized\n[ 0.143077] Yama: becoming mindful.\n[ 0.143847] AppArmor: AppArmor initialized\n[ 0.144736] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146129] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147460] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148725] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150170] Initializing cgroup subsys io\n[ 0.151017] Initializing cgroup subsys memory\n[ 0.151942] Initializing cgroup subsys devices\n[ 0.152859] Initializing cgroup subsys freezer\n[ 0.153756] Initializing cgroup subsys net_cls\n[ 0.154658] Initializing cgroup subsys perf_event\n[ 0.155613] Initializing cgroup subsys net_prio\n[ 0.156553] Initializing cgroup subsys hugetlb\n[ 0.157463] Initializing cgroup subsys pids\n[ 0.158366] CPU: Physical Processor ID: 0\n[ 0.159893] mce: CPU supports 10 MCE banks\n[ 0.160763] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161832] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164188] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170698] ftrace: allocating 31920 entries in 125 pages\n[ 0.196624] smpboot: Max logical packages: 2\n[ 0.197519] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198771] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200190] x2apic enabled\n[ 0.201020] Switched APIC routing to physical x2apic.\n[ 0.202839] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204154] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206455] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208535] KVM setup paravirtual spinlock\n[ 0.210017] x86: Booting SMP configuration:\n[ 0.210976] .... node #0, CPUs: #1\n[ 0.211935] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.233705] x86: Booted up 1 node, 2 CPUs\n[ 0.233707] KVM setup async PF for cpu 1\n[ 0.233710] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.236452] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.237963] devtmpfs: initialized\n[ 0.239694] evm: security.selinux\n[ 0.240402] evm: security.SMACK64\n[ 0.241104] evm: security.SMACK64EXEC\n[ 0.241864] evm: security.SMACK64TRANSMUTE\n[ 0.242684] evm: security.SMACK64MMAP\n[ 0.243438] evm: security.ima\n[ 0.244088] evm: security.capability\n[ 0.244919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246816] pinctrl core: initialized pinctrl subsystem\n[ 0.247928] RTC time: 15:41:08, date: 12/12/18\n[ 0.248895] NET: Registered protocol family 16\n[ 0.258794] cpuidle: using governor ladder\n[ 0.270892] cpuidle: using governor menu\n[ 0.271712] PCCT header not found.\n[ 0.272495] ACPI: bus type PCI registered\n[ 0.273310] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274584] PCI: Using configuration type 1 for base access\n[ 0.288033] ACPI: Added _OSI(Module Device)\n[ 0.288898] ACPI: Added _OSI(Processor Device)\n[ 0.289773] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290685] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293070] ACPI: Interpreter enabled\n[ 0.293865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301347] ACPI: (supports S0 S5)\n[ 0.302063] ACPI: Using IOAPIC for interrupt routing\n[ 0.303151] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307686] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308937] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312394] acpiphp: Slot [3] registered\n[ 0.313213] acpiphp: Slot [4] registered\n[ 0.314019] acpiphp: Slot [5] registered\n[ 0.314823] acpiphp: Slot [6] registered\n[ 0.315624] acpiphp: Slot [7] registered\n[ 0.316432] acpiphp: Slot [8] registered\n[ 0.317245] acpiphp: Slot [9] registered\n[ 0.318051] acpiphp: Slot [10] registered\n[ 0.329047] acpiphp: Slot [11] registered\n[ 0.329875] acpiphp: Slot [12] registered\n[ 0.330692] acpiphp: Slot [13] registered\n[ 0.331510] acpiphp: Slot [14] registered\n[ 0.332340] acpiphp: Slot [15] registered\n[ 0.333167] acpiphp: Slot [16] registered\n[ 0.333988] acpiphp: Slot [17] registered\n[ 0.334804] acpiphp: Slot [18] registered\n[ 0.335618] acpiphp: Slot [19] registered\n[ 0.336439] acpiphp: Slot [20] registered\n[ 0.337266] acpiphp: Slot [21] registered\n[ 0.338084] acpiphp: Slot [22] registered\n[ 0.338905] acpiphp: Slot [23] registered\n[ 0.339720] acpiphp: Slot [24] registered\n[ 0.340540] acpiphp: Slot [25] registered\n[ 0.341363] acpiphp: Slot [26] registered\n[ 0.342185] acpiphp: Slot [27] registered\n[ 0.343004] acpiphp: Slot [28] registered\n[ 0.343822] acpiphp: Slot [29] registered\n[ 0.344637] acpiphp: Slot [30] registered\n[ 0.345464] acpiphp: Slot [31] registered\n[ 0.346281] PCI host bridge to bus 0000:00\n[ 0.347098] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.348325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.349558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351027] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.352484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.358959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361452] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362735] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369202] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.370663] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417091] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.418616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422944] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424243] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425807] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.426883] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428626] vgaarb: loaded\n[ 0.429249] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430781] SCSI subsystem initialized\n[ 0.431629] ACPI: bus type USB registered\n[ 0.432456] usbcore: registered new interface driver usbfs\n[ 0.433499] usbcore: registered new interface driver hub\n[ 0.434516] usbcore: registered new device driver usb\n[ 0.435628] PCI: Using ACPI for IRQ routing\n[ 0.436667] NetLabel: Initializing\n[ 0.437397] NetLabel: domain hash size = 128\n[ 0.438274] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439242] NetLabel: unlabeled traffic allowed by default\n[ 0.440364] clocksource: Switched to clocksource kvm-clock\n[ 0.446372] AppArmor: AppArmor Filesystem Enabled\n[ 0.447352] pnp: PnP ACPI init\n[ 0.448305] pnp: PnP ACPI: found 5 devices\n[ 0.455054] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.456785] NET: Registered protocol family 2\n[ 0.457761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.460221] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.461417] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462506] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463678] NET: Registered protocol family 1\n[ 0.464554] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465660] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.466741] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504357] Trying to unpack rootfs image as initramfs...\n[ 0.554422] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569172] Scanning for low memory corruption every 60 seconds\n[ 0.570982] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572617] audit: initializing netlink subsys (disabled)\n[ 0.574032] audit: type=2000 audit(1544629269.309:1): initialized\n[ 0.575736] Initialise system trusted keyring\n[ 0.577007] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.578633] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581231] zbud: loaded\n[ 0.582534] VFS: Disk quotas dquot_6.6.0\n[ 0.583666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585757] fuse init (API version 7.23)\n[ 0.586927] Key type big_key registered\n[ 0.587982] Allocating IMA MOK and blacklist keyrings.\n[ 0.589636] Key type asymmetric registered\n[ 0.590757] Asymmetric key parser 'x509' registered\n[ 0.592041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594092] io scheduler noop registered\n[ 0.595209] io scheduler deadline registered (default)\n[ 0.596565] io scheduler cfq registered\n[ 0.597678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.599094] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.600847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602803] ACPI: Power Button [PWRF]\n[ 0.603930] GHES: HEST is not enabled!\n[ 0.622453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.659682] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.662729] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687102] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689899] Linux agpgart interface v0.103\n[ 0.692573] brd: module loaded\n[ 0.694644] loop: module loaded\n[ 0.699944] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.701995] GPT:90111 != 20971519\n[ 0.702915] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704412] GPT:90111 != 20971519\n[ 0.705364] GPT: Use GNU Parted to correct GPT errors.\n[ 0.706661] vda: vda1 vda15\n[ 0.708331] scsi host0: ata_piix\n[ 0.709391] scsi host1: ata_piix\n[ 0.710369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.712107] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.713887] libphy: Fixed MDIO Bus: probed\n[ 0.715075] tun: Universal TUN/TAP device driver, 1.6\n[ 0.716389] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.718769] PPP generic driver version 2.4.2\n[ 0.719983] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.721667] ehci-pci: EHCI PCI platform driver\n[ 0.722867] ehci-platform: EHCI generic platform driver\n[ 0.724232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.725804] ohci-pci: OHCI PCI platform driver\n[ 0.727004] ohci-platform: OHCI generic platform driver\n[ 0.728361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747765] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749192] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751201] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752583] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755867] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757820] usb usb1: Product: UHCI Host Controller\n[ 0.759115] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.762020] hub 1-0:1.0: USB hub found\n[ 0.763080] hub 1-0:1.0: 2 ports detected\n[ 0.764301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.767031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.768348] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769760] mousedev: PS/2 mouse device common for all mice\n[ 0.771732] rtc_cmos 00:00: RTC can wake from S4\n[ 0.773267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775585] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.778152] i2c /dev entries driver\n[ 0.778922] device-mapper: uevent: version 1.0.3\n[ 0.779905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.781575] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.782915] NET: Registered protocol family 10\n[ 0.783944] NET: Registered protocol family 17\n[ 0.784861] Key type dns_resolver registered\n[ 0.785844] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786948] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788497] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.790314] registered taskstats version 1\n[ 0.791176] Loading compiled-in X.509 certificates\n[ 0.792635] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.794513] zswap: loaded using pool lzo/zbud\n[ 0.796003] Key type trusted registered\n[ 0.797732] Key type encrypted registered\n[ 0.798584] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.799617] ima: No TPM chip found, activating TPM-bypass!\n[ 0.800669] evm: HMAC attrs: 0x1\n[ 0.801637] Magic number: 14:661:689\n[ 0.802515] rtc_cmos 00:00: setting system clock to 2018-12-12 15:41:09 UTC (1544629269)\n[ 0.814780] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.815918] EDD information not available.\n[ 0.869534] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.873077] Write protecting the kernel read-only data: 14336k\n[ 0.874792] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.876648] 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.72\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.972593] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.24. iid=i-000000b0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\nvPing KO\nvPing 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTHrzR85UtYKwYK+BGIHQIjHJZmcaJJ0Ud7C9vCscW8lQNY8y+nBT8kNzmM91+yjJaYcshnrWzHG2pX883dWfA9p2Jp+D4H0ttEIHtPwzaa/1w/zKT8IsDf16nQqThyF3jZCHVMYzgK+oNNabx6Xulk/YYeIxq3slFRat1pE59JbBz16PULWewPGSWBqBUYLj8LSNL2VciQfxkQlYU3EeWx2X4Ckbyc3ihlRxXazB0r2J1Vg42ifnO5JfiGFZmB0Rp25QM+lBPltkfiRYgalaFw4d89vSKjf7j+zuw6DFmsxFMmpMn0yQ/iFGS/lv3fdBOFeR/qZev/vChx+6Uv4b9 root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\nssh-dss AAAAB3NzaC1kc3MAAACBAO/sWUjI88nLWcEqUtoiuKtGadcn4jEiGKNm7lo3b9z1fqUxSTmE7VpZAEL7XZVFR8f+PpUt3TvwOR9Pn7XSfxDqkxjqTPcZybp5vl0i8mJeb/6SQH5ucgZgYuMz3Wb6AvaN6WcC7biM/A4HGhuZmm444fZa/NMb/A4nL9rNAlTrAAAAFQCTJLDbREozYxIQi4Br/48dTHvtfQAAAIEA5Bdr+wQGaMYSrGMgxr+MvXQEUKGYp2czyFlY/9ymuzO9UuWZ3PbDUH6VRk4QuCekStsCwuA58w3oRG0nftYneK+uJb86OVwXflC3E3Wse9vjYz7twfflRJs5tFxkRxj7BHI3klEKpxvXVZn+vHiXAmwgIvlmtLEUa1DLt7AYNnMAAACATFMisX9N2oOaGghUaDN0MIEBKKqTGXFoXoHX+Kd9An1xrWG9kH6q98e5d/MEMZOxOuDXJe3dvAlp5SeAF6NAG8ERF2J3RmBIy+DqkULe+cqFDS0hXCru7u7KprPixEQb3By830xWGZG26n91D0WMY1I5/2o4dvbLLONNBcdo1Wc= root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\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:fe8c:ea0d/64,\nip-route:default via 10.200.201.1 dev eth0 \nip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 \nip-route:169.254.169.254 via 10.200.201.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b0\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.65 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n:default via 10.200.201.1 dev eth0 \nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b login: \nip-rou"} 2018-12-12 15:41:41,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f/action used request id req-cd1c517a-3ee9-4ab3-83a0-c7eee3211f69 2018-12-12 15:41:42,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:41:43,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89c88b6e-1f81-47d0-958c-d9f0129b8d74 x-compute-request-id: req-89c88b6e-1f81-47d0-958c-d9f0129b8d74 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:25:54", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:31.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "security_groups": [{"name": "default"}], "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:32Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:43,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-89c88b6e-1f81-47d0-958c-d9f0129b8d74 2018-12-12 15:41:43,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 15:41:44,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41: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-28e443a4-7a4f-4ffc-bce6-5accd5c9417a x-compute-request-id: req-28e443a4-7a4f-4ffc-bce6-5accd5c9417a Content-Encoding: gzip Content-Length: 9625 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 546607756 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.129354] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130992] pid_max: default: 32768 minimum: 301\n[ 0.131880] ACPI: Core revision 20150930\n[ 0.133262] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134556] Security Framework initialized\n[ 0.135366] Yama: becoming mindful.\n[ 0.136102] AppArmor: AppArmor initialized\n[ 0.136971] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138287] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140753] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142130] Initializing cgroup subsys io\n[ 0.142941] Initializing cgroup subsys memory\n[ 0.143797] Initializing cgroup subsys devices\n[ 0.144675] Initializing cgroup subsys freezer\n[ 0.145539] Initializing cgroup subsys net_cls\n[ 0.146408] Initializing cgroup subsys perf_event\n[ 0.147311] Initializing cgroup subsys net_prio\n[ 0.148187] Initializing cgroup subsys hugetlb\n[ 0.149058] Initializing cgroup subsys pids\n[ 0.149929] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152263] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153263] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155535] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161982] ftrace: allocating 31920 entries in 125 pages\n[ 0.188449] smpboot: Max logical packages: 2\n[ 0.189301] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.190483] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.191832] x2apic enabled\n[ 0.192653] Switched APIC routing to physical x2apic.\n[ 0.194402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.195620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.197745] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.199662] KVM setup paravirtual spinlock\n[ 0.201070] x86: Booting SMP configuration:\n[ 0.201970] .... node #0, CPUs: #1\n[ 0.202861] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.225971] x86: Booted up 1 node, 2 CPUs\n[ 0.225981] KVM setup async PF for cpu 1\n[ 0.225984] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.228568] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.230260] devtmpfs: initialized\n[ 0.231985] evm: security.selinux\n[ 0.232686] evm: security.SMACK64\n[ 0.233374] evm: security.SMACK64EXEC\n[ 0.234127] evm: security.SMACK64TRANSMUTE\n[ 0.234943] evm: security.SMACK64MMAP\n[ 0.235684] evm: security.ima\n[ 0.236322] evm: security.capability\n[ 0.237170] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239099] pinctrl core: initialized pinctrl subsystem\n[ 0.240205] RTC time: 15:41:31, date: 12/12/18\n[ 0.241209] NET: Registered protocol family 16\n[ 0.251020] cpuidle: using governor ladder\n[ 0.263039] cpuidle: using governor menu\n[ 0.264061] PCCT header not found.\n[ 0.264992] ACPI: bus type PCI registered\n[ 0.265956] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267470] PCI: Using configuration type 1 for base access\n[ 0.279788] ACPI: Added _OSI(Module Device)\n[ 0.280838] ACPI: Added _OSI(Processor Device)\n[ 0.281893] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282970] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285497] ACPI: Interpreter enabled\n[ 0.286422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.288652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.290849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295424] ACPI: (supports S0 S5)\n[ 0.296266] ACPI: Using IOAPIC for interrupt routing\n[ 0.297412] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.301083] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.302491] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304012] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305475] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308199] acpiphp: Slot [3] registered\n[ 0.309161] acpiphp: Slot [4] registered\n[ 0.310123] acpiphp: Slot [5] registered\n[ 0.311078] acpiphp: Slot [6] registered\n[ 0.312045] acpiphp: Slot [7] registered\n[ 0.313010] acpiphp: Slot [8] registered\n[ 0.314022] acpiphp: Slot [9] registered\n[ 0.314978] acpiphp: Slot [10] registered\n[ 0.325690] acpiphp: Slot [11] registered\n[ 0.326689] acpiphp: Slot [12] registered\n[ 0.327664] acpiphp: Slot [13] registered\n[ 0.328646] acpiphp: Slot [14] registered\n[ 0.329617] acpiphp: Slot [15] registered\n[ 0.330593] acpiphp: Slot [16] registered\n[ 0.331567] acpiphp: Slot [17] registered\n[ 0.332540] acpiphp: Slot [18] registered\n[ 0.333524] acpiphp: Slot [19] registered\n[ 0.334503] acpiphp: Slot [20] registered\n[ 0.335487] acpiphp: Slot [21] registered\n[ 0.336460] acpiphp: Slot [22] registered\n[ 0.337435] acpiphp: Slot [23] registered\n[ 0.338427] acpiphp: Slot [24] registered\n[ 0.339399] acpiphp: Slot [25] registered\n[ 0.340376] acpiphp: Slot [26] registered\n[ 0.341357] acpiphp: Slot [27] registered\n[ 0.342334] acpiphp: Slot [28] registered\n[ 0.343311] acpiphp: Slot [29] registered\n[ 0.344284] acpiphp: Slot [30] registered\n[ 0.345265] acpiphp: Slot [31] registered\n[ 0.346238] PCI host bridge to bus 0000:00\n[ 0.347213] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.348709] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350212] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351972] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.353729] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360211] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363310] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364921] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.372043] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.373792] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.423814] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.425553] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.427007] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.428416] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.429800] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.431080] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.432596] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.433656] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.435196] vgaarb: loaded\n[ 0.435797] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437295] SCSI subsystem initialized\n[ 0.438169] ACPI: bus type USB registered\n[ 0.438988] usbcore: registered new interface driver usbfs\n[ 0.440013] usbcore: registered new interface driver hub\n[ 0.441018] usbcore: registered new device driver usb\n[ 0.442116] PCI: Using ACPI for IRQ routing\n[ 0.443135] NetLabel: Initializing\n[ 0.443847] NetLabel: domain hash size = 128\n[ 0.444693] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.445631] NetLabel: unlabeled traffic allowed by default\n[ 0.446809] clocksource: Switched to clocksource kvm-clock\n[ 0.452830] AppArmor: AppArmor Filesystem Enabled\n[ 0.453801] pnp: PnP ACPI init\n[ 0.454732] pnp: PnP ACPI: found 5 devices\n[ 0.461593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.463352] NET: Registered protocol family 2\n[ 0.464318] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.465574] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.466745] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.467902] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468977] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.470139] NET: Registered protocol family 1\n[ 0.471008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473229] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.491900] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.510769] Trying to unpack rootfs image as initramfs...\n[ 0.561003] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.575187] Scanning for low memory corruption every 60 seconds\n[ 0.576593] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577742] audit: initializing netlink subsys (disabled)\n[ 0.578770] audit: type=2000 audit(1544629292.296:1): initialized\n[ 0.580093] Initialise system trusted keyring\n[ 0.581308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582880] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.585398] zbud: loaded\n[ 0.586667] VFS: Disk quotas dquot_6.6.0\n[ 0.587736] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589779] fuse init (API version 7.23)\n[ 0.590941] Key type big_key registered\n[ 0.592004] Allocating IMA MOK and blacklist keyrings.\n[ 0.593572] Key type asymmetric registered\n[ 0.594659] Asymmetric key parser 'x509' registered\n[ 0.595936] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.597903] io scheduler noop registered\n[ 0.598962] io scheduler deadline registered (default)\n[ 0.600278] io scheduler cfq registered\n[ 0.601364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604454] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.608320] ACPI: Power Button [PWRF]\n[ 0.609424] GHES: HEST is not enabled!\n[ 0.627907] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.665711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.668701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.693809] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.696283] Linux agpgart interface v0.103\n[ 0.698781] brd: module loaded\n[ 0.700611] loop: module loaded\n[ 0.705485] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.706967] GPT:90111 != 20971519\n[ 0.707665] GPT:Alternate GPT header not at the end of the disk.\n[ 0.708760] GPT:90111 != 20971519\n[ 0.709447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.710433] vda: vda1 vda15\n[ 0.711945] scsi host0: ata_piix\n[ 0.712705] scsi host1: ata_piix\n[ 0.713410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.714643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.715934] libphy: Fixed MDIO Bus: probed\n[ 0.716797] tun: Universal TUN/TAP device driver, 1.6\n[ 0.717788] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.719750] PPP generic driver version 2.4.2\n[ 0.720653] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.721958] ehci-pci: EHCI PCI platform driver\n[ 0.722839] ehci-platform: EHCI generic platform driver\n[ 0.723825] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.724950] ohci-pci: OHCI PCI platform driver\n[ 0.725817] ohci-platform: OHCI generic platform driver\n[ 0.726813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.745797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.746802] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.748263] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.749302] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.750427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.751666] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.753089] usb usb1: Product: UHCI Host Controller\n[ 0.754027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.755174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.756281] hub 1-0:1.0: USB hub found\n[ 0.757059] hub 1-0:1.0: 2 ports detected\n[ 0.757980] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.760103] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.761065] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.762119] mousedev: PS/2 mouse device common for all mice\n[ 0.763393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.765250] rtc_cmos 00:00: RTC can wake from S4\n[ 0.766375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.767584] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.768767] i2c /dev entries driver\n[ 0.769519] device-mapper: uevent: version 1.0.3\n[ 0.770462] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.772100] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.773454] NET: Registered protocol family 10\n[ 0.774889] NET: Registered protocol family 17\n[ 0.775782] Key type dns_resolver registered\n[ 0.776766] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.777842] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.779010] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.780794] registered taskstats version 1\n[ 0.781632] Loading compiled-in X.509 certificates\n[ 0.783073] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.784917] zswap: loaded using pool lzo/zbud\n[ 0.786495] Key type trusted registered\n[ 0.788154] Key type encrypted registered\n[ 0.788987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.790014] ima: No TPM chip found, activating TPM-bypass!\n[ 0.791071] evm: HMAC attrs: 0x1\n[ 0.792037] Magic number: 14:661:689\n[ 0.792912] rtc_cmos 00:00: setting system clock to 2018-12-12 15:41:31 UTC (1544629291)\n[ 0.804983] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806118] EDD information not available.\n[ 0.872044] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.873617] Write protecting the kernel read-only data: 14336k\n[ 0.875286] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.877150] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.940474] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.33. iid=i-000000b3\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDPtsp29fph191R0c32S/qdB3LtnMIBLzGqEsewAg5gdiNO+p0jAd0F94Fzrg+5NcKx+Ake/yKW/N3bXCY3TJ/mg7HsCfZMuIG6t13KLgBH+jgMJoH+9J6rQlaCq1qjlWE52QO6rNLJy1TSs6We8xGq2t8X5+BUEbtnk9aJlT/DeTqX2EJFtXmS1nXIEyCSghR5kslyfaiFanQ2Njg58jDFLUSNrYzoLpOnWmKl2V1UmcTEjAcCX0nBC+iT8RnauILtaEmf0RFrXdOgiOORlzz8NlLjiWAro/fFjjtNwHef4KUpOfVYDx+b5k5WXFZfbnWEE8Gq0nc0/a9J1DPdxuEf root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\nssh-dss AAAAB3NzaC1kc3MAAACBAL8y6XnHthAgkAGqu7RKJxZLH+3veGTeeFUK+/aneYZW4solAYF5ATyHaupapPPVVs8+mq/gSta7VhahXqgt5H4MOFIgnZEw4xZPurHkdXzaCFNU1kRzmpGf/BIrNNFLp5lD3EOdlwkz9TAjOvFGauNmJREjkPFpRT7f34W2j/1HAAAAFQDHlO+xseoXqDVaDKDni+M2DpA3WQAAAIEArKKfHuiJKUDog2dX84k0+CfIymKLwK3tB5lAz3WUcFRAL2E1rVB+krrBTZXLvLnTyFb+/uYYMuhjpBBJxVpucmMghdtgiPfKA2/FZNAFVNTGJj1OT1Rel1QiUUU0s2yj2VDBj+VGpyDc/nFOjsRzXEWs6ugPXHdZhxcq0VoRytQAAACAXik9nv4DkHlQCVhBHsUmGU6bRUGy9nnYMLY6CQqHE0iUfP1OSMJMOQ5mAuS+V1MOZ331ru3NLLQ3ESW6BNYtNhPFGNexnaxuawuOD7X2K7q0ROOZKgiTHBN0F83UlLF+WLWqlVlZ+gKTYxrhKnhh7vAyWWnOtZOYJFPI6EbE9R8= root@createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\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:fed1:2554/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000b3\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b\nlaunch-index: 0\n=== cirros: current=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.\ncreateinstancetwonettests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b login: "} 2018-12-12 15:41:44,912 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56/action used request id req-28e443a4-7a4f-4ffc-bce6-5accd5c9417a 2018-12-12 15:41:44,913 - create_instance - INFO - Deleting Port with ID - 578bf5f0-d6e6-481c-8cb2-a7a6d11a6ce1 2018-12-12 15:41:44,913 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm1-port 2018-12-12 15:41:44,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/578bf5f0-d6e6-481c-8cb2-a7a6d11a6ce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:45,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-abff0ec6-482e-4ae5-ad82-995196918c73 Date: Wed, 12 Dec 2018 15:41:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:41:45,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/578bf5f0-d6e6-481c-8cb2-a7a6d11a6ce1 used request id req-abff0ec6-482e-4ae5-ad82-995196918c73 2018-12-12 15:41:45,462 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1 2018-12-12 15:41:45,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:45,650 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15: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-30a7cbbd-deb1-432f-860b-36000e7e30ff x-compute-request-id: req-30a7cbbd-deb1-432f-860b-36000e7e30ff Content-Type: application/json 2018-12-12 15:41:45,650 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-30a7cbbd-deb1-432f-860b-36000e7e30ff 2018-12-12 15:41:45,651 - create_instance - INFO - Checking deletion status 2018-12-12 15:41:45,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:46,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-2fcc2393-1a29-4731-bbad-7a11e649137f x-compute-request-id: req-2fcc2393-1a29-4731-bbad-7a11e649137f Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:ea:0d", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:45Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:46,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-2fcc2393-1a29-4731-bbad-7a11e649137f 2018-12-12 15:41:46,058 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - ACTIVE 2018-12-12 15:41:46,059 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:49,062 - create_instance - DEBUG - VM status query timeout in 296.589136839 2018-12-12 15:41:49,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:49,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c48fb5f8-9abb-4491-b34b-5f43377b9308 x-compute-request-id: req-c48fb5f8-9abb-4491-b34b-5f43377b9308 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.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:45Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:49,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-c48fb5f8-9abb-4491-b34b-5f43377b9308 2018-12-12 15:41:49,484 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - ACTIVE 2018-12-12 15:41:49,484 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:52,487 - create_instance - DEBUG - VM status query timeout in 293.163463831 2018-12-12 15:41:52,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:52,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02fabeea-5cad-4ec8-957b-7de1a3866923 x-compute-request-id: req-02fabeea-5cad-4ec8-957b-7de1a3866923 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.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:45Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:52,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-02fabeea-5cad-4ec8-957b-7de1a3866923 2018-12-12 15:41:52,781 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - ACTIVE 2018-12-12 15:41:52,781 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:55,784 - create_instance - DEBUG - VM status query timeout in 289.866562843 2018-12-12 15:41:55,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:56,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-96819736-65d6-4193-9f48-5e2c3083b7f5 x-compute-request-id: req-96819736-65d6-4193-9f48-5e2c3083b7f5 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.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:45Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:56,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-96819736-65d6-4193-9f48-5e2c3083b7f5 2018-12-12 15:41:56,191 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - ACTIVE 2018-12-12 15:41:56,191 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:41:59,194 - create_instance - DEBUG - VM status query timeout in 286.456725836 2018-12-12 15:41:59,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:41:59,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:41: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-b1405e5f-a077-4871-b952-f9709f699ebe x-compute-request-id: req-b1405e5f-a077-4871-b952-f9709f699ebe 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.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:08.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "a587d0b9-29af-4b4d-aeb7-99d81e44737f", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:41:45Z", "hostId": "0738d1eb82dd0153a5c80cf501fb3bbc81d17e0f1d3d8ff49ffc8143", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1", "created": "2018-12-12T15:41:01Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:41:59,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-b1405e5f-a077-4871-b952-f9709f699ebe 2018-12-12 15:41:59,295 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1] is - ACTIVE 2018-12-12 15:41:59,295 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:42:02,298 - create_instance - DEBUG - VM status query timeout in 283.352905989 2018-12-12 15:42:02,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd970ae13863f95cab445940ac716c91cc07fd03" 2018-12-12 15:42:02,350 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:42:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a60201d-703d-4abc-90a7-eea75435afd9 x-compute-request-id: req-2a60201d-703d-4abc-90a7-eea75435afd9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a587d0b9-29af-4b4d-aeb7-99d81e44737f could not be found.", "code": 404}} 2018-12-12 15:42:02,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/a587d0b9-29af-4b4d-aeb7-99d81e44737f used request id req-2a60201d-703d-4abc-90a7-eea75435afd9 2018-12-12 15:42:02,351 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a587d0b9-29af-4b4d-aeb7-99d81e44737f could not be found. (HTTP 404) (Request-ID: req-2a60201d-703d-4abc-90a7-eea75435afd9) 2018-12-12 15:42:02,351 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst1 2018-12-12 15:42:02,352 - create_instance - INFO - Deleting Port with ID - f5aa6d22-7484-4c13-bc64-70e014eb5fda 2018-12-12 15:42:02,352 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-vm2-port 2018-12-12 15:42:02,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/f5aa6d22-7484-4c13-bc64-70e014eb5fda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:42:02,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f568f0cb-9237-4820-a9d4-39c389dae033 Date: Wed, 12 Dec 2018 15:42:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:02,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/f5aa6d22-7484-4c13-bc64-70e014eb5fda used request id req-f568f0cb-9237-4820-a9d4-39c389dae033 2018-12-12 15:42:02,976 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2 2018-12-12 15:42:02,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:42:03,141 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:42:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3209d2d-438a-44d9-b00a-7845738a6b5c x-compute-request-id: req-f3209d2d-438a-44d9-b00a-7845738a6b5c Content-Type: application/json 2018-12-12 15:42:03,141 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-f3209d2d-438a-44d9-b00a-7845738a6b5c 2018-12-12 15:42:03,141 - create_instance - INFO - Checking deletion status 2018-12-12 15:42:03,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:42:03,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42: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-c8df89d3-5c02-4d24-80d0-e1e2d169d5cb x-compute-request-id: req-c8df89d3-5c02-4d24-80d0-e1e2d169d5cb Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:25:54", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:31.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:42:03Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:03,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-c8df89d3-5c02-4d24-80d0-e1e2d169d5cb 2018-12-12 15:42:03,542 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2] is - ACTIVE 2018-12-12 15:42:03,542 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:42:06,545 - create_instance - DEBUG - VM status query timeout in 296.596023083 2018-12-12 15:42:06,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:42:06,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef847528-48e8-44b4-b15a-2eea8cb3d061 x-compute-request-id: req-ef847528-48e8-44b4-b15a-2eea8cb3d061 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:31.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:42:03Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:06,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-ef847528-48e8-44b4-b15a-2eea8cb3d061 2018-12-12 15:42:06,796 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2] is - ACTIVE 2018-12-12 15:42:06,796 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:42:09,799 - create_instance - DEBUG - VM status query timeout in 293.342221022 2018-12-12 15:42:09,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:42:10,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08415e4e-c2b8-4719-a994-232d6d276efc x-compute-request-id: req-08415e4e-c2b8-4719-a994-232d6d276efc Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f02e0408-4f38-425d-8f36-6560dc4deb56", "rel": "bookmark"}], "image": {"id": "2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "links": [{"href": "http://172.30.9.29:8774/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:41:31.000000", "flavor": {"id": "7e167df3-cd8e-48e0-95d5-adf67ed313be", "links": [{"href": "http://172.30.9.29:8774/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be", "rel": "bookmark"}]}, "id": "f02e0408-4f38-425d-8f36-6560dc4deb56", "user_id": "a747da381e3d4f9a9d48eb41afe7ebd7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:42:03Z", "hostId": "a532fc11a538301ac92358187e0986be201cff26c46738758631c553", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2", "created": "2018-12-12T15:41:21Z", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:10,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-08415e4e-c2b8-4719-a994-232d6d276efc 2018-12-12 15:42:10,040 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2] is - ACTIVE 2018-12-12 15:42:10,040 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:42:13,043 - create_instance - DEBUG - VM status query timeout in 290.097793102 2018-12-12 15:42:13,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df171ce7fc226df3789859af67b54cc22d17249" 2018-12-12 15:42:13,096 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-30e63871-76a5-4fc7-9ab5-1102470abd6f x-compute-request-id: req-30e63871-76a5-4fc7-9ab5-1102470abd6f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f02e0408-4f38-425d-8f36-6560dc4deb56 could not be found.", "code": 404}} 2018-12-12 15:42:13,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f02e0408-4f38-425d-8f36-6560dc4deb56 used request id req-30e63871-76a5-4fc7-9ab5-1102470abd6f 2018-12-12 15:42:13,097 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f02e0408-4f38-425d-8f36-6560dc4deb56 could not be found. (HTTP 404) (Request-ID: req-30e63871-76a5-4fc7-9ab5-1102470abd6f) 2018-12-12 15:42:13,097 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-inst2 2018-12-12 15:42:13,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c216e836c5f953d2074d2dbb8d1ff57aa28fb90" 2018-12-12 15:42:13,147 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-8419b777-29d7-4742-941a-e6a3393cfc6a x-compute-request-id: req-8419b777-29d7-4742-941a-e6a3393cfc6a Content-Length: 0 Content-Type: application/json 2018-12-12 15:42:13,147 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7e167df3-cd8e-48e0-95d5-adf67ed313be used request id req-8419b777-29d7-4742-941a-e6a3393cfc6a 2018-12-12 15:42:13,148 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router and port CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port1 2018-12-12 15:42:13,148 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:42:13,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" -d '{"port_id": "d2ac2e44-94b2-47d1-9f9f-65206659eacd"}' 2018-12-12 15:42:14,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3474abc0-34b3-4fa2-a1fd-2c3068714bad Date: Wed, 12 Dec 2018 15:42:14 GMT RESP BODY: {"network_id": "2fa2b26c-c002-4006-9191-50c153b65df7", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "subnet_id": "60543e51-217c-4e8b-90ad-63dfab842c05", "subnet_ids": ["60543e51-217c-4e8b-90ad-63dfab842c05"], "port_id": "d2ac2e44-94b2-47d1-9f9f-65206659eacd", "id": "06142282-6e31-4686-88e5-f0fbc105e546"} 2018-12-12 15:42:14,503 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546/remove_router_interface used request id req-3474abc0-34b3-4fa2-a1fd-2c3068714bad 2018-12-12 15:42:14,504 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router and port CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-router-port2 2018-12-12 15:42:14,504 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:42:14,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" -d '{"port_id": "a06350a8-a603-4873-81a2-16f8cb6e63ef"}' 2018-12-12 15:42:15,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a8c9fbde-0212-4679-8c82-dd899a74ce4b Date: Wed, 12 Dec 2018 15:42:15 GMT RESP BODY: {"network_id": "6ed493c8-5c7f-4f32-94e9-84178851a17a", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "subnet_id": "a13f14a0-a14c-4b6c-aba8-e1e456901b31", "subnet_ids": ["a13f14a0-a14c-4b6c-aba8-e1e456901b31"], "port_id": "a06350a8-a603-4873-81a2-16f8cb6e63ef", "id": "06142282-6e31-4686-88e5-f0fbc105e546"} 2018-12-12 15:42:15,865 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546/remove_router_interface used request id req-a8c9fbde-0212-4679-8c82-dd899a74ce4b 2018-12-12 15:42:15,866 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:42:15,866 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-pub-router 2018-12-12 15:42:15,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}667d3c21b5705776b06c9f44e6e4335e22571ca6" 2018-12-12 15:42:18,907 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-752bcf98-27b6-484d-b875-4a798118951d Content-Length: 0 Date: Wed, 12 Dec 2018 15:42:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:18,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/06142282-6e31-4686-88e5-f0fbc105e546 used request id req-752bcf98-27b6-484d-b875-4a798118951d 2018-12-12 15:42:18,908 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1 2018-12-12 15:42:18,908 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet1 2018-12-12 15:42:18,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/60543e51-217c-4e8b-90ad-63dfab842c05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" 2018-12-12 15:42:21,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5741eace-bd07-42aa-b509-1b07a232330f Date: Wed, 12 Dec 2018 15:42:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:21,329 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/60543e51-217c-4e8b-90ad-63dfab842c05 used request id req-5741eace-bd07-42aa-b509-1b07a232330f 2018-12-12 15:42:21,330 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net1 2018-12-12 15:42:21,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/2fa2b26c-c002-4006-9191-50c153b65df7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac351313ca8487196e3b0a76b5a635c120872666" 2018-12-12 15:42:22,640 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5a64e51-6c0d-4b41-a071-32ffd6a909bb Date: Wed, 12 Dec 2018 15:42:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:22,640 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/2fa2b26c-c002-4006-9191-50c153b65df7 used request id req-d5a64e51-6c0d-4b41-a071-32ffd6a909bb 2018-12-12 15:42:22,641 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2 2018-12-12 15:42:22,641 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-subnet2 2018-12-12 15:42:22,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/a13f14a0-a14c-4b6c-aba8-e1e456901b31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" 2018-12-12 15:42:24,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3671e685-2ede-41c7-93a6-0f4b23940482 Date: Wed, 12 Dec 2018 15:42:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:24,771 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/a13f14a0-a14c-4b6c-aba8-e1e456901b31 used request id req-3671e685-2ede-41c7-93a6-0f4b23940482 2018-12-12 15:42:24,771 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-net2 2018-12-12 15:42:24,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/6ed493c8-5c7f-4f32-94e9-84178851a17a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e48a35d32cd18e896f285027dc9561511427ab8" 2018-12-12 15:42:25,964 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-29564236-a75d-424b-a3c0-676978e513aa Date: Wed, 12 Dec 2018 15:42:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:25,964 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6ed493c8-5c7f-4f32-94e9-84178851a17a used request id req-29564236-a75d-424b-a3c0-676978e513aa 2018-12-12 15:42:25,965 - neutron_utils - INFO - Deleting security group rule with ID - 5c82cfc2-c96f-4188-9ae1-0e98893e3cc5 2018-12-12 15:42:25,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/5c82cfc2-c96f-4188-9ae1-0e98893e3cc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:42:26,229 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94af34ce-710c-46dd-bc94-34455b68ecf4 Content-Length: 0 Date: Wed, 12 Dec 2018 15:42:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:26,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/5c82cfc2-c96f-4188-9ae1-0e98893e3cc5 used request id req-94af34ce-710c-46dd-bc94-34455b68ecf4 2018-12-12 15:42:26,229 - neutron_utils - INFO - Deleting security group rule with ID - 1bee5a93-1b95-45e3-b483-d16d8eed8984 2018-12-12 15:42:26,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/1bee5a93-1b95-45e3-b483-d16d8eed8984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:42:26,319 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-784d5a64-3d15-4c45-944b-a90b345eef8c Content-Length: 0 Date: Wed, 12 Dec 2018 15:42:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:26,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/1bee5a93-1b95-45e3-b483-d16d8eed8984 used request id req-784d5a64-3d15-4c45-944b-a90b345eef8c 2018-12-12 15:42:26,319 - neutron_utils - INFO - Deleting security group rule with ID - f553234a-75f2-4862-93de-642adb192a08 2018-12-12 15:42:26,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f553234a-75f2-4862-93de-642adb192a08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:42:26,414 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ebc5b8f2-a433-400d-b063-5f177211a6ad Content-Length: 0 Date: Wed, 12 Dec 2018 15:42:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:26,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f553234a-75f2-4862-93de-642adb192a08 used request id req-ebc5b8f2-a433-400d-b063-5f177211a6ad 2018-12-12 15:42:26,414 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-d41f7e0b-2f9e-4b70-93d4-c41c2ef1060b-sec-grp 2018-12-12 15:42:26,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/222f0b36-7624-4d6e-93a7-9698a7ecd764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c68f39033919651571f7f54a0cb194b7363ede" 2018-12-12 15:42:26,583 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c571e9c3-8d41-446c-9871-4542befc9272 Content-Length: 0 Date: Wed, 12 Dec 2018 15:42:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:26,583 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/222f0b36-7624-4d6e-93a7-9698a7ecd764 used request id req-c571e9c3-8d41-446c-9871-4542befc9272 2018-12-12 15:42:26,584 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-450fb38c-6fe0-4136-ab5e-7a6f98f63ae9 2018-12-12 15:42:26,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26b0e4568ea21281777dc509c3fc331cd5aba6b6" 2018-12-12 15:42:28,721 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6e7ec006-48a6-427c-a6e0-34a8f8cf6cae Date: Wed, 12 Dec 2018 15:42:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:42:28,721 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/2cd1efb9-1c69-4797-8b13-b1bc33bd92ce used request id req-6e7ec006-48a6-427c-a6e0-34a8f8cf6cae 2018-12-12 15:42:28,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:42:28,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c803b306-458f-4407-9037-4d89364e59f3 Date: Wed, 12 Dec 2018 15:42:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:29Z", "updated_at": "2018-12-12T15:40:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:29Z", "revision_number": 0, "id": "12953f41-f50f-4730-8041-23f77f20f99e", "remote_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:29Z", "security_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:29Z", "revision_number": 0, "id": "1cf7be95-8531-4a19-9313-ce3c73d5ae7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:29Z", "security_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:29Z", "revision_number": 0, "id": "38696b5d-d549-4012-8a07-62d04c848636", "remote_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:29Z", "security_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "20f9125428c84d5a89972ff1602aac9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:40:29Z", "revision_number": 0, "id": "5fd73010-d65c-46ec-9953-a28dc6b5b75b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:40:29Z", "security_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "20f9125428c84d5a89972ff1602aac9c"}], "revision_number": 4, "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:42:28,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c803b306-458f-4407-9037-4d89364e59f3 2018-12-12 15:42:28,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:42:29,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ba06c90-867d-4471-b572-56d71fa51843 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c"}, "enabled": true, "id": "20f9125428c84d5a89972ff1602aac9c", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj"}} 2018-12-12 15:42:29,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-3ba06c90-867d-4471-b572-56d71fa51843 2018-12-12 15:42:29,051 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e6c7483-a7e3-479d-91af-fda600c4d3f7 2018-12-12 15:42:29,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e6c7483-a7e3-479d-91af-fda600c4d3f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:42:29,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d078b0fc-f8f7-4501-a1d3-b651ab1009fd Date: Wed, 12 Dec 2018 15:42:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:29Z", "security_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:29Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "12953f41-f50f-4730-8041-23f77f20f99e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:29Z", "security_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:29Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "1cf7be95-8531-4a19-9313-ce3c73d5ae7a"}, {"remote_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:29Z", "security_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:29Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "38696b5d-d549-4012-8a07-62d04c848636"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:40:29Z", "security_group_id": "2e6c7483-a7e3-479d-91af-fda600c4d3f7", "port_range_min": null, "revision_number": 0, "tenant_id": "20f9125428c84d5a89972ff1602aac9c", "created_at": "2018-12-12T15:40:29Z", "project_id": "20f9125428c84d5a89972ff1602aac9c", "id": "5fd73010-d65c-46ec-9953-a28dc6b5b75b"}]} 2018-12-12 15:42:29,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2e6c7483-a7e3-479d-91af-fda600c4d3f7 used request id req-d078b0fc-f8f7-4501-a1d3-b651ab1009fd 2018-12-12 15:42:29,240 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:42:29,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2e6c7483-a7e3-479d-91af-fda600c4d3f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:42:29,525 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad46b10b-075b-43c5-bf5b-de60d4d20094 Content-Length: 0 Date: Wed, 12 Dec 2018 15:42:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:42:29,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2e6c7483-a7e3-479d-91af-fda600c4d3f7 used request id req-ad46b10b-075b-43c5-bf5b-de60d4d20094 2018-12-12 15:42:29,526 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj 2018-12-12 15:42:29,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:42:29,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:42:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-627bb74d-0329-43d3-b244-eac44beec9fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:42:29,747 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/20f9125428c84d5a89972ff1602aac9c used request id req-627bb74d-0329-43d3-b244-eac44beec9fc 2018-12-12 15:42:29,747 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-proj-role 2018-12-12 15:42:29,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c1e5878e89b649d4aab68032de794cfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:42:29,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:42:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69de7bd4-7111-477e-a538-5218ca1e9ea0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:42:29,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c1e5878e89b649d4aab68032de794cfa used request id req-69de7bd4-7111-477e-a538-5218ca1e9ea0 2018-12-12 15:42:29,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10401bcd8cdc5167f25ff4ec8decbf1d0661364" 2018-12-12 15:42:29,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a22fae-5771-4edd-84d7-773bffceca62 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:42:29,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-89a22fae-5771-4edd-84d7-773bffceca62 2018-12-12 15:42:29,974 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-4ddb0c1b-a523-4e0-user 2018-12-12 15:42:29,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a747da381e3d4f9a9d48eb41afe7ebd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1f19081096f9d2cbd7d56d3cb619ae2ec5b4bf" 2018-12-12 15:42:30,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:42:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbf5e328-ad3e-4e89-b093-81f519722dc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:42:30,180 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a747da381e3d4f9a9d48eb41afe7ebd7 used request id req-fbf5e328-ad3e-4e89-b093-81f519722dc4 2018-12-12 15:42:30,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:30,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["tTemPclPTPiX3o427wgrcQ"], "issued_at": "2018-12-12T15:42:30.000000Z"}} 2018-12-12 15:42:30,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0270a6e67895611e941008f1078a6751c073f9d" 2018-12-12 15:42:30,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7223c625-ffb2-427b-8d92-8bbd8e53913c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:30,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7223c625-ffb2-427b-8d92-8bbd8e53913c 2018-12-12 15:42:30,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:30,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:31,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Kuf3MLpqSCCt1DylYo4UyQ"], "issued_at": "2018-12-12T15:42:31.000000Z"}} 2018-12-12 15:42:31,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:42:31,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8bda32-aa4c-4913-b6eb-1644b7f6cfc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:31,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0e8bda32-aa4c-4913-b6eb-1644b7f6cfc8 2018-12-12 15:42:31,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:42:31,143 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:42: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:42:31,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-669308fc-8e66-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:42:31,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa5a32e-2915-40bf-ad65-4b69b57b39cd Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-669308fc-8e66-4ab-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:42:31,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-669308fc-8e66-4ab-proj used request id req-8fa5a32e-2915-40bf-ad65-4b69b57b39cd 2018-12-12 15:42:31,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:42:31,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b76547f8-df27-48b3-a21d-8d8f420f7c71 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:42:31,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b76547f8-df27-48b3-a21d-8d8f420f7c71 2018-12-12 15:42:31,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj"}}' 2018-12-12 15:42:31,475 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:42:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dfd0c58-8508-4f06-bfbd-36653b78d8fb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2af231d790ba4f349d85aa76851c2e6e"}, "enabled": true, "id": "2af231d790ba4f349d85aa76851c2e6e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj"}} 2018-12-12 15:42:31,475 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4dfd0c58-8508-4f06-bfbd-36653b78d8fb 2018-12-12 15:42:31,475 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-669308fc-8e66-4ab-proj 2018-12-12 15:42:31,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:31,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:31,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["2tELrLFUSrKEWGou15Ccrw"], "issued_at": "2018-12-12T15:42:31.000000Z"}} 2018-12-12 15:42:31,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f048b7b42e5c985a7821ded57eb4b326ab6ba9" 2018-12-12 15:42:31,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff9fb54-b168-4919-bebb-084f039e834a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:31,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ff9fb54-b168-4919-bebb-084f039e834a 2018-12-12 15:42:31,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:42:31,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:42: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:42:31,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f048b7b42e5c985a7821ded57eb4b326ab6ba9" 2018-12-12 15:42:31,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e6d4d3-9ba1-4411-8694-94765247a58c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:42:31,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-42e6d4d3-9ba1-4411-8694-94765247a58c 2018-12-12 15:42:32,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-669308fc-8e66-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f048b7b42e5c985a7821ded57eb4b326ab6ba9" 2018-12-12 15:42:32,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c7df21-aeaf-4f9c-bb93-8efc6a8fd6d9 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-669308fc-8e66-4ab-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2af231d790ba4f349d85aa76851c2e6e"}, "enabled": true, "id": "2af231d790ba4f349d85aa76851c2e6e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj"}]} 2018-12-12 15:42:32,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-669308fc-8e66-4ab-proj used request id req-f1c7df21-aeaf-4f9c-bb93-8efc6a8fd6d9 2018-12-12 15:42:32,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f048b7b42e5c985a7821ded57eb4b326ab6ba9" 2018-12-12 15:42:32,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4059fd0f-a88a-4b6d-ba19-784a8c33ed94 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:42:32,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4059fd0f-a88a-4b6d-ba19-784a8c33ed94 2018-12-12 15:42:32,660 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-669308fc-8e66-4ab-user 2018-12-12 15:42:32,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:32,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:42:32,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e6623d-3429-484c-92b1-937544f4c7d9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:42:32,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-83e6623d-3429-484c-92b1-937544f4c7d9 2018-12-12 15:42:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" -d '{"role": {"name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj-role"}}' 2018-12-12 15:42:32,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:42:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56883c38-a546-40a3-92d8-904ae04dfd91 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "17ad137f34f345fda332b503c06e405c", "links": {"self": "http://172.30.9.29:5000/v3/roles/17ad137f34f345fda332b503c06e405c"}, "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj-role"}} 2018-12-12 15:42:32,895 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-56883c38-a546-40a3-92d8-904ae04dfd91 2018-12-12 15:42:32,895 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-669308fc-8e66-4ab-proj-role 2018-12-12 15:42:32,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/17ad137f34f345fda332b503c06e405c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:42:32,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94871616-7de7-47e0-a33a-c096bd042d2f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/17ad137f34f345fda332b503c06e405c"}, "domain_id": null, "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj-role", "id": "17ad137f34f345fda332b503c06e405c"}} 2018-12-12 15:42:32,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/17ad137f34f345fda332b503c06e405c used request id req-94871616-7de7-47e0-a33a-c096bd042d2f 2018-12-12 15:42:32,988 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-669308fc-8e66-4ab-proj-role to project CreateInstanceSimpleTests-669308fc-8e66-4ab-proj 2018-12-12 15:42:32,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2af231d790ba4f349d85aa76851c2e6e/users/18a7b0fc5d5a44d99f74469f87d1903b/roles/17ad137f34f345fda332b503c06e405c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:42:33,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06b06d4a-01d5-4e10-9794-48fb8f4174e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:42:33,125 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2af231d790ba4f349d85aa76851c2e6e/users/18a7b0fc5d5a44d99f74469f87d1903b/roles/17ad137f34f345fda332b503c06e405c used request id req-06b06d4a-01d5-4e10-9794-48fb8f4174e6 2018-12-12 15:42:33,126 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:42:33,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:33,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:33,129 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:42:33,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:33,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:33,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "17ad137f34f345fda332b503c06e405c", "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj-role"}], "expires_at": "2018-12-12T16:42:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2af231d790ba4f349d85aa76851c2e6e", "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2af231d790ba4f349d85aa76851c2e6e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2af231d790ba4f349d85aa76851c2e6e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2af231d790ba4f349d85aa76851c2e6e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2af231d790ba4f349d85aa76851c2e6e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2af231d790ba4f349d85aa76851c2e6e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2af231d790ba4f349d85aa76851c2e6e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-user", "id": "18a7b0fc5d5a44d99f74469f87d1903b"}, "audit_ids": ["YbZ17w6IT-Wjzkrz1H_Wzg"], "issued_at": "2018-12-12T15:42:33.000000Z"}} 2018-12-12 15:42:33,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" 2018-12-12 15:42:33,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4d67213-d941-4904-9fde-cee4d84b6dab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:33,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4d67213-d941-4904-9fde-cee4d84b6dab 2018-12-12 15:42:33,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" 2018-12-12 15:42:33,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-de12aa6f-08f3-4146-96be-7b32326b88f0 Date: Wed, 12 Dec 2018 15:42:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image"} 2018-12-12 15:42:33,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image used request id req-de12aa6f-08f3-4146-96be-7b32326b88f0 2018-12-12 15:42:33,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" 2018-12-12 15:42:33,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-29196741-6bb7-4f60-8286-7ae03f427e82 Date: Wed, 12 Dec 2018 15:42:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:42:33,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-29196741-6bb7-4f60-8286-7ae03f427e82 2018-12-12 15:42:33,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image"}' 2018-12-12 15:42:34,148 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272 X-Openstack-Request-Id: req-45c8b81d-bf94-4fb2-94b8-fbf1981d7842 Date: Wed, 12 Dec 2018 15:42:34 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:42:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:42:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "min_disk": 0, "protected": false, "id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "file": "/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272/file", "checksum": null, "owner": "2af231d790ba4f349d85aa76851c2e6e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:42:34,148 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-45c8b81d-bf94-4fb2-94b8-fbf1981d7842 2018-12-12 15:42:34,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" -d '' 2018-12-12 15:42:36,316 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca5a48ba-4c91-4705-b759-23c7dc3169e8 Date: Wed, 12 Dec 2018 15:42:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:42:36,316 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272/file used request id req-ca5a48ba-4c91-4705-b759-23c7dc3169e8 2018-12-12 15:42:36,316 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:42:36,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" 2018-12-12 15:42:36,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-2214c6de-63b5-4e70-bc71-8648e84b69c4 Date: Wed, 12 Dec 2018 15:42:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:42:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:42:36Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4517c061-864f-4a0e-bc0c-86efeafe3272/snap", "metadata": {}}], "self": "/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "min_disk": 0, "protected": false, "id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "file": "/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2af231d790ba4f349d85aa76851c2e6e", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4517c061-864f-4a0e-bc0c-86efeafe3272/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:42:36,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272 used request id req-2214c6de-63b5-4e70-bc71-8648e84b69c4 2018-12-12 15:42:36,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" 2018-12-12 15:42:36,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d8756b62-c901-483e-8d71-92878d45fe22 Date: Wed, 12 Dec 2018 15:42:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:42:36,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d8756b62-c901-483e-8d71-92878d45fe22 2018-12-12 15:42:36,636 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image 2018-12-12 15:42:36,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" 2018-12-12 15:42:36,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-971751e3-3572-48e5-a220-4dd915016966 Date: Wed, 12 Dec 2018 15:42:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:42:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:42:36Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4517c061-864f-4a0e-bc0c-86efeafe3272/snap", "metadata": {}}], "self": "/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "min_disk": 0, "protected": false, "id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "file": "/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2af231d790ba4f349d85aa76851c2e6e", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4517c061-864f-4a0e-bc0c-86efeafe3272/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:42:36,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272 used request id req-971751e3-3572-48e5-a220-4dd915016966 2018-12-12 15:42:36,800 - create_image - DEBUG - Instance status is - active 2018-12-12 15:42:36,801 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image 2018-12-12 15:42:36,801 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image 2018-12-12 15:42:36,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:36,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:37,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["YdNRaZXgTCmKmD1gXnL6uw"], "issued_at": "2018-12-12T15:42:37.000000Z"}} 2018-12-12 15:42:37,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0666f272dca5597133da4fb7ec09dce2421fb00" 2018-12-12 15:42:37,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c649f0c6-b509-4aa8-a0f5-ecce874ee00f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:37,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c649f0c6-b509-4aa8-a0f5-ecce874ee00f 2018-12-12 15:42:37,287 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:42:37,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0666f272dca5597133da4fb7ec09dce2421fb00" 2018-12-12 15:42:37,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42: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-9b79a890-ceb4-4a5f-a4f6-0d58529dade5 x-compute-request-id: req-9b79a890-ceb4-4a5f-a4f6-0d58529dade5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:42:37,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9b79a890-ceb4-4a5f-a4f6-0d58529dade5 2018-12-12 15:42:37,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0666f272dca5597133da4fb7ec09dce2421fb00" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:42:37,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42: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-eb82d831-648a-4227-bef1-a566b1f867f7 x-compute-request-id: req-eb82d831-648a-4227-bef1-a566b1f867f7 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:42:37,541 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-eb82d831-648a-4227-bef1-a566b1f867f7 2018-12-12 15:42:37,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:37,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:37,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6rmPsDi4SLGhWTYUsDwPNQ"], "issued_at": "2018-12-12T15:42:37.000000Z"}} 2018-12-12 15:42:37,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" 2018-12-12 15:42:38,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7736cc-7c55-4954-88ed-9a63b433b393 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:38,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7d7736cc-7c55-4954-88ed-9a63b433b393 2018-12-12 15:42:38,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" 2018-12-12 15:42:38,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2e3a73a9-d5ce-4c9d-a8ef-f475b4a42d22 Date: Wed, 12 Dec 2018 15:42:38 GMT RESP BODY: {"networks":[]} 2018-12-12 15:42:38,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-2e3a73a9-d5ce-4c9d-a8ef-f475b4a42d22 2018-12-12 15:42:38,197 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net 2018-12-12 15:42:38,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" -d '{"network": {"name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net", "admin_state_up": true}}' 2018-12-12 15:42:38,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-5cdd3084-880e-40fb-b834-009c367f1cec Date: Wed, 12 Dec 2018 15:42:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:42:38Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","mtu":1450}} 2018-12-12 15:42:38,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-5cdd3084-880e-40fb-b834-009c367f1cec 2018-12-12 15:42:38,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" 2018-12-12 15:42:38,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-1ff7c293-06d2-4864-ae7f-cb65e2ee0940 Date: Wed, 12 Dec 2018 15:42:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:42:38Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:38,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-1ff7c293-06d2-4864-ae7f-cb65e2ee0940 2018-12-12 15:42:38,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" 2018-12-12 15:42:38,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-42f81b5d-97c2-49ae-92eb-28826c374f85 Date: Wed, 12 Dec 2018 15:42:38 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:42:38,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-42f81b5d-97c2-49ae-92eb-28826c374f85 2018-12-12 15:42:38,868 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet 2018-12-12 15:42:38,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" -d '{"subnets": [{"ip_version": 4, "network_id": "7d92fbdf-2fef-4d88-bc4f-ac807215b275", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]}' 2018-12-12 15:42:39,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f50b0a57-4d74-4a53-b3aa-ef683f36da7f Date: Wed, 12 Dec 2018 15:42:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:39,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-f50b0a57-4d74-4a53-b3aa-ef683f36da7f 2018-12-12 15:42:39,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" 2018-12-12 15:42:39,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-40529be4-e968-4ba3-a37b-2d7b81853cd1 Date: Wed, 12 Dec 2018 15:42:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:39,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-40529be4-e968-4ba3-a37b-2d7b81853cd1 2018-12-12 15:42:39,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" 2018-12-12 15:42:39,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f8020445-f259-4a62-abb4-cd0415a3fa16 Date: Wed, 12 Dec 2018 15:42:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:39,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-f8020445-f259-4a62-abb4-cd0415a3fa16 2018-12-12 15:42:39,596 - OpenStackNetwork - DEBUG - Network [7d92fbdf-2fef-4d88-bc4f-ac807215b275] created successfully 2018-12-12 15:42:39,596 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:42:39,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:39,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:39,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:39,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:39,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6WgZ6VD9TKmCQOCsxyK8SQ"], "issued_at": "2018-12-12T15:42:39.000000Z"}} 2018-12-12 15:42:39,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}420c28045cacbcdd933b5a323f6b83314c29efe4" 2018-12-12 15:42:40,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921ab9a5-4a43-4f37-8889-c8cb2170c2f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:40,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-921ab9a5-4a43-4f37-8889-c8cb2170c2f9 2018-12-12 15:42:40,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:40,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:40,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["FAWpswBtSVSbMSmO1ekedg"], "issued_at": "2018-12-12T15:42:40.000000Z"}} 2018-12-12 15:42:40,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:40,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39df76b1-6885-4d6f-bb97-398f7813af20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:40,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-39df76b1-6885-4d6f-bb97-398f7813af20 2018-12-12 15:42:40,535 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:42:40,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:40,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34da6bef-d536-4e92-b770-43b7b2d4bcab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:40,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-34da6bef-d536-4e92-b770-43b7b2d4bcab 2018-12-12 15:42:40,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:40,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2726868c-e0a8-4429-a7b9-f475270452cf Date: Wed, 12 Dec 2018 15:42:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:40,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-2726868c-e0a8-4429-a7b9-f475270452cf 2018-12-12 15:42:40,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:42:40,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:42: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:42:40,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:40,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49b21308-6859-4765-9c70-b431a507d0d9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:42:40,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-49b21308-6859-4765-9c70-b431a507d0d9 2018-12-12 15:42:40,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:41,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-81bbadec-5607-4b3b-b654-9dd4cb479c37 Date: Wed, 12 Dec 2018 15:42:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:41,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-81bbadec-5607-4b3b-b654-9dd4cb479c37 2018-12-12 15:42:41,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:41,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-773b3bd7-f819-4a89-9f65-9cd09a9a5e6a Date: Wed, 12 Dec 2018 15:42:41 GMT RESP BODY: {"ports":[]} 2018-12-12 15:42:41,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port&admin_state_up=True used request id req-773b3bd7-f819-4a89-9f65-9cd09a9a5e6a 2018-12-12 15:42:41,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:41,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-320a1aa3-e2c0-4ab8-80b2-a1c298e827c3 x-compute-request-id: req-320a1aa3-e2c0-4ab8-80b2-a1c298e827c3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:42:41,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst used request id req-320a1aa3-e2c0-4ab8-80b2-a1c298e827c3 2018-12-12 15:42:41,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:41,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-092283b9-19c5-443f-9eeb-30a2065be568 Date: Wed, 12 Dec 2018 15:42:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:41,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-092283b9-19c5-443f-9eeb-30a2065be568 2018-12-12 15:42:41,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:41,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9288de3c-8381-406f-a0fc-b0e4167d3e66 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:42:41,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-9288de3c-8381-406f-a0fc-b0e4167d3e66 2018-12-12 15:42:41,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:42,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0a9390a4-947e-49d8-b648-6824dd80cdfa Date: Wed, 12 Dec 2018 15:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:42,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-0a9390a4-947e-49d8-b648-6824dd80cdfa 2018-12-12 15:42:42,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:42,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8b882e66-09c8-4234-b5a6-7e67687b4338 Date: Wed, 12 Dec 2018 15:42:42 GMT RESP BODY: {"ports":[]} 2018-12-12 15:42:42,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port&admin_state_up=True used request id req-8b882e66-09c8-4234-b5a6-7e67687b4338 2018-12-12 15:42:42,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:42:42,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:42,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["7qqYv6wDS9q0ZUjugav-_Q"], "issued_at": "2018-12-12T15:42:42.000000Z"}} 2018-12-12 15:42:42,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8670a2c7173d33cf3c66ab0d06ba12671194695" 2018-12-12 15:42:42,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a275e38-a969-48d5-aaa8-41dbb5fe8eb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:42:42,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1a275e38-a969-48d5-aaa8-41dbb5fe8eb8 2018-12-12 15:42:42,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:42,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b46fe4e6-df3b-4c86-a07d-9fc70d395fa1 Date: Wed, 12 Dec 2018 15:42:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:42,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-b46fe4e6-df3b-4c86-a07d-9fc70d395fa1 2018-12-12 15:42:42,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:43,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-590d15de-a22f-41ca-b2bd-608add5b316a Date: Wed, 12 Dec 2018 15:42:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:43,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-590d15de-a22f-41ca-b2bd-608add5b316a 2018-12-12 15:42:43,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:43,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-bb431264-765d-416b-9dd7-0202d575552d Date: Wed, 12 Dec 2018 15:42:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:43,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-bb431264-765d-416b-9dd7-0202d575552d 2018-12-12 15:42:43,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:42:43,201 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:42:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:42:43,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8670a2c7173d33cf3c66ab0d06ba12671194695" 2018-12-12 15:42:43,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b976e38d-80fb-4a84-8ba2-50f89d5c0881 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:42:43,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-b976e38d-80fb-4a84-8ba2-50f89d5c0881 2018-12-12 15:42:43,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:43,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-58692826-8bd9-48df-9901-c187da254793 Date: Wed, 12 Dec 2018 15:42:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:43,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-58692826-8bd9-48df-9901-c187da254793 2018-12-12 15:42:43,485 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net 2018-12-12 15:42:43,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" -d '{"port": {"network_id": "7d92fbdf-2fef-4d88-bc4f-ac807215b275", "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port", "admin_state_up": true}}' 2018-12-12 15:42:44,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-8426324b-7892-4b79-b010-965ec7c27fac Date: Wed, 12 Dec 2018 15:42:44 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.14"}],"id":"57e72a3e-631b-44bb-af02-81582ffd7928","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dc:01:36","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port","project_id":"db5183f15e684f42aa14255dc18eee48","qos_policy_id":null,"admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:43Z","binding:vnic_type":"normal"}} 2018-12-12 15:42:44,269 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-8426324b-7892-4b79-b010-965ec7c27fac 2018-12-12 15:42:44,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:44,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d1e5e3a2-d75e-4b3d-bcd6-04f7fe9d099c Date: Wed, 12 Dec 2018 15:42:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:44,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-d1e5e3a2-d75e-4b3d-bcd6-04f7fe9d099c 2018-12-12 15:42:44,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:44,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e4d868b-a1c5-4896-9212-4718422c1950 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:42:44,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-0e4d868b-a1c5-4896-9212-4718422c1950 2018-12-12 15:42:44,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:44,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3a7241c2-9b84-4258-9018-5a71e80e34a3 Date: Wed, 12 Dec 2018 15:42:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:44,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-3a7241c2-9b84-4258-9018-5a71e80e34a3 2018-12-12 15:42:44,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:44,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-b243a9bf-732e-473c-b602-5ea3d90d090d Date: Wed, 12 Dec 2018 15:42:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.14"}],"id":"57e72a3e-631b-44bb-af02-81582ffd7928","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dc:01:36","project_id":"db5183f15e684f42aa14255dc18eee48","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:43Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:42:44,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port&admin_state_up=True used request id req-b243a9bf-732e-473c-b602-5ea3d90d090d 2018-12-12 15:42:44,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:44,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf9a150-fd92-44e5-8cea-f3c061cc3b45 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:42:44,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-2bf9a150-fd92-44e5-8cea-f3c061cc3b45 2018-12-12 15:42:44,980 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst 2018-12-12 15:42:44,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:45,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ce74f31-08dd-43a3-877a-054e7aeb0b57 x-compute-request-id: req-3ce74f31-08dd-43a3-877a-054e7aeb0b57 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-flavor-name"}]} 2018-12-12 15:42:45,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3ce74f31-08dd-43a3-877a-054e7aeb0b57 2018-12-12 15:42:45,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:45,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42: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-bd48cd2e-4f57-4319-be15-f6640acecc94 x-compute-request-id: req-bd48cd2e-4f57-4319-be15-f6640acecc94 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:42:45,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7 used request id req-bd48cd2e-4f57-4319-be15-f6640acecc94 2018-12-12 15:42:45,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:45,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-7118d0f6-5f4f-4261-b39d-316af395b5ec Date: Wed, 12 Dec 2018 15:42:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:42:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:42:36Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4517c061-864f-4a0e-bc0c-86efeafe3272/snap", "metadata": {}}], "self": "/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "min_disk": 0, "protected": false, "id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "file": "/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2af231d790ba4f349d85aa76851c2e6e", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4517c061-864f-4a0e-bc0c-86efeafe3272/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image"} 2018-12-12 15:42:45,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image used request id req-7118d0f6-5f4f-4261-b39d-316af395b5ec 2018-12-12 15:42:45,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:45,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6664d305-e573-4a08-bce0-0a0448c6a172 Date: Wed, 12 Dec 2018 15:42:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:42:45,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6664d305-e573-4a08-bce0-0a0448c6a172 2018-12-12 15:42:45,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" -d '{"server": {"name": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "imageRef": "4517c061-864f-4a0e-bc0c-86efeafe3272", "flavorRef": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "max_count": 1, "min_count": 1, "networks": [{"port": "57e72a3e-631b-44bb-af02-81582ffd7928"}]}}' 2018-12-12 15:42:47,075 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:42: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-2e9e289a-bf79-43d6-9bf5-bd03c98ea366 x-compute-request-id: req-2e9e289a-bf79-43d6-9bf5-bd03c98ea366 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "adminPass": "PTWweb2pebgE"}} 2018-12-12 15:42:47,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-2e9e289a-bf79-43d6-9bf5-bd03c98ea366 2018-12-12 15:42:47,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:47,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-537382a8-40b1-429d-804f-48f00bc463dc x-compute-request-id: req-537382a8-40b1-429d-804f-48f00bc463dc Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:42: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": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:47,290 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-537382a8-40b1-429d-804f-48f00bc463dc 2018-12-12 15:42:47,291 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst 2018-12-12 15:42:47,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:47,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f429cea-a14b-4d28-9a8d-bda0af55e377 x-compute-request-id: req-8f429cea-a14b-4d28-9a8d-bda0af55e377 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:42: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": "CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:47,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-8f429cea-a14b-4d28-9a8d-bda0af55e377 2018-12-12 15:42:47,717 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst] is - BUILD 2018-12-12 15:42:47,717 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:42:50,721 - create_instance - DEBUG - VM status query timeout in 896.570394039 2018-12-12 15:42:50,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:51,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42: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-89b2a73d-d310-471c-93d1-047803793ba8 x-compute-request-id: req-89b2a73d-d310-471c-93d1-047803793ba8 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:01:36", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:42:48Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:51,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-89b2a73d-d310-471c-93d1-047803793ba8 2018-12-12 15:42:51,259 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst] is - BUILD 2018-12-12 15:42:51,260 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:42:54,263 - create_instance - DEBUG - VM status query timeout in 893.028323889 2018-12-12 15:42:54,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:55,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74a22c34-d7bf-4b92-afec-6ff04941ad57 x-compute-request-id: req-74a22c34-d7bf-4b92-afec-6ff04941ad57 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:01:36", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-12-12T15:42:52.000000", "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:42:53Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:55,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-74a22c34-d7bf-4b92-afec-6ff04941ad57 2018-12-12 15:42:55,034 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst] is - ACTIVE 2018-12-12 15:42:55,034 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:42:55,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:55,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42: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-f15ce1a3-0db2-42d4-94fa-0671e8c2e468 x-compute-request-id: req-f15ce1a3-0db2-42d4-94fa-0671e8c2e468 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:01:36", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-12-12T15:42:52.000000", "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:42:53Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:55,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-f15ce1a3-0db2-42d4-94fa-0671e8c2e468 2018-12-12 15:42:55,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:55,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8c3749ca-ee75-4249-ba32-edc191d2cdd6 Date: Wed, 12 Dec 2018 15:42:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:55,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-8c3749ca-ee75-4249-ba32-edc191d2cdd6 2018-12-12 15:42:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:55,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37ee2a01-5af7-4c41-86b7-d5c6779bf407 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:42:55,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-37ee2a01-5af7-4c41-86b7-d5c6779bf407 2018-12-12 15:42:55,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:55,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-47768a87-1265-49d1-8f6c-bb3716d0ae09 Date: Wed, 12 Dec 2018 15:42:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:55,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-47768a87-1265-49d1-8f6c-bb3716d0ae09 2018-12-12 15:42:55,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:55,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-60f6f466-617e-4731-93e1-51d703e13620 Date: Wed, 12 Dec 2018 15:42:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:52Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.14"}],"id":"57e72a3e-631b-44bb-af02-81582ffd7928","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:01:36","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:43Z","binding:vnic_type":"normal","device_id":"57dc9721-2425-45d2-85b4-1aefd20f73f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.4"}],"id":"6a52e2b2-d43b-4bcb-b7b7-58add5e27465","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:42:97","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d92fbdf-2fef-4d88-bc4f-ac807215b275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.2"}],"id":"9cdc0819-8e0c-4302-a752-4574e4b61db8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:65:89","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d92fbdf-2fef-4d88-bc4f-ac807215b275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.3"}],"id":"dbb5e151-fe5c-4ed0-9fc6-eaaba1285a5e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:8a:51","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d92fbdf-2fef-4d88-bc4f-ac807215b275"}]} 2018-12-12 15:42:55,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-60f6f466-617e-4731-93e1-51d703e13620 2018-12-12 15:42:55,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:56,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Z01P0ok0SUOeLDSytJLhCg"], "issued_at": "2018-12-12T15:42:56.000000Z"}} 2018-12-12 15:42:56,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7fd205296b148014090a98dbf12b7e61e9f265" 2018-12-12 15:42:57,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94f8e547-305e-4bfc-8930-121ace2a6ee0 x-compute-request-id: req-94f8e547-305e-4bfc-8930-121ace2a6ee0 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:01:36", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-12-12T15:42:52.000000", "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:42:53Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 15:42:57,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst used request id req-94f8e547-305e-4bfc-8930-121ace2a6ee0 2018-12-12 15:42:57,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:57,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["LOfmZnAaSY6vzH1xWFJwpg"], "issued_at": "2018-12-12T15:42:57.000000Z"}} 2018-12-12 15:42:57,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}670553a3232d9111de47cbfc0964bf775407f812" 2018-12-12 15:42:57,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f4d42204-f48e-4976-a9e3-3b8b034306c0 Date: Wed, 12 Dec 2018 15:42:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:57,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-f4d42204-f48e-4976-a9e3-3b8b034306c0 2018-12-12 15:42:57,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}670553a3232d9111de47cbfc0964bf775407f812" 2018-12-12 15:42:58,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-862cd619-904f-4683-a085-2ccb5c5630a1 Date: Wed, 12 Dec 2018 15:42:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:58,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-862cd619-904f-4683-a085-2ccb5c5630a1 2018-12-12 15:42:58,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}670553a3232d9111de47cbfc0964bf775407f812" 2018-12-12 15:42:58,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-92d2117a-1406-4024-a5d0-06f6f335b56f Date: Wed, 12 Dec 2018 15:42:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:52Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.14"}],"id":"57e72a3e-631b-44bb-af02-81582ffd7928","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:01:36","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:43Z","binding:vnic_type":"normal","device_id":"57dc9721-2425-45d2-85b4-1aefd20f73f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.4"}],"id":"6a52e2b2-d43b-4bcb-b7b7-58add5e27465","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:42:97","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d92fbdf-2fef-4d88-bc4f-ac807215b275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.2"}],"id":"9cdc0819-8e0c-4302-a752-4574e4b61db8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:65:89","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d92fbdf-2fef-4d88-bc4f-ac807215b275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.3"}],"id":"dbb5e151-fe5c-4ed0-9fc6-eaaba1285a5e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:8a:51","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d92fbdf-2fef-4d88-bc4f-ac807215b275"}]} 2018-12-12 15:42:58,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-92d2117a-1406-4024-a5d0-06f6f335b56f 2018-12-12 15:42:58,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:42:58,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "17ad137f34f345fda332b503c06e405c", "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj-role"}], "expires_at": "2018-12-12T16:42:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2af231d790ba4f349d85aa76851c2e6e", "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2af231d790ba4f349d85aa76851c2e6e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2af231d790ba4f349d85aa76851c2e6e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2af231d790ba4f349d85aa76851c2e6e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2af231d790ba4f349d85aa76851c2e6e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2af231d790ba4f349d85aa76851c2e6e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2af231d790ba4f349d85aa76851c2e6e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2af231d790ba4f349d85aa76851c2e6e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-669308fc-8e66-4ab-user", "id": "18a7b0fc5d5a44d99f74469f87d1903b"}, "audit_ids": ["_ZnFV7K-RTq1sxn6_4ZbcA"], "issued_at": "2018-12-12T15:42:58.000000Z"}} 2018-12-12 15:42:58,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af98f4b8b3133caecf82ee9c5eb44e0059c08017" 2018-12-12 15:42:58,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42: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-83d96604-6b30-4a70-b903-37d26ed020bb x-compute-request-id: req-83d96604-6b30-4a70-b903-37d26ed020bb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:42:58,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst used request id req-83d96604-6b30-4a70-b903-37d26ed020bb 2018-12-12 15:42:58,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:59,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42: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-13e83205-3b6c-4b2c-aa14-e04768478795 x-compute-request-id: req-13e83205-3b6c-4b2c-aa14-e04768478795 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:01:36", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-12-12T15:42:52.000000", "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:42:53Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:42:59,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-13e83205-3b6c-4b2c-aa14-e04768478795 2018-12-12 15:42:59,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:59,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-75fda259-940c-4237-9c4e-02759b93eea5 Date: Wed, 12 Dec 2018 15:42:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:42:59,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-75fda259-940c-4237-9c4e-02759b93eea5 2018-12-12 15:42:59,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:59,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6077e08-835f-4344-9ecb-52aecc04f8e0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:42:59,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-a6077e08-835f-4344-9ecb-52aecc04f8e0 2018-12-12 15:42:59,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:59,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-366e52ae-f4b3-4e76-86c0-59b311482321 Date: Wed, 12 Dec 2018 15:42:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:42:59,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-366e52ae-f4b3-4e76-86c0-59b311482321 2018-12-12 15:42:59,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:42:59,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-8029613e-7675-413e-a205-8b5340495559 Date: Wed, 12 Dec 2018 15:42:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:52Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.14"}],"id":"57e72a3e-631b-44bb-af02-81582ffd7928","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:01:36","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:43Z","binding:vnic_type":"normal","device_id":"57dc9721-2425-45d2-85b4-1aefd20f73f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.4"}],"id":"6a52e2b2-d43b-4bcb-b7b7-58add5e27465","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:42:97","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d92fbdf-2fef-4d88-bc4f-ac807215b275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.2"}],"id":"9cdc0819-8e0c-4302-a752-4574e4b61db8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:65:89","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d92fbdf-2fef-4d88-bc4f-ac807215b275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.3"}],"id":"dbb5e151-fe5c-4ed0-9fc6-eaaba1285a5e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:8a:51","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d92fbdf-2fef-4d88-bc4f-ac807215b275"}]} 2018-12-12 15:42:59,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-8029613e-7675-413e-a205-8b5340495559 2018-12-12 15:42:59,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:00,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40afed44-76c2-4960-98ef-2210293bd9b8 x-compute-request-id: req-40afed44-76c2-4960-98ef-2210293bd9b8 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:01:36", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-12-12T15:42:52.000000", "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:42:53Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:00,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-40afed44-76c2-4960-98ef-2210293bd9b8 2018-12-12 15:43:00,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:00,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3dbf3757-dd98-468a-ba10-28d494fdaee8 Date: Wed, 12 Dec 2018 15:43:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["c95bd506-22a4-4926-a8f7-e527f40eee7c"],"description":"","tags":[],"updated_at":"2018-12-12T15:42:39Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:38Z","provider:network_type":"vxlan"}]} 2018-12-12 15:43:00,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net used request id req-3dbf3757-dd98-468a-ba10-28d494fdaee8 2018-12-12 15:43:00,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:00,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e08cc6ec-3e64-4fc8-af79-9fb1a46dd650 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:43:00,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-e08cc6ec-3e64-4fc8-af79-9fb1a46dd650 2018-12-12 15:43:00,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:00,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d1617753-22a2-4eae-aaa8-1fb838676f33 Date: Wed, 12 Dec 2018 15:43:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","dns_nameservers":[],"updated_at":"2018-12-12T15:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"db5183f15e684f42aa14255dc18eee48","id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet"}]} 2018-12-12 15:43:00,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-d1617753-22a2-4eae-aaa8-1fb838676f33 2018-12-12 15:43:00,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:00,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-5e7a0bfa-ff78-4999-9ae6-d96ce42f02d1 Date: Wed, 12 Dec 2018 15:43:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:52Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.14"}],"id":"57e72a3e-631b-44bb-af02-81582ffd7928","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:01:36","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:43Z","binding:vnic_type":"normal","device_id":"57dc9721-2425-45d2-85b4-1aefd20f73f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.4"}],"id":"6a52e2b2-d43b-4bcb-b7b7-58add5e27465","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:42:97","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d92fbdf-2fef-4d88-bc4f-ac807215b275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.2"}],"id":"9cdc0819-8e0c-4302-a752-4574e4b61db8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6e:65:89","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d92fbdf-2fef-4d88-bc4f-ac807215b275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:42:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c95bd506-22a4-4926-a8f7-e527f40eee7c","ip_address":"10.55.0.3"}],"id":"dbb5e151-fe5c-4ed0-9fc6-eaaba1285a5e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:8a:51","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d92fbdf-2fef-4d88-bc4f-ac807215b275","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:42:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d92fbdf-2fef-4d88-bc4f-ac807215b275"}]} 2018-12-12 15:43:00,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-5e7a0bfa-ff78-4999-9ae6-d96ce42f02d1 2018-12-12 15:43:00,942 - create_instance - INFO - Deleting Port with ID - 57e72a3e-631b-44bb-af02-81582ffd7928 2018-12-12 15:43:00,942 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-port 2018-12-12 15:43:00,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/57e72a3e-631b-44bb-af02-81582ffd7928 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:01,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c6aca07a-bd61-498d-bc4a-0473b2ae7fb3 Date: Wed, 12 Dec 2018 15:43:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:43:01,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/57e72a3e-631b-44bb-af02-81582ffd7928 used request id req-c6aca07a-bd61-498d-bc4a-0473b2ae7fb3 2018-12-12 15:43:01,503 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst 2018-12-12 15:43:01,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:01,704 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:43:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36c947a7-0b3d-41e8-94e5-0d9aee5ca0fa x-compute-request-id: req-36c947a7-0b3d-41e8-94e5-0d9aee5ca0fa Content-Type: application/json 2018-12-12 15:43:01,704 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-36c947a7-0b3d-41e8-94e5-0d9aee5ca0fa 2018-12-12 15:43:01,704 - create_instance - INFO - Checking deletion status 2018-12-12 15:43:01,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:01,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-547f8bee-2f8e-4d2e-a850-589338eafa42 x-compute-request-id: req-547f8bee-2f8e-4d2e-a850-589338eafa42 Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:01:36", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-12-12T15:42:52.000000", "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:01Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:01,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-547f8bee-2f8e-4d2e-a850-589338eafa42 2018-12-12 15:43:01,803 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst] is - ACTIVE 2018-12-12 15:43:01,803 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:43:04,806 - create_instance - DEBUG - VM status query timeout in 296.89786005 2018-12-12 15:43:04,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:05,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb0a6c74-8593-43b2-a2ee-96164bffb3e5 x-compute-request-id: req-cb0a6c74-8593-43b2-a2ee-96164bffb3e5 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.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1", "rel": "bookmark"}], "image": {"id": "4517c061-864f-4a0e-bc0c-86efeafe3272", "links": [{"href": "http://172.30.9.29:8774/images/4517c061-864f-4a0e-bc0c-86efeafe3272", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-12-12T15:42:52.000000", "flavor": {"id": "c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "links": [{"href": "http://172.30.9.29:8774/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7", "rel": "bookmark"}]}, "id": "57dc9721-2425-45d2-85b4-1aefd20f73f1", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:01Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst", "created": "2018-12-12T15:42:47Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:05,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-cb0a6c74-8593-43b2-a2ee-96164bffb3e5 2018-12-12 15:43:05,215 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst] is - ACTIVE 2018-12-12 15:43:05,215 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:43:08,218 - create_instance - DEBUG - VM status query timeout in 293.486140013 2018-12-12 15:43:08,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255bccb1803a1a830ecd0b53c82ac62db9e6fd16" 2018-12-12 15:43:08,269 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:43: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-1854eb7b-1553-4c0d-86b1-9bea00d101e5 x-compute-request-id: req-1854eb7b-1553-4c0d-86b1-9bea00d101e5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 57dc9721-2425-45d2-85b4-1aefd20f73f1 could not be found.", "code": 404}} 2018-12-12 15:43:08,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/57dc9721-2425-45d2-85b4-1aefd20f73f1 used request id req-1854eb7b-1553-4c0d-86b1-9bea00d101e5 2018-12-12 15:43:08,270 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 57dc9721-2425-45d2-85b4-1aefd20f73f1 could not be found. (HTTP 404) (Request-ID: req-1854eb7b-1553-4c0d-86b1-9bea00d101e5) 2018-12-12 15:43:08,270 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-inst 2018-12-12 15:43:08,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0666f272dca5597133da4fb7ec09dce2421fb00" 2018-12-12 15:43:08,327 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:43: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-aa226126-1146-46b6-abab-f37c7185cd98 x-compute-request-id: req-aa226126-1146-46b6-abab-f37c7185cd98 Content-Length: 0 Content-Type: application/json 2018-12-12 15:43:08,327 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c110bcc2-a79c-4a2c-a349-85a92b5b49f7 used request id req-aa226126-1146-46b6-abab-f37c7185cd98 2018-12-12 15:43:08,328 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet 2018-12-12 15:43:08,328 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-subnet 2018-12-12 15:43:08,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/c95bd506-22a4-4926-a8f7-e527f40eee7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" 2018-12-12 15:43:10,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-670101dc-2f11-4bcd-a7df-946a29662eed Date: Wed, 12 Dec 2018 15:43:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:43:10,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c95bd506-22a4-4926-a8f7-e527f40eee7c used request id req-670101dc-2f11-4bcd-a7df-946a29662eed 2018-12-12 15:43:10,636 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-pub-net 2018-12-12 15:43:10,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/7d92fbdf-2fef-4d88-bc4f-ac807215b275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c120855645b88bbb3540d042847b5f821615fda" 2018-12-12 15:43:11,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0dc5462-fb66-4ba8-aa0d-fe5cd0323149 Date: Wed, 12 Dec 2018 15:43:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:43:11,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/7d92fbdf-2fef-4d88-bc4f-ac807215b275 used request id req-a0dc5462-fb66-4ba8-aa0d-fe5cd0323149 2018-12-12 15:43:11,743 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-47b4ca8a-9e23-4f97-9fa6-97ac78e7079b-image 2018-12-12 15:43:11,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88ddf402aefd3e34f83d8534bef8d7050b37cd48" 2018-12-12 15:43:13,248 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88829a28-a1e4-40c8-913c-45d474edccd6 Date: Wed, 12 Dec 2018 15:43:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:43:13,248 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/4517c061-864f-4a0e-bc0c-86efeafe3272 used request id req-88829a28-a1e4-40c8-913c-45d474edccd6 2018-12-12 15:43:13,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:43:13,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f1ab2396-d3f6-44c6-a544-fcaeae36739d Date: Wed, 12 Dec 2018 15:43:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:43:13,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f1ab2396-d3f6-44c6-a544-fcaeae36739d 2018-12-12 15:43:13,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:43:13,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eededa7-eb46-4841-be17-0b67f3cc7789 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:43:13,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-1eededa7-eb46-4841-be17-0b67f3cc7789 2018-12-12 15:43:13,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:43:13,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a13e37-7751-474a-9c22-afc62c13fa18 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:43:13,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-b8a13e37-7751-474a-9c22-afc62c13fa18 2018-12-12 15:43:13,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:43:13,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19b9fb1a-d958-4ad2-9c80-e40003fb84b8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:43:13,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-19b9fb1a-d958-4ad2-9c80-e40003fb84b8 2018-12-12 15:43:13,725 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-669308fc-8e66-4ab-proj 2018-12-12 15:43:13,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2af231d790ba4f349d85aa76851c2e6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:43:13,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13e30d66-ca36-43de-980d-a7b65e42cb0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:43:13,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2af231d790ba4f349d85aa76851c2e6e used request id req-13e30d66-ca36-43de-980d-a7b65e42cb0d 2018-12-12 15:43:13,946 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-669308fc-8e66-4ab-proj-role 2018-12-12 15:43:13,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/17ad137f34f345fda332b503c06e405c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:43:14,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bff2fcb8-7f8c-42ce-bf26-87f1323f7fb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:43:14,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/17ad137f34f345fda332b503c06e405c used request id req-bff2fcb8-7f8c-42ce-bf26-87f1323f7fb4 2018-12-12 15:43:14,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2fbf7ccbe5640de12ef34cf5d54efc0582ff7f" 2018-12-12 15:43:14,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe7c3ac-71c9-411e-a3ce-ad9d8d9c69b0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:43:14,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7fe7c3ac-71c9-411e-a3ce-ad9d8d9c69b0 2018-12-12 15:43:14,154 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-669308fc-8e66-4ab-user 2018-12-12 15:43:14,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/18a7b0fc5d5a44d99f74469f87d1903b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f048b7b42e5c985a7821ded57eb4b326ab6ba9" 2018-12-12 15:43:14,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:43:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24c1f1d8-2082-4889-8ed9-327d1f2c34b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:43:14,337 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/18a7b0fc5d5a44d99f74469f87d1903b used request id req-24c1f1d8-2082-4889-8ed9-327d1f2c34b2 2018-12-12 15:43:14,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:14,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["YJQFvLdYQYi-GFfzaY-eag"], "issued_at": "2018-12-12T15:43:14.000000Z"}} 2018-12-12 15:43:14,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ffb2742c9331f1e9c683f7050a348e6231792" 2018-12-12 15:43:14,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46885f1c-b6cd-4168-a160-14110eb68622 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:14,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46885f1c-b6cd-4168-a160-14110eb68622 2018-12-12 15:43:14,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:14,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:15,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:43:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["iC__8HzFR7WbVhKMLyEr9g"], "issued_at": "2018-12-12T15:43:15.000000Z"}} 2018-12-12 15:43:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:43:15,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549fb6c7-cbfd-4f24-bb95-b33d1189f866 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:15,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-549fb6c7-cbfd-4f24-bb95-b33d1189f866 2018-12-12 15:43:15,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:43:15,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:43: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:43:15,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-7d04a356-ccbb-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:43:15,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7124795b-8827-4003-9c3e-344f8c8347a2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-7d04a356-ccbb-431-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:43:15,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-7d04a356-ccbb-431-proj used request id req-7124795b-8827-4003-9c3e-344f8c8347a2 2018-12-12 15:43:15,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:43:15,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f09e8a9-7b72-4fa9-90fd-4ae690277c14 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:43:15,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6f09e8a9-7b72-4fa9-90fd-4ae690277c14 2018-12-12 15:43:15,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}}' 2018-12-12 15:43:15,600 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:43:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dc06b62-ae64-49c6-9c23-5bafe8a6076e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:15,601 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2dc06b62-ae64-49c6-9c23-5bafe8a6076e 2018-12-12 15:43:15,601 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-7d04a356-ccbb-431-proj 2018-12-12 15:43:15,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:15,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:15,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:43:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["edWLNcvHQxW1MYYuDOB-eg"], "issued_at": "2018-12-12T15:43:15.000000Z"}} 2018-12-12 15:43:15,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2c154e0a562592c900a7456e8471b30ddaf217" 2018-12-12 15:43:16,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ace0852-03f3-4517-89cc-b1db2a44926a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:16,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ace0852-03f3-4517-89cc-b1db2a44926a 2018-12-12 15:43:16,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:43:16,085 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:43: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:43:16,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2c154e0a562592c900a7456e8471b30ddaf217" 2018-12-12 15:43:16,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e5bca0-f523-4edb-8049-d63ec5406d58 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:43:16,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-71e5bca0-f523-4edb-8049-d63ec5406d58 2018-12-12 15:43:16,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-7d04a356-ccbb-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2c154e0a562592c900a7456e8471b30ddaf217" 2018-12-12 15:43:16,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3908d92f-afd8-4ec3-9d06-41683fc86f99 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-7d04a356-ccbb-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}]} 2018-12-12 15:43:16,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-7d04a356-ccbb-431-proj used request id req-3908d92f-afd8-4ec3-9d06-41683fc86f99 2018-12-12 15:43:16,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2c154e0a562592c900a7456e8471b30ddaf217" 2018-12-12 15:43:16,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd586ff5-3a50-4899-9dc7-7f7e1e6c28ca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:43:16,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fd586ff5-3a50-4899-9dc7-7f7e1e6c28ca 2018-12-12 15:43:16,684 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-7d04a356-ccbb-431-user 2018-12-12 15:43:16,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:16,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:43:16,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b407697d-ca4f-4f50-aa90-7a210415e8af Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:43:16,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b407697d-ca4f-4f50-aa90-7a210415e8af 2018-12-12 15:43:16,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" -d '{"role": {"name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role"}}' 2018-12-12 15:43:16,888 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25f76523-2add-4b84-8b8f-fe9d580b84f4 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4399da1267ed4b36b4e871bc67baf48d", "links": {"self": "http://172.30.9.29:5000/v3/roles/4399da1267ed4b36b4e871bc67baf48d"}, "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role"}} 2018-12-12 15:43:16,888 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-25f76523-2add-4b84-8b8f-fe9d580b84f4 2018-12-12 15:43:16,888 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role 2018-12-12 15:43:16,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4399da1267ed4b36b4e871bc67baf48d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:43:16,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c4be0d-fe9a-4281-94ea-dbdd1907785f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4399da1267ed4b36b4e871bc67baf48d"}, "domain_id": null, "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role", "id": "4399da1267ed4b36b4e871bc67baf48d"}} 2018-12-12 15:43:16,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4399da1267ed4b36b4e871bc67baf48d used request id req-63c4be0d-fe9a-4281-94ea-dbdd1907785f 2018-12-12 15:43:16,987 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role to project CreateInstanceSimpleTests-7d04a356-ccbb-431-proj 2018-12-12 15:43:16,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748/users/da9a594fd24146daa4158e3ee638f0dd/roles/4399da1267ed4b36b4e871bc67baf48d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:43:17,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e5595b1-233c-4d89-b5a5-8ccf49c4b1d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:43:17,119 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748/users/da9a594fd24146daa4158e3ee638f0dd/roles/4399da1267ed4b36b4e871bc67baf48d used request id req-3e5595b1-233c-4d89-b5a5-8ccf49c4b1d2 2018-12-12 15:43:17,119 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:43:17,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:17,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:17,122 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:43:17,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:17,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:17,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4399da1267ed4b36b4e871bc67baf48d", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role"}], "expires_at": "2018-12-12T16:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38c992441add4965b3de252d34ee8748", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-user", "id": "da9a594fd24146daa4158e3ee638f0dd"}, "audit_ids": ["qyh9vXW5SC2meqcAdezx3w"], "issued_at": "2018-12-12T15:43:17.000000Z"}} 2018-12-12 15:43:17,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" 2018-12-12 15:43:17,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fa9a251-8083-43e0-8927-2ff25dae45a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:17,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7fa9a251-8083-43e0-8927-2ff25dae45a7 2018-12-12 15:43:17,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" 2018-12-12 15:43:17,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-7ca3ad1a-2f9c-4dc9-ab68-9ad2aba639da Date: Wed, 12 Dec 2018 15:43:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image"} 2018-12-12 15:43:17,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image used request id req-7ca3ad1a-2f9c-4dc9-ab68-9ad2aba639da 2018-12-12 15:43:17,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" 2018-12-12 15:43:17,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fffcc737-37e8-4dec-84d5-66a4a075db64 Date: Wed, 12 Dec 2018 15:43:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:43:17,920 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fffcc737-37e8-4dec-84d5-66a4a075db64 2018-12-12 15:43:17,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image"}' 2018-12-12 15:43:18,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65 X-Openstack-Request-Id: req-a259308a-7187-4f69-b574-dd0e32ffdb60 Date: Wed, 12 Dec 2018 15:43:18 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:43:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:43:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "min_disk": 0, "protected": false, "id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "file": "/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/file", "checksum": null, "owner": "38c992441add4965b3de252d34ee8748", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:43:18,141 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a259308a-7187-4f69-b574-dd0e32ffdb60 2018-12-12 15:43:18,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" -d '' 2018-12-12 15:43:19,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-283053fb-e86e-41a6-a44c-554266f8bd92 Date: Wed, 12 Dec 2018 15:43:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:43:19,509 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/file used request id req-283053fb-e86e-41a6-a44c-554266f8bd92 2018-12-12 15:43:19,510 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:43:19,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" 2018-12-12 15:43:19,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-0b06cc65-df8f-40e2-83b5-d6228052610e Date: Wed, 12 Dec 2018 15:43:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:43:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:43:19Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/snap", "metadata": {}}], "self": "/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "min_disk": 0, "protected": false, "id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "file": "/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "38c992441add4965b3de252d34ee8748", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:43:19,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65 used request id req-0b06cc65-df8f-40e2-83b5-d6228052610e 2018-12-12 15:43:19,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" 2018-12-12 15:43:19,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9942b622-70c8-4985-9142-97fa0b0ad75e Date: Wed, 12 Dec 2018 15:43:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:43:19,823 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9942b622-70c8-4985-9142-97fa0b0ad75e 2018-12-12 15:43:19,826 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image 2018-12-12 15:43:19,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" 2018-12-12 15:43:19,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-2691f865-c3fc-4d05-ba1f-b073420a0822 Date: Wed, 12 Dec 2018 15:43:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:43:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:43:19Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/snap", "metadata": {}}], "self": "/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "min_disk": 0, "protected": false, "id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "file": "/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "38c992441add4965b3de252d34ee8748", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:43:19,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65 used request id req-2691f865-c3fc-4d05-ba1f-b073420a0822 2018-12-12 15:43:19,991 - create_image - DEBUG - Instance status is - active 2018-12-12 15:43:19,992 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image 2018-12-12 15:43:19,992 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image 2018-12-12 15:43:19,992 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:19,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:20,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["9dITCxUMQIaGxsQWxkUiJw"], "issued_at": "2018-12-12T15:43:20.000000Z"}} 2018-12-12 15:43:20,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26be25a4120f6b2c0a1124e1782058eeb18fe67e" 2018-12-12 15:43:20,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42072b48-1933-47ef-86ff-d31e9c2edc75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:20,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-42072b48-1933-47ef-86ff-d31e9c2edc75 2018-12-12 15:43:20,455 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:43:20,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26be25a4120f6b2c0a1124e1782058eeb18fe67e" 2018-12-12 15:43:20,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-abd65a6f-7e59-4a6b-961c-01e0893907cf x-compute-request-id: req-abd65a6f-7e59-4a6b-961c-01e0893907cf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:43:20,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-abd65a6f-7e59-4a6b-961c-01e0893907cf 2018-12-12 15:43:20,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26be25a4120f6b2c0a1124e1782058eeb18fe67e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:43:20,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-0fa74244-aa62-4654-a842-3e6bac7a7e70 x-compute-request-id: req-0fa74244-aa62-4654-a842-3e6bac7a7e70 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "febd76f7-345e-4549-82e3-b5499268e04f", "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:43:20,701 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0fa74244-aa62-4654-a842-3e6bac7a7e70 2018-12-12 15:43:20,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:20,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:21,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4399da1267ed4b36b4e871bc67baf48d", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role"}], "expires_at": "2018-12-12T16:43:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38c992441add4965b3de252d34ee8748", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-user", "id": "da9a594fd24146daa4158e3ee638f0dd"}, "audit_ids": ["zCKHwRMhS9mx5RjcfCDxcg"], "issued_at": "2018-12-12T15:43:21.000000Z"}} 2018-12-12 15:43:21,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" 2018-12-12 15:43:21,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646579f5-1789-4273-b351-bf8d2cc6b578 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:21,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-646579f5-1789-4273-b351-bf8d2cc6b578 2018-12-12 15:43:21,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" 2018-12-12 15:43:21,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-93399970-7817-45f5-929e-bd91f9e434f2 Date: Wed, 12 Dec 2018 15:43:21 GMT RESP BODY: {"networks":[]} 2018-12-12 15:43:21,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-93399970-7817-45f5-929e-bd91f9e434f2 2018-12-12 15:43:21,350 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net 2018-12-12 15:43:21,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" -d '{"network": {"name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net", "admin_state_up": true}}' 2018-12-12 15:43:21,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d35ade06-840f-4ef2-a957-0dfe78ec5b18 Date: Wed, 12 Dec 2018 15:43:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e7221746-6301-4ceb-8c43-b9194f145907","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:43:21Z","is_default":false,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","mtu":1450}} 2018-12-12 15:43:21,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-d35ade06-840f-4ef2-a957-0dfe78ec5b18 2018-12-12 15:43:21,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" 2018-12-12 15:43:22,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2cbaa345-f31b-454b-939e-7cc0e792b22f Date: Wed, 12 Dec 2018 15:43:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:43:21Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:22,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-2cbaa345-f31b-454b-939e-7cc0e792b22f 2018-12-12 15:43:22,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" 2018-12-12 15:43:22,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-630af2d9-0187-4108-aae1-de479729a3ca Date: Wed, 12 Dec 2018 15:43:22 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:43:22,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-630af2d9-0187-4108-aae1-de479729a3ca 2018-12-12 15:43:22,332 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet 2018-12-12 15:43:22,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" -d '{"subnets": [{"ip_version": 4, "network_id": "e7221746-6301-4ceb-8c43-b9194f145907", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]}' 2018-12-12 15:43:23,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c2acc6b7-5d1c-4fe5-9b5f-84ca750357e7 Date: Wed, 12 Dec 2018 15:43:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:23,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-c2acc6b7-5d1c-4fe5-9b5f-84ca750357e7 2018-12-12 15:43:23,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" 2018-12-12 15:43:23,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e8c13d6a-0700-4a2f-9733-5c7ab4ed39f8 Date: Wed, 12 Dec 2018 15:43: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":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:23,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-e8c13d6a-0700-4a2f-9733-5c7ab4ed39f8 2018-12-12 15:43:23,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" 2018-12-12 15:43:23,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-adafdaef-0bee-4fd4-8e79-d3059ccd8b48 Date: Wed, 12 Dec 2018 15:43:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:23,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-adafdaef-0bee-4fd4-8e79-d3059ccd8b48 2018-12-12 15:43:23,450 - OpenStackNetwork - DEBUG - Network [e7221746-6301-4ceb-8c43-b9194f145907] created successfully 2018-12-12 15:43:23,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:23,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:23,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4399da1267ed4b36b4e871bc67baf48d", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role"}], "expires_at": "2018-12-12T16:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38c992441add4965b3de252d34ee8748", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-user", "id": "da9a594fd24146daa4158e3ee638f0dd"}, "audit_ids": ["GDSiPx83QDmI7MTwFnIpEg"], "issued_at": "2018-12-12T15:43:23.000000Z"}} 2018-12-12 15:43:23,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:23,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a43c29cf-d8f8-4bf9-92e8-9b87adc4f3b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:23,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a43c29cf-d8f8-4bf9-92e8-9b87adc4f3b1 2018-12-12 15:43:23,895 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:43:23,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:24,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a972917c-5f86-4489-ba2b-39b313a40af9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:24,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a972917c-5f86-4489-ba2b-39b313a40af9 2018-12-12 15:43:24,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:24,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-41dfc61f-e29f-467e-bf3a-5d51b93f0153 Date: Wed, 12 Dec 2018 15:43: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":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:24,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-41dfc61f-e29f-467e-bf3a-5d51b93f0153 2018-12-12 15:43:24,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:43:24,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:43: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:43:24,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:24,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-081b14de-daee-47d8-a80c-079b4dba0a5f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:24,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-081b14de-daee-47d8-a80c-079b4dba0a5f 2018-12-12 15:43:24,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:24,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9e62a3f4-d8c8-40f5-b0ed-aca02824fe47 Date: Wed, 12 Dec 2018 15:43:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:24,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-9e62a3f4-d8c8-40f5-b0ed-aca02824fe47 2018-12-12 15:43:24,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:24,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c895318c-513b-4795-8d62-dc0ba10f47a4 Date: Wed, 12 Dec 2018 15:43:24 GMT RESP BODY: {"ports":[]} 2018-12-12 15:43:24,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port&admin_state_up=True used request id req-c895318c-513b-4795-8d62-dc0ba10f47a4 2018-12-12 15:43:24,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:25,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-c4c59232-0d0c-403b-aa49-57684857958c x-compute-request-id: req-c4c59232-0d0c-403b-aa49-57684857958c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:43:25,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst used request id req-c4c59232-0d0c-403b-aa49-57684857958c 2018-12-12 15:43:25,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:25,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bfc4e7cf-191a-4df6-898f-ba03ee8c879a Date: Wed, 12 Dec 2018 15: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":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:25,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-bfc4e7cf-191a-4df6-898f-ba03ee8c879a 2018-12-12 15:43:25,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:25,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-778e0805-aebf-46d1-af14-304506c032aa Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:25,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-778e0805-aebf-46d1-af14-304506c032aa 2018-12-12 15:43:25,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:25,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fa9002ed-54e5-4381-81bc-75e8898b5dda Date: Wed, 12 Dec 2018 15:43:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:25,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-fa9002ed-54e5-4381-81bc-75e8898b5dda 2018-12-12 15:43:25,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:25,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a5f54bf5-4141-4464-a420-e83c5efd7ee8 Date: Wed, 12 Dec 2018 15:43:25 GMT RESP BODY: {"ports":[]} 2018-12-12 15:43:25,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port&admin_state_up=True used request id req-a5f54bf5-4141-4464-a420-e83c5efd7ee8 2018-12-12 15:43:25,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:43:25,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:26,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4399da1267ed4b36b4e871bc67baf48d", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role"}], "expires_at": "2018-12-12T16:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38c992441add4965b3de252d34ee8748", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-user", "id": "da9a594fd24146daa4158e3ee638f0dd"}, "audit_ids": ["2z9909swQ6Og9_XgfLfz2w"], "issued_at": "2018-12-12T15:43:25.000000Z"}} 2018-12-12 15:43:26,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c69ba40004a88728a7438fa422bb579bc9f6bb" 2018-12-12 15:43:26,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8efa870-92d3-4d2f-a4c4-da726115d046 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:43:26,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f8efa870-92d3-4d2f-a4c4-da726115d046 2018-12-12 15:43:26,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:26,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5c3f0b89-f59e-468d-bf49-b5b495c2addd Date: Wed, 12 Dec 2018 15:43: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":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:26,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-5c3f0b89-f59e-468d-bf49-b5b495c2addd 2018-12-12 15:43:26,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:26,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9c7c4e98-815b-482c-ae2f-ad39e226a068 Date: Wed, 12 Dec 2018 15:43:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:26,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-9c7c4e98-815b-482c-ae2f-ad39e226a068 2018-12-12 15:43:26,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:26,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3b38f8ca-203e-4003-b781-dfcb0043a3f6 Date: Wed, 12 Dec 2018 15:43: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":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:26,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-3b38f8ca-203e-4003-b781-dfcb0043a3f6 2018-12-12 15:43:26,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:43:26,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:43: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:43:26,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c69ba40004a88728a7438fa422bb579bc9f6bb" 2018-12-12 15:43:26,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cfdffd2-5bf5-4dd5-93d3-71ef281b07e3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:26,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-5cfdffd2-5bf5-4dd5-93d3-71ef281b07e3 2018-12-12 15:43:26,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:26,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-096342a3-d3c7-4ad8-8dc1-a956293eedc6 Date: Wed, 12 Dec 2018 15:43:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:26,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-096342a3-d3c7-4ad8-8dc1-a956293eedc6 2018-12-12 15:43:26,713 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net 2018-12-12 15:43:26,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" -d '{"port": {"network_id": "e7221746-6301-4ceb-8c43-b9194f145907", "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port", "admin_state_up": true}}' 2018-12-12 15:43:27,778 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-87f043c2-c503-4ec3-9253-a1254018a87d Date: Wed, 12 Dec 2018 15:43:27 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.10"}],"id":"d35b8c90-edad-47ae-a566-51a943a9821b","security_groups":["d095faa8-ad15-4798-a8e3-5b3f86061717"],"mac_address":"fa:16:3e:7f:b5:dd","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port","project_id":"38c992441add4965b3de252d34ee8748","qos_policy_id":null,"admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:27Z","binding:vnic_type":"normal"}} 2018-12-12 15:43:27,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-87f043c2-c503-4ec3-9253-a1254018a87d 2018-12-12 15:43:27,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:28,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b6ac9ca6-1283-4ce2-811a-6484ef1e62e6 Date: Wed, 12 Dec 2018 15:43:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:28,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-b6ac9ca6-1283-4ce2-811a-6484ef1e62e6 2018-12-12 15:43:28,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:28,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a1890c-6c03-4f52-95f4-56fc63e9a024 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:28,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-10a1890c-6c03-4f52-95f4-56fc63e9a024 2018-12-12 15:43:28,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:28,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4ebe6413-65ec-4748-a394-7764c697ba37 Date: Wed, 12 Dec 2018 15:43:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:28,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-4ebe6413-65ec-4748-a394-7764c697ba37 2018-12-12 15:43:28,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:28,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-0be3b01b-0eb3-4f10-bf87-52d48e5c0ea3 Date: Wed, 12 Dec 2018 15:43:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.10"}],"id":"d35b8c90-edad-47ae-a566-51a943a9821b","security_groups":["d095faa8-ad15-4798-a8e3-5b3f86061717"],"mac_address":"fa:16:3e:7f:b5:dd","project_id":"38c992441add4965b3de252d34ee8748","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:27Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:43:28,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port&admin_state_up=True used request id req-0be3b01b-0eb3-4f10-bf87-52d48e5c0ea3 2018-12-12 15:43:28,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:28,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd079ed-5ac0-4197-8bca-2dd169c561bf Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:28,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-afd079ed-5ac0-4197-8bca-2dd169c561bf 2018-12-12 15:43:28,640 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst 2018-12-12 15:43:28,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:28,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b979859-b654-458d-9b56-97810738f8b2 x-compute-request-id: req-6b979859-b654-458d-9b56-97810738f8b2 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-flavor-name"}]} 2018-12-12 15:43:28,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6b979859-b654-458d-9b56-97810738f8b2 2018-12-12 15:43:28,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/febd76f7-345e-4549-82e3-b5499268e04f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:28,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24c4ba55-63ff-44b8-92b7-e08dc469012d x-compute-request-id: req-24c4ba55-63ff-44b8-92b7-e08dc469012d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "febd76f7-345e-4549-82e3-b5499268e04f", "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:43:28,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/febd76f7-345e-4549-82e3-b5499268e04f used request id req-24c4ba55-63ff-44b8-92b7-e08dc469012d 2018-12-12 15:43:28,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:28,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-b0bfe083-ce0f-47bf-baea-3a9d37f914dd Date: Wed, 12 Dec 2018 15:43:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:43:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:43:19Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/snap", "metadata": {}}], "self": "/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "min_disk": 0, "protected": false, "id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "file": "/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "38c992441add4965b3de252d34ee8748", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image"} 2018-12-12 15:43:28,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image used request id req-b0bfe083-ce0f-47bf-baea-3a9d37f914dd 2018-12-12 15:43:28,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:29,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-542eae6b-b0f8-44c4-a4f7-a7af88d2ca8d Date: Wed, 12 Dec 2018 15:43:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:43:29,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-542eae6b-b0f8-44c4-a4f7-a7af88d2ca8d 2018-12-12 15:43:29,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" -d '{"server": {"name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "imageRef": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "flavorRef": "febd76f7-345e-4549-82e3-b5499268e04f", "max_count": 1, "min_count": 1, "networks": [{"port": "d35b8c90-edad-47ae-a566-51a943a9821b"}]}}' 2018-12-12 15:43:30,781 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-0d05c5ef-e96d-4239-b7cb-970c570b130f x-compute-request-id: req-0d05c5ef-e96d-4239-b7cb-970c570b130f Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "adminPass": "bNCCScjjPmi4"}} 2018-12-12 15:43:30,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-0d05c5ef-e96d-4239-b7cb-970c570b130f 2018-12-12 15:43:30,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:31,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-248fbaf7-eb4a-4c33-b2cb-d21da4d1aab7 x-compute-request-id: req-248fbaf7-eb4a-4c33-b2cb-d21da4d1aab7 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.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:43:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:31,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-248fbaf7-eb4a-4c33-b2cb-d21da4d1aab7 2018-12-12 15:43:31,150 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst 2018-12-12 15:43:31,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:31,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43: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-2a9bb3a7-90f0-4748-acc8-fc1acd2e5529 x-compute-request-id: req-2a9bb3a7-90f0-4748-acc8-fc1acd2e5529 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.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:43:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:31,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-2a9bb3a7-90f0-4748-acc8-fc1acd2e5529 2018-12-12 15:43:31,406 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst] is - BUILD 2018-12-12 15:43:31,406 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:43:34,409 - create_instance - DEBUG - VM status query timeout in 896.741240025 2018-12-12 15:43:34,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:35,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-8f334174-ba29-4dfb-81e0-d07d0da48c28 x-compute-request-id: req-8f334174-ba29-4dfb-81e0-d07d0da48c28 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.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "security_groups": [{"name": "default"}], "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:43:31Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:35,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-8f334174-ba29-4dfb-81e0-d07d0da48c28 2018-12-12 15:43:35,048 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst] is - BUILD 2018-12-12 15:43:35,048 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:43:38,052 - create_instance - DEBUG - VM status query timeout in 893.098626137 2018-12-12 15:43:38,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:38,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b281013-e18a-49b4-aa0a-2087e27ab5de x-compute-request-id: req-9b281013-e18a-49b4-aa0a-2087e27ab5de Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:b5:dd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:43:36.000000", "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "security_groups": [{"name": "default"}], "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:37Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:38,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-9b281013-e18a-49b4-aa0a-2087e27ab5de 2018-12-12 15:43:38,904 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst] is - ACTIVE 2018-12-12 15:43:38,904 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:43:38,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:39,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4be37fc5-a76a-4582-b444-d7af43262403 x-compute-request-id: req-4be37fc5-a76a-4582-b444-d7af43262403 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:b5:dd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:43:36.000000", "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "security_groups": [{"name": "default"}], "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:37Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:39,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-4be37fc5-a76a-4582-b444-d7af43262403 2018-12-12 15:43:39,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:39,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-83099f10-ab7f-41f5-aec6-efa109443e57 Date: Wed, 12 Dec 2018 15:43: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":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:39,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-83099f10-ab7f-41f5-aec6-efa109443e57 2018-12-12 15:43:39,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:39,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca147b05-252a-43d6-879d-e994857da259 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:39,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-ca147b05-252a-43d6-879d-e994857da259 2018-12-12 15:43:39,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:39,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fec72981-3b4f-46e7-aeae-73f800cb3613 Date: Wed, 12 Dec 2018 15:43:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:39,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-fec72981-3b4f-46e7-aeae-73f800cb3613 2018-12-12 15:43:39,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:40,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-5f188fbb-48f5-4df2-a5b7-6570f7bffab7 Date: Wed, 12 Dec 2018 15:43:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.3"}],"id":"7a2e39f4-9a99-4c33-b1de-a3f9beec9a53","security_groups":[],"mac_address":"fa:16:3e:b4:a7:37","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e7221746-6301-4ceb-8c43-b9194f145907"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.2"}],"id":"af56e995-2493-41a7-a767-92dc7e8a4b16","security_groups":[],"mac_address":"fa:16:3e:a7:24:96","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e7221746-6301-4ceb-8c43-b9194f145907"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.10"}],"id":"d35b8c90-edad-47ae-a566-51a943a9821b","security_groups":["d095faa8-ad15-4798-a8e3-5b3f86061717"],"mac_address":"fa:16:3e:7f:b5:dd","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:27Z","binding:vnic_type":"normal","device_id":"3ec60d24-5357-48a8-9702-2af034fff97f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.4"}],"id":"fb134e93-850e-4f07-81d0-d839ebd54f79","security_groups":[],"mac_address":"fa:16:3e:43:db:26","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e7221746-6301-4ceb-8c43-b9194f145907"}]} 2018-12-12 15:43:40,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-5f188fbb-48f5-4df2-a5b7-6570f7bffab7 2018-12-12 15:43:40,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:40,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4399da1267ed4b36b4e871bc67baf48d", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role"}], "expires_at": "2018-12-12T16:43:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38c992441add4965b3de252d34ee8748", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-user", "id": "da9a594fd24146daa4158e3ee638f0dd"}, "audit_ids": ["O3NybRHdSpGBFEQ3h_U0lw"], "issued_at": "2018-12-12T15:43:40.000000Z"}} 2018-12-12 15:43:40,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e85de06c6dc7ed323737bd432ce9297a6d39b2" 2018-12-12 15:43:41,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-547b2cc2-0d94-4082-82e4-2fcc61378fb1 x-compute-request-id: req-547b2cc2-0d94-4082-82e4-2fcc61378fb1 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:b5:dd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:43:36.000000", "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "security_groups": [{"name": "default"}], "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:37Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 15:43:41,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst used request id req-547b2cc2-0d94-4082-82e4-2fcc61378fb1 2018-12-12 15:43:41,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:43:41,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4399da1267ed4b36b4e871bc67baf48d", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role"}], "expires_at": "2018-12-12T16:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38c992441add4965b3de252d34ee8748", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/38c992441add4965b3de252d34ee8748", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-user", "id": "da9a594fd24146daa4158e3ee638f0dd"}, "audit_ids": ["BMi3KQRPRKmjnQncWRChdw"], "issued_at": "2018-12-12T15:43:41.000000Z"}} 2018-12-12 15:43:41,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ec3d0ca0727c0707a8b3a85da9660abd6ffc20" 2018-12-12 15:43:41,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-031b3e94-4aa6-4b26-8de4-691eb97e9e56 Date: Wed, 12 Dec 2018 15:43: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":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:41,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-031b3e94-4aa6-4b26-8de4-691eb97e9e56 2018-12-12 15:43:41,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ec3d0ca0727c0707a8b3a85da9660abd6ffc20" 2018-12-12 15:43:42,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a4d703ef-a592-4c89-b9c5-56c3a38479b1 Date: Wed, 12 Dec 2018 15:43:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:42,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-a4d703ef-a592-4c89-b9c5-56c3a38479b1 2018-12-12 15:43:42,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ec3d0ca0727c0707a8b3a85da9660abd6ffc20" 2018-12-12 15:43:42,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-4a708d11-ba1b-4f71-abfb-4ca8272ca416 Date: Wed, 12 Dec 2018 15:43:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.3"}],"id":"7a2e39f4-9a99-4c33-b1de-a3f9beec9a53","security_groups":[],"mac_address":"fa:16:3e:b4:a7:37","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e7221746-6301-4ceb-8c43-b9194f145907"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.2"}],"id":"af56e995-2493-41a7-a767-92dc7e8a4b16","security_groups":[],"mac_address":"fa:16:3e:a7:24:96","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e7221746-6301-4ceb-8c43-b9194f145907"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.10"}],"id":"d35b8c90-edad-47ae-a566-51a943a9821b","security_groups":["d095faa8-ad15-4798-a8e3-5b3f86061717"],"mac_address":"fa:16:3e:7f:b5:dd","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:27Z","binding:vnic_type":"normal","device_id":"3ec60d24-5357-48a8-9702-2af034fff97f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.4"}],"id":"fb134e93-850e-4f07-81d0-d839ebd54f79","security_groups":[],"mac_address":"fa:16:3e:43:db:26","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e7221746-6301-4ceb-8c43-b9194f145907"}]} 2018-12-12 15:43:42,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-4a708d11-ba1b-4f71-abfb-4ca8272ca416 2018-12-12 15:43:42,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:42,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba140ae8-ce54-4e42-99fc-7cde027bf52d x-compute-request-id: req-ba140ae8-ce54-4e42-99fc-7cde027bf52d Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:b5:dd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:43:36.000000", "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "security_groups": [{"name": "default"}], "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:37Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:42,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-ba140ae8-ce54-4e42-99fc-7cde027bf52d 2018-12-12 15:43:42,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:43,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f020ea13-b606-4e1a-809c-5dc59b3aa8a3 Date: Wed, 12 Dec 2018 15:43: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":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:43,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-f020ea13-b606-4e1a-809c-5dc59b3aa8a3 2018-12-12 15:43:43,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:43,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4930fc5d-1f97-4d36-9bf8-d10825af9567 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:43,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-4930fc5d-1f97-4d36-9bf8-d10825af9567 2018-12-12 15:43:43,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:43,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0a2e1d28-ed6e-4956-bc4a-015153f463e7 Date: Wed, 12 Dec 2018 15:43:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:43,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-0a2e1d28-ed6e-4956-bc4a-015153f463e7 2018-12-12 15:43:43,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:43,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-46314b29-6848-4c7e-a8b9-51f50cbeefc8 Date: Wed, 12 Dec 2018 15:43:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.3"}],"id":"7a2e39f4-9a99-4c33-b1de-a3f9beec9a53","security_groups":[],"mac_address":"fa:16:3e:b4:a7:37","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e7221746-6301-4ceb-8c43-b9194f145907"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.2"}],"id":"af56e995-2493-41a7-a767-92dc7e8a4b16","security_groups":[],"mac_address":"fa:16:3e:a7:24:96","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e7221746-6301-4ceb-8c43-b9194f145907"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.10"}],"id":"d35b8c90-edad-47ae-a566-51a943a9821b","security_groups":["d095faa8-ad15-4798-a8e3-5b3f86061717"],"mac_address":"fa:16:3e:7f:b5:dd","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:27Z","binding:vnic_type":"normal","device_id":"3ec60d24-5357-48a8-9702-2af034fff97f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.4"}],"id":"fb134e93-850e-4f07-81d0-d839ebd54f79","security_groups":[],"mac_address":"fa:16:3e:43:db:26","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e7221746-6301-4ceb-8c43-b9194f145907"}]} 2018-12-12 15:43:43,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-46314b29-6848-4c7e-a8b9-51f50cbeefc8 2018-12-12 15:43:43,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:44,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8760ce0f-48b6-47c9-b447-391cbff8b451 x-compute-request-id: req-8760ce0f-48b6-47c9-b447-391cbff8b451 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:b5:dd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:43:36.000000", "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "security_groups": [{"name": "default"}], "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:37Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:44,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-8760ce0f-48b6-47c9-b447-391cbff8b451 2018-12-12 15:43:44,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:44,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-75619e94-9d7c-409f-a11d-97cf68d782aa Date: Wed, 12 Dec 2018 15:43:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["66b1bfe3-ee0b-415f-808b-69691c4222f7"],"updated_at":"2018-12-12T15:43:22Z","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"38c992441add4965b3de252d34ee8748","id":"e7221746-6301-4ceb-8c43-b9194f145907","name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net"}]} 2018-12-12 15:43:44,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net used request id req-75619e94-9d7c-409f-a11d-97cf68d782aa 2018-12-12 15:43:44,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:44,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-184b07a8-5429-40f3-a79f-2964c1480aa3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:43:44,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-184b07a8-5429-40f3-a79f-2964c1480aa3 2018-12-12 15:43:44,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:44,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-37ee1b3e-64e7-40db-a22c-9471a2e7809f Date: Wed, 12 Dec 2018 15:43:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:43:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"38c992441add4965b3de252d34ee8748","id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","subnetpool_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet"}]} 2018-12-12 15:43:44,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-37ee1b3e-64e7-40db-a22c-9471a2e7809f 2018-12-12 15:43:44,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:44,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-354d9650-5c37-4344-800a-20212781558f Date: Wed, 12 Dec 2018 15:43:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.3"}],"id":"7a2e39f4-9a99-4c33-b1de-a3f9beec9a53","security_groups":[],"mac_address":"fa:16:3e:b4:a7:37","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e7221746-6301-4ceb-8c43-b9194f145907"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.2"}],"id":"af56e995-2493-41a7-a767-92dc7e8a4b16","security_groups":[],"mac_address":"fa:16:3e:a7:24:96","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e7221746-6301-4ceb-8c43-b9194f145907"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.10"}],"id":"d35b8c90-edad-47ae-a566-51a943a9821b","security_groups":["d095faa8-ad15-4798-a8e3-5b3f86061717"],"mac_address":"fa:16:3e:7f:b5:dd","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:27Z","binding:vnic_type":"normal","device_id":"3ec60d24-5357-48a8-9702-2af034fff97f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:43:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"66b1bfe3-ee0b-415f-808b-69691c4222f7","ip_address":"10.55.0.4"}],"id":"fb134e93-850e-4f07-81d0-d839ebd54f79","security_groups":[],"mac_address":"fa:16:3e:43:db:26","project_id":"38c992441add4965b3de252d34ee8748","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e7221746-6301-4ceb-8c43-b9194f145907","tenant_id":"38c992441add4965b3de252d34ee8748","created_at":"2018-12-12T15:43:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e7221746-6301-4ceb-8c43-b9194f145907"}]} 2018-12-12 15:43:44,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e7221746-6301-4ceb-8c43-b9194f145907 used request id req-354d9650-5c37-4344-800a-20212781558f 2018-12-12 15:43:44,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e85de06c6dc7ed323737bd432ce9297a6d39b2" 2018-12-12 15:43:44,627 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:43:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f19e19c3-dbd2-4584-8de1-14480b13da8c x-compute-request-id: req-f19e19c3-dbd2-4584-8de1-14480b13da8c Content-Type: application/json 2018-12-12 15:43:44,627 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-f19e19c3-dbd2-4584-8de1-14480b13da8c 2018-12-12 15:43:44,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:45,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e11c1424-c2ab-4c2c-a42e-ab6a8810bf9b x-compute-request-id: req-e11c1424-c2ab-4c2c-a42e-ab6a8810bf9b Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:b5:dd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:43:36.000000", "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "security_groups": [{"name": "default"}], "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:44Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:45,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-e11c1424-c2ab-4c2c-a42e-ab6a8810bf9b 2018-12-12 15:43:45,083 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst] is - ACTIVE 2018-12-12 15:43:45,083 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:43:48,086 - create_instance - DEBUG - VM status query timeout in 296.541302919 2018-12-12 15:43:48,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:48,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b011de1-2d5a-4718-b875-b616f62afe89 x-compute-request-id: req-3b011de1-2d5a-4718-b875-b616f62afe89 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:b5:dd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:43:36.000000", "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "security_groups": [{"name": "default"}], "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:44Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:48,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-3b011de1-2d5a-4718-b875-b616f62afe89 2018-12-12 15:43:48,552 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst] is - ACTIVE 2018-12-12 15:43:48,552 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:43:51,556 - create_instance - DEBUG - VM status query timeout in 293.072130919 2018-12-12 15:43:51,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:51,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:43:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b3148d2-dbda-4ffc-b92c-7052e936a323 x-compute-request-id: req-3b3148d2-dbda-4ffc-b92c-7052e936a323 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ec60d24-5357-48a8-9702-2af034fff97f", "rel": "bookmark"}], "image": {"id": "dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "links": [{"href": "http://172.30.9.29:8774/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:43:36.000000", "flavor": {"id": "febd76f7-345e-4549-82e3-b5499268e04f", "links": [{"href": "http://172.30.9.29:8774/flavors/febd76f7-345e-4549-82e3-b5499268e04f", "rel": "bookmark"}]}, "id": "3ec60d24-5357-48a8-9702-2af034fff97f", "user_id": "da9a594fd24146daa4158e3ee638f0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:43:50Z", "hostId": "4e079ac187645ef228a47feaa89a0841a0c616150a4c022b37ba425e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst", "created": "2018-12-12T15:43:30Z", "tenant_id": "38c992441add4965b3de252d34ee8748", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:43:51,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-3b3148d2-dbda-4ffc-b92c-7052e936a323 2018-12-12 15:43:51,660 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst] is - ACTIVE 2018-12-12 15:43:51,660 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:43:54,663 - create_instance - DEBUG - VM status query timeout in 289.964492083 2018-12-12 15:43:54,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:54,731 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-695a1350-456c-42c1-801e-c173573eeff5 x-compute-request-id: req-695a1350-456c-42c1-801e-c173573eeff5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3ec60d24-5357-48a8-9702-2af034fff97f could not be found.", "code": 404}} 2018-12-12 15:43:54,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-695a1350-456c-42c1-801e-c173573eeff5 2018-12-12 15:43:54,732 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3ec60d24-5357-48a8-9702-2af034fff97f could not be found. (HTTP 404) (Request-ID: req-695a1350-456c-42c1-801e-c173573eeff5) 2018-12-12 15:43:54,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e85de06c6dc7ed323737bd432ce9297a6d39b2" 2018-12-12 15:43:54,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-6b3359b3-1ba2-4197-aff8-3a711ba15523 x-compute-request-id: req-6b3359b3-1ba2-4197-aff8-3a711ba15523 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:43:54,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst used request id req-6b3359b3-1ba2-4197-aff8-3a711ba15523 2018-12-12 15:43:54,827 - create_instance - INFO - Deleting Port with ID - d35b8c90-edad-47ae-a566-51a943a9821b 2018-12-12 15:43:54,827 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-port 2018-12-12 15:43:54,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/d35b8c90-edad-47ae-a566-51a943a9821b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:55,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6deb36c6-c0ce-4edd-a992-93141e905bbe Date: Wed, 12 Dec 2018 15:43:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:43:55,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/d35b8c90-edad-47ae-a566-51a943a9821b used request id req-6deb36c6-c0ce-4edd-a992-93141e905bbe 2018-12-12 15:43:55,316 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst 2018-12-12 15:43:55,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:55,368 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-14425158-7bd3-4bc7-ada6-653f625f632b x-compute-request-id: req-14425158-7bd3-4bc7-ada6-653f625f632b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3ec60d24-5357-48a8-9702-2af034fff97f could not be found.", "code": 404}} 2018-12-12 15:43:55,368 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-14425158-7bd3-4bc7-ada6-653f625f632b 2018-12-12 15:43:55,369 - create_instance - WARNING - Instance already deleted - Instance 3ec60d24-5357-48a8-9702-2af034fff97f could not be found. (HTTP 404) (Request-ID: req-14425158-7bd3-4bc7-ada6-653f625f632b) 2018-12-12 15:43:55,370 - create_instance - INFO - Checking deletion status 2018-12-12 15:43:55,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560c51fc7769d5b8ffe87a549f8271f9306ac0f4" 2018-12-12 15:43:55,420 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-12f5e1c0-a49c-4065-b78b-12316190269e x-compute-request-id: req-12f5e1c0-a49c-4065-b78b-12316190269e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3ec60d24-5357-48a8-9702-2af034fff97f could not be found.", "code": 404}} 2018-12-12 15:43:55,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ec60d24-5357-48a8-9702-2af034fff97f used request id req-12f5e1c0-a49c-4065-b78b-12316190269e 2018-12-12 15:43:55,421 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3ec60d24-5357-48a8-9702-2af034fff97f could not be found. (HTTP 404) (Request-ID: req-12f5e1c0-a49c-4065-b78b-12316190269e) 2018-12-12 15:43:55,421 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-inst 2018-12-12 15:43:55,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/febd76f7-345e-4549-82e3-b5499268e04f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26be25a4120f6b2c0a1124e1782058eeb18fe67e" 2018-12-12 15:43:55,477 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-a3fd4782-222b-450b-a827-10dfa0087412 x-compute-request-id: req-a3fd4782-222b-450b-a827-10dfa0087412 Content-Length: 0 Content-Type: application/json 2018-12-12 15:43:55,477 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/febd76f7-345e-4549-82e3-b5499268e04f used request id req-a3fd4782-222b-450b-a827-10dfa0087412 2018-12-12 15:43:55,478 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet 2018-12-12 15:43:55,478 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-subnet 2018-12-12 15:43:55,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/66b1bfe3-ee0b-415f-808b-69691c4222f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" 2018-12-12 15:43:57,814 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4724b2a1-33ed-492a-927a-04659a28df3e Date: Wed, 12 Dec 2018 15:43:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:43:57,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/66b1bfe3-ee0b-415f-808b-69691c4222f7 used request id req-4724b2a1-33ed-492a-927a-04659a28df3e 2018-12-12 15:43:57,814 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-pub-net 2018-12-12 15:43:57,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e7221746-6301-4ceb-8c43-b9194f145907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06a10a0618f1c544d835abb298dbd3228d509c8" 2018-12-12 15:43:59,023 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d86575b-e99b-4b81-9b46-60e903eb555d Date: Wed, 12 Dec 2018 15:43:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:43:59,023 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e7221746-6301-4ceb-8c43-b9194f145907 used request id req-0d86575b-e99b-4b81-9b46-60e903eb555d 2018-12-12 15:43:59,024 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-44ade876-830b-4d27-8593-563d6d4a75b1-image 2018-12-12 15:43:59,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4100951dce67d8b249fb67255f95acf4c61d2cdd" 2018-12-12 15:43:59,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7a6ed50e-0d4f-4411-ab2d-4364c3cc9b31 Date: Wed, 12 Dec 2018 15:43:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:43:59,960 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/dbf9299f-b0a2-4ed7-bf96-4f44ef0dee65 used request id req-7a6ed50e-0d4f-4411-ab2d-4364c3cc9b31 2018-12-12 15:43:59,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:44:00,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c7515e42-c6ec-4813-980a-c4477210f83b Date: Wed, 12 Dec 2018 15:44:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "38c992441add4965b3de252d34ee8748", "created_at": "2018-12-12T15:43:21Z", "updated_at": "2018-12-12T15:43:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:43:21Z", "revision_number": 0, "id": "6a77b0e9-a4c5-4a00-8c44-85b301004fed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:43:21Z", "security_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "tenant_id": "38c992441add4965b3de252d34ee8748", "port_range_min": null, "ethertype": "IPv6", "project_id": "38c992441add4965b3de252d34ee8748"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:43:21Z", "revision_number": 0, "id": "b4c8010f-04c2-49b1-9cc7-7fef11f5e8fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:43:21Z", "security_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "tenant_id": "38c992441add4965b3de252d34ee8748", "port_range_min": null, "ethertype": "IPv4", "project_id": "38c992441add4965b3de252d34ee8748"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:43:21Z", "revision_number": 0, "id": "b5aaa8ce-5517-4cb5-be5a-9559bcbe90aa", "remote_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "remote_ip_prefix": null, "created_at": "2018-12-12T15:43:21Z", "security_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "tenant_id": "38c992441add4965b3de252d34ee8748", "port_range_min": null, "ethertype": "IPv6", "project_id": "38c992441add4965b3de252d34ee8748"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:43:21Z", "revision_number": 0, "id": "d68320d7-3ba2-4bd8-9014-e20bd940714b", "remote_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "remote_ip_prefix": null, "created_at": "2018-12-12T15:43:21Z", "security_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "tenant_id": "38c992441add4965b3de252d34ee8748", "port_range_min": null, "ethertype": "IPv4", "project_id": "38c992441add4965b3de252d34ee8748"}], "revision_number": 4, "project_id": "38c992441add4965b3de252d34ee8748", "id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:44:00,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c7515e42-c6ec-4813-980a-c4477210f83b 2018-12-12 15:44:00,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:44:00,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011da75d-136c-45e0-9deb-27d725574841 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:44:00,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-011da75d-136c-45e0-9deb-27d725574841 2018-12-12 15:44:00,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:44:00,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63a03e57-10da-4161-abfb-b6eef63754ed Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748"}, "enabled": true, "id": "38c992441add4965b3de252d34ee8748", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7d04a356-ccbb-431-proj"}} 2018-12-12 15:44:00,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-63a03e57-10da-4161-abfb-b6eef63754ed 2018-12-12 15:44:00,362 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d095faa8-ad15-4798-a8e3-5b3f86061717 2018-12-12 15:44:00,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d095faa8-ad15-4798-a8e3-5b3f86061717 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:44:00,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c9a9cc60-a2f3-42d1-861b-bcedda53b281 Date: Wed, 12 Dec 2018 15:44:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:43:21Z", "security_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "port_range_min": null, "revision_number": 0, "tenant_id": "38c992441add4965b3de252d34ee8748", "created_at": "2018-12-12T15:43:21Z", "project_id": "38c992441add4965b3de252d34ee8748", "id": "6a77b0e9-a4c5-4a00-8c44-85b301004fed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:43:21Z", "security_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "port_range_min": null, "revision_number": 0, "tenant_id": "38c992441add4965b3de252d34ee8748", "created_at": "2018-12-12T15:43:21Z", "project_id": "38c992441add4965b3de252d34ee8748", "id": "b4c8010f-04c2-49b1-9cc7-7fef11f5e8fd"}, {"remote_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:43:21Z", "security_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "port_range_min": null, "revision_number": 0, "tenant_id": "38c992441add4965b3de252d34ee8748", "created_at": "2018-12-12T15:43:21Z", "project_id": "38c992441add4965b3de252d34ee8748", "id": "b5aaa8ce-5517-4cb5-be5a-9559bcbe90aa"}, {"remote_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:43:21Z", "security_group_id": "d095faa8-ad15-4798-a8e3-5b3f86061717", "port_range_min": null, "revision_number": 0, "tenant_id": "38c992441add4965b3de252d34ee8748", "created_at": "2018-12-12T15:43:21Z", "project_id": "38c992441add4965b3de252d34ee8748", "id": "d68320d7-3ba2-4bd8-9014-e20bd940714b"}]} 2018-12-12 15:44:00,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d095faa8-ad15-4798-a8e3-5b3f86061717 used request id req-c9a9cc60-a2f3-42d1-861b-bcedda53b281 2018-12-12 15:44:00,551 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:44:00,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d095faa8-ad15-4798-a8e3-5b3f86061717 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:44:00,864 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dde6b6fe-ca89-4d44-b143-b71f114f4361 Content-Length: 0 Date: Wed, 12 Dec 2018 15:44:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:44:00,864 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d095faa8-ad15-4798-a8e3-5b3f86061717 used request id req-dde6b6fe-ca89-4d44-b143-b71f114f4361 2018-12-12 15:44:00,865 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-7d04a356-ccbb-431-proj 2018-12-12 15:44:00,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:44:01,077 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-677ce9c5-4dfd-47dc-a7c7-b7736cd34549 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:01,077 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/38c992441add4965b3de252d34ee8748 used request id req-677ce9c5-4dfd-47dc-a7c7-b7736cd34549 2018-12-12 15:44:01,077 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-7d04a356-ccbb-431-proj-role 2018-12-12 15:44:01,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4399da1267ed4b36b4e871bc67baf48d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:44:01,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b34094fe-65b4-408f-96c4-a704c7bba7f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:01,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4399da1267ed4b36b4e871bc67baf48d used request id req-b34094fe-65b4-408f-96c4-a704c7bba7f9 2018-12-12 15:44:01,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daa6dc35f1070e698cc1c0f2282b8aa505ee0c7" 2018-12-12 15:44:01,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df754ef-55c9-4551-aa95-244ae8dc2111 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:44:01,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2df754ef-55c9-4551-aa95-244ae8dc2111 2018-12-12 15:44:01,286 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-7d04a356-ccbb-431-user 2018-12-12 15:44:01,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/da9a594fd24146daa4158e3ee638f0dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2c154e0a562592c900a7456e8471b30ddaf217" 2018-12-12 15:44:01,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47e3ec7a-0755-4958-8997-a15bedc97f48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:01,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/da9a594fd24146daa4158e3ee638f0dd used request id req-47e3ec7a-0755-4958-8997-a15bedc97f48 2018-12-12 15:44:01,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:01,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["VV30J8sZRv220y5vzi4Ytw"], "issued_at": "2018-12-12T15:44:01.000000Z"}} 2018-12-12 15:44:01,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1165e907db49da28aa135137f11e863b2d60eee" 2018-12-12 15:44:01,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf8a4003-e377-4868-ad1d-dc26183c9e34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:01,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cf8a4003-e377-4868-ad1d-dc26183c9e34 2018-12-12 15:44:01,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:01,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:02,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["RPX34z_nQyqsA4yn4p8-ZA"], "issued_at": "2018-12-12T15:44:02.000000Z"}} 2018-12-12 15:44:02,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:02,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b011ca87-c74a-4c73-836e-f7917ec00bae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:02,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b011ca87-c74a-4c73-836e-f7917ec00bae 2018-12-12 15:44:02,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:02,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:02,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:02,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9690bdaf-8188-4880-a5e9-d71e776a957e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:44:02,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj used request id req-9690bdaf-8188-4880-a5e9-d71e776a957e 2018-12-12 15:44:02,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:02,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b76141-cc4c-4ebf-8c28-21cea5289a8e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:44:02,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-28b76141-cc4c-4ebf-8c28-21cea5289a8e 2018-12-12 15:44:02,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}}' 2018-12-12 15:44:02,750 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:44:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7337fcf-f7a4-44a9-8c2a-0e2d374cad2b Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}} 2018-12-12 15:44:02,750 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c7337fcf-f7a4-44a9-8c2a-0e2d374cad2b 2018-12-12 15:44:02,751 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj 2018-12-12 15:44:02,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:02,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:03,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["w6-URbs9TUecIn3m-PDXSA"], "issued_at": "2018-12-12T15:44:03.000000Z"}} 2018-12-12 15:44:03,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}904258ca303342f461d76fa025226cbffe696e5e" 2018-12-12 15:44:03,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bacc341a-854b-4d3d-b55e-7d49c16bbdf2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:03,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bacc341a-854b-4d3d-b55e-7d49c16bbdf2 2018-12-12 15:44:03,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:03,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:03,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}904258ca303342f461d76fa025226cbffe696e5e" 2018-12-12 15:44:03,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-875237d2-ada8-42fa-8a82-34bea9967a15 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:44:03,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-875237d2-ada8-42fa-8a82-34bea9967a15 2018-12-12 15:44:03,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}904258ca303342f461d76fa025226cbffe696e5e" 2018-12-12 15:44:03,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ba401e-2148-4fe6-870d-c1aa081e85b9 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}]} 2018-12-12 15:44:03,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj used request id req-a9ba401e-2148-4fe6-870d-c1aa081e85b9 2018-12-12 15:44:03,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}904258ca303342f461d76fa025226cbffe696e5e" 2018-12-12 15:44:03,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363e9c7e-73e3-48d3-a12c-9bb4f0c6dabc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:44:03,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-363e9c7e-73e3-48d3-a12c-9bb4f0c6dabc 2018-12-12 15:44:03,846 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-user 2018-12-12 15:44:03,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:03,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:03,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca5a7346-8998-4be5-939e-9de714d41456 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:44:03,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ca5a7346-8998-4be5-939e-9de714d41456 2018-12-12 15:44:03,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" -d '{"role": {"name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role"}}' 2018-12-12 15:44:04,044 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:44:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e34c2554-6fab-49cc-90e9-7e1c2db8927a Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1f2f0fb0d8ed4500a758e3cc1c485f03", "links": {"self": "http://172.30.9.29:5000/v3/roles/1f2f0fb0d8ed4500a758e3cc1c485f03"}, "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role"}} 2018-12-12 15:44:04,044 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e34c2554-6fab-49cc-90e9-7e1c2db8927a 2018-12-12 15:44:04,045 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role 2018-12-12 15:44:04,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1f2f0fb0d8ed4500a758e3cc1c485f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:04,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5194f8c8-f31f-43c8-b081-7df2b56564a6 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1f2f0fb0d8ed4500a758e3cc1c485f03"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role", "id": "1f2f0fb0d8ed4500a758e3cc1c485f03"}} 2018-12-12 15:44:04,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1f2f0fb0d8ed4500a758e3cc1c485f03 used request id req-5194f8c8-f31f-43c8-b081-7df2b56564a6 2018-12-12 15:44:04,141 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role to project CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj 2018-12-12 15:44:04,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3/users/94b4c07811f44aa4885ce64bb8c2ac4d/roles/1f2f0fb0d8ed4500a758e3cc1c485f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:04,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5014634-bb7e-48ee-9d73-3d0930e54a4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:04,274 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3/users/94b4c07811f44aa4885ce64bb8c2ac4d/roles/1f2f0fb0d8ed4500a758e3cc1c485f03 used request id req-f5014634-bb7e-48ee-9d73-3d0930e54a4d 2018-12-12 15:44:04,274 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:44:04,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:04,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:04,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f2f0fb0d8ed4500a758e3cc1c485f03", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role"}], "expires_at": "2018-12-12T16:44:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-user", "id": "94b4c07811f44aa4885ce64bb8c2ac4d"}, "audit_ids": ["8pq8AAASToKpIL77zfhxDQ"], "issued_at": "2018-12-12T15:44:04.000000Z"}} 2018-12-12 15:44:04,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" 2018-12-12 15:44:04,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1f22132-33f3-499f-bf8c-d374f08afc0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:04,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c1f22132-33f3-499f-bf8c-d374f08afc0a 2018-12-12 15:44:04,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" 2018-12-12 15:44:04,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-3bcee572-f9e5-40b1-be17-d6a8d7216b2f Date: Wed, 12 Dec 2018 15:44:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image"} 2018-12-12 15:44:04,898 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image used request id req-3bcee572-f9e5-40b1-be17-d6a8d7216b2f 2018-12-12 15:44:04,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" 2018-12-12 15:44:05,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-17d5f3c1-46f5-4948-ada5-45a891357774 Date: Wed, 12 Dec 2018 15:44:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:44:05,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-17d5f3c1-46f5-4948-ada5-45a891357774 2018-12-12 15:44:05,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image"}' 2018-12-12 15:44:05,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681 X-Openstack-Request-Id: req-e68c3154-fca1-40b3-bc3d-0581c0ff6f05 Date: Wed, 12 Dec 2018 15:44:05 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:44:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:44:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/37d87015-426e-4ad6-9f71-016368dad681", "min_disk": 0, "protected": false, "id": "37d87015-426e-4ad6-9f71-016368dad681", "file": "/v2/images/37d87015-426e-4ad6-9f71-016368dad681/file", "checksum": null, "owner": "c1045a0e9d61466ab16cc8bdc03213b3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:44:05,264 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-e68c3154-fca1-40b3-bc3d-0581c0ff6f05 2018-12-12 15:44:05,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" -d '' 2018-12-12 15:44:07,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1d6795d-c3f4-47f1-9341-ea59a647a2d8 Date: Wed, 12 Dec 2018 15:44:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:44:07,629 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681/file used request id req-e1d6795d-c3f4-47f1-9341-ea59a647a2d8 2018-12-12 15:44:07,629 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:44:07,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" 2018-12-12 15:44:07,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1db1a3a1-e43c-4b5c-af71-ad59cd5550e3 Date: Wed, 12 Dec 2018 15:44:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:44:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:44:07Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37d87015-426e-4ad6-9f71-016368dad681/snap", "metadata": {}}], "self": "/v2/images/37d87015-426e-4ad6-9f71-016368dad681", "min_disk": 0, "protected": false, "id": "37d87015-426e-4ad6-9f71-016368dad681", "file": "/v2/images/37d87015-426e-4ad6-9f71-016368dad681/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c1045a0e9d61466ab16cc8bdc03213b3", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37d87015-426e-4ad6-9f71-016368dad681/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:44:07,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681 used request id req-1db1a3a1-e43c-4b5c-af71-ad59cd5550e3 2018-12-12 15:44:07,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" 2018-12-12 15:44:07,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ead632f5-297a-4109-b741-4121b500ac62 Date: Wed, 12 Dec 2018 15:44:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:44:07,949 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ead632f5-297a-4109-b741-4121b500ac62 2018-12-12 15:44:07,952 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image 2018-12-12 15:44:07,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" 2018-12-12 15:44:08,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0d4ec2f5-fc4a-4a26-bfca-5dd1c50fe942 Date: Wed, 12 Dec 2018 15:44:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:44:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:44:07Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37d87015-426e-4ad6-9f71-016368dad681/snap", "metadata": {}}], "self": "/v2/images/37d87015-426e-4ad6-9f71-016368dad681", "min_disk": 0, "protected": false, "id": "37d87015-426e-4ad6-9f71-016368dad681", "file": "/v2/images/37d87015-426e-4ad6-9f71-016368dad681/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c1045a0e9d61466ab16cc8bdc03213b3", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37d87015-426e-4ad6-9f71-016368dad681/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:44:08,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681 used request id req-0d4ec2f5-fc4a-4a26-bfca-5dd1c50fe942 2018-12-12 15:44:08,120 - create_image - DEBUG - Instance status is - active 2018-12-12 15:44:08,120 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image 2018-12-12 15:44:08,120 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image 2018-12-12 15:44:08,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:08,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:08,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f2f0fb0d8ed4500a758e3cc1c485f03", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role"}], "expires_at": "2018-12-12T16:44:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-user", "id": "94b4c07811f44aa4885ce64bb8c2ac4d"}, "audit_ids": ["vo1T33ZpT6uETetWZlNnDg"], "issued_at": "2018-12-12T15:44:08.000000Z"}} 2018-12-12 15:44:08,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" 2018-12-12 15:44:08,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f6d04f2-e8c6-497e-9d71-20c162c82537 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:08,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6f6d04f2-e8c6-497e-9d71-20c162c82537 2018-12-12 15:44:08,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" 2018-12-12 15:44:08,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d336010b-fd4c-47a4-b819-46d6bab21421 Date: Wed, 12 Dec 2018 15:44:08 GMT RESP BODY: {"networks":[]} 2018-12-12 15:44:08,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net used request id req-d336010b-fd4c-47a4-b819-46d6bab21421 2018-12-12 15:44:08,699 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net 2018-12-12 15:44:08,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" -d '{"network": {"name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net", "admin_state_up": true}}' 2018-12-12 15:44:09,185 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-bcbbf9e7-2cbb-48d3-922b-4cfd89c0f3ee Date: Wed, 12 Dec 2018 15:44:09 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"480e031a-0bfb-445c-83a8-be7cf47c4825","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:44:09Z","is_default":false,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","mtu":1450}} 2018-12-12 15:44:09,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-bcbbf9e7-2cbb-48d3-922b-4cfd89c0f3ee 2018-12-12 15:44:09,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" 2018-12-12 15:44:09,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-79d35772-108b-4dfd-b455-a7543f650e33 Date: Wed, 12 Dec 2018 15:44: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-12-12T15:44:09Z","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","id":"480e031a-0bfb-445c-83a8-be7cf47c4825","name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net"}]} 2018-12-12 15:44:09,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-79d35772-108b-4dfd-b455-a7543f650e33 2018-12-12 15:44:09,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" 2018-12-12 15:44:09,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7e4bc4b6-4f08-4507-9f72-b20498c75106 Date: Wed, 12 Dec 2018 15:44:09 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:44:09,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-7e4bc4b6-4f08-4507-9f72-b20498c75106 2018-12-12 15:44:09,605 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet 2018-12-12 15:44:09,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" -d '{"subnets": [{"ip_version": 4, "network_id": "480e031a-0bfb-445c-83a8-be7cf47c4825", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]}' 2018-12-12 15:44:10,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7781b17b-7396-4a94-89c2-d4bee6e06270 Date: Wed, 12 Dec 2018 15:44:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44: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":"c1045a0e9d61466ab16cc8bdc03213b3","id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]} 2018-12-12 15:44:10,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-7781b17b-7396-4a94-89c2-d4bee6e06270 2018-12-12 15:44:10,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" 2018-12-12 15:44:10,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9497d4db-78fd-4291-9927-6ae51d06c1aa Date: Wed, 12 Dec 2018 15:44:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9e80dc2c-c898-4730-a27e-a81b42d05a11"],"updated_at":"2018-12-12T15:44:09Z","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","id":"480e031a-0bfb-445c-83a8-be7cf47c4825","name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net"}]} 2018-12-12 15:44:10,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-9497d4db-78fd-4291-9927-6ae51d06c1aa 2018-12-12 15:44:10,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" 2018-12-12 15:44:10,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-06edd2a2-a29a-4027-9982-c2a0d2669405 Date: Wed, 12 Dec 2018 15:44:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44: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":"c1045a0e9d61466ab16cc8bdc03213b3","id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]} 2018-12-12 15:44:10,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-06edd2a2-a29a-4027-9982-c2a0d2669405 2018-12-12 15:44:10,732 - OpenStackNetwork - DEBUG - Network [480e031a-0bfb-445c-83a8-be7cf47c4825] created successfully 2018-12-12 15:44:10,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:10,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:11,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qDEe0BodRFO9h0wEFareNg"], "issued_at": "2018-12-12T15:44:11.000000Z"}} 2018-12-12 15:44:11,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c383d08be072853912c465787896a4682f195d9" 2018-12-12 15:44:11,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039908b0-6a0c-4092-bb64-2f28f865bf7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:11,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-039908b0-6a0c-4092-bb64-2f28f865bf7b 2018-12-12 15:44:11,233 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:44:11,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c383d08be072853912c465787896a4682f195d9" 2018-12-12 15:44:11,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44: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-86b36018-78ba-4e5d-ad92-f7328f8aa967 x-compute-request-id: req-86b36018-78ba-4e5d-ad92-f7328f8aa967 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:44:11,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-86b36018-78ba-4e5d-ad92-f7328f8aa967 2018-12-12 15:44:11,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c383d08be072853912c465787896a4682f195d9" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:44:11,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44: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-99f17a11-7e41-4cea-a5f8-1e7fe3ca2948 x-compute-request-id: req-99f17a11-7e41-4cea-a5f8-1e7fe3ca2948 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:44:11,469 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-99f17a11-7e41-4cea-a5f8-1e7fe3ca2948 2018-12-12 15:44:11,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:11,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:11,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f2f0fb0d8ed4500a758e3cc1c485f03", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role"}], "expires_at": "2018-12-12T16:44:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-user", "id": "94b4c07811f44aa4885ce64bb8c2ac4d"}, "audit_ids": ["k5KR2M3ASgazKcSOLZE2SQ"], "issued_at": "2018-12-12T15:44:11.000000Z"}} 2018-12-12 15:44:11,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:11,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae73fb06-1f09-49a2-9249-eaf23740bd45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:11,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ae73fb06-1f09-49a2-9249-eaf23740bd45 2018-12-12 15:44:11,911 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:44:11,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:12,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15d1285a-55bf-40d6-8a87-5f55b6913ee2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:12,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-15d1285a-55bf-40d6-8a87-5f55b6913ee2 2018-12-12 15:44:12,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:12,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-44558278-5af7-4c0c-8156-b32764a6b966 Date: Wed, 12 Dec 2018 15:44: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":["9e80dc2c-c898-4730-a27e-a81b42d05a11"],"updated_at":"2018-12-12T15:44:09Z","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","id":"480e031a-0bfb-445c-83a8-be7cf47c4825","name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net"}]} 2018-12-12 15:44:12,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net used request id req-44558278-5af7-4c0c-8156-b32764a6b966 2018-12-12 15:44:12,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:12,269 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:12,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c325cb16-fa08-48b1-ae9a-c1b57c1e458a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}} 2018-12-12 15:44:12,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 used request id req-c325cb16-fa08-48b1-ae9a-c1b57c1e458a 2018-12-12 15:44:12,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:12,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-507ec586-f138-4242-9555-e6411ea8f2d9 Date: Wed, 12 Dec 2018 15:44:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44: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":"c1045a0e9d61466ab16cc8bdc03213b3","id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]} 2018-12-12 15:44:12,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-507ec586-f138-4242-9555-e6411ea8f2d9 2018-12-12 15:44:12,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:12,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f588834b-ac79-42c2-b521-16daf0bf61ac Date: Wed, 12 Dec 2018 15:44:12 GMT RESP BODY: {"ports":[]} 2018-12-12 15:44:12,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1&admin_state_up=True used request id req-f588834b-ac79-42c2-b521-16daf0bf61ac 2018-12-12 15:44:12,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:13,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1969f721-191c-4c03-9dff-bb9c88caf480 x-compute-request-id: req-1969f721-191c-4c03-9dff-bb9c88caf480 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:44:13,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst used request id req-1969f721-191c-4c03-9dff-bb9c88caf480 2018-12-12 15:44:13,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:13,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fc63a2af-9bdf-4772-93e2-824a3c9709ca Date: Wed, 12 Dec 2018 15:44: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":["9e80dc2c-c898-4730-a27e-a81b42d05a11"],"updated_at":"2018-12-12T15:44:09Z","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","id":"480e031a-0bfb-445c-83a8-be7cf47c4825","name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net"}]} 2018-12-12 15:44:13,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net used request id req-fc63a2af-9bdf-4772-93e2-824a3c9709ca 2018-12-12 15:44:13,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:13,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ca7927-6051-4d65-ac70-1bf3e03bb71f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}} 2018-12-12 15:44:13,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 used request id req-a8ca7927-6051-4d65-ac70-1bf3e03bb71f 2018-12-12 15:44:13,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:13,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-15bc6226-16fe-4bf2-93cb-7febdce57683 Date: Wed, 12 Dec 2018 15:44:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44: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":"c1045a0e9d61466ab16cc8bdc03213b3","id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]} 2018-12-12 15:44:13,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-15bc6226-16fe-4bf2-93cb-7febdce57683 2018-12-12 15:44:13,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:13,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-09aec834-e3aa-4500-9301-1ccc0e13fd14 Date: Wed, 12 Dec 2018 15:44:13 GMT RESP BODY: {"ports":[]} 2018-12-12 15:44:13,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1&admin_state_up=True used request id req-09aec834-e3aa-4500-9301-1ccc0e13fd14 2018-12-12 15:44:13,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:13,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:13,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f2f0fb0d8ed4500a758e3cc1c485f03", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role"}], "expires_at": "2018-12-12T16:44:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c1045a0e9d61466ab16cc8bdc03213b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-user", "id": "94b4c07811f44aa4885ce64bb8c2ac4d"}, "audit_ids": ["iCIOmGIxSxyL6c3QGyaftA"], "issued_at": "2018-12-12T15:44:13.000000Z"}} 2018-12-12 15:44:13,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538a61bd873d1f4a53ce3a2e426e62f550c4ccf7" 2018-12-12 15:44:13,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab69c68e-dedb-406b-a695-b6ee4184148f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:13,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ab69c68e-dedb-406b-a695-b6ee4184148f 2018-12-12 15:44:13,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:14,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a6b6f676-ce49-4a9c-a21a-ee246121d54e Date: Wed, 12 Dec 2018 15:44: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":["9e80dc2c-c898-4730-a27e-a81b42d05a11"],"updated_at":"2018-12-12T15:44:09Z","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","id":"480e031a-0bfb-445c-83a8-be7cf47c4825","name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net"}]} 2018-12-12 15:44:14,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net used request id req-a6b6f676-ce49-4a9c-a21a-ee246121d54e 2018-12-12 15:44:14,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:14,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a468d3e6-6afe-40c2-84e2-130ebec52460 Date: Wed, 12 Dec 2018 15:44:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44: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":"c1045a0e9d61466ab16cc8bdc03213b3","id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]} 2018-12-12 15:44:14,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-a468d3e6-6afe-40c2-84e2-130ebec52460 2018-12-12 15:44:14,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:14,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6fcbd488-9f0f-42cd-8f57-c6843ab885e5 Date: Wed, 12 Dec 2018 15:44: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":["9e80dc2c-c898-4730-a27e-a81b42d05a11"],"updated_at":"2018-12-12T15:44:09Z","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","id":"480e031a-0bfb-445c-83a8-be7cf47c4825","name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net"}]} 2018-12-12 15:44:14,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net used request id req-6fcbd488-9f0f-42cd-8f57-c6843ab885e5 2018-12-12 15:44:14,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:14,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:14,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538a61bd873d1f4a53ce3a2e426e62f550c4ccf7" 2018-12-12 15:44:14,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80fe885c-1cff-4ed3-b516-bc183a8299b5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}} 2018-12-12 15:44:14,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 used request id req-80fe885c-1cff-4ed3-b516-bc183a8299b5 2018-12-12 15:44:14,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:14,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-18232f0e-22fd-4bcd-92d8-e058cb5cdda0 Date: Wed, 12 Dec 2018 15:44:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44: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":"c1045a0e9d61466ab16cc8bdc03213b3","id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]} 2018-12-12 15:44:14,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-18232f0e-22fd-4bcd-92d8-e058cb5cdda0 2018-12-12 15:44:14,852 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net 2018-12-12 15:44:14,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" -d '{"port": {"network_id": "480e031a-0bfb-445c-83a8-be7cf47c4825", "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-12-12 15:44:16,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 854 X-Openstack-Request-Id: req-f637884f-eaa7-4ad9-ba43-842daf6993b2 Date: Wed, 12 Dec 2018 15:44:16 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:44:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","ip_address":"10.55.0.13"}],"id":"a1e3b595-f680-46bf-871d-070826ce812b","security_groups":["591f3633-c9a3-4cad-a5e0-b7233c5383c6"],"mac_address":"fa:16:3e:91:b6:d9","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1","project_id":"c1045a0e9d61466ab16cc8bdc03213b3","qos_policy_id":null,"admin_state_up":true,"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:15Z","binding:vnic_type":"normal"}} 2018-12-12 15:44:16,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-f637884f-eaa7-4ad9-ba43-842daf6993b2 2018-12-12 15:44:16,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:16,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ea084fc3-7e72-4cf8-ace4-e92616094d94 Date: Wed, 12 Dec 2018 15:44:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9e80dc2c-c898-4730-a27e-a81b42d05a11"],"updated_at":"2018-12-12T15:44:09Z","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","id":"480e031a-0bfb-445c-83a8-be7cf47c4825","name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net"}]} 2018-12-12 15:44:16,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net used request id req-ea084fc3-7e72-4cf8-ace4-e92616094d94 2018-12-12 15:44:16,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:16,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7174beef-f211-487b-96ca-f6904597b34a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}} 2018-12-12 15:44:16,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 used request id req-7174beef-f211-487b-96ca-f6904597b34a 2018-12-12 15:44:16,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:16,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b3fe9b83-2920-4e6b-bc49-fa27d8b6aaa7 Date: Wed, 12 Dec 2018 15:44:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44: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":"c1045a0e9d61466ab16cc8bdc03213b3","id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]} 2018-12-12 15:44:16,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-b3fe9b83-2920-4e6b-bc49-fa27d8b6aaa7 2018-12-12 15:44:16,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:16,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 857 X-Openstack-Request-Id: req-adb1c8ad-a5cb-480e-ad27-081434fe6687 Date: Wed, 12 Dec 2018 15:44:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:44:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","ip_address":"10.55.0.13"}],"id":"a1e3b595-f680-46bf-871d-070826ce812b","security_groups":["591f3633-c9a3-4cad-a5e0-b7233c5383c6"],"mac_address":"fa:16:3e:91:b6:d9","project_id":"c1045a0e9d61466ab16cc8bdc03213b3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1","admin_state_up":true,"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:15Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:44:16,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1&admin_state_up=True used request id req-adb1c8ad-a5cb-480e-ad27-081434fe6687 2018-12-12 15:44:16,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:16,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d89f8b6-c87a-4218-82fd-d346ad4f9854 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}} 2018-12-12 15:44:16,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 used request id req-1d89f8b6-c87a-4218-82fd-d346ad4f9854 2018-12-12 15:44:16,894 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst 2018-12-12 15:44:16,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:16,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e00afe0-439e-423c-b59e-db5213eb628d x-compute-request-id: req-0e00afe0-439e-423c-b59e-db5213eb628d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-flavor-name"}]} 2018-12-12 15:44:16,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0e00afe0-439e-423c-b59e-db5213eb628d 2018-12-12 15:44:16,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:16,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-546e16e1-90f1-4e8c-a645-b4a95dc63deb x-compute-request-id: req-546e16e1-90f1-4e8c-a645-b4a95dc63deb Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:44:16,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7 used request id req-546e16e1-90f1-4e8c-a645-b4a95dc63deb 2018-12-12 15:44:16,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:17,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-57d01271-db65-4148-bc85-548015cb6c0d Date: Wed, 12 Dec 2018 15:44:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:44:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:44:07Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37d87015-426e-4ad6-9f71-016368dad681/snap", "metadata": {}}], "self": "/v2/images/37d87015-426e-4ad6-9f71-016368dad681", "min_disk": 0, "protected": false, "id": "37d87015-426e-4ad6-9f71-016368dad681", "file": "/v2/images/37d87015-426e-4ad6-9f71-016368dad681/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c1045a0e9d61466ab16cc8bdc03213b3", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37d87015-426e-4ad6-9f71-016368dad681/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image"} 2018-12-12 15:44:17,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image used request id req-57d01271-db65-4148-bc85-548015cb6c0d 2018-12-12 15:44:17,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:17,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5e392900-f473-41ad-aae1-d3f43bcc7ed7 Date: Wed, 12 Dec 2018 15:44:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:44:17,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5e392900-f473-41ad-aae1-d3f43bcc7ed7 2018-12-12 15:44:17,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" -d '{"server": {"name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst", "imageRef": "37d87015-426e-4ad6-9f71-016368dad681", "flavorRef": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "max_count": 1, "min_count": 1, "networks": [{"port": "a1e3b595-f680-46bf-871d-070826ce812b"}]}}' 2018-12-12 15:44:18,896 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:44:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-87c62e2a-e761-4579-a6f4-760c1bd9061a x-compute-request-id: req-87c62e2a-e761-4579-a6f4-760c1bd9061a Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0154a068-8777-4da4-95be-ac2570074613", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "bookmark"}], "adminPass": "sVjZDebL2AQW"}} 2018-12-12 15:44:18,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-87c62e2a-e761-4579-a6f4-760c1bd9061a 2018-12-12 15:44:18,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:19,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6d41c0e-0446-4e27-a196-1555cf35aec0 x-compute-request-id: req-b6d41c0e-0446-4e27-a196-1555cf35aec0 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.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "bookmark"}], "image": {"id": "37d87015-426e-4ad6-9f71-016368dad681", "links": [{"href": "http://172.30.9.29:8774/images/37d87015-426e-4ad6-9f71-016368dad681", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "links": [{"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}]}, "id": "0154a068-8777-4da4-95be-ac2570074613", "user_id": "94b4c07811f44aa4885ce64bb8c2ac4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:44:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst", "created": "2018-12-12T15:44:18Z", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:44:19,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 used request id req-b6d41c0e-0446-4e27-a196-1555cf35aec0 2018-12-12 15:44:19,271 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst 2018-12-12 15:44:19,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:19,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-080d5dd1-132b-4719-8532-f1e7c41971b8 x-compute-request-id: req-080d5dd1-132b-4719-8532-f1e7c41971b8 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.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "bookmark"}], "image": {"id": "37d87015-426e-4ad6-9f71-016368dad681", "links": [{"href": "http://172.30.9.29:8774/images/37d87015-426e-4ad6-9f71-016368dad681", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "links": [{"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}]}, "id": "0154a068-8777-4da4-95be-ac2570074613", "user_id": "94b4c07811f44aa4885ce64bb8c2ac4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:44:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst", "created": "2018-12-12T15:44:18Z", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:44:19,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 used request id req-080d5dd1-132b-4719-8532-f1e7c41971b8 2018-12-12 15:44:19,618 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst] is - BUILD 2018-12-12 15:44:19,618 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:44:22,621 - create_instance - DEBUG - VM status query timeout in 896.650408983 2018-12-12 15:44:22,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:23,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e68aee17-525d-4f2d-b42f-299207f583af x-compute-request-id: req-e68aee17-525d-4f2d-b42f-299207f583af 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.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "bookmark"}], "image": {"id": "37d87015-426e-4ad6-9f71-016368dad681", "links": [{"href": "http://172.30.9.29:8774/images/37d87015-426e-4ad6-9f71-016368dad681", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "links": [{"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}]}, "id": "0154a068-8777-4da4-95be-ac2570074613", "security_groups": [{"name": "default"}], "user_id": "94b4c07811f44aa4885ce64bb8c2ac4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:44:19Z", "hostId": "08586ae93a788365d34b3dc3cf34bea50e54c6a6adc82a0b17713b44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst", "created": "2018-12-12T15:44:18Z", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:44:23,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 used request id req-e68aee17-525d-4f2d-b42f-299207f583af 2018-12-12 15:44:23,254 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst] is - BUILD 2018-12-12 15:44:23,254 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:44:26,257 - create_instance - DEBUG - VM status query timeout in 893.014679909 2018-12-12 15:44:26,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:26,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61fa6000-db2f-46dc-8d03-5422b8152075 x-compute-request-id: req-61fa6000-db2f-46dc-8d03-5422b8152075 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b6:d9", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "bookmark"}], "image": {"id": "37d87015-426e-4ad6-9f71-016368dad681", "links": [{"href": "http://172.30.9.29:8774/images/37d87015-426e-4ad6-9f71-016368dad681", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:44:24.000000", "flavor": {"id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "links": [{"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}]}, "id": "0154a068-8777-4da4-95be-ac2570074613", "security_groups": [{"name": "default"}], "user_id": "94b4c07811f44aa4885ce64bb8c2ac4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:44:25Z", "hostId": "08586ae93a788365d34b3dc3cf34bea50e54c6a6adc82a0b17713b44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst", "created": "2018-12-12T15:44:18Z", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:44:26,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 used request id req-61fa6000-db2f-46dc-8d03-5422b8152075 2018-12-12 15:44:26,747 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst] is - ACTIVE 2018-12-12 15:44:26,747 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:44:26,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:27,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d33c222e-6bf6-4c27-8d0a-a70d0573249d x-compute-request-id: req-d33c222e-6bf6-4c27-8d0a-a70d0573249d Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b6:d9", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "bookmark"}], "image": {"id": "37d87015-426e-4ad6-9f71-016368dad681", "links": [{"href": "http://172.30.9.29:8774/images/37d87015-426e-4ad6-9f71-016368dad681", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:44:24.000000", "flavor": {"id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "links": [{"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}]}, "id": "0154a068-8777-4da4-95be-ac2570074613", "security_groups": [{"name": "default"}], "user_id": "94b4c07811f44aa4885ce64bb8c2ac4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:44:25Z", "hostId": "08586ae93a788365d34b3dc3cf34bea50e54c6a6adc82a0b17713b44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst", "created": "2018-12-12T15:44:18Z", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:44:27,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 used request id req-d33c222e-6bf6-4c27-8d0a-a70d0573249d 2018-12-12 15:44:27,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:27,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-edc1d996-0f0e-4311-9f4f-26a57659a12b Date: Wed, 12 Dec 2018 15:44: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":["9e80dc2c-c898-4730-a27e-a81b42d05a11"],"updated_at":"2018-12-12T15:44:09Z","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c1045a0e9d61466ab16cc8bdc03213b3","id":"480e031a-0bfb-445c-83a8-be7cf47c4825","name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net"}]} 2018-12-12 15:44:27,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net used request id req-edc1d996-0f0e-4311-9f4f-26a57659a12b 2018-12-12 15:44:27,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:27,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0f90d5a-043d-45aa-a330-9b7ba709a74b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}} 2018-12-12 15:44:27,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 used request id req-f0f90d5a-043d-45aa-a330-9b7ba709a74b 2018-12-12 15:44:27,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:27,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cb93341b-552c-4512-afa5-9269c241e214 Date: Wed, 12 Dec 2018 15:44:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44: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":"c1045a0e9d61466ab16cc8bdc03213b3","id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet"}]} 2018-12-12 15:44:27,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-cb93341b-552c-4512-afa5-9269c241e214 2018-12-12 15:44:27,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:27,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3184 X-Openstack-Request-Id: req-cfa2776e-175d-45ed-ab7c-4764945a0acc Date: Wed, 12 Dec 2018 15:44:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:44:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","ip_address":"10.55.0.4"}],"id":"27a57a6e-455d-4d16-8d97-ffcc1ec8c088","security_groups":[],"mac_address":"fa:16:3e:9a:ba:cc","project_id":"c1045a0e9d61466ab16cc8bdc03213b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-480e031a-0bfb-445c-83a8-be7cf47c4825"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:44:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","ip_address":"10.55.0.2"}],"id":"58541e83-e31d-4d59-b496-23bd43ebcb6c","security_groups":[],"mac_address":"fa:16:3e:77:56:1a","project_id":"c1045a0e9d61466ab16cc8bdc03213b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-480e031a-0bfb-445c-83a8-be7cf47c4825"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:44:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","ip_address":"10.55.0.13"}],"id":"a1e3b595-f680-46bf-871d-070826ce812b","security_groups":["591f3633-c9a3-4cad-a5e0-b7233c5383c6"],"mac_address":"fa:16:3e:91:b6:d9","project_id":"c1045a0e9d61466ab16cc8bdc03213b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1","admin_state_up":true,"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:15Z","binding:vnic_type":"normal","device_id":"0154a068-8777-4da4-95be-ac2570074613"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:44:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9e80dc2c-c898-4730-a27e-a81b42d05a11","ip_address":"10.55.0.3"}],"id":"c5bfb82c-e85b-46bd-999e-1e44dac06666","security_groups":[],"mac_address":"fa:16:3e:4b:3f:44","project_id":"c1045a0e9d61466ab16cc8bdc03213b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"480e031a-0bfb-445c-83a8-be7cf47c4825","tenant_id":"c1045a0e9d61466ab16cc8bdc03213b3","created_at":"2018-12-12T15:44:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-480e031a-0bfb-445c-83a8-be7cf47c4825"}]} 2018-12-12 15:44:27,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-cfa2776e-175d-45ed-ab7c-4764945a0acc 2018-12-12 15:44:27,705 - create_instance - INFO - Deleting Port with ID - a1e3b595-f680-46bf-871d-070826ce812b 2018-12-12 15:44:27,705 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51port-1 2018-12-12 15:44:27,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/a1e3b595-f680-46bf-871d-070826ce812b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:28,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a17941d-495a-47ef-992b-59f882daa280 Date: Wed, 12 Dec 2018 15:44:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:44:28,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/a1e3b595-f680-46bf-871d-070826ce812b used request id req-6a17941d-495a-47ef-992b-59f882daa280 2018-12-12 15:44:28,330 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst 2018-12-12 15:44:28,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:28,483 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df5119ab-b87e-42c5-bb29-fdb05ffc7d9b x-compute-request-id: req-df5119ab-b87e-42c5-bb29-fdb05ffc7d9b Content-Type: application/json 2018-12-12 15:44:28,483 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 used request id req-df5119ab-b87e-42c5-bb29-fdb05ffc7d9b 2018-12-12 15:44:28,483 - create_instance - INFO - Checking deletion status 2018-12-12 15:44:28,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:28,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d11b665-b186-4605-bf47-90f9d976a85d x-compute-request-id: req-0d11b665-b186-4605-bf47-90f9d976a85d Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b6:d9", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0154a068-8777-4da4-95be-ac2570074613", "rel": "bookmark"}], "image": {"id": "37d87015-426e-4ad6-9f71-016368dad681", "links": [{"href": "http://172.30.9.29:8774/images/37d87015-426e-4ad6-9f71-016368dad681", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:44:24.000000", "flavor": {"id": "003b6a04-2e2c-4574-be76-8a58ecd44cd7", "links": [{"href": "http://172.30.9.29:8774/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7", "rel": "bookmark"}]}, "id": "0154a068-8777-4da4-95be-ac2570074613", "user_id": "94b4c07811f44aa4885ce64bb8c2ac4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:44:28Z", "hostId": "08586ae93a788365d34b3dc3cf34bea50e54c6a6adc82a0b17713b44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst", "created": "2018-12-12T15:44:18Z", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:44:28,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 used request id req-0d11b665-b186-4605-bf47-90f9d976a85d 2018-12-12 15:44:28,715 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst] is - ACTIVE 2018-12-12 15:44:28,716 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:44:31,719 - create_instance - DEBUG - VM status query timeout in 296.7646029 2018-12-12 15:44:31,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01d512e12d35a0a42688b54c856657a2c4a7c4d" 2018-12-12 15:44:31,777 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:44: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-fe58dca2-f79e-454d-a8bd-603bd2b7110d x-compute-request-id: req-fe58dca2-f79e-454d-a8bd-603bd2b7110d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0154a068-8777-4da4-95be-ac2570074613 could not be found.", "code": 404}} 2018-12-12 15:44:31,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0154a068-8777-4da4-95be-ac2570074613 used request id req-fe58dca2-f79e-454d-a8bd-603bd2b7110d 2018-12-12 15:44:31,777 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0154a068-8777-4da4-95be-ac2570074613 could not be found. (HTTP 404) (Request-ID: req-fe58dca2-f79e-454d-a8bd-603bd2b7110d) 2018-12-12 15:44:31,778 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-inst 2018-12-12 15:44:31,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c383d08be072853912c465787896a4682f195d9" 2018-12-12 15:44:31,837 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:44: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-cd38a23b-3d08-49ab-90c0-6dcc9edb5abe x-compute-request-id: req-cd38a23b-3d08-49ab-90c0-6dcc9edb5abe Content-Length: 0 Content-Type: application/json 2018-12-12 15:44:31,837 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/003b6a04-2e2c-4574-be76-8a58ecd44cd7 used request id req-cd38a23b-3d08-49ab-90c0-6dcc9edb5abe 2018-12-12 15:44:31,838 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet 2018-12-12 15:44:31,838 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-subnet 2018-12-12 15:44:31,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/9e80dc2c-c898-4730-a27e-a81b42d05a11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" 2018-12-12 15:44:34,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df197a8c-1438-4775-874c-d207408aa1ee Date: Wed, 12 Dec 2018 15:44:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:44:34,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9e80dc2c-c898-4730-a27e-a81b42d05a11 used request id req-df197a8c-1438-4775-874c-d207408aa1ee 2018-12-12 15:44:34,307 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-pub-net 2018-12-12 15:44:34,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/480e031a-0bfb-445c-83a8-be7cf47c4825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa87ee06eb6f19dd2605cbfd226a8ea4c9169a29" 2018-12-12 15:44:35,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4404d15b-4748-4788-bbec-3252d12b25cc Date: Wed, 12 Dec 2018 15:44:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:44:35,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/480e031a-0bfb-445c-83a8-be7cf47c4825 used request id req-4404d15b-4748-4788-bbec-3252d12b25cc 2018-12-12 15:44:35,516 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-943ab940-98b4-4880-bd56-8bf16252ed51-image 2018-12-12 15:44:35,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cf6a55e208c5153cae03cd45422987f8a9a2e17" 2018-12-12 15:44:36,876 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ceb818bf-95a9-45fa-b658-4d81c604b02a Date: Wed, 12 Dec 2018 15:44:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:44:36,876 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/37d87015-426e-4ad6-9f71-016368dad681 used request id req-ceb818bf-95a9-45fa-b658-4d81c604b02a 2018-12-12 15:44:36,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:37,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c6107fc5-4305-4d10-ad5e-07a279c8fbc4 Date: Wed, 12 Dec 2018 15:44:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "created_at": "2018-12-12T15:44:08Z", "updated_at": "2018-12-12T15:44:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:44:08Z", "revision_number": 0, "id": "1f87af17-5bad-4e78-bbd9-808416e44089", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:44:08Z", "security_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1045a0e9d61466ab16cc8bdc03213b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:44:08Z", "revision_number": 0, "id": "a454f925-c360-4882-baae-64e5a5e28287", "remote_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "remote_ip_prefix": null, "created_at": "2018-12-12T15:44:08Z", "security_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1045a0e9d61466ab16cc8bdc03213b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:44:08Z", "revision_number": 0, "id": "c4705d4e-d8c5-45d0-acbe-c750810e6fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:44:08Z", "security_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1045a0e9d61466ab16cc8bdc03213b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:44:08Z", "revision_number": 0, "id": "e55e4d97-0252-469c-9401-b58737b97b63", "remote_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "remote_ip_prefix": null, "created_at": "2018-12-12T15:44:08Z", "security_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1045a0e9d61466ab16cc8bdc03213b3"}], "revision_number": 4, "project_id": "c1045a0e9d61466ab16cc8bdc03213b3", "id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:44:37,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c6107fc5-4305-4d10-ad5e-07a279c8fbc4 2018-12-12 15:44:37,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:37,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe90573-e962-4a4b-8996-1f8c17782da6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3"}, "enabled": true, "id": "c1045a0e9d61466ab16cc8bdc03213b3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj"}} 2018-12-12 15:44:37,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 used request id req-cfe90573-e962-4a4b-8996-1f8c17782da6 2018-12-12 15:44:37,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 591f3633-c9a3-4cad-a5e0-b7233c5383c6 2018-12-12 15:44:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=591f3633-c9a3-4cad-a5e0-b7233c5383c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:37,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d9a37d54-e0d5-4a4c-b3b1-0b99230b8951 Date: Wed, 12 Dec 2018 15:44:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:44:08Z", "security_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "port_range_min": null, "revision_number": 0, "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "created_at": "2018-12-12T15:44:08Z", "project_id": "c1045a0e9d61466ab16cc8bdc03213b3", "id": "1f87af17-5bad-4e78-bbd9-808416e44089"}, {"remote_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:44:08Z", "security_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "port_range_min": null, "revision_number": 0, "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "created_at": "2018-12-12T15:44:08Z", "project_id": "c1045a0e9d61466ab16cc8bdc03213b3", "id": "a454f925-c360-4882-baae-64e5a5e28287"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:44:08Z", "security_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "port_range_min": null, "revision_number": 0, "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "created_at": "2018-12-12T15:44:08Z", "project_id": "c1045a0e9d61466ab16cc8bdc03213b3", "id": "c4705d4e-d8c5-45d0-acbe-c750810e6fbc"}, {"remote_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:44:08Z", "security_group_id": "591f3633-c9a3-4cad-a5e0-b7233c5383c6", "port_range_min": null, "revision_number": 0, "tenant_id": "c1045a0e9d61466ab16cc8bdc03213b3", "created_at": "2018-12-12T15:44:08Z", "project_id": "c1045a0e9d61466ab16cc8bdc03213b3", "id": "e55e4d97-0252-469c-9401-b58737b97b63"}]} 2018-12-12 15:44:37,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=591f3633-c9a3-4cad-a5e0-b7233c5383c6 used request id req-d9a37d54-e0d5-4a4c-b3b1-0b99230b8951 2018-12-12 15:44:37,441 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:44:37,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/591f3633-c9a3-4cad-a5e0-b7233c5383c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:37,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84a1c525-ffae-4eb9-882d-ecf6c585b51e Content-Length: 0 Date: Wed, 12 Dec 2018 15:44:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:44:37,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/591f3633-c9a3-4cad-a5e0-b7233c5383c6 used request id req-84a1c525-ffae-4eb9-882d-ecf6c585b51e 2018-12-12 15:44:37,830 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj 2018-12-12 15:44:37,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:38,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbeae29b-3232-4e2c-bb28-d3b3590ce3eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:38,047 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c1045a0e9d61466ab16cc8bdc03213b3 used request id req-dbeae29b-3232-4e2c-bb28-d3b3590ce3eb 2018-12-12 15:44:38,048 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-proj-role 2018-12-12 15:44:38,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1f2f0fb0d8ed4500a758e3cc1c485f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:38,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f4c0663-2503-4819-8c25-6737f1202b95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:38,158 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1f2f0fb0d8ed4500a758e3cc1c485f03 used request id req-3f4c0663-2503-4819-8c25-6737f1202b95 2018-12-12 15:44:38,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd79c6034b839a89693d252d88ceccbafdbd7fbb" 2018-12-12 15:44:38,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a410b137-bc3d-4b60-9feb-8a58c250b967 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:44:38,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a410b137-bc3d-4b60-9feb-8a58c250b967 2018-12-12 15:44:38,258 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6c89f51d-2aa4-4c1-user 2018-12-12 15:44:38,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/94b4c07811f44aa4885ce64bb8c2ac4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}904258ca303342f461d76fa025226cbffe696e5e" 2018-12-12 15:44:38,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c973963-5aa3-48f3-9f9a-515c3b04758c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:38,607 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/94b4c07811f44aa4885ce64bb8c2ac4d used request id req-0c973963-5aa3-48f3-9f9a-515c3b04758c 2018-12-12 15:44:38,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:38,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vKy73S6mTmy1tId17IBZ6w"], "issued_at": "2018-12-12T15:44:38.000000Z"}} 2018-12-12 15:44:38,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10f53523d37e1f80723592dea1293586828b071" 2018-12-12 15:44:39,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a14edfaf-3451-41e2-a55d-70fa89c52b93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:39,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a14edfaf-3451-41e2-a55d-70fa89c52b93 2018-12-12 15:44:39,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:39,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:39,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["oEo9m7UkR-2AuIip7iJ9Pw"], "issued_at": "2018-12-12T15:44:39.000000Z"}} 2018-12-12 15:44:39,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:39,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f92548e-293c-4890-8684-d3ce1f2e5bdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:39,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9f92548e-293c-4890-8684-d3ce1f2e5bdd 2018-12-12 15:44:39,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:39,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:39,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-029df829-d286-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:39,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874f324c-1fcb-411a-929d-7650ef5e7819 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-029df829-d286-4ce-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:44:39,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-029df829-d286-4ce-proj used request id req-874f324c-1fcb-411a-929d-7650ef5e7819 2018-12-12 15:44:39,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:39,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e7cff71-edbc-4bef-ab3e-ade6bf4e966e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:44:39,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6e7cff71-edbc-4bef-ab3e-ade6bf4e966e 2018-12-12 15:44:39,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}}' 2018-12-12 15:44:39,858 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:44:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b0eb1f1-2a17-483e-86a1-53c3001b8979 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf"}, "enabled": true, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}} 2018-12-12 15:44:39,859 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0b0eb1f1-2a17-483e-86a1-53c3001b8979 2018-12-12 15:44:39,859 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-029df829-d286-4ce-proj 2018-12-12 15:44:39,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:39,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:40,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["xAF_B71sSUydTjPZWD-5Ag"], "issued_at": "2018-12-12T15:44:40.000000Z"}} 2018-12-12 15:44:40,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68accfef2f7d384e25aca7c575c465ef2b008a21" 2018-12-12 15:44:40,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8333de8-6e2d-420e-ba4c-141d26012e18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:40,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a8333de8-6e2d-420e-ba4c-141d26012e18 2018-12-12 15:44:40,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:40,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:40,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68accfef2f7d384e25aca7c575c465ef2b008a21" 2018-12-12 15:44:40,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c61e3fbd-5948-41aa-9885-0637bfe26c2e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:44:40,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c61e3fbd-5948-41aa-9885-0637bfe26c2e 2018-12-12 15:44:40,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-029df829-d286-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68accfef2f7d384e25aca7c575c465ef2b008a21" 2018-12-12 15:44:40,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd8c14a5-e1e7-4113-813d-984f71fef2b6 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-029df829-d286-4ce-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf"}, "enabled": true, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}]} 2018-12-12 15:44:40,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-029df829-d286-4ce-proj used request id req-fd8c14a5-e1e7-4113-813d-984f71fef2b6 2018-12-12 15:44:40,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68accfef2f7d384e25aca7c575c465ef2b008a21" 2018-12-12 15:44:40,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27139863-8d2f-4241-819e-bb09af5c9b90 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:44:40,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-27139863-8d2f-4241-819e-bb09af5c9b90 2018-12-12 15:44:40,996 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-029df829-d286-4ce-user 2018-12-12 15:44:40,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:41,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:41,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14feb794-5f7c-494b-818c-1c1122be6637 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:44:41,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-14feb794-5f7c-494b-818c-1c1122be6637 2018-12-12 15:44:41,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" -d '{"role": {"name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role"}}' 2018-12-12 15:44:41,200 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:44:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07029ef0-6c66-4783-9b63-a6d61715d175 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1f17d65229b545c2b599247935acb0e4", "links": {"self": "http://172.30.9.29:5000/v3/roles/1f17d65229b545c2b599247935acb0e4"}, "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role"}} 2018-12-12 15:44:41,200 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-07029ef0-6c66-4783-9b63-a6d61715d175 2018-12-12 15:44:41,200 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role 2018-12-12 15:44:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1f17d65229b545c2b599247935acb0e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:41,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28d5641b-957c-4278-99a3-50bbefcc5ca7 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1f17d65229b545c2b599247935acb0e4"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role", "id": "1f17d65229b545c2b599247935acb0e4"}} 2018-12-12 15:44:41,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1f17d65229b545c2b599247935acb0e4 used request id req-28d5641b-957c-4278-99a3-50bbefcc5ca7 2018-12-12 15:44:41,295 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role to project CreateInstancePortManipulationTests-029df829-d286-4ce-proj 2018-12-12 15:44:41,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf/users/91dfad8b42684098bc230d3e5c6123c1/roles/1f17d65229b545c2b599247935acb0e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:41,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5efa95b-4922-4e61-a63d-631f0070739a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:41,418 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf/users/91dfad8b42684098bc230d3e5c6123c1/roles/1f17d65229b545c2b599247935acb0e4 used request id req-a5efa95b-4922-4e61-a63d-631f0070739a 2018-12-12 15:44:41,418 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:44:41,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:41,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:41,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f17d65229b545c2b599247935acb0e4", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role"}], "expires_at": "2018-12-12T16:44:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-user", "id": "91dfad8b42684098bc230d3e5c6123c1"}, "audit_ids": ["b0QN6lHTSy6PBqaQgqaN8Q"], "issued_at": "2018-12-12T15:44:41.000000Z"}} 2018-12-12 15:44:41,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" 2018-12-12 15:44:41,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-389f08b6-0f24-4cb3-a8e7-451047b7f8f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:41,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-389f08b6-0f24-4cb3-a8e7-451047b7f8f0 2018-12-12 15:44:41,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" 2018-12-12 15:44:42,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-d3102cce-9172-4b32-92b0-4f6db98b4a40 Date: Wed, 12 Dec 2018 15:44:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image"} 2018-12-12 15:44:42,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image used request id req-d3102cce-9172-4b32-92b0-4f6db98b4a40 2018-12-12 15:44:42,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" 2018-12-12 15:44:42,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-59e43a49-eefd-40d9-b23b-bf6dea3d726f Date: Wed, 12 Dec 2018 15:44:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:44:42,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-59e43a49-eefd-40d9-b23b-bf6dea3d726f 2018-12-12 15:44:42,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image"}' 2018-12-12 15:44:42,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2 X-Openstack-Request-Id: req-a46ba759-ab18-4712-88d8-96eef672ff52 Date: Wed, 12 Dec 2018 15:44:42 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:44:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:44:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2", "min_disk": 0, "protected": false, "id": "6f6c13f5-e077-4ea4-858f-3380a6d4b2f2", "file": "/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/file", "checksum": null, "owner": "6d6837e9ebb24bc29a58b27f704e0bbf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:44:42,465 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a46ba759-ab18-4712-88d8-96eef672ff52 2018-12-12 15:44:42,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" -d '' 2018-12-12 15:44:44,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b9ef8c70-86fa-4c88-9b01-e902862b742b Date: Wed, 12 Dec 2018 15:44:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:44:44,036 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/file used request id req-b9ef8c70-86fa-4c88-9b01-e902862b742b 2018-12-12 15:44:44,037 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:44:44,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" 2018-12-12 15:44:44,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b3b9107e-f508-4f23-80d9-c04088b047f9 Date: Wed, 12 Dec 2018 15:44:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:44:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:44:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/snap", "metadata": {}}], "self": "/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2", "min_disk": 0, "protected": false, "id": "6f6c13f5-e077-4ea4-858f-3380a6d4b2f2", "file": "/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6d6837e9ebb24bc29a58b27f704e0bbf", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:44:44,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2 used request id req-b3b9107e-f508-4f23-80d9-c04088b047f9 2018-12-12 15:44:44,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" 2018-12-12 15:44:44,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d545edfb-09dd-46a4-8ccd-64f04cac77a4 Date: Wed, 12 Dec 2018 15:44:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:44:44,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d545edfb-09dd-46a4-8ccd-64f04cac77a4 2018-12-12 15:44:44,366 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image 2018-12-12 15:44:44,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" 2018-12-12 15:44:44,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-27cfb149-ee38-4045-8b84-5d280fff8372 Date: Wed, 12 Dec 2018 15:44:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:44:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:44:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/snap", "metadata": {}}], "self": "/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2", "min_disk": 0, "protected": false, "id": "6f6c13f5-e077-4ea4-858f-3380a6d4b2f2", "file": "/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6d6837e9ebb24bc29a58b27f704e0bbf", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:44:44,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2 used request id req-27cfb149-ee38-4045-8b84-5d280fff8372 2018-12-12 15:44:44,387 - create_image - DEBUG - Instance status is - active 2018-12-12 15:44:44,387 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image 2018-12-12 15:44:44,387 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image 2018-12-12 15:44:44,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:44,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:44,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f17d65229b545c2b599247935acb0e4", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role"}], "expires_at": "2018-12-12T16:44:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-user", "id": "91dfad8b42684098bc230d3e5c6123c1"}, "audit_ids": ["HOB_NJp5Q4C5KcAMOhPqcw"], "issued_at": "2018-12-12T15:44:44.000000Z"}} 2018-12-12 15:44:44,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" 2018-12-12 15:44:44,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-608871b9-d9c8-47c9-b574-668fdcea0da2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:44,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-608871b9-d9c8-47c9-b574-668fdcea0da2 2018-12-12 15:44:44,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" 2018-12-12 15:44:45,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-56b2d6bc-cdb0-4987-af9f-2a45fa7a8065 Date: Wed, 12 Dec 2018 15:44:45 GMT RESP BODY: {"networks":[]} 2018-12-12 15:44:45,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net used request id req-56b2d6bc-cdb0-4987-af9f-2a45fa7a8065 2018-12-12 15:44:45,026 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net 2018-12-12 15:44:45,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" -d '{"network": {"name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net", "admin_state_up": true}}' 2018-12-12 15:44:45,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-675299ed-6a49-4456-abaf-5eff524b39ce Date: Wed, 12 Dec 2018 15:44:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:44:45Z","is_default":false,"name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:45Z","mtu":1450}} 2018-12-12 15:44:45,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-675299ed-6a49-4456-abaf-5eff524b39ce 2018-12-12 15:44:45,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" 2018-12-12 15:44:45,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9fdd6494-8374-45d3-9183-e45539c1dbf5 Date: Wed, 12 Dec 2018 15:44: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-12-12T15:44:45Z","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net"}]} 2018-12-12 15:44:45,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-9fdd6494-8374-45d3-9183-e45539c1dbf5 2018-12-12 15:44:45,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" 2018-12-12 15:44:45,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-66bd8784-3af9-4eb1-9046-2b98bc70b7dc Date: Wed, 12 Dec 2018 15:44:45 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:44:45,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-66bd8784-3af9-4eb1-9046-2b98bc70b7dc 2018-12-12 15:44:45,964 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet 2018-12-12 15:44:45,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" -d '{"subnets": [{"ip_version": 4, "network_id": "d79a51a3-fa6f-41b1-a6c1-ac783c4d2248", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet"}]}' 2018-12-12 15:44:46,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b842f22d-06b2-41ba-8a75-d73f69587cbc Date: Wed, 12 Dec 2018 15:44:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:46Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44:46Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"1a6215b9-f99c-45a6-b262-b6b3dea2aaf1","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet"}]} 2018-12-12 15:44:46,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-b842f22d-06b2-41ba-8a75-d73f69587cbc 2018-12-12 15:44:46,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" 2018-12-12 15:44:46,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-628b9de0-9971-4be9-87ef-ce191baf6730 Date: Wed, 12 Dec 2018 15:44:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1a6215b9-f99c-45a6-b262-b6b3dea2aaf1"],"updated_at":"2018-12-12T15:44:46Z","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net"}]} 2018-12-12 15:44:46,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-628b9de0-9971-4be9-87ef-ce191baf6730 2018-12-12 15:44:46,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" 2018-12-12 15:44:46,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-72093bbc-c88e-40d0-b2bb-66f2acb3fccd Date: Wed, 12 Dec 2018 15:44:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:46Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"1a6215b9-f99c-45a6-b262-b6b3dea2aaf1","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet"}]} 2018-12-12 15:44:46,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-72093bbc-c88e-40d0-b2bb-66f2acb3fccd 2018-12-12 15:44:46,960 - OpenStackNetwork - DEBUG - Network [d79a51a3-fa6f-41b1-a6c1-ac783c4d2248] created successfully 2018-12-12 15:44:46,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:46,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:47,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["yzEG-UJqTcKVQNkGdkkBrQ"], "issued_at": "2018-12-12T15:44:47.000000Z"}} 2018-12-12 15:44:47,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85158050cc62847635f83d9d9751e875da6cf2fc" 2018-12-12 15:44:47,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c148efcb-7377-4d4a-baa6-3e1701b21f51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:47,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c148efcb-7377-4d4a-baa6-3e1701b21f51 2018-12-12 15:44:47,421 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:44:47,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85158050cc62847635f83d9d9751e875da6cf2fc" 2018-12-12 15:44:47,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c7e52e8-a53a-4833-aa82-59c5d7fcd126 x-compute-request-id: req-1c7e52e8-a53a-4833-aa82-59c5d7fcd126 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:44:47,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1c7e52e8-a53a-4833-aa82-59c5d7fcd126 2018-12-12 15:44:47,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85158050cc62847635f83d9d9751e875da6cf2fc" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:44:47,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86e3bb6f-1427-4e34-8117-15ed001d3c4e x-compute-request-id: req-86e3bb6f-1427-4e34-8117-15ed001d3c4e Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7d203d9a-6b63-490d-aa34-344aeffcb845", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7d203d9a-6b63-490d-aa34-344aeffcb845", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7d203d9a-6b63-490d-aa34-344aeffcb845", "name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:44:47,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-86e3bb6f-1427-4e34-8117-15ed001d3c4e 2018-12-12 15:44:47,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:47,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:48,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f17d65229b545c2b599247935acb0e4", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role"}], "expires_at": "2018-12-12T16:44:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-user", "id": "91dfad8b42684098bc230d3e5c6123c1"}, "audit_ids": ["60l9XFkgTBut1rC6pehxCA"], "issued_at": "2018-12-12T15:44:48.000000Z"}} 2018-12-12 15:44:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:48,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3a57cc-6497-4c35-983d-28faa54ba0ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:48,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4b3a57cc-6497-4c35-983d-28faa54ba0ac 2018-12-12 15:44:48,114 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:44:48,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:48,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c2c6c9e-c5b4-44dc-bec2-aeb00b8e71bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:48,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4c2c6c9e-c5b4-44dc-bec2-aeb00b8e71bf 2018-12-12 15:44:48,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:48,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cfc6d12d-d913-4f3f-a5e1-a15a3c06376c Date: Wed, 12 Dec 2018 15:44:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1a6215b9-f99c-45a6-b262-b6b3dea2aaf1"],"updated_at":"2018-12-12T15:44:46Z","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net"}]} 2018-12-12 15:44:48,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net used request id req-cfc6d12d-d913-4f3f-a5e1-a15a3c06376c 2018-12-12 15:44:48,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:48,482 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:48,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:48,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31dd0d1-a19e-4844-ad8d-00408734a202 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf"}, "enabled": true, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}} 2018-12-12 15:44:48,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf used request id req-a31dd0d1-a19e-4844-ad8d-00408734a202 2018-12-12 15:44:48,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:48,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c3e1a524-be18-417e-9005-c36456190863 Date: Wed, 12 Dec 2018 15:44:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:46Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"1a6215b9-f99c-45a6-b262-b6b3dea2aaf1","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet"}]} 2018-12-12 15:44:48,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-c3e1a524-be18-417e-9005-c36456190863 2018-12-12 15:44:48,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248&name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:48,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ea466a7d-0c0c-408d-a69e-2371ec0f0e69 Date: Wed, 12 Dec 2018 15:44:48 GMT RESP BODY: {"ports":[]} 2018-12-12 15:44:48,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248&name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4port-1&admin_state_up=True used request id req-ea466a7d-0c0c-408d-a69e-2371ec0f0e69 2018-12-12 15:44:48,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:49,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8f98ead-4eb9-4a1c-8ded-0fa17fda3eea x-compute-request-id: req-d8f98ead-4eb9-4a1c-8ded-0fa17fda3eea Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:44:49,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-inst used request id req-d8f98ead-4eb9-4a1c-8ded-0fa17fda3eea 2018-12-12 15:44:49,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:49,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e4c8a53d-3c1e-4f63-bd2c-91c9707df5e8 Date: Wed, 12 Dec 2018 15:44: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":["1a6215b9-f99c-45a6-b262-b6b3dea2aaf1"],"updated_at":"2018-12-12T15:44:46Z","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net"}]} 2018-12-12 15:44:49,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net used request id req-e4c8a53d-3c1e-4f63-bd2c-91c9707df5e8 2018-12-12 15:44:49,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:49,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78fc30ff-9bac-43f6-9e54-d4c16def709d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf"}, "enabled": true, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}} 2018-12-12 15:44:49,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf used request id req-78fc30ff-9bac-43f6-9e54-d4c16def709d 2018-12-12 15:44:49,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:49,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9e0030da-5d8d-415a-aa19-0c0e9ecdc19a Date: Wed, 12 Dec 2018 15:44:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:46Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"1a6215b9-f99c-45a6-b262-b6b3dea2aaf1","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet"}]} 2018-12-12 15:44:49,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-9e0030da-5d8d-415a-aa19-0c0e9ecdc19a 2018-12-12 15:44:49,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248&name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:49,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-42f448ae-2692-4b4b-9ef6-4e8a463b6b5b Date: Wed, 12 Dec 2018 15:44:49 GMT RESP BODY: {"ports":[]} 2018-12-12 15:44:49,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248&name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4port-1&admin_state_up=True used request id req-42f448ae-2692-4b4b-9ef6-4e8a463b6b5b 2018-12-12 15:44:49,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:49,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:50,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f17d65229b545c2b599247935acb0e4", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role"}], "expires_at": "2018-12-12T16:44:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6d6837e9ebb24bc29a58b27f704e0bbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-user", "id": "91dfad8b42684098bc230d3e5c6123c1"}, "audit_ids": ["ZHRuJWI0QAir5MnCREfiMg"], "issued_at": "2018-12-12T15:44:50.000000Z"}} 2018-12-12 15:44:50,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f923c806ee6adff51df4275c73a111ccbce06cc6" 2018-12-12 15:44:50,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7b1750-138c-486a-81d3-aa746c6de19e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:50,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b7b1750-138c-486a-81d3-aa746c6de19e 2018-12-12 15:44:50,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:50,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-807b97af-f63c-4664-b5d5-c02cc70feddf Date: Wed, 12 Dec 2018 15:44: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":["1a6215b9-f99c-45a6-b262-b6b3dea2aaf1"],"updated_at":"2018-12-12T15:44:46Z","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net"}]} 2018-12-12 15:44:50,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net used request id req-807b97af-f63c-4664-b5d5-c02cc70feddf 2018-12-12 15:44:50,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:50,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d96e9deb-dcdf-4821-8444-cf77729aa485 Date: Wed, 12 Dec 2018 15:44:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:46Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"1a6215b9-f99c-45a6-b262-b6b3dea2aaf1","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet"}]} 2018-12-12 15:44:50,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-d96e9deb-dcdf-4821-8444-cf77729aa485 2018-12-12 15:44:50,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:50,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-56613b24-8fe0-4a4f-b27b-e58302fadc68 Date: Wed, 12 Dec 2018 15:44: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":["1a6215b9-f99c-45a6-b262-b6b3dea2aaf1"],"updated_at":"2018-12-12T15:44:46Z","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net"}]} 2018-12-12 15:44:50,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net used request id req-56613b24-8fe0-4a4f-b27b-e58302fadc68 2018-12-12 15:44:50,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:50,868 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:50,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f923c806ee6adff51df4275c73a111ccbce06cc6" 2018-12-12 15:44:50,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ce2788-4e46-44b7-8668-ab6331d8f389 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf"}, "enabled": true, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}} 2018-12-12 15:44:50,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf used request id req-b4ce2788-4e46-44b7-8668-ab6331d8f389 2018-12-12 15:44:50,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" 2018-12-12 15:44:51,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ab1213b7-87ef-403f-aaa8-e29bd25a0419 Date: Wed, 12 Dec 2018 15:44:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d79a51a3-fa6f-41b1-a6c1-ac783c4d2248","tenant_id":"6d6837e9ebb24bc29a58b27f704e0bbf","created_at":"2018-12-12T15:44:46Z","dns_nameservers":[],"updated_at":"2018-12-12T15:44:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6d6837e9ebb24bc29a58b27f704e0bbf","id":"1a6215b9-f99c-45a6-b262-b6b3dea2aaf1","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet"}]} 2018-12-12 15:44:51,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-ab1213b7-87ef-403f-aaa8-e29bd25a0419 2018-12-12 15:44:51,100 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net 2018-12-12 15:44:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fac998d6873325b80fd3a42cbc2c62890f965d81" -d '{"port": {"network_id": "d79a51a3-fa6f-41b1-a6c1-ac783c4d2248", "name": "CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-12-12 15:44:51,117 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-9ae4fdcb-56cd-40c2-92a9-0aaf71733c7e Date: Wed, 12 Dec 2018 15:44:51 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 15:44:51,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-9ae4fdcb-56cd-40c2-92a9-0aaf71733c7e 2018-12-12 15:44:51,117 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 15:44:51,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/7d203d9a-6b63-490d-aa34-344aeffcb845 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85158050cc62847635f83d9d9751e875da6cf2fc" 2018-12-12 15:44:51,159 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-80f65325-4b21-4b2a-9449-44e42c891a74 x-compute-request-id: req-80f65325-4b21-4b2a-9449-44e42c891a74 Content-Length: 0 Content-Type: application/json 2018-12-12 15:44:51,159 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7d203d9a-6b63-490d-aa34-344aeffcb845 used request id req-80f65325-4b21-4b2a-9449-44e42c891a74 2018-12-12 15:44:51,160 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet 2018-12-12 15:44:51,160 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-subnet 2018-12-12 15:44:51,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/1a6215b9-f99c-45a6-b262-b6b3dea2aaf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" 2018-12-12 15:44:53,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf6903e1-aca4-4e4c-b33b-a55641de6769 Date: Wed, 12 Dec 2018 15:44:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:44:53,332 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1a6215b9-f99c-45a6-b262-b6b3dea2aaf1 used request id req-cf6903e1-aca4-4e4c-b33b-a55641de6769 2018-12-12 15:44:53,332 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-pub-net 2018-12-12 15:44:53,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be449362817f8b60c2fab031801c2bdc24938f8" 2018-12-12 15:44:54,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b56ba998-6abd-44e2-a872-7d3078f6098e Date: Wed, 12 Dec 2018 15:44:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:44:54,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d79a51a3-fa6f-41b1-a6c1-ac783c4d2248 used request id req-b56ba998-6abd-44e2-a872-7d3078f6098e 2018-12-12 15:44:54,665 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ee2637d7-0e46-4741-bf02-e8de0c0b8fb4-image 2018-12-12 15:44:54,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12b6fa2efc3bcd4b2c7ca6c77ff979be241a83e0" 2018-12-12 15:44:56,481 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e010e66f-2147-4b3c-bd79-095c0f2a2967 Date: Wed, 12 Dec 2018 15:44:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:44:56,481 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6f6c13f5-e077-4ea4-858f-3380a6d4b2f2 used request id req-e010e66f-2147-4b3c-bd79-095c0f2a2967 2018-12-12 15:44:56,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:56,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2111f942-074d-4b74-bfce-a6dcf4238f6c Date: Wed, 12 Dec 2018 15:44:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "created_at": "2018-12-12T15:44:45Z", "updated_at": "2018-12-12T15:44:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:44:45Z", "revision_number": 0, "id": "09451d8a-2518-4ddc-bfc5-42db78a2e6b4", "remote_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "remote_ip_prefix": null, "created_at": "2018-12-12T15:44:45Z", "security_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:44:45Z", "revision_number": 0, "id": "a99ec11f-3860-4201-9f4b-bae990c8e8cb", "remote_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "remote_ip_prefix": null, "created_at": "2018-12-12T15:44:45Z", "security_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:44:45Z", "revision_number": 0, "id": "ac8eafb2-2e51-4bf9-9cd5-0a236d2c8727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:44:45Z", "security_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:44:45Z", "revision_number": 0, "id": "d763436c-da91-4266-8f01-4359110c4dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:44:45Z", "security_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf"}], "revision_number": 4, "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:44:56,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2111f942-074d-4b74-bfce-a6dcf4238f6c 2018-12-12 15:44:56,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:56,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cec2cc8-f6f2-4c72-85ea-30a9de96cc97 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf"}, "enabled": true, "id": "6d6837e9ebb24bc29a58b27f704e0bbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-029df829-d286-4ce-proj"}} 2018-12-12 15:44:56,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf used request id req-6cec2cc8-f6f2-4c72-85ea-30a9de96cc97 2018-12-12 15:44:56,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac40b0b2-8c62-4c77-9089-20f085e7c522 2018-12-12 15:44:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ac40b0b2-8c62-4c77-9089-20f085e7c522 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:56,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2c2e37fa-52da-401b-8bcf-dd0a00bfdecc Date: Wed, 12 Dec 2018 15:44:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:44:45Z", "security_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "port_range_min": null, "revision_number": 0, "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "created_at": "2018-12-12T15:44:45Z", "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "id": "09451d8a-2518-4ddc-bfc5-42db78a2e6b4"}, {"remote_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:44:45Z", "security_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "port_range_min": null, "revision_number": 0, "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "created_at": "2018-12-12T15:44:45Z", "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "id": "a99ec11f-3860-4201-9f4b-bae990c8e8cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:44:45Z", "security_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "port_range_min": null, "revision_number": 0, "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "created_at": "2018-12-12T15:44:45Z", "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "id": "ac8eafb2-2e51-4bf9-9cd5-0a236d2c8727"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:44:45Z", "security_group_id": "ac40b0b2-8c62-4c77-9089-20f085e7c522", "port_range_min": null, "revision_number": 0, "tenant_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "created_at": "2018-12-12T15:44:45Z", "project_id": "6d6837e9ebb24bc29a58b27f704e0bbf", "id": "d763436c-da91-4266-8f01-4359110c4dd2"}]} 2018-12-12 15:44:56,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ac40b0b2-8c62-4c77-9089-20f085e7c522 used request id req-2c2e37fa-52da-401b-8bcf-dd0a00bfdecc 2018-12-12 15:44:56,957 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:44:56,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ac40b0b2-8c62-4c77-9089-20f085e7c522 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:57,265 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f408b57a-ac45-481a-a286-0e87b2963ad4 Content-Length: 0 Date: Wed, 12 Dec 2018 15:44:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:44:57,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ac40b0b2-8c62-4c77-9089-20f085e7c522 used request id req-f408b57a-ac45-481a-a286-0e87b2963ad4 2018-12-12 15:44:57,266 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-029df829-d286-4ce-proj 2018-12-12 15:44:57,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:57,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb9737ec-7ee4-47fd-88f5-0b625053e708 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:57,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/6d6837e9ebb24bc29a58b27f704e0bbf used request id req-fb9737ec-7ee4-47fd-88f5-0b625053e708 2018-12-12 15:44:57,490 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-029df829-d286-4ce-proj-role 2018-12-12 15:44:57,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1f17d65229b545c2b599247935acb0e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:57,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0aca2400-8c17-4ae0-9e78-1c2b8873d450 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:57,691 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1f17d65229b545c2b599247935acb0e4 used request id req-0aca2400-8c17-4ae0-9e78-1c2b8873d450 2018-12-12 15:44:57,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45b7c9270d33ac71ea0c7199dd402598d50a8b92" 2018-12-12 15:44:57,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f88607-4434-4cdd-ab4e-143efdac3b7d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:44:57,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d4f88607-4434-4cdd-ab4e-143efdac3b7d 2018-12-12 15:44:57,793 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-029df829-d286-4ce-user 2018-12-12 15:44:57,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/91dfad8b42684098bc230d3e5c6123c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68accfef2f7d384e25aca7c575c465ef2b008a21" 2018-12-12 15:44:58,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96f19785-3dea-4a5f-99a1-47c8a4c91c3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:44:58,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/91dfad8b42684098bc230d3e5c6123c1 used request id req-96f19785-3dea-4a5f-99a1-47c8a4c91c3c 2018-12-12 15:44:58,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:58,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["tPlVcwsrQ_2vqrxEJaYk3A"], "issued_at": "2018-12-12T15:44:58.000000Z"}} 2018-12-12 15:44:58,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4f54a5ee89c21cce60a71087116f4b0bd8b5e" 2018-12-12 15:44:58,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89dcaf5-04b4-4609-8109-5451f36b8609 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:58,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d89dcaf5-04b4-4609-8109-5451f36b8609 2018-12-12 15:44:58,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:58,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:58,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0PcVKYRxQh-8FLoWKMgQzA"], "issued_at": "2018-12-12T15:44:58.000000Z"}} 2018-12-12 15:44:58,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:44:58,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae1a17fd-e598-4f1b-84a0-ecd6094f984d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:58,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ae1a17fd-e598-4f1b-84a0-ecd6094f984d 2018-12-12 15:44:58,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:58,968 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:58,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:44:59,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fdd7df9-c5bf-4e40-8770-17b6910bfca4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:44:59,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj used request id req-6fdd7df9-c5bf-4e40-8770-17b6910bfca4 2018-12-12 15:44:59,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:44:59,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf104fa5-6d9a-46fa-b017-b7cb96628a38 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:44:59,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cf104fa5-6d9a-46fa-b017-b7cb96628a38 2018-12-12 15:44:59,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}}' 2018-12-12 15:44:59,218 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:44:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41494975-a0bb-47a8-b8f7-496989582c89 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c"}, "enabled": true, "id": "ef718c7d12464c3da205d38394aa996c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}} 2018-12-12 15:44:59,218 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-41494975-a0bb-47a8-b8f7-496989582c89 2018-12-12 15:44:59,219 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj 2018-12-12 15:44:59,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:44:59,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:44:59,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:44:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["MCkGw7joQgOMG4ExqU2wAA"], "issued_at": "2018-12-12T15:44:59.000000Z"}} 2018-12-12 15:44:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5955efbacdda2f0327ab138ba6c05800ee93b9c9" 2018-12-12 15:44:59,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce63816f-2388-413c-b2ad-3ef464b31028 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:44:59,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ce63816f-2388-413c-b2ad-3ef464b31028 2018-12-12 15:44:59,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:44:59,690 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:44: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:44:59,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5955efbacdda2f0327ab138ba6c05800ee93b9c9" 2018-12-12 15:44:59,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1223e9d1-8471-48ca-b2ed-d68af5a3888e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:44:59,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1223e9d1-8471-48ca-b2ed-d68af5a3888e 2018-12-12 15:44:59,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5955efbacdda2f0327ab138ba6c05800ee93b9c9" 2018-12-12 15:44:59,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59a69c7-78fa-4088-801c-1813fc097343 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c"}, "enabled": true, "id": "ef718c7d12464c3da205d38394aa996c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}]} 2018-12-12 15:44:59,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj used request id req-c59a69c7-78fa-4088-801c-1813fc097343 2018-12-12 15:44:59,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5955efbacdda2f0327ab138ba6c05800ee93b9c9" 2018-12-12 15:44:59,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db0b60e8-720b-4939-8234-e86576ddbbce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:44:59,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-db0b60e8-720b-4939-8234-e86576ddbbce 2018-12-12 15:45:00,386 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-dd423e06-f9f6-4da-user 2018-12-12 15:45:00,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:00,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:00,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6141c2e8-df61-4ce3-a345-5af9b3904adc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:45:00,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6141c2e8-df61-4ce3-a345-5af9b3904adc 2018-12-12 15:45:00,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" -d '{"role": {"name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role"}}' 2018-12-12 15:45:00,594 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:45:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d3ef3be-a0d0-4965-923c-737fd4036a86 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8e2e4fa8b3b14cea93f02ed3379e9edf", "links": {"self": "http://172.30.9.29:5000/v3/roles/8e2e4fa8b3b14cea93f02ed3379e9edf"}, "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role"}} 2018-12-12 15:45:00,594 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5d3ef3be-a0d0-4965-923c-737fd4036a86 2018-12-12 15:45:00,595 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role 2018-12-12 15:45:00,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8e2e4fa8b3b14cea93f02ed3379e9edf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:00,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c06ddb7-f9d5-423a-be21-7c21d81a1e4c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8e2e4fa8b3b14cea93f02ed3379e9edf"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role", "id": "8e2e4fa8b3b14cea93f02ed3379e9edf"}} 2018-12-12 15:45:00,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8e2e4fa8b3b14cea93f02ed3379e9edf used request id req-9c06ddb7-f9d5-423a-be21-7c21d81a1e4c 2018-12-12 15:45:00,679 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role to project CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj 2018-12-12 15:45:00,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c/users/359abd03bd364e9e8c32736d14e59cd3/roles/8e2e4fa8b3b14cea93f02ed3379e9edf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:00,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49b02558-dbf4-4c3d-a33a-0cdb22f95041 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:00,808 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c/users/359abd03bd364e9e8c32736d14e59cd3/roles/8e2e4fa8b3b14cea93f02ed3379e9edf used request id req-49b02558-dbf4-4c3d-a33a-0cdb22f95041 2018-12-12 15:45:00,808 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:45:00,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:00,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:01,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e2e4fa8b3b14cea93f02ed3379e9edf", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role"}], "expires_at": "2018-12-12T16:45:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef718c7d12464c3da205d38394aa996c", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-user", "id": "359abd03bd364e9e8c32736d14e59cd3"}, "audit_ids": ["BzV96FQnSr-W9_nyx7ZZ_g"], "issued_at": "2018-12-12T15:45:01.000000Z"}} 2018-12-12 15:45:01,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" 2018-12-12 15:45:01,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5df20837-9bd3-48e3-bd75-053ba6c86b7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:01,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5df20837-9bd3-48e3-bd75-053ba6c86b7f 2018-12-12 15:45:01,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" 2018-12-12 15:45:01,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-27310b5e-e1b1-4c71-8078-01bd6b7825f8 Date: Wed, 12 Dec 2018 15:45:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image"} 2018-12-12 15:45:01,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image used request id req-27310b5e-e1b1-4c71-8078-01bd6b7825f8 2018-12-12 15:45:01,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" 2018-12-12 15:45:01,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6473c9ea-cc08-4bd9-812a-c5652d396142 Date: Wed, 12 Dec 2018 15:45:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:45:01,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6473c9ea-cc08-4bd9-812a-c5652d396142 2018-12-12 15:45:01,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image"}' 2018-12-12 15:45:01,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f X-Openstack-Request-Id: req-3868b0f6-2d7b-44cb-9e59-5c6aa190bd73 Date: Wed, 12 Dec 2018 15:45:01 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f", "min_disk": 0, "protected": false, "id": "41c57379-b673-4bb2-a5c3-4074384aeb2f", "file": "/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/file", "checksum": null, "owner": "ef718c7d12464c3da205d38394aa996c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:01,915 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-3868b0f6-2d7b-44cb-9e59-5c6aa190bd73 2018-12-12 15:45:01,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" -d '' 2018-12-12 15:45:03,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac077e24-5c39-4493-9375-f4ad3ea7890f Date: Wed, 12 Dec 2018 15:45:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:45:03,961 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/file used request id req-ac077e24-5c39-4493-9375-f4ad3ea7890f 2018-12-12 15:45:03,961 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:45:03,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" 2018-12-12 15:45:04,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d8ea9da2-dca9-43a8-a1ab-71de6f9fdcf7 Date: Wed, 12 Dec 2018 15:45:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:03Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/snap", "metadata": {}}], "self": "/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f", "min_disk": 0, "protected": false, "id": "41c57379-b673-4bb2-a5c3-4074384aeb2f", "file": "/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef718c7d12464c3da205d38394aa996c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:04,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f used request id req-d8ea9da2-dca9-43a8-a1ab-71de6f9fdcf7 2018-12-12 15:45:04,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" 2018-12-12 15:45:04,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-24191b40-db59-4746-ae10-64ad6aba12e8 Date: Wed, 12 Dec 2018 15:45:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:45:04,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-24191b40-db59-4746-ae10-64ad6aba12e8 2018-12-12 15:45:04,294 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image 2018-12-12 15:45:04,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" 2018-12-12 15:45:04,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e647d720-e377-487f-83e0-b3983f059c87 Date: Wed, 12 Dec 2018 15:45:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:03Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/snap", "metadata": {}}], "self": "/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f", "min_disk": 0, "protected": false, "id": "41c57379-b673-4bb2-a5c3-4074384aeb2f", "file": "/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef718c7d12464c3da205d38394aa996c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/41c57379-b673-4bb2-a5c3-4074384aeb2f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:04,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f used request id req-e647d720-e377-487f-83e0-b3983f059c87 2018-12-12 15:45:04,460 - create_image - DEBUG - Instance status is - active 2018-12-12 15:45:04,460 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image 2018-12-12 15:45:04,460 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image 2018-12-12 15:45:04,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:04,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:04,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e2e4fa8b3b14cea93f02ed3379e9edf", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role"}], "expires_at": "2018-12-12T16:45:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef718c7d12464c3da205d38394aa996c", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-user", "id": "359abd03bd364e9e8c32736d14e59cd3"}, "audit_ids": ["o-Dluj8KR12NUm0l1-kMTw"], "issued_at": "2018-12-12T15:45:04.000000Z"}} 2018-12-12 15:45:04,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" 2018-12-12 15:45:04,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ece546-d396-4f8d-9bf3-0dfe6a1b42f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:04,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b5ece546-d396-4f8d-9bf3-0dfe6a1b42f5 2018-12-12 15:45:04,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" 2018-12-12 15:45:05,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a027e210-11d0-472f-b6b4-b7311711287b Date: Wed, 12 Dec 2018 15:45:05 GMT RESP BODY: {"networks":[]} 2018-12-12 15:45:05,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net used request id req-a027e210-11d0-472f-b6b4-b7311711287b 2018-12-12 15:45:05,100 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net 2018-12-12 15:45:05,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" -d '{"network": {"name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net", "admin_state_up": true}}' 2018-12-12 15:45:05,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-1a754d04-8e2d-4767-afb1-1d43861c9a66 Date: Wed, 12 Dec 2018 15:45:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef718c7d12464c3da205d38394aa996c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:45:05Z","is_default":false,"name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:05Z","mtu":1450}} 2018-12-12 15:45:05,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1a754d04-8e2d-4767-afb1-1d43861c9a66 2018-12-12 15:45:05,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" 2018-12-12 15:45:05,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-b9f35d63-073b-4d01-b49c-70cce46442c7 Date: Wed, 12 Dec 2018 15:45: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-12-12T15:45:05Z","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ef718c7d12464c3da205d38394aa996c","id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net"}]} 2018-12-12 15:45:05,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-b9f35d63-073b-4d01-b49c-70cce46442c7 2018-12-12 15:45:05,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" 2018-12-12 15:45:06,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-74bbfcb9-76bf-4b53-93cb-7e76bf858277 Date: Wed, 12 Dec 2018 15:45:06 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:45:06,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-74bbfcb9-76bf-4b53-93cb-7e76bf858277 2018-12-12 15:45:06,100 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet 2018-12-12 15:45:06,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" -d '{"subnets": [{"ip_version": 4, "network_id": "05a78e65-03a7-425d-8e4c-54b19d45f3d2", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet"}]}' 2018-12-12 15:45:06,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-650809be-093f-46ed-8805-4970dacb7e5e Date: Wed, 12 Dec 2018 15:45:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:06Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"ef718c7d12464c3da205d38394aa996c","id":"4dab405e-0c39-48fd-87bd-8e823fb1b6ad","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet"}]} 2018-12-12 15:45:06,743 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-650809be-093f-46ed-8805-4970dacb7e5e 2018-12-12 15:45:06,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" 2018-12-12 15:45:06,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0c0183ce-4ad1-4935-a134-a4ff7d7d511f Date: Wed, 12 Dec 2018 15:45:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4dab405e-0c39-48fd-87bd-8e823fb1b6ad"],"updated_at":"2018-12-12T15:45:06Z","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef718c7d12464c3da205d38394aa996c","id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net"}]} 2018-12-12 15:45:06,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-0c0183ce-4ad1-4935-a134-a4ff7d7d511f 2018-12-12 15:45:06,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" 2018-12-12 15:45:07,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b5c40470-adff-4ee9-bf80-6d1b11c6216c Date: Wed, 12 Dec 2018 15:45:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:06Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"ef718c7d12464c3da205d38394aa996c","id":"4dab405e-0c39-48fd-87bd-8e823fb1b6ad","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet"}]} 2018-12-12 15:45:07,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-b5c40470-adff-4ee9-bf80-6d1b11c6216c 2018-12-12 15:45:07,046 - OpenStackNetwork - DEBUG - Network [05a78e65-03a7-425d-8e4c-54b19d45f3d2] created successfully 2018-12-12 15:45:07,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:07,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:07,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qRRIK0LIQ2CSO8m73EKX3Q"], "issued_at": "2018-12-12T15:45:07.000000Z"}} 2018-12-12 15:45:07,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c3190140d7a82ca48207d1b1648d26d1de72ba" 2018-12-12 15:45:07,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f76d0d-846d-42da-b047-bb13f59bd2af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:07,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-86f76d0d-846d-42da-b047-bb13f59bd2af 2018-12-12 15:45:07,523 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:45:07,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c3190140d7a82ca48207d1b1648d26d1de72ba" 2018-12-12 15:45:07,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cba467a5-1b59-4066-824c-45a57653acc8 x-compute-request-id: req-cba467a5-1b59-4066-824c-45a57653acc8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:45:07,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-cba467a5-1b59-4066-824c-45a57653acc8 2018-12-12 15:45:07,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c3190140d7a82ca48207d1b1648d26d1de72ba" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:45:07,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcff80e0-a732-4b37-b99a-e82d20df2301 x-compute-request-id: req-dcff80e0-a732-4b37-b99a-e82d20df2301 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/cd5d6750-8d9f-49f0-9d6b-cc92a16e81bd", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/cd5d6750-8d9f-49f0-9d6b-cc92a16e81bd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cd5d6750-8d9f-49f0-9d6b-cc92a16e81bd", "name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:45:07,925 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-dcff80e0-a732-4b37-b99a-e82d20df2301 2018-12-12 15:45:07,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:07,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:08,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e2e4fa8b3b14cea93f02ed3379e9edf", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role"}], "expires_at": "2018-12-12T16:45:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef718c7d12464c3da205d38394aa996c", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-user", "id": "359abd03bd364e9e8c32736d14e59cd3"}, "audit_ids": ["UdrownZ7QmmhpAnSOr-D2Q"], "issued_at": "2018-12-12T15:45:08.000000Z"}} 2018-12-12 15:45:08,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:08,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c013dcf2-385d-4d93-9861-c7cf052d3d50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:08,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c013dcf2-385d-4d93-9861-c7cf052d3d50 2018-12-12 15:45:08,386 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:45:08,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:08,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6ed75d9-b60c-480d-90e1-00007d631d90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:08,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a6ed75d9-b60c-480d-90e1-00007d631d90 2018-12-12 15:45:08,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:08,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7b912b6d-6a08-4a2c-a8a2-cef3c80b746e Date: Wed, 12 Dec 2018 15:45: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":["4dab405e-0c39-48fd-87bd-8e823fb1b6ad"],"updated_at":"2018-12-12T15:45:06Z","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef718c7d12464c3da205d38394aa996c","id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net"}]} 2018-12-12 15:45:08,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net used request id req-7b912b6d-6a08-4a2c-a8a2-cef3c80b746e 2018-12-12 15:45:08,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:08,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:08,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:08,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75368235-abc6-4196-a2ee-fd4032eea2fb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c"}, "enabled": true, "id": "ef718c7d12464c3da205d38394aa996c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}} 2018-12-12 15:45:08,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c used request id req-75368235-abc6-4196-a2ee-fd4032eea2fb 2018-12-12 15:45:08,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:09,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9051b4f0-6d13-4d3b-9b58-86fb1e71ebbb Date: Wed, 12 Dec 2018 15:45:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:06Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"ef718c7d12464c3da205d38394aa996c","id":"4dab405e-0c39-48fd-87bd-8e823fb1b6ad","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet"}]} 2018-12-12 15:45:09,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-9051b4f0-6d13-4d3b-9b58-86fb1e71ebbb 2018-12-12 15:45:09,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2&name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:09,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1209a45a-1cfc-455c-a9f4-cf1606f33f52 Date: Wed, 12 Dec 2018 15:45:09 GMT RESP BODY: {"ports":[]} 2018-12-12 15:45:09,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2&name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4port-1&admin_state_up=True used request id req-1209a45a-1cfc-455c-a9f4-cf1606f33f52 2018-12-12 15:45:09,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:09,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4a4e3fc-9fb1-4eb9-8cf1-6eba3213d20f x-compute-request-id: req-f4a4e3fc-9fb1-4eb9-8cf1-6eba3213d20f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:45:09,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-inst used request id req-f4a4e3fc-9fb1-4eb9-8cf1-6eba3213d20f 2018-12-12 15:45:09,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:09,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-63ff44c2-5380-43b1-a540-4486194893cc Date: Wed, 12 Dec 2018 15:45: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":["4dab405e-0c39-48fd-87bd-8e823fb1b6ad"],"updated_at":"2018-12-12T15:45:06Z","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef718c7d12464c3da205d38394aa996c","id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net"}]} 2018-12-12 15:45:09,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net used request id req-63ff44c2-5380-43b1-a540-4486194893cc 2018-12-12 15:45:09,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:09,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49b0c9fd-c9cf-4db8-bff3-7f98e653363c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c"}, "enabled": true, "id": "ef718c7d12464c3da205d38394aa996c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}} 2018-12-12 15:45:09,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c used request id req-49b0c9fd-c9cf-4db8-bff3-7f98e653363c 2018-12-12 15:45:09,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:09,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d66311c5-d1e0-4734-90f4-df687c6c357d Date: Wed, 12 Dec 2018 15:45:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:06Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"ef718c7d12464c3da205d38394aa996c","id":"4dab405e-0c39-48fd-87bd-8e823fb1b6ad","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet"}]} 2018-12-12 15:45:09,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-d66311c5-d1e0-4734-90f4-df687c6c357d 2018-12-12 15:45:09,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2&name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:10,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bdc2574c-df7a-457c-8e60-925bfca5ebb3 Date: Wed, 12 Dec 2018 15:45:10 GMT RESP BODY: {"ports":[]} 2018-12-12 15:45:10,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2&name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4port-1&admin_state_up=True used request id req-bdc2574c-df7a-457c-8e60-925bfca5ebb3 2018-12-12 15:45:10,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:10,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:10,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e2e4fa8b3b14cea93f02ed3379e9edf", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role"}], "expires_at": "2018-12-12T16:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef718c7d12464c3da205d38394aa996c", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/ef718c7d12464c3da205d38394aa996c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-user", "id": "359abd03bd364e9e8c32736d14e59cd3"}, "audit_ids": ["BR18hPciSmSwto7sktKjYg"], "issued_at": "2018-12-12T15:45:10.000000Z"}} 2018-12-12 15:45:10,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f4c942bb00a2e9776936fc48a1b66ec6f03bcc4" 2018-12-12 15:45:10,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9611775-8c9b-4c88-a936-389aa29cb160 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:10,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f9611775-8c9b-4c88-a936-389aa29cb160 2018-12-12 15:45:10,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:10,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-706b5cbe-3901-4637-9295-2ccfbca045a0 Date: Wed, 12 Dec 2018 15:45: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":["4dab405e-0c39-48fd-87bd-8e823fb1b6ad"],"updated_at":"2018-12-12T15:45:06Z","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef718c7d12464c3da205d38394aa996c","id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net"}]} 2018-12-12 15:45:10,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net used request id req-706b5cbe-3901-4637-9295-2ccfbca045a0 2018-12-12 15:45:10,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:10,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5b20afef-b221-45de-9595-1e248ffd5eac Date: Wed, 12 Dec 2018 15:45:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:06Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"ef718c7d12464c3da205d38394aa996c","id":"4dab405e-0c39-48fd-87bd-8e823fb1b6ad","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet"}]} 2018-12-12 15:45:10,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-5b20afef-b221-45de-9595-1e248ffd5eac 2018-12-12 15:45:10,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:11,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-93cd6e5f-4ab1-43c8-8d12-edffd2b98dd6 Date: Wed, 12 Dec 2018 15:45: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":["4dab405e-0c39-48fd-87bd-8e823fb1b6ad"],"updated_at":"2018-12-12T15:45:06Z","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef718c7d12464c3da205d38394aa996c","id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net"}]} 2018-12-12 15:45:11,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net used request id req-93cd6e5f-4ab1-43c8-8d12-edffd2b98dd6 2018-12-12 15:45:11,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:11,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:11,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f4c942bb00a2e9776936fc48a1b66ec6f03bcc4" 2018-12-12 15:45:11,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89ad6eb-bded-40ff-a73f-ec6bcc3fd4ea Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c"}, "enabled": true, "id": "ef718c7d12464c3da205d38394aa996c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}} 2018-12-12 15:45:11,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c used request id req-a89ad6eb-bded-40ff-a73f-ec6bcc3fd4ea 2018-12-12 15:45:11,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" 2018-12-12 15:45:11,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f2407994-fa3c-4902-aa74-4254603126f2 Date: Wed, 12 Dec 2018 15:45:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05a78e65-03a7-425d-8e4c-54b19d45f3d2","tenant_id":"ef718c7d12464c3da205d38394aa996c","created_at":"2018-12-12T15:45:06Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"ef718c7d12464c3da205d38394aa996c","id":"4dab405e-0c39-48fd-87bd-8e823fb1b6ad","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet"}]} 2018-12-12 15:45:11,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-f2407994-fa3c-4902-aa74-4254603126f2 2018-12-12 15:45:11,351 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net 2018-12-12 15:45:11,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66505f68e301956edcd6dcb916f873869bbdf680" -d '{"port": {"network_id": "05a78e65-03a7-425d-8e4c-54b19d45f3d2", "name": "CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-12-12 15:45:11,370 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-506ed679-1a51-436e-9869-e0b4ba1820bf Date: Wed, 12 Dec 2018 15:45:11 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 15:45:11,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-506ed679-1a51-436e-9869-e0b4ba1820bf 2018-12-12 15:45:11,371 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 15:45:11,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/cd5d6750-8d9f-49f0-9d6b-cc92a16e81bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c3190140d7a82ca48207d1b1648d26d1de72ba" 2018-12-12 15:45:11,423 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:45:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebc24c99-7879-4bb9-8e50-433975fb54b2 x-compute-request-id: req-ebc24c99-7879-4bb9-8e50-433975fb54b2 Content-Length: 0 Content-Type: application/json 2018-12-12 15:45:11,423 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/cd5d6750-8d9f-49f0-9d6b-cc92a16e81bd used request id req-ebc24c99-7879-4bb9-8e50-433975fb54b2 2018-12-12 15:45:11,424 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet 2018-12-12 15:45:11,424 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-subnet 2018-12-12 15:45:11,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/4dab405e-0c39-48fd-87bd-8e823fb1b6ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" 2018-12-12 15:45:13,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf7413a7-9b7c-4f77-9876-65bd89e35f9e Date: Wed, 12 Dec 2018 15:45:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:13,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/4dab405e-0c39-48fd-87bd-8e823fb1b6ad used request id req-bf7413a7-9b7c-4f77-9876-65bd89e35f9e 2018-12-12 15:45:13,642 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-pub-net 2018-12-12 15:45:13,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/05a78e65-03a7-425d-8e4c-54b19d45f3d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c476470c10d1fc7e4530c168d42df9608bd2ed9d" 2018-12-12 15:45:15,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-121ee5d2-77bd-4ec8-994a-a47ea33676aa Date: Wed, 12 Dec 2018 15:45:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:15,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/05a78e65-03a7-425d-8e4c-54b19d45f3d2 used request id req-121ee5d2-77bd-4ec8-994a-a47ea33676aa 2018-12-12 15:45:15,143 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-df928a7a-65c5-4bcc-bed4-a49d4c2a3ae4-image 2018-12-12 15:45:15,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}082a86a845103cca0b98504dce6b5769a48af0e2" 2018-12-12 15:45:17,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-180b72c0-bd51-450b-932a-28f94af43f2a Date: Wed, 12 Dec 2018 15:45:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:45:17,170 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/41c57379-b673-4bb2-a5c3-4074384aeb2f used request id req-180b72c0-bd51-450b-932a-28f94af43f2a 2018-12-12 15:45:17,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:17,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-32569002-6ab0-458f-b498-8911ffdf0263 Date: Wed, 12 Dec 2018 15:45:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef718c7d12464c3da205d38394aa996c", "created_at": "2018-12-12T15:45:05Z", "updated_at": "2018-12-12T15:45:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:05Z", "revision_number": 0, "id": "755a365f-d906-4639-aacf-27a5d0bc47d8", "remote_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:05Z", "security_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "tenant_id": "ef718c7d12464c3da205d38394aa996c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef718c7d12464c3da205d38394aa996c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:05Z", "revision_number": 0, "id": "7b283e16-9f4b-45c1-8fc2-9c011845fd74", "remote_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:05Z", "security_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "tenant_id": "ef718c7d12464c3da205d38394aa996c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef718c7d12464c3da205d38394aa996c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:05Z", "revision_number": 0, "id": "8fceaced-20a6-4ed8-9a7e-9cda685d2674", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:05Z", "security_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "tenant_id": "ef718c7d12464c3da205d38394aa996c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef718c7d12464c3da205d38394aa996c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:05Z", "revision_number": 0, "id": "aca64f8b-6661-401c-a958-920116f400c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:05Z", "security_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "tenant_id": "ef718c7d12464c3da205d38394aa996c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef718c7d12464c3da205d38394aa996c"}], "revision_number": 4, "project_id": "ef718c7d12464c3da205d38394aa996c", "id": "8c8ed926-913e-4819-9310-a6799dda68a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:45:17,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-32569002-6ab0-458f-b498-8911ffdf0263 2018-12-12 15:45:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:17,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1851000c-0839-4fcd-9dfa-69efd8a907da Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c"}, "enabled": true, "id": "ef718c7d12464c3da205d38394aa996c", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj"}} 2018-12-12 15:45:17,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c used request id req-1851000c-0839-4fcd-9dfa-69efd8a907da 2018-12-12 15:45:17,481 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c8ed926-913e-4819-9310-a6799dda68a8 2018-12-12 15:45:17,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=8c8ed926-913e-4819-9310-a6799dda68a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:17,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-81a0e4f0-ad3f-4ed4-a802-e670f0f8c819 Date: Wed, 12 Dec 2018 15:45:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:05Z", "security_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "port_range_min": null, "revision_number": 0, "tenant_id": "ef718c7d12464c3da205d38394aa996c", "created_at": "2018-12-12T15:45:05Z", "project_id": "ef718c7d12464c3da205d38394aa996c", "id": "755a365f-d906-4639-aacf-27a5d0bc47d8"}, {"remote_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:05Z", "security_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "port_range_min": null, "revision_number": 0, "tenant_id": "ef718c7d12464c3da205d38394aa996c", "created_at": "2018-12-12T15:45:05Z", "project_id": "ef718c7d12464c3da205d38394aa996c", "id": "7b283e16-9f4b-45c1-8fc2-9c011845fd74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:05Z", "security_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "port_range_min": null, "revision_number": 0, "tenant_id": "ef718c7d12464c3da205d38394aa996c", "created_at": "2018-12-12T15:45:05Z", "project_id": "ef718c7d12464c3da205d38394aa996c", "id": "8fceaced-20a6-4ed8-9a7e-9cda685d2674"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:05Z", "security_group_id": "8c8ed926-913e-4819-9310-a6799dda68a8", "port_range_min": null, "revision_number": 0, "tenant_id": "ef718c7d12464c3da205d38394aa996c", "created_at": "2018-12-12T15:45:05Z", "project_id": "ef718c7d12464c3da205d38394aa996c", "id": "aca64f8b-6661-401c-a958-920116f400c9"}]} 2018-12-12 15:45:17,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=8c8ed926-913e-4819-9310-a6799dda68a8 used request id req-81a0e4f0-ad3f-4ed4-a802-e670f0f8c819 2018-12-12 15:45:17,667 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:45:17,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/8c8ed926-913e-4819-9310-a6799dda68a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:17,977 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87919845-f843-49b5-a1ef-fc1883828c83 Content-Length: 0 Date: Wed, 12 Dec 2018 15:45:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:17,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/8c8ed926-913e-4819-9310-a6799dda68a8 used request id req-87919845-f843-49b5-a1ef-fc1883828c83 2018-12-12 15:45:17,978 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj 2018-12-12 15:45:17,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:18,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09d04d3f-c295-45f3-be37-cd307ff637b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:18,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ef718c7d12464c3da205d38394aa996c used request id req-09d04d3f-c295-45f3-be37-cd307ff637b5 2018-12-12 15:45:18,191 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-dd423e06-f9f6-4da-proj-role 2018-12-12 15:45:18,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8e2e4fa8b3b14cea93f02ed3379e9edf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:18,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dcd2e4f-5908-4c37-b369-02d22f573af3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:18,307 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8e2e4fa8b3b14cea93f02ed3379e9edf used request id req-6dcd2e4f-5908-4c37-b369-02d22f573af3 2018-12-12 15:45:18,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71ce0fe48fd6764d6ce6f92408795858f65b2e28" 2018-12-12 15:45:18,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb55b08-b6c0-40a0-b09e-1b55dcba3cef Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:45:18,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9fb55b08-b6c0-40a0-b09e-1b55dcba3cef 2018-12-12 15:45:18,393 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-dd423e06-f9f6-4da-user 2018-12-12 15:45:18,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/359abd03bd364e9e8c32736d14e59cd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5955efbacdda2f0327ab138ba6c05800ee93b9c9" 2018-12-12 15:45:18,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54535c59-8510-4ec1-96c8-900ba31c039b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:18,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/359abd03bd364e9e8c32736d14e59cd3 used request id req-54535c59-8510-4ec1-96c8-900ba31c039b 2018-12-12 15:45:18,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:18,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["zeqZ3R5sQh6DNScLq390Ng"], "issued_at": "2018-12-12T15:45:18.000000Z"}} 2018-12-12 15:45:18,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd832d2531e91b800a226e4fe413db3402f93a67" 2018-12-12 15:45:19,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296af437-db4d-40ba-884e-9ece2693f741 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:19,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-296af437-db4d-40ba-884e-9ece2693f741 2018-12-12 15:45:19,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:19,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:19,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["raozivzQR7-q5ACknFthtg"], "issued_at": "2018-12-12T15:45:19.000000Z"}} 2018-12-12 15:45:19,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:19,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6297754f-37d5-4122-abb7-7e2df2ee438c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:19,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6297754f-37d5-4122-abb7-7e2df2ee438c 2018-12-12 15:45:19,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:19,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:19,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:19,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e1c075-689b-4146-865f-91dd1633dde9 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:45:19,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj used request id req-01e1c075-689b-4146-865f-91dd1633dde9 2018-12-12 15:45:19,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:19,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c371d6c6-54f0-40be-8f16-9214b32a6fbe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:45:19,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c371d6c6-54f0-40be-8f16-9214b32a6fbe 2018-12-12 15:45:19,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}}' 2018-12-12 15:45:19,812 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:45:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83a8c9c1-1f37-4cc8-913f-42bdf2fc7bc7 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b"}, "enabled": true, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}} 2018-12-12 15:45:19,812 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-83a8c9c1-1f37-4cc8-913f-42bdf2fc7bc7 2018-12-12 15:45:19,812 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj 2018-12-12 15:45:19,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:19,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:20,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qxY6hZtyRsedCC3iDg5vSg"], "issued_at": "2018-12-12T15:45:20.000000Z"}} 2018-12-12 15:45:20,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b27e776174bbdfa62cd9cecc9b0d4d95194539" 2018-12-12 15:45:20,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b1a6d55-e521-4f2c-ba0e-4a3d44ac6139 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:20,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b1a6d55-e521-4f2c-ba0e-4a3d44ac6139 2018-12-12 15:45:20,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:20,307 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:20,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b27e776174bbdfa62cd9cecc9b0d4d95194539" 2018-12-12 15:45:20,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd28ca8-1bfc-4dee-b691-eb2d430aadb1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:45:20,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1bd28ca8-1bfc-4dee-b691-eb2d430aadb1 2018-12-12 15:45:20,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b27e776174bbdfa62cd9cecc9b0d4d95194539" 2018-12-12 15:45:20,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fd29d8-5a9f-46e5-ada0-d87835455159 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b"}, "enabled": true, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}]} 2018-12-12 15:45:20,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj used request id req-52fd29d8-5a9f-46e5-ada0-d87835455159 2018-12-12 15:45:20,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b27e776174bbdfa62cd9cecc9b0d4d95194539" 2018-12-12 15:45:20,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602d8b57-249e-4f9b-9827-20bee085e49b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:45:20,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-602d8b57-249e-4f9b-9827-20bee085e49b 2018-12-12 15:45:20,996 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-user 2018-12-12 15:45:20,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:21,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:21,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937ce506-f545-4383-805b-44344f825bd3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:45:21,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-937ce506-f545-4383-805b-44344f825bd3 2018-12-12 15:45:21,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" -d '{"role": {"name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role"}}' 2018-12-12 15:45:21,224 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:45:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bde1ecc2-56e9-426f-95f8-adc222947677 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b42d8a5997d441e8bc90ca8145d2dce8", "links": {"self": "http://172.30.9.29:5000/v3/roles/b42d8a5997d441e8bc90ca8145d2dce8"}, "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role"}} 2018-12-12 15:45:21,224 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-bde1ecc2-56e9-426f-95f8-adc222947677 2018-12-12 15:45:21,224 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role 2018-12-12 15:45:21,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b42d8a5997d441e8bc90ca8145d2dce8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:21,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce866d4-fedc-436e-a1bc-a76d379fe5db Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b42d8a5997d441e8bc90ca8145d2dce8"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role", "id": "b42d8a5997d441e8bc90ca8145d2dce8"}} 2018-12-12 15:45:21,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b42d8a5997d441e8bc90ca8145d2dce8 used request id req-5ce866d4-fedc-436e-a1bc-a76d379fe5db 2018-12-12 15:45:21,246 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role to project CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj 2018-12-12 15:45:21,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b/users/357da5df04a7430eb99b8e7bde3a70e1/roles/b42d8a5997d441e8bc90ca8145d2dce8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:21,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5d72cd4-ffef-4c76-9da0-ae3d4982972f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:21,376 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b/users/357da5df04a7430eb99b8e7bde3a70e1/roles/b42d8a5997d441e8bc90ca8145d2dce8 used request id req-e5d72cd4-ffef-4c76-9da0-ae3d4982972f 2018-12-12 15:45:21,377 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:45:21,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:21,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:21,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b42d8a5997d441e8bc90ca8145d2dce8", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role"}], "expires_at": "2018-12-12T16:45:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-user", "id": "357da5df04a7430eb99b8e7bde3a70e1"}, "audit_ids": ["s2SiiLsOT7yNLK0Vd3uk5g"], "issued_at": "2018-12-12T15:45:21.000000Z"}} 2018-12-12 15:45:21,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" 2018-12-12 15:45:21,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b042c17e-caee-4a3f-a76f-5b36d89aecef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:21,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b042c17e-caee-4a3f-a76f-5b36d89aecef 2018-12-12 15:45:21,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" 2018-12-12 15:45:22,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-d1b46293-cba3-4a09-a47c-8570a1b8c07b Date: Wed, 12 Dec 2018 15:45:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image"} 2018-12-12 15:45:22,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image used request id req-d1b46293-cba3-4a09-a47c-8570a1b8c07b 2018-12-12 15:45:22,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" 2018-12-12 15:45:22,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f98f63b-677f-45ab-8c7d-d874e32cc884 Date: Wed, 12 Dec 2018 15:45:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:45:22,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7f98f63b-677f-45ab-8c7d-d874e32cc884 2018-12-12 15:45:22,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image"}' 2018-12-12 15:45:22,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f X-Openstack-Request-Id: req-2b82a992-42a2-4f09-8921-df50e1aa9e32 Date: Wed, 12 Dec 2018 15:45:22 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f", "min_disk": 0, "protected": false, "id": "37f906d5-e46b-4796-858a-7fbf12753c3f", "file": "/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f/file", "checksum": null, "owner": "99510c1d1e2b4ea594d11e24d0067f9b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:22,406 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-2b82a992-42a2-4f09-8921-df50e1aa9e32 2018-12-12 15:45:22,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" -d '' 2018-12-12 15:45:23,730 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c423322-42ef-4e7f-8c0e-fb42a1fdec78 Date: Wed, 12 Dec 2018 15:45:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:45:23,730 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f/file used request id req-5c423322-42ef-4e7f-8c0e-fb42a1fdec78 2018-12-12 15:45:23,731 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:45:23,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" 2018-12-12 15:45:23,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e424cb71-aeda-40b1-8078-a9242c39e218 Date: Wed, 12 Dec 2018 15:45:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:23Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37f906d5-e46b-4796-858a-7fbf12753c3f/snap", "metadata": {}}], "self": "/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f", "min_disk": 0, "protected": false, "id": "37f906d5-e46b-4796-858a-7fbf12753c3f", "file": "/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99510c1d1e2b4ea594d11e24d0067f9b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37f906d5-e46b-4796-858a-7fbf12753c3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:23,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f used request id req-e424cb71-aeda-40b1-8078-a9242c39e218 2018-12-12 15:45:23,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" 2018-12-12 15:45:24,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9bf2819d-ae58-49d4-8ee3-1699d05b0788 Date: Wed, 12 Dec 2018 15:45:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:45:24,033 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9bf2819d-ae58-49d4-8ee3-1699d05b0788 2018-12-12 15:45:24,035 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image 2018-12-12 15:45:24,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" 2018-12-12 15:45:24,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-6d0f3ae3-462a-4a7c-a85a-c52ae2a83a26 Date: Wed, 12 Dec 2018 15:45:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:23Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37f906d5-e46b-4796-858a-7fbf12753c3f/snap", "metadata": {}}], "self": "/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f", "min_disk": 0, "protected": false, "id": "37f906d5-e46b-4796-858a-7fbf12753c3f", "file": "/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99510c1d1e2b4ea594d11e24d0067f9b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/37f906d5-e46b-4796-858a-7fbf12753c3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:24,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f used request id req-6d0f3ae3-462a-4a7c-a85a-c52ae2a83a26 2018-12-12 15:45:24,202 - create_image - DEBUG - Instance status is - active 2018-12-12 15:45:24,202 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image 2018-12-12 15:45:24,202 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image 2018-12-12 15:45:24,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:24,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:24,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b42d8a5997d441e8bc90ca8145d2dce8", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role"}], "expires_at": "2018-12-12T16:45:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-user", "id": "357da5df04a7430eb99b8e7bde3a70e1"}, "audit_ids": ["OlXWADaeRoS4Y73NqSSW1w"], "issued_at": "2018-12-12T15:45:24.000000Z"}} 2018-12-12 15:45:24,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" 2018-12-12 15:45:24,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ddd2f5e-1a70-472b-8650-99231d1d119e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:24,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0ddd2f5e-1a70-472b-8650-99231d1d119e 2018-12-12 15:45:24,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" 2018-12-12 15:45:24,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-12afc1d2-264d-4edf-8071-c2fe3e29b652 Date: Wed, 12 Dec 2018 15:45:24 GMT RESP BODY: {"networks":[]} 2018-12-12 15:45:24,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net used request id req-12afc1d2-264d-4edf-8071-c2fe3e29b652 2018-12-12 15:45:24,837 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net 2018-12-12 15:45:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" -d '{"network": {"name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net", "admin_state_up": true}}' 2018-12-12 15:45:25,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-6fbd9ab7-209c-4525-9e16-6c34cbd62458 Date: Wed, 12 Dec 2018 15:45:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"28a2f73a-beb5-45c0-be89-0982cc22268b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"99510c1d1e2b4ea594d11e24d0067f9b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:45:25Z","is_default":false,"name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:25Z","mtu":1450}} 2018-12-12 15:45:25,414 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-6fbd9ab7-209c-4525-9e16-6c34cbd62458 2018-12-12 15:45:25,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" 2018-12-12 15:45:25,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-eab6d521-356d-497e-9570-4478e9b435ce Date: Wed, 12 Dec 2018 15:45: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-12-12T15:45:25Z","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"99510c1d1e2b4ea594d11e24d0067f9b","id":"28a2f73a-beb5-45c0-be89-0982cc22268b","name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net"}]} 2018-12-12 15:45:25,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-eab6d521-356d-497e-9570-4478e9b435ce 2018-12-12 15:45:25,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" 2018-12-12 15:45:25,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ea747490-be99-42e8-85d3-84bd396d3320 Date: Wed, 12 Dec 2018 15:45:25 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:45:25,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-ea747490-be99-42e8-85d3-84bd396d3320 2018-12-12 15:45:25,846 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet 2018-12-12 15:45:25,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" -d '{"subnets": [{"ip_version": 4, "network_id": "28a2f73a-beb5-45c0-be89-0982cc22268b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet"}]}' 2018-12-12 15:45:26,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6bd3142e-8db2-406c-81db-7ba8727f5d00 Date: Wed, 12 Dec 2018 15:45:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a2f73a-beb5-45c0-be89-0982cc22268b","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:26Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"99510c1d1e2b4ea594d11e24d0067f9b","id":"6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet"}]} 2018-12-12 15:45:26,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-6bd3142e-8db2-406c-81db-7ba8727f5d00 2018-12-12 15:45:26,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" 2018-12-12 15:45:26,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-16d6b1f3-bc1a-4e9d-9190-354434a67c95 Date: Wed, 12 Dec 2018 15:45: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":["6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14"],"updated_at":"2018-12-12T15:45:26Z","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99510c1d1e2b4ea594d11e24d0067f9b","id":"28a2f73a-beb5-45c0-be89-0982cc22268b","name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net"}]} 2018-12-12 15:45:26,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-16d6b1f3-bc1a-4e9d-9190-354434a67c95 2018-12-12 15:45:26,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" 2018-12-12 15:45:27,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5171550e-1247-4158-affd-33680fc7ef10 Date: Wed, 12 Dec 2018 15:45:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a2f73a-beb5-45c0-be89-0982cc22268b","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:26Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"99510c1d1e2b4ea594d11e24d0067f9b","id":"6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet"}]} 2018-12-12 15:45:27,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-5171550e-1247-4158-affd-33680fc7ef10 2018-12-12 15:45:27,047 - OpenStackNetwork - DEBUG - Network [28a2f73a-beb5-45c0-be89-0982cc22268b] created successfully 2018-12-12 15:45:27,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:27,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:27,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["5HL2sryNTfyS02qYn9PVqw"], "issued_at": "2018-12-12T15:45:27.000000Z"}} 2018-12-12 15:45:27,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f922b40df3b692aff3df423eb125eea144cf0a" 2018-12-12 15:45:27,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc0ae7c-f5bd-4abb-95c4-faddeb5ad7ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:27,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ddc0ae7c-f5bd-4abb-95c4-faddeb5ad7ec 2018-12-12 15:45:27,512 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:45:27,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f922b40df3b692aff3df423eb125eea144cf0a" 2018-12-12 15:45:28,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45: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-94589c9b-7809-4f28-8e27-43ede341a5f4 x-compute-request-id: req-94589c9b-7809-4f28-8e27-43ede341a5f4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:45:28,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-94589c9b-7809-4f28-8e27-43ede341a5f4 2018-12-12 15:45:28,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f922b40df3b692aff3df423eb125eea144cf0a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:45:28,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c44e6731-d2b6-4b96-86c5-97b53a9541a0 x-compute-request-id: req-c44e6731-d2b6-4b96-86c5-97b53a9541a0 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/180b6032-c8e1-4857-8636-44e6482fcd3d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/180b6032-c8e1-4857-8636-44e6482fcd3d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "180b6032-c8e1-4857-8636-44e6482fcd3d", "name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:45:28,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c44e6731-d2b6-4b96-86c5-97b53a9541a0 2018-12-12 15:45:28,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:28,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:28,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b42d8a5997d441e8bc90ca8145d2dce8", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role"}], "expires_at": "2018-12-12T16:45:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-user", "id": "357da5df04a7430eb99b8e7bde3a70e1"}, "audit_ids": ["HU7JMrQBQwyNJ2iqBs7tFg"], "issued_at": "2018-12-12T15:45:28.000000Z"}} 2018-12-12 15:45:28,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:28,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6055682a-bd9c-4742-8bf2-b0f48655eccd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:28,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6055682a-bd9c-4742-8bf2-b0f48655eccd 2018-12-12 15:45:28,580 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:45:28,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:28,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f4511f3-a3c6-4236-8742-35391811a21a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:28,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0f4511f3-a3c6-4236-8742-35391811a21a 2018-12-12 15:45:28,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:28,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7b54bc42-bf91-49c0-9581-6c0b5802ebb1 Date: Wed, 12 Dec 2018 15:45: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":["6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14"],"updated_at":"2018-12-12T15:45:26Z","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99510c1d1e2b4ea594d11e24d0067f9b","id":"28a2f73a-beb5-45c0-be89-0982cc22268b","name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net"}]} 2018-12-12 15:45:28,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net used request id req-7b54bc42-bf91-49c0-9581-6c0b5802ebb1 2018-12-12 15:45:28,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:28,874 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:28,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:28,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e2270ca-e83d-45fa-bee3-12f563ed30a1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b"}, "enabled": true, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}} 2018-12-12 15:45:28,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b used request id req-5e2270ca-e83d-45fa-bee3-12f563ed30a1 2018-12-12 15:45:28,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:29,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ca0c4340-5e9e-4fca-84cd-5af475bba4c3 Date: Wed, 12 Dec 2018 15:45:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a2f73a-beb5-45c0-be89-0982cc22268b","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:26Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"99510c1d1e2b4ea594d11e24d0067f9b","id":"6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet"}]} 2018-12-12 15:45:29,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-ca0c4340-5e9e-4fca-84cd-5af475bba4c3 2018-12-12 15:45:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:29,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-274a25b6-003a-4617-b259-ee39bb1af6c0 Date: Wed, 12 Dec 2018 15:45:29 GMT RESP BODY: {"ports":[]} 2018-12-12 15:45:29,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694port-1&admin_state_up=True used request id req-274a25b6-003a-4617-b259-ee39bb1af6c0 2018-12-12 15:45:29,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:29,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-faa95635-ee9e-455d-82a4-8feefc2f43fa x-compute-request-id: req-faa95635-ee9e-455d-82a4-8feefc2f43fa Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:45:29,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-inst used request id req-faa95635-ee9e-455d-82a4-8feefc2f43fa 2018-12-12 15:45:29,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:29,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3f8b0051-ae89-490c-ad59-5af9025e1727 Date: Wed, 12 Dec 2018 15:45: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":["6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14"],"updated_at":"2018-12-12T15:45:26Z","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99510c1d1e2b4ea594d11e24d0067f9b","id":"28a2f73a-beb5-45c0-be89-0982cc22268b","name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net"}]} 2018-12-12 15:45:29,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net used request id req-3f8b0051-ae89-490c-ad59-5af9025e1727 2018-12-12 15:45:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:29,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-631a7429-2b42-4046-88a3-c9b0b3fbcddb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b"}, "enabled": true, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}} 2018-12-12 15:45:29,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b used request id req-631a7429-2b42-4046-88a3-c9b0b3fbcddb 2018-12-12 15:45:29,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:30,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4f7a69a0-2464-40dc-b53b-dc769a270d32 Date: Wed, 12 Dec 2018 15:45:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a2f73a-beb5-45c0-be89-0982cc22268b","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:26Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"99510c1d1e2b4ea594d11e24d0067f9b","id":"6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet"}]} 2018-12-12 15:45:30,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-4f7a69a0-2464-40dc-b53b-dc769a270d32 2018-12-12 15:45:30,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:30,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b8f6047c-b895-477b-b931-47e2fe16d60b Date: Wed, 12 Dec 2018 15:45:30 GMT RESP BODY: {"ports":[]} 2018-12-12 15:45:30,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694port-1&admin_state_up=True used request id req-b8f6047c-b895-477b-b931-47e2fe16d60b 2018-12-12 15:45:30,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:30,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:30,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b42d8a5997d441e8bc90ca8145d2dce8", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role"}], "expires_at": "2018-12-12T16:45:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/99510c1d1e2b4ea594d11e24d0067f9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-user", "id": "357da5df04a7430eb99b8e7bde3a70e1"}, "audit_ids": ["8MxTI2ERTQKi72TTp6a6bw"], "issued_at": "2018-12-12T15:45:30.000000Z"}} 2018-12-12 15:45:30,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd253c3039084b84b57495f3def2f04d2bd33435" 2018-12-12 15:45:30,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-246fb1ae-8ac0-4a16-964b-bbf482a17aa1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:30,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-246fb1ae-8ac0-4a16-964b-bbf482a17aa1 2018-12-12 15:45:30,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:31,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-eb9bd794-e90d-40df-b40a-0f654d4ec5c8 Date: Wed, 12 Dec 2018 15: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":["6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14"],"updated_at":"2018-12-12T15:45:26Z","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99510c1d1e2b4ea594d11e24d0067f9b","id":"28a2f73a-beb5-45c0-be89-0982cc22268b","name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net"}]} 2018-12-12 15:45:31,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net used request id req-eb9bd794-e90d-40df-b40a-0f654d4ec5c8 2018-12-12 15:45:31,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:31,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6711fc21-47f1-44f9-91ff-7daafe7bd111 Date: Wed, 12 Dec 2018 15:45:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a2f73a-beb5-45c0-be89-0982cc22268b","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:26Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"99510c1d1e2b4ea594d11e24d0067f9b","id":"6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet"}]} 2018-12-12 15:45:31,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-6711fc21-47f1-44f9-91ff-7daafe7bd111 2018-12-12 15:45:31,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:31,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ae3ec1af-4763-425b-80b7-101314035c37 Date: Wed, 12 Dec 2018 15: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":["6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14"],"updated_at":"2018-12-12T15:45:26Z","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99510c1d1e2b4ea594d11e24d0067f9b","id":"28a2f73a-beb5-45c0-be89-0982cc22268b","name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net"}]} 2018-12-12 15:45:31,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net used request id req-ae3ec1af-4763-425b-80b7-101314035c37 2018-12-12 15:45:31,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:31,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:31,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd253c3039084b84b57495f3def2f04d2bd33435" 2018-12-12 15:45:31,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47d3e49-7dc5-4436-99c3-958bedb22af6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b"}, "enabled": true, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}} 2018-12-12 15:45:31,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b used request id req-c47d3e49-7dc5-4436-99c3-958bedb22af6 2018-12-12 15:45:31,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:31,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-91febb31-99ce-4fb5-a743-7b12c950f22d Date: Wed, 12 Dec 2018 15:45:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a2f73a-beb5-45c0-be89-0982cc22268b","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:26Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"99510c1d1e2b4ea594d11e24d0067f9b","id":"6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet"}]} 2018-12-12 15:45:31,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-91febb31-99ce-4fb5-a743-7b12c950f22d 2018-12-12 15:45:31,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" 2018-12-12 15:45:31,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1c1e0ff9-79ed-44b4-bf81-cf1b6bf86d5a Date: Wed, 12 Dec 2018 15:45:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28a2f73a-beb5-45c0-be89-0982cc22268b","tenant_id":"99510c1d1e2b4ea594d11e24d0067f9b","created_at":"2018-12-12T15:45:26Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45: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":"99510c1d1e2b4ea594d11e24d0067f9b","id":"6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet"}]} 2018-12-12 15:45:31,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=28a2f73a-beb5-45c0-be89-0982cc22268b&name=CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet used request id req-1c1e0ff9-79ed-44b4-bf81-cf1b6bf86d5a 2018-12-12 15:45:31,820 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net 2018-12-12 15:45:31,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c216eb5de8e184a1cebf5b3d20413b322b034f8" -d '{"port": {"network_id": "28a2f73a-beb5-45c0-be89-0982cc22268b", "fixed_ips": [{"subnet_id": "6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694port-1", "admin_state_up": true}}' 2018-12-12 15:45:32,365 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-42ca32a3-5263-417c-b786-4b010bd1dfe2 Date: Wed, 12 Dec 2018 15:45:32 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-12-12 15:45:32,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-42ca32a3-5263-417c-b786-4b010bd1dfe2 2018-12-12 15:45:32,366 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-12-12 15:45:32,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/180b6032-c8e1-4857-8636-44e6482fcd3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f922b40df3b692aff3df423eb125eea144cf0a" 2018-12-12 15:45:32,423 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:45:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9271d56e-d6be-4ef6-b961-0bca2a4a600e x-compute-request-id: req-9271d56e-d6be-4ef6-b961-0bca2a4a600e Content-Length: 0 Content-Type: application/json 2018-12-12 15:45:32,423 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/180b6032-c8e1-4857-8636-44e6482fcd3d used request id req-9271d56e-d6be-4ef6-b961-0bca2a4a600e 2018-12-12 15:45:32,424 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet 2018-12-12 15:45:32,424 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-subnet 2018-12-12 15:45:32,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" 2018-12-12 15:45:34,597 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e65577a2-9fb0-4b92-877b-56db24c73f75 Date: Wed, 12 Dec 2018 15:45:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:34,597 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/6a0ce473-bdf5-4f2a-9f2f-d741f1b48e14 used request id req-e65577a2-9fb0-4b92-877b-56db24c73f75 2018-12-12 15:45:34,598 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-pub-net 2018-12-12 15:45:34,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/28a2f73a-beb5-45c0-be89-0982cc22268b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279cdb4a9c438dc7f08e2e95e72f2995ebafffc3" 2018-12-12 15:45:35,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f83687e-a11b-4732-97ed-e0ba70ecb71c Date: Wed, 12 Dec 2018 15:45:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:35,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/28a2f73a-beb5-45c0-be89-0982cc22268b used request id req-7f83687e-a11b-4732-97ed-e0ba70ecb71c 2018-12-12 15:45:35,898 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e5688201-fab7-4b40-a58c-8b842a096694-image 2018-12-12 15:45:35,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}558bba431dc58b901a6b6729b8da849913518f4e" 2018-12-12 15:45:37,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe73e136-3a91-4588-9c28-516602b893ec Date: Wed, 12 Dec 2018 15:45:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:45:37,363 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/37f906d5-e46b-4796-858a-7fbf12753c3f used request id req-fe73e136-3a91-4588-9c28-516602b893ec 2018-12-12 15:45:37,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:37,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2df8a8ea-3cd5-4535-a695-8b13a082d899 Date: Wed, 12 Dec 2018 15:45:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "created_at": "2018-12-12T15:45:25Z", "updated_at": "2018-12-12T15:45:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:25Z", "revision_number": 0, "id": "3953aef8-20d7-4aac-85b4-34d9beef10f7", "remote_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:25Z", "security_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "99510c1d1e2b4ea594d11e24d0067f9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:25Z", "revision_number": 0, "id": "49d04a81-364b-46bf-a60b-3cb9c585325c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:25Z", "security_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "port_range_min": null, "ethertype": "IPv4", "project_id": "99510c1d1e2b4ea594d11e24d0067f9b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:25Z", "revision_number": 0, "id": "9785fcd5-de7e-45de-ab09-0374a501f00e", "remote_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:25Z", "security_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "99510c1d1e2b4ea594d11e24d0067f9b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:25Z", "revision_number": 0, "id": "e8a637f5-d2ee-4d64-879c-01e534c8ac8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:25Z", "security_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "port_range_min": null, "ethertype": "IPv6", "project_id": "99510c1d1e2b4ea594d11e24d0067f9b"}], "revision_number": 4, "project_id": "99510c1d1e2b4ea594d11e24d0067f9b", "id": "13b04150-2831-4371-a188-97b3f2e144ba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:45:37,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2df8a8ea-3cd5-4535-a695-8b13a082d899 2018-12-12 15:45:37,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:37,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ab5ca1-1784-4b01-8081-51b01dd99ed8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b"}, "enabled": true, "id": "99510c1d1e2b4ea594d11e24d0067f9b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj"}} 2018-12-12 15:45:37,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b used request id req-54ab5ca1-1784-4b01-8081-51b01dd99ed8 2018-12-12 15:45:37,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13b04150-2831-4371-a188-97b3f2e144ba 2018-12-12 15:45:37,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=13b04150-2831-4371-a188-97b3f2e144ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:37,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7f47ae60-06ef-4492-85bc-c77c7bf86eff Date: Wed, 12 Dec 2018 15:45:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:25Z", "security_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "port_range_min": null, "revision_number": 0, "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "created_at": "2018-12-12T15:45:25Z", "project_id": "99510c1d1e2b4ea594d11e24d0067f9b", "id": "3953aef8-20d7-4aac-85b4-34d9beef10f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:25Z", "security_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "port_range_min": null, "revision_number": 0, "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "created_at": "2018-12-12T15:45:25Z", "project_id": "99510c1d1e2b4ea594d11e24d0067f9b", "id": "49d04a81-364b-46bf-a60b-3cb9c585325c"}, {"remote_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:25Z", "security_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "port_range_min": null, "revision_number": 0, "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "created_at": "2018-12-12T15:45:25Z", "project_id": "99510c1d1e2b4ea594d11e24d0067f9b", "id": "9785fcd5-de7e-45de-ab09-0374a501f00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:25Z", "security_group_id": "13b04150-2831-4371-a188-97b3f2e144ba", "port_range_min": null, "revision_number": 0, "tenant_id": "99510c1d1e2b4ea594d11e24d0067f9b", "created_at": "2018-12-12T15:45:25Z", "project_id": "99510c1d1e2b4ea594d11e24d0067f9b", "id": "e8a637f5-d2ee-4d64-879c-01e534c8ac8d"}]} 2018-12-12 15:45:37,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=13b04150-2831-4371-a188-97b3f2e144ba used request id req-7f47ae60-06ef-4492-85bc-c77c7bf86eff 2018-12-12 15:45:37,864 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:45:37,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/13b04150-2831-4371-a188-97b3f2e144ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:38,195 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92e0dbd6-f593-463d-8913-f5e1a32e99ea Content-Length: 0 Date: Wed, 12 Dec 2018 15:45:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:38,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/13b04150-2831-4371-a188-97b3f2e144ba used request id req-92e0dbd6-f593-463d-8913-f5e1a32e99ea 2018-12-12 15:45:38,196 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj 2018-12-12 15:45:38,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:38,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1211685e-371b-4614-9361-0ba340e269bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:38,413 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/99510c1d1e2b4ea594d11e24d0067f9b used request id req-1211685e-371b-4614-9361-0ba340e269bb 2018-12-12 15:45:38,413 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-proj-role 2018-12-12 15:45:38,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b42d8a5997d441e8bc90ca8145d2dce8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:38,517 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35ff2365-f719-425b-941d-bbb101ed3ba0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:38,517 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b42d8a5997d441e8bc90ca8145d2dce8 used request id req-35ff2365-f719-425b-941d-bbb101ed3ba0 2018-12-12 15:45:38,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7cf35b0f6d878a6bc86e232c733240ffda689c" 2018-12-12 15:45:38,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9739e917-6900-4d63-bcfe-bf28542ce91a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:45:38,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9739e917-6900-4d63-bcfe-bf28542ce91a 2018-12-12 15:45:38,623 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f2a8f83e-ba40-44e-user 2018-12-12 15:45:38,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/357da5df04a7430eb99b8e7bde3a70e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9b27e776174bbdfa62cd9cecc9b0d4d95194539" 2018-12-12 15:45:38,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1055a3e9-c302-480b-a5fb-89c59403fc9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:38,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/357da5df04a7430eb99b8e7bde3a70e1 used request id req-1055a3e9-c302-480b-a5fb-89c59403fc9f 2018-12-12 15:45:38,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:39,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["3J4MHdW6QKWiVtg33wLImw"], "issued_at": "2018-12-12T15:45:39.000000Z"}} 2018-12-12 15:45:39,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f89986f66459b1fb3a06aa02fa95c11c10f4a49" 2018-12-12 15:45:39,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20fba369-f6c3-4a6f-b93f-e899721cba30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:39,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-20fba369-f6c3-4a6f-b93f-e899721cba30 2018-12-12 15:45:39,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:39,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:39,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["FpfG2rEqSla8TrNOaa7yIg"], "issued_at": "2018-12-12T15:45:39.000000Z"}} 2018-12-12 15:45:39,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:39,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aeb94c6-c740-4c20-8540-10543ac237f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:39,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7aeb94c6-c740-4c20-8540-10543ac237f7 2018-12-12 15:45:39,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:39,788 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:39,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:39,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8389ca6f-e023-4e84-9ddb-430fc625fbb3 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:45:39,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj used request id req-8389ca6f-e023-4e84-9ddb-430fc625fbb3 2018-12-12 15:45:39,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:39,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d03d25c-9f6d-4318-8e23-372c326c0797 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:45:39,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5d03d25c-9f6d-4318-8e23-372c326c0797 2018-12-12 15:45:39,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}}' 2018-12-12 15:45:40,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:45:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-170a4534-a170-4221-9e1e-e5431501a908 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395"}, "enabled": true, "id": "a06a16cc8e73469d95692f875488e395", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}} 2018-12-12 15:45:40,110 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-170a4534-a170-4221-9e1e-e5431501a908 2018-12-12 15:45:40,111 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj 2018-12-12 15:45:40,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:40,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:40,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Sm_NT4dzQHGK44AxDfOcXA"], "issued_at": "2018-12-12T15:45:40.000000Z"}} 2018-12-12 15:45:40,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c9da29ec359c91a1dabf55d0af4530ff91bc437" 2018-12-12 15:45:40,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec07f97e-6ff5-4712-a047-87a4a200884e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:40,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec07f97e-6ff5-4712-a047-87a4a200884e 2018-12-12 15:45:40,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:40,674 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:40,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c9da29ec359c91a1dabf55d0af4530ff91bc437" 2018-12-12 15:45:40,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4189ac7c-82f3-4dbe-845f-0f1baa439031 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:45:40,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4189ac7c-82f3-4dbe-845f-0f1baa439031 2018-12-12 15:45:40,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c9da29ec359c91a1dabf55d0af4530ff91bc437" 2018-12-12 15:45:40,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d58d77de-51b5-4f28-9838-b9bd6a2ae9e3 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395"}, "enabled": true, "id": "a06a16cc8e73469d95692f875488e395", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}]} 2018-12-12 15:45:40,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj used request id req-d58d77de-51b5-4f28-9838-b9bd6a2ae9e3 2018-12-12 15:45:40,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c9da29ec359c91a1dabf55d0af4530ff91bc437" 2018-12-12 15:45:40,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20144428-0e29-4bc9-84c5-49656f31824f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:45:40,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-20144428-0e29-4bc9-84c5-49656f31824f 2018-12-12 15:45:41,355 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2d0f7245-8fda-482-user 2018-12-12 15:45:41,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:41,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:41,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66107c35-3c9c-4258-8674-325bab7d0e8b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:45:41,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-66107c35-3c9c-4258-8674-325bab7d0e8b 2018-12-12 15:45:41,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" -d '{"role": {"name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role"}}' 2018-12-12 15:45:41,505 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:45:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0577b40-a03e-4890-abd8-4267003d3ccf Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c046807f3ff847d1b50ac50a1160718f", "links": {"self": "http://172.30.9.29:5000/v3/roles/c046807f3ff847d1b50ac50a1160718f"}, "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role"}} 2018-12-12 15:45:41,505 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f0577b40-a03e-4890-abd8-4267003d3ccf 2018-12-12 15:45:41,506 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role 2018-12-12 15:45:41,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c046807f3ff847d1b50ac50a1160718f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:41,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-035c1d8b-9efa-46b4-bee5-bfcfa50059cd Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c046807f3ff847d1b50ac50a1160718f"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role", "id": "c046807f3ff847d1b50ac50a1160718f"}} 2018-12-12 15:45:41,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c046807f3ff847d1b50ac50a1160718f used request id req-035c1d8b-9efa-46b4-bee5-bfcfa50059cd 2018-12-12 15:45:41,597 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role to project CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj 2018-12-12 15:45:41,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395/users/04c2dcb2eff94ea592c442be7c759018/roles/c046807f3ff847d1b50ac50a1160718f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:41,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d970341-d9fe-4298-a2cf-8968c9fb019f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:41,724 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395/users/04c2dcb2eff94ea592c442be7c759018/roles/c046807f3ff847d1b50ac50a1160718f used request id req-0d970341-d9fe-4298-a2cf-8968c9fb019f 2018-12-12 15:45:41,724 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:45:41,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:41,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:42,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c046807f3ff847d1b50ac50a1160718f", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role"}], "expires_at": "2018-12-12T16:45:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a06a16cc8e73469d95692f875488e395", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-user", "id": "04c2dcb2eff94ea592c442be7c759018"}, "audit_ids": ["Jyh_-TZuS_KWtSlNvlYoPg"], "issued_at": "2018-12-12T15:45:42.000000Z"}} 2018-12-12 15:45:42,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" 2018-12-12 15:45:42,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-232d2bc7-715f-4920-867f-3a52d570fee7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:42,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-232d2bc7-715f-4920-867f-3a52d570fee7 2018-12-12 15:45:42,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" 2018-12-12 15:45:42,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-59a812f2-2a91-4dff-818c-f3f898136daf Date: Wed, 12 Dec 2018 15:45:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image"} 2018-12-12 15:45:42,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image used request id req-59a812f2-2a91-4dff-818c-f3f898136daf 2018-12-12 15:45:42,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" 2018-12-12 15:45:42,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0e82f922-0dc9-433a-b188-933c66094ba7 Date: Wed, 12 Dec 2018 15:45:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:45:42,534 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0e82f922-0dc9-433a-b188-933c66094ba7 2018-12-12 15:45:42,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image"}' 2018-12-12 15:45:42,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9 X-Openstack-Request-Id: req-f1205fe1-b199-4747-a40a-18e700d924e8 Date: Wed, 12 Dec 2018 15:45:42 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9", "min_disk": 0, "protected": false, "id": "d13b99d4-7741-4af2-8fe4-38d034b074a9", "file": "/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/file", "checksum": null, "owner": "a06a16cc8e73469d95692f875488e395", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:42,765 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-f1205fe1-b199-4747-a40a-18e700d924e8 2018-12-12 15:45:42,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" -d '' 2018-12-12 15:45:44,953 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f8dc051-0f93-4d21-840f-c3d06b215a71 Date: Wed, 12 Dec 2018 15:45:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:45:44,953 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/file used request id req-1f8dc051-0f93-4d21-840f-c3d06b215a71 2018-12-12 15:45:44,953 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:45:44,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" 2018-12-12 15:45:45,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1ae55404-7d74-4312-a9c6-24b180418970 Date: Wed, 12 Dec 2018 15:45:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/snap", "metadata": {}}], "self": "/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9", "min_disk": 0, "protected": false, "id": "d13b99d4-7741-4af2-8fe4-38d034b074a9", "file": "/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a06a16cc8e73469d95692f875488e395", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:45,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9 used request id req-1ae55404-7d74-4312-a9c6-24b180418970 2018-12-12 15:45:45,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" 2018-12-12 15:45:45,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e21ae6e6-085a-4085-b3cb-5b60ddfcdf80 Date: Wed, 12 Dec 2018 15:45:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:45:45,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e21ae6e6-085a-4085-b3cb-5b60ddfcdf80 2018-12-12 15:45:45,271 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image 2018-12-12 15:45:45,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" 2018-12-12 15:45:45,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-a121432d-d47e-4d59-a164-fe2b12891a95 Date: Wed, 12 Dec 2018 15:45:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:45:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:45:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/snap", "metadata": {}}], "self": "/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9", "min_disk": 0, "protected": false, "id": "d13b99d4-7741-4af2-8fe4-38d034b074a9", "file": "/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a06a16cc8e73469d95692f875488e395", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/d13b99d4-7741-4af2-8fe4-38d034b074a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:45:45,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9 used request id req-a121432d-d47e-4d59-a164-fe2b12891a95 2018-12-12 15:45:45,292 - create_image - DEBUG - Instance status is - active 2018-12-12 15:45:45,292 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image 2018-12-12 15:45:45,292 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image 2018-12-12 15:45:45,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:45,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:45,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c046807f3ff847d1b50ac50a1160718f", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role"}], "expires_at": "2018-12-12T16:45:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a06a16cc8e73469d95692f875488e395", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-user", "id": "04c2dcb2eff94ea592c442be7c759018"}, "audit_ids": ["KR77qZ5NTg6rkl0Ht574IA"], "issued_at": "2018-12-12T15:45:45.000000Z"}} 2018-12-12 15:45:45,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" 2018-12-12 15:45:45,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab359ef0-1e6a-45b5-992e-3611cea2eefe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:45,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ab359ef0-1e6a-45b5-992e-3611cea2eefe 2018-12-12 15:45:45,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" 2018-12-12 15:45:45,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a79bb343-13e7-45a2-aea5-d49167d85c4b Date: Wed, 12 Dec 2018 15:45:45 GMT RESP BODY: {"networks":[]} 2018-12-12 15:45:45,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net used request id req-a79bb343-13e7-45a2-aea5-d49167d85c4b 2018-12-12 15:45:45,913 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net 2018-12-12 15:45:45,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" -d '{"network": {"name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net", "admin_state_up": true}}' 2018-12-12 15:45:46,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-02d757c7-94ad-47e0-b08f-7cdabbd402ed Date: Wed, 12 Dec 2018 15:45:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a06a16cc8e73469d95692f875488e395","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:45:46Z","is_default":false,"name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:46Z","mtu":1450}} 2018-12-12 15:45:46,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-02d757c7-94ad-47e0-b08f-7cdabbd402ed 2018-12-12 15:45:46,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" 2018-12-12 15:45:46,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-4121cf25-892f-4d03-9c4a-2c120f1f92ad Date: Wed, 12 Dec 2018 15:45:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:45:46Z","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a06a16cc8e73469d95692f875488e395","id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net"}]} 2018-12-12 15:45:46,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-4121cf25-892f-4d03-9c4a-2c120f1f92ad 2018-12-12 15:45:46,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" 2018-12-12 15:45:46,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-54de5f74-2a14-4955-b924-5f59e119d8ba Date: Wed, 12 Dec 2018 15:45:46 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:45:46,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-54de5f74-2a14-4955-b924-5f59e119d8ba 2018-12-12 15:45:46,881 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet 2018-12-12 15:45:46,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" -d '{"subnets": [{"ip_version": 4, "network_id": "524c2e4f-b4c6-48f5-8e62-c245664ba76b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet"}]}' 2018-12-12 15:45:47,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ecbd4039-22ff-49b2-9b01-861c192728af Date: Wed, 12 Dec 2018 15:45:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:47Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45:47Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a06a16cc8e73469d95692f875488e395","id":"1412203a-d1ef-4529-b0f9-fdfee145b17f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet"}]} 2018-12-12 15:45:47,659 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-ecbd4039-22ff-49b2-9b01-861c192728af 2018-12-12 15:45:47,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" 2018-12-12 15:45:47,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-be03bec4-a821-4199-8a85-bff439cc2401 Date: Wed, 12 Dec 2018 15:45: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":["1412203a-d1ef-4529-b0f9-fdfee145b17f"],"updated_at":"2018-12-12T15:45:47Z","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a06a16cc8e73469d95692f875488e395","id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net"}]} 2018-12-12 15:45:47,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-be03bec4-a821-4199-8a85-bff439cc2401 2018-12-12 15:45:47,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" 2018-12-12 15:45:48,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-43f800be-7f23-4253-8205-0ba26fa712ff Date: Wed, 12 Dec 2018 15:45:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:47Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a06a16cc8e73469d95692f875488e395","id":"1412203a-d1ef-4529-b0f9-fdfee145b17f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet"}]} 2018-12-12 15:45:48,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-43f800be-7f23-4253-8205-0ba26fa712ff 2018-12-12 15:45:48,251 - OpenStackNetwork - DEBUG - Network [524c2e4f-b4c6-48f5-8e62-c245664ba76b] created successfully 2018-12-12 15:45:48,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:48,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:48,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["nphffOThSXCL37P-1BC--A"], "issued_at": "2018-12-12T15:45:48.000000Z"}} 2018-12-12 15:45:48,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a81f160b7a79e95c76912fde78938dac560432" 2018-12-12 15:45:48,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37640289-30cf-46f0-af0a-e4af50723d01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:48,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-37640289-30cf-46f0-af0a-e4af50723d01 2018-12-12 15:45:48,722 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:45:48,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a81f160b7a79e95c76912fde78938dac560432" 2018-12-12 15:45:48,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f729010e-e304-4661-81e3-425ee6864b83 x-compute-request-id: req-f729010e-e304-4661-81e3-425ee6864b83 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:45:48,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f729010e-e304-4661-81e3-425ee6864b83 2018-12-12 15:45:48,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a81f160b7a79e95c76912fde78938dac560432" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:45:49,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-d4dda6a0-c6a4-42a5-a7ef-08940a80b8ac x-compute-request-id: req-d4dda6a0-c6a4-42a5-a7ef-08940a80b8ac Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9b014a06-36f6-4da2-b889-46d7d6c5e1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9b014a06-36f6-4da2-b889-46d7d6c5e1c8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9b014a06-36f6-4da2-b889-46d7d6c5e1c8", "name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:45:49,047 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d4dda6a0-c6a4-42a5-a7ef-08940a80b8ac 2018-12-12 15:45:49,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:49,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:49,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c046807f3ff847d1b50ac50a1160718f", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role"}], "expires_at": "2018-12-12T16:45:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a06a16cc8e73469d95692f875488e395", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-user", "id": "04c2dcb2eff94ea592c442be7c759018"}, "audit_ids": ["e-cQNWynQoWXp6wKq4sFMA"], "issued_at": "2018-12-12T15:45:49.000000Z"}} 2018-12-12 15:45:49,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:49,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205d6559-1611-4a6c-8bac-c6b0d0058e6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:49,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-205d6559-1611-4a6c-8bac-c6b0d0058e6b 2018-12-12 15:45:49,509 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:45:49,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:49,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6439e6e9-2685-4c3d-a6d6-d313607d8b30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:49,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6439e6e9-2685-4c3d-a6d6-d313607d8b30 2018-12-12 15:45:49,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:49,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-604f497d-f641-4958-8c84-7f9c3a8b629d Date: Wed, 12 Dec 2018 15: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":["1412203a-d1ef-4529-b0f9-fdfee145b17f"],"updated_at":"2018-12-12T15:45:47Z","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a06a16cc8e73469d95692f875488e395","id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net"}]} 2018-12-12 15:45:49,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net used request id req-604f497d-f641-4958-8c84-7f9c3a8b629d 2018-12-12 15:45:49,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:49,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:49,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:49,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4de07f0-8943-42c1-8663-b45765535a26 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395"}, "enabled": true, "id": "a06a16cc8e73469d95692f875488e395", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}} 2018-12-12 15:45:49,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 used request id req-c4de07f0-8943-42c1-8663-b45765535a26 2018-12-12 15:45:49,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:50,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d283e6f8-9661-4fb4-a4bb-22fdc0616c8b Date: Wed, 12 Dec 2018 15:45:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:47Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a06a16cc8e73469d95692f875488e395","id":"1412203a-d1ef-4529-b0f9-fdfee145b17f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet"}]} 2018-12-12 15:45:50,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-d283e6f8-9661-4fb4-a4bb-22fdc0616c8b 2018-12-12 15:45:50,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b&mac_address=foo&name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:50,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-16c0bb09-3bbc-4c8b-9ab6-54df3f71e3bf Date: Wed, 12 Dec 2018 15:45:50 GMT RESP BODY: {"ports":[]} 2018-12-12 15:45:50,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b&mac_address=foo&name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8port-1&admin_state_up=True used request id req-16c0bb09-3bbc-4c8b-9ab6-54df3f71e3bf 2018-12-12 15:45:50,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:50,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d001810-3cd5-40cf-820d-c54c18ab9246 x-compute-request-id: req-9d001810-3cd5-40cf-820d-c54c18ab9246 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:45:50,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-inst used request id req-9d001810-3cd5-40cf-820d-c54c18ab9246 2018-12-12 15:45:50,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:50,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ecbd65e8-e3dc-4a50-a97b-ee5df65518ee Date: Wed, 12 Dec 2018 15:45: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":["1412203a-d1ef-4529-b0f9-fdfee145b17f"],"updated_at":"2018-12-12T15:45:47Z","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a06a16cc8e73469d95692f875488e395","id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net"}]} 2018-12-12 15:45:50,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net used request id req-ecbd65e8-e3dc-4a50-a97b-ee5df65518ee 2018-12-12 15:45:50,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:51,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f447f2-9807-4726-b031-8ebcfcd7f31d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395"}, "enabled": true, "id": "a06a16cc8e73469d95692f875488e395", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}} 2018-12-12 15:45:51,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 used request id req-62f447f2-9807-4726-b031-8ebcfcd7f31d 2018-12-12 15:45:51,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:51,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d9128bf7-fa32-4fd2-90c2-cdd413e13ce6 Date: Wed, 12 Dec 2018 15:45:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:47Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a06a16cc8e73469d95692f875488e395","id":"1412203a-d1ef-4529-b0f9-fdfee145b17f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet"}]} 2018-12-12 15:45:51,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-d9128bf7-fa32-4fd2-90c2-cdd413e13ce6 2018-12-12 15:45:51,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b&mac_address=foo&name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:51,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fc4db630-13b4-481f-a290-01323c4637a2 Date: Wed, 12 Dec 2018 15:45:51 GMT RESP BODY: {"ports":[]} 2018-12-12 15:45:51,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b&mac_address=foo&name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8port-1&admin_state_up=True used request id req-fc4db630-13b4-481f-a290-01323c4637a2 2018-12-12 15:45:51,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:51,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:51,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c046807f3ff847d1b50ac50a1160718f", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role"}], "expires_at": "2018-12-12T16:45:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a06a16cc8e73469d95692f875488e395", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a06a16cc8e73469d95692f875488e395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-user", "id": "04c2dcb2eff94ea592c442be7c759018"}, "audit_ids": ["xzPLjqR9QpKQ3RCLyxKdQg"], "issued_at": "2018-12-12T15:45:51.000000Z"}} 2018-12-12 15:45:51,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b14a167b3fa24da3fecf750c54b4a37f25b5da0" 2018-12-12 15:45:51,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c883add-0551-4d41-82c6-edc3ae3f97e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:51,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3c883add-0551-4d41-82c6-edc3ae3f97e0 2018-12-12 15:45:51,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:51,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ae8f4f4d-e09e-460e-8b2f-ebf810effcc6 Date: Wed, 12 Dec 2018 15:45: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":["1412203a-d1ef-4529-b0f9-fdfee145b17f"],"updated_at":"2018-12-12T15:45:47Z","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a06a16cc8e73469d95692f875488e395","id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net"}]} 2018-12-12 15:45:51,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net used request id req-ae8f4f4d-e09e-460e-8b2f-ebf810effcc6 2018-12-12 15:45:51,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:52,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-602dffb2-b59a-4ee5-b154-23a2f7e39700 Date: Wed, 12 Dec 2018 15:45:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:47Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a06a16cc8e73469d95692f875488e395","id":"1412203a-d1ef-4529-b0f9-fdfee145b17f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet"}]} 2018-12-12 15:45:52,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-602dffb2-b59a-4ee5-b154-23a2f7e39700 2018-12-12 15:45:52,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:52,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-45b391d7-7d17-425c-97e3-6a8e1c517056 Date: Wed, 12 Dec 2018 15:45: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":["1412203a-d1ef-4529-b0f9-fdfee145b17f"],"updated_at":"2018-12-12T15:45:47Z","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a06a16cc8e73469d95692f875488e395","id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net"}]} 2018-12-12 15:45:52,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net used request id req-45b391d7-7d17-425c-97e3-6a8e1c517056 2018-12-12 15:45:52,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:52,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:52,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b14a167b3fa24da3fecf750c54b4a37f25b5da0" 2018-12-12 15:45:52,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5afa5292-0a9c-4398-84b3-70a13e55f81c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395"}, "enabled": true, "id": "a06a16cc8e73469d95692f875488e395", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}} 2018-12-12 15:45:52,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 used request id req-5afa5292-0a9c-4398-84b3-70a13e55f81c 2018-12-12 15:45:52,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" 2018-12-12 15:45:52,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b48da464-fa1a-45d3-87b1-ff4b16ea7738 Date: Wed, 12 Dec 2018 15:45:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524c2e4f-b4c6-48f5-8e62-c245664ba76b","tenant_id":"a06a16cc8e73469d95692f875488e395","created_at":"2018-12-12T15:45:47Z","dns_nameservers":[],"updated_at":"2018-12-12T15:45:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a06a16cc8e73469d95692f875488e395","id":"1412203a-d1ef-4529-b0f9-fdfee145b17f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet"}]} 2018-12-12 15:45:52,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-b48da464-fa1a-45d3-87b1-ff4b16ea7738 2018-12-12 15:45:52,697 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net 2018-12-12 15:45:52,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577d8e9e0f2478ae5a122ede334a0e015b0d66d9" -d '{"port": {"network_id": "524c2e4f-b4c6-48f5-8e62-c245664ba76b", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8port-1", "admin_state_up": true}}' 2018-12-12 15:45:52,855 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-6db9c824-6f9a-4a12-825a-9f8e7527aded Date: Wed, 12 Dec 2018 15:45:52 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 15:45:52,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-6db9c824-6f9a-4a12-825a-9f8e7527aded 2018-12-12 15:45:52,855 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-12 15:45:52,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/9b014a06-36f6-4da2-b889-46d7d6c5e1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a81f160b7a79e95c76912fde78938dac560432" 2018-12-12 15:45:52,907 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-1ab44bd6-208f-47a6-9f2b-c34a65b5d2c9 x-compute-request-id: req-1ab44bd6-208f-47a6-9f2b-c34a65b5d2c9 Content-Length: 0 Content-Type: application/json 2018-12-12 15:45:52,907 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/9b014a06-36f6-4da2-b889-46d7d6c5e1c8 used request id req-1ab44bd6-208f-47a6-9f2b-c34a65b5d2c9 2018-12-12 15:45:52,908 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet 2018-12-12 15:45:52,908 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-subnet 2018-12-12 15:45:52,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/1412203a-d1ef-4529-b0f9-fdfee145b17f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" 2018-12-12 15:45:54,998 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52a6c055-e8ec-491a-9765-aec766aa57f3 Date: Wed, 12 Dec 2018 15:45:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:54,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1412203a-d1ef-4529-b0f9-fdfee145b17f used request id req-52a6c055-e8ec-491a-9765-aec766aa57f3 2018-12-12 15:45:54,999 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-pub-net 2018-12-12 15:45:55,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/524c2e4f-b4c6-48f5-8e62-c245664ba76b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720f26fa59556dae1793440858c6238e66192033" 2018-12-12 15:45:56,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-712276cb-176f-4839-b984-a90f44e83dad Date: Wed, 12 Dec 2018 15:45:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:56,228 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/524c2e4f-b4c6-48f5-8e62-c245664ba76b used request id req-712276cb-176f-4839-b984-a90f44e83dad 2018-12-12 15:45:56,229 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c8dbe3e2-29b2-49dc-bb0b-0869f1a94ea8-image 2018-12-12 15:45:56,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32a1229a07f1539f409c4fda61e8df1587db78a4" 2018-12-12 15:45:57,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ef95c7a2-76ca-4c87-8453-ca59292a591e Date: Wed, 12 Dec 2018 15:45:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:45:57,351 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/d13b99d4-7741-4af2-8fe4-38d034b074a9 used request id req-ef95c7a2-76ca-4c87-8453-ca59292a591e 2018-12-12 15:45:57,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:57,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-47338040-d9ff-412f-9cb6-5bcba6ca5227 Date: Wed, 12 Dec 2018 15:45:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a06a16cc8e73469d95692f875488e395", "created_at": "2018-12-12T15:45:46Z", "updated_at": "2018-12-12T15:45:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:46Z", "revision_number": 0, "id": "29a18cc3-16ed-4cfb-8752-b659119fb380", "remote_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:46Z", "security_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "tenant_id": "a06a16cc8e73469d95692f875488e395", "port_range_min": null, "ethertype": "IPv6", "project_id": "a06a16cc8e73469d95692f875488e395"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:46Z", "revision_number": 0, "id": "4cb35998-62b1-4b86-b221-c2ed1d69572f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:46Z", "security_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "tenant_id": "a06a16cc8e73469d95692f875488e395", "port_range_min": null, "ethertype": "IPv6", "project_id": "a06a16cc8e73469d95692f875488e395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:46Z", "revision_number": 0, "id": "572a196a-b846-4c67-8877-d15aab0a6775", "remote_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:46Z", "security_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "tenant_id": "a06a16cc8e73469d95692f875488e395", "port_range_min": null, "ethertype": "IPv4", "project_id": "a06a16cc8e73469d95692f875488e395"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:45:46Z", "revision_number": 0, "id": "65bac85f-f030-4269-99be-e8370cca048f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:45:46Z", "security_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "tenant_id": "a06a16cc8e73469d95692f875488e395", "port_range_min": null, "ethertype": "IPv4", "project_id": "a06a16cc8e73469d95692f875488e395"}], "revision_number": 4, "project_id": "a06a16cc8e73469d95692f875488e395", "id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "name": "default"}]} 2018-12-12 15:45:57,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-47338040-d9ff-412f-9cb6-5bcba6ca5227 2018-12-12 15:45:57,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:57,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f424c0e3-4848-4e97-9c97-afaf0f4393f5 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:45:57,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-f424c0e3-4848-4e97-9c97-afaf0f4393f5 2018-12-12 15:45:57,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:57,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c909bba3-41b3-4bef-9c3e-769f61b403f2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:45:57,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-c909bba3-41b3-4bef-9c3e-769f61b403f2 2018-12-12 15:45:57,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:57,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed09521b-e833-4867-a4ee-c7418f784555 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:45:57,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-ed09521b-e833-4867-a4ee-c7418f784555 2018-12-12 15:45:57,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:57,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae31d3d-f379-4bed-a1a6-a1faffaca664 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395"}, "enabled": true, "id": "a06a16cc8e73469d95692f875488e395", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj"}} 2018-12-12 15:45:57,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 used request id req-1ae31d3d-f379-4bed-a1a6-a1faffaca664 2018-12-12 15:45:57,939 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f6b10882-54ef-4a0a-85fe-d3d29603f2bd 2018-12-12 15:45:57,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f6b10882-54ef-4a0a-85fe-d3d29603f2bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:58,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2e4c5fa9-df9f-4741-8ef9-fb82005ce5a1 Date: Wed, 12 Dec 2018 15:45:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:46Z", "security_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "port_range_min": null, "revision_number": 0, "tenant_id": "a06a16cc8e73469d95692f875488e395", "created_at": "2018-12-12T15:45:46Z", "project_id": "a06a16cc8e73469d95692f875488e395", "id": "29a18cc3-16ed-4cfb-8752-b659119fb380"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:46Z", "security_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "port_range_min": null, "revision_number": 0, "tenant_id": "a06a16cc8e73469d95692f875488e395", "created_at": "2018-12-12T15:45:46Z", "project_id": "a06a16cc8e73469d95692f875488e395", "id": "4cb35998-62b1-4b86-b221-c2ed1d69572f"}, {"remote_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:46Z", "security_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "port_range_min": null, "revision_number": 0, "tenant_id": "a06a16cc8e73469d95692f875488e395", "created_at": "2018-12-12T15:45:46Z", "project_id": "a06a16cc8e73469d95692f875488e395", "id": "572a196a-b846-4c67-8877-d15aab0a6775"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:45:46Z", "security_group_id": "f6b10882-54ef-4a0a-85fe-d3d29603f2bd", "port_range_min": null, "revision_number": 0, "tenant_id": "a06a16cc8e73469d95692f875488e395", "created_at": "2018-12-12T15:45:46Z", "project_id": "a06a16cc8e73469d95692f875488e395", "id": "65bac85f-f030-4269-99be-e8370cca048f"}]} 2018-12-12 15:45:58,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f6b10882-54ef-4a0a-85fe-d3d29603f2bd used request id req-2e4c5fa9-df9f-4741-8ef9-fb82005ce5a1 2018-12-12 15:45:58,120 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:45:58,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/f6b10882-54ef-4a0a-85fe-d3d29603f2bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:58,428 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92d5b954-692d-425f-98f3-c999d21bc2db Content-Length: 0 Date: Wed, 12 Dec 2018 15:45:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:45:58,428 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/f6b10882-54ef-4a0a-85fe-d3d29603f2bd used request id req-92d5b954-692d-425f-98f3-c999d21bc2db 2018-12-12 15:45:58,429 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj 2018-12-12 15:45:58,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:58,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-413aa452-c3d3-4f72-a78a-945aaaa2477c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:58,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a06a16cc8e73469d95692f875488e395 used request id req-413aa452-c3d3-4f72-a78a-945aaaa2477c 2018-12-12 15:45:58,616 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2d0f7245-8fda-482-proj-role 2018-12-12 15:45:58,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c046807f3ff847d1b50ac50a1160718f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:58,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e96eaf9b-60f4-4e6f-93c0-373afe2a6ab6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:58,738 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c046807f3ff847d1b50ac50a1160718f used request id req-e96eaf9b-60f4-4e6f-93c0-373afe2a6ab6 2018-12-12 15:45:58,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d77d29006d6659ee9c56e819b3d370dab4bed" 2018-12-12 15:45:58,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b725226-cc9a-407f-918c-f12d7a730b40 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:45:58,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2b725226-cc9a-407f-918c-f12d7a730b40 2018-12-12 15:45:58,824 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2d0f7245-8fda-482-user 2018-12-12 15:45:58,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/04c2dcb2eff94ea592c442be7c759018 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c9da29ec359c91a1dabf55d0af4530ff91bc437" 2018-12-12 15:45:58,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:45:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9bf26f6-9950-4f03-a635-27d154fe7331 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:45:58,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/04c2dcb2eff94ea592c442be7c759018 used request id req-a9bf26f6-9950-4f03-a635-27d154fe7331 2018-12-12 15:45:58,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:59,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["C35DLgghQn6FFrNtAvALJw"], "issued_at": "2018-12-12T15:45:59.000000Z"}} 2018-12-12 15:45:59,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8251d40fbffbe7863ce7be314cc8f3e1759fdc1c" 2018-12-12 15:45:59,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1709bb7-d0c3-45d9-b907-84c018fc7325 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:59,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b1709bb7-d0c3-45d9-b907-84c018fc7325 2018-12-12 15:45:59,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:45:59,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:45:59,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:45:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["rSegRewsQ_-JdeowqEXy-Q"], "issued_at": "2018-12-12T15:45:59.000000Z"}} 2018-12-12 15:45:59,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:45:59,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0cf4b43-36dc-4434-b2bf-6fb49556c519 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:45:59,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f0cf4b43-36dc-4434-b2bf-6fb49556c519 2018-12-12 15:45:59,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:45:59,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:45: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:45:59,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ac149548-0103-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:00,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69269f13-8796-48da-af8e-f6d925290d1a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ac149548-0103-414-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:46:00,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ac149548-0103-414-proj used request id req-69269f13-8796-48da-af8e-f6d925290d1a 2018-12-12 15:46:00,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:00,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fac81d8b-1217-4799-b716-5eac306c3e91 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:46:00,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fac81d8b-1217-4799-b716-5eac306c3e91 2018-12-12 15:46:00,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}}' 2018-12-12 15:46:00,241 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:46:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd2b23a0-4538-4e6e-a368-e80175ebca61 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}} 2018-12-12 15:46:00,242 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cd2b23a0-4538-4e6e-a368-e80175ebca61 2018-12-12 15:46:00,242 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ac149548-0103-414-proj 2018-12-12 15:46:00,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:00,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:00,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:46:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Q8brY0-FSWaRt6E7pjH-Vw"], "issued_at": "2018-12-12T15:46:00.000000Z"}} 2018-12-12 15:46:00,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab46f5e89560b214a293b69d8d439205742dd06d" 2018-12-12 15:46:00,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7946c211-b401-408f-a6dd-1396bd269836 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:00,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7946c211-b401-408f-a6dd-1396bd269836 2018-12-12 15:46:00,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:46:00,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:46: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:46:00,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab46f5e89560b214a293b69d8d439205742dd06d" 2018-12-12 15:46:00,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5777ec38-fc2d-4809-83c5-f17acedda077 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:46:00,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5777ec38-fc2d-4809-83c5-f17acedda077 2018-12-12 15:46:00,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-ac149548-0103-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab46f5e89560b214a293b69d8d439205742dd06d" 2018-12-12 15:46:00,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b93dc36c-4692-4058-80ba-0faf48166be2 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-ac149548-0103-414-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}]} 2018-12-12 15:46:00,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-ac149548-0103-414-proj used request id req-b93dc36c-4692-4058-80ba-0faf48166be2 2018-12-12 15:46:00,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab46f5e89560b214a293b69d8d439205742dd06d" 2018-12-12 15:46:01,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed5cb99-e0b6-49c5-84a8-239c81935e4c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:46:01,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1ed5cb99-e0b6-49c5-84a8-239c81935e4c 2018-12-12 15:46:01,368 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ac149548-0103-414-user 2018-12-12 15:46:01,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:01,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:01,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6116ce30-b9a5-4be5-8fd7-639107a274c6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:46:01,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6116ce30-b9a5-4be5-8fd7-639107a274c6 2018-12-12 15:46:01,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" -d '{"role": {"name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj-role"}}' 2018-12-12 15:46:01,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:46:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-612c03ad-4655-4fbd-a946-f8376bffbd39 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ee507b52130946e89f82cba6667766d1", "links": {"self": "http://172.30.9.29:5000/v3/roles/ee507b52130946e89f82cba6667766d1"}, "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj-role"}} 2018-12-12 15:46:01,584 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-612c03ad-4655-4fbd-a946-f8376bffbd39 2018-12-12 15:46:01,585 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ac149548-0103-414-proj-role 2018-12-12 15:46:01,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/ee507b52130946e89f82cba6667766d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:01,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff5dc22-4458-4d6b-9633-61ecc38164ee Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ee507b52130946e89f82cba6667766d1"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj-role", "id": "ee507b52130946e89f82cba6667766d1"}} 2018-12-12 15:46:01,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ee507b52130946e89f82cba6667766d1 used request id req-0ff5dc22-4458-4d6b-9633-61ecc38164ee 2018-12-12 15:46:01,668 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ac149548-0103-414-proj-role to project CreateInstancePortManipulationTests-ac149548-0103-414-proj 2018-12-12 15:46:01,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2/users/fe2e2411227d4e3099b88a8a2ab9134d/roles/ee507b52130946e89f82cba6667766d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:01,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:46:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a64a58e0-036a-4770-a94f-08387d2f85c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:46:01,796 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2/users/fe2e2411227d4e3099b88a8a2ab9134d/roles/ee507b52130946e89f82cba6667766d1 used request id req-a64a58e0-036a-4770-a94f-08387d2f85c4 2018-12-12 15:46:01,796 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:46:01,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:01,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:02,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee507b52130946e89f82cba6667766d1", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj-role"}], "expires_at": "2018-12-12T16:46:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ac149548-0103-414-user", "id": "fe2e2411227d4e3099b88a8a2ab9134d"}, "audit_ids": ["AGwaMJt-Tda3n7efsgucEQ"], "issued_at": "2018-12-12T15:46:02.000000Z"}} 2018-12-12 15:46:02,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" 2018-12-12 15:46:02,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdbd63c3-475f-4600-853d-df5e8d5ff557 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:02,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fdbd63c3-475f-4600-853d-df5e8d5ff557 2018-12-12 15:46:02,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" 2018-12-12 15:46:02,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-5d0627a0-6e12-4dde-986b-b04af3df990a Date: Wed, 12 Dec 2018 15:46:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image"} 2018-12-12 15:46:02,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image used request id req-5d0627a0-6e12-4dde-986b-b04af3df990a 2018-12-12 15:46:02,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" 2018-12-12 15:46:02,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93fc75d1-95dd-430c-94c4-b65befacb118 Date: Wed, 12 Dec 2018 15:46: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-12-12 15:46:02,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-93fc75d1-95dd-430c-94c4-b65befacb118 2018-12-12 15:46:02,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image"}' 2018-12-12 15:46:02,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596 X-Openstack-Request-Id: req-44fb9beb-9715-4697-b474-a3107cea8b6d Date: Wed, 12 Dec 2018 15:46:02 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:46:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:46:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596", "min_disk": 0, "protected": false, "id": "3987c396-19b8-464d-8b5c-2212e5c24596", "file": "/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596/file", "checksum": null, "owner": "e52297dc5fdc4051bd39c8d0fb2073a2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:46:02,821 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-44fb9beb-9715-4697-b474-a3107cea8b6d 2018-12-12 15:46:02,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" -d '' 2018-12-12 15:46:04,780 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5bde2e3-aa84-4344-a9d1-1557fab91b27 Date: Wed, 12 Dec 2018 15:46:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:46:04,780 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596/file used request id req-d5bde2e3-aa84-4344-a9d1-1557fab91b27 2018-12-12 15:46:04,781 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:46:04,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" 2018-12-12 15:46:04,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f6769df5-3c92-43d9-95cd-3be6c9eb46aa Date: Wed, 12 Dec 2018 15:46:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:46:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:46:04Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3987c396-19b8-464d-8b5c-2212e5c24596/snap", "metadata": {}}], "self": "/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596", "min_disk": 0, "protected": false, "id": "3987c396-19b8-464d-8b5c-2212e5c24596", "file": "/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e52297dc5fdc4051bd39c8d0fb2073a2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3987c396-19b8-464d-8b5c-2212e5c24596/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:46:04,955 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596 used request id req-f6769df5-3c92-43d9-95cd-3be6c9eb46aa 2018-12-12 15:46:04,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" 2018-12-12 15:46:05,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aeb6fe5a-253c-4182-9c25-e2658b35c745 Date: Wed, 12 Dec 2018 15:46:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:46:05,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-aeb6fe5a-253c-4182-9c25-e2658b35c745 2018-12-12 15:46:05,117 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image 2018-12-12 15:46:05,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" 2018-12-12 15:46:05,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-c0cae9a1-bb84-471c-9744-86d0552caf8a Date: Wed, 12 Dec 2018 15:46:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:46:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:46:04Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3987c396-19b8-464d-8b5c-2212e5c24596/snap", "metadata": {}}], "self": "/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596", "min_disk": 0, "protected": false, "id": "3987c396-19b8-464d-8b5c-2212e5c24596", "file": "/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e52297dc5fdc4051bd39c8d0fb2073a2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3987c396-19b8-464d-8b5c-2212e5c24596/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:46:05,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596 used request id req-c0cae9a1-bb84-471c-9744-86d0552caf8a 2018-12-12 15:46:05,278 - create_image - DEBUG - Instance status is - active 2018-12-12 15:46:05,279 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image 2018-12-12 15:46:05,279 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image 2018-12-12 15:46:05,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:05,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:05,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee507b52130946e89f82cba6667766d1", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj-role"}], "expires_at": "2018-12-12T16:46:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ac149548-0103-414-user", "id": "fe2e2411227d4e3099b88a8a2ab9134d"}, "audit_ids": ["3wS2WkWPQ7eGMfrXB4d70w"], "issued_at": "2018-12-12T15:46:05.000000Z"}} 2018-12-12 15:46:05,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" 2018-12-12 15:46:05,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f196603-fe92-4f78-848f-87b56195eeaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:05,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9f196603-fe92-4f78-848f-87b56195eeaa 2018-12-12 15:46:05,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" 2018-12-12 15:46:05,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1f6bdaeb-8877-40f8-a1fc-edd2e12bca84 Date: Wed, 12 Dec 2018 15:46:05 GMT RESP BODY: {"networks":[]} 2018-12-12 15:46:05,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net used request id req-1f6bdaeb-8877-40f8-a1fc-edd2e12bca84 2018-12-12 15:46:05,927 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net 2018-12-12 15:46:05,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" -d '{"network": {"name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net", "admin_state_up": true}}' 2018-12-12 15:46:06,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-cff09276-e09d-4d68-b09a-9a750caebfeb Date: Wed, 12 Dec 2018 15:46:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:46:06Z","is_default":false,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","mtu":1450}} 2018-12-12 15:46:06,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-cff09276-e09d-4d68-b09a-9a750caebfeb 2018-12-12 15:46:06,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" 2018-12-12 15:46:06,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-4d62bf60-78d9-411c-b267-c5a6947cc754 Date: Wed, 12 Dec 2018 15:46: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-12-12T15:46:06Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:06,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-4d62bf60-78d9-411c-b267-c5a6947cc754 2018-12-12 15:46:06,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" 2018-12-12 15:46:06,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e24858e3-b17c-4422-8665-e5931950e981 Date: Wed, 12 Dec 2018 15:46:06 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:46:06,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-e24858e3-b17c-4422-8665-e5931950e981 2018-12-12 15:46:06,860 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet 2018-12-12 15:46:06,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" -d '{"subnets": [{"ip_version": 4, "network_id": "4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]}' 2018-12-12 15:46:07,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4cb22895-712c-46d4-a6a9-0aade3461f40 Date: Wed, 12 Dec 2018 15:46:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:07,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-4cb22895-712c-46d4-a6a9-0aade3461f40 2018-12-12 15:46:07,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" 2018-12-12 15:46:07,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2a20ddff-40ae-4511-b872-fbb542858a22 Date: Wed, 12 Dec 2018 15:46:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["64ce7b56-a83c-451a-891b-bd7341836875"],"updated_at":"2018-12-12T15:46:07Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:07,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-2a20ddff-40ae-4511-b872-fbb542858a22 2018-12-12 15:46:07,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" 2018-12-12 15:46:08,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7acdbfa0-489f-4b82-bb60-3fbda5deb830 Date: Wed, 12 Dec 2018 15:46:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:08,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-7acdbfa0-489f-4b82-bb60-3fbda5deb830 2018-12-12 15:46:08,107 - OpenStackNetwork - DEBUG - Network [4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512] created successfully 2018-12-12 15:46:08,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:08,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:08,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:46:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["bmXZRTxMQRK3ppxus-mJ-g"], "issued_at": "2018-12-12T15:46:08.000000Z"}} 2018-12-12 15:46:08,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc01625e9c1e639674a08bf6bb69b5846419b4d5" 2018-12-12 15:46:08,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99106c56-2900-4fb7-b5e1-e3cd25d6cf2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:08,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-99106c56-2900-4fb7-b5e1-e3cd25d6cf2d 2018-12-12 15:46:08,574 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:46:08,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc01625e9c1e639674a08bf6bb69b5846419b4d5" 2018-12-12 15:46:08,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48887001-7c9d-4c4d-ac1d-ac4a6bdb4d5b x-compute-request-id: req-48887001-7c9d-4c4d-ac1d-ac4a6bdb4d5b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:46:08,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-48887001-7c9d-4c4d-ac1d-ac4a6bdb4d5b 2018-12-12 15:46:08,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc01625e9c1e639674a08bf6bb69b5846419b4d5" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:46:08,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b967ae0e-5c26-45e3-a9fd-791c95116fcc x-compute-request-id: req-b967ae0e-5c26-45e3-a9fd-791c95116fcc Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:46:08,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b967ae0e-5c26-45e3-a9fd-791c95116fcc 2018-12-12 15:46:08,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:08,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:09,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee507b52130946e89f82cba6667766d1", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj-role"}], "expires_at": "2018-12-12T16:46:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ac149548-0103-414-user", "id": "fe2e2411227d4e3099b88a8a2ab9134d"}, "audit_ids": ["r9Q01OQbR46XO9SBzjYC1g"], "issued_at": "2018-12-12T15:46:09.000000Z"}} 2018-12-12 15:46:09,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:09,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a3e2cc-919e-44c1-8652-45e9d8def0f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:09,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-90a3e2cc-919e-44c1-8652-45e9d8def0f2 2018-12-12 15:46:09,266 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:46:09,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:09,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9915e7b3-f78f-4b48-85bb-c78866ade84d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:09,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9915e7b3-f78f-4b48-85bb-c78866ade84d 2018-12-12 15:46:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:09,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c9d85c3f-ff68-4c63-9b69-a7ee65c7f32d Date: Wed, 12 Dec 2018 15:46:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["64ce7b56-a83c-451a-891b-bd7341836875"],"updated_at":"2018-12-12T15:46:07Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:09,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net used request id req-c9d85c3f-ff68-4c63-9b69-a7ee65c7f32d 2018-12-12 15:46:09,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:46:09,607 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:46:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:46:09,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:09,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2438df98-e0f0-4c46-a133-3c7aec7021b3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}} 2018-12-12 15:46:09,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 used request id req-2438df98-e0f0-4c46-a133-3c7aec7021b3 2018-12-12 15:46:09,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:09,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d1b7972a-c79d-477e-9c94-1522f4ecda8b Date: Wed, 12 Dec 2018 15:46:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:09,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-d1b7972a-c79d-477e-9c94-1522f4ecda8b 2018-12-12 15:46:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:10,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-baaa1da5-078b-4dac-bbb3-4870ed0d9ac8 Date: Wed, 12 Dec 2018 15:46:10 GMT RESP BODY: {"ports":[]} 2018-12-12 15:46:10,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1&admin_state_up=True used request id req-baaa1da5-078b-4dac-bbb3-4870ed0d9ac8 2018-12-12 15:46:10,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:10,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0c0b47a-b1d8-4f7d-9635-c7f24b9995e3 x-compute-request-id: req-a0c0b47a-b1d8-4f7d-9635-c7f24b9995e3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:46:10,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst used request id req-a0c0b47a-b1d8-4f7d-9635-c7f24b9995e3 2018-12-12 15:46:10,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:10,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-240193bc-a1a4-4844-907f-989165916cd4 Date: Wed, 12 Dec 2018 15:46:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["64ce7b56-a83c-451a-891b-bd7341836875"],"updated_at":"2018-12-12T15:46:07Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:10,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net used request id req-240193bc-a1a4-4844-907f-989165916cd4 2018-12-12 15:46:10,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:10,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2be17f6-52b0-479b-b7e4-46972963e3f8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}} 2018-12-12 15:46:10,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 used request id req-e2be17f6-52b0-479b-b7e4-46972963e3f8 2018-12-12 15:46:10,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:10,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e9b5ac6c-6389-4b7d-9b55-fae15c195789 Date: Wed, 12 Dec 2018 15:46:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:10,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-e9b5ac6c-6389-4b7d-9b55-fae15c195789 2018-12-12 15:46:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:11,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-03b294b2-6f5f-43d6-9b46-a284b1dfdb70 Date: Wed, 12 Dec 2018 15:46:11 GMT RESP BODY: {"ports":[]} 2018-12-12 15:46:11,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1&admin_state_up=True used request id req-03b294b2-6f5f-43d6-9b46-a284b1dfdb70 2018-12-12 15:46:11,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:11,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:11,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee507b52130946e89f82cba6667766d1", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj-role"}], "expires_at": "2018-12-12T16:46:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e52297dc5fdc4051bd39c8d0fb2073a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ac149548-0103-414-user", "id": "fe2e2411227d4e3099b88a8a2ab9134d"}, "audit_ids": ["NMwQoXVPRaWBPPLNnkGDmw"], "issued_at": "2018-12-12T15:46:11.000000Z"}} 2018-12-12 15:46:11,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2cb16a2879ec78155791fb6151da429f1c1521c" 2018-12-12 15:46:11,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31445421-7ea0-4c64-b1c7-372647cc8230 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:11,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-31445421-7ea0-4c64-b1c7-372647cc8230 2018-12-12 15:46:11,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:11,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-871101f2-0698-4768-9054-8833afd2804b Date: Wed, 12 Dec 2018 15:46: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":["64ce7b56-a83c-451a-891b-bd7341836875"],"updated_at":"2018-12-12T15:46:07Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:11,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net used request id req-871101f2-0698-4768-9054-8833afd2804b 2018-12-12 15:46:11,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:11,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f6e7c239-c73f-4c0b-9f30-3f398cb54ca4 Date: Wed, 12 Dec 2018 15:46:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:11,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-f6e7c239-c73f-4c0b-9f30-3f398cb54ca4 2018-12-12 15:46:11,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:12,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-00d972cd-91f0-4f02-843b-e872d8af29d2 Date: Wed, 12 Dec 2018 15:46: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":["64ce7b56-a83c-451a-891b-bd7341836875"],"updated_at":"2018-12-12T15:46:07Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:12,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net used request id req-00d972cd-91f0-4f02-843b-e872d8af29d2 2018-12-12 15:46:12,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:46:12,180 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:46: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:46:12,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2cb16a2879ec78155791fb6151da429f1c1521c" 2018-12-12 15:46:12,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ba9936-bf4e-4878-8ebf-1aaf6db5d775 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}} 2018-12-12 15:46:12,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 used request id req-c8ba9936-bf4e-4878-8ebf-1aaf6db5d775 2018-12-12 15:46:12,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:12,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8ce3c32a-4abf-4ccd-b1c6-b139ded534b5 Date: Wed, 12 Dec 2018 15:46:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:12,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-8ce3c32a-4abf-4ccd-b1c6-b139ded534b5 2018-12-12 15:46:12,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:12,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f27bc845-5719-405d-ba14-60441afbd1e0 Date: Wed, 12 Dec 2018 15:46:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:12,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet used request id req-f27bc845-5719-405d-ba14-60441afbd1e0 2018-12-12 15:46:12,684 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net 2018-12-12 15:46:12,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" -d '{"port": {"network_id": "4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "64ce7b56-a83c-451a-891b-bd7341836875", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1", "admin_state_up": true}}' 2018-12-12 15:46:13,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-debb1d41-2e84-443a-b417-198e40eb175c Date: Wed, 12 Dec 2018 15:46:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"64ce7b56-a83c-451a-891b-bd7341836875","ip_address":"10.55.0.101"}],"id":"c1497ab0-96b3-4b56-9d69-fcace63d2e76","security_groups":["5fb41791-15e2-4ce2-ad10-9dd8cd29c341"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","qos_policy_id":null,"admin_state_up":true,"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:13Z","binding:vnic_type":"normal"}} 2018-12-12 15:46:13,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-debb1d41-2e84-443a-b417-198e40eb175c 2018-12-12 15:46:13,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:13,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0f9ba670-7f35-46b7-ab32-078578b2dde6 Date: Wed, 12 Dec 2018 15:46: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":["64ce7b56-a83c-451a-891b-bd7341836875"],"updated_at":"2018-12-12T15:46:07Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:13,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net used request id req-0f9ba670-7f35-46b7-ab32-078578b2dde6 2018-12-12 15:46:13,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:14,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db35b4a7-6584-46f2-a219-226ad3d337f5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}} 2018-12-12 15:46:14,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 used request id req-db35b4a7-6584-46f2-a219-226ad3d337f5 2018-12-12 15:46:14,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:14,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ee013b99-2e93-49be-ae79-3054a6b9b1ec Date: Wed, 12 Dec 2018 15:46:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:14,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-ee013b99-2e93-49be-ae79-3054a6b9b1ec 2018-12-12 15:46:14,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:14,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-0e5853eb-fe83-4fd7-8fe2-c186f1489e09 Date: Wed, 12 Dec 2018 15:46:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"64ce7b56-a83c-451a-891b-bd7341836875","ip_address":"10.55.0.101"}],"id":"c1497ab0-96b3-4b56-9d69-fcace63d2e76","security_groups":["5fb41791-15e2-4ce2-ad10-9dd8cd29c341"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1","admin_state_up":true,"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:13Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:46:14,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1&admin_state_up=True used request id req-0e5853eb-fe83-4fd7-8fe2-c186f1489e09 2018-12-12 15:46:14,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:14,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32fe28e3-695b-43d4-8dec-0f9cf9bd5e89 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}} 2018-12-12 15:46:14,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 used request id req-32fe28e3-695b-43d4-8dec-0f9cf9bd5e89 2018-12-12 15:46:14,523 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst 2018-12-12 15:46:14,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:14,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65c4766c-b13a-4bb3-a1f1-dfa74b7ccb1a x-compute-request-id: req-65c4766c-b13a-4bb3-a1f1-dfa74b7ccb1a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-flavor-name"}]} 2018-12-12 15:46:14,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-65c4766c-b13a-4bb3-a1f1-dfa74b7ccb1a 2018-12-12 15:46:14,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:14,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5222bbe-a49a-484b-baa1-6a2648765115 x-compute-request-id: req-f5222bbe-a49a-484b-baa1-6a2648765115 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:46:14,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de used request id req-f5222bbe-a49a-484b-baa1-6a2648765115 2018-12-12 15:46:14,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:14,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-6cddaed3-7e45-4a6a-b276-67cb0ebc004a Date: Wed, 12 Dec 2018 15:46:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:46:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:46:04Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3987c396-19b8-464d-8b5c-2212e5c24596/snap", "metadata": {}}], "self": "/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596", "min_disk": 0, "protected": false, "id": "3987c396-19b8-464d-8b5c-2212e5c24596", "file": "/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e52297dc5fdc4051bd39c8d0fb2073a2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3987c396-19b8-464d-8b5c-2212e5c24596/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image"} 2018-12-12 15:46:14,769 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image used request id req-6cddaed3-7e45-4a6a-b276-67cb0ebc004a 2018-12-12 15:46:14,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:14,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-daddeab1-f324-4189-8578-be0bd8420eae Date: Wed, 12 Dec 2018 15:46:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:46:14,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-daddeab1-f324-4189-8578-be0bd8420eae 2018-12-12 15:46:14,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" -d '{"server": {"name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst", "imageRef": "3987c396-19b8-464d-8b5c-2212e5c24596", "flavorRef": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "max_count": 1, "min_count": 1, "networks": [{"port": "c1497ab0-96b3-4b56-9d69-fcace63d2e76"}]}}' 2018-12-12 15:46:16,723 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:46:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3bded2e-a64c-48a5-a485-085196a037ab x-compute-request-id: req-f3bded2e-a64c-48a5-a485-085196a037ab Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "773bd022-9f6e-40e1-82b4-204e44225893", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "bookmark"}], "adminPass": "q8zR4xk2wpUV"}} 2018-12-12 15:46:16,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-f3bded2e-a64c-48a5-a485-085196a037ab 2018-12-12 15:46:16,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:17,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5943451d-66fe-493f-abab-5162daabc5da x-compute-request-id: req-5943451d-66fe-493f-abab-5162daabc5da 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.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "bookmark"}], "image": {"id": "3987c396-19b8-464d-8b5c-2212e5c24596", "links": [{"href": "http://172.30.9.29:8774/images/3987c396-19b8-464d-8b5c-2212e5c24596", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "links": [{"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}]}, "id": "773bd022-9f6e-40e1-82b4-204e44225893", "user_id": "fe2e2411227d4e3099b88a8a2ab9134d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:46:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst", "created": "2018-12-12T15:46:16Z", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:17,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 used request id req-5943451d-66fe-493f-abab-5162daabc5da 2018-12-12 15:46:17,228 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst 2018-12-12 15:46:17,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:17,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46: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-a916f6c0-4495-4f4f-a76e-9aa465efbf25 x-compute-request-id: req-a916f6c0-4495-4f4f-a76e-9aa465efbf25 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.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "bookmark"}], "image": {"id": "3987c396-19b8-464d-8b5c-2212e5c24596", "links": [{"href": "http://172.30.9.29:8774/images/3987c396-19b8-464d-8b5c-2212e5c24596", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "links": [{"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}]}, "id": "773bd022-9f6e-40e1-82b4-204e44225893", "user_id": "fe2e2411227d4e3099b88a8a2ab9134d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:46:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst", "created": "2018-12-12T15:46:16Z", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:17,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 used request id req-a916f6c0-4495-4f4f-a76e-9aa465efbf25 2018-12-12 15:46:17,585 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst] is - BUILD 2018-12-12 15:46:17,585 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:46:20,589 - create_instance - DEBUG - VM status query timeout in 896.639312029 2018-12-12 15:46:20,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:21,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c009a584-f80a-4e7c-b594-77dcc4042fb4 x-compute-request-id: req-c009a584-f80a-4e7c-b594-77dcc4042fb4 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.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "bookmark"}], "image": {"id": "3987c396-19b8-464d-8b5c-2212e5c24596", "links": [{"href": "http://172.30.9.29:8774/images/3987c396-19b8-464d-8b5c-2212e5c24596", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "links": [{"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}]}, "id": "773bd022-9f6e-40e1-82b4-204e44225893", "security_groups": [{"name": "default"}], "user_id": "fe2e2411227d4e3099b88a8a2ab9134d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:46:18Z", "hostId": "2672caeee70d5fd04d009934f7285c6e5acdebd487440906200031c5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst", "created": "2018-12-12T15:46:16Z", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:21,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 used request id req-c009a584-f80a-4e7c-b594-77dcc4042fb4 2018-12-12 15:46:21,257 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst] is - BUILD 2018-12-12 15:46:21,257 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:46:24,260 - create_instance - DEBUG - VM status query timeout in 892.968061924 2018-12-12 15:46:24,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:24,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2fbd7763-4966-4564-8b61-4e5bfe06c418 x-compute-request-id: req-2fbd7763-4966-4564-8b61-4e5bfe06c418 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-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.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "bookmark"}], "image": {"id": "3987c396-19b8-464d-8b5c-2212e5c24596", "links": [{"href": "http://172.30.9.29:8774/images/3987c396-19b8-464d-8b5c-2212e5c24596", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:46:22.000000", "flavor": {"id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "links": [{"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}]}, "id": "773bd022-9f6e-40e1-82b4-204e44225893", "security_groups": [{"name": "default"}], "user_id": "fe2e2411227d4e3099b88a8a2ab9134d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:46:23Z", "hostId": "2672caeee70d5fd04d009934f7285c6e5acdebd487440906200031c5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst", "created": "2018-12-12T15:46:16Z", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:24,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 used request id req-2fbd7763-4966-4564-8b61-4e5bfe06c418 2018-12-12 15:46:24,873 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst] is - ACTIVE 2018-12-12 15:46:24,873 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:46:24,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:25,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55e2f7dd-dc98-426b-bfaa-2298def7fe83 x-compute-request-id: req-55e2f7dd-dc98-426b-bfaa-2298def7fe83 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-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.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "bookmark"}], "image": {"id": "3987c396-19b8-464d-8b5c-2212e5c24596", "links": [{"href": "http://172.30.9.29:8774/images/3987c396-19b8-464d-8b5c-2212e5c24596", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:46:22.000000", "flavor": {"id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "links": [{"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}]}, "id": "773bd022-9f6e-40e1-82b4-204e44225893", "security_groups": [{"name": "default"}], "user_id": "fe2e2411227d4e3099b88a8a2ab9134d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:46:23Z", "hostId": "2672caeee70d5fd04d009934f7285c6e5acdebd487440906200031c5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst", "created": "2018-12-12T15:46:16Z", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:25,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 used request id req-55e2f7dd-dc98-426b-bfaa-2298def7fe83 2018-12-12 15:46:25,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:25,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f1add56e-6731-479c-bcd8-7edb410adf0a Date: Wed, 12 Dec 2018 15:46: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":["64ce7b56-a83c-451a-891b-bd7341836875"],"updated_at":"2018-12-12T15:46:07Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:25,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net used request id req-f1add56e-6731-479c-bcd8-7edb410adf0a 2018-12-12 15:46:25,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:25,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e0a0927-dcb4-4ba5-ab1f-5b0da03588f6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}} 2018-12-12 15:46:25,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 used request id req-0e0a0927-dcb4-4ba5-ab1f-5b0da03588f6 2018-12-12 15:46:25,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:26,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a2866ea9-cd12-456c-8e86-566618f25aaf Date: Wed, 12 Dec 2018 15:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:26,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-a2866ea9-cd12-456c-8e86-566618f25aaf 2018-12-12 15:46:26,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:26,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-1308d513-1c46-4b64-b0cf-77244ebce519 Date: Wed, 12 Dec 2018 15:46:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"64ce7b56-a83c-451a-891b-bd7341836875","ip_address":"10.55.0.4"}],"id":"2b161971-3ab1-4a04-9d90-4c2ab9defbe5","security_groups":[],"mac_address":"fa:16:3e:7a:d5:aa","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"64ce7b56-a83c-451a-891b-bd7341836875","ip_address":"10.55.0.3"}],"id":"9e0eb606-e3b2-43cd-a985-ed68cb09670e","security_groups":[],"mac_address":"fa:16:3e:8f:80:0e","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"64ce7b56-a83c-451a-891b-bd7341836875","ip_address":"10.55.0.2"}],"id":"a9216cf7-cbdd-4268-9bfd-6ded22bcc7a3","security_groups":[],"mac_address":"fa:16:3e:33:24:ef","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"64ce7b56-a83c-451a-891b-bd7341836875","ip_address":"10.55.0.101"}],"id":"c1497ab0-96b3-4b56-9d69-fcace63d2e76","security_groups":["5fb41791-15e2-4ce2-ad10-9dd8cd29c341"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1","admin_state_up":true,"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:13Z","binding:vnic_type":"normal","device_id":"773bd022-9f6e-40e1-82b4-204e44225893"}]} 2018-12-12 15:46:26,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-1308d513-1c46-4b64-b0cf-77244ebce519 2018-12-12 15:46:26,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:26,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-38430472-dc45-4e05-9959-1758a047dde2 Date: Wed, 12 Dec 2018 15: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":["64ce7b56-a83c-451a-891b-bd7341836875"],"updated_at":"2018-12-12T15:46:07Z","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net"}]} 2018-12-12 15:46:26,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-38430472-dc45-4e05-9959-1758a047dde2 2018-12-12 15:46:26,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:26,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0c79029c-a71d-4c9a-bfc4-d914fe62f2e8 Date: Wed, 12 Dec 2018 15:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:26,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-0c79029c-a71d-4c9a-bfc4-d914fe62f2e8 2018-12-12 15:46:26,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:26,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dc86779b-c588-46a2-8017-44ed33c299c4 Date: Wed, 12 Dec 2018 15:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512","tenant_id":"e52297dc5fdc4051bd39c8d0fb2073a2","created_at":"2018-12-12T15:46:07Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e52297dc5fdc4051bd39c8d0fb2073a2","id":"64ce7b56-a83c-451a-891b-bd7341836875","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet"}]} 2018-12-12 15:46:26,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512&name=CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet used request id req-dc86779b-c588-46a2-8017-44ed33c299c4 2018-12-12 15:46:26,376 - create_instance - INFO - Deleting Port with ID - c1497ab0-96b3-4b56-9d69-fcace63d2e76 2018-12-12 15:46:26,376 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265aeport-1 2018-12-12 15:46:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/c1497ab0-96b3-4b56-9d69-fcace63d2e76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:26,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1508c386-e93f-4b13-b708-4c797b9e168b Date: Wed, 12 Dec 2018 15:46:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:46:26,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/c1497ab0-96b3-4b56-9d69-fcace63d2e76 used request id req-1508c386-e93f-4b13-b708-4c797b9e168b 2018-12-12 15:46:26,985 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst 2018-12-12 15:46:26,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:27,141 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:46:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a9dea5f-8aed-4da8-aa30-5c8c4442c34e x-compute-request-id: req-2a9dea5f-8aed-4da8-aa30-5c8c4442c34e Content-Type: application/json 2018-12-12 15:46:27,142 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 used request id req-2a9dea5f-8aed-4da8-aa30-5c8c4442c34e 2018-12-12 15:46:27,142 - create_instance - INFO - Checking deletion status 2018-12-12 15:46:27,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:27,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d004118-8030-4edc-81f8-9bb32917c612 x-compute-request-id: req-8d004118-8030-4edc-81f8-9bb32917c612 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.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/773bd022-9f6e-40e1-82b4-204e44225893", "rel": "bookmark"}], "image": {"id": "3987c396-19b8-464d-8b5c-2212e5c24596", "links": [{"href": "http://172.30.9.29:8774/images/3987c396-19b8-464d-8b5c-2212e5c24596", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:46:22.000000", "flavor": {"id": "94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "links": [{"href": "http://172.30.9.29:8774/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de", "rel": "bookmark"}]}, "id": "773bd022-9f6e-40e1-82b4-204e44225893", "user_id": "fe2e2411227d4e3099b88a8a2ab9134d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:46:27Z", "hostId": "2672caeee70d5fd04d009934f7285c6e5acdebd487440906200031c5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst", "created": "2018-12-12T15:46:16Z", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:27,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 used request id req-8d004118-8030-4edc-81f8-9bb32917c612 2018-12-12 15:46:27,375 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst] is - ACTIVE 2018-12-12 15:46:27,375 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:46:30,378 - create_instance - DEBUG - VM status query timeout in 296.763906002 2018-12-12 15:46:30,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4cd285f76c2281310a4ab9d55e50bd4b21ec42" 2018-12-12 15:46:30,435 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:46:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54c69f52-20f2-47c6-bce0-703726de36ff x-compute-request-id: req-54c69f52-20f2-47c6-bce0-703726de36ff Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 773bd022-9f6e-40e1-82b4-204e44225893 could not be found.", "code": 404}} 2018-12-12 15:46:30,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/773bd022-9f6e-40e1-82b4-204e44225893 used request id req-54c69f52-20f2-47c6-bce0-703726de36ff 2018-12-12 15:46:30,435 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 773bd022-9f6e-40e1-82b4-204e44225893 could not be found. (HTTP 404) (Request-ID: req-54c69f52-20f2-47c6-bce0-703726de36ff) 2018-12-12 15:46:30,435 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-inst 2018-12-12 15:46:30,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc01625e9c1e639674a08bf6bb69b5846419b4d5" 2018-12-12 15:46:30,483 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:46:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-86fb639a-6f84-4509-b9d0-675ef39fe60f x-compute-request-id: req-86fb639a-6f84-4509-b9d0-675ef39fe60f Content-Length: 0 Content-Type: application/json 2018-12-12 15:46:30,483 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/94f2363c-9b33-47fe-b3a9-0aa80dd6f5de used request id req-86fb639a-6f84-4509-b9d0-675ef39fe60f 2018-12-12 15:46:30,484 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet 2018-12-12 15:46:30,484 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-subnet 2018-12-12 15:46:30,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/64ce7b56-a83c-451a-891b-bd7341836875 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" 2018-12-12 15:46:32,838 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ccd4ba58-907f-4cff-aeec-a22b24bd6fc1 Date: Wed, 12 Dec 2018 15:46:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:46:32,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/64ce7b56-a83c-451a-891b-bd7341836875 used request id req-ccd4ba58-907f-4cff-aeec-a22b24bd6fc1 2018-12-12 15:46:32,838 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-pub-net 2018-12-12 15:46:32,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555ab7ffb64e147e5a73005a439bb260af5294b4" 2018-12-12 15:46:34,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a633a5b1-4e9f-4d09-98d4-0faaa66feeff Date: Wed, 12 Dec 2018 15:46:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:46:34,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4a8d7d0c-ff0f-4c4e-8c58-cf49e5372512 used request id req-a633a5b1-4e9f-4d09-98d4-0faaa66feeff 2018-12-12 15:46:34,001 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-78dcee00-a0db-43e1-b38e-75b656c265ae-image 2018-12-12 15:46:34,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0048a0ee2cbc9a6b9bd8fcd0f54537fa2bd2c96" 2018-12-12 15:46:35,930 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b3e30d0-4c53-4f17-9444-70678e7a2d34 Date: Wed, 12 Dec 2018 15:46:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:46:35,930 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3987c396-19b8-464d-8b5c-2212e5c24596 used request id req-0b3e30d0-4c53-4f17-9444-70678e7a2d34 2018-12-12 15:46:35,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:36,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8e93d2a3-a1ae-4fc4-a022-125ed999be81 Date: Wed, 12 Dec 2018 15:46:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "created_at": "2018-12-12T15:46:06Z", "updated_at": "2018-12-12T15:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:46:06Z", "revision_number": 0, "id": "3677429f-fbec-45aa-84f3-1fdd6815a7ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:46:06Z", "security_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:46:06Z", "revision_number": 0, "id": "55c2a76d-722c-4162-95c1-94c6d0cb767d", "remote_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "remote_ip_prefix": null, "created_at": "2018-12-12T15:46:06Z", "security_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:46:06Z", "revision_number": 0, "id": "6dbe61b5-061d-41ed-bb4c-dcf3add2584b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:46:06Z", "security_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:46:06Z", "revision_number": 0, "id": "c7927454-7d9e-4942-8d7a-31ef91e52867", "remote_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "remote_ip_prefix": null, "created_at": "2018-12-12T15:46:06Z", "security_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2"}], "revision_number": 4, "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:46:36,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-8e93d2a3-a1ae-4fc4-a022-125ed999be81 2018-12-12 15:46:36,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:36,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f31155a-2fa4-4466-9116-4e6a19637f76 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2"}, "enabled": true, "id": "e52297dc5fdc4051bd39c8d0fb2073a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ac149548-0103-414-proj"}} 2018-12-12 15:46:36,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 used request id req-5f31155a-2fa4-4466-9116-4e6a19637f76 2018-12-12 15:46:36,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5fb41791-15e2-4ce2-ad10-9dd8cd29c341 2018-12-12 15:46:36,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5fb41791-15e2-4ce2-ad10-9dd8cd29c341 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:36,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b13ceda8-590f-48fc-b754-09878766f2d1 Date: Wed, 12 Dec 2018 15:46:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:46:06Z", "security_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "port_range_min": null, "revision_number": 0, "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "created_at": "2018-12-12T15:46:06Z", "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "id": "3677429f-fbec-45aa-84f3-1fdd6815a7ca"}, {"remote_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:46:06Z", "security_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "port_range_min": null, "revision_number": 0, "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "created_at": "2018-12-12T15:46:06Z", "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "id": "55c2a76d-722c-4162-95c1-94c6d0cb767d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:46:06Z", "security_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "port_range_min": null, "revision_number": 0, "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "created_at": "2018-12-12T15:46:06Z", "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "id": "6dbe61b5-061d-41ed-bb4c-dcf3add2584b"}, {"remote_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:46:06Z", "security_group_id": "5fb41791-15e2-4ce2-ad10-9dd8cd29c341", "port_range_min": null, "revision_number": 0, "tenant_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "created_at": "2018-12-12T15:46:06Z", "project_id": "e52297dc5fdc4051bd39c8d0fb2073a2", "id": "c7927454-7d9e-4942-8d7a-31ef91e52867"}]} 2018-12-12 15:46:36,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5fb41791-15e2-4ce2-ad10-9dd8cd29c341 used request id req-b13ceda8-590f-48fc-b754-09878766f2d1 2018-12-12 15:46:36,430 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:46:36,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/5fb41791-15e2-4ce2-ad10-9dd8cd29c341 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:36,861 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50fcacf6-24df-4939-8790-ec95b9735e08 Content-Length: 0 Date: Wed, 12 Dec 2018 15:46:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:46:36,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5fb41791-15e2-4ce2-ad10-9dd8cd29c341 used request id req-50fcacf6-24df-4939-8790-ec95b9735e08 2018-12-12 15:46:36,862 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ac149548-0103-414-proj 2018-12-12 15:46:36,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:37,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:46:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e27073e9-1931-4210-a995-5aebc72b29c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:46:37,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e52297dc5fdc4051bd39c8d0fb2073a2 used request id req-e27073e9-1931-4210-a995-5aebc72b29c8 2018-12-12 15:46:37,090 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ac149548-0103-414-proj-role 2018-12-12 15:46:37,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/ee507b52130946e89f82cba6667766d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:37,200 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:46:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fe1d983-a3fc-4774-9fd0-c235fe1e2585 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:46:37,200 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ee507b52130946e89f82cba6667766d1 used request id req-8fe1d983-a3fc-4774-9fd0-c235fe1e2585 2018-12-12 15:46:37,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892f135f5df7a40d15c3ec3338db5dfadbef88c3" 2018-12-12 15:46:37,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737e21e8-df48-40ce-9e2d-7004d0fedc7b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:46:37,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-737e21e8-df48-40ce-9e2d-7004d0fedc7b 2018-12-12 15:46:37,283 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ac149548-0103-414-user 2018-12-12 15:46:37,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/fe2e2411227d4e3099b88a8a2ab9134d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab46f5e89560b214a293b69d8d439205742dd06d" 2018-12-12 15:46:37,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:46:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ff0f796-8b2d-4e37-871e-f336d6d1297b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:46:37,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/fe2e2411227d4e3099b88a8a2ab9134d used request id req-7ff0f796-8b2d-4e37-871e-f336d6d1297b 2018-12-12 15:46:37,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:37,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:46:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["CFD2EaonT2u_Ei7iZvf20Q"], "issued_at": "2018-12-12T15:46:37.000000Z"}} 2018-12-12 15:46:37,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c91e303d66df8afcba83e45c5f38859aca9c59c6" 2018-12-12 15:46:37,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a063c3c-8a19-43dd-9774-ca6afce9c82c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:37,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6a063c3c-8a19-43dd-9774-ca6afce9c82c 2018-12-12 15:46:37,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:37,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:38,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["YHgQgITvSz-TtHj5RkgmdQ"], "issued_at": "2018-12-12T15:46:38.000000Z"}} 2018-12-12 15:46:38,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:46:38,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb295607-be33-4ce4-82af-5c86aafb976b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:38,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bb295607-be33-4ce4-82af-5c86aafb976b 2018-12-12 15:46:38,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:46:38,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:46: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:46:38,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d927237-ca79-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:46:38,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ad83a9-9eee-4031-aeee-fdfccc85c7f1 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d927237-ca79-428-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:46:38,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d927237-ca79-428-proj used request id req-55ad83a9-9eee-4031-aeee-fdfccc85c7f1 2018-12-12 15:46:38,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:46:38,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c37cd8a5-1e55-4422-8e28-ab247a0381ab Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:46:38,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c37cd8a5-1e55-4422-8e28-ab247a0381ab 2018-12-12 15:46:38,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}}' 2018-12-12 15:46:38,859 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:46:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-205e18c1-303b-467d-b1b6-1573e2aa7a60 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}} 2018-12-12 15:46:38,859 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-205e18c1-303b-467d-b1b6-1573e2aa7a60 2018-12-12 15:46:38,859 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2d927237-ca79-428-proj 2018-12-12 15:46:38,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:38,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:39,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:46:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["QKZQQ3OJQK6bNa0ndmHT2w"], "issued_at": "2018-12-12T15:46:39.000000Z"}} 2018-12-12 15:46:39,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e653100176406e4b848308ddac310e4b977c7da" 2018-12-12 15:46:39,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d5348bf-7cb7-47a6-a050-9d9cd5d1b35c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:39,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4d5348bf-7cb7-47a6-a050-9d9cd5d1b35c 2018-12-12 15:46:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:46:39,351 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:46: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:46:39,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e653100176406e4b848308ddac310e4b977c7da" 2018-12-12 15:46:39,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65e888ca-2056-4141-8040-fd900170c877 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:46:39,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-65e888ca-2056-4141-8040-fd900170c877 2018-12-12 15:46:39,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d927237-ca79-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e653100176406e4b848308ddac310e4b977c7da" 2018-12-12 15:46:39,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f55cfa2-367a-44ee-adb2-54c8fa9852a4 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d927237-ca79-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}]} 2018-12-12 15:46:39,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d927237-ca79-428-proj used request id req-5f55cfa2-367a-44ee-adb2-54c8fa9852a4 2018-12-12 15:46:39,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e653100176406e4b848308ddac310e4b977c7da" 2018-12-12 15:46:39,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb4f7b7e-d43e-4ea5-956c-037bf6b7fbda Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:46:39,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fb4f7b7e-d43e-4ea5-956c-037bf6b7fbda 2018-12-12 15:46:40,056 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2d927237-ca79-428-user 2018-12-12 15:46:40,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:40,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:46:40,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1f10457-483b-435c-85e9-cffe7b7d15cf Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:46:40,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e1f10457-483b-435c-85e9-cffe7b7d15cf 2018-12-12 15:46:40,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" -d '{"role": {"name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role"}}' 2018-12-12 15:46:40,272 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:46:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab2122b3-5724-4521-b134-7d6ee196ffde Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b13c600ac19049d0aadf728b13c65154", "links": {"self": "http://172.30.9.29:5000/v3/roles/b13c600ac19049d0aadf728b13c65154"}, "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role"}} 2018-12-12 15:46:40,272 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ab2122b3-5724-4521-b134-7d6ee196ffde 2018-12-12 15:46:40,273 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role 2018-12-12 15:46:40,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b13c600ac19049d0aadf728b13c65154 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:46:40,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d77ad6f-277b-47ff-8ff1-48951a899079 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b13c600ac19049d0aadf728b13c65154"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role", "id": "b13c600ac19049d0aadf728b13c65154"}} 2018-12-12 15:46:40,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b13c600ac19049d0aadf728b13c65154 used request id req-3d77ad6f-277b-47ff-8ff1-48951a899079 2018-12-12 15:46:40,366 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role to project CreateInstancePortManipulationTests-2d927237-ca79-428-proj 2018-12-12 15:46:40,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7/users/255713f914024612b2ef0b68657b66f4/roles/b13c600ac19049d0aadf728b13c65154 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:46:40,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:46:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8b27425-8f1d-4270-a4a6-e783f5e65ead Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:46:40,508 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7/users/255713f914024612b2ef0b68657b66f4/roles/b13c600ac19049d0aadf728b13c65154 used request id req-d8b27425-8f1d-4270-a4a6-e783f5e65ead 2018-12-12 15:46:40,509 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:46:40,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:40,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:40,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b13c600ac19049d0aadf728b13c65154", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role"}], "expires_at": "2018-12-12T16:46:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-user", "id": "255713f914024612b2ef0b68657b66f4"}, "audit_ids": ["ivdf_ihCT_yupLMTIovdbA"], "issued_at": "2018-12-12T15:46:40.000000Z"}} 2018-12-12 15:46:40,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" 2018-12-12 15:46:41,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1575ec8d-fdd7-42af-9273-bd3dbc696f31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:41,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1575ec8d-fdd7-42af-9273-bd3dbc696f31 2018-12-12 15:46:41,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" 2018-12-12 15:46:41,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-06a02015-cb8c-4f24-8a53-06b651c3c456 Date: Wed, 12 Dec 2018 15:46:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image"} 2018-12-12 15:46:41,231 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image used request id req-06a02015-cb8c-4f24-8a53-06b651c3c456 2018-12-12 15:46:41,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" 2018-12-12 15:46:41,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5d647ea7-77dc-43de-9963-043b568c6c2d Date: Wed, 12 Dec 2018 15:46:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:46:41,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5d647ea7-77dc-43de-9963-043b568c6c2d 2018-12-12 15:46:41,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image"}' 2018-12-12 15:46:41,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343 X-Openstack-Request-Id: req-611fed89-5601-41c7-ad83-cb1bd44c6767 Date: Wed, 12 Dec 2018 15:46:41 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:46:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:46:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "min_disk": 0, "protected": false, "id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "file": "/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343/file", "checksum": null, "owner": "a6accdff3599485ca0a3f2e9da0f99b7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:46:41,717 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-611fed89-5601-41c7-ad83-cb1bd44c6767 2018-12-12 15:46:41,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" -d '' 2018-12-12 15:46:43,512 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6dc8a6bb-5d6f-42a1-acdd-590a6afca1c2 Date: Wed, 12 Dec 2018 15:46:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:46:43,512 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343/file used request id req-6dc8a6bb-5d6f-42a1-acdd-590a6afca1c2 2018-12-12 15:46:43,513 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:46:43,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" 2018-12-12 15:46:43,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0722603c-5c66-42e1-b41d-ba4607e85ed7 Date: Wed, 12 Dec 2018 15:46:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:46:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:46:43Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a04a4dbd-85aa-4319-820b-0c41333f4343/snap", "metadata": {}}], "self": "/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "min_disk": 0, "protected": false, "id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "file": "/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a6accdff3599485ca0a3f2e9da0f99b7", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a04a4dbd-85aa-4319-820b-0c41333f4343/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:46:43,539 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343 used request id req-0722603c-5c66-42e1-b41d-ba4607e85ed7 2018-12-12 15:46:43,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" 2018-12-12 15:46:43,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cfb9e3e4-7dae-4b12-b55d-268e97d8bf93 Date: Wed, 12 Dec 2018 15:46:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:46:43,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-cfb9e3e4-7dae-4b12-b55d-268e97d8bf93 2018-12-12 15:46:43,699 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image 2018-12-12 15:46:43,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" 2018-12-12 15:46:43,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-bb9d770c-5aa6-4926-b69c-1ee3f71becfa Date: Wed, 12 Dec 2018 15:46:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:46:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:46:43Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a04a4dbd-85aa-4319-820b-0c41333f4343/snap", "metadata": {}}], "self": "/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "min_disk": 0, "protected": false, "id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "file": "/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a6accdff3599485ca0a3f2e9da0f99b7", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a04a4dbd-85aa-4319-820b-0c41333f4343/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:46:43,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343 used request id req-bb9d770c-5aa6-4926-b69c-1ee3f71becfa 2018-12-12 15:46:43,884 - create_image - DEBUG - Instance status is - active 2018-12-12 15:46:43,884 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image 2018-12-12 15:46:43,884 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image 2018-12-12 15:46:43,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:43,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:44,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b13c600ac19049d0aadf728b13c65154", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role"}], "expires_at": "2018-12-12T16:46:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-user", "id": "255713f914024612b2ef0b68657b66f4"}, "audit_ids": ["totXMQTXQUiodeKVSxShgg"], "issued_at": "2018-12-12T15:46:44.000000Z"}} 2018-12-12 15:46:44,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" 2018-12-12 15:46:44,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342ad228-8d88-494c-91d0-fb3273730688 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:44,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-342ad228-8d88-494c-91d0-fb3273730688 2018-12-12 15:46:44,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" 2018-12-12 15:46:44,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-64bba9a6-b4f3-4831-8747-3935af106a8f Date: Wed, 12 Dec 2018 15:46:44 GMT RESP BODY: {"networks":[]} 2018-12-12 15:46:44,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net used request id req-64bba9a6-b4f3-4831-8747-3935af106a8f 2018-12-12 15:46:44,532 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net 2018-12-12 15:46:44,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" -d '{"network": {"name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net", "admin_state_up": true}}' 2018-12-12 15:46:45,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-8822402a-3085-4955-a632-329682e8c69a Date: Wed, 12 Dec 2018 15:46:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"df535747-0865-4733-83af-418e388d713b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:46:44Z","is_default":false,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","mtu":1450}} 2018-12-12 15:46:45,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-8822402a-3085-4955-a632-329682e8c69a 2018-12-12 15:46:45,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" 2018-12-12 15:46:45,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e51a590f-474c-49c1-9426-27893b10443e Date: Wed, 12 Dec 2018 15:46: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-12-12T15:46:44Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:46:45,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=df535747-0865-4733-83af-418e388d713b used request id req-e51a590f-474c-49c1-9426-27893b10443e 2018-12-12 15:46:45,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" 2018-12-12 15:46:45,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-33777369-c7e7-49b0-8923-2409d5ff4066 Date: Wed, 12 Dec 2018 15:46:45 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:46:45,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-33777369-c7e7-49b0-8923-2409d5ff4066 2018-12-12 15:46:45,512 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet 2018-12-12 15:46:45,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" -d '{"subnets": [{"ip_version": 4, "network_id": "df535747-0865-4733-83af-418e388d713b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]}' 2018-12-12 15:46:46,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-58db1657-5984-45e4-bbb9-f78fbc6060b1 Date: Wed, 12 Dec 2018 15:46:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:46:46,007 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-58db1657-5984-45e4-bbb9-f78fbc6060b1 2018-12-12 15:46:46,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" 2018-12-12 15:46:46,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-101361bb-6ef7-4463-a76b-85000c174135 Date: Wed, 12 Dec 2018 15:46: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":["8159e29f-c7f1-40c3-b931-62e9d66f3a73"],"updated_at":"2018-12-12T15:46:45Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:46:46,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=df535747-0865-4733-83af-418e388d713b used request id req-101361bb-6ef7-4463-a76b-85000c174135 2018-12-12 15:46:46,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" 2018-12-12 15:46:46,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-85263edc-f731-4b98-ae99-eda7237a8439 Date: Wed, 12 Dec 2018 15:46:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:46:46,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-85263edc-f731-4b98-ae99-eda7237a8439 2018-12-12 15:46:46,312 - OpenStackNetwork - DEBUG - Network [df535747-0865-4733-83af-418e388d713b] created successfully 2018-12-12 15:46:46,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:46,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:46,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:46:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6LbMx_fbTNiUj7fUYb2rtw"], "issued_at": "2018-12-12T15:46:46.000000Z"}} 2018-12-12 15:46:46,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e163961b4ff22d1f4de65a05d37ce19dcebca4" 2018-12-12 15:46:46,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-656e5bbd-e9a5-4022-90d6-6564a809bd52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:46,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-656e5bbd-e9a5-4022-90d6-6564a809bd52 2018-12-12 15:46:46,801 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:46:46,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e163961b4ff22d1f4de65a05d37ce19dcebca4" 2018-12-12 15:46:46,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46: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-fcdbc089-827a-4f69-a207-51fe34ac27d9 x-compute-request-id: req-fcdbc089-827a-4f69-a207-51fe34ac27d9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:46:46,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-fcdbc089-827a-4f69-a207-51fe34ac27d9 2018-12-12 15:46:46,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e163961b4ff22d1f4de65a05d37ce19dcebca4" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:46:47,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46: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-c0ea46ea-615b-4f3c-bc2e-b0d15b5ffbe8 x-compute-request-id: req-c0ea46ea-615b-4f3c-bc2e-b0d15b5ffbe8 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:46:47,027 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c0ea46ea-615b-4f3c-bc2e-b0d15b5ffbe8 2018-12-12 15:46:47,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:47,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:47,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b13c600ac19049d0aadf728b13c65154", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role"}], "expires_at": "2018-12-12T16:46:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-user", "id": "255713f914024612b2ef0b68657b66f4"}, "audit_ids": ["P7CxM8bNTbeA2pclK54Xhw"], "issued_at": "2018-12-12T15:46:47.000000Z"}} 2018-12-12 15:46:47,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:47,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbe0a495-43e2-41c1-b2ce-060be407db08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:47,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fbe0a495-43e2-41c1-b2ce-060be407db08 2018-12-12 15:46:47,471 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:46:47,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:47,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d9c7427-01fa-4b30-b46a-7bc414f18cc7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:47,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9d9c7427-01fa-4b30-b46a-7bc414f18cc7 2018-12-12 15:46:47,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:47,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7b7e1a70-00c4-408f-a0d0-12addfc56441 Date: Wed, 12 Dec 2018 15: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":["8159e29f-c7f1-40c3-b931-62e9d66f3a73"],"updated_at":"2018-12-12T15:46:45Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:46:47,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net used request id req-7b7e1a70-00c4-408f-a0d0-12addfc56441 2018-12-12 15:46:47,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:46:47,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:46:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:46:47,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:47,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5cdc86-8531-4b02-94c4-bfc3b217d990 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}} 2018-12-12 15:46:47,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 used request id req-bc5cdc86-8531-4b02-94c4-bfc3b217d990 2018-12-12 15:46:47,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:48,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e2fa8ade-a910-4fbc-8638-f1d8ba3398e5 Date: Wed, 12 Dec 2018 15:46:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:46:48,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-e2fa8ade-a910-4fbc-8638-f1d8ba3398e5 2018-12-12 15:46:48,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:48,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ac02cefc-e6d1-4d03-afc9-fc1d85927012 Date: Wed, 12 Dec 2018 15:46:48 GMT RESP BODY: {"ports":[]} 2018-12-12 15:46:48,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1&admin_state_up=True used request id req-ac02cefc-e6d1-4d03-afc9-fc1d85927012 2018-12-12 15:46:48,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:48,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-8256f99c-fa3f-4b11-a19f-a52bfabac64e x-compute-request-id: req-8256f99c-fa3f-4b11-a19f-a52bfabac64e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:46:48,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst used request id req-8256f99c-fa3f-4b11-a19f-a52bfabac64e 2018-12-12 15:46:48,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:48,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3ae6ad7a-f6a4-4167-b871-68de4af483c2 Date: Wed, 12 Dec 2018 15:46: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":["8159e29f-c7f1-40c3-b931-62e9d66f3a73"],"updated_at":"2018-12-12T15:46:45Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:46:48,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net used request id req-3ae6ad7a-f6a4-4167-b871-68de4af483c2 2018-12-12 15:46:49,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:49,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-534fc777-9fc9-452e-b482-00b3da8a178d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}} 2018-12-12 15:46:49,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 used request id req-534fc777-9fc9-452e-b482-00b3da8a178d 2018-12-12 15:46:49,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:49,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-38a7ed47-db6b-4cf8-a2f5-5493a158faac Date: Wed, 12 Dec 2018 15:46:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:46:49,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-38a7ed47-db6b-4cf8-a2f5-5493a158faac 2018-12-12 15:46:49,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:49,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-91579806-a94b-4581-8632-801caae8bdb1 Date: Wed, 12 Dec 2018 15:46:49 GMT RESP BODY: {"ports":[]} 2018-12-12 15:46:49,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1&admin_state_up=True used request id req-91579806-a94b-4581-8632-801caae8bdb1 2018-12-12 15:46:49,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:46:49,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:46:49,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b13c600ac19049d0aadf728b13c65154", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role"}], "expires_at": "2018-12-12T16:46:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/a6accdff3599485ca0a3f2e9da0f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-user", "id": "255713f914024612b2ef0b68657b66f4"}, "audit_ids": ["02AAO89nTAGSY4tKSLqOMg"], "issued_at": "2018-12-12T15:46:49.000000Z"}} 2018-12-12 15:46:49,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}071f459976d60205ae1a817fb9a3a757d04b72ed" 2018-12-12 15:46:49,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5011f2f1-6974-4dbe-9032-99a277596921 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:46:49,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5011f2f1-6974-4dbe-9032-99a277596921 2018-12-12 15:46:49,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:50,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-abf21e67-975e-434c-b282-2b9631d57da8 Date: Wed, 12 Dec 2018 15:46: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":["8159e29f-c7f1-40c3-b931-62e9d66f3a73"],"updated_at":"2018-12-12T15:46:45Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:46:50,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net used request id req-abf21e67-975e-434c-b282-2b9631d57da8 2018-12-12 15:46:50,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:50,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b4a9290f-abad-4ef6-bc7d-2f4368370c34 Date: Wed, 12 Dec 2018 15:46:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:46:50,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-b4a9290f-abad-4ef6-bc7d-2f4368370c34 2018-12-12 15:46:50,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:50,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9d5b5058-4f0d-4997-be5e-3e8390bf92ef Date: Wed, 12 Dec 2018 15:46: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":["8159e29f-c7f1-40c3-b931-62e9d66f3a73"],"updated_at":"2018-12-12T15:46:45Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:46:50,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net used request id req-9d5b5058-4f0d-4997-be5e-3e8390bf92ef 2018-12-12 15:46:50,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:46:50,645 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:46: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:46:50,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}071f459976d60205ae1a817fb9a3a757d04b72ed" 2018-12-12 15:46:50,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0de1e63d-b294-4e54-9a12-40edebc4d946 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}} 2018-12-12 15:46:50,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 used request id req-0de1e63d-b294-4e54-9a12-40edebc4d946 2018-12-12 15:46:50,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:50,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0b049a23-2644-4f77-a598-56006822fcf8 Date: Wed, 12 Dec 2018 15:46:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:46:50,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-0b049a23-2644-4f77-a598-56006822fcf8 2018-12-12 15:46:50,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:50,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b11c157a-d9dc-48d9-923b-765aebf3c2aa Date: Wed, 12 Dec 2018 15:46:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:46:50,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet used request id req-b11c157a-d9dc-48d9-923b-765aebf3c2aa 2018-12-12 15:46:50,989 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net 2018-12-12 15:46:50,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" -d '{"port": {"network_id": "df535747-0865-4733-83af-418e388d713b", "fixed_ips": [{"subnet_id": "8159e29f-c7f1-40c3-b931-62e9d66f3a73", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1", "admin_state_up": true}}' 2018-12-12 15:46:52,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-fe73e046-1cca-42bf-8c85-cbbd15660872 Date: Wed, 12 Dec 2018 15:46:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","ip_address":"10.55.0.101"}],"id":"cd8fdd59-9ee0-43f0-ad4c-cf428f89d17d","security_groups":["5a02a639-c669-469c-bba9-257b5dd110d9"],"mac_address":"fa:16:3e:48:6a:bd","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1","project_id":"a6accdff3599485ca0a3f2e9da0f99b7","qos_policy_id":null,"admin_state_up":true,"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:51Z","binding:vnic_type":"normal"}} 2018-12-12 15:46:52,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-fe73e046-1cca-42bf-8c85-cbbd15660872 2018-12-12 15:46:52,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:52,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-86f7bb3b-a8af-4269-a0f2-ddf79c0a18bc Date: Wed, 12 Dec 2018 15:46: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":["8159e29f-c7f1-40c3-b931-62e9d66f3a73"],"updated_at":"2018-12-12T15:46:45Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:46:52,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net used request id req-86f7bb3b-a8af-4269-a0f2-ddf79c0a18bc 2018-12-12 15:46:52,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:52,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7009b8d7-1a99-4aee-84d6-ec1dec6b5df6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}} 2018-12-12 15:46:52,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 used request id req-7009b8d7-1a99-4aee-84d6-ec1dec6b5df6 2018-12-12 15:46:52,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:52,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-806c0df8-7a03-4f66-b9b1-a8adbea527e9 Date: Wed, 12 Dec 2018 15:46:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:46:52,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-806c0df8-7a03-4f66-b9b1-a8adbea527e9 2018-12-12 15:46:52,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:52,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-18f2010e-1888-4a5a-8349-39167074aa9b Date: Wed, 12 Dec 2018 15:46:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","ip_address":"10.55.0.101"}],"id":"cd8fdd59-9ee0-43f0-ad4c-cf428f89d17d","security_groups":["5a02a639-c669-469c-bba9-257b5dd110d9"],"mac_address":"fa:16:3e:48:6a:bd","project_id":"a6accdff3599485ca0a3f2e9da0f99b7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1","admin_state_up":true,"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:51Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:46:52,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1&admin_state_up=True used request id req-18f2010e-1888-4a5a-8349-39167074aa9b 2018-12-12 15:46:52,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:52,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c7bb176-c155-435b-8b63-6a724034532f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}} 2018-12-12 15:46:52,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 used request id req-5c7bb176-c155-435b-8b63-6a724034532f 2018-12-12 15:46:52,978 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst 2018-12-12 15:46:52,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:53,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-758ae63e-7030-4f12-ba88-934355914e88 x-compute-request-id: req-758ae63e-7030-4f12-ba88-934355914e88 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-flavor-name"}]} 2018-12-12 15:46:53,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-758ae63e-7030-4f12-ba88-934355914e88 2018-12-12 15:46:53,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:53,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-fb2aa99b-3f4a-42cb-ab59-32b628b04517 x-compute-request-id: req-fb2aa99b-3f4a-42cb-ab59-32b628b04517 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:46:53,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815 used request id req-fb2aa99b-3f4a-42cb-ab59-32b628b04517 2018-12-12 15:46:53,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:53,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-23b63f25-f839-4464-99ae-5cb57b480fbd Date: Wed, 12 Dec 2018 15:46:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:46:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:46:43Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a04a4dbd-85aa-4319-820b-0c41333f4343/snap", "metadata": {}}], "self": "/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "min_disk": 0, "protected": false, "id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "file": "/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a6accdff3599485ca0a3f2e9da0f99b7", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a04a4dbd-85aa-4319-820b-0c41333f4343/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image"} 2018-12-12 15:46:53,197 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image used request id req-23b63f25-f839-4464-99ae-5cb57b480fbd 2018-12-12 15:46:53,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:53,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ed07cc59-abc2-4e6f-971c-b52388fd1eae Date: Wed, 12 Dec 2018 15:46:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:46:53,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ed07cc59-abc2-4e6f-971c-b52388fd1eae 2018-12-12 15:46:53,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" -d '{"server": {"name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst", "imageRef": "a04a4dbd-85aa-4319-820b-0c41333f4343", "flavorRef": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "max_count": 1, "min_count": 1, "networks": [{"port": "cd8fdd59-9ee0-43f0-ad4c-cf428f89d17d"}]}}' 2018-12-12 15:46:55,078 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-84c248a8-6140-400a-bc89-c51511366928 x-compute-request-id: req-84c248a8-6140-400a-bc89-c51511366928 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0719d441-02bc-40a8-98ab-3f2a6376cb28", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "bookmark"}], "adminPass": "X86Un96L5jd8"}} 2018-12-12 15:46:55,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-84c248a8-6140-400a-bc89-c51511366928 2018-12-12 15:46:55,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:55,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f38e86f-4b30-4eba-aa11-df2bfcf56d2f x-compute-request-id: req-3f38e86f-4b30-4eba-aa11-df2bfcf56d2f 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.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "bookmark"}], "image": {"id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "links": [{"href": "http://172.30.9.29:8774/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "links": [{"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}]}, "id": "0719d441-02bc-40a8-98ab-3f2a6376cb28", "user_id": "255713f914024612b2ef0b68657b66f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:46:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst", "created": "2018-12-12T15:46:55Z", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:55,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 used request id req-3f38e86f-4b30-4eba-aa11-df2bfcf56d2f 2018-12-12 15:46:55,457 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst 2018-12-12 15:46:55,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:55,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd7d2730-de0f-4fe0-88a1-3bb6298bdb52 x-compute-request-id: req-fd7d2730-de0f-4fe0-88a1-3bb6298bdb52 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.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "bookmark"}], "image": {"id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "links": [{"href": "http://172.30.9.29:8774/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "links": [{"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}]}, "id": "0719d441-02bc-40a8-98ab-3f2a6376cb28", "user_id": "255713f914024612b2ef0b68657b66f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:46:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst", "created": "2018-12-12T15:46:55Z", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:55,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 used request id req-fd7d2730-de0f-4fe0-88a1-3bb6298bdb52 2018-12-12 15:46:55,530 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst] is - BUILD 2018-12-12 15:46:55,530 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:46:58,533 - create_instance - DEBUG - VM status query timeout in 896.924196005 2018-12-12 15:46:58,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:46:59,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:46:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cf556c0-f2d2-4be2-975c-04de3c2725f0 x-compute-request-id: req-3cf556c0-f2d2-4be2-975c-04de3c2725f0 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.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "bookmark"}], "image": {"id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "links": [{"href": "http://172.30.9.29:8774/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "links": [{"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}]}, "id": "0719d441-02bc-40a8-98ab-3f2a6376cb28", "security_groups": [{"name": "default"}], "user_id": "255713f914024612b2ef0b68657b66f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:46:56Z", "hostId": "8bd138b3292d74ee3ba3f213f50726a0863909fd491b92f410f8c5b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst", "created": "2018-12-12T15:46:55Z", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:46:59,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 used request id req-3cf556c0-f2d2-4be2-975c-04de3c2725f0 2018-12-12 15:46:59,082 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst] is - BUILD 2018-12-12 15:46:59,082 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:47:02,085 - create_instance - DEBUG - VM status query timeout in 893.371985912 2018-12-12 15:47:02,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:02,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-153708c4-ecd1-45fe-9aa4-5e5b90bd3f14 x-compute-request-id: req-153708c4-ecd1-45fe-9aa4-5e5b90bd3f14 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:6a:bd", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "bookmark"}], "image": {"id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "links": [{"href": "http://172.30.9.29:8774/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:47:00.000000", "flavor": {"id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "links": [{"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}]}, "id": "0719d441-02bc-40a8-98ab-3f2a6376cb28", "security_groups": [{"name": "default"}], "user_id": "255713f914024612b2ef0b68657b66f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:47:00Z", "hostId": "8bd138b3292d74ee3ba3f213f50726a0863909fd491b92f410f8c5b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst", "created": "2018-12-12T15:46:55Z", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:02,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 used request id req-153708c4-ecd1-45fe-9aa4-5e5b90bd3f14 2018-12-12 15:47:02,682 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst] is - ACTIVE 2018-12-12 15:47:02,682 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:47:02,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:03,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb3e7b40-42de-4f7c-8a63-6b26d4d77ddb x-compute-request-id: req-fb3e7b40-42de-4f7c-8a63-6b26d4d77ddb Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:6a:bd", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "bookmark"}], "image": {"id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "links": [{"href": "http://172.30.9.29:8774/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:47:00.000000", "flavor": {"id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "links": [{"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}]}, "id": "0719d441-02bc-40a8-98ab-3f2a6376cb28", "security_groups": [{"name": "default"}], "user_id": "255713f914024612b2ef0b68657b66f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:47:00Z", "hostId": "8bd138b3292d74ee3ba3f213f50726a0863909fd491b92f410f8c5b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst", "created": "2018-12-12T15:46:55Z", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:03,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 used request id req-fb3e7b40-42de-4f7c-8a63-6b26d4d77ddb 2018-12-12 15:47:03,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:03,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4c5e1003-ba86-49dc-a280-f6999530c48e Date: Wed, 12 Dec 2018 15:47:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8159e29f-c7f1-40c3-b931-62e9d66f3a73"],"updated_at":"2018-12-12T15:46:45Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:47:03,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net used request id req-4c5e1003-ba86-49dc-a280-f6999530c48e 2018-12-12 15:47:03,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:03,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c4a2db-bcc3-4721-b0c9-f0a9ba843279 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}} 2018-12-12 15:47:03,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 used request id req-07c4a2db-bcc3-4721-b0c9-f0a9ba843279 2018-12-12 15:47:03,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:03,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1cf20724-5134-42bf-b55b-0db0232ccddd Date: Wed, 12 Dec 2018 15:47:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:47:03,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-1cf20724-5134-42bf-b55b-0db0232ccddd 2018-12-12 15:47:03,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:03,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-34983414-d65c-4c7b-8bd3-d866664048a1 Date: Wed, 12 Dec 2018 15:47:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","ip_address":"10.55.0.4"}],"id":"00c459c4-8b08-4b19-ad3d-6c0f153a3438","security_groups":[],"mac_address":"fa:16:3e:4c:fa:76","project_id":"a6accdff3599485ca0a3f2e9da0f99b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-df535747-0865-4733-83af-418e388d713b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","ip_address":"10.55.0.3"}],"id":"3466a099-18d0-4f9c-a70f-36146d79cbb9","security_groups":[],"mac_address":"fa:16:3e:a8:1a:aa","project_id":"a6accdff3599485ca0a3f2e9da0f99b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-df535747-0865-4733-83af-418e388d713b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:46:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","ip_address":"10.55.0.2"}],"id":"6e154b43-6880-446f-ba7b-17a53fc744df","security_groups":[],"mac_address":"fa:16:3e:62:5c:f9","project_id":"a6accdff3599485ca0a3f2e9da0f99b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-df535747-0865-4733-83af-418e388d713b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:47:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","ip_address":"10.55.0.101"}],"id":"cd8fdd59-9ee0-43f0-ad4c-cf428f89d17d","security_groups":["5a02a639-c669-469c-bba9-257b5dd110d9"],"mac_address":"fa:16:3e:48:6a:bd","project_id":"a6accdff3599485ca0a3f2e9da0f99b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1","admin_state_up":true,"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:51Z","binding:vnic_type":"normal","device_id":"0719d441-02bc-40a8-98ab-3f2a6376cb28"}]} 2018-12-12 15:47:03,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=df535747-0865-4733-83af-418e388d713b used request id req-34983414-d65c-4c7b-8bd3-d866664048a1 2018-12-12 15:47:03,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:03,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-77197cd1-6331-4477-a64e-1f96ad8a2983 Date: Wed, 12 Dec 2018 15:47:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8159e29f-c7f1-40c3-b931-62e9d66f3a73"],"updated_at":"2018-12-12T15:46:45Z","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a6accdff3599485ca0a3f2e9da0f99b7","id":"df535747-0865-4733-83af-418e388d713b","name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net"}]} 2018-12-12 15:47:03,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=df535747-0865-4733-83af-418e388d713b used request id req-77197cd1-6331-4477-a64e-1f96ad8a2983 2018-12-12 15:47:03,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:04,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-36e22454-3607-4d3f-b825-e6d31ba7f48b Date: Wed, 12 Dec 2018 15:47:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:47:04,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b used request id req-36e22454-3607-4d3f-b825-e6d31ba7f48b 2018-12-12 15:47:04,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:04,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d5b200f3-61a3-491c-9a80-a48ef66743d6 Date: Wed, 12 Dec 2018 15:47:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df535747-0865-4733-83af-418e388d713b","tenant_id":"a6accdff3599485ca0a3f2e9da0f99b7","created_at":"2018-12-12T15:46:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:46: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":"a6accdff3599485ca0a3f2e9da0f99b7","id":"8159e29f-c7f1-40c3-b931-62e9d66f3a73","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet"}]} 2018-12-12 15:47:04,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=df535747-0865-4733-83af-418e388d713b&name=CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet used request id req-d5b200f3-61a3-491c-9a80-a48ef66743d6 2018-12-12 15:47:04,247 - create_instance - INFO - Deleting Port with ID - cd8fdd59-9ee0-43f0-ad4c-cf428f89d17d 2018-12-12 15:47:04,248 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbdport-1 2018-12-12 15:47:04,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/cd8fdd59-9ee0-43f0-ad4c-cf428f89d17d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:04,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-606b8134-2f85-4641-b24a-b8e3f2ab63b4 Date: Wed, 12 Dec 2018 15:47:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:47:04,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/cd8fdd59-9ee0-43f0-ad4c-cf428f89d17d used request id req-606b8134-2f85-4641-b24a-b8e3f2ab63b4 2018-12-12 15:47:04,671 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst 2018-12-12 15:47:04,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:04,812 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24a900e7-441b-41b1-b9f6-7c4577aa4b17 x-compute-request-id: req-24a900e7-441b-41b1-b9f6-7c4577aa4b17 Content-Type: application/json 2018-12-12 15:47:04,812 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 used request id req-24a900e7-441b-41b1-b9f6-7c4577aa4b17 2018-12-12 15:47:04,813 - create_instance - INFO - Checking deletion status 2018-12-12 15:47:04,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:05,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-d3c39d2f-895a-48fc-93ff-07c9e20e8940 x-compute-request-id: req-d3c39d2f-895a-48fc-93ff-07c9e20e8940 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:6a:bd", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28", "rel": "bookmark"}], "image": {"id": "a04a4dbd-85aa-4319-820b-0c41333f4343", "links": [{"href": "http://172.30.9.29:8774/images/a04a4dbd-85aa-4319-820b-0c41333f4343", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:47:00.000000", "flavor": {"id": "b876630c-0b69-4e53-bf3b-e3c5281bd815", "links": [{"href": "http://172.30.9.29:8774/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815", "rel": "bookmark"}]}, "id": "0719d441-02bc-40a8-98ab-3f2a6376cb28", "user_id": "255713f914024612b2ef0b68657b66f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:47:04Z", "hostId": "8bd138b3292d74ee3ba3f213f50726a0863909fd491b92f410f8c5b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst", "created": "2018-12-12T15:46:55Z", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:05,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 used request id req-d3c39d2f-895a-48fc-93ff-07c9e20e8940 2018-12-12 15:47:05,184 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst] is - ACTIVE 2018-12-12 15:47:05,185 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:47:08,188 - create_instance - DEBUG - VM status query timeout in 296.625097036 2018-12-12 15:47:08,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0e42785347717573e26bb5ab0de6e0b4fdf15f" 2018-12-12 15:47:08,252 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:47: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-4ca5b79b-c3d7-43a1-b6d7-9e32f24f70d9 x-compute-request-id: req-4ca5b79b-c3d7-43a1-b6d7-9e32f24f70d9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0719d441-02bc-40a8-98ab-3f2a6376cb28 could not be found.", "code": 404}} 2018-12-12 15:47:08,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0719d441-02bc-40a8-98ab-3f2a6376cb28 used request id req-4ca5b79b-c3d7-43a1-b6d7-9e32f24f70d9 2018-12-12 15:47:08,253 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0719d441-02bc-40a8-98ab-3f2a6376cb28 could not be found. (HTTP 404) (Request-ID: req-4ca5b79b-c3d7-43a1-b6d7-9e32f24f70d9) 2018-12-12 15:47:08,253 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-inst 2018-12-12 15:47:08,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e163961b4ff22d1f4de65a05d37ce19dcebca4" 2018-12-12 15:47:08,359 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:47: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-9263d7bd-7aa7-44a0-98e0-3dc9a1748cc4 x-compute-request-id: req-9263d7bd-7aa7-44a0-98e0-3dc9a1748cc4 Content-Length: 0 Content-Type: application/json 2018-12-12 15:47:08,359 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/b876630c-0b69-4e53-bf3b-e3c5281bd815 used request id req-9263d7bd-7aa7-44a0-98e0-3dc9a1748cc4 2018-12-12 15:47:08,360 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet 2018-12-12 15:47:08,360 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-subnet 2018-12-12 15:47:08,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/8159e29f-c7f1-40c3-b931-62e9d66f3a73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" 2018-12-12 15:47:10,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14a2980a-de88-44ad-ba52-42588cfb5119 Date: Wed, 12 Dec 2018 15:47:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:47:10,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/8159e29f-c7f1-40c3-b931-62e9d66f3a73 used request id req-14a2980a-de88-44ad-ba52-42588cfb5119 2018-12-12 15:47:10,780 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-pub-net 2018-12-12 15:47:10,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/df535747-0865-4733-83af-418e388d713b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f19d77d58312d93749b22324fea70e49fc07ae" 2018-12-12 15:47:12,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53a2ffc3-ffba-42f2-9f94-5f04f3f1aa39 Date: Wed, 12 Dec 2018 15:47:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:47:12,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/df535747-0865-4733-83af-418e388d713b used request id req-53a2ffc3-ffba-42f2-9f94-5f04f3f1aa39 2018-12-12 15:47:12,055 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-5273d5bd-3019-48de-a929-50250d122dbd-image 2018-12-12 15:47:12,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c9e18a36e6e7e169db5c5e057d13dd042bfe81e" 2018-12-12 15:47:13,595 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b6b6ea3-d598-4b5b-a1e9-4d2d20ede11c Date: Wed, 12 Dec 2018 15:47:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:47:13,595 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a04a4dbd-85aa-4319-820b-0c41333f4343 used request id req-6b6b6ea3-d598-4b5b-a1e9-4d2d20ede11c 2018-12-12 15:47:13,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:47:13,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a9e1a856-f000-4f31-a668-415b65da82a0 Date: Wed, 12 Dec 2018 15:47:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "created_at": "2018-12-12T15:46:44Z", "updated_at": "2018-12-12T15:46:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:46:44Z", "revision_number": 0, "id": "1d692477-9184-4e8e-a4c3-8e12deee8a9d", "remote_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "remote_ip_prefix": null, "created_at": "2018-12-12T15:46:44Z", "security_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6accdff3599485ca0a3f2e9da0f99b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:46:44Z", "revision_number": 0, "id": "5a77ae97-525a-4284-a87f-fc10ebd6d5af", "remote_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "remote_ip_prefix": null, "created_at": "2018-12-12T15:46:44Z", "security_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6accdff3599485ca0a3f2e9da0f99b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:46:44Z", "revision_number": 0, "id": "69b51656-26ec-4aba-9121-9acf05408876", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:46:44Z", "security_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6accdff3599485ca0a3f2e9da0f99b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:46:44Z", "revision_number": 0, "id": "6d147316-5ce0-4c71-afa6-a568b297f3ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:46:44Z", "security_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6accdff3599485ca0a3f2e9da0f99b7"}], "revision_number": 4, "project_id": "a6accdff3599485ca0a3f2e9da0f99b7", "id": "5a02a639-c669-469c-bba9-257b5dd110d9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:47:13,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-a9e1a856-f000-4f31-a668-415b65da82a0 2018-12-12 15:47:13,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:47:13,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bb3711e-7cd0-4f55-8ab6-1a4891207d88 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7"}, "enabled": true, "id": "a6accdff3599485ca0a3f2e9da0f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d927237-ca79-428-proj"}} 2018-12-12 15:47:13,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 used request id req-5bb3711e-7cd0-4f55-8ab6-1a4891207d88 2018-12-12 15:47:13,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a02a639-c669-469c-bba9-257b5dd110d9 2018-12-12 15:47:13,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5a02a639-c669-469c-bba9-257b5dd110d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:47:14,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d1efdaa2-ec6c-419d-b5a5-14f4c2edf6dc Date: Wed, 12 Dec 2018 15:47:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:46:44Z", "security_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "created_at": "2018-12-12T15:46:44Z", "project_id": "a6accdff3599485ca0a3f2e9da0f99b7", "id": "1d692477-9184-4e8e-a4c3-8e12deee8a9d"}, {"remote_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:46:44Z", "security_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "created_at": "2018-12-12T15:46:44Z", "project_id": "a6accdff3599485ca0a3f2e9da0f99b7", "id": "5a77ae97-525a-4284-a87f-fc10ebd6d5af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:46:44Z", "security_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "created_at": "2018-12-12T15:46:44Z", "project_id": "a6accdff3599485ca0a3f2e9da0f99b7", "id": "69b51656-26ec-4aba-9121-9acf05408876"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:46:44Z", "security_group_id": "5a02a639-c669-469c-bba9-257b5dd110d9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6accdff3599485ca0a3f2e9da0f99b7", "created_at": "2018-12-12T15:46:44Z", "project_id": "a6accdff3599485ca0a3f2e9da0f99b7", "id": "6d147316-5ce0-4c71-afa6-a568b297f3ff"}]} 2018-12-12 15:47:14,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5a02a639-c669-469c-bba9-257b5dd110d9 used request id req-d1efdaa2-ec6c-419d-b5a5-14f4c2edf6dc 2018-12-12 15:47:14,185 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:47:14,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/5a02a639-c669-469c-bba9-257b5dd110d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:47:14,656 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ac98065-569a-4360-a0e4-623d5b5cbda2 Content-Length: 0 Date: Wed, 12 Dec 2018 15:47:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:47:14,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5a02a639-c669-469c-bba9-257b5dd110d9 used request id req-0ac98065-569a-4360-a0e4-623d5b5cbda2 2018-12-12 15:47:14,657 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2d927237-ca79-428-proj 2018-12-12 15:47:14,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:47:14,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af20399c-631b-42a2-951c-803c0ac111a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:47:14,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a6accdff3599485ca0a3f2e9da0f99b7 used request id req-af20399c-631b-42a2-951c-803c0ac111a3 2018-12-12 15:47:14,862 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2d927237-ca79-428-proj-role 2018-12-12 15:47:14,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b13c600ac19049d0aadf728b13c65154 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:47:14,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc23aa4a-0d8d-4835-bc27-1312dbe41bcb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:47:14,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b13c600ac19049d0aadf728b13c65154 used request id req-fc23aa4a-0d8d-4835-bc27-1312dbe41bcb 2018-12-12 15:47:14,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28818f1b1983004669223b455175c15bcb2ed5bc" 2018-12-12 15:47:15,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e4c03dd-13fd-4c64-bf76-7f414ef70ea9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:47:15,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3e4c03dd-13fd-4c64-bf76-7f414ef70ea9 2018-12-12 15:47:15,066 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2d927237-ca79-428-user 2018-12-12 15:47:15,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/255713f914024612b2ef0b68657b66f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e653100176406e4b848308ddac310e4b977c7da" 2018-12-12 15:47:15,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a04aa5b-000b-415e-a6bc-0803eace7475 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:47:15,254 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/255713f914024612b2ef0b68657b66f4 used request id req-8a04aa5b-000b-415e-a6bc-0803eace7475 2018-12-12 15:47:15,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:47:15,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:47:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qSZZoUv-TgGXcQu6wmf--w"], "issued_at": "2018-12-12T15:47:15.000000Z"}} 2018-12-12 15:47:15,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d90dbf5087f11a1b8b87d83f6b696e8b851039d" 2018-12-12 15:47:15,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caafb180-9558-4a6d-96e0-002b1072f62b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:15,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-caafb180-9558-4a6d-96e0-002b1072f62b 2018-12-12 15:47:15,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:47:15,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:47:16,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:47:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["_2hMiAZ7SUaMiNYQx1gSFg"], "issued_at": "2018-12-12T15:47:16.000000Z"}} 2018-12-12 15:47:16,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:16,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be5d5fc-d211-46ee-ab4f-0191acf36027 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:16,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0be5d5fc-d211-46ee-ab4f-0191acf36027 2018-12-12 15:47:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:47:16,197 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:47: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:47:16,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:16,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f829c18a-fb5b-4db3-831f-c0bebf8960a8 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:47:16,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj used request id req-f829c18a-fb5b-4db3-831f-c0bebf8960a8 2018-12-12 15:47:16,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:16,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d476252-50c2-412b-aa28-f3efd4cc9b5f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:47:16,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3d476252-50c2-412b-aa28-f3efd4cc9b5f 2018-12-12 15:47:16,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}}' 2018-12-12 15:47:16,493 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:47:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afe1f68a-1ed6-4dae-8583-5c73b506dbd1 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}} 2018-12-12 15:47:16,493 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-afe1f68a-1ed6-4dae-8583-5c73b506dbd1 2018-12-12 15:47:16,493 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj 2018-12-12 15:47:16,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:47:16,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:47:16,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:47:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["T9SxRwj-T2-nLqFqWa7HLQ"], "issued_at": "2018-12-12T15:47:16.000000Z"}} 2018-12-12 15:47:16,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c48453db5b179b1583dec3e4b80c35fd1659e41" 2018-12-12 15:47:16,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44d1c323-cefe-4f9f-94c5-59d65fe5d50b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:16,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-44d1c323-cefe-4f9f-94c5-59d65fe5d50b 2018-12-12 15:47:16,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:47:16,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:47: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:47:16,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c48453db5b179b1583dec3e4b80c35fd1659e41" 2018-12-12 15:47:17,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d725e723-bcd9-4989-a482-76b7d7282abb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:47:17,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d725e723-bcd9-4989-a482-76b7d7282abb 2018-12-12 15:47:17,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c48453db5b179b1583dec3e4b80c35fd1659e41" 2018-12-12 15:47:17,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-091a4266-c23e-4606-9273-d813c2cbe82d Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}]} 2018-12-12 15:47:17,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj used request id req-091a4266-c23e-4606-9273-d813c2cbe82d 2018-12-12 15:47:17,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c48453db5b179b1583dec3e4b80c35fd1659e41" 2018-12-12 15:47:17,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2562c01-cfe2-4dbb-b75a-01dd08bebcbd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:47:17,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f2562c01-cfe2-4dbb-b75a-01dd08bebcbd 2018-12-12 15:47:17,572 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c4dcacf2-deff-421-user 2018-12-12 15:47:17,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:47:17,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:17,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a5a013-292a-4704-9784-e4e4752fe161 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:47:17,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-44a5a013-292a-4704-9784-e4e4752fe161 2018-12-12 15:47:17,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" -d '{"role": {"name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role"}}' 2018-12-12 15:47:17,901 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:47:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7e9d779-cd25-44c6-a79d-2223f51750d4 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1163abfe3acd46e588b9bec2092f31d8", "links": {"self": "http://172.30.9.29:5000/v3/roles/1163abfe3acd46e588b9bec2092f31d8"}, "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role"}} 2018-12-12 15:47:17,901 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d7e9d779-cd25-44c6-a79d-2223f51750d4 2018-12-12 15:47:17,902 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role 2018-12-12 15:47:17,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1163abfe3acd46e588b9bec2092f31d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:17,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-717ea8fd-e89c-4ecb-8ac0-0ec4c573f65c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1163abfe3acd46e588b9bec2092f31d8"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role", "id": "1163abfe3acd46e588b9bec2092f31d8"}} 2018-12-12 15:47:17,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1163abfe3acd46e588b9bec2092f31d8 used request id req-717ea8fd-e89c-4ecb-8ac0-0ec4c573f65c 2018-12-12 15:47:17,999 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role to project CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj 2018-12-12 15:47:18,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590/users/c4e14f9b6e5348d1b3b9df7b1ccc1ca4/roles/1163abfe3acd46e588b9bec2092f31d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:18,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8417f32f-a24e-4681-8574-9d902d4ee046 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:47:18,125 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590/users/c4e14f9b6e5348d1b3b9df7b1ccc1ca4/roles/1163abfe3acd46e588b9bec2092f31d8 used request id req-8417f32f-a24e-4681-8574-9d902d4ee046 2018-12-12 15:47:18,126 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:47:18,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:47:18,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:47:18,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1163abfe3acd46e588b9bec2092f31d8", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role"}], "expires_at": "2018-12-12T16:47:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86b9888089dd4ebdb24d1a8fdc663590", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-user", "id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4"}, "audit_ids": ["FjKdr7HoSJaftRtPwbN0kA"], "issued_at": "2018-12-12T15:47:18.000000Z"}} 2018-12-12 15:47:18,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" 2018-12-12 15:47:18,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbffd6d1-48be-411e-909e-a3daa7773f67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:18,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bbffd6d1-48be-411e-909e-a3daa7773f67 2018-12-12 15:47:18,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" 2018-12-12 15:47:18,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-11806062-14b0-4cba-bea9-4d94cdd531a5 Date: Wed, 12 Dec 2018 15:47:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image"} 2018-12-12 15:47:18,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image used request id req-11806062-14b0-4cba-bea9-4d94cdd531a5 2018-12-12 15:47:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" 2018-12-12 15:47:18,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-387079a1-3eee-48b6-b9ea-27d74d01c344 Date: Wed, 12 Dec 2018 15:47:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:47:18,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-387079a1-3eee-48b6-b9ea-27d74d01c344 2018-12-12 15:47:18,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image"}' 2018-12-12 15:47:19,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487 X-Openstack-Request-Id: req-81cd2d2d-d083-4338-b06f-dd8b0105aff4 Date: Wed, 12 Dec 2018 15:47:19 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:47:19Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:47:19Z", "visibility": "shared", "locations": [], "self": "/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "min_disk": 0, "protected": false, "id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "file": "/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/file", "checksum": null, "owner": "86b9888089dd4ebdb24d1a8fdc663590", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:47:19,228 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-81cd2d2d-d083-4338-b06f-dd8b0105aff4 2018-12-12 15:47:19,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" -d '' 2018-12-12 15:47:20,953 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cff349f8-60ad-42e2-a8a2-3770fee293b9 Date: Wed, 12 Dec 2018 15:47:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:47:20,953 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/file used request id req-cff349f8-60ad-42e2-a8a2-3770fee293b9 2018-12-12 15:47:20,953 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:47:20,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" 2018-12-12 15:47:21,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-556effa2-3a9e-4974-af3a-10103c137f0c Date: Wed, 12 Dec 2018 15:47:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:47:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:47:20Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/snap", "metadata": {}}], "self": "/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "min_disk": 0, "protected": false, "id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "file": "/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "86b9888089dd4ebdb24d1a8fdc663590", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:47:21,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487 used request id req-556effa2-3a9e-4974-af3a-10103c137f0c 2018-12-12 15:47:21,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" 2018-12-12 15:47:21,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1e9e9d00-ce8f-4d7e-9d5c-3775804b3f30 Date: Wed, 12 Dec 2018 15:47:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:47:21,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1e9e9d00-ce8f-4d7e-9d5c-3775804b3f30 2018-12-12 15:47:21,134 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image 2018-12-12 15:47:21,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" 2018-12-12 15:47:21,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ab265510-1c27-448c-8157-9e462bc31f2e Date: Wed, 12 Dec 2018 15:47:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:47:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:47:20Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/snap", "metadata": {}}], "self": "/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "min_disk": 0, "protected": false, "id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "file": "/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "86b9888089dd4ebdb24d1a8fdc663590", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:47:21,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487 used request id req-ab265510-1c27-448c-8157-9e462bc31f2e 2018-12-12 15:47:21,291 - create_image - DEBUG - Instance status is - active 2018-12-12 15:47:21,291 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image 2018-12-12 15:47:21,291 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image 2018-12-12 15:47:21,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:47:21,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:47:21,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1163abfe3acd46e588b9bec2092f31d8", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role"}], "expires_at": "2018-12-12T16:47:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86b9888089dd4ebdb24d1a8fdc663590", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-user", "id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4"}, "audit_ids": ["xdTmS0CDT0qTuRqDZiSK9w"], "issued_at": "2018-12-12T15:47:21.000000Z"}} 2018-12-12 15:47:21,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" 2018-12-12 15:47:21,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-485f8bc9-8511-41da-b104-6b3e7afa7a8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:21,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-485f8bc9-8511-41da-b104-6b3e7afa7a8f 2018-12-12 15:47:21,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" 2018-12-12 15:47:21,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c5d8db21-b208-4870-9bc4-09f1ac6bdec6 Date: Wed, 12 Dec 2018 15:47:21 GMT RESP BODY: {"networks":[]} 2018-12-12 15:47:21,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net used request id req-c5d8db21-b208-4870-9bc4-09f1ac6bdec6 2018-12-12 15:47:21,858 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net 2018-12-12 15:47:21,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" -d '{"network": {"name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net", "admin_state_up": true}}' 2018-12-12 15:47:22,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-eb050297-b5cb-48c7-b68b-02eff5cd176a Date: Wed, 12 Dec 2018 15:47:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:47:22Z","is_default":false,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","mtu":1450}} 2018-12-12 15:47:22,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-eb050297-b5cb-48c7-b68b-02eff5cd176a 2018-12-12 15:47:22,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" 2018-12-12 15:47:22,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-2aab1553-50ef-4050-acf7-11f8ee6ec90d Date: Wed, 12 Dec 2018 15:47:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:47:22Z","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net"}]} 2018-12-12 15:47:22,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-2aab1553-50ef-4050-acf7-11f8ee6ec90d 2018-12-12 15:47:22,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" 2018-12-12 15:47:23,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c1b9ccea-a3a3-432a-a3d2-df83ff691605 Date: Wed, 12 Dec 2018 15:47:23 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:47:23,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-c1b9ccea-a3a3-432a-a3d2-df83ff691605 2018-12-12 15:47:23,060 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet 2018-12-12 15:47:23,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" -d '{"subnets": [{"ip_version": 4, "network_id": "7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]}' 2018-12-12 15:47:23,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5bcf32dd-aa16-4497-8989-2b26c1197276 Date: Wed, 12 Dec 2018 15:47:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:47:23Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]} 2018-12-12 15:47:23,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-5bcf32dd-aa16-4497-8989-2b26c1197276 2018-12-12 15:47:23,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" 2018-12-12 15:47:24,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-85726fd5-01b4-4510-88d4-1caa83cb424c Date: Wed, 12 Dec 2018 15:47:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d5572da-7a4c-47c4-a0a6-453577142ca5"],"updated_at":"2018-12-12T15:47:23Z","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net"}]} 2018-12-12 15:47:24,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-85726fd5-01b4-4510-88d4-1caa83cb424c 2018-12-12 15:47:24,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" 2018-12-12 15:47:24,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0bc6ae16-83ce-409e-a92f-2b94e5535473 Date: Wed, 12 Dec 2018 15:47:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:47:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]} 2018-12-12 15:47:24,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-0bc6ae16-83ce-409e-a92f-2b94e5535473 2018-12-12 15:47:24,355 - OpenStackNetwork - DEBUG - Network [7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8] created successfully 2018-12-12 15:47:24,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:47:24,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:47:24,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:47:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["vKySTGRdTkW2Pd8f67iIOQ"], "issued_at": "2018-12-12T15:47:24.000000Z"}} 2018-12-12 15:47:24,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c374198b68487b0746c383e5e60b5939403f6a0c" 2018-12-12 15:47:24,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44accb18-40c7-4fc2-b3f7-16aa261a2014 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:24,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-44accb18-40c7-4fc2-b3f7-16aa261a2014 2018-12-12 15:47:24,841 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:47:24,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c374198b68487b0746c383e5e60b5939403f6a0c" 2018-12-12 15:47:25,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebf2ff21-8ff1-44f8-bdec-352a438134cf x-compute-request-id: req-ebf2ff21-8ff1-44f8-bdec-352a438134cf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:47:25,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ebf2ff21-8ff1-44f8-bdec-352a438134cf 2018-12-12 15:47:25,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c374198b68487b0746c383e5e60b5939403f6a0c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:47:25,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3123ceb-dc2d-4d81-b7e5-3971d00cff02 x-compute-request-id: req-d3123ceb-dc2d-4d81-b7e5-3971d00cff02 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:47:25,072 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d3123ceb-dc2d-4d81-b7e5-3971d00cff02 2018-12-12 15:47:25,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:47:25,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:47:25,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1163abfe3acd46e588b9bec2092f31d8", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role"}], "expires_at": "2018-12-12T16:47:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86b9888089dd4ebdb24d1a8fdc663590", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-user", "id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4"}, "audit_ids": ["mYGu8cRFRJqkUU2I8s-JJQ"], "issued_at": "2018-12-12T15:47:25.000000Z"}} 2018-12-12 15:47:25,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:25,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d0ca0b-32fb-48dd-8a99-4e8e5387c248 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:25,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b9d0ca0b-32fb-48dd-8a99-4e8e5387c248 2018-12-12 15:47:25,545 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:47:25,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:25,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06691e13-69c2-4972-8510-fd0d083316fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:25,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-06691e13-69c2-4972-8510-fd0d083316fa 2018-12-12 15:47:25,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:25,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a7475928-c985-4d2d-9a96-211d2c7409c4 Date: Wed, 12 Dec 2018 15:47:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d5572da-7a4c-47c4-a0a6-453577142ca5"],"updated_at":"2018-12-12T15:47:23Z","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net"}]} 2018-12-12 15:47:25,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net used request id req-a7475928-c985-4d2d-9a96-211d2c7409c4 2018-12-12 15:47:25,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:47:25,888 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:47:25,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:25,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5acd2fd-77d5-4eb1-a626-29976cf3e377 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}} 2018-12-12 15:47:25,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 used request id req-e5acd2fd-77d5-4eb1-a626-29976cf3e377 2018-12-12 15:47:25,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:26,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-48299d11-eefa-4394-8c20-220cd3404c53 Date: Wed, 12 Dec 2018 15:47:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:47:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]} 2018-12-12 15:47:26,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-48299d11-eefa-4394-8c20-220cd3404c53 2018-12-12 15:47:26,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:26,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-58dc1abf-99c1-49f6-8a8a-767de66e38da Date: Wed, 12 Dec 2018 15:47:26 GMT RESP BODY: {"ports":[]} 2018-12-12 15:47:26,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1&admin_state_up=True used request id req-58dc1abf-99c1-49f6-8a8a-767de66e38da 2018-12-12 15:47:26,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:26,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e134758e-0ef3-4080-9dd1-fb76dd20de5c x-compute-request-id: req-e134758e-0ef3-4080-9dd1-fb76dd20de5c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:47:26,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst used request id req-e134758e-0ef3-4080-9dd1-fb76dd20de5c 2018-12-12 15:47:26,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:26,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0c5db2e5-74ef-4aa8-8081-bfcf98564242 Date: Wed, 12 Dec 2018 15:47:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d5572da-7a4c-47c4-a0a6-453577142ca5"],"updated_at":"2018-12-12T15:47:23Z","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net"}]} 2018-12-12 15:47:26,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net used request id req-0c5db2e5-74ef-4aa8-8081-bfcf98564242 2018-12-12 15:47:26,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:26,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b69891-d2f7-4024-bb11-01dd4608cf6b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}} 2018-12-12 15:47:26,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 used request id req-b6b69891-d2f7-4024-bb11-01dd4608cf6b 2018-12-12 15:47:26,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:27,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4a48b111-6f3a-4293-b9c3-449ec23ab371 Date: Wed, 12 Dec 2018 15:47:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:47:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]} 2018-12-12 15:47:27,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-4a48b111-6f3a-4293-b9c3-449ec23ab371 2018-12-12 15:47:27,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:27,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-42de13d5-af7b-4992-a103-c20136730f6d Date: Wed, 12 Dec 2018 15:47:27 GMT RESP BODY: {"ports":[]} 2018-12-12 15:47:27,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1&admin_state_up=True used request id req-42de13d5-af7b-4992-a103-c20136730f6d 2018-12-12 15:47:27,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:47:27,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:47:27,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1163abfe3acd46e588b9bec2092f31d8", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role"}], "expires_at": "2018-12-12T16:47:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86b9888089dd4ebdb24d1a8fdc663590", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/86b9888089dd4ebdb24d1a8fdc663590", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-user", "id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4"}, "audit_ids": ["b4lEFC-6QMGg93AO5cKucg"], "issued_at": "2018-12-12T15:47:27.000000Z"}} 2018-12-12 15:47:27,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6dff42da59dd9f23c277b787a576d130919d7ab" 2018-12-12 15:47:27,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e401657-e23a-4a3b-a2d9-f1a67b9adb98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:47:27,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0e401657-e23a-4a3b-a2d9-f1a67b9adb98 2018-12-12 15:47:27,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:27,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4c9567ee-5c8d-492b-9060-5e5ceed1b83e Date: Wed, 12 Dec 2018 15:47: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":["9d5572da-7a4c-47c4-a0a6-453577142ca5"],"updated_at":"2018-12-12T15:47:23Z","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net"}]} 2018-12-12 15:47:27,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net used request id req-4c9567ee-5c8d-492b-9060-5e5ceed1b83e 2018-12-12 15:47:28,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:28,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-56485311-f74c-4dd3-bee6-23377e48c4cd Date: Wed, 12 Dec 2018 15:47:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:47:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]} 2018-12-12 15:47:28,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-56485311-f74c-4dd3-bee6-23377e48c4cd 2018-12-12 15:47:28,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:28,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0b8976da-21ef-4b10-b236-107b1775eaba Date: Wed, 12 Dec 2018 15:47: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":["9d5572da-7a4c-47c4-a0a6-453577142ca5"],"updated_at":"2018-12-12T15:47:23Z","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net"}]} 2018-12-12 15:47:28,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net used request id req-0b8976da-21ef-4b10-b236-107b1775eaba 2018-12-12 15:47:28,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:47:28,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:47:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:47:28,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6dff42da59dd9f23c277b787a576d130919d7ab" 2018-12-12 15:47:28,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8025337c-55c0-4747-ad4f-eafad7c53dd1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}} 2018-12-12 15:47:28,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 used request id req-8025337c-55c0-4747-ad4f-eafad7c53dd1 2018-12-12 15:47:28,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:28,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c361a99d-f950-4a42-bbce-e867c3f6af15 Date: Wed, 12 Dec 2018 15:47:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:47:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]} 2018-12-12 15:47:28,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-c361a99d-f950-4a42-bbce-e867c3f6af15 2018-12-12 15:47:28,769 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net 2018-12-12 15:47:28,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" -d '{"port": {"network_id": "7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1", "admin_state_up": true}}' 2018-12-12 15:47:29,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-2c8acb73-acb0-4028-a455-c38c0e1e8da6 Date: Wed, 12 Dec 2018 15:47:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:47:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","ip_address":"10.55.0.8"}],"id":"015b9f2d-c9fe-444d-8d00-a74da6c08470","security_groups":["f54e00af-4c00-4c0d-b3f4-48be9896fdfa"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1","project_id":"86b9888089dd4ebdb24d1a8fdc663590","qos_policy_id":null,"admin_state_up":true,"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:29Z","binding:vnic_type":"normal"}} 2018-12-12 15:47:29,768 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-2c8acb73-acb0-4028-a455-c38c0e1e8da6 2018-12-12 15:47:29,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b995dadb-4a01-439b-85b5-d63ac95734c4 Date: Wed, 12 Dec 2018 15:47: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":["9d5572da-7a4c-47c4-a0a6-453577142ca5"],"updated_at":"2018-12-12T15:47:23Z","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net"}]} 2018-12-12 15:47:30,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net used request id req-b995dadb-4a01-439b-85b5-d63ac95734c4 2018-12-12 15:47:30,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279efed2-8681-4792-b03c-3b1a3e5ac95d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}} 2018-12-12 15:47:30,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 used request id req-279efed2-8681-4792-b03c-3b1a3e5ac95d 2018-12-12 15:47:30,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b1312717-40ba-4c61-8bdc-0753c72b04d8 Date: Wed, 12 Dec 2018 15:47:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:47:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]} 2018-12-12 15:47:30,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-b1312717-40ba-4c61-8bdc-0753c72b04d8 2018-12-12 15:47:30,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 794 X-Openstack-Request-Id: req-80e222f4-05a0-4ef3-a490-22811e2b3122 Date: Wed, 12 Dec 2018 15:47:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:47:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","ip_address":"10.55.0.8"}],"id":"015b9f2d-c9fe-444d-8d00-a74da6c08470","security_groups":["f54e00af-4c00-4c0d-b3f4-48be9896fdfa"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"86b9888089dd4ebdb24d1a8fdc663590","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1","admin_state_up":true,"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:29Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:47:30,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1&admin_state_up=True used request id req-80e222f4-05a0-4ef3-a490-22811e2b3122 2018-12-12 15:47:30,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31bfc35b-68da-400e-87a8-fe240888d234 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}} 2018-12-12 15:47:30,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 used request id req-31bfc35b-68da-400e-87a8-fe240888d234 2018-12-12 15:47:30,499 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst 2018-12-12 15:47:30,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9e0c030-606f-4ddc-b974-7e6b1968bfa1 x-compute-request-id: req-d9e0c030-606f-4ddc-b974-7e6b1968bfa1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-flavor-name"}]} 2018-12-12 15:47:30,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d9e0c030-606f-4ddc-b974-7e6b1968bfa1 2018-12-12 15:47:30,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95c91377-8201-4c7f-8f86-7b4448e8e031 x-compute-request-id: req-95c91377-8201-4c7f-8f86-7b4448e8e031 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:47:30,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38 used request id req-95c91377-8201-4c7f-8f86-7b4448e8e031 2018-12-12 15:47:30,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-fd48aa5f-77c2-41b7-8786-583011bdfd29 Date: Wed, 12 Dec 2018 15:47:30 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:47:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:47:20Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/snap", "metadata": {}}], "self": "/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "min_disk": 0, "protected": false, "id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "file": "/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "86b9888089dd4ebdb24d1a8fdc663590", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/78590c1a-8fc3-4077-811c-7d9c7aa80487/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image"} 2018-12-12 15:47:30,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image used request id req-fd48aa5f-77c2-41b7-8786-583011bdfd29 2018-12-12 15:47:30,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:30,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-537559c8-ea8d-4723-b9ca-52ee91f14494 Date: Wed, 12 Dec 2018 15:47:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:47:30,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-537559c8-ea8d-4723-b9ca-52ee91f14494 2018-12-12 15:47:30,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" -d '{"server": {"name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "imageRef": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "flavorRef": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "max_count": 1, "min_count": 1, "networks": [{"port": "015b9f2d-c9fe-444d-8d00-a74da6c08470"}]}}' 2018-12-12 15:47:32,548 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7eaefee8-73c9-40eb-9ce2-b22d5d07ca26 x-compute-request-id: req-7eaefee8-73c9-40eb-9ce2-b22d5d07ca26 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "adminPass": "jMfMMQd9T4de"}} 2018-12-12 15:47:32,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-7eaefee8-73c9-40eb-9ce2-b22d5d07ca26 2018-12-12 15:47:32,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:32,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67f70b55-9371-4013-92f0-027cf5c5acf2 x-compute-request-id: req-67f70b55-9371-4013-92f0-027cf5c5acf2 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.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "image": {"id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "links": [{"href": "http://172.30.9.29:8774/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}]}, "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "user_id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:47:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "created": "2018-12-12T15:47:32Z", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:32,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-67f70b55-9371-4013-92f0-027cf5c5acf2 2018-12-12 15:47:32,918 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst 2018-12-12 15:47:32,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:33,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83f66411-bc74-4609-80f6-272ca0653755 x-compute-request-id: req-83f66411-bc74-4609-80f6-272ca0653755 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.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "image": {"id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "links": [{"href": "http://172.30.9.29:8774/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}]}, "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "user_id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:47:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "created": "2018-12-12T15:47:32Z", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:33,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-83f66411-bc74-4609-80f6-272ca0653755 2018-12-12 15:47:33,278 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst] is - BUILD 2018-12-12 15:47:33,278 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:47:36,281 - create_instance - DEBUG - VM status query timeout in 896.636715889 2018-12-12 15:47:36,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:36,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1b5dea5-6ba5-477c-87df-e4b3f603c7ee x-compute-request-id: req-f1b5dea5-6ba5-477c-87df-e4b3f603c7ee 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.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "image": {"id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "links": [{"href": "http://172.30.9.29:8774/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}]}, "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "security_groups": [{"name": "default"}], "user_id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:47:34Z", "hostId": "91a7d493aab20469aacd04f0ff0dfd0e472f10749e0af0f0348bb2b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "created": "2018-12-12T15:47:32Z", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:36,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-f1b5dea5-6ba5-477c-87df-e4b3f603c7ee 2018-12-12 15:47:36,587 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst] is - BUILD 2018-12-12 15:47:36,587 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:47:39,591 - create_instance - DEBUG - VM status query timeout in 893.327440023 2018-12-12 15:47:39,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:40,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-beb00c61-81c8-419e-8221-a6484ba3a303 x-compute-request-id: req-beb00c61-81c8-419e-8221-a6484ba3a303 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.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "image": {"id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "links": [{"href": "http://172.30.9.29:8774/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}]}, "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "security_groups": [{"name": "default"}], "user_id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:47:34Z", "hostId": "91a7d493aab20469aacd04f0ff0dfd0e472f10749e0af0f0348bb2b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "created": "2018-12-12T15:47:32Z", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:40,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-beb00c61-81c8-419e-8221-a6484ba3a303 2018-12-12 15:47:40,263 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst] is - BUILD 2018-12-12 15:47:40,263 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:47:43,264 - create_instance - DEBUG - VM status query timeout in 889.654013872 2018-12-12 15:47:43,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:43,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-630f1c32-5004-4aac-9c95-e696105ba5a1 x-compute-request-id: req-630f1c32-5004-4aac-9c95-e696105ba5a1 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "image": {"id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "links": [{"href": "http://172.30.9.29:8774/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:47:40.000000", "flavor": {"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}]}, "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "security_groups": [{"name": "default"}], "user_id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:47:41Z", "hostId": "91a7d493aab20469aacd04f0ff0dfd0e472f10749e0af0f0348bb2b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "created": "2018-12-12T15:47:32Z", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:43,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-630f1c32-5004-4aac-9c95-e696105ba5a1 2018-12-12 15:47:43,742 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst] is - ACTIVE 2018-12-12 15:47:43,742 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:47:43,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:44,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f9688f3-f789-4530-9a2c-5b129d7de2c6 x-compute-request-id: req-8f9688f3-f789-4530-9a2c-5b129d7de2c6 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "image": {"id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "links": [{"href": "http://172.30.9.29:8774/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:47:40.000000", "flavor": {"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}]}, "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "security_groups": [{"name": "default"}], "user_id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:47:41Z", "hostId": "91a7d493aab20469aacd04f0ff0dfd0e472f10749e0af0f0348bb2b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "created": "2018-12-12T15:47:32Z", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:44,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-8f9688f3-f789-4530-9a2c-5b129d7de2c6 2018-12-12 15:47:44,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:44,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-21539343-f8ba-4e2f-8400-0a9a6ae72b93 Date: Wed, 12 Dec 2018 15:47: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":["9d5572da-7a4c-47c4-a0a6-453577142ca5"],"updated_at":"2018-12-12T15:47:23Z","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net"}]} 2018-12-12 15:47:44,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net used request id req-21539343-f8ba-4e2f-8400-0a9a6ae72b93 2018-12-12 15:47:44,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:44,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e517f02c-d9e4-489f-aef6-b8d19621c779 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}} 2018-12-12 15:47:44,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 used request id req-e517f02c-d9e4-489f-aef6-b8d19621c779 2018-12-12 15:47:44,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:44,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4589246e-6ea0-43fd-8146-9cf23d590f2e Date: Wed, 12 Dec 2018 15:47:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:23Z","dns_nameservers":[],"updated_at":"2018-12-12T15:47:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"86b9888089dd4ebdb24d1a8fdc663590","id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet"}]} 2018-12-12 15:47:44,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-4589246e-6ea0-43fd-8146-9cf23d590f2e 2018-12-12 15:47:44,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:44,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3121 X-Openstack-Request-Id: req-51aee7bd-a491-40ac-9d49-fbf06f201e8d Date: Wed, 12 Dec 2018 15:47:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:47:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","ip_address":"10.55.0.8"}],"id":"015b9f2d-c9fe-444d-8d00-a74da6c08470","security_groups":["f54e00af-4c00-4c0d-b3f4-48be9896fdfa"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"86b9888089dd4ebdb24d1a8fdc663590","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1","admin_state_up":true,"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:29Z","binding:vnic_type":"normal","device_id":"7b87b0ab-e9b7-43c7-b4ee-45c49b84748e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:47:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","ip_address":"10.55.0.3"}],"id":"159d8020-22ec-4852-8502-b695e5fff161","security_groups":[],"mac_address":"fa:16:3e:3e:c8:97","project_id":"86b9888089dd4ebdb24d1a8fdc663590","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:47:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","ip_address":"10.55.0.2"}],"id":"4638b641-524c-4d94-8d62-664359da5437","security_groups":[],"mac_address":"fa:16:3e:2f:16:bb","project_id":"86b9888089dd4ebdb24d1a8fdc663590","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:47:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9d5572da-7a4c-47c4-a0a6-453577142ca5","ip_address":"10.55.0.4"}],"id":"752dbd2d-2e80-4ab0-b21a-20a253909a95","security_groups":[],"mac_address":"fa:16:3e:50:25:52","project_id":"86b9888089dd4ebdb24d1a8fdc663590","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8","tenant_id":"86b9888089dd4ebdb24d1a8fdc663590","created_at":"2018-12-12T15:47:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8"}]} 2018-12-12 15:47:44,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-51aee7bd-a491-40ac-9d49-fbf06f201e8d 2018-12-12 15:47:44,721 - create_instance - INFO - Deleting Port with ID - 015b9f2d-c9fe-444d-8d00-a74da6c08470 2018-12-12 15:47:44,721 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530port-1 2018-12-12 15:47:44,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/015b9f2d-c9fe-444d-8d00-a74da6c08470 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:45,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a7c3685-a05c-4b92-9f40-ee492fdd6ddc Date: Wed, 12 Dec 2018 15:47:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:47:45,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/015b9f2d-c9fe-444d-8d00-a74da6c08470 used request id req-4a7c3685-a05c-4b92-9f40-ee492fdd6ddc 2018-12-12 15:47:45,318 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst 2018-12-12 15:47:45,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:45,471 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2750d05d-0301-45dc-9bbb-ddd65470828a x-compute-request-id: req-2750d05d-0301-45dc-9bbb-ddd65470828a Content-Type: application/json 2018-12-12 15:47:45,472 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-2750d05d-0301-45dc-9bbb-ddd65470828a 2018-12-12 15:47:45,472 - create_instance - INFO - Checking deletion status 2018-12-12 15:47:45,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:45,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-837aec5b-c9aa-4c58-8d2a-96a98fb6771b x-compute-request-id: req-837aec5b-c9aa-4c58-8d2a-96a98fb6771b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "image": {"id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "links": [{"href": "http://172.30.9.29:8774/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:47:40.000000", "flavor": {"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}]}, "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "user_id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:47:45Z", "hostId": "91a7d493aab20469aacd04f0ff0dfd0e472f10749e0af0f0348bb2b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "created": "2018-12-12T15:47:32Z", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:45,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-837aec5b-c9aa-4c58-8d2a-96a98fb6771b 2018-12-12 15:47:45,592 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst] is - ACTIVE 2018-12-12 15:47:45,592 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:47:48,594 - create_instance - DEBUG - VM status query timeout in 296.878079891 2018-12-12 15:47:48,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:48,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47: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-d6c20ff5-2be7-493c-ae53-64534280b668 x-compute-request-id: req-d6c20ff5-2be7-493c-ae53-64534280b668 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.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "rel": "bookmark"}], "image": {"id": "78590c1a-8fc3-4077-811c-7d9c7aa80487", "links": [{"href": "http://172.30.9.29:8774/images/78590c1a-8fc3-4077-811c-7d9c7aa80487", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:47:40.000000", "flavor": {"id": "269a55d4-2e66-4df8-b2e9-4f971dbaca38", "links": [{"href": "http://172.30.9.29:8774/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38", "rel": "bookmark"}]}, "id": "7b87b0ab-e9b7-43c7-b4ee-45c49b84748e", "user_id": "c4e14f9b6e5348d1b3b9df7b1ccc1ca4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:47:45Z", "hostId": "91a7d493aab20469aacd04f0ff0dfd0e472f10749e0af0f0348bb2b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst", "created": "2018-12-12T15:47:32Z", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:47:48,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-d6c20ff5-2be7-493c-ae53-64534280b668 2018-12-12 15:47:48,979 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst] is - ACTIVE 2018-12-12 15:47:48,979 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:47:51,982 - create_instance - DEBUG - VM status query timeout in 293.489890814 2018-12-12 15:47:51,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f351ebc401b9c6453a83b4cc8bcca7be629c5675" 2018-12-12 15:47:52,041 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:47: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-ac88402a-2906-4b8e-a3b5-43ac65f42e34 x-compute-request-id: req-ac88402a-2906-4b8e-a3b5-43ac65f42e34 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7b87b0ab-e9b7-43c7-b4ee-45c49b84748e could not be found.", "code": 404}} 2018-12-12 15:47:52,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/7b87b0ab-e9b7-43c7-b4ee-45c49b84748e used request id req-ac88402a-2906-4b8e-a3b5-43ac65f42e34 2018-12-12 15:47:52,042 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7b87b0ab-e9b7-43c7-b4ee-45c49b84748e could not be found. (HTTP 404) (Request-ID: req-ac88402a-2906-4b8e-a3b5-43ac65f42e34) 2018-12-12 15:47:52,042 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-inst 2018-12-12 15:47:52,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c374198b68487b0746c383e5e60b5939403f6a0c" 2018-12-12 15:47:52,094 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc515e86-b3db-4f9f-91d0-780cdf5d3416 x-compute-request-id: req-dc515e86-b3db-4f9f-91d0-780cdf5d3416 Content-Length: 0 Content-Type: application/json 2018-12-12 15:47:52,094 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/269a55d4-2e66-4df8-b2e9-4f971dbaca38 used request id req-dc515e86-b3db-4f9f-91d0-780cdf5d3416 2018-12-12 15:47:52,095 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet 2018-12-12 15:47:52,095 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-subnet 2018-12-12 15:47:52,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/9d5572da-7a4c-47c4-a0a6-453577142ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" 2018-12-12 15:47:54,653 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c44b78d2-08be-4248-b06f-4fa22e73fae7 Date: Wed, 12 Dec 2018 15:47:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:47:54,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9d5572da-7a4c-47c4-a0a6-453577142ca5 used request id req-c44b78d2-08be-4248-b06f-4fa22e73fae7 2018-12-12 15:47:54,653 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-pub-net 2018-12-12 15:47:54,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c374428399855385129e76567a0167b7774c60b" 2018-12-12 15:47:56,024 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d1befd4-e81a-413f-b2cb-ffc85611aa1e Date: Wed, 12 Dec 2018 15:47:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:47:56,024 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/7b2ca12a-f4c1-4a2b-ba04-c8954a49c2b8 used request id req-9d1befd4-e81a-413f-b2cb-ffc85611aa1e 2018-12-12 15:47:56,025 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-1d930544-4518-40a2-b437-2474328bf530-image 2018-12-12 15:47:56,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec07530dd497c1a8b8926aba49ed9986a54ebd44" 2018-12-12 15:47:58,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0af3467b-f2f3-4426-922d-d1e22a32c1d2 Date: Wed, 12 Dec 2018 15:47:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:47:58,171 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/78590c1a-8fc3-4077-811c-7d9c7aa80487 used request id req-0af3467b-f2f3-4426-922d-d1e22a32c1d2 2018-12-12 15:47:58,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:58,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ceb9cdd4-0046-4b41-beb1-1a4b6a529d97 Date: Wed, 12 Dec 2018 15:47:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "created_at": "2018-12-12T15:47:22Z", "updated_at": "2018-12-12T15:47:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:47:22Z", "revision_number": 0, "id": "5e7f21a5-92d7-4f6f-aeea-39491f626a27", "remote_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "remote_ip_prefix": null, "created_at": "2018-12-12T15:47:22Z", "security_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "port_range_min": null, "ethertype": "IPv6", "project_id": "86b9888089dd4ebdb24d1a8fdc663590"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:47:22Z", "revision_number": 0, "id": "a82306de-32e3-4e06-8597-3308dd165c6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:47:22Z", "security_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "port_range_min": null, "ethertype": "IPv6", "project_id": "86b9888089dd4ebdb24d1a8fdc663590"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:47:22Z", "revision_number": 0, "id": "c2c1c38b-9f4f-4bd3-8bbb-92f9fe08a1c6", "remote_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "remote_ip_prefix": null, "created_at": "2018-12-12T15:47:22Z", "security_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "port_range_min": null, "ethertype": "IPv4", "project_id": "86b9888089dd4ebdb24d1a8fdc663590"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:47:22Z", "revision_number": 0, "id": "c5c01fcf-09bf-4d90-9f35-ee5c36f62dd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:47:22Z", "security_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "port_range_min": null, "ethertype": "IPv4", "project_id": "86b9888089dd4ebdb24d1a8fdc663590"}], "revision_number": 4, "project_id": "86b9888089dd4ebdb24d1a8fdc663590", "id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "name": "default"}]} 2018-12-12 15:47:58,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-ceb9cdd4-0046-4b41-beb1-1a4b6a529d97 2018-12-12 15:47:58,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:58,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1037b044-f953-4ff9-b592-20af29e17eb1 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:47:58,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-1037b044-f953-4ff9-b592-20af29e17eb1 2018-12-12 15:47:58,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:58,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5dbe1d-222b-4d73-9b3d-91af869775d0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:47:58,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-4f5dbe1d-222b-4d73-9b3d-91af869775d0 2018-12-12 15:47:58,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:58,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97a2adbc-57f4-4edc-8989-2a87afdce9c9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:47:58,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-97a2adbc-57f4-4edc-8989-2a87afdce9c9 2018-12-12 15:47:58,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:58,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a36eb92-1ee7-4370-bb13-1159502672c3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590"}, "enabled": true, "id": "86b9888089dd4ebdb24d1a8fdc663590", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj"}} 2018-12-12 15:47:58,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 used request id req-6a36eb92-1ee7-4370-bb13-1159502672c3 2018-12-12 15:47:58,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f54e00af-4c00-4c0d-b3f4-48be9896fdfa 2018-12-12 15:47:58,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f54e00af-4c00-4c0d-b3f4-48be9896fdfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:58,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cd208bec-6c8d-47c4-9cac-1947147cec24 Date: Wed, 12 Dec 2018 15:47:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:47:22Z", "security_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "port_range_min": null, "revision_number": 0, "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "created_at": "2018-12-12T15:47:22Z", "project_id": "86b9888089dd4ebdb24d1a8fdc663590", "id": "5e7f21a5-92d7-4f6f-aeea-39491f626a27"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:47:22Z", "security_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "port_range_min": null, "revision_number": 0, "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "created_at": "2018-12-12T15:47:22Z", "project_id": "86b9888089dd4ebdb24d1a8fdc663590", "id": "a82306de-32e3-4e06-8597-3308dd165c6b"}, {"remote_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:47:22Z", "security_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "port_range_min": null, "revision_number": 0, "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "created_at": "2018-12-12T15:47:22Z", "project_id": "86b9888089dd4ebdb24d1a8fdc663590", "id": "c2c1c38b-9f4f-4bd3-8bbb-92f9fe08a1c6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:47:22Z", "security_group_id": "f54e00af-4c00-4c0d-b3f4-48be9896fdfa", "port_range_min": null, "revision_number": 0, "tenant_id": "86b9888089dd4ebdb24d1a8fdc663590", "created_at": "2018-12-12T15:47:22Z", "project_id": "86b9888089dd4ebdb24d1a8fdc663590", "id": "c5c01fcf-09bf-4d90-9f35-ee5c36f62dd4"}]} 2018-12-12 15:47:58,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f54e00af-4c00-4c0d-b3f4-48be9896fdfa used request id req-cd208bec-6c8d-47c4-9cac-1947147cec24 2018-12-12 15:47:58,963 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:47:58,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/f54e00af-4c00-4c0d-b3f4-48be9896fdfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:59,260 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce750c29-0c81-49a3-96ee-74fa8602058b Content-Length: 0 Date: Wed, 12 Dec 2018 15:47:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:47:59,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/f54e00af-4c00-4c0d-b3f4-48be9896fdfa used request id req-ce750c29-0c81-49a3-96ee-74fa8602058b 2018-12-12 15:47:59,261 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj 2018-12-12 15:47:59,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:59,472 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03af41b5-2897-45cf-aa13-11f16e6723c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:47:59,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/86b9888089dd4ebdb24d1a8fdc663590 used request id req-03af41b5-2897-45cf-aa13-11f16e6723c5 2018-12-12 15:47:59,473 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c4dcacf2-deff-421-proj-role 2018-12-12 15:47:59,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1163abfe3acd46e588b9bec2092f31d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:59,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1118526-efa1-42ef-a2aa-939a753d41cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:47:59,583 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1163abfe3acd46e588b9bec2092f31d8 used request id req-d1118526-efa1-42ef-a2aa-939a753d41cc 2018-12-12 15:47:59,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ac51d79442eb5043e935c01d21cac7cf7e7e3" 2018-12-12 15:47:59,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:47:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9df69e-34ac-40f5-91bf-a94a01b981f2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:47:59,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9c9df69e-34ac-40f5-91bf-a94a01b981f2 2018-12-12 15:47:59,673 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c4dcacf2-deff-421-user 2018-12-12 15:47:59,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c4e14f9b6e5348d1b3b9df7b1ccc1ca4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c48453db5b179b1583dec3e4b80c35fd1659e41" 2018-12-12 15:47:59,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:47:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91e0900c-b1a5-4b0e-9186-e7dabfeac901 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:47:59,964 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c4e14f9b6e5348d1b3b9df7b1ccc1ca4 used request id req-91e0900c-b1a5-4b0e-9186-e7dabfeac901 2018-12-12 15:47:59,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:00,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:48:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Sjkyj-8mSsqyx4epFPVLWA"], "issued_at": "2018-12-12T15:48:00.000000Z"}} 2018-12-12 15:48:00,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d641a348939845962956ce5e0a3fa7898659ab2f" 2018-12-12 15:48:00,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e8d671-8b4d-44b1-84c8-3dd169cd3a7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:00,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-60e8d671-8b4d-44b1-84c8-3dd169cd3a7e 2018-12-12 15:48:00,435 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:00,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:00,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:48:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qnsSC28wRdWf3zA9l5fLNQ"], "issued_at": "2018-12-12T15:48:00.000000Z"}} 2018-12-12 15:48:00,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:00,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11514f13-faa4-4dec-9884-b409231067eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:00,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-11514f13-faa4-4dec-9884-b409231067eb 2018-12-12 15:48:00,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:48:00,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:48: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:48:00,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:00,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a43d4ba-7c2d-4c6f-9b8a-312c172f293b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:48:00,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj used request id req-5a43d4ba-7c2d-4c6f-9b8a-312c172f293b 2018-12-12 15:48:00,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:01,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-276c97e6-933a-4a94-ae48-604939eeb0e3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:48:01,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-276c97e6-933a-4a94-ae48-604939eeb0e3 2018-12-12 15:48:01,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}}' 2018-12-12 15:48:01,206 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:48:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5068f84-5ec3-4afc-ab80-ea6d3bdec500 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}} 2018-12-12 15:48:01,207 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c5068f84-5ec3-4afc-ab80-ea6d3bdec500 2018-12-12 15:48:01,207 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj 2018-12-12 15:48:01,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:01,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:01,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:48:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["XZXk904-QB-enMjyTjfXQA"], "issued_at": "2018-12-12T15:48:01.000000Z"}} 2018-12-12 15:48:01,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c69f3b0df00f551f30bc445a62ce5c8f0e950d4" 2018-12-12 15:48:01,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00c3ff31-5fe4-44d0-8524-d79a274e518f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:01,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-00c3ff31-5fe4-44d0-8524-d79a274e518f 2018-12-12 15:48:01,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:48:01,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:48: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:48:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c69f3b0df00f551f30bc445a62ce5c8f0e950d4" 2018-12-12 15:48:01,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c78a89-0f30-4a65-9e6f-544e0ea76984 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:48:01,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-71c78a89-0f30-4a65-9e6f-544e0ea76984 2018-12-12 15:48:01,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c69f3b0df00f551f30bc445a62ce5c8f0e950d4" 2018-12-12 15:48:01,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99dc445a-8003-4873-976f-96101f286388 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}]} 2018-12-12 15:48:01,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj used request id req-99dc445a-8003-4873-976f-96101f286388 2018-12-12 15:48:01,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c69f3b0df00f551f30bc445a62ce5c8f0e950d4" 2018-12-12 15:48:01,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03325d9b-b426-436d-8008-5fd2c2fb1788 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:48:01,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-03325d9b-b426-436d-8008-5fd2c2fb1788 2018-12-12 15:48:02,344 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-user 2018-12-12 15:48:02,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:02,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:02,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-466e9991-6ad7-492e-9c4a-d7bd27c5ff28 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:48:02,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-466e9991-6ad7-492e-9c4a-d7bd27c5ff28 2018-12-12 15:48:02,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" -d '{"role": {"name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role"}}' 2018-12-12 15:48:02,554 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:48:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e58b7c5-55ac-4e7e-a2fd-c1ace43a2363 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "260b560d04a540139b26f8c382aa1adc", "links": {"self": "http://172.30.9.29:5000/v3/roles/260b560d04a540139b26f8c382aa1adc"}, "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role"}} 2018-12-12 15:48:02,554 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1e58b7c5-55ac-4e7e-a2fd-c1ace43a2363 2018-12-12 15:48:02,554 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role 2018-12-12 15:48:02,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/260b560d04a540139b26f8c382aa1adc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:02,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51f0de10-e7ff-4e29-9a46-855f5dede314 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/260b560d04a540139b26f8c382aa1adc"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role", "id": "260b560d04a540139b26f8c382aa1adc"}} 2018-12-12 15:48:02,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/260b560d04a540139b26f8c382aa1adc used request id req-51f0de10-e7ff-4e29-9a46-855f5dede314 2018-12-12 15:48:02,640 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role to project CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj 2018-12-12 15:48:02,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6/users/e35fe0e5a8bc4845a2ecf2d82e674af1/roles/260b560d04a540139b26f8c382aa1adc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:02,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:48:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb229ed2-8c61-49e7-a440-f50fbd53bac2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:48:02,784 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6/users/e35fe0e5a8bc4845a2ecf2d82e674af1/roles/260b560d04a540139b26f8c382aa1adc used request id req-bb229ed2-8c61-49e7-a440-f50fbd53bac2 2018-12-12 15:48:02,785 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:48:02,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:02,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:03,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260b560d04a540139b26f8c382aa1adc", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role"}], "expires_at": "2018-12-12T16:48:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4e9f98680384ba18149c6fc069a05f6", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-user", "id": "e35fe0e5a8bc4845a2ecf2d82e674af1"}, "audit_ids": ["CVcOFmxgSY6niyOX67uVww"], "issued_at": "2018-12-12T15:48:03.000000Z"}} 2018-12-12 15:48:03,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" 2018-12-12 15:48:03,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e49a0f01-1999-40e5-bd56-93fa324eedbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:03,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e49a0f01-1999-40e5-bd56-93fa324eedbb 2018-12-12 15:48:03,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" 2018-12-12 15:48:03,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-6a17d690-317a-4c22-ba73-2fb48a601414 Date: Wed, 12 Dec 2018 15:48:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image"} 2018-12-12 15:48:03,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image used request id req-6a17d690-317a-4c22-ba73-2fb48a601414 2018-12-12 15:48:03,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" 2018-12-12 15:48:03,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e743e8d3-286c-448a-b671-dcb4a99c5b81 Date: Wed, 12 Dec 2018 15:48:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:48:03,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e743e8d3-286c-448a-b671-dcb4a99c5b81 2018-12-12 15:48:03,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image"}' 2018-12-12 15:48:03,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba X-Openstack-Request-Id: req-13e94330-8ce9-4a44-8846-205c9eb42918 Date: Wed, 12 Dec 2018 15:48:03 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:48:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:48:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "min_disk": 0, "protected": false, "id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "file": "/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/file", "checksum": null, "owner": "f4e9f98680384ba18149c6fc069a05f6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:48:03,813 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-13e94330-8ce9-4a44-8846-205c9eb42918 2018-12-12 15:48:03,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" -d '' 2018-12-12 15:48:05,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-097e5a26-023c-4b9c-a169-6fd1f66b0430 Date: Wed, 12 Dec 2018 15:48:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:48:05,656 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/file used request id req-097e5a26-023c-4b9c-a169-6fd1f66b0430 2018-12-12 15:48:05,657 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:48:05,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" 2018-12-12 15:48:05,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-07c3822e-d4c2-46b1-8cc3-5b93652cc703 Date: Wed, 12 Dec 2018 15:48:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:48:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:48:05Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/snap", "metadata": {}}], "self": "/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "min_disk": 0, "protected": false, "id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "file": "/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4e9f98680384ba18149c6fc069a05f6", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:48:05,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba used request id req-07c3822e-d4c2-46b1-8cc3-5b93652cc703 2018-12-12 15:48:05,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" 2018-12-12 15:48:06,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ba63f95a-bf2f-40ce-a04e-3eed90e4b8db Date: Wed, 12 Dec 2018 15:48:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:48:06,066 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ba63f95a-bf2f-40ce-a04e-3eed90e4b8db 2018-12-12 15:48:06,069 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image 2018-12-12 15:48:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" 2018-12-12 15:48:06,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-76837894-0d51-4c97-8ec2-ef311650129f Date: Wed, 12 Dec 2018 15:48:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:48:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:48:05Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/snap", "metadata": {}}], "self": "/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "min_disk": 0, "protected": false, "id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "file": "/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4e9f98680384ba18149c6fc069a05f6", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:48:06,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba used request id req-76837894-0d51-4c97-8ec2-ef311650129f 2018-12-12 15:48:06,090 - create_image - DEBUG - Instance status is - active 2018-12-12 15:48:06,090 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image 2018-12-12 15:48:06,090 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image 2018-12-12 15:48:06,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:06,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:06,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260b560d04a540139b26f8c382aa1adc", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role"}], "expires_at": "2018-12-12T16:48:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4e9f98680384ba18149c6fc069a05f6", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-user", "id": "e35fe0e5a8bc4845a2ecf2d82e674af1"}, "audit_ids": ["KHpmpMu5Q6S5pGU1Kv6_Fw"], "issued_at": "2018-12-12T15:48:06.000000Z"}} 2018-12-12 15:48:06,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" 2018-12-12 15:48:06,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eacd37bd-833e-4fdd-be02-0015afc0581c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:06,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eacd37bd-833e-4fdd-be02-0015afc0581c 2018-12-12 15:48:06,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" 2018-12-12 15:48:06,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e6fc76f0-8067-4b92-8d87-aedadcd05443 Date: Wed, 12 Dec 2018 15:48:06 GMT RESP BODY: {"networks":[]} 2018-12-12 15:48:06,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net used request id req-e6fc76f0-8067-4b92-8d87-aedadcd05443 2018-12-12 15:48:06,747 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net 2018-12-12 15:48:06,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" -d '{"network": {"name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net", "admin_state_up": true}}' 2018-12-12 15:48:07,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-880ef7ac-0e44-43a0-9204-d089e18e0b9d Date: Wed, 12 Dec 2018 15:48:07 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:48:07Z","is_default":false,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","mtu":1450}} 2018-12-12 15:48:07,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-880ef7ac-0e44-43a0-9204-d089e18e0b9d 2018-12-12 15:48:07,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" 2018-12-12 15:48:07,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-63e95695-8846-49a1-9aff-ed9671a9c4f0 Date: Wed, 12 Dec 2018 15:48:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:48:07Z","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net"}]} 2018-12-12 15:48:07,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-63e95695-8846-49a1-9aff-ed9671a9c4f0 2018-12-12 15:48:07,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" 2018-12-12 15:48:07,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6b000631-7481-452d-be65-1a1cadcf6e2d Date: Wed, 12 Dec 2018 15:48:07 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:48:07,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-6b000631-7481-452d-be65-1a1cadcf6e2d 2018-12-12 15:48:07,854 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet 2018-12-12 15:48:07,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" -d '{"subnets": [{"ip_version": 4, "network_id": "f19b9736-cc40-404f-99ec-dbf77d2b8b2b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]}' 2018-12-12 15:48:08,378 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d0b75fe4-5370-4626-9c1b-359c2fd5ccfd Date: Wed, 12 Dec 2018 15:48:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:08,378 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d0b75fe4-5370-4626-9c1b-359c2fd5ccfd 2018-12-12 15:48:08,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" 2018-12-12 15:48:08,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0ca9352c-bb0e-4f7e-961f-04d1c910c890 Date: Wed, 12 Dec 2018 15: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":["0e443366-ac21-4273-b5ec-f246da6a5367"],"updated_at":"2018-12-12T15:48:08Z","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net"}]} 2018-12-12 15:48:08,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-0ca9352c-bb0e-4f7e-961f-04d1c910c890 2018-12-12 15:48:08,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" 2018-12-12 15:48:08,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c2feee42-f1db-4492-b656-5594edb52bd1 Date: Wed, 12 Dec 2018 15:48:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:08,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-c2feee42-f1db-4492-b656-5594edb52bd1 2018-12-12 15:48:08,675 - OpenStackNetwork - DEBUG - Network [f19b9736-cc40-404f-99ec-dbf77d2b8b2b] created successfully 2018-12-12 15:48:08,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:08,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:09,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["pQDHdWTSSqSNseTCxc1f1w"], "issued_at": "2018-12-12T15:48:09.000000Z"}} 2018-12-12 15:48:09,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d683562cc27704825141a2d822fc41e70686aa41" 2018-12-12 15:48:09,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b96d4230-9a58-4ac3-829e-91af2faf5680 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:09,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b96d4230-9a58-4ac3-829e-91af2faf5680 2018-12-12 15:48:09,136 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:48:09,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d683562cc27704825141a2d822fc41e70686aa41" 2018-12-12 15:48:09,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e0ced78-d4b8-4888-a0ad-a27a33d2d8c9 x-compute-request-id: req-3e0ced78-d4b8-4888-a0ad-a27a33d2d8c9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:48:09,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3e0ced78-d4b8-4888-a0ad-a27a33d2d8c9 2018-12-12 15:48:09,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d683562cc27704825141a2d822fc41e70686aa41" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:48:09,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32f1834b-665f-4fd6-84b3-0035b29ad61f x-compute-request-id: req-32f1834b-665f-4fd6-84b3-0035b29ad61f Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "64b51cca-202e-4340-a4af-56288d25239b", "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:48:09,377 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-32f1834b-665f-4fd6-84b3-0035b29ad61f 2018-12-12 15:48:09,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:09,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:09,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260b560d04a540139b26f8c382aa1adc", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role"}], "expires_at": "2018-12-12T16:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4e9f98680384ba18149c6fc069a05f6", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-user", "id": "e35fe0e5a8bc4845a2ecf2d82e674af1"}, "audit_ids": ["SM-cYxPPSVekETRLBNy9Xg"], "issued_at": "2018-12-12T15:48:09.000000Z"}} 2018-12-12 15:48:09,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:09,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b657cab5-0317-4e98-8640-6bd6069d62a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:09,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b657cab5-0317-4e98-8640-6bd6069d62a6 2018-12-12 15:48:09,883 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:48:09,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:09,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5587d1f0-b173-413d-9905-315436d82fea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:09,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5587d1f0-b173-413d-9905-315436d82fea 2018-12-12 15:48:09,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:10,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9d7817b9-7925-4b4d-986f-4b15199fe027 Date: Wed, 12 Dec 2018 15:48: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":["0e443366-ac21-4273-b5ec-f246da6a5367"],"updated_at":"2018-12-12T15:48:08Z","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net"}]} 2018-12-12 15:48:10,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net used request id req-9d7817b9-7925-4b4d-986f-4b15199fe027 2018-12-12 15:48:10,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:48:10,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:48: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:48:10,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:10,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2096e60-d20c-43a1-953e-e5d9fdacc30f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}} 2018-12-12 15:48:10,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 used request id req-d2096e60-d20c-43a1-953e-e5d9fdacc30f 2018-12-12 15:48:10,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:10,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e3064122-b388-4d35-84d5-3f3141191db6 Date: Wed, 12 Dec 2018 15:48:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:10,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-e3064122-b388-4d35-84d5-3f3141191db6 2018-12-12 15:48:10,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:10,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-37cd539f-2344-490c-932f-896d0ea880e5 Date: Wed, 12 Dec 2018 15:48:10 GMT RESP BODY: {"ports":[]} 2018-12-12 15:48:10,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1&admin_state_up=True used request id req-37cd539f-2344-490c-932f-896d0ea880e5 2018-12-12 15:48:10,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:11,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-40cd0e3d-2f36-454b-a80c-f53c316fbdca x-compute-request-id: req-40cd0e3d-2f36-454b-a80c-f53c316fbdca Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:48:11,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst used request id req-40cd0e3d-2f36-454b-a80c-f53c316fbdca 2018-12-12 15:48:11,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:11,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a78444c5-d9ba-4fbf-be96-4fea44063501 Date: Wed, 12 Dec 2018 15:48: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":["0e443366-ac21-4273-b5ec-f246da6a5367"],"updated_at":"2018-12-12T15:48:08Z","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net"}]} 2018-12-12 15:48:11,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net used request id req-a78444c5-d9ba-4fbf-be96-4fea44063501 2018-12-12 15:48:11,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:11,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3272575-9572-4559-a3bc-001381c157c9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}} 2018-12-12 15:48:11,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 used request id req-b3272575-9572-4559-a3bc-001381c157c9 2018-12-12 15:48:11,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:11,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ac27b708-482f-4f20-bf51-d6131bed655c Date: Wed, 12 Dec 2018 15:48:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:11,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-ac27b708-482f-4f20-bf51-d6131bed655c 2018-12-12 15:48:11,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:11,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dfaa5fbe-ec07-42ff-88ee-36d8c38c404d Date: Wed, 12 Dec 2018 15:48:11 GMT RESP BODY: {"ports":[]} 2018-12-12 15:48:11,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1&admin_state_up=True used request id req-dfaa5fbe-ec07-42ff-88ee-36d8c38c404d 2018-12-12 15:48:11,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:11,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:12,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260b560d04a540139b26f8c382aa1adc", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role"}], "expires_at": "2018-12-12T16:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4e9f98680384ba18149c6fc069a05f6", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/f4e9f98680384ba18149c6fc069a05f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-user", "id": "e35fe0e5a8bc4845a2ecf2d82e674af1"}, "audit_ids": ["UyJd6snLRd2rZ-L9tEBb8g"], "issued_at": "2018-12-12T15:48:12.000000Z"}} 2018-12-12 15:48:12,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39ccccd4570b5ff296a0b1a22fef69eed4199c9" 2018-12-12 15:48:12,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5644cc0-38a5-4928-a7a5-72f7d1ef0fa0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:12,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f5644cc0-38a5-4928-a7a5-72f7d1ef0fa0 2018-12-12 15:48:12,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:12,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-07b6cee7-2142-4493-8f58-ac56ffc382ae Date: Wed, 12 Dec 2018 15:48: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":["0e443366-ac21-4273-b5ec-f246da6a5367"],"updated_at":"2018-12-12T15:48:08Z","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net"}]} 2018-12-12 15:48:12,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net used request id req-07b6cee7-2142-4493-8f58-ac56ffc382ae 2018-12-12 15:48:12,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:12,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-86cd2d5a-af5b-4f81-963d-f9e80843f4bd Date: Wed, 12 Dec 2018 15:48:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:12,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-86cd2d5a-af5b-4f81-963d-f9e80843f4bd 2018-12-12 15:48:12,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:12,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f593b8d7-b684-4175-92a8-f113d1d8ffb9 Date: Wed, 12 Dec 2018 15:48: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":["0e443366-ac21-4273-b5ec-f246da6a5367"],"updated_at":"2018-12-12T15:48:08Z","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net"}]} 2018-12-12 15:48:12,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net used request id req-f593b8d7-b684-4175-92a8-f113d1d8ffb9 2018-12-12 15:48:12,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:48:12,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:48: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:48:12,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39ccccd4570b5ff296a0b1a22fef69eed4199c9" 2018-12-12 15:48:13,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ceb71cd-5873-4984-984b-9ae120d7f807 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}} 2018-12-12 15:48:13,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 used request id req-9ceb71cd-5873-4984-984b-9ae120d7f807 2018-12-12 15:48:13,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:13,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d2caad91-1289-40ee-8bb4-063fd61913c8 Date: Wed, 12 Dec 2018 15:48:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:13,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-d2caad91-1289-40ee-8bb4-063fd61913c8 2018-12-12 15:48:13,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:13,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6a76d88d-2029-4665-a080-4d7044c8202f Date: Wed, 12 Dec 2018 15:48:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:13,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet used request id req-6a76d88d-2029-4665-a080-4d7044c8202f 2018-12-12 15:48:13,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:13,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-365d996e-f025-4a2b-b7e5-c3fea5913907 Date: Wed, 12 Dec 2018 15:48:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:13,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet used request id req-365d996e-f025-4a2b-b7e5-c3fea5913907 2018-12-12 15:48:13,697 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net 2018-12-12 15:48:13,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" -d '{"port": {"network_id": "f19b9736-cc40-404f-99ec-dbf77d2b8b2b", "fixed_ips": [{"subnet_id": "0e443366-ac21-4273-b5ec-f246da6a5367", "ip_address": "10.55.0.101"}, {"subnet_id": "0e443366-ac21-4273-b5ec-f246da6a5367", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1", "admin_state_up": true}}' 2018-12-12 15:48:14,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-981bd53e-a386-4b21-bd4b-c3041c4174a3 Date: Wed, 12 Dec 2018 15:48:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:14Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.101"},{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.102"}],"id":"03880bc2-6ada-414d-84fa-13a67e398ceb","security_groups":["cdfb1149-3c16-47c9-9a0b-93806d3d7471"],"mac_address":"fa:16:3e:80:81:f6","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1","project_id":"f4e9f98680384ba18149c6fc069a05f6","qos_policy_id":null,"admin_state_up":true,"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:14Z","binding:vnic_type":"normal"}} 2018-12-12 15:48:14,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-981bd53e-a386-4b21-bd4b-c3041c4174a3 2018-12-12 15:48:14,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:14,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6486f916-df69-4a31-a93e-087a18ddff76 Date: Wed, 12 Dec 2018 15:48: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":["0e443366-ac21-4273-b5ec-f246da6a5367"],"updated_at":"2018-12-12T15:48:08Z","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net"}]} 2018-12-12 15:48:14,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net used request id req-6486f916-df69-4a31-a93e-087a18ddff76 2018-12-12 15:48:14,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:15,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ccb33a4-9ecf-4dde-a776-2280289d0358 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}} 2018-12-12 15:48:15,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 used request id req-7ccb33a4-9ecf-4dde-a776-2280289d0358 2018-12-12 15:48:15,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:15,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-894f406d-16ab-4782-a335-8cadcdf97aaa Date: Wed, 12 Dec 2018 15:48:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:15,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-894f406d-16ab-4782-a335-8cadcdf97aaa 2018-12-12 15:48:15,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:15,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-9fab71bd-d414-4a87-a986-8dd80cfb673c Date: Wed, 12 Dec 2018 15:48:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:14Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.101"},{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.102"}],"id":"03880bc2-6ada-414d-84fa-13a67e398ceb","security_groups":["cdfb1149-3c16-47c9-9a0b-93806d3d7471"],"mac_address":"fa:16:3e:80:81:f6","project_id":"f4e9f98680384ba18149c6fc069a05f6","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1","admin_state_up":true,"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:14Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:48:15,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1&admin_state_up=True used request id req-9fab71bd-d414-4a87-a986-8dd80cfb673c 2018-12-12 15:48:15,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:15,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-178718ac-676f-4697-aced-571bec942186 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}} 2018-12-12 15:48:15,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 used request id req-178718ac-676f-4697-aced-571bec942186 2018-12-12 15:48:15,461 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst 2018-12-12 15:48:15,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:15,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6962cd16-9a93-4b04-82d4-81f548328f59 x-compute-request-id: req-6962cd16-9a93-4b04-82d4-81f548328f59 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "64b51cca-202e-4340-a4af-56288d25239b", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-flavor-name"}]} 2018-12-12 15:48:15,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6962cd16-9a93-4b04-82d4-81f548328f59 2018-12-12 15:48:15,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/64b51cca-202e-4340-a4af-56288d25239b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:15,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a2ddef6-862f-4a16-b174-2ac226f834f6 x-compute-request-id: req-9a2ddef6-862f-4a16-b174-2ac226f834f6 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "64b51cca-202e-4340-a4af-56288d25239b", "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:48:15,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/64b51cca-202e-4340-a4af-56288d25239b used request id req-9a2ddef6-862f-4a16-b174-2ac226f834f6 2018-12-12 15:48:15,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:15,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-8448a9f9-4973-4679-82bb-aa7d74682276 Date: Wed, 12 Dec 2018 15:48:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:48:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:48:05Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/snap", "metadata": {}}], "self": "/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "min_disk": 0, "protected": false, "id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "file": "/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4e9f98680384ba18149c6fc069a05f6", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image"} 2018-12-12 15:48:15,697 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image used request id req-8448a9f9-4973-4679-82bb-aa7d74682276 2018-12-12 15:48:15,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:15,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c4ed6f52-38b9-4813-9590-7338a4462028 Date: Wed, 12 Dec 2018 15:48:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:48:15,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c4ed6f52-38b9-4813-9590-7338a4462028 2018-12-12 15:48:15,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" -d '{"server": {"name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst", "imageRef": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "flavorRef": "64b51cca-202e-4340-a4af-56288d25239b", "max_count": 1, "min_count": 1, "networks": [{"port": "03880bc2-6ada-414d-84fa-13a67e398ceb"}]}}' 2018-12-12 15:48:17,771 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15e4fde0-e831-4974-bc63-f302b8c1eb3c x-compute-request-id: req-15e4fde0-e831-4974-bc63-f302b8c1eb3c Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "94b77468-fd2c-4325-b87e-388e75cf07f1", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "bookmark"}], "adminPass": "Yuc8z4A4j5uU"}} 2018-12-12 15:48:17,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-15e4fde0-e831-4974-bc63-f302b8c1eb3c 2018-12-12 15:48:17,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:18,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbb6049d-eb2b-47c4-a6d7-823dd335ceca x-compute-request-id: req-fbb6049d-eb2b-47c4-a6d7-823dd335ceca 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.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "bookmark"}], "image": {"id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "links": [{"href": "http://172.30.9.29:8774/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "64b51cca-202e-4340-a4af-56288d25239b", "links": [{"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}]}, "id": "94b77468-fd2c-4325-b87e-388e75cf07f1", "user_id": "e35fe0e5a8bc4845a2ecf2d82e674af1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:48:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst", "created": "2018-12-12T15:48:17Z", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:48:18,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 used request id req-fbb6049d-eb2b-47c4-a6d7-823dd335ceca 2018-12-12 15:48:18,141 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst 2018-12-12 15:48:18,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:18,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8bd9bf6-337f-4d13-8817-4c3e36d2f370 x-compute-request-id: req-a8bd9bf6-337f-4d13-8817-4c3e36d2f370 Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "bookmark"}], "image": {"id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "links": [{"href": "http://172.30.9.29:8774/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "64b51cca-202e-4340-a4af-56288d25239b", "links": [{"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}]}, "id": "94b77468-fd2c-4325-b87e-388e75cf07f1", "user_id": "e35fe0e5a8bc4845a2ecf2d82e674af1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:48:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst", "created": "2018-12-12T15:48:17Z", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:48:18,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 used request id req-a8bd9bf6-337f-4d13-8817-4c3e36d2f370 2018-12-12 15:48:18,396 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst] is - BUILD 2018-12-12 15:48:18,396 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:48:21,399 - create_instance - DEBUG - VM status query timeout in 896.741428137 2018-12-12 15:48:21,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:22,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-3365fa23-cd62-4613-8103-754024949ec5 x-compute-request-id: req-3365fa23-cd62-4613-8103-754024949ec5 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.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "bookmark"}], "image": {"id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "links": [{"href": "http://172.30.9.29:8774/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "64b51cca-202e-4340-a4af-56288d25239b", "links": [{"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}]}, "id": "94b77468-fd2c-4325-b87e-388e75cf07f1", "security_groups": [{"name": "default"}], "user_id": "e35fe0e5a8bc4845a2ecf2d82e674af1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:48:18Z", "hostId": "4dd3396a9c29b7cb0d31285dfde9c3699bb9ae613a27f08d914a9c64", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst", "created": "2018-12-12T15:48:17Z", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:48:22,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 used request id req-3365fa23-cd62-4613-8103-754024949ec5 2018-12-12 15:48:22,008 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst] is - BUILD 2018-12-12 15:48:22,009 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:48:25,012 - create_instance - DEBUG - VM status query timeout in 893.128976107 2018-12-12 15:48:25,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:25,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-ff8e8cbc-75d2-4189-989c-afc2000d4e83 x-compute-request-id: req-ff8e8cbc-75d2-4189-989c-afc2000d4e83 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:81:f6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:81:f6", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "bookmark"}], "image": {"id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "links": [{"href": "http://172.30.9.29:8774/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:48:22.000000", "flavor": {"id": "64b51cca-202e-4340-a4af-56288d25239b", "links": [{"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}]}, "id": "94b77468-fd2c-4325-b87e-388e75cf07f1", "security_groups": [{"name": "default"}], "user_id": "e35fe0e5a8bc4845a2ecf2d82e674af1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:48:23Z", "hostId": "4dd3396a9c29b7cb0d31285dfde9c3699bb9ae613a27f08d914a9c64", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst", "created": "2018-12-12T15:48:17Z", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:48:25,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 used request id req-ff8e8cbc-75d2-4189-989c-afc2000d4e83 2018-12-12 15:48:25,622 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst] is - ACTIVE 2018-12-12 15:48:25,622 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:48:25,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:26,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-9cd3bd63-38bc-42f5-98d3-16b5902d2d15 x-compute-request-id: req-9cd3bd63-38bc-42f5-98d3-16b5902d2d15 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:81:f6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:81:f6", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "bookmark"}], "image": {"id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "links": [{"href": "http://172.30.9.29:8774/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:48:22.000000", "flavor": {"id": "64b51cca-202e-4340-a4af-56288d25239b", "links": [{"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}]}, "id": "94b77468-fd2c-4325-b87e-388e75cf07f1", "security_groups": [{"name": "default"}], "user_id": "e35fe0e5a8bc4845a2ecf2d82e674af1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:48:23Z", "hostId": "4dd3396a9c29b7cb0d31285dfde9c3699bb9ae613a27f08d914a9c64", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst", "created": "2018-12-12T15:48:17Z", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:48:26,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 used request id req-9cd3bd63-38bc-42f5-98d3-16b5902d2d15 2018-12-12 15:48:26,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:26,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-febf4b0f-e92b-4c14-a1ad-5d9319f5f613 Date: Wed, 12 Dec 2018 15: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":["0e443366-ac21-4273-b5ec-f246da6a5367"],"updated_at":"2018-12-12T15:48:08Z","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net"}]} 2018-12-12 15:48:26,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net used request id req-febf4b0f-e92b-4c14-a1ad-5d9319f5f613 2018-12-12 15:48:26,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:26,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb867d27-df52-4082-aca7-ad70698231a7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}} 2018-12-12 15:48:26,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 used request id req-cb867d27-df52-4082-aca7-ad70698231a7 2018-12-12 15:48:26,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:26,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f88797e0-eb85-4acc-9c37-5512abdc3ec7 Date: Wed, 12 Dec 2018 15:48:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f4e9f98680384ba18149c6fc069a05f6","id":"0e443366-ac21-4273-b5ec-f246da6a5367","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet"}]} 2018-12-12 15:48:26,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-f88797e0-eb85-4acc-9c37-5512abdc3ec7 2018-12-12 15:48:26,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:26,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-a9e237bc-9794-4e10-b735-695ad9aab15b Date: Wed, 12 Dec 2018 15:48:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.101"},{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.102"}],"id":"03880bc2-6ada-414d-84fa-13a67e398ceb","security_groups":["cdfb1149-3c16-47c9-9a0b-93806d3d7471"],"mac_address":"fa:16:3e:80:81:f6","project_id":"f4e9f98680384ba18149c6fc069a05f6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1","admin_state_up":true,"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:14Z","binding:vnic_type":"normal","device_id":"94b77468-fd2c-4325-b87e-388e75cf07f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.4"}],"id":"66beab5a-eb07-47e5-8f25-bd5ca7aef6ae","security_groups":[],"mac_address":"fa:16:3e:7d:28:c2","project_id":"f4e9f98680384ba18149c6fc069a05f6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f19b9736-cc40-404f-99ec-dbf77d2b8b2b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.2"}],"id":"ab589621-8bbb-413d-aff0-91ea11d0a95f","security_groups":[],"mac_address":"fa:16:3e:bf:b4:18","project_id":"f4e9f98680384ba18149c6fc069a05f6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f19b9736-cc40-404f-99ec-dbf77d2b8b2b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e443366-ac21-4273-b5ec-f246da6a5367","ip_address":"10.55.0.3"}],"id":"df80cb3e-ba56-4815-9a40-95d4dffde031","security_groups":[],"mac_address":"fa:16:3e:e1:41:d9","project_id":"f4e9f98680384ba18149c6fc069a05f6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f19b9736-cc40-404f-99ec-dbf77d2b8b2b","tenant_id":"f4e9f98680384ba18149c6fc069a05f6","created_at":"2018-12-12T15:48:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f19b9736-cc40-404f-99ec-dbf77d2b8b2b"}]} 2018-12-12 15:48:26,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-a9e237bc-9794-4e10-b735-695ad9aab15b 2018-12-12 15:48:26,786 - create_instance - INFO - Deleting Port with ID - 03880bc2-6ada-414d-84fa-13a67e398ceb 2018-12-12 15:48:26,786 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378port-1 2018-12-12 15:48:26,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/03880bc2-6ada-414d-84fa-13a67e398ceb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:27,414 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43773cfb-e5f9-49c0-b6d0-457ab8c898a3 Date: Wed, 12 Dec 2018 15:48:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:48:27,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/03880bc2-6ada-414d-84fa-13a67e398ceb used request id req-43773cfb-e5f9-49c0-b6d0-457ab8c898a3 2018-12-12 15:48:27,414 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst 2018-12-12 15:48:27,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:27,561 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:48: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-00104db8-ac46-4215-b26a-8fefd42b3d89 x-compute-request-id: req-00104db8-ac46-4215-b26a-8fefd42b3d89 Content-Type: application/json 2018-12-12 15:48:27,561 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 used request id req-00104db8-ac46-4215-b26a-8fefd42b3d89 2018-12-12 15:48:27,562 - create_instance - INFO - Checking deletion status 2018-12-12 15:48:27,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:27,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48: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-c73fb677-5037-434c-84df-980bf1da09b9 x-compute-request-id: req-c73fb677-5037-434c-84df-980bf1da09b9 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:81:f6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:81:f6", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/94b77468-fd2c-4325-b87e-388e75cf07f1", "rel": "bookmark"}], "image": {"id": "1addc218-bf27-4f86-9bbb-6235ae66c1ba", "links": [{"href": "http://172.30.9.29:8774/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:48:22.000000", "flavor": {"id": "64b51cca-202e-4340-a4af-56288d25239b", "links": [{"href": "http://172.30.9.29:8774/flavors/64b51cca-202e-4340-a4af-56288d25239b", "rel": "bookmark"}]}, "id": "94b77468-fd2c-4325-b87e-388e75cf07f1", "user_id": "e35fe0e5a8bc4845a2ecf2d82e674af1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:48:27Z", "hostId": "4dd3396a9c29b7cb0d31285dfde9c3699bb9ae613a27f08d914a9c64", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst", "created": "2018-12-12T15:48:17Z", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:48:27,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 used request id req-c73fb677-5037-434c-84df-980bf1da09b9 2018-12-12 15:48:27,806 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst] is - ACTIVE 2018-12-12 15:48:27,806 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:48:30,810 - create_instance - DEBUG - VM status query timeout in 296.75217104 2018-12-12 15:48:30,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689756416031a507867e74d9322bdf0b38718fa3" 2018-12-12 15:48:30,869 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-b78436b9-f297-40ad-ac38-46918ba1713a x-compute-request-id: req-b78436b9-f297-40ad-ac38-46918ba1713a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 94b77468-fd2c-4325-b87e-388e75cf07f1 could not be found.", "code": 404}} 2018-12-12 15:48:30,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/94b77468-fd2c-4325-b87e-388e75cf07f1 used request id req-b78436b9-f297-40ad-ac38-46918ba1713a 2018-12-12 15:48:30,870 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 94b77468-fd2c-4325-b87e-388e75cf07f1 could not be found. (HTTP 404) (Request-ID: req-b78436b9-f297-40ad-ac38-46918ba1713a) 2018-12-12 15:48:30,870 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-inst 2018-12-12 15:48:30,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/64b51cca-202e-4340-a4af-56288d25239b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d683562cc27704825141a2d822fc41e70686aa41" 2018-12-12 15:48:30,959 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-dfe0d96f-1635-4517-bbad-042e87479ba9 x-compute-request-id: req-dfe0d96f-1635-4517-bbad-042e87479ba9 Content-Length: 0 Content-Type: application/json 2018-12-12 15:48:30,959 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/64b51cca-202e-4340-a4af-56288d25239b used request id req-dfe0d96f-1635-4517-bbad-042e87479ba9 2018-12-12 15:48:30,960 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet 2018-12-12 15:48:30,960 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-subnet 2018-12-12 15:48:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/0e443366-ac21-4273-b5ec-f246da6a5367 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" 2018-12-12 15:48:33,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7249bc05-71a4-4d4f-bbbb-0412d18935a4 Date: Wed, 12 Dec 2018 15:48:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:48:33,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/0e443366-ac21-4273-b5ec-f246da6a5367 used request id req-7249bc05-71a4-4d4f-bbbb-0412d18935a4 2018-12-12 15:48:33,208 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-pub-net 2018-12-12 15:48:33,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/f19b9736-cc40-404f-99ec-dbf77d2b8b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6af72603707cd9384505aaea618bc37b7dae8753" 2018-12-12 15:48:34,461 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4082df4e-5d5d-4949-bb6f-3e7f0f955c79 Date: Wed, 12 Dec 2018 15:48:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:48:34,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f19b9736-cc40-404f-99ec-dbf77d2b8b2b used request id req-4082df4e-5d5d-4949-bb6f-3e7f0f955c79 2018-12-12 15:48:34,462 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-107c6161-b3b1-4bc0-aafb-a72af7906378-image 2018-12-12 15:48:34,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2650009b01ae84799cea1000fa4f53904c46593" 2018-12-12 15:48:36,063 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-596a9166-f467-4d7a-9ac1-b7c9527d27eb Date: Wed, 12 Dec 2018 15:48:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:48:36,064 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1addc218-bf27-4f86-9bbb-6235ae66c1ba used request id req-596a9166-f467-4d7a-9ac1-b7c9527d27eb 2018-12-12 15:48:36,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:36,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-88ab1e4a-041f-40bb-bed7-c0a8d64f319c Date: Wed, 12 Dec 2018 15:48:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "created_at": "2018-12-12T15:48:06Z", "updated_at": "2018-12-12T15:48:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:48:07Z", "revision_number": 0, "id": "117b238c-b10b-4e30-bab4-509dd0ac7d7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:48:07Z", "security_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4e9f98680384ba18149c6fc069a05f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:48:07Z", "revision_number": 0, "id": "16c14cc7-8f00-4fa0-8499-afa8222fcfb0", "remote_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "remote_ip_prefix": null, "created_at": "2018-12-12T15:48:07Z", "security_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4e9f98680384ba18149c6fc069a05f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:48:07Z", "revision_number": 0, "id": "bf4c2522-726f-4049-9337-ee75ae7e60ed", "remote_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "remote_ip_prefix": null, "created_at": "2018-12-12T15:48:07Z", "security_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4e9f98680384ba18149c6fc069a05f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:48:07Z", "revision_number": 0, "id": "c2db4ca7-2255-4d15-b2cb-2d5e14dbfa16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:48:07Z", "security_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4e9f98680384ba18149c6fc069a05f6"}], "revision_number": 4, "project_id": "f4e9f98680384ba18149c6fc069a05f6", "id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:48:36,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-88ab1e4a-041f-40bb-bed7-c0a8d64f319c 2018-12-12 15:48:36,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:36,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42cccfef-b1b0-4c24-a166-c0f1da4d911f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:48:36,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-42cccfef-b1b0-4c24-a166-c0f1da4d911f 2018-12-12 15:48:36,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:36,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8afd747d-2df2-4c04-8788-1b85183a88e8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6"}, "enabled": true, "id": "f4e9f98680384ba18149c6fc069a05f6", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj"}} 2018-12-12 15:48:36,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 used request id req-8afd747d-2df2-4c04-8788-1b85183a88e8 2018-12-12 15:48:36,461 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdfb1149-3c16-47c9-9a0b-93806d3d7471 2018-12-12 15:48:36,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cdfb1149-3c16-47c9-9a0b-93806d3d7471 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:36,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-17125a5f-f462-4f6a-9594-9f14feb79002 Date: Wed, 12 Dec 2018 15:48:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:48:07Z", "security_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "port_range_min": null, "revision_number": 0, "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "created_at": "2018-12-12T15:48:07Z", "project_id": "f4e9f98680384ba18149c6fc069a05f6", "id": "117b238c-b10b-4e30-bab4-509dd0ac7d7c"}, {"remote_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:48:07Z", "security_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "port_range_min": null, "revision_number": 0, "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "created_at": "2018-12-12T15:48:07Z", "project_id": "f4e9f98680384ba18149c6fc069a05f6", "id": "16c14cc7-8f00-4fa0-8499-afa8222fcfb0"}, {"remote_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:48:07Z", "security_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "port_range_min": null, "revision_number": 0, "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "created_at": "2018-12-12T15:48:07Z", "project_id": "f4e9f98680384ba18149c6fc069a05f6", "id": "bf4c2522-726f-4049-9337-ee75ae7e60ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:48:07Z", "security_group_id": "cdfb1149-3c16-47c9-9a0b-93806d3d7471", "port_range_min": null, "revision_number": 0, "tenant_id": "f4e9f98680384ba18149c6fc069a05f6", "created_at": "2018-12-12T15:48:07Z", "project_id": "f4e9f98680384ba18149c6fc069a05f6", "id": "c2db4ca7-2255-4d15-b2cb-2d5e14dbfa16"}]} 2018-12-12 15:48:36,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cdfb1149-3c16-47c9-9a0b-93806d3d7471 used request id req-17125a5f-f462-4f6a-9594-9f14feb79002 2018-12-12 15:48:36,649 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:48:36,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/cdfb1149-3c16-47c9-9a0b-93806d3d7471 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:36,988 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-350f4df4-1c7f-493d-a4bd-e18b0c549b39 Content-Length: 0 Date: Wed, 12 Dec 2018 15:48:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:48:36,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/cdfb1149-3c16-47c9-9a0b-93806d3d7471 used request id req-350f4df4-1c7f-493d-a4bd-e18b0c549b39 2018-12-12 15:48:36,989 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj 2018-12-12 15:48:36,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:37,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:48:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3fb7938-0067-444b-a385-144ee767ed5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:48:37,306 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f4e9f98680384ba18149c6fc069a05f6 used request id req-c3fb7938-0067-444b-a385-144ee767ed5a 2018-12-12 15:48:37,306 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-proj-role 2018-12-12 15:48:37,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/260b560d04a540139b26f8c382aa1adc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:37,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:48:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2b542f7-3257-49ea-946b-e367ac885f0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:48:37,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/260b560d04a540139b26f8c382aa1adc used request id req-c2b542f7-3257-49ea-946b-e367ac885f0e 2018-12-12 15:48:37,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6a0c34e89edc2453bf631485fecec49af4b0bd" 2018-12-12 15:48:37,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-843d3a62-cd1b-4ab6-b23e-a8b5ebd22a41 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:48:37,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-843d3a62-cd1b-4ab6-b23e-a8b5ebd22a41 2018-12-12 15:48:37,512 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-791a8aae-1f8c-4ca-user 2018-12-12 15:48:37,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e35fe0e5a8bc4845a2ecf2d82e674af1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c69f3b0df00f551f30bc445a62ce5c8f0e950d4" 2018-12-12 15:48:37,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:48:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b9ed1b0-878e-41fd-9284-dc629271abb8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:48:37,709 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e35fe0e5a8bc4845a2ecf2d82e674af1 used request id req-8b9ed1b0-878e-41fd-9284-dc629271abb8 2018-12-12 15:48:37,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:38,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:48:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["xmsg7FtjTkWcLBWhx_UmUg"], "issued_at": "2018-12-12T15:48:38.000000Z"}} 2018-12-12 15:48:38,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}958d1cf7ae1e8fe80c96a9baf4a28f186cc7f6c7" 2018-12-12 15:48:38,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07e1555-6c21-45fd-8839-d40403a3874f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:38,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d07e1555-6c21-45fd-8839-d40403a3874f 2018-12-12 15:48:38,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:38,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:38,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:48:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["UzuKn85zTsqz4-yrClH1FQ"], "issued_at": "2018-12-12T15:48:38.000000Z"}} 2018-12-12 15:48:38,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:48:38,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be348b76-a52d-4146-9446-8f84cb80fed5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:38,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-be348b76-a52d-4146-9446-8f84cb80fed5 2018-12-12 15:48:38,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:48:38,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:48: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:48:38,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:48:38,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc51fa4-0045-4b94-8c2a-25d923855c0f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:48:38,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj used request id req-9bc51fa4-0045-4b94-8c2a-25d923855c0f 2018-12-12 15:48:38,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:48:38,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6015d0-032e-43dd-a2c3-f49a8b3e728b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:48:38,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cc6015d0-032e-43dd-a2c3-f49a8b3e728b 2018-12-12 15:48:38,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}}' 2018-12-12 15:48:38,955 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa310593-266d-497d-ab42-57115ed58bdc Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}} 2018-12-12 15:48:38,955 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-fa310593-266d-497d-ab42-57115ed58bdc 2018-12-12 15:48:38,956 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj 2018-12-12 15:48:38,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:38,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:39,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:48:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["KEiAjhevQYKybKafoJLpyQ"], "issued_at": "2018-12-12T15:48:39.000000Z"}} 2018-12-12 15:48:39,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1748d33905acc80ca0aa16715e07ffabeae2ea97" 2018-12-12 15:48:39,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd2020f-b6df-4836-aa28-ecdb5b3791b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:39,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9cd2020f-b6df-4836-aa28-ecdb5b3791b6 2018-12-12 15:48:39,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:48:39,365 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:48:39,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1748d33905acc80ca0aa16715e07ffabeae2ea97" 2018-12-12 15:48:39,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec56c7b-c06b-4cc4-891a-05c0c638b8cf Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:48:39,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dec56c7b-c06b-4cc4-891a-05c0c638b8cf 2018-12-12 15:48:39,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1748d33905acc80ca0aa16715e07ffabeae2ea97" 2018-12-12 15:48:39,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6718c088-f58c-4705-b1c9-7246e4ac231f Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}]} 2018-12-12 15:48:39,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj used request id req-6718c088-f58c-4705-b1c9-7246e4ac231f 2018-12-12 15:48:39,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1748d33905acc80ca0aa16715e07ffabeae2ea97" 2018-12-12 15:48:39,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcc479f7-623e-43e5-9079-4f6e588525d1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:48:39,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bcc479f7-623e-43e5-9079-4f6e588525d1 2018-12-12 15:48:39,968 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-22b841e5-6fa1-473-user 2018-12-12 15:48:39,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:39,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:48:40,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f42a74-d6cc-4fc8-b7c8-b91eefa48698 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:48:40,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-27f42a74-d6cc-4fc8-b7c8-b91eefa48698 2018-12-12 15:48:40,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" -d '{"role": {"name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role"}}' 2018-12-12 15:48:40,183 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ce3ead9-bae7-46e8-8792-433575d370ba Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ffa11b9330f4100a1d2f199b8429f14", "links": {"self": "http://172.30.9.29:5000/v3/roles/5ffa11b9330f4100a1d2f199b8429f14"}, "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role"}} 2018-12-12 15:48:40,183 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5ce3ead9-bae7-46e8-8792-433575d370ba 2018-12-12 15:48:40,183 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role 2018-12-12 15:48:40,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/5ffa11b9330f4100a1d2f199b8429f14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:48:40,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-618b9df7-5546-46d9-ba2b-f198a923a296 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/5ffa11b9330f4100a1d2f199b8429f14"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role", "id": "5ffa11b9330f4100a1d2f199b8429f14"}} 2018-12-12 15:48:40,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/5ffa11b9330f4100a1d2f199b8429f14 used request id req-618b9df7-5546-46d9-ba2b-f198a923a296 2018-12-12 15:48:40,275 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role to project CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj 2018-12-12 15:48:40,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580/users/63d7b86054c54922bb8c2f07de1c284a/roles/5ffa11b9330f4100a1d2f199b8429f14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:48:40,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea013c97-cf93-4b9e-a6c1-013ef1836a9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:48:40,394 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580/users/63d7b86054c54922bb8c2f07de1c284a/roles/5ffa11b9330f4100a1d2f199b8429f14 used request id req-ea013c97-cf93-4b9e-a6c1-013ef1836a9d 2018-12-12 15:48:40,395 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:48:40,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:40,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:40,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ffa11b9330f4100a1d2f199b8429f14", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role"}], "expires_at": "2018-12-12T16:48:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9232843bf040498b929265e5096ee580", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-user", "id": "63d7b86054c54922bb8c2f07de1c284a"}, "audit_ids": ["KQoY5XVeQQ-PFpA8PYHoIQ"], "issued_at": "2018-12-12T15:48:40.000000Z"}} 2018-12-12 15:48:40,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" 2018-12-12 15:48:40,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7237e942-0439-4f6c-87bc-a200cd79a3b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:40,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7237e942-0439-4f6c-87bc-a200cd79a3b6 2018-12-12 15:48:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" 2018-12-12 15:48:41,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-4c3d82ee-a031-4570-a148-0ca7e11b8d77 Date: Wed, 12 Dec 2018 15:48:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image"} 2018-12-12 15:48:41,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image used request id req-4c3d82ee-a031-4570-a148-0ca7e11b8d77 2018-12-12 15:48:41,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" 2018-12-12 15:48:41,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ed9216dc-0e53-4ae9-afb1-62bbdc39cb9c Date: Wed, 12 Dec 2018 15:48:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:48:41,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ed9216dc-0e53-4ae9-afb1-62bbdc39cb9c 2018-12-12 15:48:41,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image"}' 2018-12-12 15:48:41,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956 X-Openstack-Request-Id: req-091b7acd-be2a-45a8-ad97-5b6b95fd669d Date: Wed, 12 Dec 2018 15:48:41 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:48:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:48:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/8e125923-4d1d-4923-8284-faf4df948956", "min_disk": 0, "protected": false, "id": "8e125923-4d1d-4923-8284-faf4df948956", "file": "/v2/images/8e125923-4d1d-4923-8284-faf4df948956/file", "checksum": null, "owner": "9232843bf040498b929265e5096ee580", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:48:41,412 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-091b7acd-be2a-45a8-ad97-5b6b95fd669d 2018-12-12 15:48:41,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" -d '' 2018-12-12 15:48:43,409 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4344cfdf-c95a-49cb-ba55-83b36373fd81 Date: Wed, 12 Dec 2018 15:48:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:48:43,409 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956/file used request id req-4344cfdf-c95a-49cb-ba55-83b36373fd81 2018-12-12 15:48:43,410 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:48:43,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" 2018-12-12 15:48:43,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d3559e67-4487-4b09-988b-cd753ef46809 Date: Wed, 12 Dec 2018 15:48:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:48:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:48:43Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8e125923-4d1d-4923-8284-faf4df948956/snap", "metadata": {}}], "self": "/v2/images/8e125923-4d1d-4923-8284-faf4df948956", "min_disk": 0, "protected": false, "id": "8e125923-4d1d-4923-8284-faf4df948956", "file": "/v2/images/8e125923-4d1d-4923-8284-faf4df948956/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9232843bf040498b929265e5096ee580", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8e125923-4d1d-4923-8284-faf4df948956/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:48:43,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956 used request id req-d3559e67-4487-4b09-988b-cd753ef46809 2018-12-12 15:48:43,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" 2018-12-12 15:48:43,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c477632-7cb7-4e8b-9a4b-c897e3081664 Date: Wed, 12 Dec 2018 15:48:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:48:43,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9c477632-7cb7-4e8b-9a4b-c897e3081664 2018-12-12 15:48:43,743 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image 2018-12-12 15:48:43,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" 2018-12-12 15:48:43,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-52b84cb3-737c-485f-81c0-5f1dc2d51d3f Date: Wed, 12 Dec 2018 15:48:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:48:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:48:43Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8e125923-4d1d-4923-8284-faf4df948956/snap", "metadata": {}}], "self": "/v2/images/8e125923-4d1d-4923-8284-faf4df948956", "min_disk": 0, "protected": false, "id": "8e125923-4d1d-4923-8284-faf4df948956", "file": "/v2/images/8e125923-4d1d-4923-8284-faf4df948956/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9232843bf040498b929265e5096ee580", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8e125923-4d1d-4923-8284-faf4df948956/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:48:43,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956 used request id req-52b84cb3-737c-485f-81c0-5f1dc2d51d3f 2018-12-12 15:48:43,911 - create_image - DEBUG - Instance status is - active 2018-12-12 15:48:43,911 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image 2018-12-12 15:48:43,911 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image 2018-12-12 15:48:43,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:43,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:44,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ffa11b9330f4100a1d2f199b8429f14", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role"}], "expires_at": "2018-12-12T16:48:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9232843bf040498b929265e5096ee580", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-user", "id": "63d7b86054c54922bb8c2f07de1c284a"}, "audit_ids": ["jYt4DVjBRvCAzfPvyag2ew"], "issued_at": "2018-12-12T15:48:44.000000Z"}} 2018-12-12 15:48:44,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" 2018-12-12 15:48:44,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2dfff4-82c9-4e06-af1a-93ece345f091 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:44,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3e2dfff4-82c9-4e06-af1a-93ece345f091 2018-12-12 15:48:44,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" 2018-12-12 15:48:44,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-db0b9ee7-e24d-4fdc-913f-104094b5833a Date: Wed, 12 Dec 2018 15:48:44 GMT RESP BODY: {"networks":[]} 2018-12-12 15:48:44,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-net used request id req-db0b9ee7-e24d-4fdc-913f-104094b5833a 2018-12-12 15:48:44,552 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-net 2018-12-12 15:48:44,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" -d '{"network": {"name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-net", "admin_state_up": true}}' 2018-12-12 15:48:45,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-2bba0840-b653-4c5c-a6d4-05678bedcb68 Date: Wed, 12 Dec 2018 15:48:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ca8f36d0-2b02-4ed8-abb9-2aa00a20870b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:48:44Z","is_default":false,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:44Z","mtu":1450}} 2018-12-12 15:48:45,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-2bba0840-b653-4c5c-a6d4-05678bedcb68 2018-12-12 15:48:45,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ca8f36d0-2b02-4ed8-abb9-2aa00a20870b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" 2018-12-12 15:48:45,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8f50a74f-6858-470d-8dd4-490745a99c53 Date: Wed, 12 Dec 2018 15:48: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-12-12T15:48:44Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"ca8f36d0-2b02-4ed8-abb9-2aa00a20870b","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-net"}]} 2018-12-12 15:48:45,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ca8f36d0-2b02-4ed8-abb9-2aa00a20870b used request id req-8f50a74f-6858-470d-8dd4-490745a99c53 2018-12-12 15:48:45,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ca8f36d0-2b02-4ed8-abb9-2aa00a20870b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" 2018-12-12 15:48:45,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-826c2010-312e-4117-afa6-82a53748de9f Date: Wed, 12 Dec 2018 15:48:45 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:48:45,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ca8f36d0-2b02-4ed8-abb9-2aa00a20870b used request id req-826c2010-312e-4117-afa6-82a53748de9f 2018-12-12 15:48:45,555 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-subnet 2018-12-12 15:48:45,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" -d '{"subnets": [{"ip_version": 4, "network_id": "ca8f36d0-2b02-4ed8-abb9-2aa00a20870b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-subnet"}]}' 2018-12-12 15:48:46,234 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-02c0c644-951e-4191-998f-ebe852eaf2eb Date: Wed, 12 Dec 2018 15:48:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca8f36d0-2b02-4ed8-abb9-2aa00a20870b","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48: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":"9232843bf040498b929265e5096ee580","id":"9b064519-3622-410a-9b08-9b5467ee01f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-subnet"}]} 2018-12-12 15:48:46,235 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-02c0c644-951e-4191-998f-ebe852eaf2eb 2018-12-12 15:48:46,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ca8f36d0-2b02-4ed8-abb9-2aa00a20870b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" 2018-12-12 15:48:46,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a94ed9a7-a07a-48d1-a1fb-954b256b29a1 Date: Wed, 12 Dec 2018 15:48: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":["9b064519-3622-410a-9b08-9b5467ee01f8"],"updated_at":"2018-12-12T15:48:45Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"ca8f36d0-2b02-4ed8-abb9-2aa00a20870b","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-net"}]} 2018-12-12 15:48:46,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ca8f36d0-2b02-4ed8-abb9-2aa00a20870b used request id req-a94ed9a7-a07a-48d1-a1fb-954b256b29a1 2018-12-12 15:48:46,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ca8f36d0-2b02-4ed8-abb9-2aa00a20870b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" 2018-12-12 15:48:46,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b79b691e-1bc9-4b51-9510-014404c375fb Date: Wed, 12 Dec 2018 15:48:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca8f36d0-2b02-4ed8-abb9-2aa00a20870b","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:45Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48: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":"9232843bf040498b929265e5096ee580","id":"9b064519-3622-410a-9b08-9b5467ee01f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-subnet"}]} 2018-12-12 15:48:46,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ca8f36d0-2b02-4ed8-abb9-2aa00a20870b used request id req-b79b691e-1bc9-4b51-9510-014404c375fb 2018-12-12 15:48:46,567 - OpenStackNetwork - DEBUG - Network [ca8f36d0-2b02-4ed8-abb9-2aa00a20870b] created successfully 2018-12-12 15:48:46,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:46,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:46,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:48:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["-nru_Rr8RCCL-Uyk2Liz0g"], "issued_at": "2018-12-12T15:48:46.000000Z"}} 2018-12-12 15:48:46,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f1bd918090183252eb3d99149cad98ae303e81d" 2018-12-12 15:48:47,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43dd12c7-b9c3-4a42-babb-6763057a6ccd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:47,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-43dd12c7-b9c3-4a42-babb-6763057a6ccd 2018-12-12 15:48:47,053 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:48:47,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f1bd918090183252eb3d99149cad98ae303e81d" 2018-12-12 15:48:47,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82f273c8-fddc-4aa9-872e-437b428193c4 x-compute-request-id: req-82f273c8-fddc-4aa9-872e-437b428193c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:48:47,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-82f273c8-fddc-4aa9-872e-437b428193c4 2018-12-12 15:48:47,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f1bd918090183252eb3d99149cad98ae303e81d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:48:47,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-2b61df22-c3ba-4c8b-8610-ba5c5e96e44e x-compute-request-id: req-2b61df22-c3ba-4c8b-8610-ba5c5e96e44e Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:48:47,284 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2b61df22-c3ba-4c8b-8610-ba5c5e96e44e 2018-12-12 15:48:47,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:47,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:47,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ffa11b9330f4100a1d2f199b8429f14", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role"}], "expires_at": "2018-12-12T16:48:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9232843bf040498b929265e5096ee580", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-user", "id": "63d7b86054c54922bb8c2f07de1c284a"}, "audit_ids": ["LQoqGKroSOeHEFqoFiqUuQ"], "issued_at": "2018-12-12T15:48:47.000000Z"}} 2018-12-12 15:48:47,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:48:47,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92051773-2604-4c54-9332-0bd467d3d1c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:47,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-92051773-2604-4c54-9332-0bd467d3d1c7 2018-12-12 15:48:47,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:48:47,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e36c0761-1783-4d55-a185-3676cc761b9b Date: Wed, 12 Dec 2018 15:48:47 GMT RESP BODY: {"networks":[]} 2018-12-12 15:48:47,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 used request id req-e36c0761-1783-4d55-a185-3676cc761b9b 2018-12-12 15:48:47,918 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 2018-12-12 15:48:47,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" -d '{"network": {"name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2", "admin_state_up": true}}' 2018-12-12 15:48:48,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-cd16e108-3a7b-44ed-b2ad-71ad4abc9d0e Date: Wed, 12 Dec 2018 15:48:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f401b52e-8fba-412e-ad9f-1c5619c89890","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:48:48Z","is_default":false,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","mtu":1450}} 2018-12-12 15:48:48,319 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-cd16e108-3a7b-44ed-b2ad-71ad4abc9d0e 2018-12-12 15:48:48,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:48:48,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-c712288e-09db-48d3-aaa7-45acca3ea09a Date: Wed, 12 Dec 2018 15:48: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-12-12T15:48:48Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"f401b52e-8fba-412e-ad9f-1c5619c89890","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2"}]} 2018-12-12 15:48:48,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-c712288e-09db-48d3-aaa7-45acca3ea09a 2018-12-12 15:48:48,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:48:48,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5d86c2e5-d2ad-46cb-b3c1-11b0070a5ec6 Date: Wed, 12 Dec 2018 15:48:48 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:48:48,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-5d86c2e5-d2ad-46cb-b3c1-11b0070a5ec6 2018-12-12 15:48:48,762 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1 2018-12-12 15:48:48,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" -d '{"subnets": [{"ip_version": 4, "network_id": "f401b52e-8fba-412e-ad9f-1c5619c89890", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"}]}' 2018-12-12 15:48:49,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d5a629d8-8184-402f-b834-43668925bd3a Date: Wed, 12 Dec 2018 15:48:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"}]} 2018-12-12 15:48:49,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d5a629d8-8184-402f-b834-43668925bd3a 2018-12-12 15:48:49,451 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2 2018-12-12 15:48:49,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" -d '{"subnets": [{"ip_version": 4, "network_id": "f401b52e-8fba-412e-ad9f-1c5619c89890", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]}' 2018-12-12 15:48:50,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f2a56970-a3b0-401a-9a83-fa9c5fd0a83e Date: Wed, 12 Dec 2018 15:48:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:48:50,073 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-f2a56970-a3b0-401a-9a83-fa9c5fd0a83e 2018-12-12 15:48:50,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:48:50,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c56db43c-47eb-4b45-811e-256214b7a869 Date: Wed, 12 Dec 2018 15:48:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18aefb1f-433c-414a-be30-65550bbfe8b3","4fdb5923-4d50-4cfd-a6d7-ec15d445be09"],"updated_at":"2018-12-12T15:48:49Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"f401b52e-8fba-412e-ad9f-1c5619c89890","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2"}]} 2018-12-12 15:48:50,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-c56db43c-47eb-4b45-811e-256214b7a869 2018-12-12 15:48:50,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:48:50,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3b0b12ae-1a47-4cb5-b0dd-f3d8103ddf8b Date: Wed, 12 Dec 2018 15:48:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:48:50,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-3b0b12ae-1a47-4cb5-b0dd-f3d8103ddf8b 2018-12-12 15:48:50,555 - OpenStackNetwork - DEBUG - Network [f401b52e-8fba-412e-ad9f-1c5619c89890] created successfully 2018-12-12 15:48:50,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:50,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:50,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ffa11b9330f4100a1d2f199b8429f14", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role"}], "expires_at": "2018-12-12T16:48:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9232843bf040498b929265e5096ee580", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-user", "id": "63d7b86054c54922bb8c2f07de1c284a"}, "audit_ids": ["QsnkprgiSiCuYtbVkRBTLQ"], "issued_at": "2018-12-12T15:48:50.000000Z"}} 2018-12-12 15:48:50,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:50,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-127899de-84a1-4259-b913-95bb28b7628c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:50,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-127899de-84a1-4259-b913-95bb28b7628c 2018-12-12 15:48:50,999 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:48:51,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:51,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe05982-beb2-4526-910d-65d1b9011b3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:51,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ebe05982-beb2-4526-910d-65d1b9011b3a 2018-12-12 15:48:51,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:51,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-e74ab7e8-f8ee-402a-9b6c-8d9db61c7b1d Date: Wed, 12 Dec 2018 15:48: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":["18aefb1f-433c-414a-be30-65550bbfe8b3","4fdb5923-4d50-4cfd-a6d7-ec15d445be09"],"updated_at":"2018-12-12T15:48:49Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"f401b52e-8fba-412e-ad9f-1c5619c89890","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2"}]} 2018-12-12 15:48:51,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 used request id req-e74ab7e8-f8ee-402a-9b6c-8d9db61c7b1d 2018-12-12 15:48:51,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:48:51,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:48: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:48:51,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:51,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042c17df-4961-4cd2-909e-7ec296489758 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}} 2018-12-12 15:48:51,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 used request id req-042c17df-4961-4cd2-909e-7ec296489758 2018-12-12 15:48:51,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:51,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-186d1e5f-0cab-47cb-ac26-ac0809280314 Date: Wed, 12 Dec 2018 15:48:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:48:51,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-186d1e5f-0cab-47cb-ac26-ac0809280314 2018-12-12 15:48:51,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:51,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2e2703c2-f886-4360-800f-26f6c6ee09f4 Date: Wed, 12 Dec 2018 15:48:51 GMT RESP BODY: {"ports":[]} 2018-12-12 15:48:51,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1&admin_state_up=True used request id req-2e2703c2-f886-4360-800f-26f6c6ee09f4 2018-12-12 15:48:51,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:52,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-f856e90e-5612-4883-b6e5-a9bf49c8b5e9 x-compute-request-id: req-f856e90e-5612-4883-b6e5-a9bf49c8b5e9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:48:52,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst used request id req-f856e90e-5612-4883-b6e5-a9bf49c8b5e9 2018-12-12 15:48:52,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:52,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-103ceb9d-536e-433b-b4d9-7cc55193d182 Date: Wed, 12 Dec 2018 15:48:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["18aefb1f-433c-414a-be30-65550bbfe8b3","4fdb5923-4d50-4cfd-a6d7-ec15d445be09"],"updated_at":"2018-12-12T15:48:49Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"f401b52e-8fba-412e-ad9f-1c5619c89890","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2"}]} 2018-12-12 15:48:52,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 used request id req-103ceb9d-536e-433b-b4d9-7cc55193d182 2018-12-12 15:48:52,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:52,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a23c1d4-5961-4816-8089-083bae93715b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}} 2018-12-12 15:48:52,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 used request id req-1a23c1d4-5961-4816-8089-083bae93715b 2018-12-12 15:48:52,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:52,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-e09fde49-25ca-42bb-a59e-4f279019ec6d Date: Wed, 12 Dec 2018 15:48:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:48:52,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-e09fde49-25ca-42bb-a59e-4f279019ec6d 2018-12-12 15:48:52,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:52,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-136b7fa7-34dc-4676-9362-c9d7bf6ae496 Date: Wed, 12 Dec 2018 15:48:52 GMT RESP BODY: {"ports":[]} 2018-12-12 15:48:52,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1&admin_state_up=True used request id req-136b7fa7-34dc-4676-9362-c9d7bf6ae496 2018-12-12 15:48:52,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:48:52,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:48:53,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ffa11b9330f4100a1d2f199b8429f14", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role"}], "expires_at": "2018-12-12T16:48:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9232843bf040498b929265e5096ee580", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9232843bf040498b929265e5096ee580", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9232843bf040498b929265e5096ee580", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-user", "id": "63d7b86054c54922bb8c2f07de1c284a"}, "audit_ids": ["lU6trBxkSd-BUq-mbqsnwA"], "issued_at": "2018-12-12T15:48:53.000000Z"}} 2018-12-12 15:48:53,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71c65af43322b1313a1aad8aad3afd507702181" 2018-12-12 15:48:53,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e28c4a69-1871-4aad-9f0f-aa871fffcad9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:48:53,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e28c4a69-1871-4aad-9f0f-aa871fffcad9 2018-12-12 15:48:53,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:53,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5fcaac96-0c39-4bf8-a349-b5b74df5a6e5 Date: Wed, 12 Dec 2018 15:48: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":["18aefb1f-433c-414a-be30-65550bbfe8b3","4fdb5923-4d50-4cfd-a6d7-ec15d445be09"],"updated_at":"2018-12-12T15:48:49Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"f401b52e-8fba-412e-ad9f-1c5619c89890","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2"}]} 2018-12-12 15:48:53,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 used request id req-5fcaac96-0c39-4bf8-a349-b5b74df5a6e5 2018-12-12 15:48:53,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:53,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-89594267-a138-491d-8cd0-ec3aa604ce61 Date: Wed, 12 Dec 2018 15:48:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:48:53,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-89594267-a138-491d-8cd0-ec3aa604ce61 2018-12-12 15:48:53,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:54,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-97e1bb4d-230f-46b5-b749-d1482317ff21 Date: Wed, 12 Dec 2018 15:48: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":["18aefb1f-433c-414a-be30-65550bbfe8b3","4fdb5923-4d50-4cfd-a6d7-ec15d445be09"],"updated_at":"2018-12-12T15:48:49Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"f401b52e-8fba-412e-ad9f-1c5619c89890","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2"}]} 2018-12-12 15:48:54,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 used request id req-97e1bb4d-230f-46b5-b749-d1482317ff21 2018-12-12 15:48:54,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:48:54,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:48: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:48:54,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71c65af43322b1313a1aad8aad3afd507702181" 2018-12-12 15:48:54,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00469fd0-b454-49dd-b137-f7a7ca9de3bb Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}} 2018-12-12 15:48:54,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 used request id req-00469fd0-b454-49dd-b137-f7a7ca9de3bb 2018-12-12 15:48:54,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:54,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-dafd49be-2944-443c-b721-0d2aafdf14cf Date: Wed, 12 Dec 2018 15:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:48:54,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-dafd49be-2944-443c-b721-0d2aafdf14cf 2018-12-12 15:48:54,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:54,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-702c6c1e-ddfc-4365-b6db-6ac2d97eb14b Date: Wed, 12 Dec 2018 15:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"}]} 2018-12-12 15:48:54,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1 used request id req-702c6c1e-ddfc-4365-b6db-6ac2d97eb14b 2018-12-12 15:48:54,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:54,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9f2c71d2-c295-482e-9ca4-3915c6366d41 Date: Wed, 12 Dec 2018 15:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:48:54,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2 used request id req-9f2c71d2-c295-482e-9ca4-3915c6366d41 2018-12-12 15:48:54,716 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 2018-12-12 15:48:54,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" -d '{"port": {"network_id": "f401b52e-8fba-412e-ad9f-1c5619c89890", "fixed_ips": [{"subnet_id": "18aefb1f-433c-414a-be30-65550bbfe8b3", "ip_address": "10.55.0.101"}, {"subnet_id": "4fdb5923-4d50-4cfd-a6d7-ec15d445be09", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1", "admin_state_up": true}}' 2018-12-12 15:48:56,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-9ebed09a-1076-4477-8543-1d49ed833c52 Date: Wed, 12 Dec 2018 15:48:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:55Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18aefb1f-433c-414a-be30-65550bbfe8b3","ip_address":"10.55.0.101"},{"subnet_id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","ip_address":"10.65.0.101"}],"id":"11ee9308-e4c1-4fc1-83ea-e4352f552452","security_groups":["23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9"],"mac_address":"fa:16:3e:ab:1d:c8","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1","project_id":"9232843bf040498b929265e5096ee580","qos_policy_id":null,"admin_state_up":true,"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:55Z","binding:vnic_type":"normal"}} 2018-12-12 15:48:56,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-9ebed09a-1076-4477-8543-1d49ed833c52 2018-12-12 15:48:56,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:56,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-ab565b44-0680-4fff-989e-c1db7aad2be0 Date: Wed, 12 Dec 2018 15:48: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":["4fdb5923-4d50-4cfd-a6d7-ec15d445be09","18aefb1f-433c-414a-be30-65550bbfe8b3"],"updated_at":"2018-12-12T15:48:49Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"f401b52e-8fba-412e-ad9f-1c5619c89890","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2"}]} 2018-12-12 15:48:56,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 used request id req-ab565b44-0680-4fff-989e-c1db7aad2be0 2018-12-12 15:48:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:56,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2d048a5-0725-4c50-ac39-523e01cfbe0e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}} 2018-12-12 15:48:56,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 used request id req-a2d048a5-0725-4c50-ac39-523e01cfbe0e 2018-12-12 15:48:56,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:56,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-6a7e7846-04d2-4eae-8ddf-18d12fb6bfd6 Date: Wed, 12 Dec 2018 15:48:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:48:56,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-6a7e7846-04d2-4eae-8ddf-18d12fb6bfd6 2018-12-12 15:48:56,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:56,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-5a1981d0-2778-4ea1-b4a9-6f8d39f4351d Date: Wed, 12 Dec 2018 15:48:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:55Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18aefb1f-433c-414a-be30-65550bbfe8b3","ip_address":"10.55.0.101"},{"subnet_id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","ip_address":"10.65.0.101"}],"id":"11ee9308-e4c1-4fc1-83ea-e4352f552452","security_groups":["23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9"],"mac_address":"fa:16:3e:ab:1d:c8","project_id":"9232843bf040498b929265e5096ee580","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1","admin_state_up":true,"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:55Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:48:56,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1&admin_state_up=True used request id req-5a1981d0-2778-4ea1-b4a9-6f8d39f4351d 2018-12-12 15:48:56,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:56,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5d02c10-dc02-4542-b7a9-a175efa3cfd2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}} 2018-12-12 15:48:56,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 used request id req-b5d02c10-dc02-4542-b7a9-a175efa3cfd2 2018-12-12 15:48:56,984 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst 2018-12-12 15:48:56,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:57,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48: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-027f0f19-5800-4b02-9bbc-6b75a5768540 x-compute-request-id: req-027f0f19-5800-4b02-9bbc-6b75a5768540 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-flavor-name"}]} 2018-12-12 15:48:57,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-027f0f19-5800-4b02-9bbc-6b75a5768540 2018-12-12 15:48:57,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:57,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afb13010-b794-4b0f-a6ef-4551b233ec19 x-compute-request-id: req-afb13010-b794-4b0f-a6ef-4551b233ec19 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:48:57,039 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8 used request id req-afb13010-b794-4b0f-a6ef-4551b233ec19 2018-12-12 15:48:57,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:57,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-11f36075-8826-43a3-8724-121825e173ea Date: Wed, 12 Dec 2018 15:48:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:48:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:48:43Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8e125923-4d1d-4923-8284-faf4df948956/snap", "metadata": {}}], "self": "/v2/images/8e125923-4d1d-4923-8284-faf4df948956", "min_disk": 0, "protected": false, "id": "8e125923-4d1d-4923-8284-faf4df948956", "file": "/v2/images/8e125923-4d1d-4923-8284-faf4df948956/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9232843bf040498b929265e5096ee580", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8e125923-4d1d-4923-8284-faf4df948956/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image"} 2018-12-12 15:48:57,217 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image used request id req-11f36075-8826-43a3-8724-121825e173ea 2018-12-12 15:48:57,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:57,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8f34aa64-5fdd-4855-8205-04d9d4dbe44e Date: Wed, 12 Dec 2018 15:48:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:48:57,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-8f34aa64-5fdd-4855-8205-04d9d4dbe44e 2018-12-12 15:48:57,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" -d '{"server": {"name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst", "imageRef": "8e125923-4d1d-4923-8284-faf4df948956", "flavorRef": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "max_count": 1, "min_count": 1, "networks": [{"port": "11ee9308-e4c1-4fc1-83ea-e4352f552452"}]}}' 2018-12-12 15:48:59,016 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:48:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b168cc07-d13d-4f5f-850d-68b17ee0340c x-compute-request-id: req-b168cc07-d13d-4f5f-850d-68b17ee0340c Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "bookmark"}], "adminPass": "YgD6podaEs59"}} 2018-12-12 15:48:59,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-b168cc07-d13d-4f5f-850d-68b17ee0340c 2018-12-12 15:48:59,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:59,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af278888-a1ac-4891-9ad1-e3b0107b12ae x-compute-request-id: req-af278888-a1ac-4891-9ad1-e3b0107b12ae Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "bookmark"}], "image": {"id": "8e125923-4d1d-4923-8284-faf4df948956", "links": [{"href": "http://172.30.9.29:8774/images/8e125923-4d1d-4923-8284-faf4df948956", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "links": [{"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}]}, "id": "c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "user_id": "63d7b86054c54922bb8c2f07de1c284a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:48:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst", "created": "2018-12-12T15:48:58Z", "tenant_id": "9232843bf040498b929265e5096ee580", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:48:59,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd used request id req-af278888-a1ac-4891-9ad1-e3b0107b12ae 2018-12-12 15:48:59,390 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst 2018-12-12 15:48:59,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:48:59,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:48:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b653fa6-fadd-411a-8815-1db4c050ab9c x-compute-request-id: req-5b653fa6-fadd-411a-8815-1db4c050ab9c Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "bookmark"}], "image": {"id": "8e125923-4d1d-4923-8284-faf4df948956", "links": [{"href": "http://172.30.9.29:8774/images/8e125923-4d1d-4923-8284-faf4df948956", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "links": [{"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}]}, "id": "c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "user_id": "63d7b86054c54922bb8c2f07de1c284a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:48:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst", "created": "2018-12-12T15:48:58Z", "tenant_id": "9232843bf040498b929265e5096ee580", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:48:59,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd used request id req-5b653fa6-fadd-411a-8815-1db4c050ab9c 2018-12-12 15:48:59,634 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst] is - BUILD 2018-12-12 15:48:59,634 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:49:02,637 - create_instance - DEBUG - VM status query timeout in 896.752778053 2018-12-12 15:49:02,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:02,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2912269-2499-4934-af06-e6c20a314053 x-compute-request-id: req-a2912269-2499-4934-af06-e6c20a314053 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.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "bookmark"}], "image": {"id": "8e125923-4d1d-4923-8284-faf4df948956", "links": [{"href": "http://172.30.9.29:8774/images/8e125923-4d1d-4923-8284-faf4df948956", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "links": [{"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}]}, "id": "c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "security_groups": [{"name": "default"}], "user_id": "63d7b86054c54922bb8c2f07de1c284a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:48:59Z", "hostId": "12a409bab58583f70295228739075ddcfb405c8c3ccb1e26e0545a9d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst", "created": "2018-12-12T15:48:58Z", "tenant_id": "9232843bf040498b929265e5096ee580", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:02,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd used request id req-a2912269-2499-4934-af06-e6c20a314053 2018-12-12 15:49:02,973 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst] is - BUILD 2018-12-12 15:49:02,973 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:49:05,976 - create_instance - DEBUG - VM status query timeout in 893.413841963 2018-12-12 15:49:05,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:06,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49: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-47fe3b9a-d300-4ba7-96e9-16685d5aaba6 x-compute-request-id: req-47fe3b9a-d300-4ba7-96e9-16685d5aaba6 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:1d:c8", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:1d:c8", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "bookmark"}], "image": {"id": "8e125923-4d1d-4923-8284-faf4df948956", "links": [{"href": "http://172.30.9.29:8774/images/8e125923-4d1d-4923-8284-faf4df948956", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:04.000000", "flavor": {"id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "links": [{"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}]}, "id": "c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "security_groups": [{"name": "default"}], "user_id": "63d7b86054c54922bb8c2f07de1c284a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:05Z", "hostId": "12a409bab58583f70295228739075ddcfb405c8c3ccb1e26e0545a9d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst", "created": "2018-12-12T15:48:58Z", "tenant_id": "9232843bf040498b929265e5096ee580", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:06,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd used request id req-47fe3b9a-d300-4ba7-96e9-16685d5aaba6 2018-12-12 15:49:06,717 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst] is - ACTIVE 2018-12-12 15:49:06,717 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:49:06,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:07,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47533ae0-ddd0-4d54-9d15-779d381c428f x-compute-request-id: req-47533ae0-ddd0-4d54-9d15-779d381c428f Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:1d:c8", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:1d:c8", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "bookmark"}], "image": {"id": "8e125923-4d1d-4923-8284-faf4df948956", "links": [{"href": "http://172.30.9.29:8774/images/8e125923-4d1d-4923-8284-faf4df948956", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:04.000000", "flavor": {"id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "links": [{"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}]}, "id": "c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "security_groups": [{"name": "default"}], "user_id": "63d7b86054c54922bb8c2f07de1c284a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:05Z", "hostId": "12a409bab58583f70295228739075ddcfb405c8c3ccb1e26e0545a9d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst", "created": "2018-12-12T15:48:58Z", "tenant_id": "9232843bf040498b929265e5096ee580", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:07,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd used request id req-47533ae0-ddd0-4d54-9d15-779d381c428f 2018-12-12 15:49:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:07,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c46e8694-095f-4abf-8641-39e8ca6a7c6f Date: Wed, 12 Dec 2018 15:49: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":["4fdb5923-4d50-4cfd-a6d7-ec15d445be09","18aefb1f-433c-414a-be30-65550bbfe8b3"],"updated_at":"2018-12-12T15:48:49Z","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9232843bf040498b929265e5096ee580","id":"f401b52e-8fba-412e-ad9f-1c5619c89890","name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2"}]} 2018-12-12 15:49:07,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 used request id req-c46e8694-095f-4abf-8641-39e8ca6a7c6f 2018-12-12 15:49:07,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:07,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0bde763-4f30-41f9-b34f-6419e928c299 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}} 2018-12-12 15:49:07,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 used request id req-c0bde763-4f30-41f9-b34f-6419e928c299 2018-12-12 15:49:07,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:07,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-b8460e1c-fa3c-42c7-9db6-1a9b10f78725 Date: Wed, 12 Dec 2018 15:49:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9232843bf040498b929265e5096ee580","id":"18aefb1f-433c-414a-be30-65550bbfe8b3","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","dns_nameservers":[],"updated_at":"2018-12-12T15:48:49Z","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":"9232843bf040498b929265e5096ee580","id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2"}]} 2018-12-12 15:49:07,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-b8460e1c-fa3c-42c7-9db6-1a9b10f78725 2018-12-12 15:49:07,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:07,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-ab529e07-2c4a-4130-ac9d-29489099f2f7 Date: Wed, 12 Dec 2018 15:49:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"18aefb1f-433c-414a-be30-65550bbfe8b3","ip_address":"10.55.0.101"},{"subnet_id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","ip_address":"10.65.0.101"}],"id":"11ee9308-e4c1-4fc1-83ea-e4352f552452","security_groups":["23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9"],"mac_address":"fa:16:3e:ab:1d:c8","project_id":"9232843bf040498b929265e5096ee580","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1","admin_state_up":true,"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:55Z","binding:vnic_type":"normal","device_id":"c32adbfa-c754-4ea9-84eb-ff7244b1f5fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:53Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18aefb1f-433c-414a-be30-65550bbfe8b3","ip_address":"10.55.0.4"},{"subnet_id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","ip_address":"10.65.0.4"}],"id":"4297f309-023f-4aee-8f85-d0c37e8b205b","security_groups":[],"mac_address":"fa:16:3e:f5:55:ee","project_id":"9232843bf040498b929265e5096ee580","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f401b52e-8fba-412e-ad9f-1c5619c89890"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:52Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18aefb1f-433c-414a-be30-65550bbfe8b3","ip_address":"10.55.0.2"},{"subnet_id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","ip_address":"10.65.0.2"}],"id":"57fab757-962b-48b4-bd1f-fc565e5156cb","security_groups":[],"mac_address":"fa:16:3e:2d:69:66","project_id":"9232843bf040498b929265e5096ee580","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f401b52e-8fba-412e-ad9f-1c5619c89890"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:48:53Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"18aefb1f-433c-414a-be30-65550bbfe8b3","ip_address":"10.55.0.3"},{"subnet_id":"4fdb5923-4d50-4cfd-a6d7-ec15d445be09","ip_address":"10.65.0.3"}],"id":"c7dfd91b-8bf7-464c-b595-09517bfe91ae","security_groups":[],"mac_address":"fa:16:3e:19:c0:85","project_id":"9232843bf040498b929265e5096ee580","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f401b52e-8fba-412e-ad9f-1c5619c89890","tenant_id":"9232843bf040498b929265e5096ee580","created_at":"2018-12-12T15:48:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f401b52e-8fba-412e-ad9f-1c5619c89890"}]} 2018-12-12 15:49:07,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-ab529e07-2c4a-4130-ac9d-29489099f2f7 2018-12-12 15:49:07,902 - create_instance - INFO - Deleting Port with ID - 11ee9308-e4c1-4fc1-83ea-e4352f552452 2018-12-12 15:49:07,902 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211port-1 2018-12-12 15:49:07,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/11ee9308-e4c1-4fc1-83ea-e4352f552452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:08,824 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78550b80-90db-48d2-b9f1-6d4b63ecc725 Date: Wed, 12 Dec 2018 15:49:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:08,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/11ee9308-e4c1-4fc1-83ea-e4352f552452 used request id req-78550b80-90db-48d2-b9f1-6d4b63ecc725 2018-12-12 15:49:08,824 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst 2018-12-12 15:49:08,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:08,980 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:49:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-955f32d2-a1d3-4d98-bf61-1bf28cf23c18 x-compute-request-id: req-955f32d2-a1d3-4d98-bf61-1bf28cf23c18 Content-Type: application/json 2018-12-12 15:49:08,980 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd used request id req-955f32d2-a1d3-4d98-bf61-1bf28cf23c18 2018-12-12 15:49:08,981 - create_instance - INFO - Checking deletion status 2018-12-12 15:49:08,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:09,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be6d62d3-516a-4df9-86b4-fa623b7f09d3 x-compute-request-id: req-be6d62d3-516a-4df9-86b4-fa623b7f09d3 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:1d:c8", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:1d:c8", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "rel": "bookmark"}], "image": {"id": "8e125923-4d1d-4923-8284-faf4df948956", "links": [{"href": "http://172.30.9.29:8774/images/8e125923-4d1d-4923-8284-faf4df948956", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:04.000000", "flavor": {"id": "54cf88b8-0031-45fd-b0dc-0c6642c773a8", "links": [{"href": "http://172.30.9.29:8774/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8", "rel": "bookmark"}]}, "id": "c32adbfa-c754-4ea9-84eb-ff7244b1f5fd", "user_id": "63d7b86054c54922bb8c2f07de1c284a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:08Z", "hostId": "12a409bab58583f70295228739075ddcfb405c8c3ccb1e26e0545a9d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst", "created": "2018-12-12T15:48:58Z", "tenant_id": "9232843bf040498b929265e5096ee580", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:09,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd used request id req-be6d62d3-516a-4df9-86b4-fa623b7f09d3 2018-12-12 15:49:09,227 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst] is - ACTIVE 2018-12-12 15:49:09,228 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:49:12,231 - create_instance - DEBUG - VM status query timeout in 296.749957085 2018-12-12 15:49:12,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbdd24f2540fb6d89167eecfae10f2ad1b13b64" 2018-12-12 15:49:12,288 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:49: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-a9ca6bec-7afa-4ac5-8ce3-b90ebbb0b191 x-compute-request-id: req-a9ca6bec-7afa-4ac5-8ce3-b90ebbb0b191 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c32adbfa-c754-4ea9-84eb-ff7244b1f5fd could not be found.", "code": 404}} 2018-12-12 15:49:12,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c32adbfa-c754-4ea9-84eb-ff7244b1f5fd used request id req-a9ca6bec-7afa-4ac5-8ce3-b90ebbb0b191 2018-12-12 15:49:12,288 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c32adbfa-c754-4ea9-84eb-ff7244b1f5fd could not be found. (HTTP 404) (Request-ID: req-a9ca6bec-7afa-4ac5-8ce3-b90ebbb0b191) 2018-12-12 15:49:12,288 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-inst 2018-12-12 15:49:12,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f1bd918090183252eb3d99149cad98ae303e81d" 2018-12-12 15:49:12,346 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:49: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-2ee97a18-459c-4c4d-9d05-dfcebf184540 x-compute-request-id: req-2ee97a18-459c-4c4d-9d05-dfcebf184540 Content-Length: 0 Content-Type: application/json 2018-12-12 15:49:12,346 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/54cf88b8-0031-45fd-b0dc-0c6642c773a8 used request id req-2ee97a18-459c-4c4d-9d05-dfcebf184540 2018-12-12 15:49:12,347 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-subnet 2018-12-12 15:49:12,347 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-subnet 2018-12-12 15:49:12,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/9b064519-3622-410a-9b08-9b5467ee01f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" 2018-12-12 15:49:14,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-870670d8-57ee-413a-a2db-d21eb11eb1f0 Date: Wed, 12 Dec 2018 15:49:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:14,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9b064519-3622-410a-9b08-9b5467ee01f8 used request id req-870670d8-57ee-413a-a2db-d21eb11eb1f0 2018-12-12 15:49:14,762 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-pub-net 2018-12-12 15:49:14,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/ca8f36d0-2b02-4ed8-abb9-2aa00a20870b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c09cd3f48d0d7b27aa3e6d45c99b2d1e0e54c7" 2018-12-12 15:49:15,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a9e4d44-89c9-49c9-98dc-ea8086e4d5a2 Date: Wed, 12 Dec 2018 15:49:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:15,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/ca8f36d0-2b02-4ed8-abb9-2aa00a20870b used request id req-3a9e4d44-89c9-49c9-98dc-ea8086e4d5a2 2018-12-12 15:49:15,820 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1 2018-12-12 15:49:15,820 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet1 2018-12-12 15:49:15,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/18aefb1f-433c-414a-be30-65550bbfe8b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:49:18,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61aa48b5-fd41-4fbc-beba-c1a1bd72d2d0 Date: Wed, 12 Dec 2018 15:49:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:18,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/18aefb1f-433c-414a-be30-65550bbfe8b3 used request id req-61aa48b5-fd41-4fbc-beba-c1a1bd72d2d0 2018-12-12 15:49:18,225 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2 2018-12-12 15:49:18,226 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-subnet2 2018-12-12 15:49:18,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/4fdb5923-4d50-4cfd-a6d7-ec15d445be09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:49:20,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-deba910f-65e8-40ac-92b4-bf0e1e3248ee Date: Wed, 12 Dec 2018 15:49:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:20,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/4fdb5923-4d50-4cfd-a6d7-ec15d445be09 used request id req-deba910f-65e8-40ac-92b4-bf0e1e3248ee 2018-12-12 15:49:20,576 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211net2 2018-12-12 15:49:20,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/f401b52e-8fba-412e-ad9f-1c5619c89890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15efc353c31a411dd21918e12d76470d0ab6454" 2018-12-12 15:49:21,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-611c1e8d-34cf-4d30-81e7-ae7477612cfa Date: Wed, 12 Dec 2018 15:49:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:21,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f401b52e-8fba-412e-ad9f-1c5619c89890 used request id req-611c1e8d-34cf-4d30-81e7-ae7477612cfa 2018-12-12 15:49:21,709 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a7e66473-11f2-42a0-b6e1-660dc6f2e211-image 2018-12-12 15:49:21,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6bc7d0570b304762265fd6bc587c5400ea4fcf6" 2018-12-12 15:49:22,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e38b729e-f485-4169-8a4d-37ef08d8d072 Date: Wed, 12 Dec 2018 15:49:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:49:22,967 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8e125923-4d1d-4923-8284-faf4df948956 used request id req-e38b729e-f485-4169-8a4d-37ef08d8d072 2018-12-12 15:49:22,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:49:23,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c2e6f6ec-2492-45c5-8c89-e91c0321a888 Date: Wed, 12 Dec 2018 15:49:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9232843bf040498b929265e5096ee580", "created_at": "2018-12-12T15:48:44Z", "updated_at": "2018-12-12T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:48:44Z", "revision_number": 0, "id": "01ae17a2-941f-43e3-8d33-88c955737aa3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:48:44Z", "security_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "tenant_id": "9232843bf040498b929265e5096ee580", "port_range_min": null, "ethertype": "IPv4", "project_id": "9232843bf040498b929265e5096ee580"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:48:44Z", "revision_number": 0, "id": "1ccc27b4-a749-4410-872a-92e1212ed544", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:48:44Z", "security_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "tenant_id": "9232843bf040498b929265e5096ee580", "port_range_min": null, "ethertype": "IPv6", "project_id": "9232843bf040498b929265e5096ee580"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:48:44Z", "revision_number": 0, "id": "455f3531-30a7-44db-afff-dedffea52cd8", "remote_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "remote_ip_prefix": null, "created_at": "2018-12-12T15:48:44Z", "security_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "tenant_id": "9232843bf040498b929265e5096ee580", "port_range_min": null, "ethertype": "IPv6", "project_id": "9232843bf040498b929265e5096ee580"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:48:44Z", "revision_number": 0, "id": "51f412fa-c06e-4cfd-a23a-2d3435f701f8", "remote_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "remote_ip_prefix": null, "created_at": "2018-12-12T15:48:44Z", "security_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "tenant_id": "9232843bf040498b929265e5096ee580", "port_range_min": null, "ethertype": "IPv4", "project_id": "9232843bf040498b929265e5096ee580"}], "revision_number": 4, "project_id": "9232843bf040498b929265e5096ee580", "id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:49:23,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c2e6f6ec-2492-45c5-8c89-e91c0321a888 2018-12-12 15:49:23,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:49:23,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b2ad59-f705-4c20-a6c2-7f5fbdbe38fb Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580"}, "enabled": true, "id": "9232843bf040498b929265e5096ee580", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj"}} 2018-12-12 15:49:23,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 used request id req-f7b2ad59-f705-4c20-a6c2-7f5fbdbe38fb 2018-12-12 15:49:23,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9 2018-12-12 15:49:23,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:49:23,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cf41656c-cdea-4639-958b-b58e9582308d Date: Wed, 12 Dec 2018 15:49: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-12-12T15:48:44Z", "security_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "9232843bf040498b929265e5096ee580", "created_at": "2018-12-12T15:48:44Z", "project_id": "9232843bf040498b929265e5096ee580", "id": "01ae17a2-941f-43e3-8d33-88c955737aa3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:48:44Z", "security_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "9232843bf040498b929265e5096ee580", "created_at": "2018-12-12T15:48:44Z", "project_id": "9232843bf040498b929265e5096ee580", "id": "1ccc27b4-a749-4410-872a-92e1212ed544"}, {"remote_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:48:44Z", "security_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "9232843bf040498b929265e5096ee580", "created_at": "2018-12-12T15:48:44Z", "project_id": "9232843bf040498b929265e5096ee580", "id": "455f3531-30a7-44db-afff-dedffea52cd8"}, {"remote_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:48:44Z", "security_group_id": "23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "9232843bf040498b929265e5096ee580", "created_at": "2018-12-12T15:48:44Z", "project_id": "9232843bf040498b929265e5096ee580", "id": "51f412fa-c06e-4cfd-a23a-2d3435f701f8"}]} 2018-12-12 15:49:23,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9 used request id req-cf41656c-cdea-4639-958b-b58e9582308d 2018-12-12 15:49:23,473 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:49:23,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:49:23,853 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f30cc864-6e65-4cb7-955e-f04c77f9566c Content-Length: 0 Date: Wed, 12 Dec 2018 15:49:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:23,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/23f73344-d8c1-43ff-b91a-5d7f4ca2e7f9 used request id req-f30cc864-6e65-4cb7-955e-f04c77f9566c 2018-12-12 15:49:23,854 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj 2018-12-12 15:49:23,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:49:24,059 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:49:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d659b962-07d5-4a3a-818f-480da7569b03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:49:24,060 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9232843bf040498b929265e5096ee580 used request id req-d659b962-07d5-4a3a-818f-480da7569b03 2018-12-12 15:49:24,060 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-22b841e5-6fa1-473-proj-role 2018-12-12 15:49:24,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/5ffa11b9330f4100a1d2f199b8429f14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:49:24,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:49:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03ef2a38-543c-4943-bf87-43cc9768cf0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:49:24,260 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/5ffa11b9330f4100a1d2f199b8429f14 used request id req-03ef2a38-543c-4943-bf87-43cc9768cf0f 2018-12-12 15:49:24,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52f0a60fdd7b5acac6987b6f716f372df458d78" 2018-12-12 15:49:24,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9ff34f-1b44-4616-a0c3-27d704e391bc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:49:24,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-da9ff34f-1b44-4616-a0c3-27d704e391bc 2018-12-12 15:49:24,348 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-22b841e5-6fa1-473-user 2018-12-12 15:49:24,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/63d7b86054c54922bb8c2f07de1c284a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1748d33905acc80ca0aa16715e07ffabeae2ea97" 2018-12-12 15:49:24,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:49:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c17d2e7-cd3e-45be-87fb-36f752d4648a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:49:24,542 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/63d7b86054c54922bb8c2f07de1c284a used request id req-4c17d2e7-cd3e-45be-87fb-36f752d4648a 2018-12-12 15:49:24,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:24,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:49:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["4n34V8UxQdqsEsmbUHH6YQ"], "issued_at": "2018-12-12T15:49:24.000000Z"}} 2018-12-12 15:49:24,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cbb601ebaff518a14d2c4483487a8417cff6ce8" 2018-12-12 15:49:24,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c9fb5eb-0592-4bd4-bd63-213dae3c1aa5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:24,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1c9fb5eb-0592-4bd4-bd63-213dae3c1aa5 2018-12-12 15:49:24,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:25,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:25,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:49:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["aAehDPPGRfKOe0rbtiOzlA"], "issued_at": "2018-12-12T15:49:25.000000Z"}} 2018-12-12 15:49:25,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:49:25,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a699c5a-c012-44f2-aab7-264045608670 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:25,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4a699c5a-c012-44f2-aab7-264045608670 2018-12-12 15:49:25,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:49:25,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:49: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:49:25,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-612f3cc3-57c9-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:49:25,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eafcf70-ce40-4012-9bb8-9c6a42e2a063 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-612f3cc3-57c9-402-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:49:25,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-612f3cc3-57c9-402-proj used request id req-1eafcf70-ce40-4012-9bb8-9c6a42e2a063 2018-12-12 15:49:25,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:49:25,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-843385b4-0f4f-442e-9cd2-232af7832898 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:49:25,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-843385b4-0f4f-442e-9cd2-232af7832898 2018-12-12 15:49:25,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}}' 2018-12-12 15:49:25,781 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc67b62f-f766-4ee1-b6c6-6a3eec22a1fc Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:25,781 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bc67b62f-f766-4ee1-b6c6-6a3eec22a1fc 2018-12-12 15:49:25,781 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-612f3cc3-57c9-402-proj 2018-12-12 15:49:25,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:25,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:26,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:49:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["T4ybElvaRu-zMkaWZwjfPw"], "issued_at": "2018-12-12T15:49:26.000000Z"}} 2018-12-12 15:49:26,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c4546de1ae3c97e19e5c8558083727aad68234" 2018-12-12 15:49:26,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071f7e8a-7ee2-4475-9f05-739bee96d06a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:26,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-071f7e8a-7ee2-4475-9f05-739bee96d06a 2018-12-12 15:49:26,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:49:26,258 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:49: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:49:26,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c4546de1ae3c97e19e5c8558083727aad68234" 2018-12-12 15:49:26,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d05d7f93-38cb-4ac1-940b-d3a710e66178 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:49:26,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d05d7f93-38cb-4ac1-940b-d3a710e66178 2018-12-12 15:49:26,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-612f3cc3-57c9-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c4546de1ae3c97e19e5c8558083727aad68234" 2018-12-12 15:49:26,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96065798-57ae-4a5a-906d-54b60087fe0d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-612f3cc3-57c9-402-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}]} 2018-12-12 15:49:26,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-612f3cc3-57c9-402-proj used request id req-96065798-57ae-4a5a-906d-54b60087fe0d 2018-12-12 15:49:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c4546de1ae3c97e19e5c8558083727aad68234" 2018-12-12 15:49:26,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fed720c5-096f-4f7d-a8db-d5ceb5c9c729 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:49:26,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fed720c5-096f-4f7d-a8db-d5ceb5c9c729 2018-12-12 15:49:27,009 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-612f3cc3-57c9-402-user 2018-12-12 15:49:27,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:27,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:49:27,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce16e64-6415-47a7-8815-7fd7dff88adc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:49:27,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bce16e64-6415-47a7-8815-7fd7dff88adc 2018-12-12 15:49:27,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" -d '{"role": {"name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role"}}' 2018-12-12 15:49:27,224 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd92959d-31e6-4d2b-ba95-d91fd404b1b6 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f8067e20e55f4156a70ef349b3b28f82", "links": {"self": "http://172.30.9.29:5000/v3/roles/f8067e20e55f4156a70ef349b3b28f82"}, "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role"}} 2018-12-12 15:49:27,225 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cd92959d-31e6-4d2b-ba95-d91fd404b1b6 2018-12-12 15:49:27,225 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role 2018-12-12 15:49:27,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f8067e20e55f4156a70ef349b3b28f82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:49:27,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1074ba3f-e7a4-4749-a106-bf507c3d8d2a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f8067e20e55f4156a70ef349b3b28f82"}, "domain_id": null, "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role", "id": "f8067e20e55f4156a70ef349b3b28f82"}} 2018-12-12 15:49:27,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f8067e20e55f4156a70ef349b3b28f82 used request id req-1074ba3f-e7a4-4749-a106-bf507c3d8d2a 2018-12-12 15:49:27,316 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role to project InstanceSecurityGroupTests-612f3cc3-57c9-402-proj 2018-12-12 15:49:27,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c/users/dab0414fb23143b7a18eecfb003bc0ce/roles/f8067e20e55f4156a70ef349b3b28f82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:49:27,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40acc5c0-96d1-43cf-b1dd-4daf7e48f264 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:49:27,443 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c/users/dab0414fb23143b7a18eecfb003bc0ce/roles/f8067e20e55f4156a70ef349b3b28f82 used request id req-40acc5c0-96d1-43cf-b1dd-4daf7e48f264 2018-12-12 15:49:27,443 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:49:27,444 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:49:27,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:27,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:27,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8067e20e55f4156a70ef349b3b28f82", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role"}], "expires_at": "2018-12-12T16:49:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3572392340048b19cfdda4ca039b48c", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-user", "id": "dab0414fb23143b7a18eecfb003bc0ce"}, "audit_ids": ["VyGS9fuuTRK-aIBLG4EJ2w"], "issued_at": "2018-12-12T15:49:27.000000Z"}} 2018-12-12 15:49:27,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" 2018-12-12 15:49:27,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9069687b-164c-416a-9c64-47c3af0a09f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:27,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9069687b-164c-416a-9c64-47c3af0a09f2 2018-12-12 15:49:27,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" 2018-12-12 15:49:28,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-9ad7e4c1-3fe1-4fd8-ac94-bbd6e49cc9af Date: Wed, 12 Dec 2018 15:49:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image"} 2018-12-12 15:49:28,075 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image used request id req-9ad7e4c1-3fe1-4fd8-ac94-bbd6e49cc9af 2018-12-12 15:49:28,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" 2018-12-12 15:49:28,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-32361cb9-2638-4480-8e80-5497a172c202 Date: Wed, 12 Dec 2018 15:49:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:49:28,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-32361cb9-2638-4480-8e80-5497a172c202 2018-12-12 15:49:28,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image"}' 2018-12-12 15:49:28,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1 X-Openstack-Request-Id: req-7939e6c1-c5a0-4b3d-a784-8bf4655387fd Date: Wed, 12 Dec 2018 15:49:28 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:49:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:49:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "min_disk": 0, "protected": false, "id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "file": "/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/file", "checksum": null, "owner": "e3572392340048b19cfdda4ca039b48c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:49:28,462 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-7939e6c1-c5a0-4b3d-a784-8bf4655387fd 2018-12-12 15:49:28,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" -d '' 2018-12-12 15:49:30,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee621e6c-b4f4-460f-bdb9-dd083a27bfcc Date: Wed, 12 Dec 2018 15:49:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:49:30,515 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/file used request id req-ee621e6c-b4f4-460f-bdb9-dd083a27bfcc 2018-12-12 15:49:30,516 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:49:30,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" 2018-12-12 15:49:30,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d7c86f72-9ba3-4be7-a121-7f53f07c0caa Date: Wed, 12 Dec 2018 15:49:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:49:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:49:30Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/snap", "metadata": {}}], "self": "/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "min_disk": 0, "protected": false, "id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "file": "/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3572392340048b19cfdda4ca039b48c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:49:30,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1 used request id req-d7c86f72-9ba3-4be7-a121-7f53f07c0caa 2018-12-12 15:49:30,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" 2018-12-12 15:49:30,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-55e81ecd-2344-417c-aca2-1d1671f7b74b Date: Wed, 12 Dec 2018 15:49:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:49:30,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-55e81ecd-2344-417c-aca2-1d1671f7b74b 2018-12-12 15:49:30,847 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image 2018-12-12 15:49:30,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" 2018-12-12 15:49:31,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9ef67c0d-817a-402e-a94c-023eceb3c946 Date: Wed, 12 Dec 2018 15:49:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:49:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:49:30Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/snap", "metadata": {}}], "self": "/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "min_disk": 0, "protected": false, "id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "file": "/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3572392340048b19cfdda4ca039b48c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:49:31,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1 used request id req-9ef67c0d-817a-402e-a94c-023eceb3c946 2018-12-12 15:49:31,012 - create_image - DEBUG - Instance status is - active 2018-12-12 15:49:31,012 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image 2018-12-12 15:49:31,012 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image 2018-12-12 15:49:31,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:31,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:31,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8067e20e55f4156a70ef349b3b28f82", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role"}], "expires_at": "2018-12-12T16:49:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3572392340048b19cfdda4ca039b48c", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-user", "id": "dab0414fb23143b7a18eecfb003bc0ce"}, "audit_ids": ["bLfeMfSQQhuPUACoLxH2CQ"], "issued_at": "2018-12-12T15:49:31.000000Z"}} 2018-12-12 15:49:31,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" 2018-12-12 15:49:31,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db6ab08-8307-46cc-82a7-d64e135bed5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:31,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8db6ab08-8307-46cc-82a7-d64e135bed5f 2018-12-12 15:49:31,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" 2018-12-12 15:49:31,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3bfa7c43-3e6e-4504-8f05-194284172966 Date: Wed, 12 Dec 2018 15:49:31 GMT RESP BODY: {"networks":[]} 2018-12-12 15:49:31,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-3bfa7c43-3e6e-4504-8f05-194284172966 2018-12-12 15:49:31,625 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net 2018-12-12 15:49:31,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" -d '{"network": {"name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net", "admin_state_up": true}}' 2018-12-12 15:49:32,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-e772e18f-d44e-49bc-9c09-c71605f10d92 Date: Wed, 12 Dec 2018 15:49:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:49:32Z","is_default":false,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","mtu":1450}} 2018-12-12 15:49:32,348 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-e772e18f-d44e-49bc-9c09-c71605f10d92 2018-12-12 15:49:32,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" 2018-12-12 15:49:32,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-0d0d2e26-11c4-4aa0-9198-a3f015a11be8 Date: Wed, 12 Dec 2018 15:49:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:49:32Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:32,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-0d0d2e26-11c4-4aa0-9198-a3f015a11be8 2018-12-12 15:49:32,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" 2018-12-12 15:49:32,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3d08e8a1-6dc0-4e44-a8be-8b206cab4039 Date: Wed, 12 Dec 2018 15:49:32 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:49:32,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-3d08e8a1-6dc0-4e44-a8be-8b206cab4039 2018-12-12 15:49:32,761 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet 2018-12-12 15:49:32,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" -d '{"subnets": [{"ip_version": 4, "network_id": "48dd44d7-930e-4ce1-ae8c-2328e81e511f", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]}' 2018-12-12 15:49:33,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-206443b6-f0a5-4ee8-9460-a67f40cceb47 Date: Wed, 12 Dec 2018 15:49:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","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":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:33,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-206443b6-f0a5-4ee8-9460-a67f40cceb47 2018-12-12 15:49:33,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" 2018-12-12 15:49:33,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3abefe28-627d-4adf-932f-e1f16c9611bc Date: Wed, 12 Dec 2018 15:49:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:33,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-3abefe28-627d-4adf-932f-e1f16c9611bc 2018-12-12 15:49:33,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" 2018-12-12 15:49:33,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a15aea5d-b0a0-433d-b966-e57cf460def7 Date: Wed, 12 Dec 2018 15:49:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:33,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-a15aea5d-b0a0-433d-b966-e57cf460def7 2018-12-12 15:49:33,758 - OpenStackNetwork - DEBUG - Network [48dd44d7-930e-4ce1-ae8c-2328e81e511f] created successfully 2018-12-12 15:49:33,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:33,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:34,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["N4Ly6jf3RU6yx3CV6aQrmA"], "issued_at": "2018-12-12T15:49:34.000000Z"}} 2018-12-12 15:49:34,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38ef182a274e61b441a7d39fc57ab721a02183" 2018-12-12 15:49:34,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bdac83-5c66-423c-8193-4487d86de1ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:34,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d1bdac83-5c66-423c-8193-4487d86de1ca 2018-12-12 15:49:34,221 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:49:34,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38ef182a274e61b441a7d39fc57ab721a02183" 2018-12-12 15:49:34,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49: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-ba4ce180-3a8e-4370-86e9-a4e5e78883fe x-compute-request-id: req-ba4ce180-3a8e-4370-86e9-a4e5e78883fe Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:49:34,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ba4ce180-3a8e-4370-86e9-a4e5e78883fe 2018-12-12 15:49:34,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38ef182a274e61b441a7d39fc57ab721a02183" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:49:34,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49: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-037b4a70-a852-45ab-90f0-d22bbe2d084a x-compute-request-id: req-037b4a70-a852-45ab-90f0-d22bbe2d084a Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "724c69a6-8f55-4893-b15b-ea334ee37777", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:49:34,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-037b4a70-a852-45ab-90f0-d22bbe2d084a 2018-12-12 15:49:34,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:34,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:34,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8067e20e55f4156a70ef349b3b28f82", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role"}], "expires_at": "2018-12-12T16:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3572392340048b19cfdda4ca039b48c", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-user", "id": "dab0414fb23143b7a18eecfb003bc0ce"}, "audit_ids": ["kqoie1X4SiGJRAhQaxcAQA"], "issued_at": "2018-12-12T15:49:34.000000Z"}} 2018-12-12 15:49:34,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:34,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26b05fe8-2db3-40be-ae50-94f3919e14ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:34,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-26b05fe8-2db3-40be-ae50-94f3919e14ab 2018-12-12 15:49:34,914 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:49:34,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:34,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9aa61b-2a0c-4b6c-915c-3679b07ded19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:34,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-db9aa61b-2a0c-4b6c-915c-3679b07ded19 2018-12-12 15:49:34,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:35,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-42d6695f-19f0-4d22-8913-77d520c4cb3e Date: Wed, 12 Dec 2018 15:49:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:35,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-42d6695f-19f0-4d22-8913-77d520c4cb3e 2018-12-12 15:49:35,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:49:35,251 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:49: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:49:35,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:35,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-203eef25-5698-491f-804c-f03e1753c7e2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:35,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-203eef25-5698-491f-804c-f03e1753c7e2 2018-12-12 15:49:35,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:35,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bfd94c93-da58-4473-95eb-36271494560f Date: Wed, 12 Dec 2018 15:49:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:35,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-bfd94c93-da58-4473-95eb-36271494560f 2018-12-12 15:49:35,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:35,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f62dc29f-252f-40cf-bec4-b8918c571b41 Date: Wed, 12 Dec 2018 15:49:35 GMT RESP BODY: {"ports":[]} 2018-12-12 15:49:35,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port&admin_state_up=True used request id req-f62dc29f-252f-40cf-bec4-b8918c571b41 2018-12-12 15:49:35,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:36,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3fdca64-fd46-422a-a6e3-adfc9623bf94 x-compute-request-id: req-a3fdca64-fd46-422a-a6e3-adfc9623bf94 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:49:36,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst used request id req-a3fdca64-fd46-422a-a6e3-adfc9623bf94 2018-12-12 15:49:36,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:36,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a7b0d823-8764-480e-9f2e-0d456bfcaa10 Date: Wed, 12 Dec 2018 15:49: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:36,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-a7b0d823-8764-480e-9f2e-0d456bfcaa10 2018-12-12 15:49:36,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:36,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea790fc-5598-435a-be09-3d328b35912a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:36,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-fea790fc-5598-435a-be09-3d328b35912a 2018-12-12 15:49:36,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:36,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-95b12d45-88f2-4ae9-9ba0-1a5510f767ca Date: Wed, 12 Dec 2018 15:49:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:36,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-95b12d45-88f2-4ae9-9ba0-1a5510f767ca 2018-12-12 15:49:36,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:36,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3eea3f4e-b19d-4b1c-afe5-94c5c5a22de8 Date: Wed, 12 Dec 2018 15:49:36 GMT RESP BODY: {"ports":[]} 2018-12-12 15:49:36,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port&admin_state_up=True used request id req-3eea3f4e-b19d-4b1c-afe5-94c5c5a22de8 2018-12-12 15:49:36,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:36,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:37,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8067e20e55f4156a70ef349b3b28f82", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role"}], "expires_at": "2018-12-12T16:49:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3572392340048b19cfdda4ca039b48c", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-user", "id": "dab0414fb23143b7a18eecfb003bc0ce"}, "audit_ids": ["z183NoTvRnWhJc-bCbYdtw"], "issued_at": "2018-12-12T15:49:37.000000Z"}} 2018-12-12 15:49:37,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c632092f985d358b00d7628f8517fe8a923e6e2" 2018-12-12 15:49:37,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a02ea96-a645-4a9f-b6e2-a5c8ac3ecf5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:37,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0a02ea96-a645-4a9f-b6e2-a5c8ac3ecf5f 2018-12-12 15:49:37,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:37,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e5a9eb54-3747-4380-a73a-f2a183885570 Date: Wed, 12 Dec 2018 15:49: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:37,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-e5a9eb54-3747-4380-a73a-f2a183885570 2018-12-12 15:49:37,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:37,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fc380c75-43db-4b86-812d-53e1c2f65370 Date: Wed, 12 Dec 2018 15:49:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:37,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-fc380c75-43db-4b86-812d-53e1c2f65370 2018-12-12 15:49:37,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:38,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e61c7879-9399-4b26-89b5-ff4e1fff98bf Date: Wed, 12 Dec 2018 15:49: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:38,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-e61c7879-9399-4b26-89b5-ff4e1fff98bf 2018-12-12 15:49:38,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:49:38,010 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:49: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:49:38,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c632092f985d358b00d7628f8517fe8a923e6e2" 2018-12-12 15:49:38,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0494966b-aca3-442d-8eda-fd9c984d1ef4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:38,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-0494966b-aca3-442d-8eda-fd9c984d1ef4 2018-12-12 15:49:38,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:38,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-50f6bc45-6230-4dfa-b853-1df9a4fd278d Date: Wed, 12 Dec 2018 15:49:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:38,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-50f6bc45-6230-4dfa-b853-1df9a4fd278d 2018-12-12 15:49:38,292 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net 2018-12-12 15:49:38,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" -d '{"port": {"network_id": "48dd44d7-930e-4ce1-ae8c-2328e81e511f", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port", "admin_state_up": true}}' 2018-12-12 15:49:39,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-8928ea7b-d458-486a-bc92-0ceab839b188 Date: Wed, 12 Dec 2018 15:49:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.10"}],"id":"f1828682-5573-4cb8-8fe7-a6378c2e10fc","security_groups":["6223e2ce-8038-4936-be87-0330fd261233"],"mac_address":"fa:16:3e:67:93:ac","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port","project_id":"e3572392340048b19cfdda4ca039b48c","qos_policy_id":null,"admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:38Z","binding:vnic_type":"normal"}} 2018-12-12 15:49:39,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-8928ea7b-d458-486a-bc92-0ceab839b188 2018-12-12 15:49:39,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:39,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-07388cd1-2828-44b8-b628-229832bdb3b2 Date: Wed, 12 Dec 2018 15:49: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:39,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-07388cd1-2828-44b8-b628-229832bdb3b2 2018-12-12 15:49:39,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:39,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c42c86e3-4904-4e8b-b391-2b101e231324 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:39,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-c42c86e3-4904-4e8b-b391-2b101e231324 2018-12-12 15:49:39,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:39,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f6ebc8aa-9277-4647-941e-2caabb140e42 Date: Wed, 12 Dec 2018 15:49:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:39,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-f6ebc8aa-9277-4647-941e-2caabb140e42 2018-12-12 15:49:39,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:39,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-a570a099-caa3-4549-8358-c8c09d7c1df9 Date: Wed, 12 Dec 2018 15:49:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.10"}],"id":"f1828682-5573-4cb8-8fe7-a6378c2e10fc","security_groups":["6223e2ce-8038-4936-be87-0330fd261233"],"mac_address":"fa:16:3e:67:93:ac","project_id":"e3572392340048b19cfdda4ca039b48c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:38Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:49:39,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port&admin_state_up=True used request id req-a570a099-caa3-4549-8358-c8c09d7c1df9 2018-12-12 15:49:39,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:40,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb8a4dc2-b6e7-482e-82a6-0e562a48e7a3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:40,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-cb8a4dc2-b6e7-482e-82a6-0e562a48e7a3 2018-12-12 15:49:40,067 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst 2018-12-12 15:49:40,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:40,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42ed8051-0cbd-47c5-b1c2-22b202430ea8 x-compute-request-id: req-42ed8051-0cbd-47c5-b1c2-22b202430ea8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-flavor-name"}]} 2018-12-12 15:49:40,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-42ed8051-0cbd-47c5-b1c2-22b202430ea8 2018-12-12 15:49:40,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/724c69a6-8f55-4893-b15b-ea334ee37777 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:40,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-321f75c5-a8c5-4e0f-b78f-6bcbff08dcd8 x-compute-request-id: req-321f75c5-a8c5-4e0f-b78f-6bcbff08dcd8 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "724c69a6-8f55-4893-b15b-ea334ee37777", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:49:40,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/724c69a6-8f55-4893-b15b-ea334ee37777 used request id req-321f75c5-a8c5-4e0f-b78f-6bcbff08dcd8 2018-12-12 15:49:40,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:40,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-652af2a5-297a-4deb-aad5-84c9a614b6c5 Date: Wed, 12 Dec 2018 15:49:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:49:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:49:30Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/snap", "metadata": {}}], "self": "/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "min_disk": 0, "protected": false, "id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "file": "/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3572392340048b19cfdda4ca039b48c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/078a6518-01af-4b52-91ae-51cc9e11dbd1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image"} 2018-12-12 15:49:40,486 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image used request id req-652af2a5-297a-4deb-aad5-84c9a614b6c5 2018-12-12 15:49:40,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:40,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c9a5e287-1860-48d0-b42d-962338798b2e Date: Wed, 12 Dec 2018 15:49:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:49:40,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c9a5e287-1860-48d0-b42d-962338798b2e 2018-12-12 15:49:40,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" -d '{"server": {"name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "imageRef": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "flavorRef": "724c69a6-8f55-4893-b15b-ea334ee37777", "max_count": 1, "min_count": 1, "networks": [{"port": "f1828682-5573-4cb8-8fe7-a6378c2e10fc"}]}}' 2018-12-12 15:49:42,298 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d08a27c0-b83b-4503-b6eb-4cffecd3b28f x-compute-request-id: req-d08a27c0-b83b-4503-b6eb-4cffecd3b28f Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "adminPass": "AvgRidY7qSre"}} 2018-12-12 15:49:42,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-d08a27c0-b83b-4503-b6eb-4cffecd3b28f 2018-12-12 15:49:42,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:42,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4979968-4332-4bba-83f5-19791ed29efd x-compute-request-id: req-e4979968-4332-4bba-83f5-19791ed29efd 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.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:49:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:42,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-e4979968-4332-4bba-83f5-19791ed29efd 2018-12-12 15:49:42,518 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst 2018-12-12 15:49:42,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:43,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e61ee270-c8e8-41d1-b238-6a264f112432 x-compute-request-id: req-e61ee270-c8e8-41d1-b238-6a264f112432 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.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:49:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:43,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-e61ee270-c8e8-41d1-b238-6a264f112432 2018-12-12 15:49:43,279 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst] is - BUILD 2018-12-12 15:49:43,279 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:49:46,282 - create_instance - DEBUG - VM status query timeout in 896.235830069 2018-12-12 15:49:46,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:46,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e73689d7-c411-4ff9-afd7-a6cf2bb85da1 x-compute-request-id: req-e73689d7-c411-4ff9-afd7-a6cf2bb85da1 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.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:49:43Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:46,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-e73689d7-c411-4ff9-afd7-a6cf2bb85da1 2018-12-12 15:49:46,914 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst] is - BUILD 2018-12-12 15:49:46,914 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:49:49,917 - create_instance - DEBUG - VM status query timeout in 892.600973845 2018-12-12 15:49:49,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:50,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-50296487-31c1-4454-8146-ad2bd0ad7181 x-compute-request-id: req-50296487-31c1-4454-8146-ad2bd0ad7181 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:50,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-50296487-31c1-4454-8146-ad2bd0ad7181 2018-12-12 15:49:50,542 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst] is - ACTIVE 2018-12-12 15:49:50,543 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:49:50,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:51,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-e88c7d86-5ae5-4223-9d37-d626274a5f88 x-compute-request-id: req-e88c7d86-5ae5-4223-9d37-d626274a5f88 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:51,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-e88c7d86-5ae5-4223-9d37-d626274a5f88 2018-12-12 15:49:51,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:51,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f0ca0419-4217-430d-af89-20aa0436f10d Date: Wed, 12 Dec 2018 15:49: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:51,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-f0ca0419-4217-430d-af89-20aa0436f10d 2018-12-12 15:49:51,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:51,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c70e0c-3341-4fe8-9966-11f6aa1f92fa Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:51,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-52c70e0c-3341-4fe8-9966-11f6aa1f92fa 2018-12-12 15:49:51,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:51,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c2359b38-11a3-4ca3-9556-c936215b323b Date: Wed, 12 Dec 2018 15:49:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:51,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-c2359b38-11a3-4ca3-9556-c936215b323b 2018-12-12 15:49:51,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:51,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-6658f3f2-49da-4201-909d-0955b6458125 Date: Wed, 12 Dec 2018 15:49:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.2"}],"id":"509a0e67-86a2-428e-8f60-e47e5dbefd1e","security_groups":[],"mac_address":"fa:16:3e:e5:6f:0f","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.3"}],"id":"560c9f65-8019-473f-acb4-554d6e42338b","security_groups":[],"mac_address":"fa:16:3e:18:78:78","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.4"}],"id":"ca70e863-8e54-41b2-ac20-d805b5300403","security_groups":[],"mac_address":"fa:16:3e:67:b9:f8","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.10"}],"id":"f1828682-5573-4cb8-8fe7-a6378c2e10fc","security_groups":["6223e2ce-8038-4936-be87-0330fd261233"],"mac_address":"fa:16:3e:67:93:ac","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:38Z","binding:vnic_type":"normal","device_id":"3855b03f-cfc8-43cb-b279-deb18912bfd5"}]} 2018-12-12 15:49:51,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-6658f3f2-49da-4201-909d-0955b6458125 2018-12-12 15:49:51,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:49:51,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:52,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8067e20e55f4156a70ef349b3b28f82", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role"}], "expires_at": "2018-12-12T16:49:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3572392340048b19cfdda4ca039b48c", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-user", "id": "dab0414fb23143b7a18eecfb003bc0ce"}, "audit_ids": ["T148WlYNS0uXZ-LwCPja3Q"], "issued_at": "2018-12-12T15:49:52.000000Z"}} 2018-12-12 15:49:52,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:52,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-738d697b-3080-4538-8765-d21b3a7eff80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:49:52,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-738d697b-3080-4538-8765-d21b3a7eff80 2018-12-12 15:49:52,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:52,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-472add82-b584-4ae3-8968-b5e7a483452c Date: Wed, 12 Dec 2018 15:49:52 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:49:52,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name&description=hello+group used request id req-472add82-b584-4ae3-8968-b5e7a483452c 2018-12-12 15:49:52,357 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name... 2018-12-12 15:49:52,357 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name 2018-12-12 15:49:52,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" -d '{"security_group": {"name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name", "description": "hello group"}}' 2018-12-12 15:49:52,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a90be0ce-0bb0-48ea-846f-338a48780afb Date: Wed, 12 Dec 2018 15:49:52 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "updated_at": "2018-12-12T15:49:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "revision_number": 0, "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3572392340048b19cfdda4ca039b48c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "revision_number": 0, "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3572392340048b19cfdda4ca039b48c"}], "revision_number": 2, "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name"}} 2018-12-12 15:49:52,698 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-a90be0ce-0bb0-48ea-846f-338a48780afb 2018-12-12 15:49:52,699 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c13a97c-bf69-45cd-95e5-92f5d4eb343e 2018-12-12 15:49:52,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:52,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-acff7659-a311-49ca-8281-41c619f0c4cc Date: Wed, 12 Dec 2018 15:49:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b"}]} 2018-12-12 15:49:52,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-acff7659-a311-49ca-8281-41c619f0c4cc 2018-12-12 15:49:52,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c13a97c-bf69-45cd-95e5-92f5d4eb343e 2018-12-12 15:49:52,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:52,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-66a53814-a48a-47d5-8b55-380b6e436cac Date: Wed, 12 Dec 2018 15:49:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b"}]} 2018-12-12 15:49:52,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-66a53814-a48a-47d5-8b55-380b6e436cac 2018-12-12 15:49:52,922 - neutron_utils - INFO - Retrieving security group with ID - 9c13a97c-bf69-45cd-95e5-92f5d4eb343e 2018-12-12 15:49:52,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:53,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-156545bc-d2fc-440c-bcf8-50ffb1f8ced6 Date: Wed, 12 Dec 2018 15:49:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "updated_at": "2018-12-12T15:49:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "revision_number": 0, "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3572392340048b19cfdda4ca039b48c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "revision_number": 0, "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3572392340048b19cfdda4ca039b48c"}], "revision_number": 2, "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name"}]} 2018-12-12 15:49:53,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-156545bc-d2fc-440c-bcf8-50ffb1f8ced6 2018-12-12 15:49:53,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c13a97c-bf69-45cd-95e5-92f5d4eb343e 2018-12-12 15:49:53,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:53,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-143535aa-d945-4585-a532-1c197bd0822a Date: Wed, 12 Dec 2018 15:49:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b"}]} 2018-12-12 15:49:53,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-143535aa-d945-4585-a532-1c197bd0822a 2018-12-12 15:49:53,294 - neutron_utils - INFO - Retrieving security group with ID - 9c13a97c-bf69-45cd-95e5-92f5d4eb343e 2018-12-12 15:49:53,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:53,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-21bd592e-5e13-4cc7-b308-41feeb42a4fb Date: Wed, 12 Dec 2018 15:49:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "updated_at": "2018-12-12T15:49:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "revision_number": 0, "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3572392340048b19cfdda4ca039b48c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "revision_number": 0, "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3572392340048b19cfdda4ca039b48c"}], "revision_number": 2, "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name"}]} 2018-12-12 15:49:53,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-21bd592e-5e13-4cc7-b308-41feeb42a4fb 2018-12-12 15:49:53,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c13a97c-bf69-45cd-95e5-92f5d4eb343e 2018-12-12 15:49:53,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:53,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-16d7d136-644e-44c9-83e1-be993b54a438 Date: Wed, 12 Dec 2018 15:49:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b"}]} 2018-12-12 15:49:53,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-16d7d136-644e-44c9-83e1-be993b54a438 2018-12-12 15:49:53,617 - neutron_utils - INFO - Retrieving security group with ID - 9c13a97c-bf69-45cd-95e5-92f5d4eb343e 2018-12-12 15:49:53,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:53,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-fe78716d-2bf8-495e-a83d-1d98bda30d8c Date: Wed, 12 Dec 2018 15:49:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "updated_at": "2018-12-12T15:49:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "revision_number": 0, "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3572392340048b19cfdda4ca039b48c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "revision_number": 0, "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3572392340048b19cfdda4ca039b48c"}], "revision_number": 2, "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name"}]} 2018-12-12 15:49:53,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-fe78716d-2bf8-495e-a83d-1d98bda30d8c 2018-12-12 15:49:53,810 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c13a97c-bf69-45cd-95e5-92f5d4eb343e 2018-12-12 15:49:53,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:53,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8f2d23bd-ffbf-4593-bcfd-36be16b841ee Date: Wed, 12 Dec 2018 15:49:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:52Z", "security_group_id": "9c13a97c-bf69-45cd-95e5-92f5d4eb343e", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:52Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "4f52ea7f-6112-43b1-9944-c2c9baa41f5b"}]} 2018-12-12 15:49:53,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-8f2d23bd-ffbf-4593-bcfd-36be16b841ee 2018-12-12 15:49:53,984 - neutron_utils - INFO - Deleting security group rule with ID - 4f52ea7f-6112-43b1-9944-c2c9baa41f5b 2018-12-12 15:49:53,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/4f52ea7f-6112-43b1-9944-c2c9baa41f5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:54,082 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-633ab756-0301-400a-8963-9444527daf21 Content-Length: 0 Date: Wed, 12 Dec 2018 15:49:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:54,082 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/4f52ea7f-6112-43b1-9944-c2c9baa41f5b used request id req-633ab756-0301-400a-8963-9444527daf21 2018-12-12 15:49:54,082 - neutron_utils - INFO - Deleting security group rule with ID - 3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33 2018-12-12 15:49:54,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:54,422 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a1b6adf6-07ac-4413-b5f0-b97b24648974 Content-Length: 0 Date: Wed, 12 Dec 2018 15:49:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:54,423 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/3ba233f2-d5ff-4e43-b18a-6f38fc6b3d33 used request id req-a1b6adf6-07ac-4413-b5f0-b97b24648974 2018-12-12 15:49:54,423 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name 2018-12-12 15:49:54,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9c13a97c-bf69-45cd-95e5-92f5d4eb343e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c3ddcb6d4b331dfb8c36f30eccee6b82a897457" 2018-12-12 15:49:54,708 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56e553a9-9aac-40ad-a229-11530ca3a7e0 Content-Length: 0 Date: Wed, 12 Dec 2018 15:49:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:49:54,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9c13a97c-bf69-45cd-95e5-92f5d4eb343e used request id req-56e553a9-9aac-40ad-a229-11530ca3a7e0 2018-12-12 15:49:54,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:55,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-687196c6-3fa2-41c5-9276-1ea463668b51 x-compute-request-id: req-687196c6-3fa2-41c5-9276-1ea463668b51 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:55,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-687196c6-3fa2-41c5-9276-1ea463668b51 2018-12-12 15:49:55,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:55,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c2363d32-bfd8-4110-bb3c-16ba54c8c27c Date: Wed, 12 Dec 2018 15:49: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:55,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-c2363d32-bfd8-4110-bb3c-16ba54c8c27c 2018-12-12 15:49:55,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:55,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae24563-8410-494c-8eed-1a49c4762d70 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:55,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-aae24563-8410-494c-8eed-1a49c4762d70 2018-12-12 15:49:55,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:55,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-72b4eb08-f32e-471c-82e6-bef1cc723261 Date: Wed, 12 Dec 2018 15:49:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:55,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-72b4eb08-f32e-471c-82e6-bef1cc723261 2018-12-12 15:49:55,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:55,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-6dab3ae5-6bce-4422-96e6-13f2bc1d1952 Date: Wed, 12 Dec 2018 15:49:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.2"}],"id":"509a0e67-86a2-428e-8f60-e47e5dbefd1e","security_groups":[],"mac_address":"fa:16:3e:e5:6f:0f","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.3"}],"id":"560c9f65-8019-473f-acb4-554d6e42338b","security_groups":[],"mac_address":"fa:16:3e:18:78:78","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.4"}],"id":"ca70e863-8e54-41b2-ac20-d805b5300403","security_groups":[],"mac_address":"fa:16:3e:67:b9:f8","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.10"}],"id":"f1828682-5573-4cb8-8fe7-a6378c2e10fc","security_groups":["6223e2ce-8038-4936-be87-0330fd261233"],"mac_address":"fa:16:3e:67:93:ac","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:38Z","binding:vnic_type":"normal","device_id":"3855b03f-cfc8-43cb-b279-deb18912bfd5"}]} 2018-12-12 15:49:55,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-6dab3ae5-6bce-4422-96e6-13f2bc1d1952 2018-12-12 15:49:55,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:49:56,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f8067e20e55f4156a70ef349b3b28f82", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role"}], "expires_at": "2018-12-12T16:49:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3572392340048b19cfdda4ca039b48c", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e3572392340048b19cfdda4ca039b48c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-user", "id": "dab0414fb23143b7a18eecfb003bc0ce"}, "audit_ids": ["cNSxNRbwQLep4pFp9J0Jhg"], "issued_at": "2018-12-12T15:49:56.000000Z"}} 2018-12-12 15:49:56,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10770c6161677f8db6768213ebccc94ac868e2ca" 2018-12-12 15:49:57,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3ec2a6d-b9af-44c0-8d46-0e378eccc231 x-compute-request-id: req-a3ec2a6d-b9af-44c0-8d46-0e378eccc231 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:57,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-a3ec2a6d-b9af-44c0-8d46-0e378eccc231 2018-12-12 15:49:57,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:57,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45d53e08-4a32-47cd-be72-d39fff3679d7 x-compute-request-id: req-45d53e08-4a32-47cd-be72-d39fff3679d7 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:57,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-45d53e08-4a32-47cd-be72-d39fff3679d7 2018-12-12 15:49:57,834 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst] is - ACTIVE 2018-12-12 15:49:57,834 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:49:57,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:58,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-438d8ab6-3633-4cdc-bd76-7d4f3f5d3604 x-compute-request-id: req-438d8ab6-3633-4cdc-bd76-7d4f3f5d3604 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:58,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-438d8ab6-3633-4cdc-bd76-7d4f3f5d3604 2018-12-12 15:49:58,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:58,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ca6c546e-2512-46b2-997e-fbd390c001f9 Date: Wed, 12 Dec 2018 15:49: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:58,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-ca6c546e-2512-46b2-997e-fbd390c001f9 2018-12-12 15:49:58,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:58,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc23bea-69a5-4682-a3da-70f5d2aa48b0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:58,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-2fc23bea-69a5-4682-a3da-70f5d2aa48b0 2018-12-12 15:49:58,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:58,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b65fe7fc-c06a-4f86-9218-bc88d31fc3c9 Date: Wed, 12 Dec 2018 15:49:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:58,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-b65fe7fc-c06a-4f86-9218-bc88d31fc3c9 2018-12-12 15:49:58,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:58,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-82a6d569-fda4-41f4-9914-bbde58c4391b Date: Wed, 12 Dec 2018 15:49:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.2"}],"id":"509a0e67-86a2-428e-8f60-e47e5dbefd1e","security_groups":[],"mac_address":"fa:16:3e:e5:6f:0f","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.3"}],"id":"560c9f65-8019-473f-acb4-554d6e42338b","security_groups":[],"mac_address":"fa:16:3e:18:78:78","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.4"}],"id":"ca70e863-8e54-41b2-ac20-d805b5300403","security_groups":[],"mac_address":"fa:16:3e:67:b9:f8","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.10"}],"id":"f1828682-5573-4cb8-8fe7-a6378c2e10fc","security_groups":["6223e2ce-8038-4936-be87-0330fd261233"],"mac_address":"fa:16:3e:67:93:ac","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:38Z","binding:vnic_type":"normal","device_id":"3855b03f-cfc8-43cb-b279-deb18912bfd5"}]} 2018-12-12 15:49:58,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-82a6d569-fda4-41f4-9914-bbde58c4391b 2018-12-12 15:49:58,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:59,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed4b6d9e-2036-4de5-9d15-fd75e36e5d33 x-compute-request-id: req-ed4b6d9e-2036-4de5-9d15-fd75e36e5d33 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:49:59,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-ed4b6d9e-2036-4de5-9d15-fd75e36e5d33 2018-12-12 15:49:59,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:59,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-01947230-1b43-490e-ab4e-1df6f1a8b188 Date: Wed, 12 Dec 2018 15:49: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:49:59,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-01947230-1b43-490e-ab4e-1df6f1a8b188 2018-12-12 15:49:59,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:59,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fba5a44-0165-4095-b40b-2bd133d1cc27 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:49:59,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-8fba5a44-0165-4095-b40b-2bd133d1cc27 2018-12-12 15:49:59,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:49:59,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d3bc96df-828e-4eea-ac3d-2ca66eb3b00b Date: Wed, 12 Dec 2018 15:49:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:49:59,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-d3bc96df-828e-4eea-ac3d-2ca66eb3b00b 2018-12-12 15:49:59,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:00,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-e78141da-1ca9-4be9-a617-ca415fa36d81 Date: Wed, 12 Dec 2018 15:50:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.2"}],"id":"509a0e67-86a2-428e-8f60-e47e5dbefd1e","security_groups":[],"mac_address":"fa:16:3e:e5:6f:0f","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.3"}],"id":"560c9f65-8019-473f-acb4-554d6e42338b","security_groups":[],"mac_address":"fa:16:3e:18:78:78","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.4"}],"id":"ca70e863-8e54-41b2-ac20-d805b5300403","security_groups":[],"mac_address":"fa:16:3e:67:b9:f8","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.10"}],"id":"f1828682-5573-4cb8-8fe7-a6378c2e10fc","security_groups":["6223e2ce-8038-4936-be87-0330fd261233"],"mac_address":"fa:16:3e:67:93:ac","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:38Z","binding:vnic_type":"normal","device_id":"3855b03f-cfc8-43cb-b279-deb18912bfd5"}]} 2018-12-12 15:50:00,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-e78141da-1ca9-4be9-a617-ca415fa36d81 2018-12-12 15:50:00,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name"}}' 2018-12-12 15:50:00,252 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:50: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-bf7edda5-e4df-45b3-8ff9-4f1fede9fae2 x-compute-request-id: req-bf7edda5-e4df-45b3-8ff9-4f1fede9fae2 Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name is not found for project e3572392340048b19cfdda4ca039b48c", "code": 404}} 2018-12-12 15:50:00,253 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5/action used request id req-bf7edda5-e4df-45b3-8ff9-4f1fede9fae2 2018-12-12 15:50:00,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:00,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50: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-e36072d1-be74-4bf1-bd90-b668ce028309 x-compute-request-id: req-e36072d1-be74-4bf1-bd90-b668ce028309 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:00,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-e36072d1-be74-4bf1-bd90-b668ce028309 2018-12-12 15:50:00,725 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name] - Security group InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name is not found for project e3572392340048b19cfdda4ca039b48c (HTTP 404) (Request-ID: req-bf7edda5-e4df-45b3-8ff9-4f1fede9fae2) 2018-12-12 15:50:00,725 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-name is not found for project e3572392340048b19cfdda4ca039b48c (HTTP 404) (Request-ID: req-bf7edda5-e4df-45b3-8ff9-4f1fede9fae2) 2018-12-12 15:50:00,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:01,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50: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-76c82426-4f0a-4841-b47d-ec21bb1803cd x-compute-request-id: req-76c82426-4f0a-4841-b47d-ec21bb1803cd Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:01,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-76c82426-4f0a-4841-b47d-ec21bb1803cd 2018-12-12 15:50:01,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:01,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d1c6582b-9317-42f0-832a-c8b7dadc48e9 Date: Wed, 12 Dec 2018 15:50: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":["0e887c7f-c234-4dc4-8e3b-17cfeeddf567"],"updated_at":"2018-12-12T15:49:33Z","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3572392340048b19cfdda4ca039b48c","id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net"}]} 2018-12-12 15:50:01,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net used request id req-d1c6582b-9317-42f0-832a-c8b7dadc48e9 2018-12-12 15:50:01,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:02,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c8bb494-45e7-49c3-91a3-83b854749506 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:50:02,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-0c8bb494-45e7-49c3-91a3-83b854749506 2018-12-12 15:50:02,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:02,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-581ebc2c-3092-4c61-915f-db401c5607d6 Date: Wed, 12 Dec 2018 15:50:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","dns_nameservers":[],"updated_at":"2018-12-12T15:49:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3572392340048b19cfdda4ca039b48c","id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet"}]} 2018-12-12 15:50:02,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-581ebc2c-3092-4c61-915f-db401c5607d6 2018-12-12 15:50:02,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:02,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-d47f0a17-742e-4682-adaa-c6160eaa7560 Date: Wed, 12 Dec 2018 15:50:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.2"}],"id":"509a0e67-86a2-428e-8f60-e47e5dbefd1e","security_groups":[],"mac_address":"fa:16:3e:e5:6f:0f","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.3"}],"id":"560c9f65-8019-473f-acb4-554d6e42338b","security_groups":[],"mac_address":"fa:16:3e:18:78:78","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.4"}],"id":"ca70e863-8e54-41b2-ac20-d805b5300403","security_groups":[],"mac_address":"fa:16:3e:67:b9:f8","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-48dd44d7-930e-4ce1-ae8c-2328e81e511f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:49:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0e887c7f-c234-4dc4-8e3b-17cfeeddf567","ip_address":"10.55.0.10"}],"id":"f1828682-5573-4cb8-8fe7-a6378c2e10fc","security_groups":["6223e2ce-8038-4936-be87-0330fd261233"],"mac_address":"fa:16:3e:67:93:ac","project_id":"e3572392340048b19cfdda4ca039b48c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port","admin_state_up":true,"network_id":"48dd44d7-930e-4ce1-ae8c-2328e81e511f","tenant_id":"e3572392340048b19cfdda4ca039b48c","created_at":"2018-12-12T15:49:38Z","binding:vnic_type":"normal","device_id":"3855b03f-cfc8-43cb-b279-deb18912bfd5"}]} 2018-12-12 15:50:02,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-d47f0a17-742e-4682-adaa-c6160eaa7560 2018-12-12 15:50:02,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10770c6161677f8db6768213ebccc94ac868e2ca" 2018-12-12 15:50:03,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b880509a-1167-4308-bb4a-854dffcad22b x-compute-request-id: req-b880509a-1167-4308-bb4a-854dffcad22b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:93:ac", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "security_groups": [{"name": "default"}], "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:49:49Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:03,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-b880509a-1167-4308-bb4a-854dffcad22b 2018-12-12 15:50:03,094 - create_instance - INFO - Deleting Port with ID - f1828682-5573-4cb8-8fe7-a6378c2e10fc 2018-12-12 15:50:03,094 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-port 2018-12-12 15:50:03,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/f1828682-5573-4cb8-8fe7-a6378c2e10fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:03,684 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6300222-ed68-4a6f-9c09-ee435bdaf993 Date: Wed, 12 Dec 2018 15:50:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:50:03,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/f1828682-5573-4cb8-8fe7-a6378c2e10fc used request id req-d6300222-ed68-4a6f-9c09-ee435bdaf993 2018-12-12 15:50:03,685 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst 2018-12-12 15:50:03,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:03,849 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15: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-3d90258c-f7bf-48e0-a2ab-8b716bb8263b x-compute-request-id: req-3d90258c-f7bf-48e0-a2ab-8b716bb8263b Content-Type: application/json 2018-12-12 15:50:03,849 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-3d90258c-f7bf-48e0-a2ab-8b716bb8263b 2018-12-12 15:50:03,850 - create_instance - INFO - Checking deletion status 2018-12-12 15:50:03,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:04,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-b555772c-2924-4f11-89a6-48acefb52d51 x-compute-request-id: req-b555772c-2924-4f11-89a6-48acefb52d51 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.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:03Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:04,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-b555772c-2924-4f11-89a6-48acefb52d51 2018-12-12 15:50:04,098 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst] is - ACTIVE 2018-12-12 15:50:04,098 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:50:07,101 - create_instance - DEBUG - VM status query timeout in 296.749071121 2018-12-12 15:50:07,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:07,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50: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-f77aa028-ca42-46b0-a1a1-d365d3bc183c x-compute-request-id: req-f77aa028-ca42-46b0-a1a1-d365d3bc183c 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.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:03Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:07,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-f77aa028-ca42-46b0-a1a1-d365d3bc183c 2018-12-12 15:50:07,380 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst] is - ACTIVE 2018-12-12 15:50:07,380 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:50:10,384 - create_instance - DEBUG - VM status query timeout in 293.466411114 2018-12-12 15:50:10,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:10,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50: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-27354abf-b660-459e-873f-8a9e56d0609b x-compute-request-id: req-27354abf-b660-459e-873f-8a9e56d0609b 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.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5", "rel": "bookmark"}], "image": {"id": "078a6518-01af-4b52-91ae-51cc9e11dbd1", "links": [{"href": "http://172.30.9.29:8774/images/078a6518-01af-4b52-91ae-51cc9e11dbd1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:49:48.000000", "flavor": {"id": "724c69a6-8f55-4893-b15b-ea334ee37777", "links": [{"href": "http://172.30.9.29:8774/flavors/724c69a6-8f55-4893-b15b-ea334ee37777", "rel": "bookmark"}]}, "id": "3855b03f-cfc8-43cb-b279-deb18912bfd5", "user_id": "dab0414fb23143b7a18eecfb003bc0ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:03Z", "hostId": "d8dbae43f0bfc4a00f28b40a163363d32cd7704087e728cc96c02b3b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst", "created": "2018-12-12T15:49:42Z", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:10,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-27354abf-b660-459e-873f-8a9e56d0609b 2018-12-12 15:50:10,487 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst] is - ACTIVE 2018-12-12 15:50:10,487 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:50:13,490 - create_instance - DEBUG - VM status query timeout in 290.359709024 2018-12-12 15:50:13,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6567b4d1afe878d24ba4855af27d5a8ccb97cbf3" 2018-12-12 15:50:13,539 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:50:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-565a2cd9-d8c2-4ab9-87c0-4733d665f4b1 x-compute-request-id: req-565a2cd9-d8c2-4ab9-87c0-4733d665f4b1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3855b03f-cfc8-43cb-b279-deb18912bfd5 could not be found.", "code": 404}} 2018-12-12 15:50:13,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3855b03f-cfc8-43cb-b279-deb18912bfd5 used request id req-565a2cd9-d8c2-4ab9-87c0-4733d665f4b1 2018-12-12 15:50:13,539 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3855b03f-cfc8-43cb-b279-deb18912bfd5 could not be found. (HTTP 404) (Request-ID: req-565a2cd9-d8c2-4ab9-87c0-4733d665f4b1) 2018-12-12 15:50:13,540 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-inst 2018-12-12 15:50:13,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/724c69a6-8f55-4893-b15b-ea334ee37777 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38ef182a274e61b441a7d39fc57ab721a02183" 2018-12-12 15:50:13,604 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:50:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4dc84ca-76f1-4171-9854-97f8fc78be57 x-compute-request-id: req-d4dc84ca-76f1-4171-9854-97f8fc78be57 Content-Length: 0 Content-Type: application/json 2018-12-12 15:50:13,604 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/724c69a6-8f55-4893-b15b-ea334ee37777 used request id req-d4dc84ca-76f1-4171-9854-97f8fc78be57 2018-12-12 15:50:13,605 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet 2018-12-12 15:50:13,605 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-subnet 2018-12-12 15:50:13,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/0e887c7f-c234-4dc4-8e3b-17cfeeddf567 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" 2018-12-12 15:50:15,974 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b0d1bb30-80fe-45ce-8954-8447f7743560 Date: Wed, 12 Dec 2018 15:50:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:50:15,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/0e887c7f-c234-4dc4-8e3b-17cfeeddf567 used request id req-b0d1bb30-80fe-45ce-8954-8447f7743560 2018-12-12 15:50:15,975 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-pub-net 2018-12-12 15:50:15,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/48dd44d7-930e-4ce1-ae8c-2328e81e511f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77355dbcc4942349b9d791e2780088a8f62b726" 2018-12-12 15:50:17,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac03e96e-3176-4f86-9259-d28114920a6a Date: Wed, 12 Dec 2018 15:50:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:50:17,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/48dd44d7-930e-4ce1-ae8c-2328e81e511f used request id req-ac03e96e-3176-4f86-9259-d28114920a6a 2018-12-12 15:50:17,352 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e31040b8-ab2a-4204-bd05-405e31443a0a-image 2018-12-12 15:50:17,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a72d3575326e690c262b826ff5dbd5520234871f" 2018-12-12 15:50:19,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc3ae3d1-1ac0-4f84-92f2-d508e90a941c Date: Wed, 12 Dec 2018 15:50:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:50:19,321 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/078a6518-01af-4b52-91ae-51cc9e11dbd1 used request id req-bc3ae3d1-1ac0-4f84-92f2-d508e90a941c 2018-12-12 15:50:19,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:50:19,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0734a035-5d0f-4e2e-8ce1-da1413ce3a0e Date: Wed, 12 Dec 2018 15:50:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:31Z", "updated_at": "2018-12-12T15:49:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:31Z", "revision_number": 0, "id": "1bc807e4-73ae-4365-b5b1-da417a9aaa01", "remote_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:31Z", "security_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3572392340048b19cfdda4ca039b48c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:31Z", "revision_number": 0, "id": "2011a2b5-947d-47dc-8f71-608624526bcc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:31Z", "security_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3572392340048b19cfdda4ca039b48c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:31Z", "revision_number": 0, "id": "b90d7529-0645-47f9-8c42-f7a04894fc7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:31Z", "security_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3572392340048b19cfdda4ca039b48c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:49:31Z", "revision_number": 0, "id": "cc9397c8-c8eb-4fc0-8195-1e666eab4844", "remote_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "remote_ip_prefix": null, "created_at": "2018-12-12T15:49:31Z", "security_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "tenant_id": "e3572392340048b19cfdda4ca039b48c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3572392340048b19cfdda4ca039b48c"}], "revision_number": 4, "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "6223e2ce-8038-4936-be87-0330fd261233", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:50:19,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-0734a035-5d0f-4e2e-8ce1-da1413ce3a0e 2018-12-12 15:50:19,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:50:19,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c948a98-0eed-4e1c-8890-52d521d05aa2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c"}, "enabled": true, "id": "e3572392340048b19cfdda4ca039b48c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-612f3cc3-57c9-402-proj"}} 2018-12-12 15:50:19,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-0c948a98-0eed-4e1c-8890-52d521d05aa2 2018-12-12 15:50:19,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6223e2ce-8038-4936-be87-0330fd261233 2018-12-12 15:50:19,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6223e2ce-8038-4936-be87-0330fd261233 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:50:19,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-77ff23a6-ff59-46d5-a6f9-48f9864347a2 Date: Wed, 12 Dec 2018 15:50:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:31Z", "security_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:31Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "1bc807e4-73ae-4365-b5b1-da417a9aaa01"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:31Z", "security_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:31Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "2011a2b5-947d-47dc-8f71-608624526bcc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:31Z", "security_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:31Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "b90d7529-0645-47f9-8c42-f7a04894fc7d"}, {"remote_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:49:31Z", "security_group_id": "6223e2ce-8038-4936-be87-0330fd261233", "port_range_min": null, "revision_number": 0, "tenant_id": "e3572392340048b19cfdda4ca039b48c", "created_at": "2018-12-12T15:49:31Z", "project_id": "e3572392340048b19cfdda4ca039b48c", "id": "cc9397c8-c8eb-4fc0-8195-1e666eab4844"}]} 2018-12-12 15:50:19,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6223e2ce-8038-4936-be87-0330fd261233 used request id req-77ff23a6-ff59-46d5-a6f9-48f9864347a2 2018-12-12 15:50:19,830 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:50:19,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6223e2ce-8038-4936-be87-0330fd261233 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:50:20,128 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0757f711-27b4-404d-b754-d12cf783ebac Content-Length: 0 Date: Wed, 12 Dec 2018 15:50:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:50:20,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6223e2ce-8038-4936-be87-0330fd261233 used request id req-0757f711-27b4-404d-b754-d12cf783ebac 2018-12-12 15:50:20,129 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-612f3cc3-57c9-402-proj 2018-12-12 15:50:20,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:50:20,336 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:50:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-197f8ab3-2ffd-4935-b2a7-c41aadb5e11c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:50:20,336 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e3572392340048b19cfdda4ca039b48c used request id req-197f8ab3-2ffd-4935-b2a7-c41aadb5e11c 2018-12-12 15:50:20,336 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-612f3cc3-57c9-402-proj-role 2018-12-12 15:50:20,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f8067e20e55f4156a70ef349b3b28f82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:50:20,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:50:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3032a351-d666-4ac7-a64f-682dba120a16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:50:20,458 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f8067e20e55f4156a70ef349b3b28f82 used request id req-3032a351-d666-4ac7-a64f-682dba120a16 2018-12-12 15:50:20,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e91c6ee421ba76d0055e7654bf7c9749306567" 2018-12-12 15:50:20,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b3c0ec6-a458-4ebd-9a5a-345d061371e2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:50:20,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0b3c0ec6-a458-4ebd-9a5a-345d061371e2 2018-12-12 15:50:20,545 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-612f3cc3-57c9-402-user 2018-12-12 15:50:20,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/dab0414fb23143b7a18eecfb003bc0ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c4546de1ae3c97e19e5c8558083727aad68234" 2018-12-12 15:50:20,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:50:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb642729-7acf-49c3-ac2e-bece4576adc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:50:20,754 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/dab0414fb23143b7a18eecfb003bc0ce used request id req-cb642729-7acf-49c3-ac2e-bece4576adc2 2018-12-12 15:50:20,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:21,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:50:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["_FIvj3ToQfa7jZlEsFdI1Q"], "issued_at": "2018-12-12T15:50:21.000000Z"}} 2018-12-12 15:50:21,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380241c66fd21be0d06056b024b52fb3a731ca50" 2018-12-12 15:50:21,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2992fd8-ad79-4063-a7ac-fe679322e7be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:21,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e2992fd8-ad79-4063-a7ac-fe679322e7be 2018-12-12 15:50:21,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:21,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:21,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:50:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["zTaczcysRO6-TVOBCt8xqQ"], "issued_at": "2018-12-12T15:50:21.000000Z"}} 2018-12-12 15:50:21,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:50:21,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb104c04-3846-4833-aa36-6e009326ddcc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:21,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bb104c04-3846-4833-aa36-6e009326ddcc 2018-12-12 15:50:21,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:50:21,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:50: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:50:21,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ab36a192-bb44-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:50:21,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb76281-0dda-449b-bd90-e47df8372f6a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ab36a192-bb44-458-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:50:21,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ab36a192-bb44-458-proj used request id req-6cb76281-0dda-449b-bd90-e47df8372f6a 2018-12-12 15:50:21,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:50:21,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b9ec3b-b514-4018-914a-602629b1e9f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:50:21,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-44b9ec3b-b514-4018-914a-602629b1e9f0 2018-12-12 15:50:21,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}}' 2018-12-12 15:50:22,099 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a5bbae9-7dd6-449f-a752-8c68d309761d Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:22,099 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0a5bbae9-7dd6-449f-a752-8c68d309761d 2018-12-12 15:50:22,099 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-ab36a192-bb44-458-proj 2018-12-12 15:50:22,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:22,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:22,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:50:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["eC96fNIzSyKhQo9zoy04TA"], "issued_at": "2018-12-12T15:50:22.000000Z"}} 2018-12-12 15:50:22,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde23b4106b9cc06d1cafcd54db176b69c1751c" 2018-12-12 15:50:22,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6c1d39-b630-455c-956e-1b10ad118826 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:22,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cf6c1d39-b630-455c-956e-1b10ad118826 2018-12-12 15:50:22,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:50:22,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:50: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:50:22,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde23b4106b9cc06d1cafcd54db176b69c1751c" 2018-12-12 15:50:22,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937d863e-1143-4545-86b7-abc6ecb0c65e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:50:22,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-937d863e-1143-4545-86b7-abc6ecb0c65e 2018-12-12 15:50:22,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-ab36a192-bb44-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde23b4106b9cc06d1cafcd54db176b69c1751c" 2018-12-12 15:50:22,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b170ae-8865-4f86-9b82-9252cc5884a3 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-ab36a192-bb44-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}]} 2018-12-12 15:50:22,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-ab36a192-bb44-458-proj used request id req-d8b170ae-8865-4f86-9b82-9252cc5884a3 2018-12-12 15:50:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde23b4106b9cc06d1cafcd54db176b69c1751c" 2018-12-12 15:50:22,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf309e81-c947-4a9a-b112-876e04af17c4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:50:22,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bf309e81-c947-4a9a-b112-876e04af17c4 2018-12-12 15:50:23,267 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-ab36a192-bb44-458-user 2018-12-12 15:50:23,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:23,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:50:23,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c1051ca-2fe9-4e13-833b-58112c34bb4e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:50:23,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2c1051ca-2fe9-4e13-833b-58112c34bb4e 2018-12-12 15:50:23,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" -d '{"role": {"name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role"}}' 2018-12-12 15:50:23,482 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:50:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17a9d79a-6375-457f-8905-4305b6d50fca Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b78b3d85508748389a1db04e6a704244", "links": {"self": "http://172.30.9.29:5000/v3/roles/b78b3d85508748389a1db04e6a704244"}, "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role"}} 2018-12-12 15:50:23,482 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-17a9d79a-6375-457f-8905-4305b6d50fca 2018-12-12 15:50:23,482 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role 2018-12-12 15:50:23,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b78b3d85508748389a1db04e6a704244 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:50:23,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ef7834d-b985-409a-b672-b00c43caeb1f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b78b3d85508748389a1db04e6a704244"}, "domain_id": null, "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role", "id": "b78b3d85508748389a1db04e6a704244"}} 2018-12-12 15:50:23,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b78b3d85508748389a1db04e6a704244 used request id req-2ef7834d-b985-409a-b672-b00c43caeb1f 2018-12-12 15:50:23,573 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role to project InstanceSecurityGroupTests-ab36a192-bb44-458-proj 2018-12-12 15:50:23,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885/users/0b221e7fcbda488496bf0af2f9f1d6d3/roles/b78b3d85508748389a1db04e6a704244 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:50:23,712 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:50:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-566308b9-d034-4fc9-b088-5445cb677497 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:50:23,712 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885/users/0b221e7fcbda488496bf0af2f9f1d6d3/roles/b78b3d85508748389a1db04e6a704244 used request id req-566308b9-d034-4fc9-b088-5445cb677497 2018-12-12 15:50:23,713 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:50:23,714 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:50:23,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:23,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:24,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b78b3d85508748389a1db04e6a704244", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role"}], "expires_at": "2018-12-12T16:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "baa872401c764194a82d7fa2a46b3885", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-user", "id": "0b221e7fcbda488496bf0af2f9f1d6d3"}, "audit_ids": ["MGRSxFwyQyW_OshW26x6JA"], "issued_at": "2018-12-12T15:50:24.000000Z"}} 2018-12-12 15:50:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" 2018-12-12 15:50:24,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a88c3e1-c2ed-496f-994a-1bbf96788e71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:24,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6a88c3e1-c2ed-496f-994a-1bbf96788e71 2018-12-12 15:50:24,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" 2018-12-12 15:50:24,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-e46f81c4-e790-4181-85a1-2243c0875cae Date: Wed, 12 Dec 2018 15:50:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image"} 2018-12-12 15:50:24,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image used request id req-e46f81c4-e790-4181-85a1-2243c0875cae 2018-12-12 15:50:24,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" 2018-12-12 15:50:24,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dbeed447-de01-4e9c-aedc-7b62a95de70c Date: Wed, 12 Dec 2018 15:50:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:50:24,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-dbeed447-de01-4e9c-aedc-7b62a95de70c 2018-12-12 15:50:24,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image"}' 2018-12-12 15:50:24,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a X-Openstack-Request-Id: req-cf542694-6fac-4327-8dc7-289b83075177 Date: Wed, 12 Dec 2018 15:50:24 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:50:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:50:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "min_disk": 0, "protected": false, "id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "file": "/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a/file", "checksum": null, "owner": "baa872401c764194a82d7fa2a46b3885", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:50:24,802 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-cf542694-6fac-4327-8dc7-289b83075177 2018-12-12 15:50:24,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" -d '' 2018-12-12 15:50:27,324 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-876e70d9-0117-42f8-ae9d-93649fda51a1 Date: Wed, 12 Dec 2018 15:50:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:50:27,324 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a/file used request id req-876e70d9-0117-42f8-ae9d-93649fda51a1 2018-12-12 15:50:27,325 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:50:27,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" 2018-12-12 15:50:27,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-c4d09f20-cd5c-4dc7-867e-079bfca50f65 Date: Wed, 12 Dec 2018 15:50:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:50:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:50:27Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6cf935a0-eb18-4cac-9d78-737267b0688a/snap", "metadata": {}}], "self": "/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "min_disk": 0, "protected": false, "id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "file": "/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "baa872401c764194a82d7fa2a46b3885", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6cf935a0-eb18-4cac-9d78-737267b0688a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:50:27,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a used request id req-c4d09f20-cd5c-4dc7-867e-079bfca50f65 2018-12-12 15:50:27,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" 2018-12-12 15:50:27,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5f6a97e1-fa8a-4e6b-94b0-4310c0e4c491 Date: Wed, 12 Dec 2018 15:50:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:50:27,654 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5f6a97e1-fa8a-4e6b-94b0-4310c0e4c491 2018-12-12 15:50:27,657 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image 2018-12-12 15:50:27,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" 2018-12-12 15:50:27,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-900e4807-ec95-4f45-9fd6-a634a96df302 Date: Wed, 12 Dec 2018 15:50:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:50:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:50:27Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6cf935a0-eb18-4cac-9d78-737267b0688a/snap", "metadata": {}}], "self": "/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "min_disk": 0, "protected": false, "id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "file": "/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "baa872401c764194a82d7fa2a46b3885", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6cf935a0-eb18-4cac-9d78-737267b0688a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:50:27,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a used request id req-900e4807-ec95-4f45-9fd6-a634a96df302 2018-12-12 15:50:27,825 - create_image - DEBUG - Instance status is - active 2018-12-12 15:50:27,825 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image 2018-12-12 15:50:27,825 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image 2018-12-12 15:50:27,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:27,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:28,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b78b3d85508748389a1db04e6a704244", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role"}], "expires_at": "2018-12-12T16:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "baa872401c764194a82d7fa2a46b3885", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-user", "id": "0b221e7fcbda488496bf0af2f9f1d6d3"}, "audit_ids": ["fV4JZcGcQKuIrQ8PB_NJXg"], "issued_at": "2018-12-12T15:50:28.000000Z"}} 2018-12-12 15:50:28,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" 2018-12-12 15:50:28,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c70d341-34b8-4a9e-bc28-35acbee5fe7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:28,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0c70d341-34b8-4a9e-bc28-35acbee5fe7d 2018-12-12 15:50:28,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" 2018-12-12 15:50:28,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-61bfc465-1141-4faa-9a81-0298cd1d4747 Date: Wed, 12 Dec 2018 15:50:28 GMT RESP BODY: {"networks":[]} 2018-12-12 15:50:28,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-61bfc465-1141-4faa-9a81-0298cd1d4747 2018-12-12 15:50:28,471 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net 2018-12-12 15:50:28,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" -d '{"network": {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net", "admin_state_up": true}}' 2018-12-12 15:50:29,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-3556b775-3a9d-40c7-9dfa-c752265be0d7 Date: Wed, 12 Dec 2018 15:50:29 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"90c65979-7add-4d87-a08b-64186ad5c43d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:50:28Z","is_default":false,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","mtu":1450}} 2018-12-12 15:50:29,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-3556b775-3a9d-40c7-9dfa-c752265be0d7 2018-12-12 15:50:29,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" 2018-12-12 15:50:29,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-85b6958c-a78a-47e4-b5dc-54af2bb4f9a0 Date: Wed, 12 Dec 2018 15:50:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:50:28Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:29,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-85b6958c-a78a-47e4-b5dc-54af2bb4f9a0 2018-12-12 15:50:29,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" 2018-12-12 15:50:29,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-be391061-816a-4a39-8ae3-6d625193a688 Date: Wed, 12 Dec 2018 15:50:29 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:50:29,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-be391061-816a-4a39-8ae3-6d625193a688 2018-12-12 15:50:29,550 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet 2018-12-12 15:50:29,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" -d '{"subnets": [{"ip_version": 4, "network_id": "90c65979-7add-4d87-a08b-64186ad5c43d", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]}' 2018-12-12 15:50:30,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fea058fc-0145-4789-898a-78afabd19c23 Date: Wed, 12 Dec 2018 15:50:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:30,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-fea058fc-0145-4789-898a-78afabd19c23 2018-12-12 15:50:30,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" 2018-12-12 15:50:30,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-09e8f675-bdad-4d44-a830-b0cfa2516133 Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:30,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-09e8f675-bdad-4d44-a830-b0cfa2516133 2018-12-12 15:50:30,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" 2018-12-12 15:50:30,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6a31cb47-349d-4ef1-9791-73bb8d77360b Date: Wed, 12 Dec 2018 15:50:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:30,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-6a31cb47-349d-4ef1-9791-73bb8d77360b 2018-12-12 15:50:30,606 - OpenStackNetwork - DEBUG - Network [90c65979-7add-4d87-a08b-64186ad5c43d] created successfully 2018-12-12 15:50:30,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:30,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:30,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:50:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["mfMvisNYT-Cl3lGokiWlcg"], "issued_at": "2018-12-12T15:50:30.000000Z"}} 2018-12-12 15:50:30,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84424b67cf0143385d01fe0006ea034da155cfc" 2018-12-12 15:50:31,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e93df8-c04d-41e9-8875-923c45488be4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:31,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c8e93df8-c04d-41e9-8875-923c45488be4 2018-12-12 15:50:31,082 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:50:31,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84424b67cf0143385d01fe0006ea034da155cfc" 2018-12-12 15:50:31,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf238589-d618-4bd4-8125-0b0c01f0780d x-compute-request-id: req-cf238589-d618-4bd4-8125-0b0c01f0780d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:50:31,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-cf238589-d618-4bd4-8125-0b0c01f0780d 2018-12-12 15:50:31,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84424b67cf0143385d01fe0006ea034da155cfc" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:50:31,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e4e06fc-092a-4c20-ad28-769000286620 x-compute-request-id: req-6e4e06fc-092a-4c20-ad28-769000286620 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:50:31,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6e4e06fc-092a-4c20-ad28-769000286620 2018-12-12 15:50:31,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:31,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:31,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b78b3d85508748389a1db04e6a704244", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role"}], "expires_at": "2018-12-12T16:50:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "baa872401c764194a82d7fa2a46b3885", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-user", "id": "0b221e7fcbda488496bf0af2f9f1d6d3"}, "audit_ids": ["XnoxHTtPSLaoWh8a3EpVRA"], "issued_at": "2018-12-12T15:50:31.000000Z"}} 2018-12-12 15:50:31,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:31,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea4a2807-fe0e-459f-9e2f-a8385297f89f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:31,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ea4a2807-fe0e-459f-9e2f-a8385297f89f 2018-12-12 15:50:31,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:31,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b96376e7-0d2f-4061-b604-920a6e2d6083 Date: Wed, 12 Dec 2018 15:50:31 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:50:31,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name&description=hello+group used request id req-b96376e7-0d2f-4061-b604-920a6e2d6083 2018-12-12 15:50:31,956 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name... 2018-12-12 15:50:31,956 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name 2018-12-12 15:50:31,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" -d '{"security_group": {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name", "description": "hello group"}}' 2018-12-12 15:50:32,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f3966237-375e-4ac3-8b5a-fdf6bd9bb4c1 Date: Wed, 12 Dec 2018 15:50:32 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "updated_at": "2018-12-12T15:50:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "revision_number": 0, "id": "4a13efa5-d638-461b-ba10-432fc636e94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv6", "project_id": "baa872401c764194a82d7fa2a46b3885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "revision_number": 0, "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv4", "project_id": "baa872401c764194a82d7fa2a46b3885"}], "revision_number": 2, "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}} 2018-12-12 15:50:32,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-f3966237-375e-4ac3-8b5a-fdf6bd9bb4c1 2018-12-12 15:50:32,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73ee9cb-77b3-43fe-ad64-6322064da2d8 2018-12-12 15:50:32,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:32,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9c931bc-31b2-4655-8581-f107a1bc0097 Date: Wed, 12 Dec 2018 15:50:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4a13efa5-d638-461b-ba10-432fc636e94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594"}]} 2018-12-12 15:50:32,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-e9c931bc-31b2-4655-8581-f107a1bc0097 2018-12-12 15:50:32,465 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73ee9cb-77b3-43fe-ad64-6322064da2d8 2018-12-12 15:50:32,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:32,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ccd88a16-6948-4e39-b766-4079d3c8dbd5 Date: Wed, 12 Dec 2018 15:50:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4a13efa5-d638-461b-ba10-432fc636e94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594"}]} 2018-12-12 15:50:32,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-ccd88a16-6948-4e39-b766-4079d3c8dbd5 2018-12-12 15:50:32,494 - neutron_utils - INFO - Retrieving security group with ID - b73ee9cb-77b3-43fe-ad64-6322064da2d8 2018-12-12 15:50:32,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:32,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-feb25d98-4f2b-4532-8525-9c0d895e54cc Date: Wed, 12 Dec 2018 15:50:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "updated_at": "2018-12-12T15:50:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "revision_number": 0, "id": "4a13efa5-d638-461b-ba10-432fc636e94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv6", "project_id": "baa872401c764194a82d7fa2a46b3885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "revision_number": 0, "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv4", "project_id": "baa872401c764194a82d7fa2a46b3885"}], "revision_number": 2, "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}]} 2018-12-12 15:50:32,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-feb25d98-4f2b-4532-8525-9c0d895e54cc 2018-12-12 15:50:32,681 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73ee9cb-77b3-43fe-ad64-6322064da2d8 2018-12-12 15:50:32,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:32,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bcf396c4-8b42-4c5c-9310-21884cda49ae Date: Wed, 12 Dec 2018 15:50:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4a13efa5-d638-461b-ba10-432fc636e94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594"}]} 2018-12-12 15:50:32,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-bcf396c4-8b42-4c5c-9310-21884cda49ae 2018-12-12 15:50:32,863 - neutron_utils - INFO - Retrieving security group with ID - b73ee9cb-77b3-43fe-ad64-6322064da2d8 2018-12-12 15:50:32,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:32,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-83fe6e2b-74ee-4d48-b171-26d172f5e50e Date: Wed, 12 Dec 2018 15:50:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "updated_at": "2018-12-12T15:50:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "revision_number": 0, "id": "4a13efa5-d638-461b-ba10-432fc636e94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv6", "project_id": "baa872401c764194a82d7fa2a46b3885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "revision_number": 0, "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv4", "project_id": "baa872401c764194a82d7fa2a46b3885"}], "revision_number": 2, "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}]} 2018-12-12 15:50:32,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-83fe6e2b-74ee-4d48-b171-26d172f5e50e 2018-12-12 15:50:32,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73ee9cb-77b3-43fe-ad64-6322064da2d8 2018-12-12 15:50:32,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:33,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-71b662a3-1828-4144-aaba-2f3982d30561 Date: Wed, 12 Dec 2018 15:50:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4a13efa5-d638-461b-ba10-432fc636e94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594"}]} 2018-12-12 15:50:33,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-71b662a3-1828-4144-aaba-2f3982d30561 2018-12-12 15:50:33,085 - neutron_utils - INFO - Retrieving security group with ID - b73ee9cb-77b3-43fe-ad64-6322064da2d8 2018-12-12 15:50:33,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:33,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9d30b16f-8eca-4f93-8800-c38eb24c7f60 Date: Wed, 12 Dec 2018 15:50:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "updated_at": "2018-12-12T15:50:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "revision_number": 0, "id": "4a13efa5-d638-461b-ba10-432fc636e94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv6", "project_id": "baa872401c764194a82d7fa2a46b3885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "revision_number": 0, "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv4", "project_id": "baa872401c764194a82d7fa2a46b3885"}], "revision_number": 2, "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}]} 2018-12-12 15:50:33,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-9d30b16f-8eca-4f93-8800-c38eb24c7f60 2018-12-12 15:50:33,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73ee9cb-77b3-43fe-ad64-6322064da2d8 2018-12-12 15:50:33,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:50:33,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-15e4a0a8-727b-46ce-aa67-3ebc1b580bef Date: Wed, 12 Dec 2018 15:50:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4a13efa5-d638-461b-ba10-432fc636e94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:32Z", "security_group_id": "b73ee9cb-77b3-43fe-ad64-6322064da2d8", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:32Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "4c7c9af6-831d-4dc9-a310-73d1143d6594"}]} 2018-12-12 15:50:33,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-15e4a0a8-727b-46ce-aa67-3ebc1b580bef 2018-12-12 15:50:33,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:33,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:33,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b78b3d85508748389a1db04e6a704244", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role"}], "expires_at": "2018-12-12T16:50:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "baa872401c764194a82d7fa2a46b3885", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-user", "id": "0b221e7fcbda488496bf0af2f9f1d6d3"}, "audit_ids": ["vyust5DgRSSXNJkg4L43rw"], "issued_at": "2018-12-12T15:50:33.000000Z"}} 2018-12-12 15:50:33,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:33,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f35eb2-a435-41a3-9969-f2f0d8f40427 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:33,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-40f35eb2-a435-41a3-9969-f2f0d8f40427 2018-12-12 15:50:33,654 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:50:33,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:33,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e4d845d-9a9b-417e-9eb5-00e57490d1ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:33,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3e4d845d-9a9b-417e-9eb5-00e57490d1ba 2018-12-12 15:50:33,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:33,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f76d1feb-f1e7-40fd-92f5-f433a653a172 Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:33,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-f76d1feb-f1e7-40fd-92f5-f433a653a172 2018-12-12 15:50:33,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:50:33,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:50: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:50:33,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:34,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c815f9d-6c2c-407c-9fda-8f654afda92e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:34,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-7c815f9d-6c2c-407c-9fda-8f654afda92e 2018-12-12 15:50:34,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:34,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0475556e-3074-4370-9c2b-d329fd601192 Date: Wed, 12 Dec 2018 15:50:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:34,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-0475556e-3074-4370-9c2b-d329fd601192 2018-12-12 15:50:34,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:34,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-398ea909-8a77-4dbd-836b-3c10d48b998b Date: Wed, 12 Dec 2018 15:50:34 GMT RESP BODY: {"ports":[]} 2018-12-12 15:50:34,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port&admin_state_up=True used request id req-398ea909-8a77-4dbd-836b-3c10d48b998b 2018-12-12 15:50:34,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:34,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-f2b18327-aef5-4818-b6f0-14b2af8cf319 x-compute-request-id: req-f2b18327-aef5-4818-b6f0-14b2af8cf319 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:50:34,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst used request id req-f2b18327-aef5-4818-b6f0-14b2af8cf319 2018-12-12 15:50:34,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:34,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-64848e81-d19b-4af0-88ef-c34460ec903c Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:34,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-64848e81-d19b-4af0-88ef-c34460ec903c 2018-12-12 15:50:34,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:35,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9321c7-b2c3-41eb-8d84-5469aa872e1b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:35,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-4f9321c7-b2c3-41eb-8d84-5469aa872e1b 2018-12-12 15:50:35,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:35,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3bc702e2-80aa-462f-acc3-88cb24aebd63 Date: Wed, 12 Dec 2018 15:50:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:35,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-3bc702e2-80aa-462f-acc3-88cb24aebd63 2018-12-12 15:50:35,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:35,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dcbac316-d996-4f03-9694-4c470603620c Date: Wed, 12 Dec 2018 15:50:35 GMT RESP BODY: {"ports":[]} 2018-12-12 15:50:35,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port&admin_state_up=True used request id req-dcbac316-d996-4f03-9694-4c470603620c 2018-12-12 15:50:35,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:50:35,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:35,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b78b3d85508748389a1db04e6a704244", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role"}], "expires_at": "2018-12-12T16:50:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "baa872401c764194a82d7fa2a46b3885", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-user", "id": "0b221e7fcbda488496bf0af2f9f1d6d3"}, "audit_ids": ["7RETlSN9SbWxt0mvICv4-Q"], "issued_at": "2018-12-12T15:50:35.000000Z"}} 2018-12-12 15:50:35,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4ef58562854048ee03e47b47334543784972af" 2018-12-12 15:50:35,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe97af2-b70e-4576-8a52-93985d13f9e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:50:35,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4fe97af2-b70e-4576-8a52-93985d13f9e1 2018-12-12 15:50:35,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:36,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-63557c51-f97e-4b80-a28a-ade06b58e4cf Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:36,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-63557c51-f97e-4b80-a28a-ade06b58e4cf 2018-12-12 15:50:36,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:36,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ae786483-d262-459b-9ebe-6d55d2ab452e Date: Wed, 12 Dec 2018 15:50:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:36,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-ae786483-d262-459b-9ebe-6d55d2ab452e 2018-12-12 15:50:36,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:36,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-98665337-f8d0-417c-9cfc-7b9f5262eda8 Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:36,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-98665337-f8d0-417c-9cfc-7b9f5262eda8 2018-12-12 15:50:36,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:50:36,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:50: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:50:36,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4ef58562854048ee03e47b47334543784972af" 2018-12-12 15:50:36,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a073e65-fac7-4817-b1f2-bb41c636044b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:36,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-3a073e65-fac7-4817-b1f2-bb41c636044b 2018-12-12 15:50:36,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:36,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-126dde36-4253-4edb-a01a-e15268082bf2 Date: Wed, 12 Dec 2018 15:50:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:36,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-126dde36-4253-4edb-a01a-e15268082bf2 2018-12-12 15:50:36,732 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net 2018-12-12 15:50:36,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" -d '{"port": {"network_id": "90c65979-7add-4d87-a08b-64186ad5c43d", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port", "admin_state_up": true}}' 2018-12-12 15:50:37,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-94b090b3-af0c-4281-b66f-acb1d09ccde5 Date: Wed, 12 Dec 2018 15:50:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.12"}],"id":"284d5647-db82-4a6e-bd9c-31bdb96566c5","security_groups":["2899e007-837b-4bae-bc43-67fcd3a9d298"],"mac_address":"fa:16:3e:c0:3e:fd","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port","project_id":"baa872401c764194a82d7fa2a46b3885","qos_policy_id":null,"admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:37Z","binding:vnic_type":"normal"}} 2018-12-12 15:50:37,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-94b090b3-af0c-4281-b66f-acb1d09ccde5 2018-12-12 15:50:37,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-29e2a11d-8756-45bc-8f87-368ffeb03f54 Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:38,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-29e2a11d-8756-45bc-8f87-368ffeb03f54 2018-12-12 15:50:38,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3db7beb-ca41-41f4-822c-aeaa6858fe43 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:38,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-d3db7beb-ca41-41f4-822c-aeaa6858fe43 2018-12-12 15:50:38,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7d07c502-943d-4257-b1a5-3d383ed97e1a Date: Wed, 12 Dec 2018 15:50:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:38,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-7d07c502-943d-4257-b1a5-3d383ed97e1a 2018-12-12 15:50:38,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-1aff4574-9f9a-453e-a752-a92aac03c98c Date: Wed, 12 Dec 2018 15:50:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.12"}],"id":"284d5647-db82-4a6e-bd9c-31bdb96566c5","security_groups":["2899e007-837b-4bae-bc43-67fcd3a9d298"],"mac_address":"fa:16:3e:c0:3e:fd","project_id":"baa872401c764194a82d7fa2a46b3885","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:37Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:50:38,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port&admin_state_up=True used request id req-1aff4574-9f9a-453e-a752-a92aac03c98c 2018-12-12 15:50:38,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b182a0-3c3f-4716-a669-ee23044508c0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:38,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-d1b182a0-3c3f-4716-a669-ee23044508c0 2018-12-12 15:50:38,442 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst 2018-12-12 15:50:38,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a20ef7f1-3418-4f2a-b5dd-43e2c358cd88 x-compute-request-id: req-a20ef7f1-3418-4f2a-b5dd-43e2c358cd88 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-flavor-name"}]} 2018-12-12 15:50:38,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a20ef7f1-3418-4f2a-b5dd-43e2c358cd88 2018-12-12 15:50:38,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45e9b79b-aade-4d1b-9f21-5861fc022d09 x-compute-request-id: req-45e9b79b-aade-4d1b-9f21-5861fc022d09 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:50:38,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634 used request id req-45e9b79b-aade-4d1b-9f21-5861fc022d09 2018-12-12 15:50:38,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-ba0806df-06bc-4fe1-acac-aa7b74a95047 Date: Wed, 12 Dec 2018 15:50:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:50:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:50:27Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6cf935a0-eb18-4cac-9d78-737267b0688a/snap", "metadata": {}}], "self": "/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "min_disk": 0, "protected": false, "id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "file": "/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "baa872401c764194a82d7fa2a46b3885", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6cf935a0-eb18-4cac-9d78-737267b0688a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image"} 2018-12-12 15:50:38,682 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image used request id req-ba0806df-06bc-4fe1-acac-aa7b74a95047 2018-12-12 15:50:38,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:38,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2670bd3b-c07b-486f-ab8e-bcea7cd314c1 Date: Wed, 12 Dec 2018 15:50:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:50:38,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2670bd3b-c07b-486f-ab8e-bcea7cd314c1 2018-12-12 15:50:38,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" -d '{"server": {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "imageRef": "6cf935a0-eb18-4cac-9d78-737267b0688a", "flavorRef": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "max_count": 1, "min_count": 1, "networks": [{"port": "284d5647-db82-4a6e-bd9c-31bdb96566c5"}], "security_groups": [{"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}]}}' 2018-12-12 15:50:40,891 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:50:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c26d63ad-54b0-4c6d-860c-4f3bf3d60e5a x-compute-request-id: req-c26d63ad-54b0-4c6d-860c-4f3bf3d60e5a Content-Length: 435 location: http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "adminPass": "vHY7DkhuoDTG"}} 2018-12-12 15:50:40,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c26d63ad-54b0-4c6d-860c-4f3bf3d60e5a 2018-12-12 15:50:40,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:41,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50: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-9662f410-05e2-48f0-8645-c0566bbc4fb5 x-compute-request-id: req-9662f410-05e2-48f0-8645-c0566bbc4fb5 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.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:50:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:41,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-9662f410-05e2-48f0-8645-c0566bbc4fb5 2018-12-12 15:50:41,111 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst 2018-12-12 15:50:41,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:41,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50: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-04b75935-3bf1-4154-97e3-5339f98adb48 x-compute-request-id: req-04b75935-3bf1-4154-97e3-5339f98adb48 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:50:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:41,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-04b75935-3bf1-4154-97e3-5339f98adb48 2018-12-12 15:50:41,466 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst] is - BUILD 2018-12-12 15:50:41,466 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:50:44,469 - create_instance - DEBUG - VM status query timeout in 896.642509937 2018-12-12 15:50:44,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:45,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9377b82f-0119-4e87-89fc-fb3d7c7bd301 x-compute-request-id: req-9377b82f-0119-4e87-89fc-fb3d7c7bd301 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.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:50:41Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:45,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-9377b82f-0119-4e87-89fc-fb3d7c7bd301 2018-12-12 15:50:45,072 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst] is - BUILD 2018-12-12 15:50:45,072 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:50:48,075 - create_instance - DEBUG - VM status query timeout in 893.036020994 2018-12-12 15:50:48,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:48,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-237f06c6-0fbf-48ce-9fec-cb7a4da8241b x-compute-request-id: req-237f06c6-0fbf-48ce-9fec-cb7a4da8241b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:48,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-237f06c6-0fbf-48ce-9fec-cb7a4da8241b 2018-12-12 15:50:48,266 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst] is - ACTIVE 2018-12-12 15:50:48,266 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:50:48,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:48,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-ca0531d0-c399-4fc0-b03f-755f3e21da54 x-compute-request-id: req-ca0531d0-c399-4fc0-b03f-755f3e21da54 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:48,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-ca0531d0-c399-4fc0-b03f-755f3e21da54 2018-12-12 15:50:48,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:49,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-514e917f-0953-449e-be48-a0f26bad0e8a Date: Wed, 12 Dec 2018 15:50:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:49,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-514e917f-0953-449e-be48-a0f26bad0e8a 2018-12-12 15:50:49,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:49,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3d7002c-f3b7-4c95-a6b3-73e156bb354b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:49,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-f3d7002c-f3b7-4c95-a6b3-73e156bb354b 2018-12-12 15:50:49,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:49,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e3e3b4a8-7e9b-4cea-bbba-d24973e6fc9e Date: Wed, 12 Dec 2018 15:50:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:49,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-e3e3b4a8-7e9b-4cea-bbba-d24973e6fc9e 2018-12-12 15:50:49,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:49,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-7d25512d-24a8-4aac-ace8-73bed9930ce1 Date: Wed, 12 Dec 2018 15:50:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.12"}],"id":"284d5647-db82-4a6e-bd9c-31bdb96566c5","security_groups":["2899e007-837b-4bae-bc43-67fcd3a9d298"],"mac_address":"fa:16:3e:c0:3e:fd","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:37Z","binding:vnic_type":"normal","device_id":"f1479311-1d25-4914-92dd-3f97b0f77428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.4"}],"id":"91ee4d38-df45-46d8-8f49-500c7e29ad37","security_groups":[],"mac_address":"fa:16:3e:ca:b4:4e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.3"}],"id":"9fdacaa6-fd9f-49c9-ac0e-5fc4cbb31e14","security_groups":[],"mac_address":"fa:16:3e:6d:6c:91","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.2"}],"id":"dd7a1a4d-b9c6-4f0e-986f-d6538511731a","security_groups":[],"mac_address":"fa:16:3e:99:b8:8e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-90c65979-7add-4d87-a08b-64186ad5c43d"}]} 2018-12-12 15:50:49,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-7d25512d-24a8-4aac-ace8-73bed9930ce1 2018-12-12 15:50:49,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:49,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0c9040a-1d3c-41ae-89ad-85850ab506e3 x-compute-request-id: req-d0c9040a-1d3c-41ae-89ad-85850ab506e3 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:49,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-d0c9040a-1d3c-41ae-89ad-85850ab506e3 2018-12-12 15:50:49,982 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst] is - ACTIVE 2018-12-12 15:50:49,982 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:50:49,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:50,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36b5d5f4-58e1-44b2-b940-28ad65839602 x-compute-request-id: req-36b5d5f4-58e1-44b2-b940-28ad65839602 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:50,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-36b5d5f4-58e1-44b2-b940-28ad65839602 2018-12-12 15:50:50,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:50,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b82fefad-501b-4122-9ca1-436731e65252 Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:50,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-b82fefad-501b-4122-9ca1-436731e65252 2018-12-12 15:50:50,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:50,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e5c187c-34b4-420b-9376-253b93557b2b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:50,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-6e5c187c-34b4-420b-9376-253b93557b2b 2018-12-12 15:50:50,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:50,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-64a61414-df85-469c-bd69-a55fb32cdfd9 Date: Wed, 12 Dec 2018 15:50:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:50,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-64a61414-df85-469c-bd69-a55fb32cdfd9 2018-12-12 15:50:50,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:51,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-e7e851e2-af11-4d12-989d-1dc567e0131a Date: Wed, 12 Dec 2018 15:50:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.12"}],"id":"284d5647-db82-4a6e-bd9c-31bdb96566c5","security_groups":["2899e007-837b-4bae-bc43-67fcd3a9d298"],"mac_address":"fa:16:3e:c0:3e:fd","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:37Z","binding:vnic_type":"normal","device_id":"f1479311-1d25-4914-92dd-3f97b0f77428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.4"}],"id":"91ee4d38-df45-46d8-8f49-500c7e29ad37","security_groups":[],"mac_address":"fa:16:3e:ca:b4:4e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.3"}],"id":"9fdacaa6-fd9f-49c9-ac0e-5fc4cbb31e14","security_groups":[],"mac_address":"fa:16:3e:6d:6c:91","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.2"}],"id":"dd7a1a4d-b9c6-4f0e-986f-d6538511731a","security_groups":[],"mac_address":"fa:16:3e:99:b8:8e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-90c65979-7add-4d87-a08b-64186ad5c43d"}]} 2018-12-12 15:50:51,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-e7e851e2-af11-4d12-989d-1dc567e0131a 2018-12-12 15:50:51,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}}' 2018-12-12 15:50:52,272 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-467d4b65-c783-4701-8995-f0298f66d5f1 x-compute-request-id: req-467d4b65-c783-4701-8995-f0298f66d5f1 Content-Length: 0 Content-Type: application/json 2018-12-12 15:50:52,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428/action used request id req-467d4b65-c783-4701-8995-f0298f66d5f1 2018-12-12 15:50:52,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:52,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-3a850596-e7be-40f9-8075-22af23cfadcc x-compute-request-id: req-3a850596-e7be-40f9-8075-22af23cfadcc Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:52,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-3a850596-e7be-40f9-8075-22af23cfadcc 2018-12-12 15:50:52,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:52,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4758174b-9188-4b0d-83fc-b0c48881de03 Date: Wed, 12 Dec 2018 15:50:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:52,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-4758174b-9188-4b0d-83fc-b0c48881de03 2018-12-12 15:50:52,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:52,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53b1cc3-92f9-4ec4-9b0e-285130b3efa2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:52,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-c53b1cc3-92f9-4ec4-9b0e-285130b3efa2 2018-12-12 15:50:52,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:52,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-efbd1c36-ac47-4be2-9fc1-c300de9253e7 Date: Wed, 12 Dec 2018 15:50:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:52,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-efbd1c36-ac47-4be2-9fc1-c300de9253e7 2018-12-12 15:50:52,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:53,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-49c5fde9-e012-401e-b29b-08cc7d9aae14 Date: Wed, 12 Dec 2018 15:50:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.12"}],"id":"284d5647-db82-4a6e-bd9c-31bdb96566c5","security_groups":["2899e007-837b-4bae-bc43-67fcd3a9d298","b73ee9cb-77b3-43fe-ad64-6322064da2d8"],"mac_address":"fa:16:3e:c0:3e:fd","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:37Z","binding:vnic_type":"normal","device_id":"f1479311-1d25-4914-92dd-3f97b0f77428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.4"}],"id":"91ee4d38-df45-46d8-8f49-500c7e29ad37","security_groups":[],"mac_address":"fa:16:3e:ca:b4:4e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.3"}],"id":"9fdacaa6-fd9f-49c9-ac0e-5fc4cbb31e14","security_groups":[],"mac_address":"fa:16:3e:6d:6c:91","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.2"}],"id":"dd7a1a4d-b9c6-4f0e-986f-d6538511731a","security_groups":[],"mac_address":"fa:16:3e:99:b8:8e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-90c65979-7add-4d87-a08b-64186ad5c43d"}]} 2018-12-12 15:50:53,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-49c5fde9-e012-401e-b29b-08cc7d9aae14 2018-12-12 15:50:53,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:50:53,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b78b3d85508748389a1db04e6a704244", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role"}], "expires_at": "2018-12-12T16:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "baa872401c764194a82d7fa2a46b3885", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/baa872401c764194a82d7fa2a46b3885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-user", "id": "0b221e7fcbda488496bf0af2f9f1d6d3"}, "audit_ids": ["N0V4cOORSxq4rBjX9uSddA"], "issued_at": "2018-12-12T15:50:53.000000Z"}} 2018-12-12 15:50:53,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516c74050361f732b3115aa2582d47939230b773" 2018-12-12 15:50:54,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61eeecf3-3a43-402f-8c97-a531bfdb5023 x-compute-request-id: req-61eeecf3-3a43-402f-8c97-a531bfdb5023 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:54,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-61eeecf3-3a43-402f-8c97-a531bfdb5023 2018-12-12 15:50:54,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:54,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50: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-eb48d338-0709-475e-b446-8dfabe764075 x-compute-request-id: req-eb48d338-0709-475e-b446-8dfabe764075 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:54,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-eb48d338-0709-475e-b446-8dfabe764075 2018-12-12 15:50:54,855 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst] is - ACTIVE 2018-12-12 15:50:54,855 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:50:54,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:55,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50: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-d74e5291-4dfc-47d8-94dd-75cf26fa4edb x-compute-request-id: req-d74e5291-4dfc-47d8-94dd-75cf26fa4edb Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:55,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-d74e5291-4dfc-47d8-94dd-75cf26fa4edb 2018-12-12 15:50:55,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:55,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-702ec427-dc3c-41bc-865b-77990a455531 Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:55,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-702ec427-dc3c-41bc-865b-77990a455531 2018-12-12 15:50:55,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:55,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b64f98c-b8e2-4c48-bfe4-c2b4ac4f3226 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:55,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-1b64f98c-b8e2-4c48-bfe4-c2b4ac4f3226 2018-12-12 15:50:55,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:55,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b3a91050-e25e-46f2-a883-e4920435946c Date: Wed, 12 Dec 2018 15:50:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:55,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-b3a91050-e25e-46f2-a883-e4920435946c 2018-12-12 15:50:55,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:55,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-056ad91b-f0c4-415a-aedc-ce81b64255e2 Date: Wed, 12 Dec 2018 15:50:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.12"}],"id":"284d5647-db82-4a6e-bd9c-31bdb96566c5","security_groups":["2899e007-837b-4bae-bc43-67fcd3a9d298","b73ee9cb-77b3-43fe-ad64-6322064da2d8"],"mac_address":"fa:16:3e:c0:3e:fd","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:37Z","binding:vnic_type":"normal","device_id":"f1479311-1d25-4914-92dd-3f97b0f77428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.4"}],"id":"91ee4d38-df45-46d8-8f49-500c7e29ad37","security_groups":[],"mac_address":"fa:16:3e:ca:b4:4e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.3"}],"id":"9fdacaa6-fd9f-49c9-ac0e-5fc4cbb31e14","security_groups":[],"mac_address":"fa:16:3e:6d:6c:91","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.2"}],"id":"dd7a1a4d-b9c6-4f0e-986f-d6538511731a","security_groups":[],"mac_address":"fa:16:3e:99:b8:8e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-90c65979-7add-4d87-a08b-64186ad5c43d"}]} 2018-12-12 15:50:55,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-056ad91b-f0c4-415a-aedc-ce81b64255e2 2018-12-12 15:50:55,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:56,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cc96d32-9af8-4a1a-8b35-431af722a433 x-compute-request-id: req-9cc96d32-9af8-4a1a-8b35-431af722a433 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:56,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-9cc96d32-9af8-4a1a-8b35-431af722a433 2018-12-12 15:50:56,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:56,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ec73b1d9-094a-4e3a-a793-b714e24b1cd1 Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:56,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-ec73b1d9-094a-4e3a-a793-b714e24b1cd1 2018-12-12 15:50:56,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:56,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ac3523-d3ed-473d-b7e0-87b813b7e902 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:56,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-e5ac3523-d3ed-473d-b7e0-87b813b7e902 2018-12-12 15:50:56,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:56,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8758ca2e-0c8d-4057-92ef-3d9b8ffe1f27 Date: Wed, 12 Dec 2018 15:50:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:56,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-8758ca2e-0c8d-4057-92ef-3d9b8ffe1f27 2018-12-12 15:50:56,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:57,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-5904fcd4-3989-4607-8796-b532277fdc11 Date: Wed, 12 Dec 2018 15:50:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.12"}],"id":"284d5647-db82-4a6e-bd9c-31bdb96566c5","security_groups":["2899e007-837b-4bae-bc43-67fcd3a9d298","b73ee9cb-77b3-43fe-ad64-6322064da2d8"],"mac_address":"fa:16:3e:c0:3e:fd","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:37Z","binding:vnic_type":"normal","device_id":"f1479311-1d25-4914-92dd-3f97b0f77428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.4"}],"id":"91ee4d38-df45-46d8-8f49-500c7e29ad37","security_groups":[],"mac_address":"fa:16:3e:ca:b4:4e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.3"}],"id":"9fdacaa6-fd9f-49c9-ac0e-5fc4cbb31e14","security_groups":[],"mac_address":"fa:16:3e:6d:6c:91","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.2"}],"id":"dd7a1a4d-b9c6-4f0e-986f-d6538511731a","security_groups":[],"mac_address":"fa:16:3e:99:b8:8e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-90c65979-7add-4d87-a08b-64186ad5c43d"}]} 2018-12-12 15:50:57,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-5904fcd4-3989-4607-8796-b532277fdc11 2018-12-12 15:50:57,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}}' 2018-12-12 15:50:57,476 - novaclient.v2.client - DEBUG - RESP: [400] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-09453214-cb0d-4d52-bdc2-12d944691ba1 x-compute-request-id: req-09453214-cb0d-4d52-bdc2-12d944691ba1 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: 'b73ee9cb-77b3-43fe-ad64-6322064da2d8'.\nNeutron server returns request_ids: ['req-0031d491-536e-4fe0-b456-bd24cbe42ab6']", "code": 400}} 2018-12-12 15:50:57,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428/action used request id req-09453214-cb0d-4d52-bdc2-12d944691ba1 2018-12-12 15:50:57,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:57,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-43d8893a-6ebb-453e-9f99-7875264e71e8 x-compute-request-id: req-43d8893a-6ebb-453e-9f99-7875264e71e8 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:57,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-43d8893a-6ebb-453e-9f99-7875264e71e8 2018-12-12 15:50:57,962 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name] already added to VM [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst] 2018-12-12 15:50:57,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:58,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-d1bf397d-40a6-4b69-a713-7a40d50144bb x-compute-request-id: req-d1bf397d-40a6-4b69-a713-7a40d50144bb Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:58,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-d1bf397d-40a6-4b69-a713-7a40d50144bb 2018-12-12 15:50:58,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:58,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1ff772c2-ddc9-4b06-bb13-1e0692385973 Date: Wed, 12 Dec 2018 15:50: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":["e5e398ac-61f8-4d21-80d4-c386aa6e9f27"],"updated_at":"2018-12-12T15:50:30Z","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"baa872401c764194a82d7fa2a46b3885","id":"90c65979-7add-4d87-a08b-64186ad5c43d","name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net"}]} 2018-12-12 15:50:58,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net used request id req-1ff772c2-ddc9-4b06-bb13-1e0692385973 2018-12-12 15:50:58,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:58,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:50:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a65534-40cb-4fe5-8d7b-5277314eced6 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:50:58,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-a5a65534-40cb-4fe5-8d7b-5277314eced6 2018-12-12 15:50:58,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:58,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ec796982-2f5c-4570-bcf0-3cd68f074961 Date: Wed, 12 Dec 2018 15:50:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","dns_nameservers":[],"updated_at":"2018-12-12T15:50: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":"baa872401c764194a82d7fa2a46b3885","id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","subnetpool_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet"}]} 2018-12-12 15:50:58,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-ec796982-2f5c-4570-bcf0-3cd68f074961 2018-12-12 15:50:58,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:50:59,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-7b53d84c-3489-4a9e-ab23-af82c1e3c35b Date: Wed, 12 Dec 2018 15:50:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.12"}],"id":"284d5647-db82-4a6e-bd9c-31bdb96566c5","security_groups":["2899e007-837b-4bae-bc43-67fcd3a9d298","b73ee9cb-77b3-43fe-ad64-6322064da2d8"],"mac_address":"fa:16:3e:c0:3e:fd","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:37Z","binding:vnic_type":"normal","device_id":"f1479311-1d25-4914-92dd-3f97b0f77428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.4"}],"id":"91ee4d38-df45-46d8-8f49-500c7e29ad37","security_groups":[],"mac_address":"fa:16:3e:ca:b4:4e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.3"}],"id":"9fdacaa6-fd9f-49c9-ac0e-5fc4cbb31e14","security_groups":[],"mac_address":"fa:16:3e:6d:6c:91","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-90c65979-7add-4d87-a08b-64186ad5c43d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:50:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e5e398ac-61f8-4d21-80d4-c386aa6e9f27","ip_address":"10.55.0.2"}],"id":"dd7a1a4d-b9c6-4f0e-986f-d6538511731a","security_groups":[],"mac_address":"fa:16:3e:99:b8:8e","project_id":"baa872401c764194a82d7fa2a46b3885","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"90c65979-7add-4d87-a08b-64186ad5c43d","tenant_id":"baa872401c764194a82d7fa2a46b3885","created_at":"2018-12-12T15:50:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-90c65979-7add-4d87-a08b-64186ad5c43d"}]} 2018-12-12 15:50:59,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=90c65979-7add-4d87-a08b-64186ad5c43d used request id req-7b53d84c-3489-4a9e-ab23-af82c1e3c35b 2018-12-12 15:50:59,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516c74050361f732b3115aa2582d47939230b773" 2018-12-12 15:50:59,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-56237fff-ef9d-4e68-b9e9-ec6008aacce6 x-compute-request-id: req-56237fff-ef9d-4e68-b9e9-ec6008aacce6 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:fd", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name"}], "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:50:47Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:50:59,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-56237fff-ef9d-4e68-b9e9-ec6008aacce6 2018-12-12 15:50:59,825 - create_instance - INFO - Deleting Port with ID - 284d5647-db82-4a6e-bd9c-31bdb96566c5 2018-12-12 15:50:59,826 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-port 2018-12-12 15:50:59,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/284d5647-db82-4a6e-bd9c-31bdb96566c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:51:00,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f78a68e0-d28b-4d8f-bf75-28bbff2eb5c5 Date: Wed, 12 Dec 2018 15:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:51:00,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/284d5647-db82-4a6e-bd9c-31bdb96566c5 used request id req-f78a68e0-d28b-4d8f-bf75-28bbff2eb5c5 2018-12-12 15:51:00,225 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst 2018-12-12 15:51:00,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:51:00,382 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15: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-6c4ccafe-f91a-4125-a4b5-67558f64b654 x-compute-request-id: req-6c4ccafe-f91a-4125-a4b5-67558f64b654 Content-Type: application/json 2018-12-12 15:51:00,382 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-6c4ccafe-f91a-4125-a4b5-67558f64b654 2018-12-12 15:51:00,383 - create_instance - INFO - Checking deletion status 2018-12-12 15:51:00,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:51:00,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-9a3f2fb1-eb7a-439a-87bb-4855fff13a01 x-compute-request-id: req-9a3f2fb1-eb7a-439a-87bb-4855fff13a01 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:00Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:00,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-9a3f2fb1-eb7a-439a-87bb-4855fff13a01 2018-12-12 15:51:00,624 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst] is - ACTIVE 2018-12-12 15:51:00,624 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:51:03,628 - create_instance - DEBUG - VM status query timeout in 296.755101919 2018-12-12 15:51:03,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:51:03,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-bc4c9553-b75d-409c-a7ad-d9e974e3f6e7 x-compute-request-id: req-bc4c9553-b75d-409c-a7ad-d9e974e3f6e7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1479311-1d25-4914-92dd-3f97b0f77428", "rel": "bookmark"}], "image": {"id": "6cf935a0-eb18-4cac-9d78-737267b0688a", "links": [{"href": "http://172.30.9.29:8774/images/6cf935a0-eb18-4cac-9d78-737267b0688a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:50:46.000000", "flavor": {"id": "6981db84-1ae5-4aaa-b3b0-e2acbc390634", "links": [{"href": "http://172.30.9.29:8774/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634", "rel": "bookmark"}]}, "id": "f1479311-1d25-4914-92dd-3f97b0f77428", "user_id": "0b221e7fcbda488496bf0af2f9f1d6d3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:00Z", "hostId": "e04a26f777ed1894c33c23635739baf8b15ceefdc9996101a4b5d1cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst", "created": "2018-12-12T15:50:40Z", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:03,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-bc4c9553-b75d-409c-a7ad-d9e974e3f6e7 2018-12-12 15:51:03,871 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst] is - ACTIVE 2018-12-12 15:51:03,871 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:51:06,874 - create_instance - DEBUG - VM status query timeout in 293.508702993 2018-12-12 15:51:06,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666e602e03f125ff4522f67e085dfac178521a0c" 2018-12-12 15:51:06,924 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:51:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c55d5ef3-df35-4c41-87d5-2c1bb5a617e2 x-compute-request-id: req-c55d5ef3-df35-4c41-87d5-2c1bb5a617e2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f1479311-1d25-4914-92dd-3f97b0f77428 could not be found.", "code": 404}} 2018-12-12 15:51:06,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1479311-1d25-4914-92dd-3f97b0f77428 used request id req-c55d5ef3-df35-4c41-87d5-2c1bb5a617e2 2018-12-12 15:51:06,925 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f1479311-1d25-4914-92dd-3f97b0f77428 could not be found. (HTTP 404) (Request-ID: req-c55d5ef3-df35-4c41-87d5-2c1bb5a617e2) 2018-12-12 15:51:06,925 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-inst 2018-12-12 15:51:06,926 - neutron_utils - INFO - Deleting security group rule with ID - 4c7c9af6-831d-4dc9-a310-73d1143d6594 2018-12-12 15:51:06,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/4c7c9af6-831d-4dc9-a310-73d1143d6594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:51:07,179 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e74def1-7675-454a-8c04-a4896b7babd2 Content-Length: 0 Date: Wed, 12 Dec 2018 15:51:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:51:07,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/4c7c9af6-831d-4dc9-a310-73d1143d6594 used request id req-3e74def1-7675-454a-8c04-a4896b7babd2 2018-12-12 15:51:07,179 - neutron_utils - INFO - Deleting security group rule with ID - 4a13efa5-d638-461b-ba10-432fc636e94e 2018-12-12 15:51:07,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/4a13efa5-d638-461b-ba10-432fc636e94e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:51:07,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f457fbf-c672-458e-9e5a-f5dba0631f55 Content-Length: 0 Date: Wed, 12 Dec 2018 15:51:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:51:07,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/4a13efa5-d638-461b-ba10-432fc636e94e used request id req-9f457fbf-c672-458e-9e5a-f5dba0631f55 2018-12-12 15:51:07,297 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-name 2018-12-12 15:51:07,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b73ee9cb-77b3-43fe-ad64-6322064da2d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17df450a5ac8972a2faec8becf7081d1de4c0eac" 2018-12-12 15:51:07,554 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c23f0fd9-7400-4d93-9319-4bfe78916a0d Content-Length: 0 Date: Wed, 12 Dec 2018 15:51:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:51:07,554 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b73ee9cb-77b3-43fe-ad64-6322064da2d8 used request id req-c23f0fd9-7400-4d93-9319-4bfe78916a0d 2018-12-12 15:51:07,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e84424b67cf0143385d01fe0006ea034da155cfc" 2018-12-12 15:51:07,622 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-d4a9bbe1-139d-4aec-a896-2f79fc5ca6ef x-compute-request-id: req-d4a9bbe1-139d-4aec-a896-2f79fc5ca6ef Content-Length: 0 Content-Type: application/json 2018-12-12 15:51:07,622 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/6981db84-1ae5-4aaa-b3b0-e2acbc390634 used request id req-d4a9bbe1-139d-4aec-a896-2f79fc5ca6ef 2018-12-12 15:51:07,623 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet 2018-12-12 15:51:07,623 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-subnet 2018-12-12 15:51:07,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/e5e398ac-61f8-4d21-80d4-c386aa6e9f27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" 2018-12-12 15:51:09,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-591ca441-d15a-4b4c-b6e6-48b22ac24f72 Date: Wed, 12 Dec 2018 15:51:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:51:09,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/e5e398ac-61f8-4d21-80d4-c386aa6e9f27 used request id req-591ca441-d15a-4b4c-b6e6-48b22ac24f72 2018-12-12 15:51:09,878 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-pub-net 2018-12-12 15:51:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/90c65979-7add-4d87-a08b-64186ad5c43d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fca32c23a099e9da0280049f060a87d178e2b48" 2018-12-12 15:51:11,133 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb6565c9-0f2d-49ad-8921-3b698a05852a Date: Wed, 12 Dec 2018 15:51:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:51:11,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/90c65979-7add-4d87-a08b-64186ad5c43d used request id req-cb6565c9-0f2d-49ad-8921-3b698a05852a 2018-12-12 15:51:11,134 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-b445d719-7f0c-4525-be69-77bfef882405-image 2018-12-12 15:51:11,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3081874f866fedcd57fd4f30941a5d297ba8908a" 2018-12-12 15:51:12,494 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-db691054-c3a4-4d1e-bfdb-185733b757c6 Date: Wed, 12 Dec 2018 15:51:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:51:12,494 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6cf935a0-eb18-4cac-9d78-737267b0688a used request id req-db691054-c3a4-4d1e-bfdb-185733b757c6 2018-12-12 15:51:12,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:51:12,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6035a6c7-a195-45cc-81f0-3a454d785ab4 Date: Wed, 12 Dec 2018 15:51:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:28Z", "updated_at": "2018-12-12T15:50:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:28Z", "revision_number": 0, "id": "2e82408d-5b3c-4ca0-8c96-939f3f73264c", "remote_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:28Z", "security_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv6", "project_id": "baa872401c764194a82d7fa2a46b3885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:28Z", "revision_number": 0, "id": "481160af-0414-4b1e-b752-e9825fe55391", "remote_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:28Z", "security_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv4", "project_id": "baa872401c764194a82d7fa2a46b3885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:28Z", "revision_number": 0, "id": "791670ed-a099-49d8-9dc7-06996d3844e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:28Z", "security_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv4", "project_id": "baa872401c764194a82d7fa2a46b3885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:50:28Z", "revision_number": 0, "id": "af9cd203-eb10-427e-b3ff-84ab099f88e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:50:28Z", "security_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "tenant_id": "baa872401c764194a82d7fa2a46b3885", "port_range_min": null, "ethertype": "IPv6", "project_id": "baa872401c764194a82d7fa2a46b3885"}], "revision_number": 4, "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:51:12,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-6035a6c7-a195-45cc-81f0-3a454d785ab4 2018-12-12 15:51:12,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:51:12,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1034798-9569-438d-9d46-1e155176eec7 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885"}, "enabled": true, "id": "baa872401c764194a82d7fa2a46b3885", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ab36a192-bb44-458-proj"}} 2018-12-12 15:51:12,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-d1034798-9569-438d-9d46-1e155176eec7 2018-12-12 15:51:12,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2899e007-837b-4bae-bc43-67fcd3a9d298 2018-12-12 15:51:12,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2899e007-837b-4bae-bc43-67fcd3a9d298 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:51:12,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f896fca7-8650-4e74-a6ca-188bbf2e099a Date: Wed, 12 Dec 2018 15:51:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:28Z", "security_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:28Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "2e82408d-5b3c-4ca0-8c96-939f3f73264c"}, {"remote_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:28Z", "security_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:28Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "481160af-0414-4b1e-b752-e9825fe55391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:28Z", "security_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:28Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "791670ed-a099-49d8-9dc7-06996d3844e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:50:28Z", "security_group_id": "2899e007-837b-4bae-bc43-67fcd3a9d298", "port_range_min": null, "revision_number": 0, "tenant_id": "baa872401c764194a82d7fa2a46b3885", "created_at": "2018-12-12T15:50:28Z", "project_id": "baa872401c764194a82d7fa2a46b3885", "id": "af9cd203-eb10-427e-b3ff-84ab099f88e1"}]} 2018-12-12 15:51:12,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2899e007-837b-4bae-bc43-67fcd3a9d298 used request id req-f896fca7-8650-4e74-a6ca-188bbf2e099a 2018-12-12 15:51:12,984 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:51:12,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2899e007-837b-4bae-bc43-67fcd3a9d298 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:51:13,266 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e437053-fb14-40d5-9fa1-74fd04177e32 Content-Length: 0 Date: Wed, 12 Dec 2018 15:51:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:51:13,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2899e007-837b-4bae-bc43-67fcd3a9d298 used request id req-3e437053-fb14-40d5-9fa1-74fd04177e32 2018-12-12 15:51:13,267 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-ab36a192-bb44-458-proj 2018-12-12 15:51:13,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:51:13,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:51:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83cd006e-cabc-408c-aeeb-659bbf18516f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:51:13,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/baa872401c764194a82d7fa2a46b3885 used request id req-83cd006e-cabc-408c-aeeb-659bbf18516f 2018-12-12 15:51:13,486 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-ab36a192-bb44-458-proj-role 2018-12-12 15:51:13,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b78b3d85508748389a1db04e6a704244 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:51:13,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:51:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73985a5e-98cb-483f-b72f-fdedfdf4d317 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:51:13,602 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b78b3d85508748389a1db04e6a704244 used request id req-73985a5e-98cb-483f-b72f-fdedfdf4d317 2018-12-12 15:51:13,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2c76cb08c56caa1629b11cd155f362613468d8" 2018-12-12 15:51:13,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6902dcef-98b9-4401-87a9-fbbecf39b3e3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:51:13,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6902dcef-98b9-4401-87a9-fbbecf39b3e3 2018-12-12 15:51:13,688 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-ab36a192-bb44-458-user 2018-12-12 15:51:13,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0b221e7fcbda488496bf0af2f9f1d6d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde23b4106b9cc06d1cafcd54db176b69c1751c" 2018-12-12 15:51:13,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:51:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41c0295b-f3f5-483d-9139-0c37932d9340 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:51:13,901 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0b221e7fcbda488496bf0af2f9f1d6d3 used request id req-41c0295b-f3f5-483d-9139-0c37932d9340 2018-12-12 15:51:13,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:14,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:51:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AVfm8CHvTtWhT5Ok7FFR1w"], "issued_at": "2018-12-12T15:51:14.000000Z"}} 2018-12-12 15:51:14,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e382a38af0dcecfd0f1e53c3fa09c4150695baf" 2018-12-12 15:51:14,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdaa2ca2-a6ba-4daa-945a-f2f996e7b3db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:14,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fdaa2ca2-a6ba-4daa-945a-f2f996e7b3db 2018-12-12 15:51:14,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:14,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:14,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:51:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["eHmT9gVPQBedhwbqZw3HSA"], "issued_at": "2018-12-12T15:51:14.000000Z"}} 2018-12-12 15:51:14,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:51:14,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-570aa398-e34a-4eb2-8dd9-c760c2037ff2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:14,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-570aa398-e34a-4eb2-8dd9-c760c2037ff2 2018-12-12 15:51:14,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:51:14,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:51: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:51:14,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:51:14,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4574bbe3-412a-48f9-bc1e-5a6e4936c838 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:51:14,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj used request id req-4574bbe3-412a-48f9-bc1e-5a6e4936c838 2018-12-12 15:51:14,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:51:15,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b13823-cbf6-40a0-8bd5-f65bc5391f4b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:51:15,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c1b13823-cbf6-40a0-8bd5-f65bc5391f4b 2018-12-12 15:51:15,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}}' 2018-12-12 15:51:15,153 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:51:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ab881fd-f4ed-450e-94f4-19717b5052a8 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:15,153 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1ab881fd-f4ed-450e-94f4-19717b5052a8 2018-12-12 15:51:15,153 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj 2018-12-12 15:51:15,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:15,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:15,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Q2tDKEiXSGmQV2la9jPsGw"], "issued_at": "2018-12-12T15:51:15.000000Z"}} 2018-12-12 15:51:15,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310bad4924acf59a47e0a56e48ad3ae75131a72c" 2018-12-12 15:51:15,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2a9365-e113-40cc-b484-2a8711d46b39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:15,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8b2a9365-e113-40cc-b484-2a8711d46b39 2018-12-12 15:51:15,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:51:15,571 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:51:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:51:15,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310bad4924acf59a47e0a56e48ad3ae75131a72c" 2018-12-12 15:51:15,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6d5dd4-85d7-4345-8351-3c64c450ca2a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:51:15,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3a6d5dd4-85d7-4345-8351-3c64c450ca2a 2018-12-12 15:51:15,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310bad4924acf59a47e0a56e48ad3ae75131a72c" 2018-12-12 15:51:15,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-645ce515-7229-40e2-8ebe-9cac7f0c0993 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}]} 2018-12-12 15:51:15,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj used request id req-645ce515-7229-40e2-8ebe-9cac7f0c0993 2018-12-12 15:51:15,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310bad4924acf59a47e0a56e48ad3ae75131a72c" 2018-12-12 15:51:15,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b180cd4-7935-469e-bb25-46ee3727bbcb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:51:15,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0b180cd4-7935-469e-bb25-46ee3727bbcb 2018-12-12 15:51:16,309 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-46b4ffa0-e877-41b-user 2018-12-12 15:51:16,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:16,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:51:16,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37022933-6aad-4bdc-a292-b4df543a525b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:51:16,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-37022933-6aad-4bdc-a292-b4df543a525b 2018-12-12 15:51:16,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" -d '{"role": {"name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role"}}' 2018-12-12 15:51:16,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93dbf146-bd18-48dc-891c-ea43e2067854 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0dddabb823c344d6a11df94573a5e88a", "links": {"self": "http://172.30.9.29:5000/v3/roles/0dddabb823c344d6a11df94573a5e88a"}, "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role"}} 2018-12-12 15:51:16,531 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-93dbf146-bd18-48dc-891c-ea43e2067854 2018-12-12 15:51:16,531 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role 2018-12-12 15:51:16,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0dddabb823c344d6a11df94573a5e88a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:51:16,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdabf6f1-41ec-43c9-895b-ad3d8f90ba43 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0dddabb823c344d6a11df94573a5e88a"}, "domain_id": null, "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role", "id": "0dddabb823c344d6a11df94573a5e88a"}} 2018-12-12 15:51:16,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0dddabb823c344d6a11df94573a5e88a used request id req-fdabf6f1-41ec-43c9-895b-ad3d8f90ba43 2018-12-12 15:51:16,625 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role to project InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj 2018-12-12 15:51:16,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1/users/741aebd8f32a4e72b54099465c7caa80/roles/0dddabb823c344d6a11df94573a5e88a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:51:16,772 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a9f1442-bb2d-4622-97e1-d39e63ecac88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:51:16,772 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1/users/741aebd8f32a4e72b54099465c7caa80/roles/0dddabb823c344d6a11df94573a5e88a used request id req-6a9f1442-bb2d-4622-97e1-d39e63ecac88 2018-12-12 15:51:16,772 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:51:16,774 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:51:16,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:16,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:17,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0dddabb823c344d6a11df94573a5e88a", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role"}], "expires_at": "2018-12-12T16:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75fa7a22f4554336bc8496c3f5901ec1", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-user", "id": "741aebd8f32a4e72b54099465c7caa80"}, "audit_ids": ["I0NmWqD_RXyKQiOZAXSxEg"], "issued_at": "2018-12-12T15:51:17.000000Z"}} 2018-12-12 15:51:17,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" 2018-12-12 15:51:17,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f74bdc72-9209-4d02-8916-b914e659dc1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:17,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f74bdc72-9209-4d02-8916-b914e659dc1f 2018-12-12 15:51:17,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" 2018-12-12 15:51:17,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-4859848e-6193-434e-b16a-0e5a15e912d4 Date: Wed, 12 Dec 2018 15:51:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image"} 2018-12-12 15:51:17,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image used request id req-4859848e-6193-434e-b16a-0e5a15e912d4 2018-12-12 15:51:17,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" 2018-12-12 15:51:17,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0088a72d-a2df-43d3-9a9c-4e3946a35d75 Date: Wed, 12 Dec 2018 15:51:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:51:17,574 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0088a72d-a2df-43d3-9a9c-4e3946a35d75 2018-12-12 15:51:17,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image"}' 2018-12-12 15:51:18,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187 X-Openstack-Request-Id: req-4daced94-30fe-4a35-9538-f6c1314119ea Date: Wed, 12 Dec 2018 15:51:18 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:51:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:51:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "min_disk": 0, "protected": false, "id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "file": "/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/file", "checksum": null, "owner": "75fa7a22f4554336bc8496c3f5901ec1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:51:18,091 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4daced94-30fe-4a35-9538-f6c1314119ea 2018-12-12 15:51:18,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" -d '' 2018-12-12 15:51:20,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4df03c27-9a28-47c8-bb6f-f03588157b97 Date: Wed, 12 Dec 2018 15:51:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:51:20,062 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/file used request id req-4df03c27-9a28-47c8-bb6f-f03588157b97 2018-12-12 15:51:20,062 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:51:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" 2018-12-12 15:51:20,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6fd39ec8-21b1-4e62-a501-77bd7fa335d5 Date: Wed, 12 Dec 2018 15:51:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:51:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:51:20Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/snap", "metadata": {}}], "self": "/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "min_disk": 0, "protected": false, "id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "file": "/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "75fa7a22f4554336bc8496c3f5901ec1", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:51:20,235 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187 used request id req-6fd39ec8-21b1-4e62-a501-77bd7fa335d5 2018-12-12 15:51:20,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" 2018-12-12 15:51:20,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c57e0b8-0117-41ed-8f08-4c226e17f6d3 Date: Wed, 12 Dec 2018 15:51:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:51:20,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6c57e0b8-0117-41ed-8f08-4c226e17f6d3 2018-12-12 15:51:20,394 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image 2018-12-12 15:51:20,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" 2018-12-12 15:51:20,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-dd7d4718-9566-41ea-a9d0-7ee41ab102a3 Date: Wed, 12 Dec 2018 15:51:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:51:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:51:20Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/snap", "metadata": {}}], "self": "/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "min_disk": 0, "protected": false, "id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "file": "/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "75fa7a22f4554336bc8496c3f5901ec1", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:51:20,565 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187 used request id req-dd7d4718-9566-41ea-a9d0-7ee41ab102a3 2018-12-12 15:51:20,565 - create_image - DEBUG - Instance status is - active 2018-12-12 15:51:20,565 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image 2018-12-12 15:51:20,565 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image 2018-12-12 15:51:20,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:20,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:20,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0dddabb823c344d6a11df94573a5e88a", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role"}], "expires_at": "2018-12-12T16:51:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75fa7a22f4554336bc8496c3f5901ec1", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-user", "id": "741aebd8f32a4e72b54099465c7caa80"}, "audit_ids": ["Vf1ZjLziSICq-li6wHCX-A"], "issued_at": "2018-12-12T15:51:20.000000Z"}} 2018-12-12 15:51:20,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" 2018-12-12 15:51:21,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a6b76c-a913-4245-ba02-5a29d1b2456c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:21,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-21a6b76c-a913-4245-ba02-5a29d1b2456c 2018-12-12 15:51:21,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" 2018-12-12 15:51:21,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5e2d428f-4297-4426-89fb-f6eec9241e89 Date: Wed, 12 Dec 2018 15:51:21 GMT RESP BODY: {"networks":[]} 2018-12-12 15:51:21,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-5e2d428f-4297-4426-89fb-f6eec9241e89 2018-12-12 15:51:21,270 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net 2018-12-12 15:51:21,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" -d '{"network": {"name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net", "admin_state_up": true}}' 2018-12-12 15:51:21,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-fd4a71ea-670a-4fcb-82be-0b50c3fe6cb5 Date: Wed, 12 Dec 2018 15:51:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ea9ae110-0821-4160-87a8-3c4952b8383a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:51:21Z","is_default":false,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","mtu":1450}} 2018-12-12 15:51:21,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-fd4a71ea-670a-4fcb-82be-0b50c3fe6cb5 2018-12-12 15:51:21,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" 2018-12-12 15:51:22,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-09d0346f-d298-4f02-a52a-14d53ee5b02b Date: Wed, 12 Dec 2018 15:51:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:51:21Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:22,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-09d0346f-d298-4f02-a52a-14d53ee5b02b 2018-12-12 15:51:22,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" 2018-12-12 15:51:22,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8557b218-11f6-4440-b9e8-469779f138c7 Date: Wed, 12 Dec 2018 15:51:22 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:51:22,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-8557b218-11f6-4440-b9e8-469779f138c7 2018-12-12 15:51:22,216 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet 2018-12-12 15:51:22,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" -d '{"subnets": [{"ip_version": 4, "network_id": "ea9ae110-0821-4160-87a8-3c4952b8383a", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]}' 2018-12-12 15:51:23,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f58ddf16-63e8-4982-96ff-779de7b5f9a4 Date: Wed, 12 Dec 2018 15:51:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:23,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-f58ddf16-63e8-4982-96ff-779de7b5f9a4 2018-12-12 15:51:23,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" 2018-12-12 15:51:23,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3b83bef9-57f3-43dc-a4d9-b72045f80f59 Date: Wed, 12 Dec 2018 15:51: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":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:23,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-3b83bef9-57f3-43dc-a4d9-b72045f80f59 2018-12-12 15:51:23,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" 2018-12-12 15:51:23,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-30f64c26-d3ac-44bc-b9de-7e7136b7cc00 Date: Wed, 12 Dec 2018 15:51:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:23,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-30f64c26-d3ac-44bc-b9de-7e7136b7cc00 2018-12-12 15:51:23,528 - OpenStackNetwork - DEBUG - Network [ea9ae110-0821-4160-87a8-3c4952b8383a] created successfully 2018-12-12 15:51:23,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:23,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:23,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["nCPMzQSVTy2GgbmHUuYgog"], "issued_at": "2018-12-12T15:51:23.000000Z"}} 2018-12-12 15:51:23,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca69c4d7b9af1885e474aa24c892ee1143765aa" 2018-12-12 15:51:23,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca4559f6-1757-4d52-8ade-b51dee5dfd1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:23,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ca4559f6-1757-4d52-8ade-b51dee5dfd1b 2018-12-12 15:51:23,999 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:51:24,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca69c4d7b9af1885e474aa24c892ee1143765aa" 2018-12-12 15:51:24,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-da3ab135-e6aa-44c3-81af-83d0e5d6dbe0 x-compute-request-id: req-da3ab135-e6aa-44c3-81af-83d0e5d6dbe0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:51:24,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-da3ab135-e6aa-44c3-81af-83d0e5d6dbe0 2018-12-12 15:51:24,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca69c4d7b9af1885e474aa24c892ee1143765aa" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:51:24,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-5a5e4606-c982-494e-8112-7453a58d50cb x-compute-request-id: req-5a5e4606-c982-494e-8112-7453a58d50cb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:51:24,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5a5e4606-c982-494e-8112-7453a58d50cb 2018-12-12 15:51:24,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:24,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:24,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0dddabb823c344d6a11df94573a5e88a", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role"}], "expires_at": "2018-12-12T16:51:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75fa7a22f4554336bc8496c3f5901ec1", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-user", "id": "741aebd8f32a4e72b54099465c7caa80"}, "audit_ids": ["CBMlQu-8Q5qrSb6GCl-YZg"], "issued_at": "2018-12-12T15:51:24.000000Z"}} 2018-12-12 15:51:24,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:24,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb1698d5-0bce-4609-9d95-5f4b8ddccfdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:24,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eb1698d5-0bce-4609-9d95-5f4b8ddccfdf 2018-12-12 15:51:24,689 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:51:24,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:24,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab035d8-803b-4308-8155-455179a11c18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:24,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7ab035d8-803b-4308-8155-455179a11c18 2018-12-12 15:51:24,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:25,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c15503c9-92f5-4ec0-ab58-43bc52e5ee45 Date: Wed, 12 Dec 2018 15:51: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":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:25,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-c15503c9-92f5-4ec0-ab58-43bc52e5ee45 2018-12-12 15:51:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:51:25,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:51:25,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:25,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0620a0d4-7431-46e6-b232-6659c305ec86 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:25,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-0620a0d4-7431-46e6-b232-6659c305ec86 2018-12-12 15:51:25,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:25,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-94fb8af3-cad8-4454-8899-40de29fa77c8 Date: Wed, 12 Dec 2018 15:51:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:25,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-94fb8af3-cad8-4454-8899-40de29fa77c8 2018-12-12 15:51:25,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:25,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0bbc110e-0354-4028-a791-fb6cd5b62f3e Date: Wed, 12 Dec 2018 15:51:25 GMT RESP BODY: {"ports":[]} 2018-12-12 15:51:25,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port&admin_state_up=True used request id req-0bbc110e-0354-4028-a791-fb6cd5b62f3e 2018-12-12 15:51:25,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:25,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-b8be03a4-519c-4106-b569-7b7dcb7450a8 x-compute-request-id: req-b8be03a4-519c-4106-b569-7b7dcb7450a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:51:25,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst used request id req-b8be03a4-519c-4106-b569-7b7dcb7450a8 2018-12-12 15:51:25,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:26,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-962f775b-50b8-4ce4-b554-5bd4c6502d40 Date: Wed, 12 Dec 2018 15:51: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":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:26,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-962f775b-50b8-4ce4-b554-5bd4c6502d40 2018-12-12 15:51:26,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:26,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7045abf2-e986-437f-8d42-951eba19ff72 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:26,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-7045abf2-e986-437f-8d42-951eba19ff72 2018-12-12 15:51:26,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:26,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7a470266-23ab-4fe6-bae3-630323302b87 Date: Wed, 12 Dec 2018 15:51:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:26,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-7a470266-23ab-4fe6-bae3-630323302b87 2018-12-12 15:51:26,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:26,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ff283983-01aa-4eaf-a62d-4f16584d5871 Date: Wed, 12 Dec 2018 15:51:26 GMT RESP BODY: {"ports":[]} 2018-12-12 15:51:26,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port&admin_state_up=True used request id req-ff283983-01aa-4eaf-a62d-4f16584d5871 2018-12-12 15:51:26,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:26,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:26,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0dddabb823c344d6a11df94573a5e88a", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role"}], "expires_at": "2018-12-12T16:51:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75fa7a22f4554336bc8496c3f5901ec1", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-user", "id": "741aebd8f32a4e72b54099465c7caa80"}, "audit_ids": ["e7leWncfQ0SlBrgOw9Qhxg"], "issued_at": "2018-12-12T15:51:26.000000Z"}} 2018-12-12 15:51:26,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a5cd75f36d2661ed42842e840fdbdbff2b3d3b" 2018-12-12 15:51:26,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e63e2844-b6a5-479e-baa5-36270f35884a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:26,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e63e2844-b6a5-479e-baa5-36270f35884a 2018-12-12 15:51:26,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:27,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-93d62cc0-d5da-44e3-b1dd-c7e945098b16 Date: Wed, 12 Dec 2018 15:51: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":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:27,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-93d62cc0-d5da-44e3-b1dd-c7e945098b16 2018-12-12 15:51:27,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:27,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8a382aac-ad65-4da3-b5cb-6d076116474a Date: Wed, 12 Dec 2018 15:51:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:27,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-8a382aac-ad65-4da3-b5cb-6d076116474a 2018-12-12 15:51:27,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:27,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d2434aed-cdd5-48ef-93ca-bf1c1dbf1c74 Date: Wed, 12 Dec 2018 15:51: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":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:27,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-d2434aed-cdd5-48ef-93ca-bf1c1dbf1c74 2018-12-12 15:51:27,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:51:27,827 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:51: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:51:27,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a5cd75f36d2661ed42842e840fdbdbff2b3d3b" 2018-12-12 15:51:27,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61de75e4-4105-4b5c-8d63-0b3b8d5f6cda Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:27,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-61de75e4-4105-4b5c-8d63-0b3b8d5f6cda 2018-12-12 15:51:27,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:27,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-82cf44da-02e3-4175-aa62-f7c5e5821d54 Date: Wed, 12 Dec 2018 15:51:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:27,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-82cf44da-02e3-4175-aa62-f7c5e5821d54 2018-12-12 15:51:27,963 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net 2018-12-12 15:51:27,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" -d '{"port": {"network_id": "ea9ae110-0821-4160-87a8-3c4952b8383a", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port", "admin_state_up": true}}' 2018-12-12 15:51:29,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-925164d6-9b42-4c7c-a986-5c90ecf01033 Date: Wed, 12 Dec 2018 15:51:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.14"}],"id":"53fb88c3-08ee-4fd8-a267-ac09b41ef6fb","security_groups":["6bef4158-5e25-4292-af24-f55a54d0c458"],"mac_address":"fa:16:3e:b3:58:49","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port","project_id":"75fa7a22f4554336bc8496c3f5901ec1","qos_policy_id":null,"admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:28Z","binding:vnic_type":"normal"}} 2018-12-12 15:51:29,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-925164d6-9b42-4c7c-a986-5c90ecf01033 2018-12-12 15:51:29,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:29,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-53d84b8c-86ff-403b-b203-4bb4752e778a Date: Wed, 12 Dec 2018 15:51: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":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:29,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-53d84b8c-86ff-403b-b203-4bb4752e778a 2018-12-12 15:51:29,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:29,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb2d2d41-50be-4287-b21c-3de8207e6be7 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:29,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-cb2d2d41-50be-4287-b21c-3de8207e6be7 2018-12-12 15:51:29,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:29,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8890f3c0-c7bb-4e2b-88be-486dd365e0ec Date: Wed, 12 Dec 2018 15:51:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:29,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-8890f3c0-c7bb-4e2b-88be-486dd365e0ec 2018-12-12 15:51:29,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:29,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-a3d6224e-ef7d-4530-a029-8efa8a815176 Date: Wed, 12 Dec 2018 15:51:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.14"}],"id":"53fb88c3-08ee-4fd8-a267-ac09b41ef6fb","security_groups":["6bef4158-5e25-4292-af24-f55a54d0c458"],"mac_address":"fa:16:3e:b3:58:49","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:28Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:51:29,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port&admin_state_up=True used request id req-a3d6224e-ef7d-4530-a029-8efa8a815176 2018-12-12 15:51:29,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:29,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdca662e-d5b6-43df-8124-22397670d7e3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:29,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-fdca662e-d5b6-43df-8124-22397670d7e3 2018-12-12 15:51:29,649 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst 2018-12-12 15:51:29,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:29,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-95c4df90-6c69-488e-9e13-924bd8a8b54a x-compute-request-id: req-95c4df90-6c69-488e-9e13-924bd8a8b54a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-flavor-name"}]} 2018-12-12 15:51:29,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-95c4df90-6c69-488e-9e13-924bd8a8b54a 2018-12-12 15:51:29,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:29,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-d273d370-c7b6-41a9-953f-fc92d8ed827a x-compute-request-id: req-d273d370-c7b6-41a9-953f-fc92d8ed827a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:51:29,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d used request id req-d273d370-c7b6-41a9-953f-fc92d8ed827a 2018-12-12 15:51:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:29,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-38ee0f1c-36b1-4dc1-be9c-ac732b0407e6 Date: Wed, 12 Dec 2018 15:51:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:51:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:51:20Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/snap", "metadata": {}}], "self": "/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "min_disk": 0, "protected": false, "id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "file": "/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "75fa7a22f4554336bc8496c3f5901ec1", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/42ef9a25-64e3-41e0-bc0a-1227d967b187/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image"} 2018-12-12 15:51:29,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image used request id req-38ee0f1c-36b1-4dc1-be9c-ac732b0407e6 2018-12-12 15:51:29,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:30,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-da2be81e-5aba-4aca-8a0a-87e580b2d82a Date: Wed, 12 Dec 2018 15:51:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:51:30,044 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-da2be81e-5aba-4aca-8a0a-87e580b2d82a 2018-12-12 15:51:30,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" -d '{"server": {"name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "imageRef": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "flavorRef": "320c5389-22a2-4fe4-9747-7b3a6425308d", "max_count": 1, "min_count": 1, "networks": [{"port": "53fb88c3-08ee-4fd8-a267-ac09b41ef6fb"}]}}' 2018-12-12 15:51:31,700 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:51:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be35d6c0-8c97-472a-8fc4-02aec090e749 x-compute-request-id: req-be35d6c0-8c97-472a-8fc4-02aec090e749 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "adminPass": "2rUSYwXy6zBZ"}} 2018-12-12 15:51:31,700 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-be35d6c0-8c97-472a-8fc4-02aec090e749 2018-12-12 15:51:31,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:32,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eeb982e4-1b35-4a0d-94c0-5bc0984e3a52 x-compute-request-id: req-eeb982e4-1b35-4a0d-94c0-5bc0984e3a52 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.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:51:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:32,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-eeb982e4-1b35-4a0d-94c0-5bc0984e3a52 2018-12-12 15:51:32,070 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst 2018-12-12 15:51:32,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:32,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-2ae2c99a-020f-4b9a-a3c4-a23d7ef62d0a x-compute-request-id: req-2ae2c99a-020f-4b9a-a3c4-a23d7ef62d0a 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.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:51:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:32,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-2ae2c99a-020f-4b9a-a3c4-a23d7ef62d0a 2018-12-12 15:51:32,301 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst] is - BUILD 2018-12-12 15:51:32,301 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:51:35,304 - create_instance - DEBUG - VM status query timeout in 896.766335011 2018-12-12 15:51:35,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:36,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-e948fc93-2df8-48ee-880f-67df5cae0957 x-compute-request-id: req-e948fc93-2df8-48ee-880f-67df5cae0957 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:51:32Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:36,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-e948fc93-2df8-48ee-880f-67df5cae0957 2018-12-12 15:51:36,043 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst] is - BUILD 2018-12-12 15:51:36,043 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:51:39,046 - create_instance - DEBUG - VM status query timeout in 893.024385214 2018-12-12 15:51:39,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:39,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-e1647bf9-a2d1-4141-9394-ebe314801600 x-compute-request-id: req-e1647bf9-a2d1-4141-9394-ebe314801600 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:39,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-e1647bf9-a2d1-4141-9394-ebe314801600 2018-12-12 15:51:39,934 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst] is - ACTIVE 2018-12-12 15:51:39,935 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:51:39,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:40,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-fc4f23e8-d3e4-42c8-97d3-1ca726be16fc x-compute-request-id: req-fc4f23e8-d3e4-42c8-97d3-1ca726be16fc Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:40,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-fc4f23e8-d3e4-42c8-97d3-1ca726be16fc 2018-12-12 15:51:40,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:40,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-039dc361-892f-4478-847d-3d883b18d492 Date: Wed, 12 Dec 2018 15:51: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":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:40,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-039dc361-892f-4478-847d-3d883b18d492 2018-12-12 15:51:40,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:41,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f19d6e1-9802-4e7f-a25e-bacf20e68b3c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:41,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-7f19d6e1-9802-4e7f-a25e-bacf20e68b3c 2018-12-12 15:51:41,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:41,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f48e2c73-2b44-432f-9987-9a009a1be509 Date: Wed, 12 Dec 2018 15:51:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:41,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-f48e2c73-2b44-432f-9987-9a009a1be509 2018-12-12 15:51:41,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:41,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-3aeb76c5-beb6-4d1a-9f2d-344de9a17fc8 Date: Wed, 12 Dec 2018 15:51:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.3"}],"id":"271fcdc6-24d5-45c2-9bb4-c003bf137d1b","security_groups":[],"mac_address":"fa:16:3e:79:ea:5c","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.14"}],"id":"53fb88c3-08ee-4fd8-a267-ac09b41ef6fb","security_groups":["6bef4158-5e25-4292-af24-f55a54d0c458"],"mac_address":"fa:16:3e:b3:58:49","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:28Z","binding:vnic_type":"normal","device_id":"3ddaf2d7-a48c-497e-8093-15f08901210d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.4"}],"id":"9f5be033-1478-4fe5-90f2-049dcf31051a","security_groups":[],"mac_address":"fa:16:3e:c2:9b:1e","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.2"}],"id":"f7e5ed4e-9af3-4852-9e01-3275e508a099","security_groups":[],"mac_address":"fa:16:3e:31:1c:04","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ea9ae110-0821-4160-87a8-3c4952b8383a"}]} 2018-12-12 15:51:41,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-3aeb76c5-beb6-4d1a-9f2d-344de9a17fc8 2018-12-12 15:51:41,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:51:41,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:42,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0dddabb823c344d6a11df94573a5e88a", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role"}], "expires_at": "2018-12-12T16:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75fa7a22f4554336bc8496c3f5901ec1", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-user", "id": "741aebd8f32a4e72b54099465c7caa80"}, "audit_ids": ["1KChlBxWSiyXpF4uB4YEhQ"], "issued_at": "2018-12-12T15:51:42.000000Z"}} 2018-12-12 15:51:42,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:42,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2755c521-1eee-4199-a170-fa594e3fa259 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:51:42,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2755c521-1eee-4199-a170-fa594e3fa259 2018-12-12 15:51:42,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:42,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-00b20e27-08ac-4751-ad78-936bbc41c946 Date: Wed, 12 Dec 2018 15:51:42 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:51:42,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name&description=hello+group used request id req-00b20e27-08ac-4751-ad78-936bbc41c946 2018-12-12 15:51:42,313 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name... 2018-12-12 15:51:42,313 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name 2018-12-12 15:51:42,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" -d '{"security_group": {"name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name", "description": "hello group"}}' 2018-12-12 15:51:42,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c153cf25-01b0-4c96-aaa9-43404262788a Date: Wed, 12 Dec 2018 15:51:42 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "updated_at": "2018-12-12T15:51:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "revision_number": 0, "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "revision_number": 0, "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}], "revision_number": 2, "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name"}} 2018-12-12 15:51:42,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-c153cf25-01b0-4c96-aaa9-43404262788a 2018-12-12 15:51:42,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27111690-5e3e-4a5f-9b06-3b00b8cf8474 2018-12-12 15:51:42,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:42,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b781b1c5-a8f1-48df-a82d-74dbd2f976d6 Date: Wed, 12 Dec 2018 15:51:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5"}]} 2018-12-12 15:51:42,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-b781b1c5-a8f1-48df-a82d-74dbd2f976d6 2018-12-12 15:51:42,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27111690-5e3e-4a5f-9b06-3b00b8cf8474 2018-12-12 15:51:42,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:42,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-77adc0f8-bafb-4fc6-8225-b6a3f5971985 Date: Wed, 12 Dec 2018 15:51:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5"}]} 2018-12-12 15:51:42,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-77adc0f8-bafb-4fc6-8225-b6a3f5971985 2018-12-12 15:51:42,952 - neutron_utils - INFO - Retrieving security group with ID - 27111690-5e3e-4a5f-9b06-3b00b8cf8474 2018-12-12 15:51:42,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:43,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-11b84e4d-b91a-4de0-9ccb-7c9b721f1bf7 Date: Wed, 12 Dec 2018 15:51:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "updated_at": "2018-12-12T15:51:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "revision_number": 0, "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "revision_number": 0, "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}], "revision_number": 2, "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name"}]} 2018-12-12 15:51:43,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-11b84e4d-b91a-4de0-9ccb-7c9b721f1bf7 2018-12-12 15:51:43,138 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27111690-5e3e-4a5f-9b06-3b00b8cf8474 2018-12-12 15:51:43,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:43,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b89a92d1-6860-4fbf-95f3-0bc3e4e0473c Date: Wed, 12 Dec 2018 15:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5"}]} 2018-12-12 15:51:43,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-b89a92d1-6860-4fbf-95f3-0bc3e4e0473c 2018-12-12 15:51:43,255 - neutron_utils - INFO - Retrieving security group with ID - 27111690-5e3e-4a5f-9b06-3b00b8cf8474 2018-12-12 15:51:43,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:43,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-86e71ce9-d48a-4848-9f77-6b08d4bf9ddf Date: Wed, 12 Dec 2018 15:51:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "updated_at": "2018-12-12T15:51:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "revision_number": 0, "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "revision_number": 0, "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}], "revision_number": 2, "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name"}]} 2018-12-12 15:51:43,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-86e71ce9-d48a-4848-9f77-6b08d4bf9ddf 2018-12-12 15:51:43,305 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27111690-5e3e-4a5f-9b06-3b00b8cf8474 2018-12-12 15:51:43,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:43,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-df01cf5f-68ea-49b6-9fa4-024b2f8a73df Date: Wed, 12 Dec 2018 15:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5"}]} 2018-12-12 15:51:43,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-df01cf5f-68ea-49b6-9fa4-024b2f8a73df 2018-12-12 15:51:43,333 - neutron_utils - INFO - Retrieving security group with ID - 27111690-5e3e-4a5f-9b06-3b00b8cf8474 2018-12-12 15:51:43,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:43,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-568de336-f314-4372-b2d2-2751631e102e Date: Wed, 12 Dec 2018 15:51:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "updated_at": "2018-12-12T15:51:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "revision_number": 0, "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "revision_number": 0, "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}], "revision_number": 2, "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name"}]} 2018-12-12 15:51:43,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-568de336-f314-4372-b2d2-2751631e102e 2018-12-12 15:51:43,533 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27111690-5e3e-4a5f-9b06-3b00b8cf8474 2018-12-12 15:51:43,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:51:43,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a2f14f3c-7a40-4242-b2ac-852deebee0d4 Date: Wed, 12 Dec 2018 15:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "39ad6f1f-5127-4c8d-9474-3162f11827f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:42Z", "security_group_id": "27111690-5e3e-4a5f-9b06-3b00b8cf8474", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:42Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "e1dd98c8-359d-42df-a2a2-6749ec3b5ff5"}]} 2018-12-12 15:51:43,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-a2f14f3c-7a40-4242-b2ac-852deebee0d4 2018-12-12 15:51:43,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:44,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-140b2f13-3406-4102-abb4-aad21a6165ec x-compute-request-id: req-140b2f13-3406-4102-abb4-aad21a6165ec Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:44,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-140b2f13-3406-4102-abb4-aad21a6165ec 2018-12-12 15:51:44,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:44,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7fe02578-b8ea-459c-a74d-12e533919ae3 Date: Wed, 12 Dec 2018 15:51: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":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:44,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-7fe02578-b8ea-459c-a74d-12e533919ae3 2018-12-12 15:51:44,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:44,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a472c5db-a258-4a65-9065-435d6f1da3bd Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:44,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-a472c5db-a258-4a65-9065-435d6f1da3bd 2018-12-12 15:51:44,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:44,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-be4e02ca-d15e-4f40-92b7-5bbdd5777ee6 Date: Wed, 12 Dec 2018 15:51:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:44,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-be4e02ca-d15e-4f40-92b7-5bbdd5777ee6 2018-12-12 15:51:44,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:44,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-ffcee002-27be-4936-a36e-16b2925b6173 Date: Wed, 12 Dec 2018 15:51:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.3"}],"id":"271fcdc6-24d5-45c2-9bb4-c003bf137d1b","security_groups":[],"mac_address":"fa:16:3e:79:ea:5c","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.14"}],"id":"53fb88c3-08ee-4fd8-a267-ac09b41ef6fb","security_groups":["6bef4158-5e25-4292-af24-f55a54d0c458"],"mac_address":"fa:16:3e:b3:58:49","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:28Z","binding:vnic_type":"normal","device_id":"3ddaf2d7-a48c-497e-8093-15f08901210d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.4"}],"id":"9f5be033-1478-4fe5-90f2-049dcf31051a","security_groups":[],"mac_address":"fa:16:3e:c2:9b:1e","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.2"}],"id":"f7e5ed4e-9af3-4852-9e01-3275e508a099","security_groups":[],"mac_address":"fa:16:3e:31:1c:04","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ea9ae110-0821-4160-87a8-3c4952b8383a"}]} 2018-12-12 15:51:44,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-ffcee002-27be-4936-a36e-16b2925b6173 2018-12-12 15:51:44,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:51:45,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0dddabb823c344d6a11df94573a5e88a", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role"}], "expires_at": "2018-12-12T16:51:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75fa7a22f4554336bc8496c3f5901ec1", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/75fa7a22f4554336bc8496c3f5901ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-user", "id": "741aebd8f32a4e72b54099465c7caa80"}, "audit_ids": ["ogWVDqGRQNuUA9tL556a6w"], "issued_at": "2018-12-12T15:51:45.000000Z"}} 2018-12-12 15:51:45,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}089996621a8cf6ed76f433cd65d3238ac96cc7c8" 2018-12-12 15:51:46,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-63406fc7-1d56-4a2b-8931-8f37f7675818 x-compute-request-id: req-63406fc7-1d56-4a2b-8931-8f37f7675818 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:46,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-63406fc7-1d56-4a2b-8931-8f37f7675818 2018-12-12 15:51:46,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:46,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08c976ca-6a48-49ae-aa9f-5dd381ab04c8 x-compute-request-id: req-08c976ca-6a48-49ae-aa9f-5dd381ab04c8 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:46,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-08c976ca-6a48-49ae-aa9f-5dd381ab04c8 2018-12-12 15:51:46,908 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst] is - ACTIVE 2018-12-12 15:51:46,908 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:51:46,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:47,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81e9893f-4a0a-4cc2-a671-cf77f8936473 x-compute-request-id: req-81e9893f-4a0a-4cc2-a671-cf77f8936473 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:47,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-81e9893f-4a0a-4cc2-a671-cf77f8936473 2018-12-12 15:51:47,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:47,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-71e9a633-fa86-40de-8f2b-7fcd8112b880 Date: Wed, 12 Dec 2018 15:51:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:47,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-71e9a633-fa86-40de-8f2b-7fcd8112b880 2018-12-12 15:51:47,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:47,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b88b964e-e86b-43d6-8b8b-9dd3ca5b200b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:47,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-b88b964e-e86b-43d6-8b8b-9dd3ca5b200b 2018-12-12 15:51:47,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:47,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-683b7267-6c48-4cb1-b260-80839d4d03b5 Date: Wed, 12 Dec 2018 15:51:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:47,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-683b7267-6c48-4cb1-b260-80839d4d03b5 2018-12-12 15:51:47,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:48,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-918e35a5-4cf8-4415-b207-8d34f3140d0d Date: Wed, 12 Dec 2018 15:51:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.3"}],"id":"271fcdc6-24d5-45c2-9bb4-c003bf137d1b","security_groups":[],"mac_address":"fa:16:3e:79:ea:5c","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.14"}],"id":"53fb88c3-08ee-4fd8-a267-ac09b41ef6fb","security_groups":["6bef4158-5e25-4292-af24-f55a54d0c458"],"mac_address":"fa:16:3e:b3:58:49","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:28Z","binding:vnic_type":"normal","device_id":"3ddaf2d7-a48c-497e-8093-15f08901210d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.4"}],"id":"9f5be033-1478-4fe5-90f2-049dcf31051a","security_groups":[],"mac_address":"fa:16:3e:c2:9b:1e","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.2"}],"id":"f7e5ed4e-9af3-4852-9e01-3275e508a099","security_groups":[],"mac_address":"fa:16:3e:31:1c:04","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ea9ae110-0821-4160-87a8-3c4952b8383a"}]} 2018-12-12 15:51:48,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-918e35a5-4cf8-4415-b207-8d34f3140d0d 2018-12-12 15:51:48,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:48,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-a48b0e30-8a8a-48ea-ad97-16e736f8f744 x-compute-request-id: req-a48b0e30-8a8a-48ea-ad97-16e736f8f744 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:48,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-a48b0e30-8a8a-48ea-ad97-16e736f8f744 2018-12-12 15:51:48,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:48,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-056d36bf-ac07-45d5-ae32-25512607c157 Date: Wed, 12 Dec 2018 15:51:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:48,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-056d36bf-ac07-45d5-ae32-25512607c157 2018-12-12 15:51:48,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:48,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd0a838-f4ac-4c92-a69c-376615b81752 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:48,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-9bd0a838-f4ac-4c92-a69c-376615b81752 2018-12-12 15:51:48,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:48,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-50e23e01-59d3-44ad-801f-f41444149bb4 Date: Wed, 12 Dec 2018 15:51:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:48,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-50e23e01-59d3-44ad-801f-f41444149bb4 2018-12-12 15:51:48,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:48,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-e5aa2d85-4c38-4f7b-9fd0-ee36657c1ee0 Date: Wed, 12 Dec 2018 15:51:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.3"}],"id":"271fcdc6-24d5-45c2-9bb4-c003bf137d1b","security_groups":[],"mac_address":"fa:16:3e:79:ea:5c","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.14"}],"id":"53fb88c3-08ee-4fd8-a267-ac09b41ef6fb","security_groups":["6bef4158-5e25-4292-af24-f55a54d0c458"],"mac_address":"fa:16:3e:b3:58:49","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:28Z","binding:vnic_type":"normal","device_id":"3ddaf2d7-a48c-497e-8093-15f08901210d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.4"}],"id":"9f5be033-1478-4fe5-90f2-049dcf31051a","security_groups":[],"mac_address":"fa:16:3e:c2:9b:1e","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.2"}],"id":"f7e5ed4e-9af3-4852-9e01-3275e508a099","security_groups":[],"mac_address":"fa:16:3e:31:1c:04","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ea9ae110-0821-4160-87a8-3c4952b8383a"}]} 2018-12-12 15:51:48,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-e5aa2d85-4c38-4f7b-9fd0-ee36657c1ee0 2018-12-12 15:51:48,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name"}}' 2018-12-12 15:51:50,260 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:51: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-c8221b61-4c6b-4d7d-b96e-046be034ba1d x-compute-request-id: req-c8221b61-4c6b-4d7d-b96e-046be034ba1d Content-Length: 0 Content-Type: application/json 2018-12-12 15:51:50,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d/action used request id req-c8221b61-4c6b-4d7d-b96e-046be034ba1d 2018-12-12 15:51:50,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:50,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-30704960-78ae-49d0-9ece-d0a6adc43116 x-compute-request-id: req-30704960-78ae-49d0-9ece-d0a6adc43116 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name"}, {"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:50,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-30704960-78ae-49d0-9ece-d0a6adc43116 2018-12-12 15:51:50,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:50,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f1cf5072-8ddc-426a-ae45-75227361fd7c Date: Wed, 12 Dec 2018 15:51:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["13501fb4-5f7f-4042-b354-2b560f298381"],"updated_at":"2018-12-12T15:51:22Z","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"ea9ae110-0821-4160-87a8-3c4952b8383a","name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net"}]} 2018-12-12 15:51:50,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net used request id req-f1cf5072-8ddc-426a-ae45-75227361fd7c 2018-12-12 15:51:50,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:51,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75200dbf-c21a-4d11-807d-f2204970b2d3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:51:51,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-75200dbf-c21a-4d11-807d-f2204970b2d3 2018-12-12 15:51:51,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:51,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2fd47e69-9a0a-4cf5-9104-67596a922d1e Date: Wed, 12 Dec 2018 15:51:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:22Z","dns_nameservers":[],"updated_at":"2018-12-12T15:51:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75fa7a22f4554336bc8496c3f5901ec1","id":"13501fb4-5f7f-4042-b354-2b560f298381","subnetpool_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet"}]} 2018-12-12 15:51:51,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-2fd47e69-9a0a-4cf5-9104-67596a922d1e 2018-12-12 15:51:51,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:51,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-3641b7ad-decf-4c20-9db3-58eb025b8e84 Date: Wed, 12 Dec 2018 15:51:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.3"}],"id":"271fcdc6-24d5-45c2-9bb4-c003bf137d1b","security_groups":[],"mac_address":"fa:16:3e:79:ea:5c","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:49Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.14"}],"id":"53fb88c3-08ee-4fd8-a267-ac09b41ef6fb","security_groups":["27111690-5e3e-4a5f-9b06-3b00b8cf8474","6bef4158-5e25-4292-af24-f55a54d0c458"],"mac_address":"fa:16:3e:b3:58:49","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:28Z","binding:vnic_type":"normal","device_id":"3ddaf2d7-a48c-497e-8093-15f08901210d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.4"}],"id":"9f5be033-1478-4fe5-90f2-049dcf31051a","security_groups":[],"mac_address":"fa:16:3e:c2:9b:1e","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ea9ae110-0821-4160-87a8-3c4952b8383a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:51:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"13501fb4-5f7f-4042-b354-2b560f298381","ip_address":"10.55.0.2"}],"id":"f7e5ed4e-9af3-4852-9e01-3275e508a099","security_groups":[],"mac_address":"fa:16:3e:31:1c:04","project_id":"75fa7a22f4554336bc8496c3f5901ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ea9ae110-0821-4160-87a8-3c4952b8383a","tenant_id":"75fa7a22f4554336bc8496c3f5901ec1","created_at":"2018-12-12T15:51:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ea9ae110-0821-4160-87a8-3c4952b8383a"}]} 2018-12-12 15:51:51,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-3641b7ad-decf-4c20-9db3-58eb025b8e84 2018-12-12 15:51:51,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}089996621a8cf6ed76f433cd65d3238ac96cc7c8" 2018-12-12 15:51:51,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af46a0cf-fed1-41c0-ae00-ac477959cab4 x-compute-request-id: req-af46a0cf-fed1-41c0-ae00-ac477959cab4 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "security_groups": [{"name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name"}, {"name": "default"}], "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:37Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:51,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-af46a0cf-fed1-41c0-ae00-ac477959cab4 2018-12-12 15:51:51,984 - create_instance - INFO - Deleting Port with ID - 53fb88c3-08ee-4fd8-a267-ac09b41ef6fb 2018-12-12 15:51:51,984 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-port 2018-12-12 15:51:51,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/53fb88c3-08ee-4fd8-a267-ac09b41ef6fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:52,420 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d88e9419-126a-4778-8113-abd9a5cf24e0 Date: Wed, 12 Dec 2018 15:51:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:51:52,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/53fb88c3-08ee-4fd8-a267-ac09b41ef6fb used request id req-d88e9419-126a-4778-8113-abd9a5cf24e0 2018-12-12 15:51:52,421 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst 2018-12-12 15:51:52,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:52,582 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:51:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69359798-eeea-4b5b-a6de-4360add3041a x-compute-request-id: req-69359798-eeea-4b5b-a6de-4360add3041a Content-Type: application/json 2018-12-12 15:51:52,582 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-69359798-eeea-4b5b-a6de-4360add3041a 2018-12-12 15:51:52,583 - create_instance - INFO - Checking deletion status 2018-12-12 15:51:52,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:52,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36cc5178-ce5e-4142-bcc7-fcd475b0ed19 x-compute-request-id: req-36cc5178-ce5e-4142-bcc7-fcd475b0ed19 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:58:49", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:52Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:52,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-36cc5178-ce5e-4142-bcc7-fcd475b0ed19 2018-12-12 15:51:52,818 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst] is - ACTIVE 2018-12-12 15:51:52,818 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:51:55,821 - create_instance - DEBUG - VM status query timeout in 296.761538982 2018-12-12 15:51:55,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:56,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51: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-741def52-34ce-45cd-a921-ce1bf37fbde8 x-compute-request-id: req-741def52-34ce-45cd-a921-ce1bf37fbde8 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.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:52Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:56,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-741def52-34ce-45cd-a921-ce1bf37fbde8 2018-12-12 15:51:56,082 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst] is - ACTIVE 2018-12-12 15:51:56,083 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:51:59,086 - create_instance - DEBUG - VM status query timeout in 293.497188091 2018-12-12 15:51:59,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:51:59,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c31b504-78f1-4fa1-bc53-e5f6d8f673ab x-compute-request-id: req-7c31b504-78f1-4fa1-bc53-e5f6d8f673ab 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.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3ddaf2d7-a48c-497e-8093-15f08901210d", "rel": "bookmark"}], "image": {"id": "42ef9a25-64e3-41e0-bc0a-1227d967b187", "links": [{"href": "http://172.30.9.29:8774/images/42ef9a25-64e3-41e0-bc0a-1227d967b187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:51:36.000000", "flavor": {"id": "320c5389-22a2-4fe4-9747-7b3a6425308d", "links": [{"href": "http://172.30.9.29:8774/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d", "rel": "bookmark"}]}, "id": "3ddaf2d7-a48c-497e-8093-15f08901210d", "user_id": "741aebd8f32a4e72b54099465c7caa80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:51:52Z", "hostId": "441ee7685c2bcc56bb7f95606c064f31115f8730f8778cecf2fd26da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst", "created": "2018-12-12T15:51:31Z", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:51:59,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-7c31b504-78f1-4fa1-bc53-e5f6d8f673ab 2018-12-12 15:51:59,333 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst] is - ACTIVE 2018-12-12 15:51:59,334 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:52:02,337 - create_instance - DEBUG - VM status query timeout in 290.246264935 2018-12-12 15:52:02,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60b2c446471438f7cf2cf4746af989729f249f6" 2018-12-12 15:52:02,385 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15: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-9ac8c807-8585-43a1-b1fd-82a0a707d73a x-compute-request-id: req-9ac8c807-8585-43a1-b1fd-82a0a707d73a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3ddaf2d7-a48c-497e-8093-15f08901210d could not be found.", "code": 404}} 2018-12-12 15:52:02,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/3ddaf2d7-a48c-497e-8093-15f08901210d used request id req-9ac8c807-8585-43a1-b1fd-82a0a707d73a 2018-12-12 15:52:02,386 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3ddaf2d7-a48c-497e-8093-15f08901210d could not be found. (HTTP 404) (Request-ID: req-9ac8c807-8585-43a1-b1fd-82a0a707d73a) 2018-12-12 15:52:02,386 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-inst 2018-12-12 15:52:02,387 - neutron_utils - INFO - Deleting security group rule with ID - e1dd98c8-359d-42df-a2a2-6749ec3b5ff5 2018-12-12 15:52:02,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/e1dd98c8-359d-42df-a2a2-6749ec3b5ff5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:52:02,616 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b14903f8-c3f1-40d1-b8df-25e3f2fe61b3 Content-Length: 0 Date: Wed, 12 Dec 2018 15:52:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:02,617 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/e1dd98c8-359d-42df-a2a2-6749ec3b5ff5 used request id req-b14903f8-c3f1-40d1-b8df-25e3f2fe61b3 2018-12-12 15:52:02,617 - neutron_utils - INFO - Deleting security group rule with ID - 39ad6f1f-5127-4c8d-9474-3162f11827f7 2018-12-12 15:52:02,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/39ad6f1f-5127-4c8d-9474-3162f11827f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:52:02,722 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06e4d173-3da0-4bc3-9e1b-e69f0c6fdd8f Content-Length: 0 Date: Wed, 12 Dec 2018 15:52:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:02,722 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/39ad6f1f-5127-4c8d-9474-3162f11827f7 used request id req-06e4d173-3da0-4bc3-9e1b-e69f0c6fdd8f 2018-12-12 15:52:02,722 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-name 2018-12-12 15:52:02,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/27111690-5e3e-4a5f-9b06-3b00b8cf8474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4bc3b9f322cfaf82f6b6536facd34df6276291" 2018-12-12 15:52:02,995 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2736c7ed-ccd6-4579-8f4f-9f142bfd5198 Content-Length: 0 Date: Wed, 12 Dec 2018 15:52:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:02,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/27111690-5e3e-4a5f-9b06-3b00b8cf8474 used request id req-2736c7ed-ccd6-4579-8f4f-9f142bfd5198 2018-12-12 15:52:02,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca69c4d7b9af1885e474aa24c892ee1143765aa" 2018-12-12 15:52:03,040 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:52: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-c4bb3324-e352-4a63-b0f9-e84637e3edd1 x-compute-request-id: req-c4bb3324-e352-4a63-b0f9-e84637e3edd1 Content-Length: 0 Content-Type: application/json 2018-12-12 15:52:03,040 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/320c5389-22a2-4fe4-9747-7b3a6425308d used request id req-c4bb3324-e352-4a63-b0f9-e84637e3edd1 2018-12-12 15:52:03,041 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet 2018-12-12 15:52:03,041 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-subnet 2018-12-12 15:52:03,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/13501fb4-5f7f-4042-b354-2b560f298381 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" 2018-12-12 15:52:05,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7a499e67-80db-454f-9800-625b4695f0ec Date: Wed, 12 Dec 2018 15:52:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:05,406 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/13501fb4-5f7f-4042-b354-2b560f298381 used request id req-7a499e67-80db-454f-9800-625b4695f0ec 2018-12-12 15:52:05,406 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-pub-net 2018-12-12 15:52:05,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/ea9ae110-0821-4160-87a8-3c4952b8383a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4666bbbabc82dab3f03a3db94855db52814ee293" 2018-12-12 15:52:06,552 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ec1df87-ca08-4d4a-95b3-ecbf4d4cdb99 Date: Wed, 12 Dec 2018 15:52:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:06,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/ea9ae110-0821-4160-87a8-3c4952b8383a used request id req-2ec1df87-ca08-4d4a-95b3-ecbf4d4cdb99 2018-12-12 15:52:06,553 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-56f89f4e-b386-4a99-90f4-df6a2f104000-image 2018-12-12 15:52:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9680702b76b287fd9a6e5419647330f54d37b2bc" 2018-12-12 15:52:08,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9fd6b388-b8aa-4d0b-b1b8-b4093c61d6c1 Date: Wed, 12 Dec 2018 15:52:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:52:08,142 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/42ef9a25-64e3-41e0-bc0a-1227d967b187 used request id req-9fd6b388-b8aa-4d0b-b1b8-b4093c61d6c1 2018-12-12 15:52:08,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:52:08,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b08bcd69-63cf-4ede-bb18-c77e5d555eca Date: Wed, 12 Dec 2018 15:52:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:21Z", "updated_at": "2018-12-12T15:51:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:21Z", "revision_number": 0, "id": "6cde804a-55f8-42d8-a288-63f5fd5b48a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:21Z", "security_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:21Z", "revision_number": 0, "id": "75a52e02-39b7-41be-96de-1e45c83d08ed", "remote_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:21Z", "security_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:21Z", "revision_number": 0, "id": "ae14b722-11f1-41f9-994c-5f940bf4ba66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:21Z", "security_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:51:21Z", "revision_number": 0, "id": "fa55e2ca-5983-498d-9034-0025095875a3", "remote_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "remote_ip_prefix": null, "created_at": "2018-12-12T15:51:21Z", "security_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "75fa7a22f4554336bc8496c3f5901ec1"}], "revision_number": 4, "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "6bef4158-5e25-4292-af24-f55a54d0c458", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:52:08,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b08bcd69-63cf-4ede-bb18-c77e5d555eca 2018-12-12 15:52:08,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:52:08,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d975a39-4ae6-4472-a59a-af29779b69c1 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1"}, "enabled": true, "id": "75fa7a22f4554336bc8496c3f5901ec1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj"}} 2018-12-12 15:52:08,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-4d975a39-4ae6-4472-a59a-af29779b69c1 2018-12-12 15:52:08,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bef4158-5e25-4292-af24-f55a54d0c458 2018-12-12 15:52:08,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6bef4158-5e25-4292-af24-f55a54d0c458 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:52:08,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-16dea21d-3910-4d5e-831c-d987d66836a7 Date: Wed, 12 Dec 2018 15:52:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:21Z", "security_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:21Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "6cde804a-55f8-42d8-a288-63f5fd5b48a7"}, {"remote_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:21Z", "security_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:21Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "75a52e02-39b7-41be-96de-1e45c83d08ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:21Z", "security_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:21Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "ae14b722-11f1-41f9-994c-5f940bf4ba66"}, {"remote_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:51:21Z", "security_group_id": "6bef4158-5e25-4292-af24-f55a54d0c458", "port_range_min": null, "revision_number": 0, "tenant_id": "75fa7a22f4554336bc8496c3f5901ec1", "created_at": "2018-12-12T15:51:21Z", "project_id": "75fa7a22f4554336bc8496c3f5901ec1", "id": "fa55e2ca-5983-498d-9034-0025095875a3"}]} 2018-12-12 15:52:08,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6bef4158-5e25-4292-af24-f55a54d0c458 used request id req-16dea21d-3910-4d5e-831c-d987d66836a7 2018-12-12 15:52:08,737 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:52:08,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6bef4158-5e25-4292-af24-f55a54d0c458 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:52:09,026 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a90d9749-d74a-4f07-a8ef-7d306d40121e Content-Length: 0 Date: Wed, 12 Dec 2018 15:52:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:09,027 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6bef4158-5e25-4292-af24-f55a54d0c458 used request id req-a90d9749-d74a-4f07-a8ef-7d306d40121e 2018-12-12 15:52:09,027 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj 2018-12-12 15:52:09,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:52:09,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69b31356-96a9-4424-8aac-783bec5924dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:52:09,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/75fa7a22f4554336bc8496c3f5901ec1 used request id req-69b31356-96a9-4424-8aac-783bec5924dd 2018-12-12 15:52:09,276 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-46b4ffa0-e877-41b-proj-role 2018-12-12 15:52:09,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0dddabb823c344d6a11df94573a5e88a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:52:09,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f4fa971-d914-48d7-b141-74d2d86242ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:52:09,398 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0dddabb823c344d6a11df94573a5e88a used request id req-4f4fa971-d914-48d7-b141-74d2d86242ea 2018-12-12 15:52:09,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64492e1a6b2932d8f2b45076b7fcfd3568ea0dfc" 2018-12-12 15:52:09,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a14afffd-dea2-4274-a197-37ee5327b9d5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:52:09,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a14afffd-dea2-4274-a197-37ee5327b9d5 2018-12-12 15:52:09,500 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-46b4ffa0-e877-41b-user 2018-12-12 15:52:09,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/741aebd8f32a4e72b54099465c7caa80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}310bad4924acf59a47e0a56e48ad3ae75131a72c" 2018-12-12 15:52:09,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0da04424-dbf3-4242-9c9d-cce9901d21fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:52:09,756 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/741aebd8f32a4e72b54099465c7caa80 used request id req-0da04424-dbf3-4242-9c9d-cce9901d21fe 2018-12-12 15:52:09,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:10,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["yLO8c8x4QdW6f8iGCRZVFA"], "issued_at": "2018-12-12T15:52:10.000000Z"}} 2018-12-12 15:52:10,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f378a22f9bdff7c1939792c01edce159eefa968" 2018-12-12 15:52:10,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19011c98-9590-442b-a50b-4fbcfaccce46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:10,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-19011c98-9590-442b-a50b-4fbcfaccce46 2018-12-12 15:52:10,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:10,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:10,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ErvPzaYNQnuR7-RVFfMtSQ"], "issued_at": "2018-12-12T15:52:10.000000Z"}} 2018-12-12 15:52:10,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:52:10,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38fd0552-050a-41b0-8f36-92edb0995e26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:10,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-38fd0552-050a-41b0-8f36-92edb0995e26 2018-12-12 15:52:10,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:52:10,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:52:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:52:10,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-968b5876-e901-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:52:10,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8168375-3184-447b-90d8-436ea13c4a49 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-968b5876-e901-4d2-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:52:10,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-968b5876-e901-4d2-proj used request id req-f8168375-3184-447b-90d8-436ea13c4a49 2018-12-12 15:52:10,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:52:10,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80f7451-acd5-428e-bd3d-6ecb7d2995a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:52:10,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d80f7451-acd5-428e-bd3d-6ecb7d2995a7 2018-12-12 15:52:10,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}}' 2018-12-12 15:52:11,015 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:52:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddd397c5-715f-48bf-811b-d9a216d5c338 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:11,016 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ddd397c5-715f-48bf-811b-d9a216d5c338 2018-12-12 15:52:11,016 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-968b5876-e901-4d2-proj 2018-12-12 15:52:11,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:11,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:11,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:52:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["TGd4WlD6TdG9TGiBRGA5LA"], "issued_at": "2018-12-12T15:52:11.000000Z"}} 2018-12-12 15:52:11,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c67eb128bd4d7717c11d9e294f12d0d93cb14bc" 2018-12-12 15:52:11,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44759fb0-c6fd-4951-9860-adc1584e969f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:11,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-44759fb0-c6fd-4951-9860-adc1584e969f 2018-12-12 15:52:11,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:52:11,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:52:11,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c67eb128bd4d7717c11d9e294f12d0d93cb14bc" 2018-12-12 15:52:11,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-490a1e82-61a8-493d-8f68-3340c4eeaba3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:52:11,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-490a1e82-61a8-493d-8f68-3340c4eeaba3 2018-12-12 15:52:11,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-968b5876-e901-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c67eb128bd4d7717c11d9e294f12d0d93cb14bc" 2018-12-12 15:52:11,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040d48e0-70eb-42d3-8001-409cffcb9668 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-968b5876-e901-4d2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}]} 2018-12-12 15:52:11,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-968b5876-e901-4d2-proj used request id req-040d48e0-70eb-42d3-8001-409cffcb9668 2018-12-12 15:52:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c67eb128bd4d7717c11d9e294f12d0d93cb14bc" 2018-12-12 15:52:11,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4584128-78bb-4881-8031-d723e7a6f096 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:52:11,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b4584128-78bb-4881-8031-d723e7a6f096 2018-12-12 15:52:12,261 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-968b5876-e901-4d2-user 2018-12-12 15:52:12,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:12,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:52:12,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17858280-1716-4680-8ffb-4d4f8fa4395c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:52:12,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-17858280-1716-4680-8ffb-4d4f8fa4395c 2018-12-12 15:52:12,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" -d '{"role": {"name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role"}}' 2018-12-12 15:52:12,483 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40f8f66f-f018-4829-84bb-e6331b15b261 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0a5c5c0c9ec64fc1808f3f0779e48f49", "links": {"self": "http://172.30.9.29:5000/v3/roles/0a5c5c0c9ec64fc1808f3f0779e48f49"}, "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role"}} 2018-12-12 15:52:12,483 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-40f8f66f-f018-4829-84bb-e6331b15b261 2018-12-12 15:52:12,484 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role 2018-12-12 15:52:12,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0a5c5c0c9ec64fc1808f3f0779e48f49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:52:12,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69495123-87b0-4c90-a111-8f41900f33cd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0a5c5c0c9ec64fc1808f3f0779e48f49"}, "domain_id": null, "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role", "id": "0a5c5c0c9ec64fc1808f3f0779e48f49"}} 2018-12-12 15:52:12,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0a5c5c0c9ec64fc1808f3f0779e48f49 used request id req-69495123-87b0-4c90-a111-8f41900f33cd 2018-12-12 15:52:12,566 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role to project InstanceSecurityGroupTests-968b5876-e901-4d2-proj 2018-12-12 15:52:12,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809/users/38747d29ec7b4f8f884ae460bd239d7e/roles/0a5c5c0c9ec64fc1808f3f0779e48f49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:52:12,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfae0aa1-8d60-41f2-a04a-f4102ce0a5a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:52:12,629 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809/users/38747d29ec7b4f8f884ae460bd239d7e/roles/0a5c5c0c9ec64fc1808f3f0779e48f49 used request id req-cfae0aa1-8d60-41f2-a04a-f4102ce0a5a7 2018-12-12 15:52:12,629 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:52:12,630 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:52:12,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:12,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:13,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a5c5c0c9ec64fc1808f3f0779e48f49", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role"}], "expires_at": "2018-12-12T16:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-user", "id": "38747d29ec7b4f8f884ae460bd239d7e"}, "audit_ids": ["vFABrBeQTKSoWyUwlvOqdw"], "issued_at": "2018-12-12T15:52:13.000000Z"}} 2018-12-12 15:52:13,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" 2018-12-12 15:52:13,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66b4a6b7-fdc9-4cd6-ae42-4efdd296e5ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:13,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-66b4a6b7-fdc9-4cd6-ae42-4efdd296e5ae 2018-12-12 15:52:13,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" 2018-12-12 15:52:13,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-67642c27-d3b7-47f4-8530-2ce290d71632 Date: Wed, 12 Dec 2018 15:52:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image"} 2018-12-12 15:52:13,257 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image used request id req-67642c27-d3b7-47f4-8530-2ce290d71632 2018-12-12 15:52:13,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" 2018-12-12 15:52:13,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cfe6b053-7040-4511-a5c6-5e8086248366 Date: Wed, 12 Dec 2018 15:52:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:52:13,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-cfe6b053-7040-4511-a5c6-5e8086248366 2018-12-12 15:52:13,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image"}' 2018-12-12 15:52:13,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8 X-Openstack-Request-Id: req-4bd77a4b-3611-475b-b108-591dade0d268 Date: Wed, 12 Dec 2018 15:52:13 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:52:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:52:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "min_disk": 0, "protected": false, "id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "file": "/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/file", "checksum": null, "owner": "90c4c5c7568c4fbe9c880c699b8a9809", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:52:13,630 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4bd77a4b-3611-475b-b108-591dade0d268 2018-12-12 15:52:13,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" -d '' 2018-12-12 15:52:15,768 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-56b87926-364e-4c42-b8fc-1c8b1ed339d1 Date: Wed, 12 Dec 2018 15:52:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:52:15,768 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/file used request id req-56b87926-364e-4c42-b8fc-1c8b1ed339d1 2018-12-12 15:52:15,768 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:52:15,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" 2018-12-12 15:52:15,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-dedac6a5-47ae-46c3-bef9-a1bf5fbe15a4 Date: Wed, 12 Dec 2018 15:52:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:52:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:52:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/snap", "metadata": {}}], "self": "/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "min_disk": 0, "protected": false, "id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "file": "/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "90c4c5c7568c4fbe9c880c699b8a9809", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:52:15,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8 used request id req-dedac6a5-47ae-46c3-bef9-a1bf5fbe15a4 2018-12-12 15:52:15,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" 2018-12-12 15:52:16,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-758bf555-2c3d-467e-8222-f118397124b7 Date: Wed, 12 Dec 2018 15:52:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:52:16,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-758bf555-2c3d-467e-8222-f118397124b7 2018-12-12 15:52:16,112 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image 2018-12-12 15:52:16,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" 2018-12-12 15:52:16,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-5d243ca5-a3c6-4f06-8bbd-81eec69b64fc Date: Wed, 12 Dec 2018 15:52:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:52:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:52:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/snap", "metadata": {}}], "self": "/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "min_disk": 0, "protected": false, "id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "file": "/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "90c4c5c7568c4fbe9c880c699b8a9809", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:52:16,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8 used request id req-5d243ca5-a3c6-4f06-8bbd-81eec69b64fc 2018-12-12 15:52:16,134 - create_image - DEBUG - Instance status is - active 2018-12-12 15:52:16,134 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image 2018-12-12 15:52:16,134 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image 2018-12-12 15:52:16,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:16,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:16,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a5c5c0c9ec64fc1808f3f0779e48f49", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role"}], "expires_at": "2018-12-12T16:52:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-user", "id": "38747d29ec7b4f8f884ae460bd239d7e"}, "audit_ids": ["nZcBd_dkQBmT63OFOEWW4w"], "issued_at": "2018-12-12T15:52:16.000000Z"}} 2018-12-12 15:52:16,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" 2018-12-12 15:52:16,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038e3aa2-7cb7-4da6-8466-68da0f7a319b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:16,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-038e3aa2-7cb7-4da6-8466-68da0f7a319b 2018-12-12 15:52:16,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" 2018-12-12 15:52:16,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-31bb0a9a-5476-4d2e-8b40-3c73d53ed0df Date: Wed, 12 Dec 2018 15:52:16 GMT RESP BODY: {"networks":[]} 2018-12-12 15:52:16,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-31bb0a9a-5476-4d2e-8b40-3c73d53ed0df 2018-12-12 15:52:16,764 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net 2018-12-12 15:52:16,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" -d '{"network": {"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net", "admin_state_up": true}}' 2018-12-12 15:52:17,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-bc43b5e3-cbe5-402e-82d2-acdf3887635d Date: Wed, 12 Dec 2018 15:52:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:52:17Z","is_default":false,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","mtu":1450}} 2018-12-12 15:52:17,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-bc43b5e3-cbe5-402e-82d2-acdf3887635d 2018-12-12 15:52:17,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" 2018-12-12 15:52:17,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-76be6faa-6d40-449a-96dd-7608b5987496 Date: Wed, 12 Dec 2018 15:52:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:52:17Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:17,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-76be6faa-6d40-449a-96dd-7608b5987496 2018-12-12 15:52:17,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" 2018-12-12 15:52:17,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a532f379-9472-400e-86ad-2c2cb79bfdfd Date: Wed, 12 Dec 2018 15:52:17 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:52:17,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-a532f379-9472-400e-86ad-2c2cb79bfdfd 2018-12-12 15:52:17,566 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet 2018-12-12 15:52:17,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" -d '{"subnets": [{"ip_version": 4, "network_id": "afe25235-702a-4ab0-8f70-4e9bd0367b89", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]}' 2018-12-12 15:52:18,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2a306d7f-7e59-4ea0-99be-05d28e47bcc5 Date: Wed, 12 Dec 2018 15:52:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:18,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-2a306d7f-7e59-4ea0-99be-05d28e47bcc5 2018-12-12 15:52:18,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" 2018-12-12 15:52:18,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-73d4bef3-2fd4-4813-b44f-5ee3c0c14701 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:18,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-73d4bef3-2fd4-4813-b44f-5ee3c0c14701 2018-12-12 15:52:18,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" 2018-12-12 15:52:18,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3ed9359e-f7c0-4b1b-b30c-3547a72696f5 Date: Wed, 12 Dec 2018 15:52:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:18,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-3ed9359e-f7c0-4b1b-b30c-3547a72696f5 2018-12-12 15:52:18,767 - OpenStackNetwork - DEBUG - Network [afe25235-702a-4ab0-8f70-4e9bd0367b89] created successfully 2018-12-12 15:52:18,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:18,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:19,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:52:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["daCKSW1wTZmVhrQ_Wwz8Pw"], "issued_at": "2018-12-12T15:52:19.000000Z"}} 2018-12-12 15:52:19,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af7e5a02770f81742b01b6cd741f077b25433b" 2018-12-12 15:52:19,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba083a1-c171-47e4-a49b-acadefa54b68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:19,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dba083a1-c171-47e4-a49b-acadefa54b68 2018-12-12 15:52:19,224 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:52:19,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af7e5a02770f81742b01b6cd741f077b25433b" 2018-12-12 15:52:19,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52: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-2e3dc994-3483-468c-9886-8d446099e49b x-compute-request-id: req-2e3dc994-3483-468c-9886-8d446099e49b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:52:19,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2e3dc994-3483-468c-9886-8d446099e49b 2018-12-12 15:52:19,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af7e5a02770f81742b01b6cd741f077b25433b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:52:19,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52: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-01dfef0a-d007-4cdb-8012-9b196eb2994c x-compute-request-id: req-01dfef0a-d007-4cdb-8012-9b196eb2994c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b21b9f08-4e50-48e5-955e-688caf69d589", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:52:19,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-01dfef0a-d007-4cdb-8012-9b196eb2994c 2018-12-12 15:52:19,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:19,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:19,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a5c5c0c9ec64fc1808f3f0779e48f49", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role"}], "expires_at": "2018-12-12T16:52:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-user", "id": "38747d29ec7b4f8f884ae460bd239d7e"}, "audit_ids": ["H7MhZALKTKmSX9tdIlqq7g"], "issued_at": "2018-12-12T15:52:19.000000Z"}} 2018-12-12 15:52:19,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:20,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faa66994-3711-45fa-be6c-efc9b16b8790 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:20,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-faa66994-3711-45fa-be6c-efc9b16b8790 2018-12-12 15:52:20,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:20,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6bec7b54-708f-4e13-ab1a-2f5376068318 Date: Wed, 12 Dec 2018 15:52:20 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:52:20,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name&description=hello+group used request id req-6bec7b54-708f-4e13-ab1a-2f5376068318 2018-12-12 15:52:20,200 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name... 2018-12-12 15:52:20,201 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name 2018-12-12 15:52:20,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" -d '{"security_group": {"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name", "description": "hello group"}}' 2018-12-12 15:52:20,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9a485e68-6291-4356-bbfa-df88a61f9264 Date: Wed, 12 Dec 2018 15:52:20 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "updated_at": "2018-12-12T15:52:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "revision_number": 0, "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv6", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "revision_number": 0, "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv4", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}], "revision_number": 2, "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "029f7805-11f7-47a8-b941-6160f03a67a2", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}} 2018-12-12 15:52:20,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-9a485e68-6291-4356-bbfa-df88a61f9264 2018-12-12 15:52:20,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 029f7805-11f7-47a8-b941-6160f03a67a2 2018-12-12 15:52:20,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:20,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e907e048-2957-4825-a46c-351b04b0893a Date: Wed, 12 Dec 2018 15:52:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1"}]} 2018-12-12 15:52:20,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-e907e048-2957-4825-a46c-351b04b0893a 2018-12-12 15:52:20,713 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 029f7805-11f7-47a8-b941-6160f03a67a2 2018-12-12 15:52:20,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:20,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d58865f-6a21-4be8-b317-8634853e5f3c Date: Wed, 12 Dec 2018 15:52:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1"}]} 2018-12-12 15:52:20,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-3d58865f-6a21-4be8-b317-8634853e5f3c 2018-12-12 15:52:20,744 - neutron_utils - INFO - Retrieving security group with ID - 029f7805-11f7-47a8-b941-6160f03a67a2 2018-12-12 15:52:20,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:20,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ad7de51a-27a0-4e7e-a505-3fcf41bf2fb8 Date: Wed, 12 Dec 2018 15:52:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "updated_at": "2018-12-12T15:52:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "revision_number": 0, "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv6", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "revision_number": 0, "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv4", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}], "revision_number": 2, "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "029f7805-11f7-47a8-b941-6160f03a67a2", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}]} 2018-12-12 15:52:20,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-ad7de51a-27a0-4e7e-a505-3fcf41bf2fb8 2018-12-12 15:52:20,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 029f7805-11f7-47a8-b941-6160f03a67a2 2018-12-12 15:52:20,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:20,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9860c18f-439a-4db7-9bc5-0d12010bbe63 Date: Wed, 12 Dec 2018 15:52:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1"}]} 2018-12-12 15:52:20,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-9860c18f-439a-4db7-9bc5-0d12010bbe63 2018-12-12 15:52:20,979 - neutron_utils - INFO - Retrieving security group with ID - 029f7805-11f7-47a8-b941-6160f03a67a2 2018-12-12 15:52:20,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:21,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7a2f018d-8be4-4c9d-904c-ae20b8254838 Date: Wed, 12 Dec 2018 15:52:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "updated_at": "2018-12-12T15:52:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "revision_number": 0, "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv6", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "revision_number": 0, "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv4", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}], "revision_number": 2, "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "029f7805-11f7-47a8-b941-6160f03a67a2", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}]} 2018-12-12 15:52:21,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-7a2f018d-8be4-4c9d-904c-ae20b8254838 2018-12-12 15:52:21,031 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 029f7805-11f7-47a8-b941-6160f03a67a2 2018-12-12 15:52:21,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:21,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd3f771d-a18c-48ce-beaa-14e567b50cd7 Date: Wed, 12 Dec 2018 15:52:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1"}]} 2018-12-12 15:52:21,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-fd3f771d-a18c-48ce-beaa-14e567b50cd7 2018-12-12 15:52:21,060 - neutron_utils - INFO - Retrieving security group with ID - 029f7805-11f7-47a8-b941-6160f03a67a2 2018-12-12 15:52:21,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:21,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-2821fcc9-920e-4ec5-9cd6-9be930289444 Date: Wed, 12 Dec 2018 15:52:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "updated_at": "2018-12-12T15:52:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "revision_number": 0, "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv6", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "revision_number": 0, "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv4", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}], "revision_number": 2, "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "029f7805-11f7-47a8-b941-6160f03a67a2", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}]} 2018-12-12 15:52:21,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-2821fcc9-920e-4ec5-9cd6-9be930289444 2018-12-12 15:52:21,111 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 029f7805-11f7-47a8-b941-6160f03a67a2 2018-12-12 15:52:21,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:21,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7890d1a-fccd-49e4-8255-960d2f59b3b2 Date: Wed, 12 Dec 2018 15:52:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "18930db0-abae-4c72-bc1d-f0d4ac801f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:20Z", "security_group_id": "029f7805-11f7-47a8-b941-6160f03a67a2", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:20Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "eaff1df6-fe36-49f0-b521-e731dbb927e1"}]} 2018-12-12 15:52:21,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-a7890d1a-fccd-49e4-8255-960d2f59b3b2 2018-12-12 15:52:21,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:21,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:21,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a5c5c0c9ec64fc1808f3f0779e48f49", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role"}], "expires_at": "2018-12-12T16:52:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-user", "id": "38747d29ec7b4f8f884ae460bd239d7e"}, "audit_ids": ["xKw_yzlCTDWauGyvMnaSnw"], "issued_at": "2018-12-12T15:52:21.000000Z"}} 2018-12-12 15:52:21,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:21,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c24074b4-ccb8-420f-b8f6-f47a015ef85b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:21,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c24074b4-ccb8-420f-b8f6-f47a015ef85b 2018-12-12 15:52:21,586 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:52:21,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:21,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ee4edb-3f4e-42a2-9743-c7f35da73ddb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:21,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d9ee4edb-3f4e-42a2-9743-c7f35da73ddb 2018-12-12 15:52:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:21,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8ada035f-74dc-4122-8504-7c9753336bd0 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:21,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-8ada035f-74dc-4122-8504-7c9753336bd0 2018-12-12 15:52:21,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:52:21,915 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:52: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:52:21,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:22,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d4ff4aa-adcb-4e8e-a260-e5173c4b0da6 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:22,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-9d4ff4aa-adcb-4e8e-a260-e5173c4b0da6 2018-12-12 15:52:22,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:22,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e648244a-ca79-42a7-a37f-a04227787362 Date: Wed, 12 Dec 2018 15:52:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:22,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-e648244a-ca79-42a7-a37f-a04227787362 2018-12-12 15:52:22,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:22,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-74eba897-3466-4ee7-833a-01c574918ae6 Date: Wed, 12 Dec 2018 15:52:22 GMT RESP BODY: {"ports":[]} 2018-12-12 15:52:22,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port&admin_state_up=True used request id req-74eba897-3466-4ee7-833a-01c574918ae6 2018-12-12 15:52:22,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:22,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-6475a930-143f-4178-9c29-268123739b76 x-compute-request-id: req-6475a930-143f-4178-9c29-268123739b76 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:52:22,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst used request id req-6475a930-143f-4178-9c29-268123739b76 2018-12-12 15:52:22,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:22,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-306c589c-c26b-4cc7-8b84-c55fce230315 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:22,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-306c589c-c26b-4cc7-8b84-c55fce230315 2018-12-12 15:52:22,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:22,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-375da548-3269-44fa-8acb-4b0e02d80225 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:22,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-375da548-3269-44fa-8acb-4b0e02d80225 2018-12-12 15:52:22,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:23,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-593a6608-5579-4c23-bd73-65d7c2ecc4b5 Date: Wed, 12 Dec 2018 15:52:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:23,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-593a6608-5579-4c23-bd73-65d7c2ecc4b5 2018-12-12 15:52:23,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:23,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7c7a63c1-ec03-45d3-abf2-4be6d41b0a6d Date: Wed, 12 Dec 2018 15:52:23 GMT RESP BODY: {"ports":[]} 2018-12-12 15:52:23,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port&admin_state_up=True used request id req-7c7a63c1-ec03-45d3-abf2-4be6d41b0a6d 2018-12-12 15:52:23,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:52:23,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:23,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a5c5c0c9ec64fc1808f3f0779e48f49", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role"}], "expires_at": "2018-12-12T16:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-user", "id": "38747d29ec7b4f8f884ae460bd239d7e"}, "audit_ids": ["iRHSnq2vRIqKQSKnX-0DLA"], "issued_at": "2018-12-12T15:52:23.000000Z"}} 2018-12-12 15:52:23,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd75b6173d7cc51599da87c70d4d1fda463c353" 2018-12-12 15:52:23,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611f75d9-f861-4c17-b0e4-df8559f54960 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:52:23,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-611f75d9-f861-4c17-b0e4-df8559f54960 2018-12-12 15:52:23,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:24,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-661443ef-6cbc-4b02-8c91-a7989eade1b7 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:24,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-661443ef-6cbc-4b02-8c91-a7989eade1b7 2018-12-12 15:52:24,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:24,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5d82829e-4ef1-4cb4-bce6-1ff2db04b14e Date: Wed, 12 Dec 2018 15:52:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:24,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-5d82829e-4ef1-4cb4-bce6-1ff2db04b14e 2018-12-12 15:52:24,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:24,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1b3e50e3-2d49-4381-8cc3-a65cab6b3d61 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:24,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-1b3e50e3-2d49-4381-8cc3-a65cab6b3d61 2018-12-12 15:52:24,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:52:24,672 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:52:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:52:24,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd75b6173d7cc51599da87c70d4d1fda463c353" 2018-12-12 15:52:24,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-149b8ce9-b613-4755-8d66-6114bc6d65e3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:24,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-149b8ce9-b613-4755-8d66-6114bc6d65e3 2018-12-12 15:52:24,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:24,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-53138c40-5d42-4628-a523-c00f54bc53c6 Date: Wed, 12 Dec 2018 15:52:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:24,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-53138c40-5d42-4628-a523-c00f54bc53c6 2018-12-12 15:52:24,954 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net 2018-12-12 15:52:24,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" -d '{"port": {"network_id": "afe25235-702a-4ab0-8f70-4e9bd0367b89", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port", "admin_state_up": true}}' 2018-12-12 15:52:26,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-0de6df1c-27ef-4952-b8e5-aa604b2174b8 Date: Wed, 12 Dec 2018 15:52:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.8"}],"id":"60a9a042-9f80-47b9-ab25-d6bc6606cf00","security_groups":["3a9ca27c-1d62-46b5-ac24-67e792e9593f"],"mac_address":"fa:16:3e:7a:f2:bd","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","qos_policy_id":null,"admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:25Z","binding:vnic_type":"normal"}} 2018-12-12 15:52:26,235 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-0de6df1c-27ef-4952-b8e5-aa604b2174b8 2018-12-12 15:52:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:26,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9a3ffd41-2be8-490d-ac67-85ea83929829 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:26,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-9a3ffd41-2be8-490d-ac67-85ea83929829 2018-12-12 15:52:26,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:26,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdfbbee3-e499-4afc-9395-6b695b726ebd Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:26,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-cdfbbee3-e499-4afc-9395-6b695b726ebd 2018-12-12 15:52:26,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:26,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7eed1150-5c2b-41f8-b69a-1f7ebe67d1d9 Date: Wed, 12 Dec 2018 15:52:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:26,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-7eed1150-5c2b-41f8-b69a-1f7ebe67d1d9 2018-12-12 15:52:26,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:26,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-b0885cc0-7e36-423c-9c38-e41203c33ff0 Date: Wed, 12 Dec 2018 15:52:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.8"}],"id":"60a9a042-9f80-47b9-ab25-d6bc6606cf00","security_groups":["3a9ca27c-1d62-46b5-ac24-67e792e9593f"],"mac_address":"fa:16:3e:7a:f2:bd","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:25Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:52:26,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port&admin_state_up=True used request id req-b0885cc0-7e36-423c-9c38-e41203c33ff0 2018-12-12 15:52:26,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:27,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00f86e2e-bb89-4d0d-8afc-d837029a1e63 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:27,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-00f86e2e-bb89-4d0d-8afc-d837029a1e63 2018-12-12 15:52:27,061 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst 2018-12-12 15:52:27,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:27,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78bd96d7-0a19-4d66-8d68-f6e367950739 x-compute-request-id: req-78bd96d7-0a19-4d66-8d68-f6e367950739 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-flavor-name"}]} 2018-12-12 15:52:27,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-78bd96d7-0a19-4d66-8d68-f6e367950739 2018-12-12 15:52:27,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/b21b9f08-4e50-48e5-955e-688caf69d589 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:27,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1973b399-8db7-4e51-968f-27775c017888 x-compute-request-id: req-1973b399-8db7-4e51-968f-27775c017888 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b21b9f08-4e50-48e5-955e-688caf69d589", "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:52:27,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/b21b9f08-4e50-48e5-955e-688caf69d589 used request id req-1973b399-8db7-4e51-968f-27775c017888 2018-12-12 15:52:27,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:27,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-ddbc2c75-51ce-4dda-bd33-db1cc344282a Date: Wed, 12 Dec 2018 15:52:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:52:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:52:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/snap", "metadata": {}}], "self": "/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "min_disk": 0, "protected": false, "id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "file": "/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "90c4c5c7568c4fbe9c880c699b8a9809", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image"} 2018-12-12 15:52:27,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image used request id req-ddbc2c75-51ce-4dda-bd33-db1cc344282a 2018-12-12 15:52:27,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:27,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f567e9a6-e5e5-4261-9e4c-08d4c34ac78d Date: Wed, 12 Dec 2018 15:52:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:52:27,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-f567e9a6-e5e5-4261-9e4c-08d4c34ac78d 2018-12-12 15:52:27,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" -d '{"server": {"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "imageRef": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "flavorRef": "b21b9f08-4e50-48e5-955e-688caf69d589", "max_count": 1, "min_count": 1, "networks": [{"port": "60a9a042-9f80-47b9-ab25-d6bc6606cf00"}], "security_groups": [{"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}]}}' 2018-12-12 15:52:29,478 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d156215d-8549-4b62-9bb2-f4cebe3668f6 x-compute-request-id: req-d156215d-8549-4b62-9bb2-f4cebe3668f6 Content-Length: 435 location: http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "adminPass": "aJZLeG479MR6"}} 2018-12-12 15:52:29,478 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-d156215d-8549-4b62-9bb2-f4cebe3668f6 2018-12-12 15:52:29,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:29,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-ece3133e-dd32-4fb8-81f7-0c5115d31c6d x-compute-request-id: req-ece3133e-dd32-4fb8-81f7-0c5115d31c6d 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.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:52:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:29,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-ece3133e-dd32-4fb8-81f7-0c5115d31c6d 2018-12-12 15:52:29,705 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst 2018-12-12 15:52:29,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:29,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-b731d508-b0a5-44b9-bb7a-8db46b8f67d1 x-compute-request-id: req-b731d508-b0a5-44b9-bb7a-8db46b8f67d1 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.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:52:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:29,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-b731d508-b0a5-44b9-bb7a-8db46b8f67d1 2018-12-12 15:52:29,951 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst] is - BUILD 2018-12-12 15:52:29,951 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:52:32,954 - create_instance - DEBUG - VM status query timeout in 896.750355005 2018-12-12 15:52:32,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:33,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9375836c-6a1e-4905-b2d5-2aad1ce6d5c5 x-compute-request-id: req-9375836c-6a1e-4905-b2d5-2aad1ce6d5c5 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.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:52:30Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:33,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-9375836c-6a1e-4905-b2d5-2aad1ce6d5c5 2018-12-12 15:52:33,573 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst] is - BUILD 2018-12-12 15:52:33,573 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:52:36,576 - create_instance - DEBUG - VM status query timeout in 893.128695011 2018-12-12 15:52:36,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:37,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-7a2caa19-1987-466d-b3ac-ccf505442e82 x-compute-request-id: req-7a2caa19-1987-466d-b3ac-ccf505442e82 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:37,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-7a2caa19-1987-466d-b3ac-ccf505442e82 2018-12-12 15:52:37,168 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst] is - ACTIVE 2018-12-12 15:52:37,168 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:52:37,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:37,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05891fd0-a9d9-4eb1-aa6e-b1b5f4892519 x-compute-request-id: req-05891fd0-a9d9-4eb1-aa6e-b1b5f4892519 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:37,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-05891fd0-a9d9-4eb1-aa6e-b1b5f4892519 2018-12-12 15:52:37,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:37,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ff6f98fb-e16d-47db-8201-23908f545717 Date: Wed, 12 Dec 2018 15:52:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:37,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-ff6f98fb-e16d-47db-8201-23908f545717 2018-12-12 15:52:37,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:37,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac6c0653-5d7c-4622-b16d-c1f00b9e4cbc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:37,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-ac6c0653-5d7c-4622-b16d-c1f00b9e4cbc 2018-12-12 15:52:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:37,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-28262e2b-62f7-4253-9fa9-589d873d4530 Date: Wed, 12 Dec 2018 15:52:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:37,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-28262e2b-62f7-4253-9fa9-589d873d4530 2018-12-12 15:52:37,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:37,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-6e246f5f-702b-401a-99d4-24e14b3261c9 Date: Wed, 12 Dec 2018 15:52:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.3"}],"id":"3f9d51cc-e25d-41b8-9b4e-c0f7d1ff4e1a","security_groups":[],"mac_address":"fa:16:3e:01:d0:22","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.8"}],"id":"60a9a042-9f80-47b9-ab25-d6bc6606cf00","security_groups":["3a9ca27c-1d62-46b5-ac24-67e792e9593f"],"mac_address":"fa:16:3e:7a:f2:bd","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:25Z","binding:vnic_type":"normal","device_id":"d86e1902-cc9a-4d2c-b7ba-04cd42c294bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.4"}],"id":"8d82f8a2-58ba-4249-ba11-137cc23f96a2","security_groups":[],"mac_address":"fa:16:3e:48:d9:a5","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.2"}],"id":"dd22d364-128e-41fa-92c7-36832fa1c10a","security_groups":[],"mac_address":"fa:16:3e:31:bb:fa","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-afe25235-702a-4ab0-8f70-4e9bd0367b89"}]} 2018-12-12 15:52:37,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-6e246f5f-702b-401a-99d4-24e14b3261c9 2018-12-12 15:52:37,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:38,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3d9624b-799c-4a0a-b1a7-3d3838d6e3ee x-compute-request-id: req-c3d9624b-799c-4a0a-b1a7-3d3838d6e3ee Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:38,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-c3d9624b-799c-4a0a-b1a7-3d3838d6e3ee 2018-12-12 15:52:38,747 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst] is - ACTIVE 2018-12-12 15:52:38,748 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:52:38,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:39,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8adce1ae-83ab-4ea9-aa41-136cfd2d5ca1 x-compute-request-id: req-8adce1ae-83ab-4ea9-aa41-136cfd2d5ca1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:39,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-8adce1ae-83ab-4ea9-aa41-136cfd2d5ca1 2018-12-12 15:52:39,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:39,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-96613057-a764-4676-8f93-b10cb1953ac1 Date: Wed, 12 Dec 2018 15:52:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:39,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-96613057-a764-4676-8f93-b10cb1953ac1 2018-12-12 15:52:39,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:39,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20748203-ba22-4e5f-a880-68ca3a3bd1c2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:39,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-20748203-ba22-4e5f-a880-68ca3a3bd1c2 2018-12-12 15:52:39,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:39,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-88ee02d1-41d6-4df0-b280-33955bfee26b Date: Wed, 12 Dec 2018 15:52:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:39,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-88ee02d1-41d6-4df0-b280-33955bfee26b 2018-12-12 15:52:39,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:39,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-23a287cb-a4a3-4750-baf5-f5d6d0a6aee1 Date: Wed, 12 Dec 2018 15:52:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.3"}],"id":"3f9d51cc-e25d-41b8-9b4e-c0f7d1ff4e1a","security_groups":[],"mac_address":"fa:16:3e:01:d0:22","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.8"}],"id":"60a9a042-9f80-47b9-ab25-d6bc6606cf00","security_groups":["3a9ca27c-1d62-46b5-ac24-67e792e9593f"],"mac_address":"fa:16:3e:7a:f2:bd","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:25Z","binding:vnic_type":"normal","device_id":"d86e1902-cc9a-4d2c-b7ba-04cd42c294bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.4"}],"id":"8d82f8a2-58ba-4249-ba11-137cc23f96a2","security_groups":[],"mac_address":"fa:16:3e:48:d9:a5","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.2"}],"id":"dd22d364-128e-41fa-92c7-36832fa1c10a","security_groups":[],"mac_address":"fa:16:3e:31:bb:fa","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-afe25235-702a-4ab0-8f70-4e9bd0367b89"}]} 2018-12-12 15:52:39,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-23a287cb-a4a3-4750-baf5-f5d6d0a6aee1 2018-12-12 15:52:39,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}}' 2018-12-12 15:52:40,936 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:52:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a77edc58-778e-471c-8652-09c10617b601 x-compute-request-id: req-a77edc58-778e-471c-8652-09c10617b601 Content-Length: 0 Content-Type: application/json 2018-12-12 15:52:40,936 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc/action used request id req-a77edc58-778e-471c-8652-09c10617b601 2018-12-12 15:52:40,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:52:41,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a5c5c0c9ec64fc1808f3f0779e48f49", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role"}], "expires_at": "2018-12-12T16:52:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/90c4c5c7568c4fbe9c880c699b8a9809", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-user", "id": "38747d29ec7b4f8f884ae460bd239d7e"}, "audit_ids": ["FVRHZC4FRYKHQaNKJQqwBw"], "issued_at": "2018-12-12T15:52:41.000000Z"}} 2018-12-12 15:52:41,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c70ed3859d5d69542f079c543452cea0f38ef7" 2018-12-12 15:52:41,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-494005e0-0e31-49d0-81cc-06344477132b x-compute-request-id: req-494005e0-0e31-49d0-81cc-06344477132b Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}, {"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:41,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-494005e0-0e31-49d0-81cc-06344477132b 2018-12-12 15:52:41,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:42,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc70a6e2-83cf-413a-b448-21477377a5b0 x-compute-request-id: req-cc70a6e2-83cf-413a-b448-21477377a5b0 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}, {"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:42,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-cc70a6e2-83cf-413a-b448-21477377a5b0 2018-12-12 15:52:42,374 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst] is - ACTIVE 2018-12-12 15:52:42,374 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:52:42,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:42,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5780a5d-f7e7-48fc-99b7-a56c8ec4805c x-compute-request-id: req-b5780a5d-f7e7-48fc-99b7-a56c8ec4805c Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}, {"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:42,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-b5780a5d-f7e7-48fc-99b7-a56c8ec4805c 2018-12-12 15:52:42,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:42,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c0fa3307-8727-4e8f-8fa7-adc7d54573b6 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:42,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-c0fa3307-8727-4e8f-8fa7-adc7d54573b6 2018-12-12 15:52:42,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:43,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-151c039c-0171-4949-a1c7-f51bad83d296 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:43,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-151c039c-0171-4949-a1c7-f51bad83d296 2018-12-12 15:52:43,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:43,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f23344fa-8ae9-44ca-a0b6-2072827c00a8 Date: Wed, 12 Dec 2018 15:52:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:43,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-f23344fa-8ae9-44ca-a0b6-2072827c00a8 2018-12-12 15:52:43,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:43,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-48ee6fb0-23a2-43f0-b50d-9b6a019a6400 Date: Wed, 12 Dec 2018 15:52:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.3"}],"id":"3f9d51cc-e25d-41b8-9b4e-c0f7d1ff4e1a","security_groups":[],"mac_address":"fa:16:3e:01:d0:22","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:40Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.8"}],"id":"60a9a042-9f80-47b9-ab25-d6bc6606cf00","security_groups":["029f7805-11f7-47a8-b941-6160f03a67a2","3a9ca27c-1d62-46b5-ac24-67e792e9593f"],"mac_address":"fa:16:3e:7a:f2:bd","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:25Z","binding:vnic_type":"normal","device_id":"d86e1902-cc9a-4d2c-b7ba-04cd42c294bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.4"}],"id":"8d82f8a2-58ba-4249-ba11-137cc23f96a2","security_groups":[],"mac_address":"fa:16:3e:48:d9:a5","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.2"}],"id":"dd22d364-128e-41fa-92c7-36832fa1c10a","security_groups":[],"mac_address":"fa:16:3e:31:bb:fa","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-afe25235-702a-4ab0-8f70-4e9bd0367b89"}]} 2018-12-12 15:52:43,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-48ee6fb0-23a2-43f0-b50d-9b6a019a6400 2018-12-12 15:52:43,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:43,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52: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-4ff6d56e-14e6-412e-80af-6fc65fb16daa x-compute-request-id: req-4ff6d56e-14e6-412e-80af-6fc65fb16daa Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}, {"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:43,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-4ff6d56e-14e6-412e-80af-6fc65fb16daa 2018-12-12 15:52:43,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:43,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ee2763d5-ba5d-4247-a8ba-f4c4b78bfcc3 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:43,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-ee2763d5-ba5d-4247-a8ba-f4c4b78bfcc3 2018-12-12 15:52:43,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:43,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac45d768-d8a2-43a3-b709-186129707fe9 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:43,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-ac45d768-d8a2-43a3-b709-186129707fe9 2018-12-12 15:52:43,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:43,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ac5d0697-227c-498f-bc93-5df23c2329ac Date: Wed, 12 Dec 2018 15:52:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:43,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-ac5d0697-227c-498f-bc93-5df23c2329ac 2018-12-12 15:52:43,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:43,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-baaa885a-32da-432b-b767-68b826de6aa9 Date: Wed, 12 Dec 2018 15:52:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.3"}],"id":"3f9d51cc-e25d-41b8-9b4e-c0f7d1ff4e1a","security_groups":[],"mac_address":"fa:16:3e:01:d0:22","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:40Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.8"}],"id":"60a9a042-9f80-47b9-ab25-d6bc6606cf00","security_groups":["029f7805-11f7-47a8-b941-6160f03a67a2","3a9ca27c-1d62-46b5-ac24-67e792e9593f"],"mac_address":"fa:16:3e:7a:f2:bd","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:25Z","binding:vnic_type":"normal","device_id":"d86e1902-cc9a-4d2c-b7ba-04cd42c294bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.4"}],"id":"8d82f8a2-58ba-4249-ba11-137cc23f96a2","security_groups":[],"mac_address":"fa:16:3e:48:d9:a5","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.2"}],"id":"dd22d364-128e-41fa-92c7-36832fa1c10a","security_groups":[],"mac_address":"fa:16:3e:31:bb:fa","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-afe25235-702a-4ab0-8f70-4e9bd0367b89"}]} 2018-12-12 15:52:43,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-baaa885a-32da-432b-b767-68b826de6aa9 2018-12-12 15:52:43,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name"}}' 2018-12-12 15:52:44,809 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:52: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-ada1fddb-ce9c-434e-a1c3-eb30ef41cce9 x-compute-request-id: req-ada1fddb-ce9c-434e-a1c3-eb30ef41cce9 Content-Length: 0 Content-Type: application/json 2018-12-12 15:52:44,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc/action used request id req-ada1fddb-ce9c-434e-a1c3-eb30ef41cce9 2018-12-12 15:52:44,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:45,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-128dfa25-4099-45ec-8fed-96e0446929dd x-compute-request-id: req-128dfa25-4099-45ec-8fed-96e0446929dd Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:45,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-128dfa25-4099-45ec-8fed-96e0446929dd 2018-12-12 15:52:45,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:45,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2291bba9-356c-4786-9e4f-0da4708e7c56 Date: Wed, 12 Dec 2018 15:52: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":["dbd9f6b5-eb74-49bd-be79-69109e6274a6"],"updated_at":"2018-12-12T15:52:18Z","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net"}]} 2018-12-12 15:52:45,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net used request id req-2291bba9-356c-4786-9e4f-0da4708e7c56 2018-12-12 15:52:45,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:45,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f6db3d-a0af-44e0-a056-9ca98b71045f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:52:45,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-27f6db3d-a0af-44e0-a056-9ca98b71045f 2018-12-12 15:52:45,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:45,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dc859d68-3ab4-4d6d-aadb-01a4596e3a48 Date: Wed, 12 Dec 2018 15:52:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","dns_nameservers":[],"updated_at":"2018-12-12T15:52:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet"}]} 2018-12-12 15:52:45,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-dc859d68-3ab4-4d6d-aadb-01a4596e3a48 2018-12-12 15:52:45,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:45,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-73481baf-df3a-4fe7-af25-3ad34b1b64a3 Date: Wed, 12 Dec 2018 15:52:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.3"}],"id":"3f9d51cc-e25d-41b8-9b4e-c0f7d1ff4e1a","security_groups":[],"mac_address":"fa:16:3e:01:d0:22","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:44Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.8"}],"id":"60a9a042-9f80-47b9-ab25-d6bc6606cf00","security_groups":["3a9ca27c-1d62-46b5-ac24-67e792e9593f"],"mac_address":"fa:16:3e:7a:f2:bd","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:25Z","binding:vnic_type":"normal","device_id":"d86e1902-cc9a-4d2c-b7ba-04cd42c294bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.4"}],"id":"8d82f8a2-58ba-4249-ba11-137cc23f96a2","security_groups":[],"mac_address":"fa:16:3e:48:d9:a5","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-afe25235-702a-4ab0-8f70-4e9bd0367b89"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbd9f6b5-eb74-49bd-be79-69109e6274a6","ip_address":"10.55.0.2"}],"id":"dd22d364-128e-41fa-92c7-36832fa1c10a","security_groups":[],"mac_address":"fa:16:3e:31:bb:fa","project_id":"90c4c5c7568c4fbe9c880c699b8a9809","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"afe25235-702a-4ab0-8f70-4e9bd0367b89","tenant_id":"90c4c5c7568c4fbe9c880c699b8a9809","created_at":"2018-12-12T15:52:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-afe25235-702a-4ab0-8f70-4e9bd0367b89"}]} 2018-12-12 15:52:45,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-73481baf-df3a-4fe7-af25-3ad34b1b64a3 2018-12-12 15:52:45,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c70ed3859d5d69542f079c543452cea0f38ef7" 2018-12-12 15:52:46,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b66dea9-8e56-4e3d-8766-6bd9aeb973db x-compute-request-id: req-7b66dea9-8e56-4e3d-8766-6bd9aeb973db Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "security_groups": [{"name": "default"}], "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:35Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:46,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-7b66dea9-8e56-4e3d-8766-6bd9aeb973db 2018-12-12 15:52:46,576 - create_instance - INFO - Deleting Port with ID - 60a9a042-9f80-47b9-ab25-d6bc6606cf00 2018-12-12 15:52:46,576 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-port 2018-12-12 15:52:46,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/60a9a042-9f80-47b9-ab25-d6bc6606cf00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:46,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77a89e8f-092e-4827-939d-45a0e6c82cb4 Date: Wed, 12 Dec 2018 15:52:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:46,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/60a9a042-9f80-47b9-ab25-d6bc6606cf00 used request id req-77a89e8f-092e-4827-939d-45a0e6c82cb4 2018-12-12 15:52:46,985 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst 2018-12-12 15:52:46,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:47,119 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15: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-a0dcbeef-9b84-4172-afda-e38fe402d3e3 x-compute-request-id: req-a0dcbeef-9b84-4172-afda-e38fe402d3e3 Content-Type: application/json 2018-12-12 15:52:47,119 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-a0dcbeef-9b84-4172-afda-e38fe402d3e3 2018-12-12 15:52:47,119 - create_instance - INFO - Checking deletion status 2018-12-12 15:52:47,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:47,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db44f99a-6a64-4c2c-8eb4-26871e66661e x-compute-request-id: req-db44f99a-6a64-4c2c-8eb4-26871e66661e Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:f2:bd", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:47Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:47,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-db44f99a-6a64-4c2c-8eb4-26871e66661e 2018-12-12 15:52:47,373 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst] is - ACTIVE 2018-12-12 15:52:47,373 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:52:50,376 - create_instance - DEBUG - VM status query timeout in 296.743397951 2018-12-12 15:52:50,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:50,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ee0e977-fb04-44d8-9eab-6fec208e55ad x-compute-request-id: req-4ee0e977-fb04-44d8-9eab-6fec208e55ad 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.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "rel": "bookmark"}], "image": {"id": "6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "links": [{"href": "http://172.30.9.29:8774/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:52:35.000000", "flavor": {"id": "b21b9f08-4e50-48e5-955e-688caf69d589", "links": [{"href": "http://172.30.9.29:8774/flavors/b21b9f08-4e50-48e5-955e-688caf69d589", "rel": "bookmark"}]}, "id": "d86e1902-cc9a-4d2c-b7ba-04cd42c294bc", "user_id": "38747d29ec7b4f8f884ae460bd239d7e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:52:47Z", "hostId": "d9aa9273eaedf57214ba2174be65464dca13e8e5931f8af736a98f0f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst", "created": "2018-12-12T15:52:29Z", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:52:50,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-4ee0e977-fb04-44d8-9eab-6fec208e55ad 2018-12-12 15:52:50,786 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst] is - ACTIVE 2018-12-12 15:52:50,787 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:52:53,790 - create_instance - DEBUG - VM status query timeout in 293.329492807 2018-12-12 15:52:53,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dce7391e93597459f2fe980cb5810551ed63b21" 2018-12-12 15:52:53,850 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:52:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ddee01a0-4619-406f-919c-5d47ae7d648c x-compute-request-id: req-ddee01a0-4619-406f-919c-5d47ae7d648c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d86e1902-cc9a-4d2c-b7ba-04cd42c294bc could not be found.", "code": 404}} 2018-12-12 15:52:53,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d86e1902-cc9a-4d2c-b7ba-04cd42c294bc used request id req-ddee01a0-4619-406f-919c-5d47ae7d648c 2018-12-12 15:52:53,851 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d86e1902-cc9a-4d2c-b7ba-04cd42c294bc could not be found. (HTTP 404) (Request-ID: req-ddee01a0-4619-406f-919c-5d47ae7d648c) 2018-12-12 15:52:53,851 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-inst 2018-12-12 15:52:53,852 - neutron_utils - INFO - Deleting security group rule with ID - 18930db0-abae-4c72-bc1d-f0d4ac801f5c 2018-12-12 15:52:53,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/18930db0-abae-4c72-bc1d-f0d4ac801f5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:54,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f4cf64c-9161-414f-b79d-f742a25c4af8 Content-Length: 0 Date: Wed, 12 Dec 2018 15:52:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:54,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/18930db0-abae-4c72-bc1d-f0d4ac801f5c used request id req-5f4cf64c-9161-414f-b79d-f742a25c4af8 2018-12-12 15:52:54,133 - neutron_utils - INFO - Deleting security group rule with ID - eaff1df6-fe36-49f0-b521-e731dbb927e1 2018-12-12 15:52:54,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/eaff1df6-fe36-49f0-b521-e731dbb927e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:54,406 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33a27f90-b04d-4e42-9b2f-7fa259472d4c Content-Length: 0 Date: Wed, 12 Dec 2018 15:52:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:54,406 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/eaff1df6-fe36-49f0-b521-e731dbb927e1 used request id req-33a27f90-b04d-4e42-9b2f-7fa259472d4c 2018-12-12 15:52:54,406 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-name 2018-12-12 15:52:54,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/029f7805-11f7-47a8-b941-6160f03a67a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e573407a5b48a2ab99b9a0a1e3f8f5e210b03d" 2018-12-12 15:52:54,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42085389-da70-4822-99cf-35fb74071162 Content-Length: 0 Date: Wed, 12 Dec 2018 15:52:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:54,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/029f7805-11f7-47a8-b941-6160f03a67a2 used request id req-42085389-da70-4822-99cf-35fb74071162 2018-12-12 15:52:54,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/b21b9f08-4e50-48e5-955e-688caf69d589 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af7e5a02770f81742b01b6cd741f077b25433b" 2018-12-12 15:52:54,748 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:52: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-66f8e161-d22e-4e3d-82f0-8fe3a9d058d6 x-compute-request-id: req-66f8e161-d22e-4e3d-82f0-8fe3a9d058d6 Content-Length: 0 Content-Type: application/json 2018-12-12 15:52:54,748 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/b21b9f08-4e50-48e5-955e-688caf69d589 used request id req-66f8e161-d22e-4e3d-82f0-8fe3a9d058d6 2018-12-12 15:52:54,749 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet 2018-12-12 15:52:54,749 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-subnet 2018-12-12 15:52:54,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/dbd9f6b5-eb74-49bd-be79-69109e6274a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" 2018-12-12 15:52:57,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c460305-c6c8-490e-93b6-ac924acde15a Date: Wed, 12 Dec 2018 15:52:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:57,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/dbd9f6b5-eb74-49bd-be79-69109e6274a6 used request id req-5c460305-c6c8-490e-93b6-ac924acde15a 2018-12-12 15:52:57,106 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-pub-net 2018-12-12 15:52:57,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/afe25235-702a-4ab0-8f70-4e9bd0367b89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f7d46d857c4a67d1b390a0e8b2c412370be632" 2018-12-12 15:52:58,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3812db2e-7ec0-480a-8b71-9559cada6211 Date: Wed, 12 Dec 2018 15:52:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:52:58,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/afe25235-702a-4ab0-8f70-4e9bd0367b89 used request id req-3812db2e-7ec0-480a-8b71-9559cada6211 2018-12-12 15:52:58,324 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e680ddbb-f545-4142-ac68-2d6b26b1e3ee-image 2018-12-12 15:52:58,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}48a36511bf2cd827a929d136999a26cb1bebc74e" 2018-12-12 15:53:00,004 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac2155c1-fd12-4bbc-b593-d39d86ef93a3 Date: Wed, 12 Dec 2018 15:53:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:53:00,004 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6c6e58f5-a3c3-429d-b99c-ef512e47bee8 used request id req-ac2155c1-fd12-4bbc-b593-d39d86ef93a3 2018-12-12 15:53:00,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:53:00,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8954fec9-ade9-4f67-aff4-c280e80bd299 Date: Wed, 12 Dec 2018 15:53:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:17Z", "updated_at": "2018-12-12T15:52:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:17Z", "revision_number": 0, "id": "06633bf0-1658-4a93-8200-f9e4656fdd7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:17Z", "security_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv4", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:17Z", "revision_number": 0, "id": "28915060-fa72-4444-818e-467e9e901fb2", "remote_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:17Z", "security_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv4", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:17Z", "revision_number": 0, "id": "80338c86-e715-4661-be91-5dc4a71856b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:17Z", "security_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv6", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:52:17Z", "revision_number": 0, "id": "a20f0237-21a9-4215-bebc-396a03d8ef13", "remote_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:52:17Z", "security_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "port_range_min": null, "ethertype": "IPv6", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809"}], "revision_number": 4, "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:53:00,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-8954fec9-ade9-4f67-aff4-c280e80bd299 2018-12-12 15:53:00,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:53:00,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b478fb8-24f1-4c83-86aa-d112c01d0d43 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809"}, "enabled": true, "id": "90c4c5c7568c4fbe9c880c699b8a9809", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-968b5876-e901-4d2-proj"}} 2018-12-12 15:53:00,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-0b478fb8-24f1-4c83-86aa-d112c01d0d43 2018-12-12 15:53:00,329 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3a9ca27c-1d62-46b5-ac24-67e792e9593f 2018-12-12 15:53:00,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3a9ca27c-1d62-46b5-ac24-67e792e9593f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:53:00,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-db579287-f558-4c70-8589-7d88c682c652 Date: Wed, 12 Dec 2018 15:53:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:17Z", "security_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:17Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "06633bf0-1658-4a93-8200-f9e4656fdd7f"}, {"remote_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:17Z", "security_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:17Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "28915060-fa72-4444-818e-467e9e901fb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:17Z", "security_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:17Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "80338c86-e715-4661-be91-5dc4a71856b2"}, {"remote_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:52:17Z", "security_group_id": "3a9ca27c-1d62-46b5-ac24-67e792e9593f", "port_range_min": null, "revision_number": 0, "tenant_id": "90c4c5c7568c4fbe9c880c699b8a9809", "created_at": "2018-12-12T15:52:17Z", "project_id": "90c4c5c7568c4fbe9c880c699b8a9809", "id": "a20f0237-21a9-4215-bebc-396a03d8ef13"}]} 2018-12-12 15:53:00,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3a9ca27c-1d62-46b5-ac24-67e792e9593f used request id req-db579287-f558-4c70-8589-7d88c682c652 2018-12-12 15:53:00,518 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:53:00,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/3a9ca27c-1d62-46b5-ac24-67e792e9593f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:53:00,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d43d3db6-23ac-45ee-b4da-f6a5282fa02b Content-Length: 0 Date: Wed, 12 Dec 2018 15:53:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:53:00,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/3a9ca27c-1d62-46b5-ac24-67e792e9593f used request id req-d43d3db6-23ac-45ee-b4da-f6a5282fa02b 2018-12-12 15:53:00,793 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-968b5876-e901-4d2-proj 2018-12-12 15:53:00,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:53:01,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:53:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-079bb867-16b9-4f4f-9d4a-0e713d9050be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:53:01,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/90c4c5c7568c4fbe9c880c699b8a9809 used request id req-079bb867-16b9-4f4f-9d4a-0e713d9050be 2018-12-12 15:53:01,001 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-968b5876-e901-4d2-proj-role 2018-12-12 15:53:01,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0a5c5c0c9ec64fc1808f3f0779e48f49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:53:01,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdbb5e16-c654-426e-a71c-2b7991e57a60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:53:01,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0a5c5c0c9ec64fc1808f3f0779e48f49 used request id req-cdbb5e16-c654-426e-a71c-2b7991e57a60 2018-12-12 15:53:01,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00901cf444b5c6b21c934fb52bb6f84ae633094c" 2018-12-12 15:53:01,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-950a6643-e244-4161-a5d3-6eec90d8023a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:53:01,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-950a6643-e244-4161-a5d3-6eec90d8023a 2018-12-12 15:53:01,208 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-968b5876-e901-4d2-user 2018-12-12 15:53:01,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/38747d29ec7b4f8f884ae460bd239d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c67eb128bd4d7717c11d9e294f12d0d93cb14bc" 2018-12-12 15:53:01,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89d1d8b7-c35a-46a4-a047-9e9aa92dc498 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:53:01,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/38747d29ec7b4f8f884ae460bd239d7e used request id req-89d1d8b7-c35a-46a4-a047-9e9aa92dc498 2018-12-12 15:53:01,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:01,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["lzXUC1MTTV-6CQ-Uj37iFg"], "issued_at": "2018-12-12T15:53:01.000000Z"}} 2018-12-12 15:53:01,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfb35bd014cbad895d4ad0cf40c8a2b54ac9194" 2018-12-12 15:53:01,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc36b776-5f05-46b2-94af-e120cfb9a6f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:01,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fc36b776-5f05-46b2-94af-e120cfb9a6f6 2018-12-12 15:53:01,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:01,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:02,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["R4F8vnIOTD-t0Tdj583EfA"], "issued_at": "2018-12-12T15:53:02.000000Z"}} 2018-12-12 15:53:02,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:02,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4cc9ec-ef33-4060-a447-32b54584050a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:02,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f4cc9ec-ef33-4060-a447-32b54584050a 2018-12-12 15:53:02,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:53:02,367 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:53: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:53:02,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:02,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11111252-020c-459b-b01d-6fd7766d27ad Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:53:02,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj used request id req-11111252-020c-459b-b01d-6fd7766d27ad 2018-12-12 15:53:02,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:02,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3d9a9e6-2d15-46e3-b802-b3db89e0fc69 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:53:02,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a3d9a9e6-2d15-46e3-b802-b3db89e0fc69 2018-12-12 15:53:02,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}}' 2018-12-12 15:53:02,668 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:53:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a9d5974-d4ee-4018-96af-8068c91e3d45 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:02,668 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2a9d5974-d4ee-4018-96af-8068c91e3d45 2018-12-12 15:53:02,669 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj 2018-12-12 15:53:02,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:02,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:03,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["JgiGvjMGSU-8_QmAO-9qXA"], "issued_at": "2018-12-12T15:53:03.000000Z"}} 2018-12-12 15:53:03,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32b302e7931db8af8082a5bfd63d03995ed3a50" 2018-12-12 15:53:03,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aceb6e57-cd17-444d-9611-e21360a0b160 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:03,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aceb6e57-cd17-444d-9611-e21360a0b160 2018-12-12 15:53:03,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:53:03,078 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:53:03,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32b302e7931db8af8082a5bfd63d03995ed3a50" 2018-12-12 15:53:03,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a276dbd-50cb-4ed3-9155-dd2f57980658 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:53:03,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1a276dbd-50cb-4ed3-9155-dd2f57980658 2018-12-12 15:53:03,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32b302e7931db8af8082a5bfd63d03995ed3a50" 2018-12-12 15:53:03,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1b469d-70df-4fd8-a4b4-413b084852dd Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}]} 2018-12-12 15:53:03,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj used request id req-4e1b469d-70df-4fd8-a4b4-413b084852dd 2018-12-12 15:53:03,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32b302e7931db8af8082a5bfd63d03995ed3a50" 2018-12-12 15:53:03,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbfdb448-4263-44e9-8a3a-6afaadce1136 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:53:03,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bbfdb448-4263-44e9-8a3a-6afaadce1136 2018-12-12 15:53:03,764 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-0c8b90f7-4cab-41b-user 2018-12-12 15:53:03,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:03,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:03,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740aed3d-85b2-4879-95c1-194ae8a25c54 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:53:03,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-740aed3d-85b2-4879-95c1-194ae8a25c54 2018-12-12 15:53:03,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" -d '{"role": {"name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role"}}' 2018-12-12 15:53:03,980 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:53:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5211ddb5-2491-4b96-807c-444f8cba1976 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "85aa44567cd74d37ac662f61dada05dd", "links": {"self": "http://172.30.9.29:5000/v3/roles/85aa44567cd74d37ac662f61dada05dd"}, "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role"}} 2018-12-12 15:53:03,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5211ddb5-2491-4b96-807c-444f8cba1976 2018-12-12 15:53:03,980 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role 2018-12-12 15:53:03,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/85aa44567cd74d37ac662f61dada05dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:04,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661ebe4d-fd16-4a15-a7bd-4a4e3d76538d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/85aa44567cd74d37ac662f61dada05dd"}, "domain_id": null, "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role", "id": "85aa44567cd74d37ac662f61dada05dd"}} 2018-12-12 15:53:04,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/85aa44567cd74d37ac662f61dada05dd used request id req-661ebe4d-fd16-4a15-a7bd-4a4e3d76538d 2018-12-12 15:53:04,070 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role to project InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj 2018-12-12 15:53:04,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed/users/92228a52af404ad5829646d15d9f0e46/roles/85aa44567cd74d37ac662f61dada05dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:04,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:53:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c169b2c-9f2f-4fcc-aad1-14cb579f2776 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:53:04,192 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed/users/92228a52af404ad5829646d15d9f0e46/roles/85aa44567cd74d37ac662f61dada05dd used request id req-1c169b2c-9f2f-4fcc-aad1-14cb579f2776 2018-12-12 15:53:04,192 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:53:04,193 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:53:04,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:04,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:04,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85aa44567cd74d37ac662f61dada05dd", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role"}], "expires_at": "2018-12-12T16:53:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-user", "id": "92228a52af404ad5829646d15d9f0e46"}, "audit_ids": ["K8z99nV0TJODQUJeejLuEw"], "issued_at": "2018-12-12T15:53:04.000000Z"}} 2018-12-12 15:53:04,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" 2018-12-12 15:53:04,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f847ee-9e82-4520-9dd7-2a7da3677993 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:04,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b2f847ee-9e82-4520-9dd7-2a7da3677993 2018-12-12 15:53:04,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" 2018-12-12 15:53:04,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-8ea0f27d-4ad3-47aa-ba86-3b29d28ab7e3 Date: Wed, 12 Dec 2018 15:53:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image"} 2018-12-12 15:53:04,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image used request id req-8ea0f27d-4ad3-47aa-ba86-3b29d28ab7e3 2018-12-12 15:53:04,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" 2018-12-12 15:53:04,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9fbe845d-1810-48c2-9afb-50c0867fdacd Date: Wed, 12 Dec 2018 15:53:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:53:04,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9fbe845d-1810-48c2-9afb-50c0867fdacd 2018-12-12 15:53:05,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image"}' 2018-12-12 15:53:05,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61 X-Openstack-Request-Id: req-7f74603a-458d-4cc4-9d78-5e069ae6a2b5 Date: Wed, 12 Dec 2018 15:53:05 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "min_disk": 0, "protected": false, "id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "file": "/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/file", "checksum": null, "owner": "5791a5abf8ad4b70bee198c5c0ce41ed", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:53:05,197 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-7f74603a-458d-4cc4-9d78-5e069ae6a2b5 2018-12-12 15:53:05,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" -d '' 2018-12-12 15:53:06,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12e2bea8-351d-4b19-81d5-fdf312cd7082 Date: Wed, 12 Dec 2018 15:53:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:53:06,709 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/file used request id req-12e2bea8-351d-4b19-81d5-fdf312cd7082 2018-12-12 15:53:06,710 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:53:06,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" 2018-12-12 15:53:06,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8df6cc50-49ef-41a6-9bc2-1ffa9826e80b Date: Wed, 12 Dec 2018 15:53:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:06Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/snap", "metadata": {}}], "self": "/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "min_disk": 0, "protected": false, "id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "file": "/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5791a5abf8ad4b70bee198c5c0ce41ed", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:53:06,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61 used request id req-8df6cc50-49ef-41a6-9bc2-1ffa9826e80b 2018-12-12 15:53:06,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" 2018-12-12 15:53:07,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d98b9158-73c5-45bb-a1c9-f117e33f0c1f Date: Wed, 12 Dec 2018 15:53:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:53:07,033 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d98b9158-73c5-45bb-a1c9-f117e33f0c1f 2018-12-12 15:53:07,036 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image 2018-12-12 15:53:07,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" 2018-12-12 15:53:07,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bb03266a-9627-4f10-9dd4-383f0758f7cd Date: Wed, 12 Dec 2018 15:53:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:06Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/snap", "metadata": {}}], "self": "/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "min_disk": 0, "protected": false, "id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "file": "/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5791a5abf8ad4b70bee198c5c0ce41ed", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:53:07,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61 used request id req-bb03266a-9627-4f10-9dd4-383f0758f7cd 2018-12-12 15:53:07,191 - create_image - DEBUG - Instance status is - active 2018-12-12 15:53:07,191 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image 2018-12-12 15:53:07,191 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image 2018-12-12 15:53:07,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:07,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:07,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85aa44567cd74d37ac662f61dada05dd", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role"}], "expires_at": "2018-12-12T16:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-user", "id": "92228a52af404ad5829646d15d9f0e46"}, "audit_ids": ["T7KIvqjFQjiAlimDOLTB_Q"], "issued_at": "2018-12-12T15:53:07.000000Z"}} 2018-12-12 15:53:07,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" 2018-12-12 15:53:07,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29512869-5e65-412e-9104-3926d66d1953 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:07,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-29512869-5e65-412e-9104-3926d66d1953 2018-12-12 15:53:07,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" 2018-12-12 15:53:07,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0ba410e8-3ea4-4196-ac76-c42ca2ada45b Date: Wed, 12 Dec 2018 15:53:07 GMT RESP BODY: {"networks":[]} 2018-12-12 15:53:07,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-0ba410e8-3ea4-4196-ac76-c42ca2ada45b 2018-12-12 15:53:07,824 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net 2018-12-12 15:53:07,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" -d '{"network": {"name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net", "admin_state_up": true}}' 2018-12-12 15:53:08,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-cd337a45-23a0-47f9-9808-16f062c66b14 Date: Wed, 12 Dec 2018 15:53:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"20d87a40-8e46-459d-84b6-02ee619c7773","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:53:08Z","is_default":false,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","mtu":1450}} 2018-12-12 15:53:08,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-cd337a45-23a0-47f9-9808-16f062c66b14 2018-12-12 15:53:08,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" 2018-12-12 15:53:08,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-a0a997d9-c6ae-43b3-9574-d8e0a3b93d0c Date: Wed, 12 Dec 2018 15:53:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:53:08Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:08,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-a0a997d9-c6ae-43b3-9574-d8e0a3b93d0c 2018-12-12 15:53:08,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" 2018-12-12 15:53:08,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-666d169a-7e00-42f2-8d7a-4236e580b598 Date: Wed, 12 Dec 2018 15:53:08 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:53:08,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-666d169a-7e00-42f2-8d7a-4236e580b598 2018-12-12 15:53:08,644 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet 2018-12-12 15:53:08,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" -d '{"subnets": [{"ip_version": 4, "network_id": "20d87a40-8e46-459d-84b6-02ee619c7773", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]}' 2018-12-12 15:53:09,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-599cd077-8dfd-43ef-9908-4b310089ecfe Date: Wed, 12 Dec 2018 15:53:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:09,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-599cd077-8dfd-43ef-9908-4b310089ecfe 2018-12-12 15:53:09,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" 2018-12-12 15:53:09,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1e0ced42-4fe6-4214-ba76-0a2b4c691fa7 Date: Wed, 12 Dec 2018 15:53: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":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:09,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-1e0ced42-4fe6-4214-ba76-0a2b4c691fa7 2018-12-12 15:53:09,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" 2018-12-12 15:53:09,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-eebadc8b-ad14-4fcc-abe1-cd196df62ba1 Date: Wed, 12 Dec 2018 15:53:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:09,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-eebadc8b-ad14-4fcc-abe1-cd196df62ba1 2018-12-12 15:53:09,859 - OpenStackNetwork - DEBUG - Network [20d87a40-8e46-459d-84b6-02ee619c7773] created successfully 2018-12-12 15:53:09,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:09,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:10,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["xKClfW-1T3mwqhBRr37DAw"], "issued_at": "2018-12-12T15:53:10.000000Z"}} 2018-12-12 15:53:10,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3eea264fc940b9be0ddeb080b2fff7e4c63f365" 2018-12-12 15:53:10,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6608199-d6c8-4a5b-b3a8-57ad185c2934 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:10,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a6608199-d6c8-4a5b-b3a8-57ad185c2934 2018-12-12 15:53:10,324 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:53:10,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3eea264fc940b9be0ddeb080b2fff7e4c63f365" 2018-12-12 15:53:10,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-50385d7e-4d8e-43ef-aba2-25d22e9ba0fe x-compute-request-id: req-50385d7e-4d8e-43ef-aba2-25d22e9ba0fe Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:53:10,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-50385d7e-4d8e-43ef-aba2-25d22e9ba0fe 2018-12-12 15:53:10,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3eea264fc940b9be0ddeb080b2fff7e4c63f365" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:53:10,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-f9b37875-2326-4af4-93d2-5fef5fff2b63 x-compute-request-id: req-f9b37875-2326-4af4-93d2-5fef5fff2b63 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:53:10,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f9b37875-2326-4af4-93d2-5fef5fff2b63 2018-12-12 15:53:10,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:10,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:10,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85aa44567cd74d37ac662f61dada05dd", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role"}], "expires_at": "2018-12-12T16:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-user", "id": "92228a52af404ad5829646d15d9f0e46"}, "audit_ids": ["w-8Tdwk5QGKRrBPTI-vDZg"], "issued_at": "2018-12-12T15:53:10.000000Z"}} 2018-12-12 15:53:10,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:11,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0c9e11-b38d-4a98-87ed-664db16d4070 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:11,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4e0c9e11-b38d-4a98-87ed-664db16d4070 2018-12-12 15:53:11,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:11,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-faab8e57-c97e-46b9-a8f0-d1996782911e Date: Wed, 12 Dec 2018 15:53:11 GMT RESP BODY: {"security_groups": []} 2018-12-12 15:53:11,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name&description=hello+group used request id req-faab8e57-c97e-46b9-a8f0-d1996782911e 2018-12-12 15:53:11,304 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name... 2018-12-12 15:53:11,304 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name 2018-12-12 15:53:11,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" -d '{"security_group": {"name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name", "description": "hello group"}}' 2018-12-12 15:53:11,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a7d45e25-f1dc-40df-aa77-61db8426a5a2 Date: Wed, 12 Dec 2018 15:53:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "updated_at": "2018-12-12T15:53:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "revision_number": 0, "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "revision_number": 0, "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}], "revision_number": 2, "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name"}} 2018-12-12 15:53:11,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-a7d45e25-f1dc-40df-aa77-61db8426a5a2 2018-12-12 15:53:11,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703095d0-032e-4b45-b5ab-aaa3cbbcc213 2018-12-12 15:53:11,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:11,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6a463836-813a-40f9-aea1-91b7d0decf6f Date: Wed, 12 Dec 2018 15:53:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1"}]} 2018-12-12 15:53:11,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-6a463836-813a-40f9-aea1-91b7d0decf6f 2018-12-12 15:53:11,841 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703095d0-032e-4b45-b5ab-aaa3cbbcc213 2018-12-12 15:53:11,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:11,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-14d4eec5-3cfd-4cca-aa17-5d43335aada0 Date: Wed, 12 Dec 2018 15:53:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1"}]} 2018-12-12 15:53:11,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-14d4eec5-3cfd-4cca-aa17-5d43335aada0 2018-12-12 15:53:11,869 - neutron_utils - INFO - Retrieving security group with ID - 703095d0-032e-4b45-b5ab-aaa3cbbcc213 2018-12-12 15:53:11,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:12,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-6fb7c58e-108f-46eb-8729-36f9c071c4f9 Date: Wed, 12 Dec 2018 15:53:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "updated_at": "2018-12-12T15:53:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "revision_number": 0, "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "revision_number": 0, "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}], "revision_number": 2, "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name"}]} 2018-12-12 15:53:12,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-6fb7c58e-108f-46eb-8729-36f9c071c4f9 2018-12-12 15:53:12,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703095d0-032e-4b45-b5ab-aaa3cbbcc213 2018-12-12 15:53:12,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:12,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4253229b-2142-46eb-8b12-1f3466cda06d Date: Wed, 12 Dec 2018 15:53:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1"}]} 2018-12-12 15:53:12,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-4253229b-2142-46eb-8b12-1f3466cda06d 2018-12-12 15:53:12,171 - neutron_utils - INFO - Retrieving security group with ID - 703095d0-032e-4b45-b5ab-aaa3cbbcc213 2018-12-12 15:53:12,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:12,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-760c83da-d8d0-420c-af6a-46e918b598f4 Date: Wed, 12 Dec 2018 15:53:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "updated_at": "2018-12-12T15:53:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "revision_number": 0, "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "revision_number": 0, "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}], "revision_number": 2, "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name"}]} 2018-12-12 15:53:12,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-760c83da-d8d0-420c-af6a-46e918b598f4 2018-12-12 15:53:12,360 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703095d0-032e-4b45-b5ab-aaa3cbbcc213 2018-12-12 15:53:12,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:12,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e354f840-0e08-418d-8a3e-39224054ffbc Date: Wed, 12 Dec 2018 15:53:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1"}]} 2018-12-12 15:53:12,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-e354f840-0e08-418d-8a3e-39224054ffbc 2018-12-12 15:53:12,539 - neutron_utils - INFO - Retrieving security group with ID - 703095d0-032e-4b45-b5ab-aaa3cbbcc213 2018-12-12 15:53:12,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:12,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-89a84bac-7adc-414f-ad00-4a90f211e307 Date: Wed, 12 Dec 2018 15:53:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "updated_at": "2018-12-12T15:53:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "revision_number": 0, "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "revision_number": 0, "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}], "revision_number": 2, "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name"}]} 2018-12-12 15:53:12,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-89a84bac-7adc-414f-ad00-4a90f211e307 2018-12-12 15:53:12,896 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 703095d0-032e-4b45-b5ab-aaa3cbbcc213 2018-12-12 15:53:12,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:13,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1a10081c-ea1c-4783-af9a-6ce37dfe1a7e Date: Wed, 12 Dec 2018 15:53:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "3c26a0a5-da23-4100-8dc2-72642c15a3b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:11Z", "security_group_id": "703095d0-032e-4b45-b5ab-aaa3cbbcc213", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:11Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "a528e6bc-b5d4-447f-b02e-4495e2492df1"}]} 2018-12-12 15:53:13,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-1a10081c-ea1c-4783-af9a-6ce37dfe1a7e 2018-12-12 15:53:13,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:13,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:13,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85aa44567cd74d37ac662f61dada05dd", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role"}], "expires_at": "2018-12-12T16:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-user", "id": "92228a52af404ad5829646d15d9f0e46"}, "audit_ids": ["hfeQhmtERGu7YBHLVA2DtQ"], "issued_at": "2018-12-12T15:53:13.000000Z"}} 2018-12-12 15:53:13,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:13,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-837beaa0-16a5-44ba-948e-a90ff822383a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:13,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-837beaa0-16a5-44ba-948e-a90ff822383a 2018-12-12 15:53:13,620 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:53:13,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:13,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f8877e-fb70-4078-9364-8bc97a2009c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:13,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e9f8877e-fb70-4078-9364-8bc97a2009c8 2018-12-12 15:53:13,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:13,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4cb67ee1-f49f-4ef0-b423-f01e22050cec Date: Wed, 12 Dec 2018 15:53:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:13,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-4cb67ee1-f49f-4ef0-b423-f01e22050cec 2018-12-12 15:53:13,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:53:13,966 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:53: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:53:13,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:14,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02dd57f3-e9ab-4697-bd6b-9a3c185b6eac Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:14,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-02dd57f3-e9ab-4697-bd6b-9a3c185b6eac 2018-12-12 15:53:14,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:14,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cea278c4-8676-4580-b727-5228f27d5c1a Date: Wed, 12 Dec 2018 15:53:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:14,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-cea278c4-8676-4580-b727-5228f27d5c1a 2018-12-12 15:53:14,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:14,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6d9d5eac-a171-4c8a-81ef-228c898fda61 Date: Wed, 12 Dec 2018 15:53:14 GMT RESP BODY: {"ports":[]} 2018-12-12 15:53:14,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port&admin_state_up=True used request id req-6d9d5eac-a171-4c8a-81ef-228c898fda61 2018-12-12 15:53:14,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:14,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f3a49b2-43ef-4df9-aefd-6d197b3ad31e x-compute-request-id: req-0f3a49b2-43ef-4df9-aefd-6d197b3ad31e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:53:14,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst used request id req-0f3a49b2-43ef-4df9-aefd-6d197b3ad31e 2018-12-12 15:53:14,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:14,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-94342e6b-5b2f-454d-a3b7-b48ce70f016f Date: Wed, 12 Dec 2018 15:53: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":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:14,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-94342e6b-5b2f-454d-a3b7-b48ce70f016f 2018-12-12 15:53:14,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:15,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ad5a8f-7428-4869-bd75-5c21d76a8fe2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:15,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-b8ad5a8f-7428-4869-bd75-5c21d76a8fe2 2018-12-12 15:53:15,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:15,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-daffb067-bd31-4f49-8c3d-359148ea1965 Date: Wed, 12 Dec 2018 15:53:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:15,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-daffb067-bd31-4f49-8c3d-359148ea1965 2018-12-12 15:53:15,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:15,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6d5b8739-5cb4-4d8f-aad5-9cefbddc0cb9 Date: Wed, 12 Dec 2018 15:53:15 GMT RESP BODY: {"ports":[]} 2018-12-12 15:53:15,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port&admin_state_up=True used request id req-6d5b8739-5cb4-4d8f-aad5-9cefbddc0cb9 2018-12-12 15:53:15,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:15,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:15,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85aa44567cd74d37ac662f61dada05dd", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role"}], "expires_at": "2018-12-12T16:53:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-user", "id": "92228a52af404ad5829646d15d9f0e46"}, "audit_ids": ["IRcvf_EkQciGJlUv0D_jug"], "issued_at": "2018-12-12T15:53:15.000000Z"}} 2018-12-12 15:53:15,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61224faf6c1c9c4006a19d0352c58a3df640b1" 2018-12-12 15:53:15,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb118481-8933-4233-859e-5feba85b8949 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:15,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bb118481-8933-4233-859e-5feba85b8949 2018-12-12 15:53:15,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:16,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c42faaf7-fd9b-42a4-992b-a391318891e9 Date: Wed, 12 Dec 2018 15:53:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:16,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-c42faaf7-fd9b-42a4-992b-a391318891e9 2018-12-12 15:53:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:16,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-32e4380a-e21f-4d3d-901f-a0d61a044b60 Date: Wed, 12 Dec 2018 15:53:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:16,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-32e4380a-e21f-4d3d-901f-a0d61a044b60 2018-12-12 15:53:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:16,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-15dd3434-8796-498e-a521-cb42838d3c76 Date: Wed, 12 Dec 2018 15:53:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:16,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-15dd3434-8796-498e-a521-cb42838d3c76 2018-12-12 15:53:16,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:53:16,699 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:53:16,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61224faf6c1c9c4006a19d0352c58a3df640b1" 2018-12-12 15:53:16,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19e09548-26f1-4019-b91e-cc348b66d969 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:16,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-19e09548-26f1-4019-b91e-cc348b66d969 2018-12-12 15:53:16,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:16,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cdfae9a8-fc49-4c50-afc8-0cacb0eb15a9 Date: Wed, 12 Dec 2018 15:53:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:16,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-cdfae9a8-fc49-4c50-afc8-0cacb0eb15a9 2018-12-12 15:53:16,968 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net 2018-12-12 15:53:16,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" -d '{"port": {"network_id": "20d87a40-8e46-459d-84b6-02ee619c7773", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port", "admin_state_up": true}}' 2018-12-12 15:53:18,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-fab79a46-1625-4730-952b-1a19630b9508 Date: Wed, 12 Dec 2018 15:53:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.11"}],"id":"be7bdbfb-71ae-4d79-b5f9-6d5a47273788","security_groups":["b99eb4ca-9f96-413c-ba42-47d7b94c9359"],"mac_address":"fa:16:3e:53:a2:ca","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","qos_policy_id":null,"admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:17Z","binding:vnic_type":"normal"}} 2018-12-12 15:53:18,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-fab79a46-1625-4730-952b-1a19630b9508 2018-12-12 15:53:18,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:18,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d9232d4e-6ffd-4b56-8ee5-46424fd523f8 Date: Wed, 12 Dec 2018 15:53: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":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:18,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-d9232d4e-6ffd-4b56-8ee5-46424fd523f8 2018-12-12 15:53:18,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:18,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17062bff-7019-4c3a-a338-591addc07e80 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:18,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-17062bff-7019-4c3a-a338-591addc07e80 2018-12-12 15:53:18,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:18,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c6177154-b8ec-4ca2-8bda-8734c731b0f8 Date: Wed, 12 Dec 2018 15:53:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:18,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-c6177154-b8ec-4ca2-8bda-8734c731b0f8 2018-12-12 15:53:18,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:18,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-f17c691e-7451-4a24-9e7a-667c4c53dabb Date: Wed, 12 Dec 2018 15:53:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.11"}],"id":"be7bdbfb-71ae-4d79-b5f9-6d5a47273788","security_groups":["b99eb4ca-9f96-413c-ba42-47d7b94c9359"],"mac_address":"fa:16:3e:53:a2:ca","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:17Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:53:18,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port&admin_state_up=True used request id req-f17c691e-7451-4a24-9e7a-667c4c53dabb 2018-12-12 15:53:18,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:18,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e2f60c-2ec9-4ae2-998f-e98902424807 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:18,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-94e2f60c-2ec9-4ae2-998f-e98902424807 2018-12-12 15:53:18,729 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst 2018-12-12 15:53:18,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:18,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53: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-406d4bee-68ae-4ca4-b03d-3204ae0b636e x-compute-request-id: req-406d4bee-68ae-4ca4-b03d-3204ae0b636e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-flavor-name"}]} 2018-12-12 15:53:18,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-406d4bee-68ae-4ca4-b03d-3204ae0b636e 2018-12-12 15:53:18,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:18,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53: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-2af6da0c-cd2c-46d6-9a5e-4fd29a782890 x-compute-request-id: req-2af6da0c-cd2c-46d6-9a5e-4fd29a782890 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:53:18,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc used request id req-2af6da0c-cd2c-46d6-9a5e-4fd29a782890 2018-12-12 15:53:18,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:18,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-4152f465-e46a-45d4-9d4d-e41eaa3ab4df Date: Wed, 12 Dec 2018 15:53:18 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:06Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/snap", "metadata": {}}], "self": "/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "min_disk": 0, "protected": false, "id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "file": "/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5791a5abf8ad4b70bee198c5c0ce41ed", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/5fbc77a8-b99d-4a87-81e5-955053b7af61/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image"} 2018-12-12 15:53:18,975 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image used request id req-4152f465-e46a-45d4-9d4d-e41eaa3ab4df 2018-12-12 15:53:18,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:19,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0db38896-f602-4bdd-94ec-595d6abfc83f Date: Wed, 12 Dec 2018 15:53:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:53:19,155 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0db38896-f602-4bdd-94ec-595d6abfc83f 2018-12-12 15:53:19,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" -d '{"server": {"name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "imageRef": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "flavorRef": "d32578c7-94a4-40ce-b9f9-940719078ecc", "max_count": 1, "min_count": 1, "networks": [{"port": "be7bdbfb-71ae-4d79-b5f9-6d5a47273788"}]}}' 2018-12-12 15:53:20,713 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fe7791bf-40d3-4351-9c3a-8c9a73c7ff2d x-compute-request-id: req-fe7791bf-40d3-4351-9c3a-8c9a73c7ff2d Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "adminPass": "iEf5Ghwp5GnQ"}} 2018-12-12 15:53:20,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-fe7791bf-40d3-4351-9c3a-8c9a73c7ff2d 2018-12-12 15:53:20,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:21,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-eb3c81b1-fa9d-481a-9d4b-d3bcf25d34be x-compute-request-id: req-eb3c81b1-fa9d-481a-9d4b-d3bcf25d34be 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.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:53:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:21,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-eb3c81b1-fa9d-481a-9d4b-d3bcf25d34be 2018-12-12 15:53:21,076 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst 2018-12-12 15:53:21,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:21,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4750762d-616a-4a54-afa9-c10c9bc63c5b x-compute-request-id: req-4750762d-616a-4a54-afa9-c10c9bc63c5b 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.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:53:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:21,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-4750762d-616a-4a54-afa9-c10c9bc63c5b 2018-12-12 15:53:21,381 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst] is - BUILD 2018-12-12 15:53:21,381 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:53:24,384 - create_instance - DEBUG - VM status query timeout in 896.691662073 2018-12-12 15:53:24,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:25,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d20e7ba-68ae-4c30-938c-47c4ab80fcf0 x-compute-request-id: req-7d20e7ba-68ae-4c30-938c-47c4ab80fcf0 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.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:53:21Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:25,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-7d20e7ba-68ae-4c30-938c-47c4ab80fcf0 2018-12-12 15:53:25,055 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst] is - BUILD 2018-12-12 15:53:25,055 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:53:28,059 - create_instance - DEBUG - VM status query timeout in 893.017076969 2018-12-12 15:53:28,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:28,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53: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-fbb1c8f7-321e-407d-bb58-615843f57979 x-compute-request-id: req-fbb1c8f7-321e-407d-bb58-615843f57979 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:28,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-fbb1c8f7-321e-407d-bb58-615843f57979 2018-12-12 15:53:28,858 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst] is - ACTIVE 2018-12-12 15:53:28,858 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:53:28,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:29,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53: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-b3281c6b-1dab-421e-ae8c-20064079f63b x-compute-request-id: req-b3281c6b-1dab-421e-ae8c-20064079f63b Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:29,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-b3281c6b-1dab-421e-ae8c-20064079f63b 2018-12-12 15:53:29,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:29,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b222071f-d4b4-46dc-8cd1-d94fd3c1ec90 Date: Wed, 12 Dec 2018 15:53: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":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:29,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-b222071f-d4b4-46dc-8cd1-d94fd3c1ec90 2018-12-12 15:53:29,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:29,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c4deee6-7927-4683-94eb-d7970c0072c3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:29,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-6c4deee6-7927-4683-94eb-d7970c0072c3 2018-12-12 15:53:29,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:29,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-da6c689d-3d80-411e-8667-2a870f21800b Date: Wed, 12 Dec 2018 15:53:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:29,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-da6c689d-3d80-411e-8667-2a870f21800b 2018-12-12 15:53:29,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:29,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-0b0cbf6f-0e03-41ea-a21e-e30a55202266 Date: Wed, 12 Dec 2018 15:53:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.4"}],"id":"0c5bd926-3f66-46af-b79c-837ab04f6ab5","security_groups":[],"mac_address":"fa:16:3e:ca:34:3b","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.2"}],"id":"3397e06d-6c3f-43a9-81b4-8d3cc3e3bbbe","security_groups":[],"mac_address":"fa:16:3e:b3:c0:61","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.3"}],"id":"634ebced-0b73-444e-b601-7d90d364ebfa","security_groups":[],"mac_address":"fa:16:3e:53:15:b5","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.11"}],"id":"be7bdbfb-71ae-4d79-b5f9-6d5a47273788","security_groups":["b99eb4ca-9f96-413c-ba42-47d7b94c9359"],"mac_address":"fa:16:3e:53:a2:ca","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:17Z","binding:vnic_type":"normal","device_id":"8541afb8-58e1-4a3e-96b7-af37c858f4fb"}]} 2018-12-12 15:53:29,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-0b0cbf6f-0e03-41ea-a21e-e30a55202266 2018-12-12 15:53:29,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:30,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea5ed1ac-da72-4c7a-bae6-c7d928ec6637 x-compute-request-id: req-ea5ed1ac-da72-4c7a-bae6-c7d928ec6637 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:30,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-ea5ed1ac-da72-4c7a-bae6-c7d928ec6637 2018-12-12 15:53:30,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:30,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-11cf28b1-c698-4918-bfd7-07e3712f73ca Date: Wed, 12 Dec 2018 15:53: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":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:30,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-11cf28b1-c698-4918-bfd7-07e3712f73ca 2018-12-12 15:53:30,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:30,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e871f4a-3e2d-4a88-8c16-a2a381c8ce2a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:30,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-3e871f4a-3e2d-4a88-8c16-a2a381c8ce2a 2018-12-12 15:53:30,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:30,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d9eed06e-5b05-46f8-a016-90b9331b0c9c Date: Wed, 12 Dec 2018 15:53:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:30,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-d9eed06e-5b05-46f8-a016-90b9331b0c9c 2018-12-12 15:53:30,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:30,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-e8fe877f-8819-487e-8596-f8d0456b4f87 Date: Wed, 12 Dec 2018 15:53:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.4"}],"id":"0c5bd926-3f66-46af-b79c-837ab04f6ab5","security_groups":[],"mac_address":"fa:16:3e:ca:34:3b","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.2"}],"id":"3397e06d-6c3f-43a9-81b4-8d3cc3e3bbbe","security_groups":[],"mac_address":"fa:16:3e:b3:c0:61","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.3"}],"id":"634ebced-0b73-444e-b601-7d90d364ebfa","security_groups":[],"mac_address":"fa:16:3e:53:15:b5","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.11"}],"id":"be7bdbfb-71ae-4d79-b5f9-6d5a47273788","security_groups":["b99eb4ca-9f96-413c-ba42-47d7b94c9359"],"mac_address":"fa:16:3e:53:a2:ca","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:17Z","binding:vnic_type":"normal","device_id":"8541afb8-58e1-4a3e-96b7-af37c858f4fb"}]} 2018-12-12 15:53:30,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-e8fe877f-8819-487e-8596-f8d0456b4f87 2018-12-12 15:53:30,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:30,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "85aa44567cd74d37ac662f61dada05dd", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role"}], "expires_at": "2018-12-12T16:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/5791a5abf8ad4b70bee198c5c0ce41ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-user", "id": "92228a52af404ad5829646d15d9f0e46"}, "audit_ids": ["ogezyfKgRy6XocNjICHGuw"], "issued_at": "2018-12-12T15:53:30.000000Z"}} 2018-12-12 15:53:30,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2d8ec3e822d2d772914ab975e7b189fb114c3a" 2018-12-12 15:53:31,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1d17cc6-f17b-4438-b3d1-57d68f825059 x-compute-request-id: req-b1d17cc6-f17b-4438-b3d1-57d68f825059 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:31,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-b1d17cc6-f17b-4438-b3d1-57d68f825059 2018-12-12 15:53:31,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:32,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-57b9e282-9136-4cad-93bc-40d233df3e61 x-compute-request-id: req-57b9e282-9136-4cad-93bc-40d233df3e61 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:32,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-57b9e282-9136-4cad-93bc-40d233df3e61 2018-12-12 15:53:32,348 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst] is - ACTIVE 2018-12-12 15:53:32,349 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:53:32,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:32,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-084dd954-8d5b-47ba-8a05-959de1f5c024 x-compute-request-id: req-084dd954-8d5b-47ba-8a05-959de1f5c024 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:32,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-084dd954-8d5b-47ba-8a05-959de1f5c024 2018-12-12 15:53:32,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:32,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-934075a4-6a9f-42d8-95b6-bc2bdbbd5f38 Date: Wed, 12 Dec 2018 15:53: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":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:32,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-934075a4-6a9f-42d8-95b6-bc2bdbbd5f38 2018-12-12 15:53:32,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:33,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9443cee-7558-41f1-8e80-8f5adba6ce9a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:33,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-f9443cee-7558-41f1-8e80-8f5adba6ce9a 2018-12-12 15:53:33,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:33,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-08690ba0-8331-401c-86a1-5e924e194f41 Date: Wed, 12 Dec 2018 15:53:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:33,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-08690ba0-8331-401c-86a1-5e924e194f41 2018-12-12 15:53:33,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:33,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-5977f2eb-d0eb-45e8-8428-c28a2c6b3d6a Date: Wed, 12 Dec 2018 15:53:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.4"}],"id":"0c5bd926-3f66-46af-b79c-837ab04f6ab5","security_groups":[],"mac_address":"fa:16:3e:ca:34:3b","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.2"}],"id":"3397e06d-6c3f-43a9-81b4-8d3cc3e3bbbe","security_groups":[],"mac_address":"fa:16:3e:b3:c0:61","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.3"}],"id":"634ebced-0b73-444e-b601-7d90d364ebfa","security_groups":[],"mac_address":"fa:16:3e:53:15:b5","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.11"}],"id":"be7bdbfb-71ae-4d79-b5f9-6d5a47273788","security_groups":["b99eb4ca-9f96-413c-ba42-47d7b94c9359"],"mac_address":"fa:16:3e:53:a2:ca","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:17Z","binding:vnic_type":"normal","device_id":"8541afb8-58e1-4a3e-96b7-af37c858f4fb"}]} 2018-12-12 15:53:33,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-5977f2eb-d0eb-45e8-8428-c28a2c6b3d6a 2018-12-12 15:53:33,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:33,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53: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-e115865d-1882-4bea-8f34-dddc404f7e6e x-compute-request-id: req-e115865d-1882-4bea-8f34-dddc404f7e6e Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:33,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-e115865d-1882-4bea-8f34-dddc404f7e6e 2018-12-12 15:53:33,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:33,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-019c594d-51f3-40a0-a10b-f8a9b2768f06 Date: Wed, 12 Dec 2018 15:53: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":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:33,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-019c594d-51f3-40a0-a10b-f8a9b2768f06 2018-12-12 15:53:33,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:33,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c4acc4-0cea-486e-bed1-bdd7f8d2e916 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:33,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-28c4acc4-0cea-486e-bed1-bdd7f8d2e916 2018-12-12 15:53:33,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:34,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e7f16fdf-44ab-4631-8a52-4f7a718709d0 Date: Wed, 12 Dec 2018 15:53:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:34,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-e7f16fdf-44ab-4631-8a52-4f7a718709d0 2018-12-12 15:53:34,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:34,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-d49967d0-4f12-45e9-9365-6249a245a71a Date: Wed, 12 Dec 2018 15:53:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.4"}],"id":"0c5bd926-3f66-46af-b79c-837ab04f6ab5","security_groups":[],"mac_address":"fa:16:3e:ca:34:3b","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.2"}],"id":"3397e06d-6c3f-43a9-81b4-8d3cc3e3bbbe","security_groups":[],"mac_address":"fa:16:3e:b3:c0:61","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.3"}],"id":"634ebced-0b73-444e-b601-7d90d364ebfa","security_groups":[],"mac_address":"fa:16:3e:53:15:b5","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.11"}],"id":"be7bdbfb-71ae-4d79-b5f9-6d5a47273788","security_groups":["b99eb4ca-9f96-413c-ba42-47d7b94c9359"],"mac_address":"fa:16:3e:53:a2:ca","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:17Z","binding:vnic_type":"normal","device_id":"8541afb8-58e1-4a3e-96b7-af37c858f4fb"}]} 2018-12-12 15:53:34,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-d49967d0-4f12-45e9-9365-6249a245a71a 2018-12-12 15:53:34,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name"}}' 2018-12-12 15:53:34,437 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:53:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ab46243-0a19-4be0-bf88-e47eeb2c2888 x-compute-request-id: req-5ab46243-0a19-4be0-bf88-e47eeb2c2888 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name not associated with the instance 8541afb8-58e1-4a3e-96b7-af37c858f4fb", "code": 404}} 2018-12-12 15:53:34,437 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb/action used request id req-5ab46243-0a19-4be0-bf88-e47eeb2c2888 2018-12-12 15:53:34,438 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name not associated with the instance 8541afb8-58e1-4a3e-96b7-af37c858f4fb (HTTP 404) (Request-ID: req-5ab46243-0a19-4be0-bf88-e47eeb2c2888) 2018-12-12 15:53:34,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:35,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-121b55d6-106e-4d02-b29a-e49b807c4e36 x-compute-request-id: req-121b55d6-106e-4d02-b29a-e49b807c4e36 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:35,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-121b55d6-106e-4d02-b29a-e49b807c4e36 2018-12-12 15:53:35,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:35,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-67dc14cb-60a9-40a9-b3d2-f5313d6daef2 Date: Wed, 12 Dec 2018 15:53: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":["20f5a5c8-ce2f-4e51-a954-05a518afb7d4"],"updated_at":"2018-12-12T15:53:09Z","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20d87a40-8e46-459d-84b6-02ee619c7773","name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net"}]} 2018-12-12 15:53:35,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net used request id req-67dc14cb-60a9-40a9-b3d2-f5313d6daef2 2018-12-12 15:53:35,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:35,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a4ddb75-fc42-4749-b4d6-80893ddefb0e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:35,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-1a4ddb75-fc42-4749-b4d6-80893ddefb0e 2018-12-12 15:53:35,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:35,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-35f3ddf9-74fe-4def-83f2-82b0269f4347 Date: Wed, 12 Dec 2018 15:53:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"5791a5abf8ad4b70bee198c5c0ce41ed","id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet"}]} 2018-12-12 15:53:35,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-35f3ddf9-74fe-4def-83f2-82b0269f4347 2018-12-12 15:53:35,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:35,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-4f23a890-1042-4dff-8539-5b0eebaa20bf Date: Wed, 12 Dec 2018 15:53:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.4"}],"id":"0c5bd926-3f66-46af-b79c-837ab04f6ab5","security_groups":[],"mac_address":"fa:16:3e:ca:34:3b","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.2"}],"id":"3397e06d-6c3f-43a9-81b4-8d3cc3e3bbbe","security_groups":[],"mac_address":"fa:16:3e:b3:c0:61","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.3"}],"id":"634ebced-0b73-444e-b601-7d90d364ebfa","security_groups":[],"mac_address":"fa:16:3e:53:15:b5","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-20d87a40-8e46-459d-84b6-02ee619c7773"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20f5a5c8-ce2f-4e51-a954-05a518afb7d4","ip_address":"10.55.0.11"}],"id":"be7bdbfb-71ae-4d79-b5f9-6d5a47273788","security_groups":["b99eb4ca-9f96-413c-ba42-47d7b94c9359"],"mac_address":"fa:16:3e:53:a2:ca","project_id":"5791a5abf8ad4b70bee198c5c0ce41ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port","admin_state_up":true,"network_id":"20d87a40-8e46-459d-84b6-02ee619c7773","tenant_id":"5791a5abf8ad4b70bee198c5c0ce41ed","created_at":"2018-12-12T15:53:17Z","binding:vnic_type":"normal","device_id":"8541afb8-58e1-4a3e-96b7-af37c858f4fb"}]} 2018-12-12 15:53:35,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-4f23a890-1042-4dff-8539-5b0eebaa20bf 2018-12-12 15:53:35,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2d8ec3e822d2d772914ab975e7b189fb114c3a" 2018-12-12 15:53:36,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecd4c44f-dca9-4fb5-9473-7c39c63025d2 x-compute-request-id: req-ecd4c44f-dca9-4fb5-9473-7c39c63025d2 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:a2:ca", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "security_groups": [{"name": "default"}], "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:27Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:36,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-ecd4c44f-dca9-4fb5-9473-7c39c63025d2 2018-12-12 15:53:36,294 - create_instance - INFO - Deleting Port with ID - be7bdbfb-71ae-4d79-b5f9-6d5a47273788 2018-12-12 15:53:36,295 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-port 2018-12-12 15:53:36,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/be7bdbfb-71ae-4d79-b5f9-6d5a47273788 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:36,989 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5468c368-cd1b-4793-bc22-f56dff9b1dfa Date: Wed, 12 Dec 2018 15:53:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:53:36,989 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/be7bdbfb-71ae-4d79-b5f9-6d5a47273788 used request id req-5468c368-cd1b-4793-bc22-f56dff9b1dfa 2018-12-12 15:53:36,989 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst 2018-12-12 15:53:36,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:37,149 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-44f3534c-8025-4009-aedd-d49628dd0fb6 x-compute-request-id: req-44f3534c-8025-4009-aedd-d49628dd0fb6 Content-Type: application/json 2018-12-12 15:53:37,149 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-44f3534c-8025-4009-aedd-d49628dd0fb6 2018-12-12 15:53:37,149 - create_instance - INFO - Checking deletion status 2018-12-12 15:53:37,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:37,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-493f3ccd-1024-454a-b6c2-7bee11cdbf53 x-compute-request-id: req-493f3ccd-1024-454a-b6c2-7bee11cdbf53 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.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:37Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:37,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-493f3ccd-1024-454a-b6c2-7bee11cdbf53 2018-12-12 15:53:37,558 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst] is - ACTIVE 2018-12-12 15:53:37,558 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:53:40,561 - create_instance - DEBUG - VM status query timeout in 296.588310003 2018-12-12 15:53:40,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:40,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-118f95c2-2eb6-4924-9cb1-88a6af13fc26 x-compute-request-id: req-118f95c2-2eb6-4924-9cb1-88a6af13fc26 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.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb", "rel": "bookmark"}], "image": {"id": "5fbc77a8-b99d-4a87-81e5-955053b7af61", "links": [{"href": "http://172.30.9.29:8774/images/5fbc77a8-b99d-4a87-81e5-955053b7af61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:53:26.000000", "flavor": {"id": "d32578c7-94a4-40ce-b9f9-940719078ecc", "links": [{"href": "http://172.30.9.29:8774/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc", "rel": "bookmark"}]}, "id": "8541afb8-58e1-4a3e-96b7-af37c858f4fb", "user_id": "92228a52af404ad5829646d15d9f0e46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:53:37Z", "hostId": "441dd749951fbdbdaffd556f89fe5e0de465fc189aec77ce6c040725", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst", "created": "2018-12-12T15:53:20Z", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:53:40,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-118f95c2-2eb6-4924-9cb1-88a6af13fc26 2018-12-12 15:53:40,837 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst] is - ACTIVE 2018-12-12 15:53:40,837 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:53:43,840 - create_instance - DEBUG - VM status query timeout in 293.309245825 2018-12-12 15:53:43,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f243c70df8ed852c7632a09d17dd8024653468fc" 2018-12-12 15:53:43,899 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-09330049-7ffa-4e99-b9b4-2381ede9a998 x-compute-request-id: req-09330049-7ffa-4e99-b9b4-2381ede9a998 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8541afb8-58e1-4a3e-96b7-af37c858f4fb could not be found.", "code": 404}} 2018-12-12 15:53:43,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8541afb8-58e1-4a3e-96b7-af37c858f4fb used request id req-09330049-7ffa-4e99-b9b4-2381ede9a998 2018-12-12 15:53:43,900 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8541afb8-58e1-4a3e-96b7-af37c858f4fb could not be found. (HTTP 404) (Request-ID: req-09330049-7ffa-4e99-b9b4-2381ede9a998) 2018-12-12 15:53:43,900 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-inst 2018-12-12 15:53:43,901 - neutron_utils - INFO - Deleting security group rule with ID - a528e6bc-b5d4-447f-b02e-4495e2492df1 2018-12-12 15:53:43,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/a528e6bc-b5d4-447f-b02e-4495e2492df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:44,029 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e21db3d-e509-4a05-809a-52c033a9aa24 Content-Length: 0 Date: Wed, 12 Dec 2018 15:53:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:53:44,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/a528e6bc-b5d4-447f-b02e-4495e2492df1 used request id req-3e21db3d-e509-4a05-809a-52c033a9aa24 2018-12-12 15:53:44,029 - neutron_utils - INFO - Deleting security group rule with ID - 3c26a0a5-da23-4100-8dc2-72642c15a3b7 2018-12-12 15:53:44,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/3c26a0a5-da23-4100-8dc2-72642c15a3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:44,162 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-22ad5bb3-4caa-497d-b42d-810722d9fd42 Content-Length: 0 Date: Wed, 12 Dec 2018 15:53:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:53:44,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/3c26a0a5-da23-4100-8dc2-72642c15a3b7 used request id req-22ad5bb3-4caa-497d-b42d-810722d9fd42 2018-12-12 15:53:44,162 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-name 2018-12-12 15:53:44,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/703095d0-032e-4b45-b5ab-aaa3cbbcc213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26dec98060d544e9a7343b569affed20ca70dc74" 2018-12-12 15:53:44,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a8cb477-1ace-4235-a3ae-031a6dc9b681 Content-Length: 0 Date: Wed, 12 Dec 2018 15:53:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:53:44,574 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/703095d0-032e-4b45-b5ab-aaa3cbbcc213 used request id req-2a8cb477-1ace-4235-a3ae-031a6dc9b681 2018-12-12 15:53:44,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3eea264fc940b9be0ddeb080b2fff7e4c63f365" 2018-12-12 15:53:44,628 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:53:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-164e9089-5044-4ed1-82c7-9c2c7b41df33 x-compute-request-id: req-164e9089-5044-4ed1-82c7-9c2c7b41df33 Content-Length: 0 Content-Type: application/json 2018-12-12 15:53:44,628 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d32578c7-94a4-40ce-b9f9-940719078ecc used request id req-164e9089-5044-4ed1-82c7-9c2c7b41df33 2018-12-12 15:53:44,629 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet 2018-12-12 15:53:44,629 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-subnet 2018-12-12 15:53:44,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/20f5a5c8-ce2f-4e51-a954-05a518afb7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" 2018-12-12 15:53:46,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77eee340-cb98-403b-a586-47ec2b3242cf Date: Wed, 12 Dec 2018 15:53:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:53:46,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/20f5a5c8-ce2f-4e51-a954-05a518afb7d4 used request id req-77eee340-cb98-403b-a586-47ec2b3242cf 2018-12-12 15:53:46,845 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-pub-net 2018-12-12 15:53:46,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/20d87a40-8e46-459d-84b6-02ee619c7773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33870224f6fdc998e73b1b681e65d7c69bddb3aa" 2018-12-12 15:53:48,092 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3dd5972-f6b4-4b34-a73e-d943b17e9dbb Date: Wed, 12 Dec 2018 15:53:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:53:48,092 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/20d87a40-8e46-459d-84b6-02ee619c7773 used request id req-c3dd5972-f6b4-4b34-a73e-d943b17e9dbb 2018-12-12 15:53:48,093 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-3d727910-5227-48cf-851b-dace94cd2029-image 2018-12-12 15:53:48,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f1019efee20a12573804db6d65da7c8550e5cb1" 2018-12-12 15:53:48,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e209072c-edcc-45b1-a8f9-9c1a1b37af29 Date: Wed, 12 Dec 2018 15:53:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:53:48,986 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5fbc77a8-b99d-4a87-81e5-955053b7af61 used request id req-e209072c-edcc-45b1-a8f9-9c1a1b37af29 2018-12-12 15:53:48,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:49,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-854bd163-f9b4-40a8-ba6a-55bbc216c53f Date: Wed, 12 Dec 2018 15:53:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:08Z", "updated_at": "2018-12-12T15:53:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:08Z", "revision_number": 0, "id": "0d332f2b-4d14-40cc-b9eb-f8dc3becac06", "remote_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:08Z", "security_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:08Z", "revision_number": 0, "id": "a351c2db-630e-4e7b-a219-bdc77e5d4f83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:08Z", "security_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:08Z", "revision_number": 0, "id": "afb51521-127e-45c6-8116-6e3494905acf", "remote_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:08Z", "security_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:53:08Z", "revision_number": 0, "id": "bb7bcf04-dd75-4399-a4f6-73669343393b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:53:08Z", "security_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed"}], "revision_number": 4, "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:53:49,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-854bd163-f9b4-40a8-ba6a-55bbc216c53f 2018-12-12 15:53:49,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:49,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f003d3d5-6ddb-4468-a420-5ae9ee74650e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed"}, "enabled": true, "id": "5791a5abf8ad4b70bee198c5c0ce41ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj"}} 2018-12-12 15:53:49,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-f003d3d5-6ddb-4468-a420-5ae9ee74650e 2018-12-12 15:53:49,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b99eb4ca-9f96-413c-ba42-47d7b94c9359 2018-12-12 15:53:49,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b99eb4ca-9f96-413c-ba42-47d7b94c9359 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:49,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4f6a1c93-57cc-4a31-bf06-4b3f3f532f3e Date: Wed, 12 Dec 2018 15:53:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:08Z", "security_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:08Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "0d332f2b-4d14-40cc-b9eb-f8dc3becac06"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:08Z", "security_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:08Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "a351c2db-630e-4e7b-a219-bdc77e5d4f83"}, {"remote_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:08Z", "security_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:08Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "afb51521-127e-45c6-8116-6e3494905acf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:53:08Z", "security_group_id": "b99eb4ca-9f96-413c-ba42-47d7b94c9359", "port_range_min": null, "revision_number": 0, "tenant_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "created_at": "2018-12-12T15:53:08Z", "project_id": "5791a5abf8ad4b70bee198c5c0ce41ed", "id": "bb7bcf04-dd75-4399-a4f6-73669343393b"}]} 2018-12-12 15:53:49,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b99eb4ca-9f96-413c-ba42-47d7b94c9359 used request id req-4f6a1c93-57cc-4a31-bf06-4b3f3f532f3e 2018-12-12 15:53:49,495 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:53:49,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b99eb4ca-9f96-413c-ba42-47d7b94c9359 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:49,796 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-960f1d63-14ae-46c6-8f2d-751ff4b84f37 Content-Length: 0 Date: Wed, 12 Dec 2018 15:53:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:53:49,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b99eb4ca-9f96-413c-ba42-47d7b94c9359 used request id req-960f1d63-14ae-46c6-8f2d-751ff4b84f37 2018-12-12 15:53:49,797 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj 2018-12-12 15:53:49,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:50,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de5f4b69-53e5-427f-a3fd-c559db7850ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:53:50,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5791a5abf8ad4b70bee198c5c0ce41ed used request id req-de5f4b69-53e5-427f-a3fd-c559db7850ed 2018-12-12 15:53:50,007 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-0c8b90f7-4cab-41b-proj-role 2018-12-12 15:53:50,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/85aa44567cd74d37ac662f61dada05dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:50,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb5e14a4-3f5d-4af1-809d-cc3be8c7670b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:53:50,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/85aa44567cd74d37ac662f61dada05dd used request id req-bb5e14a4-3f5d-4af1-809d-cc3be8c7670b 2018-12-12 15:53:50,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa908d02ee2221f1f36e130607406464065dfa" 2018-12-12 15:53:50,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19a6b3aa-6c5c-42a5-be19-0d1772033eaf Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:53:50,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-19a6b3aa-6c5c-42a5-be19-0d1772033eaf 2018-12-12 15:53:50,207 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-0c8b90f7-4cab-41b-user 2018-12-12 15:53:50,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/92228a52af404ad5829646d15d9f0e46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32b302e7931db8af8082a5bfd63d03995ed3a50" 2018-12-12 15:53:50,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c38c1655-832b-4ad0-be36-649cfc75356d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:53:50,399 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/92228a52af404ad5829646d15d9f0e46 used request id req-c38c1655-832b-4ad0-be36-649cfc75356d 2018-12-12 15:53:50,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:50,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["_LprKFp_QJ-tzunYax91ow"], "issued_at": "2018-12-12T15:53:50.000000Z"}} 2018-12-12 15:53:50,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}519a09bcdb8469100795e155cb3b5aca692218cc" 2018-12-12 15:53:50,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-260aeb3c-d025-4b76-9710-88114952f87b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:50,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-260aeb3c-d025-4b76-9710-88114952f87b 2018-12-12 15:53:50,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:50,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:51,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Bs3mlNkFQnarAIn_f6ZSGw"], "issued_at": "2018-12-12T15:53:51.000000Z"}} 2018-12-12 15:53:51,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:53:51,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e44268-e5c4-49ac-9c45-4f6976c4f9a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:51,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-97e44268-e5c4-49ac-9c45-4f6976c4f9a8 2018-12-12 15:53:51,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:53:51,339 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:53: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:53:51,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:53:51,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c552f1cb-bc68-4ef8-8869-fd744991e7ac Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:53:51,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj used request id req-c552f1cb-bc68-4ef8-8869-fd744991e7ac 2018-12-12 15:53:51,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:53:51,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85b847b5-81b0-439e-8dfa-a35d47b0e657 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:53:51,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-85b847b5-81b0-439e-8dfa-a35d47b0e657 2018-12-12 15:53:51,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj"}}' 2018-12-12 15:53:51,560 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f84da0a5-c729-4442-a4b0-cc996b1ffee8 Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/57d0682e188044e3bd0d1fef6dfd45e2"}, "enabled": true, "id": "57d0682e188044e3bd0d1fef6dfd45e2", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj"}} 2018-12-12 15:53:51,560 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f84da0a5-c729-4442-a4b0-cc996b1ffee8 2018-12-12 15:53:51,561 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj 2018-12-12 15:53:51,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:51,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:51,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["PcC80v0QRWSZv4Si8zOrUA"], "issued_at": "2018-12-12T15:53:51.000000Z"}} 2018-12-12 15:53:51,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a24f30b57fcdbb8fe5f6aa71c8b99b93df0123b" 2018-12-12 15:53:52,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7a3d87-d8fc-45a9-8d0d-ac10a273a8ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:52,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9d7a3d87-d8fc-45a9-8d0d-ac10a273a8ec 2018-12-12 15:53:52,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:53:52,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:53: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:53:52,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a24f30b57fcdbb8fe5f6aa71c8b99b93df0123b" 2018-12-12 15:53:52,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c084a14-c607-4ad5-8d54-e48bcdf5035a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:53:52,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2c084a14-c607-4ad5-8d54-e48bcdf5035a 2018-12-12 15:53:52,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a24f30b57fcdbb8fe5f6aa71c8b99b93df0123b" 2018-12-12 15:53:52,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55bd292e-40c5-4679-b1c7-191b5cf7c0bb Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/57d0682e188044e3bd0d1fef6dfd45e2"}, "enabled": true, "id": "57d0682e188044e3bd0d1fef6dfd45e2", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj"}]} 2018-12-12 15:53:52,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj used request id req-55bd292e-40c5-4679-b1c7-191b5cf7c0bb 2018-12-12 15:53:52,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a24f30b57fcdbb8fe5f6aa71c8b99b93df0123b" 2018-12-12 15:53:52,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3bb8e0b-022c-4d0c-a3ae-dc3956be4fb5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:53:52,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c3bb8e0b-022c-4d0c-a3ae-dc3956be4fb5 2018-12-12 15:53:52,645 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-de29d2ea-bb26-485-user 2018-12-12 15:53:52,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:52,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:53:52,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b77c2ce5-905d-4f20-a766-ce3cf697a811 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:53:52,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b77c2ce5-905d-4f20-a766-ce3cf697a811 2018-12-12 15:53:52,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" -d '{"role": {"name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj-role"}}' 2018-12-12 15:53:52,860 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec3992f3-7f63-4180-a434-7281ce2a0846 Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8491d1c8080a43f08e8f358eee66a374", "links": {"self": "http://172.30.9.29:5000/v3/roles/8491d1c8080a43f08e8f358eee66a374"}, "name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj-role"}} 2018-12-12 15:53:52,860 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ec3992f3-7f63-4180-a434-7281ce2a0846 2018-12-12 15:53:52,860 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj-role 2018-12-12 15:53:52,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8491d1c8080a43f08e8f358eee66a374 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:53:52,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a66893e-85fb-472e-9eca-4da17f9a4c6f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8491d1c8080a43f08e8f358eee66a374"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj-role", "id": "8491d1c8080a43f08e8f358eee66a374"}} 2018-12-12 15:53:52,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8491d1c8080a43f08e8f358eee66a374 used request id req-5a66893e-85fb-472e-9eca-4da17f9a4c6f 2018-12-12 15:53:52,953 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj-role to project CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj 2018-12-12 15:53:52,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/57d0682e188044e3bd0d1fef6dfd45e2/users/73c79087982a4a8e8d0bd9b9e97abcac/roles/8491d1c8080a43f08e8f358eee66a374 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:53:53,096 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-799c7182-edc5-4673-81c3-2525bd1c2856 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:53:53,096 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/57d0682e188044e3bd0d1fef6dfd45e2/users/73c79087982a4a8e8d0bd9b9e97abcac/roles/8491d1c8080a43f08e8f358eee66a374 used request id req-799c7182-edc5-4673-81c3-2525bd1c2856 2018-12-12 15:53:53,097 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:53:53,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:53,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:53,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["O1znKn6pQgOkG8qztE7RTg"], "issued_at": "2018-12-12T15:53:53.000000Z"}} 2018-12-12 15:53:53,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" 2018-12-12 15:53:53,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba42a233-6ec0-453f-b2b7-eb858cc02f94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:53,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba42a233-6ec0-453f-b2b7-eb858cc02f94 2018-12-12 15:53:53,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" 2018-12-12 15:53:53,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d0a116dd-1f58-4578-af5d-c0c33b708f40 Date: Wed, 12 Dec 2018 15:53:53 GMT RESP BODY: {"networks":[]} 2018-12-12 15:53:53,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-d0a116dd-1f58-4578-af5d-c0c33b708f40 2018-12-12 15:53:53,675 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net 2018-12-12 15:53:53,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" -d '{"network": {"name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net", "admin_state_up": true}}' 2018-12-12 15:53:54,259 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-cf4fd056-0280-4a79-a1c1-6cc700d71e20 Date: Wed, 12 Dec 2018 15:53:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:53:53Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","mtu":1450}} 2018-12-12 15:53:54,259 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-cf4fd056-0280-4a79-a1c1-6cc700d71e20 2018-12-12 15:53:54,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" 2018-12-12 15:53:54,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-2fa43f4d-add5-4788-963c-d97b541cebc2 Date: Wed, 12 Dec 2018 15:53:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:53:53Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:53:54,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-2fa43f4d-add5-4788-963c-d97b541cebc2 2018-12-12 15:53:54,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" 2018-12-12 15:53:54,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d16c5c8e-2c1e-4b2b-a747-4211d7f881eb Date: Wed, 12 Dec 2018 15:53:54 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:53:54,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-d16c5c8e-2c1e-4b2b-a747-4211d7f881eb 2018-12-12 15:53:54,712 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet 2018-12-12 15:53:54,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" -d '{"subnets": [{"ip_version": 4, "network_id": "a10415e8-adad-476d-9f06-89aaf5523c23", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]}' 2018-12-12 15:53:55,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f4d50317-73fc-4345-ba65-538b7424e7e3 Date: Wed, 12 Dec 2018 15:53:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:53:55,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-f4d50317-73fc-4345-ba65-538b7424e7e3 2018-12-12 15:53:55,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" 2018-12-12 15:53:55,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-6d609d2c-6830-49e2-aaf3-797ab68b8acd Date: Wed, 12 Dec 2018 15:53:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:53:55,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-6d609d2c-6830-49e2-aaf3-797ab68b8acd 2018-12-12 15:53:55,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" 2018-12-12 15:53:55,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c382d19d-4fca-45ae-8e3c-720ed0701c60 Date: Wed, 12 Dec 2018 15:53:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:53:55,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-c382d19d-4fca-45ae-8e3c-720ed0701c60 2018-12-12 15:53:55,680 - OpenStackNetwork - DEBUG - Network [a10415e8-adad-476d-9f06-89aaf5523c23] created successfully 2018-12-12 15:53:55,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:55,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:56,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:53:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["zUoYjP_LRu-75Tn8F1gFdA"], "issued_at": "2018-12-12T15:53:56.000000Z"}} 2018-12-12 15:53:56,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fee35435c971dcbd26fce29c7fb58f5f272c100" 2018-12-12 15:53:56,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f43870e-b890-45d0-9bb9-6eef287cfc1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:56,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f43870e-b890-45d0-9bb9-6eef287cfc1f 2018-12-12 15:53:56,158 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:53:56,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fee35435c971dcbd26fce29c7fb58f5f272c100" 2018-12-12 15:53:56,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-9f27e79a-ab02-4c9b-8f66-07562b051a27 x-compute-request-id: req-9f27e79a-ab02-4c9b-8f66-07562b051a27 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:53:56,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9f27e79a-ab02-4c9b-8f66-07562b051a27 2018-12-12 15:53:56,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fee35435c971dcbd26fce29c7fb58f5f272c100" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-12-12 15:53:56,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-ae242397-cd05-443f-9613-c9f9c2d1aad1 x-compute-request-id: req-ae242397-cd05-443f-9613-c9f9c2d1aad1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:53:56,397 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ae242397-cd05-443f-9613-c9f9c2d1aad1 2018-12-12 15:53:56,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:56,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:53:56,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8491d1c8080a43f08e8f358eee66a374", "name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj-role"}], "expires_at": "2018-12-12T16:53:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57d0682e188044e3bd0d1fef6dfd45e2", "name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/57d0682e188044e3bd0d1fef6dfd45e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-de29d2ea-bb26-485-user", "id": "73c79087982a4a8e8d0bd9b9e97abcac"}, "audit_ids": ["3MtL13GuQ_Wn8EORq3smjg"], "issued_at": "2018-12-12T15:53:56.000000Z"}} 2018-12-12 15:53:56,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" 2018-12-12 15:53:56,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18f3c6cb-e751-486c-92c6-50caee0ea44d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:53:56,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-18f3c6cb-e751-486c-92c6-50caee0ea44d 2018-12-12 15:53:56,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" 2018-12-12 15:53:57,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-3e4fadbf-d14b-41ba-ba50-19911fe531c1 Date: Wed, 12 Dec 2018 15:53:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image"} 2018-12-12 15:53:57,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image used request id req-3e4fadbf-d14b-41ba-ba50-19911fe531c1 2018-12-12 15:53:57,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" 2018-12-12 15:53:57,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-da616dfe-a104-418a-84df-14ec6e57cc7c Date: Wed, 12 Dec 2018 15:53:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:53:57,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-da616dfe-a104-418a-84df-14ec6e57cc7c 2018-12-12 15:53:57,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image"}' 2018-12-12 15:53:57,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db X-Openstack-Request-Id: req-6d619f5b-82dc-4794-a2e7-22733366b3a3 Date: Wed, 12 Dec 2018 15:53:57 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db", "min_disk": 0, "protected": false, "id": "43a2126c-ee1a-4450-922d-7bdf429405db", "file": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db/file", "checksum": null, "owner": "57d0682e188044e3bd0d1fef6dfd45e2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:53:57,558 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-6d619f5b-82dc-4794-a2e7-22733366b3a3 2018-12-12 15:53:57,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" -d '' 2018-12-12 15:53:58,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c39ffc3f-584b-46c2-9abc-39c41705562f Date: Wed, 12 Dec 2018 15:53:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:53:58,916 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db/file used request id req-c39ffc3f-584b-46c2-9abc-39c41705562f 2018-12-12 15:53:58,917 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:53:58,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" 2018-12-12 15:53:59,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-ad7b1cea-ffb5-4c92-a343-e9ff61a81e99 Date: Wed, 12 Dec 2018 15:53:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:58Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/43a2126c-ee1a-4450-922d-7bdf429405db/snap", "metadata": {}}], "self": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db", "min_disk": 0, "protected": false, "id": "43a2126c-ee1a-4450-922d-7bdf429405db", "file": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57d0682e188044e3bd0d1fef6dfd45e2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/43a2126c-ee1a-4450-922d-7bdf429405db/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:53:59,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db used request id req-ad7b1cea-ffb5-4c92-a343-e9ff61a81e99 2018-12-12 15:53:59,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" 2018-12-12 15:53:59,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fb360834-5680-435a-ab26-3b0f9fee59d4 Date: Wed, 12 Dec 2018 15:53:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:53:59,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fb360834-5680-435a-ab26-3b0f9fee59d4 2018-12-12 15:53:59,229 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image 2018-12-12 15:53:59,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" 2018-12-12 15:53:59,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-3b80100f-4d11-48c3-8eea-3a8f8728d9e5 Date: Wed, 12 Dec 2018 15:53:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:58Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/43a2126c-ee1a-4450-922d-7bdf429405db/snap", "metadata": {}}], "self": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db", "min_disk": 0, "protected": false, "id": "43a2126c-ee1a-4450-922d-7bdf429405db", "file": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57d0682e188044e3bd0d1fef6dfd45e2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/43a2126c-ee1a-4450-922d-7bdf429405db/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:53:59,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db used request id req-3b80100f-4d11-48c3-8eea-3a8f8728d9e5 2018-12-12 15:53:59,396 - create_image - DEBUG - Instance status is - active 2018-12-12 15:53:59,396 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image 2018-12-12 15:53:59,396 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image 2018-12-12 15:53:59,396 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:53:59,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}519a09bcdb8469100795e155cb3b5aca692218cc" 2018-12-12 15:53:59,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-a5ce6058-e957-4837-b1e6-b11a9594c367 x-compute-request-id: req-a5ce6058-e957-4837-b1e6-b11a9594c367 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-2.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:57.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:53.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:54.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:57.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:53.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:54.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:54.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:54.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:51.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:54.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-12-12T15:53:50.000000"}}}, "zoneName": "nova"}]} 2018-12-12 15:53:59,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-availability-zone/detail used request id req-a5ce6058-e957-4837-b1e6-b11a9594c367 2018-12-12 15:53:59,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:53:59,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:00,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:54:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["zwNtXnz7QSmJ5d4r0OcRzw"], "issued_at": "2018-12-12T15:54:00.000000Z"}} 2018-12-12 15:54:00,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:00,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3451670-16fd-4ac6-b80b-a789c6a670de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:00,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d3451670-16fd-4ac6-b80b-a789c6a670de 2018-12-12 15:54:00,200 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:54:00,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:00,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eb09c0c-91bf-4f3a-bef3-3ecf36ae4b95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:00,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2eb09c0c-91bf-4f3a-bef3-3ecf36ae4b95 2018-12-12 15:54:00,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:00,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-904da8ad-0600-4b0f-95aa-618f1ae6ee92 Date: Wed, 12 Dec 2018 15:54:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:00,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-904da8ad-0600-4b0f-95aa-618f1ae6ee92 2018-12-12 15:54:00,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:54:00,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:54:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:54:00,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:00,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b99ced9-9e0e-42a6-b3d9-087f5a4a1caa Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:00,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-6b99ced9-9e0e-42a6-b3d9-087f5a4a1caa 2018-12-12 15:54:00,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:00,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-187bd630-bee2-444b-9b4a-f4e5eb597f11 Date: Wed, 12 Dec 2018 15:54:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:00,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-187bd630-bee2-444b-9b4a-f4e5eb597f11 2018-12-12 15:54:00,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:01,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-51e1453c-3066-4199-8d6d-39b3453a4920 Date: Wed, 12 Dec 2018 15:54:01 GMT RESP BODY: {"ports":[]} 2018-12-12 15:54:01,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1&admin_state_up=True used request id req-51e1453c-3066-4199-8d6d-39b3453a4920 2018-12-12 15:54:01,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:01,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e77a50c3-1d21-4103-834c-5297fe5f826c x-compute-request-id: req-e77a50c3-1d21-4103-834c-5297fe5f826c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:54:01,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-e77a50c3-1d21-4103-834c-5297fe5f826c 2018-12-12 15:54:01,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:01,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-abc17201-e6a2-4470-8b46-78d8b6375057 Date: Wed, 12 Dec 2018 15:54:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:01,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-abc17201-e6a2-4470-8b46-78d8b6375057 2018-12-12 15:54:01,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:01,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c0043d-52a8-4324-a5af-f35b1eb391fd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:01,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-77c0043d-52a8-4324-a5af-f35b1eb391fd 2018-12-12 15:54:01,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:01,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6eabbad0-8c35-4fbc-9538-d7b9b73cbfc2 Date: Wed, 12 Dec 2018 15:54:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:01,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-6eabbad0-8c35-4fbc-9538-d7b9b73cbfc2 2018-12-12 15:54:01,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:01,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-889e2467-5c00-467e-a122-b45293d919a5 Date: Wed, 12 Dec 2018 15:54:02 GMT RESP BODY: {"ports":[]} 2018-12-12 15:54:01,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1&admin_state_up=True used request id req-889e2467-5c00-467e-a122-b45293d919a5 2018-12-12 15:54:01,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:54:01,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:02,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:54:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["IIYc8RJyTSKFZlmzXyRAXw"], "issued_at": "2018-12-12T15:54:02.000000Z"}} 2018-12-12 15:54:02,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87678e1d1b9c6a4ec2defd756dffb68d12831bb8" 2018-12-12 15:54:02,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90da4cde-8992-48af-bf57-770ea02d0d27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:02,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-90da4cde-8992-48af-bf57-770ea02d0d27 2018-12-12 15:54:02,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:02,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-fa614d27-1a8c-42ea-a941-b607b7bff331 Date: Wed, 12 Dec 2018 15:54:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:02,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-fa614d27-1a8c-42ea-a941-b607b7bff331 2018-12-12 15:54:02,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:03,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-01bcd514-10d0-4eda-818d-c3451a28edae Date: Wed, 12 Dec 2018 15:54:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:03,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-01bcd514-10d0-4eda-818d-c3451a28edae 2018-12-12 15:54:03,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:03,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-872c5ba5-b419-46ee-aab7-4702049f9014 Date: Wed, 12 Dec 2018 15:54:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:03,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-872c5ba5-b419-46ee-aab7-4702049f9014 2018-12-12 15:54:03,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:54:03,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:54: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:54:03,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87678e1d1b9c6a4ec2defd756dffb68d12831bb8" 2018-12-12 15:54:03,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9bdce47-3412-4643-85a0-59d250354938 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:03,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-d9bdce47-3412-4643-85a0-59d250354938 2018-12-12 15:54:03,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:03,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5a5270de-4c94-45ef-8c3f-3a40eea724ac Date: Wed, 12 Dec 2018 15:54:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:03,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-5a5270de-4c94-45ef-8c3f-3a40eea724ac 2018-12-12 15:54:03,726 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net 2018-12-12 15:54:03,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" -d '{"port": {"network_id": "a10415e8-adad-476d-9f06-89aaf5523c23", "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1", "admin_state_up": true}}' 2018-12-12 15:54:04,595 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-d000e983-9d8a-4104-a124-7a6219421175 Date: Wed, 12 Dec 2018 15:54:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:04Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d9:f0:63","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","project_id":"db5183f15e684f42aa14255dc18eee48","qos_policy_id":null,"admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal"}} 2018-12-12 15:54:04,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-d000e983-9d8a-4104-a124-7a6219421175 2018-12-12 15:54:04,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:04,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-50c410ab-c235-4606-8bd6-4761f95e31fb Date: Wed, 12 Dec 2018 15:54:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:04,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-50c410ab-c235-4606-8bd6-4761f95e31fb 2018-12-12 15:54:04,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:04,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-840f51f5-c908-4b48-bae3-6b6e156fada3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:04,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-840f51f5-c908-4b48-bae3-6b6e156fada3 2018-12-12 15:54:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:04,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b77514cc-9a59-4a56-8e95-a9db55978f57 Date: Wed, 12 Dec 2018 15:54:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:04,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-b77514cc-9a59-4a56-8e95-a9db55978f57 2018-12-12 15:54:05,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:05,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-e9075d73-e26c-4147-baa0-c7e880b28f3b Date: Wed, 12 Dec 2018 15:54:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:54:05,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1&admin_state_up=True used request id req-e9075d73-e26c-4147-baa0-c7e880b28f3b 2018-12-12 15:54:05,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:05,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f86ddd-473b-4d2a-b06b-5a3c10c580b9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:05,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-35f86ddd-473b-4d2a-b06b-5a3c10c580b9 2018-12-12 15:54:05,288 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-12 15:54:05,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:05,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a86eef9-827e-40a9-94d7-8f03c92f251f x-compute-request-id: req-0a86eef9-827e-40a9-94d7-8f03c92f251f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-flavor-name"}]} 2018-12-12 15:54:05,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0a86eef9-827e-40a9-94d7-8f03c92f251f 2018-12-12 15:54:05,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:05,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcc1aeda-7d8a-4e9a-8f1c-4c1a2e8def29 x-compute-request-id: req-bcc1aeda-7d8a-4e9a-8f1c-4c1a2e8def29 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:54:05,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03 used request id req-bcc1aeda-7d8a-4e9a-8f1c-4c1a2e8def29 2018-12-12 15:54:05,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:05,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-f78a90b0-cb0d-4967-b258-3dce6c322d36 Date: Wed, 12 Dec 2018 15:54:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:58Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/43a2126c-ee1a-4450-922d-7bdf429405db/snap", "metadata": {}}], "self": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db", "min_disk": 0, "protected": false, "id": "43a2126c-ee1a-4450-922d-7bdf429405db", "file": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57d0682e188044e3bd0d1fef6dfd45e2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/43a2126c-ee1a-4450-922d-7bdf429405db/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image"} 2018-12-12 15:54:05,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image used request id req-f78a90b0-cb0d-4967-b258-3dce6c322d36 2018-12-12 15:54:05,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:05,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-45255111-3838-4442-b7b2-53c642d3df58 Date: Wed, 12 Dec 2018 15:54:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:54:05,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-45255111-3838-4442-b7b2-53c642d3df58 2018-12-12 15:54:05,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" -d '{"server": {"name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "43a2126c-ee1a-4450-922d-7bdf429405db", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "0e275a76-2388-4122-809c-86ebf9ff6d03", "max_count": 1, "min_count": 1, "networks": [{"port": "91e5fb29-de72-428a-bde6-2e9f880dc592"}]}}' 2018-12-12 15:54:07,119 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3aef207c-4c05-4d7d-b847-cc0f48812552 x-compute-request-id: req-3aef207c-4c05-4d7d-b847-cc0f48812552 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2e7e174-186f-424a-80a5-a25231862f70", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "adminPass": "ahWrUZ24bRwE"}} 2018-12-12 15:54:07,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-3aef207c-4c05-4d7d-b847-cc0f48812552 2018-12-12 15:54:07,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:07,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54: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-633a39ec-d0b1-4762-ba2e-ffaef2ca1331 x-compute-request-id: req-633a39ec-d0b1-4762-ba2e-ffaef2ca1331 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.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:54:07Z", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:07,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-633a39ec-d0b1-4762-ba2e-ffaef2ca1331 2018-12-12 15:54:07,337 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-12 15:54:07,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:07,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54: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-cfe3b165-17bd-468e-8847-b26ad27969b8 x-compute-request-id: req-cfe3b165-17bd-468e-8847-b26ad27969b8 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.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:54:07Z", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:07,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-cfe3b165-17bd-468e-8847-b26ad27969b8 2018-12-12 15:54:07,611 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-12-12 15:54:07,611 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:54:10,615 - create_instance - DEBUG - VM status query timeout in 896.722944021 2018-12-12 15:54:10,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:11,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00962047-10b2-4bfb-b981-d07e4d9624a3 x-compute-request-id: req-00962047-10b2-4bfb-b981-d07e4d9624a3 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:54:09Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:11,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-00962047-10b2-4bfb-b981-d07e4d9624a3 2018-12-12 15:54:11,217 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-12-12 15:54:11,217 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:54:14,221 - create_instance - DEBUG - VM status query timeout in 893.116943121 2018-12-12 15:54:14,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:14,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-223865cd-db4f-4274-bd7a-f7b7587d802b x-compute-request-id: req-223865cd-db4f-4274-bd7a-f7b7587d802b Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:f0:63", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-12-12T15:54:12.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:13Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:14,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-223865cd-db4f-4274-bd7a-f7b7587d802b 2018-12-12 15:54:14,782 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-12-12 15:54:14,782 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:54:14,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:15,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a177e03-09e6-4c00-bbe8-fa91f2b5c81b x-compute-request-id: req-6a177e03-09e6-4c00-bbe8-fa91f2b5c81b Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:f0:63", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-12-12T15:54:12.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:13Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:15,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-6a177e03-09e6-4c00-bbe8-fa91f2b5c81b 2018-12-12 15:54:15,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:15,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-5355f170-a999-4881-8f84-ed61ef87b2ef Date: Wed, 12 Dec 2018 15:54:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:15,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-5355f170-a999-4881-8f84-ed61ef87b2ef 2018-12-12 15:54:15,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:15,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5b91c5-a601-4b69-9959-a7e943eb1587 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:15,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-ab5b91c5-a601-4b69-9959-a7e943eb1587 2018-12-12 15:54:15,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:15,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-141cf2e2-07a3-48e4-bdb1-0828664e59f2 Date: Wed, 12 Dec 2018 15:54:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:15,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-141cf2e2-07a3-48e4-bdb1-0828664e59f2 2018-12-12 15:54:15,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:15,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-4e465aef-9f75-4a4c-a8ad-637782279b8a Date: Wed, 12 Dec 2018 15:54:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.3"}],"id":"06b01cc3-f8f4-417e-bb17-985eb9ba431a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:5c:17","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.4"}],"id":"38b1a3cc-ae72-4072-8b76-30c171b8d2d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:12:6d","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":"b2e7e174-186f-424a-80a5-a25231862f70"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.2"}],"id":"cbed89a1-b62d-4276-b242-89f5c61688f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:5c:56","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a10415e8-adad-476d-9f06-89aaf5523c23"}]} 2018-12-12 15:54:15,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-4e465aef-9f75-4a4c-a8ad-637782279b8a 2018-12-12 15:54:15,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:16,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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,Accept-Encoding x-openstack-request-id: req-663ca208-5857-473b-9d4c-8181db318ca3 x-compute-request-id: req-663ca208-5857-473b-9d4c-8181db318ca3 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:f0:63", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-12-12T15:54:12.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:13Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:16,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-663ca208-5857-473b-9d4c-8181db318ca3 2018-12-12 15:54:16,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:16,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a6525756-749d-45c5-be6a-55fbfa8adda1 Date: Wed, 12 Dec 2018 15:54:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:16,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-a6525756-749d-45c5-be6a-55fbfa8adda1 2018-12-12 15:54:16,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:16,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11686f26-2d92-43fb-a178-16cfc4f54517 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:16,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-11686f26-2d92-43fb-a178-16cfc4f54517 2018-12-12 15:54:16,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:16,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e5987ec7-0967-4a3d-ae97-4d6e19053a2f Date: Wed, 12 Dec 2018 15:54:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:16,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-e5987ec7-0967-4a3d-ae97-4d6e19053a2f 2018-12-12 15:54:16,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:17,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-651099b4-8273-4ed7-9e3c-fd85f675b0dc Date: Wed, 12 Dec 2018 15:54:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.3"}],"id":"06b01cc3-f8f4-417e-bb17-985eb9ba431a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:5c:17","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.4"}],"id":"38b1a3cc-ae72-4072-8b76-30c171b8d2d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:12:6d","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":"b2e7e174-186f-424a-80a5-a25231862f70"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.2"}],"id":"cbed89a1-b62d-4276-b242-89f5c61688f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:5c:56","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a10415e8-adad-476d-9f06-89aaf5523c23"}]} 2018-12-12 15:54:17,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-651099b4-8273-4ed7-9e3c-fd85f675b0dc 2018-12-12 15:54:17,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:17,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c33ba924-47df-451d-945c-774b1d7f5bc0 x-compute-request-id: req-c33ba924-47df-451d-945c-774b1d7f5bc0 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:f0:63", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-12-12T15:54:12.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:13Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:17,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-c33ba924-47df-451d-945c-774b1d7f5bc0 2018-12-12 15:54:17,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:17,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-7816d527-95d2-4aa9-9d7b-95e2baae56df Date: Wed, 12 Dec 2018 15:54:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:17,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-7816d527-95d2-4aa9-9d7b-95e2baae56df 2018-12-12 15:54:17,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:17,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-009b779e-e069-4d41-97f5-5ce35bbb15e0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:17,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-009b779e-e069-4d41-97f5-5ce35bbb15e0 2018-12-12 15:54:17,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:17,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-01f2288a-c5ae-4cc8-843f-cb5720fdc5e8 Date: Wed, 12 Dec 2018 15:54:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:17,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-01f2288a-c5ae-4cc8-843f-cb5720fdc5e8 2018-12-12 15:54:17,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:17,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-7b10491d-bf84-47fd-ab4b-57a9955c40f9 Date: Wed, 12 Dec 2018 15:54:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.3"}],"id":"06b01cc3-f8f4-417e-bb17-985eb9ba431a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:5c:17","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.4"}],"id":"38b1a3cc-ae72-4072-8b76-30c171b8d2d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:12:6d","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":"b2e7e174-186f-424a-80a5-a25231862f70"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.2"}],"id":"cbed89a1-b62d-4276-b242-89f5c61688f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:5c:56","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a10415e8-adad-476d-9f06-89aaf5523c23"}]} 2018-12-12 15:54:17,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-7b10491d-bf84-47fd-ab4b-57a9955c40f9 2018-12-12 15:54:17,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:54:17,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:18,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:54:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["hBC_LjIUT32B-I2o8Gs9PQ"], "issued_at": "2018-12-12T15:54:18.000000Z"}} 2018-12-12 15:54:18,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:18,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e223c3-cc8c-4828-aade-02c56f35e69c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:18,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-15e223c3-cc8c-4828-aade-02c56f35e69c 2018-12-12 15:54:18,355 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:54:18,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:18,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7182c01-49fa-41b2-baef-1cb26dcd38f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:18,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f7182c01-49fa-41b2-baef-1cb26dcd38f4 2018-12-12 15:54:18,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:18,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-78990157-ea0e-4434-b5b8-8c62f15b8db9 Date: Wed, 12 Dec 2018 15:54:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:18,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-78990157-ea0e-4434-b5b8-8c62f15b8db9 2018-12-12 15:54:18,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:54:18,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:54: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:54:18,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:18,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e0021f-8f0e-4a33-a61f-128e6debbbe2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:18,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-21e0021f-8f0e-4a33-a61f-128e6debbbe2 2018-12-12 15:54:18,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:18,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-02e00499-eaaa-423d-8c40-e1d22fa37ddc Date: Wed, 12 Dec 2018 15:54:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:18,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-02e00499-eaaa-423d-8c40-e1d22fa37ddc 2018-12-12 15:54:18,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:19,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9c02ce66-47b7-48b9-9ec7-c710917112eb Date: Wed, 12 Dec 2018 15:54:19 GMT RESP BODY: {"ports":[]} 2018-12-12 15:54:19,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2&admin_state_up=True used request id req-9c02ce66-47b7-48b9-9ec7-c710917112eb 2018-12-12 15:54:19,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:19,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60c97f4c-4356-4d5e-9608-2328be5c1ecc x-compute-request-id: req-60c97f4c-4356-4d5e-9608-2328be5c1ecc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:54:19,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-60c97f4c-4356-4d5e-9608-2328be5c1ecc 2018-12-12 15:54:19,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:19,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-4b4ebbf2-997a-4435-b64e-1b65059869c4 Date: Wed, 12 Dec 2018 15:54:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:19,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-4b4ebbf2-997a-4435-b64e-1b65059869c4 2018-12-12 15:54:19,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:19,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0a40252-368a-4efd-b636-b6e5948306be Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:19,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-e0a40252-368a-4efd-b636-b6e5948306be 2018-12-12 15:54:19,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:19,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-97f532a0-e98d-458d-9138-8dc815c1a970 Date: Wed, 12 Dec 2018 15:54:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:19,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-97f532a0-e98d-458d-9138-8dc815c1a970 2018-12-12 15:54:19,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:20,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dd4b8217-f06a-41a6-a4c6-a0ba22ddb544 Date: Wed, 12 Dec 2018 15:54:20 GMT RESP BODY: {"ports":[]} 2018-12-12 15:54:20,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2&admin_state_up=True used request id req-dd4b8217-f06a-41a6-a4c6-a0ba22ddb544 2018-12-12 15:54:20,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:54:20,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:20,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["iOW_3ggtRCehTV3ZjeeJlw"], "issued_at": "2018-12-12T15:54:20.000000Z"}} 2018-12-12 15:54:20,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}104b9691a05df12b92bcd64b58b33921b048dcb3" 2018-12-12 15:54:20,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85004cf7-92cf-4678-b589-18511aa328dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:20,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-85004cf7-92cf-4678-b589-18511aa328dc 2018-12-12 15:54:20,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:20,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-ab26b323-f4b4-47f9-bc8b-f84ab668af7e Date: Wed, 12 Dec 2018 15:54:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:20,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-ab26b323-f4b4-47f9-bc8b-f84ab668af7e 2018-12-12 15:54:20,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:21,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-66c63bb9-2be9-4733-925f-2fe6b7280ec1 Date: Wed, 12 Dec 2018 15:54:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:21,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-66c63bb9-2be9-4733-925f-2fe6b7280ec1 2018-12-12 15:54:21,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:21,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-145eea45-715a-4aa0-9475-d9dd1f361d51 Date: Wed, 12 Dec 2018 15:54:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:21,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-145eea45-715a-4aa0-9475-d9dd1f361d51 2018-12-12 15:54:21,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:54:21,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:54:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:54:21,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}104b9691a05df12b92bcd64b58b33921b048dcb3" 2018-12-12 15:54:21,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03ff2a99-66e4-4a54-bd88-227db28a886d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:21,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-03ff2a99-66e4-4a54-bd88-227db28a886d 2018-12-12 15:54:21,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:21,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2fd776f1-5239-48e1-a7dd-36bfa5a35918 Date: Wed, 12 Dec 2018 15:54:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:21,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-2fd776f1-5239-48e1-a7dd-36bfa5a35918 2018-12-12 15:54:21,568 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net 2018-12-12 15:54:21,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" -d '{"port": {"network_id": "a10415e8-adad-476d-9f06-89aaf5523c23", "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2", "admin_state_up": true}}' 2018-12-12 15:54:22,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-d79cbaa4-8007-4581-bb90-50a58704ef75 Date: Wed, 12 Dec 2018 15:54:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:21Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.10"}],"id":"69901783-efe8-4890-90a4-4ca66c42fd63","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:db:5c","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2","project_id":"db5183f15e684f42aa14255dc18eee48","qos_policy_id":null,"admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:21Z","binding:vnic_type":"normal"}} 2018-12-12 15:54:22,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-d79cbaa4-8007-4581-bb90-50a58704ef75 2018-12-12 15:54:22,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:22,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-f7f1d3c5-6b6d-44fa-a80a-c02b5c9a0462 Date: Wed, 12 Dec 2018 15:54:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:22,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-f7f1d3c5-6b6d-44fa-a80a-c02b5c9a0462 2018-12-12 15:54:22,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:22,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8733e772-251a-4c06-a00b-94e422e529f9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:22,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-8733e772-251a-4c06-a00b-94e422e529f9 2018-12-12 15:54:22,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:22,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-0ab7a21c-0292-49f8-b8d6-3b07ccf165a1 Date: Wed, 12 Dec 2018 15:54:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:22,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-0ab7a21c-0292-49f8-b8d6-3b07ccf165a1 2018-12-12 15:54:22,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:22,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-8973b3fc-89e9-4f76-81b6-e1ec35fd2583 Date: Wed, 12 Dec 2018 15:54:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.10"}],"id":"69901783-efe8-4890-90a4-4ca66c42fd63","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:db:5c","project_id":"db5183f15e684f42aa14255dc18eee48","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:21Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:54:22,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2&admin_state_up=True used request id req-8973b3fc-89e9-4f76-81b6-e1ec35fd2583 2018-12-12 15:54:22,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:22,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b733df23-8a01-4999-9ce3-3db6825e9e10 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:22,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-b733df23-8a01-4999-9ce3-3db6825e9e10 2018-12-12 15:54:22,970 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-12 15:54:22,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:22,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54: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-87849f40-0773-4772-9e1d-466a2f489eb2 x-compute-request-id: req-87849f40-0773-4772-9e1d-466a2f489eb2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-flavor-name"}]} 2018-12-12 15:54:22,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-87849f40-0773-4772-9e1d-466a2f489eb2 2018-12-12 15:54:23,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:23,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a167de8e-19b3-45a2-857a-f7d7fcad7d69 x-compute-request-id: req-a167de8e-19b3-45a2-857a-f7d7fcad7d69 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:54:23,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03 used request id req-a167de8e-19b3-45a2-857a-f7d7fcad7d69 2018-12-12 15:54:23,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:23,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-c94515b4-3d55-4f63-8fea-e12c94fa7e49 Date: Wed, 12 Dec 2018 15:54:23 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:53:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:53:58Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/43a2126c-ee1a-4450-922d-7bdf429405db/snap", "metadata": {}}], "self": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db", "min_disk": 0, "protected": false, "id": "43a2126c-ee1a-4450-922d-7bdf429405db", "file": "/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57d0682e188044e3bd0d1fef6dfd45e2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/43a2126c-ee1a-4450-922d-7bdf429405db/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image"} 2018-12-12 15:54:23,205 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image used request id req-c94515b4-3d55-4f63-8fea-e12c94fa7e49 2018-12-12 15:54:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:23,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-47d8e560-17f4-4a53-a087-92b5a013dcf3 Date: Wed, 12 Dec 2018 15:54:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:54:23,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-47d8e560-17f4-4a53-a087-92b5a013dcf3 2018-12-12 15:54:23,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" -d '{"server": {"name": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "43a2126c-ee1a-4450-922d-7bdf429405db", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "0e275a76-2388-4122-809c-86ebf9ff6d03", "max_count": 1, "min_count": 1, "networks": [{"port": "69901783-efe8-4890-90a4-4ca66c42fd63"}]}}' 2018-12-12 15:54:24,634 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:54:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f35055d-f728-4c96-9504-bc1c215d05cf x-compute-request-id: req-9f35055d-f728-4c96-9504-bc1c215d05cf Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "adminPass": "nQVVkcQP4yjM"}} 2018-12-12 15:54:24,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-9f35055d-f728-4c96-9504-bc1c215d05cf 2018-12-12 15:54:24,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:24,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbc8d7ec-b112-4e40-b951-9b6bb09b914b x-compute-request-id: req-dbc8d7ec-b112-4e40-b951-9b6bb09b914b 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.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:54: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": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:24,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-dbc8d7ec-b112-4e40-b951-9b6bb09b914b 2018-12-12 15:54:24,855 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-12 15:54:24,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:25,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc1430ef-7d99-4c2e-9400-bf4af00f2f30 x-compute-request-id: req-bc1430ef-7d99-4c2e-9400-bf4af00f2f30 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.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:54: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": "CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:25,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-bc1430ef-7d99-4c2e-9400-bf4af00f2f30 2018-12-12 15:54:25,325 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-12-12 15:54:25,325 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:54:28,328 - create_instance - DEBUG - VM status query timeout in 896.527005196 2018-12-12 15:54:28,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:28,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36b811b6-ecaa-4754-907c-eeb574c8c453 x-compute-request-id: req-36b811b6-ecaa-4754-907c-eeb574c8c453 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:54:26Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:28,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-36b811b6-ecaa-4754-907c-eeb574c8c453 2018-12-12 15:54:28,710 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-12-12 15:54:28,710 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:54:31,713 - create_instance - DEBUG - VM status query timeout in 893.141816139 2018-12-12 15:54:31,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:32,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d369c48-1545-43bb-a1ef-f7259e47c858 x-compute-request-id: req-3d369c48-1545-43bb-a1ef-f7259e47c858 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:db:5c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-12-12T15:54:30.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:30Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:32,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-3d369c48-1545-43bb-a1ef-f7259e47c858 2018-12-12 15:54:32,163 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-12-12 15:54:32,164 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:54:32,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:32,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c48b4d0d-26ec-4255-9235-6b34d18f9032 x-compute-request-id: req-c48b4d0d-26ec-4255-9235-6b34d18f9032 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:db:5c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-12-12T15:54:30.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:30Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:32,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-c48b4d0d-26ec-4255-9235-6b34d18f9032 2018-12-12 15:54:32,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:33,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-5030e0ba-c4f7-432e-8740-33ff62b02c5d Date: Wed, 12 Dec 2018 15:54:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:33,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-5030e0ba-c4f7-432e-8740-33ff62b02c5d 2018-12-12 15:54:33,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:33,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24eba87f-874a-4a42-a089-ed0b87edd827 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:33,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-24eba87f-874a-4a42-a089-ed0b87edd827 2018-12-12 15:54:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:33,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e9757928-8cc9-4efb-82d8-516b925152ee Date: Wed, 12 Dec 2018 15:54:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:33,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-e9757928-8cc9-4efb-82d8-516b925152ee 2018-12-12 15:54:33,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:33,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-6d87e349-9226-40f2-9c2c-96b37dca15a4 Date: Wed, 12 Dec 2018 15:54:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.3"}],"id":"06b01cc3-f8f4-417e-bb17-985eb9ba431a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:5c:17","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.4"}],"id":"38b1a3cc-ae72-4072-8b76-30c171b8d2d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:12:6d","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.10"}],"id":"69901783-efe8-4890-90a4-4ca66c42fd63","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:db:5c","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:21Z","binding:vnic_type":"normal","device_id":"1fb36625-c02d-4f2c-8fd2-78e7cde49bc6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":"b2e7e174-186f-424a-80a5-a25231862f70"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.2"}],"id":"cbed89a1-b62d-4276-b242-89f5c61688f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:5c:56","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a10415e8-adad-476d-9f06-89aaf5523c23"}]} 2018-12-12 15:54:33,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-6d87e349-9226-40f2-9c2c-96b37dca15a4 2018-12-12 15:54:33,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:33,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eeec26be-f669-411f-8748-4127e5f14dd1 x-compute-request-id: req-eeec26be-f669-411f-8748-4127e5f14dd1 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:db:5c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-12-12T15:54:30.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:30Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:33,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-eeec26be-f669-411f-8748-4127e5f14dd1 2018-12-12 15:54:33,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:34,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-496076ec-e687-4c76-8389-ff23325d699c Date: Wed, 12 Dec 2018 15:54:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:34,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-496076ec-e687-4c76-8389-ff23325d699c 2018-12-12 15:54:34,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:34,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c78a7808-1d6a-4e8f-a2aa-479cfef978c7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:34,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-c78a7808-1d6a-4e8f-a2aa-479cfef978c7 2018-12-12 15:54:34,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:34,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-8c30dd89-a42c-47d0-b2e0-5a6781b8967b Date: Wed, 12 Dec 2018 15:54:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:34,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-8c30dd89-a42c-47d0-b2e0-5a6781b8967b 2018-12-12 15:54:34,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:34,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-5076b947-561f-4eac-aad1-86870a4544a6 Date: Wed, 12 Dec 2018 15:54:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.3"}],"id":"06b01cc3-f8f4-417e-bb17-985eb9ba431a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:5c:17","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.4"}],"id":"38b1a3cc-ae72-4072-8b76-30c171b8d2d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:12:6d","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.10"}],"id":"69901783-efe8-4890-90a4-4ca66c42fd63","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:db:5c","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:21Z","binding:vnic_type":"normal","device_id":"1fb36625-c02d-4f2c-8fd2-78e7cde49bc6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":"b2e7e174-186f-424a-80a5-a25231862f70"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.2"}],"id":"cbed89a1-b62d-4276-b242-89f5c61688f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:5c:56","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a10415e8-adad-476d-9f06-89aaf5523c23"}]} 2018-12-12 15:54:34,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-5076b947-561f-4eac-aad1-86870a4544a6 2018-12-12 15:54:34,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:35,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2eebf2fd-7d3f-4b09-8444-5f8ad171b12e x-compute-request-id: req-2eebf2fd-7d3f-4b09-8444-5f8ad171b12e Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:db:5c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-12-12T15:54:30.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:30Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:35,290 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-2eebf2fd-7d3f-4b09-8444-5f8ad171b12e 2018-12-12 15:54:35,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:35,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-4776b3b2-a0de-4de2-99f7-13690ff3d866 Date: Wed, 12 Dec 2018 15:54:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:35,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-4776b3b2-a0de-4de2-99f7-13690ff3d866 2018-12-12 15:54:35,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:35,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d71d66c-d551-46a0-b08f-9a6b6307509c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:35,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-9d71d66c-d551-46a0-b08f-9a6b6307509c 2018-12-12 15:54:35,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:35,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-68b838eb-7471-4560-867d-cb441cc45961 Date: Wed, 12 Dec 2018 15:54:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:35,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-68b838eb-7471-4560-867d-cb441cc45961 2018-12-12 15:54:35,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:35,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-028b4b89-edfe-4a7e-81ec-c2ee09a03892 Date: Wed, 12 Dec 2018 15:54:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.3"}],"id":"06b01cc3-f8f4-417e-bb17-985eb9ba431a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:5c:17","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.4"}],"id":"38b1a3cc-ae72-4072-8b76-30c171b8d2d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:12:6d","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.10"}],"id":"69901783-efe8-4890-90a4-4ca66c42fd63","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:db:5c","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:21Z","binding:vnic_type":"normal","device_id":"1fb36625-c02d-4f2c-8fd2-78e7cde49bc6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":"b2e7e174-186f-424a-80a5-a25231862f70"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.2"}],"id":"cbed89a1-b62d-4276-b242-89f5c61688f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:5c:56","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a10415e8-adad-476d-9f06-89aaf5523c23"}]} 2018-12-12 15:54:35,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-028b4b89-edfe-4a7e-81ec-c2ee09a03892 2018-12-12 15:54:35,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:36,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d41ba6b-ccc0-4a7f-a54d-c5d7291469ea x-compute-request-id: req-2d41ba6b-ccc0-4a7f-a54d-c5d7291469ea Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:f0:63", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-12-12T15:54:12.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:13Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:36,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-2d41ba6b-ccc0-4a7f-a54d-c5d7291469ea 2018-12-12 15:54:36,603 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-12-12 15:54:36,603 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:54:36,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:37,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb3d6247-0f92-42af-8f86-8b3053973cc3 x-compute-request-id: req-bb3d6247-0f92-42af-8f86-8b3053973cc3 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:f0:63", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-12-12T15:54:12.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:13Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:37,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-bb3d6247-0f92-42af-8f86-8b3053973cc3 2018-12-12 15:54:37,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:37,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3164d490-7871-4355-a089-441bae6059b9 Date: Wed, 12 Dec 2018 15:54:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:37,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-3164d490-7871-4355-a089-441bae6059b9 2018-12-12 15:54:37,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:37,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8796394-2bd4-4aad-a523-cb680b7f1fb4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:37,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-e8796394-2bd4-4aad-a523-cb680b7f1fb4 2018-12-12 15:54:37,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:37,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-ca4635ff-5adc-4a18-b4b3-b323934bb85c Date: Wed, 12 Dec 2018 15:54:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:37,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-ca4635ff-5adc-4a18-b4b3-b323934bb85c 2018-12-12 15:54:37,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:37,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-ac27085b-26b7-4c2e-8862-f7304d851584 Date: Wed, 12 Dec 2018 15:54:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.3"}],"id":"06b01cc3-f8f4-417e-bb17-985eb9ba431a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:5c:17","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.4"}],"id":"38b1a3cc-ae72-4072-8b76-30c171b8d2d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:12:6d","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.10"}],"id":"69901783-efe8-4890-90a4-4ca66c42fd63","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:db:5c","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:21Z","binding:vnic_type":"normal","device_id":"1fb36625-c02d-4f2c-8fd2-78e7cde49bc6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":"b2e7e174-186f-424a-80a5-a25231862f70"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.2"}],"id":"cbed89a1-b62d-4276-b242-89f5c61688f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:5c:56","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a10415e8-adad-476d-9f06-89aaf5523c23"}]} 2018-12-12 15:54:37,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-ac27085b-26b7-4c2e-8862-f7304d851584 2018-12-12 15:54:37,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:38,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92e2f382-9f74-428c-85f2-e559dbb0de7a x-compute-request-id: req-92e2f382-9f74-428c-85f2-e559dbb0de7a Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:f0:63", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-12-12T15:54:12.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:13Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:38,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-92e2f382-9f74-428c-85f2-e559dbb0de7a 2018-12-12 15:54:38,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:38,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c9d39b2-ed18-4540-bf34-397a03113c92 x-compute-request-id: req-3c9d39b2-ed18-4540-bf34-397a03113c92 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:db:5c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-12-12T15:54:30.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:30Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:38,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-3c9d39b2-ed18-4540-bf34-397a03113c92 2018-12-12 15:54:38,693 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-12-12 15:54:38,693 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:54:38,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:39,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-939131c5-bd0a-40a1-a297-57b715e07269 x-compute-request-id: req-939131c5-bd0a-40a1-a297-57b715e07269 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:db:5c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-12-12T15:54:30.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:30Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:39,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-939131c5-bd0a-40a1-a297-57b715e07269 2018-12-12 15:54:39,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:39,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-bea7e7e2-1d7b-4d71-8c96-094923304ec7 Date: Wed, 12 Dec 2018 15:54:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a10415e8-adad-476d-9f06-89aaf5523c23","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","subnets":["2bca3895-da79-407a-b9d8-60909501ce5b"],"description":"","tags":[],"updated_at":"2018-12-12T15:53:55Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net","admin_state_up":true,"tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:53Z","provider:network_type":"vxlan"}]} 2018-12-12 15:54:39,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net used request id req-bea7e7e2-1d7b-4d71-8c96-094923304ec7 2018-12-12 15:54:39,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:39,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d8be920-feaf-4e48-ac29-7b328ed144a4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:39,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-8d8be920-feaf-4e48-ac29-7b328ed144a4 2018-12-12 15:54:39,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:39,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e7f65754-8847-4904-9247-7277fb3b801b Date: Wed, 12 Dec 2018 15:54:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","dns_nameservers":[],"updated_at":"2018-12-12T15:53: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":"db5183f15e684f42aa14255dc18eee48","id":"2bca3895-da79-407a-b9d8-60909501ce5b","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet"}]} 2018-12-12 15:54:39,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-e7f65754-8847-4904-9247-7277fb3b801b 2018-12-12 15:54:39,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:39,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-139f645b-544f-4700-a1c0-1e9168c98643 Date: Wed, 12 Dec 2018 15:54:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.3"}],"id":"06b01cc3-f8f4-417e-bb17-985eb9ba431a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:5c:17","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.4"}],"id":"38b1a3cc-ae72-4072-8b76-30c171b8d2d8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:12:6d","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a10415e8-adad-476d-9f06-89aaf5523c23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.10"}],"id":"69901783-efe8-4890-90a4-4ca66c42fd63","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:db:5c","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:21Z","binding:vnic_type":"normal","device_id":"1fb36625-c02d-4f2c-8fd2-78e7cde49bc6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.12"}],"id":"91e5fb29-de72-428a-bde6-2e9f880dc592","security_groups":["e27f6cab-bc05-429d-a00d-0fdd6264007f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:f0:63","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:54:04Z","binding:vnic_type":"normal","device_id":"b2e7e174-186f-424a-80a5-a25231862f70"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:53:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bca3895-da79-407a-b9d8-60909501ce5b","ip_address":"10.55.0.2"}],"id":"cbed89a1-b62d-4276-b242-89f5c61688f8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:5c:56","project_id":"db5183f15e684f42aa14255dc18eee48","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a10415e8-adad-476d-9f06-89aaf5523c23","tenant_id":"db5183f15e684f42aa14255dc18eee48","created_at":"2018-12-12T15:53:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a10415e8-adad-476d-9f06-89aaf5523c23"}]} 2018-12-12 15:54:39,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-139f645b-544f-4700-a1c0-1e9168c98643 2018-12-12 15:54:39,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:40,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e6045fb-dd2e-4658-a01a-9439c228a316 x-compute-request-id: req-1e6045fb-dd2e-4658-a01a-9439c228a316 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:db:5c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-12-12T15:54:30.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "security_groups": [{"name": "default"}], "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:30Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:40,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-1e6045fb-dd2e-4658-a01a-9439c228a316 2018-12-12 15:54:40,030 - create_instance - INFO - Deleting Port with ID - 91e5fb29-de72-428a-bde6-2e9f880dc592 2018-12-12 15:54:40,031 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-1 2018-12-12 15:54:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/91e5fb29-de72-428a-bde6-2e9f880dc592 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:40,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21954f6f-c56e-47c2-95e8-9ca34aaa67c8 Date: Wed, 12 Dec 2018 15:54:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:54:40,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/91e5fb29-de72-428a-bde6-2e9f880dc592 used request id req-21954f6f-c56e-47c2-95e8-9ca34aaa67c8 2018-12-12 15:54:40,463 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-12 15:54:40,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:40,622 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:54:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-042acc6c-9fb6-4fd6-951c-cd0df9ce3381 x-compute-request-id: req-042acc6c-9fb6-4fd6-951c-cd0df9ce3381 Content-Type: application/json 2018-12-12 15:54:40,622 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-042acc6c-9fb6-4fd6-951c-cd0df9ce3381 2018-12-12 15:54:40,623 - create_instance - INFO - Checking deletion status 2018-12-12 15:54:40,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:40,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e6631d0-e84a-45f2-9266-bf42cf2dc280 x-compute-request-id: req-1e6631d0-e84a-45f2-9266-bf42cf2dc280 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.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2e7e174-186f-424a-80a5-a25231862f70", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-12-12T15:54:12.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "b2e7e174-186f-424a-80a5-a25231862f70", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:40Z", "hostId": "fac5a1214122a3a9e62c93bf861692b1435a6af7f08c5e187c36530e", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-12-12T15:54:07Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:40,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-1e6631d0-e84a-45f2-9266-bf42cf2dc280 2018-12-12 15:54:40,877 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-12-12 15:54:40,878 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:54:43,881 - create_instance - DEBUG - VM status query timeout in 296.741853952 2018-12-12 15:54:43,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8198d62f7ef0afc70e501e33f41101187c486dbc" 2018-12-12 15:54:43,934 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:54:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00d23815-0ed6-47eb-93d9-0a7c09b4c0ff x-compute-request-id: req-00d23815-0ed6-47eb-93d9-0a7c09b4c0ff Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b2e7e174-186f-424a-80a5-a25231862f70 could not be found.", "code": 404}} 2018-12-12 15:54:43,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2e7e174-186f-424a-80a5-a25231862f70 used request id req-00d23815-0ed6-47eb-93d9-0a7c09b4c0ff 2018-12-12 15:54:43,935 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b2e7e174-186f-424a-80a5-a25231862f70 could not be found. (HTTP 404) (Request-ID: req-00d23815-0ed6-47eb-93d9-0a7c09b4c0ff) 2018-12-12 15:54:43,935 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-12 15:54:43,936 - create_instance - INFO - Deleting Port with ID - 69901783-efe8-4890-90a4-4ca66c42fd63 2018-12-12 15:54:43,936 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787deadport-2 2018-12-12 15:54:43,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/69901783-efe8-4890-90a4-4ca66c42fd63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:44,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8a648ba-1822-4d86-922e-f227e7887400 Date: Wed, 12 Dec 2018 15:54:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:54:44,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/69901783-efe8-4890-90a4-4ca66c42fd63 used request id req-d8a648ba-1822-4d86-922e-f227e7887400 2018-12-12 15:54:44,361 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-12 15:54:44,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:44,527 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9bf7d1b5-2119-4cde-a073-17d82e31a228 x-compute-request-id: req-9bf7d1b5-2119-4cde-a073-17d82e31a228 Content-Type: application/json 2018-12-12 15:54:44,527 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-9bf7d1b5-2119-4cde-a073-17d82e31a228 2018-12-12 15:54:44,527 - create_instance - INFO - Checking deletion status 2018-12-12 15:54:44,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:44,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-067236bc-20f3-431e-a820-ebc4050c920c x-compute-request-id: req-067236bc-20f3-431e-a820-ebc4050c920c Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:db:5c", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "rel": "bookmark"}], "image": {"id": "43a2126c-ee1a-4450-922d-7bdf429405db", "links": [{"href": "http://172.30.9.29:8774/images/43a2126c-ee1a-4450-922d-7bdf429405db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-12-12T15:54:30.000000", "flavor": {"id": "0e275a76-2388-4122-809c-86ebf9ff6d03", "links": [{"href": "http://172.30.9.29:8774/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03", "rel": "bookmark"}]}, "id": "1fb36625-c02d-4f2c-8fd2-78e7cde49bc6", "user_id": "d53d406b9f314bac95b0decdd24d9b12", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:54:44Z", "hostId": "2fecffd8b571f817ef71ee4cb2ce3620d6d17c31c04ff375e2b89b61", "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-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-12-12T15:54:24Z", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:54:44,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-067236bc-20f3-431e-a820-ebc4050c920c 2018-12-12 15:54:44,780 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-12-12 15:54:44,780 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:54:47,783 - create_instance - DEBUG - VM status query timeout in 296.744610071 2018-12-12 15:54:47,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a45c1da512f47eb73513adf9a4d1137964df55" 2018-12-12 15:54:47,836 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:54:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c68a87e-4b9e-40ed-a149-732c4201c629 x-compute-request-id: req-0c68a87e-4b9e-40ed-a149-732c4201c629 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 could not be found.", "code": 404}} 2018-12-12 15:54:47,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 used request id req-0c68a87e-4b9e-40ed-a149-732c4201c629 2018-12-12 15:54:47,837 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1fb36625-c02d-4f2c-8fd2-78e7cde49bc6 could not be found. (HTTP 404) (Request-ID: req-0c68a87e-4b9e-40ed-a149-732c4201c629) 2018-12-12 15:54:47,837 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-12 15:54:47,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fee35435c971dcbd26fce29c7fb58f5f272c100" 2018-12-12 15:54:47,917 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:54:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df50aec6-fe7c-4805-8ace-5ef61a8a3b1d x-compute-request-id: req-df50aec6-fe7c-4805-8ace-5ef61a8a3b1d Content-Length: 0 Content-Type: application/json 2018-12-12 15:54:47,917 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/0e275a76-2388-4122-809c-86ebf9ff6d03 used request id req-df50aec6-fe7c-4805-8ace-5ef61a8a3b1d 2018-12-12 15:54:47,918 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet 2018-12-12 15:54:47,918 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-subnet 2018-12-12 15:54:47,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/2bca3895-da79-407a-b9d8-60909501ce5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" 2018-12-12 15:54:49,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-adc2863a-0b43-4018-a479-50031db36c2a Date: Wed, 12 Dec 2018 15:54:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:54:49,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2bca3895-da79-407a-b9d8-60909501ce5b used request id req-adc2863a-0b43-4018-a479-50031db36c2a 2018-12-12 15:54:49,985 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-priv-net 2018-12-12 15:54:49,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/a10415e8-adad-476d-9f06-89aaf5523c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b5df566c937bd73a4560a8e62e564bb1f8545e0" 2018-12-12 15:54:51,235 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-98478f9b-9f57-471e-b08c-44e9715220b4 Date: Wed, 12 Dec 2018 15:54:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:54:51,235 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/a10415e8-adad-476d-9f06-89aaf5523c23 used request id req-98478f9b-9f57-471e-b08c-44e9715220b4 2018-12-12 15:54:51,236 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-85affdfc-f5ee-49ea-8082-821c3787dead-image 2018-12-12 15:54:51,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f424af5202dc4816ec87adba07aef67421aef9a4" 2018-12-12 15:54:52,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-adf022af-33ca-4f47-a14f-8eac1d1cccaa Date: Wed, 12 Dec 2018 15:54:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:54:52,339 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/43a2126c-ee1a-4450-922d-7bdf429405db used request id req-adf022af-33ca-4f47-a14f-8eac1d1cccaa 2018-12-12 15:54:52,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:54:52,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-aac73e17-e314-432e-be0e-83a81f1fe1b9 Date: Wed, 12 Dec 2018 15:54:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:54:52,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-aac73e17-e314-432e-be0e-83a81f1fe1b9 2018-12-12 15:54:52,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:54:52,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a59252ef-5f8c-4e72-9d7a-6a96abc61875 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 15:54:52,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-a59252ef-5f8c-4e72-9d7a-6a96abc61875 2018-12-12 15:54:52,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:54:52,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1209d5f7-02f8-456d-a5ea-13fc9fc88588 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 15:54:52,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-1209d5f7-02f8-456d-a5ea-13fc9fc88588 2018-12-12 15:54:52,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:54:52,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2fa1925-0e96-4b58-9d9d-aca3122cb5c2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 15:54:52,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-e2fa1925-0e96-4b58-9d9d-aca3122cb5c2 2018-12-12 15:54:52,825 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj 2018-12-12 15:54:52,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/57d0682e188044e3bd0d1fef6dfd45e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:54:53,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1476d1b-23c6-4a0e-adef-e3733d1b108a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:54:53,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/57d0682e188044e3bd0d1fef6dfd45e2 used request id req-e1476d1b-23c6-4a0e-adef-e3733d1b108a 2018-12-12 15:54:53,169 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-de29d2ea-bb26-485-proj-role 2018-12-12 15:54:53,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8491d1c8080a43f08e8f358eee66a374 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:54:53,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c5f807e-16c6-433a-91ec-6e07cb47283d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:54:53,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8491d1c8080a43f08e8f358eee66a374 used request id req-9c5f807e-16c6-433a-91ec-6e07cb47283d 2018-12-12 15:54:53,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}312c51a8d47820bf1eed015f1a2056c8aacc641f" 2018-12-12 15:54:53,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd1b5223-b3ff-4cc6-a9df-9dd5f3953897 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:54:53,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dd1b5223-b3ff-4cc6-a9df-9dd5f3953897 2018-12-12 15:54:53,367 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-de29d2ea-bb26-485-user 2018-12-12 15:54:53,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/73c79087982a4a8e8d0bd9b9e97abcac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a24f30b57fcdbb8fe5f6aa71c8b99b93df0123b" 2018-12-12 15:54:53,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1064126a-56e6-4e8d-86cd-ade3f675b5f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:54:53,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/73c79087982a4a8e8d0bd9b9e97abcac used request id req-1064126a-56e6-4e8d-86cd-ade3f675b5f4 2018-12-12 15:54:53,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:53,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["-sHjOkoPSt2MR3Z5fq2tng"], "issued_at": "2018-12-12T15:54:53.000000Z"}} 2018-12-12 15:54:53,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f46095dab1a4fa86d1ac578c3669c52da9a2c12" 2018-12-12 15:54:54,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a5a0da-5701-41cd-9574-5593feb6a1a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:54,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-01a5a0da-5701-41cd-9574-5593feb6a1a2 2018-12-12 15:54:54,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:54:54,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:54,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:54:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["mrZRvEwySS-s8mjDL0s6bQ"], "issued_at": "2018-12-12T15:54:54.000000Z"}} 2018-12-12 15:54:54,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:54:54,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c9cb1c4-164d-4359-98bf-a4e6855793bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:54,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0c9cb1c4-164d-4359-98bf-a4e6855793bb 2018-12-12 15:54:54,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:54:54,555 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:54:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:54:54,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:54:54,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647e12ef-760b-4aad-ab7a-71badc5d05de Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:54:54,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj used request id req-647e12ef-760b-4aad-ab7a-71badc5d05de 2018-12-12 15:54:54,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:54:54,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-582b0e2e-5a98-47a1-be4b-5d4f0136811c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:54:54,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-582b0e2e-5a98-47a1-be4b-5d4f0136811c 2018-12-12 15:54:54,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}}' 2018-12-12 15:54:54,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:54:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-513b314d-45ec-464e-ac80-769efb4dbc36 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}} 2018-12-12 15:54:54,879 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-513b314d-45ec-464e-ac80-769efb4dbc36 2018-12-12 15:54:54,879 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj 2018-12-12 15:54:54,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:54:54,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:55,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:54:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0Lw5a_YBTAaLA_J3KOhPPw"], "issued_at": "2018-12-12T15:54:55.000000Z"}} 2018-12-12 15:54:55,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc7eba085cfb02b777f86560f462ff4828f79c0" 2018-12-12 15:54:55,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3cb15d4-2d6d-4fb9-84ad-5dbb1c8f7155 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:55,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b3cb15d4-2d6d-4fb9-84ad-5dbb1c8f7155 2018-12-12 15:54:55,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:54:55,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:54:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:54:55,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc7eba085cfb02b777f86560f462ff4828f79c0" 2018-12-12 15:54:55,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa38a75-5f33-4f9f-8acb-9d51d85b6345 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:54:55,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9aa38a75-5f33-4f9f-8acb-9d51d85b6345 2018-12-12 15:54:55,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc7eba085cfb02b777f86560f462ff4828f79c0" 2018-12-12 15:54:55,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8cfdff0-fb76-46e3-ab8e-d07ab9603f46 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}]} 2018-12-12 15:54:55,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj used request id req-b8cfdff0-fb76-46e3-ab8e-d07ab9603f46 2018-12-12 15:54:55,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc7eba085cfb02b777f86560f462ff4828f79c0" 2018-12-12 15:54:55,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0531a8ba-b194-4681-ad03-c6689de47a75 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:54:55,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0531a8ba-b194-4681-ad03-c6689de47a75 2018-12-12 15:54:56,418 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-9f684198-28a1-4d7-user 2018-12-12 15:54:56,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:54:56,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:54:56,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3731d11f-e6d3-4aa3-8c80-4fa774dc6ab4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:54:56,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3731d11f-e6d3-4aa3-8c80-4fa774dc6ab4 2018-12-12 15:54:56,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" -d '{"role": {"name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role"}}' 2018-12-12 15:54:56,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:54:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5734cf9-5971-455e-a499-e496279a0639 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b8fb592e3dd14bcb8788dc44a616528a", "links": {"self": "http://172.30.9.29:5000/v3/roles/b8fb592e3dd14bcb8788dc44a616528a"}, "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role"}} 2018-12-12 15:54:56,645 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d5734cf9-5971-455e-a499-e496279a0639 2018-12-12 15:54:56,645 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role 2018-12-12 15:54:56,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b8fb592e3dd14bcb8788dc44a616528a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:54:56,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5395dd4-b298-4161-9999-b2fbe1145bef Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b8fb592e3dd14bcb8788dc44a616528a"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role", "id": "b8fb592e3dd14bcb8788dc44a616528a"}} 2018-12-12 15:54:56,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b8fb592e3dd14bcb8788dc44a616528a used request id req-f5395dd4-b298-4161-9999-b2fbe1145bef 2018-12-12 15:54:56,742 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role to project CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj 2018-12-12 15:54:56,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30/users/d308283cb4334c6fa4180ec9214cb9c8/roles/b8fb592e3dd14bcb8788dc44a616528a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:54:56,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:54:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a1ea0f5-db3d-477b-b9c3-789f66a541b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:54:56,863 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30/users/d308283cb4334c6fa4180ec9214cb9c8/roles/b8fb592e3dd14bcb8788dc44a616528a used request id req-4a1ea0f5-db3d-477b-b9c3-789f66a541b7 2018-12-12 15:54:56,863 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:54:56,865 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:54:56,865 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-12-12 15:54:56,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:54:56,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:57,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8fb592e3dd14bcb8788dc44a616528a", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role"}], "expires_at": "2018-12-12T16:54:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db0435085c7145869711f1c748902a30", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-user", "id": "d308283cb4334c6fa4180ec9214cb9c8"}, "audit_ids": ["HINKOHaJSXSEQH9xAn9soQ"], "issued_at": "2018-12-12T15:54:57.000000Z"}} 2018-12-12 15:54:57,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" 2018-12-12 15:54:57,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d34964-9d6c-4f4b-a92c-f352b02e8060 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:54:57,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-98d34964-9d6c-4f4b-a92c-f352b02e8060 2018-12-12 15:54:57,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" 2018-12-12 15:54:57,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-9954b5f5-2be8-4ec2-8c97-7c11fd39ea52 Date: Wed, 12 Dec 2018 15:54:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4"} 2018-12-12 15:54:57,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4 used request id req-9954b5f5-2be8-4ec2-8c97-7c11fd39ea52 2018-12-12 15:54:57,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" 2018-12-12 15:54:57,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fb177622-a17a-4760-ba61-0558ced096af Date: Wed, 12 Dec 2018 15:54:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:54:57,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fb177622-a17a-4760-ba61-0558ced096af 2018-12-12 15:54:57,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4"}' 2018-12-12 15:54:57,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31 X-Openstack-Request-Id: req-ae123355-deaa-49dc-9d0c-a0bed0a342ce Date: Wed, 12 Dec 2018 15:54:57 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:54:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:54:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "min_disk": 0, "protected": false, "id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "file": "/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/file", "checksum": null, "owner": "db0435085c7145869711f1c748902a30", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:54:57,892 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ae123355-deaa-49dc-9d0c-a0bed0a342ce 2018-12-12 15:54:57,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" -d '' 2018-12-12 15:54:59,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4fc5938-882a-4064-b099-882d8f7882cd Date: Wed, 12 Dec 2018 15:54:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:54:59,069 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/file used request id req-c4fc5938-882a-4064-b099-882d8f7882cd 2018-12-12 15:54:59,070 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:54:59,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" 2018-12-12 15:54:59,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2f6e249d-188e-4582-a5c0-d2ed2be88a74 Date: Wed, 12 Dec 2018 15:54:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:54:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:54:59Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/snap", "metadata": {}}], "self": "/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "min_disk": 0, "protected": false, "id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "file": "/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "db0435085c7145869711f1c748902a30", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:54:59,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31 used request id req-2f6e249d-188e-4582-a5c0-d2ed2be88a74 2018-12-12 15:54:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" 2018-12-12 15:54:59,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-466c0972-b89d-496a-a19b-11356502e803 Date: Wed, 12 Dec 2018 15:54:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:54:59,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-466c0972-b89d-496a-a19b-11356502e803 2018-12-12 15:54:59,416 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4 2018-12-12 15:54:59,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" 2018-12-12 15:54:59,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-026ce339-d62d-4a1e-a73d-84c0bda70d27 Date: Wed, 12 Dec 2018 15:54:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:54:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:54:59Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/snap", "metadata": {}}], "self": "/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "min_disk": 0, "protected": false, "id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "file": "/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "db0435085c7145869711f1c748902a30", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:54:59,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31 used request id req-026ce339-d62d-4a1e-a73d-84c0bda70d27 2018-12-12 15:54:59,569 - create_image - DEBUG - Instance status is - active 2018-12-12 15:54:59,570 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4 2018-12-12 15:54:59,570 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4 2018-12-12 15:54:59,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:54:59,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:54:59,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["JwjjWlTzRMegN_JGUrd4hA"], "issued_at": "2018-12-12T15:54:59.000000Z"}} 2018-12-12 15:54:59,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d87cdc6aea279fce3e76ad92d464492aae4ece" 2018-12-12 15:55:00,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-254a9f2a-ac40-4467-add5-1d120c6ae0a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:00,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-254a9f2a-ac40-4467-add5-1d120c6ae0a7 2018-12-12 15:55:00,036 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:55:00,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d87cdc6aea279fce3e76ad92d464492aae4ece" 2018-12-12 15:55:00,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-bd9a0ad4-7d20-4b03-9272-cdcf9199268e x-compute-request-id: req-bd9a0ad4-7d20-4b03-9272-cdcf9199268e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:55:00,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-bd9a0ad4-7d20-4b03-9272-cdcf9199268e 2018-12-12 15:55:00,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d87cdc6aea279fce3e76ad92d464492aae4ece" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:55:00,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19b1fc89-26b4-448e-a8df-67fa7c14bb2b x-compute-request-id: req-19b1fc89-26b4-448e-a8df-67fa7c14bb2b Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:55:00,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-19b1fc89-26b4-448e-a8df-67fa7c14bb2b 2018-12-12 15:55:00,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:00,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:00,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8fb592e3dd14bcb8788dc44a616528a", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role"}], "expires_at": "2018-12-12T16:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db0435085c7145869711f1c748902a30", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-user", "id": "d308283cb4334c6fa4180ec9214cb9c8"}, "audit_ids": ["xc0HuInLRq-ig4apMrh27w"], "issued_at": "2018-12-12T15:55:00.000000Z"}} 2018-12-12 15:55:00,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" 2018-12-12 15:55:00,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab60f14-0046-40a1-90d3-8e042946744b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:00,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8ab60f14-0046-40a1-90d3-8e042946744b 2018-12-12 15:55:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" 2018-12-12 15:55:00,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-347761d6-25cf-467b-97f5-f65e6271a375 Date: Wed, 12 Dec 2018 15:55:00 GMT RESP BODY: {"networks":[]} 2018-12-12 15:55:00,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net used request id req-347761d6-25cf-467b-97f5-f65e6271a375 2018-12-12 15:55:00,918 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net 2018-12-12 15:55:00,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" -d '{"network": {"name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net", "admin_state_up": true}}' 2018-12-12 15:55:01,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-1b3baa6f-7388-48ad-a943-fa81fbb54a5e Date: Wed, 12 Dec 2018 15:55:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:55:01Z","is_default":false,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","mtu":1450}} 2018-12-12 15:55:01,488 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1b3baa6f-7388-48ad-a943-fa81fbb54a5e 2018-12-12 15:55:01,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" 2018-12-12 15:55:01,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-907bb1f6-e844-4981-b5f1-b29a5c63f769 Date: Wed, 12 Dec 2018 15:55:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:55:01Z","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net"}]} 2018-12-12 15:55:01,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-907bb1f6-e844-4981-b5f1-b29a5c63f769 2018-12-12 15:55:01,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" 2018-12-12 15:55:01,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fa0919f4-7930-4e4c-9f37-23990a5cc796 Date: Wed, 12 Dec 2018 15:55:01 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:55:01,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-fa0919f4-7930-4e4c-9f37-23990a5cc796 2018-12-12 15:55:01,928 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet 2018-12-12 15:55:01,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" -d '{"subnets": [{"ip_version": 4, "network_id": "0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]}' 2018-12-12 15:55:02,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7b9f48c9-c8e9-4647-b467-5c365c744349 Date: Wed, 12 Dec 2018 15:55:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:02Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"db0435085c7145869711f1c748902a30","id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]} 2018-12-12 15:55:02,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-7b9f48c9-c8e9-4647-b467-5c365c744349 2018-12-12 15:55:02,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" 2018-12-12 15:55:03,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5cd02bdf-203e-4fc8-a9c3-9c0012dac419 Date: Wed, 12 Dec 2018 15:55: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":["4ac9b34d-a53c-43fb-87e1-3feb8ea90be1"],"updated_at":"2018-12-12T15:55:02Z","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net"}]} 2018-12-12 15:55:03,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-5cd02bdf-203e-4fc8-a9c3-9c0012dac419 2018-12-12 15:55:03,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" 2018-12-12 15:55:03,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-532f922e-db4f-4233-a8d1-31d2db4297a4 Date: Wed, 12 Dec 2018 15:55:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:02Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"db0435085c7145869711f1c748902a30","id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]} 2018-12-12 15:55:03,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-532f922e-db4f-4233-a8d1-31d2db4297a4 2018-12-12 15:55:03,104 - OpenStackNetwork - DEBUG - Network [0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc] created successfully 2018-12-12 15:55:03,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:03,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:03,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8fb592e3dd14bcb8788dc44a616528a", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role"}], "expires_at": "2018-12-12T16:55:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db0435085c7145869711f1c748902a30", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-user", "id": "d308283cb4334c6fa4180ec9214cb9c8"}, "audit_ids": ["mScrEcfcQpaimmPaFx-smQ"], "issued_at": "2018-12-12T15:55:03.000000Z"}} 2018-12-12 15:55:03,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:03,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523482e6-89ac-467a-8757-240987904bae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:03,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-523482e6-89ac-467a-8757-240987904bae 2018-12-12 15:55:03,559 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:55:03,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:03,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5cf2dd6-800b-4e36-a127-b6489ac3e5c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:03,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d5cf2dd6-800b-4e36-a127-b6489ac3e5c8 2018-12-12 15:55:03,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:03,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f9341f32-659f-4ba1-ae34-af1508aeb2bc Date: Wed, 12 Dec 2018 15:55: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":["4ac9b34d-a53c-43fb-87e1-3feb8ea90be1"],"updated_at":"2018-12-12T15:55:02Z","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net"}]} 2018-12-12 15:55:03,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net used request id req-f9341f32-659f-4ba1-ae34-af1508aeb2bc 2018-12-12 15:55:03,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:55:03,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:55: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:55:03,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:03,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80001320-faed-46a2-bcc5-8e4e86e12aeb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}} 2018-12-12 15:55:03,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 used request id req-80001320-faed-46a2-bcc5-8e4e86e12aeb 2018-12-12 15:55:03,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:04,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6ceaa8db-119e-4952-9a1c-3688f23c3ca8 Date: Wed, 12 Dec 2018 15:55:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:02Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"db0435085c7145869711f1c748902a30","id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]} 2018-12-12 15:55:04,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-6ceaa8db-119e-4952-9a1c-3688f23c3ca8 2018-12-12 15:55:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:04,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-78b77e81-9770-41ab-b629-34762cabfa0a Date: Wed, 12 Dec 2018 15:55:04 GMT RESP BODY: {"ports":[]} 2018-12-12 15:55:04,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port&admin_state_up=True used request id req-78b77e81-9770-41ab-b629-34762cabfa0a 2018-12-12 15:55:04,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:04,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e2afd27-6cbd-4f52-85e1-f3ca664c5801 x-compute-request-id: req-1e2afd27-6cbd-4f52-85e1-f3ca664c5801 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:55:04,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst used request id req-1e2afd27-6cbd-4f52-85e1-f3ca664c5801 2018-12-12 15:55:04,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:04,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5a955b42-5f07-4599-a456-67aad5cb7265 Date: Wed, 12 Dec 2018 15: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":["4ac9b34d-a53c-43fb-87e1-3feb8ea90be1"],"updated_at":"2018-12-12T15:55:02Z","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net"}]} 2018-12-12 15:55:04,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net used request id req-5a955b42-5f07-4599-a456-67aad5cb7265 2018-12-12 15:55:04,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:04,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f72052d0-16e1-478d-b466-8e33a5117f1c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}} 2018-12-12 15:55:04,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 used request id req-f72052d0-16e1-478d-b466-8e33a5117f1c 2018-12-12 15:55:04,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:05,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-96869ff2-7b43-4a8c-aa31-c310ee6e0f94 Date: Wed, 12 Dec 2018 15:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:02Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"db0435085c7145869711f1c748902a30","id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]} 2018-12-12 15:55:05,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-96869ff2-7b43-4a8c-aa31-c310ee6e0f94 2018-12-12 15:55:05,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:05,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f69d437a-7244-4daf-b8cf-c0af1639e6ad Date: Wed, 12 Dec 2018 15:55:05 GMT RESP BODY: {"ports":[]} 2018-12-12 15:55:05,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port&admin_state_up=True used request id req-f69d437a-7244-4daf-b8cf-c0af1639e6ad 2018-12-12 15:55:05,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:05,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:05,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8fb592e3dd14bcb8788dc44a616528a", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role"}], "expires_at": "2018-12-12T16:55:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db0435085c7145869711f1c748902a30", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db0435085c7145869711f1c748902a30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db0435085c7145869711f1c748902a30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db0435085c7145869711f1c748902a30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-user", "id": "d308283cb4334c6fa4180ec9214cb9c8"}, "audit_ids": ["L0lMaZTITYuPn479VRfXsA"], "issued_at": "2018-12-12T15:55:05.000000Z"}} 2018-12-12 15:55:05,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d03d3fdeb8f5d71f62d2d628f37ae2f703572ee" 2018-12-12 15:55:05,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c03268-2251-4494-bfd2-5b2b973b052b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:05,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-18c03268-2251-4494-bfd2-5b2b973b052b 2018-12-12 15:55:05,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:06,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-aa95f9b2-9f9f-4b30-a8ec-cbcaf30acc88 Date: Wed, 12 Dec 2018 15:55: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":["4ac9b34d-a53c-43fb-87e1-3feb8ea90be1"],"updated_at":"2018-12-12T15:55:02Z","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net"}]} 2018-12-12 15:55:06,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net used request id req-aa95f9b2-9f9f-4b30-a8ec-cbcaf30acc88 2018-12-12 15:55:06,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:06,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c1856156-c577-4a15-9791-5b9961537bc3 Date: Wed, 12 Dec 2018 15:55:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:02Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"db0435085c7145869711f1c748902a30","id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]} 2018-12-12 15:55:06,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-c1856156-c577-4a15-9791-5b9961537bc3 2018-12-12 15:55:06,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:06,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b1f72ba5-f7fe-4644-817f-e0bbf3041f91 Date: Wed, 12 Dec 2018 15:55: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":["4ac9b34d-a53c-43fb-87e1-3feb8ea90be1"],"updated_at":"2018-12-12T15:55:02Z","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net"}]} 2018-12-12 15:55:06,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net used request id req-b1f72ba5-f7fe-4644-817f-e0bbf3041f91 2018-12-12 15:55:06,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:55:06,664 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:55: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:55:06,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d03d3fdeb8f5d71f62d2d628f37ae2f703572ee" 2018-12-12 15:55:06,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c847bf-7bf2-4e71-9d72-d76d1c539c13 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}} 2018-12-12 15:55:06,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 used request id req-b4c847bf-7bf2-4e71-9d72-d76d1c539c13 2018-12-12 15:55:06,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:06,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-062c79e8-cd25-4099-9bb8-9581ac0428ee Date: Wed, 12 Dec 2018 15:55:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:02Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"db0435085c7145869711f1c748902a30","id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]} 2018-12-12 15:55:06,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-062c79e8-cd25-4099-9bb8-9581ac0428ee 2018-12-12 15:55:06,957 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net 2018-12-12 15:55:06,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" -d '{"port": {"network_id": "0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc", "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port", "admin_state_up": true}}' 2018-12-12 15:55:08,056 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-ebea2ac4-b381-4d4c-b2fc-3237a1882177 Date: Wed, 12 Dec 2018 15:55:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","ip_address":"10.55.0.14"}],"id":"ae06f1d8-fdce-46a6-9cac-d1d2a321a00a","security_groups":["3067f663-5847-45e1-91ae-b846f4a82626"],"mac_address":"fa:16:3e:6e:b2:cc","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port","project_id":"db0435085c7145869711f1c748902a30","qos_policy_id":null,"admin_state_up":true,"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:07Z","binding:vnic_type":"normal"}} 2018-12-12 15:55:08,056 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-ebea2ac4-b381-4d4c-b2fc-3237a1882177 2018-12-12 15:55:08,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:08,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9cd8db8d-1a78-48f4-b3dc-c73b59f841f1 Date: Wed, 12 Dec 2018 15:55:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ac9b34d-a53c-43fb-87e1-3feb8ea90be1"],"updated_at":"2018-12-12T15:55:02Z","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net"}]} 2018-12-12 15:55:08,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net used request id req-9cd8db8d-1a78-48f4-b3dc-c73b59f841f1 2018-12-12 15:55:08,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:08,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82191253-05cf-4ac4-8a88-9c1b393d2986 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}} 2018-12-12 15:55:08,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 used request id req-82191253-05cf-4ac4-8a88-9c1b393d2986 2018-12-12 15:55:08,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:08,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ad5e9641-bb6c-4c64-82b3-68e38e548fc3 Date: Wed, 12 Dec 2018 15:55:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:02Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"db0435085c7145869711f1c748902a30","id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]} 2018-12-12 15:55:08,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-ad5e9641-bb6c-4c64-82b3-68e38e548fc3 2018-12-12 15:55:08,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:08,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-d64e9334-73a6-4ae6-9119-961d2d8d3177 Date: Wed, 12 Dec 2018 15:55:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","ip_address":"10.55.0.14"}],"id":"ae06f1d8-fdce-46a6-9cac-d1d2a321a00a","security_groups":["3067f663-5847-45e1-91ae-b846f4a82626"],"mac_address":"fa:16:3e:6e:b2:cc","project_id":"db0435085c7145869711f1c748902a30","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port","admin_state_up":true,"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:07Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:55:08,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port&admin_state_up=True used request id req-d64e9334-73a6-4ae6-9119-961d2d8d3177 2018-12-12 15:55:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:08,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ee7b203-e253-47ab-a7b5-dd9a47f0f1e2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}} 2018-12-12 15:55:08,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 used request id req-9ee7b203-e253-47ab-a7b5-dd9a47f0f1e2 2018-12-12 15:55:08,759 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst 2018-12-12 15:55:08,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:08,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3ec37db-cad3-4e68-a37e-14c0ea9b1a84 x-compute-request-id: req-f3ec37db-cad3-4e68-a37e-14c0ea9b1a84 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-flavor-name"}]} 2018-12-12 15:55:08,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f3ec37db-cad3-4e68-a37e-14c0ea9b1a84 2018-12-12 15:55:08,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:08,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66c255ea-035d-49dd-a2cd-786fbfe86f25 x-compute-request-id: req-66c255ea-035d-49dd-a2cd-786fbfe86f25 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:55:08,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f used request id req-66c255ea-035d-49dd-a2cd-786fbfe86f25 2018-12-12 15:55:08,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:09,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-c9d78471-dca3-426b-af91-14e8b55c6dbd Date: Wed, 12 Dec 2018 15:55:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:54:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:54:59Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/snap", "metadata": {}}], "self": "/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "min_disk": 0, "protected": false, "id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "file": "/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "db0435085c7145869711f1c748902a30", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/9bbd3edf-408a-4c54-8a7c-17f794522b31/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4"} 2018-12-12 15:55:09,002 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4 used request id req-c9d78471-dca3-426b-af91-14e8b55c6dbd 2018-12-12 15:55:09,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:09,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-87fc0b3b-19a6-4716-8f63-e2f74172a97e Date: Wed, 12 Dec 2018 15:55:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:55:09,155 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-87fc0b3b-19a6-4716-8f63-e2f74172a97e 2018-12-12 15:55:09,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" -d '{"server": {"name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst", "imageRef": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "flavorRef": "f4554fe9-63a6-4163-81ff-40305b1a352f", "max_count": 1, "min_count": 1, "networks": [{"port": "ae06f1d8-fdce-46a6-9cac-d1d2a321a00a"}]}}' 2018-12-12 15:55:11,012 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:55:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47191d47-c3dd-4257-bad8-16a2bc1fb2dc x-compute-request-id: req-47191d47-c3dd-4257-bad8-16a2bc1fb2dc Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "df69e67f-9072-4876-a0cd-1de36e8fbc75", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "bookmark"}], "adminPass": "dx74atya5ATF"}} 2018-12-12 15:55:11,012 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-47191d47-c3dd-4257-bad8-16a2bc1fb2dc 2018-12-12 15:55:11,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:11,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7291dc85-46a0-4bbf-b8a3-392e149664cc x-compute-request-id: req-7291dc85-46a0-4bbf-b8a3-392e149664cc 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.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "bookmark"}], "image": {"id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "links": [{"href": "http://172.30.9.29:8774/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "links": [{"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}]}, "id": "df69e67f-9072-4876-a0cd-1de36e8fbc75", "user_id": "d308283cb4334c6fa4180ec9214cb9c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:55:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst", "created": "2018-12-12T15:55:10Z", "tenant_id": "db0435085c7145869711f1c748902a30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:11,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 used request id req-7291dc85-46a0-4bbf-b8a3-392e149664cc 2018-12-12 15:55:11,380 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst 2018-12-12 15:55:11,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:11,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-487ba1fb-eac6-46ca-ab67-34b69fc0cd8e x-compute-request-id: req-487ba1fb-eac6-46ca-ab67-34b69fc0cd8e 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.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "bookmark"}], "image": {"id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "links": [{"href": "http://172.30.9.29:8774/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "links": [{"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}]}, "id": "df69e67f-9072-4876-a0cd-1de36e8fbc75", "user_id": "d308283cb4334c6fa4180ec9214cb9c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:55:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst", "created": "2018-12-12T15:55:10Z", "tenant_id": "db0435085c7145869711f1c748902a30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:11,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 used request id req-487ba1fb-eac6-46ca-ab67-34b69fc0cd8e 2018-12-12 15:55:11,655 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst] is - BUILD 2018-12-12 15:55:11,655 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:55:14,658 - create_instance - DEBUG - VM status query timeout in 896.721967936 2018-12-12 15:55:14,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:15,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbe20472-3343-4d63-8eab-0f885b949386 x-compute-request-id: req-dbe20472-3343-4d63-8eab-0f885b949386 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "bookmark"}], "image": {"id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "links": [{"href": "http://172.30.9.29:8774/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "links": [{"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}]}, "id": "df69e67f-9072-4876-a0cd-1de36e8fbc75", "security_groups": [{"name": "default"}], "user_id": "d308283cb4334c6fa4180ec9214cb9c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:55:12Z", "hostId": "fec6d7f55e3a153d06eb539c119fa5cc0b01e27be147b062f35d1582", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst", "created": "2018-12-12T15:55:10Z", "tenant_id": "db0435085c7145869711f1c748902a30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:15,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 used request id req-dbe20472-3343-4d63-8eab-0f885b949386 2018-12-12 15:55:15,112 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst] is - BUILD 2018-12-12 15:55:15,112 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:55:18,115 - create_instance - DEBUG - VM status query timeout in 893.264740944 2018-12-12 15:55:18,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:18,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25d34c93-8dd2-4922-a82d-bd79fc796fce x-compute-request-id: req-25d34c93-8dd2-4922-a82d-bd79fc796fce Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:b2:cc", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "bookmark"}], "image": {"id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "links": [{"href": "http://172.30.9.29:8774/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:16.000000", "flavor": {"id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "links": [{"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}]}, "id": "df69e67f-9072-4876-a0cd-1de36e8fbc75", "security_groups": [{"name": "default"}], "user_id": "d308283cb4334c6fa4180ec9214cb9c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:17Z", "hostId": "fec6d7f55e3a153d06eb539c119fa5cc0b01e27be147b062f35d1582", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst", "created": "2018-12-12T15:55:10Z", "tenant_id": "db0435085c7145869711f1c748902a30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:18,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 used request id req-25d34c93-8dd2-4922-a82d-bd79fc796fce 2018-12-12 15:55:18,748 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst] is - ACTIVE 2018-12-12 15:55:18,748 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:55:18,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:19,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e120931-f7bf-44f2-a61c-27e99985407b x-compute-request-id: req-0e120931-f7bf-44f2-a61c-27e99985407b Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:b2:cc", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "bookmark"}], "image": {"id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "links": [{"href": "http://172.30.9.29:8774/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:16.000000", "flavor": {"id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "links": [{"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}]}, "id": "df69e67f-9072-4876-a0cd-1de36e8fbc75", "security_groups": [{"name": "default"}], "user_id": "d308283cb4334c6fa4180ec9214cb9c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:17Z", "hostId": "fec6d7f55e3a153d06eb539c119fa5cc0b01e27be147b062f35d1582", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst", "created": "2018-12-12T15:55:10Z", "tenant_id": "db0435085c7145869711f1c748902a30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:19,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 used request id req-0e120931-f7bf-44f2-a61c-27e99985407b 2018-12-12 15:55:19,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:19,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0e438990-3b52-41ea-8393-8a6f4a013a9d Date: Wed, 12 Dec 2018 15:55:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ac9b34d-a53c-43fb-87e1-3feb8ea90be1"],"updated_at":"2018-12-12T15:55:02Z","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"db0435085c7145869711f1c748902a30","id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net"}]} 2018-12-12 15:55:19,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net used request id req-0e438990-3b52-41ea-8393-8a6f4a013a9d 2018-12-12 15:55:19,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:19,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b562fa30-33c6-4efc-8cbb-282c8717458c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}} 2018-12-12 15:55:19,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 used request id req-b562fa30-33c6-4efc-8cbb-282c8717458c 2018-12-12 15:55:19,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:19,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ca5f988e-02f3-420a-a000-5e0578fdec96 Date: Wed, 12 Dec 2018 15:55:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:02Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"db0435085c7145869711f1c748902a30","id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet"}]} 2018-12-12 15:55:19,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-ca5f988e-02f3-420a-a000-5e0578fdec96 2018-12-12 15:55:19,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:19,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-6b56c5df-cd47-4da4-8a4d-ba590042bd7f Date: Wed, 12 Dec 2018 15:55:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","ip_address":"10.55.0.2"}],"id":"8872ad2c-3f9f-4530-a0c9-d5d4bd298cb7","security_groups":[],"mac_address":"fa:16:3e:81:cb:a4","project_id":"db0435085c7145869711f1c748902a30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","ip_address":"10.55.0.3"}],"id":"93fb057e-67f2-4bda-9951-252189a2965b","security_groups":[],"mac_address":"fa:16:3e:2b:df:ea","project_id":"db0435085c7145869711f1c748902a30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","ip_address":"10.55.0.14"}],"id":"ae06f1d8-fdce-46a6-9cac-d1d2a321a00a","security_groups":["3067f663-5847-45e1-91ae-b846f4a82626"],"mac_address":"fa:16:3e:6e:b2:cc","project_id":"db0435085c7145869711f1c748902a30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port","admin_state_up":true,"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:07Z","binding:vnic_type":"normal","device_id":"df69e67f-9072-4876-a0cd-1de36e8fbc75"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4ac9b34d-a53c-43fb-87e1-3feb8ea90be1","ip_address":"10.55.0.4"}],"id":"c29c85cc-6c1e-4c00-972f-17da02447ea8","security_groups":[],"mac_address":"fa:16:3e:3b:ec:3f","project_id":"db0435085c7145869711f1c748902a30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc","tenant_id":"db0435085c7145869711f1c748902a30","created_at":"2018-12-12T15:55:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc"}]} 2018-12-12 15:55:19,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-6b56c5df-cd47-4da4-8a4d-ba590042bd7f 2018-12-12 15:55:19,758 - create_instance - INFO - Deleting Port with ID - ae06f1d8-fdce-46a6-9cac-d1d2a321a00a 2018-12-12 15:55:19,758 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-port 2018-12-12 15:55:19,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/ae06f1d8-fdce-46a6-9cac-d1d2a321a00a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:20,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-644a3fdb-0171-4fd7-a831-d502a57fb109 Date: Wed, 12 Dec 2018 15:55:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:55:20,337 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/ae06f1d8-fdce-46a6-9cac-d1d2a321a00a used request id req-644a3fdb-0171-4fd7-a831-d502a57fb109 2018-12-12 15:55:20,338 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst 2018-12-12 15:55:20,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:20,491 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:55:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af57d5c8-7489-4e5f-863e-fdfbfc4496a5 x-compute-request-id: req-af57d5c8-7489-4e5f-863e-fdfbfc4496a5 Content-Type: application/json 2018-12-12 15:55:20,491 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 used request id req-af57d5c8-7489-4e5f-863e-fdfbfc4496a5 2018-12-12 15:55:20,491 - create_instance - INFO - Checking deletion status 2018-12-12 15:55:20,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:20,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b50d71b-7a07-4438-9c07-235dc26d222a x-compute-request-id: req-8b50d71b-7a07-4438-9c07-235dc26d222a Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:b2:cc", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75", "rel": "bookmark"}], "image": {"id": "9bbd3edf-408a-4c54-8a7c-17f794522b31", "links": [{"href": "http://172.30.9.29:8774/images/9bbd3edf-408a-4c54-8a7c-17f794522b31", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:16.000000", "flavor": {"id": "f4554fe9-63a6-4163-81ff-40305b1a352f", "links": [{"href": "http://172.30.9.29:8774/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f", "rel": "bookmark"}]}, "id": "df69e67f-9072-4876-a0cd-1de36e8fbc75", "user_id": "d308283cb4334c6fa4180ec9214cb9c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:20Z", "hostId": "fec6d7f55e3a153d06eb539c119fa5cc0b01e27be147b062f35d1582", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst", "created": "2018-12-12T15:55:10Z", "tenant_id": "db0435085c7145869711f1c748902a30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:20,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 used request id req-8b50d71b-7a07-4438-9c07-235dc26d222a 2018-12-12 15:55:20,741 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst] is - ACTIVE 2018-12-12 15:55:20,741 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:55:23,745 - create_instance - DEBUG - VM status query timeout in 296.746857166 2018-12-12 15:55:23,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b30f28a75ee82e83a1c99cbfb79278e0a27b175" 2018-12-12 15:55:23,801 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:55:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-71c0cf47-5b70-42c6-9b87-0c1474134867 x-compute-request-id: req-71c0cf47-5b70-42c6-9b87-0c1474134867 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance df69e67f-9072-4876-a0cd-1de36e8fbc75 could not be found.", "code": 404}} 2018-12-12 15:55:23,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/df69e67f-9072-4876-a0cd-1de36e8fbc75 used request id req-71c0cf47-5b70-42c6-9b87-0c1474134867 2018-12-12 15:55:23,802 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance df69e67f-9072-4876-a0cd-1de36e8fbc75 could not be found. (HTTP 404) (Request-ID: req-71c0cf47-5b70-42c6-9b87-0c1474134867) 2018-12-12 15:55:23,802 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-inst 2018-12-12 15:55:23,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d87cdc6aea279fce3e76ad92d464492aae4ece" 2018-12-12 15:55:23,851 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:55:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3fb98735-3ab7-4cfd-8175-872607e9611e x-compute-request-id: req-3fb98735-3ab7-4cfd-8175-872607e9611e Content-Length: 0 Content-Type: application/json 2018-12-12 15:55:23,851 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/f4554fe9-63a6-4163-81ff-40305b1a352f used request id req-3fb98735-3ab7-4cfd-8175-872607e9611e 2018-12-12 15:55:23,852 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet 2018-12-12 15:55:23,852 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-subnet 2018-12-12 15:55:23,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/4ac9b34d-a53c-43fb-87e1-3feb8ea90be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" 2018-12-12 15:55:26,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a79d4ef-e5eb-4765-808b-f17010a1b893 Date: Wed, 12 Dec 2018 15:55:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:55:26,325 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/4ac9b34d-a53c-43fb-87e1-3feb8ea90be1 used request id req-2a79d4ef-e5eb-4765-808b-f17010a1b893 2018-12-12 15:55:26,325 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4-pub-net 2018-12-12 15:55:26,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c2b8b4070289004ea3edd31dd36c55009ab92d" 2018-12-12 15:55:27,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7553bd2a-605d-4b74-ad1f-44b76ee08ba0 Date: Wed, 12 Dec 2018 15:55:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:55:27,585 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0fc60b99-4ff7-4e07-b9fc-f69ed0a085dc used request id req-7553bd2a-605d-4b74-ad1f-44b76ee08ba0 2018-12-12 15:55:27,586 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-0ddbd50b-cc59-4ed4-a98f-7161b4044fa4 2018-12-12 15:55:27,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6696a8748e2c42b51bbe77bdb363cf16b4fe908d" 2018-12-12 15:55:29,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5fd250ba-6bae-4e36-b566-88180570cc95 Date: Wed, 12 Dec 2018 15:55:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:55:29,022 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/9bbd3edf-408a-4c54-8a7c-17f794522b31 used request id req-5fd250ba-6bae-4e36-b566-88180570cc95 2018-12-12 15:55:29,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:55:29,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1854b221-ac4b-44ef-ae45-99c471235af9 Date: Wed, 12 Dec 2018 15:55:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "db0435085c7145869711f1c748902a30", "created_at": "2018-12-12T15:55:01Z", "updated_at": "2018-12-12T15:55:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:55:01Z", "revision_number": 0, "id": "0d105bba-d74a-4452-b493-dc34f5ca3cf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:55:01Z", "security_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "tenant_id": "db0435085c7145869711f1c748902a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "db0435085c7145869711f1c748902a30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:55:01Z", "revision_number": 0, "id": "7ffe80ef-a4d4-457b-b4ea-f5647b0ce458", "remote_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "remote_ip_prefix": null, "created_at": "2018-12-12T15:55:01Z", "security_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "tenant_id": "db0435085c7145869711f1c748902a30", "port_range_min": null, "ethertype": "IPv4", "project_id": "db0435085c7145869711f1c748902a30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:55:01Z", "revision_number": 0, "id": "8da6537a-a06f-42d8-a33b-d2b4474e06e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:55:01Z", "security_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "tenant_id": "db0435085c7145869711f1c748902a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "db0435085c7145869711f1c748902a30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:55:01Z", "revision_number": 0, "id": "e80844bd-b627-48a0-a971-b349b1cc093c", "remote_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "remote_ip_prefix": null, "created_at": "2018-12-12T15:55:01Z", "security_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "tenant_id": "db0435085c7145869711f1c748902a30", "port_range_min": null, "ethertype": "IPv6", "project_id": "db0435085c7145869711f1c748902a30"}], "revision_number": 4, "project_id": "db0435085c7145869711f1c748902a30", "id": "3067f663-5847-45e1-91ae-b846f4a82626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:55:29,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-1854b221-ac4b-44ef-ae45-99c471235af9 2018-12-12 15:55:29,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:55:29,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af4ac163-d54e-4430-9dd7-d83992d1d047 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30"}, "enabled": true, "id": "db0435085c7145869711f1c748902a30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj"}} 2018-12-12 15:55:29,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 used request id req-af4ac163-d54e-4430-9dd7-d83992d1d047 2018-12-12 15:55:29,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3067f663-5847-45e1-91ae-b846f4a82626 2018-12-12 15:55:29,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3067f663-5847-45e1-91ae-b846f4a82626 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:55:29,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-008ac9f7-3a26-4f25-b029-24aafe13be12 Date: Wed, 12 Dec 2018 15:55: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-12-12T15:55:01Z", "security_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "port_range_min": null, "revision_number": 0, "tenant_id": "db0435085c7145869711f1c748902a30", "created_at": "2018-12-12T15:55:01Z", "project_id": "db0435085c7145869711f1c748902a30", "id": "0d105bba-d74a-4452-b493-dc34f5ca3cf4"}, {"remote_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:55:01Z", "security_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "port_range_min": null, "revision_number": 0, "tenant_id": "db0435085c7145869711f1c748902a30", "created_at": "2018-12-12T15:55:01Z", "project_id": "db0435085c7145869711f1c748902a30", "id": "7ffe80ef-a4d4-457b-b4ea-f5647b0ce458"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:55:01Z", "security_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "port_range_min": null, "revision_number": 0, "tenant_id": "db0435085c7145869711f1c748902a30", "created_at": "2018-12-12T15:55:01Z", "project_id": "db0435085c7145869711f1c748902a30", "id": "8da6537a-a06f-42d8-a33b-d2b4474e06e5"}, {"remote_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:55:01Z", "security_group_id": "3067f663-5847-45e1-91ae-b846f4a82626", "port_range_min": null, "revision_number": 0, "tenant_id": "db0435085c7145869711f1c748902a30", "created_at": "2018-12-12T15:55:01Z", "project_id": "db0435085c7145869711f1c748902a30", "id": "e80844bd-b627-48a0-a971-b349b1cc093c"}]} 2018-12-12 15:55:29,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3067f663-5847-45e1-91ae-b846f4a82626 used request id req-008ac9f7-3a26-4f25-b029-24aafe13be12 2018-12-12 15:55:29,645 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:55:29,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/3067f663-5847-45e1-91ae-b846f4a82626 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:55:29,993 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2dfba7f-c46c-49d1-b45f-1166362f0956 Content-Length: 0 Date: Wed, 12 Dec 2018 15:55:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:55:29,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/3067f663-5847-45e1-91ae-b846f4a82626 used request id req-e2dfba7f-c46c-49d1-b45f-1166362f0956 2018-12-12 15:55:29,994 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj 2018-12-12 15:55:29,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:55:30,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27bc8cab-2b50-4a74-92b9-a28a87c14508 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:55:30,193 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/db0435085c7145869711f1c748902a30 used request id req-27bc8cab-2b50-4a74-92b9-a28a87c14508 2018-12-12 15:55:30,193 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-9f684198-28a1-4d7-proj-role 2018-12-12 15:55:30,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b8fb592e3dd14bcb8788dc44a616528a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:55:30,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbcc9522-702e-4ee9-92da-1ee9c3e47f60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:55:30,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b8fb592e3dd14bcb8788dc44a616528a used request id req-dbcc9522-702e-4ee9-92da-1ee9c3e47f60 2018-12-12 15:55:30,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}498833a7b2a5ca7ccdd813be9a0d76eee0a7dae8" 2018-12-12 15:55:30,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1ff2a97-c389-43e3-aac9-0e9185e1c356 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:55:30,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b1ff2a97-c389-43e3-aac9-0e9185e1c356 2018-12-12 15:55:30,409 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-9f684198-28a1-4d7-user 2018-12-12 15:55:30,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d308283cb4334c6fa4180ec9214cb9c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc7eba085cfb02b777f86560f462ff4828f79c0" 2018-12-12 15:55:30,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d6bbbe6-7edc-4da6-b2a7-15418eabb984 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:55:30,584 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d308283cb4334c6fa4180ec9214cb9c8 used request id req-9d6bbbe6-7edc-4da6-b2a7-15418eabb984 2018-12-12 15:55:30,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:30,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:55:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ortDvxzQRTanQHzkCAdSjw"], "issued_at": "2018-12-12T15:55:30.000000Z"}} 2018-12-12 15:55:30,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1f7908b6725655aad2adb375c1f4a7afbc13940" 2018-12-12 15:55:31,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82331770-7d70-4526-885c-b48f7f3128f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:31,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-82331770-7d70-4526-885c-b48f7f3128f5 2018-12-12 15:55:31,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:31,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:31,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["IC7EFgxdS9OGNhUaA-XdxA"], "issued_at": "2018-12-12T15:55:31.000000Z"}} 2018-12-12 15:55:31,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:55:31,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f5a75c-2cb0-408d-b2ac-3f9c7bd4d850 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:31,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-89f5a75c-2cb0-408d-b2ac-3f9c7bd4d850 2018-12-12 15:55:31,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:55:31,548 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:55:31,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:55:31,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f860c9-cd1d-4880-811e-8c874b65805f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:55:31,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj used request id req-27f860c9-cd1d-4880-811e-8c874b65805f 2018-12-12 15:55:31,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:55:31,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffeb4c47-6be9-4375-9aeb-b521dec878bc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:55:31,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ffeb4c47-6be9-4375-9aeb-b521dec878bc 2018-12-12 15:55:31,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}}' 2018-12-12 15:55:31,860 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0527b178-cc0e-4df1-8424-f60abb2136c7 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:55:31,861 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0527b178-cc0e-4df1-8424-f60abb2136c7 2018-12-12 15:55:31,861 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj 2018-12-12 15:55:31,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:31,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:32,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:55:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ct8yK0YwT_qnhtyr1WHcrg"], "issued_at": "2018-12-12T15:55:32.000000Z"}} 2018-12-12 15:55:32,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812746a0081a8606f762943c869af5919efe6dbc" 2018-12-12 15:55:32,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3804c01-cd40-46ed-aa7e-3941303a54fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:32,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d3804c01-cd40-46ed-aa7e-3941303a54fb 2018-12-12 15:55:32,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:55:32,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:55:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:55:32,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812746a0081a8606f762943c869af5919efe6dbc" 2018-12-12 15:55:32,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67dbd2b0-e526-44e0-8d40-7432a4474cce Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:55:32,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-67dbd2b0-e526-44e0-8d40-7432a4474cce 2018-12-12 15:55:32,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812746a0081a8606f762943c869af5919efe6dbc" 2018-12-12 15:55:32,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d961798-0d4e-4784-859e-00c6d6c5fb31 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}]} 2018-12-12 15:55:32,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj used request id req-5d961798-0d4e-4784-859e-00c6d6c5fb31 2018-12-12 15:55:32,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812746a0081a8606f762943c869af5919efe6dbc" 2018-12-12 15:55:32,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f68ffc44-8231-4575-ae54-71b177c24650 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:55:32,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f68ffc44-8231-4575-ae54-71b177c24650 2018-12-12 15:55:32,944 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-f87b9ffe-a532-46f-user 2018-12-12 15:55:32,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:32,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:55:33,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa7060c-03bc-43fc-9135-b63d928713eb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:55:33,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-efa7060c-03bc-43fc-9135-b63d928713eb 2018-12-12 15:55:33,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" -d '{"role": {"name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}}' 2018-12-12 15:55:33,178 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:55:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e2e3a4b-2727-48d9-83cd-cdc979b7df3e Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cacee6c99a1a436f99dc737864e160c2", "links": {"self": "http://172.30.9.29:5000/v3/roles/cacee6c99a1a436f99dc737864e160c2"}, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}} 2018-12-12 15:55:33,178 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8e2e3a4b-2727-48d9-83cd-cdc979b7df3e 2018-12-12 15:55:33,178 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role 2018-12-12 15:55:33,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/cacee6c99a1a436f99dc737864e160c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:55:33,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b9f5489-5c9e-4e38-8696-1b182eadad56 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/cacee6c99a1a436f99dc737864e160c2"}, "domain_id": null, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role", "id": "cacee6c99a1a436f99dc737864e160c2"}} 2018-12-12 15:55:33,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/cacee6c99a1a436f99dc737864e160c2 used request id req-6b9f5489-5c9e-4e38-8696-1b182eadad56 2018-12-12 15:55:33,263 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role to project CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj 2018-12-12 15:55:33,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce/users/b25a9a43f926448bb649e10979fcabeb/roles/cacee6c99a1a436f99dc737864e160c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:55:33,396 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:55:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f5edad3-e66d-4e20-ae00-03df4afd9f22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:55:33,397 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce/users/b25a9a43f926448bb649e10979fcabeb/roles/cacee6c99a1a436f99dc737864e160c2 used request id req-7f5edad3-e66d-4e20-ae00-03df4afd9f22 2018-12-12 15:55:33,397 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:55:33,399 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:55:33,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:33,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:33,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cacee6c99a1a436f99dc737864e160c2", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}], "expires_at": "2018-12-12T16:55:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "389d6f7d9b76408e98bcfe5c22757bce", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-user", "id": "b25a9a43f926448bb649e10979fcabeb"}, "audit_ids": ["pLjl2rFDSVW99PDzvYSPGA"], "issued_at": "2018-12-12T15:55:33.000000Z"}} 2018-12-12 15:55:33,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" 2018-12-12 15:55:33,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec9c9a9c-2b3a-4578-a998-090776f31398 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:33,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec9c9a9c-2b3a-4578-a998-090776f31398 2018-12-12 15:55:33,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" 2018-12-12 15:55:34,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-4459d90c-1ff1-4e64-920f-380d425e3737 Date: Wed, 12 Dec 2018 15:55:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image"} 2018-12-12 15:55:34,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image used request id req-4459d90c-1ff1-4e64-920f-380d425e3737 2018-12-12 15:55:34,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" 2018-12-12 15:55:34,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b4418fe6-b559-482c-905c-6216361a45ce Date: Wed, 12 Dec 2018 15:55:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:55:34,187 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b4418fe6-b559-482c-905c-6216361a45ce 2018-12-12 15:55:34,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image"}' 2018-12-12 15:55:34,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070 X-Openstack-Request-Id: req-937bc509-8f78-4cae-8b7b-393f8d95d430 Date: Wed, 12 Dec 2018 15:55:34 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:55:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:55:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/26315d44-f429-4f31-93da-5975d6f49070", "min_disk": 0, "protected": false, "id": "26315d44-f429-4f31-93da-5975d6f49070", "file": "/v2/images/26315d44-f429-4f31-93da-5975d6f49070/file", "checksum": null, "owner": "389d6f7d9b76408e98bcfe5c22757bce", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:55:34,408 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-937bc509-8f78-4cae-8b7b-393f8d95d430 2018-12-12 15:55:34,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" -d '' 2018-12-12 15:55:35,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8aec5e93-010f-48cb-a57b-3b09c4971629 Date: Wed, 12 Dec 2018 15:55:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:55:35,426 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070/file used request id req-8aec5e93-010f-48cb-a57b-3b09c4971629 2018-12-12 15:55:35,426 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:55:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" 2018-12-12 15:55:35,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-5b1ef2dd-035d-4e7b-b357-5e5c97b4425b Date: Wed, 12 Dec 2018 15:55:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:55:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:55:35Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/26315d44-f429-4f31-93da-5975d6f49070/snap", "metadata": {}}], "self": "/v2/images/26315d44-f429-4f31-93da-5975d6f49070", "min_disk": 0, "protected": false, "id": "26315d44-f429-4f31-93da-5975d6f49070", "file": "/v2/images/26315d44-f429-4f31-93da-5975d6f49070/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "389d6f7d9b76408e98bcfe5c22757bce", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/26315d44-f429-4f31-93da-5975d6f49070/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:55:35,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070 used request id req-5b1ef2dd-035d-4e7b-b357-5e5c97b4425b 2018-12-12 15:55:35,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" 2018-12-12 15:55:35,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2a0e96f8-1e86-4385-afd6-a123cd727ce4 Date: Wed, 12 Dec 2018 15:55:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:55:35,755 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2a0e96f8-1e86-4385-afd6-a123cd727ce4 2018-12-12 15:55:35,758 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image 2018-12-12 15:55:35,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" 2018-12-12 15:55:35,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-1151ecc2-3aee-40d3-b5e7-8aecc2492a6a Date: Wed, 12 Dec 2018 15:55:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:55:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:55:35Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/26315d44-f429-4f31-93da-5975d6f49070/snap", "metadata": {}}], "self": "/v2/images/26315d44-f429-4f31-93da-5975d6f49070", "min_disk": 0, "protected": false, "id": "26315d44-f429-4f31-93da-5975d6f49070", "file": "/v2/images/26315d44-f429-4f31-93da-5975d6f49070/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "389d6f7d9b76408e98bcfe5c22757bce", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/26315d44-f429-4f31-93da-5975d6f49070/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:55:35,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070 used request id req-1151ecc2-3aee-40d3-b5e7-8aecc2492a6a 2018-12-12 15:55:35,916 - create_image - DEBUG - Instance status is - active 2018-12-12 15:55:35,916 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image 2018-12-12 15:55:35,916 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image 2018-12-12 15:55:35,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:35,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:36,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:55:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["LLDuVfKtQWGKyu9eh7laqA"], "issued_at": "2018-12-12T15:55:36.000000Z"}} 2018-12-12 15:55:36,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f01e7c29eefc791352b0a5a494c30f3075c45956" 2018-12-12 15:55:36,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9161a11-5fed-457b-a2cd-8c10db07d89d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:36,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b9161a11-5fed-457b-a2cd-8c10db07d89d 2018-12-12 15:55:36,403 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:55:36,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f01e7c29eefc791352b0a5a494c30f3075c45956" 2018-12-12 15:55:36,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-81c3be9b-b021-46e3-9ba8-d0d6a02bc7ee x-compute-request-id: req-81c3be9b-b021-46e3-9ba8-d0d6a02bc7ee Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:55:36,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-81c3be9b-b021-46e3-9ba8-d0d6a02bc7ee 2018-12-12 15:55:36,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f01e7c29eefc791352b0a5a494c30f3075c45956" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:55:36,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-36330bc9-9686-4bb9-9bd7-465e8975d296 x-compute-request-id: req-36330bc9-9686-4bb9-9bd7-465e8975d296 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "960c5757-7830-4108-b43a-18ca62d93f74", "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:55:36,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-36330bc9-9686-4bb9-9bd7-465e8975d296 2018-12-12 15:55:36,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:36,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:37,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cacee6c99a1a436f99dc737864e160c2", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}], "expires_at": "2018-12-12T16:55:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "389d6f7d9b76408e98bcfe5c22757bce", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-user", "id": "b25a9a43f926448bb649e10979fcabeb"}, "audit_ids": ["8okzkFFCRo2Oawhr5KAY3Q"], "issued_at": "2018-12-12T15:55:37.000000Z"}} 2018-12-12 15:55:37,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" 2018-12-12 15:55:37,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95aa389a-26ef-4636-8883-9d747d10c731 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:37,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-95aa389a-26ef-4636-8883-9d747d10c731 2018-12-12 15:55:37,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" 2018-12-12 15:55:37,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c948f71f-db62-430e-8bac-a4b55f2c05af Date: Wed, 12 Dec 2018 15:55:37 GMT RESP BODY: {"networks":[]} 2018-12-12 15:55:37,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-c948f71f-db62-430e-8bac-a4b55f2c05af 2018-12-12 15:55:37,294 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net 2018-12-12 15:55:37,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" -d '{"network": {"name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net", "admin_state_up": true}}' 2018-12-12 15:55:38,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4a3e7522-5d9d-4cb7-842a-d6875f657869 Date: Wed, 12 Dec 2018 15:55:38 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:55:37Z","is_default":false,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","mtu":1450}} 2018-12-12 15:55:38,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-4a3e7522-5d9d-4cb7-842a-d6875f657869 2018-12-12 15:55:38,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" 2018-12-12 15:55:38,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b4f4a18b-b3d9-423c-86e7-17a6301a68b1 Date: Wed, 12 Dec 2018 15:55:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:55:37Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:55:38,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-b4f4a18b-b3d9-423c-86e7-17a6301a68b1 2018-12-12 15:55:38,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" 2018-12-12 15:55:38,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-22033f1c-d6e0-48fb-8020-a1f116caf954 Date: Wed, 12 Dec 2018 15:55:38 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:55:38,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-22033f1c-d6e0-48fb-8020-a1f116caf954 2018-12-12 15:55:38,299 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet 2018-12-12 15:55:38,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" -d '{"subnets": [{"ip_version": 4, "network_id": "d33fccd3-9a01-4e5e-88b7-59652d697f4f", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]}' 2018-12-12 15:55:39,176 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5a847b1b-66fc-4cf5-af7c-c9848ff3a6b8 Date: Wed, 12 Dec 2018 15:55:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:55:39,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-5a847b1b-66fc-4cf5-af7c-c9848ff3a6b8 2018-12-12 15:55:39,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" 2018-12-12 15:55:39,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c4433d16-e451-4cef-a851-2b28efed32f2 Date: Wed, 12 Dec 2018 15:55: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":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:55:39,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-c4433d16-e451-4cef-a851-2b28efed32f2 2018-12-12 15:55:39,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" 2018-12-12 15:55:39,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a56fcca7-1033-4fb5-9ffd-d7e3563a2876 Date: Wed, 12 Dec 2018 15:55:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:55:39,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-a56fcca7-1033-4fb5-9ffd-d7e3563a2876 2018-12-12 15:55:39,534 - OpenStackNetwork - DEBUG - Network [d33fccd3-9a01-4e5e-88b7-59652d697f4f] created successfully 2018-12-12 15:55:39,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:39,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:39,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cacee6c99a1a436f99dc737864e160c2", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}], "expires_at": "2018-12-12T16:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "389d6f7d9b76408e98bcfe5c22757bce", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-user", "id": "b25a9a43f926448bb649e10979fcabeb"}, "audit_ids": ["IEvccGuSS1yLaFN-7HtkAw"], "issued_at": "2018-12-12T15:55:39.000000Z"}} 2018-12-12 15:55:39,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" 2018-12-12 15:55:39,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d4244f-40ef-4dd6-bce1-89a102280fb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:39,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-78d4244f-40ef-4dd6-bce1-89a102280fb8 2018-12-12 15:55:39,992 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" 2018-12-12 15:55:40,170 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:40 GMT Server: Apache x-compute-request-id: req-5d4bd925-f428-43d0-933a-0ddd9d15e550 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5d4bd925-f428-43d0-933a-0ddd9d15e550 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:55:40,170 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/detail used request id req-5d4bd925-f428-43d0-933a-0ddd9d15e550 2018-12-12 15:55:40,174 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5d4bd925-f428-43d0-933a-0ddd9d15e550" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:55:40,493 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:55:40 GMT Server: Apache x-compute-request-id: req-39f725f7-f6d7-4c1a-86db-873de8f1f4ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-39f725f7-f6d7-4c1a-86db-873de8f1f4ad Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:40.398689", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "size": 1}} 2018-12-12 15:55:40,494 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes used request id req-39f725f7-f6d7-4c1a-86db-873de8f1f4ad 2018-12-12 15:55:40,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5d4bd925-f428-43d0-933a-0ddd9d15e550" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" 2018-12-12 15:55:40,694 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:40 GMT Server: Apache x-compute-request-id: req-505f8f83-855b-454b-a036-ffa9f807ecf9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-505f8f83-855b-454b-a036-ffa9f807ecf9 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:55:40.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "size": 1}} 2018-12-12 15:55:40,695 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 used request id req-505f8f83-855b-454b-a036-ffa9f807ecf9 2018-12-12 15:55:40,695 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1 2018-12-12 15:55:40,698 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5d4bd925-f428-43d0-933a-0ddd9d15e550" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" 2018-12-12 15:55:40,908 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:40 GMT Server: Apache x-compute-request-id: req-de0da299-9247-458d-a239-48b2b01fe8c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de0da299-9247-458d-a239-48b2b01fe8c5 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:55:40.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "size": 1}} 2018-12-12 15:55:40,908 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 used request id req-de0da299-9247-458d-a239-48b2b01fe8c5 2018-12-12 15:55:40,908 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:55:40,909 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1 2018-12-12 15:55:40,909 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1 2018-12-12 15:55:40,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:40,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:41,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cacee6c99a1a436f99dc737864e160c2", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}], "expires_at": "2018-12-12T16:55:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "389d6f7d9b76408e98bcfe5c22757bce", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-user", "id": "b25a9a43f926448bb649e10979fcabeb"}, "audit_ids": ["8D0d2E5eRaaCumWTPTCJPg"], "issued_at": "2018-12-12T15:55:41.000000Z"}} 2018-12-12 15:55:41,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" 2018-12-12 15:55:41,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b61300-7a70-422c-8f53-bd641154909a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:41,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c7b61300-7a70-422c-8f53-bd641154909a 2018-12-12 15:55:41,356 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" 2018-12-12 15:55:41,556 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:41 GMT Server: Apache x-compute-request-id: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:55:40.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "size": 1}]} 2018-12-12 15:55:41,556 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/detail used request id req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01 2018-12-12 15:55:41,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:55:42,260 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:55:41 GMT Server: Apache x-compute-request-id: req-83f7f65c-2755-48c8-94a5-05a4bb9a3661 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-83f7f65c-2755-48c8-94a5-05a4bb9a3661 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:42.164102", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26b038cc-163d-4cd4-8993-0154deeeb8fc", "size": 1}} 2018-12-12 15:55:42,261 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes used request id req-83f7f65c-2755-48c8-94a5-05a4bb9a3661 2018-12-12 15:55:42,265 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" 2018-12-12 15:55:42,468 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:42 GMT Server: Apache x-compute-request-id: req-3fff3991-f754-4c50-9998-b95339b2f225 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3fff3991-f754-4c50-9998-b95339b2f225 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:55:42.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26b038cc-163d-4cd4-8993-0154deeeb8fc", "size": 1}} 2018-12-12 15:55:42,468 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc used request id req-3fff3991-f754-4c50-9998-b95339b2f225 2018-12-12 15:55:42,469 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2 2018-12-12 15:55:42,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" 2018-12-12 15:55:42,666 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:42 GMT Server: Apache x-compute-request-id: req-f86b0d77-858c-4b07-8e07-cd328ac9a718 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f86b0d77-858c-4b07-8e07-cd328ac9a718 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:55:42.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26b038cc-163d-4cd4-8993-0154deeeb8fc", "size": 1}} 2018-12-12 15:55:42,666 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc used request id req-f86b0d77-858c-4b07-8e07-cd328ac9a718 2018-12-12 15:55:42,667 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:55:42,667 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2 2018-12-12 15:55:42,667 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2 2018-12-12 15:55:42,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:42,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:43,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cacee6c99a1a436f99dc737864e160c2", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}], "expires_at": "2018-12-12T16:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "389d6f7d9b76408e98bcfe5c22757bce", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-user", "id": "b25a9a43f926448bb649e10979fcabeb"}, "audit_ids": ["Hw4LceOESVePLHip8iLJUw"], "issued_at": "2018-12-12T15:55:43.000000Z"}} 2018-12-12 15:55:43,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:43,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-607f7a54-5144-4fd3-8a98-4fcb86a22b86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:43,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-607f7a54-5144-4fd3-8a98-4fcb86a22b86 2018-12-12 15:55:43,060 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:55:43,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:43,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4216c321-6aea-42ae-a5e7-4d19320b8b7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:43,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4216c321-6aea-42ae-a5e7-4d19320b8b7d 2018-12-12 15:55:43,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:43,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-97334e26-cd00-475a-beef-223d39473ccb Date: Wed, 12 Dec 2018 15:55: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":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:55:43,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-97334e26-cd00-475a-beef-223d39473ccb 2018-12-12 15:55:43,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:55:43,398 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:55: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:55:43,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:43,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ca939d-0f05-4f1b-af8c-df0f77dbe0b8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:55:43,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-38ca939d-0f05-4f1b-af8c-df0f77dbe0b8 2018-12-12 15:55:43,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:43,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fc10bbbf-f11f-4e80-a81a-7ada7b3776b3 Date: Wed, 12 Dec 2018 15:55:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:55:43,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-fc10bbbf-f11f-4e80-a81a-7ada7b3776b3 2018-12-12 15:55:43,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:43,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-03d4bf2f-83d7-4cfc-ba1d-7f6b5f6db714 Date: Wed, 12 Dec 2018 15:55:43 GMT RESP BODY: {"ports":[]} 2018-12-12 15:55:43,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port&admin_state_up=True used request id req-03d4bf2f-83d7-4cfc-ba1d-7f6b5f6db714 2018-12-12 15:55:43,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:44,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3908f342-0aa5-403d-b416-b96c61c3b483 x-compute-request-id: req-3908f342-0aa5-403d-b416-b96c61c3b483 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:55:44,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst used request id req-3908f342-0aa5-403d-b416-b96c61c3b483 2018-12-12 15:55:44,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:44,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b770a4c6-2377-406e-93c9-4ff67412f9f5 Date: Wed, 12 Dec 2018 15:55: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":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:55:44,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-b770a4c6-2377-406e-93c9-4ff67412f9f5 2018-12-12 15:55:44,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:44,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cae6bc2-7498-4566-a2a1-3251dbca643e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:55:44,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-1cae6bc2-7498-4566-a2a1-3251dbca643e 2018-12-12 15:55:44,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:44,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0f6b0bac-01b5-4873-8d3d-fd96eaeeec2b Date: Wed, 12 Dec 2018 15:55:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:55:44,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-0f6b0bac-01b5-4873-8d3d-fd96eaeeec2b 2018-12-12 15:55:44,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:44,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e8a96ab9-f6c4-4e38-87b1-daaaa9f56a2d Date: Wed, 12 Dec 2018 15:55:44 GMT RESP BODY: {"ports":[]} 2018-12-12 15:55:44,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port&admin_state_up=True used request id req-e8a96ab9-f6c4-4e38-87b1-daaaa9f56a2d 2018-12-12 15:55:44,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:55:44,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:55:45,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cacee6c99a1a436f99dc737864e160c2", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}], "expires_at": "2018-12-12T16:55:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "389d6f7d9b76408e98bcfe5c22757bce", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-user", "id": "b25a9a43f926448bb649e10979fcabeb"}, "audit_ids": ["Dzza2ZPgTfyWYJFVLE2jVg"], "issued_at": "2018-12-12T15:55:45.000000Z"}} 2018-12-12 15:55:45,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf68ddc40788138eeda69842dd79aa7180eb4786" 2018-12-12 15:55:45,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f4e8c88-6b2f-4aba-954f-04f6387e3028 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:55:45,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7f4e8c88-6b2f-4aba-954f-04f6387e3028 2018-12-12 15:55:45,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:45,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b37617d4-01fc-4228-bbb0-dcdfe4f9ae2e Date: Wed, 12 Dec 2018 15:55:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:55:45,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-b37617d4-01fc-4228-bbb0-dcdfe4f9ae2e 2018-12-12 15:55:45,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:45,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-41a27aca-bfc7-44c8-b5f7-53acd24c7651 Date: Wed, 12 Dec 2018 15:55:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:55:45,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-41a27aca-bfc7-44c8-b5f7-53acd24c7651 2018-12-12 15:55:45,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:45,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-efc719a4-e2ad-4dff-a110-67b2e40616c9 Date: Wed, 12 Dec 2018 15:55:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:55:45,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-efc719a4-e2ad-4dff-a110-67b2e40616c9 2018-12-12 15:55:45,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:55:45,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:55: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:55:45,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf68ddc40788138eeda69842dd79aa7180eb4786" 2018-12-12 15:55:45,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-788c97b9-aaae-4df7-9f5e-f67ca6f69fae Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:55:45,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-788c97b9-aaae-4df7-9f5e-f67ca6f69fae 2018-12-12 15:55:45,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:46,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1daf5b1e-1d85-4e45-bc27-2b369d080011 Date: Wed, 12 Dec 2018 15:55:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:55:46,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-1daf5b1e-1d85-4e45-bc27-2b369d080011 2018-12-12 15:55:46,132 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net 2018-12-12 15:55:46,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" -d '{"port": {"network_id": "d33fccd3-9a01-4e5e-88b7-59652d697f4f", "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port", "admin_state_up": true}}' 2018-12-12 15:55:47,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-79af9b51-84f9-44c1-b6ea-1519307ec031 Date: Wed, 12 Dec 2018 15:55:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.13"}],"id":"d5c971e9-c9ae-4155-ae85-62c754eff96a","security_groups":["684270a2-faa6-4c90-ba2a-7c5b3e80d35d"],"mac_address":"fa:16:3e:b9:e1:7e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port","project_id":"389d6f7d9b76408e98bcfe5c22757bce","qos_policy_id":null,"admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:46Z","binding:vnic_type":"normal"}} 2018-12-12 15:55:47,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-79af9b51-84f9-44c1-b6ea-1519307ec031 2018-12-12 15:55:47,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:47,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3a26ee38-33a1-477e-918a-60ad7ee7f84f Date: Wed, 12 Dec 2018 15:55: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":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:55:47,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-3a26ee38-33a1-477e-918a-60ad7ee7f84f 2018-12-12 15:55:47,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:47,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a26f9f-c96c-4966-821e-852081258333 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:55:47,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-64a26f9f-c96c-4966-821e-852081258333 2018-12-12 15:55:47,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:47,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4f6ef373-20a0-46c9-9edd-a3f53561084d Date: Wed, 12 Dec 2018 15:55:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:55:47,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-4f6ef373-20a0-46c9-9edd-a3f53561084d 2018-12-12 15:55:47,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:47,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-5c60d388-1f7a-41b2-8871-1cdf6184d1c6 Date: Wed, 12 Dec 2018 15:55:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.13"}],"id":"d5c971e9-c9ae-4155-ae85-62c754eff96a","security_groups":["684270a2-faa6-4c90-ba2a-7c5b3e80d35d"],"mac_address":"fa:16:3e:b9:e1:7e","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:46Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:55:47,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port&admin_state_up=True used request id req-5c60d388-1f7a-41b2-8871-1cdf6184d1c6 2018-12-12 15:55:47,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:47,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88bcc5c6-05e9-4b75-80b8-08bc6588dc2d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:55:47,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-88bcc5c6-05e9-4b75-80b8-08bc6588dc2d 2018-12-12 15:55:47,855 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst 2018-12-12 15:55:47,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:47,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-91a57067-3227-46b2-876b-c30ac93b716a x-compute-request-id: req-91a57067-3227-46b2-876b-c30ac93b716a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-flavor-name"}]} 2018-12-12 15:55:47,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-91a57067-3227-46b2-876b-c30ac93b716a 2018-12-12 15:55:47,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/960c5757-7830-4108-b43a-18ca62d93f74 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:47,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-fb8f2203-bfb2-45fc-bab0-7c1d8464aff9 x-compute-request-id: req-fb8f2203-bfb2-45fc-bab0-7c1d8464aff9 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "960c5757-7830-4108-b43a-18ca62d93f74", "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:55:47,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/960c5757-7830-4108-b43a-18ca62d93f74 used request id req-fb8f2203-bfb2-45fc-bab0-7c1d8464aff9 2018-12-12 15:55:47,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:48,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-504c4239-add6-4806-b0d3-8d14ae92a0c3 Date: Wed, 12 Dec 2018 15:55:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:55:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:55:35Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/26315d44-f429-4f31-93da-5975d6f49070/snap", "metadata": {}}], "self": "/v2/images/26315d44-f429-4f31-93da-5975d6f49070", "min_disk": 0, "protected": false, "id": "26315d44-f429-4f31-93da-5975d6f49070", "file": "/v2/images/26315d44-f429-4f31-93da-5975d6f49070/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "389d6f7d9b76408e98bcfe5c22757bce", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/26315d44-f429-4f31-93da-5975d6f49070/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image"} 2018-12-12 15:55:48,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image used request id req-504c4239-add6-4806-b0d3-8d14ae92a0c3 2018-12-12 15:55:48,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:48,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b7e67804-7907-4535-bab0-393fe49d2f19 Date: Wed, 12 Dec 2018 15:55:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:55:48,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b7e67804-7907-4535-bab0-393fe49d2f19 2018-12-12 15:55:48,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" -d '{"server": {"name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "imageRef": "26315d44-f429-4f31-93da-5975d6f49070", "flavorRef": "960c5757-7830-4108-b43a-18ca62d93f74", "max_count": 1, "min_count": 1, "networks": [{"port": "d5c971e9-c9ae-4155-ae85-62c754eff96a"}]}}' 2018-12-12 15:55:49,784 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:55:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3a0fd3f-1f02-4283-840d-73ed6b7810ab x-compute-request-id: req-f3a0fd3f-1f02-4283-840d-73ed6b7810ab Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "adminPass": "AFQfetwxr5zt"}} 2018-12-12 15:55:49,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-f3a0fd3f-1f02-4283-840d-73ed6b7810ab 2018-12-12 15:55:49,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:50,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55: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-e0a22dd6-a491-4be8-ac7a-0797dd8bc329 x-compute-request-id: req-e0a22dd6-a491-4be8-ac7a-0797dd8bc329 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.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:55:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:50,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-e0a22dd6-a491-4be8-ac7a-0797dd8bc329 2018-12-12 15:55:50,141 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst 2018-12-12 15:55:50,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:50,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a56271b-b788-4ecb-a812-fdd23b424e3b x-compute-request-id: req-5a56271b-b788-4ecb-a812-fdd23b424e3b 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.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:55:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:50,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-5a56271b-b788-4ecb-a812-fdd23b424e3b 2018-12-12 15:55:50,550 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst] is - BUILD 2018-12-12 15:55:50,551 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:55:53,554 - create_instance - DEBUG - VM status query timeout in 896.587635994 2018-12-12 15:55:53,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:54,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0386dc6b-6e48-4db8-b49c-b540fa28a7ec x-compute-request-id: req-0386dc6b-6e48-4db8-b49c-b540fa28a7ec 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.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "security_groups": [{"name": "default"}], "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:55:50Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:54,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-0386dc6b-6e48-4db8-b49c-b540fa28a7ec 2018-12-12 15:55:54,121 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst] is - BUILD 2018-12-12 15:55:54,122 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:55:57,125 - create_instance - DEBUG - VM status query timeout in 893.016499996 2018-12-12 15:55:57,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:57,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aace261b-dfd1-42b3-ac0d-3de4fca6367a x-compute-request-id: req-aace261b-dfd1-42b3-ac0d-3de4fca6367a Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:e1:7e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "security_groups": [{"name": "default"}], "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:55Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:57,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-aace261b-dfd1-42b3-ac0d-3de4fca6367a 2018-12-12 15:55:57,308 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst] is - ACTIVE 2018-12-12 15:55:57,309 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:55:57,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:57,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e228095e-ab9e-4cab-9aa8-3727295ef58d x-compute-request-id: req-e228095e-ab9e-4cab-9aa8-3727295ef58d Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:e1:7e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "security_groups": [{"name": "default"}], "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:55Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:57,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-e228095e-ab9e-4cab-9aa8-3727295ef58d 2018-12-12 15:55:57,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:58,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6ebaaeb0-b39a-47a6-80e2-6d83336cc761 Date: Wed, 12 Dec 2018 15:55: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":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:55:58,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-6ebaaeb0-b39a-47a6-80e2-6d83336cc761 2018-12-12 15:55:58,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:58,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5533c5b4-f667-47b4-acc7-035e356a33b2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:55:58,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-5533c5b4-f667-47b4-acc7-035e356a33b2 2018-12-12 15:55:58,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:58,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f315da4f-c521-47c1-bf01-4e4728517079 Date: Wed, 12 Dec 2018 15:55:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:55:58,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-f315da4f-c521-47c1-bf01-4e4728517079 2018-12-12 15:55:58,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:58,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-cc176afd-5cba-415a-a9a3-91efd8e062de Date: Wed, 12 Dec 2018 15:55:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.2"}],"id":"4b6c2067-69f1-49ee-baa9-056fe5cca667","security_groups":[],"mac_address":"fa:16:3e:48:92:c9","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.3"}],"id":"4c524876-a2f1-401d-a097-292c32793551","security_groups":[],"mac_address":"fa:16:3e:7c:c4:d8","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.4"}],"id":"4eb86e69-5ce1-4cc4-a56c-fa65c6f57713","security_groups":[],"mac_address":"fa:16:3e:f4:75:02","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.13"}],"id":"d5c971e9-c9ae-4155-ae85-62c754eff96a","security_groups":["684270a2-faa6-4c90-ba2a-7c5b3e80d35d"],"mac_address":"fa:16:3e:b9:e1:7e","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:46Z","binding:vnic_type":"normal","device_id":"88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f"}]} 2018-12-12 15:55:58,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-cc176afd-5cba-415a-a9a3-91efd8e062de 2018-12-12 15:55:58,558 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:58,760 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:58 GMT Server: Apache x-compute-request-id: req-a9db7e0d-8047-4ed2-b566-a8bc944ddc46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9db7e0d-8047-4ed2-b566-a8bc944ddc46 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:55:42.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26b038cc-163d-4cd4-8993-0154deeeb8fc", "size": 1}, {"status": "available", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:55:40.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "size": 1}]} 2018-12-12 15:55:58,761 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/detail used request id req-a9db7e0d-8047-4ed2-b566-a8bc944ddc46 2018-12-12 15:55:58,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:58,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09e05e94-8c94-4981-a86d-c62fdd1873b6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:55:58,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-09e05e94-8c94-4981-a86d-c62fdd1873b6 2018-12-12 15:55:58,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:55:59,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-10758ea0-6a16-4219-b7ae-f8e9d5ed8006 x-compute-request-id: req-10758ea0-6a16-4219-b7ae-f8e9d5ed8006 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:e1:7e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "security_groups": [{"name": "default"}], "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:55Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:55:59,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-10758ea0-6a16-4219-b7ae-f8e9d5ed8006 2018-12-12 15:55:59,395 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst] is - ACTIVE 2018-12-12 15:55:59,395 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:55:59,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:00,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:55: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-4bdc53c2-59ad-4b95-90f3-58cc4eb61703 x-compute-request-id: req-4bdc53c2-59ad-4b95-90f3-58cc4eb61703 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:e1:7e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "security_groups": [{"name": "default"}], "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:55Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:56:00,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-4bdc53c2-59ad-4b95-90f3-58cc4eb61703 2018-12-12 15:56:00,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:00,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-62ab3931-ece9-494b-9e99-7a705100dbd0 Date: Wed, 12 Dec 2018 15:56: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":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:56:00,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-62ab3931-ece9-494b-9e99-7a705100dbd0 2018-12-12 15:56:00,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:00,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8455fdb-ac7b-4eac-9105-81685f747633 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:56:00,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-f8455fdb-ac7b-4eac-9105-81685f747633 2018-12-12 15:56:00,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:00,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d7a71a40-06e6-4c90-97a5-c57bbb74ae58 Date: Wed, 12 Dec 2018 15:56:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:56:00,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-d7a71a40-06e6-4c90-97a5-c57bbb74ae58 2018-12-12 15:56:00,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:00,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-652ecfd8-4769-4fed-977d-7973b809d2dd Date: Wed, 12 Dec 2018 15:56:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.2"}],"id":"4b6c2067-69f1-49ee-baa9-056fe5cca667","security_groups":[],"mac_address":"fa:16:3e:48:92:c9","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.3"}],"id":"4c524876-a2f1-401d-a097-292c32793551","security_groups":[],"mac_address":"fa:16:3e:7c:c4:d8","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.4"}],"id":"4eb86e69-5ce1-4cc4-a56c-fa65c6f57713","security_groups":[],"mac_address":"fa:16:3e:f4:75:02","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.13"}],"id":"d5c971e9-c9ae-4155-ae85-62c754eff96a","security_groups":["684270a2-faa6-4c90-ba2a-7c5b3e80d35d"],"mac_address":"fa:16:3e:b9:e1:7e","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:46Z","binding:vnic_type":"normal","device_id":"88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f"}]} 2018-12-12 15:56:00,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-652ecfd8-4769-4fed-977d-7973b809d2dd 2018-12-12 15:56:00,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" -d '{"volumeAttachment": {"volumeId": "0e6940d6-6489-495c-8491-335bae87e1e1"}}' 2018-12-12 15:56:02,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56: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-c14dff2d-e17a-4440-9d01-e88be7d1a803 x-compute-request-id: req-c14dff2d-e17a-4440-9d01-e88be7d1a803 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "volumeId": "0e6940d6-6489-495c-8491-335bae87e1e1"}} 2018-12-12 15:56:02,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f/os-volume_attachments used request id req-c14dff2d-e17a-4440-9d01-e88be7d1a803 2018-12-12 15:56:02,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:03,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-4890a03d-817e-491f-8e30-6a49eb13f44d x-compute-request-id: req-4890a03d-817e-491f-8e30-6a49eb13f44d Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:e1:7e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "security_groups": [{"name": "default"}], "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:55Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [{"id": "0e6940d6-6489-495c-8491-335bae87e1e1"}], "metadata": {}}} 2018-12-12 15:56:03,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-4890a03d-817e-491f-8e30-6a49eb13f44d 2018-12-12 15:56:03,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:03,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3474f927-6712-4dcb-aa44-bb54f4c94c9c Date: Wed, 12 Dec 2018 15:56: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":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:56:03,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-3474f927-6712-4dcb-aa44-bb54f4c94c9c 2018-12-12 15:56:03,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:03,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-668656d1-3a4f-4e38-bbc2-1e76e432253b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:56:03,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-668656d1-3a4f-4e38-bbc2-1e76e432253b 2018-12-12 15:56:03,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:03,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cd72b13c-08ad-4332-889f-608571587322 Date: Wed, 12 Dec 2018 15:56:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:56:03,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-cd72b13c-08ad-4332-889f-608571587322 2018-12-12 15:56:03,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:03,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-d016c040-10c7-4d0d-8b39-c0ac38dbaca9 Date: Wed, 12 Dec 2018 15:56:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.2"}],"id":"4b6c2067-69f1-49ee-baa9-056fe5cca667","security_groups":[],"mac_address":"fa:16:3e:48:92:c9","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.3"}],"id":"4c524876-a2f1-401d-a097-292c32793551","security_groups":[],"mac_address":"fa:16:3e:7c:c4:d8","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.4"}],"id":"4eb86e69-5ce1-4cc4-a56c-fa65c6f57713","security_groups":[],"mac_address":"fa:16:3e:f4:75:02","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.13"}],"id":"d5c971e9-c9ae-4155-ae85-62c754eff96a","security_groups":["684270a2-faa6-4c90-ba2a-7c5b3e80d35d"],"mac_address":"fa:16:3e:b9:e1:7e","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:46Z","binding:vnic_type":"normal","device_id":"88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f"}]} 2018-12-12 15:56:03,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-d016c040-10c7-4d0d-8b39-c0ac38dbaca9 2018-12-12 15:56:03,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:04,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cacee6c99a1a436f99dc737864e160c2", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role"}], "expires_at": "2018-12-12T16:56:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "389d6f7d9b76408e98bcfe5c22757bce", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/389d6f7d9b76408e98bcfe5c22757bce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-user", "id": "b25a9a43f926448bb649e10979fcabeb"}, "audit_ids": ["0A2o9YQ5SgqhqsmHYZjfwA"], "issued_at": "2018-12-12T15:56:04.000000Z"}} 2018-12-12 15:56:04,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4eb521ab60f8b5cce08400b7f29a9fd20d02904" 2018-12-12 15:56:04,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae7d62c7-7830-4d6d-b5fe-e590c30d193e x-compute-request-id: req-ae7d62c7-7830-4d6d-b5fe-e590c30d193e Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:e1:7e", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "security_groups": [{"name": "default"}], "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:55:55Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [{"id": "0e6940d6-6489-495c-8491-335bae87e1e1"}], "metadata": {}}]} 2018-12-12 15:56:04,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst used request id req-ae7d62c7-7830-4d6d-b5fe-e590c30d193e 2018-12-12 15:56:04,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4eb521ab60f8b5cce08400b7f29a9fd20d02904" 2018-12-12 15:56:05,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a1aac567-de45-4d51-a81c-eb41c585186b Date: Wed, 12 Dec 2018 15:56:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0307751a-5edb-4d33-9381-b883cebf0f8a"],"updated_at":"2018-12-12T15:55:38Z","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"389d6f7d9b76408e98bcfe5c22757bce","id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net"}]} 2018-12-12 15:56:05,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net used request id req-a1aac567-de45-4d51-a81c-eb41c585186b 2018-12-12 15:56:05,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4eb521ab60f8b5cce08400b7f29a9fd20d02904" 2018-12-12 15:56:05,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-de62108c-8e42-416e-9a10-6603756dbfc1 Date: Wed, 12 Dec 2018 15:56:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:38Z","dns_nameservers":[],"updated_at":"2018-12-12T15:55: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":"389d6f7d9b76408e98bcfe5c22757bce","id":"0307751a-5edb-4d33-9381-b883cebf0f8a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet"}]} 2018-12-12 15:56:05,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-de62108c-8e42-416e-9a10-6603756dbfc1 2018-12-12 15:56:05,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4eb521ab60f8b5cce08400b7f29a9fd20d02904" 2018-12-12 15:56:05,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-12833da5-4ae9-4d1a-a059-e490fcbe3089 Date: Wed, 12 Dec 2018 15:56:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.2"}],"id":"4b6c2067-69f1-49ee-baa9-056fe5cca667","security_groups":[],"mac_address":"fa:16:3e:48:92:c9","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.3"}],"id":"4c524876-a2f1-401d-a097-292c32793551","security_groups":[],"mac_address":"fa:16:3e:7c:c4:d8","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.4"}],"id":"4eb86e69-5ce1-4cc4-a56c-fa65c6f57713","security_groups":[],"mac_address":"fa:16:3e:f4:75:02","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d33fccd3-9a01-4e5e-88b7-59652d697f4f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:55:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0307751a-5edb-4d33-9381-b883cebf0f8a","ip_address":"10.55.0.13"}],"id":"d5c971e9-c9ae-4155-ae85-62c754eff96a","security_groups":["684270a2-faa6-4c90-ba2a-7c5b3e80d35d"],"mac_address":"fa:16:3e:b9:e1:7e","project_id":"389d6f7d9b76408e98bcfe5c22757bce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port","admin_state_up":true,"network_id":"d33fccd3-9a01-4e5e-88b7-59652d697f4f","tenant_id":"389d6f7d9b76408e98bcfe5c22757bce","created_at":"2018-12-12T15:55:46Z","binding:vnic_type":"normal","device_id":"88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f"}]} 2018-12-12 15:56:05,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-12833da5-4ae9-4d1a-a059-e490fcbe3089 2018-12-12 15:56:05,500 - create_instance - INFO - Deleting Port with ID - d5c971e9-c9ae-4155-ae85-62c754eff96a 2018-12-12 15:56:05,500 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-port 2018-12-12 15:56:05,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/d5c971e9-c9ae-4155-ae85-62c754eff96a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:05,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-842a3223-1b2f-4c3a-a464-abdacc399e6a Date: Wed, 12 Dec 2018 15:56:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:56:05,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/d5c971e9-c9ae-4155-ae85-62c754eff96a used request id req-842a3223-1b2f-4c3a-a464-abdacc399e6a 2018-12-12 15:56:05,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9db7e0d-8047-4ed2-b566-a8bc944ddc46" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:06,140 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:05 GMT Server: Apache x-compute-request-id: req-0217fdd6-9b35-4e95-a001-9cdacb5baa31 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0217fdd6-9b35-4e95-a001-9cdacb5baa31 Content-Encoding: gzip Content-Length: 582 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [{"server_id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "attachment_id": "78b781ea-df70-4c87-9a65-f7b69c6775f6", "attached_at": "2018-12-12T15:56:04.000000", "host_name": null, "volume_id": "0e6940d6-6489-495c-8491-335bae87e1e1", "device": "/dev/vdb", "id": "0e6940d6-6489-495c-8491-335bae87e1e1"}], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:56:05.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "size": 1}} 2018-12-12 15:56:06,141 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 used request id req-0217fdd6-9b35-4e95-a001-9cdacb5baa31 2018-12-12 15:56:06,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f/os-volume_attachments/0e6940d6-6489-495c-8491-335bae87e1e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:07,146 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:56:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b9ada53-9cbd-4d2a-bf24-c4c85cfdfbfc x-compute-request-id: req-7b9ada53-9cbd-4d2a-bf24-c4c85cfdfbfc Content-Length: 0 Content-Type: application/json 2018-12-12 15:56:07,146 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f/os-volume_attachments/0e6940d6-6489-495c-8491-335bae87e1e1 used request id req-7b9ada53-9cbd-4d2a-bf24-c4c85cfdfbfc 2018-12-12 15:56:07,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:07,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56: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-9a3e5cb9-ee30-4ba0-9830-cbfe2cf09685 x-compute-request-id: req-9a3e5cb9-ee30-4ba0-9830-cbfe2cf09685 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:56:04Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [{"id": "0e6940d6-6489-495c-8491-335bae87e1e1"}], "metadata": {}}} 2018-12-12 15:56:07,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-9a3e5cb9-ee30-4ba0-9830-cbfe2cf09685 2018-12-12 15:56:10,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:10,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bae254a0-617b-4cd6-b90f-33dea15df779 x-compute-request-id: req-bae254a0-617b-4cd6-b90f-33dea15df779 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:56:04Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:56:10,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-bae254a0-617b-4cd6-b90f-33dea15df779 2018-12-12 15:56:10,946 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst 2018-12-12 15:56:10,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:11,107 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:56:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6168b08-f18b-4d89-b094-705add57fea5 x-compute-request-id: req-f6168b08-f18b-4d89-b094-705add57fea5 Content-Type: application/json 2018-12-12 15:56:11,108 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-f6168b08-f18b-4d89-b094-705add57fea5 2018-12-12 15:56:11,108 - create_instance - INFO - Checking deletion status 2018-12-12 15:56:11,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:11,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a25e4037-4c09-4f8f-9779-171256952e3a x-compute-request-id: req-a25e4037-4c09-4f8f-9779-171256952e3a 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.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "rel": "bookmark"}], "image": {"id": "26315d44-f429-4f31-93da-5975d6f49070", "links": [{"href": "http://172.30.9.29:8774/images/26315d44-f429-4f31-93da-5975d6f49070", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:55:54.000000", "flavor": {"id": "960c5757-7830-4108-b43a-18ca62d93f74", "links": [{"href": "http://172.30.9.29:8774/flavors/960c5757-7830-4108-b43a-18ca62d93f74", "rel": "bookmark"}]}, "id": "88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f", "user_id": "b25a9a43f926448bb649e10979fcabeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:56:11Z", "hostId": "6cef613a12d8ad0a1327f1cc9ffbc1b4416ef22ebb05208c1746ae55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst", "created": "2018-12-12T15:55:49Z", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:56:11,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-a25e4037-4c09-4f8f-9779-171256952e3a 2018-12-12 15:56:11,352 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst] is - ACTIVE 2018-12-12 15:56:11,352 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:56:14,355 - create_instance - DEBUG - VM status query timeout in 296.75307703 2018-12-12 15:56:14,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a6e5d10a5a1e78203416eceb438459f3dd1eae" 2018-12-12 15:56:14,403 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e16e9cd-e12a-4cae-b063-31c784212d8d x-compute-request-id: req-5e16e9cd-e12a-4cae-b063-31c784212d8d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f could not be found.", "code": 404}} 2018-12-12 15:56:14,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f used request id req-5e16e9cd-e12a-4cae-b063-31c784212d8d 2018-12-12 15:56:14,404 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 88d5f0a7-9f3c-4fcc-ba33-291f431a4e9f could not be found. (HTTP 404) (Request-ID: req-5e16e9cd-e12a-4cae-b063-31c784212d8d) 2018-12-12 15:56:14,404 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-inst 2018-12-12 15:56:14,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/960c5757-7830-4108-b43a-18ca62d93f74 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f01e7c29eefc791352b0a5a494c30f3075c45956" 2018-12-12 15:56:14,450 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b838a21a-6722-45ed-a732-00ce5d5d8180 x-compute-request-id: req-b838a21a-6722-45ed-a732-00ce5d5d8180 Content-Length: 0 Content-Type: application/json 2018-12-12 15:56:14,450 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/960c5757-7830-4108-b43a-18ca62d93f74 used request id req-b838a21a-6722-45ed-a732-00ce5d5d8180 2018-12-12 15:56:14,451 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet 2018-12-12 15:56:14,451 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-subnet 2018-12-12 15:56:14,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/0307751a-5edb-4d33-9381-b883cebf0f8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" 2018-12-12 15:56:16,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc117334-19b7-4db0-9231-490cb411179e Date: Wed, 12 Dec 2018 15:56:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:56:16,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/0307751a-5edb-4d33-9381-b883cebf0f8a used request id req-dc117334-19b7-4db0-9231-490cb411179e 2018-12-12 15:56:16,891 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-pub-net 2018-12-12 15:56:16,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/d33fccd3-9a01-4e5e-88b7-59652d697f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4e3123246c0c7332cb09bd7a2a7c1cd2c5eb6" 2018-12-12 15:56:18,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b2e5b7d-f1c0-42bd-87db-d830d8bd5414 Date: Wed, 12 Dec 2018 15:56:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:56:18,144 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d33fccd3-9a01-4e5e-88b7-59652d697f4f used request id req-6b2e5b7d-f1c0-42bd-87db-d830d8bd5414 2018-12-12 15:56:18,148 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" 2018-12-12 15:56:18,199 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:18 GMT Server: Apache x-compute-request-id: req-3f8ff320-9130-40c0-b6b0-fff5a9894f24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f8ff320-9130-40c0-b6b0-fff5a9894f24 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:55:42.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26b038cc-163d-4cd4-8993-0154deeeb8fc", "size": 1}} 2018-12-12 15:56:18,199 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc used request id req-3f8ff320-9130-40c0-b6b0-fff5a9894f24 2018-12-12 15:56:18,199 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:56:18,199 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2 2018-12-12 15:56:18,200 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2 2018-12-12 15:56:18,202 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" 2018-12-12 15:56:18,436 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:56:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eb936555-23b4-413b-af09-bc50716bf20e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:56:18,437 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc used request id req-eb936555-23b4-413b-af09-bc50716bf20e 2018-12-12 15:56:18,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" 2018-12-12 15:56:18,634 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:18 GMT Server: Apache x-compute-request-id: req-da331477-b7b9-4497-af78-21007c06e82a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da331477-b7b9-4497-af78-21007c06e82a Content-Encoding: gzip Content-Length: 470 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:56:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26b038cc-163d-4cd4-8993-0154deeeb8fc", "size": 1}} 2018-12-12 15:56:18,634 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc used request id req-da331477-b7b9-4497-af78-21007c06e82a 2018-12-12 15:56:18,635 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:56:18,635 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:56:21,638 - create_volume - DEBUG - Volume status query timeout in 56.7987670898 2018-12-12 15:56:21,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb0c4f3-1850-450a-b1c6-a428cdb93b01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903cfdad3ca88db790328105de2ae42cb38eb839" 2018-12-12 15:56:21,851 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:56:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-13d42d49-87f1-490e-9507-bb7abb03069a x-openstack-request-id: req-13d42d49-87f1-490e-9507-bb7abb03069a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 26b038cc-163d-4cd4-8993-0154deeeb8fc could not be found.", "code": 404}} 2018-12-12 15:56:21,851 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/26b038cc-163d-4cd4-8993-0154deeeb8fc used request id req-13d42d49-87f1-490e-9507-bb7abb03069a 2018-12-12 15:56:21,851 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 26b038cc-163d-4cd4-8993-0154deeeb8fc could not be found. (HTTP 404) (Request-ID: req-13d42d49-87f1-490e-9507-bb7abb03069a) 2018-12-12 15:56:21,851 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-2 2018-12-12 15:56:21,855 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5d4bd925-f428-43d0-933a-0ddd9d15e550" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" 2018-12-12 15:56:22,067 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:21 GMT Server: Apache x-compute-request-id: req-85f362dd-1846-4168-8d59-d38f7f0d37a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-85f362dd-1846-4168-8d59-d38f7f0d37a1 Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:56:07.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "size": 1}} 2018-12-12 15:56:22,068 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 used request id req-85f362dd-1846-4168-8d59-d38f7f0d37a1 2018-12-12 15:56:22,068 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:56:22,068 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1 2018-12-12 15:56:22,068 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1 2018-12-12 15:56:22,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5d4bd925-f428-43d0-933a-0ddd9d15e550" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" 2018-12-12 15:56:22,317 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:56:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-81473a82-baba-40cd-bbf0-b061864b92c4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:56:22,317 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 used request id req-81473a82-baba-40cd-bbf0-b061864b92c4 2018-12-12 15:56:22,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5d4bd925-f428-43d0-933a-0ddd9d15e550" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" 2018-12-12 15:56:22,537 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:22 GMT Server: Apache x-compute-request-id: req-4f44fda2-8079-4468-8b6e-6a6ccfee9930 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f44fda2-8079-4468-8b6e-6a6ccfee9930 Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "b25a9a43f926448bb649e10979fcabeb", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "self"}, {"href": "http://172.30.9.29:8776/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:55:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "updated_at": "2018-12-12T15:56:22.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "0e6940d6-6489-495c-8491-335bae87e1e1", "size": 1}} 2018-12-12 15:56:22,537 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 used request id req-4f44fda2-8079-4468-8b6e-6a6ccfee9930 2018-12-12 15:56:22,537 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:56:22,538 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:56:25,541 - create_volume - DEBUG - Volume status query timeout in 56.7766509056 2018-12-12 15:56:25,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5d4bd925-f428-43d0-933a-0ddd9d15e550" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b5201f4db776642142fc05d5e91133533d1288b" 2018-12-12 15:56:25,761 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:56:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9e11823b-2819-4696-920b-66f854a09fdd x-openstack-request-id: req-9e11823b-2819-4696-920b-66f854a09fdd Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0e6940d6-6489-495c-8491-335bae87e1e1 could not be found.", "code": 404}} 2018-12-12 15:56:25,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389d6f7d9b76408e98bcfe5c22757bce/volumes/0e6940d6-6489-495c-8491-335bae87e1e1 used request id req-9e11823b-2819-4696-920b-66f854a09fdd 2018-12-12 15:56:25,762 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0e6940d6-6489-495c-8491-335bae87e1e1 could not be found. (HTTP 404) (Request-ID: req-9e11823b-2819-4696-920b-66f854a09fdd) 2018-12-12 15:56:25,762 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-1 2018-12-12 15:56:25,763 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-e14423eb-863b-4368-b946-e261084322ea-image 2018-12-12 15:56:25,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0842e40685a77d936a132a064657cceea1f78594" 2018-12-12 15:56:27,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bec5b109-59b4-4b20-a56f-43d7401dff46 Date: Wed, 12 Dec 2018 15:56:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:56:27,262 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/26315d44-f429-4f31-93da-5975d6f49070 used request id req-bec5b109-59b4-4b20-a56f-43d7401dff46 2018-12-12 15:56:27,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:56:27,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0e31bb6a-ddff-4047-a970-ca95dbc23195 Date: Wed, 12 Dec 2018 15:56:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "created_at": "2018-12-12T15:55:37Z", "updated_at": "2018-12-12T15:55:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:55:37Z", "revision_number": 0, "id": "01720400-1ff4-435f-9555-0f65409f756b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:55:37Z", "security_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "port_range_min": null, "ethertype": "IPv6", "project_id": "389d6f7d9b76408e98bcfe5c22757bce"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:55:37Z", "revision_number": 0, "id": "0359dbaf-3379-47ef-812a-382ea8e05c5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:55:37Z", "security_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "port_range_min": null, "ethertype": "IPv4", "project_id": "389d6f7d9b76408e98bcfe5c22757bce"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:55:37Z", "revision_number": 0, "id": "5546ba98-a538-44ad-852c-a44b63acdc1b", "remote_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "remote_ip_prefix": null, "created_at": "2018-12-12T15:55:37Z", "security_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "port_range_min": null, "ethertype": "IPv6", "project_id": "389d6f7d9b76408e98bcfe5c22757bce"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:55:37Z", "revision_number": 0, "id": "71b03174-6504-4a54-8c84-00303fac22a9", "remote_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "remote_ip_prefix": null, "created_at": "2018-12-12T15:55:37Z", "security_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "port_range_min": null, "ethertype": "IPv4", "project_id": "389d6f7d9b76408e98bcfe5c22757bce"}], "revision_number": 4, "project_id": "389d6f7d9b76408e98bcfe5c22757bce", "id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:56:27,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-0e31bb6a-ddff-4047-a970-ca95dbc23195 2018-12-12 15:56:27,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:56:27,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7938ca09-5f11-493a-b1a4-de6eeaad8b58 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce"}, "enabled": true, "id": "389d6f7d9b76408e98bcfe5c22757bce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj"}} 2018-12-12 15:56:27,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-7938ca09-5f11-493a-b1a4-de6eeaad8b58 2018-12-12 15:56:27,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 684270a2-faa6-4c90-ba2a-7c5b3e80d35d 2018-12-12 15:56:27,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=684270a2-faa6-4c90-ba2a-7c5b3e80d35d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:56:27,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-49660fda-fdef-4849-a9a0-05113cf7d1c0 Date: Wed, 12 Dec 2018 15:56:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:55:37Z", "security_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "port_range_min": null, "revision_number": 0, "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "created_at": "2018-12-12T15:55:37Z", "project_id": "389d6f7d9b76408e98bcfe5c22757bce", "id": "01720400-1ff4-435f-9555-0f65409f756b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:55:37Z", "security_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "port_range_min": null, "revision_number": 0, "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "created_at": "2018-12-12T15:55:37Z", "project_id": "389d6f7d9b76408e98bcfe5c22757bce", "id": "0359dbaf-3379-47ef-812a-382ea8e05c5d"}, {"remote_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:55:37Z", "security_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "port_range_min": null, "revision_number": 0, "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "created_at": "2018-12-12T15:55:37Z", "project_id": "389d6f7d9b76408e98bcfe5c22757bce", "id": "5546ba98-a538-44ad-852c-a44b63acdc1b"}, {"remote_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:55:37Z", "security_group_id": "684270a2-faa6-4c90-ba2a-7c5b3e80d35d", "port_range_min": null, "revision_number": 0, "tenant_id": "389d6f7d9b76408e98bcfe5c22757bce", "created_at": "2018-12-12T15:55:37Z", "project_id": "389d6f7d9b76408e98bcfe5c22757bce", "id": "71b03174-6504-4a54-8c84-00303fac22a9"}]} 2018-12-12 15:56:27,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=684270a2-faa6-4c90-ba2a-7c5b3e80d35d used request id req-49660fda-fdef-4849-a9a0-05113cf7d1c0 2018-12-12 15:56:27,752 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:56:27,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/684270a2-faa6-4c90-ba2a-7c5b3e80d35d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:56:28,069 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19c26a5c-3dff-4c7c-8e37-1965cdd3f9b5 Content-Length: 0 Date: Wed, 12 Dec 2018 15:56:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:56:28,069 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/684270a2-faa6-4c90-ba2a-7c5b3e80d35d used request id req-19c26a5c-3dff-4c7c-8e37-1965cdd3f9b5 2018-12-12 15:56:28,070 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj 2018-12-12 15:56:28,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:56:28,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:56:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88d6b7bf-d93b-4c95-ab41-75fc9ca8a790 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:56:28,265 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/389d6f7d9b76408e98bcfe5c22757bce used request id req-88d6b7bf-d93b-4c95-ab41-75fc9ca8a790 2018-12-12 15:56:28,265 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-f87b9ffe-a532-46f-proj-role 2018-12-12 15:56:28,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/cacee6c99a1a436f99dc737864e160c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:56:28,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:56:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51132172-831c-48fa-b786-4d2948c03f4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:56:28,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/cacee6c99a1a436f99dc737864e160c2 used request id req-51132172-831c-48fa-b786-4d2948c03f4b 2018-12-12 15:56:28,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8e8ec0d886ed80d057081dc08204fface0ea97" 2018-12-12 15:56:28,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f23b0fbc-d8f4-40c2-b696-c0ee02618782 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:56:28,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f23b0fbc-d8f4-40c2-b696-c0ee02618782 2018-12-12 15:56:28,471 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-f87b9ffe-a532-46f-user 2018-12-12 15:56:28,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/b25a9a43f926448bb649e10979fcabeb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}812746a0081a8606f762943c869af5919efe6dbc" 2018-12-12 15:56:28,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:56:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2a7dcab-200d-4827-8265-c5f8de9e3131 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:56:28,685 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/b25a9a43f926448bb649e10979fcabeb used request id req-f2a7dcab-200d-4827-8265-c5f8de9e3131 2018-12-12 15:56:28,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:29,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["v5VPCDKpSxSOMrDcS2GY5g"], "issued_at": "2018-12-12T15:56:29.000000Z"}} 2018-12-12 15:56:29,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3647963ab5e3c8574399fab99a1657e59396e8" 2018-12-12 15:56:29,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0493ef3f-0cd0-4975-ac65-e70744eecec3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:29,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0493ef3f-0cd0-4975-ac65-e70744eecec3 2018-12-12 15:56:29,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:29,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:29,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["2vdbTTVIRlu5oY1ewME2YQ"], "issued_at": "2018-12-12T15:56:29.000000Z"}} 2018-12-12 15:56:29,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:56:29,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689694e7-0c42-469d-a1c3-6d464d989fe5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:29,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-689694e7-0c42-469d-a1c3-6d464d989fe5 2018-12-12 15:56:29,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:56:29,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:56:29,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-2bf3be11-5d09-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:56:29,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-307ec604-c3c5-4a2a-ad95-07b27c10a91b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-2bf3be11-5d09-415-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:56:29,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-2bf3be11-5d09-415-proj used request id req-307ec604-c3c5-4a2a-ad95-07b27c10a91b 2018-12-12 15:56:29,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:56:29,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048a04c0-df4f-41a9-9c24-1afa50fb2805 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:56:29,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-048a04c0-df4f-41a9-9c24-1afa50fb2805 2018-12-12 15:56:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}}' 2018-12-12 15:56:30,011 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:56:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e932507d-2b51-45b4-a77a-5863abd2bcbc Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:56:30,011 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e932507d-2b51-45b4-a77a-5863abd2bcbc 2018-12-12 15:56:30,011 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-2bf3be11-5d09-415-proj 2018-12-12 15:56:30,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:30,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:30,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:56:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["F7ca7PJ3RNSbaf04MuMTnQ"], "issued_at": "2018-12-12T15:56:30.000000Z"}} 2018-12-12 15:56:30,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd9315f93e59fbbc47534f077da803596dbdf7f" 2018-12-12 15:56:30,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2bd0801-6c8b-4678-96a7-a38d555fac06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:30,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a2bd0801-6c8b-4678-96a7-a38d555fac06 2018-12-12 15:56:30,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:56:30,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:56:30,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd9315f93e59fbbc47534f077da803596dbdf7f" 2018-12-12 15:56:30,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e171893-3d03-4efc-bb34-ec000e2cee3b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:56:30,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3e171893-3d03-4efc-bb34-ec000e2cee3b 2018-12-12 15:56:30,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-2bf3be11-5d09-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd9315f93e59fbbc47534f077da803596dbdf7f" 2018-12-12 15:56:30,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e1548eb-e3a1-4f6e-a2da-b2beb9c04716 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-2bf3be11-5d09-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}]} 2018-12-12 15:56:30,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-2bf3be11-5d09-415-proj used request id req-2e1548eb-e3a1-4f6e-a2da-b2beb9c04716 2018-12-12 15:56:30,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd9315f93e59fbbc47534f077da803596dbdf7f" 2018-12-12 15:56:30,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce734c98-79ef-4ea9-a68f-8664200229a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:56:30,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ce734c98-79ef-4ea9-a68f-8664200229a5 2018-12-12 15:56:31,010 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-2bf3be11-5d09-415-user 2018-12-12 15:56:31,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:31,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:56:31,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5cb557e-e791-4296-b1ac-7de42ccfb946 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:56:31,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b5cb557e-e791-4296-b1ac-7de42ccfb946 2018-12-12 15:56:31,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" -d '{"role": {"name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}}' 2018-12-12 15:56:31,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:56:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37606f46-5fbf-4264-9345-fa580ec4f899 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2a8da80e01794d40bc880274e01cc2b3", "links": {"self": "http://172.30.9.29:5000/v3/roles/2a8da80e01794d40bc880274e01cc2b3"}, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}} 2018-12-12 15:56:31,238 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-37606f46-5fbf-4264-9345-fa580ec4f899 2018-12-12 15:56:31,239 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role 2018-12-12 15:56:31,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/2a8da80e01794d40bc880274e01cc2b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:56:31,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393a5c9d-beb7-4ca9-8c0b-4271cee0e35d Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/2a8da80e01794d40bc880274e01cc2b3"}, "domain_id": null, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role", "id": "2a8da80e01794d40bc880274e01cc2b3"}} 2018-12-12 15:56:31,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/2a8da80e01794d40bc880274e01cc2b3 used request id req-393a5c9d-beb7-4ca9-8c0b-4271cee0e35d 2018-12-12 15:56:31,333 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role to project CreateInstanceVolumeTests-2bf3be11-5d09-415-proj 2018-12-12 15:56:31,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1/users/e791662602394255ae8ada46b4087f4d/roles/2a8da80e01794d40bc880274e01cc2b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:56:31,457 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:56:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aac8a38f-bb70-4f9f-8f5d-a8cb370bd3da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:56:31,457 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1/users/e791662602394255ae8ada46b4087f4d/roles/2a8da80e01794d40bc880274e01cc2b3 used request id req-aac8a38f-bb70-4f9f-8f5d-a8cb370bd3da 2018-12-12 15:56:31,457 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:56:31,459 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:56:31,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:31,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:31,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a8da80e01794d40bc880274e01cc2b3", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}], "expires_at": "2018-12-12T16:56:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3872f6f3c654d3689d165d72c539ae1", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-user", "id": "e791662602394255ae8ada46b4087f4d"}, "audit_ids": ["ooJR_AN1RZ2sUPQRz-zkLA"], "issued_at": "2018-12-12T15:56:31.000000Z"}} 2018-12-12 15:56:31,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" 2018-12-12 15:56:31,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f91cf91-5bed-453d-b8f3-8fc6a9f2e349 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:31,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5f91cf91-5bed-453d-b8f3-8fc6a9f2e349 2018-12-12 15:56:31,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" 2018-12-12 15:56:32,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-8aa9a518-d13a-4e32-904b-752878f8cc51 Date: Wed, 12 Dec 2018 15:56:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image"} 2018-12-12 15:56:32,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image used request id req-8aa9a518-d13a-4e32-904b-752878f8cc51 2018-12-12 15:56:32,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" 2018-12-12 15:56:32,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0ef02397-3f2c-4033-973f-3ce7b709dc57 Date: Wed, 12 Dec 2018 15:56:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:56:32,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0ef02397-3f2c-4033-973f-3ce7b709dc57 2018-12-12 15:56:32,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image"}' 2018-12-12 15:56:32,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4 X-Openstack-Request-Id: req-f51dc196-badf-4617-93d0-7202150e5e91 Date: Wed, 12 Dec 2018 15:56:32 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:56:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:56:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "min_disk": 0, "protected": false, "id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "file": "/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/file", "checksum": null, "owner": "d3872f6f3c654d3689d165d72c539ae1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:56:32,563 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-f51dc196-badf-4617-93d0-7202150e5e91 2018-12-12 15:56:32,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" -d '' 2018-12-12 15:56:33,817 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c31781df-50a6-4083-a2d8-f415a4740989 Date: Wed, 12 Dec 2018 15:56:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:56:33,817 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/file used request id req-c31781df-50a6-4083-a2d8-f415a4740989 2018-12-12 15:56:33,818 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:56:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" 2018-12-12 15:56:33,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-6a273027-c0f9-495e-a66e-c1a83f159a3b Date: Wed, 12 Dec 2018 15:56:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:56:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:56:33Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/snap", "metadata": {}}], "self": "/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "min_disk": 0, "protected": false, "id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "file": "/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3872f6f3c654d3689d165d72c539ae1", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:56:33,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4 used request id req-6a273027-c0f9-495e-a66e-c1a83f159a3b 2018-12-12 15:56:33,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" 2018-12-12 15:56:34,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-07d9ef89-42d2-482b-9a93-2473a18a3e62 Date: Wed, 12 Dec 2018 15:56:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:56:34,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-07d9ef89-42d2-482b-9a93-2473a18a3e62 2018-12-12 15:56:34,142 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image 2018-12-12 15:56:34,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" 2018-12-12 15:56:34,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-8e119401-e719-4011-95c1-7f4a89a5be67 Date: Wed, 12 Dec 2018 15:56:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:56:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:56:33Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/snap", "metadata": {}}], "self": "/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "min_disk": 0, "protected": false, "id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "file": "/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3872f6f3c654d3689d165d72c539ae1", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:56:34,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4 used request id req-8e119401-e719-4011-95c1-7f4a89a5be67 2018-12-12 15:56:34,162 - create_image - DEBUG - Instance status is - active 2018-12-12 15:56:34,162 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image 2018-12-12 15:56:34,163 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image 2018-12-12 15:56:34,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:34,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:34,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["CfOL7He2Qt-JWsxBTUuZGA"], "issued_at": "2018-12-12T15:56:34.000000Z"}} 2018-12-12 15:56:34,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2238e7bd43dd974c57c16c6a172a01fb1336547b" 2018-12-12 15:56:34,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16afc011-be59-487a-a050-b806bdd5a9d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:34,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16afc011-be59-487a-a050-b806bdd5a9d3 2018-12-12 15:56:34,637 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:56:34,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2238e7bd43dd974c57c16c6a172a01fb1336547b" 2018-12-12 15:56:34,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-666abab2-1473-4563-b3bc-7ef2b3552103 x-compute-request-id: req-666abab2-1473-4563-b3bc-7ef2b3552103 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:56:34,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-666abab2-1473-4563-b3bc-7ef2b3552103 2018-12-12 15:56:34,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2238e7bd43dd974c57c16c6a172a01fb1336547b" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:56:34,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-4296526a-91d9-4781-8fbd-32110edb48c7 x-compute-request-id: req-4296526a-91d9-4781-8fbd-32110edb48c7 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "dd629956-9859-42de-9767-391e0d307303", "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:56:34,890 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4296526a-91d9-4781-8fbd-32110edb48c7 2018-12-12 15:56:34,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:34,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:35,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a8da80e01794d40bc880274e01cc2b3", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}], "expires_at": "2018-12-12T16:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3872f6f3c654d3689d165d72c539ae1", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-user", "id": "e791662602394255ae8ada46b4087f4d"}, "audit_ids": ["lLlK3yQeRn2fOP6DUrnCBw"], "issued_at": "2018-12-12T15:56:35.000000Z"}} 2018-12-12 15:56:35,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" 2018-12-12 15:56:35,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-328e04bb-5fc4-4e0e-8bac-869337d6a8fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:35,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-328e04bb-5fc4-4e0e-8bac-869337d6a8fd 2018-12-12 15:56:35,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" 2018-12-12 15:56:35,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9a867c5d-bb63-48f6-a277-b369dd76fcca Date: Wed, 12 Dec 2018 15:56:35 GMT RESP BODY: {"networks":[]} 2018-12-12 15:56:35,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-9a867c5d-bb63-48f6-a277-b369dd76fcca 2018-12-12 15:56:35,518 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net 2018-12-12 15:56:35,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" -d '{"network": {"name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net", "admin_state_up": true}}' 2018-12-12 15:56:36,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d49630f5-574c-47ab-bea8-a8d0f65753c6 Date: Wed, 12 Dec 2018 15:56:36 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T15:56:35Z","is_default":false,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","mtu":1450}} 2018-12-12 15:56:36,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-d49630f5-574c-47ab-bea8-a8d0f65753c6 2018-12-12 15:56:36,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" 2018-12-12 15:56:36,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-fd8c4a49-c22e-469a-872e-790f463c9ad5 Date: Wed, 12 Dec 2018 15:56:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T15:56:35Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:56:36,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-fd8c4a49-c22e-469a-872e-790f463c9ad5 2018-12-12 15:56:36,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" 2018-12-12 15:56:36,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c1d92959-6c46-43ae-a65b-18bb6a1a376d Date: Wed, 12 Dec 2018 15:56:36 GMT RESP BODY: {"subnets":[]} 2018-12-12 15:56:36,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-c1d92959-6c46-43ae-a65b-18bb6a1a376d 2018-12-12 15:56:36,582 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet 2018-12-12 15:56:36,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" -d '{"subnets": [{"ip_version": 4, "network_id": "527ed091-b0f3-4dd1-a977-322cf6d89a77", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]}' 2018-12-12 15:56:37,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7e97dc78-2548-4166-b81a-252912ba41b9 Date: Wed, 12 Dec 2018 15:56:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:56:37,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-7e97dc78-2548-4166-b81a-252912ba41b9 2018-12-12 15:56:37,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" 2018-12-12 15:56:37,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b557e784-f67b-4bb9-be28-c24eb31e0061 Date: Wed, 12 Dec 2018 15:56:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:56:37,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-b557e784-f67b-4bb9-be28-c24eb31e0061 2018-12-12 15:56:37,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" 2018-12-12 15:56:37,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4e16b2f9-9b96-4612-9f0c-c5c6d9ae8ee0 Date: Wed, 12 Dec 2018 15:56:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:56:37,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-4e16b2f9-9b96-4612-9f0c-c5c6d9ae8ee0 2018-12-12 15:56:37,944 - OpenStackNetwork - DEBUG - Network [527ed091-b0f3-4dd1-a977-322cf6d89a77] created successfully 2018-12-12 15:56:37,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:37,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:38,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a8da80e01794d40bc880274e01cc2b3", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}], "expires_at": "2018-12-12T16:56:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3872f6f3c654d3689d165d72c539ae1", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-user", "id": "e791662602394255ae8ada46b4087f4d"}, "audit_ids": ["qgNESoapQpiYXZUeeAUcRw"], "issued_at": "2018-12-12T15:56:38.000000Z"}} 2018-12-12 15:56:38,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:56:38,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d6e969-c88e-45a5-b6f5-e895416a5e85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:38,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-67d6e969-c88e-45a5-b6f5-e895416a5e85 2018-12-12 15:56:38,401 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:56:38,606 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:38 GMT Server: Apache x-compute-request-id: req-7fe24610-a10a-4e90-98bf-752c8312b38e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7fe24610-a10a-4e90-98bf-752c8312b38e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-12 15:56:38,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/detail used request id req-7fe24610-a10a-4e90-98bf-752c8312b38e 2018-12-12 15:56:38,611 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7fe24610-a10a-4e90-98bf-752c8312b38e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:56:38,967 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:56:38 GMT Server: Apache x-compute-request-id: req-1cc964c7-28b6-46b8-bd07-2c2418c79e53 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1cc964c7-28b6-46b8-bd07-2c2418c79e53 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.854395", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}} 2018-12-12 15:56:38,967 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes used request id req-1cc964c7-28b6-46b8-bd07-2c2418c79e53 2018-12-12 15:56:38,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7fe24610-a10a-4e90-98bf-752c8312b38e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:56:39,178 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:38 GMT Server: Apache x-compute-request-id: req-f0a39bda-a8eb-490c-9627-40f03913fd72 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f0a39bda-a8eb-490c-9627-40f03913fd72 Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}} 2018-12-12 15:56:39,179 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-f0a39bda-a8eb-490c-9627-40f03913fd72 2018-12-12 15:56:39,179 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1 2018-12-12 15:56:39,182 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7fe24610-a10a-4e90-98bf-752c8312b38e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:56:39,241 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:39 GMT Server: Apache x-compute-request-id: req-b6d0c9ae-ff25-4418-8183-6acfba7566bf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6d0c9ae-ff25-4418-8183-6acfba7566bf Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}} 2018-12-12 15:56:39,242 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-b6d0c9ae-ff25-4418-8183-6acfba7566bf 2018-12-12 15:56:39,242 - create_volume - DEBUG - Instance status is - creating 2018-12-12 15:56:39,242 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:56:42,245 - create_volume - DEBUG - Volume status query timeout in 296.933917046 2018-12-12 15:56:42,249 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7fe24610-a10a-4e90-98bf-752c8312b38e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:56:42,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:42 GMT Server: Apache x-compute-request-id: req-a5664c40-0121-458e-b1e4-be7688a86631 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5664c40-0121-458e-b1e4-be7688a86631 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}} 2018-12-12 15:56:42,449 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-a5664c40-0121-458e-b1e4-be7688a86631 2018-12-12 15:56:42,450 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:56:42,450 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1 2018-12-12 15:56:42,450 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1 2018-12-12 15:56:42,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:42,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:42,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a8da80e01794d40bc880274e01cc2b3", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}], "expires_at": "2018-12-12T16:56:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3872f6f3c654d3689d165d72c539ae1", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-user", "id": "e791662602394255ae8ada46b4087f4d"}, "audit_ids": ["crMAKn4tQSib1SaL4NWuUQ"], "issued_at": "2018-12-12T15:56:42.000000Z"}} 2018-12-12 15:56:42,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" 2018-12-12 15:56:42,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f6a49c-d280-46c3-8e11-7d5d0742fbe9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:42,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b3f6a49c-d280-46c3-8e11-7d5d0742fbe9 2018-12-12 15:56:42,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" 2018-12-12 15:56:43,113 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:42 GMT Server: Apache x-compute-request-id: req-28f60dbb-1f3e-438f-bb85-73461fb04709 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-28f60dbb-1f3e-438f-bb85-73461fb04709 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}]} 2018-12-12 15:56:43,114 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/detail used request id req-28f60dbb-1f3e-438f-bb85-73461fb04709 2018-12-12 15:56:43,117 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-28f60dbb-1f3e-438f-bb85-73461fb04709" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-12-12 15:56:43,416 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:56:43 GMT Server: Apache x-compute-request-id: req-dd74f11d-be6f-42d7-899d-fff3da981da0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd74f11d-be6f-42d7-899d-fff3da981da0 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:43.353235", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "size": 1}} 2018-12-12 15:56:43,416 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes used request id req-dd74f11d-be6f-42d7-899d-fff3da981da0 2018-12-12 15:56:43,420 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-28f60dbb-1f3e-438f-bb85-73461fb04709" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" 2018-12-12 15:56:43,618 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:43 GMT Server: Apache x-compute-request-id: req-288a1f87-cb99-4538-aced-3a1c6306b061 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-288a1f87-cb99-4538-aced-3a1c6306b061 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:43.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:43.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "size": 1}} 2018-12-12 15:56:43,619 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e used request id req-288a1f87-cb99-4538-aced-3a1c6306b061 2018-12-12 15:56:43,619 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2 2018-12-12 15:56:43,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-28f60dbb-1f3e-438f-bb85-73461fb04709" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" 2018-12-12 15:56:43,807 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:43 GMT Server: Apache x-compute-request-id: req-4d9d72a7-2e22-41dd-b6ec-43928dac77ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d9d72a7-2e22-41dd-b6ec-43928dac77ff Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:43.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:43.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "size": 1}} 2018-12-12 15:56:43,807 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e used request id req-4d9d72a7-2e22-41dd-b6ec-43928dac77ff 2018-12-12 15:56:43,808 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:56:43,808 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2 2018-12-12 15:56:43,808 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2 2018-12-12 15:56:43,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:43,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:44,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a8da80e01794d40bc880274e01cc2b3", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}], "expires_at": "2018-12-12T16:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3872f6f3c654d3689d165d72c539ae1", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-user", "id": "e791662602394255ae8ada46b4087f4d"}, "audit_ids": ["XfrBInwNS8aCSYPudeZidg"], "issued_at": "2018-12-12T15:56:44.000000Z"}} 2018-12-12 15:56:44,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:44,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be80171-33c8-4068-8996-fb57aae47b2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:44,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2be80171-33c8-4068-8996-fb57aae47b2c 2018-12-12 15:56:44,253 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:56:44,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:44,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2906689e-3c08-4a32-9876-fa7ff6198f7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:44,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2906689e-3c08-4a32-9876-fa7ff6198f7d 2018-12-12 15:56:44,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:44,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c0d1767c-5818-48dd-a46e-2b8d00bfce63 Date: Wed, 12 Dec 2018 15: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:56:44,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-c0d1767c-5818-48dd-a46e-2b8d00bfce63 2018-12-12 15:56:44,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:56:44,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:56:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:56:44,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:44,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7180b7e-9bb5-4f79-af3c-b625f9e7ce67 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:56:44,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-f7180b7e-9bb5-4f79-af3c-b625f9e7ce67 2018-12-12 15:56:44,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:44,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bde56eb1-90e0-4ca8-9c43-25c0924b3649 Date: Wed, 12 Dec 2018 15:56:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:56:44,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-bde56eb1-90e0-4ca8-9c43-25c0924b3649 2018-12-12 15:56:44,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:45,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-abc68688-bbf0-48b7-bdbd-df3a7d912746 Date: Wed, 12 Dec 2018 15:56:45 GMT RESP BODY: {"ports":[]} 2018-12-12 15:56:45,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port&admin_state_up=True used request id req-abc68688-bbf0-48b7-bdbd-df3a7d912746 2018-12-12 15:56:45,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:45,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b41526f-1560-4537-85e7-7162aa23944f x-compute-request-id: req-1b41526f-1560-4537-85e7-7162aa23944f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 15:56:45,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst used request id req-1b41526f-1560-4537-85e7-7162aa23944f 2018-12-12 15:56:45,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:45,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4c21facf-60b1-454d-b00b-e287b9507dec Date: Wed, 12 Dec 2018 15:56: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:56:45,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-4c21facf-60b1-454d-b00b-e287b9507dec 2018-12-12 15:56:45,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:45,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70598ec4-daec-4d6f-b0d5-5eb2f371ba1d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:56:45,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-70598ec4-daec-4d6f-b0d5-5eb2f371ba1d 2018-12-12 15:56:45,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:45,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-748e47d4-f821-41cb-bb52-0bb06a4a8511 Date: Wed, 12 Dec 2018 15:56:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:56:45,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-748e47d4-f821-41cb-bb52-0bb06a4a8511 2018-12-12 15:56:45,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:46,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3ab34596-076c-4246-ad0c-0c3384fed11f Date: Wed, 12 Dec 2018 15:56:46 GMT RESP BODY: {"ports":[]} 2018-12-12 15:56:46,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port&admin_state_up=True used request id req-3ab34596-076c-4246-ad0c-0c3384fed11f 2018-12-12 15:56:46,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:56:46,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:56:46,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a8da80e01794d40bc880274e01cc2b3", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}], "expires_at": "2018-12-12T16:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3872f6f3c654d3689d165d72c539ae1", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-user", "id": "e791662602394255ae8ada46b4087f4d"}, "audit_ids": ["D-S6BoTVTICpT3tJ_-NKdA"], "issued_at": "2018-12-12T15:56:46.000000Z"}} 2018-12-12 15:56:46,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b42daeba2b3dc09e93a4b7baa69e0749785c27" 2018-12-12 15:56:46,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-702c7876-5ee8-4060-ba05-9a8ac09be390 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:56:46,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-702c7876-5ee8-4060-ba05-9a8ac09be390 2018-12-12 15:56:46,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:46,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7d4de96c-ec3f-4af3-a883-6946b1b01c74 Date: Wed, 12 Dec 2018 15:56:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:56:46,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-7d4de96c-ec3f-4af3-a883-6946b1b01c74 2018-12-12 15:56:46,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:47,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2fa3ad54-e50d-42c3-9cb3-ee1519bb5949 Date: Wed, 12 Dec 2018 15:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:56:47,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-2fa3ad54-e50d-42c3-9cb3-ee1519bb5949 2018-12-12 15:56:47,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:47,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-919e44e9-adc1-4267-a5b9-8a1ef49c71fb Date: Wed, 12 Dec 2018 15:56:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:56:47,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-919e44e9-adc1-4267-a5b9-8a1ef49c71fb 2018-12-12 15:56:47,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:56:47,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:56:47,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b42daeba2b3dc09e93a4b7baa69e0749785c27" 2018-12-12 15:56:47,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a62185-b865-45ae-841e-897ab6aa04f0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:56:47,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-a5a62185-b865-45ae-841e-897ab6aa04f0 2018-12-12 15:56:47,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:47,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-006eed66-e677-4eee-89ca-14b171964e7c Date: Wed, 12 Dec 2018 15:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:56:47,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-006eed66-e677-4eee-89ca-14b171964e7c 2018-12-12 15:56:47,670 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net 2018-12-12 15:56:47,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" -d '{"port": {"network_id": "527ed091-b0f3-4dd1-a977-322cf6d89a77", "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port", "admin_state_up": true}}' 2018-12-12 15:56:48,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-f6052097-7859-4f21-89f8-e9e59d2bcfcb Date: Wed, 12 Dec 2018 15:56:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.13"}],"id":"2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679","security_groups":["2b1b0627-7d04-4245-ac4f-a84db523b279"],"mac_address":"fa:16:3e:04:b5:c1","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port","project_id":"d3872f6f3c654d3689d165d72c539ae1","qos_policy_id":null,"admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:48Z","binding:vnic_type":"normal"}} 2018-12-12 15:56:48,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-f6052097-7859-4f21-89f8-e9e59d2bcfcb 2018-12-12 15:56:48,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:49,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-70b11f30-7896-4194-8de4-18d627494dfe Date: Wed, 12 Dec 2018 15: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:56:49,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-70b11f30-7896-4194-8de4-18d627494dfe 2018-12-12 15:56:49,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:49,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42717190-9ca6-4907-a260-74b4c9d1886e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:56:49,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-42717190-9ca6-4907-a260-74b4c9d1886e 2018-12-12 15:56:49,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:49,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ec9faf33-5bf5-4d98-ab85-264daa5ae184 Date: Wed, 12 Dec 2018 15:56:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:56:49,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-ec9faf33-5bf5-4d98-ab85-264daa5ae184 2018-12-12 15:56:49,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:49,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-6419fb04-de53-4966-80f4-a5ae2c48377a Date: Wed, 12 Dec 2018 15:56:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.13"}],"id":"2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679","security_groups":["2b1b0627-7d04-4245-ac4f-a84db523b279"],"mac_address":"fa:16:3e:04:b5:c1","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:48Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 15:56:49,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port&admin_state_up=True used request id req-6419fb04-de53-4966-80f4-a5ae2c48377a 2018-12-12 15:56:49,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:49,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8113e3b5-53ad-475a-b9b7-4d7f52f5ac89 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:56:49,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-8113e3b5-53ad-475a-b9b7-4d7f52f5ac89 2018-12-12 15:56:49,619 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst 2018-12-12 15:56:49,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:49,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d63b2676-69af-4021-8e59-a227f25abd6b x-compute-request-id: req-d63b2676-69af-4021-8e59-a227f25abd6b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-flavor-name"}]} 2018-12-12 15:56:49,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d63b2676-69af-4021-8e59-a227f25abd6b 2018-12-12 15:56:49,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/dd629956-9859-42de-9767-391e0d307303 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:49,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0c72f35-8562-4764-8925-5428f9145895 x-compute-request-id: req-b0c72f35-8562-4764-8925-5428f9145895 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "dd629956-9859-42de-9767-391e0d307303", "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:56:49,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/dd629956-9859-42de-9767-391e0d307303 used request id req-b0c72f35-8562-4764-8925-5428f9145895 2018-12-12 15:56:49,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:50,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-892500c6-0d83-486b-a597-b300016558b2 Date: Wed, 12 Dec 2018 15:56:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:56:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:56:33Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/snap", "metadata": {}}], "self": "/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "min_disk": 0, "protected": false, "id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "file": "/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3872f6f3c654d3689d165d72c539ae1", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6d3cf5e3-db13-49e2-8e28-139c083468d4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image"} 2018-12-12 15:56:50,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image used request id req-892500c6-0d83-486b-a597-b300016558b2 2018-12-12 15:56:50,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:50,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9bd567d-2b3f-46de-bed8-512634da29ba Date: Wed, 12 Dec 2018 15:56:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:56:50,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e9bd567d-2b3f-46de-bed8-512634da29ba 2018-12-12 15:56:50,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" -d '{"server": {"name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "imageRef": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "flavorRef": "dd629956-9859-42de-9767-391e0d307303", "max_count": 1, "min_count": 1, "networks": [{"port": "2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679"}]}}' 2018-12-12 15:56:51,311 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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-7f008b6d-bace-4212-9957-7183955ef20c x-compute-request-id: req-7f008b6d-bace-4212-9957-7183955ef20c Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "adminPass": "msXqdr7vUDDC"}} 2018-12-12 15:56:51,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-7f008b6d-bace-4212-9957-7183955ef20c 2018-12-12 15:56:51,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:51,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56: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-cd7761dd-2a01-48a4-9920-ade4b2e69b54 x-compute-request-id: req-cd7761dd-2a01-48a4-9920-ade4b2e69b54 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.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:56:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:56:51,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-cd7761dd-2a01-48a4-9920-ade4b2e69b54 2018-12-12 15:56:51,558 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst 2018-12-12 15:56:51,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:51,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56: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-53ecd472-d035-4cf8-ae4b-f92d5a288ce9 x-compute-request-id: req-53ecd472-d035-4cf8-ae4b-f92d5a288ce9 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.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:56:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:56:51,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-53ecd472-d035-4cf8-ae4b-f92d5a288ce9 2018-12-12 15:56:51,921 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst] is - BUILD 2018-12-12 15:56:51,921 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:56:54,924 - create_instance - DEBUG - VM status query timeout in 896.634324074 2018-12-12 15:56:54,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:55,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-7fb5322e-65ef-4f80-98ce-55e35e754e56 x-compute-request-id: req-7fb5322e-65ef-4f80-98ce-55e35e754e56 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T15:56:52Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:56:55,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-7fb5322e-65ef-4f80-98ce-55e35e754e56 2018-12-12 15:56:55,260 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst] is - BUILD 2018-12-12 15:56:55,260 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:56:58,263 - create_instance - DEBUG - VM status query timeout in 893.295238972 2018-12-12 15:56:58,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:58,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96b2ea32-0066-4b8e-9b7d-4dbd001abf3e x-compute-request-id: req-96b2ea32-0066-4b8e-9b7d-4dbd001abf3e Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:56:57Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:56:58,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-96b2ea32-0066-4b8e-9b7d-4dbd001abf3e 2018-12-12 15:56:58,767 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst] is - ACTIVE 2018-12-12 15:56:58,767 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:56:58,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:59,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7faf0687-ba8e-4fbc-b700-22d235618d9a x-compute-request-id: req-7faf0687-ba8e-4fbc-b700-22d235618d9a Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:56:57Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:56:59,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-7faf0687-ba8e-4fbc-b700-22d235618d9a 2018-12-12 15:56:59,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:59,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-66167426-8a22-4376-8b52-3dcbe291dce2 Date: Wed, 12 Dec 2018 15:56: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:56:59,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-66167426-8a22-4376-8b52-3dcbe291dce2 2018-12-12 15:56:59,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:59,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6b467a-fabb-4838-a3d3-7aa504c8a1f1 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:56:59,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-5a6b467a-fabb-4838-a3d3-7aa504c8a1f1 2018-12-12 15:56:59,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:59,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-735f1265-5ea5-4c1f-816a-d9848c237047 Date: Wed, 12 Dec 2018 15:56:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:56:59,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-735f1265-5ea5-4c1f-816a-d9848c237047 2018-12-12 15:56:59,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:56:59,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-8ade4803-d48a-408e-86bb-d0b881c23bad Date: Wed, 12 Dec 2018 15:56:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.13"}],"id":"2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679","security_groups":["2b1b0627-7d04-4245-ac4f-a84db523b279"],"mac_address":"fa:16:3e:04:b5:c1","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:48Z","binding:vnic_type":"normal","device_id":"13544b32-e7fc-4162-b1aa-436a94c0e3af"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.4"}],"id":"cff972ea-c139-4019-8815-cd908bc03046","security_groups":[],"mac_address":"fa:16:3e:21:bc:45","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.3"}],"id":"eaf74776-ff50-4815-ae12-74b2d354c184","security_groups":[],"mac_address":"fa:16:3e:be:2e:d7","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.2"}],"id":"efc65dab-80ba-4994-897f-fc0ab9f88fe0","security_groups":[],"mac_address":"fa:16:3e:d1:62:f4","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-527ed091-b0f3-4dd1-a977-322cf6d89a77"}]} 2018-12-12 15:56:59,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-8ade4803-d48a-408e-86bb-d0b881c23bad 2018-12-12 15:56:59,920 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:00,108 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:56:59 GMT Server: Apache x-compute-request-id: req-cfe6448d-f7a7-4503-97aa-d2311abb49b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cfe6448d-f7a7-4503-97aa-d2311abb49b0 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:43.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:43.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "size": 1}, {"status": "available", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}]} 2018-12-12 15:57:00,108 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/detail used request id req-cfe6448d-f7a7-4503-97aa-d2311abb49b0 2018-12-12 15:57:00,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:00,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c05cb7-a677-4ba6-8ef5-9f5cccd10638 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:57:00,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-e2c05cb7-a677-4ba6-8ef5-9f5cccd10638 2018-12-12 15:57:00,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:00,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57: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-3e14d810-cf15-4267-a411-efeac2de8ef3 x-compute-request-id: req-3e14d810-cf15-4267-a411-efeac2de8ef3 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:56:57Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:57:00,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-3e14d810-cf15-4267-a411-efeac2de8ef3 2018-12-12 15:57:00,797 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst] is - ACTIVE 2018-12-12 15:57:00,798 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:57:00,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:01,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57: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-8e3aff16-f5b5-442d-b899-5c9f7302df04 x-compute-request-id: req-8e3aff16-f5b5-442d-b899-5c9f7302df04 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:56:57Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:57:01,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-8e3aff16-f5b5-442d-b899-5c9f7302df04 2018-12-12 15:57:01,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:01,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-36d5a329-4132-44f0-af92-c3bd097e9d13 Date: Wed, 12 Dec 2018 15:57: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:57:01,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-36d5a329-4132-44f0-af92-c3bd097e9d13 2018-12-12 15:57:01,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:01,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243a0f08-3d57-482d-a741-4cd769204439 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:57:01,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-243a0f08-3d57-482d-a741-4cd769204439 2018-12-12 15:57:01,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:01,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-41dd5941-76dd-4f73-9ad6-fb4d4c1f5dff Date: Wed, 12 Dec 2018 15:57:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:57:01,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-41dd5941-76dd-4f73-9ad6-fb4d4c1f5dff 2018-12-12 15:57:01,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:02,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-1f805bc6-1ef7-43d4-8e3b-b22b60fea491 Date: Wed, 12 Dec 2018 15:57:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.13"}],"id":"2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679","security_groups":["2b1b0627-7d04-4245-ac4f-a84db523b279"],"mac_address":"fa:16:3e:04:b5:c1","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:48Z","binding:vnic_type":"normal","device_id":"13544b32-e7fc-4162-b1aa-436a94c0e3af"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.4"}],"id":"cff972ea-c139-4019-8815-cd908bc03046","security_groups":[],"mac_address":"fa:16:3e:21:bc:45","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.3"}],"id":"eaf74776-ff50-4815-ae12-74b2d354c184","security_groups":[],"mac_address":"fa:16:3e:be:2e:d7","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.2"}],"id":"efc65dab-80ba-4994-897f-fc0ab9f88fe0","security_groups":[],"mac_address":"fa:16:3e:d1:62:f4","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-527ed091-b0f3-4dd1-a977-322cf6d89a77"}]} 2018-12-12 15:57:02,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-1f805bc6-1ef7-43d4-8e3b-b22b60fea491 2018-12-12 15:57:02,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" -d '{"volumeAttachment": {"volumeId": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}}' 2018-12-12 15:57:03,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-25ed1ecb-6d9b-420e-bf5c-44fd128097a8 x-compute-request-id: req-25ed1ecb-6d9b-420e-bf5c-44fd128097a8 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "volumeId": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}} 2018-12-12 15:57:03,230 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af/os-volume_attachments used request id req-25ed1ecb-6d9b-420e-bf5c-44fd128097a8 2018-12-12 15:57:03,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:03,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d41d2ad-e22e-4861-b73a-211a2d723cb2 x-compute-request-id: req-7d41d2ad-e22e-4861-b73a-211a2d723cb2 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:56:57Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [{"id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}], "metadata": {}}} 2018-12-12 15:57:03,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-7d41d2ad-e22e-4861-b73a-211a2d723cb2 2018-12-12 15:57:03,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:03,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c916ce0e-b02f-4035-95b7-d2d2de98cf08 Date: Wed, 12 Dec 2018 15:57: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:57:03,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-c916ce0e-b02f-4035-95b7-d2d2de98cf08 2018-12-12 15:57:03,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:03,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f37ec48-c997-471f-9a82-6b89252b07a1 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:57:03,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-8f37ec48-c997-471f-9a82-6b89252b07a1 2018-12-12 15:57:03,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:04,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c1048a64-2ac2-4838-ada0-fd1049ed1c22 Date: Wed, 12 Dec 2018 15:57:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:57:04,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-c1048a64-2ac2-4838-ada0-fd1049ed1c22 2018-12-12 15:57:04,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:04,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-8d463a98-9ab1-4f7b-bed1-119e083d314c Date: Wed, 12 Dec 2018 15:57:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.13"}],"id":"2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679","security_groups":["2b1b0627-7d04-4245-ac4f-a84db523b279"],"mac_address":"fa:16:3e:04:b5:c1","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:48Z","binding:vnic_type":"normal","device_id":"13544b32-e7fc-4162-b1aa-436a94c0e3af"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.4"}],"id":"cff972ea-c139-4019-8815-cd908bc03046","security_groups":[],"mac_address":"fa:16:3e:21:bc:45","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.3"}],"id":"eaf74776-ff50-4815-ae12-74b2d354c184","security_groups":[],"mac_address":"fa:16:3e:be:2e:d7","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.2"}],"id":"efc65dab-80ba-4994-897f-fc0ab9f88fe0","security_groups":[],"mac_address":"fa:16:3e:d1:62:f4","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-527ed091-b0f3-4dd1-a977-322cf6d89a77"}]} 2018-12-12 15:57:04,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-8d463a98-9ab1-4f7b-bed1-119e083d314c 2018-12-12 15:57:04,385 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfe6448d-f7a7-4503-97aa-d2311abb49b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:04,962 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:04 GMT Server: Apache x-compute-request-id: req-26e358ef-8766-4d11-a878-07db796cf5db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26e358ef-8766-4d11-a878-07db796cf5db Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:43.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:56:43.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "size": 1}, {"status": "attaching", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:57:03.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}]} 2018-12-12 15:57:04,962 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/detail used request id req-26e358ef-8766-4d11-a878-07db796cf5db 2018-12-12 15:57:04,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:05,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-332d5a65-d389-4e90-a797-ff8711e4f1bd Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:57:05,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-332d5a65-d389-4e90-a797-ff8711e4f1bd 2018-12-12 15:57:05,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:05,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99a080a1-d4b3-460d-ad38-ce431992abcd x-compute-request-id: req-99a080a1-d4b3-460d-ad38-ce431992abcd Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:04Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [{"id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}], "metadata": {}}} 2018-12-12 15:57:05,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-99a080a1-d4b3-460d-ad38-ce431992abcd 2018-12-12 15:57:05,639 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst] is - ACTIVE 2018-12-12 15:57:05,640 - create_instance - INFO - VM is - ACTIVE 2018-12-12 15:57:05,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:06,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-316f69b5-95a6-4fee-81ae-064a65b229e7 x-compute-request-id: req-316f69b5-95a6-4fee-81ae-064a65b229e7 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:04Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [{"id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}], "metadata": {}}} 2018-12-12 15:57:06,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-316f69b5-95a6-4fee-81ae-064a65b229e7 2018-12-12 15:57:06,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:06,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-899d18b3-690b-4791-ae46-61e8519a1526 Date: Wed, 12 Dec 2018 15:57: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:57:06,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-899d18b3-690b-4791-ae46-61e8519a1526 2018-12-12 15:57:06,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:06,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f502b5-f764-4db0-bbc0-c09709d5c3a8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:57:06,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-79f502b5-f764-4db0-bbc0-c09709d5c3a8 2018-12-12 15:57:06,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:06,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b388f697-ba2a-4c29-8d69-82919fe5e136 Date: Wed, 12 Dec 2018 15:57:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:57:06,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-b388f697-ba2a-4c29-8d69-82919fe5e136 2018-12-12 15:57:06,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:06,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-d9572bda-e981-41bc-a7d4-c86e451e0f1c Date: Wed, 12 Dec 2018 15:57:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.13"}],"id":"2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679","security_groups":["2b1b0627-7d04-4245-ac4f-a84db523b279"],"mac_address":"fa:16:3e:04:b5:c1","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:48Z","binding:vnic_type":"normal","device_id":"13544b32-e7fc-4162-b1aa-436a94c0e3af"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.4"}],"id":"cff972ea-c139-4019-8815-cd908bc03046","security_groups":[],"mac_address":"fa:16:3e:21:bc:45","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.3"}],"id":"eaf74776-ff50-4815-ae12-74b2d354c184","security_groups":[],"mac_address":"fa:16:3e:be:2e:d7","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.2"}],"id":"efc65dab-80ba-4994-897f-fc0ab9f88fe0","security_groups":[],"mac_address":"fa:16:3e:d1:62:f4","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-527ed091-b0f3-4dd1-a977-322cf6d89a77"}]} 2018-12-12 15:57:06,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-d9572bda-e981-41bc-a7d4-c86e451e0f1c 2018-12-12 15:57:06,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" -d '{"volumeAttachment": {"volumeId": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e"}}' 2018-12-12 15:57:07,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d90a781-b657-4690-8c1e-d1d86163492c x-compute-request-id: req-3d90a781-b657-4690-8c1e-d1d86163492c Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "volumeId": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e"}} 2018-12-12 15:57:07,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af/os-volume_attachments used request id req-3d90a781-b657-4690-8c1e-d1d86163492c 2018-12-12 15:57:07,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:08,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac64f7d5-b61d-4cc5-8f3a-5ed9d58d5abf x-compute-request-id: req-ac64f7d5-b61d-4cc5-8f3a-5ed9d58d5abf Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:04Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [{"id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}, {"id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e"}], "metadata": {}}} 2018-12-12 15:57:08,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-ac64f7d5-b61d-4cc5-8f3a-5ed9d58d5abf 2018-12-12 15:57:08,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:08,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d73a366b-c546-4813-ac3d-0be9fd94b909 Date: Wed, 12 Dec 2018 15:57: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:57:08,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-d73a366b-c546-4813-ac3d-0be9fd94b909 2018-12-12 15:57:08,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:08,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06103be5-47eb-45ce-871f-f5f53bfedc48 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:57:08,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-06103be5-47eb-45ce-871f-f5f53bfedc48 2018-12-12 15:57:08,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:08,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c111d740-8e8d-4437-ba61-25528ae3ff7c Date: Wed, 12 Dec 2018 15:57:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:57:08,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-c111d740-8e8d-4437-ba61-25528ae3ff7c 2018-12-12 15:57:08,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:08,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-37060b7c-b3b2-496f-beb8-70635f1caf6e Date: Wed, 12 Dec 2018 15:57:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.13"}],"id":"2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679","security_groups":["2b1b0627-7d04-4245-ac4f-a84db523b279"],"mac_address":"fa:16:3e:04:b5:c1","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:48Z","binding:vnic_type":"normal","device_id":"13544b32-e7fc-4162-b1aa-436a94c0e3af"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.4"}],"id":"cff972ea-c139-4019-8815-cd908bc03046","security_groups":[],"mac_address":"fa:16:3e:21:bc:45","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.3"}],"id":"eaf74776-ff50-4815-ae12-74b2d354c184","security_groups":[],"mac_address":"fa:16:3e:be:2e:d7","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.2"}],"id":"efc65dab-80ba-4994-897f-fc0ab9f88fe0","security_groups":[],"mac_address":"fa:16:3e:d1:62:f4","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-527ed091-b0f3-4dd1-a977-322cf6d89a77"}]} 2018-12-12 15:57:08,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-37060b7c-b3b2-496f-beb8-70635f1caf6e 2018-12-12 15:57:08,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:57:09,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a8da80e01794d40bc880274e01cc2b3", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role"}], "expires_at": "2018-12-12T16:57:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3872f6f3c654d3689d165d72c539ae1", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d3872f6f3c654d3689d165d72c539ae1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-user", "id": "e791662602394255ae8ada46b4087f4d"}, "audit_ids": ["LmwpH6T9TC24OxXbQsihmw"], "issued_at": "2018-12-12T15:57:09.000000Z"}} 2018-12-12 15:57:09,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03c5c205b5174338cccc77dfd04bf45c3336880" 2018-12-12 15:57:10,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68c960a0-5f93-4e75-8c0c-bc6a181bfff7 x-compute-request-id: req-68c960a0-5f93-4e75-8c0c-bc6a181bfff7 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:b5:c1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "security_groups": [{"name": "default"}], "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:08Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [{"id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}, {"id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e"}], "metadata": {}}]} 2018-12-12 15:57:10,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst used request id req-68c960a0-5f93-4e75-8c0c-bc6a181bfff7 2018-12-12 15:57:10,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03c5c205b5174338cccc77dfd04bf45c3336880" 2018-12-12 15:57:10,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3518ea2f-c483-49bd-9155-4eabc5463593 Date: Wed, 12 Dec 2018 15:57: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":["e57f9209-40b1-46b4-b51b-fce03294838a"],"updated_at":"2018-12-12T15:56:37Z","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net"}]} 2018-12-12 15:57:10,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net used request id req-3518ea2f-c483-49bd-9155-4eabc5463593 2018-12-12 15:57:10,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03c5c205b5174338cccc77dfd04bf45c3336880" 2018-12-12 15:57:10,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-86da219e-06a3-4a98-942d-3c0faba89799 Date: Wed, 12 Dec 2018 15:57:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","dns_nameservers":[],"updated_at":"2018-12-12T15:56:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d3872f6f3c654d3689d165d72c539ae1","id":"e57f9209-40b1-46b4-b51b-fce03294838a","subnetpool_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet"}]} 2018-12-12 15:57:10,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-86da219e-06a3-4a98-942d-3c0faba89799 2018-12-12 15:57:10,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03c5c205b5174338cccc77dfd04bf45c3336880" 2018-12-12 15:57:11,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-215e906c-d7cf-4cbe-85bc-7c4d747562de Date: Wed, 12 Dec 2018 15:57:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.13"}],"id":"2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679","security_groups":["2b1b0627-7d04-4245-ac4f-a84db523b279"],"mac_address":"fa:16:3e:04:b5:c1","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:48Z","binding:vnic_type":"normal","device_id":"13544b32-e7fc-4162-b1aa-436a94c0e3af"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.4"}],"id":"cff972ea-c139-4019-8815-cd908bc03046","security_groups":[],"mac_address":"fa:16:3e:21:bc:45","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.3"}],"id":"eaf74776-ff50-4815-ae12-74b2d354c184","security_groups":[],"mac_address":"fa:16:3e:be:2e:d7","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-527ed091-b0f3-4dd1-a977-322cf6d89a77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T15:56:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e57f9209-40b1-46b4-b51b-fce03294838a","ip_address":"10.55.0.2"}],"id":"efc65dab-80ba-4994-897f-fc0ab9f88fe0","security_groups":[],"mac_address":"fa:16:3e:d1:62:f4","project_id":"d3872f6f3c654d3689d165d72c539ae1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"527ed091-b0f3-4dd1-a977-322cf6d89a77","tenant_id":"d3872f6f3c654d3689d165d72c539ae1","created_at":"2018-12-12T15:56:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-527ed091-b0f3-4dd1-a977-322cf6d89a77"}]} 2018-12-12 15:57:11,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-215e906c-d7cf-4cbe-85bc-7c4d747562de 2018-12-12 15:57:11,081 - create_instance - INFO - Deleting Port with ID - 2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679 2018-12-12 15:57:11,081 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-port 2018-12-12 15:57:11,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:11,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-55dfc0f0-3ce7-4026-b7f4-d14143450d79 Date: Wed, 12 Dec 2018 15:57:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:57:11,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/2acbdd32-0c7b-4dc6-bcb8-9bb9b1f36679 used request id req-55dfc0f0-3ce7-4026-b7f4-d14143450d79 2018-12-12 15:57:11,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfe6448d-f7a7-4503-97aa-d2311abb49b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:11,903 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:11 GMT Server: Apache x-compute-request-id: req-4d871e21-8006-44e1-a8ad-c58118e73ade OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d871e21-8006-44e1-a8ad-c58118e73ade Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [{"server_id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "attachment_id": "e45d7de3-7132-400b-8b4e-e877d653edd8", "attached_at": "2018-12-12T15:57:05.000000", "host_name": null, "volume_id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "device": "/dev/vdb", "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:57:05.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}} 2018-12-12 15:57:11,903 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-4d871e21-8006-44e1-a8ad-c58118e73ade 2018-12-12 15:57:11,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af/os-volume_attachments/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:13,056 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:57:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b682c20e-0bc7-4f79-8348-33fd18fa5d38 x-compute-request-id: req-b682c20e-0bc7-4f79-8348-33fd18fa5d38 Content-Length: 0 Content-Type: application/json 2018-12-12 15:57:13,056 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af/os-volume_attachments/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-b682c20e-0bc7-4f79-8348-33fd18fa5d38 2018-12-12 15:57:13,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:13,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57: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-fb80bbe3-7115-4309-85c1-712e310d4fe4 x-compute-request-id: req-fb80bbe3-7115-4309-85c1-712e310d4fe4 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:08Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [{"id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2"}, {"id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e"}], "metadata": {}}} 2018-12-12 15:57:13,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-fb80bbe3-7115-4309-85c1-712e310d4fe4 2018-12-12 15:57:16,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:16,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-ded37f8a-2f4e-4949-bd16-3541b0890e10 x-compute-request-id: req-ded37f8a-2f4e-4949-bd16-3541b0890e10 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:08Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [{"id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e"}], "metadata": {}}} 2018-12-12 15:57:16,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-ded37f8a-2f4e-4949-bd16-3541b0890e10 2018-12-12 15:57:16,412 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfe6448d-f7a7-4503-97aa-d2311abb49b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:16,637 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:16 GMT Server: Apache x-compute-request-id: req-c5c8e4ea-c8bd-48ff-9f5b-b7d37b72b3ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5c8e4ea-c8bd-48ff-9f5b-b7d37b72b3ef Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [{"server_id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "attachment_id": "276d8ed6-e82f-4c72-998e-65c07e1415e0", "attached_at": "2018-12-12T15:57:08.000000", "host_name": null, "volume_id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "device": "/dev/vdc", "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e"}], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:43.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:57:08.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "size": 1}} 2018-12-12 15:57:16,637 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e used request id req-c5c8e4ea-c8bd-48ff-9f5b-b7d37b72b3ef 2018-12-12 15:57:16,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af/os-volume_attachments/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:17,637 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15: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-be3d880d-e796-44a5-b530-a6568e4a384e x-compute-request-id: req-be3d880d-e796-44a5-b530-a6568e4a384e Content-Length: 0 Content-Type: application/json 2018-12-12 15:57:17,637 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af/os-volume_attachments/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e used request id req-be3d880d-e796-44a5-b530-a6568e4a384e 2018-12-12 15:57:17,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:17,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67469f13-8f81-4ab9-b08e-ef091ca81b21 x-compute-request-id: req-67469f13-8f81-4ab9-b08e-ef091ca81b21 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:08Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [{"id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e"}], "metadata": {}}} 2018-12-12 15:57:17,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-67469f13-8f81-4ab9-b08e-ef091ca81b21 2018-12-12 15:57:20,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:21,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0114ee0-875c-4ecb-bc8a-e7e2e1b02c4b x-compute-request-id: req-d0114ee0-875c-4ecb-bc8a-e7e2e1b02c4b Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:08Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:57:21,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-d0114ee0-875c-4ecb-bc8a-e7e2e1b02c4b 2018-12-12 15:57:21,178 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst 2018-12-12 15:57:21,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:21,330 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:57: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-68b49378-251f-405b-b09f-61857c898110 x-compute-request-id: req-68b49378-251f-405b-b09f-61857c898110 Content-Type: application/json 2018-12-12 15:57:21,330 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-68b49378-251f-405b-b09f-61857c898110 2018-12-12 15:57:21,330 - create_instance - INFO - Checking deletion status 2018-12-12 15:57:21,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:21,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57: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-c010c017-e5cc-406d-9214-9a6b80a2dbde x-compute-request-id: req-c010c017-e5cc-406d-9214-9a6b80a2dbde 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.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af", "rel": "bookmark"}], "image": {"id": "6d3cf5e3-db13-49e2-8e28-139c083468d4", "links": [{"href": "http://172.30.9.29:8774/images/6d3cf5e3-db13-49e2-8e28-139c083468d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T15:56:56.000000", "flavor": {"id": "dd629956-9859-42de-9767-391e0d307303", "links": [{"href": "http://172.30.9.29:8774/flavors/dd629956-9859-42de-9767-391e0d307303", "rel": "bookmark"}]}, "id": "13544b32-e7fc-4162-b1aa-436a94c0e3af", "user_id": "e791662602394255ae8ada46b4087f4d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T15:57:21Z", "hostId": "3fa0258973dcfe6721889e26dad3ab61c7382a535280a02f06a582a2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst", "created": "2018-12-12T15:56:51Z", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 15:57:21,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-c010c017-e5cc-406d-9214-9a6b80a2dbde 2018-12-12 15:57:21,567 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst] is - ACTIVE 2018-12-12 15:57:21,568 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 15:57:24,571 - create_instance - DEBUG - VM status query timeout in 296.759823799 2018-12-12 15:57:24,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd0dbdc0c7c15a375c0b34d1b65e989b97d11a2" 2018-12-12 15:57:24,630 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:57:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0b75622e-4b62-477d-9a92-f88562f2861a x-compute-request-id: req-0b75622e-4b62-477d-9a92-f88562f2861a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 13544b32-e7fc-4162-b1aa-436a94c0e3af could not be found.", "code": 404}} 2018-12-12 15:57:24,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/13544b32-e7fc-4162-b1aa-436a94c0e3af used request id req-0b75622e-4b62-477d-9a92-f88562f2861a 2018-12-12 15:57:24,630 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 13544b32-e7fc-4162-b1aa-436a94c0e3af could not be found. (HTTP 404) (Request-ID: req-0b75622e-4b62-477d-9a92-f88562f2861a) 2018-12-12 15:57:24,630 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-inst 2018-12-12 15:57:24,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/dd629956-9859-42de-9767-391e0d307303 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2238e7bd43dd974c57c16c6a172a01fb1336547b" 2018-12-12 15:57:24,762 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:57:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e8e3800-3f32-4159-873f-a2d2bfdaa80b x-compute-request-id: req-7e8e3800-3f32-4159-873f-a2d2bfdaa80b Content-Length: 0 Content-Type: application/json 2018-12-12 15:57:24,762 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/dd629956-9859-42de-9767-391e0d307303 used request id req-7e8e3800-3f32-4159-873f-a2d2bfdaa80b 2018-12-12 15:57:24,763 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet 2018-12-12 15:57:24,763 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-subnet 2018-12-12 15:57:24,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/e57f9209-40b1-46b4-b51b-fce03294838a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" 2018-12-12 15:57:27,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-afd85e40-ba0c-4f6e-acce-9b317fc7f101 Date: Wed, 12 Dec 2018 15:57:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:57:27,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/e57f9209-40b1-46b4-b51b-fce03294838a used request id req-afd85e40-ba0c-4f6e-acce-9b317fc7f101 2018-12-12 15:57:27,278 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-pub-net 2018-12-12 15:57:27,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/527ed091-b0f3-4dd1-a977-322cf6d89a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b90a07f1923762bb528bd074b2e8e798d27e46b7" 2018-12-12 15:57:28,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-207f69df-6712-4e3d-b14c-a1ef7afc287d Date: Wed, 12 Dec 2018 15:57:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:57:28,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/527ed091-b0f3-4dd1-a977-322cf6d89a77 used request id req-207f69df-6712-4e3d-b14c-a1ef7afc287d 2018-12-12 15:57:28,475 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-28f60dbb-1f3e-438f-bb85-73461fb04709" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" 2018-12-12 15:57:28,677 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:28 GMT Server: Apache x-compute-request-id: req-1aa7e77d-5571-4da9-aab8-06a657d6c5a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1aa7e77d-5571-4da9-aab8-06a657d6c5a5 Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:43.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:57:17.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "size": 1}} 2018-12-12 15:57:28,678 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e used request id req-1aa7e77d-5571-4da9-aab8-06a657d6c5a5 2018-12-12 15:57:28,678 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:57:28,678 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2 2018-12-12 15:57:28,678 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2 2018-12-12 15:57:28,681 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-28f60dbb-1f3e-438f-bb85-73461fb04709" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" 2018-12-12 15:57:28,909 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:57:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8b02eece-4a7e-49dc-ae92-9cf400cbdbdb Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:57:28,909 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e used request id req-8b02eece-4a7e-49dc-ae92-9cf400cbdbdb 2018-12-12 15:57:28,912 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-28f60dbb-1f3e-438f-bb85-73461fb04709" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" 2018-12-12 15:57:28,962 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:28 GMT Server: Apache x-compute-request-id: req-f173d732-4f3c-447d-8d3d-5240ee7ea67f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f173d732-4f3c-447d-8d3d-5240ee7ea67f Content-Encoding: gzip Content-Length: 484 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:43.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:57:28.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "3af867cf-a43e-4cd5-9b47-8ca7c3b6924e", "size": 1}} 2018-12-12 15:57:28,962 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e used request id req-f173d732-4f3c-447d-8d3d-5240ee7ea67f 2018-12-12 15:57:28,963 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:57:28,963 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:57:31,966 - create_volume - DEBUG - Volume status query timeout in 56.9432499409 2018-12-12 15:57:31,969 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-28f60dbb-1f3e-438f-bb85-73461fb04709" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86bcfc0fb5636d5766b8048448fce47dc325ea62" 2018-12-12 15:57:32,183 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:57:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5ef17ab5-513e-4856-b25b-9b5a98b6d85e x-openstack-request-id: req-5ef17ab5-513e-4856-b25b-9b5a98b6d85e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3af867cf-a43e-4cd5-9b47-8ca7c3b6924e could not be found.", "code": 404}} 2018-12-12 15:57:32,183 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/3af867cf-a43e-4cd5-9b47-8ca7c3b6924e used request id req-5ef17ab5-513e-4856-b25b-9b5a98b6d85e 2018-12-12 15:57:32,184 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 3af867cf-a43e-4cd5-9b47-8ca7c3b6924e could not be found. (HTTP 404) (Request-ID: req-5ef17ab5-513e-4856-b25b-9b5a98b6d85e) 2018-12-12 15:57:32,184 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-2 2018-12-12 15:57:32,187 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7fe24610-a10a-4e90-98bf-752c8312b38e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:57:32,394 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:32 GMT Server: Apache x-compute-request-id: req-50420af5-bebc-4868-b7d4-cb8d3077d2ac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-50420af5-bebc-4868-b7d4-cb8d3077d2ac Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:57:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}} 2018-12-12 15:57:32,394 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-50420af5-bebc-4868-b7d4-cb8d3077d2ac 2018-12-12 15:57:32,395 - create_volume - DEBUG - Instance status is - available 2018-12-12 15:57:32,395 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1 2018-12-12 15:57:32,395 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1 2018-12-12 15:57:32,398 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7fe24610-a10a-4e90-98bf-752c8312b38e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:57:32,640 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:57:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da97f73a-9666-429a-bdf1-e3645d1f0d33 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:57:32,641 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-da97f73a-9666-429a-bdf1-e3645d1f0d33 2018-12-12 15:57:32,644 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7fe24610-a10a-4e90-98bf-752c8312b38e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:57:32,837 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:32 GMT Server: Apache x-compute-request-id: req-42ee163a-0f21-44ef-9ac4-cfb1b52eed7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-42ee163a-0f21-44ef-9ac4-cfb1b52eed7c Content-Encoding: gzip Content-Length: 483 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "e791662602394255ae8ada46b4087f4d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "self"}, {"href": "http://172.30.9.29:8776/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-12T15:56:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "updated_at": "2018-12-12T15:57:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "676c6bfc-84ce-430f-b0bf-3e151e907fc2", "size": 1}} 2018-12-12 15:57:32,837 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-42ee163a-0f21-44ef-9ac4-cfb1b52eed7c 2018-12-12 15:57:32,837 - create_volume - DEBUG - Instance status is - deleting 2018-12-12 15:57:32,838 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-12 15:57:35,841 - create_volume - DEBUG - Volume status query timeout in 56.800162077 2018-12-12 15:57:35,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7fe24610-a10a-4e90-98bf-752c8312b38e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}152f1ad4c480815402ae4e5e71288ba32323224a" 2018-12-12 15:57:35,880 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:57:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5ef323a0-bc62-47b6-b7f1-0fbf30c55ddf x-openstack-request-id: req-5ef323a0-bc62-47b6-b7f1-0fbf30c55ddf Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 676c6bfc-84ce-430f-b0bf-3e151e907fc2 could not be found.", "code": 404}} 2018-12-12 15:57:35,880 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d3872f6f3c654d3689d165d72c539ae1/volumes/676c6bfc-84ce-430f-b0bf-3e151e907fc2 used request id req-5ef323a0-bc62-47b6-b7f1-0fbf30c55ddf 2018-12-12 15:57:35,880 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 676c6bfc-84ce-430f-b0bf-3e151e907fc2 could not be found. (HTTP 404) (Request-ID: req-5ef323a0-bc62-47b6-b7f1-0fbf30c55ddf) 2018-12-12 15:57:35,880 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-1 2018-12-12 15:57:35,881 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-e3bf9e8b-78c2-41b1-8102-4ca64bc15140-image 2018-12-12 15:57:35,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e651377968c7aacc808733c6437bbc78745cdc59" 2018-12-12 15:57:37,238 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-868f0c9c-e9db-44d3-935a-cffcd4ff13ac Date: Wed, 12 Dec 2018 15:57:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:57:37,238 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6d3cf5e3-db13-49e2-8e28-139c083468d4 used request id req-868f0c9c-e9db-44d3-935a-cffcd4ff13ac 2018-12-12 15:57:37,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:57:37,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-83ce05f5-6927-46c5-a218-3c110964c28f Date: Wed, 12 Dec 2018 15:57:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "created_at": "2018-12-12T15:56:35Z", "updated_at": "2018-12-12T15:56:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:56:35Z", "revision_number": 0, "id": "0b04d12d-5562-4753-9b5c-5c684d16f835", "remote_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "remote_ip_prefix": null, "created_at": "2018-12-12T15:56:35Z", "security_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3872f6f3c654d3689d165d72c539ae1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:56:35Z", "revision_number": 0, "id": "0f2f9050-0c84-4447-ac0c-ffe5716f27f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:56:35Z", "security_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3872f6f3c654d3689d165d72c539ae1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:56:35Z", "revision_number": 0, "id": "18e03068-7d8f-4f77-848e-06a9460517fe", "remote_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "remote_ip_prefix": null, "created_at": "2018-12-12T15:56:35Z", "security_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3872f6f3c654d3689d165d72c539ae1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:56:35Z", "revision_number": 0, "id": "c42ed60e-96b5-430d-8752-c73411298912", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:56:35Z", "security_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3872f6f3c654d3689d165d72c539ae1"}], "revision_number": 4, "project_id": "d3872f6f3c654d3689d165d72c539ae1", "id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:57:37,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-83ce05f5-6927-46c5-a218-3c110964c28f 2018-12-12 15:57:37,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:57:37,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f538ff8c-8a4c-4847-85e4-05f19d295be9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1"}, "enabled": true, "id": "d3872f6f3c654d3689d165d72c539ae1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-2bf3be11-5d09-415-proj"}} 2018-12-12 15:57:37,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-f538ff8c-8a4c-4847-85e4-05f19d295be9 2018-12-12 15:57:37,555 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b1b0627-7d04-4245-ac4f-a84db523b279 2018-12-12 15:57:37,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2b1b0627-7d04-4245-ac4f-a84db523b279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:57:37,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6b68bf2e-857f-4b42-a6d9-de4865f78ad2 Date: Wed, 12 Dec 2018 15:57:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:56:35Z", "security_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "port_range_min": null, "revision_number": 0, "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "created_at": "2018-12-12T15:56:35Z", "project_id": "d3872f6f3c654d3689d165d72c539ae1", "id": "0b04d12d-5562-4753-9b5c-5c684d16f835"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:56:35Z", "security_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "port_range_min": null, "revision_number": 0, "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "created_at": "2018-12-12T15:56:35Z", "project_id": "d3872f6f3c654d3689d165d72c539ae1", "id": "0f2f9050-0c84-4447-ac0c-ffe5716f27f7"}, {"remote_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:56:35Z", "security_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "port_range_min": null, "revision_number": 0, "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "created_at": "2018-12-12T15:56:35Z", "project_id": "d3872f6f3c654d3689d165d72c539ae1", "id": "18e03068-7d8f-4f77-848e-06a9460517fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:56:35Z", "security_group_id": "2b1b0627-7d04-4245-ac4f-a84db523b279", "port_range_min": null, "revision_number": 0, "tenant_id": "d3872f6f3c654d3689d165d72c539ae1", "created_at": "2018-12-12T15:56:35Z", "project_id": "d3872f6f3c654d3689d165d72c539ae1", "id": "c42ed60e-96b5-430d-8752-c73411298912"}]} 2018-12-12 15:57:37,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2b1b0627-7d04-4245-ac4f-a84db523b279 used request id req-6b68bf2e-857f-4b42-a6d9-de4865f78ad2 2018-12-12 15:57:37,725 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:57:37,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2b1b0627-7d04-4245-ac4f-a84db523b279 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:57:38,065 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07998af0-e567-41be-9ad2-0f85463b6fa6 Content-Length: 0 Date: Wed, 12 Dec 2018 15:57:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:57:38,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2b1b0627-7d04-4245-ac4f-a84db523b279 used request id req-07998af0-e567-41be-9ad2-0f85463b6fa6 2018-12-12 15:57:38,066 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-2bf3be11-5d09-415-proj 2018-12-12 15:57:38,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:57:38,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:57:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19932c3f-f07c-4bb4-a06c-855188174d63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:57:38,271 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d3872f6f3c654d3689d165d72c539ae1 used request id req-19932c3f-f07c-4bb4-a06c-855188174d63 2018-12-12 15:57:38,271 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-2bf3be11-5d09-415-proj-role 2018-12-12 15:57:38,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/2a8da80e01794d40bc880274e01cc2b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:57:38,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:57:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a29639f-29bb-4b6d-a5d0-2c2f5241c91e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:57:38,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/2a8da80e01794d40bc880274e01cc2b3 used request id req-9a29639f-29bb-4b6d-a5d0-2c2f5241c91e 2018-12-12 15:57:38,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73fdb608882219fff30ef8922db38292d13588a" 2018-12-12 15:57:38,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc50c0d8-ba30-472e-ab75-75bafe6c6eb9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:57:38,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bc50c0d8-ba30-472e-ab75-75bafe6c6eb9 2018-12-12 15:57:38,480 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-2bf3be11-5d09-415-user 2018-12-12 15:57:38,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e791662602394255ae8ada46b4087f4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd9315f93e59fbbc47534f077da803596dbdf7f" 2018-12-12 15:57:38,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:57:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af19c82f-e5ab-4bc9-8a68-8c39b0d01f8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:57:38,650 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e791662602394255ae8ada46b4087f4d used request id req-af19c82f-e5ab-4bc9-8a68-8c39b0d01f8f 2018-12-12 15:57:38,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:57:39,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:57:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["pzcqFA5qR2aDcIwaBeUz4w"], "issued_at": "2018-12-12T15:57:39.000000Z"}} 2018-12-12 15:57:39,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47ec7d1086cf18a9174009e3d0e090ca00f725c8" 2018-12-12 15:57:39,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f9645b3-9af9-4f63-8e9c-2b97a33d2c20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:57:39,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1f9645b3-9af9-4f63-8e9c-2b97a33d2c20 2018-12-12 15:57:39,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:57:39,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:57:39,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:57:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["7Nw2lA2QSEGgO_H-34eXlA"], "issued_at": "2018-12-12T15:57:39.000000Z"}} 2018-12-12 15:57:39,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:57:39,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a69f86c-2676-4bca-99ca-8536edfb1014 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:57:39,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2a69f86c-2676-4bca-99ca-8536edfb1014 2018-12-12 15:57:39,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:57:39,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:57: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:57:39,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:57:39,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f91242-96c4-4dcf-9748-3526cc790315 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:57:39,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj used request id req-56f91242-96c4-4dcf-9748-3526cc790315 2018-12-12 15:57:39,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:57:39,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd3bf163-050c-47ea-b080-078be885a7c7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:57:39,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-dd3bf163-050c-47ea-b080-078be885a7c7 2018-12-12 15:57:39,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj"}}' 2018-12-12 15:57:39,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0931cc64-855a-4994-b464-a0a79461034f Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159"}, "enabled": true, "id": "762844730fd94509882af3ee78021159", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj"}} 2018-12-12 15:57:39,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0931cc64-855a-4994-b464-a0a79461034f 2018-12-12 15:57:39,903 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-5be9bf1b-f8bf-430-proj 2018-12-12 15:57:39,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:57:39,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:57:40,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:57:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["_SjptkDSSGa1IWfaEXsbsQ"], "issued_at": "2018-12-12T15:57:40.000000Z"}} 2018-12-12 15:57:40,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:40,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e34191b2-ee97-430f-b6a1-fd00fe6b87c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:57:40,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e34191b2-ee97-430f-b6a1-fd00fe6b87c1 2018-12-12 15:57:40,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:57:40,310 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:57:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:57:40,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:40,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d66942a8-e9f6-4610-9be9-1230e737d1c2 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:57:40,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d66942a8-e9f6-4610-9be9-1230e737d1c2 2018-12-12 15:57:40,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:40,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89d6c58-0382-41ac-8baf-cdeb11bb023d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159"}, "enabled": true, "id": "762844730fd94509882af3ee78021159", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj"}]} 2018-12-12 15:57:40,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj used request id req-a89d6c58-0382-41ac-8baf-cdeb11bb023d 2018-12-12 15:57:40,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:40,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413c14cf-2733-44c1-adc2-1134f1dfc87c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:57:40,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-413c14cf-2733-44c1-adc2-1134f1dfc87c 2018-12-12 15:57:41,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:41,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ba087c-0fbc-432c-be85-4da6d99240ba Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:57:41,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-29ba087c-0fbc-432c-be85-4da6d99240ba 2018-12-12 15:57:41,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:41,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-338a0ddf-a0f0-4e4a-bcad-380fde1acb96 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159"}, "enabled": true, "id": "762844730fd94509882af3ee78021159", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj"}]} 2018-12-12 15:57:41,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-5be9bf1b-f8bf-430-proj used request id req-338a0ddf-a0f0-4e4a-bcad-380fde1acb96 2018-12-12 15:57:41,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/c5fccf0d90594cbeb6cdc13e42375c0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:41,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-743cc167-b44d-4d4c-b6cd-538040e386cf Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-user", "links": {"self": "http://172.30.9.29:5000/v3/users/c5fccf0d90594cbeb6cdc13e42375c0c"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "762844730fd94509882af3ee78021159", "id": "c5fccf0d90594cbeb6cdc13e42375c0c", "password_expires_at": null}} 2018-12-12 15:57:41,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/c5fccf0d90594cbeb6cdc13e42375c0c used request id req-743cc167-b44d-4d4c-b6cd-538040e386cf 2018-12-12 15:57:41,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159/users/c5fccf0d90594cbeb6cdc13e42375c0c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:41,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1498e1bf-930e-47d2-a8f7-4d46a40b3efe Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159/users/c5fccf0d90594cbeb6cdc13e42375c0c/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 15:57:41,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159/users/c5fccf0d90594cbeb6cdc13e42375c0c/roles used request id req-1498e1bf-930e-47d2-a8f7-4d46a40b3efe 2018-12-12 15:57:41,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:41,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ffa52a9-9748-4f7e-a900-e839ae3ab807 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 15:57:41,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-0ffa52a9-9748-4f7e-a900-e839ae3ab807 2018-12-12 15:57:41,618 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-5be9bf1b-f8bf-430-proj 2018-12-12 15:57:41,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159/users/c5fccf0d90594cbeb6cdc13e42375c0c/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:57:41,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22647458-dfc3-46ce-9a67-55f871803782 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:57:41,749 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159/users/c5fccf0d90594cbeb6cdc13e42375c0c/roles/e8c8590d1f254077b29715df32c522d0 used request id req-22647458-dfc3-46ce-9a67-55f871803782 2018-12-12 15:57:41,750 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-5be9bf1b-f8bf-430-user 2018-12-12 15:57:41,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:57:41,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:57:41,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b2675e4-5b68-44a1-a1dd-80dc4377c055 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:57:41,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1b2675e4-5b68-44a1-a1dd-80dc4377c055 2018-12-12 15:57:41,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" -d '{"role": {"name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role"}}' 2018-12-12 15:57:41,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb5d81bd-1196-473f-9fd8-6aff14a12b94 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "09e8fc34d6f149a8abfb41f7b6d3c1ed", "links": {"self": "http://172.30.9.29:5000/v3/roles/09e8fc34d6f149a8abfb41f7b6d3c1ed"}, "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role"}} 2018-12-12 15:57:41,957 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cb5d81bd-1196-473f-9fd8-6aff14a12b94 2018-12-12 15:57:41,957 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role 2018-12-12 15:57:41,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/09e8fc34d6f149a8abfb41f7b6d3c1ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:57:42,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-485da125-2abc-45ee-a7e8-dd92987b8f44 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/09e8fc34d6f149a8abfb41f7b6d3c1ed"}, "domain_id": null, "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role", "id": "09e8fc34d6f149a8abfb41f7b6d3c1ed"}} 2018-12-12 15:57:42,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/09e8fc34d6f149a8abfb41f7b6d3c1ed used request id req-485da125-2abc-45ee-a7e8-dd92987b8f44 2018-12-12 15:57:42,052 - keystone_utils - INFO - Granting role CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role to project CreateStackSuccessTests-5be9bf1b-f8bf-430-proj 2018-12-12 15:57:42,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159/users/c5fccf0d90594cbeb6cdc13e42375c0c/roles/09e8fc34d6f149a8abfb41f7b6d3c1ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:57:42,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:57:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6409532-a71a-4436-80e8-461b9126dbad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:57:42,194 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159/users/c5fccf0d90594cbeb6cdc13e42375c0c/roles/09e8fc34d6f149a8abfb41f7b6d3c1ed used request id req-c6409532-a71a-4436-80e8-461b9126dbad 2018-12-12 15:57:42,194 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:57:42,202 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:57:42,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:57:42,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:57:42,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09e8fc34d6f149a8abfb41f7b6d3c1ed", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "762844730fd94509882af3ee78021159", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-user", "id": "c5fccf0d90594cbeb6cdc13e42375c0c"}, "audit_ids": ["EA4883mWRJeJBsGgPoeTRQ"], "issued_at": "2018-12-12T15:57:42.000000Z"}} 2018-12-12 15:57:42,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" 2018-12-12 15:57:42,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b80a049-74f3-44a4-bfca-1537771d6afa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:57:42,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6b80a049-74f3-44a4-bfca-1537771d6afa 2018-12-12 15:57:42,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" 2018-12-12 15:57:42,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-98d5cfc9-6aab-47fa-a2d0-e11795e93526 Date: Wed, 12 Dec 2018 15:57:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image"} 2018-12-12 15:57:42,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image used request id req-98d5cfc9-6aab-47fa-a2d0-e11795e93526 2018-12-12 15:57:42,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" 2018-12-12 15:57:43,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f5a3f71-05f3-4388-ba68-69361796451a Date: Wed, 12 Dec 2018 15: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-12-12 15:57:43,014 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7f5a3f71-05f3-4388-ba68-69361796451a 2018-12-12 15:57:43,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image"}' 2018-12-12 15:57:43,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5 X-Openstack-Request-Id: req-dc349fae-2b7b-42db-a668-a9a1f8d1f724 Date: Wed, 12 Dec 2018 15:57:43 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:57:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:57:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5", "min_disk": 0, "protected": false, "id": "24a267b5-7c87-400f-b716-a8ac2ee459d5", "file": "/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/file", "checksum": null, "owner": "762844730fd94509882af3ee78021159", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:57:43,241 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-dc349fae-2b7b-42db-a668-a9a1f8d1f724 2018-12-12 15:57:43,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" -d '' 2018-12-12 15:57:44,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-afaf2bce-756a-4100-ae32-8e338b50f4bb Date: Wed, 12 Dec 2018 15:57:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:57:44,835 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/file used request id req-afaf2bce-756a-4100-ae32-8e338b50f4bb 2018-12-12 15:57:44,836 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:57:44,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" 2018-12-12 15:57:45,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-9b9456c2-931c-4025-81ad-c05aa8c28fd9 Date: Wed, 12 Dec 2018 15:57:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:57:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:57:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/snap", "metadata": {}}], "self": "/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5", "min_disk": 0, "protected": false, "id": "24a267b5-7c87-400f-b716-a8ac2ee459d5", "file": "/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "762844730fd94509882af3ee78021159", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:57:45,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5 used request id req-9b9456c2-931c-4025-81ad-c05aa8c28fd9 2018-12-12 15:57:45,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" 2018-12-12 15:57:45,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d2ee3c74-967f-4172-951f-c3fdb652b7ad Date: Wed, 12 Dec 2018 15:57:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:57:45,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d2ee3c74-967f-4172-951f-c3fdb652b7ad 2018-12-12 15:57:45,173 - create_image - INFO - Created image with name - CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image 2018-12-12 15:57:45,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" 2018-12-12 15:57:45,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-59eaec0d-59a8-422f-ae1a-717c41d533bb Date: Wed, 12 Dec 2018 15:57:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:57:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:57:44Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/snap", "metadata": {}}], "self": "/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5", "min_disk": 0, "protected": false, "id": "24a267b5-7c87-400f-b716-a8ac2ee459d5", "file": "/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "762844730fd94509882af3ee78021159", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/24a267b5-7c87-400f-b716-a8ac2ee459d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:57:45,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5 used request id req-59eaec0d-59a8-422f-ae1a-717c41d533bb 2018-12-12 15:57:45,345 - create_image - DEBUG - Instance status is - active 2018-12-12 15:57:45,345 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image 2018-12-12 15:57:45,345 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image 2018-12-12 15:57:45,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:57:45,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:57:45,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:57:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["mBd1OH-2QmibA1vGRb034w"], "issued_at": "2018-12-12T15:57:45.000000Z"}} 2018-12-12 15:57:45,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1363dc2c8ecc3661104b416e739d6d71f193a12" 2018-12-12 15:57:45,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5dfce6-ebc1-424f-a090-970634fca711 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:57:45,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bc5dfce6-ebc1-424f-a090-970634fca711 2018-12-12 15:57:45,819 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:57:45,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1363dc2c8ecc3661104b416e739d6d71f193a12" 2018-12-12 15:57:45,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81dd7fe5-54b5-4733-8320-f5fe6ac84967 x-compute-request-id: req-81dd7fe5-54b5-4733-8320-f5fe6ac84967 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:57:45,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-81dd7fe5-54b5-4733-8320-f5fe6ac84967 2018-12-12 15:57:46,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1363dc2c8ecc3661104b416e739d6d71f193a12" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:57:46,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-834c77b5-d991-4b5c-b4a5-d64f71851e96 x-compute-request-id: req-834c77b5-d991-4b5c-b4a5-d64f71851e96 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/3ded2975-d3d9-46d0-996a-f3bd2b5e8630", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/3ded2975-d3d9-46d0-996a-f3bd2b5e8630", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3ded2975-d3d9-46d0-996a-f3bd2b5e8630", "name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:57:46,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-834c77b5-d991-4b5c-b4a5-d64f71851e96 2018-12-12 15:57:46,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:57:46,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:57:46,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09e8fc34d6f149a8abfb41f7b6d3c1ed", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:57:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "762844730fd94509882af3ee78021159", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-user", "id": "c5fccf0d90594cbeb6cdc13e42375c0c"}, "audit_ids": ["amPAr0MQRnibtIoEuGrKkA"], "issued_at": "2018-12-12T15:57:46.000000Z"}} 2018-12-12 15:57:46,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:57:46,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de809659-a1d4-4f22-9c1f-eb607e2e2ce6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:57:46,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-de809659-a1d4-4f22-9c1f-eb607e2e2ce6 2018-12-12 15:57:46,628 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:57:46,630 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:57:46,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:57:47,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:46 GMT Server: Apache x-openstack-request-id: req-077313bb-3cf3-44c0-99d7-9bae6e7b30fa Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 15:57:47,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack used request id req-077313bb-3cf3-44c0-99d7-9bae6e7b30fa 2018-12-12 15:57:47,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-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-a21bd56a-84db-4e53-856d-30293203c62b-net", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}}' 2018-12-12 15:57:49,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:57:47 GMT Server: Apache x-openstack-request-id: req-41de3c5a-7c5c-429c-85a8-7bb2ad8d758b Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "e311581c-071a-480a-b043-ba690361be30", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}]}} 2018-12-12 15:57:49,898 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks used request id req-41de3c5a-7c5c-429c-85a8-7bb2ad8d758b 2018-12-12 15:57:49,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:57:50,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:57:49 GMT Server: Apache x-openstack-request-id: req-517e3bbb-02c1-4155-a5d2-d67ca55c298b Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:57:51,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:50 GMT Server: Apache x-openstack-request-id: req-034eaaa1-8d60-4d5c-8d63-a25f2bc76b7f 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:57:51,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-034eaaa1-8d60-4d5c-8d63-a25f2bc76b7f 2018-12-12 15:57:51,142 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack 2018-12-12 15:57:51,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:57:51,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:57:51 GMT Server: Apache x-openstack-request-id: req-09e441a4-70e0-4485-8007-791e7f8a6d76 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:57:51,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:51 GMT Server: Apache x-openstack-request-id: req-f72c6284-5319-4d49-9a7a-b245af627c0a 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:57:51,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-f72c6284-5319-4d49-9a7a-b245af627c0a 2018-12-12 15:57:51,731 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:57:51,731 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:57:54,735 - create_stack - DEBUG - Stack status query timeout in 1196.40766907 2018-12-12 15:57:54,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:57:55,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:57:54 GMT Server: Apache x-openstack-request-id: req-1cde6b23-67b2-48f0-961b-4cfaf35956d8 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:57:55,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:55 GMT Server: Apache x-openstack-request-id: req-f04e69ac-c6fb-4ed2-94f4-230b7a2972f8 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:57:55,889 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-f04e69ac-c6fb-4ed2-94f4-230b7a2972f8 2018-12-12 15:57:55,889 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:57:55,889 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:57:58,892 - create_stack - DEBUG - Stack status query timeout in 1192.24974298 2018-12-12 15:57:58,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:57:59,537 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:57:58 GMT Server: Apache x-openstack-request-id: req-564426bd-d1da-4362-8fc3-6a132e2e5c8a Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:00,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:57:59 GMT Server: Apache x-openstack-request-id: req-d329a092-466c-41ae-bf28-faeb9b82f4ae 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:00,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-d329a092-466c-41ae-bf28-faeb9b82f4ae 2018-12-12 15:58:00,100 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:58:00,101 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:58:03,104 - create_stack - DEBUG - Stack status query timeout in 1188.03854012 2018-12-12 15:58:03,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:58:03,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:03 GMT Server: Apache x-openstack-request-id: req-d8bd2ded-2c2f-4e7f-95a1-168335ffaf2d Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:04,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:03 GMT Server: Apache x-openstack-request-id: req-4f79da7a-9b34-4774-98b1-ee7cc8455835 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:04,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-4f79da7a-9b34-4774-98b1-ee7cc8455835 2018-12-12 15:58:04,230 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:58:04,230 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:58:07,234 - create_stack - DEBUG - Stack status query timeout in 1183.90871191 2018-12-12 15:58:07,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:58:07,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:07 GMT Server: Apache x-openstack-request-id: req-45247058-c904-4098-9435-6fa50bb8fc70 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:07,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:07 GMT Server: Apache x-openstack-request-id: req-0557f0a8-3c58-4c39-96c5-9977c1a26fbb 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:07,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-0557f0a8-3c58-4c39-96c5-9977c1a26fbb 2018-12-12 15:58:07,824 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 15:58:07,824 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack 2018-12-12 15:58:07,824 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack 2018-12-12 15:58:07,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:08,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09e8fc34d6f149a8abfb41f7b6d3c1ed", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "762844730fd94509882af3ee78021159", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/762844730fd94509882af3ee78021159", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/762844730fd94509882af3ee78021159", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/762844730fd94509882af3ee78021159", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-user", "id": "c5fccf0d90594cbeb6cdc13e42375c0c"}, "audit_ids": ["xi7mpfz6RuOL8Xuxrt6Hbg"], "issued_at": "2018-12-12T15:58:08.000000Z"}} 2018-12-12 15:58:08,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:08,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:08 GMT Server: Apache x-openstack-request-id: req-bf654924-78c3-4d59-b94f-96247472bf9d Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:09,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:08 GMT Server: Apache x-openstack-request-id: req-55689cde-168c-484e-97ae-91eb8d7983a8 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:09,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-55689cde-168c-484e-97ae-91eb8d7983a8 2018-12-12 15:58:09,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:58:09,900 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:09 GMT Server: Apache x-openstack-request-id: req-dda2a3ee-c969-4aa6-bbd3-71f231bb40a0 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:10,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:09 GMT Server: Apache x-openstack-request-id: req-131b8504-8e9b-47c7-8516-8774acc99755 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:10,099 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-131b8504-8e9b-47c7-8516-8774acc99755 2018-12-12 15:58:10,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:58:10,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:10 GMT Server: Apache x-openstack-request-id: req-3b32d88c-2993-4e94-9e74-7e5cfda954f3 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:10,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:10 GMT Server: Apache x-openstack-request-id: req-a7d83274-1fa4-4fb1-afa3-a28a612150d4 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e311581c-071a-480a-b043-ba690361be30", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:10,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-a7d83274-1fa4-4fb1-afa3-a28a612150d4 2018-12-12 15:58:10,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:11,236 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:10 GMT Server: Apache x-openstack-request-id: req-7df15fcd-9c62-4411-b67a-1feb18322e54 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:11,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:58:11 GMT Server: Apache x-openstack-request-id: req-bd484a7f-b46e-4aec-9226-35429dc31d11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:58:11,828 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-bd484a7f-b46e-4aec-9226-35429dc31d11 2018-12-12 15:58:11,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:12,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:11 GMT Server: Apache x-openstack-request-id: req-553473fd-116e-44fd-bb5a-85aba92ab8c4 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:12,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:12 GMT Server: Apache x-openstack-request-id: req-0a75f7c9-2ab3-4822-8b6d-59e2c19a6d5a 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:12,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-0a75f7c9-2ab3-4822-8b6d-59e2c19a6d5a 2018-12-12 15:58:12,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:13,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:12 GMT Server: Apache x-openstack-request-id: req-60ce647a-3bde-4ee0-a93d-70c7074d8fdb Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:13,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:13 GMT Server: Apache x-openstack-request-id: req-9e90e70d-762c-4332-90c5-db4696c2ed57 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:13,346 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-9e90e70d-762c-4332-90c5-db4696c2ed57 2018-12-12 15:58:13,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:13,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:13 GMT Server: Apache x-openstack-request-id: req-b67acfc8-98ac-4710-93df-d0aecb15b84c Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:14,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:13 GMT Server: Apache x-openstack-request-id: req-358eee6b-4ed4-4fbe-bbc8-a494c439b0e3 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:14,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-358eee6b-4ed4-4fbe-bbc8-a494c439b0e3 2018-12-12 15:58:14,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:14,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:14 GMT Server: Apache x-openstack-request-id: req-c832e540-4ac6-465a-b25d-2c78f8b531b0 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:14,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:14 GMT Server: Apache x-openstack-request-id: req-bdd35527-19e8-4aac-9c99-7a4845540149 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:14,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-bdd35527-19e8-4aac-9c99-7a4845540149 2018-12-12 15:58:14,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:14,837 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:14 GMT Server: Apache x-openstack-request-id: req-7599b933-91b9-4440-8185-2f12e853442a Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:15,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:14 GMT Server: Apache x-openstack-request-id: req-8be66eff-d458-4755-ad95-bb020d47ba87 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:15,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-8be66eff-d458-4755-ad95-bb020d47ba87 2018-12-12 15:58:15,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:15,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:15 GMT Server: Apache x-openstack-request-id: req-6e708b40-8867-4a66-b50a-9ce406169c00 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:15,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:15 GMT Server: Apache x-openstack-request-id: req-4dc3624a-b793-4f05-b96b-86eae2e260ae 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:15,577 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-4dc3624a-b793-4f05-b96b-86eae2e260ae 2018-12-12 15:58:15,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:15,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:15 GMT Server: Apache x-openstack-request-id: req-437b5f2c-d60f-43dd-a20f-7bfbe0bcccf5 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:16,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:15 GMT Server: Apache x-openstack-request-id: req-252041a1-f346-4daf-9f69-b4b7acc9f609 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:16,406 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-252041a1-f346-4daf-9f69-b4b7acc9f609 2018-12-12 15:58:16,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:16,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-70a52a20-e517-4b89-8ae1-c6d5e64ce0ac Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:16,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-04ad5b5c-ddee-40d4-a678-f14f66f78be1 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:16,607 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-04ad5b5c-ddee-40d4-a678-f14f66f78be1 2018-12-12 15:58:16,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:16,635 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-cc050f8b-bfc7-43a5-861e-16327442a96e Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:16,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-aa5c9f8d-4f82-428c-af29-9ec5f08625db 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:16,811 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-aa5c9f8d-4f82-428c-af29-9ec5f08625db 2018-12-12 15:58:16,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:16,840 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-17b3e3ac-748f-43c5-bb86-30ef0f8ee719 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:16,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-1600cd74-7aef-4359-8153-eb097bb89774 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:16,866 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-1600cd74-7aef-4359-8153-eb097bb89774 2018-12-12 15:58:16,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:16,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-44547681-5258-49b3-81d3-b54c8875167e Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:16,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-2f00b41c-a707-4e80-b5ad-ebf19f71a556 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:16,937 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-2f00b41c-a707-4e80-b5ad-ebf19f71a556 2018-12-12 15:58:16,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:17,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:16 GMT Server: Apache x-openstack-request-id: req-23aa306b-41bf-4474-8190-46bb28314b40 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:17,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-bebc0d62-b20d-4c25-94b5-a20f60f7c8a5 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:17,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-bebc0d62-b20d-4c25-94b5-a20f60f7c8a5 2018-12-12 15:58:17,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:17,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-f2ce3ff4-4940-4132-8fb8-4810117e910d Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:17,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-ec80df46-ef2d-4ce4-b54a-ff16d601cc6c 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:17,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-ec80df46-ef2d-4ce4-b54a-ff16d601cc6c 2018-12-12 15:58:17,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:17,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-f74ce2e0-10a4-4b94-b0cc-7e977f81cc99 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:17,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-aa2bd0d3-c96c-4a87-9de3-78191793344b 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:17,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-aa2bd0d3-c96c-4a87-9de3-78191793344b 2018-12-12 15:58:17,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:17,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-ef3dc5b7-e818-42a6-85d3-6ac1b358e0eb Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:17,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-5971a589-8e09-4b45-a898-655efab33d05 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:17,877 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-5971a589-8e09-4b45-a898-655efab33d05 2018-12-12 15:58:17,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:17,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-d4c561d5-261a-49e2-a969-4e677e07e430 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:17,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-08e719b3-d39b-44fe-b893-701342a23f62 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:17,931 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-08e719b3-d39b-44fe-b893-701342a23f62 2018-12-12 15:58:17,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:17,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-1112d9d6-6507-43ca-a661-d2f6287fc121 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:17,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-732022bd-11f6-4284-b0bd-f483c021da84 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:17,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-732022bd-11f6-4284-b0bd-f483c021da84 2018-12-12 15:58:17,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:18,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:17 GMT Server: Apache x-openstack-request-id: req-2b9f9375-bc32-4d3d-bd76-f151ca6f1aeb Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:18,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-a3f61a09-84ce-4c07-938a-9f40b2dddcf8 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:18,182 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-a3f61a09-84ce-4c07-938a-9f40b2dddcf8 2018-12-12 15:58:18,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:18,211 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-75f1ed67-88e5-43d8-8a0d-8db2249c874c Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:18,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-057fe074-29fe-4229-99db-f25295508a58 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:18,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-057fe074-29fe-4229-99db-f25295508a58 2018-12-12 15:58:18,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:18,264 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-6883c693-f6a5-4f6a-9b8b-da08d28a216d Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:18,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-fc035054-2f36-47e6-a6be-21f557ad7817 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:18,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-fc035054-2f36-47e6-a6be-21f557ad7817 2018-12-12 15:58:18,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:18,485 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-7b560ddf-7799-4aa0-a1db-f2eacd5bec3c Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:18,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-0d1b4dff-0519-4324-a19f-be872ba5a57e 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:18,511 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-0d1b4dff-0519-4324-a19f-be872ba5a57e 2018-12-12 15:58:18,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:18,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-a2c311bc-1206-4000-97a8-db180190e210 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:18,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-80c36e57-699d-4d22-abe0-0b0e2e71bb9f 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:18,568 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-80c36e57-699d-4d22-abe0-0b0e2e71bb9f 2018-12-12 15:58:18,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:18,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-2b15a00b-0afb-489c-b6e9-ac206da90eae Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:18,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-562011a0-430f-41e2-8535-08d114b2f6f5 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:18,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-562011a0-430f-41e2-8535-08d114b2f6f5 2018-12-12 15:58:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:18,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-960de0e9-8149-42af-a35c-7a343b7e7add Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:18,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-0e8a981c-5474-421f-9984-ebd9b03673d9 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:18,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-0e8a981c-5474-421f-9984-ebd9b03673d9 2018-12-12 15:58:18,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:19,294 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:18 GMT Server: Apache x-openstack-request-id: req-8ab7651e-5dff-486e-9e1c-d77b23b4e469 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:19,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-3b47fe74-b81c-48ae-beac-d2eeac11f3d3 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:19,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-3b47fe74-b81c-48ae-beac-d2eeac11f3d3 2018-12-12 15:58:19,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:19,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-34d97f35-ac19-42fd-b408-67bfbb3173c4 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:19,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-89f76bfe-2131-43b9-9795-cbac429bb5c7 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:19,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-89f76bfe-2131-43b9-9795-cbac429bb5c7 2018-12-12 15:58:19,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:19,402 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-e5f18a3f-6bf0-4a6c-a461-dac7cbf87c3f Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:19,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-cf9c27ed-7b61-49a0-b7df-e01904047102 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:19,427 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-cf9c27ed-7b61-49a0-b7df-e01904047102 2018-12-12 15:58:19,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:19,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-90c5b483-18db-4092-96b9-471ede92abc5 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:19,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-091a688e-3fdc-42f1-8359-d510b46ca510 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:19,480 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-091a688e-3fdc-42f1-8359-d510b46ca510 2018-12-12 15:58:19,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:19,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-b140874e-ca7e-4627-9c63-c7ec76e952b4 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:19,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-ff37608a-4243-4a8f-8634-60a921a275ea 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:19,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-ff37608a-4243-4a8f-8634-60a921a275ea 2018-12-12 15:58:19,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:19,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-4dd00128-ae34-4de1-8399-8f5959278df9 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:19,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-d902c923-ff75-4146-a298-0a179b7ddd6d 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:19,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-d902c923-ff75-4146-a298-0a179b7ddd6d 2018-12-12 15:58:19,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:19,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-3e158b5c-636c-49e1-9279-69fb703b4980 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:19,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-046c7793-d45a-455e-9263-eb1d73c20bc7 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:19,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-046c7793-d45a-455e-9263-eb1d73c20bc7 2018-12-12 15:58:19,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:19,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-7c0ca7e4-584c-49e7-8bfe-14accebfbe6d Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:20,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:19 GMT Server: Apache x-openstack-request-id: req-63fe1b04-54da-4031-b973-868de2a2c98d 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:20,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-63fe1b04-54da-4031-b973-868de2a2c98d 2018-12-12 15:58:20,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:20,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-6c30f4fd-208e-4ac7-81e1-0eaca21b535b Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:20,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-ed55c038-58c3-4b65-8114-c6c559c84137 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:20,273 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-ed55c038-58c3-4b65-8114-c6c559c84137 2018-12-12 15:58:20,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:20,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-9db278ec-1e97-48a5-a5bf-4c136e476cfd Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:20,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-73f9a3b7-d9a4-4947-ac1d-a9f9150dedae 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:20,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-73f9a3b7-d9a4-4947-ac1d-a9f9150dedae 2018-12-12 15:58:20,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:20,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-68e2a61d-124c-4e90-b5fe-7c3d9130ab28 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:20,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-e97a504d-1a61-4afb-bb67-e6efee4ca1af 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:20,398 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-e97a504d-1a61-4afb-bb67-e6efee4ca1af 2018-12-12 15:58:20,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:20,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-32ac7c7d-70a8-426a-9dc7-f64163858bfa Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:20,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-f1798501-aa4c-46b9-b055-031c9ca5dd69 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:20,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-f1798501-aa4c-46b9-b055-031c9ca5dd69 2018-12-12 15:58:20,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:20,623 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-a19afd3f-3774-46b3-a1af-8ccff870b45b Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:20,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-97922dc5-90f9-4412-acef-6c4a4833b1fc 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:20,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-97922dc5-90f9-4412-acef-6c4a4833b1fc 2018-12-12 15:58:20,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:20,678 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-79d53263-989e-4e77-8ab2-cabe15c5441b Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:21,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:20 GMT Server: Apache x-openstack-request-id: req-f87cc229-cc21-4acf-bb99-dfceab78b663 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:21,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-f87cc229-cc21-4acf-bb99-dfceab78b663 2018-12-12 15:58:21,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:21,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:21 GMT Server: Apache x-openstack-request-id: req-601fe9e1-510d-426c-a69a-75fbc1104a69 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:21,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:21 GMT Server: Apache x-openstack-request-id: req-f95ed7a1-ae8b-430a-9cab-475cfbdf7a92 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:21,959 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-f95ed7a1-ae8b-430a-9cab-475cfbdf7a92 2018-12-12 15:58:21,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:21,988 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:21 GMT Server: Apache x-openstack-request-id: req-f7a6f0b8-a676-4a2a-8055-31cfdcd2f7a8 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:21 GMT Server: Apache x-openstack-request-id: req-5422870f-443c-45a7-810c-4364a6f87415 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-5422870f-443c-45a7-810c-4364a6f87415 2018-12-12 15:58:22,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-d7f058d8-83ef-4838-b13f-39bae2096097 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-b6c7e71a-b14e-4c2c-adcb-17d45164ac9e 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-b6c7e71a-b14e-4c2c-adcb-17d45164ac9e 2018-12-12 15:58:22,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-c825368f-674d-4d7b-bda1-0e55e70290f3 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-d666d3b7-b678-40ac-a5ae-23a831412649 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-d666d3b7-b678-40ac-a5ae-23a831412649 2018-12-12 15:58:22,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-2f21959b-e78f-4b96-9fb6-f4b153320907 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-1b654cb1-9c0b-4623-8cae-195ac2a11416 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-1b654cb1-9c0b-4623-8cae-195ac2a11416 2018-12-12 15:58:22,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-30249094-4b10-498c-8585-9d571256cf81 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-48d16505-8d3a-45ee-bb16-f316b2f0c3a7 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-48d16505-8d3a-45ee-bb16-f316b2f0c3a7 2018-12-12 15:58:22,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-930f20cd-2875-452e-8523-fcfbb261f109 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-cdc18384-db69-40a9-9975-944f9de6a316 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-cdc18384-db69-40a9-9975-944f9de6a316 2018-12-12 15:58:22,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-46f2f2a5-f57b-46d6-ad66-ace7a3209439 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-c1c405f8-44d2-411d-aa31-0510365d2463 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,861 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-c1c405f8-44d2-411d-aa31-0510365d2463 2018-12-12 15:58:22,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-182fb528-8329-4d64-991a-8a378b777b48 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-c5a2c546-0468-401e-9b6e-076c41143ec2 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-c5a2c546-0468-401e-9b6e-076c41143ec2 2018-12-12 15:58:22,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-9dc4af0a-2649-41a8-b3ee-ab501b55ff8b Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:22,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-f49222aa-f9f3-48b6-a14a-ad8bb38fb671 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:22,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-f49222aa-f9f3-48b6-a14a-ad8bb38fb671 2018-12-12 15:58:22,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:22,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:22 GMT Server: Apache x-openstack-request-id: req-318894d8-17af-48e8-a644-55b625536e06 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:23,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-1a3cfdde-d203-4107-83ba-191aab9fc2a5 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:23,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-1a3cfdde-d203-4107-83ba-191aab9fc2a5 2018-12-12 15:58:23,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:23,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-e988dcfa-8034-4f25-a97a-63d6fedac458 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:23,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-cd27f6d5-6dab-4f17-9400-68dfd36751f4 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:23,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-cd27f6d5-6dab-4f17-9400-68dfd36751f4 2018-12-12 15:58:23,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:23,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-f8e4262b-2404-4371-8d24-e9ee36bfd9d2 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:23,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-3c21dbb1-6495-4dd1-8d94-1ad836fbbb33 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:23,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-3c21dbb1-6495-4dd1-8d94-1ad836fbbb33 2018-12-12 15:58:23,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99337a08027e49d400b08d58d616daf9880bf327" 2018-12-12 15:58:23,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-bcb58922-4e08-4898-bdb8-f4006bf0ec84 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:23,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-b088b7bb-b55b-4477-a9dc-50ccc99a38d2 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": "762844730fd94509882af3ee78021159", "OS::stack_id": "e311581c-071a-480a-b043-ba690361be30", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "image_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image", "inst_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-inst", "subnet_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-subnet", "flavor_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-flavor-name", "net_name": "CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack", "stack_user_project_id": "8e9dc37ffdc24272af692c80bf5b4a2e", "tags": null, "creation_time": "2018-12-12T15:57:49Z", "links": [{"href": "http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T15:58:11Z", "id": "e311581c-071a-480a-b043-ba690361be30", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:23,177 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-b088b7bb-b55b-4477-a9dc-50ccc99a38d2 2018-12-12 15:58:23,177 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack 2018-12-12 15:58:23,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/e311581c-071a-480a-b043-ba690361be30 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83025d628f2a25e797df8d37c31be4b3578e2fd3" 2018-12-12 15:58:23,205 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-6d1ac892-0430-495a-8632-a393788d2934 Location: http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:23,231 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:58:23 GMT Server: Apache x-openstack-request-id: req-ca3210ac-ef65-46ae-9f7f-af20a98dad2d Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 15:58:23,231 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/762844730fd94509882af3ee78021159/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-stack/e311581c-071a-480a-b043-ba690361be30 used request id req-ca3210ac-ef65-46ae-9f7f-af20a98dad2d 2018-12-12 15:58:23,233 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a21bd56a-84db-4e53-856d-30293203c62b-image 2018-12-12 15:58:23,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7bdd0a26d27deab45f82bc5b74960c0c94405b4" 2018-12-12 15:58:24,405 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f0df157-9a55-4f6a-aceb-49fe3d2de910 Date: Wed, 12 Dec 2018 15:58:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:58:24,406 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/24a267b5-7c87-400f-b716-a8ac2ee459d5 used request id req-6f0df157-9a55-4f6a-aceb-49fe3d2de910 2018-12-12 15:58:24,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/3ded2975-d3d9-46d0-996a-f3bd2b5e8630 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1363dc2c8ecc3661104b416e739d6d71f193a12" 2018-12-12 15:58:24,450 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:58:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a10769aa-6ef0-498a-8601-41892f8e6843 x-compute-request-id: req-a10769aa-6ef0-498a-8601-41892f8e6843 Content-Length: 0 Content-Type: application/json 2018-12-12 15:58:24,450 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/3ded2975-d3d9-46d0-996a-f3bd2b5e8630 used request id req-a10769aa-6ef0-498a-8601-41892f8e6843 2018-12-12 15:58:24,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:58:24,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9df86bd3-b507-45cb-863e-640ab8554386 Date: Wed, 12 Dec 2018 15:58:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "762844730fd94509882af3ee78021159", "created_at": "2018-12-12T15:57:50Z", "updated_at": "2018-12-12T15:57:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:57:50Z", "revision_number": 0, "id": "4180e734-e71c-4b93-a870-c152f0196fad", "remote_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "remote_ip_prefix": null, "created_at": "2018-12-12T15:57:50Z", "security_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "tenant_id": "762844730fd94509882af3ee78021159", "port_range_min": null, "ethertype": "IPv6", "project_id": "762844730fd94509882af3ee78021159"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:57:50Z", "revision_number": 0, "id": "460a1757-c3c6-43cc-945f-f350c2687e18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:57:50Z", "security_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "tenant_id": "762844730fd94509882af3ee78021159", "port_range_min": null, "ethertype": "IPv4", "project_id": "762844730fd94509882af3ee78021159"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:57:50Z", "revision_number": 0, "id": "a0b37a53-bc0d-4fc0-82f1-c972dbeb36d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:57:50Z", "security_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "tenant_id": "762844730fd94509882af3ee78021159", "port_range_min": null, "ethertype": "IPv6", "project_id": "762844730fd94509882af3ee78021159"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:57:50Z", "revision_number": 0, "id": "d684d998-740c-4a62-a1ad-8bd101e8fefb", "remote_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "remote_ip_prefix": null, "created_at": "2018-12-12T15:57:50Z", "security_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "tenant_id": "762844730fd94509882af3ee78021159", "port_range_min": null, "ethertype": "IPv4", "project_id": "762844730fd94509882af3ee78021159"}], "revision_number": 4, "project_id": "762844730fd94509882af3ee78021159", "id": "102faffc-4873-4d98-ae5b-9c14778527be", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:58:24,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9df86bd3-b507-45cb-863e-640ab8554386 2018-12-12 15:58:24,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:58:24,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-909db2f5-3b12-4cf7-b1a5-7f2e7cecd10a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159"}, "enabled": true, "id": "762844730fd94509882af3ee78021159", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5be9bf1b-f8bf-430-proj"}} 2018-12-12 15:58:24,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159 used request id req-909db2f5-3b12-4cf7-b1a5-7f2e7cecd10a 2018-12-12 15:58:24,750 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 102faffc-4873-4d98-ae5b-9c14778527be 2018-12-12 15:58:24,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=102faffc-4873-4d98-ae5b-9c14778527be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:58:24,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9c5c161e-1896-43e4-ada9-cb9897248598 Date: Wed, 12 Dec 2018 15:58:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:57:50Z", "security_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "port_range_min": null, "revision_number": 0, "tenant_id": "762844730fd94509882af3ee78021159", "created_at": "2018-12-12T15:57:50Z", "project_id": "762844730fd94509882af3ee78021159", "id": "4180e734-e71c-4b93-a870-c152f0196fad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:57:50Z", "security_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "port_range_min": null, "revision_number": 0, "tenant_id": "762844730fd94509882af3ee78021159", "created_at": "2018-12-12T15:57:50Z", "project_id": "762844730fd94509882af3ee78021159", "id": "460a1757-c3c6-43cc-945f-f350c2687e18"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:57:50Z", "security_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "port_range_min": null, "revision_number": 0, "tenant_id": "762844730fd94509882af3ee78021159", "created_at": "2018-12-12T15:57:50Z", "project_id": "762844730fd94509882af3ee78021159", "id": "a0b37a53-bc0d-4fc0-82f1-c972dbeb36d6"}, {"remote_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:57:50Z", "security_group_id": "102faffc-4873-4d98-ae5b-9c14778527be", "port_range_min": null, "revision_number": 0, "tenant_id": "762844730fd94509882af3ee78021159", "created_at": "2018-12-12T15:57:50Z", "project_id": "762844730fd94509882af3ee78021159", "id": "d684d998-740c-4a62-a1ad-8bd101e8fefb"}]} 2018-12-12 15:58:24,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=102faffc-4873-4d98-ae5b-9c14778527be used request id req-9c5c161e-1896-43e4-ada9-cb9897248598 2018-12-12 15:58:24,949 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:58:24,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/102faffc-4873-4d98-ae5b-9c14778527be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:58:25,258 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f548c0a-cd00-4d85-978d-81f7cf04fce2 Content-Length: 0 Date: Wed, 12 Dec 2018 15:58:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:58:25,258 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/102faffc-4873-4d98-ae5b-9c14778527be used request id req-4f548c0a-cd00-4d85-978d-81f7cf04fce2 2018-12-12 15:58:25,259 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-5be9bf1b-f8bf-430-proj 2018-12-12 15:58:25,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:58:25,492 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:58:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9050cf2a-b5ff-4b65-a8fd-a793ec3e41a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:58:25,493 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/762844730fd94509882af3ee78021159 used request id req-9050cf2a-b5ff-4b65-a8fd-a793ec3e41a9 2018-12-12 15:58:25,493 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-5be9bf1b-f8bf-430-proj-role 2018-12-12 15:58:25,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/09e8fc34d6f149a8abfb41f7b6d3c1ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:58:25,609 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:58:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f05dd9f5-9f18-47c6-b815-b6173d38cb7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:58:25,609 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/09e8fc34d6f149a8abfb41f7b6d3c1ed used request id req-f05dd9f5-9f18-47c6-b815-b6173d38cb7b 2018-12-12 15:58:25,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}591bcbe967758b6fda7af3ff8ba14b4477c7981f" 2018-12-12 15:58:25,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4870c64e-de8a-4fc1-96b3-b3f472fa2952 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:58:25,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4870c64e-de8a-4fc1-96b3-b3f472fa2952 2018-12-12 15:58:25,697 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-5be9bf1b-f8bf-430-user 2018-12-12 15:58:25,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c5fccf0d90594cbeb6cdc13e42375c0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f4cff6b5ad5cd6992eafeac0db933d0154a47a" 2018-12-12 15:58:25,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:58:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f71ea3f5-19b8-461f-8e81-0401509b5930 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:58:25,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c5fccf0d90594cbeb6cdc13e42375c0c used request id req-f71ea3f5-19b8-461f-8e81-0401509b5930 2018-12-12 15:58:25,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:26,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["U7vW9bhaTq-uoQLQaenKNw"], "issued_at": "2018-12-12T15:58:26.000000Z"}} 2018-12-12 15:58:26,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b75dc31cfd2e0004199e984c1847d92fb70ba7" 2018-12-12 15:58:26,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a96cef6e-9afd-431e-a19f-c167b5f545c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:58:26,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a96cef6e-9afd-431e-a19f-c167b5f545c1 2018-12-12 15:58:26,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:58:26,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:26,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Jh12qmShSaOApUxEG15sMA"], "issued_at": "2018-12-12T15:58:26.000000Z"}} 2018-12-12 15:58:26,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:58:26,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ea8484-ef0e-4e31-a399-b4adbad0b424 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:58:26,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-27ea8484-ef0e-4e31-a399-b4adbad0b424 2018-12-12 15:58:26,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:58:26,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:58:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:58:26,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ca95aaca-ad94-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:58:26,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b56320-96e8-48d5-b871-4ffcaccdabef Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ca95aaca-ad94-459-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:58:26,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ca95aaca-ad94-459-proj used request id req-d7b56320-96e8-48d5-b871-4ffcaccdabef 2018-12-12 15:58:26,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:58:27,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbbaa010-7259-4002-9de3-44bb900c7e26 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:58:27,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bbbaa010-7259-4002-9de3-44bb900c7e26 2018-12-12 15:58:27,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}}' 2018-12-12 15:58:27,136 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:58:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9bbc687-f488-4fb8-b51a-6e45a9a6d1d6 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543"}, "enabled": true, "id": "efab7ed03faf4e2b831f6489e265e543", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}} 2018-12-12 15:58:27,136 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d9bbc687-f488-4fb8-b51a-6e45a9a6d1d6 2018-12-12 15:58:27,137 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ca95aaca-ad94-459-proj 2018-12-12 15:58:27,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:58:27,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:27,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["kTlETxO1SZKXOjZyraWJWg"], "issued_at": "2018-12-12T15:58:27.000000Z"}} 2018-12-12 15:58:27,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:27,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a398256-9002-4afe-ada7-de8ea4869bb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:58:27,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2a398256-9002-4afe-ada7-de8ea4869bb3 2018-12-12 15:58:27,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:58:27,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:58: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:58:27,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:27,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f5c358-2bfd-4e2a-b49c-7efd62dddc2b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:58:27,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-97f5c358-2bfd-4e2a-b49c-7efd62dddc2b 2018-12-12 15:58:27,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-ca95aaca-ad94-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:27,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb59cac4-a0da-4cf7-9b06-586d4c19b467 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-ca95aaca-ad94-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543"}, "enabled": true, "id": "efab7ed03faf4e2b831f6489e265e543", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}]} 2018-12-12 15:58:27,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-ca95aaca-ad94-459-proj used request id req-eb59cac4-a0da-4cf7-9b06-586d4c19b467 2018-12-12 15:58:27,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:27,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d667624-19f2-4bd9-bcde-470fd2f05bc3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:58:27,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0d667624-19f2-4bd9-bcde-470fd2f05bc3 2018-12-12 15:58:28,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:28,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e5b7b3a-dbe3-4a77-97c7-5d66fa3a0c63 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:58:28,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9e5b7b3a-dbe3-4a77-97c7-5d66fa3a0c63 2018-12-12 15:58:28,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-ca95aaca-ad94-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:28,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-871e0f35-9a46-4681-82e7-e7257d43abd3 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-ca95aaca-ad94-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543"}, "enabled": true, "id": "efab7ed03faf4e2b831f6489e265e543", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}]} 2018-12-12 15:58:28,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-ca95aaca-ad94-459-proj used request id req-871e0f35-9a46-4681-82e7-e7257d43abd3 2018-12-12 15:58:28,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/9b0e7058671f47a9a2ee1d7ed15edb02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:28,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a3715ee-608f-42fc-b5d1-bee8eb1f1288 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-ca95aaca-ad94-459-user", "links": {"self": "http://172.30.9.29:5000/v3/users/9b0e7058671f47a9a2ee1d7ed15edb02"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "efab7ed03faf4e2b831f6489e265e543", "id": "9b0e7058671f47a9a2ee1d7ed15edb02", "password_expires_at": null}} 2018-12-12 15:58:28,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9b0e7058671f47a9a2ee1d7ed15edb02 used request id req-7a3715ee-608f-42fc-b5d1-bee8eb1f1288 2018-12-12 15:58:28,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543/users/9b0e7058671f47a9a2ee1d7ed15edb02/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:28,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2502ee87-1f50-46ae-9f25-2b198d730115 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543/users/9b0e7058671f47a9a2ee1d7ed15edb02/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 15:58:28,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543/users/9b0e7058671f47a9a2ee1d7ed15edb02/roles used request id req-2502ee87-1f50-46ae-9f25-2b198d730115 2018-12-12 15:58:28,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:28,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-294e2041-cb72-40bb-a215-bf7a62c37a58 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 15:58:28,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-294e2041-cb72-40bb-a215-bf7a62c37a58 2018-12-12 15:58:28,701 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ca95aaca-ad94-459-proj 2018-12-12 15:58:28,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543/users/9b0e7058671f47a9a2ee1d7ed15edb02/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:58:28,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0636e28e-96c4-42ec-9623-90c41a790260 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:58:28,832 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543/users/9b0e7058671f47a9a2ee1d7ed15edb02/roles/e8c8590d1f254077b29715df32c522d0 used request id req-0636e28e-96c4-42ec-9623-90c41a790260 2018-12-12 15:58:28,832 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ca95aaca-ad94-459-user 2018-12-12 15:58:28,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:58:28,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:58:28,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc153bb6-95e6-4c57-b432-fef9a0d05ea7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:58:28,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cc153bb6-95e6-4c57-b432-fef9a0d05ea7 2018-12-12 15:58:28,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" -d '{"role": {"name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj-role"}}' 2018-12-12 15:58:29,064 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5701886f-bccb-494a-80b7-351bb97b20c4 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "937ebf3e45c44986be137f539366ea21", "links": {"self": "http://172.30.9.29:5000/v3/roles/937ebf3e45c44986be137f539366ea21"}, "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj-role"}} 2018-12-12 15:58:29,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5701886f-bccb-494a-80b7-351bb97b20c4 2018-12-12 15:58:29,065 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ca95aaca-ad94-459-proj-role 2018-12-12 15:58:29,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/937ebf3e45c44986be137f539366ea21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:58:29,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81d21cd-07e0-48e5-b813-1efe42cb2e1a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/937ebf3e45c44986be137f539366ea21"}, "domain_id": null, "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj-role", "id": "937ebf3e45c44986be137f539366ea21"}} 2018-12-12 15:58:29,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/937ebf3e45c44986be137f539366ea21 used request id req-a81d21cd-07e0-48e5-b813-1efe42cb2e1a 2018-12-12 15:58:29,153 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ca95aaca-ad94-459-proj-role to project CreateStackSuccessTests-ca95aaca-ad94-459-proj 2018-12-12 15:58:29,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543/users/9b0e7058671f47a9a2ee1d7ed15edb02/roles/937ebf3e45c44986be137f539366ea21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:58:29,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f00c451-30a1-409b-a620-fd14dbc8505d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:58:29,283 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543/users/9b0e7058671f47a9a2ee1d7ed15edb02/roles/937ebf3e45c44986be137f539366ea21 used request id req-3f00c451-30a1-409b-a620-fd14dbc8505d 2018-12-12 15:58:29,283 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:58:29,283 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:58:29,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:58:29,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:29,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "937ebf3e45c44986be137f539366ea21", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efab7ed03faf4e2b831f6489e265e543", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ca95aaca-ad94-459-user", "id": "9b0e7058671f47a9a2ee1d7ed15edb02"}, "audit_ids": ["WcoUNpv8QiGKwbY4ANpFyA"], "issued_at": "2018-12-12T15:58:29.000000Z"}} 2018-12-12 15:58:29,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" 2018-12-12 15:58:29,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be8e60a3-d83b-4ed9-b968-77dc5dde6ee0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:58:29,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-be8e60a3-d83b-4ed9-b968-77dc5dde6ee0 2018-12-12 15:58:29,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" 2018-12-12 15:58:29,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-ee93d68e-9400-4096-8a0c-61c919cf0b65 Date: Wed, 12 Dec 2018 15:58:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image"} 2018-12-12 15:58:29,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image used request id req-ee93d68e-9400-4096-8a0c-61c919cf0b65 2018-12-12 15:58:29,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" 2018-12-12 15:58:30,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3095326c-76a6-41a5-836e-8270126675d3 Date: Wed, 12 Dec 2018 15:58:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:58:30,070 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3095326c-76a6-41a5-836e-8270126675d3 2018-12-12 15:58:30,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image"}' 2018-12-12 15:58:30,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6 X-Openstack-Request-Id: req-0c52da93-72b1-4b2b-9685-f0c0ce03ced2 Date: Wed, 12 Dec 2018 15:58:30 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:58:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:58:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6", "min_disk": 0, "protected": false, "id": "f06f604e-abf5-47d7-9052-34dc0bfb90a6", "file": "/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/file", "checksum": null, "owner": "efab7ed03faf4e2b831f6489e265e543", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:58:30,287 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-0c52da93-72b1-4b2b-9685-f0c0ce03ced2 2018-12-12 15:58:30,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" -d '' 2018-12-12 15:58:31,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4de57ab3-b7a1-4cbf-b76d-8050bc5fe715 Date: Wed, 12 Dec 2018 15:58:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:58:31,705 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/file used request id req-4de57ab3-b7a1-4cbf-b76d-8050bc5fe715 2018-12-12 15:58:31,706 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:58:31,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" 2018-12-12 15:58:31,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-d4319062-c843-4800-b46b-9a2b0a6c60ff Date: Wed, 12 Dec 2018 15:58:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:58:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:58:31Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/snap", "metadata": {}}], "self": "/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6", "min_disk": 0, "protected": false, "id": "f06f604e-abf5-47d7-9052-34dc0bfb90a6", "file": "/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "efab7ed03faf4e2b831f6489e265e543", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:58:31,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6 used request id req-d4319062-c843-4800-b46b-9a2b0a6c60ff 2018-12-12 15:58:31,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" 2018-12-12 15:58:32,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cca3fa1a-ff23-4877-beb8-4b2cb1949634 Date: Wed, 12 Dec 2018 15:58:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:58:32,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-cca3fa1a-ff23-4877-beb8-4b2cb1949634 2018-12-12 15:58:32,058 - create_image - INFO - Created image with name - CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image 2018-12-12 15:58:32,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" 2018-12-12 15:58:32,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-4b26d518-56c7-4692-b8c3-be8e27d88f62 Date: Wed, 12 Dec 2018 15:58:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:58:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:58:31Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/snap", "metadata": {}}], "self": "/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6", "min_disk": 0, "protected": false, "id": "f06f604e-abf5-47d7-9052-34dc0bfb90a6", "file": "/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "efab7ed03faf4e2b831f6489e265e543", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:58:32,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6 used request id req-4b26d518-56c7-4692-b8c3-be8e27d88f62 2018-12-12 15:58:32,078 - create_image - DEBUG - Instance status is - active 2018-12-12 15:58:32,078 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image 2018-12-12 15:58:32,078 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image 2018-12-12 15:58:32,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:58:32,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:32,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["D4RNEYtWQZikEuWfDsghcQ"], "issued_at": "2018-12-12T15:58:32.000000Z"}} 2018-12-12 15:58:32,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e692abede286beab70e33d0f8d7f76076cbdf0" 2018-12-12 15:58:32,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a74d008-842b-45a8-90d2-7a373963edab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:58:32,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5a74d008-842b-45a8-90d2-7a373963edab 2018-12-12 15:58:32,560 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:58:32,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e692abede286beab70e33d0f8d7f76076cbdf0" 2018-12-12 15:58:32,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-4d75e921-5129-47f0-9aa8-d1c7122d3cc2 x-compute-request-id: req-4d75e921-5129-47f0-9aa8-d1c7122d3cc2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:58:32,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4d75e921-5129-47f0-9aa8-d1c7122d3cc2 2018-12-12 15:58:32,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e692abede286beab70e33d0f8d7f76076cbdf0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:58:32,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-5e16754b-c78e-4904-b2e9-0372eda24d23 x-compute-request-id: req-5e16754b-c78e-4904-b2e9-0372eda24d23 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e80d6eec-d42d-49c2-ade7-fe186b903e04", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e80d6eec-d42d-49c2-ade7-fe186b903e04", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e80d6eec-d42d-49c2-ade7-fe186b903e04", "name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:58:32,806 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5e16754b-c78e-4904-b2e9-0372eda24d23 2018-12-12 15:58:32,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:58:32,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:33,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "937ebf3e45c44986be137f539366ea21", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efab7ed03faf4e2b831f6489e265e543", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ca95aaca-ad94-459-user", "id": "9b0e7058671f47a9a2ee1d7ed15edb02"}, "audit_ids": ["UmNMexudQ_mKMkhf8zXw-g"], "issued_at": "2018-12-12T15:58:33.000000Z"}} 2018-12-12 15:58:33,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:33,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46995766-ee4e-4dda-99ad-0389c5a4ce9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:58:33,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46995766-ee4e-4dda-99ad-0389c5a4ce9d 2018-12-12 15:58:33,310 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:58:33,313 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:58:33,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:33,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:33 GMT Server: Apache x-openstack-request-id: req-eed12ee1-d542-48b4-a7fc-0f98782677d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 15:58:33,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack used request id req-eed12ee1-d542-48b4-a7fc-0f98782677d0 2018-12-12 15:58:33,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-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-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}}' 2018-12-12 15:58:35,692 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:58:33 GMT Server: Apache x-openstack-request-id: req-276ccae5-7781-4744-af20-71fbb6d9d225 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}]}} 2018-12-12 15:58:35,693 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks used request id req-276ccae5-7781-4744-af20-71fbb6d9d225 2018-12-12 15:58:35,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:35,883 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:35 GMT Server: Apache x-openstack-request-id: req-8b61d1d0-1f35-4926-a8e2-7d53e2912291 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:36,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:35 GMT Server: Apache x-openstack-request-id: req-f1cf99ed-7422-45d4-af38-c22517ac6c52 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:36,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-f1cf99ed-7422-45d4-af38-c22517ac6c52 2018-12-12 15:58:36,056 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack 2018-12-12 15:58:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:36,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:36 GMT Server: Apache x-openstack-request-id: req-e8649f39-2113-4a00-ac3e-e4dae0373e52 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:36,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:36 GMT Server: Apache x-openstack-request-id: req-258136ab-df5f-409e-a7dd-7d465979bfa8 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:36,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-258136ab-df5f-409e-a7dd-7d465979bfa8 2018-12-12 15:58:36,798 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:58:36,798 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:58:39,801 - create_stack - DEBUG - Stack status query timeout in 1196.25488591 2018-12-12 15:58:39,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:39,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:39 GMT Server: Apache x-openstack-request-id: req-3660f93e-3154-40c6-ab5e-27d17f0c36f6 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:40,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:39 GMT Server: Apache x-openstack-request-id: req-b810e526-d407-4201-a868-da070e387267 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:40,176 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-b810e526-d407-4201-a868-da070e387267 2018-12-12 15:58:40,177 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:58:40,177 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:58:43,180 - create_stack - DEBUG - Stack status query timeout in 1192.87605906 2018-12-12 15:58:43,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:43,360 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:43 GMT Server: Apache x-openstack-request-id: req-90b070d4-4e76-4b0c-984d-d01a0a45894b Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:43,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:43 GMT Server: Apache x-openstack-request-id: req-6af69357-a8ad-4f2a-89a8-4b76d299e71e 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:43,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-6af69357-a8ad-4f2a-89a8-4b76d299e71e 2018-12-12 15:58:43,402 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:58:43,402 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:58:46,406 - create_stack - DEBUG - Stack status query timeout in 1189.65039897 2018-12-12 15:58:46,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:46,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:46 GMT Server: Apache x-openstack-request-id: req-46848546-661b-471a-81f3-dc648821794b Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:46,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:46 GMT Server: Apache x-openstack-request-id: req-2a9eba95-bda8-4d69-a1a1-adbc479301c1 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:46,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-2a9eba95-bda8-4d69-a1a1-adbc479301c1 2018-12-12 15:58:46,771 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:58:46,772 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:58:49,775 - create_stack - DEBUG - Stack status query timeout in 1186.28126502 2018-12-12 15:58:49,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:49,804 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:49 GMT Server: Apache x-openstack-request-id: req-19ebd8ac-819d-411a-9b90-6ee4c9efe9ca Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:49,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:49 GMT Server: Apache x-openstack-request-id: req-480ff69c-51db-4e87-bf09-97df95681f83 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:49,845 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-480ff69c-51db-4e87-bf09-97df95681f83 2018-12-12 15:58:49,846 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:58:49,846 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:58:52,849 - create_stack - DEBUG - Stack status query timeout in 1183.20705891 2018-12-12 15:58:52,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:53,025 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:52 GMT Server: Apache x-openstack-request-id: req-e831cfb7-6379-49f9-8463-fcaf76ccc081 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:53,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:53 GMT Server: Apache x-openstack-request-id: req-58233c90-ab40-4e35-977e-e024f7a30567 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:53,287 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-58233c90-ab40-4e35-977e-e024f7a30567 2018-12-12 15:58:53,287 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 15:58:53,288 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack 2018-12-12 15:58:53,288 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack 2018-12-12 15:58:53,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:53,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "937ebf3e45c44986be137f539366ea21", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efab7ed03faf4e2b831f6489e265e543", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ca95aaca-ad94-459-user", "id": "9b0e7058671f47a9a2ee1d7ed15edb02"}, "audit_ids": ["ENXO0qyPSeq9ymNor2K3Nw"], "issued_at": "2018-12-12T15:58:53.000000Z"}} 2018-12-12 15:58:53,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729d7b41f6e36dd219074775774d3939356f0a19" 2018-12-12 15:58:53,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:53 GMT Server: Apache x-openstack-request-id: req-e5f0349f-0b32-49ae-b9c5-a0f3fc9c4a89 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:54,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:53 GMT Server: Apache x-openstack-request-id: req-d9777ec0-5dd3-4070-b92d-33922bba6dc8 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:54,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-d9777ec0-5dd3-4070-b92d-33922bba6dc8 2018-12-12 15:58:54,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:54,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:54 GMT Server: Apache x-openstack-request-id: req-83726039-79ee-40ed-aeab-477c3d383d4a Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:54,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:54 GMT Server: Apache x-openstack-request-id: req-e9f15b60-4b67-4ae9-a9fa-d0a8bbb7ede3 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:54,229 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-e9f15b60-4b67-4ae9-a9fa-d0a8bbb7ede3 2018-12-12 15:58:54,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:58:54,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:58:54,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "937ebf3e45c44986be137f539366ea21", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:58:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efab7ed03faf4e2b831f6489e265e543", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/efab7ed03faf4e2b831f6489e265e543", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ca95aaca-ad94-459-user", "id": "9b0e7058671f47a9a2ee1d7ed15edb02"}, "audit_ids": ["PubGgyj8Rw-TJ2ronYAfCw"], "issued_at": "2018-12-12T15:58:54.000000Z"}} 2018-12-12 15:58:54,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc5ce0cefd9e013e7b795826445a9ca02eefc55c" 2018-12-12 15:58:54,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09da6fb5-7e8b-49c0-9943-8c93531ab1cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:58:54,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-09da6fb5-7e8b-49c0-9943-8c93531ab1cf 2018-12-12 15:58:54,685 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:58:54,688 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:58:54,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc5ce0cefd9e013e7b795826445a9ca02eefc55c" 2018-12-12 15:58:54,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:54 GMT Server: Apache x-openstack-request-id: req-d65e97cb-6ea0-4d5e-a23a-ae75f2354507 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "deletion_time": null, "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "tags": null}]} 2018-12-12 15:58:54,885 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack used request id req-d65e97cb-6ea0-4d5e-a23a-ae75f2354507 2018-12-12 15:58:54,885 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack 2018-12-12 15:58:54,885 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack 2018-12-12 15:58:54,885 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack 2018-12-12 15:58:54,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:55,454 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:54 GMT Server: Apache x-openstack-request-id: req-d42c0cd8-b252-4552-a406-20dd6c3c7c46 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:55,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:58:55 GMT Server: Apache x-openstack-request-id: req-da9d5a06-ce8e-4cda-a49a-12757ca6690c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:58:55,529 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-da9d5a06-ce8e-4cda-a49a-12757ca6690c 2018-12-12 15:58:55,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:55,702 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:55 GMT Server: Apache x-openstack-request-id: req-b86b75bf-72d4-442e-aa0c-d1671689f3e0 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:55,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:55 GMT Server: Apache x-openstack-request-id: req-4bdf5615-835d-4633-be49-4c53e999093b 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "tags": null, "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:55Z", "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:55,728 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-4bdf5615-835d-4633-be49-4c53e999093b 2018-12-12 15:58:55,728 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 15:58:55,728 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:58:58,731 - create_stack - DEBUG - Stack status query timeout in 1196.797755 2018-12-12 15:58:58,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:58:58,762 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:58:58 GMT Server: Apache x-openstack-request-id: req-39b346d7-3326-4126-b126-2ce22b312296 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:58:58,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:58:58 GMT Server: Apache x-openstack-request-id: req-ea5e092b-0196-4aaf-9b8e-0e5eb3d8d05a 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "tags": null, "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:55Z", "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:58:58,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-ea5e092b-0196-4aaf-9b8e-0e5eb3d8d05a 2018-12-12 15:58:58,788 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 15:58:58,788 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:01,792 - create_stack - DEBUG - Stack status query timeout in 1193.73755693 2018-12-12 15:59:01,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:59:01,822 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:01 GMT Server: Apache x-openstack-request-id: req-414c35ec-a133-473a-bc66-5fe8ddebd0b1 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:02,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:01 GMT Server: Apache x-openstack-request-id: req-e07b032b-cb4f-4ed5-8298-5ce13470bc1b 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "tags": null, "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:55Z", "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:02,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-e07b032b-cb4f-4ed5-8298-5ce13470bc1b 2018-12-12 15:59:02,002 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 15:59:02,002 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:05,005 - create_stack - DEBUG - Stack status query timeout in 1190.52411103 2018-12-12 15:59:05,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:59:05,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:05 GMT Server: Apache x-openstack-request-id: req-3f05209d-0237-40bf-afe2-aa578d05423f Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:05,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:05 GMT Server: Apache x-openstack-request-id: req-60148d58-365c-49d3-b10e-e9082bf91e5c 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "tags": null, "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:58:55Z", "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:05,357 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-60148d58-365c-49d3-b10e-e9082bf91e5c 2018-12-12 15:59:05,358 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 15:59:05,358 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:08,361 - create_stack - DEBUG - Stack status query timeout in 1187.16830993 2018-12-12 15:59:08,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:59:08,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:08 GMT Server: Apache x-openstack-request-id: req-13f05e1c-92bc-40f7-9a18-634987af80a2 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:08,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:08 GMT Server: Apache x-openstack-request-id: req-bf75574c-c271-48c1-9a30-10d9bd5f8e15 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": "efab7ed03faf4e2b831f6489e265e543", "OS::stack_id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "image_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image", "inst_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-inst", "subnet_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-subnet", "flavor_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-flavor-name", "net_name": "CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-net"}, "deletion_time": "2018-12-12T15:59:06Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack", "stack_user_project_id": "da64cd106547437689d2323ce2ad0745", "tags": null, "creation_time": "2018-12-12T15:58:35Z", "links": [{"href": "http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T15:58:55Z", "id": "843dfcbc-d9d9-4cc9-8118-bd1702eb36c7", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:08,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-bf75574c-c271-48c1-9a30-10d9bd5f8e15 2018-12-12 15:59:08,588 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 15:59:08,588 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack 2018-12-12 15:59:08,588 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack 2018-12-12 15:59:08,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6900016b2f1e58f8cd0a6b286fce7520addd3c" 2018-12-12 15:59:08,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:08 GMT Server: Apache x-openstack-request-id: req-0003d957-b90c-4358-b5c5-be19ba6694f0 Location: http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:08,816 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:59:08 GMT Server: Apache x-openstack-request-id: req-96c7d3e6-7d53-4320-a216-be47e9a4fa22 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 15:59:08,816 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/efab7ed03faf4e2b831f6489e265e543/stacks/CreateStackSuccessTests-CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-stack/843dfcbc-d9d9-4cc9-8118-bd1702eb36c7 used request id req-96c7d3e6-7d53-4320-a216-be47e9a4fa22 2018-12-12 15:59:08,817 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-88cb216b-58a5-4828-a523-b9fe492e8adf-image 2018-12-12 15:59:08,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20bfb88eb97433dd43aa443eee2454bd888e5952" 2018-12-12 15:59:09,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51230182-75b4-4567-a2fa-5750bb5b6e00 Date: Wed, 12 Dec 2018 15:59:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:59:09,897 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f06f604e-abf5-47d7-9052-34dc0bfb90a6 used request id req-51230182-75b4-4567-a2fa-5750bb5b6e00 2018-12-12 15:59:09,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/e80d6eec-d42d-49c2-ade7-fe186b903e04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e692abede286beab70e33d0f8d7f76076cbdf0" 2018-12-12 15:59:09,935 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:59:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3f7500f-6124-4e38-ab3e-0a7b07804f8a x-compute-request-id: req-a3f7500f-6124-4e38-ab3e-0a7b07804f8a Content-Length: 0 Content-Type: application/json 2018-12-12 15:59:09,935 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e80d6eec-d42d-49c2-ade7-fe186b903e04 used request id req-a3f7500f-6124-4e38-ab3e-0a7b07804f8a 2018-12-12 15:59:09,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:59:10,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-350278a9-2010-4aed-9615-f3dc37990b1a Date: Wed, 12 Dec 2018 15:59:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "created_at": "2018-12-12T15:58:36Z", "updated_at": "2018-12-12T15:58:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:58:36Z", "revision_number": 0, "id": "48cea901-0b7d-44b6-8945-a5f2a6ff2270", "remote_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "remote_ip_prefix": null, "created_at": "2018-12-12T15:58:36Z", "security_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "port_range_min": null, "ethertype": "IPv4", "project_id": "efab7ed03faf4e2b831f6489e265e543"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:58:36Z", "revision_number": 0, "id": "53c5d563-19fe-4afc-b92d-d10c1105950e", "remote_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "remote_ip_prefix": null, "created_at": "2018-12-12T15:58:36Z", "security_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "port_range_min": null, "ethertype": "IPv6", "project_id": "efab7ed03faf4e2b831f6489e265e543"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:58:36Z", "revision_number": 0, "id": "64cfa5e0-1621-42c0-a491-48505385ab43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:58:36Z", "security_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "port_range_min": null, "ethertype": "IPv4", "project_id": "efab7ed03faf4e2b831f6489e265e543"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:58:36Z", "revision_number": 0, "id": "c3a9de3b-88f0-4da6-be13-4b2ed97a8eb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:58:36Z", "security_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "port_range_min": null, "ethertype": "IPv6", "project_id": "efab7ed03faf4e2b831f6489e265e543"}], "revision_number": 4, "project_id": "efab7ed03faf4e2b831f6489e265e543", "id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:59:10,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-350278a9-2010-4aed-9615-f3dc37990b1a 2018-12-12 15:59:10,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:59:10,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67ca0bf-e6a1-41c4-be18-8e936c19bf2d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543"}, "enabled": true, "id": "efab7ed03faf4e2b831f6489e265e543", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca95aaca-ad94-459-proj"}} 2018-12-12 15:59:10,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543 used request id req-b67ca0bf-e6a1-41c4-be18-8e936c19bf2d 2018-12-12 15:59:10,238 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5ae1407e-ba3a-40a8-97d7-7264d8dadc6e 2018-12-12 15:59:10,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5ae1407e-ba3a-40a8-97d7-7264d8dadc6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:59:10,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6415b290-6f94-4d76-8d14-e7d4118f6d6b Date: Wed, 12 Dec 2018 15:59:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:58:36Z", "security_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "port_range_min": null, "revision_number": 0, "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "created_at": "2018-12-12T15:58:36Z", "project_id": "efab7ed03faf4e2b831f6489e265e543", "id": "48cea901-0b7d-44b6-8945-a5f2a6ff2270"}, {"remote_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:58:36Z", "security_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "port_range_min": null, "revision_number": 0, "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "created_at": "2018-12-12T15:58:36Z", "project_id": "efab7ed03faf4e2b831f6489e265e543", "id": "53c5d563-19fe-4afc-b92d-d10c1105950e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:58:36Z", "security_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "port_range_min": null, "revision_number": 0, "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "created_at": "2018-12-12T15:58:36Z", "project_id": "efab7ed03faf4e2b831f6489e265e543", "id": "64cfa5e0-1621-42c0-a491-48505385ab43"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:58:36Z", "security_group_id": "5ae1407e-ba3a-40a8-97d7-7264d8dadc6e", "port_range_min": null, "revision_number": 0, "tenant_id": "efab7ed03faf4e2b831f6489e265e543", "created_at": "2018-12-12T15:58:36Z", "project_id": "efab7ed03faf4e2b831f6489e265e543", "id": "c3a9de3b-88f0-4da6-be13-4b2ed97a8eb0"}]} 2018-12-12 15:59:10,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5ae1407e-ba3a-40a8-97d7-7264d8dadc6e used request id req-6415b290-6f94-4d76-8d14-e7d4118f6d6b 2018-12-12 15:59:10,422 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:59:10,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/5ae1407e-ba3a-40a8-97d7-7264d8dadc6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:59:10,725 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e15ece5a-b9a4-49f5-b83c-26a0124c07d9 Content-Length: 0 Date: Wed, 12 Dec 2018 15:59:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:59:10,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5ae1407e-ba3a-40a8-97d7-7264d8dadc6e used request id req-e15ece5a-b9a4-49f5-b83c-26a0124c07d9 2018-12-12 15:59:10,726 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ca95aaca-ad94-459-proj 2018-12-12 15:59:10,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:59:10,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac74339e-9e6f-4f16-9b84-d5761012df39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:10,996 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/efab7ed03faf4e2b831f6489e265e543 used request id req-ac74339e-9e6f-4f16-9b84-d5761012df39 2018-12-12 15:59:10,997 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ca95aaca-ad94-459-proj-role 2018-12-12 15:59:11,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/937ebf3e45c44986be137f539366ea21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:59:11,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5258b2a-4516-4873-a445-7301c70a3188 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:11,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/937ebf3e45c44986be137f539366ea21 used request id req-a5258b2a-4516-4873-a445-7301c70a3188 2018-12-12 15:59:11,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9993c9c5e428b5db22fd9a8808ee7f033195931" 2018-12-12 15:59:11,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e15715-e36a-4d80-aef9-08cdce871b0b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:59:11,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-94e15715-e36a-4d80-aef9-08cdce871b0b 2018-12-12 15:59:11,236 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ca95aaca-ad94-459-user 2018-12-12 15:59:11,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9b0e7058671f47a9a2ee1d7ed15edb02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b01ba8a7727a3754634b0fe47c73a4aac5098dc" 2018-12-12 15:59:11,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9fef1f9-596d-433c-87c8-2a05a462e95e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:11,423 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9b0e7058671f47a9a2ee1d7ed15edb02 used request id req-e9fef1f9-596d-433c-87c8-2a05a462e95e 2018-12-12 15:59:11,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:11,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["VsZmVwuVTxW23B4Y31YNLA"], "issued_at": "2018-12-12T15:59:11.000000Z"}} 2018-12-12 15:59:11,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}083aa9d7d434cb6b38114524ba1d4bc1dc76d7b7" 2018-12-12 15:59:11,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9259a55d-62a6-4097-aefd-248d74fd9847 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:11,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9259a55d-62a6-4097-aefd-248d74fd9847 2018-12-12 15:59:11,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:11,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:12,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["x3kWya72TRCMh-wDc8eQBQ"], "issued_at": "2018-12-12T15:59:12.000000Z"}} 2018-12-12 15:59:12,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:12,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff00d8e-33ab-4d7b-b9d6-d02985041aae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:12,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6ff00d8e-33ab-4d7b-b9d6-d02985041aae 2018-12-12 15:59:12,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:59:12,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:59:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:59:12,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:12,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d1d8a36-2199-46e6-8c33-83ed52a8d4f4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:59:12,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj used request id req-2d1d8a36-2199-46e6-8c33-83ed52a8d4f4 2018-12-12 15:59:12,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:12,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82844552-8fad-4302-b6d1-244a9661b88e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:59:12,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-82844552-8fad-4302-b6d1-244a9661b88e 2018-12-12 15:59:12,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj"}}' 2018-12-12 15:59:12,693 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:59:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8d01f90-1e25-444e-a1d9-753d95523454 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4"}, "enabled": true, "id": "140ada7fd7bb404498a1e0cd1e787fb4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj"}} 2018-12-12 15:59:12,693 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f8d01f90-1e25-444e-a1d9-753d95523454 2018-12-12 15:59:12,694 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj 2018-12-12 15:59:12,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:12,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:13,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["CP4DcfumSMuiAYnfBjxSlw"], "issued_at": "2018-12-12T15:59:13.000000Z"}} 2018-12-12 15:59:13,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:13,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6881c59-369f-40cf-90d9-9942b087a382 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:13,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b6881c59-369f-40cf-90d9-9942b087a382 2018-12-12 15:59:13,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:59:13,105 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:59:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:59:13,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:13,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a3d6d1-28a8-4b66-a6ee-2ade6e2d9908 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:59:13,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-16a3d6d1-28a8-4b66-a6ee-2ade6e2d9908 2018-12-12 15:59:13,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:13,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5cc909-32fd-4a65-bc7a-0fbd0d340c46 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4"}, "enabled": true, "id": "140ada7fd7bb404498a1e0cd1e787fb4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj"}]} 2018-12-12 15:59:13,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj used request id req-8d5cc909-32fd-4a65-bc7a-0fbd0d340c46 2018-12-12 15:59:13,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:13,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a3b3e14-f6e3-4564-8a58-5ea0124d3422 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:59:13,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2a3b3e14-f6e3-4564-8a58-5ea0124d3422 2018-12-12 15:59:13,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:13,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6ad779c-f037-43dc-8784-cb4a971fd5d8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:59:13,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c6ad779c-f037-43dc-8784-cb4a971fd5d8 2018-12-12 15:59:13,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:13,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cf7d948-79b6-447e-9285-626e601f2fee Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4"}, "enabled": true, "id": "140ada7fd7bb404498a1e0cd1e787fb4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj"}]} 2018-12-12 15:59:13,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj used request id req-4cf7d948-79b6-447e-9285-626e601f2fee 2018-12-12 15:59:13,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/7ce138f405e5457ca9891f321278ceec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:14,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ed0278-7fd3-4b94-adef-a51b1b5ff324 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-user", "links": {"self": "http://172.30.9.29:5000/v3/users/7ce138f405e5457ca9891f321278ceec"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "140ada7fd7bb404498a1e0cd1e787fb4", "id": "7ce138f405e5457ca9891f321278ceec", "password_expires_at": null}} 2018-12-12 15:59:14,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/7ce138f405e5457ca9891f321278ceec used request id req-17ed0278-7fd3-4b94-adef-a51b1b5ff324 2018-12-12 15:59:14,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4/users/7ce138f405e5457ca9891f321278ceec/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:14,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3b96fa7-b16f-4c83-a278-c9a4989d7031 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4/users/7ce138f405e5457ca9891f321278ceec/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 15:59:14,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4/users/7ce138f405e5457ca9891f321278ceec/roles used request id req-d3b96fa7-b16f-4c83-a278-c9a4989d7031 2018-12-12 15:59:14,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:14,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0af8df2a-8f2b-4374-90e4-297778b1507f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 15:59:14,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-0af8df2a-8f2b-4374-90e4-297778b1507f 2018-12-12 15:59:14,253 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj 2018-12-12 15:59:14,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4/users/7ce138f405e5457ca9891f321278ceec/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:14,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-089147e8-b5f8-4444-aa16-4974e23c8163 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:14,468 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4/users/7ce138f405e5457ca9891f321278ceec/roles/e8c8590d1f254077b29715df32c522d0 used request id req-089147e8-b5f8-4444-aa16-4974e23c8163 2018-12-12 15:59:14,468 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-b3b9c2b4-4dec-45c-user 2018-12-12 15:59:14,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:14,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:14,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d239a3af-cde9-4e29-b9d0-853ccb08a4fc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:59:14,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d239a3af-cde9-4e29-b9d0-853ccb08a4fc 2018-12-12 15:59:14,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" -d '{"role": {"name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj-role"}}' 2018-12-12 15:59:14,681 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31a89eeb-f026-491c-9984-9119292599dc Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "720046f5c14349d8b19867dc841142d6", "links": {"self": "http://172.30.9.29:5000/v3/roles/720046f5c14349d8b19867dc841142d6"}, "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj-role"}} 2018-12-12 15:59:14,681 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-31a89eeb-f026-491c-9984-9119292599dc 2018-12-12 15:59:14,682 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj-role 2018-12-12 15:59:14,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/720046f5c14349d8b19867dc841142d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:14,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bebb745d-3431-4a85-a269-45e251566d93 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/720046f5c14349d8b19867dc841142d6"}, "domain_id": null, "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj-role", "id": "720046f5c14349d8b19867dc841142d6"}} 2018-12-12 15:59:14,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/720046f5c14349d8b19867dc841142d6 used request id req-bebb745d-3431-4a85-a269-45e251566d93 2018-12-12 15:59:14,772 - keystone_utils - INFO - Granting role CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj-role to project CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj 2018-12-12 15:59:14,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4/users/7ce138f405e5457ca9891f321278ceec/roles/720046f5c14349d8b19867dc841142d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:14,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a21ca305-5789-415c-a86b-9d04c8ad78ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:14,911 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4/users/7ce138f405e5457ca9891f321278ceec/roles/720046f5c14349d8b19867dc841142d6 used request id req-a21ca305-5789-415c-a86b-9d04c8ad78ac 2018-12-12 15:59:14,912 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:59:14,912 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:59:14,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:14,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:15,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "720046f5c14349d8b19867dc841142d6", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "140ada7fd7bb404498a1e0cd1e787fb4", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-user", "id": "7ce138f405e5457ca9891f321278ceec"}, "audit_ids": ["3plZHe6dQM-63QbFw2YXkw"], "issued_at": "2018-12-12T15:59:15.000000Z"}} 2018-12-12 15:59:15,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" 2018-12-12 15:59:15,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02aa20a8-c92e-44a1-be78-56b9e042ece8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:15,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-02aa20a8-c92e-44a1-be78-56b9e042ece8 2018-12-12 15:59:15,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" 2018-12-12 15:59:15,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-208430ec-b1b1-4017-967f-07c038cc3b87 Date: Wed, 12 Dec 2018 15:59:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image"} 2018-12-12 15:59:15,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image used request id req-208430ec-b1b1-4017-967f-07c038cc3b87 2018-12-12 15:59:15,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" 2018-12-12 15:59:15,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3a1bc77c-463b-43a6-b234-147955437f98 Date: Wed, 12 Dec 2018 15:59:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:59:15,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3a1bc77c-463b-43a6-b234-147955437f98 2018-12-12 15:59:15,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image"}' 2018-12-12 15:59:15,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50 X-Openstack-Request-Id: req-ba3c28ff-e478-42fe-9ce4-244901afeefe Date: Wed, 12 Dec 2018 15:59:15 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:59:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:59:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50", "min_disk": 0, "protected": false, "id": "f73961bb-2562-4776-9393-3b7bf2cbfc50", "file": "/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/file", "checksum": null, "owner": "140ada7fd7bb404498a1e0cd1e787fb4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:59:15,937 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ba3c28ff-e478-42fe-9ce4-244901afeefe 2018-12-12 15:59:15,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" -d '' 2018-12-12 15:59:17,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f2d838c-d40f-4d56-88e7-15324421322f Date: Wed, 12 Dec 2018 15:59:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:59:17,458 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/file used request id req-5f2d838c-d40f-4d56-88e7-15324421322f 2018-12-12 15:59:17,459 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:59:17,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" 2018-12-12 15:59:17,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-a42b50be-bf17-4099-9117-9a10a6d9dca2 Date: Wed, 12 Dec 2018 15:59:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:59:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:59:17Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/snap", "metadata": {}}], "self": "/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50", "min_disk": 0, "protected": false, "id": "f73961bb-2562-4776-9393-3b7bf2cbfc50", "file": "/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "140ada7fd7bb404498a1e0cd1e787fb4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:59:17,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50 used request id req-a42b50be-bf17-4099-9117-9a10a6d9dca2 2018-12-12 15:59:17,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" 2018-12-12 15:59:17,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5e8f1d36-1321-4321-a44c-2bce12ea1ee6 Date: Wed, 12 Dec 2018 15:59:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:59:17,782 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5e8f1d36-1321-4321-a44c-2bce12ea1ee6 2018-12-12 15:59:17,785 - create_image - INFO - Created image with name - CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image 2018-12-12 15:59:17,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" 2018-12-12 15:59:17,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-22f85fcf-bbcf-42bf-9504-eceb31881406 Date: Wed, 12 Dec 2018 15:59:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:59:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:59:17Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/snap", "metadata": {}}], "self": "/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50", "min_disk": 0, "protected": false, "id": "f73961bb-2562-4776-9393-3b7bf2cbfc50", "file": "/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "140ada7fd7bb404498a1e0cd1e787fb4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f73961bb-2562-4776-9393-3b7bf2cbfc50/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:59:17,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50 used request id req-22f85fcf-bbcf-42bf-9504-eceb31881406 2018-12-12 15:59:17,954 - create_image - DEBUG - Instance status is - active 2018-12-12 15:59:17,954 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image 2018-12-12 15:59:17,954 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image 2018-12-12 15:59:17,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:17,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:18,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["8iPRaT_XQXuejhaGdZ4LXw"], "issued_at": "2018-12-12T15:59:18.000000Z"}} 2018-12-12 15:59:18,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded455234aa571c521fb4f566970d30871379da" 2018-12-12 15:59:18,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc60843-1de1-4a07-ba2f-dc41f517de76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:18,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9fc60843-1de1-4a07-ba2f-dc41f517de76 2018-12-12 15:59:18,421 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:59:18,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded455234aa571c521fb4f566970d30871379da" 2018-12-12 15:59:18,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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 x-openstack-request-id: req-ae6a615d-e6fb-475a-b508-6a762c1f9e4b x-compute-request-id: req-ae6a615d-e6fb-475a-b508-6a762c1f9e4b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:59:18,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ae6a615d-e6fb-475a-b508-6a762c1f9e4b 2018-12-12 15:59:18,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded455234aa571c521fb4f566970d30871379da" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:59:18,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15: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-879e30c9-6038-4298-8f5b-333f1016669e x-compute-request-id: req-879e30c9-6038-4298-8f5b-333f1016669e Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9ddc48c4-c9ed-42cd-8b32-100317b78a44", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9ddc48c4-c9ed-42cd-8b32-100317b78a44", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9ddc48c4-c9ed-42cd-8b32-100317b78a44", "name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:59:18,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-879e30c9-6038-4298-8f5b-333f1016669e 2018-12-12 15:59:18,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:18,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:19,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "720046f5c14349d8b19867dc841142d6", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "140ada7fd7bb404498a1e0cd1e787fb4", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/140ada7fd7bb404498a1e0cd1e787fb4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-user", "id": "7ce138f405e5457ca9891f321278ceec"}, "audit_ids": ["cCl_PQVrQlKrSx0yKpgtWQ"], "issued_at": "2018-12-12T15:59:19.000000Z"}} 2018-12-12 15:59:19,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:19,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866ca356-8dfa-4643-9dc4-24839ed0b6ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:19,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-866ca356-8dfa-4643-9dc4-24839ed0b6ba 2018-12-12 15:59:19,117 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:59:19,119 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:59:19,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:19,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:19 GMT Server: Apache x-openstack-request-id: req-66998e15-e79e-430b-b16a-0f96aae2892f Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 15:59:19,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack used request id req-66998e15-e79e-430b-b16a-0f96aae2892f 2018-12-12 15:59:19,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-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-84cba127-684b-416d-b65f-9cf0b80e809b-net", "inst_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-inst", "subnet_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-subnet", "image_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "flavor_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-flavor-name"}}' 2018-12-12 15:59:21,522 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:59:19 GMT Server: Apache x-openstack-request-id: req-5095daea-0549-4b63-81b4-60cc03a49ad8 Location: http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "links": [{"href": "http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2", "rel": "self"}]}} 2018-12-12 15:59:21,522 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks used request id req-5095daea-0549-4b63-81b4-60cc03a49ad8 2018-12-12 15:59:21,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/902051c1-99f7-4ac7-bf77-c9634fc85cb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:21,703 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:21 GMT Server: Apache x-openstack-request-id: req-6bd1e4d0-c723-48cb-adc9-0a89d41931dd Location: http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:21,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:21 GMT Server: Apache x-openstack-request-id: req-66aa38f4-7564-45d9-af04-e34911260107 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": "140ada7fd7bb404498a1e0cd1e787fb4", "OS::stack_id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "image_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "inst_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-inst", "subnet_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-subnet", "net_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-net", "flavor_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "stack_user_project_id": "e0c71cc3381d4b498b43a4f7e61a46d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:59:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:21,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 used request id req-66aa38f4-7564-45d9-af04-e34911260107 2018-12-12 15:59:21,892 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack 2018-12-12 15:59:21,893 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-12-12 15:59:21,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/902051c1-99f7-4ac7-bf77-c9634fc85cb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:22,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:21 GMT Server: Apache x-openstack-request-id: req-c06902a4-db9a-43a5-8074-70fb4fe757d5 Location: http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:22,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:22 GMT Server: Apache x-openstack-request-id: req-f9936e25-9430-44f8-96bc-99eeb8294642 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": "140ada7fd7bb404498a1e0cd1e787fb4", "OS::stack_id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "image_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "inst_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-inst", "subnet_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-subnet", "net_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-net", "flavor_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "stack_user_project_id": "e0c71cc3381d4b498b43a4f7e61a46d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:59:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:22,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 used request id req-f9936e25-9430-44f8-96bc-99eeb8294642 2018-12-12 15:59:22,259 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-12-12 15:59:22,260 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack 2018-12-12 15:59:22,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/902051c1-99f7-4ac7-bf77-c9634fc85cb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:22,441 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:22 GMT Server: Apache x-openstack-request-id: req-7bf6ebee-707a-456d-a2e2-b79469751258 Location: http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:22,618 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:22 GMT Server: Apache x-openstack-request-id: req-7c9903a6-f4f2-414b-8f2a-ab409d04c0e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:22,618 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 used request id req-7c9903a6-f4f2-414b-8f2a-ab409d04c0e9 2018-12-12 15:59:22,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/902051c1-99f7-4ac7-bf77-c9634fc85cb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:22,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:22 GMT Server: Apache x-openstack-request-id: req-622d119b-2172-4d11-9f5d-4d1f1ea97a03 Location: http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:22,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:22 GMT Server: Apache x-openstack-request-id: req-6cbe868c-581a-446b-98f4-e850d683533a 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": "140ada7fd7bb404498a1e0cd1e787fb4", "OS::stack_id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "image_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "inst_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-inst", "subnet_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-subnet", "flavor_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-flavor-name", "net_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "stack_user_project_id": "e0c71cc3381d4b498b43a4f7e61a46d7", "tags": null, "creation_time": "2018-12-12T15:59:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:59:22Z", "id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:22,813 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 used request id req-6cbe868c-581a-446b-98f4-e850d683533a 2018-12-12 15:59:22,814 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 15:59:22,814 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:25,817 - create_stack - DEBUG - Stack status query timeout in 1196.80118799 2018-12-12 15:59:25,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/902051c1-99f7-4ac7-bf77-c9634fc85cb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:25,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:25 GMT Server: Apache x-openstack-request-id: req-901a0882-f59d-45c9-b3e2-32ce15880e7e Location: http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:25,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:25 GMT Server: Apache x-openstack-request-id: req-88121203-667d-4f84-b9c4-930b827c0a56 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": "140ada7fd7bb404498a1e0cd1e787fb4", "OS::stack_id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "image_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "inst_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-inst", "subnet_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-subnet", "flavor_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-flavor-name", "net_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "stack_user_project_id": "e0c71cc3381d4b498b43a4f7e61a46d7", "tags": null, "creation_time": "2018-12-12T15:59:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T15:59:22Z", "id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:25,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 used request id req-88121203-667d-4f84-b9c4-930b827c0a56 2018-12-12 15:59:25,875 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 15:59:25,875 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:28,878 - create_stack - DEBUG - Stack status query timeout in 1193.7401371 2018-12-12 15:59:28,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/902051c1-99f7-4ac7-bf77-c9634fc85cb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:29,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:28 GMT Server: Apache x-openstack-request-id: req-2727d980-3bf7-4b66-b65c-e311824e0a3f Location: http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:29,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:29 GMT Server: Apache x-openstack-request-id: req-e06c48b2-e59d-49a7-9785-83aadc0d4529 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": "140ada7fd7bb404498a1e0cd1e787fb4", "OS::stack_id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "image_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image", "inst_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-inst", "subnet_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-subnet", "flavor_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-flavor-name", "net_name": "CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-net"}, "deletion_time": "2018-12-12T15:59:27Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack", "stack_user_project_id": "e0c71cc3381d4b498b43a4f7e61a46d7", "tags": null, "creation_time": "2018-12-12T15:59:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T15:59:22Z", "id": "902051c1-99f7-4ac7-bf77-c9634fc85cb2", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:29,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 used request id req-e06c48b2-e59d-49a7-9785-83aadc0d4529 2018-12-12 15:59:29,625 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 15:59:29,626 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack 2018-12-12 15:59:29,626 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack 2018-12-12 15:59:29,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/902051c1-99f7-4ac7-bf77-c9634fc85cb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d580a89ed20592baa817fa7f471c9ffbbdd55029" 2018-12-12 15:59:29,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:29 GMT Server: Apache x-openstack-request-id: req-76528e3d-d91b-49f0-93d2-9c00d41035af Location: http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:29,984 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 15:59:29 GMT Server: Apache x-openstack-request-id: req-fc819dc0-852b-4f59-9c24-42d3efe042c8 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 15:59:29,984 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/140ada7fd7bb404498a1e0cd1e787fb4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-stack/902051c1-99f7-4ac7-bf77-c9634fc85cb2 used request id req-fc819dc0-852b-4f59-9c24-42d3efe042c8 2018-12-12 15:59:29,986 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-84cba127-684b-416d-b65f-9cf0b80e809b-image 2018-12-12 15:59:29,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}028fa3fe01a73d299af29f70cd05c6ea751a99eb" 2018-12-12 15:59:31,136 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d324355f-adc6-4aa1-a1e4-7394e53da880 Date: Wed, 12 Dec 2018 15:59:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:59:31,137 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f73961bb-2562-4776-9393-3b7bf2cbfc50 used request id req-d324355f-adc6-4aa1-a1e4-7394e53da880 2018-12-12 15:59:31,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/9ddc48c4-c9ed-42cd-8b32-100317b78a44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded455234aa571c521fb4f566970d30871379da" 2018-12-12 15:59:31,189 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 15:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07a71627-a407-49b2-923c-b08a08e92d7b x-compute-request-id: req-07a71627-a407-49b2-923c-b08a08e92d7b Content-Length: 0 Content-Type: application/json 2018-12-12 15:59:31,189 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/9ddc48c4-c9ed-42cd-8b32-100317b78a44 used request id req-07a71627-a407-49b2-923c-b08a08e92d7b 2018-12-12 15:59:31,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:31,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b4f873ef-45bb-4bcd-ab72-4bfd78ba2bcb Date: Wed, 12 Dec 2018 15:59:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "created_at": "2018-12-12T15:59:21Z", "updated_at": "2018-12-12T15:59:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:59:22Z", "revision_number": 0, "id": "0935fb5b-be1e-468a-b3d9-831c52f740bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:59:22Z", "security_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "140ada7fd7bb404498a1e0cd1e787fb4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:59:22Z", "revision_number": 0, "id": "244d5a2a-1c86-47e5-a39b-0587a551faa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:59:22Z", "security_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "140ada7fd7bb404498a1e0cd1e787fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:59:22Z", "revision_number": 0, "id": "c48564e3-7441-4156-9834-6fa05ca01f81", "remote_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "remote_ip_prefix": null, "created_at": "2018-12-12T15:59:22Z", "security_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "port_range_min": null, "ethertype": "IPv6", "project_id": "140ada7fd7bb404498a1e0cd1e787fb4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:59:22Z", "revision_number": 0, "id": "cc76ac92-6bd4-40dd-89ef-4b729f453c55", "remote_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "remote_ip_prefix": null, "created_at": "2018-12-12T15:59:22Z", "security_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "port_range_min": null, "ethertype": "IPv4", "project_id": "140ada7fd7bb404498a1e0cd1e787fb4"}], "revision_number": 4, "project_id": "140ada7fd7bb404498a1e0cd1e787fb4", "id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 15:59:31,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b4f873ef-45bb-4bcd-ab72-4bfd78ba2bcb 2018-12-12 15:59:31,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:31,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e0572f-66db-45f0-8dc7-affbfa71c97c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4"}, "enabled": true, "id": "140ada7fd7bb404498a1e0cd1e787fb4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj"}} 2018-12-12 15:59:31,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4 used request id req-b5e0572f-66db-45f0-8dc7-affbfa71c97c 2018-12-12 15:59:31,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9301f78d-3908-40d2-814c-c8c292b7ddc2 2018-12-12 15:59:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9301f78d-3908-40d2-814c-c8c292b7ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:31,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-75bd70a1-704e-45dd-8334-82977c6a9d70 Date: Wed, 12 Dec 2018 15:59:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:59:22Z", "security_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "port_range_min": null, "revision_number": 0, "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "created_at": "2018-12-12T15:59:22Z", "project_id": "140ada7fd7bb404498a1e0cd1e787fb4", "id": "0935fb5b-be1e-468a-b3d9-831c52f740bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:59:22Z", "security_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "port_range_min": null, "revision_number": 0, "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "created_at": "2018-12-12T15:59:22Z", "project_id": "140ada7fd7bb404498a1e0cd1e787fb4", "id": "244d5a2a-1c86-47e5-a39b-0587a551faa6"}, {"remote_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:59:22Z", "security_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "port_range_min": null, "revision_number": 0, "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "created_at": "2018-12-12T15:59:22Z", "project_id": "140ada7fd7bb404498a1e0cd1e787fb4", "id": "c48564e3-7441-4156-9834-6fa05ca01f81"}, {"remote_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:59:22Z", "security_group_id": "9301f78d-3908-40d2-814c-c8c292b7ddc2", "port_range_min": null, "revision_number": 0, "tenant_id": "140ada7fd7bb404498a1e0cd1e787fb4", "created_at": "2018-12-12T15:59:22Z", "project_id": "140ada7fd7bb404498a1e0cd1e787fb4", "id": "cc76ac92-6bd4-40dd-89ef-4b729f453c55"}]} 2018-12-12 15:59:31,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9301f78d-3908-40d2-814c-c8c292b7ddc2 used request id req-75bd70a1-704e-45dd-8334-82977c6a9d70 2018-12-12 15:59:31,663 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 15:59:31,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9301f78d-3908-40d2-814c-c8c292b7ddc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:31,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-99278f52-6572-471f-ba9c-8b90d81c5ba0 Content-Length: 0 Date: Wed, 12 Dec 2018 15:59:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 15:59:31,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9301f78d-3908-40d2-814c-c8c292b7ddc2 used request id req-99278f52-6572-471f-ba9c-8b90d81c5ba0 2018-12-12 15:59:31,977 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj 2018-12-12 15:59:31,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:32,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc92d8ae-c07c-4964-aad5-5eaaff9f9130 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:32,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/140ada7fd7bb404498a1e0cd1e787fb4 used request id req-bc92d8ae-c07c-4964-aad5-5eaaff9f9130 2018-12-12 15:59:32,212 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-b3b9c2b4-4dec-45c-proj-role 2018-12-12 15:59:32,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/720046f5c14349d8b19867dc841142d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:32,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-280e7576-3e6e-4943-9c10-e0b609fd7386 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:32,334 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/720046f5c14349d8b19867dc841142d6 used request id req-280e7576-3e6e-4943-9c10-e0b609fd7386 2018-12-12 15:59:32,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c737e2f55755aee2d5b5f57c805d451f7080d1" 2018-12-12 15:59:32,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d0ecd1-dec2-4a3d-a2ef-4fecda1d7559 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:59:32,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f8d0ecd1-dec2-4a3d-a2ef-4fecda1d7559 2018-12-12 15:59:32,420 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-b3b9c2b4-4dec-45c-user 2018-12-12 15:59:32,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/7ce138f405e5457ca9891f321278ceec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5df95b6496d4f55c58e2c8c05c786040d1e1f7d" 2018-12-12 15:59:32,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dec02847-9376-40f8-b097-21bf36b1f746 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:32,627 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7ce138f405e5457ca9891f321278ceec used request id req-dec02847-9376-40f8-b097-21bf36b1f746 2018-12-12 15:59:32,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:33,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["lFQW758PQ9GwoBcMJPUlXg"], "issued_at": "2018-12-12T15:59:33.000000Z"}} 2018-12-12 15:59:33,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882739b1874274a92741b995b0be60f885a25176" 2018-12-12 15:59:33,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f74b882-8f56-4df3-b3bc-b540cc90c0e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:33,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0f74b882-8f56-4df3-b3bc-b540cc90c0e0 2018-12-12 15:59:33,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:33,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:33,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["xE5yWNCRTUKGpI7BuhqtvQ"], "issued_at": "2018-12-12T15:59:33.000000Z"}} 2018-12-12 15:59:33,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 15:59:33,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23060378-7c66-44ee-b377-b8ee9a0bd762 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:33,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-23060378-7c66-44ee-b377-b8ee9a0bd762 2018-12-12 15:59:33,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:59:33,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:59:33,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-589f746c-c39f-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 15:59:33,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965e90de-5817-4565-8c44-f374538e96af Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-589f746c-c39f-44b-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 15:59:33,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-589f746c-c39f-44b-proj used request id req-965e90de-5817-4565-8c44-f374538e96af 2018-12-12 15:59:33,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 15:59:33,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1369c23f-a8b6-4e4d-93b9-ded2887e6c15 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:59:33,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1369c23f-a8b6-4e4d-93b9-ded2887e6c15 2018-12-12 15:59:33,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj"}}' 2018-12-12 15:59:33,885 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fe41996-42f3-496e-b2b6-83187b7c9cd6 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137"}, "enabled": true, "id": "01c910b2e85f4b1fa45469bdebda5137", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj"}} 2018-12-12 15:59:33,885 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5fe41996-42f3-496e-b2b6-83187b7c9cd6 2018-12-12 15:59:33,885 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-589f746c-c39f-44b-proj 2018-12-12 15:59:33,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:33,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:34,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WmjAoiP1Rvu32PUitm7-kA"], "issued_at": "2018-12-12T15:59:34.000000Z"}} 2018-12-12 15:59:34,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:34,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b38ae717-2576-4fbf-9fd9-ccf663c95e39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:34,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b38ae717-2576-4fbf-9fd9-ccf663c95e39 2018-12-12 15:59:34,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 15:59:34,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 15:59:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 15:59:34,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:34,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c816fe70-0200-42a0-b010-b80bcc306e62 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 15:59:34,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c816fe70-0200-42a0-b010-b80bcc306e62 2018-12-12 15:59:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-589f746c-c39f-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:34,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43144870-72b4-4059-8e1b-ad06e0ac3cb7 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-589f746c-c39f-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137"}, "enabled": true, "id": "01c910b2e85f4b1fa45469bdebda5137", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj"}]} 2018-12-12 15:59:34,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-589f746c-c39f-44b-proj used request id req-43144870-72b4-4059-8e1b-ad06e0ac3cb7 2018-12-12 15:59:34,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:34,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65dd23c-e462-4b52-bfce-2d3fb089d717 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 15:59:34,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e65dd23c-e462-4b52-bfce-2d3fb089d717 2018-12-12 15:59:35,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:35,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc72fe8b-1584-4b47-960c-ee3e28d92042 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:59:35,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fc72fe8b-1584-4b47-960c-ee3e28d92042 2018-12-12 15:59:35,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-589f746c-c39f-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:35,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67adafd1-f80a-48ee-8d21-1a06bf7e6d69 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-589f746c-c39f-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137"}, "enabled": true, "id": "01c910b2e85f4b1fa45469bdebda5137", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj"}]} 2018-12-12 15:59:35,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-589f746c-c39f-44b-proj used request id req-67adafd1-f80a-48ee-8d21-1a06bf7e6d69 2018-12-12 15:59:35,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/96e594799b0d4399ba5078f4f83fd7a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:35,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6de79e-ecc9-4d4b-bba7-76c873bcc842 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-589f746c-c39f-44b-user", "links": {"self": "http://172.30.9.29:5000/v3/users/96e594799b0d4399ba5078f4f83fd7a8"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "01c910b2e85f4b1fa45469bdebda5137", "id": "96e594799b0d4399ba5078f4f83fd7a8", "password_expires_at": null}} 2018-12-12 15:59:35,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/96e594799b0d4399ba5078f4f83fd7a8 used request id req-cd6de79e-ecc9-4d4b-bba7-76c873bcc842 2018-12-12 15:59:35,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137/users/96e594799b0d4399ba5078f4f83fd7a8/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:35,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a6b5d48-ec7c-4f4a-a52c-ee0f3e33873e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137/users/96e594799b0d4399ba5078f4f83fd7a8/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 15:59:35,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137/users/96e594799b0d4399ba5078f4f83fd7a8/roles used request id req-7a6b5d48-ec7c-4f4a-a52c-ee0f3e33873e 2018-12-12 15:59:35,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:35,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7374c2e3-362a-4b05-80c1-13eaab748854 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 15:59:35,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-7374c2e3-362a-4b05-80c1-13eaab748854 2018-12-12 15:59:35,391 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-589f746c-c39f-44b-proj 2018-12-12 15:59:35,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137/users/96e594799b0d4399ba5078f4f83fd7a8/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 15:59:35,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ca6e0a4-ee70-410f-b60c-e73c24b1c155 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:35,534 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137/users/96e594799b0d4399ba5078f4f83fd7a8/roles/e8c8590d1f254077b29715df32c522d0 used request id req-8ca6e0a4-ee70-410f-b60c-e73c24b1c155 2018-12-12 15:59:35,534 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-589f746c-c39f-44b-user 2018-12-12 15:59:35,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:35,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 15:59:35,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e7cf1c-2378-4fb0-bf3a-77509eaf90be Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 15:59:35,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-73e7cf1c-2378-4fb0-bf3a-77509eaf90be 2018-12-12 15:59:35,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" -d '{"role": {"name": "CreateStackSuccessTests-589f746c-c39f-44b-proj-role"}}' 2018-12-12 15:59:35,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00ea23d2-2953-4fe1-9f02-d52972e0225b Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "654a410a8b9f4748af0622f68e311d1e", "links": {"self": "http://172.30.9.29:5000/v3/roles/654a410a8b9f4748af0622f68e311d1e"}, "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj-role"}} 2018-12-12 15:59:35,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-00ea23d2-2953-4fe1-9f02-d52972e0225b 2018-12-12 15:59:35,831 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-589f746c-c39f-44b-proj-role 2018-12-12 15:59:35,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/654a410a8b9f4748af0622f68e311d1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 15:59:35,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d9c9b4-54d7-4f5c-aa4d-a8edf1c17979 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/654a410a8b9f4748af0622f68e311d1e"}, "domain_id": null, "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj-role", "id": "654a410a8b9f4748af0622f68e311d1e"}} 2018-12-12 15:59:35,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/654a410a8b9f4748af0622f68e311d1e used request id req-70d9c9b4-54d7-4f5c-aa4d-a8edf1c17979 2018-12-12 15:59:35,924 - keystone_utils - INFO - Granting role CreateStackSuccessTests-589f746c-c39f-44b-proj-role to project CreateStackSuccessTests-589f746c-c39f-44b-proj 2018-12-12 15:59:35,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137/users/96e594799b0d4399ba5078f4f83fd7a8/roles/654a410a8b9f4748af0622f68e311d1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 15:59:36,067 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b84d2892-cd13-493c-9b7e-bf2e93d5f084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 15:59:36,067 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137/users/96e594799b0d4399ba5078f4f83fd7a8/roles/654a410a8b9f4748af0622f68e311d1e used request id req-b84d2892-cd13-493c-9b7e-bf2e93d5f084 2018-12-12 15:59:36,067 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:59:36,068 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 15:59:36,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:36,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:36,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "654a410a8b9f4748af0622f68e311d1e", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c910b2e85f4b1fa45469bdebda5137", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-589f746c-c39f-44b-user", "id": "96e594799b0d4399ba5078f4f83fd7a8"}, "audit_ids": ["ZbkUVaNvSjWLBNTY__X0Hw"], "issued_at": "2018-12-12T15:59:36.000000Z"}} 2018-12-12 15:59:36,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" 2018-12-12 15:59:36,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d49a8e-429f-4e95-ae88-513951390942 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:36,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-96d49a8e-429f-4e95-ae88-513951390942 2018-12-12 15:59:36,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" 2018-12-12 15:59:36,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-0538a30b-82ae-4d24-ac71-3456ef3b69b5 Date: Wed, 12 Dec 2018 15:59:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image"} 2018-12-12 15:59:36,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image used request id req-0538a30b-82ae-4d24-ac71-3456ef3b69b5 2018-12-12 15:59:36,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" 2018-12-12 15:59:36,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aa22003f-6415-4e02-bcb2-cc2191e62356 Date: Wed, 12 Dec 2018 15:59:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:59:36,864 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-aa22003f-6415-4e02-bcb2-cc2191e62356 2018-12-12 15:59:36,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image"}' 2018-12-12 15:59:37,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172 X-Openstack-Request-Id: req-ec448706-f0b0-4deb-95f8-ccbde9761e09 Date: Wed, 12 Dec 2018 15:59:37 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:59:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T15:59:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172", "min_disk": 0, "protected": false, "id": "cf42dbbc-eee6-477d-a10c-2faa435fc172", "file": "/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/file", "checksum": null, "owner": "01c910b2e85f4b1fa45469bdebda5137", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:59:37,080 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ec448706-f0b0-4deb-95f8-ccbde9761e09 2018-12-12 15:59:37,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" -d '' 2018-12-12 15:59:38,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46d577d6-2907-47b1-ab23-be65c8cdeb95 Date: Wed, 12 Dec 2018 15:59:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 15:59:38,729 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/file used request id req-46d577d6-2907-47b1-ab23-be65c8cdeb95 2018-12-12 15:59:38,730 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 15:59:38,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" 2018-12-12 15:59:38,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b69cf072-a38a-4fd3-862c-0ba88d21fa15 Date: Wed, 12 Dec 2018 15:59:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:59:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:59:38Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/snap", "metadata": {}}], "self": "/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172", "min_disk": 0, "protected": false, "id": "cf42dbbc-eee6-477d-a10c-2faa435fc172", "file": "/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "01c910b2e85f4b1fa45469bdebda5137", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:59:38,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172 used request id req-b69cf072-a38a-4fd3-862c-0ba88d21fa15 2018-12-12 15:59:38,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" 2018-12-12 15:59:39,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31d8f988-4f0f-4b72-aeb6-996028b2dda9 Date: Wed, 12 Dec 2018 15:59:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 15:59:39,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-31d8f988-4f0f-4b72-aeb6-996028b2dda9 2018-12-12 15:59:39,062 - create_image - INFO - Created image with name - CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image 2018-12-12 15:59:39,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" 2018-12-12 15:59:39,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-77c171a1-76aa-4d6e-84cb-328054629b19 Date: Wed, 12 Dec 2018 15:59:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T15:59:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T15:59:38Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/snap", "metadata": {}}], "self": "/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172", "min_disk": 0, "protected": false, "id": "cf42dbbc-eee6-477d-a10c-2faa435fc172", "file": "/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "01c910b2e85f4b1fa45469bdebda5137", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/cf42dbbc-eee6-477d-a10c-2faa435fc172/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 15:59:39,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172 used request id req-77c171a1-76aa-4d6e-84cb-328054629b19 2018-12-12 15:59:39,229 - create_image - DEBUG - Instance status is - active 2018-12-12 15:59:39,229 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image 2018-12-12 15:59:39,229 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image 2018-12-12 15:59:39,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:39,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:39,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6elWa8VfQhOXIAG_2UYb4w"], "issued_at": "2018-12-12T15:59:39.000000Z"}} 2018-12-12 15:59:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ce0c69fecbea9452f4487c342635a146a851be" 2018-12-12 15:59:39,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a783e51d-d68d-47ee-a150-de150df2de2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:39,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a783e51d-d68d-47ee-a150-de150df2de2b 2018-12-12 15:59:39,695 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:59:39,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ce0c69fecbea9452f4487c342635a146a851be" 2018-12-12 15:59:39,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59: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-3872f3c8-14c8-473a-bb37-022982dc5964 x-compute-request-id: req-3872f3c8-14c8-473a-bb37-022982dc5964 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 15:59:39,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3872f3c8-14c8-473a-bb37-022982dc5964 2018-12-12 15:59:39,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ce0c69fecbea9452f4487c342635a146a851be" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 15:59:39,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59: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-352ae0a7-94db-40bf-9d98-357732e76f7b x-compute-request-id: req-352ae0a7-94db-40bf-9d98-357732e76f7b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/8a09ec97-3a4c-47db-b7d1-9ecf674cc453", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/8a09ec97-3a4c-47db-b7d1-9ecf674cc453", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8a09ec97-3a4c-47db-b7d1-9ecf674cc453", "name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 15:59:39,944 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-352ae0a7-94db-40bf-9d98-357732e76f7b 2018-12-12 15:59:39,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 15:59:39,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 15:59:40,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "654a410a8b9f4748af0622f68e311d1e", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T16:59:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c910b2e85f4b1fa45469bdebda5137", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-589f746c-c39f-44b-user", "id": "96e594799b0d4399ba5078f4f83fd7a8"}, "audit_ids": ["PsNKAQFCSuCnwdgs8TYGcg"], "issued_at": "2018-12-12T15:59:40.000000Z"}} 2018-12-12 15:59:40,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:40,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a76101fc-0b03-4717-a742-4e6d82a642ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 15:59:40,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a76101fc-0b03-4717-a742-4e6d82a642ff 2018-12-12 15:59:40,431 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 15:59:40,433 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 15:59:40,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:40,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:40 GMT Server: Apache x-openstack-request-id: req-f73bed23-bf45-4d3c-9f0e-bef793b361e5 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 15:59:40,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack used request id req-f73bed23-bf45-4d3c-9f0e-bef793b361e5 2018-12-12 15:59:40,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-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-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}}' 2018-12-12 15:59:42,799 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 15:59:40 GMT Server: Apache x-openstack-request-id: req-7233931d-0279-4cff-91be-3c9659d6f48f Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}]}} 2018-12-12 15:59:42,799 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks used request id req-7233931d-0279-4cff-91be-3c9659d6f48f 2018-12-12 15:59:42,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:42,970 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:42 GMT Server: Apache x-openstack-request-id: req-c7f91901-c90d-4465-938e-51f71d39f720 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:43,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:42 GMT Server: Apache x-openstack-request-id: req-3f4f7b5b-7583-4ff4-b6aa-4945b80d6d7d 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:43,287 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-3f4f7b5b-7583-4ff4-b6aa-4945b80d6d7d 2018-12-12 15:59:43,288 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack 2018-12-12 15:59:43,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:43,843 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:43 GMT Server: Apache x-openstack-request-id: req-431fcc4a-9a4f-498b-99ea-63194a0fc56b Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:44,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:43 GMT Server: Apache x-openstack-request-id: req-5c0ad94d-558c-4e17-8b49-01fee925d590 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:44,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-5c0ad94d-558c-4e17-8b49-01fee925d590 2018-12-12 15:59:44,043 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:59:44,043 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:47,046 - create_stack - DEBUG - Stack status query timeout in 1196.24164391 2018-12-12 15:59:47,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:47,076 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:47 GMT Server: Apache x-openstack-request-id: req-b4060d49-7c95-493b-bd12-b09a86c431a4 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:47,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:47 GMT Server: Apache x-openstack-request-id: req-aa39555e-f264-455f-8034-cd9913898167 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:47,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-aa39555e-f264-455f-8034-cd9913898167 2018-12-12 15:59:47,274 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:59:47,275 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:50,278 - create_stack - DEBUG - Stack status query timeout in 1193.01036 2018-12-12 15:59:50,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:50,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:50 GMT Server: Apache x-openstack-request-id: req-067a1540-166e-44b6-9e74-79ffdcc04142 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:50,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:50 GMT Server: Apache x-openstack-request-id: req-d4a4155b-1ad5-40a8-8a85-99532f8bfe3c 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:50,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-d4a4155b-1ad5-40a8-8a85-99532f8bfe3c 2018-12-12 15:59:50,350 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:59:50,350 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:53,353 - create_stack - DEBUG - Stack status query timeout in 1189.93518186 2018-12-12 15:59:53,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:53,383 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:53 GMT Server: Apache x-openstack-request-id: req-8fd60531-51d4-4f90-ba9b-01baefc40cfe Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:53,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:53 GMT Server: Apache x-openstack-request-id: req-b74488df-6325-4aaa-a3d7-5971b73e1715 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:53,581 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-b74488df-6325-4aaa-a3d7-5971b73e1715 2018-12-12 15:59:53,582 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:59:53,582 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:56,585 - create_stack - DEBUG - Stack status query timeout in 1186.70304298 2018-12-12 15:59:56,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:56,770 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:56 GMT Server: Apache x-openstack-request-id: req-e9e49cfa-6653-4ff9-b9f9-f381ad151e5c Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:56,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:56 GMT Server: Apache x-openstack-request-id: req-87063d86-d866-42c1-b6ae-5436256c8ed9 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:56,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-87063d86-d866-42c1-b6ae-5436256c8ed9 2018-12-12 15:59:56,812 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 15:59:56,812 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 15:59:59,815 - create_stack - DEBUG - Stack status query timeout in 1183.47256589 2018-12-12 15:59:59,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 15:59:59,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 15:59:59 GMT Server: Apache x-openstack-request-id: req-fccbe394-bc25-4ee9-921b-82b7570d94b5 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 15:59:59,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 15:59:59 GMT Server: Apache x-openstack-request-id: req-ab091614-32e6-4757-8b67-b04e7f34450e 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 15:59:59,887 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-ab091614-32e6-4757-8b67-b04e7f34450e 2018-12-12 15:59:59,888 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 15:59:59,888 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack 2018-12-12 15:59:59,888 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack 2018-12-12 15:59:59,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:00,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "654a410a8b9f4748af0622f68e311d1e", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:00:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c910b2e85f4b1fa45469bdebda5137", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/01c910b2e85f4b1fa45469bdebda5137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-589f746c-c39f-44b-user", "id": "96e594799b0d4399ba5078f4f83fd7a8"}, "audit_ids": ["9r4HKDnyTWq9zILTJ0C8lg"], "issued_at": "2018-12-12T16:00:00.000000Z"}} 2018-12-12 16:00:00,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f77c18170781855f8a9c1ca3a0beecf0fef98c4" 2018-12-12 16:00:00,444 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:00 GMT Server: Apache x-openstack-request-id: req-853176a5-993f-42dc-90ef-a4b15c7e697d Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:00,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:00 GMT Server: Apache x-openstack-request-id: req-6dcf3ef2-3e17-4840-89e1-fc4ba2b32034 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:00,621 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-6dcf3ef2-3e17-4840-89e1-fc4ba2b32034 2018-12-12 16:00:00,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 16:00:00,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:00 GMT Server: Apache x-openstack-request-id: req-5fbab0bc-0e1c-4c23-9b9d-7e7fa6e03ee4 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:00,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:00 GMT Server: Apache x-openstack-request-id: req-1e7a7132-2d34-423d-a166-73c222ea1377 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:00,981 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-1e7a7132-2d34-423d-a166-73c222ea1377 2018-12-12 16:00:00,981 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack 2018-12-12 16:00:00,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 16:00:01,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:00 GMT Server: Apache x-openstack-request-id: req-5e031c75-7fc0-462d-8228-da9674193c51 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:01,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:00:01 GMT Server: Apache x-openstack-request-id: req-1147b804-e4e0-4829-aeb1-29c94a6fe92a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:00:01,226 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-1147b804-e4e0-4829-aeb1-29c94a6fe92a 2018-12-12 16:00:01,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 16:00:01,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:01 GMT Server: Apache x-openstack-request-id: req-9807a044-1997-4d8f-a38e-dd8db87fa1b9 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:01,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:01 GMT Server: Apache x-openstack-request-id: req-0e1d4897-9128-476b-9249-1943070b4c6b 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "tags": null, "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:00:01Z", "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:01,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-0e1d4897-9128-476b-9249-1943070b4c6b 2018-12-12 16:00:01,281 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:00:01,281 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:04,284 - create_stack - DEBUG - Stack status query timeout in 1196.94219899 2018-12-12 16:00:04,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 16:00:04,314 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:04 GMT Server: Apache x-openstack-request-id: req-347d4086-e752-4922-9ec4-b7d16edca3ef Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:04,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:04 GMT Server: Apache x-openstack-request-id: req-0d1b9e79-ee48-466e-ba95-33c945a081c1 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "tags": null, "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:00:01Z", "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:04,478 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-0d1b9e79-ee48-466e-ba95-33c945a081c1 2018-12-12 16:00:04,479 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:00:04,479 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:07,480 - create_stack - DEBUG - Stack status query timeout in 1193.74607706 2018-12-12 16:00:07,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 16:00:07,510 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:07 GMT Server: Apache x-openstack-request-id: req-e9071b42-f1e8-43c2-bedc-7ecc995665cf Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:07,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:07 GMT Server: Apache x-openstack-request-id: req-df202b55-f9d9-4f0c-87bd-984f60b0289c 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "tags": null, "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:00:01Z", "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:07,536 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-df202b55-f9d9-4f0c-87bd-984f60b0289c 2018-12-12 16:00:07,536 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:00:07,537 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:10,540 - create_stack - DEBUG - Stack status query timeout in 1190.68638992 2018-12-12 16:00:10,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 16:00:10,730 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:10 GMT Server: Apache x-openstack-request-id: req-668e9f60-d1b4-4e64-a22e-cd94edc525e8 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:10,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:10 GMT Server: Apache x-openstack-request-id: req-1a80c2de-a214-466c-9814-aed20f761e10 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "tags": null, "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:00:01Z", "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:10,907 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-1a80c2de-a214-466c-9814-aed20f761e10 2018-12-12 16:00:10,907 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:00:10,908 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:13,911 - create_stack - DEBUG - Stack status query timeout in 1187.31528807 2018-12-12 16:00:13,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 16:00:13,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:13 GMT Server: Apache x-openstack-request-id: req-e48e488b-4eb1-42aa-9265-709963af9682 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:13,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:13 GMT Server: Apache x-openstack-request-id: req-fff1d09d-d45d-4beb-9f7a-9c7a3c9c55d5 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": "01c910b2e85f4b1fa45469bdebda5137", "OS::stack_id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "image_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image", "inst_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-inst", "subnet_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-subnet", "flavor_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-flavor-name", "net_name": "CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-net"}, "deletion_time": "2018-12-12T16:00:12Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack", "stack_user_project_id": "89511fbc147b42c6b54cf95354ea1fa9", "tags": null, "creation_time": "2018-12-12T15:59:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:00:01Z", "id": "48a5552c-258e-4bca-8bf5-9564f682cb31", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:13,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-fff1d09d-d45d-4beb-9f7a-9c7a3c9c55d5 2018-12-12 16:00:13,986 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:00:13,986 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack 2018-12-12 16:00:13,987 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack 2018-12-12 16:00:13,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/48a5552c-258e-4bca-8bf5-9564f682cb31 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a258bbb2bae46c3c0013b926e09845ef3411150" 2018-12-12 16:00:14,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:13 GMT Server: Apache x-openstack-request-id: req-42563771-5734-4e87-b299-50e6c5e628f4 Location: http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:14,213 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:00:14 GMT Server: Apache x-openstack-request-id: req-1891017a-f04c-4b11-8a6b-5a9e65fc46db Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:00:14,213 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/01c910b2e85f4b1fa45469bdebda5137/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-stack/48a5552c-258e-4bca-8bf5-9564f682cb31 used request id req-1891017a-f04c-4b11-8a6b-5a9e65fc46db 2018-12-12 16:00:14,214 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-1200f648-24ac-4579-9b90-f55cdd2dc029-image 2018-12-12 16:00:14,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a3076d458d2c266b2b43b70a201a89a9ea9b094f" 2018-12-12 16:00:15,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22223119-5615-4695-903c-f50f24875540 Date: Wed, 12 Dec 2018 16:00:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:00:15,568 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/cf42dbbc-eee6-477d-a10c-2faa435fc172 used request id req-22223119-5615-4695-903c-f50f24875540 2018-12-12 16:00:15,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/8a09ec97-3a4c-47db-b7d1-9ecf674cc453 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ce0c69fecbea9452f4487c342635a146a851be" 2018-12-12 16:00:15,617 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:00: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-4040a73f-3a60-4010-8a6a-a76e5afe4a4d x-compute-request-id: req-4040a73f-3a60-4010-8a6a-a76e5afe4a4d Content-Length: 0 Content-Type: application/json 2018-12-12 16:00:15,618 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/8a09ec97-3a4c-47db-b7d1-9ecf674cc453 used request id req-4040a73f-3a60-4010-8a6a-a76e5afe4a4d 2018-12-12 16:00:15,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 16:00:15,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4784f5d6-1afd-4ccf-834d-b713c50a9dc6 Date: Wed, 12 Dec 2018 16:00:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "created_at": "2018-12-12T15:59:43Z", "updated_at": "2018-12-12T15:59:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:59:43Z", "revision_number": 0, "id": "01aab50c-f1f8-458a-b19d-8b54182c81c8", "remote_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "remote_ip_prefix": null, "created_at": "2018-12-12T15:59:43Z", "security_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "port_range_min": null, "ethertype": "IPv4", "project_id": "01c910b2e85f4b1fa45469bdebda5137"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:59:43Z", "revision_number": 0, "id": "40be0539-a464-491e-984a-7b4eec8f74c0", "remote_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "remote_ip_prefix": null, "created_at": "2018-12-12T15:59:43Z", "security_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "port_range_min": null, "ethertype": "IPv6", "project_id": "01c910b2e85f4b1fa45469bdebda5137"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:59:43Z", "revision_number": 0, "id": "8d89bcc9-0af6-4761-9d05-df9cc12f6c1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:59:43Z", "security_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "port_range_min": null, "ethertype": "IPv4", "project_id": "01c910b2e85f4b1fa45469bdebda5137"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:59:43Z", "revision_number": 0, "id": "bbb35479-ce37-4bcb-9017-cabe8d76443f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:59:43Z", "security_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "port_range_min": null, "ethertype": "IPv6", "project_id": "01c910b2e85f4b1fa45469bdebda5137"}], "revision_number": 4, "project_id": "01c910b2e85f4b1fa45469bdebda5137", "id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:00:15,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4784f5d6-1afd-4ccf-834d-b713c50a9dc6 2018-12-12 16:00:15,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 16:00:15,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a240fb81-5616-4e27-88ae-135af47f26ad Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137"}, "enabled": true, "id": "01c910b2e85f4b1fa45469bdebda5137", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-589f746c-c39f-44b-proj"}} 2018-12-12 16:00:15,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137 used request id req-a240fb81-5616-4e27-88ae-135af47f26ad 2018-12-12 16:00:15,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b433ab5-f43a-4889-9d28-75774e7d3332 2018-12-12 16:00:15,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1b433ab5-f43a-4889-9d28-75774e7d3332 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 16:00:16,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e352b78d-84b0-4349-b544-f585da273875 Date: Wed, 12 Dec 2018 16:00:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:59:43Z", "security_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "port_range_min": null, "revision_number": 0, "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "created_at": "2018-12-12T15:59:43Z", "project_id": "01c910b2e85f4b1fa45469bdebda5137", "id": "01aab50c-f1f8-458a-b19d-8b54182c81c8"}, {"remote_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:59:43Z", "security_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "port_range_min": null, "revision_number": 0, "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "created_at": "2018-12-12T15:59:43Z", "project_id": "01c910b2e85f4b1fa45469bdebda5137", "id": "40be0539-a464-491e-984a-7b4eec8f74c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:59:43Z", "security_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "port_range_min": null, "revision_number": 0, "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "created_at": "2018-12-12T15:59:43Z", "project_id": "01c910b2e85f4b1fa45469bdebda5137", "id": "8d89bcc9-0af6-4761-9d05-df9cc12f6c1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T15:59:43Z", "security_group_id": "1b433ab5-f43a-4889-9d28-75774e7d3332", "port_range_min": null, "revision_number": 0, "tenant_id": "01c910b2e85f4b1fa45469bdebda5137", "created_at": "2018-12-12T15:59:43Z", "project_id": "01c910b2e85f4b1fa45469bdebda5137", "id": "bbb35479-ce37-4bcb-9017-cabe8d76443f"}]} 2018-12-12 16:00:16,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1b433ab5-f43a-4889-9d28-75774e7d3332 used request id req-e352b78d-84b0-4349-b544-f585da273875 2018-12-12 16:00:16,180 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:00:16,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/1b433ab5-f43a-4889-9d28-75774e7d3332 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 16:00:16,507 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32546bec-9bb1-4c3a-b4f2-c16a9054afb3 Content-Length: 0 Date: Wed, 12 Dec 2018 16:00:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:00:16,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/1b433ab5-f43a-4889-9d28-75774e7d3332 used request id req-32546bec-9bb1-4c3a-b4f2-c16a9054afb3 2018-12-12 16:00:16,508 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-589f746c-c39f-44b-proj 2018-12-12 16:00:16,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 16:00:16,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:00:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44384084-9a76-47d9-81db-ee2a4ea75be9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:00:16,834 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/01c910b2e85f4b1fa45469bdebda5137 used request id req-44384084-9a76-47d9-81db-ee2a4ea75be9 2018-12-12 16:00:16,835 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-589f746c-c39f-44b-proj-role 2018-12-12 16:00:16,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/654a410a8b9f4748af0622f68e311d1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 16:00:16,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:00:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35b334a9-6be4-41cc-a613-b3eaa4ef9ed7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:00:16,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/654a410a8b9f4748af0622f68e311d1e used request id req-35b334a9-6be4-41cc-a613-b3eaa4ef9ed7 2018-12-12 16:00:16,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4065da11e725d4a243611d0222c3bf4ab46d82fd" 2018-12-12 16:00:17,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ce4dbe-5784-4592-9201-14a1d20f3626 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:00:17,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-24ce4dbe-5784-4592-9201-14a1d20f3626 2018-12-12 16:00:17,055 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-589f746c-c39f-44b-user 2018-12-12 16:00:17,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/96e594799b0d4399ba5078f4f83fd7a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa31f2cfdc301597440cd781823525a4ec99c7" 2018-12-12 16:00:17,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:00:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3609b7c9-165a-494c-b000-86fa5fc22b09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:00:17,250 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/96e594799b0d4399ba5078f4f83fd7a8 used request id req-3609b7c9-165a-494c-b000-86fa5fc22b09 2018-12-12 16:00:17,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:17,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:00:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["SZYLri4uS2q_OORQf8QeWg"], "issued_at": "2018-12-12T16:00:17.000000Z"}} 2018-12-12 16:00:17,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a9e9c7fba278a772e5e3e0ab8101af406508a2" 2018-12-12 16:00:17,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9355a87-c70e-4e41-9663-00b5ec9a0b2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:00:17,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d9355a87-c70e-4e41-9663-00b5ec9a0b2d 2018-12-12 16:00:17,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:00:17,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:18,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["30XgXWRNSkeL9cc6bb8IOA"], "issued_at": "2018-12-12T16:00:18.000000Z"}} 2018-12-12 16:00:18,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:00:18,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8151aeed-27eb-400e-b334-6ab75d0c0a20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:00:18,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8151aeed-27eb-400e-b334-6ab75d0c0a20 2018-12-12 16:00:18,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:00:18,184 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:00: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:00:18,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-58386a62-1d4c-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:00:18,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d477dbb5-7bbb-42b7-8468-1188a31e8aef Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-58386a62-1d4c-476-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:00:18,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-58386a62-1d4c-476-proj used request id req-d477dbb5-7bbb-42b7-8468-1188a31e8aef 2018-12-12 16:00:18,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:00:18,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e71420-934b-4d0d-8f03-bafda3913ffc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:00:18,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-16e71420-934b-4d0d-8f03-bafda3913ffc 2018-12-12 16:00:18,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}}' 2018-12-12 16:00:18,485 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d396058d-df0d-4084-a01b-6f1427f7fa98 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc"}, "enabled": true, "id": "9636b7994f7c427287ca082bcd59a5fc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}} 2018-12-12 16:00:18,485 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d396058d-df0d-4084-a01b-6f1427f7fa98 2018-12-12 16:00:18,485 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-58386a62-1d4c-476-proj 2018-12-12 16:00:18,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:00:18,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:18,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["nGXENwMXRM6TsC0ojRIgLw"], "issued_at": "2018-12-12T16:00:18.000000Z"}} 2018-12-12 16:00:18,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:18,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-858c1931-edbc-4e79-af93-2789cb2461f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:00:18,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-858c1931-edbc-4e79-af93-2789cb2461f5 2018-12-12 16:00:18,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:00:18,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:00: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:00:18,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:19,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-353dc65c-26e4-4eaf-aaba-e3ee31780e5e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:00:19,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-353dc65c-26e4-4eaf-aaba-e3ee31780e5e 2018-12-12 16:00:19,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-58386a62-1d4c-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:19,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91ee2577-e551-4098-b1e1-3fdbf8854277 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-58386a62-1d4c-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc"}, "enabled": true, "id": "9636b7994f7c427287ca082bcd59a5fc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}]} 2018-12-12 16:00:19,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-58386a62-1d4c-476-proj used request id req-91ee2577-e551-4098-b1e1-3fdbf8854277 2018-12-12 16:00:19,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:19,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98a2f94-0a5d-4109-aa28-699be72f2bbe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:00:19,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d98a2f94-0a5d-4109-aa28-699be72f2bbe 2018-12-12 16:00:19,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:19,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f74ff91-c000-4f7d-ab86-3c764d4b87a2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:00:19,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2f74ff91-c000-4f7d-ab86-3c764d4b87a2 2018-12-12 16:00:19,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-58386a62-1d4c-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:19,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5087b2da-190a-4703-936a-79b03008fe73 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-58386a62-1d4c-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc"}, "enabled": true, "id": "9636b7994f7c427287ca082bcd59a5fc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}]} 2018-12-12 16:00:19,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-58386a62-1d4c-476-proj used request id req-5087b2da-190a-4703-936a-79b03008fe73 2018-12-12 16:00:19,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/1faf9dec332b4973bf6c36762a12c2ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:19,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285df410-0e4e-4c4c-9e9b-f17e3634ec1f Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-58386a62-1d4c-476-user", "links": {"self": "http://172.30.9.29:5000/v3/users/1faf9dec332b4973bf6c36762a12c2ea"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "9636b7994f7c427287ca082bcd59a5fc", "id": "1faf9dec332b4973bf6c36762a12c2ea", "password_expires_at": null}} 2018-12-12 16:00:19,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1faf9dec332b4973bf6c36762a12c2ea used request id req-285df410-0e4e-4c4c-9e9b-f17e3634ec1f 2018-12-12 16:00:19,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc/users/1faf9dec332b4973bf6c36762a12c2ea/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:19,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d64d7c8-a94a-49e7-a3bc-c11432a2a7f5 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc/users/1faf9dec332b4973bf6c36762a12c2ea/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:00:19,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc/users/1faf9dec332b4973bf6c36762a12c2ea/roles used request id req-3d64d7c8-a94a-49e7-a3bc-c11432a2a7f5 2018-12-12 16:00:19,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:20,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b85b40f0-8094-47ac-83a0-3bbf2aa06e49 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:00:20,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-b85b40f0-8094-47ac-83a0-3bbf2aa06e49 2018-12-12 16:00:20,016 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-58386a62-1d4c-476-proj 2018-12-12 16:00:20,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc/users/1faf9dec332b4973bf6c36762a12c2ea/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:00:20,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72b6f093-9387-47ce-88ad-9cd3d98f8b32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:00:20,151 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc/users/1faf9dec332b4973bf6c36762a12c2ea/roles/e8c8590d1f254077b29715df32c522d0 used request id req-72b6f093-9387-47ce-88ad-9cd3d98f8b32 2018-12-12 16:00:20,152 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-58386a62-1d4c-476-user 2018-12-12 16:00:20,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:00:20,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:00:20,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-412ca1c1-702e-4519-97ba-41a1f1026142 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:00:20,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-412ca1c1-702e-4519-97ba-41a1f1026142 2018-12-12 16:00:20,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" -d '{"role": {"name": "CreateStackSuccessTests-58386a62-1d4c-476-proj-role"}}' 2018-12-12 16:00:20,340 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a45b478b-d7f4-4cea-b5fe-142ab2b5bd18 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "58647c70bacd4e1691172e2432d1b462", "links": {"self": "http://172.30.9.29:5000/v3/roles/58647c70bacd4e1691172e2432d1b462"}, "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj-role"}} 2018-12-12 16:00:20,340 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a45b478b-d7f4-4cea-b5fe-142ab2b5bd18 2018-12-12 16:00:20,341 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-58386a62-1d4c-476-proj-role 2018-12-12 16:00:20,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/58647c70bacd4e1691172e2432d1b462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:00:20,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99990542-f2c4-44d5-848e-20d8b2a5bfab Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/58647c70bacd4e1691172e2432d1b462"}, "domain_id": null, "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj-role", "id": "58647c70bacd4e1691172e2432d1b462"}} 2018-12-12 16:00:20,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/58647c70bacd4e1691172e2432d1b462 used request id req-99990542-f2c4-44d5-848e-20d8b2a5bfab 2018-12-12 16:00:20,362 - keystone_utils - INFO - Granting role CreateStackSuccessTests-58386a62-1d4c-476-proj-role to project CreateStackSuccessTests-58386a62-1d4c-476-proj 2018-12-12 16:00:20,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc/users/1faf9dec332b4973bf6c36762a12c2ea/roles/58647c70bacd4e1691172e2432d1b462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:00:20,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2543d36c-e36a-407f-992a-78e019f4d9dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:00:20,481 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc/users/1faf9dec332b4973bf6c36762a12c2ea/roles/58647c70bacd4e1691172e2432d1b462 used request id req-2543d36c-e36a-407f-992a-78e019f4d9dd 2018-12-12 16:00:20,481 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:00:20,482 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:00:20,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:00:20,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:20,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}, {"id": "58647c70bacd4e1691172e2432d1b462", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj-role"}], "expires_at": "2018-12-12T17:00:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9636b7994f7c427287ca082bcd59a5fc", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-58386a62-1d4c-476-user", "id": "1faf9dec332b4973bf6c36762a12c2ea"}, "audit_ids": ["PsS9Z2BSR1OiscsirtUfkw"], "issued_at": "2018-12-12T16:00:20.000000Z"}} 2018-12-12 16:00:20,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" 2018-12-12 16:00:20,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e3f688-090d-4bb6-b66b-0c5958be447b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:00:20,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-21e3f688-090d-4bb6-b66b-0c5958be447b 2018-12-12 16:00:20,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" 2018-12-12 16:00:21,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-99cb8f35-6ff9-4719-99a2-ba8565a0bab4 Date: Wed, 12 Dec 2018 16:00:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image"} 2018-12-12 16:00:21,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image used request id req-99cb8f35-6ff9-4719-99a2-ba8565a0bab4 2018-12-12 16:00:21,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" 2018-12-12 16:00:21,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-985ff128-f0ff-44f7-8d86-d9281e3a5328 Date: Wed, 12 Dec 2018 16:00:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:00:21,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-985ff128-f0ff-44f7-8d86-d9281e3a5328 2018-12-12 16:00:21,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image"}' 2018-12-12 16:00:21,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41 X-Openstack-Request-Id: req-d454d936-6545-4689-a3c4-7512436aa235 Date: Wed, 12 Dec 2018 16:00:21 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:00:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:00:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41", "min_disk": 0, "protected": false, "id": "a9bbd98d-9b26-4ae0-af78-76c874cd0a41", "file": "/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/file", "checksum": null, "owner": "9636b7994f7c427287ca082bcd59a5fc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:00:21,612 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d454d936-6545-4689-a3c4-7512436aa235 2018-12-12 16:00:21,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" -d '' 2018-12-12 16:00:23,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d64dc794-1fd0-42ef-a4be-845dd499412a Date: Wed, 12 Dec 2018 16:00:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:00:23,321 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/file used request id req-d64dc794-1fd0-42ef-a4be-845dd499412a 2018-12-12 16:00:23,321 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:00:23,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" 2018-12-12 16:00:23,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-72c590d3-87bb-4f20-b54c-635506676dd5 Date: Wed, 12 Dec 2018 16:00:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:00:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:00:23Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/snap", "metadata": {}}], "self": "/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41", "min_disk": 0, "protected": false, "id": "a9bbd98d-9b26-4ae0-af78-76c874cd0a41", "file": "/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9636b7994f7c427287ca082bcd59a5fc", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:00:23,509 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41 used request id req-72c590d3-87bb-4f20-b54c-635506676dd5 2018-12-12 16:00:23,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" 2018-12-12 16:00:23,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a9a770c0-c476-424e-a842-513d0358203f Date: Wed, 12 Dec 2018 16:00:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:00:23,681 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a9a770c0-c476-424e-a842-513d0358203f 2018-12-12 16:00:23,684 - create_image - INFO - Created image with name - CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image 2018-12-12 16:00:23,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" 2018-12-12 16:00:23,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-bb8f1e37-1721-4296-aa72-7fa65908d0d8 Date: Wed, 12 Dec 2018 16:00:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:00:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:00:23Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/snap", "metadata": {}}], "self": "/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41", "min_disk": 0, "protected": false, "id": "a9bbd98d-9b26-4ae0-af78-76c874cd0a41", "file": "/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9636b7994f7c427287ca082bcd59a5fc", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:00:23,842 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41 used request id req-bb8f1e37-1721-4296-aa72-7fa65908d0d8 2018-12-12 16:00:23,842 - create_image - DEBUG - Instance status is - active 2018-12-12 16:00:23,843 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image 2018-12-12 16:00:23,843 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image 2018-12-12 16:00:23,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:00:23,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:24,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:00:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6Z0RNMLLSf-i39x-j3AyoQ"], "issued_at": "2018-12-12T16:00:24.000000Z"}} 2018-12-12 16:00:24,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62584f9120c057522a9bec675026a5df997cf85e" 2018-12-12 16:00:24,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae9e4ff-e438-452d-9a1a-892042d2af1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:00:24,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4ae9e4ff-e438-452d-9a1a-892042d2af1c 2018-12-12 16:00:24,308 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:00:24,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62584f9120c057522a9bec675026a5df997cf85e" 2018-12-12 16:00:24,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-ecc1a41e-7232-40fb-82e6-0d5b796c1904 x-compute-request-id: req-ecc1a41e-7232-40fb-82e6-0d5b796c1904 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:00:24,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ecc1a41e-7232-40fb-82e6-0d5b796c1904 2018-12-12 16:00:24,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62584f9120c057522a9bec675026a5df997cf85e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:00:24,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-4cf646e3-1197-4eb6-8a2a-740386216508 x-compute-request-id: req-4cf646e3-1197-4eb6-8a2a-740386216508 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fc679d70-e791-4bdd-93b6-1340131b445b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fc679d70-e791-4bdd-93b6-1340131b445b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fc679d70-e791-4bdd-93b6-1340131b445b", "name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:00:24,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4cf646e3-1197-4eb6-8a2a-740386216508 2018-12-12 16:00:24,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:00:24,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:24,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}, {"id": "58647c70bacd4e1691172e2432d1b462", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj-role"}], "expires_at": "2018-12-12T17:00:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9636b7994f7c427287ca082bcd59a5fc", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-58386a62-1d4c-476-user", "id": "1faf9dec332b4973bf6c36762a12c2ea"}, "audit_ids": ["cE7H-4ccRFmnt2SzOaGpeg"], "issued_at": "2018-12-12T16:00:24.000000Z"}} 2018-12-12 16:00:24,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:25,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-566c9b3f-07e7-47a5-91bb-f7fbcb377627 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:00:25,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-566c9b3f-07e7-47a5-91bb-f7fbcb377627 2018-12-12 16:00:25,016 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:00:25,019 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:00:25,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:25,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:25 GMT Server: Apache x-openstack-request-id: req-d8ca222b-5c36-40b4-98ba-bcff031f2ffb Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:00:25,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack used request id req-d8ca222b-5c36-40b4-98ba-bcff031f2ffb 2018-12-12 16:00:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-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-7910c663-208b-4614-840f-905c5d635cd8-net", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}}' 2018-12-12 16:00:28,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:00:25 GMT Server: Apache x-openstack-request-id: req-3f73c4a6-aff3-4c39-ba96-4b3974a1f1cf Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}]}} 2018-12-12 16:00:28,179 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks used request id req-3f73c4a6-aff3-4c39-ba96-4b3974a1f1cf 2018-12-12 16:00:28,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:28,380 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:28 GMT Server: Apache x-openstack-request-id: req-bcbfaa9f-dd7f-4271-abef-dd6a6ff2e7f7 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:28,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:28 GMT Server: Apache x-openstack-request-id: req-33e2c912-886f-451d-8e8f-2e1dcd8f4e6b 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:28,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-33e2c912-886f-451d-8e8f-2e1dcd8f4e6b 2018-12-12 16:00:28,568 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack 2018-12-12 16:00:28,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:28,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:28 GMT Server: Apache x-openstack-request-id: req-fb5e1739-ba38-46cf-9ae3-3c2cd8e6da18 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:28,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:28 GMT Server: Apache x-openstack-request-id: req-733d7cc5-aa16-49ba-b4f6-950fa3617a31 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:28,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-733d7cc5-aa16-49ba-b4f6-950fa3617a31 2018-12-12 16:00:28,787 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:00:28,788 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:31,788 - create_stack - DEBUG - Stack status query timeout in 1196.77982497 2018-12-12 16:00:31,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:31,961 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:31 GMT Server: Apache x-openstack-request-id: req-6b97da13-0481-4434-a60e-248996184fe1 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:32,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:31 GMT Server: Apache x-openstack-request-id: req-b4c37303-e97c-4ab0-abde-36cbd01d72a1 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:32,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-b4c37303-e97c-4ab0-abde-36cbd01d72a1 2018-12-12 16:00:32,175 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:00:32,175 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:35,178 - create_stack - DEBUG - Stack status query timeout in 1193.38968396 2018-12-12 16:00:35,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:35,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:35 GMT Server: Apache x-openstack-request-id: req-68b82eab-b8e2-4275-a4c2-66868d995db4 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:35,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:35 GMT Server: Apache x-openstack-request-id: req-a5e877ec-150c-48e1-aba6-f92949e8316c 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:35,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-a5e877ec-150c-48e1-aba6-f92949e8316c 2018-12-12 16:00:35,421 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:00:35,421 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:38,424 - create_stack - DEBUG - Stack status query timeout in 1190.14345384 2018-12-12 16:00:38,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:38,602 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:38 GMT Server: Apache x-openstack-request-id: req-c585f1e1-db5c-4f5f-9ada-64936b63966e Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:39,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:38 GMT Server: Apache x-openstack-request-id: req-7875a848-88f5-4e43-8686-2190fc79175e 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:39,255 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-7875a848-88f5-4e43-8686-2190fc79175e 2018-12-12 16:00:39,256 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:00:39,256 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:42,259 - create_stack - DEBUG - Stack status query timeout in 1186.30861402 2018-12-12 16:00:42,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:42,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:42 GMT Server: Apache x-openstack-request-id: req-19a0f8e2-e4ae-4174-9082-114cd2e3d84f Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:42,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:42 GMT Server: Apache x-openstack-request-id: req-b9c3c5c6-8fe7-4e26-8d48-9bf3997ec68a 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:42,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-b9c3c5c6-8fe7-4e26-8d48-9bf3997ec68a 2018-12-12 16:00:42,641 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:00:42,642 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:45,645 - create_stack - DEBUG - Stack status query timeout in 1182.923033 2018-12-12 16:00:45,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:45,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:45 GMT Server: Apache x-openstack-request-id: req-b3a18639-c2da-4440-9d5d-9d2f68ca9767 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:46,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:45 GMT Server: Apache x-openstack-request-id: req-f4c60953-31d1-4055-bf47-3dfb187463a7 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:46,006 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-f4c60953-31d1-4055-bf47-3dfb187463a7 2018-12-12 16:00:46,006 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:00:46,006 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:49,010 - create_stack - DEBUG - Stack status query timeout in 1179.558213 2018-12-12 16:00:49,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:49,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:49 GMT Server: Apache x-openstack-request-id: req-dcfd7ead-5cf3-41a3-aade-309c6d123bab Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:49,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:49 GMT Server: Apache x-openstack-request-id: req-f87345fa-2f39-455d-be60-c08b919fb95f 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:49,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-f87345fa-2f39-455d-be60-c08b919fb95f 2018-12-12 16:00:49,241 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:00:49,241 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack 2018-12-12 16:00:49,241 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack 2018-12-12 16:00:49,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:49,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}, {"id": "58647c70bacd4e1691172e2432d1b462", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj-role"}], "expires_at": "2018-12-12T17:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9636b7994f7c427287ca082bcd59a5fc", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-58386a62-1d4c-476-user", "id": "1faf9dec332b4973bf6c36762a12c2ea"}, "audit_ids": ["173mWBbYT6OgGQMjbm_wBQ"], "issued_at": "2018-12-12T16:00:49.000000Z"}} 2018-12-12 16:00:49,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16acf4e6791c49b743c837080ac7b57c250d1b23" 2018-12-12 16:00:49,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:49 GMT Server: Apache x-openstack-request-id: req-71f59ac5-cd50-45a1-b8ae-27708e176111 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:49,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:49 GMT Server: Apache x-openstack-request-id: req-1eadf2cc-f182-4ef3-810e-29928f23493d 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:49,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-1eadf2cc-f182-4ef3-810e-29928f23493d 2018-12-12 16:00:49,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:50,167 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:50 GMT Server: Apache x-openstack-request-id: req-ed2983d4-a345-4d52-b6ac-e39815845a26 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:50,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:50 GMT Server: Apache x-openstack-request-id: req-6f39a2be-f798-4a83-83b2-731e6809a029 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:50,359 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-6f39a2be-f798-4a83-83b2-731e6809a029 2018-12-12 16:00:50,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:00:50,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:00:50,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}, {"id": "58647c70bacd4e1691172e2432d1b462", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj-role"}], "expires_at": "2018-12-12T17:00:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9636b7994f7c427287ca082bcd59a5fc", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9636b7994f7c427287ca082bcd59a5fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-58386a62-1d4c-476-user", "id": "1faf9dec332b4973bf6c36762a12c2ea"}, "audit_ids": ["Um5o5aIXRFmEcPkaqGadDQ"], "issued_at": "2018-12-12T16:00:50.000000Z"}} 2018-12-12 16:00:50,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ec6965cf0ec17f7153bc20c3a1b943d6378cbe4" 2018-12-12 16:00:50,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80963f9-9042-4404-bd2e-80c1521f1c80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:00:50,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b80963f9-9042-4404-bd2e-80c1521f1c80 2018-12-12 16:00:50,820 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:00:50,823 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:00:50,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ec6965cf0ec17f7153bc20c3a1b943d6378cbe4" 2018-12-12 16:00:51,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:50 GMT Server: Apache x-openstack-request-id: req-95022609-bee8-450b-95d1-433342cfab12 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-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "deletion_time": null, "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "tags": null}]} 2018-12-12 16:00:51,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack used request id req-95022609-bee8-450b-95d1-433342cfab12 2018-12-12 16:00:51,015 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack 2018-12-12 16:00:51,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ec6965cf0ec17f7153bc20c3a1b943d6378cbe4" 2018-12-12 16:00:51,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:51 GMT Server: Apache x-openstack-request-id: req-10ea9692-7122-47bb-924b-31b3872f9e2b Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:51,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:51 GMT Server: Apache x-openstack-request-id: req-75df16c3-eeaa-4ae7-a730-8eebde008e44 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:51,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-75df16c3-eeaa-4ae7-a730-8eebde008e44 2018-12-12 16:00:51,371 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack 2018-12-12 16:00:51,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:51,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:51 GMT Server: Apache x-openstack-request-id: req-27b323d2-9994-43f8-b26f-2e9d3c1025f9 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:51,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:00:51 GMT Server: Apache x-openstack-request-id: req-085ed88d-885f-4cd0-b879-a8027e86a62c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:00:51,597 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-085ed88d-885f-4cd0-b879-a8027e86a62c 2018-12-12 16:00:51,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:51,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:51 GMT Server: Apache x-openstack-request-id: req-a5acf248-df9a-4da1-9619-cc2f41bbddfe Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:51,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:51 GMT Server: Apache x-openstack-request-id: req-ae0cb271-5393-47e2-a072-587b66789d25 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "tags": null, "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:00:51Z", "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:51,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-ae0cb271-5393-47e2-a072-587b66789d25 2018-12-12 16:00:51,796 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:00:51,796 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:54,800 - create_stack - DEBUG - Stack status query timeout in 1196.79716206 2018-12-12 16:00:54,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:54,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:54 GMT Server: Apache x-openstack-request-id: req-7e7aca9f-3afe-4ee2-838c-3aaa131cb5d6 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:54,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:54 GMT Server: Apache x-openstack-request-id: req-89ca4d28-174a-430c-a2db-ad1d6d4a8c32 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "tags": null, "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:00:51Z", "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:54,857 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-89ca4d28-174a-430c-a2db-ad1d6d4a8c32 2018-12-12 16:00:54,858 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:00:54,858 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:00:57,861 - create_stack - DEBUG - Stack status query timeout in 1193.735641 2018-12-12 16:00:57,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:00:57,894 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:00:57 GMT Server: Apache x-openstack-request-id: req-c9b0d1cf-7463-450c-aa12-e79698e5fdf8 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:00:57,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:00:57 GMT Server: Apache x-openstack-request-id: req-da4900e4-b498-4373-8aff-a6a00bbd5236 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "tags": null, "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:00:51Z", "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:00:57,936 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-da4900e4-b498-4373-8aff-a6a00bbd5236 2018-12-12 16:00:57,937 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:00:57,937 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:00,940 - create_stack - DEBUG - Stack status query timeout in 1190.65680099 2018-12-12 16:01:00,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:01:00,969 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:00 GMT Server: Apache x-openstack-request-id: req-82b32c7b-4cbb-4aa1-a300-f416bb11c7d5 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:01,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:00 GMT Server: Apache x-openstack-request-id: req-b4cd49a6-8626-46dd-b549-b44ed7fa03bd 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "tags": null, "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:00:51Z", "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:01,204 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-b4cd49a6-8626-46dd-b549-b44ed7fa03bd 2018-12-12 16:01:01,205 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:01:01,205 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:04,208 - create_stack - DEBUG - Stack status query timeout in 1187.38866186 2018-12-12 16:01:04,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:01:04,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:04 GMT Server: Apache x-openstack-request-id: req-f0a9924b-104f-4e54-8227-5d4c3cd3eb96 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:04,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:04 GMT Server: Apache x-openstack-request-id: req-d449fb12-a665-45c7-b43b-051210f25d45 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": "9636b7994f7c427287ca082bcd59a5fc", "OS::stack_id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "image_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image", "inst_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-inst", "subnet_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-subnet", "flavor_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-flavor-name", "net_name": "CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-net"}, "deletion_time": "2018-12-12T16:01:03Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack", "stack_user_project_id": "760a37635e0f41bc8730f5f06aa639b8", "tags": null, "creation_time": "2018-12-12T16:00:27Z", "links": [{"href": "http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:00:51Z", "id": "58c69c65-3f90-4300-828d-cd2c6dbcd077", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:04,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-d449fb12-a665-45c7-b43b-051210f25d45 2018-12-12 16:01:04,267 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:01:04,267 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack 2018-12-12 16:01:04,267 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack 2018-12-12 16:01:04,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/58c69c65-3f90-4300-828d-cd2c6dbcd077 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da024a0d1441fdbc18a920f09ce19b57d4305750" 2018-12-12 16:01:04,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:04 GMT Server: Apache x-openstack-request-id: req-9e345d03-3899-43c6-8dfd-553c216e7e89 Location: http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:04,470 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:01:04 GMT Server: Apache x-openstack-request-id: req-67a789e0-7b17-4d29-8c82-220b1878a1e4 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:01:04,470 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/9636b7994f7c427287ca082bcd59a5fc/stacks/CreateStackSuccessTests-CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-stack/58c69c65-3f90-4300-828d-cd2c6dbcd077 used request id req-67a789e0-7b17-4d29-8c82-220b1878a1e4 2018-12-12 16:01:04,471 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-7910c663-208b-4614-840f-905c5d635cd8-image 2018-12-12 16:01:04,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef63c664f9373cc46124bc41509fddf0e53c688" 2018-12-12 16:01:05,826 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65556126-7c0d-47d1-819d-8b8a7982b647 Date: Wed, 12 Dec 2018 16:01:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:01:05,826 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a9bbd98d-9b26-4ae0-af78-76c874cd0a41 used request id req-65556126-7c0d-47d1-819d-8b8a7982b647 2018-12-12 16:01:05,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/fc679d70-e791-4bdd-93b6-1340131b445b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62584f9120c057522a9bec675026a5df997cf85e" 2018-12-12 16:01:05,875 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:01:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-569201c1-1a46-4426-9ab2-5562f66eb17f x-compute-request-id: req-569201c1-1a46-4426-9ab2-5562f66eb17f Content-Length: 0 Content-Type: application/json 2018-12-12 16:01:05,876 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/fc679d70-e791-4bdd-93b6-1340131b445b used request id req-569201c1-1a46-4426-9ab2-5562f66eb17f 2018-12-12 16:01:05,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:01:06,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-be414b1b-3fbc-47e0-8f54-2f7c9b5289d5 Date: Wed, 12 Dec 2018 16:01:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "created_at": "2018-12-12T16:00:28Z", "updated_at": "2018-12-12T16:00:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:00:28Z", "revision_number": 0, "id": "5bc934ba-7b3a-448c-8a58-cb3a11421707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:00:28Z", "security_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9636b7994f7c427287ca082bcd59a5fc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:00:28Z", "revision_number": 0, "id": "87e386d4-04c4-4e1c-ae95-79294fe56f07", "remote_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "remote_ip_prefix": null, "created_at": "2018-12-12T16:00:28Z", "security_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9636b7994f7c427287ca082bcd59a5fc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:00:28Z", "revision_number": 0, "id": "98814f47-3578-46a9-9919-53bf3403ba5e", "remote_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "remote_ip_prefix": null, "created_at": "2018-12-12T16:00:28Z", "security_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9636b7994f7c427287ca082bcd59a5fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:00:28Z", "revision_number": 0, "id": "b5c31ffd-c9e7-47d3-a5e3-e7f825d7d924", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:00:28Z", "security_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9636b7994f7c427287ca082bcd59a5fc"}], "revision_number": 4, "project_id": "9636b7994f7c427287ca082bcd59a5fc", "id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:01:06,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-be414b1b-3fbc-47e0-8f54-2f7c9b5289d5 2018-12-12 16:01:06,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:01:06,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6991e398-9bb3-49fe-8d20-dc978e06daff Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc"}, "enabled": true, "id": "9636b7994f7c427287ca082bcd59a5fc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-58386a62-1d4c-476-proj"}} 2018-12-12 16:01:06,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc used request id req-6991e398-9bb3-49fe-8d20-dc978e06daff 2018-12-12 16:01:06,181 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c7d4104-9c0d-4839-8fb2-c83745365107 2018-12-12 16:01:06,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7c7d4104-9c0d-4839-8fb2-c83745365107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:01:06,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-866ea360-bc60-4731-9857-8bd083399ae5 Date: Wed, 12 Dec 2018 16:01:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:00:28Z", "security_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "port_range_min": null, "revision_number": 0, "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "created_at": "2018-12-12T16:00:28Z", "project_id": "9636b7994f7c427287ca082bcd59a5fc", "id": "5bc934ba-7b3a-448c-8a58-cb3a11421707"}, {"remote_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:00:28Z", "security_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "port_range_min": null, "revision_number": 0, "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "created_at": "2018-12-12T16:00:28Z", "project_id": "9636b7994f7c427287ca082bcd59a5fc", "id": "87e386d4-04c4-4e1c-ae95-79294fe56f07"}, {"remote_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:00:28Z", "security_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "port_range_min": null, "revision_number": 0, "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "created_at": "2018-12-12T16:00:28Z", "project_id": "9636b7994f7c427287ca082bcd59a5fc", "id": "98814f47-3578-46a9-9919-53bf3403ba5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:00:28Z", "security_group_id": "7c7d4104-9c0d-4839-8fb2-c83745365107", "port_range_min": null, "revision_number": 0, "tenant_id": "9636b7994f7c427287ca082bcd59a5fc", "created_at": "2018-12-12T16:00:28Z", "project_id": "9636b7994f7c427287ca082bcd59a5fc", "id": "b5c31ffd-c9e7-47d3-a5e3-e7f825d7d924"}]} 2018-12-12 16:01:06,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7c7d4104-9c0d-4839-8fb2-c83745365107 used request id req-866ea360-bc60-4731-9857-8bd083399ae5 2018-12-12 16:01:06,352 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:01:06,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7c7d4104-9c0d-4839-8fb2-c83745365107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:01:06,653 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-944573fd-b3d8-4862-90a4-d9dca9a4b528 Content-Length: 0 Date: Wed, 12 Dec 2018 16:01:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:01:06,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7c7d4104-9c0d-4839-8fb2-c83745365107 used request id req-944573fd-b3d8-4862-90a4-d9dca9a4b528 2018-12-12 16:01:06,654 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-58386a62-1d4c-476-proj 2018-12-12 16:01:06,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:01:06,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a6a6c8f-c8c1-4003-a07b-e26c328301e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:06,872 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9636b7994f7c427287ca082bcd59a5fc used request id req-7a6a6c8f-c8c1-4003-a07b-e26c328301e0 2018-12-12 16:01:06,872 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-58386a62-1d4c-476-proj-role 2018-12-12 16:01:06,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/58647c70bacd4e1691172e2432d1b462 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:01:06,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3c8c69f-3d55-47e8-a235-c71869529bd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:06,975 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/58647c70bacd4e1691172e2432d1b462 used request id req-e3c8c69f-3d55-47e8-a235-c71869529bd9 2018-12-12 16:01:06,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cee7d88a2ad4fa93e45fa03f73da9c552712573b" 2018-12-12 16:01:07,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2fdd7bb-b51a-4669-a03e-6ee800742b6f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:01:07,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f2fdd7bb-b51a-4669-a03e-6ee800742b6f 2018-12-12 16:01:07,069 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-58386a62-1d4c-476-user 2018-12-12 16:01:07,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/1faf9dec332b4973bf6c36762a12c2ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4e621da0d9fcf3e436a88c5a25db735ae913a0" 2018-12-12 16:01:07,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0993c99-53b9-4df2-8c92-51fce7eccac4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:07,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1faf9dec332b4973bf6c36762a12c2ea used request id req-d0993c99-53b9-4df2-8c92-51fce7eccac4 2018-12-12 16:01:07,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:07,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["az6agxknRJmacCcbip89QQ"], "issued_at": "2018-12-12T16:01:07.000000Z"}} 2018-12-12 16:01:07,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00fa1dece98f3050730ea4544a3a197a088963c9" 2018-12-12 16:01:07,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b19c30-2e2f-4299-8f0b-f9b98f4b52dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:07,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-99b19c30-2e2f-4299-8f0b-f9b98f4b52dd 2018-12-12 16:01:07,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:07,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:08,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["rR2tRtYyRzKZwjgIAwT8hA"], "issued_at": "2018-12-12T16:01:08.000000Z"}} 2018-12-12 16:01:08,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:08,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3fad109-1a15-4c4a-b531-fa06badccae7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:08,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d3fad109-1a15-4c4a-b531-fa06badccae7 2018-12-12 16:01:08,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:01:08,210 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:01:08,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:08,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d5ac790-a259-483b-8cb7-0046608f88e0 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:01:08,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj used request id req-2d5ac790-a259-483b-8cb7-0046608f88e0 2018-12-12 16:01:08,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:08,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68663b4-aec4-4dce-8eca-583ef3fd0247 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:01:08,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e68663b4-aec4-4dce-8eca-583ef3fd0247 2018-12-12 16:01:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}}' 2018-12-12 16:01:08,593 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:01:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdab6c0c-efad-4254-8f66-fc15a741bce5 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb"}, "enabled": true, "id": "c7495185be1041cd9bec1fd63e8c63fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}} 2018-12-12 16:01:08,593 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cdab6c0c-efad-4254-8f66-fc15a741bce5 2018-12-12 16:01:08,593 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-57edfa63-5c27-4f3-proj 2018-12-12 16:01:08,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:08,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:08,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["QtBroUmNQEmF2vM11clSxg"], "issued_at": "2018-12-12T16:01:08.000000Z"}} 2018-12-12 16:01:08,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:09,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc80519-e9ba-47d9-b2ee-efacd3b1a070 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:09,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2dc80519-e9ba-47d9-b2ee-efacd3b1a070 2018-12-12 16:01:09,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:01:09,009 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:01: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:01:09,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:09,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5f97a2-ee83-499f-87e3-40aca8e5113d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:01:09,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dc5f97a2-ee83-499f-87e3-40aca8e5113d 2018-12-12 16:01:09,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:09,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ff6cfc3-0990-4dfd-965a-03711e8ddd96 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb"}, "enabled": true, "id": "c7495185be1041cd9bec1fd63e8c63fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}]} 2018-12-12 16:01:09,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj used request id req-5ff6cfc3-0990-4dfd-965a-03711e8ddd96 2018-12-12 16:01:09,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:09,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46924a4b-c4cf-417a-910c-8fe1c0432b2e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:01:09,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-46924a4b-c4cf-417a-910c-8fe1c0432b2e 2018-12-12 16:01:09,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:09,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d860ecd1-1789-4309-a34b-244f9da32e47 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:01:09,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d860ecd1-1789-4309-a34b-244f9da32e47 2018-12-12 16:01:09,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:09,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50641d59-2f7f-4d11-ace9-ed2c978108ab Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb"}, "enabled": true, "id": "c7495185be1041cd9bec1fd63e8c63fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}]} 2018-12-12 16:01:09,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-57edfa63-5c27-4f3-proj used request id req-50641d59-2f7f-4d11-ace9-ed2c978108ab 2018-12-12 16:01:09,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/5863bab99e774f068b98d666391a49b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:09,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81a57950-3c7c-4cf9-83a8-4210f3c7e20c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-57edfa63-5c27-4f3-user", "links": {"self": "http://172.30.9.29:5000/v3/users/5863bab99e774f068b98d666391a49b6"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "c7495185be1041cd9bec1fd63e8c63fb", "id": "5863bab99e774f068b98d666391a49b6", "password_expires_at": null}} 2018-12-12 16:01:09,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/5863bab99e774f068b98d666391a49b6 used request id req-81a57950-3c7c-4cf9-83a8-4210f3c7e20c 2018-12-12 16:01:09,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb/users/5863bab99e774f068b98d666391a49b6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:10,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-805cd246-222c-4e7c-a8a9-03a056a1b93b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb/users/5863bab99e774f068b98d666391a49b6/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:01:10,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb/users/5863bab99e774f068b98d666391a49b6/roles used request id req-805cd246-222c-4e7c-a8a9-03a056a1b93b 2018-12-12 16:01:10,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:10,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f5b3c8-4359-45d6-a4ec-73ba30a26123 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:01:10,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-66f5b3c8-4359-45d6-a4ec-73ba30a26123 2018-12-12 16:01:10,176 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-57edfa63-5c27-4f3-proj 2018-12-12 16:01:10,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb/users/5863bab99e774f068b98d666391a49b6/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:10,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5867f8da-9d16-422b-9f05-851e26107e41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:10,242 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb/users/5863bab99e774f068b98d666391a49b6/roles/e8c8590d1f254077b29715df32c522d0 used request id req-5867f8da-9d16-422b-9f05-851e26107e41 2018-12-12 16:01:10,242 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-57edfa63-5c27-4f3-user 2018-12-12 16:01:10,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:10,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:10,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2da901de-0b31-42ad-8858-f37b76e12aeb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:01:10,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2da901de-0b31-42ad-8858-f37b76e12aeb 2018-12-12 16:01:10,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" -d '{"role": {"name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role"}}' 2018-12-12 16:01:10,436 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:01:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3544ba81-aa81-489d-9970-55902c79b388 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e63f2c9f92f34c36a14ff9bcf99ead67", "links": {"self": "http://172.30.9.29:5000/v3/roles/e63f2c9f92f34c36a14ff9bcf99ead67"}, "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role"}} 2018-12-12 16:01:10,436 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-3544ba81-aa81-489d-9970-55902c79b388 2018-12-12 16:01:10,437 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role 2018-12-12 16:01:10,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e63f2c9f92f34c36a14ff9bcf99ead67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:10,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-977c933a-cbf2-48ea-9520-f79edc5da81c Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e63f2c9f92f34c36a14ff9bcf99ead67"}, "domain_id": null, "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role", "id": "e63f2c9f92f34c36a14ff9bcf99ead67"}} 2018-12-12 16:01:10,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e63f2c9f92f34c36a14ff9bcf99ead67 used request id req-977c933a-cbf2-48ea-9520-f79edc5da81c 2018-12-12 16:01:10,530 - keystone_utils - INFO - Granting role CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role to project CreateStackSuccessTests-57edfa63-5c27-4f3-proj 2018-12-12 16:01:10,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb/users/5863bab99e774f068b98d666391a49b6/roles/e63f2c9f92f34c36a14ff9bcf99ead67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:10,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a55629d1-23f4-4152-aecb-c060a91573de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:10,660 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb/users/5863bab99e774f068b98d666391a49b6/roles/e63f2c9f92f34c36a14ff9bcf99ead67 used request id req-a55629d1-23f4-4152-aecb-c060a91573de 2018-12-12 16:01:10,660 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:01:10,661 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:01:10,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:10,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:11,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e63f2c9f92f34c36a14ff9bcf99ead67", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7495185be1041cd9bec1fd63e8c63fb", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-user", "id": "5863bab99e774f068b98d666391a49b6"}, "audit_ids": ["VX-5N-6GQECrUrr9kQgcLQ"], "issued_at": "2018-12-12T16:01:11.000000Z"}} 2018-12-12 16:01:11,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" 2018-12-12 16:01:11,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68e0a874-0d4d-4107-ac5e-31fbf6c1d173 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:11,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-68e0a874-0d4d-4107-ac5e-31fbf6c1d173 2018-12-12 16:01:11,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" 2018-12-12 16:01:11,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-03d9247c-2a3d-41c5-bd8b-b7b251ac000c Date: Wed, 12 Dec 2018 16:01:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image"} 2018-12-12 16:01:11,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image used request id req-03d9247c-2a3d-41c5-bd8b-b7b251ac000c 2018-12-12 16:01:11,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" 2018-12-12 16:01:11,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-75fa430e-72fd-49c8-9138-a3a678724ab5 Date: Wed, 12 Dec 2018 16: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-12-12 16:01:11,455 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-75fa430e-72fd-49c8-9138-a3a678724ab5 2018-12-12 16:01:11,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image"}' 2018-12-12 16:01:11,678 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc X-Openstack-Request-Id: req-8343ac65-5725-429d-8f80-b8869ae74f7b Date: Wed, 12 Dec 2018 16:01:11 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:01:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:01:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc", "min_disk": 0, "protected": false, "id": "8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc", "file": "/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/file", "checksum": null, "owner": "c7495185be1041cd9bec1fd63e8c63fb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:01:11,679 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-8343ac65-5725-429d-8f80-b8869ae74f7b 2018-12-12 16:01:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" -d '' 2018-12-12 16:01:13,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04b7b68f-d3c9-4258-a78e-d456246b68e6 Date: Wed, 12 Dec 2018 16:01:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:01:13,291 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/file used request id req-04b7b68f-d3c9-4258-a78e-d456246b68e6 2018-12-12 16:01:13,292 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:01:13,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" 2018-12-12 16:01:13,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-6a516d9e-3dcb-44c8-82e4-a3d87c809f33 Date: Wed, 12 Dec 2018 16:01:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:01:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:01:13Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/snap", "metadata": {}}], "self": "/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc", "min_disk": 0, "protected": false, "id": "8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc", "file": "/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c7495185be1041cd9bec1fd63e8c63fb", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:01:13,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc used request id req-6a516d9e-3dcb-44c8-82e4-a3d87c809f33 2018-12-12 16:01:13,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" 2018-12-12 16:01:13,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9adddd2b-e280-4698-89ad-5088e20e3fb0 Date: Wed, 12 Dec 2018 16:01:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:01:13,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9adddd2b-e280-4698-89ad-5088e20e3fb0 2018-12-12 16:01:13,645 - create_image - INFO - Created image with name - CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image 2018-12-12 16:01:13,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" 2018-12-12 16:01:13,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-f7ec582c-7c83-414e-839d-91f6e6bb31f3 Date: Wed, 12 Dec 2018 16:01:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:01:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:01:13Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/snap", "metadata": {}}], "self": "/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc", "min_disk": 0, "protected": false, "id": "8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc", "file": "/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c7495185be1041cd9bec1fd63e8c63fb", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:01:13,665 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc used request id req-f7ec582c-7c83-414e-839d-91f6e6bb31f3 2018-12-12 16:01:13,666 - create_image - DEBUG - Instance status is - active 2018-12-12 16:01:13,666 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image 2018-12-12 16:01:13,666 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image 2018-12-12 16:01:13,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:13,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:14,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["XAR7Hj84T16S0-gHJh1nPg"], "issued_at": "2018-12-12T16:01:14.000000Z"}} 2018-12-12 16:01:14,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d007f041a5df2045428a554b1e7ad0b2c0e98b83" 2018-12-12 16:01:14,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daf9553a-a736-412c-a980-d1251408b833 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:14,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-daf9553a-a736-412c-a980-d1251408b833 2018-12-12 16:01:14,136 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:01:14,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d007f041a5df2045428a554b1e7ad0b2c0e98b83" 2018-12-12 16:01:14,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-cc471bc1-7720-4c05-8834-296633b47ff6 x-compute-request-id: req-cc471bc1-7720-4c05-8834-296633b47ff6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:01:14,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-cc471bc1-7720-4c05-8834-296633b47ff6 2018-12-12 16:01:14,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d007f041a5df2045428a554b1e7ad0b2c0e98b83" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:01:14,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-1da5f700-ce04-4b7d-847b-117bc0875a95 x-compute-request-id: req-1da5f700-ce04-4b7d-847b-117bc0875a95 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e2c7c232-780c-471b-b1fe-2e93778ad872", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e2c7c232-780c-471b-b1fe-2e93778ad872", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e2c7c232-780c-471b-b1fe-2e93778ad872", "name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:01:14,382 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1da5f700-ce04-4b7d-847b-117bc0875a95 2018-12-12 16:01:14,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:14,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:14,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e63f2c9f92f34c36a14ff9bcf99ead67", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7495185be1041cd9bec1fd63e8c63fb", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-user", "id": "5863bab99e774f068b98d666391a49b6"}, "audit_ids": ["imuu1RfYQPuBPu7MLe20Cw"], "issued_at": "2018-12-12T16:01:14.000000Z"}} 2018-12-12 16:01:14,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:14,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07d385f-3dca-49f2-bed4-b257837a699e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:14,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d07d385f-3dca-49f2-bed4-b257837a699e 2018-12-12 16:01:14,862 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:01:14,865 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:01:14,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:15,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:14 GMT Server: Apache x-openstack-request-id: req-8ddfa4e3-108b-439d-9b59-d826b630cd58 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:01:15,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack used request id req-8ddfa4e3-108b-439d-9b59-d826b630cd58 2018-12-12 16:01:15,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-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-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name"}}' 2018-12-12 16:01:17,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:01:15 GMT Server: Apache x-openstack-request-id: req-62a63cd4-7379-477f-aef5-ca1e5a5bc7cc Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}]}} 2018-12-12 16:01:17,375 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks used request id req-62a63cd4-7379-477f-aef5-ca1e5a5bc7cc 2018-12-12 16:01:17,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:17,559 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:17 GMT Server: Apache x-openstack-request-id: req-d9acb949-b5f5-4f58-82b4-4ab92f93da27 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:17,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:17 GMT Server: Apache x-openstack-request-id: req-18f183b4-af5c-4888-a236-63114eea9e0f 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:17,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-18f183b4-af5c-4888-a236-63114eea9e0f 2018-12-12 16:01:17,747 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack 2018-12-12 16:01:17,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:17,924 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:17 GMT Server: Apache x-openstack-request-id: req-0cf93afd-b5cc-471e-b047-df4ba6645fe1 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:18,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:17 GMT Server: Apache x-openstack-request-id: req-6ca994c1-3246-47d2-9347-ae06130108b2 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:18,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-6ca994c1-3246-47d2-9347-ae06130108b2 2018-12-12 16:01:18,135 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:01:18,135 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:21,138 - create_stack - DEBUG - Stack status query timeout in 1196.60892797 2018-12-12 16:01:21,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:21,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:21 GMT Server: Apache x-openstack-request-id: req-5d10b8d5-48ee-4fd3-9eb2-74da930be9d2 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:21,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:21 GMT Server: Apache x-openstack-request-id: req-65742ebe-c64f-45e7-8f91-6df10132621e 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:21,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-65742ebe-c64f-45e7-8f91-6df10132621e 2018-12-12 16:01:21,390 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:01:21,390 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:24,393 - create_stack - DEBUG - Stack status query timeout in 1193.353827 2018-12-12 16:01:24,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:24,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:24 GMT Server: Apache x-openstack-request-id: req-cad823b1-3dac-4eaf-a9c0-3d9eab3ab48e Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:24,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:24 GMT Server: Apache x-openstack-request-id: req-a68a8acd-75e4-4c5e-95f2-cd4676eddbdd 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:24,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-a68a8acd-75e4-4c5e-95f2-cd4676eddbdd 2018-12-12 16:01:24,750 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:01:24,750 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:27,753 - create_stack - DEBUG - Stack status query timeout in 1189.99407697 2018-12-12 16:01:27,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:27,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:27 GMT Server: Apache x-openstack-request-id: req-abc21de9-c77e-47af-929c-fd711ec1fbe3 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:27,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:27 GMT Server: Apache x-openstack-request-id: req-27b8c8a4-de94-4eac-b294-33d123eb37d4 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:27,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-27b8c8a4-de94-4eac-b294-33d123eb37d4 2018-12-12 16:01:27,982 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:01:27,982 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:30,986 - create_stack - DEBUG - Stack status query timeout in 1186.76171803 2018-12-12 16:01:30,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:31,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:30 GMT Server: Apache x-openstack-request-id: req-2169b7a0-13ec-499b-a9e8-0c6a662fffb5 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:31,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:31 GMT Server: Apache x-openstack-request-id: req-1e8e5c22-8a5e-4680-94d6-809f6f16d9cb 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:31,316 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-1e8e5c22-8a5e-4680-94d6-809f6f16d9cb 2018-12-12 16:01:31,317 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:01:31,317 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:34,319 - create_stack - DEBUG - Stack status query timeout in 1183.42852211 2018-12-12 16:01:34,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:34,495 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:34 GMT Server: Apache x-openstack-request-id: req-3e872c8c-c912-42f8-8106-f5148cd6905e Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:34,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:34 GMT Server: Apache x-openstack-request-id: req-76f5aaf3-d8d4-457f-98d5-5f2aabd3e1b2 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:34,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-76f5aaf3-d8d4-457f-98d5-5f2aabd3e1b2 2018-12-12 16:01:34,539 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:01:34,539 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack 2018-12-12 16:01:34,539 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack 2018-12-12 16:01:34,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:34,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:34 GMT Server: Apache x-openstack-request-id: req-555821b9-f142-4c80-9eb2-6684437b94c4 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:34,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:34 GMT Server: Apache x-openstack-request-id: req-177dcd30-82f9-49d3-a6e8-a77e534c4ff7 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.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-12T16:01:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:01:17Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "f54570ec-b0e9-4d1b-a48b-bedf9b68b64e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-12T16:01:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:01:17Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-12T16:01:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:01:17Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "778a5810-a9c3-451c-b625-e24754557c81", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-12T16:01:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:01:17Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c8c725c0-d7d9-4c72-8933-50c5dc521ddd", "resource_type": "OS::Nova::Server"}]} 2018-12-12 16:01:34,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8/resources used request id req-177dcd30-82f9-49d3-a6e8-a77e534c4ff7 2018-12-12 16:01:34,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=778a5810-a9c3-451c-b625-e24754557c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:34,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2a8fdb48-7462-4711-bf3d-23e9c37c45e3 Date: Wed, 12 Dec 2018 16:01: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":["7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e"],"updated_at":"2018-12-12T16:01:19Z","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7495185be1041cd9bec1fd63e8c63fb","id":"778a5810-a9c3-451c-b625-e24754557c81","name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net"}]} 2018-12-12 16:01:34,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=778a5810-a9c3-451c-b625-e24754557c81 used request id req-2a8fdb48-7462-4711-bf3d-23e9c37c45e3 2018-12-12 16:01:35,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:35,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c01ad906-814f-48c4-83a8-10f1e06158a3 Date: Wed, 12 Dec 2018 16:01:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"778a5810-a9c3-451c-b625-e24754557c81","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:19Z","dns_nameservers":[],"updated_at":"2018-12-12T16:01:19Z","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":"c7495185be1041cd9bec1fd63e8c63fb","id":"7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e","subnetpool_id":null,"name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet"}]} 2018-12-12 16:01:35,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 used request id req-c01ad906-814f-48c4-83a8-10f1e06158a3 2018-12-12 16:01:35,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:35,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2df930fe-32a3-4d92-8a6e-f2b96dfbc284 Date: Wed, 12 Dec 2018 16:01:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"778a5810-a9c3-451c-b625-e24754557c81","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:19Z","dns_nameservers":[],"updated_at":"2018-12-12T16:01:19Z","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":"c7495185be1041cd9bec1fd63e8c63fb","id":"7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e","subnetpool_id":null,"name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet"}]} 2018-12-12 16:01:35,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 used request id req-2df930fe-32a3-4d92-8a6e-f2b96dfbc284 2018-12-12 16:01:35,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:35,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:35,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e63f2c9f92f34c36a14ff9bcf99ead67", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7495185be1041cd9bec1fd63e8c63fb", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-user", "id": "5863bab99e774f068b98d666391a49b6"}, "audit_ids": ["Z8rwMdnYQ7eG853qKzHHfg"], "issued_at": "2018-12-12T16:01:35.000000Z"}} 2018-12-12 16:01:35,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8705d80f36213046da3a746daa23a6d7e1368bd8" 2018-12-12 16:01:35,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76fa289f-f0a0-4ee5-8bbb-852f3ce3db44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:35,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-76fa289f-f0a0-4ee5-8bbb-852f3ce3db44 2018-12-12 16:01:35,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8705d80f36213046da3a746daa23a6d7e1368bd8" 2018-12-12 16:01:36,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9388ca44-33d4-4f91-aa05-22449a5c5345 Date: Wed, 12 Dec 2018 16:01: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":["7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e"],"updated_at":"2018-12-12T16:01:19Z","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7495185be1041cd9bec1fd63e8c63fb","id":"778a5810-a9c3-451c-b625-e24754557c81","name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net"}]} 2018-12-12 16:01:36,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net used request id req-9388ca44-33d4-4f91-aa05-22449a5c5345 2018-12-12 16:01:36,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:01:36,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:01: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:01:36,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8705d80f36213046da3a746daa23a6d7e1368bd8" 2018-12-12 16:01:36,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb43986-6aac-426a-9a1c-04b130a6f3e1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb"}, "enabled": true, "id": "c7495185be1041cd9bec1fd63e8c63fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}} 2018-12-12 16:01:36,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb used request id req-4eb43986-6aac-426a-9a1c-04b130a6f3e1 2018-12-12 16:01:36,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8705d80f36213046da3a746daa23a6d7e1368bd8" 2018-12-12 16:01:36,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-bc116efb-68e7-4828-b140-96895be39455 Date: Wed, 12 Dec 2018 16:01:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"778a5810-a9c3-451c-b625-e24754557c81","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:19Z","dns_nameservers":[],"updated_at":"2018-12-12T16:01:19Z","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":"c7495185be1041cd9bec1fd63e8c63fb","id":"7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e","subnetpool_id":null,"name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet"}]} 2018-12-12 16:01:36,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 used request id req-bc116efb-68e7-4828-b140-96895be39455 2018-12-12 16:01:36,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:36,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e63f2c9f92f34c36a14ff9bcf99ead67", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7495185be1041cd9bec1fd63e8c63fb", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/c7495185be1041cd9bec1fd63e8c63fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-user", "id": "5863bab99e774f068b98d666391a49b6"}, "audit_ids": ["3lTHUzJjT1uKGYaH0NXFGA"], "issued_at": "2018-12-12T16:01:36.000000Z"}} 2018-12-12 16:01:36,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f418dd0cb19d8052034378122a00e40f16e7c1" 2018-12-12 16:01:37,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f8c2dca-c6b5-451c-a718-d958950d9ee1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:37,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2f8c2dca-c6b5-451c-a718-d958950d9ee1 2018-12-12 16:01:37,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f418dd0cb19d8052034378122a00e40f16e7c1" 2018-12-12 16:01:37,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-e0b6f273-7223-4cee-9b87-68519fbbeb7a Date: Wed, 12 Dec 2018 16:01: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":["7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e"],"updated_at":"2018-12-12T16:01:19Z","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7495185be1041cd9bec1fd63e8c63fb","id":"778a5810-a9c3-451c-b625-e24754557c81","name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net"}]} 2018-12-12 16:01:37,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net used request id req-e0b6f273-7223-4cee-9b87-68519fbbeb7a 2018-12-12 16:01:37,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f418dd0cb19d8052034378122a00e40f16e7c1" 2018-12-12 16:01:37,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e3a75809-6536-4eec-9dd9-6891b85d6fbf Date: Wed, 12 Dec 2018 16:01:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"778a5810-a9c3-451c-b625-e24754557c81","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:19Z","dns_nameservers":[],"updated_at":"2018-12-12T16:01:19Z","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":"c7495185be1041cd9bec1fd63e8c63fb","id":"7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e","subnetpool_id":null,"name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet"}]} 2018-12-12 16:01:37,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 used request id req-e3a75809-6536-4eec-9dd9-6891b85d6fbf 2018-12-12 16:01:37,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=778a5810-a9c3-451c-b625-e24754557c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f418dd0cb19d8052034378122a00e40f16e7c1" 2018-12-12 16:01:37,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-18a2a24f-08b5-4a82-9297-d7cf7d45b34c Date: Wed, 12 Dec 2018 16:01: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":["7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e"],"updated_at":"2018-12-12T16:01:19Z","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7495185be1041cd9bec1fd63e8c63fb","id":"778a5810-a9c3-451c-b625-e24754557c81","name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net"}]} 2018-12-12 16:01:37,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=778a5810-a9c3-451c-b625-e24754557c81 used request id req-18a2a24f-08b5-4a82-9297-d7cf7d45b34c 2018-12-12 16:01:37,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f418dd0cb19d8052034378122a00e40f16e7c1" 2018-12-12 16:01:38,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-dfc171e9-4fa6-4e4e-8486-d107cb588dc7 Date: Wed, 12 Dec 2018 16:01:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"778a5810-a9c3-451c-b625-e24754557c81","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:19Z","dns_nameservers":[],"updated_at":"2018-12-12T16:01:19Z","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":"c7495185be1041cd9bec1fd63e8c63fb","id":"7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e","subnetpool_id":null,"name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet"}]} 2018-12-12 16:01:38,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81 used request id req-dfc171e9-4fa6-4e4e-8486-d107cb588dc7 2018-12-12 16:01:38,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81&name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f418dd0cb19d8052034378122a00e40f16e7c1" 2018-12-12 16:01:38,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d5ff4b14-7fb8-4fab-967d-6c902e248fe2 Date: Wed, 12 Dec 2018 16:01:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"778a5810-a9c3-451c-b625-e24754557c81","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:19Z","dns_nameservers":[],"updated_at":"2018-12-12T16:01:19Z","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":"c7495185be1041cd9bec1fd63e8c63fb","id":"7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e","subnetpool_id":null,"name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet"}]} 2018-12-12 16:01:38,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=778a5810-a9c3-451c-b625-e24754557c81&name=CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet used request id req-d5ff4b14-7fb8-4fab-967d-6c902e248fe2 2018-12-12 16:01:38,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f418dd0cb19d8052034378122a00e40f16e7c1" 2018-12-12 16:01:38,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-7b74bd89-d40f-4e27-9897-94ab3ae5dd38 Date: Wed, 12 Dec 2018 16:01:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"778a5810-a9c3-451c-b625-e24754557c81","tenant_id":"c7495185be1041cd9bec1fd63e8c63fb","created_at":"2018-12-12T16:01:19Z","dns_nameservers":[],"updated_at":"2018-12-12T16:01:19Z","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":"c7495185be1041cd9bec1fd63e8c63fb","id":"7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e","subnetpool_id":null,"name":"CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet"}} 2018-12-12 16:01:38,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7d9154a7-8f7c-4cc7-9a50-a3e2fd7a1c0e used request id req-7b74bd89-d40f-4e27-9897-94ab3ae5dd38 2018-12-12 16:01:38,423 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack 2018-12-12 16:01:38,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:38,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:38 GMT Server: Apache x-openstack-request-id: req-5e30c074-4a90-4c80-986f-105b28642459 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:38,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:38 GMT Server: Apache x-openstack-request-id: req-0d74f7dc-6d2e-4cfc-8d49-25ab1d6fef4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:38,818 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-0d74f7dc-6d2e-4cfc-8d49-25ab1d6fef4c 2018-12-12 16:01:38,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:38,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:38 GMT Server: Apache x-openstack-request-id: req-ece13749-b744-46cc-9dfd-3dee093ada29 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:39,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:38 GMT Server: Apache x-openstack-request-id: req-12bbf2d0-bbb2-4594-9529-a3bf49723071 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "tags": null, "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:01:38Z", "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:39,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-12bbf2d0-bbb2-4594-9529-a3bf49723071 2018-12-12 16:01:39,037 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:01:39,037 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:42,040 - create_stack - DEBUG - Stack status query timeout in 1196.77775478 2018-12-12 16:01:42,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:42,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:42 GMT Server: Apache x-openstack-request-id: req-fc291308-5fb3-4787-82e0-126dcd407f94 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:42,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:42 GMT Server: Apache x-openstack-request-id: req-1d63fe5f-7900-42c5-822e-faa16c7f491e 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "tags": null, "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:01:38Z", "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:42,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-1d63fe5f-7900-42c5-822e-faa16c7f491e 2018-12-12 16:01:42,404 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:01:42,404 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:45,408 - create_stack - DEBUG - Stack status query timeout in 1193.4102118 2018-12-12 16:01:45,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:45,439 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:45 GMT Server: Apache x-openstack-request-id: req-27c36787-7945-47e3-a9a3-c42e871e6294 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:45,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:45 GMT Server: Apache x-openstack-request-id: req-06740911-9e07-4efb-92e5-219746498454 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "tags": null, "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:01:38Z", "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:45,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-06740911-9e07-4efb-92e5-219746498454 2018-12-12 16:01:45,465 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:01:45,465 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:01:48,467 - create_stack - DEBUG - Stack status query timeout in 1190.35084391 2018-12-12 16:01:48,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:48,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:48 GMT Server: Apache x-openstack-request-id: req-eec377e0-5045-43be-b521-f51f9adcd9bc Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:48,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:48 GMT Server: Apache x-openstack-request-id: req-119706c4-6d72-49e6-991a-200ec5fb5839 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": "c7495185be1041cd9bec1fd63e8c63fb", "OS::stack_id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "image_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image", "inst_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-inst", "subnet_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-subnet", "flavor_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-flavor-name", "net_name": "CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack", "stack_user_project_id": "5e5b3ccea7a64439b53d2c1a5268976c", "tags": null, "creation_time": "2018-12-12T16:01:16Z", "links": [{"href": "http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:01:38Z", "id": "428e7a2d-07a9-4413-81cb-4c12810f85c8", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:01:48,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-119706c4-6d72-49e6-991a-200ec5fb5839 2018-12-12 16:01:48,674 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:01:48,674 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack 2018-12-12 16:01:48,674 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack 2018-12-12 16:01:48,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/428e7a2d-07a9-4413-81cb-4c12810f85c8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab46026ed8b45a8ab86cfeefd1ff2a1156ae041" 2018-12-12 16:01:48,703 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:01:48 GMT Server: Apache x-openstack-request-id: req-5d3e1f91-2719-4721-9b1d-9cb661af2f70 Location: http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:01:48,877 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:01:48 GMT Server: Apache x-openstack-request-id: req-ed8d3592-9974-445d-9514-22db6eaa50fc Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:01:48,877 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/c7495185be1041cd9bec1fd63e8c63fb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-stack/428e7a2d-07a9-4413-81cb-4c12810f85c8 used request id req-ed8d3592-9974-445d-9514-22db6eaa50fc 2018-12-12 16:01:48,879 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-95363231-6ee1-4a0c-8a3b-ed2d94a7d186-image 2018-12-12 16:01:48,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}436cf20aaa995534c797832f27138edd48fddf2d" 2018-12-12 16:01:50,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c25af287-a194-44e1-a3a7-d15d9513807b Date: Wed, 12 Dec 2018 16:01:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:01:50,629 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8a5b3af5-2a4f-4396-a264-40ae6dc0f0bc used request id req-c25af287-a194-44e1-a3a7-d15d9513807b 2018-12-12 16:01:50,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/e2c7c232-780c-471b-b1fe-2e93778ad872 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d007f041a5df2045428a554b1e7ad0b2c0e98b83" 2018-12-12 16:01:50,678 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:01: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-055a752c-d148-4ffa-a522-dd3dabfb30a2 x-compute-request-id: req-055a752c-d148-4ffa-a522-dd3dabfb30a2 Content-Length: 0 Content-Type: application/json 2018-12-12 16:01:50,678 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e2c7c232-780c-471b-b1fe-2e93778ad872 used request id req-055a752c-d148-4ffa-a522-dd3dabfb30a2 2018-12-12 16:01:50,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:50,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-03d84ea4-ef79-4f99-8404-a83c079d15aa Date: Wed, 12 Dec 2018 16:01:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "created_at": "2018-12-12T16:01:17Z", "updated_at": "2018-12-12T16:01:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:01:17Z", "revision_number": 0, "id": "32f6a37f-e0fd-479c-ac15-b75fa9f5ecf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:01:17Z", "security_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7495185be1041cd9bec1fd63e8c63fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:01:17Z", "revision_number": 0, "id": "b6d4bdcc-eb5e-40f9-bbd2-b10cf1952ad5", "remote_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "remote_ip_prefix": null, "created_at": "2018-12-12T16:01:17Z", "security_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7495185be1041cd9bec1fd63e8c63fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:01:17Z", "revision_number": 0, "id": "bd7c62ad-4131-45b8-a048-df42ff3c8245", "remote_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "remote_ip_prefix": null, "created_at": "2018-12-12T16:01:17Z", "security_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7495185be1041cd9bec1fd63e8c63fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:01:17Z", "revision_number": 0, "id": "ca7745c8-74f6-4cd0-a31d-0c01895797a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:01:17Z", "security_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7495185be1041cd9bec1fd63e8c63fb"}], "revision_number": 4, "project_id": "c7495185be1041cd9bec1fd63e8c63fb", "id": "8b271d42-9964-4867-a7ec-77f885d795d0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:01:50,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-03d84ea4-ef79-4f99-8404-a83c079d15aa 2018-12-12 16:01:50,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:50,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deac20bd-acb0-48a2-9907-20559599dd09 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb"}, "enabled": true, "id": "c7495185be1041cd9bec1fd63e8c63fb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-57edfa63-5c27-4f3-proj"}} 2018-12-12 16:01:50,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb used request id req-deac20bd-acb0-48a2-9907-20559599dd09 2018-12-12 16:01:50,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b271d42-9964-4867-a7ec-77f885d795d0 2018-12-12 16:01:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=8b271d42-9964-4867-a7ec-77f885d795d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:51,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a3b8d7f0-f234-4d7d-9e3f-4b1afab5eae9 Date: Wed, 12 Dec 2018 16:01:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:01:17Z", "security_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "port_range_min": null, "revision_number": 0, "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "created_at": "2018-12-12T16:01:17Z", "project_id": "c7495185be1041cd9bec1fd63e8c63fb", "id": "32f6a37f-e0fd-479c-ac15-b75fa9f5ecf8"}, {"remote_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:01:17Z", "security_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "port_range_min": null, "revision_number": 0, "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "created_at": "2018-12-12T16:01:17Z", "project_id": "c7495185be1041cd9bec1fd63e8c63fb", "id": "b6d4bdcc-eb5e-40f9-bbd2-b10cf1952ad5"}, {"remote_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:01:17Z", "security_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "port_range_min": null, "revision_number": 0, "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "created_at": "2018-12-12T16:01:17Z", "project_id": "c7495185be1041cd9bec1fd63e8c63fb", "id": "bd7c62ad-4131-45b8-a048-df42ff3c8245"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:01:17Z", "security_group_id": "8b271d42-9964-4867-a7ec-77f885d795d0", "port_range_min": null, "revision_number": 0, "tenant_id": "c7495185be1041cd9bec1fd63e8c63fb", "created_at": "2018-12-12T16:01:17Z", "project_id": "c7495185be1041cd9bec1fd63e8c63fb", "id": "ca7745c8-74f6-4cd0-a31d-0c01895797a3"}]} 2018-12-12 16:01:51,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=8b271d42-9964-4867-a7ec-77f885d795d0 used request id req-a3b8d7f0-f234-4d7d-9e3f-4b1afab5eae9 2018-12-12 16:01:51,194 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:01:51,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/8b271d42-9964-4867-a7ec-77f885d795d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:51,551 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-653ebb73-9f10-4178-9801-f52c18ddf7d8 Content-Length: 0 Date: Wed, 12 Dec 2018 16:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:01:51,551 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/8b271d42-9964-4867-a7ec-77f885d795d0 used request id req-653ebb73-9f10-4178-9801-f52c18ddf7d8 2018-12-12 16:01:51,552 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-57edfa63-5c27-4f3-proj 2018-12-12 16:01:51,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:51,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2ae8996-5909-48f5-8ac5-03c7c8d7ce2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:51,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c7495185be1041cd9bec1fd63e8c63fb used request id req-a2ae8996-5909-48f5-8ac5-03c7c8d7ce2b 2018-12-12 16:01:51,829 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-57edfa63-5c27-4f3-proj-role 2018-12-12 16:01:51,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e63f2c9f92f34c36a14ff9bcf99ead67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:51,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f98b2f59-a544-4fda-8663-1ebab98f5a11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:51,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e63f2c9f92f34c36a14ff9bcf99ead67 used request id req-f98b2f59-a544-4fda-8663-1ebab98f5a11 2018-12-12 16:01:51,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014f71f94cd18c77b3251e37de1020d828a05465" 2018-12-12 16:01:52,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9785ede5-9a50-40e9-a5f5-da7451e0cf33 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:01:52,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9785ede5-9a50-40e9-a5f5-da7451e0cf33 2018-12-12 16:01:52,040 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-57edfa63-5c27-4f3-user 2018-12-12 16:01:52,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/5863bab99e774f068b98d666391a49b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03607883fd05c34b64ebc72fed371f2f5f9debf1" 2018-12-12 16:01:52,239 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0277e34-6703-4ef7-8c68-90641a6d7c48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:52,239 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/5863bab99e774f068b98d666391a49b6 used request id req-d0277e34-6703-4ef7-8c68-90641a6d7c48 2018-12-12 16:01:52,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:52,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["NyZKoU3HQCyHIEOkBAFwLQ"], "issued_at": "2018-12-12T16:01:52.000000Z"}} 2018-12-12 16:01:52,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96f9602c58197bd92df2edfa39a9c1c3bd76a0b" 2018-12-12 16:01:52,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eb93852-6be0-4806-bff4-e31596c85bfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:52,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3eb93852-6be0-4806-bff4-e31596c85bfb 2018-12-12 16:01:52,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:52,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:53,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WFrtW1o7RJm6avjPJVS0Lg"], "issued_at": "2018-12-12T16:01:53.000000Z"}} 2018-12-12 16:01:53,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:01:53,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd44288c-29cb-4730-8bba-aa01ca637ca7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:53,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cd44288c-29cb-4730-8bba-aa01ca637ca7 2018-12-12 16:01:53,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:01:53,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:01: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:01:53,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-76079477-c87c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:01:53,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f49bef7c-655f-4e02-a4de-637a29de4cfc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-76079477-c87c-44b-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:01:53,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-76079477-c87c-44b-proj used request id req-f49bef7c-655f-4e02-a4de-637a29de4cfc 2018-12-12 16:01:53,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:01:53,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ef5a270-d665-4549-a483-8d3c53991da5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:01:53,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6ef5a270-d665-4549-a483-8d3c53991da5 2018-12-12 16:01:53,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}}' 2018-12-12 16:01:53,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7471a93-1267-4bfc-b0ce-b896846aa80b Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:01:53,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f7471a93-1267-4bfc-b0ce-b896846aa80b 2018-12-12 16:01:53,496 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-76079477-c87c-44b-proj 2018-12-12 16:01:53,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:53,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:53,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["UjlrGYA2R_CUKk8mutUwww"], "issued_at": "2018-12-12T16:01:53.000000Z"}} 2018-12-12 16:01:53,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:53,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e247ed9f-25c3-4f90-aa1c-92e62ecbf7c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:53,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e247ed9f-25c3-4f90-aa1c-92e62ecbf7c7 2018-12-12 16:01:53,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:01:53,974 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:01: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:01:53,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:54,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c23a6e-58c1-40ff-bff8-779a1cb723ed Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:01:54,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-05c23a6e-58c1-40ff-bff8-779a1cb723ed 2018-12-12 16:01:54,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76079477-c87c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:54,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0f980d2-6902-478d-8e39-008018188227 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76079477-c87c-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}]} 2018-12-12 16:01:54,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76079477-c87c-44b-proj used request id req-a0f980d2-6902-478d-8e39-008018188227 2018-12-12 16:01:54,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:54,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-848ea3bc-754e-4c00-a07c-0208736acdc1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:01:54,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-848ea3bc-754e-4c00-a07c-0208736acdc1 2018-12-12 16:01:54,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:54,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f68f85-5269-4980-9acf-f6cf7e2abd39 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:01:54,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-40f68f85-5269-4980-9acf-f6cf7e2abd39 2018-12-12 16:01:54,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76079477-c87c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:54,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0da3ebd2-01ce-48f9-9a6b-aefde7231a68 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76079477-c87c-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}]} 2018-12-12 16:01:54,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76079477-c87c-44b-proj used request id req-0da3ebd2-01ce-48f9-9a6b-aefde7231a68 2018-12-12 16:01:54,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/0358f55bd8c647abbf9ec79d94743e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:54,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-368eacbb-e396-4539-8041-805dca6df02c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-76079477-c87c-44b-user", "links": {"self": "http://172.30.9.29:5000/v3/users/0358f55bd8c647abbf9ec79d94743e67"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "dce2b256f5ed4e079eb03db6b1bccff1", "id": "0358f55bd8c647abbf9ec79d94743e67", "password_expires_at": null}} 2018-12-12 16:01:54,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0358f55bd8c647abbf9ec79d94743e67 used request id req-368eacbb-e396-4539-8041-805dca6df02c 2018-12-12 16:01:54,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1/users/0358f55bd8c647abbf9ec79d94743e67/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:54,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfc494c6-7636-4e5d-bc95-5005e684385d Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1/users/0358f55bd8c647abbf9ec79d94743e67/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:01:54,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1/users/0358f55bd8c647abbf9ec79d94743e67/roles used request id req-dfc494c6-7636-4e5d-bc95-5005e684385d 2018-12-12 16:01:54,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:55,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28f4773b-47c2-4964-93dd-51e6925ba8d4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:01:55,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-28f4773b-47c2-4964-93dd-51e6925ba8d4 2018-12-12 16:01:55,054 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-76079477-c87c-44b-proj 2018-12-12 16:01:55,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1/users/0358f55bd8c647abbf9ec79d94743e67/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:01:55,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4837a10-cca3-41ee-bf8c-df2527f00fa0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:55,175 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1/users/0358f55bd8c647abbf9ec79d94743e67/roles/e8c8590d1f254077b29715df32c522d0 used request id req-b4837a10-cca3-41ee-bf8c-df2527f00fa0 2018-12-12 16:01:55,176 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-76079477-c87c-44b-user 2018-12-12 16:01:55,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:55,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:01:55,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb2ed9f-622d-40b8-8c52-21a8da982608 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:01:55,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3cb2ed9f-622d-40b8-8c52-21a8da982608 2018-12-12 16:01:55,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" -d '{"role": {"name": "CreateStackSuccessTests-76079477-c87c-44b-proj-role"}}' 2018-12-12 16:01:55,377 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11a5c88b-95d1-467d-bc77-aa0d2095cb85 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "122f2d5687c74c07865ece1228d8ae9e", "links": {"self": "http://172.30.9.29:5000/v3/roles/122f2d5687c74c07865ece1228d8ae9e"}, "name": "CreateStackSuccessTests-76079477-c87c-44b-proj-role"}} 2018-12-12 16:01:55,377 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-11a5c88b-95d1-467d-bc77-aa0d2095cb85 2018-12-12 16:01:55,377 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-76079477-c87c-44b-proj-role 2018-12-12 16:01:55,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/122f2d5687c74c07865ece1228d8ae9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:01:55,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-856b3406-d484-4a98-8a34-4f81dcc2e8ed Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/122f2d5687c74c07865ece1228d8ae9e"}, "domain_id": null, "name": "CreateStackSuccessTests-76079477-c87c-44b-proj-role", "id": "122f2d5687c74c07865ece1228d8ae9e"}} 2018-12-12 16:01:55,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/122f2d5687c74c07865ece1228d8ae9e used request id req-856b3406-d484-4a98-8a34-4f81dcc2e8ed 2018-12-12 16:01:55,469 - keystone_utils - INFO - Granting role CreateStackSuccessTests-76079477-c87c-44b-proj-role to project CreateStackSuccessTests-76079477-c87c-44b-proj 2018-12-12 16:01:55,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1/users/0358f55bd8c647abbf9ec79d94743e67/roles/122f2d5687c74c07865ece1228d8ae9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:01:55,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3e0797a-bcbc-430b-8080-b75ff03167bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:01:55,600 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1/users/0358f55bd8c647abbf9ec79d94743e67/roles/122f2d5687c74c07865ece1228d8ae9e used request id req-c3e0797a-bcbc-430b-8080-b75ff03167bc 2018-12-12 16:01:55,601 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:01:55,601 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:01:55,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:55,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:01:55,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "122f2d5687c74c07865ece1228d8ae9e", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-76079477-c87c-44b-user", "id": "0358f55bd8c647abbf9ec79d94743e67"}, "audit_ids": ["BuaNnxDaT5-PLUirxNp0yg"], "issued_at": "2018-12-12T16:01:55.000000Z"}} 2018-12-12 16:01:55,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" 2018-12-12 16:01:56,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5adf1c2-0a18-4d44-960c-da793abc7e16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:01:56,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b5adf1c2-0a18-4d44-960c-da793abc7e16 2018-12-12 16:01:56,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" 2018-12-12 16:01:56,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-4647c662-892a-4d89-bf9f-fae6950ea18c Date: Wed, 12 Dec 2018 16:01:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image"} 2018-12-12 16:01:56,259 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image used request id req-4647c662-892a-4d89-bf9f-fae6950ea18c 2018-12-12 16:01:56,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" 2018-12-12 16:01:56,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-727bef7b-2c84-4b38-97fa-e7d5fe88a653 Date: Wed, 12 Dec 2018 16:01:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:01:56,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-727bef7b-2c84-4b38-97fa-e7d5fe88a653 2018-12-12 16:01:56,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image"}' 2018-12-12 16:01:56,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618 X-Openstack-Request-Id: req-181adbd1-c5f5-4458-9efd-6cf1f742ca57 Date: Wed, 12 Dec 2018 16:01:56 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:01:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:01:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618", "min_disk": 0, "protected": false, "id": "f4c81018-7fb5-4feb-a937-3851a1677618", "file": "/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618/file", "checksum": null, "owner": "dce2b256f5ed4e079eb03db6b1bccff1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:01:56,643 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-181adbd1-c5f5-4458-9efd-6cf1f742ca57 2018-12-12 16:01:56,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" -d '' 2018-12-12 16:01:59,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-698e0f15-953e-4f36-8b40-857d12c6dfe3 Date: Wed, 12 Dec 2018 16:01:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:01:59,178 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618/file used request id req-698e0f15-953e-4f36-8b40-857d12c6dfe3 2018-12-12 16:01:59,178 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:01:59,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" 2018-12-12 16:01:59,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-0ccd1605-c79a-4341-97bd-657c5d1ebdd1 Date: Wed, 12 Dec 2018 16:01:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:01:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:01:59Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4c81018-7fb5-4feb-a937-3851a1677618/snap", "metadata": {}}], "self": "/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618", "min_disk": 0, "protected": false, "id": "f4c81018-7fb5-4feb-a937-3851a1677618", "file": "/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dce2b256f5ed4e079eb03db6b1bccff1", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4c81018-7fb5-4feb-a937-3851a1677618/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:01:59,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618 used request id req-0ccd1605-c79a-4341-97bd-657c5d1ebdd1 2018-12-12 16:01:59,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" 2018-12-12 16:01:59,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-58d86227-2eca-4ac7-ba4b-8a9fb97ccba3 Date: Wed, 12 Dec 2018 16:01:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:01:59,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-58d86227-2eca-4ac7-ba4b-8a9fb97ccba3 2018-12-12 16:01:59,523 - create_image - INFO - Created image with name - CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image 2018-12-12 16:01:59,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" 2018-12-12 16:01:59,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-48dca694-1b7e-4094-bbb9-2bd494ecd84a Date: Wed, 12 Dec 2018 16:01:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:01:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:01:59Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4c81018-7fb5-4feb-a937-3851a1677618/snap", "metadata": {}}], "self": "/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618", "min_disk": 0, "protected": false, "id": "f4c81018-7fb5-4feb-a937-3851a1677618", "file": "/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dce2b256f5ed4e079eb03db6b1bccff1", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4c81018-7fb5-4feb-a937-3851a1677618/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:01:59,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618 used request id req-48dca694-1b7e-4094-bbb9-2bd494ecd84a 2018-12-12 16:01:59,715 - create_image - DEBUG - Instance status is - active 2018-12-12 16:01:59,716 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image 2018-12-12 16:01:59,716 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image 2018-12-12 16:01:59,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:01:59,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:02:00,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:02:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["gAXA3J9ER-elfWkmK8W9YA"], "issued_at": "2018-12-12T16:02:00.000000Z"}} 2018-12-12 16:02:00,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8417d85f24d6ff62e7ed032d92c0c06515d7a3a4" 2018-12-12 16:02:00,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a85ec817-d65f-4af4-99db-37bbf6da9b76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:00,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a85ec817-d65f-4af4-99db-37bbf6da9b76 2018-12-12 16:02:00,260 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:02:00,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8417d85f24d6ff62e7ed032d92c0c06515d7a3a4" 2018-12-12 16:02:00,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02: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-e3b1c6ff-4d3b-48ef-a788-b82baf765f07 x-compute-request-id: req-e3b1c6ff-4d3b-48ef-a788-b82baf765f07 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:02:00,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e3b1c6ff-4d3b-48ef-a788-b82baf765f07 2018-12-12 16:02:00,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8417d85f24d6ff62e7ed032d92c0c06515d7a3a4" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:02:00,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02: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-1aba6b0b-1540-4181-8665-4af3e165d295 x-compute-request-id: req-1aba6b0b-1540-4181-8665-4af3e165d295 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:02:00,519 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1aba6b0b-1540-4181-8665-4af3e165d295 2018-12-12 16:02:00,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:02:00,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:02:00,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "122f2d5687c74c07865ece1228d8ae9e", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:02:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-76079477-c87c-44b-user", "id": "0358f55bd8c647abbf9ec79d94743e67"}, "audit_ids": ["Xt8y7u7RTv6rTKH81ZtKAQ"], "issued_at": "2018-12-12T16:02:00.000000Z"}} 2018-12-12 16:02:00,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:00,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e590587f-a908-4b58-9403-690d545ac090 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:00,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e590587f-a908-4b58-9403-690d545ac090 2018-12-12 16:02:00,986 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:02:00,988 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:02:00,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:01,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:00 GMT Server: Apache x-openstack-request-id: req-0ca9907c-15b1-4dfc-bc56-bd5c32d11255 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:02:01,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack used request id req-0ca9907c-15b1-4dfc-bc56-bd5c32d11255 2018-12-12 16:02:01,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-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-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}}' 2018-12-12 16:02:03,599 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:02:01 GMT Server: Apache x-openstack-request-id: req-20d86f67-06da-473d-a87b-18568f84d605 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}]}} 2018-12-12 16:02:03,599 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks used request id req-20d86f67-06da-473d-a87b-18568f84d605 2018-12-12 16:02:03,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:03,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:03 GMT Server: Apache x-openstack-request-id: req-47e85824-d66f-4441-b385-6ecdc8aa7cf2 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:03,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:03 GMT Server: Apache x-openstack-request-id: req-58bdd611-87e8-46ef-8d4d-4d87eda5d69b 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:03,969 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-58bdd611-87e8-46ef-8d4d-4d87eda5d69b 2018-12-12 16:02:03,969 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack 2018-12-12 16:02:03,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:04,137 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:03 GMT Server: Apache x-openstack-request-id: req-7bd93996-26d7-4b02-8701-91ba737b1db6 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:04,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:04 GMT Server: Apache x-openstack-request-id: req-79f49af4-7423-48cf-a92f-6306cff193e2 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:04,331 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-79f49af4-7423-48cf-a92f-6306cff193e2 2018-12-12 16:02:04,331 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:02:04,332 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:07,335 - create_stack - DEBUG - Stack status query timeout in 1196.63466811 2018-12-12 16:02:07,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:07,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:07 GMT Server: Apache x-openstack-request-id: req-5aa7df08-9c09-4013-af5b-afc3d1ea9f3d Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:07,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:07 GMT Server: Apache x-openstack-request-id: req-8776d25f-140e-400d-b2eb-83163cf72a34 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:07,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-8776d25f-140e-400d-b2eb-83163cf72a34 2018-12-12 16:02:07,695 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:02:07,695 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:10,698 - create_stack - DEBUG - Stack status query timeout in 1193.27131915 2018-12-12 16:02:10,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:10,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:10 GMT Server: Apache x-openstack-request-id: req-c2f567d5-2d57-44f8-b7c2-2e60dd102e56 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:11,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:10 GMT Server: Apache x-openstack-request-id: req-b1c30ab0-03bd-4a44-ab98-d7a918891f84 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:11,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-b1c30ab0-03bd-4a44-ab98-d7a918891f84 2018-12-12 16:02:11,197 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:02:11,197 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:14,200 - create_stack - DEBUG - Stack status query timeout in 1189.76925015 2018-12-12 16:02:14,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:14,370 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:14 GMT Server: Apache x-openstack-request-id: req-0a5850a2-d360-4102-97fe-ea931375e297 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:14,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:14 GMT Server: Apache x-openstack-request-id: req-4542d66a-15e7-4a2d-bccb-45b1030be889 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:14,544 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-4542d66a-15e7-4a2d-bccb-45b1030be889 2018-12-12 16:02:14,544 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:02:14,545 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:17,548 - create_stack - DEBUG - Stack status query timeout in 1186.4216361 2018-12-12 16:02:17,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:17,736 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:17 GMT Server: Apache x-openstack-request-id: req-bc5a4dab-ad1d-434b-b2c7-23a3be3e5cb7 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:17,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:17 GMT Server: Apache x-openstack-request-id: req-1d9a4cf5-f106-491e-8905-58adac699180 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:17,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-1d9a4cf5-f106-491e-8905-58adac699180 2018-12-12 16:02:17,971 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:02:17,971 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:20,974 - create_stack - DEBUG - Stack status query timeout in 1182.99544716 2018-12-12 16:02:20,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:21,167 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:20 GMT Server: Apache x-openstack-request-id: req-6b06023d-58b5-42bb-bb5a-756b2bd7f089 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:21,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:21 GMT Server: Apache x-openstack-request-id: req-c2b5f8ff-7b11-4eb4-abc8-91b694709f7e 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:21,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-c2b5f8ff-7b11-4eb4-abc8-91b694709f7e 2018-12-12 16:02:21,364 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:02:21,364 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack 2018-12-12 16:02:21,364 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack 2018-12-12 16:02:21,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:21,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:21 GMT Server: Apache x-openstack-request-id: req-bb3932e4-a82e-46c4-8dce-b2653c33d006 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:21,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:21 GMT Server: Apache x-openstack-request-id: req-354ef9f5-8068-42d8-ab80-66a065ffb8cb 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.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-12T16:02:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:02:03Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "77b10925-c536-4742-92dd-5deec3f26eb8", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-12T16:02:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:02:03Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9245c2fc-0e72-4e86-9fe8-3431148b77cb", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-12T16:02:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:02:03Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9531ce94-d115-42c5-9b07-a5394f6d124f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-12T16:02:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:02:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b033d778-3b85-4bf2-89be-605da459e9f1", "resource_type": "OS::Nova::Server"}]} 2018-12-12 16:02:21,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources used request id req-354ef9f5-8068-42d8-ab80-66a065ffb8cb 2018-12-12 16:02:21,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:22,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc2be97e-b0b7-4ae7-805a-76603d9606ad x-compute-request-id: req-dc2be97e-b0b7-4ae7-805a-76603d9606ad Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:6d:52", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "bookmark"}], "image": {"id": "f4c81018-7fb5-4feb-a937-3851a1677618", "links": [{"href": "http://172.30.9.29:8774/images/f4c81018-7fb5-4feb-a937-3851a1677618", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:02:16.000000", "flavor": {"id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "links": [{"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}]}, "id": "b033d778-3b85-4bf2-89be-605da459e9f1", "security_groups": [{"name": "default"}], "user_id": "0358f55bd8c647abbf9ec79d94743e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:02:17Z", "hostId": "ff06ba42b8c47bdc8f8c7f5409862687cdfbe277c2148e53e1a12e6f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "created": "2018-12-12T16:02:10Z", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:02:22,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 used request id req-dc2be97e-b0b7-4ae7-805a-76603d9606ad 2018-12-12 16:02:22,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:22,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-3247f6a0-b521-49fc-8be9-a5c84a825493 Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:22,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-3247f6a0-b521-49fc-8be9-a5c84a825493 2018-12-12 16:02:22,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:02:22,453 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:02:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:02:22,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:22,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-431b00c4-0115-4cfb-9d48-5d22a85cf0be Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:22,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-431b00c4-0115-4cfb-9d48-5d22a85cf0be 2018-12-12 16:02:22,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:22,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a8a124c4-2ef0-4dfb-849a-95b82b9d559b Date: Wed, 12 Dec 2018 16:02:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:22,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-a8a124c4-2ef0-4dfb-849a-95b82b9d559b 2018-12-12 16:02:22,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:22,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-d53aad88-1c4a-4b79-b00f-7b623c27fcbf Date: Wed, 12 Dec 2018 16:02:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:22,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-d53aad88-1c4a-4b79-b00f-7b623c27fcbf 2018-12-12 16:02:22,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:22,752 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:22 GMT Server: Apache x-openstack-request-id: req-7fd9b965-cad8-43d3-a15d-6ff06b2b13dd Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:22,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:22 GMT Server: Apache x-openstack-request-id: req-e42ff5c0-d0b0-4d73-af9e-7774b555121e 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.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-12T16:02:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:02:03Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "77b10925-c536-4742-92dd-5deec3f26eb8", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-12T16:02:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:02:03Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9245c2fc-0e72-4e86-9fe8-3431148b77cb", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-12T16:02:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:02:03Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9531ce94-d115-42c5-9b07-a5394f6d124f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-12T16:02:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:02:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b033d778-3b85-4bf2-89be-605da459e9f1", "resource_type": "OS::Nova::Server"}]} 2018-12-12 16:02:22,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37/resources used request id req-e42ff5c0-d0b0-4d73-af9e-7774b555121e 2018-12-12 16:02:22,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:22,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91051bc6-a247-4ad8-8a4c-429e6112c5fa x-compute-request-id: req-91051bc6-a247-4ad8-8a4c-429e6112c5fa Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:02:22,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30 used request id req-91051bc6-a247-4ad8-8a4c-429e6112c5fa 2018-12-12 16:02:22,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9245c2fc-0e72-4e86-9fe8-3431148b77cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:22,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-e8403fa7-e704-470c-b2d0-f6e6f8cc52da Date: Wed, 12 Dec 2018 16:02:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}} 2018-12-12 16:02:22,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9245c2fc-0e72-4e86-9fe8-3431148b77cb used request id req-e8403fa7-e704-470c-b2d0-f6e6f8cc52da 2018-12-12 16:02:22,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:23,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2e5eef0b-0154-43b1-ab2a-bbdde9f0018c Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:23,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-2e5eef0b-0154-43b1-ab2a-bbdde9f0018c 2018-12-12 16:02:23,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:23,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1bdcff9e-2a90-4600-9eff-98809d0c5f85 Date: Wed, 12 Dec 2018 16:02:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:23,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-1bdcff9e-2a90-4600-9eff-98809d0c5f85 2018-12-12 16:02:23,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:23,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4fc81867-8f1e-44bf-bc57-1db876d22bf4 Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:23,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-4fc81867-8f1e-44bf-bc57-1db876d22bf4 2018-12-12 16:02:23,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:23,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d516ab-1a55-4227-be28-47f56f960c3e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:23,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-07d516ab-1a55-4227-be28-47f56f960c3e 2018-12-12 16:02:23,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:23,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2657d5de-e850-4072-b8d6-1bfec17959f3 Date: Wed, 12 Dec 2018 16:02:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:23,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-2657d5de-e850-4072-b8d6-1bfec17959f3 2018-12-12 16:02:23,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f&mac_address=fa%3A16%3A3e%3A21%3A6d%3A52&name=CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:23,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-f2c028b6-3a93-4460-a387-7815063e56d0 Date: Wed, 12 Dec 2018 16:02:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:23,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f&mac_address=fa%3A16%3A3e%3A21%3A6d%3A52&name=CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6&admin_state_up=True used request id req-f2c028b6-3a93-4460-a387-7815063e56d0 2018-12-12 16:02:23,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:23,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7103932-e0d1-4de5-ba50-78ddc0d400f7 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:23,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-b7103932-e0d1-4de5-ba50-78ddc0d400f7 2018-12-12 16:02:23,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:23,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2aa975a9-be0b-46f6-8026-1d668234d1c4 Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:23,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-2aa975a9-be0b-46f6-8026-1d668234d1c4 2018-12-12 16:02:23,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:24,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ea2eec88-822a-45b3-8531-9fd0248dfb48 Date: Wed, 12 Dec 2018 16:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:24,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-ea2eec88-822a-45b3-8531-9fd0248dfb48 2018-12-12 16:02:24,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:24,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-49272626-3c3f-418d-8e89-444b15aea8d3 Date: Wed, 12 Dec 2018 16:02:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:24,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-49272626-3c3f-418d-8e89-444b15aea8d3 2018-12-12 16:02:24,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:24,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b3a2c36e-370c-4de0-9857-356a47008e50 Date: Wed, 12 Dec 2018 16:02:24 GMT RESP BODY: {"floatingips": []} 2018-12-12 16:02:24,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-b3a2c36e-370c-4de0-9857-356a47008e50 2018-12-12 16:02:24,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:02:24,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:02:24,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "122f2d5687c74c07865ece1228d8ae9e", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:02:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-76079477-c87c-44b-user", "id": "0358f55bd8c647abbf9ec79d94743e67"}, "audit_ids": ["Lu5PJWPuRyG83_fBcqXM6w"], "issued_at": "2018-12-12T16:02:24.000000Z"}} 2018-12-12 16:02:24,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:24,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c84b29-c093-448a-a64f-d8eed480e653 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:24,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c2c84b29-c093-448a-a64f-d8eed480e653 2018-12-12 16:02:24,637 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:02:24,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:24,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d47fe8c-4e34-4ac4-822b-6e6cfdf24c8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:24,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8d47fe8c-4e34-4ac4-822b-6e6cfdf24c8c 2018-12-12 16:02:24,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:24,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9d13505f-e3ce-431c-b13a-82c3f1a3d28e Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:24,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-9d13505f-e3ce-431c-b13a-82c3f1a3d28e 2018-12-12 16:02:24,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:02:24,990 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:02:24,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:25,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bbc594e-308e-4408-9cca-6e0e17c2534e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:25,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-7bbc594e-308e-4408-9cca-6e0e17c2534e 2018-12-12 16:02:25,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:25,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-da7057bd-fb2e-4e0f-bdc4-155834768a70 Date: Wed, 12 Dec 2018 16:02:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:25,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-da7057bd-fb2e-4e0f-bdc4-155834768a70 2018-12-12 16:02:25,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f&mac_address=fa%3A16%3A3e%3A21%3A6d%3A52&name=CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:25,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-aa6ded5f-d762-4f97-bfee-3de15349c9e6 Date: Wed, 12 Dec 2018 16:02:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:25,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f&mac_address=fa%3A16%3A3e%3A21%3A6d%3A52&name=CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6&admin_state_up=True used request id req-aa6ded5f-d762-4f97-bfee-3de15349c9e6 2018-12-12 16:02:25,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:25,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f8ad64d-03a5-487b-b9f0-e64b67016120 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:25,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-4f8ad64d-03a5-487b-b9f0-e64b67016120 2018-12-12 16:02:25,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:26,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0581b389-97cd-4f9a-b887-ee6fa54c8f00 x-compute-request-id: req-0581b389-97cd-4f9a-b887-ee6fa54c8f00 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:6d:52", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "bookmark"}], "image": {"id": "f4c81018-7fb5-4feb-a937-3851a1677618", "links": [{"href": "http://172.30.9.29:8774/images/f4c81018-7fb5-4feb-a937-3851a1677618", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:02:16.000000", "flavor": {"id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "links": [{"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}]}, "id": "b033d778-3b85-4bf2-89be-605da459e9f1", "security_groups": [{"name": "default"}], "user_id": "0358f55bd8c647abbf9ec79d94743e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:02:17Z", "hostId": "ff06ba42b8c47bdc8f8c7f5409862687cdfbe277c2148e53e1a12e6f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "created": "2018-12-12T16:02:10Z", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:02:26,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst used request id req-0581b389-97cd-4f9a-b887-ee6fa54c8f00 2018-12-12 16:02:26,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:26,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-46c8380d-36ae-48d4-94d6-465adcdf5a6c Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:26,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-46c8380d-36ae-48d4-94d6-465adcdf5a6c 2018-12-12 16:02:26,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:27,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f46413b6-a651-431a-b00b-d2ba59ea0f98 Date: Wed, 12 Dec 2018 16:02:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:27,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-f46413b6-a651-431a-b00b-d2ba59ea0f98 2018-12-12 16:02:27,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:27,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-4fcbb0eb-f3d9-4a6f-b3da-17f80a7e4720 Date: Wed, 12 Dec 2018 16:02:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:27,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-4fcbb0eb-f3d9-4a6f-b3da-17f80a7e4720 2018-12-12 16:02:27,320 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst 2018-12-12 16:02:27,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:27,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f637de4f-3702-438b-9537-3ca8907fdd69 Date: Wed, 12 Dec 2018 16:02:27 GMT RESP BODY: {"floatingips": []} 2018-12-12 16:02:27,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-f637de4f-3702-438b-9537-3ca8907fdd69 2018-12-12 16:02:27,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:28,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86d66bea-3916-4bca-8529-b103e7097caa x-compute-request-id: req-86d66bea-3916-4bca-8529-b103e7097caa Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:6d:52", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "bookmark"}], "image": {"id": "f4c81018-7fb5-4feb-a937-3851a1677618", "links": [{"href": "http://172.30.9.29:8774/images/f4c81018-7fb5-4feb-a937-3851a1677618", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:02:16.000000", "flavor": {"id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "links": [{"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}]}, "id": "b033d778-3b85-4bf2-89be-605da459e9f1", "security_groups": [{"name": "default"}], "user_id": "0358f55bd8c647abbf9ec79d94743e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:02:17Z", "hostId": "ff06ba42b8c47bdc8f8c7f5409862687cdfbe277c2148e53e1a12e6f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "created": "2018-12-12T16:02:10Z", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:02:28,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 used request id req-86d66bea-3916-4bca-8529-b103e7097caa 2018-12-12 16:02:28,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:28,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-e7f9ac45-7215-4803-91db-8168e3aa9830 Date: Wed, 12 Dec 2018 16:02:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:28,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-e7f9ac45-7215-4803-91db-8168e3aa9830 2018-12-12 16:02:28,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:28,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff429dd-d431-4055-9e92-ad02a441ff32 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:28,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-9ff429dd-d431-4055-9e92-ad02a441ff32 2018-12-12 16:02:28,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:28,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4df39cd8-269d-4e5b-974f-bf3a46ddaf08 Date: Wed, 12 Dec 2018 16:02:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:28,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-4df39cd8-269d-4e5b-974f-bf3a46ddaf08 2018-12-12 16:02:28,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:28,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-c52aed6b-46b4-429b-acae-af6fe65c673c Date: Wed, 12 Dec 2018 16:02:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:28,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-c52aed6b-46b4-429b-acae-af6fe65c673c 2018-12-12 16:02:28,745 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:02:28,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:02:29,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "122f2d5687c74c07865ece1228d8ae9e", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dce2b256f5ed4e079eb03db6b1bccff1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-76079477-c87c-44b-user", "id": "0358f55bd8c647abbf9ec79d94743e67"}, "audit_ids": ["TbnmV_vEThGKtHTURXy7mQ"], "issued_at": "2018-12-12T16:02:29.000000Z"}} 2018-12-12 16:02:29,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:29,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d90e10e-8b9e-459c-89e1-fb60b08b0010 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:29,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9d90e10e-8b9e-459c-89e1-fb60b08b0010 2018-12-12 16:02:29,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:29,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da1de7a5-d541-4b9d-9e77-c441c65b6792 x-compute-request-id: req-da1de7a5-d541-4b9d-9e77-c441c65b6792 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:6d:52", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "bookmark"}], "image": {"id": "f4c81018-7fb5-4feb-a937-3851a1677618", "links": [{"href": "http://172.30.9.29:8774/images/f4c81018-7fb5-4feb-a937-3851a1677618", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:02:16.000000", "flavor": {"id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "links": [{"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}]}, "id": "b033d778-3b85-4bf2-89be-605da459e9f1", "security_groups": [{"name": "default"}], "user_id": "0358f55bd8c647abbf9ec79d94743e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:02:17Z", "hostId": "ff06ba42b8c47bdc8f8c7f5409862687cdfbe277c2148e53e1a12e6f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "created": "2018-12-12T16:02:10Z", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:02:29,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 used request id req-da1de7a5-d541-4b9d-9e77-c441c65b6792 2018-12-12 16:02:29,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:30,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-802a8236-c73b-4083-944b-24af0f476319 Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:30,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-802a8236-c73b-4083-944b-24af0f476319 2018-12-12 16:02:30,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:30,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a69b44d0-343a-4c43-a685-201aad44ba92 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:30,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-a69b44d0-343a-4c43-a685-201aad44ba92 2018-12-12 16:02:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:30,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6d224bc9-7af0-45f6-820f-917309610716 Date: Wed, 12 Dec 2018 16:02:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:30,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-6d224bc9-7af0-45f6-820f-917309610716 2018-12-12 16:02:30,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:30,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-34137109-4d2f-475b-9203-4daacafbc6fd Date: Wed, 12 Dec 2018 16:02:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:30,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-34137109-4d2f-475b-9203-4daacafbc6fd 2018-12-12 16:02:30,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:31,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-499918c6-772e-467c-ac41-d40d10fd18ce x-compute-request-id: req-499918c6-772e-467c-ac41-d40d10fd18ce Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:6d:52", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "bookmark"}], "image": {"id": "f4c81018-7fb5-4feb-a937-3851a1677618", "links": [{"href": "http://172.30.9.29:8774/images/f4c81018-7fb5-4feb-a937-3851a1677618", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:02:16.000000", "flavor": {"id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "links": [{"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}]}, "id": "b033d778-3b85-4bf2-89be-605da459e9f1", "security_groups": [{"name": "default"}], "user_id": "0358f55bd8c647abbf9ec79d94743e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:02:17Z", "hostId": "ff06ba42b8c47bdc8f8c7f5409862687cdfbe277c2148e53e1a12e6f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "created": "2018-12-12T16:02:10Z", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:02:31,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst used request id req-499918c6-772e-467c-ac41-d40d10fd18ce 2018-12-12 16:02:31,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:31,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-86b8aac8-66d7-4edb-8c60-37e5b6883952 Date: Wed, 12 Dec 2018 16:02:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:31,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-86b8aac8-66d7-4edb-8c60-37e5b6883952 2018-12-12 16:02:31,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:31,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-83260cb5-6600-4696-a407-77b1a8f7d539 Date: Wed, 12 Dec 2018 16:02:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:31,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-83260cb5-6600-4696-a407-77b1a8f7d539 2018-12-12 16:02:31,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:32,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-f62003f1-1bb2-407c-94cd-0876bfe75adc Date: Wed, 12 Dec 2018 16:02:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:32,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-f62003f1-1bb2-407c-94cd-0876bfe75adc 2018-12-12 16:02:32,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:32,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b398210e-cd87-4749-abfa-8cc0da3eae21 x-compute-request-id: req-b398210e-cd87-4749-abfa-8cc0da3eae21 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:6d:52", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "bookmark"}], "image": {"id": "f4c81018-7fb5-4feb-a937-3851a1677618", "links": [{"href": "http://172.30.9.29:8774/images/f4c81018-7fb5-4feb-a937-3851a1677618", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:02:16.000000", "flavor": {"id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "links": [{"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}]}, "id": "b033d778-3b85-4bf2-89be-605da459e9f1", "security_groups": [{"name": "default"}], "user_id": "0358f55bd8c647abbf9ec79d94743e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:02:17Z", "hostId": "ff06ba42b8c47bdc8f8c7f5409862687cdfbe277c2148e53e1a12e6f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "created": "2018-12-12T16:02:10Z", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:02:32,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 used request id req-b398210e-cd87-4749-abfa-8cc0da3eae21 2018-12-12 16:02:32,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:32,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-598db8bb-7256-41aa-96f5-00e50c70fd7b Date: Wed, 12 Dec 2018 16:02:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:32,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-598db8bb-7256-41aa-96f5-00e50c70fd7b 2018-12-12 16:02:32,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:32,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d250356-b8e7-4b7a-8f48-622a2cd3caa0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:32,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-2d250356-b8e7-4b7a-8f48-622a2cd3caa0 2018-12-12 16:02:32,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:32,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3db4e370-6825-4299-b666-827bdbb336fe Date: Wed, 12 Dec 2018 16:02:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:32,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-3db4e370-6825-4299-b666-827bdbb336fe 2018-12-12 16:02:32,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:33,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-986e9c4b-ecee-4b80-b0e2-28a6f7cbd110 Date: Wed, 12 Dec 2018 16:02:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:33,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-986e9c4b-ecee-4b80-b0e2-28a6f7cbd110 2018-12-12 16:02:33,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:33,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a207fc0-b682-41f9-9fcf-8553d2cfec37 x-compute-request-id: req-9a207fc0-b682-41f9-9fcf-8553d2cfec37 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:6d:52", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "bookmark"}], "image": {"id": "f4c81018-7fb5-4feb-a937-3851a1677618", "links": [{"href": "http://172.30.9.29:8774/images/f4c81018-7fb5-4feb-a937-3851a1677618", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:02:16.000000", "flavor": {"id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "links": [{"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}]}, "id": "b033d778-3b85-4bf2-89be-605da459e9f1", "security_groups": [{"name": "default"}], "user_id": "0358f55bd8c647abbf9ec79d94743e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:02:17Z", "hostId": "ff06ba42b8c47bdc8f8c7f5409862687cdfbe277c2148e53e1a12e6f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "created": "2018-12-12T16:02:10Z", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:02:33,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 used request id req-9a207fc0-b682-41f9-9fcf-8553d2cfec37 2018-12-12 16:02:33,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:33,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-89f85e29-48f9-4786-abff-38c28129f7f5 Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:33,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-89f85e29-48f9-4786-abff-38c28129f7f5 2018-12-12 16:02:33,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:33,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd50a4e-227f-4ff1-9627-9be82d3cb635 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:33,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-5bd50a4e-227f-4ff1-9627-9be82d3cb635 2018-12-12 16:02:33,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:34,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-88770031-29cc-47b5-a2e6-09b1980c2329 Date: Wed, 12 Dec 2018 16:02:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:34,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-88770031-29cc-47b5-a2e6-09b1980c2329 2018-12-12 16:02:34,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b85c7907f634dbed31e05f80061d6dc42e49069" 2018-12-12 16:02:34,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-6b4db801-68fc-42d3-8578-eac747203965 Date: Wed, 12 Dec 2018 16:02:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:34,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-6b4db801-68fc-42d3-8578-eac747203965 2018-12-12 16:02:34,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:34,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02: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-c71dbdc2-b643-41b6-8b5e-607617a1adf4 x-compute-request-id: req-c71dbdc2-b643-41b6-8b5e-607617a1adf4 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:6d:52", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b033d778-3b85-4bf2-89be-605da459e9f1", "rel": "bookmark"}], "image": {"id": "f4c81018-7fb5-4feb-a937-3851a1677618", "links": [{"href": "http://172.30.9.29:8774/images/f4c81018-7fb5-4feb-a937-3851a1677618", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:02:16.000000", "flavor": {"id": "2e8fb59c-7690-451f-ae78-ef886f74fc30", "links": [{"href": "http://172.30.9.29:8774/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30", "rel": "bookmark"}]}, "id": "b033d778-3b85-4bf2-89be-605da459e9f1", "security_groups": [{"name": "default"}], "user_id": "0358f55bd8c647abbf9ec79d94743e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:02:17Z", "hostId": "ff06ba42b8c47bdc8f8c7f5409862687cdfbe277c2148e53e1a12e6f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "created": "2018-12-12T16:02:10Z", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:02:34,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b033d778-3b85-4bf2-89be-605da459e9f1 used request id req-c71dbdc2-b643-41b6-8b5e-607617a1adf4 2018-12-12 16:02:34,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:35,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-993e1926-69d3-44c5-b55e-d70c697da072 Date: Wed, 12 Dec 2018 16:02: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":["9245c2fc-0e72-4e86-9fe8-3431148b77cb"],"updated_at":"2018-12-12T16:02:05Z","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9531ce94-d115-42c5-9b07-a5394f6d124f","name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}]} 2018-12-12 16:02:35,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net used request id req-993e1926-69d3-44c5-b55e-d70c697da072 2018-12-12 16:02:35,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:35,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f08616f7-af02-471e-8c42-dd066d3977d9 Date: Wed, 12 Dec 2018 16:02:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:05Z","dns_nameservers":[],"updated_at":"2018-12-12T16:02:05Z","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":"dce2b256f5ed4e079eb03db6b1bccff1","id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","subnetpool_id":null,"name":"CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet"}]} 2018-12-12 16:02:35,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-f08616f7-af02-471e-8c42-dd066d3977d9 2018-12-12 16:02:35,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5331446ff6e13dc9d89e0cbe78287b1dac4ca10" 2018-12-12 16:02:35,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-7416a0f4-15cf-41a1-8add-66fd298a97d5 Date: Wed, 12 Dec 2018 16:02:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.2"}],"id":"13f43df7-02ed-480f-af8f-da6653affeef","security_groups":[],"mac_address":"fa:16:3e:62:39:95","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.3"}],"id":"5dc2ade0-654c-4156-b40c-450c99bb1e2c","security_groups":[],"mac_address":"fa:16:3e:64:b8:d8","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.4"}],"id":"61956688-acc0-4fd9-a1ed-d3c0f9e05f2f","security_groups":[],"mac_address":"fa:16:3e:79:33:66","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9531ce94-d115-42c5-9b07-a5394f6d124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:02:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9245c2fc-0e72-4e86-9fe8-3431148b77cb","ip_address":"10.0.0.10"}],"id":"77b10925-c536-4742-92dd-5deec3f26eb8","security_groups":["cfc27e01-78cc-418c-a265-3bb885ab9e83"],"mac_address":"fa:16:3e:21:6d:52","project_id":"dce2b256f5ed4e079eb03db6b1bccff1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack-server1_port-yg5okid74cq6","admin_state_up":true,"network_id":"9531ce94-d115-42c5-9b07-a5394f6d124f","tenant_id":"dce2b256f5ed4e079eb03db6b1bccff1","created_at":"2018-12-12T16:02:07Z","binding:vnic_type":"normal","device_id":"b033d778-3b85-4bf2-89be-605da459e9f1"}]} 2018-12-12 16:02:35,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9531ce94-d115-42c5-9b07-a5394f6d124f used request id req-7416a0f4-15cf-41a1-8add-66fd298a97d5 2018-12-12 16:02:35,477 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack 2018-12-12 16:02:35,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:35,508 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:35 GMT Server: Apache x-openstack-request-id: req-6689cc00-ce87-44b7-9c07-0b241b15959e Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:35,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:02:35 GMT Server: Apache x-openstack-request-id: req-87eb5850-9480-4474-9586-1ebcac29f718 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:02:35,685 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-87eb5850-9480-4474-9586-1ebcac29f718 2018-12-12 16:02:35,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:35,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:35 GMT Server: Apache x-openstack-request-id: req-4493fd75-d5c0-4fdc-a0bd-459a82c25b79 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:35,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:35 GMT Server: Apache x-openstack-request-id: req-d066bdd7-65a1-4840-a98d-85427d7f44f1 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:35,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-d066bdd7-65a1-4840-a98d-85427d7f44f1 2018-12-12 16:02:35,757 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:02:35,757 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:38,760 - create_stack - DEBUG - Stack status query timeout in 1196.92491698 2018-12-12 16:02:38,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:38,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:38 GMT Server: Apache x-openstack-request-id: req-91ef340b-09ba-4cd2-8d82-5a38473c4e99 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:38,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:38 GMT Server: Apache x-openstack-request-id: req-dd5f2de2-093d-47a5-beec-6b4efba81f4d 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "tags": null, "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:02:35Z", "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:38,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-dd5f2de2-093d-47a5-beec-6b4efba81f4d 2018-12-12 16:02:38,816 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:02:38,817 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:41,820 - create_stack - DEBUG - Stack status query timeout in 1193.86536407 2018-12-12 16:02:41,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:41,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:41 GMT Server: Apache x-openstack-request-id: req-daee5c93-493e-41e3-b063-8e23e14a54ca Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:42,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:41 GMT Server: Apache x-openstack-request-id: req-39367bb9-92b3-4e3d-9c86-f74667c35c79 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "tags": null, "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:02:35Z", "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:42,016 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-39367bb9-92b3-4e3d-9c86-f74667c35c79 2018-12-12 16:02:42,016 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:02:42,016 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:45,019 - create_stack - DEBUG - Stack status query timeout in 1190.66609693 2018-12-12 16:02:45,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:45,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:45 GMT Server: Apache x-openstack-request-id: req-6cc37108-463d-4667-9b03-74111a56e86e Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:45,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:45 GMT Server: Apache x-openstack-request-id: req-8a956008-a878-4baa-80dd-67f27fe5a902 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "tags": null, "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:02:35Z", "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:45,372 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-8a956008-a878-4baa-80dd-67f27fe5a902 2018-12-12 16:02:45,373 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:02:45,373 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:48,376 - create_stack - DEBUG - Stack status query timeout in 1187.30902195 2018-12-12 16:02:48,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:48,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:48 GMT Server: Apache x-openstack-request-id: req-9f74f278-5419-4b74-a55b-b00c572e736a Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:48,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:48 GMT Server: Apache x-openstack-request-id: req-4657b9f3-8c8b-4d88-b3d4-dbbf7c9757bb 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "tags": null, "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:02:35Z", "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:48,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-4657b9f3-8c8b-4d88-b3d4-dbbf7c9757bb 2018-12-12 16:02:48,448 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:02:48,448 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:02:51,452 - create_stack - DEBUG - Stack status query timeout in 1184.23346496 2018-12-12 16:02:51,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:51,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:51 GMT Server: Apache x-openstack-request-id: req-d266dd4e-cbc5-4527-81fd-1c507f6409df Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:51,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:51 GMT Server: Apache x-openstack-request-id: req-d5966f13-0f54-48bf-9fe6-508aa23fa7e8 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": "dce2b256f5ed4e079eb03db6b1bccff1", "OS::stack_id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "image_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image", "inst_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-inst", "subnet_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-subnet", "flavor_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-flavor-name", "net_name": "CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-net"}, "deletion_time": "2018-12-12T16:02:50Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack", "stack_user_project_id": "802078ff629945d5ae312242ae878bd0", "tags": null, "creation_time": "2018-12-12T16:02:02Z", "links": [{"href": "http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:02:35Z", "id": "848a1af9-0f67-4e21-a7b1-ca345a18ec37", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-12-12 16:02:51,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-d5966f13-0f54-48bf-9fe6-508aa23fa7e8 2018-12-12 16:02:51,682 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:02:51,682 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack 2018-12-12 16:02:51,682 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack 2018-12-12 16:02:51,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/848a1af9-0f67-4e21-a7b1-ca345a18ec37 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d0909a20d852cee842365990ae696e4df14aa" 2018-12-12 16:02:51,711 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:02:51 GMT Server: Apache x-openstack-request-id: req-b43f7e9b-e623-4e24-bed1-efbddae8a867 Location: http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:02:51,737 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:02:51 GMT Server: Apache x-openstack-request-id: req-a087ac12-11d5-44f5-a56d-28b141d63513 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:02:51,738 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/dce2b256f5ed4e079eb03db6b1bccff1/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-stack/848a1af9-0f67-4e21-a7b1-ca345a18ec37 used request id req-a087ac12-11d5-44f5-a56d-28b141d63513 2018-12-12 16:02:51,739 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-c6c41574-3ab9-41b3-8468-b002cf53149a-image 2018-12-12 16:02:51,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86eeb396a6fd02a54002083e1c151e6418bd4f5a" 2018-12-12 16:02:53,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b485d49-f400-478d-80b3-bfa19f3550d2 Date: Wed, 12 Dec 2018 16:02:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:02:53,281 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f4c81018-7fb5-4feb-a937-3851a1677618 used request id req-3b485d49-f400-478d-80b3-bfa19f3550d2 2018-12-12 16:02:53,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8417d85f24d6ff62e7ed032d92c0c06515d7a3a4" 2018-12-12 16:02:53,324 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:02:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-827ad898-3c9b-4c29-b96f-ce704c17a4fa x-compute-request-id: req-827ad898-3c9b-4c29-b96f-ce704c17a4fa Content-Length: 0 Content-Type: application/json 2018-12-12 16:02:53,324 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/2e8fb59c-7690-451f-ae78-ef886f74fc30 used request id req-827ad898-3c9b-4c29-b96f-ce704c17a4fa 2018-12-12 16:02:53,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:02:53,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4fdbd559-c1d4-40fc-9af4-cd92b1ab5a40 Date: Wed, 12 Dec 2018 16:02:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "created_at": "2018-12-12T16:02:04Z", "updated_at": "2018-12-12T16:02:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:02:04Z", "revision_number": 0, "id": "45723815-e6cb-4e97-a3df-8123e1d52911", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:02:04Z", "security_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "port_range_min": null, "ethertype": "IPv4", "project_id": "dce2b256f5ed4e079eb03db6b1bccff1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:02:04Z", "revision_number": 0, "id": "abfb928e-bced-40a7-9b39-95f6a3d7f327", "remote_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "remote_ip_prefix": null, "created_at": "2018-12-12T16:02:04Z", "security_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "port_range_min": null, "ethertype": "IPv4", "project_id": "dce2b256f5ed4e079eb03db6b1bccff1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:02:04Z", "revision_number": 0, "id": "ed63d807-c392-4cb9-8920-acee4bc63f89", "remote_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "remote_ip_prefix": null, "created_at": "2018-12-12T16:02:04Z", "security_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "port_range_min": null, "ethertype": "IPv6", "project_id": "dce2b256f5ed4e079eb03db6b1bccff1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:02:04Z", "revision_number": 0, "id": "f3e41bff-4d22-4aa8-8329-47460d2a86ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:02:04Z", "security_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "port_range_min": null, "ethertype": "IPv6", "project_id": "dce2b256f5ed4e079eb03db6b1bccff1"}], "revision_number": 4, "project_id": "dce2b256f5ed4e079eb03db6b1bccff1", "id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:02:53,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4fdbd559-c1d4-40fc-9af4-cd92b1ab5a40 2018-12-12 16:02:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:02:53,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de0dad5b-9a54-4fd3-8980-52d98ff584d9 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 16:02:53,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-de0dad5b-9a54-4fd3-8980-52d98ff584d9 2018-12-12 16:02:53,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:02:53,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f43ae86a-4b91-48db-aa55-8da94ad3bfe2 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1"}, "enabled": true, "id": "dce2b256f5ed4e079eb03db6b1bccff1", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76079477-c87c-44b-proj"}} 2018-12-12 16:02:53,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-f43ae86a-4b91-48db-aa55-8da94ad3bfe2 2018-12-12 16:02:53,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfc27e01-78cc-418c-a265-3bb885ab9e83 2018-12-12 16:02:53,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cfc27e01-78cc-418c-a265-3bb885ab9e83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:02:53,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ea2a1a27-1b73-4f06-a63a-a7db981da757 Date: Wed, 12 Dec 2018 16:02:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:02:04Z", "security_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "port_range_min": null, "revision_number": 0, "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "created_at": "2018-12-12T16:02:04Z", "project_id": "dce2b256f5ed4e079eb03db6b1bccff1", "id": "45723815-e6cb-4e97-a3df-8123e1d52911"}, {"remote_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:02:04Z", "security_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "port_range_min": null, "revision_number": 0, "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "created_at": "2018-12-12T16:02:04Z", "project_id": "dce2b256f5ed4e079eb03db6b1bccff1", "id": "abfb928e-bced-40a7-9b39-95f6a3d7f327"}, {"remote_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:02:04Z", "security_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "port_range_min": null, "revision_number": 0, "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "created_at": "2018-12-12T16:02:04Z", "project_id": "dce2b256f5ed4e079eb03db6b1bccff1", "id": "ed63d807-c392-4cb9-8920-acee4bc63f89"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:02:04Z", "security_group_id": "cfc27e01-78cc-418c-a265-3bb885ab9e83", "port_range_min": null, "revision_number": 0, "tenant_id": "dce2b256f5ed4e079eb03db6b1bccff1", "created_at": "2018-12-12T16:02:04Z", "project_id": "dce2b256f5ed4e079eb03db6b1bccff1", "id": "f3e41bff-4d22-4aa8-8329-47460d2a86ec"}]} 2018-12-12 16:02:53,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cfc27e01-78cc-418c-a265-3bb885ab9e83 used request id req-ea2a1a27-1b73-4f06-a63a-a7db981da757 2018-12-12 16:02:53,993 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:02:53,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/cfc27e01-78cc-418c-a265-3bb885ab9e83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:02:54,293 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad580623-1bd6-46d4-870c-161275ab77a7 Content-Length: 0 Date: Wed, 12 Dec 2018 16:02:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:02:54,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/cfc27e01-78cc-418c-a265-3bb885ab9e83 used request id req-ad580623-1bd6-46d4-870c-161275ab77a7 2018-12-12 16:02:54,294 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-76079477-c87c-44b-proj 2018-12-12 16:02:54,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:02:54,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-670e8751-836c-4a47-8cab-4f5f3fc3bb62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:02:54,565 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/dce2b256f5ed4e079eb03db6b1bccff1 used request id req-670e8751-836c-4a47-8cab-4f5f3fc3bb62 2018-12-12 16:02:54,565 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-76079477-c87c-44b-proj-role 2018-12-12 16:02:54,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/122f2d5687c74c07865ece1228d8ae9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:02:54,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74dfd8a5-315d-4676-a00a-2979089039be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:02:54,682 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/122f2d5687c74c07865ece1228d8ae9e used request id req-74dfd8a5-315d-4676-a00a-2979089039be 2018-12-12 16:02:54,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17563acc342fc863e821863aa777bddabb370197" 2018-12-12 16:02:54,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ed3410-f6cc-496c-8cb0-eb7d18e29929 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:02:54,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-04ed3410-f6cc-496c-8cb0-eb7d18e29929 2018-12-12 16:02:54,768 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-76079477-c87c-44b-user 2018-12-12 16:02:54,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0358f55bd8c647abbf9ec79d94743e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fde53d59024d7108e45893f4eeb961112255645" 2018-12-12 16:02:55,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-007c641f-1469-4a35-9d90-35eefecbc320 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:02:55,023 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0358f55bd8c647abbf9ec79d94743e67 used request id req-007c641f-1469-4a35-9d90-35eefecbc320 2018-12-12 16:02:55,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:02:55,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:02:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Fj8pR_g4QX6CzvAQFDExKA"], "issued_at": "2018-12-12T16:02:55.000000Z"}} 2018-12-12 16:02:55,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef1c1d49a309a4c946578e6fa169aeef91828ced" 2018-12-12 16:02:55,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fe97c06-bd90-4c2b-9bac-d9e764580fa9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:55,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9fe97c06-bd90-4c2b-9bac-d9e764580fa9 2018-12-12 16:02:55,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:02:55,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:02:55,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:02:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Wuw5-y9KS-G5GXUHqpEOFQ"], "issued_at": "2018-12-12T16:02:55.000000Z"}} 2018-12-12 16:02:55,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:02:55,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1259dac8-d9a4-4f1b-a93a-b80ee15cca50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:55,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1259dac8-d9a4-4f1b-a93a-b80ee15cca50 2018-12-12 16:02:55,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:02:55,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:02:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:02:55,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-d81a22e1-0c02-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:02:56,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a04c21-d9cb-4999-8fea-f8e660823a66 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-d81a22e1-0c02-457-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:02:56,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-d81a22e1-0c02-457-proj used request id req-50a04c21-d9cb-4999-8fea-f8e660823a66 2018-12-12 16:02:56,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:02:56,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27556fd3-09cb-4ded-9f38-8999c482aa6d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:02:56,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-27556fd3-09cb-4ded-9f38-8999c482aa6d 2018-12-12 16:02:56,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj"}}' 2018-12-12 16:02:56,281 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:02:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec6be568-068d-4901-9f31-c64730edeae5 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9"}, "enabled": true, "id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj"}} 2018-12-12 16:02:56,281 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ec6be568-068d-4901-9f31-c64730edeae5 2018-12-12 16:02:56,281 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-d81a22e1-0c02-457-proj 2018-12-12 16:02:56,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:02:56,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:02:56,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0zDVYeKXTUy-9XsEhbdJMQ"], "issued_at": "2018-12-12T16:02:56.000000Z"}} 2018-12-12 16:02:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:56,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93078e7e-79df-4fbd-8941-a56b44162d50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:56,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-93078e7e-79df-4fbd-8941-a56b44162d50 2018-12-12 16:02:56,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:02:56,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:02: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:02:56,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:56,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-091dd9dc-45a2-4adb-938d-091d88d11724 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:02:56,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-091dd9dc-45a2-4adb-938d-091d88d11724 2018-12-12 16:02:56,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:56,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090f4bf2-6bf3-49cf-b131-e47408507881 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9"}, "enabled": true, "id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj"}]} 2018-12-12 16:02:56,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj used request id req-090f4bf2-6bf3-49cf-b131-e47408507881 2018-12-12 16:02:56,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:57,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b282a3a7-45fd-4b67-90c6-ec577e18f22c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:02:57,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b282a3a7-45fd-4b67-90c6-ec577e18f22c 2018-12-12 16:02:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:57,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb7e493-79dc-4d72-9306-25e5389691c4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:02:57,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6fb7e493-79dc-4d72-9306-25e5389691c4 2018-12-12 16:02:57,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:57,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3ae9c3-958e-4529-8e91-801f557484b3 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9"}, "enabled": true, "id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj"}]} 2018-12-12 16:02:57,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj used request id req-2e3ae9c3-958e-4529-8e91-801f557484b3 2018-12-12 16:02:57,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/15585b7c78264f45a3b0ad351795b88e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:57,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eed39aa-bcee-44b5-b8ed-dc5a988e1631 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-d81a22e1-0c02-457-user", "links": {"self": "http://172.30.9.29:5000/v3/users/15585b7c78264f45a3b0ad351795b88e"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "id": "15585b7c78264f45a3b0ad351795b88e", "password_expires_at": null}} 2018-12-12 16:02:57,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/15585b7c78264f45a3b0ad351795b88e used request id req-1eed39aa-bcee-44b5-b8ed-dc5a988e1631 2018-12-12 16:02:57,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:58,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db52e9ff-a9ec-4311-a474-de007cace90d Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:02:58,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles used request id req-db52e9ff-a9ec-4311-a474-de007cace90d 2018-12-12 16:02:58,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:58,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa391a4b-8742-4a52-ac72-5e5658d24552 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 16:02:58,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-fa391a4b-8742-4a52-ac72-5e5658d24552 2018-12-12 16:02:58,162 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-d81a22e1-0c02-457-proj 2018-12-12 16:02:58,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:58,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fbab866-5662-4074-a0c6-7077040db14f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:02:58,296 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-7fbab866-5662-4074-a0c6-7077040db14f 2018-12-12 16:02:58,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:58,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c2bd16-d9be-4121-8d2b-50619e04a469 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:02:58,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-88c2bd16-d9be-4121-8d2b-50619e04a469 2018-12-12 16:02:58,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:58,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a5f4a77-2d77-4707-8a4a-4590639e0489 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9"}, "enabled": true, "id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj"}]} 2018-12-12 16:02:58,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-d81a22e1-0c02-457-proj used request id req-5a5f4a77-2d77-4707-8a4a-4590639e0489 2018-12-12 16:02:58,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:58,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-557ecfff-8741-46ea-a33f-377739caeb9b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}]} 2018-12-12 16:02:58,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles used request id req-557ecfff-8741-46ea-a33f-377739caeb9b 2018-12-12 16:02:58,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:58,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c69b643e-8c46-4d4a-a90a-9d2a94d2c6e0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:02:58,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-c69b643e-8c46-4d4a-a90a-9d2a94d2c6e0 2018-12-12 16:02:58,609 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-d81a22e1-0c02-457-proj 2018-12-12 16:02:58,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:02:58,745 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17821922-a00d-42f4-bdef-8589efb4ced7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:02:58,745 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles/e8c8590d1f254077b29715df32c522d0 used request id req-17821922-a00d-42f4-bdef-8589efb4ced7 2018-12-12 16:02:58,745 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-d81a22e1-0c02-457-user 2018-12-12 16:02:58,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:02:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:02:58,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07ef8b3e-e0e3-4954-aea0-c1618a7ebe05 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:02:58,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-07ef8b3e-e0e3-4954-aea0-c1618a7ebe05 2018-12-12 16:02:58,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" -d '{"role": {"name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj-role"}}' 2018-12-12 16:02:58,886 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4150ed2d-62e2-4367-82cc-ee01a2c30d77 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "715159ecd3f242be87fc88a40314d369", "links": {"self": "http://172.30.9.29:5000/v3/roles/715159ecd3f242be87fc88a40314d369"}, "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj-role"}} 2018-12-12 16:02:58,886 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-4150ed2d-62e2-4367-82cc-ee01a2c30d77 2018-12-12 16:02:58,886 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-d81a22e1-0c02-457-proj-role 2018-12-12 16:02:58,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/715159ecd3f242be87fc88a40314d369 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:02:58,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c101c30a-ee4f-447c-ab72-cd99b7aff79b Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/715159ecd3f242be87fc88a40314d369"}, "domain_id": null, "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj-role", "id": "715159ecd3f242be87fc88a40314d369"}} 2018-12-12 16:02:58,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/715159ecd3f242be87fc88a40314d369 used request id req-c101c30a-ee4f-447c-ab72-cd99b7aff79b 2018-12-12 16:02:58,972 - keystone_utils - INFO - Granting role CreateStackVolumeTests-d81a22e1-0c02-457-proj-role to project CreateStackVolumeTests-d81a22e1-0c02-457-proj 2018-12-12 16:02:58,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles/715159ecd3f242be87fc88a40314d369 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:02:59,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea6b7286-dde1-4c66-9155-e0459301e3b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:02:59,110 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9/users/15585b7c78264f45a3b0ad351795b88e/roles/715159ecd3f242be87fc88a40314d369 used request id req-ea6b7286-dde1-4c66-9155-e0459301e3b4 2018-12-12 16:02:59,111 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:02:59,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:02:59,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:02:59,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "715159ecd3f242be87fc88a40314d369", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:02:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-d81a22e1-0c02-457-user", "id": "15585b7c78264f45a3b0ad351795b88e"}, "audit_ids": ["jmForQjqRt2Bbc5pThac_A"], "issued_at": "2018-12-12T16:02:59.000000Z"}} 2018-12-12 16:02:59,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:02:59,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1cd53b1-a291-4ce9-8035-5f95c8d0b7ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:02:59,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e1cd53b1-a291-4ce9-8035-5f95c8d0b7ef 2018-12-12 16:02:59,580 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:02:59,582 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:02:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:02:59,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:02:59 GMT Server: Apache x-openstack-request-id: req-36bb2967-fc92-43e3-8234-bdd287f8a5de Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:02:59,757 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack used request id req-36bb2967-fc92-43e3-8234-bdd287f8a5de 2018-12-12 16:02:59,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-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-726404a9-0262-4633-85cb-5147bccc0df9-volume-type", "volume_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume"}}' 2018-12-12 16:03:01,421 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:02:59 GMT Server: Apache x-openstack-request-id: req-71b8e988-a00f-4caf-9faa-332507e9792a Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "12c16af2-f652-4186-8239-34874841721e", "links": [{"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e", "rel": "self"}]}} 2018-12-12 16:03:01,421 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks used request id req-71b8e988-a00f-4caf-9faa-332507e9792a 2018-12-12 16:03:01,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/12c16af2-f652-4186-8239-34874841721e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:01,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:01 GMT Server: Apache x-openstack-request-id: req-ea8ea488-db7a-4eed-ac40-ab66d5392049 Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:01,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:01 GMT Server: Apache x-openstack-request-id: req-5c2ae08a-1f72-464c-9583-fad9c5b3e91e 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": "997b774b8ccb4b35bf3d2f2ccdec1db9", "volume_type_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume-type", "OS::stack_id": "12c16af2-f652-4186-8239-34874841721e", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "volume_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "stack_user_project_id": "0a7675170c974499bc48e4d054505f3c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:03:00Z", "links": [{"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "12c16af2-f652-4186-8239-34874841721e", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:01,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e used request id req-5c2ae08a-1f72-464c-9583-fad9c5b3e91e 2018-12-12 16:03:01,643 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack 2018-12-12 16:03:01,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/12c16af2-f652-4186-8239-34874841721e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:01,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:01 GMT Server: Apache x-openstack-request-id: req-cc43a779-28e1-42a9-aeb3-03c9125b2ca1 Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:01,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:01 GMT Server: Apache x-openstack-request-id: req-6a901d0d-5dc3-48f1-9ce2-5ee489e8944c 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": "997b774b8ccb4b35bf3d2f2ccdec1db9", "volume_type_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume-type", "OS::stack_id": "12c16af2-f652-4186-8239-34874841721e", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "volume_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "stack_user_project_id": "0a7675170c974499bc48e4d054505f3c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:03:00Z", "links": [{"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "12c16af2-f652-4186-8239-34874841721e", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:01,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e used request id req-6a901d0d-5dc3-48f1-9ce2-5ee489e8944c 2018-12-12 16:03:01,879 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:03:01,880 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:03:04,883 - create_stack - DEBUG - Stack status query timeout in 1196.76079202 2018-12-12 16:03:04,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/12c16af2-f652-4186-8239-34874841721e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:04,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:04 GMT Server: Apache x-openstack-request-id: req-573b7e37-589b-4c9d-8eed-fc2b8eda24f4 Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:05,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:04 GMT Server: Apache x-openstack-request-id: req-0fe64034-bf2f-41a3-9c37-b6c084d7d874 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": "997b774b8ccb4b35bf3d2f2ccdec1db9", "volume_type_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume-type", "OS::stack_id": "12c16af2-f652-4186-8239-34874841721e", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "volume_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "stack_user_project_id": "0a7675170c974499bc48e4d054505f3c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:03:00Z", "links": [{"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "12c16af2-f652-4186-8239-34874841721e", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:05,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e used request id req-0fe64034-bf2f-41a3-9c37-b6c084d7d874 2018-12-12 16:03:05,102 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:03:05,102 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack 2018-12-12 16:03:05,102 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack 2018-12-12 16:03:05,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/12c16af2-f652-4186-8239-34874841721e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:05,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:05 GMT Server: Apache x-openstack-request-id: req-3784a4a8-7823-42a5-930b-b7527d5c7f4c Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:05,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:05 GMT Server: Apache x-openstack-request-id: req-6452f1c0-4a46-4577-8c7c-116b2edf66dc 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.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e/resources/volume", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-12-12T16:03:01Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:03:01Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "eba5bf40-0615-451e-8d3d-5d4c0e06bee5", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-12-12T16:03:01Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:03:01Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "b6eeb3d5-22e6-466a-b99c-b0576c59308c", "resource_type": "OS::Cinder::VolumeType"}]} 2018-12-12 16:03:05,504 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e/resources used request id req-6452f1c0-4a46-4577-8c7c-116b2edf66dc 2018-12-12 16:03:05,508 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9/volumes/eba5bf40-0615-451e-8d3d-5d4c0e06bee5 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:05,557 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:05 GMT Server: Apache x-compute-request-id: req-cfb9570b-13fe-40f5-87bf-2d1ddc3c4201 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cfb9570b-13fe-40f5-87bf-2d1ddc3c4201 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9/volumes/eba5bf40-0615-451e-8d3d-5d4c0e06bee5", "rel": "self"}, {"href": "http://172.30.9.29:8776/997b774b8ccb4b35bf3d2f2ccdec1db9/volumes/eba5bf40-0615-451e-8d3d-5d4c0e06bee5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T16:03:02.000000", "replication_status": null, "snapshot_id": null, "id": "eba5bf40-0615-451e-8d3d-5d4c0e06bee5", "size": 1, "user_id": "15585b7c78264f45a3b0ad351795b88e", "os-vol-tenant-attr:tenant_id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "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-726404a9-0262-4633-85cb-5147bccc0df9-volume", "bootable": "false", "created_at": "2018-12-12T16:03:02.000000", "volume_type": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume-type"}} 2018-12-12 16:03:05,558 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9/volumes/eba5bf40-0615-451e-8d3d-5d4c0e06bee5 used request id req-cfb9570b-13fe-40f5-87bf-2d1ddc3c4201 2018-12-12 16:03:05,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:05,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:05,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "715159ecd3f242be87fc88a40314d369", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-d81a22e1-0c02-457-user", "id": "15585b7c78264f45a3b0ad351795b88e"}, "audit_ids": ["azbIDQ5GRzq9-YyplusU-Q"], "issued_at": "2018-12-12T16:03:05.000000Z"}} 2018-12-12 16:03:05,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dab6a14ce28266c2821282a45563214d203f3d" 2018-12-12 16:03:06,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c553820-2d27-42d9-8209-c357fb43081c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:06,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6c553820-2d27-42d9-8209-c357fb43081c 2018-12-12 16:03:06,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dab6a14ce28266c2821282a45563214d203f3d" 2018-12-12 16:03:06,231 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:06 GMT Server: Apache x-compute-request-id: req-5360dafb-56f0-4421-9fa2-6ab2b401fc20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5360dafb-56f0-4421-9fa2-6ab2b401fc20 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9/volumes/eba5bf40-0615-451e-8d3d-5d4c0e06bee5", "rel": "self"}, {"href": "http://172.30.9.29:8776/997b774b8ccb4b35bf3d2f2ccdec1db9/volumes/eba5bf40-0615-451e-8d3d-5d4c0e06bee5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-12T16:03:02.000000", "replication_status": null, "snapshot_id": null, "id": "eba5bf40-0615-451e-8d3d-5d4c0e06bee5", "size": 1, "user_id": "15585b7c78264f45a3b0ad351795b88e", "os-vol-tenant-attr:tenant_id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "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-726404a9-0262-4633-85cb-5147bccc0df9-volume", "bootable": "false", "created_at": "2018-12-12T16:03:02.000000", "volume_type": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume-type"}]} 2018-12-12 16:03:06,231 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/997b774b8ccb4b35bf3d2f2ccdec1db9/volumes/detail used request id req-5360dafb-56f0-4421-9fa2-6ab2b401fc20 2018-12-12 16:03:06,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:06,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:03:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:06,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32dab6a14ce28266c2821282a45563214d203f3d" 2018-12-12 16:03:06,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d2ddca-fda8-47fc-b370-33e5402e980d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9"}, "enabled": true, "id": "997b774b8ccb4b35bf3d2f2ccdec1db9", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-d81a22e1-0c02-457-proj"}} 2018-12-12 16:03:06,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9 used request id req-29d2ddca-fda8-47fc-b370-33e5402e980d 2018-12-12 16:03:06,324 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack 2018-12-12 16:03:06,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/12c16af2-f652-4186-8239-34874841721e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:06,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:06 GMT Server: Apache x-openstack-request-id: req-88b29bbe-12c2-4662-a730-d2be609202eb Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:06,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:06 GMT Server: Apache x-openstack-request-id: req-834254e5-53f8-4d6e-be63-05d62ac3cd97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:06,715 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e used request id req-834254e5-53f8-4d6e-be63-05d62ac3cd97 2018-12-12 16:03:06,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/12c16af2-f652-4186-8239-34874841721e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:06,898 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:06 GMT Server: Apache x-openstack-request-id: req-f0452441-1a72-433b-8e4c-52fab9bb947a Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:06,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:06 GMT Server: Apache x-openstack-request-id: req-3f041ae9-5fe0-452e-a8d9-1d06ae31da40 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": "997b774b8ccb4b35bf3d2f2ccdec1db9", "volume_type_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume-type", "OS::stack_id": "12c16af2-f652-4186-8239-34874841721e", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "volume_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "stack_user_project_id": "0a7675170c974499bc48e4d054505f3c", "tags": null, "creation_time": "2018-12-12T16:03:00Z", "links": [{"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:03:06Z", "id": "12c16af2-f652-4186-8239-34874841721e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:06,940 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e used request id req-3f041ae9-5fe0-452e-a8d9-1d06ae31da40 2018-12-12 16:03:06,941 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:03:06,941 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:03:09,944 - create_stack - DEBUG - Stack status query timeout in 1196.77169204 2018-12-12 16:03:09,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/12c16af2-f652-4186-8239-34874841721e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:09,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:09 GMT Server: Apache x-openstack-request-id: req-99f97f31-e97b-4088-a23d-fabedc91714f Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:10,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:09 GMT Server: Apache x-openstack-request-id: req-0f21d3da-86c8-4eef-999b-01b5233f7aee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 535 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": "997b774b8ccb4b35bf3d2f2ccdec1db9", "volume_type_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume-type", "OS::stack_id": "12c16af2-f652-4186-8239-34874841721e", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "volume_name": "CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-volume"}, "deletion_time": "2018-12-12T16:03:09Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack", "stack_user_project_id": "0a7675170c974499bc48e4d054505f3c", "tags": null, "creation_time": "2018-12-12T16:03:00Z", "links": [{"href": "http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:03:06Z", "id": "12c16af2-f652-4186-8239-34874841721e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:10,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e used request id req-0f21d3da-86c8-4eef-999b-01b5233f7aee 2018-12-12 16:03:10,003 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:03:10,003 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack 2018-12-12 16:03:10,003 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack 2018-12-12 16:03:10,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/12c16af2-f652-4186-8239-34874841721e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415927eee0f11de924324d9403f6adf8d3cfce9c" 2018-12-12 16:03:10,175 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:10 GMT Server: Apache x-openstack-request-id: req-b8adc250-6544-42cf-a740-18f3880cbee6 Location: http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:10,381 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:03:10 GMT Server: Apache x-openstack-request-id: req-cbaef276-b440-4931-bedf-6a0b7506e308 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:03:10,381 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/997b774b8ccb4b35bf3d2f2ccdec1db9/stacks/CreateStackVolumeTests-CreateStackVolumeTests-726404a9-0262-4633-85cb-5147bccc0df9-stack/12c16af2-f652-4186-8239-34874841721e used request id req-cbaef276-b440-4931-bedf-6a0b7506e308 2018-12-12 16:03:10,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:03:10,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bd5c100c-0586-4e68-a813-aec5b8e6f751 Date: Wed, 12 Dec 2018 16:03:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:03:10,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-bd5c100c-0586-4e68-a813-aec5b8e6f751 2018-12-12 16:03:10,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:03:10,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d330cbb-0087-4892-8087-89e498a2e145 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 16:03:10,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-6d330cbb-0087-4892-8087-89e498a2e145 2018-12-12 16:03:10,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:03:10,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d600d91-2731-49f8-a49b-9480fea489e5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 16:03:10,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-1d600d91-2731-49f8-a49b-9480fea489e5 2018-12-12 16:03:10,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:03:10,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37be635-b9f7-4b25-bd93-b4329b3a8998 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 16:03:10,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-b37be635-b9f7-4b25-bd93-b4329b3a8998 2018-12-12 16:03:10,902 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-d81a22e1-0c02-457-proj 2018-12-12 16:03:10,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:03:11,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0c203be-7e32-42f8-8d9d-3f9d1001b4c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:11,117 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/997b774b8ccb4b35bf3d2f2ccdec1db9 used request id req-b0c203be-7e32-42f8-8d9d-3f9d1001b4c9 2018-12-12 16:03:11,117 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-d81a22e1-0c02-457-proj-role 2018-12-12 16:03:11,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/715159ecd3f242be87fc88a40314d369 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:03:11,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d350c673-8728-4f7e-afb8-be931eac9890 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:11,221 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/715159ecd3f242be87fc88a40314d369 used request id req-d350c673-8728-4f7e-afb8-be931eac9890 2018-12-12 16:03:11,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bf280c88796aa4cb4063c197dae5a2704f94f66" 2018-12-12 16:03:11,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ad2c8dd-76a9-4330-b8ff-2724d6d906cb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:11,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7ad2c8dd-76a9-4330-b8ff-2724d6d906cb 2018-12-12 16:03:11,315 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-d81a22e1-0c02-457-user 2018-12-12 16:03:11,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/15585b7c78264f45a3b0ad351795b88e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e01c7b8978393ab4b3100f71a9b4a35a883a00e" 2018-12-12 16:03:11,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9aa34d0f-c3c7-42aa-938b-c019994160e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:11,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/15585b7c78264f45a3b0ad351795b88e used request id req-9aa34d0f-c3c7-42aa-938b-c019994160e5 2018-12-12 16:03:11,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:11,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["x-nAt_MjQ-GgfnYpASJBLA"], "issued_at": "2018-12-12T16:03:11.000000Z"}} 2018-12-12 16:03:11,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4897cb49dfe60c813d1738f8b9b435730b67dfb4" 2018-12-12 16:03:11,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a9fb384-3128-4e15-bcdc-24e00d22f75b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:11,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5a9fb384-3128-4e15-bcdc-24e00d22f75b 2018-12-12 16:03:11,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:11,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:12,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["3L8XhC7zSQyYWQUv9GrbTQ"], "issued_at": "2018-12-12T16:03:12.000000Z"}} 2018-12-12 16:03:12,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:12,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de5d220-791f-4742-b62b-1d926edca3a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:12,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8de5d220-791f-4742-b62b-1d926edca3a9 2018-12-12 16:03:12,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:12,453 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:03:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:12,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:12,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bed4c5d7-3d03-4a94-a00d-dd0798597c2e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:03:12,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj used request id req-bed4c5d7-3d03-4a94-a00d-dd0798597c2e 2018-12-12 16:03:12,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:12,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-385125d4-51b2-4d00-9eb6-f84d6b049846 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:03:12,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-385125d4-51b2-4d00-9eb6-f84d6b049846 2018-12-12 16:03:12,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj"}}' 2018-12-12 16:03:12,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cbd248c-97b6-41a7-a1e2-9a03305b0727 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0"}, "enabled": true, "id": "31d70c2404ee486ab0698961b30e85f0", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj"}} 2018-12-12 16:03:12,755 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-9cbd248c-97b6-41a7-a1e2-9a03305b0727 2018-12-12 16:03:12,755 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-4ed7d514-51a6-4d0-proj 2018-12-12 16:03:12,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:12,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:13,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WT5EK4pXSUSmlviakWLk6g"], "issued_at": "2018-12-12T16:03:13.000000Z"}} 2018-12-12 16:03:13,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:13,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039f2880-a769-454a-a111-ef62858291ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:13,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-039f2880-a769-454a-a111-ef62858291ec 2018-12-12 16:03:13,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:13,239 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:13,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:13,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f33a481-205c-4eb1-ad44-09ca9650f2b6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:03:13,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9f33a481-205c-4eb1-ad44-09ca9650f2b6 2018-12-12 16:03:13,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:13,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a840f9d5-cbb6-4ff1-aa44-c0606afaeaae Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0"}, "enabled": true, "id": "31d70c2404ee486ab0698961b30e85f0", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj"}]} 2018-12-12 16:03:13,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj used request id req-a840f9d5-cbb6-4ff1-aa44-c0606afaeaae 2018-12-12 16:03:13,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:13,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c56512a6-ea5e-4245-8483-766cedaeda0b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:03:13,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c56512a6-ea5e-4245-8483-766cedaeda0b 2018-12-12 16:03:13,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:13,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d869e2-0e54-4c4a-974b-79d4abcd6223 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:13,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-70d869e2-0e54-4c4a-974b-79d4abcd6223 2018-12-12 16:03:13,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa8df29c-3ab8-4834-ab1c-ef619eb11563 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0"}, "enabled": true, "id": "31d70c2404ee486ab0698961b30e85f0", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj"}]} 2018-12-12 16:03:14,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj used request id req-fa8df29c-3ab8-4834-ab1c-ef619eb11563 2018-12-12 16:03:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/a12c115e62fb452ba548719c1b50c9f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c3b421-d83a-4671-941e-5adde4ece457 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-user", "links": {"self": "http://172.30.9.29:5000/v3/users/a12c115e62fb452ba548719c1b50c9f6"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "31d70c2404ee486ab0698961b30e85f0", "id": "a12c115e62fb452ba548719c1b50c9f6", "password_expires_at": null}} 2018-12-12 16:03:14,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/a12c115e62fb452ba548719c1b50c9f6 used request id req-e4c3b421-d83a-4671-941e-5adde4ece457 2018-12-12 16:03:14,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ebc2c3-c08b-4895-a117-545c9a6a0a12 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:03:14,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles used request id req-18ebc2c3-c08b-4895-a117-545c9a6a0a12 2018-12-12 16:03:14,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dcae778-0266-4517-ae5d-b27e55c6f49f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 16:03:14,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-1dcae778-0266-4517-ae5d-b27e55c6f49f 2018-12-12 16:03:14,326 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-4ed7d514-51a6-4d0-proj 2018-12-12 16:03:14,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6068ae6-36a3-43d4-b7ae-f46db383342b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:14,470 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-e6068ae6-36a3-43d4-b7ae-f46db383342b 2018-12-12 16:03:14,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-994cbc52-af61-47c5-820f-acf9808f0bc9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:14,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-994cbc52-af61-47c5-820f-acf9808f0bc9 2018-12-12 16:03:14,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80838280-1403-489f-afae-7bd87dc915df Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0"}, "enabled": true, "id": "31d70c2404ee486ab0698961b30e85f0", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj"}]} 2018-12-12 16:03:14,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-4ed7d514-51a6-4d0-proj used request id req-80838280-1403-489f-afae-7bd87dc915df 2018-12-12 16:03:14,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8a37ac9-4f1e-4f74-9579-63c03fbd5e56 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}]} 2018-12-12 16:03:14,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles used request id req-d8a37ac9-4f1e-4f74-9579-63c03fbd5e56 2018-12-12 16:03:14,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97b8574a-f6c7-4432-9a40-653ebb26a78e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:03:14,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-97b8574a-f6c7-4432-9a40-653ebb26a78e 2018-12-12 16:03:14,859 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-4ed7d514-51a6-4d0-proj 2018-12-12 16:03:14,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:14,984 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d3a3994-200f-4a00-89a1-ac95713fa65c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:14,984 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles/e8c8590d1f254077b29715df32c522d0 used request id req-9d3a3994-200f-4a00-89a1-ac95713fa65c 2018-12-12 16:03:14,985 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-4ed7d514-51a6-4d0-user 2018-12-12 16:03:14,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:14,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:15,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08191890-26bc-4ad4-97f5-ee236f1218ac Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:15,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-08191890-26bc-4ad4-97f5-ee236f1218ac 2018-12-12 16:03:15,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" -d '{"role": {"name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj-role"}}' 2018-12-12 16:03:15,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62c024c7-b56f-4cc4-9f6d-a6f46105e7a5 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "449b16e0cde9492a91abf104fff91b85", "links": {"self": "http://172.30.9.29:5000/v3/roles/449b16e0cde9492a91abf104fff91b85"}, "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj-role"}} 2018-12-12 16:03:15,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-62c024c7-b56f-4cc4-9f6d-a6f46105e7a5 2018-12-12 16:03:15,179 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-4ed7d514-51a6-4d0-proj-role 2018-12-12 16:03:15,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/449b16e0cde9492a91abf104fff91b85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:15,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20259bae-7279-46b8-8a32-65d6ae5c075a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/449b16e0cde9492a91abf104fff91b85"}, "domain_id": null, "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj-role", "id": "449b16e0cde9492a91abf104fff91b85"}} 2018-12-12 16:03:15,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/449b16e0cde9492a91abf104fff91b85 used request id req-20259bae-7279-46b8-8a32-65d6ae5c075a 2018-12-12 16:03:15,274 - keystone_utils - INFO - Granting role CreateStackVolumeTests-4ed7d514-51a6-4d0-proj-role to project CreateStackVolumeTests-4ed7d514-51a6-4d0-proj 2018-12-12 16:03:15,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles/449b16e0cde9492a91abf104fff91b85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:15,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-872dfe72-6ab7-427d-b00c-98e5403828bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:15,398 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0/users/a12c115e62fb452ba548719c1b50c9f6/roles/449b16e0cde9492a91abf104fff91b85 used request id req-872dfe72-6ab7-427d-b00c-98e5403828bb 2018-12-12 16:03:15,398 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:03:15,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:15,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:15,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "449b16e0cde9492a91abf104fff91b85", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31d70c2404ee486ab0698961b30e85f0", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/31d70c2404ee486ab0698961b30e85f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/31d70c2404ee486ab0698961b30e85f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/31d70c2404ee486ab0698961b30e85f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/31d70c2404ee486ab0698961b30e85f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/31d70c2404ee486ab0698961b30e85f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-user", "id": "a12c115e62fb452ba548719c1b50c9f6"}, "audit_ids": ["0wUFZ5MdTCelWbU7-H0lfA"], "issued_at": "2018-12-12T16:03:15.000000Z"}} 2018-12-12 16:03:15,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:15,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85e51439-21c6-4698-a33f-bd87cb6f0e0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:15,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-85e51439-21c6-4698-a33f-bd87cb6f0e0f 2018-12-12 16:03:15,941 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:03:15,944 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:03:15,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:16,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:15 GMT Server: Apache x-openstack-request-id: req-d7da21e2-ebaf-49d4-a656-bc1ac65f6171 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:03:16,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack used request id req-d7da21e2-ebaf-49d4-a656-bc1ac65f6171 2018-12-12 16:03:16,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-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-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "volume_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume"}}' 2018-12-12 16:03:17,683 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:16 GMT Server: Apache x-openstack-request-id: req-6b4783c9-b906-40b9-9201-8276e02b1ae2 Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "links": [{"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17", "rel": "self"}]}} 2018-12-12 16:03:17,683 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks used request id req-6b4783c9-b906-40b9-9201-8276e02b1ae2 2018-12-12 16:03:17,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/fc0a47df-374a-4b79-95e7-38b862ea6b17 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:17,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:17 GMT Server: Apache x-openstack-request-id: req-a53a49eb-5cf5-4257-bd2e-821eb1fa6f1e Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:18,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:17 GMT Server: Apache x-openstack-request-id: req-9b9ee60b-259a-4464-8044-23869d333ef0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "31d70c2404ee486ab0698961b30e85f0", "volume_type_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "OS::stack_id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "volume_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "stack_user_project_id": "52731ae662d34b84882aee1850014916", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:03:17Z", "links": [{"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:18,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 used request id req-9b9ee60b-259a-4464-8044-23869d333ef0 2018-12-12 16:03:18,157 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack 2018-12-12 16:03:18,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/fc0a47df-374a-4b79-95e7-38b862ea6b17 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:18,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:18 GMT Server: Apache x-openstack-request-id: req-9019b959-bf27-4231-a6e7-97ab42306dbe Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:18,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:18 GMT Server: Apache x-openstack-request-id: req-1355336d-d376-4922-818f-d728acd72c03 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "31d70c2404ee486ab0698961b30e85f0", "volume_type_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "OS::stack_id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "volume_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "stack_user_project_id": "52731ae662d34b84882aee1850014916", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:03:17Z", "links": [{"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:18,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 used request id req-1355336d-d376-4922-818f-d728acd72c03 2018-12-12 16:03:18,532 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:03:18,532 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:03:21,535 - create_stack - DEBUG - Stack status query timeout in 1196.62251115 2018-12-12 16:03:21,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/fc0a47df-374a-4b79-95e7-38b862ea6b17 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:21,810 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:21 GMT Server: Apache x-openstack-request-id: req-73b0a522-46ed-4124-b89e-eab1c4e4a847 Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:22,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:21 GMT Server: Apache x-openstack-request-id: req-7d85e7a7-63c6-46fb-9d0e-964bf97c0795 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": "31d70c2404ee486ab0698961b30e85f0", "volume_type_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "OS::stack_id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "volume_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "stack_user_project_id": "52731ae662d34b84882aee1850014916", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:03:17Z", "links": [{"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:22,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 used request id req-7d85e7a7-63c6-46fb-9d0e-964bf97c0795 2018-12-12 16:03:22,017 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:03:22,018 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack 2018-12-12 16:03:22,018 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack 2018-12-12 16:03:22,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/fc0a47df-374a-4b79-95e7-38b862ea6b17/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:22,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:22 GMT Server: Apache x-openstack-request-id: req-981d7d4c-216e-4627-90db-24326fa2d6e1 Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:22,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:22 GMT Server: Apache x-openstack-request-id: req-f11e96f2-8b5a-4d16-89ed-51e5db4e25b3 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.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17/resources/volume", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-12-12T16:03:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:03:17Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54246e80-224e-4b3d-ac7a-cc17b15aede5", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-12-12T16:03:17Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:03:17Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b", "resource_type": "OS::Cinder::VolumeType"}]} 2018-12-12 16:03:22,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17/resources used request id req-f11e96f2-8b5a-4d16-89ed-51e5db4e25b3 2018-12-12 16:03:22,262 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:22,435 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:22 GMT Server: Apache x-compute-request-id: req-948c6c2e-b23c-486c-a817-d5a75015591e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-948c6c2e-b23c-486c-a817-d5a75015591e Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b", "description": null}} 2018-12-12 16:03:22,436 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b used request id req-948c6c2e-b23c-486c-a817-d5a75015591e 2018-12-12 16:03:22,439 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-948c6c2e-b23c-486c-a817-d5a75015591e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:22,461 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:22 GMT Server: Apache x-compute-request-id: req-3ab35f80-cb85-47b6-ad8d-9698cdafed75 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ab35f80-cb85-47b6-ad8d-9698cdafed75 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b", "description": null}} 2018-12-12 16:03:22,461 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b used request id req-3ab35f80-cb85-47b6-ad8d-9698cdafed75 2018-12-12 16:03:22,464 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-948c6c2e-b23c-486c-a817-d5a75015591e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:22,640 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:22 GMT Server: Apache x-compute-request-id: req-c34ddf9b-c1b4-4c04-9979-c3696654adbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c34ddf9b-c1b4-4c04-9979-c3696654adbc Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 16:03:22,640 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b/encryption used request id req-c34ddf9b-c1b4-4c04-9979-c3696654adbc 2018-12-12 16:03:22,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:22,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:23,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "449b16e0cde9492a91abf104fff91b85", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31d70c2404ee486ab0698961b30e85f0", "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/31d70c2404ee486ab0698961b30e85f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/31d70c2404ee486ab0698961b30e85f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/31d70c2404ee486ab0698961b30e85f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/31d70c2404ee486ab0698961b30e85f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/31d70c2404ee486ab0698961b30e85f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/31d70c2404ee486ab0698961b30e85f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-4ed7d514-51a6-4d0-user", "id": "a12c115e62fb452ba548719c1b50c9f6"}, "audit_ids": ["-YVs6UsQRHSo-e5HtD2Osg"], "issued_at": "2018-12-12T16:03:23.000000Z"}} 2018-12-12 16:03:23,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12095e8f42cf910ec392a656d6a270ca9e19953c" 2018-12-12 16:03:23,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b5df49-bcc5-4611-852c-dfe0f8c101b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:23,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-53b5df49-bcc5-4611-852c-dfe0f8c101b0 2018-12-12 16:03:23,114 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12095e8f42cf910ec392a656d6a270ca9e19953c" 2018-12-12 16:03:23,288 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:23 GMT Server: Apache x-compute-request-id: req-5b29074c-1218-4756-b23d-2e806edbfe53 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b29074c-1218-4756-b23d-2e806edbfe53 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b", "description": null}]} 2018-12-12 16:03:23,288 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types?is_public=None used request id req-5b29074c-1218-4756-b23d-2e806edbfe53 2018-12-12 16:03:23,292 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b29074c-1218-4756-b23d-2e806edbfe53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12095e8f42cf910ec392a656d6a270ca9e19953c" 2018-12-12 16:03:23,467 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:23 GMT Server: Apache x-compute-request-id: req-aa59e2de-3810-40a1-a825-da60ac63cfc2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa59e2de-3810-40a1-a825-da60ac63cfc2 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b", "description": null}} 2018-12-12 16:03:23,467 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b used request id req-aa59e2de-3810-40a1-a825-da60ac63cfc2 2018-12-12 16:03:23,470 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5b29074c-1218-4756-b23d-2e806edbfe53" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12095e8f42cf910ec392a656d6a270ca9e19953c" 2018-12-12 16:03:23,662 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:23 GMT Server: Apache x-compute-request-id: req-0a78095d-28ca-4049-b8ee-8bec27b21329 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0a78095d-28ca-4049-b8ee-8bec27b21329 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-12 16:03:23,663 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/31d70c2404ee486ab0698961b30e85f0/types/c5b39152-4cd0-4c42-b9ef-0ec24e33ba0b/encryption used request id req-0a78095d-28ca-4049-b8ee-8bec27b21329 2018-12-12 16:03:23,663 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack 2018-12-12 16:03:23,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/fc0a47df-374a-4b79-95e7-38b862ea6b17 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:23,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:23 GMT Server: Apache x-openstack-request-id: req-1fc03eda-b70e-42e7-947e-01da6a2bbaee Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:23,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:23 GMT Server: Apache x-openstack-request-id: req-19ac2c89-e76a-4ed5-880c-c8ffa806b1f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:23,887 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 used request id req-19ac2c89-e76a-4ed5-880c-c8ffa806b1f8 2018-12-12 16:03:23,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/fc0a47df-374a-4b79-95e7-38b862ea6b17 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:24,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:23 GMT Server: Apache x-openstack-request-id: req-be6ff214-3120-4961-816c-954166d0641f Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:24,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:24 GMT Server: Apache x-openstack-request-id: req-17345635-48ba-4785-84f8-8231abb0f921 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": "31d70c2404ee486ab0698961b30e85f0", "volume_type_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "OS::stack_id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "volume_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "stack_user_project_id": "52731ae662d34b84882aee1850014916", "tags": null, "creation_time": "2018-12-12T16:03:17Z", "links": [{"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:03:23Z", "id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:24,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 used request id req-17345635-48ba-4785-84f8-8231abb0f921 2018-12-12 16:03:24,243 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:03:24,244 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:03:27,247 - create_stack - DEBUG - Stack status query timeout in 1196.64098811 2018-12-12 16:03:27,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/fc0a47df-374a-4b79-95e7-38b862ea6b17 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:27,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:27 GMT Server: Apache x-openstack-request-id: req-7e37a85e-9166-4531-95f8-0334af348006 Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:27,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:27 GMT Server: Apache x-openstack-request-id: req-1f902048-3d99-4d89-87c0-04ffe5039a56 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": "31d70c2404ee486ab0698961b30e85f0", "volume_type_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume-type", "OS::stack_id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "volume_name": "CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack", "stack_user_project_id": "52731ae662d34b84882aee1850014916", "tags": null, "creation_time": "2018-12-12T16:03:17Z", "links": [{"href": "http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:03:23Z", "id": "fc0a47df-374a-4b79-95e7-38b862ea6b17", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:27,445 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 used request id req-1f902048-3d99-4d89-87c0-04ffe5039a56 2018-12-12 16:03:27,445 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:03:27,445 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack 2018-12-12 16:03:27,445 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack 2018-12-12 16:03:27,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/fc0a47df-374a-4b79-95e7-38b862ea6b17 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc25d351c9cb2fadc9720e6212ebd92410f9d8d" 2018-12-12 16:03:27,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:27 GMT Server: Apache x-openstack-request-id: req-426e641e-deea-4650-8e86-190c775297d0 Location: http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:27,652 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:03:27 GMT Server: Apache x-openstack-request-id: req-687017e0-ccbd-46ee-8531-351d42d883b3 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:03:27,652 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/31d70c2404ee486ab0698961b30e85f0/stacks/CreateStackVolumeTests-CreateStackVolumeTests-9821e8bc-beb4-4375-b011-45cb87a18f09-stack/fc0a47df-374a-4b79-95e7-38b862ea6b17 used request id req-687017e0-ccbd-46ee-8531-351d42d883b3 2018-12-12 16:03:27,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:27,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0afb15de-f67a-4862-b6f5-4e63880394de Date: Wed, 12 Dec 2018 16:03:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:03:27,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-0afb15de-f67a-4862-b6f5-4e63880394de 2018-12-12 16:03:27,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:27,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f70a170c-8685-4f54-8bbb-2cf463d4064a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 16:03:27,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-f70a170c-8685-4f54-8bbb-2cf463d4064a 2018-12-12 16:03:27,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:28,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef13370e-e948-4fc1-86d4-1c0248c6b4fd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 16:03:28,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-ef13370e-e948-4fc1-86d4-1c0248c6b4fd 2018-12-12 16:03:28,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:28,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672b4fb2-c22c-4061-b17e-5aee4214d69b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 16:03:28,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-672b4fb2-c22c-4061-b17e-5aee4214d69b 2018-12-12 16:03:28,138 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-4ed7d514-51a6-4d0-proj 2018-12-12 16:03:28,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:28,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fe8da0a-ff5c-4796-a185-c21655eba4fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:28,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/31d70c2404ee486ab0698961b30e85f0 used request id req-6fe8da0a-ff5c-4796-a185-c21655eba4fa 2018-12-12 16:03:28,374 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-4ed7d514-51a6-4d0-proj-role 2018-12-12 16:03:28,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/449b16e0cde9492a91abf104fff91b85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:28,485 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8385c7e8-1b59-46ef-a55f-1743b5f480f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:28,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/449b16e0cde9492a91abf104fff91b85 used request id req-8385c7e8-1b59-46ef-a55f-1743b5f480f1 2018-12-12 16:03:28,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db5e60d359f0ecd4a9ca6ef7d11d8623b22a4157" 2018-12-12 16:03:28,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff97505-5d16-4336-9aaf-ee0be9978a79 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:28,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9ff97505-5d16-4336-9aaf-ee0be9978a79 2018-12-12 16:03:28,576 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-4ed7d514-51a6-4d0-user 2018-12-12 16:03:28,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a12c115e62fb452ba548719c1b50c9f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003f3cbe4014b13b9c823fa350c77970ac52a2ea" 2018-12-12 16:03:28,766 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe842fe7-8e71-4e47-a9ef-de79bbb53c11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:28,766 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a12c115e62fb452ba548719c1b50c9f6 used request id req-fe842fe7-8e71-4e47-a9ef-de79bbb53c11 2018-12-12 16:03:28,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:29,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["zp8WY3jYTs6ygIBdNDR51A"], "issued_at": "2018-12-12T16:03:29.000000Z"}} 2018-12-12 16:03:29,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}804c2cb66444536def107898ca297d699c63b5b0" 2018-12-12 16:03:29,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc49005-eb90-4ecd-a18f-e5478d09f9b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:29,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cfc49005-eb90-4ecd-a18f-e5478d09f9b0 2018-12-12 16:03:29,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:29,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:29,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0UqsQl_USgG4_q94bGppiQ"], "issued_at": "2018-12-12T16:03:29.000000Z"}} 2018-12-12 16:03:29,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:29,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3fd4e0-f39f-44d0-8d4b-0c7ee13f4aa3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:29,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2b3fd4e0-f39f-44d0-8d4b-0c7ee13f4aa3 2018-12-12 16:03:29,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:29,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:03: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-8806b538-07a1-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:29,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32a2c2c-daba-421f-8eda-d9575ea09100 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-8806b538-07a1-4c3-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:03:29,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-8806b538-07a1-4c3-proj used request id req-e32a2c2c-daba-421f-8eda-d9575ea09100 2018-12-12 16:03:29,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:29,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b270e91-8640-4376-8935-b80c79d8f66b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:03:29,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0b270e91-8640-4376-8935-b80c79d8f66b 2018-12-12 16:03:29,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj"}}' 2018-12-12 16:03:30,036 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bb92a67-d32e-4fc2-b258-dd149fc82793 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2"}, "enabled": true, "id": "304751bae88c474692624aaf236118d2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj"}} 2018-12-12 16:03:30,036 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4bb92a67-d32e-4fc2-b258-dd149fc82793 2018-12-12 16:03:30,036 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-8806b538-07a1-4c3-proj 2018-12-12 16:03:30,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:30,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:30,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["VFbVHCofSg-YBlkt67MeBg"], "issued_at": "2018-12-12T16:03:30.000000Z"}} 2018-12-12 16:03:30,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:30,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d36a8f9-6445-4254-a5d9-518c5e89fd2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:30,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7d36a8f9-6445-4254-a5d9-518c5e89fd2b 2018-12-12 16:03:30,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:30,512 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:03:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:30,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:30,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ddea7e8-29bd-4109-949f-f5fa90f54015 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:03:30,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9ddea7e8-29bd-4109-949f-f5fa90f54015 2018-12-12 16:03:30,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:30,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186244da-53c8-4ea1-86b5-6ae220d2d873 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2"}, "enabled": true, "id": "304751bae88c474692624aaf236118d2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj"}]} 2018-12-12 16:03:30,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj used request id req-186244da-53c8-4ea1-86b5-6ae220d2d873 2018-12-12 16:03:30,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:30,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-845689c7-c21d-46b4-bb44-72f4c5605d55 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:03:30,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-845689c7-c21d-46b4-bb44-72f4c5605d55 2018-12-12 16:03:31,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:31,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91ab6e8-e7c4-40b6-82c1-75a59ac46132 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:31,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e91ab6e8-e7c4-40b6-82c1-75a59ac46132 2018-12-12 16:03:31,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:31,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b04c4178-e646-4d84-95bb-21ae84a218fb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2"}, "enabled": true, "id": "304751bae88c474692624aaf236118d2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj"}]} 2018-12-12 16:03:31,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj used request id req-b04c4178-e646-4d84-95bb-21ae84a218fb 2018-12-12 16:03:31,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/f46703ae7f2e4ffc83d08f2ef68c16cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:31,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9608655-6fee-44eb-95fb-6d566c2e00fb Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-8806b538-07a1-4c3-user", "links": {"self": "http://172.30.9.29:5000/v3/users/f46703ae7f2e4ffc83d08f2ef68c16cf"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "304751bae88c474692624aaf236118d2", "id": "f46703ae7f2e4ffc83d08f2ef68c16cf", "password_expires_at": null}} 2018-12-12 16:03:31,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f46703ae7f2e4ffc83d08f2ef68c16cf used request id req-b9608655-6fee-44eb-95fb-6d566c2e00fb 2018-12-12 16:03:31,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:31,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f56bbeb6-c98e-4ae1-a4fe-da93a4886dfe Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:03:31,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles used request id req-f56bbeb6-c98e-4ae1-a4fe-da93a4886dfe 2018-12-12 16:03:31,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:31,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deee01e2-80a8-48d4-991e-32cf40f123d2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 16:03:31,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-deee01e2-80a8-48d4-991e-32cf40f123d2 2018-12-12 16:03:31,594 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-8806b538-07a1-4c3-proj 2018-12-12 16:03:31,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:31,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14a00ab4-659b-4b9d-a6f6-4cf3c5cce694 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:31,727 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-14a00ab4-659b-4b9d-a6f6-4cf3c5cce694 2018-12-12 16:03:31,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:31,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d3d7b17-7765-4f6e-b63a-c7c97fc37071 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:31,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3d3d7b17-7765-4f6e-b63a-c7c97fc37071 2018-12-12 16:03:31,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:31,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d5505a1-ef53-448f-82a1-f8d0470ee202 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2"}, "enabled": true, "id": "304751bae88c474692624aaf236118d2", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj"}]} 2018-12-12 16:03:31,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-8806b538-07a1-4c3-proj used request id req-7d5505a1-ef53-448f-82a1-f8d0470ee202 2018-12-12 16:03:31,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:32,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18848a3d-cb16-4617-b634-ea9acd036ac2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}]} 2018-12-12 16:03:32,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles used request id req-18848a3d-cb16-4617-b634-ea9acd036ac2 2018-12-12 16:03:32,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:32,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd72547-939f-474a-9ff6-9f859bc49f07 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:03:32,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-edd72547-939f-474a-9ff6-9f859bc49f07 2018-12-12 16:03:32,103 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-8806b538-07a1-4c3-proj 2018-12-12 16:03:32,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:32,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd4b7d4c-b625-4070-965f-c94e616e14f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:32,230 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles/e8c8590d1f254077b29715df32c522d0 used request id req-bd4b7d4c-b625-4070-965f-c94e616e14f6 2018-12-12 16:03:32,231 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-8806b538-07a1-4c3-user 2018-12-12 16:03:32,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:32,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:32,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329858ff-ec20-425f-bee1-e83e7ac4577e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:32,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-329858ff-ec20-425f-bee1-e83e7ac4577e 2018-12-12 16:03:32,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" -d '{"role": {"name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj-role"}}' 2018-12-12 16:03:32,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f7dbaf2-9d8b-4bff-b090-df4308556e0f Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "71fe548a245b46ca903c3a48adf13d4c", "links": {"self": "http://172.30.9.29:5000/v3/roles/71fe548a245b46ca903c3a48adf13d4c"}, "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj-role"}} 2018-12-12 16:03:32,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7f7dbaf2-9d8b-4bff-b090-df4308556e0f 2018-12-12 16:03:32,437 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-8806b538-07a1-4c3-proj-role 2018-12-12 16:03:32,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/71fe548a245b46ca903c3a48adf13d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:32,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54b3b167-c804-4da9-b97e-8fea40e813e2 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/71fe548a245b46ca903c3a48adf13d4c"}, "domain_id": null, "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj-role", "id": "71fe548a245b46ca903c3a48adf13d4c"}} 2018-12-12 16:03:32,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/71fe548a245b46ca903c3a48adf13d4c used request id req-54b3b167-c804-4da9-b97e-8fea40e813e2 2018-12-12 16:03:32,521 - keystone_utils - INFO - Granting role CreateStackFlavorTests-8806b538-07a1-4c3-proj-role to project CreateStackFlavorTests-8806b538-07a1-4c3-proj 2018-12-12 16:03:32,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles/71fe548a245b46ca903c3a48adf13d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:32,577 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17929511-d321-4547-a4fa-85d27056ea9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:32,577 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2/users/f46703ae7f2e4ffc83d08f2ef68c16cf/roles/71fe548a245b46ca903c3a48adf13d4c used request id req-17929511-d321-4547-a4fa-85d27056ea9a 2018-12-12 16:03:32,577 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:03:32,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:32,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:32,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71fe548a245b46ca903c3a48adf13d4c", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "304751bae88c474692624aaf236118d2", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/304751bae88c474692624aaf236118d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/304751bae88c474692624aaf236118d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/304751bae88c474692624aaf236118d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/304751bae88c474692624aaf236118d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/304751bae88c474692624aaf236118d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/304751bae88c474692624aaf236118d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/304751bae88c474692624aaf236118d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/304751bae88c474692624aaf236118d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/304751bae88c474692624aaf236118d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/304751bae88c474692624aaf236118d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/304751bae88c474692624aaf236118d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-8806b538-07a1-4c3-user", "id": "f46703ae7f2e4ffc83d08f2ef68c16cf"}, "audit_ids": ["DLWMEnfXSrO9lhrk6GtKkA"], "issued_at": "2018-12-12T16:03:32.000000Z"}} 2018-12-12 16:03:32,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:33,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c00d6fd-dd67-46fd-9437-8b95dca20bb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:33,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3c00d6fd-dd67-46fd-9437-8b95dca20bb7 2018-12-12 16:03:33,045 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:03:33,048 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:03:33,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks?stack_name=CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:33,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:33 GMT Server: Apache x-openstack-request-id: req-99f5b680-9148-4d1d-8c0e-c3ae0fe1cdd0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:03:33,219 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks?stack_name=CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack used request id req-99f5b680-9148-4d1d-8c0e-c3ae0fe1cdd0 2018-12-12 16:03:33,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" -d '{"stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-12-12 16:03:34,906 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:33 GMT Server: Apache x-openstack-request-id: req-4457c538-eb21-4b83-9b9e-76df72b5cbf6 Location: http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "links": [{"href": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b", "rel": "self"}]}} 2018-12-12 16:03:34,906 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks used request id req-4457c538-eb21-4b83-9b9e-76df72b5cbf6 2018-12-12 16:03:34,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/b75db191-e9cd-41a3-b6e8-0f084964282b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:35,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:34 GMT Server: Apache x-openstack-request-id: req-5c4fcbc8-bbff-4cd4-8d22-c1573134933b Location: http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:35,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:35 GMT Server: Apache x-openstack-request-id: req-024210b4-3afe-4d16-8e70-39e29b6fd30e 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": "304751bae88c474692624aaf236118d2", "OS::stack_id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "OS::stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack", "stack_user_project_id": "77f07b59d300447f911caf12f62f44c6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:03:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:35,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b used request id req-024210b4-3afe-4d16-8e70-39e29b6fd30e 2018-12-12 16:03:35,282 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack 2018-12-12 16:03:35,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/b75db191-e9cd-41a3-b6e8-0f084964282b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:35,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:35 GMT Server: Apache x-openstack-request-id: req-8cc61497-44e7-4354-ad10-3a777db3ed71 Location: http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:35,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:35 GMT Server: Apache x-openstack-request-id: req-22eeb2a8-2e36-48f8-98f5-f933459c75a6 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": "304751bae88c474692624aaf236118d2", "OS::stack_id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "OS::stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack", "stack_user_project_id": "77f07b59d300447f911caf12f62f44c6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:03:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:35,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b used request id req-22eeb2a8-2e36-48f8-98f5-f933459c75a6 2018-12-12 16:03:35,663 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:03:35,663 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack 2018-12-12 16:03:35,663 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack 2018-12-12 16:03:35,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/b75db191-e9cd-41a3-b6e8-0f084964282b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:35,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:35 GMT Server: Apache x-openstack-request-id: req-dc27108e-1429-4ba3-ad38-b12ecb7df4ed Location: http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:36,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:35 GMT Server: Apache x-openstack-request-id: req-6aca519d-cb49-46f6-9101-5f18fa0d3244 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-12-12T16:03:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:03:34Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bc7ae349-5580-4469-8230-c04618492573", "resource_type": "OS::Nova::Flavor"}]} 2018-12-12 16:03:36,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b/resources used request id req-6aca519d-cb49-46f6-9101-5f18fa0d3244 2018-12-12 16:03:36,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/bc7ae349-5580-4469-8230-c04618492573 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:36,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-0669e23e-9ed7-4a7d-afa0-af5c687f67e6 x-compute-request-id: req-0669e23e-9ed7-4a7d-afa0-af5c687f67e6 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/bc7ae349-5580-4469-8230-c04618492573", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/bc7ae349-5580-4469-8230-c04618492573", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "bc7ae349-5580-4469-8230-c04618492573", "name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack-flavor-rmbud2fw2b5f", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:03:36,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/bc7ae349-5580-4469-8230-c04618492573 used request id req-0669e23e-9ed7-4a7d-afa0-af5c687f67e6 2018-12-12 16:03:36,062 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:36,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:36,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71fe548a245b46ca903c3a48adf13d4c", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "304751bae88c474692624aaf236118d2", "name": "CreateStackFlavorTests-8806b538-07a1-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/304751bae88c474692624aaf236118d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/304751bae88c474692624aaf236118d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/304751bae88c474692624aaf236118d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/304751bae88c474692624aaf236118d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/304751bae88c474692624aaf236118d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/304751bae88c474692624aaf236118d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/304751bae88c474692624aaf236118d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/304751bae88c474692624aaf236118d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/304751bae88c474692624aaf236118d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/304751bae88c474692624aaf236118d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/304751bae88c474692624aaf236118d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-8806b538-07a1-4c3-user", "id": "f46703ae7f2e4ffc83d08f2ef68c16cf"}, "audit_ids": ["wmQnYnlZR_qCCeSI8rqNbw"], "issued_at": "2018-12-12T16:03:36.000000Z"}} 2018-12-12 16:03:36,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3ca836d57497d416b2d284d66d236a2a2796d7" 2018-12-12 16:03:36,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0072e6-9918-4778-a764-b7174c363333 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:36,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ad0072e6-9918-4778-a764-b7174c363333 2018-12-12 16:03:36,465 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:03:36,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3ca836d57497d416b2d284d66d236a2a2796d7" 2018-12-12 16:03:36,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-06c9c94a-d55f-4084-a365-233c03a06555 x-compute-request-id: req-06c9c94a-d55f-4084-a365-233c03a06555 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc7ae349-5580-4469-8230-c04618492573", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/bc7ae349-5580-4469-8230-c04618492573", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/bc7ae349-5580-4469-8230-c04618492573", "rel": "bookmark"}], "name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack-flavor-rmbud2fw2b5f"}]} 2018-12-12 16:03:36,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-06c9c94a-d55f-4084-a365-233c03a06555 2018-12-12 16:03:36,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/bc7ae349-5580-4469-8230-c04618492573 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3ca836d57497d416b2d284d66d236a2a2796d7" 2018-12-12 16:03:36,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-b3965593-cd84-4731-bec7-b8804499dadb x-compute-request-id: req-b3965593-cd84-4731-bec7-b8804499dadb Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/bc7ae349-5580-4469-8230-c04618492573", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/bc7ae349-5580-4469-8230-c04618492573", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "bc7ae349-5580-4469-8230-c04618492573", "name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack-flavor-rmbud2fw2b5f", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:03:36,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/bc7ae349-5580-4469-8230-c04618492573 used request id req-b3965593-cd84-4731-bec7-b8804499dadb 2018-12-12 16:03:36,681 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack-flavor-rmbud2fw2b5f 2018-12-12 16:03:36,681 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack 2018-12-12 16:03:36,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/b75db191-e9cd-41a3-b6e8-0f084964282b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:36,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:36 GMT Server: Apache x-openstack-request-id: req-f6efd922-ce3e-4153-8db7-90771bc1dd01 Location: http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:36,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:36 GMT Server: Apache x-openstack-request-id: req-281d8cdc-202a-4b15-b77b-4b3c67c70490 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:36,913 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b used request id req-281d8cdc-202a-4b15-b77b-4b3c67c70490 2018-12-12 16:03:36,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/b75db191-e9cd-41a3-b6e8-0f084964282b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:36,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:36 GMT Server: Apache x-openstack-request-id: req-3089a32b-32f6-4b51-8865-efee22f465bd Location: http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:36,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:36 GMT Server: Apache x-openstack-request-id: req-44c59f47-ecbf-4dd9-8cad-c8940c14f9ad Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 504 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "304751bae88c474692624aaf236118d2", "OS::stack_id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "OS::stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack", "stack_user_project_id": "77f07b59d300447f911caf12f62f44c6", "tags": null, "creation_time": "2018-12-12T16:03:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:03:36Z", "id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:36,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b used request id req-44c59f47-ecbf-4dd9-8cad-c8940c14f9ad 2018-12-12 16:03:36,968 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:03:36,968 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:03:39,971 - create_stack - DEBUG - Stack status query timeout in 1196.94206405 2018-12-12 16:03:39,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/b75db191-e9cd-41a3-b6e8-0f084964282b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:40,190 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:39 GMT Server: Apache x-openstack-request-id: req-360ae83f-75dd-4850-80fc-c5ec17252e03 Location: http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:40,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:40 GMT Server: Apache x-openstack-request-id: req-a8b566d4-88d6-45ff-b87f-3822f0f05801 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "304751bae88c474692624aaf236118d2", "OS::stack_id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "OS::stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack"}, "deletion_time": "2018-12-12T16:03:38Z", "stack_name": "CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack", "stack_user_project_id": "77f07b59d300447f911caf12f62f44c6", "tags": null, "creation_time": "2018-12-12T16:03:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:03:36Z", "id": "b75db191-e9cd-41a3-b6e8-0f084964282b", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-12 16:03:40,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b used request id req-a8b566d4-88d6-45ff-b87f-3822f0f05801 2018-12-12 16:03:40,233 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:03:40,233 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack 2018-12-12 16:03:40,234 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack 2018-12-12 16:03:40,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/b75db191-e9cd-41a3-b6e8-0f084964282b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503db0b77fe834813e060d8747e3be47606d5d1" 2018-12-12 16:03:40,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:40 GMT Server: Apache x-openstack-request-id: req-6eac0124-dd65-488b-9932-1cea5446c09f Location: http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:40,721 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:03:40 GMT Server: Apache x-openstack-request-id: req-bac4c930-5287-499f-8751-5e0d8905ec77 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:03:40,721 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/304751bae88c474692624aaf236118d2/stacks/CreateStackFlavorTests-101c3cb1-4185-45a0-87c0-d230b3b8f9b9-stack/b75db191-e9cd-41a3-b6e8-0f084964282b used request id req-bac4c930-5287-499f-8751-5e0d8905ec77 2018-12-12 16:03:40,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:40,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-48df75bf-0e57-491f-8e87-997cfab95bc8 Date: Wed, 12 Dec 2018 16:03:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:03:40,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-48df75bf-0e57-491f-8e87-997cfab95bc8 2018-12-12 16:03:40,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:41,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de665d71-8c97-479f-8fe9-6e7b02dec1b8 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 16:03:41,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-de665d71-8c97-479f-8fe9-6e7b02dec1b8 2018-12-12 16:03:41,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:41,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97a2655-e4a7-46d5-85aa-7da7daae195b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 16:03:41,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-c97a2655-e4a7-46d5-85aa-7da7daae195b 2018-12-12 16:03:41,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:41,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f913ffd-f308-4f84-982d-5b1534fc8425 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 16:03:41,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-2f913ffd-f308-4f84-982d-5b1534fc8425 2018-12-12 16:03:41,216 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-8806b538-07a1-4c3-proj 2018-12-12 16:03:41,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:41,440 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1c735f9-8ecb-40f0-be9e-b518f811b4ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:41,440 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/304751bae88c474692624aaf236118d2 used request id req-b1c735f9-8ecb-40f0-be9e-b518f811b4ec 2018-12-12 16:03:41,440 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-8806b538-07a1-4c3-proj-role 2018-12-12 16:03:41,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/71fe548a245b46ca903c3a48adf13d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:41,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-330848d2-7ec6-4ea4-ab09-abf69e899497 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:41,562 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/71fe548a245b46ca903c3a48adf13d4c used request id req-330848d2-7ec6-4ea4-ab09-abf69e899497 2018-12-12 16:03:41,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8db2a812c987f47cdd855cd4039a59176234cd" 2018-12-12 16:03:41,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b480927-46e1-4f8f-a137-194f6ae029b0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:41,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3b480927-46e1-4f8f-a137-194f6ae029b0 2018-12-12 16:03:41,655 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-8806b538-07a1-4c3-user 2018-12-12 16:03:41,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f46703ae7f2e4ffc83d08f2ef68c16cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d33b8461f52d35843430de8261fbeab61e8754" 2018-12-12 16:03:41,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85b1f034-cf75-472f-ba40-d1f1f334031f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:41,830 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f46703ae7f2e4ffc83d08f2ef68c16cf used request id req-85b1f034-cf75-472f-ba40-d1f1f334031f 2018-12-12 16:03:41,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:42,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["gKdy801CS2a4rPxdZWAcHA"], "issued_at": "2018-12-12T16:03:42.000000Z"}} 2018-12-12 16:03:42,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f316e201409da8dcc66fae482a4deb73536d80" 2018-12-12 16:03:42,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3480d632-4155-412f-99eb-662cdee52a07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:42,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3480d632-4155-412f-99eb-662cdee52a07 2018-12-12 16:03:42,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:42,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:42,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["o8JmkxlnQtKGFm8hFT3nww"], "issued_at": "2018-12-12T16:03:42.000000Z"}} 2018-12-12 16:03:42,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:42,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c10b02-5fa6-4796-9a71-befe77dff64b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:42,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-23c10b02-5fa6-4796-9a71-befe77dff64b 2018-12-12 16:03:42,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:42,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:03:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:42,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:42,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6064f920-4116-4cdd-84fa-2ae5a1837fc2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:03:42,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj used request id req-6064f920-4116-4cdd-84fa-2ae5a1837fc2 2018-12-12 16:03:42,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:43,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d68cf8f-1ee4-47e3-9e22-cab1a0113298 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:03:43,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2d68cf8f-1ee4-47e3-9e22-cab1a0113298 2018-12-12 16:03:43,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj"}}' 2018-12-12 16:03:43,137 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bea863f-6a21-4175-bc75-ad8ff53c40d5 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f"}, "enabled": true, "id": "b2ed283cfa2b48d8a2089208f8d65f9f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj"}} 2018-12-12 16:03:43,137 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7bea863f-6a21-4175-bc75-ad8ff53c40d5 2018-12-12 16:03:43,138 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-fc404be7-05cb-4ee-proj 2018-12-12 16:03:43,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:43,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:43,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["w77D7op6TLeNWt0J0i9QjA"], "issued_at": "2018-12-12T16:03:43.000000Z"}} 2018-12-12 16:03:43,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:43,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4729d28-eb8a-4f4f-9527-5d0b1f59adc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:43,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d4729d28-eb8a-4f4f-9527-5d0b1f59adc4 2018-12-12 16:03:43,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:43,612 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:43,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:43,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8e80b60-fba5-4a85-8ec9-fc3e5b27a298 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:03:43,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f8e80b60-fba5-4a85-8ec9-fc3e5b27a298 2018-12-12 16:03:43,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:43,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9f6bee4-554c-4745-a7e0-711025530a96 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f"}, "enabled": true, "id": "b2ed283cfa2b48d8a2089208f8d65f9f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj"}]} 2018-12-12 16:03:43,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj used request id req-c9f6bee4-554c-4745-a7e0-711025530a96 2018-12-12 16:03:43,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:43,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3766103f-d3e3-44c1-b3b9-5a0b80982dd0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:03:43,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3766103f-d3e3-44c1-b3b9-5a0b80982dd0 2018-12-12 16:03:44,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:44,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ea1a43-bc03-48ae-bfb3-7f89f4578555 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:44,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-15ea1a43-bc03-48ae-bfb3-7f89f4578555 2018-12-12 16:03:44,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:44,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53048522-94da-4fc6-935a-3dd384140132 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f"}, "enabled": true, "id": "b2ed283cfa2b48d8a2089208f8d65f9f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj"}]} 2018-12-12 16:03:44,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-fc404be7-05cb-4ee-proj used request id req-53048522-94da-4fc6-935a-3dd384140132 2018-12-12 16:03:44,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/6379d932dde640e9aeea1e0fc89cd3ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:44,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b4b9d88-76e4-4aee-b5ca-42c996e881a5 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-fc404be7-05cb-4ee-user", "links": {"self": "http://172.30.9.29:5000/v3/users/6379d932dde640e9aeea1e0fc89cd3ae"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "b2ed283cfa2b48d8a2089208f8d65f9f", "id": "6379d932dde640e9aeea1e0fc89cd3ae", "password_expires_at": null}} 2018-12-12 16:03:44,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6379d932dde640e9aeea1e0fc89cd3ae used request id req-5b4b9d88-76e4-4aee-b5ca-42c996e881a5 2018-12-12 16:03:44,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f/users/6379d932dde640e9aeea1e0fc89cd3ae/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:44,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c370ab2-8ceb-4ff8-a3b8-11e5db6b2d0e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f/users/6379d932dde640e9aeea1e0fc89cd3ae/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:03:44,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f/users/6379d932dde640e9aeea1e0fc89cd3ae/roles used request id req-0c370ab2-8ceb-4ff8-a3b8-11e5db6b2d0e 2018-12-12 16:03:44,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:44,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe68c60-ba6b-4971-94e2-13a86499bceb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:03:44,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-6fe68c60-ba6b-4971-94e2-13a86499bceb 2018-12-12 16:03:44,671 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-fc404be7-05cb-4ee-proj 2018-12-12 16:03:44,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f/users/6379d932dde640e9aeea1e0fc89cd3ae/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:44,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dae14822-ae17-4773-ba31-c6994c9a0f21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:44,798 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f/users/6379d932dde640e9aeea1e0fc89cd3ae/roles/e8c8590d1f254077b29715df32c522d0 used request id req-dae14822-ae17-4773-ba31-c6994c9a0f21 2018-12-12 16:03:44,799 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-fc404be7-05cb-4ee-user 2018-12-12 16:03:44,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:44,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:44,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4971b348-6a31-4ff7-9baf-3f5e94be04af Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:44,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4971b348-6a31-4ff7-9baf-3f5e94be04af 2018-12-12 16:03:44,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" -d '{"role": {"name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role"}}' 2018-12-12 16:03:44,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2a0b6ad-b761-4cf9-875c-0c42a22e03b9 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "07df10fde9f246af8c04d4aa3d635541", "links": {"self": "http://172.30.9.29:5000/v3/roles/07df10fde9f246af8c04d4aa3d635541"}, "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role"}} 2018-12-12 16:03:44,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a2a0b6ad-b761-4cf9-875c-0c42a22e03b9 2018-12-12 16:03:44,994 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role 2018-12-12 16:03:44,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/07df10fde9f246af8c04d4aa3d635541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:45,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b507b99-f438-49c2-960b-8bcdd305112f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/07df10fde9f246af8c04d4aa3d635541"}, "domain_id": null, "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role", "id": "07df10fde9f246af8c04d4aa3d635541"}} 2018-12-12 16:03:45,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/07df10fde9f246af8c04d4aa3d635541 used request id req-3b507b99-f438-49c2-960b-8bcdd305112f 2018-12-12 16:03:45,079 - keystone_utils - INFO - Granting role CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role to project CreateStackKeypairTests-fc404be7-05cb-4ee-proj 2018-12-12 16:03:45,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f/users/6379d932dde640e9aeea1e0fc89cd3ae/roles/07df10fde9f246af8c04d4aa3d635541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:45,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db273f29-205d-4108-a3bc-0154645b4313 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:45,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f/users/6379d932dde640e9aeea1e0fc89cd3ae/roles/07df10fde9f246af8c04d4aa3d635541 used request id req-db273f29-205d-4108-a3bc-0154645b4313 2018-12-12 16:03:45,218 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:03:45,219 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:03:45,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:45,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:45,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "07df10fde9f246af8c04d4aa3d635541", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2ed283cfa2b48d8a2089208f8d65f9f", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-user", "id": "6379d932dde640e9aeea1e0fc89cd3ae"}, "audit_ids": ["3MKloPRLSRKdSZS-Y5NcBg"], "issued_at": "2018-12-12T16:03:45.000000Z"}} 2018-12-12 16:03:45,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:45,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5705810-bd4f-4473-bbb9-037bccee26a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:45,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a5705810-bd4f-4473-bbb9-037bccee26a7 2018-12-12 16:03:45,674 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:03:45,677 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:03:45,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:45,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:45 GMT Server: Apache x-openstack-request-id: req-b79d46c3-88b1-4cbb-8526-bb9a7f5a2c71 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:03:45,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack used request id req-b79d46c3-88b1-4cbb-8526-bb9a7f5a2c71 2018-12-12 16:03:45,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-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-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp"}}' 2018-12-12 16:03:47,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:45 GMT Server: Apache x-openstack-request-id: req-f6622dd8-b235-4edf-9e85-fba31f8d7c89 Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "links": [{"href": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7", "rel": "self"}]}} 2018-12-12 16:03:47,400 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks used request id req-f6622dd8-b235-4edf-9e85-fba31f8d7c89 2018-12-12 16:03:47,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/a6cf32c2-d769-4091-9a12-2fe435bb78b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:47,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:47 GMT Server: Apache x-openstack-request-id: req-ba1b795b-582a-4173-a579-a9638bb42023 Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:47,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:47 GMT Server: Apache x-openstack-request-id: req-cfcf1c8c-c5d5-4e5a-943e-f1464a6592fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "b2ed283cfa2b48d8a2089208f8d65f9f", "OS::stack_id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "keypair_name": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "stack_user_project_id": "4753793752114c4787fcb05e60620c12", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:03:46Z", "links": [{"href": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-12 16:03:47,769 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 used request id req-cfcf1c8c-c5d5-4e5a-943e-f1464a6592fe 2018-12-12 16:03:47,770 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack 2018-12-12 16:03:47,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/a6cf32c2-d769-4091-9a12-2fe435bb78b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:47,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:47 GMT Server: Apache x-openstack-request-id: req-95c025b4-9dd4-48fd-8224-57ffe794c16e Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:48,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:47 GMT Server: Apache x-openstack-request-id: req-a66907d7-fa97-473b-80da-0cdcb428967d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1915 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "b2ed283cfa2b48d8a2089208f8d65f9f", "OS::stack_id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "keypair_name": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "stack_user_project_id": "4753793752114c4787fcb05e60620c12", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:03:46Z", "links": [{"href": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv90sOwzRmZRurwfgoyRk76plh4yTWI6mQmtC33D5qEI4VPuV\nZatE9N2z3OxelnwYpQdfP88dbuLzLCzuYed5qkjubKr5PjaKBMHih9tYljIDuS8t\n8bIDFsCIGjYUAzxTkTbMR4EThHgHplCvgKODZWLhgqGyMdQnLyQT1IFsXSj87t49\n2s8nMjUQr7ttJjiDNCoaq+ou5CBFjkFvcK5VNQUDyKZmTmIRfinu/z37JSEK5J1s\nbr6ndulJDiLTmH6WG2YcGDbdvcz3VHsIaoqb1GvTL1gt0sa+9YxPjJt/y6Kq0Kyw\ni6vn/6oXJI0ktMoQSZHP2BiqWRmJhXWrslNngwIDAQABAoIBAAp1D5gYVsQ8Jtw7\nXa8GqMm3S9lbfBxzifRMzFRJYBIfqdpX7AiikRuXidoct/sTwHQeNr7PlxcYH5Dk\n0glcCHGTkAs0NmmBp3wi5SnqdqWZDELno2VtAmYXEFP9ZpHWk+dySSgMjPfHYwNZ\nmnc0clDwVsI79e5pVcln+fy3ISTiotqYfHovKmOqllK/GRwpLVihKNrBihARxUff\nT2ggESBkZGOk3pZSk/P0gKzmQ5jrYTUHpKTcqbf2OeS/KFp4CRTvFDE8SG7AGs+j\nl/aPIvCdtkX+GMaOzVNXf/2mOlsb/raomWwXAgnCp3bR83i3A2x0ouyK3xYD5gdq\n75kcIIECgYEA5PZiFIueTeuLa1CjhvJ1AQEWv+zrM/gS7zzfRBOXiQBK58OmMd9P\nZ0DyKgqtD28GS2xcw9ssUcWn/DhgEQxuc8FqMydz6VadFubnwzqb/uA5znXJJ/x5\nLgxmGJHDVz5WCMav2LcAIC/fVsY/SOdasUW948Ghg6iwtDwmRs3EWhMCgYEA1oVK\nD1E5HwWEhb3hcQFui4fAZjgWbcNbNz1GIIKuW8v7akdrQtNTSk71gKBcIxkUk0rl\nqa/b0zX9ObOSO7GW5zom1JBnrDsALUZqTet7Qz4cT5Fl1Ht1IqyaFDW9f1GArVDY\nbf+kLKp5iO9Cg5o6nPmA1MhchF408SSL8/CeatECgYEAqxx+/D/DlRQdY5wmOenl\nC1UW/WQ/+tzAuc5SRPwnWZnAYSjUgZ0UKGRfFpBX+ZrNp3xab3zSyGHhQxuWn+cc\nfKHljklD1PSH/d+fAUZB4t8MFIHuTVXf8kwN2PrGc+MARRrHvDw3edaNILqT/RX5\nr1YhrZ696DkfpfL14CBTR8UCgYAU75U2wXqNqIAyfUGPQdCEFY+VakvmEnbIgVZi\nvd4+Xz3+NVImh3FNgz86emwDkOMNLPYVBXCywEYiZ4ASC1bq4iYAAMfdazStNn4R\ndLXm7hzdNxd1EUdxRt8Ssdv4nP+t6oH02kovgcOytYcMSPUHdOI54gQFdxw7nJF8\nETOkwQKBgBsMDNQxz8sP1Vx8EojLad/NOE8JbHV7JSstrMYmZ6m8pb00Fn3DWffe\nmZrFM2GSavHuJsOXfPmiaNlRvZr78M61SMDz/THqbyT3978m3/J4PcVjGeiUBjfq\nKp/GtjGT4UksSEWYJc0zIH+tmXwLAHNbAU6mbXnpiv3l683IqXSc\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-12 16:03:48,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 used request id req-a66907d7-fa97-473b-80da-0cdcb428967d 2018-12-12 16:03:48,264 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:03:48,264 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack 2018-12-12 16:03:48,264 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack 2018-12-12 16:03:48,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/a6cf32c2-d769-4091-9a12-2fe435bb78b7/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:48,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:48 GMT Server: Apache x-openstack-request-id: req-a6fe0e91-b8e9-4c5f-bc05-b61163c179b2 Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:48,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:48 GMT Server: Apache x-openstack-request-id: req-0eb15dc7-54b3-4a5e-a0a1-4b2ce4f2813d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T16:03:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:03:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-12-12 16:03:48,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7/resources used request id req-0eb15dc7-54b3-4a5e-a0a1-4b2ce4f2813d 2018-12-12 16:03:48,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:48,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03: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-8dba0e61-4155-4cf7-8aab-9a93a3ff84d9 x-compute-request-id: req-8dba0e61-4155-4cf7-8aab-9a93a3ff84d9 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/3Sw7DNGZlG6vB+CjJGTvqmWHjJNYjqZCa0LfcPmoQjhU+5Vlq0T03bPc7F6WfBilB18/zx1u4vMsLO5h53mqSO5sqvk+NooEweKH21iWMgO5Ly3xsgMWwIgaNhQDPFORNsxHgROEeAemUK+Ao4NlYuGCobIx1CcvJBPUgWxdKPzu3j3azycyNRCvu20mOIM0Khqr6i7kIEWOQW9wrlU1BQPIpmZOYhF+Ke7/PfslIQrknWxuvqd26UkOItOYfpYbZhwYNt29zPdUewhqipvUa9MvWC3Sxr71jE+Mm3/LoqrQrLCLq+f/qhckjSS0yhBJkc/YGKpZGYmFdauyU2eD Generated-by-Nova", "user_id": "6379d932dde640e9aeea1e0fc89cd3ae", "name": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp", "deleted": false, "created_at": "2018-12-12T16:03:47.000000", "updated_at": null, "fingerprint": "44:b7:43:57:b7:e2:01:20:e4:0b:40:09:4b:23:28:e5", "deleted_at": null, "id": 95}} 2018-12-12 16:03:48,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp used request id req-8dba0e61-4155-4cf7-8aab-9a93a3ff84d9 2018-12-12 16:03:48,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/a6cf32c2-d769-4091-9a12-2fe435bb78b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:48,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:48 GMT Server: Apache x-openstack-request-id: req-b54b7a64-f10c-46b5-84a6-32916826d5f1 Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:48,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:48 GMT Server: Apache x-openstack-request-id: req-e815d0ea-37fb-4259-b954-dca5cd1a73cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1915 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "b2ed283cfa2b48d8a2089208f8d65f9f", "OS::stack_id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "keypair_name": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "stack_user_project_id": "4753793752114c4787fcb05e60620c12", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:03:46Z", "links": [{"href": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv90sOwzRmZRurwfgoyRk76plh4yTWI6mQmtC33D5qEI4VPuV\nZatE9N2z3OxelnwYpQdfP88dbuLzLCzuYed5qkjubKr5PjaKBMHih9tYljIDuS8t\n8bIDFsCIGjYUAzxTkTbMR4EThHgHplCvgKODZWLhgqGyMdQnLyQT1IFsXSj87t49\n2s8nMjUQr7ttJjiDNCoaq+ou5CBFjkFvcK5VNQUDyKZmTmIRfinu/z37JSEK5J1s\nbr6ndulJDiLTmH6WG2YcGDbdvcz3VHsIaoqb1GvTL1gt0sa+9YxPjJt/y6Kq0Kyw\ni6vn/6oXJI0ktMoQSZHP2BiqWRmJhXWrslNngwIDAQABAoIBAAp1D5gYVsQ8Jtw7\nXa8GqMm3S9lbfBxzifRMzFRJYBIfqdpX7AiikRuXidoct/sTwHQeNr7PlxcYH5Dk\n0glcCHGTkAs0NmmBp3wi5SnqdqWZDELno2VtAmYXEFP9ZpHWk+dySSgMjPfHYwNZ\nmnc0clDwVsI79e5pVcln+fy3ISTiotqYfHovKmOqllK/GRwpLVihKNrBihARxUff\nT2ggESBkZGOk3pZSk/P0gKzmQ5jrYTUHpKTcqbf2OeS/KFp4CRTvFDE8SG7AGs+j\nl/aPIvCdtkX+GMaOzVNXf/2mOlsb/raomWwXAgnCp3bR83i3A2x0ouyK3xYD5gdq\n75kcIIECgYEA5PZiFIueTeuLa1CjhvJ1AQEWv+zrM/gS7zzfRBOXiQBK58OmMd9P\nZ0DyKgqtD28GS2xcw9ssUcWn/DhgEQxuc8FqMydz6VadFubnwzqb/uA5znXJJ/x5\nLgxmGJHDVz5WCMav2LcAIC/fVsY/SOdasUW948Ghg6iwtDwmRs3EWhMCgYEA1oVK\nD1E5HwWEhb3hcQFui4fAZjgWbcNbNz1GIIKuW8v7akdrQtNTSk71gKBcIxkUk0rl\nqa/b0zX9ObOSO7GW5zom1JBnrDsALUZqTet7Qz4cT5Fl1Ht1IqyaFDW9f1GArVDY\nbf+kLKp5iO9Cg5o6nPmA1MhchF408SSL8/CeatECgYEAqxx+/D/DlRQdY5wmOenl\nC1UW/WQ/+tzAuc5SRPwnWZnAYSjUgZ0UKGRfFpBX+ZrNp3xab3zSyGHhQxuWn+cc\nfKHljklD1PSH/d+fAUZB4t8MFIHuTVXf8kwN2PrGc+MARRrHvDw3edaNILqT/RX5\nr1YhrZ696DkfpfL14CBTR8UCgYAU75U2wXqNqIAyfUGPQdCEFY+VakvmEnbIgVZi\nvd4+Xz3+NVImh3FNgz86emwDkOMNLPYVBXCywEYiZ4ASC1bq4iYAAMfdazStNn4R\ndLXm7hzdNxd1EUdxRt8Ssdv4nP+t6oH02kovgcOytYcMSPUHdOI54gQFdxw7nJF8\nETOkwQKBgBsMDNQxz8sP1Vx8EojLad/NOE8JbHV7JSstrMYmZ6m8pb00Fn3DWffe\nmZrFM2GSavHuJsOXfPmiaNlRvZr78M61SMDz/THqbyT3978m3/J4PcVjGeiUBjfq\nKp/GtjGT4UksSEWYJc0zIH+tmXwLAHNbAU6mbXnpiv3l683IqXSc\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-12 16:03:48,813 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 used request id req-e815d0ea-37fb-4259-b954-dca5cd1a73cb 2018-12-12 16:03:48,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:48,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:49,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "07df10fde9f246af8c04d4aa3d635541", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2ed283cfa2b48d8a2089208f8d65f9f", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-user", "id": "6379d932dde640e9aeea1e0fc89cd3ae"}, "audit_ids": ["moIUVpp4R162H-WJBSYLUg"], "issued_at": "2018-12-12T16:03:49.000000Z"}} 2018-12-12 16:03:49,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89cbe17b76d841a4fb2345a76354cd049d8eec83" 2018-12-12 16:03:49,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcbd56ae-ed4b-4dbc-ad3d-4918377835c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:49,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bcbd56ae-ed4b-4dbc-ad3d-4918377835c3 2018-12-12 16:03:49,278 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:03:49,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89cbe17b76d841a4fb2345a76354cd049d8eec83" 2018-12-12 16:03:49,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-1cc3f17b-37cc-468e-9521-ac6bfeb3a20e x-compute-request-id: req-1cc3f17b-37cc-468e-9521-ac6bfeb3a20e Content-Encoding: gzip Content-Length: 492 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/3Sw7DNGZlG6vB+CjJGTvqmWHjJNYjqZCa0LfcPmoQjhU+5Vlq0T03bPc7F6WfBilB18/zx1u4vMsLO5h53mqSO5sqvk+NooEweKH21iWMgO5Ly3xsgMWwIgaNhQDPFORNsxHgROEeAemUK+Ao4NlYuGCobIx1CcvJBPUgWxdKPzu3j3azycyNRCvu20mOIM0Khqr6i7kIEWOQW9wrlU1BQPIpmZOYhF+Ke7/PfslIQrknWxuvqd26UkOItOYfpYbZhwYNt29zPdUewhqipvUa9MvWC3Sxr71jE+Mm3/LoqrQrLCLq+f/qhckjSS0yhBJkc/YGKpZGYmFdauyU2eD Generated-by-Nova", "name": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp", "fingerprint": "44:b7:43:57:b7:e2:01:20:e4:0b:40:09:4b:23:28:e5"}}]} 2018-12-12 16:03:49,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-1cc3f17b-37cc-468e-9521-ac6bfeb3a20e 2018-12-12 16:03:49,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:49,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "07df10fde9f246af8c04d4aa3d635541", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2ed283cfa2b48d8a2089208f8d65f9f", "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/b2ed283cfa2b48d8a2089208f8d65f9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-fc404be7-05cb-4ee-user", "id": "6379d932dde640e9aeea1e0fc89cd3ae"}, "audit_ids": ["Tvd57t8TRkqu6wmAErshgg"], "issued_at": "2018-12-12T16:03:49.000000Z"}} 2018-12-12 16:03:49,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1082509a8d0fc3159eb7a3f52cb3d42e38045de" 2018-12-12 16:03:50,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-b1371038-e875-41bf-ad5b-78539219733f x-compute-request-id: req-b1371038-e875-41bf-ad5b-78539219733f Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/3Sw7DNGZlG6vB+CjJGTvqmWHjJNYjqZCa0LfcPmoQjhU+5Vlq0T03bPc7F6WfBilB18/zx1u4vMsLO5h53mqSO5sqvk+NooEweKH21iWMgO5Ly3xsgMWwIgaNhQDPFORNsxHgROEeAemUK+Ao4NlYuGCobIx1CcvJBPUgWxdKPzu3j3azycyNRCvu20mOIM0Khqr6i7kIEWOQW9wrlU1BQPIpmZOYhF+Ke7/PfslIQrknWxuvqd26UkOItOYfpYbZhwYNt29zPdUewhqipvUa9MvWC3Sxr71jE+Mm3/LoqrQrLCLq+f/qhckjSS0yhBJkc/YGKpZGYmFdauyU2eD Generated-by-Nova", "user_id": "6379d932dde640e9aeea1e0fc89cd3ae", "name": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp", "deleted": false, "created_at": "2018-12-12T16:03:47.000000", "updated_at": null, "fingerprint": "44:b7:43:57:b7:e2:01:20:e4:0b:40:09:4b:23:28:e5", "deleted_at": null, "id": 95}} 2018-12-12 16:03:50,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp used request id req-b1371038-e875-41bf-ad5b-78539219733f 2018-12-12 16:03:50,087 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack 2018-12-12 16:03:50,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/a6cf32c2-d769-4091-9a12-2fe435bb78b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:50,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:50 GMT Server: Apache x-openstack-request-id: req-a645f76d-5a12-4990-b291-14f608316914 Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:50,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:50 GMT Server: Apache x-openstack-request-id: req-5d23a2ca-9e7b-4e70-991a-99bcb655b219 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:50,319 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 used request id req-5d23a2ca-9e7b-4e70-991a-99bcb655b219 2018-12-12 16:03:50,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/a6cf32c2-d769-4091-9a12-2fe435bb78b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:50,486 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:50 GMT Server: Apache x-openstack-request-id: req-cca2ab2f-b424-43e0-aed3-000a9eb3f799 Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:50,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:50 GMT Server: Apache x-openstack-request-id: req-4c267fc3-5aa8-4846-8920-111ff9e55d67 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 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": "b2ed283cfa2b48d8a2089208f8d65f9f", "OS::stack_id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "keypair_name": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "stack_user_project_id": "4753793752114c4787fcb05e60620c12", "tags": null, "creation_time": "2018-12-12T16:03:46Z", "links": [{"href": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:03:50Z", "id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-12 16:03:50,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 used request id req-4c267fc3-5aa8-4846-8920-111ff9e55d67 2018-12-12 16:03:50,664 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:03:50,664 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:03:53,667 - create_stack - DEBUG - Stack status query timeout in 1196.65172386 2018-12-12 16:03:53,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/a6cf32c2-d769-4091-9a12-2fe435bb78b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:53,840 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:53 GMT Server: Apache x-openstack-request-id: req-829019ba-c3cd-4831-98ce-0bc43423b736 Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:53,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:53 GMT Server: Apache x-openstack-request-id: req-d80e6275-051a-41d2-a6dd-8325a4708dee 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": "b2ed283cfa2b48d8a2089208f8d65f9f", "OS::stack_id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "keypair_name": "CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-kp"}, "deletion_time": "2018-12-12T16:03:51Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack", "stack_user_project_id": "4753793752114c4787fcb05e60620c12", "tags": null, "creation_time": "2018-12-12T16:03:46Z", "links": [{"href": "http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:03:50Z", "id": "a6cf32c2-d769-4091-9a12-2fe435bb78b7", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-12-12 16:03:53,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 used request id req-d80e6275-051a-41d2-a6dd-8325a4708dee 2018-12-12 16:03:53,883 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:03:53,883 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack 2018-12-12 16:03:53,883 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack 2018-12-12 16:03:53,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/a6cf32c2-d769-4091-9a12-2fe435bb78b7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980c5ff2c16d282c92a587167d9eedd08df4291a" 2018-12-12 16:03:53,914 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:03:53 GMT Server: Apache x-openstack-request-id: req-fee57eac-e836-46f0-be9e-fce9a0671fef Location: http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:03:53,941 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:03:53 GMT Server: Apache x-openstack-request-id: req-87330904-3ac6-4c79-a993-145b8b6b0ef9 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:03:53,941 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/b2ed283cfa2b48d8a2089208f8d65f9f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c1d39c6e-c080-4dcf-a24c-7f79825c6d26-stack/a6cf32c2-d769-4091-9a12-2fe435bb78b7 used request id req-87330904-3ac6-4c79-a993-145b8b6b0ef9 2018-12-12 16:03:53,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:54,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-75b90593-741d-427e-bbd7-d530a836d4a1 Date: Wed, 12 Dec 2018 16:03:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:03:54,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-75b90593-741d-427e-bbd7-d530a836d4a1 2018-12-12 16:03:54,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:54,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b2481d-3093-4bbb-89f5-5862953b295d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 16:03:54,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-a2b2481d-3093-4bbb-89f5-5862953b295d 2018-12-12 16:03:54,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:54,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d2ed09-3261-4363-9d52-5f523a0e8eed Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 16:03:54,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-61d2ed09-3261-4363-9d52-5f523a0e8eed 2018-12-12 16:03:54,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:54,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c95b5787-a6e7-4428-a70c-bacd570223da Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 16:03:54,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-c95b5787-a6e7-4428-a70c-bacd570223da 2018-12-12 16:03:54,437 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-fc404be7-05cb-4ee-proj 2018-12-12 16:03:54,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:54,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebb15ded-be3d-4264-a8fd-91ab0ebbe4cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:54,631 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b2ed283cfa2b48d8a2089208f8d65f9f used request id req-ebb15ded-be3d-4264-a8fd-91ab0ebbe4cd 2018-12-12 16:03:54,631 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-fc404be7-05cb-4ee-proj-role 2018-12-12 16:03:54,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/07df10fde9f246af8c04d4aa3d635541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:54,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdbfa096-05a3-4ec0-9ce3-61af2f3f3ea6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:54,742 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/07df10fde9f246af8c04d4aa3d635541 used request id req-bdbfa096-05a3-4ec0-9ce3-61af2f3f3ea6 2018-12-12 16:03:54,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d8ab631b2a09260d9e0e437474fc0263d810e0" 2018-12-12 16:03:54,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89897c87-c496-48e2-b47b-48e50d68eb2c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:54,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-89897c87-c496-48e2-b47b-48e50d68eb2c 2018-12-12 16:03:54,829 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-fc404be7-05cb-4ee-user 2018-12-12 16:03:54,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6379d932dde640e9aeea1e0fc89cd3ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7bae1c099869d73b6a2f95ddc697bd76b5cc48b" 2018-12-12 16:03:55,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-934a10cd-aa84-41ad-8831-42e2226cf8d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:55,023 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6379d932dde640e9aeea1e0fc89cd3ae used request id req-934a10cd-aa84-41ad-8831-42e2226cf8d0 2018-12-12 16:03:55,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:55,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["oBrpd5VBQ565tFKRT_72Ug"], "issued_at": "2018-12-12T16:03:55.000000Z"}} 2018-12-12 16:03:55,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc38a4c59e53b35112569e2fe3c0847f905d2e30" 2018-12-12 16:03:55,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-431b014a-8558-4cc9-9850-fda7c7403517 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:55,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-431b014a-8558-4cc9-9850-fda7c7403517 2018-12-12 16:03:55,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:55,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:55,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6nbW0UtnQEyuWiR65Bgj9Q"], "issued_at": "2018-12-12T16:03:55.000000Z"}} 2018-12-12 16:03:55,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:03:55,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-230cffd8-f4c5-4e04-94b2-164f5cacb899 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:55,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-230cffd8-f4c5-4e04-94b2-164f5cacb899 2018-12-12 16:03:55,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:55,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:55,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:03:56,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c80ef542-8ea7-4be7-b63f-81229ef23fea Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:03:56,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj used request id req-c80ef542-8ea7-4be7-b63f-81229ef23fea 2018-12-12 16:03:56,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:03:56,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-859a3842-cd7a-4177-882a-a54ab7c1d65c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:03:56,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-859a3842-cd7a-4177-882a-a54ab7c1d65c 2018-12-12 16:03:56,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj"}}' 2018-12-12 16:03:56,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27ccf39f-1fac-4529-a6d0-50f5a4b8701d Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9"}, "enabled": true, "id": "43332ac965624997870d1c36ddd5d1a9", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj"}} 2018-12-12 16:03:56,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-27ccf39f-1fac-4529-a6d0-50f5a4b8701d 2018-12-12 16:03:56,294 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj 2018-12-12 16:03:56,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:56,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:56,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qL-8jPljSaSuV8CkhCFlyg"], "issued_at": "2018-12-12T16:03:56.000000Z"}} 2018-12-12 16:03:56,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:56,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4900769b-670f-481d-85e4-5b6632691b3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:56,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4900769b-670f-481d-85e4-5b6632691b3f 2018-12-12 16:03:56,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:03:56,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:03:56,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:56,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc38bad-6e1d-406f-8bd7-2ca99add0eb0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:03:56,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fbc38bad-6e1d-406f-8bd7-2ca99add0eb0 2018-12-12 16:03:56,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:56,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3399bcb8-52fd-4aed-8332-62de3ff6f52a Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9"}, "enabled": true, "id": "43332ac965624997870d1c36ddd5d1a9", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj"}]} 2018-12-12 16:03:56,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj used request id req-3399bcb8-52fd-4aed-8332-62de3ff6f52a 2018-12-12 16:03:56,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:57,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f6ceca2-1db3-419d-bc67-c0c3b1fb881b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:03:57,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5f6ceca2-1db3-419d-bc67-c0c3b1fb881b 2018-12-12 16:03:57,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:57,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3bcd85-1a85-43b9-aafd-abd57a1d188b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:57,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8e3bcd85-1a85-43b9-aafd-abd57a1d188b 2018-12-12 16:03:57,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:57,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-052e6761-8803-43f0-bb87-bca1dc13dbc3 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9"}, "enabled": true, "id": "43332ac965624997870d1c36ddd5d1a9", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj"}]} 2018-12-12 16:03:57,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj used request id req-052e6761-8803-43f0-bb87-bca1dc13dbc3 2018-12-12 16:03:57,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/aa0600a9205540b1a9e78456dd33f795 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:57,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc9b27a1-ab92-4e2a-9aa6-d1d9a60e49fa Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-user", "links": {"self": "http://172.30.9.29:5000/v3/users/aa0600a9205540b1a9e78456dd33f795"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "aa0600a9205540b1a9e78456dd33f795", "password_expires_at": null}} 2018-12-12 16:03:57,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/aa0600a9205540b1a9e78456dd33f795 used request id req-bc9b27a1-ab92-4e2a-9aa6-d1d9a60e49fa 2018-12-12 16:03:57,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9/users/aa0600a9205540b1a9e78456dd33f795/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:57,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61453c2c-eefe-439e-8f19-6f2ea3e7780c Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9/users/aa0600a9205540b1a9e78456dd33f795/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:03:57,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9/users/aa0600a9205540b1a9e78456dd33f795/roles used request id req-61453c2c-eefe-439e-8f19-6f2ea3e7780c 2018-12-12 16:03:57,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:57,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66987189-3ca4-4a55-bc81-62678649ee55 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:03:57,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-66987189-3ca4-4a55-bc81-62678649ee55 2018-12-12 16:03:57,968 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj 2018-12-12 16:03:57,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9/users/aa0600a9205540b1a9e78456dd33f795/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:03:58,098 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d0d599e-0690-4537-a556-f411239448d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:58,098 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9/users/aa0600a9205540b1a9e78456dd33f795/roles/e8c8590d1f254077b29715df32c522d0 used request id req-5d0d599e-0690-4537-a556-f411239448d3 2018-12-12 16:03:58,098 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-user 2018-12-12 16:03:58,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:58,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:03:58,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4884505e-37a0-4214-a6d1-3efb038e057d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:03:58,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4884505e-37a0-4214-a6d1-3efb038e057d 2018-12-12 16:03:58,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" -d '{"role": {"name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj-role"}}' 2018-12-12 16:03:58,299 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d9c4897-9225-4423-965b-a51c45ff285c Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5419db97efe943b2898e9bf6414a77da", "links": {"self": "http://172.30.9.29:5000/v3/roles/5419db97efe943b2898e9bf6414a77da"}, "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj-role"}} 2018-12-12 16:03:58,299 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-0d9c4897-9225-4423-965b-a51c45ff285c 2018-12-12 16:03:58,299 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj-role 2018-12-12 16:03:58,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/5419db97efe943b2898e9bf6414a77da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:03:58,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65b7a00-9bf7-478b-abdf-43c250d40631 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/5419db97efe943b2898e9bf6414a77da"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj-role", "id": "5419db97efe943b2898e9bf6414a77da"}} 2018-12-12 16:03:58,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/5419db97efe943b2898e9bf6414a77da used request id req-f65b7a00-9bf7-478b-abdf-43c250d40631 2018-12-12 16:03:58,320 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj-role to project CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj 2018-12-12 16:03:58,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9/users/aa0600a9205540b1a9e78456dd33f795/roles/5419db97efe943b2898e9bf6414a77da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:03:58,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:03:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bde6e2b-e367-4fe1-a31e-160f05e3c7cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:03:58,452 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9/users/aa0600a9205540b1a9e78456dd33f795/roles/5419db97efe943b2898e9bf6414a77da used request id req-5bde6e2b-e367-4fe1-a31e-160f05e3c7cf 2018-12-12 16:03:58,453 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:03:58,453 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:03:58,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:03:58,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:03:58,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5419db97efe943b2898e9bf6414a77da", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:03:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43332ac965624997870d1c36ddd5d1a9", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43332ac965624997870d1c36ddd5d1a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/43332ac965624997870d1c36ddd5d1a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/43332ac965624997870d1c36ddd5d1a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/43332ac965624997870d1c36ddd5d1a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/43332ac965624997870d1c36ddd5d1a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/43332ac965624997870d1c36ddd5d1a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-user", "id": "aa0600a9205540b1a9e78456dd33f795"}, "audit_ids": ["XxRmE_-ET1aVI16FgOD-fw"], "issued_at": "2018-12-12T16:03:58.000000Z"}} 2018-12-12 16:03:58,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:03:58,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5039694b-eb0d-470b-a1c2-0a01a5c9a721 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:03:58,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5039694b-eb0d-470b-a1c2-0a01a5c9a721 2018-12-12 16:03:58,907 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:03:58,910 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:03:58,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:03:59,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:03:58 GMT Server: Apache x-openstack-request-id: req-474c28e5-da41-43ce-85ee-58665efc8271 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:03:59,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack used request id req-474c28e5-da41-43ce-85ee-58665efc8271 2018-12-12 16:03:59,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-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-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}}' 2018-12-12 16:04:00,531 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:03:59 GMT Server: Apache x-openstack-request-id: req-e00907b2-36c4-4605-8696-5914f2e1d56b Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "links": [{"href": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d", "rel": "self"}]}} 2018-12-12 16:04:00,531 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks used request id req-e00907b2-36c4-4605-8696-5914f2e1d56b 2018-12-12 16:04:00,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/7b748206-baf3-41ce-a5c9-cd418d95ef5d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:00,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:04:00 GMT Server: Apache x-openstack-request-id: req-685da857-0a24-4346-8473-d52de18b6118 Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:04:00,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:00 GMT Server: Apache x-openstack-request-id: req-3f16df3a-bdd5-467f-93ae-16e3ab5b7795 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": "43332ac965624997870d1c36ddd5d1a9", "OS::stack_id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "security_group_name": "CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "stack_user_project_id": "62654e4d82ac4bafa2dc6ee66dfd6ba7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:03:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-12 16:04:00,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d used request id req-3f16df3a-bdd5-467f-93ae-16e3ab5b7795 2018-12-12 16:04:00,899 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack 2018-12-12 16:04:00,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/7b748206-baf3-41ce-a5c9-cd418d95ef5d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:01,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:04:00 GMT Server: Apache x-openstack-request-id: req-1e661435-fb0d-4134-aaf9-b678d65bcdbd Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:04:01,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:01 GMT Server: Apache x-openstack-request-id: req-8535e3f8-0139-45cf-83fa-06d68545f8a6 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": "43332ac965624997870d1c36ddd5d1a9", "OS::stack_id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "security_group_name": "CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "stack_user_project_id": "62654e4d82ac4bafa2dc6ee66dfd6ba7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:03:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-12 16:04:01,262 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d used request id req-8535e3f8-0139-45cf-83fa-06d68545f8a6 2018-12-12 16:04:01,262 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:04:01,262 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:04:04,266 - create_stack - DEBUG - Stack status query timeout in 1196.63333797 2018-12-12 16:04:04,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/7b748206-baf3-41ce-a5c9-cd418d95ef5d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:04,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:04:04 GMT Server: Apache x-openstack-request-id: req-c5c3ae00-3e81-4326-9801-956c5f9aeaac Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:04:04,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:04 GMT Server: Apache x-openstack-request-id: req-1e4379e7-bc58-470f-8541-f90972cf0442 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": "43332ac965624997870d1c36ddd5d1a9", "OS::stack_id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "security_group_name": "CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "stack_user_project_id": "62654e4d82ac4bafa2dc6ee66dfd6ba7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:03:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-12 16:04:04,517 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d used request id req-1e4379e7-bc58-470f-8541-f90972cf0442 2018-12-12 16:04:04,518 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:04:04,518 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack 2018-12-12 16:04:04,518 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack 2018-12-12 16:04:04,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/7b748206-baf3-41ce-a5c9-cd418d95ef5d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:04,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:04:04 GMT Server: Apache x-openstack-request-id: req-39d767b7-8e56-4c62-b5d0-c05a486b3359 Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:04:04,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:04 GMT Server: Apache x-openstack-request-id: req-c2eda137-3c9a-4bbb-9fd4-66bc93c5cfdc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T16:04:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:04:00Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-12-12 16:04:04,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d/resources used request id req-c2eda137-3c9a-4bbb-9fd4-66bc93c5cfdc 2018-12-12 16:04:04,762 - neutron_utils - INFO - Retrieving security group with ID - 63731dd4-f71e-46ee-896a-b75b9513682e 2018-12-12 16:04:04,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=63731dd4-f71e-46ee-896a-b75b9513682e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:04,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-4def4d24-8a39-42ed-bbd5-f0f386d9f23e Date: Wed, 12 Dec 2018 16:04:04 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:01Z", "updated_at": "2018-12-12T16:04:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:02Z", "revision_number": 0, "id": "12b8883a-fba1-43d4-af3c-3ee4025c676d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "43332ac965624997870d1c36ddd5d1a9"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:04:02Z", "revision_number": 0, "id": "f5aaef1a-f9e9-4f44-a72f-f285e6687071", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "43332ac965624997870d1c36ddd5d1a9"}], "revision_number": 6, "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "63731dd4-f71e-46ee-896a-b75b9513682e", "name": "CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}]} 2018-12-12 16:04:04,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=63731dd4-f71e-46ee-896a-b75b9513682e used request id req-4def4d24-8a39-42ed-bbd5-f0f386d9f23e 2018-12-12 16:04:04,961 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63731dd4-f71e-46ee-896a-b75b9513682e 2018-12-12 16:04:04,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:05,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-c9b219a7-3a31-4766-af2d-25f8a42e437c Date: Wed, 12 Dec 2018 16:04:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "12b8883a-fba1-43d4-af3c-3ee4025c676d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": 22, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "f5aaef1a-f9e9-4f44-a72f-f285e6687071"}]} 2018-12-12 16:04:05,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e used request id req-c9b219a7-3a31-4766-af2d-25f8a42e437c 2018-12-12 16:04:05,147 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63731dd4-f71e-46ee-896a-b75b9513682e 2018-12-12 16:04:05,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:05,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-99260a43-c9ce-4f27-a068-2c4729b91287 Date: Wed, 12 Dec 2018 16:04:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "12b8883a-fba1-43d4-af3c-3ee4025c676d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": 22, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "f5aaef1a-f9e9-4f44-a72f-f285e6687071"}]} 2018-12-12 16:04:05,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e used request id req-99260a43-c9ce-4f27-a068-2c4729b91287 2018-12-12 16:04:05,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:05,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:05,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5419db97efe943b2898e9bf6414a77da", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43332ac965624997870d1c36ddd5d1a9", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43332ac965624997870d1c36ddd5d1a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/43332ac965624997870d1c36ddd5d1a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/43332ac965624997870d1c36ddd5d1a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/43332ac965624997870d1c36ddd5d1a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/43332ac965624997870d1c36ddd5d1a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/43332ac965624997870d1c36ddd5d1a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/43332ac965624997870d1c36ddd5d1a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-user", "id": "aa0600a9205540b1a9e78456dd33f795"}, "audit_ids": ["pvmpHYGBRsyR89MBVmnlUw"], "issued_at": "2018-12-12T16:04:05.000000Z"}} 2018-12-12 16:04:05,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db817ff20d4ef3b9a23f895182937645990477d" 2018-12-12 16:04:05,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acd7aca9-8478-44c6-8989-10a3ebec32a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:05,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-acd7aca9-8478-44c6-8989-10a3ebec32a6 2018-12-12 16:04:05,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db817ff20d4ef3b9a23f895182937645990477d" 2018-12-12 16:04:05,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-58bbf724-7837-4269-8d98-bb57a8ce8754 Date: Wed, 12 Dec 2018 16:04:05 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:01Z", "updated_at": "2018-12-12T16:04:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:02Z", "revision_number": 0, "id": "12b8883a-fba1-43d4-af3c-3ee4025c676d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "43332ac965624997870d1c36ddd5d1a9"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:04:02Z", "revision_number": 0, "id": "f5aaef1a-f9e9-4f44-a72f-f285e6687071", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "43332ac965624997870d1c36ddd5d1a9"}], "revision_number": 6, "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "63731dd4-f71e-46ee-896a-b75b9513682e", "name": "CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}]} 2018-12-12 16:04:05,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp&description=Test+description used request id req-58bbf724-7837-4269-8d98-bb57a8ce8754 2018-12-12 16:04:05,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:05,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:05,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db817ff20d4ef3b9a23f895182937645990477d" 2018-12-12 16:04:06,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-089eb3c3-d65b-4554-8b54-20ed48155fab Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9"}, "enabled": true, "id": "43332ac965624997870d1c36ddd5d1a9", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj"}} 2018-12-12 16:04:06,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9 used request id req-089eb3c3-d65b-4554-8b54-20ed48155fab 2018-12-12 16:04:06,065 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63731dd4-f71e-46ee-896a-b75b9513682e 2018-12-12 16:04:06,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db817ff20d4ef3b9a23f895182937645990477d" 2018-12-12 16:04:06,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-dd9da97e-450e-4b81-bd59-7173a94742a6 Date: Wed, 12 Dec 2018 16:04:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "12b8883a-fba1-43d4-af3c-3ee4025c676d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": 22, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "f5aaef1a-f9e9-4f44-a72f-f285e6687071"}]} 2018-12-12 16:04:06,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e used request id req-dd9da97e-450e-4b81-bd59-7173a94742a6 2018-12-12 16:04:06,280 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63731dd4-f71e-46ee-896a-b75b9513682e 2018-12-12 16:04:06,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db817ff20d4ef3b9a23f895182937645990477d" 2018-12-12 16:04:06,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-44548308-f48c-453c-af85-9919b243c8ba Date: Wed, 12 Dec 2018 16:04:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "12b8883a-fba1-43d4-af3c-3ee4025c676d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": 22, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "f5aaef1a-f9e9-4f44-a72f-f285e6687071"}]} 2018-12-12 16:04:06,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e used request id req-44548308-f48c-453c-af85-9919b243c8ba 2018-12-12 16:04:06,454 - neutron_utils - INFO - Retrieving security group with ID - 63731dd4-f71e-46ee-896a-b75b9513682e 2018-12-12 16:04:06,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=63731dd4-f71e-46ee-896a-b75b9513682e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db817ff20d4ef3b9a23f895182937645990477d" 2018-12-12 16:04:06,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-ea71cc87-5a61-4a9c-9172-a94dd098a95b Date: Wed, 12 Dec 2018 16:04:06 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:01Z", "updated_at": "2018-12-12T16:04:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:02Z", "revision_number": 0, "id": "12b8883a-fba1-43d4-af3c-3ee4025c676d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "43332ac965624997870d1c36ddd5d1a9"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:04:02Z", "revision_number": 0, "id": "f5aaef1a-f9e9-4f44-a72f-f285e6687071", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "43332ac965624997870d1c36ddd5d1a9"}], "revision_number": 6, "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "63731dd4-f71e-46ee-896a-b75b9513682e", "name": "CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}]} 2018-12-12 16:04:06,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=63731dd4-f71e-46ee-896a-b75b9513682e used request id req-ea71cc87-5a61-4a9c-9172-a94dd098a95b 2018-12-12 16:04:06,503 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63731dd4-f71e-46ee-896a-b75b9513682e 2018-12-12 16:04:06,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db817ff20d4ef3b9a23f895182937645990477d" 2018-12-12 16:04:06,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-ad535eb0-c4c1-483c-8466-4bc6515ec068 Date: Wed, 12 Dec 2018 16:04:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "12b8883a-fba1-43d4-af3c-3ee4025c676d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-12-12T16:04:02Z", "security_group_id": "63731dd4-f71e-46ee-896a-b75b9513682e", "port_range_min": 22, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:02Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "f5aaef1a-f9e9-4f44-a72f-f285e6687071"}]} 2018-12-12 16:04:06,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=63731dd4-f71e-46ee-896a-b75b9513682e used request id req-ad535eb0-c4c1-483c-8466-4bc6515ec068 2018-12-12 16:04:06,532 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack 2018-12-12 16:04:06,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/7b748206-baf3-41ce-a5c9-cd418d95ef5d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:06,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:04:06 GMT Server: Apache x-openstack-request-id: req-4bfbb3f4-5cce-4426-a68b-039d091afbac Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:04:06,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:06 GMT Server: Apache x-openstack-request-id: req-dead20b5-1797-4109-bebe-8d8b23fe31da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:06,751 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d used request id req-dead20b5-1797-4109-bebe-8d8b23fe31da 2018-12-12 16:04:06,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/7b748206-baf3-41ce-a5c9-cd418d95ef5d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:06,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:04:06 GMT Server: Apache x-openstack-request-id: req-ecef6372-05da-47d6-abb9-89aa40c2b29c Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:04:06,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:06 GMT Server: Apache x-openstack-request-id: req-3188f483-6375-40ae-8570-7ec071559064 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": "43332ac965624997870d1c36ddd5d1a9", "OS::stack_id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "security_group_name": "CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "stack_user_project_id": "62654e4d82ac4bafa2dc6ee66dfd6ba7", "tags": null, "creation_time": "2018-12-12T16:03:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:04:06Z", "id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-12 16:04:06,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d used request id req-3188f483-6375-40ae-8570-7ec071559064 2018-12-12 16:04:06,951 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:04:06,951 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:04:09,954 - create_stack - DEBUG - Stack status query timeout in 1196.79708195 2018-12-12 16:04:09,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/7b748206-baf3-41ce-a5c9-cd418d95ef5d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:10,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:04:09 GMT Server: Apache x-openstack-request-id: req-e4c97235-21a8-4f60-8bb5-480f8d29270f Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:04:10,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:10 GMT Server: Apache x-openstack-request-id: req-82c77d5e-a10c-4f1c-8ac5-baf127662145 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "43332ac965624997870d1c36ddd5d1a9", "OS::stack_id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "security_group_name": "CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-sec-grp"}, "deletion_time": "2018-12-12T16:04:08Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack", "stack_user_project_id": "62654e4d82ac4bafa2dc6ee66dfd6ba7", "tags": null, "creation_time": "2018-12-12T16:03:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:04:06Z", "id": "7b748206-baf3-41ce-a5c9-cd418d95ef5d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-12 16:04:10,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d used request id req-82c77d5e-a10c-4f1c-8ac5-baf127662145 2018-12-12 16:04:10,310 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:04:10,311 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack 2018-12-12 16:04:10,311 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack 2018-12-12 16:04:10,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/7b748206-baf3-41ce-a5c9-cd418d95ef5d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff6e603dcb69c745c6f6508682bd76e5b5f1f81" 2018-12-12 16:04:10,497 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:04:10 GMT Server: Apache x-openstack-request-id: req-c41edf69-fce7-4858-b5cf-874546bf8e43 Location: http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:04:10,688 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:04:10 GMT Server: Apache x-openstack-request-id: req-5858166d-c822-4cd8-a19e-8fcfed2f9532 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:04:10,689 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/43332ac965624997870d1c36ddd5d1a9/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-165bccf7-2236-48ad-893e-56cdf3654d9f-stack/7b748206-baf3-41ce-a5c9-cd418d95ef5d used request id req-5858166d-c822-4cd8-a19e-8fcfed2f9532 2018-12-12 16:04:10,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:04:10,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8f9c17ee-0d57-4ce7-a5bd-2d4897f0eb38 Date: Wed, 12 Dec 2018 16:04:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:00Z", "updated_at": "2018-12-12T16:04:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:00Z", "revision_number": 0, "id": "2d544fbc-f5fd-41ff-bacc-1c97d985506e", "remote_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:00Z", "security_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "43332ac965624997870d1c36ddd5d1a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:00Z", "revision_number": 0, "id": "8d439d39-e2e9-43ca-a93e-7c44105f7449", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:00Z", "security_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "43332ac965624997870d1c36ddd5d1a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:00Z", "revision_number": 0, "id": "b34bda1f-5119-4835-9a9c-fbc708fec4c1", "remote_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:00Z", "security_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "43332ac965624997870d1c36ddd5d1a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:00Z", "revision_number": 0, "id": "dcd0fb55-52b5-4ca6-9c62-6bed88b2533f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:00Z", "security_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "43332ac965624997870d1c36ddd5d1a9"}], "revision_number": 4, "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:04:10,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-8f9c17ee-0d57-4ce7-a5bd-2d4897f0eb38 2018-12-12 16:04:10,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:04:11,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9304b8e9-785a-4434-b7c6-7fd542b538fa Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 16:04:11,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-9304b8e9-785a-4434-b7c6-7fd542b538fa 2018-12-12 16:04:11,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:04:11,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae8fe29-91cd-40b6-a802-1f8c346ca267 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9"}, "enabled": true, "id": "43332ac965624997870d1c36ddd5d1a9", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj"}} 2018-12-12 16:04:11,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9 used request id req-5ae8fe29-91cd-40b6-a802-1f8c346ca267 2018-12-12 16:04:11,093 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc3bcca5-79b5-43d6-86ae-b4de16292a36 2018-12-12 16:04:11,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cc3bcca5-79b5-43d6-86ae-b4de16292a36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:04:11,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70a4e503-9fa3-421e-a86a-0a57c7d60843 Date: Wed, 12 Dec 2018 16:04:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:00Z", "security_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:00Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "2d544fbc-f5fd-41ff-bacc-1c97d985506e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:00Z", "security_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:00Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "8d439d39-e2e9-43ca-a93e-7c44105f7449"}, {"remote_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:00Z", "security_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:00Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "b34bda1f-5119-4835-9a9c-fbc708fec4c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:00Z", "security_group_id": "cc3bcca5-79b5-43d6-86ae-b4de16292a36", "port_range_min": null, "revision_number": 0, "tenant_id": "43332ac965624997870d1c36ddd5d1a9", "created_at": "2018-12-12T16:04:00Z", "project_id": "43332ac965624997870d1c36ddd5d1a9", "id": "dcd0fb55-52b5-4ca6-9c62-6bed88b2533f"}]} 2018-12-12 16:04:11,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cc3bcca5-79b5-43d6-86ae-b4de16292a36 used request id req-70a4e503-9fa3-421e-a86a-0a57c7d60843 2018-12-12 16:04:11,273 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:04:11,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/cc3bcca5-79b5-43d6-86ae-b4de16292a36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:04:11,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55088ebd-876c-499d-bd41-538c4836a588 Content-Length: 0 Date: Wed, 12 Dec 2018 16:04:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:04:11,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/cc3bcca5-79b5-43d6-86ae-b4de16292a36 used request id req-55088ebd-876c-499d-bd41-538c4836a588 2018-12-12 16:04:11,557 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj 2018-12-12 16:04:11,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:04:11,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92d3d435-2f9a-4061-ba4c-47f8477e209f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:11,801 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/43332ac965624997870d1c36ddd5d1a9 used request id req-92d3d435-2f9a-4061-ba4c-47f8477e209f 2018-12-12 16:04:11,801 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-proj-role 2018-12-12 16:04:11,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/5419db97efe943b2898e9bf6414a77da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:04:11,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf411c88-d3b1-4f21-bc0a-d50602c21fe6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:11,910 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/5419db97efe943b2898e9bf6414a77da used request id req-bf411c88-d3b1-4f21-bc0a-d50602c21fe6 2018-12-12 16:04:11,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4bec9312c5aac0eca506f68de9edb75ca412c8" 2018-12-12 16:04:12,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11593d06-14b2-4983-b8e7-bfed77281d81 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:04:12,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-11593d06-14b2-4983-b8e7-bfed77281d81 2018-12-12 16:04:12,011 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-d7b5eaff-e5b9-486-user 2018-12-12 16:04:12,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/aa0600a9205540b1a9e78456dd33f795 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bf842cd530b8ff6b9b621766cf8131e9c18e50" 2018-12-12 16:04:12,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a13da4cb-08a9-4df5-82b9-c1e30fc0e461 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:12,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/aa0600a9205540b1a9e78456dd33f795 used request id req-a13da4cb-08a9-4df5-82b9-c1e30fc0e461 2018-12-12 16:04:12,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:12,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["8sF1G7yFQcq4oqDlGvGVmg"], "issued_at": "2018-12-12T16:04:12.000000Z"}} 2018-12-12 16:04:12,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e8a96be1d5da0d24ec522c9dcc5b3c0673c187" 2018-12-12 16:04:12,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9eb3353-ed78-49cd-a9d0-3f7918c6cb95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:12,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b9eb3353-ed78-49cd-a9d0-3f7918c6cb95 2018-12-12 16:04:12,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:12,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:13,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["VWR0HmsXS2eo70umg1RTFg"], "issued_at": "2018-12-12T16:04:13.000000Z"}} 2018-12-12 16:04:13,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:13,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e47f9504-3134-4026-9922-58a0c80b53ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:13,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e47f9504-3134-4026-9922-58a0c80b53ce 2018-12-12 16:04:13,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:13,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:13,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:13,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cd2b19-7571-4666-9868-17b979793c7a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:04:13,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj used request id req-52cd2b19-7571-4666-9868-17b979793c7a 2018-12-12 16:04:13,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:13,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af44d489-dc05-4781-833d-86794f43b2ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:04:13,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-af44d489-dc05-4781-833d-86794f43b2ba 2018-12-12 16:04:13,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj"}}' 2018-12-12 16:04:13,473 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:04:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d08ac8ab-37e1-4843-9b6d-3f0d39e8d729 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0"}, "enabled": true, "id": "02c264944f7d4514b7f3036efeeb63d0", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj"}} 2018-12-12 16:04:13,473 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d08ac8ab-37e1-4843-9b6d-3f0d39e8d729 2018-12-12 16:04:13,473 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-c58cf707-b66e-4a1-proj 2018-12-12 16:04:13,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:13,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:13,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Igi4H7YFSf6qzFAQZIQ61g"], "issued_at": "2018-12-12T16:04:13.000000Z"}} 2018-12-12 16:04:13,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:13,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5944a15-8084-4325-afcf-f70598982154 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:13,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b5944a15-8084-4325-afcf-f70598982154 2018-12-12 16:04:13,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:13,952 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:13,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:14,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d5c706-22df-4971-97e1-3ce2a610fa74 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:04:14,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b6d5c706-22df-4971-97e1-3ce2a610fa74 2018-12-12 16:04:14,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:14,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5308072d-5a05-48fa-a0ed-9b3d68ec4227 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0"}, "enabled": true, "id": "02c264944f7d4514b7f3036efeeb63d0", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj"}]} 2018-12-12 16:04:14,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj used request id req-5308072d-5a05-48fa-a0ed-9b3d68ec4227 2018-12-12 16:04:14,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:14,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d6205c-93b0-4f6d-b52a-50d44b616d64 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:04:14,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-08d6205c-93b0-4f6d-b52a-50d44b616d64 2018-12-12 16:04:14,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:14,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c581d74-b13a-4342-86cf-445ad512b133 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:04:14,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9c581d74-b13a-4342-86cf-445ad512b133 2018-12-12 16:04:14,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:14,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ebf4a0e-7cc3-42ba-a825-87d11b80ad5a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0"}, "enabled": true, "id": "02c264944f7d4514b7f3036efeeb63d0", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj"}]} 2018-12-12 16:04:14,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-c58cf707-b66e-4a1-proj used request id req-7ebf4a0e-7cc3-42ba-a825-87d11b80ad5a 2018-12-12 16:04:14,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/3ccce0a264c0434391994022c561efd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:14,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d9222c8-a8b4-4545-adf4-946558da6d43 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-c58cf707-b66e-4a1-user", "links": {"self": "http://172.30.9.29:5000/v3/users/3ccce0a264c0434391994022c561efd5"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "02c264944f7d4514b7f3036efeeb63d0", "id": "3ccce0a264c0434391994022c561efd5", "password_expires_at": null}} 2018-12-12 16:04:14,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3ccce0a264c0434391994022c561efd5 used request id req-7d9222c8-a8b4-4545-adf4-946558da6d43 2018-12-12 16:04:14,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0/users/3ccce0a264c0434391994022c561efd5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:15,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae181d6-a8e4-4937-a5a1-6a39d44ea916 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0/users/3ccce0a264c0434391994022c561efd5/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:04:15,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0/users/3ccce0a264c0434391994022c561efd5/roles used request id req-7ae181d6-a8e4-4937-a5a1-6a39d44ea916 2018-12-12 16:04:15,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:15,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71386362-ae05-4305-a4da-520d40dfcb7b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:04:15,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-71386362-ae05-4305-a4da-520d40dfcb7b 2018-12-12 16:04:15,117 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-c58cf707-b66e-4a1-proj 2018-12-12 16:04:15,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0/users/3ccce0a264c0434391994022c561efd5/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:15,254 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bce91f43-2b08-4808-8eae-e1cbdca8073a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:15,254 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0/users/3ccce0a264c0434391994022c561efd5/roles/e8c8590d1f254077b29715df32c522d0 used request id req-bce91f43-2b08-4808-8eae-e1cbdca8073a 2018-12-12 16:04:15,255 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-c58cf707-b66e-4a1-user 2018-12-12 16:04:15,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:15,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:15,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a3ba2f-0bbd-44d9-85ad-f9aca6a2e203 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:04:15,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c0a3ba2f-0bbd-44d9-85ad-f9aca6a2e203 2018-12-12 16:04:15,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" -d '{"role": {"name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj-role"}}' 2018-12-12 16:04:15,448 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:04:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb491c5a-58c2-49f8-a182-8c85113165f7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6aa3450428e2443c8066497b09c67cbb", "links": {"self": "http://172.30.9.29:5000/v3/roles/6aa3450428e2443c8066497b09c67cbb"}, "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj-role"}} 2018-12-12 16:04:15,449 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cb491c5a-58c2-49f8-a182-8c85113165f7 2018-12-12 16:04:15,449 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-c58cf707-b66e-4a1-proj-role 2018-12-12 16:04:15,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6aa3450428e2443c8066497b09c67cbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:15,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a1f122a-5e8e-4ac3-b8d7-5e00eb9690f1 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6aa3450428e2443c8066497b09c67cbb"}, "domain_id": null, "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj-role", "id": "6aa3450428e2443c8066497b09c67cbb"}} 2018-12-12 16:04:15,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6aa3450428e2443c8066497b09c67cbb used request id req-9a1f122a-5e8e-4ac3-b8d7-5e00eb9690f1 2018-12-12 16:04:15,540 - keystone_utils - INFO - Granting role CreateStackNegativeTests-c58cf707-b66e-4a1-proj-role to project CreateStackNegativeTests-c58cf707-b66e-4a1-proj 2018-12-12 16:04:15,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0/users/3ccce0a264c0434391994022c561efd5/roles/6aa3450428e2443c8066497b09c67cbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:15,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afd22c67-9124-4774-97db-4e25fe445358 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:15,673 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0/users/3ccce0a264c0434391994022c561efd5/roles/6aa3450428e2443c8066497b09c67cbb used request id req-afd22c67-9124-4774-97db-4e25fe445358 2018-12-12 16:04:15,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:15,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:16,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6aa3450428e2443c8066497b09c67cbb", "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "02c264944f7d4514b7f3036efeeb63d0", "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/02c264944f7d4514b7f3036efeeb63d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/02c264944f7d4514b7f3036efeeb63d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/02c264944f7d4514b7f3036efeeb63d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/02c264944f7d4514b7f3036efeeb63d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/02c264944f7d4514b7f3036efeeb63d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/02c264944f7d4514b7f3036efeeb63d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/02c264944f7d4514b7f3036efeeb63d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/02c264944f7d4514b7f3036efeeb63d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/02c264944f7d4514b7f3036efeeb63d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/02c264944f7d4514b7f3036efeeb63d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/02c264944f7d4514b7f3036efeeb63d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/02c264944f7d4514b7f3036efeeb63d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-c58cf707-b66e-4a1-user", "id": "3ccce0a264c0434391994022c561efd5"}, "audit_ids": ["ZsdijchVQ8WnNS1i92NF0w"], "issued_at": "2018-12-12T16:04:16.000000Z"}} 2018-12-12 16:04:16,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0505c9b0054ae6ee61e2f5138167530386f31e7c" 2018-12-12 16:04:16,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90928900-3e3d-40e1-8c36-92e4f3852719 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:16,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-90928900-3e3d-40e1-8c36-92e4f3852719 2018-12-12 16:04:16,151 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:04:16,154 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:04:16,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/02c264944f7d4514b7f3036efeeb63d0/stacks?stack_name=CreateStackNegativeTests-20f3a95a-9b76-4c46-b1e9-f9ea35cac042 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0505c9b0054ae6ee61e2f5138167530386f31e7c" 2018-12-12 16:04:16,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:16 GMT Server: Apache x-openstack-request-id: req-4ee770d1-6844-43f2-ad52-8533f2778a0f Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:04:16,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/02c264944f7d4514b7f3036efeeb63d0/stacks?stack_name=CreateStackNegativeTests-20f3a95a-9b76-4c46-b1e9-f9ea35cac042 used request id req-4ee770d1-6844-43f2-ad52-8533f2778a0f 2018-12-12 16:04:16,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:16,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-55d6b4e1-ae7c-4090-9f1f-defcda57b1f0 Date: Wed, 12 Dec 2018 16:04:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:04:16,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-55d6b4e1-ae7c-4090-9f1f-defcda57b1f0 2018-12-12 16:04:16,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:16,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac424083-1e50-459f-87f0-fb03c8ea5bba Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 16:04:16,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-ac424083-1e50-459f-87f0-fb03c8ea5bba 2018-12-12 16:04:16,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:16,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a079f9-32c3-4014-983e-665068490e1a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 16:04:16,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-65a079f9-32c3-4014-983e-665068490e1a 2018-12-12 16:04:16,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:16,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfcbc300-0927-4d7b-8797-9d43392cedba Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 16:04:16,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-cfcbc300-0927-4d7b-8797-9d43392cedba 2018-12-12 16:04:16,827 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-c58cf707-b66e-4a1-proj 2018-12-12 16:04:16,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:17,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-055c5519-71c9-41e8-968b-0cc6267c1822 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:17,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/02c264944f7d4514b7f3036efeeb63d0 used request id req-055c5519-71c9-41e8-968b-0cc6267c1822 2018-12-12 16:04:17,039 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-c58cf707-b66e-4a1-proj-role 2018-12-12 16:04:17,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6aa3450428e2443c8066497b09c67cbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:17,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d1b4385-438e-4fcb-99e5-135065d1b818 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:17,173 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6aa3450428e2443c8066497b09c67cbb used request id req-9d1b4385-438e-4fcb-99e5-135065d1b818 2018-12-12 16:04:17,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175332a9a12ad290085a0027a663890f78b63ef8" 2018-12-12 16:04:17,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863121ca-0424-413b-8d19-d6bf1937b7ce Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:04:17,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-863121ca-0424-413b-8d19-d6bf1937b7ce 2018-12-12 16:04:17,267 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-c58cf707-b66e-4a1-user 2018-12-12 16:04:17,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3ccce0a264c0434391994022c561efd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}045e1b1c4caed3edd57e7f03b7c53b2d58ea1a3f" 2018-12-12 16:04:17,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95b94f65-ccf6-4481-8921-f698e62ad2bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:17,496 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3ccce0a264c0434391994022c561efd5 used request id req-95b94f65-ccf6-4481-8921-f698e62ad2bc 2018-12-12 16:04:17,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:17,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Njuu975nTb-cnOtlBDX1qQ"], "issued_at": "2018-12-12T16:04:17.000000Z"}} 2018-12-12 16:04:17,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff4fc6a165a908bbbff0ca3c5f8631c0b85956e" 2018-12-12 16:04:17,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ad3e58-0139-43b8-aa1f-355e3e21557c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:17,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-87ad3e58-0139-43b8-aa1f-355e3e21557c 2018-12-12 16:04:17,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:17,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:18,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["VkMCvDJwRx2JvzMxy4qG5A"], "issued_at": "2018-12-12T16:04:18.000000Z"}} 2018-12-12 16:04:18,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:18,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0eb4f27-9992-49e3-9009-9d241dad7920 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:18,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a0eb4f27-9992-49e3-9009-9d241dad7920 2018-12-12 16:04:18,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:18,438 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:18,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-1c4d78ad-b874-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:18,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c476419a-01a6-47f4-abe7-f6185536a721 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-1c4d78ad-b874-428-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:04:18,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-1c4d78ad-b874-428-proj used request id req-c476419a-01a6-47f4-abe7-f6185536a721 2018-12-12 16:04:18,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:18,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c79648df-acc3-468a-8cf8-aa9625ed7fa1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:04:18,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c79648df-acc3-468a-8cf8-aa9625ed7fa1 2018-12-12 16:04:18,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj"}}' 2018-12-12 16:04:18,725 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:04:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4b3e0c9-6d36-4995-81b4-624866f5936d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8"}, "enabled": true, "id": "2876853e8e0543a9bee05dc8744a25f8", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj"}} 2018-12-12 16:04:18,725 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f4b3e0c9-6d36-4995-81b4-624866f5936d 2018-12-12 16:04:18,725 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-1c4d78ad-b874-428-proj 2018-12-12 16:04:18,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:18,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:19,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["gDgAZCU_QES8JtxGax94cw"], "issued_at": "2018-12-12T16:04:19.000000Z"}} 2018-12-12 16:04:19,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:19,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-443f2c37-0238-41a7-a2f8-c960df1f81c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:19,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-443f2c37-0238-41a7-a2f8-c960df1f81c6 2018-12-12 16:04:19,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:19,195 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:19,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:19,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f820f70-e8f8-4c34-8082-12f15863722b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:04:19,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2f820f70-e8f8-4c34-8082-12f15863722b 2018-12-12 16:04:19,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-1c4d78ad-b874-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:19,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11363274-2ab1-4404-9afb-10feb1b10524 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-1c4d78ad-b874-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8"}, "enabled": true, "id": "2876853e8e0543a9bee05dc8744a25f8", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj"}]} 2018-12-12 16:04:19,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-1c4d78ad-b874-428-proj used request id req-11363274-2ab1-4404-9afb-10feb1b10524 2018-12-12 16:04:19,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:19,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80f3c74f-0c88-474c-bbd8-01deccbb46d7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:04:19,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-80f3c74f-0c88-474c-bbd8-01deccbb46d7 2018-12-12 16:04:19,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:19,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f3b568f-da40-4a37-9a7d-a5c7c04e1d2c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:04:19,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1f3b568f-da40-4a37-9a7d-a5c7c04e1d2c 2018-12-12 16:04:19,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-1c4d78ad-b874-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:19,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e244b1-b1ff-492c-8743-2e1c1f262d33 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-1c4d78ad-b874-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8"}, "enabled": true, "id": "2876853e8e0543a9bee05dc8744a25f8", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj"}]} 2018-12-12 16:04:19,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-1c4d78ad-b874-428-proj used request id req-c9e244b1-b1ff-492c-8743-2e1c1f262d33 2018-12-12 16:04:19,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:20,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac2abc6-1523-4626-b968-22ab92064630 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-1c4d78ad-b874-428-user", "links": {"self": "http://172.30.9.29:5000/v3/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "2876853e8e0543a9bee05dc8744a25f8", "id": "038e4c7ed5a04ed6aa19ea8a96e1fe0f", "password_expires_at": null}} 2018-12-12 16:04:20,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f used request id req-2ac2abc6-1523-4626-b968-22ab92064630 2018-12-12 16:04:20,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:20,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-601c070a-7aba-49a4-84aa-1eefd866cdb2 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:04:20,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f/roles used request id req-601c070a-7aba-49a4-84aa-1eefd866cdb2 2018-12-12 16:04:20,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:20,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8f109f6-b17c-4380-9e97-0f5220a9d371 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:04:20,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-f8f109f6-b17c-4380-9e97-0f5220a9d371 2018-12-12 16:04:20,345 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-1c4d78ad-b874-428-proj 2018-12-12 16:04:20,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:20,463 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a39a0534-99aa-496a-8e1a-fa429930c4f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:20,463 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f/roles/e8c8590d1f254077b29715df32c522d0 used request id req-a39a0534-99aa-496a-8e1a-fa429930c4f3 2018-12-12 16:04:20,463 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-1c4d78ad-b874-428-user 2018-12-12 16:04:20,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:20,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:20,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d389f133-abdf-4a68-8f57-919a2604cbd7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:04:20,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d389f133-abdf-4a68-8f57-919a2604cbd7 2018-12-12 16:04:20,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" -d '{"role": {"name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj-role"}}' 2018-12-12 16:04:20,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:04:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2ed29e6-ef2c-495d-baa5-e917cb9362ec Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "be895a67fecb4c6ebf96d2fde45db677", "links": {"self": "http://172.30.9.29:5000/v3/roles/be895a67fecb4c6ebf96d2fde45db677"}, "name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj-role"}} 2018-12-12 16:04:20,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a2ed29e6-ef2c-495d-baa5-e917cb9362ec 2018-12-12 16:04:20,659 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-1c4d78ad-b874-428-proj-role 2018-12-12 16:04:20,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/be895a67fecb4c6ebf96d2fde45db677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:20,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c576ea2-409d-4f21-b98a-75f2d39a39c4 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/be895a67fecb4c6ebf96d2fde45db677"}, "domain_id": null, "name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj-role", "id": "be895a67fecb4c6ebf96d2fde45db677"}} 2018-12-12 16:04:20,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/be895a67fecb4c6ebf96d2fde45db677 used request id req-9c576ea2-409d-4f21-b98a-75f2d39a39c4 2018-12-12 16:04:20,745 - keystone_utils - INFO - Granting role CreateStackNegativeTests-1c4d78ad-b874-428-proj-role to project CreateStackNegativeTests-1c4d78ad-b874-428-proj 2018-12-12 16:04:20,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f/roles/be895a67fecb4c6ebf96d2fde45db677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:20,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d55f3866-3c1b-4544-882d-09a91c8687a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:20,877 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f/roles/be895a67fecb4c6ebf96d2fde45db677 used request id req-d55f3866-3c1b-4544-882d-09a91c8687a7 2018-12-12 16:04:20,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:20,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:21,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be895a67fecb4c6ebf96d2fde45db677", "name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj-role"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2876853e8e0543a9bee05dc8744a25f8", "name": "CreateStackNegativeTests-1c4d78ad-b874-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2876853e8e0543a9bee05dc8744a25f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2876853e8e0543a9bee05dc8744a25f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2876853e8e0543a9bee05dc8744a25f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2876853e8e0543a9bee05dc8744a25f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2876853e8e0543a9bee05dc8744a25f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2876853e8e0543a9bee05dc8744a25f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2876853e8e0543a9bee05dc8744a25f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2876853e8e0543a9bee05dc8744a25f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2876853e8e0543a9bee05dc8744a25f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2876853e8e0543a9bee05dc8744a25f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2876853e8e0543a9bee05dc8744a25f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2876853e8e0543a9bee05dc8744a25f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-1c4d78ad-b874-428-user", "id": "038e4c7ed5a04ed6aa19ea8a96e1fe0f"}, "audit_ids": ["DZvo57FsTzmzklQtRr2tAw"], "issued_at": "2018-12-12T16:04:21.000000Z"}} 2018-12-12 16:04:21,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce15d0cb6d0582da7dd0a4928fd437b12d43d46" 2018-12-12 16:04:21,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15fe4f6c-7434-4bb8-8566-0722db11c684 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:21,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-15fe4f6c-7434-4bb8-8566-0722db11c684 2018-12-12 16:04:21,326 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:04:21,329 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:04:21,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2876853e8e0543a9bee05dc8744a25f8/stacks?stack_name=CreateStackNegativeTests-074c7ee8-ca79-49c3-ac38-d6da3a51927a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce15d0cb6d0582da7dd0a4928fd437b12d43d46" 2018-12-12 16:04:21,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:21 GMT Server: Apache x-openstack-request-id: req-d67849a8-2c6b-4467-826a-77717b192de0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:04:21,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2876853e8e0543a9bee05dc8744a25f8/stacks?stack_name=CreateStackNegativeTests-074c7ee8-ca79-49c3-ac38-d6da3a51927a used request id req-d67849a8-2c6b-4467-826a-77717b192de0 2018-12-12 16:04:21,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/2876853e8e0543a9bee05dc8744a25f8/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce15d0cb6d0582da7dd0a4928fd437b12d43d46" -d '{"stack_name": "CreateStackNegativeTests-074c7ee8-ca79-49c3-ac38-d6da3a51927a", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}}' 2018-12-12 16:04:21,970 - keystoneauth.session - DEBUG - RESP: [400] Date: Wed, 12 Dec 2018 16:04:21 GMT Server: Apache x-openstack-request-id: req-f6ebbb65-a631-49a8-a2ec-88fd19761a19 Content-Length: 383 Content-Type: application/json RESP BODY: {"explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400, "error": {"message": "Property error: : resources.my_instance.properties.image: : Error validating value 'heat_utils_tests': No images matching {'name': u'heat_utils_tests'}.", "traceback": null, "type": "StackValidationFailed"}, "title": "Bad Request"} 2018-12-12 16:04:21,971 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/2876853e8e0543a9bee05dc8744a25f8/stacks used request id req-f6ebbb65-a631-49a8-a2ec-88fd19761a19 2018-12-12 16:04:21,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:22,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8a7594cb-b559-4615-aa62-81ba21fc4c20 Date: Wed, 12 Dec 2018 16:04:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:04:22,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-8a7594cb-b559-4615-aa62-81ba21fc4c20 2018-12-12 16:04:22,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:22,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77438845-2246-4c36-8f81-7ec0d640a654 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-12 16:04:22,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868 used request id req-77438845-2246-4c36-8f81-7ec0d640a654 2018-12-12 16:04:22,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:22,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-156c7cc1-ae54-457c-b761-044854dbfeff Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 16:04:22,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-156c7cc1-ae54-457c-b761-044854dbfeff 2018-12-12 16:04:22,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:22,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a72e20b4-34cb-4f47-bcad-a1795bdadf7f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-12 16:04:22,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64 used request id req-a72e20b4-34cb-4f47-bcad-a1795bdadf7f 2018-12-12 16:04:22,469 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-1c4d78ad-b874-428-proj 2018-12-12 16:04:22,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:22,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3652303a-0f56-4879-8128-67301e49d873 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:22,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2876853e8e0543a9bee05dc8744a25f8 used request id req-3652303a-0f56-4879-8128-67301e49d873 2018-12-12 16:04:22,692 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-1c4d78ad-b874-428-proj-role 2018-12-12 16:04:22,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/be895a67fecb4c6ebf96d2fde45db677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:22,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e4dea63-dc79-4fbf-b387-890fa3d80f41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:22,808 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/be895a67fecb4c6ebf96d2fde45db677 used request id req-9e4dea63-dc79-4fbf-b387-890fa3d80f41 2018-12-12 16:04:22,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c1298c1ace4ce1b2b54cd07ce6f7fbf04e1cad" 2018-12-12 16:04:22,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83eb2ba2-e2b5-429d-9075-73ab229de075 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:04:22,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-83eb2ba2-e2b5-429d-9075-73ab229de075 2018-12-12 16:04:22,899 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-1c4d78ad-b874-428-user 2018-12-12 16:04:22,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5281546bdac3beb483595359f85d4176d06f056b" 2018-12-12 16:04:23,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ef1fc13-82e7-432d-b754-9deb703ba2d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:23,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/038e4c7ed5a04ed6aa19ea8a96e1fe0f used request id req-4ef1fc13-82e7-432d-b754-9deb703ba2d5 2018-12-12 16:04:23,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:23,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["wAcQaOoeSVCE0E-NmCwFJQ"], "issued_at": "2018-12-12T16:04:23.000000Z"}} 2018-12-12 16:04:23,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77f18ee70374c6b65ced9b66fbc23cf26a66bf9" 2018-12-12 16:04:23,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aeaa8f9-53fd-40df-9342-c76759e11629 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:23,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0aeaa8f9-53fd-40df-9342-c76759e11629 2018-12-12 16:04:23,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:23,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:23,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["n9n69fF3Rmy64-G23q5vUg"], "issued_at": "2018-12-12T16:04:23.000000Z"}} 2018-12-12 16:04:23,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:04:24,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00fa5a8-deff-4ffd-809e-6713d784097a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:24,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a00fa5a8-deff-4ffd-809e-6713d784097a 2018-12-12 16:04:24,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:24,051 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:24,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:04:24,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-846c9333-6e49-44f7-8ea1-9b576f66e632 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:04:24,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj used request id req-846c9333-6e49-44f7-8ea1-9b576f66e632 2018-12-12 16:04:24,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:04:24,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567d80f7-c08b-4145-9bfd-b83e11433caa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:04:24,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-567d80f7-c08b-4145-9bfd-b83e11433caa 2018-12-12 16:04:24,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}}' 2018-12-12 16:04:24,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9a09896-0bd5-4e0a-ac5a-c2840043f769 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:24,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f9a09896-0bd5-4e0a-ac5a-c2840043f769 2018-12-12 16:04:24,347 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj 2018-12-12 16:04:24,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:24,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:24,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["YKxIm-7TT1mUQ1FfvLtEug"], "issued_at": "2018-12-12T16:04:24.000000Z"}} 2018-12-12 16:04:24,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277f0b3e6a4da2bcc8410f1206015abd0d2b1841" 2018-12-12 16:04:24,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-077d0ea4-e629-4ca4-a29e-c66b06f08986 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:24,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-077d0ea4-e629-4ca4-a29e-c66b06f08986 2018-12-12 16:04:24,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:24,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:24,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277f0b3e6a4da2bcc8410f1206015abd0d2b1841" 2018-12-12 16:04:24,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfbdcc30-6a5c-4380-b9ac-ba3dcec093b3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:04:24,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-bfbdcc30-6a5c-4380-b9ac-ba3dcec093b3 2018-12-12 16:04:24,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277f0b3e6a4da2bcc8410f1206015abd0d2b1841" 2018-12-12 16:04:24,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c6f0dd4-3ad8-4dfa-be21-c4ae9248cb75 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}]} 2018-12-12 16:04:24,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj used request id req-6c6f0dd4-3ad8-4dfa-be21-c4ae9248cb75 2018-12-12 16:04:24,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277f0b3e6a4da2bcc8410f1206015abd0d2b1841" 2018-12-12 16:04:25,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10fd58f5-b98b-429a-a804-c3925d15dfee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:04:25,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-10fd58f5-b98b-429a-a804-c3925d15dfee 2018-12-12 16:04:25,443 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user 2018-12-12 16:04:25,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:25,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:04:25,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dff29a5-a347-49f7-ad2e-b635c11fc72b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:04:25,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5dff29a5-a347-49f7-ad2e-b635c11fc72b 2018-12-12 16:04:25,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}}' 2018-12-12 16:04:25,652 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ccbefd2-875d-402d-82b0-483fe88a6872 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f3070c743fa4053a76754eb0543c945", "links": {"self": "http://172.30.9.29:5000/v3/roles/8f3070c743fa4053a76754eb0543c945"}, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}} 2018-12-12 16:04:25,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-3ccbefd2-875d-402d-82b0-483fe88a6872 2018-12-12 16:04:25,653 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role 2018-12-12 16:04:25,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8f3070c743fa4053a76754eb0543c945 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:04:25,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a40f044-9d20-4847-838b-bf86457747c2 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8f3070c743fa4053a76754eb0543c945"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role", "id": "8f3070c743fa4053a76754eb0543c945"}} 2018-12-12 16:04:25,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8f3070c743fa4053a76754eb0543c945 used request id req-6a40f044-9d20-4847-838b-bf86457747c2 2018-12-12 16:04:25,749 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role to project CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj 2018-12-12 16:04:25,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f/users/62fb4a7c751c4e3982dd056e0e903430/roles/8f3070c743fa4053a76754eb0543c945 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:04:25,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5d1c5f7-d4fd-46eb-8c22-299a504d2876 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:04:25,877 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f/users/62fb4a7c751c4e3982dd056e0e903430/roles/8f3070c743fa4053a76754eb0543c945 used request id req-f5d1c5f7-d4fd-46eb-8c22-299a504d2876 2018-12-12 16:04:25,877 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:04:25,879 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:04:25,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:25,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:26,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f3070c743fa4053a76754eb0543c945", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}], "expires_at": "2018-12-12T17:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e080f8b28624230acb8f755758d073f", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user", "id": "62fb4a7c751c4e3982dd056e0e903430"}, "audit_ids": ["HYnojlGaRem9E75HPfmwCg"], "issued_at": "2018-12-12T16:04:26.000000Z"}} 2018-12-12 16:04:26,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" 2018-12-12 16:04:26,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51d01a7-91bc-4966-9c80-5de8f38dedfa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:26,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c51d01a7-91bc-4966-9c80-5de8f38dedfa 2018-12-12 16:04:26,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" 2018-12-12 16:04:26,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-3aad7cf4-3414-4f3f-9e93-39c0ce656ddc Date: Wed, 12 Dec 2018 16:04:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image"} 2018-12-12 16:04:26,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image used request id req-3aad7cf4-3414-4f3f-9e93-39c0ce656ddc 2018-12-12 16:04:26,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" 2018-12-12 16:04:26,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ce527279-c3fc-423c-a077-08907600c1d0 Date: Wed, 12 Dec 2018 16:04:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:04:26,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ce527279-c3fc-423c-a077-08907600c1d0 2018-12-12 16:04:26,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image"}' 2018-12-12 16:04:26,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26 X-Openstack-Request-Id: req-d63c2425-81ab-4cf6-9fbc-7e784a486722 Date: Wed, 12 Dec 2018 16:04:26 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:04:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:04:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "min_disk": 0, "protected": false, "id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "file": "/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/file", "checksum": null, "owner": "2e080f8b28624230acb8f755758d073f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:04:26,907 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d63c2425-81ab-4cf6-9fbc-7e784a486722 2018-12-12 16:04:26,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" -d '' 2018-12-12 16:04:27,795 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb479485-93fa-41eb-ab7e-68fd4ada4b3f Date: Wed, 12 Dec 2018 16:04:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:04:27,795 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/file used request id req-bb479485-93fa-41eb-ab7e-68fd4ada4b3f 2018-12-12 16:04:27,795 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:04:27,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" 2018-12-12 16:04:27,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-ee15e756-5167-4092-a0d3-6577c7c5cf2a Date: Wed, 12 Dec 2018 16:04:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:04:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:04:27Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/snap", "metadata": {}}], "self": "/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "min_disk": 0, "protected": false, "id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "file": "/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2e080f8b28624230acb8f755758d073f", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:04:27,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26 used request id req-ee15e756-5167-4092-a0d3-6577c7c5cf2a 2018-12-12 16:04:27,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" 2018-12-12 16:04:28,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c6c37d32-2e88-4a3b-883a-ba4cdd1fe0df Date: Wed, 12 Dec 2018 16:04:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:04:28,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c6c37d32-2e88-4a3b-883a-ba4cdd1fe0df 2018-12-12 16:04:28,124 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image 2018-12-12 16:04:28,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" 2018-12-12 16:04:28,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4c0cdc0d-0606-40c1-b4ef-5b01d4357e1d Date: Wed, 12 Dec 2018 16:04:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:04:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:04:27Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/snap", "metadata": {}}], "self": "/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "min_disk": 0, "protected": false, "id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "file": "/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2e080f8b28624230acb8f755758d073f", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:04:28,284 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26 used request id req-4c0cdc0d-0606-40c1-b4ef-5b01d4357e1d 2018-12-12 16:04:28,284 - create_image - DEBUG - Instance status is - active 2018-12-12 16:04:28,284 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image 2018-12-12 16:04:28,284 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image 2018-12-12 16:04:28,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:28,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:28,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f3070c743fa4053a76754eb0543c945", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}], "expires_at": "2018-12-12T17:04:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e080f8b28624230acb8f755758d073f", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user", "id": "62fb4a7c751c4e3982dd056e0e903430"}, "audit_ids": ["TB_ySCezTe-d38XaRck4rg"], "issued_at": "2018-12-12T16:04:28.000000Z"}} 2018-12-12 16:04:28,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" 2018-12-12 16:04:28,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b327be4-934d-42ba-bd21-950dc25a788e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:28,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b327be4-934d-42ba-bd21-950dc25a788e 2018-12-12 16:04:28,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" 2018-12-12 16:04:28,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-99a6b9c8-9d9e-4647-b458-7de09aedd93e Date: Wed, 12 Dec 2018 16:04:28 GMT RESP BODY: {"networks":[]} 2018-12-12 16:04:28,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-99a6b9c8-9d9e-4647-b458-7de09aedd93e 2018-12-12 16:04:28,926 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net 2018-12-12 16:04:28,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net", "admin_state_up": true}}' 2018-12-12 16:04:29,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-77ebb353-da96-4272-bd98-3f4775f27018 Date: Wed, 12 Dec 2018 16:04:29 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:04:29Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","mtu":1450}} 2018-12-12 16:04:29,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-77ebb353-da96-4272-bd98-3f4775f27018 2018-12-12 16:04:29,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" 2018-12-12 16:04:30,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-43e4ae5c-8fb0-4a15-af20-4cea46641889 Date: Wed, 12 Dec 2018 16:04: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-12-12T16:04:29Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:04:30,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-43e4ae5c-8fb0-4a15-af20-4cea46641889 2018-12-12 16:04:30,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" 2018-12-12 16:04:30,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ee3f83c6-218e-483d-97a7-057d932032d7 Date: Wed, 12 Dec 2018 16:04:30 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:04:30,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-ee3f83c6-218e-483d-97a7-057d932032d7 2018-12-12 16:04:30,194 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet 2018-12-12 16:04:30,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" -d '{"subnets": [{"ip_version": 4, "network_id": "15b1ce83-7650-42f0-8c32-43ab996a06dd", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]}' 2018-12-12 16:04:30,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d3ed70e8-ad28-4931-82bb-618ae685c1ea Date: Wed, 12 Dec 2018 16:04:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","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":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:30,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d3ed70e8-ad28-4931-82bb-618ae685c1ea 2018-12-12 16:04:30,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" 2018-12-12 16:04:31,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3824d40a-7e4e-40df-8e5c-4b287e05e981 Date: Wed, 12 Dec 2018 16:04:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:04:31,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-3824d40a-7e4e-40df-8e5c-4b287e05e981 2018-12-12 16:04:31,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" 2018-12-12 16:04:31,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5f6bf827-3723-47f0-92fb-a5976991def4 Date: Wed, 12 Dec 2018 16:04:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:31,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-5f6bf827-3723-47f0-92fb-a5976991def4 2018-12-12 16:04:31,377 - OpenStackNetwork - DEBUG - Network [15b1ce83-7650-42f0-8c32-43ab996a06dd] created successfully 2018-12-12 16:04:31,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:31,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:31,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f3070c743fa4053a76754eb0543c945", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}], "expires_at": "2018-12-12T17:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e080f8b28624230acb8f755758d073f", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user", "id": "62fb4a7c751c4e3982dd056e0e903430"}, "audit_ids": ["O_NHhRiSQS-dSlvvPeDfJg"], "issued_at": "2018-12-12T16:04:31.000000Z"}} 2018-12-12 16:04:31,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:31,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c938a4cb-505a-45d4-9277-ac7ba45646e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:31,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c938a4cb-505a-45d4-9277-ac7ba45646e7 2018-12-12 16:04:31,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:32,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1b63ca37-e024-40fc-98eb-35a1857bec2a Date: Wed, 12 Dec 2018 16:04:32 GMT RESP BODY: {"routers": []} 2018-12-12 16:04:32,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router&admin_state_up=True used request id req-1b63ca37-e024-40fc-98eb-35a1857bec2a 2018-12-12 16:04:32,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:32,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:32,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f3070c743fa4053a76754eb0543c945", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}], "expires_at": "2018-12-12T17:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e080f8b28624230acb8f755758d073f", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user", "id": "62fb4a7c751c4e3982dd056e0e903430"}, "audit_ids": ["gC9Nd3QaSCOq6VdmKFwKYw"], "issued_at": "2018-12-12T16:04:32.000000Z"}} 2018-12-12 16:04:32,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff6992ae1f8647ee9440b0bb646463e289c23eac" 2018-12-12 16:04:32,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14c70d4e-9bf0-464e-9724-48013f733ce1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:32,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-14c70d4e-9bf0-464e-9724-48013f733ce1 2018-12-12 16:04:32,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:32,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-beef1a08-053f-4646-8b4f-671079f80df2 Date: Wed, 12 Dec 2018 16:04:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:04:32,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-beef1a08-053f-4646-8b4f-671079f80df2 2018-12-12 16:04:32,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:32,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3dc823fc-6962-4918-9da4-52dc504378a0 Date: Wed, 12 Dec 2018 16:04:32 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:04:32,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-3dc823fc-6962-4918-9da4-52dc504378a0 2018-12-12 16:04:32,989 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router 2018-12-12 16:04:32,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router", "admin_state_up": true}}' 2018-12-12 16:04:37,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1bf1d4a0-8a2b-4ef6-ad9a-ac4a870f02dc Date: Wed, 12 Dec 2018 16:04:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:33Z", "admin_state_up": true, "updated_at": "2018-12-12T16:04:34Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "2e080f8b28624230acb8f755758d073f", "id": "bc32d7be-4150-4be3-9a92-c549edb35ad0", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router"}} 2018-12-12 16:04:37,989 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-1bf1d4a0-8a2b-4ef6-ad9a-ac4a870f02dc 2018-12-12 16:04:37,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=bc32d7be-4150-4be3-9a92-c549edb35ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:38,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9068c583-1143-4082-88f7-97740be1d340 Date: Wed, 12 Dec 2018 16:04:38 GMT RESP BODY: {"ports":[]} 2018-12-12 16:04:38,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=bc32d7be-4150-4be3-9a92-c549edb35ad0 used request id req-9068c583-1143-4082-88f7-97740be1d340 2018-12-12 16:04:38,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:38,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d4c18adb-79ea-40ee-a593-c179269743f0 Date: Wed, 12 Dec 2018 16:04: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:04:38,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-d4c18adb-79ea-40ee-a593-c179269743f0 2018-12-12 16:04:38,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:38,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:38,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:38,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0dfe073-ad03-4d30-804d-da37440ddd1e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:38,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-f0dfe073-ad03-4d30-804d-da37440ddd1e 2018-12-12 16:04:38,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:38,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f10b2952-d297-4ad3-8855-ddea199195ba Date: Wed, 12 Dec 2018 16:04:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:38,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-f10b2952-d297-4ad3-8855-ddea199195ba 2018-12-12 16:04:38,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:38,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fbe209d8-8619-4dbb-ab4a-f64d12c7e321 Date: Wed, 12 Dec 2018 16:04:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:38,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet used request id req-fbe209d8-8619-4dbb-ab4a-f64d12c7e321 2018-12-12 16:04:38,893 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:04:38,893 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router 2018-12-12 16:04:38,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/bc32d7be-4150-4be3-9a92-c549edb35ad0/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" -d '{"subnet_id": "1d572291-4446-4f5d-9363-2582c7c0857e"}' 2018-12-12 16:04:41,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6371f303-7769-4264-96dc-37ef36e7d8f5 Date: Wed, 12 Dec 2018 16:04:41 GMT RESP BODY: {"network_id": "15b1ce83-7650-42f0-8c32-43ab996a06dd", "tenant_id": "2e080f8b28624230acb8f755758d073f", "subnet_id": "1d572291-4446-4f5d-9363-2582c7c0857e", "subnet_ids": ["1d572291-4446-4f5d-9363-2582c7c0857e"], "port_id": "c5f3ce6b-70b4-46c6-add9-1b7bbf03c4e8", "id": "bc32d7be-4150-4be3-9a92-c549edb35ad0"} 2018-12-12 16:04:41,007 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/bc32d7be-4150-4be3-9a92-c549edb35ad0/add_router_interface used request id req-6371f303-7769-4264-96dc-37ef36e7d8f5 2018-12-12 16:04:41,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/bc32d7be-4150-4be3-9a92-c549edb35ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:41,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c5b06716-5fb7-4928-b62d-0609e70454b1 Date: Wed, 12 Dec 2018 16:04:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:33Z", "admin_state_up": true, "updated_at": "2018-12-12T16:04:40Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "2e080f8b28624230acb8f755758d073f", "id": "bc32d7be-4150-4be3-9a92-c549edb35ad0", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router"}} 2018-12-12 16:04:41,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/bc32d7be-4150-4be3-9a92-c549edb35ad0 used request id req-c5b06716-5fb7-4928-b62d-0609e70454b1 2018-12-12 16:04:41,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=bc32d7be-4150-4be3-9a92-c549edb35ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:41,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e5226491-b7bd-4107-95dc-04d61b08e605 Date: Wed, 12 Dec 2018 16:04:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.1"}],"id":"c5f3ce6b-70b4-46c6-add9-1b7bbf03c4e8","security_groups":[],"mac_address":"fa:16:3e:84:81:f2","project_id":"2e080f8b28624230acb8f755758d073f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:39Z","binding:vnic_type":"normal","device_id":"bc32d7be-4150-4be3-9a92-c549edb35ad0"}]} 2018-12-12 16:04:41,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=bc32d7be-4150-4be3-9a92-c549edb35ad0 used request id req-e5226491-b7bd-4107-95dc-04d61b08e605 2018-12-12 16:04:41,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/1d572291-4446-4f5d-9363-2582c7c0857e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:04:41,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-199c8435-b9cd-4be9-96fb-29a61dab89bc Date: Wed, 12 Dec 2018 16:04:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","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":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}} 2018-12-12 16:04:41,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/1d572291-4446-4f5d-9363-2582c7c0857e used request id req-199c8435-b9cd-4be9-96fb-29a61dab89bc 2018-12-12 16:04:41,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:41,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:42,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jtLXa9btT2euQMR_kC4Uhg"], "issued_at": "2018-12-12T16:04:42.000000Z"}} 2018-12-12 16:04:42,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bac9fcdbe72b627e827a9e07525b5f1b779a74b" 2018-12-12 16:04:42,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8b48d4-1f02-4a38-8141-6bf1bebf9971 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:42,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ea8b48d4-1f02-4a38-8141-6bf1bebf9971 2018-12-12 16:04:42,193 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:04:42,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bac9fcdbe72b627e827a9e07525b5f1b779a74b" 2018-12-12 16:04:42,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-7791e0a3-6f18-49af-b6be-8a1a23936380 x-compute-request-id: req-7791e0a3-6f18-49af-b6be-8a1a23936380 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:04:42,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7791e0a3-6f18-49af-b6be-8a1a23936380 2018-12-12 16:04:42,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bac9fcdbe72b627e827a9e07525b5f1b779a74b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:04:42,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-ab5a2c73-ab44-47ef-bb06-8ea158aa4458 x-compute-request-id: req-ab5a2c73-ab44-47ef-bb06-8ea158aa4458 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:04:42,433 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ab5a2c73-ab44-47ef-bb06-8ea158aa4458 2018-12-12 16:04:42,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:42,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:42,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f3070c743fa4053a76754eb0543c945", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}], "expires_at": "2018-12-12T17:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e080f8b28624230acb8f755758d073f", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user", "id": "62fb4a7c751c4e3982dd056e0e903430"}, "audit_ids": ["hYxDuT_HRdiNdtgKuYOXgg"], "issued_at": "2018-12-12T16:04:42.000000Z"}} 2018-12-12 16:04:42,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d54b206ed3eb4c3b7c3d01f2641890b9b66a39" 2018-12-12 16:04:42,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1d72a7-880e-43d9-b384-0c74955f4198 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:42,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fe1d72a7-880e-43d9-b384-0c74955f4198 2018-12-12 16:04:42,876 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:04:42,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d54b206ed3eb4c3b7c3d01f2641890b9b66a39" 2018-12-12 16:04:43,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-735be470-0db1-4580-91e9-84ed11f54ed2 x-compute-request-id: req-735be470-0db1-4580-91e9-84ed11f54ed2 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:04:43,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-735be470-0db1-4580-91e9-84ed11f54ed2 2018-12-12 16:04:43,045 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp... 2018-12-12 16:04:43,045 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:04:43,111 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp 2018-12-12 16:04:43,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d54b206ed3eb4c3b7c3d01f2641890b9b66a39" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCW/fZl2nncYM1GjzYD2+VbNxCL7BjJimTsIS4b9TQyylTxXvYGs5e37hMAws8IQJdLYAH2+QCy8QRWdQk3HrPvyEvoYvPMrNNEwAT96/oR6vPf4aRIHbU4k4YxxtJe24OgxqdqeyULJ5A+6L/1HohTMgltWySRBW5XPH9ZJs+GWw==", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp"}}' 2018-12-12 16:04:43,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-8a6875e7-69c6-46ea-be0f-dd37b74ab7e2 x-compute-request-id: req-8a6875e7-69c6-46ea-be0f-dd37b74ab7e2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCW/fZl2nncYM1GjzYD2+VbNxCL7BjJimTsIS4b9TQyylTxXvYGs5e37hMAws8IQJdLYAH2+QCy8QRWdQk3HrPvyEvoYvPMrNNEwAT96/oR6vPf4aRIHbU4k4YxxtJe24OgxqdqeyULJ5A+6L/1HohTMgltWySRBW5XPH9ZJs+GWw==", "user_id": "62fb4a7c751c4e3982dd056e0e903430", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "fingerprint": "c6:c9:6f:44:c4:08:11:0e:22:8d:e2:f6:c0:b5:3b:3d"}} 2018-12-12 16:04:43,174 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-8a6875e7-69c6-46ea-be0f-dd37b74ab7e2 2018-12-12 16:04:43,175 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d.pub 2018-12-12 16:04:43,175 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d 2018-12-12 16:04:43,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:43,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:43,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f3070c743fa4053a76754eb0543c945", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}], "expires_at": "2018-12-12T17:04:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e080f8b28624230acb8f755758d073f", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user", "id": "62fb4a7c751c4e3982dd056e0e903430"}, "audit_ids": ["o8cqbKPkS9eIh59nMFvFTQ"], "issued_at": "2018-12-12T16:04:43.000000Z"}} 2018-12-12 16:04:43,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:43,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76018b7a-346d-45d5-82c7-9c5313d1342a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:43,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-76018b7a-346d-45d5-82c7-9c5313d1342a 2018-12-12 16:04:43,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:44,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-17ecbc5f-3f68-4b30-b501-cbec0473cb9e Date: Wed, 12 Dec 2018 16:04:44 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:04:44,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp used request id req-17ecbc5f-3f68-4b30-b501-cbec0473cb9e 2018-12-12 16:04:44,020 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp... 2018-12-12 16:04:44,020 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp 2018-12-12 16:04:44,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp"}}' 2018-12-12 16:04:44,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-a29bd40b-6ec7-4601-8c06-2bae7ece7a2e Date: Wed, 12 Dec 2018 16:04:44 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "updated_at": "2018-12-12T16:04:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e080f8b28624230acb8f755758d073f"}], "revision_number": 2, "project_id": "2e080f8b28624230acb8f755758d073f", "id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp"}} 2018-12-12 16:04:44,515 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-a29bd40b-6ec7-4601-8c06-2bae7ece7a2e 2018-12-12 16:04:44,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:44,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:44,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0df1cf46-2a39-42a5-b7e8-cc258b23174e Date: Wed, 12 Dec 2018 16:04: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-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934"}]} 2018-12-12 16:04:44,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-0df1cf46-2a39-42a5-b7e8-cc258b23174e 2018-12-12 16:04:44,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:44,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:44,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-48a135de-de53-4683-92f5-8a425f4b80f7 Date: Wed, 12 Dec 2018 16:04: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-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934"}]} 2018-12-12 16:04:44,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-48a135de-de53-4683-92f5-8a425f4b80f7 2018-12-12 16:04:44,723 - neutron_utils - INFO - Retrieving security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:44,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:44,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-db213063-e89d-4769-a5a1-8feb5f28f042 Date: Wed, 12 Dec 2018 16:04:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "updated_at": "2018-12-12T16:04:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e080f8b28624230acb8f755758d073f"}], "revision_number": 2, "project_id": "2e080f8b28624230acb8f755758d073f", "id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp"}]} 2018-12-12 16:04:44,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-db213063-e89d-4769-a5a1-8feb5f28f042 2018-12-12 16:04:44,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:44,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:44,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b0640a68-aac8-4541-a32c-a690956ac2d7 Date: Wed, 12 Dec 2018 16:04: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-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934"}]} 2018-12-12 16:04:44,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-b0640a68-aac8-4541-a32c-a690956ac2d7 2018-12-12 16:04:44,983 - neutron_utils - INFO - Retrieving security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:44,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:45,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-4a6ce911-23f8-4b2c-8f7e-a414d729fed3 Date: Wed, 12 Dec 2018 16:04:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "updated_at": "2018-12-12T16:04:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e080f8b28624230acb8f755758d073f"}], "revision_number": 2, "project_id": "2e080f8b28624230acb8f755758d073f", "id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp"}]} 2018-12-12 16:04:45,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-4a6ce911-23f8-4b2c-8f7e-a414d729fed3 2018-12-12 16:04:45,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:45,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:45,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f169c722-0283-4c9a-8410-deced15cbe93 Date: Wed, 12 Dec 2018 16:04:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934"}]} 2018-12-12 16:04:45,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-f169c722-0283-4c9a-8410-deced15cbe93 2018-12-12 16:04:45,370 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp 2018-12-12 16:04:45,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:45,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-64bf18ee-6ac5-4621-8d99-d561c8f7ea32 Date: Wed, 12 Dec 2018 16:04:45 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "updated_at": "2018-12-12T16:04:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e080f8b28624230acb8f755758d073f"}], "revision_number": 2, "project_id": "2e080f8b28624230acb8f755758d073f", "id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp"}]} 2018-12-12 16:04:45,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp used request id req-64bf18ee-6ac5-4621-8d99-d561c8f7ea32 2018-12-12 16:04:45,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:45,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:45,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:45,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e7705d0-366c-45ec-9c52-a590f2c5d80a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:45,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-4e7705d0-366c-45ec-9c52-a590f2c5d80a 2018-12-12 16:04:45,509 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:45,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:45,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6657b541-3493-4006-b9cf-a4f71e99af2a Date: Wed, 12 Dec 2018 16:04:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934"}]} 2018-12-12 16:04:45,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-6657b541-3493-4006-b9cf-a4f71e99af2a 2018-12-12 16:04:45,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}0de943ce257093176430c202ea3c2e1734fbbfb7" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a"}}' 2018-12-12 16:04:45,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-99c81db1-4c74-4aa7-b570-3f811a99c2a2 Date: Wed, 12 Dec 2018 16:04:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:45Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:45Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "f04c4c2f-0546-470e-8afe-6dc85359697c"}} 2018-12-12 16:04:45,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-99c81db1-4c74-4aa7-b570-3f811a99c2a2 2018-12-12 16:04:45,875 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp 2018-12-12 16:04:45,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:46,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-19be9b91-ffe1-49df-9866-94b3c9bf998b Date: Wed, 12 Dec 2018 16:04:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "updated_at": "2018-12-12T16:04:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:45Z", "revision_number": 0, "id": "f04c4c2f-0546-470e-8afe-6dc85359697c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:45Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}], "revision_number": 3, "project_id": "2e080f8b28624230acb8f755758d073f", "id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp"}]} 2018-12-12 16:04:46,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp used request id req-19be9b91-ffe1-49df-9866-94b3c9bf998b 2018-12-12 16:04:46,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:46,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a524b9-7726-48d6-903b-3e1de2253b5f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:46,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-c7a524b9-7726-48d6-903b-3e1de2253b5f 2018-12-12 16:04:46,316 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:46,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:46,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-8472c9cb-2a5b-4430-8a54-f44edf6da37e Date: Wed, 12 Dec 2018 16:04:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:45Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:45Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "f04c4c2f-0546-470e-8afe-6dc85359697c"}]} 2018-12-12 16:04:46,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-8472c9cb-2a5b-4430-8a54-f44edf6da37e 2018-12-12 16:04:46,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}0de943ce257093176430c202ea3c2e1734fbbfb7" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a"}}' 2018-12-12 16:04:46,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-29cc3eb9-0689-491f-a3e8-1c2850ec9a9a Date: Wed, 12 Dec 2018 16:04:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:04:46Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": 22, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:46Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "ab4f5b49-c442-4aaf-aeb2-c5f2ffd3d677"}} 2018-12-12 16:04:46,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-29cc3eb9-0689-491f-a3e8-1c2850ec9a9a 2018-12-12 16:04:46,677 - neutron_utils - INFO - Retrieving security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:46,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:46,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-ac467125-9f8d-466d-acb0-6958e3e3b644 Date: Wed, 12 Dec 2018 16:04:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "updated_at": "2018-12-12T16:04:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:04:46Z", "revision_number": 0, "id": "ab4f5b49-c442-4aaf-aeb2-c5f2ffd3d677", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:46Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "revision_number": 0, "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:45Z", "revision_number": 0, "id": "f04c4c2f-0546-470e-8afe-6dc85359697c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:45Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}], "revision_number": 4, "project_id": "2e080f8b28624230acb8f755758d073f", "id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp"}]} 2018-12-12 16:04:46,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-ac467125-9f8d-466d-acb0-6958e3e3b644 2018-12-12 16:04:46,883 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 796c8f26-ebd5-4b7a-b774-b1e876df084a 2018-12-12 16:04:46,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:04:47,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-50d62c97-de58-4a6d-8dbc-5792b246dfd4 Date: Wed, 12 Dec 2018 16:04:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "4e1a5e04-9403-4477-9e00-5eeec81ed7fb"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:04:46Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": 22, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:46Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "ab4f5b49-c442-4aaf-aeb2-c5f2ffd3d677"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:44Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:44Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "af85f25d-1082-41e3-8a3f-f7cc158c4934"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:45Z", "security_group_id": "796c8f26-ebd5-4b7a-b774-b1e876df084a", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:45Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "f04c4c2f-0546-470e-8afe-6dc85359697c"}]} 2018-12-12 16:04:47,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-50d62c97-de58-4a6d-8dbc-5792b246dfd4 2018-12-12 16:04:47,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:47,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:47,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f3070c743fa4053a76754eb0543c945", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}], "expires_at": "2018-12-12T17:04:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e080f8b28624230acb8f755758d073f", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user", "id": "62fb4a7c751c4e3982dd056e0e903430"}, "audit_ids": ["trTbVn8STByQojCm_9erUQ"], "issued_at": "2018-12-12T16:04:47.000000Z"}} 2018-12-12 16:04:47,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:47,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-857f6c52-c816-492b-ada3-fec8b6331262 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:47,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-857f6c52-c816-492b-ada3-fec8b6331262 2018-12-12 16:04:47,722 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:04:47,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:47,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f360e424-0a69-4171-baf5-86a508402ad0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:47,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f360e424-0a69-4171-baf5-86a508402ad0 2018-12-12 16:04:47,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:48,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-df45b82d-c715-46da-9352-d5a583ce72f5 Date: Wed, 12 Dec 2018 16:04:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:04:48,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-df45b82d-c715-46da-9352-d5a583ce72f5 2018-12-12 16:04:48,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:48,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:04: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:48,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:48,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e42cfe45-7af5-43b4-bdf0-4feed5aaa01a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:48,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-e42cfe45-7af5-43b4-bdf0-4feed5aaa01a 2018-12-12 16:04:48,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:48,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-32e1afb9-0ad5-4a50-ab1e-502dc8d49afc Date: Wed, 12 Dec 2018 16:04:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:48,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-32e1afb9-0ad5-4a50-ab1e-502dc8d49afc 2018-12-12 16:04:48,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:48,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-48bbfb74-72f1-4308-b9a5-d1d130ce319f Date: Wed, 12 Dec 2018 16:04:48 GMT RESP BODY: {"ports":[]} 2018-12-12 16:04:48,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1&admin_state_up=True used request id req-48bbfb74-72f1-4308-b9a5-d1d130ce319f 2018-12-12 16:04:48,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:48,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-85aa8f28-2372-40de-aa4b-b5a1042854f6 x-compute-request-id: req-85aa8f28-2372-40de-aa4b-b5a1042854f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:04:48,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst used request id req-85aa8f28-2372-40de-aa4b-b5a1042854f6 2018-12-12 16:04:48,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:49,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-50c67dfc-6e1d-4095-ba3d-879fbf9e1148 Date: Wed, 12 Dec 2018 16:04: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:04:49,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-50c67dfc-6e1d-4095-ba3d-879fbf9e1148 2018-12-12 16:04:49,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:49,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2dfd677-f3fd-45aa-8f93-bdcfea94280b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:49,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-d2dfd677-f3fd-45aa-8f93-bdcfea94280b 2018-12-12 16:04:49,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:49,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-78c0edeb-9391-4017-8837-2b03120306ef Date: Wed, 12 Dec 2018 16:04:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:49,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-78c0edeb-9391-4017-8837-2b03120306ef 2018-12-12 16:04:49,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:49,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0818a9dd-558c-45e0-882b-c7675d1ee099 Date: Wed, 12 Dec 2018 16:04:49 GMT RESP BODY: {"ports":[]} 2018-12-12 16:04:49,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1&admin_state_up=True used request id req-0818a9dd-558c-45e0-882b-c7675d1ee099 2018-12-12 16:04:49,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:04:49,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:04:49,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f3070c743fa4053a76754eb0543c945", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role"}], "expires_at": "2018-12-12T17:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e080f8b28624230acb8f755758d073f", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2e080f8b28624230acb8f755758d073f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user", "id": "62fb4a7c751c4e3982dd056e0e903430"}, "audit_ids": ["eA5e3IPYTYS10AyVtNU6Gg"], "issued_at": "2018-12-12T16:04:49.000000Z"}} 2018-12-12 16:04:49,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfa79bdf33eeb7b9c94ebb31ca4eb5bc8edc25c" 2018-12-12 16:04:49,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-942d9ea7-321c-4bbd-9457-bf8315a35a6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:04:49,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-942d9ea7-321c-4bbd-9457-bf8315a35a6b 2018-12-12 16:04:49,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:50,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-81054971-603b-47ef-ae18-205a5fc91f2a Date: Wed, 12 Dec 2018 16:04: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:04:50,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-81054971-603b-47ef-ae18-205a5fc91f2a 2018-12-12 16:04:50,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:50,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-80a28277-50da-43a5-b3d6-2d151df3b6de Date: Wed, 12 Dec 2018 16:04:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:50,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-80a28277-50da-43a5-b3d6-2d151df3b6de 2018-12-12 16:04:50,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:50,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f97e28b9-2d69-4c6a-8dcc-d463a27eb34d Date: Wed, 12 Dec 2018 16:04: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:04:50,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-f97e28b9-2d69-4c6a-8dcc-d463a27eb34d 2018-12-12 16:04:50,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:04:50,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:04:50,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfa79bdf33eeb7b9c94ebb31ca4eb5bc8edc25c" 2018-12-12 16:04:50,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5df782c5-f0d2-45a2-b269-dd4152e8c305 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:50,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-5df782c5-f0d2-45a2-b269-dd4152e8c305 2018-12-12 16:04:50,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:50,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1fb87fe5-7872-46ec-83f5-1b731a371acb Date: Wed, 12 Dec 2018 16:04:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:50,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-1fb87fe5-7872-46ec-83f5-1b731a371acb 2018-12-12 16:04:50,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:51,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b9b304c2-4b61-4a58-94a7-60ace643fdd6 Date: Wed, 12 Dec 2018 16:04:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:51,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet used request id req-b9b304c2-4b61-4a58-94a7-60ace643fdd6 2018-12-12 16:04:51,045 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net 2018-12-12 16:04:51,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" -d '{"port": {"network_id": "15b1ce83-7650-42f0-8c32-43ab996a06dd", "fixed_ips": [{"subnet_id": "1d572291-4446-4f5d-9363-2582c7c0857e", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1", "admin_state_up": true}}' 2018-12-12 16:04:52,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-476ccdf2-7e91-4dbd-be72-bf918d430e22 Date: Wed, 12 Dec 2018 16:04:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.100"}],"id":"b0ad8efb-de3c-494d-8429-0a8de707cc00","security_groups":["15b2cb90-0347-4055-a16f-643069923bdb"],"mac_address":"fa:16:3e:32:64:a1","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1","project_id":"2e080f8b28624230acb8f755758d073f","qos_policy_id":null,"admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:51Z","binding:vnic_type":"normal"}} 2018-12-12 16:04:52,244 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-476ccdf2-7e91-4dbd-be72-bf918d430e22 2018-12-12 16:04:52,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:52,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-26747faf-dfa0-4d59-b0b7-a791101b1a30 Date: Wed, 12 Dec 2018 16:04: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:04:52,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-26747faf-dfa0-4d59-b0b7-a791101b1a30 2018-12-12 16:04:52,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:52,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-134d14ad-bafe-43f8-92f7-b2fc88783ae8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:52,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-134d14ad-bafe-43f8-92f7-b2fc88783ae8 2018-12-12 16:04:52,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:52,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0334271a-6656-4f74-8fc0-13cc5da7d771 Date: Wed, 12 Dec 2018 16:04:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:04:52,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-0334271a-6656-4f74-8fc0-13cc5da7d771 2018-12-12 16:04:52,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:52,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-cdd02501-e96f-4e3b-8a91-1e56918bf731 Date: Wed, 12 Dec 2018 16:04:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.100"}],"id":"b0ad8efb-de3c-494d-8429-0a8de707cc00","security_groups":["15b2cb90-0347-4055-a16f-643069923bdb"],"mac_address":"fa:16:3e:32:64:a1","project_id":"2e080f8b28624230acb8f755758d073f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:51Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:04:52,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1&admin_state_up=True used request id req-cdd02501-e96f-4e3b-8a91-1e56918bf731 2018-12-12 16:04:52,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:52,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be28a5b0-a28a-4a62-917b-5ce131c1dc16 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:04:52,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-be28a5b0-a28a-4a62-917b-5ce131c1dc16 2018-12-12 16:04:52,968 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst 2018-12-12 16:04:52,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:52,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-e052f2d0-d141-4f87-9dd5-74bb891afebd x-compute-request-id: req-e052f2d0-d141-4f87-9dd5-74bb891afebd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-flavor-name"}]} 2018-12-12 16:04:52,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e052f2d0-d141-4f87-9dd5-74bb891afebd 2018-12-12 16:04:53,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:53,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38536fe1-fdcf-403a-93de-35478c76c39c x-compute-request-id: req-38536fe1-fdcf-403a-93de-35478c76c39c Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:04:53,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be used request id req-38536fe1-fdcf-403a-93de-35478c76c39c 2018-12-12 16:04:53,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:53,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-6eae843f-0e00-4402-8c5e-bdb459476663 Date: Wed, 12 Dec 2018 16:04:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:04:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:04:27Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/snap", "metadata": {}}], "self": "/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "min_disk": 0, "protected": false, "id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "file": "/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2e080f8b28624230acb8f755758d073f", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image"} 2018-12-12 16:04:53,295 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image used request id req-6eae843f-0e00-4402-8c5e-bdb459476663 2018-12-12 16:04:53,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:53,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c8724bf8-3244-4839-af0b-4bbef4a1b428 Date: Wed, 12 Dec 2018 16:04:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:04:53,455 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c8724bf8-3244-4839-af0b-4bbef4a1b428 2018-12-12 16:04:53,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "imageRef": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "flavorRef": "059c6a76-6b40-4b28-b4e3-de880227f6be", "max_count": 1, "min_count": 1, "networks": [{"port": "b0ad8efb-de3c-494d-8429-0a8de707cc00"}]}}' 2018-12-12 16:04:54,840 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:04:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-989e9c20-2901-428c-b002-fd5c87134e69 x-compute-request-id: req-989e9c20-2901-428c-b002-fd5c87134e69 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "adminPass": "BeZ4Ei4zs49U"}} 2018-12-12 16:04:54,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-989e9c20-2901-428c-b002-fd5c87134e69 2018-12-12 16:04:54,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:55,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-8d3c4db9-7a04-4ae6-b288-9e9de4fd9a40 x-compute-request-id: req-8d3c4db9-7a04-4ae6-b288-9e9de4fd9a40 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.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:04:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:04:55,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-8d3c4db9-7a04-4ae6-b288-9e9de4fd9a40 2018-12-12 16:04:55,201 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst 2018-12-12 16:04:55,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:55,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e03a5068-c7eb-4a55-a8f2-c8fb8c6aba34 x-compute-request-id: req-e03a5068-c7eb-4a55-a8f2-c8fb8c6aba34 Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:04:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:04:55,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-e03a5068-c7eb-4a55-a8f2-c8fb8c6aba34 2018-12-12 16:04:55,594 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst] is - BUILD 2018-12-12 16:04:55,594 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:04:58,596 - create_instance - DEBUG - VM status query timeout in 896.60609293 2018-12-12 16:04:58,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:04:59,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbfc2614-e9c0-42c8-880d-d61f351f3d03 x-compute-request-id: req-dbfc2614-e9c0-42c8-880d-d61f351f3d03 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.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "security_groups": [{"name": "default"}], "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:04:55Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:04:59,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-dbfc2614-e9c0-42c8-880d-d61f351f3d03 2018-12-12 16:04:59,224 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst] is - BUILD 2018-12-12 16:04:59,225 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:05:02,228 - create_instance - DEBUG - VM status query timeout in 892.97386384 2018-12-12 16:05:02,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:02,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-100d2d5d-7195-41ef-8a0d-e57cba19bdd1 x-compute-request-id: req-100d2d5d-7195-41ef-8a0d-e57cba19bdd1 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "security_groups": [{"name": "default"}], "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:01Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:02,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-100d2d5d-7195-41ef-8a0d-e57cba19bdd1 2018-12-12 16:05:02,932 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst] is - ACTIVE 2018-12-12 16:05:02,932 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:05:02,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:03,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-0edebfab-a3b3-4e29-ba68-ce1deaad63e5 x-compute-request-id: req-0edebfab-a3b3-4e29-ba68-ce1deaad63e5 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "security_groups": [{"name": "default"}], "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:01Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:03,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-0edebfab-a3b3-4e29-ba68-ce1deaad63e5 2018-12-12 16:05:03,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:03,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9a35ddeb-3381-4c59-bdb7-89bb4250dfb4 Date: Wed, 12 Dec 2018 16:05: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:05:03,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-9a35ddeb-3381-4c59-bdb7-89bb4250dfb4 2018-12-12 16:05:03,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:03,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ebf0d6c-d37e-4402-a18f-7991dabe13fb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:05:03,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-1ebf0d6c-d37e-4402-a18f-7991dabe13fb 2018-12-12 16:05:03,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:03,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b9c93232-f9a5-4318-9ff5-710ec7a64ea4 Date: Wed, 12 Dec 2018 16:05:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:05:03,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-b9c93232-f9a5-4318-9ff5-710ec7a64ea4 2018-12-12 16:05:03,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:04,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-2e793db1-257d-4f18-807a-3154eeb5e03a Date: Wed, 12 Dec 2018 16:05:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.4"}],"id":"6eeb8560-ce48-4bd6-b420-a18d0a004ea2","security_groups":[],"mac_address":"fa:16:3e:80:39:7b","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-15b1ce83-7650-42f0-8c32-43ab996a06dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.3"}],"id":"7d3b6171-0df1-4bd4-ab70-1903fab1e123","security_groups":[],"mac_address":"fa:16:3e:f1:ca:af","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-15b1ce83-7650-42f0-8c32-43ab996a06dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.100"}],"id":"b0ad8efb-de3c-494d-8429-0a8de707cc00","security_groups":["15b2cb90-0347-4055-a16f-643069923bdb"],"mac_address":"fa:16:3e:32:64:a1","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:51Z","binding:vnic_type":"normal","device_id":"c6ac47ae-59e7-4984-ac37-a80bc9c2ea43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.1"}],"id":"c5f3ce6b-70b4-46c6-add9-1b7bbf03c4e8","security_groups":[],"mac_address":"fa:16:3e:84:81:f2","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:39Z","binding:vnic_type":"normal","device_id":"bc32d7be-4150-4be3-9a92-c549edb35ad0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.2"}],"id":"f978ccf5-f00c-4670-b65d-46384c795360","security_groups":[],"mac_address":"fa:16:3e:e6:78:d8","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-15b1ce83-7650-42f0-8c32-43ab996a06dd"}]} 2018-12-12 16:05:04,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-2e793db1-257d-4f18-807a-3154eeb5e03a 2018-12-12 16:05:04,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:04,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-9c66e1a8-7c7d-42a4-bf64-87c47b99f3a4 Date: Wed, 12 Dec 2018 16:05:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:33Z", "admin_state_up": true, "updated_at": "2018-12-12T16:04:40Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "2e080f8b28624230acb8f755758d073f", "id": "bc32d7be-4150-4be3-9a92-c549edb35ad0", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router"}]} 2018-12-12 16:05:04,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router used request id req-9c66e1a8-7c7d-42a4-bf64-87c47b99f3a4 2018-12-12 16:05:04,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:04,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7df929d9-1e9b-4b01-b8ad-2e7d3be08ddb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:05:04,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-7df929d9-1e9b-4b01-b8ad-2e7d3be08ddb 2018-12-12 16:05:04,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=bc32d7be-4150-4be3-9a92-c549edb35ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:04,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-98d038cb-a7a2-487d-bd3e-5666cf4d9531 Date: Wed, 12 Dec 2018 16:05:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.1"}],"id":"c5f3ce6b-70b4-46c6-add9-1b7bbf03c4e8","security_groups":[],"mac_address":"fa:16:3e:84:81:f2","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:39Z","binding:vnic_type":"normal","device_id":"bc32d7be-4150-4be3-9a92-c549edb35ad0"}]} 2018-12-12 16:05:04,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=bc32d7be-4150-4be3-9a92-c549edb35ad0 used request id req-98d038cb-a7a2-487d-bd3e-5666cf4d9531 2018-12-12 16:05:04,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/1d572291-4446-4f5d-9363-2582c7c0857e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:04,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f169ffd0-8a5c-43c1-91bd-3d0b60cb737e Date: Wed, 12 Dec 2018 16:05:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","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":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}} 2018-12-12 16:05:04,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/1d572291-4446-4f5d-9363-2582c7c0857e used request id req-f169ffd0-8a5c-43c1-91bd-3d0b60cb737e 2018-12-12 16:05:04,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:04,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-59e6cb69-8b0a-4857-a8e0-b4009a33c46a Date: Wed, 12 Dec 2018 16:05:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:05:04,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-59e6cb69-8b0a-4857-a8e0-b4009a33c46a 2018-12-12 16:05:04,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:04,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9e7d8060-cd53-41fc-94bc-d7c0b6001e1e Date: Wed, 12 Dec 2018 16:05:04 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:05:04,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-9e7d8060-cd53-41fc-94bc-d7c0b6001e1e 2018-12-12 16:05:04,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:05,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-4588aa72-5f92-4ac7-961e-df3c832bb494 x-compute-request-id: req-4588aa72-5f92-4ac7-961e-df3c832bb494 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "security_groups": [{"name": "default"}], "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:01Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:05,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-4588aa72-5f92-4ac7-961e-df3c832bb494 2018-12-12 16:05:05,461 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst] is - ACTIVE 2018-12-12 16:05:05,461 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:05:05,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:06,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0eaadc91-69d0-4156-97d4-33145a9192b8 x-compute-request-id: req-0eaadc91-69d0-4156-97d4-33145a9192b8 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "security_groups": [{"name": "default"}], "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:01Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:06,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-0eaadc91-69d0-4156-97d4-33145a9192b8 2018-12-12 16:05:06,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:06,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4f01ebff-f268-4446-a724-845c199716b9 Date: Wed, 12 Dec 2018 16:05: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:05:06,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-4f01ebff-f268-4446-a724-845c199716b9 2018-12-12 16:05:06,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:06,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd26c20-1c19-4317-93f2-ec99136d960f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:05:06,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-ccd26c20-1c19-4317-93f2-ec99136d960f 2018-12-12 16:05:06,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:06,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7fca4fe8-5e69-4a09-9584-e1d7efb6414c Date: Wed, 12 Dec 2018 16:05:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:05:06,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-7fca4fe8-5e69-4a09-9584-e1d7efb6414c 2018-12-12 16:05:06,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:06,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-6d6148ef-bfda-4676-8bbf-b076b241b6ef Date: Wed, 12 Dec 2018 16:05:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.4"}],"id":"6eeb8560-ce48-4bd6-b420-a18d0a004ea2","security_groups":[],"mac_address":"fa:16:3e:80:39:7b","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-15b1ce83-7650-42f0-8c32-43ab996a06dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.3"}],"id":"7d3b6171-0df1-4bd4-ab70-1903fab1e123","security_groups":[],"mac_address":"fa:16:3e:f1:ca:af","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-15b1ce83-7650-42f0-8c32-43ab996a06dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.100"}],"id":"b0ad8efb-de3c-494d-8429-0a8de707cc00","security_groups":["15b2cb90-0347-4055-a16f-643069923bdb"],"mac_address":"fa:16:3e:32:64:a1","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:51Z","binding:vnic_type":"normal","device_id":"c6ac47ae-59e7-4984-ac37-a80bc9c2ea43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.1"}],"id":"c5f3ce6b-70b4-46c6-add9-1b7bbf03c4e8","security_groups":[],"mac_address":"fa:16:3e:84:81:f2","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:39Z","binding:vnic_type":"normal","device_id":"bc32d7be-4150-4be3-9a92-c549edb35ad0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.2"}],"id":"f978ccf5-f00c-4670-b65d-46384c795360","security_groups":[],"mac_address":"fa:16:3e:e6:78:d8","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-15b1ce83-7650-42f0-8c32-43ab996a06dd"}]} 2018-12-12 16:05:06,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-6d6148ef-bfda-4676-8bbf-b076b241b6ef 2018-12-12 16:05:06,619 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:05:06,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:06,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bbeaf9f3-57e7-4a9b-a814-2a74f72ac986 Date: Wed, 12 Dec 2018 16:05:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:05:06,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-bbeaf9f3-57e7-4a9b-a814-2a74f72ac986 2018-12-12 16:05:06,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:06,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c0de5cd7-c801-40e5-a1fa-62b5e4954555 Date: Wed, 12 Dec 2018 16:05:06 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:05:06,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-c0de5cd7-c801-40e5-a1fa-62b5e4954555 2018-12-12 16:05:06,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "b0ad8efb-de3c-494d-8429-0a8de707cc00"}}' 2018-12-12 16:05:08,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-23cf9fdc-cbb6-411e-8f16-3a2970cfd5a7 Date: Wed, 12 Dec 2018 16:05:08 GMT RESP BODY: {"floatingip": {"router_id": "bc32d7be-4150-4be3-9a92-c549edb35ad0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:05:07Z", "updated_at": "2018-12-12T16:05:07Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "2e080f8b28624230acb8f755758d073f", "port_id": "b0ad8efb-de3c-494d-8429-0a8de707cc00", "id": "62ce332f-cdf5-4397-a850-b4eb1227d758"}} 2018-12-12 16:05:08,427 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-23cf9fdc-cbb6-411e-8f16-3a2970cfd5a7 2018-12-12 16:05:08,427 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router 2018-12-12 16:05:08,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:08,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-645e84f1-50c6-4f0f-8748-f45e550f3f3f x-compute-request-id: req-645e84f1-50c6-4f0f-8748-f45e550f3f3f Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "security_groups": [{"name": "default"}], "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:01Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:08,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-645e84f1-50c6-4f0f-8748-f45e550f3f3f 2018-12-12 16:05:08,922 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst] is - ACTIVE 2018-12-12 16:05:08,922 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:05:08,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:09,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a87b36f-c0b1-4c12-8102-f7cf615c6954 x-compute-request-id: req-4a87b36f-c0b1-4c12-8102-f7cf615c6954 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "security_groups": [{"name": "default"}], "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:01Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:09,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-4a87b36f-c0b1-4c12-8102-f7cf615c6954 2018-12-12 16:05:09,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:09,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-63875f78-1eda-4471-89ca-4b35724864e9 Date: Wed, 12 Dec 2018 16: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:05:09,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-63875f78-1eda-4471-89ca-4b35724864e9 2018-12-12 16:05:09,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:09,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6dafa0d-764a-48f6-a8e4-62a225484cea Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:05:09,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-e6dafa0d-764a-48f6-a8e4-62a225484cea 2018-12-12 16:05:09,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:09,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4f77ce9b-fd72-425a-9765-145a22d99c08 Date: Wed, 12 Dec 2018 16:05:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:05:09,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-4f77ce9b-fd72-425a-9765-145a22d99c08 2018-12-12 16:05:09,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:10,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-26829ff0-0838-4baf-97f9-698f53ec9d2b Date: Wed, 12 Dec 2018 16:05:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.4"}],"id":"6eeb8560-ce48-4bd6-b420-a18d0a004ea2","security_groups":[],"mac_address":"fa:16:3e:80:39:7b","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-15b1ce83-7650-42f0-8c32-43ab996a06dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.3"}],"id":"7d3b6171-0df1-4bd4-ab70-1903fab1e123","security_groups":[],"mac_address":"fa:16:3e:f1:ca:af","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-15b1ce83-7650-42f0-8c32-43ab996a06dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.100"}],"id":"b0ad8efb-de3c-494d-8429-0a8de707cc00","security_groups":["15b2cb90-0347-4055-a16f-643069923bdb"],"mac_address":"fa:16:3e:32:64:a1","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:51Z","binding:vnic_type":"normal","device_id":"c6ac47ae-59e7-4984-ac37-a80bc9c2ea43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.1"}],"id":"c5f3ce6b-70b4-46c6-add9-1b7bbf03c4e8","security_groups":[],"mac_address":"fa:16:3e:84:81:f2","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:39Z","binding:vnic_type":"normal","device_id":"bc32d7be-4150-4be3-9a92-c549edb35ad0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.2"}],"id":"f978ccf5-f00c-4670-b65d-46384c795360","security_groups":[],"mac_address":"fa:16:3e:e6:78:d8","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-15b1ce83-7650-42f0-8c32-43ab996a06dd"}]} 2018-12-12 16:05:10,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-26829ff0-0838-4baf-97f9-698f53ec9d2b 2018-12-12 16:05:10,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:10,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-173f7c95-9f28-4962-bae8-bf211df6d82f x-compute-request-id: req-173f7c95-9f28-4962-bae8-bf211df6d82f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "security_groups": [{"name": "default"}], "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:01Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:10,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-173f7c95-9f28-4962-bae8-bf211df6d82f 2018-12-12 16:05:10,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:10,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1cd2ffd6-eb9c-4da1-83bd-90fa57735777 Date: Wed, 12 Dec 2018 16:05: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":["1d572291-4446-4f5d-9363-2582c7c0857e"],"updated_at":"2018-12-12T16:04:30Z","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2e080f8b28624230acb8f755758d073f","id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net"}]} 2018-12-12 16:05:10,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net used request id req-1cd2ffd6-eb9c-4da1-83bd-90fa57735777 2018-12-12 16:05:10,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:10,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f35edd-9c2a-4f50-93e0-a060e4201275 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:05:10,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-36f35edd-9c2a-4f50-93e0-a060e4201275 2018-12-12 16:05:10,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:10,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-df98c8d5-67f7-4c0b-be4d-3305ba4f1b0d Date: Wed, 12 Dec 2018 16:05:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:30Z","dns_nameservers":[],"updated_at":"2018-12-12T16:04:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2e080f8b28624230acb8f755758d073f","id":"1d572291-4446-4f5d-9363-2582c7c0857e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet"}]} 2018-12-12 16:05:10,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-df98c8d5-67f7-4c0b-be4d-3305ba4f1b0d 2018-12-12 16:05:10,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:10,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-6db58e98-bd23-4abc-b33b-7ced9327d0e6 Date: Wed, 12 Dec 2018 16:05:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.4"}],"id":"6eeb8560-ce48-4bd6-b420-a18d0a004ea2","security_groups":[],"mac_address":"fa:16:3e:80:39:7b","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-15b1ce83-7650-42f0-8c32-43ab996a06dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.3"}],"id":"7d3b6171-0df1-4bd4-ab70-1903fab1e123","security_groups":[],"mac_address":"fa:16:3e:f1:ca:af","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-15b1ce83-7650-42f0-8c32-43ab996a06dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.100"}],"id":"b0ad8efb-de3c-494d-8429-0a8de707cc00","security_groups":["15b2cb90-0347-4055-a16f-643069923bdb"],"mac_address":"fa:16:3e:32:64:a1","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:51Z","binding:vnic_type":"normal","device_id":"c6ac47ae-59e7-4984-ac37-a80bc9c2ea43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.1"}],"id":"c5f3ce6b-70b4-46c6-add9-1b7bbf03c4e8","security_groups":[],"mac_address":"fa:16:3e:84:81:f2","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:39Z","binding:vnic_type":"normal","device_id":"bc32d7be-4150-4be3-9a92-c549edb35ad0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:04:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d572291-4446-4f5d-9363-2582c7c0857e","ip_address":"10.55.1.2"}],"id":"f978ccf5-f00c-4670-b65d-46384c795360","security_groups":[],"mac_address":"fa:16:3e:e6:78:d8","project_id":"2e080f8b28624230acb8f755758d073f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"15b1ce83-7650-42f0-8c32-43ab996a06dd","tenant_id":"2e080f8b28624230acb8f755758d073f","created_at":"2018-12-12T16:04:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-15b1ce83-7650-42f0-8c32-43ab996a06dd"}]} 2018-12-12 16:05:10,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-6db58e98-bd23-4abc-b33b-7ced9327d0e6 2018-12-12 16:05:10,956 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-12-12 16:05:10,956 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-12-12 16:05:10,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/62ce332f-cdf5-4397-a850-b4eb1227d758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:12,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46c5677f-1a17-4cdb-ac16-8e2c43cd2777 Content-Length: 0 Date: Wed, 12 Dec 2018 16:05:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:12,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/62ce332f-cdf5-4397-a850-b4eb1227d758 used request id req-46c5677f-1a17-4cdb-ac16-8e2c43cd2777 2018-12-12 16:05:12,556 - create_instance - INFO - Deleting Port with ID - b0ad8efb-de3c-494d-8429-0a8de707cc00 2018-12-12 16:05:12,557 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02dport-1 2018-12-12 16:05:12,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/b0ad8efb-de3c-494d-8429-0a8de707cc00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:13,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f221303f-87ff-46d2-8dd3-da3e0c8f221c Date: Wed, 12 Dec 2018 16:05:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:13,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/b0ad8efb-de3c-494d-8429-0a8de707cc00 used request id req-f221303f-87ff-46d2-8dd3-da3e0c8f221c 2018-12-12 16:05:13,094 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst 2018-12-12 16:05:13,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:13,259 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-6e959cbf-76eb-4d2a-8d32-81f1140bb5e3 x-compute-request-id: req-6e959cbf-76eb-4d2a-8d32-81f1140bb5e3 Content-Type: application/json 2018-12-12 16:05:13,259 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-6e959cbf-76eb-4d2a-8d32-81f1140bb5e3 2018-12-12 16:05:13,259 - create_instance - INFO - Checking deletion status 2018-12-12 16:05:13,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:13,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-74c23481-b927-43f8-9706-dbecc95dec69 x-compute-request-id: req-74c23481-b927-43f8-9706-dbecc95dec69 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:13Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:13,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-74c23481-b927-43f8-9706-dbecc95dec69 2018-12-12 16:05:13,721 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst] is - ACTIVE 2018-12-12 16:05:13,721 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:05:16,724 - create_instance - DEBUG - VM status query timeout in 296.535351992 2018-12-12 16:05:16,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:17,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05: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-98f36ad2-74c4-4e40-ae30-7744b693e5d9 x-compute-request-id: req-98f36ad2-74c4-4e40-ae30-7744b693e5d9 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:64:a1", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "rel": "bookmark"}], "image": {"id": "3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "links": [{"href": "http://172.30.9.29:8774/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:05:00.000000", "flavor": {"id": "059c6a76-6b40-4b28-b4e3-de880227f6be", "links": [{"href": "http://172.30.9.29:8774/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be", "rel": "bookmark"}]}, "id": "c6ac47ae-59e7-4984-ac37-a80bc9c2ea43", "user_id": "62fb4a7c751c4e3982dd056e0e903430", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:05:13Z", "hostId": "444486673609e6972728d1aad1829b91269f9ca2f6b28fbeb72849c1", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp", "name": "CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst", "created": "2018-12-12T16:04:54Z", "tenant_id": "2e080f8b28624230acb8f755758d073f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:05:17,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-98f36ad2-74c4-4e40-ae30-7744b693e5d9 2018-12-12 16:05:17,157 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst] is - ACTIVE 2018-12-12 16:05:17,158 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:05:20,161 - create_instance - DEBUG - VM status query timeout in 293.098829031 2018-12-12 16:05:20,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1d2469db3630fee8545c41bfbd240a6b891e0d1" 2018-12-12 16:05:20,211 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:05:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-96e5b85b-4c4c-4b11-b734-9fc06c3e1b01 x-compute-request-id: req-96e5b85b-4c4c-4b11-b734-9fc06c3e1b01 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 could not be found.", "code": 404}} 2018-12-12 16:05:20,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 used request id req-96e5b85b-4c4c-4b11-b734-9fc06c3e1b01 2018-12-12 16:05:20,211 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c6ac47ae-59e7-4984-ac37-a80bc9c2ea43 could not be found. (HTTP 404) (Request-ID: req-96e5b85b-4c4c-4b11-b734-9fc06c3e1b01) 2018-12-12 16:05:20,211 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-inst 2018-12-12 16:05:20,212 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp 2018-12-12 16:05:20,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d54b206ed3eb4c3b7c3d01f2641890b9b66a39" 2018-12-12 16:05:20,263 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:05:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a5203ec-eb9b-4e92-8959-05ec61113892 x-compute-request-id: req-6a5203ec-eb9b-4e92-8959-05ec61113892 Content-Length: 0 Content-Type: application/json 2018-12-12 16:05:20,264 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-kp used request id req-6a5203ec-eb9b-4e92-8959-05ec61113892 2018-12-12 16:05:20,264 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d.pub] 2018-12-12 16:05:20,264 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d] 2018-12-12 16:05:20,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bac9fcdbe72b627e827a9e07525b5f1b779a74b" 2018-12-12 16:05:20,306 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:05:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9256b3de-bb51-4c05-8f45-596b62ef5dc6 x-compute-request-id: req-9256b3de-bb51-4c05-8f45-596b62ef5dc6 Content-Length: 0 Content-Type: application/json 2018-12-12 16:05:20,306 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/059c6a76-6b40-4b28-b4e3-de880227f6be used request id req-9256b3de-bb51-4c05-8f45-596b62ef5dc6 2018-12-12 16:05:20,307 - neutron_utils - INFO - Deleting security group rule with ID - f04c4c2f-0546-470e-8afe-6dc85359697c 2018-12-12 16:05:20,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f04c4c2f-0546-470e-8afe-6dc85359697c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:05:20,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8a794128-db99-4ad2-af32-524d5f293231 Content-Length: 0 Date: Wed, 12 Dec 2018 16:05:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:20,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f04c4c2f-0546-470e-8afe-6dc85359697c used request id req-8a794128-db99-4ad2-af32-524d5f293231 2018-12-12 16:05:20,553 - neutron_utils - INFO - Deleting security group rule with ID - 4e1a5e04-9403-4477-9e00-5eeec81ed7fb 2018-12-12 16:05:20,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/4e1a5e04-9403-4477-9e00-5eeec81ed7fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:05:20,644 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-241d1967-5239-46c1-b2aa-088a409f0d1d Content-Length: 0 Date: Wed, 12 Dec 2018 16:05:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:20,644 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/4e1a5e04-9403-4477-9e00-5eeec81ed7fb used request id req-241d1967-5239-46c1-b2aa-088a409f0d1d 2018-12-12 16:05:20,644 - neutron_utils - INFO - Deleting security group rule with ID - af85f25d-1082-41e3-8a3f-f7cc158c4934 2018-12-12 16:05:20,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/af85f25d-1082-41e3-8a3f-f7cc158c4934 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:05:20,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dfee94d9-616e-4489-936b-06bea241aa6b Content-Length: 0 Date: Wed, 12 Dec 2018 16:05:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:20,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/af85f25d-1082-41e3-8a3f-f7cc158c4934 used request id req-dfee94d9-616e-4489-936b-06bea241aa6b 2018-12-12 16:05:20,739 - neutron_utils - INFO - Deleting security group rule with ID - ab4f5b49-c442-4aaf-aeb2-c5f2ffd3d677 2018-12-12 16:05:20,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/ab4f5b49-c442-4aaf-aeb2-c5f2ffd3d677 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:05:21,005 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76619fa8-ef02-4b48-9ff8-4de2075c0689 Content-Length: 0 Date: Wed, 12 Dec 2018 16:05:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:21,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/ab4f5b49-c442-4aaf-aeb2-c5f2ffd3d677 used request id req-76619fa8-ef02-4b48-9ff8-4de2075c0689 2018-12-12 16:05:21,005 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-sec-grp 2018-12-12 16:05:21,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/796c8f26-ebd5-4b7a-b774-b1e876df084a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de943ce257093176430c202ea3c2e1734fbbfb7" 2018-12-12 16:05:21,288 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-138fc6bc-fc99-4625-aa5d-fc6b13604bb7 Content-Length: 0 Date: Wed, 12 Dec 2018 16:05:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:21,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/796c8f26-ebd5-4b7a-b774-b1e876df084a used request id req-138fc6bc-fc99-4625-aa5d-fc6b13604bb7 2018-12-12 16:05:21,289 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router and subnet CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet 2018-12-12 16:05:21,289 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router 2018-12-12 16:05:21,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/bc32d7be-4150-4be3-9a92-c549edb35ad0/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" -d '{"subnet_id": "1d572291-4446-4f5d-9363-2582c7c0857e"}' 2018-12-12 16:05:23,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c4e5d425-17ca-4d49-bf42-3a75625b6ef5 Date: Wed, 12 Dec 2018 16:05:23 GMT RESP BODY: {"network_id": "15b1ce83-7650-42f0-8c32-43ab996a06dd", "tenant_id": "2e080f8b28624230acb8f755758d073f", "subnet_id": "1d572291-4446-4f5d-9363-2582c7c0857e", "subnet_ids": ["1d572291-4446-4f5d-9363-2582c7c0857e"], "port_id": "c5f3ce6b-70b4-46c6-add9-1b7bbf03c4e8", "id": "bc32d7be-4150-4be3-9a92-c549edb35ad0"} 2018-12-12 16:05:23,004 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/bc32d7be-4150-4be3-9a92-c549edb35ad0/remove_router_interface used request id req-c4e5d425-17ca-4d49-bf42-3a75625b6ef5 2018-12-12 16:05:23,005 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router 2018-12-12 16:05:23,005 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-router 2018-12-12 16:05:23,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/bc32d7be-4150-4be3-9a92-c549edb35ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2b054c1aa8db7442296105f48e490e0e0e8d10" 2018-12-12 16:05:26,560 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a266d84-139b-4ad5-b27a-34dde8954032 Content-Length: 0 Date: Wed, 12 Dec 2018 16:05:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:26,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/bc32d7be-4150-4be3-9a92-c549edb35ad0 used request id req-0a266d84-139b-4ad5-b27a-34dde8954032 2018-12-12 16:05:26,561 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet 2018-12-12 16:05:26,561 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-subnet 2018-12-12 16:05:26,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/1d572291-4446-4f5d-9363-2582c7c0857e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" 2018-12-12 16:05:29,136 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c37aea1e-d799-4bbe-93b5-f4849c4baaa6 Date: Wed, 12 Dec 2018 16:05:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:29,136 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1d572291-4446-4f5d-9363-2582c7c0857e used request id req-c37aea1e-d799-4bbe-93b5-f4849c4baaa6 2018-12-12 16:05:29,136 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-pub-net 2018-12-12 16:05:29,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/15b1ce83-7650-42f0-8c32-43ab996a06dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da3ed7f68d0447318f108d2a76f234d75bb13ec" 2018-12-12 16:05:30,441 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ff75a150-a89c-4e04-b6b6-228f3e3eb318 Date: Wed, 12 Dec 2018 16:05:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:30,441 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/15b1ce83-7650-42f0-8c32-43ab996a06dd used request id req-ff75a150-a89c-4e04-b6b6-228f3e3eb318 2018-12-12 16:05:30,442 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d5ed4f66-96bd-4fba-927a-6948ed49f02d-image 2018-12-12 16:05:30,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bec1ad31c14695737da693bcb8e8ad8599fccb1b" 2018-12-12 16:05:32,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-50849e4e-f7a9-4975-86e8-6e95e4b5dcd0 Date: Wed, 12 Dec 2018 16:05:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:05:32,282 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3acfcadd-48bd-43b8-a2e5-0e8519ed6d26 used request id req-50849e4e-f7a9-4975-86e8-6e95e4b5dcd0 2018-12-12 16:05:32,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:05:32,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a94bb4e8-f6ff-4196-87c8-28e3c2170c2b Date: Wed, 12 Dec 2018 16:05:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:29Z", "updated_at": "2018-12-12T16:04:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:29Z", "revision_number": 0, "id": "0a308a76-14c3-4f90-bb5c-45912a2d4f50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:29Z", "security_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:29Z", "revision_number": 0, "id": "ac11b68d-f019-4cd8-9dd6-e1e2602be4ca", "remote_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:29Z", "security_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:29Z", "revision_number": 0, "id": "b8c36746-7d06-445d-ba35-e53f77c39c98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:29Z", "security_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e080f8b28624230acb8f755758d073f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:04:29Z", "revision_number": 0, "id": "d0270ece-c954-4abf-9578-6a7cd9af77f6", "remote_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "remote_ip_prefix": null, "created_at": "2018-12-12T16:04:29Z", "security_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "tenant_id": "2e080f8b28624230acb8f755758d073f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e080f8b28624230acb8f755758d073f"}], "revision_number": 4, "project_id": "2e080f8b28624230acb8f755758d073f", "id": "15b2cb90-0347-4055-a16f-643069923bdb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:05:32,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-a94bb4e8-f6ff-4196-87c8-28e3c2170c2b 2018-12-12 16:05:32,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:05:32,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d23c2415-0766-4da1-851f-b9aded1a8b39 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f"}, "enabled": true, "id": "2e080f8b28624230acb8f755758d073f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj"}} 2018-12-12 16:05:32,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-d23c2415-0766-4da1-851f-b9aded1a8b39 2018-12-12 16:05:32,609 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15b2cb90-0347-4055-a16f-643069923bdb 2018-12-12 16:05:32,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=15b2cb90-0347-4055-a16f-643069923bdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:05:32,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6f510147-e796-4c4a-9fbc-59973f8e53d4 Date: Wed, 12 Dec 2018 16:05:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:29Z", "security_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:29Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "0a308a76-14c3-4f90-bb5c-45912a2d4f50"}, {"remote_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:29Z", "security_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:29Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "ac11b68d-f019-4cd8-9dd6-e1e2602be4ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:29Z", "security_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:29Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "b8c36746-7d06-445d-ba35-e53f77c39c98"}, {"remote_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:04:29Z", "security_group_id": "15b2cb90-0347-4055-a16f-643069923bdb", "port_range_min": null, "revision_number": 0, "tenant_id": "2e080f8b28624230acb8f755758d073f", "created_at": "2018-12-12T16:04:29Z", "project_id": "2e080f8b28624230acb8f755758d073f", "id": "d0270ece-c954-4abf-9578-6a7cd9af77f6"}]} 2018-12-12 16:05:32,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=15b2cb90-0347-4055-a16f-643069923bdb used request id req-6f510147-e796-4c4a-9fbc-59973f8e53d4 2018-12-12 16:05:32,802 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:05:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/15b2cb90-0347-4055-a16f-643069923bdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:05:33,123 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-186f958f-97dd-4b8e-b013-7bea3810686b Content-Length: 0 Date: Wed, 12 Dec 2018 16:05:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:05:33,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/15b2cb90-0347-4055-a16f-643069923bdb used request id req-186f958f-97dd-4b8e-b013-7bea3810686b 2018-12-12 16:05:33,124 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj 2018-12-12 16:05:33,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:05:33,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:05:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bd7b807-0ab5-48aa-b72f-3f0515b5fe64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:05:33,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2e080f8b28624230acb8f755758d073f used request id req-0bd7b807-0ab5-48aa-b72f-3f0515b5fe64 2018-12-12 16:05:33,496 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-proj-role 2018-12-12 16:05:33,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8f3070c743fa4053a76754eb0543c945 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:05:33,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:05:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7507cecc-5854-4dbc-9d77-df1ff3af0de3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:05:33,623 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8f3070c743fa4053a76754eb0543c945 used request id req-7507cecc-5854-4dbc-9d77-df1ff3af0de3 2018-12-12 16:05:33,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e4e41cb128a456a38cbd12250560405a4db1e31" 2018-12-12 16:05:33,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdd10077-2368-43b6-a97b-8300417db79f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:05:33,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bdd10077-2368-43b6-a97b-8300417db79f 2018-12-12 16:05:33,711 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-50f54d2a-8834-4ea-user 2018-12-12 16:05:33,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/62fb4a7c751c4e3982dd056e0e903430 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277f0b3e6a4da2bcc8410f1206015abd0d2b1841" 2018-12-12 16:05:33,885 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:05:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fcc6c55-98b5-45fb-9b6d-7072577738a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:05:33,885 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/62fb4a7c751c4e3982dd056e0e903430 used request id req-2fcc6c55-98b5-45fb-9b6d-7072577738a0 2018-12-12 16:05:33,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:34,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["wf9jmOP-QqujMonydpiOMA"], "issued_at": "2018-12-12T16:05:34.000000Z"}} 2018-12-12 16:05:34,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac8f4b3bcf7234558857ef6a4ab4d3fcf46f62b" 2018-12-12 16:05:34,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de0c0afa-a00a-4c9d-abb4-4fa63a9e8dc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:34,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-de0c0afa-a00a-4c9d-abb4-4fa63a9e8dc9 2018-12-12 16:05:34,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:34,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:34,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["0ntKxERPR4ScPqAKFsKZwQ"], "issued_at": "2018-12-12T16:05:34.000000Z"}} 2018-12-12 16:05:34,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:05:34,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f94ad16c-6fce-43be-a267-79a9b6cdb8bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:34,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f94ad16c-6fce-43be-a267-79a9b6cdb8bf 2018-12-12 16:05:34,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:05:34,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:05:34,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-47217812-c060-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:05:34,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7b6220d-f41b-4672-bbd1-9a42e31c7bf1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-47217812-c060-42c-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:05:34,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-47217812-c060-42c-proj used request id req-e7b6220d-f41b-4672-bbd1-9a42e31c7bf1 2018-12-12 16:05:34,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:05:35,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c6a110b-7c68-4f9c-9b57-871a7603e1db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:05:35,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2c6a110b-7c68-4f9c-9b57-871a7603e1db 2018-12-12 16:05:35,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}}' 2018-12-12 16:05:35,131 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:05:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-099e472f-4d32-47ae-80a1-6296263f7e68 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:05:35,132 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-099e472f-4d32-47ae-80a1-6296263f7e68 2018-12-12 16:05:35,132 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-47217812-c060-42c-proj 2018-12-12 16:05:35,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:35,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:35,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["ARJLRM__TZqW8C6YZGZk_g"], "issued_at": "2018-12-12T16:05:35.000000Z"}} 2018-12-12 16:05:35,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7e0a8e85d7da71b16d2d1dbcceeefee012c735" 2018-12-12 16:05:35,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09619248-e333-4a06-ae8b-ed5af40e36d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:35,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-09619248-e333-4a06-ae8b-ed5af40e36d7 2018-12-12 16:05:35,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:05:35,620 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:05:35,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7e0a8e85d7da71b16d2d1dbcceeefee012c735" 2018-12-12 16:05:35,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f5de101-17f1-4af6-b77f-4e63068e492f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:05:35,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8f5de101-17f1-4af6-b77f-4e63068e492f 2018-12-12 16:05:35,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-47217812-c060-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7e0a8e85d7da71b16d2d1dbcceeefee012c735" 2018-12-12 16:05:35,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9122c865-e842-4250-9962-91e4472f1286 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-47217812-c060-42c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}]} 2018-12-12 16:05:35,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-47217812-c060-42c-proj used request id req-9122c865-e842-4250-9962-91e4472f1286 2018-12-12 16:05:35,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7e0a8e85d7da71b16d2d1dbcceeefee012c735" 2018-12-12 16:05:35,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab3a9c30-626d-4ded-a6fa-cb5e3085510d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:05:35,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ab3a9c30-626d-4ded-a6fa-cb5e3085510d 2018-12-12 16:05:36,287 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-47217812-c060-42c-user 2018-12-12 16:05:36,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:36,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:05:36,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb1592ca-0397-4b1b-87b1-0d970758b39e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:05:36,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bb1592ca-0397-4b1b-87b1-0d970758b39e 2018-12-12 16:05:36,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}}' 2018-12-12 16:05:36,485 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:05:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68a91f07-f9b0-4ce7-b80b-3d15760a1217 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "links": {"self": "http://172.30.9.29:5000/v3/roles/9eba2ee5d5e5467882c0ceed9de1fe6e"}, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}} 2018-12-12 16:05:36,485 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-68a91f07-f9b0-4ce7-b80b-3d15760a1217 2018-12-12 16:05:36,485 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role 2018-12-12 16:05:36,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/9eba2ee5d5e5467882c0ceed9de1fe6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:05:36,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f141d70d-3b3f-4584-835e-5a0a44667bce Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/9eba2ee5d5e5467882c0ceed9de1fe6e"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role", "id": "9eba2ee5d5e5467882c0ceed9de1fe6e"}} 2018-12-12 16:05:36,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/9eba2ee5d5e5467882c0ceed9de1fe6e used request id req-f141d70d-3b3f-4584-835e-5a0a44667bce 2018-12-12 16:05:36,578 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role to project CreateInstanceSingleNetworkTests-47217812-c060-42c-proj 2018-12-12 16:05:36,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8/users/e6d0bdfb510e4bdc9c05103ea6b121d4/roles/9eba2ee5d5e5467882c0ceed9de1fe6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:05:36,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:05:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-878541ac-7d47-4cc6-a98f-20e8faf99769 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:05:36,806 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8/users/e6d0bdfb510e4bdc9c05103ea6b121d4/roles/9eba2ee5d5e5467882c0ceed9de1fe6e used request id req-878541ac-7d47-4cc6-a98f-20e8faf99769 2018-12-12 16:05:36,806 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:05:36,808 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:05:36,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:36,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:37,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}], "expires_at": "2018-12-12T17:05:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe64ca3ae8f4e71a3604632211129c8", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-user", "id": "e6d0bdfb510e4bdc9c05103ea6b121d4"}, "audit_ids": ["DgBhs1BARL6SMZvy6QyVWA"], "issued_at": "2018-12-12T16:05:37.000000Z"}} 2018-12-12 16:05:37,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" 2018-12-12 16:05:37,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-331a382d-aff9-4a7b-aca0-a16c26c7e115 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:37,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-331a382d-aff9-4a7b-aca0-a16c26c7e115 2018-12-12 16:05:37,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" 2018-12-12 16:05:37,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-aa7381d4-fb8d-4a43-b1ef-2ce8ddb891c3 Date: Wed, 12 Dec 2018 16:05:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image"} 2018-12-12 16:05:37,445 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image used request id req-aa7381d4-fb8d-4a43-b1ef-2ce8ddb891c3 2018-12-12 16:05:37,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" 2018-12-12 16:05:37,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ba952691-81d2-486f-bd3f-c5bade96912e Date: Wed, 12 Dec 2018 16:05:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:05:37,623 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ba952691-81d2-486f-bd3f-c5bade96912e 2018-12-12 16:05:37,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image"}' 2018-12-12 16:05:37,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b X-Openstack-Request-Id: req-13a71e17-0097-4c05-ba76-065db4afd3d2 Date: Wed, 12 Dec 2018 16:05:37 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:05:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:05:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "min_disk": 0, "protected": false, "id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "file": "/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/file", "checksum": null, "owner": "afe64ca3ae8f4e71a3604632211129c8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:05:37,835 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-13a71e17-0097-4c05-ba76-065db4afd3d2 2018-12-12 16:05:37,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" -d '' 2018-12-12 16:05:38,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-083aee1a-0cc6-47ba-a2ff-ef28faf6d12c Date: Wed, 12 Dec 2018 16:05:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:05:38,865 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/file used request id req-083aee1a-0cc6-47ba-a2ff-ef28faf6d12c 2018-12-12 16:05:38,865 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:05:38,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" 2018-12-12 16:05:39,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-b35b5ff4-54c0-4bd1-8312-52053561d47f Date: Wed, 12 Dec 2018 16:05:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:05:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:05:38Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/snap", "metadata": {}}], "self": "/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "min_disk": 0, "protected": false, "id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "file": "/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "afe64ca3ae8f4e71a3604632211129c8", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:05:39,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b used request id req-b35b5ff4-54c0-4bd1-8312-52053561d47f 2018-12-12 16:05:39,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" 2018-12-12 16:05:39,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6a8e72aa-bcc0-4c38-aa2f-cf59c8f9ab05 Date: Wed, 12 Dec 2018 16:05:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:05:39,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6a8e72aa-bcc0-4c38-aa2f-cf59c8f9ab05 2018-12-12 16:05:39,204 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image 2018-12-12 16:05:39,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" 2018-12-12 16:05:39,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-61576c75-968e-4df1-b910-33dbcc25f675 Date: Wed, 12 Dec 2018 16:05:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:05:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:05:38Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/snap", "metadata": {}}], "self": "/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "min_disk": 0, "protected": false, "id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "file": "/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "afe64ca3ae8f4e71a3604632211129c8", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:05:39,377 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b used request id req-61576c75-968e-4df1-b910-33dbcc25f675 2018-12-12 16:05:39,377 - create_image - DEBUG - Instance status is - active 2018-12-12 16:05:39,378 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image 2018-12-12 16:05:39,378 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image 2018-12-12 16:05:39,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:39,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:39,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}], "expires_at": "2018-12-12T17:05:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe64ca3ae8f4e71a3604632211129c8", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-user", "id": "e6d0bdfb510e4bdc9c05103ea6b121d4"}, "audit_ids": ["BFMVRjeXSS6kuPuRiMOHdQ"], "issued_at": "2018-12-12T16:05:39.000000Z"}} 2018-12-12 16:05:39,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" 2018-12-12 16:05:39,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80fe39be-a180-41e5-8ef6-f5a18c9e2035 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:39,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-80fe39be-a180-41e5-8ef6-f5a18c9e2035 2018-12-12 16:05:39,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" 2018-12-12 16:05:39,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-49eaec59-cab5-4fb5-8c4d-7a7b73773e77 Date: Wed, 12 Dec 2018 16:05:39 GMT RESP BODY: {"networks":[]} 2018-12-12 16:05:39,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-49eaec59-cab5-4fb5-8c4d-7a7b73773e77 2018-12-12 16:05:39,933 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net 2018-12-12 16:05:39,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net", "admin_state_up": true}}' 2018-12-12 16:05:40,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-7fd4a17d-b3ab-4cd0-b378-d6b90f15e864 Date: Wed, 12 Dec 2018 16:05:40 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:05:40Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","mtu":1450}} 2018-12-12 16:05:40,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-7fd4a17d-b3ab-4cd0-b378-d6b90f15e864 2018-12-12 16:05:40,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" 2018-12-12 16:05:40,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-570b8010-ec51-427f-897b-fa50238b80e1 Date: Wed, 12 Dec 2018 16:05:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T16:05:40Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:05:40,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-570b8010-ec51-427f-897b-fa50238b80e1 2018-12-12 16:05:40,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" 2018-12-12 16:05:41,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b7820726-cb43-4d96-90c1-7981c54839c0 Date: Wed, 12 Dec 2018 16:05:40 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:05:41,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-b7820726-cb43-4d96-90c1-7981c54839c0 2018-12-12 16:05:41,002 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet 2018-12-12 16:05:41,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" -d '{"subnets": [{"ip_version": 4, "network_id": "d0edcb91-e9f3-4408-bfa4-b7fd489d9095", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]}' 2018-12-12 16:05:41,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2d2f9557-172f-4d53-bdc6-a9dfcc75bceb Date: Wed, 12 Dec 2018 16:05:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:05:41,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-2d2f9557-172f-4d53-bdc6-a9dfcc75bceb 2018-12-12 16:05:41,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" 2018-12-12 16:05:42,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cc904cf4-edba-4791-a079-2d3443f15914 Date: Wed, 12 Dec 2018 16:05: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:05:42,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-cc904cf4-edba-4791-a079-2d3443f15914 2018-12-12 16:05:42,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" 2018-12-12 16:05:42,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-15d50632-784b-453a-b59f-9478a45548a0 Date: Wed, 12 Dec 2018 16:05:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:05:42,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-15d50632-784b-453a-b59f-9478a45548a0 2018-12-12 16:05:42,289 - OpenStackNetwork - DEBUG - Network [d0edcb91-e9f3-4408-bfa4-b7fd489d9095] created successfully 2018-12-12 16:05:42,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:42,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:42,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}], "expires_at": "2018-12-12T17:05:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe64ca3ae8f4e71a3604632211129c8", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-user", "id": "e6d0bdfb510e4bdc9c05103ea6b121d4"}, "audit_ids": ["DS5wdLiwRo6RlRQENEuk9w"], "issued_at": "2018-12-12T16:05:42.000000Z"}} 2018-12-12 16:05:42,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:42,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b4423a-e1eb-4f29-82dd-17f70ef47b6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:42,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-15b4423a-e1eb-4f29-82dd-17f70ef47b6a 2018-12-12 16:05:42,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:42,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0c450a06-286b-490a-b039-674d3346ce55 Date: Wed, 12 Dec 2018 16:05:42 GMT RESP BODY: {"routers": []} 2018-12-12 16:05:42,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router&admin_state_up=True used request id req-0c450a06-286b-490a-b039-674d3346ce55 2018-12-12 16:05:42,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:42,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:43,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}], "expires_at": "2018-12-12T17:05:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe64ca3ae8f4e71a3604632211129c8", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-user", "id": "e6d0bdfb510e4bdc9c05103ea6b121d4"}, "audit_ids": ["h0qbU5eNShGu4kRpv36YJg"], "issued_at": "2018-12-12T16:05:43.000000Z"}} 2018-12-12 16:05:43,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4838623fc1162c97422711064c931919f316d35" 2018-12-12 16:05:43,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-261e942b-9106-4695-8f0d-8775657d3e37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:43,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-261e942b-9106-4695-8f0d-8775657d3e37 2018-12-12 16:05:43,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:43,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1b0f3f17-ad65-4c9a-9b0f-c625b0bc1bff Date: Wed, 12 Dec 2018 16:05:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:05:43,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-1b0f3f17-ad65-4c9a-9b0f-c625b0bc1bff 2018-12-12 16:05:43,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:43,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6e7ad4cf-824a-40dc-8575-e69ba8d27794 Date: Wed, 12 Dec 2018 16:05:43 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:05:43,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-6e7ad4cf-824a-40dc-8575-e69ba8d27794 2018-12-12 16:05:43,966 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router 2018-12-12 16:05:43,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router", "admin_state_up": true}}' 2018-12-12 16:05:48,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-122e7c3e-d10d-4aff-8f0b-dc3b771fe2c0 Date: Wed, 12 Dec 2018 16:05:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:44Z", "admin_state_up": true, "updated_at": "2018-12-12T16:05:45Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "7c245004-98d7-4f2c-9bcb-31e8c2043aa5", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router"}} 2018-12-12 16:05:48,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-122e7c3e-d10d-4aff-8f0b-dc3b771fe2c0 2018-12-12 16:05:48,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=7c245004-98d7-4f2c-9bcb-31e8c2043aa5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:49,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-189493ca-858e-42be-9eac-df437e1a364b Date: Wed, 12 Dec 2018 16:05:49 GMT RESP BODY: {"ports":[]} 2018-12-12 16:05:49,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=7c245004-98d7-4f2c-9bcb-31e8c2043aa5 used request id req-189493ca-858e-42be-9eac-df437e1a364b 2018-12-12 16:05:49,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:49,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-86615bfc-ddc8-4af8-8f6b-18f29d18341b Date: Wed, 12 Dec 2018 16:05: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:05:49,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-86615bfc-ddc8-4af8-8f6b-18f29d18341b 2018-12-12 16:05:49,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:05:49,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:05: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:05:49,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:49,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d69f55-cd0d-4292-8185-5eb67cc5d6d6 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:05:49,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-80d69f55-cd0d-4292-8185-5eb67cc5d6d6 2018-12-12 16:05:49,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:49,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1a0d7a9c-2820-4a82-bfff-19c208c61b04 Date: Wed, 12 Dec 2018 16:05:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:05:49,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-1a0d7a9c-2820-4a82-bfff-19c208c61b04 2018-12-12 16:05:49,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:49,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d5bc4fdd-fd9a-4e4d-94c3-20311f332949 Date: Wed, 12 Dec 2018 16:05:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:05:49,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet used request id req-d5bc4fdd-fd9a-4e4d-94c3-20311f332949 2018-12-12 16:05:49,915 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:05:49,915 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router 2018-12-12 16:05:49,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/7c245004-98d7-4f2c-9bcb-31e8c2043aa5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" -d '{"subnet_id": "855f4fe3-e555-425d-956f-f03af0768842"}' 2018-12-12 16:05:51,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-480db48f-0058-447a-b0fb-1d229734d5e3 Date: Wed, 12 Dec 2018 16:05:51 GMT RESP BODY: {"network_id": "d0edcb91-e9f3-4408-bfa4-b7fd489d9095", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "subnet_id": "855f4fe3-e555-425d-956f-f03af0768842", "subnet_ids": ["855f4fe3-e555-425d-956f-f03af0768842"], "port_id": "95d204ea-a29e-4ffa-a87b-146c0464d016", "id": "7c245004-98d7-4f2c-9bcb-31e8c2043aa5"} 2018-12-12 16:05:51,992 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/7c245004-98d7-4f2c-9bcb-31e8c2043aa5/add_router_interface used request id req-480db48f-0058-447a-b0fb-1d229734d5e3 2018-12-12 16:05:51,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/7c245004-98d7-4f2c-9bcb-31e8c2043aa5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:52,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f2cfa022-4e1a-4a80-932b-5e3104832a5f Date: Wed, 12 Dec 2018 16:05:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:44Z", "admin_state_up": true, "updated_at": "2018-12-12T16:05:51Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "7c245004-98d7-4f2c-9bcb-31e8c2043aa5", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router"}} 2018-12-12 16:05:52,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/7c245004-98d7-4f2c-9bcb-31e8c2043aa5 used request id req-f2cfa022-4e1a-4a80-932b-5e3104832a5f 2018-12-12 16:05:52,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=7c245004-98d7-4f2c-9bcb-31e8c2043aa5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:52,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-6d1ab6e8-8542-4f2b-9640-18a0f7ca965b Date: Wed, 12 Dec 2018 16:05:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.1"}],"id":"95d204ea-a29e-4ffa-a87b-146c0464d016","security_groups":[],"mac_address":"fa:16:3e:96:af:5f","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:50Z","binding:vnic_type":"normal","device_id":"7c245004-98d7-4f2c-9bcb-31e8c2043aa5"}]} 2018-12-12 16:05:52,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=7c245004-98d7-4f2c-9bcb-31e8c2043aa5 used request id req-6d1ab6e8-8542-4f2b-9640-18a0f7ca965b 2018-12-12 16:05:52,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/855f4fe3-e555-425d-956f-f03af0768842 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:05:52,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1dff837c-c70b-4201-b909-9274cd34e4e7 Date: Wed, 12 Dec 2018 16:05:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}} 2018-12-12 16:05:52,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/855f4fe3-e555-425d-956f-f03af0768842 used request id req-1dff837c-c70b-4201-b909-9274cd34e4e7 2018-12-12 16:05:52,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:52,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:52,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:05:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Qa_sWACiRbuGS9dXG1U2dQ"], "issued_at": "2018-12-12T16:05:52.000000Z"}} 2018-12-12 16:05:52,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc89daec864c134dccf742c971553d242b98779" 2018-12-12 16:05:53,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87d2d7e6-00fc-44ad-8cb1-db7d37d87fcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:53,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-87d2d7e6-00fc-44ad-8cb1-db7d37d87fcb 2018-12-12 16:05:53,090 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:05:53,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc89daec864c134dccf742c971553d242b98779" 2018-12-12 16:05:53,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b307f34-be11-47b8-9d41-bec0d5eaf811 x-compute-request-id: req-8b307f34-be11-47b8-9d41-bec0d5eaf811 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:05:53,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-8b307f34-be11-47b8-9d41-bec0d5eaf811 2018-12-12 16:05:53,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc89daec864c134dccf742c971553d242b98779" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:05:53,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc5c60a6-8c9d-41cc-ac3d-092b95b6d8d6 x-compute-request-id: req-dc5c60a6-8c9d-41cc-ac3d-092b95b6d8d6 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:05:53,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-dc5c60a6-8c9d-41cc-ac3d-092b95b6d8d6 2018-12-12 16:05:53,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:53,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:53,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}], "expires_at": "2018-12-12T17:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe64ca3ae8f4e71a3604632211129c8", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-user", "id": "e6d0bdfb510e4bdc9c05103ea6b121d4"}, "audit_ids": ["K4qiJbTPR72ZWdvWHA6DMw"], "issued_at": "2018-12-12T16:05:53.000000Z"}} 2018-12-12 16:05:53,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf0272d46c5b27d7fad1e1436f2679d2795c84d" 2018-12-12 16:05:53,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70edf8f-7b90-4819-a62b-606ff5ab823a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:53,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e70edf8f-7b90-4819-a62b-606ff5ab823a 2018-12-12 16:05:53,787 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:05:53,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf0272d46c5b27d7fad1e1436f2679d2795c84d" 2018-12-12 16:05:53,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba22936a-5047-4c07-9eaf-1b83a488df3e x-compute-request-id: req-ba22936a-5047-4c07-9eaf-1b83a488df3e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:05:53,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-ba22936a-5047-4c07-9eaf-1b83a488df3e 2018-12-12 16:05:53,957 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp... 2018-12-12 16:05:53,957 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:05:53,986 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp 2018-12-12 16:05:53,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf0272d46c5b27d7fad1e1436f2679d2795c84d" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCofO1YPlplD5EvlfaQvc/yA9bCDrlIJtRfSc6YdUDXAE8R5yNsqgSSXxbq3wUThFS04b8oQvI1HDI3q8LrU165meSS478mqR4hSM1qVUc1XhBEXhK03w2dyojWB2wFgbmW9b44V6clj+ftcjL/U+ilGSsNN248uAqOJRHvayMrjQ==", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp"}}' 2018-12-12 16:05:54,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc0315b3-2df3-4aaa-80c6-1a0c078423a6 x-compute-request-id: req-fc0315b3-2df3-4aaa-80c6-1a0c078423a6 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCofO1YPlplD5EvlfaQvc/yA9bCDrlIJtRfSc6YdUDXAE8R5yNsqgSSXxbq3wUThFS04b8oQvI1HDI3q8LrU165meSS478mqR4hSM1qVUc1XhBEXhK03w2dyojWB2wFgbmW9b44V6clj+ftcjL/U+ilGSsNN248uAqOJRHvayMrjQ==", "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "fingerprint": "e2:f3:63:53:47:f0:86:2b:46:da:34:74:f3:7d:d1:46"}} 2018-12-12 16:05:54,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-fc0315b3-2df3-4aaa-80c6-1a0c078423a6 2018-12-12 16:05:54,045 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd.pub 2018-12-12 16:05:54,046 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd 2018-12-12 16:05:54,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:54,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:54,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}], "expires_at": "2018-12-12T17:05:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe64ca3ae8f4e71a3604632211129c8", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-user", "id": "e6d0bdfb510e4bdc9c05103ea6b121d4"}, "audit_ids": ["XRIB2Tt8RFCZmNCxtGL_XQ"], "issued_at": "2018-12-12T16:05:54.000000Z"}} 2018-12-12 16:05:54,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:54,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e24e2208-45ef-4fbe-a8e0-42efd929e2aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:54,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e24e2208-45ef-4fbe-a8e0-42efd929e2aa 2018-12-12 16:05:54,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:54,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-01e2ebcb-24d4-4dd0-9112-2ebac2fbd704 Date: Wed, 12 Dec 2018 16:05:54 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:05:54,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp used request id req-01e2ebcb-24d4-4dd0-9112-2ebac2fbd704 2018-12-12 16:05:54,762 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp... 2018-12-12 16:05:54,762 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp 2018-12-12 16:05:54,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}}' 2018-12-12 16:05:55,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-c81ec5ad-17b0-4cad-9228-05400963f0b7 Date: Wed, 12 Dec 2018 16:05:55 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "updated_at": "2018-12-12T16:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "b0005eb3-b28c-443c-9f53-f72a010dc555", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}], "revision_number": 2, "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}} 2018-12-12 16:05:55,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-c81ec5ad-17b0-4cad-9228-05400963f0b7 2018-12-12 16:05:55,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:55,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:55,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cdda95b-2a36-435a-b7bf-8a0689927a0c Date: Wed, 12 Dec 2018 16:05:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "b0005eb3-b28c-443c-9f53-f72a010dc555"}]} 2018-12-12 16:05:55,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-0cdda95b-2a36-435a-b7bf-8a0689927a0c 2018-12-12 16:05:55,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:55,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:55,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4788a517-1f90-4415-aa2e-238a57d86c1f Date: Wed, 12 Dec 2018 16:05:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "b0005eb3-b28c-443c-9f53-f72a010dc555"}]} 2018-12-12 16:05:55,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-4788a517-1f90-4415-aa2e-238a57d86c1f 2018-12-12 16:05:55,514 - neutron_utils - INFO - Retrieving security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:55,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:55,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b9b03a33-11a5-4690-9900-0775a378b180 Date: Wed, 12 Dec 2018 16:05:55 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "updated_at": "2018-12-12T16:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "b0005eb3-b28c-443c-9f53-f72a010dc555", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}], "revision_number": 2, "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}]} 2018-12-12 16:05:55,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-b9b03a33-11a5-4690-9900-0775a378b180 2018-12-12 16:05:55,719 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:55,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:55,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-43244db8-ed7f-4f7d-ac88-8d859af26c2a Date: Wed, 12 Dec 2018 16:05:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "b0005eb3-b28c-443c-9f53-f72a010dc555"}]} 2018-12-12 16:05:55,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-43244db8-ed7f-4f7d-ac88-8d859af26c2a 2018-12-12 16:05:55,888 - neutron_utils - INFO - Retrieving security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:55,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:56,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-5ea5a524-d6da-46e2-a3f5-a04372ce804b Date: Wed, 12 Dec 2018 16:05:56 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "updated_at": "2018-12-12T16:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "b0005eb3-b28c-443c-9f53-f72a010dc555", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}], "revision_number": 2, "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}]} 2018-12-12 16:05:56,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-5ea5a524-d6da-46e2-a3f5-a04372ce804b 2018-12-12 16:05:56,077 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:56,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:56,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cf664c2e-0e0d-43fe-87ee-1d971298423b Date: Wed, 12 Dec 2018 16:05:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "b0005eb3-b28c-443c-9f53-f72a010dc555"}]} 2018-12-12 16:05:56,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-cf664c2e-0e0d-43fe-87ee-1d971298423b 2018-12-12 16:05:56,248 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp 2018-12-12 16:05:56,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:56,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-7d2ba641-51ab-41d4-a0b7-088b22845312 Date: Wed, 12 Dec 2018 16:05:56 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "updated_at": "2018-12-12T16:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "b0005eb3-b28c-443c-9f53-f72a010dc555", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}], "revision_number": 2, "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}]} 2018-12-12 16:05:56,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp used request id req-7d2ba641-51ab-41d4-a0b7-088b22845312 2018-12-12 16:05:56,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:05:56,444 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:05:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:05:56,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:56,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7de972-01c2-4600-a08f-27c252156445 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:05:56,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-ac7de972-01c2-4600-a08f-27c252156445 2018-12-12 16:05:56,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:56,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:56,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-53b6aab2-6d46-4d64-98b9-6e4de35340d6 Date: Wed, 12 Dec 2018 16:05:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "b0005eb3-b28c-443c-9f53-f72a010dc555"}]} 2018-12-12 16:05:56,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-53b6aab2-6d46-4d64-98b9-6e4de35340d6 2018-12-12 16:05:56,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed"}}' 2018-12-12 16:05:56,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-8b216017-bbbc-43cc-8d5f-a6891f11169d Date: Wed, 12 Dec 2018 16:05:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:56Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:56Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "a5add7a2-c484-4e08-b8b4-2bc5befcd145"}} 2018-12-12 16:05:56,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-8b216017-bbbc-43cc-8d5f-a6891f11169d 2018-12-12 16:05:56,720 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp 2018-12-12 16:05:56,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:56,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-82f1ec3e-f2dc-4493-8e57-f765871e0f90 Date: Wed, 12 Dec 2018 16:05:56 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "updated_at": "2018-12-12T16:05:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:56Z", "revision_number": 0, "id": "a5add7a2-c484-4e08-b8b4-2bc5befcd145", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:56Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "b0005eb3-b28c-443c-9f53-f72a010dc555", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}], "revision_number": 3, "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}]} 2018-12-12 16:05:56,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp used request id req-82f1ec3e-f2dc-4493-8e57-f765871e0f90 2018-12-12 16:05:56,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:57,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a4f62eb-d0f7-4eac-995f-6bc34749c6ea Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:05:57,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-5a4f62eb-d0f7-4eac-995f-6bc34749c6ea 2018-12-12 16:05:57,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:57,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:57,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-8392c2ce-8447-4ad5-9b28-66d3ff44705a Date: Wed, 12 Dec 2018 16:05:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:56Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:56Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "a5add7a2-c484-4e08-b8b4-2bc5befcd145"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "b0005eb3-b28c-443c-9f53-f72a010dc555"}]} 2018-12-12 16:05:57,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-8392c2ce-8447-4ad5-9b28-66d3ff44705a 2018-12-12 16:05:57,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed"}}' 2018-12-12 16:05:57,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-8df6f272-51ab-4fcb-aafc-e656613809a5 Date: Wed, 12 Dec 2018 16:05:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:05:57Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": 22, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:57Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "bffc2df9-c84b-48ea-9a4b-92db4f23f0bd"}} 2018-12-12 16:05:57,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-8df6f272-51ab-4fcb-aafc-e656613809a5 2018-12-12 16:05:57,229 - neutron_utils - INFO - Retrieving security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:57,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:57,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-11ac1255-b7f3-4526-b6a5-7a46ab4664f3 Date: Wed, 12 Dec 2018 16:05:57 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "updated_at": "2018-12-12T16:05:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:56Z", "revision_number": 0, "id": "a5add7a2-c484-4e08-b8b4-2bc5befcd145", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:56Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "revision_number": 0, "id": "b0005eb3-b28c-443c-9f53-f72a010dc555", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:05:57Z", "revision_number": 0, "id": "bffc2df9-c84b-48ea-9a4b-92db4f23f0bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:57Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}], "revision_number": 4, "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}]} 2018-12-12 16:05:57,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-11ac1255-b7f3-4526-b6a5-7a46ab4664f3 2018-12-12 16:05:57,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c94181-5cc7-48d7-9a38-ed6f33b23eed 2018-12-12 16:05:57,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:05:57,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-50b0f942-617a-4db7-9300-bd53c662c805 Date: Wed, 12 Dec 2018 16:05:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:56Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:56Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "a5add7a2-c484-4e08-b8b4-2bc5befcd145"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "abeb7475-ff9a-4765-b97d-1c0c334b2443"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:55Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:55Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "b0005eb3-b28c-443c-9f53-f72a010dc555"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:05:57Z", "security_group_id": "54c94181-5cc7-48d7-9a38-ed6f33b23eed", "port_range_min": 22, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:57Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "bffc2df9-c84b-48ea-9a4b-92db4f23f0bd"}]} 2018-12-12 16:05:57,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-50b0f942-617a-4db7-9300-bd53c662c805 2018-12-12 16:05:57,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:57,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:05:57,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}], "expires_at": "2018-12-12T17:05:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe64ca3ae8f4e71a3604632211129c8", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-user", "id": "e6d0bdfb510e4bdc9c05103ea6b121d4"}, "audit_ids": ["Kf5_cYEXQa2k1QNzH1StDA"], "issued_at": "2018-12-12T16:05:58.000000Z"}} 2018-12-12 16:05:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:58,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be38260e-294b-4205-9dcd-2e917e293969 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:58,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-be38260e-294b-4205-9dcd-2e917e293969 2018-12-12 16:05:58,079 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:05:58,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:58,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e69975-82a0-4169-9f4a-35c09dc53032 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:05:58,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-81e69975-82a0-4169-9f4a-35c09dc53032 2018-12-12 16:05:58,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:58,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6a3bdec5-9159-4272-a896-e25f2ff7489f Date: Wed, 12 Dec 2018 16:05:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:05:58,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-6a3bdec5-9159-4272-a896-e25f2ff7489f 2018-12-12 16:05:58,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:05:58,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:05:58,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:58,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d129308c-318c-435f-b0ca-8999214d703d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:05:58,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-d129308c-318c-435f-b0ca-8999214d703d 2018-12-12 16:05:58,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:58,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-07548b11-bed4-4305-97b2-6d49020f925d Date: Wed, 12 Dec 2018 16:05:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:05:58,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-07548b11-bed4-4305-97b2-6d49020f925d 2018-12-12 16:05:58,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:58,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a50805e4-a756-449a-82a2-5a1b4f4b67eb Date: Wed, 12 Dec 2018 16:05:58 GMT RESP BODY: {"ports":[]} 2018-12-12 16:05:58,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1&admin_state_up=True used request id req-a50805e4-a756-449a-82a2-5a1b4f4b67eb 2018-12-12 16:05:58,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:59,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05: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-4ca2efe3-7ac3-407d-9984-94b09d3a5dc4 x-compute-request-id: req-4ca2efe3-7ac3-407d-9984-94b09d3a5dc4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:05:59,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst used request id req-4ca2efe3-7ac3-407d-9984-94b09d3a5dc4 2018-12-12 16:05:59,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:59,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-715c4a7c-518c-4c8a-a4c4-c03fd8cd8585 Date: Wed, 12 Dec 2018 16:05: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:05:59,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-715c4a7c-518c-4c8a-a4c4-c03fd8cd8585 2018-12-12 16:05:59,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:59,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53bb2894-ad2a-4d2f-9f41-d98e4bc4cd71 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:05:59,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-53bb2894-ad2a-4d2f-9f41-d98e4bc4cd71 2018-12-12 16:05:59,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:59,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dce05b2c-0a77-48b4-8044-51e36c3f2d6f Date: Wed, 12 Dec 2018 16:05:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:05:59,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-dce05b2c-0a77-48b4-8044-51e36c3f2d6f 2018-12-12 16:05:59,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:05:59,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d119892c-106c-4e37-b68f-610ac8f631f5 Date: Wed, 12 Dec 2018 16:05:59 GMT RESP BODY: {"ports":[]} 2018-12-12 16:05:59,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1&admin_state_up=True used request id req-d119892c-106c-4e37-b68f-610ac8f631f5 2018-12-12 16:05:59,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:05:59,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:06:00,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eba2ee5d5e5467882c0ceed9de1fe6e", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role"}], "expires_at": "2018-12-12T17:06:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe64ca3ae8f4e71a3604632211129c8", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/afe64ca3ae8f4e71a3604632211129c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-user", "id": "e6d0bdfb510e4bdc9c05103ea6b121d4"}, "audit_ids": ["2NW2intUTOOD963MxzWHsw"], "issued_at": "2018-12-12T16:06:00.000000Z"}} 2018-12-12 16:06:00,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c3a841183edcf75dd8d1385278f4b7f2a7e10f" 2018-12-12 16:06:00,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e628064f-f7db-4d79-8e97-931ef93a5ba5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:06:00,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e628064f-f7db-4d79-8e97-931ef93a5ba5 2018-12-12 16:06:00,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:00,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6e7e9173-8902-4d47-b2f4-e3610fd0bc2b Date: Wed, 12 Dec 2018 16:06:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:00,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-6e7e9173-8902-4d47-b2f4-e3610fd0bc2b 2018-12-12 16:06:00,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:00,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-da90398b-876c-4276-8630-e5d80dac31ad Date: Wed, 12 Dec 2018 16:06:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:00,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-da90398b-876c-4276-8630-e5d80dac31ad 2018-12-12 16:06:00,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:01,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d1dcebe2-d4b4-41ed-8055-13b60d79d676 Date: Wed, 12 Dec 2018 16:06: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:01,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-d1dcebe2-d4b4-41ed-8055-13b60d79d676 2018-12-12 16:06:01,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:06:01,019 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:06: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:06:01,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c3a841183edcf75dd8d1385278f4b7f2a7e10f" 2018-12-12 16:06:01,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e19111-8e7c-46bb-8a9c-90906dc6cfec Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:01,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-e5e19111-8e7c-46bb-8a9c-90906dc6cfec 2018-12-12 16:06:01,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:01,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-52c06b3f-43b0-4253-a131-76cba6ef1829 Date: Wed, 12 Dec 2018 16:06:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:01,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-52c06b3f-43b0-4253-a131-76cba6ef1829 2018-12-12 16:06:01,303 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net 2018-12-12 16:06:01,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" -d '{"port": {"network_id": "d0edcb91-e9f3-4408-bfa4-b7fd489d9095", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1", "admin_state_up": true}}' 2018-12-12 16:06:02,214 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-654d70a0-563c-4dbf-b346-e86b8f8bbad7 Date: Wed, 12 Dec 2018 16:06:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.7"}],"id":"463c7d28-83ec-48a1-8f9f-4ff71427ff24","security_groups":["6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd"],"mac_address":"fa:16:3e:4f:9b:66","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1","project_id":"afe64ca3ae8f4e71a3604632211129c8","qos_policy_id":null,"admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:06:01Z","binding:vnic_type":"normal"}} 2018-12-12 16:06:02,214 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-654d70a0-563c-4dbf-b346-e86b8f8bbad7 2018-12-12 16:06:02,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:02,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c845e7a5-a77d-4182-9017-5aaab7685dcf Date: Wed, 12 Dec 2018 16:06: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:02,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-c845e7a5-a77d-4182-9017-5aaab7685dcf 2018-12-12 16:06:02,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:02,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6767f3a-d4af-4885-aedb-67d9608be081 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:02,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-a6767f3a-d4af-4885-aedb-67d9608be081 2018-12-12 16:06:02,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:02,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a45f85e6-5f82-4762-8522-4bab4da2ee0d Date: Wed, 12 Dec 2018 16:06:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:02,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-a45f85e6-5f82-4762-8522-4bab4da2ee0d 2018-12-12 16:06:02,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:02,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-e6f1264f-346f-40b1-8b6d-1aab43b2413f Date: Wed, 12 Dec 2018 16:06:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.7"}],"id":"463c7d28-83ec-48a1-8f9f-4ff71427ff24","security_groups":["6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd"],"mac_address":"fa:16:3e:4f:9b:66","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:06:01Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:06:02,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1&admin_state_up=True used request id req-e6f1264f-346f-40b1-8b6d-1aab43b2413f 2018-12-12 16:06:02,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:02,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-555329b2-7f62-4cdf-891f-d1ebeba7463f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:02,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-555329b2-7f62-4cdf-891f-d1ebeba7463f 2018-12-12 16:06:02,748 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst 2018-12-12 16:06:02,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:02,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ef62c1f-9f18-454b-8cb5-ee77d88ec965 x-compute-request-id: req-5ef62c1f-9f18-454b-8cb5-ee77d88ec965 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-flavor-name"}]} 2018-12-12 16:06:02,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5ef62c1f-9f18-454b-8cb5-ee77d88ec965 2018-12-12 16:06:02,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:02,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2972490d-e191-4d6b-aa32-9a62732095db x-compute-request-id: req-2972490d-e191-4d6b-aa32-9a62732095db Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:06:02,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755 used request id req-2972490d-e191-4d6b-aa32-9a62732095db 2018-12-12 16:06:02,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:02,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-dffee1b6-a862-4363-a92e-1a4969813869 Date: Wed, 12 Dec 2018 16:06:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:05:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:05:38Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/snap", "metadata": {}}], "self": "/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "min_disk": 0, "protected": false, "id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "file": "/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "afe64ca3ae8f4e71a3604632211129c8", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image"} 2018-12-12 16:06:02,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image used request id req-dffee1b6-a862-4363-a92e-1a4969813869 2018-12-12 16:06:02,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:03,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3c900870-d57a-46bd-96b0-0664fb5190e3 Date: Wed, 12 Dec 2018 16:06:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:06:03,133 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3c900870-d57a-46bd-96b0-0664fb5190e3 2018-12-12 16:06:03,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "imageRef": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "flavorRef": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "max_count": 1, "min_count": 1, "networks": [{"port": "463c7d28-83ec-48a1-8f9f-4ff71427ff24"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}]}}' 2018-12-12 16:06:04,967 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c3b84c9-6a8b-4445-91dc-2a7fe7f13780 x-compute-request-id: req-9c3b84c9-6a8b-4445-91dc-2a7fe7f13780 Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "adminPass": "UWrrmkHG8Dcq"}} 2018-12-12 16:06:04,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-9c3b84c9-6a8b-4445-91dc-2a7fe7f13780 2018-12-12 16:06:04,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:05,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0cf9e2a-b37b-40bd-9af1-caa7c8767a8b x-compute-request-id: req-e0cf9e2a-b37b-40bd-9af1-caa7c8767a8b Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:06:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:05,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-e0cf9e2a-b37b-40bd-9af1-caa7c8767a8b 2018-12-12 16:06:05,338 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst 2018-12-12 16:06:05,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:05,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06: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-4fafa136-3080-4fa6-b042-e1d6c702574d x-compute-request-id: req-4fafa136-3080-4fa6-b042-e1d6c702574d Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:06:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:05,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-4fafa136-3080-4fa6-b042-e1d6c702574d 2018-12-12 16:06:05,605 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - BUILD 2018-12-12 16:06:05,605 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:06:08,608 - create_instance - DEBUG - VM status query timeout in 896.72992897 2018-12-12 16:06:08,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:09,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f833ccee-5065-49f2-a1d9-3cd611c5126a x-compute-request-id: req-f833ccee-5065-49f2-a1d9-3cd611c5126a 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.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:06:05Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:09,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-f833ccee-5065-49f2-a1d9-3cd611c5126a 2018-12-12 16:06:09,249 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - BUILD 2018-12-12 16:06:09,249 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:06:12,252 - create_instance - DEBUG - VM status query timeout in 893.086231947 2018-12-12 16:06:12,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:13,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-777277e8-56b5-4a0c-b120-8db5f689948e x-compute-request-id: req-777277e8-56b5-4a0c-b120-8db5f689948e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:13,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-777277e8-56b5-4a0c-b120-8db5f689948e 2018-12-12 16:06:13,033 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - ACTIVE 2018-12-12 16:06:13,033 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:06:13,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:13,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c159ff2b-a47d-43c0-93b7-ea7e1ec42040 x-compute-request-id: req-c159ff2b-a47d-43c0-93b7-ea7e1ec42040 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:13,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-c159ff2b-a47d-43c0-93b7-ea7e1ec42040 2018-12-12 16:06:13,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:13,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5848055a-cbfc-48e3-aefa-f38795ffb5f3 Date: Wed, 12 Dec 2018 16:06: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:13,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-5848055a-cbfc-48e3-aefa-f38795ffb5f3 2018-12-12 16:06:13,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:13,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a06684f-a10f-4614-b7d4-9c4b3eaed91a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:13,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-1a06684f-a10f-4614-b7d4-9c4b3eaed91a 2018-12-12 16:06:13,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:13,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-97c8a9f5-163a-43bd-af82-5063237a2e83 Date: Wed, 12 Dec 2018 16:06:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:13,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-97c8a9f5-163a-43bd-af82-5063237a2e83 2018-12-12 16:06:13,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:13,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-1c7aaa23-7625-41d1-9b16-aaf3e964c5ab Date: Wed, 12 Dec 2018 16:06:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.7"}],"id":"463c7d28-83ec-48a1-8f9f-4ff71427ff24","security_groups":["6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd"],"mac_address":"fa:16:3e:4f:9b:66","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:06:01Z","binding:vnic_type":"normal","device_id":"f8838deb-6a80-4ecf-bbb6-3546135aaa98"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.3"}],"id":"56bd5e66-7e66-44fb-b765-bd8fcb2dc695","security_groups":[],"mac_address":"fa:16:3e:76:41:41","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.1"}],"id":"95d204ea-a29e-4ffa-a87b-146c0464d016","security_groups":[],"mac_address":"fa:16:3e:96:af:5f","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:50Z","binding:vnic_type":"normal","device_id":"7c245004-98d7-4f2c-9bcb-31e8c2043aa5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.4"}],"id":"bbed9f82-fff8-4cf5-a31b-86f7d32895fa","security_groups":[],"mac_address":"fa:16:3e:92:6a:de","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.2"}],"id":"faaeb47d-5758-4d82-93c6-cba90b2f3837","security_groups":[],"mac_address":"fa:16:3e:5b:8e:01","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"}]} 2018-12-12 16:06:13,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-1c7aaa23-7625-41d1-9b16-aaf3e964c5ab 2018-12-12 16:06:13,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:14,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47e17a6e-634a-4a50-8bf5-b0175526955f x-compute-request-id: req-47e17a6e-634a-4a50-8bf5-b0175526955f Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:14,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-47e17a6e-634a-4a50-8bf5-b0175526955f 2018-12-12 16:06:14,557 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - ACTIVE 2018-12-12 16:06:14,557 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:06:14,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:15,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e840dd2-8b3c-49f1-b9d0-98fde494be3f x-compute-request-id: req-2e840dd2-8b3c-49f1-b9d0-98fde494be3f Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:15,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-2e840dd2-8b3c-49f1-b9d0-98fde494be3f 2018-12-12 16:06:15,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:15,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-41957602-3736-45c4-bb7d-4bfb0d2e2ec5 Date: Wed, 12 Dec 2018 16: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:15,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-41957602-3736-45c4-bb7d-4bfb0d2e2ec5 2018-12-12 16:06:15,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:15,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aab6b4f1-0c6f-490a-9dd3-7a6ea754f015 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:15,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-aab6b4f1-0c6f-490a-9dd3-7a6ea754f015 2018-12-12 16:06:15,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:15,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a1accb36-513c-4400-8f2b-afbba8088499 Date: Wed, 12 Dec 2018 16:06:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:15,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-a1accb36-513c-4400-8f2b-afbba8088499 2018-12-12 16:06:15,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:15,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-5d3611cb-b643-4e92-8c29-27e18e1c177e Date: Wed, 12 Dec 2018 16:06:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.7"}],"id":"463c7d28-83ec-48a1-8f9f-4ff71427ff24","security_groups":["6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd"],"mac_address":"fa:16:3e:4f:9b:66","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:06:01Z","binding:vnic_type":"normal","device_id":"f8838deb-6a80-4ecf-bbb6-3546135aaa98"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.3"}],"id":"56bd5e66-7e66-44fb-b765-bd8fcb2dc695","security_groups":[],"mac_address":"fa:16:3e:76:41:41","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.1"}],"id":"95d204ea-a29e-4ffa-a87b-146c0464d016","security_groups":[],"mac_address":"fa:16:3e:96:af:5f","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:50Z","binding:vnic_type":"normal","device_id":"7c245004-98d7-4f2c-9bcb-31e8c2043aa5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.4"}],"id":"bbed9f82-fff8-4cf5-a31b-86f7d32895fa","security_groups":[],"mac_address":"fa:16:3e:92:6a:de","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.2"}],"id":"faaeb47d-5758-4d82-93c6-cba90b2f3837","security_groups":[],"mac_address":"fa:16:3e:5b:8e:01","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"}]} 2018-12-12 16:06:15,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-5d3611cb-b643-4e92-8c29-27e18e1c177e 2018-12-12 16:06:15,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}}' 2018-12-12 16:06:16,608 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:06:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f266aa71-12a5-42a2-9857-649a97be610b x-compute-request-id: req-f266aa71-12a5-42a2-9857-649a97be610b Content-Length: 0 Content-Type: application/json 2018-12-12 16:06:16,608 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98/action used request id req-f266aa71-12a5-42a2-9857-649a97be610b 2018-12-12 16:06:16,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:16,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-4f60e10f-c7e8-4f77-9d52-81cfdf09361d Date: Wed, 12 Dec 2018 16:06:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:44Z", "admin_state_up": true, "updated_at": "2018-12-12T16:05:51Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "7c245004-98d7-4f2c-9bcb-31e8c2043aa5", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router"}]} 2018-12-12 16:06:16,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router used request id req-4f60e10f-c7e8-4f77-9d52-81cfdf09361d 2018-12-12 16:06:16,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:16,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69f3154c-dfb4-4472-89b5-3aa53fc86c06 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:16,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-69f3154c-dfb4-4472-89b5-3aa53fc86c06 2018-12-12 16:06:16,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=7c245004-98d7-4f2c-9bcb-31e8c2043aa5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:16,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-773a1e73-fc06-448e-a2ed-3e74f7fc4aa0 Date: Wed, 12 Dec 2018 16:06:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.1"}],"id":"95d204ea-a29e-4ffa-a87b-146c0464d016","security_groups":[],"mac_address":"fa:16:3e:96:af:5f","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:50Z","binding:vnic_type":"normal","device_id":"7c245004-98d7-4f2c-9bcb-31e8c2043aa5"}]} 2018-12-12 16:06:16,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=7c245004-98d7-4f2c-9bcb-31e8c2043aa5 used request id req-773a1e73-fc06-448e-a2ed-3e74f7fc4aa0 2018-12-12 16:06:16,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/855f4fe3-e555-425d-956f-f03af0768842 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:16,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a32ad62f-2dd4-499f-a333-51aedb5efba7 Date: Wed, 12 Dec 2018 16:06:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}} 2018-12-12 16:06:16,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/855f4fe3-e555-425d-956f-f03af0768842 used request id req-a32ad62f-2dd4-499f-a333-51aedb5efba7 2018-12-12 16:06:16,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:17,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-46640aee-0c9d-48a3-8b38-3fa8201dfd78 Date: Wed, 12 Dec 2018 16:06:17 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:06:17,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-46640aee-0c9d-48a3-8b38-3fa8201dfd78 2018-12-12 16:06:17,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:17,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e822bb3d-067a-48ac-9d24-fe59cee375ab Date: Wed, 12 Dec 2018 16:06:17 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:06:17,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-e822bb3d-067a-48ac-9d24-fe59cee375ab 2018-12-12 16:06:17,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:17,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c84520f-60a9-4174-a497-0c257e958046 x-compute-request-id: req-6c84520f-60a9-4174-a497-0c257e958046 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}, {"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:17,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-6c84520f-60a9-4174-a497-0c257e958046 2018-12-12 16:06:17,662 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - ACTIVE 2018-12-12 16:06:17,662 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:06:17,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:18,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-375ed72b-c9f7-41d6-a027-d3c221aa599c x-compute-request-id: req-375ed72b-c9f7-41d6-a027-d3c221aa599c Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}, {"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:18,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-375ed72b-c9f7-41d6-a027-d3c221aa599c 2018-12-12 16:06:18,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:18,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-526c05f8-22e5-434c-94a1-371deb096043 Date: Wed, 12 Dec 2018 16:06: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:18,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-526c05f8-22e5-434c-94a1-371deb096043 2018-12-12 16:06:18,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:18,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467cdff9-2c9f-4831-8c3b-3ae4f18901b0 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:18,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-467cdff9-2c9f-4831-8c3b-3ae4f18901b0 2018-12-12 16:06:18,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:18,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c247584a-37f7-45c1-b170-f22923671140 Date: Wed, 12 Dec 2018 16:06:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:18,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-c247584a-37f7-45c1-b170-f22923671140 2018-12-12 16:06:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:18,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-4e7cbe45-4b5f-4621-907f-eb3b7aad4293 Date: Wed, 12 Dec 2018 16:06:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:16Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.7"}],"id":"463c7d28-83ec-48a1-8f9f-4ff71427ff24","security_groups":["54c94181-5cc7-48d7-9a38-ed6f33b23eed","6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd"],"mac_address":"fa:16:3e:4f:9b:66","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:06:01Z","binding:vnic_type":"normal","device_id":"f8838deb-6a80-4ecf-bbb6-3546135aaa98"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.3"}],"id":"56bd5e66-7e66-44fb-b765-bd8fcb2dc695","security_groups":[],"mac_address":"fa:16:3e:76:41:41","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.1"}],"id":"95d204ea-a29e-4ffa-a87b-146c0464d016","security_groups":[],"mac_address":"fa:16:3e:96:af:5f","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:50Z","binding:vnic_type":"normal","device_id":"7c245004-98d7-4f2c-9bcb-31e8c2043aa5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.4"}],"id":"bbed9f82-fff8-4cf5-a31b-86f7d32895fa","security_groups":[],"mac_address":"fa:16:3e:92:6a:de","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.2"}],"id":"faaeb47d-5758-4d82-93c6-cba90b2f3837","security_groups":[],"mac_address":"fa:16:3e:5b:8e:01","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"}]} 2018-12-12 16:06:18,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-4e7cbe45-4b5f-4621-907f-eb3b7aad4293 2018-12-12 16:06:18,967 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:06:18,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:19,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b53c64d8-cc17-4b00-b949-e879761069d4 Date: Wed, 12 Dec 2018 16:06:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:06:19,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-b53c64d8-cc17-4b00-b949-e879761069d4 2018-12-12 16:06:19,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:19,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-52a461fb-1be7-430d-8b03-8150f8e7dda4 Date: Wed, 12 Dec 2018 16:06:19 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:06:19,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-52a461fb-1be7-430d-8b03-8150f8e7dda4 2018-12-12 16:06:19,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "463c7d28-83ec-48a1-8f9f-4ff71427ff24"}}' 2018-12-12 16:06:21,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-0a7272d3-3ab1-4abb-870a-730bd5cc7800 Date: Wed, 12 Dec 2018 16:06:21 GMT RESP BODY: {"floatingip": {"router_id": "7c245004-98d7-4f2c-9bcb-31e8c2043aa5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:06:20Z", "updated_at": "2018-12-12T16:06:20Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "afe64ca3ae8f4e71a3604632211129c8", "port_id": "463c7d28-83ec-48a1-8f9f-4ff71427ff24", "id": "c70d7b4b-0129-4200-9710-1709af819d70"}} 2018-12-12 16:06:21,640 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-0a7272d3-3ab1-4abb-870a-730bd5cc7800 2018-12-12 16:06:21,641 - create_instance - INFO - Created floating IP 172.30.9.208 via router - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router 2018-12-12 16:06:21,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:22,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06: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-beec676a-6465-4f9d-adcd-eb936ccc408e x-compute-request-id: req-beec676a-6465-4f9d-adcd-eb936ccc408e Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}, {"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:22,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-beec676a-6465-4f9d-adcd-eb936ccc408e 2018-12-12 16:06:22,164 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - ACTIVE 2018-12-12 16:06:22,164 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:06:22,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:22,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06: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-ba11e501-9aa0-4dba-b06b-d890142dc7cc x-compute-request-id: req-ba11e501-9aa0-4dba-b06b-d890142dc7cc Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}, {"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:22,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-ba11e501-9aa0-4dba-b06b-d890142dc7cc 2018-12-12 16:06:22,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:22,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ad9b126-1041-4b6c-8074-2a7afc8276c2 Date: Wed, 12 Dec 2018 16: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":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:22,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-6ad9b126-1041-4b6c-8074-2a7afc8276c2 2018-12-12 16:06:22,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:22,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e7b191-94c5-46b4-bc76-0746b7a1702c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:22,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-02e7b191-94c5-46b4-bc76-0746b7a1702c 2018-12-12 16:06:22,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:22,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d2a14411-3e70-4060-b0d0-b7e7f76e8585 Date: Wed, 12 Dec 2018 16:06:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:22,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-d2a14411-3e70-4060-b0d0-b7e7f76e8585 2018-12-12 16:06:22,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:22,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-728dbac9-dfaf-456c-831c-e27b6b478fa9 Date: Wed, 12 Dec 2018 16:06:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:16Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.7"}],"id":"463c7d28-83ec-48a1-8f9f-4ff71427ff24","security_groups":["54c94181-5cc7-48d7-9a38-ed6f33b23eed","6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd"],"mac_address":"fa:16:3e:4f:9b:66","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:06:01Z","binding:vnic_type":"normal","device_id":"f8838deb-6a80-4ecf-bbb6-3546135aaa98"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.3"}],"id":"56bd5e66-7e66-44fb-b765-bd8fcb2dc695","security_groups":[],"mac_address":"fa:16:3e:76:41:41","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.1"}],"id":"95d204ea-a29e-4ffa-a87b-146c0464d016","security_groups":[],"mac_address":"fa:16:3e:96:af:5f","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:50Z","binding:vnic_type":"normal","device_id":"7c245004-98d7-4f2c-9bcb-31e8c2043aa5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.4"}],"id":"bbed9f82-fff8-4cf5-a31b-86f7d32895fa","security_groups":[],"mac_address":"fa:16:3e:92:6a:de","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.2"}],"id":"faaeb47d-5758-4d82-93c6-cba90b2f3837","security_groups":[],"mac_address":"fa:16:3e:5b:8e:01","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"}]} 2018-12-12 16:06:22,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-728dbac9-dfaf-456c-831c-e27b6b478fa9 2018-12-12 16:06:22,920 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-12-12 16:06:22,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:23,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06: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-479bc2e8-589c-45be-af00-b488268846c1 x-compute-request-id: req-479bc2e8-589c-45be-af00-b488268846c1 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}, {"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:23,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-479bc2e8-589c-45be-af00-b488268846c1 2018-12-12 16:06:23,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:06:24,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2d7d24f-c70e-458e-88e2-fb7c253762b2 x-compute-request-id: req-b2d7d24f-c70e-458e-88e2-fb7c253762b2 Content-Encoding: gzip Content-Length: 9635 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 527715331 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.135089] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136755] pid_max: default: 32768 minimum: 301\n[ 0.137643] ACPI: Core revision 20150930\n[ 0.139047] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140353] Security Framework initialized\n[ 0.141195] Yama: becoming mindful.\n[ 0.141962] AppArmor: AppArmor initialized\n[ 0.142850] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144204] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.145501] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146748] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.148144] Initializing cgroup subsys io\n[ 0.148963] Initializing cgroup subsys memory\n[ 0.149838] Initializing cgroup subsys devices\n[ 0.150756] Initializing cgroup subsys freezer\n[ 0.151645] Initializing cgroup subsys net_cls\n[ 0.152527] Initializing cgroup subsys perf_event\n[ 0.153507] Initializing cgroup subsys net_prio\n[ 0.154412] Initializing cgroup subsys hugetlb\n[ 0.155280] Initializing cgroup subsys pids\n[ 0.156157] CPU: Physical Processor ID: 0\n[ 0.157653] mce: CPU supports 10 MCE banks\n[ 0.158511] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161791] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168198] ftrace: allocating 31920 entries in 125 pages\n[ 0.194745] smpboot: Max logical packages: 2\n[ 0.195595] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196796] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.198157] x2apic enabled\n[ 0.198971] Switched APIC routing to physical x2apic.\n[ 0.200720] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204081] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206016] KVM setup paravirtual spinlock\n[ 0.207493] x86: Booting SMP configuration:\n[ 0.208393] .... node #0, CPUs: #1\n[ 0.209290] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.230966] x86: Booted up 1 node, 2 CPUs\n[ 0.230968] KVM setup async PF for cpu 1\n[ 0.230970] kvm-stealtime: cpu 1, msr f90d940\n[ 0.233550] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.235032] devtmpfs: initialized\n[ 0.236752] evm: security.selinux\n[ 0.237448] evm: security.SMACK64\n[ 0.238148] evm: security.SMACK64EXEC\n[ 0.238917] evm: security.SMACK64TRANSMUTE\n[ 0.239735] evm: security.SMACK64MMAP\n[ 0.240479] evm: security.ima\n[ 0.241118] evm: security.capability\n[ 0.241976] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243868] pinctrl core: initialized pinctrl subsystem\n[ 0.244972] RTC time: 16:06:10, date: 12/12/18\n[ 0.245964] NET: Registered protocol family 16\n[ 0.255875] cpuidle: using governor ladder\n[ 0.267930] cpuidle: using governor menu\n[ 0.268759] PCCT header not found.\n[ 0.269527] ACPI: bus type PCI registered\n[ 0.270333] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.271584] PCI: Using configuration type 1 for base access\n[ 0.285017] ACPI: Added _OSI(Module Device)\n[ 0.285886] ACPI: Added _OSI(Processor Device)\n[ 0.286746] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.287640] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289976] ACPI: Interpreter enabled\n[ 0.290742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.294457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298155] ACPI: (supports S0 S5)\n[ 0.298861] ACPI: Using IOAPIC for interrupt routing\n[ 0.299906] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303310] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304464] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305723] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.306920] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.309165] acpiphp: Slot [3] registered\n[ 0.309985] acpiphp: Slot [4] registered\n[ 0.310790] acpiphp: Slot [5] registered\n[ 0.311585] acpiphp: Slot [6] registered\n[ 0.312388] acpiphp: Slot [7] registered\n[ 0.313186] acpiphp: Slot [8] registered\n[ 0.313990] acpiphp: Slot [9] registered\n[ 0.314794] acpiphp: Slot [10] registered\n[ 0.325568] acpiphp: Slot [11] registered\n[ 0.326399] acpiphp: Slot [12] registered\n[ 0.327210] acpiphp: Slot [13] registered\n[ 0.328021] acpiphp: Slot [14] registered\n[ 0.328834] acpiphp: Slot [15] registered\n[ 0.329652] acpiphp: Slot [16] registered\n[ 0.330469] acpiphp: Slot [17] registered\n[ 0.331281] acpiphp: Slot [18] registered\n[ 0.332098] acpiphp: Slot [19] registered\n[ 0.332922] acpiphp: Slot [20] registered\n[ 0.333741] acpiphp: Slot [21] registered\n[ 0.334548] acpiphp: Slot [22] registered\n[ 0.335362] acpiphp: Slot [23] registered\n[ 0.336245] acpiphp: Slot [24] registered\n[ 0.337086] acpiphp: Slot [25] registered\n[ 0.337925] acpiphp: Slot [26] registered\n[ 0.338761] acpiphp: Slot [27] registered\n[ 0.339665] acpiphp: Slot [28] registered\n[ 0.340545] acpiphp: Slot [29] registered\n[ 0.341389] acpiphp: Slot [30] registered\n[ 0.342221] acpiphp: Slot [31] registered\n[ 0.343035] PCI host bridge to bus 0000:00\n[ 0.343867] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.345148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.346426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347980] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.349438] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355733] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357130] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359626] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365990] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.413415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.414916] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.416349] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.417801] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419224] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.420546] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.421770] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.423082] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.424731] vgaarb: loaded\n[ 0.425349] vgaarb: bridge control possible 0000:00:02.0\n[ 0.426514] SCSI subsystem initialized\n[ 0.427387] ACPI: bus type USB registered\n[ 0.428265] usbcore: registered new interface driver usbfs\n[ 0.429366] usbcore: registered new interface driver hub\n[ 0.430417] usbcore: registered new device driver usb\n[ 0.431576] PCI: Using ACPI for IRQ routing\n[ 0.432663] NetLabel: Initializing\n[ 0.433413] NetLabel: domain hash size = 128\n[ 0.434304] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435272] NetLabel: unlabeled traffic allowed by default\n[ 0.436405] clocksource: Switched to clocksource kvm-clock\n[ 0.442338] AppArmor: AppArmor Filesystem Enabled\n[ 0.443358] pnp: PnP ACPI init\n[ 0.444290] pnp: PnP ACPI: found 5 devices\n[ 0.451437] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453193] NET: Registered protocol family 2\n[ 0.454208] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.455550] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.456769] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.458003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460289] NET: Registered protocol family 1\n[ 0.461168] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462285] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463363] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.481716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.500426] Trying to unpack rootfs image as initramfs...\n[ 0.550869] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.565150] Scanning for low memory corruption every 60 seconds\n[ 0.566684] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.567894] audit: initializing netlink subsys (disabled)\n[ 0.568982] audit: type=2000 audit(1544630771.303:1): initialized\n[ 0.570343] Initialise system trusted keyring\n[ 0.571322] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.572537] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.574696] zbud: loaded\n[ 0.575440] VFS: Disk quotas dquot_6.6.0\n[ 0.576295] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.577914] fuse init (API version 7.23)\n[ 0.578858] Key type big_key registered\n[ 0.579679] Allocating IMA MOK and blacklist keyrings.\n[ 0.580976] Key type asymmetric registered\n[ 0.581821] Asymmetric key parser 'x509' registered\n[ 0.584148] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.586320] io scheduler noop registered\n[ 0.587146] io scheduler deadline registered (default)\n[ 0.588173] io scheduler cfq registered\n[ 0.589050] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.590133] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.591440] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.592936] ACPI: Power Button [PWRF]\n[ 0.593840] GHES: HEST is not enabled!\n[ 0.612194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.649981] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.652383] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.676120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678586] Linux agpgart interface v0.103\n[ 0.681426] brd: module loaded\n[ 0.682859] loop: module loaded\n[ 0.688652] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.690149] GPT:90111 != 20971519\n[ 0.690854] GPT:Alternate GPT header not at the end of the disk.\n[ 0.691970] GPT:90111 != 20971519\n[ 0.692692] GPT: Use GNU Parted to correct GPT errors.\n[ 0.693702] vda: vda1 vda15\n[ 0.695191] scsi host0: ata_piix\n[ 0.695962] scsi host1: ata_piix\n[ 0.696693] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.697972] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.699283] libphy: Fixed MDIO Bus: probed\n[ 0.700161] tun: Universal TUN/TAP device driver, 1.6\n[ 0.701195] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.703193] PPP generic driver version 2.4.2\n[ 0.704112] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.705398] ehci-pci: EHCI PCI platform driver\n[ 0.706297] ehci-platform: EHCI generic platform driver\n[ 0.707308] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708467] ohci-pci: OHCI PCI platform driver\n[ 0.709364] ohci-platform: OHCI generic platform driver\n[ 0.710388] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.729291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.730340] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.731831] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.732897] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.734057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.735296] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.736723] usb usb1: Product: UHCI Host Controller\n[ 0.737656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.738798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.739855] hub 1-0:1.0: USB hub found\n[ 0.740638] hub 1-0:1.0: 2 ports detected\n[ 0.741563] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.743666] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.744633] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.745694] mousedev: PS/2 mouse device common for all mice\n[ 0.746944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.748792] rtc_cmos 00:00: RTC can wake from S4\n[ 0.749910] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.751114] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752305] i2c /dev entries driver\n[ 0.753067] device-mapper: uevent: version 1.0.3\n[ 0.754015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.755635] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.756962] NET: Registered protocol family 10\n[ 0.757976] NET: Registered protocol family 17\n[ 0.758870] Key type dns_resolver registered\n[ 0.759832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.760920] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.762066] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.763862] registered taskstats version 1\n[ 0.764703] Loading compiled-in X.509 certificates\n[ 0.766146] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.767993] zswap: loaded using pool lzo/zbud\n[ 0.769512] Key type trusted registered\n[ 0.771201] Key type encrypted registered\n[ 0.772025] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.773066] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774115] evm: HMAC attrs: 0x1\n[ 0.775063] Magic number: 14:699:135\n[ 0.775842] block ram0: hash matches\n[ 0.786865] rtc_cmos 00:00: setting system clock to 2018-12-12 16:06:11 UTC (1544630771)\n[ 0.788486] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.789599] EDD information not available.\n[ 0.857408] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.858973] Write protecting the kernel read-only data: 14336k\n[ 0.860575] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.542502] 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.50. iid=i-00000101\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNwrmqPdmFtUk6fORB1aos7DlGPQuVeDxo1XKIE5MuF1NNj0ytz7+3sMZb+GCQtqcUFV6xreJFJEtAM23dvlHuuA46YJ9zfIsm20fXBJxxB1PoOK8D5tTdMoxF5rKc6ecqb7JYHaD/rxzB6zPu0U0SP5FlgRghr7HpgbSps/w1iIbYzzogkRCzDrMOCm/JXZA2c+tMeHoUNnxV4Bb3Cc2de52BrfxjQixGzlTlKu+3JNcyjuCsRxUxhEZuAKX6Zq06U6huHsiZOuhtY+CPsCiFROAqbAuKzYCVggdrAr1+apxKky7xxcjzlYIQy7gyU6DW8HqOCyqIjzoWp4wB1H6Z root@createinstancesinglenetworktests-57c967c2-d6c6-43af-81d2-1bf54d\nssh-dss AAAAB3NzaC1kc3MAAACBANbR1IoeN7pSsp7c4oZ+jedo1Bk4zL2uel7uHHnaKm2Bk8KnPnK63Kd77TojGaS8aC6o7D8tY4p8C1YQwyhFVhoga3jeEnY9YK12mbFMTsk22ZgiQB3Mqkis9U3ixgekACtKiloGd2xRpsZ7XLtqdgpXAYdjRJvuKHFFpDxfvbUxAAAAFQD0jyd9gbx/LqRFwJ77b4wJS3UVQQAAAIEAuIoown7A0sorlfIpltq+YXUbHUgq3hZP9P8LXdc2p0TQE86Rj4nrKBX52vQBbQW4uYbN98pdboaWDbQa+GIMDd5mI8kct4UhZFbeG7w3XLYePweknuwXodRagGLfIonFQBg4M08nbp0VQwEDBB9cUAOXzhAlvNwXucFTAT2wWV4AAACARYfzihn0E8PXdAAPSn+iAWW7D0XW+2zOpNKfGqSQtyHIZljylVuLBXtmKKEjz7Qd7J3lzcojlH1+YXih2hu2XKS7W94Odo44E06vES4XpkZ7p5JaliuGAKjCPXg26+Rde8+QKwLzH7FExJoK/dsyJqWvwF1vIfPLsqo4Ootyd6k= root@createinstancesinglenetworktests-57c967c2-d6c6-43af-81d2-1bf54d\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:fe4f:9b66/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 \nip-route:169.254.169.254 via 10.55.1.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000101\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-57c967c2-d6c6-43af-81d2-1bf54d\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-57c967c2-d6c6-43af-81d2-1bf54d login: "} 2018-12-12 16:06:24,453 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98/action used request id req-b2d7d24f-c70e-458e-88e2-fb7c253762b2 2018-12-12 16:06:24,454 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:06:24,454 - 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 527715331 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.135089] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136755] pid_max: default: 32768 minimum: 301 [ 0.137643] ACPI: Core revision 20150930 [ 0.139047] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140353] Security Framework initialized [ 0.141195] Yama: becoming mindful. [ 0.141962] AppArmor: AppArmor initialized [ 0.142850] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144204] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.145501] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146748] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.148144] Initializing cgroup subsys io [ 0.148963] Initializing cgroup subsys memory [ 0.149838] Initializing cgroup subsys devices [ 0.150756] Initializing cgroup subsys freezer [ 0.151645] Initializing cgroup subsys net_cls [ 0.152527] Initializing cgroup subsys perf_event [ 0.153507] Initializing cgroup subsys net_prio [ 0.154412] Initializing cgroup subsys hugetlb [ 0.155280] Initializing cgroup subsys pids [ 0.156157] CPU: Physical Processor ID: 0 [ 0.157653] mce: CPU supports 10 MCE banks [ 0.158511] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.161791] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168198] ftrace: allocating 31920 entries in 125 pages [ 0.194745] smpboot: Max logical packages: 2 [ 0.195595] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196796] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.198157] x2apic enabled [ 0.198971] Switched APIC routing to physical x2apic. [ 0.200720] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204081] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206016] KVM setup paravirtual spinlock [ 0.207493] x86: Booting SMP configuration: [ 0.208393] .... node #0, CPUs: #1 [ 0.209290] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.230966] x86: Booted up 1 node, 2 CPUs [ 0.230968] KVM setup async PF for cpu 1 [ 0.230970] kvm-stealtime: cpu 1, msr f90d940 [ 0.233550] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.235032] devtmpfs: initialized [ 0.236752] evm: security.selinux [ 0.237448] evm: security.SMACK64 [ 0.238148] evm: security.SMACK64EXEC [ 0.238917] evm: security.SMACK64TRANSMUTE [ 0.239735] evm: security.SMACK64MMAP [ 0.240479] evm: security.ima [ 0.241118] evm: security.capability [ 0.241976] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.243868] pinctrl core: initialized pinctrl subsystem [ 0.244972] RTC time: 16:06:10, date: 12/12/18 [ 0.245964] NET: Registered protocol family 16 [ 0.255875] cpuidle: using governor ladder [ 0.267930] cpuidle: using governor menu [ 0.268759] PCCT header not found. [ 0.269527] ACPI: bus type PCI registered [ 0.270333] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.271584] PCI: Using configuration type 1 for base access [ 0.285017] ACPI: Added _OSI(Module Device) [ 0.285886] ACPI: Added _OSI(Processor Device) [ 0.286746] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.287640] ACPI: Added _OSI(Processor Aggregator Device) [ 0.289976] ACPI: Interpreter enabled [ 0.290742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.292601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.294457] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.296311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.298155] ACPI: (supports S0 S5) [ 0.298861] ACPI: Using IOAPIC for interrupt routing [ 0.299906] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.303310] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.304464] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.305723] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.306920] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.309165] acpiphp: Slot [3] registered [ 0.309985] acpiphp: Slot [4] registered [ 0.310790] acpiphp: Slot [5] registered [ 0.311585] acpiphp: Slot [6] registered [ 0.312388] acpiphp: Slot [7] registered [ 0.313186] acpiphp: Slot [8] registered [ 0.313990] acpiphp: Slot [9] registered [ 0.314794] acpiphp: Slot [10] registered [ 0.325568] acpiphp: Slot [11] registered [ 0.326399] acpiphp: Slot [12] registered [ 0.327210] acpiphp: Slot [13] registered [ 0.328021] acpiphp: Slot [14] registered [ 0.328834] acpiphp: Slot [15] registered [ 0.329652] acpiphp: Slot [16] registered [ 0.330469] acpiphp: Slot [17] registered [ 0.331281] acpiphp: Slot [18] registered [ 0.332098] acpiphp: Slot [19] registered [ 0.332922] acpiphp: Slot [20] registered [ 0.333741] acpiphp: Slot [21] registered [ 0.334548] acpiphp: Slot [22] registered [ 0.335362] acpiphp: Slot [23] registered [ 0.336245] acpiphp: Slot [24] registered [ 0.337086] acpiphp: Slot [25] registered [ 0.337925] acpiphp: Slot [26] registered [ 0.338761] acpiphp: Slot [27] registered [ 0.339665] acpiphp: Slot [28] registered [ 0.340545] acpiphp: Slot [29] registered [ 0.341389] acpiphp: Slot [30] registered [ 0.342221] acpiphp: Slot [31] registered [ 0.343035] PCI host bridge to bus 0000:00 [ 0.343867] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.345148] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.346426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.347980] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.349438] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355733] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.357130] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.358327] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359626] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365990] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.413415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.414916] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.416349] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.417801] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.419224] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.420546] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.421770] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.423082] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.424731] vgaarb: loaded [ 0.425349] vgaarb: bridge control possible 0000:00:02.0 [ 0.426514] SCSI subsystem initialized [ 0.427387] ACPI: bus type USB registered [ 0.428265] usbcore: registered new interface driver usbfs [ 0.429366] usbcore: registered new interface driver hub [ 0.430417] usbcore: registered new device driver usb [ 0.431576] PCI: Using ACPI for IRQ routing [ 0.432663] NetLabel: Initializing [ 0.433413] NetLabel: domain hash size = 128 [ 0.434304] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.435272] NetLabel: unlabeled traffic allowed by default [ 0.436405] clocksource: Switched to clocksource kvm-clock [ 0.442338] AppArmor: AppArmor Filesystem Enabled [ 0.443358] pnp: PnP ACPI init [ 0.444290] pnp: PnP ACPI: found 5 devices [ 0.451437] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.453193] NET: Registered protocol family 2 [ 0.454208] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.455550] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.456769] TCP: Hash tables configured (established 2048 bind 2048) [ 0.458003] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.459108] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.460289] NET: Registered protocol family 1 [ 0.461168] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.462285] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463363] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.481716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.500426] Trying to unpack rootfs image as initramfs... [ 0.550869] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.565150] Scanning for low memory corruption every 60 seconds [ 0.566684] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.567894] audit: initializing netlink subsys (disabled) [ 0.568982] audit: type=2000 audit(1544630771.303:1): initialized [ 0.570343] Initialise system trusted keyring [ 0.571322] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.572537] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.574696] zbud: loaded [ 0.575440] VFS: Disk quotas dquot_6.6.0 [ 0.576295] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.577914] fuse init (API version 7.23) [ 0.578858] Key type big_key registered [ 0.579679] Allocating IMA MOK and blacklist keyrings. [ 0.580976] Key type asymmetric registered [ 0.581821] Asymmetric key parser 'x509' registered [ 0.584148] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.586320] io scheduler noop registered [ 0.587146] io scheduler deadline registered (default) [ 0.588173] io scheduler cfq registered [ 0.589050] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.590133] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.591440] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.592936] ACPI: Power Button [PWRF] [ 0.593840] GHES: HEST is not enabled! [ 0.612194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.649981] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.652383] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.676120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678586] Linux agpgart interface v0.103 [ 0.681426] brd: module loaded [ 0.682859] loop: module loaded [ 0.688652] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.690149] GPT:90111 != 20971519 [ 0.690854] GPT:Alternate GPT header not at the end of the disk. [ 0.691970] GPT:90111 != 20971519 [ 0.692692] GPT: Use GNU Parted to correct GPT errors. [ 0.693702] vda: vda1 vda15 [ 0.695191] scsi host0: ata_piix [ 0.695962] scsi host1: ata_piix [ 0.696693] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.697972] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.699283] libphy: Fixed MDIO Bus: probed [ 0.700161] tun: Universal TUN/TAP device driver, 1.6 [ 0.701195] tun: (C) 1999-2004 Max Krasnyansky [ 0.703193] PPP generic driver version 2.4.2 [ 0.704112] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.705398] ehci-pci: EHCI PCI platform driver [ 0.706297] ehci-platform: EHCI generic platform driver [ 0.707308] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708467] ohci-pci: OHCI PCI platform driver [ 0.709364] ohci-platform: OHCI generic platform driver [ 0.710388] uhci_hcd: USB Universal Host Controller Interface driver [ 0.729291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.730340] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.731831] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.732897] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.734057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.735296] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.736723] usb usb1: Product: UHCI Host Controller [ 0.737656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.738798] usb usb1: SerialNumber: 0000:00:01.2 [ 0.739855] hub 1-0:1.0: USB hub found [ 0.740638] hub 1-0:1.0: 2 ports detected [ 0.741563] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.743666] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.744633] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.745694] mousedev: PS/2 mouse device common for all mice [ 0.746944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.748792] rtc_cmos 00:00: RTC can wake from S4 [ 0.749910] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.751114] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752305] i2c /dev entries driver [ 0.753067] device-mapper: uevent: version 1.0.3 [ 0.754015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.755635] ledtrig-cpu: registered to indicate activity on CPUs [ 0.756962] NET: Registered protocol family 10 [ 0.757976] NET: Registered protocol family 17 [ 0.758870] Key type dns_resolver registered [ 0.759832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.760920] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.762066] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.763862] registered taskstats version 1 [ 0.764703] Loading compiled-in X.509 certificates [ 0.766146] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.767993] zswap: loaded using pool lzo/zbud [ 0.769512] Key type trusted registered [ 0.771201] Key type encrypted registered [ 0.772025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.773066] ima: No TPM chip found, activating TPM-bypass! [ 0.774115] evm: HMAC attrs: 0x1 [ 0.775063] Magic number: 14:699:135 [ 0.775842] block ram0: hash matches [ 0.786865] rtc_cmos 00:00: setting system clock to 2018-12-12 16:06:11 UTC (1544630771) [ 0.788486] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.789599] EDD information not available. [ 0.857408] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.858973] Write protecting the kernel read-only data: 14336k [ 0.860575] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.862395] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.29 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.542502] 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.50. iid=i-00000101 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNwrmqPdmFtUk6fORB1aos7DlGPQuVeDxo1XKIE5MuF1NNj0ytz7+3sMZb+GCQtqcUFV6xreJFJEtAM23dvlHuuA46YJ9zfIsm20fXBJxxB1PoOK8D5tTdMoxF5rKc6ecqb7JYHaD/rxzB6zPu0U0SP5FlgRghr7HpgbSps/w1iIbYzzogkRCzDrMOCm/JXZA2c+tMeHoUNnxV4Bb3Cc2de52BrfxjQixGzlTlKu+3JNcyjuCsRxUxhEZuAKX6Zq06U6huHsiZOuhtY+CPsCiFROAqbAuKzYCVggdrAr1+apxKky7xxcjzlYIQy7gyU6DW8HqOCyqIjzoWp4wB1H6Z root@createinstancesinglenetworktests-57c967c2-d6c6-43af-81d2-1bf54d ssh-dss AAAAB3NzaC1kc3MAAACBANbR1IoeN7pSsp7c4oZ+jedo1Bk4zL2uel7uHHnaKm2Bk8KnPnK63Kd77TojGaS8aC6o7D8tY4p8C1YQwyhFVhoga3jeEnY9YK12mbFMTsk22ZgiQB3Mqkis9U3ixgekACtKiloGd2xRpsZ7XLtqdgpXAYdjRJvuKHFFpDxfvbUxAAAAFQD0jyd9gbx/LqRFwJ77b4wJS3UVQQAAAIEAuIoown7A0sorlfIpltq+YXUbHUgq3hZP9P8LXdc2p0TQE86Rj4nrKBX52vQBbQW4uYbN98pdboaWDbQa+GIMDd5mI8kct4UhZFbeG7w3XLYePweknuwXodRagGLfIonFQBg4M08nbp0VQwEDBB9cUAOXzhAlvNwXucFTAT2wWV4AAACARYfzihn0E8PXdAAPSn+iAWW7D0XW+2zOpNKfGqSQtyHIZljylVuLBXtmKKEjz7Qd7J3lzcojlH1+YXih2hu2XKS7W94Odo44E06vES4XpkZ7p5JaliuGAKjCPXg26+Rde8+QKwLzH7FExJoK/dsyJqWvwF1vIfPLsqo4Ootyd6k= root@createinstancesinglenetworktests-57c967c2-d6c6-43af-81d2-1bf54d -----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:fe4f:9b66/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 ip-route:169.254.169.254 via 10.55.1.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000101 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-57c967c2-d6c6-43af-81d2-1bf54d launch-index: 0 === cirros: current=0.4.0 uptime=3.05 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-57c967c2-d6c6-43af-81d2-1bf54d login: 2018-12-12 16:06:24,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:24,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-b6f4aa54-656d-44fa-958e-be5c7de74399 x-compute-request-id: req-b6f4aa54-656d-44fa-958e-be5c7de74399 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}, {"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:24,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-b6f4aa54-656d-44fa-958e-be5c7de74399 2018-12-12 16:06:24,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:25,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f5b017c2-7e01-4e02-8519-c69c73e90e29 Date: Wed, 12 Dec 2018 16:06:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:25,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-f5b017c2-7e01-4e02-8519-c69c73e90e29 2018-12-12 16:06:25,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:25,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f92ae8bc-2c10-4e8d-9933-2f6d465c36a1 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:25,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-f92ae8bc-2c10-4e8d-9933-2f6d465c36a1 2018-12-12 16:06:25,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:25,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c23f134f-a337-4a45-b789-e8fc3389d7bc Date: Wed, 12 Dec 2018 16:06:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:25,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-c23f134f-a337-4a45-b789-e8fc3389d7bc 2018-12-12 16:06:25,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:25,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-62cdc90e-c282-4c93-90b4-46ba961f56b8 Date: Wed, 12 Dec 2018 16:06:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:16Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.7"}],"id":"463c7d28-83ec-48a1-8f9f-4ff71427ff24","security_groups":["54c94181-5cc7-48d7-9a38-ed6f33b23eed","6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd"],"mac_address":"fa:16:3e:4f:9b:66","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:06:01Z","binding:vnic_type":"normal","device_id":"f8838deb-6a80-4ecf-bbb6-3546135aaa98"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.3"}],"id":"56bd5e66-7e66-44fb-b765-bd8fcb2dc695","security_groups":[],"mac_address":"fa:16:3e:76:41:41","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.1"}],"id":"95d204ea-a29e-4ffa-a87b-146c0464d016","security_groups":[],"mac_address":"fa:16:3e:96:af:5f","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:50Z","binding:vnic_type":"normal","device_id":"7c245004-98d7-4f2c-9bcb-31e8c2043aa5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.4"}],"id":"bbed9f82-fff8-4cf5-a31b-86f7d32895fa","security_groups":[],"mac_address":"fa:16:3e:92:6a:de","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.2"}],"id":"faaeb47d-5758-4d82-93c6-cba90b2f3837","security_groups":[],"mac_address":"fa:16:3e:5b:8e:01","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"}]} 2018-12-12 16:06:25,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-62cdc90e-c282-4c93-90b4-46ba961f56b8 2018-12-12 16:06:25,433 - create_instance - INFO - Checking if VM is active 2018-12-12 16:06:25,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:26,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae89b82e-ffa7-4aec-8ba5-237f672855fc x-compute-request-id: req-ae89b82e-ffa7-4aec-8ba5-237f672855fc Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}, {"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:26,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-ae89b82e-ffa7-4aec-8ba5-237f672855fc 2018-12-12 16:06:26,041 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - ACTIVE 2018-12-12 16:06:26,041 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:06:26,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:26,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-5f80163a-1f95-4cf4-9185-822d346e0172 x-compute-request-id: req-5f80163a-1f95-4cf4-9185-822d346e0172 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp"}, {"name": "default"}], "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:11Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:26,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-5f80163a-1f95-4cf4-9185-822d346e0172 2018-12-12 16:06:26,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:26,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-32a0a174-100d-416e-8e92-39770b8b7cc2 Date: Wed, 12 Dec 2018 16:06:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["855f4fe3-e555-425d-956f-f03af0768842"],"updated_at":"2018-12-12T16:05:41Z","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net"}]} 2018-12-12 16:06:26,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net used request id req-32a0a174-100d-416e-8e92-39770b8b7cc2 2018-12-12 16:06:26,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:26,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e244b7-aca1-405e-a7ed-10f8a70a1537 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:26,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-a4e244b7-aca1-405e-a7ed-10f8a70a1537 2018-12-12 16:06:26,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:26,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4bfcf48a-926c-4a17-81b4-27117fe6e7d3 Date: Wed, 12 Dec 2018 16:06:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:41Z","dns_nameservers":[],"updated_at":"2018-12-12T16:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afe64ca3ae8f4e71a3604632211129c8","id":"855f4fe3-e555-425d-956f-f03af0768842","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet"}]} 2018-12-12 16:06:26,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-4bfcf48a-926c-4a17-81b4-27117fe6e7d3 2018-12-12 16:06:26,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:26,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-98228824-5d96-4fe7-924c-485c2b12ab40 Date: Wed, 12 Dec 2018 16:06:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:16Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.7"}],"id":"463c7d28-83ec-48a1-8f9f-4ff71427ff24","security_groups":["54c94181-5cc7-48d7-9a38-ed6f33b23eed","6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd"],"mac_address":"fa:16:3e:4f:9b:66","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:06:01Z","binding:vnic_type":"normal","device_id":"f8838deb-6a80-4ecf-bbb6-3546135aaa98"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.3"}],"id":"56bd5e66-7e66-44fb-b765-bd8fcb2dc695","security_groups":[],"mac_address":"fa:16:3e:76:41:41","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.1"}],"id":"95d204ea-a29e-4ffa-a87b-146c0464d016","security_groups":[],"mac_address":"fa:16:3e:96:af:5f","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:50Z","binding:vnic_type":"normal","device_id":"7c245004-98d7-4f2c-9bcb-31e8c2043aa5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.4"}],"id":"bbed9f82-fff8-4cf5-a31b-86f7d32895fa","security_groups":[],"mac_address":"fa:16:3e:92:6a:de","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:05:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"855f4fe3-e555-425d-956f-f03af0768842","ip_address":"10.55.1.2"}],"id":"faaeb47d-5758-4d82-93c6-cba90b2f3837","security_groups":[],"mac_address":"fa:16:3e:5b:8e:01","project_id":"afe64ca3ae8f4e71a3604632211129c8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d0edcb91-e9f3-4408-bfa4-b7fd489d9095","tenant_id":"afe64ca3ae8f4e71a3604632211129c8","created_at":"2018-12-12T16:05:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d0edcb91-e9f3-4408-bfa4-b7fd489d9095"}]} 2018-12-12 16:06:26,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-98228824-5d96-4fe7-924c-485c2b12ab40 2018-12-12 16:06:26,890 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:06:26,895 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6f26dd0L 2018-12-12 16:06:26,896 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:06:26,896 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:06:26,896 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:06:26,898 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:06:26,898 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:06:26,898 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:06:26,898 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:06:26,898 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:06:26,899 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:06:26,916 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:06:26,917 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:06:26,928 - paramiko.transport - DEBUG - Trying key e2f3635347f0862b46da3474f37dd146 from tmp/CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd 2018-12-12 16:06:26,955 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:06:26,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:06:27,059 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:06:27,073 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:06:27,073 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:06:27,075 - paramiko.transport - DEBUG - starting thread (client mode): 0xd7087350L 2018-12-12 16:06:27,075 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:06:27,075 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:06:27,076 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:06:27,077 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:06:27,077 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:06:27,077 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:06:27,077 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:06:27,077 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:06:27,078 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:06:27,094 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:06:27,094 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:06:27,107 - paramiko.transport - DEBUG - Trying key e2f3635347f0862b46da3474f37dd146 from tmp/CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd 2018-12-12 16:06:27,134 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:06:27,138 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:06:27,139 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:06:27,140 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:06:27,140 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:06:27,142 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:06:27,144 - create_instance - INFO - Deleting Floating IP - 172.30.9.208 2018-12-12 16:06:27,144 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-12-12 16:06:27,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/c70d7b4b-0129-4200-9710-1709af819d70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:28,087 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf43b166-53bd-4c41-ad26-0d6e9c4029a0 Content-Length: 0 Date: Wed, 12 Dec 2018 16:06:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:28,087 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/c70d7b4b-0129-4200-9710-1709af819d70 used request id req-bf43b166-53bd-4c41-ad26-0d6e9c4029a0 2018-12-12 16:06:28,087 - create_instance - INFO - Deleting Port with ID - 463c7d28-83ec-48a1-8f9f-4ff71427ff24 2018-12-12 16:06:28,087 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bdport-1 2018-12-12 16:06:28,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/463c7d28-83ec-48a1-8f9f-4ff71427ff24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:28,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d2c8937-4d13-4e05-a532-dd398ddd96f9 Date: Wed, 12 Dec 2018 16:06:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:28,585 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/463c7d28-83ec-48a1-8f9f-4ff71427ff24 used request id req-3d2c8937-4d13-4e05-a532-dd398ddd96f9 2018-12-12 16:06:28,585 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst 2018-12-12 16:06:28,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:28,954 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:06: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-ded335ef-23bb-4ae0-9a91-b85e53d16e70 x-compute-request-id: req-ded335ef-23bb-4ae0-9a91-b85e53d16e70 Content-Type: application/json 2018-12-12 16:06:28,954 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-ded335ef-23bb-4ae0-9a91-b85e53d16e70 2018-12-12 16:06:28,954 - create_instance - INFO - Checking deletion status 2018-12-12 16:06:28,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:29,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06: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-40aa5c4d-b1c9-4dbd-8d9c-8593cc51ac9a x-compute-request-id: req-40aa5c4d-b1c9-4dbd-8d9c-8593cc51ac9a Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:9b:66", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:28Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:29,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-40aa5c4d-b1c9-4dbd-8d9c-8593cc51ac9a 2018-12-12 16:06:29,338 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - ACTIVE 2018-12-12 16:06:29,338 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:06:32,341 - create_instance - DEBUG - VM status query timeout in 296.613396168 2018-12-12 16:06:32,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:32,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18d7ce56-0c51-4b67-b3a0-d51cf61bd388 x-compute-request-id: req-18d7ce56-0c51-4b67-b3a0-d51cf61bd388 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.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98", "rel": "bookmark"}], "image": {"id": "c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "links": [{"href": "http://172.30.9.29:8774/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:06:10.000000", "flavor": {"id": "25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "links": [{"href": "http://172.30.9.29:8774/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755", "rel": "bookmark"}]}, "id": "f8838deb-6a80-4ecf-bbb6-3546135aaa98", "user_id": "e6d0bdfb510e4bdc9c05103ea6b121d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:06:28Z", "hostId": "6356efc81b856821f8e94467e9218d1aadb3ee0a9a66a10f2ca2dc5f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp", "name": "CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst", "created": "2018-12-12T16:06:04Z", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:06:32,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-18d7ce56-0c51-4b67-b3a0-d51cf61bd388 2018-12-12 16:06:32,957 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst] is - ACTIVE 2018-12-12 16:06:32,957 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:06:35,960 - create_instance - DEBUG - VM status query timeout in 292.994246006 2018-12-12 16:06:35,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3093511bc235bbfed205f3fc78d55cb17164f84e" 2018-12-12 16:06:36,011 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2820d23c-a1df-4736-9a78-8539827b1599 x-compute-request-id: req-2820d23c-a1df-4736-9a78-8539827b1599 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f8838deb-6a80-4ecf-bbb6-3546135aaa98 could not be found.", "code": 404}} 2018-12-12 16:06:36,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f8838deb-6a80-4ecf-bbb6-3546135aaa98 used request id req-2820d23c-a1df-4736-9a78-8539827b1599 2018-12-12 16:06:36,011 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f8838deb-6a80-4ecf-bbb6-3546135aaa98 could not be found. (HTTP 404) (Request-ID: req-2820d23c-a1df-4736-9a78-8539827b1599) 2018-12-12 16:06:36,012 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-inst 2018-12-12 16:06:36,013 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp 2018-12-12 16:06:36,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf0272d46c5b27d7fad1e1436f2679d2795c84d" 2018-12-12 16:06:36,072 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-439703b5-bd0a-43a2-b2ef-28234723f7b1 x-compute-request-id: req-439703b5-bd0a-43a2-b2ef-28234723f7b1 Content-Length: 0 Content-Type: application/json 2018-12-12 16:06:36,072 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-kp used request id req-439703b5-bd0a-43a2-b2ef-28234723f7b1 2018-12-12 16:06:36,073 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd.pub] 2018-12-12 16:06:36,073 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd] 2018-12-12 16:06:36,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc89daec864c134dccf742c971553d242b98779" 2018-12-12 16:06:36,128 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f2b2c4c-6267-45f2-a26b-834c17fbac9a x-compute-request-id: req-3f2b2c4c-6267-45f2-a26b-834c17fbac9a Content-Length: 0 Content-Type: application/json 2018-12-12 16:06:36,128 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/25c4e3fb-d5d3-4f9c-94fc-6a03916fc755 used request id req-3f2b2c4c-6267-45f2-a26b-834c17fbac9a 2018-12-12 16:06:36,129 - neutron_utils - INFO - Deleting security group rule with ID - a5add7a2-c484-4e08-b8b4-2bc5befcd145 2018-12-12 16:06:36,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/a5add7a2-c484-4e08-b8b4-2bc5befcd145 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:06:36,396 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d36bcd7d-dbec-46e0-a17e-915fdb0f2af5 Content-Length: 0 Date: Wed, 12 Dec 2018 16:06:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:36,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/a5add7a2-c484-4e08-b8b4-2bc5befcd145 used request id req-d36bcd7d-dbec-46e0-a17e-915fdb0f2af5 2018-12-12 16:06:36,397 - neutron_utils - INFO - Deleting security group rule with ID - b0005eb3-b28c-443c-9f53-f72a010dc555 2018-12-12 16:06:36,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b0005eb3-b28c-443c-9f53-f72a010dc555 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:06:36,501 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f5ff1a90-583a-49b3-bfba-0cc6325c2e4d Content-Length: 0 Date: Wed, 12 Dec 2018 16:06:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:36,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b0005eb3-b28c-443c-9f53-f72a010dc555 used request id req-f5ff1a90-583a-49b3-bfba-0cc6325c2e4d 2018-12-12 16:06:36,501 - neutron_utils - INFO - Deleting security group rule with ID - abeb7475-ff9a-4765-b97d-1c0c334b2443 2018-12-12 16:06:36,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/abeb7475-ff9a-4765-b97d-1c0c334b2443 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:06:36,885 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9d7382f-713b-4644-8395-993cff186732 Content-Length: 0 Date: Wed, 12 Dec 2018 16:06:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:36,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/abeb7475-ff9a-4765-b97d-1c0c334b2443 used request id req-d9d7382f-713b-4644-8395-993cff186732 2018-12-12 16:06:36,886 - neutron_utils - INFO - Deleting security group rule with ID - bffc2df9-c84b-48ea-9a4b-92db4f23f0bd 2018-12-12 16:06:36,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/bffc2df9-c84b-48ea-9a4b-92db4f23f0bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:06:37,009 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee9c64b2-dc84-49e4-9932-08486d9e7fa6 Content-Length: 0 Date: Wed, 12 Dec 2018 16:06:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:37,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/bffc2df9-c84b-48ea-9a4b-92db4f23f0bd used request id req-ee9c64b2-dc84-49e4-9932-08486d9e7fa6 2018-12-12 16:06:37,009 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-sec-grp 2018-12-12 16:06:37,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/54c94181-5cc7-48d7-9a38-ed6f33b23eed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa5cc45b2aaa44a24c9f8ecb2d8e5683a795f0" 2018-12-12 16:06:37,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bcf876ea-00ce-4144-91fd-c9cc3d854dca Content-Length: 0 Date: Wed, 12 Dec 2018 16:06:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:37,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/54c94181-5cc7-48d7-9a38-ed6f33b23eed used request id req-bcf876ea-00ce-4144-91fd-c9cc3d854dca 2018-12-12 16:06:37,313 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router and subnet CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet 2018-12-12 16:06:37,313 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router 2018-12-12 16:06:37,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/7c245004-98d7-4f2c-9bcb-31e8c2043aa5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" -d '{"subnet_id": "855f4fe3-e555-425d-956f-f03af0768842"}' 2018-12-12 16:06:38,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-61c6f17e-40a6-4c00-9a3c-cd22a05fb568 Date: Wed, 12 Dec 2018 16:06:38 GMT RESP BODY: {"network_id": "d0edcb91-e9f3-4408-bfa4-b7fd489d9095", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "subnet_id": "855f4fe3-e555-425d-956f-f03af0768842", "subnet_ids": ["855f4fe3-e555-425d-956f-f03af0768842"], "port_id": "95d204ea-a29e-4ffa-a87b-146c0464d016", "id": "7c245004-98d7-4f2c-9bcb-31e8c2043aa5"} 2018-12-12 16:06:38,794 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/7c245004-98d7-4f2c-9bcb-31e8c2043aa5/remove_router_interface used request id req-61c6f17e-40a6-4c00-9a3c-cd22a05fb568 2018-12-12 16:06:38,795 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router 2018-12-12 16:06:38,795 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-router 2018-12-12 16:06:38,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/7c245004-98d7-4f2c-9bcb-31e8c2043aa5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39b165b89a25a4e1d8f04af50112d06c5bf056c" 2018-12-12 16:06:42,539 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a12289e-96a9-4f47-bb93-8dbff2d83507 Content-Length: 0 Date: Wed, 12 Dec 2018 16:06:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:42,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/7c245004-98d7-4f2c-9bcb-31e8c2043aa5 used request id req-9a12289e-96a9-4f47-bb93-8dbff2d83507 2018-12-12 16:06:42,540 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet 2018-12-12 16:06:42,540 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-subnet 2018-12-12 16:06:42,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/855f4fe3-e555-425d-956f-f03af0768842 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" 2018-12-12 16:06:44,886 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cbe77493-6614-4b12-9c91-1ac377ef44e6 Date: Wed, 12 Dec 2018 16:06:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:44,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/855f4fe3-e555-425d-956f-f03af0768842 used request id req-cbe77493-6614-4b12-9c91-1ac377ef44e6 2018-12-12 16:06:44,886 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-pub-net 2018-12-12 16:06:44,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/d0edcb91-e9f3-4408-bfa4-b7fd489d9095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c959698a3336f4a331bad319a8a2e32609cb0" 2018-12-12 16:06:46,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c026525-1c7c-46fb-b990-ab7e5be0e88b Date: Wed, 12 Dec 2018 16:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:46,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d0edcb91-e9f3-4408-bfa4-b7fd489d9095 used request id req-4c026525-1c7c-46fb-b990-ab7e5be0e88b 2018-12-12 16:06:46,233 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-57c967c2-d6c6-43af-81d2-1bf54d9c86bd-image 2018-12-12 16:06:46,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264188c819fc85dccd266d04cf0c2a7aba4d7432" 2018-12-12 16:06:47,330 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc108234-cda6-457d-b1b3-bcffea5f483f Date: Wed, 12 Dec 2018 16:06:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:06:47,330 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c00f5e0c-dc1c-4b7d-9512-5b0a8ef2619b used request id req-dc108234-cda6-457d-b1b3-bcffea5f483f 2018-12-12 16:06:47,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:06:47,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b1846110-e6e0-440d-9394-39babb03753e Date: Wed, 12 Dec 2018 16:06:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:40Z", "updated_at": "2018-12-12T16:05:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:40Z", "revision_number": 0, "id": "58feab73-ec03-47d0-88db-fe42bf86bc6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:40Z", "security_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:40Z", "revision_number": 0, "id": "624957f6-4c60-4ffa-b7f5-a6464b129a27", "remote_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:40Z", "security_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:40Z", "revision_number": 0, "id": "95273b2d-770c-4c94-a785-ddab187ce8fb", "remote_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:40Z", "security_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:05:40Z", "revision_number": 0, "id": "bf34ebd3-2228-4144-8f76-7d307c7565da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:05:40Z", "security_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe64ca3ae8f4e71a3604632211129c8"}], "revision_number": 4, "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:06:47,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b1846110-e6e0-440d-9394-39babb03753e 2018-12-12 16:06:47,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:06:47,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ad6bab-4715-443b-a1ca-4bc48fff1381 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8"}, "enabled": true, "id": "afe64ca3ae8f4e71a3604632211129c8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-47217812-c060-42c-proj"}} 2018-12-12 16:06:47,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-e7ad6bab-4715-443b-a1ca-4bc48fff1381 2018-12-12 16:06:47,651 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd 2018-12-12 16:06:47,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:06:47,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-16640949-9f8d-4f27-8c11-c8de2c3ab601 Date: Wed, 12 Dec 2018 16:06:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:40Z", "security_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:40Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "58feab73-ec03-47d0-88db-fe42bf86bc6b"}, {"remote_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:40Z", "security_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:40Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "624957f6-4c60-4ffa-b7f5-a6464b129a27"}, {"remote_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:40Z", "security_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:40Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "95273b2d-770c-4c94-a785-ddab187ce8fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:05:40Z", "security_group_id": "6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "afe64ca3ae8f4e71a3604632211129c8", "created_at": "2018-12-12T16:05:40Z", "project_id": "afe64ca3ae8f4e71a3604632211129c8", "id": "bf34ebd3-2228-4144-8f76-7d307c7565da"}]} 2018-12-12 16:06:47,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd used request id req-16640949-9f8d-4f27-8c11-c8de2c3ab601 2018-12-12 16:06:47,841 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:06:47,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:06:48,136 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a1ed6e2-86c6-4ead-9e53-e31d7639cbfe Content-Length: 0 Date: Wed, 12 Dec 2018 16:06:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:06:48,136 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6978cd7c-0b4b-4059-bc4e-bb272ad5f5fd used request id req-7a1ed6e2-86c6-4ead-9e53-e31d7639cbfe 2018-12-12 16:06:48,137 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-47217812-c060-42c-proj 2018-12-12 16:06:48,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:06:48,338 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3970fac-fda1-4529-8f19-20544b85bba9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:06:48,338 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/afe64ca3ae8f4e71a3604632211129c8 used request id req-a3970fac-fda1-4529-8f19-20544b85bba9 2018-12-12 16:06:48,339 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-47217812-c060-42c-proj-role 2018-12-12 16:06:48,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/9eba2ee5d5e5467882c0ceed9de1fe6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:06:48,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4424ece9-dbab-4a1f-bf63-1421c19f87ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:06:48,455 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/9eba2ee5d5e5467882c0ceed9de1fe6e used request id req-4424ece9-dbab-4a1f-bf63-1421c19f87ac 2018-12-12 16:06:48,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2a3f9542b21f3aac8e3a4dd2f72271d29126191" 2018-12-12 16:06:48,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64346668-748a-475b-87f1-830e3081cf6d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:06:48,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-64346668-748a-475b-87f1-830e3081cf6d 2018-12-12 16:06:48,558 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-47217812-c060-42c-user 2018-12-12 16:06:48,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e6d0bdfb510e4bdc9c05103ea6b121d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7e0a8e85d7da71b16d2d1dbcceeefee012c735" 2018-12-12 16:06:48,759 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a489211-1411-4bad-be76-b8b6e9315d15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:06:48,760 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e6d0bdfb510e4bdc9c05103ea6b121d4 used request id req-1a489211-1411-4bad-be76-b8b6e9315d15 2018-12-12 16:06:48,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:06:49,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:06:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["YqVemP0BQFWzZ71DHK5POQ"], "issued_at": "2018-12-12T16:06:49.000000Z"}} 2018-12-12 16:06:49,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20dcd909503bf92032e70ebc00da4e5a92dff5b" 2018-12-12 16:06:49,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe15524-860b-46c4-b4c6-1263198306f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:06:49,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8fe15524-860b-46c4-b4c6-1263198306f9 2018-12-12 16:06:49,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:06:49,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:06:49,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:06:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["Ej53n0OTSA-b6Po5A9S-Ew"], "issued_at": "2018-12-12T16:06:49.000000Z"}} 2018-12-12 16:06:49,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:06:49,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc86c57-7c93-4d3e-8233-41a5a09039f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:06:49,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6fc86c57-7c93-4d3e-8233-41a5a09039f2 2018-12-12 16:06:49,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:06:49,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:06: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:06:49,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:06:49,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62360e10-49a3-4998-9f0c-0ef3047238fc Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:06:49,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj used request id req-62360e10-49a3-4998-9f0c-0ef3047238fc 2018-12-12 16:06:49,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:06:49,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d237a26a-1b59-4df9-8783-692371890aa1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:06:49,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d237a26a-1b59-4df9-8783-692371890aa1 2018-12-12 16:06:49,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}}' 2018-12-12 16:06:50,024 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0abb961f-ec30-42c0-ae8f-034b1bd034dc Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:06:50,025 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0abb961f-ec30-42c0-ae8f-034b1bd034dc 2018-12-12 16:06:50,025 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj 2018-12-12 16:06:50,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:06:50,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:06:50,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:06:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["UQyvRsANSmOhQm1hvnqqTQ"], "issued_at": "2018-12-12T16:06:50.000000Z"}} 2018-12-12 16:06:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953be30a88eb1e44b0951eb45d6e7c2c501b88ee" 2018-12-12 16:06:50,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83a9fa1-2958-46cb-9c85-a5b10f11a9fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:06:50,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d83a9fa1-2958-46cb-9c85-a5b10f11a9fe 2018-12-12 16:06:50,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:06:50,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:06: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:06:50,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953be30a88eb1e44b0951eb45d6e7c2c501b88ee" 2018-12-12 16:06:50,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d47857-26aa-4607-9a99-1c55bdffab14 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:06:50,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c0d47857-26aa-4607-9a99-1c55bdffab14 2018-12-12 16:06:50,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953be30a88eb1e44b0951eb45d6e7c2c501b88ee" 2018-12-12 16:06:50,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ae2da85-ca42-45ec-b5d8-02b7774749d4 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}]} 2018-12-12 16:06:50,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj used request id req-9ae2da85-ca42-45ec-b5d8-02b7774749d4 2018-12-12 16:06:50,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953be30a88eb1e44b0951eb45d6e7c2c501b88ee" 2018-12-12 16:06:50,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-093013dd-d1ca-47a2-98a6-512605982871 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:06:50,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-093013dd-d1ca-47a2-98a6-512605982871 2018-12-12 16:06:51,257 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user 2018-12-12 16:06:51,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:06:51,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:06:51,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984840a9-5053-476d-a845-e652b7897b50 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:06:51,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-984840a9-5053-476d-a845-e652b7897b50 2018-12-12 16:06:51,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}}' 2018-12-12 16:06:51,473 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f6ecc1f-9dc2-43ac-a806-dedb71302045 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "773322a20b83467684af59c5a38ab5ed", "links": {"self": "http://172.30.9.29:5000/v3/roles/773322a20b83467684af59c5a38ab5ed"}, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}} 2018-12-12 16:06:51,473 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1f6ecc1f-9dc2-43ac-a806-dedb71302045 2018-12-12 16:06:51,474 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role 2018-12-12 16:06:51,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/773322a20b83467684af59c5a38ab5ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:06:51,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4631dabe-1015-44d4-a9b1-338d0cfc7030 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/773322a20b83467684af59c5a38ab5ed"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role", "id": "773322a20b83467684af59c5a38ab5ed"}} 2018-12-12 16:06:51,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/773322a20b83467684af59c5a38ab5ed used request id req-4631dabe-1015-44d4-a9b1-338d0cfc7030 2018-12-12 16:06:51,492 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role to project CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj 2018-12-12 16:06:51,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61/users/efbb601cb6d949d8a54487edaa1b7e97/roles/773322a20b83467684af59c5a38ab5ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:06:51,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87341c31-3673-4d80-9a4a-b226d83440c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:06:51,625 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61/users/efbb601cb6d949d8a54487edaa1b7e97/roles/773322a20b83467684af59c5a38ab5ed used request id req-87341c31-3673-4d80-9a4a-b226d83440c8 2018-12-12 16:06:51,626 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:06:51,627 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:06:51,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:06:51,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:06:52,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "773322a20b83467684af59c5a38ab5ed", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}], "expires_at": "2018-12-12T17:06:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e12d32797bac4f82b765d9998cbd7b61", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user", "id": "efbb601cb6d949d8a54487edaa1b7e97"}, "audit_ids": ["VBPMvqjKSMKp3mRSMBYRNg"], "issued_at": "2018-12-12T16:06:52.000000Z"}} 2018-12-12 16:06:52,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" 2018-12-12 16:06:52,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-470589d7-05dd-46fc-a69a-dae78bd46f4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:06:52,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-470589d7-05dd-46fc-a69a-dae78bd46f4f 2018-12-12 16:06:52,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" 2018-12-12 16:06:52,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-9bb823bd-2b80-4ebc-8a90-646861d70f3b Date: Wed, 12 Dec 2018 16:06:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image"} 2018-12-12 16:06:52,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image used request id req-9bb823bd-2b80-4ebc-8a90-646861d70f3b 2018-12-12 16:06:52,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" 2018-12-12 16:06:52,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b3d94934-4c65-4507-aff8-42796fbc0e87 Date: Wed, 12 Dec 2018 16:06:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:06:52,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b3d94934-4c65-4507-aff8-42796fbc0e87 2018-12-12 16:06:52,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image"}' 2018-12-12 16:06:52,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4 X-Openstack-Request-Id: req-6171d4d4-ce8d-4db6-97ee-4b252120b9ed Date: Wed, 12 Dec 2018 16:06:52 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:06:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:06:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "min_disk": 0, "protected": false, "id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "file": "/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4/file", "checksum": null, "owner": "e12d32797bac4f82b765d9998cbd7b61", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:06:52,649 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-6171d4d4-ce8d-4db6-97ee-4b252120b9ed 2018-12-12 16:06:52,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" -d '' 2018-12-12 16:06:53,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-559ceec2-3593-4521-beaa-bcc0c36696f2 Date: Wed, 12 Dec 2018 16:06:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:06:53,939 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4/file used request id req-559ceec2-3593-4521-beaa-bcc0c36696f2 2018-12-12 16:06:53,939 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:06:53,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" 2018-12-12 16:06:54,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-d6e782aa-359e-40f7-928a-6366d7a4de3d Date: Wed, 12 Dec 2018 16:06:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:06:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:06:53Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/01d9983a-0568-45a4-8a97-0b067eab73b4/snap", "metadata": {}}], "self": "/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "min_disk": 0, "protected": false, "id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "file": "/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e12d32797bac4f82b765d9998cbd7b61", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/01d9983a-0568-45a4-8a97-0b067eab73b4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:06:54,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4 used request id req-d6e782aa-359e-40f7-928a-6366d7a4de3d 2018-12-12 16:06:54,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" 2018-12-12 16:06:54,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-355f81a9-e59e-43b5-8a0d-9486588c5e68 Date: Wed, 12 Dec 2018 16:06:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:06:54,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-355f81a9-e59e-43b5-8a0d-9486588c5e68 2018-12-12 16:06:54,275 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image 2018-12-12 16:06:54,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" 2018-12-12 16:06:54,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-b42a0998-32af-4258-8f3c-4cf5abe20633 Date: Wed, 12 Dec 2018 16:06:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:06:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:06:53Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/01d9983a-0568-45a4-8a97-0b067eab73b4/snap", "metadata": {}}], "self": "/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "min_disk": 0, "protected": false, "id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "file": "/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e12d32797bac4f82b765d9998cbd7b61", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/01d9983a-0568-45a4-8a97-0b067eab73b4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:06:54,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4 used request id req-b42a0998-32af-4258-8f3c-4cf5abe20633 2018-12-12 16:06:54,441 - create_image - DEBUG - Instance status is - active 2018-12-12 16:06:54,442 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image 2018-12-12 16:06:54,442 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image 2018-12-12 16:06:54,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:06:54,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:06:54,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "773322a20b83467684af59c5a38ab5ed", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}], "expires_at": "2018-12-12T17:06:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e12d32797bac4f82b765d9998cbd7b61", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user", "id": "efbb601cb6d949d8a54487edaa1b7e97"}, "audit_ids": ["iQSThYUrSii_gSLGvO1OsA"], "issued_at": "2018-12-12T16:06:54.000000Z"}} 2018-12-12 16:06:54,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" 2018-12-12 16:06:54,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdee9b35-48ee-4379-a092-4e9ff297c512 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:06:54,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bdee9b35-48ee-4379-a092-4e9ff297c512 2018-12-12 16:06:54,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" 2018-12-12 16:06:55,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e1b27e82-5a7a-439c-aa52-72d8d8e94056 Date: Wed, 12 Dec 2018 16:06:55 GMT RESP BODY: {"networks":[]} 2018-12-12 16:06:55,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-e1b27e82-5a7a-439c-aa52-72d8d8e94056 2018-12-12 16:06:55,178 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net 2018-12-12 16:06:55,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net", "admin_state_up": true}}' 2018-12-12 16:06:55,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-35cd7fe1-478a-4741-ba60-f18214667ad8 Date: Wed, 12 Dec 2018 16:06:55 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:06:55Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","mtu":1450}} 2018-12-12 16:06:55,753 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-35cd7fe1-478a-4741-ba60-f18214667ad8 2018-12-12 16:06:55,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" 2018-12-12 16:06:55,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-06277264-7c15-4a97-82cf-05d37ad8d44a Date: Wed, 12 Dec 2018 16:06:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T16:06:55Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:06:55,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-06277264-7c15-4a97-82cf-05d37ad8d44a 2018-12-12 16:06:55,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" 2018-12-12 16:06:56,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8c7145a7-cde3-4619-b3d1-719aca03b706 Date: Wed, 12 Dec 2018 16:06:56 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:06:56,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-8c7145a7-cde3-4619-b3d1-719aca03b706 2018-12-12 16:06:56,024 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet 2018-12-12 16:06:56,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" -d '{"subnets": [{"ip_version": 4, "network_id": "b300e041-fd0d-4f02-93ba-ebad925c3c1d", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]}' 2018-12-12 16:06:56,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-96c821bc-1ff1-48b8-b975-5d9abf56f8bd Date: Wed, 12 Dec 2018 16:06:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:06:56,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-96c821bc-1ff1-48b8-b975-5d9abf56f8bd 2018-12-12 16:06:56,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" 2018-12-12 16:06:56,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-56c4ee42-e652-41b9-90fb-546053fc62b5 Date: Wed, 12 Dec 2018 16:06:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:06:56,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-56c4ee42-e652-41b9-90fb-546053fc62b5 2018-12-12 16:06:56,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" 2018-12-12 16:06:57,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5bf85d73-47d8-41b5-9b61-1b94257f6f17 Date: Wed, 12 Dec 2018 16:06:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:06:57,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-5bf85d73-47d8-41b5-9b61-1b94257f6f17 2018-12-12 16:06:57,046 - OpenStackNetwork - DEBUG - Network [b300e041-fd0d-4f02-93ba-ebad925c3c1d] created successfully 2018-12-12 16:06:57,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:06:57,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:06:57,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "773322a20b83467684af59c5a38ab5ed", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}], "expires_at": "2018-12-12T17:06:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e12d32797bac4f82b765d9998cbd7b61", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user", "id": "efbb601cb6d949d8a54487edaa1b7e97"}, "audit_ids": ["tMiN_4RuTHehbds3OoeqGg"], "issued_at": "2018-12-12T16:06:57.000000Z"}} 2018-12-12 16:06:57,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:06:57,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14680ac0-3b42-4554-827f-11800dc66b1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:06:57,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-14680ac0-3b42-4554-827f-11800dc66b1b 2018-12-12 16:06:57,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:06:57,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4d7b9010-2714-47fa-91d7-302f5b78dad8 Date: Wed, 12 Dec 2018 16:06:57 GMT RESP BODY: {"routers": []} 2018-12-12 16:06:57,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router&admin_state_up=True used request id req-4d7b9010-2714-47fa-91d7-302f5b78dad8 2018-12-12 16:06:57,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:06:57,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:06:58,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "773322a20b83467684af59c5a38ab5ed", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}], "expires_at": "2018-12-12T17:06:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e12d32797bac4f82b765d9998cbd7b61", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user", "id": "efbb601cb6d949d8a54487edaa1b7e97"}, "audit_ids": ["SSspGO5FRqmo9hRFcJg6Jw"], "issued_at": "2018-12-12T16:06:58.000000Z"}} 2018-12-12 16:06:58,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1590e76c3752a82c3cd188376e7f9b5d01d458" 2018-12-12 16:06:58,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9972cb-5f7b-48e5-886e-8c55cb10405b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:06:58,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f9972cb-5f7b-48e5-886e-8c55cb10405b 2018-12-12 16:06:58,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:06:58,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ea688df6-ea5b-4848-96d2-017cac44b62e Date: Wed, 12 Dec 2018 16:06:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:06:58,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-ea688df6-ea5b-4848-96d2-017cac44b62e 2018-12-12 16:06:58,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:06:58,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c52d47a5-2d27-4348-942a-6ec02662a805 Date: Wed, 12 Dec 2018 16:06:58 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:06:58,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-c52d47a5-2d27-4348-942a-6ec02662a805 2018-12-12 16:06:58,558 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router 2018-12-12 16:06:58,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router", "admin_state_up": true}}' 2018-12-12 16:07:03,451 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-77a2ab51-6df3-42a7-8677-0f0caa4d1c01 Date: Wed, 12 Dec 2018 16:07:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:06:59Z", "admin_state_up": true, "updated_at": "2018-12-12T16:07:00Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "afc330f2-9735-435a-811f-4a0dcffd3408", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router"}} 2018-12-12 16:07:03,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-77a2ab51-6df3-42a7-8677-0f0caa4d1c01 2018-12-12 16:07:03,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=afc330f2-9735-435a-811f-4a0dcffd3408 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:07:03,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-818e1262-1d96-41b1-a3f8-d3bd2ff6b119 Date: Wed, 12 Dec 2018 16:07:03 GMT RESP BODY: {"ports":[]} 2018-12-12 16:07:03,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=afc330f2-9735-435a-811f-4a0dcffd3408 used request id req-818e1262-1d96-41b1-a3f8-d3bd2ff6b119 2018-12-12 16:07:03,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:07:03,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b47b6dea-8c64-40de-b179-a9963a4999f6 Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:03,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-b47b6dea-8c64-40de-b179-a9963a4999f6 2018-12-12 16:07:03,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:07:03,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:07:03,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:07:03,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e1b010-f423-4a25-b66f-7e698df69d38 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:03,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-a3e1b010-f423-4a25-b66f-7e698df69d38 2018-12-12 16:07:03,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:07:04,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-69397b64-0326-4d11-b11d-ea732edfa4f8 Date: Wed, 12 Dec 2018 16:07:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:04,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-69397b64-0326-4d11-b11d-ea732edfa4f8 2018-12-12 16:07:04,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:07:04,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fd5a7382-e171-40af-a007-f6eb4a39e8c1 Date: Wed, 12 Dec 2018 16:07:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:04,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet used request id req-fd5a7382-e171-40af-a007-f6eb4a39e8c1 2018-12-12 16:07:04,403 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:07:04,404 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router 2018-12-12 16:07:04,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/afc330f2-9735-435a-811f-4a0dcffd3408/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" -d '{"subnet_id": "dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"}' 2018-12-12 16:07:06,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d4606cef-c3c8-43fc-8c28-d74e41f97741 Date: Wed, 12 Dec 2018 16:07:06 GMT RESP BODY: {"network_id": "b300e041-fd0d-4f02-93ba-ebad925c3c1d", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "subnet_id": "dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362", "subnet_ids": ["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"], "port_id": "2ae01ba6-ba0f-4319-8dff-1416c0df6a12", "id": "afc330f2-9735-435a-811f-4a0dcffd3408"} 2018-12-12 16:07:06,442 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/afc330f2-9735-435a-811f-4a0dcffd3408/add_router_interface used request id req-d4606cef-c3c8-43fc-8c28-d74e41f97741 2018-12-12 16:07:06,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/afc330f2-9735-435a-811f-4a0dcffd3408 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:07:06,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8077bda6-a0b8-4d89-b9ea-f3dafb91e00c Date: Wed, 12 Dec 2018 16:07:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:06:59Z", "admin_state_up": true, "updated_at": "2018-12-12T16:07:05Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "afc330f2-9735-435a-811f-4a0dcffd3408", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router"}} 2018-12-12 16:07:06,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/afc330f2-9735-435a-811f-4a0dcffd3408 used request id req-8077bda6-a0b8-4d89-b9ea-f3dafb91e00c 2018-12-12 16:07:06,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=afc330f2-9735-435a-811f-4a0dcffd3408 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:07:06,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-84a65414-d39c-4c94-924e-e3540fedfc02 Date: Wed, 12 Dec 2018 16:07:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.1"}],"id":"2ae01ba6-ba0f-4319-8dff-1416c0df6a12","security_groups":[],"mac_address":"fa:16:3e:8d:c2:46","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:05Z","binding:vnic_type":"normal","device_id":"afc330f2-9735-435a-811f-4a0dcffd3408"}]} 2018-12-12 16:07:06,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=afc330f2-9735-435a-811f-4a0dcffd3408 used request id req-84a65414-d39c-4c94-924e-e3540fedfc02 2018-12-12 16:07:06,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:07:07,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-681f6b77-4b93-4f10-a666-45e6b2c31d2f Date: Wed, 12 Dec 2018 16:07:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}} 2018-12-12 16:07:07,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362 used request id req-681f6b77-4b93-4f10-a666-45e6b2c31d2f 2018-12-12 16:07:07,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:07:07,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:07:07,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:07:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["S7PPOnqxRLW8ihjehU488w"], "issued_at": "2018-12-12T16:07:07.000000Z"}} 2018-12-12 16:07:07,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ccb59446513e1268bc999f7e12b3ab59054a822" 2018-12-12 16:07:07,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-018bc1d5-0010-4c34-b0a8-bb0a161d3e67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:07:07,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-018bc1d5-0010-4c34-b0a8-bb0a161d3e67 2018-12-12 16:07:07,551 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:07:07,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ccb59446513e1268bc999f7e12b3ab59054a822" 2018-12-12 16:07:07,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-ba620ae0-1e8c-457e-b152-01bffe9ec1f7 x-compute-request-id: req-ba620ae0-1e8c-457e-b152-01bffe9ec1f7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:07:07,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ba620ae0-1e8c-457e-b152-01bffe9ec1f7 2018-12-12 16:07:07,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ccb59446513e1268bc999f7e12b3ab59054a822" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:07:07,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e7c1a6b-899c-408f-b0f7-4cb454e1913e x-compute-request-id: req-7e7c1a6b-899c-408f-b0f7-4cb454e1913e Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:07:07,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7e7c1a6b-899c-408f-b0f7-4cb454e1913e 2018-12-12 16:07:07,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:07:07,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:07:08,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "773322a20b83467684af59c5a38ab5ed", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}], "expires_at": "2018-12-12T17:07:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e12d32797bac4f82b765d9998cbd7b61", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user", "id": "efbb601cb6d949d8a54487edaa1b7e97"}, "audit_ids": ["sOPob9c4Q0OIHPsjR19uLA"], "issued_at": "2018-12-12T16:07:08.000000Z"}} 2018-12-12 16:07:08,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f897f2d9639aff11ea4e0666b1d8536d08ae9b" 2018-12-12 16:07:08,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d94af0c-38e0-4618-b4ee-6b75f299e2d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:07:08,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3d94af0c-38e0-4618-b4ee-6b75f299e2d0 2018-12-12 16:07:08,230 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:07:08,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f897f2d9639aff11ea4e0666b1d8536d08ae9b" 2018-12-12 16:07:08,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e711ee76-2355-4d61-93be-f0899cd618da x-compute-request-id: req-e711ee76-2355-4d61-93be-f0899cd618da Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:07:08,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-e711ee76-2355-4d61-93be-f0899cd618da 2018-12-12 16:07:08,394 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp... 2018-12-12 16:07:08,394 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:07:08,479 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp 2018-12-12 16:07:08,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f897f2d9639aff11ea4e0666b1d8536d08ae9b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDp4bArTaHIlHjjwYz5g7E7nhPgOowqoTUVxrCcGv8SkJPLTldGMz8py/SVIWtQFwqsqumbqkViH8Nb/79l80HTgRAgUp9dpbIOLaFtJtqTYM+qoXOtUoMmHPF86rYFKzGFbtJgL86a4WmwAcTP5yYm2wsW152jiwZDyi7RxRAFOw==", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp"}}' 2018-12-12 16:07:08,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-284af1b4-f242-4e7a-83cb-979f9d98c370 x-compute-request-id: req-284af1b4-f242-4e7a-83cb-979f9d98c370 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDp4bArTaHIlHjjwYz5g7E7nhPgOowqoTUVxrCcGv8SkJPLTldGMz8py/SVIWtQFwqsqumbqkViH8Nb/79l80HTgRAgUp9dpbIOLaFtJtqTYM+qoXOtUoMmHPF86rYFKzGFbtJgL86a4WmwAcTP5yYm2wsW152jiwZDyi7RxRAFOw==", "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "fingerprint": "ce:ae:81:3c:21:37:66:bb:68:80:ad:6d:f0:1b:3c:0e"}} 2018-12-12 16:07:08,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-284af1b4-f242-4e7a-83cb-979f9d98c370 2018-12-12 16:07:08,610 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445.pub 2018-12-12 16:07:08,610 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445 2018-12-12 16:07:08,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:07:08,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:07:08,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "773322a20b83467684af59c5a38ab5ed", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}], "expires_at": "2018-12-12T17:07:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e12d32797bac4f82b765d9998cbd7b61", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user", "id": "efbb601cb6d949d8a54487edaa1b7e97"}, "audit_ids": ["hZkecGOrQHagASt_GAgg8A"], "issued_at": "2018-12-12T16:07:08.000000Z"}} 2018-12-12 16:07:08,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:09,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b39b640b-51ad-49dd-8c38-95f449354e47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:07:09,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b39b640b-51ad-49dd-8c38-95f449354e47 2018-12-12 16:07:09,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:09,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-44c92222-de00-4054-bcf2-e43dc7b9f53b Date: Wed, 12 Dec 2018 16:07:09 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:07:09,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp used request id req-44c92222-de00-4054-bcf2-e43dc7b9f53b 2018-12-12 16:07:09,255 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp... 2018-12-12 16:07:09,256 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp 2018-12-12 16:07:09,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}}' 2018-12-12 16:07:09,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-fdd97c9c-ad4b-4aab-8a22-abbbe10af576 Date: Wed, 12 Dec 2018 16:07:09 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "updated_at": "2018-12-12T16:07:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv6", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}], "revision_number": 2, "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}} 2018-12-12 16:07:09,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-fdd97c9c-ad4b-4aab-8a22-abbbe10af576 2018-12-12 16:07:09,655 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:09,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:09,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b9f83b9-dd65-4ae7-8be1-fec8cede6ca5 Date: Wed, 12 Dec 2018 16:07:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac"}]} 2018-12-12 16:07:09,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-9b9f83b9-dd65-4ae7-8be1-fec8cede6ca5 2018-12-12 16:07:09,826 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:09,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:10,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a42482b4-d3be-459c-97f1-831826c4911a Date: Wed, 12 Dec 2018 16:07:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac"}]} 2018-12-12 16:07:10,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-a42482b4-d3be-459c-97f1-831826c4911a 2018-12-12 16:07:10,004 - neutron_utils - INFO - Retrieving security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:10,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:10,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-5a93b060-6c5e-443c-8a29-464d3fad680d Date: Wed, 12 Dec 2018 16:07:10 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "updated_at": "2018-12-12T16:07:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv6", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}], "revision_number": 2, "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}]} 2018-12-12 16:07:10,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-5a93b060-6c5e-443c-8a29-464d3fad680d 2018-12-12 16:07:10,083 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:10,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:10,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-01d2b019-77b1-4224-a4c2-570d59151718 Date: Wed, 12 Dec 2018 16:07:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac"}]} 2018-12-12 16:07:10,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-01d2b019-77b1-4224-a4c2-570d59151718 2018-12-12 16:07:10,267 - neutron_utils - INFO - Retrieving security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:10,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:10,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-1b0dc063-1339-4272-a167-13c186e2fc98 Date: Wed, 12 Dec 2018 16:07:10 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "updated_at": "2018-12-12T16:07:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv6", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}], "revision_number": 2, "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}]} 2018-12-12 16:07:10,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-1b0dc063-1339-4272-a167-13c186e2fc98 2018-12-12 16:07:10,448 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:10,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:10,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-384e2060-b1b2-474f-8b15-8e92ae1577e1 Date: Wed, 12 Dec 2018 16:07:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac"}]} 2018-12-12 16:07:10,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-384e2060-b1b2-474f-8b15-8e92ae1577e1 2018-12-12 16:07:10,632 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp 2018-12-12 16:07:10,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:10,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-f8a02611-d801-402e-8473-3f42ae3cb694 Date: Wed, 12 Dec 2018 16:07:10 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "updated_at": "2018-12-12T16:07:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv6", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}], "revision_number": 2, "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}]} 2018-12-12 16:07:10,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp used request id req-f8a02611-d801-402e-8473-3f42ae3cb694 2018-12-12 16:07:10,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:07:10,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:07:10,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:10,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02871da1-6c7c-4d8c-b141-db496c2c6d33 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:10,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-02871da1-6c7c-4d8c-b141-db496c2c6d33 2018-12-12 16:07:10,776 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:10,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:10,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b7d72d3e-a719-4b23-82a1-e151542ebd1a Date: Wed, 12 Dec 2018 16:07:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac"}]} 2018-12-12 16:07:10,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-b7d72d3e-a719-4b23-82a1-e151542ebd1a 2018-12-12 16:07:10,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}95808f80f5e45f499b1016a331f2eef164074582" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712"}}' 2018-12-12 16:07:11,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-8874f9ae-7cf3-4853-a9f5-630b6701c1a2 Date: Wed, 12 Dec 2018 16:07:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:11Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:11Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b396f805-5955-48cd-987b-9ab35d62c330"}} 2018-12-12 16:07:11,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-8874f9ae-7cf3-4853-a9f5-630b6701c1a2 2018-12-12 16:07:11,152 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp 2018-12-12 16:07:11,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:11,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-8938e7ba-4d39-46e5-b9a0-eca5eb4c6319 Date: Wed, 12 Dec 2018 16:07:11 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "updated_at": "2018-12-12T16:07:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv6", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:11Z", "revision_number": 0, "id": "b396f805-5955-48cd-987b-9ab35d62c330", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:11Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}], "revision_number": 3, "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}]} 2018-12-12 16:07:11,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp used request id req-8938e7ba-4d39-46e5-b9a0-eca5eb4c6319 2018-12-12 16:07:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:11,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49516419-d907-4726-8303-4d4a7784550e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:11,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-49516419-d907-4726-8303-4d4a7784550e 2018-12-12 16:07:11,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:11,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:11,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-39456f76-9568-4f8c-bd15-63389e6afbdd Date: Wed, 12 Dec 2018 16:07:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:11Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:11Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b396f805-5955-48cd-987b-9ab35d62c330"}]} 2018-12-12 16:07:11,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-39456f76-9568-4f8c-bd15-63389e6afbdd 2018-12-12 16:07:11,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}95808f80f5e45f499b1016a331f2eef164074582" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712"}}' 2018-12-12 16:07:11,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-7a96117c-42d3-4a0f-9b21-1fd4d73efaf0 Date: Wed, 12 Dec 2018 16:07:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:07:11Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": 22, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:11Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "60f88641-a59b-442b-928e-17462de33a87"}} 2018-12-12 16:07:11,582 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-7a96117c-42d3-4a0f-9b21-1fd4d73efaf0 2018-12-12 16:07:11,582 - neutron_utils - INFO - Retrieving security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:11,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:11,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-fe858c65-ca1d-4a82-894c-94ea6ce123b4 Date: Wed, 12 Dec 2018 16:07:11 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "updated_at": "2018-12-12T16:07:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv6", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:07:11Z", "revision_number": 0, "id": "60f88641-a59b-442b-928e-17462de33a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:11Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "revision_number": 0, "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:07:11Z", "revision_number": 0, "id": "b396f805-5955-48cd-987b-9ab35d62c330", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:07:11Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}], "revision_number": 4, "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}]} 2018-12-12 16:07:11,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-fe858c65-ca1d-4a82-894c-94ea6ce123b4 2018-12-12 16:07:11,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1723f58-f519-4e1e-9bea-67d2ea04a712 2018-12-12 16:07:11,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:12,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-c646a2aa-cf6f-4d13-8bea-aff67c4784a6 Date: Wed, 12 Dec 2018 16:07:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "332a65a2-dcc2-475d-9980-50b7a02a83e6"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:07:11Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": 22, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:11Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "60f88641-a59b-442b-928e-17462de33a87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:09Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:09Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:07:11Z", "security_group_id": "b1723f58-f519-4e1e-9bea-67d2ea04a712", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:11Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "b396f805-5955-48cd-987b-9ab35d62c330"}]} 2018-12-12 16:07:12,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-c646a2aa-cf6f-4d13-8bea-aff67c4784a6 2018-12-12 16:07:12,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:07:12,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:07:12,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "773322a20b83467684af59c5a38ab5ed", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}], "expires_at": "2018-12-12T17:07:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e12d32797bac4f82b765d9998cbd7b61", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user", "id": "efbb601cb6d949d8a54487edaa1b7e97"}, "audit_ids": ["kytEXrl1SqqqwPYIjgfx0Q"], "issued_at": "2018-12-12T16:07:12.000000Z"}} 2018-12-12 16:07:12,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:12,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da10af22-f22a-4d27-b7a5-afc1a4571c98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:07:12,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-da10af22-f22a-4d27-b7a5-afc1a4571c98 2018-12-12 16:07:12,454 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:07:12,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:12,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5940b64d-439f-4cd0-a210-b58354b681e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:07:12,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5940b64d-439f-4cd0-a210-b58354b681e4 2018-12-12 16:07:12,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:12,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-39c76cb1-01b0-4443-831a-e2c6344d8fc6 Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:12,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-39c76cb1-01b0-4443-831a-e2c6344d8fc6 2018-12-12 16:07:12,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:07:12,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:07: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:07:12,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:12,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83fad29d-260a-4889-91c8-838bd2570227 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:12,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-83fad29d-260a-4889-91c8-838bd2570227 2018-12-12 16:07:12,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:13,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b99be646-6605-40a5-b8ad-db693fc76a8d Date: Wed, 12 Dec 2018 16:07:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:13,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-b99be646-6605-40a5-b8ad-db693fc76a8d 2018-12-12 16:07:13,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:13,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ea1d63b2-aa33-4f03-bcf7-85fb6298abee Date: Wed, 12 Dec 2018 16:07:13 GMT RESP BODY: {"ports":[]} 2018-12-12 16:07:13,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1&admin_state_up=True used request id req-ea1d63b2-aa33-4f03-bcf7-85fb6298abee 2018-12-12 16:07:13,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:13,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07: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-587eb24c-9581-462e-93da-4311610425ca x-compute-request-id: req-587eb24c-9581-462e-93da-4311610425ca Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:07:13,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst used request id req-587eb24c-9581-462e-93da-4311610425ca 2018-12-12 16:07:13,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:13,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-22ed0971-e0dd-4e68-9614-b4c68f2a71f1 Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:13,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-22ed0971-e0dd-4e68-9614-b4c68f2a71f1 2018-12-12 16:07:13,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:13,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eedafa55-a562-4c4e-a1ae-74693260c633 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:13,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-eedafa55-a562-4c4e-a1ae-74693260c633 2018-12-12 16:07:13,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:14,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6086b023-32df-4502-8551-5972d57f19d8 Date: Wed, 12 Dec 2018 16:07:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:14,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-6086b023-32df-4502-8551-5972d57f19d8 2018-12-12 16:07:14,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:14,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b55e0108-b711-4f5b-a4c2-d952048ab8ed Date: Wed, 12 Dec 2018 16:07:14 GMT RESP BODY: {"ports":[]} 2018-12-12 16:07:14,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1&admin_state_up=True used request id req-b55e0108-b711-4f5b-a4c2-d952048ab8ed 2018-12-12 16:07:14,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:07:14,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:07:14,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "773322a20b83467684af59c5a38ab5ed", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role"}], "expires_at": "2018-12-12T17:07:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e12d32797bac4f82b765d9998cbd7b61", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e12d32797bac4f82b765d9998cbd7b61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user", "id": "efbb601cb6d949d8a54487edaa1b7e97"}, "audit_ids": ["wnjSB22GQaOEYGpZbS6ONg"], "issued_at": "2018-12-12T16:07:14.000000Z"}} 2018-12-12 16:07:14,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760f25a3e396fbf7e535b45c66298ad2dd581f56" 2018-12-12 16:07:14,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90386c1-5fc1-4f18-b5bd-0b6bc67b12b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:07:14,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e90386c1-5fc1-4f18-b5bd-0b6bc67b12b6 2018-12-12 16:07:14,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:14,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1766d3cd-a1b1-455c-91c0-ce9161cca4b7 Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:14,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-1766d3cd-a1b1-455c-91c0-ce9161cca4b7 2018-12-12 16:07:14,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:15,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-53bd7dcb-050d-4620-9f0a-3f0f4e742bf2 Date: Wed, 12 Dec 2018 16:07:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:15,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-53bd7dcb-050d-4620-9f0a-3f0f4e742bf2 2018-12-12 16:07:15,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:15,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a969a534-0094-457f-8ac5-4d9a9cbaa79b Date: Wed, 12 Dec 2018 16:07:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:15,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-a969a534-0094-457f-8ac5-4d9a9cbaa79b 2018-12-12 16:07:15,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:07:15,299 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:07: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:07:15,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760f25a3e396fbf7e535b45c66298ad2dd581f56" 2018-12-12 16:07:15,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c4ed04-b592-4308-b9bb-0dee7debb605 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:15,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-26c4ed04-b592-4308-b9bb-0dee7debb605 2018-12-12 16:07:15,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:15,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cfd237ff-62ce-4734-a738-99715b40de9c Date: Wed, 12 Dec 2018 16:07:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:15,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-cfd237ff-62ce-4734-a738-99715b40de9c 2018-12-12 16:07:15,616 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net 2018-12-12 16:07:15,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" -d '{"port": {"network_id": "b300e041-fd0d-4f02-93ba-ebad925c3c1d", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1", "admin_state_up": true}}' 2018-12-12 16:07:16,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-ecf89348-3a4d-40b4-a247-a86a508b8886 Date: Wed, 12 Dec 2018 16:07:16 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:16Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.14"}],"id":"b2f5cb5b-b109-453c-9451-fdbbe931163e","security_groups":["77b92e0d-1416-4182-a949-68ba8dc99d48"],"mac_address":"fa:16:3e:aa:2a:ed","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1","project_id":"e12d32797bac4f82b765d9998cbd7b61","qos_policy_id":null,"admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:16Z","binding:vnic_type":"normal"}} 2018-12-12 16:07:16,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-ecf89348-3a4d-40b4-a247-a86a508b8886 2018-12-12 16:07:16,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:16,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1acef19a-49dd-4869-a91e-60d6376a95e6 Date: Wed, 12 Dec 2018 16:07:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:16,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-1acef19a-49dd-4869-a91e-60d6376a95e6 2018-12-12 16:07:16,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:17,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523cb8ec-5091-4c46-b796-eab5a1579b71 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:17,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-523cb8ec-5091-4c46-b796-eab5a1579b71 2018-12-12 16:07:17,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:17,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db46ba04-45bd-4f24-9d70-363190a4d9c7 Date: Wed, 12 Dec 2018 16:07:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:17,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-db46ba04-45bd-4f24-9d70-363190a4d9c7 2018-12-12 16:07:17,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:17,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-864af328-2fc5-424c-9c96-7243d344e44b Date: Wed, 12 Dec 2018 16:07:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:16Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.14"}],"id":"b2f5cb5b-b109-453c-9451-fdbbe931163e","security_groups":["77b92e0d-1416-4182-a949-68ba8dc99d48"],"mac_address":"fa:16:3e:aa:2a:ed","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:16Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:07:17,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1&admin_state_up=True used request id req-864af328-2fc5-424c-9c96-7243d344e44b 2018-12-12 16:07:17,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:17,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ce3c552-1165-4a77-97e2-bd92e9ae3002 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:17,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-0ce3c552-1165-4a77-97e2-bd92e9ae3002 2018-12-12 16:07:17,505 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst 2018-12-12 16:07:17,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:17,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34900553-3a3e-4ab2-a854-cb195e2b7ef4 x-compute-request-id: req-34900553-3a3e-4ab2-a854-cb195e2b7ef4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-flavor-name"}]} 2018-12-12 16:07:17,537 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-34900553-3a3e-4ab2-a854-cb195e2b7ef4 2018-12-12 16:07:17,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:17,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc22b318-6238-43b8-b9e3-19058f9c435f x-compute-request-id: req-bc22b318-6238-43b8-b9e3-19058f9c435f Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:07:17,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e used request id req-bc22b318-6238-43b8-b9e3-19058f9c435f 2018-12-12 16:07:17,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:17,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-2975264a-b4ef-42bb-bac1-4e3b64a93e84 Date: Wed, 12 Dec 2018 16:07:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:06:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:06:53Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/01d9983a-0568-45a4-8a97-0b067eab73b4/snap", "metadata": {}}], "self": "/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "min_disk": 0, "protected": false, "id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "file": "/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e12d32797bac4f82b765d9998cbd7b61", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/01d9983a-0568-45a4-8a97-0b067eab73b4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image"} 2018-12-12 16:07:17,741 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image used request id req-2975264a-b4ef-42bb-bac1-4e3b64a93e84 2018-12-12 16:07:17,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:17,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68dd25b8-7f57-46a5-840f-366f1eb3ad41 Date: Wed, 12 Dec 2018 16:07:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:07:17,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-68dd25b8-7f57-46a5-840f-366f1eb3ad41 2018-12-12 16:07:17,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "imageRef": "01d9983a-0568-45a4-8a97-0b067eab73b4", "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "flavorRef": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "max_count": 1, "min_count": 1, "networks": [{"port": "b2f5cb5b-b109-453c-9451-fdbbe931163e"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}]}}' 2018-12-12 16:07:19,763 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-351c6c2b-202c-4bad-b06f-7ddd13248c9a x-compute-request-id: req-351c6c2b-202c-4bad-b06f-7ddd13248c9a Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "adminPass": "XXZEZqW22eNm"}} 2018-12-12 16:07:19,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-351c6c2b-202c-4bad-b06f-7ddd13248c9a 2018-12-12 16:07:19,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:19,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c49f364e-d026-458e-904b-116f22d00176 x-compute-request-id: req-c49f364e-d026-458e-904b-116f22d00176 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.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:07:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:19,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-c49f364e-d026-458e-904b-116f22d00176 2018-12-12 16:07:19,994 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst 2018-12-12 16:07:19,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:20,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-224b0c95-3cad-4260-ba4d-32e9fea5e1ba x-compute-request-id: req-224b0c95-3cad-4260-ba4d-32e9fea5e1ba 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.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:07:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:20,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-224b0c95-3cad-4260-ba4d-32e9fea5e1ba 2018-12-12 16:07:20,226 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - BUILD 2018-12-12 16:07:20,226 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:07:23,229 - create_instance - DEBUG - VM status query timeout in 896.764642 2018-12-12 16:07:23,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:23,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07: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-df72bd87-29ec-4a9f-bbb1-d654de9dd75c x-compute-request-id: req-df72bd87-29ec-4a9f-bbb1-d654de9dd75c 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.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:07:21Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:23,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-df72bd87-29ec-4a9f-bbb1-d654de9dd75c 2018-12-12 16:07:23,839 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - BUILD 2018-12-12 16:07:23,839 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:07:26,842 - create_instance - DEBUG - VM status query timeout in 893.151838064 2018-12-12 16:07:26,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:27,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-1ec65a57-d039-46c6-8bba-b352ad21b7e3 x-compute-request-id: req-1ec65a57-d039-46c6-8bba-b352ad21b7e3 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.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:07:21Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:27,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-1ec65a57-d039-46c6-8bba-b352ad21b7e3 2018-12-12 16:07:27,427 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - BUILD 2018-12-12 16:07:27,428 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:07:30,431 - create_instance - DEBUG - VM status query timeout in 889.562937021 2018-12-12 16:07:30,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:30,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd9858c2-70d6-4c04-ad47-61e3b2bf7e74 x-compute-request-id: req-dd9858c2-70d6-4c04-ad47-61e3b2bf7e74 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:30,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-dd9858c2-70d6-4c04-ad47-61e3b2bf7e74 2018-12-12 16:07:30,997 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - ACTIVE 2018-12-12 16:07:30,997 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:07:31,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:31,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69a12bec-b9a8-4582-9408-cd87d6ebd9cd x-compute-request-id: req-69a12bec-b9a8-4582-9408-cd87d6ebd9cd Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:31,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-69a12bec-b9a8-4582-9408-cd87d6ebd9cd 2018-12-12 16:07:31,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:31,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6b86a068-5219-49ed-b6e0-25a57aed2db7 Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:31,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-6b86a068-5219-49ed-b6e0-25a57aed2db7 2018-12-12 16:07:31,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:31,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75803234-d197-4f92-a631-3eb23e0df6ae Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:31,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-75803234-d197-4f92-a631-3eb23e0df6ae 2018-12-12 16:07:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:31,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-be60c53d-4b50-48aa-9d0f-82bc853d8108 Date: Wed, 12 Dec 2018 16:07:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:31,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-be60c53d-4b50-48aa-9d0f-82bc853d8108 2018-12-12 16:07:31,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:32,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-869726eb-e063-4ccf-b8a9-fda2f31dafac Date: Wed, 12 Dec 2018 16:07:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.1"}],"id":"2ae01ba6-ba0f-4319-8dff-1416c0df6a12","security_groups":[],"mac_address":"fa:16:3e:8d:c2:46","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:05Z","binding:vnic_type":"normal","device_id":"afc330f2-9735-435a-811f-4a0dcffd3408"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.4"}],"id":"3d42956f-b64f-48f3-a82e-d65806f57388","security_groups":[],"mac_address":"fa:16:3e:7f:68:35","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.3"}],"id":"7d2c3f45-b48e-4a12-afbb-07e9395bd80d","security_groups":[],"mac_address":"fa:16:3e:20:d1:f5","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.2"}],"id":"81630a7a-67e1-4a8a-a105-032b883c7bd2","security_groups":[],"mac_address":"fa:16:3e:f6:fc:43","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.14"}],"id":"b2f5cb5b-b109-453c-9451-fdbbe931163e","security_groups":["77b92e0d-1416-4182-a949-68ba8dc99d48"],"mac_address":"fa:16:3e:aa:2a:ed","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:16Z","binding:vnic_type":"normal","device_id":"9b276ea2-3dbf-4626-bca1-bfe66be7c1c8"}]} 2018-12-12 16:07:32,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-869726eb-e063-4ccf-b8a9-fda2f31dafac 2018-12-12 16:07:32,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:32,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-200743de-c83c-46dd-bb29-ba7c8b10842e x-compute-request-id: req-200743de-c83c-46dd-bb29-ba7c8b10842e Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:32,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-200743de-c83c-46dd-bb29-ba7c8b10842e 2018-12-12 16:07:32,768 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - ACTIVE 2018-12-12 16:07:32,768 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:07:32,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:33,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c0694c2-b4aa-44a9-9ff7-12649fb5e4a1 x-compute-request-id: req-1c0694c2-b4aa-44a9-9ff7-12649fb5e4a1 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:33,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-1c0694c2-b4aa-44a9-9ff7-12649fb5e4a1 2018-12-12 16:07:33,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:33,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-58998aa4-af5e-47ce-9f0b-9d5b3fc277e6 Date: Wed, 12 Dec 2018 16:07:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:33,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-58998aa4-af5e-47ce-9f0b-9d5b3fc277e6 2018-12-12 16:07:33,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:33,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67db1393-f94a-43d2-bd9e-9ec437668d79 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:33,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-67db1393-f94a-43d2-bd9e-9ec437668d79 2018-12-12 16:07:33,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:33,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8e892f3a-0eb1-4216-baf9-d7e7eafaaa1b Date: Wed, 12 Dec 2018 16:07:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:33,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-8e892f3a-0eb1-4216-baf9-d7e7eafaaa1b 2018-12-12 16:07:33,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:34,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-69306d14-bc29-4449-bc5f-2c2c81fbd340 Date: Wed, 12 Dec 2018 16:07:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.1"}],"id":"2ae01ba6-ba0f-4319-8dff-1416c0df6a12","security_groups":[],"mac_address":"fa:16:3e:8d:c2:46","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:05Z","binding:vnic_type":"normal","device_id":"afc330f2-9735-435a-811f-4a0dcffd3408"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.4"}],"id":"3d42956f-b64f-48f3-a82e-d65806f57388","security_groups":[],"mac_address":"fa:16:3e:7f:68:35","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.3"}],"id":"7d2c3f45-b48e-4a12-afbb-07e9395bd80d","security_groups":[],"mac_address":"fa:16:3e:20:d1:f5","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.2"}],"id":"81630a7a-67e1-4a8a-a105-032b883c7bd2","security_groups":[],"mac_address":"fa:16:3e:f6:fc:43","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.14"}],"id":"b2f5cb5b-b109-453c-9451-fdbbe931163e","security_groups":["77b92e0d-1416-4182-a949-68ba8dc99d48"],"mac_address":"fa:16:3e:aa:2a:ed","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:16Z","binding:vnic_type":"normal","device_id":"9b276ea2-3dbf-4626-bca1-bfe66be7c1c8"}]} 2018-12-12 16:07:34,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-69306d14-bc29-4449-bc5f-2c2c81fbd340 2018-12-12 16:07:34,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}}' 2018-12-12 16:07:35,658 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-1ae78b64-d059-4c82-aa57-fceb43f608dc x-compute-request-id: req-1ae78b64-d059-4c82-aa57-fceb43f608dc Content-Length: 0 Content-Type: application/json 2018-12-12 16:07:35,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8/action used request id req-1ae78b64-d059-4c82-aa57-fceb43f608dc 2018-12-12 16:07:35,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:36,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f79996d0-2d68-4883-93bb-23b9cc292604 x-compute-request-id: req-f79996d0-2d68-4883-93bb-23b9cc292604 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:36,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-f79996d0-2d68-4883-93bb-23b9cc292604 2018-12-12 16:07:36,503 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - ACTIVE 2018-12-12 16:07:36,503 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:07:36,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:37,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07: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-2fc30a10-c903-4a20-8359-f2cff4004dc8 x-compute-request-id: req-2fc30a10-c903-4a20-8359-f2cff4004dc8 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:37,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-2fc30a10-c903-4a20-8359-f2cff4004dc8 2018-12-12 16:07:37,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:37,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-527360aa-0a67-452d-a23f-5f96213d2362 Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:37,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-527360aa-0a67-452d-a23f-5f96213d2362 2018-12-12 16:07:37,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:37,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91923641-216c-47d9-8fb2-431b5a7922b0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:37,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-91923641-216c-47d9-8fb2-431b5a7922b0 2018-12-12 16:07:37,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:37,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f6a4ed7-70b6-489b-9d1e-193dfd993609 Date: Wed, 12 Dec 2018 16:07:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:37,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-1f6a4ed7-70b6-489b-9d1e-193dfd993609 2018-12-12 16:07:37,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:37,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-8d2060c2-386c-4152-be66-689b37eea10e Date: Wed, 12 Dec 2018 16:07:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.1"}],"id":"2ae01ba6-ba0f-4319-8dff-1416c0df6a12","security_groups":[],"mac_address":"fa:16:3e:8d:c2:46","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:05Z","binding:vnic_type":"normal","device_id":"afc330f2-9735-435a-811f-4a0dcffd3408"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.4"}],"id":"3d42956f-b64f-48f3-a82e-d65806f57388","security_groups":[],"mac_address":"fa:16:3e:7f:68:35","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.3"}],"id":"7d2c3f45-b48e-4a12-afbb-07e9395bd80d","security_groups":[],"mac_address":"fa:16:3e:20:d1:f5","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.2"}],"id":"81630a7a-67e1-4a8a-a105-032b883c7bd2","security_groups":[],"mac_address":"fa:16:3e:f6:fc:43","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.14"}],"id":"b2f5cb5b-b109-453c-9451-fdbbe931163e","security_groups":["77b92e0d-1416-4182-a949-68ba8dc99d48","b1723f58-f519-4e1e-9bea-67d2ea04a712"],"mac_address":"fa:16:3e:aa:2a:ed","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:16Z","binding:vnic_type":"normal","device_id":"9b276ea2-3dbf-4626-bca1-bfe66be7c1c8"}]} 2018-12-12 16:07:37,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-8d2060c2-386c-4152-be66-689b37eea10e 2018-12-12 16:07:37,598 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-12-12 16:07:37,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:38,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-9ba322b4-5000-48aa-a639-73595065c9df x-compute-request-id: req-9ba322b4-5000-48aa-a639-73595065c9df Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:38,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-9ba322b4-5000-48aa-a639-73595065c9df 2018-12-12 16:07:38,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:07:39,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50c02529-4864-4657-bf41-bb38bec2b1f1 x-compute-request-id: req-50c02529-4864-4657-bf41-bb38bec2b1f1 Content-Encoding: gzip Content-Length: 9623 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486518716 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.133187] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134880] pid_max: default: 32768 minimum: 301\n[ 0.135808] ACPI: Core revision 20150930\n[ 0.137221] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138555] Security Framework initialized\n[ 0.139388] Yama: becoming mindful.\n[ 0.140115] AppArmor: AppArmor initialized\n[ 0.141008] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142330] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.143637] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144882] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146267] Initializing cgroup subsys io\n[ 0.147089] Initializing cgroup subsys memory\n[ 0.147950] Initializing cgroup subsys devices\n[ 0.148859] Initializing cgroup subsys freezer\n[ 0.149781] Initializing cgroup subsys net_cls\n[ 0.150645] Initializing cgroup subsys perf_event\n[ 0.151552] Initializing cgroup subsys net_prio\n[ 0.152492] Initializing cgroup subsys hugetlb\n[ 0.153382] Initializing cgroup subsys pids\n[ 0.154263] CPU: Physical Processor ID: 0\n[ 0.155763] mce: CPU supports 10 MCE banks\n[ 0.156664] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159936] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166404] ftrace: allocating 31920 entries in 125 pages\n[ 0.192498] smpboot: Max logical packages: 2\n[ 0.193382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194618] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.195984] x2apic enabled\n[ 0.196836] Switched APIC routing to physical x2apic.\n[ 0.198594] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199874] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204151] KVM setup paravirtual spinlock\n[ 0.205621] x86: Booting SMP configuration:\n[ 0.206559] .... node #0, CPUs: #1\n[ 0.207491] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.229222] x86: Booted up 1 node, 2 CPUs\n[ 0.229223] KVM setup async PF for cpu 1\n[ 0.229226] kvm-stealtime: cpu 1, msr f90d940\n[ 0.231895] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.233451] devtmpfs: initialized\n[ 0.235180] evm: security.selinux\n[ 0.235889] evm: security.SMACK64\n[ 0.236591] evm: security.SMACK64EXEC\n[ 0.237364] evm: security.SMACK64TRANSMUTE\n[ 0.238191] evm: security.SMACK64MMAP\n[ 0.238959] evm: security.ima\n[ 0.239607] evm: security.capability\n[ 0.240472] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242395] pinctrl core: initialized pinctrl subsystem\n[ 0.243545] RTC time: 16:07:27, date: 12/12/18\n[ 0.244549] NET: Registered protocol family 16\n[ 0.254341] cpuidle: using governor ladder\n[ 0.266456] cpuidle: using governor menu\n[ 0.267277] PCCT header not found.\n[ 0.268070] ACPI: bus type PCI registered\n[ 0.268897] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270174] PCI: Using configuration type 1 for base access\n[ 0.283625] ACPI: Added _OSI(Module Device)\n[ 0.284509] ACPI: Added _OSI(Processor Device)\n[ 0.285381] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286306] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288681] ACPI: Interpreter enabled\n[ 0.289474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297040] ACPI: (supports S0 S5)\n[ 0.297758] ACPI: Using IOAPIC for interrupt routing\n[ 0.298862] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303416] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304662] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305873] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308187] acpiphp: Slot [3] registered\n[ 0.309034] acpiphp: Slot [4] registered\n[ 0.309849] acpiphp: Slot [5] registered\n[ 0.310688] acpiphp: Slot [6] registered\n[ 0.311479] acpiphp: Slot [7] registered\n[ 0.312270] acpiphp: Slot [8] registered\n[ 0.313077] acpiphp: Slot [9] registered\n[ 0.313920] acpiphp: Slot [10] registered\n[ 0.324801] acpiphp: Slot [11] registered\n[ 0.325614] acpiphp: Slot [12] registered\n[ 0.326466] acpiphp: Slot [13] registered\n[ 0.327283] acpiphp: Slot [14] registered\n[ 0.328092] acpiphp: Slot [15] registered\n[ 0.328911] acpiphp: Slot [16] registered\n[ 0.329723] acpiphp: Slot [17] registered\n[ 0.330530] acpiphp: Slot [18] registered\n[ 0.331330] acpiphp: Slot [19] registered\n[ 0.332139] acpiphp: Slot [20] registered\n[ 0.332953] acpiphp: Slot [21] registered\n[ 0.333781] acpiphp: Slot [22] registered\n[ 0.334660] acpiphp: Slot [23] registered\n[ 0.335473] acpiphp: Slot [24] registered\n[ 0.336273] acpiphp: Slot [25] registered\n[ 0.337086] acpiphp: Slot [26] registered\n[ 0.337896] acpiphp: Slot [27] registered\n[ 0.338760] acpiphp: Slot [28] registered\n[ 0.339567] acpiphp: Slot [29] registered\n[ 0.340374] acpiphp: Slot [30] registered\n[ 0.341212] acpiphp: Slot [31] registered\n[ 0.342063] PCI host bridge to bus 0000:00\n[ 0.342913] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344158] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345403] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346882] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348323] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.354637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.355911] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357085] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.358376] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.364764] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367050] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.412840] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.414303] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.415779] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.417189] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419911] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.421472] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422558] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.424168] vgaarb: loaded\n[ 0.424795] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425990] SCSI subsystem initialized\n[ 0.426848] ACPI: bus type USB registered\n[ 0.427728] usbcore: registered new interface driver usbfs\n[ 0.428773] usbcore: registered new interface driver hub\n[ 0.429805] usbcore: registered new device driver usb\n[ 0.430950] PCI: Using ACPI for IRQ routing\n[ 0.432029] NetLabel: Initializing\n[ 0.432754] NetLabel: domain hash size = 128\n[ 0.433614] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434579] NetLabel: unlabeled traffic allowed by default\n[ 0.435795] clocksource: Switched to clocksource kvm-clock\n[ 0.441774] AppArmor: AppArmor Filesystem Enabled\n[ 0.442778] pnp: PnP ACPI init\n[ 0.443700] pnp: PnP ACPI: found 5 devices\n[ 0.450808] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452548] NET: Registered protocol family 2\n[ 0.453554] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.454885] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.456110] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.457290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458385] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459567] NET: Registered protocol family 1\n[ 0.460449] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.461555] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.462639] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480867] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.499478] Trying to unpack rootfs image as initramfs...\n[ 0.550222] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.564499] Scanning for low memory corruption every 60 seconds\n[ 0.565945] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.567154] audit: initializing netlink subsys (disabled)\n[ 0.568262] audit: type=2000 audit(1544630847.844:1): initialized\n[ 0.569620] Initialise system trusted keyring\n[ 0.570608] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.571850] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.573990] zbud: loaded\n[ 0.574741] VFS: Disk quotas dquot_6.6.0\n[ 0.575599] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.577344] fuse init (API version 7.23)\n[ 0.578268] Key type big_key registered\n[ 0.579083] Allocating IMA MOK and blacklist keyrings.\n[ 0.580340] Key type asymmetric registered\n[ 0.581202] Asymmetric key parser 'x509' registered\n[ 0.582167] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.583672] io scheduler noop registered\n[ 0.584508] io scheduler deadline registered (default)\n[ 0.585539] io scheduler cfq registered\n[ 0.586387] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.587481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588830] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590290] ACPI: Power Button [PWRF]\n[ 0.591179] GHES: HEST is not enabled!\n[ 0.609683] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672866] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675175] Linux agpgart interface v0.103\n[ 0.677573] brd: module loaded\n[ 0.678964] loop: module loaded\n[ 0.683195] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684919] GPT:90111 != 20971519\n[ 0.685635] GPT:Alternate GPT header not at the end of the disk.\n[ 0.686768] GPT:90111 != 20971519\n[ 0.687478] GPT: Use GNU Parted to correct GPT errors.\n[ 0.688536] vda: vda1 vda15\n[ 0.690003] scsi host0: ata_piix\n[ 0.690864] scsi host1: ata_piix\n[ 0.691635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.692976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.694296] libphy: Fixed MDIO Bus: probed\n[ 0.695223] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.698241] PPP generic driver version 2.4.2\n[ 0.699124] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.700369] ehci-pci: EHCI PCI platform driver\n[ 0.701238] ehci-platform: EHCI generic platform driver\n[ 0.702216] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.703331] ohci-pci: OHCI PCI platform driver\n[ 0.704206] ohci-platform: OHCI generic platform driver\n[ 0.705187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.723971] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.724965] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.726405] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.727393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.728506] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.729713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.731112] usb usb1: Product: UHCI Host Controller\n[ 0.732049] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.733175] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.734168] hub 1-0:1.0: USB hub found\n[ 0.734942] hub 1-0:1.0: 2 ports detected\n[ 0.735857] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.737989] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.738940] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.739975] mousedev: PS/2 mouse device common for all mice\n[ 0.741157] rtc_cmos 00:00: RTC can wake from S4\n[ 0.742345] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.743528] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.743866] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743874] i2c /dev entries driver\n[ 0.743910] device-mapper: uevent: version 1.0.3\n[ 0.745209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.745225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745415] NET: Registered protocol family 10\n[ 0.745533] NET: Registered protocol family 17\n[ 0.745540] Key type dns_resolver registered\n[ 0.745638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746345] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746369] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.746448] registered taskstats version 1\n[ 0.746458] Loading compiled-in X.509 certificates\n[ 0.746974] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746988] zswap: loaded using pool lzo/zbud\n[ 0.747540] Key type trusted registered\n[ 0.748332] Key type encrypted registered\n[ 0.748334] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.748336] ima: No TPM chip found, activating TPM-bypass!\n[ 0.748348] evm: HMAC attrs: 0x1\n[ 0.749166] Magic number: 14:699:135\n[ 0.749172] block ram0: hash matches\n[ 0.749746] rtc_cmos 00:00: setting system clock to 2018-12-12 16:07:27 UTC (1544630847)\n[ 0.749803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.749803] EDD information not available.\n[ 0.848935] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.850661] Write protecting the kernel read-only data: 14336k\n[ 0.852394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854319] 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.913142] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.14...\nLease of 10.55.1.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.48. iid=i-00000104\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNg/0aRPWR07gDhCQBZhv+gS/v4kjRwZQb9TQeKB/F5f586t9xrDoC2KSlF3qJrdv2NXWrL27Mm0XusE9dJr4bZLpri7zus3N9/tVbHB/h7Trjhg+ZGcj2Xg1iwR4rbmAnqwpYOwrqJtdPk2NtGz89SACl/jsj6tJ6SQc8ze29A0O89oxdQmWBDJNBmoeJijU9SRNQtR9p4vPkvtuLtxYSAt7foVI6KqBUwMwAIQUU3Fm9sf8hrtYhOlXB1WneIv1C6i5P5JPTMHqDrFJ3t3IyjZuzOuSN6d1iTJLihx37nQ37D+9Sn1HUskE7F5pWAxUa83zWsJNWgYKDs158uWw3 root@createinstancesinglenetworktests-f2777c09-5fc3-4bcd-843f-825bc1\nssh-dss AAAAB3NzaC1kc3MAAACBAM7QxTdYNRuyS2yaC9DWn3Fs9Q3xngYr211aXDDGKQIhAHjUUFaL4JRQLnG6C1p72aMJQmnxbX43mY85OPhD9Pm++urNx9d0o6JVOiUzsJJmfWOeWNyhnDJ2rPPzuYrMzZ2qWcNmRP/lqr0j8OU/CVxI30f98Rvz83qgda/OFUXNAAAAFQCRTb+67MPybLHEFb+aH2wYRXbBRQAAAIA1xsx1Ag+FEDPHXV2ErEOguGLMIZClAYmMNAer96LipT3Q5e/JHSGxjHYuOESb/yOFdIuXbibdZcBSjmao8YeTRhO4kYMojvNEGa1uTHYez/B5vU7bXUEGpB/YjKU5RCiDQ0o4OqbI0C2bqYkIuwo+NiAoq74uRSCUDp6BTkqg+AAAAIAmxb/b00EcWr3a9+3pK2iH380ACqltwLLbvIUPGrMBNZcxAHOc4NM1eLV/kdd3s3hugPaQ7QBCFXLxAOzj3mGUAXsx1J5SOjkqlMJK2cIK9MuGEDRM0Bk0ddNel3ubMSTqP7s9JGdhN1CvB9kyZGGlJY0hvkV4y85I7sozJV/UHA== root@createinstancesinglenetworktests-f2777c09-5fc3-4bcd-843f-825bc1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.14,24,fe80::f816:3eff:feaa:2aed/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.14 \nip-route:169.254.169.254 via 10.55.1.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000104\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-f2777c09-5fc3-4bcd-843f-825bc1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-f2777c09-5fc3-4bcd-843f-825bc1 login: "} 2018-12-12 16:07:39,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8/action used request id req-50c02529-4864-4657-bf41-bb38bec2b1f1 2018-12-12 16:07:39,142 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:07:39,143 - 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 486518716 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.133187] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134880] pid_max: default: 32768 minimum: 301 [ 0.135808] ACPI: Core revision 20150930 [ 0.137221] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138555] Security Framework initialized [ 0.139388] Yama: becoming mindful. [ 0.140115] AppArmor: AppArmor initialized [ 0.141008] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142330] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.143637] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144882] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146267] Initializing cgroup subsys io [ 0.147089] Initializing cgroup subsys memory [ 0.147950] Initializing cgroup subsys devices [ 0.148859] Initializing cgroup subsys freezer [ 0.149781] Initializing cgroup subsys net_cls [ 0.150645] Initializing cgroup subsys perf_event [ 0.151552] Initializing cgroup subsys net_prio [ 0.152492] Initializing cgroup subsys hugetlb [ 0.153382] Initializing cgroup subsys pids [ 0.154263] CPU: Physical Processor ID: 0 [ 0.155763] mce: CPU supports 10 MCE banks [ 0.156664] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159936] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166404] ftrace: allocating 31920 entries in 125 pages [ 0.192498] smpboot: Max logical packages: 2 [ 0.193382] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.194618] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.195984] x2apic enabled [ 0.196836] Switched APIC routing to physical x2apic. [ 0.198594] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.199874] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204151] KVM setup paravirtual spinlock [ 0.205621] x86: Booting SMP configuration: [ 0.206559] .... node #0, CPUs: #1 [ 0.207491] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.229222] x86: Booted up 1 node, 2 CPUs [ 0.229223] KVM setup async PF for cpu 1 [ 0.229226] kvm-stealtime: cpu 1, msr f90d940 [ 0.231895] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.233451] devtmpfs: initialized [ 0.235180] evm: security.selinux [ 0.235889] evm: security.SMACK64 [ 0.236591] evm: security.SMACK64EXEC [ 0.237364] evm: security.SMACK64TRANSMUTE [ 0.238191] evm: security.SMACK64MMAP [ 0.238959] evm: security.ima [ 0.239607] evm: security.capability [ 0.240472] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.242395] pinctrl core: initialized pinctrl subsystem [ 0.243545] RTC time: 16:07:27, date: 12/12/18 [ 0.244549] NET: Registered protocol family 16 [ 0.254341] cpuidle: using governor ladder [ 0.266456] cpuidle: using governor menu [ 0.267277] PCCT header not found. [ 0.268070] ACPI: bus type PCI registered [ 0.268897] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270174] PCI: Using configuration type 1 for base access [ 0.283625] ACPI: Added _OSI(Module Device) [ 0.284509] ACPI: Added _OSI(Processor Device) [ 0.285381] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286306] ACPI: Added _OSI(Processor Aggregator Device) [ 0.288681] ACPI: Interpreter enabled [ 0.289474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.295191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.297040] ACPI: (supports S0 S5) [ 0.297758] ACPI: Using IOAPIC for interrupt routing [ 0.298862] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303416] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304662] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305873] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308187] acpiphp: Slot [3] registered [ 0.309034] acpiphp: Slot [4] registered [ 0.309849] acpiphp: Slot [5] registered [ 0.310688] acpiphp: Slot [6] registered [ 0.311479] acpiphp: Slot [7] registered [ 0.312270] acpiphp: Slot [8] registered [ 0.313077] acpiphp: Slot [9] registered [ 0.313920] acpiphp: Slot [10] registered [ 0.324801] acpiphp: Slot [11] registered [ 0.325614] acpiphp: Slot [12] registered [ 0.326466] acpiphp: Slot [13] registered [ 0.327283] acpiphp: Slot [14] registered [ 0.328092] acpiphp: Slot [15] registered [ 0.328911] acpiphp: Slot [16] registered [ 0.329723] acpiphp: Slot [17] registered [ 0.330530] acpiphp: Slot [18] registered [ 0.331330] acpiphp: Slot [19] registered [ 0.332139] acpiphp: Slot [20] registered [ 0.332953] acpiphp: Slot [21] registered [ 0.333781] acpiphp: Slot [22] registered [ 0.334660] acpiphp: Slot [23] registered [ 0.335473] acpiphp: Slot [24] registered [ 0.336273] acpiphp: Slot [25] registered [ 0.337086] acpiphp: Slot [26] registered [ 0.337896] acpiphp: Slot [27] registered [ 0.338760] acpiphp: Slot [28] registered [ 0.339567] acpiphp: Slot [29] registered [ 0.340374] acpiphp: Slot [30] registered [ 0.341212] acpiphp: Slot [31] registered [ 0.342063] PCI host bridge to bus 0000:00 [ 0.342913] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.344158] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.345403] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346882] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348323] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.354637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.355911] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357085] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.358376] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.364764] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367050] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.412840] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.414303] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.415779] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.417189] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.418577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.419911] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.421472] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.422558] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.424168] vgaarb: loaded [ 0.424795] vgaarb: bridge control possible 0000:00:02.0 [ 0.425990] SCSI subsystem initialized [ 0.426848] ACPI: bus type USB registered [ 0.427728] usbcore: registered new interface driver usbfs [ 0.428773] usbcore: registered new interface driver hub [ 0.429805] usbcore: registered new device driver usb [ 0.430950] PCI: Using ACPI for IRQ routing [ 0.432029] NetLabel: Initializing [ 0.432754] NetLabel: domain hash size = 128 [ 0.433614] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.434579] NetLabel: unlabeled traffic allowed by default [ 0.435795] clocksource: Switched to clocksource kvm-clock [ 0.441774] AppArmor: AppArmor Filesystem Enabled [ 0.442778] pnp: PnP ACPI init [ 0.443700] pnp: PnP ACPI: found 5 devices [ 0.450808] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.452548] NET: Registered protocol family 2 [ 0.453554] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.454885] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.456110] TCP: Hash tables configured (established 2048 bind 2048) [ 0.457290] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.458385] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.459567] NET: Registered protocol family 1 [ 0.460449] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.461555] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.462639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.480867] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.499478] Trying to unpack rootfs image as initramfs... [ 0.550222] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.564499] Scanning for low memory corruption every 60 seconds [ 0.565945] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.567154] audit: initializing netlink subsys (disabled) [ 0.568262] audit: type=2000 audit(1544630847.844:1): initialized [ 0.569620] Initialise system trusted keyring [ 0.570608] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.571850] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.573990] zbud: loaded [ 0.574741] VFS: Disk quotas dquot_6.6.0 [ 0.575599] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.577344] fuse init (API version 7.23) [ 0.578268] Key type big_key registered [ 0.579083] Allocating IMA MOK and blacklist keyrings. [ 0.580340] Key type asymmetric registered [ 0.581202] Asymmetric key parser 'x509' registered [ 0.582167] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.583672] io scheduler noop registered [ 0.584508] io scheduler deadline registered (default) [ 0.585539] io scheduler cfq registered [ 0.586387] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.587481] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.588830] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.590290] ACPI: Power Button [PWRF] [ 0.591179] GHES: HEST is not enabled! [ 0.609683] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.646281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.648681] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672866] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675175] Linux agpgart interface v0.103 [ 0.677573] brd: module loaded [ 0.678964] loop: module loaded [ 0.683195] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.684919] GPT:90111 != 20971519 [ 0.685635] GPT:Alternate GPT header not at the end of the disk. [ 0.686768] GPT:90111 != 20971519 [ 0.687478] GPT: Use GNU Parted to correct GPT errors. [ 0.688536] vda: vda1 vda15 [ 0.690003] scsi host0: ata_piix [ 0.690864] scsi host1: ata_piix [ 0.691635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.692976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.694296] libphy: Fixed MDIO Bus: probed [ 0.695223] tun: Universal TUN/TAP device driver, 1.6 [ 0.696229] tun: (C) 1999-2004 Max Krasnyansky [ 0.698241] PPP generic driver version 2.4.2 [ 0.699124] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.700369] ehci-pci: EHCI PCI platform driver [ 0.701238] ehci-platform: EHCI generic platform driver [ 0.702216] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.703331] ohci-pci: OHCI PCI platform driver [ 0.704206] ohci-platform: OHCI generic platform driver [ 0.705187] uhci_hcd: USB Universal Host Controller Interface driver [ 0.723971] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.724965] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.726405] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.727393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.728506] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.729713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.731112] usb usb1: Product: UHCI Host Controller [ 0.732049] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.733175] usb usb1: SerialNumber: 0000:00:01.2 [ 0.734168] hub 1-0:1.0: USB hub found [ 0.734942] hub 1-0:1.0: 2 ports detected [ 0.735857] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.737989] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.738940] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.739975] mousedev: PS/2 mouse device common for all mice [ 0.741157] rtc_cmos 00:00: RTC can wake from S4 [ 0.742345] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.743528] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.743866] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.743874] i2c /dev entries driver [ 0.743910] device-mapper: uevent: version 1.0.3 [ 0.745209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.745225] ledtrig-cpu: registered to indicate activity on CPUs [ 0.745415] NET: Registered protocol family 10 [ 0.745533] NET: Registered protocol family 17 [ 0.745540] Key type dns_resolver registered [ 0.745638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.746345] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.746369] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.746448] registered taskstats version 1 [ 0.746458] Loading compiled-in X.509 certificates [ 0.746974] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.746988] zswap: loaded using pool lzo/zbud [ 0.747540] Key type trusted registered [ 0.748332] Key type encrypted registered [ 0.748334] AppArmor: AppArmor sha1 policy hashing enabled [ 0.748336] ima: No TPM chip found, activating TPM-bypass! [ 0.748348] evm: HMAC attrs: 0x1 [ 0.749166] Magic number: 14:699:135 [ 0.749172] block ram0: hash matches [ 0.749746] rtc_cmos 00:00: setting system clock to 2018-12-12 16:07:27 UTC (1544630847) [ 0.749803] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.749803] EDD information not available. [ 0.848935] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.850661] Write protecting the kernel read-only data: 14336k [ 0.852394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.854319] 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.913142] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.29 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.14... Lease of 10.55.1.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.48. iid=i-00000104 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNg/0aRPWR07gDhCQBZhv+gS/v4kjRwZQb9TQeKB/F5f586t9xrDoC2KSlF3qJrdv2NXWrL27Mm0XusE9dJr4bZLpri7zus3N9/tVbHB/h7Trjhg+ZGcj2Xg1iwR4rbmAnqwpYOwrqJtdPk2NtGz89SACl/jsj6tJ6SQc8ze29A0O89oxdQmWBDJNBmoeJijU9SRNQtR9p4vPkvtuLtxYSAt7foVI6KqBUwMwAIQUU3Fm9sf8hrtYhOlXB1WneIv1C6i5P5JPTMHqDrFJ3t3IyjZuzOuSN6d1iTJLihx37nQ37D+9Sn1HUskE7F5pWAxUa83zWsJNWgYKDs158uWw3 root@createinstancesinglenetworktests-f2777c09-5fc3-4bcd-843f-825bc1 ssh-dss AAAAB3NzaC1kc3MAAACBAM7QxTdYNRuyS2yaC9DWn3Fs9Q3xngYr211aXDDGKQIhAHjUUFaL4JRQLnG6C1p72aMJQmnxbX43mY85OPhD9Pm++urNx9d0o6JVOiUzsJJmfWOeWNyhnDJ2rPPzuYrMzZ2qWcNmRP/lqr0j8OU/CVxI30f98Rvz83qgda/OFUXNAAAAFQCRTb+67MPybLHEFb+aH2wYRXbBRQAAAIA1xsx1Ag+FEDPHXV2ErEOguGLMIZClAYmMNAer96LipT3Q5e/JHSGxjHYuOESb/yOFdIuXbibdZcBSjmao8YeTRhO4kYMojvNEGa1uTHYez/B5vU7bXUEGpB/YjKU5RCiDQ0o4OqbI0C2bqYkIuwo+NiAoq74uRSCUDp6BTkqg+AAAAIAmxb/b00EcWr3a9+3pK2iH380ACqltwLLbvIUPGrMBNZcxAHOc4NM1eLV/kdd3s3hugPaQ7QBCFXLxAOzj3mGUAXsx1J5SOjkqlMJK2cIK9MuGEDRM0Bk0ddNel3ubMSTqP7s9JGdhN1CvB9kyZGGlJY0hvkV4y85I7sozJV/UHA== root@createinstancesinglenetworktests-f2777c09-5fc3-4bcd-843f-825bc1 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.14,24,fe80::f816:3eff:feaa:2aed/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.14 ip-route:169.254.169.254 via 10.55.1.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000104 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-f2777c09-5fc3-4bcd-843f-825bc1 launch-index: 0 === cirros: current=0.4.0 uptime=3.12 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-f2777c09-5fc3-4bcd-843f-825bc1 login: 2018-12-12 16:07:39,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:39,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-9b21f2ef-023d-468d-a3f4-8143232115fd x-compute-request-id: req-9b21f2ef-023d-468d-a3f4-8143232115fd Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:39,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-9b21f2ef-023d-468d-a3f4-8143232115fd 2018-12-12 16:07:39,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:39,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-aeccaa80-d33a-4390-bcfa-77e20288fcd5 Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:39,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-aeccaa80-d33a-4390-bcfa-77e20288fcd5 2018-12-12 16:07:39,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:39,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ded9189b-835b-4728-9ef7-8b9af7b2541a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:39,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-ded9189b-835b-4728-9ef7-8b9af7b2541a 2018-12-12 16:07:39,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:40,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-97ab508b-a510-4259-9804-2e7c71055d41 Date: Wed, 12 Dec 2018 16:07:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:40,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-97ab508b-a510-4259-9804-2e7c71055d41 2018-12-12 16:07:40,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:40,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-ea06d534-bd7f-48c7-ba66-69adddce467e Date: Wed, 12 Dec 2018 16:07:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.1"}],"id":"2ae01ba6-ba0f-4319-8dff-1416c0df6a12","security_groups":[],"mac_address":"fa:16:3e:8d:c2:46","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:05Z","binding:vnic_type":"normal","device_id":"afc330f2-9735-435a-811f-4a0dcffd3408"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.4"}],"id":"3d42956f-b64f-48f3-a82e-d65806f57388","security_groups":[],"mac_address":"fa:16:3e:7f:68:35","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.3"}],"id":"7d2c3f45-b48e-4a12-afbb-07e9395bd80d","security_groups":[],"mac_address":"fa:16:3e:20:d1:f5","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.2"}],"id":"81630a7a-67e1-4a8a-a105-032b883c7bd2","security_groups":[],"mac_address":"fa:16:3e:f6:fc:43","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.14"}],"id":"b2f5cb5b-b109-453c-9451-fdbbe931163e","security_groups":["77b92e0d-1416-4182-a949-68ba8dc99d48","b1723f58-f519-4e1e-9bea-67d2ea04a712"],"mac_address":"fa:16:3e:aa:2a:ed","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:16Z","binding:vnic_type":"normal","device_id":"9b276ea2-3dbf-4626-bca1-bfe66be7c1c8"}]} 2018-12-12 16:07:40,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-ea06d534-bd7f-48c7-ba66-69adddce467e 2018-12-12 16:07:40,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:40,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-193f2756-043d-4eba-8325-e9ec9838b6dd Date: Wed, 12 Dec 2018 16:07:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:06:59Z", "admin_state_up": true, "updated_at": "2018-12-12T16:07:05Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "afc330f2-9735-435a-811f-4a0dcffd3408", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router"}]} 2018-12-12 16:07:40,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router used request id req-193f2756-043d-4eba-8325-e9ec9838b6dd 2018-12-12 16:07:40,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:40,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-080f5031-414b-4110-aadd-31ece2e4b0b0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:40,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-080f5031-414b-4110-aadd-31ece2e4b0b0 2018-12-12 16:07:40,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=afc330f2-9735-435a-811f-4a0dcffd3408 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:40,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-0f6e9203-c790-49ec-9d0e-d0d7813afd9f Date: Wed, 12 Dec 2018 16:07:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.1"}],"id":"2ae01ba6-ba0f-4319-8dff-1416c0df6a12","security_groups":[],"mac_address":"fa:16:3e:8d:c2:46","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:05Z","binding:vnic_type":"normal","device_id":"afc330f2-9735-435a-811f-4a0dcffd3408"}]} 2018-12-12 16:07:40,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=afc330f2-9735-435a-811f-4a0dcffd3408 used request id req-0f6e9203-c790-49ec-9d0e-d0d7813afd9f 2018-12-12 16:07:40,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:40,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-24bc1730-cc75-45a3-a802-f10b822fd6e2 Date: Wed, 12 Dec 2018 16:07:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}} 2018-12-12 16:07:40,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362 used request id req-24bc1730-cc75-45a3-a802-f10b822fd6e2 2018-12-12 16:07:40,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:40,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8c55d5a0-a263-493c-8838-dc7214a73184 Date: Wed, 12 Dec 2018 16:07:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:07:40,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-8c55d5a0-a263-493c-8838-dc7214a73184 2018-12-12 16:07:40,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:40,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a629379-d11c-4fa5-8765-2cc4ee014396 Date: Wed, 12 Dec 2018 16:07:40 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:07:40,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-6a629379-d11c-4fa5-8765-2cc4ee014396 2018-12-12 16:07:40,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:41,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37a99f4b-009d-4cd9-9c69-8d708fe9a05a x-compute-request-id: req-37a99f4b-009d-4cd9-9c69-8d708fe9a05a Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:41,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-37a99f4b-009d-4cd9-9c69-8d708fe9a05a 2018-12-12 16:07:41,211 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - ACTIVE 2018-12-12 16:07:41,211 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:07:41,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:41,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68a1b65c-9092-4356-ac4b-d3c87bd42530 x-compute-request-id: req-68a1b65c-9092-4356-ac4b-d3c87bd42530 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:41,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-68a1b65c-9092-4356-ac4b-d3c87bd42530 2018-12-12 16:07:41,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:41,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5fef22b1-115e-462a-a2be-d402254df4c9 Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:41,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-5fef22b1-115e-462a-a2be-d402254df4c9 2018-12-12 16:07:41,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:42,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f4b164-7389-478c-a2ad-3fd714942ad7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:42,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-c3f4b164-7389-478c-a2ad-3fd714942ad7 2018-12-12 16:07:42,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:42,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7cc072b6-9e38-4404-aca9-11125bf937f8 Date: Wed, 12 Dec 2018 16:07:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:42,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-7cc072b6-9e38-4404-aca9-11125bf937f8 2018-12-12 16:07:42,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:42,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-0870f285-be55-4cac-8d90-28f84559714c Date: Wed, 12 Dec 2018 16:07:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.1"}],"id":"2ae01ba6-ba0f-4319-8dff-1416c0df6a12","security_groups":[],"mac_address":"fa:16:3e:8d:c2:46","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:05Z","binding:vnic_type":"normal","device_id":"afc330f2-9735-435a-811f-4a0dcffd3408"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.4"}],"id":"3d42956f-b64f-48f3-a82e-d65806f57388","security_groups":[],"mac_address":"fa:16:3e:7f:68:35","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.3"}],"id":"7d2c3f45-b48e-4a12-afbb-07e9395bd80d","security_groups":[],"mac_address":"fa:16:3e:20:d1:f5","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.2"}],"id":"81630a7a-67e1-4a8a-a105-032b883c7bd2","security_groups":[],"mac_address":"fa:16:3e:f6:fc:43","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.14"}],"id":"b2f5cb5b-b109-453c-9451-fdbbe931163e","security_groups":["77b92e0d-1416-4182-a949-68ba8dc99d48","b1723f58-f519-4e1e-9bea-67d2ea04a712"],"mac_address":"fa:16:3e:aa:2a:ed","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:16Z","binding:vnic_type":"normal","device_id":"9b276ea2-3dbf-4626-bca1-bfe66be7c1c8"}]} 2018-12-12 16:07:42,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-0870f285-be55-4cac-8d90-28f84559714c 2018-12-12 16:07:42,333 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:07:42,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:42,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f3fd128c-07ce-43d6-99d4-19eb76abd466 Date: Wed, 12 Dec 2018 16:07:42 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:07:42,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-f3fd128c-07ce-43d6-99d4-19eb76abd466 2018-12-12 16:07:42,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:42,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b1c255d0-7322-4cda-9b41-0baf09ab5b92 Date: Wed, 12 Dec 2018 16:07:42 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:07:42,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-b1c255d0-7322-4cda-9b41-0baf09ab5b92 2018-12-12 16:07:42,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "b2f5cb5b-b109-453c-9451-fdbbe931163e"}}' 2018-12-12 16:07:44,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-389fc807-1427-49d2-9fb2-8f64dc55cd5d Date: Wed, 12 Dec 2018 16:07:44 GMT RESP BODY: {"floatingip": {"router_id": "afc330f2-9735-435a-811f-4a0dcffd3408", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:07:43Z", "updated_at": "2018-12-12T16:07:43Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "e12d32797bac4f82b765d9998cbd7b61", "port_id": "b2f5cb5b-b109-453c-9451-fdbbe931163e", "id": "2b195415-9df3-47cd-b5e2-3e3f01bd6ae4"}} 2018-12-12 16:07:44,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-389fc807-1427-49d2-9fb2-8f64dc55cd5d 2018-12-12 16:07:44,482 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router 2018-12-12 16:07:44,482 - create_instance - INFO - Checking if VM is active 2018-12-12 16:07:44,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:45,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07: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-af0f9555-920a-4553-819f-fd2ee2ca998d x-compute-request-id: req-af0f9555-920a-4553-819f-fd2ee2ca998d Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:45,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-af0f9555-920a-4553-819f-fd2ee2ca998d 2018-12-12 16:07:45,053 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - ACTIVE 2018-12-12 16:07:45,053 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:07:45,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:45,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-9a7938cd-17d7-46f3-912d-f094bf2e4aa7 x-compute-request-id: req-9a7938cd-17d7-46f3-912d-f094bf2e4aa7 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:2a:ed", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp"}], "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:27Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:45,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-9a7938cd-17d7-46f3-912d-f094bf2e4aa7 2018-12-12 16:07:45,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:45,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d2016fd2-350d-43d0-ab2a-5abaff49bade Date: Wed, 12 Dec 2018 16:07: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":["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"],"updated_at":"2018-12-12T16:06:56Z","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net"}]} 2018-12-12 16:07:45,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net used request id req-d2016fd2-350d-43d0-ab2a-5abaff49bade 2018-12-12 16:07:45,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:45,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64faf2c3-7cae-42c5-90ba-dd2e08835c14 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:07:45,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-64faf2c3-7cae-42c5-90ba-dd2e08835c14 2018-12-12 16:07:45,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:45,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22f664d1-cbf3-42fe-921a-84e3a52b0439 Date: Wed, 12 Dec 2018 16:07:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","dns_nameservers":[],"updated_at":"2018-12-12T16:06:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e12d32797bac4f82b765d9998cbd7b61","id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet"}]} 2018-12-12 16:07:45,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-22f664d1-cbf3-42fe-921a-84e3a52b0439 2018-12-12 16:07:45,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:45,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-0edc134f-3545-46b9-9f19-ed1a0c03492c Date: Wed, 12 Dec 2018 16:07:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.1"}],"id":"2ae01ba6-ba0f-4319-8dff-1416c0df6a12","security_groups":[],"mac_address":"fa:16:3e:8d:c2:46","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:05Z","binding:vnic_type":"normal","device_id":"afc330f2-9735-435a-811f-4a0dcffd3408"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.4"}],"id":"3d42956f-b64f-48f3-a82e-d65806f57388","security_groups":[],"mac_address":"fa:16:3e:7f:68:35","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.3"}],"id":"7d2c3f45-b48e-4a12-afbb-07e9395bd80d","security_groups":[],"mac_address":"fa:16:3e:20:d1:f5","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:06:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.2"}],"id":"81630a7a-67e1-4a8a-a105-032b883c7bd2","security_groups":[],"mac_address":"fa:16:3e:f6:fc:43","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:06:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b300e041-fd0d-4f02-93ba-ebad925c3c1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:07:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362","ip_address":"10.55.1.14"}],"id":"b2f5cb5b-b109-453c-9451-fdbbe931163e","security_groups":["77b92e0d-1416-4182-a949-68ba8dc99d48","b1723f58-f519-4e1e-9bea-67d2ea04a712"],"mac_address":"fa:16:3e:aa:2a:ed","project_id":"e12d32797bac4f82b765d9998cbd7b61","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1","admin_state_up":true,"network_id":"b300e041-fd0d-4f02-93ba-ebad925c3c1d","tenant_id":"e12d32797bac4f82b765d9998cbd7b61","created_at":"2018-12-12T16:07:16Z","binding:vnic_type":"normal","device_id":"9b276ea2-3dbf-4626-bca1-bfe66be7c1c8"}]} 2018-12-12 16:07:45,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-0edc134f-3545-46b9-9f19-ed1a0c03492c 2018-12-12 16:07:45,883 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:07:45,886 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6e8be50L 2018-12-12 16:07:45,887 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:07:45,887 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:07:45,887 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:07:45,888 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:07:45,888 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:07:45,888 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:07:45,889 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:07:45,889 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:07:45,889 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:07:45,906 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:07:45,906 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:07:45,919 - paramiko.transport - DEBUG - Trying key ceae813c213766bb6880ad6df01b3c0e from tmp/CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445 2018-12-12 16:07:45,944 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:07:45,947 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:07:46,047 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:07:46,065 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:07:46,065 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:07:46,066 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6e8be50L 2018-12-12 16:07:46,067 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:07:46,067 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:07:46,067 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:07:46,069 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:07:46,069 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:07:46,069 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:07:46,069 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:07:46,069 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:07:46,069 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:07:46,086 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:07:46,087 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:07:46,099 - paramiko.transport - DEBUG - Trying key ceae813c213766bb6880ad6df01b3c0e from tmp/CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445 2018-12-12 16:07:46,124 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:07:46,127 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:07:46,132 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:07:46,133 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:07:46,133 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:07:46,134 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:07:46,135 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:07:46,136 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-12-12 16:07:46,136 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-12-12 16:07:46,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/2b195415-9df3-47cd-b5e2-3e3f01bd6ae4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:47,318 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7961617b-b59f-4043-93ec-71b1eb3d3ea7 Content-Length: 0 Date: Wed, 12 Dec 2018 16:07:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:07:47,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/2b195415-9df3-47cd-b5e2-3e3f01bd6ae4 used request id req-7961617b-b59f-4043-93ec-71b1eb3d3ea7 2018-12-12 16:07:47,318 - create_instance - INFO - Deleting Port with ID - b2f5cb5b-b109-453c-9451-fdbbe931163e 2018-12-12 16:07:47,318 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445port-1 2018-12-12 16:07:47,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/b2f5cb5b-b109-453c-9451-fdbbe931163e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:47,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d374fb8-cc09-4be1-8257-157346f078a9 Date: Wed, 12 Dec 2018 16:07:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:07:47,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/b2f5cb5b-b109-453c-9451-fdbbe931163e used request id req-6d374fb8-cc09-4be1-8257-157346f078a9 2018-12-12 16:07:47,783 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst 2018-12-12 16:07:47,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:47,954 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:07: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-9774b243-8286-4b3b-9319-2d49ccf595d2 x-compute-request-id: req-9774b243-8286-4b3b-9319-2d49ccf595d2 Content-Type: application/json 2018-12-12 16:07:47,954 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-9774b243-8286-4b3b-9319-2d49ccf595d2 2018-12-12 16:07:47,954 - create_instance - INFO - Checking deletion status 2018-12-12 16:07:47,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:48,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07: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-8240d7c8-984b-45e6-ba11-2e12c1485553 x-compute-request-id: req-8240d7c8-984b-45e6-ba11-2e12c1485553 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.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:47Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:48,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-8240d7c8-984b-45e6-ba11-2e12c1485553 2018-12-12 16:07:48,195 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - ACTIVE 2018-12-12 16:07:48,195 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:07:51,199 - create_instance - DEBUG - VM status query timeout in 296.755969048 2018-12-12 16:07:51,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:51,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:07:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6ef5be0-433c-4a50-ba23-0576a080dc33 x-compute-request-id: req-c6ef5be0-433c-4a50-ba23-0576a080dc33 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.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "rel": "bookmark"}], "image": {"id": "01d9983a-0568-45a4-8a97-0b067eab73b4", "links": [{"href": "http://172.30.9.29:8774/images/01d9983a-0568-45a4-8a97-0b067eab73b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:07:27.000000", "flavor": {"id": "49abd620-cd7b-447b-a40d-33e178ed2c8e", "links": [{"href": "http://172.30.9.29:8774/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e", "rel": "bookmark"}]}, "id": "9b276ea2-3dbf-4626-bca1-bfe66be7c1c8", "user_id": "efbb601cb6d949d8a54487edaa1b7e97", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:07:47Z", "hostId": "bf0b65b03d1abe6c6b36d54fb871f058c2ebb67133f5f0fb0fd8f32d", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp", "name": "CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst", "created": "2018-12-12T16:07:19Z", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:07:51,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-c6ef5be0-433c-4a50-ba23-0576a080dc33 2018-12-12 16:07:51,302 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst] is - ACTIVE 2018-12-12 16:07:51,302 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:07:54,306 - create_instance - DEBUG - VM status query timeout in 293.64902401 2018-12-12 16:07:54,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129c6c90b45c7ad3af9d1f1a5c7753c82f1e10a2" 2018-12-12 16:07:54,360 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-300fa6e0-07bd-4d2f-b11d-3da5fcdd4674 x-compute-request-id: req-300fa6e0-07bd-4d2f-b11d-3da5fcdd4674 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 could not be found.", "code": 404}} 2018-12-12 16:07:54,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 used request id req-300fa6e0-07bd-4d2f-b11d-3da5fcdd4674 2018-12-12 16:07:54,361 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9b276ea2-3dbf-4626-bca1-bfe66be7c1c8 could not be found. (HTTP 404) (Request-ID: req-300fa6e0-07bd-4d2f-b11d-3da5fcdd4674) 2018-12-12 16:07:54,361 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-inst 2018-12-12 16:07:54,362 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp 2018-12-12 16:07:54,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f897f2d9639aff11ea4e0666b1d8536d08ae9b" 2018-12-12 16:07:54,414 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-3f95d72a-01b1-4c4f-a262-e533029ea4aa x-compute-request-id: req-3f95d72a-01b1-4c4f-a262-e533029ea4aa Content-Length: 0 Content-Type: application/json 2018-12-12 16:07:54,414 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-kp used request id req-3f95d72a-01b1-4c4f-a262-e533029ea4aa 2018-12-12 16:07:54,414 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445.pub] 2018-12-12 16:07:54,415 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445] 2018-12-12 16:07:54,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ccb59446513e1268bc999f7e12b3ab59054a822" 2018-12-12 16:07:54,469 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-855ed069-d398-44f0-b2ae-94ca9e772138 x-compute-request-id: req-855ed069-d398-44f0-b2ae-94ca9e772138 Content-Length: 0 Content-Type: application/json 2018-12-12 16:07:54,469 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/49abd620-cd7b-447b-a40d-33e178ed2c8e used request id req-855ed069-d398-44f0-b2ae-94ca9e772138 2018-12-12 16:07:54,470 - neutron_utils - INFO - Deleting security group rule with ID - 6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac 2018-12-12 16:07:54,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:54,756 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e11b0cc7-d645-4fe9-a56f-ac3273bd2d0c Content-Length: 0 Date: Wed, 12 Dec 2018 16:07:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:07:54,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/6fe5abe6-9fb3-4277-9cdc-1ae66bbb14ac used request id req-e11b0cc7-d645-4fe9-a56f-ac3273bd2d0c 2018-12-12 16:07:54,756 - neutron_utils - INFO - Deleting security group rule with ID - 332a65a2-dcc2-475d-9980-50b7a02a83e6 2018-12-12 16:07:54,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/332a65a2-dcc2-475d-9980-50b7a02a83e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:54,876 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5090d3ff-2e01-4e4e-acb5-a8dcc3d749be Content-Length: 0 Date: Wed, 12 Dec 2018 16:07:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:07:54,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/332a65a2-dcc2-475d-9980-50b7a02a83e6 used request id req-5090d3ff-2e01-4e4e-acb5-a8dcc3d749be 2018-12-12 16:07:54,877 - neutron_utils - INFO - Deleting security group rule with ID - 60f88641-a59b-442b-928e-17462de33a87 2018-12-12 16:07:54,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/60f88641-a59b-442b-928e-17462de33a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:54,980 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d54d92b6-5a1a-455a-97bf-5277b6476e9d Content-Length: 0 Date: Wed, 12 Dec 2018 16:07:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:07:54,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/60f88641-a59b-442b-928e-17462de33a87 used request id req-d54d92b6-5a1a-455a-97bf-5277b6476e9d 2018-12-12 16:07:54,980 - neutron_utils - INFO - Deleting security group rule with ID - b396f805-5955-48cd-987b-9ab35d62c330 2018-12-12 16:07:54,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b396f805-5955-48cd-987b-9ab35d62c330 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:55,227 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4944c85-68ee-4240-85a9-b086a676e01d Content-Length: 0 Date: Wed, 12 Dec 2018 16:07:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:07:55,227 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b396f805-5955-48cd-987b-9ab35d62c330 used request id req-b4944c85-68ee-4240-85a9-b086a676e01d 2018-12-12 16:07:55,227 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-sec-grp 2018-12-12 16:07:55,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b1723f58-f519-4e1e-9bea-67d2ea04a712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95808f80f5e45f499b1016a331f2eef164074582" 2018-12-12 16:07:55,361 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9253f6d7-8c0d-40eb-884b-c00faff53c73 Content-Length: 0 Date: Wed, 12 Dec 2018 16:07:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:07:55,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b1723f58-f519-4e1e-9bea-67d2ea04a712 used request id req-9253f6d7-8c0d-40eb-884b-c00faff53c73 2018-12-12 16:07:55,361 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router and subnet CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet 2018-12-12 16:07:55,362 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router 2018-12-12 16:07:55,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/afc330f2-9735-435a-811f-4a0dcffd3408/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" -d '{"subnet_id": "dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"}' 2018-12-12 16:07:56,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dbba3986-ea6d-4258-bb64-7ddcf7160d23 Date: Wed, 12 Dec 2018 16:07:56 GMT RESP BODY: {"network_id": "b300e041-fd0d-4f02-93ba-ebad925c3c1d", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "subnet_id": "dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362", "subnet_ids": ["dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362"], "port_id": "2ae01ba6-ba0f-4319-8dff-1416c0df6a12", "id": "afc330f2-9735-435a-811f-4a0dcffd3408"} 2018-12-12 16:07:56,867 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/afc330f2-9735-435a-811f-4a0dcffd3408/remove_router_interface used request id req-dbba3986-ea6d-4258-bb64-7ddcf7160d23 2018-12-12 16:07:56,867 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router 2018-12-12 16:07:56,867 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-router 2018-12-12 16:07:56,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/afc330f2-9735-435a-811f-4a0dcffd3408 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1052785440dd4e39f9ce53c4d5f3cbd02fd01c" 2018-12-12 16:08:00,664 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae36e795-06a1-4ca4-a29c-b78e5e8b36f0 Content-Length: 0 Date: Wed, 12 Dec 2018 16:08:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:08:00,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/afc330f2-9735-435a-811f-4a0dcffd3408 used request id req-ae36e795-06a1-4ca4-a29c-b78e5e8b36f0 2018-12-12 16:08:00,665 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet 2018-12-12 16:08:00,665 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-subnet 2018-12-12 16:08:00,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" 2018-12-12 16:08:02,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a86ff501-122d-4370-9776-adfa7dcefcc0 Date: Wed, 12 Dec 2018 16:08:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:08:02,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/dd7e57b6-0b85-47cd-a6bb-88a6ebd9f362 used request id req-a86ff501-122d-4370-9776-adfa7dcefcc0 2018-12-12 16:08:02,902 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-pub-net 2018-12-12 16:08:02,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/b300e041-fd0d-4f02-93ba-ebad925c3c1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4668d1f3f147da8a77c6adef0ec2471b327683e5" 2018-12-12 16:08:04,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9098ddfb-260d-4a10-ab35-dc751b5bf66f Date: Wed, 12 Dec 2018 16:08:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:08:04,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/b300e041-fd0d-4f02-93ba-ebad925c3c1d used request id req-9098ddfb-260d-4a10-ab35-dc751b5bf66f 2018-12-12 16:08:04,191 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-f2777c09-5fc3-4bcd-843f-825bc16bf445-image 2018-12-12 16:08:04,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c44e9b0193125f03e912ddb3a19e37457dd3c15f" 2018-12-12 16:08:05,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-252b9d69-1338-4b88-be31-59702dc4245d Date: Wed, 12 Dec 2018 16:08:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:08:05,869 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/01d9983a-0568-45a4-8a97-0b067eab73b4 used request id req-252b9d69-1338-4b88-be31-59702dc4245d 2018-12-12 16:08:05,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:08:06,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-627f9f48-0a10-4177-9b48-a79364ee519e Date: Wed, 12 Dec 2018 16:08:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:06:55Z", "updated_at": "2018-12-12T16:06:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:06:55Z", "revision_number": 0, "id": "49840310-0920-4b5b-bd61-82a4d3d64e06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:06:55Z", "security_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:06:55Z", "revision_number": 0, "id": "89b341a8-724c-43ea-9b18-02111a3b8df8", "remote_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "remote_ip_prefix": null, "created_at": "2018-12-12T16:06:55Z", "security_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv6", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:06:55Z", "revision_number": 0, "id": "e18bc782-4e5f-4b11-830c-90ecd84c6541", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:06:55Z", "security_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv6", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:06:55Z", "revision_number": 0, "id": "f06ad823-ea92-410e-ab47-bc9ff2b09224", "remote_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "remote_ip_prefix": null, "created_at": "2018-12-12T16:06:55Z", "security_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "port_range_min": null, "ethertype": "IPv4", "project_id": "e12d32797bac4f82b765d9998cbd7b61"}], "revision_number": 4, "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:08:06,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-627f9f48-0a10-4177-9b48-a79364ee519e 2018-12-12 16:08:06,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:08:06,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0139ee97-71e6-4300-b665-9a40e94f9663 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61"}, "enabled": true, "id": "e12d32797bac4f82b765d9998cbd7b61", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj"}} 2018-12-12 16:08:06,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-0139ee97-71e6-4300-b665-9a40e94f9663 2018-12-12 16:08:06,202 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77b92e0d-1416-4182-a949-68ba8dc99d48 2018-12-12 16:08:06,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=77b92e0d-1416-4182-a949-68ba8dc99d48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:08:06,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7d1c9b76-0b80-4a4b-9d0a-fc07c764496c Date: Wed, 12 Dec 2018 16:08: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-12-12T16:06:55Z", "security_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:06:55Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "49840310-0920-4b5b-bd61-82a4d3d64e06"}, {"remote_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:06:55Z", "security_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:06:55Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "89b341a8-724c-43ea-9b18-02111a3b8df8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:06:55Z", "security_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:06:55Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "e18bc782-4e5f-4b11-830c-90ecd84c6541"}, {"remote_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:06:55Z", "security_group_id": "77b92e0d-1416-4182-a949-68ba8dc99d48", "port_range_min": null, "revision_number": 0, "tenant_id": "e12d32797bac4f82b765d9998cbd7b61", "created_at": "2018-12-12T16:06:55Z", "project_id": "e12d32797bac4f82b765d9998cbd7b61", "id": "f06ad823-ea92-410e-ab47-bc9ff2b09224"}]} 2018-12-12 16:08:06,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=77b92e0d-1416-4182-a949-68ba8dc99d48 used request id req-7d1c9b76-0b80-4a4b-9d0a-fc07c764496c 2018-12-12 16:08:06,396 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:08:06,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/77b92e0d-1416-4182-a949-68ba8dc99d48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:08:06,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63fb2570-640d-4c69-bd3e-78e04dced169 Content-Length: 0 Date: Wed, 12 Dec 2018 16:08:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:08:06,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/77b92e0d-1416-4182-a949-68ba8dc99d48 used request id req-63fb2570-640d-4c69-bd3e-78e04dced169 2018-12-12 16:08:06,703 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj 2018-12-12 16:08:06,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:08:06,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:08:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac4d8079-7004-493e-914f-5f0db997aec9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:08:06,938 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e12d32797bac4f82b765d9998cbd7b61 used request id req-ac4d8079-7004-493e-914f-5f0db997aec9 2018-12-12 16:08:06,938 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-proj-role 2018-12-12 16:08:06,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/773322a20b83467684af59c5a38ab5ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:08:07,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:08:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-099f3337-5c65-4c97-973b-22a8a236da31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:08:07,054 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/773322a20b83467684af59c5a38ab5ed used request id req-099f3337-5c65-4c97-973b-22a8a236da31 2018-12-12 16:08:07,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c200d85c001dfa82e945991bda37b5d2fdd463" 2018-12-12 16:08:07,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-004321ce-08c4-4809-9923-c4d7cb663de5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:08:07,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-004321ce-08c4-4809-9923-c4d7cb663de5 2018-12-12 16:08:07,148 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-1f6fe178-1ef1-428-user 2018-12-12 16:08:07,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/efbb601cb6d949d8a54487edaa1b7e97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953be30a88eb1e44b0951eb45d6e7c2c501b88ee" 2018-12-12 16:08:07,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1373922a-8511-434a-9b42-5bba90f14577 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:08:07,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/efbb601cb6d949d8a54487edaa1b7e97 used request id req-1373922a-8511-434a-9b42-5bba90f14577 2018-12-12 16:08:07,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:07,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:08:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["meyGUDuVT2q7sn_pow9ecQ"], "issued_at": "2018-12-12T16:08:07.000000Z"}} 2018-12-12 16:08:07,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b614276c3dc09ebf24b7ba91f96f9a426ec257f2" 2018-12-12 16:08:07,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0306681-f6d8-4d13-af90-a80dbb5be7e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:08,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b0306681-f6d8-4d13-af90-a80dbb5be7e7 2018-12-12 16:08:08,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:08,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:08,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:08:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["f5euqt2yT5KGOtBR1b2lhw"], "issued_at": "2018-12-12T16:08:08.000000Z"}} 2018-12-12 16:08:08,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:08:08,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f414990-63a1-48c8-883f-471c92d0a76f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:08,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1f414990-63a1-48c8-883f-471c92d0a76f 2018-12-12 16:08:08,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:08:08,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:08: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:08:08,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:08:08,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d8c32f2-8abb-44c0-bb56-bc3fc896a307 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:08:08,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj used request id req-0d8c32f2-8abb-44c0-bb56-bc3fc896a307 2018-12-12 16:08:08,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:08:08,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4d302d4-4d35-4f15-934a-3e56b7d9395b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:08:08,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d4d302d4-4d35-4f15-934a-3e56b7d9395b 2018-12-12 16:08:08,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}}' 2018-12-12 16:08:08,789 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1a6d148-73f9-4f85-9e39-df0f8696a9f6 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:08,790 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d1a6d148-73f9-4f85-9e39-df0f8696a9f6 2018-12-12 16:08:08,790 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj 2018-12-12 16:08:08,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:08,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:09,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:08:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["OeZRsrFOSC6BZOBuXhEvsw"], "issued_at": "2018-12-12T16:08:09.000000Z"}} 2018-12-12 16:08:09,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3c0af0993fef2b4a95fe5225e38858a444a0b3" 2018-12-12 16:08:09,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7fe891-1573-459e-b3bf-8e0c0c0ea39a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:09,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec7fe891-1573-459e-b3bf-8e0c0c0ea39a 2018-12-12 16:08:09,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:08:09,258 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:08:09,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3c0af0993fef2b4a95fe5225e38858a444a0b3" 2018-12-12 16:08:09,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff2fa43-0f20-4486-bfb0-b14005670758 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:08:09,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0ff2fa43-0f20-4486-bfb0-b14005670758 2018-12-12 16:08:09,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3c0af0993fef2b4a95fe5225e38858a444a0b3" 2018-12-12 16:08:09,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63ae4be6-9465-4f6b-91da-c60cedc42071 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}]} 2018-12-12 16:08:09,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj used request id req-63ae4be6-9465-4f6b-91da-c60cedc42071 2018-12-12 16:08:09,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3c0af0993fef2b4a95fe5225e38858a444a0b3" 2018-12-12 16:08:09,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9c172b-38db-4c93-ba14-7cb2b4bc2ebf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:08:09,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9e9c172b-38db-4c93-ba14-7cb2b4bc2ebf 2018-12-12 16:08:09,922 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user 2018-12-12 16:08:09,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:09,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:08:10,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-361b1f3d-90dd-4057-aaf9-4781239fc932 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:08:10,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-361b1f3d-90dd-4057-aaf9-4781239fc932 2018-12-12 16:08:10,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}}' 2018-12-12 16:08:10,132 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e70ae3e5-95fa-4094-b457-ec5776509f1a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "260f1e1e95af4a30810200b886d8ec56", "links": {"self": "http://172.30.9.29:5000/v3/roles/260f1e1e95af4a30810200b886d8ec56"}, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}} 2018-12-12 16:08:10,132 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e70ae3e5-95fa-4094-b457-ec5776509f1a 2018-12-12 16:08:10,132 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role 2018-12-12 16:08:10,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/260f1e1e95af4a30810200b886d8ec56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:08:10,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d36c4823-3cb2-47c9-8a00-1e812b081da3 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/260f1e1e95af4a30810200b886d8ec56"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role", "id": "260f1e1e95af4a30810200b886d8ec56"}} 2018-12-12 16:08:10,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/260f1e1e95af4a30810200b886d8ec56 used request id req-d36c4823-3cb2-47c9-8a00-1e812b081da3 2018-12-12 16:08:10,151 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role to project CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj 2018-12-12 16:08:10,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109/users/0ee9f1bc6464465dbcaa621c4c7d59c2/roles/260f1e1e95af4a30810200b886d8ec56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:08:10,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70e3dc67-28dd-4d2d-b04f-2372dcfb13d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:08:10,285 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109/users/0ee9f1bc6464465dbcaa621c4c7d59c2/roles/260f1e1e95af4a30810200b886d8ec56 used request id req-70e3dc67-28dd-4d2d-b04f-2372dcfb13d8 2018-12-12 16:08:10,285 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:08:10,287 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:08:10,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:10,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:10,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260f1e1e95af4a30810200b886d8ec56", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}], "expires_at": "2018-12-12T17:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53fcf107671142f48918ed870181b109", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user", "id": "0ee9f1bc6464465dbcaa621c4c7d59c2"}, "audit_ids": ["bxGA6ftXSwO955aw5wV0iA"], "issued_at": "2018-12-12T16:08:10.000000Z"}} 2018-12-12 16:08:10,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" 2018-12-12 16:08:10,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413daa6a-9f4e-4409-bcdc-53f03f543edf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:10,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-413daa6a-9f4e-4409-bcdc-53f03f543edf 2018-12-12 16:08:10,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" 2018-12-12 16:08:10,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-7a180328-1778-4cfc-b088-99f144b2df58 Date: Wed, 12 Dec 2018 16:08:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image"} 2018-12-12 16:08:10,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image used request id req-7a180328-1778-4cfc-b088-99f144b2df58 2018-12-12 16:08:10,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" 2018-12-12 16:08:11,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-00c32061-9a03-42d2-844c-160e8257f9f6 Date: Wed, 12 Dec 2018 16:08:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:08:11,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-00c32061-9a03-42d2-844c-160e8257f9f6 2018-12-12 16:08:11,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image"}' 2018-12-12 16:08:11,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5 X-Openstack-Request-Id: req-3cefb8f2-3cbb-403d-b1cb-499c4604dd7f Date: Wed, 12 Dec 2018 16:08:11 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:08:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:08:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/601cd49b-ede8-422f-af26-537048a532e5", "min_disk": 0, "protected": false, "id": "601cd49b-ede8-422f-af26-537048a532e5", "file": "/v2/images/601cd49b-ede8-422f-af26-537048a532e5/file", "checksum": null, "owner": "53fcf107671142f48918ed870181b109", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:08:11,303 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-3cefb8f2-3cbb-403d-b1cb-499c4604dd7f 2018-12-12 16:08:11,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" -d '' 2018-12-12 16:08:12,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-24f70a87-f1c3-4d5e-94c4-8de8ae5e9340 Date: Wed, 12 Dec 2018 16:08:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:08:12,142 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5/file used request id req-24f70a87-f1c3-4d5e-94c4-8de8ae5e9340 2018-12-12 16:08:12,143 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:08:12,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" 2018-12-12 16:08:12,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-fbf28e05-7f66-4c40-a67e-d901c5e93a01 Date: Wed, 12 Dec 2018 16:08:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:08:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:08:12Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/601cd49b-ede8-422f-af26-537048a532e5/snap", "metadata": {}}], "self": "/v2/images/601cd49b-ede8-422f-af26-537048a532e5", "min_disk": 0, "protected": false, "id": "601cd49b-ede8-422f-af26-537048a532e5", "file": "/v2/images/601cd49b-ede8-422f-af26-537048a532e5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "53fcf107671142f48918ed870181b109", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/601cd49b-ede8-422f-af26-537048a532e5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:08:12,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5 used request id req-fbf28e05-7f66-4c40-a67e-d901c5e93a01 2018-12-12 16:08:12,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" 2018-12-12 16:08:12,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a02279e2-1d4c-4e6e-bceb-8627b8a68ba0 Date: Wed, 12 Dec 2018 16:08:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:08:12,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a02279e2-1d4c-4e6e-bceb-8627b8a68ba0 2018-12-12 16:08:12,483 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image 2018-12-12 16:08:12,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" 2018-12-12 16:08:12,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4da11463-033a-4931-99b0-c476fae4780e Date: Wed, 12 Dec 2018 16:08:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:08:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:08:12Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/601cd49b-ede8-422f-af26-537048a532e5/snap", "metadata": {}}], "self": "/v2/images/601cd49b-ede8-422f-af26-537048a532e5", "min_disk": 0, "protected": false, "id": "601cd49b-ede8-422f-af26-537048a532e5", "file": "/v2/images/601cd49b-ede8-422f-af26-537048a532e5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "53fcf107671142f48918ed870181b109", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/601cd49b-ede8-422f-af26-537048a532e5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:08:12,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5 used request id req-4da11463-033a-4931-99b0-c476fae4780e 2018-12-12 16:08:12,663 - create_image - DEBUG - Instance status is - active 2018-12-12 16:08:12,663 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image 2018-12-12 16:08:12,663 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image 2018-12-12 16:08:12,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:12,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:13,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260f1e1e95af4a30810200b886d8ec56", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}], "expires_at": "2018-12-12T17:08:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53fcf107671142f48918ed870181b109", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user", "id": "0ee9f1bc6464465dbcaa621c4c7d59c2"}, "audit_ids": ["IQ_J5l-iSfmv0Zz7NkURgw"], "issued_at": "2018-12-12T16:08:13.000000Z"}} 2018-12-12 16:08:13,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" 2018-12-12 16:08:13,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da1dbecd-49f1-4554-b2c6-462e5126997d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:13,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-da1dbecd-49f1-4554-b2c6-462e5126997d 2018-12-12 16:08:13,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" 2018-12-12 16:08:13,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3e71688d-407d-4e2a-bf9c-4b1285610708 Date: Wed, 12 Dec 2018 16:08:13 GMT RESP BODY: {"networks":[]} 2018-12-12 16:08:13,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-3e71688d-407d-4e2a-bf9c-4b1285610708 2018-12-12 16:08:13,300 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net 2018-12-12 16:08:13,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net", "admin_state_up": true}}' 2018-12-12 16:08:13,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-1b5e16df-afb3-4a43-811f-25fe0e490dd2 Date: Wed, 12 Dec 2018 16:08:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5ed71681-6170-4d04-8eff-4779fb1190fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:08:13Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","mtu":1450}} 2018-12-12 16:08:13,903 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1b5e16df-afb3-4a43-811f-25fe0e490dd2 2018-12-12 16:08:13,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" 2018-12-12 16:08:14,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0c9474ba-55ec-4a79-be55-5529116f977c Date: Wed, 12 Dec 2018 16:08: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-12-12T16:08:13Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:14,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-0c9474ba-55ec-4a79-be55-5529116f977c 2018-12-12 16:08:14,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" 2018-12-12 16:08:14,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-04aa9117-bbe9-4091-8600-4da3e4aeec94 Date: Wed, 12 Dec 2018 16:08:14 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:08:14,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-04aa9117-bbe9-4091-8600-4da3e4aeec94 2018-12-12 16:08:14,319 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet 2018-12-12 16:08:14,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" -d '{"subnets": [{"ip_version": 4, "network_id": "5ed71681-6170-4d04-8eff-4779fb1190fd", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]}' 2018-12-12 16:08:14,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6e0cb485-5071-49a8-80dd-d244851e3293 Date: Wed, 12 Dec 2018 16:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:14,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-6e0cb485-5071-49a8-80dd-d244851e3293 2018-12-12 16:08:14,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" 2018-12-12 16:08:15,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fc394bd9-e735-4992-8b30-8b867e24696f Date: Wed, 12 Dec 2018 16:08: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:15,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-fc394bd9-e735-4992-8b30-8b867e24696f 2018-12-12 16:08:15,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" 2018-12-12 16:08:15,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-28dc995e-a0e2-4864-a858-4fec63ce7094 Date: Wed, 12 Dec 2018 16:08:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:15,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-28dc995e-a0e2-4864-a858-4fec63ce7094 2018-12-12 16:08:15,238 - OpenStackNetwork - DEBUG - Network [5ed71681-6170-4d04-8eff-4779fb1190fd] created successfully 2018-12-12 16:08:15,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:15,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:15,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260f1e1e95af4a30810200b886d8ec56", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}], "expires_at": "2018-12-12T17:08:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53fcf107671142f48918ed870181b109", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user", "id": "0ee9f1bc6464465dbcaa621c4c7d59c2"}, "audit_ids": ["ho6y3PHZSRybcz_OaYSWRw"], "issued_at": "2018-12-12T16:08:15.000000Z"}} 2018-12-12 16:08:15,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:15,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330b5000-9457-4293-8fb5-c8ab1263255f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:15,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-330b5000-9457-4293-8fb5-c8ab1263255f 2018-12-12 16:08:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:15,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-51170a0c-093c-423f-aeca-7fbaa85189bc Date: Wed, 12 Dec 2018 16:08:15 GMT RESP BODY: {"routers": []} 2018-12-12 16:08:15,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router&admin_state_up=True used request id req-51170a0c-093c-423f-aeca-7fbaa85189bc 2018-12-12 16:08:15,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:15,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:16,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260f1e1e95af4a30810200b886d8ec56", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}], "expires_at": "2018-12-12T17:08:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53fcf107671142f48918ed870181b109", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user", "id": "0ee9f1bc6464465dbcaa621c4c7d59c2"}, "audit_ids": ["PjanDbEhRu2Dac06HhTOrA"], "issued_at": "2018-12-12T16:08:16.000000Z"}} 2018-12-12 16:08:16,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a15a12e727b8e00ac7c0005ce117c8de08dc22f" 2018-12-12 16:08:16,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13cc5500-ed68-479d-abd6-65f7b45d27f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:16,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-13cc5500-ed68-479d-abd6-65f7b45d27f0 2018-12-12 16:08:16,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:16,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bd346039-d0d9-4b6f-a8ed-a6fe0d1ab7d0 Date: Wed, 12 Dec 2018 16:08:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:08:16,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-bd346039-d0d9-4b6f-a8ed-a6fe0d1ab7d0 2018-12-12 16:08:16,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:16,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a9867e0d-bc1a-4517-9601-3ac642b71a3d Date: Wed, 12 Dec 2018 16:08:16 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:08:16,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-a9867e0d-bc1a-4517-9601-3ac642b71a3d 2018-12-12 16:08:16,766 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router 2018-12-12 16:08:16,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router", "admin_state_up": true}}' 2018-12-12 16:08:21,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-83959266-8da3-4771-8e2c-7bb089474a5f Date: Wed, 12 Dec 2018 16:08:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:17Z", "admin_state_up": true, "updated_at": "2018-12-12T16:08:18Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "53fcf107671142f48918ed870181b109", "id": "64404625-27d7-4e18-b75a-50a6e2043bb0", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router"}} 2018-12-12 16:08:21,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-83959266-8da3-4771-8e2c-7bb089474a5f 2018-12-12 16:08:21,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=64404625-27d7-4e18-b75a-50a6e2043bb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:22,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a8378979-da92-47eb-aa69-b7f655fdeecd Date: Wed, 12 Dec 2018 16:08:22 GMT RESP BODY: {"ports":[]} 2018-12-12 16:08:22,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=64404625-27d7-4e18-b75a-50a6e2043bb0 used request id req-a8378979-da92-47eb-aa69-b7f655fdeecd 2018-12-12 16:08:22,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:22,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8b8db42a-6dcc-4f2f-9374-77201b69d020 Date: Wed, 12 Dec 2018 16: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:22,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-8b8db42a-6dcc-4f2f-9374-77201b69d020 2018-12-12 16:08:22,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:08:22,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:08: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:08:22,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:22,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce9c26e-83ba-4b03-b801-e48537398f16 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:22,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-fce9c26e-83ba-4b03-b801-e48537398f16 2018-12-12 16:08:22,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:22,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0042ad86-aee0-41d1-973f-fb95ece5a8b8 Date: Wed, 12 Dec 2018 16:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:22,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-0042ad86-aee0-41d1-973f-fb95ece5a8b8 2018-12-12 16:08:22,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:22,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-540f525a-cc33-450e-9e82-38a5da69ebc7 Date: Wed, 12 Dec 2018 16:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:22,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet used request id req-540f525a-cc33-450e-9e82-38a5da69ebc7 2018-12-12 16:08:22,831 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:08:22,831 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router 2018-12-12 16:08:22,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/64404625-27d7-4e18-b75a-50a6e2043bb0/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" -d '{"subnet_id": "7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"}' 2018-12-12 16:08:24,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e41e15d3-078a-4346-abe8-5681c691923a Date: Wed, 12 Dec 2018 16:08:24 GMT RESP BODY: {"network_id": "5ed71681-6170-4d04-8eff-4779fb1190fd", "tenant_id": "53fcf107671142f48918ed870181b109", "subnet_id": "7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c", "subnet_ids": ["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"], "port_id": "8c1f1057-1e04-43d2-9382-f14226eaae8e", "id": "64404625-27d7-4e18-b75a-50a6e2043bb0"} 2018-12-12 16:08:24,928 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/64404625-27d7-4e18-b75a-50a6e2043bb0/add_router_interface used request id req-e41e15d3-078a-4346-abe8-5681c691923a 2018-12-12 16:08:24,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/64404625-27d7-4e18-b75a-50a6e2043bb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:25,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-976403a7-4cf3-4093-a850-74511e17f32f Date: Wed, 12 Dec 2018 16:08:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:17Z", "admin_state_up": true, "updated_at": "2018-12-12T16:08:23Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "53fcf107671142f48918ed870181b109", "id": "64404625-27d7-4e18-b75a-50a6e2043bb0", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router"}} 2018-12-12 16:08:25,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/64404625-27d7-4e18-b75a-50a6e2043bb0 used request id req-976403a7-4cf3-4093-a850-74511e17f32f 2018-12-12 16:08:25,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=64404625-27d7-4e18-b75a-50a6e2043bb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:25,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-5334a08c-b911-4810-b498-51a996025361 Date: Wed, 12 Dec 2018 16:08:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"}]} 2018-12-12 16:08:25,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=64404625-27d7-4e18-b75a-50a6e2043bb0 used request id req-5334a08c-b911-4810-b498-51a996025361 2018-12-12 16:08:25,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:08:25,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-0f59f59e-4dc6-4bad-9d1c-61ede4b2a807 Date: Wed, 12 Dec 2018 16:08:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}} 2018-12-12 16:08:25,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c used request id req-0f59f59e-4dc6-4bad-9d1c-61ede4b2a807 2018-12-12 16:08:25,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:25,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:25,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:08:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["cXV92XP5SFyOFiXgBLgLfQ"], "issued_at": "2018-12-12T16:08:25.000000Z"}} 2018-12-12 16:08:25,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ab3b9cc0837d7a47c94bb46d085321d3d3f2e1" 2018-12-12 16:08:26,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3739fd04-3ba5-416f-a5e5-92f53e75e867 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:26,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3739fd04-3ba5-416f-a5e5-92f53e75e867 2018-12-12 16:08:26,036 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:08:26,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ab3b9cc0837d7a47c94bb46d085321d3d3f2e1" 2018-12-12 16:08:26,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a833957d-87ae-4d80-9a83-94d21a374736 x-compute-request-id: req-a833957d-87ae-4d80-9a83-94d21a374736 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:08:26,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a833957d-87ae-4d80-9a83-94d21a374736 2018-12-12 16:08:26,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ab3b9cc0837d7a47c94bb46d085321d3d3f2e1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:08:26,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e30515c0-38f8-4823-9bf5-d794fb5250c3 x-compute-request-id: req-e30515c0-38f8-4823-9bf5-d794fb5250c3 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:08:26,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e30515c0-38f8-4823-9bf5-d794fb5250c3 2018-12-12 16:08:26,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:26,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:26,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260f1e1e95af4a30810200b886d8ec56", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}], "expires_at": "2018-12-12T17:08:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53fcf107671142f48918ed870181b109", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user", "id": "0ee9f1bc6464465dbcaa621c4c7d59c2"}, "audit_ids": ["j131VkLMTpuAtLG_QqQg1Q"], "issued_at": "2018-12-12T16:08:26.000000Z"}} 2018-12-12 16:08:26,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8205da877eab6b85d60c6aa6b6768dc7ab31049" 2018-12-12 16:08:26,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52335d2d-0b15-44be-9505-04d7cae86875 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:26,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-52335d2d-0b15-44be-9505-04d7cae86875 2018-12-12 16:08:26,735 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:08:26,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8205da877eab6b85d60c6aa6b6768dc7ab31049" 2018-12-12 16:08:26,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0d0d3ac-071f-443a-a8ce-a4a148aaa8a5 x-compute-request-id: req-c0d0d3ac-071f-443a-a8ce-a4a148aaa8a5 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:08:26,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-c0d0d3ac-071f-443a-a8ce-a4a148aaa8a5 2018-12-12 16:08:26,904 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp... 2018-12-12 16:08:26,904 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:08:26,923 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp 2018-12-12 16:08:26,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8205da877eab6b85d60c6aa6b6768dc7ab31049" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDAVHserjz6GsHvwb1gd+MXTw4GaSAYfYbDtUm02N8iED0fd9lZXrXQZ33S9F1gJItFvkJB26tzXxbPhumsqdXM6pUd1JHwqlDHFXImOQC+/Ph0pAqgjm3t+DY/MNBhNnrofBjpdK5uHia9iowmjllwuVb7ZmLkAxHsY1/2/kv3hw==", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp"}}' 2018-12-12 16:08:26,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06612b36-bf4c-44bc-a1a1-76b87d238a84 x-compute-request-id: req-06612b36-bf4c-44bc-a1a1-76b87d238a84 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDAVHserjz6GsHvwb1gd+MXTw4GaSAYfYbDtUm02N8iED0fd9lZXrXQZ33S9F1gJItFvkJB26tzXxbPhumsqdXM6pUd1JHwqlDHFXImOQC+/Ph0pAqgjm3t+DY/MNBhNnrofBjpdK5uHia9iowmjllwuVb7ZmLkAxHsY1/2/kv3hw==", "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "fingerprint": "08:21:53:a5:5a:06:23:bf:26:ba:f4:c8:1c:4a:f8:77"}} 2018-12-12 16:08:26,983 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-06612b36-bf4c-44bc-a1a1-76b87d238a84 2018-12-12 16:08:26,985 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372.pub 2018-12-12 16:08:26,986 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:08:26,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:26,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:27,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260f1e1e95af4a30810200b886d8ec56", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}], "expires_at": "2018-12-12T17:08:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53fcf107671142f48918ed870181b109", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user", "id": "0ee9f1bc6464465dbcaa621c4c7d59c2"}, "audit_ids": ["NJtxNfnbSey2sOAquwvJlA"], "issued_at": "2018-12-12T16:08:27.000000Z"}} 2018-12-12 16:08:27,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:27,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e193ee5-2601-475d-a3b6-4a41e4b7d05e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:27,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9e193ee5-2601-475d-a3b6-4a41e4b7d05e 2018-12-12 16:08:27,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:27,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-376de6b8-a5a2-40b4-afa8-888ccb8f4d8d Date: Wed, 12 Dec 2018 16:08:27 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:08:27,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp used request id req-376de6b8-a5a2-40b4-afa8-888ccb8f4d8d 2018-12-12 16:08:27,658 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp... 2018-12-12 16:08:27,658 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp 2018-12-12 16:08:27,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}}' 2018-12-12 16:08:28,001 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-de87eee8-9a20-4722-a6e7-1615a427209f Date: Wed, 12 Dec 2018 16:08:27 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "updated_at": "2018-12-12T16:08:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv6", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "97472881-4b25-4aea-acad-4104721675a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}], "revision_number": 2, "project_id": "53fcf107671142f48918ed870181b109", "id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}} 2018-12-12 16:08:28,001 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-de87eee8-9a20-4722-a6e7-1615a427209f 2018-12-12 16:08:28,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:28,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:28,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d89a6bf-51a8-45fc-bfbf-235e3e53179e Date: Wed, 12 Dec 2018 16:08:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "97472881-4b25-4aea-acad-4104721675a6"}]} 2018-12-12 16:08:28,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-6d89a6bf-51a8-45fc-bfbf-235e3e53179e 2018-12-12 16:08:28,182 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:28,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:28,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-17524548-bee2-4ac0-9074-b8a99f140293 Date: Wed, 12 Dec 2018 16:08:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "97472881-4b25-4aea-acad-4104721675a6"}]} 2018-12-12 16:08:28,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-17524548-bee2-4ac0-9074-b8a99f140293 2018-12-12 16:08:28,366 - neutron_utils - INFO - Retrieving security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:28,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:28,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9828cb8d-b9f4-415d-8087-591f41fbdb65 Date: Wed, 12 Dec 2018 16:08:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "updated_at": "2018-12-12T16:08:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv6", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "97472881-4b25-4aea-acad-4104721675a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}], "revision_number": 2, "project_id": "53fcf107671142f48918ed870181b109", "id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}]} 2018-12-12 16:08:28,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-9828cb8d-b9f4-415d-8087-591f41fbdb65 2018-12-12 16:08:28,579 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:28,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:28,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0720f63e-55c8-422c-b8b9-79989a4c67a6 Date: Wed, 12 Dec 2018 16:08:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "97472881-4b25-4aea-acad-4104721675a6"}]} 2018-12-12 16:08:28,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-0720f63e-55c8-422c-b8b9-79989a4c67a6 2018-12-12 16:08:28,746 - neutron_utils - INFO - Retrieving security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:28,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:28,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-3857586c-c96d-4917-b071-c3f7871f0d77 Date: Wed, 12 Dec 2018 16:08:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "updated_at": "2018-12-12T16:08:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv6", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "97472881-4b25-4aea-acad-4104721675a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}], "revision_number": 2, "project_id": "53fcf107671142f48918ed870181b109", "id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}]} 2018-12-12 16:08:28,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-3857586c-c96d-4917-b071-c3f7871f0d77 2018-12-12 16:08:28,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:28,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:29,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-14bc9020-581e-416b-907f-e73d8e0a5fec Date: Wed, 12 Dec 2018 16:08:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "97472881-4b25-4aea-acad-4104721675a6"}]} 2018-12-12 16:08:29,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-14bc9020-581e-416b-907f-e73d8e0a5fec 2018-12-12 16:08:29,029 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp 2018-12-12 16:08:29,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:29,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-06c239dc-8067-4dcb-83ef-9f3feded2c50 Date: Wed, 12 Dec 2018 16:08:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "updated_at": "2018-12-12T16:08:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv6", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "97472881-4b25-4aea-acad-4104721675a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}], "revision_number": 2, "project_id": "53fcf107671142f48918ed870181b109", "id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}]} 2018-12-12 16:08:29,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp used request id req-06c239dc-8067-4dcb-83ef-9f3feded2c50 2018-12-12 16:08:29,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:08:29,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:08:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:08:29,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:29,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51234ec-4e2e-4a5c-b2df-fba7228ccc4d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:29,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-b51234ec-4e2e-4a5c-b2df-fba7228ccc4d 2018-12-12 16:08:29,498 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:29,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:29,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-326b1b88-1fa7-42e3-96c1-cd5cddd88ecd Date: Wed, 12 Dec 2018 16:08:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "97472881-4b25-4aea-acad-4104721675a6"}]} 2018-12-12 16:08:29,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-326b1b88-1fa7-42e3-96c1-cd5cddd88ecd 2018-12-12 16:08:29,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}9d8d51752aa9abba189dee7428c12fc298444e54" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea"}}' 2018-12-12 16:08:29,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-cb93eec5-674d-4730-a1a5-6285cf9f56e6 Date: Wed, 12 Dec 2018 16:08: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-12-12T16:08:29Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:29Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "03564c36-ccc4-4dc5-b346-074e2f1ef24b"}} 2018-12-12 16:08:29,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-cb93eec5-674d-4730-a1a5-6285cf9f56e6 2018-12-12 16:08:29,828 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp 2018-12-12 16:08:29,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:29,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-a0869cb1-343c-4769-a2fc-280a90c023f8 Date: Wed, 12 Dec 2018 16:08:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "updated_at": "2018-12-12T16:08:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:29Z", "revision_number": 0, "id": "03564c36-ccc4-4dc5-b346-074e2f1ef24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:29Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv6", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "97472881-4b25-4aea-acad-4104721675a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}], "revision_number": 3, "project_id": "53fcf107671142f48918ed870181b109", "id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}]} 2018-12-12 16:08:29,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp used request id req-a0869cb1-343c-4769-a2fc-280a90c023f8 2018-12-12 16:08:29,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:29,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42fa4c9d-adc9-4e98-9c47-4bc9ba9f72ad Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:29,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-42fa4c9d-adc9-4e98-9c47-4bc9ba9f72ad 2018-12-12 16:08:29,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:29,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:30,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-e5d7a002-3700-418b-9ccc-e069c4522804 Date: Wed, 12 Dec 2018 16:08:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:29Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:29Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "03564c36-ccc4-4dc5-b346-074e2f1ef24b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "97472881-4b25-4aea-acad-4104721675a6"}]} 2018-12-12 16:08:30,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-e5d7a002-3700-418b-9ccc-e069c4522804 2018-12-12 16:08:30,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}9d8d51752aa9abba189dee7428c12fc298444e54" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea"}}' 2018-12-12 16:08:30,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-4467f305-a5a2-4903-b5c9-ff0a3cb6b41b Date: Wed, 12 Dec 2018 16:08: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-12-12T16:08:30Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": 22, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:30Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "33b8f42a-2e48-44fa-924f-1acc7f4dcdc6"}} 2018-12-12 16:08:30,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-4467f305-a5a2-4903-b5c9-ff0a3cb6b41b 2018-12-12 16:08:30,373 - neutron_utils - INFO - Retrieving security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:30,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:30,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-a7206560-1483-482d-a035-2ce9e470d9f0 Date: Wed, 12 Dec 2018 16:08:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "updated_at": "2018-12-12T16:08:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:29Z", "revision_number": 0, "id": "03564c36-ccc4-4dc5-b346-074e2f1ef24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:29Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:08:30Z", "revision_number": 0, "id": "33b8f42a-2e48-44fa-924f-1acc7f4dcdc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:30Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": 22, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv6", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "revision_number": 0, "id": "97472881-4b25-4aea-acad-4104721675a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}], "revision_number": 4, "project_id": "53fcf107671142f48918ed870181b109", "id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}]} 2018-12-12 16:08:30,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-a7206560-1483-482d-a035-2ce9e470d9f0 2018-12-12 16:08:30,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f68bd75-329f-4319-9cc4-800ebb8dbbea 2018-12-12 16:08:30,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:08:30,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-c2ac4efb-4b36-488f-b29f-7579475ed8f0 Date: Wed, 12 Dec 2018 16:08:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:29Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:29Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "03564c36-ccc4-4dc5-b346-074e2f1ef24b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:08:30Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": 22, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:30Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "33b8f42a-2e48-44fa-924f-1acc7f4dcdc6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "943c8f9d-cf05-486a-839c-af6d3e23bd50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:27Z", "security_group_id": "7f68bd75-329f-4319-9cc4-800ebb8dbbea", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:27Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "97472881-4b25-4aea-acad-4104721675a6"}]} 2018-12-12 16:08:30,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-c2ac4efb-4b36-488f-b29f-7579475ed8f0 2018-12-12 16:08:30,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:30,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:30,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260f1e1e95af4a30810200b886d8ec56", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}], "expires_at": "2018-12-12T17:08:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53fcf107671142f48918ed870181b109", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user", "id": "0ee9f1bc6464465dbcaa621c4c7d59c2"}, "audit_ids": ["MnIB3Xx6S8iVWC2lSVtVug"], "issued_at": "2018-12-12T16:08:30.000000Z"}} 2018-12-12 16:08:30,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:31,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d1bba8-abc4-4208-9651-36c517bef7ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:31,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-08d1bba8-abc4-4208-9651-36c517bef7ab 2018-12-12 16:08:31,075 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:08:31,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:31,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba8c9d48-22f3-4252-9e56-470720cd0058 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:31,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba8c9d48-22f3-4252-9e56-470720cd0058 2018-12-12 16:08:31,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:31,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-86f6bcf6-49a6-49dc-951d-3b6ec0443992 Date: Wed, 12 Dec 2018 16:08: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:31,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-86f6bcf6-49a6-49dc-951d-3b6ec0443992 2018-12-12 16:08:31,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:08:31,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:08: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:08:31,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:31,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ea0fb2-23f0-48a7-b1db-87a5c14ae8d2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:31,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-51ea0fb2-23f0-48a7-b1db-87a5c14ae8d2 2018-12-12 16:08:31,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:31,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c661bc6d-9fc6-48e6-ac3d-a1674809f024 Date: Wed, 12 Dec 2018 16:08:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:31,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-c661bc6d-9fc6-48e6-ac3d-a1674809f024 2018-12-12 16:08:31,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:31,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cc87217c-2543-4088-a353-ff397212d510 Date: Wed, 12 Dec 2018 16:08:31 GMT RESP BODY: {"ports":[]} 2018-12-12 16:08:31,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1&admin_state_up=True used request id req-cc87217c-2543-4088-a353-ff397212d510 2018-12-12 16:08:31,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:32,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4b6e0ed-a648-48bd-8d7a-f62a2349ddf5 x-compute-request-id: req-c4b6e0ed-a648-48bd-8d7a-f62a2349ddf5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:08:32,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst used request id req-c4b6e0ed-a648-48bd-8d7a-f62a2349ddf5 2018-12-12 16:08:32,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:32,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e1f69595-ddb6-41c5-9bed-6f7558d56468 Date: Wed, 12 Dec 2018 16:08: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:32,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-e1f69595-ddb6-41c5-9bed-6f7558d56468 2018-12-12 16:08:32,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:32,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346f9e2c-8428-408b-93dc-1a7db83038fa Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:32,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-346f9e2c-8428-408b-93dc-1a7db83038fa 2018-12-12 16:08:32,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:32,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7ecf38a8-b9e7-44df-b529-d8eda1cc01d6 Date: Wed, 12 Dec 2018 16:08:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:32,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-7ecf38a8-b9e7-44df-b529-d8eda1cc01d6 2018-12-12 16:08:32,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:32,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a753281d-a0f8-4a64-842d-3f068739344f Date: Wed, 12 Dec 2018 16:08:32 GMT RESP BODY: {"ports":[]} 2018-12-12 16:08:32,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1&admin_state_up=True used request id req-a753281d-a0f8-4a64-842d-3f068739344f 2018-12-12 16:08:32,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:08:32,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:08:33,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "260f1e1e95af4a30810200b886d8ec56", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role"}], "expires_at": "2018-12-12T17:08:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53fcf107671142f48918ed870181b109", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/53fcf107671142f48918ed870181b109", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/53fcf107671142f48918ed870181b109", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user", "id": "0ee9f1bc6464465dbcaa621c4c7d59c2"}, "audit_ids": ["TpPsqReuQdyDslh5ar-WMw"], "issued_at": "2018-12-12T16:08:33.000000Z"}} 2018-12-12 16:08:33,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6dbfc217f1824d7d7b69bbb66ad001bd8c2ccc6" 2018-12-12 16:08:33,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaeb47be-c84c-4be9-966a-ea3feb22b440 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:08:33,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eaeb47be-c84c-4be9-966a-ea3feb22b440 2018-12-12 16:08:33,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:33,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2575a3f4-8885-4812-839b-9a6eba2a1ff3 Date: Wed, 12 Dec 2018 16: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:33,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-2575a3f4-8885-4812-839b-9a6eba2a1ff3 2018-12-12 16:08:33,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:33,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-62b3368d-0d64-400f-884a-0835d690c403 Date: Wed, 12 Dec 2018 16:08:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:33,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-62b3368d-0d64-400f-884a-0835d690c403 2018-12-12 16:08:33,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:33,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7683c8fa-9c63-4005-9aa7-0911622daa4d Date: Wed, 12 Dec 2018 16: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:33,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-7683c8fa-9c63-4005-9aa7-0911622daa4d 2018-12-12 16:08:33,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:08:33,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:08: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:08:33,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6dbfc217f1824d7d7b69bbb66ad001bd8c2ccc6" 2018-12-12 16:08:34,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad79732-4468-467b-99af-4e64336f33ed Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:34,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-cad79732-4468-467b-99af-4e64336f33ed 2018-12-12 16:08:34,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:34,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e48bdc4d-5662-4eb0-89f5-1bca0eb17f4a Date: Wed, 12 Dec 2018 16:08:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:34,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-e48bdc4d-5662-4eb0-89f5-1bca0eb17f4a 2018-12-12 16:08:34,100 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net 2018-12-12 16:08:34,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"port": {"network_id": "5ed71681-6170-4d04-8eff-4779fb1190fd", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1", "admin_state_up": true}}' 2018-12-12 16:08:34,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-8823611b-3d47-438b-8afb-b9fb7b456d64 Date: Wed, 12 Dec 2018 16:08:35 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c"],"mac_address":"fa:16:3e:d6:86:5c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","project_id":"53fcf107671142f48918ed870181b109","qos_policy_id":null,"admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal"}} 2018-12-12 16:08:34,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-8823611b-3d47-438b-8afb-b9fb7b456d64 2018-12-12 16:08:35,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:35,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6f89be40-c511-447b-99cb-731f7261ee16 Date: Wed, 12 Dec 2018 16:08: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:35,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-6f89be40-c511-447b-99cb-731f7261ee16 2018-12-12 16:08:35,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:35,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66feb1e2-cd1d-4116-b0c7-a870c1d66169 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:35,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-66feb1e2-cd1d-4116-b0c7-a870c1d66169 2018-12-12 16:08:35,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:35,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4036e75e-fc43-4072-9129-192b9a3c87d5 Date: Wed, 12 Dec 2018 16:08:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:35,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-4036e75e-fc43-4072-9129-192b9a3c87d5 2018-12-12 16:08:35,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:35,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-2bdeab92-23da-4b8a-bacd-c51244fcf9d5 Date: Wed, 12 Dec 2018 16:08:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:08:35,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1&admin_state_up=True used request id req-2bdeab92-23da-4b8a-bacd-c51244fcf9d5 2018-12-12 16:08:35,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:35,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b71cfe6-7758-4006-addb-3a0b20709359 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:35,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-4b71cfe6-7758-4006-addb-3a0b20709359 2018-12-12 16:08:35,864 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst 2018-12-12 16:08:35,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:35,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfa2a4bb-a29e-431b-88a4-8754c2c7422f x-compute-request-id: req-bfa2a4bb-a29e-431b-88a4-8754c2c7422f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-flavor-name"}]} 2018-12-12 16:08:35,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-bfa2a4bb-a29e-431b-88a4-8754c2c7422f 2018-12-12 16:08:35,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:35,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39537857-bc56-4bb7-904a-32320d5ffa4b x-compute-request-id: req-39537857-bc56-4bb7-904a-32320d5ffa4b Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:08:35,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa used request id req-39537857-bc56-4bb7-904a-32320d5ffa4b 2018-12-12 16:08:35,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:36,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-9dbc58aa-68b4-4f79-a155-5215a773b8fd Date: Wed, 12 Dec 2018 16:08:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:08:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:08:12Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/601cd49b-ede8-422f-af26-537048a532e5/snap", "metadata": {}}], "self": "/v2/images/601cd49b-ede8-422f-af26-537048a532e5", "min_disk": 0, "protected": false, "id": "601cd49b-ede8-422f-af26-537048a532e5", "file": "/v2/images/601cd49b-ede8-422f-af26-537048a532e5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "53fcf107671142f48918ed870181b109", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/601cd49b-ede8-422f-af26-537048a532e5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image"} 2018-12-12 16:08:36,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image used request id req-9dbc58aa-68b4-4f79-a155-5215a773b8fd 2018-12-12 16:08:36,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:36,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86ce71cd-4fe5-4f70-a3e7-b94316ecd3f2 Date: Wed, 12 Dec 2018 16:08:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:08:36,280 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-86ce71cd-4fe5-4f70-a3e7-b94316ecd3f2 2018-12-12 16:08:36,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "imageRef": "601cd49b-ede8-422f-af26-537048a532e5", "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "flavorRef": "95138659-45c7-4b9f-ac53-918264e2fbaa", "max_count": 1, "min_count": 1, "networks": [{"port": "c2489368-d7fc-437b-b293-2fd2d850d690"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}]}}' 2018-12-12 16:08:38,279 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-c70d900d-6e84-4e14-a980-d3901e060b11 x-compute-request-id: req-c70d900d-6e84-4e14-a980-d3901e060b11 Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "adminPass": "Xifnj6RH2HJ8"}} 2018-12-12 16:08:38,279 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c70d900d-6e84-4e14-a980-d3901e060b11 2018-12-12 16:08:38,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:38,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-03c2a8cd-c2eb-4963-913a-7a07526cf558 x-compute-request-id: req-03c2a8cd-c2eb-4963-913a-7a07526cf558 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:08:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:38,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-03c2a8cd-c2eb-4963-913a-7a07526cf558 2018-12-12 16:08:38,506 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst 2018-12-12 16:08:38,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:38,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-39abf4c1-9eb7-4cd7-be7e-d4ca57f12946 x-compute-request-id: req-39abf4c1-9eb7-4cd7-be7e-d4ca57f12946 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:08:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:38,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-39abf4c1-9eb7-4cd7-be7e-d4ca57f12946 2018-12-12 16:08:38,855 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - BUILD 2018-12-12 16:08:38,855 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:08:41,859 - create_instance - DEBUG - VM status query timeout in 896.647592068 2018-12-12 16:08:41,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:42,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47b30e32-e437-4855-aa7d-768a452b974b x-compute-request-id: req-47b30e32-e437-4855-aa7d-768a452b974b 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.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:08:39Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:42,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-47b30e32-e437-4855-aa7d-768a452b974b 2018-12-12 16:08:42,513 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - BUILD 2018-12-12 16:08:42,513 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:08:45,517 - create_instance - DEBUG - VM status query timeout in 892.989683151 2018-12-12 16:08:45,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:46,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-892706dc-dcc2-4c7d-ba73-4419317b756d x-compute-request-id: req-892706dc-dcc2-4c7d-ba73-4419317b756d Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:46,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-892706dc-dcc2-4c7d-ba73-4419317b756d 2018-12-12 16:08:46,154 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:08:46,154 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:08:46,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:46,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-ca9d5910-2408-4b76-9301-29f624741c44 x-compute-request-id: req-ca9d5910-2408-4b76-9301-29f624741c44 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:46,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-ca9d5910-2408-4b76-9301-29f624741c44 2018-12-12 16:08:46,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:46,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-54ff09f9-b0bf-4e94-b65f-1a5d2fc2b4bc Date: Wed, 12 Dec 2018 16: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:46,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-54ff09f9-b0bf-4e94-b65f-1a5d2fc2b4bc 2018-12-12 16:08:46,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:47,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d8da65f-3874-4b6d-b90e-dd6d907cead9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:47,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-7d8da65f-3874-4b6d-b90e-dd6d907cead9 2018-12-12 16:08:47,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:47,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-92f0f664-dc94-42c5-9773-90bf42382599 Date: Wed, 12 Dec 2018 16:08:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:47,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-92f0f664-dc94-42c5-9773-90bf42382599 2018-12-12 16:08:47,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:47,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-de38eede-ca32-4214-a227-69145e98ce3b Date: Wed, 12 Dec 2018 16:08:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:08:47,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-de38eede-ca32-4214-a227-69145e98ce3b 2018-12-12 16:08:47,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:47,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-10e56936-4a5b-4761-a2cf-68f750134a7c x-compute-request-id: req-10e56936-4a5b-4761-a2cf-68f750134a7c Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:47,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-10e56936-4a5b-4761-a2cf-68f750134a7c 2018-12-12 16:08:47,971 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:08:47,971 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:08:47,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:48,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-568fcf71-71f2-4043-ae9d-4f000056139a x-compute-request-id: req-568fcf71-71f2-4043-ae9d-4f000056139a Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:48,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-568fcf71-71f2-4043-ae9d-4f000056139a 2018-12-12 16:08:48,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:48,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dfae1191-77ab-4a1c-8ebc-6149e7a5b0a7 Date: Wed, 12 Dec 2018 16:08:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:48,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-dfae1191-77ab-4a1c-8ebc-6149e7a5b0a7 2018-12-12 16:08:48,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:48,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c07f25a4-39f1-42c6-8d31-6fa27e473fe3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:48,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-c07f25a4-39f1-42c6-8d31-6fa27e473fe3 2018-12-12 16:08:48,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:48,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d6ed5308-c862-4893-af9a-bc23a5552cf0 Date: Wed, 12 Dec 2018 16:08:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:48,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-d6ed5308-c862-4893-af9a-bc23a5552cf0 2018-12-12 16:08:48,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:48,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-0bf8e198-0037-4c69-a50b-6a9af3bb505a Date: Wed, 12 Dec 2018 16:08:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:08:48,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-0bf8e198-0037-4c69-a50b-6a9af3bb505a 2018-12-12 16:08:48,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}}' 2018-12-12 16:08:50,201 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d0e9f12-4abe-45d6-86a3-570f7b53c295 x-compute-request-id: req-7d0e9f12-4abe-45d6-86a3-570f7b53c295 Content-Length: 0 Content-Type: application/json 2018-12-12 16:08:50,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action used request id req-7d0e9f12-4abe-45d6-86a3-570f7b53c295 2018-12-12 16:08:50,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:50,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-d39507d9-74f1-490e-a6d4-a9ea35dc911c Date: Wed, 12 Dec 2018 16:08:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:17Z", "admin_state_up": true, "updated_at": "2018-12-12T16:08:23Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "53fcf107671142f48918ed870181b109", "id": "64404625-27d7-4e18-b75a-50a6e2043bb0", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router"}]} 2018-12-12 16:08:50,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router used request id req-d39507d9-74f1-490e-a6d4-a9ea35dc911c 2018-12-12 16:08:50,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:50,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a57e188c-a378-417d-94c7-85354449d3cf Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:50,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-a57e188c-a378-417d-94c7-85354449d3cf 2018-12-12 16:08:50,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=64404625-27d7-4e18-b75a-50a6e2043bb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:50,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-fc4043a6-8ba7-4f7d-b226-0270029223bb Date: Wed, 12 Dec 2018 16:08:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"}]} 2018-12-12 16:08:50,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=64404625-27d7-4e18-b75a-50a6e2043bb0 used request id req-fc4043a6-8ba7-4f7d-b226-0270029223bb 2018-12-12 16:08:50,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:50,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-27cfd422-4542-4ffb-87e8-a7d5ecb4d1ab Date: Wed, 12 Dec 2018 16:08:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}} 2018-12-12 16:08:50,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c used request id req-27cfd422-4542-4ffb-87e8-a7d5ecb4d1ab 2018-12-12 16:08:50,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:50,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-72126acc-5b03-4291-9e53-d7c1fd27f912 Date: Wed, 12 Dec 2018 16:08:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:08:50,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-72126acc-5b03-4291-9e53-d7c1fd27f912 2018-12-12 16:08:50,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:50,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-450b66b6-71d7-4491-8158-2c2c80db2efe Date: Wed, 12 Dec 2018 16:08:50 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:08:50,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-450b66b6-71d7-4491-8158-2c2c80db2efe 2018-12-12 16:08:50,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:51,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca752900-f044-4e3e-b88e-13ac33eb2097 x-compute-request-id: req-ca752900-f044-4e3e-b88e-13ac33eb2097 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:51,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-ca752900-f044-4e3e-b88e-13ac33eb2097 2018-12-12 16:08:51,334 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:08:51,334 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:08:51,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:51,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08: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-57aa1485-8f80-4818-acdb-a68f7c3ee283 x-compute-request-id: req-57aa1485-8f80-4818-acdb-a68f7c3ee283 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:51,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-57aa1485-8f80-4818-acdb-a68f7c3ee283 2018-12-12 16:08:51,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:51,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3ffa4ea9-e1bc-4059-8fbc-e70b9f9c11c6 Date: Wed, 12 Dec 2018 16:08: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:51,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-3ffa4ea9-e1bc-4059-8fbc-e70b9f9c11c6 2018-12-12 16:08:51,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:51,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5bad7a2-2e48-4b68-ba5c-d73434f9720a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:51,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-c5bad7a2-2e48-4b68-ba5c-d73434f9720a 2018-12-12 16:08:51,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:52,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-efeb1148-1b85-449d-a941-65fdf6691c59 Date: Wed, 12 Dec 2018 16:08:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:52,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-efeb1148-1b85-449d-a941-65fdf6691c59 2018-12-12 16:08:52,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:52,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-b98a66e5-473f-47e2-bd48-c4dcdb60bd94 Date: Wed, 12 Dec 2018 16:08:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:49Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c","7f68bd75-329f-4319-9cc4-800ebb8dbbea"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:08:52,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-b98a66e5-473f-47e2-bd48-c4dcdb60bd94 2018-12-12 16:08:52,107 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:08:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:52,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d42da3be-c694-4996-97d6-43ec18957c88 Date: Wed, 12 Dec 2018 16:08:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:08:52,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-d42da3be-c694-4996-97d6-43ec18957c88 2018-12-12 16:08:52,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:52,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-803ffdbc-04ee-4f0f-84e9-7519cf36ae2b Date: Wed, 12 Dec 2018 16:08:52 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:08:52,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-803ffdbc-04ee-4f0f-84e9-7519cf36ae2b 2018-12-12 16:08:52,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "c2489368-d7fc-437b-b293-2fd2d850d690"}}' 2018-12-12 16:08:54,657 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-cd438a15-f26d-4fed-95cc-444ef7da7af9 Date: Wed, 12 Dec 2018 16:08:54 GMT RESP BODY: {"floatingip": {"router_id": "64404625-27d7-4e18-b75a-50a6e2043bb0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:53Z", "updated_at": "2018-12-12T16:08:53Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "53fcf107671142f48918ed870181b109", "port_id": "c2489368-d7fc-437b-b293-2fd2d850d690", "id": "1b13c018-d5f7-4468-b597-72a4ecd1dce0"}} 2018-12-12 16:08:54,657 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-cd438a15-f26d-4fed-95cc-444ef7da7af9 2018-12-12 16:08:54,657 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router 2018-12-12 16:08:54,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:55,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a4b9292-92fa-4013-aacb-6738a7f9a4ed x-compute-request-id: req-1a4b9292-92fa-4013-aacb-6738a7f9a4ed Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:55,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-1a4b9292-92fa-4013-aacb-6738a7f9a4ed 2018-12-12 16:08:55,041 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:08:55,041 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:08:55,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:55,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e191048-a252-4b24-9880-8d0e012044fb x-compute-request-id: req-0e191048-a252-4b24-9880-8d0e012044fb Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:55,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-0e191048-a252-4b24-9880-8d0e012044fb 2018-12-12 16:08:55,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:55,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3f9e94e7-e60a-44f9-872f-303333b0b3d1 Date: Wed, 12 Dec 2018 16: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:55,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-3f9e94e7-e60a-44f9-872f-303333b0b3d1 2018-12-12 16:08:55,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:55,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2a2082-e0d5-4966-89ce-bd3db1e46b42 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:55,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-4e2a2082-e0d5-4966-89ce-bd3db1e46b42 2018-12-12 16:08:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:55,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-818270e1-2c84-4c8a-88ed-e2fdd82cbbbf Date: Wed, 12 Dec 2018 16:08:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:55,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-818270e1-2c84-4c8a-88ed-e2fdd82cbbbf 2018-12-12 16:08:55,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:55,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-03740e22-3be0-4a10-9560-a7f2ab9c7b68 Date: Wed, 12 Dec 2018 16:08:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:49Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c","7f68bd75-329f-4319-9cc4-800ebb8dbbea"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:08:55,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-03740e22-3be0-4a10-9560-a7f2ab9c7b68 2018-12-12 16:08:55,986 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-12-12 16:08:55,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:56,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58c417ec-f1fc-42f6-8d72-9aa0321046b0 x-compute-request-id: req-58c417ec-f1fc-42f6-8d72-9aa0321046b0 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:56,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-58c417ec-f1fc-42f6-8d72-9aa0321046b0 2018-12-12 16:08:56,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:08:57,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12dc38f3-3df9-49f3-a56e-22053fca1eaf x-compute-request-id: req-12dc38f3-3df9-49f3-a56e-22053fca1eaf Content-Encoding: gzip Content-Length: 9626 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 467399589 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.126441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128066] pid_max: default: 32768 minimum: 301\n[ 0.128948] ACPI: Core revision 20150930\n[ 0.130326] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131612] Security Framework initialized\n[ 0.132418] Yama: becoming mindful.\n[ 0.133136] AppArmor: AppArmor initialized\n[ 0.133981] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135250] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136484] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137656] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138997] Initializing cgroup subsys io\n[ 0.139797] Initializing cgroup subsys memory\n[ 0.140643] Initializing cgroup subsys devices\n[ 0.141500] Initializing cgroup subsys freezer\n[ 0.142360] Initializing cgroup subsys net_cls\n[ 0.143211] Initializing cgroup subsys perf_event\n[ 0.144109] Initializing cgroup subsys net_prio\n[ 0.144980] Initializing cgroup subsys hugetlb\n[ 0.145843] Initializing cgroup subsys pids\n[ 0.146707] CPU: Physical Processor ID: 0\n[ 0.148182] mce: CPU supports 10 MCE banks\n[ 0.149014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.158648] ftrace: allocating 31920 entries in 125 pages\n[ 0.184530] smpboot: Max logical packages: 2\n[ 0.185372] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.186545] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.187868] x2apic enabled\n[ 0.188666] Switched APIC routing to physical x2apic.\n[ 0.190402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.191599] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.193724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.195630] KVM setup paravirtual spinlock\n[ 0.197033] x86: Booting SMP configuration:\n[ 0.197924] .... node #0, CPUs: #1\n[ 0.198814] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.220506] x86: Booted up 1 node, 2 CPUs\n[ 0.220508] KVM setup async PF for cpu 1\n[ 0.220511] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223066] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.224552] devtmpfs: initialized\n[ 0.226237] evm: security.selinux\n[ 0.226925] evm: security.SMACK64\n[ 0.227607] evm: security.SMACK64EXEC\n[ 0.228336] evm: security.SMACK64TRANSMUTE\n[ 0.229136] evm: security.SMACK64MMAP\n[ 0.229872] evm: security.ima\n[ 0.230504] evm: security.capability\n[ 0.231346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233192] pinctrl core: initialized pinctrl subsystem\n[ 0.234284] RTC time: 16:08:44, date: 12/12/18\n[ 0.235247] NET: Registered protocol family 16\n[ 0.245193] cpuidle: using governor ladder\n[ 0.257291] cpuidle: using governor menu\n[ 0.258089] PCCT header not found.\n[ 0.258858] ACPI: bus type PCI registered\n[ 0.259653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260883] PCI: Using configuration type 1 for base access\n[ 0.274291] ACPI: Added _OSI(Module Device)\n[ 0.275135] ACPI: Added _OSI(Processor Device)\n[ 0.275988] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276870] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279221] ACPI: Interpreter enabled\n[ 0.279977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.283620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287251] ACPI: (supports S0 S5)\n[ 0.287946] ACPI: Using IOAPIC for interrupt routing\n[ 0.288875] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.292220] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.293349] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.294557] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295735] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297951] acpiphp: Slot [3] registered\n[ 0.298749] acpiphp: Slot [4] registered\n[ 0.299549] acpiphp: Slot [5] registered\n[ 0.300343] acpiphp: Slot [6] registered\n[ 0.301127] acpiphp: Slot [7] registered\n[ 0.301915] acpiphp: Slot [8] registered\n[ 0.302704] acpiphp: Slot [9] registered\n[ 0.303491] acpiphp: Slot [10] registered\n[ 0.314336] acpiphp: Slot [11] registered\n[ 0.315135] acpiphp: Slot [12] registered\n[ 0.315935] acpiphp: Slot [13] registered\n[ 0.316732] acpiphp: Slot [14] registered\n[ 0.317527] acpiphp: Slot [15] registered\n[ 0.318335] acpiphp: Slot [16] registered\n[ 0.319137] acpiphp: Slot [17] registered\n[ 0.319935] acpiphp: Slot [18] registered\n[ 0.320733] acpiphp: Slot [19] registered\n[ 0.321533] acpiphp: Slot [20] registered\n[ 0.322335] acpiphp: Slot [21] registered\n[ 0.323128] acpiphp: Slot [22] registered\n[ 0.323928] acpiphp: Slot [23] registered\n[ 0.324727] acpiphp: Slot [24] registered\n[ 0.325519] acpiphp: Slot [25] registered\n[ 0.326314] acpiphp: Slot [26] registered\n[ 0.327110] acpiphp: Slot [27] registered\n[ 0.327909] acpiphp: Slot [28] registered\n[ 0.328705] acpiphp: Slot [29] registered\n[ 0.329498] acpiphp: Slot [30] registered\n[ 0.330296] acpiphp: Slot [31] registered\n[ 0.331083] PCI host bridge to bus 0000:00\n[ 0.331882] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.333071] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335681] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.337102] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.343312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.344566] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.345722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353579] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.354998] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401186] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402690] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404097] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.405495] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.408168] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409354] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411916] vgaarb: loaded\n[ 0.412510] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413641] SCSI subsystem initialized\n[ 0.414468] ACPI: bus type USB registered\n[ 0.415278] usbcore: registered new interface driver usbfs\n[ 0.416296] usbcore: registered new interface driver hub\n[ 0.417287] usbcore: registered new device driver usb\n[ 0.418375] PCI: Using ACPI for IRQ routing\n[ 0.419392] NetLabel: Initializing\n[ 0.420095] NetLabel: domain hash size = 128\n[ 0.420940] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421890] NetLabel: unlabeled traffic allowed by default\n[ 0.423020] clocksource: Switched to clocksource kvm-clock\n[ 0.429000] AppArmor: AppArmor Filesystem Enabled\n[ 0.429950] pnp: PnP ACPI init\n[ 0.430872] pnp: PnP ACPI: found 5 devices\n[ 0.437969] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.439654] NET: Registered protocol family 2\n[ 0.440626] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.441873] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.443026] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.444164] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445221] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446372] NET: Registered protocol family 1\n[ 0.447226] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.448305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.449358] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.467952] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.486471] Trying to unpack rootfs image as initramfs...\n[ 0.537152] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.551367] Scanning for low memory corruption every 60 seconds\n[ 0.552765] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.553947] audit: initializing netlink subsys (disabled)\n[ 0.554989] audit: type=2000 audit(1544630925.289:1): initialized\n[ 0.556346] Initialise system trusted keyring\n[ 0.557310] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558500] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560623] zbud: loaded\n[ 0.561377] VFS: Disk quotas dquot_6.6.0\n[ 0.562207] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.563818] fuse init (API version 7.23)\n[ 0.564735] Key type big_key registered\n[ 0.565546] Allocating IMA MOK and blacklist keyrings.\n[ 0.566753] Key type asymmetric registered\n[ 0.567599] Asymmetric key parser 'x509' registered\n[ 0.568569] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.570072] io scheduler noop registered\n[ 0.570872] io scheduler deadline registered (default)\n[ 0.571877] io scheduler cfq registered\n[ 0.572742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.573804] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.575087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.576556] ACPI: Power Button [PWRF]\n[ 0.577446] GHES: HEST is not enabled!\n[ 0.596041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633060] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.635404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.658998] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.661238] Linux agpgart interface v0.103\n[ 0.663606] brd: module loaded\n[ 0.664975] loop: module loaded\n[ 0.669783] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671274] GPT:90111 != 20971519\n[ 0.671975] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673085] GPT:90111 != 20971519\n[ 0.673781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.674764] vda: vda1 vda15\n[ 0.676229] scsi host0: ata_piix\n[ 0.677031] scsi host1: ata_piix\n[ 0.677758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680476] libphy: Fixed MDIO Bus: probed\n[ 0.681362] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682323] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684304] PPP generic driver version 2.4.2\n[ 0.685203] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686486] ehci-pci: EHCI PCI platform driver\n[ 0.687380] ehci-platform: EHCI generic platform driver\n[ 0.688384] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.689529] ohci-pci: OHCI PCI platform driver\n[ 0.690414] ohci-platform: OHCI generic platform driver\n[ 0.691423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.710364] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.711391] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712876] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.713884] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.715036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.716276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717710] usb usb1: Product: UHCI Host Controller\n[ 0.718662] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720835] hub 1-0:1.0: USB hub found\n[ 0.721629] hub 1-0:1.0: 2 ports detected\n[ 0.722557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725693] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.726740] mousedev: PS/2 mouse device common for all mice\n[ 0.727929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732177] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733388] i2c /dev entries driver\n[ 0.734149] device-mapper: uevent: version 1.0.3\n[ 0.735107] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736765] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738090] NET: Registered protocol family 10\n[ 0.739121] NET: Registered protocol family 17\n[ 0.740030] Key type dns_resolver registered\n[ 0.740999] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742339] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.743453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.745227] registered taskstats version 1\n[ 0.746075] Loading compiled-in X.509 certificates\n[ 0.747593] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749526] zswap: loaded using pool lzo/zbud\n[ 0.750992] Key type trusted registered\n[ 0.752757] Key type encrypted registered\n[ 0.753594] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.754630] ima: No TPM chip found, activating TPM-bypass!\n[ 0.755694] evm: HMAC attrs: 0x1\n[ 0.756642] Magic number: 14:699:135\n[ 0.757425] block ram0: hash matches\n[ 0.768689] rtc_cmos 00:00: setting system clock to 2018-12-12 16:08:45 UTC (1544630925)\n[ 0.770360] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771491] EDD information not available.\n[ 0.836158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.837745] Write protecting the kernel read-only data: 14336k\n[ 0.839382] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841224] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.172992] 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.11...\nLease of 10.55.1.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.16. iid=i-00000107\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvEBdZD5RrxLD+U5xfJmhoOmksUraX5SYbJYLzZ4nyRE/xIJaOveb9wQ3XBKX+UfWFOJ13o7e8F1tG6DQuLcMBGFMYqcRwD1TjySZna5N1AQ49n0vObk89tAs8Vh+x9HEFUG//9hLOyh+i7mP2CIVIkwp+0JuQk8I7OZEf9c+EqIQ9gT667IlM3fiQns05Nps6Oar+R4exsMEiPzdlQo3kmw9Ext//BJMeKs4Y9aoCyDU+OtopWs0BYIYP0GWAuJjZaY5O4gh+syOwFz3epZUMrvzsXYAfTaiTrYEGLlk5ShLzMaGvGb9M+53NPKrdbNgbDOtT5bDBWzatj7o29bXX root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\nssh-dss AAAAB3NzaC1kc3MAAACBAJ+k421360938iz4Hz6BKT2CXNorTZe3n4X2VWWUzEgh7LJSNTGolrYhzjjUprlHbCxBeKOdbjcBAGDnmLxI8tpVn+RLvYfn9pVM/o27xebpyv3PcGUQGHyRaPt5OXgFGZqUPRO4HouusKut1hIah5Q1gruKd0rW8zvU+eNMunIzAAAAFQDkrf14qH1KOAu6xzc27HD/thD0ZQAAAIEAlgF8dQVgoK4AvppiXzXfMwsl7gQKEYnK5lpZk4M39/G+mqlR8sZw6fJGPsV9/u1UVg5fCZhMeUDlMu5sGRKlWukaf70/H93U7IxveEFZhiw9yaaUy6CGlx6Bzn8c4F5wO7GZFlC+fbtlQQsoMLqWr4idMXrFt5fBySpyFOFv2LQAAACBAJVvl8H8TwYTj5zx3QmO8tfCGDSDFWCLj8ron2uamDQvq+vErfjGhInRSEuh7X3wSwfMpqmmqGSIoLyUKi3zQ2gQlnoiZp/Sj3DmKTsaQ3nh4Iv2j1iRCA+wycvshfVCg5uKfoZGf9qaqGQBBA2NFcpw29L2cQvzKrhbhyNoR+3P root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fed6:865c/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.80 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f login: "} 2018-12-12 16:08:57,522 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action used request id req-12dc38f3-3df9-49f3-a56e-22053fca1eaf 2018-12-12 16:08:57,524 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:08:57,524 - 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 467399589 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.126441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128066] pid_max: default: 32768 minimum: 301 [ 0.128948] ACPI: Core revision 20150930 [ 0.130326] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131612] Security Framework initialized [ 0.132418] Yama: becoming mindful. [ 0.133136] AppArmor: AppArmor initialized [ 0.133981] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135250] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136484] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137656] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138997] Initializing cgroup subsys io [ 0.139797] Initializing cgroup subsys memory [ 0.140643] Initializing cgroup subsys devices [ 0.141500] Initializing cgroup subsys freezer [ 0.142360] Initializing cgroup subsys net_cls [ 0.143211] Initializing cgroup subsys perf_event [ 0.144109] Initializing cgroup subsys net_prio [ 0.144980] Initializing cgroup subsys hugetlb [ 0.145843] Initializing cgroup subsys pids [ 0.146707] CPU: Physical Processor ID: 0 [ 0.148182] mce: CPU supports 10 MCE banks [ 0.149014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.158648] ftrace: allocating 31920 entries in 125 pages [ 0.184530] smpboot: Max logical packages: 2 [ 0.185372] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186545] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.187868] x2apic enabled [ 0.188666] Switched APIC routing to physical x2apic. [ 0.190402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.191599] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.193724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.195630] KVM setup paravirtual spinlock [ 0.197033] x86: Booting SMP configuration: [ 0.197924] .... node #0, CPUs: #1 [ 0.198814] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.220506] x86: Booted up 1 node, 2 CPUs [ 0.220508] KVM setup async PF for cpu 1 [ 0.220511] kvm-stealtime: cpu 1, msr f90d940 [ 0.223066] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.224552] devtmpfs: initialized [ 0.226237] evm: security.selinux [ 0.226925] evm: security.SMACK64 [ 0.227607] evm: security.SMACK64EXEC [ 0.228336] evm: security.SMACK64TRANSMUTE [ 0.229136] evm: security.SMACK64MMAP [ 0.229872] evm: security.ima [ 0.230504] evm: security.capability [ 0.231346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233192] pinctrl core: initialized pinctrl subsystem [ 0.234284] RTC time: 16:08:44, date: 12/12/18 [ 0.235247] NET: Registered protocol family 16 [ 0.245193] cpuidle: using governor ladder [ 0.257291] cpuidle: using governor menu [ 0.258089] PCCT header not found. [ 0.258858] ACPI: bus type PCI registered [ 0.259653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260883] PCI: Using configuration type 1 for base access [ 0.274291] ACPI: Added _OSI(Module Device) [ 0.275135] ACPI: Added _OSI(Processor Device) [ 0.275988] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.276870] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279221] ACPI: Interpreter enabled [ 0.279977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.281795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.283620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287251] ACPI: (supports S0 S5) [ 0.287946] ACPI: Using IOAPIC for interrupt routing [ 0.288875] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.292220] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.293349] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.294557] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.295735] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.297951] acpiphp: Slot [3] registered [ 0.298749] acpiphp: Slot [4] registered [ 0.299549] acpiphp: Slot [5] registered [ 0.300343] acpiphp: Slot [6] registered [ 0.301127] acpiphp: Slot [7] registered [ 0.301915] acpiphp: Slot [8] registered [ 0.302704] acpiphp: Slot [9] registered [ 0.303491] acpiphp: Slot [10] registered [ 0.314336] acpiphp: Slot [11] registered [ 0.315135] acpiphp: Slot [12] registered [ 0.315935] acpiphp: Slot [13] registered [ 0.316732] acpiphp: Slot [14] registered [ 0.317527] acpiphp: Slot [15] registered [ 0.318335] acpiphp: Slot [16] registered [ 0.319137] acpiphp: Slot [17] registered [ 0.319935] acpiphp: Slot [18] registered [ 0.320733] acpiphp: Slot [19] registered [ 0.321533] acpiphp: Slot [20] registered [ 0.322335] acpiphp: Slot [21] registered [ 0.323128] acpiphp: Slot [22] registered [ 0.323928] acpiphp: Slot [23] registered [ 0.324727] acpiphp: Slot [24] registered [ 0.325519] acpiphp: Slot [25] registered [ 0.326314] acpiphp: Slot [26] registered [ 0.327110] acpiphp: Slot [27] registered [ 0.327909] acpiphp: Slot [28] registered [ 0.328705] acpiphp: Slot [29] registered [ 0.329498] acpiphp: Slot [30] registered [ 0.330296] acpiphp: Slot [31] registered [ 0.331083] PCI host bridge to bus 0000:00 [ 0.331882] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.333071] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.334260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.335681] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.337102] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.343312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.344566] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353579] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.354998] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.401186] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.402690] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.404097] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.405495] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.406905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.408168] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.409354] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.410400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.411916] vgaarb: loaded [ 0.412510] vgaarb: bridge control possible 0000:00:02.0 [ 0.413641] SCSI subsystem initialized [ 0.414468] ACPI: bus type USB registered [ 0.415278] usbcore: registered new interface driver usbfs [ 0.416296] usbcore: registered new interface driver hub [ 0.417287] usbcore: registered new device driver usb [ 0.418375] PCI: Using ACPI for IRQ routing [ 0.419392] NetLabel: Initializing [ 0.420095] NetLabel: domain hash size = 128 [ 0.420940] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.421890] NetLabel: unlabeled traffic allowed by default [ 0.423020] clocksource: Switched to clocksource kvm-clock [ 0.429000] AppArmor: AppArmor Filesystem Enabled [ 0.429950] pnp: PnP ACPI init [ 0.430872] pnp: PnP ACPI: found 5 devices [ 0.437969] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.439654] NET: Registered protocol family 2 [ 0.440626] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.441873] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.443026] TCP: Hash tables configured (established 2048 bind 2048) [ 0.444164] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445221] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446372] NET: Registered protocol family 1 [ 0.447226] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448305] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.449358] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.467952] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486471] Trying to unpack rootfs image as initramfs... [ 0.537152] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.551367] Scanning for low memory corruption every 60 seconds [ 0.552765] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.553947] audit: initializing netlink subsys (disabled) [ 0.554989] audit: type=2000 audit(1544630925.289:1): initialized [ 0.556346] Initialise system trusted keyring [ 0.557310] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.558500] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.560623] zbud: loaded [ 0.561377] VFS: Disk quotas dquot_6.6.0 [ 0.562207] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.563818] fuse init (API version 7.23) [ 0.564735] Key type big_key registered [ 0.565546] Allocating IMA MOK and blacklist keyrings. [ 0.566753] Key type asymmetric registered [ 0.567599] Asymmetric key parser 'x509' registered [ 0.568569] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570072] io scheduler noop registered [ 0.570872] io scheduler deadline registered (default) [ 0.571877] io scheduler cfq registered [ 0.572742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.573804] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.575087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.576556] ACPI: Power Button [PWRF] [ 0.577446] GHES: HEST is not enabled! [ 0.596041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.633060] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.635404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658998] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661238] Linux agpgart interface v0.103 [ 0.663606] brd: module loaded [ 0.664975] loop: module loaded [ 0.669783] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671274] GPT:90111 != 20971519 [ 0.671975] GPT:Alternate GPT header not at the end of the disk. [ 0.673085] GPT:90111 != 20971519 [ 0.673781] GPT: Use GNU Parted to correct GPT errors. [ 0.674764] vda: vda1 vda15 [ 0.676229] scsi host0: ata_piix [ 0.677031] scsi host1: ata_piix [ 0.677758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.679002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.680476] libphy: Fixed MDIO Bus: probed [ 0.681362] tun: Universal TUN/TAP device driver, 1.6 [ 0.682323] tun: (C) 1999-2004 Max Krasnyansky [ 0.684304] PPP generic driver version 2.4.2 [ 0.685203] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.686486] ehci-pci: EHCI PCI platform driver [ 0.687380] ehci-platform: EHCI generic platform driver [ 0.688384] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.689529] ohci-pci: OHCI PCI platform driver [ 0.690414] ohci-platform: OHCI generic platform driver [ 0.691423] uhci_hcd: USB Universal Host Controller Interface driver [ 0.710364] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.711391] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712876] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713884] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.715036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.716276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717710] usb usb1: Product: UHCI Host Controller [ 0.718662] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719815] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720835] hub 1-0:1.0: USB hub found [ 0.721629] hub 1-0:1.0: 2 ports detected [ 0.722557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725693] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726740] mousedev: PS/2 mouse device common for all mice [ 0.727929] rtc_cmos 00:00: RTC can wake from S4 [ 0.729159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.730859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732177] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.733388] i2c /dev entries driver [ 0.734149] device-mapper: uevent: version 1.0.3 [ 0.735107] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736765] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738090] NET: Registered protocol family 10 [ 0.739121] NET: Registered protocol family 17 [ 0.740030] Key type dns_resolver registered [ 0.740999] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.742339] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.743453] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.745227] registered taskstats version 1 [ 0.746075] Loading compiled-in X.509 certificates [ 0.747593] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.749526] zswap: loaded using pool lzo/zbud [ 0.750992] Key type trusted registered [ 0.752757] Key type encrypted registered [ 0.753594] AppArmor: AppArmor sha1 policy hashing enabled [ 0.754630] ima: No TPM chip found, activating TPM-bypass! [ 0.755694] evm: HMAC attrs: 0x1 [ 0.756642] Magic number: 14:699:135 [ 0.757425] block ram0: hash matches [ 0.768689] rtc_cmos 00:00: setting system clock to 2018-12-12 16:08:45 UTC (1544630925) [ 0.770360] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.771491] EDD information not available. [ 0.836158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.837745] Write protecting the kernel read-only data: 14336k [ 0.839382] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.841224] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.96 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.172992] 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.11... Lease of 10.55.1.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.16. iid=i-00000107 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvEBdZD5RrxLD+U5xfJmhoOmksUraX5SYbJYLzZ4nyRE/xIJaOveb9wQ3XBKX+UfWFOJ13o7e8F1tG6DQuLcMBGFMYqcRwD1TjySZna5N1AQ49n0vObk89tAs8Vh+x9HEFUG//9hLOyh+i7mP2CIVIkwp+0JuQk8I7OZEf9c+EqIQ9gT667IlM3fiQns05Nps6Oar+R4exsMEiPzdlQo3kmw9Ext//BJMeKs4Y9aoCyDU+OtopWs0BYIYP0GWAuJjZaY5O4gh+syOwFz3epZUMrvzsXYAfTaiTrYEGLlk5ShLzMaGvGb9M+53NPKrdbNgbDOtT5bDBWzatj7o29bXX root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f ssh-dss AAAAB3NzaC1kc3MAAACBAJ+k421360938iz4Hz6BKT2CXNorTZe3n4X2VWWUzEgh7LJSNTGolrYhzjjUprlHbCxBeKOdbjcBAGDnmLxI8tpVn+RLvYfn9pVM/o27xebpyv3PcGUQGHyRaPt5OXgFGZqUPRO4HouusKut1hIah5Q1gruKd0rW8zvU+eNMunIzAAAAFQDkrf14qH1KOAu6xzc27HD/thD0ZQAAAIEAlgF8dQVgoK4AvppiXzXfMwsl7gQKEYnK5lpZk4M39/G+mqlR8sZw6fJGPsV9/u1UVg5fCZhMeUDlMu5sGRKlWukaf70/H93U7IxveEFZhiw9yaaUy6CGlx6Bzn8c4F5wO7GZFlC+fbtlQQsoMLqWr4idMXrFt5fBySpyFOFv2LQAAACBAJVvl8H8TwYTj5zx3QmO8tfCGDSDFWCLj8ron2uamDQvq+vErfjGhInRSEuh7X3wSwfMpqmmqGSIoLyUKi3zQ2gQlnoiZp/Sj3DmKTsaQ3nh4Iv2j1iRCA+wycvshfVCg5uKfoZGf9qaqGQBBA2NFcpw29L2cQvzKrhbhyNoR+3P root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fed6:865c/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f launch-index: 0 === cirros: current=0.4.0 uptime=2.80 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f login: 2018-12-12 16:08:57,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:58,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ab91078-bf45-4ae3-a695-72db1238cf14 x-compute-request-id: req-9ab91078-bf45-4ae3-a695-72db1238cf14 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:58,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-9ab91078-bf45-4ae3-a695-72db1238cf14 2018-12-12 16:08:58,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:58,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-142101b0-ff86-4659-b2ba-197be784fb2a Date: Wed, 12 Dec 2018 16:08: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:58,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-142101b0-ff86-4659-b2ba-197be784fb2a 2018-12-12 16:08:58,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:58,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-121d5ee9-186b-41a1-b908-33d7f1607a78 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:58,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-121d5ee9-186b-41a1-b908-33d7f1607a78 2018-12-12 16:08:58,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:58,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-32c91017-979e-44f1-9bbe-fa1da4692429 Date: Wed, 12 Dec 2018 16:08:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:58,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-32c91017-979e-44f1-9bbe-fa1da4692429 2018-12-12 16:08:58,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:58,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-4bd995bf-eeeb-439b-a5f7-995553b5cf69 Date: Wed, 12 Dec 2018 16:08:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:49Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c","7f68bd75-329f-4319-9cc4-800ebb8dbbea"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:08:58,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-4bd995bf-eeeb-439b-a5f7-995553b5cf69 2018-12-12 16:08:58,600 - create_instance - INFO - Checking if VM is active 2018-12-12 16:08:58,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:58,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dbdcc06-40ba-444f-9dd3-4ee2dba0a474 x-compute-request-id: req-9dbdcc06-40ba-444f-9dd3-4ee2dba0a474 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:58,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-9dbdcc06-40ba-444f-9dd3-4ee2dba0a474 2018-12-12 16:08:58,864 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:08:58,864 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:08:58,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:59,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36e563cb-fbd3-4be2-87d2-790e209ba041 x-compute-request-id: req-36e563cb-fbd3-4be2-87d2-790e209ba041 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:08:59,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-36e563cb-fbd3-4be2-87d2-790e209ba041 2018-12-12 16:08:59,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:59,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d5380da4-f4f8-4d80-8d7f-562c2e8f17df Date: Wed, 12 Dec 2018 16: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:08:59,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-d5380da4-f4f8-4d80-8d7f-562c2e8f17df 2018-12-12 16:08:59,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:59,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e0a6f6-219c-4dad-ac9d-d5adbb08c0c8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:08:59,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-10e0a6f6-219c-4dad-ac9d-d5adbb08c0c8 2018-12-12 16:08:59,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:59,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a6f94f3d-6b5e-406d-af00-c06952dd2a28 Date: Wed, 12 Dec 2018 16:08:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:08:59,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-a6f94f3d-6b5e-406d-af00-c06952dd2a28 2018-12-12 16:08:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:08:59,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-9aad008e-c2fa-4031-a7f8-2fe5e852ef9d Date: Wed, 12 Dec 2018 16:08:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:49Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c","7f68bd75-329f-4319-9cc4-800ebb8dbbea"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:08:59,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-9aad008e-c2fa-4031-a7f8-2fe5e852ef9d 2018-12-12 16:08:59,700 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:08:59,703 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6cdbd10L 2018-12-12 16:08:59,704 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:08:59,704 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:08:59,704 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:08:59,705 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:08:59,705 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:08:59,705 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:08:59,705 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:08:59,706 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:08:59,706 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:08:59,722 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:08:59,723 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:08:59,735 - paramiko.transport - DEBUG - Trying key 082153a55a0623bf26baf4c81c4af877 from tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:08:59,761 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:08:59,764 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:08:59,865 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:08:59,881 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:08:59,881 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:08:59,883 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6da7410L 2018-12-12 16:08:59,884 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:08:59,884 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:08:59,884 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:08:59,885 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:08:59,886 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:08:59,886 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:08:59,886 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:08:59,886 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:08:59,886 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:08:59,903 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:08:59,903 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:08:59,916 - paramiko.transport - DEBUG - Trying key 082153a55a0623bf26baf4c81c4af877 from tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:08:59,941 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:08:59,945 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:08:59,948 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:08:59,949 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:08:59,949 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:08:59,950 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:08:59,951 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:08:59,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:00,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:08:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8be1000-e54b-4f60-8747-3383ccea2b81 x-compute-request-id: req-c8be1000-e54b-4f60-8747-3383ccea2b81 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:08:45Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:00,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-c8be1000-e54b-4f60-8747-3383ccea2b81 2018-12-12 16:09:00,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"reboot": {"type": "SOFT"}}' 2018-12-12 16:09:00,309 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:09: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-2504c11b-4a6b-45de-b037-d496c16f19ce x-compute-request-id: req-2504c11b-4a6b-45de-b037-d496c16f19ce Content-Length: 0 Content-Type: application/json 2018-12-12 16:09:00,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action used request id req-2504c11b-4a6b-45de-b037-d496c16f19ce 2018-12-12 16:09:15,325 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-12-12 16:09:15,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:15,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4b80c4e-ffd3-4034-ae4a-810220add746 x-compute-request-id: req-c4b80c4e-ffd3-4034-ae4a-810220add746 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-12-12T16:09:00Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:15,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-c4b80c4e-ffd3-4034-ae4a-810220add746 2018-12-12 16:09:15,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:09:17,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c220a5b6-96a4-438f-b871-ba01245b05c4 x-compute-request-id: req-c220a5b6-96a4-438f-b871-ba01245b05c4 Content-Encoding: gzip Content-Length: 9664 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 467399589 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.126441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128066] pid_max: default: 32768 minimum: 301\n[ 0.128948] ACPI: Core revision 20150930\n[ 0.130326] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131612] Security Framework initialized\n[ 0.132418] Yama: becoming mindful.\n[ 0.133136] AppArmor: AppArmor initialized\n[ 0.133981] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135250] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136484] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137656] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138997] Initializing cgroup subsys io\n[ 0.139797] Initializing cgroup subsys memory\n[ 0.140643] Initializing cgroup subsys devices\n[ 0.141500] Initializing cgroup subsys freezer\n[ 0.142360] Initializing cgroup subsys net_cls\n[ 0.143211] Initializing cgroup subsys perf_event\n[ 0.144109] Initializing cgroup subsys net_prio\n[ 0.144980] Initializing cgroup subsys hugetlb\n[ 0.145843] Initializing cgroup subsys pids\n[ 0.146707] CPU: Physical Processor ID: 0\n[ 0.148182] mce: CPU supports 10 MCE banks\n[ 0.149014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.158648] ftrace: allocating 31920 entries in 125 pages\n[ 0.184530] smpboot: Max logical packages: 2\n[ 0.185372] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.186545] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.187868] x2apic enabled\n[ 0.188666] Switched APIC routing to physical x2apic.\n[ 0.190402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.191599] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.193724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.195630] KVM setup paravirtual spinlock\n[ 0.197033] x86: Booting SMP configuration:\n[ 0.197924] .... node #0, CPUs: #1\n[ 0.198814] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.220506] x86: Booted up 1 node, 2 CPUs\n[ 0.220508] KVM setup async PF for cpu 1\n[ 0.220511] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223066] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.224552] devtmpfs: initialized\n[ 0.226237] evm: security.selinux\n[ 0.226925] evm: security.SMACK64\n[ 0.227607] evm: security.SMACK64EXEC\n[ 0.228336] evm: security.SMACK64TRANSMUTE\n[ 0.229136] evm: security.SMACK64MMAP\n[ 0.229872] evm: security.ima\n[ 0.230504] evm: security.capability\n[ 0.231346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233192] pinctrl core: initialized pinctrl subsystem\n[ 0.234284] RTC time: 16:08:44, date: 12/12/18\n[ 0.235247] NET: Registered protocol family 16\n[ 0.245193] cpuidle: using governor ladder\n[ 0.257291] cpuidle: using governor menu\n[ 0.258089] PCCT header not found.\n[ 0.258858] ACPI: bus type PCI registered\n[ 0.259653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260883] PCI: Using configuration type 1 for base access\n[ 0.274291] ACPI: Added _OSI(Module Device)\n[ 0.275135] ACPI: Added _OSI(Processor Device)\n[ 0.275988] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276870] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279221] ACPI: Interpreter enabled\n[ 0.279977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.283620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287251] ACPI: (supports S0 S5)\n[ 0.287946] ACPI: Using IOAPIC for interrupt routing\n[ 0.288875] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.292220] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.293349] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.294557] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295735] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297951] acpiphp: Slot [3] registered\n[ 0.298749] acpiphp: Slot [4] registered\n[ 0.299549] acpiphp: Slot [5] registered\n[ 0.300343] acpiphp: Slot [6] registered\n[ 0.301127] acpiphp: Slot [7] registered\n[ 0.301915] acpiphp: Slot [8] registered\n[ 0.302704] acpiphp: Slot [9] registered\n[ 0.303491] acpiphp: Slot [10] registered\n[ 0.314336] acpiphp: Slot [11] registered\n[ 0.315135] acpiphp: Slot [12] registered\n[ 0.315935] acpiphp: Slot [13] registered\n[ 0.316732] acpiphp: Slot [14] registered\n[ 0.317527] acpiphp: Slot [15] registered\n[ 0.318335] acpiphp: Slot [16] registered\n[ 0.319137] acpiphp: Slot [17] registered\n[ 0.319935] acpiphp: Slot [18] registered\n[ 0.320733] acpiphp: Slot [19] registered\n[ 0.321533] acpiphp: Slot [20] registered\n[ 0.322335] acpiphp: Slot [21] registered\n[ 0.323128] acpiphp: Slot [22] registered\n[ 0.323928] acpiphp: Slot [23] registered\n[ 0.324727] acpiphp: Slot [24] registered\n[ 0.325519] acpiphp: Slot [25] registered\n[ 0.326314] acpiphp: Slot [26] registered\n[ 0.327110] acpiphp: Slot [27] registered\n[ 0.327909] acpiphp: Slot [28] registered\n[ 0.328705] acpiphp: Slot [29] registered\n[ 0.329498] acpiphp: Slot [30] registered\n[ 0.330296] acpiphp: Slot [31] registered\n[ 0.331083] PCI host bridge to bus 0000:00\n[ 0.331882] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.333071] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335681] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.337102] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.343312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.344566] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.345722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353579] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.354998] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401186] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402690] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404097] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.405495] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.408168] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409354] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411916] vgaarb: loaded\n[ 0.412510] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413641] SCSI subsystem initialized\n[ 0.414468] ACPI: bus type USB registered\n[ 0.415278] usbcore: registered new interface driver usbfs\n[ 0.416296] usbcore: registered new interface driver hub\n[ 0.417287] usbcore: registered new device driver usb\n[ 0.418375] PCI: Using ACPI for IRQ routing\n[ 0.419392] NetLabel: Initializing\n[ 0.420095] NetLabel: domain hash size = 128\n[ 0.420940] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421890] NetLabel: unlabeled traffic allowed by default\n[ 0.423020] clocksource: Switched to clocksource kvm-clock\n[ 0.429000] AppArmor: AppArmor Filesystem Enabled\n[ 0.429950] pnp: PnP ACPI init\n[ 0.430872] pnp: PnP ACPI: found 5 devices\n[ 0.437969] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.439654] NET: Registered protocol family 2\n[ 0.440626] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.441873] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.443026] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.444164] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445221] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446372] NET: Registered protocol family 1\n[ 0.447226] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.448305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.449358] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.467952] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.486471] Trying to unpack rootfs image as initramfs...\n[ 0.537152] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.551367] Scanning for low memory corruption every 60 seconds\n[ 0.552765] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.553947] audit: initializing netlink subsys (disabled)\n[ 0.554989] audit: type=2000 audit(1544630925.289:1): initialized\n[ 0.556346] Initialise system trusted keyring\n[ 0.557310] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558500] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560623] zbud: loaded\n[ 0.561377] VFS: Disk quotas dquot_6.6.0\n[ 0.562207] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.563818] fuse init (API version 7.23)\n[ 0.564735] Key type big_key registered\n[ 0.565546] Allocating IMA MOK and blacklist keyrings.\n[ 0.566753] Key type asymmetric registered\n[ 0.567599] Asymmetric key parser 'x509' registered\n[ 0.568569] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.570072] io scheduler noop registered\n[ 0.570872] io scheduler deadline registered (default)\n[ 0.571877] io scheduler cfq registered\n[ 0.572742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.573804] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.575087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.576556] ACPI: Power Button [PWRF]\n[ 0.577446] GHES: HEST is not enabled!\n[ 0.596041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633060] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.635404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.658998] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.661238] Linux agpgart interface v0.103\n[ 0.663606] brd: module loaded\n[ 0.664975] loop: module loaded\n[ 0.669783] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671274] GPT:90111 != 20971519\n[ 0.671975] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673085] GPT:90111 != 20971519\n[ 0.673781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.674764] vda: vda1 vda15\n[ 0.676229] scsi host0: ata_piix\n[ 0.677031] scsi host1: ata_piix\n[ 0.677758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680476] libphy: Fixed MDIO Bus: probed\n[ 0.681362] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682323] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684304] PPP generic driver version 2.4.2\n[ 0.685203] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.686486] ehci-pci: EHCI PCI platform driver\n[ 0.687380] ehci-platform: EHCI generic platform driver\n[ 0.688384] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.689529] ohci-pci: OHCI PCI platform driver\n[ 0.690414] ohci-platform: OHCI generic platform driver\n[ 0.691423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.710364] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.711391] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712876] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.713884] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.715036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.716276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717710] usb usb1: Product: UHCI Host Controller\n[ 0.718662] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720835] hub 1-0:1.0: USB hub found\n[ 0.721629] hub 1-0:1.0: 2 ports detected\n[ 0.722557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725693] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.726740] mousedev: PS/2 mouse device common for all mice\n[ 0.727929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732177] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733388] i2c /dev entries driver\n[ 0.734149] device-mapper: uevent: version 1.0.3\n[ 0.735107] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736765] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738090] NET: Registered protocol family 10\n[ 0.739121] NET: Registered protocol family 17\n[ 0.740030] Key type dns_resolver registered\n[ 0.740999] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742339] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.743453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.745227] registered taskstats version 1\n[ 0.746075] Loading compiled-in X.509 certificates\n[ 0.747593] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749526] zswap: loaded using pool lzo/zbud\n[ 0.750992] Key type trusted registered\n[ 0.752757] Key type encrypted registered\n[ 0.753594] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.754630] ima: No TPM chip found, activating TPM-bypass!\n[ 0.755694] evm: HMAC attrs: 0x1\n[ 0.756642] Magic number: 14:699:135\n[ 0.757425] block ram0: hash matches\n[ 0.768689] rtc_cmos 00:00: setting system clock to 2018-12-12 16:08:45 UTC (1544630925)\n[ 0.770360] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.771491] EDD information not available.\n[ 0.836158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.837745] Write protecting the kernel read-only data: 14336k\n[ 0.839382] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841224] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.172992] 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.11...\nLease of 10.55.1.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.16. iid=i-00000107\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvEBdZD5RrxLD+U5xfJmhoOmksUraX5SYbJYLzZ4nyRE/xIJaOveb9wQ3XBKX+UfWFOJ13o7e8F1tG6DQuLcMBGFMYqcRwD1TjySZna5N1AQ49n0vObk89tAs8Vh+x9HEFUG//9hLOyh+i7mP2CIVIkwp+0JuQk8I7OZEf9c+EqIQ9gT667IlM3fiQns05Nps6Oar+R4exsMEiPzdlQo3kmw9Ext//BJMeKs4Y9aoCyDU+OtopWs0BYIYP0GWAuJjZaY5O4gh+syOwFz3epZUMrvzsXYAfTaiTrYEGLlk5ShLzMaGvGb9M+53NPKrdbNgbDOtT5bDBWzatj7o29bXX root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\nssh-dss AAAAB3NzaC1kc3MAAACBAJ+k421360938iz4Hz6BKT2CXNorTZe3n4X2VWWUzEgh7LJSNTGolrYhzjjUprlHbCxBeKOdbjcBAGDnmLxI8tpVn+RLvYfn9pVM/o27xebpyv3PcGUQGHyRaPt5OXgFGZqUPRO4HouusKut1hIah5Q1gruKd0rW8zvU+eNMunIzAAAAFQDkrf14qH1KOAu6xzc27HD/thD0ZQAAAIEAlgF8dQVgoK4AvppiXzXfMwsl7gQKEYnK5lpZk4M39/G+mqlR8sZw6fJGPsV9/u1UVg5fCZhMeUDlMu5sGRKlWukaf70/H93U7IxveEFZhiw9yaaUy6CGlx6Bzn8c4F5wO7GZFlC+fbtlQQsoMLqWr4idMXrFt5fBySpyFOFv2LQAAACBAJVvl8H8TwYTj5zx3QmO8tfCGDSDFWCLj8ron2uamDQvq+vErfjGhInRSEuh7X3wSwfMpqmmqGSIoLyUKi3zQ2gQlnoiZp/Sj3DmKTsaQ3nh4Iv2j1iRCA+wycvshfVCg5uKfoZGf9qaqGQBBA2NFcpw29L2cQvzKrhbhyNoR+3P root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fed6:865c/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.80 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f login: The system is going down NOW!\nSent SIGTERM to all processes\n"} 2018-12-12 16:09:17,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action used request id req-c220a5b6-96a4-438f-b871-ba01245b05c4 2018-12-12 16:09:17,138 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:09:17,139 - 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 467399589 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.126441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128066] pid_max: default: 32768 minimum: 301 [ 0.128948] ACPI: Core revision 20150930 [ 0.130326] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131612] Security Framework initialized [ 0.132418] Yama: becoming mindful. [ 0.133136] AppArmor: AppArmor initialized [ 0.133981] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135250] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136484] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137656] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138997] Initializing cgroup subsys io [ 0.139797] Initializing cgroup subsys memory [ 0.140643] Initializing cgroup subsys devices [ 0.141500] Initializing cgroup subsys freezer [ 0.142360] Initializing cgroup subsys net_cls [ 0.143211] Initializing cgroup subsys perf_event [ 0.144109] Initializing cgroup subsys net_prio [ 0.144980] Initializing cgroup subsys hugetlb [ 0.145843] Initializing cgroup subsys pids [ 0.146707] CPU: Physical Processor ID: 0 [ 0.148182] mce: CPU supports 10 MCE banks [ 0.149014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150003] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.158648] ftrace: allocating 31920 entries in 125 pages [ 0.184530] smpboot: Max logical packages: 2 [ 0.185372] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186545] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.187868] x2apic enabled [ 0.188666] Switched APIC routing to physical x2apic. [ 0.190402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.191599] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.193724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.195630] KVM setup paravirtual spinlock [ 0.197033] x86: Booting SMP configuration: [ 0.197924] .... node #0, CPUs: #1 [ 0.198814] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.220506] x86: Booted up 1 node, 2 CPUs [ 0.220508] KVM setup async PF for cpu 1 [ 0.220511] kvm-stealtime: cpu 1, msr f90d940 [ 0.223066] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.224552] devtmpfs: initialized [ 0.226237] evm: security.selinux [ 0.226925] evm: security.SMACK64 [ 0.227607] evm: security.SMACK64EXEC [ 0.228336] evm: security.SMACK64TRANSMUTE [ 0.229136] evm: security.SMACK64MMAP [ 0.229872] evm: security.ima [ 0.230504] evm: security.capability [ 0.231346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233192] pinctrl core: initialized pinctrl subsystem [ 0.234284] RTC time: 16:08:44, date: 12/12/18 [ 0.235247] NET: Registered protocol family 16 [ 0.245193] cpuidle: using governor ladder [ 0.257291] cpuidle: using governor menu [ 0.258089] PCCT header not found. [ 0.258858] ACPI: bus type PCI registered [ 0.259653] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260883] PCI: Using configuration type 1 for base access [ 0.274291] ACPI: Added _OSI(Module Device) [ 0.275135] ACPI: Added _OSI(Processor Device) [ 0.275988] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.276870] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279221] ACPI: Interpreter enabled [ 0.279977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.281795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.283620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287251] ACPI: (supports S0 S5) [ 0.287946] ACPI: Using IOAPIC for interrupt routing [ 0.288875] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.292220] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.293349] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.294557] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.295735] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.297951] acpiphp: Slot [3] registered [ 0.298749] acpiphp: Slot [4] registered [ 0.299549] acpiphp: Slot [5] registered [ 0.300343] acpiphp: Slot [6] registered [ 0.301127] acpiphp: Slot [7] registered [ 0.301915] acpiphp: Slot [8] registered [ 0.302704] acpiphp: Slot [9] registered [ 0.303491] acpiphp: Slot [10] registered [ 0.314336] acpiphp: Slot [11] registered [ 0.315135] acpiphp: Slot [12] registered [ 0.315935] acpiphp: Slot [13] registered [ 0.316732] acpiphp: Slot [14] registered [ 0.317527] acpiphp: Slot [15] registered [ 0.318335] acpiphp: Slot [16] registered [ 0.319137] acpiphp: Slot [17] registered [ 0.319935] acpiphp: Slot [18] registered [ 0.320733] acpiphp: Slot [19] registered [ 0.321533] acpiphp: Slot [20] registered [ 0.322335] acpiphp: Slot [21] registered [ 0.323128] acpiphp: Slot [22] registered [ 0.323928] acpiphp: Slot [23] registered [ 0.324727] acpiphp: Slot [24] registered [ 0.325519] acpiphp: Slot [25] registered [ 0.326314] acpiphp: Slot [26] registered [ 0.327110] acpiphp: Slot [27] registered [ 0.327909] acpiphp: Slot [28] registered [ 0.328705] acpiphp: Slot [29] registered [ 0.329498] acpiphp: Slot [30] registered [ 0.330296] acpiphp: Slot [31] registered [ 0.331083] PCI host bridge to bus 0000:00 [ 0.331882] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.333071] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.334260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.335681] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.337102] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.343312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.344566] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353579] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.354998] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.401186] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.402690] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.404097] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.405495] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.406905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.408168] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.409354] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.410400] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.411916] vgaarb: loaded [ 0.412510] vgaarb: bridge control possible 0000:00:02.0 [ 0.413641] SCSI subsystem initialized [ 0.414468] ACPI: bus type USB registered [ 0.415278] usbcore: registered new interface driver usbfs [ 0.416296] usbcore: registered new interface driver hub [ 0.417287] usbcore: registered new device driver usb [ 0.418375] PCI: Using ACPI for IRQ routing [ 0.419392] NetLabel: Initializing [ 0.420095] NetLabel: domain hash size = 128 [ 0.420940] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.421890] NetLabel: unlabeled traffic allowed by default [ 0.423020] clocksource: Switched to clocksource kvm-clock [ 0.429000] AppArmor: AppArmor Filesystem Enabled [ 0.429950] pnp: PnP ACPI init [ 0.430872] pnp: PnP ACPI: found 5 devices [ 0.437969] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.439654] NET: Registered protocol family 2 [ 0.440626] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.441873] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.443026] TCP: Hash tables configured (established 2048 bind 2048) [ 0.444164] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445221] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446372] NET: Registered protocol family 1 [ 0.447226] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448305] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.449358] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.467952] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486471] Trying to unpack rootfs image as initramfs... [ 0.537152] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.551367] Scanning for low memory corruption every 60 seconds [ 0.552765] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.553947] audit: initializing netlink subsys (disabled) [ 0.554989] audit: type=2000 audit(1544630925.289:1): initialized [ 0.556346] Initialise system trusted keyring [ 0.557310] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.558500] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.560623] zbud: loaded [ 0.561377] VFS: Disk quotas dquot_6.6.0 [ 0.562207] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.563818] fuse init (API version 7.23) [ 0.564735] Key type big_key registered [ 0.565546] Allocating IMA MOK and blacklist keyrings. [ 0.566753] Key type asymmetric registered [ 0.567599] Asymmetric key parser 'x509' registered [ 0.568569] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570072] io scheduler noop registered [ 0.570872] io scheduler deadline registered (default) [ 0.571877] io scheduler cfq registered [ 0.572742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.573804] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.575087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.576556] ACPI: Power Button [PWRF] [ 0.577446] GHES: HEST is not enabled! [ 0.596041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.633060] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.635404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658998] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661238] Linux agpgart interface v0.103 [ 0.663606] brd: module loaded [ 0.664975] loop: module loaded [ 0.669783] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671274] GPT:90111 != 20971519 [ 0.671975] GPT:Alternate GPT header not at the end of the disk. [ 0.673085] GPT:90111 != 20971519 [ 0.673781] GPT: Use GNU Parted to correct GPT errors. [ 0.674764] vda: vda1 vda15 [ 0.676229] scsi host0: ata_piix [ 0.677031] scsi host1: ata_piix [ 0.677758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.679002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.680476] libphy: Fixed MDIO Bus: probed [ 0.681362] tun: Universal TUN/TAP device driver, 1.6 [ 0.682323] tun: (C) 1999-2004 Max Krasnyansky [ 0.684304] PPP generic driver version 2.4.2 [ 0.685203] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.686486] ehci-pci: EHCI PCI platform driver [ 0.687380] ehci-platform: EHCI generic platform driver [ 0.688384] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.689529] ohci-pci: OHCI PCI platform driver [ 0.690414] ohci-platform: OHCI generic platform driver [ 0.691423] uhci_hcd: USB Universal Host Controller Interface driver [ 0.710364] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.711391] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712876] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713884] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.715036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.716276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717710] usb usb1: Product: UHCI Host Controller [ 0.718662] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719815] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720835] hub 1-0:1.0: USB hub found [ 0.721629] hub 1-0:1.0: 2 ports detected [ 0.722557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725693] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726740] mousedev: PS/2 mouse device common for all mice [ 0.727929] rtc_cmos 00:00: RTC can wake from S4 [ 0.729159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.730859] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732177] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.733388] i2c /dev entries driver [ 0.734149] device-mapper: uevent: version 1.0.3 [ 0.735107] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736765] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738090] NET: Registered protocol family 10 [ 0.739121] NET: Registered protocol family 17 [ 0.740030] Key type dns_resolver registered [ 0.740999] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.742339] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.743453] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.745227] registered taskstats version 1 [ 0.746075] Loading compiled-in X.509 certificates [ 0.747593] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.749526] zswap: loaded using pool lzo/zbud [ 0.750992] Key type trusted registered [ 0.752757] Key type encrypted registered [ 0.753594] AppArmor: AppArmor sha1 policy hashing enabled [ 0.754630] ima: No TPM chip found, activating TPM-bypass! [ 0.755694] evm: HMAC attrs: 0x1 [ 0.756642] Magic number: 14:699:135 [ 0.757425] block ram0: hash matches [ 0.768689] rtc_cmos 00:00: setting system clock to 2018-12-12 16:08:45 UTC (1544630925) [ 0.770360] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.771491] EDD information not available. [ 0.836158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.837745] Write protecting the kernel read-only data: 14336k [ 0.839382] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.841224] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.96 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.172992] 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.11... Lease of 10.55.1.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.16. iid=i-00000107 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvEBdZD5RrxLD+U5xfJmhoOmksUraX5SYbJYLzZ4nyRE/xIJaOveb9wQ3XBKX+UfWFOJ13o7e8F1tG6DQuLcMBGFMYqcRwD1TjySZna5N1AQ49n0vObk89tAs8Vh+x9HEFUG//9hLOyh+i7mP2CIVIkwp+0JuQk8I7OZEf9c+EqIQ9gT667IlM3fiQns05Nps6Oar+R4exsMEiPzdlQo3kmw9Ext//BJMeKs4Y9aoCyDU+OtopWs0BYIYP0GWAuJjZaY5O4gh+syOwFz3epZUMrvzsXYAfTaiTrYEGLlk5ShLzMaGvGb9M+53NPKrdbNgbDOtT5bDBWzatj7o29bXX root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f ssh-dss AAAAB3NzaC1kc3MAAACBAJ+k421360938iz4Hz6BKT2CXNorTZe3n4X2VWWUzEgh7LJSNTGolrYhzjjUprlHbCxBeKOdbjcBAGDnmLxI8tpVn+RLvYfn9pVM/o27xebpyv3PcGUQGHyRaPt5OXgFGZqUPRO4HouusKut1hIah5Q1gruKd0rW8zvU+eNMunIzAAAAFQDkrf14qH1KOAu6xzc27HD/thD0ZQAAAIEAlgF8dQVgoK4AvppiXzXfMwsl7gQKEYnK5lpZk4M39/G+mqlR8sZw6fJGPsV9/u1UVg5fCZhMeUDlMu5sGRKlWukaf70/H93U7IxveEFZhiw9yaaUy6CGlx6Bzn8c4F5wO7GZFlC+fbtlQQsoMLqWr4idMXrFt5fBySpyFOFv2LQAAACBAJVvl8H8TwYTj5zx3QmO8tfCGDSDFWCLj8ron2uamDQvq+vErfjGhInRSEuh7X3wSwfMpqmmqGSIoLyUKi3zQ2gQlnoiZp/Sj3DmKTsaQ3nh4Iv2j1iRCA+wycvshfVCg5uKfoZGf9qaqGQBBA2NFcpw29L2cQvzKrhbhyNoR+3P root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fed6:865c/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f launch-index: 0 === cirros: current=0.4.0 uptime=2.80 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f login: The system is going down NOW! Sent SIGTERM to all processes 2018-12-12 16:09:17,139 - create_instance - INFO - Checking if VM is active 2018-12-12 16:09:17,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:17,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09: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-435c3c66-9126-44ab-a1aa-238d8104c46b x-compute-request-id: req-435c3c66-9126-44ab-a1aa-238d8104c46b Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-12-12T16:09:00Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:17,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-435c3c66-9126-44ab-a1aa-238d8104c46b 2018-12-12 16:09:17,642 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - REBOOT 2018-12-12 16:09:17,642 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:09:20,643 - create_instance - DEBUG - VM status query timeout in 896.495807886 2018-12-12 16:09:20,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:21,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09: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-103c3776-54ca-4477-b990-b922ba78e168 x-compute-request-id: req-103c3776-54ca-4477-b990-b922ba78e168 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-12-12T16:09:00Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:21,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-103c3776-54ca-4477-b990-b922ba78e168 2018-12-12 16:09:21,193 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - REBOOT 2018-12-12 16:09:21,193 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:09:24,196 - create_instance - DEBUG - VM status query timeout in 892.943285942 2018-12-12 16:09:24,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:25,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09: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-2db76213-f175-435b-af9b-75a7a0f6af3b x-compute-request-id: req-2db76213-f175-435b-af9b-75a7a0f6af3b Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-12-12T16:09:00Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:25,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-2db76213-f175-435b-af9b-75a7a0f6af3b 2018-12-12 16:09:25,075 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - REBOOT 2018-12-12 16:09:25,075 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:09:28,078 - create_instance - DEBUG - VM status query timeout in 889.060974836 2018-12-12 16:09:28,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:28,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b59032f-98e2-43e1-ad6a-fab450904889 x-compute-request-id: req-8b59032f-98e2-43e1-ad6a-fab450904889 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:25Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:28,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-8b59032f-98e2-43e1-ad6a-fab450904889 2018-12-12 16:09:28,599 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:09:28,599 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:09:28,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:29,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9888aac0-871d-4247-8294-c57d47ca8988 x-compute-request-id: req-9888aac0-871d-4247-8294-c57d47ca8988 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:25Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:29,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-9888aac0-871d-4247-8294-c57d47ca8988 2018-12-12 16:09:29,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:29,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-25fe8e09-5539-480c-9d20-c6a069d358bf Date: Wed, 12 Dec 2018 16:09:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:09:29,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-25fe8e09-5539-480c-9d20-c6a069d358bf 2018-12-12 16:09:29,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:29,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8238cd71-577e-4ba4-9daf-e3e002982886 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:09:29,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-8238cd71-577e-4ba4-9daf-e3e002982886 2018-12-12 16:09:29,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:29,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-124860bc-60e6-4531-8fa6-17c66cf28fe6 Date: Wed, 12 Dec 2018 16:09:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:09:29,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-124860bc-60e6-4531-8fa6-17c66cf28fe6 2018-12-12 16:09:29,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:29,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-cc656e5e-b4ac-4a7c-91f1-6a24f5935310 Date: Wed, 12 Dec 2018 16:09:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:49Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c","7f68bd75-329f-4319-9cc4-800ebb8dbbea"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:09:29,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-cc656e5e-b4ac-4a7c-91f1-6a24f5935310 2018-12-12 16:09:29,580 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:09:29,582 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno None] Unable to connect to port 22 on 172.30.9.210 2018-12-12 16:09:29,582 - create_instance - DEBUG - Retry SSH connection in 3 seconds 2018-12-12 16:09:32,586 - create_instance - DEBUG - SSH connection timeout in 176.994498968 2018-12-12 16:09:32,586 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:09:32,588 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6cdbd10L 2018-12-12 16:09:32,588 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:09:32,588 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:09:32,589 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:09:32,590 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:09:32,590 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:09:32,590 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:09:32,590 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:09:32,590 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:09:32,591 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:09:32,607 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:09:32,608 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:09:32,621 - paramiko.transport - DEBUG - Trying key 082153a55a0623bf26baf4c81c4af877 from tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:09:32,647 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:09:32,653 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:09:32,754 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:09:32,799 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:09:32,799 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:09:32,801 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6cdbed0L 2018-12-12 16:09:32,801 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:09:32,801 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:09:32,801 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:09:32,803 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:09:32,803 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:09:32,803 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:09:32,803 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:09:32,803 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:09:32,803 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:09:32,820 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:09:32,821 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:09:32,833 - paramiko.transport - DEBUG - Trying key 082153a55a0623bf26baf4c81c4af877 from tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:09:32,859 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:09:32,862 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:09:32,866 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:09:32,867 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:09:32,867 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:09:32,868 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:09:32,870 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:09:32,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:33,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79c7f9c3-feec-4024-ac8d-8f4229767f6d x-compute-request-id: req-79c7f9c3-feec-4024-ac8d-8f4229767f6d Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:25Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:33,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-79c7f9c3-feec-4024-ac8d-8f4229767f6d 2018-12-12 16:09:33,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"reboot": {"type": "SOFT"}}' 2018-12-12 16:09:33,457 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:09:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-255db0d8-adc0-4997-b492-60eb1832795f x-compute-request-id: req-255db0d8-adc0-4997-b492-60eb1832795f Content-Length: 0 Content-Type: application/json 2018-12-12 16:09:33,457 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action used request id req-255db0d8-adc0-4997-b492-60eb1832795f 2018-12-12 16:09:48,468 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-12-12 16:09:48,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:49,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bac0bf8-0d77-4704-962c-97ca5c731052 x-compute-request-id: req-1bac0bf8-0d77-4704-962c-97ca5c731052 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:37Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:49,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-1bac0bf8-0d77-4704-962c-97ca5c731052 2018-12-12 16:09:49,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:09:50,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1faa5be9-03d8-46b5-b662-19c1a111cbec x-compute-request-id: req-1faa5be9-03d8-46b5-b662-19c1a111cbec Content-Encoding: gzip Content-Length: 9525 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 495605415 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.132934] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134641] pid_max: default: 32768 minimum: 301\n[ 0.135561] ACPI: Core revision 20150930\n[ 0.136984] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138389] Security Framework initialized\n[ 0.139268] Yama: becoming mindful.\n[ 0.140027] AppArmor: AppArmor initialized\n[ 0.140902] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142252] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.143558] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144796] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146216] Initializing cgroup subsys io\n[ 0.147081] Initializing cgroup subsys memory\n[ 0.148015] Initializing cgroup subsys devices\n[ 0.148935] Initializing cgroup subsys freezer\n[ 0.149837] Initializing cgroup subsys net_cls\n[ 0.150759] Initializing cgroup subsys perf_event\n[ 0.151722] Initializing cgroup subsys net_prio\n[ 0.152679] Initializing cgroup subsys hugetlb\n[ 0.153604] Initializing cgroup subsys pids\n[ 0.154514] CPU: Physical Processor ID: 0\n[ 0.156070] mce: CPU supports 10 MCE banks\n[ 0.156953] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157994] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160329] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166758] ftrace: allocating 31920 entries in 125 pages\n[ 0.192795] smpboot: Max logical packages: 2\n[ 0.193713] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194945] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.196358] x2apic enabled\n[ 0.197197] Switched APIC routing to physical x2apic.\n[ 0.199045] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200338] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204552] KVM setup paravirtual spinlock\n[ 0.206023] x86: Booting SMP configuration:\n[ 0.206950] .... node #0, CPUs: #1\n[ 0.207880] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.229580] x86: Booted up 1 node, 2 CPUs\n[ 0.229583] KVM setup async PF for cpu 1\n[ 0.229585] kvm-stealtime: cpu 1, msr f90d940\n[ 0.232316] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.233877] devtmpfs: initialized\n[ 0.235597] evm: security.selinux\n[ 0.236334] evm: security.SMACK64\n[ 0.237046] evm: security.SMACK64EXEC\n[ 0.237831] evm: security.SMACK64TRANSMUTE\n[ 0.238689] evm: security.SMACK64MMAP\n[ 0.239487] evm: security.ima\n[ 0.240194] evm: security.capability\n[ 0.241056] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242982] pinctrl core: initialized pinctrl subsystem\n[ 0.244120] RTC time: 16:09:36, date: 12/12/18\n[ 0.245097] NET: Registered protocol family 16\n[ 0.254919] cpuidle: using governor ladder\n[ 0.266998] cpuidle: using governor menu\n[ 0.267861] PCCT header not found.\n[ 0.268649] ACPI: bus type PCI registered\n[ 0.269466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270733] PCI: Using configuration type 1 for base access\n[ 0.284186] ACPI: Added _OSI(Module Device)\n[ 0.285045] ACPI: Added _OSI(Processor Device)\n[ 0.285915] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286829] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289228] ACPI: Interpreter enabled\n[ 0.290013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297561] ACPI: (supports S0 S5)\n[ 0.298280] ACPI: Using IOAPIC for interrupt routing\n[ 0.299357] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303903] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305169] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.306385] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308670] acpiphp: Slot [3] registered\n[ 0.309495] acpiphp: Slot [4] registered\n[ 0.310309] acpiphp: Slot [5] registered\n[ 0.311120] acpiphp: Slot [6] registered\n[ 0.311930] acpiphp: Slot [7] registered\n[ 0.312738] acpiphp: Slot [8] registered\n[ 0.313562] acpiphp: Slot [9] registered\n[ 0.314376] acpiphp: Slot [10] registered\n[ 0.325255] acpiphp: Slot [11] registered\n[ 0.326108] acpiphp: Slot [12] registered\n[ 0.326937] acpiphp: Slot [13] registered\n[ 0.327758] acpiphp: Slot [14] registered\n[ 0.328584] acpiphp: Slot [15] registered\n[ 0.329416] acpiphp: Slot [16] registered\n[ 0.330244] acpiphp: Slot [17] registered\n[ 0.331065] acpiphp: Slot [18] registered\n[ 0.331887] acpiphp: Slot [19] registered\n[ 0.332712] acpiphp: Slot [20] registered\n[ 0.333544] acpiphp: Slot [21] registered\n[ 0.334373] acpiphp: Slot [22] registered\n[ 0.335200] acpiphp: Slot [23] registered\n[ 0.336024] acpiphp: Slot [24] registered\n[ 0.336841] acpiphp: Slot [25] registered\n[ 0.337666] acpiphp: Slot [26] registered\n[ 0.338505] acpiphp: Slot [27] registered\n[ 0.339335] acpiphp: Slot [28] registered\n[ 0.340163] acpiphp: Slot [29] registered\n[ 0.340988] acpiphp: Slot [30] registered\n[ 0.341818] acpiphp: Slot [31] registered\n[ 0.342639] PCI host bridge to bus 0000:00\n[ 0.343472] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344715] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347438] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355442] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356794] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359319] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365713] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367220] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.413290] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.414845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.416303] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.417751] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419187] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.420931] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.422142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.423253] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.424847] vgaarb: loaded\n[ 0.425474] vgaarb: bridge control possible 0000:00:02.0\n[ 0.426657] SCSI subsystem initialized\n[ 0.427517] ACPI: bus type USB registered\n[ 0.428369] usbcore: registered new interface driver usbfs\n[ 0.429436] usbcore: registered new interface driver hub\n[ 0.430497] usbcore: registered new device driver usb\n[ 0.431628] PCI: Using ACPI for IRQ routing\n[ 0.432684] NetLabel: Initializing\n[ 0.433422] NetLabel: domain hash size = 128\n[ 0.434300] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435284] NetLabel: unlabeled traffic allowed by default\n[ 0.436433] clocksource: Switched to clocksource kvm-clock\n[ 0.442522] AppArmor: AppArmor Filesystem Enabled\n[ 0.443524] pnp: PnP ACPI init\n[ 0.444486] pnp: PnP ACPI: found 5 devices\n[ 0.451639] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453400] NET: Registered protocol family 2\n[ 0.454419] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.455734] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.456941] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.458139] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459247] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460477] NET: Registered protocol family 1\n[ 0.461371] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462496] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.482107] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.500846] Trying to unpack rootfs image as initramfs...\n[ 0.551038] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.565245] Scanning for low memory corruption every 60 seconds\n[ 0.566857] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.568274] audit: initializing netlink subsys (disabled)\n[ 0.569529] audit: type=2000 audit(1544630977.609:1): initialized\n[ 0.571089] Initialise system trusted keyring\n[ 0.572228] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.573662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.576032] zbud: loaded\n[ 0.576860] VFS: Disk quotas dquot_6.6.0\n[ 0.577833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.579634] fuse init (API version 7.23)\n[ 0.580685] Key type big_key registered\n[ 0.581658] Allocating IMA MOK and blacklist keyrings.\n[ 0.583049] Key type asymmetric registered\n[ 0.584019] Asymmetric key parser 'x509' registered\n[ 0.585155] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.586913] io scheduler noop registered\n[ 0.587845] io scheduler deadline registered (default)\n[ 0.589089] io scheduler cfq registered\n[ 0.590079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.591326] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.592874] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.594585] ACPI: Power Button [PWRF]\n[ 0.595573] GHES: HEST is not enabled!\n[ 0.613763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.650952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.653878] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.677813] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.680644] Linux agpgart interface v0.103\n[ 0.683118] brd: module loaded\n[ 0.684556] loop: module loaded\n[ 0.689490] vda: vda1 vda15\n[ 0.691126] scsi host0: ata_piix\n[ 0.692026] scsi host1: ata_piix\n[ 0.692900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.694411] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.696109] libphy: Fixed MDIO Bus: probed\n[ 0.697124] tun: Universal TUN/TAP device driver, 1.6\n[ 0.698272] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.700473] PPP generic driver version 2.4.2\n[ 0.701415] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.702591] ehci-pci: EHCI PCI platform driver\n[ 0.703461] ehci-platform: EHCI generic platform driver\n[ 0.704449] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705565] ohci-pci: OHCI PCI platform driver\n[ 0.706425] ohci-platform: OHCI generic platform driver\n[ 0.707400] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.726073] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.727070] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.728544] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729532] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.731854] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733285] usb usb1: Product: UHCI Host Controller\n[ 0.734213] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.735341] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.736330] hub 1-0:1.0: USB hub found\n[ 0.737113] hub 1-0:1.0: 2 ports detected\n[ 0.738024] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.740133] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.741098] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742130] mousedev: PS/2 mouse device common for all mice\n[ 0.743272] rtc_cmos 00:00: RTC can wake from S4\n[ 0.744489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746190] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.747465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.748658] i2c /dev entries driver\n[ 0.749425] device-mapper: uevent: version 1.0.3\n[ 0.750366] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.751984] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.753303] NET: Registered protocol family 10\n[ 0.754308] NET: Registered protocol family 17\n[ 0.755195] Key type dns_resolver registered\n[ 0.756137] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.757579] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758669] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760410] registered taskstats version 1\n[ 0.761256] Loading compiled-in X.509 certificates\n[ 0.762685] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.764528] zswap: loaded using pool lzo/zbud\n[ 0.766045] Key type trusted registered\n[ 0.767795] Key type encrypted registered\n[ 0.768621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.769653] ima: No TPM chip found, activating TPM-bypass!\n[ 0.770688] evm: HMAC attrs: 0x1\n[ 0.771650] Magic number: 14:252:186\n[ 0.772522] rtc_cmos 00:00: setting system clock to 2018-12-12 16:09:37 UTC (1544630977)\n[ 0.774143] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.775263] EDD information not available.\n[ 0.849542] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851101] Write protecting the kernel read-only data: 14336k\n[ 0.863251] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.865080] 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.83\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.053198] 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.11...\nLease of 10.55.1.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.05. iid=i-00000107\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\ncirros-apply-net already run per instance\ncheck-version already run per instance\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nOK\nGROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown\nresize-rootfs already run per once\nuserdata already run per instance\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvEBdZD5RrxLD+U5xfJmhoOmksUraX5SYbJYLzZ4nyRE/xIJaOveb9wQ3XBKX+UfWFOJ13o7e8F1tG6DQuLcMBGFMYqcRwD1TjySZna5N1AQ49n0vObk89tAs8Vh+x9HEFUG//9hLOyh+i7mP2CIVIkwp+0JuQk8I7OZEf9c+EqIQ9gT667IlM3fiQns05Nps6Oar+R4exsMEiPzdlQo3kmw9Ext//BJMeKs4Y9aoCyDU+OtopWs0BYIYP0GWAuJjZaY5O4gh+syOwFz3epZUMrvzsXYAfTaiTrYEGLlk5ShLzMaGvGb9M+53NPKrdbNgbDOtT5bDBWzatj7o29bXX root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\nssh-dss AAAAB3NzaC1kc3MAAACBAJ+k421360938iz4Hz6BKT2CXNorTZe3n4X2VWWUzEgh7LJSNTGolrYhzjjUprlHbCxBeKOdbjcBAGDnmLxI8tpVn+RLvYfn9pVM/o27xebpyv3PcGUQGHyRaPt5OXgFGZqUPRO4HouusKut1hIah5Q1gruKd0rW8zvU+eNMunIzAAAAFQDkrf14qH1KOAu6xzc27HD/thD0ZQAAAIEAlgF8dQVgoK4AvppiXzXfMwsl7gQKEYnK5lpZk4M39/G+mqlR8sZw6fJGPsV9/u1UVg5fCZhMeUDlMu5sGRKlWukaf70/H93U7IxveEFZhiw9yaaUy6CGlx6Bzn8c4F5wO7GZFlC+fbtlQQsoMLqWr4idMXrFt5fBySpyFOFv2LQAAACBAJVvl8H8TwYTj5zx3QmO8tfCGDSDFWCLj8ron2uamDQvq+vErfjGhInRSEuh7X3wSwfMpqmmqGSIoLyUKi3zQ2gQlnoiZp/Sj3DmKTsaQ3nh4Iv2j1iRCA+wycvshfVCg5uKfoZGf9qaqGQBBA2NFcpw29L2cQvzKrhbhyNoR+3P root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fed6:865c/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.88 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f login: "} 2018-12-12 16:09:50,369 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action used request id req-1faa5be9-03d8-46b5-b662-19c1a111cbec 2018-12-12 16:09:50,370 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:09:50,370 - 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 495605415 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.132934] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134641] pid_max: default: 32768 minimum: 301 [ 0.135561] ACPI: Core revision 20150930 [ 0.136984] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138389] Security Framework initialized [ 0.139268] Yama: becoming mindful. [ 0.140027] AppArmor: AppArmor initialized [ 0.140902] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142252] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.143558] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144796] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146216] Initializing cgroup subsys io [ 0.147081] Initializing cgroup subsys memory [ 0.148015] Initializing cgroup subsys devices [ 0.148935] Initializing cgroup subsys freezer [ 0.149837] Initializing cgroup subsys net_cls [ 0.150759] Initializing cgroup subsys perf_event [ 0.151722] Initializing cgroup subsys net_prio [ 0.152679] Initializing cgroup subsys hugetlb [ 0.153604] Initializing cgroup subsys pids [ 0.154514] CPU: Physical Processor ID: 0 [ 0.156070] mce: CPU supports 10 MCE banks [ 0.156953] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157994] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160329] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166758] ftrace: allocating 31920 entries in 125 pages [ 0.192795] smpboot: Max logical packages: 2 [ 0.193713] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.194945] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.196358] x2apic enabled [ 0.197197] Switched APIC routing to physical x2apic. [ 0.199045] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200338] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204552] KVM setup paravirtual spinlock [ 0.206023] x86: Booting SMP configuration: [ 0.206950] .... node #0, CPUs: #1 [ 0.207880] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.229580] x86: Booted up 1 node, 2 CPUs [ 0.229583] KVM setup async PF for cpu 1 [ 0.229585] kvm-stealtime: cpu 1, msr f90d940 [ 0.232316] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.233877] devtmpfs: initialized [ 0.235597] evm: security.selinux [ 0.236334] evm: security.SMACK64 [ 0.237046] evm: security.SMACK64EXEC [ 0.237831] evm: security.SMACK64TRANSMUTE [ 0.238689] evm: security.SMACK64MMAP [ 0.239487] evm: security.ima [ 0.240194] evm: security.capability [ 0.241056] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.242982] pinctrl core: initialized pinctrl subsystem [ 0.244120] RTC time: 16:09:36, date: 12/12/18 [ 0.245097] NET: Registered protocol family 16 [ 0.254919] cpuidle: using governor ladder [ 0.266998] cpuidle: using governor menu [ 0.267861] PCCT header not found. [ 0.268649] ACPI: bus type PCI registered [ 0.269466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270733] PCI: Using configuration type 1 for base access [ 0.284186] ACPI: Added _OSI(Module Device) [ 0.285045] ACPI: Added _OSI(Processor Device) [ 0.285915] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286829] ACPI: Added _OSI(Processor Aggregator Device) [ 0.289228] ACPI: Interpreter enabled [ 0.290013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.295678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.297561] ACPI: (supports S0 S5) [ 0.298280] ACPI: Using IOAPIC for interrupt routing [ 0.299357] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303903] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.305169] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.306385] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308670] acpiphp: Slot [3] registered [ 0.309495] acpiphp: Slot [4] registered [ 0.310309] acpiphp: Slot [5] registered [ 0.311120] acpiphp: Slot [6] registered [ 0.311930] acpiphp: Slot [7] registered [ 0.312738] acpiphp: Slot [8] registered [ 0.313562] acpiphp: Slot [9] registered [ 0.314376] acpiphp: Slot [10] registered [ 0.325255] acpiphp: Slot [11] registered [ 0.326108] acpiphp: Slot [12] registered [ 0.326937] acpiphp: Slot [13] registered [ 0.327758] acpiphp: Slot [14] registered [ 0.328584] acpiphp: Slot [15] registered [ 0.329416] acpiphp: Slot [16] registered [ 0.330244] acpiphp: Slot [17] registered [ 0.331065] acpiphp: Slot [18] registered [ 0.331887] acpiphp: Slot [19] registered [ 0.332712] acpiphp: Slot [20] registered [ 0.333544] acpiphp: Slot [21] registered [ 0.334373] acpiphp: Slot [22] registered [ 0.335200] acpiphp: Slot [23] registered [ 0.336024] acpiphp: Slot [24] registered [ 0.336841] acpiphp: Slot [25] registered [ 0.337666] acpiphp: Slot [26] registered [ 0.338505] acpiphp: Slot [27] registered [ 0.339335] acpiphp: Slot [28] registered [ 0.340163] acpiphp: Slot [29] registered [ 0.340988] acpiphp: Slot [30] registered [ 0.341818] acpiphp: Slot [31] registered [ 0.342639] PCI host bridge to bus 0000:00 [ 0.343472] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.344715] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.345963] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.347438] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348912] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355442] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356794] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.358011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359319] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365713] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367220] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.413290] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.414845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.416303] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.417751] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.419187] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.420931] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.422142] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.423253] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.424847] vgaarb: loaded [ 0.425474] vgaarb: bridge control possible 0000:00:02.0 [ 0.426657] SCSI subsystem initialized [ 0.427517] ACPI: bus type USB registered [ 0.428369] usbcore: registered new interface driver usbfs [ 0.429436] usbcore: registered new interface driver hub [ 0.430497] usbcore: registered new device driver usb [ 0.431628] PCI: Using ACPI for IRQ routing [ 0.432684] NetLabel: Initializing [ 0.433422] NetLabel: domain hash size = 128 [ 0.434300] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.435284] NetLabel: unlabeled traffic allowed by default [ 0.436433] clocksource: Switched to clocksource kvm-clock [ 0.442522] AppArmor: AppArmor Filesystem Enabled [ 0.443524] pnp: PnP ACPI init [ 0.444486] pnp: PnP ACPI: found 5 devices [ 0.451639] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.453400] NET: Registered protocol family 2 [ 0.454419] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.455734] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.456941] TCP: Hash tables configured (established 2048 bind 2048) [ 0.458139] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.459247] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.460477] NET: Registered protocol family 1 [ 0.461371] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.462496] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463604] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.482107] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.500846] Trying to unpack rootfs image as initramfs... [ 0.551038] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.565245] Scanning for low memory corruption every 60 seconds [ 0.566857] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.568274] audit: initializing netlink subsys (disabled) [ 0.569529] audit: type=2000 audit(1544630977.609:1): initialized [ 0.571089] Initialise system trusted keyring [ 0.572228] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.573662] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.576032] zbud: loaded [ 0.576860] VFS: Disk quotas dquot_6.6.0 [ 0.577833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.579634] fuse init (API version 7.23) [ 0.580685] Key type big_key registered [ 0.581658] Allocating IMA MOK and blacklist keyrings. [ 0.583049] Key type asymmetric registered [ 0.584019] Asymmetric key parser 'x509' registered [ 0.585155] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.586913] io scheduler noop registered [ 0.587845] io scheduler deadline registered (default) [ 0.589089] io scheduler cfq registered [ 0.590079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.591326] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.592874] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.594585] ACPI: Power Button [PWRF] [ 0.595573] GHES: HEST is not enabled! [ 0.613763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.650952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.653878] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.677813] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.680644] Linux agpgart interface v0.103 [ 0.683118] brd: module loaded [ 0.684556] loop: module loaded [ 0.689490] vda: vda1 vda15 [ 0.691126] scsi host0: ata_piix [ 0.692026] scsi host1: ata_piix [ 0.692900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.694411] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.696109] libphy: Fixed MDIO Bus: probed [ 0.697124] tun: Universal TUN/TAP device driver, 1.6 [ 0.698272] tun: (C) 1999-2004 Max Krasnyansky [ 0.700473] PPP generic driver version 2.4.2 [ 0.701415] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.702591] ehci-pci: EHCI PCI platform driver [ 0.703461] ehci-platform: EHCI generic platform driver [ 0.704449] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705565] ohci-pci: OHCI PCI platform driver [ 0.706425] ohci-platform: OHCI generic platform driver [ 0.707400] uhci_hcd: USB Universal Host Controller Interface driver [ 0.726073] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.727070] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.728544] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.729532] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.730640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.731854] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.733285] usb usb1: Product: UHCI Host Controller [ 0.734213] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.735341] usb usb1: SerialNumber: 0000:00:01.2 [ 0.736330] hub 1-0:1.0: USB hub found [ 0.737113] hub 1-0:1.0: 2 ports detected [ 0.738024] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.740133] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.741098] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742130] mousedev: PS/2 mouse device common for all mice [ 0.743272] rtc_cmos 00:00: RTC can wake from S4 [ 0.744489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746190] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.747465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.748658] i2c /dev entries driver [ 0.749425] device-mapper: uevent: version 1.0.3 [ 0.750366] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.751984] ledtrig-cpu: registered to indicate activity on CPUs [ 0.753303] NET: Registered protocol family 10 [ 0.754308] NET: Registered protocol family 17 [ 0.755195] Key type dns_resolver registered [ 0.756137] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.757579] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.758669] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.760410] registered taskstats version 1 [ 0.761256] Loading compiled-in X.509 certificates [ 0.762685] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.764528] zswap: loaded using pool lzo/zbud [ 0.766045] Key type trusted registered [ 0.767795] Key type encrypted registered [ 0.768621] AppArmor: AppArmor sha1 policy hashing enabled [ 0.769653] ima: No TPM chip found, activating TPM-bypass! [ 0.770688] evm: HMAC attrs: 0x1 [ 0.771650] Magic number: 14:252:186 [ 0.772522] rtc_cmos 00:00: setting system clock to 2018-12-12 16:09:37 UTC (1544630977) [ 0.774143] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.775263] EDD information not available. [ 0.849542] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.851101] Write protecting the kernel read-only data: 14336k [ 0.863251] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.865080] 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.83 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.053198] 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.11... Lease of 10.55.1.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.05. iid=i-00000107 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data cirros-apply-net already run per instance check-version already run per instance Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance OK GROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown resize-rootfs already run per once userdata already run per instance === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvEBdZD5RrxLD+U5xfJmhoOmksUraX5SYbJYLzZ4nyRE/xIJaOveb9wQ3XBKX+UfWFOJ13o7e8F1tG6DQuLcMBGFMYqcRwD1TjySZna5N1AQ49n0vObk89tAs8Vh+x9HEFUG//9hLOyh+i7mP2CIVIkwp+0JuQk8I7OZEf9c+EqIQ9gT667IlM3fiQns05Nps6Oar+R4exsMEiPzdlQo3kmw9Ext//BJMeKs4Y9aoCyDU+OtopWs0BYIYP0GWAuJjZaY5O4gh+syOwFz3epZUMrvzsXYAfTaiTrYEGLlk5ShLzMaGvGb9M+53NPKrdbNgbDOtT5bDBWzatj7o29bXX root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f ssh-dss AAAAB3NzaC1kc3MAAACBAJ+k421360938iz4Hz6BKT2CXNorTZe3n4X2VWWUzEgh7LJSNTGolrYhzjjUprlHbCxBeKOdbjcBAGDnmLxI8tpVn+RLvYfn9pVM/o27xebpyv3PcGUQGHyRaPt5OXgFGZqUPRO4HouusKut1hIah5Q1gruKd0rW8zvU+eNMunIzAAAAFQDkrf14qH1KOAu6xzc27HD/thD0ZQAAAIEAlgF8dQVgoK4AvppiXzXfMwsl7gQKEYnK5lpZk4M39/G+mqlR8sZw6fJGPsV9/u1UVg5fCZhMeUDlMu5sGRKlWukaf70/H93U7IxveEFZhiw9yaaUy6CGlx6Bzn8c4F5wO7GZFlC+fbtlQQsoMLqWr4idMXrFt5fBySpyFOFv2LQAAACBAJVvl8H8TwYTj5zx3QmO8tfCGDSDFWCLj8ron2uamDQvq+vErfjGhInRSEuh7X3wSwfMpqmmqGSIoLyUKi3zQ2gQlnoiZp/Sj3DmKTsaQ3nh4Iv2j1iRCA+wycvshfVCg5uKfoZGf9qaqGQBBA2NFcpw29L2cQvzKrhbhyNoR+3P root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fed6:865c/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f launch-index: 0 === cirros: current=0.4.0 uptime=1.88 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f login: 2018-12-12 16:09:50,370 - create_instance - INFO - Checking if VM is active 2018-12-12 16:09:50,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:51,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a08dc17-9a67-4fd5-9a7e-4248339235ba x-compute-request-id: req-3a08dc17-9a67-4fd5-9a7e-4248339235ba Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:37Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:51,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-3a08dc17-9a67-4fd5-9a7e-4248339235ba 2018-12-12 16:09:51,032 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:09:51,032 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:09:51,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:51,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09: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-e5334ab8-a98e-41bf-ad8e-68f32900d49f x-compute-request-id: req-e5334ab8-a98e-41bf-ad8e-68f32900d49f Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:37Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:51,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-e5334ab8-a98e-41bf-ad8e-68f32900d49f 2018-12-12 16:09:51,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:51,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-93625948-b785-4547-8195-ee6a2ca6fef8 Date: Wed, 12 Dec 2018 16:09: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":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:09:51,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-93625948-b785-4547-8195-ee6a2ca6fef8 2018-12-12 16:09:51,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:51,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a04cf4-6b95-4aa4-95bd-3abb796342d7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:09:51,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-f8a04cf4-6b95-4aa4-95bd-3abb796342d7 2018-12-12 16:09:51,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:51,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-66f0be95-f468-4ff0-ab01-69681cbed040 Date: Wed, 12 Dec 2018 16:09:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:09:51,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-66f0be95-f468-4ff0-ab01-69681cbed040 2018-12-12 16:09:51,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:51,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-a1c54248-b202-4a5b-86a9-afef431a0573 Date: Wed, 12 Dec 2018 16:09:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:49Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c","7f68bd75-329f-4319-9cc4-800ebb8dbbea"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:09:51,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-a1c54248-b202-4a5b-86a9-afef431a0573 2018-12-12 16:09:51,758 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:09:51,760 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6d25450L 2018-12-12 16:09:51,761 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:09:51,761 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:09:51,761 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:09:51,762 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:09:51,763 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:09:51,763 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:09:51,763 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:09:51,763 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:09:51,764 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:09:51,780 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:09:51,781 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:09:51,793 - paramiko.transport - DEBUG - Trying key 082153a55a0623bf26baf4c81c4af877 from tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:09:51,819 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:09:51,824 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:09:51,925 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:09:51,939 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:09:51,939 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:09:51,941 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6d25650L 2018-12-12 16:09:51,941 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:09:51,941 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:09:51,942 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:09:51,943 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:09:51,943 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:09:51,943 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:09:51,943 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:09:51,944 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:09:51,944 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:09:51,960 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:09:51,961 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:09:51,973 - paramiko.transport - DEBUG - Trying key 082153a55a0623bf26baf4c81c4af877 from tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:09:51,999 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:09:52,002 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:09:52,006 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:09:52,006 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:09:52,007 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:09:52,008 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:09:52,009 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:09:52,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:09:52,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:09:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a045de6-fb2e-4275-94ed-2cc6f6180e4b x-compute-request-id: req-3a045de6-fb2e-4275-94ed-2cc6f6180e4b Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:37Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:09:52,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-3a045de6-fb2e-4275-94ed-2cc6f6180e4b 2018-12-12 16:09:52,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"reboot": {"type": "HARD"}}' 2018-12-12 16:09:52,649 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:09:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c92e9ad5-5f6e-42a3-9f49-44ec4481c2af x-compute-request-id: req-c92e9ad5-5f6e-42a3-9f49-44ec4481c2af Content-Length: 0 Content-Type: application/json 2018-12-12 16:09:52,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action used request id req-c92e9ad5-5f6e-42a3-9f49-44ec4481c2af 2018-12-12 16:10:07,665 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-12-12 16:10:07,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:08,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10: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-05355a96-e1a4-48ca-aad2-b4aa21dbd1ec x-compute-request-id: req-05355a96-e1a4-48ca-aad2-b4aa21dbd1ec Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:54Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:10:08,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-05355a96-e1a4-48ca-aad2-b4aa21dbd1ec 2018-12-12 16:10:08,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:10:09,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-667c0216-438f-43f6-9e10-34cccc2088e8 x-compute-request-id: req-667c0216-438f-43f6-9e10-34cccc2088e8 Content-Encoding: gzip Content-Length: 9501 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 489040069 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.128817] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130481] pid_max: default: 32768 minimum: 301\n[ 0.131371] ACPI: Core revision 20150930\n[ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134057] Security Framework initialized\n[ 0.134882] Yama: becoming mindful.\n[ 0.135614] AppArmor: AppArmor initialized\n[ 0.136467] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137735] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138983] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140163] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141508] Initializing cgroup subsys io\n[ 0.142313] Initializing cgroup subsys memory\n[ 0.143163] Initializing cgroup subsys devices\n[ 0.144036] Initializing cgroup subsys freezer\n[ 0.144890] Initializing cgroup subsys net_cls\n[ 0.145748] Initializing cgroup subsys perf_event\n[ 0.146655] Initializing cgroup subsys net_prio\n[ 0.147527] Initializing cgroup subsys hugetlb\n[ 0.148390] Initializing cgroup subsys pids\n[ 0.149255] CPU: Physical Processor ID: 0\n[ 0.150731] mce: CPU supports 10 MCE banks\n[ 0.151567] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152559] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154817] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161199] ftrace: allocating 31920 entries in 125 pages\n[ 0.187338] smpboot: Max logical packages: 2\n[ 0.188195] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189391] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190727] x2apic enabled\n[ 0.191532] Switched APIC routing to physical x2apic.\n[ 0.193273] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194470] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196581] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198512] KVM setup paravirtual spinlock\n[ 0.199916] x86: Booting SMP configuration:\n[ 0.200813] .... node #0, CPUs: #1\n[ 0.201699] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.223402] x86: Booted up 1 node, 2 CPUs\n[ 0.223404] KVM setup async PF for cpu 1\n[ 0.223406] kvm-stealtime: cpu 1, msr f90d940\n[ 0.225964] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.227464] devtmpfs: initialized\n[ 0.229169] evm: security.selinux\n[ 0.229863] evm: security.SMACK64\n[ 0.230558] evm: security.SMACK64EXEC\n[ 0.231302] evm: security.SMACK64TRANSMUTE\n[ 0.232111] evm: security.SMACK64MMAP\n[ 0.232852] evm: security.ima\n[ 0.233490] evm: security.capability\n[ 0.234315] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236182] pinctrl core: initialized pinctrl subsystem\n[ 0.237277] RTC time: 16:09:53, date: 12/12/18\n[ 0.238234] NET: Registered protocol family 16\n[ 0.248191] cpuidle: using governor ladder\n[ 0.260254] cpuidle: using governor menu\n[ 0.261093] PCCT header not found.\n[ 0.261862] ACPI: bus type PCI registered\n[ 0.262680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263925] PCI: Using configuration type 1 for base access\n[ 0.277343] ACPI: Added _OSI(Module Device)\n[ 0.278189] ACPI: Added _OSI(Processor Device)\n[ 0.279048] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279939] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282310] ACPI: Interpreter enabled\n[ 0.283073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290433] ACPI: (supports S0 S5)\n[ 0.291138] ACPI: Using IOAPIC for interrupt routing\n[ 0.292209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295578] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299144] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301375] acpiphp: Slot [3] registered\n[ 0.302187] acpiphp: Slot [4] registered\n[ 0.302997] acpiphp: Slot [5] registered\n[ 0.303790] acpiphp: Slot [6] registered\n[ 0.304588] acpiphp: Slot [7] registered\n[ 0.305386] acpiphp: Slot [8] registered\n[ 0.306191] acpiphp: Slot [9] registered\n[ 0.306990] acpiphp: Slot [10] registered\n[ 0.317978] acpiphp: Slot [11] registered\n[ 0.318800] acpiphp: Slot [12] registered\n[ 0.319612] acpiphp: Slot [13] registered\n[ 0.320421] acpiphp: Slot [14] registered\n[ 0.321227] acpiphp: Slot [15] registered\n[ 0.322043] acpiphp: Slot [16] registered\n[ 0.322866] acpiphp: Slot [17] registered\n[ 0.323677] acpiphp: Slot [18] registered\n[ 0.324484] acpiphp: Slot [19] registered\n[ 0.325293] acpiphp: Slot [20] registered\n[ 0.326107] acpiphp: Slot [21] registered\n[ 0.326913] acpiphp: Slot [22] registered\n[ 0.327725] acpiphp: Slot [23] registered\n[ 0.328538] acpiphp: Slot [24] registered\n[ 0.329346] acpiphp: Slot [25] registered\n[ 0.330158] acpiphp: Slot [26] registered\n[ 0.330964] acpiphp: Slot [27] registered\n[ 0.331774] acpiphp: Slot [28] registered\n[ 0.332584] acpiphp: Slot [29] registered\n[ 0.333393] acpiphp: Slot [30] registered\n[ 0.334209] acpiphp: Slot [31] registered\n[ 0.335014] PCI host bridge to bus 0000:00\n[ 0.335821] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.337034] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.338248] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339691] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.341136] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347452] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348867] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351915] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358527] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.406423] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408183] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409848] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.413192] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415202] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416609] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419833] vgaarb: loaded\n[ 0.420589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.421991] SCSI subsystem initialized\n[ 0.423000] ACPI: bus type USB registered\n[ 0.424045] usbcore: registered new interface driver usbfs\n[ 0.425362] usbcore: registered new interface driver hub\n[ 0.426607] usbcore: registered new device driver usb\n[ 0.427969] PCI: Using ACPI for IRQ routing\n[ 0.429214] NetLabel: Initializing\n[ 0.430096] NetLabel: domain hash size = 128\n[ 0.431186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432375] NetLabel: unlabeled traffic allowed by default\n[ 0.433783] clocksource: Switched to clocksource kvm-clock\n[ 0.439889] AppArmor: AppArmor Filesystem Enabled\n[ 0.441085] pnp: PnP ACPI init\n[ 0.442145] pnp: PnP ACPI: found 5 devices\n[ 0.449433] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.451524] NET: Registered protocol family 2\n[ 0.452710] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.454332] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.455770] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.457213] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458537] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459966] NET: Registered protocol family 1\n[ 0.461011] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462345] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.482114] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.500949] Trying to unpack rootfs image as initramfs...\n[ 0.551066] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.565573] Scanning for low memory corruption every 60 seconds\n[ 0.567316] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.568514] audit: initializing netlink subsys (disabled)\n[ 0.569588] audit: type=2000 audit(1544630994.397:1): initialized\n[ 0.570950] Initialise system trusted keyring\n[ 0.571943] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.573142] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.575296] zbud: loaded\n[ 0.576073] VFS: Disk quotas dquot_6.6.0\n[ 0.576908] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.578532] fuse init (API version 7.23)\n[ 0.579478] Key type big_key registered\n[ 0.580298] Allocating IMA MOK and blacklist keyrings.\n[ 0.581585] Key type asymmetric registered\n[ 0.582452] Asymmetric key parser 'x509' registered\n[ 0.583431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.584950] io scheduler noop registered\n[ 0.585762] io scheduler deadline registered (default)\n[ 0.586782] io scheduler cfq registered\n[ 0.587642] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.588713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.590016] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.591491] ACPI: Power Button [PWRF]\n[ 0.592391] GHES: HEST is not enabled!\n[ 0.612383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.651247] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.653840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.677628] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.680134] Linux agpgart interface v0.103\n[ 0.682956] brd: module loaded\n[ 0.684400] loop: module loaded\n[ 0.690089] vda: vda1 vda15\n[ 0.691760] scsi host0: ata_piix\n[ 0.692527] scsi host1: ata_piix\n[ 0.693246] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.694484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.695775] libphy: Fixed MDIO Bus: probed\n[ 0.696664] tun: Universal TUN/TAP device driver, 1.6\n[ 0.697682] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699656] PPP generic driver version 2.4.2\n[ 0.700572] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.701839] ehci-pci: EHCI PCI platform driver\n[ 0.702724] ehci-platform: EHCI generic platform driver\n[ 0.703727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.704869] ohci-pci: OHCI PCI platform driver\n[ 0.705752] ohci-platform: OHCI generic platform driver\n[ 0.706764] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.725838] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.728340] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.729382] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.731771] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733215] usb usb1: Product: UHCI Host Controller\n[ 0.734174] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.735336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.736390] hub 1-0:1.0: USB hub found\n[ 0.737187] hub 1-0:1.0: 2 ports detected\n[ 0.738124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.740261] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.741251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742333] mousedev: PS/2 mouse device common for all mice\n[ 0.743659] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.745546] rtc_cmos 00:00: RTC can wake from S4\n[ 0.746704] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.747908] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.749118] i2c /dev entries driver\n[ 0.749901] device-mapper: uevent: version 1.0.3\n[ 0.750869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.752520] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.753910] NET: Registered protocol family 10\n[ 0.754951] NET: Registered protocol family 17\n[ 0.755845] Key type dns_resolver registered\n[ 0.756828] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.757936] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.760935] registered taskstats version 1\n[ 0.761779] Loading compiled-in X.509 certificates\n[ 0.763228] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.765118] zswap: loaded using pool lzo/zbud\n[ 0.766639] Key type trusted registered\n[ 0.768407] Key type encrypted registered\n[ 0.769251] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.770304] ima: No TPM chip found, activating TPM-bypass!\n[ 0.771370] evm: HMAC attrs: 0x1\n[ 0.772356] Magic number: 14:252:186\n[ 0.773242] rtc_cmos 00:00: setting system clock to 2018-12-12 16:09:54 UTC (1544630994)\n[ 0.774913] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776055] EDD information not available.\n[ 0.851130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.852712] Write protecting the kernel read-only data: 14336k\n[ 0.865044] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866919] 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.86\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.072728] 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.11...\nLease of 10.55.1.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.09. iid=i-00000107\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\ncirros-apply-net already run per instance\ncheck-version already run per instance\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nOK\nGROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown\nresize-rootfs already run per once\nuserdata already run per instance\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvEBdZD5RrxLD+U5xfJmhoOmksUraX5SYbJYLzZ4nyRE/xIJaOveb9wQ3XBKX+UfWFOJ13o7e8F1tG6DQuLcMBGFMYqcRwD1TjySZna5N1AQ49n0vObk89tAs8Vh+x9HEFUG//9hLOyh+i7mP2CIVIkwp+0JuQk8I7OZEf9c+EqIQ9gT667IlM3fiQns05Nps6Oar+R4exsMEiPzdlQo3kmw9Ext//BJMeKs4Y9aoCyDU+OtopWs0BYIYP0GWAuJjZaY5O4gh+syOwFz3epZUMrvzsXYAfTaiTrYEGLlk5ShLzMaGvGb9M+53NPKrdbNgbDOtT5bDBWzatj7o29bXX root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\nssh-dss AAAAB3NzaC1kc3MAAACBAJ+k421360938iz4Hz6BKT2CXNorTZe3n4X2VWWUzEgh7LJSNTGolrYhzjjUprlHbCxBeKOdbjcBAGDnmLxI8tpVn+RLvYfn9pVM/o27xebpyv3PcGUQGHyRaPt5OXgFGZqUPRO4HouusKut1hIah5Q1gruKd0rW8zvU+eNMunIzAAAAFQDkrf14qH1KOAu6xzc27HD/thD0ZQAAAIEAlgF8dQVgoK4AvppiXzXfMwsl7gQKEYnK5lpZk4M39/G+mqlR8sZw6fJGPsV9/u1UVg5fCZhMeUDlMu5sGRKlWukaf70/H93U7IxveEFZhiw9yaaUy6CGlx6Bzn8c4F5wO7GZFlC+fbtlQQsoMLqWr4idMXrFt5fBySpyFOFv2LQAAACBAJVvl8H8TwYTj5zx3QmO8tfCGDSDFWCLj8ron2uamDQvq+vErfjGhInRSEuh7X3wSwfMpqmmqGSIoLyUKi3zQ2gQlnoiZp/Sj3DmKTsaQ3nh4Iv2j1iRCA+wycvshfVCg5uKfoZGf9qaqGQBBA2NFcpw29L2cQvzKrhbhyNoR+3P root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fed6:865c/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.97 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f login: "} 2018-12-12 16:10:09,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21/action used request id req-667c0216-438f-43f6-9e10-34cccc2088e8 2018-12-12 16:10:09,437 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:10:09,438 - 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 489040069 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.128817] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130481] pid_max: default: 32768 minimum: 301 [ 0.131371] ACPI: Core revision 20150930 [ 0.132751] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134057] Security Framework initialized [ 0.134882] Yama: becoming mindful. [ 0.135614] AppArmor: AppArmor initialized [ 0.136467] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137735] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138983] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140163] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141508] Initializing cgroup subsys io [ 0.142313] Initializing cgroup subsys memory [ 0.143163] Initializing cgroup subsys devices [ 0.144036] Initializing cgroup subsys freezer [ 0.144890] Initializing cgroup subsys net_cls [ 0.145748] Initializing cgroup subsys perf_event [ 0.146655] Initializing cgroup subsys net_prio [ 0.147527] Initializing cgroup subsys hugetlb [ 0.148390] Initializing cgroup subsys pids [ 0.149255] CPU: Physical Processor ID: 0 [ 0.150731] mce: CPU supports 10 MCE banks [ 0.151567] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152559] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154817] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161199] ftrace: allocating 31920 entries in 125 pages [ 0.187338] smpboot: Max logical packages: 2 [ 0.188195] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.189391] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190727] x2apic enabled [ 0.191532] Switched APIC routing to physical x2apic. [ 0.193273] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194470] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196581] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198512] KVM setup paravirtual spinlock [ 0.199916] x86: Booting SMP configuration: [ 0.200813] .... node #0, CPUs: #1 [ 0.201699] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.223402] x86: Booted up 1 node, 2 CPUs [ 0.223404] KVM setup async PF for cpu 1 [ 0.223406] kvm-stealtime: cpu 1, msr f90d940 [ 0.225964] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.227464] devtmpfs: initialized [ 0.229169] evm: security.selinux [ 0.229863] evm: security.SMACK64 [ 0.230558] evm: security.SMACK64EXEC [ 0.231302] evm: security.SMACK64TRANSMUTE [ 0.232111] evm: security.SMACK64MMAP [ 0.232852] evm: security.ima [ 0.233490] evm: security.capability [ 0.234315] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236182] pinctrl core: initialized pinctrl subsystem [ 0.237277] RTC time: 16:09:53, date: 12/12/18 [ 0.238234] NET: Registered protocol family 16 [ 0.248191] cpuidle: using governor ladder [ 0.260254] cpuidle: using governor menu [ 0.261093] PCCT header not found. [ 0.261862] ACPI: bus type PCI registered [ 0.262680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263925] PCI: Using configuration type 1 for base access [ 0.277343] ACPI: Added _OSI(Module Device) [ 0.278189] ACPI: Added _OSI(Processor Device) [ 0.279048] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.279939] ACPI: Added _OSI(Processor Aggregator Device) [ 0.282310] ACPI: Interpreter enabled [ 0.283073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.286746] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.290433] ACPI: (supports S0 S5) [ 0.291138] ACPI: Using IOAPIC for interrupt routing [ 0.292209] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295578] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.296718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.299144] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.301375] acpiphp: Slot [3] registered [ 0.302187] acpiphp: Slot [4] registered [ 0.302997] acpiphp: Slot [5] registered [ 0.303790] acpiphp: Slot [6] registered [ 0.304588] acpiphp: Slot [7] registered [ 0.305386] acpiphp: Slot [8] registered [ 0.306191] acpiphp: Slot [9] registered [ 0.306990] acpiphp: Slot [10] registered [ 0.317978] acpiphp: Slot [11] registered [ 0.318800] acpiphp: Slot [12] registered [ 0.319612] acpiphp: Slot [13] registered [ 0.320421] acpiphp: Slot [14] registered [ 0.321227] acpiphp: Slot [15] registered [ 0.322043] acpiphp: Slot [16] registered [ 0.322866] acpiphp: Slot [17] registered [ 0.323677] acpiphp: Slot [18] registered [ 0.324484] acpiphp: Slot [19] registered [ 0.325293] acpiphp: Slot [20] registered [ 0.326107] acpiphp: Slot [21] registered [ 0.326913] acpiphp: Slot [22] registered [ 0.327725] acpiphp: Slot [23] registered [ 0.328538] acpiphp: Slot [24] registered [ 0.329346] acpiphp: Slot [25] registered [ 0.330158] acpiphp: Slot [26] registered [ 0.330964] acpiphp: Slot [27] registered [ 0.331774] acpiphp: Slot [28] registered [ 0.332584] acpiphp: Slot [29] registered [ 0.333393] acpiphp: Slot [30] registered [ 0.334209] acpiphp: Slot [31] registered [ 0.335014] PCI host bridge to bus 0000:00 [ 0.335821] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.337034] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.338248] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339691] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.341136] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.347452] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.348867] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.350344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.351915] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.358527] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.360331] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.406423] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408183] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.409848] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.413192] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.415202] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416609] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417947] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.419833] vgaarb: loaded [ 0.420589] vgaarb: bridge control possible 0000:00:02.0 [ 0.421991] SCSI subsystem initialized [ 0.423000] ACPI: bus type USB registered [ 0.424045] usbcore: registered new interface driver usbfs [ 0.425362] usbcore: registered new interface driver hub [ 0.426607] usbcore: registered new device driver usb [ 0.427969] PCI: Using ACPI for IRQ routing [ 0.429214] NetLabel: Initializing [ 0.430096] NetLabel: domain hash size = 128 [ 0.431186] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.432375] NetLabel: unlabeled traffic allowed by default [ 0.433783] clocksource: Switched to clocksource kvm-clock [ 0.439889] AppArmor: AppArmor Filesystem Enabled [ 0.441085] pnp: PnP ACPI init [ 0.442145] pnp: PnP ACPI: found 5 devices [ 0.449433] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.451524] NET: Registered protocol family 2 [ 0.452710] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.454332] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.455770] TCP: Hash tables configured (established 2048 bind 2048) [ 0.457213] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.458537] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.459966] NET: Registered protocol family 1 [ 0.461011] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.462345] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463653] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.482114] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.500949] Trying to unpack rootfs image as initramfs... [ 0.551066] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.565573] Scanning for low memory corruption every 60 seconds [ 0.567316] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.568514] audit: initializing netlink subsys (disabled) [ 0.569588] audit: type=2000 audit(1544630994.397:1): initialized [ 0.570950] Initialise system trusted keyring [ 0.571943] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.573142] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.575296] zbud: loaded [ 0.576073] VFS: Disk quotas dquot_6.6.0 [ 0.576908] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.578532] fuse init (API version 7.23) [ 0.579478] Key type big_key registered [ 0.580298] Allocating IMA MOK and blacklist keyrings. [ 0.581585] Key type asymmetric registered [ 0.582452] Asymmetric key parser 'x509' registered [ 0.583431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.584950] io scheduler noop registered [ 0.585762] io scheduler deadline registered (default) [ 0.586782] io scheduler cfq registered [ 0.587642] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.588713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.590016] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.591491] ACPI: Power Button [PWRF] [ 0.592391] GHES: HEST is not enabled! [ 0.612383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.651247] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.653840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.677628] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.680134] Linux agpgart interface v0.103 [ 0.682956] brd: module loaded [ 0.684400] loop: module loaded [ 0.690089] vda: vda1 vda15 [ 0.691760] scsi host0: ata_piix [ 0.692527] scsi host1: ata_piix [ 0.693246] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.694484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.695775] libphy: Fixed MDIO Bus: probed [ 0.696664] tun: Universal TUN/TAP device driver, 1.6 [ 0.697682] tun: (C) 1999-2004 Max Krasnyansky [ 0.699656] PPP generic driver version 2.4.2 [ 0.700572] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.701839] ehci-pci: EHCI PCI platform driver [ 0.702724] ehci-platform: EHCI generic platform driver [ 0.703727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.704869] ohci-pci: OHCI PCI platform driver [ 0.705752] ohci-platform: OHCI generic platform driver [ 0.706764] uhci_hcd: USB Universal Host Controller Interface driver [ 0.725838] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.726859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.728340] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.729382] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.730525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.731771] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.733215] usb usb1: Product: UHCI Host Controller [ 0.734174] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.735336] usb usb1: SerialNumber: 0000:00:01.2 [ 0.736390] hub 1-0:1.0: USB hub found [ 0.737187] hub 1-0:1.0: 2 ports detected [ 0.738124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.740261] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.741251] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742333] mousedev: PS/2 mouse device common for all mice [ 0.743659] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.745546] rtc_cmos 00:00: RTC can wake from S4 [ 0.746704] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.747908] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.749118] i2c /dev entries driver [ 0.749901] device-mapper: uevent: version 1.0.3 [ 0.750869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.752520] ledtrig-cpu: registered to indicate activity on CPUs [ 0.753910] NET: Registered protocol family 10 [ 0.754951] NET: Registered protocol family 17 [ 0.755845] Key type dns_resolver registered [ 0.756828] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.757936] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.759095] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.760935] registered taskstats version 1 [ 0.761779] Loading compiled-in X.509 certificates [ 0.763228] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.765118] zswap: loaded using pool lzo/zbud [ 0.766639] Key type trusted registered [ 0.768407] Key type encrypted registered [ 0.769251] AppArmor: AppArmor sha1 policy hashing enabled [ 0.770304] ima: No TPM chip found, activating TPM-bypass! [ 0.771370] evm: HMAC attrs: 0x1 [ 0.772356] Magic number: 14:252:186 [ 0.773242] rtc_cmos 00:00: setting system clock to 2018-12-12 16:09:54 UTC (1544630994) [ 0.774913] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.776055] EDD information not available. [ 0.851130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.852712] Write protecting the kernel read-only data: 14336k [ 0.865044] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.866919] 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.86 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.072728] 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.11... Lease of 10.55.1.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.09. iid=i-00000107 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data cirros-apply-net already run per instance check-version already run per instance Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance OK GROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown resize-rootfs already run per once userdata already run per instance === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvEBdZD5RrxLD+U5xfJmhoOmksUraX5SYbJYLzZ4nyRE/xIJaOveb9wQ3XBKX+UfWFOJ13o7e8F1tG6DQuLcMBGFMYqcRwD1TjySZna5N1AQ49n0vObk89tAs8Vh+x9HEFUG//9hLOyh+i7mP2CIVIkwp+0JuQk8I7OZEf9c+EqIQ9gT667IlM3fiQns05Nps6Oar+R4exsMEiPzdlQo3kmw9Ext//BJMeKs4Y9aoCyDU+OtopWs0BYIYP0GWAuJjZaY5O4gh+syOwFz3epZUMrvzsXYAfTaiTrYEGLlk5ShLzMaGvGb9M+53NPKrdbNgbDOtT5bDBWzatj7o29bXX root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f ssh-dss AAAAB3NzaC1kc3MAAACBAJ+k421360938iz4Hz6BKT2CXNorTZe3n4X2VWWUzEgh7LJSNTGolrYhzjjUprlHbCxBeKOdbjcBAGDnmLxI8tpVn+RLvYfn9pVM/o27xebpyv3PcGUQGHyRaPt5OXgFGZqUPRO4HouusKut1hIah5Q1gruKd0rW8zvU+eNMunIzAAAAFQDkrf14qH1KOAu6xzc27HD/thD0ZQAAAIEAlgF8dQVgoK4AvppiXzXfMwsl7gQKEYnK5lpZk4M39/G+mqlR8sZw6fJGPsV9/u1UVg5fCZhMeUDlMu5sGRKlWukaf70/H93U7IxveEFZhiw9yaaUy6CGlx6Bzn8c4F5wO7GZFlC+fbtlQQsoMLqWr4idMXrFt5fBySpyFOFv2LQAAACBAJVvl8H8TwYTj5zx3QmO8tfCGDSDFWCLj8ron2uamDQvq+vErfjGhInRSEuh7X3wSwfMpqmmqGSIoLyUKi3zQ2gQlnoiZp/Sj3DmKTsaQ3nh4Iv2j1iRCA+wycvshfVCg5uKfoZGf9qaqGQBBA2NFcpw29L2cQvzKrhbhyNoR+3P root@createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fed6:865c/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f launch-index: 0 === cirros: current=0.4.0 uptime=1.97 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-67b734d6-0078-4a6f-90fd-3e951f login: 2018-12-12 16:10:09,438 - create_instance - INFO - Checking if VM is active 2018-12-12 16:10:09,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:09,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10: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-6d003a6e-2416-43e2-8fa2-964144be01a2 x-compute-request-id: req-6d003a6e-2416-43e2-8fa2-964144be01a2 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:54Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:10:09,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-6d003a6e-2416-43e2-8fa2-964144be01a2 2018-12-12 16:10:09,936 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:10:09,936 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:10:09,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:10,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10: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-5b970f09-82a1-4767-a9fc-c4f9586fd21d x-compute-request-id: req-5b970f09-82a1-4767-a9fc-c4f9586fd21d Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp"}], "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:09:54Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:10:10,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-5b970f09-82a1-4767-a9fc-c4f9586fd21d 2018-12-12 16:10:10,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:10,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-696fe433-998e-4f9a-abdd-a36e5c475387 Date: Wed, 12 Dec 2018 16:10:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"],"updated_at":"2018-12-12T16:08:14Z","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"53fcf107671142f48918ed870181b109","id":"5ed71681-6170-4d04-8eff-4779fb1190fd","name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net"}]} 2018-12-12 16:10:10,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net used request id req-696fe433-998e-4f9a-abdd-a36e5c475387 2018-12-12 16:10:10,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:10,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afb73e21-9def-4143-a81a-b8c0b53edf38 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:10:10,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-afb73e21-9def-4143-a81a-b8c0b53edf38 2018-12-12 16:10:10,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:10,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-475f0976-7f2f-4acc-afd6-25fb778ccf8d Date: Wed, 12 Dec 2018 16:10:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","dns_nameservers":[],"updated_at":"2018-12-12T16:08: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":"53fcf107671142f48918ed870181b109","id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet"}]} 2018-12-12 16:10:10,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-475f0976-7f2f-4acc-afd6-25fb778ccf8d 2018-12-12 16:10:10,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:10,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-7fd1493d-ec62-4ae2-9fef-ba8fe2c9cafe Date: Wed, 12 Dec 2018 16:10:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.3"}],"id":"1c6cdde0-8587-46ef-b2d4-71e0989d011c","security_groups":[],"mac_address":"fa:16:3e:f9:3e:c3","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.2"}],"id":"1e99a49d-2532-4c90-a020-e28916a66d59","security_groups":[],"mac_address":"fa:16:3e:c7:e3:63","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.1"}],"id":"8c1f1057-1e04-43d2-9382-f14226eaae8e","security_groups":[],"mac_address":"fa:16:3e:fd:d0:8e","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:23Z","binding:vnic_type":"normal","device_id":"64404625-27d7-4e18-b75a-50a6e2043bb0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.4"}],"id":"aed5c6d1-954d-4e2f-9c51-63b7c59268fb","security_groups":[],"mac_address":"fa:16:3e:87:dc:f7","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ed71681-6170-4d04-8eff-4779fb1190fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:09:54Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c","ip_address":"10.55.1.11"}],"id":"c2489368-d7fc-437b-b293-2fd2d850d690","security_groups":["6e034322-6205-4ce7-9a08-21b03870dd4c","7f68bd75-329f-4319-9cc4-800ebb8dbbea"],"mac_address":"fa:16:3e:d6:86:5c","project_id":"53fcf107671142f48918ed870181b109","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1","admin_state_up":true,"network_id":"5ed71681-6170-4d04-8eff-4779fb1190fd","tenant_id":"53fcf107671142f48918ed870181b109","created_at":"2018-12-12T16:08:34Z","binding:vnic_type":"normal","device_id":"4f17dedb-0807-4527-9485-92fdac2f7b21"}]} 2018-12-12 16:10:10,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-7fd1493d-ec62-4ae2-9fef-ba8fe2c9cafe 2018-12-12 16:10:10,811 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:10:10,813 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6d47210L 2018-12-12 16:10:10,814 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:10:10,814 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:10:10,814 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:10:10,815 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:10:10,815 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:10:10,816 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:10:10,816 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:10:10,816 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:10:10,816 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:10:10,832 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:10:10,833 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:10:10,846 - paramiko.transport - DEBUG - Trying key 082153a55a0623bf26baf4c81c4af877 from tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:10:10,872 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:10:10,877 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:10:10,977 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:10:10,992 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:10:10,992 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:10:10,994 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6d47210L 2018-12-12 16:10:10,994 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:10:10,995 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:10:10,995 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:10:10,996 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:10:10,996 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:10:10,996 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:10:10,996 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:10:10,997 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:10:10,997 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:10:11,013 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:10:11,014 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:10:11,027 - paramiko.transport - DEBUG - Trying key 082153a55a0623bf26baf4c81c4af877 from tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372 2018-12-12 16:10:11,053 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:10:11,056 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:10:11,059 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:10:11,059 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:10:11,060 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:10:11,061 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:10:11,063 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:10:11,064 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-12-12 16:10:11,064 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-12-12 16:10:11,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/1b13c018-d5f7-4468-b597-72a4ecd1dce0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:12,021 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13785e73-8a41-44ba-a278-3348628da769 Content-Length: 0 Date: Wed, 12 Dec 2018 16:10:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:12,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/1b13c018-d5f7-4468-b597-72a4ecd1dce0 used request id req-13785e73-8a41-44ba-a278-3348628da769 2018-12-12 16:10:12,021 - create_instance - INFO - Deleting Port with ID - c2489368-d7fc-437b-b293-2fd2d850d690 2018-12-12 16:10:12,021 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372port-1 2018-12-12 16:10:12,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/c2489368-d7fc-437b-b293-2fd2d850d690 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:12,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64854829-5ecd-4380-b3bc-42497d9af250 Date: Wed, 12 Dec 2018 16:10:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:12,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/c2489368-d7fc-437b-b293-2fd2d850d690 used request id req-64854829-5ecd-4380-b3bc-42497d9af250 2018-12-12 16:10:12,580 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst 2018-12-12 16:10:12,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:12,739 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:10:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4bbb7c0-369d-4ac9-8a6d-aa73da7cb746 x-compute-request-id: req-b4bbb7c0-369d-4ac9-8a6d-aa73da7cb746 Content-Type: application/json 2018-12-12 16:10:12,739 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-b4bbb7c0-369d-4ac9-8a6d-aa73da7cb746 2018-12-12 16:10:12,739 - create_instance - INFO - Checking deletion status 2018-12-12 16:10:12,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:12,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73b2d314-35aa-46a2-b3ab-5452925ca5d0 x-compute-request-id: req-73b2d314-35aa-46a2-b3ab-5452925ca5d0 Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:10:12Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:10:12,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-73b2d314-35aa-46a2-b3ab-5452925ca5d0 2018-12-12 16:10:12,988 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:10:12,988 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:10:15,991 - create_instance - DEBUG - VM status query timeout in 296.748289108 2018-12-12 16:10:15,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:16,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10: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-9adf8d8b-adf5-4c3b-8bde-c496394ed9d6 x-compute-request-id: req-9adf8d8b-adf5-4c3b-8bde-c496394ed9d6 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:10:12Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:10:16,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-9adf8d8b-adf5-4c3b-8bde-c496394ed9d6 2018-12-12 16:10:16,262 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:10:16,263 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:10:19,266 - create_instance - DEBUG - VM status query timeout in 293.473577023 2018-12-12 16:10:19,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:19,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2e5b100-3c8d-4946-9700-057edf74f887 x-compute-request-id: req-c2e5b100-3c8d-4946-9700-057edf74f887 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:86:5c", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4f17dedb-0807-4527-9485-92fdac2f7b21", "rel": "bookmark"}], "image": {"id": "601cd49b-ede8-422f-af26-537048a532e5", "links": [{"href": "http://172.30.9.29:8774/images/601cd49b-ede8-422f-af26-537048a532e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:08:44.000000", "flavor": {"id": "95138659-45c7-4b9f-ac53-918264e2fbaa", "links": [{"href": "http://172.30.9.29:8774/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa", "rel": "bookmark"}]}, "id": "4f17dedb-0807-4527-9485-92fdac2f7b21", "user_id": "0ee9f1bc6464465dbcaa621c4c7d59c2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:10:12Z", "hostId": "1c93034cad3c226b3a4e73914f65da9870bd9faf199e6e90706620e0", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp", "name": "CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst", "created": "2018-12-12T16:08:38Z", "tenant_id": "53fcf107671142f48918ed870181b109", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:10:19,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-c2e5b100-3c8d-4946-9700-057edf74f887 2018-12-12 16:10:19,518 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst] is - ACTIVE 2018-12-12 16:10:19,518 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:10:22,521 - create_instance - DEBUG - VM status query timeout in 290.217919111 2018-12-12 16:10:22,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9daa8bf86b3fc4871c6754f237a9b0380b37963" 2018-12-12 16:10:22,578 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:10: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-44d3b8e8-cafa-44ca-a581-db2375f10f72 x-compute-request-id: req-44d3b8e8-cafa-44ca-a581-db2375f10f72 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4f17dedb-0807-4527-9485-92fdac2f7b21 could not be found.", "code": 404}} 2018-12-12 16:10:22,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4f17dedb-0807-4527-9485-92fdac2f7b21 used request id req-44d3b8e8-cafa-44ca-a581-db2375f10f72 2018-12-12 16:10:22,578 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4f17dedb-0807-4527-9485-92fdac2f7b21 could not be found. (HTTP 404) (Request-ID: req-44d3b8e8-cafa-44ca-a581-db2375f10f72) 2018-12-12 16:10:22,578 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-inst 2018-12-12 16:10:22,579 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp 2018-12-12 16:10:22,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8205da877eab6b85d60c6aa6b6768dc7ab31049" 2018-12-12 16:10:22,631 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:10: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-a967232c-9e46-432a-bf42-3641116b259e x-compute-request-id: req-a967232c-9e46-432a-bf42-3641116b259e Content-Length: 0 Content-Type: application/json 2018-12-12 16:10:22,631 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-kp used request id req-a967232c-9e46-432a-bf42-3641116b259e 2018-12-12 16:10:22,632 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372.pub] 2018-12-12 16:10:22,632 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372] 2018-12-12 16:10:22,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ab3b9cc0837d7a47c94bb46d085321d3d3f2e1" 2018-12-12 16:10:22,704 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:10: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-9fdf4c38-6a3f-489f-a6f1-e09bb2d2ba02 x-compute-request-id: req-9fdf4c38-6a3f-489f-a6f1-e09bb2d2ba02 Content-Length: 0 Content-Type: application/json 2018-12-12 16:10:22,704 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/95138659-45c7-4b9f-ac53-918264e2fbaa used request id req-9fdf4c38-6a3f-489f-a6f1-e09bb2d2ba02 2018-12-12 16:10:22,705 - neutron_utils - INFO - Deleting security group rule with ID - 03564c36-ccc4-4dc5-b346-074e2f1ef24b 2018-12-12 16:10:22,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/03564c36-ccc4-4dc5-b346-074e2f1ef24b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:10:22,977 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a81f527-ff61-4cb6-a0b5-c58b4b880770 Content-Length: 0 Date: Wed, 12 Dec 2018 16:10:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:22,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/03564c36-ccc4-4dc5-b346-074e2f1ef24b used request id req-5a81f527-ff61-4cb6-a0b5-c58b4b880770 2018-12-12 16:10:22,978 - neutron_utils - INFO - Deleting security group rule with ID - 943c8f9d-cf05-486a-839c-af6d3e23bd50 2018-12-12 16:10:22,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/943c8f9d-cf05-486a-839c-af6d3e23bd50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:10:23,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bd56a02-5dab-4c15-9e93-4ce25868cb8d Content-Length: 0 Date: Wed, 12 Dec 2018 16:10:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:23,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/943c8f9d-cf05-486a-839c-af6d3e23bd50 used request id req-7bd56a02-5dab-4c15-9e93-4ce25868cb8d 2018-12-12 16:10:23,085 - neutron_utils - INFO - Deleting security group rule with ID - 97472881-4b25-4aea-acad-4104721675a6 2018-12-12 16:10:23,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/97472881-4b25-4aea-acad-4104721675a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:10:23,195 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42708604-2d65-47e3-a131-cdafb7153981 Content-Length: 0 Date: Wed, 12 Dec 2018 16:10:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:23,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/97472881-4b25-4aea-acad-4104721675a6 used request id req-42708604-2d65-47e3-a131-cdafb7153981 2018-12-12 16:10:23,196 - neutron_utils - INFO - Deleting security group rule with ID - 33b8f42a-2e48-44fa-924f-1acc7f4dcdc6 2018-12-12 16:10:23,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/33b8f42a-2e48-44fa-924f-1acc7f4dcdc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:10:23,460 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fadf50ce-9608-46c2-a7b9-c97601518365 Content-Length: 0 Date: Wed, 12 Dec 2018 16:10:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:23,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/33b8f42a-2e48-44fa-924f-1acc7f4dcdc6 used request id req-fadf50ce-9608-46c2-a7b9-c97601518365 2018-12-12 16:10:23,460 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-sec-grp 2018-12-12 16:10:23,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7f68bd75-329f-4319-9cc4-800ebb8dbbea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8d51752aa9abba189dee7428c12fc298444e54" 2018-12-12 16:10:23,600 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2faf5908-6e3f-4e23-ae0c-e9c81931a3b5 Content-Length: 0 Date: Wed, 12 Dec 2018 16:10:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:23,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7f68bd75-329f-4319-9cc4-800ebb8dbbea used request id req-2faf5908-6e3f-4e23-ae0c-e9c81931a3b5 2018-12-12 16:10:23,601 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router and subnet CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet 2018-12-12 16:10:23,601 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router 2018-12-12 16:10:23,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/64404625-27d7-4e18-b75a-50a6e2043bb0/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" -d '{"subnet_id": "7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"}' 2018-12-12 16:10:25,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3c5d383a-efe3-4c85-b377-564a64f26710 Date: Wed, 12 Dec 2018 16:10:25 GMT RESP BODY: {"network_id": "5ed71681-6170-4d04-8eff-4779fb1190fd", "tenant_id": "53fcf107671142f48918ed870181b109", "subnet_id": "7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c", "subnet_ids": ["7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c"], "port_id": "8c1f1057-1e04-43d2-9382-f14226eaae8e", "id": "64404625-27d7-4e18-b75a-50a6e2043bb0"} 2018-12-12 16:10:25,022 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/64404625-27d7-4e18-b75a-50a6e2043bb0/remove_router_interface used request id req-3c5d383a-efe3-4c85-b377-564a64f26710 2018-12-12 16:10:25,022 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router 2018-12-12 16:10:25,022 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-router 2018-12-12 16:10:25,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/64404625-27d7-4e18-b75a-50a6e2043bb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8a0d0d63a9864f309289581b53727e04b18810f" 2018-12-12 16:10:28,864 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14f630b4-1f70-4ef7-92bf-b55e320010e6 Content-Length: 0 Date: Wed, 12 Dec 2018 16:10:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:28,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/64404625-27d7-4e18-b75a-50a6e2043bb0 used request id req-14f630b4-1f70-4ef7-92bf-b55e320010e6 2018-12-12 16:10:28,865 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet 2018-12-12 16:10:28,865 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-subnet 2018-12-12 16:10:28,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" 2018-12-12 16:10:31,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2138946-1c4c-420e-be47-f4525ea351b8 Date: Wed, 12 Dec 2018 16:10:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:31,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7bf7f94c-e08f-43ec-ae5f-c0bfec5ce60c used request id req-a2138946-1c4c-420e-be47-f4525ea351b8 2018-12-12 16:10:31,257 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-pub-net 2018-12-12 16:10:31,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/5ed71681-6170-4d04-8eff-4779fb1190fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c378ad35dd2857019f7bd44edf9d6cdf96431e7" 2018-12-12 16:10:32,590 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70b46da5-b5a2-4c5e-bba2-ce9110143b9e Date: Wed, 12 Dec 2018 16:10:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:32,590 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/5ed71681-6170-4d04-8eff-4779fb1190fd used request id req-70b46da5-b5a2-4c5e-bba2-ce9110143b9e 2018-12-12 16:10:32,591 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-67b734d6-0078-4a6f-90fd-3e951f9a1372-image 2018-12-12 16:10:32,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17f232734b86811d758471b40e7ef8b08dad3efa" 2018-12-12 16:10:33,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d3b22c0-adaa-46b3-8c6c-1508969415d0 Date: Wed, 12 Dec 2018 16:10:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:10:33,318 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/601cd49b-ede8-422f-af26-537048a532e5 used request id req-2d3b22c0-adaa-46b3-8c6c-1508969415d0 2018-12-12 16:10:33,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:10:33,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2c69fd52-7da4-45bd-b5b2-527550b49e47 Date: Wed, 12 Dec 2018 16:10:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:13Z", "updated_at": "2018-12-12T16:08:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:13Z", "revision_number": 0, "id": "11532c96-306d-4b2b-b28a-3d6a0a88640e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:13Z", "security_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv6", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:13Z", "revision_number": 0, "id": "b0743714-c4ef-48ea-92e3-4a80a3908bb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:13Z", "security_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:13Z", "revision_number": 0, "id": "c377e55b-98d9-4e58-874b-879d95d25834", "remote_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:13Z", "security_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv6", "project_id": "53fcf107671142f48918ed870181b109"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:08:13Z", "revision_number": 0, "id": "d750298a-c13a-4d9e-90c0-5ab2a0c678a6", "remote_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "remote_ip_prefix": null, "created_at": "2018-12-12T16:08:13Z", "security_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "tenant_id": "53fcf107671142f48918ed870181b109", "port_range_min": null, "ethertype": "IPv4", "project_id": "53fcf107671142f48918ed870181b109"}], "revision_number": 4, "project_id": "53fcf107671142f48918ed870181b109", "id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:10:33,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2c69fd52-7da4-45bd-b5b2-527550b49e47 2018-12-12 16:10:33,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:10:33,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe9bf07-8822-4927-aa41-52c95f99163f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109"}, "enabled": true, "id": "53fcf107671142f48918ed870181b109", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj"}} 2018-12-12 16:10:33,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-6fe9bf07-8822-4927-aa41-52c95f99163f 2018-12-12 16:10:33,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e034322-6205-4ce7-9a08-21b03870dd4c 2018-12-12 16:10:33,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6e034322-6205-4ce7-9a08-21b03870dd4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:10:33,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3d629d0c-ebda-477d-adae-a33f4d8afd49 Date: Wed, 12 Dec 2018 16:10:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:13Z", "security_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:13Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "11532c96-306d-4b2b-b28a-3d6a0a88640e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:13Z", "security_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:13Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "b0743714-c4ef-48ea-92e3-4a80a3908bb6"}, {"remote_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:13Z", "security_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:13Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "c377e55b-98d9-4e58-874b-879d95d25834"}, {"remote_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:08:13Z", "security_group_id": "6e034322-6205-4ce7-9a08-21b03870dd4c", "port_range_min": null, "revision_number": 0, "tenant_id": "53fcf107671142f48918ed870181b109", "created_at": "2018-12-12T16:08:13Z", "project_id": "53fcf107671142f48918ed870181b109", "id": "d750298a-c13a-4d9e-90c0-5ab2a0c678a6"}]} 2018-12-12 16:10:33,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6e034322-6205-4ce7-9a08-21b03870dd4c used request id req-3d629d0c-ebda-477d-adae-a33f4d8afd49 2018-12-12 16:10:33,887 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:10:33,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6e034322-6205-4ce7-9a08-21b03870dd4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:10:34,242 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23291520-f008-4772-929a-f69c5a06a808 Content-Length: 0 Date: Wed, 12 Dec 2018 16:10:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:10:34,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6e034322-6205-4ce7-9a08-21b03870dd4c used request id req-23291520-f008-4772-929a-f69c5a06a808 2018-12-12 16:10:34,243 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj 2018-12-12 16:10:34,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:10:34,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91c2c006-618c-4739-b635-d58aac95724c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:10:34,465 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/53fcf107671142f48918ed870181b109 used request id req-91c2c006-618c-4739-b635-d58aac95724c 2018-12-12 16:10:34,465 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-proj-role 2018-12-12 16:10:34,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/260f1e1e95af4a30810200b886d8ec56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:10:34,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8d95973-1252-4758-a627-adc3bde1255c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:10:34,570 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/260f1e1e95af4a30810200b886d8ec56 used request id req-e8d95973-1252-4758-a627-adc3bde1255c 2018-12-12 16:10:34,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0acfc475d8b0a5c3b79fe1a055e6a1b43e6bad" 2018-12-12 16:10:34,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-715b2482-44e6-4ceb-81f8-d494a8369e51 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:10:34,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-715b2482-44e6-4ceb-81f8-d494a8369e51 2018-12-12 16:10:34,660 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-4f7e8e16-a1a1-4fb-user 2018-12-12 16:10:34,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0ee9f1bc6464465dbcaa621c4c7d59c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3c0af0993fef2b4a95fe5225e38858a444a0b3" 2018-12-12 16:10:34,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06fae0a7-5201-4001-9647-42c85fc30fd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:10:34,876 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0ee9f1bc6464465dbcaa621c4c7d59c2 used request id req-06fae0a7-5201-4001-9647-42c85fc30fd0 2018-12-12 16:10:34,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:35,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:10:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AwjRlHcpTiGWHvfwZxwswg"], "issued_at": "2018-12-12T16:10:35.000000Z"}} 2018-12-12 16:10:35,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ead3073889e7f7a5dd7c7850c543b3d0f86f223c" 2018-12-12 16:10:35,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0234d9-6def-4451-81c5-7b18400be957 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:35,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4b0234d9-6def-4451-81c5-7b18400be957 2018-12-12 16:10:35,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:35,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:35,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:10:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["fQ3hYSZ4RpqFT_t5ltl-Tg"], "issued_at": "2018-12-12T16:10:35.000000Z"}} 2018-12-12 16:10:35,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:10:35,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0866a6e0-9746-4e04-88a9-61d5ae4d13f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:35,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0866a6e0-9746-4e04-88a9-61d5ae4d13f6 2018-12-12 16:10:35,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:10:35,831 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:10: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:10:35,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:10:35,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe499eb-2816-40d7-a4af-7f4a461cc729 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:10:35,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj used request id req-4fe499eb-2816-40d7-a4af-7f4a461cc729 2018-12-12 16:10:35,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:10:36,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a4ba8f3-200b-40c8-aa33-b9813ea6fa31 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:10:36,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1a4ba8f3-200b-40c8-aa33-b9813ea6fa31 2018-12-12 16:10:36,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}}' 2018-12-12 16:10:36,139 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:10:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5be3fafd-9347-47bf-8b30-26c65be980f6 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:10:36,140 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5be3fafd-9347-47bf-8b30-26c65be980f6 2018-12-12 16:10:36,140 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj 2018-12-12 16:10:36,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:36,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:36,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:10:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["8BEAUBIbS7uLwyxZdYSRRg"], "issued_at": "2018-12-12T16:10:36.000000Z"}} 2018-12-12 16:10:36,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eba6ff54efab3d6d8ffb3d5b06f44626cc6894b" 2018-12-12 16:10:36,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-977b70ae-dd04-4e30-b6dd-8888f711f8ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:36,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-977b70ae-dd04-4e30-b6dd-8888f711f8ce 2018-12-12 16:10:36,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:10:36,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:10: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:10:36,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eba6ff54efab3d6d8ffb3d5b06f44626cc6894b" 2018-12-12 16:10:36,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cfa796d-d813-4ff3-9621-1fa67f3ca67b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:10:36,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1cfa796d-d813-4ff3-9621-1fa67f3ca67b 2018-12-12 16:10:36,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eba6ff54efab3d6d8ffb3d5b06f44626cc6894b" 2018-12-12 16:10:36,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce33977-f3af-4464-8093-2965d51ce3e7 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}]} 2018-12-12 16:10:36,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj used request id req-1ce33977-f3af-4464-8093-2965d51ce3e7 2018-12-12 16:10:36,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eba6ff54efab3d6d8ffb3d5b06f44626cc6894b" 2018-12-12 16:10:36,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a4b83a6-aeea-4745-bc6d-452e07d54124 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:10:36,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0a4b83a6-aeea-4745-bc6d-452e07d54124 2018-12-12 16:10:37,211 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user 2018-12-12 16:10:37,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:37,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:10:37,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea41be9-d94c-4b3b-adb4-a1d8642b59b7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:10:37,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6ea41be9-d94c-4b3b-adb4-a1d8642b59b7 2018-12-12 16:10:37,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}}' 2018-12-12 16:10:37,343 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23f1c885-441d-4e6d-9641-ae9c3fe310a9 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2006fec7f06a4046adb03d3db8bcf14d", "links": {"self": "http://172.30.9.29:5000/v3/roles/2006fec7f06a4046adb03d3db8bcf14d"}, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}} 2018-12-12 16:10:37,343 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-23f1c885-441d-4e6d-9641-ae9c3fe310a9 2018-12-12 16:10:37,343 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role 2018-12-12 16:10:37,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/2006fec7f06a4046adb03d3db8bcf14d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:10:37,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62a5b0d0-a3ca-4568-ab1f-ef2be8efa84e Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/2006fec7f06a4046adb03d3db8bcf14d"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role", "id": "2006fec7f06a4046adb03d3db8bcf14d"}} 2018-12-12 16:10:37,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/2006fec7f06a4046adb03d3db8bcf14d used request id req-62a5b0d0-a3ca-4568-ab1f-ef2be8efa84e 2018-12-12 16:10:37,451 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role to project CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj 2018-12-12 16:10:37,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380/users/488a96b041514c3bb9f35eb7084b15f0/roles/2006fec7f06a4046adb03d3db8bcf14d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:10:37,590 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:10:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aa06326-7580-402d-85ae-7165777d09a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:10:37,590 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380/users/488a96b041514c3bb9f35eb7084b15f0/roles/2006fec7f06a4046adb03d3db8bcf14d used request id req-5aa06326-7580-402d-85ae-7165777d09a6 2018-12-12 16:10:37,591 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:10:37,592 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:10:37,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:37,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:37,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2006fec7f06a4046adb03d3db8bcf14d", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}], "expires_at": "2018-12-12T17:10:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff18da26904445f9996f74b4fe06380", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user", "id": "488a96b041514c3bb9f35eb7084b15f0"}, "audit_ids": ["WZsdYo_xTHGqWe2nc61vuA"], "issued_at": "2018-12-12T16:10:37.000000Z"}} 2018-12-12 16:10:37,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" 2018-12-12 16:10:38,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc1b2fb-a8d0-4091-a729-beac1f0fc79b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:38,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8dc1b2fb-a8d0-4091-a729-beac1f0fc79b 2018-12-12 16:10:38,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" 2018-12-12 16:10:38,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-788bb1a9-f957-47e4-a436-168d193dec35 Date: Wed, 12 Dec 2018 16:10:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image"} 2018-12-12 16:10:38,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image used request id req-788bb1a9-f957-47e4-a436-168d193dec35 2018-12-12 16:10:38,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" 2018-12-12 16:10:38,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-da60c0dd-528c-45e1-bd3f-dba47f582b62 Date: Wed, 12 Dec 2018 16:10:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:10:38,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-da60c0dd-528c-45e1-bd3f-dba47f582b62 2018-12-12 16:10:38,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image"}' 2018-12-12 16:10:38,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84 X-Openstack-Request-Id: req-5d46847e-2f99-4b80-9610-8aa4b06bd0a4 Date: Wed, 12 Dec 2018 16:10:38 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:10:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:10:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "min_disk": 0, "protected": false, "id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "file": "/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84/file", "checksum": null, "owner": "dff18da26904445f9996f74b4fe06380", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:10:38,608 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-5d46847e-2f99-4b80-9610-8aa4b06bd0a4 2018-12-12 16:10:38,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" -d '' 2018-12-12 16:10:40,081 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-402729b6-ccdb-40a7-949a-3bb29b936030 Date: Wed, 12 Dec 2018 16:10:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:10:40,082 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84/file used request id req-402729b6-ccdb-40a7-949a-3bb29b936030 2018-12-12 16:10:40,082 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:10:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" 2018-12-12 16:10:40,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-16ed6577-6018-4999-8131-ecf56f4ef9a5 Date: Wed, 12 Dec 2018 16:10:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:10:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:10:40Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/438c3e15-b245-420c-88e6-9fbbe7607f84/snap", "metadata": {}}], "self": "/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "min_disk": 0, "protected": false, "id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "file": "/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dff18da26904445f9996f74b4fe06380", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/438c3e15-b245-420c-88e6-9fbbe7607f84/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:10:40,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84 used request id req-16ed6577-6018-4999-8131-ecf56f4ef9a5 2018-12-12 16:10:40,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" 2018-12-12 16:10:40,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6d3090a2-29e1-4ef1-9282-237de177fa9b Date: Wed, 12 Dec 2018 16:10:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:10:40,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6d3090a2-29e1-4ef1-9282-237de177fa9b 2018-12-12 16:10:40,399 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image 2018-12-12 16:10:40,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" 2018-12-12 16:10:40,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-0299c611-bfdc-4547-bd81-606dc3003bc8 Date: Wed, 12 Dec 2018 16:10:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:10:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:10:40Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/438c3e15-b245-420c-88e6-9fbbe7607f84/snap", "metadata": {}}], "self": "/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "min_disk": 0, "protected": false, "id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "file": "/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dff18da26904445f9996f74b4fe06380", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/438c3e15-b245-420c-88e6-9fbbe7607f84/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:10:40,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84 used request id req-0299c611-bfdc-4547-bd81-606dc3003bc8 2018-12-12 16:10:40,560 - create_image - DEBUG - Instance status is - active 2018-12-12 16:10:40,560 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image 2018-12-12 16:10:40,560 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image 2018-12-12 16:10:40,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:40,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:40,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2006fec7f06a4046adb03d3db8bcf14d", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}], "expires_at": "2018-12-12T17:10:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff18da26904445f9996f74b4fe06380", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user", "id": "488a96b041514c3bb9f35eb7084b15f0"}, "audit_ids": ["zjgBm0NKRQueBrxmuwfb2g"], "issued_at": "2018-12-12T16:10:40.000000Z"}} 2018-12-12 16:10:40,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" 2018-12-12 16:10:41,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab41079-ae29-4b29-87bf-3db078fc257c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:41,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1ab41079-ae29-4b29-87bf-3db078fc257c 2018-12-12 16:10:41,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" 2018-12-12 16:10:41,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cb57c311-fce0-4ef9-9b9a-07171bac20ae Date: Wed, 12 Dec 2018 16:10:41 GMT RESP BODY: {"networks":[]} 2018-12-12 16:10:41,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-cb57c311-fce0-4ef9-9b9a-07171bac20ae 2018-12-12 16:10:41,196 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net 2018-12-12 16:10:41,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net", "admin_state_up": true}}' 2018-12-12 16:10:41,975 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8539029b-c8ad-4156-8f0f-984c79bc3e11 Date: Wed, 12 Dec 2018 16:10:41 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"fd1efca9-4276-4174-935a-0f5175fcdee4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:10:41Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","mtu":1450}} 2018-12-12 16:10:41,975 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-8539029b-c8ad-4156-8f0f-984c79bc3e11 2018-12-12 16:10:41,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" 2018-12-12 16:10:42,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-464165a4-c8ef-4ea8-9482-7e5952d4ff7d Date: Wed, 12 Dec 2018 16:10:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T16:10:41Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:10:42,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-464165a4-c8ef-4ea8-9482-7e5952d4ff7d 2018-12-12 16:10:42,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" 2018-12-12 16:10:42,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b7ac7f25-54ce-4998-848b-88d9741f39d6 Date: Wed, 12 Dec 2018 16:10:42 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:10:42,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-b7ac7f25-54ce-4998-848b-88d9741f39d6 2018-12-12 16:10:42,415 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet 2018-12-12 16:10:42,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" -d '{"subnets": [{"ip_version": 4, "network_id": "fd1efca9-4276-4174-935a-0f5175fcdee4", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]}' 2018-12-12 16:10:43,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-958a3a3f-5463-4424-8a24-be594a435f93 Date: Wed, 12 Dec 2018 16:10:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:10:43,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-958a3a3f-5463-4424-8a24-be594a435f93 2018-12-12 16:10:43,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" 2018-12-12 16:10:43,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c1ee4ca1-487a-4b11-956c-02ce875e54ca Date: Wed, 12 Dec 2018 16:10:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:10:43,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-c1ee4ca1-487a-4b11-956c-02ce875e54ca 2018-12-12 16:10:43,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" 2018-12-12 16:10:43,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6cb8f0b0-39e4-4591-96b1-02fa317f717c Date: Wed, 12 Dec 2018 16:10:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:10:43,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-6cb8f0b0-39e4-4591-96b1-02fa317f717c 2018-12-12 16:10:43,580 - OpenStackNetwork - DEBUG - Network [fd1efca9-4276-4174-935a-0f5175fcdee4] created successfully 2018-12-12 16:10:43,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:43,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:43,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2006fec7f06a4046adb03d3db8bcf14d", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}], "expires_at": "2018-12-12T17:10:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff18da26904445f9996f74b4fe06380", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user", "id": "488a96b041514c3bb9f35eb7084b15f0"}, "audit_ids": ["OnvJFeBLTP6zkQQMlDWp4g"], "issued_at": "2018-12-12T16:10:43.000000Z"}} 2018-12-12 16:10:43,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:44,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8091d41-c08b-4895-9dea-a407458e39ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:44,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a8091d41-c08b-4895-9dea-a407458e39ba 2018-12-12 16:10:44,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:44,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fe35ae8d-786a-4118-bb47-84801ca34ae4 Date: Wed, 12 Dec 2018 16:10:44 GMT RESP BODY: {"routers": []} 2018-12-12 16:10:44,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router&admin_state_up=True used request id req-fe35ae8d-786a-4118-bb47-84801ca34ae4 2018-12-12 16:10:44,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:44,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:44,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2006fec7f06a4046adb03d3db8bcf14d", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}], "expires_at": "2018-12-12T17:10:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff18da26904445f9996f74b4fe06380", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user", "id": "488a96b041514c3bb9f35eb7084b15f0"}, "audit_ids": ["-ZLRAfYzQL-ZNo9IdlbS6w"], "issued_at": "2018-12-12T16:10:44.000000Z"}} 2018-12-12 16:10:44,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35de2d03bad257ce3bf7ca17ab82132bfff77095" 2018-12-12 16:10:44,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ffc45a-a824-498d-b8e0-bd3981b471b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:44,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-28ffc45a-a824-498d-b8e0-bd3981b471b1 2018-12-12 16:10:44,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:44,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-edfee996-e665-4a2d-9215-bd2fc7bcb029 Date: Wed, 12 Dec 2018 16:10:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:10:44,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-edfee996-e665-4a2d-9215-bd2fc7bcb029 2018-12-12 16:10:44,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:45,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0076cd52-0ca7-4710-b18e-e12079b6cac1 Date: Wed, 12 Dec 2018 16:10:45 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:10:45,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-0076cd52-0ca7-4710-b18e-e12079b6cac1 2018-12-12 16:10:45,106 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router 2018-12-12 16:10:45,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router", "admin_state_up": true}}' 2018-12-12 16:10:50,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-7b463320-3310-4fb8-a5a3-1fa512a0ff42 Date: Wed, 12 Dec 2018 16:10:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:45Z", "admin_state_up": true, "updated_at": "2018-12-12T16:10:46Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "dff18da26904445f9996f74b4fe06380", "id": "ccbc3c3b-492e-40fd-a360-eafb3edf24f4", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router"}} 2018-12-12 16:10:50,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-7b463320-3310-4fb8-a5a3-1fa512a0ff42 2018-12-12 16:10:50,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=ccbc3c3b-492e-40fd-a360-eafb3edf24f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:50,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9704ab22-7baf-4a9f-97aa-09a94579c8e8 Date: Wed, 12 Dec 2018 16:10:50 GMT RESP BODY: {"ports":[]} 2018-12-12 16:10:50,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=ccbc3c3b-492e-40fd-a360-eafb3edf24f4 used request id req-9704ab22-7baf-4a9f-97aa-09a94579c8e8 2018-12-12 16:10:50,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:50,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8b19e393-8c6f-413f-aedd-c0f24d53cf26 Date: Wed, 12 Dec 2018 16:10:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:10:50,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-8b19e393-8c6f-413f-aedd-c0f24d53cf26 2018-12-12 16:10:50,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:10:50,664 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:10: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:10:50,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:50,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c543b4b-3ac8-405a-8d6f-4bbc182dc09d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:10:50,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-7c543b4b-3ac8-405a-8d6f-4bbc182dc09d 2018-12-12 16:10:50,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:50,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eba85ca2-b858-44b3-96f1-a101654e1600 Date: Wed, 12 Dec 2018 16:10:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:10:50,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-eba85ca2-b858-44b3-96f1-a101654e1600 2018-12-12 16:10:50,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:51,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1cf17909-76d4-41c7-9012-4ad810bddc84 Date: Wed, 12 Dec 2018 16:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:10:51,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet used request id req-1cf17909-76d4-41c7-9012-4ad810bddc84 2018-12-12 16:10:51,190 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:10:51,190 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router 2018-12-12 16:10:51,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/ccbc3c3b-492e-40fd-a360-eafb3edf24f4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" -d '{"subnet_id": "c9fc1858-3921-4b9a-9eaf-87e7993f6489"}' 2018-12-12 16:10:52,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f2627a2e-d887-449b-9e2b-4af332b911aa Date: Wed, 12 Dec 2018 16:10:52 GMT RESP BODY: {"network_id": "fd1efca9-4276-4174-935a-0f5175fcdee4", "tenant_id": "dff18da26904445f9996f74b4fe06380", "subnet_id": "c9fc1858-3921-4b9a-9eaf-87e7993f6489", "subnet_ids": ["c9fc1858-3921-4b9a-9eaf-87e7993f6489"], "port_id": "f8372647-62bf-468e-8b3a-e91704c49957", "id": "ccbc3c3b-492e-40fd-a360-eafb3edf24f4"} 2018-12-12 16:10:52,935 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ccbc3c3b-492e-40fd-a360-eafb3edf24f4/add_router_interface used request id req-f2627a2e-d887-449b-9e2b-4af332b911aa 2018-12-12 16:10:52,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/ccbc3c3b-492e-40fd-a360-eafb3edf24f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:53,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-feace5be-1cf2-4c3e-93c4-8887828ad830 Date: Wed, 12 Dec 2018 16:10:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:45Z", "admin_state_up": true, "updated_at": "2018-12-12T16:10:52Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "dff18da26904445f9996f74b4fe06380", "id": "ccbc3c3b-492e-40fd-a360-eafb3edf24f4", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router"}} 2018-12-12 16:10:53,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/ccbc3c3b-492e-40fd-a360-eafb3edf24f4 used request id req-feace5be-1cf2-4c3e-93c4-8887828ad830 2018-12-12 16:10:53,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=ccbc3c3b-492e-40fd-a360-eafb3edf24f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:53,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-7bb52d19-979c-4be3-be83-69459b22cb65 Date: Wed, 12 Dec 2018 16:10:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.1"}],"id":"f8372647-62bf-468e-8b3a-e91704c49957","security_groups":[],"mac_address":"fa:16:3e:94:3a:ef","project_id":"dff18da26904445f9996f74b4fe06380","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:51Z","binding:vnic_type":"normal","device_id":"ccbc3c3b-492e-40fd-a360-eafb3edf24f4"}]} 2018-12-12 16:10:53,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=ccbc3c3b-492e-40fd-a360-eafb3edf24f4 used request id req-7bb52d19-979c-4be3-be83-69459b22cb65 2018-12-12 16:10:53,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/c9fc1858-3921-4b9a-9eaf-87e7993f6489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:10:53,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-97528499-b233-4412-a688-1b000c1d56c6 Date: Wed, 12 Dec 2018 16:10:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}} 2018-12-12 16:10:53,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/c9fc1858-3921-4b9a-9eaf-87e7993f6489 used request id req-97528499-b233-4412-a688-1b000c1d56c6 2018-12-12 16:10:53,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:53,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:53,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:10:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["8FMo0F_6TBSjwPOFve0o-g"], "issued_at": "2018-12-12T16:10:53.000000Z"}} 2018-12-12 16:10:53,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6151d443a4da03d2c84b67e5b4a10a7178eb1a0" 2018-12-12 16:10:53,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a300fd6-8c02-444f-b300-a139465db7f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:53,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5a300fd6-8c02-444f-b300-a139465db7f9 2018-12-12 16:10:53,972 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:10:53,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6151d443a4da03d2c84b67e5b4a10a7178eb1a0" 2018-12-12 16:10:54,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68f0c55f-8c6a-4ee7-a0b6-ffb5ccca7554 x-compute-request-id: req-68f0c55f-8c6a-4ee7-a0b6-ffb5ccca7554 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:10:54,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-68f0c55f-8c6a-4ee7-a0b6-ffb5ccca7554 2018-12-12 16:10:54,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6151d443a4da03d2c84b67e5b4a10a7178eb1a0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:10:54,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7b54bfd-e5e5-4dd1-bb5d-a207978cb558 x-compute-request-id: req-f7b54bfd-e5e5-4dd1-bb5d-a207978cb558 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "70a421a7-ba18-4ca3-9827-6633b6967977", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:10:54,218 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f7b54bfd-e5e5-4dd1-bb5d-a207978cb558 2018-12-12 16:10:54,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:54,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:54,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2006fec7f06a4046adb03d3db8bcf14d", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}], "expires_at": "2018-12-12T17:10:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff18da26904445f9996f74b4fe06380", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user", "id": "488a96b041514c3bb9f35eb7084b15f0"}, "audit_ids": ["hxF_C-_KR_qMTbY2K7wpYA"], "issued_at": "2018-12-12T16:10:54.000000Z"}} 2018-12-12 16:10:54,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2eecb46704740014cd1656251e2d304bf38c69" 2018-12-12 16:10:54,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ecebc9-82d9-404a-8089-1aee71a62e1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:54,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f1ecebc9-82d9-404a-8089-1aee71a62e1e 2018-12-12 16:10:54,670 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:10:54,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2eecb46704740014cd1656251e2d304bf38c69" 2018-12-12 16:10:54,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-efcc3d40-b351-4481-814b-b979e90b7f19 x-compute-request-id: req-efcc3d40-b351-4481-814b-b979e90b7f19 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:10:54,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-efcc3d40-b351-4481-814b-b979e90b7f19 2018-12-12 16:10:54,839 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp... 2018-12-12 16:10:54,839 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:10:54,902 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp 2018-12-12 16:10:54,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2eecb46704740014cd1656251e2d304bf38c69" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQz5HjxP3K6kddg8Zx4TI/tG/wDKNj2SWRs0FRsWTHGQMBsCjnhOZ4qpSSVcVaoLjS0bZhqNfCer9XudpAVkeap1snkpr8fxSsY7W5+AkiuTJKsgcjcaSNFBtkcADSeyBUx5hubNF42nsQWydypDqx9yl2peP+h0B7a3teHiem7w==", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp"}}' 2018-12-12 16:10:54,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e70d60e-2d05-433f-a342-5652abe8cb22 x-compute-request-id: req-8e70d60e-2d05-433f-a342-5652abe8cb22 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQz5HjxP3K6kddg8Zx4TI/tG/wDKNj2SWRs0FRsWTHGQMBsCjnhOZ4qpSSVcVaoLjS0bZhqNfCer9XudpAVkeap1snkpr8fxSsY7W5+AkiuTJKsgcjcaSNFBtkcADSeyBUx5hubNF42nsQWydypDqx9yl2peP+h0B7a3teHiem7w==", "user_id": "488a96b041514c3bb9f35eb7084b15f0", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "fingerprint": "7f:43:e1:cf:37:27:23:34:84:d1:70:da:82:e7:86:ba"}} 2018-12-12 16:10:54,959 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-8e70d60e-2d05-433f-a342-5652abe8cb22 2018-12-12 16:10:54,962 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce.pub 2018-12-12 16:10:54,962 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce 2018-12-12 16:10:54,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:54,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:55,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2006fec7f06a4046adb03d3db8bcf14d", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}], "expires_at": "2018-12-12T17:10:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff18da26904445f9996f74b4fe06380", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user", "id": "488a96b041514c3bb9f35eb7084b15f0"}, "audit_ids": ["fMEioLe0ScKe7E69KPBu0g"], "issued_at": "2018-12-12T16:10:55.000000Z"}} 2018-12-12 16:10:55,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:55,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01085b30-0b5f-4e76-bde8-d4196aae1fbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:55,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-01085b30-0b5f-4e76-bde8-d4196aae1fbb 2018-12-12 16:10:55,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:55,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c3744971-bfc0-4908-8418-d53931693053 Date: Wed, 12 Dec 2018 16:10:55 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:10:55,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp used request id req-c3744971-bfc0-4908-8418-d53931693053 2018-12-12 16:10:55,646 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp... 2018-12-12 16:10:55,646 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp 2018-12-12 16:10:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}}' 2018-12-12 16:10:56,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-522b8ade-8a57-4edd-8e87-6b8d5d96b246 Date: Wed, 12 Dec 2018 16:10:56 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "updated_at": "2018-12-12T16:10:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "0e2be351-f808-4100-b4c5-0576b559e64c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "504f4957-0757-4803-a482-279ec33eb8bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff18da26904445f9996f74b4fe06380"}], "revision_number": 2, "project_id": "dff18da26904445f9996f74b4fe06380", "id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}} 2018-12-12 16:10:56,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-522b8ade-8a57-4edd-8e87-6b8d5d96b246 2018-12-12 16:10:56,188 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:56,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:56,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ba3bf563-8a05-461f-aa9c-c0b5c5b87f45 Date: Wed, 12 Dec 2018 16:10:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "0e2be351-f808-4100-b4c5-0576b559e64c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "504f4957-0757-4803-a482-279ec33eb8bf"}]} 2018-12-12 16:10:56,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-ba3bf563-8a05-461f-aa9c-c0b5c5b87f45 2018-12-12 16:10:56,360 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:56,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:56,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-90c28a23-8b27-42f4-8a67-f53c278200ba Date: Wed, 12 Dec 2018 16:10:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "0e2be351-f808-4100-b4c5-0576b559e64c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "504f4957-0757-4803-a482-279ec33eb8bf"}]} 2018-12-12 16:10:56,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-90c28a23-8b27-42f4-8a67-f53c278200ba 2018-12-12 16:10:56,544 - neutron_utils - INFO - Retrieving security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:56,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:56,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-704590cd-256c-4f94-90d7-f9da70ad5606 Date: Wed, 12 Dec 2018 16:10:56 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "updated_at": "2018-12-12T16:10:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "0e2be351-f808-4100-b4c5-0576b559e64c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "504f4957-0757-4803-a482-279ec33eb8bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff18da26904445f9996f74b4fe06380"}], "revision_number": 2, "project_id": "dff18da26904445f9996f74b4fe06380", "id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}]} 2018-12-12 16:10:56,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-704590cd-256c-4f94-90d7-f9da70ad5606 2018-12-12 16:10:56,744 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:56,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:56,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c3b901e7-eea9-426b-91b5-b68d3745cc71 Date: Wed, 12 Dec 2018 16:10:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "0e2be351-f808-4100-b4c5-0576b559e64c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "504f4957-0757-4803-a482-279ec33eb8bf"}]} 2018-12-12 16:10:56,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-c3b901e7-eea9-426b-91b5-b68d3745cc71 2018-12-12 16:10:56,922 - neutron_utils - INFO - Retrieving security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:56,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:57,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a9c0da79-5236-4fd0-8b15-47279d161f87 Date: Wed, 12 Dec 2018 16:10:57 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "updated_at": "2018-12-12T16:10:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "0e2be351-f808-4100-b4c5-0576b559e64c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "504f4957-0757-4803-a482-279ec33eb8bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff18da26904445f9996f74b4fe06380"}], "revision_number": 2, "project_id": "dff18da26904445f9996f74b4fe06380", "id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}]} 2018-12-12 16:10:57,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-a9c0da79-5236-4fd0-8b15-47279d161f87 2018-12-12 16:10:57,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:57,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:57,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4bcedbd2-5763-40c0-b2aa-eafc0d17ecfb Date: Wed, 12 Dec 2018 16:10:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "0e2be351-f808-4100-b4c5-0576b559e64c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "504f4957-0757-4803-a482-279ec33eb8bf"}]} 2018-12-12 16:10:57,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-4bcedbd2-5763-40c0-b2aa-eafc0d17ecfb 2018-12-12 16:10:57,312 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp 2018-12-12 16:10:57,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:57,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-8422d915-c520-4946-8366-43041711e2d3 Date: Wed, 12 Dec 2018 16:10:57 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "updated_at": "2018-12-12T16:10:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "0e2be351-f808-4100-b4c5-0576b559e64c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "504f4957-0757-4803-a482-279ec33eb8bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff18da26904445f9996f74b4fe06380"}], "revision_number": 2, "project_id": "dff18da26904445f9996f74b4fe06380", "id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}]} 2018-12-12 16:10:57,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp used request id req-8422d915-c520-4946-8366-43041711e2d3 2018-12-12 16:10:57,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:10:57,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:10: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:10:57,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:57,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0521cd-4635-45c1-af47-0b07c318c37b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:10:57,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-8a0521cd-4635-45c1-af47-0b07c318c37b 2018-12-12 16:10:57,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:57,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:57,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3994425c-eed7-452a-8f40-3e1451056568 Date: Wed, 12 Dec 2018 16:10:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "0e2be351-f808-4100-b4c5-0576b559e64c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "504f4957-0757-4803-a482-279ec33eb8bf"}]} 2018-12-12 16:10:57,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-3994425c-eed7-452a-8f40-3e1451056568 2018-12-12 16:10:57,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}1cb385d9efdac908028b74e03297f2881a4d03f5" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d"}}' 2018-12-12 16:10:57,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-3eebbcc3-54b0-44bd-bcda-3342a879aa95 Date: Wed, 12 Dec 2018 16:10: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-12-12T16:10:57Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:57Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "b67d2837-ef61-43c7-b820-b6be3b123455"}} 2018-12-12 16:10:57,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-3eebbcc3-54b0-44bd-bcda-3342a879aa95 2018-12-12 16:10:57,931 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp 2018-12-12 16:10:57,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:58,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-d844b0e7-a7af-4442-916c-8b7f2816bece Date: Wed, 12 Dec 2018 16:10:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "updated_at": "2018-12-12T16:10:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "0e2be351-f808-4100-b4c5-0576b559e64c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "504f4957-0757-4803-a482-279ec33eb8bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:57Z", "revision_number": 0, "id": "b67d2837-ef61-43c7-b820-b6be3b123455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:57Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}], "revision_number": 3, "project_id": "dff18da26904445f9996f74b4fe06380", "id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}]} 2018-12-12 16:10:58,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp used request id req-d844b0e7-a7af-4442-916c-8b7f2816bece 2018-12-12 16:10:58,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:58,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a142bc-77b1-4836-a8ec-20c7b1c4e852 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:10:58,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-f5a142bc-77b1-4836-a8ec-20c7b1c4e852 2018-12-12 16:10:58,222 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:58,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:58,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-c89f8354-7551-47aa-82df-6a7b4e63044c Date: Wed, 12 Dec 2018 16:10:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "0e2be351-f808-4100-b4c5-0576b559e64c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "504f4957-0757-4803-a482-279ec33eb8bf"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:57Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:57Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "b67d2837-ef61-43c7-b820-b6be3b123455"}]} 2018-12-12 16:10:58,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-c89f8354-7551-47aa-82df-6a7b4e63044c 2018-12-12 16:10:58,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}1cb385d9efdac908028b74e03297f2881a4d03f5" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d"}}' 2018-12-12 16:10:58,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-2504dbb2-d500-4157-8cc9-3f3aca012ca9 Date: Wed, 12 Dec 2018 16:10: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-12-12T16:10:58Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": 22, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:58Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "50fadf58-c323-4e33-be88-120aa5d8ed9f"}} 2018-12-12 16:10:58,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-2504dbb2-d500-4157-8cc9-3f3aca012ca9 2018-12-12 16:10:58,846 - neutron_utils - INFO - Retrieving security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:58,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:59,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-d977355d-a205-4340-99f9-2142e74f9459 Date: Wed, 12 Dec 2018 16:10:59 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "updated_at": "2018-12-12T16:10:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "0e2be351-f808-4100-b4c5-0576b559e64c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "revision_number": 0, "id": "504f4957-0757-4803-a482-279ec33eb8bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:10:58Z", "revision_number": 0, "id": "50fadf58-c323-4e33-be88-120aa5d8ed9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:58Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:57Z", "revision_number": 0, "id": "b67d2837-ef61-43c7-b820-b6be3b123455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:57Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}], "revision_number": 4, "project_id": "dff18da26904445f9996f74b4fe06380", "id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}]} 2018-12-12 16:10:59,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-d977355d-a205-4340-99f9-2142e74f9459 2018-12-12 16:10:59,066 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d9c6e4f-e433-4873-8122-e252d92c925d 2018-12-12 16:10:59,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:10:59,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-b9c44ead-ba7a-49b4-aeed-140201788110 Date: Wed, 12 Dec 2018 16:10:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "0e2be351-f808-4100-b4c5-0576b559e64c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:55Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:55Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "504f4957-0757-4803-a482-279ec33eb8bf"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:10:58Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": 22, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:58Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "50fadf58-c323-4e33-be88-120aa5d8ed9f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:57Z", "security_group_id": "6d9c6e4f-e433-4873-8122-e252d92c925d", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:57Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "b67d2837-ef61-43c7-b820-b6be3b123455"}]} 2018-12-12 16:10:59,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-b9c44ead-ba7a-49b4-aeed-140201788110 2018-12-12 16:10:59,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:10:59,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:10:59,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2006fec7f06a4046adb03d3db8bcf14d", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}], "expires_at": "2018-12-12T17:10:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff18da26904445f9996f74b4fe06380", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user", "id": "488a96b041514c3bb9f35eb7084b15f0"}, "audit_ids": ["GepIoeVHQkSa0Qk_7Eo7Ow"], "issued_at": "2018-12-12T16:10:59.000000Z"}} 2018-12-12 16:10:59,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:10:59,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01368c5d-654e-4e37-8d74-a4742c226a5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:59,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-01368c5d-654e-4e37-8d74-a4742c226a5e 2018-12-12 16:10:59,707 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:10:59,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:10:59,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad08354-3ea8-4f92-aa5f-95f3455af8b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:10:59,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ad08354-3ea8-4f92-aa5f-95f3455af8b2 2018-12-12 16:10:59,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:00,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dda470fb-4a6e-4eb4-b588-658179710796 Date: Wed, 12 Dec 2018 16:11: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":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:00,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-dda470fb-4a6e-4eb4-b588-658179710796 2018-12-12 16:11:00,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:11:00,059 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:11: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:11:00,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:00,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd569d7-021a-4b8b-8a36-c328fdbfbaea Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:00,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-5bd569d7-021a-4b8b-8a36-c328fdbfbaea 2018-12-12 16:11:00,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:00,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5e751edb-eaa1-494b-a53c-6188673ff97a Date: Wed, 12 Dec 2018 16:11:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:00,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-5e751edb-eaa1-494b-a53c-6188673ff97a 2018-12-12 16:11:00,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:00,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c9f711cd-4159-4a4f-b6f2-031e43d6a1ca Date: Wed, 12 Dec 2018 16:11:00 GMT RESP BODY: {"ports":[]} 2018-12-12 16:11:00,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1&admin_state_up=True used request id req-c9f711cd-4159-4a4f-b6f2-031e43d6a1ca 2018-12-12 16:11:00,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:00,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e60b94f1-b8d5-4e6b-8dea-d88378c230b4 x-compute-request-id: req-e60b94f1-b8d5-4e6b-8dea-d88378c230b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:11:00,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst used request id req-e60b94f1-b8d5-4e6b-8dea-d88378c230b4 2018-12-12 16:11:00,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:01,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2f09c45d-57f6-4914-9840-30deea6765fe Date: Wed, 12 Dec 2018 16:11: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":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:01,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-2f09c45d-57f6-4914-9840-30deea6765fe 2018-12-12 16:11:01,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:01,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8b3b6d-f165-4003-a805-fb7e530194f1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:01,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-4e8b3b6d-f165-4003-a805-fb7e530194f1 2018-12-12 16:11:01,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:01,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f9f8ed1b-e225-4c4f-9db0-b95475e1a414 Date: Wed, 12 Dec 2018 16:11:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:01,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-f9f8ed1b-e225-4c4f-9db0-b95475e1a414 2018-12-12 16:11:01,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:01,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-94d3b30f-0a83-4a04-8009-4d8b60006994 Date: Wed, 12 Dec 2018 16:11:01 GMT RESP BODY: {"ports":[]} 2018-12-12 16:11:01,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1&admin_state_up=True used request id req-94d3b30f-0a83-4a04-8009-4d8b60006994 2018-12-12 16:11:01,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:11:01,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:11:01,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2006fec7f06a4046adb03d3db8bcf14d", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role"}], "expires_at": "2018-12-12T17:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff18da26904445f9996f74b4fe06380", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/dff18da26904445f9996f74b4fe06380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user", "id": "488a96b041514c3bb9f35eb7084b15f0"}, "audit_ids": ["zwNcqTF1RruySjOc3wGiFQ"], "issued_at": "2018-12-12T16:11:01.000000Z"}} 2018-12-12 16:11:01,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0050c960138469e9fd6b8f24d1a5c06d7eb41c15" 2018-12-12 16:11:01,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-283c7a26-3e08-42e6-8b86-a6aef1dcb802 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:11:01,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-283c7a26-3e08-42e6-8b86-a6aef1dcb802 2018-12-12 16:11:01,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:02,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6750cd77-9ff1-41a0-906c-dd01f6f34eb5 Date: Wed, 12 Dec 2018 16:11: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":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:02,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-6750cd77-9ff1-41a0-906c-dd01f6f34eb5 2018-12-12 16:11:02,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:02,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-096a22a3-c20d-4c34-a173-bcfcca26592a Date: Wed, 12 Dec 2018 16:11:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:02,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-096a22a3-c20d-4c34-a173-bcfcca26592a 2018-12-12 16:11:02,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:02,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4111a911-9ede-4ccc-8eda-5a677a5c4a27 Date: Wed, 12 Dec 2018 16:11: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":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:02,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-4111a911-9ede-4ccc-8eda-5a677a5c4a27 2018-12-12 16:11:02,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:11:02,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:11: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:11:02,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0050c960138469e9fd6b8f24d1a5c06d7eb41c15" 2018-12-12 16:11:02,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab3937c3-21a8-4d8a-ab75-33c72f4e977e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:02,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-ab3937c3-21a8-4d8a-ab75-33c72f4e977e 2018-12-12 16:11:02,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:02,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9aae759d-1e05-4468-af9a-e201eed0f2c5 Date: Wed, 12 Dec 2018 16:11:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:02,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-9aae759d-1e05-4468-af9a-e201eed0f2c5 2018-12-12 16:11:02,767 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net 2018-12-12 16:11:02,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" -d '{"port": {"network_id": "fd1efca9-4276-4174-935a-0f5175fcdee4", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1", "admin_state_up": true}}' 2018-12-12 16:11:03,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-0561d21a-6260-4f46-b591-2e61e97a7378 Date: Wed, 12 Dec 2018 16:11:03 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.7"}],"id":"fc7edb33-038a-40b9-bde7-81ec3a6529b0","security_groups":["17167352-77c8-40cb-a495-33d513167369"],"mac_address":"fa:16:3e:64:64:9a","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1","project_id":"dff18da26904445f9996f74b4fe06380","qos_policy_id":null,"admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:11:03Z","binding:vnic_type":"normal"}} 2018-12-12 16:11:03,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-0561d21a-6260-4f46-b591-2e61e97a7378 2018-12-12 16:11:03,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-be1c1469-1e54-4db2-ae32-27313cf15194 Date: Wed, 12 Dec 2018 16:11:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:04,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-be1c1469-1e54-4db2-ae32-27313cf15194 2018-12-12 16:11:04,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e086637-50c3-4759-97de-28fd1e4c4c97 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:04,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-1e086637-50c3-4759-97de-28fd1e4c4c97 2018-12-12 16:11:04,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3d3b539f-b35c-4147-b49d-c25f89d3fa8c Date: Wed, 12 Dec 2018 16:11:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:04,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-3d3b539f-b35c-4147-b49d-c25f89d3fa8c 2018-12-12 16:11:04,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-d1a19a63-4395-41cf-85c2-6bc0396c7325 Date: Wed, 12 Dec 2018 16:11:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.7"}],"id":"fc7edb33-038a-40b9-bde7-81ec3a6529b0","security_groups":["17167352-77c8-40cb-a495-33d513167369"],"mac_address":"fa:16:3e:64:64:9a","project_id":"dff18da26904445f9996f74b4fe06380","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:11:03Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:11:04,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1&admin_state_up=True used request id req-d1a19a63-4395-41cf-85c2-6bc0396c7325 2018-12-12 16:11:04,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904689e4-c613-4dab-b9f9-ff9b4ad8c294 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:04,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-904689e4-c613-4dab-b9f9-ff9b4ad8c294 2018-12-12 16:11:04,455 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst 2018-12-12 16:11:04,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5589562e-eea3-47e3-8385-75e462fd06fd x-compute-request-id: req-5589562e-eea3-47e3-8385-75e462fd06fd Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-flavor-name"}]} 2018-12-12 16:11:04,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5589562e-eea3-47e3-8385-75e462fd06fd 2018-12-12 16:11:04,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/70a421a7-ba18-4ca3-9827-6633b6967977 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbea4e95-d6f1-4083-9b36-995d8f32bc39 x-compute-request-id: req-cbea4e95-d6f1-4083-9b36-995d8f32bc39 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "70a421a7-ba18-4ca3-9827-6633b6967977", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:11:04,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/70a421a7-ba18-4ca3-9827-6633b6967977 used request id req-cbea4e95-d6f1-4083-9b36-995d8f32bc39 2018-12-12 16:11:04,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-4186f0b4-dd44-421d-bb21-1b9682ef44c0 Date: Wed, 12 Dec 2018 16:11:04 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:10:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:10:40Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/438c3e15-b245-420c-88e6-9fbbe7607f84/snap", "metadata": {}}], "self": "/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "min_disk": 0, "protected": false, "id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "file": "/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dff18da26904445f9996f74b4fe06380", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/438c3e15-b245-420c-88e6-9fbbe7607f84/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image"} 2018-12-12 16:11:04,688 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image used request id req-4186f0b4-dd44-421d-bb21-1b9682ef44c0 2018-12-12 16:11:04,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:04,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-de10b485-4540-41ea-ad2b-c34f3de84a1d Date: Wed, 12 Dec 2018 16:11:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:11:04,856 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-de10b485-4540-41ea-ad2b-c34f3de84a1d 2018-12-12 16:11:04,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "imageRef": "438c3e15-b245-420c-88e6-9fbbe7607f84", "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "flavorRef": "70a421a7-ba18-4ca3-9827-6633b6967977", "max_count": 1, "min_count": 1, "networks": [{"port": "fc7edb33-038a-40b9-bde7-81ec3a6529b0"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}]}}' 2018-12-12 16:11:07,140 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f94d0d20-c308-4966-9a95-7fc7a7595006 x-compute-request-id: req-f94d0d20-c308-4966-9a95-7fc7a7595006 Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "adminPass": "rsn9nemS6uwi"}} 2018-12-12 16:11:07,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-f94d0d20-c308-4966-9a95-7fc7a7595006 2018-12-12 16:11:07,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:07,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-175d2d21-359c-4835-b69e-c539caa6da07 x-compute-request-id: req-175d2d21-359c-4835-b69e-c539caa6da07 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.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:11:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:07,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-175d2d21-359c-4835-b69e-c539caa6da07 2018-12-12 16:11:07,520 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst 2018-12-12 16:11:07,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:07,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dbe7bd2-b6ce-4224-af0f-23d3e48900d0 x-compute-request-id: req-9dbe7bd2-b6ce-4224-af0f-23d3e48900d0 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.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:11:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:07,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-9dbe7bd2-b6ce-4224-af0f-23d3e48900d0 2018-12-12 16:11:07,889 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst] is - BUILD 2018-12-12 16:11:07,889 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:11:10,892 - create_instance - DEBUG - VM status query timeout in 896.627245903 2018-12-12 16:11:10,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:11,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11: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-5bb6fbbd-b647-4b2c-9409-2c55caa97465 x-compute-request-id: req-5bb6fbbd-b647-4b2c-9409-2c55caa97465 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.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:11:08Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:11,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-5bb6fbbd-b647-4b2c-9409-2c55caa97465 2018-12-12 16:11:11,451 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst] is - BUILD 2018-12-12 16:11:11,451 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:11:14,454 - create_instance - DEBUG - VM status query timeout in 893.065328836 2018-12-12 16:11:14,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:15,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11: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-48f71d37-d1a1-439d-96cc-1fbf291f712a x-compute-request-id: req-48f71d37-d1a1-439d-96cc-1fbf291f712a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:15,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-48f71d37-d1a1-439d-96cc-1fbf291f712a 2018-12-12 16:11:15,081 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst] is - ACTIVE 2018-12-12 16:11:15,081 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:11:15,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:15,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11: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-8566dacb-3d39-4c2b-8857-c2e27e57609a x-compute-request-id: req-8566dacb-3d39-4c2b-8857-c2e27e57609a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:15,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-8566dacb-3d39-4c2b-8857-c2e27e57609a 2018-12-12 16:11:15,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:16,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c062cd4d-3a13-4c1f-9551-89f17cd4698e Date: Wed, 12 Dec 2018 16:11: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":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:16,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-c062cd4d-3a13-4c1f-9551-89f17cd4698e 2018-12-12 16:11:16,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:16,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcbf0081-2df8-47b7-9892-94ac1175f00c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:16,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-dcbf0081-2df8-47b7-9892-94ac1175f00c 2018-12-12 16:11:16,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:16,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ccbf5d39-efcc-4cb2-a383-aef12d6061a5 Date: Wed, 12 Dec 2018 16:11:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:16,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-ccbf5d39-efcc-4cb2-a383-aef12d6061a5 2018-12-12 16:11:16,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:16,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-34f32879-847b-4960-8617-82a500f67d8f Date: Wed, 12 Dec 2018 16:11:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.4"}],"id":"0719094d-1232-4673-aa95-f7ed238842cd","security_groups":[],"mac_address":"fa:16:3e:71:c4:fc","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.2"}],"id":"4b2086fd-b043-4673-a089-e8114f4dec6b","security_groups":[],"mac_address":"fa:16:3e:10:a1:8e","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.3"}],"id":"7689743a-0ec7-42c4-a4ae-f69e0cb1d6e3","security_groups":[],"mac_address":"fa:16:3e:73:8a:27","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.1"}],"id":"f8372647-62bf-468e-8b3a-e91704c49957","security_groups":[],"mac_address":"fa:16:3e:94:3a:ef","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:51Z","binding:vnic_type":"normal","device_id":"ccbc3c3b-492e-40fd-a360-eafb3edf24f4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.7"}],"id":"fc7edb33-038a-40b9-bde7-81ec3a6529b0","security_groups":["17167352-77c8-40cb-a495-33d513167369"],"mac_address":"fa:16:3e:64:64:9a","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:11:03Z","binding:vnic_type":"normal","device_id":"e764c40c-31b8-4920-89a5-fdf530491f14"}]} 2018-12-12 16:11:16,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-34f32879-847b-4960-8617-82a500f67d8f 2018-12-12 16:11:16,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}}' 2018-12-12 16:11:18,286 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:11:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca5cba3d-b21c-4e7e-8e4a-64d21eefe935 x-compute-request-id: req-ca5cba3d-b21c-4e7e-8e4a-64d21eefe935 Content-Length: 0 Content-Type: application/json 2018-12-12 16:11:18,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14/action used request id req-ca5cba3d-b21c-4e7e-8e4a-64d21eefe935 2018-12-12 16:11:18,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:18,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-296ec412-62d9-4afc-9e01-139ec09760a0 Date: Wed, 12 Dec 2018 16:11:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:45Z", "admin_state_up": true, "updated_at": "2018-12-12T16:10:52Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "dff18da26904445f9996f74b4fe06380", "id": "ccbc3c3b-492e-40fd-a360-eafb3edf24f4", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router"}]} 2018-12-12 16:11:18,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router used request id req-296ec412-62d9-4afc-9e01-139ec09760a0 2018-12-12 16:11:18,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:18,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-932f30b8-1eb5-42fc-8b7f-358da83061f1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:18,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-932f30b8-1eb5-42fc-8b7f-358da83061f1 2018-12-12 16:11:18,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=ccbc3c3b-492e-40fd-a360-eafb3edf24f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:18,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-059ea7ee-feae-4c7b-8f40-d1971fe9a36f Date: Wed, 12 Dec 2018 16:11:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.1"}],"id":"f8372647-62bf-468e-8b3a-e91704c49957","security_groups":[],"mac_address":"fa:16:3e:94:3a:ef","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:51Z","binding:vnic_type":"normal","device_id":"ccbc3c3b-492e-40fd-a360-eafb3edf24f4"}]} 2018-12-12 16:11:18,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=ccbc3c3b-492e-40fd-a360-eafb3edf24f4 used request id req-059ea7ee-feae-4c7b-8f40-d1971fe9a36f 2018-12-12 16:11:18,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/c9fc1858-3921-4b9a-9eaf-87e7993f6489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:18,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c5292e9c-5cfe-429d-b10c-780c5e75b65f Date: Wed, 12 Dec 2018 16:11:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}} 2018-12-12 16:11:18,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/c9fc1858-3921-4b9a-9eaf-87e7993f6489 used request id req-c5292e9c-5cfe-429d-b10c-780c5e75b65f 2018-12-12 16:11:18,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:18,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9fea2e5d-a7a8-4bf2-a536-f4842e51ec17 Date: Wed, 12 Dec 2018 16:11:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:11:18,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-9fea2e5d-a7a8-4bf2-a536-f4842e51ec17 2018-12-12 16:11:18,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:19,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c78e6881-5260-48aa-bf4f-e286f6f22e7d Date: Wed, 12 Dec 2018 16:11:19 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:11:19,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-c78e6881-5260-48aa-bf4f-e286f6f22e7d 2018-12-12 16:11:19,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:19,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11: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-697c3e24-77e9-4955-b9ca-2cda9fae1942 x-compute-request-id: req-697c3e24-77e9-4955-b9ca-2cda9fae1942 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:19,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-697c3e24-77e9-4955-b9ca-2cda9fae1942 2018-12-12 16:11:19,673 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst] is - ACTIVE 2018-12-12 16:11:19,673 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:11:19,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:20,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11: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-426ff3c6-6e98-4c97-ae98-8ad4984d5d16 x-compute-request-id: req-426ff3c6-6e98-4c97-ae98-8ad4984d5d16 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:20,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-426ff3c6-6e98-4c97-ae98-8ad4984d5d16 2018-12-12 16:11:20,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:20,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e3e28943-43be-432f-9198-0346a52f520a Date: Wed, 12 Dec 2018 16:11: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":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:20,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-e3e28943-43be-432f-9198-0346a52f520a 2018-12-12 16:11:20,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:20,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47921d08-5361-45b4-bc2b-e7f856072b28 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:20,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-47921d08-5361-45b4-bc2b-e7f856072b28 2018-12-12 16:11:20,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:20,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d2703a1b-46c7-4b9d-be91-0ef744e6ba99 Date: Wed, 12 Dec 2018 16:11:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:20,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-d2703a1b-46c7-4b9d-be91-0ef744e6ba99 2018-12-12 16:11:20,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:20,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-9c2b293f-7411-4c67-9605-7c4b99a4df20 Date: Wed, 12 Dec 2018 16:11:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.4"}],"id":"0719094d-1232-4673-aa95-f7ed238842cd","security_groups":[],"mac_address":"fa:16:3e:71:c4:fc","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.2"}],"id":"4b2086fd-b043-4673-a089-e8114f4dec6b","security_groups":[],"mac_address":"fa:16:3e:10:a1:8e","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.3"}],"id":"7689743a-0ec7-42c4-a4ae-f69e0cb1d6e3","security_groups":[],"mac_address":"fa:16:3e:73:8a:27","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.1"}],"id":"f8372647-62bf-468e-8b3a-e91704c49957","security_groups":[],"mac_address":"fa:16:3e:94:3a:ef","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:51Z","binding:vnic_type":"normal","device_id":"ccbc3c3b-492e-40fd-a360-eafb3edf24f4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:17Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.7"}],"id":"fc7edb33-038a-40b9-bde7-81ec3a6529b0","security_groups":["17167352-77c8-40cb-a495-33d513167369","6d9c6e4f-e433-4873-8122-e252d92c925d"],"mac_address":"fa:16:3e:64:64:9a","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:11:03Z","binding:vnic_type":"normal","device_id":"e764c40c-31b8-4920-89a5-fdf530491f14"}]} 2018-12-12 16:11:20,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-9c2b293f-7411-4c67-9605-7c4b99a4df20 2018-12-12 16:11:20,663 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:11:20,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:20,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e490ed40-a9a9-4c58-a4f0-ba1ff8dd62fb Date: Wed, 12 Dec 2018 16:11:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:11:20,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-e490ed40-a9a9-4c58-a4f0-ba1ff8dd62fb 2018-12-12 16:11:20,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:20,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-559fc038-b167-4883-a193-da3025b0d1e4 Date: Wed, 12 Dec 2018 16:11:20 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:11:20,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-559fc038-b167-4883-a193-da3025b0d1e4 2018-12-12 16:11:20,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "fc7edb33-038a-40b9-bde7-81ec3a6529b0"}}' 2018-12-12 16:11:22,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-7ac4b8c6-4c6b-4e50-937b-b1141c0f7cf4 Date: Wed, 12 Dec 2018 16:11:22 GMT RESP BODY: {"floatingip": {"router_id": "ccbc3c3b-492e-40fd-a360-eafb3edf24f4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:11:21Z", "updated_at": "2018-12-12T16:11:21Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "dff18da26904445f9996f74b4fe06380", "port_id": "fc7edb33-038a-40b9-bde7-81ec3a6529b0", "id": "1e757992-0798-4844-a72a-f4b2cb66d83b"}} 2018-12-12 16:11:22,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-7ac4b8c6-4c6b-4e50-937b-b1141c0f7cf4 2018-12-12 16:11:22,669 - create_instance - INFO - Created floating IP 172.30.9.206 via router - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router 2018-12-12 16:11:22,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:23,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11: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-1ee0f70a-ff0b-4f0e-9fba-aa220316f4e8 x-compute-request-id: req-1ee0f70a-ff0b-4f0e-9fba-aa220316f4e8 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:23,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-1ee0f70a-ff0b-4f0e-9fba-aa220316f4e8 2018-12-12 16:11:23,679 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst] is - ACTIVE 2018-12-12 16:11:23,679 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:11:23,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:24,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11: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-0d86f741-d73a-4844-97f0-e4678e4ada55 x-compute-request-id: req-0d86f741-d73a-4844-97f0-e4678e4ada55 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:24,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-0d86f741-d73a-4844-97f0-e4678e4ada55 2018-12-12 16:11:24,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:24,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2cbdc21d-7a33-49ce-b8ab-e2a1488d6e42 Date: Wed, 12 Dec 2018 16:11: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":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:24,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-2cbdc21d-7a33-49ce-b8ab-e2a1488d6e42 2018-12-12 16:11:24,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:24,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d17c8012-33e2-4e31-859f-b9c94fabf4d9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:24,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-d17c8012-33e2-4e31-859f-b9c94fabf4d9 2018-12-12 16:11:24,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:24,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bcb3d7d1-e9b7-4d6f-a185-64b72ca8b964 Date: Wed, 12 Dec 2018 16:11:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:24,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-bcb3d7d1-e9b7-4d6f-a185-64b72ca8b964 2018-12-12 16:11:24,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:24,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-8a75d5ff-31e9-41de-9b3a-daff8066b2eb Date: Wed, 12 Dec 2018 16:11:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.4"}],"id":"0719094d-1232-4673-aa95-f7ed238842cd","security_groups":[],"mac_address":"fa:16:3e:71:c4:fc","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.2"}],"id":"4b2086fd-b043-4673-a089-e8114f4dec6b","security_groups":[],"mac_address":"fa:16:3e:10:a1:8e","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.3"}],"id":"7689743a-0ec7-42c4-a4ae-f69e0cb1d6e3","security_groups":[],"mac_address":"fa:16:3e:73:8a:27","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.1"}],"id":"f8372647-62bf-468e-8b3a-e91704c49957","security_groups":[],"mac_address":"fa:16:3e:94:3a:ef","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:51Z","binding:vnic_type":"normal","device_id":"ccbc3c3b-492e-40fd-a360-eafb3edf24f4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:17Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.7"}],"id":"fc7edb33-038a-40b9-bde7-81ec3a6529b0","security_groups":["17167352-77c8-40cb-a495-33d513167369","6d9c6e4f-e433-4873-8122-e252d92c925d"],"mac_address":"fa:16:3e:64:64:9a","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:11:03Z","binding:vnic_type":"normal","device_id":"e764c40c-31b8-4920-89a5-fdf530491f14"}]} 2018-12-12 16:11:24,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-8a75d5ff-31e9-41de-9b3a-daff8066b2eb 2018-12-12 16:11:24,979 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-12-12 16:11:24,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:25,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87a40dba-2758-41bf-a79c-5609df60f94e x-compute-request-id: req-87a40dba-2758-41bf-a79c-5609df60f94e Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:25,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-87a40dba-2758-41bf-a79c-5609df60f94e 2018-12-12 16:11:25,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:11:26,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11: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-2a805247-993d-4b45-8845-8fa2ed46e5bd x-compute-request-id: req-2a805247-993d-4b45-8845-8fa2ed46e5bd Content-Encoding: gzip Content-Length: 9621 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 508696160 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.132328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134039] pid_max: default: 32768 minimum: 301\n[ 0.134962] ACPI: Core revision 20150930\n[ 0.136378] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137750] Security Framework initialized\n[ 0.138601] Yama: becoming mindful.\n[ 0.139376] AppArmor: AppArmor initialized\n[ 0.140268] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141606] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.142917] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144183] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145610] Initializing cgroup subsys io\n[ 0.146453] Initializing cgroup subsys memory\n[ 0.147374] Initializing cgroup subsys devices\n[ 0.148294] Initializing cgroup subsys freezer\n[ 0.149193] Initializing cgroup subsys net_cls\n[ 0.150101] Initializing cgroup subsys perf_event\n[ 0.151050] Initializing cgroup subsys net_prio\n[ 0.151977] Initializing cgroup subsys hugetlb\n[ 0.152878] Initializing cgroup subsys pids\n[ 0.153785] CPU: Physical Processor ID: 0\n[ 0.155335] mce: CPU supports 10 MCE banks\n[ 0.156213] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159577] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.165976] ftrace: allocating 31920 entries in 125 pages\n[ 0.191698] smpboot: Max logical packages: 2\n[ 0.192581] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193821] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.195218] x2apic enabled\n[ 0.196067] Switched APIC routing to physical x2apic.\n[ 0.197838] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199095] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201313] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203315] KVM setup paravirtual spinlock\n[ 0.204740] x86: Booting SMP configuration:\n[ 0.205658] .... node #0, CPUs: #1\n[ 0.206562] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.228250] x86: Booted up 1 node, 2 CPUs\n[ 0.228252] KVM setup async PF for cpu 1\n[ 0.228255] kvm-stealtime: cpu 1, msr f90d940\n[ 0.230832] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.232335] devtmpfs: initialized\n[ 0.234041] evm: security.selinux\n[ 0.234740] evm: security.SMACK64\n[ 0.235446] evm: security.SMACK64EXEC\n[ 0.236212] evm: security.SMACK64TRANSMUTE\n[ 0.237063] evm: security.SMACK64MMAP\n[ 0.237831] evm: security.ima\n[ 0.238472] evm: security.capability\n[ 0.239332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241269] pinctrl core: initialized pinctrl subsystem\n[ 0.242405] RTC time: 16:11:12, date: 12/12/18\n[ 0.243405] NET: Registered protocol family 16\n[ 0.253269] cpuidle: using governor ladder\n[ 0.265356] cpuidle: using governor menu\n[ 0.266177] PCCT header not found.\n[ 0.267008] ACPI: bus type PCI registered\n[ 0.267820] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269143] PCI: Using configuration type 1 for base access\n[ 0.282570] ACPI: Added _OSI(Module Device)\n[ 0.283470] ACPI: Added _OSI(Processor Device)\n[ 0.284328] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285295] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287687] ACPI: Interpreter enabled\n[ 0.288521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.290428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.292304] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296090] ACPI: (supports S0 S5)\n[ 0.296823] ACPI: Using IOAPIC for interrupt routing\n[ 0.297913] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.301316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.302475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303765] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305001] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307329] acpiphp: Slot [3] registered\n[ 0.308159] acpiphp: Slot [4] registered\n[ 0.308972] acpiphp: Slot [5] registered\n[ 0.309775] acpiphp: Slot [6] registered\n[ 0.310594] acpiphp: Slot [7] registered\n[ 0.311404] acpiphp: Slot [8] registered\n[ 0.312220] acpiphp: Slot [9] registered\n[ 0.313032] acpiphp: Slot [10] registered\n[ 0.323727] acpiphp: Slot [11] registered\n[ 0.324570] acpiphp: Slot [12] registered\n[ 0.325393] acpiphp: Slot [13] registered\n[ 0.326221] acpiphp: Slot [14] registered\n[ 0.327044] acpiphp: Slot [15] registered\n[ 0.327876] acpiphp: Slot [16] registered\n[ 0.328702] acpiphp: Slot [17] registered\n[ 0.329531] acpiphp: Slot [18] registered\n[ 0.330382] acpiphp: Slot [19] registered\n[ 0.331226] acpiphp: Slot [20] registered\n[ 0.332074] acpiphp: Slot [21] registered\n[ 0.332912] acpiphp: Slot [22] registered\n[ 0.333756] acpiphp: Slot [23] registered\n[ 0.334597] acpiphp: Slot [24] registered\n[ 0.335434] acpiphp: Slot [25] registered\n[ 0.336281] acpiphp: Slot [26] registered\n[ 0.337125] acpiphp: Slot [27] registered\n[ 0.337964] acpiphp: Slot [28] registered\n[ 0.338794] acpiphp: Slot [29] registered\n[ 0.339615] acpiphp: Slot [30] registered\n[ 0.340442] acpiphp: Slot [31] registered\n[ 0.341290] PCI host bridge to bus 0000:00\n[ 0.342115] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343348] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344585] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346060] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.347533] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.353900] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.355211] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.356395] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.357734] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.364058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.365534] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411975] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.413474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416326] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.417745] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419069] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420524] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.421633] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423214] vgaarb: loaded\n[ 0.423813] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424952] SCSI subsystem initialized\n[ 0.425796] ACPI: bus type USB registered\n[ 0.426631] usbcore: registered new interface driver usbfs\n[ 0.427670] usbcore: registered new interface driver hub\n[ 0.428718] usbcore: registered new device driver usb\n[ 0.429845] PCI: Using ACPI for IRQ routing\n[ 0.430906] NetLabel: Initializing\n[ 0.431643] NetLabel: domain hash size = 128\n[ 0.432516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.433485] NetLabel: unlabeled traffic allowed by default\n[ 0.434668] clocksource: Switched to clocksource kvm-clock\n[ 0.440664] AppArmor: AppArmor Filesystem Enabled\n[ 0.441675] pnp: PnP ACPI init\n[ 0.442593] pnp: PnP ACPI: found 5 devices\n[ 0.449710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.451414] NET: Registered protocol family 2\n[ 0.452402] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.453721] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.454932] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.456094] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457180] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458356] NET: Registered protocol family 1\n[ 0.459291] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460398] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461484] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479890] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498477] Trying to unpack rootfs image as initramfs...\n[ 0.548366] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.562526] Scanning for low memory corruption every 60 seconds\n[ 0.563983] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.565191] audit: initializing netlink subsys (disabled)\n[ 0.566285] audit: type=2000 audit(1544631073.206:1): initialized\n[ 0.567652] Initialise system trusted keyring\n[ 0.568686] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569918] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.572103] zbud: loaded\n[ 0.572864] VFS: Disk quotas dquot_6.6.0\n[ 0.573717] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575375] fuse init (API version 7.23)\n[ 0.576339] Key type big_key registered\n[ 0.577156] Allocating IMA MOK and blacklist keyrings.\n[ 0.578374] Key type asymmetric registered\n[ 0.579263] Asymmetric key parser 'x509' registered\n[ 0.580287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.581818] io scheduler noop registered\n[ 0.582647] io scheduler deadline registered (default)\n[ 0.583711] io scheduler cfq registered\n[ 0.584584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.585654] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.586974] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.588468] ACPI: Power Button [PWRF]\n[ 0.589362] GHES: HEST is not enabled!\n[ 0.607959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.645035] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.647449] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.671569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.673770] Linux agpgart interface v0.103\n[ 0.676136] brd: module loaded\n[ 0.677526] loop: module loaded\n[ 0.683621] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.685172] GPT:90111 != 20971519\n[ 0.685846] GPT:Alternate GPT header not at the end of the disk.\n[ 0.686919] GPT:90111 != 20971519\n[ 0.687597] GPT: Use GNU Parted to correct GPT errors.\n[ 0.688553] vda: vda1 vda15\n[ 0.689990] scsi host0: ata_piix\n[ 0.690742] scsi host1: ata_piix\n[ 0.691459] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.692653] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.694237] libphy: Fixed MDIO Bus: probed\n[ 0.695049] tun: Universal TUN/TAP device driver, 1.6\n[ 0.695981] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.697874] PPP generic driver version 2.4.2\n[ 0.698764] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.699999] ehci-pci: EHCI PCI platform driver\n[ 0.700855] ehci-platform: EHCI generic platform driver\n[ 0.701834] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.702962] ohci-pci: OHCI PCI platform driver\n[ 0.703827] ohci-platform: OHCI generic platform driver\n[ 0.704803] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.723755] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.724740] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.726177] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.727161] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.728254] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.729453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.730851] usb usb1: Product: UHCI Host Controller\n[ 0.731771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.732886] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733835] hub 1-0:1.0: USB hub found\n[ 0.734599] hub 1-0:1.0: 2 ports detected\n[ 0.735498] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.737622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.738568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.739584] mousedev: PS/2 mouse device common for all mice\n[ 0.740736] rtc_cmos 00:00: RTC can wake from S4\n[ 0.741951] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.743654] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.744899] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.746120] i2c /dev entries driver\n[ 0.746896] device-mapper: uevent: version 1.0.3\n[ 0.747895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.749537] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.750892] NET: Registered protocol family 10\n[ 0.751927] NET: Registered protocol family 17\n[ 0.752830] Key type dns_resolver registered\n[ 0.753802] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.754906] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.756021] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.757860] registered taskstats version 1\n[ 0.758716] Loading compiled-in X.509 certificates\n[ 0.760168] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.762037] zswap: loaded using pool lzo/zbud\n[ 0.763537] Key type trusted registered\n[ 0.765251] Key type encrypted registered\n[ 0.766094] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.767135] ima: No TPM chip found, activating TPM-bypass!\n[ 0.768194] evm: HMAC attrs: 0x1\n[ 0.769174] Magic number: 14:252:186\n[ 0.770055] rtc_cmos 00:00: setting system clock to 2018-12-12 16:11:13 UTC (1544631073)\n[ 0.782018] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783171] EDD information not available.\n[ 0.847808] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849385] Write protecting the kernel read-only data: 14336k\n[ 0.851031] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.852865] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.29\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.504574] 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.46. iid=i-0000010a\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChz/C8dhAUKV8ekidDLskReQed1e9Gkc+89+drf8poBeAxLVcN4YeGgJVdvrguCABiOCrX0S0ke6fwJUK/HNyviDY0rs6onTxoJyqwJlFqdunfPa+cqsGlT8Q8UXfmurtPN7PKxPP+7d4m9tOr2MSN5ABmKpid7qjbA7LSHhzjY/MOrwB7qZPIwkbq+isVUFlOq1wSy6DNB6KnUgdxR1xk8RtDj9gMYFaUAmhRWA0TnYq8r4yCThzWGMnTxQaK1pqJtVs0b64Hi2p37s/DZ+LcPKzLUD8FuhLPgfKeay7HrfNYQy8NHN5mRfTYz5PuMtrIqKajkP0hJIHhqVzioN6N root@createinstancesinglenetworktests-784dbbba-5000-452f-9c60-69087b\nssh-dss AAAAB3NzaC1kc3MAAACBAPedQnRCBlHott1KN7x0SHlm9SNF4CqVLR4SVnLefYX+/i+RzJh4f6EZJ13tD4Jz/MKdf6b8BnETnq6XJNmyCiBWvgbYzoHF59zYpWyXnkcJyoBaOUUGWd46gWVnxbs/b6kMoQcT4b0Y6LDBuGa9oM4iZMRayUO+84g7QjzWl1FzAAAAFQD46w1pndosM+MkKy3kgwGRHHwYDQAAAIEAxV1gk+SAD099nEMnRyg/ocLevreiACGOWCrJak8mj+htYz5eezD0r6Kgq5fg23vJDCGm0UqR3sjvSXfmOltDkC89v5trn8Zek2BNFMynLIF+CCJd72MaTkT+Wp8Z7i07bEDnmDEqWCwweXf+NxY3AO/bKLLuE3X4DgAgS3pW1gIAAACAMBNbNDtikArkfts9Krg5CXPtO6tP7x5iZpOqdaCyHdiPifKBjZbimp2v9pugvpS3oRxLDFUZ3QRT8/1N7mri8cxIpf5+QAOm1IBJLZ7pTLh2scbLXaAMpn0Zg857g9xSPgmJcK9hwx5JPugxbTNLEnWlABtq2BGSnsjE5d7TZQY= root@createinstancesinglenetworktests-784dbbba-5000-452f-9c60-69087b\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:fe64:649a/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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-784dbbba-5000-452f-9c60-69087b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.44 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-784dbbba-5000-452f-9c60-69087b login: "} 2018-12-12 16:11:26,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14/action used request id req-2a805247-993d-4b45-8845-8fa2ed46e5bd 2018-12-12 16:11:26,726 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:11:26,726 - 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 508696160 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.132328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134039] pid_max: default: 32768 minimum: 301 [ 0.134962] ACPI: Core revision 20150930 [ 0.136378] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137750] Security Framework initialized [ 0.138601] Yama: becoming mindful. [ 0.139376] AppArmor: AppArmor initialized [ 0.140268] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141606] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.142917] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144183] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145610] Initializing cgroup subsys io [ 0.146453] Initializing cgroup subsys memory [ 0.147374] Initializing cgroup subsys devices [ 0.148294] Initializing cgroup subsys freezer [ 0.149193] Initializing cgroup subsys net_cls [ 0.150101] Initializing cgroup subsys perf_event [ 0.151050] Initializing cgroup subsys net_prio [ 0.151977] Initializing cgroup subsys hugetlb [ 0.152878] Initializing cgroup subsys pids [ 0.153785] CPU: Physical Processor ID: 0 [ 0.155335] mce: CPU supports 10 MCE banks [ 0.156213] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157252] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159577] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.165976] ftrace: allocating 31920 entries in 125 pages [ 0.191698] smpboot: Max logical packages: 2 [ 0.192581] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193821] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.195218] x2apic enabled [ 0.196067] Switched APIC routing to physical x2apic. [ 0.197838] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.199095] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201313] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203315] KVM setup paravirtual spinlock [ 0.204740] x86: Booting SMP configuration: [ 0.205658] .... node #0, CPUs: #1 [ 0.206562] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.228250] x86: Booted up 1 node, 2 CPUs [ 0.228252] KVM setup async PF for cpu 1 [ 0.228255] kvm-stealtime: cpu 1, msr f90d940 [ 0.230832] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.232335] devtmpfs: initialized [ 0.234041] evm: security.selinux [ 0.234740] evm: security.SMACK64 [ 0.235446] evm: security.SMACK64EXEC [ 0.236212] evm: security.SMACK64TRANSMUTE [ 0.237063] evm: security.SMACK64MMAP [ 0.237831] evm: security.ima [ 0.238472] evm: security.capability [ 0.239332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241269] pinctrl core: initialized pinctrl subsystem [ 0.242405] RTC time: 16:11:12, date: 12/12/18 [ 0.243405] NET: Registered protocol family 16 [ 0.253269] cpuidle: using governor ladder [ 0.265356] cpuidle: using governor menu [ 0.266177] PCCT header not found. [ 0.267008] ACPI: bus type PCI registered [ 0.267820] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269143] PCI: Using configuration type 1 for base access [ 0.282570] ACPI: Added _OSI(Module Device) [ 0.283470] ACPI: Added _OSI(Processor Device) [ 0.284328] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.285295] ACPI: Added _OSI(Processor Aggregator Device) [ 0.287687] ACPI: Interpreter enabled [ 0.288521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.290428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.292304] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.294222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.296090] ACPI: (supports S0 S5) [ 0.296823] ACPI: Using IOAPIC for interrupt routing [ 0.297913] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.301316] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.302475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303765] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305001] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307329] acpiphp: Slot [3] registered [ 0.308159] acpiphp: Slot [4] registered [ 0.308972] acpiphp: Slot [5] registered [ 0.309775] acpiphp: Slot [6] registered [ 0.310594] acpiphp: Slot [7] registered [ 0.311404] acpiphp: Slot [8] registered [ 0.312220] acpiphp: Slot [9] registered [ 0.313032] acpiphp: Slot [10] registered [ 0.323727] acpiphp: Slot [11] registered [ 0.324570] acpiphp: Slot [12] registered [ 0.325393] acpiphp: Slot [13] registered [ 0.326221] acpiphp: Slot [14] registered [ 0.327044] acpiphp: Slot [15] registered [ 0.327876] acpiphp: Slot [16] registered [ 0.328702] acpiphp: Slot [17] registered [ 0.329531] acpiphp: Slot [18] registered [ 0.330382] acpiphp: Slot [19] registered [ 0.331226] acpiphp: Slot [20] registered [ 0.332074] acpiphp: Slot [21] registered [ 0.332912] acpiphp: Slot [22] registered [ 0.333756] acpiphp: Slot [23] registered [ 0.334597] acpiphp: Slot [24] registered [ 0.335434] acpiphp: Slot [25] registered [ 0.336281] acpiphp: Slot [26] registered [ 0.337125] acpiphp: Slot [27] registered [ 0.337964] acpiphp: Slot [28] registered [ 0.338794] acpiphp: Slot [29] registered [ 0.339615] acpiphp: Slot [30] registered [ 0.340442] acpiphp: Slot [31] registered [ 0.341290] PCI host bridge to bus 0000:00 [ 0.342115] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343348] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344585] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346060] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.347533] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.353900] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.355211] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.356395] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.357734] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.364058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.365534] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.411975] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.413474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.414930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.416326] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.417745] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.419069] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.420524] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.421633] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.423214] vgaarb: loaded [ 0.423813] vgaarb: bridge control possible 0000:00:02.0 [ 0.424952] SCSI subsystem initialized [ 0.425796] ACPI: bus type USB registered [ 0.426631] usbcore: registered new interface driver usbfs [ 0.427670] usbcore: registered new interface driver hub [ 0.428718] usbcore: registered new device driver usb [ 0.429845] PCI: Using ACPI for IRQ routing [ 0.430906] NetLabel: Initializing [ 0.431643] NetLabel: domain hash size = 128 [ 0.432516] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.433485] NetLabel: unlabeled traffic allowed by default [ 0.434668] clocksource: Switched to clocksource kvm-clock [ 0.440664] AppArmor: AppArmor Filesystem Enabled [ 0.441675] pnp: PnP ACPI init [ 0.442593] pnp: PnP ACPI: found 5 devices [ 0.449710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.451414] NET: Registered protocol family 2 [ 0.452402] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.453721] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.454932] TCP: Hash tables configured (established 2048 bind 2048) [ 0.456094] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.457180] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.458356] NET: Registered protocol family 1 [ 0.459291] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.460398] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.461484] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.479890] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.498477] Trying to unpack rootfs image as initramfs... [ 0.548366] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.562526] Scanning for low memory corruption every 60 seconds [ 0.563983] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.565191] audit: initializing netlink subsys (disabled) [ 0.566285] audit: type=2000 audit(1544631073.206:1): initialized [ 0.567652] Initialise system trusted keyring [ 0.568686] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.569918] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.572103] zbud: loaded [ 0.572864] VFS: Disk quotas dquot_6.6.0 [ 0.573717] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.575375] fuse init (API version 7.23) [ 0.576339] Key type big_key registered [ 0.577156] Allocating IMA MOK and blacklist keyrings. [ 0.578374] Key type asymmetric registered [ 0.579263] Asymmetric key parser 'x509' registered [ 0.580287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.581818] io scheduler noop registered [ 0.582647] io scheduler deadline registered (default) [ 0.583711] io scheduler cfq registered [ 0.584584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.585654] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.586974] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.588468] ACPI: Power Button [PWRF] [ 0.589362] GHES: HEST is not enabled! [ 0.607959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.645035] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.647449] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.671569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.673770] Linux agpgart interface v0.103 [ 0.676136] brd: module loaded [ 0.677526] loop: module loaded [ 0.683621] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.685172] GPT:90111 != 20971519 [ 0.685846] GPT:Alternate GPT header not at the end of the disk. [ 0.686919] GPT:90111 != 20971519 [ 0.687597] GPT: Use GNU Parted to correct GPT errors. [ 0.688553] vda: vda1 vda15 [ 0.689990] scsi host0: ata_piix [ 0.690742] scsi host1: ata_piix [ 0.691459] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.692653] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.694237] libphy: Fixed MDIO Bus: probed [ 0.695049] tun: Universal TUN/TAP device driver, 1.6 [ 0.695981] tun: (C) 1999-2004 Max Krasnyansky [ 0.697874] PPP generic driver version 2.4.2 [ 0.698764] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.699999] ehci-pci: EHCI PCI platform driver [ 0.700855] ehci-platform: EHCI generic platform driver [ 0.701834] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.702962] ohci-pci: OHCI PCI platform driver [ 0.703827] ohci-platform: OHCI generic platform driver [ 0.704803] uhci_hcd: USB Universal Host Controller Interface driver [ 0.723755] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.724740] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.726177] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.727161] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.728254] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.729453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.730851] usb usb1: Product: UHCI Host Controller [ 0.731771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.732886] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733835] hub 1-0:1.0: USB hub found [ 0.734599] hub 1-0:1.0: 2 ports detected [ 0.735498] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.737622] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.738568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.739584] mousedev: PS/2 mouse device common for all mice [ 0.740736] rtc_cmos 00:00: RTC can wake from S4 [ 0.741951] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.743654] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.744899] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.746120] i2c /dev entries driver [ 0.746896] device-mapper: uevent: version 1.0.3 [ 0.747895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.749537] ledtrig-cpu: registered to indicate activity on CPUs [ 0.750892] NET: Registered protocol family 10 [ 0.751927] NET: Registered protocol family 17 [ 0.752830] Key type dns_resolver registered [ 0.753802] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.754906] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.756021] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.757860] registered taskstats version 1 [ 0.758716] Loading compiled-in X.509 certificates [ 0.760168] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.762037] zswap: loaded using pool lzo/zbud [ 0.763537] Key type trusted registered [ 0.765251] Key type encrypted registered [ 0.766094] AppArmor: AppArmor sha1 policy hashing enabled [ 0.767135] ima: No TPM chip found, activating TPM-bypass! [ 0.768194] evm: HMAC attrs: 0x1 [ 0.769174] Magic number: 14:252:186 [ 0.770055] rtc_cmos 00:00: setting system clock to 2018-12-12 16:11:13 UTC (1544631073) [ 0.782018] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.783171] EDD information not available. [ 0.847808] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.849385] Write protecting the kernel read-only data: 14336k [ 0.851031] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.852865] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.29 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.504574] 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.46. iid=i-0000010a failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChz/C8dhAUKV8ekidDLskReQed1e9Gkc+89+drf8poBeAxLVcN4YeGgJVdvrguCABiOCrX0S0ke6fwJUK/HNyviDY0rs6onTxoJyqwJlFqdunfPa+cqsGlT8Q8UXfmurtPN7PKxPP+7d4m9tOr2MSN5ABmKpid7qjbA7LSHhzjY/MOrwB7qZPIwkbq+isVUFlOq1wSy6DNB6KnUgdxR1xk8RtDj9gMYFaUAmhRWA0TnYq8r4yCThzWGMnTxQaK1pqJtVs0b64Hi2p37s/DZ+LcPKzLUD8FuhLPgfKeay7HrfNYQy8NHN5mRfTYz5PuMtrIqKajkP0hJIHhqVzioN6N root@createinstancesinglenetworktests-784dbbba-5000-452f-9c60-69087b ssh-dss AAAAB3NzaC1kc3MAAACBAPedQnRCBlHott1KN7x0SHlm9SNF4CqVLR4SVnLefYX+/i+RzJh4f6EZJ13tD4Jz/MKdf6b8BnETnq6XJNmyCiBWvgbYzoHF59zYpWyXnkcJyoBaOUUGWd46gWVnxbs/b6kMoQcT4b0Y6LDBuGa9oM4iZMRayUO+84g7QjzWl1FzAAAAFQD46w1pndosM+MkKy3kgwGRHHwYDQAAAIEAxV1gk+SAD099nEMnRyg/ocLevreiACGOWCrJak8mj+htYz5eezD0r6Kgq5fg23vJDCGm0UqR3sjvSXfmOltDkC89v5trn8Zek2BNFMynLIF+CCJd72MaTkT+Wp8Z7i07bEDnmDEqWCwweXf+NxY3AO/bKLLuE3X4DgAgS3pW1gIAAACAMBNbNDtikArkfts9Krg5CXPtO6tP7x5iZpOqdaCyHdiPifKBjZbimp2v9pugvpS3oRxLDFUZ3QRT8/1N7mri8cxIpf5+QAOm1IBJLZ7pTLh2scbLXaAMpn0Zg857g9xSPgmJcK9hwx5JPugxbTNLEnWlABtq2BGSnsjE5d7TZQY= root@createinstancesinglenetworktests-784dbbba-5000-452f-9c60-69087b -----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:fe64:649a/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-0000010a name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-784dbbba-5000-452f-9c60-69087b launch-index: 0 === cirros: current=0.4.0 uptime=3.44 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-784dbbba-5000-452f-9c60-69087b login: 2018-12-12 16:11:26,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:27,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b95e976-533c-4930-9d5c-430d671b3ce0 x-compute-request-id: req-6b95e976-533c-4930-9d5c-430d671b3ce0 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:27,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-6b95e976-533c-4930-9d5c-430d671b3ce0 2018-12-12 16:11:27,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:27,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d2d26c53-f31e-43dd-a26c-562b661d4a8c Date: Wed, 12 Dec 2018 16:11:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:27,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-d2d26c53-f31e-43dd-a26c-562b661d4a8c 2018-12-12 16:11:27,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:27,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9078e927-4bf6-4654-9be5-29b555324f53 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:27,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-9078e927-4bf6-4654-9be5-29b555324f53 2018-12-12 16:11:27,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:27,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-39b5c08c-dd2e-47f1-ad78-6b2c625d72ff Date: Wed, 12 Dec 2018 16:11:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:27,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-39b5c08c-dd2e-47f1-ad78-6b2c625d72ff 2018-12-12 16:11:28,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:28,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-c2fc48ff-7f5d-49d6-a3e2-b0835509cade Date: Wed, 12 Dec 2018 16:11:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.4"}],"id":"0719094d-1232-4673-aa95-f7ed238842cd","security_groups":[],"mac_address":"fa:16:3e:71:c4:fc","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.2"}],"id":"4b2086fd-b043-4673-a089-e8114f4dec6b","security_groups":[],"mac_address":"fa:16:3e:10:a1:8e","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.3"}],"id":"7689743a-0ec7-42c4-a4ae-f69e0cb1d6e3","security_groups":[],"mac_address":"fa:16:3e:73:8a:27","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.1"}],"id":"f8372647-62bf-468e-8b3a-e91704c49957","security_groups":[],"mac_address":"fa:16:3e:94:3a:ef","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:51Z","binding:vnic_type":"normal","device_id":"ccbc3c3b-492e-40fd-a360-eafb3edf24f4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:17Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.7"}],"id":"fc7edb33-038a-40b9-bde7-81ec3a6529b0","security_groups":["17167352-77c8-40cb-a495-33d513167369","6d9c6e4f-e433-4873-8122-e252d92c925d"],"mac_address":"fa:16:3e:64:64:9a","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:11:03Z","binding:vnic_type":"normal","device_id":"e764c40c-31b8-4920-89a5-fdf530491f14"}]} 2018-12-12 16:11:28,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-c2fc48ff-7f5d-49d6-a3e2-b0835509cade 2018-12-12 16:11:28,111 - create_instance - INFO - Checking if VM is active 2018-12-12 16:11:28,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:28,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2a9ee75-88d9-44b3-9036-b95b9ee9de33 x-compute-request-id: req-e2a9ee75-88d9-44b3-9036-b95b9ee9de33 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:28,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-e2a9ee75-88d9-44b3-9036-b95b9ee9de33 2018-12-12 16:11:28,900 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst] is - ACTIVE 2018-12-12 16:11:28,900 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:11:28,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:30,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdd0180f-db82-4b30-bd30-18285c4cb443 x-compute-request-id: req-cdd0180f-db82-4b30-bd30-18285c4cb443 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp"}], "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:12Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:30,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-cdd0180f-db82-4b30-bd30-18285c4cb443 2018-12-12 16:11:30,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:30,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0a7d1c01-92ed-4d0e-bd21-fbdcfbfb56f5 Date: Wed, 12 Dec 2018 16:11: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":["c9fc1858-3921-4b9a-9eaf-87e7993f6489"],"updated_at":"2018-12-12T16:10:42Z","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dff18da26904445f9996f74b4fe06380","id":"fd1efca9-4276-4174-935a-0f5175fcdee4","name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net"}]} 2018-12-12 16:11:30,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net used request id req-0a7d1c01-92ed-4d0e-bd21-fbdcfbfb56f5 2018-12-12 16:11:30,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:30,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-743b349a-8e75-48ff-8295-80b4fb14b099 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:30,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-743b349a-8e75-48ff-8295-80b4fb14b099 2018-12-12 16:11:30,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:30,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e405ff55-d884-47df-93c1-4928fc3fa5a1 Date: Wed, 12 Dec 2018 16:11:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:42Z","dns_nameservers":[],"updated_at":"2018-12-12T16:10: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":"dff18da26904445f9996f74b4fe06380","id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet"}]} 2018-12-12 16:11:30,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-e405ff55-d884-47df-93c1-4928fc3fa5a1 2018-12-12 16:11:30,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:30,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-68e51e5e-c7c1-43ba-bd48-3bfd926b91b8 Date: Wed, 12 Dec 2018 16:11:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.4"}],"id":"0719094d-1232-4673-aa95-f7ed238842cd","security_groups":[],"mac_address":"fa:16:3e:71:c4:fc","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.2"}],"id":"4b2086fd-b043-4673-a089-e8114f4dec6b","security_groups":[],"mac_address":"fa:16:3e:10:a1:8e","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:10:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.3"}],"id":"7689743a-0ec7-42c4-a4ae-f69e0cb1d6e3","security_groups":[],"mac_address":"fa:16:3e:73:8a:27","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fd1efca9-4276-4174-935a-0f5175fcdee4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.1"}],"id":"f8372647-62bf-468e-8b3a-e91704c49957","security_groups":[],"mac_address":"fa:16:3e:94:3a:ef","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:10:51Z","binding:vnic_type":"normal","device_id":"ccbc3c3b-492e-40fd-a360-eafb3edf24f4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:11:17Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c9fc1858-3921-4b9a-9eaf-87e7993f6489","ip_address":"10.55.1.7"}],"id":"fc7edb33-038a-40b9-bde7-81ec3a6529b0","security_groups":["17167352-77c8-40cb-a495-33d513167369","6d9c6e4f-e433-4873-8122-e252d92c925d"],"mac_address":"fa:16:3e:64:64:9a","project_id":"dff18da26904445f9996f74b4fe06380","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1","admin_state_up":true,"network_id":"fd1efca9-4276-4174-935a-0f5175fcdee4","tenant_id":"dff18da26904445f9996f74b4fe06380","created_at":"2018-12-12T16:11:03Z","binding:vnic_type":"normal","device_id":"e764c40c-31b8-4920-89a5-fdf530491f14"}]} 2018-12-12 16:11:30,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-68e51e5e-c7c1-43ba-bd48-3bfd926b91b8 2018-12-12 16:11:30,509 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:11:30,512 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6c4fe50L 2018-12-12 16:11:30,513 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:11:30,513 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:11:30,514 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:11:30,515 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:11:30,515 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:11:30,515 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:11:30,515 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:11:30,516 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:11:30,516 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:11:30,533 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:11:30,534 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:11:30,545 - paramiko.transport - DEBUG - Trying key 7f43e1cf3727233484d170da82e786ba from tmp/CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce 2018-12-12 16:11:30,571 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:11:30,574 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:11:30,675 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:11:30,691 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:11:30,692 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:11:30,693 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6c4fe50L 2018-12-12 16:11:30,693 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:11:30,694 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:11:30,694 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:11:30,695 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:11:30,695 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:11:30,695 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:11:30,696 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:11:30,696 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:11:30,696 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:11:30,713 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:11:30,714 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:11:30,726 - paramiko.transport - DEBUG - Trying key 7f43e1cf3727233484d170da82e786ba from tmp/CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce 2018-12-12 16:11:30,751 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:11:30,754 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:11:30,758 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:11:30,759 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:11:30,759 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:11:30,760 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:11:30,762 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:11:30,763 - create_instance - INFO - Deleting Floating IP - 172.30.9.206 2018-12-12 16:11:30,763 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2018-12-12 16:11:30,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/1e757992-0798-4844-a72a-f4b2cb66d83b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:31,817 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3a56c09-2a57-4fda-bdeb-7086ee71b8b2 Content-Length: 0 Date: Wed, 12 Dec 2018 16:11:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:31,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/1e757992-0798-4844-a72a-f4b2cb66d83b used request id req-e3a56c09-2a57-4fda-bdeb-7086ee71b8b2 2018-12-12 16:11:31,817 - create_instance - INFO - Deleting Port with ID - fc7edb33-038a-40b9-bde7-81ec3a6529b0 2018-12-12 16:11:31,817 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ceport-1 2018-12-12 16:11:31,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/fc7edb33-038a-40b9-bde7-81ec3a6529b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:32,280 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1c6d8a1-64dd-4d46-8128-a06dabbdcc77 Date: Wed, 12 Dec 2018 16:11:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:32,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/fc7edb33-038a-40b9-bde7-81ec3a6529b0 used request id req-b1c6d8a1-64dd-4d46-8128-a06dabbdcc77 2018-12-12 16:11:32,281 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst 2018-12-12 16:11:32,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:32,427 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:11:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b09b251-533c-499a-87ab-6cede942d7cb x-compute-request-id: req-3b09b251-533c-499a-87ab-6cede942d7cb Content-Type: application/json 2018-12-12 16:11:32,428 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-3b09b251-533c-499a-87ab-6cede942d7cb 2018-12-12 16:11:32,428 - create_instance - INFO - Checking deletion status 2018-12-12 16:11:32,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:32,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3ba6a1a-21a2-41bd-b141-126b42590ea4 x-compute-request-id: req-c3ba6a1a-21a2-41bd-b141-126b42590ea4 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:64:9a", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:32Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:32,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-c3ba6a1a-21a2-41bd-b141-126b42590ea4 2018-12-12 16:11:32,847 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst] is - ACTIVE 2018-12-12 16:11:32,847 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:11:35,851 - create_instance - DEBUG - VM status query timeout in 296.577495098 2018-12-12 16:11:35,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:36,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7940660-f8a2-446f-bbf3-39400b0a6dde x-compute-request-id: req-e7940660-f8a2-446f-bbf3-39400b0a6dde 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.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e764c40c-31b8-4920-89a5-fdf530491f14", "rel": "bookmark"}], "image": {"id": "438c3e15-b245-420c-88e6-9fbbe7607f84", "links": [{"href": "http://172.30.9.29:8774/images/438c3e15-b245-420c-88e6-9fbbe7607f84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:11:12.000000", "flavor": {"id": "70a421a7-ba18-4ca3-9827-6633b6967977", "links": [{"href": "http://172.30.9.29:8774/flavors/70a421a7-ba18-4ca3-9827-6633b6967977", "rel": "bookmark"}]}, "id": "e764c40c-31b8-4920-89a5-fdf530491f14", "user_id": "488a96b041514c3bb9f35eb7084b15f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:11:32Z", "hostId": "5b087836fe1894c0de39703c058a0f83f22b1f07dd8e14c457e1f201", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp", "name": "CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst", "created": "2018-12-12T16:11:07Z", "tenant_id": "dff18da26904445f9996f74b4fe06380", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:11:36,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-e7940660-f8a2-446f-bbf3-39400b0a6dde 2018-12-12 16:11:36,098 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst] is - ACTIVE 2018-12-12 16:11:36,098 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:11:39,101 - create_instance - DEBUG - VM status query timeout in 293.327116013 2018-12-12 16:11:39,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd90b0a47b34e3b3fa864eba65e152e5cb325f57" 2018-12-12 16:11:39,150 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:11:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c1f20acd-d199-4e99-ae95-b6859b82b5e2 x-compute-request-id: req-c1f20acd-d199-4e99-ae95-b6859b82b5e2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e764c40c-31b8-4920-89a5-fdf530491f14 could not be found.", "code": 404}} 2018-12-12 16:11:39,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e764c40c-31b8-4920-89a5-fdf530491f14 used request id req-c1f20acd-d199-4e99-ae95-b6859b82b5e2 2018-12-12 16:11:39,151 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e764c40c-31b8-4920-89a5-fdf530491f14 could not be found. (HTTP 404) (Request-ID: req-c1f20acd-d199-4e99-ae95-b6859b82b5e2) 2018-12-12 16:11:39,151 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-inst 2018-12-12 16:11:39,152 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp 2018-12-12 16:11:39,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2eecb46704740014cd1656251e2d304bf38c69" 2018-12-12 16:11:39,186 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:11:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-906ad9b0-6281-4999-8cbc-8452c7cf7ae7 x-compute-request-id: req-906ad9b0-6281-4999-8cbc-8452c7cf7ae7 Content-Length: 0 Content-Type: application/json 2018-12-12 16:11:39,187 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-kp used request id req-906ad9b0-6281-4999-8cbc-8452c7cf7ae7 2018-12-12 16:11:39,187 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce.pub] 2018-12-12 16:11:39,187 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce] 2018-12-12 16:11:39,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/70a421a7-ba18-4ca3-9827-6633b6967977 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6151d443a4da03d2c84b67e5b4a10a7178eb1a0" 2018-12-12 16:11:39,230 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:11:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e5cee8a0-9623-4c81-9cee-bb204620f884 x-compute-request-id: req-e5cee8a0-9623-4c81-9cee-bb204620f884 Content-Length: 0 Content-Type: application/json 2018-12-12 16:11:39,230 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/70a421a7-ba18-4ca3-9827-6633b6967977 used request id req-e5cee8a0-9623-4c81-9cee-bb204620f884 2018-12-12 16:11:39,231 - neutron_utils - INFO - Deleting security group rule with ID - 50fadf58-c323-4e33-be88-120aa5d8ed9f 2018-12-12 16:11:39,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/50fadf58-c323-4e33-be88-120aa5d8ed9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:11:39,318 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d562ee96-abe3-4dfb-8ab3-67e2f5f6f074 Content-Length: 0 Date: Wed, 12 Dec 2018 16:11:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:39,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/50fadf58-c323-4e33-be88-120aa5d8ed9f used request id req-d562ee96-abe3-4dfb-8ab3-67e2f5f6f074 2018-12-12 16:11:39,319 - neutron_utils - INFO - Deleting security group rule with ID - 504f4957-0757-4803-a482-279ec33eb8bf 2018-12-12 16:11:39,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/504f4957-0757-4803-a482-279ec33eb8bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:11:39,415 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4975e762-f807-4abb-8606-5b0b18e68c11 Content-Length: 0 Date: Wed, 12 Dec 2018 16:11:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:39,415 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/504f4957-0757-4803-a482-279ec33eb8bf used request id req-4975e762-f807-4abb-8606-5b0b18e68c11 2018-12-12 16:11:39,415 - neutron_utils - INFO - Deleting security group rule with ID - 0e2be351-f808-4100-b4c5-0576b559e64c 2018-12-12 16:11:39,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/0e2be351-f808-4100-b4c5-0576b559e64c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:11:39,659 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f31523a-d275-41e6-934c-32cdabe4a2c6 Content-Length: 0 Date: Wed, 12 Dec 2018 16:11:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:39,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/0e2be351-f808-4100-b4c5-0576b559e64c used request id req-5f31523a-d275-41e6-934c-32cdabe4a2c6 2018-12-12 16:11:39,659 - neutron_utils - INFO - Deleting security group rule with ID - b67d2837-ef61-43c7-b820-b6be3b123455 2018-12-12 16:11:39,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b67d2837-ef61-43c7-b820-b6be3b123455 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:11:39,750 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4811c0b4-79c0-429f-96d0-e2b8b0122e92 Content-Length: 0 Date: Wed, 12 Dec 2018 16:11:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:39,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b67d2837-ef61-43c7-b820-b6be3b123455 used request id req-4811c0b4-79c0-429f-96d0-e2b8b0122e92 2018-12-12 16:11:39,751 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-sec-grp 2018-12-12 16:11:39,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6d9c6e4f-e433-4873-8122-e252d92c925d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb385d9efdac908028b74e03297f2881a4d03f5" 2018-12-12 16:11:40,083 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-acae653f-7b26-4330-884a-e78ef195fbb1 Content-Length: 0 Date: Wed, 12 Dec 2018 16:11:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:40,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6d9c6e4f-e433-4873-8122-e252d92c925d used request id req-acae653f-7b26-4330-884a-e78ef195fbb1 2018-12-12 16:11:40,084 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router and subnet CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet 2018-12-12 16:11:40,084 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router 2018-12-12 16:11:40,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/ccbc3c3b-492e-40fd-a360-eafb3edf24f4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" -d '{"subnet_id": "c9fc1858-3921-4b9a-9eaf-87e7993f6489"}' 2018-12-12 16:11:41,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0b24591e-b6dc-47c7-bfa7-67909472b717 Date: Wed, 12 Dec 2018 16:11:41 GMT RESP BODY: {"network_id": "fd1efca9-4276-4174-935a-0f5175fcdee4", "tenant_id": "dff18da26904445f9996f74b4fe06380", "subnet_id": "c9fc1858-3921-4b9a-9eaf-87e7993f6489", "subnet_ids": ["c9fc1858-3921-4b9a-9eaf-87e7993f6489"], "port_id": "f8372647-62bf-468e-8b3a-e91704c49957", "id": "ccbc3c3b-492e-40fd-a360-eafb3edf24f4"} 2018-12-12 16:11:41,629 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ccbc3c3b-492e-40fd-a360-eafb3edf24f4/remove_router_interface used request id req-0b24591e-b6dc-47c7-bfa7-67909472b717 2018-12-12 16:11:41,630 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router 2018-12-12 16:11:41,630 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-router 2018-12-12 16:11:41,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/ccbc3c3b-492e-40fd-a360-eafb3edf24f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c84b7a63e7b243efe9f26583cd2f1e475b0aed1" 2018-12-12 16:11:45,237 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b09cfe3-41e1-473d-bb35-47034727c20a Content-Length: 0 Date: Wed, 12 Dec 2018 16:11:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:45,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/ccbc3c3b-492e-40fd-a360-eafb3edf24f4 used request id req-5b09cfe3-41e1-473d-bb35-47034727c20a 2018-12-12 16:11:45,238 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet 2018-12-12 16:11:45,238 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-subnet 2018-12-12 16:11:45,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/c9fc1858-3921-4b9a-9eaf-87e7993f6489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" 2018-12-12 16:11:47,544 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9847b1b2-992d-4085-9fe3-951d3b97b5dc Date: Wed, 12 Dec 2018 16:11:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:47,544 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c9fc1858-3921-4b9a-9eaf-87e7993f6489 used request id req-9847b1b2-992d-4085-9fe3-951d3b97b5dc 2018-12-12 16:11:47,544 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-pub-net 2018-12-12 16:11:47,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/fd1efca9-4276-4174-935a-0f5175fcdee4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad50c73188a80d4cd8918a6f491d5186d07cb222" 2018-12-12 16:11:48,879 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8bc0b4bd-0160-4086-aa09-e3ea0683bab4 Date: Wed, 12 Dec 2018 16:11:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:48,879 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/fd1efca9-4276-4174-935a-0f5175fcdee4 used request id req-8bc0b4bd-0160-4086-aa09-e3ea0683bab4 2018-12-12 16:11:48,880 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-784dbbba-5000-452f-9c60-69087bc6d4ce-image 2018-12-12 16:11:48,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d5fb6b1181b5d5123177b6ae5f5cad5c13b657" 2018-12-12 16:11:50,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eff1907b-d224-434e-9288-129d8da21758 Date: Wed, 12 Dec 2018 16:11:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:11:50,535 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/438c3e15-b245-420c-88e6-9fbbe7607f84 used request id req-eff1907b-d224-434e-9288-129d8da21758 2018-12-12 16:11:50,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:11:50,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e41267ff-5e43-40cc-8446-4f31fb9f9083 Date: Wed, 12 Dec 2018 16:11:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:41Z", "updated_at": "2018-12-12T16:10:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:41Z", "revision_number": 0, "id": "573c35ad-9627-4b5a-8409-14fad0d9f1cf", "remote_group_id": "17167352-77c8-40cb-a495-33d513167369", "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:41Z", "security_group_id": "17167352-77c8-40cb-a495-33d513167369", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:41Z", "revision_number": 0, "id": "604986b2-7cbc-4c9c-9705-d21e0bb46fed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:41Z", "security_group_id": "17167352-77c8-40cb-a495-33d513167369", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:41Z", "revision_number": 0, "id": "713790ad-06bd-40c2-a3bc-26be69c2fe11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:41Z", "security_group_id": "17167352-77c8-40cb-a495-33d513167369", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:10:41Z", "revision_number": 0, "id": "dda0d1bb-94c5-42d2-9182-372a06869aae", "remote_group_id": "17167352-77c8-40cb-a495-33d513167369", "remote_ip_prefix": null, "created_at": "2018-12-12T16:10:41Z", "security_group_id": "17167352-77c8-40cb-a495-33d513167369", "tenant_id": "dff18da26904445f9996f74b4fe06380", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff18da26904445f9996f74b4fe06380"}], "revision_number": 4, "project_id": "dff18da26904445f9996f74b4fe06380", "id": "17167352-77c8-40cb-a495-33d513167369", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:11:50,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e41267ff-5e43-40cc-8446-4f31fb9f9083 2018-12-12 16:11:50,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:11:50,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14e0a650-d2e4-473a-8fce-2742c674148e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380"}, "enabled": true, "id": "dff18da26904445f9996f74b4fe06380", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj"}} 2018-12-12 16:11:50,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-14e0a650-d2e4-473a-8fce-2742c674148e 2018-12-12 16:11:50,871 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17167352-77c8-40cb-a495-33d513167369 2018-12-12 16:11:50,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=17167352-77c8-40cb-a495-33d513167369 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:11:51,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fe992050-9d25-4c35-8b4e-c342a50dadbe Date: Wed, 12 Dec 2018 16:11:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "17167352-77c8-40cb-a495-33d513167369", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:41Z", "security_group_id": "17167352-77c8-40cb-a495-33d513167369", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:41Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "573c35ad-9627-4b5a-8409-14fad0d9f1cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:41Z", "security_group_id": "17167352-77c8-40cb-a495-33d513167369", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:41Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "604986b2-7cbc-4c9c-9705-d21e0bb46fed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:41Z", "security_group_id": "17167352-77c8-40cb-a495-33d513167369", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:41Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "713790ad-06bd-40c2-a3bc-26be69c2fe11"}, {"remote_group_id": "17167352-77c8-40cb-a495-33d513167369", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:10:41Z", "security_group_id": "17167352-77c8-40cb-a495-33d513167369", "port_range_min": null, "revision_number": 0, "tenant_id": "dff18da26904445f9996f74b4fe06380", "created_at": "2018-12-12T16:10:41Z", "project_id": "dff18da26904445f9996f74b4fe06380", "id": "dda0d1bb-94c5-42d2-9182-372a06869aae"}]} 2018-12-12 16:11:51,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=17167352-77c8-40cb-a495-33d513167369 used request id req-fe992050-9d25-4c35-8b4e-c342a50dadbe 2018-12-12 16:11:51,056 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:11:51,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/17167352-77c8-40cb-a495-33d513167369 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:11:51,363 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d545aa25-73de-4136-95a5-b7dc81590b5b Content-Length: 0 Date: Wed, 12 Dec 2018 16:11:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:11:51,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/17167352-77c8-40cb-a495-33d513167369 used request id req-d545aa25-73de-4136-95a5-b7dc81590b5b 2018-12-12 16:11:51,364 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj 2018-12-12 16:11:51,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:11:51,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:11:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54b3e60e-7ddf-4b30-81a4-f29ef54c6c7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:11:51,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/dff18da26904445f9996f74b4fe06380 used request id req-54b3e60e-7ddf-4b30-81a4-f29ef54c6c7c 2018-12-12 16:11:51,579 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-proj-role 2018-12-12 16:11:51,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/2006fec7f06a4046adb03d3db8bcf14d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:11:51,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:11:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-635746a5-1220-4ae4-accc-d54a5718cc25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:11:51,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/2006fec7f06a4046adb03d3db8bcf14d used request id req-635746a5-1220-4ae4-accc-d54a5718cc25 2018-12-12 16:11:51,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8631f7644750b46f7db1fa5ea726378067cd78c5" 2018-12-12 16:11:51,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf0fd0cb-12d3-462b-b2b3-af0f4c8a35ba Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:11:51,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bf0fd0cb-12d3-462b-b2b3-af0f4c8a35ba 2018-12-12 16:11:51,807 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-059f68a6-3862-4cc-user 2018-12-12 16:11:51,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/488a96b041514c3bb9f35eb7084b15f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eba6ff54efab3d6d8ffb3d5b06f44626cc6894b" 2018-12-12 16:11:51,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:11:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd238a4b-f85d-4195-ad8d-2a4062dd6996 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:11:51,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/488a96b041514c3bb9f35eb7084b15f0 used request id req-dd238a4b-f85d-4195-ad8d-2a4062dd6996 2018-12-12 16:11:51,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:11:52,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:11:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["K1zJN2veSsq91EuTlCbZIw"], "issued_at": "2018-12-12T16:11:52.000000Z"}} 2018-12-12 16:11:52,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcdeee662e411f9722182c3eda2598d3e00cba79" 2018-12-12 16:11:52,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224e9a14-e67a-4cb4-94ee-c1bc4091e340 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:11:52,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-224e9a14-e67a-4cb4-94ee-c1bc4091e340 2018-12-12 16:11:52,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:11:52,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:11:52,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:11:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["e_LcidXUTmuMVDOKo6MfRg"], "issued_at": "2018-12-12T16:11:52.000000Z"}} 2018-12-12 16:11:52,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:11:52,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f896f395-c812-4d82-a240-4ec62ac97fba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:11:52,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f896f395-c812-4d82-a240-4ec62ac97fba 2018-12-12 16:11:52,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:11:52,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:11: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:11:52,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:11:53,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1e1115-ed61-472b-bf82-24d0fe71dfd6 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:11:53,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj used request id req-be1e1115-ed61-472b-bf82-24d0fe71dfd6 2018-12-12 16:11:53,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:11:53,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406af57d-01df-4fc8-9691-70cab538bf77 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:11:53,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-406af57d-01df-4fc8-9691-70cab538bf77 2018-12-12 16:11:53,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}}' 2018-12-12 16:11:53,271 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f6601d1-fb51-4498-80b1-b40c7d0dde7c Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:11:53,271 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2f6601d1-fb51-4498-80b1-b40c7d0dde7c 2018-12-12 16:11:53,271 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj 2018-12-12 16:11:53,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:11:53,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:11:53,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:11:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["WofaBMJkTNmCO9uhH_y_Yg"], "issued_at": "2018-12-12T16:11:53.000000Z"}} 2018-12-12 16:11:53,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99cd48ba7b69fc963e60fb5a99ecbd0a7ded4e1a" 2018-12-12 16:11:53,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535598e0-05df-491b-96a8-1c4bb20f2ab9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:11:53,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-535598e0-05df-491b-96a8-1c4bb20f2ab9 2018-12-12 16:11:53,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:11:53,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:11:53,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99cd48ba7b69fc963e60fb5a99ecbd0a7ded4e1a" 2018-12-12 16:11:53,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af7276e-cc07-47fb-855d-b13891c526c6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:11:53,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4af7276e-cc07-47fb-855d-b13891c526c6 2018-12-12 16:11:53,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99cd48ba7b69fc963e60fb5a99ecbd0a7ded4e1a" 2018-12-12 16:11:53,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa8ff95f-c07c-4c61-af17-43e17622a672 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}]} 2018-12-12 16:11:53,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj used request id req-fa8ff95f-c07c-4c61-af17-43e17622a672 2018-12-12 16:11:53,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99cd48ba7b69fc963e60fb5a99ecbd0a7ded4e1a" 2018-12-12 16:11:54,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd9b2c5-a2bc-414e-81b9-cac16117e366 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:11:54,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fdd9b2c5-a2bc-414e-81b9-cac16117e366 2018-12-12 16:11:54,373 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user 2018-12-12 16:11:54,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:11:54,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:11:54,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23104c03-b8a5-4508-843f-b3c2fe40a66b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:11:54,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-23104c03-b8a5-4508-843f-b3c2fe40a66b 2018-12-12 16:11:54,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}}' 2018-12-12 16:11:54,660 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:11:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2de44950-bfad-4983-a6e3-45d34a4c3e60 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "146e5a0ae0304931860b538311cbfa80", "links": {"self": "http://172.30.9.29:5000/v3/roles/146e5a0ae0304931860b538311cbfa80"}, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}} 2018-12-12 16:11:54,661 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-2de44950-bfad-4983-a6e3-45d34a4c3e60 2018-12-12 16:11:54,661 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role 2018-12-12 16:11:54,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/146e5a0ae0304931860b538311cbfa80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:11:54,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e126cc-28d2-4665-a7f6-560ee14bdea9 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/146e5a0ae0304931860b538311cbfa80"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role", "id": "146e5a0ae0304931860b538311cbfa80"}} 2018-12-12 16:11:54,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/146e5a0ae0304931860b538311cbfa80 used request id req-77e126cc-28d2-4665-a7f6-560ee14bdea9 2018-12-12 16:11:54,750 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role to project CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj 2018-12-12 16:11:54,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4/users/7050281f73194c438c5d7245fa48fc3f/roles/146e5a0ae0304931860b538311cbfa80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:11:54,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:11:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-980a47c0-bf40-4325-84de-da5f83b2bea7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:11:54,891 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4/users/7050281f73194c438c5d7245fa48fc3f/roles/146e5a0ae0304931860b538311cbfa80 used request id req-980a47c0-bf40-4325-84de-da5f83b2bea7 2018-12-12 16:11:54,891 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:11:54,892 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:11:54,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:11:54,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:11:55,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:11:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["Yxaatmu5T1axob7fZLZRYw"], "issued_at": "2018-12-12T16:11:55.000000Z"}} 2018-12-12 16:11:55,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" 2018-12-12 16:11:55,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ed329d-41dd-44fe-88d8-ae30cb058a3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:11:55,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-93ed329d-41dd-44fe-88d8-ae30cb058a3b 2018-12-12 16:11:55,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" 2018-12-12 16:11:55,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-876f48a1-d175-4d8d-ab44-5e0b992591fb Date: Wed, 12 Dec 2018 16:11:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image"} 2018-12-12 16:11:55,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image used request id req-876f48a1-d175-4d8d-ab44-5e0b992591fb 2018-12-12 16:11:55,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" 2018-12-12 16:11:55,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eb0c39dc-dd74-48a7-82de-c20dd50ae80a Date: Wed, 12 Dec 2018 16:11:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:11:55,686 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-eb0c39dc-dd74-48a7-82de-c20dd50ae80a 2018-12-12 16:11:55,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image"}' 2018-12-12 16:11:55,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75 X-Openstack-Request-Id: req-f2fcfe1d-1846-4e61-9637-b74a18a57cc8 Date: Wed, 12 Dec 2018 16:11:55 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:11:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:11:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/a7393214-619d-4727-913a-43aa32f3cb75", "min_disk": 0, "protected": false, "id": "a7393214-619d-4727-913a-43aa32f3cb75", "file": "/v2/images/a7393214-619d-4727-913a-43aa32f3cb75/file", "checksum": null, "owner": "2f8992404f694e4a82a351ff8b477fa4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:11:55,932 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-f2fcfe1d-1846-4e61-9637-b74a18a57cc8 2018-12-12 16:11:55,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" -d '' 2018-12-12 16:11:57,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a16dbc60-132c-4792-a160-4a76b5e89141 Date: Wed, 12 Dec 2018 16:11:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:11:57,078 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75/file used request id req-a16dbc60-132c-4792-a160-4a76b5e89141 2018-12-12 16:11:57,078 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:11:57,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" 2018-12-12 16:11:57,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-5679322f-d3dd-46e9-b3be-fda452281a74 Date: Wed, 12 Dec 2018 16:11:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:11:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:11:57Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a7393214-619d-4727-913a-43aa32f3cb75/snap", "metadata": {}}], "self": "/v2/images/a7393214-619d-4727-913a-43aa32f3cb75", "min_disk": 0, "protected": false, "id": "a7393214-619d-4727-913a-43aa32f3cb75", "file": "/v2/images/a7393214-619d-4727-913a-43aa32f3cb75/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2f8992404f694e4a82a351ff8b477fa4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a7393214-619d-4727-913a-43aa32f3cb75/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:11:57,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75 used request id req-5679322f-d3dd-46e9-b3be-fda452281a74 2018-12-12 16:11:57,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" 2018-12-12 16:11:57,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-89a7134a-afbd-4d79-9699-34d8ade73af8 Date: Wed, 12 Dec 2018 16:11:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:11:57,392 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-89a7134a-afbd-4d79-9699-34d8ade73af8 2018-12-12 16:11:57,395 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image 2018-12-12 16:11:57,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" 2018-12-12 16:11:57,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4e931aeb-30b7-4055-b9aa-a60a62e2fbcd Date: Wed, 12 Dec 2018 16:11:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:11:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:11:57Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a7393214-619d-4727-913a-43aa32f3cb75/snap", "metadata": {}}], "self": "/v2/images/a7393214-619d-4727-913a-43aa32f3cb75", "min_disk": 0, "protected": false, "id": "a7393214-619d-4727-913a-43aa32f3cb75", "file": "/v2/images/a7393214-619d-4727-913a-43aa32f3cb75/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2f8992404f694e4a82a351ff8b477fa4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a7393214-619d-4727-913a-43aa32f3cb75/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:11:57,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75 used request id req-4e931aeb-30b7-4055-b9aa-a60a62e2fbcd 2018-12-12 16:11:57,560 - create_image - DEBUG - Instance status is - active 2018-12-12 16:11:57,560 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image 2018-12-12 16:11:57,560 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image 2018-12-12 16:11:57,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:11:57,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:11:57,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:11:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["xkVi9g-KQO-LilNk9WFKQg"], "issued_at": "2018-12-12T16:11:57.000000Z"}} 2018-12-12 16:11:57,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" 2018-12-12 16:11:58,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb98f7ed-8c87-4355-8818-8e93ba231375 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:11:58,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cb98f7ed-8c87-4355-8818-8e93ba231375 2018-12-12 16:11:58,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" 2018-12-12 16:11:58,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bbb30254-18ac-4d9c-a4b2-792e0c3d1f2f Date: Wed, 12 Dec 2018 16:11:58 GMT RESP BODY: {"networks":[]} 2018-12-12 16:11:58,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-bbb30254-18ac-4d9c-a4b2-792e0c3d1f2f 2018-12-12 16:11:58,216 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net 2018-12-12 16:11:58,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net", "admin_state_up": true}}' 2018-12-12 16:11:59,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-66dfc3e5-8d71-4691-9fea-3027567296be Date: Wed, 12 Dec 2018 16:11:59 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"77da78e8-f5f9-417c-85f7-9042dacd943a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:11:58Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","mtu":1450}} 2018-12-12 16:11:59,197 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-66dfc3e5-8d71-4691-9fea-3027567296be 2018-12-12 16:11:59,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" 2018-12-12 16:11:59,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-c3088c77-a67f-4c9d-828e-d07d5a5003a0 Date: Wed, 12 Dec 2018 16:11:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T16:11:58Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:11:59,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-c3088c77-a67f-4c9d-828e-d07d5a5003a0 2018-12-12 16:11:59,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" 2018-12-12 16:11:59,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f1c64c9c-3fa7-4e06-be87-ffc6f4456936 Date: Wed, 12 Dec 2018 16:11:59 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:11:59,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-f1c64c9c-3fa7-4e06-be87-ffc6f4456936 2018-12-12 16:11:59,628 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet 2018-12-12 16:11:59,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" -d '{"subnets": [{"ip_version": 4, "network_id": "77da78e8-f5f9-417c-85f7-9042dacd943a", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]}' 2018-12-12 16:12:00,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8debcc8b-da00-4142-a23d-ee825509a3f6 Date: Wed, 12 Dec 2018 16:12:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","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":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:00,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-8debcc8b-da00-4142-a23d-ee825509a3f6 2018-12-12 16:12:00,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" 2018-12-12 16:12:00,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6703bdc0-15be-469c-b38e-d9d5aa9236aa Date: Wed, 12 Dec 2018 16:12: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":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:00,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-6703bdc0-15be-469c-b38e-d9d5aa9236aa 2018-12-12 16:12:00,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" 2018-12-12 16:12:00,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4ab463e1-d202-4c32-8f42-d0fa19c6cd59 Date: Wed, 12 Dec 2018 16:12:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:00,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-4ab463e1-d202-4c32-8f42-d0fa19c6cd59 2018-12-12 16:12:00,828 - OpenStackNetwork - DEBUG - Network [77da78e8-f5f9-417c-85f7-9042dacd943a] created successfully 2018-12-12 16:12:00,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:00,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:01,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:12:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["OuDaqzHwTDWyL31CnUm83g"], "issued_at": "2018-12-12T16:12:01.000000Z"}} 2018-12-12 16:12:01,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:01,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a55a52b3-52e9-4c84-bda4-c0e0195f3bf7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:01,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a55a52b3-52e9-4c84-bda4-c0e0195f3bf7 2018-12-12 16:12:01,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:01,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f86685ad-d2a3-4b76-9fb8-71fca5015fcb Date: Wed, 12 Dec 2018 16:12:01 GMT RESP BODY: {"routers": []} 2018-12-12 16:12:01,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router&admin_state_up=True used request id req-f86685ad-d2a3-4b76-9fb8-71fca5015fcb 2018-12-12 16:12:01,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:01,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:01,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:12:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["lugekJ03RCejfY8Qh9ZWNA"], "issued_at": "2018-12-12T16:12:01.000000Z"}} 2018-12-12 16:12:01,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e8f8d21510cb9d2e72e7a5e7631279333abf185" 2018-12-12 16:12:02,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7756a819-43ef-4807-bde4-9d3804b4b6ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:02,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7756a819-43ef-4807-bde4-9d3804b4b6ea 2018-12-12 16:12:02,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:02,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ba3486d9-4e50-4cfc-be32-9a385831d73c Date: Wed, 12 Dec 2018 16:12:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:12:02,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-ba3486d9-4e50-4cfc-be32-9a385831d73c 2018-12-12 16:12:02,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:02,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f2ba1c78-7b35-4b22-9365-53daf108190d Date: Wed, 12 Dec 2018 16:12:02 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:12:02,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-f2ba1c78-7b35-4b22-9365-53daf108190d 2018-12-12 16:12:02,448 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router 2018-12-12 16:12:02,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router", "admin_state_up": true}}' 2018-12-12 16:12:07,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-66454826-12d2-4ace-86bf-c49c3816ed99 Date: Wed, 12 Dec 2018 16:12:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:03Z", "admin_state_up": true, "updated_at": "2018-12-12T16:12:04Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "4a1bd2bc-70e7-4f91-9d3f-4a619808037c", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router"}} 2018-12-12 16:12:07,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-66454826-12d2-4ace-86bf-c49c3816ed99 2018-12-12 16:12:07,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4a1bd2bc-70e7-4f91-9d3f-4a619808037c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:07,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7dcf885d-46dd-4c5b-9dae-91b58bc6c809 Date: Wed, 12 Dec 2018 16:12:07 GMT RESP BODY: {"ports":[]} 2018-12-12 16:12:07,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4a1bd2bc-70e7-4f91-9d3f-4a619808037c used request id req-7dcf885d-46dd-4c5b-9dae-91b58bc6c809 2018-12-12 16:12:07,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:07,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-77b71403-99ba-4fcc-b59d-a26a7696e88c Date: Wed, 12 Dec 2018 16:12: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":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:07,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-77b71403-99ba-4fcc-b59d-a26a7696e88c 2018-12-12 16:12:07,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:12:07,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:12:07,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:07,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4b38c4-5b6b-4d92-baa9-7c442d8fd771 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:07,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-7a4b38c4-5b6b-4d92-baa9-7c442d8fd771 2018-12-12 16:12:07,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:08,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cefd9bb3-c6d2-4740-8338-a5abd3d9a6b8 Date: Wed, 12 Dec 2018 16:12:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:08,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-cefd9bb3-c6d2-4740-8338-a5abd3d9a6b8 2018-12-12 16:12:08,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:08,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6f21869c-dad7-4f7c-84ca-a4e6e5a8733b Date: Wed, 12 Dec 2018 16:12:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:08,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet used request id req-6f21869c-dad7-4f7c-84ca-a4e6e5a8733b 2018-12-12 16:12:08,244 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:12:08,244 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router 2018-12-12 16:12:08,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/4a1bd2bc-70e7-4f91-9d3f-4a619808037c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" -d '{"subnet_id": "65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"}' 2018-12-12 16:12:10,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e3afe919-2517-48e1-906f-ffdb796e8df3 Date: Wed, 12 Dec 2018 16:12:10 GMT RESP BODY: {"network_id": "77da78e8-f5f9-417c-85f7-9042dacd943a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "subnet_id": "65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b", "subnet_ids": ["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"], "port_id": "0744551d-2b93-4ca3-8909-f528eb96f9d0", "id": "4a1bd2bc-70e7-4f91-9d3f-4a619808037c"} 2018-12-12 16:12:10,188 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/4a1bd2bc-70e7-4f91-9d3f-4a619808037c/add_router_interface used request id req-e3afe919-2517-48e1-906f-ffdb796e8df3 2018-12-12 16:12:10,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/4a1bd2bc-70e7-4f91-9d3f-4a619808037c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:10,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a106eb33-7cf0-4469-8d53-afaaf84ecdb6 Date: Wed, 12 Dec 2018 16:12:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:03Z", "admin_state_up": true, "updated_at": "2018-12-12T16:12:09Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "4a1bd2bc-70e7-4f91-9d3f-4a619808037c", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router"}} 2018-12-12 16:12:10,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/4a1bd2bc-70e7-4f91-9d3f-4a619808037c used request id req-a106eb33-7cf0-4469-8d53-afaaf84ecdb6 2018-12-12 16:12:10,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4a1bd2bc-70e7-4f91-9d3f-4a619808037c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:10,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-938bf774-6443-476f-aac9-83422073357d Date: Wed, 12 Dec 2018 16:12:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"}]} 2018-12-12 16:12:10,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4a1bd2bc-70e7-4f91-9d3f-4a619808037c used request id req-938bf774-6443-476f-aac9-83422073357d 2018-12-12 16:12:10,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:12:10,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4ef4e5f9-8cc7-4b04-ba49-6645b325c921 Date: Wed, 12 Dec 2018 16:12:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","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":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}} 2018-12-12 16:12:10,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b used request id req-4ef4e5f9-8cc7-4b04-ba49-6645b325c921 2018-12-12 16:12:10,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:10,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:11,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:12:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["jDlPWjOyQfeB9FZXnbNYfQ"], "issued_at": "2018-12-12T16:12:11.000000Z"}} 2018-12-12 16:12:11,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bca8d831af041a29bc53e3ce3417e03802a299" 2018-12-12 16:12:11,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f4b25c7-10c2-4246-95d0-ae7f7ed05c7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:11,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8f4b25c7-10c2-4246-95d0-ae7f7ed05c7b 2018-12-12 16:12:11,334 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:12:11,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bca8d831af041a29bc53e3ce3417e03802a299" 2018-12-12 16:12:11,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-67b03894-493e-4c62-a801-c11fdb08fdfa x-compute-request-id: req-67b03894-493e-4c62-a801-c11fdb08fdfa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:12:11,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-67b03894-493e-4c62-a801-c11fdb08fdfa 2018-12-12 16:12:11,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bca8d831af041a29bc53e3ce3417e03802a299" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:12:11,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-042bb715-4d34-4331-85cd-b9688d10f0c8 x-compute-request-id: req-042bb715-4d34-4331-85cd-b9688d10f0c8 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:12:11,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-042bb715-4d34-4331-85cd-b9688d10f0c8 2018-12-12 16:12:11,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:11,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:11,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:12:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["D9HZUusETRycabY5r-C4Zw"], "issued_at": "2018-12-12T16:12:11.000000Z"}} 2018-12-12 16:12:11,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcd9b168a23f2af155df1b51ab907058f5b4167" 2018-12-12 16:12:12,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60acaf85-b5bf-4f82-8e06-e48bdf7ff0d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:12,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-60acaf85-b5bf-4f82-8e06-e48bdf7ff0d1 2018-12-12 16:12:12,053 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:12:12,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcd9b168a23f2af155df1b51ab907058f5b4167" 2018-12-12 16:12:12,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a13aae2a-58a9-42db-8a44-2c3cc25a1a25 x-compute-request-id: req-a13aae2a-58a9-42db-8a44-2c3cc25a1a25 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:12:12,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a13aae2a-58a9-42db-8a44-2c3cc25a1a25 2018-12-12 16:12:12,618 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp... 2018-12-12 16:12:12,618 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:12:12,756 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp 2018-12-12 16:12:12,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcd9b168a23f2af155df1b51ab907058f5b4167" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC7lKFaPIgK9IbF0DwSEi4oWDzWR5/7ZzDaa0V4P1nLFUW+RQSBJruMjm1+F+g65PzA0WfoqvKQDk9QKHCIYXZBPE8wwKuxWZL5toSKE+gUKIB/hCX4/bJv1Sfd5JW+MBBGrHHBZHK8XIWcFJNXbW+QCdaMEUxaIeMei1Ts/7eq2w==", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp"}}' 2018-12-12 16:12:12,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60b3f2f9-e0db-41e4-84b0-a2ace08410f2 x-compute-request-id: req-60b3f2f9-e0db-41e4-84b0-a2ace08410f2 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC7lKFaPIgK9IbF0DwSEi4oWDzWR5/7ZzDaa0V4P1nLFUW+RQSBJruMjm1+F+g65PzA0WfoqvKQDk9QKHCIYXZBPE8wwKuxWZL5toSKE+gUKIB/hCX4/bJv1Sfd5JW+MBBGrHHBZHK8XIWcFJNXbW+QCdaMEUxaIeMei1Ts/7eq2w==", "user_id": "7050281f73194c438c5d7245fa48fc3f", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "fingerprint": "6b:9f:d7:42:26:0a:46:47:cf:47:c2:f7:ae:89:c7:89"}} 2018-12-12 16:12:12,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-60b3f2f9-e0db-41e4-84b0-a2ace08410f2 2018-12-12 16:12:12,812 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478.pub 2018-12-12 16:12:12,813 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478 2018-12-12 16:12:12,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:12,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:13,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:12:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["LZfZmrq8RHSbfuLZ5N5lpg"], "issued_at": "2018-12-12T16:12:13.000000Z"}} 2018-12-12 16:12:13,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:13,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e2d9be-c41a-4535-b8e8-88cae14a59e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:13,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-93e2d9be-c41a-4535-b8e8-88cae14a59e1 2018-12-12 16:12:13,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:13,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2d88f5c9-537f-4e98-a5d5-1ce8b792f33a Date: Wed, 12 Dec 2018 16:12:13 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:12:13,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp used request id req-2d88f5c9-537f-4e98-a5d5-1ce8b792f33a 2018-12-12 16:12:13,469 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp... 2018-12-12 16:12:13,470 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp 2018-12-12 16:12:13,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}}' 2018-12-12 16:12:13,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-1f060c60-60a7-49c5-b130-41b20a730f8a Date: Wed, 12 Dec 2018 16:12:13 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "updated_at": "2018-12-12T16:12:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "889c394a-7273-474d-a3f0-f47b87956510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}], "revision_number": 2, "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "9d721164-30c4-4623-b871-d8a6a671833a", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}} 2018-12-12 16:12:13,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-1f060c60-60a7-49c5-b130-41b20a730f8a 2018-12-12 16:12:13,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:13,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:13,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a3fe8a22-a647-4d6b-a5f9-7e48a8de7110 Date: Wed, 12 Dec 2018 16:12:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "889c394a-7273-474d-a3f0-f47b87956510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1"}]} 2018-12-12 16:12:13,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-a3fe8a22-a647-4d6b-a5f9-7e48a8de7110 2018-12-12 16:12:13,998 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:14,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:14,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5011f806-73b4-4102-b28b-372d34dd4564 Date: Wed, 12 Dec 2018 16:12:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "889c394a-7273-474d-a3f0-f47b87956510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1"}]} 2018-12-12 16:12:14,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-5011f806-73b4-4102-b28b-372d34dd4564 2018-12-12 16:12:14,323 - neutron_utils - INFO - Retrieving security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:14,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:14,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-446bbd98-fa1e-4005-98f4-f02dc15f9851 Date: Wed, 12 Dec 2018 16:12:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "updated_at": "2018-12-12T16:12:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "889c394a-7273-474d-a3f0-f47b87956510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}], "revision_number": 2, "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "9d721164-30c4-4623-b871-d8a6a671833a", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}]} 2018-12-12 16:12:14,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-446bbd98-fa1e-4005-98f4-f02dc15f9851 2018-12-12 16:12:14,515 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:14,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:14,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-117446a8-2bbf-467c-a68a-cb5f7ad404c1 Date: Wed, 12 Dec 2018 16:12:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "889c394a-7273-474d-a3f0-f47b87956510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1"}]} 2018-12-12 16:12:14,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-117446a8-2bbf-467c-a68a-cb5f7ad404c1 2018-12-12 16:12:14,697 - neutron_utils - INFO - Retrieving security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:14,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:14,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-f6848d5b-e062-4b9e-bb53-945301594853 Date: Wed, 12 Dec 2018 16:12:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "updated_at": "2018-12-12T16:12:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "889c394a-7273-474d-a3f0-f47b87956510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}], "revision_number": 2, "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "9d721164-30c4-4623-b871-d8a6a671833a", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}]} 2018-12-12 16:12:14,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-f6848d5b-e062-4b9e-bb53-945301594853 2018-12-12 16:12:14,895 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:14,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:15,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6ed09f02-edc4-4e98-b061-1bf58f9a249e Date: Wed, 12 Dec 2018 16:12:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "889c394a-7273-474d-a3f0-f47b87956510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1"}]} 2018-12-12 16:12:15,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-6ed09f02-edc4-4e98-b061-1bf58f9a249e 2018-12-12 16:12:15,075 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp 2018-12-12 16:12:15,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:15,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d884638e-34f0-4406-8852-58135cbfc03b Date: Wed, 12 Dec 2018 16:12:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "updated_at": "2018-12-12T16:12:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "889c394a-7273-474d-a3f0-f47b87956510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}], "revision_number": 2, "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "9d721164-30c4-4623-b871-d8a6a671833a", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}]} 2018-12-12 16:12:15,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp used request id req-d884638e-34f0-4406-8852-58135cbfc03b 2018-12-12 16:12:15,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:12:15,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:12:15,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:15,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1785f3-6727-41af-90ca-31993eee307f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:15,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-3b1785f3-6727-41af-90ca-31993eee307f 2018-12-12 16:12:15,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:15,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:15,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e92efb6c-22a9-4bfe-b112-019526ed5601 Date: Wed, 12 Dec 2018 16:12:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "889c394a-7273-474d-a3f0-f47b87956510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1"}]} 2018-12-12 16:12:15,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-e92efb6c-22a9-4bfe-b112-019526ed5601 2018-12-12 16:12:15,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}b778a0be06e58a9e213023e7514f1c2a82e6ae26" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a"}}' 2018-12-12 16:12:15,576 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-ed9c8385-7bd1-4752-a9b3-6134c896002e Date: Wed, 12 Dec 2018 16:12:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:15Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:15Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "4b3b96df-b3c8-4f86-8b12-d0885d1b5ed3"}} 2018-12-12 16:12:15,576 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-ed9c8385-7bd1-4752-a9b3-6134c896002e 2018-12-12 16:12:15,577 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp 2018-12-12 16:12:15,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:15,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-4beea06a-721d-4053-8462-4cdd2b4fece8 Date: Wed, 12 Dec 2018 16:12:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "updated_at": "2018-12-12T16:12:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:15Z", "revision_number": 0, "id": "4b3b96df-b3c8-4f86-8b12-d0885d1b5ed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:15Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "889c394a-7273-474d-a3f0-f47b87956510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}], "revision_number": 3, "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "9d721164-30c4-4623-b871-d8a6a671833a", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}]} 2018-12-12 16:12:15,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp used request id req-4beea06a-721d-4053-8462-4cdd2b4fece8 2018-12-12 16:12:15,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:15,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-748a1e06-07db-4977-8ab3-90852f717ebe Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:15,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-748a1e06-07db-4977-8ab3-90852f717ebe 2018-12-12 16:12:15,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:15,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:15,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-b4961e11-8e61-4fa9-82ea-2649a67c98ef Date: Wed, 12 Dec 2018 16:12:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:15Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:15Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "4b3b96df-b3c8-4f86-8b12-d0885d1b5ed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "889c394a-7273-474d-a3f0-f47b87956510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1"}]} 2018-12-12 16:12:15,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-b4961e11-8e61-4fa9-82ea-2649a67c98ef 2018-12-12 16:12:15,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}b778a0be06e58a9e213023e7514f1c2a82e6ae26" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a"}}' 2018-12-12 16:12:16,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-80f5085d-fe11-4aee-b21d-a2855da8c6f7 Date: Wed, 12 Dec 2018 16:12:16 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:12:15Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": 22, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:15Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "08ae934e-0e9c-4028-afb3-f91bb6ab9573"}} 2018-12-12 16:12:16,056 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-80f5085d-fe11-4aee-b21d-a2855da8c6f7 2018-12-12 16:12:16,056 - neutron_utils - INFO - Retrieving security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:16,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:16,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-539c4940-7875-4617-b75e-3af8c15b4ef2 Date: Wed, 12 Dec 2018 16:12:16 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "updated_at": "2018-12-12T16:12:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:12:15Z", "revision_number": 0, "id": "08ae934e-0e9c-4028-afb3-f91bb6ab9573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:15Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:15Z", "revision_number": 0, "id": "4b3b96df-b3c8-4f86-8b12-d0885d1b5ed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:15Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "889c394a-7273-474d-a3f0-f47b87956510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "revision_number": 0, "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}], "revision_number": 4, "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "9d721164-30c4-4623-b871-d8a6a671833a", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}]} 2018-12-12 16:12:16,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-539c4940-7875-4617-b75e-3af8c15b4ef2 2018-12-12 16:12:16,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d721164-30c4-4623-b871-d8a6a671833a 2018-12-12 16:12:16,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:16,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-deb64910-29f5-4bed-9cca-a1f2bf18fd19 Date: Wed, 12 Dec 2018 16:12:16 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-12-12T16:12:15Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": 22, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:15Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "08ae934e-0e9c-4028-afb3-f91bb6ab9573"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:15Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:15Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "4b3b96df-b3c8-4f86-8b12-d0885d1b5ed3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "889c394a-7273-474d-a3f0-f47b87956510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:12:13Z", "security_group_id": "9d721164-30c4-4623-b871-d8a6a671833a", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:13Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "d4ee6613-60e5-4d3f-943b-b1395f2eb1d1"}]} 2018-12-12 16:12:16,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d721164-30c4-4623-b871-d8a6a671833a used request id req-deb64910-29f5-4bed-9cca-a1f2bf18fd19 2018-12-12 16:12:16,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:16,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:16,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:12:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["qT-1EZxvRfiMe4iFMdIbwQ"], "issued_at": "2018-12-12T16:12:16.000000Z"}} 2018-12-12 16:12:16,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:16,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f074cbe-9139-4b11-9129-2fa4fa76a38c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:16,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5f074cbe-9139-4b11-9129-2fa4fa76a38c 2018-12-12 16:12:16,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:12:16,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:16,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff7d8a3-a0cd-4543-888e-ea60e346518e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:16,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6ff7d8a3-a0cd-4543-888e-ea60e346518e 2018-12-12 16:12:16,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:17,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9eef7fd0-6bd6-4228-ba17-7f720d5c683b Date: Wed, 12 Dec 2018 16:12: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":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:17,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-9eef7fd0-6bd6-4228-ba17-7f720d5c683b 2018-12-12 16:12:17,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:12:17,225 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:12: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:12:17,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:17,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f2b946-e503-43bc-bd25-8ebb26a53406 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:17,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-11f2b946-e503-43bc-bd25-8ebb26a53406 2018-12-12 16:12:17,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:17,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b75e6083-f1e2-4bde-8aec-28c45a5ee1ac Date: Wed, 12 Dec 2018 16:12:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:17,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-b75e6083-f1e2-4bde-8aec-28c45a5ee1ac 2018-12-12 16:12:17,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:17,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-36298741-b5f8-43ec-9002-d62a5d968ea2 Date: Wed, 12 Dec 2018 16:12:17 GMT RESP BODY: {"ports":[]} 2018-12-12 16:12:17,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True used request id req-36298741-b5f8-43ec-9002-d62a5d968ea2 2018-12-12 16:12:17,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:17,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6aec433a-fe11-4186-a6dd-6942a2440004 x-compute-request-id: req-6aec433a-fe11-4186-a6dd-6942a2440004 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:12:17,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst used request id req-6aec433a-fe11-4186-a6dd-6942a2440004 2018-12-12 16:12:17,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:18,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-50055de2-6a33-4c5a-b759-1d6752b18d23 Date: Wed, 12 Dec 2018 16:12:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:18,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-50055de2-6a33-4c5a-b759-1d6752b18d23 2018-12-12 16:12:18,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:18,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e73875-f2ad-4b0b-b409-a50f849c02d3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:18,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-86e73875-f2ad-4b0b-b409-a50f849c02d3 2018-12-12 16:12:18,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:18,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-99acdc0f-deb0-45e1-9386-2f78afc2e990 Date: Wed, 12 Dec 2018 16:12:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:18,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-99acdc0f-deb0-45e1-9386-2f78afc2e990 2018-12-12 16:12:18,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:18,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b8472b70-fc68-447a-b08f-6db1fd0127d6 Date: Wed, 12 Dec 2018 16:12:18 GMT RESP BODY: {"ports":[]} 2018-12-12 16:12:18,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True used request id req-b8472b70-fc68-447a-b08f-6db1fd0127d6 2018-12-12 16:12:18,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:18,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:19,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["cHV_A4bYQrKCVOrdkVL2RA"], "issued_at": "2018-12-12T16:12:19.000000Z"}} 2018-12-12 16:12:19,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1f28524f5a77cc10a3a494c9aed794698ae0562" 2018-12-12 16:12:19,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7e36a4e-2779-4e5f-a87d-c26acc1f30e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:19,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c7e36a4e-2779-4e5f-a87d-c26acc1f30e7 2018-12-12 16:12:19,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:19,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-07ad7813-5d9a-409f-bacd-fe51b4b7edd1 Date: Wed, 12 Dec 2018 16:12: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":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:19,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-07ad7813-5d9a-409f-bacd-fe51b4b7edd1 2018-12-12 16:12:19,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:19,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8fa7fad8-4e1c-4a45-92bb-9297e3ccf2c4 Date: Wed, 12 Dec 2018 16:12:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:19,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-8fa7fad8-4e1c-4a45-92bb-9297e3ccf2c4 2018-12-12 16:12:19,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:20,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b887baaa-1e58-4d17-8d5c-4fab00d63042 Date: Wed, 12 Dec 2018 16:12: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":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:20,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-b887baaa-1e58-4d17-8d5c-4fab00d63042 2018-12-12 16:12:20,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:12:20,180 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:12: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:12:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1f28524f5a77cc10a3a494c9aed794698ae0562" 2018-12-12 16:12:20,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c75f2846-10d7-42bb-b36a-bace4432370c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:20,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-c75f2846-10d7-42bb-b36a-bace4432370c 2018-12-12 16:12:20,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:20,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ea288209-2221-4afe-8ab2-1344ed695e75 Date: Wed, 12 Dec 2018 16:12:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:20,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-ea288209-2221-4afe-8ab2-1344ed695e75 2018-12-12 16:12:20,474 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net 2018-12-12 16:12:20,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" -d '{"port": {"network_id": "77da78e8-f5f9-417c-85f7-9042dacd943a", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1", "admin_state_up": true}}' 2018-12-12 16:12:21,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-1ffd0284-a6dd-4790-8993-9e6b3e9f4bde Date: Wed, 12 Dec 2018 16:12:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b"],"mac_address":"fa:16:3e:4a:86:6f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","project_id":"2f8992404f694e4a82a351ff8b477fa4","qos_policy_id":null,"admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal"}} 2018-12-12 16:12:21,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-1ffd0284-a6dd-4790-8993-9e6b3e9f4bde 2018-12-12 16:12:21,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:21,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0f397623-f147-49ce-94d6-b910a4672a31 Date: Wed, 12 Dec 2018 16:12: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":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:21,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-0f397623-f147-49ce-94d6-b910a4672a31 2018-12-12 16:12:21,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:21,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85392802-2cef-4ce5-88a0-f573eb5a5ad3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:21,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-85392802-2cef-4ce5-88a0-f573eb5a5ad3 2018-12-12 16:12:21,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:21,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b9175161-f2b1-4e7e-a02d-55bdeb870f6b Date: Wed, 12 Dec 2018 16:12:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:21,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-b9175161-f2b1-4e7e-a02d-55bdeb870f6b 2018-12-12 16:12:21,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:22,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-b826f872-3dce-4b8a-af89-e32a9931689c Date: Wed, 12 Dec 2018 16:12:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:12:22,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True used request id req-b826f872-3dce-4b8a-af89-e32a9931689c 2018-12-12 16:12:22,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:22,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a96d106-566e-4823-b87d-0ac767fdf268 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:22,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-9a96d106-566e-4823-b87d-0ac767fdf268 2018-12-12 16:12:22,158 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst 2018-12-12 16:12:22,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:22,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc71e004-35d2-445e-b495-d8c954a46cf6 x-compute-request-id: req-dc71e004-35d2-445e-b495-d8c954a46cf6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-flavor-name"}]} 2018-12-12 16:12:22,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-dc71e004-35d2-445e-b495-d8c954a46cf6 2018-12-12 16:12:22,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:22,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af3bbc93-8bee-4243-8cfb-7a004ffaf9b7 x-compute-request-id: req-af3bbc93-8bee-4243-8cfb-7a004ffaf9b7 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:12:22,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d used request id req-af3bbc93-8bee-4243-8cfb-7a004ffaf9b7 2018-12-12 16:12:22,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:22,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-3ef36066-b4f0-4afc-b334-e3098d1a10c6 Date: Wed, 12 Dec 2018 16:12:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:11:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:11:57Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a7393214-619d-4727-913a-43aa32f3cb75/snap", "metadata": {}}], "self": "/v2/images/a7393214-619d-4727-913a-43aa32f3cb75", "min_disk": 0, "protected": false, "id": "a7393214-619d-4727-913a-43aa32f3cb75", "file": "/v2/images/a7393214-619d-4727-913a-43aa32f3cb75/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2f8992404f694e4a82a351ff8b477fa4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/a7393214-619d-4727-913a-43aa32f3cb75/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image"} 2018-12-12 16:12:22,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image used request id req-3ef36066-b4f0-4afc-b334-e3098d1a10c6 2018-12-12 16:12:22,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:22,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-49408c60-9e65-4983-a7d4-8718a14f71dc Date: Wed, 12 Dec 2018 16:12:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:12:22,558 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-49408c60-9e65-4983-a7d4-8718a14f71dc 2018-12-12 16:12:22,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "imageRef": "a7393214-619d-4727-913a-43aa32f3cb75", "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "flavorRef": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "max_count": 1, "min_count": 1, "networks": [{"port": "d0930135-16f4-485a-804e-9bdcc0d0e51d"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}]}}' 2018-12-12 16:12:24,236 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:12:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c3b3e0b-bc22-4e0e-a5d6-9a69e996a871 x-compute-request-id: req-5c3b3e0b-bc22-4e0e-a5d6-9a69e996a871 Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "adminPass": "Lot3cuDoYUdY"}} 2018-12-12 16:12:24,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-5c3b3e0b-bc22-4e0e-a5d6-9a69e996a871 2018-12-12 16:12:24,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:24,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-0707d81a-3917-4705-9aa3-a8fd38157506 x-compute-request-id: req-0707d81a-3917-4705-9aa3-a8fd38157506 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.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:12:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:24,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-0707d81a-3917-4705-9aa3-a8fd38157506 2018-12-12 16:12:24,460 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst 2018-12-12 16:12:24,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:24,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-36283121-a8b5-4d84-8df4-14a6b2c09a4f x-compute-request-id: req-36283121-a8b5-4d84-8df4-14a6b2c09a4f 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.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:12:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:24,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-36283121-a8b5-4d84-8df4-14a6b2c09a4f 2018-12-12 16:12:24,831 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - BUILD 2018-12-12 16:12:24,832 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:12:27,835 - create_instance - DEBUG - VM status query timeout in 896.625697851 2018-12-12 16:12:27,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:28,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-dfdc4dff-f226-4a34-bdb1-b63982ed9922 x-compute-request-id: req-dfdc4dff-f226-4a34-bdb1-b63982ed9922 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.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:12:25Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:28,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-dfdc4dff-f226-4a34-bdb1-b63982ed9922 2018-12-12 16:12:28,329 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - BUILD 2018-12-12 16:12:28,330 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:12:31,333 - create_instance - DEBUG - VM status query timeout in 893.127738953 2018-12-12 16:12:31,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:32,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-dce9ac39-f8b7-4988-87ee-c0a7e862d56e x-compute-request-id: req-dce9ac39-f8b7-4988-87ee-c0a7e862d56e Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:32,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-dce9ac39-f8b7-4988-87ee-c0a7e862d56e 2018-12-12 16:12:32,249 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - ACTIVE 2018-12-12 16:12:32,249 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:12:32,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:32,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2fcfa20-1c79-4f2d-a3ec-07bb771a56e1 x-compute-request-id: req-d2fcfa20-1c79-4f2d-a3ec-07bb771a56e1 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:32,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-d2fcfa20-1c79-4f2d-a3ec-07bb771a56e1 2018-12-12 16:12:32,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:32,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c3c23559-aaa3-4364-8408-80d6d7000dd1 Date: Wed, 12 Dec 2018 16:12: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":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:32,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-c3c23559-aaa3-4364-8408-80d6d7000dd1 2018-12-12 16:12:32,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:33,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42df3f66-1b06-43cd-a4fa-22f12499f98e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:33,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-42df3f66-1b06-43cd-a4fa-22f12499f98e 2018-12-12 16:12:33,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:33,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bb864f53-d802-48cd-9c69-07365ac3c9f8 Date: Wed, 12 Dec 2018 16:12:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:33,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-bb864f53-d802-48cd-9c69-07365ac3c9f8 2018-12-12 16:12:33,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:33,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-6a58ca41-3ee5-4710-a47d-942284a75389 Date: Wed, 12 Dec 2018 16:12:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.2"}],"id":"1358b280-979c-48e8-8c81-c1e3c95f964d","security_groups":[],"mac_address":"fa:16:3e:2d:93:3d","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.3"}],"id":"729e2c92-e283-4301-b152-73156cf337b6","security_groups":[],"mac_address":"fa:16:3e:7c:01:07","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.4"}],"id":"bde63145-e01d-49ec-999a-6b8e691a5bd5","security_groups":[],"mac_address":"fa:16:3e:c0:3c:2b","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:33,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-6a58ca41-3ee5-4710-a47d-942284a75389 2018-12-12 16:12:33,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:33,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16a3fc19-9114-42a7-a6bb-0234da9b4a6d x-compute-request-id: req-16a3fc19-9114-42a7-a6bb-0234da9b4a6d Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:33,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-16a3fc19-9114-42a7-a6bb-0234da9b4a6d 2018-12-12 16:12:33,966 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - ACTIVE 2018-12-12 16:12:33,966 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:12:33,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:34,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3f54977-efa8-40f6-b2cd-9f26cf5e448a x-compute-request-id: req-f3f54977-efa8-40f6-b2cd-9f26cf5e448a Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:34,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-f3f54977-efa8-40f6-b2cd-9f26cf5e448a 2018-12-12 16:12:34,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:34,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f2f1807d-d1ed-4eb6-a206-6abce208c5e3 Date: Wed, 12 Dec 2018 16:12:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:34,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-f2f1807d-d1ed-4eb6-a206-6abce208c5e3 2018-12-12 16:12:34,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:34,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6970a49f-253b-48d3-81cf-87c37b783749 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:34,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-6970a49f-253b-48d3-81cf-87c37b783749 2018-12-12 16:12:34,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:34,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6585040c-6f3f-48d8-8e70-dc7ffb928da0 Date: Wed, 12 Dec 2018 16:12:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:34,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-6585040c-6f3f-48d8-8e70-dc7ffb928da0 2018-12-12 16:12:34,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:35,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-585c9260-0692-49f6-91bc-8f4ba13d0c8d Date: Wed, 12 Dec 2018 16:12:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.2"}],"id":"1358b280-979c-48e8-8c81-c1e3c95f964d","security_groups":[],"mac_address":"fa:16:3e:2d:93:3d","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.3"}],"id":"729e2c92-e283-4301-b152-73156cf337b6","security_groups":[],"mac_address":"fa:16:3e:7c:01:07","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.4"}],"id":"bde63145-e01d-49ec-999a-6b8e691a5bd5","security_groups":[],"mac_address":"fa:16:3e:c0:3c:2b","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:35,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-585c9260-0692-49f6-91bc-8f4ba13d0c8d 2018-12-12 16:12:35,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}}' 2018-12-12 16:12:36,421 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:12: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-00e32b84-d23a-4eed-b460-781c243a6450 x-compute-request-id: req-00e32b84-d23a-4eed-b460-781c243a6450 Content-Length: 0 Content-Type: application/json 2018-12-12 16:12:36,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42/action used request id req-00e32b84-d23a-4eed-b460-781c243a6450 2018-12-12 16:12:36,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:36,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66262bf8-7051-4eb8-9d93-58e7edfa3591 x-compute-request-id: req-66262bf8-7051-4eb8-9d93-58e7edfa3591 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:36,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-66262bf8-7051-4eb8-9d93-58e7edfa3591 2018-12-12 16:12:36,778 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - ACTIVE 2018-12-12 16:12:36,778 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:12:36,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:37,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2eba0798-347d-4cc6-baff-a806e324251e x-compute-request-id: req-2eba0798-347d-4cc6-baff-a806e324251e Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:37,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-2eba0798-347d-4cc6-baff-a806e324251e 2018-12-12 16:12:37,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:37,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-216e23f7-ed96-41f7-bdae-b5770e761b95 Date: Wed, 12 Dec 2018 16:12:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:37,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-216e23f7-ed96-41f7-bdae-b5770e761b95 2018-12-12 16:12:37,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:37,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0fc9ea7-ab37-4e82-841e-93b328312493 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:37,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-a0fc9ea7-ab37-4e82-841e-93b328312493 2018-12-12 16:12:37,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:37,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-710daf26-9b98-41e4-aeb3-f6eda129f4b4 Date: Wed, 12 Dec 2018 16:12:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:37,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-710daf26-9b98-41e4-aeb3-f6eda129f4b4 2018-12-12 16:12:37,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:37,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-765575a0-c981-4efd-9d70-873280e60533 Date: Wed, 12 Dec 2018 16:12:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.2"}],"id":"1358b280-979c-48e8-8c81-c1e3c95f964d","security_groups":[],"mac_address":"fa:16:3e:2d:93:3d","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.3"}],"id":"729e2c92-e283-4301-b152-73156cf337b6","security_groups":[],"mac_address":"fa:16:3e:7c:01:07","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.4"}],"id":"bde63145-e01d-49ec-999a-6b8e691a5bd5","security_groups":[],"mac_address":"fa:16:3e:c0:3c:2b","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b","9d721164-30c4-4623-b871-d8a6a671833a"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:37,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-765575a0-c981-4efd-9d70-873280e60533 2018-12-12 16:12:37,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:37,669 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:12:37,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:38,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:12:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["toYgSCDVR8mH-RDo2A6Cfw"], "issued_at": "2018-12-12T16:12:38.000000Z"}} 2018-12-12 16:12:38,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:38,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d2fc80c-fcfb-4b9f-a663-3e9030814f1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:38,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5d2fc80c-fcfb-4b9f-a663-3e9030814f1e 2018-12-12 16:12:38,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:38,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-9ea55520-f9e2-471f-84e5-e8bd94d39038 x-compute-request-id: req-9ea55520-f9e2-471f-84e5-e8bd94d39038 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:12:38,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d used request id req-9ea55520-f9e2-471f-84e5-e8bd94d39038 2018-12-12 16:12:38,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:38,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-65ff1959-8267-4dd1-958c-7cbaae91c828 Date: Wed, 12 Dec 2018 16:12:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","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":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}} 2018-12-12 16:12:38,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b used request id req-65ff1959-8267-4dd1-958c-7cbaae91c828 2018-12-12 16:12:38,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:38,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c7976009-26a1-45d9-a270-f5f43f442177 Date: Wed, 12 Dec 2018 16:12:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:38,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-c7976009-26a1-45d9-a270-f5f43f442177 2018-12-12 16:12:38,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:38,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-612b578f-7d4a-46bc-ae42-6037ad63674b Date: Wed, 12 Dec 2018 16:12:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:38,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-612b578f-7d4a-46bc-ae42-6037ad63674b 2018-12-12 16:12:38,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:39,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6c6944ac-d17d-44c7-9eae-2c6605b5cab8 Date: Wed, 12 Dec 2018 16:12:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:39,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-6c6944ac-d17d-44c7-9eae-2c6605b5cab8 2018-12-12 16:12:39,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:12:39,101 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:12: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:12:39,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:39,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1867b20c-f204-419e-9646-2efd01d5293d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:39,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-1867b20c-f204-419e-9646-2efd01d5293d 2018-12-12 16:12:39,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:39,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-103ecda7-4986-49bc-9a9b-80f676527a34 Date: Wed, 12 Dec 2018 16:12:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:39,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-103ecda7-4986-49bc-9a9b-80f676527a34 2018-12-12 16:12:39,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&mac_address=fa%3A16%3A3e%3A4a%3A86%3A6f&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:39,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-bd46342f-cbcb-4dac-ab35-c61b6e12cb00 Date: Wed, 12 Dec 2018 16:12:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b","9d721164-30c4-4623-b871-d8a6a671833a"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:39,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&mac_address=fa%3A16%3A3e%3A4a%3A86%3A6f&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True used request id req-bd46342f-cbcb-4dac-ab35-c61b6e12cb00 2018-12-12 16:12:39,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:39,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567078d8-e5e3-4492-b60c-7d092c95b0b4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:39,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-567078d8-e5e3-4492-b60c-7d092c95b0b4 2018-12-12 16:12:39,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:39,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-44f305b2-2cde-48b8-aac8-31246009cea1 Date: Wed, 12 Dec 2018 16:12:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:39,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-44f305b2-2cde-48b8-aac8-31246009cea1 2018-12-12 16:12:39,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:39,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-67ffc566-c71f-48a2-8f2b-95fced41d95d Date: Wed, 12 Dec 2018 16:12:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:39,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-67ffc566-c71f-48a2-8f2b-95fced41d95d 2018-12-12 16:12:39,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:40,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-be6f9b61-1043-4bbb-a77a-01a2efaddbf8 Date: Wed, 12 Dec 2018 16:12:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.2"}],"id":"1358b280-979c-48e8-8c81-c1e3c95f964d","security_groups":[],"mac_address":"fa:16:3e:2d:93:3d","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.3"}],"id":"729e2c92-e283-4301-b152-73156cf337b6","security_groups":[],"mac_address":"fa:16:3e:7c:01:07","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.4"}],"id":"bde63145-e01d-49ec-999a-6b8e691a5bd5","security_groups":[],"mac_address":"fa:16:3e:c0:3c:2b","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b","9d721164-30c4-4623-b871-d8a6a671833a"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:40,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-be6f9b61-1043-4bbb-a77a-01a2efaddbf8 2018-12-12 16:12:40,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b630b47e0b5f4be4d972b9df6afc8f6dc9f24a" 2018-12-12 16:12:40,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a0d8fdf9-acce-4f76-a240-7dbacb60da2f Date: Wed, 12 Dec 2018 16:12:40 GMT RESP BODY: {"floatingips": []} 2018-12-12 16:12:40,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-a0d8fdf9-acce-4f76-a240-7dbacb60da2f 2018-12-12 16:12:40,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:12:40,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:12:40,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "146e5a0ae0304931860b538311cbfa80", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role"}], "expires_at": "2018-12-12T17:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f8992404f694e4a82a351ff8b477fa4", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2f8992404f694e4a82a351ff8b477fa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user", "id": "7050281f73194c438c5d7245fa48fc3f"}, "audit_ids": ["3QIianlLQqeFLN7x95hCOg"], "issued_at": "2018-12-12T16:12:40.000000Z"}} 2018-12-12 16:12:40,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:40,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b176119-9ce8-44f0-bc74-54c584f99805 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:40,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7b176119-9ce8-44f0-bc74-54c584f99805 2018-12-12 16:12:40,726 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:12:40,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:40,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e941ba01-82ff-4517-96e5-9f12b9c856a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:12:40,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e941ba01-82ff-4517-96e5-9f12b9c856a3 2018-12-12 16:12:40,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:41,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fc905f0d-9b69-4bd7-b927-2c9ea5ee45cd Date: Wed, 12 Dec 2018 16:12:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:41,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-fc905f0d-9b69-4bd7-b927-2c9ea5ee45cd 2018-12-12 16:12:41,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:12:41,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:12:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:12:41,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:41,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae27506-5f38-418d-8e40-d3843e11a613 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:41,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-6ae27506-5f38-418d-8e40-d3843e11a613 2018-12-12 16:12:41,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:41,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f423331b-b39a-454c-9a2e-7e13c78b2386 Date: Wed, 12 Dec 2018 16:12:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:41,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-f423331b-b39a-454c-9a2e-7e13c78b2386 2018-12-12 16:12:41,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&mac_address=fa%3A16%3A3e%3A4a%3A86%3A6f&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:41,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-3eaa22ef-6a53-4b6b-9a2a-f0f4d3f53d35 Date: Wed, 12 Dec 2018 16:12:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b","9d721164-30c4-4623-b871-d8a6a671833a"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:41,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a&mac_address=fa%3A16%3A3e%3A4a%3A86%3A6f&name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1&admin_state_up=True used request id req-3eaa22ef-6a53-4b6b-9a2a-f0f4d3f53d35 2018-12-12 16:12:41,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:41,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1932ad22-8317-4944-81a8-d8464358a161 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:41,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-1932ad22-8317-4944-81a8-d8464358a161 2018-12-12 16:12:41,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:42,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be38f45a-16db-43bb-9e13-b5967dbe5049 x-compute-request-id: req-be38f45a-16db-43bb-9e13-b5967dbe5049 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:12:42,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst used request id req-be38f45a-16db-43bb-9e13-b5967dbe5049 2018-12-12 16:12:42,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:42,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-813cd324-6c80-4722-90d7-97255b960b8e Date: Wed, 12 Dec 2018 16:12:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:42,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-813cd324-6c80-4722-90d7-97255b960b8e 2018-12-12 16:12:42,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:42,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8d7bf68c-d146-4213-a776-535045f12278 Date: Wed, 12 Dec 2018 16:12:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:42,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-8d7bf68c-d146-4213-a776-535045f12278 2018-12-12 16:12:42,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:42,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-3b0e5477-37ab-4e8d-867b-21a809bdecfb Date: Wed, 12 Dec 2018 16:12:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.2"}],"id":"1358b280-979c-48e8-8c81-c1e3c95f964d","security_groups":[],"mac_address":"fa:16:3e:2d:93:3d","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.3"}],"id":"729e2c92-e283-4301-b152-73156cf337b6","security_groups":[],"mac_address":"fa:16:3e:7c:01:07","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.4"}],"id":"bde63145-e01d-49ec-999a-6b8e691a5bd5","security_groups":[],"mac_address":"fa:16:3e:c0:3c:2b","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b","9d721164-30c4-4623-b871-d8a6a671833a"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:42,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-3b0e5477-37ab-4e8d-867b-21a809bdecfb 2018-12-12 16:12:42,984 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst 2018-12-12 16:12:42,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:43,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-41803d72-e877-414b-be59-196d559a99eb Date: Wed, 12 Dec 2018 16:12:43 GMT RESP BODY: {"floatingips": []} 2018-12-12 16:12:43,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-41803d72-e877-414b-be59-196d559a99eb 2018-12-12 16:12:43,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:43,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-781082a5-c054-4a79-94ae-a6aa9546af0f Date: Wed, 12 Dec 2018 16:12:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:03Z", "admin_state_up": true, "updated_at": "2018-12-12T16:12:09Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "4a1bd2bc-70e7-4f91-9d3f-4a619808037c", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router"}]} 2018-12-12 16:12:43,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router used request id req-781082a5-c054-4a79-94ae-a6aa9546af0f 2018-12-12 16:12:43,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:43,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-814740e8-450b-499a-81c1-860a8806bf08 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:43,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-814740e8-450b-499a-81c1-860a8806bf08 2018-12-12 16:12:43,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4a1bd2bc-70e7-4f91-9d3f-4a619808037c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:43,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-31ec06e9-584d-4ee9-a782-c91810dc0998 Date: Wed, 12 Dec 2018 16:12:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"}]} 2018-12-12 16:12:43,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4a1bd2bc-70e7-4f91-9d3f-4a619808037c used request id req-31ec06e9-584d-4ee9-a782-c91810dc0998 2018-12-12 16:12:43,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:43,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7acc8d0d-ffe3-4001-a942-e88f4f05cf1a Date: Wed, 12 Dec 2018 16:12:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","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":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}} 2018-12-12 16:12:43,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b used request id req-7acc8d0d-ffe3-4001-a942-e88f4f05cf1a 2018-12-12 16:12:43,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:43,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-656a6efc-c1ec-4495-a81d-83b19342d117 Date: Wed, 12 Dec 2018 16:12:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:12:43,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-656a6efc-c1ec-4495-a81d-83b19342d117 2018-12-12 16:12:43,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:44,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-266e5765-7498-4bfc-9331-a627ef60add8 Date: Wed, 12 Dec 2018 16:12:44 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:12:44,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-266e5765-7498-4bfc-9331-a627ef60add8 2018-12-12 16:12:44,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:44,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71aa0bdd-e3f1-453a-a624-714fa40f4b8b x-compute-request-id: req-71aa0bdd-e3f1-453a-a624-714fa40f4b8b Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:44,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-71aa0bdd-e3f1-453a-a624-714fa40f4b8b 2018-12-12 16:12:44,650 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - ACTIVE 2018-12-12 16:12:44,650 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:12:44,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:45,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74321d42-9373-492e-97f3-bd1ea554a8cf x-compute-request-id: req-74321d42-9373-492e-97f3-bd1ea554a8cf Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:45,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-74321d42-9373-492e-97f3-bd1ea554a8cf 2018-12-12 16:12:45,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:45,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3f504d8a-d32c-4256-b031-752b56d7e73b Date: Wed, 12 Dec 2018 16:12:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:45,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-3f504d8a-d32c-4256-b031-752b56d7e73b 2018-12-12 16:12:45,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:45,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d85c119-4e33-4870-b27e-ab94188ce99d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:45,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-1d85c119-4e33-4870-b27e-ab94188ce99d 2018-12-12 16:12:45,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:45,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-006608ee-86a8-41e2-9310-f05a17aa5379 Date: Wed, 12 Dec 2018 16:12:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:45,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-006608ee-86a8-41e2-9310-f05a17aa5379 2018-12-12 16:12:45,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:45,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-9abc3e19-d21c-4392-b985-c90dafb53e0d Date: Wed, 12 Dec 2018 16:12:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.2"}],"id":"1358b280-979c-48e8-8c81-c1e3c95f964d","security_groups":[],"mac_address":"fa:16:3e:2d:93:3d","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.3"}],"id":"729e2c92-e283-4301-b152-73156cf337b6","security_groups":[],"mac_address":"fa:16:3e:7c:01:07","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.4"}],"id":"bde63145-e01d-49ec-999a-6b8e691a5bd5","security_groups":[],"mac_address":"fa:16:3e:c0:3c:2b","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b","9d721164-30c4-4623-b871-d8a6a671833a"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:45,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-9abc3e19-d21c-4392-b985-c90dafb53e0d 2018-12-12 16:12:45,625 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:12:45,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:45,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7318d34d-5704-4019-9116-e68f91c2394a Date: Wed, 12 Dec 2018 16:12:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:12:45,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-7318d34d-5704-4019-9116-e68f91c2394a 2018-12-12 16:12:45,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:45,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-25b16740-4e69-4d06-94ca-099ed4c13b5c Date: Wed, 12 Dec 2018 16:12:45 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:12:45,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-25b16740-4e69-4d06-94ca-099ed4c13b5c 2018-12-12 16:12:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "d0930135-16f4-485a-804e-9bdcc0d0e51d"}}' 2018-12-12 16:12:47,702 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-f96e32ca-6a66-4562-b1e5-cdd5446949c3 Date: Wed, 12 Dec 2018 16:12:47 GMT RESP BODY: {"floatingip": {"router_id": "4a1bd2bc-70e7-4f91-9d3f-4a619808037c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:12:46Z", "updated_at": "2018-12-12T16:12:46Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "2f8992404f694e4a82a351ff8b477fa4", "port_id": "d0930135-16f4-485a-804e-9bdcc0d0e51d", "id": "d091a3c2-708a-44ee-be47-76ae8eb9d1b4"}} 2018-12-12 16:12:47,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-f96e32ca-6a66-4562-b1e5-cdd5446949c3 2018-12-12 16:12:47,703 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router 2018-12-12 16:12:47,703 - create_instance - INFO - Checking if VM is active 2018-12-12 16:12:47,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:48,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b47a345e-4a82-4ba4-a7fd-6c77b01499c1 x-compute-request-id: req-b47a345e-4a82-4ba4-a7fd-6c77b01499c1 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:48,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-b47a345e-4a82-4ba4-a7fd-6c77b01499c1 2018-12-12 16:12:48,201 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - ACTIVE 2018-12-12 16:12:48,201 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:12:48,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:48,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd179524-0a30-47f8-af50-39807cd1901a x-compute-request-id: req-bd179524-0a30-47f8-af50-39807cd1901a Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp"}], "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:29Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:48,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-bd179524-0a30-47f8-af50-39807cd1901a 2018-12-12 16:12:48,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:48,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c13f92bb-7366-4c8f-9c4d-832e15bfb9c7 Date: Wed, 12 Dec 2018 16:12:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"],"updated_at":"2018-12-12T16:12:00Z","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:11:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"77da78e8-f5f9-417c-85f7-9042dacd943a","name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net"}]} 2018-12-12 16:12:48,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net used request id req-c13f92bb-7366-4c8f-9c4d-832e15bfb9c7 2018-12-12 16:12:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:49,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-835a9bc1-9ad6-4022-9d61-1b9a67254aff Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:12:49,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-835a9bc1-9ad6-4022-9d61-1b9a67254aff 2018-12-12 16:12:49,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:49,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2cf10564-15a2-48a2-bd92-0154c79d1851 Date: Wed, 12 Dec 2018 16:12:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","dns_nameservers":[],"updated_at":"2018-12-12T16:12:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f8992404f694e4a82a351ff8b477fa4","id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet"}]} 2018-12-12 16:12:49,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-2cf10564-15a2-48a2-bd92-0154c79d1851 2018-12-12 16:12:49,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:49,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-46753a3e-c16c-41bf-b261-37f75de652bf Date: Wed, 12 Dec 2018 16:12:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.1"}],"id":"0744551d-2b93-4ca3-8909-f528eb96f9d0","security_groups":[],"mac_address":"fa:16:3e:8a:67:8c","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:08Z","binding:vnic_type":"normal","device_id":"4a1bd2bc-70e7-4f91-9d3f-4a619808037c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.2"}],"id":"1358b280-979c-48e8-8c81-c1e3c95f964d","security_groups":[],"mac_address":"fa:16:3e:2d:93:3d","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.3"}],"id":"729e2c92-e283-4301-b152-73156cf337b6","security_groups":[],"mac_address":"fa:16:3e:7c:01:07","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.4"}],"id":"bde63145-e01d-49ec-999a-6b8e691a5bd5","security_groups":[],"mac_address":"fa:16:3e:c0:3c:2b","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77da78e8-f5f9-417c-85f7-9042dacd943a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:12:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b","ip_address":"10.55.1.6"}],"id":"d0930135-16f4-485a-804e-9bdcc0d0e51d","security_groups":["753e6ee5-ed91-43b0-8a61-21ecd080544b","9d721164-30c4-4623-b871-d8a6a671833a"],"mac_address":"fa:16:3e:4a:86:6f","project_id":"2f8992404f694e4a82a351ff8b477fa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1","admin_state_up":true,"network_id":"77da78e8-f5f9-417c-85f7-9042dacd943a","tenant_id":"2f8992404f694e4a82a351ff8b477fa4","created_at":"2018-12-12T16:12:20Z","binding:vnic_type":"normal","device_id":"38157ade-a2a9-4586-a953-e27adcdedd42"}]} 2018-12-12 16:12:49,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-46753a3e-c16c-41bf-b261-37f75de652bf 2018-12-12 16:12:49,320 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:12:49,323 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6b0c690L 2018-12-12 16:12:49,324 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:12:49,324 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:12:49,324 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:12:49,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-12-12 16:12:49,326 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:12:49,326 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:12:49,326 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:12:49,327 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:12:49,327 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:12:49,344 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:12:49,344 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:12:49,356 - paramiko.transport - DEBUG - Trying key 6b9fd742260a4647cf47c2f7ae89c789 from tmp/CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478 2018-12-12 16:12:49,382 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:12:49,385 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:12:49,486 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:12:49,502 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:12:49,502 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:12:49,504 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6b0cad0L 2018-12-12 16:12:49,504 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:12:49,504 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:12:49,505 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:12:49,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-12-12 16:12:49,506 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:12:49,506 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:12:49,506 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:12:49,506 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:12:49,506 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:12:49,523 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:12:49,524 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:12:49,536 - paramiko.transport - DEBUG - Trying key 6b9fd742260a4647cf47c2f7ae89c789 from tmp/CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478 2018-12-12 16:12:49,562 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:12:49,565 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:12:49,569 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:12:49,570 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:12:49,570 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:12:49,571 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:12:49,573 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:12:49,574 - create_instance - INFO - Deleting Port with ID - d0930135-16f4-485a-804e-9bdcc0d0e51d 2018-12-12 16:12:49,574 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1 2018-12-12 16:12:49,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/d0930135-16f4-485a-804e-9bdcc0d0e51d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:50,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c0913d3e-e6c1-422c-b78e-38b6b6fd385e Date: Wed, 12 Dec 2018 16:12:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:12:50,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/d0930135-16f4-485a-804e-9bdcc0d0e51d used request id req-c0913d3e-e6c1-422c-b78e-38b6b6fd385e 2018-12-12 16:12:50,521 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst 2018-12-12 16:12:50,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:50,691 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:12: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-b9cabdda-e9bc-4279-8cd9-add18088923a x-compute-request-id: req-b9cabdda-e9bc-4279-8cd9-add18088923a Content-Type: application/json 2018-12-12 16:12:50,691 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-b9cabdda-e9bc-4279-8cd9-add18088923a 2018-12-12 16:12:50,692 - create_instance - INFO - Checking deletion status 2018-12-12 16:12:50,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:51,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-b247391b-02e2-49f5-8251-0b1e1ae87b5c x-compute-request-id: req-b247391b-02e2-49f5-8251-0b1e1ae87b5c Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:86:6f", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:50Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:51,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-b247391b-02e2-49f5-8251-0b1e1ae87b5c 2018-12-12 16:12:51,002 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - ACTIVE 2018-12-12 16:12:51,002 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:12:54,006 - create_instance - DEBUG - VM status query timeout in 296.686291933 2018-12-12 16:12:54,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:54,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:12: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-6452f017-c243-4342-88aa-75769b62063a x-compute-request-id: req-6452f017-c243-4342-88aa-75769b62063a 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.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/38157ade-a2a9-4586-a953-e27adcdedd42", "rel": "bookmark"}], "image": {"id": "a7393214-619d-4727-913a-43aa32f3cb75", "links": [{"href": "http://172.30.9.29:8774/images/a7393214-619d-4727-913a-43aa32f3cb75", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:12:28.000000", "flavor": {"id": "4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "links": [{"href": "http://172.30.9.29:8774/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d", "rel": "bookmark"}]}, "id": "38157ade-a2a9-4586-a953-e27adcdedd42", "user_id": "7050281f73194c438c5d7245fa48fc3f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:12:50Z", "hostId": "1683c539189b5619303550a885a5e9f9360584863d988e66f3446972", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp", "name": "CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst", "created": "2018-12-12T16:12:24Z", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:12:54,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-6452f017-c243-4342-88aa-75769b62063a 2018-12-12 16:12:54,568 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst] is - ACTIVE 2018-12-12 16:12:54,568 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:12:57,571 - create_instance - DEBUG - VM status query timeout in 293.121114016 2018-12-12 16:12:57,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963c7f689209b9b3eaa50e0915b71ff98102b185" 2018-12-12 16:12:57,618 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:12: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-3095a3c4-5f0c-47be-ad26-d2c1d16162b6 x-compute-request-id: req-3095a3c4-5f0c-47be-ad26-d2c1d16162b6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 38157ade-a2a9-4586-a953-e27adcdedd42 could not be found.", "code": 404}} 2018-12-12 16:12:57,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/38157ade-a2a9-4586-a953-e27adcdedd42 used request id req-3095a3c4-5f0c-47be-ad26-d2c1d16162b6 2018-12-12 16:12:57,619 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 38157ade-a2a9-4586-a953-e27adcdedd42 could not be found. (HTTP 404) (Request-ID: req-3095a3c4-5f0c-47be-ad26-d2c1d16162b6) 2018-12-12 16:12:57,619 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-inst 2018-12-12 16:12:57,620 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-12-12 16:12:57,620 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-12-12 16:12:57,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/d091a3c2-708a-44ee-be47-76ae8eb9d1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:58,063 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bbeeb923-2d68-4516-b9c4-31d7d2f88953 Content-Length: 0 Date: Wed, 12 Dec 2018 16:12:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:12:58,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/d091a3c2-708a-44ee-be47-76ae8eb9d1b4 used request id req-bbeeb923-2d68-4516-b9c4-31d7d2f88953 2018-12-12 16:12:58,064 - create_instance - INFO - Deleting Port with ID - d0930135-16f4-485a-804e-9bdcc0d0e51d 2018-12-12 16:12:58,064 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478port-1 2018-12-12 16:12:58,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/d0930135-16f4-485a-804e-9bdcc0d0e51d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ee0c1aed165b504a9131e30697bdf8874c8c49" 2018-12-12 16:12:58,257 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-bd4b6531-de5b-4a6f-8f10-661f869c4fbb Date: Wed, 12 Dec 2018 16:12:58 GMT RESP BODY: {"NeutronError": {"message": "Port d0930135-16f4-485a-804e-9bdcc0d0e51d could not be found.", "type": "PortNotFound", "detail": ""}} 2018-12-12 16:12:58,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/d0930135-16f4-485a-804e-9bdcc0d0e51d used request id req-bd4b6531-de5b-4a6f-8f10-661f869c4fbb 2018-12-12 16:12:58,257 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port d0930135-16f4-485a-804e-9bdcc0d0e51d could not be found.", "type": "PortNotFound", "detail": ""}} 2018-12-12 16:12:58,258 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port d0930135-16f4-485a-804e-9bdcc0d0e51d could not be found. Neutron server returns request_ids: ['req-bd4b6531-de5b-4a6f-8f10-661f869c4fbb'] 2018-12-12 16:12:58,258 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp 2018-12-12 16:12:58,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcd9b168a23f2af155df1b51ab907058f5b4167" 2018-12-12 16:12:58,300 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:12: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-26ae4e0b-8b79-4073-bc4a-0f1d059db099 x-compute-request-id: req-26ae4e0b-8b79-4073-bc4a-0f1d059db099 Content-Length: 0 Content-Type: application/json 2018-12-12 16:12:58,300 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-kp used request id req-26ae4e0b-8b79-4073-bc4a-0f1d059db099 2018-12-12 16:12:58,301 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478.pub] 2018-12-12 16:12:58,301 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478] 2018-12-12 16:12:58,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bca8d831af041a29bc53e3ce3417e03802a299" 2018-12-12 16:12:58,350 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:12: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-5644c430-5129-4306-9390-d94fbb0157d1 x-compute-request-id: req-5644c430-5129-4306-9390-d94fbb0157d1 Content-Length: 0 Content-Type: application/json 2018-12-12 16:12:58,350 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4c7ba097-5e5a-4f1e-9d86-db9d8967522d used request id req-5644c430-5129-4306-9390-d94fbb0157d1 2018-12-12 16:12:58,351 - neutron_utils - INFO - Deleting security group rule with ID - 08ae934e-0e9c-4028-afb3-f91bb6ab9573 2018-12-12 16:12:58,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/08ae934e-0e9c-4028-afb3-f91bb6ab9573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:58,595 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa956de9-5d56-41bf-bfbf-00b4d7788f79 Content-Length: 0 Date: Wed, 12 Dec 2018 16:12:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:12:58,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/08ae934e-0e9c-4028-afb3-f91bb6ab9573 used request id req-aa956de9-5d56-41bf-bfbf-00b4d7788f79 2018-12-12 16:12:58,596 - neutron_utils - INFO - Deleting security group rule with ID - d4ee6613-60e5-4d3f-943b-b1395f2eb1d1 2018-12-12 16:12:58,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d4ee6613-60e5-4d3f-943b-b1395f2eb1d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:59,121 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d2a9731-a484-4f74-9617-757309fc747c Content-Length: 0 Date: Wed, 12 Dec 2018 16:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:12:59,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d4ee6613-60e5-4d3f-943b-b1395f2eb1d1 used request id req-6d2a9731-a484-4f74-9617-757309fc747c 2018-12-12 16:12:59,122 - neutron_utils - INFO - Deleting security group rule with ID - 889c394a-7273-474d-a3f0-f47b87956510 2018-12-12 16:12:59,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/889c394a-7273-474d-a3f0-f47b87956510 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:59,384 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a023c78-c1b7-411c-a6e6-eaeee309c75c Content-Length: 0 Date: Wed, 12 Dec 2018 16:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:12:59,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/889c394a-7273-474d-a3f0-f47b87956510 used request id req-5a023c78-c1b7-411c-a6e6-eaeee309c75c 2018-12-12 16:12:59,385 - neutron_utils - INFO - Deleting security group rule with ID - 4b3b96df-b3c8-4f86-8b12-d0885d1b5ed3 2018-12-12 16:12:59,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/4b3b96df-b3c8-4f86-8b12-d0885d1b5ed3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:59,694 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09e3ba15-83a2-4683-a029-f8d47d02c212 Content-Length: 0 Date: Wed, 12 Dec 2018 16:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:12:59,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/4b3b96df-b3c8-4f86-8b12-d0885d1b5ed3 used request id req-09e3ba15-83a2-4683-a029-f8d47d02c212 2018-12-12 16:12:59,694 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-sec-grp 2018-12-12 16:12:59,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9d721164-30c4-4623-b871-d8a6a671833a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b778a0be06e58a9e213023e7514f1c2a82e6ae26" 2018-12-12 16:12:59,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-641d2223-4fbc-4d47-940b-d2d1d26182ba Content-Length: 0 Date: Wed, 12 Dec 2018 16:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:12:59,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9d721164-30c4-4623-b871-d8a6a671833a used request id req-641d2223-4fbc-4d47-940b-d2d1d26182ba 2018-12-12 16:12:59,830 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router and subnet CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet 2018-12-12 16:12:59,830 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router 2018-12-12 16:12:59,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/4a1bd2bc-70e7-4f91-9d3f-4a619808037c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" -d '{"subnet_id": "65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"}' 2018-12-12 16:13:01,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b7614f36-50e4-49c2-90b1-95da5a8b3f42 Date: Wed, 12 Dec 2018 16:13:01 GMT RESP BODY: {"network_id": "77da78e8-f5f9-417c-85f7-9042dacd943a", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "subnet_id": "65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b", "subnet_ids": ["65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b"], "port_id": "0744551d-2b93-4ca3-8909-f528eb96f9d0", "id": "4a1bd2bc-70e7-4f91-9d3f-4a619808037c"} 2018-12-12 16:13:01,371 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/4a1bd2bc-70e7-4f91-9d3f-4a619808037c/remove_router_interface used request id req-b7614f36-50e4-49c2-90b1-95da5a8b3f42 2018-12-12 16:13:01,371 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router 2018-12-12 16:13:01,371 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-router 2018-12-12 16:13:01,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/4a1bd2bc-70e7-4f91-9d3f-4a619808037c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54a1981d99bd53fc764789ed5f85354835aeaec2" 2018-12-12 16:13:04,822 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ab93377-570a-43ed-bdf2-9ff8ee7befe7 Content-Length: 0 Date: Wed, 12 Dec 2018 16:13:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:13:04,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/4a1bd2bc-70e7-4f91-9d3f-4a619808037c used request id req-7ab93377-570a-43ed-bdf2-9ff8ee7befe7 2018-12-12 16:13:04,823 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet 2018-12-12 16:13:04,823 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-subnet 2018-12-12 16:13:04,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" 2018-12-12 16:13:07,058 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f148907-9118-4f6f-a743-cfa1d8a31158 Date: Wed, 12 Dec 2018 16:13:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:13:07,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/65c67fbd-16f0-4b61-a3b4-d9d0f9a1d97b used request id req-9f148907-9118-4f6f-a743-cfa1d8a31158 2018-12-12 16:13:07,059 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-pub-net 2018-12-12 16:13:07,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/77da78e8-f5f9-417c-85f7-9042dacd943a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ab1cd5a7e6b60afde76fc1e1a917bfcba8af8d" 2018-12-12 16:13:08,238 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb4ed9f8-956d-429b-963e-5796ed922872 Date: Wed, 12 Dec 2018 16:13:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:13:08,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/77da78e8-f5f9-417c-85f7-9042dacd943a used request id req-bb4ed9f8-956d-429b-963e-5796ed922872 2018-12-12 16:13:08,239 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-e2088236-3df0-45b9-9764-06eb61698478-image 2018-12-12 16:13:08,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee401c88171834c012efc8017c7d795b160d1154" 2018-12-12 16:13:09,492 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-639b81fb-4d7b-4afd-8358-997638ebc897 Date: Wed, 12 Dec 2018 16:13:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:13:09,492 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a7393214-619d-4727-913a-43aa32f3cb75 used request id req-639b81fb-4d7b-4afd-8358-997638ebc897 2018-12-12 16:13:09,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:13:09,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7bc721fb-3035-4402-8e27-048d27814179 Date: Wed, 12 Dec 2018 16:13:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:11:58Z", "updated_at": "2018-12-12T16:11:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:11:58Z", "revision_number": 0, "id": "1965f231-1388-4ea3-a995-af7caa683eb3", "remote_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "remote_ip_prefix": null, "created_at": "2018-12-12T16:11:58Z", "security_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:11:58Z", "revision_number": 0, "id": "2c387cde-4825-4045-a20f-695bc41e5249", "remote_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "remote_ip_prefix": null, "created_at": "2018-12-12T16:11:58Z", "security_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:11:58Z", "revision_number": 0, "id": "be106f37-35ca-4df4-9f87-d0cff3a89bdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:11:58Z", "security_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:11:58Z", "revision_number": 0, "id": "ded372e8-099a-4f8f-b4b4-4734ecec8e14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:11:58Z", "security_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f8992404f694e4a82a351ff8b477fa4"}], "revision_number": 4, "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:13:09,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7bc721fb-3035-4402-8e27-048d27814179 2018-12-12 16:13:09,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:13:09,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2bef678-4e90-4d31-8324-74e34573b91a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4"}, "enabled": true, "id": "2f8992404f694e4a82a351ff8b477fa4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj"}} 2018-12-12 16:13:09,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-e2bef678-4e90-4d31-8324-74e34573b91a 2018-12-12 16:13:09,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 753e6ee5-ed91-43b0-8a61-21ecd080544b 2018-12-12 16:13:09,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=753e6ee5-ed91-43b0-8a61-21ecd080544b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:13:09,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1facefd1-bc64-4cbf-9242-def0a6447bed Date: Wed, 12 Dec 2018 16:13:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:11:58Z", "security_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:11:58Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "1965f231-1388-4ea3-a995-af7caa683eb3"}, {"remote_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:11:58Z", "security_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:11:58Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "2c387cde-4825-4045-a20f-695bc41e5249"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:11:58Z", "security_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:11:58Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "be106f37-35ca-4df4-9f87-d0cff3a89bdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:11:58Z", "security_group_id": "753e6ee5-ed91-43b0-8a61-21ecd080544b", "port_range_min": null, "revision_number": 0, "tenant_id": "2f8992404f694e4a82a351ff8b477fa4", "created_at": "2018-12-12T16:11:58Z", "project_id": "2f8992404f694e4a82a351ff8b477fa4", "id": "ded372e8-099a-4f8f-b4b4-4734ecec8e14"}]} 2018-12-12 16:13:09,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=753e6ee5-ed91-43b0-8a61-21ecd080544b used request id req-1facefd1-bc64-4cbf-9242-def0a6447bed 2018-12-12 16:13:09,999 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:13:10,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/753e6ee5-ed91-43b0-8a61-21ecd080544b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:13:10,319 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52375de5-7c3d-4730-89b0-46861062b094 Content-Length: 0 Date: Wed, 12 Dec 2018 16:13:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:13:10,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/753e6ee5-ed91-43b0-8a61-21ecd080544b used request id req-52375de5-7c3d-4730-89b0-46861062b094 2018-12-12 16:13:10,320 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj 2018-12-12 16:13:10,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:13:10,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:13:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96d07d18-c841-4dc1-9ee5-7e3e29d99ded Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:13:10,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2f8992404f694e4a82a351ff8b477fa4 used request id req-96d07d18-c841-4dc1-9ee5-7e3e29d99ded 2018-12-12 16:13:10,561 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-proj-role 2018-12-12 16:13:10,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/146e5a0ae0304931860b538311cbfa80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:13:10,677 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:13:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6c89ba0-f618-4cb4-b1a3-7e5d89f00711 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:13:10,678 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/146e5a0ae0304931860b538311cbfa80 used request id req-a6c89ba0-f618-4cb4-b1a3-7e5d89f00711 2018-12-12 16:13:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d5217ca41049982e7e845ffba0101002271ff0a" 2018-12-12 16:13:10,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a9ff2b0-7917-4263-9327-d347354896cc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:13:10,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2a9ff2b0-7917-4263-9327-d347354896cc 2018-12-12 16:13:10,770 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f8aa3714-2be9-4aa-user 2018-12-12 16:13:10,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/7050281f73194c438c5d7245fa48fc3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99cd48ba7b69fc963e60fb5a99ecbd0a7ded4e1a" 2018-12-12 16:13:11,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:13:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d153722f-d3cf-4091-8e56-4cc4e9a22981 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:13:11,055 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7050281f73194c438c5d7245fa48fc3f used request id req-d153722f-d3cf-4091-8e56-4cc4e9a22981 2018-12-12 16:13:11,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:11,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:13:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["V_nNnnJzQlSp0olDduKAig"], "issued_at": "2018-12-12T16:13:11.000000Z"}} 2018-12-12 16:13:11,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08170373acf9dce6b8e6e1f7bf8bf8947aba7e11" 2018-12-12 16:13:11,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb7e186-c329-48fe-8ac1-26c96b10d406 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:11,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7eb7e186-c329-48fe-8ac1-26c96b10d406 2018-12-12 16:13:11,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:11,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:11,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:13:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["s7XNrnJET3ehS4-QfiZUmg"], "issued_at": "2018-12-12T16:13:11.000000Z"}} 2018-12-12 16:13:11,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:13:12,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e54d62-3075-446b-906d-198d6d1c467b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:12,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b4e54d62-3075-446b-906d-198d6d1c467b 2018-12-12 16:13:12,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:13:12,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:13:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:13:12,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:13:12,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d3e832c-8563-4908-97b6-0df61817f284 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:13:12,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj used request id req-6d3e832c-8563-4908-97b6-0df61817f284 2018-12-12 16:13:12,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:13:12,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4016f485-9934-45ed-97b9-2abbf46630fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:13:12,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4016f485-9934-45ed-97b9-2abbf46630fb 2018-12-12 16:13:12,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}}' 2018-12-12 16:13:12,343 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91f15bdd-bdf8-4e3e-a33a-4cf31506ec29 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:12,343 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-91f15bdd-bdf8-4e3e-a33a-4cf31506ec29 2018-12-12 16:13:12,344 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj 2018-12-12 16:13:12,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:12,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:12,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:13:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["DX-KTKUoQuqacSQBR7Y6Ew"], "issued_at": "2018-12-12T16:13:12.000000Z"}} 2018-12-12 16:13:12,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fcc5e5be0a843b40da32b566688de9b4cdac6c" 2018-12-12 16:13:12,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3171598d-8d49-41b1-98cd-71cb8bcaad98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:12,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3171598d-8d49-41b1-98cd-71cb8bcaad98 2018-12-12 16:13:12,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:13:12,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:13:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:13:12,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fcc5e5be0a843b40da32b566688de9b4cdac6c" 2018-12-12 16:13:12,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37c09d86-4a25-4ed5-961f-285ae4cb6adc Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:13:12,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-37c09d86-4a25-4ed5-961f-285ae4cb6adc 2018-12-12 16:13:12,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fcc5e5be0a843b40da32b566688de9b4cdac6c" 2018-12-12 16:13:13,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e4a8d2-2e59-41fb-a21d-39d06dafe556 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}]} 2018-12-12 16:13:13,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj used request id req-e3e4a8d2-2e59-41fb-a21d-39d06dafe556 2018-12-12 16:13:13,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fcc5e5be0a843b40da32b566688de9b4cdac6c" 2018-12-12 16:13:13,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9877fc7b-c2c4-4cf1-b95e-16473b8e11b5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:13:13,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9877fc7b-c2c4-4cf1-b95e-16473b8e11b5 2018-12-12 16:13:13,528 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user 2018-12-12 16:13:13,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:13,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:13:13,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceb24512-a714-41e8-b8b6-dc83aa887384 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:13:13,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ceb24512-a714-41e8-b8b6-dc83aa887384 2018-12-12 16:13:13,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}}' 2018-12-12 16:13:13,750 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:13:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffc73be7-911d-4470-b90e-3c632bfb35ff Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f02373014c5f41789b1f792b832af339", "links": {"self": "http://172.30.9.29:5000/v3/roles/f02373014c5f41789b1f792b832af339"}, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}} 2018-12-12 16:13:13,750 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ffc73be7-911d-4470-b90e-3c632bfb35ff 2018-12-12 16:13:13,750 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role 2018-12-12 16:13:13,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f02373014c5f41789b1f792b832af339 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:13:13,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca1f6cc-0c8b-4b65-9616-7fe5c810a5d1 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f02373014c5f41789b1f792b832af339"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role", "id": "f02373014c5f41789b1f792b832af339"}} 2018-12-12 16:13:13,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f02373014c5f41789b1f792b832af339 used request id req-1ca1f6cc-0c8b-4b65-9616-7fe5c810a5d1 2018-12-12 16:13:13,834 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role to project CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj 2018-12-12 16:13:13,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf/users/21c8d2e0609740ac9f778ac5d75e3287/roles/f02373014c5f41789b1f792b832af339 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:13:13,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:13:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e38533a3-2522-4d48-963d-b949840a2ed9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:13:13,962 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf/users/21c8d2e0609740ac9f778ac5d75e3287/roles/f02373014c5f41789b1f792b832af339 used request id req-e38533a3-2522-4d48-963d-b949840a2ed9 2018-12-12 16:13:13,962 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:13:13,964 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:13:13,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:13,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:14,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:13:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["wE1xushGSvua7O33jj93pw"], "issued_at": "2018-12-12T16:13:14.000000Z"}} 2018-12-12 16:13:14,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" 2018-12-12 16:13:14,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d6805d-2646-46d5-8a06-6fdbc79f292d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:14,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-77d6805d-2646-46d5-8a06-6fdbc79f292d 2018-12-12 16:13:14,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" 2018-12-12 16:13:14,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-4e95e084-78cc-4f99-9b40-859b3239fe04 Date: Wed, 12 Dec 2018 16:13:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image"} 2018-12-12 16:13:14,609 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image used request id req-4e95e084-78cc-4f99-9b40-859b3239fe04 2018-12-12 16:13:14,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" 2018-12-12 16:13:14,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c2fde8d-8abd-4c30-9d75-796186cd1ab8 Date: Wed, 12 Dec 2018 16:13:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:13:14,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-8c2fde8d-8abd-4c30-9d75-796186cd1ab8 2018-12-12 16:13:14,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image"}' 2018-12-12 16:13:14,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10 X-Openstack-Request-Id: req-4d78dcd9-ce51-425a-a704-8629d163cbb1 Date: Wed, 12 Dec 2018 16:13:14 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:13:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:13:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "min_disk": 0, "protected": false, "id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "file": "/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/file", "checksum": null, "owner": "6719316314ef43f3b05724bc61212ddf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:13:14,993 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4d78dcd9-ce51-425a-a704-8629d163cbb1 2018-12-12 16:13:15,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" -d '' 2018-12-12 16:13:15,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07562fe7-6f63-4808-90d8-e5588a45321e Date: Wed, 12 Dec 2018 16:13:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:13:15,983 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/file used request id req-07562fe7-6f63-4808-90d8-e5588a45321e 2018-12-12 16:13:15,984 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:13:15,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" 2018-12-12 16:13:16,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-60a4a950-081a-449f-b365-77421db33a72 Date: Wed, 12 Dec 2018 16:13:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:13:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:13:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/snap", "metadata": {}}], "self": "/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "min_disk": 0, "protected": false, "id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "file": "/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6719316314ef43f3b05724bc61212ddf", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:13:16,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10 used request id req-60a4a950-081a-449f-b365-77421db33a72 2018-12-12 16:13:16,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" 2018-12-12 16:13:16,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-83f9e60a-29ec-4676-9313-f06f2548fb4c Date: Wed, 12 Dec 2018 16:13:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:13:16,325 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-83f9e60a-29ec-4676-9313-f06f2548fb4c 2018-12-12 16:13:16,328 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image 2018-12-12 16:13:16,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" 2018-12-12 16:13:16,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-49b23c90-7a0f-494b-b7de-3cf27b1b45fc Date: Wed, 12 Dec 2018 16:13:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:13:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:13:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/snap", "metadata": {}}], "self": "/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "min_disk": 0, "protected": false, "id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "file": "/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6719316314ef43f3b05724bc61212ddf", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:13:16,494 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10 used request id req-49b23c90-7a0f-494b-b7de-3cf27b1b45fc 2018-12-12 16:13:16,495 - create_image - DEBUG - Instance status is - active 2018-12-12 16:13:16,495 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image 2018-12-12 16:13:16,495 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image 2018-12-12 16:13:16,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:16,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:16,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:13:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["_n6qCcn5TFe4fkp18DP-yA"], "issued_at": "2018-12-12T16:13:16.000000Z"}} 2018-12-12 16:13:16,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" 2018-12-12 16:13:16,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4304f496-23d6-4e17-8085-f19d282d70fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:16,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4304f496-23d6-4e17-8085-f19d282d70fa 2018-12-12 16:13:16,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" 2018-12-12 16:13:17,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c99942ab-7bc9-4bc4-bd37-808315041643 Date: Wed, 12 Dec 2018 16:13:17 GMT RESP BODY: {"networks":[]} 2018-12-12 16:13:17,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-c99942ab-7bc9-4bc4-bd37-808315041643 2018-12-12 16:13:17,140 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net 2018-12-12 16:13:17,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net", "admin_state_up": true}}' 2018-12-12 16:13:17,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-7b60b950-2f90-4e43-886d-abeb24820d34 Date: Wed, 12 Dec 2018 16:13:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:13:17Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","mtu":1450}} 2018-12-12 16:13:17,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-7b60b950-2f90-4e43-886d-abeb24820d34 2018-12-12 16:13:17,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" 2018-12-12 16:13:17,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-ffc9401d-8c00-40d3-bbf6-7ddc1485685d Date: Wed, 12 Dec 2018 16:13:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T16:13:17Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:17,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-ffc9401d-8c00-40d3-bbf6-7ddc1485685d 2018-12-12 16:13:17,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" 2018-12-12 16:13:18,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5c611f67-f401-494f-83ed-aef3fe0cdf58 Date: Wed, 12 Dec 2018 16:13:18 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:13:18,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-5c611f67-f401-494f-83ed-aef3fe0cdf58 2018-12-12 16:13:18,142 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet 2018-12-12 16:13:18,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" -d '{"subnets": [{"ip_version": 4, "network_id": "0e71b951-1d34-418d-aec8-f1bf6f8930f0", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]}' 2018-12-12 16:13:18,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ba7d4b74-8b75-4b10-8c2e-9e2a49f27674 Date: Wed, 12 Dec 2018 16:13:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:18,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-ba7d4b74-8b75-4b10-8c2e-9e2a49f27674 2018-12-12 16:13:18,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" 2018-12-12 16:13:19,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d01d48f0-4f1b-43f7-b265-f0793955bbe5 Date: Wed, 12 Dec 2018 16:13:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:19,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-d01d48f0-4f1b-43f7-b265-f0793955bbe5 2018-12-12 16:13:19,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" 2018-12-12 16:13:19,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e82760bd-c146-4646-9cb5-a7b0b8c02e36 Date: Wed, 12 Dec 2018 16:13:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:19,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-e82760bd-c146-4646-9cb5-a7b0b8c02e36 2018-12-12 16:13:19,298 - OpenStackNetwork - DEBUG - Network [0e71b951-1d34-418d-aec8-f1bf6f8930f0] created successfully 2018-12-12 16:13:19,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:19,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:19,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:13:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["YioPP9CCTXudovurQ770zQ"], "issued_at": "2018-12-12T16:13:19.000000Z"}} 2018-12-12 16:13:19,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:19,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f05a6d3-d7c4-4da5-8528-25648050e8e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:19,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2f05a6d3-d7c4-4da5-8528-25648050e8e3 2018-12-12 16:13:19,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:19,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-21fdb7bb-0cf3-4441-a65a-27a2e4a775f3 Date: Wed, 12 Dec 2018 16:13:19 GMT RESP BODY: {"routers": []} 2018-12-12 16:13:19,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router&admin_state_up=True used request id req-21fdb7bb-0cf3-4441-a65a-27a2e4a775f3 2018-12-12 16:13:19,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:19,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:20,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["i0DLGFJWTj-8MMDL2lWK1Q"], "issued_at": "2018-12-12T16:13:20.000000Z"}} 2018-12-12 16:13:20,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0778b560e9dd41806188736eec3bdb10f1e10f89" 2018-12-12 16:13:20,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d88178ef-9619-42c5-b120-046c0adb716f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:20,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d88178ef-9619-42c5-b120-046c0adb716f 2018-12-12 16:13:20,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:20,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-93a92729-c9b7-42d0-af7a-3480b54cf4f7 Date: Wed, 12 Dec 2018 16:13:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:13:20,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-93a92729-c9b7-42d0-af7a-3480b54cf4f7 2018-12-12 16:13:20,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:20,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1c3285e1-873c-4a39-baf8-a5f00947281a Date: Wed, 12 Dec 2018 16:13:20 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:13:20,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-1c3285e1-873c-4a39-baf8-a5f00947281a 2018-12-12 16:13:20,945 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router 2018-12-12 16:13:20,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router", "admin_state_up": true}}' 2018-12-12 16:13:26,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-75e008c6-c178-4cbb-aae5-7839923a8f38 Date: Wed, 12 Dec 2018 16:13:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:21Z", "admin_state_up": true, "updated_at": "2018-12-12T16:13:22Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "f5456431-386b-4981-a485-87d727cc5a38", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router"}} 2018-12-12 16:13:26,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-75e008c6-c178-4cbb-aae5-7839923a8f38 2018-12-12 16:13:26,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f5456431-386b-4981-a485-87d727cc5a38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:26,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-914d2fe1-83e0-4590-883f-b69d9cfed4fd Date: Wed, 12 Dec 2018 16:13:26 GMT RESP BODY: {"ports":[]} 2018-12-12 16:13:26,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f5456431-386b-4981-a485-87d727cc5a38 used request id req-914d2fe1-83e0-4590-883f-b69d9cfed4fd 2018-12-12 16:13:26,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:26,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ca731f9f-141b-49bc-99e4-a00d9aa1c44c Date: Wed, 12 Dec 2018 16:13: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:26,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-ca731f9f-141b-49bc-99e4-a00d9aa1c44c 2018-12-12 16:13:26,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:13:26,522 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:13:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:13:26,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:26,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f0a709d-8fb5-4fa8-b98a-8041e67e04cf Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:26,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-7f0a709d-8fb5-4fa8-b98a-8041e67e04cf 2018-12-12 16:13:26,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:26,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b23c90bb-da59-4a3d-98cb-2946d5394b3b Date: Wed, 12 Dec 2018 16:13:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:26,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-b23c90bb-da59-4a3d-98cb-2946d5394b3b 2018-12-12 16:13:26,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:27,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22a65f5a-1bd6-480a-bf34-81746ea35b1f Date: Wed, 12 Dec 2018 16:13:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:27,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet used request id req-22a65f5a-1bd6-480a-bf34-81746ea35b1f 2018-12-12 16:13:27,041 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:13:27,041 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router 2018-12-12 16:13:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/f5456431-386b-4981-a485-87d727cc5a38/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" -d '{"subnet_id": "f981ddb1-f1db-44d1-854b-c1513ac09bac"}' 2018-12-12 16:13:29,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ddd524a3-16b9-42bf-95d9-a784286c6bf0 Date: Wed, 12 Dec 2018 16:13:29 GMT RESP BODY: {"network_id": "0e71b951-1d34-418d-aec8-f1bf6f8930f0", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "subnet_id": "f981ddb1-f1db-44d1-854b-c1513ac09bac", "subnet_ids": ["f981ddb1-f1db-44d1-854b-c1513ac09bac"], "port_id": "1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9", "id": "f5456431-386b-4981-a485-87d727cc5a38"} 2018-12-12 16:13:29,004 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/f5456431-386b-4981-a485-87d727cc5a38/add_router_interface used request id req-ddd524a3-16b9-42bf-95d9-a784286c6bf0 2018-12-12 16:13:29,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/f5456431-386b-4981-a485-87d727cc5a38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:29,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-81509960-7990-4e19-b262-06d8a3f63a9c Date: Wed, 12 Dec 2018 16:13:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:21Z", "admin_state_up": true, "updated_at": "2018-12-12T16:13:28Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "f5456431-386b-4981-a485-87d727cc5a38", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router"}} 2018-12-12 16:13:29,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/f5456431-386b-4981-a485-87d727cc5a38 used request id req-81509960-7990-4e19-b262-06d8a3f63a9c 2018-12-12 16:13:29,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f5456431-386b-4981-a485-87d727cc5a38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:29,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-8f01c5d2-2619-42e4-8385-8f5ffdcfb0e2 Date: Wed, 12 Dec 2018 16:13:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:28Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"}]} 2018-12-12 16:13:29,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f5456431-386b-4981-a485-87d727cc5a38 used request id req-8f01c5d2-2619-42e4-8385-8f5ffdcfb0e2 2018-12-12 16:13:29,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/f981ddb1-f1db-44d1-854b-c1513ac09bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:13:29,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6ad9841b-5518-4fe0-94cb-f11651a646a9 Date: Wed, 12 Dec 2018 16:13:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}} 2018-12-12 16:13:29,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/f981ddb1-f1db-44d1-854b-c1513ac09bac used request id req-6ad9841b-5518-4fe0-94cb-f11651a646a9 2018-12-12 16:13:29,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:29,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:30,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["OGSihzYiQXeNF2aWeYoZlA"], "issued_at": "2018-12-12T16:13:30.000000Z"}} 2018-12-12 16:13:30,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66af0f9be6b64a211876b718cc41392e0b299427" 2018-12-12 16:13:30,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e18ea901-adcc-43d9-b504-c8acb6324111 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:30,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e18ea901-adcc-43d9-b504-c8acb6324111 2018-12-12 16:13:30,117 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:13:30,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66af0f9be6b64a211876b718cc41392e0b299427" 2018-12-12 16:13:30,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13: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-392cbdc1-1312-49b7-8994-dd0d78ab12d6 x-compute-request-id: req-392cbdc1-1312-49b7-8994-dd0d78ab12d6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:13:30,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-392cbdc1-1312-49b7-8994-dd0d78ab12d6 2018-12-12 16:13:30,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66af0f9be6b64a211876b718cc41392e0b299427" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-12 16:13:30,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13: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-d90d07c9-e95d-41f2-8cad-aaa3a65761df x-compute-request-id: req-d90d07c9-e95d-41f2-8cad-aaa3a65761df Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:13:30,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d90d07c9-e95d-41f2-8cad-aaa3a65761df 2018-12-12 16:13:30,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:30,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:30,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["xEpxbd46Rm662ZT7PoUyjA"], "issued_at": "2018-12-12T16:13:30.000000Z"}} 2018-12-12 16:13:30,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0536f60bb482e28715a276ad46cc626d3010c35c" 2018-12-12 16:13:30,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa63da9e-e042-469d-8ed1-c9504812fbdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:30,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aa63da9e-e042-469d-8ed1-c9504812fbdb 2018-12-12 16:13:30,806 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:13:30,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0536f60bb482e28715a276ad46cc626d3010c35c" 2018-12-12 16:13:31,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13: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-a0efe328-414d-44aa-bb3c-905f2c18c20f x-compute-request-id: req-a0efe328-414d-44aa-bb3c-905f2c18c20f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:13:31,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a0efe328-414d-44aa-bb3c-905f2c18c20f 2018-12-12 16:13:31,006 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp... 2018-12-12 16:13:31,006 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:13:31,026 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp 2018-12-12 16:13:31,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0536f60bb482e28715a276ad46cc626d3010c35c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCxFvsPWHZx5ZeY7qU1Lm70t1uB8XI5UlvmWRFPkF0GcyvRLawlYIuaDof0pK4QYoyP1gcUAB7vVaP6loq+0ACttEG2sy4Etpyy6mycZ8DZHpEMg8vPvl1z1YNRcBdFK49Ls31yLZWZoBKw6B3Dr87g1jQXEmOGcm2wq3g/h0lPSw==", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp"}}' 2018-12-12 16:13:31,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f433303-1e6d-4fb1-b006-ef4842614207 x-compute-request-id: req-6f433303-1e6d-4fb1-b006-ef4842614207 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCxFvsPWHZx5ZeY7qU1Lm70t1uB8XI5UlvmWRFPkF0GcyvRLawlYIuaDof0pK4QYoyP1gcUAB7vVaP6loq+0ACttEG2sy4Etpyy6mycZ8DZHpEMg8vPvl1z1YNRcBdFK49Ls31yLZWZoBKw6B3Dr87g1jQXEmOGcm2wq3g/h0lPSw==", "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "fingerprint": "f3:32:85:50:40:7e:57:ac:9f:ef:74:44:71:e8:e2:d5"}} 2018-12-12 16:13:31,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-6f433303-1e6d-4fb1-b006-ef4842614207 2018-12-12 16:13:31,100 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe.pub 2018-12-12 16:13:31,100 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe 2018-12-12 16:13:31,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:31,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:31,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["HFfb_WDMRiageFo5j0WYOg"], "issued_at": "2018-12-12T16:13:31.000000Z"}} 2018-12-12 16:13:31,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:31,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64c7ef56-7a2a-48b8-8a17-36344c4b5228 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:31,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-64c7ef56-7a2a-48b8-8a17-36344c4b5228 2018-12-12 16:13:31,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:31,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5ef72dbb-00b5-4306-bcf8-10e35fd44258 Date: Wed, 12 Dec 2018 16:13:31 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:13:31,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp used request id req-5ef72dbb-00b5-4306-bcf8-10e35fd44258 2018-12-12 16:13:31,748 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp... 2018-12-12 16:13:31,748 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp 2018-12-12 16:13:31,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}}' 2018-12-12 16:13:32,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-14129915-46b4-4c8e-9e06-0985e08c2265 Date: Wed, 12 Dec 2018 16:13:32 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:31Z", "updated_at": "2018-12-12T16:13:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "92a28335-7680-4de5-9c45-53587fd234b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6719316314ef43f3b05724bc61212ddf"}], "revision_number": 2, "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "08405ae8-df44-481a-b209-ca14dda892b8", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}} 2018-12-12 16:13:32,116 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-14129915-46b4-4c8e-9e06-0985e08c2265 2018-12-12 16:13:32,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:32,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:32,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-048dddd8-a6cb-4249-b39f-c0d9ab247124 Date: Wed, 12 Dec 2018 16:13:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "92a28335-7680-4de5-9c45-53587fd234b2"}]} 2018-12-12 16:13:32,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-048dddd8-a6cb-4249-b39f-c0d9ab247124 2018-12-12 16:13:32,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:32,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:32,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b80a5b14-7e86-4262-8fbc-93f0a32da901 Date: Wed, 12 Dec 2018 16:13:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "92a28335-7680-4de5-9c45-53587fd234b2"}]} 2018-12-12 16:13:32,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-b80a5b14-7e86-4262-8fbc-93f0a32da901 2018-12-12 16:13:32,486 - neutron_utils - INFO - Retrieving security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:32,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:32,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-db2c73bc-c483-43b5-b8ee-9d5be54e6d18 Date: Wed, 12 Dec 2018 16:13:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:31Z", "updated_at": "2018-12-12T16:13:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "92a28335-7680-4de5-9c45-53587fd234b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6719316314ef43f3b05724bc61212ddf"}], "revision_number": 2, "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "08405ae8-df44-481a-b209-ca14dda892b8", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}]} 2018-12-12 16:13:32,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-db2c73bc-c483-43b5-b8ee-9d5be54e6d18 2018-12-12 16:13:32,683 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:32,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:32,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a0ac3360-4a44-4bc4-b7e5-02d9f6c0b32e Date: Wed, 12 Dec 2018 16:13:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "92a28335-7680-4de5-9c45-53587fd234b2"}]} 2018-12-12 16:13:32,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-a0ac3360-4a44-4bc4-b7e5-02d9f6c0b32e 2018-12-12 16:13:32,867 - neutron_utils - INFO - Retrieving security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:32,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:33,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9c7d71e7-9457-4678-a33c-f04b88316b38 Date: Wed, 12 Dec 2018 16:13:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:31Z", "updated_at": "2018-12-12T16:13:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "92a28335-7680-4de5-9c45-53587fd234b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6719316314ef43f3b05724bc61212ddf"}], "revision_number": 2, "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "08405ae8-df44-481a-b209-ca14dda892b8", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}]} 2018-12-12 16:13:33,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-9c7d71e7-9457-4678-a33c-f04b88316b38 2018-12-12 16:13:33,068 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:33,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:33,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4ed04065-ef90-472f-b0e1-e91bcb07549b Date: Wed, 12 Dec 2018 16:13:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "92a28335-7680-4de5-9c45-53587fd234b2"}]} 2018-12-12 16:13:33,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-4ed04065-ef90-472f-b0e1-e91bcb07549b 2018-12-12 16:13:33,239 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp 2018-12-12 16:13:33,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:33,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d43a88ab-f9c4-44e1-8545-4ba78fc0cb9c Date: Wed, 12 Dec 2018 16:13:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:31Z", "updated_at": "2018-12-12T16:13:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "92a28335-7680-4de5-9c45-53587fd234b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6719316314ef43f3b05724bc61212ddf"}], "revision_number": 2, "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "08405ae8-df44-481a-b209-ca14dda892b8", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}]} 2018-12-12 16:13:33,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp used request id req-d43a88ab-f9c4-44e1-8545-4ba78fc0cb9c 2018-12-12 16:13:33,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:13:33,441 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:13: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:13:33,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:33,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc3b2053-0fe6-41a3-8277-1e4f1ebff423 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:33,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-bc3b2053-0fe6-41a3-8277-1e4f1ebff423 2018-12-12 16:13:33,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:33,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:33,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f80d0eca-7689-4dc9-abcc-2e10defb97df Date: Wed, 12 Dec 2018 16:13:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "92a28335-7680-4de5-9c45-53587fd234b2"}]} 2018-12-12 16:13:33,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-f80d0eca-7689-4dc9-abcc-2e10defb97df 2018-12-12 16:13:33,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}7f05bc7382f3ee674b3964e6054243ce023f9568" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8"}}' 2018-12-12 16:13:33,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-0ef29177-08d0-488f-bbba-44eefb16e3a1 Date: Wed, 12 Dec 2018 16:13:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:33Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:33Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "d39739f9-7e65-4c89-8815-9b8f68972028"}} 2018-12-12 16:13:33,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-0ef29177-08d0-488f-bbba-44eefb16e3a1 2018-12-12 16:13:33,871 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp 2018-12-12 16:13:33,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:33,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-58e04e5c-e674-4938-a4f7-a871186dadff Date: Wed, 12 Dec 2018 16:13:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:31Z", "updated_at": "2018-12-12T16:13:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "92a28335-7680-4de5-9c45-53587fd234b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:33Z", "revision_number": 0, "id": "d39739f9-7e65-4c89-8815-9b8f68972028", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:33Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}], "revision_number": 3, "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "08405ae8-df44-481a-b209-ca14dda892b8", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}]} 2018-12-12 16:13:33,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp used request id req-58e04e5c-e674-4938-a4f7-a871186dadff 2018-12-12 16:13:33,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:34,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79d000ca-ee09-480e-9af5-fcae55d82bcd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:34,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-79d000ca-ee09-480e-9af5-fcae55d82bcd 2018-12-12 16:13:34,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:34,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:34,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-ebac78a7-be6f-45cb-8202-eed4665241dd Date: Wed, 12 Dec 2018 16:13:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "92a28335-7680-4de5-9c45-53587fd234b2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:33Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:33Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "d39739f9-7e65-4c89-8815-9b8f68972028"}]} 2018-12-12 16:13:34,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-ebac78a7-be6f-45cb-8202-eed4665241dd 2018-12-12 16:13:34,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}7f05bc7382f3ee674b3964e6054243ce023f9568" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8"}}' 2018-12-12 16:13:34,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-465a5bf2-a21b-4b4a-89f9-e9567fd3994a Date: Wed, 12 Dec 2018 16:13: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-12-12T16:13:34Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": 22, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:34Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "8c02d6a7-7656-4a74-a6bf-d54620601743"}} 2018-12-12 16:13:34,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-465a5bf2-a21b-4b4a-89f9-e9567fd3994a 2018-12-12 16:13:34,356 - neutron_utils - INFO - Retrieving security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:34,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:34,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-5b61d14b-9eb0-4263-ad01-a772a49fe847 Date: Wed, 12 Dec 2018 16:13:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:31Z", "updated_at": "2018-12-12T16:13:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:13:34Z", "revision_number": 0, "id": "8c02d6a7-7656-4a74-a6bf-d54620601743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:34Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "revision_number": 0, "id": "92a28335-7680-4de5-9c45-53587fd234b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:33Z", "revision_number": 0, "id": "d39739f9-7e65-4c89-8815-9b8f68972028", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:33Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}], "revision_number": 4, "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "08405ae8-df44-481a-b209-ca14dda892b8", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}]} 2018-12-12 16:13:34,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-5b61d14b-9eb0-4263-ad01-a772a49fe847 2018-12-12 16:13:34,542 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08405ae8-df44-481a-b209-ca14dda892b8 2018-12-12 16:13:34,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:13:34,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-b4c26556-4990-4206-8128-3009fc5f5e57 Date: Wed, 12 Dec 2018 16:13:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "2f49cc89-c85a-440c-b7f5-26f3ce21d57e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:13:34Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": 22, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:34Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "8c02d6a7-7656-4a74-a6bf-d54620601743"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:32Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:32Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "92a28335-7680-4de5-9c45-53587fd234b2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:33Z", "security_group_id": "08405ae8-df44-481a-b209-ca14dda892b8", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:33Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "d39739f9-7e65-4c89-8815-9b8f68972028"}]} 2018-12-12 16:13:34,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08405ae8-df44-481a-b209-ca14dda892b8 used request id req-b4c26556-4990-4206-8128-3009fc5f5e57 2018-12-12 16:13:34,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:34,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:35,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:13:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["26nJt5IBSyajODDzfjOwuA"], "issued_at": "2018-12-12T16:13:35.000000Z"}} 2018-12-12 16:13:35,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:35,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2c6221-bc0a-4103-922d-8d6e2399cf8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:35,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2e2c6221-bc0a-4103-922d-8d6e2399cf8c 2018-12-12 16:13:35,185 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:13:35,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:35,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56afa09-aedb-400b-95b9-758a87f091e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:35,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a56afa09-aedb-400b-95b9-758a87f091e5 2018-12-12 16:13:35,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:35,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8f5b5585-1214-4487-bf59-e39ae7a7a143 Date: Wed, 12 Dec 2018 16:13:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:35,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-8f5b5585-1214-4487-bf59-e39ae7a7a143 2018-12-12 16:13:35,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:13:35,522 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:13: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:13:35,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:35,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866d290f-e4b1-4c74-adfb-0977a35885ce Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:35,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-866d290f-e4b1-4c74-adfb-0977a35885ce 2018-12-12 16:13:35,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:35,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3d696f66-f96a-4973-bc6b-aac959760361 Date: Wed, 12 Dec 2018 16:13:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:35,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-3d696f66-f96a-4973-bc6b-aac959760361 2018-12-12 16:13:35,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:35,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6cff7c20-9960-4010-a0ce-ad3a8306d8d4 Date: Wed, 12 Dec 2018 16:13:36 GMT RESP BODY: {"ports":[]} 2018-12-12 16:13:35,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1&admin_state_up=True used request id req-6cff7c20-9960-4010-a0ce-ad3a8306d8d4 2018-12-12 16:13:36,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:36,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c391317f-8889-4acb-8800-729b7f71664c x-compute-request-id: req-c391317f-8889-4acb-8800-729b7f71664c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:13:36,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst used request id req-c391317f-8889-4acb-8800-729b7f71664c 2018-12-12 16:13:36,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:36,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f6a78574-e925-4943-a06e-fc266bc5af02 Date: Wed, 12 Dec 2018 16:13: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:36,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-f6a78574-e925-4943-a06e-fc266bc5af02 2018-12-12 16:13:36,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:36,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67bde9de-8919-46cc-9c40-32c3e3bec543 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:36,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-67bde9de-8919-46cc-9c40-32c3e3bec543 2018-12-12 16:13:36,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:36,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-78d48136-cae4-4836-8077-2c2294dcb61c Date: Wed, 12 Dec 2018 16:13:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:36,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-78d48136-cae4-4836-8077-2c2294dcb61c 2018-12-12 16:13:36,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:36,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d01b9ac6-afa5-4e0b-941c-fb889c31b4c6 Date: Wed, 12 Dec 2018 16:13:36 GMT RESP BODY: {"ports":[]} 2018-12-12 16:13:36,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1&admin_state_up=True used request id req-d01b9ac6-afa5-4e0b-941c-fb889c31b4c6 2018-12-12 16:13:36,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:13:36,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:13:37,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:13:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["cEEuLWiZRZCi5uIbbhXBoQ"], "issued_at": "2018-12-12T16:13:37.000000Z"}} 2018-12-12 16:13:37,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}680acec3f1774e8f23fa3d187440a6e804ff08fc" 2018-12-12 16:13:37,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910a2833-5d1d-459e-88af-7b56858636f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:13:37,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-910a2833-5d1d-459e-88af-7b56858636f5 2018-12-12 16:13:37,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:37,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a8ced2b6-4ae0-497a-ab99-e288c8e9ec4b Date: Wed, 12 Dec 2018 16:13: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:37,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-a8ced2b6-4ae0-497a-ab99-e288c8e9ec4b 2018-12-12 16:13:37,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:38,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-16d09397-5dcf-4f17-85ad-50af1d0bb557 Date: Wed, 12 Dec 2018 16:13:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:38,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-16d09397-5dcf-4f17-85ad-50af1d0bb557 2018-12-12 16:13:38,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:38,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5bc22cb0-d553-4ebe-a8e0-3ee0f8a9dcaa Date: Wed, 12 Dec 2018 16:13:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:38,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-5bc22cb0-d553-4ebe-a8e0-3ee0f8a9dcaa 2018-12-12 16:13:38,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:13:38,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:13:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:13:38,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}680acec3f1774e8f23fa3d187440a6e804ff08fc" 2018-12-12 16:13:38,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78c17a7-b6dd-48e4-991a-82321358f0d0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:38,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-e78c17a7-b6dd-48e4-991a-82321358f0d0 2018-12-12 16:13:38,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:38,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b9ac3be5-647e-4d6d-b26c-8b8148b2b357 Date: Wed, 12 Dec 2018 16:13:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:38,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-b9ac3be5-647e-4d6d-b26c-8b8148b2b357 2018-12-12 16:13:38,612 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net 2018-12-12 16:13:38,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" -d '{"port": {"network_id": "0e71b951-1d34-418d-aec8-f1bf6f8930f0", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1", "admin_state_up": true}}' 2018-12-12 16:13:39,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-b9328c06-a3cd-45b0-89b9-436fd83d38c0 Date: Wed, 12 Dec 2018 16:13:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","project_id":"6719316314ef43f3b05724bc61212ddf","qos_policy_id":null,"admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal"}} 2018-12-12 16:13:39,532 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-b9328c06-a3cd-45b0-89b9-436fd83d38c0 2018-12-12 16:13:39,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:39,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8d33667e-488b-42a4-9aa6-408b0e134b58 Date: Wed, 12 Dec 2018 16:13: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:39,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-8d33667e-488b-42a4-9aa6-408b0e134b58 2018-12-12 16:13:39,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:39,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39215bf8-a207-47e0-85d6-d7980aef92f6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:39,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-39215bf8-a207-47e0-85d6-d7980aef92f6 2018-12-12 16:13:39,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:39,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a56915a1-81ca-4a3a-9a9c-9bf5a83f0728 Date: Wed, 12 Dec 2018 16:13:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:39,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-a56915a1-81ca-4a3a-9a9c-9bf5a83f0728 2018-12-12 16:13:39,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:40,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-f1db567e-7115-4cc5-9f1a-694500b14f26 Date: Wed, 12 Dec 2018 16:13:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:13:40,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1&admin_state_up=True used request id req-f1db567e-7115-4cc5-9f1a-694500b14f26 2018-12-12 16:13:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:40,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a54544e-62df-4ff5-bf78-3edfd40698d5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:40,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-4a54544e-62df-4ff5-bf78-3edfd40698d5 2018-12-12 16:13:40,254 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst 2018-12-12 16:13:40,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:40,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adb32ff1-2ccc-4677-b46c-93b08c59ab57 x-compute-request-id: req-adb32ff1-2ccc-4677-b46c-93b08c59ab57 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-flavor-name"}]} 2018-12-12 16:13:40,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-adb32ff1-2ccc-4677-b46c-93b08c59ab57 2018-12-12 16:13:40,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:40,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76407f79-728b-4cd7-a2ed-5d77b2ffa6ef x-compute-request-id: req-76407f79-728b-4cd7-a2ed-5d77b2ffa6ef Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:13:40,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4 used request id req-76407f79-728b-4cd7-a2ed-5d77b2ffa6ef 2018-12-12 16:13:40,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:40,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-3a53966b-6ff8-4520-8e80-8f9f444d2aa5 Date: Wed, 12 Dec 2018 16:13:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:13:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:13:15Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/snap", "metadata": {}}], "self": "/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "min_disk": 0, "protected": false, "id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "file": "/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6719316314ef43f3b05724bc61212ddf", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image"} 2018-12-12 16:13:40,494 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image used request id req-3a53966b-6ff8-4520-8e80-8f9f444d2aa5 2018-12-12 16:13:40,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:40,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1151dbd4-9886-4723-8272-f7ed0b57bedf Date: Wed, 12 Dec 2018 16:13:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:13:40,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1151dbd4-9886-4723-8272-f7ed0b57bedf 2018-12-12 16:13:40,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "imageRef": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "flavorRef": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "max_count": 1, "min_count": 1, "networks": [{"port": "336894a5-be04-4b86-9a52-ecdb3f48b799"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}]}}' 2018-12-12 16:13:42,465 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b551889-4084-453a-b08c-044d0c916328 x-compute-request-id: req-1b551889-4084-453a-b08c-044d0c916328 Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "adminPass": "yGbEdLXePM96"}} 2018-12-12 16:13:42,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-1b551889-4084-453a-b08c-044d0c916328 2018-12-12 16:13:42,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:42,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3630fc96-06e2-4870-9e25-16e4c0b79a5c x-compute-request-id: req-3630fc96-06e2-4870-9e25-16e4c0b79a5c 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.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:13:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:42,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-3630fc96-06e2-4870-9e25-16e4c0b79a5c 2018-12-12 16:13:42,693 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst 2018-12-12 16:13:42,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:42,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5c2af37-b888-4c3f-8975-1e3e5eea7f7d x-compute-request-id: req-a5c2af37-b888-4c3f-8975-1e3e5eea7f7d 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.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:13:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:42,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-a5c2af37-b888-4c3f-8975-1e3e5eea7f7d 2018-12-12 16:13:42,917 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - BUILD 2018-12-12 16:13:42,918 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:13:45,921 - create_instance - DEBUG - VM status query timeout in 896.772289038 2018-12-12 16:13:45,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:46,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13: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-da8de1df-215c-4733-b6fc-c7f47dc3c762 x-compute-request-id: req-da8de1df-215c-4733-b6fc-c7f47dc3c762 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.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:13:44Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:46,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-da8de1df-215c-4733-b6fc-c7f47dc3c762 2018-12-12 16:13:46,951 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - BUILD 2018-12-12 16:13:46,951 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:13:49,954 - create_instance - DEBUG - VM status query timeout in 892.739110947 2018-12-12 16:13:49,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:50,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13: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-7521a1bf-8840-445b-ac9c-eba4b046bd02 x-compute-request-id: req-7521a1bf-8840-445b-ac9c-eba4b046bd02 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:50,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-7521a1bf-8840-445b-ac9c-eba4b046bd02 2018-12-12 16:13:50,774 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - ACTIVE 2018-12-12 16:13:50,774 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:13:50,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:51,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13: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-2dd601dc-b0c3-4934-9046-ebac7c2d1916 x-compute-request-id: req-2dd601dc-b0c3-4934-9046-ebac7c2d1916 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:51,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-2dd601dc-b0c3-4934-9046-ebac7c2d1916 2018-12-12 16:13:51,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:51,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-31d29173-45a4-403f-856a-646cc2bd8e24 Date: Wed, 12 Dec 2018 16:13:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:51,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-31d29173-45a4-403f-856a-646cc2bd8e24 2018-12-12 16:13:51,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:51,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fdfa928-4288-4862-abe1-55c77609a96d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:51,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-2fdfa928-4288-4862-abe1-55c77609a96d 2018-12-12 16:13:51,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:51,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0dc80464-07fb-44b7-bd97-76c24adb5375 Date: Wed, 12 Dec 2018 16:13:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:51,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-0dc80464-07fb-44b7-bd97-76c24adb5375 2018-12-12 16:13:51,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:52,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-252914d4-07cf-4f5f-9b07-4c298ff5777e Date: Wed, 12 Dec 2018 16:13:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.3"}],"id":"1fb5828e-40e5-47bb-8045-732f394f66cf","security_groups":[],"mac_address":"fa:16:3e:39:a9:9c","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.4"}],"id":"90f87a44-daae-4faf-9d56-753a7b7b8aad","security_groups":[],"mac_address":"fa:16:3e:c7:54:67","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.2"}],"id":"f1c81682-5ec1-459d-aa25-e36baf379b19","security_groups":[],"mac_address":"fa:16:3e:02:c2:62","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0e71b951-1d34-418d-aec8-f1bf6f8930f0"}]} 2018-12-12 16:13:52,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-252914d4-07cf-4f5f-9b07-4c298ff5777e 2018-12-12 16:13:52,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:52,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bee4e73b-fc5b-4780-8820-152ab053ede3 x-compute-request-id: req-bee4e73b-fc5b-4780-8820-152ab053ede3 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:52,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-bee4e73b-fc5b-4780-8820-152ab053ede3 2018-12-12 16:13:52,679 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - ACTIVE 2018-12-12 16:13:52,679 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:13:52,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:53,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8ae6c87-b7bd-43c8-9aee-86249b9ccd4a x-compute-request-id: req-b8ae6c87-b7bd-43c8-9aee-86249b9ccd4a Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:53,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-b8ae6c87-b7bd-43c8-9aee-86249b9ccd4a 2018-12-12 16:13:53,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:53,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7f9f52a6-cdf2-4ee9-8568-dff7347fac73 Date: Wed, 12 Dec 2018 16:13:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:53,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-7f9f52a6-cdf2-4ee9-8568-dff7347fac73 2018-12-12 16:13:53,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:53,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aa0e5e6-74fe-4187-a9f0-89c11e6b3679 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:53,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-0aa0e5e6-74fe-4187-a9f0-89c11e6b3679 2018-12-12 16:13:53,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:53,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c3b1fbb3-7f91-4f91-aafa-9fcfde38d74c Date: Wed, 12 Dec 2018 16:13:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:53,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-c3b1fbb3-7f91-4f91-aafa-9fcfde38d74c 2018-12-12 16:13:53,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:53,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-4ec4065d-07de-4dd9-842c-8dcb76494393 Date: Wed, 12 Dec 2018 16:13:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.3"}],"id":"1fb5828e-40e5-47bb-8045-732f394f66cf","security_groups":[],"mac_address":"fa:16:3e:39:a9:9c","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.4"}],"id":"90f87a44-daae-4faf-9d56-753a7b7b8aad","security_groups":[],"mac_address":"fa:16:3e:c7:54:67","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.2"}],"id":"f1c81682-5ec1-459d-aa25-e36baf379b19","security_groups":[],"mac_address":"fa:16:3e:02:c2:62","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0e71b951-1d34-418d-aec8-f1bf6f8930f0"}]} 2018-12-12 16:13:53,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-4ec4065d-07de-4dd9-842c-8dcb76494393 2018-12-12 16:13:53,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}}' 2018-12-12 16:13:54,689 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:13: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-4973db7d-2ad8-436d-9f18-47ded600bf24 x-compute-request-id: req-4973db7d-2ad8-436d-9f18-47ded600bf24 Content-Length: 0 Content-Type: application/json 2018-12-12 16:13:54,689 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95/action used request id req-4973db7d-2ad8-436d-9f18-47ded600bf24 2018-12-12 16:13:54,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:54,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-4225de2c-2ca5-448b-b27b-eb5f1bde1324 Date: Wed, 12 Dec 2018 16:13:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:21Z", "admin_state_up": true, "updated_at": "2018-12-12T16:13:28Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "f5456431-386b-4981-a485-87d727cc5a38", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router"}]} 2018-12-12 16:13:54,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router used request id req-4225de2c-2ca5-448b-b27b-eb5f1bde1324 2018-12-12 16:13:54,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:54,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5842ae0b-26f0-4a25-9e5d-ef09be5e79f4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:54,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-5842ae0b-26f0-4a25-9e5d-ef09be5e79f4 2018-12-12 16:13:54,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f5456431-386b-4981-a485-87d727cc5a38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:55,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-e5736bb0-ceaf-419c-b482-2b19feb214e4 Date: Wed, 12 Dec 2018 16:13:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"}]} 2018-12-12 16:13:55,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f5456431-386b-4981-a485-87d727cc5a38 used request id req-e5736bb0-ceaf-419c-b482-2b19feb214e4 2018-12-12 16:13:55,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/f981ddb1-f1db-44d1-854b-c1513ac09bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:55,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-939e267b-4603-4f13-aa6a-3dbe58b2ff61 Date: Wed, 12 Dec 2018 16:13:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}} 2018-12-12 16:13:55,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/f981ddb1-f1db-44d1-854b-c1513ac09bac used request id req-939e267b-4603-4f13-aa6a-3dbe58b2ff61 2018-12-12 16:13:55,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:55,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e6edf016-d3c3-4bf7-bffd-1b9f79943cd1 Date: Wed, 12 Dec 2018 16:13:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:13:55,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-e6edf016-d3c3-4bf7-bffd-1b9f79943cd1 2018-12-12 16:13:55,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:55,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-34ed22b1-a800-42b7-a91d-837871f9bf4d Date: Wed, 12 Dec 2018 16:13:55 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:13:55,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-34ed22b1-a800-42b7-a91d-837871f9bf4d 2018-12-12 16:13:55,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:55,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13: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-3053ae7f-a195-4593-9946-93ccccf2136b x-compute-request-id: req-3053ae7f-a195-4593-9946-93ccccf2136b Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:55,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-3053ae7f-a195-4593-9946-93ccccf2136b 2018-12-12 16:13:55,849 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - ACTIVE 2018-12-12 16:13:55,849 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:13:55,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:56,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13: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-4dd2b5d3-b579-4e9e-a9df-25415a294655 x-compute-request-id: req-4dd2b5d3-b579-4e9e-a9df-25415a294655 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:56,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-4dd2b5d3-b579-4e9e-a9df-25415a294655 2018-12-12 16:13:56,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:56,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-18b35036-0c55-4b79-ad7a-1518f31b6096 Date: Wed, 12 Dec 2018 16:13:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:13:56,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-18b35036-0c55-4b79-ad7a-1518f31b6096 2018-12-12 16:13:56,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:56,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd6e1ea5-0571-49fa-831f-39d9122ed842 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:13:56,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-bd6e1ea5-0571-49fa-831f-39d9122ed842 2018-12-12 16:13:56,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:56,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b928b0c2-6585-49fb-a0be-5ecb81369d20 Date: Wed, 12 Dec 2018 16:13:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:13:56,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-b928b0c2-6585-49fb-a0be-5ecb81369d20 2018-12-12 16:13:56,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:56,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-3da15169-66be-4693-99dc-9778ae3af11b Date: Wed, 12 Dec 2018 16:13:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.3"}],"id":"1fb5828e-40e5-47bb-8045-732f394f66cf","security_groups":[],"mac_address":"fa:16:3e:39:a9:9c","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["08405ae8-df44-481a-b209-ca14dda892b8","24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.4"}],"id":"90f87a44-daae-4faf-9d56-753a7b7b8aad","security_groups":[],"mac_address":"fa:16:3e:c7:54:67","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.2"}],"id":"f1c81682-5ec1-459d-aa25-e36baf379b19","security_groups":[],"mac_address":"fa:16:3e:02:c2:62","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0e71b951-1d34-418d-aec8-f1bf6f8930f0"}]} 2018-12-12 16:13:56,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-3da15169-66be-4693-99dc-9778ae3af11b 2018-12-12 16:13:56,665 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:13:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:56,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7341bb4e-5c8a-4d53-9142-4aaaca813039 Date: Wed, 12 Dec 2018 16:13:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:13:56,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-7341bb4e-5c8a-4d53-9142-4aaaca813039 2018-12-12 16:13:56,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:56,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2e6cac0f-470f-4772-8721-7c311835d70a Date: Wed, 12 Dec 2018 16:13:56 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:13:56,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-2e6cac0f-470f-4772-8721-7c311835d70a 2018-12-12 16:13:56,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "336894a5-be04-4b86-9a52-ecdb3f48b799"}}' 2018-12-12 16:13:59,709 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-815c1695-d32b-4a31-be94-5c6d42aa04cb Date: Wed, 12 Dec 2018 16:13:59 GMT RESP BODY: {"floatingip": {"router_id": "f5456431-386b-4981-a485-87d727cc5a38", "status": "DOWN", "description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:58Z", "updated_at": "2018-12-12T16:13:58Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.9", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "6719316314ef43f3b05724bc61212ddf", "port_id": "336894a5-be04-4b86-9a52-ecdb3f48b799", "id": "428278fe-d8d1-42ff-9846-8ace70452b38"}} 2018-12-12 16:13:59,709 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-815c1695-d32b-4a31-be94-5c6d42aa04cb 2018-12-12 16:13:59,710 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router 2018-12-12 16:13:59,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:13:59,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cde0b3f5-4602-4301-9289-af8f1f916d2a x-compute-request-id: req-cde0b3f5-4602-4301-9289-af8f1f916d2a Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:13:59,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-cde0b3f5-4602-4301-9289-af8f1f916d2a 2018-12-12 16:13:59,982 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - ACTIVE 2018-12-12 16:13:59,983 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:13:59,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:00,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:13:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b437be11-3690-4fee-8544-ee45296c74e2 x-compute-request-id: req-b437be11-3690-4fee-8544-ee45296c74e2 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:00,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-b437be11-3690-4fee-8544-ee45296c74e2 2018-12-12 16:14:00,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:00,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8b0725d7-5b8b-4ef0-b45f-22fe5d1671bb Date: Wed, 12 Dec 2018 16:14: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:14:00,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-8b0725d7-5b8b-4ef0-b45f-22fe5d1671bb 2018-12-12 16:14:00,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:01,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ddcd32-3783-4474-9920-640222da45d3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:14:01,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-a4ddcd32-3783-4474-9920-640222da45d3 2018-12-12 16:14:01,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:01,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0cf34427-d453-499a-b0b4-bafd5c69a0cc Date: Wed, 12 Dec 2018 16:14:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:14:01,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-0cf34427-d453-499a-b0b4-bafd5c69a0cc 2018-12-12 16:14:01,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:01,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-3b34b7ef-9644-4564-bf05-ac0ff5d306f4 Date: Wed, 12 Dec 2018 16:14:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.3"}],"id":"1fb5828e-40e5-47bb-8045-732f394f66cf","security_groups":[],"mac_address":"fa:16:3e:39:a9:9c","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["08405ae8-df44-481a-b209-ca14dda892b8","24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.4"}],"id":"90f87a44-daae-4faf-9d56-753a7b7b8aad","security_groups":[],"mac_address":"fa:16:3e:c7:54:67","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.2"}],"id":"f1c81682-5ec1-459d-aa25-e36baf379b19","security_groups":[],"mac_address":"fa:16:3e:02:c2:62","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0e71b951-1d34-418d-aec8-f1bf6f8930f0"}]} 2018-12-12 16:14:01,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-3b34b7ef-9644-4564-bf05-ac0ff5d306f4 2018-12-12 16:14:01,473 - create_instance_tests - INFO - Looking for IP 10.55.1.9 in the console log 2018-12-12 16:14:01,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:02,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2286631d-b9b9-4321-8ee1-20301106d133 x-compute-request-id: req-2286631d-b9b9-4321-8ee1-20301106d133 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:02,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-2286631d-b9b9-4321-8ee1-20301106d133 2018-12-12 16:14:02,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:14:03,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14: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-d36274d7-5293-4514-926d-5df9fe2c3e2f x-compute-request-id: req-d36274d7-5293-4514-926d-5df9fe2c3e2f Content-Encoding: gzip Content-Length: 9631 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546837245 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.138729] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140617] pid_max: default: 32768 minimum: 301\n[ 0.141637] ACPI: Core revision 20150930\n[ 0.143147] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144539] Security Framework initialized\n[ 0.145476] Yama: becoming mindful.\n[ 0.146313] AppArmor: AppArmor initialized\n[ 0.147265] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148758] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.150210] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.151587] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.153163] Initializing cgroup subsys io\n[ 0.154090] Initializing cgroup subsys memory\n[ 0.155047] Initializing cgroup subsys devices\n[ 0.156035] Initializing cgroup subsys freezer\n[ 0.157009] Initializing cgroup subsys net_cls\n[ 0.157989] Initializing cgroup subsys perf_event\n[ 0.158998] Initializing cgroup subsys net_prio\n[ 0.159989] Initializing cgroup subsys hugetlb\n[ 0.160962] Initializing cgroup subsys pids\n[ 0.161939] CPU: Physical Processor ID: 0\n[ 0.163532] mce: CPU supports 10 MCE banks\n[ 0.164463] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174777] ftrace: allocating 31920 entries in 125 pages\n[ 0.201165] smpboot: Max logical packages: 2\n[ 0.202149] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203525] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.205058] x2apic enabled\n[ 0.205944] Switched APIC routing to physical x2apic.\n[ 0.207828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209206] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213585] KVM setup paravirtual spinlock\n[ 0.214992] x86: Booting SMP configuration:\n[ 0.215894] .... node #0, CPUs: #1\n[ 0.216780] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.238678] x86: Booted up 1 node, 2 CPUs\n[ 0.238679] KVM setup async PF for cpu 1\n[ 0.238682] kvm-stealtime: cpu 1, msr f90d940\n[ 0.241267] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.242738] devtmpfs: initialized\n[ 0.244434] evm: security.selinux\n[ 0.245133] evm: security.SMACK64\n[ 0.245824] evm: security.SMACK64EXEC\n[ 0.246565] evm: security.SMACK64TRANSMUTE\n[ 0.247383] evm: security.SMACK64MMAP\n[ 0.248145] evm: security.ima\n[ 0.248792] evm: security.capability\n[ 0.249619] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251501] pinctrl core: initialized pinctrl subsystem\n[ 0.252597] RTC time: 16:13:49, date: 12/12/18\n[ 0.253552] NET: Registered protocol family 16\n[ 0.263483] cpuidle: using governor ladder\n[ 0.275582] cpuidle: using governor menu\n[ 0.276388] PCCT header not found.\n[ 0.277160] ACPI: bus type PCI registered\n[ 0.277969] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279211] PCI: Using configuration type 1 for base access\n[ 0.293041] ACPI: Added _OSI(Module Device)\n[ 0.294262] ACPI: Added _OSI(Processor Device)\n[ 0.295536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.296839] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.299532] ACPI: Interpreter enabled\n[ 0.300588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.303189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.305804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.307672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.309599] ACPI: (supports S0 S5)\n[ 0.310306] ACPI: Using IOAPIC for interrupt routing\n[ 0.311259] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.314659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.315789] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.317014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.318199] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.320444] acpiphp: Slot [3] registered\n[ 0.321240] acpiphp: Slot [4] registered\n[ 0.322036] acpiphp: Slot [5] registered\n[ 0.322831] acpiphp: Slot [6] registered\n[ 0.323624] acpiphp: Slot [7] registered\n[ 0.324419] acpiphp: Slot [8] registered\n[ 0.325217] acpiphp: Slot [9] registered\n[ 0.326014] acpiphp: Slot [10] registered\n[ 0.336994] acpiphp: Slot [11] registered\n[ 0.337815] acpiphp: Slot [12] registered\n[ 0.338622] acpiphp: Slot [13] registered\n[ 0.339424] acpiphp: Slot [14] registered\n[ 0.340229] acpiphp: Slot [15] registered\n[ 0.341044] acpiphp: Slot [16] registered\n[ 0.341971] acpiphp: Slot [17] registered\n[ 0.343119] acpiphp: Slot [18] registered\n[ 0.344243] acpiphp: Slot [19] registered\n[ 0.345359] acpiphp: Slot [20] registered\n[ 0.346488] acpiphp: Slot [21] registered\n[ 0.347641] acpiphp: Slot [22] registered\n[ 0.348769] acpiphp: Slot [23] registered\n[ 0.349899] acpiphp: Slot [24] registered\n[ 0.351029] acpiphp: Slot [25] registered\n[ 0.352144] acpiphp: Slot [26] registered\n[ 0.353289] acpiphp: Slot [27] registered\n[ 0.354426] acpiphp: Slot [28] registered\n[ 0.355487] acpiphp: Slot [29] registered\n[ 0.356596] acpiphp: Slot [30] registered\n[ 0.357726] acpiphp: Slot [31] registered\n[ 0.358851] PCI host bridge to bus 0000:00\n[ 0.359977] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.361771] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.363558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.365623] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.367661] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.374449] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.376135] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.377758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.379643] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.386873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.388903] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442383] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444280] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446253] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450250] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.451842] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453339] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455573] vgaarb: loaded\n[ 0.456383] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457967] SCSI subsystem initialized\n[ 0.459137] ACPI: bus type USB registered\n[ 0.460272] usbcore: registered new interface driver usbfs\n[ 0.461747] usbcore: registered new interface driver hub\n[ 0.463215] usbcore: registered new device driver usb\n[ 0.464747] PCI: Using ACPI for IRQ routing\n[ 0.466113] NetLabel: Initializing\n[ 0.467099] NetLabel: domain hash size = 128\n[ 0.468323] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.469705] NetLabel: unlabeled traffic allowed by default\n[ 0.471324] clocksource: Switched to clocksource kvm-clock\n[ 0.477744] AppArmor: AppArmor Filesystem Enabled\n[ 0.479107] pnp: PnP ACPI init\n[ 0.480286] pnp: PnP ACPI: found 5 devices\n[ 0.487770] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.490190] NET: Registered protocol family 2\n[ 0.491521] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.493348] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.495059] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.496759] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499876] NET: Registered protocol family 1\n[ 0.501027] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502524] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.504087] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522793] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.541777] Trying to unpack rootfs image as initramfs...\n[ 0.592343] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.608633] Scanning for low memory corruption every 60 seconds\n[ 0.611249] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.613035] audit: initializing netlink subsys (disabled)\n[ 0.614581] audit: type=2000 audit(1544631229.587:1): initialized\n[ 0.616521] Initialise system trusted keyring\n[ 0.617946] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.619776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622468] zbud: loaded\n[ 0.623457] VFS: Disk quotas dquot_6.6.0\n[ 0.624655] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.626908] fuse init (API version 7.23)\n[ 0.628256] Key type big_key registered\n[ 0.629426] Allocating IMA MOK and blacklist keyrings.\n[ 0.631185] Key type asymmetric registered\n[ 0.632411] Asymmetric key parser 'x509' registered\n[ 0.633834] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.636058] io scheduler noop registered\n[ 0.637254] io scheduler deadline registered (default)\n[ 0.638762] io scheduler cfq registered\n[ 0.639992] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.641565] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.643490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645646] ACPI: Power Button [PWRF]\n[ 0.646891] GHES: HEST is not enabled!\n[ 0.665253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703225] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706136] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.729815] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733364] Linux agpgart interface v0.103\n[ 0.736226] brd: module loaded\n[ 0.737972] loop: module loaded\n[ 0.743893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.745979] GPT:90111 != 20971519\n[ 0.746921] GPT:Alternate GPT header not at the end of the disk.\n[ 0.748477] GPT:90111 != 20971519\n[ 0.749379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.750683] vda: vda1 vda15\n[ 0.752476] scsi host0: ata_piix\n[ 0.753454] scsi host1: ata_piix\n[ 0.754405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.756134] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.757902] libphy: Fixed MDIO Bus: probed\n[ 0.758863] tun: Universal TUN/TAP device driver, 1.6\n[ 0.759970] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.762458] PPP generic driver version 2.4.2\n[ 0.763695] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.765436] ehci-pci: EHCI PCI platform driver\n[ 0.766596] ehci-platform: EHCI generic platform driver\n[ 0.768011] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.769598] ohci-pci: OHCI PCI platform driver\n[ 0.770755] ohci-platform: OHCI generic platform driver\n[ 0.772183] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.791728] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.793037] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.794917] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.796201] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.797621] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.799242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.801160] usb usb1: Product: UHCI Host Controller\n[ 0.802540] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.804145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805407] hub 1-0:1.0: USB hub found\n[ 0.806430] hub 1-0:1.0: 2 ports detected\n[ 0.807674] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810379] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811690] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813049] mousedev: PS/2 mouse device common for all mice\n[ 0.814733] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817148] rtc_cmos 00:00: RTC can wake from S4\n[ 0.818691] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.820359] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822080] i2c /dev entries driver\n[ 0.823077] device-mapper: uevent: version 1.0.3\n[ 0.824422] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.826621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.828496] NET: Registered protocol family 10\n[ 0.829934] NET: Registered protocol family 17\n[ 0.831228] Key type dns_resolver registered\n[ 0.832569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.834050] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835744] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.837973] registered taskstats version 1\n[ 0.838972] Loading compiled-in X.509 certificates\n[ 0.840822] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.843445] zswap: loaded using pool lzo/zbud\n[ 0.845289] Key type trusted registered\n[ 0.847290] Key type encrypted registered\n[ 0.848416] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.849862] ima: No TPM chip found, activating TPM-bypass!\n[ 0.851317] evm: HMAC attrs: 0x1\n[ 0.852555] Magic number: 14:802:236\n[ 0.853782] rtc_cmos 00:00: setting system clock to 2018-12-12 16:13:49 UTC (1544631229)\n[ 0.866225] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.867891] EDD information not available.\n[ 0.912486] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.914630] Write protecting the kernel read-only data: 14336k\n[ 0.916742] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.919194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.72\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.972745] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.9...\nLease of 10.55.1.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.28. iid=i-00000110\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMR/W5FRvP+/0j/5UsvE5t/ScM4J9cYlXD8F2PkS/vDR6RVBOBhThDj5rudMSzI7z/IRvnFH9pjIP6rhK0X8mEsQl8LkujNepj+lgam4RGUH/5b2A/qks9faorKjl2Nghb6yiUrElwy+cZuaQicQDLlF866iyiSwuDaTYpu8S8Nek5/BJ9OeizwulHhK86q6vc4whgV0lzj7Wzd9ifoO5grq4f8j7dGWL0QIqe+NlYbU05UHgnZtQ2CiTWRmQNn0QzeMQIWqxVyzAFFKSfrNwc41y5dU59qcxWRgHy7OMbPrvvTnrlt56NSdA3i+u1ZENB+25mjwKe/wzQ0UrS3F2L root@createinstancesinglenetworktests-0ec418cf-6f02-4344-b6f7-8251a8\nssh-dss AAAAB3NzaC1kc3MAAACBAIRqobfjSCnzuuuf994Q3sbGcfVk4hQANnvCn4AwWFTS9Rw966dkWAr2HhrjpsM5fSQqp1iTjNBk5TBYoKhlaNqjwTypDK+y03fwVXd9TKm0Fo/bvs4jMHBmtelLatBFGtUMKy5q2Q9XYzwxiqW3810Nvdrlh3BTqnwRbwFbTBkdAAAAFQCLaQ5dZwB+6tkwaNMZuqmKObM7pQAAAIAmUAHIFWj69qONDlr1kKVPEj3yLekAn+wpkK5Jwyt5RescumxUfx9lpiIfD8EsyTS8qLX469FZbbnXoCNl1/WtVxq32/eUMzVgLa27GP1A+4n96I7G1chsstlE7JiG6oPfxDbjUosyFHXENU83r+fbE+nqDt7fVTQLmWxkPp0MngAAAIAGW74bgvK9g3oIbp05YBmHetcme+IS4PG95Suv1tL+OY6Ba3D4UnM3m2zqexN1eKvZJwAvFce8dknhmqHVMf75foZ2fYuKFr/P8+gU4JqwZyLPtDqoTmB41szZ7pqw0Lb2eJIiBNimt0NuQQVVDER5b7+wN3ay+hqK8zy3ybq8SQ== root@createinstancesinglenetworktests-0ec418cf-6f02-4344-b6f7-8251a8\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:fe3f:4e02/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-00000110\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-0ec418cf-6f02-4344-b6f7-8251a8\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.38 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-0ec418cf-6f02-4344-b6f7-8251a8 login: "} 2018-12-12 16:14:03,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95/action used request id req-d36274d7-5293-4514-926d-5df9fe2c3e2f 2018-12-12 16:14:03,254 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:14:03,254 - 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 546837245 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.138729] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140617] pid_max: default: 32768 minimum: 301 [ 0.141637] ACPI: Core revision 20150930 [ 0.143147] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144539] Security Framework initialized [ 0.145476] Yama: becoming mindful. [ 0.146313] AppArmor: AppArmor initialized [ 0.147265] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148758] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.150210] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.151587] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.153163] Initializing cgroup subsys io [ 0.154090] Initializing cgroup subsys memory [ 0.155047] Initializing cgroup subsys devices [ 0.156035] Initializing cgroup subsys freezer [ 0.157009] Initializing cgroup subsys net_cls [ 0.157989] Initializing cgroup subsys perf_event [ 0.158998] Initializing cgroup subsys net_prio [ 0.159989] Initializing cgroup subsys hugetlb [ 0.160962] Initializing cgroup subsys pids [ 0.161939] CPU: Physical Processor ID: 0 [ 0.163532] mce: CPU supports 10 MCE banks [ 0.164463] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174777] ftrace: allocating 31920 entries in 125 pages [ 0.201165] smpboot: Max logical packages: 2 [ 0.202149] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203525] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.205058] x2apic enabled [ 0.205944] Switched APIC routing to physical x2apic. [ 0.207828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.209206] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.211639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.213585] KVM setup paravirtual spinlock [ 0.214992] x86: Booting SMP configuration: [ 0.215894] .... node #0, CPUs: #1 [ 0.216780] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.238678] x86: Booted up 1 node, 2 CPUs [ 0.238679] KVM setup async PF for cpu 1 [ 0.238682] kvm-stealtime: cpu 1, msr f90d940 [ 0.241267] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.242738] devtmpfs: initialized [ 0.244434] evm: security.selinux [ 0.245133] evm: security.SMACK64 [ 0.245824] evm: security.SMACK64EXEC [ 0.246565] evm: security.SMACK64TRANSMUTE [ 0.247383] evm: security.SMACK64MMAP [ 0.248145] evm: security.ima [ 0.248792] evm: security.capability [ 0.249619] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251501] pinctrl core: initialized pinctrl subsystem [ 0.252597] RTC time: 16:13:49, date: 12/12/18 [ 0.253552] NET: Registered protocol family 16 [ 0.263483] cpuidle: using governor ladder [ 0.275582] cpuidle: using governor menu [ 0.276388] PCCT header not found. [ 0.277160] ACPI: bus type PCI registered [ 0.277969] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.279211] PCI: Using configuration type 1 for base access [ 0.293041] ACPI: Added _OSI(Module Device) [ 0.294262] ACPI: Added _OSI(Processor Device) [ 0.295536] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.296839] ACPI: Added _OSI(Processor Aggregator Device) [ 0.299532] ACPI: Interpreter enabled [ 0.300588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.303189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.305804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.307672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.309599] ACPI: (supports S0 S5) [ 0.310306] ACPI: Using IOAPIC for interrupt routing [ 0.311259] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.314659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.315789] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.317014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.318199] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.320444] acpiphp: Slot [3] registered [ 0.321240] acpiphp: Slot [4] registered [ 0.322036] acpiphp: Slot [5] registered [ 0.322831] acpiphp: Slot [6] registered [ 0.323624] acpiphp: Slot [7] registered [ 0.324419] acpiphp: Slot [8] registered [ 0.325217] acpiphp: Slot [9] registered [ 0.326014] acpiphp: Slot [10] registered [ 0.336994] acpiphp: Slot [11] registered [ 0.337815] acpiphp: Slot [12] registered [ 0.338622] acpiphp: Slot [13] registered [ 0.339424] acpiphp: Slot [14] registered [ 0.340229] acpiphp: Slot [15] registered [ 0.341044] acpiphp: Slot [16] registered [ 0.341971] acpiphp: Slot [17] registered [ 0.343119] acpiphp: Slot [18] registered [ 0.344243] acpiphp: Slot [19] registered [ 0.345359] acpiphp: Slot [20] registered [ 0.346488] acpiphp: Slot [21] registered [ 0.347641] acpiphp: Slot [22] registered [ 0.348769] acpiphp: Slot [23] registered [ 0.349899] acpiphp: Slot [24] registered [ 0.351029] acpiphp: Slot [25] registered [ 0.352144] acpiphp: Slot [26] registered [ 0.353289] acpiphp: Slot [27] registered [ 0.354426] acpiphp: Slot [28] registered [ 0.355487] acpiphp: Slot [29] registered [ 0.356596] acpiphp: Slot [30] registered [ 0.357726] acpiphp: Slot [31] registered [ 0.358851] PCI host bridge to bus 0000:00 [ 0.359977] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.361771] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.363558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.365623] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.367661] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.374449] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.376135] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.377758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.379643] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.386873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.388903] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442383] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444280] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446253] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450250] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.451842] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453339] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455573] vgaarb: loaded [ 0.456383] vgaarb: bridge control possible 0000:00:02.0 [ 0.457967] SCSI subsystem initialized [ 0.459137] ACPI: bus type USB registered [ 0.460272] usbcore: registered new interface driver usbfs [ 0.461747] usbcore: registered new interface driver hub [ 0.463215] usbcore: registered new device driver usb [ 0.464747] PCI: Using ACPI for IRQ routing [ 0.466113] NetLabel: Initializing [ 0.467099] NetLabel: domain hash size = 128 [ 0.468323] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.469705] NetLabel: unlabeled traffic allowed by default [ 0.471324] clocksource: Switched to clocksource kvm-clock [ 0.477744] AppArmor: AppArmor Filesystem Enabled [ 0.479107] pnp: PnP ACPI init [ 0.480286] pnp: PnP ACPI: found 5 devices [ 0.487770] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.490190] NET: Registered protocol family 2 [ 0.491521] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.493348] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.495059] TCP: Hash tables configured (established 2048 bind 2048) [ 0.496759] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.498283] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.499876] NET: Registered protocol family 1 [ 0.501027] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.502524] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.504087] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522793] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.541777] Trying to unpack rootfs image as initramfs... [ 0.592343] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.608633] Scanning for low memory corruption every 60 seconds [ 0.611249] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.613035] audit: initializing netlink subsys (disabled) [ 0.614581] audit: type=2000 audit(1544631229.587:1): initialized [ 0.616521] Initialise system trusted keyring [ 0.617946] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.619776] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.622468] zbud: loaded [ 0.623457] VFS: Disk quotas dquot_6.6.0 [ 0.624655] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.626908] fuse init (API version 7.23) [ 0.628256] Key type big_key registered [ 0.629426] Allocating IMA MOK and blacklist keyrings. [ 0.631185] Key type asymmetric registered [ 0.632411] Asymmetric key parser 'x509' registered [ 0.633834] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.636058] io scheduler noop registered [ 0.637254] io scheduler deadline registered (default) [ 0.638762] io scheduler cfq registered [ 0.639992] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.641565] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.643490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645646] ACPI: Power Button [PWRF] [ 0.646891] GHES: HEST is not enabled! [ 0.665253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.703225] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.706136] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.729815] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.733364] Linux agpgart interface v0.103 [ 0.736226] brd: module loaded [ 0.737972] loop: module loaded [ 0.743893] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.745979] GPT:90111 != 20971519 [ 0.746921] GPT:Alternate GPT header not at the end of the disk. [ 0.748477] GPT:90111 != 20971519 [ 0.749379] GPT: Use GNU Parted to correct GPT errors. [ 0.750683] vda: vda1 vda15 [ 0.752476] scsi host0: ata_piix [ 0.753454] scsi host1: ata_piix [ 0.754405] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.756134] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.757902] libphy: Fixed MDIO Bus: probed [ 0.758863] tun: Universal TUN/TAP device driver, 1.6 [ 0.759970] tun: (C) 1999-2004 Max Krasnyansky [ 0.762458] PPP generic driver version 2.4.2 [ 0.763695] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.765436] ehci-pci: EHCI PCI platform driver [ 0.766596] ehci-platform: EHCI generic platform driver [ 0.768011] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.769598] ohci-pci: OHCI PCI platform driver [ 0.770755] ohci-platform: OHCI generic platform driver [ 0.772183] uhci_hcd: USB Universal Host Controller Interface driver [ 0.791728] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.793037] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.794917] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.796201] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.797621] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.799242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.801160] usb usb1: Product: UHCI Host Controller [ 0.802540] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.804145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.805407] hub 1-0:1.0: USB hub found [ 0.806430] hub 1-0:1.0: 2 ports detected [ 0.807674] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.810379] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.811690] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.813049] mousedev: PS/2 mouse device common for all mice [ 0.814733] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.817148] rtc_cmos 00:00: RTC can wake from S4 [ 0.818691] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.820359] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.822080] i2c /dev entries driver [ 0.823077] device-mapper: uevent: version 1.0.3 [ 0.824422] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.826621] ledtrig-cpu: registered to indicate activity on CPUs [ 0.828496] NET: Registered protocol family 10 [ 0.829934] NET: Registered protocol family 17 [ 0.831228] Key type dns_resolver registered [ 0.832569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.834050] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.835744] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.837973] registered taskstats version 1 [ 0.838972] Loading compiled-in X.509 certificates [ 0.840822] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.843445] zswap: loaded using pool lzo/zbud [ 0.845289] Key type trusted registered [ 0.847290] Key type encrypted registered [ 0.848416] AppArmor: AppArmor sha1 policy hashing enabled [ 0.849862] ima: No TPM chip found, activating TPM-bypass! [ 0.851317] evm: HMAC attrs: 0x1 [ 0.852555] Magic number: 14:802:236 [ 0.853782] rtc_cmos 00:00: setting system clock to 2018-12-12 16:13:49 UTC (1544631229) [ 0.866225] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.867891] EDD information not available. [ 0.912486] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.914630] Write protecting the kernel read-only data: 14336k [ 0.916742] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.919194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.72 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.972745] 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.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... 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.28. iid=i-00000110 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMR/W5FRvP+/0j/5UsvE5t/ScM4J9cYlXD8F2PkS/vDR6RVBOBhThDj5rudMSzI7z/IRvnFH9pjIP6rhK0X8mEsQl8LkujNepj+lgam4RGUH/5b2A/qks9faorKjl2Nghb6yiUrElwy+cZuaQicQDLlF866iyiSwuDaTYpu8S8Nek5/BJ9OeizwulHhK86q6vc4whgV0lzj7Wzd9ifoO5grq4f8j7dGWL0QIqe+NlYbU05UHgnZtQ2CiTWRmQNn0QzeMQIWqxVyzAFFKSfrNwc41y5dU59qcxWRgHy7OMbPrvvTnrlt56NSdA3i+u1ZENB+25mjwKe/wzQ0UrS3F2L root@createinstancesinglenetworktests-0ec418cf-6f02-4344-b6f7-8251a8 ssh-dss AAAAB3NzaC1kc3MAAACBAIRqobfjSCnzuuuf994Q3sbGcfVk4hQANnvCn4AwWFTS9Rw966dkWAr2HhrjpsM5fSQqp1iTjNBk5TBYoKhlaNqjwTypDK+y03fwVXd9TKm0Fo/bvs4jMHBmtelLatBFGtUMKy5q2Q9XYzwxiqW3810Nvdrlh3BTqnwRbwFbTBkdAAAAFQCLaQ5dZwB+6tkwaNMZuqmKObM7pQAAAIAmUAHIFWj69qONDlr1kKVPEj3yLekAn+wpkK5Jwyt5RescumxUfx9lpiIfD8EsyTS8qLX469FZbbnXoCNl1/WtVxq32/eUMzVgLa27GP1A+4n96I7G1chsstlE7JiG6oPfxDbjUosyFHXENU83r+fbE+nqDt7fVTQLmWxkPp0MngAAAIAGW74bgvK9g3oIbp05YBmHetcme+IS4PG95Suv1tL+OY6Ba3D4UnM3m2zqexN1eKvZJwAvFce8dknhmqHVMf75foZ2fYuKFr/P8+gU4JqwZyLPtDqoTmB41szZ7pqw0Lb2eJIiBNimt0NuQQVVDER5b7+wN3ay+hqK8zy3ybq8SQ== root@createinstancesinglenetworktests-0ec418cf-6f02-4344-b6f7-8251a8 -----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:fe3f:4e02/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-00000110 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-0ec418cf-6f02-4344-b6f7-8251a8 launch-index: 0 === cirros: current=0.4.0 uptime=3.38 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-0ec418cf-6f02-4344-b6f7-8251a8 login: 2018-12-12 16:14:03,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:03,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-7b2f9d1b-7b1f-4470-8298-f93d560331fe x-compute-request-id: req-7b2f9d1b-7b1f-4470-8298-f93d560331fe Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:03,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-7b2f9d1b-7b1f-4470-8298-f93d560331fe 2018-12-12 16:14:03,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:04,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-38e311e3-a40e-4eec-b9c4-0d75e37184b8 Date: Wed, 12 Dec 2018 16: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:14:04,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-38e311e3-a40e-4eec-b9c4-0d75e37184b8 2018-12-12 16:14:04,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:04,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861a4e2e-fb1f-4901-bdfa-f6275d49c1e5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:14:04,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-861a4e2e-fb1f-4901-bdfa-f6275d49c1e5 2018-12-12 16:14:04,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:04,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-805aac3f-c5b4-403f-ac03-f1ed95ac32ac Date: Wed, 12 Dec 2018 16:14:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:14:04,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-805aac3f-c5b4-403f-ac03-f1ed95ac32ac 2018-12-12 16:14:04,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:04,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-adba7d60-6460-48c9-9fd9-b6d5d7281e47 Date: Wed, 12 Dec 2018 16:14:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.3"}],"id":"1fb5828e-40e5-47bb-8045-732f394f66cf","security_groups":[],"mac_address":"fa:16:3e:39:a9:9c","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["08405ae8-df44-481a-b209-ca14dda892b8","24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.4"}],"id":"90f87a44-daae-4faf-9d56-753a7b7b8aad","security_groups":[],"mac_address":"fa:16:3e:c7:54:67","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.2"}],"id":"f1c81682-5ec1-459d-aa25-e36baf379b19","security_groups":[],"mac_address":"fa:16:3e:02:c2:62","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0e71b951-1d34-418d-aec8-f1bf6f8930f0"}]} 2018-12-12 16:14:04,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-adba7d60-6460-48c9-9fd9-b6d5d7281e47 2018-12-12 16:14:04,379 - create_instance - INFO - Checking if VM is active 2018-12-12 16:14:04,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:04,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-842fccbd-71aa-45a7-9339-c3f034a7b338 x-compute-request-id: req-842fccbd-71aa-45a7-9339-c3f034a7b338 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:04,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-842fccbd-71aa-45a7-9339-c3f034a7b338 2018-12-12 16:14:04,832 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - ACTIVE 2018-12-12 16:14:04,832 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:14:04,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:05,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d965dcf-3daf-4241-b1ca-5d1c6eafbeee x-compute-request-id: req-8d965dcf-3daf-4241-b1ca-5d1c6eafbeee Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:05,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-8d965dcf-3daf-4241-b1ca-5d1c6eafbeee 2018-12-12 16:14:05,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:05,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-76e2f6a6-1192-44e1-82e8-b5683cff0bce Date: Wed, 12 Dec 2018 16: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:14:05,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-76e2f6a6-1192-44e1-82e8-b5683cff0bce 2018-12-12 16:14:05,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:05,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d2063d-2504-438e-8d9e-7492ad2e3b46 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:14:05,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-33d2063d-2504-438e-8d9e-7492ad2e3b46 2018-12-12 16:14:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:05,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8677e23d-f853-471a-ac1b-981c37d31159 Date: Wed, 12 Dec 2018 16:14:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:14:05,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-8677e23d-f853-471a-ac1b-981c37d31159 2018-12-12 16:14:05,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:06,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-9004e00b-dd4c-467e-873b-b52b511f4c4f Date: Wed, 12 Dec 2018 16:14:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.3"}],"id":"1fb5828e-40e5-47bb-8045-732f394f66cf","security_groups":[],"mac_address":"fa:16:3e:39:a9:9c","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["08405ae8-df44-481a-b209-ca14dda892b8","24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.4"}],"id":"90f87a44-daae-4faf-9d56-753a7b7b8aad","security_groups":[],"mac_address":"fa:16:3e:c7:54:67","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.2"}],"id":"f1c81682-5ec1-459d-aa25-e36baf379b19","security_groups":[],"mac_address":"fa:16:3e:02:c2:62","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0e71b951-1d34-418d-aec8-f1bf6f8930f0"}]} 2018-12-12 16:14:06,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-9004e00b-dd4c-467e-873b-b52b511f4c4f 2018-12-12 16:14:06,013 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:14:06,016 - paramiko.transport - DEBUG - starting thread (client mode): 0xd695ce90L 2018-12-12 16:14:06,017 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:14:06,017 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:14:06,017 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:14:06,018 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:14:06,018 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:14:06,019 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:14:06,019 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:14:06,019 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:14:06,019 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:14:06,036 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:14:06,037 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:14:06,049 - paramiko.transport - DEBUG - Trying key f3328550407e57ac9fef744471e8e2d5 from tmp/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe 2018-12-12 16:14:06,075 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:14:06,079 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:14:06,179 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:14:06,194 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:14:06,194 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:14:06,196 - paramiko.transport - DEBUG - starting thread (client mode): 0xd695ce90L 2018-12-12 16:14:06,196 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:14:06,196 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:14:06,196 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:14:06,197 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:14:06,198 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:14:06,198 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:14:06,198 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:14:06,198 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:14:06,198 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:14:06,215 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:14:06,215 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:14:06,228 - paramiko.transport - DEBUG - Trying key f3328550407e57ac9fef744471e8e2d5 from tmp/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe 2018-12-12 16:14:06,255 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:14:06,258 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:14:06,260 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:14:06,261 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:14:06,261 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:14:06,263 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:14:06,264 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:14:06,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:14:06,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:14:06,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f02373014c5f41789b1f792b832af339", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role"}], "expires_at": "2018-12-12T17:14:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6719316314ef43f3b05724bc61212ddf", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/6719316314ef43f3b05724bc61212ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user", "id": "21c8d2e0609740ac9f778ac5d75e3287"}, "audit_ids": ["A92rteDhQjSTH2bsMbnWUQ"], "issued_at": "2018-12-12T16:14:06.000000Z"}} 2018-12-12 16:14:06,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:06,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584fb039-982f-4973-b2c0-fbeb88618bd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:14:06,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-584fb039-982f-4973-b2c0-fbeb88618bd5 2018-12-12 16:14:06,739 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:14:06,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:06,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1a86bd-832a-411a-9258-997bc5fb6038 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:14:06,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-de1a86bd-832a-411a-9258-997bc5fb6038 2018-12-12 16:14:06,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:07,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-60065ac9-fb05-409d-9af9-74f3ef66bba7 Date: Wed, 12 Dec 2018 16: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:14:07,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-60065ac9-fb05-409d-9af9-74f3ef66bba7 2018-12-12 16:14:07,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:14:07,074 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:14:07,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:07,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75312a6d-85bd-497e-a507-f33917ffe8b4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:14:07,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-75312a6d-85bd-497e-a507-f33917ffe8b4 2018-12-12 16:14:07,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:07,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-49d8fa41-b715-46a5-9d47-3735b41192ac Date: Wed, 12 Dec 2018 16:14:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:14:07,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-49d8fa41-b715-46a5-9d47-3735b41192ac 2018-12-12 16:14:07,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:07,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-9703bff7-195c-47b7-9606-eefb7d3a2441 Date: Wed, 12 Dec 2018 16:14:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["08405ae8-df44-481a-b209-ca14dda892b8","24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"}]} 2018-12-12 16:14:07,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0&name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1&admin_state_up=True used request id req-9703bff7-195c-47b7-9606-eefb7d3a2441 2018-12-12 16:14:07,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:07,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f16922-0477-4a33-8766-d3072d636715 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:14:07,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-55f16922-0477-4a33-8766-d3072d636715 2018-12-12 16:14:07,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:08,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14: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-7525def7-212c-4a23-962d-eceb18184698 x-compute-request-id: req-7525def7-212c-4a23-962d-eceb18184698 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:14:08,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst used request id req-7525def7-212c-4a23-962d-eceb18184698 2018-12-12 16:14:08,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:08,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b828ae81-422d-4259-9845-10c37901f4e5 Date: Wed, 12 Dec 2018 16: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:14:08,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-b828ae81-422d-4259-9845-10c37901f4e5 2018-12-12 16:14:08,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:08,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-23293403-5e87-4adb-9047-cee9877e055d Date: Wed, 12 Dec 2018 16:14:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:14:08,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-23293403-5e87-4adb-9047-cee9877e055d 2018-12-12 16:14:08,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:09,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-ceef326a-be0a-499b-bfcb-c65dea2f6363 Date: Wed, 12 Dec 2018 16:14:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.3"}],"id":"1fb5828e-40e5-47bb-8045-732f394f66cf","security_groups":[],"mac_address":"fa:16:3e:39:a9:9c","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["08405ae8-df44-481a-b209-ca14dda892b8","24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.4"}],"id":"90f87a44-daae-4faf-9d56-753a7b7b8aad","security_groups":[],"mac_address":"fa:16:3e:c7:54:67","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.2"}],"id":"f1c81682-5ec1-459d-aa25-e36baf379b19","security_groups":[],"mac_address":"fa:16:3e:02:c2:62","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0e71b951-1d34-418d-aec8-f1bf6f8930f0"}]} 2018-12-12 16:14:09,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-ceef326a-be0a-499b-bfcb-c65dea2f6363 2018-12-12 16:14:09,027 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst 2018-12-12 16:14:09,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:09,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-95a49b0e-bdff-47cf-842f-c7644fa2e9b7 Date: Wed, 12 Dec 2018 16:14:09 GMT RESP BODY: {"floatingips": [{"router_id": "f5456431-386b-4981-a485-87d727cc5a38", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:58Z", "updated_at": "2018-12-12T16:13:58Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.9", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "6719316314ef43f3b05724bc61212ddf", "port_id": "336894a5-be04-4b86-9a52-ecdb3f48b799", "id": "428278fe-d8d1-42ff-9846-8ace70452b38"}]} 2018-12-12 16:14:09,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-95a49b0e-bdff-47cf-842f-c7644fa2e9b7 2018-12-12 16:14:09,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports/336894a5-be04-4b86-9a52-ecdb3f48b799 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:09,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-5f9d2d62-8ee1-40fa-a149-a380bfac60b3 Date: Wed, 12 Dec 2018 16:14:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["08405ae8-df44-481a-b209-ca14dda892b8","24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","project_id":"6719316314ef43f3b05724bc61212ddf","qos_policy_id":null,"admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal"}} 2018-12-12 16:14:09,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports/336894a5-be04-4b86-9a52-ecdb3f48b799 used request id req-5f9d2d62-8ee1-40fa-a149-a380bfac60b3 2018-12-12 16:14:09,110 - create_instance - INFO - Checking if VM is active 2018-12-12 16:14:09,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:09,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-0233e8b8-46d5-4740-b2f5-fc42cd56db3a x-compute-request-id: req-0233e8b8-46d5-4740-b2f5-fc42cd56db3a Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:09,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-0233e8b8-46d5-4740-b2f5-fc42cd56db3a 2018-12-12 16:14:09,563 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - ACTIVE 2018-12-12 16:14:09,563 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:14:09,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:10,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-8952a217-b68b-451a-9348-f9c9995bb67f x-compute-request-id: req-8952a217-b68b-451a-9348-f9c9995bb67f Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4e:02", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp"}, {"name": "default"}], "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:13:49Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:10,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-8952a217-b68b-451a-9348-f9c9995bb67f 2018-12-12 16:14:10,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:10,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6f2e85d9-5ba4-4b66-a446-7e20aa657fa8 Date: Wed, 12 Dec 2018 16:14: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":["f981ddb1-f1db-44d1-854b-c1513ac09bac"],"updated_at":"2018-12-12T16:13:18Z","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6719316314ef43f3b05724bc61212ddf","id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net"}]} 2018-12-12 16:14:10,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net used request id req-6f2e85d9-5ba4-4b66-a446-7e20aa657fa8 2018-12-12 16:14:10,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:10,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2cb437a-8204-4b8b-8174-fb07f7103152 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:14:10,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-e2cb437a-8204-4b8b-8174-fb07f7103152 2018-12-12 16:14:10,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:10,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-86ad6df3-46c6-4742-a46a-e60a2fd8029c Date: Wed, 12 Dec 2018 16:14:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:18Z","dns_nameservers":[],"updated_at":"2018-12-12T16:13: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":"6719316314ef43f3b05724bc61212ddf","id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet"}]} 2018-12-12 16:14:10,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-86ad6df3-46c6-4742-a46a-e60a2fd8029c 2018-12-12 16:14:10,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b012b7bae85e5aeeaaa6ab683310995ca6ab96" 2018-12-12 16:14:10,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-6507fb83-64a1-4563-b533-74137d862961 Date: Wed, 12 Dec 2018 16:14:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.1"}],"id":"1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9","security_groups":[],"mac_address":"fa:16:3e:2c:c6:ed","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:27Z","binding:vnic_type":"normal","device_id":"f5456431-386b-4981-a485-87d727cc5a38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.3"}],"id":"1fb5828e-40e5-47bb-8045-732f394f66cf","security_groups":[],"mac_address":"fa:16:3e:39:a9:9c","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.9"}],"id":"336894a5-be04-4b86-9a52-ecdb3f48b799","security_groups":["08405ae8-df44-481a-b209-ca14dda892b8","24b3a1a0-314d-4d64-b690-2bbcca2e365f"],"mac_address":"fa:16:3e:3f:4e:02","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:39Z","binding:vnic_type":"normal","device_id":"8111ed90-da3f-4d35-87a2-91310bedaf95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.4"}],"id":"90f87a44-daae-4faf-9d56-753a7b7b8aad","security_groups":[],"mac_address":"fa:16:3e:c7:54:67","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0e71b951-1d34-418d-aec8-f1bf6f8930f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:13:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f981ddb1-f1db-44d1-854b-c1513ac09bac","ip_address":"10.55.1.2"}],"id":"f1c81682-5ec1-459d-aa25-e36baf379b19","security_groups":[],"mac_address":"fa:16:3e:02:c2:62","project_id":"6719316314ef43f3b05724bc61212ddf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0e71b951-1d34-418d-aec8-f1bf6f8930f0","tenant_id":"6719316314ef43f3b05724bc61212ddf","created_at":"2018-12-12T16:13:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0e71b951-1d34-418d-aec8-f1bf6f8930f0"}]} 2018-12-12 16:14:10,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-6507fb83-64a1-4563-b533-74137d862961 2018-12-12 16:14:10,796 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:14:10,798 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6920f10L 2018-12-12 16:14:10,799 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:14:10,799 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:14:10,799 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:14:10,800 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:14:10,800 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:14:10,801 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:14:10,801 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:14:10,801 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:14:10,801 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:14:10,818 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:14:10,819 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:14:10,831 - paramiko.transport - DEBUG - Trying key f3328550407e57ac9fef744471e8e2d5 from tmp/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe 2018-12-12 16:14:10,855 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:14:10,858 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:14:10,959 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:14:10,977 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:14:10,977 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:14:10,979 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6920fd0L 2018-12-12 16:14:10,979 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:14:10,979 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:14:10,979 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:14:10,981 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:14:10,981 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:14:10,981 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:14:10,981 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:14:10,981 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:14:10,981 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:14:10,998 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:14:10,999 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:14:11,011 - paramiko.transport - DEBUG - Trying key f3328550407e57ac9fef744471e8e2d5 from tmp/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe 2018-12-12 16:14:11,039 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:14:11,042 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:14:11,044 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:14:11,045 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:14:11,045 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:14:11,047 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:14:11,048 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:14:11,049 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-12-12 16:14:11,049 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-12-12 16:14:11,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/428278fe-d8d1-42ff-9846-8ace70452b38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:11,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-837c97f0-d9c7-4c72-899b-f4f6829a6d75 Content-Length: 0 Date: Wed, 12 Dec 2018 16:14:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:11,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/428278fe-d8d1-42ff-9846-8ace70452b38 used request id req-837c97f0-d9c7-4c72-899b-f4f6829a6d75 2018-12-12 16:14:11,856 - create_instance - INFO - Deleting Port with ID - 336894a5-be04-4b86-9a52-ecdb3f48b799 2018-12-12 16:14:11,856 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71feport-1 2018-12-12 16:14:11,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/336894a5-be04-4b86-9a52-ecdb3f48b799 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:12,449 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-638348cd-ad11-4c1a-acf2-590865b3f6b4 Date: Wed, 12 Dec 2018 16:14:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:12,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/336894a5-be04-4b86-9a52-ecdb3f48b799 used request id req-638348cd-ad11-4c1a-acf2-590865b3f6b4 2018-12-12 16:14:12,449 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst 2018-12-12 16:14:12,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:12,638 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b132907-59c8-4c15-89fb-bb59d5bfa02a x-compute-request-id: req-4b132907-59c8-4c15-89fb-bb59d5bfa02a Content-Type: application/json 2018-12-12 16:14:12,638 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-4b132907-59c8-4c15-89fb-bb59d5bfa02a 2018-12-12 16:14:12,638 - create_instance - INFO - Checking deletion status 2018-12-12 16:14:12,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:12,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59758cc5-e2e0-4760-8fce-2e23363b6552 x-compute-request-id: req-59758cc5-e2e0-4760-8fce-2e23363b6552 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.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:12Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:12,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-59758cc5-e2e0-4760-8fce-2e23363b6552 2018-12-12 16:14:12,870 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - ACTIVE 2018-12-12 16:14:12,871 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:14:15,874 - create_instance - DEBUG - VM status query timeout in 296.764621019 2018-12-12 16:14:15,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:15,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-7f3ead39-f1a8-4046-90e9-81243b80e651 x-compute-request-id: req-7f3ead39-f1a8-4046-90e9-81243b80e651 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.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8111ed90-da3f-4d35-87a2-91310bedaf95", "rel": "bookmark"}], "image": {"id": "28d1a4dd-0cfc-43fd-b4bc-823268092a10", "links": [{"href": "http://172.30.9.29:8774/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:13:48.000000", "flavor": {"id": "34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "links": [{"href": "http://172.30.9.29:8774/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4", "rel": "bookmark"}]}, "id": "8111ed90-da3f-4d35-87a2-91310bedaf95", "user_id": "21c8d2e0609740ac9f778ac5d75e3287", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:12Z", "hostId": "fed093f063918c31645f67b76b94a8969e20ae0bc6b83b7ebff88e4b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp", "name": "CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst", "created": "2018-12-12T16:13:42Z", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:14:15,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-7f3ead39-f1a8-4046-90e9-81243b80e651 2018-12-12 16:14:15,988 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst] is - ACTIVE 2018-12-12 16:14:15,988 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:14:18,991 - create_instance - DEBUG - VM status query timeout in 293.646939993 2018-12-12 16:14:18,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e6b928b951b3faf6b1a2e9c7865e2585d9e629" 2018-12-12 16:14:19,040 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d3ecdbe-3e64-43de-9a48-f6c2020a9d07 x-compute-request-id: req-1d3ecdbe-3e64-43de-9a48-f6c2020a9d07 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8111ed90-da3f-4d35-87a2-91310bedaf95 could not be found.", "code": 404}} 2018-12-12 16:14:19,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8111ed90-da3f-4d35-87a2-91310bedaf95 used request id req-1d3ecdbe-3e64-43de-9a48-f6c2020a9d07 2018-12-12 16:14:19,041 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8111ed90-da3f-4d35-87a2-91310bedaf95 could not be found. (HTTP 404) (Request-ID: req-1d3ecdbe-3e64-43de-9a48-f6c2020a9d07) 2018-12-12 16:14:19,041 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-inst 2018-12-12 16:14:19,042 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp 2018-12-12 16:14:19,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0536f60bb482e28715a276ad46cc626d3010c35c" 2018-12-12 16:14:19,091 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41af2d5e-7f2f-4225-850a-1215a764e00d x-compute-request-id: req-41af2d5e-7f2f-4225-850a-1215a764e00d Content-Length: 0 Content-Type: application/json 2018-12-12 16:14:19,091 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-kp used request id req-41af2d5e-7f2f-4225-850a-1215a764e00d 2018-12-12 16:14:19,092 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe.pub] 2018-12-12 16:14:19,092 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe] 2018-12-12 16:14:19,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66af0f9be6b64a211876b718cc41392e0b299427" 2018-12-12 16:14:19,135 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ab0aee39-9f8d-42dc-bd5d-bd04aa56a2fe x-compute-request-id: req-ab0aee39-9f8d-42dc-bd5d-bd04aa56a2fe Content-Length: 0 Content-Type: application/json 2018-12-12 16:14:19,135 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/34a78092-7e8e-4c6e-8cef-999dbd19b4c4 used request id req-ab0aee39-9f8d-42dc-bd5d-bd04aa56a2fe 2018-12-12 16:14:19,136 - neutron_utils - INFO - Deleting security group rule with ID - d39739f9-7e65-4c89-8815-9b8f68972028 2018-12-12 16:14:19,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d39739f9-7e65-4c89-8815-9b8f68972028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:14:19,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16c615ea-282b-425b-9bb7-85f8b46a4bd9 Content-Length: 0 Date: Wed, 12 Dec 2018 16:14:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:19,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d39739f9-7e65-4c89-8815-9b8f68972028 used request id req-16c615ea-282b-425b-9bb7-85f8b46a4bd9 2018-12-12 16:14:19,234 - neutron_utils - INFO - Deleting security group rule with ID - 92a28335-7680-4de5-9c45-53587fd234b2 2018-12-12 16:14:19,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/92a28335-7680-4de5-9c45-53587fd234b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:14:19,486 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42fcbadd-f221-4053-b753-dbefe5043cfc Content-Length: 0 Date: Wed, 12 Dec 2018 16:14:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:19,486 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/92a28335-7680-4de5-9c45-53587fd234b2 used request id req-42fcbadd-f221-4053-b753-dbefe5043cfc 2018-12-12 16:14:19,486 - neutron_utils - INFO - Deleting security group rule with ID - 2f49cc89-c85a-440c-b7f5-26f3ce21d57e 2018-12-12 16:14:19,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/2f49cc89-c85a-440c-b7f5-26f3ce21d57e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:14:19,576 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-df770fdb-ce41-4206-8d8d-05fefe1ea606 Content-Length: 0 Date: Wed, 12 Dec 2018 16:14:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:19,577 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/2f49cc89-c85a-440c-b7f5-26f3ce21d57e used request id req-df770fdb-ce41-4206-8d8d-05fefe1ea606 2018-12-12 16:14:19,577 - neutron_utils - INFO - Deleting security group rule with ID - 8c02d6a7-7656-4a74-a6bf-d54620601743 2018-12-12 16:14:19,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/8c02d6a7-7656-4a74-a6bf-d54620601743 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:14:19,671 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f45d798e-092b-4037-aa42-eeb67001ee29 Content-Length: 0 Date: Wed, 12 Dec 2018 16:14:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:19,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/8c02d6a7-7656-4a74-a6bf-d54620601743 used request id req-f45d798e-092b-4037-aa42-eeb67001ee29 2018-12-12 16:14:19,672 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-sec-grp 2018-12-12 16:14:19,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/08405ae8-df44-481a-b209-ca14dda892b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f05bc7382f3ee674b3964e6054243ce023f9568" 2018-12-12 16:14:19,798 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b25e2ba-4cdb-44d0-b6f4-071ba83bb040 Content-Length: 0 Date: Wed, 12 Dec 2018 16:14:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:19,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/08405ae8-df44-481a-b209-ca14dda892b8 used request id req-3b25e2ba-4cdb-44d0-b6f4-071ba83bb040 2018-12-12 16:14:19,799 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router and subnet CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet 2018-12-12 16:14:19,799 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router 2018-12-12 16:14:19,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/f5456431-386b-4981-a485-87d727cc5a38/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" -d '{"subnet_id": "f981ddb1-f1db-44d1-854b-c1513ac09bac"}' 2018-12-12 16:14:21,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c99144f2-62eb-4f44-83af-c5172f715045 Date: Wed, 12 Dec 2018 16:14:21 GMT RESP BODY: {"network_id": "0e71b951-1d34-418d-aec8-f1bf6f8930f0", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "subnet_id": "f981ddb1-f1db-44d1-854b-c1513ac09bac", "subnet_ids": ["f981ddb1-f1db-44d1-854b-c1513ac09bac"], "port_id": "1ddaf6e1-afe9-44c9-800d-f0ca5a3b77d9", "id": "f5456431-386b-4981-a485-87d727cc5a38"} 2018-12-12 16:14:21,308 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/f5456431-386b-4981-a485-87d727cc5a38/remove_router_interface used request id req-c99144f2-62eb-4f44-83af-c5172f715045 2018-12-12 16:14:21,309 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router 2018-12-12 16:14:21,309 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-router 2018-12-12 16:14:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/f5456431-386b-4981-a485-87d727cc5a38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb9dcfdffc73497be6dcc4555d557d2063819de" 2018-12-12 16:14:24,993 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b7265b7-b50c-4c73-b166-bc6276a0d3ba Content-Length: 0 Date: Wed, 12 Dec 2018 16:14:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:24,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/f5456431-386b-4981-a485-87d727cc5a38 used request id req-7b7265b7-b50c-4c73-b166-bc6276a0d3ba 2018-12-12 16:14:24,994 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet 2018-12-12 16:14:24,994 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-subnet 2018-12-12 16:14:25,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/f981ddb1-f1db-44d1-854b-c1513ac09bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" 2018-12-12 16:14:27,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2b69b89-715d-4afe-a6f6-e381affa4533 Date: Wed, 12 Dec 2018 16:14:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:27,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/f981ddb1-f1db-44d1-854b-c1513ac09bac used request id req-d2b69b89-715d-4afe-a6f6-e381affa4533 2018-12-12 16:14:27,256 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-pub-net 2018-12-12 16:14:27,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/0e71b951-1d34-418d-aec8-f1bf6f8930f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c272a07709b402cfd0257148d3e06f0f8d0729d" 2018-12-12 16:14:28,616 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5383288d-446c-48a7-a812-fbec88c2ef96 Date: Wed, 12 Dec 2018 16:14:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:28,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0e71b951-1d34-418d-aec8-f1bf6f8930f0 used request id req-5383288d-446c-48a7-a812-fbec88c2ef96 2018-12-12 16:14:28,617 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-0ec418cf-6f02-4344-b6f7-8251a86d71fe-image 2018-12-12 16:14:28,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a35cfd6d579489b5a94a2ea23190b718a2e4e9f4" 2018-12-12 16:14:30,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3e7df254-925b-4360-b08d-5a1ee1a35fea Date: Wed, 12 Dec 2018 16:14:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:14:30,170 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/28d1a4dd-0cfc-43fd-b4bc-823268092a10 used request id req-3e7df254-925b-4360-b08d-5a1ee1a35fea 2018-12-12 16:14:30,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:14:30,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-65caada5-7725-4e30-a9ca-ff6deeaea51e Date: Wed, 12 Dec 2018 16:14:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:17Z", "updated_at": "2018-12-12T16:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:17Z", "revision_number": 0, "id": "121fce86-3fd7-4add-9236-e5da0ea540b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:17Z", "security_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:17Z", "revision_number": 0, "id": "29e79ff7-1c21-4968-9401-9ec83e8eb0fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:17Z", "security_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:17Z", "revision_number": 0, "id": "5def06a7-799d-4469-8ea4-b5e8f12db82f", "remote_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:17Z", "security_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "6719316314ef43f3b05724bc61212ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:13:17Z", "revision_number": 0, "id": "e77f944b-bcb6-462b-b87b-bac2ddea6588", "remote_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "remote_ip_prefix": null, "created_at": "2018-12-12T16:13:17Z", "security_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "tenant_id": "6719316314ef43f3b05724bc61212ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "6719316314ef43f3b05724bc61212ddf"}], "revision_number": 4, "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:14:30,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-65caada5-7725-4e30-a9ca-ff6deeaea51e 2018-12-12 16:14:30,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:14:30,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5511ba46-504b-4260-af5a-c65dffaad3a0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf"}, "enabled": true, "id": "6719316314ef43f3b05724bc61212ddf", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj"}} 2018-12-12 16:14:30,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-5511ba46-504b-4260-af5a-c65dffaad3a0 2018-12-12 16:14:30,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 24b3a1a0-314d-4d64-b690-2bbcca2e365f 2018-12-12 16:14:30,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=24b3a1a0-314d-4d64-b690-2bbcca2e365f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:14:30,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5b3bddc8-a500-4edd-b7bd-4283c0e38efb Date: Wed, 12 Dec 2018 16:14: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-12-12T16:13:17Z", "security_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:17Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "121fce86-3fd7-4add-9236-e5da0ea540b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:17Z", "security_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:17Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "29e79ff7-1c21-4968-9401-9ec83e8eb0fa"}, {"remote_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:17Z", "security_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:17Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "5def06a7-799d-4469-8ea4-b5e8f12db82f"}, {"remote_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:13:17Z", "security_group_id": "24b3a1a0-314d-4d64-b690-2bbcca2e365f", "port_range_min": null, "revision_number": 0, "tenant_id": "6719316314ef43f3b05724bc61212ddf", "created_at": "2018-12-12T16:13:17Z", "project_id": "6719316314ef43f3b05724bc61212ddf", "id": "e77f944b-bcb6-462b-b87b-bac2ddea6588"}]} 2018-12-12 16:14:30,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=24b3a1a0-314d-4d64-b690-2bbcca2e365f used request id req-5b3bddc8-a500-4edd-b7bd-4283c0e38efb 2018-12-12 16:14:30,675 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:14:30,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/24b3a1a0-314d-4d64-b690-2bbcca2e365f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:14:31,047 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d90aae37-0c3f-47e1-bb7b-6adea1aeca46 Content-Length: 0 Date: Wed, 12 Dec 2018 16:14:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:14:31,047 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/24b3a1a0-314d-4d64-b690-2bbcca2e365f used request id req-d90aae37-0c3f-47e1-bb7b-6adea1aeca46 2018-12-12 16:14:31,048 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj 2018-12-12 16:14:31,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:14:31,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:14:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ee5f38e-2525-4fa4-af3b-d886573148ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:14:31,239 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/6719316314ef43f3b05724bc61212ddf used request id req-5ee5f38e-2525-4fa4-af3b-d886573148ba 2018-12-12 16:14:31,239 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-proj-role 2018-12-12 16:14:31,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f02373014c5f41789b1f792b832af339 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:14:31,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:14:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e3294fc-50ec-4623-96ff-147b1907b9ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:14:31,361 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f02373014c5f41789b1f792b832af339 used request id req-3e3294fc-50ec-4623-96ff-147b1907b9ec 2018-12-12 16:14:31,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84dabf247e8b8a8f503ced1a509693b958f22ca0" 2018-12-12 16:14:31,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2087b270-3ede-4d49-8f27-df2a6af1988c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:14:31,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2087b270-3ede-4d49-8f27-df2a6af1988c 2018-12-12 16:14:31,458 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-9ce419d4-a0c9-447-user 2018-12-12 16:14:31,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/21c8d2e0609740ac9f778ac5d75e3287 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fcc5e5be0a843b40da32b566688de9b4cdac6c" 2018-12-12 16:14:31,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:14:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b515660e-2a76-4c0b-a883-dbcb0bc10799 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:14:31,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/21c8d2e0609740ac9f778ac5d75e3287 used request id req-b515660e-2a76-4c0b-a883-dbcb0bc10799 2018-12-12 16:14:31,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:14:32,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:14:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["im0TnzqOTxOHBXPoDwqWrA"], "issued_at": "2018-12-12T16:14:32.000000Z"}} 2018-12-12 16:14:32,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02a086c51cdcfcec2971655caeff840edcbdaf85" 2018-12-12 16:14:32,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5d6dd31-b413-4bbf-b4bc-98b5194fe798 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:14:32,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c5d6dd31-b413-4bbf-b4bc-98b5194fe798 2018-12-12 16:14:32,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:14:32,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:14:32,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:14:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["6yLCvGu-Tz-CPyqrKcHRuQ"], "issued_at": "2018-12-12T16:14:32.000000Z"}} 2018-12-12 16:14:32,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:14:32,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b77eb6-f26c-49e5-bd09-2165706ef8f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:14:32,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-87b77eb6-f26c-49e5-bd09-2165706ef8f5 2018-12-12 16:14:32,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:14:32,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:14: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:14:32,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:14:32,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-739807e6-479d-44d4-b4c3-d3419a9bc8ae Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:14:32,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj used request id req-739807e6-479d-44d4-b4c3-d3419a9bc8ae 2018-12-12 16:14:32,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:14:32,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0b6f3d-5662-4dcd-bffb-46e2f780f149 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:14:32,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-eb0b6f3d-5662-4dcd-bffb-46e2f780f149 2018-12-12 16:14:32,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}}' 2018-12-12 16:14:32,888 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:14:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c50569a2-6b32-4c43-93c1-afd8282bcb7e Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:14:32,888 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c50569a2-6b32-4c43-93c1-afd8282bcb7e 2018-12-12 16:14:32,889 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj 2018-12-12 16:14:32,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:14:32,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:14:33,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:14:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["36eb4i44TmG8hlSJ6qepeQ"], "issued_at": "2018-12-12T16:14:33.000000Z"}} 2018-12-12 16:14:33,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:33,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b3689b-ab83-4b09-bfa8-c17e36e6053c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:14:33,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d9b3689b-ab83-4b09-bfa8-c17e36e6053c 2018-12-12 16:14:33,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:14:33,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:14:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:14:33,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:33,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e55bf44c-1370-425b-b5dd-09ed6cf58289 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:14:33,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e55bf44c-1370-425b-b5dd-09ed6cf58289 2018-12-12 16:14:33,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:33,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a53ff6-bd64-43f2-b6bf-5291b16a6f7c Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}]} 2018-12-12 16:14:33,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj used request id req-21a53ff6-bd64-43f2-b6bf-5291b16a6f7c 2018-12-12 16:14:33,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:33,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-383be764-6606-4218-bc05-41f111984a22 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:14:33,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-383be764-6606-4218-bc05-41f111984a22 2018-12-12 16:14:34,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2728961f-bb1c-4dbc-8cba-581cefc2eb09 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:14:34,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2728961f-bb1c-4dbc-8cba-581cefc2eb09 2018-12-12 16:14:34,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a2fc76-7e7b-468a-bada-1c8a7243bb7b Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}]} 2018-12-12 16:14:34,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj used request id req-a9a2fc76-7e7b-468a-bada-1c8a7243bb7b 2018-12-12 16:14:34,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/f8ac75595896428aab1a54b64528e2ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16fa837d-ff02-4aaa-bc70-9a6fb32e08ad Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-user", "links": {"self": "http://172.30.9.29:5000/v3/users/f8ac75595896428aab1a54b64528e2ac"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "cf07bff82794467187b905e604705818", "id": "f8ac75595896428aab1a54b64528e2ac", "password_expires_at": null}} 2018-12-12 16:14:34,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f8ac75595896428aab1a54b64528e2ac used request id req-16fa837d-ff02-4aaa-bc70-9a6fb32e08ad 2018-12-12 16:14:34,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-920c3dd7-b2fa-4ab9-ad65-708d32f9063e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:14:34,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles used request id req-920c3dd7-b2fa-4ab9-ad65-708d32f9063e 2018-12-12 16:14:34,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d137ffa-6740-463e-bb4a-55b5ffee2b19 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 16:14:34,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-0d137ffa-6740-463e-bb4a-55b5ffee2b19 2018-12-12 16:14:34,522 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj 2018-12-12 16:14:34,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ba14681-0d7b-478e-b96d-6e6d0144faff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:14:34,688 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-8ba14681-0d7b-478e-b96d-6e6d0144faff 2018-12-12 16:14:34,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e374e3be-6782-48ed-8dc4-7e87a0332790 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:14:34,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e374e3be-6782-48ed-8dc4-7e87a0332790 2018-12-12 16:14:34,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec68bfa4-1450-4558-bcd2-b8dd9f932361 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}]} 2018-12-12 16:14:34,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj used request id req-ec68bfa4-1450-4558-bcd2-b8dd9f932361 2018-12-12 16:14:34,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:34,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1edd2539-2666-4eb1-b125-b9c3142bbebe Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}]} 2018-12-12 16:14:34,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles used request id req-1edd2539-2666-4eb1-b125-b9c3142bbebe 2018-12-12 16:14:34,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:35,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce00b1f4-542f-4ab5-9f5f-37df0de48a59 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:14:35,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-ce00b1f4-542f-4ab5-9f5f-37df0de48a59 2018-12-12 16:14:35,060 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj 2018-12-12 16:14:35,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:14:35,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63c4d668-8547-4662-8a82-8facd38a7719 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:14:35,190 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles/e8c8590d1f254077b29715df32c522d0 used request id req-63c4d668-8547-4662-8a82-8facd38a7719 2018-12-12 16:14:35,190 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-c3e6083b-c2cc-47a-user 2018-12-12 16:14:35,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:14:35,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:14:35,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6b5f094-f13a-4798-a950-38006c4d3589 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:14:35,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d6b5f094-f13a-4798-a950-38006c4d3589 2018-12-12 16:14:35,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" -d '{"role": {"name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role"}}' 2018-12-12 16:14:35,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b187e71-c173-4cee-bcb4-80e799f8c7e1 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3a73ef0b324843c88eee91f62a77df2b", "links": {"self": "http://172.30.9.29:5000/v3/roles/3a73ef0b324843c88eee91f62a77df2b"}, "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role"}} 2018-12-12 16:14:35,470 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-9b187e71-c173-4cee-bcb4-80e799f8c7e1 2018-12-12 16:14:35,470 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role 2018-12-12 16:14:35,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/3a73ef0b324843c88eee91f62a77df2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:14:35,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54a431cc-5617-41f0-b9cf-8989da3fd0ef Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/3a73ef0b324843c88eee91f62a77df2b"}, "domain_id": null, "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role", "id": "3a73ef0b324843c88eee91f62a77df2b"}} 2018-12-12 16:14:35,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/3a73ef0b324843c88eee91f62a77df2b used request id req-54a431cc-5617-41f0-b9cf-8989da3fd0ef 2018-12-12 16:14:35,562 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role to project CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj 2018-12-12 16:14:35,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles/3a73ef0b324843c88eee91f62a77df2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:14:35,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4b71bcc-8d5b-4c11-bfa9-96c713669703 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:14:35,699 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818/users/f8ac75595896428aab1a54b64528e2ac/roles/3a73ef0b324843c88eee91f62a77df2b used request id req-f4b71bcc-8d5b-4c11-bfa9-96c713669703 2018-12-12 16:14:35,699 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:14:35,699 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:14:35,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:14:35,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:14:36,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a73ef0b324843c88eee91f62a77df2b", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:14:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf07bff82794467187b905e604705818", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-user", "id": "f8ac75595896428aab1a54b64528e2ac"}, "audit_ids": ["u_x8cMvMTJqi0NYgKtZg_A"], "issued_at": "2018-12-12T16:14:36.000000Z"}} 2018-12-12 16:14:36,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" 2018-12-12 16:14:36,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7155db5-24af-4db0-9af2-39d8965df493 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:14:36,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b7155db5-24af-4db0-9af2-39d8965df493 2018-12-12 16:14:36,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" 2018-12-12 16:14:36,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-bf4ddd50-3454-418a-9ac1-618154a297ee Date: Wed, 12 Dec 2018 16:14:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"} 2018-12-12 16:14:36,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image used request id req-bf4ddd50-3454-418a-9ac1-618154a297ee 2018-12-12 16:14:36,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" 2018-12-12 16:14:36,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c3dcec14-a3b6-4699-954e-5ebfdcb9479d Date: Wed, 12 Dec 2018 16:14:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:14:36,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c3dcec14-a3b6-4699-954e-5ebfdcb9479d 2018-12-12 16:14:36,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}' 2018-12-12 16:14:36,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 X-Openstack-Request-Id: req-78abdebc-f06f-458b-944d-a30ae1f5f4cd Date: Wed, 12 Dec 2018 16:14:36 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:14:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:14:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "min_disk": 0, "protected": false, "id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "file": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/file", "checksum": null, "owner": "cf07bff82794467187b905e604705818", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:14:36,789 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-78abdebc-f06f-458b-944d-a30ae1f5f4cd 2018-12-12 16:14:36,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" -d '' 2018-12-12 16:14:37,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c2701a4d-dfe6-4dd5-ab5a-e390d7dd5244 Date: Wed, 12 Dec 2018 16:14:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:14:37,830 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/file used request id req-c2701a4d-dfe6-4dd5-ab5a-e390d7dd5244 2018-12-12 16:14:37,831 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:14:37,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" 2018-12-12 16:14:37,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1f52afcf-57cb-415f-b9e6-ff71c14fd248 Date: Wed, 12 Dec 2018 16:14:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:14:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:14:37Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/snap", "metadata": {}}], "self": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "min_disk": 0, "protected": false, "id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "file": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cf07bff82794467187b905e604705818", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:14:37,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 used request id req-1f52afcf-57cb-415f-b9e6-ff71c14fd248 2018-12-12 16:14:38,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" 2018-12-12 16:14:38,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d5d187f-da74-4cd2-b077-67e090fd0ff1 Date: Wed, 12 Dec 2018 16:14:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:14:38,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2d5d187f-da74-4cd2-b077-67e090fd0ff1 2018-12-12 16:14:38,176 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image 2018-12-12 16:14:38,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" 2018-12-12 16:14:38,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d752bd04-60a0-42b4-87b2-9ee97e6c5ff2 Date: Wed, 12 Dec 2018 16:14:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:14:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:14:37Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/snap", "metadata": {}}], "self": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "min_disk": 0, "protected": false, "id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "file": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cf07bff82794467187b905e604705818", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:14:38,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 used request id req-d752bd04-60a0-42b4-87b2-9ee97e6c5ff2 2018-12-12 16:14:38,363 - create_image - DEBUG - Instance status is - active 2018-12-12 16:14:38,363 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image 2018-12-12 16:14:38,363 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image 2018-12-12 16:14:38,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:14:38,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:14:38,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a73ef0b324843c88eee91f62a77df2b", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:14:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf07bff82794467187b905e604705818", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-user", "id": "f8ac75595896428aab1a54b64528e2ac"}, "audit_ids": ["o96YtGvvRIOU8ms2rBrUaA"], "issued_at": "2018-12-12T16:14:38.000000Z"}} 2018-12-12 16:14:38,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:14:38,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48fc3312-418d-4b44-be6e-a5a8fbc66d11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:14:38,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-48fc3312-418d-4b44-be6e-a5a8fbc66d11 2018-12-12 16:14:38,830 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:14:38,833 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:14:38,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:14:39,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:38 GMT Server: Apache x-openstack-request-id: req-ae9c2cdd-5918-43b5-b640-8f1790d793f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:14:39,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack used request id req-ae9c2cdd-5918-43b5-b640-8f1790d793f2 2018-12-12 16:14:39,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-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-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net"}}' 2018-12-12 16:14:42,613 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:14:39 GMT Server: Apache x-openstack-request-id: req-b8be9c2c-ab9b-448b-9bfc-4618a7515810 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "dc844d12-eac9-4e48-8c93-768519975c7c", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}]}} 2018-12-12 16:14:42,613 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks used request id req-b8be9c2c-ab9b-448b-9bfc-4618a7515810 2018-12-12 16:14:42,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:14:42,786 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:14:42 GMT Server: Apache x-openstack-request-id: req-2b70c628-57a3-438d-be6b-f02227e4a085 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:14:43,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:42 GMT Server: Apache x-openstack-request-id: req-5e5f5b72-b5ce-4f48-a4a0-31b4321fd6b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:14:43,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-5e5f5b72-b5ce-4f48-a4a0-31b4321fd6b0 2018-12-12 16:14:43,018 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack 2018-12-12 16:14:43,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:14:43,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:14:43 GMT Server: Apache x-openstack-request-id: req-b53758f8-68fe-4007-88c4-4fa812568cb7 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:14:43,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:43 GMT Server: Apache x-openstack-request-id: req-f1b20108-4bbc-4d8f-91bb-f5c112f9109e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:14:43,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-f1b20108-4bbc-4d8f-91bb-f5c112f9109e 2018-12-12 16:14:43,417 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:14:43,417 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:14:46,420 - create_stack - DEBUG - Stack status query timeout in 1196.59805012 2018-12-12 16:14:46,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:14:46,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:14:46 GMT Server: Apache x-openstack-request-id: req-3544848f-9a88-4c96-a6e4-b3da678131f3 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:14:46,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:46 GMT Server: Apache x-openstack-request-id: req-6d4c755b-37d9-46eb-b0d9-8e145c6aca32 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:14:46,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-6d4c755b-37d9-46eb-b0d9-8e145c6aca32 2018-12-12 16:14:46,525 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:14:46,525 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:14:49,529 - create_stack - DEBUG - Stack status query timeout in 1193.48945808 2018-12-12 16:14:49,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:14:49,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:14:49 GMT Server: Apache x-openstack-request-id: req-3e2bcd12-a41c-48d6-9c37-f23fe385eec4 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:14:50,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:49 GMT Server: Apache x-openstack-request-id: req-cd3cafa6-7645-46bb-ba46-546390c54ea1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2072 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-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwXJogBhljw5gbabJDs5z4KiTp4lHCQ9s7f0rS7eQfye0Pv0K\nKmb7KtCXZhvNJVIIX2EZKnmT2E6FiG6MqujXq6Rp3RRtRKapsFkEqUvBUisTnZhQ\nF7it3n3LZ+je/HmC2lUpaguLVAVorEOpj1Z8NzBJm9xKMFpYSdV3gtQO/tl521zw\ncbrrmV0EfQV+eXq6Vtl4rZMcJqUtPvVkpLIMtq2bn1CLpw8BCfWKwSq5QUBnbw1X\njIKitp5j4sYqJsfS+mfsyEhyyhe9jG4A018Uz6aNYTbuDpVGFt5frX1QXlqdrM6z\n/a2GV3Sqim9s9hWS5+HdJxapdbwxzToi6u6kdwIDAQABAoIBAQCinb5jEB8vpvJA\nuxgBLmQS0yNsjuX8I896MHyY5fK+MW5AFQ7anj89uqPK3kwRt2f6ZfF110YFa9ys\n1+HAOoQycb/cbTN9pmy3Jd3ZQyl8HWIb9NI/XqwqgKzg6M2qh6sMRtLNpm61buaT\nCT4clKNO8XSvZPuosgnN53jTrdf9OvNP9TwWtWFNE/cXdfNcY4Rgc6ScBo3pW5gE\nyP44hNmzVIXfF53lLZhhfb/Y++jVbN9ICyVOpyBT/ngbegrY1aj1Et7arUdKCXOq\nIbvXcjwpdRogfISVTDH2YC21hG1yDtg5b4yIEcC5AtnA5YWJ77pyG4wNZ/5L4TRL\nxJYT9GlBAoGBAPuiFpvrUZXXREnZcRhIfUKto80W9Gk2z16QxopGvtMRWGqUWGub\n+6vKNux+3Aveo1bBB9td8WCYQhL/2eoGi7hNU/XlAX1UxF4JnNUXabDI+ld8VyKh\nEO9QbzTt8yr7VpaYROCJEttqPt1l6ozothdCSGHFs7wxzuKo0fGXu5BvAoGBAMTN\n0fmKn7iEwNk3qH9PbCGj20H6YXbO2s0GPnPCXKQOW6xCKn3ZPvMdCFjS0rYm8OiC\nQZIku5q6M0s1U/loQeUh75I7RJIOxvoVS6HLPv9XWndn+amzz0kaB26aDuGbUI8G\nYEZTUpoS6CGyTgNtDa3vXMj6Ioria+LsdKy0HqB5AoGAPJKoHqBm40sOhThyoQXS\nIVrrM1NzQmCPSpRPNroQ9X4XapCLOFw0GQZ0cjmXfsP5Tcjpu0TB9h6wySINsugg\neh0jOO4HjcP6ASkPN7yLFKNMoAKudweOrA0QuA0PnCkkjtvYuLRGdcr9lw4RiBn8\nu1yZT+/ndEYJJ0a8QwvjesECgYBNruScOMDVJ+mrlFG5dxM6sCAjCf8g04QAe994\n+BZzV4uOEkwNgwxbEHG0BfvQlMxxKsFRO5il+au3myQ7hZDFLkEPmr91W8nk+zTw\nd3a1ebim+27MMsK2m0Slvr/zA8invB+Sgt9PG/lvG5+5sHk+2AXq+vlZkwh8+VMQ\nvMR+GQKBgDdTtIoMsEw3kOdLJpm3VnCzThSRdsIiKfSXJ2ddFiW/ZB/Qw4Ruiz+N\nVddoRy93tuq0ZNhoB9Ul+WE4mPrpL9lUWD9IdpKlKMG2Yiw6jR4Wgz6BOSe0J9Nc\nP4LQ6+iOV4CnM9tczTjIXra8v31+Hpdu8ZRfPt++Pge9DBXvevWM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:14:50,022 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-cd3cafa6-7645-46bb-ba46-546390c54ea1 2018-12-12 16:14:50,023 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:14:50,023 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:14:53,026 - create_stack - DEBUG - Stack status query timeout in 1189.99172902 2018-12-12 16:14:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:14:53,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:14:53 GMT Server: Apache x-openstack-request-id: req-0cb7db09-0550-49f9-b968-ffe607b6c272 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:14:53,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:53 GMT Server: Apache x-openstack-request-id: req-881ca335-5b42-4bcd-8b69-0633b6c50b49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2072 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-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwXJogBhljw5gbabJDs5z4KiTp4lHCQ9s7f0rS7eQfye0Pv0K\nKmb7KtCXZhvNJVIIX2EZKnmT2E6FiG6MqujXq6Rp3RRtRKapsFkEqUvBUisTnZhQ\nF7it3n3LZ+je/HmC2lUpaguLVAVorEOpj1Z8NzBJm9xKMFpYSdV3gtQO/tl521zw\ncbrrmV0EfQV+eXq6Vtl4rZMcJqUtPvVkpLIMtq2bn1CLpw8BCfWKwSq5QUBnbw1X\njIKitp5j4sYqJsfS+mfsyEhyyhe9jG4A018Uz6aNYTbuDpVGFt5frX1QXlqdrM6z\n/a2GV3Sqim9s9hWS5+HdJxapdbwxzToi6u6kdwIDAQABAoIBAQCinb5jEB8vpvJA\nuxgBLmQS0yNsjuX8I896MHyY5fK+MW5AFQ7anj89uqPK3kwRt2f6ZfF110YFa9ys\n1+HAOoQycb/cbTN9pmy3Jd3ZQyl8HWIb9NI/XqwqgKzg6M2qh6sMRtLNpm61buaT\nCT4clKNO8XSvZPuosgnN53jTrdf9OvNP9TwWtWFNE/cXdfNcY4Rgc6ScBo3pW5gE\nyP44hNmzVIXfF53lLZhhfb/Y++jVbN9ICyVOpyBT/ngbegrY1aj1Et7arUdKCXOq\nIbvXcjwpdRogfISVTDH2YC21hG1yDtg5b4yIEcC5AtnA5YWJ77pyG4wNZ/5L4TRL\nxJYT9GlBAoGBAPuiFpvrUZXXREnZcRhIfUKto80W9Gk2z16QxopGvtMRWGqUWGub\n+6vKNux+3Aveo1bBB9td8WCYQhL/2eoGi7hNU/XlAX1UxF4JnNUXabDI+ld8VyKh\nEO9QbzTt8yr7VpaYROCJEttqPt1l6ozothdCSGHFs7wxzuKo0fGXu5BvAoGBAMTN\n0fmKn7iEwNk3qH9PbCGj20H6YXbO2s0GPnPCXKQOW6xCKn3ZPvMdCFjS0rYm8OiC\nQZIku5q6M0s1U/loQeUh75I7RJIOxvoVS6HLPv9XWndn+amzz0kaB26aDuGbUI8G\nYEZTUpoS6CGyTgNtDa3vXMj6Ioria+LsdKy0HqB5AoGAPJKoHqBm40sOhThyoQXS\nIVrrM1NzQmCPSpRPNroQ9X4XapCLOFw0GQZ0cjmXfsP5Tcjpu0TB9h6wySINsugg\neh0jOO4HjcP6ASkPN7yLFKNMoAKudweOrA0QuA0PnCkkjtvYuLRGdcr9lw4RiBn8\nu1yZT+/ndEYJJ0a8QwvjesECgYBNruScOMDVJ+mrlFG5dxM6sCAjCf8g04QAe994\n+BZzV4uOEkwNgwxbEHG0BfvQlMxxKsFRO5il+au3myQ7hZDFLkEPmr91W8nk+zTw\nd3a1ebim+27MMsK2m0Slvr/zA8invB+Sgt9PG/lvG5+5sHk+2AXq+vlZkwh8+VMQ\nvMR+GQKBgDdTtIoMsEw3kOdLJpm3VnCzThSRdsIiKfSXJ2ddFiW/ZB/Qw4Ruiz+N\nVddoRy93tuq0ZNhoB9Ul+WE4mPrpL9lUWD9IdpKlKMG2Yiw6jR4Wgz6BOSe0J9Nc\nP4LQ6+iOV4CnM9tczTjIXra8v31+Hpdu8ZRfPt++Pge9DBXvevWM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:14:53,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-881ca335-5b42-4bcd-8b69-0633b6c50b49 2018-12-12 16:14:53,565 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:14:53,565 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:14:56,569 - create_stack - DEBUG - Stack status query timeout in 1186.44953203 2018-12-12 16:14:56,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:14:56,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:14:56 GMT Server: Apache x-openstack-request-id: req-8994b71e-2794-4c77-9318-ecc881ee50e8 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:14:56,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:14:56 GMT Server: Apache x-openstack-request-id: req-64122354-1db7-4c7a-b307-571fef1d71c8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2072 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-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwXJogBhljw5gbabJDs5z4KiTp4lHCQ9s7f0rS7eQfye0Pv0K\nKmb7KtCXZhvNJVIIX2EZKnmT2E6FiG6MqujXq6Rp3RRtRKapsFkEqUvBUisTnZhQ\nF7it3n3LZ+je/HmC2lUpaguLVAVorEOpj1Z8NzBJm9xKMFpYSdV3gtQO/tl521zw\ncbrrmV0EfQV+eXq6Vtl4rZMcJqUtPvVkpLIMtq2bn1CLpw8BCfWKwSq5QUBnbw1X\njIKitp5j4sYqJsfS+mfsyEhyyhe9jG4A018Uz6aNYTbuDpVGFt5frX1QXlqdrM6z\n/a2GV3Sqim9s9hWS5+HdJxapdbwxzToi6u6kdwIDAQABAoIBAQCinb5jEB8vpvJA\nuxgBLmQS0yNsjuX8I896MHyY5fK+MW5AFQ7anj89uqPK3kwRt2f6ZfF110YFa9ys\n1+HAOoQycb/cbTN9pmy3Jd3ZQyl8HWIb9NI/XqwqgKzg6M2qh6sMRtLNpm61buaT\nCT4clKNO8XSvZPuosgnN53jTrdf9OvNP9TwWtWFNE/cXdfNcY4Rgc6ScBo3pW5gE\nyP44hNmzVIXfF53lLZhhfb/Y++jVbN9ICyVOpyBT/ngbegrY1aj1Et7arUdKCXOq\nIbvXcjwpdRogfISVTDH2YC21hG1yDtg5b4yIEcC5AtnA5YWJ77pyG4wNZ/5L4TRL\nxJYT9GlBAoGBAPuiFpvrUZXXREnZcRhIfUKto80W9Gk2z16QxopGvtMRWGqUWGub\n+6vKNux+3Aveo1bBB9td8WCYQhL/2eoGi7hNU/XlAX1UxF4JnNUXabDI+ld8VyKh\nEO9QbzTt8yr7VpaYROCJEttqPt1l6ozothdCSGHFs7wxzuKo0fGXu5BvAoGBAMTN\n0fmKn7iEwNk3qH9PbCGj20H6YXbO2s0GPnPCXKQOW6xCKn3ZPvMdCFjS0rYm8OiC\nQZIku5q6M0s1U/loQeUh75I7RJIOxvoVS6HLPv9XWndn+amzz0kaB26aDuGbUI8G\nYEZTUpoS6CGyTgNtDa3vXMj6Ioria+LsdKy0HqB5AoGAPJKoHqBm40sOhThyoQXS\nIVrrM1NzQmCPSpRPNroQ9X4XapCLOFw0GQZ0cjmXfsP5Tcjpu0TB9h6wySINsugg\neh0jOO4HjcP6ASkPN7yLFKNMoAKudweOrA0QuA0PnCkkjtvYuLRGdcr9lw4RiBn8\nu1yZT+/ndEYJJ0a8QwvjesECgYBNruScOMDVJ+mrlFG5dxM6sCAjCf8g04QAe994\n+BZzV4uOEkwNgwxbEHG0BfvQlMxxKsFRO5il+au3myQ7hZDFLkEPmr91W8nk+zTw\nd3a1ebim+27MMsK2m0Slvr/zA8invB+Sgt9PG/lvG5+5sHk+2AXq+vlZkwh8+VMQ\nvMR+GQKBgDdTtIoMsEw3kOdLJpm3VnCzThSRdsIiKfSXJ2ddFiW/ZB/Qw4Ruiz+N\nVddoRy93tuq0ZNhoB9Ul+WE4mPrpL9lUWD9IdpKlKMG2Yiw6jR4Wgz6BOSe0J9Nc\nP4LQ6+iOV4CnM9tczTjIXra8v31+Hpdu8ZRfPt++Pge9DBXvevWM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:14:56,925 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-64122354-1db7-4c7a-b307-571fef1d71c8 2018-12-12 16:14:56,926 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:14:56,926 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:14:59,929 - create_stack - DEBUG - Stack status query timeout in 1183.08918405 2018-12-12 16:14:59,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:00,183 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:14:59 GMT Server: Apache x-openstack-request-id: req-551e95c0-edcd-4197-add1-40ba0df3aeca Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:00,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:00 GMT Server: Apache x-openstack-request-id: req-dac8aa4f-e726-4cdb-8e85-6717fd378780 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 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-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwXJogBhljw5gbabJDs5z4KiTp4lHCQ9s7f0rS7eQfye0Pv0K\nKmb7KtCXZhvNJVIIX2EZKnmT2E6FiG6MqujXq6Rp3RRtRKapsFkEqUvBUisTnZhQ\nF7it3n3LZ+je/HmC2lUpaguLVAVorEOpj1Z8NzBJm9xKMFpYSdV3gtQO/tl521zw\ncbrrmV0EfQV+eXq6Vtl4rZMcJqUtPvVkpLIMtq2bn1CLpw8BCfWKwSq5QUBnbw1X\njIKitp5j4sYqJsfS+mfsyEhyyhe9jG4A018Uz6aNYTbuDpVGFt5frX1QXlqdrM6z\n/a2GV3Sqim9s9hWS5+HdJxapdbwxzToi6u6kdwIDAQABAoIBAQCinb5jEB8vpvJA\nuxgBLmQS0yNsjuX8I896MHyY5fK+MW5AFQ7anj89uqPK3kwRt2f6ZfF110YFa9ys\n1+HAOoQycb/cbTN9pmy3Jd3ZQyl8HWIb9NI/XqwqgKzg6M2qh6sMRtLNpm61buaT\nCT4clKNO8XSvZPuosgnN53jTrdf9OvNP9TwWtWFNE/cXdfNcY4Rgc6ScBo3pW5gE\nyP44hNmzVIXfF53lLZhhfb/Y++jVbN9ICyVOpyBT/ngbegrY1aj1Et7arUdKCXOq\nIbvXcjwpdRogfISVTDH2YC21hG1yDtg5b4yIEcC5AtnA5YWJ77pyG4wNZ/5L4TRL\nxJYT9GlBAoGBAPuiFpvrUZXXREnZcRhIfUKto80W9Gk2z16QxopGvtMRWGqUWGub\n+6vKNux+3Aveo1bBB9td8WCYQhL/2eoGi7hNU/XlAX1UxF4JnNUXabDI+ld8VyKh\nEO9QbzTt8yr7VpaYROCJEttqPt1l6ozothdCSGHFs7wxzuKo0fGXu5BvAoGBAMTN\n0fmKn7iEwNk3qH9PbCGj20H6YXbO2s0GPnPCXKQOW6xCKn3ZPvMdCFjS0rYm8OiC\nQZIku5q6M0s1U/loQeUh75I7RJIOxvoVS6HLPv9XWndn+amzz0kaB26aDuGbUI8G\nYEZTUpoS6CGyTgNtDa3vXMj6Ioria+LsdKy0HqB5AoGAPJKoHqBm40sOhThyoQXS\nIVrrM1NzQmCPSpRPNroQ9X4XapCLOFw0GQZ0cjmXfsP5Tcjpu0TB9h6wySINsugg\neh0jOO4HjcP6ASkPN7yLFKNMoAKudweOrA0QuA0PnCkkjtvYuLRGdcr9lw4RiBn8\nu1yZT+/ndEYJJ0a8QwvjesECgYBNruScOMDVJ+mrlFG5dxM6sCAjCf8g04QAe994\n+BZzV4uOEkwNgwxbEHG0BfvQlMxxKsFRO5il+au3myQ7hZDFLkEPmr91W8nk+zTw\nd3a1ebim+27MMsK2m0Slvr/zA8invB+Sgt9PG/lvG5+5sHk+2AXq+vlZkwh8+VMQ\nvMR+GQKBgDdTtIoMsEw3kOdLJpm3VnCzThSRdsIiKfSXJ2ddFiW/ZB/Qw4Ruiz+N\nVddoRy93tuq0ZNhoB9Ul+WE4mPrpL9lUWD9IdpKlKMG2Yiw6jR4Wgz6BOSe0J9Nc\nP4LQ6+iOV4CnM9tczTjIXra8v31+Hpdu8ZRfPt++Pge9DBXvevWM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:00,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-dac8aa4f-e726-4cdb-8e85-6717fd378780 2018-12-12 16:15:00,615 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:15:00,616 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack 2018-12-12 16:15:00,616 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack 2018-12-12 16:15:00,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:00,646 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:00 GMT Server: Apache x-openstack-request-id: req-855ae2b5-ba0e-4b64-891f-6984043b4098 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:00,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:00 GMT Server: Apache x-openstack-request-id: req-b499f0b6-2ab9-44b0-aa9c-9668938b4927 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1054 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "ab2c3fb3-e32a-497b-aabe-29de4e662366", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e36939d8-0e4b-42d9-87df-ae94e509ded4", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9304afdd-2d89-4d3e-94c8-25a414be4221", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "2afd2ead-998b-4055-ba73-e7ab8486661b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "869d3524-3466-4a5b-8b36-6c9238e9eaf4", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "212", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec:subnet_id=7d00d516-df4f-4922-a437-d7d7b468148e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7d00d516-df4f-4922-a437-d7d7b468148e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "64f5afeb-63f1-40ec-be54-8bb41555f91b", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6", "resource_type": "OS::Neutron::Port"}]} 2018-12-12 16:15:00,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources used request id req-b499f0b6-2ab9-44b0-aa9c-9668938b4927 2018-12-12 16:15:00,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:01,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ebff7dc-38d3-4801-b73d-03ff5f8e512a x-compute-request-id: req-8ebff7dc-38d3-4801-b73d-03ff5f8e512a Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "bookmark"}], "image": {"id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "links": [{"href": "http://172.30.9.29:8774/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-12-12T16:14:55.000000", "flavor": {"id": "e36939d8-0e4b-42d9-87df-ae94e509ded4", "links": [{"href": "http://172.30.9.29:8774/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4", "rel": "bookmark"}]}, "id": "64f5afeb-63f1-40ec-be54-8bb41555f91b", "security_groups": [{"name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp"}], "user_id": "f8ac75595896428aab1a54b64528e2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:55Z", "hostId": "197deb4230969aedc843fec48354ba17618dfa7c34ee8b0043649ce0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "created": "2018-12-12T16:14:50Z", "tenant_id": "cf07bff82794467187b905e604705818", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:15:01,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b used request id req-8ebff7dc-38d3-4801-b73d-03ff5f8e512a 2018-12-12 16:15:01,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:01,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9a7d608f-9dbe-497c-be7d-92a094e067c9 Date: Wed, 12 Dec 2018 16:15:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:01,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-9a7d608f-9dbe-497c-be7d-92a094e067c9 2018-12-12 16:15:01,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:15:01,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:15:01,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:01,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a2e3d9-66b6-4814-9bf8-1d834e278d56 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:01,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-56a2e3d9-66b6-4814-9bf8-1d834e278d56 2018-12-12 16:15:01,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:01,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-37a69ba7-5a38-454f-aa24-6f57f0d08e64 Date: Wed, 12 Dec 2018 16:15:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:01,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-37a69ba7-5a38-454f-aa24-6f57f0d08e64 2018-12-12 16:15:01,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:01,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-d6ebadef-ad36-4b93-b7d3-208772bd8c53 Date: Wed, 12 Dec 2018 16:15:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:59Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:01,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-d6ebadef-ad36-4b93-b7d3-208772bd8c53 2018-12-12 16:15:01,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:02,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15: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-29aed955-94d6-45fb-bddb-2477dc3e715e x-compute-request-id: req-29aed955-94d6-45fb-bddb-2477dc3e715e Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:a6:e4", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "rel": "bookmark"}], "image": {"id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "links": [{"href": "http://172.30.9.29:8774/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-12-12T16:14:56.000000", "flavor": {"id": "ab2c3fb3-e32a-497b-aabe-29de4e662366", "links": [{"href": "http://172.30.9.29:8774/flavors/ab2c3fb3-e32a-497b-aabe-29de4e662366", "rel": "bookmark"}]}, "id": "b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "security_groups": [{"name": "default"}], "user_id": "f8ac75595896428aab1a54b64528e2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:57Z", "hostId": "197deb4230969aedc843fec48354ba17618dfa7c34ee8b0043649ce0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "created": "2018-12-12T16:14:50Z", "tenant_id": "cf07bff82794467187b905e604705818", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:15:02,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec used request id req-29aed955-94d6-45fb-bddb-2477dc3e715e 2018-12-12 16:15:02,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:02,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5eded653-969b-4ae6-9eaf-8bed9190290b Date: Wed, 12 Dec 2018 16:15:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:02,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-5eded653-969b-4ae6-9eaf-8bed9190290b 2018-12-12 16:15:02,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:02,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b965db5-410f-43d3-a30b-37e0af0ebf22 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:02,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-7b965db5-410f-43d3-a30b-37e0af0ebf22 2018-12-12 16:15:02,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:02,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-35a7a671-a050-4a32-8848-6dfecad5f62c Date: Wed, 12 Dec 2018 16:15:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:02,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-35a7a671-a050-4a32-8848-6dfecad5f62c 2018-12-12 16:15:02,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:02,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-f22b3d4f-d868-46d2-b5e1-bb523f92ed7b Date: Wed, 12 Dec 2018 16:15:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:59Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:02,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-f22b3d4f-d868-46d2-b5e1-bb523f92ed7b 2018-12-12 16:15:02,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:02,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:02 GMT Server: Apache x-openstack-request-id: req-84eeee9e-c8a3-4209-94cd-6256a3bfa154 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:03,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:02 GMT Server: Apache x-openstack-request-id: req-60b820d6-fe5c-4dd5-87ae-c03fb922afcd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1052 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "ab2c3fb3-e32a-497b-aabe-29de4e662366", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e36939d8-0e4b-42d9-87df-ae94e509ded4", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9304afdd-2d89-4d3e-94c8-25a414be4221", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "2afd2ead-998b-4055-ba73-e7ab8486661b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "869d3524-3466-4a5b-8b36-6c9238e9eaf4", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "212", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec:subnet_id=7d00d516-df4f-4922-a437-d7d7b468148e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7d00d516-df4f-4922-a437-d7d7b468148e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "64f5afeb-63f1-40ec-be54-8bb41555f91b", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-12T16:14:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:14:42Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6", "resource_type": "OS::Neutron::Port"}]} 2018-12-12 16:15:03,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c/resources used request id req-60b820d6-fe5c-4dd5-87ae-c03fb922afcd 2018-12-12 16:15:03,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-066c26bf-4d5f-4758-8767-ef86e68a02b8 x-compute-request-id: req-066c26bf-4d5f-4758-8767-ef86e68a02b8 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "e36939d8-0e4b-42d9-87df-ae94e509ded4", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-flavor1-osjdwqg7l2pq", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:15:03,120 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4 used request id req-066c26bf-4d5f-4758-8767-ef86e68a02b8 2018-12-12 16:15:03,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7d00d516-df4f-4922-a437-d7d7b468148e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6118a2de-ec0a-41b7-80b1-0af9ebf68643 Date: Wed, 12 Dec 2018 16:15:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}} 2018-12-12 16:15:03,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7d00d516-df4f-4922-a437-d7d7b468148e used request id req-6118a2de-ec0a-41b7-80b1-0af9ebf68643 2018-12-12 16:15:03,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ca1c59aa-df3a-48b8-9e63-2c1d6e44a22d Date: Wed, 12 Dec 2018 16:15:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:03,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-ca1c59aa-df3a-48b8-9e63-2c1d6e44a22d 2018-12-12 16:15:03,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-53b7fb4f-aa04-4a6c-b01b-ecfa6b426457 Date: Wed, 12 Dec 2018 16:15:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:03,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-53b7fb4f-aa04-4a6c-b01b-ecfa6b426457 2018-12-12 16:15:03,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-713c56c0-cc38-4232-bde4-1058a77cbf78 Date: Wed, 12 Dec 2018 16:15:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:03,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-713c56c0-cc38-4232-bde4-1058a77cbf78 2018-12-12 16:15:03,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a84e9342-2845-486c-8e54-29ed24cde72d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:03,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-a84e9342-2845-486c-8e54-29ed24cde72d 2018-12-12 16:15:03,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c3fb0d5f-8db9-4193-9ed3-78e9eb622ee0 Date: Wed, 12 Dec 2018 16:15:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:03,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-c3fb0d5f-8db9-4193-9ed3-78e9eb622ee0 2018-12-12 16:15:03,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221&mac_address=fa%3A16%3A3e%3A5f%3A89%3A48&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-9fb2af0e-1d8b-495e-95fc-b984ee96117c Date: Wed, 12 Dec 2018 16:15:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:03,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221&mac_address=fa%3A16%3A3e%3A5f%3A89%3A48&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7&admin_state_up=True used request id req-9fb2af0e-1d8b-495e-95fc-b984ee96117c 2018-12-12 16:15:03,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c68dc46-17c2-4e1d-b68e-c61aa9321261 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:03,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-1c68dc46-17c2-4e1d-b68e-c61aa9321261 2018-12-12 16:15:03,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:03,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-25a91f8d-f197-4923-b96f-a7ac312fbb8f Date: Wed, 12 Dec 2018 16:15:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:03,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-25a91f8d-f197-4923-b96f-a7ac312fbb8f 2018-12-12 16:15:03,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-20c0b847-2b67-4661-8b06-0362d7d780ea Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:04,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-20c0b847-2b67-4661-8b06-0362d7d780ea 2018-12-12 16:15:04,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-9b17be57-3a24-40bd-bf00-8ce73153babe Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:59Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:04,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-9b17be57-3a24-40bd-bf00-8ce73153babe 2018-12-12 16:15:04,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-d65e19bd-7eaa-40d9-99c0-b0edfe2953cf Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"floatingips": [{"router_id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:52Z", "updated_at": "2018-12-12T16:14:55Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "cf07bff82794467187b905e604705818", "port_id": "a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6", "id": "869d3524-3466-4a5b-8b36-6c9238e9eaf4"}]} 2018-12-12 16:15:04,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-d65e19bd-7eaa-40d9-99c0-b0edfe2953cf 2018-12-12 16:15:04,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/45b3aa52-3e57-46f6-9d36-1192dcd321ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-90536572-313d-436c-8bfd-93894c1866c7 Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:47Z", "admin_state_up": true, "updated_at": "2018-12-12T16:14:54Z", "project_id": "cf07bff82794467187b905e604705818", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec", "name": "mgmt_router"}} 2018-12-12 16:15:04,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/45b3aa52-3e57-46f6-9d36-1192dcd321ec used request id req-90536572-313d-436c-8bfd-93894c1866c7 2018-12-12 16:15:04,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=45b3aa52-3e57-46f6-9d36-1192dcd321ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4544 X-Openstack-Request-Id: req-13ad825b-2ec5-4d96-b0e7-5e5cf2946666 Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:59Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:53Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b154d04-e969-4b2c-8d09-cd85c578239c","ip_address":"169.254.192.7"}],"id":"362f520d-5299-40ac-904f-d0a1a6e6ed7f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:32:cf","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cf07bff82794467187b905e604705818","admin_state_up":true,"network_id":"f894ec99-e1a2-4a54-b429-193a7d816209","tenant_id":"","created_at":"2018-12-12T16:14:50Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:58Z","device_owner":"network:router_gateway","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.203"}],"id":"391f87bc-3186-417c-b6e5-c52bbeaa1938","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:63:53","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:55Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b154d04-e969-4b2c-8d09-cd85c578239c","ip_address":"169.254.192.10"}],"id":"8d1e7105-846e-4ff6-b99d-0eb45df76746","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:67:08:14","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cf07bff82794467187b905e604705818","admin_state_up":true,"network_id":"f894ec99-e1a2-4a54-b429-193a7d816209","tenant_id":"","created_at":"2018-12-12T16:14:49Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b154d04-e969-4b2c-8d09-cd85c578239c","ip_address":"169.254.192.1"}],"id":"8f4ebf2e-2d34-4f7a-8728-fc11d83fe123","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:d4:ce","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cf07bff82794467187b905e604705818","admin_state_up":true,"network_id":"f894ec99-e1a2-4a54-b429-193a7d816209","tenant_id":"","created_at":"2018-12-12T16:14:48Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"}]} 2018-12-12 16:15:04,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=45b3aa52-3e57-46f6-9d36-1192dcd321ec used request id req-13ad825b-2ec5-4d96-b0e7-5e5cf2946666 2018-12-12 16:15:04,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-314610ee-29f5-420b-8e1f-3f46f2f12776 Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 16:15:04,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-314610ee-29f5-420b-8e1f-3f46f2f12776 2018-12-12 16:15:04,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8b154d04-e969-4b2c-8d09-cd85c578239c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-91f9fc89-f7c7-4067-876b-e716c965f5cc Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f894ec99-e1a2-4a54-b429-193a7d816209","tenant_id":"","created_at":"2018-12-12T16:14:46Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8b154d04-e969-4b2c-8d09-cd85c578239c","subnetpool_id":null,"name":"HA subnet tenant cf07bff82794467187b905e604705818"}} 2018-12-12 16:15:04,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8b154d04-e969-4b2c-8d09-cd85c578239c used request id req-91f9fc89-f7c7-4067-876b-e716c965f5cc 2018-12-12 16:15:04,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8b154d04-e969-4b2c-8d09-cd85c578239c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-703b6088-b39e-4212-a977-8c5c2bc4a414 Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f894ec99-e1a2-4a54-b429-193a7d816209","tenant_id":"","created_at":"2018-12-12T16:14:46Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8b154d04-e969-4b2c-8d09-cd85c578239c","subnetpool_id":null,"name":"HA subnet tenant cf07bff82794467187b905e604705818"}} 2018-12-12 16:15:04,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8b154d04-e969-4b2c-8d09-cd85c578239c used request id req-703b6088-b39e-4212-a977-8c5c2bc4a414 2018-12-12 16:15:04,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8b154d04-e969-4b2c-8d09-cd85c578239c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-03208cbb-0757-446d-a663-1bc00317bb67 Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f894ec99-e1a2-4a54-b429-193a7d816209","tenant_id":"","created_at":"2018-12-12T16:14:46Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8b154d04-e969-4b2c-8d09-cd85c578239c","subnetpool_id":null,"name":"HA subnet tenant cf07bff82794467187b905e604705818"}} 2018-12-12 16:15:04,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8b154d04-e969-4b2c-8d09-cd85c578239c used request id req-03208cbb-0757-446d-a663-1bc00317bb67 2018-12-12 16:15:04,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7d00d516-df4f-4922-a437-d7d7b468148e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1c3e5428-6964-4697-8eb5-3f2b1b8aa36f Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}} 2018-12-12 16:15:04,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7d00d516-df4f-4922-a437-d7d7b468148e used request id req-1c3e5428-6964-4697-8eb5-3f2b1b8aa36f 2018-12-12 16:15:04,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports/a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-1511774b-5d7d-478b-a136-9670cc8d7b4f Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","project_id":"cf07bff82794467187b905e604705818","qos_policy_id":null,"admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal"}} 2018-12-12 16:15:04,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports/a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6 used request id req-1511774b-5d7d-478b-a136-9670cc8d7b4f 2018-12-12 16:15:04,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7d00d516-df4f-4922-a437-d7d7b468148e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fbb3fec8-aa48-4649-b499-e7bad2fdb23a Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}} 2018-12-12 16:15:04,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7d00d516-df4f-4922-a437-d7d7b468148e used request id req-fbb3fec8-aa48-4649-b499-e7bad2fdb23a 2018-12-12 16:15:04,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:04,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d2399a58-a6e3-4484-876f-bb0ea4e051ec Date: Wed, 12 Dec 2018 16:15:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:14:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:14:37Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/snap", "metadata": {}}], "self": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "min_disk": 0, "protected": false, "id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "file": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cf07bff82794467187b905e604705818", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:15:04,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 used request id req-d2399a58-a6e3-4484-876f-bb0ea4e051ec 2018-12-12 16:15:04,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:05,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-19aae04b-38b7-4ae4-bf0c-ef09ac61fd5f Date: Wed, 12 Dec 2018 16:15:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:15:05,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-19aae04b-38b7-4ae4-bf0c-ef09ac61fd5f 2018-12-12 16:15:05,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:05,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:05 GMT Server: Apache x-openstack-request-id: req-f4b39f04-0b61-4e1c-9e02-3054a2a0a9e1 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:05,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:05 GMT Server: Apache x-openstack-request-id: req-deda77a1-8b2e-4ef8-a1c8-81417c967332 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 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-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwXJogBhljw5gbabJDs5z4KiTp4lHCQ9s7f0rS7eQfye0Pv0K\nKmb7KtCXZhvNJVIIX2EZKnmT2E6FiG6MqujXq6Rp3RRtRKapsFkEqUvBUisTnZhQ\nF7it3n3LZ+je/HmC2lUpaguLVAVorEOpj1Z8NzBJm9xKMFpYSdV3gtQO/tl521zw\ncbrrmV0EfQV+eXq6Vtl4rZMcJqUtPvVkpLIMtq2bn1CLpw8BCfWKwSq5QUBnbw1X\njIKitp5j4sYqJsfS+mfsyEhyyhe9jG4A018Uz6aNYTbuDpVGFt5frX1QXlqdrM6z\n/a2GV3Sqim9s9hWS5+HdJxapdbwxzToi6u6kdwIDAQABAoIBAQCinb5jEB8vpvJA\nuxgBLmQS0yNsjuX8I896MHyY5fK+MW5AFQ7anj89uqPK3kwRt2f6ZfF110YFa9ys\n1+HAOoQycb/cbTN9pmy3Jd3ZQyl8HWIb9NI/XqwqgKzg6M2qh6sMRtLNpm61buaT\nCT4clKNO8XSvZPuosgnN53jTrdf9OvNP9TwWtWFNE/cXdfNcY4Rgc6ScBo3pW5gE\nyP44hNmzVIXfF53lLZhhfb/Y++jVbN9ICyVOpyBT/ngbegrY1aj1Et7arUdKCXOq\nIbvXcjwpdRogfISVTDH2YC21hG1yDtg5b4yIEcC5AtnA5YWJ77pyG4wNZ/5L4TRL\nxJYT9GlBAoGBAPuiFpvrUZXXREnZcRhIfUKto80W9Gk2z16QxopGvtMRWGqUWGub\n+6vKNux+3Aveo1bBB9td8WCYQhL/2eoGi7hNU/XlAX1UxF4JnNUXabDI+ld8VyKh\nEO9QbzTt8yr7VpaYROCJEttqPt1l6ozothdCSGHFs7wxzuKo0fGXu5BvAoGBAMTN\n0fmKn7iEwNk3qH9PbCGj20H6YXbO2s0GPnPCXKQOW6xCKn3ZPvMdCFjS0rYm8OiC\nQZIku5q6M0s1U/loQeUh75I7RJIOxvoVS6HLPv9XWndn+amzz0kaB26aDuGbUI8G\nYEZTUpoS6CGyTgNtDa3vXMj6Ioria+LsdKy0HqB5AoGAPJKoHqBm40sOhThyoQXS\nIVrrM1NzQmCPSpRPNroQ9X4XapCLOFw0GQZ0cjmXfsP5Tcjpu0TB9h6wySINsugg\neh0jOO4HjcP6ASkPN7yLFKNMoAKudweOrA0QuA0PnCkkjtvYuLRGdcr9lw4RiBn8\nu1yZT+/ndEYJJ0a8QwvjesECgYBNruScOMDVJ+mrlFG5dxM6sCAjCf8g04QAe994\n+BZzV4uOEkwNgwxbEHG0BfvQlMxxKsFRO5il+au3myQ7hZDFLkEPmr91W8nk+zTw\nd3a1ebim+27MMsK2m0Slvr/zA8invB+Sgt9PG/lvG5+5sHk+2AXq+vlZkwh8+VMQ\nvMR+GQKBgDdTtIoMsEw3kOdLJpm3VnCzThSRdsIiKfSXJ2ddFiW/ZB/Qw4Ruiz+N\nVddoRy93tuq0ZNhoB9Ul+WE4mPrpL9lUWD9IdpKlKMG2Yiw6jR4Wgz6BOSe0J9Nc\nP4LQ6+iOV4CnM9tczTjIXra8v31+Hpdu8ZRfPt++Pge9DBXvevWM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:05,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-deda77a1-8b2e-4ef8-a1c8-81417c967332 2018-12-12 16:15:05,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:15:05,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:15:05,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a73ef0b324843c88eee91f62a77df2b", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:15:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf07bff82794467187b905e604705818", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-user", "id": "f8ac75595896428aab1a54b64528e2ac"}, "audit_ids": ["EwY0KoXFS966uKiH2u_I3A"], "issued_at": "2018-12-12T16:15:05.000000Z"}} 2018-12-12 16:15:05,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:05,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db65fb36-b02f-4f44-a40e-0b9b2cbbefac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:05,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-db65fb36-b02f-4f44-a40e-0b9b2cbbefac 2018-12-12 16:15:05,927 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:15:05,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:06,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ec690a-d2a9-4511-a5d4-3ec03673485a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:06,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16ec690a-d2a9-4511-a5d4-3ec03673485a 2018-12-12 16:15:06,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:06,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-eab6e00a-2b11-41d7-abcf-426fa3aab3ff Date: Wed, 12 Dec 2018 16:15:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:06,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-eab6e00a-2b11-41d7-abcf-426fa3aab3ff 2018-12-12 16:15:06,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:15:06,251 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:15:06,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:06,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f46d107-5c09-4944-bda3-836d9de49ae8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:06,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-4f46d107-5c09-4944-bda3-836d9de49ae8 2018-12-12 16:15:06,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:06,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a0a8dbba-888f-4c72-96f8-eb1bec927a8f Date: Wed, 12 Dec 2018 16:15:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:06,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-a0a8dbba-888f-4c72-96f8-eb1bec927a8f 2018-12-12 16:15:06,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221&mac_address=fa%3A16%3A3e%3A5f%3A89%3A48&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:06,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-cc4a7adc-00c2-4efc-b65e-82c38b042759 Date: Wed, 12 Dec 2018 16:15:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:06,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221&mac_address=fa%3A16%3A3e%3A5f%3A89%3A48&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7&admin_state_up=True used request id req-cc4a7adc-00c2-4efc-b65e-82c38b042759 2018-12-12 16:15:06,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:06,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8822dce-35e2-4a52-8d51-766dc8f46f27 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:06,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-f8822dce-35e2-4a52-8d51-766dc8f46f27 2018-12-12 16:15:06,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:07,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15: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-b761ed41-048f-473a-ad21-fe405d59c127 x-compute-request-id: req-b761ed41-048f-473a-ad21-fe405d59c127 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "bookmark"}], "image": {"id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "links": [{"href": "http://172.30.9.29:8774/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-12-12T16:14:55.000000", "flavor": {"id": "e36939d8-0e4b-42d9-87df-ae94e509ded4", "links": [{"href": "http://172.30.9.29:8774/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4", "rel": "bookmark"}]}, "id": "64f5afeb-63f1-40ec-be54-8bb41555f91b", "security_groups": [{"name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp"}], "user_id": "f8ac75595896428aab1a54b64528e2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:55Z", "hostId": "197deb4230969aedc843fec48354ba17618dfa7c34ee8b0043649ce0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "created": "2018-12-12T16:14:50Z", "tenant_id": "cf07bff82794467187b905e604705818", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:15:07,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1 used request id req-b761ed41-048f-473a-ad21-fe405d59c127 2018-12-12 16:15:07,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:07,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-719a84cc-15ea-463f-b3d7-abadc7fd08cd Date: Wed, 12 Dec 2018 16:15:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:07,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-719a84cc-15ea-463f-b3d7-abadc7fd08cd 2018-12-12 16:15:07,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:08,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0eb070ff-74bc-4fba-9438-6b34ac168d55 Date: Wed, 12 Dec 2018 16:15:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:08,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-0eb070ff-74bc-4fba-9438-6b34ac168d55 2018-12-12 16:15:08,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:08,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-b9c90911-7f53-427d-af22-b027f3a98a52 Date: Wed, 12 Dec 2018 16:15:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:08,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-b9c90911-7f53-427d-af22-b027f3a98a52 2018-12-12 16:15:08,257 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1 2018-12-12 16:15:08,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:08,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-d4ab210e-f83a-4b1c-8527-4b5208c54ff6 Date: Wed, 12 Dec 2018 16:15:08 GMT RESP BODY: {"floatingips": [{"router_id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:52Z", "updated_at": "2018-12-12T16:14:55Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "cf07bff82794467187b905e604705818", "port_id": "a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6", "id": "869d3524-3466-4a5b-8b36-6c9238e9eaf4"}]} 2018-12-12 16:15:08,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-d4ab210e-f83a-4b1c-8527-4b5208c54ff6 2018-12-12 16:15:08,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/ab2c3fb3-e32a-497b-aabe-29de4e662366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:08,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-114f82f6-a9c8-4cdc-bc26-8b004b0e9921 x-compute-request-id: req-114f82f6-a9c8-4cdc-bc26-8b004b0e9921 Content-Encoding: gzip Content-Length: 336 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ab2c3fb3-e32a-497b-aabe-29de4e662366", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ab2c3fb3-e32a-497b-aabe-29de4e662366", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "ab2c3fb3-e32a-497b-aabe-29de4e662366", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-flavor2-jnadfhghxpcr", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:15:08,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/ab2c3fb3-e32a-497b-aabe-29de4e662366 used request id req-114f82f6-a9c8-4cdc-bc26-8b004b0e9921 2018-12-12 16:15:08,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7d00d516-df4f-4922-a437-d7d7b468148e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:08,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-38d7bf86-2397-44f7-bb92-47bf2d5e4b51 Date: Wed, 12 Dec 2018 16:15:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}} 2018-12-12 16:15:08,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7d00d516-df4f-4922-a437-d7d7b468148e used request id req-38d7bf86-2397-44f7-bb92-47bf2d5e4b51 2018-12-12 16:15:08,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:08,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-19a963e2-b1dc-4d77-b102-0a443c6d1506 Date: Wed, 12 Dec 2018 16:15:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:08,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-19a963e2-b1dc-4d77-b102-0a443c6d1506 2018-12-12 16:15:08,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:08,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-06d063b4-a0d3-4263-8f06-71909370aea1 Date: Wed, 12 Dec 2018 16:15:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:08,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-06d063b4-a0d3-4263-8f06-71909370aea1 2018-12-12 16:15:08,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:08,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-01b89d3d-c00d-45d7-80e3-dfc55a15b70a Date: Wed, 12 Dec 2018 16:15:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:08,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-01b89d3d-c00d-45d7-80e3-dfc55a15b70a 2018-12-12 16:15:08,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:08,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29fd46a8-b773-4798-82cc-e749ac9d2910 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:08,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-29fd46a8-b773-4798-82cc-e749ac9d2910 2018-12-12 16:15:09,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-07e60ce0-5aa6-4a52-b745-19a7888465f3 Date: Wed, 12 Dec 2018 16:15:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:09,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-07e60ce0-5aa6-4a52-b745-19a7888465f3 2018-12-12 16:15:09,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221&mac_address=fa%3A16%3A3e%3A76%3Aa6%3Ae4&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-4d1c64f1-c143-4b5b-95cc-3b60186d06fb Date: Wed, 12 Dec 2018 16:15:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"}]} 2018-12-12 16:15:09,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221&mac_address=fa%3A16%3A3e%3A76%3Aa6%3Ae4&admin_state_up=True used request id req-4d1c64f1-c143-4b5b-95cc-3b60186d06fb 2018-12-12 16:15:09,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-959077ee-cf23-45dc-9ae4-d47dc0db0c70 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:09,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-959077ee-cf23-45dc-9ae4-d47dc0db0c70 2018-12-12 16:15:09,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-10aee5fe-417d-4986-8879-91fb522a88ff Date: Wed, 12 Dec 2018 16:15:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:09,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-10aee5fe-417d-4986-8879-91fb522a88ff 2018-12-12 16:15:09,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-46dfaced-d896-4ee5-bc95-39f6f8bd07a2 Date: Wed, 12 Dec 2018 16:15:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:09,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-46dfaced-d896-4ee5-bc95-39f6f8bd07a2 2018-12-12 16:15:09,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-0d203dbc-3946-427a-9eba-133ebd39aaa3 Date: Wed, 12 Dec 2018 16:15:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:09,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-0d203dbc-3946-427a-9eba-133ebd39aaa3 2018-12-12 16:15:09,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-52b33092-5d57-49a0-87fc-53dce2565a5c Date: Wed, 12 Dec 2018 16:15:09 GMT RESP BODY: {"floatingips": [{"router_id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:52Z", "updated_at": "2018-12-12T16:14:55Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "cf07bff82794467187b905e604705818", "port_id": "a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6", "id": "869d3524-3466-4a5b-8b36-6c9238e9eaf4"}]} 2018-12-12 16:15:09,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-52b33092-5d57-49a0-87fc-53dce2565a5c 2018-12-12 16:15:09,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-032b202e-9a67-4065-a50d-dd1a39db87d4 Date: Wed, 12 Dec 2018 16:15:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:14:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:14:37Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/snap", "metadata": {}}], "self": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "min_disk": 0, "protected": false, "id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "file": "/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cf07bff82794467187b905e604705818", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:15:09,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 used request id req-032b202e-9a67-4065-a50d-dd1a39db87d4 2018-12-12 16:15:09,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:09,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:09 GMT Server: Apache x-openstack-request-id: req-0bff0c8a-93b8-4d82-b1da-9e1028bde108 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:09,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:09 GMT Server: Apache x-openstack-request-id: req-70f542c4-ded3-47a0-bfcd-8c6e74126172 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 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-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwXJogBhljw5gbabJDs5z4KiTp4lHCQ9s7f0rS7eQfye0Pv0K\nKmb7KtCXZhvNJVIIX2EZKnmT2E6FiG6MqujXq6Rp3RRtRKapsFkEqUvBUisTnZhQ\nF7it3n3LZ+je/HmC2lUpaguLVAVorEOpj1Z8NzBJm9xKMFpYSdV3gtQO/tl521zw\ncbrrmV0EfQV+eXq6Vtl4rZMcJqUtPvVkpLIMtq2bn1CLpw8BCfWKwSq5QUBnbw1X\njIKitp5j4sYqJsfS+mfsyEhyyhe9jG4A018Uz6aNYTbuDpVGFt5frX1QXlqdrM6z\n/a2GV3Sqim9s9hWS5+HdJxapdbwxzToi6u6kdwIDAQABAoIBAQCinb5jEB8vpvJA\nuxgBLmQS0yNsjuX8I896MHyY5fK+MW5AFQ7anj89uqPK3kwRt2f6ZfF110YFa9ys\n1+HAOoQycb/cbTN9pmy3Jd3ZQyl8HWIb9NI/XqwqgKzg6M2qh6sMRtLNpm61buaT\nCT4clKNO8XSvZPuosgnN53jTrdf9OvNP9TwWtWFNE/cXdfNcY4Rgc6ScBo3pW5gE\nyP44hNmzVIXfF53lLZhhfb/Y++jVbN9ICyVOpyBT/ngbegrY1aj1Et7arUdKCXOq\nIbvXcjwpdRogfISVTDH2YC21hG1yDtg5b4yIEcC5AtnA5YWJ77pyG4wNZ/5L4TRL\nxJYT9GlBAoGBAPuiFpvrUZXXREnZcRhIfUKto80W9Gk2z16QxopGvtMRWGqUWGub\n+6vKNux+3Aveo1bBB9td8WCYQhL/2eoGi7hNU/XlAX1UxF4JnNUXabDI+ld8VyKh\nEO9QbzTt8yr7VpaYROCJEttqPt1l6ozothdCSGHFs7wxzuKo0fGXu5BvAoGBAMTN\n0fmKn7iEwNk3qH9PbCGj20H6YXbO2s0GPnPCXKQOW6xCKn3ZPvMdCFjS0rYm8OiC\nQZIku5q6M0s1U/loQeUh75I7RJIOxvoVS6HLPv9XWndn+amzz0kaB26aDuGbUI8G\nYEZTUpoS6CGyTgNtDa3vXMj6Ioria+LsdKy0HqB5AoGAPJKoHqBm40sOhThyoQXS\nIVrrM1NzQmCPSpRPNroQ9X4XapCLOFw0GQZ0cjmXfsP5Tcjpu0TB9h6wySINsugg\neh0jOO4HjcP6ASkPN7yLFKNMoAKudweOrA0QuA0PnCkkjtvYuLRGdcr9lw4RiBn8\nu1yZT+/ndEYJJ0a8QwvjesECgYBNruScOMDVJ+mrlFG5dxM6sCAjCf8g04QAe994\n+BZzV4uOEkwNgwxbEHG0BfvQlMxxKsFRO5il+au3myQ7hZDFLkEPmr91W8nk+zTw\nd3a1ebim+27MMsK2m0Slvr/zA8invB+Sgt9PG/lvG5+5sHk+2AXq+vlZkwh8+VMQ\nvMR+GQKBgDdTtIoMsEw3kOdLJpm3VnCzThSRdsIiKfSXJ2ddFiW/ZB/Qw4Ruiz+N\nVddoRy93tuq0ZNhoB9Ul+WE4mPrpL9lUWD9IdpKlKMG2Yiw6jR4Wgz6BOSe0J9Nc\nP4LQ6+iOV4CnM9tczTjIXra8v31+Hpdu8ZRfPt++Pge9DBXvevWM\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:09,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-70f542c4-ded3-47a0-bfcd-8c6e74126172 2018-12-12 16:15:09,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:15:09,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:15:10,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a73ef0b324843c88eee91f62a77df2b", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:15:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf07bff82794467187b905e604705818", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/cf07bff82794467187b905e604705818", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/cf07bff82794467187b905e604705818", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/cf07bff82794467187b905e604705818", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-user", "id": "f8ac75595896428aab1a54b64528e2ac"}, "audit_ids": ["Xn-EcBeKQnui2PRwyfrDCw"], "issued_at": "2018-12-12T16:15:10.000000Z"}} 2018-12-12 16:15:10,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:10,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5b09c8-3002-4068-a8b2-a45deb8ffedc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:10,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dc5b09c8-3002-4068-a8b2-a45deb8ffedc 2018-12-12 16:15:10,412 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:15:10,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:10,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d627d6c6-ac80-42a7-9356-287223cdc2a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:10,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d627d6c6-ac80-42a7-9356-287223cdc2a2 2018-12-12 16:15:10,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:10,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-cce1038d-4c49-482e-85e8-08b904c5cc7d Date: Wed, 12 Dec 2018 16:15:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:10,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-cce1038d-4c49-482e-85e8-08b904c5cc7d 2018-12-12 16:15:10,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:15:10,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:15:10,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:10,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa862d37-8f39-4239-857b-851681886b7b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:10,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-aa862d37-8f39-4239-857b-851681886b7b 2018-12-12 16:15:10,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:11,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2cab93c9-58ad-4186-801d-7a1164f38801 Date: Wed, 12 Dec 2018 16:15:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:11,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-2cab93c9-58ad-4186-801d-7a1164f38801 2018-12-12 16:15:11,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221&mac_address=fa%3A16%3A3e%3A76%3Aa6%3Ae4&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:11,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-af530bf0-a00b-4a45-ac31-c01edf4b4d6f Date: Wed, 12 Dec 2018 16:15:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"}]} 2018-12-12 16:15:11,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221&mac_address=fa%3A16%3A3e%3A76%3Aa6%3Ae4&admin_state_up=True used request id req-af530bf0-a00b-4a45-ac31-c01edf4b4d6f 2018-12-12 16:15:11,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:11,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd8d3bed-3431-4b14-b506-d3af8be99e08 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:11,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-dd8d3bed-3431-4b14-b506-d3af8be99e08 2018-12-12 16:15:11,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:12,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9530a997-81b7-4419-9489-9c56968ab0da x-compute-request-id: req-9530a997-81b7-4419-9489-9c56968ab0da Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:a6:e4", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "rel": "bookmark"}], "image": {"id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "links": [{"href": "http://172.30.9.29:8774/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-12-12T16:14:56.000000", "flavor": {"id": "ab2c3fb3-e32a-497b-aabe-29de4e662366", "links": [{"href": "http://172.30.9.29:8774/flavors/ab2c3fb3-e32a-497b-aabe-29de4e662366", "rel": "bookmark"}]}, "id": "b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "security_groups": [{"name": "default"}], "user_id": "f8ac75595896428aab1a54b64528e2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:57Z", "hostId": "197deb4230969aedc843fec48354ba17618dfa7c34ee8b0043649ce0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "created": "2018-12-12T16:14:50Z", "tenant_id": "cf07bff82794467187b905e604705818", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:15:12,156 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2 used request id req-9530a997-81b7-4419-9489-9c56968ab0da 2018-12-12 16:15:12,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:12,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8d6fb605-6704-498b-9ae7-4c0a91759957 Date: Wed, 12 Dec 2018 16:15:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:12,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-8d6fb605-6704-498b-9ae7-4c0a91759957 2018-12-12 16:15:12,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:12,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-47a2997b-49fc-46e3-8f52-a61ab2444c91 Date: Wed, 12 Dec 2018 16:15:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:12,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-47a2997b-49fc-46e3-8f52-a61ab2444c91 2018-12-12 16:15:12,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:12,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-97309b9f-eb31-4e0d-9cd9-54f6a5f08e02 Date: Wed, 12 Dec 2018 16:15:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:12,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-97309b9f-eb31-4e0d-9cd9-54f6a5f08e02 2018-12-12 16:15:12,638 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2 2018-12-12 16:15:12,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:12,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-acb60182-55bd-4889-a7fb-6dcfed29fb40 Date: Wed, 12 Dec 2018 16:15:12 GMT RESP BODY: {"floatingips": [{"router_id": "45b3aa52-3e57-46f6-9d36-1192dcd321ec", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:52Z", "updated_at": "2018-12-12T16:14:55Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "cf07bff82794467187b905e604705818", "port_id": "a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6", "id": "869d3524-3466-4a5b-8b36-6c9238e9eaf4"}]} 2018-12-12 16:15:12,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-acb60182-55bd-4889-a7fb-6dcfed29fb40 2018-12-12 16:15:12,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:13,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-8fc020b0-135c-436f-bec9-817552d24f99 x-compute-request-id: req-8fc020b0-135c-436f-bec9-817552d24f99 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "bookmark"}], "image": {"id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "links": [{"href": "http://172.30.9.29:8774/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-12-12T16:14:55.000000", "flavor": {"id": "e36939d8-0e4b-42d9-87df-ae94e509ded4", "links": [{"href": "http://172.30.9.29:8774/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4", "rel": "bookmark"}]}, "id": "64f5afeb-63f1-40ec-be54-8bb41555f91b", "security_groups": [{"name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp"}], "user_id": "f8ac75595896428aab1a54b64528e2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:55Z", "hostId": "197deb4230969aedc843fec48354ba17618dfa7c34ee8b0043649ce0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "created": "2018-12-12T16:14:50Z", "tenant_id": "cf07bff82794467187b905e604705818", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:15:13,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b used request id req-8fc020b0-135c-436f-bec9-817552d24f99 2018-12-12 16:15:13,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:13,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7fe4068c-e7bf-4106-b05a-8943f69a5b83 Date: Wed, 12 Dec 2018 16:15:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:13,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-7fe4068c-e7bf-4106-b05a-8943f69a5b83 2018-12-12 16:15:13,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:13,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8592ef8c-a2d6-49e0-b7d0-fa03906dc1cf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:13,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-8592ef8c-a2d6-49e0-b7d0-fa03906dc1cf 2018-12-12 16:15:13,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:13,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d9a100e9-0834-49de-a66e-1d3dcb66fbb8 Date: Wed, 12 Dec 2018 16:15:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:13,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-d9a100e9-0834-49de-a66e-1d3dcb66fbb8 2018-12-12 16:15:13,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:14,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-baeb8a7b-6eea-4a69-b5b0-415c25a325b9 Date: Wed, 12 Dec 2018 16:15:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:14,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-baeb8a7b-6eea-4a69-b5b0-415c25a325b9 2018-12-12 16:15:14,059 - create_instance - INFO - Checking if VM is active 2018-12-12 16:15:14,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:14,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-e0b6cd52-fad7-4ee3-a9ac-d527f93b6c41 x-compute-request-id: req-e0b6cd52-fad7-4ee3-a9ac-d527f93b6c41 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "bookmark"}], "image": {"id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "links": [{"href": "http://172.30.9.29:8774/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-12-12T16:14:55.000000", "flavor": {"id": "e36939d8-0e4b-42d9-87df-ae94e509ded4", "links": [{"href": "http://172.30.9.29:8774/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4", "rel": "bookmark"}]}, "id": "64f5afeb-63f1-40ec-be54-8bb41555f91b", "security_groups": [{"name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp"}], "user_id": "f8ac75595896428aab1a54b64528e2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:55Z", "hostId": "197deb4230969aedc843fec48354ba17618dfa7c34ee8b0043649ce0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "created": "2018-12-12T16:14:50Z", "tenant_id": "cf07bff82794467187b905e604705818", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:15:14,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b used request id req-e0b6cd52-fad7-4ee3-a9ac-d527f93b6c41 2018-12-12 16:15:14,824 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1] is - ACTIVE 2018-12-12 16:15:14,824 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:15:14,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:15,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-b2c3f755-2b49-47be-ba09-66305a91fc64 x-compute-request-id: req-b2c3f755-2b49-47be-ba09-66305a91fc64 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:89:48", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b", "rel": "bookmark"}], "image": {"id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "links": [{"href": "http://172.30.9.29:8774/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-12-12T16:14:55.000000", "flavor": {"id": "e36939d8-0e4b-42d9-87df-ae94e509ded4", "links": [{"href": "http://172.30.9.29:8774/flavors/e36939d8-0e4b-42d9-87df-ae94e509ded4", "rel": "bookmark"}]}, "id": "64f5afeb-63f1-40ec-be54-8bb41555f91b", "security_groups": [{"name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp"}], "user_id": "f8ac75595896428aab1a54b64528e2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:55Z", "hostId": "197deb4230969aedc843fec48354ba17618dfa7c34ee8b0043649ce0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "created": "2018-12-12T16:14:50Z", "tenant_id": "cf07bff82794467187b905e604705818", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:15:15,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/64f5afeb-63f1-40ec-be54-8bb41555f91b used request id req-b2c3f755-2b49-47be-ba09-66305a91fc64 2018-12-12 16:15:15,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:15,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4440902c-1e9e-4149-8b1a-7f37dc40c3b2 Date: Wed, 12 Dec 2018 16:15:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:15,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-4440902c-1e9e-4149-8b1a-7f37dc40c3b2 2018-12-12 16:15:15,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:15,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db61efe-1906-4514-902f-9321b6d46aa6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:15,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-0db61efe-1906-4514-902f-9321b6d46aa6 2018-12-12 16:15:15,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:15,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a4575567-4cec-4f99-94a8-b4b26f0fa23d Date: Wed, 12 Dec 2018 16:15:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:15,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-a4575567-4cec-4f99-94a8-b4b26f0fa23d 2018-12-12 16:15:15,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445917bf620e0aea4f17aa042f3c1f346d8924f2" 2018-12-12 16:15:15,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-0b458a69-9ded-4b11-9411-f0214b0c3cac Date: Wed, 12 Dec 2018 16:15:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:15,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-0b458a69-9ded-4b11-9411-f0214b0c3cac 2018-12-12 16:15:15,718 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:15:15,720 - paramiko.transport - DEBUG - starting thread (client mode): 0xd68bd950L 2018-12-12 16:15:15,721 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:15:15,721 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:15:15,721 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:15:15,723 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:15:15,723 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:15:15,723 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:15:15,723 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:15:15,723 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:15:15,723 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:15:15,740 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:15:15,740 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:15:15,753 - paramiko.transport - DEBUG - Trying key 98d00462f4f27c4854a2025c3b0357f9 from e47cad7a-8a9d-4648-93dc-ba09c2aa9e4d 2018-12-12 16:15:15,777 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:15:15,782 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:15:15,882 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:15:15,898 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:15:15,899 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:15:15,900 - paramiko.transport - DEBUG - starting thread (client mode): 0xd68bd9d0L 2018-12-12 16:15:15,900 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:15:15,901 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:15:15,901 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:15:15,902 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:15:15,902 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:15:15,902 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:15:15,903 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:15:15,903 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:15:15,903 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:15:15,920 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:15:15,920 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:15:15,933 - paramiko.transport - DEBUG - Trying key 98d00462f4f27c4854a2025c3b0357f9 from e47cad7a-8a9d-4648-93dc-ba09c2aa9e4d 2018-12-12 16:15:15,957 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:15:15,963 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:15:15,965 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:15:15,966 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:15:15,966 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:15:15,967 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:15:15,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:16,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8254f63a-2efd-4d95-a5e2-2c95e6f2a9fa x-compute-request-id: req-8254f63a-2efd-4d95-a5e2-2c95e6f2a9fa Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:a6:e4", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "rel": "bookmark"}], "image": {"id": "f99fcd28-b4cf-4473-9b35-5e6be93e8089", "links": [{"href": "http://172.30.9.29:8774/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-12-12T16:14:56.000000", "flavor": {"id": "ab2c3fb3-e32a-497b-aabe-29de4e662366", "links": [{"href": "http://172.30.9.29:8774/flavors/ab2c3fb3-e32a-497b-aabe-29de4e662366", "rel": "bookmark"}]}, "id": "b2caf6c4-c3bf-4ca9-8dea-43a283b809ec", "security_groups": [{"name": "default"}], "user_id": "f8ac75595896428aab1a54b64528e2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:14:57Z", "hostId": "197deb4230969aedc843fec48354ba17618dfa7c34ee8b0043649ce0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "created": "2018-12-12T16:14:50Z", "tenant_id": "cf07bff82794467187b905e604705818", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:15:16,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b2caf6c4-c3bf-4ca9-8dea-43a283b809ec used request id req-8254f63a-2efd-4d95-a5e2-2c95e6f2a9fa 2018-12-12 16:15:16,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:16,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1b291be6-c5f6-4c70-b101-c27a017153f8 Date: Wed, 12 Dec 2018 16:15:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9304afdd-2d89-4d3e-94c8-25a414be4221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","subnets":["7d00d516-df4f-4922-a437-d7d7b468148e"],"description":"","tags":[],"updated_at":"2018-12-12T16:14:45Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net","admin_state_up":true,"tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:44Z","provider:network_type":"vxlan"}]} 2018-12-12 16:15:16,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net used request id req-1b291be6-c5f6-4c70-b101-c27a017153f8 2018-12-12 16:15:16,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:16,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e1d76c-578e-4988-8d68-e0ddf2f944c1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:16,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-d1e1d76c-578e-4988-8d68-e0ddf2f944c1 2018-12-12 16:15:16,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:16,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e9daa38c-6a2b-4ac3-ba85-e44da6238c2d Date: Wed, 12 Dec 2018 16:15:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:45Z","dns_nameservers":[],"updated_at":"2018-12-12T16:14:45Z","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":"cf07bff82794467187b905e604705818","id":"7d00d516-df4f-4922-a437-d7d7b468148e","subnetpool_id":null,"name":"CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet"}]} 2018-12-12 16:15:16,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-e9daa38c-6a2b-4ac3-ba85-e44da6238c2d 2018-12-12 16:15:16,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1107fa5d2f0f2137e413389c6e70fe1ddd1f94d" 2018-12-12 16:15:17,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-a6630650-1bb9-4c66-aa7c-db9985664a8b Date: Wed, 12 Dec 2018 16:15:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.3"}],"id":"18be14c3-50b8-4301-8094-082cff95e0c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:5b:e8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.1"}],"id":"2763624d-b4fc-4ca5-8961-7259ecc2e61d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:f4:f8","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:53Z","binding:vnic_type":"normal","device_id":"45b3aa52-3e57-46f6-9d36-1192dcd321ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.5"}],"id":"3bf0a985-3999-4115-a173-b84fcde03fab","security_groups":["0d10c20f-b727-48a6-85d3-2d53905e5452"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:a6:e4","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:52Z","binding:vnic_type":"normal","device_id":"b2caf6c4-c3bf-4ca9-8dea-43a283b809ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.2"}],"id":"7d0ff294-c880-4e40-a3cf-dca335b8e99f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:3f:bb","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.4"}],"id":"89db97b3-e78d-4865-81fd-644e0d9b92f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:1c:8b","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9304afdd-2d89-4d3e-94c8-25a414be4221"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:14:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d00d516-df4f-4922-a437-d7d7b468148e","ip_address":"10.1.2.6"}],"id":"a87e00db-99ff-4a09-bb3b-fc3c0f6c60f6","security_groups":["2afd2ead-998b-4055-ba73-e7ab8486661b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:89:48","project_id":"cf07bff82794467187b905e604705818","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack-port1-gjxtg6il6en7","admin_state_up":true,"network_id":"9304afdd-2d89-4d3e-94c8-25a414be4221","tenant_id":"cf07bff82794467187b905e604705818","created_at":"2018-12-12T16:14:47Z","binding:vnic_type":"normal","device_id":"64f5afeb-63f1-40ec-be54-8bb41555f91b"}]} 2018-12-12 16:15:17,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9304afdd-2d89-4d3e-94c8-25a414be4221 used request id req-a6630650-1bb9-4c66-aa7c-db9985664a8b 2018-12-12 16:15:17,162 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack 2018-12-12 16:15:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:17,355 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:17 GMT Server: Apache x-openstack-request-id: req-173a7bf7-bb83-4069-b305-81d17bf16a4f Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:17,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:15:17 GMT Server: Apache x-openstack-request-id: req-a7f00c4e-8997-4af7-98ab-1b3888807840 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:15:17,428 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-a7f00c4e-8997-4af7-98ab-1b3888807840 2018-12-12 16:15:17,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:17,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:17 GMT Server: Apache x-openstack-request-id: req-e64bf0af-256c-49cb-adf8-2b5699302a05 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:17,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:17 GMT Server: Apache x-openstack-request-id: req-36541a06-a3fb-47d1-b6bb-2540bae082a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "tags": null, "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:15:17Z", "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:17,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-36541a06-a3fb-47d1-b6bb-2540bae082a4 2018-12-12 16:15:17,502 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:15:17,502 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:15:20,505 - create_stack - DEBUG - Stack status query timeout in 1196.92334914 2018-12-12 16:15:20,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:20,694 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:20 GMT Server: Apache x-openstack-request-id: req-91c0e675-245d-4ad3-9bd3-f9cd1a6e493d Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:20,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:20 GMT Server: Apache x-openstack-request-id: req-237ed344-bee0-4c77-bbcb-b8a2d9e2c87f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "tags": null, "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:15:17Z", "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:20,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-237ed344-bee0-4c77-bbcb-b8a2d9e2c87f 2018-12-12 16:15:20,818 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:15:20,819 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:15:23,822 - create_stack - DEBUG - Stack status query timeout in 1193.60696411 2018-12-12 16:15:23,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:23,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:23 GMT Server: Apache x-openstack-request-id: req-d5f2e5cc-bb04-45b6-b2a2-7c8c2d4ed351 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:24,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:23 GMT Server: Apache x-openstack-request-id: req-5f7a5c13-dba7-4801-b780-fec0d14b08dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "tags": null, "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:15:17Z", "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:24,022 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-5f7a5c13-dba7-4801-b780-fec0d14b08dd 2018-12-12 16:15:24,023 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:15:24,023 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:15:27,026 - create_stack - DEBUG - Stack status query timeout in 1190.40248108 2018-12-12 16:15:27,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:27,055 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:27 GMT Server: Apache x-openstack-request-id: req-6142d23a-9d68-4a5e-a148-335468be625c Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:27,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:27 GMT Server: Apache x-openstack-request-id: req-eaf4bc0d-44fe-4bdc-9cca-6c2309fe5dbe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "tags": null, "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:15:17Z", "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:27,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-eaf4bc0d-44fe-4bdc-9cca-6c2309fe5dbe 2018-12-12 16:15:27,081 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:15:27,081 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:15:30,084 - create_stack - DEBUG - Stack status query timeout in 1187.34416604 2018-12-12 16:15:30,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:30,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:30 GMT Server: Apache x-openstack-request-id: req-90567b57-4827-480b-946e-3ec628df14f2 Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:30,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:30 GMT Server: Apache x-openstack-request-id: req-07fa6c06-32d2-4e4a-b012-2433ae217739 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 693 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-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor2", "OS::project_id": "cf07bff82794467187b905e604705818", "OS::stack_id": "dc844d12-eac9-4e48-8c93-768519975c7c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-kp", "security_group_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-sec_grp", "subnet_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-subnet", "net_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst2", "inst1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-inst1", "image2_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image", "flavor1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-flavor1", "image1_name": "CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image"}, "deletion_time": "2018-12-12T16:15:28Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack", "stack_user_project_id": "80084bb74d8f443388815779520acf05", "tags": null, "creation_time": "2018-12-12T16:14:42Z", "links": [{"href": "http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:15:17Z", "id": "dc844d12-eac9-4e48-8c93-768519975c7c", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:30,396 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-07fa6c06-32d2-4e4a-b012-2433ae217739 2018-12-12 16:15:30,397 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:15:30,397 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack 2018-12-12 16:15:30,397 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack 2018-12-12 16:15:30,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/dc844d12-eac9-4e48-8c93-768519975c7c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c6ea72180157838b5c8e62cfe9a8c5de34e1647" 2018-12-12 16:15:30,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:30 GMT Server: Apache x-openstack-request-id: req-87935602-99f3-4d97-9c81-53b756c6cf2b Location: http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:30,625 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:15:30 GMT Server: Apache x-openstack-request-id: req-49fd0b3a-b1ef-473f-907e-49ff4859d4e4 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:15:30,626 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/cf07bff82794467187b905e604705818/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-stack/dc844d12-eac9-4e48-8c93-768519975c7c used request id req-49fd0b3a-b1ef-473f-907e-49ff4859d4e4 2018-12-12 16:15:30,627 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-df45fa09-6ae4-4fff-a963-a2d4fcbe2de2-image 2018-12-12 16:15:30,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b5a5a592731cad005865bbdf8123875f315c86" 2018-12-12 16:15:32,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c91f9e3-99bc-440f-a685-a10312043f7f Date: Wed, 12 Dec 2018 16:15:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:15:32,427 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f99fcd28-b4cf-4473-9b35-5e6be93e8089 used request id req-7c91f9e3-99bc-440f-a685-a10312043f7f 2018-12-12 16:15:32,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:15:32,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-98ab9de5-c970-4ed7-a60d-6c6b9f907af3 Date: Wed, 12 Dec 2018 16:15:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:43Z", "updated_at": "2018-12-12T16:14:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:14:43Z", "revision_number": 0, "id": "01340486-262b-4db3-b6ba-ae466ea4483e", "remote_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "remote_ip_prefix": null, "created_at": "2018-12-12T16:14:43Z", "security_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "tenant_id": "cf07bff82794467187b905e604705818", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf07bff82794467187b905e604705818"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:14:43Z", "revision_number": 0, "id": "0731e9cc-9455-4e6c-83e4-64ca5855bc79", "remote_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "remote_ip_prefix": null, "created_at": "2018-12-12T16:14:43Z", "security_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "tenant_id": "cf07bff82794467187b905e604705818", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf07bff82794467187b905e604705818"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:14:43Z", "revision_number": 0, "id": "3679f8e2-41bd-475f-96ed-343c29a0cca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:14:43Z", "security_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "tenant_id": "cf07bff82794467187b905e604705818", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf07bff82794467187b905e604705818"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:14:43Z", "revision_number": 0, "id": "423de603-52d7-409f-803f-ec157085270d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:14:43Z", "security_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "tenant_id": "cf07bff82794467187b905e604705818", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf07bff82794467187b905e604705818"}], "revision_number": 4, "project_id": "cf07bff82794467187b905e604705818", "id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:15:32,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-98ab9de5-c970-4ed7-a60d-6c6b9f907af3 2018-12-12 16:15:32,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:15:32,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36daef9-7427-4e42-9813-3a83e89567e1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818"}, "enabled": true, "id": "cf07bff82794467187b905e604705818", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj"}} 2018-12-12 16:15:32,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-c36daef9-7427-4e42-9813-3a83e89567e1 2018-12-12 16:15:32,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d10c20f-b727-48a6-85d3-2d53905e5452 2018-12-12 16:15:32,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=0d10c20f-b727-48a6-85d3-2d53905e5452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:15:32,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-893929a9-0dd5-4c65-9aa2-df3cd983475e Date: Wed, 12 Dec 2018 16:15:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:14:43Z", "security_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "port_range_min": null, "revision_number": 0, "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:43Z", "project_id": "cf07bff82794467187b905e604705818", "id": "01340486-262b-4db3-b6ba-ae466ea4483e"}, {"remote_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:14:43Z", "security_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "port_range_min": null, "revision_number": 0, "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:43Z", "project_id": "cf07bff82794467187b905e604705818", "id": "0731e9cc-9455-4e6c-83e4-64ca5855bc79"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:14:43Z", "security_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "port_range_min": null, "revision_number": 0, "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:43Z", "project_id": "cf07bff82794467187b905e604705818", "id": "3679f8e2-41bd-475f-96ed-343c29a0cca0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:14:43Z", "security_group_id": "0d10c20f-b727-48a6-85d3-2d53905e5452", "port_range_min": null, "revision_number": 0, "tenant_id": "cf07bff82794467187b905e604705818", "created_at": "2018-12-12T16:14:43Z", "project_id": "cf07bff82794467187b905e604705818", "id": "423de603-52d7-409f-803f-ec157085270d"}]} 2018-12-12 16:15:32,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=0d10c20f-b727-48a6-85d3-2d53905e5452 used request id req-893929a9-0dd5-4c65-9aa2-df3cd983475e 2018-12-12 16:15:32,995 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:15:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/0d10c20f-b727-48a6-85d3-2d53905e5452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:15:33,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01fded6e-0c76-49a4-ae0d-f3688c8ea4a5 Content-Length: 0 Date: Wed, 12 Dec 2018 16:15:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:15:33,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/0d10c20f-b727-48a6-85d3-2d53905e5452 used request id req-01fded6e-0c76-49a4-ae0d-f3688c8ea4a5 2018-12-12 16:15:33,313 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj 2018-12-12 16:15:33,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:15:33,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ae2b965-31b9-418e-8aca-45361a6309e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:15:33,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/cf07bff82794467187b905e604705818 used request id req-3ae2b965-31b9-418e-8aca-45361a6309e1 2018-12-12 16:15:33,580 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-c3e6083b-c2cc-47a-proj-role 2018-12-12 16:15:33,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/3a73ef0b324843c88eee91f62a77df2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:15:33,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f05f0a1b-0fb3-4044-baa5-d7c937b3a161 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:15:33,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/3a73ef0b324843c88eee91f62a77df2b used request id req-f05f0a1b-0fb3-4044-baa5-d7c937b3a161 2018-12-12 16:15:33,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2a6d3d7224933cdd589ed71f78ed7ee0bd5feb" 2018-12-12 16:15:33,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a81df87-8dba-4e8e-a0ab-c515933c7851 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:15:33,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2a81df87-8dba-4e8e-a0ab-c515933c7851 2018-12-12 16:15:33,796 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-c3e6083b-c2cc-47a-user 2018-12-12 16:15:33,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f8ac75595896428aab1a54b64528e2ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b555334093b190190c1aee398bb669c0ae11fd33" 2018-12-12 16:15:34,049 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bf1fbe2-a72b-41f4-9455-fb2c7f1a92d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:15:34,049 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f8ac75595896428aab1a54b64528e2ac used request id req-7bf1fbe2-a72b-41f4-9455-fb2c7f1a92d5 2018-12-12 16:15:34,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:15:34,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:15:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["tTu7SNbPR0uNLUMWwfLnNQ"], "issued_at": "2018-12-12T16:15:34.000000Z"}} 2018-12-12 16:15:34,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}956e46b9731c95b6d39caaaca75b9e26496f470d" 2018-12-12 16:15:34,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-231b7965-9b11-4538-8eb7-77c8e0fbb1c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:34,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-231b7965-9b11-4538-8eb7-77c8e0fbb1c2 2018-12-12 16:15:34,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:15:34,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:15:34,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:15:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["s8C9PApeTfKdt9pJPQL0tA"], "issued_at": "2018-12-12T16:15:34.000000Z"}} 2018-12-12 16:15:34,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:15:34,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1677864f-0163-40f6-b583-8c19bec51141 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:34,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1677864f-0163-40f6-b583-8c19bec51141 2018-12-12 16:15:34,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:15:34,995 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:15: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:15:34,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-d9553723-4a50-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:15:35,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c23a8d60-50ab-478e-9dde-ab68dc5b04f6 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-d9553723-4a50-479-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:15:35,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-d9553723-4a50-479-proj used request id req-c23a8d60-50ab-478e-9dde-ab68dc5b04f6 2018-12-12 16:15:35,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:15:35,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6157c98f-3c18-4710-8399-27fc4516a0f6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:15:35,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6157c98f-3c18-4710-8399-27fc4516a0f6 2018-12-12 16:15:35,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}}' 2018-12-12 16:15:35,289 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:15:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1be162b7-d959-4fbf-9c2f-3e7f2026ae16 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:15:35,289 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1be162b7-d959-4fbf-9c2f-3e7f2026ae16 2018-12-12 16:15:35,290 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-d9553723-4a50-479-proj 2018-12-12 16:15:35,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:15:35,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:15:35,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:15:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["rBmlfj_8S7OmYhObwbGwfw"], "issued_at": "2018-12-12T16:15:35.000000Z"}} 2018-12-12 16:15:35,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:35,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb7a2bd-e56c-4c47-b862-2efa93aeeed2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:35,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1fb7a2bd-e56c-4c47-b862-2efa93aeeed2 2018-12-12 16:15:35,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:15:35,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:15:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:15:35,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:35,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bdb11f-26bb-41b5-a02b-4ec2411a7aee Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:15:35,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d1bdb11f-26bb-41b5-a02b-4ec2411a7aee 2018-12-12 16:15:35,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:35,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3582d9b-b8d9-4fad-8d31-1ce07089d613 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}]} 2018-12-12 16:15:35,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj used request id req-f3582d9b-b8d9-4fad-8d31-1ce07089d613 2018-12-12 16:15:35,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:35,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-726676c8-70d0-4e1f-a21d-2fe7a8243b0b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:15:35,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-726676c8-70d0-4e1f-a21d-2fe7a8243b0b 2018-12-12 16:15:36,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:36,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a847b3a8-3c17-4999-9757-ae5f3c2d19b7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:15:36,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a847b3a8-3c17-4999-9757-ae5f3c2d19b7 2018-12-12 16:15:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:36,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6cf6795-338f-4668-a389-9aa560d0b8a1 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}]} 2018-12-12 16:15:36,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj used request id req-f6cf6795-338f-4668-a389-9aa560d0b8a1 2018-12-12 16:15:36,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/26916964010b4cd688338148b5de6c40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:36,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e0e9d2-5f86-4726-a04a-358226e4bbd7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-d9553723-4a50-479-user", "links": {"self": "http://172.30.9.29:5000/v3/users/26916964010b4cd688338148b5de6c40"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "530dccd88a2e47de82ed2591e60203a4", "id": "26916964010b4cd688338148b5de6c40", "password_expires_at": null}} 2018-12-12 16:15:36,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/26916964010b4cd688338148b5de6c40 used request id req-f5e0e9d2-5f86-4726-a04a-358226e4bbd7 2018-12-12 16:15:36,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:36,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb477852-006f-41bf-b34e-6d4959b04409 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles", "previous": null, "next": null}, "roles": []} 2018-12-12 16:15:36,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles used request id req-fb477852-006f-41bf-b34e-6d4959b04409 2018-12-12 16:15:36,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:36,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de2adfd0-9452-4f45-b64d-efcbf4b74ac8 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "domain_id": null, "name": "admin", "id": "1d6bc0635c7944e7b55d71ac3f2130ce"}} 2018-12-12 16:15:36,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-de2adfd0-9452-4f45-b64d-efcbf4b74ac8 2018-12-12 16:15:36,858 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-d9553723-4a50-479-proj 2018-12-12 16:15:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:36,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:15:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdea5f31-4486-4020-8c17-a8992925747d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:15:36,915 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-cdea5f31-4486-4020-8c17-a8992925747d 2018-12-12 16:15:36,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:37,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b497acb1-f6de-4bca-b8af-730b6dbb38db Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:15:37,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b497acb1-f6de-4bca-b8af-730b6dbb38db 2018-12-12 16:15:37,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:37,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4db5a54-8264-4a57-9c40-4adfdc0d6dec Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}]} 2018-12-12 16:15:37,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-d9553723-4a50-479-proj used request id req-a4db5a54-8264-4a57-9c40-4adfdc0d6dec 2018-12-12 16:15:37,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:37,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2930530-002d-4afe-b826-c94585209cb0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}]} 2018-12-12 16:15:37,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles used request id req-e2930530-002d-4afe-b826-c94585209cb0 2018-12-12 16:15:37,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:37,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5db8f81-3e2f-4add-aecf-a7047b670bd7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "domain_id": null, "name": "heat_stack_owner", "id": "e8c8590d1f254077b29715df32c522d0"}} 2018-12-12 16:15:37,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-e5db8f81-3e2f-4add-aecf-a7047b670bd7 2018-12-12 16:15:37,221 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-d9553723-4a50-479-proj 2018-12-12 16:15:37,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:15:37,339 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:15:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea2f507c-440f-47f2-8853-e38091f4651b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:15:37,340 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles/e8c8590d1f254077b29715df32c522d0 used request id req-ea2f507c-440f-47f2-8853-e38091f4651b 2018-12-12 16:15:37,340 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-d9553723-4a50-479-user 2018-12-12 16:15:37,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:15:37,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:15:37,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e56b20f3-f8df-400b-ab9b-99a74a13857c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:15:37,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e56b20f3-f8df-400b-ab9b-99a74a13857c 2018-12-12 16:15:37,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" -d '{"role": {"name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj-role"}}' 2018-12-12 16:15:37,601 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:15:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3259fc8e-afd5-4eb6-a376-e22fe62a1a1c Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "19e1fc573b2149d4a78217427e4f1761", "links": {"self": "http://172.30.9.29:5000/v3/roles/19e1fc573b2149d4a78217427e4f1761"}, "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj-role"}} 2018-12-12 16:15:37,601 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-3259fc8e-afd5-4eb6-a376-e22fe62a1a1c 2018-12-12 16:15:37,601 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-d9553723-4a50-479-proj-role 2018-12-12 16:15:37,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/19e1fc573b2149d4a78217427e4f1761 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:15:37,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2659f890-3db2-44e0-8578-644dd9e72e16 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/19e1fc573b2149d4a78217427e4f1761"}, "domain_id": null, "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj-role", "id": "19e1fc573b2149d4a78217427e4f1761"}} 2018-12-12 16:15:37,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/19e1fc573b2149d4a78217427e4f1761 used request id req-2659f890-3db2-44e0-8578-644dd9e72e16 2018-12-12 16:15:37,685 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-d9553723-4a50-479-proj-role to project CreateStackFloatingIpTests-d9553723-4a50-479-proj 2018-12-12 16:15:37,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles/19e1fc573b2149d4a78217427e4f1761 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:15:37,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:15:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1d1225e-90d6-4d7f-b6c9-f014fb738e5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:15:37,815 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4/users/26916964010b4cd688338148b5de6c40/roles/19e1fc573b2149d4a78217427e4f1761 used request id req-b1d1225e-90d6-4d7f-b6c9-f014fb738e5d 2018-12-12 16:15:37,815 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:15:37,815 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-12 16:15:37,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:15:37,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:15:38,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "19e1fc573b2149d4a78217427e4f1761", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:15:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "530dccd88a2e47de82ed2591e60203a4", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-d9553723-4a50-479-user", "id": "26916964010b4cd688338148b5de6c40"}, "audit_ids": ["YXFcH7nbRYSluK4m1Y54qQ"], "issued_at": "2018-12-12T16:15:38.000000Z"}} 2018-12-12 16:15:38,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" 2018-12-12 16:15:38,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ad3e34c-b48d-44f7-b088-bbf438a23afc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:38,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7ad3e34c-b48d-44f7-b088-bbf438a23afc 2018-12-12 16:15:38,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" 2018-12-12 16:15:38,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-b2f80fe4-96ee-40d3-87c4-57600928e259 Date: Wed, 12 Dec 2018 16:15:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"} 2018-12-12 16:15:38,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image used request id req-b2f80fe4-96ee-40d3-87c4-57600928e259 2018-12-12 16:15:38,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" 2018-12-12 16:15:38,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4ddfe9f2-c417-4564-b413-5c136993cfe3 Date: Wed, 12 Dec 2018 16:15:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:15:38,657 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-4ddfe9f2-c417-4564-b413-5c136993cfe3 2018-12-12 16:15:38,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}' 2018-12-12 16:15:38,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 X-Openstack-Request-Id: req-1619d412-8888-494d-993d-08149222e109 Date: Wed, 12 Dec 2018 16:15:38 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:15:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:15:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "min_disk": 0, "protected": false, "id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "file": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8/file", "checksum": null, "owner": "530dccd88a2e47de82ed2591e60203a4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:15:38,866 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-1619d412-8888-494d-993d-08149222e109 2018-12-12 16:15:38,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" -d '' 2018-12-12 16:15:40,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97e4ee70-12b6-4e4a-8c69-3bd650200d20 Date: Wed, 12 Dec 2018 16:15:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:15:40,281 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8/file used request id req-97e4ee70-12b6-4e4a-8c69-3bd650200d20 2018-12-12 16:15:40,282 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:15:40,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" 2018-12-12 16:15:40,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1c4142b6-e55c-495e-8a3a-24e14857a3c1 Date: Wed, 12 Dec 2018 16:15:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:15:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:15:40Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6bc94062-5b55-4092-b40d-4d984c294cd8/snap", "metadata": {}}], "self": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "min_disk": 0, "protected": false, "id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "file": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "530dccd88a2e47de82ed2591e60203a4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6bc94062-5b55-4092-b40d-4d984c294cd8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:15:40,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 used request id req-1c4142b6-e55c-495e-8a3a-24e14857a3c1 2018-12-12 16:15:40,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" 2018-12-12 16:15:41,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-06239993-bd44-42b7-9e8a-06c5dbcdcfa1 Date: Wed, 12 Dec 2018 16:15:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:15:41,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-06239993-bd44-42b7-9e8a-06c5dbcdcfa1 2018-12-12 16:15:41,120 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image 2018-12-12 16:15:41,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" 2018-12-12 16:15:41,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-65ea5da6-2686-4a51-8a07-7a0a2a749f5e Date: Wed, 12 Dec 2018 16:15:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:15:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:15:40Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6bc94062-5b55-4092-b40d-4d984c294cd8/snap", "metadata": {}}], "self": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "min_disk": 0, "protected": false, "id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "file": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "530dccd88a2e47de82ed2591e60203a4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6bc94062-5b55-4092-b40d-4d984c294cd8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:15:41,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 used request id req-65ea5da6-2686-4a51-8a07-7a0a2a749f5e 2018-12-12 16:15:41,302 - create_image - DEBUG - Instance status is - active 2018-12-12 16:15:41,302 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image 2018-12-12 16:15:41,302 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image 2018-12-12 16:15:41,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:15:41,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:15:41,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "19e1fc573b2149d4a78217427e4f1761", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:15:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "530dccd88a2e47de82ed2591e60203a4", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-d9553723-4a50-479-user", "id": "26916964010b4cd688338148b5de6c40"}, "audit_ids": ["XG0UnYVPR_2lb3MtEoZR0g"], "issued_at": "2018-12-12T16:15:41.000000Z"}} 2018-12-12 16:15:41,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:15:41,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105f651e-fd64-48d1-9a97-17244ecc6035 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:15:41,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-105f651e-fd64-48d1-9a97-17244ecc6035 2018-12-12 16:15:41,792 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:15:41,795 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:15:41,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:15:41,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:41 GMT Server: Apache x-openstack-request-id: req-659c3513-a86d-4ca7-bf8d-7bb34da6c1d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-12 16:15:41,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack used request id req-659c3513-a86d-4ca7-bf8d-7bb34da6c1d8 2018-12-12 16:15:42,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net"}}' 2018-12-12 16:15:45,401 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:15:42 GMT Server: Apache x-openstack-request-id: req-709f017f-02b5-4fd3-bcd7-2945c1117e79 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}]}} 2018-12-12 16:15:45,402 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks used request id req-709f017f-02b5-4fd3-bcd7-2945c1117e79 2018-12-12 16:15:45,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:15:45,575 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:45 GMT Server: Apache x-openstack-request-id: req-771ac5c3-e03c-4188-8bf3-7adf83b3a6d1 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:45,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:45 GMT Server: Apache x-openstack-request-id: req-d214c80c-d755-4d00-a99f-85b3a4ca255f 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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:45,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-d214c80c-d755-4d00-a99f-85b3a4ca255f 2018-12-12 16:15:45,775 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack 2018-12-12 16:15:45,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:15:45,963 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:45 GMT Server: Apache x-openstack-request-id: req-500f1b9a-15cc-45dc-8c57-f375fbf3f2a6 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:46,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:45 GMT Server: Apache x-openstack-request-id: req-02e02375-5b0c-46ac-aa14-61c01c3c1860 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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:46,155 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-02e02375-5b0c-46ac-aa14-61c01c3c1860 2018-12-12 16:15:46,155 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:15:46,155 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:15:49,159 - create_stack - DEBUG - Stack status query timeout in 1196.61612201 2018-12-12 16:15:49,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:15:49,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:49 GMT Server: Apache x-openstack-request-id: req-b8d73d62-11d6-4b13-b321-40c1c372d703 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:49,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:49 GMT Server: Apache x-openstack-request-id: req-4727df86-c5cd-4aa6-989e-d62c30dec981 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA9zTwLkrQoqDqu1+a8SGLVEnL/mm45Bh4Rw54gbh5siImfidV\no1RMK4TTEwaR9N1epM6yPecpKfDaT3vk1moSVxzSm1xsMyhY7Bc8zPwbt6NAYWUe\nZ/AYGEzy+wQ1jJ+un6g+xiCNOLKFl7w0Jfh5T5Nt5R1UIdgULdI7V444uib4SjRQ\ni5qzjdXWR0femVXlA4lU8/h2DltvNXbKuX78eK++AP2D+HzlbHJ7qN9wht5qgldZ\nR7EmQOyAn4VDHbcbhR37lsRvcImDeKxNLtX27jItsg6nJHbL6R5MZoqI98QxB9iU\nF+4PkE+PlgOjIOntzOsThYMjuxvVxtvnZuhDQQIDAQABAoIBAAQQ9NpuFJx4NSQ7\n4FqTCK2sQRTAPHBUDrZsgILxu964PRXaI8h5/H7Cwo4Pj5sNgR8I31mxUbYE5jJk\ngVEdkYupR7WSgZ0dzsijYTal9vbAUrDHbwaapmrP6TdDzHWxsrehlta/dlM2bIgg\namMtgSFT9XzNTLL50OsoCB3akwhMz4YOV7SuQPMUUfXGLNqHopLYajawxRCAY6uH\nv7c58LsgOEGC/I85rzku047Hh6gyXYBmAZYeyTS21nYJMJ7ZmIZiQAIVRmTtehJh\nafMiClgDwlmamGsl3GcQ5EJhM+ecNkrZtwkmt7AcVm4mY7KyTFBnCdyjAuABYWUE\nbHPgkLkCgYEA/JfTRE+epFGlb75RU9EEdrKwwgFyXFOFZbKgAyB1rPle7VMqZBSn\n/9jI5JbmpRtHcduVaBdT15RGMZjybNB6yrpzFxU0uYQSKSC+jcs9JH721jce9e2N\neyhb+Ob3veUXYdFAWQ2fa923fI8UWl5k2pwdDdNKzsJ4gFaapeA1mKsCgYEA+oqD\nxqXorJpnP5EBUSVK/pZt7tNrFhpudN6knRhn1iGGKCJeROLS4/IqmgN3B1RPzMY4\nryPtYNdilg+uOoHncoSqUxdXjYEoRfRPgncSiM25Hil+peBnSO7/R8wrL5HvU3kW\nHs/yTJWdpTJvjsuLe/0wRl3yJ5v2Hj/aUSDQ68MCgYBjrmrST3V0tT/LXFjt8dOI\nIDZ/KWD/LHq9SoO5GCs4SuT6VVKqUjiGT//frelxiNVmCljoziPpNHuLASfSZ2e9\n71yR5G19NLCSCHkKrgUADRbOLMyMEuY9jwzUqhlkmC7lDFYPjr+2KrZJcpF+pDe6\nydbxaMvh0n8JbqPzCAs+pwKBgH5ZuqlE5HmfiLBjFZHxx8dq39gQ4TGNdOUVn1jm\nhP9Ves3kvzvoVEjGyTtQwgd9Op1f3hhdewpatQpOsCQrfSigxTEQVYQ0fbYBxtNZ\n74v0jAYtEQTgjdYXScDQs3rTEyo6p7A0WNLMpWs5a09NUXPfNShXmpblLZMFyrkd\nXp93AoGAajgMQTTYOcPc/Iz/1QF2V8duSWYcG/V3cjyFWNdXuG7RV8UBTnvchztQ\nTGxDCbrmmY/o4YpP0oidHiZk38VWJXPKzt4M3hIUHxGSfuYl80qV2LFoZ/XmdEcj\nSFn85aJgKXEmQpgWybCNTKRPuCDLB1PBZxbIeVOqw4pHBec68RE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:49,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-4727df86-c5cd-4aa6-989e-d62c30dec981 2018-12-12 16:15:49,664 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:15:49,664 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:15:52,667 - create_stack - DEBUG - Stack status query timeout in 1193.10779905 2018-12-12 16:15:52,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:15:52,843 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:52 GMT Server: Apache x-openstack-request-id: req-d3303a59-3410-49af-af7e-e648ef499999 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:53,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:52 GMT Server: Apache x-openstack-request-id: req-7101a900-de71-4f60-bee1-795a8a247a32 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA9zTwLkrQoqDqu1+a8SGLVEnL/mm45Bh4Rw54gbh5siImfidV\no1RMK4TTEwaR9N1epM6yPecpKfDaT3vk1moSVxzSm1xsMyhY7Bc8zPwbt6NAYWUe\nZ/AYGEzy+wQ1jJ+un6g+xiCNOLKFl7w0Jfh5T5Nt5R1UIdgULdI7V444uib4SjRQ\ni5qzjdXWR0femVXlA4lU8/h2DltvNXbKuX78eK++AP2D+HzlbHJ7qN9wht5qgldZ\nR7EmQOyAn4VDHbcbhR37lsRvcImDeKxNLtX27jItsg6nJHbL6R5MZoqI98QxB9iU\nF+4PkE+PlgOjIOntzOsThYMjuxvVxtvnZuhDQQIDAQABAoIBAAQQ9NpuFJx4NSQ7\n4FqTCK2sQRTAPHBUDrZsgILxu964PRXaI8h5/H7Cwo4Pj5sNgR8I31mxUbYE5jJk\ngVEdkYupR7WSgZ0dzsijYTal9vbAUrDHbwaapmrP6TdDzHWxsrehlta/dlM2bIgg\namMtgSFT9XzNTLL50OsoCB3akwhMz4YOV7SuQPMUUfXGLNqHopLYajawxRCAY6uH\nv7c58LsgOEGC/I85rzku047Hh6gyXYBmAZYeyTS21nYJMJ7ZmIZiQAIVRmTtehJh\nafMiClgDwlmamGsl3GcQ5EJhM+ecNkrZtwkmt7AcVm4mY7KyTFBnCdyjAuABYWUE\nbHPgkLkCgYEA/JfTRE+epFGlb75RU9EEdrKwwgFyXFOFZbKgAyB1rPle7VMqZBSn\n/9jI5JbmpRtHcduVaBdT15RGMZjybNB6yrpzFxU0uYQSKSC+jcs9JH721jce9e2N\neyhb+Ob3veUXYdFAWQ2fa923fI8UWl5k2pwdDdNKzsJ4gFaapeA1mKsCgYEA+oqD\nxqXorJpnP5EBUSVK/pZt7tNrFhpudN6knRhn1iGGKCJeROLS4/IqmgN3B1RPzMY4\nryPtYNdilg+uOoHncoSqUxdXjYEoRfRPgncSiM25Hil+peBnSO7/R8wrL5HvU3kW\nHs/yTJWdpTJvjsuLe/0wRl3yJ5v2Hj/aUSDQ68MCgYBjrmrST3V0tT/LXFjt8dOI\nIDZ/KWD/LHq9SoO5GCs4SuT6VVKqUjiGT//frelxiNVmCljoziPpNHuLASfSZ2e9\n71yR5G19NLCSCHkKrgUADRbOLMyMEuY9jwzUqhlkmC7lDFYPjr+2KrZJcpF+pDe6\nydbxaMvh0n8JbqPzCAs+pwKBgH5ZuqlE5HmfiLBjFZHxx8dq39gQ4TGNdOUVn1jm\nhP9Ves3kvzvoVEjGyTtQwgd9Op1f3hhdewpatQpOsCQrfSigxTEQVYQ0fbYBxtNZ\n74v0jAYtEQTgjdYXScDQs3rTEyo6p7A0WNLMpWs5a09NUXPfNShXmpblLZMFyrkd\nXp93AoGAajgMQTTYOcPc/Iz/1QF2V8duSWYcG/V3cjyFWNdXuG7RV8UBTnvchztQ\nTGxDCbrmmY/o4YpP0oidHiZk38VWJXPKzt4M3hIUHxGSfuYl80qV2LFoZ/XmdEcj\nSFn85aJgKXEmQpgWybCNTKRPuCDLB1PBZxbIeVOqw4pHBec68RE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:53,022 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-7101a900-de71-4f60-bee1-795a8a247a32 2018-12-12 16:15:53,022 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:15:53,022 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:15:56,025 - create_stack - DEBUG - Stack status query timeout in 1189.74929905 2018-12-12 16:15:56,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:15:56,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:56 GMT Server: Apache x-openstack-request-id: req-0dbe2afb-02ce-4091-ae83-5d579daaf25a Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:56,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:56 GMT Server: Apache x-openstack-request-id: req-5c94bea4-48e2-4ad3-af41-82227579d723 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA9zTwLkrQoqDqu1+a8SGLVEnL/mm45Bh4Rw54gbh5siImfidV\no1RMK4TTEwaR9N1epM6yPecpKfDaT3vk1moSVxzSm1xsMyhY7Bc8zPwbt6NAYWUe\nZ/AYGEzy+wQ1jJ+un6g+xiCNOLKFl7w0Jfh5T5Nt5R1UIdgULdI7V444uib4SjRQ\ni5qzjdXWR0femVXlA4lU8/h2DltvNXbKuX78eK++AP2D+HzlbHJ7qN9wht5qgldZ\nR7EmQOyAn4VDHbcbhR37lsRvcImDeKxNLtX27jItsg6nJHbL6R5MZoqI98QxB9iU\nF+4PkE+PlgOjIOntzOsThYMjuxvVxtvnZuhDQQIDAQABAoIBAAQQ9NpuFJx4NSQ7\n4FqTCK2sQRTAPHBUDrZsgILxu964PRXaI8h5/H7Cwo4Pj5sNgR8I31mxUbYE5jJk\ngVEdkYupR7WSgZ0dzsijYTal9vbAUrDHbwaapmrP6TdDzHWxsrehlta/dlM2bIgg\namMtgSFT9XzNTLL50OsoCB3akwhMz4YOV7SuQPMUUfXGLNqHopLYajawxRCAY6uH\nv7c58LsgOEGC/I85rzku047Hh6gyXYBmAZYeyTS21nYJMJ7ZmIZiQAIVRmTtehJh\nafMiClgDwlmamGsl3GcQ5EJhM+ecNkrZtwkmt7AcVm4mY7KyTFBnCdyjAuABYWUE\nbHPgkLkCgYEA/JfTRE+epFGlb75RU9EEdrKwwgFyXFOFZbKgAyB1rPle7VMqZBSn\n/9jI5JbmpRtHcduVaBdT15RGMZjybNB6yrpzFxU0uYQSKSC+jcs9JH721jce9e2N\neyhb+Ob3veUXYdFAWQ2fa923fI8UWl5k2pwdDdNKzsJ4gFaapeA1mKsCgYEA+oqD\nxqXorJpnP5EBUSVK/pZt7tNrFhpudN6knRhn1iGGKCJeROLS4/IqmgN3B1RPzMY4\nryPtYNdilg+uOoHncoSqUxdXjYEoRfRPgncSiM25Hil+peBnSO7/R8wrL5HvU3kW\nHs/yTJWdpTJvjsuLe/0wRl3yJ5v2Hj/aUSDQ68MCgYBjrmrST3V0tT/LXFjt8dOI\nIDZ/KWD/LHq9SoO5GCs4SuT6VVKqUjiGT//frelxiNVmCljoziPpNHuLASfSZ2e9\n71yR5G19NLCSCHkKrgUADRbOLMyMEuY9jwzUqhlkmC7lDFYPjr+2KrZJcpF+pDe6\nydbxaMvh0n8JbqPzCAs+pwKBgH5ZuqlE5HmfiLBjFZHxx8dq39gQ4TGNdOUVn1jm\nhP9Ves3kvzvoVEjGyTtQwgd9Op1f3hhdewpatQpOsCQrfSigxTEQVYQ0fbYBxtNZ\n74v0jAYtEQTgjdYXScDQs3rTEyo6p7A0WNLMpWs5a09NUXPfNShXmpblLZMFyrkd\nXp93AoGAajgMQTTYOcPc/Iz/1QF2V8duSWYcG/V3cjyFWNdXuG7RV8UBTnvchztQ\nTGxDCbrmmY/o4YpP0oidHiZk38VWJXPKzt4M3hIUHxGSfuYl80qV2LFoZ/XmdEcj\nSFn85aJgKXEmQpgWybCNTKRPuCDLB1PBZxbIeVOqw4pHBec68RE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:56,387 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-5c94bea4-48e2-4ad3-af41-82227579d723 2018-12-12 16:15:56,388 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:15:56,388 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:15:59,391 - create_stack - DEBUG - Stack status query timeout in 1186.38387585 2018-12-12 16:15:59,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:15:59,577 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:15:59 GMT Server: Apache x-openstack-request-id: req-92194ac2-82e9-4ca3-b01e-bebdc4f55627 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:15:59,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:15:59 GMT Server: Apache x-openstack-request-id: req-0ce88925-c146-4438-9be9-b294fddab367 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA9zTwLkrQoqDqu1+a8SGLVEnL/mm45Bh4Rw54gbh5siImfidV\no1RMK4TTEwaR9N1epM6yPecpKfDaT3vk1moSVxzSm1xsMyhY7Bc8zPwbt6NAYWUe\nZ/AYGEzy+wQ1jJ+un6g+xiCNOLKFl7w0Jfh5T5Nt5R1UIdgULdI7V444uib4SjRQ\ni5qzjdXWR0femVXlA4lU8/h2DltvNXbKuX78eK++AP2D+HzlbHJ7qN9wht5qgldZ\nR7EmQOyAn4VDHbcbhR37lsRvcImDeKxNLtX27jItsg6nJHbL6R5MZoqI98QxB9iU\nF+4PkE+PlgOjIOntzOsThYMjuxvVxtvnZuhDQQIDAQABAoIBAAQQ9NpuFJx4NSQ7\n4FqTCK2sQRTAPHBUDrZsgILxu964PRXaI8h5/H7Cwo4Pj5sNgR8I31mxUbYE5jJk\ngVEdkYupR7WSgZ0dzsijYTal9vbAUrDHbwaapmrP6TdDzHWxsrehlta/dlM2bIgg\namMtgSFT9XzNTLL50OsoCB3akwhMz4YOV7SuQPMUUfXGLNqHopLYajawxRCAY6uH\nv7c58LsgOEGC/I85rzku047Hh6gyXYBmAZYeyTS21nYJMJ7ZmIZiQAIVRmTtehJh\nafMiClgDwlmamGsl3GcQ5EJhM+ecNkrZtwkmt7AcVm4mY7KyTFBnCdyjAuABYWUE\nbHPgkLkCgYEA/JfTRE+epFGlb75RU9EEdrKwwgFyXFOFZbKgAyB1rPle7VMqZBSn\n/9jI5JbmpRtHcduVaBdT15RGMZjybNB6yrpzFxU0uYQSKSC+jcs9JH721jce9e2N\neyhb+Ob3veUXYdFAWQ2fa923fI8UWl5k2pwdDdNKzsJ4gFaapeA1mKsCgYEA+oqD\nxqXorJpnP5EBUSVK/pZt7tNrFhpudN6knRhn1iGGKCJeROLS4/IqmgN3B1RPzMY4\nryPtYNdilg+uOoHncoSqUxdXjYEoRfRPgncSiM25Hil+peBnSO7/R8wrL5HvU3kW\nHs/yTJWdpTJvjsuLe/0wRl3yJ5v2Hj/aUSDQ68MCgYBjrmrST3V0tT/LXFjt8dOI\nIDZ/KWD/LHq9SoO5GCs4SuT6VVKqUjiGT//frelxiNVmCljoziPpNHuLASfSZ2e9\n71yR5G19NLCSCHkKrgUADRbOLMyMEuY9jwzUqhlkmC7lDFYPjr+2KrZJcpF+pDe6\nydbxaMvh0n8JbqPzCAs+pwKBgH5ZuqlE5HmfiLBjFZHxx8dq39gQ4TGNdOUVn1jm\nhP9Ves3kvzvoVEjGyTtQwgd9Op1f3hhdewpatQpOsCQrfSigxTEQVYQ0fbYBxtNZ\n74v0jAYtEQTgjdYXScDQs3rTEyo6p7A0WNLMpWs5a09NUXPfNShXmpblLZMFyrkd\nXp93AoGAajgMQTTYOcPc/Iz/1QF2V8duSWYcG/V3cjyFWNdXuG7RV8UBTnvchztQ\nTGxDCbrmmY/o4YpP0oidHiZk38VWJXPKzt4M3hIUHxGSfuYl80qV2LFoZ/XmdEcj\nSFn85aJgKXEmQpgWybCNTKRPuCDLB1PBZxbIeVOqw4pHBec68RE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:15:59,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-0ce88925-c146-4438-9be9-b294fddab367 2018-12-12 16:15:59,965 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:15:59,965 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:16:02,968 - create_stack - DEBUG - Stack status query timeout in 1182.80678391 2018-12-12 16:16:02,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:16:02,998 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:02 GMT Server: Apache x-openstack-request-id: req-083ffd06-0295-4a07-ba07-de28d30a17f2 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:03,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:03 GMT Server: Apache x-openstack-request-id: req-9e7ccef9-7711-44c9-8b6c-12d94af20161 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA9zTwLkrQoqDqu1+a8SGLVEnL/mm45Bh4Rw54gbh5siImfidV\no1RMK4TTEwaR9N1epM6yPecpKfDaT3vk1moSVxzSm1xsMyhY7Bc8zPwbt6NAYWUe\nZ/AYGEzy+wQ1jJ+un6g+xiCNOLKFl7w0Jfh5T5Nt5R1UIdgULdI7V444uib4SjRQ\ni5qzjdXWR0femVXlA4lU8/h2DltvNXbKuX78eK++AP2D+HzlbHJ7qN9wht5qgldZ\nR7EmQOyAn4VDHbcbhR37lsRvcImDeKxNLtX27jItsg6nJHbL6R5MZoqI98QxB9iU\nF+4PkE+PlgOjIOntzOsThYMjuxvVxtvnZuhDQQIDAQABAoIBAAQQ9NpuFJx4NSQ7\n4FqTCK2sQRTAPHBUDrZsgILxu964PRXaI8h5/H7Cwo4Pj5sNgR8I31mxUbYE5jJk\ngVEdkYupR7WSgZ0dzsijYTal9vbAUrDHbwaapmrP6TdDzHWxsrehlta/dlM2bIgg\namMtgSFT9XzNTLL50OsoCB3akwhMz4YOV7SuQPMUUfXGLNqHopLYajawxRCAY6uH\nv7c58LsgOEGC/I85rzku047Hh6gyXYBmAZYeyTS21nYJMJ7ZmIZiQAIVRmTtehJh\nafMiClgDwlmamGsl3GcQ5EJhM+ecNkrZtwkmt7AcVm4mY7KyTFBnCdyjAuABYWUE\nbHPgkLkCgYEA/JfTRE+epFGlb75RU9EEdrKwwgFyXFOFZbKgAyB1rPle7VMqZBSn\n/9jI5JbmpRtHcduVaBdT15RGMZjybNB6yrpzFxU0uYQSKSC+jcs9JH721jce9e2N\neyhb+Ob3veUXYdFAWQ2fa923fI8UWl5k2pwdDdNKzsJ4gFaapeA1mKsCgYEA+oqD\nxqXorJpnP5EBUSVK/pZt7tNrFhpudN6knRhn1iGGKCJeROLS4/IqmgN3B1RPzMY4\nryPtYNdilg+uOoHncoSqUxdXjYEoRfRPgncSiM25Hil+peBnSO7/R8wrL5HvU3kW\nHs/yTJWdpTJvjsuLe/0wRl3yJ5v2Hj/aUSDQ68MCgYBjrmrST3V0tT/LXFjt8dOI\nIDZ/KWD/LHq9SoO5GCs4SuT6VVKqUjiGT//frelxiNVmCljoziPpNHuLASfSZ2e9\n71yR5G19NLCSCHkKrgUADRbOLMyMEuY9jwzUqhlkmC7lDFYPjr+2KrZJcpF+pDe6\nydbxaMvh0n8JbqPzCAs+pwKBgH5ZuqlE5HmfiLBjFZHxx8dq39gQ4TGNdOUVn1jm\nhP9Ves3kvzvoVEjGyTtQwgd9Op1f3hhdewpatQpOsCQrfSigxTEQVYQ0fbYBxtNZ\n74v0jAYtEQTgjdYXScDQs3rTEyo6p7A0WNLMpWs5a09NUXPfNShXmpblLZMFyrkd\nXp93AoGAajgMQTTYOcPc/Iz/1QF2V8duSWYcG/V3cjyFWNdXuG7RV8UBTnvchztQ\nTGxDCbrmmY/o4YpP0oidHiZk38VWJXPKzt4M3hIUHxGSfuYl80qV2LFoZ/XmdEcj\nSFn85aJgKXEmQpgWybCNTKRPuCDLB1PBZxbIeVOqw4pHBec68RE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:16:03,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-9e7ccef9-7711-44c9-8b6c-12d94af20161 2018-12-12 16:16:03,321 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-12-12 16:16:03,321 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:16:06,324 - create_stack - DEBUG - Stack status query timeout in 1179.45041585 2018-12-12 16:16:06,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:16:06,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:06 GMT Server: Apache x-openstack-request-id: req-d941e30e-fe83-44f4-91ce-0e84ed00650c Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:06,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:06 GMT Server: Apache x-openstack-request-id: req-671040ad-2fc8-4efc-b3fc-b201a058e7bb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA9zTwLkrQoqDqu1+a8SGLVEnL/mm45Bh4Rw54gbh5siImfidV\no1RMK4TTEwaR9N1epM6yPecpKfDaT3vk1moSVxzSm1xsMyhY7Bc8zPwbt6NAYWUe\nZ/AYGEzy+wQ1jJ+un6g+xiCNOLKFl7w0Jfh5T5Nt5R1UIdgULdI7V444uib4SjRQ\ni5qzjdXWR0femVXlA4lU8/h2DltvNXbKuX78eK++AP2D+HzlbHJ7qN9wht5qgldZ\nR7EmQOyAn4VDHbcbhR37lsRvcImDeKxNLtX27jItsg6nJHbL6R5MZoqI98QxB9iU\nF+4PkE+PlgOjIOntzOsThYMjuxvVxtvnZuhDQQIDAQABAoIBAAQQ9NpuFJx4NSQ7\n4FqTCK2sQRTAPHBUDrZsgILxu964PRXaI8h5/H7Cwo4Pj5sNgR8I31mxUbYE5jJk\ngVEdkYupR7WSgZ0dzsijYTal9vbAUrDHbwaapmrP6TdDzHWxsrehlta/dlM2bIgg\namMtgSFT9XzNTLL50OsoCB3akwhMz4YOV7SuQPMUUfXGLNqHopLYajawxRCAY6uH\nv7c58LsgOEGC/I85rzku047Hh6gyXYBmAZYeyTS21nYJMJ7ZmIZiQAIVRmTtehJh\nafMiClgDwlmamGsl3GcQ5EJhM+ecNkrZtwkmt7AcVm4mY7KyTFBnCdyjAuABYWUE\nbHPgkLkCgYEA/JfTRE+epFGlb75RU9EEdrKwwgFyXFOFZbKgAyB1rPle7VMqZBSn\n/9jI5JbmpRtHcduVaBdT15RGMZjybNB6yrpzFxU0uYQSKSC+jcs9JH721jce9e2N\neyhb+Ob3veUXYdFAWQ2fa923fI8UWl5k2pwdDdNKzsJ4gFaapeA1mKsCgYEA+oqD\nxqXorJpnP5EBUSVK/pZt7tNrFhpudN6knRhn1iGGKCJeROLS4/IqmgN3B1RPzMY4\nryPtYNdilg+uOoHncoSqUxdXjYEoRfRPgncSiM25Hil+peBnSO7/R8wrL5HvU3kW\nHs/yTJWdpTJvjsuLe/0wRl3yJ5v2Hj/aUSDQ68MCgYBjrmrST3V0tT/LXFjt8dOI\nIDZ/KWD/LHq9SoO5GCs4SuT6VVKqUjiGT//frelxiNVmCljoziPpNHuLASfSZ2e9\n71yR5G19NLCSCHkKrgUADRbOLMyMEuY9jwzUqhlkmC7lDFYPjr+2KrZJcpF+pDe6\nydbxaMvh0n8JbqPzCAs+pwKBgH5ZuqlE5HmfiLBjFZHxx8dq39gQ4TGNdOUVn1jm\nhP9Ves3kvzvoVEjGyTtQwgd9Op1f3hhdewpatQpOsCQrfSigxTEQVYQ0fbYBxtNZ\n74v0jAYtEQTgjdYXScDQs3rTEyo6p7A0WNLMpWs5a09NUXPfNShXmpblLZMFyrkd\nXp93AoGAajgMQTTYOcPc/Iz/1QF2V8duSWYcG/V3cjyFWNdXuG7RV8UBTnvchztQ\nTGxDCbrmmY/o4YpP0oidHiZk38VWJXPKzt4M3hIUHxGSfuYl80qV2LFoZ/XmdEcj\nSFn85aJgKXEmQpgWybCNTKRPuCDLB1PBZxbIeVOqw4pHBec68RE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:16:06,630 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-671040ad-2fc8-4efc-b3fc-b201a058e7bb 2018-12-12 16:16:06,630 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-12-12 16:16:06,630 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack 2018-12-12 16:16:06,631 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack 2018-12-12 16:16:06,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:16:06,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:16:07,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "19e1fc573b2149d4a78217427e4f1761", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:16:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "530dccd88a2e47de82ed2591e60203a4", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-d9553723-4a50-479-user", "id": "26916964010b4cd688338148b5de6c40"}, "audit_ids": ["Om43wQ7JS8COWlJ9KpvKhg"], "issued_at": "2018-12-12T16:16:07.000000Z"}} 2018-12-12 16:16:07,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:07,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25a1a13-2ad7-4cd1-baac-861a172b85ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:07,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f25a1a13-2ad7-4cd1-baac-861a172b85ad 2018-12-12 16:16:07,102 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:16:07,104 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-12 16:16:07,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:07,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:07 GMT Server: Apache x-openstack-request-id: req-103559bf-66d8-47a9-aa1a-ff6a386ccea0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "deletion_time": null, "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "updated_time": null, "project": "530dccd88a2e47de82ed2591e60203a4", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "tags": null}]} 2018-12-12 16:16:07,298 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack used request id req-103559bf-66d8-47a9-aa1a-ff6a386ccea0 2018-12-12 16:16:07,298 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack 2018-12-12 16:16:07,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:07,485 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:07 GMT Server: Apache x-openstack-request-id: req-257fb8b0-2bfa-40e3-a8de-c8d73ee84a1a Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:07,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:07 GMT Server: Apache x-openstack-request-id: req-d7d4cc79-1af8-4bcb-a96c-e52f385b646c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1057 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "bb24358f-92a0-4efc-a557-3d0b14bab26b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fb05304f-5205-4f6d-8ba0-a6689665b256", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "19d97811-1519-43e3-ac6c-c8add985a06f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "7ddb8260-53e4-489b-9a54-f311edca902d", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d0338cdd-4539-4c64-934e-120b46d7de06", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "257", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976:subnet_id=bb24358f-92a0-4efc-a557-3d0b14bab26b", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "28215710-45a8-406c-8879-56e537f7abab", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6c75455a-9cda-486a-966c-5eddfb7bf20e", "resource_type": "OS::Nova::Server"}]} 2018-12-12 16:16:07,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources used request id req-d7d4cc79-1af8-4bcb-a96c-e52f385b646c 2018-12-12 16:16:07,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:08,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a14ec96-08c7-4dbe-9d10-e45ba7b379f7 x-compute-request-id: req-9a14ec96-08c7-4dbe-9d10-e45ba7b379f7 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:da:4c", "version": 4, "addr": "10.1.2.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "rel": "bookmark"}], "image": {"id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "links": [{"href": "http://172.30.9.29:8774/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-12-12T16:16:00.000000", "flavor": {"id": "19d97811-1519-43e3-ac6c-c8add985a06f", "links": [{"href": "http://172.30.9.29:8774/flavors/19d97811-1519-43e3-ac6c-c8add985a06f", "rel": "bookmark"}]}, "id": "c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "security_groups": [{"name": "default"}], "user_id": "26916964010b4cd688338148b5de6c40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:16:01Z", "hostId": "916033331030ba5f668e82ad6e984288e8b219f3ceea4971bf9fab08", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "created": "2018-12-12T16:15:55Z", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:16:08,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7 used request id req-9a14ec96-08c7-4dbe-9d10-e45ba7b379f7 2018-12-12 16:16:08,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:08,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-25686ec4-2191-4b07-a883-d44915b6511c Date: Wed, 12 Dec 2018 16:16:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:08,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-25686ec4-2191-4b07-a883-d44915b6511c 2018-12-12 16:16:08,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:16:08,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:16:08,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:08,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d36e4b-7296-47f3-9eab-1824639c9cba Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:08,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-84d36e4b-7296-47f3-9eab-1824639c9cba 2018-12-12 16:16:09,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:09,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a8f34e3c-7c30-4b18-815f-f2b7d3266440 Date: Wed, 12 Dec 2018 16:16:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:09,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-a8f34e3c-7c30-4b18-815f-f2b7d3266440 2018-12-12 16:16:09,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:09,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-909dfebf-317b-4cd3-97e7-2b976d6a5bb5 Date: Wed, 12 Dec 2018 16:16:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:09,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-909dfebf-317b-4cd3-97e7-2b976d6a5bb5 2018-12-12 16:16:09,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:09,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-884c49b5-9b57-4946-b9e6-62362de6de9f x-compute-request-id: req-884c49b5-9b57-4946-b9e6-62362de6de9f Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "bookmark"}], "image": {"id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "links": [{"href": "http://172.30.9.29:8774/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-12-12T16:16:03.000000", "flavor": {"id": "da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "links": [{"href": "http://172.30.9.29:8774/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "rel": "bookmark"}]}, "id": "6c75455a-9cda-486a-966c-5eddfb7bf20e", "security_groups": [{"name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp"}], "user_id": "26916964010b4cd688338148b5de6c40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:16:03Z", "hostId": "39ad9e02ff477b76dbc806acde019b0c2a7f2043e86d32b5e30059d7", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "created": "2018-12-12T16:15:57Z", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:16:09,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e used request id req-884c49b5-9b57-4946-b9e6-62362de6de9f 2018-12-12 16:16:09,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:09,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-119b8fa6-b8de-4efe-8a91-a3946dbab3a4 Date: Wed, 12 Dec 2018 16:16:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:09,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-119b8fa6-b8de-4efe-8a91-a3946dbab3a4 2018-12-12 16:16:09,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:09,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ce5435-1781-4ddf-8311-d629cb318d7f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:09,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-e7ce5435-1781-4ddf-8311-d629cb318d7f 2018-12-12 16:16:09,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:10,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6e09f767-4b45-4b47-8a7e-c38871ccd006 Date: Wed, 12 Dec 2018 16:16:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:10,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-6e09f767-4b45-4b47-8a7e-c38871ccd006 2018-12-12 16:16:10,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:10,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5744 X-Openstack-Request-Id: req-0e370070-e138-4cad-9e45-e96b7c7d8f04 Date: Wed, 12 Dec 2018 16:16:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:10,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-0e370070-e138-4cad-9e45-e96b7c7d8f04 2018-12-12 16:16:10,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:10,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:10 GMT Server: Apache x-openstack-request-id: req-d0313043-94fa-4084-8dbc-388ad534ee37 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:10,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:10 GMT Server: Apache x-openstack-request-id: req-9be851e5-e317-4a56-bbe3-200010823702 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1057 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "bb24358f-92a0-4efc-a557-3d0b14bab26b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fb05304f-5205-4f6d-8ba0-a6689665b256", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "19d97811-1519-43e3-ac6c-c8add985a06f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "7ddb8260-53e4-489b-9a54-f311edca902d", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d0338cdd-4539-4c64-934e-120b46d7de06", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "257", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976:subnet_id=bb24358f-92a0-4efc-a557-3d0b14bab26b", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "28215710-45a8-406c-8879-56e537f7abab", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-12T16:15:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-12T16:15:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6c75455a-9cda-486a-966c-5eddfb7bf20e", "resource_type": "OS::Nova::Server"}]} 2018-12-12 16:16:10,334 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2/resources used request id req-9be851e5-e317-4a56-bbe3-200010823702 2018-12-12 16:16:10,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/19d97811-1519-43e3-ac6c-c8add985a06f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:10,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-427cec87-e890-443f-8133-14a5b9445d6a x-compute-request-id: req-427cec87-e890-443f-8133-14a5b9445d6a Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/19d97811-1519-43e3-ac6c-c8add985a06f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/19d97811-1519-43e3-ac6c-c8add985a06f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "19d97811-1519-43e3-ac6c-c8add985a06f", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-flavor2-ji2hvxnabip4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:16:10,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/19d97811-1519-43e3-ac6c-c8add985a06f used request id req-427cec87-e890-443f-8133-14a5b9445d6a 2018-12-12 16:16:10,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/bb24358f-92a0-4efc-a557-3d0b14bab26b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:10,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4c675790-bf86-4680-b59b-f21ebf375d2e Date: Wed, 12 Dec 2018 16:16:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}} 2018-12-12 16:16:10,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/bb24358f-92a0-4efc-a557-3d0b14bab26b used request id req-4c675790-bf86-4680-b59b-f21ebf375d2e 2018-12-12 16:16:10,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:10,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-92f366d7-45fe-4f1e-89fb-64185a3b456e Date: Wed, 12 Dec 2018 16:16:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:10,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-92f366d7-45fe-4f1e-89fb-64185a3b456e 2018-12-12 16:16:10,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:10,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3dbc0b53-27af-46f3-bf84-e5d341477bca Date: Wed, 12 Dec 2018 16:16:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:10,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-3dbc0b53-27af-46f3-bf84-e5d341477bca 2018-12-12 16:16:10,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c833ba1a-98ab-4ca9-9134-1ccfc9410928 Date: Wed, 12 Dec 2018 16:16:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:11,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-c833ba1a-98ab-4ca9-9134-1ccfc9410928 2018-12-12 16:16:11,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-816931c6-363f-45cf-8d3f-18f1f93d5848 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:11,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-816931c6-363f-45cf-8d3f-18f1f93d5848 2018-12-12 16:16:11,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a4764896-b4e3-476e-93aa-0a20ca6bb951 Date: Wed, 12 Dec 2018 16:16:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:11,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-a4764896-b4e3-476e-93aa-0a20ca6bb951 2018-12-12 16:16:11,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256&mac_address=fa%3A16%3A3e%3Aa6%3Ada%3A4c&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-1d22406b-a911-425a-8e36-901d31d9d7ff Date: Wed, 12 Dec 2018 16:16:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:11,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256&mac_address=fa%3A16%3A3e%3Aa6%3Ada%3A4c&admin_state_up=True used request id req-1d22406b-a911-425a-8e36-901d31d9d7ff 2018-12-12 16:16:11,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0261d89-c150-4fca-9aef-e58c7454d88d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:11,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-a0261d89-c150-4fca-9aef-e58c7454d88d 2018-12-12 16:16:11,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-fef7738e-1d95-42df-8b57-5960fa8db974 Date: Wed, 12 Dec 2018 16:16:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:11,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-fef7738e-1d95-42df-8b57-5960fa8db974 2018-12-12 16:16:11,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a39a0559-69f3-4967-ae9a-c843c71901fa Date: Wed, 12 Dec 2018 16:16:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:11,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-a39a0559-69f3-4967-ae9a-c843c71901fa 2018-12-12 16:16:11,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-c70d4a44-b2e5-43b7-8a44-d1773ef776c1 Date: Wed, 12 Dec 2018 16:16:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:11,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-c70d4a44-b2e5-43b7-8a44-d1773ef776c1 2018-12-12 16:16:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:11,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-5a870c26-b259-4cdb-ba54-69cb23fc0f30 Date: Wed, 12 Dec 2018 16:16:11 GMT RESP BODY: {"floatingips": [{"router_id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:55Z", "updated_at": "2018-12-12T16:15:57Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.1.2.11", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "530dccd88a2e47de82ed2591e60203a4", "port_id": "28215710-45a8-406c-8879-56e537f7abab", "id": "d0338cdd-4539-4c64-934e-120b46d7de06"}]} 2018-12-12 16:16:11,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-5a870c26-b259-4cdb-ba54-69cb23fc0f30 2018-12-12 16:16:11,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:12,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d80e6275-d89c-4611-a788-d1769b4f3cda Date: Wed, 12 Dec 2018 16:16:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:15:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:15:40Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6bc94062-5b55-4092-b40d-4d984c294cd8/snap", "metadata": {}}], "self": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "min_disk": 0, "protected": false, "id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "file": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "530dccd88a2e47de82ed2591e60203a4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6bc94062-5b55-4092-b40d-4d984c294cd8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:16:12,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 used request id req-d80e6275-d89c-4611-a788-d1769b4f3cda 2018-12-12 16:16:12,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:12,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b0b0ad5c-7fb8-42e2-8462-4c7bf73c4a03 Date: Wed, 12 Dec 2018 16:16:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:16:12,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b0b0ad5c-7fb8-42e2-8462-4c7bf73c4a03 2018-12-12 16:16:12,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:12,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:12 GMT Server: Apache x-openstack-request-id: req-e6c2ca1a-bc4d-46c4-a2a6-44f60daa3039 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:12,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:12 GMT Server: Apache x-openstack-request-id: req-1c633e70-7ba6-4572-abcb-64a67aa7c4ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA9zTwLkrQoqDqu1+a8SGLVEnL/mm45Bh4Rw54gbh5siImfidV\no1RMK4TTEwaR9N1epM6yPecpKfDaT3vk1moSVxzSm1xsMyhY7Bc8zPwbt6NAYWUe\nZ/AYGEzy+wQ1jJ+un6g+xiCNOLKFl7w0Jfh5T5Nt5R1UIdgULdI7V444uib4SjRQ\ni5qzjdXWR0femVXlA4lU8/h2DltvNXbKuX78eK++AP2D+HzlbHJ7qN9wht5qgldZ\nR7EmQOyAn4VDHbcbhR37lsRvcImDeKxNLtX27jItsg6nJHbL6R5MZoqI98QxB9iU\nF+4PkE+PlgOjIOntzOsThYMjuxvVxtvnZuhDQQIDAQABAoIBAAQQ9NpuFJx4NSQ7\n4FqTCK2sQRTAPHBUDrZsgILxu964PRXaI8h5/H7Cwo4Pj5sNgR8I31mxUbYE5jJk\ngVEdkYupR7WSgZ0dzsijYTal9vbAUrDHbwaapmrP6TdDzHWxsrehlta/dlM2bIgg\namMtgSFT9XzNTLL50OsoCB3akwhMz4YOV7SuQPMUUfXGLNqHopLYajawxRCAY6uH\nv7c58LsgOEGC/I85rzku047Hh6gyXYBmAZYeyTS21nYJMJ7ZmIZiQAIVRmTtehJh\nafMiClgDwlmamGsl3GcQ5EJhM+ecNkrZtwkmt7AcVm4mY7KyTFBnCdyjAuABYWUE\nbHPgkLkCgYEA/JfTRE+epFGlb75RU9EEdrKwwgFyXFOFZbKgAyB1rPle7VMqZBSn\n/9jI5JbmpRtHcduVaBdT15RGMZjybNB6yrpzFxU0uYQSKSC+jcs9JH721jce9e2N\neyhb+Ob3veUXYdFAWQ2fa923fI8UWl5k2pwdDdNKzsJ4gFaapeA1mKsCgYEA+oqD\nxqXorJpnP5EBUSVK/pZt7tNrFhpudN6knRhn1iGGKCJeROLS4/IqmgN3B1RPzMY4\nryPtYNdilg+uOoHncoSqUxdXjYEoRfRPgncSiM25Hil+peBnSO7/R8wrL5HvU3kW\nHs/yTJWdpTJvjsuLe/0wRl3yJ5v2Hj/aUSDQ68MCgYBjrmrST3V0tT/LXFjt8dOI\nIDZ/KWD/LHq9SoO5GCs4SuT6VVKqUjiGT//frelxiNVmCljoziPpNHuLASfSZ2e9\n71yR5G19NLCSCHkKrgUADRbOLMyMEuY9jwzUqhlkmC7lDFYPjr+2KrZJcpF+pDe6\nydbxaMvh0n8JbqPzCAs+pwKBgH5ZuqlE5HmfiLBjFZHxx8dq39gQ4TGNdOUVn1jm\nhP9Ves3kvzvoVEjGyTtQwgd9Op1f3hhdewpatQpOsCQrfSigxTEQVYQ0fbYBxtNZ\n74v0jAYtEQTgjdYXScDQs3rTEyo6p7A0WNLMpWs5a09NUXPfNShXmpblLZMFyrkd\nXp93AoGAajgMQTTYOcPc/Iz/1QF2V8duSWYcG/V3cjyFWNdXuG7RV8UBTnvchztQ\nTGxDCbrmmY/o4YpP0oidHiZk38VWJXPKzt4M3hIUHxGSfuYl80qV2LFoZ/XmdEcj\nSFn85aJgKXEmQpgWybCNTKRPuCDLB1PBZxbIeVOqw4pHBec68RE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:16:12,740 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-1c633e70-7ba6-4572-abcb-64a67aa7c4ff 2018-12-12 16:16:12,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:16:12,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:16:13,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "19e1fc573b2149d4a78217427e4f1761", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:16:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "530dccd88a2e47de82ed2591e60203a4", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-d9553723-4a50-479-user", "id": "26916964010b4cd688338148b5de6c40"}, "audit_ids": ["q2gKwa9qSLmm1MFX4zk5Qg"], "issued_at": "2018-12-12T16:16:13.000000Z"}} 2018-12-12 16:16:13,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:13,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e84770b-ea48-4905-ae83-9952bca69962 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:13,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3e84770b-ea48-4905-ae83-9952bca69962 2018-12-12 16:16:13,214 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:16:13,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:13,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc328c0f-e07e-4d12-a921-7012c21491a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:13,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dc328c0f-e07e-4d12-a921-7012c21491a0 2018-12-12 16:16:13,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:13,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1deb6b52-d4a4-49d8-aa68-f99dc15d1648 Date: Wed, 12 Dec 2018 16:16:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:13,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-1deb6b52-d4a4-49d8-aa68-f99dc15d1648 2018-12-12 16:16:13,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:16:13,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:16:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:16:13,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:14,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e3d976-fe0f-4ab9-857e-1b3f59d0aa14 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:14,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-a4e3d976-fe0f-4ab9-857e-1b3f59d0aa14 2018-12-12 16:16:14,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:14,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1ad8a234-023f-467e-9118-68460c09a42c Date: Wed, 12 Dec 2018 16:16:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:14,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-1ad8a234-023f-467e-9118-68460c09a42c 2018-12-12 16:16:14,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256&mac_address=fa%3A16%3A3e%3Aa6%3Ada%3A4c&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:14,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-1243f1d9-4d87-43a6-894d-a273cf808834 Date: Wed, 12 Dec 2018 16:16:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:14,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256&mac_address=fa%3A16%3A3e%3Aa6%3Ada%3A4c&admin_state_up=True used request id req-1243f1d9-4d87-43a6-894d-a273cf808834 2018-12-12 16:16:14,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:14,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23392d1-28a1-44da-9393-90970dcd6cba Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:14,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-a23392d1-28a1-44da-9393-90970dcd6cba 2018-12-12 16:16:14,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:16,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-671d68de-d58e-49a9-a925-6cae786691eb x-compute-request-id: req-671d68de-d58e-49a9-a925-6cae786691eb Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:da:4c", "version": 4, "addr": "10.1.2.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "rel": "bookmark"}], "image": {"id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "links": [{"href": "http://172.30.9.29:8774/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-12-12T16:16:00.000000", "flavor": {"id": "19d97811-1519-43e3-ac6c-c8add985a06f", "links": [{"href": "http://172.30.9.29:8774/flavors/19d97811-1519-43e3-ac6c-c8add985a06f", "rel": "bookmark"}]}, "id": "c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "security_groups": [{"name": "default"}], "user_id": "26916964010b4cd688338148b5de6c40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:16:01Z", "hostId": "916033331030ba5f668e82ad6e984288e8b219f3ceea4971bf9fab08", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "created": "2018-12-12T16:15:55Z", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:16:16,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2 used request id req-671d68de-d58e-49a9-a925-6cae786691eb 2018-12-12 16:16:16,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:16,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7896b071-65cb-409f-b801-f3515b371cd1 Date: Wed, 12 Dec 2018 16:16:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:16,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-7896b071-65cb-409f-b801-f3515b371cd1 2018-12-12 16:16:16,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:17,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6b1443e0-581a-4777-8b7d-7a2b35237fc3 Date: Wed, 12 Dec 2018 16:16:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:17,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-6b1443e0-581a-4777-8b7d-7a2b35237fc3 2018-12-12 16:16:17,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:17,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-394bd362-26b0-430e-90db-bf556e315f44 Date: Wed, 12 Dec 2018 16:16:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:17,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-394bd362-26b0-430e-90db-bf556e315f44 2018-12-12 16:16:17,277 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2 2018-12-12 16:16:17,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:17,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-81059fa6-68b8-4079-8a4c-811bd2fb9c3b Date: Wed, 12 Dec 2018 16:16:17 GMT RESP BODY: {"floatingips": [{"router_id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:55Z", "updated_at": "2018-12-12T16:15:57Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.1.2.11", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "530dccd88a2e47de82ed2591e60203a4", "port_id": "28215710-45a8-406c-8879-56e537f7abab", "id": "d0338cdd-4539-4c64-934e-120b46d7de06"}]} 2018-12-12 16:16:17,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-81059fa6-68b8-4079-8a4c-811bd2fb9c3b 2018-12-12 16:16:17,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:17,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04289f42-b801-4503-ae14-5fca4b04d166 x-compute-request-id: req-04289f42-b801-4503-ae14-5fca4b04d166 Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-flavor1-wclickzecun4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:16:17,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7 used request id req-04289f42-b801-4503-ae14-5fca4b04d166 2018-12-12 16:16:17,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/bb24358f-92a0-4efc-a557-3d0b14bab26b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:17,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-545f8e76-bd6f-4202-8638-9d0575fa4c6b Date: Wed, 12 Dec 2018 16:16:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}} 2018-12-12 16:16:17,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/bb24358f-92a0-4efc-a557-3d0b14bab26b used request id req-545f8e76-bd6f-4202-8638-9d0575fa4c6b 2018-12-12 16:16:17,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:17,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c03b83e2-ef66-41a8-b0c9-1458306745b6 Date: Wed, 12 Dec 2018 16:16:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:17,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-c03b83e2-ef66-41a8-b0c9-1458306745b6 2018-12-12 16:16:17,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:17,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7c79f9ec-4906-46c4-bb53-934df8d695a7 Date: Wed, 12 Dec 2018 16:16:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:17,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-7c79f9ec-4906-46c4-bb53-934df8d695a7 2018-12-12 16:16:17,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:18,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9a38e704-47d5-4b75-b00d-d6377261f2da Date: Wed, 12 Dec 2018 16:16:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:18,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-9a38e704-47d5-4b75-b00d-d6377261f2da 2018-12-12 16:16:18,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:18,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbac5597-729e-4e54-8a6b-eb68c719bb96 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:18,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-fbac5597-729e-4e54-8a6b-eb68c719bb96 2018-12-12 16:16:18,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:18,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7fd95cd5-cf9a-4aa9-8566-f783f2ed7f2e Date: Wed, 12 Dec 2018 16:16:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:18,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-7fd95cd5-cf9a-4aa9-8566-f783f2ed7f2e 2018-12-12 16:16:18,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256&mac_address=fa%3A16%3A3e%3A73%3A77%3A68&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:19,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1074 X-Openstack-Request-Id: req-86f850dd-cec0-485a-8a34-a0d6bdc0bba8 Date: Wed, 12 Dec 2018 16:16:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"}]} 2018-12-12 16:16:19,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256&mac_address=fa%3A16%3A3e%3A73%3A77%3A68&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4&admin_state_up=True used request id req-86f850dd-cec0-485a-8a34-a0d6bdc0bba8 2018-12-12 16:16:19,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:19,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7452a18c-373c-4eaf-af22-1530852e6933 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:19,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-7452a18c-373c-4eaf-af22-1530852e6933 2018-12-12 16:16:19,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:19,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-415045bc-be31-4c39-b187-b0558d31a2d5 Date: Wed, 12 Dec 2018 16:16:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:19,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-415045bc-be31-4c39-b187-b0558d31a2d5 2018-12-12 16:16:19,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:20,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-968ab7cc-1422-4d32-8b79-84b11f8812f6 Date: Wed, 12 Dec 2018 16:16:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:20,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-968ab7cc-1422-4d32-8b79-84b11f8812f6 2018-12-12 16:16:20,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:20,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-eaff0806-63d1-42d0-9de1-2f78558c9de1 Date: Wed, 12 Dec 2018 16:16:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:20,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-eaff0806-63d1-42d0-9de1-2f78558c9de1 2018-12-12 16:16:20,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:21,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-cd8c0446-9961-40ac-9cb2-0b4da40d7fa3 Date: Wed, 12 Dec 2018 16:16:21 GMT RESP BODY: {"floatingips": [{"router_id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:55Z", "updated_at": "2018-12-12T16:15:57Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.1.2.11", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "530dccd88a2e47de82ed2591e60203a4", "port_id": "28215710-45a8-406c-8879-56e537f7abab", "id": "d0338cdd-4539-4c64-934e-120b46d7de06"}]} 2018-12-12 16:16:21,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-cd8c0446-9961-40ac-9cb2-0b4da40d7fa3 2018-12-12 16:16:21,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/a1c5fa1e-9ffc-4a15-a24a-107bc6e79976 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:21,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-b1524ad2-163a-4bfa-a3da-58455cd41684 Date: Wed, 12 Dec 2018 16:16:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:49Z", "admin_state_up": true, "updated_at": "2018-12-12T16:15:56Z", "project_id": "530dccd88a2e47de82ed2591e60203a4", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976", "name": "mgmt_router"}} 2018-12-12 16:16:21,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/a1c5fa1e-9ffc-4a15-a24a-107bc6e79976 used request id req-b1524ad2-163a-4bfa-a3da-58455cd41684 2018-12-12 16:16:21,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=a1c5fa1e-9ffc-4a15-a24a-107bc6e79976 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:21,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4545 X-Openstack-Request-Id: req-6d3f5521-7bda-472e-ab03-bdf71afbf4ee Date: Wed, 12 Dec 2018 16:16:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:58Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a298a29-8228-4ab3-ac87-b33cdf928955","ip_address":"169.254.192.10"}],"id":"20c8dc49-14f0-4a13-b54f-1513649b8688","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:76:cf","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 530dccd88a2e47de82ed2591e60203a4","admin_state_up":true,"network_id":"3385bf3a-c171-41fb-bfa2-deaf04bfc5b0","tenant_id":"","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:11Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","ip_address":"172.30.9.203"}],"id":"5fdc3eba-71d3-4e81-a3e3-6db432b3d8fc","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:e7:6c","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":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"","created_at":"2018-12-12T16:15:49Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:57Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a298a29-8228-4ab3-ac87-b33cdf928955","ip_address":"169.254.192.12"}],"id":"aba227b8-ce5e-4b71-abe5-a579557f3bec","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:18:da","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 530dccd88a2e47de82ed2591e60203a4","admin_state_up":true,"network_id":"3385bf3a-c171-41fb-bfa2-deaf04bfc5b0","tenant_id":"","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:57Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3a298a29-8228-4ab3-ac87-b33cdf928955","ip_address":"169.254.192.2"}],"id":"fc020eb8-90e5-4249-85e7-1e222e9f940c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:51:4a","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 530dccd88a2e47de82ed2591e60203a4","admin_state_up":true,"network_id":"3385bf3a-c171-41fb-bfa2-deaf04bfc5b0","tenant_id":"","created_at":"2018-12-12T16:15:50Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"}]} 2018-12-12 16:16:21,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=a1c5fa1e-9ffc-4a15-a24a-107bc6e79976 used request id req-6d3f5521-7bda-472e-ab03-bdf71afbf4ee 2018-12-12 16:16:21,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:21,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6f1ee34f-8845-447d-95b2-0961fca12af9 Date: Wed, 12 Dec 2018 16:16:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a8338694-3b57-490d-b186-bcbdf41bb7db","tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:09Z","dns_nameservers":[],"updated_at":"2018-12-12T14:08:09Z","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":"8985178670ba4185adffd95d9685db64","id":"8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e","subnetpool_id":null,"name":"external-subnet"}} 2018-12-12 16:16:21,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e used request id req-6f1ee34f-8845-447d-95b2-0961fca12af9 2018-12-12 16:16:21,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3a298a29-8228-4ab3-ac87-b33cdf928955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:21,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8356d73a-0684-49e9-ac72-870f927f0b18 Date: Wed, 12 Dec 2018 16:16:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3385bf3a-c171-41fb-bfa2-deaf04bfc5b0","tenant_id":"","created_at":"2018-12-12T16:15:49Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:49Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3a298a29-8228-4ab3-ac87-b33cdf928955","subnetpool_id":null,"name":"HA subnet tenant 530dccd88a2e47de82ed2591e60203a4"}} 2018-12-12 16:16:21,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3a298a29-8228-4ab3-ac87-b33cdf928955 used request id req-8356d73a-0684-49e9-ac72-870f927f0b18 2018-12-12 16:16:21,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3a298a29-8228-4ab3-ac87-b33cdf928955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:21,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a9be7851-b61e-404a-aa95-920fc3c06823 Date: Wed, 12 Dec 2018 16:16:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3385bf3a-c171-41fb-bfa2-deaf04bfc5b0","tenant_id":"","created_at":"2018-12-12T16:15:49Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:49Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3a298a29-8228-4ab3-ac87-b33cdf928955","subnetpool_id":null,"name":"HA subnet tenant 530dccd88a2e47de82ed2591e60203a4"}} 2018-12-12 16:16:21,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3a298a29-8228-4ab3-ac87-b33cdf928955 used request id req-a9be7851-b61e-404a-aa95-920fc3c06823 2018-12-12 16:16:21,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3a298a29-8228-4ab3-ac87-b33cdf928955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:21,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bb99591b-f756-4362-96ed-a40e26adab69 Date: Wed, 12 Dec 2018 16:16:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"3385bf3a-c171-41fb-bfa2-deaf04bfc5b0","tenant_id":"","created_at":"2018-12-12T16:15:49Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:49Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3a298a29-8228-4ab3-ac87-b33cdf928955","subnetpool_id":null,"name":"HA subnet tenant 530dccd88a2e47de82ed2591e60203a4"}} 2018-12-12 16:16:21,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3a298a29-8228-4ab3-ac87-b33cdf928955 used request id req-bb99591b-f756-4362-96ed-a40e26adab69 2018-12-12 16:16:21,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/bb24358f-92a0-4efc-a557-3d0b14bab26b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:21,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-687b9e7c-57a1-4926-8553-ed866dfd3d5e Date: Wed, 12 Dec 2018 16:16:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}} 2018-12-12 16:16:21,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/bb24358f-92a0-4efc-a557-3d0b14bab26b used request id req-687b9e7c-57a1-4926-8553-ed866dfd3d5e 2018-12-12 16:16:21,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports/28215710-45a8-406c-8879-56e537f7abab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:22,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1071 X-Openstack-Request-Id: req-363bb565-466e-4971-9594-c2272a4ee343 Date: Wed, 12 Dec 2018 16:16:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","project_id":"530dccd88a2e47de82ed2591e60203a4","qos_policy_id":null,"admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal"}} 2018-12-12 16:16:22,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports/28215710-45a8-406c-8879-56e537f7abab used request id req-363bb565-466e-4971-9594-c2272a4ee343 2018-12-12 16:16:22,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/bb24358f-92a0-4efc-a557-3d0b14bab26b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:22,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-629d36a8-81e0-4bb5-8637-6cb9b5bca581 Date: Wed, 12 Dec 2018 16:16:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}} 2018-12-12 16:16:22,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/bb24358f-92a0-4efc-a557-3d0b14bab26b used request id req-629d36a8-81e0-4bb5-8637-6cb9b5bca581 2018-12-12 16:16:22,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:22,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-169d0e4a-f625-4bf5-b377-79396dab32c6 Date: Wed, 12 Dec 2018 16:16:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:15:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-12T16:15:40Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6bc94062-5b55-4092-b40d-4d984c294cd8/snap", "metadata": {}}], "self": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "min_disk": 0, "protected": false, "id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "file": "/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "530dccd88a2e47de82ed2591e60203a4", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/6bc94062-5b55-4092-b40d-4d984c294cd8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:16:22,392 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 used request id req-169d0e4a-f625-4bf5-b377-79396dab32c6 2018-12-12 16:16:22,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba9e6c0b0ed615ad18f9599793e6fc31df30a2b" 2018-12-12 16:16:22,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:22 GMT Server: Apache x-openstack-request-id: req-9705dc02-bbcd-4216-b36a-c030f1cedc04 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:22,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:22 GMT Server: Apache x-openstack-request-id: req-f8019d62-14f1-4568-83f8-7ddbf7d6db07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA9zTwLkrQoqDqu1+a8SGLVEnL/mm45Bh4Rw54gbh5siImfidV\no1RMK4TTEwaR9N1epM6yPecpKfDaT3vk1moSVxzSm1xsMyhY7Bc8zPwbt6NAYWUe\nZ/AYGEzy+wQ1jJ+un6g+xiCNOLKFl7w0Jfh5T5Nt5R1UIdgULdI7V444uib4SjRQ\ni5qzjdXWR0femVXlA4lU8/h2DltvNXbKuX78eK++AP2D+HzlbHJ7qN9wht5qgldZ\nR7EmQOyAn4VDHbcbhR37lsRvcImDeKxNLtX27jItsg6nJHbL6R5MZoqI98QxB9iU\nF+4PkE+PlgOjIOntzOsThYMjuxvVxtvnZuhDQQIDAQABAoIBAAQQ9NpuFJx4NSQ7\n4FqTCK2sQRTAPHBUDrZsgILxu964PRXaI8h5/H7Cwo4Pj5sNgR8I31mxUbYE5jJk\ngVEdkYupR7WSgZ0dzsijYTal9vbAUrDHbwaapmrP6TdDzHWxsrehlta/dlM2bIgg\namMtgSFT9XzNTLL50OsoCB3akwhMz4YOV7SuQPMUUfXGLNqHopLYajawxRCAY6uH\nv7c58LsgOEGC/I85rzku047Hh6gyXYBmAZYeyTS21nYJMJ7ZmIZiQAIVRmTtehJh\nafMiClgDwlmamGsl3GcQ5EJhM+ecNkrZtwkmt7AcVm4mY7KyTFBnCdyjAuABYWUE\nbHPgkLkCgYEA/JfTRE+epFGlb75RU9EEdrKwwgFyXFOFZbKgAyB1rPle7VMqZBSn\n/9jI5JbmpRtHcduVaBdT15RGMZjybNB6yrpzFxU0uYQSKSC+jcs9JH721jce9e2N\neyhb+Ob3veUXYdFAWQ2fa923fI8UWl5k2pwdDdNKzsJ4gFaapeA1mKsCgYEA+oqD\nxqXorJpnP5EBUSVK/pZt7tNrFhpudN6knRhn1iGGKCJeROLS4/IqmgN3B1RPzMY4\nryPtYNdilg+uOoHncoSqUxdXjYEoRfRPgncSiM25Hil+peBnSO7/R8wrL5HvU3kW\nHs/yTJWdpTJvjsuLe/0wRl3yJ5v2Hj/aUSDQ68MCgYBjrmrST3V0tT/LXFjt8dOI\nIDZ/KWD/LHq9SoO5GCs4SuT6VVKqUjiGT//frelxiNVmCljoziPpNHuLASfSZ2e9\n71yR5G19NLCSCHkKrgUADRbOLMyMEuY9jwzUqhlkmC7lDFYPjr+2KrZJcpF+pDe6\nydbxaMvh0n8JbqPzCAs+pwKBgH5ZuqlE5HmfiLBjFZHxx8dq39gQ4TGNdOUVn1jm\nhP9Ves3kvzvoVEjGyTtQwgd9Op1f3hhdewpatQpOsCQrfSigxTEQVYQ0fbYBxtNZ\n74v0jAYtEQTgjdYXScDQs3rTEyo6p7A0WNLMpWs5a09NUXPfNShXmpblLZMFyrkd\nXp93AoGAajgMQTTYOcPc/Iz/1QF2V8duSWYcG/V3cjyFWNdXuG7RV8UBTnvchztQ\nTGxDCbrmmY/o4YpP0oidHiZk38VWJXPKzt4M3hIUHxGSfuYl80qV2LFoZ/XmdEcj\nSFn85aJgKXEmQpgWybCNTKRPuCDLB1PBZxbIeVOqw4pHBec68RE=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:16:22,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-f8019d62-14f1-4568-83f8-7ddbf7d6db07 2018-12-12 16:16:22,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:16:22,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:16:23,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "19e1fc573b2149d4a78217427e4f1761", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj-role"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:16:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "530dccd88a2e47de82ed2591e60203a4", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/530dccd88a2e47de82ed2591e60203a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-d9553723-4a50-479-user", "id": "26916964010b4cd688338148b5de6c40"}, "audit_ids": ["nkfqspr2Rv2L_I4XSk5amg"], "issued_at": "2018-12-12T16:16:23.000000Z"}} 2018-12-12 16:16:23,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:23,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab736883-5255-40bb-abea-3c8db4305b36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:23,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ab736883-5255-40bb-abea-3c8db4305b36 2018-12-12 16:16:23,199 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:16:23,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:23,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a8c5c82-3df6-4937-9589-dc18d7f4485f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:23,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6a8c5c82-3df6-4937-9589-dc18d7f4485f 2018-12-12 16:16:23,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:23,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b5e3796e-295e-4564-b24a-030798ba5884 Date: Wed, 12 Dec 2018 16:16:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:23,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-b5e3796e-295e-4564-b24a-030798ba5884 2018-12-12 16:16:23,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:16:23,534 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:16:23,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:23,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd0f8dd-eada-4e91-9f4e-f72399d0c0db Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:23,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-9dd0f8dd-eada-4e91-9f4e-f72399d0c0db 2018-12-12 16:16:23,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:23,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b15f19c8-db4c-4f19-824c-314c60ac86e7 Date: Wed, 12 Dec 2018 16:16:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:23,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-b15f19c8-db4c-4f19-824c-314c60ac86e7 2018-12-12 16:16:23,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256&mac_address=fa%3A16%3A3e%3A73%3A77%3A68&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:24,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1074 X-Openstack-Request-Id: req-de8a55f5-54a6-48ab-bca2-5c17a787f3b9 Date: Wed, 12 Dec 2018 16:16:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"}]} 2018-12-12 16:16:24,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256&mac_address=fa%3A16%3A3e%3A73%3A77%3A68&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4&admin_state_up=True used request id req-de8a55f5-54a6-48ab-bca2-5c17a787f3b9 2018-12-12 16:16:24,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:24,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ffc4fe-0597-4892-b70e-0ac044eba613 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:24,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-80ffc4fe-0597-4892-b70e-0ac044eba613 2018-12-12 16:16:24,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:25,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fce98929-756e-40db-8a47-26873fe79ae7 x-compute-request-id: req-fce98929-756e-40db-8a47-26873fe79ae7 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "bookmark"}], "image": {"id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "links": [{"href": "http://172.30.9.29:8774/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-12-12T16:16:03.000000", "flavor": {"id": "da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "links": [{"href": "http://172.30.9.29:8774/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "rel": "bookmark"}]}, "id": "6c75455a-9cda-486a-966c-5eddfb7bf20e", "security_groups": [{"name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp"}], "user_id": "26916964010b4cd688338148b5de6c40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:16:03Z", "hostId": "39ad9e02ff477b76dbc806acde019b0c2a7f2043e86d32b5e30059d7", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "created": "2018-12-12T16:15:57Z", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:16:25,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1 used request id req-fce98929-756e-40db-8a47-26873fe79ae7 2018-12-12 16:16:25,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:25,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-215a3e9e-f220-4f8c-88e6-294ea7d4b993 Date: Wed, 12 Dec 2018 16:16:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:25,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-215a3e9e-f220-4f8c-88e6-294ea7d4b993 2018-12-12 16:16:25,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:25,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bb75045b-78d9-466b-84f1-24a3b0203516 Date: Wed, 12 Dec 2018 16:16:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:25,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-bb75045b-78d9-466b-84f1-24a3b0203516 2018-12-12 16:16:25,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:25,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-9fbf14eb-abcc-407a-a6ec-a74695864994 Date: Wed, 12 Dec 2018 16:16:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:25,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-9fbf14eb-abcc-407a-a6ec-a74695864994 2018-12-12 16:16:25,477 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1 2018-12-12 16:16:25,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:25,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-908c3213-3222-453e-8c1e-1118dc06bef3 Date: Wed, 12 Dec 2018 16:16:25 GMT RESP BODY: {"floatingips": [{"router_id": "a1c5fa1e-9ffc-4a15-a24a-107bc6e79976", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:55Z", "updated_at": "2018-12-12T16:15:57Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.1.2.11", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "530dccd88a2e47de82ed2591e60203a4", "port_id": "28215710-45a8-406c-8879-56e537f7abab", "id": "d0338cdd-4539-4c64-934e-120b46d7de06"}]} 2018-12-12 16:16:25,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-908c3213-3222-453e-8c1e-1118dc06bef3 2018-12-12 16:16:25,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:26,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93df44fd-67fb-48c4-8636-177df31060c8 x-compute-request-id: req-93df44fd-67fb-48c4-8636-177df31060c8 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:da:4c", "version": 4, "addr": "10.1.2.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "rel": "bookmark"}], "image": {"id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "links": [{"href": "http://172.30.9.29:8774/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-12-12T16:16:00.000000", "flavor": {"id": "19d97811-1519-43e3-ac6c-c8add985a06f", "links": [{"href": "http://172.30.9.29:8774/flavors/19d97811-1519-43e3-ac6c-c8add985a06f", "rel": "bookmark"}]}, "id": "c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7", "security_groups": [{"name": "default"}], "user_id": "26916964010b4cd688338148b5de6c40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:16:01Z", "hostId": "916033331030ba5f668e82ad6e984288e8b219f3ceea4971bf9fab08", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "created": "2018-12-12T16:15:55Z", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:16:26,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7 used request id req-93df44fd-67fb-48c4-8636-177df31060c8 2018-12-12 16:16:26,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:26,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f97742c0-cb39-4b9b-ac87-36b02c8ac8f8 Date: Wed, 12 Dec 2018 16:16:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:26,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-f97742c0-cb39-4b9b-ac87-36b02c8ac8f8 2018-12-12 16:16:26,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:26,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7afe495f-d2ea-4909-9bd8-60c441fcc73b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:26,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-7afe495f-d2ea-4909-9bd8-60c441fcc73b 2018-12-12 16:16:26,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:26,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1c4f79b5-0c50-49b4-a0c4-faa9bb81f641 Date: Wed, 12 Dec 2018 16:16:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:26,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-1c4f79b5-0c50-49b4-a0c4-faa9bb81f641 2018-12-12 16:16:26,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3835820d1c72266d04a353b2d8f301d3d583cc7c" 2018-12-12 16:16:27,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-87220065-62ba-479f-ba9f-1f5076883301 Date: Wed, 12 Dec 2018 16:16:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:27,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-87220065-62ba-479f-ba9f-1f5076883301 2018-12-12 16:16:27,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:27,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6183bb5c-c6dc-4b73-801c-d5a84ca9a16d x-compute-request-id: req-6183bb5c-c6dc-4b73-801c-d5a84ca9a16d Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "bookmark"}], "image": {"id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "links": [{"href": "http://172.30.9.29:8774/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-12-12T16:16:03.000000", "flavor": {"id": "da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "links": [{"href": "http://172.30.9.29:8774/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "rel": "bookmark"}]}, "id": "6c75455a-9cda-486a-966c-5eddfb7bf20e", "security_groups": [{"name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp"}], "user_id": "26916964010b4cd688338148b5de6c40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:16:03Z", "hostId": "39ad9e02ff477b76dbc806acde019b0c2a7f2043e86d32b5e30059d7", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "created": "2018-12-12T16:15:57Z", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:16:27,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e used request id req-6183bb5c-c6dc-4b73-801c-d5a84ca9a16d 2018-12-12 16:16:27,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:27,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8a205b02-8f8f-481b-bdb1-c46ff78431a0 Date: Wed, 12 Dec 2018 16:16:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:27,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-8a205b02-8f8f-481b-bdb1-c46ff78431a0 2018-12-12 16:16:27,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:28,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a2ae38-78da-44d1-9a88-fe585aa34b66 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:28,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-d9a2ae38-78da-44d1-9a88-fe585aa34b66 2018-12-12 16:16:28,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:28,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8bbefd96-45d8-424d-b446-2dc51503af01 Date: Wed, 12 Dec 2018 16:16:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:28,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-8bbefd96-45d8-424d-b446-2dc51503af01 2018-12-12 16:16:28,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:28,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-74d2a487-5025-4f16-8f74-d2dd1c948386 Date: Wed, 12 Dec 2018 16:16:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:28,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-74d2a487-5025-4f16-8f74-d2dd1c948386 2018-12-12 16:16:28,632 - create_instance - INFO - Checking if VM is active 2018-12-12 16:16:28,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:29,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7473584d-38c1-4545-9031-d9dbab61bda5 x-compute-request-id: req-7473584d-38c1-4545-9031-d9dbab61bda5 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "bookmark"}], "image": {"id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "links": [{"href": "http://172.30.9.29:8774/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-12-12T16:16:03.000000", "flavor": {"id": "da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "links": [{"href": "http://172.30.9.29:8774/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "rel": "bookmark"}]}, "id": "6c75455a-9cda-486a-966c-5eddfb7bf20e", "security_groups": [{"name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp"}], "user_id": "26916964010b4cd688338148b5de6c40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:16:03Z", "hostId": "39ad9e02ff477b76dbc806acde019b0c2a7f2043e86d32b5e30059d7", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "created": "2018-12-12T16:15:57Z", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:16:29,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e used request id req-7473584d-38c1-4545-9031-d9dbab61bda5 2018-12-12 16:16:29,869 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1] is - ACTIVE 2018-12-12 16:16:29,869 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:16:29,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:30,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-695f573c-fbd1-46f5-8e35-e0fbaccaa3e9 x-compute-request-id: req-695f573c-fbd1-46f5-8e35-e0fbaccaa3e9 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:77:68", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e", "rel": "bookmark"}], "image": {"id": "6bc94062-5b55-4092-b40d-4d984c294cd8", "links": [{"href": "http://172.30.9.29:8774/images/6bc94062-5b55-4092-b40d-4d984c294cd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-12-12T16:16:03.000000", "flavor": {"id": "da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "links": [{"href": "http://172.30.9.29:8774/flavors/da1ac01f-e603-4c1e-abb6-abdd5c355ab7", "rel": "bookmark"}]}, "id": "6c75455a-9cda-486a-966c-5eddfb7bf20e", "security_groups": [{"name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp"}], "user_id": "26916964010b4cd688338148b5de6c40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:16:03Z", "hostId": "39ad9e02ff477b76dbc806acde019b0c2a7f2043e86d32b5e30059d7", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "created": "2018-12-12T16:15:57Z", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:16:30,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6c75455a-9cda-486a-966c-5eddfb7bf20e used request id req-695f573c-fbd1-46f5-8e35-e0fbaccaa3e9 2018-12-12 16:16:30,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:30,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-917ce30f-0abd-4c19-a7c4-9df3df4286fd Date: Wed, 12 Dec 2018 16:16:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb05304f-5205-4f6d-8ba0-a6689665b256","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","subnets":["bb24358f-92a0-4efc-a557-3d0b14bab26b"],"description":"","tags":[],"updated_at":"2018-12-12T16:15:51Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net","admin_state_up":true,"tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:50Z","provider:network_type":"vxlan"}]} 2018-12-12 16:16:30,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net used request id req-917ce30f-0abd-4c19-a7c4-9df3df4286fd 2018-12-12 16:16:30,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:30,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323d5713-2c5c-4b30-8752-63b405302518 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:30,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-323d5713-2c5c-4b30-8752-63b405302518 2018-12-12 16:16:30,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:30,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8ab1c4de-2267-4139-b178-fca8461940ef Date: Wed, 12 Dec 2018 16:16:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","dns_nameservers":[],"updated_at":"2018-12-12T16:15:51Z","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":"530dccd88a2e47de82ed2591e60203a4","id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet"}]} 2018-12-12 16:16:30,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-8ab1c4de-2267-4139-b178-fca8461940ef 2018-12-12 16:16:30,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03d82ed387c9712ab5321554dd52589ad638d5b1" 2018-12-12 16:16:30,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-9f59d9e5-07e1-4787-acb7-22801e7f17d1 Date: Wed, 12 Dec 2018 16:16:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.3"}],"id":"2207b63d-e716-45f3-8276-364da888a2ce","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:fd:0b","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.11"}],"id":"28215710-45a8-406c-8879-56e537f7abab","security_groups":["7ddb8260-53e4-489b-9a54-f311edca902d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:77:68","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack-port1-vb6t5v2noff4","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"6c75455a-9cda-486a-966c-5eddfb7bf20e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.1"}],"id":"42eec6f1-1329-4453-a384-fd44462f9a4d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:eb:70","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:55Z","binding:vnic_type":"normal","device_id":"a1c5fa1e-9ffc-4a15-a24a-107bc6e79976"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.2"}],"id":"56f07b07-56f1-4188-8f9d-39e258a961a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:e5:c4","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:15:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.4"}],"id":"b7b9eb0d-006e-4aaa-9671-983398520bbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1c:c9:b2","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb05304f-5205-4f6d-8ba0-a6689665b256"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:16:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb24358f-92a0-4efc-a557-3d0b14bab26b","ip_address":"10.1.2.13"}],"id":"cae82ce3-7677-45e4-bd4b-bf19b1aaaa91","security_groups":["b4c6b71a-7a4f-4046-98b0-c2e7fca7447f"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:da:4c","project_id":"530dccd88a2e47de82ed2591e60203a4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fb05304f-5205-4f6d-8ba0-a6689665b256","tenant_id":"530dccd88a2e47de82ed2591e60203a4","created_at":"2018-12-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c8888ea5-d1a4-4de3-b7f9-a3fdce05cee7"}]} 2018-12-12 16:16:30,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fb05304f-5205-4f6d-8ba0-a6689665b256 used request id req-9f59d9e5-07e1-4787-acb7-22801e7f17d1 2018-12-12 16:16:30,760 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:16:30,763 - paramiko.transport - DEBUG - starting thread (client mode): 0xd67af5d0L 2018-12-12 16:16:30,764 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:16:30,764 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:16:30,764 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:16:30,766 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:16:30,766 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:16:30,766 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:16:30,766 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:16:30,766 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:16:30,766 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:16:30,784 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:16:30,784 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:16:30,796 - paramiko.transport - DEBUG - Trying key f81107c8580e563e3e1d8340282a3e3d from 858b9868-6c11-4c83-a3e9-a01126ebcdda 2018-12-12 16:16:30,824 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:16:30,830 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:16:30,930 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:16:30,974 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:16:30,974 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:16:30,976 - paramiko.transport - DEBUG - starting thread (client mode): 0xd67af710L 2018-12-12 16:16:30,976 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:16:30,976 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-12-12 16:16:30,977 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-12 16:16:30,978 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:16:30,978 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:16:30,978 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-12-12 16:16:30,978 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:16:30,978 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:16:30,979 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:16:30,995 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:16:30,996 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:16:31,008 - paramiko.transport - DEBUG - Trying key f81107c8580e563e3e1d8340282a3e3d from 858b9868-6c11-4c83-a3e9-a01126ebcdda 2018-12-12 16:16:31,036 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:16:31,042 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:16:31,073 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:16:31,074 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-12-12 16:16:31,074 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:16:31,077 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:16:31,078 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:16:31,079 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack 2018-12-12 16:16:31,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:16:31,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:31 GMT Server: Apache x-openstack-request-id: req-b0810c64-5e50-44bd-934f-cc9001e96eae Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:31,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:16:31 GMT Server: Apache x-openstack-request-id: req-ee330e14-2d19-40db-b89a-4306dda43db8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:16:31,381 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-ee330e14-2d19-40db-b89a-4306dda43db8 2018-12-12 16:16:31,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:16:31,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:31 GMT Server: Apache x-openstack-request-id: req-83afd3c8-a94a-4ddd-b9a1-66f74075b67c Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:31,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:31 GMT Server: Apache x-openstack-request-id: req-86335a47-29ea-4f4f-a7c5-f6130529e96d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "tags": null, "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:16:31Z", "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:16:31,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-86335a47-29ea-4f4f-a7c5-f6130529e96d 2018-12-12 16:16:31,750 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:16:31,750 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:16:34,753 - create_stack - DEBUG - Stack status query timeout in 1196.62784505 2018-12-12 16:16:34,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:16:34,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:34 GMT Server: Apache x-openstack-request-id: req-4f11bc50-ce24-43d7-9961-6d1a6cca3d6d Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:35,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:34 GMT Server: Apache x-openstack-request-id: req-00766daa-f5e0-4894-ad68-eff91d1ee50d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "tags": null, "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:16:31Z", "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:16:35,150 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-00766daa-f5e0-4894-ad68-eff91d1ee50d 2018-12-12 16:16:35,151 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:16:35,151 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:16:38,154 - create_stack - DEBUG - Stack status query timeout in 1193.22669697 2018-12-12 16:16:38,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:16:38,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:38 GMT Server: Apache x-openstack-request-id: req-ec70a671-ca66-44e5-9c14-df76716745a2 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:38,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:38 GMT Server: Apache x-openstack-request-id: req-31aac08b-3f8b-4146-9a0b-6330648a630a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 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-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "tags": null, "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-12T16:16:31Z", "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:16:38,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-31aac08b-3f8b-4146-9a0b-6330648a630a 2018-12-12 16:16:38,499 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-12-12 16:16:38,499 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-12-12 16:16:41,502 - create_stack - DEBUG - Stack status query timeout in 1189.87848496 2018-12-12 16:16:41,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:16:41,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:41 GMT Server: Apache x-openstack-request-id: req-5158c0d2-53e3-4da7-b7ed-c83c625380ef Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:41,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:41 GMT Server: Apache x-openstack-request-id: req-6df8c857-c36b-4484-ac87-6e26239378eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 690 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor2", "OS::project_id": "530dccd88a2e47de82ed2591e60203a4", "OS::stack_id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-kp", "security_group_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-subnet", "net_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst2", "inst1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-inst1", "image2_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image", "flavor1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-flavor1", "image1_name": "CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image"}, "deletion_time": "2018-12-12T16:16:40Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack", "stack_user_project_id": "14dcb541a04349028a6c0fe395b573fc", "tags": null, "creation_time": "2018-12-12T16:15:44Z", "links": [{"href": "http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-12T16:16:31Z", "id": "f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-12-12 16:16:41,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-6df8c857-c36b-4484-ac87-6e26239378eb 2018-12-12 16:16:41,726 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-12-12 16:16:41,726 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack 2018-12-12 16:16:41,726 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack 2018-12-12 16:16:41,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422f5cf25eb9cbc1c207a280b493f61234ea99e0" 2018-12-12 16:16:41,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 12 Dec 2018 16:16:41 GMT Server: Apache x-openstack-request-id: req-04293909-993d-4395-89ea-401bfb118075 Location: http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-12 16:16:41,783 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:16:41 GMT Server: Apache x-openstack-request-id: req-2fe2c756-a114-4693-adb3-b901bb5eef50 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-12-12 16:16:41,783 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/530dccd88a2e47de82ed2591e60203a4/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-stack/f51fef66-a5f6-4ec3-bf77-c386fe7ec2f2 used request id req-2fe2c756-a114-4693-adb3-b901bb5eef50 2018-12-12 16:16:41,784 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-cd89d698-9787-407e-88f7-d7a494a13b97-image 2018-12-12 16:16:41,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7287dbac682edcd6aa411960edf1726ae0483222" 2018-12-12 16:16:42,888 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e438faac-2e7f-45f1-97f1-cda867b18249 Date: Wed, 12 Dec 2018 16:16:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:16:42,888 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6bc94062-5b55-4092-b40d-4d984c294cd8 used request id req-e438faac-2e7f-45f1-97f1-cda867b18249 2018-12-12 16:16:42,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:16:43,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4662c43b-da7e-4eb6-aef1-bb5e54dbce39 Date: Wed, 12 Dec 2018 16:16:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:47Z", "updated_at": "2018-12-12T16:15:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:15:47Z", "revision_number": 0, "id": "26760da3-f80e-4004-ac69-0fe7204961f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:15:47Z", "security_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "530dccd88a2e47de82ed2591e60203a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:15:47Z", "revision_number": 0, "id": "3c914fc8-5ce7-4073-b8a6-0e201d4f522b", "remote_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "remote_ip_prefix": null, "created_at": "2018-12-12T16:15:47Z", "security_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "530dccd88a2e47de82ed2591e60203a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:15:47Z", "revision_number": 0, "id": "43011d0e-8af8-4c18-a5f1-3e788db01cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:15:47Z", "security_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "530dccd88a2e47de82ed2591e60203a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:15:47Z", "revision_number": 0, "id": "e7a8d8d9-fc4a-4808-8ebf-9b89874873f6", "remote_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "remote_ip_prefix": null, "created_at": "2018-12-12T16:15:47Z", "security_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "530dccd88a2e47de82ed2591e60203a4"}], "revision_number": 4, "project_id": "530dccd88a2e47de82ed2591e60203a4", "id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:16:43,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4662c43b-da7e-4eb6-aef1-bb5e54dbce39 2018-12-12 16:16:43,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:16:43,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9691ee73-90fe-4370-ae41-fb4e5d47b904 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4"}, "enabled": true, "id": "530dccd88a2e47de82ed2591e60203a4", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-d9553723-4a50-479-proj"}} 2018-12-12 16:16:43,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-9691ee73-90fe-4370-ae41-fb4e5d47b904 2018-12-12 16:16:43,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b4c6b71a-7a4f-4046-98b0-c2e7fca7447f 2018-12-12 16:16:43,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b4c6b71a-7a4f-4046-98b0-c2e7fca7447f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:16:43,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-62a2c8a5-ebf3-45ed-aa5b-a728ab99156e Date: Wed, 12 Dec 2018 16:16:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:15:47Z", "security_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "port_range_min": null, "revision_number": 0, "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:47Z", "project_id": "530dccd88a2e47de82ed2591e60203a4", "id": "26760da3-f80e-4004-ac69-0fe7204961f1"}, {"remote_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:15:47Z", "security_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "port_range_min": null, "revision_number": 0, "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:47Z", "project_id": "530dccd88a2e47de82ed2591e60203a4", "id": "3c914fc8-5ce7-4073-b8a6-0e201d4f522b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:15:47Z", "security_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "port_range_min": null, "revision_number": 0, "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:47Z", "project_id": "530dccd88a2e47de82ed2591e60203a4", "id": "43011d0e-8af8-4c18-a5f1-3e788db01cdb"}, {"remote_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:15:47Z", "security_group_id": "b4c6b71a-7a4f-4046-98b0-c2e7fca7447f", "port_range_min": null, "revision_number": 0, "tenant_id": "530dccd88a2e47de82ed2591e60203a4", "created_at": "2018-12-12T16:15:47Z", "project_id": "530dccd88a2e47de82ed2591e60203a4", "id": "e7a8d8d9-fc4a-4808-8ebf-9b89874873f6"}]} 2018-12-12 16:16:43,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b4c6b71a-7a4f-4046-98b0-c2e7fca7447f used request id req-62a2c8a5-ebf3-45ed-aa5b-a728ab99156e 2018-12-12 16:16:43,392 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:16:43,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b4c6b71a-7a4f-4046-98b0-c2e7fca7447f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:16:44,076 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f4f4e9fb-2f3a-4726-b665-3d8f0851e843 Content-Length: 0 Date: Wed, 12 Dec 2018 16:16:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:16:44,076 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b4c6b71a-7a4f-4046-98b0-c2e7fca7447f used request id req-f4f4e9fb-2f3a-4726-b665-3d8f0851e843 2018-12-12 16:16:44,077 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-d9553723-4a50-479-proj 2018-12-12 16:16:44,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:16:44,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-465733cb-973a-4be5-a992-e66a02661d6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:16:44,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/530dccd88a2e47de82ed2591e60203a4 used request id req-465733cb-973a-4be5-a992-e66a02661d6a 2018-12-12 16:16:44,389 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-d9553723-4a50-479-proj-role 2018-12-12 16:16:44,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/19e1fc573b2149d4a78217427e4f1761 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:16:44,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4565169d-2723-48fe-9d34-3a3516c69d3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:16:44,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/19e1fc573b2149d4a78217427e4f1761 used request id req-4565169d-2723-48fe-9d34-3a3516c69d3f 2018-12-12 16:16:44,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c98f6ccca59e3931d1e5c3e1a8e5be96f7261b9" 2018-12-12 16:16:44,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-386eba9f-db7e-46c6-b55e-39b324aa90d9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:16:44,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-386eba9f-db7e-46c6-b55e-39b324aa90d9 2018-12-12 16:16:44,593 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-d9553723-4a50-479-user 2018-12-12 16:16:44,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/26916964010b4cd688338148b5de6c40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7536a65e2c107a6eb828981ccc1a4ddc19a3eb9" 2018-12-12 16:16:44,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6bf6f4a-d84e-4dd4-9006-b303dfad352c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:16:44,767 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/26916964010b4cd688338148b5de6c40 used request id req-a6bf6f4a-d84e-4dd4-9006-b303dfad352c 2018-12-12 16:16:44,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:16:45,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:16:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AYNlFMmLT6e4slKh3QzmAg"], "issued_at": "2018-12-12T16:16:45.000000Z"}} 2018-12-12 16:16:45,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95073f728322fe873afb742b2daa3241af40a670" 2018-12-12 16:16:45,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a069a6e-737a-4f7e-b94d-76a8fbb9d6b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:45,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5a069a6e-737a-4f7e-b94d-76a8fbb9d6b4 2018-12-12 16:16:45,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:16:45,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:16:45,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:16:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["7OH_R5rlQ96_x5Wxm9XREw"], "issued_at": "2018-12-12T16:16:45.000000Z"}} 2018-12-12 16:16:45,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:16:45,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1c81c1-c988-4a9d-a4fa-db02d62e2a99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:45,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba1c81c1-c988-4a9d-a4fa-db02d62e2a99 2018-12-12 16:16:45,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:16:45,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:16:45,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-a83cc109-daba-45a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:16:45,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6edf3b1-e713-4606-a5c7-6035f44ea395 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-a83cc109-daba-45a-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:16:45,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-a83cc109-daba-45a-proj used request id req-e6edf3b1-e713-4606-a5c7-6035f44ea395 2018-12-12 16:16:45,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:16:45,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ede575bc-7ae1-43f7-b3c9-be6327c43c0f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:16:45,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ede575bc-7ae1-43f7-b3c9-be6327c43c0f 2018-12-12 16:16:45,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}}' 2018-12-12 16:16:46,027 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b807d8d2-874f-452c-a1be-282f9dbf5158 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:16:46,027 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b807d8d2-874f-452c-a1be-282f9dbf5158 2018-12-12 16:16:46,027 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-a83cc109-daba-45a-proj 2018-12-12 16:16:46,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:16:46,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:16:46,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:16:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["tTXkT6R9S_-ztxOjywNI1g"], "issued_at": "2018-12-12T16:16:46.000000Z"}} 2018-12-12 16:16:46,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2853d3791cba905dec612ae8746056cc660c5d" 2018-12-12 16:16:46,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fec90c2-484f-4d2a-a76b-03edbe6d7dc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:46,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6fec90c2-484f-4d2a-a76b-03edbe6d7dc1 2018-12-12 16:16:46,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:16:46,441 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:16:46,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2853d3791cba905dec612ae8746056cc660c5d" 2018-12-12 16:16:46,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ebae5f6-71d6-47eb-a233-3938ceab404c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:16:46,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3ebae5f6-71d6-47eb-a233-3938ceab404c 2018-12-12 16:16:46,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-a83cc109-daba-45a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2853d3791cba905dec612ae8746056cc660c5d" 2018-12-12 16:16:46,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a40a03-adc5-439d-96c1-b39af1107e03 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-a83cc109-daba-45a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}]} 2018-12-12 16:16:46,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-a83cc109-daba-45a-proj used request id req-29a40a03-adc5-439d-96c1-b39af1107e03 2018-12-12 16:16:46,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2853d3791cba905dec612ae8746056cc660c5d" 2018-12-12 16:16:46,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-488f7112-59e9-4e3f-ba48-2d912f21fb2d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:16:46,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-488f7112-59e9-4e3f-ba48-2d912f21fb2d 2018-12-12 16:16:47,122 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-a83cc109-daba-45a-user 2018-12-12 16:16:47,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:16:47,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:16:47,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d415d2ee-dbd6-4a8f-a1fe-e5e260b7f038 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:16:47,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d415d2ee-dbd6-4a8f-a1fe-e5e260b7f038 2018-12-12 16:16:47,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" -d '{"role": {"name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}}' 2018-12-12 16:16:47,325 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6c72cfc-b0ad-481c-ba10-30fc74975ef3 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "06fb4c0135bb4e86b9a2ccedf27e9649", "links": {"self": "http://172.30.9.29:5000/v3/roles/06fb4c0135bb4e86b9a2ccedf27e9649"}, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}} 2018-12-12 16:16:47,326 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e6c72cfc-b0ad-481c-ba10-30fc74975ef3 2018-12-12 16:16:47,326 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-a83cc109-daba-45a-proj-role 2018-12-12 16:16:47,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/06fb4c0135bb4e86b9a2ccedf27e9649 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:16:47,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c70b2f55-902f-4dc9-8b3f-3924bb19c22a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/06fb4c0135bb4e86b9a2ccedf27e9649"}, "domain_id": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role", "id": "06fb4c0135bb4e86b9a2ccedf27e9649"}} 2018-12-12 16:16:47,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/06fb4c0135bb4e86b9a2ccedf27e9649 used request id req-c70b2f55-902f-4dc9-8b3f-3924bb19c22a 2018-12-12 16:16:47,416 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-a83cc109-daba-45a-proj-role to project AnsibleProvisioningTests-a83cc109-daba-45a-proj 2018-12-12 16:16:47,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c/users/8a113a580db74851b469629c357d9cc6/roles/06fb4c0135bb4e86b9a2ccedf27e9649 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:16:47,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a40c07fb-6a93-4c59-9517-188207306443 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:16:47,544 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c/users/8a113a580db74851b469629c357d9cc6/roles/06fb4c0135bb4e86b9a2ccedf27e9649 used request id req-a40c07fb-6a93-4c59-9517-188207306443 2018-12-12 16:16:47,544 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:16:47,546 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-12-12 16:16:47,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:16:47,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:16:47,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06fb4c0135bb4e86b9a2ccedf27e9649", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}], "expires_at": "2018-12-12T17:16:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41373bef120446ae9c37109bf689ab1c", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-user", "id": "8a113a580db74851b469629c357d9cc6"}, "audit_ids": ["P0gOiRlcSTe05jYDWFrgBw"], "issued_at": "2018-12-12T16:16:47.000000Z"}} 2018-12-12 16:16:47,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" 2018-12-12 16:16:47,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9276db7-331c-4c55-bc53-f271fcf6712c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:47,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e9276db7-331c-4c55-bc53-f271fcf6712c 2018-12-12 16:16:47,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" 2018-12-12 16:16:48,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-0e3823c6-c826-4553-a087-39c95cdcfacf Date: Wed, 12 Dec 2018 16:16:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image"} 2018-12-12 16:16:48,172 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image used request id req-0e3823c6-c826-4553-a087-39c95cdcfacf 2018-12-12 16:16:48,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" 2018-12-12 16:16:48,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d88997d3-ccf0-4c5f-b4be-9885cba435c2 Date: Wed, 12 Dec 2018 16:16:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:16:48,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d88997d3-ccf0-4c5f-b4be-9885cba435c2 2018-12-12 16:16:48,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image"}' 2018-12-12 16:16:48,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7 X-Openstack-Request-Id: req-a850bdff-cd29-41ab-9b59-69321319b708 Date: Wed, 12 Dec 2018 16:16:48 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:16:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:16:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "min_disk": 0, "protected": false, "id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "file": "/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/file", "checksum": null, "owner": "41373bef120446ae9c37109bf689ab1c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:16:48,555 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a850bdff-cd29-41ab-9b59-69321319b708 2018-12-12 16:16:48,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" -d '' 2018-12-12 16:16:55,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98ff7678-d117-40e9-847c-2aed14deeea8 Date: Wed, 12 Dec 2018 16:16:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:16:55,241 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/file used request id req-98ff7678-d117-40e9-847c-2aed14deeea8 2018-12-12 16:16:55,241 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-12-12 16:16:55,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" 2018-12-12 16:16:55,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-35e70f06-c550-4d26-93f8-198a43df32de Date: Wed, 12 Dec 2018 16:16:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:16:48Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-12T16:16:55Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/snap", "metadata": {}}], "self": "/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "min_disk": 0, "protected": false, "id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "file": "/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "41373bef120446ae9c37109bf689ab1c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:16:55,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7 used request id req-35e70f06-c550-4d26-93f8-198a43df32de 2018-12-12 16:16:55,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" 2018-12-12 16:16:55,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c75f0ee6-7b8c-440f-9287-724216ae8ee3 Date: Wed, 12 Dec 2018 16:16:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:16:55,580 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c75f0ee6-7b8c-440f-9287-724216ae8ee3 2018-12-12 16:16:55,583 - create_image - INFO - Created image with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image 2018-12-12 16:16:55,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" 2018-12-12 16:16:55,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ed23c7e6-738a-4114-bfd0-96d462c79414 Date: Wed, 12 Dec 2018 16:16:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:16:48Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-12T16:16:55Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/snap", "metadata": {}}], "self": "/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "min_disk": 0, "protected": false, "id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "file": "/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "41373bef120446ae9c37109bf689ab1c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:16:55,748 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7 used request id req-ed23c7e6-738a-4114-bfd0-96d462c79414 2018-12-12 16:16:55,749 - create_image - DEBUG - Instance status is - active 2018-12-12 16:16:55,749 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image 2018-12-12 16:16:55,749 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image 2018-12-12 16:16:55,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:16:55,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:16:56,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06fb4c0135bb4e86b9a2ccedf27e9649", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}], "expires_at": "2018-12-12T17:16:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41373bef120446ae9c37109bf689ab1c", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-user", "id": "8a113a580db74851b469629c357d9cc6"}, "audit_ids": ["K1gznn3kQ3CMwevYepyzNw"], "issued_at": "2018-12-12T16:16:56.000000Z"}} 2018-12-12 16:16:56,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" 2018-12-12 16:16:56,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11650bd9-790a-419a-8cad-dc8c3dcd443c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:16:56,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-11650bd9-790a-419a-8cad-dc8c3dcd443c 2018-12-12 16:16:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" 2018-12-12 16:16:56,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f58e45b5-9100-4745-bac9-6a73eeb7cc49 Date: Wed, 12 Dec 2018 16:16:56 GMT RESP BODY: {"networks":[]} 2018-12-12 16:16:56,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-f58e45b5-9100-4745-bac9-6a73eeb7cc49 2018-12-12 16:16:56,390 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net 2018-12-12 16:16:56,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" -d '{"network": {"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net", "admin_state_up": true}}' 2018-12-12 16:16:56,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-73de79bc-6a16-4d06-8391-3a7384940a77 Date: Wed, 12 Dec 2018 16:16:56 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:16:56Z","is_default":false,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","mtu":1450}} 2018-12-12 16:16:56,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-73de79bc-6a16-4d06-8391-3a7384940a77 2018-12-12 16:16:57,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" 2018-12-12 16:16:57,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-223ab593-a21b-4d8c-81b9-89baf0b2873b Date: Wed, 12 Dec 2018 16:16: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-12-12T16:16:56Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:16:57,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-223ab593-a21b-4d8c-81b9-89baf0b2873b 2018-12-12 16:16:57,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" 2018-12-12 16:16:57,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ecc32dec-220f-426d-8220-db4ec81c49b7 Date: Wed, 12 Dec 2018 16:16:57 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:16:57,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-ecc32dec-220f-426d-8220-db4ec81c49b7 2018-12-12 16:16:57,797 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet 2018-12-12 16:16:57,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" -d '{"subnets": [{"ip_version": 4, "network_id": "3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]}' 2018-12-12 16:16:58,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6f21d409-ee2d-4b25-b4ee-6277e579e9b8 Date: Wed, 12 Dec 2018 16:16:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:16:58,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-6f21d409-ee2d-4b25-b4ee-6277e579e9b8 2018-12-12 16:16:58,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" 2018-12-12 16:16:59,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7872064e-b458-496a-a6a0-94a1a1fb3211 Date: Wed, 12 Dec 2018 16:16:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:16:59,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-7872064e-b458-496a-a6a0-94a1a1fb3211 2018-12-12 16:16:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" 2018-12-12 16:17:00,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b907e848-09e2-4a08-a5d2-be62606545d2 Date: Wed, 12 Dec 2018 16:17:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:17:00,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-b907e848-09e2-4a08-a5d2-be62606545d2 2018-12-12 16:17:00,173 - OpenStackNetwork - DEBUG - Network [3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7] created successfully 2018-12-12 16:17:00,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:17:00,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:17:00,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06fb4c0135bb4e86b9a2ccedf27e9649", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}], "expires_at": "2018-12-12T17:17:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41373bef120446ae9c37109bf689ab1c", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-user", "id": "8a113a580db74851b469629c357d9cc6"}, "audit_ids": ["PUswozWGTraAsbiTLpyf8Q"], "issued_at": "2018-12-12T16:17:00.000000Z"}} 2018-12-12 16:17:00,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:00,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bdc5856-92cd-4aab-a5c5-7910da8dae5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:17:00,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7bdc5856-92cd-4aab-a5c5-7910da8dae5d 2018-12-12 16:17:00,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:00,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d320fa0c-8a78-4848-9db1-0b7c6a1ff8b5 Date: Wed, 12 Dec 2018 16:17:00 GMT RESP BODY: {"routers": []} 2018-12-12 16:17:00,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router&admin_state_up=True used request id req-d320fa0c-8a78-4848-9db1-0b7c6a1ff8b5 2018-12-12 16:17:00,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:17:00,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:17:01,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06fb4c0135bb4e86b9a2ccedf27e9649", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}], "expires_at": "2018-12-12T17:17:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41373bef120446ae9c37109bf689ab1c", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-user", "id": "8a113a580db74851b469629c357d9cc6"}, "audit_ids": ["p5_Yu_lARUyH_r84SBYekA"], "issued_at": "2018-12-12T16:17:01.000000Z"}} 2018-12-12 16:17:01,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a44ea0a12e33bbe069002b99c210059c2d06f5b" 2018-12-12 16:17:01,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-924c50fd-36d1-48d8-ab10-88e26dd7b64f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:17:01,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-924c50fd-36d1-48d8-ab10-88e26dd7b64f 2018-12-12 16:17:01,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:01,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d9be2c16-976c-4d59-9127-d78b416139f4 Date: Wed, 12 Dec 2018 16:17:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:17:01,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-d9be2c16-976c-4d59-9127-d78b416139f4 2018-12-12 16:17:01,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:02,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6f7aa4b6-0aea-4772-b996-f6c9ffc95f7b Date: Wed, 12 Dec 2018 16:17:02 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:17:02,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-6f7aa4b6-0aea-4772-b996-f6c9ffc95f7b 2018-12-12 16:17:02,258 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router 2018-12-12 16:17:02,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router", "admin_state_up": true}}' 2018-12-12 16:17:07,398 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-ba2fe4e9-4a4d-43ca-a71b-b71bde629717 Date: Wed, 12 Dec 2018 16:17:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:03Z", "admin_state_up": true, "updated_at": "2018-12-12T16:17:03Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "b8ea5521-bc6f-483d-97a6-b0e888aa7301", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router"}} 2018-12-12 16:17:07,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-ba2fe4e9-4a4d-43ca-a71b-b71bde629717 2018-12-12 16:17:07,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=b8ea5521-bc6f-483d-97a6-b0e888aa7301 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:07,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a689a8c3-9dc1-477d-a17f-202baf7957cc Date: Wed, 12 Dec 2018 16:17:07 GMT RESP BODY: {"ports":[]} 2018-12-12 16:17:07,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=b8ea5521-bc6f-483d-97a6-b0e888aa7301 used request id req-a689a8c3-9dc1-477d-a17f-202baf7957cc 2018-12-12 16:17:07,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:07,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8b9568f5-bb83-402c-97bf-0f407a5fdb75 Date: Wed, 12 Dec 2018 16:17:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:17:07,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-8b9568f5-bb83-402c-97bf-0f407a5fdb75 2018-12-12 16:17:07,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:17:07,864 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:17:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:17:07,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:07,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15f117e0-44fe-44c4-8dc4-9f596433cd4b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:17:07,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-15f117e0-44fe-44c4-8dc4-9f596433cd4b 2018-12-12 16:17:07,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:08,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-05a8c1c8-4b53-4257-b71e-e58ebefaea88 Date: Wed, 12 Dec 2018 16:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:17:08,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-05a8c1c8-4b53-4257-b71e-e58ebefaea88 2018-12-12 16:17:08,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:08,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ce9da7cf-0697-447b-908c-f8dd85f111e7 Date: Wed, 12 Dec 2018 16:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:17:08,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet used request id req-ce9da7cf-0697-447b-908c-f8dd85f111e7 2018-12-12 16:17:08,601 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:17:08,602 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router 2018-12-12 16:17:08,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/b8ea5521-bc6f-483d-97a6-b0e888aa7301/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" -d '{"subnet_id": "b46846cf-8f84-4b40-b607-e7154036a5fd"}' 2018-12-12 16:17:10,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5924a7e6-19f8-491c-a314-20d46e4a1327 Date: Wed, 12 Dec 2018 16:17:10 GMT RESP BODY: {"network_id": "3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "subnet_id": "b46846cf-8f84-4b40-b607-e7154036a5fd", "subnet_ids": ["b46846cf-8f84-4b40-b607-e7154036a5fd"], "port_id": "df46a292-7094-4a1b-bcca-a0702ed518ac", "id": "b8ea5521-bc6f-483d-97a6-b0e888aa7301"} 2018-12-12 16:17:10,404 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b8ea5521-bc6f-483d-97a6-b0e888aa7301/add_router_interface used request id req-5924a7e6-19f8-491c-a314-20d46e4a1327 2018-12-12 16:17:10,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/b8ea5521-bc6f-483d-97a6-b0e888aa7301 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:10,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-877aec3d-32b1-4fc6-bc04-027c1a483521 Date: Wed, 12 Dec 2018 16:17:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:03Z", "admin_state_up": true, "updated_at": "2018-12-12T16:17:09Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "b8ea5521-bc6f-483d-97a6-b0e888aa7301", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router"}} 2018-12-12 16:17:10,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/b8ea5521-bc6f-483d-97a6-b0e888aa7301 used request id req-877aec3d-32b1-4fc6-bc04-027c1a483521 2018-12-12 16:17:10,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=b8ea5521-bc6f-483d-97a6-b0e888aa7301 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:11,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-6194a137-c764-4d09-b204-df7483c69b8b Date: Wed, 12 Dec 2018 16:17:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:17:11,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=b8ea5521-bc6f-483d-97a6-b0e888aa7301 used request id req-6194a137-c764-4d09-b204-df7483c69b8b 2018-12-12 16:17:11,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/b46846cf-8f84-4b40-b607-e7154036a5fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:17:11,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-f9c88b07-0bfc-4e25-be3f-502b2cb6a2c5 Date: Wed, 12 Dec 2018 16:17:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}} 2018-12-12 16:17:11,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/b46846cf-8f84-4b40-b607-e7154036a5fd used request id req-f9c88b07-0bfc-4e25-be3f-502b2cb6a2c5 2018-12-12 16:17:11,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:17:11,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:17:11,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:17:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["xp12-iB5RxmucdN6KycdZw"], "issued_at": "2018-12-12T16:17:11.000000Z"}} 2018-12-12 16:17:11,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d64b6292db990362ead532fb118313abf77f53d6" 2018-12-12 16:17:11,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-591612c3-1a82-45d4-963c-ea7fa17d392f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:17:11,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-591612c3-1a82-45d4-963c-ea7fa17d392f 2018-12-12 16:17:11,712 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:17:11,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d64b6292db990362ead532fb118313abf77f53d6" 2018-12-12 16:17:11,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-d96cf209-b7c2-4ea9-8673-0a67b352584e x-compute-request-id: req-d96cf209-b7c2-4ea9-8673-0a67b352584e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:17:11,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d96cf209-b7c2-4ea9-8673-0a67b352584e 2018-12-12 16:17:11,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d64b6292db990362ead532fb118313abf77f53d6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-12-12 16:17:11,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-696a3619-829b-40d4-92cd-52faa9078063 x-compute-request-id: req-696a3619-829b-40d4-92cd-52faa9078063 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:17:11,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-696a3619-829b-40d4-92cd-52faa9078063 2018-12-12 16:17:11,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:17:11,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:17:12,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06fb4c0135bb4e86b9a2ccedf27e9649", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}], "expires_at": "2018-12-12T17:17:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41373bef120446ae9c37109bf689ab1c", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-user", "id": "8a113a580db74851b469629c357d9cc6"}, "audit_ids": ["KAJTUqaTS9ueeNMUnZcGFA"], "issued_at": "2018-12-12T16:17:12.000000Z"}} 2018-12-12 16:17:12,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66521ed0f467c947281bec9e5993dc0f8bf26d85" 2018-12-12 16:17:12,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb450e8d-9684-432c-8b8d-12977d646173 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:17:12,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cb450e8d-9684-432c-8b8d-12977d646173 2018-12-12 16:17:12,435 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:17:12,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66521ed0f467c947281bec9e5993dc0f8bf26d85" 2018-12-12 16:17:12,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ad3efc2-2940-4247-ae5e-593cd20ea8ee x-compute-request-id: req-6ad3efc2-2940-4247-ae5e-593cd20ea8ee Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:17:12,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-6ad3efc2-2940-4247-ae5e-593cd20ea8ee 2018-12-12 16:17:12,599 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp... 2018-12-12 16:17:12,599 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:17:12,614 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp 2018-12-12 16:17:12,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66521ed0f467c947281bec9e5993dc0f8bf26d85" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPYeKwcl1d5BY0xJuo2qsDnT+kvxVTvdd4exGt8/vBWKAW4hikFf0xLN2Nyn/PmYog6ZKIl4S+78gIDN9LZLGDw+/Fvq6eeYANqvvKFySFImjBq39NnUEe+HQVMAPpyJEcHkITFDU+UgdJPH2BtpMLeUaDS/Oa0v+EFk4VI4Xm3w==", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp"}}' 2018-12-12 16:17:12,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84c68f5b-e4f6-42c2-b984-24d45203f1d7 x-compute-request-id: req-84c68f5b-e4f6-42c2-b984-24d45203f1d7 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPYeKwcl1d5BY0xJuo2qsDnT+kvxVTvdd4exGt8/vBWKAW4hikFf0xLN2Nyn/PmYog6ZKIl4S+78gIDN9LZLGDw+/Fvq6eeYANqvvKFySFImjBq39NnUEe+HQVMAPpyJEcHkITFDU+UgdJPH2BtpMLeUaDS/Oa0v+EFk4VI4Xm3w==", "user_id": "8a113a580db74851b469629c357d9cc6", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "fingerprint": "26:a8:d7:3d:e7:a2:16:63:7a:e6:5c:23:b2:2a:c1:ec"}} 2018-12-12 16:17:12,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-84c68f5b-e4f6-42c2-b984-24d45203f1d7 2018-12-12 16:17:12,694 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe.pub 2018-12-12 16:17:12,694 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe 2018-12-12 16:17:12,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:17:12,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:17:13,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06fb4c0135bb4e86b9a2ccedf27e9649", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}], "expires_at": "2018-12-12T17:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41373bef120446ae9c37109bf689ab1c", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-user", "id": "8a113a580db74851b469629c357d9cc6"}, "audit_ids": ["I-PfQeGRRCCWhRDSK5q_xQ"], "issued_at": "2018-12-12T16:17:13.000000Z"}} 2018-12-12 16:17:13,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:13,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a6750c-5255-4f73-b15e-3cfe3db482a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:17:13,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-75a6750c-5255-4f73-b15e-3cfe3db482a3 2018-12-12 16:17:13,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:13,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-bb6088f6-2a30-46f4-a72a-29be6ba042c3 Date: Wed, 12 Dec 2018 16:17:13 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:17:13,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp used request id req-bb6088f6-2a30-46f4-a72a-29be6ba042c3 2018-12-12 16:17:13,347 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp... 2018-12-12 16:17:13,348 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp 2018-12-12 16:17:13,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" -d '{"security_group": {"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}}' 2018-12-12 16:17:13,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-a2a1a1e5-211a-4ace-80af-0f876bd2170b Date: Wed, 12 Dec 2018 16:17:13 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "updated_at": "2018-12-12T16:17:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "41373bef120446ae9c37109bf689ab1c"}], "revision_number": 2, "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "43868146-6636-4bd0-bcf4-026a565f60c8", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}} 2018-12-12 16:17:13,716 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-a2a1a1e5-211a-4ace-80af-0f876bd2170b 2018-12-12 16:17:13,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:13,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:14,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7675e5d5-696c-4ef6-899a-aad138b80f29 Date: Wed, 12 Dec 2018 16:17:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe"}]} 2018-12-12 16:17:14,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-7675e5d5-696c-4ef6-899a-aad138b80f29 2018-12-12 16:17:14,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:14,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:14,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4745f3a2-234e-4275-a03c-47b029f4a3f6 Date: Wed, 12 Dec 2018 16:17:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe"}]} 2018-12-12 16:17:14,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-4745f3a2-234e-4275-a03c-47b029f4a3f6 2018-12-12 16:17:14,455 - neutron_utils - INFO - Retrieving security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:14,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:14,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-5b0f6881-1125-4c3f-9b02-34bf564a1172 Date: Wed, 12 Dec 2018 16:17:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "updated_at": "2018-12-12T16:17:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "41373bef120446ae9c37109bf689ab1c"}], "revision_number": 2, "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "43868146-6636-4bd0-bcf4-026a565f60c8", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}]} 2018-12-12 16:17:14,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-5b0f6881-1125-4c3f-9b02-34bf564a1172 2018-12-12 16:17:14,669 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:14,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:14,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a9b4acf-f33b-4774-b227-852dd0e6aea0 Date: Wed, 12 Dec 2018 16:17:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe"}]} 2018-12-12 16:17:14,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-5a9b4acf-f33b-4774-b227-852dd0e6aea0 2018-12-12 16:17:14,842 - neutron_utils - INFO - Retrieving security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:14,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:14,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-a650f6d0-b1fd-4b13-b0f1-04e08de8b58f Date: Wed, 12 Dec 2018 16:17:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "updated_at": "2018-12-12T16:17:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "41373bef120446ae9c37109bf689ab1c"}], "revision_number": 2, "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "43868146-6636-4bd0-bcf4-026a565f60c8", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}]} 2018-12-12 16:17:14,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-a650f6d0-b1fd-4b13-b0f1-04e08de8b58f 2018-12-12 16:17:14,896 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:14,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:15,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20526170-518a-49e2-83af-adc8937ba01c Date: Wed, 12 Dec 2018 16:17:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe"}]} 2018-12-12 16:17:15,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-20526170-518a-49e2-83af-adc8937ba01c 2018-12-12 16:17:15,081 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp 2018-12-12 16:17:15,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:15,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-078910a4-61a5-4ddf-b3ba-d841cafc3e17 Date: Wed, 12 Dec 2018 16:17:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "updated_at": "2018-12-12T16:17:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "41373bef120446ae9c37109bf689ab1c"}], "revision_number": 2, "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "43868146-6636-4bd0-bcf4-026a565f60c8", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}]} 2018-12-12 16:17:15,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp used request id req-078910a4-61a5-4ddf-b3ba-d841cafc3e17 2018-12-12 16:17:15,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:17:15,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:17: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:17:15,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:15,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f40d685-9490-40d7-9f47-1b2ee39c2c02 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:17:15,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-5f40d685-9490-40d7-9f47-1b2ee39c2c02 2018-12-12 16:17:15,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:15,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:15,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dc52dd5d-bd96-4c37-a75e-0dbbc3ee4aaf Date: Wed, 12 Dec 2018 16:17:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe"}]} 2018-12-12 16:17:15,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-dc52dd5d-bd96-4c37-a75e-0dbbc3ee4aaf 2018-12-12 16:17:15,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}6aa54ad152803c19437f714f70783adea27db242" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8"}}' 2018-12-12 16:17:15,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a33908d3-7240-4613-825f-f8b77162e05f Date: Wed, 12 Dec 2018 16:17:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:15Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:15Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "b86341d8-be68-4eb8-ae76-8d7f283c0661"}} 2018-12-12 16:17:15,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-a33908d3-7240-4613-825f-f8b77162e05f 2018-12-12 16:17:15,728 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp 2018-12-12 16:17:15,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:15,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-6b881a65-efc3-4bed-9815-ebef33251613 Date: Wed, 12 Dec 2018 16:17:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "updated_at": "2018-12-12T16:17:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:15Z", "revision_number": 0, "id": "b86341d8-be68-4eb8-ae76-8d7f283c0661", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:15Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "41373bef120446ae9c37109bf689ab1c"}], "revision_number": 3, "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "43868146-6636-4bd0-bcf4-026a565f60c8", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}]} 2018-12-12 16:17:15,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp used request id req-6b881a65-efc3-4bed-9815-ebef33251613 2018-12-12 16:17:15,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:16,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebca66a6-5b02-468d-ab57-c46ea2527f41 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:17:16,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-ebca66a6-5b02-468d-ab57-c46ea2527f41 2018-12-12 16:17:16,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:16,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:16,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-bc8e93cc-2c55-438b-85e3-832411bb57a9 Date: Wed, 12 Dec 2018 16:17:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:15Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:15Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "b86341d8-be68-4eb8-ae76-8d7f283c0661"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe"}]} 2018-12-12 16:17:16,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-bc8e93cc-2c55-438b-85e3-832411bb57a9 2018-12-12 16:17:16,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}6aa54ad152803c19437f714f70783adea27db242" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8"}}' 2018-12-12 16:17:16,488 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-f9d0a4fd-c9d7-4828-9e78-5ebd8587ba8d Date: Wed, 12 Dec 2018 16:17:16 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:17:16Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:16Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "7bde3204-8b06-4c3b-b708-196c3e8a1af1"}} 2018-12-12 16:17:16,488 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-f9d0a4fd-c9d7-4828-9e78-5ebd8587ba8d 2018-12-12 16:17:16,488 - neutron_utils - INFO - Retrieving security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:16,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:16,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-43e62b3f-9944-4745-abf1-b484fd845f24 Date: Wed, 12 Dec 2018 16:17:16 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "updated_at": "2018-12-12T16:17:16Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:17:16Z", "revision_number": 0, "id": "7bde3204-8b06-4c3b-b708-196c3e8a1af1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:16Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:15Z", "revision_number": 0, "id": "b86341d8-be68-4eb8-ae76-8d7f283c0661", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:15Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "revision_number": 0, "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "41373bef120446ae9c37109bf689ab1c"}], "revision_number": 4, "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "43868146-6636-4bd0-bcf4-026a565f60c8", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}]} 2018-12-12 16:17:16,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-43e62b3f-9944-4745-abf1-b484fd845f24 2018-12-12 16:17:16,554 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43868146-6636-4bd0-bcf4-026a565f60c8 2018-12-12 16:17:16,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:17:16,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-1140c68c-38ce-4825-a906-62268df1962e Date: Wed, 12 Dec 2018 16:17:16 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-12-12T16:17:16Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:16Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "7bde3204-8b06-4c3b-b708-196c3e8a1af1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:15Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:15Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "b86341d8-be68-4eb8-ae76-8d7f283c0661"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:17:13Z", "security_group_id": "43868146-6636-4bd0-bcf4-026a565f60c8", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:13Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "c4c471d5-4c5f-43c4-953f-8001eaddbebe"}]} 2018-12-12 16:17:16,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-1140c68c-38ce-4825-a906-62268df1962e 2018-12-12 16:17:16,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:17:16,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:17:17,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06fb4c0135bb4e86b9a2ccedf27e9649", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}], "expires_at": "2018-12-12T17:17:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41373bef120446ae9c37109bf689ab1c", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-user", "id": "8a113a580db74851b469629c357d9cc6"}, "audit_ids": ["98BGUv9YSJ6AKz2tTWqAiA"], "issued_at": "2018-12-12T16:17:17.000000Z"}} 2018-12-12 16:17:17,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:17,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b2b9cd-e564-4fa5-8153-5e25332faf8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:17:17,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-04b2b9cd-e564-4fa5-8153-5e25332faf8e 2018-12-12 16:17:17,139 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:17:17,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:17,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4be0c1a5-51e1-44d3-9a41-f11da36231fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:17:17,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4be0c1a5-51e1-44d3-9a41-f11da36231fe 2018-12-12 16:17:17,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:17,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-37958306-ed52-4cf7-9fec-26b3bc2a08fe Date: Wed, 12 Dec 2018 16:17: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:17:17,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-37958306-ed52-4cf7-9fec-26b3bc2a08fe 2018-12-12 16:17:17,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:17:17,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:17:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:17:17,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:17,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-228c83d4-93b6-4368-9b2c-6a25d2340953 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:17:17,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-228c83d4-93b6-4368-9b2c-6a25d2340953 2018-12-12 16:17:17,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:17,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c76917f5-e6e2-46c0-9114-cd003804db72 Date: Wed, 12 Dec 2018 16:17:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:17:17,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-c76917f5-e6e2-46c0-9114-cd003804db72 2018-12-12 16:17:17,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:18,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b097cb3e-877f-496d-adcb-980cf98db49a Date: Wed, 12 Dec 2018 16:17:18 GMT RESP BODY: {"ports":[]} 2018-12-12 16:17:18,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1&admin_state_up=True used request id req-b097cb3e-877f-496d-adcb-980cf98db49a 2018-12-12 16:17:18,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:18,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-db9083d2-508a-4cdd-bc66-6f6202dbd296 x-compute-request-id: req-db9083d2-508a-4cdd-bc66-6f6202dbd296 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:17:18,417 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst used request id req-db9083d2-508a-4cdd-bc66-6f6202dbd296 2018-12-12 16:17:18,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:18,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a4995f01-3246-4742-989b-41236bccdaa9 Date: Wed, 12 Dec 2018 16:17: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:17:18,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-a4995f01-3246-4742-989b-41236bccdaa9 2018-12-12 16:17:18,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:18,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1eaf7cd-019f-455f-b110-61b6f69555f9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:17:18,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-c1eaf7cd-019f-455f-b110-61b6f69555f9 2018-12-12 16:17:18,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:18,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-207bc2f8-edc2-47b5-a7e7-43710b81f98b Date: Wed, 12 Dec 2018 16:17:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:17:18,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-207bc2f8-edc2-47b5-a7e7-43710b81f98b 2018-12-12 16:17:18,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:19,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eef41deb-2217-4917-a45f-8fcc60b2d403 Date: Wed, 12 Dec 2018 16:17:19 GMT RESP BODY: {"ports":[]} 2018-12-12 16:17:19,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1&admin_state_up=True used request id req-eef41deb-2217-4917-a45f-8fcc60b2d403 2018-12-12 16:17:19,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:17:19,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:17:19,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06fb4c0135bb4e86b9a2ccedf27e9649", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj-role"}], "expires_at": "2018-12-12T17:17:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41373bef120446ae9c37109bf689ab1c", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/41373bef120446ae9c37109bf689ab1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-a83cc109-daba-45a-user", "id": "8a113a580db74851b469629c357d9cc6"}, "audit_ids": ["Qdx4_-01SdeO8zmI8ebPRA"], "issued_at": "2018-12-12T16:17:19.000000Z"}} 2018-12-12 16:17:19,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e23a408ea28ca005ddb275f2383c1f874c2effec" 2018-12-12 16:17:19,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6d14bc-f4c9-4de1-b986-b7398f8a60a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:17:19,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9e6d14bc-f4c9-4de1-b986-b7398f8a60a0 2018-12-12 16:17:19,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:19,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a54798dc-2d39-4532-834d-58b07edb4f28 Date: Wed, 12 Dec 2018 16:17: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:17:19,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-a54798dc-2d39-4532-834d-58b07edb4f28 2018-12-12 16:17:19,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:19,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a6ceade7-b065-422b-be35-d81fab4c2f7b Date: Wed, 12 Dec 2018 16:17:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:17:19,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-a6ceade7-b065-422b-be35-d81fab4c2f7b 2018-12-12 16:17:19,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:20,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-3da0e8e6-fc41-4705-8a3e-cfb3892ca7a7 Date: Wed, 12 Dec 2018 16:17: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:17:20,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-3da0e8e6-fc41-4705-8a3e-cfb3892ca7a7 2018-12-12 16:17:20,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:17:20,393 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:17: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:17:20,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e23a408ea28ca005ddb275f2383c1f874c2effec" 2018-12-12 16:17:20,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b93f35-707c-4f7a-b06f-0a242d62103f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:17:20,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-29b93f35-707c-4f7a-b06f-0a242d62103f 2018-12-12 16:17:20,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:20,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-db36a470-b88c-49b0-a303-1d1af300e46e Date: Wed, 12 Dec 2018 16:17:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:17:20,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-db36a470-b88c-49b0-a303-1d1af300e46e 2018-12-12 16:17:20,856 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net 2018-12-12 16:17:20,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" -d '{"port": {"network_id": "3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1", "admin_state_up": true}}' 2018-12-12 16:17:21,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-e121347d-9ca8-4b58-90ae-c02e3395cb08 Date: Wed, 12 Dec 2018 16:17:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","project_id":"41373bef120446ae9c37109bf689ab1c","qos_policy_id":null,"admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal"}} 2018-12-12 16:17:21,989 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-e121347d-9ca8-4b58-90ae-c02e3395cb08 2018-12-12 16:17:21,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:22,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-febe8b19-57f6-449e-9691-bd57f6aafc57 Date: Wed, 12 Dec 2018 16:17:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:17:22,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-febe8b19-57f6-449e-9691-bd57f6aafc57 2018-12-12 16:17:22,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:22,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0703dc1c-05e1-4169-bed0-8297e57e15e1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:17:22,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-0703dc1c-05e1-4169-bed0-8297e57e15e1 2018-12-12 16:17:22,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:22,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c312c44c-ce32-46c8-a5bc-51b89444205b Date: Wed, 12 Dec 2018 16:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:17:22,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-c312c44c-ce32-46c8-a5bc-51b89444205b 2018-12-12 16:17:22,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:22,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-152676c7-8d18-4f31-9a93-32160bc44c16 Date: Wed, 12 Dec 2018 16:17:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","project_id":"41373bef120446ae9c37109bf689ab1c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:17:22,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1&admin_state_up=True used request id req-152676c7-8d18-4f31-9a93-32160bc44c16 2018-12-12 16:17:22,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:22,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb0cb78-5b01-4fb8-ad0f-db9f37a79b98 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:17:22,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-6cb0cb78-5b01-4fb8-ad0f-db9f37a79b98 2018-12-12 16:17:22,648 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst 2018-12-12 16:17:22,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:22,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e48fab23-b89e-4bfc-b061-3c13bef80229 x-compute-request-id: req-e48fab23-b89e-4bfc-b061-3c13bef80229 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-flavor-name"}]} 2018-12-12 16:17:22,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e48fab23-b89e-4bfc-b061-3c13bef80229 2018-12-12 16:17:22,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:22,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1381b58-d990-4003-96a5-2a6c5c44dd4b x-compute-request-id: req-d1381b58-d990-4003-96a5-2a6c5c44dd4b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:17:22,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685 used request id req-d1381b58-d990-4003-96a5-2a6c5c44dd4b 2018-12-12 16:17:22,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:22,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-7a2b72e7-6715-4040-93c5-892910fd648f Date: Wed, 12 Dec 2018 16:17:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:16:48Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-12T16:16:55Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/snap", "metadata": {}}], "self": "/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "min_disk": 0, "protected": false, "id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "file": "/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "41373bef120446ae9c37109bf689ab1c", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image"} 2018-12-12 16:17:22,871 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image used request id req-7a2b72e7-6715-4040-93c5-892910fd648f 2018-12-12 16:17:22,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:23,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-243a55c4-c106-4ee5-a4ac-5524d42f438b Date: Wed, 12 Dec 2018 16:17:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:17:23,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-243a55c4-c106-4ee5-a4ac-5524d42f438b 2018-12-12 16:17:23,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" -d '{"server": {"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "imageRef": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "flavorRef": "85ce1a50-0ba8-47e3-9423-17f15549b685", "max_count": 1, "min_count": 1, "networks": [{"port": "63cd6557-0e68-4707-89d9-b381822f347d"}]}}' 2018-12-12 16:17:24,454 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:17: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-37114a90-2317-483e-93f2-6ce866099ee3 x-compute-request-id: req-37114a90-2317-483e-93f2-6ce866099ee3 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "adminPass": "Ux3AT7iQ9DZX"}} 2018-12-12 16:17:24,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-37114a90-2317-483e-93f2-6ce866099ee3 2018-12-12 16:17:24,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:24,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17: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-32163462-92dc-4ec0-ae9c-8c8959f0ad99 x-compute-request-id: req-32163462-92dc-4ec0-ae9c-8c8959f0ad99 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:24,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-32163462-92dc-4ec0-ae9c-8c8959f0ad99 2018-12-12 16:17:24,677 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst 2018-12-12 16:17:24,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:25,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17: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-ed00b164-a07c-4c6c-ade6-255cd492656b x-compute-request-id: req-ed00b164-a07c-4c6c-ade6-255cd492656b 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:25,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-ed00b164-a07c-4c6c-ade6-255cd492656b 2018-12-12 16:17:25,440 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:25,440 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:28,444 - create_instance - DEBUG - VM status query timeout in 896.23331809 2018-12-12 16:17:28,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:29,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17: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-4fac8b9c-a12f-44c9-90b1-d0071122b407 x-compute-request-id: req-4fac8b9c-a12f-44c9-90b1-d0071122b407 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:29,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-4fac8b9c-a12f-44c9-90b1-d0071122b407 2018-12-12 16:17:29,470 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:29,470 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:32,473 - create_instance - DEBUG - VM status query timeout in 892.203602076 2018-12-12 16:17:32,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:32,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6eee52a8-f0ad-40d0-b991-d3464356b242 x-compute-request-id: req-6eee52a8-f0ad-40d0-b991-d3464356b242 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:32,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-6eee52a8-f0ad-40d0-b991-d3464356b242 2018-12-12 16:17:32,820 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:32,820 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:35,823 - create_instance - DEBUG - VM status query timeout in 888.853856087 2018-12-12 16:17:35,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:36,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fcf59d6-324f-4b10-9223-50f06c0698ef x-compute-request-id: req-0fcf59d6-324f-4b10-9223-50f06c0698ef 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:36,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-0fcf59d6-324f-4b10-9223-50f06c0698ef 2018-12-12 16:17:36,272 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:36,272 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:39,276 - create_instance - DEBUG - VM status query timeout in 885.401407003 2018-12-12 16:17:39,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:39,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6c98640-e262-445d-8dc9-3de1cf9f2cc5 x-compute-request-id: req-b6c98640-e262-445d-8dc9-3de1cf9f2cc5 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:39,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-b6c98640-e262-445d-8dc9-3de1cf9f2cc5 2018-12-12 16:17:39,950 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:39,950 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:42,953 - create_instance - DEBUG - VM status query timeout in 881.723680019 2018-12-12 16:17:42,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:44,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be2016b9-28ae-4cbc-842f-d943ffc8c951 x-compute-request-id: req-be2016b9-28ae-4cbc-842f-d943ffc8c951 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:44,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-be2016b9-28ae-4cbc-842f-d943ffc8c951 2018-12-12 16:17:44,017 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:44,018 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:47,021 - create_instance - DEBUG - VM status query timeout in 877.65627718 2018-12-12 16:17:47,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:47,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-95ffe023-bda0-45e4-99a6-13b415faae93 x-compute-request-id: req-95ffe023-bda0-45e4-99a6-13b415faae93 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:47,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-95ffe023-bda0-45e4-99a6-13b415faae93 2018-12-12 16:17:47,516 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:47,516 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:50,519 - create_instance - DEBUG - VM status query timeout in 874.157590151 2018-12-12 16:17:50,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:51,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d11ca482-6de9-485e-9f85-5dc5698115ed x-compute-request-id: req-d11ca482-6de9-485e-9f85-5dc5698115ed 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:51,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-d11ca482-6de9-485e-9f85-5dc5698115ed 2018-12-12 16:17:51,215 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:51,216 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:54,219 - create_instance - DEBUG - VM status query timeout in 870.458292961 2018-12-12 16:17:54,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:54,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f87e27e4-3d8c-45e8-b4b6-7ea0cc9f9ccc x-compute-request-id: req-f87e27e4-3d8c-45e8-b4b6-7ea0cc9f9ccc 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:54,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-f87e27e4-3d8c-45e8-b4b6-7ea0cc9f9ccc 2018-12-12 16:17:54,884 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:54,884 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:17:57,887 - create_instance - DEBUG - VM status query timeout in 866.78975606 2018-12-12 16:17:57,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:17:59,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a26dd5f-0e83-4aa3-b831-58286040600e x-compute-request-id: req-8a26dd5f-0e83-4aa3-b831-58286040600e 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:17:59,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-8a26dd5f-0e83-4aa3-b831-58286040600e 2018-12-12 16:17:59,003 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:17:59,003 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:02,006 - create_instance - DEBUG - VM status query timeout in 862.670869112 2018-12-12 16:18:02,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:02,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-222c8674-23e4-4741-9d40-c1237aa66402 x-compute-request-id: req-222c8674-23e4-4741-9d40-c1237aa66402 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:02,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-222c8674-23e4-4741-9d40-c1237aa66402 2018-12-12 16:18:02,773 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:02,773 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:05,777 - create_instance - DEBUG - VM status query timeout in 858.900380135 2018-12-12 16:18:05,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:06,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-761389da-2c0f-449c-9a3d-3d9079d2a585 x-compute-request-id: req-761389da-2c0f-449c-9a3d-3d9079d2a585 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:06,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-761389da-2c0f-449c-9a3d-3d9079d2a585 2018-12-12 16:18:06,532 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:06,532 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:09,535 - create_instance - DEBUG - VM status query timeout in 855.141978979 2018-12-12 16:18:09,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:10,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-34d852ea-b6ff-4eec-a91b-2019e4fbc577 x-compute-request-id: req-34d852ea-b6ff-4eec-a91b-2019e4fbc577 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:10,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-34d852ea-b6ff-4eec-a91b-2019e4fbc577 2018-12-12 16:18:10,431 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:10,432 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:13,435 - create_instance - DEBUG - VM status query timeout in 851.242259979 2018-12-12 16:18:13,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:13,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18: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-4f118998-331d-424f-ba36-089680c8c457 x-compute-request-id: req-4f118998-331d-424f-ba36-089680c8c457 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:13,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-4f118998-331d-424f-ba36-089680c8c457 2018-12-12 16:18:13,758 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:13,758 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:16,761 - create_instance - DEBUG - VM status query timeout in 847.915925026 2018-12-12 16:18:16,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:17,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18: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-ab5e872a-87b9-4e94-b169-47c817adf5bc x-compute-request-id: req-ab5e872a-87b9-4e94-b169-47c817adf5bc 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:17,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-ab5e872a-87b9-4e94-b169-47c817adf5bc 2018-12-12 16:18:17,677 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:17,677 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:20,680 - create_instance - DEBUG - VM status query timeout in 843.996998072 2018-12-12 16:18:20,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:21,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18: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-6db34fa1-07ab-432a-b3e9-885ce0c3a7d5 x-compute-request-id: req-6db34fa1-07ab-432a-b3e9-885ce0c3a7d5 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:21,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-6db34fa1-07ab-432a-b3e9-885ce0c3a7d5 2018-12-12 16:18:21,569 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:21,569 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:24,572 - create_instance - DEBUG - VM status query timeout in 840.104902029 2018-12-12 16:18:24,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:25,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18: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-38e4ccbf-0ea3-42f3-b787-6706062eb47d x-compute-request-id: req-38e4ccbf-0ea3-42f3-b787-6706062eb47d 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:25,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-38e4ccbf-0ea3-42f3-b787-6706062eb47d 2018-12-12 16:18:25,385 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:25,386 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:28,389 - create_instance - DEBUG - VM status query timeout in 836.288311958 2018-12-12 16:18:28,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:29,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-9e94cd0f-dd7c-4ac8-81ac-fe4b2c2d9c56 x-compute-request-id: req-9e94cd0f-dd7c-4ac8-81ac-fe4b2c2d9c56 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:29,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-9e94cd0f-dd7c-4ac8-81ac-fe4b2c2d9c56 2018-12-12 16:18:29,049 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:29,049 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:32,052 - create_instance - DEBUG - VM status query timeout in 832.625059128 2018-12-12 16:18:32,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:32,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-4a29d603-42ed-41c1-86f5-300a05cb261f x-compute-request-id: req-4a29d603-42ed-41c1-86f5-300a05cb261f 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:32,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-4a29d603-42ed-41c1-86f5-300a05cb261f 2018-12-12 16:18:32,395 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:32,395 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:35,398 - create_instance - DEBUG - VM status query timeout in 829.278723001 2018-12-12 16:18:35,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:35,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dab562d5-4f6d-442b-ba19-f42e66d27e32 x-compute-request-id: req-dab562d5-4f6d-442b-ba19-f42e66d27e32 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:35,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-dab562d5-4f6d-442b-ba19-f42e66d27e32 2018-12-12 16:18:35,866 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:35,866 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:38,870 - create_instance - DEBUG - VM status query timeout in 825.807427168 2018-12-12 16:18:38,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:39,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-14352db0-2353-44ac-9962-569884e38d98 x-compute-request-id: req-14352db0-2353-44ac-9962-569884e38d98 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:39,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-14352db0-2353-44ac-9962-569884e38d98 2018-12-12 16:18:39,364 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:39,364 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:42,367 - create_instance - DEBUG - VM status query timeout in 822.309529066 2018-12-12 16:18:42,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:42,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-2e3a9531-a430-49a5-bde6-019a72038837 x-compute-request-id: req-2e3a9531-a430-49a5-bde6-019a72038837 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:42,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-2e3a9531-a430-49a5-bde6-019a72038837 2018-12-12 16:18:42,873 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:42,873 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:45,876 - create_instance - DEBUG - VM status query timeout in 818.800562143 2018-12-12 16:18:45,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:46,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-270258a8-0adf-4887-b8ff-5f3d75f1188d x-compute-request-id: req-270258a8-0adf-4887-b8ff-5f3d75f1188d 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:46,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-270258a8-0adf-4887-b8ff-5f3d75f1188d 2018-12-12 16:18:46,472 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:46,472 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:49,475 - create_instance - DEBUG - VM status query timeout in 815.201745987 2018-12-12 16:18:49,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:49,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18: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-076d3e41-de85-4bb7-9184-3f0814a77739 x-compute-request-id: req-076d3e41-de85-4bb7-9184-3f0814a77739 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:49,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-076d3e41-de85-4bb7-9184-3f0814a77739 2018-12-12 16:18:49,939 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:49,939 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:52,942 - create_instance - DEBUG - VM status query timeout in 811.734677076 2018-12-12 16:18:52,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:53,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18: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-9cdc2ff7-c51c-4d34-9154-1643ce7de42d x-compute-request-id: req-9cdc2ff7-c51c-4d34-9154-1643ce7de42d 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:53,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-9cdc2ff7-c51c-4d34-9154-1643ce7de42d 2018-12-12 16:18:53,548 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:53,548 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:18:56,551 - create_instance - DEBUG - VM status query timeout in 808.126008034 2018-12-12 16:18:56,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:18:57,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:18:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-deb5dbd1-6520-4829-855a-bf7c8a9a543b x-compute-request-id: req-deb5dbd1-6520-4829-855a-bf7c8a9a543b 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:18:57,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-deb5dbd1-6520-4829-855a-bf7c8a9a543b 2018-12-12 16:18:57,038 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:18:57,039 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:19:00,042 - create_instance - DEBUG - VM status query timeout in 804.635246992 2018-12-12 16:19:00,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:00,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3f7f22a-c466-4edd-979d-a4ff2e6fe8e6 x-compute-request-id: req-f3f7f22a-c466-4edd-979d-a4ff2e6fe8e6 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:00,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-f3f7f22a-c466-4edd-979d-a4ff2e6fe8e6 2018-12-12 16:19:00,526 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:19:00,526 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:19:03,529 - create_instance - DEBUG - VM status query timeout in 801.147844076 2018-12-12 16:19:03,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:04,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa3c46d9-e4f2-477b-98eb-07933bf608e7 x-compute-request-id: req-aa3c46d9-e4f2-477b-98eb-07933bf608e7 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:04,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-aa3c46d9-e4f2-477b-98eb-07933bf608e7 2018-12-12 16:19:04,007 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:19:04,007 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:19:07,011 - create_instance - DEBUG - VM status query timeout in 797.666392088 2018-12-12 16:19:07,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:07,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-a9183477-7a5a-485c-bbad-5dec08f8cb80 x-compute-request-id: req-a9183477-7a5a-485c-bbad-5dec08f8cb80 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:17:25Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:07,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-a9183477-7a5a-485c-bbad-5dec08f8cb80 2018-12-12 16:19:07,484 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - BUILD 2018-12-12 16:19:07,484 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:19:10,488 - create_instance - DEBUG - VM status query timeout in 794.189362049 2018-12-12 16:19:10,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:11,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-fc02660b-0a2d-4d68-a422-b5db02e6adda x-compute-request-id: req-fc02660b-0a2d-4d68-a422-b5db02e6adda Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:11,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-fc02660b-0a2d-4d68-a422-b5db02e6adda 2018-12-12 16:19:11,455 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - ACTIVE 2018-12-12 16:19:11,455 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:19:11,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:11,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81e34692-292b-4c8a-86cb-8158e69f0a13 x-compute-request-id: req-81e34692-292b-4c8a-86cb-8158e69f0a13 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:11,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-81e34692-292b-4c8a-86cb-8158e69f0a13 2018-12-12 16:19:11,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d6521007-18a0-468d-a333-abfd672205c5 Date: Wed, 12 Dec 2018 16:19: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:19:12,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-d6521007-18a0-468d-a333-abfd672205c5 2018-12-12 16:19:12,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e09d00c9-d81f-40c5-aa1c-f9a2d1878b16 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:12,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-e09d00c9-d81f-40c5-aa1c-f9a2d1878b16 2018-12-12 16:19:12,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1fd3257c-4ee5-4c33-b3db-794f842c19b2 Date: Wed, 12 Dec 2018 16:19:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:19:12,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-1fd3257c-4ee5-4c33-b3db-794f842c19b2 2018-12-12 16:19:12,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-2781fc04-7890-4732-b4de-e23ad49870b6 Date: Wed, 12 Dec 2018 16:19:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.4"}],"id":"1db13a09-4a91-47a5-8fa5-baee3095ac58","security_groups":[],"mac_address":"fa:16:3e:df:25:4f","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.2"}],"id":"2d425a5e-1b0c-405a-87b2-5d98e516b256","security_groups":[],"mac_address":"fa:16:3e:4f:d5:d9","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:19:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal","device_id":"2052d23b-5958-4906-9034-9dbe7bb48574"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.3"}],"id":"95dcf8d6-b4e4-4a1c-aea7-568c89aadecf","security_groups":[],"mac_address":"fa:16:3e:be:08:ca","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:19:12,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-2781fc04-7890-4732-b4de-e23ad49870b6 2018-12-12 16:19:12,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-db568702-3740-4617-b0f4-99bad6bcbca3 Date: Wed, 12 Dec 2018 16:19:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:17:03Z", "admin_state_up": true, "updated_at": "2018-12-12T16:17:09Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "b8ea5521-bc6f-483d-97a6-b0e888aa7301", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router"}]} 2018-12-12 16:19:12,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router used request id req-db568702-3740-4617-b0f4-99bad6bcbca3 2018-12-12 16:19:12,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9c6b44a-6b0a-4c5c-b8a3-3c7103952211 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:12,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-a9c6b44a-6b0a-4c5c-b8a3-3c7103952211 2018-12-12 16:19:12,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=b8ea5521-bc6f-483d-97a6-b0e888aa7301 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-f49b8663-e420-4e04-802d-94b9ff056cfe Date: Wed, 12 Dec 2018 16:19:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:19:12,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=b8ea5521-bc6f-483d-97a6-b0e888aa7301 used request id req-f49b8663-e420-4e04-802d-94b9ff056cfe 2018-12-12 16:19:12,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/b46846cf-8f84-4b40-b607-e7154036a5fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-f971a7d6-e167-43c7-9c54-c35b2db4a489 Date: Wed, 12 Dec 2018 16:19:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}} 2018-12-12 16:19:12,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/b46846cf-8f84-4b40-b607-e7154036a5fd used request id req-f971a7d6-e167-43c7-9c54-c35b2db4a489 2018-12-12 16:19:12,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2ddf64e2-4c8b-4342-82f4-094b4c3c0555 Date: Wed, 12 Dec 2018 16:19:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:19:12,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-2ddf64e2-4c8b-4342-82f4-094b4c3c0555 2018-12-12 16:19:12,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:12,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5db8183c-4032-4aae-a7ee-5b056dad0e21 Date: Wed, 12 Dec 2018 16:19:12 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:19:12,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-5db8183c-4032-4aae-a7ee-5b056dad0e21 2018-12-12 16:19:12,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:13,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a657ad38-9368-4ebd-b979-6c592966ad0b x-compute-request-id: req-a657ad38-9368-4ebd-b979-6c592966ad0b Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:13,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-a657ad38-9368-4ebd-b979-6c592966ad0b 2018-12-12 16:19:13,165 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - ACTIVE 2018-12-12 16:19:13,165 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:19:13,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:13,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9803e4fc-eb83-430c-bc1b-6849e60aaed1 x-compute-request-id: req-9803e4fc-eb83-430c-bc1b-6849e60aaed1 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:13,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-9803e4fc-eb83-430c-bc1b-6849e60aaed1 2018-12-12 16:19:13,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:13,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d5cbd20c-cfcb-4fd8-8dad-aead0c119f9d Date: Wed, 12 Dec 2018 16:19: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:19:13,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-d5cbd20c-cfcb-4fd8-8dad-aead0c119f9d 2018-12-12 16:19:13,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:13,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2b54b1-915c-4411-96c8-5832eb69edc7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:13,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-3f2b54b1-915c-4411-96c8-5832eb69edc7 2018-12-12 16:19:13,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:13,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c174edf9-fbec-4d65-a037-7287c0432277 Date: Wed, 12 Dec 2018 16:19:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:19:13,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-c174edf9-fbec-4d65-a037-7287c0432277 2018-12-12 16:19:13,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:13,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-da3a175c-dd3b-45ed-aeed-6bcef0936678 Date: Wed, 12 Dec 2018 16:19:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.4"}],"id":"1db13a09-4a91-47a5-8fa5-baee3095ac58","security_groups":[],"mac_address":"fa:16:3e:df:25:4f","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.2"}],"id":"2d425a5e-1b0c-405a-87b2-5d98e516b256","security_groups":[],"mac_address":"fa:16:3e:4f:d5:d9","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:19:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal","device_id":"2052d23b-5958-4906-9034-9dbe7bb48574"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.3"}],"id":"95dcf8d6-b4e4-4a1c-aea7-568c89aadecf","security_groups":[],"mac_address":"fa:16:3e:be:08:ca","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:19:13,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-da3a175c-dd3b-45ed-aeed-6bcef0936678 2018-12-12 16:19:13,843 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:19:13,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:13,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4c4f1783-2c82-44b8-897c-d3ea3bc78472 Date: Wed, 12 Dec 2018 16:19:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:19:13,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-4c4f1783-2c82-44b8-897c-d3ea3bc78472 2018-12-12 16:19:13,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:13,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-26937db7-b94a-44b4-946f-8003022ed331 Date: Wed, 12 Dec 2018 16:19:13 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:19:13,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-26937db7-b94a-44b4-946f-8003022ed331 2018-12-12 16:19:13,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "63cd6557-0e68-4707-89d9-b381822f347d"}}' 2018-12-12 16:19:15,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-63621b24-8452-4ab4-8e45-b098fbf2f0bd Date: Wed, 12 Dec 2018 16:19:15 GMT RESP BODY: {"floatingip": {"router_id": "b8ea5521-bc6f-483d-97a6-b0e888aa7301", "status": "DOWN", "description": "", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:19:14Z", "updated_at": "2018-12-12T16:19:14Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "41373bef120446ae9c37109bf689ab1c", "port_id": "63cd6557-0e68-4707-89d9-b381822f347d", "id": "a300abf4-de0f-4b26-baef-b8e732d00cca"}} 2018-12-12 16:19:15,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-63621b24-8452-4ab4-8e45-b098fbf2f0bd 2018-12-12 16:19:15,722 - create_instance - INFO - Created floating IP 172.30.9.202 via router - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router 2018-12-12 16:19:15,722 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-12-12 16:19:15,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:16,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-2bb89490-e4fd-42b2-912f-b7e417858649 x-compute-request-id: req-2bb89490-e4fd-42b2-912f-b7e417858649 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:16,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-2bb89490-e4fd-42b2-912f-b7e417858649 2018-12-12 16:19:16,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:19:17,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-402e8d76-a96f-4907-b6df-750a7886b911 x-compute-request-id: req-402e8d76-a96f-4907-b6df-750a7886b911 Content-Encoding: gzip Content-Length: 10500 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-163-generic (buildd@lgw01-amd64-058) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #213-Ubuntu SMP Thu Nov 15 02:19:07 UTC 2018 (Ubuntu 3.13.0-163.213-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84096 r8192 d22400 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc80\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008014] AppArmor: AppArmor initialized\n[ 0.008846] Yama: becoming mindful.\n[ 0.010047] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.013391] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014620] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016109] Initializing cgroup subsys memory\n[ 0.016996] Initializing cgroup subsys devices\n[ 0.017873] Initializing cgroup subsys freezer\n[ 0.018746] Initializing cgroup subsys blkio\n[ 0.019589] Initializing cgroup subsys perf_event\n[ 0.020004] Initializing cgroup subsys hugetlb\n[ 0.021625] mce: CPU supports 10 MCE banks\n[ 0.022468] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.022468] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024003] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.025044] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.026630] Speculative Store Bypass: Vulnerable\n[ 0.028654] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.033550] ACPI: Core revision 20131115\n[ 0.034779] ACPI: All ACPI Tables successfully acquired\n[ 0.035934] ftrace: allocating 28753 entries in 113 pages\n[ 0.056038] smpboot: Max logical packages: 2\n[ 0.056894] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058095] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.059465] Enabling x2apic\n[ 0.060000] Enabled x2apic\n[ 0.060003] Switched APIC routing to physical x2apic.\n[ 0.061884] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.066098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.071324] KVM setup paravirtual spinlock\n[ 0.073012] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.074375] x86: Booting SMP configuration:\n[ 0.075271] .... node #0, CPUs: #1[ 0.073005] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092017] x86: Booted up 1 node, 2 CPUs\n[ 0.092011] KVM setup async PF for cpu 1\n[ 0.092011] kvm-stealtime: cpu 1, msr 7fd0fc80\n[ 0.094698] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096188] devtmpfs: initialized\n[ 0.098182] EVM: security.selinux\n[ 0.098886] EVM: security.SMACK64\n[ 0.099578] EVM: security.ima\n[ 0.100005] EVM: security.capability\n[ 0.100762] pinctrl core: initialized pinctrl subsystem\n[ 0.101771] regulator-dummy: no parameters\n[ 0.102648] RTC time: 16:19:07, date: 12/12/18\n[ 0.104026] NET: Registered protocol family 16\n[ 0.104961] cpuidle: using governor ladder\n[ 0.105782] cpuidle: using governor menu\n[ 0.106683] ACPI: bus type PCI registered\n[ 0.107486] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.108078] PCI: Using configuration type 1 for base access\n[ 0.109604] bio: create slab at 0\n[ 0.109604] ACPI: Added _OSI(Module Device)\n[ 0.109604] ACPI: Added _OSI(Processor Device)\n[ 0.112003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.112918] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.115342] ACPI: Interpreter enabled\n[ 0.116005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.117869] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.119729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.121197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.123058] ACPI: (supports S0 S5)\n[ 0.123768] ACPI: Using IOAPIC for interrupt routing\n[ 0.124013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.125915] ACPI: No dock devices found.\n[ 0.128319] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.129460] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.130695] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.132016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.134227] acpiphp: Slot [3] registered\n[ 0.135025] acpiphp: Slot [4] registered\n[ 0.135828] acpiphp: Slot [5] registered\n[ 0.136019] acpiphp: Slot [6] registered\n[ 0.136828] acpiphp: Slot [7] registered\n[ 0.137633] acpiphp: Slot [8] registered\n[ 0.138441] acpiphp: Slot [9] registered\n[ 0.139244] acpiphp: Slot [10] registered\n[ 0.140017] acpiphp: Slot [11] registered\n[ 0.140840] acpiphp: Slot [12] registered\n[ 0.141677] acpiphp: Slot [13] registered\n[ 0.142494] acpiphp: Slot [14] registered\n[ 0.143309] acpiphp: Slot [15] registered\n[ 0.144016] acpiphp: Slot [16] registered\n[ 0.144841] acpiphp: Slot [17] registered\n[ 0.145663] acpiphp: Slot [18] registered\n[ 0.146485] acpiphp: Slot [19] registered\n[ 0.148048] acpiphp: Slot [20] registered\n[ 0.149544] acpiphp: Slot [21] registered\n[ 0.150376] acpiphp: Slot [22] registered\n[ 0.151199] acpiphp: Slot [23] registered\n[ 0.152018] acpiphp: Slot [24] registered\n[ 0.152844] acpiphp: Slot [25] registered\n[ 0.153665] acpiphp: Slot [26] registered\n[ 0.154489] acpiphp: Slot [27] registered\n[ 0.155312] acpiphp: Slot [28] registered\n[ 0.156024] acpiphp: Slot [29] registered\n[ 0.156841] acpiphp: Slot [30] registered\n[ 0.157665] acpiphp: Slot [31] registered\n[ 0.158481] PCI host bridge to bus 0000:00\n[ 0.159302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.160004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.161145] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.162287] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.163538] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.177356] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.178830] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.224835] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.226402] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.227848] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.228684] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.230105] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.231400] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.232093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.233101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.234653] vgaarb: loaded\n[ 0.235260] vgaarb: bridge control possible 0000:00:02.0\n[ 0.236123] SCSI subsystem initialized\n[ 0.236938] ACPI: bus type USB registered\n[ 0.236938] usbcore: registered new interface driver usbfs\n[ 0.237896] usbcore: registered new interface driver hub\n[ 0.238918] usbcore: registered new device driver usb\n[ 0.240043] PCI: Using ACPI for IRQ routing\n[ 0.241025] NetLabel: Initializing\n[ 0.241747] NetLabel: domain hash size = 128\n[ 0.242612] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.243577] NetLabel: unlabeled traffic allowed by default\n[ 0.244054] Switched to clocksource kvm-clock\n[ 0.248759] AppArmor: AppArmor Filesystem Enabled\n[ 0.249718] pnp: PnP ACPI init\n[ 0.250395] ACPI: bus type PNP registered\n[ 0.251563] pnp: PnP ACPI: found 8 devices\n[ 0.252403] ACPI: bus type PNP unregistered\n[ 0.259461] NET: Registered protocol family 2\n[ 0.260493] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261961] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263211] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264783] TCP: reno registered\n[ 0.265486] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266636] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.267854] NET: Registered protocol family 1\n[ 0.268739] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.269859] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.270956] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.292625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314573] Trying to unpack rootfs image as initramfs...\n[ 0.392943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.394649] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.395747] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.397435] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.399125] Scanning for low memory corruption every 60 seconds\n[ 0.400952] Initialise system trusted keyring\n[ 0.402274] audit: initializing netlink socket (disabled)\n[ 0.403790] type=2000 audit(1544631548.326:1): initialized\n[ 0.421776] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.424207] zbud: loaded\n[ 0.425218] VFS: Disk quotas dquot_6.5.2\n[ 0.426396] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.428523] fuse init (API version 7.22)\n[ 0.429766] msgmni has been set to 3997\n[ 0.430929] Key type big_key registered\n[ 0.432369] Key type asymmetric registered\n[ 0.433566] Asymmetric key parser 'x509' registered\n[ 0.434980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.437227] io scheduler noop registered\n[ 0.438410] io scheduler deadline registered (default)\n[ 0.439906] io scheduler cfq registered\n[ 0.441121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.442684] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.444262] ipmi message handler version 39.2\n[ 0.445203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.446684] ACPI: Power Button [PWRF]\n[ 0.447534] GHES: HEST is not enabled!\n[ 0.468793] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.511526] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.513350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.537382] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.539482] Linux agpgart interface v0.103\n[ 0.541016] brd: module loaded\n[ 0.542042] loop: module loaded\n[ 0.542989] blk-mq: CPU -> queue map\n[ 0.543759] CPU 0 -> Queue 0\n[ 0.544449] CPU 1 -> Queue 0\n[ 0.545710] vda: vda1\n[ 0.547417] scsi0 : ata_piix\n[ 0.548424] scsi1 : ata_piix\n[ 0.549378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.551319] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.553418] libphy: Fixed MDIO Bus: probed\n[ 0.554729] tun: Universal TUN/TAP device driver, 1.6\n[ 0.556169] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.559191] PPP generic driver version 2.4.2\n[ 0.560131] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.561350] ehci-pci: EHCI PCI platform driver\n[ 0.562237] ehci-platform: EHCI generic platform driver\n[ 0.563241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.564392] ohci-pci: OHCI PCI platform driver\n[ 0.565278] ohci-platform: OHCI generic platform driver\n[ 0.566282] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.588291] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.589331] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.590879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.592033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.593302] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.594996] usb usb1: Product: UHCI Host Controller\n[ 0.595954] usb usb1: Manufacturer: Linux 3.13.0-163-generic uhci_hcd\n[ 0.597148] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.598211] hub 1-0:1.0: USB hub found\n[ 0.599152] hub 1-0:1.0: 2 ports detected\n[ 0.600066] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.602204] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.603170] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.604249] mousedev: PS/2 mouse device common for all mice\n[ 0.605538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.607404] rtc_cmos 00:00: RTC can wake from S4\n[ 0.608526] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.609747] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.611003] device-mapper: uevent: version 1.0.3\n[ 0.611976] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.613652] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.614858] TCP: cubic registered\n[ 0.615627] NET: Registered protocol family 10\n[ 0.616633] NET: Registered protocol family 17\n[ 0.617546] Key type dns_resolver registered\n[ 0.618559] Loading compiled-in X.509 certificates\n[ 0.620025] Loaded X.509 cert 'Magrathea: Glacier signing key: 094079111c1fcc174da628d837dd46328f08651c'\n[ 0.621848] registered taskstats version 1\n[ 0.623995] Key type trusted registered\n[ 0.626943] Key type encrypted registered\n[ 0.627794] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.628855] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.630230] regulator-dummy: disabling\n[ 0.631079] Magic number: 14:905:337\n[ 0.631884] tty tty58: hash matches\n[ 0.639521] rtc_cmos 00:00: setting system clock to 2018-12-12 16:19:08 UTC (1544631548)\n[ 0.641210] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.642358] EDD information not available.\n[ 0.708989] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.710606] Write protecting the kernel read-only data: 12288k\n[ 0.711987] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000)\n[ 0.714610] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.725718] systemd-udevd[107]: starting version 204\n[ 0.757410] FDC 0 is a S82078B\n[ 0.908099] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.073249] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.074540] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.075855] usb 1-1: Product: QEMU USB Tablet\n[ 1.076748] usb 1-1: Manufacturer: QEMU\n[ 1.077566] usb 1-1: SerialNumber: 42\n[ 1.392076] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.772809] 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.009177] 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.151199] 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.249780] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 16:19:10 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.75]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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 ]\ncloud-init-nonet[3.50]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 12 Dec 2018 16:19:11 +0000. Up 3.65 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:ef:4c:c6 |\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:\n23:b7:8f:67:d1:37:e5:e9:b4:c2:57:8b:5a:a0:dd:36 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| .|\n| . S o o.|\n| o o+ + ooo|\n| .. o.E+.+|\n| oo o+.= |\n| .o... o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nb2:d0:04:7b:0d:2f:11:d7:69:2f:71:14:6e:f9:c9:ed root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . +... oo. |\n| o * =... |\n| . + o. ++ |\n| + . ...o o |\n| . o S . + .|\n| . o . |\n| . E|\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:\n7e:96:b2:7e:12:5d:e2:71:f7:9f:b9:5c:ab:56:d9:62 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| o o . |\n| So = . .o|\n| .. o. Eoo|\n| o.+ ...=|\n| .=. ..o+|\n| .oo ...+.|\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:\n95:23:91:49:a1:f7:bf:6b:c7:1d:b8:20:8d:bb:d0:44 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| .++ |\n| .o. . |\n| . oE+ |\n| ..+ . |\n| S.+ . |\n| oo + . . |\n| . .o o....|\n| .. .oo .|\n| ...oo |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting 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 early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\nCloud-init v. 0.7.5 running 'modules:config' at Wed, 12 Dec 2018 16:19:14 +0000. Up 6.58 seconds.\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Dec 2018 16:19:15 +0000. Up 7.53 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 | 26:a8:d7:3d:e7:a2:16:63:7a:e6:5c:23:b2:2a:c1:ec | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 b2:d0:04:7b:0d:2f:11:d7:69:2f:71:14:6e:f9:c9:ed root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i (DSA)\nec2: 256 7e:96:b2:7e:12:5d:e2:71:f7:9f:b9:5c:ab:56:d9:62 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i (ECDSA)\nec2: 256 95:23:91:49:a1:f7:bf:6b:c7:1d:b8:20:8d:bb:d0:44 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i (ED25519)\nec2: 2048 23:b7:8f:67:d1:37:e5:e9:b4:c2:57:8b:5a:a0:dd:36 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCHqmx8i7AFn9+2qqWki/VFLl6Zo/ekMDQtnWlEr9cgocEY4BJ+aMkFQ3zncenjLlGHh0e4g2hJ8IbTzknhiplo= root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrhlnZyi3j5iyXuh5QCPA1W7SZCSbgNyOsctX79cESl root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYP9+mxr4xRtaNbhf/aNM5uzRaFIPV+JZMICCRoLQLbtEXerhCyMzVofgCl6avWmYCk5YmbzcbVo/fyVeyCYqQVc7DFW/NZfRMH7gsA4m/PD91Zb3ldcUXeeOxon/4ShrElNSH/o2FMTtN6f8dQAWUhNqXAT+RXgRfImMBhEaL0iE11DetDZi2pVHF3PglcvMu/q5HMBrxD29SieBdfEaBi2omXuaTs4oFRluWKxPF5VmwOr5M5eyect/GJb/IBVvegFLXvgKBanNgx1xhax3ePqTa1n8/2j9oLpd6B62OihCOLm860sl4uGHUW5/URIWldqCo7wqdxy27VtAoNwx9 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 12 Dec 2018 16:19:15 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.60 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i ttyS0\n\nansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i login: "} 2018-12-12 16:19:17,545 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574/action used request id req-402e8d76-a96f-4907-b6df-750a7886b911 2018-12-12 16:19:17,547 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:19:17,547 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-163-generic (buildd@lgw01-amd64-058) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #213-Ubuntu SMP Thu Nov 15 02:19:07 UTC 2018 (Ubuntu 3.13.0-163.213-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84096 r8192 d22400 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc80 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008014] AppArmor: AppArmor initialized [ 0.008846] Yama: becoming mindful. [ 0.010047] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013391] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014620] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016109] Initializing cgroup subsys memory [ 0.016996] Initializing cgroup subsys devices [ 0.017873] Initializing cgroup subsys freezer [ 0.018746] Initializing cgroup subsys blkio [ 0.019589] Initializing cgroup subsys perf_event [ 0.020004] Initializing cgroup subsys hugetlb [ 0.021625] mce: CPU supports 10 MCE banks [ 0.022468] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.022468] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024003] Spectre V2 : Mitigation: Full generic retpoline [ 0.025044] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.026630] Speculative Store Bypass: Vulnerable [ 0.028654] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.033550] ACPI: Core revision 20131115 [ 0.034779] ACPI: All ACPI Tables successfully acquired [ 0.035934] ftrace: allocating 28753 entries in 113 pages [ 0.056038] smpboot: Max logical packages: 2 [ 0.056894] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058095] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.059465] Enabling x2apic [ 0.060000] Enabled x2apic [ 0.060003] Switched APIC routing to physical x2apic. [ 0.061884] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.066098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.071324] KVM setup paravirtual spinlock [ 0.073012] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.074375] x86: Booting SMP configuration: [ 0.075271] .... node #0, CPUs: #1[ 0.073005] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092017] x86: Booted up 1 node, 2 CPUs [ 0.092011] KVM setup async PF for cpu 1 [ 0.092011] kvm-stealtime: cpu 1, msr 7fd0fc80 [ 0.094698] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096188] devtmpfs: initialized [ 0.098182] EVM: security.selinux [ 0.098886] EVM: security.SMACK64 [ 0.099578] EVM: security.ima [ 0.100005] EVM: security.capability [ 0.100762] pinctrl core: initialized pinctrl subsystem [ 0.101771] regulator-dummy: no parameters [ 0.102648] RTC time: 16:19:07, date: 12/12/18 [ 0.104026] NET: Registered protocol family 16 [ 0.104961] cpuidle: using governor ladder [ 0.105782] cpuidle: using governor menu [ 0.106683] ACPI: bus type PCI registered [ 0.107486] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.108078] PCI: Using configuration type 1 for base access [ 0.109604] bio: create slab at 0 [ 0.109604] ACPI: Added _OSI(Module Device) [ 0.109604] ACPI: Added _OSI(Processor Device) [ 0.112003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.112918] ACPI: Added _OSI(Processor Aggregator Device) [ 0.115342] ACPI: Interpreter enabled [ 0.116005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.117869] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.119729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.121197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.123058] ACPI: (supports S0 S5) [ 0.123768] ACPI: Using IOAPIC for interrupt routing [ 0.124013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.125915] ACPI: No dock devices found. [ 0.128319] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.129460] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.130695] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.132016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.134227] acpiphp: Slot [3] registered [ 0.135025] acpiphp: Slot [4] registered [ 0.135828] acpiphp: Slot [5] registered [ 0.136019] acpiphp: Slot [6] registered [ 0.136828] acpiphp: Slot [7] registered [ 0.137633] acpiphp: Slot [8] registered [ 0.138441] acpiphp: Slot [9] registered [ 0.139244] acpiphp: Slot [10] registered [ 0.140017] acpiphp: Slot [11] registered [ 0.140840] acpiphp: Slot [12] registered [ 0.141677] acpiphp: Slot [13] registered [ 0.142494] acpiphp: Slot [14] registered [ 0.143309] acpiphp: Slot [15] registered [ 0.144016] acpiphp: Slot [16] registered [ 0.144841] acpiphp: Slot [17] registered [ 0.145663] acpiphp: Slot [18] registered [ 0.146485] acpiphp: Slot [19] registered [ 0.148048] acpiphp: Slot [20] registered [ 0.149544] acpiphp: Slot [21] registered [ 0.150376] acpiphp: Slot [22] registered [ 0.151199] acpiphp: Slot [23] registered [ 0.152018] acpiphp: Slot [24] registered [ 0.152844] acpiphp: Slot [25] registered [ 0.153665] acpiphp: Slot [26] registered [ 0.154489] acpiphp: Slot [27] registered [ 0.155312] acpiphp: Slot [28] registered [ 0.156024] acpiphp: Slot [29] registered [ 0.156841] acpiphp: Slot [30] registered [ 0.157665] acpiphp: Slot [31] registered [ 0.158481] PCI host bridge to bus 0000:00 [ 0.159302] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.160004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.161145] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.162287] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.163538] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.177356] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.178830] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.224835] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.226402] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.227848] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.228684] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.230105] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.231400] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.232093] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.233101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.234653] vgaarb: loaded [ 0.235260] vgaarb: bridge control possible 0000:00:02.0 [ 0.236123] SCSI subsystem initialized [ 0.236938] ACPI: bus type USB registered [ 0.236938] usbcore: registered new interface driver usbfs [ 0.237896] usbcore: registered new interface driver hub [ 0.238918] usbcore: registered new device driver usb [ 0.240043] PCI: Using ACPI for IRQ routing [ 0.241025] NetLabel: Initializing [ 0.241747] NetLabel: domain hash size = 128 [ 0.242612] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.243577] NetLabel: unlabeled traffic allowed by default [ 0.244054] Switched to clocksource kvm-clock [ 0.248759] AppArmor: AppArmor Filesystem Enabled [ 0.249718] pnp: PnP ACPI init [ 0.250395] ACPI: bus type PNP registered [ 0.251563] pnp: PnP ACPI: found 8 devices [ 0.252403] ACPI: bus type PNP unregistered [ 0.259461] NET: Registered protocol family 2 [ 0.260493] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261961] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263211] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264783] TCP: reno registered [ 0.265486] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266636] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.267854] NET: Registered protocol family 1 [ 0.268739] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.269859] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.270956] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.292625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314573] Trying to unpack rootfs image as initramfs... [ 0.392943] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.394649] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.395747] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.397435] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.399125] Scanning for low memory corruption every 60 seconds [ 0.400952] Initialise system trusted keyring [ 0.402274] audit: initializing netlink socket (disabled) [ 0.403790] type=2000 audit(1544631548.326:1): initialized [ 0.421776] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.424207] zbud: loaded [ 0.425218] VFS: Disk quotas dquot_6.5.2 [ 0.426396] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.428523] fuse init (API version 7.22) [ 0.429766] msgmni has been set to 3997 [ 0.430929] Key type big_key registered [ 0.432369] Key type asymmetric registered [ 0.433566] Asymmetric key parser 'x509' registered [ 0.434980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.437227] io scheduler noop registered [ 0.438410] io scheduler deadline registered (default) [ 0.439906] io scheduler cfq registered [ 0.441121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.442684] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.444262] ipmi message handler version 39.2 [ 0.445203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.446684] ACPI: Power Button [PWRF] [ 0.447534] GHES: HEST is not enabled! [ 0.468793] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.511526] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.513350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.537382] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.539482] Linux agpgart interface v0.103 [ 0.541016] brd: module loaded [ 0.542042] loop: module loaded [ 0.542989] blk-mq: CPU -> queue map [ 0.543759] CPU 0 -> Queue 0 [ 0.544449] CPU 1 -> Queue 0 [ 0.545710] vda: vda1 [ 0.547417] scsi0 : ata_piix [ 0.548424] scsi1 : ata_piix [ 0.549378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.551319] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.553418] libphy: Fixed MDIO Bus: probed [ 0.554729] tun: Universal TUN/TAP device driver, 1.6 [ 0.556169] tun: (C) 1999-2004 Max Krasnyansky [ 0.559191] PPP generic driver version 2.4.2 [ 0.560131] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.561350] ehci-pci: EHCI PCI platform driver [ 0.562237] ehci-platform: EHCI generic platform driver [ 0.563241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.564392] ohci-pci: OHCI PCI platform driver [ 0.565278] ohci-platform: OHCI generic platform driver [ 0.566282] uhci_hcd: USB Universal Host Controller Interface driver [ 0.588291] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.589331] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.590879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.592033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.593302] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.594996] usb usb1: Product: UHCI Host Controller [ 0.595954] usb usb1: Manufacturer: Linux 3.13.0-163-generic uhci_hcd [ 0.597148] usb usb1: SerialNumber: 0000:00:01.2 [ 0.598211] hub 1-0:1.0: USB hub found [ 0.599152] hub 1-0:1.0: 2 ports detected [ 0.600066] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.602204] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.603170] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.604249] mousedev: PS/2 mouse device common for all mice [ 0.605538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.607404] rtc_cmos 00:00: RTC can wake from S4 [ 0.608526] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.609747] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.611003] device-mapper: uevent: version 1.0.3 [ 0.611976] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.613652] ledtrig-cpu: registered to indicate activity on CPUs [ 0.614858] TCP: cubic registered [ 0.615627] NET: Registered protocol family 10 [ 0.616633] NET: Registered protocol family 17 [ 0.617546] Key type dns_resolver registered [ 0.618559] Loading compiled-in X.509 certificates [ 0.620025] Loaded X.509 cert 'Magrathea: Glacier signing key: 094079111c1fcc174da628d837dd46328f08651c' [ 0.621848] registered taskstats version 1 [ 0.623995] Key type trusted registered [ 0.626943] Key type encrypted registered [ 0.627794] AppArmor: AppArmor sha1 policy hashing enabled [ 0.628855] IMA: No TPM chip found, activating TPM-bypass! [ 0.630230] regulator-dummy: disabling [ 0.631079] Magic number: 14:905:337 [ 0.631884] tty tty58: hash matches [ 0.639521] rtc_cmos 00:00: setting system clock to 2018-12-12 16:19:08 UTC (1544631548) [ 0.641210] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.642358] EDD information not available. [ 0.708989] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.710606] Write protecting the kernel read-only data: 12288k [ 0.711987] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000) [ 0.714610] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.725718] systemd-udevd[107]: starting version 204 [ 0.757410] FDC 0 is a S82078B [ 0.908099] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.073249] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.074540] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.075855] usb 1-1: Product: QEMU USB Tablet [ 1.076748] usb 1-1: Manufacturer: QEMU [ 1.077566] usb 1-1: SerialNumber: 42 [ 1.392076] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.772809] 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.009177] 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.151199] 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 ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.249780] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 16:19:10 +0000. Up 2.61 seconds. cloud-init-nonet[2.75]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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 ] cloud-init-nonet[3.50]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 12 Dec 2018 16:19:11 +0000. Up 3.65 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:ef:4c:c6 | 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: 23:b7:8f:67:d1:37:e5:e9:b4:c2:57:8b:5a:a0:dd:36 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | .| | . S o o.| | o o+ + ooo| | .. o.E+.+| | oo o+.= | | .o... o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: b2:d0:04:7b:0d:2f:11:d7:69:2f:71:14:6e:f9:c9:ed root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i The key's randomart image is: +--[ DSA 1024]----+ | . +... oo. | | o * =... | | . + o. ++ | | + . ...o o | | . o S . + .| | . o . | | . E| | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7e:96:b2:7e:12:5d:e2:71:f7:9f:b9:5c:ab:56:d9:62 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | o o . | | So = . .o| | .. o. Eoo| | o.+ ...=| | .=. ..o+| | .oo ...+.| +-----------------+ 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: 95:23:91:49:a1:f7:bf:6b:c7:1d:b8:20:8d:bb:d0:44 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i The key's randomart image is: +--[ED25519 256--+ | .++ | | .o. . | | . oE+ | | ..+ . | | S.+ . | | oo + . . | | . .o o....| | .. .oo .| | ...oo | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting 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 early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd Cloud-init v. 0.7.5 running 'modules:config' at Wed, 12 Dec 2018 16:19:14 +0000. Up 6.58 seconds. * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting 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 ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Dec 2018 16:19:15 +0000. Up 7.53 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 | 26:a8:d7:3d:e7:a2:16:63:7a:e6:5c:23:b2:2a:c1:ec | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 b2:d0:04:7b:0d:2f:11:d7:69:2f:71:14:6e:f9:c9:ed root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i (DSA) ec2: 256 7e:96:b2:7e:12:5d:e2:71:f7:9f:b9:5c:ab:56:d9:62 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i (ECDSA) ec2: 256 95:23:91:49:a1:f7:bf:6b:c7:1d:b8:20:8d:bb:d0:44 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i (ED25519) ec2: 2048 23:b7:8f:67:d1:37:e5:e9:b4:c2:57:8b:5a:a0:dd:36 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCHqmx8i7AFn9+2qqWki/VFLl6Zo/ekMDQtnWlEr9cgocEY4BJ+aMkFQ3zncenjLlGHh0e4g2hJ8IbTzknhiplo= root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrhlnZyi3j5iyXuh5QCPA1W7SZCSbgNyOsctX79cESl root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYP9+mxr4xRtaNbhf/aNM5uzRaFIPV+JZMICCRoLQLbtEXerhCyMzVofgCl6avWmYCk5YmbzcbVo/fyVeyCYqQVc7DFW/NZfRMH7gsA4m/PD91Zb3ldcUXeeOxon/4ShrElNSH/o2FMTtN6f8dQAWUhNqXAT+RXgRfImMBhEaL0iE11DetDZi2pVHF3PglcvMu/q5HMBrxD29SieBdfEaBi2omXuaTs4oFRluWKxPF5VmwOr5M5eyect/GJb/IBVvegFLXvgKBanNgx1xhax3ePqTa1n8/2j9oLpd6B62OihCOLm860sl4uGHUW5/URIWldqCo7wqdxy27VtAoNwx9 root@ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 12 Dec 2018 16:19:15 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.60 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i ttyS0 ansibleprovisioningtests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-i login: 2018-12-12 16:19:17,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:17,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-9fe24c0d-32ba-4010-a7e6-c48165f3d341 x-compute-request-id: req-9fe24c0d-32ba-4010-a7e6-c48165f3d341 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:17,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-9fe24c0d-32ba-4010-a7e6-c48165f3d341 2018-12-12 16:19:17,973 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - ACTIVE 2018-12-12 16:19:17,973 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:19:17,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:18,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-e7fd203c-d359-41b6-bdd1-23545dce0dd8 x-compute-request-id: req-e7fd203c-d359-41b6-bdd1-23545dce0dd8 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:18,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-e7fd203c-d359-41b6-bdd1-23545dce0dd8 2018-12-12 16:19:18,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:18,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-897f9732-da32-4fc5-8e16-784409663482 Date: Wed, 12 Dec 2018 16:19: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:19:18,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-897f9732-da32-4fc5-8e16-784409663482 2018-12-12 16:19:18,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:18,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba886c14-677a-4e25-9948-94221daa174f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:18,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-ba886c14-677a-4e25-9948-94221daa174f 2018-12-12 16:19:18,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:18,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-569ba65a-e179-431c-b0b8-a49c68c3812b Date: Wed, 12 Dec 2018 16:19:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:19:18,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-569ba65a-e179-431c-b0b8-a49c68c3812b 2018-12-12 16:19:18,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:18,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-dfc1cc1d-9e74-4f9b-8867-7f6532347205 Date: Wed, 12 Dec 2018 16:19:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.4"}],"id":"1db13a09-4a91-47a5-8fa5-baee3095ac58","security_groups":[],"mac_address":"fa:16:3e:df:25:4f","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.2"}],"id":"2d425a5e-1b0c-405a-87b2-5d98e516b256","security_groups":[],"mac_address":"fa:16:3e:4f:d5:d9","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:19:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal","device_id":"2052d23b-5958-4906-9034-9dbe7bb48574"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.3"}],"id":"95dcf8d6-b4e4-4a1c-aea7-568c89aadecf","security_groups":[],"mac_address":"fa:16:3e:be:08:ca","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:19:18,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-dfc1cc1d-9e74-4f9b-8867-7f6532347205 2018-12-12 16:19:18,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:19,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-b93f8e53-e937-4335-a94a-d9ecc12b07e8 x-compute-request-id: req-b93f8e53-e937-4335-a94a-d9ecc12b07e8 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:19,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-b93f8e53-e937-4335-a94a-d9ecc12b07e8 2018-12-12 16:19:19,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:19,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9c186a52-823d-4236-88a2-73c049908d15 Date: Wed, 12 Dec 2018 16:19: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:19:19,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-9c186a52-823d-4236-88a2-73c049908d15 2018-12-12 16:19:19,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:19,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a375f588-c334-49fa-9fae-5693f325243c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:19,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-a375f588-c334-49fa-9fae-5693f325243c 2018-12-12 16:19:19,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:19,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9a82d33f-64b6-44d8-bd2c-272658911a15 Date: Wed, 12 Dec 2018 16:19:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:19:19,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-9a82d33f-64b6-44d8-bd2c-272658911a15 2018-12-12 16:19:19,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:19,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-30d558ab-9af7-4d43-add0-afa7dd746447 Date: Wed, 12 Dec 2018 16:19:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.4"}],"id":"1db13a09-4a91-47a5-8fa5-baee3095ac58","security_groups":[],"mac_address":"fa:16:3e:df:25:4f","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.2"}],"id":"2d425a5e-1b0c-405a-87b2-5d98e516b256","security_groups":[],"mac_address":"fa:16:3e:4f:d5:d9","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:19:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal","device_id":"2052d23b-5958-4906-9034-9dbe7bb48574"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.3"}],"id":"95dcf8d6-b4e4-4a1c-aea7-568c89aadecf","security_groups":[],"mac_address":"fa:16:3e:be:08:ca","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:19:19,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-30d558ab-9af7-4d43-add0-afa7dd746447 2018-12-12 16:19:19,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}}' 2018-12-12 16:19:20,918 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:19: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-48667021-cf5d-4357-ad94-79a69617900c x-compute-request-id: req-48667021-cf5d-4357-ad94-79a69617900c Content-Length: 0 Content-Type: application/json 2018-12-12 16:19:20,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574/action used request id req-48667021-cf5d-4357-ad94-79a69617900c 2018-12-12 16:19:20,918 - create_instance - INFO - Checking if VM is active 2018-12-12 16:19:20,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:21,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-6358c8dc-32a4-4096-ae12-3f8f768ed127 x-compute-request-id: req-6358c8dc-32a4-4096-ae12-3f8f768ed127 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}, {"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:21,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-6358c8dc-32a4-4096-ae12-3f8f768ed127 2018-12-12 16:19:21,253 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - ACTIVE 2018-12-12 16:19:21,253 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:19:21,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:22,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-210fa691-941e-4235-87df-2499f5205bca x-compute-request-id: req-210fa691-941e-4235-87df-2499f5205bca Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}, {"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:22,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-210fa691-941e-4235-87df-2499f5205bca 2018-12-12 16:19:22,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:22,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-c8976719-882c-48ed-80c4-41d3ffda9e5c Date: Wed, 12 Dec 2018 16:19: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:19:22,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-c8976719-882c-48ed-80c4-41d3ffda9e5c 2018-12-12 16:19:22,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:22,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4133c50e-947d-4027-ad33-7e2035686235 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:22,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-4133c50e-947d-4027-ad33-7e2035686235 2018-12-12 16:19:22,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:22,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7be7bc3b-583b-48ce-9a74-d5c0efa69e10 Date: Wed, 12 Dec 2018 16:19:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:19:22,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-7be7bc3b-583b-48ce-9a74-d5c0efa69e10 2018-12-12 16:19:22,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:22,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-d110ddcb-5e30-463e-aedb-b5f583fa1746 Date: Wed, 12 Dec 2018 16:19:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.4"}],"id":"1db13a09-4a91-47a5-8fa5-baee3095ac58","security_groups":[],"mac_address":"fa:16:3e:df:25:4f","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.2"}],"id":"2d425a5e-1b0c-405a-87b2-5d98e516b256","security_groups":[],"mac_address":"fa:16:3e:4f:d5:d9","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:19:20Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["43868146-6636-4bd0-bcf4-026a565f60c8","7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal","device_id":"2052d23b-5958-4906-9034-9dbe7bb48574"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.3"}],"id":"95dcf8d6-b4e4-4a1c-aea7-568c89aadecf","security_groups":[],"mac_address":"fa:16:3e:be:08:ca","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:19:22,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-d110ddcb-5e30-463e-aedb-b5f583fa1746 2018-12-12 16:19:22,466 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:19:22,470 - paramiko.transport - DEBUG - starting thread (client mode): 0xd66c46d0L 2018-12-12 16:19:22,470 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:19:22,477 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:19:22,477 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:19:22,479 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:19:22,479 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:19:22,479 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:19:22,479 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:19:22,480 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:19:22,480 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:19:22,522 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:19:22,523 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:19:22,534 - paramiko.transport - DEBUG - Trying key 26a8d73de7a216637ae65c23b22ac1ec from tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe 2018-12-12 16:19:22,562 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:19:22,586 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:19:22,686 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:19:22,712 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:19:22,712 - create_instance - INFO - Checking if cloud-init has completed 2018-12-12 16:19:22,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:23,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-6ecc41ac-b395-422b-9cca-39bf45693440 x-compute-request-id: req-6ecc41ac-b395-422b-9cca-39bf45693440 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}, {"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:23,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-6ecc41ac-b395-422b-9cca-39bf45693440 2018-12-12 16:19:23,179 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - ACTIVE 2018-12-12 16:19:23,180 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:19:23,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:23,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-cbf14423-1f12-45d0-bc97-ca975114a58e x-compute-request-id: req-cbf14423-1f12-45d0-bc97-ca975114a58e Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}, {"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:23,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-cbf14423-1f12-45d0-bc97-ca975114a58e 2018-12-12 16:19:23,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:23,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e9832b06-c8d7-4b16-8155-10c104ed90fc Date: Wed, 12 Dec 2018 16:19: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:19:23,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-e9832b06-c8d7-4b16-8155-10c104ed90fc 2018-12-12 16:19:23,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:23,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d27bb36b-0dee-41b1-bbce-1cf1a25f1bf6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:23,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-d27bb36b-0dee-41b1-bbce-1cf1a25f1bf6 2018-12-12 16:19:23,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:23,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a40bec5d-1b90-4613-85c7-9e95344b5a49 Date: Wed, 12 Dec 2018 16:19:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:19:23,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-a40bec5d-1b90-4613-85c7-9e95344b5a49 2018-12-12 16:19:23,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:23,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-e441bcb8-f21c-42bb-bd12-d59dbb51bf9b Date: Wed, 12 Dec 2018 16:19:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.4"}],"id":"1db13a09-4a91-47a5-8fa5-baee3095ac58","security_groups":[],"mac_address":"fa:16:3e:df:25:4f","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.2"}],"id":"2d425a5e-1b0c-405a-87b2-5d98e516b256","security_groups":[],"mac_address":"fa:16:3e:4f:d5:d9","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:19:20Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["43868146-6636-4bd0-bcf4-026a565f60c8","7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal","device_id":"2052d23b-5958-4906-9034-9dbe7bb48574"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.3"}],"id":"95dcf8d6-b4e4-4a1c-aea7-568c89aadecf","security_groups":[],"mac_address":"fa:16:3e:be:08:ca","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:19:23,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-e441bcb8-f21c-42bb-bd12-d59dbb51bf9b 2018-12-12 16:19:23,838 - create_instance - INFO - Checking if VM is active 2018-12-12 16:19:23,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:24,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-e2477db3-b39a-4dd3-9581-730a0a496a00 x-compute-request-id: req-e2477db3-b39a-4dd3-9581-730a0a496a00 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}, {"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:24,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-e2477db3-b39a-4dd3-9581-730a0a496a00 2018-12-12 16:19:24,150 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - ACTIVE 2018-12-12 16:19:24,150 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:19:24,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:24,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19: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-f47eb40f-fdf9-47eb-9275-9c877265e340 x-compute-request-id: req-f47eb40f-fdf9-47eb-9275-9c877265e340 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:4c:c6", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "security_groups": [{"name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp"}, {"name": "default"}], "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:08Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:24,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-f47eb40f-fdf9-47eb-9275-9c877265e340 2018-12-12 16:19:24,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:24,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d0405a6c-78a9-4da5-8d9a-217aeac1df6f Date: Wed, 12 Dec 2018 16:19: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":["b46846cf-8f84-4b40-b607-e7154036a5fd"],"updated_at":"2018-12-12T16:16:58Z","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41373bef120446ae9c37109bf689ab1c","id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net"}]} 2018-12-12 16:19:24,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net used request id req-d0405a6c-78a9-4da5-8d9a-217aeac1df6f 2018-12-12 16:19:24,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:24,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a32c517-3f0c-4646-bd8b-4745e6002e70 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:24,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-8a32c517-3f0c-4646-bd8b-4745e6002e70 2018-12-12 16:19:24,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:25,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3ef92d2e-9d12-47c2-ab3f-adbbb8b435ec Date: Wed, 12 Dec 2018 16:19:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:58Z","dns_nameservers":[],"updated_at":"2018-12-12T16:16:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"41373bef120446ae9c37109bf689ab1c","id":"b46846cf-8f84-4b40-b607-e7154036a5fd","subnetpool_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet"}]} 2018-12-12 16:19:25,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-3ef92d2e-9d12-47c2-ab3f-adbbb8b435ec 2018-12-12 16:19:25,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:25,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-361bc401-61e1-44a1-81e8-95dcd9db2999 Date: Wed, 12 Dec 2018 16:19:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.4"}],"id":"1db13a09-4a91-47a5-8fa5-baee3095ac58","security_groups":[],"mac_address":"fa:16:3e:df:25:4f","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.2"}],"id":"2d425a5e-1b0c-405a-87b2-5d98e516b256","security_groups":[],"mac_address":"fa:16:3e:4f:d5:d9","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:19:20Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.10"}],"id":"63cd6557-0e68-4707-89d9-b381822f347d","security_groups":["43868146-6636-4bd0-bcf4-026a565f60c8","7127c1f3-b75e-42cf-b018-3a61775ce1d3"],"mac_address":"fa:16:3e:ef:4c:c6","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:21Z","binding:vnic_type":"normal","device_id":"2052d23b-5958-4906-9034-9dbe7bb48574"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.3"}],"id":"95dcf8d6-b4e4-4a1c-aea7-568c89aadecf","security_groups":[],"mac_address":"fa:16:3e:be:08:ca","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:17:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b46846cf-8f84-4b40-b607-e7154036a5fd","ip_address":"10.55.1.1"}],"id":"df46a292-7094-4a1b-bcca-a0702ed518ac","security_groups":[],"mac_address":"fa:16:3e:3a:f4:78","project_id":"41373bef120446ae9c37109bf689ab1c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7","tenant_id":"41373bef120446ae9c37109bf689ab1c","created_at":"2018-12-12T16:17:09Z","binding:vnic_type":"normal","device_id":"b8ea5521-bc6f-483d-97a6-b0e888aa7301"}]} 2018-12-12 16:19:25,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-361bc401-61e1-44a1-81e8-95dcd9db2999 2018-12-12 16:19:25,260 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:19:25,262 - paramiko.transport - DEBUG - starting thread (client mode): 0xd667be50L 2018-12-12 16:19:25,263 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:19:25,265 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:19:25,265 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:19:25,267 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:19:25,267 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:19:25,267 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:19:25,267 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:19:25,267 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:19:25,267 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:19:25,309 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:19:25,310 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:19:25,326 - paramiko.transport - DEBUG - Trying key 26a8d73de7a216637ae65c23b22ac1ec from tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe 2018-12-12 16:19:25,350 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:19:25,356 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:19:25,457 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:19:25,472 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:19:25,473 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:19:25,474 - paramiko.transport - DEBUG - starting thread (client mode): 0xd667bfd0L 2018-12-12 16:19:25,474 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:19:25,478 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:19:25,478 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:19:25,479 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:19:25,479 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:19:25,479 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:19:25,479 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:19:25,480 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:19:25,480 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:19:25,521 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:19:25,521 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:19:25,539 - paramiko.transport - DEBUG - Trying key 26a8d73de7a216637ae65c23b22ac1ec from tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe 2018-12-12 16:19:25,558 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:19:25,564 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:19:25,571 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:19:25,787 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 16:19:25,787 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:19:25,805 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:19:25,815 - create_instance - INFO - cloud-init complete for VM instance 2018-12-12 16:19:25,815 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:19:25,816 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:19:25,817 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-12 16:19:25,818 - paramiko.transport - DEBUG - starting thread (client mode): 0xd665fe50L 2018-12-12 16:19:25,818 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:19:25,820 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:19:25,821 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:19:25,822 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:19:25,822 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:19:25,822 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:19:25,822 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:19:25,823 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:19:25,823 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:19:25,866 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:19:25,866 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:19:25,882 - paramiko.transport - DEBUG - Trying key 26a8d73de7a216637ae65c23b22ac1ec from tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe 2018-12-12 16:19:25,906 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:19:25,912 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:19:25,915 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:19:26,143 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 16:19:26,143 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:19:26,149 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:19:26,150 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:19:26,205 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-12-12 16:19:26,244 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-12-12 16:19:30,790 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:19:30,793 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6506ed0L 2018-12-12 16:19:30,793 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:19:30,796 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:19:30,796 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:19:30,797 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:19:30,797 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:19:30,797 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:19:30,798 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:19:30,798 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:19:30,798 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:19:30,837 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:19:30,837 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:19:30,857 - paramiko.transport - DEBUG - Trying key 26a8d73de7a216637ae65c23b22ac1ec from tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe 2018-12-12 16:19:30,874 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:19:30,879 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:19:30,890 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:19:31,101 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 16:19:31,101 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:19:31,107 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:19:31,120 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:19:31,121 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-12 16:19:31,121 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:19:31,122 - create_instance - INFO - Deleting Floating IP - 172.30.9.202 2018-12-12 16:19:31,122 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-12-12 16:19:31,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/a300abf4-de0f-4b26-baef-b8e732d00cca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:32,069 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8e9dee2b-cbf2-4f78-b5ec-2655129ab98e Content-Length: 0 Date: Wed, 12 Dec 2018 16:19:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:32,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/a300abf4-de0f-4b26-baef-b8e732d00cca used request id req-8e9dee2b-cbf2-4f78-b5ec-2655129ab98e 2018-12-12 16:19:32,070 - create_instance - INFO - Deleting Port with ID - 63cd6557-0e68-4707-89d9-b381822f347d 2018-12-12 16:19:32,070 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-port-1 2018-12-12 16:19:32,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/63cd6557-0e68-4707-89d9-b381822f347d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:32,623 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-193ec581-b02b-4af6-b491-b949b9c36fc9 Date: Wed, 12 Dec 2018 16:19:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:32,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/63cd6557-0e68-4707-89d9-b381822f347d used request id req-193ec581-b02b-4af6-b491-b949b9c36fc9 2018-12-12 16:19:32,623 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst 2018-12-12 16:19:32,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:32,771 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:19:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e54b11c-241a-42e0-811b-db104ff16f4a x-compute-request-id: req-9e54b11c-241a-42e0-811b-db104ff16f4a Content-Type: application/json 2018-12-12 16:19:32,771 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-9e54b11c-241a-42e0-811b-db104ff16f4a 2018-12-12 16:19:32,772 - create_instance - INFO - Checking deletion status 2018-12-12 16:19:32,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:33,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fd03a60-d59b-4304-b612-4088a015bc22 x-compute-request-id: req-1fd03a60-d59b-4304-b612-4088a015bc22 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.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2052d23b-5958-4906-9034-9dbe7bb48574", "rel": "bookmark"}], "image": {"id": "7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "links": [{"href": "http://172.30.9.29:8774/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:19:07.000000", "flavor": {"id": "85ce1a50-0ba8-47e3-9423-17f15549b685", "links": [{"href": "http://172.30.9.29:8774/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685", "rel": "bookmark"}]}, "id": "2052d23b-5958-4906-9034-9dbe7bb48574", "user_id": "8a113a580db74851b469629c357d9cc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:19:32Z", "hostId": "20b5dfa6e7ce5d0986a160896efb92d80e73511c6df93836c3df83fb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp", "name": "AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst", "created": "2018-12-12T16:17:24Z", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:19:33,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-1fd03a60-d59b-4304-b612-4088a015bc22 2018-12-12 16:19:33,034 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst] is - ACTIVE 2018-12-12 16:19:33,034 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:19:36,037 - create_instance - DEBUG - VM status query timeout in 296.73470521 2018-12-12 16:19:36,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75849933b2fc7368ebb42885a097150ab425d716" 2018-12-12 16:19:36,094 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:19:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2641c110-0135-48f1-93c6-33dc33ae6c62 x-compute-request-id: req-2641c110-0135-48f1-93c6-33dc33ae6c62 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2052d23b-5958-4906-9034-9dbe7bb48574 could not be found.", "code": 404}} 2018-12-12 16:19:36,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2052d23b-5958-4906-9034-9dbe7bb48574 used request id req-2641c110-0135-48f1-93c6-33dc33ae6c62 2018-12-12 16:19:36,094 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2052d23b-5958-4906-9034-9dbe7bb48574 could not be found. (HTTP 404) (Request-ID: req-2641c110-0135-48f1-93c6-33dc33ae6c62) 2018-12-12 16:19:36,094 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-inst 2018-12-12 16:19:36,096 - neutron_utils - INFO - Deleting security group rule with ID - 9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d 2018-12-12 16:19:36,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:19:36,204 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0cca562b-a85f-4c07-94e3-c8df8bb98959 Content-Length: 0 Date: Wed, 12 Dec 2018 16:19:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:36,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/9e4dc23f-2efe-4314-a2a3-eecd8ed5bd8d used request id req-0cca562b-a85f-4c07-94e3-c8df8bb98959 2018-12-12 16:19:36,204 - neutron_utils - INFO - Deleting security group rule with ID - b86341d8-be68-4eb8-ae76-8d7f283c0661 2018-12-12 16:19:36,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b86341d8-be68-4eb8-ae76-8d7f283c0661 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:19:36,457 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-395d2809-f0fc-4b81-9094-1c3e76a26206 Content-Length: 0 Date: Wed, 12 Dec 2018 16:19:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:36,457 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b86341d8-be68-4eb8-ae76-8d7f283c0661 used request id req-395d2809-f0fc-4b81-9094-1c3e76a26206 2018-12-12 16:19:36,457 - neutron_utils - INFO - Deleting security group rule with ID - 7bde3204-8b06-4c3b-b708-196c3e8a1af1 2018-12-12 16:19:36,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/7bde3204-8b06-4c3b-b708-196c3e8a1af1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:19:36,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c518ffa4-f5ae-4f43-aaa6-1d96779b92b9 Content-Length: 0 Date: Wed, 12 Dec 2018 16:19:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:36,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/7bde3204-8b06-4c3b-b708-196c3e8a1af1 used request id req-c518ffa4-f5ae-4f43-aaa6-1d96779b92b9 2018-12-12 16:19:36,553 - neutron_utils - INFO - Deleting security group rule with ID - c4c471d5-4c5f-43c4-953f-8001eaddbebe 2018-12-12 16:19:36,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/c4c471d5-4c5f-43c4-953f-8001eaddbebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:19:36,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a72e3a9-a9ad-45e0-99ed-376c64d6b458 Content-Length: 0 Date: Wed, 12 Dec 2018 16:19:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:36,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/c4c471d5-4c5f-43c4-953f-8001eaddbebe used request id req-3a72e3a9-a9ad-45e0-99ed-376c64d6b458 2018-12-12 16:19:36,802 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-sec-grp 2018-12-12 16:19:36,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/43868146-6636-4bd0-bcf4-026a565f60c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa54ad152803c19437f714f70783adea27db242" 2018-12-12 16:19:36,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c40e38a8-4bb2-4618-89e5-80a49ad57f52 Content-Length: 0 Date: Wed, 12 Dec 2018 16:19:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:36,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/43868146-6636-4bd0-bcf4-026a565f60c8 used request id req-c40e38a8-4bb2-4618-89e5-80a49ad57f52 2018-12-12 16:19:36,950 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp 2018-12-12 16:19:36,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66521ed0f467c947281bec9e5993dc0f8bf26d85" 2018-12-12 16:19:36,991 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:19:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8cef149-a61d-49bb-9784-21a076f4553f x-compute-request-id: req-a8cef149-a61d-49bb-9784-21a076f4553f Content-Length: 0 Content-Type: application/json 2018-12-12 16:19:36,991 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-kp used request id req-a8cef149-a61d-49bb-9784-21a076f4553f 2018-12-12 16:19:36,991 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe.pub] 2018-12-12 16:19:36,992 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe] 2018-12-12 16:19:36,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d64b6292db990362ead532fb118313abf77f53d6" 2018-12-12 16:19:37,047 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:19:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f8d169d-5345-48eb-b638-05c1aa05f112 x-compute-request-id: req-0f8d169d-5345-48eb-b638-05c1aa05f112 Content-Length: 0 Content-Type: application/json 2018-12-12 16:19:37,047 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/85ce1a50-0ba8-47e3-9423-17f15549b685 used request id req-0f8d169d-5345-48eb-b638-05c1aa05f112 2018-12-12 16:19:37,048 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router and subnet AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet 2018-12-12 16:19:37,048 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router 2018-12-12 16:19:37,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/b8ea5521-bc6f-483d-97a6-b0e888aa7301/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" -d '{"subnet_id": "b46846cf-8f84-4b40-b607-e7154036a5fd"}' 2018-12-12 16:19:38,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5fd3eb41-aa8b-4ad0-b203-16e941785048 Date: Wed, 12 Dec 2018 16:19:38 GMT RESP BODY: {"network_id": "3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "subnet_id": "b46846cf-8f84-4b40-b607-e7154036a5fd", "subnet_ids": ["b46846cf-8f84-4b40-b607-e7154036a5fd"], "port_id": "df46a292-7094-4a1b-bcca-a0702ed518ac", "id": "b8ea5521-bc6f-483d-97a6-b0e888aa7301"} 2018-12-12 16:19:38,536 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b8ea5521-bc6f-483d-97a6-b0e888aa7301/remove_router_interface used request id req-5fd3eb41-aa8b-4ad0-b203-16e941785048 2018-12-12 16:19:38,536 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router 2018-12-12 16:19:38,537 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-router 2018-12-12 16:19:38,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/b8ea5521-bc6f-483d-97a6-b0e888aa7301 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8a9b908eaa225a1fc20fae1d334e181a82420" 2018-12-12 16:19:42,053 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47d72068-0247-4bf3-a85c-07848f999e22 Content-Length: 0 Date: Wed, 12 Dec 2018 16:19:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:42,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/b8ea5521-bc6f-483d-97a6-b0e888aa7301 used request id req-47d72068-0247-4bf3-a85c-07848f999e22 2018-12-12 16:19:42,054 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet 2018-12-12 16:19:42,054 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-subnet 2018-12-12 16:19:42,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/b46846cf-8f84-4b40-b607-e7154036a5fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" 2018-12-12 16:19:44,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a4c7ee9-e3d6-4144-9337-a0506aabbc55 Date: Wed, 12 Dec 2018 16:19:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:44,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/b46846cf-8f84-4b40-b607-e7154036a5fd used request id req-1a4c7ee9-e3d6-4144-9337-a0506aabbc55 2018-12-12 16:19:44,283 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe-pub-net 2018-12-12 16:19:44,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cca19b75aad32b504bad41880d15bc3d79405cf" 2018-12-12 16:19:45,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43a86b5a-45e9-4788-b085-9d1346f6b699 Date: Wed, 12 Dec 2018 16:19:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:45,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/3eda23f2-a84d-4eb5-a3f4-42db60e7dbb7 used request id req-43a86b5a-45e9-4788-b085-9d1346f6b699 2018-12-12 16:19:45,498 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-a6a76054-cfe7-4ebf-b41f-495abb7a3ebe--image 2018-12-12 16:19:45,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67c7e5c7c989b6e10cb66c7293f61e76c9e92b3e" 2018-12-12 16:19:47,273 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e6c7590-a52c-460c-9019-6a98cf97a31e Date: Wed, 12 Dec 2018 16:19:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:19:47,273 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/7e00cffb-f81b-4c76-b3cd-4f44293a5ea7 used request id req-5e6c7590-a52c-460c-9019-6a98cf97a31e 2018-12-12 16:19:47,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:19:47,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dd960704-f198-4306-92bd-622f3fe3171e Date: Wed, 12 Dec 2018 16:19:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:16:56Z", "updated_at": "2018-12-12T16:16:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:16:56Z", "revision_number": 0, "id": "05b4862e-95a4-4148-acbb-6672992bb040", "remote_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "remote_ip_prefix": null, "created_at": "2018-12-12T16:16:56Z", "security_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:16:56Z", "revision_number": 0, "id": "0e540392-eceb-4eb9-823e-153449b435e2", "remote_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "remote_ip_prefix": null, "created_at": "2018-12-12T16:16:56Z", "security_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:16:56Z", "revision_number": 0, "id": "150e2251-36a8-4e3c-a053-dad5a09ed70b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:16:56Z", "security_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "41373bef120446ae9c37109bf689ab1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:16:56Z", "revision_number": 0, "id": "152687d6-0bc0-4d64-b15d-3792f14caa87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:16:56Z", "security_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "tenant_id": "41373bef120446ae9c37109bf689ab1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "41373bef120446ae9c37109bf689ab1c"}], "revision_number": 4, "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:19:47,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-dd960704-f198-4306-92bd-622f3fe3171e 2018-12-12 16:19:47,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:19:47,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ca0728b-eec9-4e86-a4a8-83d647e77b9d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c"}, "enabled": true, "id": "41373bef120446ae9c37109bf689ab1c", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-a83cc109-daba-45a-proj"}} 2018-12-12 16:19:47,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-2ca0728b-eec9-4e86-a4a8-83d647e77b9d 2018-12-12 16:19:47,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7127c1f3-b75e-42cf-b018-3a61775ce1d3 2018-12-12 16:19:47,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7127c1f3-b75e-42cf-b018-3a61775ce1d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:19:47,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a6f8c9f9-32cc-4996-be85-2e3c83f88013 Date: Wed, 12 Dec 2018 16:19:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:16:56Z", "security_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:16:56Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "05b4862e-95a4-4148-acbb-6672992bb040"}, {"remote_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:16:56Z", "security_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:16:56Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "0e540392-eceb-4eb9-823e-153449b435e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:16:56Z", "security_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:16:56Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "150e2251-36a8-4e3c-a053-dad5a09ed70b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:16:56Z", "security_group_id": "7127c1f3-b75e-42cf-b018-3a61775ce1d3", "port_range_min": null, "revision_number": 0, "tenant_id": "41373bef120446ae9c37109bf689ab1c", "created_at": "2018-12-12T16:16:56Z", "project_id": "41373bef120446ae9c37109bf689ab1c", "id": "152687d6-0bc0-4d64-b15d-3792f14caa87"}]} 2018-12-12 16:19:47,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7127c1f3-b75e-42cf-b018-3a61775ce1d3 used request id req-a6f8c9f9-32cc-4996-be85-2e3c83f88013 2018-12-12 16:19:47,777 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:19:47,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7127c1f3-b75e-42cf-b018-3a61775ce1d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:19:48,114 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7de0a62c-032b-4cbb-a0ab-8ccc965378d6 Content-Length: 0 Date: Wed, 12 Dec 2018 16:19:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:19:48,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7127c1f3-b75e-42cf-b018-3a61775ce1d3 used request id req-7de0a62c-032b-4cbb-a0ab-8ccc965378d6 2018-12-12 16:19:48,115 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-a83cc109-daba-45a-proj 2018-12-12 16:19:48,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:19:48,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1125d6b7-485f-4f10-bf5f-7b572914e07d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:19:48,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/41373bef120446ae9c37109bf689ab1c used request id req-1125d6b7-485f-4f10-bf5f-7b572914e07d 2018-12-12 16:19:48,329 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-a83cc109-daba-45a-proj-role 2018-12-12 16:19:48,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/06fb4c0135bb4e86b9a2ccedf27e9649 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:19:48,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86e375c6-2937-4282-b70e-056b391fc58f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:19:48,487 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/06fb4c0135bb4e86b9a2ccedf27e9649 used request id req-86e375c6-2937-4282-b70e-056b391fc58f 2018-12-12 16:19:48,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35d66f504ad7bb5d20f125c5febf1cc61d50251" 2018-12-12 16:19:48,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a771e55-05a9-4ca3-bffa-1c1847d3d732 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:19:48,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9a771e55-05a9-4ca3-bffa-1c1847d3d732 2018-12-12 16:19:48,573 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-a83cc109-daba-45a-user 2018-12-12 16:19:48,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/8a113a580db74851b469629c357d9cc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2853d3791cba905dec612ae8746056cc660c5d" 2018-12-12 16:19:48,781 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba36f787-10f9-4731-98c6-4b44eb122ca1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:19:48,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/8a113a580db74851b469629c357d9cc6 used request id req-ba36f787-10f9-4731-98c6-4b44eb122ca1 2018-12-12 16:19:48,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:19:49,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:19:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["qPT9IrJ_TiC560NA7PPwbw"], "issued_at": "2018-12-12T16:19:49.000000Z"}} 2018-12-12 16:19:49,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}449bf8c6f2d370611ce05ab97580d5e21fa3daa3" 2018-12-12 16:19:49,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99afb776-23a0-4bf1-84e8-8ac34dc28884 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:19:49,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-99afb776-23a0-4bf1-84e8-8ac34dc28884 2018-12-12 16:19:49,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:19:49,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:19:49,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:19:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["83h7_wTGQnOUhCvHR-WSXw"], "issued_at": "2018-12-12T16:19:49.000000Z"}} 2018-12-12 16:19:49,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:19:49,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b989764-e78d-4cf7-b396-1014a3fbed39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:19:49,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0b989764-e78d-4cf7-b396-1014a3fbed39 2018-12-12 16:19:49,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:19:49,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:19:49,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-fbb3fb5e-6842-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:19:49,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df74d966-5c9c-4517-88fa-e69089f58952 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-fbb3fb5e-6842-471-proj", "previous": null, "next": null}, "projects": []} 2018-12-12 16:19:49,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-fbb3fb5e-6842-471-proj used request id req-df74d966-5c9c-4517-88fa-e69089f58952 2018-12-12 16:19:49,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:19:49,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990a8a0c-39cc-4830-8e1a-24686a3786b1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:19:49,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-990a8a0c-39cc-4830-8e1a-24686a3786b1 2018-12-12 16:19:49,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}}' 2018-12-12 16:19:50,062 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:19:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38ba315f-9b9f-4e55-ab28-1faead99c09a Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:19:50,062 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-38ba315f-9b9f-4e55-ab28-1faead99c09a 2018-12-12 16:19:50,062 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-fbb3fb5e-6842-471-proj 2018-12-12 16:19:50,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:19:50,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:19:50,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:19:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["sgZc9YxPQnC6nqtSCku2pA"], "issued_at": "2018-12-12T16:19:50.000000Z"}} 2018-12-12 16:19:50,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}483d4bd16b7eb1bf65d9cfe34f56f910fac3d199" 2018-12-12 16:19:50,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dadf92d7-6d86-48b6-8794-50e8f2997a71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:19:50,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dadf92d7-6d86-48b6-8794-50e8f2997a71 2018-12-12 16:19:50,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:19:50,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:19:50,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}483d4bd16b7eb1bf65d9cfe34f56f910fac3d199" 2018-12-12 16:19:50,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d6b6e65-4f2c-4dbd-9af2-339064289be0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:19:50,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0d6b6e65-4f2c-4dbd-9af2-339064289be0 2018-12-12 16:19:50,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-fbb3fb5e-6842-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}483d4bd16b7eb1bf65d9cfe34f56f910fac3d199" 2018-12-12 16:19:50,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffa4cdff-2be2-44d5-a1be-cdafa18e6dd0 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-fbb3fb5e-6842-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}]} 2018-12-12 16:19:50,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-fbb3fb5e-6842-471-proj used request id req-ffa4cdff-2be2-44d5-a1be-cdafa18e6dd0 2018-12-12 16:19:50,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}483d4bd16b7eb1bf65d9cfe34f56f910fac3d199" 2018-12-12 16:19:50,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb4707a7-ce8c-4ec2-988a-c4d882c3dde9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-12 16:19:50,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fb4707a7-ce8c-4ec2-988a-c4d882c3dde9 2018-12-12 16:19:51,164 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-fbb3fb5e-6842-471-user 2018-12-12 16:19:51,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:19:51,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:19:51,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1916a3f6-7b8b-4f7e-9c90-871f419d4ace Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:19:51,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1916a3f6-7b8b-4f7e-9c90-871f419d4ace 2018-12-12 16:19:51,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" -d '{"role": {"name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}}' 2018-12-12 16:19:51,386 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c66898b3-fc92-4aa7-9157-cdf94d8be088 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c111bb06b0df45758c90b27a283a41f0", "links": {"self": "http://172.30.9.29:5000/v3/roles/c111bb06b0df45758c90b27a283a41f0"}, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}} 2018-12-12 16:19:51,386 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c66898b3-fc92-4aa7-9157-cdf94d8be088 2018-12-12 16:19:51,386 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role 2018-12-12 16:19:51,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c111bb06b0df45758c90b27a283a41f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:19:51,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96ef596f-394b-40e7-9823-9060843a22b6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c111bb06b0df45758c90b27a283a41f0"}, "domain_id": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role", "id": "c111bb06b0df45758c90b27a283a41f0"}} 2018-12-12 16:19:51,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c111bb06b0df45758c90b27a283a41f0 used request id req-96ef596f-394b-40e7-9823-9060843a22b6 2018-12-12 16:19:51,407 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role to project AnsibleProvisioningTests-fbb3fb5e-6842-471-proj 2018-12-12 16:19:51,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b/users/3bc088059693473e8e99348ccf590ec7/roles/c111bb06b0df45758c90b27a283a41f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:19:51,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48580e25-4675-4c5a-8f20-88420a92644c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:19:51,545 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b/users/3bc088059693473e8e99348ccf590ec7/roles/c111bb06b0df45758c90b27a283a41f0 used request id req-48580e25-4675-4c5a-8f20-88420a92644c 2018-12-12 16:19:51,545 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:19:51,547 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-12-12 16:19:51,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:19:51,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:19:51,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c111bb06b0df45758c90b27a283a41f0", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}], "expires_at": "2018-12-12T17:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69742f6910a64b3985aef5772894891b", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-user", "id": "3bc088059693473e8e99348ccf590ec7"}, "audit_ids": ["zd-4cjvgROq4wGDYBWHNag"], "issued_at": "2018-12-12T16:19:51.000000Z"}} 2018-12-12 16:19:51,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" 2018-12-12 16:19:52,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c9cf58-c842-4ff4-bbcf-0e0e0272dda6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:19:52,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b4c9cf58-c842-4ff4-bbcf-0e0e0272dda6 2018-12-12 16:19:52,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" 2018-12-12 16:19:52,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-9e2c81e4-5bc0-4268-8ca2-43c0977e7a9b Date: Wed, 12 Dec 2018 16:19:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image"} 2018-12-12 16:19:52,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image used request id req-9e2c81e4-5bc0-4268-8ca2-43c0977e7a9b 2018-12-12 16:19:52,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" 2018-12-12 16:19:52,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-72095c4f-a105-47e3-b620-fa1bc4f8d502 Date: Wed, 12 Dec 2018 16:19:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:19:52,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-72095c4f-a105-47e3-b620-fa1bc4f8d502 2018-12-12 16:19:52,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image"}' 2018-12-12 16:19:53,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1 X-Openstack-Request-Id: req-8bfebe73-22db-49fd-851f-33775272083f Date: Wed, 12 Dec 2018 16:19:53 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:19:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-12T16:19:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "min_disk": 0, "protected": false, "id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "file": "/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1/file", "checksum": null, "owner": "69742f6910a64b3985aef5772894891b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:19:53,400 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-8bfebe73-22db-49fd-851f-33775272083f 2018-12-12 16:19:53,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" -d '' 2018-12-12 16:20:00,533 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1412dad-38b7-4703-a4bc-5077999a0378 Date: Wed, 12 Dec 2018 16:20:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:20:00,533 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1/file used request id req-c1412dad-38b7-4703-a4bc-5077999a0378 2018-12-12 16:20:00,534 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-12-12 16:20:00,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" 2018-12-12 16:20:00,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-5f81c15b-5267-489a-b8a9-bbab2e7e3eba Date: Wed, 12 Dec 2018 16:20:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:19:53Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-12T16:20:00Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/65e50207-a3b8-4779-a21c-aae29b9290e1/snap", "metadata": {}}], "self": "/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "min_disk": 0, "protected": false, "id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "file": "/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "69742f6910a64b3985aef5772894891b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/65e50207-a3b8-4779-a21c-aae29b9290e1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:20:00,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1 used request id req-5f81c15b-5267-489a-b8a9-bbab2e7e3eba 2018-12-12 16:20:00,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" 2018-12-12 16:20:00,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5fbf9315-ca8a-438f-a0cf-0af7e2abbb0e Date: Wed, 12 Dec 2018 16:20:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:20:00,881 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5fbf9315-ca8a-438f-a0cf-0af7e2abbb0e 2018-12-12 16:20:00,884 - create_image - INFO - Created image with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image 2018-12-12 16:20:00,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" 2018-12-12 16:20:01,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-c5741d19-bcf1-4326-8763-d6c3f18b0c8a Date: Wed, 12 Dec 2018 16:20:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:19:53Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-12T16:20:00Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/65e50207-a3b8-4779-a21c-aae29b9290e1/snap", "metadata": {}}], "self": "/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "min_disk": 0, "protected": false, "id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "file": "/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "69742f6910a64b3985aef5772894891b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/65e50207-a3b8-4779-a21c-aae29b9290e1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-12 16:20:01,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1 used request id req-c5741d19-bcf1-4326-8763-d6c3f18b0c8a 2018-12-12 16:20:01,056 - create_image - DEBUG - Instance status is - active 2018-12-12 16:20:01,056 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image 2018-12-12 16:20:01,056 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image 2018-12-12 16:20:01,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:20:01,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:20:01,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c111bb06b0df45758c90b27a283a41f0", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}], "expires_at": "2018-12-12T17:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69742f6910a64b3985aef5772894891b", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-user", "id": "3bc088059693473e8e99348ccf590ec7"}, "audit_ids": ["wYGFDN66RCqNIW3T_Yjomw"], "issued_at": "2018-12-12T16:20:01.000000Z"}} 2018-12-12 16:20:01,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" 2018-12-12 16:20:01,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a16b9f6-6dd6-4c09-8c4d-329502500997 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:01,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0a16b9f6-6dd6-4c09-8c4d-329502500997 2018-12-12 16:20:01,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" 2018-12-12 16:20:01,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fff526ee-6f82-48b0-95ae-6d9cc461b28a Date: Wed, 12 Dec 2018 16:20:01 GMT RESP BODY: {"networks":[]} 2018-12-12 16:20:01,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-fff526ee-6f82-48b0-95ae-6d9cc461b28a 2018-12-12 16:20:01,677 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net 2018-12-12 16:20:01,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" -d '{"network": {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net", "admin_state_up": true}}' 2018-12-12 16:20:02,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-26907efc-0788-496c-8f8f-8ad4127b8960 Date: Wed, 12 Dec 2018 16:20:02 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:20:02Z","is_default":false,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","mtu":1450}} 2018-12-12 16:20:02,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-26907efc-0788-496c-8f8f-8ad4127b8960 2018-12-12 16:20:02,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" 2018-12-12 16:20:02,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-30410a3a-ba9e-4806-8024-d12d7f30cc71 Date: Wed, 12 Dec 2018 16:20:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T16:20:02Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:20:02,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-30410a3a-ba9e-4806-8024-d12d7f30cc71 2018-12-12 16:20:02,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" 2018-12-12 16:20:02,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-71788ef2-648b-4e22-b2d6-f64ecb70a9b7 Date: Wed, 12 Dec 2018 16:20:02 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:20:02,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-71788ef2-648b-4e22-b2d6-f64ecb70a9b7 2018-12-12 16:20:02,892 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet 2018-12-12 16:20:02,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" -d '{"subnets": [{"ip_version": 4, "network_id": "6b6e2646-14d3-4a59-a43f-69ac8a7174aa", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]}' 2018-12-12 16:20:03,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4f498d4a-eb16-4e88-abf5-7c809860317f Date: Wed, 12 Dec 2018 16:20:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:03,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-4f498d4a-eb16-4e88-abf5-7c809860317f 2018-12-12 16:20:03,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" 2018-12-12 16:20:03,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-05ab448a-a23e-4dd9-b8e4-606414772eec Date: Wed, 12 Dec 2018 16:20: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:20:03,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-05ab448a-a23e-4dd9-b8e4-606414772eec 2018-12-12 16:20:03,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" 2018-12-12 16:20:04,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-72c06a6c-f909-40bf-ba1f-f579c871b748 Date: Wed, 12 Dec 2018 16:20:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:04,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-72c06a6c-f909-40bf-ba1f-f579c871b748 2018-12-12 16:20:04,056 - OpenStackNetwork - DEBUG - Network [6b6e2646-14d3-4a59-a43f-69ac8a7174aa] created successfully 2018-12-12 16:20:04,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:20:04,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:20:04,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c111bb06b0df45758c90b27a283a41f0", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}], "expires_at": "2018-12-12T17:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69742f6910a64b3985aef5772894891b", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-user", "id": "3bc088059693473e8e99348ccf590ec7"}, "audit_ids": ["yI2Nrkf0SGy5NLR_3Qvt0g"], "issued_at": "2018-12-12T16:20:04.000000Z"}} 2018-12-12 16:20:04,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:04,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571d8bc9-dce0-440f-88ef-c1a46cd8e346 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:04,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-571d8bc9-dce0-440f-88ef-c1a46cd8e346 2018-12-12 16:20:04,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:04,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-54104cae-98bb-44b2-b01d-fcffa3f1ce3d Date: Wed, 12 Dec 2018 16:20:04 GMT RESP BODY: {"routers": []} 2018-12-12 16:20:04,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router&admin_state_up=True used request id req-54104cae-98bb-44b2-b01d-fcffa3f1ce3d 2018-12-12 16:20:04,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:20:04,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:20:05,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c111bb06b0df45758c90b27a283a41f0", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}], "expires_at": "2018-12-12T17:20:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69742f6910a64b3985aef5772894891b", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-user", "id": "3bc088059693473e8e99348ccf590ec7"}, "audit_ids": ["ZmbcHou7SGix5H-Vkg6-ew"], "issued_at": "2018-12-12T16:20:05.000000Z"}} 2018-12-12 16:20:05,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32782893e20aa7452ff24a47226e9d751e9ac6a1" 2018-12-12 16:20:05,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a785410c-90a3-467f-9327-063b61a4164d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:05,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a785410c-90a3-467f-9327-063b61a4164d 2018-12-12 16:20:05,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:05,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-74efae6e-6d55-4774-804e-3d71e4f7e670 Date: Wed, 12 Dec 2018 16:20:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:20:05,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-74efae6e-6d55-4774-804e-3d71e4f7e670 2018-12-12 16:20:05,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:05,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d86a021d-1e23-41f7-bfbd-0910bc60422f Date: Wed, 12 Dec 2018 16:20:05 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:20:05,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-d86a021d-1e23-41f7-bfbd-0910bc60422f 2018-12-12 16:20:05,588 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router 2018-12-12 16:20:05,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router", "admin_state_up": true}}' 2018-12-12 16:20:10,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-86dff9b0-435a-45fe-a3b8-6b415a1f2851 Date: Wed, 12 Dec 2018 16:20:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:06Z", "admin_state_up": true, "updated_at": "2018-12-12T16:20:07Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "69742f6910a64b3985aef5772894891b", "id": "d158178b-c203-455d-b174-283be3068ce4", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router"}} 2018-12-12 16:20:10,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-86dff9b0-435a-45fe-a3b8-6b415a1f2851 2018-12-12 16:20:10,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d158178b-c203-455d-b174-283be3068ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:10,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8c619533-3452-4a90-87e8-bf41e7e1feb9 Date: Wed, 12 Dec 2018 16:20:10 GMT RESP BODY: {"ports":[]} 2018-12-12 16:20:10,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d158178b-c203-455d-b174-283be3068ce4 used request id req-8c619533-3452-4a90-87e8-bf41e7e1feb9 2018-12-12 16:20:10,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:11,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-aacd05cb-6e7a-4b8c-84f9-cd8da40ff6f9 Date: Wed, 12 Dec 2018 16:20: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:20:11,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-aacd05cb-6e7a-4b8c-84f9-cd8da40ff6f9 2018-12-12 16:20:11,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:20:11,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:20: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:20:11,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:11,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-059b8f86-38fb-4241-badc-87062262fe95 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:20:11,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-059b8f86-38fb-4241-badc-87062262fe95 2018-12-12 16:20:11,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:11,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2f7cd0a2-3b4a-4ce7-9245-685834c6db43 Date: Wed, 12 Dec 2018 16:20:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:11,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-2f7cd0a2-3b4a-4ce7-9245-685834c6db43 2018-12-12 16:20:11,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:11,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ba5eb62d-be4c-4a77-b7b7-2649ac862d58 Date: Wed, 12 Dec 2018 16:20:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:11,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet used request id req-ba5eb62d-be4c-4a77-b7b7-2649ac862d58 2018-12-12 16:20:11,588 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-12-12 16:20:11,588 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router 2018-12-12 16:20:11,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d158178b-c203-455d-b174-283be3068ce4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" -d '{"subnet_id": "7b4c6312-2898-4b95-868e-98d1fce1f544"}' 2018-12-12 16:20:13,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-31f72af3-91fc-4ac1-958b-45135e098379 Date: Wed, 12 Dec 2018 16:20:13 GMT RESP BODY: {"network_id": "6b6e2646-14d3-4a59-a43f-69ac8a7174aa", "tenant_id": "69742f6910a64b3985aef5772894891b", "subnet_id": "7b4c6312-2898-4b95-868e-98d1fce1f544", "subnet_ids": ["7b4c6312-2898-4b95-868e-98d1fce1f544"], "port_id": "19770b18-a3fa-4987-bdee-61cf50669594", "id": "d158178b-c203-455d-b174-283be3068ce4"} 2018-12-12 16:20:13,642 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d158178b-c203-455d-b174-283be3068ce4/add_router_interface used request id req-31f72af3-91fc-4ac1-958b-45135e098379 2018-12-12 16:20:13,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/d158178b-c203-455d-b174-283be3068ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:13,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-a331528c-222c-45c2-9465-fecb5d899a62 Date: Wed, 12 Dec 2018 16:20:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:06Z", "admin_state_up": true, "updated_at": "2018-12-12T16:20:12Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "69742f6910a64b3985aef5772894891b", "id": "d158178b-c203-455d-b174-283be3068ce4", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router"}} 2018-12-12 16:20:13,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/d158178b-c203-455d-b174-283be3068ce4 used request id req-a331528c-222c-45c2-9465-fecb5d899a62 2018-12-12 16:20:13,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d158178b-c203-455d-b174-283be3068ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:13,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-79c3dd73-4973-49d9-b0a9-5453337bfa1e Date: Wed, 12 Dec 2018 16:20:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"}]} 2018-12-12 16:20:13,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d158178b-c203-455d-b174-283be3068ce4 used request id req-79c3dd73-4973-49d9-b0a9-5453337bfa1e 2018-12-12 16:20:13,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7b4c6312-2898-4b95-868e-98d1fce1f544 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:20:14,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-cd339941-756b-4ff7-8b81-20bb7cac471f Date: Wed, 12 Dec 2018 16:20:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}} 2018-12-12 16:20:14,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7b4c6312-2898-4b95-868e-98d1fce1f544 used request id req-cd339941-756b-4ff7-8b81-20bb7cac471f 2018-12-12 16:20:14,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:20:14,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:20:14,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9299c808453841de8439b6f6ba7212e2", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}, {"id": "e8c8590d1f254077b29715df32c522d0", "name": "heat_stack_owner"}], "expires_at": "2018-12-12T17:20:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db5183f15e684f42aa14255dc18eee48", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/db5183f15e684f42aa14255dc18eee48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "id": "d53d406b9f314bac95b0decdd24d9b12"}, "audit_ids": ["AZ0dKiUwQ2uVTW4HAGCMkA"], "issued_at": "2018-12-12T16:20:14.000000Z"}} 2018-12-12 16:20:14,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e19cd422a978af308e161395fc12c9ed5a33793" 2018-12-12 16:20:14,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe99b44-9c78-48d5-a3a5-93d982cfc5bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:14,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cfe99b44-9c78-48d5-a3a5-93d982cfc5bc 2018-12-12 16:20:14,637 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:20:14,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e19cd422a978af308e161395fc12c9ed5a33793" 2018-12-12 16:20:14,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20: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-7a162e5e-a476-4ee4-b920-6a17106765de x-compute-request-id: req-7a162e5e-a476-4ee4-b920-6a17106765de Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-12 16:20:14,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7a162e5e-a476-4ee4-b920-6a17106765de 2018-12-12 16:20:14,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e19cd422a978af308e161395fc12c9ed5a33793" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-12-12 16:20:14,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20: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-cad31fa5-1ac1-4752-aaab-d21d56420432 x-compute-request-id: req-cad31fa5-1ac1-4752-aaab-d21d56420432 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "23b720b1-5c37-4045-a280-88cedefdba04", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:20:14,864 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-cad31fa5-1ac1-4752-aaab-d21d56420432 2018-12-12 16:20:14,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:20:14,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:20:15,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c111bb06b0df45758c90b27a283a41f0", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}], "expires_at": "2018-12-12T17:20:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69742f6910a64b3985aef5772894891b", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-user", "id": "3bc088059693473e8e99348ccf590ec7"}, "audit_ids": ["AS-jdyQQTFygv9Pfat_a5A"], "issued_at": "2018-12-12T16:20:15.000000Z"}} 2018-12-12 16:20:15,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6348db03cb1e0454aa52d8ba6c782f1b8ed74b4" 2018-12-12 16:20:15,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a3386f-061a-4ed4-a2ac-10637433d570 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:15,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d7a3386f-061a-4ed4-a2ac-10637433d570 2018-12-12 16:20:15,395 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:20:15,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6348db03cb1e0454aa52d8ba6c782f1b8ed74b4" 2018-12-12 16:20:15,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a31ac925-7fca-4b86-b36a-4f2643a031c0 x-compute-request-id: req-a31ac925-7fca-4b86-b36a-4f2643a031c0 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-12-12 16:20:15,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a31ac925-7fca-4b86-b36a-4f2643a031c0 2018-12-12 16:20:15,562 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp... 2018-12-12 16:20:15,563 - OpenStackKeypair - INFO - Creating new keypair 2018-12-12 16:20:15,616 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp 2018-12-12 16:20:15,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6348db03cb1e0454aa52d8ba6c782f1b8ed74b4" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVv3w7hRwZT6PEgkY8CNflVkMh4Nl6ARFVHoxMmiAVfGjzZu4UdKEdxgS+msVymjp5DcuL/dbakw44F4KK9bglnhyQBdzKFxUmH2nF7yN6aQ8+VwxmhXzr8lQ8VDXwrkEPdy6R57Eh6D0J4m2Wh5adwncXI0QN9PzY2QqV2d8ptQ==", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp"}}' 2018-12-12 16:20:15,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-795cda8a-2b75-48f8-9c04-a6cb91a9740e x-compute-request-id: req-795cda8a-2b75-48f8-9c04-a6cb91a9740e Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVv3w7hRwZT6PEgkY8CNflVkMh4Nl6ARFVHoxMmiAVfGjzZu4UdKEdxgS+msVymjp5DcuL/dbakw44F4KK9bglnhyQBdzKFxUmH2nF7yN6aQ8+VwxmhXzr8lQ8VDXwrkEPdy6R57Eh6D0J4m2Wh5adwncXI0QN9PzY2QqV2d8ptQ==", "user_id": "3bc088059693473e8e99348ccf590ec7", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "fingerprint": "2c:42:68:46:d4:99:15:a8:15:25:93:0a:b2:69:1c:61"}} 2018-12-12 16:20:15,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-795cda8a-2b75-48f8-9c04-a6cb91a9740e 2018-12-12 16:20:15,682 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694.pub 2018-12-12 16:20:15,683 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694 2018-12-12 16:20:15,683 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:20:15,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:20:16,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c111bb06b0df45758c90b27a283a41f0", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}], "expires_at": "2018-12-12T17:20:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69742f6910a64b3985aef5772894891b", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-user", "id": "3bc088059693473e8e99348ccf590ec7"}, "audit_ids": ["n6CxoXmJSmKlMl2n-Kx1hw"], "issued_at": "2018-12-12T16:20:16.000000Z"}} 2018-12-12 16:20:16,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:16,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-013aae65-e8e1-4ce6-860c-2e6b363bf71b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:16,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-013aae65-e8e1-4ce6-860c-2e6b363bf71b 2018-12-12 16:20:16,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:16,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2a6f319e-e95c-4c22-bca0-c7e06d7c9ac6 Date: Wed, 12 Dec 2018 16:20:16 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:20:16,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp used request id req-2a6f319e-e95c-4c22-bca0-c7e06d7c9ac6 2018-12-12 16:20:16,340 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp... 2018-12-12 16:20:16,340 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp 2018-12-12 16:20:16,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" -d '{"security_group": {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}}' 2018-12-12 16:20:16,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-93707868-67c5-4b00-af88-1d44e2a0ef60 Date: Wed, 12 Dec 2018 16:20:16 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "updated_at": "2018-12-12T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv6", "project_id": "69742f6910a64b3985aef5772894891b"}], "revision_number": 2, "project_id": "69742f6910a64b3985aef5772894891b", "id": "7ddae787-9acc-45fd-b705-841f33db75be", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}} 2018-12-12 16:20:16,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-93707868-67c5-4b00-af88-1d44e2a0ef60 2018-12-12 16:20:16,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:16,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:16,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b6aae6e6-80dc-4bae-ae57-cd7ce770a49b Date: Wed, 12 Dec 2018 16:20:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd"}]} 2018-12-12 16:20:16,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-b6aae6e6-80dc-4bae-ae57-cd7ce770a49b 2018-12-12 16:20:16,934 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:16,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:17,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-38015a84-fbc1-40eb-b112-2ea2d9871225 Date: Wed, 12 Dec 2018 16:20: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-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd"}]} 2018-12-12 16:20:17,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-38015a84-fbc1-40eb-b112-2ea2d9871225 2018-12-12 16:20:17,118 - neutron_utils - INFO - Retrieving security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:17,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:17,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-e26e12e1-86e1-4a82-93fe-c0e5ce4e24b7 Date: Wed, 12 Dec 2018 16:20:17 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "updated_at": "2018-12-12T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv6", "project_id": "69742f6910a64b3985aef5772894891b"}], "revision_number": 2, "project_id": "69742f6910a64b3985aef5772894891b", "id": "7ddae787-9acc-45fd-b705-841f33db75be", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}]} 2018-12-12 16:20:17,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-e26e12e1-86e1-4a82-93fe-c0e5ce4e24b7 2018-12-12 16:20:17,320 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:17,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:17,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0edd1450-7c19-4b85-b13d-c1de0a86f284 Date: Wed, 12 Dec 2018 16:20: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-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd"}]} 2018-12-12 16:20:17,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-0edd1450-7c19-4b85-b13d-c1de0a86f284 2018-12-12 16:20:17,504 - neutron_utils - INFO - Retrieving security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:17,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:17,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-9e038413-936c-40dc-9913-07ff5778fb9c Date: Wed, 12 Dec 2018 16:20:17 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "updated_at": "2018-12-12T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv6", "project_id": "69742f6910a64b3985aef5772894891b"}], "revision_number": 2, "project_id": "69742f6910a64b3985aef5772894891b", "id": "7ddae787-9acc-45fd-b705-841f33db75be", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}]} 2018-12-12 16:20:17,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-9e038413-936c-40dc-9913-07ff5778fb9c 2018-12-12 16:20:17,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:17,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:17,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3757c51e-5f3b-41c0-a07c-82fd343d2e55 Date: Wed, 12 Dec 2018 16:20: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-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd"}]} 2018-12-12 16:20:17,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-3757c51e-5f3b-41c0-a07c-82fd343d2e55 2018-12-12 16:20:17,875 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp 2018-12-12 16:20:17,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:18,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-98a7797d-af73-4777-a45d-9f5d8a355e5a Date: Wed, 12 Dec 2018 16:20:18 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "updated_at": "2018-12-12T16:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv6", "project_id": "69742f6910a64b3985aef5772894891b"}], "revision_number": 2, "project_id": "69742f6910a64b3985aef5772894891b", "id": "7ddae787-9acc-45fd-b705-841f33db75be", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}]} 2018-12-12 16:20:18,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp used request id req-98a7797d-af73-4777-a45d-9f5d8a355e5a 2018-12-12 16:20:18,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:20:18,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:20:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:20:18,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:18,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-760f4a2f-e8c3-486f-9f54-b5b052d784b9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:20:18,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-760f4a2f-e8c3-486f-9f54-b5b052d784b9 2018-12-12 16:20:18,168 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:18,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:18,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-18c706a1-9989-4afb-975c-c521ab3b4166 Date: Wed, 12 Dec 2018 16:20:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd"}]} 2018-12-12 16:20:18,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-18c706a1-9989-4afb-975c-c521ab3b4166 2018-12-12 16:20:18,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}45343022b2b69d0abce3460b84fb0109b7e1cd4a" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be"}}' 2018-12-12 16:20:18,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7df052a1-8ec5-4931-9a7d-726a752fa111 Date: Wed, 12 Dec 2018 16:20:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:18Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:18Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "23367562-2523-4b1e-a357-a0337ba394ab"}} 2018-12-12 16:20:18,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-7df052a1-8ec5-4931-9a7d-726a752fa111 2018-12-12 16:20:18,711 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp 2018-12-12 16:20:18,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:18,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-4b1983cf-98af-4cf4-a8c0-ef866351700a Date: Wed, 12 Dec 2018 16:20:18 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "updated_at": "2018-12-12T16:20:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:18Z", "revision_number": 0, "id": "23367562-2523-4b1e-a357-a0337ba394ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:18Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv6", "project_id": "69742f6910a64b3985aef5772894891b"}], "revision_number": 3, "project_id": "69742f6910a64b3985aef5772894891b", "id": "7ddae787-9acc-45fd-b705-841f33db75be", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}]} 2018-12-12 16:20:18,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp used request id req-4b1983cf-98af-4cf4-a8c0-ef866351700a 2018-12-12 16:20:18,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:19,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58186f6-a3bd-4a43-bc5d-693143725227 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:20:19,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-b58186f6-a3bd-4a43-bc5d-693143725227 2018-12-12 16:20:19,000 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:19,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:19,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-e7c1bda1-a507-4f37-9e4b-6b379b730a5e Date: Wed, 12 Dec 2018 16:20:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:18Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:18Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "23367562-2523-4b1e-a357-a0337ba394ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd"}]} 2018-12-12 16:20:19,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-e7c1bda1-a507-4f37-9e4b-6b379b730a5e 2018-12-12 16:20:19,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}45343022b2b69d0abce3460b84fb0109b7e1cd4a" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be"}}' 2018-12-12 16:20:19,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-b960cb87-c4a0-420b-83d6-ee7eaea2d482 Date: Wed, 12 Dec 2018 16:20:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:20:19Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": 22, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:19Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "55325352-0c1b-49c1-b63d-959307cd92ce"}} 2018-12-12 16:20:19,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-b960cb87-c4a0-420b-83d6-ee7eaea2d482 2018-12-12 16:20:19,525 - neutron_utils - INFO - Retrieving security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:19,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:19,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-8ef094d4-4073-47d8-b308-825592dd1b1e Date: Wed, 12 Dec 2018 16:20:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "updated_at": "2018-12-12T16:20:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:18Z", "revision_number": 0, "id": "23367562-2523-4b1e-a357-a0337ba394ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:18Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:20:19Z", "revision_number": 0, "id": "55325352-0c1b-49c1-b63d-959307cd92ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:19Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "revision_number": 0, "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv6", "project_id": "69742f6910a64b3985aef5772894891b"}], "revision_number": 4, "project_id": "69742f6910a64b3985aef5772894891b", "id": "7ddae787-9acc-45fd-b705-841f33db75be", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}]} 2018-12-12 16:20:19,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-8ef094d4-4073-47d8-b308-825592dd1b1e 2018-12-12 16:20:19,586 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ddae787-9acc-45fd-b705-841f33db75be 2018-12-12 16:20:19,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:20:19,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-bab2ef90-ff7b-4c6c-852c-0f4a118b96f7 Date: Wed, 12 Dec 2018 16:20:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "13c40789-bf4f-452d-8ce4-8b1e286b86d3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:18Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:18Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "23367562-2523-4b1e-a357-a0337ba394ab"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:20:19Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": 22, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:19Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "55325352-0c1b-49c1-b63d-959307cd92ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:16Z", "security_group_id": "7ddae787-9acc-45fd-b705-841f33db75be", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:16Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd"}]} 2018-12-12 16:20:19,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7ddae787-9acc-45fd-b705-841f33db75be used request id req-bab2ef90-ff7b-4c6c-852c-0f4a118b96f7 2018-12-12 16:20:19,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:20:19,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:20:20,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c111bb06b0df45758c90b27a283a41f0", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}], "expires_at": "2018-12-12T17:20:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69742f6910a64b3985aef5772894891b", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-user", "id": "3bc088059693473e8e99348ccf590ec7"}, "audit_ids": ["bZdj6Ig_Q_WMZQto_a58Ug"], "issued_at": "2018-12-12T16:20:20.000000Z"}} 2018-12-12 16:20:20,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:20,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6641bb4d-01d0-4ed2-99b0-db90d09d7090 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:20,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6641bb4d-01d0-4ed2-99b0-db90d09d7090 2018-12-12 16:20:20,234 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-12 16:20:20,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:20,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4125854f-b466-4b20-9838-0e84f56f953c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:20,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4125854f-b466-4b20-9838-0e84f56f953c 2018-12-12 16:20:20,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:20,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9307c7eb-0d7d-40e1-8049-b3849ac644a2 Date: Wed, 12 Dec 2018 16:20: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:20:20,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-9307c7eb-0d7d-40e1-8049-b3849ac644a2 2018-12-12 16:20:20,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:20:20,579 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:20: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:20:20,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:20,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e3423f3-2534-4068-b148-dd1d1984f1f9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:20:20,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-7e3423f3-2534-4068-b148-dd1d1984f1f9 2018-12-12 16:20:20,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:20,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-59eb95b1-d302-4fa7-8375-5dd6ad4295f6 Date: Wed, 12 Dec 2018 16:20:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:20,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-59eb95b1-d302-4fa7-8375-5dd6ad4295f6 2018-12-12 16:20:20,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:21,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-53f73c67-ddf9-4982-9622-a3084d55eb07 Date: Wed, 12 Dec 2018 16:20:21 GMT RESP BODY: {"ports":[]} 2018-12-12 16:20:21,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1&admin_state_up=True used request id req-53f73c67-ddf9-4982-9622-a3084d55eb07 2018-12-12 16:20:21,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:21,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3fac65d-2943-4c84-9bc0-85cfe54c9ee6 x-compute-request-id: req-a3fac65d-2943-4c84-9bc0-85cfe54c9ee6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:20:21,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst used request id req-a3fac65d-2943-4c84-9bc0-85cfe54c9ee6 2018-12-12 16:20:21,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:21,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1e71951a-6752-43cb-9b8a-2cecc7d3bc59 Date: Wed, 12 Dec 2018 16:20:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:20:21,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-1e71951a-6752-43cb-9b8a-2cecc7d3bc59 2018-12-12 16:20:21,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:21,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93913a87-45f5-48b2-8580-37b3fa3c0859 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:20:21,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-93913a87-45f5-48b2-8580-37b3fa3c0859 2018-12-12 16:20:21,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:21,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0abb9e5-5e87-4bfb-b38c-4530d58b03f3 Date: Wed, 12 Dec 2018 16:20:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:21,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-a0abb9e5-5e87-4bfb-b38c-4530d58b03f3 2018-12-12 16:20:21,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:21,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-741e6b59-07bb-4140-8c88-f7f8712f7674 Date: Wed, 12 Dec 2018 16:20:21 GMT RESP BODY: {"ports":[]} 2018-12-12 16:20:21,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1&admin_state_up=True used request id req-741e6b59-07bb-4140-8c88-f7f8712f7674 2018-12-12 16:20:21,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-12 16:20:21,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:20:22,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c111bb06b0df45758c90b27a283a41f0", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role"}], "expires_at": "2018-12-12T17:20:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69742f6910a64b3985aef5772894891b", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/69742f6910a64b3985aef5772894891b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-user", "id": "3bc088059693473e8e99348ccf590ec7"}, "audit_ids": ["9U4W6kl2RPmX5SFNLFpSjw"], "issued_at": "2018-12-12T16:20:22.000000Z"}} 2018-12-12 16:20:22,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e98fd1dbbf2dc22c0a2d95682d99be2f7500ca5" 2018-12-12 16:20:22,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e3feff-78d3-461f-a788-b4f73a6c9463 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:20:22,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d7e3feff-78d3-461f-a788-b4f73a6c9463 2018-12-12 16:20:22,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:22,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d4266adf-5d64-4e3e-9e56-68a49aa360ea Date: Wed, 12 Dec 2018 16:20: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:20:22,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-d4266adf-5d64-4e3e-9e56-68a49aa360ea 2018-12-12 16:20:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:22,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d1f86acb-6504-4731-9346-3d2e7abbf795 Date: Wed, 12 Dec 2018 16:20:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:22,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-d1f86acb-6504-4731-9346-3d2e7abbf795 2018-12-12 16:20:22,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:23,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-254f9d6e-b991-4622-9a2c-fc2663a847a0 Date: Wed, 12 Dec 2018 16:20: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:20:23,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-254f9d6e-b991-4622-9a2c-fc2663a847a0 2018-12-12 16:20:23,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:20:23,257 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:20: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:20:23,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e98fd1dbbf2dc22c0a2d95682d99be2f7500ca5" 2018-12-12 16:20:23,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1ee201e-5563-4ccc-90f1-6caa538fb653 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:20:23,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-e1ee201e-5563-4ccc-90f1-6caa538fb653 2018-12-12 16:20:23,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:23,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3e5a0f5e-e457-49f6-a68f-ea02b868af80 Date: Wed, 12 Dec 2018 16:20:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:23,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-3e5a0f5e-e457-49f6-a68f-ea02b868af80 2018-12-12 16:20:23,405 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net 2018-12-12 16:20:23,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" -d '{"port": {"network_id": "6b6e2646-14d3-4a59-a43f-69ac8a7174aa", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1", "admin_state_up": true}}' 2018-12-12 16:20:24,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-9290cb6b-4dc7-4555-b613-578dca146d98 Date: Wed, 12 Dec 2018 16:20:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7"],"mac_address":"fa:16:3e:0d:9c:91","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","project_id":"69742f6910a64b3985aef5772894891b","qos_policy_id":null,"admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal"}} 2018-12-12 16:20:24,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-9290cb6b-4dc7-4555-b613-578dca146d98 2018-12-12 16:20:24,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:24,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1ea5739f-2743-46d2-978a-e206e892b960 Date: Wed, 12 Dec 2018 16:20: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:20:24,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-1ea5739f-2743-46d2-978a-e206e892b960 2018-12-12 16:20:24,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:24,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7579ab34-e3d8-4554-abb4-23123dfffa11 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:20:24,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-7579ab34-e3d8-4554-abb4-23123dfffa11 2018-12-12 16:20:24,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:24,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-95c41be8-0013-4a13-b2dc-104fcd5a957f Date: Wed, 12 Dec 2018 16:20:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:20:24,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-95c41be8-0013-4a13-b2dc-104fcd5a957f 2018-12-12 16:20:24,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:25,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-4148b3c6-bce7-499c-937a-b57a81a1a061 Date: Wed, 12 Dec 2018 16:20:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-12-12 16:20:25,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1&admin_state_up=True used request id req-4148b3c6-bce7-499c-937a-b57a81a1a061 2018-12-12 16:20:25,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:25,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb3e13bf-5f34-487f-979d-130f6e787694 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:20:25,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-cb3e13bf-5f34-487f-979d-130f6e787694 2018-12-12 16:20:25,162 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst 2018-12-12 16:20:25,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:25,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20: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-fca69220-4f4a-4b13-bd85-fafa96f187bb x-compute-request-id: req-fca69220-4f4a-4b13-bd85-fafa96f187bb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-flavor-name"}]} 2018-12-12 16:20:25,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-fca69220-4f4a-4b13-bd85-fafa96f187bb 2018-12-12 16:20:25,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/23b720b1-5c37-4045-a280-88cedefdba04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:25,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20: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-1a1b1a4b-7a3e-4fed-9081-58846b42fc19 x-compute-request-id: req-1a1b1a4b-7a3e-4fed-9081-58846b42fc19 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "23b720b1-5c37-4045-a280-88cedefdba04", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:20:25,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/23b720b1-5c37-4045-a280-88cedefdba04 used request id req-1a1b1a4b-7a3e-4fed-9081-58846b42fc19 2018-12-12 16:20:25,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:25,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-e13aff8f-cf26-48da-9677-7ebc25cee1cb Date: Wed, 12 Dec 2018 16:20:25 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image", "tags": [], "container_format": "bare", "created_at": "2018-12-12T16:19:53Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-12-12T16:20:00Z", "visibility": "shared", "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/65e50207-a3b8-4779-a21c-aae29b9290e1/snap", "metadata": {}}], "self": "/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "min_disk": 0, "protected": false, "id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "file": "/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "69742f6910a64b3985aef5772894891b", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/65e50207-a3b8-4779-a21c-aae29b9290e1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image"} 2018-12-12 16:20:25,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image used request id req-e13aff8f-cf26-48da-9677-7ebc25cee1cb 2018-12-12 16:20:25,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:25,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c19f2ab-ca75-4892-b908-8160e05bc7da Date: Wed, 12 Dec 2018 16:20:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-12 16:20:25,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6c19f2ab-ca75-4892-b908-8160e05bc7da 2018-12-12 16:20:25,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" -d '{"server": {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "imageRef": "65e50207-a3b8-4779-a21c-aae29b9290e1", "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "flavorRef": "23b720b1-5c37-4045-a280-88cedefdba04", "max_count": 1, "min_count": 1, "networks": [{"port": "1d605dd6-9b1d-4799-9aa0-8c7409441efc"}]}}' 2018-12-12 16:20:27,311 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:20: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-0bb12ef3-c617-4e35-a36c-6b344e4f0c3d x-compute-request-id: req-0bb12ef3-c617-4e35-a36c-6b344e4f0c3d Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "adminPass": "9FwqyJZdnS99"}} 2018-12-12 16:20:27,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-0bb12ef3-c617-4e35-a36c-6b344e4f0c3d 2018-12-12 16:20:27,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:27,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-415d8cfc-bb77-439c-981e-2b8cd18674d2 x-compute-request-id: req-415d8cfc-bb77-439c-981e-2b8cd18674d2 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.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:27,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-415d8cfc-bb77-439c-981e-2b8cd18674d2 2018-12-12 16:20:27,669 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst 2018-12-12 16:20:27,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:27,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-80a32f70-b836-4a58-bc48-0e922d5a094c x-compute-request-id: req-80a32f70-b836-4a58-bc48-0e922d5a094c 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.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:27,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-80a32f70-b836-4a58-bc48-0e922d5a094c 2018-12-12 16:20:27,744 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:27,744 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:20:30,747 - create_instance - DEBUG - VM status query timeout in 896.921746969 2018-12-12 16:20:30,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:31,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7702365f-633b-4189-aa96-8e2ad60a75ba x-compute-request-id: req-7702365f-633b-4189-aa96-8e2ad60a75ba Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:31,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-7702365f-633b-4189-aa96-8e2ad60a75ba 2018-12-12 16:20:31,215 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:31,215 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:20:34,218 - create_instance - DEBUG - VM status query timeout in 893.450608969 2018-12-12 16:20:34,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:35,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72a4080d-6f21-4e54-80cd-6b898cec5324 x-compute-request-id: req-72a4080d-6f21-4e54-80cd-6b898cec5324 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:35,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-72a4080d-6f21-4e54-80cd-6b898cec5324 2018-12-12 16:20:35,024 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:35,024 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:20:38,027 - create_instance - DEBUG - VM status query timeout in 889.641675949 2018-12-12 16:20:38,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:38,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-dbabf985-bd4c-407c-9f2f-d4b9763c7d44 x-compute-request-id: req-dbabf985-bd4c-407c-9f2f-d4b9763c7d44 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:38,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-dbabf985-bd4c-407c-9f2f-d4b9763c7d44 2018-12-12 16:20:38,496 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:38,497 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:20:41,497 - create_instance - DEBUG - VM status query timeout in 886.171792984 2018-12-12 16:20:41,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:42,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20: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-682373bf-e74b-4475-94e2-46c0b52d852b x-compute-request-id: req-682373bf-e74b-4475-94e2-46c0b52d852b Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:42,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-682373bf-e74b-4475-94e2-46c0b52d852b 2018-12-12 16:20:42,355 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:42,355 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:20:45,358 - create_instance - DEBUG - VM status query timeout in 882.310778141 2018-12-12 16:20:45,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:46,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-03db529f-6c97-4b03-a8a0-ddb75f2bf74b x-compute-request-id: req-03db529f-6c97-4b03-a8a0-ddb75f2bf74b Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:46,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-03db529f-6c97-4b03-a8a0-ddb75f2bf74b 2018-12-12 16:20:46,149 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:46,149 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:20:49,152 - create_instance - DEBUG - VM status query timeout in 878.516988039 2018-12-12 16:20:49,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:49,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20: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-53604757-e91c-4fcc-9903-bf6cb0a8f932 x-compute-request-id: req-53604757-e91c-4fcc-9903-bf6cb0a8f932 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:49,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-53604757-e91c-4fcc-9903-bf6cb0a8f932 2018-12-12 16:20:49,661 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:49,661 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:20:52,664 - create_instance - DEBUG - VM status query timeout in 875.005048037 2018-12-12 16:20:52,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:53,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-021276eb-1284-4c81-a459-41739bbf13d3 x-compute-request-id: req-021276eb-1284-4c81-a459-41739bbf13d3 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:53,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-021276eb-1284-4c81-a459-41739bbf13d3 2018-12-12 16:20:53,334 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:53,334 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:20:56,337 - create_instance - DEBUG - VM status query timeout in 871.331877947 2018-12-12 16:20:56,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:20:57,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:20: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-01c1d3af-7120-4961-b3e5-f933a3b0dcbd x-compute-request-id: req-01c1d3af-7120-4961-b3e5-f933a3b0dcbd Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:20:57,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-01c1d3af-7120-4961-b3e5-f933a3b0dcbd 2018-12-12 16:20:57,200 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:20:57,200 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:00,203 - create_instance - DEBUG - VM status query timeout in 867.465934992 2018-12-12 16:21:00,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:00,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21: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-bf23f7a2-272a-45f0-ac29-4ff605e2c82a x-compute-request-id: req-bf23f7a2-272a-45f0-ac29-4ff605e2c82a Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:00,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-bf23f7a2-272a-45f0-ac29-4ff605e2c82a 2018-12-12 16:21:00,889 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:00,889 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:03,892 - create_instance - DEBUG - VM status query timeout in 863.776985168 2018-12-12 16:21:03,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:04,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21: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-80fae75b-93f8-4c11-8d59-0e99f6992577 x-compute-request-id: req-80fae75b-93f8-4c11-8d59-0e99f6992577 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:04,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-80fae75b-93f8-4c11-8d59-0e99f6992577 2018-12-12 16:21:04,244 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:04,244 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:07,247 - create_instance - DEBUG - VM status query timeout in 860.421524048 2018-12-12 16:21:07,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:07,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21: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-1222ee5a-a38c-49f8-b902-e22fbdf09b07 x-compute-request-id: req-1222ee5a-a38c-49f8-b902-e22fbdf09b07 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:07,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-1222ee5a-a38c-49f8-b902-e22fbdf09b07 2018-12-12 16:21:07,927 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:07,928 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:10,931 - create_instance - DEBUG - VM status query timeout in 856.738198042 2018-12-12 16:21:10,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:11,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5029b179-2110-45b3-bf44-3136282e371d x-compute-request-id: req-5029b179-2110-45b3-bf44-3136282e371d Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:11,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-5029b179-2110-45b3-bf44-3136282e371d 2018-12-12 16:21:11,742 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:11,742 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:14,745 - create_instance - DEBUG - VM status query timeout in 852.923894167 2018-12-12 16:21:14,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:15,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21: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-0000bdb4-70f8-4266-b131-6d09c32e8f98 x-compute-request-id: req-0000bdb4-70f8-4266-b131-6d09c32e8f98 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:15,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-0000bdb4-70f8-4266-b131-6d09c32e8f98 2018-12-12 16:21:15,103 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:15,103 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:18,106 - create_instance - DEBUG - VM status query timeout in 849.562963963 2018-12-12 16:21:18,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:19,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-2bc10ca5-fedb-479d-891a-6b05d938d2d4 x-compute-request-id: req-2bc10ca5-fedb-479d-891a-6b05d938d2d4 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:19,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-2bc10ca5-fedb-479d-891a-6b05d938d2d4 2018-12-12 16:21:19,165 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:19,166 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:22,169 - create_instance - DEBUG - VM status query timeout in 845.50029397 2018-12-12 16:21:22,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:22,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-75e96d5c-3f8d-4ab3-9976-b475364b8416 x-compute-request-id: req-75e96d5c-3f8d-4ab3-9976-b475364b8416 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:22,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-75e96d5c-3f8d-4ab3-9976-b475364b8416 2018-12-12 16:21:22,670 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:22,670 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:25,673 - create_instance - DEBUG - VM status query timeout in 841.995527029 2018-12-12 16:21:25,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:26,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21: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-8564e214-f9c5-4de0-b5a4-70b232bacdc7 x-compute-request-id: req-8564e214-f9c5-4de0-b5a4-70b232bacdc7 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:26,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-8564e214-f9c5-4de0-b5a4-70b232bacdc7 2018-12-12 16:21:26,168 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:26,168 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:29,171 - create_instance - DEBUG - VM status query timeout in 838.497610092 2018-12-12 16:21:29,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:29,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-493219da-fdfd-4b8c-b93f-7c36f4d4f399 x-compute-request-id: req-493219da-fdfd-4b8c-b93f-7c36f4d4f399 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:29,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-493219da-fdfd-4b8c-b93f-7c36f4d4f399 2018-12-12 16:21:29,711 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:29,712 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:32,715 - create_instance - DEBUG - VM status query timeout in 834.954149961 2018-12-12 16:21:32,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:33,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-ef7b8613-2f71-4b14-a0a9-e7588bd767ed x-compute-request-id: req-ef7b8613-2f71-4b14-a0a9-e7588bd767ed Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:33,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-ef7b8613-2f71-4b14-a0a9-e7588bd767ed 2018-12-12 16:21:33,555 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:33,555 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:36,558 - create_instance - DEBUG - VM status query timeout in 831.111119032 2018-12-12 16:21:36,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:37,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-795d36a2-0c37-4f7e-a4b6-adca45c16f2c x-compute-request-id: req-795d36a2-0c37-4f7e-a4b6-adca45c16f2c Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:37,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-795d36a2-0c37-4f7e-a4b6-adca45c16f2c 2018-12-12 16:21:37,354 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:37,354 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:40,357 - create_instance - DEBUG - VM status query timeout in 827.311717987 2018-12-12 16:21:40,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:41,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d233cb9d-1584-4a2c-a179-4e3b0db289cf x-compute-request-id: req-d233cb9d-1584-4a2c-a179-4e3b0db289cf Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:41,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-d233cb9d-1584-4a2c-a179-4e3b0db289cf 2018-12-12 16:21:41,177 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:41,177 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:44,180 - create_instance - DEBUG - VM status query timeout in 823.488831997 2018-12-12 16:21:44,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:45,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-440bdaac-b311-47fd-94b6-b73de0631ba7 x-compute-request-id: req-440bdaac-b311-47fd-94b6-b73de0631ba7 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:45,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-440bdaac-b311-47fd-94b6-b73de0631ba7 2018-12-12 16:21:45,066 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:45,066 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:48,069 - create_instance - DEBUG - VM status query timeout in 819.599533081 2018-12-12 16:21:48,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:48,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5157232-7cc1-44e9-9282-e8eae8782a8a x-compute-request-id: req-b5157232-7cc1-44e9-9282-e8eae8782a8a Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:48,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-b5157232-7cc1-44e9-9282-e8eae8782a8a 2018-12-12 16:21:48,593 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:48,593 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:51,596 - create_instance - DEBUG - VM status query timeout in 816.072657108 2018-12-12 16:21:51,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:52,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38857d08-dbf5-4416-b690-9f7d9f5e5560 x-compute-request-id: req-38857d08-dbf5-4416-b690-9f7d9f5e5560 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:52,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-38857d08-dbf5-4416-b690-9f7d9f5e5560 2018-12-12 16:21:52,079 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:52,079 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:55,082 - create_instance - DEBUG - VM status query timeout in 812.587005138 2018-12-12 16:21:55,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:55,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-1853f90c-0c77-4f48-b822-c6182d65d6f8 x-compute-request-id: req-1853f90c-0c77-4f48-b822-c6182d65d6f8 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:55,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-1853f90c-0c77-4f48-b822-c6182d65d6f8 2018-12-12 16:21:55,570 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:55,570 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:21:58,573 - create_instance - DEBUG - VM status query timeout in 809.095837116 2018-12-12 16:21:58,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:21:58,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:21:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e270a4b-1756-4bdc-9936-65ccfb0886c7 x-compute-request-id: req-4e270a4b-1756-4bdc-9936-65ccfb0886c7 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:21:58,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-4e270a4b-1756-4bdc-9936-65ccfb0886c7 2018-12-12 16:21:58,920 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:21:58,920 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:22:01,923 - create_instance - DEBUG - VM status query timeout in 805.745603085 2018-12-12 16:22:01,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:02,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-a2ea420b-84bc-48d9-b656-6244259177c7 x-compute-request-id: req-a2ea420b-84bc-48d9-b656-6244259177c7 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:02,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-a2ea420b-84bc-48d9-b656-6244259177c7 2018-12-12 16:22:02,451 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:22:02,451 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:22:05,455 - create_instance - DEBUG - VM status query timeout in 802.21433115 2018-12-12 16:22:05,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:05,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22: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-c75a38c4-7aa9-4f1a-bad3-7975b99a5b44 x-compute-request-id: req-c75a38c4-7aa9-4f1a-bad3-7975b99a5b44 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:05,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-c75a38c4-7aa9-4f1a-bad3-7975b99a5b44 2018-12-12 16:22:05,920 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:22:05,920 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:22:08,923 - create_instance - DEBUG - VM status query timeout in 798.745521069 2018-12-12 16:22:08,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:09,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22: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-144329c5-5317-4718-8c26-bbb02939d2d3 x-compute-request-id: req-144329c5-5317-4718-8c26-bbb02939d2d3 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:09,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-144329c5-5317-4718-8c26-bbb02939d2d3 2018-12-12 16:22:09,558 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:22:09,558 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:22:12,561 - create_instance - DEBUG - VM status query timeout in 795.107787132 2018-12-12 16:22:12,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:13,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fdb67ddc-ef86-435d-8606-c4b2c824ff42 x-compute-request-id: req-fdb67ddc-ef86-435d-8606-c4b2c824ff42 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:20:28Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:13,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-fdb67ddc-ef86-435d-8606-c4b2c824ff42 2018-12-12 16:22:13,073 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - BUILD 2018-12-12 16:22:13,073 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:22:16,076 - create_instance - DEBUG - VM status query timeout in 791.592952967 2018-12-12 16:22:16,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:16,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-3a8fa1b9-90b2-4979-9c01-e999d105cd6c x-compute-request-id: req-3a8fa1b9-90b2-4979-9c01-e999d105cd6c Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:16,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-3a8fa1b9-90b2-4979-9c01-e999d105cd6c 2018-12-12 16:22:16,850 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - ACTIVE 2018-12-12 16:22:16,850 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:22:16,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:17,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-92487d45-c14b-4722-98b2-3d7051de2203 x-compute-request-id: req-92487d45-c14b-4722-98b2-3d7051de2203 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:17,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-92487d45-c14b-4722-98b2-3d7051de2203 2018-12-12 16:22:17,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:17,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-79a22df3-4a68-442d-aafd-ef10a82fda93 Date: Wed, 12 Dec 2018 16:22: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:17,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-79a22df3-4a68-442d-aafd-ef10a82fda93 2018-12-12 16:22:17,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:17,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68bf3655-8bfb-4070-89bf-fd8c24a9fcb5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:17,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-68bf3655-8bfb-4070-89bf-fd8c24a9fcb5 2018-12-12 16:22:17,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:17,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fa4b6b2e-2bd7-457b-88a1-210b545e1fce Date: Wed, 12 Dec 2018 16:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:17,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-fa4b6b2e-2bd7-457b-88a1-210b545e1fce 2018-12-12 16:22:17,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:17,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-f3f52e29-29da-4401-9a62-80f2a858ab9f Date: Wed, 12 Dec 2018 16:22:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:17,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-f3f52e29-29da-4401-9a62-80f2a858ab9f 2018-12-12 16:22:17,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:17,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-10e9bb35-6aa8-4837-b436-5cef0f285de9 Date: Wed, 12 Dec 2018 16:22:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:06Z", "admin_state_up": true, "updated_at": "2018-12-12T16:20:12Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "69742f6910a64b3985aef5772894891b", "id": "d158178b-c203-455d-b174-283be3068ce4", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router"}]} 2018-12-12 16:22:17,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router used request id req-10e9bb35-6aa8-4837-b436-5cef0f285de9 2018-12-12 16:22:17,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:17,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de2d02c-e766-4d14-b2d0-c2c861cdb0a4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:17,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-4de2d02c-e766-4d14-b2d0-c2c861cdb0a4 2018-12-12 16:22:18,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d158178b-c203-455d-b174-283be3068ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:18,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-205ac177-0f3b-4dac-9ba0-97e564106e5d Date: Wed, 12 Dec 2018 16:22:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"}]} 2018-12-12 16:22:18,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d158178b-c203-455d-b174-283be3068ce4 used request id req-205ac177-0f3b-4dac-9ba0-97e564106e5d 2018-12-12 16:22:18,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7b4c6312-2898-4b95-868e-98d1fce1f544 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:18,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-ca7a1266-1d35-4f39-9b0a-45d0952061b9 Date: Wed, 12 Dec 2018 16:22:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}} 2018-12-12 16:22:18,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7b4c6312-2898-4b95-868e-98d1fce1f544 used request id req-ca7a1266-1d35-4f39-9b0a-45d0952061b9 2018-12-12 16:22:18,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:18,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8d01cccd-97e6-4aad-9b7c-0332b7cae577 Date: Wed, 12 Dec 2018 16:22:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:22:18,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-8d01cccd-97e6-4aad-9b7c-0332b7cae577 2018-12-12 16:22:18,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:18,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e06757fc-9f3c-4ba7-86b0-06e0a5a7143c Date: Wed, 12 Dec 2018 16:22:18 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:22:18,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-e06757fc-9f3c-4ba7-86b0-06e0a5a7143c 2018-12-12 16:22:18,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:18,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22: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-0a2f082d-e133-4af9-a20e-fb113887ddfc x-compute-request-id: req-0a2f082d-e133-4af9-a20e-fb113887ddfc Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:18,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-0a2f082d-e133-4af9-a20e-fb113887ddfc 2018-12-12 16:22:18,594 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - ACTIVE 2018-12-12 16:22:18,595 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:22:18,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:18,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22: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-baf44c50-3a4e-462e-96e4-262ac48d5279 x-compute-request-id: req-baf44c50-3a4e-462e-96e4-262ac48d5279 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:18,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-baf44c50-3a4e-462e-96e4-262ac48d5279 2018-12-12 16:22:18,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:19,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-05dd0235-9be5-47fe-80a1-b11afb10ff74 Date: Wed, 12 Dec 2018 16:22: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:19,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-05dd0235-9be5-47fe-80a1-b11afb10ff74 2018-12-12 16:22:19,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:19,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba63a97d-8adc-4d5b-b139-180e4e22e42c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:19,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-ba63a97d-8adc-4d5b-b139-180e4e22e42c 2018-12-12 16:22:19,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:19,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f648f5a1-6bbc-4b72-b294-e25a102f8546 Date: Wed, 12 Dec 2018 16:22:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:19,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-f648f5a1-6bbc-4b72-b294-e25a102f8546 2018-12-12 16:22:19,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:19,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-82c33128-8f42-4692-bcb5-b5902129ba6a Date: Wed, 12 Dec 2018 16:22:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:19,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-82c33128-8f42-4692-bcb5-b5902129ba6a 2018-12-12 16:22:19,297 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-12 16:22:19,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:19,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-84e7ca51-f139-4db1-b21e-70b7fa58d5fd Date: Wed, 12 Dec 2018 16:22:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:22:19,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-84e7ca51-f139-4db1-b21e-70b7fa58d5fd 2018-12-12 16:22:19,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:19,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-688b366b-1371-468a-9dee-4087d37fa3db Date: Wed, 12 Dec 2018 16:22:19 GMT RESP BODY: {"subnets":[]} 2018-12-12 16:22:19,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a8338694-3b57-490d-b186-bcbdf41bb7db used request id req-688b366b-1371-468a-9dee-4087d37fa3db 2018-12-12 16:22:19,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "port_id": "1d605dd6-9b1d-4799-9aa0-8c7409441efc"}}' 2018-12-12 16:22:21,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-0499b58b-c74c-4794-80e5-0e545f5884a5 Date: Wed, 12 Dec 2018 16:22:21 GMT RESP BODY: {"floatingip": {"router_id": "d158178b-c203-455d-b174-283be3068ce4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:22:20Z", "updated_at": "2018-12-12T16:22:20Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "10.55.1.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "69742f6910a64b3985aef5772894891b", "port_id": "1d605dd6-9b1d-4799-9aa0-8c7409441efc", "id": "ba68105d-2f4c-4e44-99d0-ec24601d77df"}} 2018-12-12 16:22:21,428 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-0499b58b-c74c-4794-80e5-0e545f5884a5 2018-12-12 16:22:21,428 - create_instance - INFO - Created floating IP 172.30.9.208 via router - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router 2018-12-12 16:22:21,428 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2018-12-12 16:22:21,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:21,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86e413df-3072-414c-9c07-50d244c4522e x-compute-request-id: req-86e413df-3072-414c-9c07-50d244c4522e Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:21,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-86e413df-3072-414c-9c07-50d244c4522e 2018-12-12 16:22:21,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:22:22,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6c22726-14d8-485c-bde7-2ece40daafea x-compute-request-id: req-f6c22726-14d8-485c-bde7-2ece40daafea Content-Encoding: gzip Content-Length: 10500 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-163-generic (buildd@lgw01-amd64-058) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #213-Ubuntu SMP Thu Nov 15 02:19:07 UTC 2018 (Ubuntu 3.13.0-163.213-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84096 r8192 d22400 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc80\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008022] Security Framework initialized\n[ 0.009065] AppArmor: AppArmor initialized\n[ 0.010096] Yama: becoming mindful.\n[ 0.011476] 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.014350] 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.017719] Initializing cgroup subsys memory\n[ 0.020006] Initializing cgroup subsys devices\n[ 0.021106] Initializing cgroup subsys freezer\n[ 0.022192] Initializing cgroup subsys blkio\n[ 0.023240] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025838] mce: CPU supports 10 MCE banks\n[ 0.026858] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026858] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.029297] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.032002] Speculative Store Bypass: Vulnerable\n[ 0.033762] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.038720] ACPI: Core revision 20131115\n[ 0.040436] ACPI: All ACPI Tables successfully acquired\n[ 0.041847] ftrace: allocating 28753 entries in 113 pages\n[ 0.060022] smpboot: Max logical packages: 2\n[ 0.061082] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.064003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.065654] Enabling x2apic\n[ 0.066404] Enabled x2apic\n[ 0.068003] Switched APIC routing to physical x2apic.\n[ 0.070121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.074463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.079241] KVM setup paravirtual spinlock\n[ 0.081011] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.082643] x86: Booting SMP configuration:\n[ 0.083753] .... node #0, CPUs: #1[ 0.081004] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096019] x86: Booted up 1 node, 2 CPUs\n[ 0.096013] KVM setup async PF for cpu 1\n[ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc80\n[ 0.099265] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100283] devtmpfs: initialized\n[ 0.102337] EVM: security.selinux\n[ 0.103193] EVM: security.SMACK64\n[ 0.104005] EVM: security.ima\n[ 0.104792] EVM: security.capability\n[ 0.105701] pinctrl core: initialized pinctrl subsystem\n[ 0.105998] regulator-dummy: no parameters\n[ 0.108062] RTC time: 16:22:13, date: 12/12/18\n[ 0.109161] NET: Registered protocol family 16\n[ 0.110294] cpuidle: using governor ladder\n[ 0.111287] cpuidle: using governor menu\n[ 0.112053] ACPI: bus type PCI registered\n[ 0.113027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.114538] PCI: Using configuration type 1 for base access\n[ 0.116309] bio: create slab at 0\n[ 0.117028] ACPI: Added _OSI(Module Device)\n[ 0.117067] ACPI: Added _OSI(Processor Device)\n[ 0.118122] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.120003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.122531] ACPI: Interpreter enabled\n[ 0.123460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.125443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.127728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.129453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.131840] ACPI: (supports S0 S5)\n[ 0.132003] ACPI: Using IOAPIC for interrupt routing\n[ 0.133185] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.135493] ACPI: No dock devices found.\n[ 0.137622] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.139035] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.140010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.144017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.146788] acpiphp: Slot [3] registered\n[ 0.147789] acpiphp: Slot [4] registered\n[ 0.148021] acpiphp: Slot [5] registered\n[ 0.149010] acpiphp: Slot [6] registered\n[ 0.150002] acpiphp: Slot [7] registered\n[ 0.150973] acpiphp: Slot [8] registered\n[ 0.151956] acpiphp: Slot [9] registered\n[ 0.152020] acpiphp: Slot [10] registered\n[ 0.153011] acpiphp: Slot [11] registered\n[ 0.154003] acpiphp: Slot [12] registered\n[ 0.155000] acpiphp: Slot [13] registered\n[ 0.155985] acpiphp: Slot [14] registered\n[ 0.156020] acpiphp: Slot [15] registered\n[ 0.157017] acpiphp: Slot [16] registered\n[ 0.158022] acpiphp: Slot [17] registered\n[ 0.159013] acpiphp: Slot [18] registered\n[ 0.160013] acpiphp: Slot [19] registered\n[ 0.161027] acpiphp: Slot [20] registered\n[ 0.162039] acpiphp: Slot [21] registered\n[ 0.163049] acpiphp: Slot [22] registered\n[ 0.164022] acpiphp: Slot [23] registered\n[ 0.165034] acpiphp: Slot [24] registered\n[ 0.166049] acpiphp: Slot [25] registered\n[ 0.167049] acpiphp: Slot [26] registered\n[ 0.168018] acpiphp: Slot [27] registered\n[ 0.169024] acpiphp: Slot [28] registered\n[ 0.170028] acpiphp: Slot [29] registered\n[ 0.171028] acpiphp: Slot [30] registered\n[ 0.172019] acpiphp: Slot [31] registered\n[ 0.173028] PCI host bridge to bus 0000:00\n[ 0.174042] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175338] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177438] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179009] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.192674] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.194487] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.239675] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.240800] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.242548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.244072] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.246505] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.248069] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.249474] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.249474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.252003] vgaarb: loaded\n[ 0.252748] vgaarb: bridge control possible 0000:00:02.0\n[ 0.254118] SCSI subsystem initialized\n[ 0.255098] ACPI: bus type USB registered\n[ 0.256015] usbcore: registered new interface driver usbfs\n[ 0.257308] usbcore: registered new interface driver hub\n[ 0.258579] usbcore: registered new device driver usb\n[ 0.258579] PCI: Using ACPI for IRQ routing\n[ 0.260182] NetLabel: Initializing\n[ 0.261069] NetLabel: domain hash size = 128\n[ 0.262134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.263318] NetLabel: unlabeled traffic allowed by default\n[ 0.264048] Switched to clocksource kvm-clock\n[ 0.268910] AppArmor: AppArmor Filesystem Enabled\n[ 0.270084] pnp: PnP ACPI init\n[ 0.270898] ACPI: bus type PNP registered\n[ 0.272253] pnp: PnP ACPI: found 8 devices\n[ 0.273274] ACPI: bus type PNP unregistered\n[ 0.280448] NET: Registered protocol family 2\n[ 0.281663] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.283459] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.285009] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.286856] TCP: reno registered\n[ 0.287688] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.289064] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.290568] NET: Registered protocol family 1\n[ 0.291638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.293019] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.294360] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.316261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.338163] Trying to unpack rootfs image as initramfs...\n[ 0.418550] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.420653] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422084] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.424130] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.426749] Scanning for low memory corruption every 60 seconds\n[ 0.429241] Initialise system trusted keyring\n[ 0.430643] audit: initializing netlink socket (disabled)\n[ 0.432282] type=2000 audit(1544631734.052:1): initialized\n[ 0.450679] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.453227] zbud: loaded\n[ 0.454291] VFS: Disk quotas dquot_6.5.2\n[ 0.455532] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.457661] fuse init (API version 7.22)\n[ 0.458947] msgmni has been set to 3997\n[ 0.460190] Key type big_key registered\n[ 0.461626] Key type asymmetric registered\n[ 0.462883] Asymmetric key parser 'x509' registered\n[ 0.464357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.466616] io scheduler noop registered\n[ 0.467829] io scheduler deadline registered (default)\n[ 0.469422] io scheduler cfq registered\n[ 0.470654] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.472302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.474247] ipmi message handler version 39.2\n[ 0.475621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477850] ACPI: Power Button [PWRF]\n[ 0.479131] GHES: HEST is not enabled!\n[ 0.500614] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.543965] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546390] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.572775] Linux agpgart interface v0.103\n[ 0.574641] brd: module loaded\n[ 0.575959] loop: module loaded\n[ 0.577218] blk-mq: CPU -> queue map\n[ 0.578350] CPU 0 -> Queue 0\n[ 0.579319] CPU 1 -> Queue 0\n[ 0.580783] vda: vda1\n[ 0.582333] scsi0 : ata_piix\n[ 0.583198] scsi1 : ata_piix\n[ 0.583987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.585514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.587198] libphy: Fixed MDIO Bus: probed\n[ 0.588282] tun: Universal TUN/TAP device driver, 1.6\n[ 0.589539] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592161] PPP generic driver version 2.4.2\n[ 0.593351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594912] ehci-pci: EHCI PCI platform driver\n[ 0.596045] ehci-platform: EHCI generic platform driver\n[ 0.597333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.598804] ohci-pci: OHCI PCI platform driver\n[ 0.599930] ohci-platform: OHCI generic platform driver\n[ 0.601232] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.623162] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.624474] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.626425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.627849] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.629470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631274] usb usb1: Product: UHCI Host Controller\n[ 0.632505] usb usb1: Manufacturer: Linux 3.13.0-163-generic uhci_hcd\n[ 0.634095] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635380] hub 1-0:1.0: USB hub found\n[ 0.636365] hub 1-0:1.0: 2 ports detected\n[ 0.637494] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640108] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641364] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642728] mousedev: PS/2 mouse device common for all mice\n[ 0.644331] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649580] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651151] device-mapper: uevent: version 1.0.3\n[ 0.652355] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.654684] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655988] TCP: cubic registered\n[ 0.656836] NET: Registered protocol family 10\n[ 0.657921] NET: Registered protocol family 17\n[ 0.658849] Key type dns_resolver registered\n[ 0.659921] Loading compiled-in X.509 certificates\n[ 0.661488] Loaded X.509 cert 'Magrathea: Glacier signing key: 094079111c1fcc174da628d837dd46328f08651c'\n[ 0.663355] registered taskstats version 1\n[ 0.665631] Key type trusted registered\n[ 0.668684] Key type encrypted registered\n[ 0.669556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670613] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.672026] regulator-dummy: disabling\n[ 0.672853] Magic number: 14:458:388\n[ 0.673749] rtc_cmos 00:00: setting system clock to 2018-12-12 16:22:14 UTC (1544631734)\n[ 0.682251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683416] EDD information not available.\n[ 0.745117] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.746740] Write protecting the kernel read-only data: 12288k\n[ 0.748129] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000)\n[ 0.750721] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.762135] systemd-udevd[107]: starting version 204\n[ 0.796462] FDC 0 is a S82078B\n[ 0.948095] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.112587] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.113845] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.115148] usb 1-1: Product: QEMU USB Tablet\n[ 1.116028] usb 1-1: Manufacturer: QEMU\n[ 1.116824] usb 1-1: SerialNumber: 42\n[ 1.420159] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.812801] 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.046428] 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.155364] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.238070] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 16:22:16 +0000. Up 2.59 seconds.\ncloud-init-nonet[2.75]: 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 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 Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.45]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 12 Dec 2018 16:22:17 +0000. Up 3.58 seconds.\nci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.5 | 255.255.255.0 | fa:16:3e:0d:9c:91 |\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: +-------+-----------------+-----------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\na3:d2:5c:e6:c9:2a:03:ce:83:5b:37:77:88:9c:d7:74 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| |\n| S E |\n| .. = X + |\n| +..B B * |\n|..+.o= o |\n|.. . o. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nf0:d2:42:52:fb:26:06:6c:d9:09:40:e1:56:1e:1f:b5 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .+o+ o.. |\n| . + B + . |\n| o B B E |\n| . . + = |\n| = S |\n| . = |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n7d:38:a9:99:c3:a4:33:85:1d:22:be:f9:c7:ad:ed:ef root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . . |\n| . . + o o |\n| . . S = . |\n| o = + o |\n| o +.*. |\n| . ooo. |\n| ...oooE |\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:\n4e:0c:40:84:2c:64:af:6d:c3:23:3c:00:fb:fa:b2:98 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i\nThe key's randomart image is:\n+--[ED25519 256--+\n|o+ ++ |\n|+.+ . |\n|o. . . |\n|o.+ o |\n| =.* S |\n| .+ o o |\n|. . |\n|oo |\n|Eo. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\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 Wed, 12 Dec 2018 16:22:20 +0000. Up 6.34 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 regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Dec 2018 16:22:21 +0000. Up 7.23 seconds.\nci-info: +++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu++++++\nci-info: +---------+-------------------------------------------------+---------+---------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+---------+\nci-info: | ssh-rsa | 2c:42:68:46:d4:99:15:a8:15:25:93:0a:b2:69:1c:61 | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 f0:d2:42:52:fb:26:06:6c:d9:09:40:e1:56:1e:1f:b5 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i (DSA)\nec2: 256 7d:38:a9:99:c3:a4:33:85:1d:22:be:f9:c7:ad:ed:ef root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i (ECDSA)\nec2: 256 4e:0c:40:84:2c:64:af:6d:c3:23:3c:00:fb:fa:b2:98 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i (ED25519)\nec2: 2048 a3:d2:5c:e6:c9:2a:03:ce:83:5b:37:77:88:9c:d7:74 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN3kXWLb6JRVo2CLd+GU+O1XgEZCBKoPIBGH0WsJxLPZbO1Exg73SzClAmwB25/vB9KcJYysTwhrOUfjpoSH/gs= root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgyvS0v1KTjPL4k3jGTxagpYspNm+x7mAx5DCj6TIuC root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpkWxflPY1HuZ4Pt1lw8Ft6VTk8zYaBuIKVCTt4F1czW2h03KhBW9pP+lq/ADhQ+zdUMA6oX2xYAB8B09FoM3FmGJ6CxRcsdbwXytR7FaKhDAT7pE2BqnaMUShBDL+8y/DQVleuhxg9eG8nL4SZq5HSZHNug3NQfvKtkEXqXlDyHTWBBqYl1FSwctbAaeBm9+UEW/nncdnlDQng0MYbtXRwzH5mzE18sApaVqcLWrAr0fCCTsbsuJ7XPMn2NXwMLQF2hlBPasN/VpyC6vTpzGm5xTXO/g9/jGYUPhOuJAtUaJ9HsWr26RsyajjD9zFZ8KBwTQbYV8UKsSJWrdm4W6R root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 12 Dec 2018 16:22:21 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.31 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i ttyS0\n\nansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i login: "} 2018-12-12 16:22:22,993 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210/action used request id req-f6c22726-14d8-485c-bde7-2ece40daafea 2018-12-12 16:22:22,995 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-12 16:22:22,995 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-163-generic (buildd@lgw01-amd64-058) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #213-Ubuntu SMP Thu Nov 15 02:19:07 UTC 2018 (Ubuntu 3.13.0-163.213-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84096 r8192 d22400 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc80 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008022] Security Framework initialized [ 0.009065] AppArmor: AppArmor initialized [ 0.010096] Yama: becoming mindful. [ 0.011476] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012625] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014350] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017719] Initializing cgroup subsys memory [ 0.020006] Initializing cgroup subsys devices [ 0.021106] Initializing cgroup subsys freezer [ 0.022192] Initializing cgroup subsys blkio [ 0.023240] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025838] mce: CPU supports 10 MCE banks [ 0.026858] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026858] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 : Mitigation: Full generic retpoline [ 0.029297] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.032002] Speculative Store Bypass: Vulnerable [ 0.033762] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.038720] ACPI: Core revision 20131115 [ 0.040436] ACPI: All ACPI Tables successfully acquired [ 0.041847] ftrace: allocating 28753 entries in 113 pages [ 0.060022] smpboot: Max logical packages: 2 [ 0.061082] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.064003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.065654] Enabling x2apic [ 0.066404] Enabled x2apic [ 0.068003] Switched APIC routing to physical x2apic. [ 0.070121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.074463] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.079241] KVM setup paravirtual spinlock [ 0.081011] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.082643] x86: Booting SMP configuration: [ 0.083753] .... node #0, CPUs: #1[ 0.081004] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096019] x86: Booted up 1 node, 2 CPUs [ 0.096013] KVM setup async PF for cpu 1 [ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc80 [ 0.099265] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100283] devtmpfs: initialized [ 0.102337] EVM: security.selinux [ 0.103193] EVM: security.SMACK64 [ 0.104005] EVM: security.ima [ 0.104792] EVM: security.capability [ 0.105701] pinctrl core: initialized pinctrl subsystem [ 0.105998] regulator-dummy: no parameters [ 0.108062] RTC time: 16:22:13, date: 12/12/18 [ 0.109161] NET: Registered protocol family 16 [ 0.110294] cpuidle: using governor ladder [ 0.111287] cpuidle: using governor menu [ 0.112053] ACPI: bus type PCI registered [ 0.113027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.114538] PCI: Using configuration type 1 for base access [ 0.116309] bio: create slab at 0 [ 0.117028] ACPI: Added _OSI(Module Device) [ 0.117067] ACPI: Added _OSI(Processor Device) [ 0.118122] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.120003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.122531] ACPI: Interpreter enabled [ 0.123460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.125443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.127728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.129453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.131840] ACPI: (supports S0 S5) [ 0.132003] ACPI: Using IOAPIC for interrupt routing [ 0.133185] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.135493] ACPI: No dock devices found. [ 0.137622] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.139035] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.140010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.144017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.146788] acpiphp: Slot [3] registered [ 0.147789] acpiphp: Slot [4] registered [ 0.148021] acpiphp: Slot [5] registered [ 0.149010] acpiphp: Slot [6] registered [ 0.150002] acpiphp: Slot [7] registered [ 0.150973] acpiphp: Slot [8] registered [ 0.151956] acpiphp: Slot [9] registered [ 0.152020] acpiphp: Slot [10] registered [ 0.153011] acpiphp: Slot [11] registered [ 0.154003] acpiphp: Slot [12] registered [ 0.155000] acpiphp: Slot [13] registered [ 0.155985] acpiphp: Slot [14] registered [ 0.156020] acpiphp: Slot [15] registered [ 0.157017] acpiphp: Slot [16] registered [ 0.158022] acpiphp: Slot [17] registered [ 0.159013] acpiphp: Slot [18] registered [ 0.160013] acpiphp: Slot [19] registered [ 0.161027] acpiphp: Slot [20] registered [ 0.162039] acpiphp: Slot [21] registered [ 0.163049] acpiphp: Slot [22] registered [ 0.164022] acpiphp: Slot [23] registered [ 0.165034] acpiphp: Slot [24] registered [ 0.166049] acpiphp: Slot [25] registered [ 0.167049] acpiphp: Slot [26] registered [ 0.168018] acpiphp: Slot [27] registered [ 0.169024] acpiphp: Slot [28] registered [ 0.170028] acpiphp: Slot [29] registered [ 0.171028] acpiphp: Slot [30] registered [ 0.172019] acpiphp: Slot [31] registered [ 0.173028] PCI host bridge to bus 0000:00 [ 0.174042] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175338] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177438] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179009] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.192674] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.194487] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.239675] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.240800] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.242548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.244072] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.246505] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.248069] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.249474] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.249474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.252003] vgaarb: loaded [ 0.252748] vgaarb: bridge control possible 0000:00:02.0 [ 0.254118] SCSI subsystem initialized [ 0.255098] ACPI: bus type USB registered [ 0.256015] usbcore: registered new interface driver usbfs [ 0.257308] usbcore: registered new interface driver hub [ 0.258579] usbcore: registered new device driver usb [ 0.258579] PCI: Using ACPI for IRQ routing [ 0.260182] NetLabel: Initializing [ 0.261069] NetLabel: domain hash size = 128 [ 0.262134] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.263318] NetLabel: unlabeled traffic allowed by default [ 0.264048] Switched to clocksource kvm-clock [ 0.268910] AppArmor: AppArmor Filesystem Enabled [ 0.270084] pnp: PnP ACPI init [ 0.270898] ACPI: bus type PNP registered [ 0.272253] pnp: PnP ACPI: found 8 devices [ 0.273274] ACPI: bus type PNP unregistered [ 0.280448] NET: Registered protocol family 2 [ 0.281663] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.283459] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.285009] TCP: Hash tables configured (established 16384 bind 16384) [ 0.286856] TCP: reno registered [ 0.287688] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.289064] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.290568] NET: Registered protocol family 1 [ 0.291638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.293019] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.294360] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.316261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.338163] Trying to unpack rootfs image as initramfs... [ 0.418550] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.420653] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422084] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.424130] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.426749] Scanning for low memory corruption every 60 seconds [ 0.429241] Initialise system trusted keyring [ 0.430643] audit: initializing netlink socket (disabled) [ 0.432282] type=2000 audit(1544631734.052:1): initialized [ 0.450679] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.453227] zbud: loaded [ 0.454291] VFS: Disk quotas dquot_6.5.2 [ 0.455532] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.457661] fuse init (API version 7.22) [ 0.458947] msgmni has been set to 3997 [ 0.460190] Key type big_key registered [ 0.461626] Key type asymmetric registered [ 0.462883] Asymmetric key parser 'x509' registered [ 0.464357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.466616] io scheduler noop registered [ 0.467829] io scheduler deadline registered (default) [ 0.469422] io scheduler cfq registered [ 0.470654] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.472302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.474247] ipmi message handler version 39.2 [ 0.475621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477850] ACPI: Power Button [PWRF] [ 0.479131] GHES: HEST is not enabled! [ 0.500614] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.543965] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546390] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.570015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.572775] Linux agpgart interface v0.103 [ 0.574641] brd: module loaded [ 0.575959] loop: module loaded [ 0.577218] blk-mq: CPU -> queue map [ 0.578350] CPU 0 -> Queue 0 [ 0.579319] CPU 1 -> Queue 0 [ 0.580783] vda: vda1 [ 0.582333] scsi0 : ata_piix [ 0.583198] scsi1 : ata_piix [ 0.583987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.585514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.587198] libphy: Fixed MDIO Bus: probed [ 0.588282] tun: Universal TUN/TAP device driver, 1.6 [ 0.589539] tun: (C) 1999-2004 Max Krasnyansky [ 0.592161] PPP generic driver version 2.4.2 [ 0.593351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.594912] ehci-pci: EHCI PCI platform driver [ 0.596045] ehci-platform: EHCI generic platform driver [ 0.597333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.598804] ohci-pci: OHCI PCI platform driver [ 0.599930] ohci-platform: OHCI generic platform driver [ 0.601232] uhci_hcd: USB Universal Host Controller Interface driver [ 0.623162] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.624474] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.627849] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.629470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631274] usb usb1: Product: UHCI Host Controller [ 0.632505] usb usb1: Manufacturer: Linux 3.13.0-163-generic uhci_hcd [ 0.634095] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635380] hub 1-0:1.0: USB hub found [ 0.636365] hub 1-0:1.0: 2 ports detected [ 0.637494] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.640108] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.641364] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.642728] mousedev: PS/2 mouse device common for all mice [ 0.644331] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646669] rtc_cmos 00:00: RTC can wake from S4 [ 0.648067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649580] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.651151] device-mapper: uevent: version 1.0.3 [ 0.652355] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.654684] ledtrig-cpu: registered to indicate activity on CPUs [ 0.655988] TCP: cubic registered [ 0.656836] NET: Registered protocol family 10 [ 0.657921] NET: Registered protocol family 17 [ 0.658849] Key type dns_resolver registered [ 0.659921] Loading compiled-in X.509 certificates [ 0.661488] Loaded X.509 cert 'Magrathea: Glacier signing key: 094079111c1fcc174da628d837dd46328f08651c' [ 0.663355] registered taskstats version 1 [ 0.665631] Key type trusted registered [ 0.668684] Key type encrypted registered [ 0.669556] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670613] IMA: No TPM chip found, activating TPM-bypass! [ 0.672026] regulator-dummy: disabling [ 0.672853] Magic number: 14:458:388 [ 0.673749] rtc_cmos 00:00: setting system clock to 2018-12-12 16:22:14 UTC (1544631734) [ 0.682251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683416] EDD information not available. [ 0.745117] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.746740] Write protecting the kernel read-only data: 12288k [ 0.748129] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000) [ 0.750721] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.762135] systemd-udevd[107]: starting version 204 [ 0.796462] FDC 0 is a S82078B [ 0.948095] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.112587] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.113845] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.115148] usb 1-1: Product: QEMU USB Tablet [ 1.116028] usb 1-1: Manufacturer: QEMU [ 1.116824] usb 1-1: SerialNumber: 42 [ 1.420159] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.812801] 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.046428] 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.155364] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.238070] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 16:22:16 +0000. Up 2.59 seconds. cloud-init-nonet[2.75]: 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 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 Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.45]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 12 Dec 2018 16:22:17 +0000. Up 3.58 seconds. ci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++ ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.5 | 255.255.255.0 | fa:16:3e:0d:9c:91 | 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: +-------+-----------------+-----------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: a3:d2:5c:e6:c9:2a:03:ce:83:5b:37:77:88:9c:d7:74 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | | | S E | | .. = X + | | +..B B * | |..+.o= o | |.. . o. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: f0:d2:42:52:fb:26:06:6c:d9:09:40:e1:56:1e:1f:b5 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i The key's randomart image is: +--[ DSA 1024]----+ | .+o+ o.. | | . + B + . | | o B B E | | . . + = | | = S | | . = | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 7d:38:a9:99:c3:a4:33:85:1d:22:be:f9:c7:ad:ed:ef root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . . | | . . + o o | | . . S = . | | o = + o | | o +.*. | | . ooo. | | ...oooE | +-----------------+ 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: 4e:0c:40:84:2c:64:af:6d:c3:23:3c:00:fb:fa:b2:98 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i The key's randomart image is: +--[ED25519 256--+ |o+ ++ | |+.+ . | |o. . . | |o.+ o | | =.* S | | .+ o o | |. . | |oo | |Eo. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] 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 Wed, 12 Dec 2018 16:22:20 +0000. Up 6.34 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 regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Dec 2018 16:22:21 +0000. Up 7.23 seconds. ci-info: +++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu++++++ ci-info: +---------+-------------------------------------------------+---------+---------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+---------+ ci-info: | ssh-rsa | 2c:42:68:46:d4:99:15:a8:15:25:93:0a:b2:69:1c:61 | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 f0:d2:42:52:fb:26:06:6c:d9:09:40:e1:56:1e:1f:b5 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i (DSA) ec2: 256 7d:38:a9:99:c3:a4:33:85:1d:22:be:f9:c7:ad:ed:ef root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i (ECDSA) ec2: 256 4e:0c:40:84:2c:64:af:6d:c3:23:3c:00:fb:fa:b2:98 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i (ED25519) ec2: 2048 a3:d2:5c:e6:c9:2a:03:ce:83:5b:37:77:88:9c:d7:74 root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN3kXWLb6JRVo2CLd+GU+O1XgEZCBKoPIBGH0WsJxLPZbO1Exg73SzClAmwB25/vB9KcJYysTwhrOUfjpoSH/gs= root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgyvS0v1KTjPL4k3jGTxagpYspNm+x7mAx5DCj6TIuC root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpkWxflPY1HuZ4Pt1lw8Ft6VTk8zYaBuIKVCTt4F1czW2h03KhBW9pP+lq/ADhQ+zdUMA6oX2xYAB8B09FoM3FmGJ6CxRcsdbwXytR7FaKhDAT7pE2BqnaMUShBDL+8y/DQVleuhxg9eG8nL4SZq5HSZHNug3NQfvKtkEXqXlDyHTWBBqYl1FSwctbAaeBm9+UEW/nncdnlDQng0MYbtXRwzH5mzE18sApaVqcLWrAr0fCCTsbsuJ7XPMn2NXwMLQF2hlBPasN/VpyC6vTpzGm5xTXO/g9/jGYUPhOuJAtUaJ9HsWr26RsyajjD9zFZ8KBwTQbYV8UKsSJWrdm4W6R root@ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 12 Dec 2018 16:22:21 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.31 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i ttyS0 ansibleprovisioningtests-aa87c705-d51d-4014-af5c-f7f26539e694-i login: 2018-12-12 16:22:22,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:23,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4783112d-1e5a-47eb-b738-fe03b64193c8 x-compute-request-id: req-4783112d-1e5a-47eb-b738-fe03b64193c8 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:23,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-4783112d-1e5a-47eb-b738-fe03b64193c8 2018-12-12 16:22:23,334 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - ACTIVE 2018-12-12 16:22:23,334 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:22:23,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:23,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12c1a36f-d0b6-4e33-b6db-6986d79b3f62 x-compute-request-id: req-12c1a36f-d0b6-4e33-b6db-6986d79b3f62 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:23,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-12c1a36f-d0b6-4e33-b6db-6986d79b3f62 2018-12-12 16:22:23,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:23,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-fc449e5e-5b79-420f-959d-13f4f076d53b Date: Wed, 12 Dec 2018 16:22: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:23,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-fc449e5e-5b79-420f-959d-13f4f076d53b 2018-12-12 16:22:23,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:23,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3560eb4-2a27-4848-802e-a95ec31719f8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:23,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-e3560eb4-2a27-4848-802e-a95ec31719f8 2018-12-12 16:22:23,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:24,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e2ea63bc-9b33-48f4-94c8-3924ba6a0fea Date: Wed, 12 Dec 2018 16:22:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:24,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-e2ea63bc-9b33-48f4-94c8-3924ba6a0fea 2018-12-12 16:22:24,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:24,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-d4786579-4cb2-4707-84c7-6af9d07bdb9c Date: Wed, 12 Dec 2018 16:22:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:24,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-d4786579-4cb2-4707-84c7-6af9d07bdb9c 2018-12-12 16:22:24,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:24,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56cfa2c7-b35e-4094-8cb7-7b260d454cd7 x-compute-request-id: req-56cfa2c7-b35e-4094-8cb7-7b260d454cd7 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:24,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-56cfa2c7-b35e-4094-8cb7-7b260d454cd7 2018-12-12 16:22:24,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:24,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9499d7fb-3e02-4629-871d-64536ef0a1c2 Date: Wed, 12 Dec 2018 16:22: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:24,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-9499d7fb-3e02-4629-871d-64536ef0a1c2 2018-12-12 16:22:24,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:24,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ccf024e-5a01-4b22-9471-f97ba42a05b9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:24,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-4ccf024e-5a01-4b22-9471-f97ba42a05b9 2018-12-12 16:22:24,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:24,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3a9d6009-c04e-464c-b9a3-27d5f776cb09 Date: Wed, 12 Dec 2018 16:22:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:24,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-3a9d6009-c04e-464c-b9a3-27d5f776cb09 2018-12-12 16:22:24,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:24,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-09eabee8-1d94-4375-b975-8caa464902ba Date: Wed, 12 Dec 2018 16:22:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:24,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-09eabee8-1d94-4375-b975-8caa464902ba 2018-12-12 16:22:24,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}}' 2018-12-12 16:22:26,030 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:22:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82eea232-5928-490e-b41a-4c2cb10354ce x-compute-request-id: req-82eea232-5928-490e-b41a-4c2cb10354ce Content-Length: 0 Content-Type: application/json 2018-12-12 16:22:26,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210/action used request id req-82eea232-5928-490e-b41a-4c2cb10354ce 2018-12-12 16:22:26,030 - create_instance - INFO - Checking if VM is active 2018-12-12 16:22:26,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:26,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53528e6c-39e7-4c2b-a6e8-9929c81f4311 x-compute-request-id: req-53528e6c-39e7-4c2b-a6e8-9929c81f4311 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:26,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-53528e6c-39e7-4c2b-a6e8-9929c81f4311 2018-12-12 16:22:26,524 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - ACTIVE 2018-12-12 16:22:26,525 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:22:26,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:27,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fc47294-398d-4860-8e54-cc1556a44373 x-compute-request-id: req-1fc47294-398d-4860-8e54-cc1556a44373 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:27,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-1fc47294-398d-4860-8e54-cc1556a44373 2018-12-12 16:22:27,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:27,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-b2b3145b-353b-4974-901f-80245e80686d Date: Wed, 12 Dec 2018 16:22: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:27,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-b2b3145b-353b-4974-901f-80245e80686d 2018-12-12 16:22:27,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:27,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9f3aa0-05f1-4ed5-8e72-388485973846 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:27,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-aa9f3aa0-05f1-4ed5-8e72-388485973846 2018-12-12 16:22:27,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:27,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7cfbc10e-2414-4d86-b282-40140fedef30 Date: Wed, 12 Dec 2018 16:22:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:27,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-7cfbc10e-2414-4d86-b282-40140fedef30 2018-12-12 16:22:27,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:27,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-d7197154-a21b-409e-b14f-71484f6612a5 Date: Wed, 12 Dec 2018 16:22:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:25Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7","7ddae787-9acc-45fd-b705-841f33db75be"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:27,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-d7197154-a21b-409e-b14f-71484f6612a5 2018-12-12 16:22:27,537 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:22:27,540 - paramiko.transport - DEBUG - starting thread (client mode): 0xd60462d0L 2018-12-12 16:22:27,541 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:22:27,547 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:22:27,548 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:22:27,549 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:22:27,549 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:22:27,549 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:22:27,550 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:22:27,550 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:22:27,550 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:22:27,592 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:22:27,592 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:22:27,605 - paramiko.transport - DEBUG - Trying key 2c426846d49915a81525930ab2691c61 from tmp/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694 2018-12-12 16:22:27,632 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:22:27,654 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:22:27,754 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:22:27,783 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:22:27,783 - create_instance - INFO - Checking if cloud-init has completed 2018-12-12 16:22:27,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:28,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-274e46b3-eb49-4626-9805-14d427d46e0d x-compute-request-id: req-274e46b3-eb49-4626-9805-14d427d46e0d Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:28,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-274e46b3-eb49-4626-9805-14d427d46e0d 2018-12-12 16:22:28,111 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - ACTIVE 2018-12-12 16:22:28,111 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:22:28,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:28,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22: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-00aaa95e-62bb-4116-aef1-650ac5c7668b x-compute-request-id: req-00aaa95e-62bb-4116-aef1-650ac5c7668b Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:28,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-00aaa95e-62bb-4116-aef1-650ac5c7668b 2018-12-12 16:22:28,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:28,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-93a73e39-0335-47ce-8c44-1f347016d327 Date: Wed, 12 Dec 2018 16:22:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:28,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-93a73e39-0335-47ce-8c44-1f347016d327 2018-12-12 16:22:28,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:28,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3adc5fe1-f9f6-4b48-a050-98d99641ec01 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:28,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-3adc5fe1-f9f6-4b48-a050-98d99641ec01 2018-12-12 16:22:28,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:28,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aecf6fac-bd47-4c95-a432-b2cf759b0476 Date: Wed, 12 Dec 2018 16:22:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:28,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-aecf6fac-bd47-4c95-a432-b2cf759b0476 2018-12-12 16:22:28,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:29,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-5205c827-6e7b-40f1-8725-627cd774ba34 Date: Wed, 12 Dec 2018 16:22:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:25Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7","7ddae787-9acc-45fd-b705-841f33db75be"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:29,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-5205c827-6e7b-40f1-8725-627cd774ba34 2018-12-12 16:22:29,023 - create_instance - INFO - Checking if VM is active 2018-12-12 16:22:29,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:29,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22: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-0a04da9b-21e6-49e5-94cb-fbe6808b6c0e x-compute-request-id: req-0a04da9b-21e6-49e5-94cb-fbe6808b6c0e Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:29,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-0a04da9b-21e6-49e5-94cb-fbe6808b6c0e 2018-12-12 16:22:29,506 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - ACTIVE 2018-12-12 16:22:29,507 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:22:29,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:30,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22: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-1de0fd5a-4e86-4800-b8ae-d997dde4550b x-compute-request-id: req-1de0fd5a-4e86-4800-b8ae-d997dde4550b Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:30,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-1de0fd5a-4e86-4800-b8ae-d997dde4550b 2018-12-12 16:22:30,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:30,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-be376256-a454-40b1-8b3d-a5c1e28469e3 Date: Wed, 12 Dec 2018 16:22: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:30,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-be376256-a454-40b1-8b3d-a5c1e28469e3 2018-12-12 16:22:30,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:30,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c4b94b-51b6-40ba-841b-a0fd4e6c2b1a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:30,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-b8c4b94b-51b6-40ba-841b-a0fd4e6c2b1a 2018-12-12 16:22:30,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:30,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2c47b0c6-a80a-4145-91e4-577283f6f950 Date: Wed, 12 Dec 2018 16:22:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:30,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-2c47b0c6-a80a-4145-91e4-577283f6f950 2018-12-12 16:22:30,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:30,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-38fc5aed-eb3b-4218-8651-467f8ce6fadf Date: Wed, 12 Dec 2018 16:22:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:25Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7","7ddae787-9acc-45fd-b705-841f33db75be"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:30,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-38fc5aed-eb3b-4218-8651-467f8ce6fadf 2018-12-12 16:22:30,871 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:22:30,873 - paramiko.transport - DEBUG - starting thread (client mode): 0xd60462d0L 2018-12-12 16:22:30,874 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:22:30,876 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:22:30,877 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:22:30,878 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:22:30,878 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:22:30,878 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:22:30,878 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:22:30,878 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:22:30,879 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:22:30,920 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:22:30,920 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:22:30,938 - paramiko.transport - DEBUG - Trying key 2c426846d49915a81525930ab2691c61 from tmp/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694 2018-12-12 16:22:30,960 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:22:30,967 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:22:31,067 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:22:31,084 - create_instance - INFO - SSH is active for VM instance 2018-12-12 16:22:31,084 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:22:31,086 - paramiko.transport - DEBUG - starting thread (client mode): 0xd60463d0L 2018-12-12 16:22:31,086 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:22:31,089 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:22:31,089 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:22:31,090 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:22:31,090 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:22:31,091 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:22:31,091 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:22:31,091 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:22:31,091 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:22:31,132 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:22:31,132 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:22:31,150 - paramiko.transport - DEBUG - Trying key 2c426846d49915a81525930ab2691c61 from tmp/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694 2018-12-12 16:22:31,168 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:22:31,174 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:22:31,182 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:22:31,397 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 16:22:31,397 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:22:31,399 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:22:31,407 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:22:31,408 - create_instance - INFO - cloud-init complete for VM instance 2018-12-12 16:22:31,410 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-12 16:22:31,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:32,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-611d9ff8-151a-4e64-916c-c219543ea6e9 x-compute-request-id: req-611d9ff8-151a-4e64-916c-c219543ea6e9 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:32,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-611d9ff8-151a-4e64-916c-c219543ea6e9 2018-12-12 16:22:32,021 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - ACTIVE 2018-12-12 16:22:32,022 - create_instance - INFO - VM is - ACTIVE 2018-12-12 16:22:32,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:32,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1c8c713-a538-432f-aeaa-b98e16d73764 x-compute-request-id: req-e1c8c713-a538-432f-aeaa-b98e16d73764 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:32,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-e1c8c713-a538-432f-aeaa-b98e16d73764 2018-12-12 16:22:32,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:32,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-c111a844-14ea-4f45-85bb-23b898e6b125 Date: Wed, 12 Dec 2018 16:22: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:32,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-c111a844-14ea-4f45-85bb-23b898e6b125 2018-12-12 16:22:32,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:32,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4562078-0384-4205-a523-5e7e69000ff9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:32,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-a4562078-0384-4205-a523-5e7e69000ff9 2018-12-12 16:22:32,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:32,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4653f2f8-aae6-40ad-915d-a1fe8463a6f0 Date: Wed, 12 Dec 2018 16:22:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:32,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-4653f2f8-aae6-40ad-915d-a1fe8463a6f0 2018-12-12 16:22:32,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:32,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-db3372e1-c260-4650-bbb5-315c6422d3f1 Date: Wed, 12 Dec 2018 16:22:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:25Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7","7ddae787-9acc-45fd-b705-841f33db75be"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:32,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-db3372e1-c260-4650-bbb5-315c6422d3f1 2018-12-12 16:22:32,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:32,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-485decb8-f107-48ea-a017-8cea463ed19b x-compute-request-id: req-485decb8-f107-48ea-a017-8cea463ed19b Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:32,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-485decb8-f107-48ea-a017-8cea463ed19b 2018-12-12 16:22:32,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:33,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-57d901f9-586e-446c-a729-27d8d65357aa Date: Wed, 12 Dec 2018 16:22: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":["7b4c6312-2898-4b95-868e-98d1fce1f544"],"updated_at":"2018-12-12T16:20:03Z","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"69742f6910a64b3985aef5772894891b","id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net"}]} 2018-12-12 16:22:33,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net used request id req-57d901f9-586e-446c-a729-27d8d65357aa 2018-12-12 16:22:33,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:33,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01cb7945-8f24-4c5f-ba12-1983fcce561e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:33,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-01cb7945-8f24-4c5f-ba12-1983fcce561e 2018-12-12 16:22:33,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:33,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7d658cc5-e7e3-48ed-b284-486be2734d6a Date: Wed, 12 Dec 2018 16:22:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","dns_nameservers":[],"updated_at":"2018-12-12T16:20:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"69742f6910a64b3985aef5772894891b","id":"7b4c6312-2898-4b95-868e-98d1fce1f544","subnetpool_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet"}]} 2018-12-12 16:22:33,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-7d658cc5-e7e3-48ed-b284-486be2734d6a 2018-12-12 16:22:33,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:33,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-cda4bac7-c1a4-40bb-8d7a-c30f93335040 Date: Wed, 12 Dec 2018 16:22:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.1"}],"id":"19770b18-a3fa-4987-bdee-61cf50669594","security_groups":[],"mac_address":"fa:16:3e:2f:b2:5a","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:12Z","binding:vnic_type":"normal","device_id":"d158178b-c203-455d-b174-283be3068ce4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:22:25Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.5"}],"id":"1d605dd6-9b1d-4799-9aa0-8c7409441efc","security_groups":["57200030-5879-487d-8cc5-aa3c86030ae7","7ddae787-9acc-45fd-b705-841f33db75be"],"mac_address":"fa:16:3e:0d:9c:91","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:23Z","binding:vnic_type":"normal","device_id":"5dff6658-d794-4d5d-8730-9a2ffda4d210"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.3"}],"id":"2020a0ed-7bee-40d6-979f-3ab487ea1f7e","security_groups":[],"mac_address":"fa:16:3e:6f:1a:de","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.4"}],"id":"61b61231-876d-4efd-8c07-0713980967ad","security_groups":[],"mac_address":"fa:16:3e:eb:a9:76","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:20:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b4c6312-2898-4b95-868e-98d1fce1f544","ip_address":"10.55.1.2"}],"id":"ec4afa02-c1e6-4f6a-a265-b3f96bc9a4c5","security_groups":[],"mac_address":"fa:16:3e:79:5d:81","project_id":"69742f6910a64b3985aef5772894891b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6b6e2646-14d3-4a59-a43f-69ac8a7174aa","tenant_id":"69742f6910a64b3985aef5772894891b","created_at":"2018-12-12T16:20:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6b6e2646-14d3-4a59-a43f-69ac8a7174aa"}]} 2018-12-12 16:22:33,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-cda4bac7-c1a4-40bb-8d7a-c30f93335040 2018-12-12 16:22:33,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}}' 2018-12-12 16:22:34,003 - novaclient.v2.client - DEBUG - RESP: [400] Date: Wed, 12 Dec 2018 16:22: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-16e4c167-ea5d-4c00-9546-2697ae75d670 x-compute-request-id: req-16e4c167-ea5d-4c00-9546-2697ae75d670 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: '7ddae787-9acc-45fd-b705-841f33db75be'.\nNeutron server returns request_ids: ['req-680800cc-880e-4d31-bc4c-fedeeff7f0d4']", "code": 400}} 2018-12-12 16:22:34,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210/action used request id req-16e4c167-ea5d-4c00-9546-2697ae75d670 2018-12-12 16:22:34,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:34,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22: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-dd93c02d-e4b5-45cf-9a66-9e6c95e9e14a x-compute-request-id: req-dd93c02d-e4b5-45cf-9a66-9e6c95e9e14a Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:9c:91", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp"}], "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:13Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:34,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-dd93c02d-e4b5-45cf-9a66-9e6c95e9e14a 2018-12-12 16:22:34,490 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp] already added to VM [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] 2018-12-12 16:22:34,495 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-12-12 16:22:34,496 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-12-12 16:22:35,860 - ansible_utils - DEBUG - Retrieving SSH client 2018-12-12 16:22:35,863 - paramiko.transport - DEBUG - starting thread (client mode): 0xd60b7650L 2018-12-12 16:22:35,863 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:22:35,866 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2018-12-12 16:22:35,866 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-12-12 16:22:35,867 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:22:35,867 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:22:35,868 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:22:35,868 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:22:35,868 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:22:35,868 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:22:35,908 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:22:35,909 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:22:35,928 - paramiko.transport - DEBUG - Trying key 2c426846d49915a81525930ab2691c61 from tmp/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694 2018-12-12 16:22:35,948 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:22:35,955 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:22:35,960 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:22:36,180 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 16:22:36,180 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:22:36,194 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:22:36,205 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:22:36,206 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-12 16:22:36,206 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:22:36,208 - create_instance - INFO - Deleting Floating IP - 172.30.9.208 2018-12-12 16:22:36,208 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-12-12 16:22:36,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/ba68105d-2f4c-4e44-99d0-ec24601d77df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:37,190 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b946ae26-9ed2-459c-8fac-aa66c5a02035 Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:37,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/ba68105d-2f4c-4e44-99d0-ec24601d77df used request id req-b946ae26-9ed2-459c-8fac-aa66c5a02035 2018-12-12 16:22:37,190 - create_instance - INFO - Deleting Port with ID - 1d605dd6-9b1d-4799-9aa0-8c7409441efc 2018-12-12 16:22:37,190 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-port-1 2018-12-12 16:22:37,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/1d605dd6-9b1d-4799-9aa0-8c7409441efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:37,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4471ae83-3c11-4239-b9ef-a9a45b01b75d Date: Wed, 12 Dec 2018 16:22:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:37,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/1d605dd6-9b1d-4799-9aa0-8c7409441efc used request id req-4471ae83-3c11-4239-b9ef-a9a45b01b75d 2018-12-12 16:22:37,672 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst 2018-12-12 16:22:37,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:37,807 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5efc2a4-4ab5-4a2e-901f-770a2109aca2 x-compute-request-id: req-d5efc2a4-4ab5-4a2e-901f-770a2109aca2 Content-Type: application/json 2018-12-12 16:22:37,807 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-d5efc2a4-4ab5-4a2e-901f-770a2109aca2 2018-12-12 16:22:37,808 - create_instance - INFO - Checking deletion status 2018-12-12 16:22:37,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:38,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0115e00-e051-4d55-bb72-e37e3452d230 x-compute-request-id: req-d0115e00-e051-4d55-bb72-e37e3452d230 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.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210", "rel": "bookmark"}], "image": {"id": "65e50207-a3b8-4779-a21c-aae29b9290e1", "links": [{"href": "http://172.30.9.29:8774/images/65e50207-a3b8-4779-a21c-aae29b9290e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:22:12.000000", "flavor": {"id": "23b720b1-5c37-4045-a280-88cedefdba04", "links": [{"href": "http://172.30.9.29:8774/flavors/23b720b1-5c37-4045-a280-88cedefdba04", "rel": "bookmark"}]}, "id": "5dff6658-d794-4d5d-8730-9a2ffda4d210", "user_id": "3bc088059693473e8e99348ccf590ec7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:22:37Z", "hostId": "bf969765a2925f58417bbe08f2579b28cadd6fb6774fad5fb0e80af7", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp", "name": "AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst", "created": "2018-12-12T16:20:27Z", "tenant_id": "69742f6910a64b3985aef5772894891b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-12 16:22:38,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-d0115e00-e051-4d55-bb72-e37e3452d230 2018-12-12 16:22:38,204 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst] is - ACTIVE 2018-12-12 16:22:38,204 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-12 16:22:41,207 - create_instance - DEBUG - VM status query timeout in 296.600975037 2018-12-12 16:22:41,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5bc096d8d3c6ab8b5b603a99f19a8fd972f6db" 2018-12-12 16:22:41,260 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 12 Dec 2018 16:22: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-870903d8-51f8-40b7-98aa-87803bc67e27 x-compute-request-id: req-870903d8-51f8-40b7-98aa-87803bc67e27 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5dff6658-d794-4d5d-8730-9a2ffda4d210 could not be found.", "code": 404}} 2018-12-12 16:22:41,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5dff6658-d794-4d5d-8730-9a2ffda4d210 used request id req-870903d8-51f8-40b7-98aa-87803bc67e27 2018-12-12 16:22:41,260 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5dff6658-d794-4d5d-8730-9a2ffda4d210 could not be found. (HTTP 404) (Request-ID: req-870903d8-51f8-40b7-98aa-87803bc67e27) 2018-12-12 16:22:41,261 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-inst 2018-12-12 16:22:41,262 - neutron_utils - INFO - Deleting security group rule with ID - 23367562-2523-4b1e-a357-a0337ba394ab 2018-12-12 16:22:41,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/23367562-2523-4b1e-a357-a0337ba394ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:22:41,375 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75c5ba2e-b10e-408c-a572-139e5ef58dcc Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:41,375 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/23367562-2523-4b1e-a357-a0337ba394ab used request id req-75c5ba2e-b10e-408c-a572-139e5ef58dcc 2018-12-12 16:22:41,376 - neutron_utils - INFO - Deleting security group rule with ID - 13c40789-bf4f-452d-8ce4-8b1e286b86d3 2018-12-12 16:22:41,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/13c40789-bf4f-452d-8ce4-8b1e286b86d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:22:41,763 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5997b072-63af-45f6-8283-e8645698ab8e Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:41,763 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/13c40789-bf4f-452d-8ce4-8b1e286b86d3 used request id req-5997b072-63af-45f6-8283-e8645698ab8e 2018-12-12 16:22:41,763 - neutron_utils - INFO - Deleting security group rule with ID - f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd 2018-12-12 16:22:41,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:22:42,018 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15f808e5-d0a8-4765-a6aa-156b090fc5e1 Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:42,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f729f7ce-b55e-4cc0-8b30-a5a9bf4237bd used request id req-15f808e5-d0a8-4765-a6aa-156b090fc5e1 2018-12-12 16:22:42,019 - neutron_utils - INFO - Deleting security group rule with ID - 55325352-0c1b-49c1-b63d-959307cd92ce 2018-12-12 16:22:42,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/55325352-0c1b-49c1-b63d-959307cd92ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:22:42,382 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5fb68105-31fe-4213-9e60-e52b8b05a195 Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:42,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/55325352-0c1b-49c1-b63d-959307cd92ce used request id req-5fb68105-31fe-4213-9e60-e52b8b05a195 2018-12-12 16:22:42,382 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-sec-grp 2018-12-12 16:22:42,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7ddae787-9acc-45fd-b705-841f33db75be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45343022b2b69d0abce3460b84fb0109b7e1cd4a" 2018-12-12 16:22:42,698 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ecb3aa9-2b7b-4708-abe9-630ec0c5e8a7 Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:42,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7ddae787-9acc-45fd-b705-841f33db75be used request id req-9ecb3aa9-2b7b-4708-abe9-630ec0c5e8a7 2018-12-12 16:22:42,699 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp 2018-12-12 16:22:42,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6348db03cb1e0454aa52d8ba6c782f1b8ed74b4" 2018-12-12 16:22:42,751 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:22:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d88cdd3a-878c-46aa-b605-25d4d54d3157 x-compute-request-id: req-d88cdd3a-878c-46aa-b605-25d4d54d3157 Content-Length: 0 Content-Type: application/json 2018-12-12 16:22:42,752 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-kp used request id req-d88cdd3a-878c-46aa-b605-25d4d54d3157 2018-12-12 16:22:42,752 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694.pub] 2018-12-12 16:22:42,752 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694] 2018-12-12 16:22:42,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/23b720b1-5c37-4045-a280-88cedefdba04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e19cd422a978af308e161395fc12c9ed5a33793" 2018-12-12 16:22:42,802 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:22:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a33e05d9-cefe-4567-9763-cc341fc4b0b4 x-compute-request-id: req-a33e05d9-cefe-4567-9763-cc341fc4b0b4 Content-Length: 0 Content-Type: application/json 2018-12-12 16:22:42,802 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/23b720b1-5c37-4045-a280-88cedefdba04 used request id req-a33e05d9-cefe-4567-9763-cc341fc4b0b4 2018-12-12 16:22:42,803 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router and subnet AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet 2018-12-12 16:22:42,803 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router 2018-12-12 16:22:42,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d158178b-c203-455d-b174-283be3068ce4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" -d '{"subnet_id": "7b4c6312-2898-4b95-868e-98d1fce1f544"}' 2018-12-12 16:22:44,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bb419926-3836-44b6-8cd2-66eb484e0d0a Date: Wed, 12 Dec 2018 16:22:44 GMT RESP BODY: {"network_id": "6b6e2646-14d3-4a59-a43f-69ac8a7174aa", "tenant_id": "69742f6910a64b3985aef5772894891b", "subnet_id": "7b4c6312-2898-4b95-868e-98d1fce1f544", "subnet_ids": ["7b4c6312-2898-4b95-868e-98d1fce1f544"], "port_id": "19770b18-a3fa-4987-bdee-61cf50669594", "id": "d158178b-c203-455d-b174-283be3068ce4"} 2018-12-12 16:22:44,261 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d158178b-c203-455d-b174-283be3068ce4/remove_router_interface used request id req-bb419926-3836-44b6-8cd2-66eb484e0d0a 2018-12-12 16:22:44,262 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router 2018-12-12 16:22:44,262 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-router 2018-12-12 16:22:44,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/d158178b-c203-455d-b174-283be3068ce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64742029959e940b376f3a2affc3e8ac68f31bd" 2018-12-12 16:22:47,839 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4a8957e4-43cd-4c65-8a5c-83bc22a47247 Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:47,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d158178b-c203-455d-b174-283be3068ce4 used request id req-4a8957e4-43cd-4c65-8a5c-83bc22a47247 2018-12-12 16:22:47,840 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet 2018-12-12 16:22:47,840 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-subnet 2018-12-12 16:22:47,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/7b4c6312-2898-4b95-868e-98d1fce1f544 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" 2018-12-12 16:22:50,229 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d1811c6-a02d-440a-a0e2-e245b226ed04 Date: Wed, 12 Dec 2018 16:22:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:50,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7b4c6312-2898-4b95-868e-98d1fce1f544 used request id req-3d1811c6-a02d-440a-a0e2-e245b226ed04 2018-12-12 16:22:50,229 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694-pub-net 2018-12-12 16:22:50,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/6b6e2646-14d3-4a59-a43f-69ac8a7174aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5600dc42a5bb3e4d428db446d0f2ce06e427d68e" 2018-12-12 16:22:51,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab2b7fe5-694d-4627-b1ac-300d82f732f4 Date: Wed, 12 Dec 2018 16:22:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:51,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6b6e2646-14d3-4a59-a43f-69ac8a7174aa used request id req-ab2b7fe5-694d-4627-b1ac-300d82f732f4 2018-12-12 16:22:51,435 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-aa87c705-d51d-4014-af5c-f7f26539e694--image 2018-12-12 16:22:51,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1138ada81497ff609b69f66de98b8da4393f8888" 2018-12-12 16:22:52,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b10b1b04-5fac-42b1-8926-0010770fa54a Date: Wed, 12 Dec 2018 16:22:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:22:52,507 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/65e50207-a3b8-4779-a21c-aae29b9290e1 used request id req-b10b1b04-5fac-42b1-8926-0010770fa54a 2018-12-12 16:22:52,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:22:52,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ae1e719c-c644-48cf-acd6-a3ec6d341ea4 Date: Wed, 12 Dec 2018 16:22:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:01Z", "updated_at": "2018-12-12T16:20:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:01Z", "revision_number": 0, "id": "31a86530-e8e7-4188-9fcd-b44e87fff5ae", "remote_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:01Z", "security_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:01Z", "revision_number": 0, "id": "51cd73b7-95dd-4ec8-9507-1f981585dccd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:01Z", "security_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv6", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:01Z", "revision_number": 0, "id": "82cf7b1c-3303-491c-93d9-66c14f05e719", "remote_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:01Z", "security_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv6", "project_id": "69742f6910a64b3985aef5772894891b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:20:01Z", "revision_number": 0, "id": "e22e403e-26ce-428c-a297-472964304ba0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:20:01Z", "security_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "tenant_id": "69742f6910a64b3985aef5772894891b", "port_range_min": null, "ethertype": "IPv4", "project_id": "69742f6910a64b3985aef5772894891b"}], "revision_number": 4, "project_id": "69742f6910a64b3985aef5772894891b", "id": "57200030-5879-487d-8cc5-aa3c86030ae7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:22:52,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-ae1e719c-c644-48cf-acd6-a3ec6d341ea4 2018-12-12 16:22:52,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:22:52,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe37e6d-0a33-48e2-af4d-6d533823d2d8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b"}, "enabled": true, "id": "69742f6910a64b3985aef5772894891b", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-fbb3fb5e-6842-471-proj"}} 2018-12-12 16:22:52,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-ebe37e6d-0a33-48e2-af4d-6d533823d2d8 2018-12-12 16:22:52,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 57200030-5879-487d-8cc5-aa3c86030ae7 2018-12-12 16:22:52,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=57200030-5879-487d-8cc5-aa3c86030ae7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:22:53,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d148bc38-c7fb-4b31-91a7-c77f6104bc71 Date: Wed, 12 Dec 2018 16:22:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:01Z", "security_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:01Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "31a86530-e8e7-4188-9fcd-b44e87fff5ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:01Z", "security_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:01Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "51cd73b7-95dd-4ec8-9507-1f981585dccd"}, {"remote_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:01Z", "security_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:01Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "82cf7b1c-3303-491c-93d9-66c14f05e719"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:20:01Z", "security_group_id": "57200030-5879-487d-8cc5-aa3c86030ae7", "port_range_min": null, "revision_number": 0, "tenant_id": "69742f6910a64b3985aef5772894891b", "created_at": "2018-12-12T16:20:01Z", "project_id": "69742f6910a64b3985aef5772894891b", "id": "e22e403e-26ce-428c-a297-472964304ba0"}]} 2018-12-12 16:22:53,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=57200030-5879-487d-8cc5-aa3c86030ae7 used request id req-d148bc38-c7fb-4b31-91a7-c77f6104bc71 2018-12-12 16:22:53,086 - neutron_utils - INFO - Deleting security group with name - default 2018-12-12 16:22:53,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/57200030-5879-487d-8cc5-aa3c86030ae7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:22:53,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-48e9f7ee-3743-4230-b7d6-28c0e908d65b Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:53,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/57200030-5879-487d-8cc5-aa3c86030ae7 used request id req-48e9f7ee-3743-4230-b7d6-28c0e908d65b 2018-12-12 16:22:53,384 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-fbb3fb5e-6842-471-proj 2018-12-12 16:22:53,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:22:53,574 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4733c17-e9bd-4f98-8d98-29811faea16c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:53,574 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/69742f6910a64b3985aef5772894891b used request id req-b4733c17-e9bd-4f98-8d98-29811faea16c 2018-12-12 16:22:53,575 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-fbb3fb5e-6842-471-proj-role 2018-12-12 16:22:53,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c111bb06b0df45758c90b27a283a41f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:22:53,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4a886fc-52e0-4fec-9f02-4ea099a2ced9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:53,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c111bb06b0df45758c90b27a283a41f0 used request id req-b4a886fc-52e0-4fec-9f02-4ea099a2ced9 2018-12-12 16:22:53,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26ccf8df6929ac03ba019e9eb5b8a49c8965016" 2018-12-12 16:22:53,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45ea78df-8339-4df5-a729-1ff3b994d14f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:22:53,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-45ea78df-8339-4df5-a729-1ff3b994d14f 2018-12-12 16:22:53,790 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-fbb3fb5e-6842-471-user 2018-12-12 16:22:53,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3bc088059693473e8e99348ccf590ec7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}483d4bd16b7eb1bf65d9cfe34f56f910fac3d199" 2018-12-12 16:22:53,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-906af0ae-1f09-4b98-a761-382399876213 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:53,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3bc088059693473e8e99348ccf590ec7 used request id req-906af0ae-1f09-4b98-a761-382399876213 2018-12-12 16:22:53,955 - 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 3420.719s OK 2018-12-12 16:22:54,138 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 16:22:54,139 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:01 | PASS | +---------------------+------------------+------------------+----------------+ 2018-12-12 16:22:54,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:22:54,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:54,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e30e0c4-0d05-4674-9420-1ae9d0b08dfc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c8590d1f254077b29715df32c522d0", "links": {"self": "http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0"}, "name": "heat_stack_owner"}]} 2018-12-12 16:22:54,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5e30e0c4-0d05-4674-9420-1ae9d0b08dfc 2018-12-12 16:22:54,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0875170230865s 2018-12-12 16:22:54,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 16:22:54,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:54,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80c98306-0883-4c08-ac2e-0e81d8703e46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:54,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e8c8590d1f254077b29715df32c522d0 used request id req-80c98306-0883-4c08-ac2e-0e81d8703e46 2018-12-12 16:22:54,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.194020986557s 2018-12-12 16:22:54,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:22:54,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:54,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0887f73a-a436-43ce-980a-203ca502bf87 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d", "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "domain_id": "default", "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:22:54,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0887f73a-a436-43ce-980a-203ca502bf87 2018-12-12 16:22:54,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10053396225s 2018-12-12 16:22:54,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0887f73a-a436-43ce-980a-203ca502bf87 2018-12-12 16:22:54,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:22:54,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:54,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892ab1f5-24bc-4672-805f-03c5a597a5ef Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12"}, "enabled": true, "id": "d53d406b9f314bac95b0decdd24d9b12", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}} 2018-12-12 16:22:54,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12 used request id req-892ab1f5-24bc-4672-805f-03c5a597a5ef 2018-12-12 16:22:54,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0963008403778s 2018-12-12 16:22:54,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12 used request id req-892ab1f5-24bc-4672-805f-03c5a597a5ef 2018-12-12 16:22:54,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 16:22:54,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:54,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36d24779-1179-4fb1-a58e-28ec85abc736 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:54,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12 used request id req-36d24779-1179-4fb1-a58e-28ec85abc736 2018-12-12 16:22:54,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.189677000046s 2018-12-12 16:22:54,824 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d53d406b9f314bac95b0decdd24d9b12 used request id req-36d24779-1179-4fb1-a58e-28ec85abc736 2018-12-12 16:22:54,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:22:54,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:54,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb78abb4-4794-4498-9bea-168b53e5bde1 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48"}, "enabled": true, "id": "db5183f15e684f42aa14255dc18eee48", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_2efc2be2-3ac6-487a-b82d-1fd63aaad78d"}]} 2018-12-12 16:22:54,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-bb78abb4-4794-4498-9bea-168b53e5bde1 2018-12-12 16:22:54,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0702800750732s 2018-12-12 16:22:54,895 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-bb78abb4-4794-4498-9bea-168b53e5bde1 2018-12-12 16:22:54,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 16:22:54,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:55,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd4c473c-4fcb-4421-9e54-ffa36ef6a289 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:55,054 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-cd4c473c-4fcb-4421-9e54-ffa36ef6a289 2018-12-12 16:22:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156419038773s 2018-12-12 16:22:55,055 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/db5183f15e684f42aa14255dc18eee48 used request id req-cd4c473c-4fcb-4421-9e54-ffa36ef6a289 2018-12-12 16:22:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:22:55,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:55,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c66a0a83-ae84-4eed-b16b-983e7766ea05 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9299c808453841de8439b6f6ba7212e2", "links": {"self": "http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 16:22:55,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c66a0a83-ae84-4eed-b16b-983e7766ea05 2018-12-12 16:22:55,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0951368808746s 2018-12-12 16:22:55,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 16:22:55,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:55,254 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4096e944-3fcc-468e-99fc-a7a94ccc9e07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:55,254 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/9299c808453841de8439b6f6ba7212e2 used request id req-4096e944-3fcc-468e-99fc-a7a94ccc9e07 2018-12-12 16:22:55,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102379083633s 2018-12-12 16:22:55,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:22:55,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=db5183f15e684f42aa14255dc18eee48&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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:55,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-8e4ae551-49e3-4b90-9601-f0bd6a4a81de Date: Wed, 12 Dec 2018 16:22:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}]} 2018-12-12 16:22:55,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=db5183f15e684f42aa14255dc18eee48&name=default used request id req-8e4ae551-49e3-4b90-9601-f0bd6a4a81de 2018-12-12 16:22:55,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20037317276s 2018-12-12 16:22:55,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=db5183f15e684f42aa14255dc18eee48&name=default used request id req-8e4ae551-49e3-4b90-9601-f0bd6a4a81de 2018-12-12 16:22:55,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:22:55,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:55,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b5617f92-68c0-48b2-8bec-61c28b53662d Date: Wed, 12 Dec 2018 16:22:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db5183f15e684f42aa14255dc18eee48", "created_at": "2018-12-12T15:26:03Z", "updated_at": "2018-12-12T15:26:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "2678f12b-0a89-4577-89bf-a3199481f975", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "8e8609e8-8ffb-4ac2-90f7-039d6f46c19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "aadcf146-20d9-46ec-afad-8b06d842dc16", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv6", "project_id": "db5183f15e684f42aa14255dc18eee48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T15:26:03Z", "revision_number": 0, "id": "fcdfc851-5038-424a-83a5-9131ae5c2b3f", "remote_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "remote_ip_prefix": null, "created_at": "2018-12-12T15:26:03Z", "security_group_id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "tenant_id": "db5183f15e684f42aa14255dc18eee48", "port_range_min": null, "ethertype": "IPv4", "project_id": "db5183f15e684f42aa14255dc18eee48"}], "revision_number": 4, "project_id": "db5183f15e684f42aa14255dc18eee48", "id": "e27f6cab-bc05-429d-a00d-0fdd6264007f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:22:55,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-b5617f92-68c0-48b2-8bec-61c28b53662d 2018-12-12 16:22:55,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.207143068314s 2018-12-12 16:22:55,673 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-b5617f92-68c0-48b2-8bec-61c28b53662d 2018-12-12 16:22:55,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 16:22:55,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/e27f6cab-bc05-429d-a00d-0fdd6264007f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4092b13f8274bd785c4ab4f266e04cd12a8a8ad9" 2018-12-12 16:22:56,028 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b3cad62-59dd-431b-b36a-622b619a7542 Content-Length: 0 Date: Wed, 12 Dec 2018 16:22:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:22:56,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/e27f6cab-bc05-429d-a00d-0fdd6264007f.json used request id req-6b3cad62-59dd-431b-b36a-622b619a7542 2018-12-12 16:22:56,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.351124048233s 2018-12-12 16:22:56,029 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/e27f6cab-bc05-429d-a00d-0fdd6264007f.json used request id req-6b3cad62-59dd-431b-b36a-622b619a7542 2018-12-12 16:22:56,084 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-12-12 16:22:56,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 16:22:56,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 16:22:56,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 16:22:56,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 16:22:56,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 16:22:56,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 16:22:56,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 16:22:56,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 16:22:56,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 16:22:56,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 16:22:56,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 16:22:56,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 16:22:56,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:22:56,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3398c45-32fb-4b26-9611-cb44833fde07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:22:56,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c3398c45-32fb-4b26-9611-cb44833fde07 2018-12-12 16:22:56,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:22:56,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T17:22:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["mBAQJBsGQ3Cw3_zAHBOnhA"], "issued_at": "2018-12-12T16:22:56.000000Z"}} 2018-12-12 16:22:56,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:22:56,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:56,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-031408b3-6cc9-417f-8e9f-8f15c3729f69 Date: Wed, 12 Dec 2018 16:22:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 16:22:56,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-031408b3-6cc9-417f-8e9f-8f15c3729f69 2018-12-12 16:22:56,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245408058167s 2018-12-12 16:22:56,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-031408b3-6cc9-417f-8e9f-8f15c3729f69 2018-12-12 16:22:56,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 16:22:56,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:56,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:22:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:22:56,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:56,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee23825-23dc-4474-87b1-dff165fd96d3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 16:22:56,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-6ee23825-23dc-4474-87b1-dff165fd96d3 2018-12-12 16:22:56,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.105679035187s 2018-12-12 16:22:56,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 16:22:56,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508"}}' 2018-12-12 16:22:56,979 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:22:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5960225a-aafe-48e7-9aec-045efdb60732 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.29:5000/v3/projects/28caea9784084d989913a475e289e8e0"}, "enabled": true, "id": "28caea9784084d989913a475e289e8e0", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508"}} 2018-12-12 16:22:56,979 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5960225a-aafe-48e7-9aec-045efdb60732 2018-12-12 16:22:56,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.111897945404s 2018-12-12 16:22:56,980 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5960225a-aafe-48e7-9aec-045efdb60732 2018-12-12 16:22:56,981 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508', 'id': u'28caea9784084d989913a475e289e8e0', 'description': u'Created by OPNFV Functest: neutron_trunk', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 16:22:56,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 16:22:57,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.387000083923s 2018-12-12 16:22:57,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:57,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56fe8f44-a616-4722-99d7-82df28d0df05 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8"}, "enabled": true, "id": "6ad1a4dc71ba48038777b30af484b4c8", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508"}} 2018-12-12 16:22:57,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8 used request id req-56fe8f44-a616-4722-99d7-82df28d0df05 2018-12-12 16:22:57,463 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6ad1a4dc71ba48038777b30af484b4c8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508'}) 2018-12-12 16:22:57,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:22:57,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:57,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51a47f91-8f6d-4464-8b30-0623da95a9cb Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 16:22:57,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-51a47f91-8f6d-4464-8b30-0623da95a9cb 2018-12-12 16:22:57,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.017735004425s 2018-12-12 16:22:57,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:22:57,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:57,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30e6ea4-ae54-4530-911b-fdad1c570239 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 16:22:57,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e30e6ea4-ae54-4530-911b-fdad1c570239 2018-12-12 16:22:57,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757439136505s 2018-12-12 16:22:57,560 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 16:22:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 16:22:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" -d '{"role": {"name": "Member"}}' 2018-12-12 16:22:57,668 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-293d3c41-859e-41b0-8a78-062a8124fbbc Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a89c57fe0afb44ff923192f0871bf262", "links": {"self": "http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262"}, "name": "Member"}} 2018-12-12 16:22:57,668 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-293d3c41-859e-41b0-8a78-062a8124fbbc 2018-12-12 16:22:57,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108563899994s 2018-12-12 16:22:57,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:57,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7dd7639-412d-4517-9a62-802b658cfe14 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262"}, "domain_id": null, "name": "Member", "id": "a89c57fe0afb44ff923192f0871bf262"}} 2018-12-12 16:22:57,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262 used request id req-c7dd7639-412d-4517-9a62-802b658cfe14 2018-12-12 16:22:57,756 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262'}, 'domain_id': None, 'human_id': None, 'id': u'a89c57fe0afb44ff923192f0871bf262', 'HUMAN_ID': False}) 2018-12-12 16:22:57,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:22:57,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:57,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f804771-ca84-43ee-9626-e3c4abf26139 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a89c57fe0afb44ff923192f0871bf262", "links": {"self": "http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262"}, "name": "Member"}]} 2018-12-12 16:22:57,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9f804771-ca84-43ee-9626-e3c4abf26139 2018-12-12 16:22:57,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.074588060379s 2018-12-12 16:22:57,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 16:22:57,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:57,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdb619d-c05c-4d7d-8ac0-f90223a05cf8 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 16:22:57,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-9fdb619d-c05c-4d7d-8ac0-f90223a05cf8 2018-12-12 16:22:57,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.081255197525s 2018-12-12 16:22:57,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:22:57,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80c449f-3bbf-442b-ad4e-00771c6d9943 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508", "links": {"self": "http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8"}, "domain_id": "default", "enabled": true, "id": "6ad1a4dc71ba48038777b30af484b4c8", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:22:58,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a80c449f-3bbf-442b-ad4e-00771c6d9943 2018-12-12 16:22:58,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100280046463s 2018-12-12 16:22:58,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a80c449f-3bbf-442b-ad4e-00771c6d9943 2018-12-12 16:22:58,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:22:58,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2690dc-5d4b-4634-9682-94c46273530a Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0"}, "enabled": true, "id": "28caea9784084d989913a475e289e8e0", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 16:22:58,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8a2690dc-5d4b-4634-9682-94c46273530a 2018-12-12 16:22:58,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0772938728333s 2018-12-12 16:22:58,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8a2690dc-5d4b-4634-9682-94c46273530a 2018-12-12 16:22:58,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 16:22:58,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&scope.project.id=28caea9784084d989913a475e289e8e0&role.id=a89c57fe0afb44ff923192f0871bf262 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e354504-d02b-4176-9b22-fd2f815b3028 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&scope.project.id=28caea9784084d989913a475e289e8e0&role.id=a89c57fe0afb44ff923192f0871bf262", "previous": null, "next": null}} 2018-12-12 16:22:58,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&scope.project.id=28caea9784084d989913a475e289e8e0&role.id=a89c57fe0afb44ff923192f0871bf262 used request id req-9e354504-d02b-4176-9b22-fd2f815b3028 2018-12-12 16:22:58,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0818591117859s 2018-12-12 16:22:58,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 16:22:58,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0/users/6ad1a4dc71ba48038777b30af484b4c8/roles/a89c57fe0afb44ff923192f0871bf262 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0d2b2eb-c6b9-4517-b369-8cbe58c66d22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:58,312 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0/users/6ad1a4dc71ba48038777b30af484b4c8/roles/a89c57fe0afb44ff923192f0871bf262 used request id req-c0d2b2eb-c6b9-4517-b369-8cbe58c66d22 2018-12-12 16:22:58,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127328872681s 2018-12-12 16:22:58,313 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508', 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': '721e3a9d-d5f3-44db-9b79-a9f89303bb21', 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_d2747e1e-389f-4e62-861a-eb2b5df75508', 'project_id': u'28caea9784084d989913a475e289e8e0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 16:22:58,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 16:22:58,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 16:22:58,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 16:22:58,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 16:22:58,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 16:22:58,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 16:22:58,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 16:22:58,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 16:22:58,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 16:22:58,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 16:22:58,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 16:22:58,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 16:22:58,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 16:22:58,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 16:22:58,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 16:22:58,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 16:22:58,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 16:22:58,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 16:22:58,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 16:22:58,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 16:22:58,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 16:22:58,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 16:22:58,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 16:22:58,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 16:22:58,319 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508', 'password': '721e3a9d-d5f3-44db-9b79-a9f89303bb21', 'project_name': 'neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '28caea9784084d989913a475e289e8e0', 'project_domain_name': 'Default'} 2018-12-12 16:22:58,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:22:58,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cddd9f6f-d3da-4f9a-b917-52c61c34a62b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a89c57fe0afb44ff923192f0871bf262", "links": {"self": "http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262"}, "name": "Member"}]} 2018-12-12 16:22:58,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cddd9f6f-d3da-4f9a-b917-52c61c34a62b 2018-12-12 16:22:58,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748438835144s 2018-12-12 16:22:58,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:22:58,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc61b00-ae09-4a0f-bf13-fc90dfb18537 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a89c57fe0afb44ff923192f0871bf262", "links": {"self": "http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262"}, "name": "Member"}]} 2018-12-12 16:22:58,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6dc61b00-ae09-4a0f-bf13-fc90dfb18537 2018-12-12 16:22:58,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808660984039s 2018-12-12 16:22:58,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 16:22:58,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0144a5cd-8740-43f2-bbc7-c68c68a9af2b 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 16:22:58,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-0144a5cd-8740-43f2-bbc7-c68c68a9af2b 2018-12-12 16:22:58,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0830671787262s 2018-12-12 16:22:58,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:22:58,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-779ff5a8-c1ae-47b3-ab95-0adaf163e46e Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508", "links": {"self": "http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8"}, "domain_id": "default", "enabled": true, "id": "6ad1a4dc71ba48038777b30af484b4c8", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:22:58,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-779ff5a8-c1ae-47b3-ab95-0adaf163e46e 2018-12-12 16:22:58,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0896360874176s 2018-12-12 16:22:58,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-779ff5a8-c1ae-47b3-ab95-0adaf163e46e 2018-12-12 16:22:58,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:22:58,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c7677d-0be0-4188-bbb8-6826de4e14d6 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0"}, "enabled": true, "id": "28caea9784084d989913a475e289e8e0", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 16:22:58,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-74c7677d-0be0-4188-bbb8-6826de4e14d6 2018-12-12 16:22:58,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0816860198975s 2018-12-12 16:22:58,741 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-74c7677d-0be0-4188-bbb8-6826de4e14d6 2018-12-12 16:22:58,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 16:22:58,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&scope.project.id=28caea9784084d989913a475e289e8e0&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47889ea7-558a-4c2d-bf18-25b45f4cdf70 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&scope.project.id=28caea9784084d989913a475e289e8e0&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 16:22:58,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&scope.project.id=28caea9784084d989913a475e289e8e0&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-47889ea7-558a-4c2d-bf18-25b45f4cdf70 2018-12-12 16:22:58,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0827507972717s 2018-12-12 16:22:58,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 16:22:58,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0/users/6ad1a4dc71ba48038777b30af484b4c8/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:58,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b7155f3-eb91-4e81-8e55-289f4ec3b439 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:58,934 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0/users/6ad1a4dc71ba48038777b30af484b4c8/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-4b7155f3-eb91-4e81-8e55-289f4ec3b439 2018-12-12 16:22:58,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.107565879822s 2018-12-12 16:22:58,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:22:58,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:59,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a95a86-a580-4895-8404-ee31c10051ce Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a89c57fe0afb44ff923192f0871bf262", "links": {"self": "http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262"}, "name": "Member"}]} 2018-12-12 16:22:59,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a5a95a86-a580-4895-8404-ee31c10051ce 2018-12-12 16:22:59,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845940113068s 2018-12-12 16:22:59,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 16:22:59,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:59,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ea0435-723b-45d3-89ee-2a0cd9d372f8 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 16:22:59,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-17ea0435-723b-45d3-89ee-2a0cd9d372f8 2018-12-12 16:22:59,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0827059745789s 2018-12-12 16:22:59,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:22:59,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:59,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c428edfe-d022-46fe-83ed-4db59c8af887 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508", "links": {"self": "http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8"}, "domain_id": "default", "enabled": true, "id": "6ad1a4dc71ba48038777b30af484b4c8", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:22:59,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c428edfe-d022-46fe-83ed-4db59c8af887 2018-12-12 16:22:59,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902740955353s 2018-12-12 16:22:59,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c428edfe-d022-46fe-83ed-4db59c8af887 2018-12-12 16:22:59,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 16:22:59,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:59,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d0831c-2d82-4d8b-8982-951a00dbaa9e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default", "previous": null, "next": null}} 2018-12-12 16:22:59,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=6ad1a4dc71ba48038777b30af484b4c8&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default used request id req-46d0831c-2d82-4d8b-8982-951a00dbaa9e 2018-12-12 16:22:59,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0799210071564s 2018-12-12 16:22:59,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 16:22:59,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/6ad1a4dc71ba48038777b30af484b4c8/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:22:59,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20d366c3-38ac-4cee-aff7-2f5814547aa6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:22:59,401 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/6ad1a4dc71ba48038777b30af484b4c8/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-20d366c3-38ac-4cee-aff7-2f5814547aa6 2018-12-12 16:22:59,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120119094849s 2018-12-12 16:22:59,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-12 16:23:01,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-12 16:23:01.541 11558 INFO rally.deployment.engine [-] Deployment 9834256c-b9bd-4955-a8fd-832be5224f51 | Starting: Destroy cloud and free allocated resources. 2018-12-12 16:23:01.624 11558 INFO rally.deployment.engine [-] Deployment 9834256c-b9bd-4955-a8fd-832be5224f51 | Completed: Destroy cloud and free allocated resources. 2018-12-12 16:23:01.685 11558 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4fff1422-3b56-4083-90b5-b2263cd8b840) for deployment 'opnfv-rally'. 2018-12-12 16:23:01.718 11558 INFO rally.api [-] Deleting verification (UUID=9240c9c3-2b95-45ec-a825-9f7f9d7a6730). 2018-12-12 16:23:01.758 11558 INFO rally.api [-] Verification has been successfully deleted! 2018-12-12 16:23:01.759 11558 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4fff1422-3b56-4083-90b5-b2263cd8b840). 2018-12-12 16:23:01.764 11558 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-12 16:23:04,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-12 16:23:04.146 11561 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e3bc0075-d8c5-4a5c-9260-cb9086c68e71) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e3bc0075-d8c5-4a5c-9260-cb9086c68e71 | 2018-12-12T16:23:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e3bc0075-d8c5-4a5c-9260-cb9086c68e71 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-12-12 16:23:07,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-12-12 16:23:07,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-12 16:23:10,233 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-12 16:23:09.944 11567 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4fff1422-3b56-4083-90b5-b2263cd8b840). 2018-12-12 16:23:10.073 11567 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-12 16:23:13,950 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-12 16:23:12.305 11570 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-12 16:23:12.469 11570 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-12 16:23:13.762 11570 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5e1c7ab6-94b0-498b-bb80-a30da1c64ea1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5e1c7ab6-94b0-498b-bb80-a30da1c64ea1) as the default verifier for the future CLI operations. 2018-12-12 16:23:17,094 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-12-12 16:23:17,094 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 16:23:17,221 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-12 16:23:17,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:23:17,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:23:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b889b3-477d-446e-97ad-50df495bf9a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:23:17,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-93b889b3-477d-446e-97ad-50df495bf9a2 2018-12-12 16:23:17,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:23:17,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a89c57fe0afb44ff923192f0871bf262", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T17:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28caea9784084d989913a475e289e8e0", "name": "neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/28caea9784084d989913a475e289e8e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/28caea9784084d989913a475e289e8e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/28caea9784084d989913a475e289e8e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/28caea9784084d989913a475e289e8e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/28caea9784084d989913a475e289e8e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/28caea9784084d989913a475e289e8e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/28caea9784084d989913a475e289e8e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/28caea9784084d989913a475e289e8e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/28caea9784084d989913a475e289e8e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/28caea9784084d989913a475e289e8e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/28caea9784084d989913a475e289e8e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/28caea9784084d989913a475e289e8e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508", "id": "6ad1a4dc71ba48038777b30af484b4c8"}, "audit_ids": ["etxKNlXjRWiDpWQRGnsauA"], "issued_at": "2018-12-12T16:23:17.000000Z"}} 2018-12-12 16:23:17,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:23:17,635 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 16:23:17 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 16:23:17,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:23:17,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:23:17,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8d144811-bda4-4f4d-b56f-1fc59ff1b8b9 Date: Wed, 12 Dec 2018 16:23:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:23:17,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8d144811-bda4-4f4d-b56f-1fc59ff1b8b9 2018-12-12 16:23:17,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186392784119s 2018-12-12 16:23:17,826 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8d144811-bda4-4f4d-b56f-1fc59ff1b8b9 2018-12-12 16:23:17,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 16:23:17,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508"}' 2018-12-12 16:23:18,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908 X-Openstack-Request-Id: req-19fa2206-5753-41fb-a76f-12b1e6b77909 Date: Wed, 12 Dec 2018 16:23:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/file", "owner": "28caea9784084d989913a475e289e8e0", "id": "acee45d0-e932-44ee-a368-a9b8f2270908", "size": null, "self": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T16:23:18Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "checksum": null, "created_at": "2018-12-12T16:23:18Z", "protected": false} 2018-12-12 16:23:18,474 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-19fa2206-5753-41fb-a76f-12b1e6b77909 2018-12-12 16:23:18,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.645535945892s 2018-12-12 16:23:18,474 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-19fa2206-5753-41fb-a76f-12b1e6b77909 returning object acee45d0-e932-44ee-a368-a9b8f2270908 2018-12-12 16:23:18,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 16:23:18,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/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}42b615577921e89c75a6d7ad6b93deb607cdb11d" -d '' 2018-12-12 16:23:19,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ddbfe0f-57d8-42dd-b5ab-c58714f51d93 Date: Wed, 12 Dec 2018 16:23:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:23:19,711 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/file used request id req-9ddbfe0f-57d8-42dd-b5ab-c58714f51d93 2018-12-12 16:23:19,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23601698875s 2018-12-12 16:23:19,711 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/file used request id req-9ddbfe0f-57d8-42dd-b5ab-c58714f51d93 2018-12-12 16:23:19,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:23:19,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:23:19,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-aa94414a-7a58-44e7-9ed3-7e0729da02a4 Date: Wed, 12 Dec 2018 16:23:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap", "metadata": {}}], "file": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/file", "owner": "28caea9784084d989913a475e289e8e0", "id": "acee45d0-e932-44ee-a368-a9b8f2270908", "size": 12716032, "self": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T16:23:19Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T16:23:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:23:19,882 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-aa94414a-7a58-44e7-9ed3-7e0729da02a4 2018-12-12 16:23:19,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170228004456s 2018-12-12 16:23:19,883 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-aa94414a-7a58-44e7-9ed3-7e0729da02a4 2018-12-12 16:23:19,885 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap', u'metadata': Munch({})})], 'file': u'/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/file', 'owner': u'28caea9784084d989913a475e289e8e0', 'id': u'acee45d0-e932-44ee-a368-a9b8f2270908', 'size': 12716032, u'self': u'/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'28caea9784084d989913a475e289e8e0', 'name': 'neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T16:23:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T16:23:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508', 'created': u'2018-12-12T16:23:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T16:23:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 16:23:19,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 16:23:19,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_d2747e1e-389f-4e62-861a-eb2b5df75508", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 16:23:20,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:23:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76233652-2732-498b-99dd-243c6e3c481b x-compute-request-id: req-76233652-2732-498b-99dd-243c6e3c481b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "name": "neutron_trunk-flavor_d2747e1e-389f-4e62-861a-eb2b5df75508", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:23:20,080 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-76233652-2732-498b-99dd-243c6e3c481b 2018-12-12 16:23:20,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.194555997849s 2018-12-12 16:23:20,081 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-76233652-2732-498b-99dd-243c6e3c481b returning object 2a0dc91f-d53e-4854-bd72-8ac90dc43c03 2018-12-12 16:23:20,082 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_d2747e1e-389f-4e62-861a-eb2b5df75508', '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'0179093643ff4edbbd51be3381013868', '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'2a0dc91f-d53e-4854-bd72-8ac90dc43c03', 'swap': 0}) 2018-12-12 16:23:20,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 16:23:20,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03/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}b047b5831516695b8cdbdd803a8d6043a79deaa1" -d '{"extra_specs": {}}' 2018-12-12 16:23:20,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:23: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-62bf1257-41d5-4b5b-a193-cf5bd0d61f3a x-compute-request-id: req-62bf1257-41d5-4b5b-a193-cf5bd0d61f3a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 16:23:20,103 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03/os-extra_specs used request id req-62bf1257-41d5-4b5b-a193-cf5bd0d61f3a 2018-12-12 16:23:20,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206191539764s 2018-12-12 16:23:20,104 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03/os-extra_specs used request id req-62bf1257-41d5-4b5b-a193-cf5bd0d61f3a 2018-12-12 16:23:20,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:23:20,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:23:20,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:23:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:23:20,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:23:20,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c34cde5-57a0-46f2-9075-905264996859 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a89c57fe0afb44ff923192f0871bf262", "links": {"self": "http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262"}, "name": "Member"}]} 2018-12-12 16:23:20,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7c34cde5-57a0-46f2-9075-905264996859 2018-12-12 16:23:20,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0906178951263s 2018-12-12 16:23:20,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-12 16:23:20,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:23:20,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:23: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-65b74062-a49d-4e3a-b4ac-c12c2ea63507 x-compute-request-id: req-65b74062-a49d-4e3a-b4ac-c12c2ea63507 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 143}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 161}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-12-12 16:23:20,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-65b74062-a49d-4e3a-b4ac-c12c2ea63507 2018-12-12 16:23:20,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.176780939102s 2018-12-12 16:23:20,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-65b74062-a49d-4e3a-b4ac-c12c2ea63507 2018-12-12 16:23:20,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:23:20,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:23:20,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-9cec589d-613a-406d-8cd7-277662a693b4 Date: Wed, 12 Dec 2018 16:23:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap", "metadata": {}}], "file": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/file", "owner": "28caea9784084d989913a475e289e8e0", "id": "acee45d0-e932-44ee-a368-a9b8f2270908", "size": 12716032, "self": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T16:23:19Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T16:23:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:23:20,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9cec589d-613a-406d-8cd7-277662a693b4 2018-12-12 16:23:20,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164471149445s 2018-12-12 16:23:20,543 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9cec589d-613a-406d-8cd7-277662a693b4 2018-12-12 16:23:20,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 16:23:20,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508"}' 2018-12-12 16:23:20,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572 X-Openstack-Request-Id: req-05e2dbb0-c8fd-4055-92ee-9bcd8ae674f2 Date: Wed, 12 Dec 2018 16:23:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572/file", "owner": "28caea9784084d989913a475e289e8e0", "id": "f4156f09-48ec-47d6-b1eb-d3650e961572", "size": null, "self": "/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T16:23:20Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508", "checksum": null, "created_at": "2018-12-12T16:23:20Z", "protected": false} 2018-12-12 16:23:20,761 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-05e2dbb0-c8fd-4055-92ee-9bcd8ae674f2 2018-12-12 16:23:20,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.215075016022s 2018-12-12 16:23:20,762 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-05e2dbb0-c8fd-4055-92ee-9bcd8ae674f2 returning object f4156f09-48ec-47d6-b1eb-d3650e961572 2018-12-12 16:23:20,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 16:23:20,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572/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}42b615577921e89c75a6d7ad6b93deb607cdb11d" -d '' 2018-12-12 16:23:23,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70bf73cf-d55f-4116-b311-9f6099a0bfec Date: Wed, 12 Dec 2018 16:23:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:23:23,078 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572/file used request id req-70bf73cf-d55f-4116-b311-9f6099a0bfec 2018-12-12 16:23:23,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.31600999832s 2018-12-12 16:23:23,079 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572/file used request id req-70bf73cf-d55f-4116-b311-9f6099a0bfec 2018-12-12 16:23:23,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:23:23,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:23:23,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-37ea7802-fc6c-4594-8b61-f953a1ab7e4c Date: Wed, 12 Dec 2018 16:23:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4156f09-48ec-47d6-b1eb-d3650e961572/snap", "metadata": {}}], "file": "/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572/file", "owner": "28caea9784084d989913a475e289e8e0", "id": "f4156f09-48ec-47d6-b1eb-d3650e961572", "size": 12716032, "self": "/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4156f09-48ec-47d6-b1eb-d3650e961572/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T16:23:23Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T16:23:20Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap", "metadata": {}}], "file": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/file", "owner": "28caea9784084d989913a475e289e8e0", "id": "acee45d0-e932-44ee-a368-a9b8f2270908", "size": 12716032, "self": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T16:23:19Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T16:23:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:23:23,645 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-37ea7802-fc6c-4594-8b61-f953a1ab7e4c 2018-12-12 16:23:23,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.566123962402s 2018-12-12 16:23:23,646 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-37ea7802-fc6c-4594-8b61-f953a1ab7e4c 2018-12-12 16:23:23,648 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4156f09-48ec-47d6-b1eb-d3650e961572/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572/file', 'owner': u'28caea9784084d989913a475e289e8e0', 'id': u'f4156f09-48ec-47d6-b1eb-d3650e961572', 'size': 12716032, u'self': u'/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'28caea9784084d989913a475e289e8e0', 'name': 'neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/f4156f09-48ec-47d6-b1eb-d3650e961572/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T16:23:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T16:23:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508', 'created': u'2018-12-12T16:23:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T16:23:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_d2747e1e-389f-4e62-861a-eb2b5df75508', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 16:23:23,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 16:23:23,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_d2747e1e-389f-4e62-861a-eb2b5df75508", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 16:23:23,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:23:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74db3ec3-ce3b-48d3-b293-33e9bff4822d x-compute-request-id: req-74db3ec3-ce3b-48d3-b293-33e9bff4822d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "af8e3530-9aa2-4e99-8443-19c18aba4f23", "name": "neutron_trunk-flavor_alt_d2747e1e-389f-4e62-861a-eb2b5df75508", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:23:23,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-74db3ec3-ce3b-48d3-b293-33e9bff4822d 2018-12-12 16:23:23,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0673718452454s 2018-12-12 16:23:23,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-74db3ec3-ce3b-48d3-b293-33e9bff4822d returning object af8e3530-9aa2-4e99-8443-19c18aba4f23 2018-12-12 16:23:23,718 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_d2747e1e-389f-4e62-861a-eb2b5df75508', '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'0179093643ff4edbbd51be3381013868', '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'af8e3530-9aa2-4e99-8443-19c18aba4f23', 'swap': 0}) 2018-12-12 16:23:23,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 16:23:23,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23/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}b047b5831516695b8cdbdd803a8d6043a79deaa1" -d '{"extra_specs": {}}' 2018-12-12 16:23:23,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:23:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-deb473e6-60aa-4426-8606-be0139521239 x-compute-request-id: req-deb473e6-60aa-4426-8606-be0139521239 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 16:23:23,741 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23/os-extra_specs used request id req-deb473e6-60aa-4426-8606-be0139521239 2018-12-12 16:23:23,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220830440521s 2018-12-12 16:23:23,741 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23/os-extra_specs used request id req-deb473e6-60aa-4426-8606-be0139521239 2018-12-12 16:23:23,742 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_d2747e1e-389f-4e62-861a-eb2b5df75508', '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'0179093643ff4edbbd51be3381013868', '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'af8e3530-9aa2-4e99-8443-19c18aba4f23', 'swap': 0}) 2018-12-12 16:23:27,052 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-12 16:23:25.870 11589 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5e1c7ab6-94b0-498b-bb80-a30da1c64ea1) for deployment 'opnfv-rally' (UUID=e3bc0075-d8c5-4a5c-9260-cb9086c68e71). 2018-12-12 16:23:26.886 11589 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-12 16:23:26.888 11589 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5e1c7ab6-94b0-498b-bb80-a30da1c64ea1) has been successfully configured for deployment 'opnfv-rally' (UUID=e3bc0075-d8c5-4a5c-9260-cb9086c68e71)! 2018-12-12 16:23:27,052 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-12 16:23:27,053 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-12 16:23:27,056 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-12 16:23:27,071 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-12 16:23:30,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5e1c7ab6-94b0-498b-bb80-a30da1c64ea1/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-12-12 16:23:30,372 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-12 16:23:30,393 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-12 16:23:30,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-12-12 16:23:32,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 16:23:32.542 11598 INFO rally.api [-] Starting verification (UUID=5d83e452-74d0-4c7c-9326-0031f0e3dc8c) for deployment 'opnfv-rally' (UUID=e3bc0075-d8c5-4a5c-9260-cb9086c68e71) by verifier 'opnfv-tempest' (UUID=5e1c7ab6-94b0-498b-bb80-a30da1c64ea1). 2018-12-12 16:23:32,544 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5d83e452-74d0-4c7c-9326-0031f0e3dc8c 2018-12-12 16:25:30,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5d83e452-74d0-4c7c-9326-0031f0e3dc8c 2018-12-12 16:25:30,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5d83e452-74d0-4c7c-9326-0031f0e3dc8c']'. 2018-12-12 16:25:31,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-12 16:25:31,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-12 16:25:31,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 16:25:31,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5d83e452-74d0-4c7c-9326-0031f0e3dc8c | 2018-12-12 16:25:31,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-12 16:25:31,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-12 16:23:32 | 2018-12-12 16:25:31,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-12 16:25:30 | 2018-12-12 16:25:31,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:58 | 2018-12-12 16:25:31,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-12 16:25:31,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-12 16:25:31,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5e1c7ab6-94b0-498b-bb80-a30da1c64ea1) | 2018-12-12 16:25:31,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-12 16:25:31,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e3bc0075-d8c5-4a5c-9260-cb9086c68e71) | 2018-12-12 16:25:31,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-12-12 16:25:31,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 97.959 | 2018-12-12 16:25:31,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-12-12 16:25:31,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-12-12 16:25:31,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-12 16:25:31,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-12 16:25:31,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-12 16:25:31,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 16:25:31,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-12 16:25:31,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-12 16:25:31,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-12-12 16:25:31,462 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 16:25:31,462 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:14 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-12-12 16:25:31,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 16:25:31,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:25:33,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7134c27d-b71b-4142-9687-79115c75eec9 Date: Wed, 12 Dec 2018 16:25:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:25:33,909 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572 used request id req-7134c27d-b71b-4142-9687-79115c75eec9 2018-12-12 16:25:33,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.44073200226s 2018-12-12 16:25:33,910 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f4156f09-48ec-47d6-b1eb-d3650e961572 used request id req-7134c27d-b71b-4142-9687-79115c75eec9 2018-12-12 16:25:33,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 16:25:33,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:33,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-430994cd-8d6e-4aa6-906e-7d848c1e6230 x-compute-request-id: req-430994cd-8d6e-4aa6-906e-7d848c1e6230 Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "name": "neutron_trunk-flavor_d2747e1e-389f-4e62-861a-eb2b5df75508", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "af8e3530-9aa2-4e99-8443-19c18aba4f23", "name": "neutron_trunk-flavor_alt_d2747e1e-389f-4e62-861a-eb2b5df75508", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 16:25:33,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-430994cd-8d6e-4aa6-906e-7d848c1e6230 2018-12-12 16:25:33,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0416889190674s 2018-12-12 16:25:33,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-430994cd-8d6e-4aa6-906e-7d848c1e6230 2018-12-12 16:25:33,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 16:25:33,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:34,020 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-55101ac5-07e0-4d71-9e70-8a673910286b x-compute-request-id: req-55101ac5-07e0-4d71-9e70-8a673910286b Content-Length: 0 Content-Type: application/json 2018-12-12 16:25:34,020 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23 used request id req-55101ac5-07e0-4d71-9e70-8a673910286b 2018-12-12 16:25:34,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0644710063934s 2018-12-12 16:25:34,020 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/af8e3530-9aa2-4e99-8443-19c18aba4f23 used request id req-55101ac5-07e0-4d71-9e70-8a673910286b 2018-12-12 16:25:34,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:25:34,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:25:34,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-5c6f6ac6-3afb-4941-bb95-b2a18dd9e8f5 Date: Wed, 12 Dec 2018 16:25:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap", "metadata": {}}], "file": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908/file", "owner": "28caea9784084d989913a475e289e8e0", "id": "acee45d0-e932-44ee-a368-a9b8f2270908", "size": 12716032, "self": "/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/acee45d0-e932-44ee-a368-a9b8f2270908/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T16:23:19Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d2747e1e-389f-4e62-861a-eb2b5df75508", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T16:23:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:25:34,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5c6f6ac6-3afb-4941-bb95-b2a18dd9e8f5 2018-12-12 16:25:34,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.571557998657s 2018-12-12 16:25:34,593 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5c6f6ac6-3afb-4941-bb95-b2a18dd9e8f5 2018-12-12 16:25:34,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 16:25:34,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42b615577921e89c75a6d7ad6b93deb607cdb11d" 2018-12-12 16:25:36,154 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-599c9ca5-7b24-40bc-b34b-b7b08c641f41 Date: Wed, 12 Dec 2018 16:25:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:25:36,155 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908 used request id req-599c9ca5-7b24-40bc-b34b-b7b08c641f41 2018-12-12 16:25:36,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.56029009819s 2018-12-12 16:25:36,155 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/acee45d0-e932-44ee-a368-a9b8f2270908 used request id req-599c9ca5-7b24-40bc-b34b-b7b08c641f41 2018-12-12 16:25:36,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 16:25:36,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:36,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-50ecc404-4c1c-46d5-ad6c-6a47d0a970c0 x-compute-request-id: req-50ecc404-4c1c-46d5-ad6c-6a47d0a970c0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2a0dc91f-d53e-4854-bd72-8ac90dc43c03", "name": "neutron_trunk-flavor_d2747e1e-389f-4e62-861a-eb2b5df75508", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 16:25:36,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-50ecc404-4c1c-46d5-ad6c-6a47d0a970c0 2018-12-12 16:25:36,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0447618961334s 2018-12-12 16:25:36,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-50ecc404-4c1c-46d5-ad6c-6a47d0a970c0 2018-12-12 16:25:36,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 16:25:36,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:36,252 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-db2833ea-46e5-499c-85dd-a97eb3a1d2c4 x-compute-request-id: req-db2833ea-46e5-499c-85dd-a97eb3a1d2c4 Content-Length: 0 Content-Type: application/json 2018-12-12 16:25:36,252 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03 used request id req-db2833ea-46e5-499c-85dd-a97eb3a1d2c4 2018-12-12 16:25:36,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0496778488159s 2018-12-12 16:25:36,252 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/2a0dc91f-d53e-4854-bd72-8ac90dc43c03 used request id req-db2833ea-46e5-499c-85dd-a97eb3a1d2c4 2018-12-12 16:25:36,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:25:36,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:36,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa565b9a-685f-4657-b383-b5c98bda9b8a Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508", "links": {"self": "http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8"}, "domain_id": "default", "enabled": true, "id": "6ad1a4dc71ba48038777b30af484b4c8", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:25:36,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-aa565b9a-685f-4657-b383-b5c98bda9b8a 2018-12-12 16:25:36,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104349136353s 2018-12-12 16:25:36,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-aa565b9a-685f-4657-b383-b5c98bda9b8a 2018-12-12 16:25:36,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:25:36,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:36,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acbb047c-0876-4f3d-8535-aa620df6cc6d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8"}, "enabled": true, "id": "6ad1a4dc71ba48038777b30af484b4c8", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_d2747e1e-389f-4e62-861a-eb2b5df75508"}} 2018-12-12 16:25:36,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8 used request id req-acbb047c-0876-4f3d-8535-aa620df6cc6d 2018-12-12 16:25:36,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0943031311035s 2018-12-12 16:25:36,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8 used request id req-acbb047c-0876-4f3d-8535-aa620df6cc6d 2018-12-12 16:25:36,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 16:25:36,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:36,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9ab34cb-b741-4700-8c06-b0a7ca4013b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:25:36,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8 used request id req-a9ab34cb-b741-4700-8c06-b0a7ca4013b4 2018-12-12 16:25:36,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.211598157883s 2018-12-12 16:25:36,671 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6ad1a4dc71ba48038777b30af484b4c8 used request id req-a9ab34cb-b741-4700-8c06-b0a7ca4013b4 2018-12-12 16:25:36,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:25:36,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:36,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e45f8d8-88dc-416c-960b-f0b3c1f5092d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0"}, "enabled": true, "id": "28caea9784084d989913a475e289e8e0", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_d2747e1e-389f-4e62-861a-eb2b5df75508"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 16:25:36,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-5e45f8d8-88dc-416c-960b-f0b3c1f5092d 2018-12-12 16:25:36,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810079574585s 2018-12-12 16:25:36,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-5e45f8d8-88dc-416c-960b-f0b3c1f5092d 2018-12-12 16:25:36,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 16:25:36,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:36,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54f12080-18c6-4249-a255-6440910d0f15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:25:36,934 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0 used request id req-54f12080-18c6-4249-a255-6440910d0f15 2018-12-12 16:25:36,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.178370952606s 2018-12-12 16:25:36,935 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/28caea9784084d989913a475e289e8e0 used request id req-54f12080-18c6-4249-a255-6440910d0f15 2018-12-12 16:25:36,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:25:36,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:37,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1408b30-c131-452e-963b-f1546f9cdf41 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a89c57fe0afb44ff923192f0871bf262", "links": {"self": "http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262"}, "name": "Member"}]} 2018-12-12 16:25:37,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f1408b30-c131-452e-963b-f1546f9cdf41 2018-12-12 16:25:37,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080155134201s 2018-12-12 16:25:37,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 16:25:37,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:37,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:25:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7973aa70-3c47-4cf3-a7f7-b5379f7c2b10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:25:37,147 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a89c57fe0afb44ff923192f0871bf262 used request id req-7973aa70-3c47-4cf3-a7f7-b5379f7c2b10 2018-12-12 16:25:37,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.130401849747s 2018-12-12 16:25:37,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:25:37,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=28caea9784084d989913a475e289e8e0&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}b047b5831516695b8cdbdd803a8d6043a79deaa1" 2018-12-12 16:25:37,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b5901f13-c898-4f34-9129-e52812f8859f Date: Wed, 12 Dec 2018 16:25:37 GMT RESP BODY: {"security_groups": []} 2018-12-12 16:25:37,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=28caea9784084d989913a475e289e8e0&name=default used request id req-b5901f13-c898-4f34-9129-e52812f8859f 2018-12-12 16:25:37,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196906805038s 2018-12-12 16:25:37,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=28caea9784084d989913a475e289e8e0&name=default used request id req-b5901f13-c898-4f34-9129-e52812f8859f 2018-12-12 16:25:37,349 - 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:37 | PASS | | tempest_smoke_serial | functest | smoke | 14:54 | PASS | | rally_sanity | functest | smoke | 25:55 | PASS | | refstack_defcore | functest | smoke | 05:26 | PASS | | patrole | functest | smoke | 02:39 | PASS | | snaps_smoke | functest | smoke | 57:01 | PASS | | neutron_trunk | functest | smoke | 02:14 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-12-12 16:25:37,360 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-12 16:25:37,548 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:25:37,649 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 16:25:45,275 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-318 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-12 16:25:45,281 - 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=wafwxy7X9K83hEspv3PNf9hJz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-12-12 16:25:45,281 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-12 16:25:45,282 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-12-12 16:25:45,283 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-12-12 16:25:45,287 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-12 16:25:51,657 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-318 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-12 16:25:51,664 - 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=wafwxy7X9K83hEspv3PNf9hJz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-12-12 16:25:51,664 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-12 16:25:51,666 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-12-12 16:25:51,683 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-12-12 16:25:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 16:25:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 16:25:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 16:25:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 16:25:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 16:25:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 16:25:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 16:25:53,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 16:25:53,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:25:53,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d00eb66-6f40-4676-91f5-8b13db78e1ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:25:53,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8d00eb66-6f40-4676-91f5-8b13db78e1ea 2018-12-12 16:25:53,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:25:53,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T17:25:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["sdrig_HTQUGci_QcVlKw0g"], "issued_at": "2018-12-12T16:25:53.000000Z"}} 2018-12-12 16:25:53,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:25:53,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:53,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-332bc4f7-9d49-4ffd-add0-e8a2a50cd5fa Date: Wed, 12 Dec 2018 16:25:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 16:25:53,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-332bc4f7-9d49-4ffd-add0-e8a2a50cd5fa 2018-12-12 16:25:53,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.225901126862s 2018-12-12 16:25:53,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-332bc4f7-9d49-4ffd-add0-e8a2a50cd5fa 2018-12-12 16:25:53,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 16:25:53,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:53,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:25:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:25:54,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:54,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e6ac190-72ce-44e5-ad1f-2f3c4c69deaf Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 16:25:54,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-8e6ac190-72ce-44e5-ad1f-2f3c4c69deaf 2018-12-12 16:25:54,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.575330018997s 2018-12-12 16:25:54,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 16:25:54,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}}' 2018-12-12 16:25:54,525 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9eba91c-1b9f-48f7-88eb-ada99d9d39c3 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.29:5000/v3/projects/d27ba16370e34b319793119ec6780955"}, "enabled": true, "id": "d27ba16370e34b319793119ec6780955", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}} 2018-12-12 16:25:54,525 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f9eba91c-1b9f-48f7-88eb-ada99d9d39c3 2018-12-12 16:25:54,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0386481285095s 2018-12-12 16:25:54,526 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f9eba91c-1b9f-48f7-88eb-ada99d9d39c3 2018-12-12 16:25:54,527 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'id': u'd27ba16370e34b319793119ec6780955', 'description': u'Created by OPNFV Functest: cloudify_ims', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 16:25:54,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 16:25:54,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.380079984665s 2018-12-12 16:25:54,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18815f26-b54d-4123-9ea0-d776c545620b Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765"}, "enabled": true, "id": "f1e9a5a5c23545f1958b0336f54a2765", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}} 2018-12-12 16:25:55,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765 used request id req-18815f26-b54d-4123-9ea0-d776c545620b 2018-12-12 16:25:55,013 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f1e9a5a5c23545f1958b0336f54a2765', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794'}) 2018-12-12 16:25:55,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:25:55,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-538e5e2b-3d1e-4ea7-8f06-03526d6cc78a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 16:25:55,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-538e5e2b-3d1e-4ea7-8f06-03526d6cc78a 2018-12-12 16:25:55,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0883450508118s 2018-12-12 16:25:55,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:25:55,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7785da30-829a-4b14-8464-e7a15130b499 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 16:25:55,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7785da30-829a-4b14-8464-e7a15130b499 2018-12-12 16:25:55,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0861780643463s 2018-12-12 16:25:55,190 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 16:25:55,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 16:25:55,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" -d '{"role": {"name": "Member"}}' 2018-12-12 16:25:55,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aa80cf9-2a53-4695-86b4-4b46950d4987 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "edd0f6ee2ca44afc8c6e0226fefb3a08", "links": {"self": "http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08"}, "name": "Member"}} 2018-12-12 16:25:55,303 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8aa80cf9-2a53-4695-86b4-4b46950d4987 2018-12-12 16:25:55,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.112637996674s 2018-12-12 16:25:55,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4409b812-c455-44ea-a3de-866f836331c7 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08"}, "domain_id": null, "name": "Member", "id": "edd0f6ee2ca44afc8c6e0226fefb3a08"}} 2018-12-12 16:25:55,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08 used request id req-4409b812-c455-44ea-a3de-866f836331c7 2018-12-12 16:25:55,385 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08'}, 'domain_id': None, 'human_id': None, 'id': u'edd0f6ee2ca44afc8c6e0226fefb3a08', 'HUMAN_ID': False}) 2018-12-12 16:25:55,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:25:55,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d967698-d563-4d4f-a6b3-d7ef62a6af48 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edd0f6ee2ca44afc8c6e0226fefb3a08", "links": {"self": "http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08"}, "name": "Member"}]} 2018-12-12 16:25:55,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6d967698-d563-4d4f-a6b3-d7ef62a6af48 2018-12-12 16:25:55,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834369659424s 2018-12-12 16:25:55,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 16:25:55,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c43ce0f-184b-48de-aa4b-fc364e4185ee 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 16:25:55,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-3c43ce0f-184b-48de-aa4b-fc364e4185ee 2018-12-12 16:25:55,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0815699100494s 2018-12-12 16:25:55,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:25:55,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eb7e0e6-9d71-4664-b8d1-1dd2ede39bfa Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "links": {"self": "http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765"}, "domain_id": "default", "enabled": true, "id": "f1e9a5a5c23545f1958b0336f54a2765", "options": {}}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:25:55,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9eb7e0e6-9d71-4664-b8d1-1dd2ede39bfa 2018-12-12 16:25:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0960080623627s 2018-12-12 16:25:55,649 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9eb7e0e6-9d71-4664-b8d1-1dd2ede39bfa 2018-12-12 16:25:55,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:25:55,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828f2298-a3c2-4641-bda9-5eef79bc1a6e Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955"}, "enabled": true, "id": "d27ba16370e34b319793119ec6780955", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:25:55,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-828f2298-a3c2-4641-bda9-5eef79bc1a6e 2018-12-12 16:25:55,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793390274048s 2018-12-12 16:25:55,736 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-828f2298-a3c2-4641-bda9-5eef79bc1a6e 2018-12-12 16:25:55,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 16:25:55,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=f1e9a5a5c23545f1958b0336f54a2765&scope.project.id=d27ba16370e34b319793119ec6780955&role.id=edd0f6ee2ca44afc8c6e0226fefb3a08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22e9571b-bfb3-4509-a764-9706337e9508 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=f1e9a5a5c23545f1958b0336f54a2765&scope.project.id=d27ba16370e34b319793119ec6780955&role.id=edd0f6ee2ca44afc8c6e0226fefb3a08", "previous": null, "next": null}} 2018-12-12 16:25:55,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=f1e9a5a5c23545f1958b0336f54a2765&scope.project.id=d27ba16370e34b319793119ec6780955&role.id=edd0f6ee2ca44afc8c6e0226fefb3a08 used request id req-22e9571b-bfb3-4509-a764-9706337e9508 2018-12-12 16:25:55,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0810928344727s 2018-12-12 16:25:55,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 16:25:55,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955/users/f1e9a5a5c23545f1958b0336f54a2765/roles/edd0f6ee2ca44afc8c6e0226fefb3a08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:55,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c743053-c6db-465e-89c0-b9488a4f2af7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:25:55,947 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955/users/f1e9a5a5c23545f1958b0336f54a2765/roles/edd0f6ee2ca44afc8c6e0226fefb3a08 used request id req-9c743053-c6db-465e-89c0-b9488a4f2af7 2018-12-12 16:25:55,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127482175827s 2018-12-12 16:25:55,948 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 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': '7dc3433a-ab5b-4ee2-ac1b-0a11dd4e2ae1', 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_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'project_id': u'd27ba16370e34b319793119ec6780955', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 16:25:55,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 16:25:55,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 16:25:55,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 16:25:55,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 16:25:55,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 16:25:55,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 16:25:55,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 16:25:55,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 16:25:55,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 16:25:55,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 16:25:55,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 16:25:55,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 16:25:55,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 16:25:55,953 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'password': '7dc3433a-ab5b-4ee2-ac1b-0a11dd4e2ae1', 'project_name': 'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'd27ba16370e34b319793119ec6780955', 'project_domain_name': 'Default'} 2018-12-12 16:25:56,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-12-12 16:25:56,028 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-12-12 16:25:56,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 16:25:56,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:56,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75ad1c5-b63e-48a5-b59c-3e18c4e56be2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 16:25:56,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-d75ad1c5-b63e-48a5-b59c-3e18c4e56be2 2018-12-12 16:25:56,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0817210674286s 2018-12-12 16:25:56,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:25:56,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:25:56,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e57d854-f790-4d5c-bf10-c41b2c195a85 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955"}, "enabled": true, "id": "d27ba16370e34b319793119ec6780955", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:25:56,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-7e57d854-f790-4d5c-bf10-c41b2c195a85 2018-12-12 16:25:56,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0762319564819s 2018-12-12 16:25:56,188 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-7e57d854-f790-4d5c-bf10-c41b2c195a85 2018-12-12 16:25:56,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-12 16:25:56,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" -d '{"network": {"tenant_id": "d27ba16370e34b319793119ec6780955", "name": "cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "admin_state_up": true}}' 2018-12-12 16:25:56,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-6fb0ccaa-ce08-4cc2-a2ad-53e011f43465 Date: Wed, 12 Dec 2018 16:25:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"d27ba16370e34b319793119ec6780955","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:25:56Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794","admin_state_up":true,"tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:56Z","mtu":1450}} 2018-12-12 16:25:56,732 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6fb0ccaa-ce08-4cc2-a2ad-53e011f43465 2018-12-12 16:25:56,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.540096998215s 2018-12-12 16:25:56,733 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6fb0ccaa-ce08-4cc2-a2ad-53e011f43465 2018-12-12 16:25:56,733 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-12T16:25:56Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798', u'provider:segmentation_id': 84, 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_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'created_at': u'2018-12-12T16:25:56Z', u'mtu': 1450, u'tenant_id': u'd27ba16370e34b319793119ec6780955', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd27ba16370e34b319793119ec6780955'}) 2018-12-12 16:25:56,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:25:56,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f1af7e2-c209-42a2-802c-62d080335239 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:25:56,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7f1af7e2-c209-42a2-802c-62d080335239 2018-12-12 16:25:56,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:25:57,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "edd0f6ee2ca44afc8c6e0226fefb3a08", "name": "Member"}], "expires_at": "2018-12-12T17:25:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d27ba16370e34b319793119ec6780955", "name": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d27ba16370e34b319793119ec6780955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/d27ba16370e34b319793119ec6780955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/d27ba16370e34b319793119ec6780955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d27ba16370e34b319793119ec6780955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/d27ba16370e34b319793119ec6780955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/d27ba16370e34b319793119ec6780955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d27ba16370e34b319793119ec6780955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/d27ba16370e34b319793119ec6780955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/d27ba16370e34b319793119ec6780955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d27ba16370e34b319793119ec6780955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/d27ba16370e34b319793119ec6780955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/d27ba16370e34b319793119ec6780955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "id": "f1e9a5a5c23545f1958b0336f54a2765"}, "audit_ids": ["SAXFv4dxR_2pxwAWw_IzXg"], "issued_at": "2018-12-12T16:25:57.000000Z"}} 2018-12-12 16:25:57,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:25:57,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:25:57,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-332e19b3-1bcd-4573-8f48-9336ccd0575f Date: Wed, 12 Dec 2018 16:25: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-12-12T16:25:56Z","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d27ba16370e34b319793119ec6780955","id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","name":"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:25:57,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-332e19b3-1bcd-4573-8f48-9336ccd0575f 2018-12-12 16:25:57,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253348112106s 2018-12-12 16:25:57,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-332e19b3-1bcd-4573-8f48-9336ccd0575f 2018-12-12 16:25:57,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-12 16:25:57,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"subnet": {"name": "cloudify_ims-subnet_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "enable_dhcp": true, "network_id": "6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-12 16:25:58,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-89889934-147e-44fa-b5b9-3b72f5e69b3f Date: Wed, 12 Dec 2018 16:25:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T16:25:57Z","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":"d27ba16370e34b319793119ec6780955","id":"79cd73c3-250c-4861-be75-2d5d4ef57988","subnetpool_id":null,"name":"cloudify_ims-subnet_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}} 2018-12-12 16:25:58,230 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-89889934-147e-44fa-b5b9-3b72f5e69b3f 2018-12-12 16:25:58,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.852917194366s 2018-12-12 16:25:58,230 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-89889934-147e-44fa-b5b9-3b72f5e69b3f 2018-12-12 16:25:58,231 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T16:25:57Z', 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'79cd73c3-250c-4861-be75-2d5d4ef57988', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'enable_dhcp': True, u'network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798', u'tenant_id': u'd27ba16370e34b319793119ec6780955', u'created_at': u'2018-12-12T16:25:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd27ba16370e34b319793119ec6780955'}) 2018-12-12 16:25:58,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-12 16:25:58,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "cloudify_ims-router_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "admin_state_up": true}}' 2018-12-12 16:26:03,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-d2400545-1491-4cca-8f0b-ea60607cd79f Date: Wed, 12 Dec 2018 16:26:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:59Z", "admin_state_up": true, "updated_at": "2018-12-12T16:26:00Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d27ba16370e34b319793119ec6780955", "id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82", "name": "cloudify_ims-router_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}} 2018-12-12 16:26:03,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d2400545-1491-4cca-8f0b-ea60607cd79f 2018-12-12 16:26:03,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.3358540535s 2018-12-12 16:26:03,568 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d2400545-1491-4cca-8f0b-ea60607cd79f 2018-12-12 16:26:03,568 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T16:26:00Z', u'revision_number': 3, u'id': u'f58573f5-44bb-4e3b-8178-9ff7688dcd82', u'external_gateway_info': {u'network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'admin_state_up': True, u'tenant_id': u'd27ba16370e34b319793119ec6780955', u'created_at': u'2018-12-12T16:25:59Z', u'flavor_id': None, u'routes': [], u'project_id': u'd27ba16370e34b319793119ec6780955'}) 2018-12-12 16:26:03,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-12 16:26:03,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82/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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"subnet_id": "79cd73c3-250c-4861-be75-2d5d4ef57988"}' 2018-12-12 16:26:05,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-257bf409-6dec-44b7-ba86-db7d419dfb7d Date: Wed, 12 Dec 2018 16:26:05 GMT RESP BODY: {"network_id": "6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798", "tenant_id": "d27ba16370e34b319793119ec6780955", "subnet_id": "79cd73c3-250c-4861-be75-2d5d4ef57988", "subnet_ids": ["79cd73c3-250c-4861-be75-2d5d4ef57988"], "port_id": "4a7cb6d3-c3c8-4c20-8c90-f45436860e2b", "id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82"} 2018-12-12 16:26:05,673 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82/add_router_interface.json used request id req-257bf409-6dec-44b7-ba86-db7d419dfb7d 2018-12-12 16:26:05,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.10455513s 2018-12-12 16:26:05,674 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82/add_router_interface.json used request id req-257bf409-6dec-44b7-ba86-db7d419dfb7d returning object f58573f5-44bb-4e3b-8178-9ff7688dcd82 2018-12-12 16:26:05,674 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-12-12 16:26:32,077 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-12-12 16:26:32,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:26:32,086 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 16:26:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 16:26:32,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:26:32,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:26:32,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f1bee141-4637-43db-a044-4163502816d7 Date: Wed, 12 Dec 2018 16:26:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:26:32,300 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f1bee141-4637-43db-a044-4163502816d7 2018-12-12 16:26:32,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.210672855377s 2018-12-12 16:26:32,300 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f1bee141-4637-43db-a044-4163502816d7 2018-12-12 16:26:32,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 16:26:32,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}' 2018-12-12 16:26:32,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2 X-Openstack-Request-Id: req-d108c840-1996-4f0a-8c23-bfa798e9d42c Date: Wed, 12 Dec 2018 16:26:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file", "owner": "d27ba16370e34b319793119ec6780955", "id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "size": null, "self": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T16:26:32Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "checksum": null, "created_at": "2018-12-12T16:26:32Z", "protected": false} 2018-12-12 16:26:32,529 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d108c840-1996-4f0a-8c23-bfa798e9d42c 2018-12-12 16:26:32,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.226951122284s 2018-12-12 16:26:32,530 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d108c840-1996-4f0a-8c23-bfa798e9d42c returning object 8294c537-0604-4ef1-bacf-c6c8ed13b8a2 2018-12-12 16:26:32,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 16:26:32,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/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}618a2a7dd6defa1c4161727545b872832225913b" -d '' 2018-12-12 16:27:46,632 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bea76e3d-c06d-4f1a-ba6b-f396bb65b955 Date: Wed, 12 Dec 2018 16: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-12-12 16:27:46,632 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file used request id req-bea76e3d-c06d-4f1a-ba6b-f396bb65b955 2018-12-12 16:27:46,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 74.1017479897s 2018-12-12 16:27:46,632 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file used request id req-bea76e3d-c06d-4f1a-ba6b-f396bb65b955 2018-12-12 16:27:46,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:27:46,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:46,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-927e4115-102e-4f19-9b44-c3778860d4c7 Date: Wed, 12 Dec 2018 16:27:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "metadata": {}}], "file": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file", "owner": "d27ba16370e34b319793119ec6780955", "id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "size": 4373348352, "self": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T16:27:46Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:26:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:27:46,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-927e4115-102e-4f19-9b44-c3778860d4c7 2018-12-12 16:27:46,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0377740859985s 2018-12-12 16:27:46,671 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-927e4115-102e-4f19-9b44-c3778860d4c7 2018-12-12 16:27:46,674 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file', 'owner': u'd27ba16370e34b319793119ec6780955', 'id': u'8294c537-0604-4ef1-bacf-c6c8ed13b8a2', 'size': 4373348352, u'self': u'/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd27ba16370e34b319793119ec6780955', 'name': 'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T16:27:46Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-12T16:27:46Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'created': u'2018-12-12T16:26:32Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-12-12T16:26:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-12-12 16:27:46,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 16:27:46,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-12-12 16:27:46,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:27:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a9f4487-6ed7-461d-b5ab-cf08e95bce1e x-compute-request-id: req-6a9f4487-6ed7-461d-b5ab-cf08e95bce1e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "name": "cloudify_ims-flavor_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:27:46,866 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6a9f4487-6ed7-461d-b5ab-cf08e95bce1e 2018-12-12 16:27:46,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.191807985306s 2018-12-12 16:27:46,867 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6a9f4487-6ed7-461d-b5ab-cf08e95bce1e returning object dc8a13fc-2a0e-4396-a91b-03954660d115 2018-12-12 16:27:46,868 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', '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'0179093643ff4edbbd51be3381013868', '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'dc8a13fc-2a0e-4396-a91b-03954660d115', 'swap': 0}) 2018-12-12 16:27:46,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 16:27:46,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115/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}35066e9e0f4ba825f36a27365665ced1da758426" -d '{"extra_specs": {}}' 2018-12-12 16:27:46,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:27:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-419a4650-c685-4f98-aec1-074c972170d7 x-compute-request-id: req-419a4650-c685-4f98-aec1-074c972170d7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 16:27:46,892 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115/os-extra_specs used request id req-419a4650-c685-4f98-aec1-074c972170d7 2018-12-12 16:27:46,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239758491516s 2018-12-12 16:27:46,893 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115/os-extra_specs used request id req-419a4650-c685-4f98-aec1-074c972170d7 2018-12-12 16:27:46,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-12-12 16:27:46,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"keypair": {"name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}}' 2018-12-12 16:27:47,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:27:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21735aec-f22a-48e6-85f6-854438174c92 x-compute-request-id: req-21735aec-f22a-48e6-85f6-854438174c92 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVstR+isoZ9tSD00zPd+biX2jG5h7g2dTZ3/sCHO5iLGL3wt3lP3WaTxnEHHltivhnsi1+uHzm4xOTHkLmt6nCrh7e6BmxWbZEvrvQxFGNOZSHq0rwFZ+6dvKHp9kEpaDoA9voydIuqRsv2HNx3VjW0Y2Wb00aEG2ib22KktHkL+Dp+cb5QW6CHSGh6viXSdrWRnNUuU6yjRq9Cf6+mx/eWfSL4hCkVel5O1TUEJePJu1Y6lXXk9Wbd/yCt6Pm8CyAqZBE9Kb8gT673SwSibqfN/eIAgisY3Xu8yNXbES9XZxhGteypYAZeqWrLr2IoZF1uLw5BRp38MWHW0sOQ/Nt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAlbLUforKGfbUg9NMz3fm4l9oxuYe4NnU2d/7AhzuYixi98Ld\n5T91mk8ZxBx5bYr4Z7Itfrh85uMTkx5C5repwq4e3ugZsVm2RL670MRRjTmUh6tK\n8BWfunbyh6fZBKWg6APb6MnSLqkbL9hzcd1Y1tGNlm9NGhBtom9tipLR5C/g6fnG\n+UFugh0hoer4l0na1kZzVLlOso0avQn+vpsf3ln0i+IQpFXpeTtU1BCXjybtWOpV\n15PVm3f8grej5vAsgKmQRPSm/IE+u90sEom6nzf3iAIIrGN17vMjV2xEvV2cYRrX\nsqWAGXqlqy69iKGRdbi8OQUad/DFh1tLDkPzbQIDAQABAoIBAD7/byWByuN6WJzR\ng3WcA/IoLLPni/8cLNMzyzJscnWmMFAMFc2wExHJUBKT2RYcccVR2ouFoCqaTVaQ\nWZ82k552IE+2ZXmZQ3dSvT9yHs/L95HQqEy5DOsvu4kTPeUSvtBlL1qb9HPmfqZ3\n9L1qZUSiE2/Hjy700u6U7ghvGR1p0/xYpQk5ufNpMgstHWMFWlRdLEDvb96PekA1\nsUyJbcl91iigZ6fjeAQoseGFz7aC4IlvDzDnzZzcjiXSYvFfcOtLMmyyXGesGXNe\n+KyZ6+Wj3xu249y2cQk9nQD+btcD2rudKaQB9MX5Nj0gfMMlfTk/tjIn7nFNGSUI\nahLnsxECgYEAxE07ntS16S++StGHoE0K5B1Z+yshbMvPcWSgUmtMXiFEW3OdxRcF\nV8RB3pFSOPnZGWlUmPvNb315C0BkOn0V7WYm7qiYoIQMU9uw9kbI6kNHTWnAtENL\nEl5s0hFuWVf2VuwrLR4XqjJv2+UET+66UjVrN662fLN72DsZ3MIw5gcCgYEAwzlh\nqEFeO1n9XRqUDVOdLtgwviE+BjtARYKXU7dq4OY54Cw30T+c+u6g0VDkc6HKz41F\n1OsBx+g2wWprY7wuW6rAuyf0bUwVabYHMVgvhqnWaGejr8l/CFfXm5SGCJpJSuHo\nrK+M02piQrdwBrjPccHowaxfBX4aT6GP5C+eHesCgYEAtPdCTGVqIkPKWO0a7DO6\nI5vPdRZI5SRq4+1RQ0n5iBmBDBHk02oqmcOqucUcmLv0YVHSFIql0+9HJJFDFQx1\np3pxz7iLpAa32qMAW7nbxOMrG3mvlj8nORLlnS9GnITT60QjdZ91T4jZyE0zkYDS\nMbFfW2DsiL9qH2g0qmg3bgcCgYB3vkx+LYolEW9smg7RlcXFo+lR1YX7wIANoqo7\nOTefNtes/rJF8KTS7WdKvDlEC6sgX2DD1lnDSlW7kRDJnfU5WKTapwkvuQkxS+th\ngtuz15yhcWBfRFJcxbSDwzfrMuddvO9AbHUOgCRBE87s8JKdDfk8QgQOlGiDC2/8\n4JA1fQKBgQCu8t8Q3EfOHwuK+F0M3MRraRZ7nDosypZAJZBFIdLWT7o5HrW7Rpxk\nS8q2hcdjS7ZwCIeYVTxXK5ooywLRvbzHHKYrlqqqhnedh4kyVR8d4rgOMcY2uDwk\nKal3FoW9ztW/NnSL34lkKV4wB2QJ8L8gxa+VXtqu+ltVXAky1x8DwA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "fingerprint": "00:5b:1d:da:05:80:f0:42:81:11:88:3f:36:86:a5:2d"}} 2018-12-12 16:27:47,252 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-21735aec-f22a-48e6-85f6-854438174c92 2018-12-12 16:27:47,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.358775138855s 2018-12-12 16:27:47,253 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-21735aec-f22a-48e6-85f6-854438174c92 2018-12-12 16:27:47,253 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVstR+isoZ9tSD00zPd+biX2jG5h7g2dTZ3/sCHO5iLGL3wt3lP3WaTxnEHHltivhnsi1+uHzm4xOTHkLmt6nCrh7e6BmxWbZEvrvQxFGNOZSHq0rwFZ+6dvKHp9kEpaDoA9voydIuqRsv2HNx3VjW0Y2Wb00aEG2ib22KktHkL+Dp+cb5QW6CHSGh6viXSdrWRnNUuU6yjRq9Cf6+mx/eWfSL4hCkVel5O1TUEJePJu1Y6lXXk9Wbd/yCt6Pm8CyAqZBE9Kb8gT673SwSibqfN/eIAgisY3Xu8yNXbES9XZxhGteypYAZeqWrLr2IoZF1uLw5BRp38MWHW0sOQ/Nt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAlbLUforKGfbUg9NMz3fm4l9oxuYe4NnU2d/7AhzuYixi98Ld\n5T91mk8ZxBx5bYr4Z7Itfrh85uMTkx5C5repwq4e3ugZsVm2RL670MRRjTmUh6tK\n8BWfunbyh6fZBKWg6APb6MnSLqkbL9hzcd1Y1tGNlm9NGhBtom9tipLR5C/g6fnG\n+UFugh0hoer4l0na1kZzVLlOso0avQn+vpsf3ln0i+IQpFXpeTtU1BCXjybtWOpV\n15PVm3f8grej5vAsgKmQRPSm/IE+u90sEom6nzf3iAIIrGN17vMjV2xEvV2cYRrX\nsqWAGXqlqy69iKGRdbi8OQUad/DFh1tLDkPzbQIDAQABAoIBAD7/byWByuN6WJzR\ng3WcA/IoLLPni/8cLNMzyzJscnWmMFAMFc2wExHJUBKT2RYcccVR2ouFoCqaTVaQ\nWZ82k552IE+2ZXmZQ3dSvT9yHs/L95HQqEy5DOsvu4kTPeUSvtBlL1qb9HPmfqZ3\n9L1qZUSiE2/Hjy700u6U7ghvGR1p0/xYpQk5ufNpMgstHWMFWlRdLEDvb96PekA1\nsUyJbcl91iigZ6fjeAQoseGFz7aC4IlvDzDnzZzcjiXSYvFfcOtLMmyyXGesGXNe\n+KyZ6+Wj3xu249y2cQk9nQD+btcD2rudKaQB9MX5Nj0gfMMlfTk/tjIn7nFNGSUI\nahLnsxECgYEAxE07ntS16S++StGHoE0K5B1Z+yshbMvPcWSgUmtMXiFEW3OdxRcF\nV8RB3pFSOPnZGWlUmPvNb315C0BkOn0V7WYm7qiYoIQMU9uw9kbI6kNHTWnAtENL\nEl5s0hFuWVf2VuwrLR4XqjJv2+UET+66UjVrN662fLN72DsZ3MIw5gcCgYEAwzlh\nqEFeO1n9XRqUDVOdLtgwviE+BjtARYKXU7dq4OY54Cw30T+c+u6g0VDkc6HKz41F\n1OsBx+g2wWprY7wuW6rAuyf0bUwVabYHMVgvhqnWaGejr8l/CFfXm5SGCJpJSuHo\nrK+M02piQrdwBrjPccHowaxfBX4aT6GP5C+eHesCgYEAtPdCTGVqIkPKWO0a7DO6\nI5vPdRZI5SRq4+1RQ0n5iBmBDBHk02oqmcOqucUcmLv0YVHSFIql0+9HJJFDFQx1\np3pxz7iLpAa32qMAW7nbxOMrG3mvlj8nORLlnS9GnITT60QjdZ91T4jZyE0zkYDS\nMbFfW2DsiL9qH2g0qmg3bgcCgYB3vkx+LYolEW9smg7RlcXFo+lR1YX7wIANoqo7\nOTefNtes/rJF8KTS7WdKvDlEC6sgX2DD1lnDSlW7kRDJnfU5WKTapwkvuQkxS+th\ngtuz15yhcWBfRFJcxbSDwzfrMuddvO9AbHUOgCRBE87s8JKdDfk8QgQOlGiDC2/8\n4JA1fQKBgQCu8t8Q3EfOHwuK+F0M3MRraRZ7nDosypZAJZBFIdLWT7o5HrW7Rpxk\nS8q2hcdjS7ZwCIeYVTxXK5ooywLRvbzHHKYrlqqqhnedh4kyVR8d4rgOMcY2uDwk\nKal3FoW9ztW/NnSL34lkKV4wB2QJ8L8gxa+VXtqu+ltVXAky1x8DwA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f1e9a5a5c23545f1958b0336f54a2765', 'name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'created_at': '2018-12-12T16:27:47.253812', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd27ba16370e34b319793119ec6780955', 'name': 'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'00:5b:1d:da:05:80:f0:42:81:11:88:3f:36:86:a5:2d', 'type': 'ssh', 'id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794'}) 2018-12-12 16:27:47,254 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAlbLUforKGfbUg9NMz3fm4l9oxuYe4NnU2d/7AhzuYixi98Ld 5T91mk8ZxBx5bYr4Z7Itfrh85uMTkx5C5repwq4e3ugZsVm2RL670MRRjTmUh6tK 8BWfunbyh6fZBKWg6APb6MnSLqkbL9hzcd1Y1tGNlm9NGhBtom9tipLR5C/g6fnG +UFugh0hoer4l0na1kZzVLlOso0avQn+vpsf3ln0i+IQpFXpeTtU1BCXjybtWOpV 15PVm3f8grej5vAsgKmQRPSm/IE+u90sEom6nzf3iAIIrGN17vMjV2xEvV2cYRrX sqWAGXqlqy69iKGRdbi8OQUad/DFh1tLDkPzbQIDAQABAoIBAD7/byWByuN6WJzR g3WcA/IoLLPni/8cLNMzyzJscnWmMFAMFc2wExHJUBKT2RYcccVR2ouFoCqaTVaQ WZ82k552IE+2ZXmZQ3dSvT9yHs/L95HQqEy5DOsvu4kTPeUSvtBlL1qb9HPmfqZ3 9L1qZUSiE2/Hjy700u6U7ghvGR1p0/xYpQk5ufNpMgstHWMFWlRdLEDvb96PekA1 sUyJbcl91iigZ6fjeAQoseGFz7aC4IlvDzDnzZzcjiXSYvFfcOtLMmyyXGesGXNe +KyZ6+Wj3xu249y2cQk9nQD+btcD2rudKaQB9MX5Nj0gfMMlfTk/tjIn7nFNGSUI ahLnsxECgYEAxE07ntS16S++StGHoE0K5B1Z+yshbMvPcWSgUmtMXiFEW3OdxRcF V8RB3pFSOPnZGWlUmPvNb315C0BkOn0V7WYm7qiYoIQMU9uw9kbI6kNHTWnAtENL El5s0hFuWVf2VuwrLR4XqjJv2+UET+66UjVrN662fLN72DsZ3MIw5gcCgYEAwzlh qEFeO1n9XRqUDVOdLtgwviE+BjtARYKXU7dq4OY54Cw30T+c+u6g0VDkc6HKz41F 1OsBx+g2wWprY7wuW6rAuyf0bUwVabYHMVgvhqnWaGejr8l/CFfXm5SGCJpJSuHo rK+M02piQrdwBrjPccHowaxfBX4aT6GP5C+eHesCgYEAtPdCTGVqIkPKWO0a7DO6 I5vPdRZI5SRq4+1RQ0n5iBmBDBHk02oqmcOqucUcmLv0YVHSFIql0+9HJJFDFQx1 p3pxz7iLpAa32qMAW7nbxOMrG3mvlj8nORLlnS9GnITT60QjdZ91T4jZyE0zkYDS MbFfW2DsiL9qH2g0qmg3bgcCgYB3vkx+LYolEW9smg7RlcXFo+lR1YX7wIANoqo7 OTefNtes/rJF8KTS7WdKvDlEC6sgX2DD1lnDSlW7kRDJnfU5WKTapwkvuQkxS+th gtuz15yhcWBfRFJcxbSDwzfrMuddvO9AbHUOgCRBE87s8JKdDfk8QgQOlGiDC2/8 4JA1fQKBgQCu8t8Q3EfOHwuK+F0M3MRraRZ7nDosypZAJZBFIdLWT7o5HrW7Rpxk S8q2hcdjS7ZwCIeYVTxXK5ooywLRvbzHHKYrlqqqhnedh4kyVR8d4rgOMcY2uDwk Kal3FoW9ztW/NnSL34lkKV4wB2QJ8L8gxa+VXtqu+ltVXAky1x8DwA== -----END RSA PRIVATE KEY----- 2018-12-12 16:27:47,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-12-12 16:27:47,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"security_group": {"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-12-12 16:27:47,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-607befe6-fc09-47b7-b397-260c8b3a5b6a Date: Wed, 12 Dec 2018 16:27:47 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 2, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}} 2018-12-12 16:27:47,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-607befe6-fc09-47b7-b397-260c8b3a5b6a 2018-12-12 16:27:47,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.233146190643s 2018-12-12 16:27:47,491 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-607befe6-fc09-47b7-b397-260c8b3a5b6a 2018-12-12 16:27:47,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:27:47,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:47,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-e51572c5-08ef-4c5f-a29f-4cefa17964fd Date: Wed, 12 Dec 2018 16:27:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 2, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:27:47,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-e51572c5-08ef-4c5f-a29f-4cefa17964fd 2018-12-12 16:27:47,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216705083847s 2018-12-12 16:27:47,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-e51572c5-08ef-4c5f-a29f-4cefa17964fd 2018-12-12 16:27:47,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 16:27:47,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -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": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17"}}' 2018-12-12 16:27:47,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9dd9c201-00c4-40a6-a6aa-7fc1a7d35383 Date: Wed, 12 Dec 2018 16:27: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": 22, "updated_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "port_range_min": 22, "revision_number": 0, "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "project_id": "d27ba16370e34b319793119ec6780955", "id": "f023b5e6-a5d8-4233-b377-d747fd729ae6"}} 2018-12-12 16:27:47,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-9dd9c201-00c4-40a6-a6aa-7fc1a7d35383 2018-12-12 16:27:47,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.228357076645s 2018-12-12 16:27:47,945 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-9dd9c201-00c4-40a6-a6aa-7fc1a7d35383 2018-12-12 16:27:47,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:27:47,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:48,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-5af4d956-d1a5-46f9-b78b-104410738e9f Date: Wed, 12 Dec 2018 16:27:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f023b5e6-a5d8-4233-b377-d747fd729ae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 3, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:27:48,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-5af4d956-d1a5-46f9-b78b-104410738e9f 2018-12-12 16:27:48,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.273576021194s 2018-12-12 16:27:48,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-5af4d956-d1a5-46f9-b78b-104410738e9f 2018-12-12 16:27:48,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 16:27:48,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -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": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17"}}' 2018-12-12 16:27:48,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-fab6f968-ed70-47cc-9d20-863c146000cd Date: Wed, 12 Dec 2018 16:27:48 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "port_range_min": null, "revision_number": 0, "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:48Z", "project_id": "d27ba16370e34b319793119ec6780955", "id": "17fc17bf-c446-418c-88e7-00d2fd5c0962"}} 2018-12-12 16:27:48,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-fab6f968-ed70-47cc-9d20-863c146000cd 2018-12-12 16:27:48,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.310980081558s 2018-12-12 16:27:48,538 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-fab6f968-ed70-47cc-9d20-863c146000cd 2018-12-12 16:27:48,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:27:48,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:48,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-90174a05-a1f5-4550-880f-b0245a1ad32c Date: Wed, 12 Dec 2018 16:27:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "17fc17bf-c446-418c-88e7-00d2fd5c0962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f023b5e6-a5d8-4233-b377-d747fd729ae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:27:48,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-90174a05-a1f5-4550-880f-b0245a1ad32c 2018-12-12 16:27:48,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208890914917s 2018-12-12 16:27:48,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-90174a05-a1f5-4550-880f-b0245a1ad32c 2018-12-12 16:27:48,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 16:27:48,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -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": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17"}}' 2018-12-12 16:27:48,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-15aa3ea9-2aae-4800-b4c3-dccf16f522ac Date: Wed, 12 Dec 2018 16:27:48 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "port_range_min": 80, "revision_number": 0, "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:48Z", "project_id": "d27ba16370e34b319793119ec6780955", "id": "55640688-374a-4619-8fd2-300268eb95a6"}} 2018-12-12 16:27:48,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-15aa3ea9-2aae-4800-b4c3-dccf16f522ac 2018-12-12 16:27:48,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.160135030746s 2018-12-12 16:27:48,915 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-15aa3ea9-2aae-4800-b4c3-dccf16f522ac 2018-12-12 16:27:48,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:27:48,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:49,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-bc7a617b-b018-40ed-9a3b-63f154728bdc Date: Wed, 12 Dec 2018 16:27:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "17fc17bf-c446-418c-88e7-00d2fd5c0962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "55640688-374a-4619-8fd2-300268eb95a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f023b5e6-a5d8-4233-b377-d747fd729ae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 5, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:27:49,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-bc7a617b-b018-40ed-9a3b-63f154728bdc 2018-12-12 16:27:49,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197661161423s 2018-12-12 16:27:49,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-bc7a617b-b018-40ed-9a3b-63f154728bdc 2018-12-12 16:27:49,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 16:27:49,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -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": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17"}}' 2018-12-12 16:27:49,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-572023af-998b-4b5c-b59b-f6c9c316b546 Date: Wed, 12 Dec 2018 16:27:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "port_range_min": 443, "revision_number": 0, "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:49Z", "project_id": "d27ba16370e34b319793119ec6780955", "id": "55db780c-c8c5-4e54-995e-46f4b75b7b12"}} 2018-12-12 16:27:49,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-572023af-998b-4b5c-b59b-f6c9c316b546 2018-12-12 16:27:49,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.315096139908s 2018-12-12 16:27:49,436 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-572023af-998b-4b5c-b59b-f6c9c316b546 2018-12-12 16:27:49,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:27:49,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:49,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-abec8bdf-f070-44d0-8881-19799ed0b6a8 Date: Wed, 12 Dec 2018 16:27:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "17fc17bf-c446-418c-88e7-00d2fd5c0962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "55640688-374a-4619-8fd2-300268eb95a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-12T16:27:49Z", "revision_number": 0, "id": "55db780c-c8c5-4e54-995e-46f4b75b7b12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f023b5e6-a5d8-4233-b377-d747fd729ae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 6, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:27:49,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-abec8bdf-f070-44d0-8881-19799ed0b6a8 2018-12-12 16:27:49,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.210565090179s 2018-12-12 16:27:49,651 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-abec8bdf-f070-44d0-8881-19799ed0b6a8 2018-12-12 16:27:49,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 16:27:49,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -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": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17"}}' 2018-12-12 16:27:49,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-aa6eb8bb-16ec-4cb8-92b6-12eb29b1e772 Date: Wed, 12 Dec 2018 16:27:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "port_range_min": 5671, "revision_number": 0, "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:49Z", "project_id": "d27ba16370e34b319793119ec6780955", "id": "48bb32eb-fafb-4686-a924-3daa3cdb7192"}} 2018-12-12 16:27:49,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-aa6eb8bb-16ec-4cb8-92b6-12eb29b1e772 2018-12-12 16:27:49,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.158324956894s 2018-12-12 16:27:49,813 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-aa6eb8bb-16ec-4cb8-92b6-12eb29b1e772 2018-12-12 16:27:49,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:27:49,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:50,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-78506c88-10cd-4a54-ae46-fced9e2c9ba7 Date: Wed, 12 Dec 2018 16:27:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "17fc17bf-c446-418c-88e7-00d2fd5c0962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-12T16:27:49Z", "revision_number": 0, "id": "48bb32eb-fafb-4686-a924-3daa3cdb7192", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "55640688-374a-4619-8fd2-300268eb95a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-12T16:27:49Z", "revision_number": 0, "id": "55db780c-c8c5-4e54-995e-46f4b75b7b12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f023b5e6-a5d8-4233-b377-d747fd729ae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 7, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:27:50,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-78506c88-10cd-4a54-ae46-fced9e2c9ba7 2018-12-12 16:27:50,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.210927963257s 2018-12-12 16:27:50,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-78506c88-10cd-4a54-ae46-fced9e2c9ba7 2018-12-12 16:27:50,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 16:27:50,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -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": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17"}}' 2018-12-12 16:27:50,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-e2293c61-f9ba-48a3-8932-ba6c504bd249 Date: Wed, 12 Dec 2018 16:27:50 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-12-12T16:27:50Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "port_range_min": 53333, "revision_number": 0, "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:50Z", "project_id": "d27ba16370e34b319793119ec6780955", "id": "2d348da5-2002-4504-91e7-8c85dd34d348"}} 2018-12-12 16:27:50,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-e2293c61-f9ba-48a3-8932-ba6c504bd249 2018-12-12 16:27:50,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.326420068741s 2018-12-12 16:27:50,359 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-e2293c61-f9ba-48a3-8932-ba6c504bd249 2018-12-12 16:27:50,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:27:50,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:50,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-cb3fbdba-45b2-42b1-af52-ec2fbebeef17 Date: Wed, 12 Dec 2018 16:27: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":["79cd73c3-250c-4861-be75-2d5d4ef57988"],"updated_at":"2018-12-12T16:25:57Z","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d27ba16370e34b319793119ec6780955","id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","name":"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:27:50,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-cb3fbdba-45b2-42b1-af52-ec2fbebeef17 2018-12-12 16:27:50,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257214784622s 2018-12-12 16:27:50,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-cb3fbdba-45b2-42b1-af52-ec2fbebeef17 2018-12-12 16:27:50,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:27:50,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:50,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-eb610128-9a28-4347-854c-9d9c576eb293 Date: Wed, 12 Dec 2018 16:27:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "metadata": {}}], "file": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file", "owner": "d27ba16370e34b319793119ec6780955", "id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "size": 4373348352, "self": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T16:27:46Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:26:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:27:50,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-eb610128-9a28-4347-854c-9d9c576eb293 2018-12-12 16:27:50,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16349196434s 2018-12-12 16:27:50,783 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-eb610128-9a28-4347-854c-9d9c576eb293 2018-12-12 16:27:50,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 16:27:50,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:50,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:27:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4ffbc26-1cf2-4c4a-bc39-be495f272829 x-compute-request-id: req-e4ffbc26-1cf2-4c4a-bc39-be495f272829 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "name": "cloudify_ims-flavor_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 16:27:50,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e4ffbc26-1cf2-4c4a-bc39-be495f272829 2018-12-12 16:27:50,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0363631248474s 2018-12-12 16:27:50,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e4ffbc26-1cf2-4c4a-bc39-be495f272829 2018-12-12 16:27:50,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-12 16:27:50,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"server": {"name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "imageRef": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "flavorRef": "dc8a13fc-2a0e-4396-a91b-03954660d115", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798"}], "security_groups": [{"name": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17"}]}}' 2018-12-12 16:27:53,546 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:27:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74359e30-7802-4b45-8711-9bbbf1618689 x-compute-request-id: req-74359e30-7802-4b45-8711-9bbbf1618689 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17"}], "OS-DCF:diskConfig": "MANUAL", "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "adminPass": "gZRRmhav3YDh"}} 2018-12-12 16:27:53,546 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-74359e30-7802-4b45-8711-9bbbf1618689 2018-12-12 16:27:53,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.72298192978s 2018-12-12 16:27:53,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-74359e30-7802-4b45-8711-9bbbf1618689 2018-12-12 16:27:53,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:27:53,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:53,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:27:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-563058ef-3593-433e-9269-ac512d810f22 x-compute-request-id: req-563058ef-3593-433e-9269-ac512d810f22 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:27:53,811 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-563058ef-3593-433e-9269-ac512d810f22 2018-12-12 16:27:53,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.263412952423s 2018-12-12 16:27:53,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-563058ef-3593-433e-9269-ac512d810f22 2018-12-12 16:27:53,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:27:53,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:53,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-6cfad95e-b317-4811-8f8e-7a8131596648 Date: Wed, 12 Dec 2018 16: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":["79cd73c3-250c-4861-be75-2d5d4ef57988"],"updated_at":"2018-12-12T16:25:57Z","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d27ba16370e34b319793119ec6780955","id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","name":"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:27:53,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6cfad95e-b317-4811-8f8e-7a8131596648 2018-12-12 16:27:53,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120298862457s 2018-12-12 16:27:53,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6cfad95e-b317-4811-8f8e-7a8131596648 2018-12-12 16:27:53,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 16:27:53,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:53,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-79aba13e-29b9-4cc8-bec0-4ae2dc6d4fdd Date: Wed, 12 Dec 2018 16:27:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T16:25:57Z","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":"d27ba16370e34b319793119ec6780955","id":"79cd73c3-250c-4861-be75-2d5d4ef57988","subnetpool_id":null,"name":"cloudify_ims-subnet_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:27:53,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-79aba13e-29b9-4cc8-bec0-4ae2dc6d4fdd 2018-12-12 16:27:53,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0514578819275s 2018-12-12 16:27:53,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-79aba13e-29b9-4cc8-bec0-4ae2dc6d4fdd 2018-12-12 16:27:53,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:27:55,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:27:55,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:56,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:27:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2a5663b-8fe8-419a-8f98-552ca0740cad x-compute-request-id: req-a2a5663b-8fe8-419a-8f98-552ca0740cad 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:27:56,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a2a5663b-8fe8-419a-8f98-552ca0740cad 2018-12-12 16:27:56,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366952896118s 2018-12-12 16:27:56,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a2a5663b-8fe8-419a-8f98-552ca0740cad 2018-12-12 16:27:56,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:27:58,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:27:58,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:27:58,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-9f9d0d5b-e39b-4a27-bf15-7f23a9201e67 x-compute-request-id: req-9f9d0d5b-e39b-4a27-bf15-7f23a9201e67 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:27:58,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9f9d0d5b-e39b-4a27-bf15-7f23a9201e67 2018-12-12 16:27:58,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62535905838s 2018-12-12 16:27:58,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9f9d0d5b-e39b-4a27-bf15-7f23a9201e67 2018-12-12 16:27:58,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:01,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:01,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:01,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-ef454ae0-111e-472a-af20-53fbde77aaa9 x-compute-request-id: req-ef454ae0-111e-472a-af20-53fbde77aaa9 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:01,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ef454ae0-111e-472a-af20-53fbde77aaa9 2018-12-12 16:28:01,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612027168274s 2018-12-12 16:28:01,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ef454ae0-111e-472a-af20-53fbde77aaa9 2018-12-12 16:28:01,618 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:03,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:03,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:04,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-2ad84152-00d0-4cf0-8415-af7a10afee1a x-compute-request-id: req-2ad84152-00d0-4cf0-8415-af7a10afee1a 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:04,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2ad84152-00d0-4cf0-8415-af7a10afee1a 2018-12-12 16:28:04,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554247140884s 2018-12-12 16:28:04,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2ad84152-00d0-4cf0-8415-af7a10afee1a 2018-12-12 16:28:04,179 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:06,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:06,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:07,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d571873c-8ca1-4804-b126-327c63c7e73a x-compute-request-id: req-d571873c-8ca1-4804-b126-327c63c7e73a 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:07,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d571873c-8ca1-4804-b126-327c63c7e73a 2018-12-12 16:28:07,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09621977806s 2018-12-12 16:28:07,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d571873c-8ca1-4804-b126-327c63c7e73a 2018-12-12 16:28:07,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:09,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:09,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:10,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-a88d282f-f893-44a2-9369-30843dff2237 x-compute-request-id: req-a88d282f-f893-44a2-9369-30843dff2237 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:10,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a88d282f-f893-44a2-9369-30843dff2237 2018-12-12 16:28:10,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783052921295s 2018-12-12 16:28:10,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a88d282f-f893-44a2-9369-30843dff2237 2018-12-12 16:28:10,073 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:12,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:12,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:12,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-2df35818-625f-4fa0-8fda-989ae505193d x-compute-request-id: req-2df35818-625f-4fa0-8fda-989ae505193d 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:12,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2df35818-625f-4fa0-8fda-989ae505193d 2018-12-12 16:28:12,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569759130478s 2018-12-12 16:28:12,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2df35818-625f-4fa0-8fda-989ae505193d 2018-12-12 16:28:12,649 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:14,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:14,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:15,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-dfbf7e9a-3ea9-41ee-a777-95444426239d x-compute-request-id: req-dfbf7e9a-3ea9-41ee-a777-95444426239d 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:15,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dfbf7e9a-3ea9-41ee-a777-95444426239d 2018-12-12 16:28:15,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690737009048s 2018-12-12 16:28:15,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dfbf7e9a-3ea9-41ee-a777-95444426239d 2018-12-12 16:28:15,347 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:17,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:17,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:17,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc185bed-402e-4262-b589-312a1af09812 x-compute-request-id: req-bc185bed-402e-4262-b589-312a1af09812 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:17,996 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bc185bed-402e-4262-b589-312a1af09812 2018-12-12 16:28:17,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646311998367s 2018-12-12 16:28:17,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bc185bed-402e-4262-b589-312a1af09812 2018-12-12 16:28:18,000 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:20,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:20,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:20,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-7343da08-4d07-4d09-a402-08ff7cafee2a x-compute-request-id: req-7343da08-4d07-4d09-a402-08ff7cafee2a 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:20,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7343da08-4d07-4d09-a402-08ff7cafee2a 2018-12-12 16:28:20,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37598490715s 2018-12-12 16:28:20,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7343da08-4d07-4d09-a402-08ff7cafee2a 2018-12-12 16:28:20,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:22,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:22,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:23,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0d6e291-a570-4fb8-b349-1fffdb316a6e x-compute-request-id: req-e0d6e291-a570-4fb8-b349-1fffdb316a6e 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:23,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e0d6e291-a570-4fb8-b349-1fffdb316a6e 2018-12-12 16:28:23,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.848740816116s 2018-12-12 16:28:23,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e0d6e291-a570-4fb8-b349-1fffdb316a6e 2018-12-12 16:28:23,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:25,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:25,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-ad2602ac-9490-4e09-973d-2edbbf56f9f8 x-compute-request-id: req-ad2602ac-9490-4e09-973d-2edbbf56f9f8 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:25,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ad2602ac-9490-4e09-973d-2edbbf56f9f8 2018-12-12 16:28:25,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555768013s 2018-12-12 16:28:25,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ad2602ac-9490-4e09-973d-2edbbf56f9f8 2018-12-12 16:28:25,801 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:27,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:27,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:28,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e64c9e4-22b5-4f5d-a7b2-e27fd281bc1a x-compute-request-id: req-8e64c9e4-22b5-4f5d-a7b2-e27fd281bc1a 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:28,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8e64c9e4-22b5-4f5d-a7b2-e27fd281bc1a 2018-12-12 16:28:28,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.886644124985s 2018-12-12 16:28:28,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8e64c9e4-22b5-4f5d-a7b2-e27fd281bc1a 2018-12-12 16:28:28,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:30,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:30,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:31,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-777abeb3-63a8-4866-83d6-416abaf61fd2 x-compute-request-id: req-777abeb3-63a8-4866-83d6-416abaf61fd2 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:31,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-777abeb3-63a8-4866-83d6-416abaf61fd2 2018-12-12 16:28:31,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513342142105s 2018-12-12 16:28:31,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-777abeb3-63a8-4866-83d6-416abaf61fd2 2018-12-12 16:28:31,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:33,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:33,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:33,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-37ed8f1f-c23c-4e6d-a074-8964c4765ab6 x-compute-request-id: req-37ed8f1f-c23c-4e6d-a074-8964c4765ab6 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:33,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-37ed8f1f-c23c-4e6d-a074-8964c4765ab6 2018-12-12 16:28:33,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.734952926636s 2018-12-12 16:28:33,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-37ed8f1f-c23c-4e6d-a074-8964c4765ab6 2018-12-12 16:28:33,957 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:35,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:35,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:36,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b1f46af-403a-4fb9-94c3-c63fdc7cdc41 x-compute-request-id: req-6b1f46af-403a-4fb9-94c3-c63fdc7cdc41 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:36,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6b1f46af-403a-4fb9-94c3-c63fdc7cdc41 2018-12-12 16:28:36,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728391885757s 2018-12-12 16:28:36,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6b1f46af-403a-4fb9-94c3-c63fdc7cdc41 2018-12-12 16:28:36,693 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:38,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:38,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:39,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-9ff276ff-95b5-4b59-afa3-adfe1fee979d x-compute-request-id: req-9ff276ff-95b5-4b59-afa3-adfe1fee979d 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:39,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9ff276ff-95b5-4b59-afa3-adfe1fee979d 2018-12-12 16:28:39,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00812101364s 2018-12-12 16:28:39,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9ff276ff-95b5-4b59-afa3-adfe1fee979d 2018-12-12 16:28:39,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:41,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:41,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:42,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-5cc74491-2cf3-44f7-8749-5f1f88f290d9 x-compute-request-id: req-5cc74491-2cf3-44f7-8749-5f1f88f290d9 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:42,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5cc74491-2cf3-44f7-8749-5f1f88f290d9 2018-12-12 16:28:42,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665642023087s 2018-12-12 16:28:42,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5cc74491-2cf3-44f7-8749-5f1f88f290d9 2018-12-12 16:28:42,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:44,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:44,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:44,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-efe21654-fc5f-4c28-96e6-3b24b895e64f x-compute-request-id: req-efe21654-fc5f-4c28-96e6-3b24b895e64f 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:44,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-efe21654-fc5f-4c28-96e6-3b24b895e64f 2018-12-12 16:28:44,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405526161194s 2018-12-12 16:28:44,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-efe21654-fc5f-4c28-96e6-3b24b895e64f 2018-12-12 16:28:44,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:46,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:47,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f766be4-de48-4237-8a9b-e7fb993f0c8a x-compute-request-id: req-8f766be4-de48-4237-8a9b-e7fb993f0c8a 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:47,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f766be4-de48-4237-8a9b-e7fb993f0c8a 2018-12-12 16:28:47,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701961040497s 2018-12-12 16:28:47,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f766be4-de48-4237-8a9b-e7fb993f0c8a 2018-12-12 16:28:47,502 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:49,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:49,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:49,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-3ac6bbb2-4c77-4a89-9179-c3b7f2525f03 x-compute-request-id: req-3ac6bbb2-4c77-4a89-9179-c3b7f2525f03 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:49,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3ac6bbb2-4c77-4a89-9179-c3b7f2525f03 2018-12-12 16:28:49,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384041070938s 2018-12-12 16:28:49,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3ac6bbb2-4c77-4a89-9179-c3b7f2525f03 2018-12-12 16:28:49,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:51,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:51,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:52,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-26ee7ffe-33d7-4a23-b978-edb66fc1c5b8 x-compute-request-id: req-26ee7ffe-33d7-4a23-b978-edb66fc1c5b8 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:52,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-26ee7ffe-33d7-4a23-b978-edb66fc1c5b8 2018-12-12 16:28:52,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538837909698s 2018-12-12 16:28:52,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-26ee7ffe-33d7-4a23-b978-edb66fc1c5b8 2018-12-12 16:28:52,439 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:54,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:54,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:55,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-35a6b1f5-5c1a-42f0-8600-c0b7e91009fe x-compute-request-id: req-35a6b1f5-5c1a-42f0-8600-c0b7e91009fe 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:55,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-35a6b1f5-5c1a-42f0-8600-c0b7e91009fe 2018-12-12 16:28:55,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63464307785s 2018-12-12 16:28:55,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-35a6b1f5-5c1a-42f0-8600-c0b7e91009fe 2018-12-12 16:28:55,081 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:57,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:57,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:28:57,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:28: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-d4c7c467-6300-495c-9201-c537b472ea6b x-compute-request-id: req-d4c7c467-6300-495c-9201-c537b472ea6b 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:28:57,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d4c7c467-6300-495c-9201-c537b472ea6b 2018-12-12 16:28:57,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5672519207s 2018-12-12 16:28:57,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d4c7c467-6300-495c-9201-c537b472ea6b 2018-12-12 16:28:57,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:28:59,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:28:59,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:00,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-1f61e8b4-6f13-445b-a4eb-956f98dad188 x-compute-request-id: req-1f61e8b4-6f13-445b-a4eb-956f98dad188 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:00,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1f61e8b4-6f13-445b-a4eb-956f98dad188 2018-12-12 16:29:00,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594224214554s 2018-12-12 16:29:00,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1f61e8b4-6f13-445b-a4eb-956f98dad188 2018-12-12 16:29:00,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:02,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:02,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:02,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29: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-7fa86cca-25f8-4bec-b72d-5b1b0f53fc63 x-compute-request-id: req-7fa86cca-25f8-4bec-b72d-5b1b0f53fc63 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:02,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7fa86cca-25f8-4bec-b72d-5b1b0f53fc63 2018-12-12 16:29:02,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508892059326s 2018-12-12 16:29:02,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7fa86cca-25f8-4bec-b72d-5b1b0f53fc63 2018-12-12 16:29:02,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:04,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:04,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:05,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29: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-59bb1b70-8d2a-4a24-b6fc-90ad1e7b337e x-compute-request-id: req-59bb1b70-8d2a-4a24-b6fc-90ad1e7b337e 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:05,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-59bb1b70-8d2a-4a24-b6fc-90ad1e7b337e 2018-12-12 16:29:05,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520431995392s 2018-12-12 16:29:05,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-59bb1b70-8d2a-4a24-b6fc-90ad1e7b337e 2018-12-12 16:29:05,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:07,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:07,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:07,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-0379527e-3ccd-4a4b-b63f-6157a6307137 x-compute-request-id: req-0379527e-3ccd-4a4b-b63f-6157a6307137 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:07,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0379527e-3ccd-4a4b-b63f-6157a6307137 2018-12-12 16:29:07,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508948087692s 2018-12-12 16:29:07,812 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0379527e-3ccd-4a4b-b63f-6157a6307137 2018-12-12 16:29:07,816 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:09,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:09,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:10,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-d2117e52-fa20-4865-a1ea-4310a0369afc x-compute-request-id: req-d2117e52-fa20-4865-a1ea-4310a0369afc 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:10,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d2117e52-fa20-4865-a1ea-4310a0369afc 2018-12-12 16:29:10,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527637004852s 2018-12-12 16:29:10,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d2117e52-fa20-4865-a1ea-4310a0369afc 2018-12-12 16:29:10,351 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:12,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:12,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:12,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01b6bfec-cfdb-4df3-952b-3f016b9b5cc8 x-compute-request-id: req-01b6bfec-cfdb-4df3-952b-3f016b9b5cc8 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:12,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-01b6bfec-cfdb-4df3-952b-3f016b9b5cc8 2018-12-12 16:29:12,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50038599968s 2018-12-12 16:29:12,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-01b6bfec-cfdb-4df3-952b-3f016b9b5cc8 2018-12-12 16:29:12,858 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:14,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:14,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:15,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29: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-73fb3ad4-993e-41e8-9935-627a71357818 x-compute-request-id: req-73fb3ad4-993e-41e8-9935-627a71357818 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:15,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-73fb3ad4-993e-41e8-9935-627a71357818 2018-12-12 16:29:15,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369880914688s 2018-12-12 16:29:15,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-73fb3ad4-993e-41e8-9935-627a71357818 2018-12-12 16:29:15,235 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:17,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:17,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:17,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-308f7f1d-6493-49b2-b6e2-b8d62e94f360 x-compute-request-id: req-308f7f1d-6493-49b2-b6e2-b8d62e94f360 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:17,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-308f7f1d-6493-49b2-b6e2-b8d62e94f360 2018-12-12 16:29:17,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508040904999s 2018-12-12 16:29:17,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-308f7f1d-6493-49b2-b6e2-b8d62e94f360 2018-12-12 16:29:17,750 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:19,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:19,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:20,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-10805307-d4d5-48d7-8461-de41e223ab40 x-compute-request-id: req-10805307-d4d5-48d7-8461-de41e223ab40 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:20,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-10805307-d4d5-48d7-8461-de41e223ab40 2018-12-12 16:29:20,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522121906281s 2018-12-12 16:29:20,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-10805307-d4d5-48d7-8461-de41e223ab40 2018-12-12 16:29:20,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:22,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:22,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:22,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-9f2641d5-c197-4e48-85e6-e1351c1d4b00 x-compute-request-id: req-9f2641d5-c197-4e48-85e6-e1351c1d4b00 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:22,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9f2641d5-c197-4e48-85e6-e1351c1d4b00 2018-12-12 16:29:22,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527498960495s 2018-12-12 16:29:22,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9f2641d5-c197-4e48-85e6-e1351c1d4b00 2018-12-12 16:29:22,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:24,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:24,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:25,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-75dc9ba1-11f0-4d22-80c2-509056a9a17d x-compute-request-id: req-75dc9ba1-11f0-4d22-80c2-509056a9a17d 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:25,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-75dc9ba1-11f0-4d22-80c2-509056a9a17d 2018-12-12 16:29:25,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521575927734s 2018-12-12 16:29:25,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-75dc9ba1-11f0-4d22-80c2-509056a9a17d 2018-12-12 16:29:25,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:27,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:27,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:27,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3f1d3d3-3e48-42f8-8355-0cfffb29accb x-compute-request-id: req-c3f1d3d3-3e48-42f8-8355-0cfffb29accb 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:27,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c3f1d3d3-3e48-42f8-8355-0cfffb29accb 2018-12-12 16:29:27,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518342018127s 2018-12-12 16:29:27,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c3f1d3d3-3e48-42f8-8355-0cfffb29accb 2018-12-12 16:29:27,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:29,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:29,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:30,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4d88efd-9fa6-4a13-a74d-9be58513b415 x-compute-request-id: req-f4d88efd-9fa6-4a13-a74d-9be58513b415 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:30,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f4d88efd-9fa6-4a13-a74d-9be58513b415 2018-12-12 16:29:30,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492100000381s 2018-12-12 16:29:30,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f4d88efd-9fa6-4a13-a74d-9be58513b415 2018-12-12 16:29:30,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:32,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:32,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:33,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2cd2050-5149-4713-9637-f26770a50268 x-compute-request-id: req-c2cd2050-5149-4713-9637-f26770a50268 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:33,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c2cd2050-5149-4713-9637-f26770a50268 2018-12-12 16:29:33,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03174901009s 2018-12-12 16:29:33,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c2cd2050-5149-4713-9637-f26770a50268 2018-12-12 16:29:33,406 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:35,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:35,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:35,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf8afee8-9459-43a5-b966-a77ab6f54590 x-compute-request-id: req-bf8afee8-9459-43a5-b966-a77ab6f54590 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:35,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bf8afee8-9459-43a5-b966-a77ab6f54590 2018-12-12 16:29:35,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581926107407s 2018-12-12 16:29:35,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bf8afee8-9459-43a5-b966-a77ab6f54590 2018-12-12 16:29:35,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:37,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:38,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:38,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29: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-a8e2ebde-ba25-4543-9c78-5e4e792fe1b5 x-compute-request-id: req-a8e2ebde-ba25-4543-9c78-5e4e792fe1b5 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:38,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a8e2ebde-ba25-4543-9c78-5e4e792fe1b5 2018-12-12 16:29:38,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.485792160034s 2018-12-12 16:29:38,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a8e2ebde-ba25-4543-9c78-5e4e792fe1b5 2018-12-12 16:29:38,488 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:40,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:40,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:41,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c95f87f-d499-4e34-8af5-6479f2f14f97 x-compute-request-id: req-5c95f87f-d499-4e34-8af5-6479f2f14f97 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:41,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5c95f87f-d499-4e34-8af5-6479f2f14f97 2018-12-12 16:29:41,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536766767502s 2018-12-12 16:29:41,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5c95f87f-d499-4e34-8af5-6479f2f14f97 2018-12-12 16:29:41,032 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:43,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:43,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7ef46d8-f545-4dec-9fd2-c4befe15b5e9 x-compute-request-id: req-c7ef46d8-f545-4dec-9fd2-c4befe15b5e9 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:43,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c7ef46d8-f545-4dec-9fd2-c4befe15b5e9 2018-12-12 16:29:43,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.586806058884s 2018-12-12 16:29:43,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c7ef46d8-f545-4dec-9fd2-c4befe15b5e9 2018-12-12 16:29:43,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:45,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:45,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:46,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29: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-402b5b76-793a-49d5-9125-2371ebfc7a2f x-compute-request-id: req-402b5b76-793a-49d5-9125-2371ebfc7a2f 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:46,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-402b5b76-793a-49d5-9125-2371ebfc7a2f 2018-12-12 16:29:46,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380228996277s 2018-12-12 16:29:46,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-402b5b76-793a-49d5-9125-2371ebfc7a2f 2018-12-12 16:29:46,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:48,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:48,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:48,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82e14334-debe-4238-b474-f3863f36180b x-compute-request-id: req-82e14334-debe-4238-b474-f3863f36180b 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:48,392 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-82e14334-debe-4238-b474-f3863f36180b 2018-12-12 16:29:48,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376816987991s 2018-12-12 16:29:48,393 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-82e14334-debe-4238-b474-f3863f36180b 2018-12-12 16:29:48,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:50,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:50,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:51,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d90e328a-6ec2-4108-8be0-b70428fd1450 x-compute-request-id: req-d90e328a-6ec2-4108-8be0-b70428fd1450 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:51,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d90e328a-6ec2-4108-8be0-b70428fd1450 2018-12-12 16:29:51,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.967897891998s 2018-12-12 16:29:51,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d90e328a-6ec2-4108-8be0-b70428fd1450 2018-12-12 16:29:51,369 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:53,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:53,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:54,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3b51814-6db3-44c0-8c18-0d5ef42c7972 x-compute-request-id: req-c3b51814-6db3-44c0-8c18-0d5ef42c7972 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:54,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c3b51814-6db3-44c0-8c18-0d5ef42c7972 2018-12-12 16:29:54,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6849360466s 2018-12-12 16:29:54,057 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c3b51814-6db3-44c0-8c18-0d5ef42c7972 2018-12-12 16:29:54,061 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:56,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:56,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:56,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29: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-6c914a83-9f0c-43e5-83b9-abb8cfe23cce x-compute-request-id: req-6c914a83-9f0c-43e5-83b9-abb8cfe23cce 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:56,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6c914a83-9f0c-43e5-83b9-abb8cfe23cce 2018-12-12 16:29:56,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.884294986725s 2018-12-12 16:29:56,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6c914a83-9f0c-43e5-83b9-abb8cfe23cce 2018-12-12 16:29:56,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:29:58,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:29:58,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:29:59,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:29: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-a0509916-4240-4ed8-8649-f3e5bd0c1708 x-compute-request-id: req-a0509916-4240-4ed8-8649-f3e5bd0c1708 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:29:59,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a0509916-4240-4ed8-8649-f3e5bd0c1708 2018-12-12 16:29:59,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391827821732s 2018-12-12 16:29:59,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a0509916-4240-4ed8-8649-f3e5bd0c1708 2018-12-12 16:29:59,351 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:01,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:01,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:01,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30: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-7918e7c1-4234-437e-a38e-1471790c3ca1 x-compute-request-id: req-7918e7c1-4234-437e-a38e-1471790c3ca1 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:01,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7918e7c1-4234-437e-a38e-1471790c3ca1 2018-12-12 16:30:01,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372195005417s 2018-12-12 16:30:01,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7918e7c1-4234-437e-a38e-1471790c3ca1 2018-12-12 16:30:01,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:03,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:03,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:04,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30: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-7acb5238-9f12-4803-afae-05c42091c1d8 x-compute-request-id: req-7acb5238-9f12-4803-afae-05c42091c1d8 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:04,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7acb5238-9f12-4803-afae-05c42091c1d8 2018-12-12 16:30:04,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352217912674s 2018-12-12 16:30:04,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7acb5238-9f12-4803-afae-05c42091c1d8 2018-12-12 16:30:04,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:06,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:06,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:06,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8686c721-8e7d-4e38-a53a-daea53d41829 x-compute-request-id: req-8686c721-8e7d-4e38-a53a-daea53d41829 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:06,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8686c721-8e7d-4e38-a53a-daea53d41829 2018-12-12 16:30:06,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593934059143s 2018-12-12 16:30:06,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8686c721-8e7d-4e38-a53a-daea53d41829 2018-12-12 16:30:06,691 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:08,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:08,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:09,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30: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-d7003ceb-7b47-4392-9ee9-d305c707d11e x-compute-request-id: req-d7003ceb-7b47-4392-9ee9-d305c707d11e 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:09,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d7003ceb-7b47-4392-9ee9-d305c707d11e 2018-12-12 16:30:09,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.917041063309s 2018-12-12 16:30:09,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d7003ceb-7b47-4392-9ee9-d305c707d11e 2018-12-12 16:30:09,613 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:11,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:11,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:12,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8abd8df-2a8c-42e3-83d9-630907543d45 x-compute-request-id: req-d8abd8df-2a8c-42e3-83d9-630907543d45 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:12,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d8abd8df-2a8c-42e3-83d9-630907543d45 2018-12-12 16:30:12,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526279211044s 2018-12-12 16:30:12,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d8abd8df-2a8c-42e3-83d9-630907543d45 2018-12-12 16:30:12,146 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:14,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:14,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:14,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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,Accept-Encoding x-openstack-request-id: req-a1b7916a-2a6e-427c-abd8-e3262c36abce x-compute-request-id: req-a1b7916a-2a6e-427c-abd8-e3262c36abce 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:14,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a1b7916a-2a6e-427c-abd8-e3262c36abce 2018-12-12 16:30:14,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.241564035416s 2018-12-12 16:30:14,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a1b7916a-2a6e-427c-abd8-e3262c36abce 2018-12-12 16:30:14,395 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:16,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:16,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30: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-f49ca337-3c7a-4531-acd2-70883c3fce3c x-compute-request-id: req-f49ca337-3c7a-4531-acd2-70883c3fce3c 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:16,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f49ca337-3c7a-4531-acd2-70883c3fce3c 2018-12-12 16:30:16,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516949176788s 2018-12-12 16:30:16,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f49ca337-3c7a-4531-acd2-70883c3fce3c 2018-12-12 16:30:16,919 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:18,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:18,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:19,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41f89608-598a-424d-9365-eac4bf2c141e x-compute-request-id: req-41f89608-598a-424d-9365-eac4bf2c141e 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.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T16:27:55Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:19,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-41f89608-598a-424d-9365-eac4bf2c141e 2018-12-12 16:30:19,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482509851456s 2018-12-12 16:30:19,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-41f89608-598a-424d-9365-eac4bf2c141e 2018-12-12 16:30:19,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:30:21,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:30:21,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:21,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5690d82a-7bc8-4009-afce-eca092643148 x-compute-request-id: req-5690d82a-7bc8-4009-afce-eca092643148 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:83:63", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:30:19.000000", "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:30:20Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:30:21,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5690d82a-7bc8-4009-afce-eca092643148 2018-12-12 16:30:21,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530889034271s 2018-12-12 16:30:21,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5690d82a-7bc8-4009-afce-eca092643148 2018-12-12 16:30:21,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 16:30:21,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=7e83fcfb-2883-426d-b5c2-0eb554d8aa97" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:22,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-717bca47-ff2e-4c5a-8dbc-792b12fb726a Date: Wed, 12 Dec 2018 16:30:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:30:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"79cd73c3-250c-4861-be75-2d5d4ef57988","ip_address":"192.168.120.12"}],"id":"b2876f70-b9d8-4baf-827b-4cfde248b17d","security_groups":["92c4ddde-82d3-4644-9ab7-a6a4dc36de17"],"mac_address":"fa:16:3e:08:83:63","project_id":"d27ba16370e34b319793119ec6780955","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:27:55Z","binding:vnic_type":"normal","device_id":"7e83fcfb-2883-426d-b5c2-0eb554d8aa97"}]} 2018-12-12 16:30:22,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=7e83fcfb-2883-426d-b5c2-0eb554d8aa97 used request id req-717bca47-ff2e-4c5a-8dbc-792b12fb726a 2018-12-12 16:30:22,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0580718517303s 2018-12-12 16:30:22,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=7e83fcfb-2883-426d-b5c2-0eb554d8aa97 used request id req-717bca47-ff2e-4c5a-8dbc-792b12fb726a 2018-12-12 16:30:22,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 16:30:22,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=b2876f70-b9d8-4baf-827b-4cfde248b17d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:22,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1d8cff1d-2f64-4ced-9039-c3e2d87d456e Date: Wed, 12 Dec 2018 16:30:22 GMT RESP BODY: {"floatingips": []} 2018-12-12 16:30:22,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=b2876f70-b9d8-4baf-827b-4cfde248b17d used request id req-1d8cff1d-2f64-4ced-9039-c3e2d87d456e 2018-12-12 16:30:22,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0229170322418s 2018-12-12 16:30:22,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=b2876f70-b9d8-4baf-827b-4cfde248b17d used request id req-1d8cff1d-2f64-4ced-9039-c3e2d87d456e 2018-12-12 16:30:22,035 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:08:83:63', 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'8294c537-0604-4ef1-bacf-c6c8ed13b8a2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T16:30:19.000000', 'flavor': Munch({u'id': u'dc8a13fc-2a0e-4396-a91b-03954660d115'}), 'az': u'nova', 'id': u'7e83fcfb-2883-426d-b5c2-0eb554d8aa97', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f1e9a5a5c23545f1958b0336f54a2765', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd27ba16370e34b319793119ec6780955', 'name': 'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-12T16:30:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-12T16:30:20Z', 'hostId': u'7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T16:30:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd27ba16370e34b319793119ec6780955', 'name': u'cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'adminPass': u'gZRRmhav3YDh', 'tenant_id': u'd27ba16370e34b319793119ec6780955', 'region': 'regionOne', 'created': u'2018-12-12T16:27:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-12 16:30:22,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:30:22,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:22,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-7587364b-5cb8-41c5-86d0-bb7414544e1b Date: Wed, 12 Dec 2018 16:30: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":["79cd73c3-250c-4861-be75-2d5d4ef57988"],"updated_at":"2018-12-12T16:25:57Z","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d27ba16370e34b319793119ec6780955","id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","name":"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:30:22,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7587364b-5cb8-41c5-86d0-bb7414544e1b 2018-12-12 16:30:22,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114796161652s 2018-12-12 16:30:22,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7587364b-5cb8-41c5-86d0-bb7414544e1b 2018-12-12 16:30:22,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 16:30:22,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=7e83fcfb-2883-426d-b5c2-0eb554d8aa97" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:22,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-66612a86-f09b-47b8-b534-1972388a5326 Date: Wed, 12 Dec 2018 16:30:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T16:30:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"79cd73c3-250c-4861-be75-2d5d4ef57988","ip_address":"192.168.120.12"}],"id":"b2876f70-b9d8-4baf-827b-4cfde248b17d","security_groups":["92c4ddde-82d3-4644-9ab7-a6a4dc36de17"],"mac_address":"fa:16:3e:08:83:63","project_id":"d27ba16370e34b319793119ec6780955","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:27:55Z","binding:vnic_type":"normal","device_id":"7e83fcfb-2883-426d-b5c2-0eb554d8aa97"}]} 2018-12-12 16:30:22,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=7e83fcfb-2883-426d-b5c2-0eb554d8aa97 used request id req-66612a86-f09b-47b8-b534-1972388a5326 2018-12-12 16:30:22,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.06014585495s 2018-12-12 16:30:22,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=7e83fcfb-2883-426d-b5c2-0eb554d8aa97 used request id req-66612a86-f09b-47b8-b534-1972388a5326 2018-12-12 16:30:22,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-12-12 16:30:22,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.12", "port_id": "b2876f70-b9d8-4baf-827b-4cfde248b17d"}}' 2018-12-12 16:30:24,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-29191818-5042-4f5a-8725-4a770d373b38 Date: Wed, 12 Dec 2018 16:30:24 GMT RESP BODY: {"floatingip": {"router_id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:30:23Z", "updated_at": "2018-12-12T16:30:23Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d27ba16370e34b319793119ec6780955", "port_id": "b2876f70-b9d8-4baf-827b-4cfde248b17d", "id": "6e05c49c-d03b-4863-a458-b9a9e2da5122"}} 2018-12-12 16:30:24,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-29191818-5042-4f5a-8725-4a770d373b38 2018-12-12 16:30:24,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.99063205719s 2018-12-12 16:30:24,207 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-29191818-5042-4f5a-8725-4a770d373b38 2018-12-12 16:30:24,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 16:30:24,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:24,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-3357a74b-d53a-4e33-a294-e6a0fe6c793a Date: Wed, 12 Dec 2018 16:30:24 GMT RESP BODY: {"floatingips": [{"router_id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:30:23Z", "updated_at": "2018-12-12T16:30:23Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d27ba16370e34b319793119ec6780955", "port_id": "b2876f70-b9d8-4baf-827b-4cfde248b17d", "id": "6e05c49c-d03b-4863-a458-b9a9e2da5122"}]} 2018-12-12 16:30:24,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3357a74b-d53a-4e33-a294-e6a0fe6c793a 2018-12-12 16:30:24,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0259480476379s 2018-12-12 16:30:24,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3357a74b-d53a-4e33-a294-e6a0fe6c793a 2018-12-12 16:30:24,245 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 16:30:24,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 16:30:24,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:24,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-31b66a54-a086-4a6c-a834-673805102690 Date: Wed, 12 Dec 2018 16:30:24 GMT RESP BODY: {"floatingips": [{"router_id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:30:23Z", "updated_at": "2018-12-12T16:30:23Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d27ba16370e34b319793119ec6780955", "port_id": "b2876f70-b9d8-4baf-827b-4cfde248b17d", "id": "6e05c49c-d03b-4863-a458-b9a9e2da5122"}]} 2018-12-12 16:30:24,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-31b66a54-a086-4a6c-a834-673805102690 2018-12-12 16:30:24,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0342700481415s 2018-12-12 16:30:24,385 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-31b66a54-a086-4a6c-a834-673805102690 2018-12-12 16:30:24,389 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 16:30:24,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 16:30:24,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:24,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-b830dbfe-8c82-43d5-a3cb-6b5cc9c5bfb5 Date: Wed, 12 Dec 2018 16:30:24 GMT RESP BODY: {"floatingips": [{"router_id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:30:23Z", "updated_at": "2018-12-12T16:30:23Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d27ba16370e34b319793119ec6780955", "port_id": "b2876f70-b9d8-4baf-827b-4cfde248b17d", "id": "6e05c49c-d03b-4863-a458-b9a9e2da5122"}]} 2018-12-12 16:30:24,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-b830dbfe-8c82-43d5-a3cb-6b5cc9c5bfb5 2018-12-12 16:30:24,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0221920013428s 2018-12-12 16:30:24,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-b830dbfe-8c82-43d5-a3cb-6b5cc9c5bfb5 2018-12-12 16:30:24,520 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 16:30:24,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 16:30:24,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:24,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-ad6b7568-7658-42d0-b2b5-315b53b44d3d Date: Wed, 12 Dec 2018 16:30:24 GMT RESP BODY: {"floatingips": [{"router_id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:30:23Z", "updated_at": "2018-12-12T16:30:23Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d27ba16370e34b319793119ec6780955", "port_id": "b2876f70-b9d8-4baf-827b-4cfde248b17d", "id": "6e05c49c-d03b-4863-a458-b9a9e2da5122"}]} 2018-12-12 16:30:24,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ad6b7568-7658-42d0-b2b5-315b53b44d3d 2018-12-12 16:30:24,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.02645611763s 2018-12-12 16:30:24,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ad6b7568-7658-42d0-b2b5-315b53b44d3d 2018-12-12 16:30:24,656 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 16:30:24,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 16:30:24,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:30:24,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-dfa456ca-a5b3-44a1-b325-442bfcf872d1 Date: Wed, 12 Dec 2018 16:30:24 GMT RESP BODY: {"floatingips": [{"router_id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:30:23Z", "updated_at": "2018-12-12T16:30:23Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d27ba16370e34b319793119ec6780955", "port_id": "b2876f70-b9d8-4baf-827b-4cfde248b17d", "id": "6e05c49c-d03b-4863-a458-b9a9e2da5122"}]} 2018-12-12 16:30:24,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-dfa456ca-a5b3-44a1-b325-442bfcf872d1 2018-12-12 16:30:24,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0302860736847s 2018-12-12 16:30:24,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-dfa456ca-a5b3-44a1-b325-442bfcf872d1 2018-12-12 16:30:24,795 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f58573f5-44bb-4e3b-8178-9ff7688dcd82', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd27ba16370e34b319793119ec6780955', 'created_at': u'2018-12-12T16:30:23Z', 'attached': True, 'updated_at': u'2018-12-12T16:30:23Z', 'id': u'6e05c49c-d03b-4863-a458-b9a9e2da5122', 'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd27ba16370e34b319793119ec6780955', 'name': 'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f58573f5-44bb-4e3b-8178-9ff7688dcd82', 'project_id': u'd27ba16370e34b319793119ec6780955', 'port_id': u'b2876f70-b9d8-4baf-827b-4cfde248b17d', 'port': u'b2876f70-b9d8-4baf-827b-4cfde248b17d', 'network': u'a8338694-3b57-490d-b186-bcbdf41bb7db'}) 2018-12-12 16:30:24,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-12 16:30:24,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97/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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:30:27,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30: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-35f42553-ced7-4f50-92a5-a95f7be7a413 x-compute-request-id: req-35f42553-ced7-4f50-92a5-a95f7be7a413 Content-Encoding: gzip Content-Length: 10960 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 1910752333 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.306911] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.309075] pid_max: default: 32768 minimum: 301\n[ 0.310255] Security Framework initialized\n[ 0.311339] SELinux: Initializing.\n[ 0.312596] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.317235] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.320143] Mount-cache hash table entries: 4096\n[ 0.321540] Initializing cgroup subsys memory\n[ 0.322688] Initializing cgroup subsys devices\n[ 0.323823] Initializing cgroup subsys freezer\n[ 0.324950] Initializing cgroup subsys net_cls\n[ 0.326074] Initializing cgroup subsys blkio\n[ 0.327174] Initializing cgroup subsys perf_event\n[ 0.328339] Initializing cgroup subsys hugetlb\n[ 0.329467] Initializing cgroup subsys pids\n[ 0.330557] Initializing cgroup subsys net_prio\n[ 0.331792] CPU: Physical Processor ID: 0\n[ 0.333556] mce: CPU supports 10 MCE banks\n[ 0.334677] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.335938] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337205] tlb_flushall_shift: 6\n[ 0.338397] Freeing SMP alternatives: 28k freed\n[ 0.342382] ACPI: Core revision 20130517\n[ 0.343880] ACPI: All ACPI Tables successfully acquired\n[ 0.345297] ftrace: allocating 25812 entries in 101 pages\n[ 0.367898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.369391] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.370856] smpboot: Max logical packages: 2\n[ 0.372131] Enabling x2apic\n[ 0.373020] Enabled x2apic\n[ 0.374093] Switched APIC routing to physical x2apic.\n[ 0.376273] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.377756] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.380358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.387720] KVM setup paravirtual spinlock\n[ 0.390019] smpboot: Booting Node 0, Processors #1 OK\n[ 0.391640] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.414239] Brought up 2 CPUs\n[ 0.414242] KVM setup async PF for cpu 1\n[ 0.414245] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.417339] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.419497] devtmpfs: initialized\n[ 0.422334] EVM: security.selinux\n[ 0.423311] EVM: security.ima\n[ 0.424220] EVM: security.capability\n[ 0.425879] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.427378] pinctrl core: initialized pinctrl subsystem\n[ 0.428736] NET: Registered protocol family 16\n[ 0.430127] ACPI: bus type PCI registered\n[ 0.431190] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.432682] PCI: Using configuration type 1 for base access\n[ 0.438344] ACPI: Added _OSI(Module Device)\n[ 0.439721] ACPI: Added _OSI(Processor Device)\n[ 0.441121] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.442568] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.445643] ACPI: Interpreter enabled\n[ 0.446939] ACPI: (supports S0 S5)\n[ 0.448120] ACPI: Using IOAPIC for interrupt routing\n[ 0.449635] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459821] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.463258] acpiphp: Slot [3] registered\n[ 0.464558] acpiphp: Slot [4] registered\n[ 0.465917] acpiphp: Slot [5] registered\n[ 0.467227] acpiphp: Slot [6] registered\n[ 0.468526] acpiphp: Slot [7] registered\n[ 0.469834] acpiphp: Slot [8] registered\n[ 0.471133] acpiphp: Slot [9] registered\n[ 0.472432] acpiphp: Slot [10] registered\n[ 0.473735] acpiphp: Slot [11] registered\n[ 0.475059] acpiphp: Slot [12] registered\n[ 0.476421] acpiphp: Slot [13] registered\n[ 0.477748] acpiphp: Slot [14] registered\n[ 0.479066] acpiphp: Slot [15] registered\n[ 0.480379] acpiphp: Slot [16] registered\n[ 0.481726] acpiphp: Slot [17] registered\n[ 0.483087] acpiphp: Slot [18] registered\n[ 0.484411] acpiphp: Slot [19] registered\n[ 0.485748] acpiphp: Slot [20] registered\n[ 0.487079] acpiphp: Slot [21] registered\n[ 0.488389] acpiphp: Slot [22] registered\n[ 0.489703] acpiphp: Slot [23] registered\n[ 0.491026] acpiphp: Slot [24] registered\n[ 0.492342] acpiphp: Slot [25] registered\n[ 0.493653] acpiphp: Slot [26] registered\n[ 0.494843] acpiphp: Slot [27] registered\n[ 0.495944] acpiphp: Slot [28] registered\n[ 0.497032] acpiphp: Slot [29] registered\n[ 0.498118] acpiphp: Slot [30] registered\n[ 0.499204] acpiphp: Slot [31] registered\n[ 0.500286] PCI host bridge to bus 0000:00\n[ 0.501377] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.502677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.504175] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.505681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.507672] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.515349] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.516908] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.518360] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.519906] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.526598] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.528564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.578926] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.581776] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.585181] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.586789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.588435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.590538] vgaarb: loaded\n[ 0.591418] vgaarb: bridge control possible 0000:00:02.0\n[ 0.592834] SCSI subsystem initialized\n[ 0.593912] ACPI: bus type USB registered\n[ 0.595008] usbcore: registered new interface driver usbfs\n[ 0.596320] usbcore: registered new interface driver hub\n[ 0.597623] usbcore: registered new device driver usb\n[ 0.599043] PCI: Using ACPI for IRQ routing\n[ 0.600445] NetLabel: Initializing\n[ 0.601444] NetLabel: domain hash size = 128\n[ 0.602568] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.603816] NetLabel: unlabeled traffic allowed by default\n[ 0.605259] Switched to clocksource kvm-clock\n[ 0.612741] pnp: PnP ACPI init\n[ 0.613698] ACPI: bus type PNP registered\n[ 0.615126] pnp: PnP ACPI: found 5 devices\n[ 0.616224] ACPI: bus type PNP unregistered\n[ 0.624042] NET: Registered protocol family 2\n[ 0.625421] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.627461] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.629005] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.630501] TCP: reno registered\n[ 0.631465] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.632858] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.634355] NET: Registered protocol family 1\n[ 0.635509] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.636889] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.638233] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.658041] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.677759] Unpacking initramfs...\n[ 1.090556] Freeing initrd memory: 37508k freed\n[ 1.099663] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.101216] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.113135] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.115499] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.118792] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.120699] Initialise system trusted keyring\n[ 1.122131] audit: initializing netlink socket (disabled)\n[ 1.123886] type=2000 audit(1544632222.098:1): initialized\n[ 1.140679] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.142705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.145885] zpool: loaded\n[ 1.147006] zbud: loaded\n[ 1.148298] VFS: Disk quotas dquot_6.5.2\n[ 1.149761] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.151897] msgmni has been set to 7578\n[ 1.153342] Key type big_key registered\n[ 1.155428] NET: Registered protocol family 38\n[ 1.156997] Key type asymmetric registered\n[ 1.158455] Asymmetric key parser 'x509' registered\n[ 1.160132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.162863] io scheduler noop registered\n[ 1.164294] io scheduler deadline registered (default)\n[ 1.166010] io scheduler cfq registered\n[ 1.167487] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.179169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.181337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.184030] ACPI: Power Button [PWRF]\n[ 1.185491] GHES: HEST is not enabled!\n[ 1.186928] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.210882] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.212980] Non-volatile memory driver v1.3\n[ 1.214464] Linux agpgart interface v0.103\n[ 1.216002] crash memory driver: version 1.1\n[ 1.217523] rdac: device handler registered\n[ 1.219087] hp_sw: device handler registered\n[ 1.220607] emc: device handler registered\n[ 1.222067] alua: device handler registered\n[ 1.223549] libphy: Fixed MDIO Bus: probed\n[ 1.224797] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.226274] ehci-pci: EHCI PCI platform driver\n[ 1.227427] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228800] ohci-pci: OHCI PCI platform driver\n[ 1.229917] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.249656] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.250956] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.252913] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.254165] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.255551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.257044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.258964] usb usb1: Product: UHCI Host Controller\n[ 1.260260] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.261804] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.263011] hub 1-0:1.0: USB hub found\n[ 1.264050] hub 1-0:1.0: 2 ports detected\n[ 1.265214] usbcore: registered new interface driver usbserial\n[ 1.266593] usbcore: registered new interface driver usbserial_generic\n[ 1.268038] usbserial: USB Serial support registered for generic\n[ 1.269421] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.272085] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.273828] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.275706] mousedev: PS/2 mouse device common for all mice\n[ 1.277537] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.279806] rtc_cmos 00:00: RTC can wake from S4\n[ 1.280401] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.280679] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.285718] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.287175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.288652] cpuidle: using governor menu\n[ 1.289814] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.291152] usbcore: registered new interface driver usbhid\n[ 1.292445] usbhid: USB HID core driver\n[ 1.293492] drop_monitor: Initializing network drop monitor service\n[ 1.294931] TCP: cubic registered\n[ 1.295890] Initializing XFRM netlink socket\n[ 1.297040] NET: Registered protocol family 10\n[ 1.298330] NET: Registered protocol family 17\n[ 1.299599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.300932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.302295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.304597] Loading compiled-in X.509 certificates\n[ 1.305808] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.308099] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.310762] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.313075] registered taskstats version 1\n[ 1.315746] Key type trusted registered\n[ 1.317946] Key type encrypted registered\n[ 1.320182] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.321835] rtc_cmos 00:00: setting system clock to 2018-12-12 16:30:21 UTC (1544632221)\n[ 1.324522] Freeing unused kernel memory: 1680k freed\n[ 1.329105] 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.333143] systemd[1]: Detected virtualization kvm.\n[ 1.334378] systemd[1]: Detected architecture x86-64.\n[ 1.335604] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.337921] systemd[1]: No hostname configured.\n[ 1.339094] systemd[1]: Set hostname to .\n[ 1.340359] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.364706] systemd[1]: Reached target Local File Systems.\n[ 1.366040] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.367987] systemd[1]: Reached target Timers.\n[ 1.369137] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.371040] systemd[1]: Created slice Root Slice.\n[ 1.372228] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.374158] systemd[1]: Listening on Journal Socket.\n[ 1.375387] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.377384] systemd[1]: Listening on udev Kernel Socket.\n[ 1.378656] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.380730] systemd[1]: Listening on udev Control Socket.\n[ 1.382018] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.383979] systemd[1]: Reached target Sockets.\n[ 1.385142] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.387026] systemd[1]: Created slice System Slice.\n[ 1.388253] systemd[1]: Starting System Slice.\n[ 1.389713] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.392350] systemd[1]: Reached target Slices.\n[ 1.393501] systemd[1]: Starting Slices.\n[ 1.394868] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.397191] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.401003] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n[ 1.405290] systemd[1]: Reached target Swap.\n[ 1.406582] systemd[1]: Starting Swap.\n[ 1.407838] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.410479] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.413553] systemd[1]: Reached target Paths.\n[ 1.414865] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.416939] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.467072] RPC: Registered named UNIX socket transport module.\n[ 1.468432] RPC: Registered udp transport module.\n[ 1.469588] RPC: Registered tcp transport module.\n[ 1.470743] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.567272] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.569817] FDC 0 is a S82078B\n[ 1.583764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.625711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.629213] scsi host0: ata_piix\n[ 1.630469] scsi host1: ata_piix\n[ 1.635366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.637667] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.642378] 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.720548] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.722456] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.724449] usb 1-1: Product: QEMU USB Tablet\n[ 1.725835] usb 1-1: Manufacturer: QEMU\n[ 1.727112] usb 1-1: SerialNumber: 42\n[ 1.736851] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.739831] 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.824889] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.827786] XFS (vda1): Mounting V4 Filesystem\n[ 1.918157] 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 System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.152800] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.255474] SELinux: Disabled at runtime.\n[ 2.293268] type=1404 audit(1544632222.471:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.353234] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.355097] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on Delayed Shutdown 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 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 Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.667268] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.686611] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\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[ 2.887872] type=1305 audit(1544632223.065:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 3.006396] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 3.018459] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.020721] [drm] Initialized drm 1.1.0 20060810\n\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n[ 3.042407] ppdev: user-space parallel port driver\n Starting NTP client/server...\n[ 3.044504] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.046721] [TTM] Initializing pool allocator\n[ 3.046953] [TTM] Initializing DMA pool allocator\n[ 3.047251] [drm] fb mappable at 0xFC000000\n[ 3.047251] [drm] vram aper at 0xFC000000\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.047252] [drm] size 33554432\n[ 3.047252] [drm] fb depth is 24\n[ 3.047252] [drm] pitch is 3072\n[ 3.052513] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.072896] Console: switching to colour frame buffer device 128x48\n[ 3.084021] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...[ 3.090273] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.113343] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Authorization Manager.\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[ 3.215505] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on[ 3.221024] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.233719] alg: No test for crc32 (crc32-pclmul)\n[ 3.271937] intel_rapl: no valid rapl domains found in package 0\n[ 3.304423] intel_rapl: no valid rapl domains found in package 0\n[ 3.312068] intel_powerclamp: No package C-state available\n[ 3.317996] intel_powerclamp: No package C-state available[ 3.705243] cloud-init[490]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 16:30:24 +0000. Up 3.67 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-12-12 16:30:27,207 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97/action used request id req-35f42553-ced7-4f50-92a5-a95f7be7a413 2018-12-12 16:30:27,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.41158604622s 2018-12-12 16:30:27,208 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97/action used request id req-35f42553-ced7-4f50-92a5-a95f7be7a413 2018-12-12 16:30:27,208 - 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 1910752333 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.306911] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.309075] pid_max: default: 32768 minimum: 301 [ 0.310255] Security Framework initialized [ 0.311339] SELinux: Initializing. [ 0.312596] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.317235] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.320143] Mount-cache hash table entries: 4096 [ 0.321540] Initializing cgroup subsys memory [ 0.322688] Initializing cgroup subsys devices [ 0.323823] Initializing cgroup subsys freezer [ 0.324950] Initializing cgroup subsys net_cls [ 0.326074] Initializing cgroup subsys blkio [ 0.327174] Initializing cgroup subsys perf_event [ 0.328339] Initializing cgroup subsys hugetlb [ 0.329467] Initializing cgroup subsys pids [ 0.330557] Initializing cgroup subsys net_prio [ 0.331792] CPU: Physical Processor ID: 0 [ 0.333556] mce: CPU supports 10 MCE banks [ 0.334677] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335938] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337205] tlb_flushall_shift: 6 [ 0.338397] Freeing SMP alternatives: 28k freed [ 0.342382] ACPI: Core revision 20130517 [ 0.343880] ACPI: All ACPI Tables successfully acquired [ 0.345297] ftrace: allocating 25812 entries in 101 pages [ 0.367898] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.369391] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.370856] smpboot: Max logical packages: 2 [ 0.372131] Enabling x2apic [ 0.373020] Enabled x2apic [ 0.374093] Switched APIC routing to physical x2apic. [ 0.376273] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.377756] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.380358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.387720] KVM setup paravirtual spinlock [ 0.390019] smpboot: Booting Node 0, Processors #1 OK [ 0.391640] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.414239] Brought up 2 CPUs [ 0.414242] KVM setup async PF for cpu 1 [ 0.414245] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.417339] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.419497] devtmpfs: initialized [ 0.422334] EVM: security.selinux [ 0.423311] EVM: security.ima [ 0.424220] EVM: security.capability [ 0.425879] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.427378] pinctrl core: initialized pinctrl subsystem [ 0.428736] NET: Registered protocol family 16 [ 0.430127] ACPI: bus type PCI registered [ 0.431190] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.432682] PCI: Using configuration type 1 for base access [ 0.438344] ACPI: Added _OSI(Module Device) [ 0.439721] ACPI: Added _OSI(Processor Device) [ 0.441121] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.442568] ACPI: Added _OSI(Processor Aggregator Device) [ 0.445643] ACPI: Interpreter enabled [ 0.446939] ACPI: (supports S0 S5) [ 0.448120] ACPI: Using IOAPIC for interrupt routing [ 0.449635] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459821] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.463258] acpiphp: Slot [3] registered [ 0.464558] acpiphp: Slot [4] registered [ 0.465917] acpiphp: Slot [5] registered [ 0.467227] acpiphp: Slot [6] registered [ 0.468526] acpiphp: Slot [7] registered [ 0.469834] acpiphp: Slot [8] registered [ 0.471133] acpiphp: Slot [9] registered [ 0.472432] acpiphp: Slot [10] registered [ 0.473735] acpiphp: Slot [11] registered [ 0.475059] acpiphp: Slot [12] registered [ 0.476421] acpiphp: Slot [13] registered [ 0.477748] acpiphp: Slot [14] registered [ 0.479066] acpiphp: Slot [15] registered [ 0.480379] acpiphp: Slot [16] registered [ 0.481726] acpiphp: Slot [17] registered [ 0.483087] acpiphp: Slot [18] registered [ 0.484411] acpiphp: Slot [19] registered [ 0.485748] acpiphp: Slot [20] registered [ 0.487079] acpiphp: Slot [21] registered [ 0.488389] acpiphp: Slot [22] registered [ 0.489703] acpiphp: Slot [23] registered [ 0.491026] acpiphp: Slot [24] registered [ 0.492342] acpiphp: Slot [25] registered [ 0.493653] acpiphp: Slot [26] registered [ 0.494843] acpiphp: Slot [27] registered [ 0.495944] acpiphp: Slot [28] registered [ 0.497032] acpiphp: Slot [29] registered [ 0.498118] acpiphp: Slot [30] registered [ 0.499204] acpiphp: Slot [31] registered [ 0.500286] PCI host bridge to bus 0000:00 [ 0.501377] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.502677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.504175] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.505681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.507672] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.515349] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.516908] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.518360] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.519906] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.526598] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.528564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.577097] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.578926] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.581776] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.585181] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.586789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.588435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.590538] vgaarb: loaded [ 0.591418] vgaarb: bridge control possible 0000:00:02.0 [ 0.592834] SCSI subsystem initialized [ 0.593912] ACPI: bus type USB registered [ 0.595008] usbcore: registered new interface driver usbfs [ 0.596320] usbcore: registered new interface driver hub [ 0.597623] usbcore: registered new device driver usb [ 0.599043] PCI: Using ACPI for IRQ routing [ 0.600445] NetLabel: Initializing [ 0.601444] NetLabel: domain hash size = 128 [ 0.602568] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.603816] NetLabel: unlabeled traffic allowed by default [ 0.605259] Switched to clocksource kvm-clock [ 0.612741] pnp: PnP ACPI init [ 0.613698] ACPI: bus type PNP registered [ 0.615126] pnp: PnP ACPI: found 5 devices [ 0.616224] ACPI: bus type PNP unregistered [ 0.624042] NET: Registered protocol family 2 [ 0.625421] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.627461] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.629005] TCP: Hash tables configured (established 32768 bind 32768) [ 0.630501] TCP: reno registered [ 0.631465] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.632858] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.634355] NET: Registered protocol family 1 [ 0.635509] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.636889] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.638233] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.658041] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.677759] Unpacking initramfs... [ 1.090556] Freeing initrd memory: 37508k freed [ 1.099663] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.101216] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.113135] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.115499] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.118792] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.120699] Initialise system trusted keyring [ 1.122131] audit: initializing netlink socket (disabled) [ 1.123886] type=2000 audit(1544632222.098:1): initialized [ 1.140679] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.142705] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.145885] zpool: loaded [ 1.147006] zbud: loaded [ 1.148298] VFS: Disk quotas dquot_6.5.2 [ 1.149761] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.151897] msgmni has been set to 7578 [ 1.153342] Key type big_key registered [ 1.155428] NET: Registered protocol family 38 [ 1.156997] Key type asymmetric registered [ 1.158455] Asymmetric key parser 'x509' registered [ 1.160132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.162863] io scheduler noop registered [ 1.164294] io scheduler deadline registered (default) [ 1.166010] io scheduler cfq registered [ 1.167487] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.179169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.181337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.184030] ACPI: Power Button [PWRF] [ 1.185491] GHES: HEST is not enabled! [ 1.186928] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.210882] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.212980] Non-volatile memory driver v1.3 [ 1.214464] Linux agpgart interface v0.103 [ 1.216002] crash memory driver: version 1.1 [ 1.217523] rdac: device handler registered [ 1.219087] hp_sw: device handler registered [ 1.220607] emc: device handler registered [ 1.222067] alua: device handler registered [ 1.223549] libphy: Fixed MDIO Bus: probed [ 1.224797] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.226274] ehci-pci: EHCI PCI platform driver [ 1.227427] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228800] ohci-pci: OHCI PCI platform driver [ 1.229917] uhci_hcd: USB Universal Host Controller Interface driver [ 1.249656] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.250956] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.252913] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.254165] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.255551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.257044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.258964] usb usb1: Product: UHCI Host Controller [ 1.260260] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.261804] usb usb1: SerialNumber: 0000:00:01.2 [ 1.263011] hub 1-0:1.0: USB hub found [ 1.264050] hub 1-0:1.0: 2 ports detected [ 1.265214] usbcore: registered new interface driver usbserial [ 1.266593] usbcore: registered new interface driver usbserial_generic [ 1.268038] usbserial: USB Serial support registered for generic [ 1.269421] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.272085] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.273828] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.275706] mousedev: PS/2 mouse device common for all mice [ 1.277537] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.279806] rtc_cmos 00:00: RTC can wake from S4 [ 1.280401] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.280679] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.285718] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.287175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.288652] cpuidle: using governor menu [ 1.289814] hidraw: raw HID events driver (C) Jiri Kosina [ 1.291152] usbcore: registered new interface driver usbhid [ 1.292445] usbhid: USB HID core driver [ 1.293492] drop_monitor: Initializing network drop monitor service [ 1.294931] TCP: cubic registered [ 1.295890] Initializing XFRM netlink socket [ 1.297040] NET: Registered protocol family 10 [ 1.298330] NET: Registered protocol family 17 [ 1.299599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.300932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.302295] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.304597] Loading compiled-in X.509 certificates [ 1.305808] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.308099] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.310762] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.313075] registered taskstats version 1 [ 1.315746] Key type trusted registered [ 1.317946] Key type encrypted registered [ 1.320182] IMA: No TPM chip found, activating TPM-bypass! [ 1.321835] rtc_cmos 00:00: setting system clock to 2018-12-12 16:30:21 UTC (1544632221) [ 1.324522] Freeing unused kernel memory: 1680k freed [ 1.329105] 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.333143] systemd[1]: Detected virtualization kvm. [ 1.334378] systemd[1]: Detected architecture x86-64. [ 1.335604] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.337921] systemd[1]: No hostname configured. [ 1.339094] systemd[1]: Set hostname to . [ 1.340359] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.364706] systemd[1]: Reached target Local File Systems. [ 1.366040] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.367987] systemd[1]: Reached target Timers. [ 1.369137] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.371040] systemd[1]: Created slice Root Slice. [ 1.372228] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.374158] systemd[1]: Listening on Journal Socket. [ 1.375387] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.377384] systemd[1]: Listening on udev Kernel Socket. [ 1.378656] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.380730] systemd[1]: Listening on udev Control Socket. [ 1.382018] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.383979] systemd[1]: Reached target Sockets. [ 1.385142] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.387026] systemd[1]: Created slice System Slice. [ 1.388253] systemd[1]: Starting System Slice. [ 1.389713] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.392350] systemd[1]: Reached target Slices. [ 1.393501] systemd[1]: Starting Slices. [ 1.394868] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.397191] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.401003] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. [ 1.405290] systemd[1]: Reached target Swap. [ 1.406582] systemd[1]: Starting Swap. [ 1.407838] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.410479] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.413553] systemd[1]: Reached target Paths. [ 1.414865] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.416939] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.467072] RPC: Registered named UNIX socket transport module. [ 1.468432] RPC: Registered udp transport module. [ 1.469588] RPC: Registered tcp transport module. [ 1.470743] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.567272] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.569817] FDC 0 is a S82078B [ 1.583764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.625711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.629213] scsi host0: ata_piix [ 1.630469] scsi host1: ata_piix [ 1.635366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.637667] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.642378] 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.720548] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.722456] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.724449] usb 1-1: Product: QEMU USB Tablet [ 1.725835] usb 1-1: Manufacturer: QEMU [ 1.727112] usb 1-1: SerialNumber: 42 [ 1.736851] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.739831] 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.824889] SGI XFS with ACLs, security attributes, no debug enabled [ 1.827786] XFS (vda1): Mounting V4 Filesystem [ 1.918157] 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 System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[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 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.152800] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.255474] SELinux: Disabled at runtime. [ 2.293268] type=1404 audit(1544632222.471:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.353234] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.355097] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-getty.slice. Starting Apply Kernel Variables... [[32m OK [0m] Listening on Delayed Shutdown 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 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 Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.667268] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [ 2.686611] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[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. [ 2.887872] type=1305 audit(1544632223.065:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [ 3.006396] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 3.018459] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.020721] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. [ 3.042407] ppdev: user-space parallel port driver Starting NTP client/server... [ 3.044504] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.046721] [TTM] Initializing pool allocator [ 3.046953] [TTM] Initializing DMA pool allocator [ 3.047251] [drm] fb mappable at 0xFC000000 [ 3.047251] [drm] vram aper at 0xFC000000 Starting Dump dmesg to /var/log/dmesg... [ 3.047252] [drm] size 33554432 [ 3.047252] [drm] fb depth is 24 [ 3.047252] [drm] pitch is 3072 [ 3.052513] fbcon: cirrusdrmfb (fb0) is primary device [ 3.072896] Console: switching to colour frame buffer device 128x48 [ 3.084021] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Login Service... Starting Initial cloud-init job (pre-networking)...[ 3.090273] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Authorization Manager... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.113343] tsc: Refined TSC clocksource calibration: 3491.911 MHz Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.215505] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on[ 3.221024] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.233719] alg: No test for crc32 (crc32-pclmul) [ 3.271937] intel_rapl: no valid rapl domains found in package 0 [ 3.304423] intel_rapl: no valid rapl domains found in package 0 [ 3.312068] intel_powerclamp: No package C-state available [ 3.317996] intel_powerclamp: No package C-state available[ 3.705243] cloud-init[490]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 16:30:24 +0000. Up 3.67 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-12-12 16:30:27,880 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-12-12 16:30:36,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-12 16:30:36,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97/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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 16:30:38,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93c064ea-b5a5-456d-885e-ae388cdaf237 x-compute-request-id: req-93c064ea-b5a5-456d-885e-ae388cdaf237 Content-Encoding: gzip Content-Length: 12746 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 1910752333 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.306911] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.309075] pid_max: default: 32768 minimum: 301\n[ 0.310255] Security Framework initialized\n[ 0.311339] SELinux: Initializing.\n[ 0.312596] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.317235] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.320143] Mount-cache hash table entries: 4096\n[ 0.321540] Initializing cgroup subsys memory\n[ 0.322688] Initializing cgroup subsys devices\n[ 0.323823] Initializing cgroup subsys freezer\n[ 0.324950] Initializing cgroup subsys net_cls\n[ 0.326074] Initializing cgroup subsys blkio\n[ 0.327174] Initializing cgroup subsys perf_event\n[ 0.328339] Initializing cgroup subsys hugetlb\n[ 0.329467] Initializing cgroup subsys pids\n[ 0.330557] Initializing cgroup subsys net_prio\n[ 0.331792] CPU: Physical Processor ID: 0\n[ 0.333556] mce: CPU supports 10 MCE banks\n[ 0.334677] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.335938] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337205] tlb_flushall_shift: 6\n[ 0.338397] Freeing SMP alternatives: 28k freed\n[ 0.342382] ACPI: Core revision 20130517\n[ 0.343880] ACPI: All ACPI Tables successfully acquired\n[ 0.345297] ftrace: allocating 25812 entries in 101 pages\n[ 0.367898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.369391] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.370856] smpboot: Max logical packages: 2\n[ 0.372131] Enabling x2apic\n[ 0.373020] Enabled x2apic\n[ 0.374093] Switched APIC routing to physical x2apic.\n[ 0.376273] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.377756] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.380358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.387720] KVM setup paravirtual spinlock\n[ 0.390019] smpboot: Booting Node 0, Processors #1 OK\n[ 0.391640] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.414239] Brought up 2 CPUs\n[ 0.414242] KVM setup async PF for cpu 1\n[ 0.414245] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.417339] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.419497] devtmpfs: initialized\n[ 0.422334] EVM: security.selinux\n[ 0.423311] EVM: security.ima\n[ 0.424220] EVM: security.capability\n[ 0.425879] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.427378] pinctrl core: initialized pinctrl subsystem\n[ 0.428736] NET: Registered protocol family 16\n[ 0.430127] ACPI: bus type PCI registered\n[ 0.431190] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.432682] PCI: Using configuration type 1 for base access\n[ 0.438344] ACPI: Added _OSI(Module Device)\n[ 0.439721] ACPI: Added _OSI(Processor Device)\n[ 0.441121] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.442568] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.445643] ACPI: Interpreter enabled\n[ 0.446939] ACPI: (supports S0 S5)\n[ 0.448120] ACPI: Using IOAPIC for interrupt routing\n[ 0.449635] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459821] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.463258] acpiphp: Slot [3] registered\n[ 0.464558] acpiphp: Slot [4] registered\n[ 0.465917] acpiphp: Slot [5] registered\n[ 0.467227] acpiphp: Slot [6] registered\n[ 0.468526] acpiphp: Slot [7] registered\n[ 0.469834] acpiphp: Slot [8] registered\n[ 0.471133] acpiphp: Slot [9] registered\n[ 0.472432] acpiphp: Slot [10] registered\n[ 0.473735] acpiphp: Slot [11] registered\n[ 0.475059] acpiphp: Slot [12] registered\n[ 0.476421] acpiphp: Slot [13] registered\n[ 0.477748] acpiphp: Slot [14] registered\n[ 0.479066] acpiphp: Slot [15] registered\n[ 0.480379] acpiphp: Slot [16] registered\n[ 0.481726] acpiphp: Slot [17] registered\n[ 0.483087] acpiphp: Slot [18] registered\n[ 0.484411] acpiphp: Slot [19] registered\n[ 0.485748] acpiphp: Slot [20] registered\n[ 0.487079] acpiphp: Slot [21] registered\n[ 0.488389] acpiphp: Slot [22] registered\n[ 0.489703] acpiphp: Slot [23] registered\n[ 0.491026] acpiphp: Slot [24] registered\n[ 0.492342] acpiphp: Slot [25] registered\n[ 0.493653] acpiphp: Slot [26] registered\n[ 0.494843] acpiphp: Slot [27] registered\n[ 0.495944] acpiphp: Slot [28] registered\n[ 0.497032] acpiphp: Slot [29] registered\n[ 0.498118] acpiphp: Slot [30] registered\n[ 0.499204] acpiphp: Slot [31] registered\n[ 0.500286] PCI host bridge to bus 0000:00\n[ 0.501377] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.502677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.504175] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.505681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.507672] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.515349] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.516908] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.518360] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.519906] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.526598] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.528564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.577097] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.578926] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.581776] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.585181] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.586789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.588435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.590538] vgaarb: loaded\n[ 0.591418] vgaarb: bridge control possible 0000:00:02.0\n[ 0.592834] SCSI subsystem initialized\n[ 0.593912] ACPI: bus type USB registered\n[ 0.595008] usbcore: registered new interface driver usbfs\n[ 0.596320] usbcore: registered new interface driver hub\n[ 0.597623] usbcore: registered new device driver usb\n[ 0.599043] PCI: Using ACPI for IRQ routing\n[ 0.600445] NetLabel: Initializing\n[ 0.601444] NetLabel: domain hash size = 128\n[ 0.602568] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.603816] NetLabel: unlabeled traffic allowed by default\n[ 0.605259] Switched to clocksource kvm-clock\n[ 0.612741] pnp: PnP ACPI init\n[ 0.613698] ACPI: bus type PNP registered\n[ 0.615126] pnp: PnP ACPI: found 5 devices\n[ 0.616224] ACPI: bus type PNP unregistered\n[ 0.624042] NET: Registered protocol family 2\n[ 0.625421] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.627461] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.629005] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.630501] TCP: reno registered\n[ 0.631465] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.632858] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.634355] NET: Registered protocol family 1\n[ 0.635509] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.636889] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.638233] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.658041] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.677759] Unpacking initramfs...\n[ 1.090556] Freeing initrd memory: 37508k freed\n[ 1.099663] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.101216] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.113135] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.115499] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.118792] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.120699] Initialise system trusted keyring\n[ 1.122131] audit: initializing netlink socket (disabled)\n[ 1.123886] type=2000 audit(1544632222.098:1): initialized\n[ 1.140679] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.142705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.145885] zpool: loaded\n[ 1.147006] zbud: loaded\n[ 1.148298] VFS: Disk quotas dquot_6.5.2\n[ 1.149761] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.151897] msgmni has been set to 7578\n[ 1.153342] Key type big_key registered\n[ 1.155428] NET: Registered protocol family 38\n[ 1.156997] Key type asymmetric registered\n[ 1.158455] Asymmetric key parser 'x509' registered\n[ 1.160132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.162863] io scheduler noop registered\n[ 1.164294] io scheduler deadline registered (default)\n[ 1.166010] io scheduler cfq registered\n[ 1.167487] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.179169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.181337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.184030] ACPI: Power Button [PWRF]\n[ 1.185491] GHES: HEST is not enabled!\n[ 1.186928] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.210882] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.212980] Non-volatile memory driver v1.3\n[ 1.214464] Linux agpgart interface v0.103\n[ 1.216002] crash memory driver: version 1.1\n[ 1.217523] rdac: device handler registered\n[ 1.219087] hp_sw: device handler registered\n[ 1.220607] emc: device handler registered\n[ 1.222067] alua: device handler registered\n[ 1.223549] libphy: Fixed MDIO Bus: probed\n[ 1.224797] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.226274] ehci-pci: EHCI PCI platform driver\n[ 1.227427] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228800] ohci-pci: OHCI PCI platform driver\n[ 1.229917] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.249656] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.250956] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.252913] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.254165] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.255551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.257044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.258964] usb usb1: Product: UHCI Host Controller\n[ 1.260260] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.261804] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.263011] hub 1-0:1.0: USB hub found\n[ 1.264050] hub 1-0:1.0: 2 ports detected\n[ 1.265214] usbcore: registered new interface driver usbserial\n[ 1.266593] usbcore: registered new interface driver usbserial_generic\n[ 1.268038] usbserial: USB Serial support registered for generic\n[ 1.269421] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.272085] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.273828] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.275706] mousedev: PS/2 mouse device common for all mice\n[ 1.277537] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.279806] rtc_cmos 00:00: RTC can wake from S4\n[ 1.280401] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.280679] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.285718] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.287175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.288652] cpuidle: using governor menu\n[ 1.289814] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.291152] usbcore: registered new interface driver usbhid\n[ 1.292445] usbhid: USB HID core driver\n[ 1.293492] drop_monitor: Initializing network drop monitor service\n[ 1.294931] TCP: cubic registered\n[ 1.295890] Initializing XFRM netlink socket\n[ 1.297040] NET: Registered protocol family 10\n[ 1.298330] NET: Registered protocol family 17\n[ 1.299599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.300932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.302295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.304597] Loading compiled-in X.509 certificates\n[ 1.305808] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.308099] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.310762] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.313075] registered taskstats version 1\n[ 1.315746] Key type trusted registered\n[ 1.317946] Key type encrypted registered\n[ 1.320182] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.321835] rtc_cmos 00:00: setting system clock to 2018-12-12 16:30:21 UTC (1544632221)\n[ 1.324522] Freeing unused kernel memory: 1680k freed\n[ 1.329105] 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.333143] systemd[1]: Detected virtualization kvm.\n[ 1.334378] systemd[1]: Detected architecture x86-64.\n[ 1.335604] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.337921] systemd[1]: No hostname configured.\n[ 1.339094] systemd[1]: Set hostname to .\n[ 1.340359] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.364706] systemd[1]: Reached target Local File Systems.\n[ 1.366040] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.367987] systemd[1]: Reached target Timers.\n[ 1.369137] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.371040] systemd[1]: Created slice Root Slice.\n[ 1.372228] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.374158] systemd[1]: Listening on Journal Socket.\n[ 1.375387] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.377384] systemd[1]: Listening on udev Kernel Socket.\n[ 1.378656] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.380730] systemd[1]: Listening on udev Control Socket.\n[ 1.382018] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.383979] systemd[1]: Reached target Sockets.\n[ 1.385142] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.387026] systemd[1]: Created slice System Slice.\n[ 1.388253] systemd[1]: Starting System Slice.\n[ 1.389713] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.392350] systemd[1]: Reached target Slices.\n[ 1.393501] systemd[1]: Starting Slices.\n[ 1.394868] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.397191] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.401003] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n[ 1.405290] systemd[1]: Reached target Swap.\n[ 1.406582] systemd[1]: Starting Swap.\n[ 1.407838] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.410479] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.413553] systemd[1]: Reached target Paths.\n[ 1.414865] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.416939] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.467072] RPC: Registered named UNIX socket transport module.\n[ 1.468432] RPC: Registered udp transport module.\n[ 1.469588] RPC: Registered tcp transport module.\n[ 1.470743] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.567272] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.569817] FDC 0 is a S82078B\n[ 1.583764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.625711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.629213] scsi host0: ata_piix\n[ 1.630469] scsi host1: ata_piix\n[ 1.635366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.637667] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.642378] 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.720548] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.722456] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.724449] usb 1-1: Product: QEMU USB Tablet\n[ 1.725835] usb 1-1: Manufacturer: QEMU\n[ 1.727112] usb 1-1: SerialNumber: 42\n[ 1.736851] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.739831] 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.824889] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.827786] XFS (vda1): Mounting V4 Filesystem\n[ 1.918157] 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 System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.152800] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.255474] SELinux: Disabled at runtime.\n[ 2.293268] type=1404 audit(1544632222.471:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.353234] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.355097] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on Delayed Shutdown 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 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 Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.667268] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.686611] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\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[ 2.887872] type=1305 audit(1544632223.065:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 3.006396] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 3.018459] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.020721] [drm] Initialized drm 1.1.0 20060810\n\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n[ 3.042407] ppdev: user-space parallel port driver\n Starting NTP client/server...\n[ 3.044504] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.046721] [TTM] Initializing pool allocator\n[ 3.046953] [TTM] Initializing DMA pool allocator\n[ 3.047251] [drm] fb mappable at 0xFC000000\n[ 3.047251] [drm] vram aper at 0xFC000000\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.047252] [drm] size 33554432\n[ 3.047252] [drm] fb depth is 24\n[ 3.047252] [drm] pitch is 3072\n[ 3.052513] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.072896] Console: switching to colour frame buffer device 128x48\n[ 3.084021] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...[ 3.090273] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.113343] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Authorization Manager.\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[ 3.215505] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on[ 3.221024] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.233719] alg: No test for crc32 (crc32-pclmul)\n[ 3.271937] intel_rapl: no valid rapl domains found in package 0\n[ 3.304423] intel_rapl: no valid rapl domains found in package 0\n[ 3.312068] intel_powerclamp: No package C-state available\n[ 3.317996] intel_powerclamp: No package C-state available[ 3.705243] cloud-init[490]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 16:30:24 +0000. Up 3.67 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n Starting nginx - high performance web server...\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ 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 System Logging Service.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.655372] cloud-init[792]: Cloud-init v. 0.7.5 running 'init' at Wed, 12 Dec 2018 16:30:26 +0000. Up 5.62 seconds.\n[ 5.686361] cloud-init[792]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.688608] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.690779] cloud-init[792]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.692899] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.695091] cloud-init[792]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.697258] cloud-init[792]: ci-info: | eth0: | True | 192.168.120.12 | 255.255.255.0 | fa:16:3e:08:83:63 |\n[ 5.699415] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.702233] cloud-init[792]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.704588] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.706921] cloud-init[792]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.709295] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.711694] cloud-init[792]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.714830] cloud-init[792]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.717749] cloud-init[792]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.723534] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+[[32m OK [0m] Started Dynamic System Tuning Daemon.\n\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.920425] cloud-init[2604]: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 12 Dec 2018 16:30:30 +0000. Up 9.87 seconds.\n[ 10.298336] cloud-init[2926]: Cloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Dec 2018 16:30:30 +0000. Up 10.25 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 | 00:5b:1d:da:05:80:f0:42:81:11:88:3f:36:86:a5:2d | - | 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.346431] cloud-init[2926]: Cloud-init v. 0.7.5 finished at Wed, 12 Dec 2018 16:30:30 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.34 seconds\n"} 2018-12-12 16:30:38,023 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97/action used request id req-93c064ea-b5a5-456d-885e-ae388cdaf237 2018-12-12 16:30:38,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.13316512108s 2018-12-12 16:30:38,025 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97/action used request id req-93c064ea-b5a5-456d-885e-ae388cdaf237 2018-12-12 16:30:38,025 - 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 1910752333 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.306911] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.309075] pid_max: default: 32768 minimum: 301 [ 0.310255] Security Framework initialized [ 0.311339] SELinux: Initializing. [ 0.312596] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.317235] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.320143] Mount-cache hash table entries: 4096 [ 0.321540] Initializing cgroup subsys memory [ 0.322688] Initializing cgroup subsys devices [ 0.323823] Initializing cgroup subsys freezer [ 0.324950] Initializing cgroup subsys net_cls [ 0.326074] Initializing cgroup subsys blkio [ 0.327174] Initializing cgroup subsys perf_event [ 0.328339] Initializing cgroup subsys hugetlb [ 0.329467] Initializing cgroup subsys pids [ 0.330557] Initializing cgroup subsys net_prio [ 0.331792] CPU: Physical Processor ID: 0 [ 0.333556] mce: CPU supports 10 MCE banks [ 0.334677] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335938] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337205] tlb_flushall_shift: 6 [ 0.338397] Freeing SMP alternatives: 28k freed [ 0.342382] ACPI: Core revision 20130517 [ 0.343880] ACPI: All ACPI Tables successfully acquired [ 0.345297] ftrace: allocating 25812 entries in 101 pages [ 0.367898] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.369391] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.370856] smpboot: Max logical packages: 2 [ 0.372131] Enabling x2apic [ 0.373020] Enabled x2apic [ 0.374093] Switched APIC routing to physical x2apic. [ 0.376273] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.377756] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.380358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.387720] KVM setup paravirtual spinlock [ 0.390019] smpboot: Booting Node 0, Processors #1 OK [ 0.391640] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.414239] Brought up 2 CPUs [ 0.414242] KVM setup async PF for cpu 1 [ 0.414245] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.417339] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.419497] devtmpfs: initialized [ 0.422334] EVM: security.selinux [ 0.423311] EVM: security.ima [ 0.424220] EVM: security.capability [ 0.425879] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.427378] pinctrl core: initialized pinctrl subsystem [ 0.428736] NET: Registered protocol family 16 [ 0.430127] ACPI: bus type PCI registered [ 0.431190] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.432682] PCI: Using configuration type 1 for base access [ 0.438344] ACPI: Added _OSI(Module Device) [ 0.439721] ACPI: Added _OSI(Processor Device) [ 0.441121] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.442568] ACPI: Added _OSI(Processor Aggregator Device) [ 0.445643] ACPI: Interpreter enabled [ 0.446939] ACPI: (supports S0 S5) [ 0.448120] ACPI: Using IOAPIC for interrupt routing [ 0.449635] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459821] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.463258] acpiphp: Slot [3] registered [ 0.464558] acpiphp: Slot [4] registered [ 0.465917] acpiphp: Slot [5] registered [ 0.467227] acpiphp: Slot [6] registered [ 0.468526] acpiphp: Slot [7] registered [ 0.469834] acpiphp: Slot [8] registered [ 0.471133] acpiphp: Slot [9] registered [ 0.472432] acpiphp: Slot [10] registered [ 0.473735] acpiphp: Slot [11] registered [ 0.475059] acpiphp: Slot [12] registered [ 0.476421] acpiphp: Slot [13] registered [ 0.477748] acpiphp: Slot [14] registered [ 0.479066] acpiphp: Slot [15] registered [ 0.480379] acpiphp: Slot [16] registered [ 0.481726] acpiphp: Slot [17] registered [ 0.483087] acpiphp: Slot [18] registered [ 0.484411] acpiphp: Slot [19] registered [ 0.485748] acpiphp: Slot [20] registered [ 0.487079] acpiphp: Slot [21] registered [ 0.488389] acpiphp: Slot [22] registered [ 0.489703] acpiphp: Slot [23] registered [ 0.491026] acpiphp: Slot [24] registered [ 0.492342] acpiphp: Slot [25] registered [ 0.493653] acpiphp: Slot [26] registered [ 0.494843] acpiphp: Slot [27] registered [ 0.495944] acpiphp: Slot [28] registered [ 0.497032] acpiphp: Slot [29] registered [ 0.498118] acpiphp: Slot [30] registered [ 0.499204] acpiphp: Slot [31] registered [ 0.500286] PCI host bridge to bus 0000:00 [ 0.501377] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.502677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.504175] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.505681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.507672] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.515349] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.516908] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.518360] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.519906] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.526598] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.528564] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.577097] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.578926] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.581776] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.585181] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.586789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.588435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.590538] vgaarb: loaded [ 0.591418] vgaarb: bridge control possible 0000:00:02.0 [ 0.592834] SCSI subsystem initialized [ 0.593912] ACPI: bus type USB registered [ 0.595008] usbcore: registered new interface driver usbfs [ 0.596320] usbcore: registered new interface driver hub [ 0.597623] usbcore: registered new device driver usb [ 0.599043] PCI: Using ACPI for IRQ routing [ 0.600445] NetLabel: Initializing [ 0.601444] NetLabel: domain hash size = 128 [ 0.602568] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.603816] NetLabel: unlabeled traffic allowed by default [ 0.605259] Switched to clocksource kvm-clock [ 0.612741] pnp: PnP ACPI init [ 0.613698] ACPI: bus type PNP registered [ 0.615126] pnp: PnP ACPI: found 5 devices [ 0.616224] ACPI: bus type PNP unregistered [ 0.624042] NET: Registered protocol family 2 [ 0.625421] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.627461] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.629005] TCP: Hash tables configured (established 32768 bind 32768) [ 0.630501] TCP: reno registered [ 0.631465] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.632858] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.634355] NET: Registered protocol family 1 [ 0.635509] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.636889] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.638233] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.658041] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.677759] Unpacking initramfs... [ 1.090556] Freeing initrd memory: 37508k freed [ 1.099663] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.101216] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.113135] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.115499] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.118792] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.120699] Initialise system trusted keyring [ 1.122131] audit: initializing netlink socket (disabled) [ 1.123886] type=2000 audit(1544632222.098:1): initialized [ 1.140679] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.142705] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.145885] zpool: loaded [ 1.147006] zbud: loaded [ 1.148298] VFS: Disk quotas dquot_6.5.2 [ 1.149761] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.151897] msgmni has been set to 7578 [ 1.153342] Key type big_key registered [ 1.155428] NET: Registered protocol family 38 [ 1.156997] Key type asymmetric registered [ 1.158455] Asymmetric key parser 'x509' registered [ 1.160132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.162863] io scheduler noop registered [ 1.164294] io scheduler deadline registered (default) [ 1.166010] io scheduler cfq registered [ 1.167487] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.179169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.181337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.184030] ACPI: Power Button [PWRF] [ 1.185491] GHES: HEST is not enabled! [ 1.186928] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.210882] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.212980] Non-volatile memory driver v1.3 [ 1.214464] Linux agpgart interface v0.103 [ 1.216002] crash memory driver: version 1.1 [ 1.217523] rdac: device handler registered [ 1.219087] hp_sw: device handler registered [ 1.220607] emc: device handler registered [ 1.222067] alua: device handler registered [ 1.223549] libphy: Fixed MDIO Bus: probed [ 1.224797] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.226274] ehci-pci: EHCI PCI platform driver [ 1.227427] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228800] ohci-pci: OHCI PCI platform driver [ 1.229917] uhci_hcd: USB Universal Host Controller Interface driver [ 1.249656] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.250956] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.252913] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.254165] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.255551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.257044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.258964] usb usb1: Product: UHCI Host Controller [ 1.260260] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.261804] usb usb1: SerialNumber: 0000:00:01.2 [ 1.263011] hub 1-0:1.0: USB hub found [ 1.264050] hub 1-0:1.0: 2 ports detected [ 1.265214] usbcore: registered new interface driver usbserial [ 1.266593] usbcore: registered new interface driver usbserial_generic [ 1.268038] usbserial: USB Serial support registered for generic [ 1.269421] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.272085] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.273828] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.275706] mousedev: PS/2 mouse device common for all mice [ 1.277537] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.279806] rtc_cmos 00:00: RTC can wake from S4 [ 1.280401] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.280679] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.285718] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.287175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.288652] cpuidle: using governor menu [ 1.289814] hidraw: raw HID events driver (C) Jiri Kosina [ 1.291152] usbcore: registered new interface driver usbhid [ 1.292445] usbhid: USB HID core driver [ 1.293492] drop_monitor: Initializing network drop monitor service [ 1.294931] TCP: cubic registered [ 1.295890] Initializing XFRM netlink socket [ 1.297040] NET: Registered protocol family 10 [ 1.298330] NET: Registered protocol family 17 [ 1.299599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.300932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.302295] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.304597] Loading compiled-in X.509 certificates [ 1.305808] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.308099] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.310762] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.313075] registered taskstats version 1 [ 1.315746] Key type trusted registered [ 1.317946] Key type encrypted registered [ 1.320182] IMA: No TPM chip found, activating TPM-bypass! [ 1.321835] rtc_cmos 00:00: setting system clock to 2018-12-12 16:30:21 UTC (1544632221) [ 1.324522] Freeing unused kernel memory: 1680k freed [ 1.329105] 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.333143] systemd[1]: Detected virtualization kvm. [ 1.334378] systemd[1]: Detected architecture x86-64. [ 1.335604] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.337921] systemd[1]: No hostname configured. [ 1.339094] systemd[1]: Set hostname to . [ 1.340359] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.364706] systemd[1]: Reached target Local File Systems. [ 1.366040] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.367987] systemd[1]: Reached target Timers. [ 1.369137] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.371040] systemd[1]: Created slice Root Slice. [ 1.372228] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.374158] systemd[1]: Listening on Journal Socket. [ 1.375387] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.377384] systemd[1]: Listening on udev Kernel Socket. [ 1.378656] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.380730] systemd[1]: Listening on udev Control Socket. [ 1.382018] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.383979] systemd[1]: Reached target Sockets. [ 1.385142] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.387026] systemd[1]: Created slice System Slice. [ 1.388253] systemd[1]: Starting System Slice. [ 1.389713] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.392350] systemd[1]: Reached target Slices. [ 1.393501] systemd[1]: Starting Slices. [ 1.394868] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.397191] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.401003] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. [ 1.405290] systemd[1]: Reached target Swap. [ 1.406582] systemd[1]: Starting Swap. [ 1.407838] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.410479] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.413553] systemd[1]: Reached target Paths. [ 1.414865] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.416939] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.467072] RPC: Registered named UNIX socket transport module. [ 1.468432] RPC: Registered udp transport module. [ 1.469588] RPC: Registered tcp transport module. [ 1.470743] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.567272] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.569817] FDC 0 is a S82078B [ 1.583764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.625711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.629213] scsi host0: ata_piix [ 1.630469] scsi host1: ata_piix [ 1.635366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.637667] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.642378] 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.720548] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.722456] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.724449] usb 1-1: Product: QEMU USB Tablet [ 1.725835] usb 1-1: Manufacturer: QEMU [ 1.727112] usb 1-1: SerialNumber: 42 [ 1.736851] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.739831] 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.824889] SGI XFS with ACLs, security attributes, no debug enabled [ 1.827786] XFS (vda1): Mounting V4 Filesystem [ 1.918157] 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 System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[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 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.152800] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.255474] SELinux: Disabled at runtime. [ 2.293268] type=1404 audit(1544632222.471:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.353234] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.355097] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-getty.slice. Starting Apply Kernel Variables... [[32m OK [0m] Listening on Delayed Shutdown 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 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 Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.667268] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [ 2.686611] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[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. [ 2.887872] type=1305 audit(1544632223.065:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [ 3.006396] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket.[ 3.018459] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.020721] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. [ 3.042407] ppdev: user-space parallel port driver Starting NTP client/server... [ 3.044504] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.046721] [TTM] Initializing pool allocator [ 3.046953] [TTM] Initializing DMA pool allocator [ 3.047251] [drm] fb mappable at 0xFC000000 [ 3.047251] [drm] vram aper at 0xFC000000 Starting Dump dmesg to /var/log/dmesg... [ 3.047252] [drm] size 33554432 [ 3.047252] [drm] fb depth is 24 [ 3.047252] [drm] pitch is 3072 [ 3.052513] fbcon: cirrusdrmfb (fb0) is primary device [ 3.072896] Console: switching to colour frame buffer device 128x48 [ 3.084021] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Login Service... Starting Initial cloud-init job (pre-networking)...[ 3.090273] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Authorization Manager... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.113343] tsc: Refined TSC clocksource calibration: 3491.911 MHz Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.215505] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on[ 3.221024] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.233719] alg: No test for crc32 (crc32-pclmul) [ 3.271937] intel_rapl: no valid rapl domains found in package 0 [ 3.304423] intel_rapl: no valid rapl domains found in package 0 [ 3.312068] intel_powerclamp: No package C-state available [ 3.317996] intel_powerclamp: No package C-state available[ 3.705243] cloud-init[490]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 16:30:24 +0000. Up 3.67 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting nginx - high performance web server... Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ 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 System Logging Service. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 5.655372] cloud-init[792]: Cloud-init v. 0.7.5 running 'init' at Wed, 12 Dec 2018 16:30:26 +0000. Up 5.62 seconds. [ 5.686361] cloud-init[792]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.688608] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.690779] cloud-init[792]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.692899] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.695091] cloud-init[792]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.697258] cloud-init[792]: ci-info: | eth0: | True | 192.168.120.12 | 255.255.255.0 | fa:16:3e:08:83:63 | [ 5.699415] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.702233] cloud-init[792]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.704588] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.706921] cloud-init[792]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.709295] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.711694] cloud-init[792]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.714830] cloud-init[792]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.717749] cloud-init[792]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.723534] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+[[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.920425] cloud-init[2604]: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 12 Dec 2018 16:30:30 +0000. Up 9.87 seconds. [ 10.298336] cloud-init[2926]: Cloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Dec 2018 16:30:30 +0000. Up 10.25 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 | 00:5b:1d:da:05:80:f0:42:81:11:88:3f:36:86:a5:2d | - | 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.346431] cloud-init[2926]: Cloud-init v. 0.7.5 finished at Wed, 12 Dec 2018 16:30:30 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.34 seconds 2018-12-12 16:30:38,029 - paramiko.transport - DEBUG - starting thread (client mode): 0x4da10ed0L 2018-12-12 16:30:38,030 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 16:30:38,048 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-12-12 16:30:38,048 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-12-12 16:30:38,054 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 16:30:38,054 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 16:30:38,054 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 16:30:38,055 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 16:30:38,055 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 16:30:38,055 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 16:30:38,078 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 16:30:38,079 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 16:30:38,093 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-12-12 16:30:38,094 - paramiko.transport - DEBUG - Trying key 005b1dda0580f0428111883f3686a52d from /tmp/tmpxbtd9f 2018-12-12 16:30:38,119 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 16:30:38,147 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 16:30:38,159 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-12-12 16:30:38,159 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-12-12 16:30:38,159 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-12-12 16:30:38,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4555, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4565, "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": 1689, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4535, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 870, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 823, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 802, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4309, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4529, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-12-12 16:30:38,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:38,303 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:36 GMT 2018-12-12 16:30:38,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:38,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-12-12 16:30:38,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:38,303 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4555, 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': 4565, 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': 1689, 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': 4535, 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': 870, 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': 823, 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': 802, 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': 4309, 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': 4529, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-12-12 16:30:38,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-12-12 16:30:38,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:38,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:38,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4555, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4565, "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": 1689, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4535, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 870, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 823, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 802, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4309, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4529, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:36 GMT 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-12-12 16:30:38,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:38,454 - functest.core.cloudify - INFO - The current manager status is running 2018-12-12 16:30:38,454 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-12-12 16:30:38,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:36.636Z", "updated_at": "2018-12-12T16:30:36.636Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:38,601 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:36 GMT 2018-12-12 16:30:38,602 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:38,602 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-12-12 16:30:38,602 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:38,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-12-12 16:30:38,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:38,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:38,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:36.636Z", "updated_at": "2018-12-12T16:30:36.636Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:36 GMT 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:38,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-12-12 16:30:38,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:38,732 - functest.core.cloudify - DEBUG - List secrets: 2018-12-12 16:30:38,732 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-12-12 16:30:38,887 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:38,887 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:38,887 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:38,887 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:38,887 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:36.636Z", "updated_at": "2018-12-12T16:30:36.636Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:36 GMT 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-12-12 16:30:38,888 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:38,889 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-12-12 16:30:38,889 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-12-12 16:30:38,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:30:38,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:30:38,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e9f2a8-8452-4663-9db7-9e980ae5af2c Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955"}, "enabled": true, "id": "d27ba16370e34b319793119ec6780955", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:30:38,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-c2e9f2a8-8452-4663-9db7-9e980ae5af2c 2018-12-12 16:30:38,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0975511074066s 2018-12-12 16:30:38,988 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-c2e9f2a8-8452-4663-9db7-9e980ae5af2c 2018-12-12 16:30:38,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-12-12 16:30:38,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/quotas/d27ba16370e34b319793119ec6780955.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-12-12 16:30:39,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-566545bf-529f-4e2f-bc71-c28a650f90e3 Date: Wed, 12 Dec 2018 16:30:39 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-12-12 16:30:39,223 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/quotas/d27ba16370e34b319793119ec6780955.json used request id req-566545bf-529f-4e2f-bc71-c28a650f90e3 2018-12-12 16:30:39,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.232465028763s 2018-12-12 16:30:39,223 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/quotas/d27ba16370e34b319793119ec6780955.json used request id req-566545bf-529f-4e2f-bc71-c28a650f90e3 2018-12-12 16:30:39,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-12-12 16:30:39,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-12-12 16:30:39,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:30:39,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ea8f43-a7b9-448b-b147-067148323a36 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://172.30.9.29:5000/v3/services/0481606aae47414289a135e94e87d738"}, "enabled": true, "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.29:5000/v3/services/26a8c1b5b4ee482c8b8d183726e5593e"}, "enabled": true, "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.29:5000/v3/services/49b5821b982f47dc9cfdef559531f024"}, "enabled": true, "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.29:5000/v3/services/4d89495c641b4613981578c94715d9f2"}, "enabled": true, "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/5249739c7c4b483092e996667de5da89"}, "enabled": true, "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.29:5000/v3/services/894f973f4aeb47faae774c2454c55d27"}, "enabled": true, "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/9915ca40bebb43f58bbe5528089f21fe"}, "enabled": true, "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.29:5000/v3/services/9ff2d074825e4a5b9d63382f23599e68"}, "enabled": true, "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.29:5000/v3/services/aa0be7e211884e14924b78f7ad06ac74"}, "enabled": true, "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.29:5000/v3/services/aba2d393ebd2480f91599bdf31cb6e11"}, "enabled": true, "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.29:5000/v3/services/c11c5829aed5432e84ad6bf85068e64d"}, "enabled": true, "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.29:5000/v3/services/d135ce74b9f3420f80ed685542d3cf1d"}, "enabled": true, "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.29:5000/v3/services/dc452687adff4f569cfaa7d299f9dd5e"}, "enabled": true, "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.29:5000/v3/services/dc6ed48edc04499f9a182f35939690e2"}, "enabled": true, "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e541bbfee8914dd6934d4e091aa57647"}, "enabled": true, "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e874afba9ae043c39f9a787d8b90d554"}, "enabled": true, "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "links": {"self": "http://172.30.9.29:5000/v3/services", "previous": null, "next": null}} 2018-12-12 16:30:39,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/services used request id req-40ea8f43-a7b9-448b-b147-067148323a36 2018-12-12 16:30:39,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0900800228119s 2018-12-12 16:30:39,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-12-12 16:30:39,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:30:39,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ccbf8bc-d83a-4034-b358-678318009daa Content-Encoding: gzip Content-Length: 2087 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/06975e41e99b42fe92afd2816adaac74"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "06975e41e99b42fe92afd2816adaac74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1c8e95da67e8461b91e9326c1ca65151"}, "url": "http://172.30.9.29:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/24292e46bf614d84981400762f62fcfd"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "24292e46bf614d84981400762f62fcfd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/243ec67becf74943b3d7981bad8fb4d0"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/30940b1293414bbbab1880078605bfee"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "30940b1293414bbbab1880078605bfee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/32aed177997c45c4bd3e936bafa9eaa0"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3594b1eced7845cc937caabf9b57d581"}, "url": "http://172.30.9.29:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "3594b1eced7845cc937caabf9b57d581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c08bfc93c9a4e57a845b340351ab748"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c38401b5fde4de18c44fc53e37ff8a2"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3d6ee04f8aee4ada992182531c073508"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "3d6ee04f8aee4ada992182531c073508"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/43e107428d2d44c9adc53db452e0ba86"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/468780ded8e2463aa005cb20044ca45c"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "468780ded8e2463aa005cb20044ca45c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4ebeecbcb7814aa49e8e472424ecf8b2"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/5189a41dc7c0475e9a441a84b0ace08a"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/53b570cf4a8d49bc989b850b64308969"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "53b570cf4a8d49bc989b850b64308969"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/59e1cd18bb3d4723b60ecc0203e49df1"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/613ccf27ea0e4983a7ac82483ca0e29c"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5249739c7c4b483092e996667de5da89", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/68f8e9776aca4ef1a5334345ea7dd8e1"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/70e2ec52043a4e5dbf73a1cc6b12f53a"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/71ecedda2f8b4d03a4887671ac8802b5"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/75c1f3656dc64a67912740cd38c332aa"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9316dfa1d6244ac7b16130c96084cfa8"}, "url": "http://172.30.9.29:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "9316dfa1d6244ac7b16130c96084cfa8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/95c09a137bf24451bd9aa49c23606392"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0481606aae47414289a135e94e87d738", "id": "95c09a137bf24451bd9aa49c23606392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9828265aeacc413d9ad7e42da3c80340"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/996ff08814d34ce48e3d0d0d7673f0c0"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a2123435cef7481f9e2f7ab62ec6a3a7"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a2d02d817a224c289466d2e97b4b69b9"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "a2d02d817a224c289466d2e97b4b69b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a669ec5921a5453c85b74fef87a11c16"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a6ac08b45ee94a6eb84090bc523991cb"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a81de178054b4e14956b68e56039b582"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "a81de178054b4e14956b68e56039b582"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b80bb88328354539ad2d07b7779fb73e"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "b80bb88328354539ad2d07b7779fb73e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ba5e4e167df846c888982a8b6b4451a6"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0481606aae47414289a135e94e87d738", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ba7f25a493a64b24b1260ece9746a77c"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/bd2b1a359d3347f2a0f10c435afefb24"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5249739c7c4b483092e996667de5da89", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c0e9a91509d54ec38208512d119b3390"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "c0e9a91509d54ec38208512d119b3390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c84dc4076465470bbe696a72e8445b45"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "c84dc4076465470bbe696a72e8445b45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d014db051447438fb82da13915300268"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "d014db051447438fb82da13915300268"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d18b7be7e819462094f5240cc5057bda"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5249739c7c4b483092e996667de5da89", "id": "d18b7be7e819462094f5240cc5057bda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d51e37c192dd4e5683662c4d240aae9c"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "d51e37c192dd4e5683662c4d240aae9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e622727bd2774bacbd6bb37658c7c18f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e8c4ecc37d1f4e84be57f0cbc16e877b"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ea11c2bef59b490b992a17dc0597bee4"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0481606aae47414289a135e94e87d738", "id": "ea11c2bef59b490b992a17dc0597bee4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f2f0df3b7d4e4284b7e4417c4382534d"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f33813d709bb4283846d4969ece6c2ee"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "f33813d709bb4283846d4969ece6c2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ffa393ba312c4717a55f61373e9f78e0"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-12-12 16:30:39,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-4ccbf8bc-d83a-4034-b358-678318009daa 2018-12-12 16:30:39,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.108857870102s 2018-12-12 16:30:39,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '7dc3433a-ab5b-4ee2-ac1b-0a11dd4e2ae1', 'keystone_tenant_name': u'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.29:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'project_domain_name': 'Default'} 2018-12-12 16:30:39,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-12-12 16:30:39,590 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:39,590 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:39,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:39,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:37 GMT 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-12-12 16:30:39,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:39,592 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "7dc3433a-ab5b-4ee2-ac1b-0a11dd4e2ae1"} 2018-12-12 16:30:39,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:39,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:39,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:37.788Z", "updated_at": "2018-12-12T16:30:37.788Z", "created_by": "admin", "private_resource": false, "value": "7dc3433a-ab5b-4ee2-ac1b-0a11dd4e2ae1", "key": "keystone_password"} 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:37 GMT 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-12-12 16:30:39,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:39,719 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"} 2018-12-12 16:30:39,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:39,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:39,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:39,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:39,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:39,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:39,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:39,897 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-12-12 16:30:39,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:37.969Z", "updated_at": "2018-12-12T16:30:37.969Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "key": "keystone_tenant_name"} 2018-12-12 16:30:39,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:39,897 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:37 GMT 2018-12-12 16:30:39,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:39,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-12-12 16:30:39,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:39,898 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-12-12 16:30:39,983 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:39,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:38.053Z", "updated_at": "2018-12-12T16:30:38.053Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:38 GMT 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:39,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-12-12 16:30:39,985 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:39,985 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.29:5000"} 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-12-12 16:30:40,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:38.148Z", "updated_at": "2018-12-12T16:30:38.148Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.29:5000", "key": "keystone_url"} 2018-12-12 16:30:40,087 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:40,087 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:38 GMT 2018-12-12 16:30:40,087 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:40,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-12-12 16:30:40,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:40,087 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-12-12 16:30:40,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:40,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:40,189 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:40,189 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:40,189 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:38.257Z", "updated_at": "2018-12-12T16:30:38.257Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:38 GMT 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-12-12 16:30:40,190 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:40,191 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"} 2018-12-12 16:30:40,288 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:40,288 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:40,288 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:40,288 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:40,288 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:40,288 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:40,288 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:40,288 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-12-12 16:30:40,289 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:38.352Z", "updated_at": "2018-12-12T16:30:38.352Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "key": "keystone_username"} 2018-12-12 16:30:40,289 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:40,289 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:38 GMT 2018-12-12 16:30:40,289 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:40,289 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-12-12 16:30:40,289 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:40,289 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-12-12 16:30:40,379 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:30:40,379 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:30:40,379 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:30:40,379 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:30:40,379 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:30:40,379 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:30:40,379 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:30:40,379 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-12-12 16:30:40,380 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T16:30:38.445Z", "updated_at": "2018-12-12T16:30:38.445Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-12-12 16:30:40,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:30:40,380 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:30:38 GMT 2018-12-12 16:30:40,380 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:30:40,380 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-12-12 16:30:40,380 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:30:40,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-12-12 16:30:40,381 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 16:30:40,388 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 16:30:40,389 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 16:30:40,401 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 16:30:40,439 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-12 16:30:40,439 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-12 16:30:40,441 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 16:30:40,441 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-12 16:30:40,441 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-12 16:30:40,455 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-12 16:31:35,673 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-12 16:31:35,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.mirror.ndchost.com * extras: mirror.keystealth.org * updates: mirror.keystealth.org No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-36.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libgcc >= 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-36.el7.x86_64 ---> Package python-devel.x86_64 0:2.7.5-76.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-76.el7 for package: python-devel-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-36.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-260.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-36.el7 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-36.el7 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-76.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-76.el7 for package: python-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-260.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-260.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-260.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-76.el7 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-260.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-957.1.3.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-16.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-16.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-36.el7 base 16 M python-devel x86_64 2.7.5-76.el7 base 398 k Installing for dependencies: cpp x86_64 4.8.5-36.el7 base 5.9 M glibc-devel x86_64 2.17-260.el7 base 1.1 M glibc-headers x86_64 2.17-260.el7 base 683 k kernel-headers x86_64 3.10.0-957.1.3.el7 updates 8.0 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-260.el7 base 3.6 M glibc-common x86_64 2.17-260.el7 base 11 M libgcc x86_64 4.8.5-36.el7 base 102 k libgomp x86_64 4.8.5-36.el7 base 157 k openssl x86_64 1:1.0.2k-16.el7 base 493 k openssl-libs x86_64 1:1.0.2k-16.el7 base 1.2 M python x86_64 2.7.5-76.el7 base 94 k python-libs x86_64 2.7.5-76.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 55 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 13 MB/s | 55 MB 00:04 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-36.el7.x86_64 1/24 Updating : glibc-common-2.17-260.el7.x86_64 2/24 Updating : glibc-2.17-260.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-16.el7.x86_64 6/24 Updating : python-libs-2.7.5-76.el7.x86_64 7/24 Updating : python-2.7.5-76.el7.x86_64 8/24 Installing : cpp-4.8.5-36.el7.x86_64 9/24 Updating : libgomp-4.8.5-36.el7.x86_64 10/24 Installing : kernel-headers-3.10.0-957.1.3.el7.x86_64 11/24 Installing : glibc-headers-2.17-260.el7.x86_64 12/24 Installing : glibc-devel-2.17-260.el7.x86_64 13/24 Installing : gcc-4.8.5-36.el7.x86_64 14/24 Installing : python-devel-2.7.5-76.el7.x86_64 15/24 Updating : 1:openssl-1.0.2k-16.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : python-2.7.5-76.el7.x86_64 1/24 Verifying : libgcc-4.8.5-36.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-16.el7.x86_64 3/24 Verifying : glibc-2.17-260.el7.x86_64 4/24 Verifying : gcc-4.8.5-36.el7.x86_64 5/24 Verifying : python-devel-2.7.5-76.el7.x86_64 6/24 Verifying : 1:openssl-1.0.2k-16.el7.x86_64 7/24 Verifying : cpp-4.8.5-36.el7.x86_64 8/24 Verifying : libgomp-4.8.5-36.el7.x86_64 9/24 Verifying : glibc-common-2.17-260.el7.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : kernel-headers-3.10.0-957.1.3.el7.x86_64 12/24 Verifying : python-libs-2.7.5-76.el7.x86_64 13/24 Verifying : glibc-devel-2.17-260.el7.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : glibc-headers-2.17-260.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-36.el7 python-devel.x86_64 0:2.7.5-76.el7 Dependency Installed: cpp.x86_64 0:4.8.5-36.el7 glibc-devel.x86_64 0:2.17-260.el7 glibc-headers.x86_64 0:2.17-260.el7 kernel-headers.x86_64 0:3.10.0-957.1.3.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-260.el7 glibc-common.x86_64 0:2.17-260.el7 libgcc.x86_64 0:4.8.5-36.el7 libgomp.x86_64 0:4.8.5-36.el7 openssl.x86_64 1:1.0.2k-16.el7 openssl-libs.x86_64 1:1.0.2k-16.el7 python.x86_64 0:2.7.5-76.el7 python-libs.x86_64 0:2.7.5-76.el7 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-12-12 16:31:35,673 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-12 16:31:35,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-12-12 16:31:35,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:31:35,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d27ba16370e34b319793119ec6780955&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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:31:35,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-60945334-9eda-43cf-8146-7b2a8c80fd32 Date: Wed, 12 Dec 2018 16:31:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}]} 2018-12-12 16:31:35,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d27ba16370e34b319793119ec6780955&name=default used request id req-60945334-9eda-43cf-8146-7b2a8c80fd32 2018-12-12 16:31:35,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0623300075531s 2018-12-12 16:31:35,740 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d27ba16370e34b319793119ec6780955&name=default used request id req-60945334-9eda-43cf-8146-7b2a8c80fd32 2018-12-12 16:31:35,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:31:35,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:31:35,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-9939ab21-68a7-4cd8-aefc-f1132adcf0b9 Date: Wed, 12 Dec 2018 16:31:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:25:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 4, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "17fc17bf-c446-418c-88e7-00d2fd5c0962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-12-12T16:27:50Z", "revision_number": 0, "id": "2d348da5-2002-4504-91e7-8c85dd34d348", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:50Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-12T16:27:49Z", "revision_number": 0, "id": "48bb32eb-fafb-4686-a924-3daa3cdb7192", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "55640688-374a-4619-8fd2-300268eb95a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-12T16:27:49Z", "revision_number": 0, "id": "55db780c-c8c5-4e54-995e-46f4b75b7b12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f023b5e6-a5d8-4233-b377-d747fd729ae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 8, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:31:35,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-9939ab21-68a7-4cd8-aefc-f1132adcf0b9 2018-12-12 16:31:35,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0624299049377s 2018-12-12 16:31:35,807 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-9939ab21-68a7-4cd8-aefc-f1132adcf0b9 2018-12-12 16:31:35,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 16:31:35,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" -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": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80"}}' 2018-12-12 16:31:35,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b2816428-3d1a-4092-9d3b-9efd250a819a Date: Wed, 12 Dec 2018 16:31:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T16:31:35Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "port_range_min": 22, "revision_number": 0, "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:31:35Z", "project_id": "d27ba16370e34b319793119ec6780955", "id": "588314b0-5ab0-4def-a421-9d14d5480a1c"}} 2018-12-12 16:31:35,994 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-b2816428-3d1a-4092-9d3b-9efd250a819a 2018-12-12 16:31:35,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.183537006378s 2018-12-12 16:31:35,995 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-b2816428-3d1a-4092-9d3b-9efd250a819a 2018-12-12 16:31:35,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-12-12 16:31:36,413 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-12-12 16:31:39,063 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:39,063 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:39,063 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:39,064 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:39,064 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:39,064 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:39,064 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:39,064 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-12-12 16:31:39,065 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:38.995Z", "updated_at": "2018-12-12T16:31:38.995Z", "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"}}}, "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.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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.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.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.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.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"}, "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": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-12-12 16:31:39,066 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:39,066 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:39 GMT 2018-12-12 16:31:39,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:39,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-12-12 16:31:39,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:31:39,091 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-12-12 16:31:40,557 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:82988902051ff00ce70f6bafb41fe397 sha256:c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3 2018-12-12 16:31:40,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:31:40,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:31:40,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-f2cdbea6-4e7e-40ae-884e-3c320adf6c23 Date: Wed, 12 Dec 2018 16:31:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "metadata": {}}], "file": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file", "owner": "d27ba16370e34b319793119ec6780955", "id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "size": 4373348352, "self": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T16:27:46Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:26:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:31:40,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f2cdbea6-4e7e-40ae-884e-3c320adf6c23 2018-12-12 16:31:40,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.206083059311s 2018-12-12 16:31:40,764 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f2cdbea6-4e7e-40ae-884e-3c320adf6c23 2018-12-12 16:31:40,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 16:31:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" -d '{"owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "owner_specified.shade.object": "images/cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}' 2018-12-12 16:31:41,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d X-Openstack-Request-Id: req-86ba08ae-ad47-4614-bb01-80a97fff304f Date: Wed, 12 Dec 2018 16:31:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/file", "owner": "d27ba16370e34b319793119ec6780955", "id": "bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d", "size": null, "self": "/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "updated_at": "2018-12-12T16:31:41Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "name": "cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "checksum": null, "created_at": "2018-12-12T16:31:41Z", "protected": false} 2018-12-12 16:31:41,387 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-86ba08ae-ad47-4614-bb01-80a97fff304f 2018-12-12 16:31:41,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.619968891144s 2018-12-12 16:31:41,387 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-86ba08ae-ad47-4614-bb01-80a97fff304f returning object bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d 2018-12-12 16:31:41,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 16:31:41,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/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}618a2a7dd6defa1c4161727545b872832225913b" -d '' 2018-12-12 16:31:47,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb2e8ffd-f380-4cd2-991c-28060a02ba1c Date: Wed, 12 Dec 2018 16:31:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:31:47,129 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/file used request id req-cb2e8ffd-f380-4cd2-991c-28060a02ba1c 2018-12-12 16:31:47,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.74050688744s 2018-12-12 16:31:47,129 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/file used request id req-cb2e8ffd-f380-4cd2-991c-28060a02ba1c 2018-12-12 16:31:47,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:31:47,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:31:47,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-415f57d9-4acd-493d-aed4-04eb8f8b6bd8 Date: Wed, 12 Dec 2018 16:31:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/snap", "metadata": {}}], "file": "/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/file", "owner": "d27ba16370e34b319793119ec6780955", "id": "bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d", "size": 263586304, "self": "/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "updated_at": "2018-12-12T16:31:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "name": "cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "checksum": "82988902051ff00ce70f6bafb41fe397", "created_at": "2018-12-12T16:31:41Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "metadata": {}}], "file": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file", "owner": "d27ba16370e34b319793119ec6780955", "id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "size": 4373348352, "self": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T16:27:46Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:26:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:31:47,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-415f57d9-4acd-493d-aed4-04eb8f8b6bd8 2018-12-12 16:31:47,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.58306312561s 2018-12-12 16:31:47,713 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-415f57d9-4acd-493d-aed4-04eb8f8b6bd8 2018-12-12 16:31:47,715 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/file', 'owner': u'd27ba16370e34b319793119ec6780955', 'id': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'size': 263586304, u'self': u'/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd27ba16370e34b319793119ec6780955', 'name': 'cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T16:31:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-12T16:31:47Z', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', 'properties': {u'self': u'/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'created': u'2018-12-12T16:31:41Z', 'checksum': u'82988902051ff00ce70f6bafb41fe397', 'created_at': u'2018-12-12T16:31:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'schema': u'/v2/schemas/image'}}) 2018-12-12 16:31:47,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 16:31:47,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-12-12 16:31:47,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-4eb550ca-43cd-4b05-8924-405724d85e2a x-compute-request-id: req-4eb550ca-43cd-4b05-8924-405724d85e2a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "a4711a93-7170-46f1-bc90-ea4dd772e133", "name": "cloudify_ims-flavor_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 16:31:47,803 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4eb550ca-43cd-4b05-8924-405724d85e2a 2018-12-12 16:31:47,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0868110656738s 2018-12-12 16:31:47,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4eb550ca-43cd-4b05-8924-405724d85e2a returning object a4711a93-7170-46f1-bc90-ea4dd772e133 2018-12-12 16:31:47,804 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', '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'0179093643ff4edbbd51be3381013868', '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'a4711a93-7170-46f1-bc90-ea4dd772e133', 'swap': 0}) 2018-12-12 16:31:47,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 16:31:47,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133/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}35066e9e0f4ba825f36a27365665ced1da758426" -d '{"extra_specs": {}}' 2018-12-12 16:31:47,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-284deff3-f0eb-42dc-b623-4d8847d6d5d0 x-compute-request-id: req-284deff3-f0eb-42dc-b623-4d8847d6d5d0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 16:31:47,825 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133/os-extra_specs used request id req-284deff3-f0eb-42dc-b623-4d8847d6d5d0 2018-12-12 16:31:47,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202569961548s 2018-12-12 16:31:47,826 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133/os-extra_specs used request id req-284deff3-f0eb-42dc-b623-4d8847d6d5d0 2018-12-12 16:31:47,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-12-12 16:31:47,826 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "bono_cluster_size": 1, "flavor_id": "a4711a93-7170-46f1-bc90-ea4dd772e133", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-12-12 16:31:49,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:49,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:49,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:49,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:49,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:49,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:49,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:49,328 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-12-12 16:31:49,328 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "bono_cluster_size": 1, "flavor_id": "a4711a93-7170-46f1-bc90-ea4dd772e133", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:48.050Z", "updated_at": "2018-12-12T16:31:48.050Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-12-12 16:31:49,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:49,329 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:49 GMT 2018-12-12 16:31:49,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:49,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-12-12 16:31:49,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:31:49,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-12-12 16:31:49,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:49,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:49,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:49,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:49,414 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:49,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:49,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:49,414 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-12-12 16:31:49,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:49,415 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:49 GMT 2018-12-12 16:31:49,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:49,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-12-12 16:31:49,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:31:49,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:31:49,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:49,507 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:49,507 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:49 GMT 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-12 16:31:49,508 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:31:49,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/fdc75943-9160-4625-9682-cbf149025070 2018-12-12 16:31:49,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:49,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:49,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:49,570 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"} 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:49 GMT 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-12 16:31:49,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:31:54,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:31:54,661 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:54,662 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:54,662 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:54,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:54,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:54,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:54,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:54,662 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:50.426Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:50.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "fdc75943-9160-4625-9682-cbf149025070"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:50.728Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:50.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "fdc75943-9160-4625-9682-cbf149025070"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:50.728Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:50.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "fdc75943-9160-4625-9682-cbf149025070"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:50.728Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:50.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "fdc75943-9160-4625-9682-cbf149025070"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:50.789Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:50.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:51.667Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:51.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:52.721Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:52.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:52.721Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:52.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:52.721Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:52.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:52.721Z", "message": "Installing from directory: /tmp/tmp5CwuCe [args=--prefix=\"/tmp/openstack-o0TlcH\" --constraint=\"/tmp/openstack-o0TlcH/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:52.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:31:52.721Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp5CwuCe --prefix=\"/tmp/openstack-o0TlcH\" --constraint=\"/tmp/openstack-o0TlcH/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:31:52.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-12-12 16:31:54,662 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:54,663 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:54 GMT 2018-12-12 16:31:54,663 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:54,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-12-12 16:31:54,663 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:31:54,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-12-12 16:31:54,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-12-12 16:31:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:31:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:31:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-12-12 16:31:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-12-12 16:31:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-12-12 16:31:54,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-12 16:31:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-12-12 16:31:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmp5CwuCe [args=--prefix="/tmp/openstack-o0TlcH" --constraint="/tmp/openstack-o0TlcH/constraint.txt", package_name=cloudify-openstack-plugin] 2018-12-12 16:31:54,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp5CwuCe --prefix="/tmp/openstack-o0TlcH" --constraint="/tmp/openstack-o0TlcH/constraint.txt" 2018-12-12 16:31:54,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/fdc75943-9160-4625-9682-cbf149025070 2018-12-12 16:31:54,729 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:54,729 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:54,729 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:54,730 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"} 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:54 GMT 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-12 16:31:54,730 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:31:59,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:31:59,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:59,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:59 GMT 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:59,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-12 16:31:59,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:31:59,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/fdc75943-9160-4625-9682-cbf149025070 2018-12-12 16:31:59,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:31:59,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:31:59,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:31:59,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:31:59,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:31:59,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:31:59,875 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:31:59,875 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"} 2018-12-12 16:31:59,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:31:59,875 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:31:59 GMT 2018-12-12 16:31:59,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:31:59,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-12 16:31:59,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:04,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:04,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:04,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:04 GMT 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:04,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-12 16:32:04,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:04,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/fdc75943-9160-4625-9682-cbf149025070 2018-12-12 16:32:05,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:05,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:05,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:05,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:05,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:05,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:05,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:05,030 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"} 2018-12-12 16:32:05,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:05,031 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:05 GMT 2018-12-12 16:32:05,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:05,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-12 16:32:05,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:10,037 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:10,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:10,106 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:10,106 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:10,106 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:10,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:10,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:10,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:10,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-12 16:32:10,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:10,107 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:10 GMT 2018-12-12 16:32:10,107 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:10,107 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-12 16:32:10,107 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:10,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/fdc75943-9160-4625-9682-cbf149025070 2018-12-12 16:32:10,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:10,204 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:10,205 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"} 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:10 GMT 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:10,205 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-12 16:32:10,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:15,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:15,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:15,297 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:15 GMT 2018-12-12 16:32:15,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:15,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-12 16:32:15,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:15,298 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/fdc75943-9160-4625-9682-cbf149025070 2018-12-12 16:32:15,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:15,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:15,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:15,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:15,360 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:15,360 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:15,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:15,360 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"} 2018-12-12 16:32:15,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:15,361 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:15 GMT 2018-12-12 16:32:15,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:15,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-12 16:32:15,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:20,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:20,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:20,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:20,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:19.913Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:19.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}], "metadata": {"pagination": {"total": 12, "offset": 11, "size": 50}}} 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:20 GMT 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 591 2018-12-12 16:32:20,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:20,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-12-12 16:32:20,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/fdc75943-9160-4625-9682-cbf149025070 2018-12-12 16:32:20,565 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:20,565 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:20,565 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:20,566 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"} 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:20 GMT 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-12-12 16:32:20,566 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:25,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:25,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:25,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:25,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:20.843Z", "message": "Removing directory: /tmp/tmp5CwuCe", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:20.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "fdc75943-9160-4625-9682-cbf149025070", "logger": "980f2220-47f9-4dac-80f5-61600cc2df4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:20.904Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:20.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "fdc75943-9160-4625-9682-cbf149025070"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:21.780Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:21.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "fdc75943-9160-4625-9682-cbf149025070"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:21.780Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:21.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "fdc75943-9160-4625-9682-cbf149025070"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:21.780Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:21.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "fdc75943-9160-4625-9682-cbf149025070"}], "metadata": {"pagination": {"total": 17, "offset": 12, "size": 50}}} 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:25 GMT 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2516 2018-12-12 16:32:25,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:25,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp5CwuCe 2018-12-12 16:32:25,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:32:25,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-12-12 16:32:25,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-12-12 16:32:25,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-12-12 16:32:25,657 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/fdc75943-9160-4625-9682-cbf149025070 2018-12-12 16:32:25,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:25,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:25,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:25,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:25,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:25,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:25,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:25,735 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"} 2018-12-12 16:32:25,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:25,735 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:25 GMT 2018-12-12 16:32:25,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:25,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-12-12 16:32:25,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:25,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-12-12 16:32:25,736 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-12-12 16:32:25,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:25,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:25,911 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:25 GMT 2018-12-12 16:32:25,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:25,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:32:25,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:25,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:25,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:25,982 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:25 GMT 2018-12-12 16:32:25,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:25,983 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-12 16:32:25,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:25,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:32:26,061 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:26,061 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:26,062 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:26,062 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:26,062 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:26,062 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:26,062 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:26,062 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:32:26,062 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:26,062 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:26 GMT 2018-12-12 16:32:26,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:26,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:32:26,063 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:31,068 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:31,136 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:31,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:31,137 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:31,137 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:31,137 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:31,137 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:31,137 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:31,137 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:26.539Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:26.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:28.639Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:28.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:28.794Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:28.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:28.794Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:28.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_security_group_ijp1sd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.887Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "63426a74-5db4-4668-a6dd-43456bb6045d"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "keypair_svf7su", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:29.920Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:29.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "homer_security_group_coroj3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3694cca8-71b1-45db-b7cd-130e69fba12f"}, {"node_instance_id": "homer_security_group_coroj3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3694cca8-71b1-45db-b7cd-130e69fba12f"}, {"node_instance_id": "sprout_security_group_ijp1sd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "63426a74-5db4-4668-a6dd-43456bb6045d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "homer_security_group_coroj3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3694cca8-71b1-45db-b7cd-130e69fba12f"}, {"node_instance_id": "homer_security_group_coroj3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3694cca8-71b1-45db-b7cd-130e69fba12f"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.917Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3076c88a-5d69-482a-82e4-b4628fd7408d"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "keypair_svf7su", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "keypair_svf7su", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:30.959Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:30.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 50, "offset": 0, "size": 50}}} 2018-12-12 16:32:31,137 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:31,138 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:31 GMT 2018-12-12 16:32:31,138 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:31,138 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29080 2018-12-12 16:32:31,138 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-12-12 16:32:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-12-12 16:32:31,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-12 16:32:31,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-12 16:32:31,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:31,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-12-12 16:32:31,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-12-12 16:32:31,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-12-12 16:32:31,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-12-12 16:32:31,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-12-12 16:32:31,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-12-12 16:32:31,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-12-12 16:32:31,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-12-12 16:32:31,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-12-12 16:32:31,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-12-12 16:32:31,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:31,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-12 16:32:31,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:31,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-12-12 16:32:31,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-12-12 16:32:31,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:32:31,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:31,215 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:31 GMT 2018-12-12 16:32:31,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:31,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:32:31,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:36,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:36,372 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:36,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:36,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:36,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:36,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:36,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:36,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:36,373 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_svf7su", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:31.954Z", "message": "Using external resource keypair: cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:31.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e4d35d5c-d0d7-41a8-9aa8-6a2117546890"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:31.999Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:31.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:31.999Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:31.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:31.999Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:31.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:31.999Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:31.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:31.999Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:31.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "keypair_svf7su", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:31.999Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:31.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_floatingip_l8rx44", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.188Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd27ba16370e34b319793119ec6780955', u'created_at': u'2018-12-12T16:32:32Z', u'updated_at': u'2018-12-12T16:32:32Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'd27ba16370e34b319793119ec6780955', u'port_id': None, u'id': u'63c0cddc-2f86-418e-9656-75f44c9a94b1'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "751705d5-a0d0-4cda-85d2-b69eae18130c"}, {"node_instance_id": "ellis_security_group_t52l9n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c04a442f-d630-47cc-b4b1-1c80bf591648"}, {"node_instance_id": "ellis_security_group_t52l9n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.188Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c04a442f-d630-47cc-b4b1-1c80bf591648"}, {"node_instance_id": "ellis_security_group_t52l9n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c04a442f-d630-47cc-b4b1-1c80bf591648"}, {"node_instance_id": "ellis_security_group_t52l9n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.188Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c04a442f-d630-47cc-b4b1-1c80bf591648"}, {"node_instance_id": "keypair_svf7su", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.202Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "keypair_svf7su", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.202Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.202Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:33.202Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:33.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.595Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "08d82ee2-9b91-4269-80e5-519f7e2de035"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.595Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "08d82ee2-9b91-4269-80e5-519f7e2de035"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.595Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "08d82ee2-9b91-4269-80e5-519f7e2de035"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.595Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "08d82ee2-9b91-4269-80e5-519f7e2de035"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.595Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "08d82ee2-9b91-4269-80e5-519f7e2de035"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.595Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "08d82ee2-9b91-4269-80e5-519f7e2de035"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.604Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.604Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.604Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:34.604Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:34.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.633Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.633Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.633Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.633Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.633Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.633Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.633Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_security_group_d8ljzh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "01a7f5aa-fc8c-4636-ab1e-c535ddcf3f98"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "bind_security_group_d8ljzh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "01a7f5aa-fc8c-4636-ab1e-c535ddcf3f98"}, {"node_instance_id": "bind_security_group_d8ljzh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "01a7f5aa-fc8c-4636-ab1e-c535ddcf3f98"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e27d4dc5-3fe7-4719-8588-cf22ad0345d0"}, {"node_instance_id": "bind_security_group_d8ljzh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:35.639Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:35.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "01a7f5aa-fc8c-4636-ab1e-c535ddcf3f98"}], "metadata": {"pagination": {"total": 99, "offset": 50, "size": 50}}} 2018-12-12 16:32:36,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:36,373 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:36 GMT 2018-12-12 16:32:36,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:36,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29901 2018-12-12 16:32:36,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:36,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794 2018-12-12 16:32:36,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:36,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:36,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-12 16:32:36,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 16:32:36,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:36,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-12-12 16:32:36,376 - 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'd27ba16370e34b319793119ec6780955', u'created_at': u'2018-12-12T16:32:32Z', u'updated_at': u'2018-12-12T16:32:32Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'd27ba16370e34b319793119ec6780955', u'port_id': None, u'id': u'63c0cddc-2f86-418e-9656-75f44c9a94b1'} 2018-12-12 16:32:36,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-12-12 16:32:36,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-12-12 16:32:36,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:36,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:36,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:36,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-12 16:32:36,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-12-12 16:32:36,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-12-12 16:32:36,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-12-12 16:32:36,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:36,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:36,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:36,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:36,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:36,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:36,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 16:32:36,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:36,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:36,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:36,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:36,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:36,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-12-12 16:32:36,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-12-12 16:32:36,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-12-12 16:32:36,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-12-12 16:32:36,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-12-12 16:32:36,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-12-12 16:32:36,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-12-12 16:32:36,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-12-12 16:32:36,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:32:36,540 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:36,540 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:36 GMT 2018-12-12 16:32:36,541 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:36,542 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:32:36,542 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:41,547 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:41,645 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:41,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:41,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:41,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:41,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:41,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:41,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:41,646 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_security_group_coroj3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:36.753Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:36.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:36.753Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:36.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:36.753Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:36.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:36.753Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:36.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:36.753Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:36.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:36.945Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:36.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bd0ccb9d-43b2-4f4b-97f5-8043e38ce031"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.670Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bd0ccb9d-43b2-4f4b-97f5-8043e38ce031"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.670Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bd0ccb9d-43b2-4f4b-97f5-8043e38ce031"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.670Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bd0ccb9d-43b2-4f4b-97f5-8043e38ce031"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.670Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bd0ccb9d-43b2-4f4b-97f5-8043e38ce031"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.670Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bd0ccb9d-43b2-4f4b-97f5-8043e38ce031"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.670Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bd0ccb9d-43b2-4f4b-97f5-8043e38ce031"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.670Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bd0ccb9d-43b2-4f4b-97f5-8043e38ce031"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.789Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.789Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.789Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:37.789Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:37.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_security_group_1gc9w3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:38.813Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:38.813Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0a92990b-416e-4bb0-ace5-a7cb720a8098"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:38.824Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:38.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:38.824Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:38.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:38.824Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:38.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_floatingip_jv1kla", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:39.734Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd27ba16370e34b319793119ec6780955', u'created_at': u'2018-12-12T16:32:38Z', u'updated_at': u'2018-12-12T16:32:38Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'd27ba16370e34b319793119ec6780955', u'port_id': None, u'id': u'13d90357-48f7-4eb6-ac5c-b0587b7830ae'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:39.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9072a1ad-7dbf-4049-ba14-7b36153424c7"}, {"node_instance_id": "dime_security_group_1gc9w3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:39.734Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:39.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0a92990b-416e-4bb0-ace5-a7cb720a8098"}, {"node_instance_id": "dime_security_group_1gc9w3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:39.734Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:39.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0a92990b-416e-4bb0-ace5-a7cb720a8098"}, {"node_instance_id": "dime_security_group_1gc9w3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:39.734Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:39.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0a92990b-416e-4bb0-ace5-a7cb720a8098"}, {"node_instance_id": "dime_security_group_1gc9w3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:39.734Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:39.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0a92990b-416e-4bb0-ace5-a7cb720a8098"}, {"node_instance_id": "dime_security_group_1gc9w3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:39.734Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:39.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0a92990b-416e-4bb0-ace5-a7cb720a8098"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:40.125Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:40.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:40.125Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:40.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:40.125Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:40.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:40.125Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:40.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:40.125Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:40.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:40.125Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:40.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:40.766Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:40.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ecc4370c-6c79-4975-9c70-4778a4a1c4ba"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:40.766Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_7zbd7g'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:40.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ecc4370c-6c79-4975-9c70-4778a4a1c4ba"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:41.146Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:41.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:41.146Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:41.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:41.146Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:41.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 137, "offset": 99, "size": 50}}} 2018-12-12 16:32:41,646 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:41,646 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:41 GMT 2018-12-12 16:32:41,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:41,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22424 2018-12-12 16:32:41,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:41,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:41,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-12 16:32:41,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:41,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:41,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:41,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-12-12 16:32:41,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:41,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:41,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:41,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:41,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-12-12 16:32:41,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-12-12 16:32:41,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-12-12 16:32:41,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:41,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:41,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:41,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:41,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-12-12 16:32:41,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:41,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 16:32:41,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:41,651 - 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'd27ba16370e34b319793119ec6780955', u'created_at': u'2018-12-12T16:32:38Z', u'updated_at': u'2018-12-12T16:32:38Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'd27ba16370e34b319793119ec6780955', u'port_id': None, u'id': u'13d90357-48f7-4eb6-ac5c-b0587b7830ae'} 2018-12-12 16:32:41,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:41,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:41,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 16:32:41,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-12-12 16:32:41,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-12-12 16:32:41,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:41,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-12 16:32:41,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 16:32:41,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-12 16:32:41,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:41,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:41,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}] 2018-12-12 16:32:41,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_7zbd7g'} 2018-12-12 16:32:41,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:41,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:41,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:41,654 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:32:41,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:41,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:41,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:41,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:41,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:41,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:41,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:41,726 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:32:41,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:41,727 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:41 GMT 2018-12-12 16:32:41,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:41,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:32:41,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:46,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:46,972 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:46,973 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:46,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:46,973 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:46,973 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:46,973 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:46,973 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:46,973 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_d8ljzh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:42.156Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:42.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:42.156Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:42.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:42.156Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:42.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:42.156Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:42.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_floatingip_8nobnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:42.381Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd27ba16370e34b319793119ec6780955', u'created_at': u'2018-12-12T16:32:41Z', u'updated_at': u'2018-12-12T16:32:41Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'd27ba16370e34b319793119ec6780955', u'port_id': None, u'id': u'49420660-e2bf-4876-91bf-d2b8069125d4'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:42.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9a4fe3bf-3902-4d24-a0d6-43c3243582a5"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:43.175Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:43.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:43.175Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:43.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:43.175Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:43.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:43.175Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:43.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:43.175Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:43.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:43.399Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ecc4370c-6c79-4975-9c70-4778a4a1c4ba"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:43.399Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_7zbd7g', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ecc4370c-6c79-4975-9c70-4778a4a1c4ba"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:43.399Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_7zbd7g', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ecc4370c-6c79-4975-9c70-4778a4a1c4ba"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:44.204Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:44.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:44.204Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:44.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:45.719Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:45.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.069Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'4b83c581-df8a-4f7a-826c-ddf952bf1cf9', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'63c0cddc-2f86-418e-9656-75f44c9a94b1', u'floating_ip_address': u'172.30.9.209', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abd16b23-e963-4073-b1ac-f0aa55efb376"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.803Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9e22e1d6-f7d2-412c-ad4a-c749de565e65', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b45ff0b-0405-434c-a8a9-241583471b9f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.803Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_j4ev0k'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abd16b23-e963-4073-b1ac-f0aa55efb376"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.803Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_hj6f45'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b45ff0b-0405-434c-a8a9-241583471b9f"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.817Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.817Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.817Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.817Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.817Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.817Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:46.817Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:46.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 175, "offset": 137, "size": 50}}} 2018-12-12 16:32:46,973 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:46,974 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:46 GMT 2018-12-12 16:32:46,974 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:46,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21532 2018-12-12 16:32:46,974 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:46,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:46,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:46,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:46,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:46,975 - 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'd27ba16370e34b319793119ec6780955', u'created_at': u'2018-12-12T16:32:41Z', u'updated_at': u'2018-12-12T16:32:41Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'd27ba16370e34b319793119ec6780955', u'port_id': None, u'id': u'49420660-e2bf-4876-91bf-d2b8069125d4'} 2018-12-12 16:32:46,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:46,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:46,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:46,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-12 16:32:46,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 16:32:46,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 16:32:46,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_7zbd7g', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:46,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_7zbd7g', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:46,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:46,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:46,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:46,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:46,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:46,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:46,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:46,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 16:32:46,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 16:32:46,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 16:32:46,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 16:32:46,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 16:32:46,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 16:32:46,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 16:32:46,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'4b83c581-df8a-4f7a-826c-ddf952bf1cf9', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'63c0cddc-2f86-418e-9656-75f44c9a94b1', u'floating_ip_address': u'172.30.9.209', u'external_type': u'floatingip'}] 2018-12-12 16:32:46,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9e22e1d6-f7d2-412c-ad4a-c749de565e65', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-12-12 16:32:46,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_j4ev0k'} 2018-12-12 16:32:46,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_hj6f45'} 2018-12-12 16:32:46,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:46,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 16:32:46,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 16:32:46,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:46,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 16:32:46,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 16:32:46,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 16:32:46,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:32:47,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:47,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:47 GMT 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:47,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:32:47,078 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:52,083 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:52,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:52,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:52,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1706ffa2-de69-47b8-842b-05bc92a1f279', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c495d7ee-ad5a-4cd2-ad5f-c38ba3fb1c66"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'390d6602-3ab5-4d8a-9f0c-850c50b86277', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'ed067e35-f91d-45b8-98db-b30bfee962f4', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'13d90357-48f7-4eb6-ac5c-b0587b7830ae', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3698396c-6512-40fc-bf3a-041e0f31b538"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ed067e35-f91d-45b8-98db-b30bfee962f4', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'f8684f8e-6961-4fe4-91db-03f87cc2254f', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "5127715a-0cab-4768-b976-e7b7821ef7bf"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ynm4yv'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3698396c-6512-40fc-bf3a-041e0f31b538"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_c2v7qg'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c495d7ee-ad5a-4cd2-ad5f-c38ba3fb1c66"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:47.845Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_vygjf0'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "5127715a-0cab-4768-b976-e7b7821ef7bf"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:48.863Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:48.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:48.863Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:48.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:49.864Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_j4ev0k', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:49.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abd16b23-e963-4073-b1ac-f0aa55efb376"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abd16b23-e963-4073-b1ac-f0aa55efb376"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3698396c-6512-40fc-bf3a-041e0f31b538"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "5127715a-0cab-4768-b976-e7b7821ef7bf"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b45ff0b-0405-434c-a8a9-241583471b9f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_j4ev0k', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abd16b23-e963-4073-b1ac-f0aa55efb376"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ynm4yv', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3698396c-6512-40fc-bf3a-041e0f31b538"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_vygjf0', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "5127715a-0cab-4768-b976-e7b7821ef7bf"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_hj6f45', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b45ff0b-0405-434c-a8a9-241583471b9f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ynm4yv', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3698396c-6512-40fc-bf3a-041e0f31b538"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_vygjf0', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "5127715a-0cab-4768-b976-e7b7821ef7bf"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:50.888Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_hj6f45', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:50.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b45ff0b-0405-434c-a8a9-241583471b9f"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:51.775Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:51.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:51.973Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:51.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c495d7ee-ad5a-4cd2-ad5f-c38ba3fb1c66"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:51.973Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_c2v7qg', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:51.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c495d7ee-ad5a-4cd2-ad5f-c38ba3fb1c66"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:51.973Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_c2v7qg', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:51.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c495d7ee-ad5a-4cd2-ad5f-c38ba3fb1c66"}], "metadata": {"pagination": {"total": 202, "offset": 175, "size": 50}}} 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:52 GMT 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:52,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21133 2018-12-12 16:32:52,261 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:52,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:52,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:32:52,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 16:32:52,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1706ffa2-de69-47b8-842b-05bc92a1f279', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-12-12 16:32:52,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'390d6602-3ab5-4d8a-9f0c-850c50b86277', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'ed067e35-f91d-45b8-98db-b30bfee962f4', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'13d90357-48f7-4eb6-ac5c-b0587b7830ae', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}] 2018-12-12 16:32:52,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ed067e35-f91d-45b8-98db-b30bfee962f4', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'f8684f8e-6961-4fe4-91db-03f87cc2254f', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-12-12 16:32:52,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ynm4yv'} 2018-12-12 16:32:52,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_c2v7qg'} 2018-12-12 16:32:52,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_vygjf0'} 2018-12-12 16:32:52,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 16:32:52,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:52,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_j4ev0k', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 16:32:52,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 16:32:52,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 16:32:52,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 16:32:52,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_j4ev0k', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ynm4yv', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_vygjf0', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_hj6f45', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ynm4yv', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_vygjf0', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_hj6f45', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 16:32:52,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 16:32:52,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_c2v7qg', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_c2v7qg', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:32:52,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:32:52,514 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:52,514 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:52,514 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:52,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:52 GMT 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:32:52,515 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:57,521 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:32:57,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:57,691 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:57,691 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:57,691 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:57,691 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:57,691 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:57,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:57,691 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:52.648Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:52.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:52.648Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:52.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:52.648Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:52.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:52.648Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:52.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:52.648Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:52.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:53.750Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:53.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:54.907Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:54.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:54.907Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:54.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:55.765Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'bb50d083-e0ac-4376-ac4f-256789f78f84', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:55.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f674c351-215f-4292-b72f-3f7522c6b35f"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:56.025Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'fd5e1865-f318-465f-993c-8e9694a88609', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'49420660-e2bf-4876-91bf-d2b8069125d4', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:56.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "88c0148a-7e89-46e9-9e8e-33428f7b444a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:56.025Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_k1srpl'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:56.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f674c351-215f-4292-b72f-3f7522c6b35f"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:56.025Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_aa2rwu'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:56.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "88c0148a-7e89-46e9-9e8e-33428f7b444a"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:56.632Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:56.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:56.632Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:56.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:56.632Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:56.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:56.632Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:56.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:56.632Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:32:56.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.648Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.648Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.648Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.648Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.648Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.648Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.648Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.648Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 227, "offset": 202, "size": 50}}} 2018-12-12 16:32:57,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:57,692 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:57 GMT 2018-12-12 16:32:57,692 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:57,692 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14169 2018-12-12 16:32:57,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:32:57,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 16:32:57,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 16:32:57,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 16:32:57,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 16:32:57,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 16:32:57,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 16:32:57,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:57,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 16:32:57,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'bb50d083-e0ac-4376-ac4f-256789f78f84', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-12-12 16:32:57,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', u'external_type': u'keypair'}, {u'external_id': u'6e3c4fe9-7b9c-4c8b-aaa5-9aa52b323c01', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'fd5e1865-f318-465f-993c-8e9694a88609', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'49420660-e2bf-4876-91bf-d2b8069125d4', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}] 2018-12-12 16:32:57,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_k1srpl'} 2018-12-12 16:32:57,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_aa2rwu'} 2018-12-12 16:32:57,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:57,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:57,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:57,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:32:57,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-12-12 16:32:57,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 16:32:57,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 16:32:57,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 16:32:57,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:57,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:57,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:32:57,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 16:32:57,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 16:32:57,697 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:32:57,806 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:32:57,806 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:32:57,806 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:32:57 GMT 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:32:57,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:32:57,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:02,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:02,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:02,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:02,905 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:02,905 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:02,905 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:02,905 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:02,905 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:02,905 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:57.977Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_aa2rwu', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:57.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "88c0148a-7e89-46e9-9e8e-33428f7b444a"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:58.034Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:58.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "88c0148a-7e89-46e9-9e8e-33428f7b444a"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:58.034Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_aa2rwu', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:58.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "88c0148a-7e89-46e9-9e8e-33428f7b444a"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:58.665Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:58.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:58.665Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:58.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:58.665Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:58.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:58.665Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:58.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:58.665Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:58.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:59.055Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:59.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f674c351-215f-4292-b72f-3f7522c6b35f"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:59.055Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_k1srpl', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:59.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f674c351-215f-4292-b72f-3f7522c6b35f"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:59.055Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_k1srpl', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:59.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f674c351-215f-4292-b72f-3f7522c6b35f"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:59.971Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:32:59.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:59.971Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:32:59.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:59.971Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:59.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:32:59.971Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:32:59.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:01.011Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:01.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:01.011Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:01.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:01.011Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:01.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:01.011Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:01.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:02.043Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:02.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:02.043Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:02.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:02.043Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:02.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:02.043Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:02.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:02.043Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:02.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:02.043Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:02.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 252, "offset": 227, "size": 50}}} 2018-12-12 16:33:02,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:02,905 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:02 GMT 2018-12-12 16:33:02,906 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:02,906 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17627 2018-12-12 16:33:02,906 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:02,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_aa2rwu', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:33:02,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 16:33:02,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_aa2rwu', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:33:02,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 16:33:02,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 16:33:02,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:33:02,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:33:02,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 16:33:02,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 16:33:02,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_k1srpl', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:33:02,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_k1srpl', 'key_name': u'cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'image': u'bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794', 'cloudify_management_network_id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}, 'nics': [{'net-id': u'6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798'}], 'flavor': u'a4711a93-7170-46f1-bc90-ea4dd772e133'} 2018-12-12 16:33:02,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 16:33:02,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 16:33:02,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 16:33:02,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 16:33:02,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:33:02,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 16:33:02,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 16:33:02,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 16:33:02,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:33:02,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 16:33:02,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:33:02,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 16:33:02,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 16:33:02,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 16:33:02,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:02,992 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:02,992 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:02,992 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:02,992 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:02 GMT 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:02,993 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:07,999 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:08,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:08,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:08,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:08,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:03.282Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:03.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:03.282Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:03.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:03.282Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:03.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:04.669Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:04.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:05.713Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:05.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 257, "offset": 252, "size": 50}}} 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:08 GMT 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3768 2018-12-12 16:33:08,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:08,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 16:33:08,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:33:08,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 16:33:08,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 16:33:08,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 16:33:08,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:08,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:08,142 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:08 GMT 2018-12-12 16:33:08,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:08,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:08,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:13,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:13,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:13,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:13,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:13 GMT 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:33:13,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:13,227 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:13,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:13,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:13,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:13,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:13,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:13,296 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:13,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:13,297 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:13,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:13,297 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:13 GMT 2018-12-12 16:33:13,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:13,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:13,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:18,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:18,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:18,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:18,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:18 GMT 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:33:18,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:18,387 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:18,462 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:18,462 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:18,462 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:18 GMT 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:18,463 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:23,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:23,542 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:23,542 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:23 GMT 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:23,543 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:33:23,544 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:23,544 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:23,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:23,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:23,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:23,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:23,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:23,609 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:23,609 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:23,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:23,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:23,610 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:23 GMT 2018-12-12 16:33:23,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:23,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:23,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:28,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:28,698 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:28,698 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:28,698 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:25.954Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:25.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:26.834Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:26.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:28.095Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:28.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 260, "offset": 257, "size": 50}}} 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:28 GMT 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:28,699 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2018-12-12 16:33:28,700 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:28,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:28,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:28,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 16:33:28,700 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:28,769 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:28,769 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:28,769 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:28,769 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:28,769 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:28,769 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:28,769 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33: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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:28,770 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:28,770 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:28 GMT 2018-12-12 16:33:28,770 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:28,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:28,770 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:33,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:33,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:33,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:33,903 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:33,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:29.428Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:29.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:29.991Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:29.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:29.991Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:29.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:29.991Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:29.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:31.020Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:31.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:31.020Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:31.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:32.088Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:32.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:32.088Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:32.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:32.088Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:32.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:32.088Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:32.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:32.088Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:32.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:32.088Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:32.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:33.478Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 273, "offset": 260, "size": 50}}} 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:33 GMT 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8622 2018-12-12 16:33:33,904 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:33,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 16:33:33,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 16:33:33,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:33,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 16:33:33,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:34,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:34,003 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:34,003 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:34,003 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:34,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:34,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:34,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:34,004 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:34,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:34,004 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:34 GMT 2018-12-12 16:33:34,004 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:34,004 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:34,004 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:39,009 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:39,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:39,099 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:39,099 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:39,099 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:39,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:39,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:39,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:39,100 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:34.817Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:34.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:34.817Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:34.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:34.817Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:34.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:34.817Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:34.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:34.817Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:34.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:35.842Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:35.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:36.858Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:36.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:37.879Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:33:37.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 281, "offset": 273, "size": 50}}} 2018-12-12 16:33:39,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:39,100 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:39 GMT 2018-12-12 16:33:39,100 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:39,100 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6670 2018-12-12 16:33:39,100 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:39,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:39,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:39,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 16:33:39,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 16:33:39,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:39,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 16:33:39,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 16:33:39,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 16:33:39,102 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:39,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:39,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:39,235 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:39,235 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:39,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:39,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:39,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:39,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:39,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:39,236 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:39 GMT 2018-12-12 16:33:39,236 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:39,236 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:39,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:44,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:44,316 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:44,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:44,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:44,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:44,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:44,317 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:44,317 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:44,317 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-12-12 16:33:44,317 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:44,318 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:44 GMT 2018-12-12 16:33:44,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:44,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:33:44,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:44,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:44,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:44,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:44 GMT 2018-12-12 16:33:44,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:44,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:44,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:49,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:49,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:49,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:49,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:49,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:49,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:49,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:49,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:49,495 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-12-12 16:33:49,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:49,495 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:49 GMT 2018-12-12 16:33:49,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:49,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:33:49,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:49,495 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:49,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:49,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:49 GMT 2018-12-12 16:33:49,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:49,560 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:49,560 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:54,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:54,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:54 GMT 2018-12-12 16:33:54,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:54,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:33:54,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:54,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:54,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:54,739 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:54,739 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:54,739 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:54,739 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:54,739 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:54,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:54,740 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:54,740 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:54,740 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:54 GMT 2018-12-12 16:33:54,740 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:54,740 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:54,740 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:59,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:33:59,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:58.179Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:58.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:33:58.896Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:33:58.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 283, "offset": 281, "size": 50}}} 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:59 GMT 2018-12-12 16:33:59,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:59,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-12-12 16:33:59,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:33:59,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:33:59,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:33:59,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:33:59,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:33:59,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:33:59,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:33:59,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:33:59,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:33:59,897 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:33:59,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:33:59,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:33:59,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:33:59,897 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:33:59 GMT 2018-12-12 16:33:59,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:33:59,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:33:59,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:04,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:04,978 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:00.526Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:00.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:01.549Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:01.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:01.915Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:01.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:01.915Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:01.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:01.915Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:01.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:02.939Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:02.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:02.939Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:02.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:03.975Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:03.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:03.975Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:03.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 292, "offset": 283, "size": 50}}} 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:04 GMT 2018-12-12 16:34:04,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:04,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6572 2018-12-12 16:34:04,980 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:04,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-12-12 16:34:04,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:04,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:04,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:04,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:04,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:04,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:04,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-12-12 16:34:04,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-12-12 16:34:04,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:05,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:05,111 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:05 GMT 2018-12-12 16:34:05,111 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:05,111 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:05,111 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:10,112 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:10,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:10,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:10,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:10,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:10,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:10,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:10,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:10,185 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:05.002Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:05.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:05.002Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:05.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:05.002Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:05.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:05.002Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:05.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:05.002Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:05.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:06.567Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:06.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:07.032Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:07.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:07.032Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:07.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:07.032Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:07.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:08.051Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:08.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:08.051Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:08.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:09.070Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:09.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:10.086Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:10.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 305, "offset": 292, "size": 50}}} 2018-12-12 16:34:10,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:10,185 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:10 GMT 2018-12-12 16:34:10,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:10,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9856 2018-12-12 16:34:10,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:10,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:10,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:10,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-12-12 16:34:10,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:10,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:10,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-12-12 16:34:10,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:10,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-12-12 16:34:10,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:10,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:10,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 16:34:10,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-12-12 16:34:10,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-12-12 16:34:10,188 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:10,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:10,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:10,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:10,250 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:10,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:10,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:10,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:10,250 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:10,251 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:10,251 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:10 GMT 2018-12-12 16:34:10,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:10,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:10,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:15,255 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:15,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:15,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:15 GMT 2018-12-12 16:34:15,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:15,341 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:34:15,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:15,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:15,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:15,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:15 GMT 2018-12-12 16:34:15,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:15,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:15,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:20,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:20 GMT 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:34:20,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:20,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:20,604 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:20,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:20,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:20,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:20,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:20,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:20,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:20,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:20,605 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:20,605 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:20 GMT 2018-12-12 16:34:20,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:20,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:20,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:25,610 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:25,756 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:25,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:25 GMT 2018-12-12 16:34:25,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:25,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:34:25,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:25,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:25,946 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:25,946 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:25,946 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:25,946 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:25,946 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:25,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:25,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:25,946 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:25,947 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:25,947 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:25 GMT 2018-12-12 16:34:25,947 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:25,947 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:25,947 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:30,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:31,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:31,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:31,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:31,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:31,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:31,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:31,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:31,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:30.620Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:30.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 306, "offset": 305, "size": 50}}} 2018-12-12 16:34:31,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:31,224 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:31 GMT 2018-12-12 16:34:31,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:31,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-12-12 16:34:31,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:31,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:31,224 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:31,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:31,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:31,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:31,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:31,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:31,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:31,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:31,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:31,396 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:31,396 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:31 GMT 2018-12-12 16:34:31,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:31,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:31,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:36,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:37,407 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:31.105Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:31.105Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:33.981Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:33.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:34.399Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:34.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:34.399Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:34.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:34.399Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:34.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:34.399Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:34.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:36.778Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:36.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:36.778Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:36.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:36.778Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:36.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:36.778Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:36.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 316, "offset": 306, "size": 50}}} 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:37,408 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:37 GMT 2018-12-12 16:34:37,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:37,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5837 2018-12-12 16:34:37,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:37,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-12-12 16:34:37,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:37,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:37,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:37,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:37,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:37,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:37,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:37,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:37,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:37,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:37,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:37,905 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:37 GMT 2018-12-12 16:34:37,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:37,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:37,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:42,910 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:44,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:44,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:44,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:38.214Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:38.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:38.214Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:38.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:39.417Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:39.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:42.604Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:42.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 320, "offset": 316, "size": 50}}} 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:44 GMT 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2130 2018-12-12 16:34:44,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:44,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:44,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:44,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:44,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:44,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:44,418 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:44,418 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:44,418 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:44,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:44,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:44,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:44,419 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:44,419 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:44,419 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:44,419 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:44 GMT 2018-12-12 16:34:44,419 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:44,419 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:44,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:49,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:50,670 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:50,670 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:50,670 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:50,670 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:50,670 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:50,670 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:50,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:50,671 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:44.381Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:44.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:45.075Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:45.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:45.075Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:45.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:45.075Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:45.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:45.075Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:45.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:45.075Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:45.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:45.075Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:34:45.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 327, "offset": 320, "size": 50}}} 2018-12-12 16:34:50,671 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:50,671 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:50 GMT 2018-12-12 16:34:50,671 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:50,671 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6786 2018-12-12 16:34:50,671 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:50,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:50,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-12-12 16:34:50,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-12-12 16:34:50,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-12-12 16:34:50,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-12-12 16:34:50,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-12-12 16:34:50,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-12-12 16:34:50,673 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:52,377 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:52,377 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:52,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:52,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:52,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:52,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:52,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:52,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:52,378 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:52,378 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:52 GMT 2018-12-12 16:34:52,378 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:52,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:52,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:57,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:34:58,588 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:58,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:58,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:58,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:58,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:58,589 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:58,589 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:58,589 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:51.251Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:51.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:34:54.831Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:34:54.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 329, "offset": 327, "size": 50}}} 2018-12-12 16:34:58,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:58,590 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:58 GMT 2018-12-12 16:34:58,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:58,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2352 2018-12-12 16:34:58,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:34:58,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-12-12 16:34:58,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-12-12 16:34:58,591 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:34:59,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:34:59,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:34:59,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:34:59,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:34:59,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:34:59,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:34:59,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:34:59,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:34:59,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:34:59,735 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:34:59 GMT 2018-12-12 16:34:59,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:34:59,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:34:59,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:04,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:05,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:05,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:05,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:05,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:05,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:05,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:05,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:05,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:04.242Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 330, "offset": 329, "size": 50}}} 2018-12-12 16:35:05,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:05,305 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:05 GMT 2018-12-12 16:35:05,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:05,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-12-12 16:35:05,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:05,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:05,306 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:06,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:06,402 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:06 GMT 2018-12-12 16:35:06,403 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:06,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:06,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:11,409 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:05.023Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:05.023Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 331, "offset": 330, "size": 50}}} 2018-12-12 16:35:13,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:13,113 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:13 GMT 2018-12-12 16:35:13,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:13,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-12-12 16:35:13,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:13,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:13,113 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:14,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:14,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:14,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:14,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:14,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:14,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:14,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:14,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:14,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:14,059 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:14 GMT 2018-12-12 16:35:14,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:14,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:14,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:19,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:20,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:20,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:20,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:13.276Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:35:13.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:14.940Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:14.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:14.940Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:14.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:14.940Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:14.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:14.940Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:14.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:16.170Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:16.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:16.170Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:16.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:16.170Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:16.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:16.170Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:16.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:16.170Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:16.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:16.170Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:16.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 342, "offset": 331, "size": 50}}} 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:20 GMT 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6348 2018-12-12 16:35:20,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:20,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] [retry 4/60] 2018-12-12 16:35:20,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:20,697 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:21,163 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:21,164 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:21 GMT 2018-12-12 16:35:21,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:21,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:21,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:26,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:27,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:27,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:27,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:27,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:27,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:27,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:27,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:27,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:20.269Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:20.269Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a535c4e9-90fe-4bf6-bfe5-62abbc39ea9d"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:21.278Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:35:21.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:22.235Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:22.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:22.235Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:35:22.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:22.235Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:35:22.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:22.235Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:35:22.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:22.235Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:22.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:22.235Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:22.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:23.955Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:23.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "92d77528-7761-4026-afd2-20c654252dd6"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:23.985Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:23.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:23.985Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:23.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:23.985Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:23.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:24.267Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:24.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9bfbd4dc-73ee-4ec4-9731-fa0628ac1941"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:25.052Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:25.052Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:25.052Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:25.052Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:26.209Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:26.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:26.209Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:26.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:26.209Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.15 on port 22: Unable to connect to port 22 on 192.168.120.15 (tried 1 time)", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.15 on port 22: Unable to connect to port 22 on 192.168.120.15 (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.15 on port 22: Unable to connect to port 22 on 192.168.120.15 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:35:26.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:26.209Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:26.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:26.209Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:26.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:26.463Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:26.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "26935929-4c2a-4b74-9df1-bf5195c5bca9"}], "metadata": {"pagination": {"total": 373, "offset": 342, "size": 50}}} 2018-12-12 16:35:27,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:27,654 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:27 GMT 2018-12-12 16:35:27,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:27,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19491 2018-12-12 16:35:27,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:27,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:35:27,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-12-12 16:35:27,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:27,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-12-12 16:35:27,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-12-12 16:35:27,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-12-12 16:35:27,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:27,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:27,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:35:27,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-12 16:35:27,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-12 16:35:27,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-12 16:35:27,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:27,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:35:27,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:35:27,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:27,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:27,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-12 16:35:27,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-12 16:35:27,660 - 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.15 on port 22: Unable to connect to port 22 on 192.168.120.15 (tried 1 time) 2018-12-12 16:35:27,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-12 16:35:27,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:27,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:35:27,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:28,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:28,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:28,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:28,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:28,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:28,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:28,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:28,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:28,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:28,642 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:28 GMT 2018-12-12 16:35:28,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:28,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:28,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:33,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:34,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:34,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:28.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:28.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:29.468Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:29.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:29.718Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:29.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:29.718Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.16 on port 22: Unable to connect to port 22 on 192.168.120.16 (tried 1 time)", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.16 on port 22: Unable to connect to port 22 on 192.168.120.16 (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.16 on port 22: Unable to connect to port 22 on 192.168.120.16 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:35:29.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:30.424Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:30.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a773f056-8b98-4045-8e18-00a4f804e2d4"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.148Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.148Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time)", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (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.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T16:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.148Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:31.452Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:31.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8475b034-f1d7-4386-822e-6dfced3549da"}], "metadata": {"pagination": {"total": 401, "offset": 373, "size": 50}}} 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:34 GMT 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:34,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16574 2018-12-12 16:35:34,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:34,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-12-12 16:35:34,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-12 16:35:34,225 - 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.16 on port 22: Unable to connect to port 22 on 192.168.120.16 (tried 1 time) 2018-12-12 16:35:34,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:35:34,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:35:34,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-12 16:35:34,227 - 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.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time) 2018-12-12 16:35:34,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-12 16:35:34,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:34,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:35:34,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:35:34,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:34,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:34,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:34,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:34,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:34,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:34,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:34,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:34,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:34,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:34,340 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:34 GMT 2018-12-12 16:35:34,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:34,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:34,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:39,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:39,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:39,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:39,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 401, "offset": 401, "size": 50}}} 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:39 GMT 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:35:39,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:39,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:39,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:39,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:39,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:39,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:39,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:39,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:39,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:39,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:39,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:39,776 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:39 GMT 2018-12-12 16:35:39,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:39,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:39,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:44,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:45,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:45,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:40.447Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:40.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.082Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.210Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:41.957Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:41.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.296Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.881Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:43.967Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:43.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:44.221Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:44.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 425, "offset": 401, "size": 50}}} 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:45 GMT 2018-12-12 16:35:45,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:45,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13147 2018-12-12 16:35:45,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:45,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:35:45,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:35:45,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:35:45,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:35:45,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:35:45,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:35:45,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:45,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-12 16:35:45,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:35:45,176 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:45,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:45,282 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:45,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:45 GMT 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:45,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:50,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:50,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:50,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:50,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:50,745 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:50,745 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:50,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:50,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:50,746 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.334Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.334Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Creating Agent homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:45.337Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_c2v7qg/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:45.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.369Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.369Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.369Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.369Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "852d09df-9905-4faf-84e3-3c2e2b0440a2"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:46.408Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:46.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.405Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.405Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}], "metadata": {"pagination": {"total": 550, "offset": 425, "size": 50}}} 2018-12-12 16:35:50,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:50,746 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:50 GMT 2018-12-12 16:35:50,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:50,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27426 2018-12-12 16:35:50,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:50,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:35:50,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:35:50,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:35:50,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-12 16:35:50,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-12 16:35:50,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_c2v7qg 2018-12-12 16:35:50,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-12 16:35:50,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-12 16:35:50,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-12 16:35:50,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_c2v7qg/cloudify/ssl/cloudify_internal_cert.pem 2018-12-12 16:35:50,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-12 16:35:50,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:35:50,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:35:50,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:35:50,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:35:50,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:35:50,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-12 16:35:50,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:35:50,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-12 16:35:50,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-12 16:35:50,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:50,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:50,865 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:50,865 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:50,865 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:50 GMT 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:50,866 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:55,872 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:35:56,552 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:56,552 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:56,552 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:56,552 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:56,552 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:56,552 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:56,553 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:56,553 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_c2v7qg/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_c2v7qg/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_c2v7qg/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_c2v7qg', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_c2v7qg/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_c2v7qg', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:47.450Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:47.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:48.441Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:48.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:48.441Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:48.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:48.441Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:48.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:48.441Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:48.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:48.488Z", "message": "/home/ubuntu/homer_host_c2v7qg/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:48.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:48.488Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:48.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:48.488Z", "message": "Successfully created daemon: homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:48.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f43179cc-e163-4cd2-9454-0d2a3b8b5db9"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}], "metadata": {"pagination": {"total": 697, "offset": 475, "size": 50}}} 2018-12-12 16:35:56,553 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:56,553 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:56 GMT 2018-12-12 16:35:56,553 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:56,553 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28659 2018-12-12 16:35:56,553 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:35:56,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_c2v7qg/env 2018-12-12 16:35:56,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_c2v7qg/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_c2v7qg/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_c2v7qg', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_c2v7qg/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_c2v7qg', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:35:56,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:35:56,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:35:56,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-12 16:35:56,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:35:56,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:35:56,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:35:56,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:35:56,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:35:56,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-12 16:35:56,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-12 16:35:56,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-12 16:35:56,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:35:56,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_c2v7qg/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-12-12 16:35:56,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-12 16:35:56,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_c2v7qg 2018-12-12 16:35:56,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:35:56,563 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:35:56,685 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:35:56,685 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:35:56,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:35:56,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:35:56,686 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:35:56,686 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:35:56,686 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:35:56,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:35:56,686 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:35:56,686 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:35:56 GMT 2018-12-12 16:35:56,686 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:35:56,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:35:56,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:01,692 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:03,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:03,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:03,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:03,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:03,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:03,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:03,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:03,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Configuring Agent homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_aa2rwu/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:49.506Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:49.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:50.722Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:50.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.068Z", "message": "Successfully configured daemon: homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.068Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.068Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.068Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.068Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.068Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.068Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "fe0d22b1-70fa-409e-b4f6-5c77bbb4d0b7"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.462Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.462Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.462Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.462Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:51.462Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:51.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_aa2rwu/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}], "metadata": {"pagination": {"total": 836, "offset": 525, "size": 50}}} 2018-12-12 16:36:03,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:03,261 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:03 GMT 2018-12-12 16:36:03,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:03,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27496 2018-12-12 16:36:03,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:03,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-12 16:36:03,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_c2v7qg 2018-12-12 16:36:03,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_aa2rwu/cloudify/ssl/cloudify_internal_cert.pem 2018-12-12 16:36:03,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-12 16:36:03,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:03,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:03,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:03,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_c2v7qg 2018-12-12 16:36:03,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-12 16:36:03,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-12 16:36:03,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-12 16:36:03,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:03,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:36:03,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-12 16:36:03,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:03,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:03,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:03,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:03,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-12 16:36:03,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_aa2rwu/env 2018-12-12 16:36:03,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-12 16:36:03,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-12 16:36:03,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:03,270 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:03,349 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:03,349 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:03,349 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:03,349 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:03,349 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:03,349 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:03,350 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:03,350 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:03,350 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:03,350 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:03 GMT 2018-12-12 16:36:03,350 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:03,350 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:03,350 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:08,356 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:08,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:08,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:08,918 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:08,918 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:08,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:08,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:08,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:08,919 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_aa2rwu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_aa2rwu/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_aa2rwu', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_aa2rwu/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_aa2rwu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_aa2rwu/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}], "metadata": {"pagination": {"total": 1031, "offset": 575, "size": 50}}} 2018-12-12 16:36:08,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:08,919 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:08 GMT 2018-12-12 16:36:08,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:08,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28406 2018-12-12 16:36:08,919 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:08,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-12 16:36:08,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:08,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-12 16:36:08,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-12 16:36:08,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_aa2rwu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_aa2rwu/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_aa2rwu', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_aa2rwu/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_aa2rwu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:08,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-12 16:36:08,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-12 16:36:08,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-12 16:36:08,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:08,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_aa2rwu/env 2018-12-12 16:36:08,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-12 16:36:08,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:08,929 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:09,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:09,099 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:09,099 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:09,099 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:09,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:09,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:09,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:09,100 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:09,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:09,100 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:09 GMT 2018-12-12 16:36:09,100 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:09,100 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:09,100 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:14,106 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:14,386 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:14,386 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:14,386 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:14,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:14,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:14,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:14,387 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:14,387 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_aa2rwu/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_aa2rwu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_aa2rwu/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_aa2rwu', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_aa2rwu/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_aa2rwu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.125Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.822Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.822Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.822Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.822Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.822Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.822Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:52.822Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:52.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Successfully created daemon: ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_7zbd7g/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Creating Agent dime_host_k1srpl", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Starting Agent homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_k1srpl/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Creating Agent proxy_host_7zbd7g", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "/home/ubuntu/ellis_host_aa2rwu/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0edf2a73-0a98-47bd-a310-ab4dce75819e"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.144Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.861Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:53.861Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:53.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:54.161Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:54.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "0701d57a-bf54-465f-8234-b94d7fe2e232"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:54.870Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:54.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:54.870Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:54.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Successfully created daemon: dime_host_k1srpl", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d3fed08d-212e-43c4-a01a-8687df181243"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_k1srpl/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_k1srpl/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_k1srpl/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_k1srpl', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_k1srpl/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_k1srpl', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}], "metadata": {"pagination": {"total": 1178, "offset": 625, "size": 50}}} 2018-12-12 16:36:14,387 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:14,387 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:14 GMT 2018-12-12 16:36:14,387 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:14,387 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29165 2018-12-12 16:36:14,387 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:14,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_aa2rwu/env 2018-12-12 16:36:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_aa2rwu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_aa2rwu/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_aa2rwu', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_aa2rwu/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_aa2rwu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-12 16:36:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:36:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-12 16:36:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_aa2rwu 2018-12-12 16:36:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_7zbd7g/cloudify/ssl/cloudify_internal_cert.pem 2018-12-12 16:36:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_k1srpl 2018-12-12 16:36:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-12 16:36:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:36:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_c2v7qg 2018-12-12 16:36:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-12 16:36:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-12 16:36:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:36:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-12 16:36:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_k1srpl/cloudify/ssl/cloudify_internal_cert.pem 2018-12-12 16:36:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_7zbd7g 2018-12-12 16:36:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-12 16:36:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_aa2rwu/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-12-12 16:36:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-12 16:36:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:36:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:14,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:36:14,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:14,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-12 16:36:14,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:14,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_k1srpl 2018-12-12 16:36:14,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:36:14,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:36:14,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:14,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-12 16:36:14,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_k1srpl/env 2018-12-12 16:36:14,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:36:14,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_k1srpl/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_k1srpl/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_k1srpl', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_k1srpl/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_k1srpl', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:14,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:14,549 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:14,549 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:14 GMT 2018-12-12 16:36:14,550 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:14,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:14,551 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:19,556 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:19,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:19,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:19,829 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:19,829 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:19,829 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:19,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:19,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:19,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_7zbd7g/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_7zbd7g/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_7zbd7g', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_7zbd7g/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_7zbd7g', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d3fed08d-212e-43c4-a01a-8687df181243"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "201c05b5-9617-40dd-ba4b-2d6927bd3da8"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.394Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_k1srpl/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7c7a811c-8246-4074-a096-09530a893ed1"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:55.896Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:55.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_c2v7qg start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8c57877c-ee98-4e20-9499-98cad820eae4"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:56.741Z", "message": "Successfully started daemon: homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:56.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d2bee49f-d0db-44e9-b8b9-2af09f31b58c"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:57.337Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:57.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:57.337Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:57.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:57.337Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:57.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:57.337Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:57.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:57.337Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:57.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:57.337Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:57.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:57.337Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:57.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Successfully configured daemon: ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f1404639-7a3c-4cc8-993c-b9a6b8cc962c"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Configuring Agent ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f1404639-7a3c-4cc8-993c-b9a6b8cc962c"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "19cb44b2-64db-4d5f-a314-14896c1657d8"}], "metadata": {"pagination": {"total": 1289, "offset": 675, "size": 50}}} 2018-12-12 16:36:19,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:19,830 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:19 GMT 2018-12-12 16:36:19,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:19,830 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27473 2018-12-12 16:36:19,830 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:19,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:19,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:19,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_7zbd7g/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_7zbd7g/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_7zbd7g', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_7zbd7g/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_7zbd7g', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:19,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-12 16:36:19,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:36:19,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-12 16:36:19,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:19,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:36:19,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:36:19,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_k1srpl/env 2018-12-12 16:36:19,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-12 16:36:19,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:19,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:19,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:19,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-12-12 16:36:19,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:19,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:19,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-12 16:36:19,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-12 16:36:19,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:19,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:19,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:19,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_c2v7qg start 2018-12-12 16:36:19,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:36:19,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:36:19,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:19,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_c2v7qg 2018-12-12 16:36:19,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:19,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:19,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:19,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-12 16:36:19,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:19,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:36:19,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:36:19,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_aa2rwu 2018-12-12 16:36:19,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:36:19,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:36:19,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_aa2rwu 2018-12-12 16:36:19,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:19,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:36:19,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:36:19,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:19,922 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:19,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:19,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:19,923 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:19,923 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:19,923 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:19,923 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:19,923 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:19,923 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:19,924 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:19 GMT 2018-12-12 16:36:19,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:19,924 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:19,924 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:24,929 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:25,929 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f1404639-7a3c-4cc8-993c-b9a6b8cc962c"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Successfully configured daemon: ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "19cb44b2-64db-4d5f-a314-14896c1657d8"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f1404639-7a3c-4cc8-993c-b9a6b8cc962c"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f1404639-7a3c-4cc8-993c-b9a6b8cc962c"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f1404639-7a3c-4cc8-993c-b9a6b8cc962c"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Configuring Agent ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51d75f28-1142-49e8-bf17-95745bf56278"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.227Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:58.363Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:58.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Removing directory: /tmp/tmpKgHWCx", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f1404639-7a3c-4cc8-993c-b9a6b8cc962c"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}], "metadata": {"pagination": {"total": 1370, "offset": 725, "size": 50}}} 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:25,930 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:25 GMT 2018-12-12 16:36:25,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:25,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27153 2018-12-12 16:36:25,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:36:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_aa2rwu 2018-12-12 16:36:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-12-12 16:36:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:36:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-12 16:36:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-12 16:36:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:36:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-12 16:36:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_aa2rwu 2018-12-12 16:36:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-12 16:36:25,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:25,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:25,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:25,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-12 16:36:25,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:25,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-12-12 16:36:25,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:25,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:25,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-12-12 16:36:25,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpKgHWCx 2018-12-12 16:36:25,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-12 16:36:25,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:25,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:25,939 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:26,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:26,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:26,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:26,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:26,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:26,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:26,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:26,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:26,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:26,071 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:26 GMT 2018-12-12 16:36:26,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:26,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:26,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:31,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:31,166 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:31,166 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:31,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Configuring Agent proxy_host_7zbd7g", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Successfully configured daemon: proxy_host_7zbd7g", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Configuring Agent dime_host_k1srpl", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ef47b49f-ac89-4772-92dc-df406d3379be"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.384Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.384Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.384Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.384Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.384Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:35:59.384Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:35:59.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:00.299Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:00.299Z", "message": "Successfully configured daemon: dime_host_k1srpl", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:00.299Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:00.299Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "1f0a8354-660f-45ee-8c1d-a1a1c48d42ec"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:00.443Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:00.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:00.443Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:00.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}], "metadata": {"pagination": {"total": 1385, "offset": 775, "size": 50}}} 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:31 GMT 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:31,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27084 2018-12-12 16:36:31,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:31,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:31,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:31,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_7zbd7g 2018-12-12 16:36:31,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-12-12 16:36:31,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_7zbd7g 2018-12-12 16:36:31,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_k1srpl 2018-12-12 16:36:31,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-12 16:36:31,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-12 16:36:31,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:31,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:31,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:31,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:31,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-12 16:36:31,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-12 16:36:31,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-12 16:36:31,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:36:31,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:31,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_k1srpl 2018-12-12 16:36:31,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-12 16:36:31,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-12 16:36:31,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:31,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-12 16:36:31,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:31,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:31,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:31,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:31,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:31,262 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:31 GMT 2018-12-12 16:36:31,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:31,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:31,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:36,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:37,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:37,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:37,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:37,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:37,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:37,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:37,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:37,172 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.339Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.510Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.510Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.510Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.510Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.510Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:01.510Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:01.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.240Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "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-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}], "metadata": {"pagination": {"total": 1401, "offset": 825, "size": 50}}} 2018-12-12 16:36:37,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:37,173 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:37 GMT 2018-12-12 16:36:37,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:37,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27501 2018-12-12 16:36:37,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:37,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:37,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-12 16:36:37,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-12 16:36:37,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:37,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:37,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-12 16:36:37,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-12 16:36:37,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-12 16:36:37,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-12 16:36:37,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-12 16:36:37,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-12 16:36:37,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:37,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:37,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:37,387 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:37 GMT 2018-12-12 16:36:37,387 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:37,387 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:37,387 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:42,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:42,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:42,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:42,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:42,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:42,485 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:42,485 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:42,485 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:42,485 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "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-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:03.262Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:03.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.309Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.309Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Starting Agent ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Creating Agent sprout_host_vygjf0", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}], "metadata": {"pagination": {"total": 1408, "offset": 875, "size": 50}}} 2018-12-12 16:36:42,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:42,485 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:42 GMT 2018-12-12 16:36:42,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:42,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27571 2018-12-12 16:36:42,486 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:42,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-12 16:36:42,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-12 16:36:42,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-12 16:36:42,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-12 16:36:42,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-12 16:36:42,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-12 16:36:42,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-12 16:36:42,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-12 16:36:42,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_aa2rwu 2018-12-12 16:36:42,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:36:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_vygjf0 2018-12-12 16:36:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:36:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-12 16:36:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-12-12 16:36:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:42,495 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:42,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:42,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:42,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:42,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:42,571 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:42,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:42,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:42,572 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:42,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:42,572 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:42 GMT 2018-12-12 16:36:42,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:42,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:42,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:47,578 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:47,848 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:47,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:47,848 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:47,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:47,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:47,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:47,849 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:47,849 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Starting Agent ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_hj6f45/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:04.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:04.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Creating Agent bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:05.469Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ynm4yv/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:05.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_vygjf0/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_hj6f45/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_hj6f45/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_hj6f45', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_hj6f45/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_hj6f45', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}], "metadata": {"pagination": {"total": 1417, "offset": 925, "size": 50}}} 2018-12-12 16:36:47,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:47,849 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:47 GMT 2018-12-12 16:36:47,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:47,849 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28535 2018-12-12 16:36:47,849 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:47,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_aa2rwu 2018-12-12 16:36:47,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-12 16:36:47,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-12 16:36:47,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:36:47,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-12 16:36:47,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_hj6f45/cloudify/ssl/cloudify_internal_cert.pem 2018-12-12 16:36:47,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-12 16:36:47,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_ynm4yv 2018-12-12 16:36:47,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:36:47,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-12 16:36:47,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-12 16:36:47,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-12 16:36:47,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ynm4yv/cloudify/ssl/cloudify_internal_cert.pem 2018-12-12 16:36:47,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-12 16:36:47,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:47,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-12-12 16:36:47,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:47,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-12-12 16:36:47,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-12-12 16:36:47,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_vygjf0/env 2018-12-12 16:36:47,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_hj6f45/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_hj6f45/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_hj6f45', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_hj6f45/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_hj6f45', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:47,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:47,859 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:47,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:47,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:47,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:47,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:47,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:47,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:47,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:47,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:47,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:47,981 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:47 GMT 2018-12-12 16:36:47,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:47,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:47,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:52,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:53,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:53,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:53,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:53,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:53,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:53,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:53,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:53,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_vygjf0/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_vygjf0/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_vygjf0/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_vygjf0', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_vygjf0/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_vygjf0', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_hj6f45/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:06.541Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_hj6f45/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_hj6f45/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_hj6f45', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_hj6f45/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_hj6f45', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.629Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "/home/ubuntu/sprout_host_vygjf0/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ynm4yv/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ynm4yv/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_ynm4yv', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ynm4yv/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ynm4yv', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Successfully created daemon: sprout_host_vygjf0", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_j4ev0k/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Creating Agent bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "/home/ubuntu/vellum_host_hj6f45/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Successfully created daemon: vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_ynm4yv/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "75321912-d82e-4e0a-a373-f7429881be17"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:07.635Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:07.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "027d2b00-0622-4dd5-9682-9bc8056bdd23"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.585Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.697Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.697Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}], "metadata": {"pagination": {"total": 1426, "offset": 975, "size": 50}}} 2018-12-12 16:36:53,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:53,250 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:53 GMT 2018-12-12 16:36:53,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:53,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30276 2018-12-12 16:36:53,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:53,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:53,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:53,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_vygjf0/env 2018-12-12 16:36:53,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:53,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_vygjf0/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_vygjf0/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_vygjf0', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_vygjf0/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_vygjf0', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:53,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_hj6f45/env 2018-12-12 16:36:53,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:53,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_hj6f45/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_hj6f45/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_hj6f45', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_hj6f45/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_hj6f45', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:53,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:53,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-12-12 16:36:53,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_vygjf0/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-12-12 16:36:53,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ynm4yv/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ynm4yv/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_ynm4yv', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ynm4yv/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ynm4yv', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:53,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_vygjf0 2018-12-12 16:36:53,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_j4ev0k/cloudify/ssl/cloudify_internal_cert.pem 2018-12-12 16:36:53,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-12 16:36:53,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_j4ev0k 2018-12-12 16:36:53,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-12-12 16:36:53,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_hj6f45/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-12-12 16:36:53,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:53,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-12 16:36:53,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_hj6f45 2018-12-12 16:36:53,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_ynm4yv/env 2018-12-12 16:36:53,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:36:53,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-12-12 16:36:53,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:53,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-12 16:36:53,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:36:53,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-12 16:36:53,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-12 16:36:53,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:53,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:36:53,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:53,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:53,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-12 16:36:53,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:53,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:53,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:53,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-12 16:36:53,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-12 16:36:53,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:53,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-12 16:36:53,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:36:53,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:53,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:53,453 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:53 GMT 2018-12-12 16:36:53,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:53,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:53,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:58,459 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:36:58,541 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:58,542 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:58,542 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:58,542 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:58,542 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:58,542 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:58,542 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:58,542 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.697Z", "message": "Successfully started daemon: ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.697Z", "message": "Successfully created daemon: bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.697Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bbaaa662-1b9a-4726-b8e4-b8cf436501a0"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.697Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.697Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:08.697Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d96f8f11-5c0d-4abd-acab-09684b50d099"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.825Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.825Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.825Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.825Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.825Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "[localhost] run: /home/ubuntu/ellis_host_aa2rwu/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9495b8ab-a3b9-4313-b361-040923b146a5"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Starting Agent dime_host_k1srpl", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_j4ev0k/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9495b8ab-a3b9-4313-b361-040923b146a5"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_j4ev0k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_j4ev0k/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_j4ev0k', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_j4ev0k/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_j4ev0k', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Starting Agent proxy_host_7zbd7g", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}], "metadata": {"pagination": {"total": 1427, "offset": 1025, "size": 50}}} 2018-12-12 16:36:58,543 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:58,543 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:58 GMT 2018-12-12 16:36:58,543 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:58,543 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27962 2018-12-12 16:36:58,543 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:36:58,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_aa2rwu 2018-12-12 16:36:58,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_ynm4yv 2018-12-12 16:36:58,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:36:58,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:36:58,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-12-12 16:36:58,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-12 16:36:58,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-12 16:36:58,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-12 16:36:58,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-12 16:36:58,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:36:58,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:36:58,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_aa2rwu/env/bin/pip freeze 2018-12-12 16:36:58,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_k1srpl 2018-12-12 16:36:58,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_j4ev0k/env 2018-12-12 16:36:58,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-12-12 16:36:58,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:58,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-12 16:36:58,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_j4ev0k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_j4ev0k/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_j4ev0k', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_j4ev0k/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_j4ev0k', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DvLJmQ.wCVslV_eYszcrei_jyu4-WL8v5k'} 2018-12-12 16:36:58,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_7zbd7g 2018-12-12 16:36:58,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:58,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:58,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:36:58,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:58,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-12-12 16:36:58,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:36:58,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:36:58,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:36:58,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:36:59,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:36:59,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:36:59,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:36:59 GMT 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:36:59,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:04,082 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:04,405 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:04,405 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:04,405 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:04,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:04,405 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:04,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:04,406 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:04,406 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:09.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:09.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.866Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.866Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.866Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.866Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.866Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.866Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9495b8ab-a3b9-4313-b361-040923b146a5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Successfully configured daemon: vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9495b8ab-a3b9-4313-b361-040923b146a5"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Configuring Agent sprout_host_vygjf0", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9495b8ab-a3b9-4313-b361-040923b146a5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Successfully created daemon: bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Removing directory: /tmp/tmpXSHPIs", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9495b8ab-a3b9-4313-b361-040923b146a5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "/home/ubuntu/bind_host_j4ev0k/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Configuring Agent vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "14fd7753-92ba-4e5f-834f-30ace52b5705"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9495b8ab-a3b9-4313-b361-040923b146a5"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:10.901Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:10.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "7d4de312-a750-47a1-ace9-60f15f884eb5"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.889Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Configuring Agent bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}], "metadata": {"pagination": {"total": 1427, "offset": 1075, "size": 50}}} 2018-12-12 16:37:04,406 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:04,406 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:04 GMT 2018-12-12 16:37:04,406 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:04,406 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27582 2018-12-12 16:37:04,406 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:04,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-12-12 16:37:04,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-12-12 16:37:04,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:04,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-12-12 16:37:04,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-12 16:37:04,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-12 16:37:04,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-12 16:37:04,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-12 16:37:04,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:37:04,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:37:04,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_hj6f45 2018-12-12 16:37:04,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-12 16:37:04,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_vygjf0 2018-12-12 16:37:04,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-12-12 16:37:04,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_j4ev0k 2018-12-12 16:37:04,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpXSHPIs 2018-12-12 16:37:04,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:37:04,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_j4ev0k/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-12-12 16:37:04,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:37:04,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-12-12 16:37:04,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_hj6f45 2018-12-12 16:37:04,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:37:04,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-12-12 16:37:04,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-12 16:37:04,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:04,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-12 16:37:04,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-12 16:37:04,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-12-12 16:37:04,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:04,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-12 16:37:04,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:04,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-12 16:37:04,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-12 16:37:04,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_ynm4yv 2018-12-12 16:37:04,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:04,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:04,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:04,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:04,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:04 GMT 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:04,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:09,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:10,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:10,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:10,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:10,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:10,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:10,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:10,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:10,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Configuring Agent bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "03ac3fb9-dfbd-4227-9abf-8ebe6dfd2c53"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:11.918Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:11.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.902Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.902Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Successfully configured daemon: bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Configuring Agent bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "885a1700-77ac-416f-bbe7-8f94dd0622e7"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:12.929Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:12.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:13.964Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_k1srpl start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_7zbd7g start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Successfully configured daemon: bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}], "metadata": {"pagination": {"total": 1432, "offset": 1125, "size": 50}}} 2018-12-12 16:37:10,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:10,250 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:10 GMT 2018-12-12 16:37:10,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:10,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26645 2018-12-12 16:37:10,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:10,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_ynm4yv 2018-12-12 16:37:10,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:37:10,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:37:10,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-12 16:37:10,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:37:10,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-12 16:37:10,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-12 16:37:10,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_ynm4yv 2018-12-12 16:37:10,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-12-12 16:37:10,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_j4ev0k 2018-12-12 16:37:10,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-12 16:37:10,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:37:10,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:37:10,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:37:10,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:10,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-12 16:37:10,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-12 16:37:10,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:10,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:10,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-12 16:37:10,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-12 16:37:10,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-12 16:37:10,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-12-12 16:37:10,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:10,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:10,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:10,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:10,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:10,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-12-12 16:37:10,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:10,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_k1srpl start 2018-12-12 16:37:10,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_7zbd7g start 2018-12-12 16:37:10,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:37:10,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-12-12 16:37:10,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-12-12 16:37:10,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:37:10,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_j4ev0k 2018-12-12 16:37:10,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:10,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:10,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:10,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:10,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:10,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:10,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:10,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:10,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:10,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:10,366 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:10 GMT 2018-12-12 16:37:10,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:10,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:10,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:15,371 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:15,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:15,683 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:15,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:15,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:15,683 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:15,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:15,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:15,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b77a56b5-2222-4858-a979-e4d8f3bbbc6d"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Successfully configured daemon: bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3b89005b-0072-4836-bb57-0bcac73648a9"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:14.003Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_7zbd7g start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:14.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b822a0e-31c6-4600-9418-6e3422d5b9d2"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.180Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.180Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.180Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.180Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.180Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.180Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.180Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "[localhost] run: /home/ubuntu/proxy_host_7zbd7g/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "87c870aa-5962-42e9-bc2b-d790e7df9e9b"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Starting Agent vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Starting Agent sprout_host_vygjf0", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "[localhost] run: /home/ubuntu/dime_host_k1srpl/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e6b77825-8e90-4c61-963f-d903885dda96"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e6b77825-8e90-4c61-963f-d903885dda96"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e6b77825-8e90-4c61-963f-d903885dda96"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "87c870aa-5962-42e9-bc2b-d790e7df9e9b"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Starting Agent bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e6b77825-8e90-4c61-963f-d903885dda96"}], "metadata": {"pagination": {"total": 1433, "offset": 1175, "size": 50}}} 2018-12-12 16:37:15,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:15,684 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:15 GMT 2018-12-12 16:37:15,684 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:15,684 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27333 2018-12-12 16:37:15,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:15,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:37:15,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_j4ev0k 2018-12-12 16:37:15,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_7zbd7g start 2018-12-12 16:37:15,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:15,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:15,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:15,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:15,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:15,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:15,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-12 16:37:15,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_7zbd7g/env/bin/pip freeze 2018-12-12 16:37:15,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_hj6f45 2018-12-12 16:37:15,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_vygjf0 2018-12-12 16:37:15,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:37:15,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:37:15,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:37:15,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:37:15,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_k1srpl/env/bin/pip freeze 2018-12-12 16:37:15,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:37:15,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:37:15,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-12 16:37:15,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-12 16:37:15,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_ynm4yv 2018-12-12 16:37:15,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-12-12 16:37:15,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:15,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:37:15,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:15,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:15,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:15,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:15,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:15,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:15,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:15,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:15,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:15,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:15,756 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:15 GMT 2018-12-12 16:37:15,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:15,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:15,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:20,761 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:20,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:20,847 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:20,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:20,847 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:20,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:20,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:20,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:20,848 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Starting Agent vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:15.183Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:15.183Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.196Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.196Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.196Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.196Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "87c870aa-5962-42e9-bc2b-d790e7df9e9b"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Removing directory: /tmp/tmpXfqQQ9", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "87c870aa-5962-42e9-bc2b-d790e7df9e9b"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "87c870aa-5962-42e9-bc2b-d790e7df9e9b"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e6b77825-8e90-4c61-963f-d903885dda96"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Removing directory: /tmp/tmpeZUK1V", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e6b77825-8e90-4c61-963f-d903885dda96"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "87c870aa-5962-42e9-bc2b-d790e7df9e9b"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "87c870aa-5962-42e9-bc2b-d790e7df9e9b"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Starting Agent bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:16.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:16.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:17.212Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:18.225Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:18.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:18.225Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:18.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:18.225Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:18.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:18.225Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:18.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:18.225Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:18.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:18.500Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:18.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_hj6f45 start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Successfully started daemon: sprout_host_vygjf0", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Successfully started daemon: bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Successfully started daemon: bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_vygjf0 start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "6b635b22-1ffd-498c-aba3-f8f5fc7fec11"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_j4ev0k start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "bb184d7b-a00b-49eb-85c6-1b825319597e"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}], "metadata": {"pagination": {"total": 1467, "offset": 1225, "size": 50}}} 2018-12-12 16:37:20,848 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:20,848 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:20 GMT 2018-12-12 16:37:20,848 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:20,848 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27071 2018-12-12 16:37:20,848 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:20,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_hj6f45 2018-12-12 16:37:20,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:37:20,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-12 16:37:20,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:20,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-12 16:37:20,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:20,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-12 16:37:20,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpXfqQQ9 2018-12-12 16:37:20,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:37:20,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-12-12 16:37:20,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpeZUK1V 2018-12-12 16:37:20,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:37:20,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-12-12 16:37:20,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-12-12 16:37:20,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_j4ev0k 2018-12-12 16:37:20,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:37:20,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-12 16:37:20,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-12 16:37:20,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:20,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:20,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-12 16:37:20,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-12 16:37:20,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:20,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-12 16:37:20,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-12 16:37:20,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-12 16:37:20,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:20,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-12 16:37:20,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-12 16:37:20,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:20,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:37:20,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_hj6f45 start 2018-12-12 16:37:20,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_vygjf0 2018-12-12 16:37:20,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_ynm4yv 2018-12-12 16:37:20,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_j4ev0k 2018-12-12 16:37:20,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_vygjf0 start 2018-12-12 16:37:20,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:37:20,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:37:20,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_j4ev0k start 2018-12-12 16:37:20,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-12-12 16:37:20,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:20,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:20,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:20,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:20,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:20,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:20,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:20,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:20,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:20,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:20,934 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:20 GMT 2018-12-12 16:37:20,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:20,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:20,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:25,939 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:26,036 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:26,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:26,037 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:26,037 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:26,037 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:26,037 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:26,037 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:26,037 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_ynm4yv start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f602fd1c-0f2a-4f9f-8b82-53b725f45047"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.231Z", "message": "Successfully started daemon: vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "a0953cb9-b08c-4272-82d0-c4b6b8a1e54d"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:19.287Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:19.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_node_od6i95", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_node_od6i95", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_node_od6i95", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ed237157-e169-41c9-97a6-ca713c3dbd06"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f781a202-007a-4d17-a627-b3bf628af935"}, {"node_instance_id": "proxy_node_od6i95", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/LF6FJ/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "21f8faad-6f17-4820-9918-f394c9e75254"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b64baa36-6a44-457c-aed9-7466e208c51d"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "[localhost] run: /home/ubuntu/bono_host_ynm4yv/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f781a202-007a-4d17-a627-b3bf628af935"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f781a202-007a-4d17-a627-b3bf628af935"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b64baa36-6a44-457c-aed9-7466e208c51d"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f781a202-007a-4d17-a627-b3bf628af935"}, {"node_instance_id": "proxy_node_od6i95", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Executing: /tmp/LF6FJ/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "21f8faad-6f17-4820-9918-f394c9e75254"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b64baa36-6a44-457c-aed9-7466e208c51d"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f781a202-007a-4d17-a627-b3bf628af935"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "[localhost] run: /home/ubuntu/sprout_host_vygjf0/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e23eeea8-7309-4d3f-9ab1-b6637ed14c9e"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e23eeea8-7309-4d3f-9ab1-b6637ed14c9e"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "[localhost] run: /home/ubuntu/vellum_host_hj6f45/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b64baa36-6a44-457c-aed9-7466e208c51d"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "[localhost] run: /home/ubuntu/bind_host_j4ev0k/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ed237157-e169-41c9-97a6-ca713c3dbd06"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:20.585Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:20.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b64baa36-6a44-457c-aed9-7466e208c51d"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.606Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 1467, "offset": 1275, "size": 50}}} 2018-12-12 16:37:26,038 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:26,038 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:26 GMT 2018-12-12 16:37:26,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:26,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26702 2018-12-12 16:37:26,038 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:26,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_ynm4yv start 2018-12-12 16:37:26,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_hj6f45 2018-12-12 16:37:26,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-12 16:37:26,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:26,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:26,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-12 16:37:26,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-12 16:37:26,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:26,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:26,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-12 16:37:26,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-12-12 16:37:26,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:37:26,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-12-12 16:37:26,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:26,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:37:26,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:26,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:37:26,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-12 16:37:26,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:37:26,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/LF6FJ/install_requirements.sh 2018-12-12 16:37:26,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-12 16:37:26,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_ynm4yv/env/bin/pip freeze 2018-12-12 16:37:26,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:37:26,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-12 16:37:26,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-12 16:37:26,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/LF6FJ/install_requirements.sh 2018-12-12 16:37:26,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:37:26,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-12 16:37:26,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_vygjf0/env/bin/pip freeze 2018-12-12 16:37:26,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-12-12 16:37:26,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_hj6f45/env/bin/pip freeze 2018-12-12 16:37:26,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_j4ev0k/env/bin/pip freeze 2018-12-12 16:37:26,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:37:26,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-12 16:37:26,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-12 16:37:26,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-12 16:37:26,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-12 16:37:26,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-12 16:37:26,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-12 16:37:26,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:26,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:26,126 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:26,127 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:26 GMT 2018-12-12 16:37:26,128 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:26,128 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:26,128 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:31,133 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:31,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:31,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:31,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:31,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:31,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:31,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:31,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:31,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e23eeea8-7309-4d3f-9ab1-b6637ed14c9e"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e23eeea8-7309-4d3f-9ab1-b6637ed14c9e"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ed237157-e169-41c9-97a6-ca713c3dbd06"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ed237157-e169-41c9-97a6-ca713c3dbd06"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Removing directory: /tmp/tmp6uWN5B", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e23eeea8-7309-4d3f-9ab1-b6637ed14c9e"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f781a202-007a-4d17-a627-b3bf628af935"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ed237157-e169-41c9-97a6-ca713c3dbd06"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b64baa36-6a44-457c-aed9-7466e208c51d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e23eeea8-7309-4d3f-9ab1-b6637ed14c9e"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Removing directory: /tmp/tmpGBvub_", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f781a202-007a-4d17-a627-b3bf628af935"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Removing directory: /tmp/tmpisL8sT", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b64baa36-6a44-457c-aed9-7466e208c51d"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:21.631Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:21.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "e23eeea8-7309-4d3f-9ab1-b6637ed14c9e"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.633Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.641Z", "message": "Removing directory: /tmp/tmpLZ5Pj3", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ed237157-e169-41c9-97a6-ca713c3dbd06"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:22.641Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:22.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ed237157-e169-41c9-97a6-ca713c3dbd06"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:23.642Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:23.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:25.011Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:25.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:26.689Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:26.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:26.689Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:26.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:26.689Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:26.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:28.364Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:28.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:28.757Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:28.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 1470, "offset": 1325, "size": 50}}} 2018-12-12 16:37:31,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:31,454 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:31 GMT 2018-12-12 16:37:31,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:31,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26777 2018-12-12 16:37:31,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:31,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:37:31,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:37:31,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-12-12 16:37:31,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-12-12 16:37:31,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp6uWN5B 2018-12-12 16:37:31,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-12-12 16:37:31,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-12 16:37:31,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-12-12 16:37:31,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-12-12 16:37:31,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpGBvub_ 2018-12-12 16:37:31,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpisL8sT 2018-12-12 16:37:31,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-12-12 16:37:31,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-12 16:37:31,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-12 16:37:31,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-12-12 16:37:31,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-12 16:37:31,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-12 16:37:31,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-12 16:37:31,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-12 16:37:31,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-12 16:37:31,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-12-12 16:37:31,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-12 16:37:31,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 16:37:31,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-12 16:37:31,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:31,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpLZ5Pj3 2018-12-12 16:37:31,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-12-12 16:37:31,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:31,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-12-12 16:37:31,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-12-12 16:37:31,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:31,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-12 16:37:31,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-12-12 16:37:31,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-12 16:37:31,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-12 16:37:31,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-12-12 16:37:31,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:31,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:31,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:31,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:31,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:31,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:31,561 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:31,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:31,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:31,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:31,562 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:31,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:31,562 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:31 GMT 2018-12-12 16:37:31,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:31,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:31,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:36,567 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:36,947 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:36,947 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:36,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:36,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:36,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:36,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:36,948 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:36,948 - 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-12-12T16:36:28.757Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:28.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:30.347Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:30.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:30.347Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:30.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:30.347Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:30.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:30.347Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:30.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:30.347Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:30.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:31.393Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:31.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:31.393Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:31.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:32.400Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:32.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:32.400Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:32.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:32.400Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:32.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:34.558Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:34.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:35.452Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:35.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:35.452Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:35.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:35.452Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:35.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:35.452Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:35.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:36.505Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:36.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:36.505Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:36.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:36.505Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:36.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:37.880Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:37.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:37.880Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:37.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:37.880Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:37.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:39.498Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:39.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:41.339Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:41.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:41.921Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:41.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:41.921Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:41.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:43.235Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:43.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:43.235Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:43.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:43.235Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:43.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:43.235Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:43.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:43.235Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:43.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:46.211Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:46.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:47.253Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:47.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:48.261Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:48.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:48.261Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:48.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:48.261Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:48.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:48.261Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:48.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:48.883Z", "message": "Downloaded scripts/bind/bind.py to /tmp/ISKHL/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:48.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:49.305Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:49.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:49.305Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:49.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:49.692Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:49.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:49.692Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:49.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:36:53.529Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:36:53.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_node_od6i95", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:04.877Z", "message": "Execution done (return_code=0): /tmp/LF6FJ/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:04.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "21f8faad-6f17-4820-9918-f394c9e75254"}, {"node_instance_id": "proxy_node_od6i95", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:05.015Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_node_od6i95", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:06.351Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:06.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "proxy_node_od6i95", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:06.351Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:06.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:06.438Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:06.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:14.853Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:14.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}], "metadata": {"pagination": {"total": 1470, "offset": 1375, "size": 50}}} 2018-12-12 16:37:36,948 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:36,948 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:36 GMT 2018-12-12 16:37:36,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:36,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25628 2018-12-12 16:37:36,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:36,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:36,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:36,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-12-12 16:37:36,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-12-12 16:37:36,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:37:36,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/ISKHL/bind.py 2018-12-12 16:37:36,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:37:36,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:37:36,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-12-12 16:37:36,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-12-12 16:37:36,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-12-12 16:37:36,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/LF6FJ/install_requirements.sh 2018-12-12 16:37:36,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:37:36,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:37:36,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:37:36,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-12-12 16:37:36,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-12 16:37:36,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-12-12 16:37:36,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:37,137 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:37,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:37,138 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:37,138 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:37,138 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:37,138 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:37,138 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:37,138 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:37,138 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:37,138 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:37 GMT 2018-12-12 16:37:37,139 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:37,139 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:37,139 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:42,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:42,347 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:42,348 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:42,348 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:42,348 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:42,348 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:42,348 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:42,348 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:42,348 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "[localhost] run: sudo mv /tmp/tmplxousz /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "[localhost] run: sudo mv /tmp/tmpWg3ZrA /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "The config dict: {'etcd_ip': u'192.168.120.10', 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:15.715Z", "message": "[localhost] run: sudo mv /tmp/tmpnZhptE /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:15.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.473Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "[localhost] run: sudo mv /tmp/tmplbrkIJ /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "[localhost] run: sudo mv /tmp/tmpOrT6_K /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "The config dict: {'public_ip': u'172.30.9.209', '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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:16.729Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:16.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "684246ef-9b97-4ef3-9df3-143d775bdd8f"}, {"node_instance_id": "bind_0rtiac", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:17.371Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:17.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:17.371Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:17.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:17.371Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:17.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:17.744Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:17.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:17.744Z", "message": "Executing: /tmp/5EANT/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:17.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:17.744Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/5EANT/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:17.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:18.774Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:18.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:18.774Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:18.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:19.790Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:19.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:29.730Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-j4ev0k\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nHit http://security.ubuntu.com trusty-security InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://security.ubuntu.com trusty-security/main Sources\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nHit http://security.ubuntu.com trusty-security/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://security.ubuntu.com trusty-security/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nHit http://security.ubuntu.com trusty-security/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted 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/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,723 B/s)\nReading package lists...\n\nreal\t0m10.720s\nuser\t0m2.713s\nsys\t0m0.236s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:29.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:30.818Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:30.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:37:30.818Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:37:30.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}], "metadata": {"pagination": {"total": 1470, "offset": 1425, "size": 50}}} 2018-12-12 16:37:42,348 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:42,349 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:42 GMT 2018-12-12 16:37:42,349 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:42,349 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22368 2018-12-12 16:37:42,349 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:42,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplxousz /etc/clearwater/local_config 2018-12-12 16:37:42,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-12 16:37:42,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWg3ZrA /etc/bind/named.conf.local 2018-12-12 16:37:42,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-12-12 16:37:42,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-12-12 16:37:42,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-12 16:37:42,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-12-12 16:37:42,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.10', 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.10', u'hss_hostname': u''}. 2018-12-12 16:37:42,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpnZhptE /etc/clearwater/shared_config 2018-12-12 16:37:42,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:37:42,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplbrkIJ /etc/bind/db.clearwater.local 2018-12-12 16:37:42,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:37:42,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpOrT6_K /etc/bind/db.clearwater.opnfv 2018-12-12 16:37:42,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:37:42,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:37:42,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', '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.10', u'hss_hostname': u''}. 2018-12-12 16:37:42,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:37:42,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:37:42,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:37:42,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:37:42,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:37:42,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:37:42,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:37:42,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:37:42,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-12-12 16:37:42,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/5EANT/install-etcd.sh 2018-12-12 16:37:42,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/5EANT/install-etcd.sh 2018-12-12 16:37:42,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-12-12 16:37:42,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-12-12 16:37:42,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-12-12 16:37:42,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-j4ev0k Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Hit http://security.ubuntu.com trusty-security InRelease Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://security.ubuntu.com trusty-security/main Sources Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Hit http://security.ubuntu.com trusty-security/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted 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/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,723 B/s) Reading package lists... real 0m10.720s user 0m2.713s sys 0m0.236s 2018-12-12 16:37:42,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:37:42,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-12-12 16:37:42,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:42,416 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:42,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:42,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:42,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:42,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:42,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:42,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:42,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:42,417 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:42,418 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:42 GMT 2018-12-12 16:37:42,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:42,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:42,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:47,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:47,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:47,610 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:47 GMT 2018-12-12 16:37:47,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:47,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:37:47,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:47,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:47,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:47,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:47,676 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:47 GMT 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:47,677 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:52,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:53,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:53,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:53,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:53,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:53,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:53,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:53,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:53,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:37:53,331 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:53,331 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:53 GMT 2018-12-12 16:37:53,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:53,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:37:53,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:53,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:53,424 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:53,424 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:53,424 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:53,424 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:53,424 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:53,424 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:53,425 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:53,425 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:53,425 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:53,425 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:53 GMT 2018-12-12 16:37:53,425 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:53,425 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:53,425 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:58,430 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:37:58,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:58,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:58,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:58,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:58,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:58,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:58,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:58,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:37:58,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:58,751 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:58 GMT 2018-12-12 16:37:58,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:58,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:37:58,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:37:58,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:37:58,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:37:58,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:37:58,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:37:58 GMT 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:37:58,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:03,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:03,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:03,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:03,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:03,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:03,994 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:03,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:03,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:03,994 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:03,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:03,995 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:03 GMT 2018-12-12 16:38:03,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:03,995 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:03,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:03,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:04,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:04,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:04,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:04,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:04,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:04,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:04,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:04,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:04,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:04,344 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:04 GMT 2018-12-12 16:38:04,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:04,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:04,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:09,350 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:09,432 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:09,433 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:09 GMT 2018-12-12 16:38:09,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:09,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:09,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:09,434 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:09,729 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:09,729 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:09,729 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:09,729 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:09,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:09,729 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:09,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:09,729 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:09,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:09,730 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:09 GMT 2018-12-12 16:38:09,730 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:09,730 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:09,730 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:14,735 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:14,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:14,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:14 GMT 2018-12-12 16:38:14,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:14,818 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:14,818 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:14,818 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:14,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:14,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:14,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:14,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:14,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:14,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:14,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:14,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:14,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:14,889 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:14 GMT 2018-12-12 16:38:14,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:14,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:14,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:19,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:19,978 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:19,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:19,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:19,978 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:19,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:19,979 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:19,979 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:19,979 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:19,979 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:19,979 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:19 GMT 2018-12-12 16:38:19,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:19,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:19,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:19,980 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:20,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:20,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:20,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:20,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:20,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:20,046 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:20,046 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:20,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:20,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:20,046 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:20 GMT 2018-12-12 16:38:20,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:20,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:20,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:25,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:25,161 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:25,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:25,161 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:25,161 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:25,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:25,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:25,162 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:25,162 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:25,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:25,162 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:25 GMT 2018-12-12 16:38:25,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:25,162 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:25,162 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:25,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:25,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:25,241 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:25 GMT 2018-12-12 16:38:25,241 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:25,241 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:25,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:30,246 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:30,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:30,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:30,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:30,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:30,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:30,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:30,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:30,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:30,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:30,336 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:30 GMT 2018-12-12 16:38:30,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:30,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:30,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:30,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:30,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:30,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:30,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:30,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:30,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:30,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:30,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:30,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:30,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:30,421 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:30 GMT 2018-12-12 16:38:30,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:30,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:30,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:35,427 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:35,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:35,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:35 GMT 2018-12-12 16:38:35,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:35,513 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:35,513 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:35,513 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:35,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:35,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:35,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:35,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:35,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:35,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:35,583 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:35,583 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:35,583 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:35,583 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:35 GMT 2018-12-12 16:38:35,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:35,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:35,583 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:40,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:40,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:40,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:40 GMT 2018-12-12 16:38:40,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:40,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:40,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:40,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:40,741 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:40,742 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:40,742 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:40,742 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:40,742 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:40,742 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:40,742 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:40,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:40,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:40,743 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:40 GMT 2018-12-12 16:38:40,743 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:40,743 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:40,743 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:45,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:45,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:45,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:45,829 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:45,829 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:45,829 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:45,829 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:45,829 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:45,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:45,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:45,830 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:45 GMT 2018-12-12 16:38:45,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:45,830 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:45,830 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:45,830 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:45,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:45,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:45,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:45,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:45,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:45,901 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:45,901 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:45,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:45,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:45,901 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:45 GMT 2018-12-12 16:38:45,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:45,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:45,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:50,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:50,987 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:50,987 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:50,987 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:50,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:50,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:50,988 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:50,988 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:50,988 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:50,988 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:50,988 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:50 GMT 2018-12-12 16:38:50,988 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:50,988 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:50,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:50,989 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:51,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:51,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:51,055 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:51,055 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:51,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:51,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:51,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:51,055 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:51,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:51,056 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:51 GMT 2018-12-12 16:38:51,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:51,056 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:51,056 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:56,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:38:56,153 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1458, "size": 50}}} 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:56,154 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:56 GMT 2018-12-12 16:38:56,155 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:56,155 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:38:56,155 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:38:56,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:38:56,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:38:56,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:38:56,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:38:56,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:38:56,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:38:56,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:38:56,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:38:56,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:38:56,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:38:56,223 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:38:56 GMT 2018-12-12 16:38:56,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:38:56,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:38:56,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:01,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:01,318 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:01,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:01,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:01,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:01,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:01,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:01,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:01,319 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:56.557Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-j4ev0k\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 2 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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:19 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:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 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-163.213 [774 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 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 cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:33 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:34 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:35 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:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:37 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:38 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:39 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:40 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\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 7s (10.8 MB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51415 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-163.213) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for port 53: Address already in use\n ...fail!\ninvoke-rc.d: initscript dnsmasq, action \"start\" failed.\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for 127.0.0.1: Address already in use\n ...fail!\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8981\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t1m26.205s\nuser\t0m18.830s\nsys\t0m9.066s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:56.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:56.847Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:56.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:57.907Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:57.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:57.907Z", "message": "[etcd] => \nreal\t0m0.010s\nuser\t0m0.001s\nsys\t0m0.009s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:57.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:57.907Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:57.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:57.907Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c0:46:98 \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec0:4698/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74251 errors:0 dropped:0 overruns:0 frame:0\n TX packets:36815 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123912981 (123.9 MB) TX bytes:5801307 (5.8 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:196 errors:0 dropped:0 overruns:0 frame:0\n TX packets:196 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:16463 (16.4 KB) TX bytes:16463 (16.4 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:57.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:57.907Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:57.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:58.998Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:35 ? 00:00:00 /sbin/init\nroot 2 0 0 16:35 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 16:35 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 16:35 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:35 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:35 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:35 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:35 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:35 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:35 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:35 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:35 ? 00:00:00 [migration/0]\nroot 14 2 0 16:35 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:35 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:35 ? 00:00:00 [migration/1]\nroot 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 16:35 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 16:35 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:35 ? 00:00:00 [khelper]\nroot 21 2 0 16:35 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:35 ? 00:00:00 [netns]\nroot 23 2 0 16:35 ? 00:00:00 [writeback]\nroot 24 2 0 16:35 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:35 ? 00:00:00 [bioset]\nroot 26 2 0 16:35 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 16:35 ? 00:00:00 [kblockd]\nroot 28 2 0 16:35 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:35 ? 00:00:00 [khubd]\nroot 30 2 0 16:35 ? 00:00:00 [md]\nroot 31 2 0 16:35 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:35 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 16:35 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 16:35 ? 00:00:00 [khungtaskd]\nroot 36 2 0 16:35 ? 00:00:00 [kswapd0]\nroot 37 2 0 16:35 ? 00:00:00 [vmstat]\nroot 38 2 0 16:35 ? 00:00:00 [ksmd]\nroot 39 2 0 16:35 ? 00:00:00 [khugepaged]\nroot 40 2 0 16:35 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 16:35 ? 00:00:00 [crypto]\nroot 54 2 0 16:35 ? 00:00:00 [kthrotld]\nroot 55 2 0 16:35 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 16:35 ? 00:00:00 [vballoon]\nroot 57 2 0 16:35 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:35 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 16:35 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 16:35 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 16:35 ? 00:00:00 [deferwq]\nroot 80 2 0 16:35 ? 00:00:00 [charger_manager]\nroot 124 2 0 16:35 ? 00:00:00 [kpsmoused]\nroot 142 2 0 16:35 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 16:35 ? 00:00:00 [kworker/u5:1]\nroot 527 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon\nroot 572 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 637 2 0 16:35 ? 00:00:00 [kworker/1:2]\nroot 822 2 0 16:35 ? 00:00:00 [kauditd]\nmessage+ 896 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork\nroot 925 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind\nroot 970 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1021 1 0 16:35 ? 00:00:00 rsyslogd\nroot 1050 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D\nroot 1105 1 0 16:35 ? 00:00:00 cron\ndaemon 1106 1 0 16:35 ? 00:00:00 atd\nroot 1116 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance\nroot 1121 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1196 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1208 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1662 1 0 16:36 ? 00:00:00 /home/ubuntu/bind_host_j4ev0k/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_j4ev0k --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_j4ev0k --logging-server-logdir=/home/ubuntu/bind_host_j4ev0k/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_j4ev0k/work/bind_host_j4ev0k%I.log --pidfile=/home/ubuntu/bind_host_j4ev0k/work/bind_host_j4ev0k.pid\nubuntu 1701 1662 0 16:36 ? 00:00:00 /home/ubuntu/bind_host_j4ev0k/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_j4ev0k --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_j4ev0k --logging-server-logdir=/home/ubuntu/bind_host_j4ev0k/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_j4ev0k/work/bind_host_j4ev0k%I.log --pidfile=/home/ubuntu/bind_host_j4ev0k/work/bind_host_j4ev0k.pid\nubuntu 1776 1 0 16:36 ? 00:00:01 python2.7 /home/ubuntu/bind_host_j4ev0k/env/bin/diamond --configfile /home/ubuntu/bind_host_j4ev0k/work/plugins/diamond/etc/diamond.conf\nroot 2357 2 0 16:37 ? 00:00:00 [kworker/u5:2]\nbind 2452 1 0 16:37 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2506 1701 0 16:37 ? 00:00:00 /home/ubuntu/bind_host_j4ev0k/env/bin/python2.7 /home/ubuntu/bind_host_j4ev0k/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-awRORF\nubuntu 2517 2506 0 16:37 ? 00:00:00 /bin/sh -c /tmp/5EANT/install-etcd.sh\nubuntu 2519 2517 0 16:37 ? 00:00:00 /bin/bash -e /tmp/5EANT/install-etcd.sh\nntp 8572 1 0 16:38 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 8981 1 0 16:38 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nclearwa+ 9112 1 0 16:38 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380\nroot 9171 1 0 16:38 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9187 9171 0 16:38 ? 00:00:00 inotifywait -e create -qq .\nroot 9222 8981 0 16:38 ? 00:00:00 [check-monit-upt] \nroot 9224 8981 0 16:38 ? 00:00:00 [check-etcd-upti] \nroot 9228 8981 0 16:38 ? 00:00:00 [poll_etcd_clust] \nroot 9232 8981 0 16:38 ? 00:00:00 [poll_etcd.sh] \nubuntu 9433 2519 0 16:38 ? 00:00:00 /bin/bash -e /tmp/5EANT/install-etcd.sh\nubuntu 9434 9433 0 16:38 ? 00:00:00 /bin/bash -e /tmp/5EANT/install-etcd.sh\nroot 9435 9434 0 16:38 ? 00:00:00 sudo ps -edf\nroot 9436 9435 0 16:38 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:58.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:58.998Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---8*[{etcd}]\n |-7*[getty]\n |-irqbalance\n |-monit-+-check-etcd-upti\n | |-check-monit-upt\n | |-poll_etcd.sh\n | |-poll_etcd_clust\n | `-{monit}\n |-named---4*[{named}]\n |-ntpd\n |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+\n | | `-6*[{python2.7}]\n | `-3*[{python2.7}]\n |-python2.7---{python2.7}\n |-rsyslogd---3*[{rsyslogd}]\n |-sshd\n |-systemd-logind\n |-systemd-udevd\n |-upstart-file-br\n |-upstart-socket-\n `-upstart-udev-br\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:58.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:58.998Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:58.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:58.998Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:58.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:38:58.998Z", "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.10:2380 0.0.0.0:* LISTEN 9112/etcd \ntcp 0 0 192.168.120.10:53 0.0.0.0:* LISTEN 2452/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2452/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2452/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8981/monit \ntcp6 0 0 :::53 :::* LISTEN 2452/named \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2452/named \ntcp6 0 0 :::4000 :::* LISTEN 9112/etcd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 8572/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8572/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8572/ntpd \nudp 0 0 0.0.0.0:35290 0.0.0.0:* 572/dhclient \nudp 0 0 192.168.120.10:53 0.0.0.0:* 2452/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2452/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient \nudp6 0 0 fe80::f816:3eff:fec:123 :::* 8572/ntpd \nudp6 0 0 ::1:123 :::* 8572/ntpd \nudp6 0 0 :::123 :::* 8572/ntpd \nudp6 0 0 :::3467 :::* 572/dhclient \nudp6 0 0 :::53 :::* 2452/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7479 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 10864 1662/python2.7 /tmp/cloudify-logging-server-5d606.socket\nunix 2 [ ACC ] STREAM LISTENING 1578 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9586 1121/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 14541 2506/python2.7 /tmp/ctx-jwHuS0.socket\nunix 2 [ ACC ] STREAM LISTENING 9387 896/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:38:58.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:00.016Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:00.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:00.016Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:00.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:00.016Z", "message": "[etcd] => [12-Dec-2018 16:38:44 UTC] clearwater-diags-monitor starting\n[12-Dec-2018 16:38:44 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:00.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:00.016Z", "message": "[etcd] => /var/log/btmp\n/var/log/lastlog\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/boot.log\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/auth.log\n/var/log/sysstat/sa12\n/var/log/monit.log\n/var/log/kern.log\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape/sysinfo.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:00.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:01.061Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:01.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:01.061Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:01.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:01.061Z", "message": "[etcd] => 2018-12-12 16:38:42.681873098 Stopping etcd clearwater-etcd\n2018-12-12 16:38:43.588068943 Restarting etcd clearwater-etcd\n2018-12-12 16:38:43.592589202 Configured ETCDCTL_PEERS: \n2018-12-12 16:38:43.593283415 Check for previous failed startup attempt\n2018-12-12 16:38:43.594337148 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\n2018-12-12 16:38:43.607058963 etcdctl returned 2\n2018-12-12 16:38:43.612980686 Creating new cluster...\n2018-12-12 16:38:43.615633170 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.10:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.10\n --name 192-168-120-10\n --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.10:2380\n --listen-peer-urls http://192.168.120.10:2380\n2018-12-12 16:38:43.624368309 Check we're actually a member of the cluster\n2018-12-12 16:38:43.628268646 Wait for etcd to startup\n2018-12-12 16:38:44.641421582 Etcd started successfully\n2018-12-12 16:38:43.638788 I | etcdmain: etcd Version: 3.1.7\n2018-12-12 16:38:43.638839 I | etcdmain: Git SHA: 43b7507\n2018-12-12 16:38:43.638844 I | etcdmain: Go Version: go1.7.5\n2018-12-12 16:38:43.638847 I | etcdmain: Go OS/Arch: linux/amd64\n2018-12-12 16:38:43.638851 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-12-12 16:38:43.638910 I | embed: listening for peers on http://192.168.120.10:2380\n2018-12-12 16:38:43.638950 I | embed: listening for client requests on 0.0.0.0:4000\n2018-12-12 16:38:43.692965 I | etcdserver: name = 192-168-120-10\n2018-12-12 16:38:43.692977 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10\n2018-12-12 16:38:43.692993 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member\n2018-12-12 16:38:43.692996 I | etcdserver: heartbeat = 100ms\n2018-12-12 16:38:43.692999 I | etcdserver: election = 1000ms\n2018-12-12 16:38:43.693003 I | etcdserver: snapshot count = 10000\n2018-12-12 16:38:43.693009 I | etcdserver: advertise client URLs = http://192.168.120.10:4000\n2018-12-12 16:38:43.693013 I | etcdserver: initial advertise peer URLs = http://192.168.120.10:2380\n2018-12-12 16:38:43.693019 I | etcdserver: initial cluster = 192-168-120-10=http://192.168.120.10:2380\n2018-12-12 16:38:43.727930 I | etcdserver: starting member 5a390934aeb2089e in cluster 54cdbb303d36fe88\n2018-12-12 16:38:43.727982 I | raft: 5a390934aeb2089e became follower at term 0\n2018-12-12 16:38:43.728009 I | raft: newRaft 5a390934aeb2089e [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-12-12 16:38:43.728022 I | raft: 5a390934aeb2089e became follower at term 1\n2018-12-12 16:38:43.824660 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-12-12 16:38:43.825617 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88\n2018-12-12 16:38:44.528264 I | raft: 5a390934aeb2089e is starting a new election at term 1\n2018-12-12 16:38:44.528361 I | raft: 5a390934aeb2089e became candidate at term 2\n2018-12-12 16:38:44.528381 I | raft: 5a390934aeb2089e received MsgVoteResp from 5a390934aeb2089e at term 2\n2018-12-12 16:38:44.528394 I | raft: 5a390934aeb2089e became leader at term 2\n2018-12-12 16:38:44.528401 I | raft: raft.node: 5a390934aeb2089e elected leader 5a390934aeb2089e at term 2\n2018-12-12 16:38:44.528613 I | etcdserver: setting up the initial cluster version to 3.1\n2018-12-12 16:38:44.543548 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-12-12 16:38:44.543575 I | etcdserver/api: enabled capabilities for version 3.1\n2018-12-12 16:38:44.543595 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 54cdbb303d36fe88\n2018-12-12 16:38:44.543647 I | embed: ready to serve client requests\n2018-12-12 16:38:44.544074 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-12-12 16:38:44.796742 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:54918\n2018-12-12 16:38:44.816545 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:54919\n2018-12-12 16:38:44.817293 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:54920\n2018-12-12 16:38:47.117859 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:54921\n2018-12-12 16:38:47.131477 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:54922\n2018-12-12 16:38:47.131964 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:54923\n2018-12-12 16:38:56.990823 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.10/liveness-check remote:192.168.120.10:54924\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:01.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:01.258Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:01.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 1493, "offset": 1458, "size": 50}}} 2018-12-12 16:39:01,319 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:01,319 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:01 GMT 2018-12-12 16:39:01,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:01,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 74194 2018-12-12 16:39:01,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:01,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-j4ev0k 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 2 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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:19 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:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 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-163.213 [774 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 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 cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:33 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:34 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:35 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:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:37 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:38 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:39 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:40 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] 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 7s (10.8 MB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51415 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-setuptools (3.3-1ubuntu2) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for port 53: Address already in use ...fail! invoke-rc.d: initscript dnsmasq, action "start" failed. Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use ...fail! Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8981 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 1m26.205s user 0m18.830s sys 0m9.066s 2018-12-12 16:39:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-12-12 16:39:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-12-12 16:39:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.010s user 0m0.001s sys 0m0.009s 2018-12-12 16:39:01,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-12-12 16:39:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c0:46:98 inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fec0:4698/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:74251 errors:0 dropped:0 overruns:0 frame:0 TX packets:36815 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123912981 (123.9 MB) TX bytes:5801307 (5.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:196 errors:0 dropped:0 overruns:0 frame:0 TX packets:196 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16463 (16.4 KB) TX bytes:16463 (16.4 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-12-12 16:39:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-12-12 16:39:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:35 ? 00:00:00 /sbin/init root 2 0 0 16:35 ? 00:00:00 [kthreadd] root 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0] root 4 2 0 16:35 ? 00:00:00 [kworker/0:0] root 5 2 0 16:35 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:35 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:35 ? 00:00:00 [rcu_sched] root 8 2 0 16:35 ? 00:00:00 [rcuos/0] root 9 2 0 16:35 ? 00:00:00 [rcuos/1] root 10 2 0 16:35 ? 00:00:00 [rcu_bh] root 11 2 0 16:35 ? 00:00:00 [rcuob/0] root 12 2 0 16:35 ? 00:00:00 [rcuob/1] root 13 2 0 16:35 ? 00:00:00 [migration/0] root 14 2 0 16:35 ? 00:00:00 [watchdog/0] root 15 2 0 16:35 ? 00:00:00 [watchdog/1] root 16 2 0 16:35 ? 00:00:00 [migration/1] root 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1] root 18 2 0 16:35 ? 00:00:00 [kworker/1:0] root 19 2 0 16:35 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:35 ? 00:00:00 [khelper] root 21 2 0 16:35 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:35 ? 00:00:00 [netns] root 23 2 0 16:35 ? 00:00:00 [writeback] root 24 2 0 16:35 ? 00:00:00 [kintegrityd] root 25 2 0 16:35 ? 00:00:00 [bioset] root 26 2 0 16:35 ? 00:00:00 [kworker/u5:0] root 27 2 0 16:35 ? 00:00:00 [kblockd] root 28 2 0 16:35 ? 00:00:00 [ata_sff] root 29 2 0 16:35 ? 00:00:00 [khubd] root 30 2 0 16:35 ? 00:00:00 [md] root 31 2 0 16:35 ? 00:00:00 [devfreq_wq] root 32 2 0 16:35 ? 00:00:00 [kworker/0:1] root 33 2 0 16:35 ? 00:00:00 [kworker/1:1] root 35 2 0 16:35 ? 00:00:00 [khungtaskd] root 36 2 0 16:35 ? 00:00:00 [kswapd0] root 37 2 0 16:35 ? 00:00:00 [vmstat] root 38 2 0 16:35 ? 00:00:00 [ksmd] root 39 2 0 16:35 ? 00:00:00 [khugepaged] root 40 2 0 16:35 ? 00:00:00 [fsnotify_mark] root 41 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 16:35 ? 00:00:00 [crypto] root 54 2 0 16:35 ? 00:00:00 [kthrotld] root 55 2 0 16:35 ? 00:00:00 [kworker/u4:1] root 56 2 0 16:35 ? 00:00:00 [vballoon] root 57 2 0 16:35 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:35 ? 00:00:00 [scsi_eh_1] root 59 2 0 16:35 ? 00:00:00 [kworker/u4:2] root 60 2 0 16:35 ? 00:00:00 [kworker/u4:3] root 79 2 0 16:35 ? 00:00:00 [deferwq] root 80 2 0 16:35 ? 00:00:00 [charger_manager] root 124 2 0 16:35 ? 00:00:00 [kpsmoused] root 142 2 0 16:35 ? 00:00:00 [kworker/0:2] root 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 16:35 ? 00:00:00 [kworker/u5:1] root 527 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon root 572 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 637 2 0 16:35 ? 00:00:00 [kworker/1:2] root 822 2 0 16:35 ? 00:00:00 [kauditd] message+ 896 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork root 925 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind root 970 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon syslog 1021 1 0 16:35 ? 00:00:00 rsyslogd root 1050 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D root 1105 1 0 16:35 ? 00:00:00 cron daemon 1106 1 0 16:35 ? 00:00:00 atd root 1116 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance root 1121 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1196 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1208 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1662 1 0 16:36 ? 00:00:00 /home/ubuntu/bind_host_j4ev0k/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_j4ev0k --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_j4ev0k --logging-server-logdir=/home/ubuntu/bind_host_j4ev0k/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_j4ev0k/work/bind_host_j4ev0k%I.log --pidfile=/home/ubuntu/bind_host_j4ev0k/work/bind_host_j4ev0k.pid ubuntu 1701 1662 0 16:36 ? 00:00:00 /home/ubuntu/bind_host_j4ev0k/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_j4ev0k --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_j4ev0k --logging-server-logdir=/home/ubuntu/bind_host_j4ev0k/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_j4ev0k/work/bind_host_j4ev0k%I.log --pidfile=/home/ubuntu/bind_host_j4ev0k/work/bind_host_j4ev0k.pid ubuntu 1776 1 0 16:36 ? 00:00:01 python2.7 /home/ubuntu/bind_host_j4ev0k/env/bin/diamond --configfile /home/ubuntu/bind_host_j4ev0k/work/plugins/diamond/etc/diamond.conf root 2357 2 0 16:37 ? 00:00:00 [kworker/u5:2] bind 2452 1 0 16:37 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2506 1701 0 16:37 ? 00:00:00 /home/ubuntu/bind_host_j4ev0k/env/bin/python2.7 /home/ubuntu/bind_host_j4ev0k/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-awRORF ubuntu 2517 2506 0 16:37 ? 00:00:00 /bin/sh -c /tmp/5EANT/install-etcd.sh ubuntu 2519 2517 0 16:37 ? 00:00:00 /bin/bash -e /tmp/5EANT/install-etcd.sh ntp 8572 1 0 16:38 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8981 1 0 16:38 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc clearwa+ 9112 1 0 16:38 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 root 9171 1 0 16:38 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9187 9171 0 16:38 ? 00:00:00 inotifywait -e create -qq . root 9222 8981 0 16:38 ? 00:00:00 [check-monit-upt] root 9224 8981 0 16:38 ? 00:00:00 [check-etcd-upti] root 9228 8981 0 16:38 ? 00:00:00 [poll_etcd_clust] root 9232 8981 0 16:38 ? 00:00:00 [poll_etcd.sh] ubuntu 9433 2519 0 16:38 ? 00:00:00 /bin/bash -e /tmp/5EANT/install-etcd.sh ubuntu 9434 9433 0 16:38 ? 00:00:00 /bin/bash -e /tmp/5EANT/install-etcd.sh root 9435 9434 0 16:38 ? 00:00:00 sudo ps -edf root 9436 9435 0 16:38 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-12-12 16:39:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---8*[{etcd}] |-7*[getty] |-irqbalance |-monit-+-check-etcd-upti | |-check-monit-upt | |-poll_etcd.sh | |-poll_etcd_clust | `-{monit} |-named---4*[{named}] |-ntpd |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+ | | `-6*[{python2.7}] | `-3*[{python2.7}] |-python2.7---{python2.7} |-rsyslogd---3*[{rsyslogd}] |-sshd |-systemd-logind |-systemd-udevd |-upstart-file-br |-upstart-socket- `-upstart-udev-br real 0m0.009s user 0m0.000s sys 0m0.007s 2018-12-12 16:39:01,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-12-12 16:39:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-12-12 16:39:01,325 - 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.10:2380 0.0.0.0:* LISTEN 9112/etcd tcp 0 0 192.168.120.10:53 0.0.0.0:* LISTEN 2452/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2452/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2452/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8981/monit tcp6 0 0 :::53 :::* LISTEN 2452/named tcp6 0 0 :::22 :::* LISTEN 1100/sshd tcp6 0 0 ::1:953 :::* LISTEN 2452/named tcp6 0 0 :::4000 :::* LISTEN 9112/etcd udp 0 0 192.168.120.10:123 0.0.0.0:* 8572/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8572/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8572/ntpd udp 0 0 0.0.0.0:35290 0.0.0.0:* 572/dhclient udp 0 0 192.168.120.10:53 0.0.0.0:* 2452/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2452/named udp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient udp6 0 0 fe80::f816:3eff:fec:123 :::* 8572/ntpd udp6 0 0 ::1:123 :::* 8572/ntpd udp6 0 0 :::123 :::* 8572/ntpd udp6 0 0 :::3467 :::* 572/dhclient udp6 0 0 :::53 :::* 2452/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7479 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 10864 1662/python2.7 /tmp/cloudify-logging-server-5d606.socket unix 2 [ ACC ] STREAM LISTENING 1578 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9586 1121/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 14541 2506/python2.7 /tmp/ctx-jwHuS0.socket unix 2 [ ACC ] STREAM LISTENING 9387 896/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-12-12 16:39:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-12-12 16:39:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-12-12 16:39:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [12-Dec-2018 16:38:44 UTC] clearwater-diags-monitor starting [12-Dec-2018 16:38:44 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-12 16:39:01,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/btmp /var/log/lastlog /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/boot.log /var/log/clearwater-diags-monitor.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/auth.log /var/log/sysstat/sa12 /var/log/monit.log /var/log/kern.log /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape/sysinfo.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.007s user 0m0.000s sys 0m0.005s 2018-12-12 16:39:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-12-12 16:39:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-12-12 16:39:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-12-12 16:38:42.681873098 Stopping etcd clearwater-etcd 2018-12-12 16:38:43.588068943 Restarting etcd clearwater-etcd 2018-12-12 16:38:43.592589202 Configured ETCDCTL_PEERS: 2018-12-12 16:38:43.593283415 Check for previous failed startup attempt 2018-12-12 16:38:43.594337148 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused 2018-12-12 16:38:43.607058963 etcdctl returned 2 2018-12-12 16:38:43.612980686 Creating new cluster... 2018-12-12 16:38:43.615633170 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 2018-12-12 16:38:43.624368309 Check we're actually a member of the cluster 2018-12-12 16:38:43.628268646 Wait for etcd to startup 2018-12-12 16:38:44.641421582 Etcd started successfully 2018-12-12 16:38:43.638788 I | etcdmain: etcd Version: 3.1.7 2018-12-12 16:38:43.638839 I | etcdmain: Git SHA: 43b7507 2018-12-12 16:38:43.638844 I | etcdmain: Go Version: go1.7.5 2018-12-12 16:38:43.638847 I | etcdmain: Go OS/Arch: linux/amd64 2018-12-12 16:38:43.638851 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-12-12 16:38:43.638910 I | embed: listening for peers on http://192.168.120.10:2380 2018-12-12 16:38:43.638950 I | embed: listening for client requests on 0.0.0.0:4000 2018-12-12 16:38:43.692965 I | etcdserver: name = 192-168-120-10 2018-12-12 16:38:43.692977 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10 2018-12-12 16:38:43.692993 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member 2018-12-12 16:38:43.692996 I | etcdserver: heartbeat = 100ms 2018-12-12 16:38:43.692999 I | etcdserver: election = 1000ms 2018-12-12 16:38:43.693003 I | etcdserver: snapshot count = 10000 2018-12-12 16:38:43.693009 I | etcdserver: advertise client URLs = http://192.168.120.10:4000 2018-12-12 16:38:43.693013 I | etcdserver: initial advertise peer URLs = http://192.168.120.10:2380 2018-12-12 16:38:43.693019 I | etcdserver: initial cluster = 192-168-120-10=http://192.168.120.10:2380 2018-12-12 16:38:43.727930 I | etcdserver: starting member 5a390934aeb2089e in cluster 54cdbb303d36fe88 2018-12-12 16:38:43.727982 I | raft: 5a390934aeb2089e became follower at term 0 2018-12-12 16:38:43.728009 I | raft: newRaft 5a390934aeb2089e [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-12-12 16:38:43.728022 I | raft: 5a390934aeb2089e became follower at term 1 2018-12-12 16:38:43.824660 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-12-12 16:38:43.825617 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88 2018-12-12 16:38:44.528264 I | raft: 5a390934aeb2089e is starting a new election at term 1 2018-12-12 16:38:44.528361 I | raft: 5a390934aeb2089e became candidate at term 2 2018-12-12 16:38:44.528381 I | raft: 5a390934aeb2089e received MsgVoteResp from 5a390934aeb2089e at term 2 2018-12-12 16:38:44.528394 I | raft: 5a390934aeb2089e became leader at term 2 2018-12-12 16:38:44.528401 I | raft: raft.node: 5a390934aeb2089e elected leader 5a390934aeb2089e at term 2 2018-12-12 16:38:44.528613 I | etcdserver: setting up the initial cluster version to 3.1 2018-12-12 16:38:44.543548 N | etcdserver/membership: set the initial cluster version to 3.1 2018-12-12 16:38:44.543575 I | etcdserver/api: enabled capabilities for version 3.1 2018-12-12 16:38:44.543595 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 54cdbb303d36fe88 2018-12-12 16:38:44.543647 I | embed: ready to serve client requests 2018-12-12 16:38:44.544074 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-12-12 16:38:44.796742 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:54918 2018-12-12 16:38:44.816545 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:54919 2018-12-12 16:38:44.817293 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:54920 2018-12-12 16:38:47.117859 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:54921 2018-12-12 16:38:47.131477 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:54922 2018-12-12 16:38:47.131964 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:54923 2018-12-12 16:38:56.990823 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.10/liveness-check remote:192.168.120.10:54924 real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-12 16:39:01,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:01,326 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:01,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:01,398 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:01 GMT 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:01,399 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:01,400 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:06,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:06,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:06,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:06,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:06,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:06,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:06,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:06,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:06,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_0rtiac", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:02.078Z", "message": "Execution done (return_code=0): /tmp/5EANT/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:02.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "c1bf8410-73db-4381-839c-b5d99b3153cb"}, {"node_instance_id": "bind_0rtiac", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:02.403Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:02.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:03.421Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:03.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:03.906Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/5VFBI/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:03.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.192Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.192Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "homer_19t8k2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:04.438Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:04.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.510Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo mv /tmp/tmpfjUakV /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/EMRX3/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'vellum-spo5q9', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/NTDB4/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/HDH0M/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo mv /tmp/tmpvGosZp /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'sprout-dbvxo9', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.8'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'dime-bblt8o', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}], "metadata": {"pagination": {"total": 1549, "offset": 1478, "size": 50}}} 2018-12-12 16:39:06,480 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:06,480 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:06 GMT 2018-12-12 16:39:06,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:06,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26347 2018-12-12 16:39:06,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:06,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/5EANT/install-etcd.sh 2018-12-12 16:39:06,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:39:06,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:39:06,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/5VFBI/clearwater.py 2018-12-12 16:39:06,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-12 16:39:06,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:39:06,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:39:06,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:06,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:06,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:06,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:39:06,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:06,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:39:06,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:06,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:06,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:39:06,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:06,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:06,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-12-12 16:39:06,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:06,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:06,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:06,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:06,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:06,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfjUakV /etc/clearwater/local_config 2018-12-12 16:39:06,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/EMRX3/clearwater.py 2018-12-12 16:39:06,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:39:06,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-12 16:39:06,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:39:06,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'vellum-spo5q9', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}. 2018-12-12 16:39:06,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:39:06,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-12 16:39:06,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-12 16:39:06,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-12 16:39:06,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:39:06,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/NTDB4/clearwater.py 2018-12-12 16:39:06,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/HDH0M/clearwater.py 2018-12-12 16:39:06,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvGosZp /etc/dnsmasq.resolv.conf 2018-12-12 16:39:06,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-12 16:39:06,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-12 16:39:06,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-12 16:39:06,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-12 16:39:06,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-12 16:39:06,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'sprout-dbvxo9', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.8'}. 2018-12-12 16:39:06,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-12 16:39:06,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-12 16:39:06,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:39:06,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-12 16:39:06,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-12 16:39:06,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'dime-bblt8o', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}. 2018-12-12 16:39:06,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:06,588 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:06,588 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:06 GMT 2018-12-12 16:39:06,589 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:06,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:06,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:11,595 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:11,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:11,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:11,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:11,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo mv /tmp/tmpeCem_o /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:05.515Z", "message": "[localhost] run: sudo mv /tmp/tmpvGosZp /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b4074add-72e6-43dc-bcd0-3ed8807fd77c"}, {"node_instance_id": "homer_19t8k2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.541Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.541Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.541Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.541Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.541Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.541Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.541Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.541Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mv /tmp/tmpeTupan /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mv /tmp/tmpPmfEYV /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mv /tmp/tmpr08CMV /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mv /tmp/tmpst91Gl /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mv /tmp/tmpxcbH9H /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "124c95a2-4427-45f6-a662-4f4c8dc7d5fa"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'homer-19t8k2', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.15'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "77f4f9cb-41b8-441f-b508-eabf65c3c3c1"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo mv /tmp/tmp5NeLA9 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "362d7456-7b68-4000-89ce-7878e70525a3"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.10', 'name': u'ellis-kmrdru', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "990bdf55-ccc9-4a12-aa13-c7fec6ed86aa"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:06.549Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'etcd_ip': u'192.168.120.10', 'name': u'bono-abbk71', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:06.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.559Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.571Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/4V3A6/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "d8076c8e-c9f0-4650-b8fc-b091a718fab5"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.571Z", "message": "Executing: /tmp/S915F/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.571Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/S915F/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:07.571Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:07.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}], "metadata": {"pagination": {"total": 1626, "offset": 1528, "size": 50}}} 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:11 GMT 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26648 2018-12-12 16:39:11,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:11,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeCem_o /etc/clearwater/local_config 2018-12-12 16:39:11,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-12 16:39:11,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-12-12 16:39:11,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:39:11,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-12 16:39:11,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvGosZp /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:11,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:11,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:11,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:11,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:11,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:11,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:11,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:39:11,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-12 16:39:11,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeTupan /etc/clearwater/local_config 2018-12-12 16:39:11,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-12 16:39:11,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPmfEYV /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-12 16:39:11,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpr08CMV /etc/clearwater/local_config 2018-12-12 16:39:11,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-12 16:39:11,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpst91Gl /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-12 16:39:11,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxcbH9H /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-12-12 16:39:11,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'homer-19t8k2', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.15'}. 2018-12-12 16:39:11,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5NeLA9 /etc/dnsmasq.resolv.conf 2018-12-12 16:39:11,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.10', 'name': u'ellis-kmrdru', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}. 2018-12-12 16:39:11,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-12-12 16:39:11,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-12 16:39:11,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'etcd_ip': u'192.168.120.10', 'name': u'bono-abbk71', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}. 2018-12-12 16:39:11,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:11,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:39:11,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:11,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:11,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:39:11,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:11,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:11,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:11,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:39:11,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:11,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:11,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/4V3A6/append_proxy_snmp_conf.py 2018-12-12 16:39:11,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/S915F/install-vellum.sh 2018-12-12 16:39:11,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/S915F/install-vellum.sh 2018-12-12 16:39:11,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-12-12 16:39:11,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:11,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:11,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:11,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:11,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:11,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:11,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:11,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:11,836 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:11,837 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:11,837 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:11 GMT 2018-12-12 16:39:11,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:11,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:11,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:16,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:17,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:17,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:17,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:17,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:17,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:17,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:17,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:17,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "Executing: /tmp/ART45/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/UPQ51/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/UNO11/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "Executing: /tmp/UPQ51/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/1ESFF/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "Executing: /tmp/UNO11/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "Executing: /tmp/1ESFF/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/ART45/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.604Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.607Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.607Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:08.607Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:08.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:09.682Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:09.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:09.682Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:09.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:09.682Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:09.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:09.682Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:09.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:09.682Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:09.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:09.682Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:09.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:10.696Z", "message": "[localhost] run: sudo mv /tmp/tmpAOieDf /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:10.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:10.696Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:10.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:10.696Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:10.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "bono_abbk71", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:11.078Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:11.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:11.717Z", "message": "[localhost] run: sudo mv /tmp/tmpUsgklL /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:11.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:11.717Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:11.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "4a1f5c6c-aafa-4be1-b72b-1d39d3bbee08"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:12.694Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:12.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:12.694Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:12.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:13.433Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/N4X6T/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:13.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3d217997-ea77-45e4-b580-2fdd93ba3b35"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:14.245Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:14.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:15.173Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/OEFYS/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:15.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:15.176Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:15.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:15.176Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:15.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:15.176Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:15.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:15.754Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:15.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:15.754Z", "message": "Executing: /tmp/OEFYS/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:15.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:16.777Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:16.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:16.777Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:16.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:16.777Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:16.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}], "metadata": {"pagination": {"total": 1641, "offset": 1578, "size": 50}}} 2018-12-12 16:39:17,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:17,236 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:17 GMT 2018-12-12 16:39:17,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:17,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24441 2018-12-12 16:39:17,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:17,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ART45/install-dime.sh 2018-12-12 16:39:17,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/UPQ51/install-homer.sh 2018-12-12 16:39:17,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-12-12 16:39:17,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-12-12 16:39:17,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/UNO11/install-sprout.sh 2018-12-12 16:39:17,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/UPQ51/install-homer.sh 2018-12-12 16:39:17,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-12-12 16:39:17,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-12-12 16:39:17,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/1ESFF/install-ellis.sh 2018-12-12 16:39:17,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-12-12 16:39:17,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/UNO11/install-sprout.sh 2018-12-12 16:39:17,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-12-12 16:39:17,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-12-12 16:39:17,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/1ESFF/install-ellis.sh 2018-12-12 16:39:17,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-12-12 16:39:17,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-12-12 16:39:17,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-12-12 16:39:17,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/ART45/install-dime.sh 2018-12-12 16:39:17,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-12-12 16:39:17,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:39:17,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:17,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:17,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-12-12 16:39:17,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-12-12 16:39:17,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-12-12 16:39:17,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-12-12 16:39:17,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-12-12 16:39:17,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-12-12 16:39:17,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpAOieDf /etc/clearwater/local_config 2018-12-12 16:39:17,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-12-12 16:39:17,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-12-12 16:39:17,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:17,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpUsgklL /etc/dnsmasq.resolv.conf 2018-12-12 16:39:17,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-12-12 16:39:17,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:17,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:17,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/N4X6T/append_proxy_snmp_conf.py 2018-12-12 16:39:17,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:39:17,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/OEFYS/install-bono.sh 2018-12-12 16:39:17,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:39:17,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:39:17,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-12-12 16:39:17,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-12-12 16:39:17,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/OEFYS/install-bono.sh 2018-12-12 16:39:17,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-12-12 16:39:17,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-12-12 16:39:17,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-12-12 16:39:17,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:17,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:17,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:17 GMT 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:17,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:17,332 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:22,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:23,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:20.836Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-hj6f45\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 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 [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,207 kB/s)\nReading package lists...\n\nreal\t0m12.496s\nuser\t0m4.664s\nsys\t0m0.359s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:20.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:21.175Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:21.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:22.296Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:22.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}], "metadata": {"pagination": {"total": 1644, "offset": 1625, "size": 50}}} 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:23,477 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:23 GMT 2018-12-12 16:39:23,478 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:23,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6424 2018-12-12 16:39:23,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:23,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-hj6f45 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 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 [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,207 kB/s) Reading package lists... real 0m12.496s user 0m4.664s sys 0m0.359s 2018-12-12 16:39:23,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-12-12 16:39:23,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:39:23,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:23,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:23,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:23,676 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:23,676 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:23,676 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:23,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:23,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:23,677 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:23,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:23,677 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:23 GMT 2018-12-12 16:39:23,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:23,677 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:23,677 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:28,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:28,794 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:28,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:28,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:28,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:28,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:28,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:28,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:28,795 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:23.706Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-c2v7qg\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,192 kB/s)\nReading package lists...\n\nreal\t0m13.573s\nuser\t0m4.911s\nsys\t0m0.330s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:23.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:23.706Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:23.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:23.706Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-aa2rwu\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,191 kB/s)\nReading package lists...\n\nreal\t0m13.228s\nuser\t0m4.698s\nsys\t0m0.311s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:23.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:23.706Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:23.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:23.706Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:23.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:23.706Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:23.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:23.706Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:23.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:23.706Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-k1srpl\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,209 kB/s)\nReading package lists...\n\nreal\t0m14.111s\nuser\t0m4.781s\nsys\t0m0.388s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:23.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:24.898Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:24.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:24.898Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:24.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:24.898Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:24.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:24.898Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-vygjf0\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,196 kB/s)\nReading package lists...\n\nreal\t0m14.297s\nuser\t0m4.865s\nsys\t0m0.403s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:24.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}], "metadata": {"pagination": {"total": 1656, "offset": 1628, "size": 50}}} 2018-12-12 16:39:28,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:28,796 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:28 GMT 2018-12-12 16:39:28,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:28,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25398 2018-12-12 16:39:28,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:28,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-c2v7qg Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,192 kB/s) Reading package lists... real 0m13.573s user 0m4.911s sys 0m0.330s 2018-12-12 16:39:28,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:39:28,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-aa2rwu Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,191 kB/s) Reading package lists... real 0m13.228s user 0m4.698s sys 0m0.311s 2018-12-12 16:39:28,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-12-12 16:39:28,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-12-12 16:39:28,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-12-12 16:39:28,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:39:28,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-k1srpl Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,209 kB/s) Reading package lists... real 0m14.111s user 0m4.781s sys 0m0.388s 2018-12-12 16:39:28,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:39:28,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:39:28,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-12-12 16:39:28,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-vygjf0 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [149 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 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 [509 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 [561 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,196 kB/s) Reading package lists... real 0m14.297s user 0m4.865s sys 0m0.403s 2018-12-12 16:39:28,799 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:28,927 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:28,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:28,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:28 GMT 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:28,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:33,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:34,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:34,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:34,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:34,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:34,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:34,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:34,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:34,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:30.562Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ynm4yv\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [424 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [149 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 [509 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 [561 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,206 kB/s)\nReading package lists...\n\nreal\t0m13.714s\nuser\t0m4.566s\nsys\t0m0.418s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:30.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:30.912Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:30.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:39:31.932Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:39:31.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}], "metadata": {"pagination": {"total": 1659, "offset": 1640, "size": 50}}} 2018-12-12 16:39:34,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:34,019 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:34 GMT 2018-12-12 16:39:34,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:34,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6402 2018-12-12 16:39:34,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:34,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ynm4yv Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [424 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,132 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [149 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 [509 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 [561 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,206 kB/s) Reading package lists... real 0m13.714s user 0m4.566s sys 0m0.418s 2018-12-12 16:39:34,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-12-12 16:39:34,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:39:34,020 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:34,084 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:34,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:34,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:34,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:34,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:34,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:34,085 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:34,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:34,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:34,085 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:34 GMT 2018-12-12 16:39:34,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:34,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:34,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:39,089 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:39,161 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:39,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:39 GMT 2018-12-12 16:39:39,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:39,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:39:39,163 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:39,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:39,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:39,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:39,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:39 GMT 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:39,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:44,249 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:44,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:44,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:44,354 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:44,354 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:44 GMT 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:39:44,355 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:44,356 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:44,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:44,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:44,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:44 GMT 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:44,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:44,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:49,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:49,599 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:49,599 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:49,599 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:49,599 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:49 GMT 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:39:49,600 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:49,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:49,697 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:49,697 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:49,697 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:49,697 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:49,697 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:49,698 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:49,698 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:49,698 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:49,698 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:49,698 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:49 GMT 2018-12-12 16:39:49,698 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:49,698 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:49,698 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:54,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:39:54,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:54,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:54 GMT 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:54,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:39:54,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:54,821 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:39:54,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:39:54,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:39:54,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:39:54,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:39:54,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:39:54,910 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:39:54,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:39:54,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:39:54,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:39:54,911 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:39:54 GMT 2018-12-12 16:39:54,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:39:54,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:39:54,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:39:59,917 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:00,006 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:00,006 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:00,006 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:00,006 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:00,006 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:00,007 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:00,007 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:00,007 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:00,007 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:00,007 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:00 GMT 2018-12-12 16:40:00,007 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:00,007 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:00,007 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:00,008 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:00,090 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:00,090 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:00,090 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:00 GMT 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:00,091 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:05,097 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:05,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:05,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:05,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:05,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:05,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:05,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:05,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:05,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:05,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:05,250 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:05 GMT 2018-12-12 16:40:05,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:05,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:05,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:05,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:05,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:05,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:05,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:05,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:05,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:05,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:05,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:05,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:05,331 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:05,331 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:05 GMT 2018-12-12 16:40:05,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:05,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:05,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:10,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:10,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:10,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:10,436 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:10,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:10,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:10 GMT 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:10,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:10,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:10,506 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:10,506 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:10,506 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:10,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:10,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:10,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:10,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:10,507 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:10,507 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:10 GMT 2018-12-12 16:40:10,507 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:10,507 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:10,507 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:15,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:15,612 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:15,612 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:15,612 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:15,612 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:15,612 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:15,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:15,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:15,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:15,613 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:15,613 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:15 GMT 2018-12-12 16:40:15,613 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:15,613 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:15,613 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:15,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:15,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:15,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:15,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:15,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:15,705 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:15,705 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:15,705 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:15,706 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:15,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:15,706 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:15 GMT 2018-12-12 16:40:15,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:15,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:15,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:20,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:20,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:20,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:20,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:20,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:20,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:20,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:20,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:20,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:20,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:20,857 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:20 GMT 2018-12-12 16:40:20,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:20,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:20,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:20,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:20,929 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:20,930 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:20 GMT 2018-12-12 16:40:20,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:20,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:20,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:25,936 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:26,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:26,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:26,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:26,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:26 GMT 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:26,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:26,028 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:26,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:26,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:26,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:26,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:26,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:26,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:26,113 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:26,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:26,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:26,113 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:26 GMT 2018-12-12 16:40:26,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:26,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:26,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:31,118 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:31,568 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:31,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:31,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:31,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:31,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:31,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:31,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:31,569 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:31,569 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:31,570 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:31 GMT 2018-12-12 16:40:31,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:31,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:31,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:31,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:31,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:31,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:31,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:31,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:31,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:31,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:31,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:31,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:31,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:31,659 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:31 GMT 2018-12-12 16:40:31,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:31,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:31,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:36,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:37,219 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:37,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:37,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:37,219 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:37,219 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:37,219 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:37,219 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:37,220 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:37,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:37,220 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:37 GMT 2018-12-12 16:40:37,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:37,220 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:37,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:37,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:37,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:37,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:37,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:37,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:37 GMT 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:37,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:42,306 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:42,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:42,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:42,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:42,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:42,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:42,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:42,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:42,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:42,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:42,682 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:42 GMT 2018-12-12 16:40:42,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:42,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:42,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:42,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:42 GMT 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:47,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:48,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:48,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:48,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:48,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:48,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:48,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:48,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:48,192 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:48,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:48,193 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:48 GMT 2018-12-12 16:40:48,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:48,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:48,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:48,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:48,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:48,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:48,288 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:48,288 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:48,288 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:48,288 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:48,288 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:48,288 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:48,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:48,288 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:48 GMT 2018-12-12 16:40:48,289 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:48,289 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:48,289 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:53,294 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:53,492 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:53,492 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:53,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:53,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:53,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:53,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:53,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:53,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:53,493 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:53,493 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:53 GMT 2018-12-12 16:40:53,493 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:53,493 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:53,493 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:53,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:53,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:53,595 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:53,595 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:53,595 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:53,595 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:53,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:53,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:53,596 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:53,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:53,596 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:53 GMT 2018-12-12 16:40:53,596 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:53,596 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:53,596 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:58,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:40:58,821 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:58 GMT 2018-12-12 16:40:58,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:58,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:40:58,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:40:58,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:40:58,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:40:58,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:40:58,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:40:58,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:40:58,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:40:58,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:40:58,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:40:58,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:40:58,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:40:58,905 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:40:58 GMT 2018-12-12 16:40:58,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:40:58,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:40:58,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:03,910 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:04,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:04,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:04,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:04,332 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:04,332 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:04,332 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:04,332 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:04,333 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:04,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:04,333 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:04 GMT 2018-12-12 16:41:04,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:04,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:04,333 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:04,333 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:04,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:04,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:04,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:04,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:04,428 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:04,428 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:04,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:04,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:04,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:04,428 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:04 GMT 2018-12-12 16:41:04,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:04,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:04,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:09,434 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:09,667 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:09,667 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:09,667 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:09,667 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:09 GMT 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:09,668 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:09,669 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:09,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:09,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:09,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:09,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:09,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:09,734 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:09,734 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:09,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:09,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:09,735 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:09 GMT 2018-12-12 16:41:09,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:09,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:09,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:14,740 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:14,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:14,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:14,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:14 GMT 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:14,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:14,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:14,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:14,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:14,935 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:14,935 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:14,935 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:14,936 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:14,936 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:14,936 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:14,936 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:14,936 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:14 GMT 2018-12-12 16:41:14,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:14,936 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:14,936 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:19,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:20,318 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:20,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:20,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:20,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:20,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:20,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:20,319 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:20,319 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:20,319 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:20,319 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:20 GMT 2018-12-12 16:41:20,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:20,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:20,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:20,319 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:20,396 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:20,396 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:20 GMT 2018-12-12 16:41:20,397 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:20,398 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:20,398 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:25,403 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:25,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:25,657 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:25 GMT 2018-12-12 16:41:25,658 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:25,658 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:25,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:25,658 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:25,768 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:25,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:25,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:25,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:25,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:25,769 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:25,769 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:25,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:25,769 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:25,769 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:25 GMT 2018-12-12 16:41:25,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:25,769 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:25,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:30,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:30,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:30,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:30,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:30 GMT 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:30,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:30,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:31,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:31 GMT 2018-12-12 16:41:31,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:31,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:31,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:36,036 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:36,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:36,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:36,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:36 GMT 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:36,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:36,181 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:36,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:36,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:36,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:36,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:36,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:36,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:36,323 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:36,323 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:36,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:36,323 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:36 GMT 2018-12-12 16:41:36,323 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:36,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:36,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:41,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:41,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:41,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:41,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:41,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:41,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:41,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:41,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:41,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:41,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:41,455 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:41 GMT 2018-12-12 16:41:41,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:41,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:41,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:41,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:41,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:41,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:41 GMT 2018-12-12 16:41:41,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:41,563 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:41,563 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:46,568 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:46,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:46,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:46,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:46,693 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:46,693 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:46,693 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:46,693 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:46,693 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:46,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:46,694 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:46 GMT 2018-12-12 16:41:46,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:46,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:46,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:46,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:46,769 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:46,769 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:46 GMT 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:46,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:46,771 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:51,776 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:51,955 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:51,955 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:51 GMT 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:51,956 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:51,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:51,957 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:52,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:52,074 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:52,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:52,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:52,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:52,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:52,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:52,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:52,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:52,075 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:52 GMT 2018-12-12 16:41:52,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:52,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:52,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:57,081 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:41:57,236 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:57,236 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:57,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:57 GMT 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:41:57,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:41:57,238 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:41:57,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:41:57,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:41:57,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:41:57,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:41:57,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:41:57,325 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:41:57,325 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:41:57,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:41:57,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:41:57,325 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:41:57 GMT 2018-12-12 16:41:57,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:41:57,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:41:57,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:02,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:02,578 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:02,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:02,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:02,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:02,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:02,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:02,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:02,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:42:02,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:02,579 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:02 GMT 2018-12-12 16:42:02,579 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:02,579 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:42:02,579 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:02,579 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:02,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:02,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:02,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:02,668 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:02,668 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:02,668 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:02,668 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:02,669 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:02,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:02,669 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:02 GMT 2018-12-12 16:42:02,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:02,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:02,669 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:07,674 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:07,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:07,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1643, "size": 50}}} 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:07 GMT 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:07,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:42:07,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:07,809 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:07,976 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:07,977 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:07,977 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:07,977 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:07,977 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:07,977 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:07,977 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:07,977 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:07,977 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:07,978 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:07 GMT 2018-12-12 16:42:07,978 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:07,978 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:07,978 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:12,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:13,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:13,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:13,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:13,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:13,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:13,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:13,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:13,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:42:12.938Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ynm4yv\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 2 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 35%\rExtracting templates from packages: 71%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.7 MB in 13s (3,920 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51330 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-171215.183529_amd64.deb ...\nUnpacking bono (1.0-171215.183529) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nSelecting previously unselected package restund.\nPreparing to unpack .../restund_1.0-171215.183529_amd64.deb ...\nUnpacking restund (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.7) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-163.213) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8689\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 8729\nclearwater-socket-factory-sig start/running, process 8735\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m41.727s\nuser\t0m8.609s\nsys\t0m7.653s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:42:12.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}], "metadata": {"pagination": {"total": 1660, "offset": 1643, "size": 50}}} 2018-12-12 16:42:13,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:13,161 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:13 GMT 2018-12-12 16:42:13,161 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:13,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37163 2018-12-12 16:42:13,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:13,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ynm4yv 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 2 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.7 MB in 13s (3,920 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51330 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-171215.183529_amd64.deb ... Unpacking bono (1.0-171215.183529) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Selecting previously unselected package restund. Preparing to unpack .../restund_1.0-171215.183529_amd64.deb ... Unpacking restund (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.7) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up sprout-libs (1.0-171215.183529) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8689 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 8729 clearwater-socket-factory-sig start/running, process 8735 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m41.727s user 0m8.609s sys 0m7.653s 2018-12-12 16:42:13,164 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:13,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:13,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:13,224 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:13 GMT 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:13,225 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:18,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:18,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:18,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:18,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:18,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:18,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:18,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:18,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:18,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:42:13.998Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:42:13.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}], "metadata": {"pagination": {"total": 1661, "offset": 1644, "size": 50}}} 2018-12-12 16:42:18,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:18,627 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:18 GMT 2018-12-12 16:42:18,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:18,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 618 2018-12-12 16:42:18,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:18,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:42:18,628 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:18,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:18,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:18,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:18 GMT 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:18,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:23,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:23,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:23,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:23,993 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:23,993 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:23,993 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:23,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:23,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:23,994 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1645, "size": 50}}} 2018-12-12 16:42:23,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:23,994 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:23 GMT 2018-12-12 16:42:23,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:23,994 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:42:23,994 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:23,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:24,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:24,107 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:24,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:24,107 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:24,107 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:24,108 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:24,108 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:24,108 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:24,108 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:24,108 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:24 GMT 2018-12-12 16:42:24,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:24,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:24,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:29,114 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:29,378 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:29,378 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:29,378 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:29,378 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:29,378 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:29,378 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:29,378 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:29,379 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1645, "size": 50}}} 2018-12-12 16:42:29,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:29,379 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:29 GMT 2018-12-12 16:42:29,379 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:29,379 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:42:29,379 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:29,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:29,488 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:29,489 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:29 GMT 2018-12-12 16:42:29,490 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:29,490 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:29,490 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:34,495 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:34,806 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:34,806 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:34,806 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:34,806 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:34,806 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:34,806 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:34,806 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:34,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1645, "size": 50}}} 2018-12-12 16:42:34,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:34,807 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:34 GMT 2018-12-12 16:42:34,807 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:34,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:42:34,807 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:34,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:35,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:35,497 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:35 GMT 2018-12-12 16:42:35,498 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:35,498 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:35,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:40,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:41,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:41,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:41,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:41,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:41,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:41,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:41,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:41,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:42:35.838Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-c2v7qg\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 2 not upgraded.\nNeed to get 87.7 MB of archives.\nAfter this operation, 201 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://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-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 31%\rExtracting templates from packages: 63%\rExtracting templates from packages: 95%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 87.7 MB in 18s (4,802 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51330 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.5) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package homer.\nPreparing to unpack .../homer_1.0-171213.182937_amd64.deb ...\nUnpacking homer (1.0-171213.182937) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for 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-163.213) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.5) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9048\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.................................................................................................................................................................................................................................................+++\n...........................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting cyclone (from crest)\nCollecting cryptography (from crest)\nCollecting idna (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting Twisted (from crest)\nCollecting prctl (from crest)\nCollecting cql (from crest)\nCollecting ipaddress (from crest)\nCollecting msgpack-python (from crest)\nCollecting attrs (from crest)\nCollecting Automat (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting telephus (from crest)\nCollecting asn1crypto (from crest)\nCollecting enum34 (from crest)\nCollecting pure-sasl (from crest)\nCollecting setuptools (from crest)\nCollecting constantly (from crest)\nCollecting lxml (from crest)\nCollecting thrift (from crest)\nCollecting incremental (from crest)\nCollecting zope.interface (from crest)\nCollecting six (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homer\nCollecting crest (from homer)\nCollecting cyclone (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting idna (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting six (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homer\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m12.443s\nuser\t0m20.104s\nsys\t0m10.236s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:42:35.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:42:37.036Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:42:37.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:42:38.058Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-vygjf0\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 2 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:26 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 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.7 [1,330 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 28%\rExtracting templates from packages: 57%\rExtracting templates from packages: 85%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.4 MB in 9s (5,778 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51330 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-base (1.0-171215.183529) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-scscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-icscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-bgcf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-171215.183529) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-171215.183529_amd64.deb ...\nUnpacking sprout (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.7) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-163.213) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8966\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 8997\nclearwater-socket-factory-sig start/running, process 9005\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9052\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\t3m12.497s\nuser\t0m9.589s\nsys\t0m10.129s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:42:38.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:42:38.058Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:42:38.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}], "metadata": {"pagination": {"total": 1665, "offset": 1645, "size": 50}}} 2018-12-12 16:42:41,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:41,071 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:41 GMT 2018-12-12 16:42:41,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:41,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 98101 2018-12-12 16:42:41,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:41,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-c2v7qg 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 2 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://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-diags-monitor 1.0-171215.180814 [25.4 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 31% Extracting templates from packages: 63% Extracting templates from packages: 95% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 87.7 MB in 18s (4,802 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51330 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-171213.182937_amd64.deb ... Unpacking homer (1.0-171213.182937) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for 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-163.213) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.5) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9048 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .................................................................................................................................................................................................................................................+++ ...........................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting cyclone (from crest) Collecting cryptography (from crest) Collecting idna (from crest) Collecting pyOpenSSL (from crest) Collecting Twisted (from crest) Collecting prctl (from crest) Collecting cql (from crest) Collecting ipaddress (from crest) Collecting msgpack-python (from crest) Collecting attrs (from crest) Collecting Automat (from crest) Collecting metaswitchcommon (from crest) Collecting telephus (from crest) Collecting asn1crypto (from crest) Collecting enum34 (from crest) Collecting pure-sasl (from crest) Collecting setuptools (from crest) Collecting constantly (from crest) Collecting lxml (from crest) Collecting thrift (from crest) Collecting incremental (from crest) Collecting zope.interface (from crest) Collecting six (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting cyclone (from crest->homer) Collecting cryptography (from crest->homer) Collecting idna (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting Twisted (from crest->homer) Collecting prctl (from crest->homer) Collecting cql (from crest->homer) Collecting ipaddress (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting attrs (from crest->homer) Collecting Automat (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting telephus (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting enum34 (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting setuptools (from crest->homer) Collecting constantly (from crest->homer) Collecting lxml (from crest->homer) Collecting thrift (from crest->homer) Collecting incremental (from crest->homer) Collecting zope.interface (from crest->homer) Collecting six (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homer Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m12.443s user 0m20.104s sys 0m10.236s 2018-12-12 16:42:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:42:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-vygjf0 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 2 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:23 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:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:26 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 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.7 [1,330 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 28% Extracting templates from packages: 57% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.4 MB in 9s (5,778 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51330 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ... Unpacking sprout-base (1.0-171215.183529) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-scscf (1.0-171215.183529) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-icscf (1.0-171215.183529) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ... Unpacking sprout-bgcf (1.0-171215.183529) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ... Unpacking sprout-mmtel-as (1.0-171215.183529) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-171215.183529_amd64.deb ... Unpacking sprout (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.7) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Setting up sprout-libs (1.0-171215.183529) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8966 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 8997 clearwater-socket-factory-sig start/running, process 9005 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9052 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 3m12.497s user 0m9.589s sys 0m10.129s 2018-12-12 16:42:41,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:42:41,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:41,255 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:41,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:41,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:41,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:41,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:41,256 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:41,256 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:41,256 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:41,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:41,257 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:41 GMT 2018-12-12 16:42:41,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:41,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:41,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:46,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:46,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:46,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:46,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:46,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:46,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:46,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:46,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:46,814 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1665, "offset": 1649, "size": 50}}} 2018-12-12 16:42:46,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:46,814 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:46 GMT 2018-12-12 16:42:46,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:46,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:42:46,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:46,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:46,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:46,984 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:46 GMT 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:46,985 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:46,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:51,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:52,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:52,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:52,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:52,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:52,456 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:52,456 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:52,456 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:52,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:42:48.329Z", "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 2 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (12.7 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57619 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m34.978s\nuser\t0m12.188s\nsys\t0m2.567s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:42:48.329Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:42:49.309Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:42:49.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}], "metadata": {"pagination": {"total": 1667, "offset": 1649, "size": 50}}} 2018-12-12 16:42:52,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:52,457 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:52 GMT 2018-12-12 16:42:52,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:52,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14898 2018-12-12 16:42:52,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:52,458 - 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 2 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (12.7 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57619 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m34.978s user 0m12.188s sys 0m2.567s 2018-12-12 16:42:52,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:42:52,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:52,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:52,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:52,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:52 GMT 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:52,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:57,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:42:57,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:57,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:57,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:57,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:57,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:57,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:57,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:57,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1667, "offset": 1651, "size": 50}}} 2018-12-12 16:42:57,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:57,890 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:57 GMT 2018-12-12 16:42:57,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:57,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:42:57,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:42:57,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:42:57,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:42:57,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:42:57,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:42:57,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:42:57,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:42:57,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:42:57,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:42:57,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:42:57,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:42:57,997 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:42:57 GMT 2018-12-12 16:42:57,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:42:57,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:42:57,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:03,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1667, "offset": 1651, "size": 50}}} 2018-12-12 16:43:03,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:03,704 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:03 GMT 2018-12-12 16:43:03,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:03,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:43:03,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:03,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:04,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:04,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:04,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:04,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:04,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:04,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:04,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:04,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:04,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:04,028 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:04 GMT 2018-12-12 16:43:04,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:04,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:04,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:09,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:09,375 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:09,375 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:09,375 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:09,376 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:09,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:09,376 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:09,376 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:09,376 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:04.288Z", "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 2 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 ... 57842 files and directories currently installed.)\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t0m15.562s\nuser\t0m0.792s\nsys\t0m0.531s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:04.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:04.519Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:04.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:05.536Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:05.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:05.536Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:05.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:06.606Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:06.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:06.606Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-aa2rwu\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 2 not upgraded.\nNeed to get 69.4 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,459 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3,754 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,979 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 30%\rExtracting templates from packages: 61%\rExtracting templates from packages: 91%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 69.4 MB in 16s (4,133 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51330 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51933 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package mysql-server.\nPreparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ellis.\nPreparing to unpack .../ellis_1.0-171213.182049_amd64.deb ...\nUnpacking ellis (1.0-171213.182049) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libhtml-template-perl.\nPreparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...\nUnpacking libhtml-template-perl (2.95-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libaio1:amd64 (0.3.109-4) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libdbi-perl (1.630-1) ...\nSetting up libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSetting up libterm-readkey-perl (2.31-1) ...\nSetting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nmysql start/running, process 9289\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-163.213) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libhtml-template-perl (2.95-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.62-0ubuntu0.14.04.1) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 10030\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n......................................+++\n...........................................................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up ellis (1.0-171213.182049) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting ellis\nCollecting metaswitchcommon (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting backports-abc (from ellis)\nCollecting certifi (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting singledispatch (from ellis)\nCollecting tornado (from ellis)\nCollecting pycurl (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, backports.ssl-match-hostname, backports-abc, certifi, msgpack-python, six, singledispatch, tornado, pycurl, py-bcrypt, MySQL-python, prctl, SQLAlchemy, phonenumbers, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m42.884s\nuser\t0m16.360s\nsys\t0m11.109s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:06.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:07.626Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5e:c0:bb \n inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:c0bb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:86987 errors:0 dropped:0 overruns:0 frame:0\n TX packets:46439 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131878066 (131.8 MB) TX bytes:9619192 (9.6 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:40 errors:0 dropped:0 overruns:0 frame:0\n TX packets:40 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3757 (3.7 KB) TX bytes:3757 (3.7 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:07.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:07.626Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:07.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:07.626Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.052s\nuser\t0m0.007s\nsys\t0m0.046s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:07.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:08.678Z", "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 9845/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1107/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8689/monit \ntcp 0 0 192.168.120.17:5058 0.0.0.0:* LISTEN 9030/bono \ntcp 0 0 192.168.120.17:5060 0.0.0.0:* LISTEN 9030/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9030/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9845/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1107/sshd \nudp 0 0 192.168.120.17:123 0.0.0.0:* 8179/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8179/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8179/ntpd \nudp 0 0 0.0.0.0:60730 0.0.0.0:* 651/dhclient \nudp 0 0 192.168.120.17:5058 0.0.0.0:* 9030/bono \nudp 0 0 192.168.120.17:5060 0.0.0.0:* 9030/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9845/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 651/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 8179/ntpd \nudp6 0 0 ::1:123 :::* 8179/ntpd \nudp6 0 0 :::123 :::* 8179/ntpd \nudp6 0 0 :::56562 :::* 651/dhclient \nudp6 0 0 ::1:53 :::* 9845/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8711 1016/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 20699 8742/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20702 8746/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 10866 1663/python2.7 /tmp/cloudify-logging-server-321e8.socket\nunix 2 [ ACC ] STREAM LISTENING 9563 1121/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 1465 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11993 1871/python2.7 /tmp/ctx-2376Wb.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 1944 392/systemd-udevd /run/udev/control\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:08.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:08.678Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:35 ? 00:00:00 /sbin/init\nroot 2 0 0 16:35 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 16:35 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:35 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:35 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:35 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:35 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:35 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:35 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:35 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:35 ? 00:00:00 [migration/0]\nroot 14 2 0 16:35 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:35 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:35 ? 00:00:00 [migration/1]\nroot 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 16:35 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:35 ? 00:00:00 [khelper]\nroot 21 2 0 16:35 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:35 ? 00:00:00 [netns]\nroot 23 2 0 16:35 ? 00:00:00 [writeback]\nroot 24 2 0 16:35 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:35 ? 00:00:00 [bioset]\nroot 26 2 0 16:35 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 16:35 ? 00:00:00 [kblockd]\nroot 28 2 0 16:35 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:35 ? 00:00:00 [khubd]\nroot 30 2 0 16:35 ? 00:00:00 [md]\nroot 31 2 0 16:35 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:35 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 16:35 ? 00:00:00 [khungtaskd]\nroot 35 2 0 16:35 ? 00:00:00 [kswapd0]\nroot 36 2 0 16:35 ? 00:00:00 [vmstat]\nroot 37 2 0 16:35 ? 00:00:00 [ksmd]\nroot 38 2 0 16:35 ? 00:00:00 [khugepaged]\nroot 39 2 0 16:35 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 16:35 ? 00:00:00 [crypto]\nroot 53 2 0 16:35 ? 00:00:00 [kthrotld]\nroot 54 2 0 16:35 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 16:35 ? 00:00:00 [vballoon]\nroot 56 2 0 16:35 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 16:35 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:35 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 16:35 ? 00:00:00 [deferwq]\nroot 80 2 0 16:35 ? 00:00:00 [charger_manager]\nroot 123 2 0 16:35 ? 00:00:00 [kpsmoused]\nroot 143 2 0 16:35 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 433 2 0 16:35 ? 00:00:00 [kworker/u5:1]\nroot 493 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon\nroot 651 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 822 2 0 16:35 ? 00:00:00 [kauditd]\nroot 946 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1008 1 0 16:35 ? 00:00:00 rsyslogd\nmessage+ 1016 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork\nroot 1026 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1053 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1056 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1107 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D\nroot 1110 1 0 16:35 ? 00:00:00 cron\ndaemon 1111 1 0 16:35 ? 00:00:00 atd\nroot 1115 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance\nroot 1121 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1201 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1457 2 0 16:36 ? 00:00:00 [kworker/0:2]\nubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/bono_host_ynm4yv/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ynm4yv --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ynm4yv --logging-server-logdir=/home/ubuntu/bono_host_ynm4yv/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ynm4yv/work/bono_host_ynm4yv%I.log --pidfile=/home/ubuntu/bono_host_ynm4yv/work/bono_host_ynm4yv.pid\nubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/bono_host_ynm4yv/env/bin/diamond --configfile /home/ubuntu/bono_host_ynm4yv/work/plugins/diamond/etc/diamond.conf\nubuntu 1847 1663 0 16:39 ? 00:00:00 /home/ubuntu/bono_host_ynm4yv/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ynm4yv --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ynm4yv --logging-server-logdir=/home/ubuntu/bono_host_ynm4yv/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ynm4yv/work/bono_host_ynm4yv%I.log --pidfile=/home/ubuntu/bono_host_ynm4yv/work/bono_host_ynm4yv.pid\nubuntu 1871 1847 0 16:39 ? 00:00:00 /home/ubuntu/bono_host_ynm4yv/env/bin/python2.7 /home/ubuntu/bono_host_ynm4yv/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-8rhgJb\nubuntu 1883 1871 0 16:39 ? 00:00:00 /bin/sh -c /tmp/OEFYS/install-bono.sh\nubuntu 1885 1883 0 16:39 ? 00:00:00 /bin/bash -e /tmp/OEFYS/install-bono.sh\nroot 2355 2 0 16:40 ? 00:00:00 [kworker/u5:2]\nntp 8179 1 0 16:41 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8689 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8729 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8730 8729 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8735 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8736 8735 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8742 8730 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8745 8736 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8746 8745 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9030 1 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.17,bono-abbk71.clearwater.local --alias=172.30.9.212,bono-abbk71.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-abbk71.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 9845 1 0 16:43 ? 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 9909 1885 0 16:43 ? 00:00:00 /bin/bash -e /tmp/OEFYS/install-bono.sh\nubuntu 9910 9909 0 16:43 ? 00:00:00 /bin/bash -e /tmp/OEFYS/install-bono.sh\nroot 9911 9910 0 16:43 ? 00:00:00 sudo ps -edf\nroot 9912 9911 0 16:43 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:08.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:08.678Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:08.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:08.678Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:08.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:08.678Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:08.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}], "metadata": {"pagination": {"total": 1681, "offset": 1651, "size": 50}}} 2018-12-12 16:43:09,376 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:09,376 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:09 GMT 2018-12-12 16:43:09,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:09,377 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 68277 2018-12-12 16:43:09,377 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:09,379 - 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 2 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 ... 57842 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m15.562s user 0m0.792s sys 0m0.531s 2018-12-12 16:43:09,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-12-12 16:43:09,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-12-12 16:43:09,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-12-12 16:43:09,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:43:09,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-aa2rwu 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 2 not upgraded. Need to get 69.4 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,459 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3,754 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,979 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 91% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.4 MB in 16s (4,133 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51330 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51933 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package mysql-server. Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package ellis. Preparing to unpack .../ellis_1.0-171213.182049_amd64.deb ... Unpacking ellis (1.0-171213.182049) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libhtml-template-perl. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... Unpacking libhtml-template-perl (2.95-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libaio1:amd64 (0.3.109-4) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libdbi-perl (1.630-1) ... Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... Setting up libterm-readkey-perl (2.31-1) ... Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... mysql start/running, process 9289 Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libhtml-template-perl (2.95-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 10030 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ......................................+++ ...........................................................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up ellis (1.0-171213.182049) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting ellis Collecting metaswitchcommon (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting backports-abc (from ellis) Collecting certifi (from ellis) Collecting msgpack-python (from ellis) Collecting singledispatch (from ellis) Collecting tornado (from ellis) Collecting pycurl (from ellis) Collecting py-bcrypt (from ellis) Collecting MySQL-python (from ellis) Collecting six (from ellis) Collecting prctl (from ellis) Collecting SQLAlchemy (from ellis) Collecting phonenumbers (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, backports.ssl-match-hostname, backports-abc, certifi, msgpack-python, six, singledispatch, tornado, pycurl, py-bcrypt, MySQL-python, prctl, SQLAlchemy, phonenumbers, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m42.884s user 0m16.360s sys 0m11.109s 2018-12-12 16:43:09,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5e:c0:bb inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe5e:c0bb/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:86987 errors:0 dropped:0 overruns:0 frame:0 TX packets:46439 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131878066 (131.8 MB) TX bytes:9619192 (9.6 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:40 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3757 (3.7 KB) TX bytes:3757 (3.7 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-12 16:43:09,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-12-12 16:43:09,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.052s user 0m0.007s sys 0m0.046s 2018-12-12 16:43:09,381 - 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 9845/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1107/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8689/monit tcp 0 0 192.168.120.17:5058 0.0.0.0:* LISTEN 9030/bono tcp 0 0 192.168.120.17:5060 0.0.0.0:* LISTEN 9030/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9030/bono tcp6 0 0 ::1:53 :::* LISTEN 9845/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1107/sshd udp 0 0 192.168.120.17:123 0.0.0.0:* 8179/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8179/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8179/ntpd udp 0 0 0.0.0.0:60730 0.0.0.0:* 651/dhclient udp 0 0 192.168.120.17:5058 0.0.0.0:* 9030/bono udp 0 0 192.168.120.17:5060 0.0.0.0:* 9030/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9845/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 651/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 8179/ntpd udp6 0 0 ::1:123 :::* 8179/ntpd udp6 0 0 :::123 :::* 8179/ntpd udp6 0 0 :::56562 :::* 651/dhclient udp6 0 0 ::1:53 :::* 9845/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8711 1016/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 20699 8742/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20702 8746/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 10866 1663/python2.7 /tmp/cloudify-logging-server-321e8.socket unix 2 [ ACC ] STREAM LISTENING 9563 1121/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 1465 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11993 1871/python2.7 /tmp/ctx-2376Wb.socket unix 2 [ ACC ] SEQPACKET LISTENING 1944 392/systemd-udevd /run/udev/control real 0m0.006s user 0m0.003s sys 0m0.004s 2018-12-12 16:43:09,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:35 ? 00:00:00 /sbin/init root 2 0 0 16:35 ? 00:00:00 [kthreadd] root 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0] root 5 2 0 16:35 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:35 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:35 ? 00:00:00 [rcu_sched] root 8 2 0 16:35 ? 00:00:00 [rcuos/0] root 9 2 0 16:35 ? 00:00:00 [rcuos/1] root 10 2 0 16:35 ? 00:00:00 [rcu_bh] root 11 2 0 16:35 ? 00:00:00 [rcuob/0] root 12 2 0 16:35 ? 00:00:00 [rcuob/1] root 13 2 0 16:35 ? 00:00:00 [migration/0] root 14 2 0 16:35 ? 00:00:00 [watchdog/0] root 15 2 0 16:35 ? 00:00:00 [watchdog/1] root 16 2 0 16:35 ? 00:00:00 [migration/1] root 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1] root 19 2 0 16:35 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:35 ? 00:00:00 [khelper] root 21 2 0 16:35 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:35 ? 00:00:00 [netns] root 23 2 0 16:35 ? 00:00:00 [writeback] root 24 2 0 16:35 ? 00:00:00 [kintegrityd] root 25 2 0 16:35 ? 00:00:00 [bioset] root 26 2 0 16:35 ? 00:00:00 [kworker/u5:0] root 27 2 0 16:35 ? 00:00:00 [kblockd] root 28 2 0 16:35 ? 00:00:00 [ata_sff] root 29 2 0 16:35 ? 00:00:00 [khubd] root 30 2 0 16:35 ? 00:00:00 [md] root 31 2 0 16:35 ? 00:00:00 [devfreq_wq] root 32 2 0 16:35 ? 00:00:00 [kworker/0:1] root 34 2 0 16:35 ? 00:00:00 [khungtaskd] root 35 2 0 16:35 ? 00:00:00 [kswapd0] root 36 2 0 16:35 ? 00:00:00 [vmstat] root 37 2 0 16:35 ? 00:00:00 [ksmd] root 38 2 0 16:35 ? 00:00:00 [khugepaged] root 39 2 0 16:35 ? 00:00:00 [fsnotify_mark] root 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 16:35 ? 00:00:00 [crypto] root 53 2 0 16:35 ? 00:00:00 [kthrotld] root 54 2 0 16:35 ? 00:00:00 [kworker/u4:1] root 55 2 0 16:35 ? 00:00:00 [vballoon] root 56 2 0 16:35 ? 00:00:00 [kworker/1:1] root 57 2 0 16:35 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:35 ? 00:00:00 [scsi_eh_1] root 79 2 0 16:35 ? 00:00:00 [deferwq] root 80 2 0 16:35 ? 00:00:00 [charger_manager] root 123 2 0 16:35 ? 00:00:00 [kpsmoused] root 143 2 0 16:35 ? 00:00:00 [kworker/1:2] root 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 433 2 0 16:35 ? 00:00:00 [kworker/u5:1] root 493 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon root 651 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 822 2 0 16:35 ? 00:00:00 [kauditd] root 946 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon syslog 1008 1 0 16:35 ? 00:00:00 rsyslogd message+ 1016 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork root 1026 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind root 1053 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1056 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1107 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D root 1110 1 0 16:35 ? 00:00:00 cron daemon 1111 1 0 16:35 ? 00:00:00 atd root 1115 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance root 1121 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1201 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1457 2 0 16:36 ? 00:00:00 [kworker/0:2] ubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/bono_host_ynm4yv/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ynm4yv --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ynm4yv --logging-server-logdir=/home/ubuntu/bono_host_ynm4yv/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ynm4yv/work/bono_host_ynm4yv%I.log --pidfile=/home/ubuntu/bono_host_ynm4yv/work/bono_host_ynm4yv.pid ubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/bono_host_ynm4yv/env/bin/diamond --configfile /home/ubuntu/bono_host_ynm4yv/work/plugins/diamond/etc/diamond.conf ubuntu 1847 1663 0 16:39 ? 00:00:00 /home/ubuntu/bono_host_ynm4yv/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ynm4yv --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ynm4yv --logging-server-logdir=/home/ubuntu/bono_host_ynm4yv/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ynm4yv/work/bono_host_ynm4yv%I.log --pidfile=/home/ubuntu/bono_host_ynm4yv/work/bono_host_ynm4yv.pid ubuntu 1871 1847 0 16:39 ? 00:00:00 /home/ubuntu/bono_host_ynm4yv/env/bin/python2.7 /home/ubuntu/bono_host_ynm4yv/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-8rhgJb ubuntu 1883 1871 0 16:39 ? 00:00:00 /bin/sh -c /tmp/OEFYS/install-bono.sh ubuntu 1885 1883 0 16:39 ? 00:00:00 /bin/bash -e /tmp/OEFYS/install-bono.sh root 2355 2 0 16:40 ? 00:00:00 [kworker/u5:2] ntp 8179 1 0 16:41 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8689 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8729 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8730 8729 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8735 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8736 8735 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8742 8730 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8745 8736 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8746 8745 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9030 1 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.17,bono-abbk71.clearwater.local --alias=172.30.9.212,bono-abbk71.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-abbk71.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 9845 1 0 16:43 ? 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 9909 1885 0 16:43 ? 00:00:00 /bin/bash -e /tmp/OEFYS/install-bono.sh ubuntu 9910 9909 0 16:43 ? 00:00:00 /bin/bash -e /tmp/OEFYS/install-bono.sh root 9911 9910 0 16:43 ? 00:00:00 sudo ps -edf root 9912 9911 0 16:43 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-12-12 16:43:09,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-12-12 16:43:09,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-12-12 16:43:09,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-12-12 16:43:09,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:09,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:09,466 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:09,466 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:09,466 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:09 GMT 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:09,467 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:14,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:15,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:15,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:15,055 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:15,055 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:15,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:15,056 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:15,056 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:15,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:09.699Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:09.699Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:09.699Z", "message": "[bono] => /var/log/iotop.log\n/var/log/btmp\n/var/log/lastlog\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/boot.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/bono/bono_out.log\n/var/log/bono/bono_20181212T160000Z.txt\n/var/log/bono/bono_err.log\n/var/log/auth.log\n/var/log/sysstat/clearwater-sa12\n/var/log/monit.log\n/var/log/kern.log\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape/sysinfo.log\n/var/log/clearwater-socket-factory.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:09.699Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:09.699Z", "message": "[bono] => 2018:12:12 16:42:08: Namespace: management\n2018:12:12 16:42:08: [management] Starting server\n2018:12:12 16:42:08: [management] Listening for requests\n2018:12:12 16:42:08: Namespace: signaling\n2018:12:12 16:42:08: [signaling] Starting server\n2018:12:12 16:42:08: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:09.699Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:10.713Z", "message": "[bono] => 2018-12-12 16:42:30.439500891 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:10.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:10.713Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:10.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:10.713Z", "message": "[bono] sudo cat /var/log/bono/bono_20181212T160000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:10.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:11.111Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:11.111Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:11.743Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:11.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:11.743Z", "message": "Execution done (return_code=0): /tmp/OEFYS/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:11.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "73c9ce3c-2204-48a7-adc5-180a2f4c6b86"}, {"node_instance_id": "bono_abbk71", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:12.238Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:12.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:13.076Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:13.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:13.076Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:13.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:13.076Z", "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 2 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (10.6 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58183 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m36.345s\nuser\t0m12.250s\nsys\t0m2.716s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:13.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:13.251Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:13.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:13.251Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:13.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:14.199Z", "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 2 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (10.3 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57922 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m36.421s\nuser\t0m12.539s\nsys\t0m3.237s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:14.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:14.199Z", "message": "Downloaded scripts/bind/bind.py to /tmp/K5VL9/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:14.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:14.199Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:14.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:14.199Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:14.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:14.199Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:14.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}], "metadata": {"pagination": {"total": 1704, "offset": 1665, "size": 50}}} 2018-12-12 16:43:15,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:15,056 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:15 GMT 2018-12-12 16:43:15,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:15,056 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 39540 2018-12-12 16:43:15,056 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:15,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-12-12 16:43:15,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/iotop.log /var/log/btmp /var/log/lastlog /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/boot.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/bono/bono_out.log /var/log/bono/bono_20181212T160000Z.txt /var/log/bono/bono_err.log /var/log/auth.log /var/log/sysstat/clearwater-sa12 /var/log/monit.log /var/log/kern.log /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape/sysinfo.log /var/log/clearwater-socket-factory.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.008s user 0m0.000s sys 0m0.005s 2018-12-12 16:43:15,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:12:12 16:42:08: Namespace: management 2018:12:12 16:42:08: [management] Starting server 2018:12:12 16:42:08: [management] Listening for requests 2018:12:12 16:42:08: Namespace: signaling 2018:12:12 16:42:08: [signaling] Starting server 2018:12:12 16:42:08: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-12 16:43:15,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-12-12 16:42:30.439500891 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-12 16:43:15,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-12-12 16:43:15,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20181212T160000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-12-12 16:43:15,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:15,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-12-12 16:43:15,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/OEFYS/install-bono.sh 2018-12-12 16:43:15,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:43:15,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-12-12 16:43:15,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-12-12 16:43:15,060 - 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 2 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.6 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58183 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m36.345s user 0m12.250s sys 0m2.716s 2018-12-12 16:43:15,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:43:15,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:43:15,061 - 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 2 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.3 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57922 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m36.421s user 0m12.539s sys 0m3.237s 2018-12-12 16:43:15,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/K5VL9/bind.py 2018-12-12 16:43:15,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-12-12 16:43:15,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:43:15,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:43:15,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:15,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:15,173 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:15,173 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:15,173 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:15,173 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:15,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:15,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:15,174 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:15,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:15,174 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:15 GMT 2018-12-12 16:43:15,174 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:15,174 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:15,174 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:20,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:20,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:20,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:20,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:20,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:20,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:20,666 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:20,666 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:20,666 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "[localhost] run: sudo mv /tmp/tmpjovEnV /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "[localhost] run: sudo mv /tmp/tmpKJEDsy /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.260Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "3fe619e5-689a-47b2-9941-1797ac955950"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:15.299Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:15.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:16.319Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:16.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:16.319Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:16.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:16.338Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.075s\nuser\t0m0.004s\nsys\t0m0.050s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:16.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:16.338Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2HNEO/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:16.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8262857c-d77b-494d-907b-b794fd87dc08"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:16.338Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_7zbd7g/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:16.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8262857c-d77b-494d-907b-b794fd87dc08"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:16.338Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:ad:ba:74 \n inet addr:192.168.120.15 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fead:ba74/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:112495 errors:0 dropped:0 overruns:0 frame:0\n TX packets:63574 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166924665 (166.9 MB) TX bytes:11005467 (11.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:48 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:16.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:16.338Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:16.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:16.338Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:16.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:17.369Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:17.369Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.057s\nuser\t0m0.002s\nsys\t0m0.055s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:17.369Z", "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 9870/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 9048/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9218/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9870/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1093/sshd \nudp 0 0 192.168.120.15:123 0.0.0.0:* 8531/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8531/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8531/ntpd \nudp 0 0 0.0.0.0:46826 0.0.0.0:* 566/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9870/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 566/dhclient \nudp6 0 0 fe80::f816:3eff:fea:123 :::* 8531/ntpd \nudp6 0 0 ::1:123 :::* 8531/ntpd \nudp6 0 0 :::123 :::* 8531/ntpd \nudp6 0 0 :::53897 :::* 566/dhclient \nudp6 0 0 ::1:53 :::* 9870/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7219 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11552 1661/python2.7 /tmp/cloudify-logging-server-c7d76.socket\nunix 2 [ ACC ] STREAM LISTENING 7041 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12377 1874/python2.7 /tmp/ctx-PzaQZJ.socket\nunix 2 [ ACC ] STREAM LISTENING 9357 1102/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9406 1158/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:17.369Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:17.369Z", "message": "[homer] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa12\n/var/log/sysstat/sa12\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/upstart\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:17.369Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:17.369Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:35 ? 00:00:00 /sbin/init\nroot 2 0 0 16:35 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 16:35 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:35 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:35 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:35 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:35 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:35 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:35 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:35 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:35 ? 00:00:00 [migration/0]\nroot 14 2 0 16:35 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:35 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:35 ? 00:00:00 [migration/1]\nroot 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 16:35 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 16:35 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:35 ? 00:00:00 [khelper]\nroot 21 2 0 16:35 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:35 ? 00:00:00 [netns]\nroot 23 2 0 16:35 ? 00:00:00 [writeback]\nroot 24 2 0 16:35 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:35 ? 00:00:00 [bioset]\nroot 26 2 0 16:35 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 16:35 ? 00:00:00 [kblockd]\nroot 28 2 0 16:35 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:35 ? 00:00:00 [khubd]\nroot 30 2 0 16:35 ? 00:00:00 [md]\nroot 31 2 0 16:35 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:35 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 16:35 ? 00:00:00 [khungtaskd]\nroot 35 2 0 16:35 ? 00:00:00 [kswapd0]\nroot 36 2 0 16:35 ? 00:00:00 [vmstat]\nroot 37 2 0 16:35 ? 00:00:00 [ksmd]\nroot 38 2 0 16:35 ? 00:00:00 [khugepaged]\nroot 39 2 0 16:35 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 16:35 ? 00:00:00 [crypto]\nroot 53 2 0 16:35 ? 00:00:00 [kthrotld]\nroot 54 2 0 16:35 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 16:35 ? 00:00:00 [vballoon]\nroot 56 2 0 16:35 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 16:35 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:35 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 16:35 ? 00:00:00 [deferwq]\nroot 80 2 0 16:35 ? 00:00:00 [charger_manager]\nroot 124 2 0 16:35 ? 00:00:00 [kpsmoused]\nroot 142 2 0 16:35 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 433 2 0 16:35 ? 00:00:00 [kworker/u5:1]\nroot 504 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon\nroot 566 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 16:35 ? 00:00:00 [kauditd]\nroot 938 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1007 1 0 16:35 ? 00:00:00 rsyslogd\nroot 1038 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1041 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1046 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1047 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1049 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1093 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D\nroot 1095 1 0 16:35 ? 00:00:00 cron\ndaemon 1096 1 0 16:35 ? 00:00:00 atd\nroot 1101 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance\nroot 1102 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nmessage+ 1158 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork\nroot 1177 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1257 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1264 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1661 1 0 16:35 ? 00:00:00 /home/ubuntu/homer_host_c2v7qg/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_c2v7qg --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_c2v7qg --logging-server-logdir=/home/ubuntu/homer_host_c2v7qg/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_c2v7qg/work/homer_host_c2v7qg%I.log --pidfile=/home/ubuntu/homer_host_c2v7qg/work/homer_host_c2v7qg.pid\nubuntu 1775 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/homer_host_c2v7qg/env/bin/diamond --configfile /home/ubuntu/homer_host_c2v7qg/work/plugins/diamond/etc/diamond.conf\nubuntu 1853 1661 0 16:39 ? 00:00:00 /home/ubuntu/homer_host_c2v7qg/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_c2v7qg --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_c2v7qg --logging-server-logdir=/home/ubuntu/homer_host_c2v7qg/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_c2v7qg/work/homer_host_c2v7qg%I.log --pidfile=/home/ubuntu/homer_host_c2v7qg/work/homer_host_c2v7qg.pid\nubuntu 1874 1853 0 16:39 ? 00:00:00 /home/ubuntu/homer_host_c2v7qg/env/bin/python2.7 /home/ubuntu/homer_host_c2v7qg/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-npc8WB\nubuntu 1886 1874 0 16:39 ? 00:00:00 /bin/sh -c /tmp/UPQ51/install-homer.sh\nubuntu 1888 1886 0 16:39 ? 00:00:00 /bin/bash -e /tmp/UPQ51/install-homer.sh\nroot 2381 2 0 16:40 ? 00:00:00 [kworker/u5:2]\nntp 8531 1 0 16:41 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9048 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9106 1 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9110 9106 0 16:42 ? 00:00:00 inotifywait -e create -qq .\nroot 9218 1 0 16:42 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9219 9218 0 16:42 ? 00:00:00 nginx: worker process\nwww-data 9220 9218 0 16:42 ? 00:00:00 nginx: worker process\nwww-data 9221 9218 0 16:42 ? 00:00:00 nginx: worker process\nwww-data 9222 9218 0 16:42 ? 00:00:00 nginx: worker process\nroot 9767 9048 0 16:43 ? 00:00:00 [nginx_ping] \nroot 9769 9048 0 16:43 ? 00:00:00 [check-nginx-upt] \nroot 9771 9048 0 16:43 ? 00:00:00 [check-monit-upt] \ndnsmasq 9870 1 0 16:43 ? 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 9934 1888 0 16:43 ? 00:00:00 /bin/bash -e /tmp/UPQ51/install-homer.sh\nubuntu 9935 9934 0 16:43 ? 00:00:00 /bin/bash -e /tmp/UPQ51/install-homer.sh\nroot 9936 9935 0 16:43 ? 00:00:00 sudo ps -edf\nroot 9937 9936 0 16:43 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "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 9786/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9052/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9786/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \nudp 0 0 192.168.120.8:123 0.0.0.0:* 8480/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8480/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8480/ntpd \nudp 0 0 0.0.0.0:40362 0.0.0.0:* 651/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9786/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 651/dhclient \nudp6 0 0 fe80::f816:3eff:fe2:123 :::* 8480/ntpd \nudp6 0 0 ::1:123 :::* 8480/ntpd \nudp6 0 0 :::123 :::* 8480/ntpd \nudp6 0 0 :::10600 :::* 651/dhclient \nudp6 0 0 ::1:53 :::* 9786/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9261 1121/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9012 901/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11129 1663/python2.7 /tmp/cloudify-logging-server-a6e63.socket\nunix 2 [ ACC ] STREAM LISTENING 1621 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11789 1869/python2.7 /tmp/ctx-WsVpyV.socket\nunix 2 [ ACC ] STREAM LISTENING 21542 9009/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21545 9014/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7149 395/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:21:fe:4c \n inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe21:fe4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90499 errors:0 dropped:0 overruns:0 frame:0\n TX packets:53394 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:134124971 (134.1 MB) TX bytes:10304244 (10.3 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:16 errors:0 dropped:0 overruns:0 frame:0\n TX packets:16 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "message": "[homer] => [12-Dec-2018 16:42:16 UTC] clearwater-diags-monitor starting\n[12-Dec-2018 16:42:16 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "message": "[homer] => 2018-12-12 16:42:53.087354591 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.672Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:35 ? 00:00:00 /sbin/init\nroot 2 0 0 16:35 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 16:35 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:35 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:35 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:35 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:35 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:35 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:35 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:35 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:35 ? 00:00:00 [migration/0]\nroot 14 2 0 16:35 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:35 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:35 ? 00:00:00 [migration/1]\nroot 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 16:35 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:35 ? 00:00:00 [khelper]\nroot 21 2 0 16:35 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:35 ? 00:00:00 [netns]\nroot 23 2 0 16:35 ? 00:00:00 [writeback]\nroot 24 2 0 16:35 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:35 ? 00:00:00 [bioset]\nroot 27 2 0 16:35 ? 00:00:00 [kblockd]\nroot 28 2 0 16:35 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:35 ? 00:00:00 [khubd]\nroot 30 2 0 16:35 ? 00:00:00 [md]\nroot 31 2 0 16:35 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:35 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 16:35 ? 00:00:00 [khungtaskd]\nroot 35 2 0 16:35 ? 00:00:00 [kswapd0]\nroot 36 2 0 16:35 ? 00:00:00 [vmstat]\nroot 37 2 0 16:35 ? 00:00:00 [ksmd]\nroot 38 2 0 16:35 ? 00:00:00 [khugepaged]\nroot 39 2 0 16:35 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 16:35 ? 00:00:00 [crypto]\nroot 53 2 0 16:35 ? 00:00:00 [kthrotld]\nroot 54 2 0 16:35 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 16:35 ? 00:00:00 [vballoon]\nroot 56 2 0 16:35 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 16:35 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:35 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 16:35 ? 00:00:00 [deferwq]\nroot 80 2 0 16:35 ? 00:00:00 [charger_manager]\nroot 124 2 0 16:35 ? 00:00:00 [kpsmoused]\nroot 146 2 0 16:35 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 16:35 ? 00:00:00 [kworker/u5:1]\nroot 435 2 0 16:35 ? 00:00:00 [kworker/u5:2]\nroot 513 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon\nroot 552 2 0 16:35 ? 00:00:00 [kworker/0:2]\nroot 651 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 823 2 0 16:35 ? 00:00:00 [kauditd]\nmessage+ 901 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork\nroot 935 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind\nroot 949 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon\nroot 1054 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D\nroot 1108 1 0 16:35 ? 00:00:00 cron\ndaemon 1109 1 0 16:35 ? 00:00:00 atd\nroot 1119 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance\nroot 1121 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1208 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/sprout_host_vygjf0/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_vygjf0 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_vygjf0 --logging-server-logdir=/home/ubuntu/sprout_host_vygjf0/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_vygjf0/work/sprout_host_vygjf0%I.log --pidfile=/home/ubuntu/sprout_host_vygjf0/work/sprout_host_vygjf0.pid\nubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_vygjf0/env/bin/diamond --configfile /home/ubuntu/sprout_host_vygjf0/work/plugins/diamond/etc/diamond.conf\nubuntu 1847 1663 0 16:39 ? 00:00:00 /home/ubuntu/sprout_host_vygjf0/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_vygjf0 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_vygjf0 --logging-server-logdir=/home/ubuntu/sprout_host_vygjf0/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_vygjf0/work/sprout_host_vygjf0%I.log --pidfile=/home/ubuntu/sprout_host_vygjf0/work/sprout_host_vygjf0.pid\nubuntu 1869 1847 0 16:39 ? 00:00:00 /home/ubuntu/sprout_host_vygjf0/env/bin/python2.7 /home/ubuntu/sprout_host_vygjf0/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-NO_eLl\nubuntu 1880 1869 0 16:39 ? 00:00:00 /bin/sh -c /tmp/UNO11/install-sprout.sh\nubuntu 1883 1880 0 16:39 ? 00:00:00 /bin/bash -e /tmp/UNO11/install-sprout.sh\nroot 2769 2 0 16:40 ? 00:00:00 [kworker/u5:0]\nntp 8480 1 0 16:41 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8966 1 0 16:42 ? 00:00:00 rsyslogd\nroot 8997 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8998 8997 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9005 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9006 9005 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9009 8998 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9013 9006 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9014 9013 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9052 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\ndnsmasq 9786 1 0 16:43 ? 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 9850 1883 0 16:43 ? 00:00:00 /bin/bash -e /tmp/UNO11/install-sprout.sh\nubuntu 9851 9850 0 16:43 ? 00:00:00 /bin/bash -e /tmp/UNO11/install-sprout.sh\nroot 9852 9851 0 16:43 ? 00:00:00 sudo ps -edf\nroot 9853 9852 0 16:43 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:18.847Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:18.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:19.347Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:19.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:19.800Z", "message": "[sprout] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa12\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/kern.log\n/var/log/sprout\n/var/log/sprout/sprout_20181212T160000Z.txt\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_current.txt\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/clearwater-socket-factory.log\n/var/log/upstart\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:19.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:19.800Z", "message": "[sprout] => 2018:12:12 16:42:21: Namespace: management\n2018:12:12 16:42:21: [management] Starting server\n2018:12:12 16:42:21: [management] Listening for requests\n2018:12:12 16:42:21: Namespace: signaling\n2018:12:12 16:42:21: [signaling] Starting server\n2018:12:12 16:42:21: [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-12-12T16:43:19.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:19.800Z", "message": "Execution done (return_code=0): /tmp/UPQ51/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:19.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:19.800Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:19.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:19.800Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:19.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:19.800Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:19.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "abda438b-5432-41d2-9adc-11f29d889706"}], "metadata": {"pagination": {"total": 1755, "offset": 1685, "size": 50}}} 2018-12-12 16:43:20,666 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:20,666 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:20 GMT 2018-12-12 16:43:20,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:20,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51767 2018-12-12 16:43:20,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:20,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:43:20,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-12-12 16:43:20,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:43:20,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjovEnV /etc/bind/db.clearwater.opnfv 2018-12-12 16:43:20,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:43:20,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpKJEDsy /etc/bind/db.clearwater.local 2018-12-12 16:43:20,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:43:20,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:43:20,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-12-12 16:43:20,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-12-12 16:43:20,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:43:20,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:43:20,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:20,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:43:20,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:43:20,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.075s user 0m0.004s sys 0m0.050s 2018-12-12 16:43:20,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2HNEO/add-snmpproxy-collector.py 2018-12-12 16:43:20,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_7zbd7g/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-12-12 16:43:20,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:ad:ba:74 inet addr:192.168.120.15 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fead:ba74/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:112495 errors:0 dropped:0 overruns:0 frame:0 TX packets:63574 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166924665 (166.9 MB) TX bytes:11005467 (11.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:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2018-12-12 16:43:20,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-12-12 16:43:20,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-12-12 16:43:20,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-12-12 16:43:20,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.057s user 0m0.002s sys 0m0.055s 2018-12-12 16:43:20,672 - 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 9870/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 9048/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9218/nginx tcp6 0 0 ::1:53 :::* LISTEN 9870/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1093/sshd udp 0 0 192.168.120.15:123 0.0.0.0:* 8531/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8531/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8531/ntpd udp 0 0 0.0.0.0:46826 0.0.0.0:* 566/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9870/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 566/dhclient udp6 0 0 fe80::f816:3eff:fea:123 :::* 8531/ntpd udp6 0 0 ::1:123 :::* 8531/ntpd udp6 0 0 :::123 :::* 8531/ntpd udp6 0 0 :::53897 :::* 566/dhclient udp6 0 0 ::1:53 :::* 9870/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7219 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11552 1661/python2.7 /tmp/cloudify-logging-server-c7d76.socket unix 2 [ ACC ] STREAM LISTENING 7041 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12377 1874/python2.7 /tmp/ctx-PzaQZJ.socket unix 2 [ ACC ] STREAM LISTENING 9357 1102/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9406 1158/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-12-12 16:43:20,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-12-12 16:43:20,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/boot.log /var/log/dist-upgrade /var/log/clearwater-diags-monitor.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/auth.log /var/log/sysstat /var/log/sysstat/clearwater-sa12 /var/log/sysstat/sa12 /var/log/ntpstats /var/log/monit.log /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/upstart /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.006s user 0m0.000s sys 0m0.004s 2018-12-12 16:43:20,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-12-12 16:43:20,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:35 ? 00:00:00 /sbin/init root 2 0 0 16:35 ? 00:00:00 [kthreadd] root 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0] root 5 2 0 16:35 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:35 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:35 ? 00:00:00 [rcu_sched] root 8 2 0 16:35 ? 00:00:00 [rcuos/0] root 9 2 0 16:35 ? 00:00:00 [rcuos/1] root 10 2 0 16:35 ? 00:00:00 [rcu_bh] root 11 2 0 16:35 ? 00:00:00 [rcuob/0] root 12 2 0 16:35 ? 00:00:00 [rcuob/1] root 13 2 0 16:35 ? 00:00:00 [migration/0] root 14 2 0 16:35 ? 00:00:00 [watchdog/0] root 15 2 0 16:35 ? 00:00:00 [watchdog/1] root 16 2 0 16:35 ? 00:00:00 [migration/1] root 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1] root 18 2 0 16:35 ? 00:00:00 [kworker/1:0] root 19 2 0 16:35 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:35 ? 00:00:00 [khelper] root 21 2 0 16:35 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:35 ? 00:00:00 [netns] root 23 2 0 16:35 ? 00:00:00 [writeback] root 24 2 0 16:35 ? 00:00:00 [kintegrityd] root 25 2 0 16:35 ? 00:00:00 [bioset] root 26 2 0 16:35 ? 00:00:00 [kworker/u5:0] root 27 2 0 16:35 ? 00:00:00 [kblockd] root 28 2 0 16:35 ? 00:00:00 [ata_sff] root 29 2 0 16:35 ? 00:00:00 [khubd] root 30 2 0 16:35 ? 00:00:00 [md] root 31 2 0 16:35 ? 00:00:00 [devfreq_wq] root 32 2 0 16:35 ? 00:00:00 [kworker/0:1] root 34 2 0 16:35 ? 00:00:00 [khungtaskd] root 35 2 0 16:35 ? 00:00:00 [kswapd0] root 36 2 0 16:35 ? 00:00:00 [vmstat] root 37 2 0 16:35 ? 00:00:00 [ksmd] root 38 2 0 16:35 ? 00:00:00 [khugepaged] root 39 2 0 16:35 ? 00:00:00 [fsnotify_mark] root 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 16:35 ? 00:00:00 [crypto] root 53 2 0 16:35 ? 00:00:00 [kthrotld] root 54 2 0 16:35 ? 00:00:00 [kworker/u4:1] root 55 2 0 16:35 ? 00:00:00 [vballoon] root 56 2 0 16:35 ? 00:00:00 [kworker/1:1] root 57 2 0 16:35 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:35 ? 00:00:00 [scsi_eh_1] root 79 2 0 16:35 ? 00:00:00 [deferwq] root 80 2 0 16:35 ? 00:00:00 [charger_manager] root 124 2 0 16:35 ? 00:00:00 [kpsmoused] root 142 2 0 16:35 ? 00:00:00 [kworker/0:2] root 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 433 2 0 16:35 ? 00:00:00 [kworker/u5:1] root 504 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon root 566 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 16:35 ? 00:00:00 [kauditd] root 938 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon syslog 1007 1 0 16:35 ? 00:00:00 rsyslogd root 1038 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1041 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1046 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1047 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1049 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1093 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D root 1095 1 0 16:35 ? 00:00:00 cron daemon 1096 1 0 16:35 ? 00:00:00 atd root 1101 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance root 1102 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket message+ 1158 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork root 1177 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind root 1257 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1264 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1661 1 0 16:35 ? 00:00:00 /home/ubuntu/homer_host_c2v7qg/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_c2v7qg --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_c2v7qg --logging-server-logdir=/home/ubuntu/homer_host_c2v7qg/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_c2v7qg/work/homer_host_c2v7qg%I.log --pidfile=/home/ubuntu/homer_host_c2v7qg/work/homer_host_c2v7qg.pid ubuntu 1775 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/homer_host_c2v7qg/env/bin/diamond --configfile /home/ubuntu/homer_host_c2v7qg/work/plugins/diamond/etc/diamond.conf ubuntu 1853 1661 0 16:39 ? 00:00:00 /home/ubuntu/homer_host_c2v7qg/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_c2v7qg --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_c2v7qg --logging-server-logdir=/home/ubuntu/homer_host_c2v7qg/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_c2v7qg/work/homer_host_c2v7qg%I.log --pidfile=/home/ubuntu/homer_host_c2v7qg/work/homer_host_c2v7qg.pid ubuntu 1874 1853 0 16:39 ? 00:00:00 /home/ubuntu/homer_host_c2v7qg/env/bin/python2.7 /home/ubuntu/homer_host_c2v7qg/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-npc8WB ubuntu 1886 1874 0 16:39 ? 00:00:00 /bin/sh -c /tmp/UPQ51/install-homer.sh ubuntu 1888 1886 0 16:39 ? 00:00:00 /bin/bash -e /tmp/UPQ51/install-homer.sh root 2381 2 0 16:40 ? 00:00:00 [kworker/u5:2] ntp 8531 1 0 16:41 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9048 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9106 1 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9110 9106 0 16:42 ? 00:00:00 inotifywait -e create -qq . root 9218 1 0 16:42 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9219 9218 0 16:42 ? 00:00:00 nginx: worker process www-data 9220 9218 0 16:42 ? 00:00:00 nginx: worker process www-data 9221 9218 0 16:42 ? 00:00:00 nginx: worker process www-data 9222 9218 0 16:42 ? 00:00:00 nginx: worker process root 9767 9048 0 16:43 ? 00:00:00 [nginx_ping] root 9769 9048 0 16:43 ? 00:00:00 [check-nginx-upt] root 9771 9048 0 16:43 ? 00:00:00 [check-monit-upt] dnsmasq 9870 1 0 16:43 ? 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 9934 1888 0 16:43 ? 00:00:00 /bin/bash -e /tmp/UPQ51/install-homer.sh ubuntu 9935 9934 0 16:43 ? 00:00:00 /bin/bash -e /tmp/UPQ51/install-homer.sh root 9936 9935 0 16:43 ? 00:00:00 sudo ps -edf root 9937 9936 0 16:43 ? 00:00:00 ps -edf real 0m0.008s user 0m0.003s sys 0m0.005s 2018-12-12 16:43:20,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-12-12 16:43:20,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-12-12 16:43:20,673 - 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 9786/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9052/monit tcp6 0 0 ::1:53 :::* LISTEN 9786/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.8:123 0.0.0.0:* 8480/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8480/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8480/ntpd udp 0 0 0.0.0.0:40362 0.0.0.0:* 651/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9786/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 651/dhclient udp6 0 0 fe80::f816:3eff:fe2:123 :::* 8480/ntpd udp6 0 0 ::1:123 :::* 8480/ntpd udp6 0 0 :::123 :::* 8480/ntpd udp6 0 0 :::10600 :::* 651/dhclient udp6 0 0 ::1:53 :::* 9786/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9261 1121/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9012 901/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11129 1663/python2.7 /tmp/cloudify-logging-server-a6e63.socket unix 2 [ ACC ] STREAM LISTENING 1621 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11789 1869/python2.7 /tmp/ctx-WsVpyV.socket unix 2 [ ACC ] STREAM LISTENING 21542 9009/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21545 9014/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] SEQPACKET LISTENING 7149 395/systemd-udevd /run/udev/control real 0m0.008s user 0m0.004s sys 0m0.005s 2018-12-12 16:43:20,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-12-12 16:43:20,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:21:fe:4c inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe21:fe4c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:90499 errors:0 dropped:0 overruns:0 frame:0 TX packets:53394 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:134124971 (134.1 MB) TX bytes:10304244 (10.3 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-12 16:43:20,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [12-Dec-2018 16:42:16 UTC] clearwater-diags-monitor starting [12-Dec-2018 16:42:16 UTC] Waiting for trigger files real 0m0.004s user 0m0.003s sys 0m0.002s 2018-12-12 16:43:20,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-12-12 16:43:20,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-12-12 16:42:53.087354591 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.004s sys 0m0.002s 2018-12-12 16:43:20,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:35 ? 00:00:00 /sbin/init root 2 0 0 16:35 ? 00:00:00 [kthreadd] root 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0] root 5 2 0 16:35 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:35 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:35 ? 00:00:00 [rcu_sched] root 8 2 0 16:35 ? 00:00:00 [rcuos/0] root 9 2 0 16:35 ? 00:00:00 [rcuos/1] root 10 2 0 16:35 ? 00:00:00 [rcu_bh] root 11 2 0 16:35 ? 00:00:00 [rcuob/0] root 12 2 0 16:35 ? 00:00:00 [rcuob/1] root 13 2 0 16:35 ? 00:00:00 [migration/0] root 14 2 0 16:35 ? 00:00:00 [watchdog/0] root 15 2 0 16:35 ? 00:00:00 [watchdog/1] root 16 2 0 16:35 ? 00:00:00 [migration/1] root 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1] root 19 2 0 16:35 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:35 ? 00:00:00 [khelper] root 21 2 0 16:35 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:35 ? 00:00:00 [netns] root 23 2 0 16:35 ? 00:00:00 [writeback] root 24 2 0 16:35 ? 00:00:00 [kintegrityd] root 25 2 0 16:35 ? 00:00:00 [bioset] root 27 2 0 16:35 ? 00:00:00 [kblockd] root 28 2 0 16:35 ? 00:00:00 [ata_sff] root 29 2 0 16:35 ? 00:00:00 [khubd] root 30 2 0 16:35 ? 00:00:00 [md] root 31 2 0 16:35 ? 00:00:00 [devfreq_wq] root 32 2 0 16:35 ? 00:00:00 [kworker/0:1] root 34 2 0 16:35 ? 00:00:00 [khungtaskd] root 35 2 0 16:35 ? 00:00:00 [kswapd0] root 36 2 0 16:35 ? 00:00:00 [vmstat] root 37 2 0 16:35 ? 00:00:00 [ksmd] root 38 2 0 16:35 ? 00:00:00 [khugepaged] root 39 2 0 16:35 ? 00:00:00 [fsnotify_mark] root 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 16:35 ? 00:00:00 [crypto] root 53 2 0 16:35 ? 00:00:00 [kthrotld] root 54 2 0 16:35 ? 00:00:00 [kworker/u4:1] root 55 2 0 16:35 ? 00:00:00 [vballoon] root 56 2 0 16:35 ? 00:00:00 [kworker/1:1] root 57 2 0 16:35 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:35 ? 00:00:00 [scsi_eh_1] root 79 2 0 16:35 ? 00:00:00 [deferwq] root 80 2 0 16:35 ? 00:00:00 [charger_manager] root 124 2 0 16:35 ? 00:00:00 [kpsmoused] root 146 2 0 16:35 ? 00:00:00 [kworker/1:2] root 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 16:35 ? 00:00:00 [kworker/u5:1] root 435 2 0 16:35 ? 00:00:00 [kworker/u5:2] root 513 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon root 552 2 0 16:35 ? 00:00:00 [kworker/0:2] root 651 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 823 2 0 16:35 ? 00:00:00 [kauditd] message+ 901 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind root 949 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon root 1054 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D root 1108 1 0 16:35 ? 00:00:00 cron daemon 1109 1 0 16:35 ? 00:00:00 atd root 1119 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance root 1121 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1208 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/sprout_host_vygjf0/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_vygjf0 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_vygjf0 --logging-server-logdir=/home/ubuntu/sprout_host_vygjf0/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_vygjf0/work/sprout_host_vygjf0%I.log --pidfile=/home/ubuntu/sprout_host_vygjf0/work/sprout_host_vygjf0.pid ubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_vygjf0/env/bin/diamond --configfile /home/ubuntu/sprout_host_vygjf0/work/plugins/diamond/etc/diamond.conf ubuntu 1847 1663 0 16:39 ? 00:00:00 /home/ubuntu/sprout_host_vygjf0/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_vygjf0 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_vygjf0 --logging-server-logdir=/home/ubuntu/sprout_host_vygjf0/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_vygjf0/work/sprout_host_vygjf0%I.log --pidfile=/home/ubuntu/sprout_host_vygjf0/work/sprout_host_vygjf0.pid ubuntu 1869 1847 0 16:39 ? 00:00:00 /home/ubuntu/sprout_host_vygjf0/env/bin/python2.7 /home/ubuntu/sprout_host_vygjf0/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-NO_eLl ubuntu 1880 1869 0 16:39 ? 00:00:00 /bin/sh -c /tmp/UNO11/install-sprout.sh ubuntu 1883 1880 0 16:39 ? 00:00:00 /bin/bash -e /tmp/UNO11/install-sprout.sh root 2769 2 0 16:40 ? 00:00:00 [kworker/u5:0] ntp 8480 1 0 16:41 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8966 1 0 16:42 ? 00:00:00 rsyslogd root 8997 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8998 8997 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9005 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9006 9005 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9009 8998 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9013 9006 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9014 9013 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9052 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc dnsmasq 9786 1 0 16:43 ? 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 9850 1883 0 16:43 ? 00:00:00 /bin/bash -e /tmp/UNO11/install-sprout.sh ubuntu 9851 9850 0 16:43 ? 00:00:00 /bin/bash -e /tmp/UNO11/install-sprout.sh root 9852 9851 0 16:43 ? 00:00:00 sudo ps -edf root 9853 9852 0 16:43 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2018-12-12 16:43:20,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:20,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:20,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/boot.log /var/log/dist-upgrade /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/auth.log /var/log/sysstat /var/log/sysstat/clearwater-sa12 /var/log/ntpstats /var/log/monit.log /var/log/kern.log /var/log/sprout /var/log/sprout/sprout_20181212T160000Z.txt /var/log/sprout/sprout_out.log /var/log/sprout/sprout_err.log /var/log/sprout/sprout_current.txt /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/clearwater-socket-factory.log /var/log/upstart /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.009s user 0m0.000s sys 0m0.006s 2018-12-12 16:43:20,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:12:12 16:42:21: Namespace: management 2018:12:12 16:42:21: [management] Starting server 2018:12:12 16:42:21: [management] Listening for requests 2018:12:12 16:42:21: Namespace: signaling 2018:12:12 16:42:21: [signaling] Starting server 2018:12:12 16:42:21: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-12 16:43:20,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/UPQ51/install-homer.sh 2018-12-12 16:43:20,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-12-12 16:43:20,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-12-12 16:43:20,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-12-12 16:43:20,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:20,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:20,801 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:20,801 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:20,801 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:20,801 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:20,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:20,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:20,802 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:20,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:20,802 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:20 GMT 2018-12-12 16:43:20,802 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:20,802 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:20,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:25,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:25,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:25,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:25,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:25,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:25,998 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:25,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:25,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:25,999 - 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-12-12T16:43:20.364Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:20.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:20.364Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:20.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "homer_19t8k2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:20.364Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:20.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:20.812Z", "message": "Execution done (return_code=0): /tmp/UNO11/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:20.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:20.812Z", "message": "[sprout] => 2018-12-12 16:42:55.653654795 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:20.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:20.812Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:20.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:20.812Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:20.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "57784d43-c355-4090-97a9-f6efa0c0bbbe"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.691Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.691Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "[localhost] run: sudo mv /tmp/tmpvtAYm2 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "Downloaded scripts/bind/bind.py to /tmp/PRB0W/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:21.828Z", "message": "[localhost] run: sudo mv /tmp/tmptciDZx /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:21.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "9601bdf0-188b-484f-9aa0-c7d04433f6a8"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:22.717Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:22.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:22.717Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:22.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:22.717Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:22.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:22.837Z", "message": "Downloaded scripts/bind/bind.py to /tmp/EUWTP/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:22.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.833Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "[localhost] run: sudo mv /tmp/tmpXYdefm /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "[localhost] run: sudo mv /tmp/tmpDA9v7Q /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:23.864Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:23.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "86a9264e-57bb-46b8-928d-1d13026f6043"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:24.754Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:24.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:24.754Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:24.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:25.238Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/PDP6F/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:25.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "88e8b9ed-5df3-4f95-887e-00d9670f7be5"}], "metadata": {"pagination": {"total": 1798, "offset": 1730, "size": 50}}} 2018-12-12 16:43:25,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:25,999 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:25 GMT 2018-12-12 16:43:25,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:25,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22393 2018-12-12 16:43:25,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:26,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:43:26,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:43:26,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:43:26,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/UNO11/install-sprout.sh 2018-12-12 16:43:26,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-12-12 16:42:55.653654795 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.001s 2018-12-12 16:43:26,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-12-12 16:43:26,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-12-12 16:43:26,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:26,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:43:26,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:43:26,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:43:26,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:43:26,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:43:26,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvtAYm2 /etc/bind/db.clearwater.local 2018-12-12 16:43:26,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:43:26,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:43:26,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:43:26,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:43:26,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/PRB0W/bind.py 2018-12-12 16:43:26,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:43:26,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptciDZx /etc/bind/db.clearwater.opnfv 2018-12-12 16:43:26,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:43:26,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:26,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:43:26,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/EUWTP/bind.py 2018-12-12 16:43:26,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:26,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:43:26,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:43:26,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:43:26,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:43:26,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXYdefm /etc/bind/db.clearwater.opnfv 2018-12-12 16:43:26,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:43:26,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:43:26,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpDA9v7Q /etc/bind/db.clearwater.local 2018-12-12 16:43:26,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:43:26,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:43:26,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:43:26,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:43:26,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:43:26,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/PDP6F/add-snmpproxy-collector.py 2018-12-12 16:43:26,007 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:26,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:26,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:26,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:26,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:26,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:26,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:26,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:26,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:26,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:26,077 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:26 GMT 2018-12-12 16:43:26,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:26,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:26,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:31,082 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:31,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:31,605 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:31,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:31,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:31,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:31,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:31,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:31,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:26.278Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-k1srpl\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 2 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:26 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:31 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 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://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.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-163.213 [774 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 25%\rExtracting templates from packages: 51%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 92.8 MB in 18s (4,972 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51330 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-163.213) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.5) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ...\nUnpacking ralf-libs (1.0-171215.175140) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-171215.175140_amd64.deb ...\nUnpacking ralf (1.0-171215.175140) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...\nUnpacking homestead-libs (1.0-171215.122632) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...\nUnpacking homestead (1.0-171215.122632) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ...\nUnpacking homestead-prov (1.0-171213.182937) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-171215.180814_amd64.deb ...\nUnpacking dime (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-163.213) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.7) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.5) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-171215.175140) ...\nSetting up homestead-libs (1.0-171215.122632) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9428\nclearwater-socket-factory-sig start/running, process 9433\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9482\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nSetting up ralf (1.0-171215.175140) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n..............................................................................................................................+++\n................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting cyclone (from crest)\nCollecting cryptography (from crest)\nCollecting idna (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting Twisted (from crest)\nCollecting prctl (from crest)\nCollecting cql (from crest)\nCollecting ipaddress (from crest)\nCollecting msgpack-python (from crest)\nCollecting attrs (from crest)\nCollecting Automat (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting telephus (from crest)\nCollecting asn1crypto (from crest)\nCollecting enum34 (from crest)\nCollecting pure-sasl (from crest)\nCollecting setuptools (from crest)\nCollecting constantly (from crest)\nCollecting lxml (from crest)\nCollecting thrift (from crest)\nCollecting incremental (from crest)\nCollecting zope.interface (from crest)\nCollecting six (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-171215.122632) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homestead-prov\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t4m1.207s\nuser\t0m20.701s\nsys\t0m12.001s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:26.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:26.278Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:26.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}], "metadata": {"pagination": {"total": 1800, "offset": 1770, "size": 50}}} 2018-12-12 16:43:31,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:31,607 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:31 GMT 2018-12-12 16:43:31,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:31,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 60954 2018-12-12 16:43:31,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:31,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-k1srpl 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 2 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:26 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:31 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 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://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.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-163.213 [774 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 25% Extracting templates from packages: 51% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.8 MB in 18s (4,972 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51330 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ... Unpacking ralf-libs (1.0-171215.175140) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-171215.175140_amd64.deb ... Unpacking ralf (1.0-171215.175140) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ... Unpacking homestead-libs (1.0-171215.122632) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ... Unpacking homestead (1.0-171215.122632) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ... Unpacking homestead-prov (1.0-171213.182937) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-171215.180814_amd64.deb ... Unpacking dime (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.7) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.5) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-171215.175140) ... Setting up homestead-libs (1.0-171215.122632) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9428 clearwater-socket-factory-sig start/running, process 9433 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9482 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ..............................................................................................................................+++ ................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting cyclone (from crest) Collecting cryptography (from crest) Collecting idna (from crest) Collecting pyOpenSSL (from crest) Collecting Twisted (from crest) Collecting prctl (from crest) Collecting cql (from crest) Collecting ipaddress (from crest) Collecting msgpack-python (from crest) Collecting attrs (from crest) Collecting Automat (from crest) Collecting metaswitchcommon (from crest) Collecting telephus (from crest) Collecting asn1crypto (from crest) Collecting enum34 (from crest) Collecting pure-sasl (from crest) Collecting setuptools (from crest) Collecting constantly (from crest) Collecting lxml (from crest) Collecting thrift (from crest) Collecting incremental (from crest) Collecting zope.interface (from crest) Collecting six (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-171215.122632) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homestead_prov Collecting crest (from homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting idna (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homestead-prov Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 4m1.207s user 0m20.701s sys 0m12.001s 2018-12-12 16:43:31,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:43:31,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:31,759 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:31,759 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:31,759 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:31,759 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:31,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:31,760 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:31,760 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:31,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:31,760 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:31,760 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:31 GMT 2018-12-12 16:43:31,760 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:31,760 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:31,760 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:36,766 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:37,241 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:37,242 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:37,242 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:37,242 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:37,242 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:37,242 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:37,242 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:37,242 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:35.658Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:35.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 1801, "offset": 1772, "size": 50}}} 2018-12-12 16:43:37,243 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:37,243 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:37 GMT 2018-12-12 16:43:37,243 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:37,243 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 581 2018-12-12 16:43:37,243 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:37,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:37,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:37,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:37,495 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:37,495 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:37,495 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:37,495 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:37,495 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:37,495 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:37,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:37,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:37,495 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:37 GMT 2018-12-12 16:43:37,496 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:37,496 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:37,496 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:42,501 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:43,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1801, "offset": 1773, "size": 50}}} 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:43,030 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:43 GMT 2018-12-12 16:43:43,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:43,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:43:43,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:43,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:43,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:43,205 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:43 GMT 2018-12-12 16:43:43,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:43,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:43,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:48,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:48,621 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:48,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:48,621 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:48,621 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:48,621 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:48,621 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:48,622 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:48,622 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:43.028Z", "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 2 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,168 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58130 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m36.717s\nuser\t0m11.885s\nsys\t0m2.653s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:43.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:43.291Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:43.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:44.320Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:44.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:44.320Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:44.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:45.985Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.078s\nuser\t0m0.009s\nsys\t0m0.044s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:45.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:46.368Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:46.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:47.394Z", "message": "[ellis] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 192.168.120.16:2380 0.0.0.0:* LISTEN 10832/etcd \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11637/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10030/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10204/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9289/mysqld \ntcp6 0 0 ::1:53 :::* LISTEN 11637/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \ntcp6 0 0 :::4000 :::* LISTEN 10832/etcd \nudp 0 0 0.0.0.0:17487 0.0.0.0:* 569/dhclient \nudp 0 0 192.168.120.16:123 0.0.0.0:* 9439/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9439/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9439/ntpd \nudp 0 0 127.0.0.1:53 0.0.0.0:* 11637/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 569/dhclient \nudp6 0 0 fe80::f816:3eff:fef:123 :::* 9439/ntpd \nudp6 0 0 ::1:123 :::* 9439/ntpd \nudp6 0 0 :::123 :::* 9439/ntpd \nudp6 0 0 :::32197 :::* 569/dhclient \nudp6 0 0 ::1:53 :::* 11637/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 21506 9289/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 9496 1148/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9284 942/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 10949 1663/python2.7 /tmp/cloudify-logging-server-d1337.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7263 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 7054 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11955 1872/python2.7 /tmp/ctx-dS79cL.socket\nunix 2 [ ACC ] STREAM LISTENING 24963 10949/python /tmp/.ellis-sock\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:47.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:47.394Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:47.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:47.394Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:f3:c8:6d \n inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:c86d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:98071 errors:0 dropped:0 overruns:0 frame:0\n TX packets:56774 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147707549 (147.7 MB) TX bytes:11043453 (11.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:467 errors:0 dropped:0 overruns:0 frame:0\n TX packets:467 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:57917 (57.9 KB) TX bytes:57917 (57.9 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:47.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:47.394Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:35 ? 00:00:00 /sbin/init\nroot 2 0 0 16:35 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 16:35 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:35 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:35 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:35 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:35 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:35 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:35 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:35 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:35 ? 00:00:00 [migration/0]\nroot 14 2 0 16:35 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:35 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:35 ? 00:00:00 [migration/1]\nroot 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 16:35 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:35 ? 00:00:00 [khelper]\nroot 21 2 0 16:35 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:35 ? 00:00:00 [netns]\nroot 23 2 0 16:35 ? 00:00:00 [writeback]\nroot 24 2 0 16:35 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:35 ? 00:00:00 [bioset]\nroot 26 2 0 16:35 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 16:35 ? 00:00:00 [kblockd]\nroot 28 2 0 16:35 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:35 ? 00:00:00 [khubd]\nroot 30 2 0 16:35 ? 00:00:00 [md]\nroot 31 2 0 16:35 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:35 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 16:35 ? 00:00:00 [khungtaskd]\nroot 35 2 0 16:35 ? 00:00:00 [kswapd0]\nroot 36 2 0 16:35 ? 00:00:00 [vmstat]\nroot 37 2 0 16:35 ? 00:00:00 [ksmd]\nroot 38 2 0 16:35 ? 00:00:00 [khugepaged]\nroot 39 2 0 16:35 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 16:35 ? 00:00:00 [crypto]\nroot 53 2 0 16:35 ? 00:00:00 [kthrotld]\nroot 54 2 0 16:35 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 16:35 ? 00:00:00 [vballoon]\nroot 56 2 0 16:35 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 16:35 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:35 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 16:35 ? 00:00:00 [deferwq]\nroot 80 2 0 16:35 ? 00:00:00 [charger_manager]\nroot 123 2 0 16:35 ? 00:00:00 [kpsmoused]\nroot 142 2 0 16:35 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 16:35 ? 00:00:00 [kworker/u5:1]\nroot 496 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon\nroot 569 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 822 2 0 16:35 ? 00:00:00 [kauditd]\nmessage+ 942 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork\nroot 960 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon\nroot 972 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind\nsyslog 980 1 0 16:35 ? 00:00:00 rsyslogd\nroot 1055 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1058 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1062 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1064 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1066 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D\nroot 1111 1 0 16:35 ? 00:00:00 cron\ndaemon 1112 1 0 16:35 ? 00:00:00 atd\nroot 1120 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance\nroot 1148 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1203 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1209 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1553 2 0 16:36 ? 00:00:00 [kworker/1:2]\nubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/ellis_host_aa2rwu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_aa2rwu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_aa2rwu --logging-server-logdir=/home/ubuntu/ellis_host_aa2rwu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_aa2rwu/work/ellis_host_aa2rwu%I.log --pidfile=/home/ubuntu/ellis_host_aa2rwu/work/ellis_host_aa2rwu.pid\nubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_aa2rwu/env/bin/diamond --configfile /home/ubuntu/ellis_host_aa2rwu/work/plugins/diamond/etc/diamond.conf\nubuntu 1851 1663 0 16:39 ? 00:00:00 /home/ubuntu/ellis_host_aa2rwu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_aa2rwu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_aa2rwu --logging-server-logdir=/home/ubuntu/ellis_host_aa2rwu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_aa2rwu/work/ellis_host_aa2rwu%I.log --pidfile=/home/ubuntu/ellis_host_aa2rwu/work/ellis_host_aa2rwu.pid\nubuntu 1872 1851 0 16:39 ? 00:00:00 /home/ubuntu/ellis_host_aa2rwu/env/bin/python2.7 /home/ubuntu/ellis_host_aa2rwu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-dx5AuK\nubuntu 1883 1872 0 16:39 ? 00:00:00 /bin/sh -c /tmp/1ESFF/install-ellis.sh\nubuntu 1885 1883 0 16:39 ? 00:00:00 /bin/bash -e /tmp/1ESFF/install-ellis.sh\nroot 2169 2 0 16:39 ? 00:00:00 [kworker/u5:2]\nmysql 9289 1 0 16:42 ? 00:00:00 /usr/sbin/mysqld\nntp 9439 1 0 16:42 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 10030 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10084 1 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10204 1 0 16:42 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10205 10204 0 16:42 ? 00:00:00 nginx: worker process\nwww-data 10206 10204 0 16:42 ? 00:00:00 nginx: worker process\nwww-data 10207 10204 0 16:42 ? 00:00:00 nginx: worker process\nwww-data 10208 10204 0 16:42 ? 00:00:00 nginx: worker process\nclearwa+ 10832 1 1 16:43 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.16:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.16 --name 192-168-120-16 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380,192-168-120-17=http://192.168.120.17:2380,192-168-120-16=http://192.168.120.16:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.16:2380 --listen-peer-urls http://192.168.120.16:2380\nellis 10949 1 0 16:43 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10982 1 0 16:43 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.16 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y\nroot 11031 1 0 16:43 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.16 --sig-local-ip=192.168.120.16 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=6b45ef44-4d9b-41e3-86a2-f28e46968823 --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid\nroot 11113 10030 0 16:43 ? 00:00:00 [nginx_ping] \nroot 11115 10030 0 16:43 ? 00:00:00 [check-nginx-upt] \nroot 11120 10030 0 16:43 ? 00:00:00 [check-monit-upt] \nroot 11124 10030 0 16:43 ? 00:00:00 [poll_ellis.sh] \nroot 11127 10030 0 16:43 ? 00:00:00 [poll_ellis_http] \nroot 11134 10030 0 16:43 ? 00:00:00 [check-queue-man] \nroot 11138 10030 0 16:43 ? 00:00:00 [check-etcd-upti] \nroot 11141 10030 0 16:43 ? 00:00:00 [poll_etcd_clust] \nroot 11143 10030 0 16:43 ? 00:00:00 [poll_etcd.sh] \nroot 11172 1 0 16:43 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.16 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater\nroot 11629 10084 0 16:43 ? 00:00:00 inotifywait -e create -qq .\ndnsmasq 11637 1 0 16:43 ? 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 11704 1885 0 16:43 ? 00:00:00 /bin/bash -e /tmp/1ESFF/install-ellis.sh\nubuntu 11705 11704 0 16:43 ? 00:00:00 /bin/bash -e /tmp/1ESFF/install-ellis.sh\nroot 11706 11705 0 16:43 ? 00:00:00 sudo ps -edf\nroot 11707 11706 0 16:43 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.002s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:47.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:47.394Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:47.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}], "metadata": {"pagination": {"total": 1812, "offset": 1773, "size": 50}}} 2018-12-12 16:43:48,622 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:48,622 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:48 GMT 2018-12-12 16:43:48,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:48,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 34483 2018-12-12 16:43:48,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:48,623 - 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 2 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,168 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58130 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m36.717s user 0m11.885s sys 0m2.653s 2018-12-12 16:43:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-12-12 16:43:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-12-12 16:43:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-12-12 16:43:48,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.078s user 0m0.009s sys 0m0.044s 2018-12-12 16:43:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-12-12 16:43:48,625 - 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 192.168.120.16:2380 0.0.0.0:* LISTEN 10832/etcd tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11637/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10030/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10204/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9289/mysqld tcp6 0 0 ::1:53 :::* LISTEN 11637/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd tcp6 0 0 :::4000 :::* LISTEN 10832/etcd udp 0 0 0.0.0.0:17487 0.0.0.0:* 569/dhclient udp 0 0 192.168.120.16:123 0.0.0.0:* 9439/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9439/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9439/ntpd udp 0 0 127.0.0.1:53 0.0.0.0:* 11637/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 569/dhclient udp6 0 0 fe80::f816:3eff:fef:123 :::* 9439/ntpd udp6 0 0 ::1:123 :::* 9439/ntpd udp6 0 0 :::123 :::* 9439/ntpd udp6 0 0 :::32197 :::* 569/dhclient udp6 0 0 ::1:53 :::* 11637/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 21506 9289/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 9496 1148/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9284 942/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 10949 1663/python2.7 /tmp/cloudify-logging-server-d1337.socket unix 2 [ ACC ] SEQPACKET LISTENING 7263 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 7054 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11955 1872/python2.7 /tmp/ctx-dS79cL.socket unix 2 [ ACC ] STREAM LISTENING 24963 10949/python /tmp/.ellis-sock real 0m0.007s user 0m0.003s sys 0m0.004s 2018-12-12 16:43:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-12-12 16:43:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:f3:c8:6d inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fef3:c86d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:98071 errors:0 dropped:0 overruns:0 frame:0 TX packets:56774 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147707549 (147.7 MB) TX bytes:11043453 (11.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:467 errors:0 dropped:0 overruns:0 frame:0 TX packets:467 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:57917 (57.9 KB) TX bytes:57917 (57.9 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-12 16:43:48,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:35 ? 00:00:00 /sbin/init root 2 0 0 16:35 ? 00:00:00 [kthreadd] root 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0] root 5 2 0 16:35 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:35 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:35 ? 00:00:00 [rcu_sched] root 8 2 0 16:35 ? 00:00:00 [rcuos/0] root 9 2 0 16:35 ? 00:00:00 [rcuos/1] root 10 2 0 16:35 ? 00:00:00 [rcu_bh] root 11 2 0 16:35 ? 00:00:00 [rcuob/0] root 12 2 0 16:35 ? 00:00:00 [rcuob/1] root 13 2 0 16:35 ? 00:00:00 [migration/0] root 14 2 0 16:35 ? 00:00:00 [watchdog/0] root 15 2 0 16:35 ? 00:00:00 [watchdog/1] root 16 2 0 16:35 ? 00:00:00 [migration/1] root 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1] root 19 2 0 16:35 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:35 ? 00:00:00 [khelper] root 21 2 0 16:35 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:35 ? 00:00:00 [netns] root 23 2 0 16:35 ? 00:00:00 [writeback] root 24 2 0 16:35 ? 00:00:00 [kintegrityd] root 25 2 0 16:35 ? 00:00:00 [bioset] root 26 2 0 16:35 ? 00:00:00 [kworker/u5:0] root 27 2 0 16:35 ? 00:00:00 [kblockd] root 28 2 0 16:35 ? 00:00:00 [ata_sff] root 29 2 0 16:35 ? 00:00:00 [khubd] root 30 2 0 16:35 ? 00:00:00 [md] root 31 2 0 16:35 ? 00:00:00 [devfreq_wq] root 32 2 0 16:35 ? 00:00:00 [kworker/0:1] root 34 2 0 16:35 ? 00:00:00 [khungtaskd] root 35 2 0 16:35 ? 00:00:00 [kswapd0] root 36 2 0 16:35 ? 00:00:00 [vmstat] root 37 2 0 16:35 ? 00:00:00 [ksmd] root 38 2 0 16:35 ? 00:00:00 [khugepaged] root 39 2 0 16:35 ? 00:00:00 [fsnotify_mark] root 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 16:35 ? 00:00:00 [crypto] root 53 2 0 16:35 ? 00:00:00 [kthrotld] root 54 2 0 16:35 ? 00:00:00 [kworker/u4:1] root 55 2 0 16:35 ? 00:00:00 [vballoon] root 56 2 0 16:35 ? 00:00:00 [kworker/1:1] root 57 2 0 16:35 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:35 ? 00:00:00 [scsi_eh_1] root 79 2 0 16:35 ? 00:00:00 [deferwq] root 80 2 0 16:35 ? 00:00:00 [charger_manager] root 123 2 0 16:35 ? 00:00:00 [kpsmoused] root 142 2 0 16:35 ? 00:00:00 [kworker/0:2] root 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 16:35 ? 00:00:00 [kworker/u5:1] root 496 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon root 569 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 822 2 0 16:35 ? 00:00:00 [kauditd] message+ 942 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork root 960 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon root 972 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind syslog 980 1 0 16:35 ? 00:00:00 rsyslogd root 1055 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1058 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1062 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1064 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1066 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D root 1111 1 0 16:35 ? 00:00:00 cron daemon 1112 1 0 16:35 ? 00:00:00 atd root 1120 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance root 1148 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1203 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1209 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1553 2 0 16:36 ? 00:00:00 [kworker/1:2] ubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/ellis_host_aa2rwu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_aa2rwu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_aa2rwu --logging-server-logdir=/home/ubuntu/ellis_host_aa2rwu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_aa2rwu/work/ellis_host_aa2rwu%I.log --pidfile=/home/ubuntu/ellis_host_aa2rwu/work/ellis_host_aa2rwu.pid ubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_aa2rwu/env/bin/diamond --configfile /home/ubuntu/ellis_host_aa2rwu/work/plugins/diamond/etc/diamond.conf ubuntu 1851 1663 0 16:39 ? 00:00:00 /home/ubuntu/ellis_host_aa2rwu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_aa2rwu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_aa2rwu --logging-server-logdir=/home/ubuntu/ellis_host_aa2rwu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_aa2rwu/work/ellis_host_aa2rwu%I.log --pidfile=/home/ubuntu/ellis_host_aa2rwu/work/ellis_host_aa2rwu.pid ubuntu 1872 1851 0 16:39 ? 00:00:00 /home/ubuntu/ellis_host_aa2rwu/env/bin/python2.7 /home/ubuntu/ellis_host_aa2rwu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-dx5AuK ubuntu 1883 1872 0 16:39 ? 00:00:00 /bin/sh -c /tmp/1ESFF/install-ellis.sh ubuntu 1885 1883 0 16:39 ? 00:00:00 /bin/bash -e /tmp/1ESFF/install-ellis.sh root 2169 2 0 16:39 ? 00:00:00 [kworker/u5:2] mysql 9289 1 0 16:42 ? 00:00:00 /usr/sbin/mysqld ntp 9439 1 0 16:42 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 10030 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10084 1 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10204 1 0 16:42 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10205 10204 0 16:42 ? 00:00:00 nginx: worker process www-data 10206 10204 0 16:42 ? 00:00:00 nginx: worker process www-data 10207 10204 0 16:42 ? 00:00:00 nginx: worker process www-data 10208 10204 0 16:42 ? 00:00:00 nginx: worker process clearwa+ 10832 1 1 16:43 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.16:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.16 --name 192-168-120-16 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380,192-168-120-17=http://192.168.120.17:2380,192-168-120-16=http://192.168.120.16:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.16:2380 --listen-peer-urls http://192.168.120.16:2380 ellis 10949 1 0 16:43 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10982 1 0 16:43 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.16 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y root 11031 1 0 16:43 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.16 --sig-local-ip=192.168.120.16 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=6b45ef44-4d9b-41e3-86a2-f28e46968823 --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid root 11113 10030 0 16:43 ? 00:00:00 [nginx_ping] root 11115 10030 0 16:43 ? 00:00:00 [check-nginx-upt] root 11120 10030 0 16:43 ? 00:00:00 [check-monit-upt] root 11124 10030 0 16:43 ? 00:00:00 [poll_ellis.sh] root 11127 10030 0 16:43 ? 00:00:00 [poll_ellis_http] root 11134 10030 0 16:43 ? 00:00:00 [check-queue-man] root 11138 10030 0 16:43 ? 00:00:00 [check-etcd-upti] root 11141 10030 0 16:43 ? 00:00:00 [poll_etcd_clust] root 11143 10030 0 16:43 ? 00:00:00 [poll_etcd.sh] root 11172 1 0 16:43 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.16 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater root 11629 10084 0 16:43 ? 00:00:00 inotifywait -e create -qq . dnsmasq 11637 1 0 16:43 ? 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 11704 1885 0 16:43 ? 00:00:00 /bin/bash -e /tmp/1ESFF/install-ellis.sh ubuntu 11705 11704 0 16:43 ? 00:00:00 /bin/bash -e /tmp/1ESFF/install-ellis.sh root 11706 11705 0 16:43 ? 00:00:00 sudo ps -edf root 11707 11706 0 16:43 ? 00:00:00 ps -edf real 0m0.009s user 0m0.002s sys 0m0.006s 2018-12-12 16:43:48,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-12-12 16:43:48,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:48,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:48,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:48 GMT 2018-12-12 16:43:48,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:48,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:48,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:53,717 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:54,215 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:54,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:54,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:54,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:54,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:54,216 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:54,216 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:54,216 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:48.420Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:48.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:48.420Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:48.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:48.420Z", "message": "[ellis] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/mysql.err\n/var/log/clearwater-config-manager\n/var/log/clearwater-config-manager/config-manager.output.log\n/var/log/clearwater-config-manager/config-manager_20181212T160000Z.txt\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-cluster-manager/cluster-manager.output.log\n/var/log/clearwater-cluster-manager/cluster-manager_20181212T160000Z.txt\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/clearwater-queue-manager/queue_operation.log\n/var/log/clearwater-queue-manager/queue-manager_20181212T160000Z.txt\n/var/log/clearwater-queue-manager/queue-manager.output.log\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa12\n/var/log/sysstat/sa12\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/mysql.log\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/upstart\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/mysql.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/ellis\n/var/log/cloud-init.log\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:48.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:48.420Z", "message": "[ellis] => [12-Dec-2018 16:42:44 UTC] clearwater-diags-monitor starting\n[12-Dec-2018 16:42:44 UTC] Waiting for trigger files\n[12-Dec-2018 16:43:42 UTC] Processing trigger files: core.ellis.1544633002\n[12-Dec-2018 16:43:42 UTC] Dump triggered by ellis\n[12-Dec-2018 16:43:42 UTC] Gathering dump 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp\n/etc/snmp: No such file or directory\n[12-Dec-2018 16:43:42 UTC] /etc/snmp not present in deployment\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 --:--:-- --:--:-- --:--:-- 0\r100 2171 0 2171 0 0 2849k 0 --:--:-- --:--:-- --:--:-- 2120k\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 --:--:-- --:--:-- --:--:-- 0\r100 2171 0 2171 0 0 3164k 0 --:--:-- --:--:-- --:--:-- 2120k\n[12-Dec-2018 16:43:43 UTC] Running extra diags scripts: /usr/share/clearwater/clearwater-diags-monitor/scripts/ellis_diags\n[12-Dec-2018 16:43:43 UTC] core.ellis.1544633002 has been closed\n[12-Dec-2018 16:43:43 UTC] Moving core.ellis.1544633002 to dump\n[12-Dec-2018 16:43:43 UTC] Compressing core.ellis.1544633002\ntar: 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp/root/run/udev/control: socket ignored\ntar: 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp/root/run/mysqld/mysqld.sock: socket ignored\ntar: 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp/root/run/dbus/system_bus_socket: socket ignored\ntar: 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp/root/run/acpid.socket: socket ignored\n[12-Dec-2018 16:43:43 UTC] Diagnostic archive /var/clearwater-diags-monitor/dumps/20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp.tar.gz created\n[12-Dec-2018 16:43:43 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-12-12T16:43:48.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:49.678Z", "message": "[ellis] => 12-12-2018 16:43:40.830 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile\n12-12-2018 16:43:40.831 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py\n12-12-2018 16:43:40.833 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py\n12-12-2018 16:43:40.833 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully\n12-12-2018 16:43:40.833 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py\n12-12-2018 16:43:40.834 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py\n12-12-2018 16:43:40.834 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully\n12-12-2018 16:43:40.842 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py\n12-12-2018 16:43:42.945 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n12-12-2018 16:43:42.946 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n12-12-2018 16:43:42.946 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n12-12-2018 16:43:42.946 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n12-12-2018 16:43:43.136 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.10: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.10\n\n\n\n# Email server configuration\nsmtp_smarthost=localhost\nsmtp_username=username\nsmtp_password=password\nemail_recovery_sender=clearwater@example.org\n\n# Keys\nsignup_key=secret\nturn_workaround=secret\nellis_api_key=secret\nellis_cookie_key=secret\n\nhomestead_impu_store=vellum.clearwater.local from etcd, comparing to last value None\n12-12-2018 16:43:43.136 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 849, MD5 hash af042bab90964ab43e9857fdc37df1be\n12-12-2018 16:43:43.136 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file\n12-12-2018 16:43:43.170 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value None\n12-12-2018 16:43:43.170 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6\n12-12-2018 16:43:43.170 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file\n12-12-2018 16:43:45.315 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value {\n \"hostnames\": [\n ]\n}\n12-12-2018 16:43:45.315 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 16\n12-12-2018 16:43:47.409 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.10: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.10\n\n\n\n# Email server configuration\nsmtp_smarthost=localhost\nsmtp_username=username\nsmtp_password=password\nemail_recovery_sender=clearwater@example.org\n\n# Keys\nsignup_key=secret\nturn_workaround=secret\nellis_api_key=secret\nellis_cookie_key=secret\n\nhomestead_impu_store=vellum.clearwater.local from etcd, comparing to last value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.10: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.10\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\n12-12-2018 16:43:47.410 UTC INFO common_etcd_synchronizer.py:305 (thread SharedConfigPlugin): Watching for changes with 16\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:49.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:49.678Z", "message": "[ellis] => 12-12-2018 16:43:33.466 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile\n12-12-2018 16:43:33.466 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT\n\nreal\t0m0.004s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:49.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:49.678Z", "message": "[ellis] => 2018-12-12 16:43:22.610604779 Stopping etcd clearwater-etcd\n2018-12-12 16:43:23.808768824 Restarting etcd clearwater-etcd\n2018-12-12 16:43:23.812946757 Configured ETCDCTL_PEERS: 192.168.120.10:4000,\n2018-12-12 16:43:23.813580841 Check for previous failed startup attempt\n2018-12-12 16:43:23.814495398 Running etcdctl member list\n5a390934aeb2089e: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=true\n6207b88d0164c6f8: name=192-168-120-17 peerURLs=http://192.168.120.17:2380 clientURLs=http://192.168.120.17:4000 isLeader=false\n2018-12-12 16:43:23.826561375 etcdctl returned 0\n2018-12-12 16:43:23.831114443 Joining existing cluster...\n2018-12-12 16:43:29.833125344 Configured ETCDCTL_PEERS: 192.168.120.10:4000,\n2018-12-12 16:43:29.833750119 Check cluster is healthy\n2018-12-12 16:43:29.835224827 Running etcdctl cluster-health\nmember 5a390934aeb2089e is healthy: got healthy result from http://192.168.120.10:4000\nmember 6207b88d0164c6f8 is healthy: got healthy result from http://192.168.120.17:4000\ncluster is healthy\n2018-12-12 16:43:29.949385116 etcdctl returned 0\n2018-12-12 16:43:29.950309652 Tell the cluster we're joining\n2018-12-12 16:43:29.950960285 Running etcdctl member add 192-168-120-16 http://192.168.120.16:2380\nAdded member named 192-168-120-16 with ID f820029af5e5021c to cluster\n\nETCD_NAME=\"192-168-120-16\"\nETCD_INITIAL_CLUSTER=\"192-168-120-10=http://192.168.120.10:2380,192-168-120-17=http://192.168.120.17:2380,192-168-120-16=http://192.168.120.16:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-12-12 16:43:29.985129819 etcdctl returned 0\n2018-12-12 16:43:30.015406026 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.16:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.16\n --name 192-168-120-16\n --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380,192-168-120-17=http://192.168.120.17:2380,192-168-120-16=http://192.168.120.16:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.16:2380\n --listen-peer-urls http://192.168.120.16:2380\n2018-12-12 16:43:30.016980722 Check we're actually a member of the cluster\n2018-12-12 16:43:30.022266113 Wait for etcd to startup\n2018-12-12 16:43:31.032646238 Etcd started successfully\n2018-12-12 16:43:30.040283 I | etcdmain: etcd Version: 3.1.7\n2018-12-12 16:43:30.040318 I | etcdmain: Git SHA: 43b7507\n2018-12-12 16:43:30.040322 I | etcdmain: Go Version: go1.7.5\n2018-12-12 16:43:30.040325 I | etcdmain: Go OS/Arch: linux/amd64\n2018-12-12 16:43:30.040328 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-12-12 16:43:30.040399 I | embed: listening for peers on http://192.168.120.16:2380\n2018-12-12 16:43:30.040432 I | embed: listening for client requests on 0.0.0.0:4000\n2018-12-12 16:43:30.111393 I | etcdserver: name = 192-168-120-16\n2018-12-12 16:43:30.111410 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.16\n2018-12-12 16:43:30.111415 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.16/member\n2018-12-12 16:43:30.111426 I | etcdserver: heartbeat = 100ms\n2018-12-12 16:43:30.111429 I | etcdserver: election = 1000ms\n2018-12-12 16:43:30.111433 I | etcdserver: snapshot count = 10000\n2018-12-12 16:43:30.111440 I | etcdserver: advertise client URLs = http://192.168.120.16:4000\n2018-12-12 16:43:30.196350 I | etcdserver: starting member f820029af5e5021c in cluster 54cdbb303d36fe88\n2018-12-12 16:43:30.196396 I | raft: f820029af5e5021c became follower at term 0\n2018-12-12 16:43:30.196420 I | raft: newRaft f820029af5e5021c [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-12-12 16:43:30.196425 I | raft: f820029af5e5021c became follower at term 1\n2018-12-12 16:43:30.516971 I | rafthttp: started HTTP pipelining with peer 5a390934aeb2089e\n2018-12-12 16:43:30.517038 I | rafthttp: started HTTP pipelining with peer 6207b88d0164c6f8\n2018-12-12 16:43:30.517052 I | rafthttp: starting peer 5a390934aeb2089e...\n2018-12-12 16:43:30.517106 I | rafthttp: started HTTP pipelining with peer 5a390934aeb2089e\n2018-12-12 16:43:30.521383 I | rafthttp: started streaming with peer 5a390934aeb2089e (writer)\n2018-12-12 16:43:30.521506 I | rafthttp: started streaming with peer 5a390934aeb2089e (writer)\n2018-12-12 16:43:30.523151 I | rafthttp: started peer 5a390934aeb2089e\n2018-12-12 16:43:30.523177 I | rafthttp: added peer 5a390934aeb2089e\n2018-12-12 16:43:30.523191 I | rafthttp: starting peer 6207b88d0164c6f8...\n2018-12-12 16:43:30.523206 I | rafthttp: started HTTP pipelining with peer 6207b88d0164c6f8\n2018-12-12 16:43:30.523884 I | rafthttp: started streaming with peer 5a390934aeb2089e (stream MsgApp v2 reader)\n2018-12-12 16:43:30.524432 I | rafthttp: started streaming with peer 5a390934aeb2089e (stream Message reader)\n2018-12-12 16:43:30.526595 I | rafthttp: started peer 6207b88d0164c6f8\n2018-12-12 16:43:30.526613 I | rafthttp: added peer 6207b88d0164c6f8\n2018-12-12 16:43:30.526629 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-12-12 16:43:30.527247 I | rafthttp: started streaming with peer 6207b88d0164c6f8 (writer)\n2018-12-12 16:43:30.527592 I | rafthttp: started streaming with peer 6207b88d0164c6f8 (stream MsgApp v2 reader)\n2018-12-12 16:43:30.528374 I | rafthttp: started streaming with peer 6207b88d0164c6f8 (stream Message reader)\n2018-12-12 16:43:30.529377 I | rafthttp: started streaming with peer 6207b88d0164c6f8 (writer)\n2018-12-12 16:43:30.530507 I | rafthttp: peer 6207b88d0164c6f8 became active\n2018-12-12 16:43:30.530519 I | rafthttp: established a TCP streaming connection with peer 6207b88d0164c6f8 (stream MsgApp v2 reader)\n2018-12-12 16:43:30.530737 I | raft: f820029af5e5021c [term: 1] received a MsgHeartbeat message with higher term from 5a390934aeb2089e [term: 2]\n2018-12-12 16:43:30.530754 I | raft: f820029af5e5021c became follower at term 2\n2018-12-12 16:43:30.530768 I | raft: raft.node: f820029af5e5021c elected leader 5a390934aeb2089e at term 2\n2018-12-12 16:43:30.531028 I | rafthttp: peer 5a390934aeb2089e became active\n2018-12-12 16:43:30.531036 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream Message writer)\n2018-12-12 16:43:30.531045 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream MsgApp v2 reader)\n2018-12-12 16:43:30.531098 I | rafthttp: established a TCP streaming connection with peer 6207b88d0164c6f8 (stream Message reader)\n2018-12-12 16:43:30.531130 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream Message reader)\n2018-12-12 16:43:30.531167 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream MsgApp v2 writer)\n2018-12-12 16:43:30.531881 I | rafthttp: established a TCP streaming connection with peer 6207b88d0164c6f8 (stream MsgApp v2 writer)\n2018-12-12 16:43:30.532706 I | rafthttp: established a TCP streaming connection with peer 6207b88d0164c6f8 (stream Message writer)\n2018-12-12 16:43:30.587431 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e\n2018-12-12 16:43:30.587457 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e\n2018-12-12 16:43:30.587476 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e\n2018-12-12 16:43:30.591945 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e\n2018-12-12 16:43:30.591975 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e\n2018-12-12 16:43:30.591989 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e\n2018-12-12 16:43:30.592270 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88\n2018-12-12 16:43:30.592377 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-12-12 16:43:30.592400 I | etcdserver/api: enabled capabilities for version 3.1\n2018-12-12 16:43:30.592605 I | etcdserver/membership: added member 6207b88d0164c6f8 [http://192.168.120.17:2380] to cluster 54cdbb303d36fe88\n2018-12-12 16:43:30.592704 I | etcdserver/membership: added member f820029af5e5021c [http://192.168.120.16:2380] to cluster 54cdbb303d36fe88\n2018-12-12 16:43:30.783677 I | etcdserver: published {Name:192-168-120-16 ClientURLs:[http://192.168.120.16:4000]} to cluster 54cdbb303d36fe88\n2018-12-12 16:43:30.783952 I | embed: ready to serve client requests\n2018-12-12 16:43:30.784259 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-12-12 16:43:30.841827 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:33823\n2018-12-12 16:43:31.232111 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:58658\n2018-12-12 16:43:31.239759 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58659\n2018-12-12 16:43:31.592039 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:58662\n2018-12-12 16:43:33.259911 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58666\n2018-12-12 16:43:33.313521 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58666\n2018-12-12 16:43:33.381203 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:58667\n2018-12-12 16:43:33.393280 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58668\n2018-12-12 16:43:33.505750 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:58671\n2018-12-12 16:43:37.622279 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58666\n2018-12-12 16:43:37.655078 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58666\n2018-12-12 16:43:40.753340 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:58675\n2018-12-12 16:43:40.760424 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58677\n2018-12-12 16:43:41.284319 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:58680\n2018-12-12 16:43:41.860872 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58666\n2018-12-12 16:43:41.878340 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58666\n2018-12-12 16:43:42.947490 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.16:58682\n2018-12-12 16:43:42.947609 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.16:58681\n2018-12-12 16:43:43.236067 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58683\n2018-12-12 16:43:43.281420 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58683\n2018-12-12 16:43:43.305786 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58684\n2018-12-12 16:43:43.350681 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58685\n2018-12-12 16:43:43.358988 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58687\n2018-12-12 16:43:43.433791 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:58690\n2018-12-12 16:43:43.474001 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater?consistent=true&recursive=true&sorted=false remote:192.168.120.16:58691\n2018-12-12 16:43:43.478482 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater?recursive=true&sorted=false remote:192.168.120.16:58692\n2018-12-12 16:43:43.531459 D | etcdserver/api/v2http: [GET] /v2/keys/?recursive=True remote:192.168.120.16:58693\n2018-12-12 16:43:43.603921 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config remote:192.168.120.16:58694\n2018-12-12 16:43:43.604681 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json remote:192.168.120.16:58694\n2018-12-12 16:43:45.282601 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.16:58681\n2018-12-12 16:43:45.315701 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=16&recursive=false&wait=true remote:192.168.120.16:58681\n2018-12-12 16:43:46.098087 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58666\n2018-12-12 16:43:46.115377 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58666\n2018-12-12 16:43:47.384624 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.16:58682\n2018-12-12 16:43:47.410358 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?waitIndex=16&recursive=false&wait=true remote:192.168.120.16:58682\n2018-12-12 16:43:48.668487 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.15:48308\n2018-12-12 16:43:48.714604 I | etcdserver/membership: added member 3e407c96a54f55bb [http://192.168.120.15:2380] to cluster 54cdbb303d36fe88\n2018-12-12 16:43:48.714629 I | rafthttp: starting peer 3e407c96a54f55bb...\n2018-12-12 16:43:48.714659 I | rafthttp: started HTTP pipelining with peer 3e407c96a54f55bb\n2018-12-12 16:43:48.715115 I | rafthttp: started peer 3e407c96a54f55bb\n2018-12-12 16:43:48.715126 I | rafthttp: added peer 3e407c96a54f55bb\n2018-12-12 16:43:48.715167 I | rafthttp: started streaming with peer 3e407c96a54f55bb (writer)\n2018-12-12 16:43:48.715175 I | rafthttp: started streaming with peer 3e407c96a54f55bb (writer)\n2018-12-12 16:43:48.715200 I | rafthttp: started streaming with peer 3e407c96a54f55bb (stream MsgApp v2 reader)\n2018-12-12 16:43:48.715324 I | rafthttp: started streaming with peer 3e407c96a54f55bb (stream Message reader)\n2018-12-12 16:43:48.715553 D | rafthttp: failed to dial 3e407c96a54f55bb on stream Message (dial tcp 192.168.120.15:2380: getsockopt: connection refused)\n2018-12-12 16:43:48.715576 D | rafthttp: failed to dial 3e407c96a54f55bb on stream MsgApp v2 (dial tcp 192.168.120.15:2380: getsockopt: connection refused)\n2018-12-12 16:43:48.992453 I | rafthttp: peer 3e407c96a54f55bb became active\n2018-12-12 16:43:48.992478 I | rafthttp: established a TCP streaming connection with peer 3e407c96a54f55bb (stream Message reader)\n2018-12-12 16:43:48.992541 I | rafthttp: established a TCP streaming connection with peer 3e407c96a54f55bb (stream MsgApp v2 reader)\n2018-12-12 16:43:48.994333 I | rafthttp: established a TCP streaming connection with peer 3e407c96a54f55bb (stream Message writer)\n2018-12-12 16:43:48.994492 I | rafthttp: established a TCP streaming connection with peer 3e407c96a54f55bb (stream MsgApp v2 writer)\n\nreal\t0m0.005s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:49.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:49.678Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:49.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:50.248Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:50.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:50.691Z", "message": "Execution done (return_code=0): /tmp/1ESFF/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:50.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:50.691Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:50.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:50.691Z", "message": "[ellis] => 12-12-2018 16:43:33.250 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n12-12-2018 16:43:33.251 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n12-12-2018 16:43:33.257 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n12-12-2018 16:43:33.257 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n12-12-2018 16:43:33.257 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n12-12-2018 16:43:33.258 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n12-12-2018 16:43:33.312 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet\n12-12-2018 16:43:33.410 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd\n12-12-2018 16:43:33.410 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n12-12-2018 16:43:33.415 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py\n12-12-2018 16:43:35.519 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n12-12-2018 16:43:37.621 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index None\n12-12-2018 16:43:37.655 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n12-12-2018 16:43:37.665 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd, comparing to last value None\n12-12-2018 16:43:39.758 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n12-12-2018 16:43:41.860 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index None\n12-12-2018 16:43:41.893 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-7): Read value {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd, comparing to last value None\n12-12-2018 16:43:41.893 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd\n12-12-2018 16:43:41.893 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n12-12-2018 16:43:43.996 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n12-12-2018 16:43:46.097 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index 13\n12-12-2018 16:43:46.115 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n12-12-2018 16:43:46.128 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-8): Read value {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.16-ellis\"}]} from etcd, comparing to last value None\n12-12-2018 16:43:48.217 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n12-12-2018 16:43:43.234 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis\n12-12-2018 16:43:43.235 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.16-ellis to queue to restart\n12-12-2018 16:43:43.305 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue\n12-12-2018 16:43:43.306 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.16-ellis\"}]}\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:50.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b5c713b7-e9c8-4b08-a384-a27f4e1bad90"}, {"node_instance_id": "ellis_kmrdru", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:50.811Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:50.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:51.816Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/VJMDN/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:51.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8778db76-107e-4635-a090-956836b549de"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:51.855Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:51.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:51.855Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:51.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:52.715Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:52.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8778db76-107e-4635-a090-956836b549de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:52.715Z", "message": "Downloaded scripts/bind/bind.py to /tmp/ZVVXN/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:52.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:52.715Z", "message": "Executing: /tmp/VJMDN/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:52.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8778db76-107e-4635-a090-956836b549de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:52.715Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:52.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:52.715Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:52.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8778db76-107e-4635-a090-956836b549de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:52.715Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.10: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.10\n\n\n\n# Email server configuration\nsmtp_smarthost=localhost\nsmtp_username=username\nsmtp_password=password\nemail_recovery_sender=clearwater@example.org\n\n# Keys\nsignup_key=secret\nturn_workaround=secret\nellis_api_key=secret\nellis_cookie_key=secret\n\nhomestead_impu_store=vellum.clearwater.local", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:52.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8778db76-107e-4635-a090-956836b549de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:52.715Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:52.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.089Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "[localhost] run: sudo mv /tmp/tmp2UGe24 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "[localhost] run: sudo mv /tmp/tmpiwDQw7 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'ellis': {u'ellis_kmrdru': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.16', u'name': u'ellis-kmrdru'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:53.737Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:53.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "49ad5b24-6d65-4499-8252-c768e02911d7"}], "metadata": {"pagination": {"total": 1851, "offset": 1784, "size": 50}}} 2018-12-12 16:43:54,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:54,216 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:54 GMT 2018-12-12 16:43:54,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:54,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 48751 2018-12-12 16:43:54,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:54,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-12-12 16:43:54,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-12-12 16:43:54,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/mysql.err /var/log/clearwater-config-manager /var/log/clearwater-config-manager/config-manager.output.log /var/log/clearwater-config-manager/config-manager_20181212T160000Z.txt /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/clearwater-cluster-manager/cluster-manager.output.log /var/log/clearwater-cluster-manager/cluster-manager_20181212T160000Z.txt /var/log/boot.log /var/log/dist-upgrade /var/log/clearwater-diags-monitor.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/clearwater-queue-manager/queue_operation.log /var/log/clearwater-queue-manager/queue-manager_20181212T160000Z.txt /var/log/clearwater-queue-manager/queue-manager.output.log /var/log/mysql /var/log/mysql/error.log /var/log/auth.log /var/log/sysstat /var/log/sysstat/clearwater-sa12 /var/log/sysstat/sa12 /var/log/ntpstats /var/log/monit.log /var/log/mysql.log /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/upstart /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/mysql.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/ellis /var/log/cloud-init.log real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-12 16:43:54,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [12-Dec-2018 16:42:44 UTC] clearwater-diags-monitor starting [12-Dec-2018 16:42:44 UTC] Waiting for trigger files [12-Dec-2018 16:43:42 UTC] Processing trigger files: core.ellis.1544633002 [12-Dec-2018 16:43:42 UTC] Dump triggered by ellis [12-Dec-2018 16:43:42 UTC] Gathering dump 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp /etc/snmp: No such file or directory [12-Dec-2018 16:43:42 UTC] /etc/snmp not present in deployment % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2171 0 2171 0 0 2849k 0 --:--:-- --:--:-- --:--:-- 2120k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2171 0 2171 0 0 3164k 0 --:--:-- --:--:-- --:--:-- 2120k [12-Dec-2018 16:43:43 UTC] Running extra diags scripts: /usr/share/clearwater/clearwater-diags-monitor/scripts/ellis_diags [12-Dec-2018 16:43:43 UTC] core.ellis.1544633002 has been closed [12-Dec-2018 16:43:43 UTC] Moving core.ellis.1544633002 to dump [12-Dec-2018 16:43:43 UTC] Compressing core.ellis.1544633002 tar: 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp/root/run/udev/control: socket ignored tar: 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp/root/run/mysqld/mysqld.sock: socket ignored tar: 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp/root/run/dbus/system_bus_socket: socket ignored tar: 20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp/root/run/acpid.socket: socket ignored [12-Dec-2018 16:43:43 UTC] Diagnostic archive /var/clearwater-diags-monitor/dumps/20181212164342Z.ellis-kmrdru.clearwater.local.ellis.temp.tar.gz created [12-Dec-2018 16:43:43 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-12 16:43:54,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 12-12-2018 16:43:40.830 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile 12-12-2018 16:43:40.831 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py 12-12-2018 16:43:40.833 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py 12-12-2018 16:43:40.833 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully 12-12-2018 16:43:40.833 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py 12-12-2018 16:43:40.834 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py 12-12-2018 16:43:40.834 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully 12-12-2018 16:43:40.842 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py 12-12-2018 16:43:42.945 UTC INFO main.py:113 (thread MainThread): Loaded plugin 12-12-2018 16:43:42.946 UTC INFO main.py:113 (thread MainThread): Loaded plugin 12-12-2018 16:43:42.946 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 12-12-2018 16:43:42.946 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 12-12-2018 16:43:43.136 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.10: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.10 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local from etcd, comparing to last value None 12-12-2018 16:43:43.136 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 849, MD5 hash af042bab90964ab43e9857fdc37df1be 12-12-2018 16:43:43.136 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file 12-12-2018 16:43:43.170 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value None 12-12-2018 16:43:43.170 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6 12-12-2018 16:43:43.170 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file 12-12-2018 16:43:45.315 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value { "hostnames": [ ] } 12-12-2018 16:43:45.315 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 16 12-12-2018 16:43:47.409 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.10: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.10 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local from etcd, comparing to last value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.10: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.10 # 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 12-12-2018 16:43:47.410 UTC INFO common_etcd_synchronizer.py:305 (thread SharedConfigPlugin): Watching for changes with 16 real 0m0.004s user 0m0.003s sys 0m0.002s 2018-12-12 16:43:54,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 12-12-2018 16:43:33.466 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile 12-12-2018 16:43:33.466 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT real 0m0.004s user 0m0.004s sys 0m0.002s 2018-12-12 16:43:54,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-12-12 16:43:22.610604779 Stopping etcd clearwater-etcd 2018-12-12 16:43:23.808768824 Restarting etcd clearwater-etcd 2018-12-12 16:43:23.812946757 Configured ETCDCTL_PEERS: 192.168.120.10:4000, 2018-12-12 16:43:23.813580841 Check for previous failed startup attempt 2018-12-12 16:43:23.814495398 Running etcdctl member list 5a390934aeb2089e: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=true 6207b88d0164c6f8: name=192-168-120-17 peerURLs=http://192.168.120.17:2380 clientURLs=http://192.168.120.17:4000 isLeader=false 2018-12-12 16:43:23.826561375 etcdctl returned 0 2018-12-12 16:43:23.831114443 Joining existing cluster... 2018-12-12 16:43:29.833125344 Configured ETCDCTL_PEERS: 192.168.120.10:4000, 2018-12-12 16:43:29.833750119 Check cluster is healthy 2018-12-12 16:43:29.835224827 Running etcdctl cluster-health member 5a390934aeb2089e is healthy: got healthy result from http://192.168.120.10:4000 member 6207b88d0164c6f8 is healthy: got healthy result from http://192.168.120.17:4000 cluster is healthy 2018-12-12 16:43:29.949385116 etcdctl returned 0 2018-12-12 16:43:29.950309652 Tell the cluster we're joining 2018-12-12 16:43:29.950960285 Running etcdctl member add 192-168-120-16 http://192.168.120.16:2380 Added member named 192-168-120-16 with ID f820029af5e5021c to cluster ETCD_NAME="192-168-120-16" ETCD_INITIAL_CLUSTER="192-168-120-10=http://192.168.120.10:2380,192-168-120-17=http://192.168.120.17:2380,192-168-120-16=http://192.168.120.16:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-12-12 16:43:29.985129819 etcdctl returned 0 2018-12-12 16:43:30.015406026 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.16:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.16 --name 192-168-120-16 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380,192-168-120-17=http://192.168.120.17:2380,192-168-120-16=http://192.168.120.16:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.16:2380 --listen-peer-urls http://192.168.120.16:2380 2018-12-12 16:43:30.016980722 Check we're actually a member of the cluster 2018-12-12 16:43:30.022266113 Wait for etcd to startup 2018-12-12 16:43:31.032646238 Etcd started successfully 2018-12-12 16:43:30.040283 I | etcdmain: etcd Version: 3.1.7 2018-12-12 16:43:30.040318 I | etcdmain: Git SHA: 43b7507 2018-12-12 16:43:30.040322 I | etcdmain: Go Version: go1.7.5 2018-12-12 16:43:30.040325 I | etcdmain: Go OS/Arch: linux/amd64 2018-12-12 16:43:30.040328 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-12-12 16:43:30.040399 I | embed: listening for peers on http://192.168.120.16:2380 2018-12-12 16:43:30.040432 I | embed: listening for client requests on 0.0.0.0:4000 2018-12-12 16:43:30.111393 I | etcdserver: name = 192-168-120-16 2018-12-12 16:43:30.111410 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.16 2018-12-12 16:43:30.111415 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.16/member 2018-12-12 16:43:30.111426 I | etcdserver: heartbeat = 100ms 2018-12-12 16:43:30.111429 I | etcdserver: election = 1000ms 2018-12-12 16:43:30.111433 I | etcdserver: snapshot count = 10000 2018-12-12 16:43:30.111440 I | etcdserver: advertise client URLs = http://192.168.120.16:4000 2018-12-12 16:43:30.196350 I | etcdserver: starting member f820029af5e5021c in cluster 54cdbb303d36fe88 2018-12-12 16:43:30.196396 I | raft: f820029af5e5021c became follower at term 0 2018-12-12 16:43:30.196420 I | raft: newRaft f820029af5e5021c [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-12-12 16:43:30.196425 I | raft: f820029af5e5021c became follower at term 1 2018-12-12 16:43:30.516971 I | rafthttp: started HTTP pipelining with peer 5a390934aeb2089e 2018-12-12 16:43:30.517038 I | rafthttp: started HTTP pipelining with peer 6207b88d0164c6f8 2018-12-12 16:43:30.517052 I | rafthttp: starting peer 5a390934aeb2089e... 2018-12-12 16:43:30.517106 I | rafthttp: started HTTP pipelining with peer 5a390934aeb2089e 2018-12-12 16:43:30.521383 I | rafthttp: started streaming with peer 5a390934aeb2089e (writer) 2018-12-12 16:43:30.521506 I | rafthttp: started streaming with peer 5a390934aeb2089e (writer) 2018-12-12 16:43:30.523151 I | rafthttp: started peer 5a390934aeb2089e 2018-12-12 16:43:30.523177 I | rafthttp: added peer 5a390934aeb2089e 2018-12-12 16:43:30.523191 I | rafthttp: starting peer 6207b88d0164c6f8... 2018-12-12 16:43:30.523206 I | rafthttp: started HTTP pipelining with peer 6207b88d0164c6f8 2018-12-12 16:43:30.523884 I | rafthttp: started streaming with peer 5a390934aeb2089e (stream MsgApp v2 reader) 2018-12-12 16:43:30.524432 I | rafthttp: started streaming with peer 5a390934aeb2089e (stream Message reader) 2018-12-12 16:43:30.526595 I | rafthttp: started peer 6207b88d0164c6f8 2018-12-12 16:43:30.526613 I | rafthttp: added peer 6207b88d0164c6f8 2018-12-12 16:43:30.526629 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-12-12 16:43:30.527247 I | rafthttp: started streaming with peer 6207b88d0164c6f8 (writer) 2018-12-12 16:43:30.527592 I | rafthttp: started streaming with peer 6207b88d0164c6f8 (stream MsgApp v2 reader) 2018-12-12 16:43:30.528374 I | rafthttp: started streaming with peer 6207b88d0164c6f8 (stream Message reader) 2018-12-12 16:43:30.529377 I | rafthttp: started streaming with peer 6207b88d0164c6f8 (writer) 2018-12-12 16:43:30.530507 I | rafthttp: peer 6207b88d0164c6f8 became active 2018-12-12 16:43:30.530519 I | rafthttp: established a TCP streaming connection with peer 6207b88d0164c6f8 (stream MsgApp v2 reader) 2018-12-12 16:43:30.530737 I | raft: f820029af5e5021c [term: 1] received a MsgHeartbeat message with higher term from 5a390934aeb2089e [term: 2] 2018-12-12 16:43:30.530754 I | raft: f820029af5e5021c became follower at term 2 2018-12-12 16:43:30.530768 I | raft: raft.node: f820029af5e5021c elected leader 5a390934aeb2089e at term 2 2018-12-12 16:43:30.531028 I | rafthttp: peer 5a390934aeb2089e became active 2018-12-12 16:43:30.531036 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream Message writer) 2018-12-12 16:43:30.531045 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream MsgApp v2 reader) 2018-12-12 16:43:30.531098 I | rafthttp: established a TCP streaming connection with peer 6207b88d0164c6f8 (stream Message reader) 2018-12-12 16:43:30.531130 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream Message reader) 2018-12-12 16:43:30.531167 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream MsgApp v2 writer) 2018-12-12 16:43:30.531881 I | rafthttp: established a TCP streaming connection with peer 6207b88d0164c6f8 (stream MsgApp v2 writer) 2018-12-12 16:43:30.532706 I | rafthttp: established a TCP streaming connection with peer 6207b88d0164c6f8 (stream Message writer) 2018-12-12 16:43:30.587431 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e 2018-12-12 16:43:30.587457 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e 2018-12-12 16:43:30.587476 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e 2018-12-12 16:43:30.591945 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e 2018-12-12 16:43:30.591975 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e 2018-12-12 16:43:30.591989 D | raft: f820029af5e5021c [logterm: 0, index: 39] rejected msgApp [logterm: 2, index: 39] from 5a390934aeb2089e 2018-12-12 16:43:30.592270 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88 2018-12-12 16:43:30.592377 N | etcdserver/membership: set the initial cluster version to 3.1 2018-12-12 16:43:30.592400 I | etcdserver/api: enabled capabilities for version 3.1 2018-12-12 16:43:30.592605 I | etcdserver/membership: added member 6207b88d0164c6f8 [http://192.168.120.17:2380] to cluster 54cdbb303d36fe88 2018-12-12 16:43:30.592704 I | etcdserver/membership: added member f820029af5e5021c [http://192.168.120.16:2380] to cluster 54cdbb303d36fe88 2018-12-12 16:43:30.783677 I | etcdserver: published {Name:192-168-120-16 ClientURLs:[http://192.168.120.16:4000]} to cluster 54cdbb303d36fe88 2018-12-12 16:43:30.783952 I | embed: ready to serve client requests 2018-12-12 16:43:30.784259 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-12-12 16:43:30.841827 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:33823 2018-12-12 16:43:31.232111 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:58658 2018-12-12 16:43:31.239759 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58659 2018-12-12 16:43:31.592039 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:58662 2018-12-12 16:43:33.259911 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58666 2018-12-12 16:43:33.313521 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58666 2018-12-12 16:43:33.381203 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:58667 2018-12-12 16:43:33.393280 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58668 2018-12-12 16:43:33.505750 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:58671 2018-12-12 16:43:37.622279 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58666 2018-12-12 16:43:37.655078 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58666 2018-12-12 16:43:40.753340 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.16:58675 2018-12-12 16:43:40.760424 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58677 2018-12-12 16:43:41.284319 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:58680 2018-12-12 16:43:41.860872 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58666 2018-12-12 16:43:41.878340 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58666 2018-12-12 16:43:42.947490 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.16:58682 2018-12-12 16:43:42.947609 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.16:58681 2018-12-12 16:43:43.236067 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58683 2018-12-12 16:43:43.281420 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58683 2018-12-12 16:43:43.305786 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58684 2018-12-12 16:43:43.350681 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58685 2018-12-12 16:43:43.358988 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.16:58687 2018-12-12 16:43:43.433791 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.16:58690 2018-12-12 16:43:43.474001 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater?consistent=true&recursive=true&sorted=false remote:192.168.120.16:58691 2018-12-12 16:43:43.478482 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater?recursive=true&sorted=false remote:192.168.120.16:58692 2018-12-12 16:43:43.531459 D | etcdserver/api/v2http: [GET] /v2/keys/?recursive=True remote:192.168.120.16:58693 2018-12-12 16:43:43.603921 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config remote:192.168.120.16:58694 2018-12-12 16:43:43.604681 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json remote:192.168.120.16:58694 2018-12-12 16:43:45.282601 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.16:58681 2018-12-12 16:43:45.315701 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=16&recursive=false&wait=true remote:192.168.120.16:58681 2018-12-12 16:43:46.098087 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.16:58666 2018-12-12 16:43:46.115377 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.16:58666 2018-12-12 16:43:47.384624 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.16:58682 2018-12-12 16:43:47.410358 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?waitIndex=16&recursive=false&wait=true remote:192.168.120.16:58682 2018-12-12 16:43:48.668487 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.15:48308 2018-12-12 16:43:48.714604 I | etcdserver/membership: added member 3e407c96a54f55bb [http://192.168.120.15:2380] to cluster 54cdbb303d36fe88 2018-12-12 16:43:48.714629 I | rafthttp: starting peer 3e407c96a54f55bb... 2018-12-12 16:43:48.714659 I | rafthttp: started HTTP pipelining with peer 3e407c96a54f55bb 2018-12-12 16:43:48.715115 I | rafthttp: started peer 3e407c96a54f55bb 2018-12-12 16:43:48.715126 I | rafthttp: added peer 3e407c96a54f55bb 2018-12-12 16:43:48.715167 I | rafthttp: started streaming with peer 3e407c96a54f55bb (writer) 2018-12-12 16:43:48.715175 I | rafthttp: started streaming with peer 3e407c96a54f55bb (writer) 2018-12-12 16:43:48.715200 I | rafthttp: started streaming with peer 3e407c96a54f55bb (stream MsgApp v2 reader) 2018-12-12 16:43:48.715324 I | rafthttp: started streaming with peer 3e407c96a54f55bb (stream Message reader) 2018-12-12 16:43:48.715553 D | rafthttp: failed to dial 3e407c96a54f55bb on stream Message (dial tcp 192.168.120.15:2380: getsockopt: connection refused) 2018-12-12 16:43:48.715576 D | rafthttp: failed to dial 3e407c96a54f55bb on stream MsgApp v2 (dial tcp 192.168.120.15:2380: getsockopt: connection refused) 2018-12-12 16:43:48.992453 I | rafthttp: peer 3e407c96a54f55bb became active 2018-12-12 16:43:48.992478 I | rafthttp: established a TCP streaming connection with peer 3e407c96a54f55bb (stream Message reader) 2018-12-12 16:43:48.992541 I | rafthttp: established a TCP streaming connection with peer 3e407c96a54f55bb (stream MsgApp v2 reader) 2018-12-12 16:43:48.994333 I | rafthttp: established a TCP streaming connection with peer 3e407c96a54f55bb (stream Message writer) 2018-12-12 16:43:48.994492 I | rafthttp: established a TCP streaming connection with peer 3e407c96a54f55bb (stream MsgApp v2 writer) real 0m0.005s user 0m0.001s sys 0m0.004s 2018-12-12 16:43:54,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-12-12 16:43:54,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:54,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/1ESFF/install-ellis.sh 2018-12-12 16:43:54,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-12-12 16:43:54,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 12-12-2018 16:43:33.250 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 12-12-2018 16:43:33.251 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 12-12-2018 16:43:33.257 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 12-12-2018 16:43:33.257 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 12-12-2018 16:43:33.257 UTC INFO main.py:114 (thread MainThread): Loaded plugin 12-12-2018 16:43:33.258 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 12-12-2018 16:43:33.312 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet 12-12-2018 16:43:33.410 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd 12-12-2018 16:43:33.410 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 12-12-2018 16:43:33.415 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py 12-12-2018 16:43:35.519 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 12-12-2018 16:43:37.621 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index None 12-12-2018 16:43:37.655 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 12-12-2018 16:43:37.665 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd, comparing to last value None 12-12-2018 16:43:39.758 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 12-12-2018 16:43:41.860 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index None 12-12-2018 16:43:41.893 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-7): Read value {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd, comparing to last value None 12-12-2018 16:43:41.893 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd 12-12-2018 16:43:41.893 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 12-12-2018 16:43:43.996 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 12-12-2018 16:43:46.097 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index 13 12-12-2018 16:43:46.115 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 12-12-2018 16:43:46.128 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-8): Read value {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.16-ellis"}]} from etcd, comparing to last value None 12-12-2018 16:43:48.217 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 12-12-2018 16:43:43.234 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis 12-12-2018 16:43:43.235 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.16-ellis to queue to restart 12-12-2018 16:43:43.305 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue 12-12-2018 16:43:43.306 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.16-ellis"}]} real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-12 16:43:54,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:43:54,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/VJMDN/create_number.sh 2018-12-12 16:43:54,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:43:54,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:43:54,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-12-12 16:43:54,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/ZVVXN/bind.py 2018-12-12 16:43:54,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/VJMDN/create_number.sh 2018-12-12 16:43:54,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:43:54,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-12-12 16:43:54,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.10: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.10 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local 2018-12-12 16:43:54,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:43:54,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:54,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp2UGe24 /etc/bind/db.clearwater.local 2018-12-12 16:43:54,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpiwDQw7 /etc/bind/db.clearwater.opnfv 2018-12-12 16:43:54,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:43:54,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:43:54,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:43:54,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'ellis': {u'ellis_kmrdru': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.16', u'name': u'ellis-kmrdru'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:43:54,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:43:54,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:43:54,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:43:54,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:54,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:54,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:54,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:54 GMT 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:54,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:59,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:43:59,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:59,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:59,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:59,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:56.088Z", "message": "Execution done (return_code=0): /tmp/VJMDN/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:56.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "8778db76-107e-4635-a090-956836b549de"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:43:56.194Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:43:56.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 1853, "offset": 1817, "size": 50}}} 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:59 GMT 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1130 2018-12-12 16:43:59,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:43:59,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/VJMDN/create_number.sh 2018-12-12 16:43:59,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:43:59,573 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:43:59,655 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:43:59,655 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:43:59,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:43:59,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:43:59,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:43:59,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:43:59,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:43:59,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:43:59,656 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:43:59,656 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:43:59 GMT 2018-12-12 16:43:59,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:43:59,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:43:59,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:04,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:05,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:05,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:05,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:05,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:05,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:05,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:05,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:05,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:01.741Z", "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 2 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 ... 58604 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m36.064s\nuser\t0m12.168s\nsys\t0m2.709s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:01.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:02.004Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:02.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:03.013Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:03.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:03.013Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:03.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:04.699Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.077s\nuser\t0m0.004s\nsys\t0m0.052s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:04.699Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}], "metadata": {"pagination": {"total": 1858, "offset": 1819, "size": 50}}} 2018-12-12 16:44:05,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:05,872 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:05 GMT 2018-12-12 16:44:05,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:05,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16547 2018-12-12 16:44:05,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:05,873 - 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 2 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 ... 58604 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m36.064s user 0m12.168s sys 0m2.709s 2018-12-12 16:44:05,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-12-12 16:44:05,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-12-12 16:44:05,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-12-12 16:44:05,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.077s user 0m0.004s sys 0m0.052s 2018-12-12 16:44:05,874 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:05,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:05,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:05,939 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:05 GMT 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:05,940 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:05,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:10,946 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:11,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:11,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:11,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:11,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:11,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:11,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:11,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:11,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:06.248Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:35 ? 00:00:00 /sbin/init\nroot 2 0 0 16:35 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 16:35 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:35 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:35 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:35 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:35 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:35 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:35 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:35 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:35 ? 00:00:00 [migration/0]\nroot 14 2 0 16:35 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:35 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:35 ? 00:00:00 [migration/1]\nroot 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 16:35 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:35 ? 00:00:00 [khelper]\nroot 21 2 0 16:35 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:35 ? 00:00:00 [netns]\nroot 23 2 0 16:35 ? 00:00:00 [writeback]\nroot 24 2 0 16:35 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:35 ? 00:00:00 [bioset]\nroot 27 2 0 16:35 ? 00:00:00 [kblockd]\nroot 28 2 0 16:35 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:35 ? 00:00:00 [khubd]\nroot 30 2 0 16:35 ? 00:00:00 [md]\nroot 31 2 0 16:35 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:35 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 16:35 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 16:35 ? 00:00:00 [khungtaskd]\nroot 36 2 0 16:35 ? 00:00:00 [kswapd0]\nroot 37 2 0 16:35 ? 00:00:00 [vmstat]\nroot 38 2 0 16:35 ? 00:00:00 [ksmd]\nroot 39 2 0 16:35 ? 00:00:00 [khugepaged]\nroot 40 2 0 16:35 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 16:35 ? 00:00:00 [crypto]\nroot 54 2 0 16:35 ? 00:00:00 [kthrotld]\nroot 55 2 0 16:35 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 16:35 ? 00:00:00 [vballoon]\nroot 57 2 0 16:35 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:35 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 16:35 ? 00:00:00 [deferwq]\nroot 80 2 0 16:35 ? 00:00:00 [charger_manager]\nroot 123 2 0 16:35 ? 00:00:00 [kpsmoused]\nroot 125 2 0 16:35 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 16:35 ? 00:00:00 [kworker/u5:1]\nroot 437 2 0 16:35 ? 00:00:00 [kworker/u5:2]\nroot 488 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon\nroot 578 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 822 2 0 16:35 ? 00:00:00 [kauditd]\nroot 949 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1008 1 0 16:35 ? 00:00:00 rsyslogd\nroot 1039 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1042 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1046 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1047 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1049 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1092 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D\nroot 1096 1 0 16:35 ? 00:00:00 cron\ndaemon 1097 1 0 16:35 ? 00:00:00 atd\nmessage+ 1103 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork\nroot 1106 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance\nroot 1109 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1126 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1258 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1264 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1457 2 0 16:35 ? 00:00:00 [kworker/0:2]\nubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/dime_host_k1srpl/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_k1srpl --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_k1srpl --logging-server-logdir=/home/ubuntu/dime_host_k1srpl/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_k1srpl/work/dime_host_k1srpl%I.log --pidfile=/home/ubuntu/dime_host_k1srpl/work/dime_host_k1srpl.pid\nubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/dime_host_k1srpl/env/bin/diamond --configfile /home/ubuntu/dime_host_k1srpl/work/plugins/diamond/etc/diamond.conf\nubuntu 1849 1663 0 16:39 ? 00:00:00 /home/ubuntu/dime_host_k1srpl/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_k1srpl --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_k1srpl --logging-server-logdir=/home/ubuntu/dime_host_k1srpl/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_k1srpl/work/dime_host_k1srpl%I.log --pidfile=/home/ubuntu/dime_host_k1srpl/work/dime_host_k1srpl.pid\nubuntu 1870 1849 0 16:39 ? 00:00:00 /home/ubuntu/dime_host_k1srpl/env/bin/python2.7 /home/ubuntu/dime_host_k1srpl/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-rTDjN2\nubuntu 1882 1870 0 16:39 ? 00:00:00 /bin/sh -c /tmp/ART45/install-dime.sh\nubuntu 1884 1882 0 16:39 ? 00:00:00 /bin/bash -e /tmp/ART45/install-dime.sh\nroot 2851 2 0 16:41 ? 00:00:00 [kworker/u5:0]\nntp 8855 1 0 16:42 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9428 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9429 9428 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9433 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9435 9433 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9441 9429 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9444 9435 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9445 9444 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9641 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10118 1 0 16:43 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10122 10118 0 16:43 ? 00:00:00 inotifywait -e create -qq .\nsnmp 10203 1 0 16:43 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10539 1 0 16:44 ? 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 10602 1884 0 16:44 ? 00:00:00 /bin/bash -e /tmp/ART45/install-dime.sh\nubuntu 10603 10602 0 16:44 ? 00:00:00 /bin/bash -e /tmp/ART45/install-dime.sh\nroot 10604 10603 0 16:44 ? 00:00:00 sudo ps -edf\nroot 10605 10604 0 16:44 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:06.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:06.248Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:06.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:06.248Z", "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 10539/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1092/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9641/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10539/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1092/sshd \nudp 0 0 192.168.120.13:123 0.0.0.0:* 8855/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8855/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8855/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10203/snmpd \nudp 0 0 0.0.0.0:32961 0.0.0.0:* 578/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10539/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 578/dhclient \nudp6 0 0 ::1:123 :::* 8855/ntpd \nudp6 0 0 fe80::f816:3eff:fe7:123 :::* 8855/ntpd \nudp6 0 0 :::123 :::* 8855/ntpd \nudp6 0 0 :::161 :::* 10203/snmpd \nudp6 0 0 :::41484 :::* 578/dhclient \nudp6 0 0 ::1:53 :::* 10539/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9747 1103/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 9762 1109/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7486 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11700 1663/python2.7 /tmp/cloudify-logging-server-2b9d1.socket\nunix 2 [ ACC ] STREAM LISTENING 7041 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11107 1870/python2.7 /tmp/ctx-Z7RIcS.socket\nunix 2 [ ACC ] STREAM LISTENING 21217 9441/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21894 9445/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 22973 10203/snmpd /var/agentx/master\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.003s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:06.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:06.248Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:06.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:06.248Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:06.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:06.248Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:06.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:06.248Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:7d:c4:b6 \n inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:c4b6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:114345 errors:0 dropped:0 overruns:0 frame:0\n TX packets:65449 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:172193738 (172.1 MB) TX bytes:11788781 (11.7 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:12 errors:0 dropped:0 overruns:0 frame:0\n TX packets:12 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:06.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:07.260Z", "message": "[dime] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/homestead\n/var/log/homestead/homestead_20181212T160000Z.txt\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_err.log\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa12\n/var/log/sysstat/sa12\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/ralf\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/clearwater-socket-factory.log\n/var/log/upstart\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:07.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:07.260Z", "message": "[dime] => [12-Dec-2018 16:43:28 UTC] clearwater-diags-monitor starting\n[12-Dec-2018 16:43:28 UTC] Waiting for trigger files\n2018:12:12 16:42:51: Namespace: management\n2018:12:12 16:42:51: [management] Starting server\n2018:12:12 16:42:51: [management] Listening for requests\n2018:12:12 16:42:51: Namespace: signaling\n2018:12:12 16:42:51: [signaling] Starting server\n2018:12:12 16:42:51: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:07.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:07.260Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:07.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:08.275Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:08.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:08.275Z", "message": "[dime] => 2018-12-12 16:43:44.510006334 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:08.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:08.275Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:08.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:08.275Z", "message": "Execution done (return_code=0): /tmp/ART45/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:08.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "ce7b1837-429f-4f69-81cf-2369d82a2b8f"}, {"node_instance_id": "dime_bblt8o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:08.309Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:08.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:09.659Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:09.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "dime_bblt8o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:09.659Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:09.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:09.872Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:09.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:10.130Z", "message": "Downloaded scripts/bind/bind.py to /tmp/PKIED/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:10.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}], "metadata": {"pagination": {"total": 1880, "offset": 1824, "size": 50}}} 2018-12-12 16:44:11,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:11,143 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:11 GMT 2018-12-12 16:44:11,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:11,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24668 2018-12-12 16:44:11,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:11,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:35 ? 00:00:00 /sbin/init root 2 0 0 16:35 ? 00:00:00 [kthreadd] root 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0] root 5 2 0 16:35 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:35 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:35 ? 00:00:00 [rcu_sched] root 8 2 0 16:35 ? 00:00:00 [rcuos/0] root 9 2 0 16:35 ? 00:00:00 [rcuos/1] root 10 2 0 16:35 ? 00:00:00 [rcu_bh] root 11 2 0 16:35 ? 00:00:00 [rcuob/0] root 12 2 0 16:35 ? 00:00:00 [rcuob/1] root 13 2 0 16:35 ? 00:00:00 [migration/0] root 14 2 0 16:35 ? 00:00:00 [watchdog/0] root 15 2 0 16:35 ? 00:00:00 [watchdog/1] root 16 2 0 16:35 ? 00:00:00 [migration/1] root 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1] root 19 2 0 16:35 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:35 ? 00:00:00 [khelper] root 21 2 0 16:35 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:35 ? 00:00:00 [netns] root 23 2 0 16:35 ? 00:00:00 [writeback] root 24 2 0 16:35 ? 00:00:00 [kintegrityd] root 25 2 0 16:35 ? 00:00:00 [bioset] root 27 2 0 16:35 ? 00:00:00 [kblockd] root 28 2 0 16:35 ? 00:00:00 [ata_sff] root 29 2 0 16:35 ? 00:00:00 [khubd] root 30 2 0 16:35 ? 00:00:00 [md] root 31 2 0 16:35 ? 00:00:00 [devfreq_wq] root 32 2 0 16:35 ? 00:00:00 [kworker/0:1] root 33 2 0 16:35 ? 00:00:00 [kworker/1:1] root 35 2 0 16:35 ? 00:00:00 [khungtaskd] root 36 2 0 16:35 ? 00:00:00 [kswapd0] root 37 2 0 16:35 ? 00:00:00 [vmstat] root 38 2 0 16:35 ? 00:00:00 [ksmd] root 39 2 0 16:35 ? 00:00:00 [khugepaged] root 40 2 0 16:35 ? 00:00:00 [fsnotify_mark] root 41 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 16:35 ? 00:00:00 [crypto] root 54 2 0 16:35 ? 00:00:00 [kthrotld] root 55 2 0 16:35 ? 00:00:00 [kworker/u4:1] root 56 2 0 16:35 ? 00:00:00 [vballoon] root 57 2 0 16:35 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:35 ? 00:00:00 [scsi_eh_1] root 79 2 0 16:35 ? 00:00:00 [deferwq] root 80 2 0 16:35 ? 00:00:00 [charger_manager] root 123 2 0 16:35 ? 00:00:00 [kpsmoused] root 125 2 0 16:35 ? 00:00:00 [kworker/1:2] root 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 16:35 ? 00:00:00 [kworker/u5:1] root 437 2 0 16:35 ? 00:00:00 [kworker/u5:2] root 488 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon root 578 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 822 2 0 16:35 ? 00:00:00 [kauditd] root 949 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon syslog 1008 1 0 16:35 ? 00:00:00 rsyslogd root 1039 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1042 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1046 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1047 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1049 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1092 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D root 1096 1 0 16:35 ? 00:00:00 cron daemon 1097 1 0 16:35 ? 00:00:00 atd message+ 1103 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork root 1106 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance root 1109 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1126 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind root 1258 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1264 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1457 2 0 16:35 ? 00:00:00 [kworker/0:2] ubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/dime_host_k1srpl/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_k1srpl --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_k1srpl --logging-server-logdir=/home/ubuntu/dime_host_k1srpl/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_k1srpl/work/dime_host_k1srpl%I.log --pidfile=/home/ubuntu/dime_host_k1srpl/work/dime_host_k1srpl.pid ubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/dime_host_k1srpl/env/bin/diamond --configfile /home/ubuntu/dime_host_k1srpl/work/plugins/diamond/etc/diamond.conf ubuntu 1849 1663 0 16:39 ? 00:00:00 /home/ubuntu/dime_host_k1srpl/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_k1srpl --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_k1srpl --logging-server-logdir=/home/ubuntu/dime_host_k1srpl/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_k1srpl/work/dime_host_k1srpl%I.log --pidfile=/home/ubuntu/dime_host_k1srpl/work/dime_host_k1srpl.pid ubuntu 1870 1849 0 16:39 ? 00:00:00 /home/ubuntu/dime_host_k1srpl/env/bin/python2.7 /home/ubuntu/dime_host_k1srpl/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-rTDjN2 ubuntu 1882 1870 0 16:39 ? 00:00:00 /bin/sh -c /tmp/ART45/install-dime.sh ubuntu 1884 1882 0 16:39 ? 00:00:00 /bin/bash -e /tmp/ART45/install-dime.sh root 2851 2 0 16:41 ? 00:00:00 [kworker/u5:0] ntp 8855 1 0 16:42 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9428 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9429 9428 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9433 1 0 16:42 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9435 9433 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9441 9429 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9444 9435 0 16:42 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9445 9444 0 16:42 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9641 1 0 16:42 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10118 1 0 16:43 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10122 10118 0 16:43 ? 00:00:00 inotifywait -e create -qq . snmp 10203 1 0 16:43 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10539 1 0 16:44 ? 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 10602 1884 0 16:44 ? 00:00:00 /bin/bash -e /tmp/ART45/install-dime.sh ubuntu 10603 10602 0 16:44 ? 00:00:00 /bin/bash -e /tmp/ART45/install-dime.sh root 10604 10603 0 16:44 ? 00:00:00 sudo ps -edf root 10605 10604 0 16:44 ? 00:00:00 ps -edf real 0m0.008s user 0m0.003s sys 0m0.005s 2018-12-12 16:44:11,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-12-12 16:44:11,144 - 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 10539/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1092/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9641/monit tcp6 0 0 ::1:53 :::* LISTEN 10539/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1092/sshd udp 0 0 192.168.120.13:123 0.0.0.0:* 8855/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8855/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8855/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10203/snmpd udp 0 0 0.0.0.0:32961 0.0.0.0:* 578/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10539/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 578/dhclient udp6 0 0 ::1:123 :::* 8855/ntpd udp6 0 0 fe80::f816:3eff:fe7:123 :::* 8855/ntpd udp6 0 0 :::123 :::* 8855/ntpd udp6 0 0 :::161 :::* 10203/snmpd udp6 0 0 :::41484 :::* 578/dhclient udp6 0 0 ::1:53 :::* 10539/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9747 1103/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9762 1109/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7486 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11700 1663/python2.7 /tmp/cloudify-logging-server-2b9d1.socket unix 2 [ ACC ] STREAM LISTENING 7041 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11107 1870/python2.7 /tmp/ctx-Z7RIcS.socket unix 2 [ ACC ] STREAM LISTENING 21217 9441/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21894 9445/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 22973 10203/snmpd /var/agentx/master real 0m0.006s user 0m0.003s sys 0m0.003s 2018-12-12 16:44:11,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-12-12 16:44:11,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-12-12 16:44:11,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-12-12 16:44:11,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:7d:c4:b6 inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe7d:c4b6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:114345 errors:0 dropped:0 overruns:0 frame:0 TX packets:65449 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:172193738 (172.1 MB) TX bytes:11788781 (11.7 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2018-12-12 16:44:11,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/homestead /var/log/homestead/homestead_20181212T160000Z.txt /var/log/homestead/homestead_out.log /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_err.log /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/boot.log /var/log/dist-upgrade /var/log/clearwater-diags-monitor.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/auth.log /var/log/sysstat /var/log/sysstat/clearwater-sa12 /var/log/sysstat/sa12 /var/log/ntpstats /var/log/monit.log /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/ralf /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/clearwater-socket-factory.log /var/log/upstart /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.006s user 0m0.000s sys 0m0.005s 2018-12-12 16:44:11,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => [12-Dec-2018 16:43:28 UTC] clearwater-diags-monitor starting [12-Dec-2018 16:43:28 UTC] Waiting for trigger files 2018:12:12 16:42:51: Namespace: management 2018:12:12 16:42:51: [management] Starting server 2018:12:12 16:42:51: [management] Listening for requests 2018:12:12 16:42:51: Namespace: signaling 2018:12:12 16:42:51: [signaling] Starting server 2018:12:12 16:42:51: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-12 16:44:11,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-12-12 16:44:11,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-12-12 16:44:11,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-12-12 16:43:44.510006334 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-12-12 16:44:11,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-12-12 16:44:11,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/ART45/install-dime.sh 2018-12-12 16:44:11,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:44:11,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:44:11,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:44:11,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:44:11,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/PKIED/bind.py 2018-12-12 16:44:11,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:11,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:11,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:11,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:11,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:11,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:11,210 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:11,210 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:11,210 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:11,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:11,210 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:11 GMT 2018-12-12 16:44:11,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:11,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:11,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:16,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:16,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:16,688 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:16,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:16,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:16,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:16,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:16,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:16,689 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.142Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "[localhost] run: sudo mv /tmp/tmpG_nQQ8 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'ellis': {u'ellis_kmrdru': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.16', u'name': u'ellis-kmrdru'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}, u'dime': {u'dime_bblt8o': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-bblt8o'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "[localhost] run: sudo mv /tmp/tmpqTTEnf /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:11.289Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:11.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "b546344e-57d1-4596-9986-955dc09d35d6"}], "metadata": {"pagination": {"total": 1893, "offset": 1843, "size": 50}}} 2018-12-12 16:44:16,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:16,689 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:16 GMT 2018-12-12 16:44:16,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:16,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7432 2018-12-12 16:44:16,689 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:16,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:44:16,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:44:16,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpG_nQQ8 /etc/bind/db.clearwater.local 2018-12-12 16:44:16,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:44:16,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:44:16,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:44:16,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'ellis': {u'ellis_kmrdru': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.16', u'name': u'ellis-kmrdru'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}, u'dime': {u'dime_bblt8o': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-bblt8o'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:44:16,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:44:16,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:44:16,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:44:16,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpqTTEnf /etc/bind/db.clearwater.opnfv 2018-12-12 16:44:16,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:44:16,692 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:16,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:16,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:16,772 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:16,772 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:16,772 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:16,772 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:16,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:16,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:16,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:16,773 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:16 GMT 2018-12-12 16:44:16,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:16,773 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:16,773 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:21,779 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:22,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1893, "offset": 1855, "size": 50}}} 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:22 GMT 2018-12-12 16:44:22,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:22,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:44:22,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:22,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:22,372 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:22,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:22,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:22,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:22,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:22,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:22,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:22,373 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:22,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:22,373 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:22 GMT 2018-12-12 16:44:22,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:22,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:22,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:27,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:27,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:27,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:27,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:27,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:27,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:27,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:27,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:27,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1893, "offset": 1855, "size": 50}}} 2018-12-12 16:44:27,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:27,455 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:27 GMT 2018-12-12 16:44:27,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:27,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:44:27,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:27,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:27,687 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:27,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:27,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:27,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:27,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:27,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:27,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:27,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:27,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:27,688 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:27 GMT 2018-12-12 16:44:27,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:27,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:27,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:32,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:32,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:32,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:32,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:32,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:32,778 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:32,778 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:32,778 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:32,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:32.139Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:32.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}], "metadata": {"pagination": {"total": 1894, "offset": 1855, "size": 50}}} 2018-12-12 16:44:32,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:32,779 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:32 GMT 2018-12-12 16:44:32,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:32,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-12-12 16:44:32,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:32,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-12-12 16:44:32,780 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:32,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:32,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:32 GMT 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:32,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:32,848 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:37,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:37,932 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:37,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:37,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:37,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:37,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:37,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:37,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:37,933 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1894, "offset": 1856, "size": 50}}} 2018-12-12 16:44:37,933 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:37,934 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:37 GMT 2018-12-12 16:44:37,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:37,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:44:37,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:37,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:38,057 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:38,058 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:38 GMT 2018-12-12 16:44:38,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:38,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:38,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:43,063 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:43,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:43,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:40.770Z", "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 2 not upgraded.\nNeed to get 6,120 kB of archives.\nAfter this operation, 6,458 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 6,120 kB in 1s (5,039 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59695 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m8.419s\nuser\t0m3.530s\nsys\t0m0.854s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:40.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:41.324Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:41.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:41.324Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:41.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:42.340Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:42.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}], "metadata": {"pagination": {"total": 1898, "offset": 1856, "size": 50}}} 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:43 GMT 2018-12-12 16:44:43,153 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:43,154 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6918 2018-12-12 16:44:43,154 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:43,154 - 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 2 not upgraded. Need to get 6,120 kB of archives. After this operation, 6,458 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 6,120 kB in 1s (5,039 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59695 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m8.419s user 0m3.530s sys 0m0.854s 2018-12-12 16:44:43,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-12-12 16:44:43,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-12-12 16:44:43,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-12-12 16:44:43,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:43,219 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:43,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:43,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:43,219 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:43,219 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:43,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:43,220 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:43,220 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:43,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:43,220 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:43 GMT 2018-12-12 16:44:43,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:43,220 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:43,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:48,226 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:48,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:48,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:48,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:48,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:48,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:48,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:48,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:48,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:43.724Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.083s\nuser\t0m0.011s\nsys\t0m0.052s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:43.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:44.363Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:1a:a9:d0 \n inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:a9d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:148972 errors:0 dropped:0 overruns:0 frame:0\n TX packets:69533 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:219007488 (219.0 MB) TX bytes:12792784 (12.7 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:58 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:44.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:44.363Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:44.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:44.363Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:44.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:45.374Z", "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 14273/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12653/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12329/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14273/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1109/sshd \nudp 0 0 192.168.120.6:123 0.0.0.0:* 11927/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11927/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11927/ntpd \nudp 0 0 0.0.0.0:25793 0.0.0.0:* 587/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12329/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14273/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe1:123 :::* 11927/ntpd \nudp6 0 0 ::1:123 :::* 11927/ntpd \nudp6 0 0 :::123 :::* 11927/ntpd \nudp6 0 0 :::61443 :::* 587/dhclient \nudp6 0 0 ::1:53 :::* 14273/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8993 1019/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11206 1663/python2.7 /tmp/cloudify-logging-server-b6f77.socket\nunix 2 [ ACC ] STREAM LISTENING 1606 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11738 1868/python2.7 /tmp/ctx-Cf3koC.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7297 395/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9210 1129/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:45.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:45.374Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:45.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:45.374Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:45.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:45.374Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 16:35 ? 00:00:00 /sbin/init\nroot 2 0 0 16:35 ? 00:00:00 [kthreadd]\nroot 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 16:35 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 16:35 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 16:35 ? 00:00:00 [rcu_sched]\nroot 8 2 0 16:35 ? 00:00:00 [rcuos/0]\nroot 9 2 0 16:35 ? 00:00:00 [rcuos/1]\nroot 10 2 0 16:35 ? 00:00:00 [rcu_bh]\nroot 11 2 0 16:35 ? 00:00:00 [rcuob/0]\nroot 12 2 0 16:35 ? 00:00:00 [rcuob/1]\nroot 13 2 0 16:35 ? 00:00:00 [migration/0]\nroot 14 2 0 16:35 ? 00:00:00 [watchdog/0]\nroot 15 2 0 16:35 ? 00:00:00 [watchdog/1]\nroot 16 2 0 16:35 ? 00:00:00 [migration/1]\nroot 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 16:35 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 16:35 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 16:35 ? 00:00:00 [khelper]\nroot 21 2 0 16:35 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 16:35 ? 00:00:00 [netns]\nroot 23 2 0 16:35 ? 00:00:00 [writeback]\nroot 24 2 0 16:35 ? 00:00:00 [kintegrityd]\nroot 25 2 0 16:35 ? 00:00:00 [bioset]\nroot 27 2 0 16:35 ? 00:00:00 [kblockd]\nroot 28 2 0 16:35 ? 00:00:00 [ata_sff]\nroot 29 2 0 16:35 ? 00:00:00 [khubd]\nroot 30 2 0 16:35 ? 00:00:00 [md]\nroot 31 2 0 16:35 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 16:35 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 16:35 ? 00:00:00 [khungtaskd]\nroot 35 2 0 16:35 ? 00:00:00 [kswapd0]\nroot 36 2 0 16:35 ? 00:00:00 [vmstat]\nroot 37 2 0 16:35 ? 00:00:00 [ksmd]\nroot 38 2 0 16:35 ? 00:00:00 [khugepaged]\nroot 39 2 0 16:35 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 16:35 ? 00:00:00 [crypto]\nroot 53 2 0 16:35 ? 00:00:00 [kthrotld]\nroot 54 2 0 16:35 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 16:35 ? 00:00:00 [vballoon]\nroot 56 2 0 16:35 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 16:35 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 16:35 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 16:35 ? 00:00:00 [deferwq]\nroot 80 2 0 16:35 ? 00:00:00 [charger_manager]\nroot 124 2 0 16:35 ? 00:00:00 [kpsmoused]\nroot 141 2 0 16:35 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver]\nroot 390 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 433 2 0 16:35 ? 00:00:00 [kworker/u5:1]\nroot 434 2 0 16:35 ? 00:00:00 [kworker/u5:2]\nroot 514 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon\nroot 587 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 823 2 0 16:35 ? 00:00:00 [kauditd]\nroot 940 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1005 1 0 16:35 ? 00:00:00 rsyslogd\nmessage+ 1019 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork\nroot 1029 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1054 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1109 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D\nroot 1111 1 0 16:35 ? 00:00:00 cron\ndaemon 1112 1 0 16:35 ? 00:00:00 atd\nroot 1119 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance\nroot 1129 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1209 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/vellum_host_hj6f45/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_hj6f45 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_hj6f45 --logging-server-logdir=/home/ubuntu/vellum_host_hj6f45/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_hj6f45/work/vellum_host_hj6f45%I.log --pidfile=/home/ubuntu/vellum_host_hj6f45/work/vellum_host_hj6f45.pid\nubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_hj6f45/env/bin/diamond --configfile /home/ubuntu/vellum_host_hj6f45/work/plugins/diamond/etc/diamond.conf\nubuntu 1847 1663 0 16:39 ? 00:00:00 /home/ubuntu/vellum_host_hj6f45/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_hj6f45 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_hj6f45 --logging-server-logdir=/home/ubuntu/vellum_host_hj6f45/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_hj6f45/work/vellum_host_hj6f45%I.log --pidfile=/home/ubuntu/vellum_host_hj6f45/work/vellum_host_hj6f45.pid\nubuntu 1868 1847 0 16:39 ? 00:00:00 /home/ubuntu/vellum_host_hj6f45/env/bin/python2.7 /home/ubuntu/vellum_host_hj6f45/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-A_uMcu\nubuntu 1879 1868 0 16:39 ? 00:00:00 /bin/sh -c /tmp/S915F/install-vellum.sh\nubuntu 1881 1879 0 16:39 ? 00:00:00 /bin/bash -e /tmp/S915F/install-vellum.sh\nroot 3934 2 0 16:41 ? 00:00:00 [kworker/u5:0]\nntp 11927 1 0 16:43 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12329 1 0 16:43 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12653 1 0 16:43 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13306 1 0 16:44 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13313 13306 0 16:44 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13672 12653 0 16:44 ? 00:00:00 [check-monit-upt] \ndnsmasq 14273 1 0 16:44 ? 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 14338 1881 0 16:44 ? 00:00:00 /bin/bash -e /tmp/S915F/install-vellum.sh\nubuntu 14339 14338 0 16:44 ? 00:00:00 /bin/bash -e /tmp/S915F/install-vellum.sh\nroot 14340 14339 0 16:44 ? 00:00:00 sudo ps -edf\nroot 14341 14340 0 16:44 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:45.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:46.385Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:46.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:46.385Z", "message": "[vellum] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/astaire\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_20181212T160000Z.txt\n/var/log/astaire/astaire_err.log\n/var/log/memcached.log\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/rogers\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa12\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/chronos\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/upstart\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/cloud-init.log\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:46.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:46.385Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:46.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:47.422Z", "message": "[vellum] => 2018-12-12 16:43:57.912413889 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:47.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:47.422Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:47.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:47.422Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:47.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:47.422Z", "message": "[vellum] => INFO [main] 2018-12-12 16:41:12,917 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-12-12 16:41:12,934 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-12 16:41:13,031 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-12-12 16:41:13,182 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-12-12 16:41:13,190 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-12-12 16:41:13,190 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-12-12 16:41:13,510 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-12 16:41:13,522 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-12-12 16:41:13,546 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-12-12 16:41:13,546 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-12-12 16:41:13,546 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 672320(656K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74014560(72279K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16679000(16288K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar\nINFO [main] 2018-12-12 16:41:13,554 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_1544632872.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1544632872.log]\nINFO [main] 2018-12-12 16:41:13,653 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-12-12 16:41:13,653 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-12-12 16:41:13,735 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-12-12 16:41:13,737 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-12-12 16:41:13,738 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-12-12 16:41:13,742 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-12-12 16:41:13,748 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-12-12 16:41:13,754 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-12-12 16:41:13,755 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-12-12 16:41:13,823 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-12-12 16:41:14,992 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-12-12 16:41:14,997 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-12-12 16:41:15,002 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-12-12 16:41:15,006 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-12-12 16:41:15,011 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-12-12 16:41:15,015 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-12-12 16:41:15,020 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-12-12 16:41:15,024 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-12-12 16:41:15,028 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-12-12 16:41:15,031 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-12-12 16:41:15,037 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-12-12 16:41:15,041 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-12-12 16:41:15,044 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-12-12 16:41:15,048 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-12-12 16:41:15,051 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-12-12 16:41:15,055 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-12-12 16:41:15,137 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-12-12 16:41:15,137 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-12-12 16:41:15,173 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-12 16:41:15,179 Memtable.java:347 - Writing Memtable-local@590540568(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-12 16:41:15,215 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=1544632874970, position=399)\nINFO [main] 2018-12-12 16:41:15,629 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-12-12 16:41:15,766 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-12-12 16:41:15,766 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-12-12 16:41:15,768 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-12-12 16:41:15,779 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2018-12-12 16:41:15,780 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-12-12 16:41:15,794 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-12 16:41:15,803 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nWARN [main] 2018-12-12 16:41:15,813 SystemKeyspace.java:765 - No host ID found, created e48c8a73-ad4a-44b4-b8a8-84c2fb3af650 (Note: This should happen exactly once per node).\nINFO [main] 2018-12-12 16:41:15,815 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-12-12 16:41:15,817 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:15,817 Memtable.java:347 - Writing Memtable-local@2120649440(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:15,819 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=1544632874970, position=93397)\nINFO [main] 2018-12-12 16:41:16,700 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-12 16:41:16,707 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-12-12 16:41:16,733 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-12-12 16:41:16,757 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-12 16:41:16,767 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-12-12 16:41:16,777 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-12 16:41:16,784 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-12-12 16:41:16,794 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-12-12 16:41:16,796 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-12-12 16:41:16,804 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-12-12 16:41:16,815 StorageService.java:959 - Generated random tokens. tokens are [689682734389370080, -2359164607169307082, -1629752585492144114, 7567571018274874465, 1150673891391402220, -5664534706622243006, -3633125987162282301, 4181299399117143887, 7855018915735488237, 3050903382853991224, -4244715879714396769, 7713093311913991549, -2542994688593033487, 6861794108489389433, -7001931348754793054, -8212688044093171275, 873796091669566982, 7514943258180515578, 7742147885599120218, 2748287174136386073, -5612600740049925519, 4097132164315729924, 243582966240492050, 6828033318154429797, -2048430962058884998, -6021454274812488933, 8425808228305930605, -6629847144958214317, -6303527711224941300, -1402346359681903002, -6023379734995987878, -4502889676089895334, -5162833124128408841, -4909576463649439502, 516605911601646649, 8104824875137414761, -5921980579107856757, 670018179190185024, -7793698568999082761, -7014792582726122581, 7319883832934174640, 2104974577438879022, 2044367597672041518, 2453385312191889315, 7420452286025917823, -4165301160916965958, 8196407162110805577, -3219949602838631824, -8400522642274553651, -335333528868707019, 7372461826160303083, 5222131576911850529, -168723406971814787, -6906775939696994220, -3147985472254891529, 8975934691977617869, 966890548830441001, -1771334042054587420, -7852882732655596132, 2506482693690886878, -6304150335337681564, 1141995684008131444, 1514539514250431275, 2114887643557865711, 8449445675932636457, -2582794869295562646, -4191212054783633563, -6548277777421627367, 1825537688887685905, 7497439614351872283, -5171294713792765542, 2536881420353609616, 4539259027007364796, 5249602105903860128, -7917793011913032459, -6809650797816019878, 1885249371735479787, -5784845030457669386, -2392163052021979574, -201954347267115803, -899884961650095992, 1997833176171885356, 5755330778795610315, -978967118549933017, 7952269204836357747, 4309036356813685734, -6334090936283239184, -1094471527816819478, -5973286703050208477, 7375509209479068362, -7042816056344222918, -5631327319949318247, 1204226192947390505, -8686273176582433076, -2569838522851136494, 964866946012924890, -1608804803509427415, 7282984527035791795, 8660222751551991808, -2951064478643326802, 7242908796430211512, -7149719931829292890, 4582239740449550175, -2985719929113106180, 5818146900701248966, 1326078318824119001, -4853901563045208297, -3767009033993889354, -2619138105048143611, -8928288871224113758, -6271595318400034969, 4663011989040853747, -7016060146398276441, 4540901414707690226, 6108463237305342548, 6214599376755341151, 2640139077686792004, -1693653769064086843, 8650159105984587537, -6677194708568711983, -4626556057746222898, 984341069796899414, 2392917627270493215, 2798592074684902905, 1173920600311025614, -3930906191219739236, -2954358820384708772, 3254052902812051283, -756012076232487868, 2575271180971820546, -9123073352607941493, 5438179585037715986, -5858433839252225220, -5378352532886840283, 4399654344523953716, 5479234324690379568, 2025303392309673971, 175235155075295780, 5668046205623872290, 5117399291769933551, -5790453364586875788, -460177187430544701, 268302238489850177, -4396109981461486165, 8965094785267602122, -5900332831311961577, -8754425535324670225, -6852283976999082078, 9187098995490979817, -394784689438068917, 2294523349770613122, -4255812470289136998, 4495012541612982617, -2011432839701372931, -4672348484239965610, -7268395590684814178, -6383870338011488740, 9071536143984166989, -3765815293104008168, -6848101630914145422, 367796534111705433, 8778011676520465122, -6035815220900283121, 8403647736875575432, 8442009210852698365, 3568574405943839935, -9166075330501051907, 7325996679409422536, -5756204030434122301, -8795473444940173571, -3070129910254408155, -7670872578579853970, -5883226633936068245, 8196377838402373129, -1124105288746150062, -6956557945979947124, 5870086641301206560, -1876484213003638904, 7465238575275117702, 660061912354472591, 6523371233025777085, -8670611376079763587, 6272887483676282444, -7058457883641289595, 8486543961348243626, -7128441783763906950, 4404772063538307772, 4751286300375752299, 4878360710520814636, -8221314872923420455, 1830958126313835094, -3815501282105164491, 1624772763094129835, -7728200476665744427, -5561517098864147736, -360136175334386549, 4079896027860959202, -872554604569613862, 4015545301213361163, -6013798210245666670, -86598999439785331, 5932626703069433116, 4872617892358157351, -2318432820533202757, 8526069993475868408, 8370333052156441070, 7974682778853977023, -3090860400832902136, -4884918732000569861, 8707872654448907770, 4001599434195575617, 6174197402105397697, 201817953037015797, 379660159108390714, -5123340216505590036, 2631415996003535053, -1350299824572910589, 1797749614129913237, 3161301508224111833, -8269163024966083438, -3090996678398446750, -8848402791712063007, 6749857219051261282, -6524713156638647360, -3529808784765959290, 6735596683126500078, 6246927094432047987, 1554699026613787504, 8873188586210519991, 6869205054766448155, 1812479375872468269, -4144771042301899365, 2328225138408538867, 3305575879055601002, -7649295502144759709, -2043294142250383298, -3727059019033502142, 3945016260671757740, 9025429343059721349, 8068271338645184726, -7295168678595842868, 2096189358965430668, -8010302305599543052, 8038602452546905886, -209819418453974446, 6509857912414906790, -5083397729015053014, -1132075134123417435, 9124716465364422846, -4252850271391989352, 9100123966868782382, -7091181666798741211, 1995559201933304197, 2679791958330361395, -5928866228658117102, -9035620223194019214]\nINFO [main] 2018-12-12 16:41:16,825 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@648a1818[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@1edddbaf[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@7b147af8}\nINFO [MigrationStage:1] 2018-12-12 16:41:16,867 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-12 16:41:16,868 Memtable.java:347 - Writing Memtable-schema_keyspaces@887921738(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-12 16:41:16,869 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=1544632874970, position=102352)\nINFO [MigrationStage:1] 2018-12-12 16:41:17,448 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:17,448 Memtable.java:347 - Writing Memtable-schema_columnfamilies@725555578(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:17,457 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=1544632874970, position=102352)\nINFO [MigrationStage:1] 2018-12-12 16:41:18,201 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-12 16:41:18,202 Memtable.java:347 - Writing Memtable-schema_columns@2097784260(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-12 16:41:18,222 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=1544632874970, position=102352)\nINFO [MigrationStage:1] 2018-12-12 16:41:19,208 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:19,208 Memtable.java:347 - Writing Memtable-schema_triggers@1460230039(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:19,209 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=1544632874970, position=102352)\nINFO [MigrationStage:1] 2018-12-12 16:41:19,772 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:19,773 Memtable.java:347 - Writing Memtable-schema_usertypes@1634896515(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:19,773 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=1544632874970, position=102352)\nINFO [MigrationStage:1] 2018-12-12 16:41:20,559 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@5f5f1730[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-12-12 16:41:20,563 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-12-12 16:41:20,564 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@235b301d[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-12-12 16:41:20,568 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-12-12 16:41:20,602 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-12-12 16:41:20,602 Memtable.java:347 - Writing Memtable-local@168580385(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-12-12 16:41:20,603 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=1544632874970, position=102595)\nINFO [main] 2018-12-12 16:41:21,337 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51476 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:21,338 Memtable.java:347 - Writing Memtable-local@604689011(8.362KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-12-12 16:41:21,345 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=1544632874970, position=114582)\nINFO [CompactionExecutor:2] 2018-12-12 16:41:21,848 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db')]\nINFO [main] 2018-12-12 16:41:21,889 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-12-12 16:41:21,970 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-12-12 16:41:21,997 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c]\nINFO [main] 2018-12-12 16:41:21,997 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-12-12 16:41:22,045 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-12-12 16:41:22,051 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:2] 2018-12-12 16:41:22,424 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,951 bytes to 5,793 (~97% of original) in 567ms = 0.009744MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-12-12 16:43:53,675 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-12-12 16:43:53,710 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-12-12 16:43:53,710 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-12-12 16:43:53,712 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-12-12 16:43:55,720 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-12-12 16:43:55,721 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:47.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:47.422Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:47.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}], "metadata": {"pagination": {"total": 1916, "offset": 1860, "size": 50}}} 2018-12-12 16:44:48,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:48,303 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:48 GMT 2018-12-12 16:44:48,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:48,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 72319 2018-12-12 16:44:48,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.083s user 0m0.011s sys 0m0.052s 2018-12-12 16:44:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:1a:a9:d0 inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe1a:a9d0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:148972 errors:0 dropped:0 overruns:0 frame:0 TX packets:69533 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:219007488 (219.0 MB) TX bytes:12792784 (12.7 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:58 errors:0 dropped:0 overruns:0 frame:0 TX packets:58 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-12-12 16:44:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-12-12 16:44:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-12-12 16:44:48,306 - 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 14273/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12653/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12329/memcached tcp6 0 0 ::1:53 :::* LISTEN 14273/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1109/sshd udp 0 0 192.168.120.6:123 0.0.0.0:* 11927/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11927/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11927/ntpd udp 0 0 0.0.0.0:25793 0.0.0.0:* 587/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12329/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14273/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 11927/ntpd udp6 0 0 ::1:123 :::* 11927/ntpd udp6 0 0 :::123 :::* 11927/ntpd udp6 0 0 :::61443 :::* 587/dhclient udp6 0 0 ::1:53 :::* 14273/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8993 1019/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11206 1663/python2.7 /tmp/cloudify-logging-server-b6f77.socket unix 2 [ ACC ] STREAM LISTENING 1606 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11738 1868/python2.7 /tmp/ctx-Cf3koC.socket unix 2 [ ACC ] SEQPACKET LISTENING 7297 395/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9210 1129/acpid /var/run/acpid.socket real 0m0.007s user 0m0.004s sys 0m0.004s 2018-12-12 16:44:48,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-12-12 16:44:48,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-12-12 16:44:48,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 16:35 ? 00:00:00 /sbin/init root 2 0 0 16:35 ? 00:00:00 [kthreadd] root 3 2 0 16:35 ? 00:00:00 [ksoftirqd/0] root 5 2 0 16:35 ? 00:00:00 [kworker/0:0H] root 6 2 0 16:35 ? 00:00:00 [kworker/u4:0] root 7 2 0 16:35 ? 00:00:00 [rcu_sched] root 8 2 0 16:35 ? 00:00:00 [rcuos/0] root 9 2 0 16:35 ? 00:00:00 [rcuos/1] root 10 2 0 16:35 ? 00:00:00 [rcu_bh] root 11 2 0 16:35 ? 00:00:00 [rcuob/0] root 12 2 0 16:35 ? 00:00:00 [rcuob/1] root 13 2 0 16:35 ? 00:00:00 [migration/0] root 14 2 0 16:35 ? 00:00:00 [watchdog/0] root 15 2 0 16:35 ? 00:00:00 [watchdog/1] root 16 2 0 16:35 ? 00:00:00 [migration/1] root 17 2 0 16:35 ? 00:00:00 [ksoftirqd/1] root 18 2 0 16:35 ? 00:00:00 [kworker/1:0] root 19 2 0 16:35 ? 00:00:00 [kworker/1:0H] root 20 2 0 16:35 ? 00:00:00 [khelper] root 21 2 0 16:35 ? 00:00:00 [kdevtmpfs] root 22 2 0 16:35 ? 00:00:00 [netns] root 23 2 0 16:35 ? 00:00:00 [writeback] root 24 2 0 16:35 ? 00:00:00 [kintegrityd] root 25 2 0 16:35 ? 00:00:00 [bioset] root 27 2 0 16:35 ? 00:00:00 [kblockd] root 28 2 0 16:35 ? 00:00:00 [ata_sff] root 29 2 0 16:35 ? 00:00:00 [khubd] root 30 2 0 16:35 ? 00:00:00 [md] root 31 2 0 16:35 ? 00:00:00 [devfreq_wq] root 32 2 0 16:35 ? 00:00:00 [kworker/0:1] root 34 2 0 16:35 ? 00:00:00 [khungtaskd] root 35 2 0 16:35 ? 00:00:00 [kswapd0] root 36 2 0 16:35 ? 00:00:00 [vmstat] root 37 2 0 16:35 ? 00:00:00 [ksmd] root 38 2 0 16:35 ? 00:00:00 [khugepaged] root 39 2 0 16:35 ? 00:00:00 [fsnotify_mark] root 40 2 0 16:35 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 16:35 ? 00:00:00 [crypto] root 53 2 0 16:35 ? 00:00:00 [kthrotld] root 54 2 0 16:35 ? 00:00:00 [kworker/u4:1] root 55 2 0 16:35 ? 00:00:00 [vballoon] root 56 2 0 16:35 ? 00:00:00 [kworker/1:1] root 57 2 0 16:35 ? 00:00:00 [scsi_eh_0] root 58 2 0 16:35 ? 00:00:00 [scsi_eh_1] root 79 2 0 16:35 ? 00:00:00 [deferwq] root 80 2 0 16:35 ? 00:00:00 [charger_manager] root 124 2 0 16:35 ? 00:00:00 [kpsmoused] root 141 2 0 16:35 ? 00:00:00 [kworker/0:2] root 186 2 0 16:35 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 16:35 ? 00:00:00 [ext4-rsv-conver] root 390 1 0 16:35 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 433 2 0 16:35 ? 00:00:00 [kworker/u5:1] root 434 2 0 16:35 ? 00:00:00 [kworker/u5:2] root 514 1 0 16:35 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 16:35 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 823 2 0 16:35 ? 00:00:00 [kauditd] root 940 1 0 16:35 ? 00:00:00 upstart-file-bridge --daemon syslog 1005 1 0 16:35 ? 00:00:00 rsyslogd message+ 1019 1 0 16:35 ? 00:00:00 dbus-daemon --system --fork root 1029 1 0 16:35 ? 00:00:00 /lib/systemd/systemd-logind root 1054 1 0 16:35 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 16:35 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 16:35 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 16:35 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 16:35 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1109 1 0 16:35 ? 00:00:00 /usr/sbin/sshd -D root 1111 1 0 16:35 ? 00:00:00 cron daemon 1112 1 0 16:35 ? 00:00:00 atd root 1119 1 0 16:35 ? 00:00:00 /usr/sbin/irqbalance root 1129 1 0 16:35 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 16:35 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1209 1 0 16:35 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1663 1 0 16:36 ? 00:00:00 /home/ubuntu/vellum_host_hj6f45/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_hj6f45 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_hj6f45 --logging-server-logdir=/home/ubuntu/vellum_host_hj6f45/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_hj6f45/work/vellum_host_hj6f45%I.log --pidfile=/home/ubuntu/vellum_host_hj6f45/work/vellum_host_hj6f45.pid ubuntu 1777 1 0 16:36 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_hj6f45/env/bin/diamond --configfile /home/ubuntu/vellum_host_hj6f45/work/plugins/diamond/etc/diamond.conf ubuntu 1847 1663 0 16:39 ? 00:00:00 /home/ubuntu/vellum_host_hj6f45/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_hj6f45 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_hj6f45 --logging-server-logdir=/home/ubuntu/vellum_host_hj6f45/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_hj6f45/work/vellum_host_hj6f45%I.log --pidfile=/home/ubuntu/vellum_host_hj6f45/work/vellum_host_hj6f45.pid ubuntu 1868 1847 0 16:39 ? 00:00:00 /home/ubuntu/vellum_host_hj6f45/env/bin/python2.7 /home/ubuntu/vellum_host_hj6f45/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-A_uMcu ubuntu 1879 1868 0 16:39 ? 00:00:00 /bin/sh -c /tmp/S915F/install-vellum.sh ubuntu 1881 1879 0 16:39 ? 00:00:00 /bin/bash -e /tmp/S915F/install-vellum.sh root 3934 2 0 16:41 ? 00:00:00 [kworker/u5:0] ntp 11927 1 0 16:43 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12329 1 0 16:43 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12653 1 0 16:43 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13306 1 0 16:44 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13313 13306 0 16:44 ? 00:00:00 cpulimit -e astaire -l 10 root 13672 12653 0 16:44 ? 00:00:00 [check-monit-upt] dnsmasq 14273 1 0 16:44 ? 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 14338 1881 0 16:44 ? 00:00:00 /bin/bash -e /tmp/S915F/install-vellum.sh ubuntu 14339 14338 0 16:44 ? 00:00:00 /bin/bash -e /tmp/S915F/install-vellum.sh root 14340 14339 0 16:44 ? 00:00:00 sudo ps -edf root 14341 14340 0 16:44 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2018-12-12 16:44:48,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-12-12 16:44:48,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/astaire /var/log/astaire/astaire_out.log /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_20181212T160000Z.txt /var/log/astaire/astaire_err.log /var/log/memcached.log /var/log/boot.log /var/log/dist-upgrade /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/rogers /var/log/auth.log /var/log/sysstat /var/log/sysstat/clearwater-sa12 /var/log/ntpstats /var/log/monit.log /var/log/chronos /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/upstart /var/log/upstart/astaire-throttle.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cassandra /var/log/cassandra/system.log /var/log/cloud-init.log real 0m0.007s user 0m0.000s sys 0m0.005s 2018-12-12 16:44:48,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-12-12 16:44:48,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-12-12 16:43:57.912413889 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2018-12-12 16:44:48,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-12-12 16:44:48,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-12-12 16:44:48,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-12-12 16:41:12,917 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-12-12 16:41:12,934 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-12 16:41:13,031 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-12-12 16:41:13,182 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-12-12 16:41:13,190 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-12-12 16:41:13,190 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-12-12 16:41:13,510 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-12 16:41:13,522 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-12-12 16:41:13,546 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-12-12 16:41:13,546 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-12-12 16:41:13,546 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 672320(656K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74014560(72279K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16679000(16288K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-12-12 16:41:13,547 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar INFO [main] 2018-12-12 16:41:13,554 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_1544632872.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1544632872.log] INFO [main] 2018-12-12 16:41:13,653 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-12-12 16:41:13,653 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-12-12 16:41:13,735 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-12-12 16:41:13,737 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-12-12 16:41:13,738 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-12-12 16:41:13,742 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-12-12 16:41:13,748 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-12-12 16:41:13,754 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-12-12 16:41:13,755 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-12-12 16:41:13,823 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-12-12 16:41:14,992 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-12-12 16:41:14,997 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-12-12 16:41:15,002 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-12-12 16:41:15,006 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-12-12 16:41:15,011 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-12-12 16:41:15,015 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-12-12 16:41:15,020 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-12-12 16:41:15,024 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-12-12 16:41:15,028 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-12-12 16:41:15,031 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-12-12 16:41:15,037 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-12-12 16:41:15,041 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-12-12 16:41:15,044 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-12-12 16:41:15,048 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-12-12 16:41:15,051 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-12-12 16:41:15,055 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-12-12 16:41:15,137 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-12-12 16:41:15,137 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-12-12 16:41:15,173 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-12 16:41:15,179 Memtable.java:347 - Writing Memtable-local@590540568(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-12 16:41:15,215 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=1544632874970, position=399) INFO [main] 2018-12-12 16:41:15,629 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-12-12 16:41:15,766 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-12-12 16:41:15,766 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-12-12 16:41:15,768 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-12-12 16:41:15,779 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2018-12-12 16:41:15,780 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-12-12 16:41:15,794 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-12 16:41:15,803 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] WARN [main] 2018-12-12 16:41:15,813 SystemKeyspace.java:765 - No host ID found, created e48c8a73-ad4a-44b4-b8a8-84c2fb3af650 (Note: This should happen exactly once per node). INFO [main] 2018-12-12 16:41:15,815 StorageService.java:807 - Starting up server gossip INFO [main] 2018-12-12 16:41:15,817 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-12 16:41:15,817 Memtable.java:347 - Writing Memtable-local@2120649440(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-12 16:41:15,819 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=1544632874970, position=93397) INFO [main] 2018-12-12 16:41:16,700 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-12 16:41:16,707 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-12-12 16:41:16,733 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-12-12 16:41:16,757 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-12 16:41:16,767 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-12-12 16:41:16,777 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-12 16:41:16,784 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-12-12 16:41:16,794 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-12-12 16:41:16,796 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-12-12 16:41:16,804 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-12-12 16:41:16,815 StorageService.java:959 - Generated random tokens. tokens are [689682734389370080, -2359164607169307082, -1629752585492144114, 7567571018274874465, 1150673891391402220, -5664534706622243006, -3633125987162282301, 4181299399117143887, 7855018915735488237, 3050903382853991224, -4244715879714396769, 7713093311913991549, -2542994688593033487, 6861794108489389433, -7001931348754793054, -8212688044093171275, 873796091669566982, 7514943258180515578, 7742147885599120218, 2748287174136386073, -5612600740049925519, 4097132164315729924, 243582966240492050, 6828033318154429797, -2048430962058884998, -6021454274812488933, 8425808228305930605, -6629847144958214317, -6303527711224941300, -1402346359681903002, -6023379734995987878, -4502889676089895334, -5162833124128408841, -4909576463649439502, 516605911601646649, 8104824875137414761, -5921980579107856757, 670018179190185024, -7793698568999082761, -7014792582726122581, 7319883832934174640, 2104974577438879022, 2044367597672041518, 2453385312191889315, 7420452286025917823, -4165301160916965958, 8196407162110805577, -3219949602838631824, -8400522642274553651, -335333528868707019, 7372461826160303083, 5222131576911850529, -168723406971814787, -6906775939696994220, -3147985472254891529, 8975934691977617869, 966890548830441001, -1771334042054587420, -7852882732655596132, 2506482693690886878, -6304150335337681564, 1141995684008131444, 1514539514250431275, 2114887643557865711, 8449445675932636457, -2582794869295562646, -4191212054783633563, -6548277777421627367, 1825537688887685905, 7497439614351872283, -5171294713792765542, 2536881420353609616, 4539259027007364796, 5249602105903860128, -7917793011913032459, -6809650797816019878, 1885249371735479787, -5784845030457669386, -2392163052021979574, -201954347267115803, -899884961650095992, 1997833176171885356, 5755330778795610315, -978967118549933017, 7952269204836357747, 4309036356813685734, -6334090936283239184, -1094471527816819478, -5973286703050208477, 7375509209479068362, -7042816056344222918, -5631327319949318247, 1204226192947390505, -8686273176582433076, -2569838522851136494, 964866946012924890, -1608804803509427415, 7282984527035791795, 8660222751551991808, -2951064478643326802, 7242908796430211512, -7149719931829292890, 4582239740449550175, -2985719929113106180, 5818146900701248966, 1326078318824119001, -4853901563045208297, -3767009033993889354, -2619138105048143611, -8928288871224113758, -6271595318400034969, 4663011989040853747, -7016060146398276441, 4540901414707690226, 6108463237305342548, 6214599376755341151, 2640139077686792004, -1693653769064086843, 8650159105984587537, -6677194708568711983, -4626556057746222898, 984341069796899414, 2392917627270493215, 2798592074684902905, 1173920600311025614, -3930906191219739236, -2954358820384708772, 3254052902812051283, -756012076232487868, 2575271180971820546, -9123073352607941493, 5438179585037715986, -5858433839252225220, -5378352532886840283, 4399654344523953716, 5479234324690379568, 2025303392309673971, 175235155075295780, 5668046205623872290, 5117399291769933551, -5790453364586875788, -460177187430544701, 268302238489850177, -4396109981461486165, 8965094785267602122, -5900332831311961577, -8754425535324670225, -6852283976999082078, 9187098995490979817, -394784689438068917, 2294523349770613122, -4255812470289136998, 4495012541612982617, -2011432839701372931, -4672348484239965610, -7268395590684814178, -6383870338011488740, 9071536143984166989, -3765815293104008168, -6848101630914145422, 367796534111705433, 8778011676520465122, -6035815220900283121, 8403647736875575432, 8442009210852698365, 3568574405943839935, -9166075330501051907, 7325996679409422536, -5756204030434122301, -8795473444940173571, -3070129910254408155, -7670872578579853970, -5883226633936068245, 8196377838402373129, -1124105288746150062, -6956557945979947124, 5870086641301206560, -1876484213003638904, 7465238575275117702, 660061912354472591, 6523371233025777085, -8670611376079763587, 6272887483676282444, -7058457883641289595, 8486543961348243626, -7128441783763906950, 4404772063538307772, 4751286300375752299, 4878360710520814636, -8221314872923420455, 1830958126313835094, -3815501282105164491, 1624772763094129835, -7728200476665744427, -5561517098864147736, -360136175334386549, 4079896027860959202, -872554604569613862, 4015545301213361163, -6013798210245666670, -86598999439785331, 5932626703069433116, 4872617892358157351, -2318432820533202757, 8526069993475868408, 8370333052156441070, 7974682778853977023, -3090860400832902136, -4884918732000569861, 8707872654448907770, 4001599434195575617, 6174197402105397697, 201817953037015797, 379660159108390714, -5123340216505590036, 2631415996003535053, -1350299824572910589, 1797749614129913237, 3161301508224111833, -8269163024966083438, -3090996678398446750, -8848402791712063007, 6749857219051261282, -6524713156638647360, -3529808784765959290, 6735596683126500078, 6246927094432047987, 1554699026613787504, 8873188586210519991, 6869205054766448155, 1812479375872468269, -4144771042301899365, 2328225138408538867, 3305575879055601002, -7649295502144759709, -2043294142250383298, -3727059019033502142, 3945016260671757740, 9025429343059721349, 8068271338645184726, -7295168678595842868, 2096189358965430668, -8010302305599543052, 8038602452546905886, -209819418453974446, 6509857912414906790, -5083397729015053014, -1132075134123417435, 9124716465364422846, -4252850271391989352, 9100123966868782382, -7091181666798741211, 1995559201933304197, 2679791958330361395, -5928866228658117102, -9035620223194019214] INFO [main] 2018-12-12 16:41:16,825 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@648a1818[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@1edddbaf[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@7b147af8} INFO [MigrationStage:1] 2018-12-12 16:41:16,867 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-12 16:41:16,868 Memtable.java:347 - Writing Memtable-schema_keyspaces@887921738(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-12 16:41:16,869 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=1544632874970, position=102352) INFO [MigrationStage:1] 2018-12-12 16:41:17,448 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-12 16:41:17,448 Memtable.java:347 - Writing Memtable-schema_columnfamilies@725555578(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-12 16:41:17,457 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=1544632874970, position=102352) INFO [MigrationStage:1] 2018-12-12 16:41:18,201 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-12 16:41:18,202 Memtable.java:347 - Writing Memtable-schema_columns@2097784260(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-12 16:41:18,222 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=1544632874970, position=102352) INFO [MigrationStage:1] 2018-12-12 16:41:19,208 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-12 16:41:19,208 Memtable.java:347 - Writing Memtable-schema_triggers@1460230039(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-12 16:41:19,209 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=1544632874970, position=102352) INFO [MigrationStage:1] 2018-12-12 16:41:19,772 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-12 16:41:19,773 Memtable.java:347 - Writing Memtable-schema_usertypes@1634896515(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-12 16:41:19,773 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=1544632874970, position=102352) INFO [MigrationStage:1] 2018-12-12 16:41:20,559 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@5f5f1730[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-12-12 16:41:20,563 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-12-12 16:41:20,564 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@235b301d[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-12-12 16:41:20,568 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-12-12 16:41:20,602 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-12-12 16:41:20,602 Memtable.java:347 - Writing Memtable-local@168580385(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-12-12 16:41:20,603 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=1544632874970, position=102595) INFO [main] 2018-12-12 16:41:21,337 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51476 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-12-12 16:41:21,338 Memtable.java:347 - Writing Memtable-local@604689011(8.362KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-12-12 16:41:21,345 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=1544632874970, position=114582) INFO [CompactionExecutor:2] 2018-12-12 16:41:21,848 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db')] INFO [main] 2018-12-12 16:41:21,889 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-12-12 16:41:21,970 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-12-12 16:41:21,997 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c] INFO [main] 2018-12-12 16:41:21,997 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-12-12 16:41:22,045 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-12-12 16:41:22,051 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:2] 2018-12-12 16:41:22,424 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,951 bytes to 5,793 (~97% of original) in 567ms = 0.009744MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-12-12 16:43:53,675 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-12-12 16:43:53,710 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-12-12 16:43:53,710 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-12-12 16:43:53,712 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-12-12 16:43:55,720 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-12-12 16:43:55,721 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.005s 2018-12-12 16:44:48,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-12-12 16:44:48,309 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:48,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:48,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:48,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:48,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:48,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:48,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:48,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:48,372 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:48,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:48,372 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:48 GMT 2018-12-12 16:44:48,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:48,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:48,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:53,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:53,457 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:53,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:53,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:53,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:53,458 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:53,458 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:53,458 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:53,458 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:48.401Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:48.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:48.440Z", "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.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:48.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:48.440Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:48.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:48.440Z", "message": "[vellum] => \n\n\n \n System.err\n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n WARN\n \n \n\n \n \n \n\n\n\n\n \n \n ${cassandra.logdir}/system.log\n \n ${cassandra.logdir}/system.log.%i.zip\n 1\n 20\n \n\n \n 20MB\n \n \n %-5level [%thread] %date{ISO8601} %F:%L - %msg%n\n \n \n \n \n \n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n \n \n \n \n \n \n \n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:48.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:48.440Z", "message": "Execution done (return_code=0): /tmp/S915F/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:48.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:48.440Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:48.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "f494d786-8526-4df0-8731-57dba66e4807"}, {"node_instance_id": "vellum_spo5q9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:48.899Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:48.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:49.559Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/XG70M/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:49.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:49.907Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:49.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:49.907Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:49.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:50.450Z", "message": "Executing: /tmp/XG70M/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:50.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:50.450Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:50.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:50.450Z", "message": "[vellum] 192.168.120.6", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:50.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:51.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-12-12T16:44:51.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:51.458Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:51.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:44:51.458Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:44:51.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1932, "offset": 1876, "size": 50}}} 2018-12-12 16:44:53,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:53,458 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:53 GMT 2018-12-12 16:44:53,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:53,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12612 2018-12-12 16:44:53,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:53,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:44:53,460 - 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.006s user 0m0.000s sys 0m0.006s 2018-12-12 16:44:53,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-12-12 16:44:53,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => System.err %-5level %date{HH:mm:ss,SSS} %msg%n WARN ${cassandra.logdir}/system.log ${cassandra.logdir}/system.log.%i.zip 1 20 20MB %-5level [%thread] %date{ISO8601} %F:%L - %msg%n %-5level %date{HH:mm:ss,SSS} %msg%n real 0m0.005s user 0m0.004s sys 0m0.002s 2018-12-12 16:44:53,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/S915F/install-vellum.sh 2018-12-12 16:44:53,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-12-12 16:44:53,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-12-12 16:44:53,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/XG70M/start-vellum.sh 2018-12-12 16:44:53,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:44:53,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:44:53,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XG70M/start-vellum.sh 2018-12-12 16:44:53,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-12-12 16:44:53,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.6 2018-12-12 16:44:53,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:44:53,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-12-12 16:44:53,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-12-12 16:44:53,462 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:53,524 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:53,524 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:53,524 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:53 GMT 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:53,525 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:53,526 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:58,531 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:44:58,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:58,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:58,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:58,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:58,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:58,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:58,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:58,653 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1932, "offset": 1892, "size": 50}}} 2018-12-12 16:44:58,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:58,653 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:58 GMT 2018-12-12 16:44:58,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:58,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:44:58,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:44:58,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:44:58,715 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:44:58,716 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:44:58,716 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:44:58,716 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:44:58,716 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:44:58,716 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:44:58,716 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:44:58,716 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:44:58,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:44:58,717 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:44:58 GMT 2018-12-12 16:44:58,717 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:44:58,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:44:58,717 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:03,722 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:03,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:03,802 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:03,802 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:03,802 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:03,802 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:03,802 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:03,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:03,802 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:45:01.143Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:45:01.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1933, "offset": 1892, "size": 50}}} 2018-12-12 16:45:03,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:03,803 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:03 GMT 2018-12-12 16:45:03,803 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:03,803 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:45:03,803 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:03,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:45:03,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:03,872 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:03,873 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:03,873 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:03,873 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:03,873 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:03,873 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:03,873 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:03,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:03,873 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:03,873 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:03 GMT 2018-12-12 16:45:03,874 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:03,874 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:03,874 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:08,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:08,955 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1933, "offset": 1893, "size": 50}}} 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:08,956 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:08 GMT 2018-12-12 16:45:08,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:08,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:45:08,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:08,957 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:09,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:09,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:09,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:09 GMT 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:09,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:09,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:14,027 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:14,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:14,103 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:14,103 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:45:11.378Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:45:11.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1934, "offset": 1893, "size": 50}}} 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:14 GMT 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:45:14,104 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:14,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:45:14,105 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:14,163 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:14,163 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:14,163 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:14,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:14,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:14,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:14,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:14,164 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:14,164 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:14,164 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:14 GMT 2018-12-12 16:45:14,164 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:14,164 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:14,164 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:19,169 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:19,254 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:19,254 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:19,254 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1934, "offset": 1894, "size": 50}}} 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:19 GMT 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:45:19,255 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:19,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:19,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:19,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:19,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:19,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:19,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:19,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:19,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:19,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:19,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:19,322 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:19 GMT 2018-12-12 16:45:19,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:19,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:19,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:24,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:24,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:24,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:24,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:45:21.615Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:45:21.615Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1935, "offset": 1894, "size": 50}}} 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:24 GMT 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:45:24,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:24,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:45:24,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:24,472 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:24,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:24 GMT 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:24,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:29,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:29,553 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:29,553 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:29,553 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1935, "offset": 1895, "size": 50}}} 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:29 GMT 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:45:29,554 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:29,555 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:29,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:29,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:29,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:29,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:29,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:29,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:29,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:29,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:29,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:29,638 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:29 GMT 2018-12-12 16:45:29,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:29,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:29,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:34,643 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:34,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:34,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:34,749 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:34,749 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:34,749 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:34,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:34,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:34,749 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:45:31.849Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:45:31.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1936, "offset": 1895, "size": 50}}} 2018-12-12 16:45:34,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:34,750 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:34 GMT 2018-12-12 16:45:34,750 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:34,750 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:45:34,750 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:34,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:45:34,750 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:34,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:34,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:34,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:34,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:34,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:34,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:34,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:34,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:34,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:34,949 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:34 GMT 2018-12-12 16:45:34,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:34,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:34,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:39,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:40,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:40,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:40,069 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:40,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:40,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:40,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:40,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:40,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1936, "offset": 1896, "size": 50}}} 2018-12-12 16:45:40,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:40,070 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:40 GMT 2018-12-12 16:45:40,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:40,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:45:40,070 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:40,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:40,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:40,141 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:40,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:40,141 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:40,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:40,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:40,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:40,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:40,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:40,142 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:40 GMT 2018-12-12 16:45:40,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:40,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:40,142 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:45,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:45,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:45,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:45,235 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:45:42.084Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:45:42.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1937, "offset": 1896, "size": 50}}} 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:45 GMT 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:45:45,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:45,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:45:45,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:45,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:45,340 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:45,340 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:45,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:45,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:45,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:45,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:45,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:45,341 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:45,341 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:45 GMT 2018-12-12 16:45:45,341 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:45,341 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:45,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:50,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:50,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:50,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:50,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:50,457 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:50,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:50,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:50,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:50,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1937, "offset": 1897, "size": 50}}} 2018-12-12 16:45:50,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:50,457 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:50 GMT 2018-12-12 16:45:50,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:50,458 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:45:50,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:50,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:50,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:50,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:50,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:50,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:50,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:50,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:50,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:50,549 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:50,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:50,549 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:50 GMT 2018-12-12 16:45:50,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:50,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:50,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:55,555 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:45:55,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:55,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:55,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:55,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:55,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:55,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:55,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:55,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:45:52.321Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:45:52.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1938, "offset": 1897, "size": 50}}} 2018-12-12 16:45:55,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:55,642 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:55 GMT 2018-12-12 16:45:55,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:55,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:45:55,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:45:55,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:45:55,643 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:45:55,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:45:55,712 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:45:55,712 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:45:55,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:45:55,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:45:55,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:45:55,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:45:55,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:45:55,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:45:55,713 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:45:55 GMT 2018-12-12 16:45:55,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:45:55,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:45:55,713 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:00,718 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:00,990 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:00,990 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:00,990 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:00,990 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:00,990 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:00,991 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:00,991 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:00,991 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1938, "offset": 1898, "size": 50}}} 2018-12-12 16:46:00,991 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:00,991 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:00 GMT 2018-12-12 16:46:00,991 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:00,991 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:46:00,991 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:00,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:01,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:01,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:01,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:01,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:01,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:01,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:01,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:01,060 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:01,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:01,060 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:01 GMT 2018-12-12 16:46:01,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:01,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:01,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:06,066 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:06,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:06,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:46:02.555Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:46:02.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1939, "offset": 1898, "size": 50}}} 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:06 GMT 2018-12-12 16:46:06,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:06,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:46:06,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:06,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:46:06,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:06,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:06,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:06 GMT 2018-12-12 16:46:06,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:06,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:06,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:11,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:11,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:11,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1939, "offset": 1899, "size": 50}}} 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:11 GMT 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:11,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:46:11,460 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:11,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:11,523 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:11,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:11,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:11,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:11,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:11,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:11,524 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:11,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-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:11,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:11,524 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:11 GMT 2018-12-12 16:46:11,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:11,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:11,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:16,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:16,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:46:12.790Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:46:12.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1940, "offset": 1899, "size": 50}}} 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:16,638 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:16 GMT 2018-12-12 16:46:16,639 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:16,639 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:46:16,639 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:16,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:46:16,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:16,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:16,716 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:16 GMT 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:16,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:16,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:21,723 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:21,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:21,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1940, "offset": 1900, "size": 50}}} 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:21 GMT 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:21,904 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:46:21,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:21,905 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:21,977 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:21,977 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:21,977 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:21,977 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:21,977 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:21,977 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:21,977 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:21,977 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:21,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:21,978 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:21 GMT 2018-12-12 16:46:21,978 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:21,978 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:21,978 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:26,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:27,168 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:27,168 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:46:23.025Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:46:23.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1941, "offset": 1900, "size": 50}}} 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:27 GMT 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:27,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:46:27,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:27,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:46:27,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:27,309 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:27,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:27,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:27,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:27,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:27,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:27,310 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:27,310 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:27,310 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:27,310 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:27 GMT 2018-12-12 16:46:27,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:27,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:27,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:32,316 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:32,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:32,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1941, "offset": 1901, "size": 50}}} 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:32 GMT 2018-12-12 16:46:32,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:32,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:46:32,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:32,422 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:32,492 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:32,492 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:32,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:32,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:32,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:32,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:32,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:32,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:32,493 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:32,493 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:32 GMT 2018-12-12 16:46:32,493 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:32,493 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:32,493 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:37,499 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:37,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:37,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:37,663 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:37,663 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:37,663 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:37,663 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:37,663 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:37,663 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:46:33.258Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:46:33.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1942, "offset": 1901, "size": 50}}} 2018-12-12 16:46:37,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:37,664 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:37 GMT 2018-12-12 16:46:37,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:37,664 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:46:37,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:37,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:46:37,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:37 GMT 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:37,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:42,740 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:42,823 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:42,823 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:42,823 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:42,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:42,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:42,824 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:42,824 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:42,824 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1942, "offset": 1902, "size": 50}}} 2018-12-12 16:46:42,824 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:42,824 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:42 GMT 2018-12-12 16:46:42,824 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:42,824 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:46:42,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:42,825 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:42,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:42,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:42,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:42,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:42 GMT 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:42,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:47,962 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:48,148 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:48,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:48,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:48,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:48,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:48,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:48,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:48,149 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:46:43.490Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:46:43.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1943, "offset": 1902, "size": 50}}} 2018-12-12 16:46:48,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:48,149 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:48 GMT 2018-12-12 16:46:48,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:48,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:46:48,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:48,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:46:48,150 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:48,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:48,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:48,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:48,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:48,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:48,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:48,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:48,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:48,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:48,216 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:48 GMT 2018-12-12 16:46:48,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:48,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:48,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:53,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:53,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:53,311 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:53,311 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:53,311 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1943, "offset": 1903, "size": 50}}} 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:53 GMT 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:46:53,312 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:53,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:53,373 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:53,373 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:53 GMT 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:53,374 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:53,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:58,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:46:58,528 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:58,528 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:58,528 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:58,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:46:53.722Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:46:53.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}], "metadata": {"pagination": {"total": 1944, "offset": 1903, "size": 50}}} 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:58 GMT 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-12-12 16:46:58,529 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:46:58,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-12-12 16:46:58,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:46:58,612 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:46:58,612 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:46:58,612 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:46:58,612 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:46:58,612 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:46:58,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:46:58,612 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:46:58,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:46:58,613 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:46:58,613 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:46:58 GMT 2018-12-12 16:46:58,613 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:46:58,613 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:46:58,613 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:47:03,618 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:47:03,806 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:47:03,806 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:47:03,806 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1944, "offset": 1904, "size": 50}}} 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:47:03 GMT 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-12-12 16:47:03,807 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:47:03,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:47:03,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:47:03,898 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:47:03,898 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:47:03,898 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:47:03,898 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:47:03,898 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:47:03,898 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:47:03,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:47:03,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:47:03,899 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:47:03 GMT 2018-12-12 16:47:03,899 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:47:03,899 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-12-12 16:47:03,899 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:47:08,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:47:08,986 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:47:08,986 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:47:08,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:47:08,986 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:03.759Z", "message": "Execution done (return_code=0): /tmp/XG70M/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:03.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "51758817-6f00-4874-8689-0b95c02fadc6"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:03.923Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:03.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:04.946Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:04.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:04.946Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:04.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:04.950Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MX4HD/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:04.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:05.510Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:05.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:05.510Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:05.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.216Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "[localhost] run: sudo mv /tmp/tmpm4G79y /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'ellis': {u'ellis_kmrdru': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.16', u'name': u'ellis-kmrdru'}}, u'dime': {u'dime_bblt8o': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-bblt8o'}}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {u'vellum_spo5q9': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-spo5q9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "[localhost] run: sudo mv /tmp/tmpg1gN72 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.803Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb", "logger": "508e0fb9-88e5-48f9-b48c-a34c91e70936"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:47:06.956Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T16:47:06.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 1963, "offset": 1904, "size": 50}}} 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:47:08 GMT 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10573 2018-12-12 16:47:08,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:47:08,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/XG70M/start-vellum.sh 2018-12-12 16:47:08,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:47:08,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:47:08,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:47:08,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MX4HD/bind.py 2018-12-12 16:47:08,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:47:08,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:47:08,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:47:08,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:47:08,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:47:08,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:47:08,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:47:08,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpm4G79y /etc/bind/db.clearwater.opnfv 2018-12-12 16:47:08,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'ellis': {u'ellis_kmrdru': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.16', u'name': u'ellis-kmrdru'}}, u'dime': {u'dime_bblt8o': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-bblt8o'}}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {u'vellum_spo5q9': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-spo5q9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:47:08,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:47:08,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpg1gN72 /etc/bind/db.clearwater.local 2018-12-12 16:47:08,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:47:08,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-12-12 16:47:08,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/895318bd-423f-4015-9fef-51b2a333ffeb 2018-12-12 16:47:09,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:47:09,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:47:09,055 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:47:09,055 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:47:09,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:47:09,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:47:09,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:47:09,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"} 2018-12-12 16:47:09,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:47:09,056 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:47:09 GMT 2018-12-12 16:47:09,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:47:09,056 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-12-12 16:47:09,056 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:47:09,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-12-12T16:32:25.819Z', 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'895318bd-423f-4015-9fef-51b2a333ffeb'} 2018-12-12 16:47:09,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-12-12 16:47:09,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:47:09,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:47:09,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.209", "ellis_ip": "172.30.9.203"}, "deployment_id": "clearwater-opnfv"} 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:47:09 GMT 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-12-12 16:47:09,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:47:09,139 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.203 2018-12-12 16:47:09,246 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-12-12 16:47:09,315 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-12-12 16:47:09,315 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-12-12 16:47:39,391 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:47:39,392 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-12-12 16:48:33,979 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:48:33,979 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-12-12 16:49:09,321 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:49:09,321 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-12-12 16:49:34,413 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:49:34,413 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-12-12 16:49:59,501 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:49:59,502 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-12-12 16:50:24,602 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:50:24,602 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-12-12 16:50:49,738 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:50:49,738 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-12-12 16:51:14,873 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:51:14,873 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-12-12 16:51:39,965 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:51:39,965 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2018-12-12 16:52:05,383 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-12-12 16:52:05,384 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2018-12-12 16:52:30,622 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550611@clearwater.opnfv', u'sip_username': u'6505550611', u'formatted_number': u'(650) 555-0611', u'number': u'6505550611', u'sip_uri': u'sip:6505550611@clearwater.opnfv', u'number_id': u'9acc2d3801e14a0cb534120bfc85a19b', u'sip_password': u'zDcKyfDVX', u'pstn': False} 2018-12-12 16:52:30,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-12-12 16:52:30,701 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:52:30,701 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:52:30,701 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:52:30,701 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:52:30,701 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:52:30,701 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:52:30,702 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:52:30,702 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.209", "ellis_ip": "172.30.9.203"}, "deployment_id": "clearwater-opnfv"} 2018-12-12 16:52:30,702 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:52:30,702 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:52:30 GMT 2018-12-12 16:52:30,702 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:52:30,702 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-12-12 16:52:30,702 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:52:30,702 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-12-12 16:52:30,703 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-12-12 16:52:30,732 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-12-12 16:52:30,732 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-12-12 16:54:44,436 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550437, 6505550241) Passed Basic Call - SDP (TCP) - (6505550669, 6505550358) Passed Basic Call - Tel URIs (TCP) - (6505550335, 6505550910) Passed Basic Call - Unknown number (TCP) - (6505550714, 6505550434) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550556, 6505550032) Passed Basic Call - Messages - Pager model (TCP) - (6505550752, 6505550901) Passed Basic Call - Pracks (TCP) - (6505550660, 6505550961) Passed Basic Registration (TCP) - (6505550873) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550992, 6505550309) Passed Call Barring - Outbound Rejection (TCP) - (6505550150, 6505550338) 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) - (6505550064, 6505550411) 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) - (6505550307, 6505550070, 6505550809) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550163, 6505550996, 6505550668) Passed Call Diversion - Not reachable (408) (TCP) - (6505550503, 6505550904, 6505550988) Passed Call Diversion - Not reachable (503) (TCP) - (6505550304, 6505550371, 6505550693) Passed Call Diversion - Not reachable (500) (TCP) - (6505550022, 6505550919, 6505550690) Passed Call Diversion - Busy (TCP) - (6505550654, 6505550146, 6505550126) Passed Call Diversion - Unconditional (TCP) - (6505550452, 6505550351, 6505550233) Passed Call Diversion - No answer (TCP) - (6505550011, 6505550394, 6505550844) Passed Call Diversion - Bad target URI (TCP) - (6505550959, 6505550094) Passed Call Diversion - Audio-only call (TCP) - (6505550412, 6505550968, 6505550842, 6505550854) Passed Call Diversion - Audio-video call (TCP) - (6505550010, 6505550942, 6505550209, 6505550227) Passed Call Waiting - Accepted (TCP) - (6505550072, 6505550442, 6505550496) Passed Call Waiting - Cancelled (TCP) - (6505550309, 6505550391, 6505550770) Passed CANCEL - Mainline (TCP) - (6505550845, 6505550768) Passed Filtering - Accept-Contact (TCP) - (6505550057, 6505550477) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550453, 6505550186) Passed Filtering - Accept-Contact no match (TCP) - (6505550601, 6505550400) Passed Filtering - Accept-Contact negated match (TCP) - (6505550406, 6505550082) Passed Filtering - RFC3841 example (TCP) - (6505550030, 6505550268) Passed Filtering - Reject-Contact no match (TCP) - (6505550229, 6505550756) Passed Filtering - Reject-Contact match (TCP) - (6505550546, 6505550541) 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) - (6505550625) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550143) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550940) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550500) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550335, 6505550058) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550696, 6505550078) Passed GRUU - Call - only GRUU as target (TCP) - (6505550640, 6505550034) Passed GRUU - Call - AoR as target (TCP) - (6505550256, 6505550304) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550526, 6505550984) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550550, 6505550275) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550416, 6505550781) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550108, 6505550658) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550573, 6505550683) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550782, 6505550385) 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) - (6505550814) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550432) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550568) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550929, 6505550960) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550041, 6505550503) Passed Message - URN URIs (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Message - URN URIs to AS (TCP) - Skipped (No hostname given) - Call with HOST_NAME= 0 failures out of 93 tests run 42 tests skipped 2018-12-12 16:54:44,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-12-12 16:54:44,562 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 16:54:44,563 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 28:48 | PASS | +----------------------+------------------+------------------+----------------+ 2018-12-12 16:54:44,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-12-12 16:54:44,568 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-12-12 16:54:44,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:54:44,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:54:44,648 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:54:44,648 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:54:44,648 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:54:44,648 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:54:44,648 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:54:44,648 - 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"}, "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": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:49.204Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "fdc75943-9160-4625-9682-cbf149025070"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:32:25.819Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "895318bd-423f-4015-9fef-51b2a333ffeb"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-12-12 16:54:44,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:54:44,649 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:54:44 GMT 2018-12-12 16:54:44,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:54:44,649 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-12-12 16:54:44,649 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:54:44,650 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-12-12 16:54:44,862 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:54:44,862 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:54:44,862 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:54:44,862 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:54:44,862 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:54:44 GMT 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:54:44,863 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:54:44,864 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:54:44,937 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:54:44,937 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:54:44,937 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:54:44,937 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:54:44,937 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:54:44,937 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:54:44,938 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:54:44,938 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-12 16:54:44,938 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:54:44,938 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:54:44 GMT 2018-12-12 16:54:44,938 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:54:44,938 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-12 16:54:44,938 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:54:44,938 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:54:45,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:54:45,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:54:45,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:54:45,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:54:45,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:54:45,011 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:54:45,011 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:54:45,011 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:54:45,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:54:45,011 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:54:45 GMT 2018-12-12 16:54:45,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:54:45,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:54:45,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:54:50,017 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:54:50,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:54:50,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:54:50,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:54:50,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:54:50,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:54:50,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:54:50,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:54:50,134 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:45.567Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:45.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_abbk71", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:46.669Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:46.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_kmrdru", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_bblt8o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_kmrdru", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_bblt8o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_19t8k2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_spo5q9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_abbk71", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_bblt8o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_kmrdru", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.060Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.714Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/AIA4V/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1b96f799-17bf-488e-a0e6-38e4c2347601"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/GQBMM/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "2d758f74-3f09-498c-9ddf-d6029d042691"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/NTWSU/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d09228b7-de09-4c77-a811-382d0153912d"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/MRB83/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "62b8f9ea-7067-4ebf-a826-2d5cf7cb04da"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/CHR2K/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c26a2dab-25b4-4245-866e-8b1ca4edf15c"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Executing: /tmp/AIA4V/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1b96f799-17bf-488e-a0e6-38e4c2347601"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Executing: /tmp/CHR2K/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c26a2dab-25b4-4245-866e-8b1ca4edf15c"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/IUVE5/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "9a11758c-06ce-4c60-8300-a22e31b05f89"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Executing: /tmp/IUVE5/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "9a11758c-06ce-4c60-8300-a22e31b05f89"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Executing: /tmp/GQBMM/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "2d758f74-3f09-498c-9ddf-d6029d042691"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Executing: /tmp/MRB83/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "62b8f9ea-7067-4ebf-a826-2d5cf7cb04da"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:47.919Z", "message": "Executing: /tmp/NTWSU/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:47.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d09228b7-de09-4c77-a811-382d0153912d"}, {"node_instance_id": "vellum_spo5q9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.076Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_19t8k2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.076Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.076Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.076Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.076Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_abbk71", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.076Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_19t8k2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.076Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Execution done (return_code=1): /tmp/CHR2K/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c26a2dab-25b4-4245-866e-8b1ca4edf15c"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "9a11758c-06ce-4c60-8300-a22e31b05f89"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1b96f799-17bf-488e-a0e6-38e4c2347601"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Execution done (return_code=1): /tmp/IUVE5/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "9a11758c-06ce-4c60-8300-a22e31b05f89"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Execution done (return_code=1): /tmp/AIA4V/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1b96f799-17bf-488e-a0e6-38e4c2347601"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Execution done (return_code=1): /tmp/NTWSU/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d09228b7-de09-4c77-a811-382d0153912d"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c26a2dab-25b4-4245-866e-8b1ca4edf15c"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "62b8f9ea-7067-4ebf-a826-2d5cf7cb04da"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "2d758f74-3f09-498c-9ddf-d6029d042691"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:48.927Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:48.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d09228b7-de09-4c77-a811-382d0153912d"}, {"node_instance_id": "homer_19t8k2", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.116Z", "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_c2v7qg/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_c2v7qg/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_c2v7qg/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-12-12T16:54:49.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.116Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.116Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_kmrdru", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.116Z", "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_aa2rwu/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_aa2rwu/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_aa2rwu/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-12-12T16:54:49.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_bblt8o", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.116Z", "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_k1srpl/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_k1srpl/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_k1srpl/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'dime' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-12-12T16:54:49.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.116Z", "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_hj6f45/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_hj6f45/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_hj6f45/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'vellum' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-12-12T16:54:49.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5SCC9/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}], "metadata": {"pagination": {"total": 66, "offset": 0, "size": 50}}} 2018-12-12 16:54:50,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:54:50,134 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:54:50 GMT 2018-12-12 16:54:50,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:54:50,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30446 2018-12-12 16:54:50,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:54:50,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-12-12 16:54:50,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:54:50,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:54:50,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:54:50,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:50,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:54:50,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:54:50,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:54:50,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:54:50,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:50,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:50,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:54:50,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/AIA4V/stop-dime.sh 2018-12-12 16:54:50,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/GQBMM/stop-bono.sh 2018-12-12 16:54:50,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/NTWSU/stop-ellis.sh 2018-12-12 16:54:50,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/MRB83/stop-sprout.sh 2018-12-12 16:54:50,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/CHR2K/stop-vellum.sh 2018-12-12 16:54:50,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/AIA4V/stop-dime.sh 2018-12-12 16:54:50,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CHR2K/stop-vellum.sh 2018-12-12 16:54:50,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/IUVE5/stop-homer.sh 2018-12-12 16:54:50,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/IUVE5/stop-homer.sh 2018-12-12 16:54:50,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GQBMM/stop-bono.sh 2018-12-12 16:54:50,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/MRB83/stop-sprout.sh 2018-12-12 16:54:50,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/NTWSU/stop-ellis.sh 2018-12-12 16:54:50,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:50,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:50,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:54:50,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:50,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:54:50,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:54:50,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:54:50,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/CHR2K/stop-vellum.sh 2018-12-12 16:54:50,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-12-12 16:54:50,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-12-12 16:54:50,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/IUVE5/stop-homer.sh 2018-12-12 16:54:50,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/AIA4V/stop-dime.sh 2018-12-12 16:54:50,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/NTWSU/stop-ellis.sh 2018-12-12 16:54:50,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-12-12 16:54:50,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-12-12 16:54:50,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-12-12 16:54:50,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-12-12 16:54:50,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-12-12 16:54:50,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:54:50,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:50,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-12-12 16:54:50,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-12-12 16:54:50,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-12-12 16:54:50,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:54:50,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:54:50,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5SCC9/bind.py 2018-12-12 16:54:50,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:54:50,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:54:50,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:54:50,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:54:50,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:54:50,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:54:50,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:54:50,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:54:50,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:54:50,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:54:50,226 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:54:50 GMT 2018-12-12 16:54:50,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:54:50,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:54:50,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:54:55,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:54:55,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Downloaded scripts/bind/bind.py to /tmp/S82IB/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "[localhost] run: sudo mv /tmp/tmphA994m /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5SCC9/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Downloaded scripts/bind/bind.py to /tmp/D1DRZ/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'ellis': {u'ellis_kmrdru': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.16', u'name': u'ellis-kmrdru'}}, u'dime': {}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {u'vellum_spo5q9': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-spo5q9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:49.967Z", "message": "Downloaded scripts/bind/bind.py to /tmp/LLZRU/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:49.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.147Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.147Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {u'vellum_spo5q9': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-spo5q9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo mv /tmp/tmpWkNjST /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {u'vellum_spo5q9': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-spo5q9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo mv /tmp/tmpuvtrx8 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo mv /tmp/tmp9HAHWQ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo mv /tmp/tmpIgHPJt /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo mv /tmp/tmp6k_zjW /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo mv /tmp/tmpUijuqb /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "cbf78baa-0641-4dc5-a1e4-cd36dadae799"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "51f03afb-00a5-48ee-91a2-94827a159dee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "1e3f1b2c-ac07-4ed2-bab5-ccf7636b251a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:50.988Z", "message": "[localhost] run: sudo mv /tmp/tmpAhRsxj /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:50.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a37e84c8-f40d-456b-8459-074da281abbf"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:51.171Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:51.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_bblt8o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:51.171Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:51.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_bblt8o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:51.171Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:51.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 153, "offset": 50, "size": 50}}} 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:54:55,304 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:54:55 GMT 2018-12-12 16:54:55,305 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:54:55,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29774 2018-12-12 16:54:55,305 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:54:55,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/S82IB/bind.py 2018-12-12 16:54:55,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:54:55,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:54:55,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:54:55,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphA994m /etc/bind/db.clearwater.local 2018-12-12 16:54:55,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5SCC9/bind.py 2018-12-12 16:54:55,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:54:55,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:54:55,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/D1DRZ/bind.py 2018-12-12 16:54:55,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'ellis': {u'ellis_kmrdru': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.16', u'name': u'ellis-kmrdru'}}, u'dime': {}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {u'vellum_spo5q9': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-spo5q9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:54:55,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/LLZRU/bind.py 2018-12-12 16:54:55,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:54:55,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:55,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:54:55,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:54:55,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {u'vellum_spo5q9': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-spo5q9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:54:55,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:54:55,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:54:55,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWkNjST /etc/bind/db.clearwater.local 2018-12-12 16:54:55,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:54:55,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:54:55,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:54:55,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:54:55,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:54:55,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:54:55,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:54:55,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:54:55,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:54:55,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:54:55,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:54:55,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:54:55,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:54:55,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_19t8k2': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'homer-19t8k2'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {u'vellum_spo5q9': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-spo5q9'}}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:54:55,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:54:55,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:54:55,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpuvtrx8 /etc/bind/db.clearwater.local 2018-12-12 16:54:55,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:54:55,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:54:55,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:54:55,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp9HAHWQ /etc/bind/db.clearwater.opnfv 2018-12-12 16:54:55,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpIgHPJt /etc/bind/db.clearwater.local 2018-12-12 16:54:55,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6k_zjW /etc/bind/db.clearwater.opnfv 2018-12-12 16:54:55,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpUijuqb /etc/bind/db.clearwater.opnfv 2018-12-12 16:54:55,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:54:55,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_dbvxo9': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'sprout-dbvxo9'}}, u'vellum': {}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:54:55,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:54:55,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpAhRsxj /etc/bind/db.clearwater.opnfv 2018-12-12 16:54:55,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:54:55,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:54:55,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:54:55,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:54:55,370 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:54:55,370 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:54:55 GMT 2018-12-12 16:54:55,371 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:54:55,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:54:55,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:00,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:00,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:00,449 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:00,449 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:00,449 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_bblt8o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:51.171Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:51.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.002Z", "message": "Executing: /tmp/3KNNI/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b7bf40fd-93e9-436a-89d7-86b10973c970"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.002Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/001DE/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "08900e2c-7a29-441f-ae6c-e13420e23b38"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.002Z", "message": "Executing: /tmp/001DE/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "08900e2c-7a29-441f-ae6c-e13420e23b38"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.002Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "08900e2c-7a29-441f-ae6c-e13420e23b38"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.002Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/3KNNI/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b7bf40fd-93e9-436a-89d7-86b10973c970"}, {"node_instance_id": "homer_19t8k2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_kmrdru", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_kmrdru", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_kmrdru", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_19t8k2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_19t8k2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_spo5q9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_spo5q9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:52.209Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:52.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.013Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d5fe08ce-9f8c-4f81-84ec-74316008517a"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.013Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2XTLI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d5fe08ce-9f8c-4f81-84ec-74316008517a"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.013Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b7bf40fd-93e9-436a-89d7-86b10973c970"}, {"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.013Z", "message": "Executing: /tmp/2XTLI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d5fe08ce-9f8c-4f81-84ec-74316008517a"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.013Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "83c2916c-c045-4140-bc6b-62230ecdba3d"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.013Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/HOZX4/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "83c2916c-c045-4140-bc6b-62230ecdba3d"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.013Z", "message": "Executing: /tmp/HOZX4/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "83c2916c-c045-4140-bc6b-62230ecdba3d"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.013Z", "message": "Execution done (return_code=1): /tmp/MRB83/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "62b8f9ea-7067-4ebf-a826-2d5cf7cb04da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.289Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.289Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:53.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:53.289Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/sprout_host_vygjf0/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_vygjf0/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_vygjf0/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-12-12T16:54:53.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "Downloaded scripts/bind/bind.py to /tmp/UZGZR/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "[localhost] run: sudo mv /tmp/tmpVsJtmH /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "[localhost] run: sudo mv /tmp/tmpjnm5A0 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.040Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4f0e8a5c-0d91-469c-a7cf-17047d31f5a1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:54.309Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:54.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:55.058Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/CT5HZ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:55.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "9bec99df-08df-4d21-8a9a-75ed7b63fced"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:55.058Z", "message": "Executing: /tmp/CT5HZ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:55.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "9bec99df-08df-4d21-8a9a-75ed7b63fced"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:55.334Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:55.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:55.334Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:55.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:55.334Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:55.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:56.080Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:56.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "9bec99df-08df-4d21-8a9a-75ed7b63fced"}, {"node_instance_id": "homer_19t8k2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:57.877Z", "message": "Execution done (return_code=0): /tmp/3KNNI/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:57.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b7bf40fd-93e9-436a-89d7-86b10973c970"}, {"node_instance_id": "homer_19t8k2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:58.029Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:58.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_kmrdru", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.109Z", "message": "Execution done (return_code=0): /tmp/HOZX4/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "83c2916c-c045-4140-bc6b-62230ecdba3d"}, {"node_instance_id": "dime_bblt8o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.109Z", "message": "Execution done (return_code=0): /tmp/001DE/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "08900e2c-7a29-441f-ae6c-e13420e23b38"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.227Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 168, "offset": 100, "size": 50}}} 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:00 GMT 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28192 2018-12-12 16:55:00,450 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:00,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:55:00,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/3KNNI/remove-cluster-node.sh 2018-12-12 16:55:00,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/001DE/remove-cluster-node.sh 2018-12-12 16:55:00,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/001DE/remove-cluster-node.sh 2018-12-12 16:55:00,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-12 16:55:00,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/3KNNI/remove-cluster-node.sh 2018-12-12 16:55:00,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:55:00,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:55:00,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:55:00,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:00,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:55:00,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:00,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:55:00,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:00,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:55:00,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-12 16:55:00,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2XTLI/remove-cluster-node.sh 2018-12-12 16:55:00,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-12 16:55:00,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2XTLI/remove-cluster-node.sh 2018-12-12 16:55:00,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-12 16:55:00,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/HOZX4/remove-cluster-node.sh 2018-12-12 16:55:00,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/HOZX4/remove-cluster-node.sh 2018-12-12 16:55:00,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/MRB83/stop-sprout.sh 2018-12-12 16:55:00,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:55:00,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:55:00,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-12-12 16:55:00,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:55:00,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:55:00,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:55:00,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/UZGZR/bind.py 2018-12-12 16:55:00,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVsJtmH /etc/bind/db.clearwater.local 2018-12-12 16:55:00,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_abbk71': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.17', u'name': u'bono-abbk71'}}}, 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.10', u'hss_hostname': u''}. 2018-12-12 16:55:00,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:55:00,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:55:00,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjnm5A0 /etc/bind/db.clearwater.opnfv 2018-12-12 16:55:00,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:55:00,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:55:00,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:55:00,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:55:00,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/CT5HZ/remove-cluster-node.sh 2018-12-12 16:55:00,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CT5HZ/remove-cluster-node.sh 2018-12-12 16:55:00,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:00,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:55:00,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:55:00,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-12 16:55:00,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/3KNNI/remove-cluster-node.sh 2018-12-12 16:55:00,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:55:00,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/HOZX4/remove-cluster-node.sh 2018-12-12 16:55:00,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/001DE/remove-cluster-node.sh 2018-12-12 16:55:00,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:00,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:00,531 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:00,531 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:00,531 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:00,531 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:00,531 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:00,531 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:00,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:00,532 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:00,532 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:00,532 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:00 GMT 2018-12-12 16:55:00,532 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:00,532 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:00,532 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:05,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:06,051 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:06,051 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:06,051 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_bblt8o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.227Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.227Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.227Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.227Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.227Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:54:59.342Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:54:59.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:00.533Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:00.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:01.094Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:01.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:01.543Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:01.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:01.543Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:01.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:01.543Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:01.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:01.543Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:01.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Stopping Agent ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Stopping Agent homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:02.119Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:02.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:03.571Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:03.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:04.564Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:04.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:04.564Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:04.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:04.564Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:04.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:04.564Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:04.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:04.564Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:04.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 214, "offset": 150, "size": 50}}} 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:06 GMT 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:06,052 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26177 2018-12-12 16:55:06,053 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:06,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:55:06,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:06,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:06,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:06,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:06,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:06,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:06,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:06,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:06,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:06,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:06,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-12 16:55:06,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:06,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-12 16:55:06,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:06,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:06,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_aa2rwu 2018-12-12 16:55:06,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_c2v7qg 2018-12-12 16:55:06,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:06,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-12 16:55:06,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-12 16:55:06,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:06,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:06,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:06,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:06,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:06,150 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:06,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:06,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:06,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:06,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:06,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:06,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:06,151 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:06,151 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:06,151 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:06 GMT 2018-12-12 16:55:06,151 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:06,151 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:06,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:11,157 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:11,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:11,473 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:11,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:11,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:11,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:11,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:11,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:11,473 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:04.564Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:04.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:05.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:05.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Stopping Agent dime_host_k1srpl", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Successfully stopped daemon: homer_host_c2v7qg\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.139Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_c2v7qg stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5af6abda-5ebd-4ac3-a404-11f631596ff9"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.447Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.666Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.666Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.666Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.666Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:06.666Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:06.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:07.157Z", "message": "Successfully stopped daemon: ellis_host_aa2rwu\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:07.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:07.157Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_aa2rwu stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:07.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:07.157Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:07.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5e085345-5ba2-45ee-8588-71246972d7ad"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:07.705Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:07.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:07.705Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:07.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Deleting Agent homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Deleting Agent ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:08.585Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:08.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:09.774Z", "message": "Successfully stopped daemon: dime_host_k1srpl\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:09.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:09.774Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_k1srpl stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:09.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:09.774Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:09.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "b199bdb7-0085-4979-8f21-e6204ef825aa"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:09.960Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:09.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.787Z", "message": "Successfully deleted daemon: homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}], "metadata": {"pagination": {"total": 270, "offset": 200, "size": 50}}} 2018-12-12 16:55:11,474 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:11,474 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:11 GMT 2018-12-12 16:55:11,474 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:11,474 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27246 2018-12-12 16:55:11,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:11,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:11,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-12 16:55:11,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_k1srpl 2018-12-12 16:55:11,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_c2v7qg 2018-12-12 16:55:11,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_c2v7qg stop 2018-12-12 16:55:11,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:11,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:11,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-12 16:55:11,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-12 16:55:11,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:11,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:11,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_aa2rwu 2018-12-12 16:55:11,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_aa2rwu stop 2018-12-12 16:55:11,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-12 16:55:11,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:11,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:11,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_c2v7qg 2018-12-12 16:55:11,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_aa2rwu 2018-12-12 16:55:11,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:11,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_k1srpl 2018-12-12 16:55:11,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_k1srpl stop 2018-12-12 16:55:11,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-12 16:55:11,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:11,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_c2v7qg 2018-12-12 16:55:11,483 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:11,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:11,657 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:11 GMT 2018-12-12 16:55:11,658 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:11,658 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:11,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:16,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:16,924 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:16,924 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:16,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.787Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.787Z", "message": "Successfully deleted daemon: ellis_host_aa2rwu", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.787Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "502b4037-868a-4094-887a-ea46603e685b"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.787Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.787Z", "message": "Successfully deleted daemon: homer_host_c2v7qg", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f997fc91-8053-41b6-aa95-242250dcab73"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.790Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.790Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:10.790Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:10.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Deleting Agent dime_host_k1srpl", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.823Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.823Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.823Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.823Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.823Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:11.823Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:11.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:12.891Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:12.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.468Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.856Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.856Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.856Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.856Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.856Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.856Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.857Z", "message": "Successfully deleted daemon: dime_host_k1srpl", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:13.857Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:13.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "79540c90-2f10-4d55-8fc6-5398e7d1755a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:14.878Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:14.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:14.878Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:14.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:16.280Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:16.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_dbvxo9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:16.452Z", "message": "Execution done (return_code=0): /tmp/CT5HZ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:16.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "9bec99df-08df-4d21-8a9a-75ed7b63fced"}], "metadata": {"pagination": {"total": 300, "offset": 250, "size": 50}}} 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:16 GMT 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:16,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20046 2018-12-12 16:55:16,926 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:16,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-12 16:55:16,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_aa2rwu 2018-12-12 16:55:16,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-12 16:55:16,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-12 16:55:16,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_c2v7qg 2018-12-12 16:55:16,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:16,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:16,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-12 16:55:16,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_k1srpl 2018-12-12 16:55:16,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:16,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 16:55:16,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 16:55:16,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 16:55:16,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:16,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:16,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 16:55:16,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-12 16:55:16,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:16,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:16,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:16,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 16:55:16,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-12 16:55:16,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 16:55:16,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-12 16:55:16,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_k1srpl 2018-12-12 16:55:16,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-12 16:55:16,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:55:16,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:55:16,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-12 16:55:16,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CT5HZ/remove-cluster-node.sh 2018-12-12 16:55:16,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:17,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:17,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:17,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:17,002 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:17,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:17,002 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:17,002 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:17,003 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:17,003 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:17,003 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:17 GMT 2018-12-12 16:55:17,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:17,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:17,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:22,009 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:22,110 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:22,111 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:22,111 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:22,111 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:22,111 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:22,111 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:22,111 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:22,111 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_dbvxo9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:17.531Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:17.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:17.531Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:17.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:17.531Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:17.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:17.531Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:17.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:17.931Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:17.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:17.931Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:17.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:19.879Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:19.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:19.943Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:19.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.019Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.914Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:21.914Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:21.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}], "metadata": {"pagination": {"total": 322, "offset": 288, "size": 50}}} 2018-12-12 16:55:22,111 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:22,112 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:22 GMT 2018-12-12 16:55:22,112 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:22,112 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10367 2018-12-12 16:55:22,112 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:22,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:55:22,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:22,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:22,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:22,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-12 16:55:22,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-12 16:55:22,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-12 16:55:22,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:22,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:22,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:22,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:22,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:22,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-12 16:55:22,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:22,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:55:22,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:22,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-12 16:55:22,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:22,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:22,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:22,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:22,183 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:22,184 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:22 GMT 2018-12-12 16:55:22,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:22,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:22,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:27,190 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:27,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:27,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:27,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:27,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:27,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:27,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:27,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:27,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.077Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.077Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.077Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.939Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.939Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.939Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.939Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.939Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.939Z", "message": "Stopping Agent sprout_host_vygjf0", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:22.939Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:22.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:25.308Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:25.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:26.112Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:26.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:26.112Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:26.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:26.112Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:26.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:26.570Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:26.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c3a7ef41-06dc-4128-877a-e90cc970ebd2"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:26.957Z", "message": "Successfully stopped daemon: sprout_host_vygjf0\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:26.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:26.957Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:26.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:26.957Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_vygjf0 stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:26.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "37953ea8-6b37-48dd-beca-432e1819fd08"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:27.121Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:27.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:27.121Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:27.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:27.121Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:27.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:27.121Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:27.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:27.121Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:27.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:27.121Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:27.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:27.121Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:27.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 347, "offset": 308, "size": 50}}} 2018-12-12 16:55:27,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:27,385 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:27 GMT 2018-12-12 16:55:27,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:27,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13236 2018-12-12 16:55:27,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_vygjf0 2018-12-12 16:55:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:27,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 16:55:27,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 16:55:27,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-12 16:55:27,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_vygjf0 2018-12-12 16:55:27,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-12 16:55:27,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_vygjf0 stop 2018-12-12 16:55:27,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:27,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:27,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:27,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:27,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-12 16:55:27,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:27,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-12 16:55:27,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:27,460 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:27,460 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:27,460 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:27,460 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:27,460 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:27,460 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:27,460 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:27,461 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:27,461 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:27,461 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:27 GMT 2018-12-12 16:55:27,461 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:27,461 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:27,461 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:32,466 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:32,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:32,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:32,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:32,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:32,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:32,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:32,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:32,902 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.112Z", "message": "Deleting Agent sprout_host_vygjf0", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.327Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.327Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.327Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:28.327Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:28.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:29.175Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:29.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "760a27de-157e-4309-9c89-35c60eb66187"}, {"node_instance_id": "homer_host_c2v7qg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:29.175Z", "message": "Waiting for server \"0d7dfdd9-ed24-4ece-9a4a-7c4ebf4c6c7e\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:29.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c3a7ef41-06dc-4128-877a-e90cc970ebd2"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:30.347Z", "message": "Successfully deleted daemon: sprout_host_vygjf0", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:30.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:30.347Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:30.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:30.347Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:30.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "569b5fac-8e7a-4d3f-8daa-0f9bc85c54da"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:30.523Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:30.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:31.344Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:31.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:31.344Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:31.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:31.344Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:31.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_host_k1srpl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:31.518Z", "message": "Waiting for server \"9226850b-fc23-40f4-8df7-c5e0b1f4da22\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:31.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "760a27de-157e-4309-9c89-35c60eb66187"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:32.384Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:32.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:32.384Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:32.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:32.384Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:32.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 374, "offset": 333, "size": 50}}} 2018-12-12 16:55:32,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:32,903 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:32 GMT 2018-12-12 16:55:32,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:32,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14435 2018-12-12 16:55:32,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:32,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:55:32,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_vygjf0 2018-12-12 16:55:32,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:32,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:32,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 16:55:32,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 16:55:32,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-12 16:55:32,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0d7dfdd9-ed24-4ece-9a4a-7c4ebf4c6c7e" to be deleted. current status: SHUTOFF 2018-12-12 16:55:32,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_vygjf0 2018-12-12 16:55:32,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-12 16:55:32,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-12 16:55:32,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-12 16:55:32,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 16:55:32,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:32,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 16:55:32,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "9226850b-fc23-40f4-8df7-c5e0b1f4da22" to be deleted. current status: SHUTOFF 2018-12-12 16:55:32,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 16:55:32,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:32,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 16:55:32,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:33,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:33,062 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:33 GMT 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:33,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:33,064 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:38,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:38,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:38,221 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:38,221 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:38,221 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:38,221 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:38,221 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:38,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:38,222 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:32.859Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:32.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "499f9ac8-0e84-4884-9643-2c207adbd8cc"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:33.689Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:33.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:33.689Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:33.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:33.689Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:33.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_host_c2v7qg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:34.718Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:34.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:34.718Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:34.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:35.249Z", "message": "Waiting for server \"6c2334f9-2da4-4a66-88fe-94c03e3553c0\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:35.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "499f9ac8-0e84-4884-9643-2c207adbd8cc"}, {"node_instance_id": "dime_host_k1srpl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:36.828Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:36.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 382, "offset": 360, "size": 50}}} 2018-12-12 16:55:38,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:38,222 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:38 GMT 2018-12-12 16:55:38,222 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:38,222 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4210 2018-12-12 16:55:38,222 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:38,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-12 16:55:38,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-12 16:55:38,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:38,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:38,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-12 16:55:38,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:38,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "6c2334f9-2da4-4a66-88fe-94c03e3553c0" to be deleted. current status: SHUTOFF 2018-12-12 16:55:38,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-12 16:55:38,224 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:38,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:38,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:38,336 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:38,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:38,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:38,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:38,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:38,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-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:38,337 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:38,337 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:38 GMT 2018-12-12 16:55:38,337 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:38,337 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:38,337 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:43,342 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:43,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:43,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:43,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:43,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_security_group_coroj3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:38.605Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:38.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_security_group_coroj3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:39.426Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:39.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d99b33d2-9418-41b9-80f1-86e41c535230"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:39.718Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:39.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:39.718Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:39.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:39.718Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:39.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:39.718Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:39.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:39.718Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:39.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:39.718Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:39.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:40.597Z", "message": "Waiting for server \"6c2334f9-2da4-4a66-88fe-94c03e3553c0\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:40.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "499f9ac8-0e84-4884-9643-2c207adbd8cc"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:40.727Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:40.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "homer_security_group_coroj3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:40.727Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:40.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:40.727Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:40.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:40.727Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:40.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "dime_security_group_1gc9w3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:41.532Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:41.532Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f504a49a-f7c8-47b9-9efd-d3656996cf17"}, {"node_instance_id": "dime_security_group_1gc9w3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:41.751Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:41.751Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 397, "offset": 368, "size": 50}}} 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:43 GMT 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7923 2018-12-12 16:55:43,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:43,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:43,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:55:43,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:43,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:43,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:43,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:43,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:55:43,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:55:43,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "6c2334f9-2da4-4a66-88fe-94c03e3553c0" to be deleted. current status: SHUTOFF 2018-12-12 16:55:43,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:55:43,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:55:43,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:55:43,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:43,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:55:43,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:55:43,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:43,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:43,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:43,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:43,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:43,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:43,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:43,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:43,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:43,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:43,552 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:43 GMT 2018-12-12 16:55:43,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:43,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:43,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:48,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:48,750 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:48,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:48,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:48,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:48,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:48,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:48,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:48,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:44.939Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:44.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:45.762Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:45.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:45.762Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:45.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:46.776Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:46.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_host_aa2rwu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:46.776Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:46.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:46.776Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:46.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:47.784Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:47.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:47.784Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:47.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:47.784Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:47.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_security_group_t52l9n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:47.784Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:47.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:47.784Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:47.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:47.784Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:47.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_security_group_t52l9n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:47.886Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:47.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "567096ed-fb0f-4d11-9193-adbe257b8c98"}, {"node_instance_id": "ellis_floatingip_8nobnu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:48.567Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:48.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f5cfcd13-78eb-4c92-9647-3fafe56c3098"}], "metadata": {"pagination": {"total": 411, "offset": 383, "size": 50}}} 2018-12-12 16:55:48,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:48,751 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:48 GMT 2018-12-12 16:55:48,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:48,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7185 2018-12-12 16:55:48,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:48,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:48,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:48,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:48,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:48,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-12 16:55:48,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:55:48,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:48,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:55:48,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-12 16:55:48,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:55:48,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-12 16:55:48,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:48,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:55:48,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-12-12 16:55:48,754 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:48,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:48,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:48 GMT 2018-12-12 16:55:48,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:48,858 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:48,858 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:53,863 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:54,032 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:54,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_t52l9n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:48.855Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:48.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "ellis_floatingip_8nobnu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:49.812Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:49.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:50.824Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:50.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:50.824Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:50.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:50.824Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:50.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:50.824Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:50.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:51.498Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:51.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "725b505e-053c-4d05-bba4-5ab9fa86d2d0"}, {"node_instance_id": "sprout_host_vygjf0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:53.260Z", "message": "Waiting for server \"d5615b4d-5440-4dbc-b418-f7c9abe776cf\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:53.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "725b505e-053c-4d05-bba4-5ab9fa86d2d0"}], "metadata": {"pagination": {"total": 419, "offset": 397, "size": 50}}} 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:54 GMT 2018-12-12 16:55:54,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:54,034 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4245 2018-12-12 16:55:54,034 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:54,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:55:54,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-12 16:55:54,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:55:54,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 16:55:54,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:55:54,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 16:55:54,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-12 16:55:54,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "d5615b4d-5440-4dbc-b418-f7c9abe776cf" to be deleted. current status: SHUTOFF 2018-12-12 16:55:54,035 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:54,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:54,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:54,122 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:54,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:54 GMT 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:54,123 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:59,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:55:59,313 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:59,313 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:59,313 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:59,313 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:59,313 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:59,314 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:59,314 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:59,314 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_vygjf0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:58.517Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:58.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 420, "offset": 405, "size": 50}}} 2018-12-12 16:55:59,314 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:59,314 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:59 GMT 2018-12-12 16:55:59,314 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:59,314 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 592 2018-12-12 16:55:59,314 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:55:59,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-12 16:55:59,315 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:55:59,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:55:59,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:55:59,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:55:59,389 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:55:59,389 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:55:59,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:55:59,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:55:59,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:55:59,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:55:59,390 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:55:59 GMT 2018-12-12 16:55:59,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:55:59,390 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:55:59,390 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:04,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:04,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:04,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:04,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:55:59.844Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:55:59.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_security_group_ijp1sd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:00.716Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:00.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "7a5c7764-7a86-46f5-b52e-42750dbed784"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:00.866Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:00.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:00.866Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:00.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:00.866Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:00.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "sprout_security_group_ijp1sd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:01.874Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:01.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 426, "offset": 406, "size": 50}}} 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:04 GMT 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3185 2018-12-12 16:56:04,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:04,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:56:04,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:56:04,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:56:04,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:56:04,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:56:04,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:56:04,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:04,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:04,546 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:04 GMT 2018-12-12 16:56:04,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:04,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:04,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:09,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:09,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:09,697 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:09,697 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:09,697 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:09,697 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:09,697 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:09,697 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:09,697 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 426, "offset": 412, "size": 50}}} 2018-12-12 16:56:09,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:09,698 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:09 GMT 2018-12-12 16:56:09,698 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:09,698 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:56:09,698 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:09,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:09,770 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:09,770 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:09,770 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:09,770 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:09,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:09,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:09,771 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:09,771 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:09,771 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:09,771 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:09 GMT 2018-12-12 16:56:09,771 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:09,771 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:09,771 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:14,777 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:14,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:14,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 426, "offset": 412, "size": 50}}} 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:14 GMT 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:14,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:56:14,908 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:14,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:14,972 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:14,972 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:14,972 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:14,972 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:14,972 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:14,973 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:14,973 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:14,973 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:14,973 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:14,973 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:14 GMT 2018-12-12 16:56:14,973 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:14,973 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:14,973 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:19,979 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:20,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:20,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:20,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:20,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:20,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:20,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:20,102 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:20,102 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 426, "offset": 412, "size": 50}}} 2018-12-12 16:56:20,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:20,102 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:20 GMT 2018-12-12 16:56:20,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:20,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:56:20,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:20,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:20,175 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:20,175 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:20,175 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:20,175 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:20,175 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:20,175 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:20,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:20,176 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:20,176 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:20,176 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:20 GMT 2018-12-12 16:56:20,176 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:20,176 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:20,176 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:25,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:25,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:25,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:25,260 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:25,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:25,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 426, "offset": 412, "size": 50}}} 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:25 GMT 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:25,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:25,331 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:25,331 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:25,331 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:25,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:25,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:25,332 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:25,332 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:25,332 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:25,332 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:25,332 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:25 GMT 2018-12-12 16:56:25,332 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:25,332 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:25,332 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:30,333 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:30,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:30,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:30,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:30,461 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:30,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:30,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:30,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:30,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 426, "offset": 412, "size": 50}}} 2018-12-12 16:56:30,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:30,462 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:30 GMT 2018-12-12 16:56:30,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:30,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:56:30,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:30,462 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:30,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:30,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:30,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:30 GMT 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:30,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:30,541 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:35,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:35,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:35,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:35,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 426, "offset": 412, "size": 50}}} 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:35 GMT 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:56:35,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:35,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:35,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:35,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:35,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:35,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:35,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:35,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:35,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:35,711 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:35,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:35,712 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:35 GMT 2018-12-12 16:56:35,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:35,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:35,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:40,717 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:40,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 426, "offset": 412, "size": 50}}} 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:40 GMT 2018-12-12 16:56:40,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:40,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:56:40,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:40,821 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:40,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:40,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:40,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:40,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:40,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:40,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:40,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:40,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:40,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:40,895 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:40 GMT 2018-12-12 16:56:40,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:40,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:40,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:45,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:46,037 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:46,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 426, "offset": 412, "size": 50}}} 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:46 GMT 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:46,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:56:46,039 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:46,039 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:46,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:46,131 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:46,131 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:46,131 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:46,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:46,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:46,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:46,131 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:46,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:46,132 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:46 GMT 2018-12-12 16:56:46,132 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:46,132 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:46,132 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:51,137 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:51,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:51,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:51,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:51,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:51,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:51,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:51,224 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:51,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_spo5q9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:46.718Z", "message": "Execution done (return_code=0): /tmp/2XTLI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:46.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d5fe08ce-9f8c-4f81-84ec-74316008517a"}, {"node_instance_id": "vellum_spo5q9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:46.818Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:46.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:47.892Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:47.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:47.892Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:47.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:47.892Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:47.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:48.932Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:48.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:48.932Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:48.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:48.932Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:48.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:48.932Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:48.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:48.932Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:48.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:48.932Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:48.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:48.932Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:48.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Stopping Agent vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:49.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:49.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}], "metadata": {"pagination": {"total": 448, "offset": 412, "size": 50}}} 2018-12-12 16:56:51,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:51,224 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:51 GMT 2018-12-12 16:56:51,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:51,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11730 2018-12-12 16:56:51,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:51,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/2XTLI/remove-cluster-node.sh 2018-12-12 16:56:51,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:56:51,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-12 16:56:51,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-12 16:56:51,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:56:51,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-12 16:56:51,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:56:51,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-12 16:56:51,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-12 16:56:51,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-12 16:56:51,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-12 16:56:51,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-12 16:56:51,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_hj6f45 2018-12-12 16:56:51,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:51,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:51,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:51,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:51 GMT 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:51,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:51,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:56,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:56:56,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:56,419 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:56,419 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:54.038Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:54.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:54.255Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:54.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:54.725Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_hj6f45 stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:54.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:54.725Z", "message": "Successfully stopped daemon: vellum_host_hj6f45\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:54.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "5cbcd1b4-f151-4c53-ac5c-8b604ac8e187"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:54.957Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:54.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:54.957Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:54.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:54.957Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:54.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Deleting Agent vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:55.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:55.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}], "metadata": {"pagination": {"total": 465, "offset": 434, "size": 50}}} 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:56 GMT 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9335 2018-12-12 16:56:56,420 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:56:56,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-12 16:56:56,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-12 16:56:56,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_hj6f45 stop 2018-12-12 16:56:56,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_hj6f45 2018-12-12 16:56:56,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-12 16:56:56,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-12 16:56:56,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-12 16:56:56,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_hj6f45 2018-12-12 16:56:56,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:56:56,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:56:56,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:56:56,496 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:56:56 GMT 2018-12-12 16:56:56,497 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:56:56,498 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:56:56,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:01,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:01,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:01,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:01,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:01,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:01,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:01,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:01,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:01,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:57.066Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:57.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:57.502Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:57.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:57.754Z", "message": "Successfully deleted daemon: vellum_host_hj6f45", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:57.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:57.754Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:57.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a2af005-c66d-475e-b2e2-c6187a335865"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:57.972Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:57.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:56:57.972Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:56:57.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:00.122Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:00.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:01.042Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:01.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:01.042Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:01.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 474, "offset": 451, "size": 50}}} 2018-12-12 16:57:01,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:01,638 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:01 GMT 2018-12-12 16:57:01,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:01,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4754 2018-12-12 16:57:01,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:01,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-12 16:57:01,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-12 16:57:01,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_hj6f45 2018-12-12 16:57:01,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-12 16:57:01,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 16:57:01,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 16:57:01,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-12 16:57:01,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:57:01,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:57:01,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:01,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:01,712 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:01,712 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:01,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:01,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:01,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:01,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:01,713 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:01,713 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:01,713 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:01 GMT 2018-12-12 16:57:01,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:01,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:01,713 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:06,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:06,877 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:06,877 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:06,877 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:06,877 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:06,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:06,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:06,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:06,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:06.280Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:06.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 475, "offset": 460, "size": 50}}} 2018-12-12 16:57:06,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:06,878 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:06 GMT 2018-12-12 16:57:06,878 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:06,878 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 599 2018-12-12 16:57:06,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:06,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:57:06,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:06,954 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:06,954 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:06,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:06,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:06,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:06,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:06,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:06,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:06,955 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:06,955 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:06 GMT 2018-12-12 16:57:06,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:06,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:06,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:11,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:12,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:12,180 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:12,180 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:12,180 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:12,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:12,180 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:12,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:12,181 - 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-12-12T16:57:07.066Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:07.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:07.066Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:07.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 477, "offset": 461, "size": 50}}} 2018-12-12 16:57:12,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:12,181 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:12 GMT 2018-12-12 16:57:12,181 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:12,181 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-12-12 16:57:12,181 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:12,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:57:12,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:57:12,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:12,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:12,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:12 GMT 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:12,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:12,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:17,255 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:17,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:17,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:17,358 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:17,358 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:17,358 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:17,358 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:17,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:17,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:12.221Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:12.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:13.320Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:13.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:13.320Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:13.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:13.320Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:13.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:13.340Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:13.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d5b385a5-c0e9-4f08-ba1e-f49ead14a313"}, {"node_instance_id": "vellum_host_hj6f45", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:15.674Z", "message": "Waiting for server \"f152ecc3-1fe5-45a5-b863-36df2907e18f\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:15.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d5b385a5-c0e9-4f08-ba1e-f49ead14a313"}], "metadata": {"pagination": {"total": 483, "offset": 463, "size": 50}}} 2018-12-12 16:57:17,358 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:17,358 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:17 GMT 2018-12-12 16:57:17,359 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:17,359 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3179 2018-12-12 16:57:17,359 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:57:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 16:57:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:57:17,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 16:57:17,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-12 16:57:17,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "f152ecc3-1fe5-45a5-b863-36df2907e18f" to be deleted. current status: SHUTOFF 2018-12-12 16:57:17,360 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:17,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:17 GMT 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:17,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:17,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:22,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:22,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:22,629 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:22,629 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:22,629 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:22,629 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:22,629 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:22,629 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:22,629 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_hj6f45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:21.028Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:21.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:21.335Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:21.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:22.344Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:22.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:22.344Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:22.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:22.344Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:22.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 488, "offset": 469, "size": 50}}} 2018-12-12 16:57:22,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:22,630 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:22 GMT 2018-12-12 16:57:22,630 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:22,630 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2610 2018-12-12 16:57:22,630 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:22,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-12 16:57:22,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:57:22,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:57:22,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:57:22,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:57:22,631 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:22,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:22,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:22,707 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:22,707 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:22,707 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:22,707 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:22,707 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:22,707 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:22,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:22,708 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:22 GMT 2018-12-12 16:57:22,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:22,708 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:22,708 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:27,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:27,911 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:27,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:27,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:27,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_k92056", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:22.854Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:22.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a7695f4a-9b9a-4a6e-a833-17013a6fb80d"}, {"node_instance_id": "vellum_security_group_k92056", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:23.719Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:23.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 490, "offset": 474, "size": 50}}} 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:27 GMT 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1167 2018-12-12 16:57:27,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:27,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:57:27,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:57:27,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:28,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:28,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:28 GMT 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:28,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:28,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:33,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:33,121 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:33,121 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:33,121 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 490, "offset": 476, "size": 50}}} 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:33 GMT 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:57:33,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:33,123 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:33,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:33,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:33,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:33,193 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:33,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:33,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:33,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:33,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:33,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:33,194 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:33 GMT 2018-12-12 16:57:33,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:33,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:33,194 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:38,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:38,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:38,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 490, "offset": 476, "size": 50}}} 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:38 GMT 2018-12-12 16:57:38,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:38,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:57:38,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:38,326 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:38,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:38,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:38 GMT 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:38,395 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:38,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:43,401 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:43,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 490, "offset": 476, "size": 50}}} 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:43,479 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:43 GMT 2018-12-12 16:57:43,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:43,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:57:43,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:43,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:43,610 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:43,610 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:43,610 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:43,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:43,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:43,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:43,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:43,611 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:43,611 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:43,611 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:43 GMT 2018-12-12 16:57:43,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:43,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:43,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:48,616 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:48,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:48,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:48,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:48,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:48,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:48,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:48,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:48,749 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:48.098Z", "message": "Execution done (return_code=124): /tmp/GQBMM/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:48.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "2d758f74-3f09-498c-9ddf-d6029d042691"}, {"node_instance_id": "bono_abbk71", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:48.287Z", "message": "Task failed 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_ynm4yv/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_ynm4yv/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_ynm4yv/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException\n", "type": "ProcessException"}], "reported_timestamp": "2018-12-12T16:57:48.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 492, "offset": 476, "size": 50}}} 2018-12-12 16:57:48,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:48,749 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:48 GMT 2018-12-12 16:57:48,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:48,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1936 2018-12-12 16:57:48,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:48,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/GQBMM/stop-bono.sh 2018-12-12 16:57:48,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-12-12 16:57:48,750 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:48,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:48,821 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:48,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:48,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:48,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:48,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:48,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:48,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:48,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:48,822 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:48 GMT 2018-12-12 16:57:48,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:48,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:48,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:53,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:53,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:53,908 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:53,908 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:53,908 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:53,908 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:53,908 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:53,908 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:53,908 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.192Z", "message": "Downloaded scripts/bind/bind.py to /tmp/BZVGJ/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.399Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.399Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.782Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.782Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.782Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.782Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.782Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.782Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.782Z", "message": "[localhost] run: sudo mv /tmp/tmp36iWjf /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:49.782Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:49.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:50.408Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:50.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:50.796Z", "message": "[localhost] run: sudo mv /tmp/tmpEgjSxn /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:50.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:50.796Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:50.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:50.796Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:50.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d3baaea1-c675-4515-95d3-e204c31a8f90"}, {"node_instance_id": "bono_abbk71", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:51.416Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:51.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_abbk71", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:51.416Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:51.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_abbk71", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:51.416Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:51.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:51.809Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2WM9R/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:51.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a1038f7-f443-4014-b9b6-c18f66435937"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:51.809Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:51.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a1038f7-f443-4014-b9b6-c18f66435937"}, {"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:57:51.809Z", "message": "Executing: /tmp/2WM9R/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:57:51.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a1038f7-f443-4014-b9b6-c18f66435937"}], "metadata": {"pagination": {"total": 514, "offset": 478, "size": 50}}} 2018-12-12 16:57:53,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:53,909 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:53 GMT 2018-12-12 16:57:53,909 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:53,909 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11453 2018-12-12 16:57:53,909 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:53,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/BZVGJ/bind.py 2018-12-12 16:57:53,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:57:53,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:57:53,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-12-12 16:57:53,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-12-12 16:57:53,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.10', u'hss_hostname': u''}. 2018-12-12 16:57:53,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-12-12 16:57:53,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-12-12 16:57:53,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-12-12 16:57:53,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp36iWjf /etc/bind/db.clearwater.local 2018-12-12 16:57:53,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-12-12 16:57:53,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-12-12 16:57:53,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpEgjSxn /etc/bind/db.clearwater.opnfv 2018-12-12 16:57:53,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-12-12 16:57:53,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-12-12 16:57:53,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-12-12 16:57:53,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-12-12 16:57:53,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:57:53,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2WM9R/remove-cluster-node.sh 2018-12-12 16:57:53,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-12-12 16:57:53,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2WM9R/remove-cluster-node.sh 2018-12-12 16:57:53,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:53,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:53,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:53,981 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:53,981 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:53,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:53,981 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:53,981 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:53,981 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:53,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:53,982 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:53 GMT 2018-12-12 16:57:53,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:53,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:53,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:58,987 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:57:59,137 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:59,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:59,137 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:59,137 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 514, "offset": 499, "size": 50}}} 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:59 GMT 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:57:59,138 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:57:59,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:57:59,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:57:59,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:57:59 GMT 2018-12-12 16:57:59,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:57:59,215 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:57:59,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:04,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:04,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:04,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:04,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:04,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:04,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:04,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:04,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:04,301 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 514, "offset": 499, "size": 50}}} 2018-12-12 16:58:04,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:04,301 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:04 GMT 2018-12-12 16:58:04,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:04,302 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 16:58:04,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:04,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:04,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:04,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:04,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:04,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:04,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:04,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:04,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:04,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:04,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:04,435 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:04 GMT 2018-12-12 16:58:04,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:04,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:04,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:09,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:09,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:09,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:09,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:09,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:09,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:09,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:09,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:09,561 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_abbk71", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:04.791Z", "message": "Execution done (return_code=2): /tmp/2WM9R/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:04.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4a1038f7-f443-4014-b9b6-c18f66435937"}, {"node_instance_id": "bono_abbk71", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:05.079Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 6207b88d0164c6f8: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.8:4000 exceeded header timeout\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member 6207b88d0164c6f8: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.8:4000 exceeded header timeout\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_ynm4yv/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_ynm4yv/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_ynm4yv/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 6207b88d0164c6f8: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.8:4000 exceeded header timeout\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-12-12T16:58:05.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_node_od6i95", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:06.423Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:06.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_0rtiac", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:06.423Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:06.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:06.423Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:06.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_0rtiac", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:06.423Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:06.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:06.423Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:06.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:06.423Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:06.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:07.429Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:07.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:07.429Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:07.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:07.429Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:07.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:07.429Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:07.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:07.429Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:07.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_node_od6i95", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:07.429Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:07.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:07.429Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:07.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:08.485Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:08.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:09.490Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:09.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:09.490Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:09.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:09.490Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:09.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:09.490Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:09.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:09.490Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:09.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:09.490Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:09.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 536, "offset": 499, "size": 50}}} 2018-12-12 16:58:09,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:09,561 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:09 GMT 2018-12-12 16:58:09,561 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:09,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12687 2018-12-12 16:58:09,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:09,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/2WM9R/remove-cluster-node.sh 2018-12-12 16:58:09,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 6207b88d0164c6f8: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader ; error #1: client: etcd member http://192.168.120.10:4000 has no leader ; error #2: client: endpoint http://192.168.120.8:4000 exceeded header timeout 2018-12-12 16:58:09,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:09,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:09,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:09,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:09,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-12 16:58:09,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-12 16:58:09,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:09,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-12 16:58:09,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-12 16:58:09,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:09,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-12-12 16:58:09,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:09,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-12-12 16:58:09,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-12 16:58:09,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:09,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:09,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:09,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:09,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:09,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-12 16:58:09,566 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:09,648 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:09,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:09,648 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:09,648 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:09,648 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:09,649 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:09,649 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:09,649 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:09,649 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:09,649 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:09 GMT 2018-12-12 16:58:09,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:09,649 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:09,649 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:14,655 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:14,750 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:14,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:09.928Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:09.928Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.738Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Stopping Agent bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:10.833Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:10.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:11.519Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:11.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:11.519Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:11.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:11.519Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:11.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.223Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.529Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.529Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.529Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Stopping Agent bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:12.860Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:12.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:14.530Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:14.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}], "metadata": {"pagination": {"total": 564, "offset": 521, "size": 50}}} 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:14 GMT 2018-12-12 16:58:14,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:14,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15146 2018-12-12 16:58:14,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:14,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-12-12 16:58:14,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_j4ev0k 2018-12-12 16:58:14,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:14,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:14,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:14,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-12 16:58:14,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:14,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:14,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_ynm4yv 2018-12-12 16:58:14,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:14,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-12 16:58:14,757 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:14,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:14,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:14,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:14,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:14,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:14,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:14,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:14,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-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:14,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:14,820 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:14 GMT 2018-12-12 16:58:14,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:14,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:14,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:19,825 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:19,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:19,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:19,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:19,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:19,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:19,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:19,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:19,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:14.760Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:14.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:14.870Z", "message": "Successfully stopped daemon: bind_host_j4ev0k\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:14.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:14.870Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_j4ev0k stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:14.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ea2f90f1-1c2e-4f9e-99a0-ccf29ceb228f"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.548Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.548Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.548Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:15.884Z", "message": "Deleting Agent bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:15.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:16.901Z", "message": "Successfully stopped daemon: bono_host_ynm4yv\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:16.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:16.901Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_ynm4yv stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:16.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:16.901Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:16.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "17c1276f-299a-4dd5-8798-a097400f4070"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.009Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.559Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.559Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.559Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Deleting Agent bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Successfully deleted daemon: bind_host_j4ev0k", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "a4e8a2f1-f495-436f-9aa0-ce1117a86080"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:17.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:17.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:18.576Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:18.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:18.576Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:18.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:18.576Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:18.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:18.576Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5975)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5975)", "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_7zbd7g/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_7zbd7g/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_7zbd7g/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_7zbd7g/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_7zbd7g/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=5975)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2018-12-12T16:58:18.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:18.576Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:18.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:18.576Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:18.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:18.576Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:18.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:18.576Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:18.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.310Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.605Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.605Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 611, "offset": 549, "size": 50}}} 2018-12-12 16:58:19,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:19,904 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:19 GMT 2018-12-12 16:58:19,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:19,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26368 2018-12-12 16:58:19,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:19,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:19,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_j4ev0k 2018-12-12 16:58:19,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_j4ev0k stop 2018-12-12 16:58:19,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-12 16:58:19,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:19,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:19,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_j4ev0k 2018-12-12 16:58:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_ynm4yv 2018-12-12 16:58:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_ynm4yv stop 2018-12-12 16:58:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-12 16:58:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-12 16:58:19,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:19,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-12 16:58:19,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-12 16:58:19,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_ynm4yv 2018-12-12 16:58:19,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_j4ev0k 2018-12-12 16:58:19,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 16:58:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5975) 2018-12-12 16:58:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 16:58:19,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:19,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-12-12 16:58:19,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-12-12 16:58:19,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:19,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:19,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:19,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:19,973 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:19,974 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:19,974 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:19,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:19,974 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:19,974 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:19,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:19,974 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:19,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:19,975 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:19 GMT 2018-12-12 16:58:19,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:19,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:19,975 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:24,980 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:25,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:25,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:25,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:25,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:25,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:25,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:25,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:25,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Stopping Agent proxy_host_7zbd7g", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Successfully deleted daemon: bono_host_ynm4yv", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "e6e9a0c8-efcc-4b11-96f8-963abd5fc76f"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:19.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:19.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:20.618Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:20.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:20.618Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:20.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:20.618Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:20.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:20.618Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:20.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:20.618Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:20.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:20.618Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:20.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:22.493Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:22.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:23.656Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:23.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:23.656Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:23.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:23.921Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:23.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:24.667Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:24.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:24.667Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:24.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:24.667Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:24.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:24.667Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:24.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:24.934Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_7zbd7g stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:24.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:24.934Z", "message": "Successfully stopped daemon: proxy_host_7zbd7g\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:24.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "44dcbcbe-7abd-4b64-a44c-65405defc79e"}], "metadata": {"pagination": {"total": 639, "offset": 596, "size": 50}}} 2018-12-12 16:58:25,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:25,067 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:25 GMT 2018-12-12 16:58:25,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:25,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14881 2018-12-12 16:58:25,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:25,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:25,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:25,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:25,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-12 16:58:25,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-12 16:58:25,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:25,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:25,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_7zbd7g 2018-12-12 16:58:25,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:25,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_ynm4yv 2018-12-12 16:58:25,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:25,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:25,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-12 16:58:25,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 16:58:25,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 16:58:25,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:25,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:58:25,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:58:25,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-12 16:58:25,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:58:25,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:58:25,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-12-12 16:58:25,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-12-12 16:58:25,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-12-12 16:58:25,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:25,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:25,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_7zbd7g stop 2018-12-12 16:58:25,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_7zbd7g 2018-12-12 16:58:25,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:25,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:25,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:25,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:25,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:25,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:25,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:25,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:25,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:25,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:25,136 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:25 GMT 2018-12-12 16:58:25,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:25,137 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:25,137 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:30,142 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:30,320 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:30,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:30,320 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Deleting Agent proxy_host_7zbd7g", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:25.981Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:25.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:26.332Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:26.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:26.684Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:26.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:26.684Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:26.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:27.098Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:27.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:27.703Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:27.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:27.703Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:27.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:27.703Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:27.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:28.008Z", "message": "Successfully deleted daemon: proxy_host_7zbd7g", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:28.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:28.008Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:28.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "ad1430e9-0935-4199-84be-73c61a7a11b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:28.717Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:28.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:28.717Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:28.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:28.717Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:28.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:29.728Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:29.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 662, "offset": 624, "size": 50}}} 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:30 GMT 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:30,321 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12333 2018-12-12 16:58:30,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:30,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_7zbd7g 2018-12-12 16:58:30,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-12-12 16:58:30,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:58:30,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:30,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:30,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-12-12 16:58:30,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-12-12 16:58:30,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 16:58:30,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 16:58:30,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_7zbd7g 2018-12-12 16:58:30,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-12-12 16:58:30,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:30,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-12-12 16:58:30,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:30,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-12-12 16:58:30,326 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:30,401 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:30 GMT 2018-12-12 16:58:30,402 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:30,403 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:30,403 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:35,408 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:35,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:35,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:35,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:35,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:35,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:35,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:35,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:35,658 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7zbd7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:30.746Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:30.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:30.746Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:30.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:30.746Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:30.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:31.169Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:31.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f8aff606-8842-4b1e-bea2-95c76ce7ac23"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:31.762Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:31.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:31.762Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:31.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:31.762Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:31.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:32.777Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:32.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:32.777Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:32.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:32.777Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:32.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:33.440Z", "message": "Waiting for server \"e1f3a5ec-c9ef-4977-b838-3f8cd2b94e52\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:33.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f8aff606-8842-4b1e-bea2-95c76ce7ac23"}], "metadata": {"pagination": {"total": 673, "offset": 647, "size": 50}}} 2018-12-12 16:58:35,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:35,659 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:35 GMT 2018-12-12 16:58:35,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:35,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5737 2018-12-12 16:58:35,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:35,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 16:58:35,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:35,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 16:58:35,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-12 16:58:35,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:35,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:35,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:35,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:35,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:35,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:35,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "e1f3a5ec-c9ef-4977-b838-3f8cd2b94e52" to be deleted. current status: ACTIVE 2018-12-12 16:58:35,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:35,764 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:35,764 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:35,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:35,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:35,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:35,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:35,764 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:35,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:35,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:35,765 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:35 GMT 2018-12-12 16:58:35,765 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:35,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:35,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:40,770 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:41,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:41,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:41,029 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:37.091Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:37.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:38.626Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:38.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "afb243f6-090b-4e26-af29-5697ea0a958a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:38.786Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:38.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:38.786Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:38.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:38.786Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:38.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:38.786Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:38.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:38.786Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:38.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:38.786Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:38.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:40.080Z", "message": "Waiting for server \"e1f3a5ec-c9ef-4977-b838-3f8cd2b94e52\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:40.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "f8aff606-8842-4b1e-bea2-95c76ce7ac23"}], "metadata": {"pagination": {"total": 682, "offset": 658, "size": 50}}} 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:41 GMT 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4703 2018-12-12 16:58:41,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:41,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:41,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-12 16:58:41,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:41,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:41,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 16:58:41,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:41,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 16:58:41,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:41,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "e1f3a5ec-c9ef-4977-b838-3f8cd2b94e52" to be deleted. current status: ACTIVE 2018-12-12 16:58:41,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:41,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:41,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:41 GMT 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:41,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:41,127 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:46,130 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:46,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:46,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:46,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:46,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:46,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:46,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:46,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:46,408 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_j4ev0k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:41.125Z", "message": "Waiting for server \"a5b82e58-3030-4973-b283-de88c9bea2d8\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:41.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "afb243f6-090b-4e26-af29-5697ea0a958a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:42.515Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:42.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:43.800Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:43.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c1f072c0-a04c-4504-9a19-d5f084af0c50"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:43.805Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:43.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:43.805Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:43.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:43.805Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:43.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "proxy_host_7zbd7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:44.861Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:44.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_host_j4ev0k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:45.976Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:45.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:46.062Z", "message": "Waiting for server \"887540f1-0fed-4f77-a354-0a713a9bc737\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:46.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c1f072c0-a04c-4504-9a19-d5f084af0c50"}], "metadata": {"pagination": {"total": 691, "offset": 667, "size": 50}}} 2018-12-12 16:58:46,409 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:46,409 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:46 GMT 2018-12-12 16:58:46,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:46,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4769 2018-12-12 16:58:46,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:46,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "a5b82e58-3030-4973-b283-de88c9bea2d8" to be deleted. current status: SHUTOFF 2018-12-12 16:58:46,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-12-12 16:58:46,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-12-12 16:58:46,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:46,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 16:58:46,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 16:58:46,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-12 16:58:46,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-12 16:58:46,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "887540f1-0fed-4f77-a354-0a713a9bc737" to be deleted. current status: SHUTOFF 2018-12-12 16:58:46,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:46,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:46,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:46,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:46,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:46 GMT 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:46,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:51,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:51,631 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:51,631 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:51,631 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:51,631 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:51,631 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:51,631 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:51,631 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:51,631 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_floatingip_l8rx44", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:46.890Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:46.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:46.890Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:46.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:47.923Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:47.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:47.923Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:47.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:47.923Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:47.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:47.923Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:47.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:47.923Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:47.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:47.923Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:47.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_security_group_d8ljzh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:48.253Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:48.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "d6e9c036-ff5c-414f-8010-395fc6100626"}, {"node_instance_id": "bind_floatingip_l8rx44", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:49.147Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:49.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "589f7f13-3ddd-4d10-a930-7f713a2d8c59"}, {"node_instance_id": "bind_security_group_d8ljzh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:49.175Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:49.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bind_floatingip_l8rx44", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:49.965Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:49.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_host_ynm4yv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:51.283Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:51.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 704, "offset": 676, "size": 50}}} 2018-12-12 16:58:51,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:51,632 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:51 GMT 2018-12-12 16:58:51,632 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:51,632 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6682 2018-12-12 16:58:51,632 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:51,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:51,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:51,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:58:51,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-12 16:58:51,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-12 16:58:51,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:51,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:58:51,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:51,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:58:51,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-12-12 16:58:51,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:58:51,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-12 16:58:51,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-12-12 16:58:51,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:51,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:51,695 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:51,695 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:51,695 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:51,695 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:51,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:51,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:51,696 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:51,696 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:51,696 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:51 GMT 2018-12-12 16:58:51,696 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:51,696 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-12-12 16:58:51,696 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:56,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-12-12 16:58:56,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:56,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:56,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:56,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:56,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:56,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:56,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:56,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_svf7su", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:51.982Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:51.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:51.982Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:51.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:51.982Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:51.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:51.982Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:51.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "keypair_svf7su", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:52.994Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:52.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:52.994Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:52.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "keypair_svf7su", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "keypair_svf7su", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.088Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "keypair_svf7su", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:54.442Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:54.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "4115f907-58d3-445f-b69b-2c5163103846"}, {"node_instance_id": "keypair_svf7su", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:55.176Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:55.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_security_group_03owmy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:55.176Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:55.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "eb993bff-18f5-4a1c-801b-cf8b74f8fdd6"}, {"node_instance_id": "bono_floatingip_jv1kla", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:55.176Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:55.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "c8411a4b-a64f-4f25-ac58-84bc7cc70f70"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:55.176Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:55.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "7148fce1-fcd4-4461-9b60-5d9c84bb368a"}, {"node_instance_id": "base_security_group_mqnkpn", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:55.176Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:55.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501", "logger": "de8b4f7e-6089-42f4-90ca-eccb05b4495b"}, {"node_instance_id": "internal_sip_security_group_1vlpps", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:56.190Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:56.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_floatingip_jv1kla", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:56.190Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:56.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "base_security_group_mqnkpn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:56.190Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:56.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}, {"node_instance_id": "bono_security_group_03owmy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-12-12T16:58:56.190Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T16:58:56.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"}], "metadata": {"pagination": {"total": 734, "offset": 689, "size": 50}}} 2018-12-12 16:58:56,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:56,812 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:56 GMT 2018-12-12 16:58:56,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:56,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15372 2018-12-12 16:58:56,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:56,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-12-12 16:58:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-12-12 16:58:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-12 16:58:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-12-12 16:58:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-12 16:58:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-12-12 16:58:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-12-12 16:58:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-12-12 16:58:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:58:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-12-12 16:58:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:58:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-12-12 16:58:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-12 16:58:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 16:58:56,818 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/6d064e10-28fe-4e4a-8b5e-59b282f95501 2018-12-12 16:58:56,881 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:56,881 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:56,881 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:56,881 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:56,881 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:56,881 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:56,881 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:56,881 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T16:54:44.739Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d064e10-28fe-4e4a-8b5e-59b282f95501"} 2018-12-12 16:58:56,882 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:56,882 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:56 GMT 2018-12-12 16:58:56,882 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:56,882 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-12-12 16:58:56,882 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:56,882 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv 2018-12-12 16:58:57,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:57,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:57,663 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:57,663 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:57,663 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:57,663 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:57,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:57,664 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-12 16:58:57,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "bono_cluster_size": 1, "flavor_id": "a4711a93-7170-46f1-bc90-ea4dd772e133", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:48.050Z", "updated_at": "2018-12-12T16:31:48.050Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-12-12 16:58:57,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:57,664 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:57 GMT 2018-12-12 16:58:57,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:57,664 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-12-12 16:58:57,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:57,665 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv 2018-12-12 16:58:57,763 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 16:58:57,763 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 16:58:57,763 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 16:58:57,763 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 16:58:57,763 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 16:58:57,763 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 16:58:57,763 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 16:58:57,763 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-12 16:58:57,764 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-12-12T16:31:38.995Z", "updated_at": "2018-12-12T16:31:38.995Z", "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"}}}, "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.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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.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.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.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.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"}, "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": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-12-12 16:58:57,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 16:58:57,766 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 16:58:57 GMT 2018-12-12 16:58:57,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 16:58:57,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-12-12 16:58:57,767 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 16:58:57,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 16:58:57,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:58:59,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-410ca88a-f35a-460c-a265-09e86850ce1a Date: Wed, 12 Dec 2018 16:58:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:58:59,897 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d used request id req-410ca88a-f35a-460c-a265-09e86850ce1a 2018-12-12 16:58:59,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.10703492165s 2018-12-12 16:58:59,897 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/bc4f5ff9-a6a1-4c29-8dab-3eea3a58224d used request id req-410ca88a-f35a-460c-a265-09e86850ce1a 2018-12-12 16:58:59,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 16:58:59,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:00,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:58: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-036ad0ad-9c94-46f1-9546-3952c84f1948 x-compute-request-id: req-036ad0ad-9c94-46f1-9546-3952c84f1948 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "a4711a93-7170-46f1-bc90-ea4dd772e133", "name": "cloudify_ims-flavor_alt_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "name": "cloudify_ims-flavor_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 16:59:00,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-036ad0ad-9c94-46f1-9546-3952c84f1948 2018-12-12 16:59:00,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.171710968018s 2018-12-12 16:59:00,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-036ad0ad-9c94-46f1-9546-3952c84f1948 2018-12-12 16:59:00,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 16:59:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:00,115 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16:59: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-2fa9be62-05f5-478d-bb45-53d90bea78d2 x-compute-request-id: req-2fa9be62-05f5-478d-bb45-53d90bea78d2 Content-Length: 0 Content-Type: application/json 2018-12-12 16:59:00,115 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133 used request id req-2fa9be62-05f5-478d-bb45-53d90bea78d2 2018-12-12 16:59:00,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0431189537048s 2018-12-12 16:59:00,116 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/a4711a93-7170-46f1-bc90-ea4dd772e133 used request id req-2fa9be62-05f5-478d-bb45-53d90bea78d2 2018-12-12 16:59:00,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-12 16:59:00,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/6e05c49c-d03b-4863-a458-b9a9e2da5122.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:01,219 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cef2b19d-48c4-4280-848b-95d1427af22b Content-Length: 0 Date: Wed, 12 Dec 2018 16:59:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:59:01,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/6e05c49c-d03b-4863-a458-b9a9e2da5122.json used request id req-cef2b19d-48c4-4280-848b-95d1427af22b 2018-12-12 16:59:01,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.10028004646s 2018-12-12 16:59:01,219 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/6e05c49c-d03b-4863-a458-b9a9e2da5122.json used request id req-cef2b19d-48c4-4280-848b-95d1427af22b 2018-12-12 16:59:01,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 16:59:01,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:01,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3c8bdae5-7018-4e3b-b417-8c50e5bd4551 Date: Wed, 12 Dec 2018 16:59:01 GMT RESP BODY: {"floatingips": []} 2018-12-12 16:59:01,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3c8bdae5-7018-4e3b-b417-8c50e5bd4551 2018-12-12 16:59:01,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.171928167343s 2018-12-12 16:59:01,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3c8bdae5-7018-4e3b-b417-8c50e5bd4551 2018-12-12 16:59:01,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-12 16:59:01,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:01,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:59: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-294673e4-ad7a-4f50-a038-b623da37d113 x-compute-request-id: req-294673e4-ad7a-4f50-a038-b623da37d113 Content-Type: application/json 2018-12-12 16:59:01,688 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97 used request id req-294673e4-ad7a-4f50-a038-b623da37d113 2018-12-12 16:59:01,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.290162086487s 2018-12-12 16:59:01,688 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97 used request id req-294673e4-ad7a-4f50-a038-b623da37d113 2018-12-12 16:59:01,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:59:01,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:02,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59: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-e5c51c59-683a-4d7a-ab8b-a13f4bef19e7 x-compute-request-id: req-e5c51c59-683a-4d7a-ab8b-a13f4bef19e7 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:83:63", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:83:63", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:30:19.000000", "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:59:01Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:59:02,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e5c51c59-683a-4d7a-ab8b-a13f4bef19e7 2018-12-12 16:59:02,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.596503019333s 2018-12-12 16:59:02,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e5c51c59-683a-4d7a-ab8b-a13f4bef19e7 2018-12-12 16:59:02,287 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:59:04,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:59:04,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:04,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59: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-963c9a1b-04ab-42ea-a964-39a96b55b0c1 x-compute-request-id: req-963c9a1b-04ab-42ea-a964-39a96b55b0c1 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:83:63", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:30:19.000000", "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:59:01Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:59:04,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-963c9a1b-04ab-42ea-a964-39a96b55b0c1 2018-12-12 16:59:04,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579286813736s 2018-12-12 16:59:04,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-963c9a1b-04ab-42ea-a964-39a96b55b0c1 2018-12-12 16:59:04,871 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:59:06,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:59:06,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:07,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-7cdd8a6a-3dd3-42c1-bc10-fb22f7939d0f x-compute-request-id: req-7cdd8a6a-3dd3-42c1-bc10-fb22f7939d0f Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:83:63", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "rel": "bookmark"}], "image": {"id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "links": [{"href": "http://172.30.9.29:8774/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T16:30:19.000000", "flavor": {"id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "links": [{"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}]}, "id": "7e83fcfb-2883-426d-b5c2-0eb554d8aa97", "security_groups": [{"name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}], "user_id": "f1e9a5a5c23545f1958b0336f54a2765", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T16:59:01Z", "hostId": "7405757a2fcceb789db5a778c1e3ee9725e08f23ae46bb6679a59f35", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "name": "cloudify_ims-vm_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "created": "2018-12-12T16:27:53Z", "tenant_id": "d27ba16370e34b319793119ec6780955", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 16:59:07,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7cdd8a6a-3dd3-42c1-bc10-fb22f7939d0f 2018-12-12 16:59:07,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495856046677s 2018-12-12 16:59:07,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7cdd8a6a-3dd3-42c1-bc10-fb22f7939d0f 2018-12-12 16:59:07,372 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 16:59:09,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 16:59:09,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:09,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf90c2d8-bc23-46a7-a570-6dfad5638732 x-compute-request-id: req-bf90c2d8-bc23-46a7-a570-6dfad5638732 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 16:59:09,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bf90c2d8-bc23-46a7-a570-6dfad5638732 2018-12-12 16:59:09,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0847659111023s 2018-12-12 16:59:09,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bf90c2d8-bc23-46a7-a570-6dfad5638732 2018-12-12 16:59:09,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:59:09,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:09,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-e0dbcc75-4463-4afb-9898-8cecebe85cdc Date: Wed, 12 Dec 2018 16:59:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:31:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:31:35Z", "revision_number": 0, "id": "588314b0-5ab0-4def-a421-9d14d5480a1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:31:35Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 5, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:27:47Z", "updated_at": "2018-12-12T16:27:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "17fc17bf-c446-418c-88e7-00d2fd5c0962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-12-12T16:27:50Z", "revision_number": 0, "id": "2d348da5-2002-4504-91e7-8c85dd34d348", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:50Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-12T16:27:49Z", "revision_number": 0, "id": "48bb32eb-fafb-4686-a924-3daa3cdb7192", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T16:27:48Z", "revision_number": 0, "id": "55640688-374a-4619-8fd2-300268eb95a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:48Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-12T16:27:49Z", "revision_number": 0, "id": "55db780c-c8c5-4e54-995e-46f4b75b7b12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:49Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "a441df2f-690a-47dc-a165-d52055f33b9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f023b5e6-a5d8-4233-b377-d747fd729ae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:27:47Z", "revision_number": 0, "id": "f342ea30-ee59-4bb5-8917-3567f79a2224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:27:47Z", "security_group_id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 8, "project_id": "d27ba16370e34b319793119ec6780955", "id": "92c4ddde-82d3-4644-9ab7-a6a4dc36de17", "name": "cloudify_ims-sg_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:59:09,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-e0dbcc75-4463-4afb-9898-8cecebe85cdc 2018-12-12 16:59:09,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200398921967s 2018-12-12 16:59:09,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-e0dbcc75-4463-4afb-9898-8cecebe85cdc 2018-12-12 16:59:09,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 16:59:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/92c4ddde-82d3-4644-9ab7-a6a4dc36de17.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:10,081 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f0b40ba-ac33-43cd-8575-98b8917c2055 Content-Length: 0 Date: Wed, 12 Dec 2018 16:59:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:59:10,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/92c4ddde-82d3-4644-9ab7-a6a4dc36de17.json used request id req-7f0b40ba-ac33-43cd-8575-98b8917c2055 2018-12-12 16:59:10,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.414181947708s 2018-12-12 16:59:10,082 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/92c4ddde-82d3-4644-9ab7-a6a4dc36de17.json used request id req-7f0b40ba-ac33-43cd-8575-98b8917c2055 2018-12-12 16:59:10,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-12-12 16:59:10,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:10,123 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-56f8edf7-1c1f-4822-a65d-c0ef9d53e0a2 x-compute-request-id: req-56f8edf7-1c1f-4822-a65d-c0ef9d53e0a2 Content-Length: 0 Content-Type: application/json 2018-12-12 16:59:10,123 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794 used request id req-56f8edf7-1c1f-4822-a65d-c0ef9d53e0a2 2018-12-12 16:59:10,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0411579608917s 2018-12-12 16:59:10,124 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/cloudify_ims-kp_f088e840-c6f4-4b8a-bb98-2bc48bc5f794 used request id req-56f8edf7-1c1f-4822-a65d-c0ef9d53e0a2 2018-12-12 16:59:10,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-12 16:59:10,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82/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}618a2a7dd6defa1c4161727545b872832225913b" -d '{"subnet_id": "79cd73c3-250c-4861-be75-2d5d4ef57988"}' 2018-12-12 16:59:11,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-77590030-89d4-47f2-8fdb-fd68ec1ab7c4 Date: Wed, 12 Dec 2018 16:59:11 GMT RESP BODY: {"network_id": "6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798", "tenant_id": "d27ba16370e34b319793119ec6780955", "subnet_id": "79cd73c3-250c-4861-be75-2d5d4ef57988", "subnet_ids": ["79cd73c3-250c-4861-be75-2d5d4ef57988"], "port_id": "4a7cb6d3-c3c8-4c20-8c90-f45436860e2b", "id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82"} 2018-12-12 16:59:11,668 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82/remove_router_interface.json used request id req-77590030-89d4-47f2-8fdb-fd68ec1ab7c4 2018-12-12 16:59:11,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54398703575s 2018-12-12 16:59:11,669 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82/remove_router_interface.json used request id req-77590030-89d4-47f2-8fdb-fd68ec1ab7c4 returning object f58573f5-44bb-4e3b-8178-9ff7688dcd82 2018-12-12 16:59:11,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-12 16:59:11,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:11,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-4f15f741-8423-41a0-94cb-bb8068d8e499 Date: Wed, 12 Dec 2018 16:59:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:59Z", "admin_state_up": true, "updated_at": "2018-12-12T16:59:10Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "d27ba16370e34b319793119ec6780955", "id": "f58573f5-44bb-4e3b-8178-9ff7688dcd82", "name": "cloudify_ims-router_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:59:11,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-4f15f741-8423-41a0-94cb-bb8068d8e499 2018-12-12 16:59:11,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.085529088974s 2018-12-12 16:59:11,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-4f15f741-8423-41a0-94cb-bb8068d8e499 2018-12-12 16:59:11,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-12 16:59:11,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:15,022 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e257b3bf-fb6a-4f4b-9f40-30d196f6db89 Content-Length: 0 Date: Wed, 12 Dec 2018 16:59:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:59:15,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82.json used request id req-e257b3bf-fb6a-4f4b-9f40-30d196f6db89 2018-12-12 16:59:15,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.26577115059s 2018-12-12 16:59:15,023 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/f58573f5-44bb-4e3b-8178-9ff7688dcd82.json used request id req-e257b3bf-fb6a-4f4b-9f40-30d196f6db89 2018-12-12 16:59:15,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 16:59:15,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:15,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-b74a59e5-0fd4-4da6-bfde-e9a13d0de457 Date: Wed, 12 Dec 2018 16:59:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T16:25:57Z","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":"d27ba16370e34b319793119ec6780955","id":"79cd73c3-250c-4861-be75-2d5d4ef57988","subnetpool_id":null,"name":"cloudify_ims-subnet_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:59:15,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-b74a59e5-0fd4-4da6-bfde-e9a13d0de457 2018-12-12 16:59:15,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.191728115082s 2018-12-12 16:59:15,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-b74a59e5-0fd4-4da6-bfde-e9a13d0de457 2018-12-12 16:59:15,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-12 16:59:15,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/79cd73c3-250c-4861-be75-2d5d4ef57988.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:17,430 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35cc667d-5325-4f1e-af9a-976f2a1c6856 Date: Wed, 12 Dec 2018 16:59:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:59:17,430 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/79cd73c3-250c-4861-be75-2d5d4ef57988.json used request id req-35cc667d-5325-4f1e-af9a-976f2a1c6856 2018-12-12 16:59:17,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.21335601807s 2018-12-12 16:59:17,430 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/79cd73c3-250c-4861-be75-2d5d4ef57988.json used request id req-35cc667d-5325-4f1e-af9a-976f2a1c6856 2018-12-12 16:59:17,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:59:17,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:17,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-c6b08715-0111-4f2f-bf4c-05418a9a15f9 Date: Wed, 12 Dec 2018 16:59:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T16:59:17Z","tenant_id":"d27ba16370e34b319793119ec6780955","created_at":"2018-12-12T16:25:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d27ba16370e34b319793119ec6780955","id":"6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798","name":"cloudify_ims-net_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:59:17,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c6b08715-0111-4f2f-bf4c-05418a9a15f9 2018-12-12 16:59:17,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2782330513s 2018-12-12 16:59:17,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c6b08715-0111-4f2f-bf4c-05418a9a15f9 2018-12-12 16:59:17,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-12 16:59:17,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:18,598 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43e9cf92-1f62-4b7a-8cd8-bf968bf5b1f7 Date: Wed, 12 Dec 2018 16:59:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:59:18,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798.json used request id req-43e9cf92-1f62-4b7a-8cd8-bf968bf5b1f7 2018-12-12 16:59:18,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.887742042542s 2018-12-12 16:59:18,599 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6dbf39f7-3b94-4c3b-b17d-b4c4c05f6798.json used request id req-43e9cf92-1f62-4b7a-8cd8-bf968bf5b1f7 2018-12-12 16:59:18,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:59:18,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:18,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-5e48bd9b-3ac5-4695-806d-f2c9df55ff38 Date: Wed, 12 Dec 2018 16:59:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "metadata": {}}], "file": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/file", "owner": "d27ba16370e34b319793119ec6780955", "id": "8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "size": 4373348352, "self": "/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T16:27:46Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:26:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:59:18,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5e48bd9b-3ac5-4695-806d-f2c9df55ff38 2018-12-12 16:59:18,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186002969742s 2018-12-12 16:59:18,786 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5e48bd9b-3ac5-4695-806d-f2c9df55ff38 2018-12-12 16:59:18,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 16:59:18,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}618a2a7dd6defa1c4161727545b872832225913b" 2018-12-12 16:59:21,650 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aab28d6d-34ea-4613-8817-052cd14c3807 Date: Wed, 12 Dec 2018 16:59:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 16:59:21,651 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2 used request id req-aab28d6d-34ea-4613-8817-052cd14c3807 2018-12-12 16:59:21,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.86340093613s 2018-12-12 16:59:21,651 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8294c537-0604-4ef1-bacf-c6c8ed13b8a2 used request id req-aab28d6d-34ea-4613-8817-052cd14c3807 2018-12-12 16:59:21,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 16:59:21,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:21,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16: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-ac8f91dd-b0eb-4fdc-8878-9ac2e2125d62 x-compute-request-id: req-ac8f91dd-b0eb-4fdc-8878-9ac2e2125d62 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "dc8a13fc-2a0e-4396-a91b-03954660d115", "name": "cloudify_ims-flavor_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 16:59:21,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ac8f91dd-b0eb-4fdc-8878-9ac2e2125d62 2018-12-12 16:59:21,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0301761627197s 2018-12-12 16:59:21,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ac8f91dd-b0eb-4fdc-8878-9ac2e2125d62 2018-12-12 16:59:21,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 16:59:21,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:21,730 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 16: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 x-openstack-request-id: req-c42f4325-5ed8-4a33-84ec-04647302a51d x-compute-request-id: req-c42f4325-5ed8-4a33-84ec-04647302a51d Content-Length: 0 Content-Type: application/json 2018-12-12 16:59:21,730 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115 used request id req-c42f4325-5ed8-4a33-84ec-04647302a51d 2018-12-12 16:59:21,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0469589233398s 2018-12-12 16:59:21,731 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/dc8a13fc-2a0e-4396-a91b-03954660d115 used request id req-c42f4325-5ed8-4a33-84ec-04647302a51d 2018-12-12 16:59:21,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:59:21,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:21,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bbe739a-f200-4927-9b93-79d6f76bd79c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794", "links": {"self": "http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765"}, "domain_id": "default", "enabled": true, "id": "f1e9a5a5c23545f1958b0336f54a2765", "options": {}}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:59:21,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6bbe739a-f200-4927-9b93-79d6f76bd79c 2018-12-12 16:59:21,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.099839925766s 2018-12-12 16:59:21,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6bbe739a-f200-4927-9b93-79d6f76bd79c 2018-12-12 16:59:21,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:59:21,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:21,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7fdc6fb-321a-4721-a731-a02b5aaed044 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765"}, "enabled": true, "id": "f1e9a5a5c23545f1958b0336f54a2765", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}} 2018-12-12 16:59:21,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765 used request id req-a7fdc6fb-321a-4721-a731-a02b5aaed044 2018-12-12 16:59:21,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0932540893555s 2018-12-12 16:59:21,931 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765 used request id req-a7fdc6fb-321a-4721-a731-a02b5aaed044 2018-12-12 16:59:21,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 16:59:21,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:22,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:59:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a67f7d6-a86c-48b3-b7e4-e446b8363093 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:59:22,130 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765 used request id req-9a67f7d6-a86c-48b3-b7e4-e446b8363093 2018-12-12 16:59:22,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.197946071625s 2018-12-12 16:59:22,130 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f1e9a5a5c23545f1958b0336f54a2765 used request id req-9a67f7d6-a86c-48b3-b7e4-e446b8363093 2018-12-12 16:59:22,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:59:22,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:22,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f26056c9-2df3-4a77-8c78-65bb2b044061 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955"}, "enabled": true, "id": "d27ba16370e34b319793119ec6780955", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f088e840-c6f4-4b8a-bb98-2bc48bc5f794"}]} 2018-12-12 16:59:22,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-f26056c9-2df3-4a77-8c78-65bb2b044061 2018-12-12 16:59:22,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0818657875061s 2018-12-12 16:59:22,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-f26056c9-2df3-4a77-8c78-65bb2b044061 2018-12-12 16:59:22,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 16:59:22,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:22,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:59:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62486963-2b85-4bcd-a0c6-5c480afee8df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:59:22,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955 used request id req-62486963-2b85-4bcd-a0c6-5c480afee8df 2018-12-12 16:59:22,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.162787914276s 2018-12-12 16:59:22,379 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d27ba16370e34b319793119ec6780955 used request id req-62486963-2b85-4bcd-a0c6-5c480afee8df 2018-12-12 16:59:22,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:59:22,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:22,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c2500a-ed8c-4155-89ac-388417c1f049 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edd0f6ee2ca44afc8c6e0226fefb3a08", "links": {"self": "http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08"}, "name": "Member"}]} 2018-12-12 16:59:22,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-38c2500a-ed8c-4155-89ac-388417c1f049 2018-12-12 16:59:22,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790920257568s 2018-12-12 16:59:22,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 16:59:22,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:22,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:59:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39a7b1f1-b851-4e56-8706-7cea95eb1fe7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:59:22,555 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/edd0f6ee2ca44afc8c6e0226fefb3a08 used request id req-39a7b1f1-b851-4e56-8706-7cea95eb1fe7 2018-12-12 16:59:22,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0949001312256s 2018-12-12 16:59:22,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:59:22,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d27ba16370e34b319793119ec6780955&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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:22,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-1b8254d1-4c47-4646-865a-0c36332067ef Date: Wed, 12 Dec 2018 16:59:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:31:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:31:35Z", "revision_number": 0, "id": "588314b0-5ab0-4def-a421-9d14d5480a1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:31:35Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 5, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}]} 2018-12-12 16:59:22,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d27ba16370e34b319793119ec6780955&name=default used request id req-1b8254d1-4c47-4646-865a-0c36332067ef 2018-12-12 16:59:22,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202210187912s 2018-12-12 16:59:22,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d27ba16370e34b319793119ec6780955&name=default used request id req-1b8254d1-4c47-4646-865a-0c36332067ef 2018-12-12 16:59:22,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 16:59:22,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:22,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-be523957-b269-42a1-81a9-c949ba30314d Date: Wed, 12 Dec 2018 16:59:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d27ba16370e34b319793119ec6780955", "created_at": "2018-12-12T16:25:56Z", "updated_at": "2018-12-12T16:31:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "39a7afe3-9d67-46c0-84b4-f0af2f194916", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "8389dce6-0ade-4126-bb71-edfc9e3246b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "c8829397-48a7-4aa5-ba84-3ccb310d23fb", "remote_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:25:56Z", "revision_number": 0, "id": "10f44055-1cec-48a9-8399-9ce42734975e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:25:56Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": null, "ethertype": "IPv6", "project_id": "d27ba16370e34b319793119ec6780955"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T16:31:35Z", "revision_number": 0, "id": "588314b0-5ab0-4def-a421-9d14d5480a1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:31:35Z", "security_group_id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "tenant_id": "d27ba16370e34b319793119ec6780955", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d27ba16370e34b319793119ec6780955"}], "revision_number": 5, "project_id": "d27ba16370e34b319793119ec6780955", "id": "7d5b98ed-ccd6-4c07-ad8e-4e710a236d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 16:59:22,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-be523957-b269-42a1-81a9-c949ba30314d 2018-12-12 16:59:22,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205247163773s 2018-12-12 16:59:22,970 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-be523957-b269-42a1-81a9-c949ba30314d 2018-12-12 16:59:23,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 16:59:23,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7d5b98ed-ccd6-4c07-ad8e-4e710a236d80.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35066e9e0f4ba825f36a27365665ced1da758426" 2018-12-12 16:59:23,355 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b493ecec-6c93-41bb-9af5-8aa711a1916a Content-Length: 0 Date: Wed, 12 Dec 2018 16:59:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 16:59:23,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7d5b98ed-ccd6-4c07-ad8e-4e710a236d80.json used request id req-b493ecec-6c93-41bb-9af5-8aa711a1916a 2018-12-12 16:59:23,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.334425926208s 2018-12-12 16:59:23,355 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7d5b98ed-ccd6-4c07-ad8e-4e710a236d80.json used request id req-b493ecec-6c93-41bb-9af5-8aa711a1916a 2018-12-12 16:59:23,381 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-12-12 16:59:23,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 16:59:23,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 16:59:23,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 16:59:23,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 16:59:23,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 16:59:23,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 16:59:23,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 16:59:23,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 16:59:23,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 16:59:23,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:59:23,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8d26e2-2439-4e63-9408-ac49e8d6c0ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:59:23,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8a8d26e2-2439-4e63-9408-ac49e8d6c0ac 2018-12-12 16:59:23,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:59:23,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T17:59:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["ABkE4gvZROytEKGSzufO1A"], "issued_at": "2018-12-12T16:59:23.000000Z"}} 2018-12-12 16:59:23,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:59:23,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:24,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3c5f803e-d096-4735-ae11-3399240baef0 Date: Wed, 12 Dec 2018 16:59:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 16:59:24,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3c5f803e-d096-4735-ae11-3399240baef0 2018-12-12 16:59:24,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.439446926117s 2018-12-12 16:59:24,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3c5f803e-d096-4735-ae11-3399240baef0 2018-12-12 16:59:24,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 16:59:24,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:24,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 16:59:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 16:59:24,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:24,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57dce71d-79e3-4eaa-af2c-010d47125261 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 16:59:24,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-57dce71d-79e3-4eaa-af2c-010d47125261 2018-12-12 16:59:24,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0982990264893s 2018-12-12 16:59:24,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 16:59:24,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846"}}' 2018-12-12 16:59:24,554 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:59:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e237ef2-d95d-4c9c-8936-cdea19b82473 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.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de"}, "enabled": true, "id": "2883b1bcf4b64402ac3c72e8fe1932de", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846"}} 2018-12-12 16:59:24,554 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0e237ef2-d95d-4c9c-8936-cdea19b82473 2018-12-12 16:59:24,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0953269004822s 2018-12-12 16:59:24,555 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0e237ef2-d95d-4c9c-8936-cdea19b82473 2018-12-12 16:59:24,555 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846', 'id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'description': u'Created by OPNFV Functest: vyos_vrouter', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 16:59:24,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 16:59:24,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.339710950851s 2018-12-12 16:59:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:24,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9814bee-b987-4109-84d1-396400f34063 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061"}, "enabled": true, "id": "7a14fe6a40644cc0b9f24cbf05da8061", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_b5b75227-0632-4fbb-8e3e-ae2718438846"}} 2018-12-12 16:59:24,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061 used request id req-b9814bee-b987-4109-84d1-396400f34063 2018-12-12 16:59:24,996 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7a14fe6a40644cc0b9f24cbf05da8061', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_b5b75227-0632-4fbb-8e3e-ae2718438846'}) 2018-12-12 16:59:24,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:59:24,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-150cecec-5354-4ae8-8f50-019197e5a43f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 16:59:25,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-150cecec-5354-4ae8-8f50-019197e5a43f 2018-12-12 16:59:25,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840671062469s 2018-12-12 16:59:25,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:59:25,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853514cc-9d24-4f12-8623-e1cabfa6e8ee Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 16:59:25,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-853514cc-9d24-4f12-8623-e1cabfa6e8ee 2018-12-12 16:59:25,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790979862213s 2018-12-12 16:59:25,162 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 16:59:25,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 16:59:25,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" -d '{"role": {"name": "Member"}}' 2018-12-12 16:59:25,279 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba0b6c7d-5ba8-4d21-ac09-d941e0263726 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1102e4d72d874dcdbef170ea420cd7bb", "links": {"self": "http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb"}, "name": "Member"}} 2018-12-12 16:59:25,279 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ba0b6c7d-5ba8-4d21-ac09-d941e0263726 2018-12-12 16:59:25,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.116565942764s 2018-12-12 16:59:25,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-289b8a71-7242-4242-9c2d-5e98466938e1 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb"}, "domain_id": null, "name": "Member", "id": "1102e4d72d874dcdbef170ea420cd7bb"}} 2018-12-12 16:59:25,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb used request id req-289b8a71-7242-4242-9c2d-5e98466938e1 2018-12-12 16:59:25,366 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb'}, 'domain_id': None, 'human_id': None, 'id': u'1102e4d72d874dcdbef170ea420cd7bb', 'HUMAN_ID': False}) 2018-12-12 16:59:25,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 16:59:25,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f42a8e1-4353-4934-8313-6d9b51d7e23c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1102e4d72d874dcdbef170ea420cd7bb", "links": {"self": "http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 16:59:25,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4f42a8e1-4353-4934-8313-6d9b51d7e23c 2018-12-12 16:59:25,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772738456726s 2018-12-12 16:59:25,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 16:59:25,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa651945-7511-42b1-adc3-56108ff48bf0 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 16:59:25,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-fa651945-7511-42b1-adc3-56108ff48bf0 2018-12-12 16:59:25,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.084568977356s 2018-12-12 16:59:25,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 16:59:25,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cfaffd7-64e5-4364-a048-26db7c27349a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_b5b75227-0632-4fbb-8e3e-ae2718438846", "links": {"self": "http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061"}, "domain_id": "default", "enabled": true, "id": "7a14fe6a40644cc0b9f24cbf05da8061", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 16:59:25,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6cfaffd7-64e5-4364-a048-26db7c27349a 2018-12-12 16:59:25,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994617938995s 2018-12-12 16:59:25,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6cfaffd7-64e5-4364-a048-26db7c27349a 2018-12-12 16:59:25,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:59:25,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58865214-9627-4c0f-bce1-2325fbaaf65c Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de"}, "enabled": true, "id": "2883b1bcf4b64402ac3c72e8fe1932de", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 16:59:25,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-58865214-9627-4c0f-bce1-2325fbaaf65c 2018-12-12 16:59:25,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801289081573s 2018-12-12 16:59:25,718 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-58865214-9627-4c0f-bce1-2325fbaaf65c 2018-12-12 16:59:25,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 16:59:25,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=7a14fe6a40644cc0b9f24cbf05da8061&scope.project.id=2883b1bcf4b64402ac3c72e8fe1932de&role.id=1102e4d72d874dcdbef170ea420cd7bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc37138-97b2-473a-a96d-d103a4974b08 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=7a14fe6a40644cc0b9f24cbf05da8061&scope.project.id=2883b1bcf4b64402ac3c72e8fe1932de&role.id=1102e4d72d874dcdbef170ea420cd7bb", "previous": null, "next": null}} 2018-12-12 16:59:25,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=7a14fe6a40644cc0b9f24cbf05da8061&scope.project.id=2883b1bcf4b64402ac3c72e8fe1932de&role.id=1102e4d72d874dcdbef170ea420cd7bb used request id req-efc37138-97b2-473a-a96d-d103a4974b08 2018-12-12 16:59:25,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0795059204102s 2018-12-12 16:59:25,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 16:59:25,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de/users/7a14fe6a40644cc0b9f24cbf05da8061/roles/1102e4d72d874dcdbef170ea420cd7bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:25,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 16:59:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f578368-6e76-436a-9ed8-6b6ba0b1f216 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 16:59:25,923 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de/users/7a14fe6a40644cc0b9f24cbf05da8061/roles/1102e4d72d874dcdbef170ea420cd7bb used request id req-7f578368-6e76-436a-9ed8-6b6ba0b1f216 2018-12-12 16:59:25,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122519016266s 2018-12-12 16:59:25,924 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846', 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': '071b9550-b2b1-4ddd-9281-dbee4fc13849', 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_b5b75227-0632-4fbb-8e3e-ae2718438846', 'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 16:59:25,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 16:59:25,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 16:59:25,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 16:59:25,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 16:59:25,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 16:59:25,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 16:59:25,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 16:59:25,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 16:59:25,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 16:59:25,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 16:59:25,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 16:59:25,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 16:59:25,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 16:59:25,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 16:59:25,929 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_b5b75227-0632-4fbb-8e3e-ae2718438846', 'password': '071b9550-b2b1-4ddd-9281-dbee4fc13849', 'project_name': 'vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '2883b1bcf4b64402ac3c72e8fe1932de', 'project_domain_name': 'Default'} 2018-12-12 16:59:25,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-12-12 16:59:25,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-12-12 16:59:25,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-12-12 16:59:26,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-12-12 16:59:26,039 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-12-12 16:59:26,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 16:59:26,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:26,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4503f79-e011-47bb-8898-0db935019a62 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 16:59:26,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-b4503f79-e011-47bb-8898-0db935019a62 2018-12-12 16:59:26,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0727188587189s 2018-12-12 16:59:26,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 16:59:26,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 16:59:26,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c368013-6415-4cd5-8d1a-1e53d38a9b4e Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de"}, "enabled": true, "id": "2883b1bcf4b64402ac3c72e8fe1932de", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 16:59:26,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-6c368013-6415-4cd5-8d1a-1e53d38a9b4e 2018-12-12 16:59:26,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.160017967224s 2018-12-12 16:59:26,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-6c368013-6415-4cd5-8d1a-1e53d38a9b4e 2018-12-12 16:59:26,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-12 16:59:26,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" -d '{"network": {"tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "name": "vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846", "admin_state_up": true}}' 2018-12-12 16:59:26,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-2e31d2c7-9604-40ff-880d-f631083f48cc Date: Wed, 12 Dec 2018 16:59:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"2883b1bcf4b64402ac3c72e8fe1932de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T16:59:26Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846","admin_state_up":true,"tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:26Z","mtu":1450}} 2018-12-12 16:59:26,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2e31d2c7-9604-40ff-880d-f631083f48cc 2018-12-12 16:59:26,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.510160923004s 2018-12-12 16:59:26,787 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2e31d2c7-9604-40ff-880d-f631083f48cc 2018-12-12 16:59:26,787 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-12T16:59:26Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'66689e83-2cb6-481c-b79d-140e7b1f6d57', u'provider:segmentation_id': 50, 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_b5b75227-0632-4fbb-8e3e-ae2718438846', u'created_at': u'2018-12-12T16:59:26Z', u'mtu': 1450, u'tenant_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de'}) 2018-12-12 16:59:26,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 16:59:26,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 16:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c241b4-5d58-49f1-aca7-ea3062887e23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 16:59:26,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-97c241b4-5d58-49f1-aca7-ea3062887e23 2018-12-12 16:59:26,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 16:59:27,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1102e4d72d874dcdbef170ea420cd7bb", "name": "Member"}], "expires_at": "2018-12-12T17:59:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2883b1bcf4b64402ac3c72e8fe1932de", "name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/2883b1bcf4b64402ac3c72e8fe1932de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_b5b75227-0632-4fbb-8e3e-ae2718438846", "id": "7a14fe6a40644cc0b9f24cbf05da8061"}, "audit_ids": ["9dTYimJ6SxafW8LOcoOW9A"], "issued_at": "2018-12-12T16:59:27.000000Z"}} 2018-12-12 16:59:27,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 16:59:27,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 16:59:27,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-99f6b71b-c0f0-4905-a121-d3d688bcec75 Date: Wed, 12 Dec 2018 16:59:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T16:59:26Z","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2883b1bcf4b64402ac3c72e8fe1932de","id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","name":"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 16:59:27,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-99f6b71b-c0f0-4905-a121-d3d688bcec75 2018-12-12 16:59:27,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249325037003s 2018-12-12 16:59:27,419 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-99f6b71b-c0f0-4905-a121-d3d688bcec75 2018-12-12 16:59:27,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-12 16:59:27,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"subnet": {"name": "vyos_vrouter-subnet_b5b75227-0632-4fbb-8e3e-ae2718438846", "enable_dhcp": true, "network_id": "66689e83-2cb6-481c-b79d-140e7b1f6d57", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-12 16:59:28,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-960b0535-c8cc-49b9-8655-34f964e00afa Date: Wed, 12 Dec 2018 16:59:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T16:59:27Z","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":"2883b1bcf4b64402ac3c72e8fe1932de","id":"e2203f45-30fe-491a-9d43-15102bd5bae0","subnetpool_id":null,"name":"vyos_vrouter-subnet_b5b75227-0632-4fbb-8e3e-ae2718438846"}} 2018-12-12 16:59:28,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-960b0535-c8cc-49b9-8655-34f964e00afa 2018-12-12 16:59:28,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.701009988785s 2018-12-12 16:59:28,122 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-960b0535-c8cc-49b9-8655-34f964e00afa 2018-12-12 16:59:28,122 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T16:59:27Z', 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'e2203f45-30fe-491a-9d43-15102bd5bae0', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_b5b75227-0632-4fbb-8e3e-ae2718438846', u'enable_dhcp': True, u'network_id': u'66689e83-2cb6-481c-b79d-140e7b1f6d57', u'tenant_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'created_at': u'2018-12-12T16:59:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de'}) 2018-12-12 16:59:28,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-12 16:59:28,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "vyos_vrouter-router_b5b75227-0632-4fbb-8e3e-ae2718438846", "admin_state_up": true}}' 2018-12-12 16:59:33,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-2bfe877d-3550-417c-b5ce-5554976cbff0 Date: Wed, 12 Dec 2018 16:59:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:29Z", "admin_state_up": true, "updated_at": "2018-12-12T16:59:30Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb", "name": "vyos_vrouter-router_b5b75227-0632-4fbb-8e3e-ae2718438846"}} 2018-12-12 16:59:33,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-2bfe877d-3550-417c-b5ce-5554976cbff0 2018-12-12 16:59:33,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.19917416573s 2018-12-12 16:59:33,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-2bfe877d-3550-417c-b5ce-5554976cbff0 2018-12-12 16:59:33,323 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T16:59:30Z', u'revision_number': 3, u'id': u'ced74c51-1362-49a2-a29c-c3f4d2eeeacb', u'external_gateway_info': {u'network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_b5b75227-0632-4fbb-8e3e-ae2718438846', u'admin_state_up': True, u'tenant_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'created_at': u'2018-12-12T16:59:29Z', u'flavor_id': None, u'routes': [], u'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de'}) 2018-12-12 16:59:33,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-12 16:59:33,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb/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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"subnet_id": "e2203f45-30fe-491a-9d43-15102bd5bae0"}' 2018-12-12 16:59:35,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-96430f3c-7991-4d07-af0b-f16474e5f505 Date: Wed, 12 Dec 2018 16:59:35 GMT RESP BODY: {"network_id": "66689e83-2cb6-481c-b79d-140e7b1f6d57", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "subnet_id": "e2203f45-30fe-491a-9d43-15102bd5bae0", "subnet_ids": ["e2203f45-30fe-491a-9d43-15102bd5bae0"], "port_id": "bb903682-3394-4404-af37-897c25807109", "id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb"} 2018-12-12 16:59:35,225 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb/add_router_interface.json used request id req-96430f3c-7991-4d07-af0b-f16474e5f505 2018-12-12 16:59:35,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.90133714676s 2018-12-12 16:59:35,225 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb/add_router_interface.json used request id req-96430f3c-7991-4d07-af0b-f16474e5f505 returning object ced74c51-1362-49a2-a29c-c3f4d2eeeacb 2018-12-12 16:59:35,226 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-12-12 16:59:58,089 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-12-12 16:59:58,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 16:59:58,098 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 16:59:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 16:59:58,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 16:59:58,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 16:59:58,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-104264bf-1dc7-4eae-8876-d6c2d09e7b32 Date: Wed, 12 Dec 2018 16:59:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 16:59:58,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-104264bf-1dc7-4eae-8876-d6c2d09e7b32 2018-12-12 16:59:58,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187736034393s 2018-12-12 16:59:58,290 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-104264bf-1dc7-4eae-8876-d6c2d09e7b32 2018-12-12 16:59:58,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 16:59:58,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846"}' 2018-12-12 16:59:58,498 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39 X-Openstack-Request-Id: req-4beb318a-d8c2-4a50-a9fb-5d9a2417ff06 Date: Wed, 12 Dec 2018 16:59:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file", "owner": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "size": null, "self": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T16:59:58Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "checksum": null, "created_at": "2018-12-12T16:59:58Z", "protected": false} 2018-12-12 16:59:58,499 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4beb318a-d8c2-4a50-a9fb-5d9a2417ff06 2018-12-12 16:59:58,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.206694841385s 2018-12-12 16:59:58,499 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4beb318a-d8c2-4a50-a9fb-5d9a2417ff06 returning object 7f3d482e-9f26-43ad-a4b1-6b595ef7ae39 2018-12-12 16:59:58,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 16:59:58,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '' 2018-12-12 17:01:20,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c544646f-b700-426d-9a9b-023abc7cbe03 Date: Wed, 12 Dec 2018 17:01:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:01:20,436 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file used request id req-c544646f-b700-426d-9a9b-023abc7cbe03 2018-12-12 17:01:20,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 81.9359080791s 2018-12-12 17:01:20,436 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file used request id req-c544646f-b700-426d-9a9b-023abc7cbe03 2018-12-12 17:01:20,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:01:20,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:20,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-b88d5dbd-8eb9-4a71-99ca-8c6c1f7ca0c0 Date: Wed, 12 Dec 2018 17:01:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "metadata": {}}], "file": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file", "owner": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "size": 4373348352, "self": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T17:01:20Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:59:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:01:20,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-b88d5dbd-8eb9-4a71-99ca-8c6c1f7ca0c0 2018-12-12 17:01:20,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0365319252014s 2018-12-12 17:01:20,474 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-b88d5dbd-8eb9-4a71-99ca-8c6c1f7ca0c0 2018-12-12 17:01:20,476 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file', 'owner': u'2883b1bcf4b64402ac3c72e8fe1932de', 'id': u'7f3d482e-9f26-43ad-a4b1-6b595ef7ae39', 'size': 4373348352, u'self': u'/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'name': 'vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T17:01:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-12T17:01:20Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846', 'created': u'2018-12-12T16:59:58Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-12-12T16:59:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-12-12 17:01:20,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 17:01:20,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_b5b75227-0632-4fbb-8e3e-ae2718438846", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-12-12 17:01:20,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6184f45b-941d-41ac-8003-6e8d41a19d6e x-compute-request-id: req-6184f45b-941d-41ac-8003-6e8d41a19d6e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "1d0a5256-310c-449d-9393-04552f71b7a8", "name": "vyos_vrouter-flavor_b5b75227-0632-4fbb-8e3e-ae2718438846", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 17:01:20,693 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6184f45b-941d-41ac-8003-6e8d41a19d6e 2018-12-12 17:01:20,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.215394973755s 2018-12-12 17:01:20,693 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6184f45b-941d-41ac-8003-6e8d41a19d6e returning object 1d0a5256-310c-449d-9393-04552f71b7a8 2018-12-12 17:01:20,694 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_b5b75227-0632-4fbb-8e3e-ae2718438846', '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'0179093643ff4edbbd51be3381013868', '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'1d0a5256-310c-449d-9393-04552f71b7a8', 'swap': 0}) 2018-12-12 17:01:20,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 17:01:20,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8/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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" -d '{"extra_specs": {}}' 2018-12-12 17:01:20,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53c239de-2acb-4d0b-bb65-4f1a673ddf47 x-compute-request-id: req-53c239de-2acb-4d0b-bb65-4f1a673ddf47 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 17:01:20,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8/os-extra_specs used request id req-53c239de-2acb-4d0b-bb65-4f1a673ddf47 2018-12-12 17:01:20,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213811397552s 2018-12-12 17:01:20,716 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8/os-extra_specs used request id req-53c239de-2acb-4d0b-bb65-4f1a673ddf47 2018-12-12 17:01:20,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-12-12 17:01:20,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"keypair": {"name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846"}}' 2018-12-12 17:01:20,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5a4c0e1-0f46-4e0b-a710-5f6a6c58a8a9 x-compute-request-id: req-e5a4c0e1-0f46-4e0b-a710-5f6a6c58a8a9 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPHP2otUZYpMqJYXMkF0nyfxU1uhTvufahfh12CD9ZVi2dGsbB2ZJxJmmZBpvZFCbRe2JGdZx8AHJIqKZRB2xlVvMjHulkeFUgnu0WeN2NBiYG0fj05Jj1Jyqb3rkMP0vuolHjBEnNVkCIlDxThqIiMIq2sOiKADqVibsDsVqNejmCKQrpQGwXUKsOQ8oVbe1nISRyZjmRvYKy1X6SHNrdM6zebKVBKAHfg40YEC/YWZOnLx6ZCPCI9Qo1ME7OFrAl25HtpG5wFVf9ZC8xWNn9xbuL3zqk3V1B2LWHCs7O2X5g1HksP3tB7UDeluksvcH++/QV/l/X0GI1p93743+T Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzxz9qLVGWKTKiWFzJBdJ8n8VNboU77n2oX4ddgg/WVYtnRrG\nwdmScSZpmQab2RQm0XtiRnWcfABySKimUQdsZVbzIx7pZHhVIJ7tFnjdjQYmBtH4\n9OSY9Scqm965DD9L7qJR4wRJzVZAiJQ8U4aiIjCKtrDoigA6lYm7A7FajXo5gikK\n6UBsF1CrDkPKFW3tZyEkcmY5kb2CstV+khza3TOs3mylQSgB34ONGBAv2FmTpy8e\nmQjwiPUKNTBOzhawJduR7aRucBVX/WQvMVjZ/cW7i986pN1dQdi1hwrOztl+YNR5\nLD97Qe1A3pbpLL3B/vv0Ff5f19BiNafd++N/kwIDAQABAoIBABnHNPczoM7Vq/PP\nckJSt7x7/srSH1r7HWxaQxZ2zlOzOzgrpgNoriZxLoGCZhFtxasbHU9BwjlY4OCU\nRScesmommVqMtWXw6D+IKGA8qO6tjjwZFFB+x170AgSmgwe4NR49i82isgDhtGSL\ndrq6riFtQ0ab3EWY47HLE8DQ6UFkdLVQzQAcYBIpfqg+3SPGAKRTYAdaqaHcWNHr\n58ADDlCad29Tpr/Cc4uio6uUg1xYzIirBWOuDvAVFcXR7DLBmiP0ZI98ZhJKit0z\nuIyWyd7NK27UYhAKk7xrKHynMhjDOKIIHaYzPx4LBMqeWAnFhnUYEur4f2Wzv3tA\nHwiha+ECgYEA8NSN8Pzyaj2UId9LKntWz//gqN3plmfp49Yy3ZKZcW9s+hRByi+P\n+rM4erogmfUcSHhT/PzzB00ENTeWqyurChkh2vUn9VW1XRntcmBoaPyMK/KaEVE8\nZ34D41WN7hepa99AVsotBIj2TIvp0LEA1MmbP+K2JFiy9DpRWrDKUrECgYEA3Ci9\ntT7lVelhHqSFBhUUfzecPRpRfBLisedQgc4O31l6Pt0GywTAYN2zokmX3muxQvol\nCfyj76HQElFvxbI+jY16RXVNUREQ4yOIIdTyHyr+7ZgVVeD2bQZOX+X81qyJ4ZII\nI9Ecv24sD7uOugN85VfSICkBq1/iG6FHMEJD34MCgYEAhHspKiy73h3J42hGnTQE\naZ/FIqAQ46B+Vct7Z9BBgNlfBaMnHeZUOgFlTH4feRIRYPxwl3c+6gFAE1ZlF/yJ\ntqBks2KxfJCNmI2uxYCrbzWeln56qpQZuoTj9qcV0KhLlv/VEOlfImOFuk4tbZQx\ndN0C/n3k3NG+gAOkxVMDucECgYA8b/a8NbrxXbLqnZFi/RB2aAa9A2eRHwIagnyo\nVa/hgoe7kCOYQgKp1NLGX1uQlJHB6DeYyUEbvJkJHlAHvonLhCYnwS7rbTrsj8mE\nOBgLlFsNUG2y+KHNhiinzNQe/piPUu5nHrW8m3r/CqcAy4pSz0wAxiEOMbE5komf\nZuGJDwKBgHvq8XzxDrvjI38SwpUYOleb1c3D775lmGiLBHBUeai1V6ruJHwGNGS/\niixonioVfn2afc6WZadBQsb9PS//YBmUAWGg8CZLfWr14Xg+9ISKzxgQbJ4PHm8a\nV8GKmxusZfGRj8kuww3fu4OPDpm7LnDF/8hMh013NvioGOichIOb\n-----END RSA PRIVATE KEY-----\n", "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "fingerprint": "c6:31:6f:3b:51:ad:ea:07:c0:0a:1c:d3:d5:c9:9c:f7"}} 2018-12-12 17:01:20,967 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-e5a4c0e1-0f46-4e0b-a710-5f6a6c58a8a9 2018-12-12 17:01:20,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.250157117844s 2018-12-12 17:01:20,968 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-e5a4c0e1-0f46-4e0b-a710-5f6a6c58a8a9 2018-12-12 17:01:20,969 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPHP2otUZYpMqJYXMkF0nyfxU1uhTvufahfh12CD9ZVi2dGsbB2ZJxJmmZBpvZFCbRe2JGdZx8AHJIqKZRB2xlVvMjHulkeFUgnu0WeN2NBiYG0fj05Jj1Jyqb3rkMP0vuolHjBEnNVkCIlDxThqIiMIq2sOiKADqVibsDsVqNejmCKQrpQGwXUKsOQ8oVbe1nISRyZjmRvYKy1X6SHNrdM6zebKVBKAHfg40YEC/YWZOnLx6ZCPCI9Qo1ME7OFrAl25HtpG5wFVf9ZC8xWNn9xbuL3zqk3V1B2LWHCs7O2X5g1HksP3tB7UDeluksvcH++/QV/l/X0GI1p93743+T Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzxz9qLVGWKTKiWFzJBdJ8n8VNboU77n2oX4ddgg/WVYtnRrG\nwdmScSZpmQab2RQm0XtiRnWcfABySKimUQdsZVbzIx7pZHhVIJ7tFnjdjQYmBtH4\n9OSY9Scqm965DD9L7qJR4wRJzVZAiJQ8U4aiIjCKtrDoigA6lYm7A7FajXo5gikK\n6UBsF1CrDkPKFW3tZyEkcmY5kb2CstV+khza3TOs3mylQSgB34ONGBAv2FmTpy8e\nmQjwiPUKNTBOzhawJduR7aRucBVX/WQvMVjZ/cW7i986pN1dQdi1hwrOztl+YNR5\nLD97Qe1A3pbpLL3B/vv0Ff5f19BiNafd++N/kwIDAQABAoIBABnHNPczoM7Vq/PP\nckJSt7x7/srSH1r7HWxaQxZ2zlOzOzgrpgNoriZxLoGCZhFtxasbHU9BwjlY4OCU\nRScesmommVqMtWXw6D+IKGA8qO6tjjwZFFB+x170AgSmgwe4NR49i82isgDhtGSL\ndrq6riFtQ0ab3EWY47HLE8DQ6UFkdLVQzQAcYBIpfqg+3SPGAKRTYAdaqaHcWNHr\n58ADDlCad29Tpr/Cc4uio6uUg1xYzIirBWOuDvAVFcXR7DLBmiP0ZI98ZhJKit0z\nuIyWyd7NK27UYhAKk7xrKHynMhjDOKIIHaYzPx4LBMqeWAnFhnUYEur4f2Wzv3tA\nHwiha+ECgYEA8NSN8Pzyaj2UId9LKntWz//gqN3plmfp49Yy3ZKZcW9s+hRByi+P\n+rM4erogmfUcSHhT/PzzB00ENTeWqyurChkh2vUn9VW1XRntcmBoaPyMK/KaEVE8\nZ34D41WN7hepa99AVsotBIj2TIvp0LEA1MmbP+K2JFiy9DpRWrDKUrECgYEA3Ci9\ntT7lVelhHqSFBhUUfzecPRpRfBLisedQgc4O31l6Pt0GywTAYN2zokmX3muxQvol\nCfyj76HQElFvxbI+jY16RXVNUREQ4yOIIdTyHyr+7ZgVVeD2bQZOX+X81qyJ4ZII\nI9Ecv24sD7uOugN85VfSICkBq1/iG6FHMEJD34MCgYEAhHspKiy73h3J42hGnTQE\naZ/FIqAQ46B+Vct7Z9BBgNlfBaMnHeZUOgFlTH4feRIRYPxwl3c+6gFAE1ZlF/yJ\ntqBks2KxfJCNmI2uxYCrbzWeln56qpQZuoTj9qcV0KhLlv/VEOlfImOFuk4tbZQx\ndN0C/n3k3NG+gAOkxVMDucECgYA8b/a8NbrxXbLqnZFi/RB2aAa9A2eRHwIagnyo\nVa/hgoe7kCOYQgKp1NLGX1uQlJHB6DeYyUEbvJkJHlAHvonLhCYnwS7rbTrsj8mE\nOBgLlFsNUG2y+KHNhiinzNQe/piPUu5nHrW8m3r/CqcAy4pSz0wAxiEOMbE5komf\nZuGJDwKBgHvq8XzxDrvjI38SwpUYOleb1c3D775lmGiLBHBUeai1V6ruJHwGNGS/\niixonioVfn2afc6WZadBQsb9PS//YBmUAWGg8CZLfWr14Xg+9ISKzxgQbJ4PHm8a\nV8GKmxusZfGRj8kuww3fu4OPDpm7LnDF/8hMh013NvioGOichIOb\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'7a14fe6a40644cc0b9f24cbf05da8061', 'name': u'vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846', 'created_at': '2018-12-12T17:01:20.969000', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'name': 'vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c6:31:6f:3b:51:ad:ea:07:c0:0a:1c:d3:d5:c9:9c:f7', 'type': 'ssh', 'id': u'vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846'}) 2018-12-12 17:01:20,969 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAzxz9qLVGWKTKiWFzJBdJ8n8VNboU77n2oX4ddgg/WVYtnRrG wdmScSZpmQab2RQm0XtiRnWcfABySKimUQdsZVbzIx7pZHhVIJ7tFnjdjQYmBtH4 9OSY9Scqm965DD9L7qJR4wRJzVZAiJQ8U4aiIjCKtrDoigA6lYm7A7FajXo5gikK 6UBsF1CrDkPKFW3tZyEkcmY5kb2CstV+khza3TOs3mylQSgB34ONGBAv2FmTpy8e mQjwiPUKNTBOzhawJduR7aRucBVX/WQvMVjZ/cW7i986pN1dQdi1hwrOztl+YNR5 LD97Qe1A3pbpLL3B/vv0Ff5f19BiNafd++N/kwIDAQABAoIBABnHNPczoM7Vq/PP ckJSt7x7/srSH1r7HWxaQxZ2zlOzOzgrpgNoriZxLoGCZhFtxasbHU9BwjlY4OCU RScesmommVqMtWXw6D+IKGA8qO6tjjwZFFB+x170AgSmgwe4NR49i82isgDhtGSL drq6riFtQ0ab3EWY47HLE8DQ6UFkdLVQzQAcYBIpfqg+3SPGAKRTYAdaqaHcWNHr 58ADDlCad29Tpr/Cc4uio6uUg1xYzIirBWOuDvAVFcXR7DLBmiP0ZI98ZhJKit0z uIyWyd7NK27UYhAKk7xrKHynMhjDOKIIHaYzPx4LBMqeWAnFhnUYEur4f2Wzv3tA Hwiha+ECgYEA8NSN8Pzyaj2UId9LKntWz//gqN3plmfp49Yy3ZKZcW9s+hRByi+P +rM4erogmfUcSHhT/PzzB00ENTeWqyurChkh2vUn9VW1XRntcmBoaPyMK/KaEVE8 Z34D41WN7hepa99AVsotBIj2TIvp0LEA1MmbP+K2JFiy9DpRWrDKUrECgYEA3Ci9 tT7lVelhHqSFBhUUfzecPRpRfBLisedQgc4O31l6Pt0GywTAYN2zokmX3muxQvol Cfyj76HQElFvxbI+jY16RXVNUREQ4yOIIdTyHyr+7ZgVVeD2bQZOX+X81qyJ4ZII I9Ecv24sD7uOugN85VfSICkBq1/iG6FHMEJD34MCgYEAhHspKiy73h3J42hGnTQE aZ/FIqAQ46B+Vct7Z9BBgNlfBaMnHeZUOgFlTH4feRIRYPxwl3c+6gFAE1ZlF/yJ tqBks2KxfJCNmI2uxYCrbzWeln56qpQZuoTj9qcV0KhLlv/VEOlfImOFuk4tbZQx dN0C/n3k3NG+gAOkxVMDucECgYA8b/a8NbrxXbLqnZFi/RB2aAa9A2eRHwIagnyo Va/hgoe7kCOYQgKp1NLGX1uQlJHB6DeYyUEbvJkJHlAHvonLhCYnwS7rbTrsj8mE OBgLlFsNUG2y+KHNhiinzNQe/piPUu5nHrW8m3r/CqcAy4pSz0wAxiEOMbE5komf ZuGJDwKBgHvq8XzxDrvjI38SwpUYOleb1c3D775lmGiLBHBUeai1V6ruJHwGNGS/ iixonioVfn2afc6WZadBQsb9PS//YBmUAWGg8CZLfWr14Xg+9ISKzxgQbJ4PHm8a V8GKmxusZfGRj8kuww3fu4OPDpm7LnDF/8hMh013NvioGOichIOb -----END RSA PRIVATE KEY----- 2018-12-12 17:01:20,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-12-12 17:01:20,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"security_group": {"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-12-12 17:01:21,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-0fb70cef-6ca3-455a-8596-0f2ef3c8b9ce Date: Wed, 12 Dec 2018 17:01:21 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "updated_at": "2018-12-12T17:01:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "0fb2116b-33c0-4b10-9c37-46e44594abdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "23584083-edbc-47c5-9725-8c834117e8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 2, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "53e860ab-06b5-4513-9c82-91b5552b987d", "name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}} 2018-12-12 17:01:21,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-0fb70cef-6ca3-455a-8596-0f2ef3c8b9ce 2018-12-12 17:01:21,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.523485898972s 2018-12-12 17:01:21,496 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-0fb70cef-6ca3-455a-8596-0f2ef3c8b9ce 2018-12-12 17:01:21,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:01:21,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:21,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-fd315f38-854e-44b0-85f5-8c09d433f757 Date: Wed, 12 Dec 2018 17:01:21 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "updated_at": "2018-12-12T17:01:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "0fb2116b-33c0-4b10-9c37-46e44594abdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "23584083-edbc-47c5-9725-8c834117e8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 2, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "53e860ab-06b5-4513-9c82-91b5552b987d", "name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}]} 2018-12-12 17:01:21,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-fd315f38-854e-44b0-85f5-8c09d433f757 2018-12-12 17:01:21,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183534860611s 2018-12-12 17:01:21,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-fd315f38-854e-44b0-85f5-8c09d433f757 2018-12-12 17:01:21,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 17:01:21,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -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": "53e860ab-06b5-4513-9c82-91b5552b987d"}}' 2018-12-12 17:01:22,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-79999b86-850c-4071-9d25-e040d0ff8b40 Date: Wed, 12 Dec 2018 17:01:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "port_range_min": 22, "revision_number": 0, "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "ba523f1a-0cbf-4d91-b5f7-1d3e4064dae9"}} 2018-12-12 17:01:22,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-79999b86-850c-4071-9d25-e040d0ff8b40 2018-12-12 17:01:22,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.351927995682s 2018-12-12 17:01:22,041 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-79999b86-850c-4071-9d25-e040d0ff8b40 2018-12-12 17:01:22,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:01:22,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:22,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-1f664d39-9d96-4a4d-acb0-b367c362d66f Date: Wed, 12 Dec 2018 17:01:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "updated_at": "2018-12-12T17:01:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "0fb2116b-33c0-4b10-9c37-46e44594abdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "23584083-edbc-47c5-9725-8c834117e8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "ba523f1a-0cbf-4d91-b5f7-1d3e4064dae9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 3, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "53e860ab-06b5-4513-9c82-91b5552b987d", "name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}]} 2018-12-12 17:01:22,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-1f664d39-9d96-4a4d-acb0-b367c362d66f 2018-12-12 17:01:22,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194137096405s 2018-12-12 17:01:22,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-1f664d39-9d96-4a4d-acb0-b367c362d66f 2018-12-12 17:01:22,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 17:01:22,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -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": "53e860ab-06b5-4513-9c82-91b5552b987d"}}' 2018-12-12 17:01:22,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-68c47905-876d-41db-8bb9-8e3cc9a63ced Date: Wed, 12 Dec 2018 17:01:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "port_range_min": null, "revision_number": 0, "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:22Z", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "f77822a0-df56-4291-bec0-9c467c3f154a"}} 2018-12-12 17:01:22,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-68c47905-876d-41db-8bb9-8e3cc9a63ced 2018-12-12 17:01:22,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.300384998322s 2018-12-12 17:01:22,544 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-68c47905-876d-41db-8bb9-8e3cc9a63ced 2018-12-12 17:01:22,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:01:22,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:22,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-985f2a8b-1d1e-4834-a53c-2ada7dfcdc2d Date: Wed, 12 Dec 2018 17:01:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "updated_at": "2018-12-12T17:01:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "0fb2116b-33c0-4b10-9c37-46e44594abdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "23584083-edbc-47c5-9725-8c834117e8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "ba523f1a-0cbf-4d91-b5f7-1d3e4064dae9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "f77822a0-df56-4291-bec0-9c467c3f154a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "53e860ab-06b5-4513-9c82-91b5552b987d", "name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}]} 2018-12-12 17:01:22,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-985f2a8b-1d1e-4834-a53c-2ada7dfcdc2d 2018-12-12 17:01:22,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.211194992065s 2018-12-12 17:01:22,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-985f2a8b-1d1e-4834-a53c-2ada7dfcdc2d 2018-12-12 17:01:22,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 17:01:22,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -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": "53e860ab-06b5-4513-9c82-91b5552b987d"}}' 2018-12-12 17:01:22,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c6d8e17b-e1a5-42e6-b3c1-377c755436a7 Date: Wed, 12 Dec 2018 17:01:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "port_range_min": 80, "revision_number": 0, "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:22Z", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "1469e14e-ea30-47f1-8cdc-cb99559c16d0"}} 2018-12-12 17:01:22,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-c6d8e17b-e1a5-42e6-b3c1-377c755436a7 2018-12-12 17:01:22,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.178758144379s 2018-12-12 17:01:22,941 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-c6d8e17b-e1a5-42e6-b3c1-377c755436a7 2018-12-12 17:01:22,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:01:22,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:23,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-68beae09-85b1-48f0-a412-46d037aee404 Date: Wed, 12 Dec 2018 17:01:23 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "updated_at": "2018-12-12T17:01:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "0fb2116b-33c0-4b10-9c37-46e44594abdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "1469e14e-ea30-47f1-8cdc-cb99559c16d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "23584083-edbc-47c5-9725-8c834117e8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "ba523f1a-0cbf-4d91-b5f7-1d3e4064dae9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "f77822a0-df56-4291-bec0-9c467c3f154a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 5, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "53e860ab-06b5-4513-9c82-91b5552b987d", "name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}]} 2018-12-12 17:01:23,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-68beae09-85b1-48f0-a412-46d037aee404 2018-12-12 17:01:23,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.238094091415s 2018-12-12 17:01:23,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-68beae09-85b1-48f0-a412-46d037aee404 2018-12-12 17:01:23,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 17:01:23,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -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": "53e860ab-06b5-4513-9c82-91b5552b987d"}}' 2018-12-12 17:01:23,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-74228ed6-3b59-4e58-88cd-99f769663ce9 Date: Wed, 12 Dec 2018 17:01:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-12-12T17:01:23Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "port_range_min": 443, "revision_number": 0, "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:23Z", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "ba186797-a5d5-44ce-9cd4-0d01cbbcacac"}} 2018-12-12 17:01:23,579 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-74228ed6-3b59-4e58-88cd-99f769663ce9 2018-12-12 17:01:23,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.392009019852s 2018-12-12 17:01:23,580 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-74228ed6-3b59-4e58-88cd-99f769663ce9 2018-12-12 17:01:23,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:01:23,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:23,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-d5bea8fc-6fc8-4892-993d-3421e98c418a Date: Wed, 12 Dec 2018 17:01:23 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "updated_at": "2018-12-12T17:01:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "0fb2116b-33c0-4b10-9c37-46e44594abdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "1469e14e-ea30-47f1-8cdc-cb99559c16d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "23584083-edbc-47c5-9725-8c834117e8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-12T17:01:23Z", "revision_number": 0, "id": "ba186797-a5d5-44ce-9cd4-0d01cbbcacac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:23Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "ba523f1a-0cbf-4d91-b5f7-1d3e4064dae9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "f77822a0-df56-4291-bec0-9c467c3f154a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 6, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "53e860ab-06b5-4513-9c82-91b5552b987d", "name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}]} 2018-12-12 17:01:23,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-d5bea8fc-6fc8-4892-993d-3421e98c418a 2018-12-12 17:01:23,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.215658903122s 2018-12-12 17:01:23,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-d5bea8fc-6fc8-4892-993d-3421e98c418a 2018-12-12 17:01:23,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 17:01:23,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -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": "53e860ab-06b5-4513-9c82-91b5552b987d"}}' 2018-12-12 17:01:24,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-315be216-23ff-46ed-b79d-adcc5036f718 Date: Wed, 12 Dec 2018 17:01:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-12-12T17:01:24Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "port_range_min": 5671, "revision_number": 0, "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:24Z", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "ff376152-cdaa-4a8a-96c2-6ae4685689ad"}} 2018-12-12 17:01:24,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-315be216-23ff-46ed-b79d-adcc5036f718 2018-12-12 17:01:24,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.314919948578s 2018-12-12 17:01:24,119 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-315be216-23ff-46ed-b79d-adcc5036f718 2018-12-12 17:01:24,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:01:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:24,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-7df38463-7eb3-4c39-94aa-180642e8b9df Date: Wed, 12 Dec 2018 17:01:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "updated_at": "2018-12-12T17:01:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "0fb2116b-33c0-4b10-9c37-46e44594abdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "1469e14e-ea30-47f1-8cdc-cb99559c16d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "23584083-edbc-47c5-9725-8c834117e8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-12T17:01:23Z", "revision_number": 0, "id": "ba186797-a5d5-44ce-9cd4-0d01cbbcacac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:23Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "ba523f1a-0cbf-4d91-b5f7-1d3e4064dae9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "f77822a0-df56-4291-bec0-9c467c3f154a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-12T17:01:24Z", "revision_number": 0, "id": "ff376152-cdaa-4a8a-96c2-6ae4685689ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:24Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 7, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "53e860ab-06b5-4513-9c82-91b5552b987d", "name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}]} 2018-12-12 17:01:24,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-7df38463-7eb3-4c39-94aa-180642e8b9df 2018-12-12 17:01:24,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.207547903061s 2018-12-12 17:01:24,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-7df38463-7eb3-4c39-94aa-180642e8b9df 2018-12-12 17:01:24,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-12 17:01:24,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -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": "53e860ab-06b5-4513-9c82-91b5552b987d"}}' 2018-12-12 17:01:24,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-f728eb74-5afb-421f-8ee3-ff8be514f5c0 Date: Wed, 12 Dec 2018 17:01:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-12-12T17:01:24Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "port_range_min": 53333, "revision_number": 0, "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:24Z", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "c20741bb-f008-49b3-aa5b-c32ea460abe8"}} 2018-12-12 17:01:24,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-f728eb74-5afb-421f-8ee3-ff8be514f5c0 2018-12-12 17:01:24,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.155613183975s 2018-12-12 17:01:24,490 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-f728eb74-5afb-421f-8ee3-ff8be514f5c0 2018-12-12 17:01:24,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 17:01:24,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:24,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-2d72aa5d-c509-4a6d-9872-2bdecb566ac9 Date: Wed, 12 Dec 2018 17:01: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":["e2203f45-30fe-491a-9d43-15102bd5bae0"],"updated_at":"2018-12-12T16:59:27Z","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2883b1bcf4b64402ac3c72e8fe1932de","id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","name":"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 17:01:24,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2d72aa5d-c509-4a6d-9872-2bdecb566ac9 2018-12-12 17:01:24,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.145636081696s 2018-12-12 17:01:24,638 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2d72aa5d-c509-4a6d-9872-2bdecb566ac9 2018-12-12 17:01:24,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:01:24,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:24,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-82c31279-71ea-4981-aab1-0b3be4352e0d Date: Wed, 12 Dec 2018 17:01:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "metadata": {}}], "file": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file", "owner": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "size": 4373348352, "self": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T17:01:20Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:59:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:01:24,815 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-82c31279-71ea-4981-aab1-0b3be4352e0d 2018-12-12 17:01:24,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176104068756s 2018-12-12 17:01:24,815 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-82c31279-71ea-4981-aab1-0b3be4352e0d 2018-12-12 17:01:24,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 17:01:24,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:24,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5365578-b10f-4a27-a3cd-0815f3408c9e x-compute-request-id: req-c5365578-b10f-4a27-a3cd-0815f3408c9e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "1d0a5256-310c-449d-9393-04552f71b7a8", "name": "vyos_vrouter-flavor_b5b75227-0632-4fbb-8e3e-ae2718438846", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 17:01:24,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-c5365578-b10f-4a27-a3cd-0815f3408c9e 2018-12-12 17:01:24,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0330917835236s 2018-12-12 17:01:24,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-c5365578-b10f-4a27-a3cd-0815f3408c9e 2018-12-12 17:01:24,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-12 17:01:24,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"server": {"name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "imageRef": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "flavorRef": "1d0a5256-310c-449d-9393-04552f71b7a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "66689e83-2cb6-481c-b79d-140e7b1f6d57"}], "security_groups": [{"name": "53e860ab-06b5-4513-9c82-91b5552b987d"}]}}' 2018-12-12 17:01:26,941 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 17:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49a0fa97-8d55-4cf3-a946-38ab0d854942 x-compute-request-id: req-49a0fa97-8d55-4cf3-a946-38ab0d854942 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "53e860ab-06b5-4513-9c82-91b5552b987d"}], "OS-DCF:diskConfig": "MANUAL", "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "adminPass": "M2tSAi25nqWX"}} 2018-12-12 17:01:26,941 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-49a0fa97-8d55-4cf3-a946-38ab0d854942 2018-12-12 17:01:26,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.08864712715s 2018-12-12 17:01:26,941 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-49a0fa97-8d55-4cf3-a946-38ab0d854942 2018-12-12 17:01:26,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:26,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:27,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01: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-b555ea5b-4233-49a7-8be1-e8c18426b375 x-compute-request-id: req-b555ea5b-4233-49a7-8be1-e8c18426b375 Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:27,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b555ea5b-4233-49a7-8be1-e8c18426b375 2018-12-12 17:01:27,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.28188586235s 2018-12-12 17:01:27,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b555ea5b-4233-49a7-8be1-e8c18426b375 2018-12-12 17:01:27,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 17:01:27,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:27,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-b5a831a0-8b9c-4eba-890c-72286a22e2fd Date: Wed, 12 Dec 2018 17:01: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":["e2203f45-30fe-491a-9d43-15102bd5bae0"],"updated_at":"2018-12-12T16:59:27Z","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2883b1bcf4b64402ac3c72e8fe1932de","id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","name":"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 17:01:27,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b5a831a0-8b9c-4eba-890c-72286a22e2fd 2018-12-12 17:01:27,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11255812645s 2018-12-12 17:01:27,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b5a831a0-8b9c-4eba-890c-72286a22e2fd 2018-12-12 17:01:27,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 17:01:27,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:27,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-da81a415-951b-4734-955c-d2e8124b33ef Date: Wed, 12 Dec 2018 17:01:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T16:59:27Z","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":"2883b1bcf4b64402ac3c72e8fe1932de","id":"e2203f45-30fe-491a-9d43-15102bd5bae0","subnetpool_id":null,"name":"vyos_vrouter-subnet_b5b75227-0632-4fbb-8e3e-ae2718438846"}]} 2018-12-12 17:01:27,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-da81a415-951b-4734-955c-d2e8124b33ef 2018-12-12 17:01:27,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.202287912369s 2018-12-12 17:01:27,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-da81a415-951b-4734-955c-d2e8124b33ef 2018-12-12 17:01:27,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:29,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:29,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:29,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d40e3fb2-195b-4529-806f-c2a30a2241a0 x-compute-request-id: req-d40e3fb2-195b-4529-806f-c2a30a2241a0 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:29,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d40e3fb2-195b-4529-806f-c2a30a2241a0 2018-12-12 17:01:29,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.266336917877s 2018-12-12 17:01:29,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d40e3fb2-195b-4529-806f-c2a30a2241a0 2018-12-12 17:01:29,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:31,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:31,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:32,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-416cb7dd-f956-4800-bd66-735da4eb0615 x-compute-request-id: req-416cb7dd-f956-4800-bd66-735da4eb0615 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:32,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-416cb7dd-f956-4800-bd66-735da4eb0615 2018-12-12 17:01:32,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500104188919s 2018-12-12 17:01:32,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-416cb7dd-f956-4800-bd66-735da4eb0615 2018-12-12 17:01:32,329 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:34,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:34,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:35,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01: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-b618fbd1-c807-48ac-adf8-4d26d7d299d8 x-compute-request-id: req-b618fbd1-c807-48ac-adf8-4d26d7d299d8 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:35,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b618fbd1-c807-48ac-adf8-4d26d7d299d8 2018-12-12 17:01:35,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691311120987s 2018-12-12 17:01:35,024 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b618fbd1-c807-48ac-adf8-4d26d7d299d8 2018-12-12 17:01:35,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:37,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:37,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:37,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-173e12d0-e77f-4ece-b610-241742f4bfe2 x-compute-request-id: req-173e12d0-e77f-4ece-b610-241742f4bfe2 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:37,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-173e12d0-e77f-4ece-b610-241742f4bfe2 2018-12-12 17:01:37,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674437999725s 2018-12-12 17:01:37,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-173e12d0-e77f-4ece-b610-241742f4bfe2 2018-12-12 17:01:37,710 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:39,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:39,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:40,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-28de4a37-0bea-48de-86d1-90cd93704e6d x-compute-request-id: req-28de4a37-0bea-48de-86d1-90cd93704e6d 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:40,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-28de4a37-0bea-48de-86d1-90cd93704e6d 2018-12-12 17:01:40,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611590147018s 2018-12-12 17:01:40,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-28de4a37-0bea-48de-86d1-90cd93704e6d 2018-12-12 17:01:40,328 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:42,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:42,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:42,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-a5488e18-a8c1-4316-a2cc-7886cb0a0d9b x-compute-request-id: req-a5488e18-a8c1-4316-a2cc-7886cb0a0d9b 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:42,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a5488e18-a8c1-4316-a2cc-7886cb0a0d9b 2018-12-12 17:01:42,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.228214025497s 2018-12-12 17:01:42,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a5488e18-a8c1-4316-a2cc-7886cb0a0d9b 2018-12-12 17:01:42,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:44,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:44,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:45,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-879a316b-7ef5-4585-8500-e3ad9429a69e x-compute-request-id: req-879a316b-7ef5-4585-8500-e3ad9429a69e 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:45,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-879a316b-7ef5-4585-8500-e3ad9429a69e 2018-12-12 17:01:45,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.679226875305s 2018-12-12 17:01:45,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-879a316b-7ef5-4585-8500-e3ad9429a69e 2018-12-12 17:01:45,249 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:47,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:47,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:47,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d471262e-841f-4e35-89c6-5c6e15911b79 x-compute-request-id: req-d471262e-841f-4e35-89c6-5c6e15911b79 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:47,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d471262e-841f-4e35-89c6-5c6e15911b79 2018-12-12 17:01:47,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643429040909s 2018-12-12 17:01:47,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d471262e-841f-4e35-89c6-5c6e15911b79 2018-12-12 17:01:47,899 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:49,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:49,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:50,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-ebf01e1c-c2e1-40dd-8379-b2bbaa28f587 x-compute-request-id: req-ebf01e1c-c2e1-40dd-8379-b2bbaa28f587 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:50,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ebf01e1c-c2e1-40dd-8379-b2bbaa28f587 2018-12-12 17:01:50,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568755865097s 2018-12-12 17:01:50,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ebf01e1c-c2e1-40dd-8379-b2bbaa28f587 2018-12-12 17:01:50,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:52,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:52,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:52,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-320ef8f5-5bc6-4e28-954f-0c0bb684b49f x-compute-request-id: req-320ef8f5-5bc6-4e28-954f-0c0bb684b49f 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:52,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-320ef8f5-5bc6-4e28-954f-0c0bb684b49f 2018-12-12 17:01:52,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368651866913s 2018-12-12 17:01:52,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-320ef8f5-5bc6-4e28-954f-0c0bb684b49f 2018-12-12 17:01:52,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:54,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:54,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:55,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01: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-8447635b-1770-4be3-ba08-22f495cbc78d x-compute-request-id: req-8447635b-1770-4be3-ba08-22f495cbc78d 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:55,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8447635b-1770-4be3-ba08-22f495cbc78d 2018-12-12 17:01:55,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.916678905487s 2018-12-12 17:01:55,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8447635b-1770-4be3-ba08-22f495cbc78d 2018-12-12 17:01:55,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:01:57,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:01:57,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:01:58,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:01: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-da1c1059-972d-4b44-bf88-5390d69e52bb x-compute-request-id: req-da1c1059-972d-4b44-bf88-5390d69e52bb 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:01:58,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-da1c1059-972d-4b44-bf88-5390d69e52bb 2018-12-12 17:01:58,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646591901779s 2018-12-12 17:01:58,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-da1c1059-972d-4b44-bf88-5390d69e52bb 2018-12-12 17:01:58,428 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:00,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:00,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:00,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-8e55e273-af24-431f-bc6a-1276ef837fbc x-compute-request-id: req-8e55e273-af24-431f-bc6a-1276ef837fbc 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:00,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8e55e273-af24-431f-bc6a-1276ef837fbc 2018-12-12 17:02:00,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526988983154s 2018-12-12 17:02:00,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8e55e273-af24-431f-bc6a-1276ef837fbc 2018-12-12 17:02:00,962 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:02,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:02,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:03,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-0a9a00ea-29b3-40b1-8fda-39fc6253b685 x-compute-request-id: req-0a9a00ea-29b3-40b1-8fda-39fc6253b685 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:03,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0a9a00ea-29b3-40b1-8fda-39fc6253b685 2018-12-12 17:02:03,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553028106689s 2018-12-12 17:02:03,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0a9a00ea-29b3-40b1-8fda-39fc6253b685 2018-12-12 17:02:03,522 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:05,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:05,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:06,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-92c9abc7-8d74-4497-8246-fbe9eee319e7 x-compute-request-id: req-92c9abc7-8d74-4497-8246-fbe9eee319e7 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:06,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-92c9abc7-8d74-4497-8246-fbe9eee319e7 2018-12-12 17:02:06,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557043075562s 2018-12-12 17:02:06,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-92c9abc7-8d74-4497-8246-fbe9eee319e7 2018-12-12 17:02:06,086 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:08,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:08,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:08,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1ccfaf1-6c09-40a7-a735-92d1a9690f1f x-compute-request-id: req-c1ccfaf1-6c09-40a7-a735-92d1a9690f1f 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:08,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c1ccfaf1-6c09-40a7-a735-92d1a9690f1f 2018-12-12 17:02:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360398054123s 2018-12-12 17:02:08,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c1ccfaf1-6c09-40a7-a735-92d1a9690f1f 2018-12-12 17:02:08,454 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:10,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:10,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:11,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-0be04bb6-2ff9-4c62-8a73-be62edb71e12 x-compute-request-id: req-0be04bb6-2ff9-4c62-8a73-be62edb71e12 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:11,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0be04bb6-2ff9-4c62-8a73-be62edb71e12 2018-12-12 17:02:11,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564783096313s 2018-12-12 17:02:11,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0be04bb6-2ff9-4c62-8a73-be62edb71e12 2018-12-12 17:02:11,026 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:13,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:13,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:13,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-d91b9620-b401-46a6-b9ef-054002af1b69 x-compute-request-id: req-d91b9620-b401-46a6-b9ef-054002af1b69 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:13,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d91b9620-b401-46a6-b9ef-054002af1b69 2018-12-12 17:02:13,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383558988571s 2018-12-12 17:02:13,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d91b9620-b401-46a6-b9ef-054002af1b69 2018-12-12 17:02:13,416 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:15,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:15,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:15,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-ef530369-4924-4e4e-b012-6a52f77e275d x-compute-request-id: req-ef530369-4924-4e4e-b012-6a52f77e275d 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:15,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ef530369-4924-4e4e-b012-6a52f77e275d 2018-12-12 17:02:15,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38433098793s 2018-12-12 17:02:15,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ef530369-4924-4e4e-b012-6a52f77e275d 2018-12-12 17:02:15,808 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:17,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:17,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:18,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-2a31254b-8ad5-4dff-916c-6721f8ea5476 x-compute-request-id: req-2a31254b-8ad5-4dff-916c-6721f8ea5476 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:18,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2a31254b-8ad5-4dff-916c-6721f8ea5476 2018-12-12 17:02:18,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52718091011s 2018-12-12 17:02:18,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2a31254b-8ad5-4dff-916c-6721f8ea5476 2018-12-12 17:02:18,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:20,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:20,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:21,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2fab81d9-3a9f-4ffe-9d5f-966458939920 x-compute-request-id: req-2fab81d9-3a9f-4ffe-9d5f-966458939920 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:21,070 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2fab81d9-3a9f-4ffe-9d5f-966458939920 2018-12-12 17:02:21,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725687980652s 2018-12-12 17:02:21,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2fab81d9-3a9f-4ffe-9d5f-966458939920 2018-12-12 17:02:21,075 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:23,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:23,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:23,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f031ac70-efff-4b0f-830a-a5985609d550 x-compute-request-id: req-f031ac70-efff-4b0f-830a-a5985609d550 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:23,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f031ac70-efff-4b0f-830a-a5985609d550 2018-12-12 17:02:23,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348140954971s 2018-12-12 17:02:23,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f031ac70-efff-4b0f-830a-a5985609d550 2018-12-12 17:02:23,429 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:25,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:25,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:26,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c653b7a5-f529-467a-bddd-2b0420c62b1b x-compute-request-id: req-c653b7a5-f529-467a-bddd-2b0420c62b1b 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:26,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c653b7a5-f529-467a-bddd-2b0420c62b1b 2018-12-12 17:02:26,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.929615020752s 2018-12-12 17:02:26,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c653b7a5-f529-467a-bddd-2b0420c62b1b 2018-12-12 17:02:26,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:28,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:29,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-489f1c7e-7b5a-419f-a7d6-d3f0a0243d05 x-compute-request-id: req-489f1c7e-7b5a-419f-a7d6-d3f0a0243d05 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:29,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-489f1c7e-7b5a-419f-a7d6-d3f0a0243d05 2018-12-12 17:02:29,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.796173095703s 2018-12-12 17:02:29,165 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-489f1c7e-7b5a-419f-a7d6-d3f0a0243d05 2018-12-12 17:02:29,169 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:31,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:31,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:31,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-582b625f-bc64-4cb6-9a07-44ac13a8d309 x-compute-request-id: req-582b625f-bc64-4cb6-9a07-44ac13a8d309 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:31,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-582b625f-bc64-4cb6-9a07-44ac13a8d309 2018-12-12 17:02:31,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398857831955s 2018-12-12 17:02:31,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-582b625f-bc64-4cb6-9a07-44ac13a8d309 2018-12-12 17:02:31,575 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:33,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:33,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:34,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1b8b732-0b11-4f1b-ba33-517bb7847d5c x-compute-request-id: req-d1b8b732-0b11-4f1b-ba33-517bb7847d5c 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:34,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d1b8b732-0b11-4f1b-ba33-517bb7847d5c 2018-12-12 17:02:34,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671894788742s 2018-12-12 17:02:34,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d1b8b732-0b11-4f1b-ba33-517bb7847d5c 2018-12-12 17:02:34,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:36,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:36,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:36,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-e777c731-dd4a-460b-b9fb-850cb590150c x-compute-request-id: req-e777c731-dd4a-460b-b9fb-850cb590150c 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:36,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e777c731-dd4a-460b-b9fb-850cb590150c 2018-12-12 17:02:36,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37331199646s 2018-12-12 17:02:36,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e777c731-dd4a-460b-b9fb-850cb590150c 2018-12-12 17:02:36,634 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:38,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:38,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:39,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-67e4d2e4-39cc-4f8b-a586-5b50c721c282 x-compute-request-id: req-67e4d2e4-39cc-4f8b-a586-5b50c721c282 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:39,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-67e4d2e4-39cc-4f8b-a586-5b50c721c282 2018-12-12 17:02:39,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.389088153839s 2018-12-12 17:02:39,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-67e4d2e4-39cc-4f8b-a586-5b50c721c282 2018-12-12 17:02:39,030 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:41,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:41,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:41,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-fdcd030f-2b6b-4e34-b176-ff3d0ba5737b x-compute-request-id: req-fdcd030f-2b6b-4e34-b176-ff3d0ba5737b 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:41,442 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fdcd030f-2b6b-4e34-b176-ff3d0ba5737b 2018-12-12 17:02:41,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409487962723s 2018-12-12 17:02:41,443 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fdcd030f-2b6b-4e34-b176-ff3d0ba5737b 2018-12-12 17:02:41,447 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:43,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:43,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:43,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-9d246e28-5969-4dbe-87ea-8c5130ed0b8f x-compute-request-id: req-9d246e28-5969-4dbe-87ea-8c5130ed0b8f 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:43,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9d246e28-5969-4dbe-87ea-8c5130ed0b8f 2018-12-12 17:02:43,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529546022415s 2018-12-12 17:02:43,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9d246e28-5969-4dbe-87ea-8c5130ed0b8f 2018-12-12 17:02:43,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:45,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:45,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:46,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-8867362d-652a-4fc3-bf59-0984fcf6b618 x-compute-request-id: req-8867362d-652a-4fc3-bf59-0984fcf6b618 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:46,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8867362d-652a-4fc3-bf59-0984fcf6b618 2018-12-12 17:02:46,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499385118484s 2018-12-12 17:02:46,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8867362d-652a-4fc3-bf59-0984fcf6b618 2018-12-12 17:02:46,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:48,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:48,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:49,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efa5df3b-2ac9-4db5-98ce-a077b91cc2d7 x-compute-request-id: req-efa5df3b-2ac9-4db5-98ce-a077b91cc2d7 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:49,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-efa5df3b-2ac9-4db5-98ce-a077b91cc2d7 2018-12-12 17:02:49,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741986989975s 2018-12-12 17:02:49,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-efa5df3b-2ac9-4db5-98ce-a077b91cc2d7 2018-12-12 17:02:49,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:51,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:51,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:51,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-cfd41fa6-5972-4ae0-ab16-b7e6ee1a301a x-compute-request-id: req-cfd41fa6-5972-4ae0-ab16-b7e6ee1a301a 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:51,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cfd41fa6-5972-4ae0-ab16-b7e6ee1a301a 2018-12-12 17:02:51,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512366056442s 2018-12-12 17:02:51,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cfd41fa6-5972-4ae0-ab16-b7e6ee1a301a 2018-12-12 17:02:51,758 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:53,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:53,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:54,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ae66738-7fea-46bc-8b73-73004831b469 x-compute-request-id: req-8ae66738-7fea-46bc-8b73-73004831b469 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:54,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8ae66738-7fea-46bc-8b73-73004831b469 2018-12-12 17:02:54,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524621963501s 2018-12-12 17:02:54,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8ae66738-7fea-46bc-8b73-73004831b469 2018-12-12 17:02:54,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:56,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:56,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:56,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02: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-775a95da-36fb-477d-ae85-f9bae6425ad6 x-compute-request-id: req-775a95da-36fb-477d-ae85-f9bae6425ad6 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:56,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-775a95da-36fb-477d-ae85-f9bae6425ad6 2018-12-12 17:02:56,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374938011169s 2018-12-12 17:02:56,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-775a95da-36fb-477d-ae85-f9bae6425ad6 2018-12-12 17:02:56,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:02:58,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:02:58,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:02:58,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:02:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cc599a3-b69d-469e-9c34-b5c735d7ccb7 x-compute-request-id: req-0cc599a3-b69d-469e-9c34-b5c735d7ccb7 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:02:58,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0cc599a3-b69d-469e-9c34-b5c735d7ccb7 2018-12-12 17:02:58,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.231643915176s 2018-12-12 17:02:58,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0cc599a3-b69d-469e-9c34-b5c735d7ccb7 2018-12-12 17:02:58,911 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:00,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:00,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:01,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-38b7ec12-e933-4ea3-81c5-cad4c7e56903 x-compute-request-id: req-38b7ec12-e933-4ea3-81c5-cad4c7e56903 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:01,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-38b7ec12-e933-4ea3-81c5-cad4c7e56903 2018-12-12 17:03:01,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209927082062s 2018-12-12 17:03:01,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-38b7ec12-e933-4ea3-81c5-cad4c7e56903 2018-12-12 17:03:01,128 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:03,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:03,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:03,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-ccdc99db-f29c-400b-a135-d263251a0332 x-compute-request-id: req-ccdc99db-f29c-400b-a135-d263251a0332 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:03,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ccdc99db-f29c-400b-a135-d263251a0332 2018-12-12 17:03:03,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360603094101s 2018-12-12 17:03:03,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ccdc99db-f29c-400b-a135-d263251a0332 2018-12-12 17:03:03,495 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:05,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:05,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:06,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-98e8d368-6165-4f71-9551-3af0364d3de9 x-compute-request-id: req-98e8d368-6165-4f71-9551-3af0364d3de9 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:06,166 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-98e8d368-6165-4f71-9551-3af0364d3de9 2018-12-12 17:03:06,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668481111526s 2018-12-12 17:03:06,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-98e8d368-6165-4f71-9551-3af0364d3de9 2018-12-12 17:03:06,171 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:08,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:08,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:08,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-1209f4f6-f988-42f9-9cbf-f55a6e8898aa x-compute-request-id: req-1209f4f6-f988-42f9-9cbf-f55a6e8898aa 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:08,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1209f4f6-f988-42f9-9cbf-f55a6e8898aa 2018-12-12 17:03:08,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643991947174s 2018-12-12 17:03:08,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1209f4f6-f988-42f9-9cbf-f55a6e8898aa 2018-12-12 17:03:08,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:10,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:10,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:11,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-bc39a62c-b7e9-4ecc-929d-5097234d1eef x-compute-request-id: req-bc39a62c-b7e9-4ecc-929d-5097234d1eef 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:11,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bc39a62c-b7e9-4ecc-929d-5097234d1eef 2018-12-12 17:03:11,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.215440034866s 2018-12-12 17:03:11,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bc39a62c-b7e9-4ecc-929d-5097234d1eef 2018-12-12 17:03:11,043 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:13,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:13,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:13,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-9f19b436-238c-4731-b091-7c216eaad080 x-compute-request-id: req-9f19b436-238c-4731-b091-7c216eaad080 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:13,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9f19b436-238c-4731-b091-7c216eaad080 2018-12-12 17:03:13,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519500017166s 2018-12-12 17:03:13,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9f19b436-238c-4731-b091-7c216eaad080 2018-12-12 17:03:13,570 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:15,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:15,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:15,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-355ef9aa-26da-4a83-bcda-e093cf163402 x-compute-request-id: req-355ef9aa-26da-4a83-bcda-e093cf163402 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:15,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-355ef9aa-26da-4a83-bcda-e093cf163402 2018-12-12 17:03:15,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366816043854s 2018-12-12 17:03:15,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-355ef9aa-26da-4a83-bcda-e093cf163402 2018-12-12 17:03:15,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:17,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:17,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:18,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba014d59-eacd-4426-9078-46e87bf09a4e x-compute-request-id: req-ba014d59-eacd-4426-9078-46e87bf09a4e 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:18,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ba014d59-eacd-4426-9078-46e87bf09a4e 2018-12-12 17:03:18,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519874811172s 2018-12-12 17:03:18,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ba014d59-eacd-4426-9078-46e87bf09a4e 2018-12-12 17:03:18,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:20,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:20,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:21,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-f34476bb-fdc2-461c-9220-38245865f8de x-compute-request-id: req-f34476bb-fdc2-461c-9220-38245865f8de 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:21,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f34476bb-fdc2-461c-9220-38245865f8de 2018-12-12 17:03:21,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529608011246s 2018-12-12 17:03:21,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f34476bb-fdc2-461c-9220-38245865f8de 2018-12-12 17:03:21,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:23,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:23,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:23,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-8acafea8-e7fb-4e2e-9e54-62918ae6b613 x-compute-request-id: req-8acafea8-e7fb-4e2e-9e54-62918ae6b613 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:23,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8acafea8-e7fb-4e2e-9e54-62918ae6b613 2018-12-12 17:03:23,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345143079758s 2018-12-12 17:03:23,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8acafea8-e7fb-4e2e-9e54-62918ae6b613 2018-12-12 17:03:23,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:25,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:25,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:25,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-41f4aa5a-0ae0-48fc-afe7-1ab4d6bb8590 x-compute-request-id: req-41f4aa5a-0ae0-48fc-afe7-1ab4d6bb8590 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:25,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-41f4aa5a-0ae0-48fc-afe7-1ab4d6bb8590 2018-12-12 17:03:25,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499503135681s 2018-12-12 17:03:25,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-41f4aa5a-0ae0-48fc-afe7-1ab4d6bb8590 2018-12-12 17:03:25,865 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:27,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:27,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:28,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-f32c660d-cdff-4b77-bcfe-81a7fabb15a8 x-compute-request-id: req-f32c660d-cdff-4b77-bcfe-81a7fabb15a8 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:28,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f32c660d-cdff-4b77-bcfe-81a7fabb15a8 2018-12-12 17:03:28,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.610999822617s 2018-12-12 17:03:28,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f32c660d-cdff-4b77-bcfe-81a7fabb15a8 2018-12-12 17:03:28,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:30,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:30,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:30,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-30f52500-185e-41da-aad8-ea9a1a6778e5 x-compute-request-id: req-30f52500-185e-41da-aad8-ea9a1a6778e5 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:30,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-30f52500-185e-41da-aad8-ea9a1a6778e5 2018-12-12 17:03:30,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387531995773s 2018-12-12 17:03:30,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-30f52500-185e-41da-aad8-ea9a1a6778e5 2018-12-12 17:03:30,878 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:32,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:32,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:33,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5254389-5f7a-44c2-afa4-32c8db75a8c0 x-compute-request-id: req-e5254389-5f7a-44c2-afa4-32c8db75a8c0 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:33,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e5254389-5f7a-44c2-afa4-32c8db75a8c0 2018-12-12 17:03:33,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397703886032s 2018-12-12 17:03:33,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e5254389-5f7a-44c2-afa4-32c8db75a8c0 2018-12-12 17:03:33,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:35,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:35,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:35,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dfe830b-0f86-48cd-8477-20ba73f73264 x-compute-request-id: req-5dfe830b-0f86-48cd-8477-20ba73f73264 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:35,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5dfe830b-0f86-48cd-8477-20ba73f73264 2018-12-12 17:03:35,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.485357046127s 2018-12-12 17:03:35,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5dfe830b-0f86-48cd-8477-20ba73f73264 2018-12-12 17:03:35,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:37,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:37,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:38,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7be14995-b226-4272-8f32-0c60b390affe x-compute-request-id: req-7be14995-b226-4272-8f32-0c60b390affe 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:38,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7be14995-b226-4272-8f32-0c60b390affe 2018-12-12 17:03:38,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681622028351s 2018-12-12 17:03:38,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7be14995-b226-4272-8f32-0c60b390affe 2018-12-12 17:03:38,464 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:40,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:40,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:41,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e964227-7f2b-4b3b-977b-79810caa0d2f x-compute-request-id: req-3e964227-7f2b-4b3b-977b-79810caa0d2f 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:41,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3e964227-7f2b-4b3b-977b-79810caa0d2f 2018-12-12 17:03:41,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541790008545s 2018-12-12 17:03:41,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3e964227-7f2b-4b3b-977b-79810caa0d2f 2018-12-12 17:03:41,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:43,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:43,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:43,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-13b482d5-4afd-48b4-a926-a0273df277fb x-compute-request-id: req-13b482d5-4afd-48b4-a926-a0273df277fb 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:43,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-13b482d5-4afd-48b4-a926-a0273df277fb 2018-12-12 17:03:43,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379774093628s 2018-12-12 17:03:43,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-13b482d5-4afd-48b4-a926-a0273df277fb 2018-12-12 17:03:43,399 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:45,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:45,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:45,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-901ca6c5-f16d-440b-aa5e-1577d1d55e79 x-compute-request-id: req-901ca6c5-f16d-440b-aa5e-1577d1d55e79 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:45,772 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-901ca6c5-f16d-440b-aa5e-1577d1d55e79 2018-12-12 17:03:45,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369871139526s 2018-12-12 17:03:45,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-901ca6c5-f16d-440b-aa5e-1577d1d55e79 2018-12-12 17:03:45,776 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:47,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:47,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:48,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-7f49bf01-62b9-4f18-bd86-38e30263a190 x-compute-request-id: req-7f49bf01-62b9-4f18-bd86-38e30263a190 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:48,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7f49bf01-62b9-4f18-bd86-38e30263a190 2018-12-12 17:03:48,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529937982559s 2018-12-12 17:03:48,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7f49bf01-62b9-4f18-bd86-38e30263a190 2018-12-12 17:03:48,313 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:50,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:50,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:50,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-a0b82238-658e-4cc2-831c-a1d00c96ebec x-compute-request-id: req-a0b82238-658e-4cc2-831c-a1d00c96ebec 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:50,717 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a0b82238-658e-4cc2-831c-a1d00c96ebec 2018-12-12 17:03:50,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401418924332s 2018-12-12 17:03:50,718 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a0b82238-658e-4cc2-831c-a1d00c96ebec 2018-12-12 17:03:50,722 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:52,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:53,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-8c0af4f6-c1f9-4aff-b24e-52d515f14d9b x-compute-request-id: req-8c0af4f6-c1f9-4aff-b24e-52d515f14d9b 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:53,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8c0af4f6-c1f9-4aff-b24e-52d515f14d9b 2018-12-12 17:03:53,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519383192062s 2018-12-12 17:03:53,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8c0af4f6-c1f9-4aff-b24e-52d515f14d9b 2018-12-12 17:03:53,248 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:55,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:55,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:55,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:03: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-b46bd5ee-559b-40b8-8bd1-f614c872418c x-compute-request-id: req-b46bd5ee-559b-40b8-8bd1-f614c872418c 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:55,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b46bd5ee-559b-40b8-8bd1-f614c872418c 2018-12-12 17:03:55,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577346086502s 2018-12-12 17:03:55,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b46bd5ee-559b-40b8-8bd1-f614c872418c 2018-12-12 17:03:55,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:03:57,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:03:57,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:03:58,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-a1d5a17c-e959-4760-b245-4df80ae61fca x-compute-request-id: req-a1d5a17c-e959-4760-b245-4df80ae61fca 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:03:58,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a1d5a17c-e959-4760-b245-4df80ae61fca 2018-12-12 17:03:58,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542454957962s 2018-12-12 17:03:58,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a1d5a17c-e959-4760-b245-4df80ae61fca 2018-12-12 17:03:58,382 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:04:00,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:04:00,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:00,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-dc05e28b-e741-41c5-9479-97f09b049439 x-compute-request-id: req-dc05e28b-e741-41c5-9479-97f09b049439 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:04:00,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dc05e28b-e741-41c5-9479-97f09b049439 2018-12-12 17:04:00,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35698890686s 2018-12-12 17:04:00,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dc05e28b-e741-41c5-9479-97f09b049439 2018-12-12 17:04:00,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:04:02,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:04:02,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:03,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-2e53e660-980f-4330-a7ea-a7aab5ae2b2b x-compute-request-id: req-2e53e660-980f-4330-a7ea-a7aab5ae2b2b 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:04:03,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2e53e660-980f-4330-a7ea-a7aab5ae2b2b 2018-12-12 17:04:03,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514837026596s 2018-12-12 17:04:03,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2e53e660-980f-4330-a7ea-a7aab5ae2b2b 2018-12-12 17:04:03,268 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:04:05,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:04:05,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:06,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-558f13f1-11e8-4608-8d4a-db1a7e9c5292 x-compute-request-id: req-558f13f1-11e8-4608-8d4a-db1a7e9c5292 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.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-12T17:01:29Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:04:06,045 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-558f13f1-11e8-4608-8d4a-db1a7e9c5292 2018-12-12 17:04:06,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774580955505s 2018-12-12 17:04:06,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-558f13f1-11e8-4608-8d4a-db1a7e9c5292 2018-12-12 17:04:06,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:04:08,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:04:08,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:08,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:04: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-ef20a8dd-1389-4738-9ae6-8cc3c726e830 x-compute-request-id: req-ef20a8dd-1389-4738-9ae6-8cc3c726e830 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:04:08,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ef20a8dd-1389-4738-9ae6-8cc3c726e830 2018-12-12 17:04:08,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346179008484s 2018-12-12 17:04:08,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ef20a8dd-1389-4738-9ae6-8cc3c726e830 2018-12-12 17:04:08,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 17:04:08,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=98357a5b-3973-497a-a12b-acce2de6e0cb" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:08,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-d859a623-4f19-450f-ae92-2d80588f4d0f Date: Wed, 12 Dec 2018 17:04:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T17:04:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2203f45-30fe-491a-9d43-15102bd5bae0","ip_address":"192.168.120.13"}],"id":"9eeba550-8916-4516-b861-3c4e89ab840f","security_groups":["53e860ab-06b5-4513-9c82-91b5552b987d"],"mac_address":"fa:16:3e:2c:cc:25","project_id":"2883b1bcf4b64402ac3c72e8fe1932de","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T17:01:29Z","binding:vnic_type":"normal","device_id":"98357a5b-3973-497a-a12b-acce2de6e0cb"}]} 2018-12-12 17:04:08,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=98357a5b-3973-497a-a12b-acce2de6e0cb used request id req-d859a623-4f19-450f-ae92-2d80588f4d0f 2018-12-12 17:04:08,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0601329803467s 2018-12-12 17:04:08,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=98357a5b-3973-497a-a12b-acce2de6e0cb used request id req-d859a623-4f19-450f-ae92-2d80588f4d0f 2018-12-12 17:04:08,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:04:08,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=9eeba550-8916-4516-b861-3c4e89ab840f" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:08,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-59ec5d99-5657-4f21-9003-932adee5e71e Date: Wed, 12 Dec 2018 17:04:08 GMT RESP BODY: {"floatingips": []} 2018-12-12 17:04:08,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=9eeba550-8916-4516-b861-3c4e89ab840f used request id req-59ec5d99-5657-4f21-9003-932adee5e71e 2018-12-12 17:04:08,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0182230472565s 2018-12-12 17:04:08,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=9eeba550-8916-4516-b861-3c4e89ab840f used request id req-59ec5d99-5657-4f21-9003-932adee5e71e 2018-12-12 17:04:08,488 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2c:cc:25', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7f3d482e-9f26-43ad-a4b1-6b595ef7ae39'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T17:04:07.000000', 'flavor': Munch({u'id': u'1d0a5256-310c-449d-9393-04552f71b7a8'}), 'az': u'nova', 'id': u'98357a5b-3973-497a-a12b-acce2de6e0cb', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7a14fe6a40644cc0b9f24cbf05da8061', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'name': 'vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-12T17:04:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-12T17:04:08Z', 'hostId': u'b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-12T17:04:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'name': u'vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846', 'adminPass': u'M2tSAi25nqWX', 'tenant_id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'region': 'regionOne', 'created': u'2018-12-12T17:01:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-12 17:04:08,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 17:04:08,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:08,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-fa2f0adb-2e3b-4e4f-a0a2-20a9143259f2 Date: Wed, 12 Dec 2018 17:04: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":["e2203f45-30fe-491a-9d43-15102bd5bae0"],"updated_at":"2018-12-12T16:59:27Z","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2883b1bcf4b64402ac3c72e8fe1932de","id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","name":"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 17:04:08,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-fa2f0adb-2e3b-4e4f-a0a2-20a9143259f2 2018-12-12 17:04:08,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256990909576s 2018-12-12 17:04:08,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-fa2f0adb-2e3b-4e4f-a0a2-20a9143259f2 2018-12-12 17:04:08,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-12 17:04:08,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=98357a5b-3973-497a-a12b-acce2de6e0cb" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:08,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-53b831ce-0554-4b94-8b11-80d7034d3a3d Date: Wed, 12 Dec 2018 17:04:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-12T17:04:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2203f45-30fe-491a-9d43-15102bd5bae0","ip_address":"192.168.120.13"}],"id":"9eeba550-8916-4516-b861-3c4e89ab840f","security_groups":["53e860ab-06b5-4513-9c82-91b5552b987d"],"mac_address":"fa:16:3e:2c:cc:25","project_id":"2883b1bcf4b64402ac3c72e8fe1932de","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T17:01:29Z","binding:vnic_type":"normal","device_id":"98357a5b-3973-497a-a12b-acce2de6e0cb"}]} 2018-12-12 17:04:08,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=98357a5b-3973-497a-a12b-acce2de6e0cb used request id req-53b831ce-0554-4b94-8b11-80d7034d3a3d 2018-12-12 17:04:08,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0568361282349s 2018-12-12 17:04:08,807 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=98357a5b-3973-497a-a12b-acce2de6e0cb used request id req-53b831ce-0554-4b94-8b11-80d7034d3a3d 2018-12-12 17:04:08,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-12-12 17:04:08,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"floatingip": {"floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.13", "port_id": "9eeba550-8916-4516-b861-3c4e89ab840f"}}' 2018-12-12 17:04:10,758 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-fd312927-7e19-4cfd-8b3e-ba154bd362af Date: Wed, 12 Dec 2018 17:04:10 GMT RESP BODY: {"floatingip": {"router_id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:04:09Z", "updated_at": "2018-12-12T17:04:09Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_id": "9eeba550-8916-4516-b861-3c4e89ab840f", "id": "a8c5e83f-0f45-4d0d-83b9-c0a60df10dec"}} 2018-12-12 17:04:10,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-fd312927-7e19-4cfd-8b3e-ba154bd362af 2018-12-12 17:04:10,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95045495033s 2018-12-12 17:04:10,758 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-fd312927-7e19-4cfd-8b3e-ba154bd362af 2018-12-12 17:04:10,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:04:10,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:10,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-3d10a2bf-039a-46dd-85b5-e920a6eb15c0 Date: Wed, 12 Dec 2018 17:04:10 GMT RESP BODY: {"floatingips": [{"router_id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:04:09Z", "updated_at": "2018-12-12T17:04:09Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_id": "9eeba550-8916-4516-b861-3c4e89ab840f", "id": "a8c5e83f-0f45-4d0d-83b9-c0a60df10dec"}]} 2018-12-12 17:04:10,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3d10a2bf-039a-46dd-85b5-e920a6eb15c0 2018-12-12 17:04:10,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.190583944321s 2018-12-12 17:04:10,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3d10a2bf-039a-46dd-85b5-e920a6eb15c0 2018-12-12 17:04:10,962 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 17:04:11,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:04:11,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:11,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-7d486c7e-e10d-45ee-b4e0-8b206df350a3 Date: Wed, 12 Dec 2018 17:04:11 GMT RESP BODY: {"floatingips": [{"router_id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:04:09Z", "updated_at": "2018-12-12T17:04:09Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_id": "9eeba550-8916-4516-b861-3c4e89ab840f", "id": "a8c5e83f-0f45-4d0d-83b9-c0a60df10dec"}]} 2018-12-12 17:04:11,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-7d486c7e-e10d-45ee-b4e0-8b206df350a3 2018-12-12 17:04:11,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0222020149231s 2018-12-12 17:04:11,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-7d486c7e-e10d-45ee-b4e0-8b206df350a3 2018-12-12 17:04:11,093 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 17:04:11,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:04:11,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:11,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-d094ee48-fbe5-4bb7-8fcd-bb01b2d4ec43 Date: Wed, 12 Dec 2018 17:04:11 GMT RESP BODY: {"floatingips": [{"router_id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:04:09Z", "updated_at": "2018-12-12T17:04:09Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_id": "9eeba550-8916-4516-b861-3c4e89ab840f", "id": "a8c5e83f-0f45-4d0d-83b9-c0a60df10dec"}]} 2018-12-12 17:04:11,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-d094ee48-fbe5-4bb7-8fcd-bb01b2d4ec43 2018-12-12 17:04:11,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0253570079803s 2018-12-12 17:04:11,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-d094ee48-fbe5-4bb7-8fcd-bb01b2d4ec43 2018-12-12 17:04:11,228 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 17:04:11,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:04:11,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:11,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-bde75f26-44b4-4e74-a6a3-0b13fcddfa48 Date: Wed, 12 Dec 2018 17:04:11 GMT RESP BODY: {"floatingips": [{"router_id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:04:09Z", "updated_at": "2018-12-12T17:04:09Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_id": "9eeba550-8916-4516-b861-3c4e89ab840f", "id": "a8c5e83f-0f45-4d0d-83b9-c0a60df10dec"}]} 2018-12-12 17:04:11,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-bde75f26-44b4-4e74-a6a3-0b13fcddfa48 2018-12-12 17:04:11,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.034108877182s 2018-12-12 17:04:11,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-bde75f26-44b4-4e74-a6a3-0b13fcddfa48 2018-12-12 17:04:11,371 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-12-12 17:04:11,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:04:11,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:04:11,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-7a431193-efee-4898-a0b9-1e9fa7f4c8e2 Date: Wed, 12 Dec 2018 17:04:11 GMT RESP BODY: {"floatingips": [{"router_id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:04:09Z", "updated_at": "2018-12-12T17:04:09Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_id": "9eeba550-8916-4516-b861-3c4e89ab840f", "id": "a8c5e83f-0f45-4d0d-83b9-c0a60df10dec"}]} 2018-12-12 17:04:11,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-7a431193-efee-4898-a0b9-1e9fa7f4c8e2 2018-12-12 17:04:11,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0220909118652s 2018-12-12 17:04:11,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-7a431193-efee-4898-a0b9-1e9fa7f4c8e2 2018-12-12 17:04:11,502 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ced74c51-1362-49a2-a29c-c3f4d2eeeacb', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'created_at': u'2018-12-12T17:04:09Z', 'attached': True, 'updated_at': u'2018-12-12T17:04:09Z', 'id': u'a8c5e83f-0f45-4d0d-83b9-c0a60df10dec', 'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'name': 'vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ced74c51-1362-49a2-a29c-c3f4d2eeeacb', 'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'port_id': u'9eeba550-8916-4516-b861-3c4e89ab840f', 'port': u'9eeba550-8916-4516-b861-3c4e89ab840f', 'network': u'a8338694-3b57-490d-b186-bcbdf41bb7db'}) 2018-12-12 17:04:11,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-12 17:04:11,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb/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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 17:04:14,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-47043668-3aeb-42e2-ad79-aec40d61054b x-compute-request-id: req-47043668-3aeb-42e2-ad79-aec40d61054b Content-Encoding: gzip Content-Length: 10969 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 1936613878 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.299431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.301694] pid_max: default: 32768 minimum: 301\n[ 0.302919] Security Framework initialized\n[ 0.304047] SELinux: Initializing.\n[ 0.305724] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.308739] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.310744] Mount-cache hash table entries: 4096\n[ 0.312214] Initializing cgroup subsys memory\n[ 0.313390] Initializing cgroup subsys devices\n[ 0.314571] Initializing cgroup subsys freezer\n[ 0.315755] Initializing cgroup subsys net_cls\n[ 0.316924] Initializing cgroup subsys blkio\n[ 0.318062] Initializing cgroup subsys perf_event\n[ 0.319287] Initializing cgroup subsys hugetlb\n[ 0.320460] Initializing cgroup subsys pids\n[ 0.321589] Initializing cgroup subsys net_prio\n[ 0.322852] CPU: Physical Processor ID: 0\n[ 0.324666] mce: CPU supports 10 MCE banks\n[ 0.325824] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.327123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328444] tlb_flushall_shift: 6\n[ 0.329648] Freeing SMP alternatives: 28k freed\n[ 0.333622] ACPI: Core revision 20130517\n[ 0.335130] ACPI: All ACPI Tables successfully acquired\n[ 0.336620] ftrace: allocating 25812 entries in 101 pages\n[ 0.359197] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.360761] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.362279] smpboot: Max logical packages: 2\n[ 0.363605] Enabling x2apic\n[ 0.364531] Enabled x2apic\n[ 0.365641] Switched APIC routing to physical x2apic.\n[ 0.367888] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.369389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.372060] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.379658] KVM setup paravirtual spinlock\n[ 0.381918] smpboot: Booting Node 0, Processors #1 OK\n[ 0.383528] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.406633] Brought up 2 CPUs\n[ 0.406636] KVM setup async PF for cpu 1\n[ 0.406638] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.409806] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.411909] devtmpfs: initialized\n[ 0.414585] EVM: security.selinux\n[ 0.415589] EVM: security.ima\n[ 0.416523] EVM: security.capability\n[ 0.418127] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.419703] pinctrl core: initialized pinctrl subsystem\n[ 0.421074] NET: Registered protocol family 16\n[ 0.422419] ACPI: bus type PCI registered\n[ 0.423542] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.425041] PCI: Using configuration type 1 for base access\n[ 0.429736] ACPI: Added _OSI(Module Device)\n[ 0.430882] ACPI: Added _OSI(Processor Device)\n[ 0.432005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.433166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.435899] ACPI: Interpreter enabled\n[ 0.436929] ACPI: (supports S0 S5)\n[ 0.437895] ACPI: Using IOAPIC for interrupt routing\n[ 0.439104] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.442972] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.444365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.445996] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.447451] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.450190] acpiphp: Slot [3] registered\n[ 0.451265] acpiphp: Slot [4] registered\n[ 0.452337] acpiphp: Slot [5] registered\n[ 0.453408] acpiphp: Slot [6] registered\n[ 0.454485] acpiphp: Slot [7] registered\n[ 0.455551] acpiphp: Slot [8] registered\n[ 0.456618] acpiphp: Slot [9] registered\n[ 0.457686] acpiphp: Slot [10] registered\n[ 0.458767] acpiphp: Slot [11] registered\n[ 0.459847] acpiphp: Slot [12] registered\n[ 0.460935] acpiphp: Slot [13] registered\n[ 0.462010] acpiphp: Slot [14] registered\n[ 0.463083] acpiphp: Slot [15] registered\n[ 0.464158] acpiphp: Slot [16] registered\n[ 0.465238] acpiphp: Slot [17] registered\n[ 0.466314] acpiphp: Slot [18] registered\n[ 0.467384] acpiphp: Slot [19] registered\n[ 0.468464] acpiphp: Slot [20] registered\n[ 0.469548] acpiphp: Slot [21] registered\n[ 0.470632] acpiphp: Slot [22] registered\n[ 0.471715] acpiphp: Slot [23] registered\n[ 0.472799] acpiphp: Slot [24] registered\n[ 0.473889] acpiphp: Slot [25] registered\n[ 0.474972] acpiphp: Slot [26] registered\n[ 0.476060] acpiphp: Slot [27] registered\n[ 0.477134] acpiphp: Slot [28] registered\n[ 0.478204] acpiphp: Slot [29] registered\n[ 0.479276] acpiphp: Slot [30] registered\n[ 0.480350] acpiphp: Slot [31] registered\n[ 0.481420] PCI host bridge to bus 0000:00\n[ 0.482494] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.483776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.485251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.486715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.488689] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.496450] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.497979] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.499417] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.500939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.507707] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.509667] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.558469] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.560273] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.563175] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.564862] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.566536] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.568096] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.569680] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571747] vgaarb: loaded\n[ 0.572621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574012] SCSI subsystem initialized\n[ 0.575068] ACPI: bus type USB registered\n[ 0.576170] usbcore: registered new interface driver usbfs\n[ 0.577462] usbcore: registered new interface driver hub\n[ 0.578745] usbcore: registered new device driver usb\n[ 0.580099] PCI: Using ACPI for IRQ routing\n[ 0.581486] NetLabel: Initializing\n[ 0.582469] NetLabel: domain hash size = 128\n[ 0.583574] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.584796] NetLabel: unlabeled traffic allowed by default\n[ 0.586217] Switched to clocksource kvm-clock\n[ 0.593068] pnp: PnP ACPI init\n[ 0.594012] ACPI: bus type PNP registered\n[ 0.595426] pnp: PnP ACPI: found 5 devices\n[ 0.596512] ACPI: bus type PNP unregistered\n[ 0.603596] NET: Registered protocol family 2\n[ 0.604978] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.607107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.608827] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.610335] TCP: reno registered\n[ 0.611300] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.612706] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.614284] NET: Registered protocol family 1\n[ 0.615479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.616840] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.618182] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.638079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.658001] Unpacking initramfs...\n[ 1.056409] Freeing initrd memory: 37508k freed\n[ 1.065422] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.066982] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.076264] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.077801] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.079464] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.080890] Initialise system trusted keyring\n[ 1.082053] audit: initializing netlink socket (disabled)\n[ 1.083344] type=2000 audit(1544634249.972:1): initialized\n[ 1.099800] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.101224] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.103616] zpool: loaded\n[ 1.104487] zbud: loaded\n[ 1.105470] VFS: Disk quotas dquot_6.5.2\n[ 1.106551] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.108099] msgmni has been set to 7578\n[ 1.109207] Key type big_key registered\n[ 1.110807] NET: Registered protocol family 38\n[ 1.111968] Key type asymmetric registered\n[ 1.113066] Asymmetric key parser 'x509' registered\n[ 1.114283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.116282] io scheduler noop registered\n[ 1.117349] io scheduler deadline registered (default)\n[ 1.118598] io scheduler cfq registered\n[ 1.119711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.130923] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.132472] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.134443] ACPI: Power Button [PWRF]\n[ 1.135542] GHES: HEST is not enabled!\n[ 1.136629] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.161015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.162566] Non-volatile memory driver v1.3\n[ 1.163671] Linux agpgart interface v0.103\n[ 1.164838] crash memory driver: version 1.1\n[ 1.166002] rdac: device handler registered\n[ 1.167128] hp_sw: device handler registered\n[ 1.168243] emc: device handler registered\n[ 1.169332] alua: device handler registered\n[ 1.170452] libphy: Fixed MDIO Bus: probed\n[ 1.171563] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.173008] ehci-pci: EHCI PCI platform driver\n[ 1.174144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.175540] ohci-pci: OHCI PCI platform driver\n[ 1.176678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.196710] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.197993] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.199981] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.201254] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.202647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.204125] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.206079] usb usb1: Product: UHCI Host Controller\n[ 1.207336] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.208873] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.210099] hub 1-0:1.0: USB hub found\n[ 1.211146] hub 1-0:1.0: 2 ports detected\n[ 1.212313] usbcore: registered new interface driver usbserial\n[ 1.213683] usbcore: registered new interface driver usbserial_generic\n[ 1.215124] usbserial: USB Serial support registered for generic\n[ 1.216516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.219191] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.220625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.222151] mousedev: PS/2 mouse device common for all mice\n[ 1.223961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.226605] rtc_cmos 00:00: RTC can wake from S4\n[ 1.227374] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228639] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.232755] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.234202] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.235666] cpuidle: using governor menu\n[ 1.236762] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.238103] usbcore: registered new interface driver usbhid\n[ 1.239424] usbhid: USB HID core driver\n[ 1.240487] drop_monitor: Initializing network drop monitor service\n[ 1.241926] TCP: cubic registered\n[ 1.242890] Initializing XFRM netlink socket\n[ 1.244027] NET: Registered protocol family 10\n[ 1.245342] NET: Registered protocol family 17\n[ 1.246614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.247959] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.249322] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.251578] Loading compiled-in X.509 certificates\n[ 1.252783] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.255068] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.257745] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.260042] registered taskstats version 1\n[ 1.262538] Key type trusted registered\n[ 1.264719] Key type encrypted registered\n[ 1.266927] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.268645] rtc_cmos 00:00: setting system clock to 2018-12-12 17:04:09 UTC (1544634249)\n[ 1.271351] Freeing unused kernel memory: 1680k freed\n[ 1.275419] 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.279502] systemd[1]: Detected virtualization kvm.\n[ 1.280761] systemd[1]: Detected architecture x86-64.\n[ 1.282014] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.284383] systemd[1]: No hostname configured.\n[ 1.285585] systemd[1]: Set hostname to .\n[ 1.286868] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.310247] systemd[1]: Reached target Swap.\n[ 1.311426] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.313260] systemd[1]: Reached target Timers.\n[ 1.314450] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.316401] systemd[1]: Reached target Local File Systems.\n[ 1.317733] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.319845] systemd[1]: Created slice Root Slice.\n[ 1.321053] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.323031] systemd[1]: Listening on Journal Socket.\n[ 1.324294] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.326372] systemd[1]: Listening on udev Control Socket.\n[ 1.327702] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.329816] systemd[1]: Created slice System Slice.\n[ 1.331052] systemd[1]: Starting System Slice.\n[ 1.332554] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.334783] 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.338589] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.340667] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.342801] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.346499] systemd[1]: Reached target Paths.\n[ 1.347677] systemd[1]: Starting Paths.\n[ 1.349072] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n[ 1.351936] systemd[1]: Reached target Slices.\n[ 1.353117] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.355388] systemd[1]: Listening on udev Kernel Socket.\n[ 1.356708] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.358732] systemd[1]: Reached target Sockets.\n[ 1.359923] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.362011] 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.406914] RPC: Registered named UNIX socket transport module.\n[ 1.408305] RPC: Registered udp transport module.\n[ 1.409487] RPC: Registered tcp transport module.\n[ 1.410656] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.496625] scsi host0: ata_piix\n[ 1.498900] FDC 0 is a S82078B\n[ 1.500334] scsi host1: ata_piix\n[ 1.501378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.503222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.515225] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.527763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.567345] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.572236] 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.667545] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.669081] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.670706] usb 1-1: Product: QEMU USB Tablet\n[ 1.671818] usb 1-1: Manufacturer: QEMU\n[ 1.672855] usb 1-1: SerialNumber: 42\n[ 1.682705] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.685171] 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.767423] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.770193] XFS (vda1): Mounting V4 Filesystem\n[ 1.884153] 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 Initrd Default Target.\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 Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[ 2.077394] tsc: Refined TSC clocksource calibration: 3491.924 MHz\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[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\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.110374] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.280277] SELinux: Disabled at runtime.\n[ 2.317255] type=1404 audit(1544634250.548:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.346753] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.348163] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n Mounting NFSD configuration filesystem...\n Mounting Debug 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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.706235] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.712556] systemd-journald[385]: 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 Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started 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 udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.876858] type=1305 audit(1544634251.107:3): audit_pid=434 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[ 3.041097] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[ 3.049602] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.060743] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started irqbal[ 3.074157] ppdev: user-space parallel port driver\nance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n Starting Authorization Manager...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.125243] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.127168] [TTM] Initializing pool allocator\n[ 3.129047] [TTM] Initializing DMA pool allocator\n[ 3.131737] [drm] fb mappable at 0xFC000000\n[ 3.133178] [drm] vram aper at 0xFC000000\n[ 3.134498] [drm] size 33554432\n[ 3.135665] [drm] fb depth is 24\n[ 3.136860] [drm] pitch is 3072\n[ 3.138385] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.158530] Console: switching to colour frame buffer device 128x48\n[ 3.172249] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m[ 3.186233] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.239811] AES CTR mode by8 optimization enabled\n[ 3.246545] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.252812] alg: No test for crc32 (crc32-pclmul)\n[ 3.282829] intel_rapl: no valid rapl domains found in package 0\n[ 3.317524] intel_powerclamp: No package C-state available\n[ 3.329074] intel_powerclamp: No package C-state available[ 3.534054] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 17:04:12 +0000. Up 3.50 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-12-12 17:04:14,215 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb/action used request id req-47043668-3aeb-42e2-ad79-aec40d61054b 2018-12-12 17:04:14,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.71224689484s 2018-12-12 17:04:14,216 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb/action used request id req-47043668-3aeb-42e2-ad79-aec40d61054b 2018-12-12 17:04:14,216 - 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 1936613878 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.299431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.301694] pid_max: default: 32768 minimum: 301 [ 0.302919] Security Framework initialized [ 0.304047] SELinux: Initializing. [ 0.305724] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.308739] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.310744] Mount-cache hash table entries: 4096 [ 0.312214] Initializing cgroup subsys memory [ 0.313390] Initializing cgroup subsys devices [ 0.314571] Initializing cgroup subsys freezer [ 0.315755] Initializing cgroup subsys net_cls [ 0.316924] Initializing cgroup subsys blkio [ 0.318062] Initializing cgroup subsys perf_event [ 0.319287] Initializing cgroup subsys hugetlb [ 0.320460] Initializing cgroup subsys pids [ 0.321589] Initializing cgroup subsys net_prio [ 0.322852] CPU: Physical Processor ID: 0 [ 0.324666] mce: CPU supports 10 MCE banks [ 0.325824] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.327123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328444] tlb_flushall_shift: 6 [ 0.329648] Freeing SMP alternatives: 28k freed [ 0.333622] ACPI: Core revision 20130517 [ 0.335130] ACPI: All ACPI Tables successfully acquired [ 0.336620] ftrace: allocating 25812 entries in 101 pages [ 0.359197] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.360761] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.362279] smpboot: Max logical packages: 2 [ 0.363605] Enabling x2apic [ 0.364531] Enabled x2apic [ 0.365641] Switched APIC routing to physical x2apic. [ 0.367888] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.369389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.372060] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.379658] KVM setup paravirtual spinlock [ 0.381918] smpboot: Booting Node 0, Processors #1 OK [ 0.383528] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.406633] Brought up 2 CPUs [ 0.406636] KVM setup async PF for cpu 1 [ 0.406638] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.409806] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.411909] devtmpfs: initialized [ 0.414585] EVM: security.selinux [ 0.415589] EVM: security.ima [ 0.416523] EVM: security.capability [ 0.418127] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.419703] pinctrl core: initialized pinctrl subsystem [ 0.421074] NET: Registered protocol family 16 [ 0.422419] ACPI: bus type PCI registered [ 0.423542] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.425041] PCI: Using configuration type 1 for base access [ 0.429736] ACPI: Added _OSI(Module Device) [ 0.430882] ACPI: Added _OSI(Processor Device) [ 0.432005] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.433166] ACPI: Added _OSI(Processor Aggregator Device) [ 0.435899] ACPI: Interpreter enabled [ 0.436929] ACPI: (supports S0 S5) [ 0.437895] ACPI: Using IOAPIC for interrupt routing [ 0.439104] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.442972] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.444365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.445996] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.447451] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.450190] acpiphp: Slot [3] registered [ 0.451265] acpiphp: Slot [4] registered [ 0.452337] acpiphp: Slot [5] registered [ 0.453408] acpiphp: Slot [6] registered [ 0.454485] acpiphp: Slot [7] registered [ 0.455551] acpiphp: Slot [8] registered [ 0.456618] acpiphp: Slot [9] registered [ 0.457686] acpiphp: Slot [10] registered [ 0.458767] acpiphp: Slot [11] registered [ 0.459847] acpiphp: Slot [12] registered [ 0.460935] acpiphp: Slot [13] registered [ 0.462010] acpiphp: Slot [14] registered [ 0.463083] acpiphp: Slot [15] registered [ 0.464158] acpiphp: Slot [16] registered [ 0.465238] acpiphp: Slot [17] registered [ 0.466314] acpiphp: Slot [18] registered [ 0.467384] acpiphp: Slot [19] registered [ 0.468464] acpiphp: Slot [20] registered [ 0.469548] acpiphp: Slot [21] registered [ 0.470632] acpiphp: Slot [22] registered [ 0.471715] acpiphp: Slot [23] registered [ 0.472799] acpiphp: Slot [24] registered [ 0.473889] acpiphp: Slot [25] registered [ 0.474972] acpiphp: Slot [26] registered [ 0.476060] acpiphp: Slot [27] registered [ 0.477134] acpiphp: Slot [28] registered [ 0.478204] acpiphp: Slot [29] registered [ 0.479276] acpiphp: Slot [30] registered [ 0.480350] acpiphp: Slot [31] registered [ 0.481420] PCI host bridge to bus 0000:00 [ 0.482494] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.483776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.485251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.486715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.488689] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.496450] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.497979] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.499417] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.500939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.507707] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.509667] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.558469] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.560273] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.563175] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.564862] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.566536] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.568096] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.569680] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571747] vgaarb: loaded [ 0.572621] vgaarb: bridge control possible 0000:00:02.0 [ 0.574012] SCSI subsystem initialized [ 0.575068] ACPI: bus type USB registered [ 0.576170] usbcore: registered new interface driver usbfs [ 0.577462] usbcore: registered new interface driver hub [ 0.578745] usbcore: registered new device driver usb [ 0.580099] PCI: Using ACPI for IRQ routing [ 0.581486] NetLabel: Initializing [ 0.582469] NetLabel: domain hash size = 128 [ 0.583574] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.584796] NetLabel: unlabeled traffic allowed by default [ 0.586217] Switched to clocksource kvm-clock [ 0.593068] pnp: PnP ACPI init [ 0.594012] ACPI: bus type PNP registered [ 0.595426] pnp: PnP ACPI: found 5 devices [ 0.596512] ACPI: bus type PNP unregistered [ 0.603596] NET: Registered protocol family 2 [ 0.604978] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.607107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.608827] TCP: Hash tables configured (established 32768 bind 32768) [ 0.610335] TCP: reno registered [ 0.611300] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.612706] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.614284] NET: Registered protocol family 1 [ 0.615479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.616840] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.618182] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.638079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.658001] Unpacking initramfs... [ 1.056409] Freeing initrd memory: 37508k freed [ 1.065422] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.066982] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.076264] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.077801] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.079464] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.080890] Initialise system trusted keyring [ 1.082053] audit: initializing netlink socket (disabled) [ 1.083344] type=2000 audit(1544634249.972:1): initialized [ 1.099800] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.101224] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.103616] zpool: loaded [ 1.104487] zbud: loaded [ 1.105470] VFS: Disk quotas dquot_6.5.2 [ 1.106551] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.108099] msgmni has been set to 7578 [ 1.109207] Key type big_key registered [ 1.110807] NET: Registered protocol family 38 [ 1.111968] Key type asymmetric registered [ 1.113066] Asymmetric key parser 'x509' registered [ 1.114283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.116282] io scheduler noop registered [ 1.117349] io scheduler deadline registered (default) [ 1.118598] io scheduler cfq registered [ 1.119711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.130923] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.132472] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.134443] ACPI: Power Button [PWRF] [ 1.135542] GHES: HEST is not enabled! [ 1.136629] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.161015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.162566] Non-volatile memory driver v1.3 [ 1.163671] Linux agpgart interface v0.103 [ 1.164838] crash memory driver: version 1.1 [ 1.166002] rdac: device handler registered [ 1.167128] hp_sw: device handler registered [ 1.168243] emc: device handler registered [ 1.169332] alua: device handler registered [ 1.170452] libphy: Fixed MDIO Bus: probed [ 1.171563] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.173008] ehci-pci: EHCI PCI platform driver [ 1.174144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.175540] ohci-pci: OHCI PCI platform driver [ 1.176678] uhci_hcd: USB Universal Host Controller Interface driver [ 1.196710] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.197993] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.199981] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.201254] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.202647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.204125] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.206079] usb usb1: Product: UHCI Host Controller [ 1.207336] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.208873] usb usb1: SerialNumber: 0000:00:01.2 [ 1.210099] hub 1-0:1.0: USB hub found [ 1.211146] hub 1-0:1.0: 2 ports detected [ 1.212313] usbcore: registered new interface driver usbserial [ 1.213683] usbcore: registered new interface driver usbserial_generic [ 1.215124] usbserial: USB Serial support registered for generic [ 1.216516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.219191] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.220625] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.222151] mousedev: PS/2 mouse device common for all mice [ 1.223961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.226605] rtc_cmos 00:00: RTC can wake from S4 [ 1.227374] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228639] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.232755] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.234202] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.235666] cpuidle: using governor menu [ 1.236762] hidraw: raw HID events driver (C) Jiri Kosina [ 1.238103] usbcore: registered new interface driver usbhid [ 1.239424] usbhid: USB HID core driver [ 1.240487] drop_monitor: Initializing network drop monitor service [ 1.241926] TCP: cubic registered [ 1.242890] Initializing XFRM netlink socket [ 1.244027] NET: Registered protocol family 10 [ 1.245342] NET: Registered protocol family 17 [ 1.246614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.247959] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.249322] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.251578] Loading compiled-in X.509 certificates [ 1.252783] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.255068] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.257745] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.260042] registered taskstats version 1 [ 1.262538] Key type trusted registered [ 1.264719] Key type encrypted registered [ 1.266927] IMA: No TPM chip found, activating TPM-bypass! [ 1.268645] rtc_cmos 00:00: setting system clock to 2018-12-12 17:04:09 UTC (1544634249) [ 1.271351] Freeing unused kernel memory: 1680k freed [ 1.275419] 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.279502] systemd[1]: Detected virtualization kvm. [ 1.280761] systemd[1]: Detected architecture x86-64. [ 1.282014] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.284383] systemd[1]: No hostname configured. [ 1.285585] systemd[1]: Set hostname to . [ 1.286868] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.310247] systemd[1]: Reached target Swap. [ 1.311426] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.313260] systemd[1]: Reached target Timers. [ 1.314450] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.316401] systemd[1]: Reached target Local File Systems. [ 1.317733] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.319845] systemd[1]: Created slice Root Slice. [ 1.321053] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.323031] systemd[1]: Listening on Journal Socket. [ 1.324294] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.326372] systemd[1]: Listening on udev Control Socket. [ 1.327702] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.329816] systemd[1]: Created slice System Slice. [ 1.331052] systemd[1]: Starting System Slice. [ 1.332554] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.334783] 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.338589] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.340667] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.342801] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.346499] systemd[1]: Reached target Paths. [ 1.347677] systemd[1]: Starting Paths. [ 1.349072] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.351936] systemd[1]: Reached target Slices. [ 1.353117] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.355388] systemd[1]: Listening on udev Kernel Socket. [ 1.356708] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.358732] systemd[1]: Reached target Sockets. [ 1.359923] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.362011] 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.406914] RPC: Registered named UNIX socket transport module. [ 1.408305] RPC: Registered udp transport module. [ 1.409487] RPC: Registered tcp transport module. [ 1.410656] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.496625] scsi host0: ata_piix [ 1.498900] FDC 0 is a S82078B [ 1.500334] scsi host1: ata_piix [ 1.501378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.503222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.515225] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.527763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.567345] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.572236] 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.667545] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.669081] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.670706] usb 1-1: Product: QEMU USB Tablet [ 1.671818] usb 1-1: Manufacturer: QEMU [ 1.672855] usb 1-1: SerialNumber: 42 [ 1.682705] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.685171] 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.767423] SGI XFS with ACLs, security attributes, no debug enabled [ 1.770193] XFS (vda1): Mounting V4 Filesystem [ 1.884153] 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 Initrd Default Target. [[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 Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [ 2.077394] tsc: Refined TSC clocksource calibration: 3491.924 MHz [[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... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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.110374] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.280277] SELinux: Disabled at runtime. [ 2.317255] type=1404 audit(1544634250.548:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.346753] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.348163] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 2.706235] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.712556] systemd-journald[385]: 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). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.876858] type=1305 audit(1544634251.107:3): audit_pid=434 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [ 3.041097] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Listening on RPCbind Server Activation Socket. [ 3.049602] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.060743] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started irqbal[ 3.074157] ppdev: user-space parallel port driver ance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting NTP client/server... Starting Authorization Manager... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.125243] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.127168] [TTM] Initializing pool allocator [ 3.129047] [TTM] Initializing DMA pool allocator [ 3.131737] [drm] fb mappable at 0xFC000000 [ 3.133178] [drm] vram aper at 0xFC000000 [ 3.134498] [drm] size 33554432 [ 3.135665] [drm] fb depth is 24 [ 3.136860] [drm] pitch is 3072 [ 3.138385] fbcon: cirrusdrmfb (fb0) is primary device [ 3.158530] Console: switching to colour frame buffer device 128x48 [ 3.172249] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m[ 3.186233] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 ] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.239811] AES CTR mode by8 optimization enabled [ 3.246545] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.252812] alg: No test for crc32 (crc32-pclmul) [ 3.282829] intel_rapl: no valid rapl domains found in package 0 [ 3.317524] intel_powerclamp: No package C-state available [ 3.329074] intel_powerclamp: No package C-state available[ 3.534054] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 17:04:12 +0000. Up 3.50 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-12-12 17:04:15,219 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-12-12 17:04:24,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-12 17:04:24,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb/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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-12 17:04:25,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a14cbda1-5668-4790-ad98-0d9221667a6d x-compute-request-id: req-a14cbda1-5668-4790-ad98-0d9221667a6d Content-Encoding: gzip Content-Length: 12740 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 1936613878 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.299431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.301694] pid_max: default: 32768 minimum: 301\n[ 0.302919] Security Framework initialized\n[ 0.304047] SELinux: Initializing.\n[ 0.305724] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.308739] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.310744] Mount-cache hash table entries: 4096\n[ 0.312214] Initializing cgroup subsys memory\n[ 0.313390] Initializing cgroup subsys devices\n[ 0.314571] Initializing cgroup subsys freezer\n[ 0.315755] Initializing cgroup subsys net_cls\n[ 0.316924] Initializing cgroup subsys blkio\n[ 0.318062] Initializing cgroup subsys perf_event\n[ 0.319287] Initializing cgroup subsys hugetlb\n[ 0.320460] Initializing cgroup subsys pids\n[ 0.321589] Initializing cgroup subsys net_prio\n[ 0.322852] CPU: Physical Processor ID: 0\n[ 0.324666] mce: CPU supports 10 MCE banks\n[ 0.325824] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.327123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328444] tlb_flushall_shift: 6\n[ 0.329648] Freeing SMP alternatives: 28k freed\n[ 0.333622] ACPI: Core revision 20130517\n[ 0.335130] ACPI: All ACPI Tables successfully acquired\n[ 0.336620] ftrace: allocating 25812 entries in 101 pages\n[ 0.359197] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.360761] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.362279] smpboot: Max logical packages: 2\n[ 0.363605] Enabling x2apic\n[ 0.364531] Enabled x2apic\n[ 0.365641] Switched APIC routing to physical x2apic.\n[ 0.367888] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.369389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.372060] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.379658] KVM setup paravirtual spinlock\n[ 0.381918] smpboot: Booting Node 0, Processors #1 OK\n[ 0.383528] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.406633] Brought up 2 CPUs\n[ 0.406636] KVM setup async PF for cpu 1\n[ 0.406638] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.409806] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.411909] devtmpfs: initialized\n[ 0.414585] EVM: security.selinux\n[ 0.415589] EVM: security.ima\n[ 0.416523] EVM: security.capability\n[ 0.418127] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.419703] pinctrl core: initialized pinctrl subsystem\n[ 0.421074] NET: Registered protocol family 16\n[ 0.422419] ACPI: bus type PCI registered\n[ 0.423542] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.425041] PCI: Using configuration type 1 for base access\n[ 0.429736] ACPI: Added _OSI(Module Device)\n[ 0.430882] ACPI: Added _OSI(Processor Device)\n[ 0.432005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.433166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.435899] ACPI: Interpreter enabled\n[ 0.436929] ACPI: (supports S0 S5)\n[ 0.437895] ACPI: Using IOAPIC for interrupt routing\n[ 0.439104] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.442972] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.444365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.445996] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.447451] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.450190] acpiphp: Slot [3] registered\n[ 0.451265] acpiphp: Slot [4] registered\n[ 0.452337] acpiphp: Slot [5] registered\n[ 0.453408] acpiphp: Slot [6] registered\n[ 0.454485] acpiphp: Slot [7] registered\n[ 0.455551] acpiphp: Slot [8] registered\n[ 0.456618] acpiphp: Slot [9] registered\n[ 0.457686] acpiphp: Slot [10] registered\n[ 0.458767] acpiphp: Slot [11] registered\n[ 0.459847] acpiphp: Slot [12] registered\n[ 0.460935] acpiphp: Slot [13] registered\n[ 0.462010] acpiphp: Slot [14] registered\n[ 0.463083] acpiphp: Slot [15] registered\n[ 0.464158] acpiphp: Slot [16] registered\n[ 0.465238] acpiphp: Slot [17] registered\n[ 0.466314] acpiphp: Slot [18] registered\n[ 0.467384] acpiphp: Slot [19] registered\n[ 0.468464] acpiphp: Slot [20] registered\n[ 0.469548] acpiphp: Slot [21] registered\n[ 0.470632] acpiphp: Slot [22] registered\n[ 0.471715] acpiphp: Slot [23] registered\n[ 0.472799] acpiphp: Slot [24] registered\n[ 0.473889] acpiphp: Slot [25] registered\n[ 0.474972] acpiphp: Slot [26] registered\n[ 0.476060] acpiphp: Slot [27] registered\n[ 0.477134] acpiphp: Slot [28] registered\n[ 0.478204] acpiphp: Slot [29] registered\n[ 0.479276] acpiphp: Slot [30] registered\n[ 0.480350] acpiphp: Slot [31] registered\n[ 0.481420] PCI host bridge to bus 0000:00\n[ 0.482494] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.483776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.485251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.486715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.488689] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.496450] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.497979] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.499417] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.500939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.507707] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.509667] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.558469] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.560273] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.563175] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.564862] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.566536] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.568096] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.569680] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571747] vgaarb: loaded\n[ 0.572621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574012] SCSI subsystem initialized\n[ 0.575068] ACPI: bus type USB registered\n[ 0.576170] usbcore: registered new interface driver usbfs\n[ 0.577462] usbcore: registered new interface driver hub\n[ 0.578745] usbcore: registered new device driver usb\n[ 0.580099] PCI: Using ACPI for IRQ routing\n[ 0.581486] NetLabel: Initializing\n[ 0.582469] NetLabel: domain hash size = 128\n[ 0.583574] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.584796] NetLabel: unlabeled traffic allowed by default\n[ 0.586217] Switched to clocksource kvm-clock\n[ 0.593068] pnp: PnP ACPI init\n[ 0.594012] ACPI: bus type PNP registered\n[ 0.595426] pnp: PnP ACPI: found 5 devices\n[ 0.596512] ACPI: bus type PNP unregistered\n[ 0.603596] NET: Registered protocol family 2\n[ 0.604978] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.607107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.608827] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.610335] TCP: reno registered\n[ 0.611300] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.612706] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.614284] NET: Registered protocol family 1\n[ 0.615479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.616840] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.618182] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.638079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.658001] Unpacking initramfs...\n[ 1.056409] Freeing initrd memory: 37508k freed\n[ 1.065422] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.066982] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.076264] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.077801] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.079464] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.080890] Initialise system trusted keyring\n[ 1.082053] audit: initializing netlink socket (disabled)\n[ 1.083344] type=2000 audit(1544634249.972:1): initialized\n[ 1.099800] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.101224] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.103616] zpool: loaded\n[ 1.104487] zbud: loaded\n[ 1.105470] VFS: Disk quotas dquot_6.5.2\n[ 1.106551] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.108099] msgmni has been set to 7578\n[ 1.109207] Key type big_key registered\n[ 1.110807] NET: Registered protocol family 38\n[ 1.111968] Key type asymmetric registered\n[ 1.113066] Asymmetric key parser 'x509' registered\n[ 1.114283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.116282] io scheduler noop registered\n[ 1.117349] io scheduler deadline registered (default)\n[ 1.118598] io scheduler cfq registered\n[ 1.119711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.130923] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.132472] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.134443] ACPI: Power Button [PWRF]\n[ 1.135542] GHES: HEST is not enabled!\n[ 1.136629] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.161015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.162566] Non-volatile memory driver v1.3\n[ 1.163671] Linux agpgart interface v0.103\n[ 1.164838] crash memory driver: version 1.1\n[ 1.166002] rdac: device handler registered\n[ 1.167128] hp_sw: device handler registered\n[ 1.168243] emc: device handler registered\n[ 1.169332] alua: device handler registered\n[ 1.170452] libphy: Fixed MDIO Bus: probed\n[ 1.171563] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.173008] ehci-pci: EHCI PCI platform driver\n[ 1.174144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.175540] ohci-pci: OHCI PCI platform driver\n[ 1.176678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.196710] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.197993] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.199981] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.201254] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.202647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.204125] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.206079] usb usb1: Product: UHCI Host Controller\n[ 1.207336] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.208873] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.210099] hub 1-0:1.0: USB hub found\n[ 1.211146] hub 1-0:1.0: 2 ports detected\n[ 1.212313] usbcore: registered new interface driver usbserial\n[ 1.213683] usbcore: registered new interface driver usbserial_generic\n[ 1.215124] usbserial: USB Serial support registered for generic\n[ 1.216516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.219191] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.220625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.222151] mousedev: PS/2 mouse device common for all mice\n[ 1.223961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.226605] rtc_cmos 00:00: RTC can wake from S4\n[ 1.227374] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228639] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.232755] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.234202] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.235666] cpuidle: using governor menu\n[ 1.236762] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.238103] usbcore: registered new interface driver usbhid\n[ 1.239424] usbhid: USB HID core driver\n[ 1.240487] drop_monitor: Initializing network drop monitor service\n[ 1.241926] TCP: cubic registered\n[ 1.242890] Initializing XFRM netlink socket\n[ 1.244027] NET: Registered protocol family 10\n[ 1.245342] NET: Registered protocol family 17\n[ 1.246614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.247959] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.249322] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.251578] Loading compiled-in X.509 certificates\n[ 1.252783] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.255068] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.257745] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.260042] registered taskstats version 1\n[ 1.262538] Key type trusted registered\n[ 1.264719] Key type encrypted registered\n[ 1.266927] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.268645] rtc_cmos 00:00: setting system clock to 2018-12-12 17:04:09 UTC (1544634249)\n[ 1.271351] Freeing unused kernel memory: 1680k freed\n[ 1.275419] 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.279502] systemd[1]: Detected virtualization kvm.\n[ 1.280761] systemd[1]: Detected architecture x86-64.\n[ 1.282014] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.284383] systemd[1]: No hostname configured.\n[ 1.285585] systemd[1]: Set hostname to .\n[ 1.286868] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.310247] systemd[1]: Reached target Swap.\n[ 1.311426] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.313260] systemd[1]: Reached target Timers.\n[ 1.314450] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.316401] systemd[1]: Reached target Local File Systems.\n[ 1.317733] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.319845] systemd[1]: Created slice Root Slice.\n[ 1.321053] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.323031] systemd[1]: Listening on Journal Socket.\n[ 1.324294] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.326372] systemd[1]: Listening on udev Control Socket.\n[ 1.327702] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.329816] systemd[1]: Created slice System Slice.\n[ 1.331052] systemd[1]: Starting System Slice.\n[ 1.332554] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.334783] 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.338589] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.340667] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.342801] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.346499] systemd[1]: Reached target Paths.\n[ 1.347677] systemd[1]: Starting Paths.\n[ 1.349072] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n[ 1.351936] systemd[1]: Reached target Slices.\n[ 1.353117] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.355388] systemd[1]: Listening on udev Kernel Socket.\n[ 1.356708] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.358732] systemd[1]: Reached target Sockets.\n[ 1.359923] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.362011] 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.406914] RPC: Registered named UNIX socket transport module.\n[ 1.408305] RPC: Registered udp transport module.\n[ 1.409487] RPC: Registered tcp transport module.\n[ 1.410656] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.496625] scsi host0: ata_piix\n[ 1.498900] FDC 0 is a S82078B\n[ 1.500334] scsi host1: ata_piix\n[ 1.501378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.503222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.515225] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.527763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.567345] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.572236] 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.667545] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.669081] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.670706] usb 1-1: Product: QEMU USB Tablet\n[ 1.671818] usb 1-1: Manufacturer: QEMU\n[ 1.672855] usb 1-1: SerialNumber: 42\n[ 1.682705] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.685171] 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.767423] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.770193] XFS (vda1): Mounting V4 Filesystem\n[ 1.884153] 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 Initrd Default Target.\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 Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[ 2.077394] tsc: Refined TSC clocksource calibration: 3491.924 MHz\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[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\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.110374] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.280277] SELinux: Disabled at runtime.\n[ 2.317255] type=1404 audit(1544634250.548:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.346753] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.348163] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n Mounting NFSD configuration filesystem...\n Mounting Debug 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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.706235] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.712556] systemd-journald[385]: 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 Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started 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 udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.876858] type=1305 audit(1544634251.107:3): audit_pid=434 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[ 3.041097] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[ 3.049602] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.060743] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started irqbal[ 3.074157] ppdev: user-space parallel port driver\nance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n Starting Authorization Manager...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.125243] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.127168] [TTM] Initializing pool allocator\n[ 3.129047] [TTM] Initializing DMA pool allocator\n[ 3.131737] [drm] fb mappable at 0xFC000000\n[ 3.133178] [drm] vram aper at 0xFC000000\n[ 3.134498] [drm] size 33554432\n[ 3.135665] [drm] fb depth is 24\n[ 3.136860] [drm] pitch is 3072\n[ 3.138385] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.158530] Console: switching to colour frame buffer device 128x48\n[ 3.172249] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m[ 3.186233] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.239811] AES CTR mode by8 optimization enabled\n[ 3.246545] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.252812] alg: No test for crc32 (crc32-pclmul)\n[ 3.282829] intel_rapl: no valid rapl domains found in package 0\n[ 3.317524] intel_powerclamp: No package C-state available\n[ 3.329074] intel_powerclamp: No package C-state available[ 3.534054] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 17:04:12 +0000. Up 3.50 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 System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started System Logging Service.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.652448] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Wed, 12 Dec 2018 17:04:14 +0000. Up 5.62 seconds.\n[ 5.715212] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.717427] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.719530] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.722206] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.724185] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.726255] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:2c:cc:25 |\n[ 5.728021] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.730391] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.731919] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.733576] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.738327] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.739934] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.742605] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH |\n[ 5.744122] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.745698] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 9.200310] cloud-init[2896]: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 12 Dec 2018 17:04:17 +0000. Up 9.13 seconds.\n[ 10.092825] cloud-init[3006]: Cloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Dec 2018 17:04:18 +0000. Up 10.04 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 | c6:31:6f:3b:51:ad:ea:07:c0:0a:1c:d3:d5:c9:9c:f7 | - | 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.167084] cloud-init[3006]: Cloud-init v. 0.7.5 finished at Wed, 12 Dec 2018 17:04:18 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.16 seconds\n"} 2018-12-12 17:04:25,356 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb/action used request id req-a14cbda1-5668-4790-ad98-0d9221667a6d 2018-12-12 17:04:25,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12746787071s 2018-12-12 17:04:25,358 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb/action used request id req-a14cbda1-5668-4790-ad98-0d9221667a6d 2018-12-12 17:04:25,358 - 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 1936613878 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.299431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.301694] pid_max: default: 32768 minimum: 301 [ 0.302919] Security Framework initialized [ 0.304047] SELinux: Initializing. [ 0.305724] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.308739] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.310744] Mount-cache hash table entries: 4096 [ 0.312214] Initializing cgroup subsys memory [ 0.313390] Initializing cgroup subsys devices [ 0.314571] Initializing cgroup subsys freezer [ 0.315755] Initializing cgroup subsys net_cls [ 0.316924] Initializing cgroup subsys blkio [ 0.318062] Initializing cgroup subsys perf_event [ 0.319287] Initializing cgroup subsys hugetlb [ 0.320460] Initializing cgroup subsys pids [ 0.321589] Initializing cgroup subsys net_prio [ 0.322852] CPU: Physical Processor ID: 0 [ 0.324666] mce: CPU supports 10 MCE banks [ 0.325824] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.327123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328444] tlb_flushall_shift: 6 [ 0.329648] Freeing SMP alternatives: 28k freed [ 0.333622] ACPI: Core revision 20130517 [ 0.335130] ACPI: All ACPI Tables successfully acquired [ 0.336620] ftrace: allocating 25812 entries in 101 pages [ 0.359197] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.360761] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.362279] smpboot: Max logical packages: 2 [ 0.363605] Enabling x2apic [ 0.364531] Enabled x2apic [ 0.365641] Switched APIC routing to physical x2apic. [ 0.367888] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.369389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.372060] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.379658] KVM setup paravirtual spinlock [ 0.381918] smpboot: Booting Node 0, Processors #1 OK [ 0.383528] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.406633] Brought up 2 CPUs [ 0.406636] KVM setup async PF for cpu 1 [ 0.406638] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.409806] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.411909] devtmpfs: initialized [ 0.414585] EVM: security.selinux [ 0.415589] EVM: security.ima [ 0.416523] EVM: security.capability [ 0.418127] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.419703] pinctrl core: initialized pinctrl subsystem [ 0.421074] NET: Registered protocol family 16 [ 0.422419] ACPI: bus type PCI registered [ 0.423542] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.425041] PCI: Using configuration type 1 for base access [ 0.429736] ACPI: Added _OSI(Module Device) [ 0.430882] ACPI: Added _OSI(Processor Device) [ 0.432005] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.433166] ACPI: Added _OSI(Processor Aggregator Device) [ 0.435899] ACPI: Interpreter enabled [ 0.436929] ACPI: (supports S0 S5) [ 0.437895] ACPI: Using IOAPIC for interrupt routing [ 0.439104] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.442972] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.444365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.445996] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.447451] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.450190] acpiphp: Slot [3] registered [ 0.451265] acpiphp: Slot [4] registered [ 0.452337] acpiphp: Slot [5] registered [ 0.453408] acpiphp: Slot [6] registered [ 0.454485] acpiphp: Slot [7] registered [ 0.455551] acpiphp: Slot [8] registered [ 0.456618] acpiphp: Slot [9] registered [ 0.457686] acpiphp: Slot [10] registered [ 0.458767] acpiphp: Slot [11] registered [ 0.459847] acpiphp: Slot [12] registered [ 0.460935] acpiphp: Slot [13] registered [ 0.462010] acpiphp: Slot [14] registered [ 0.463083] acpiphp: Slot [15] registered [ 0.464158] acpiphp: Slot [16] registered [ 0.465238] acpiphp: Slot [17] registered [ 0.466314] acpiphp: Slot [18] registered [ 0.467384] acpiphp: Slot [19] registered [ 0.468464] acpiphp: Slot [20] registered [ 0.469548] acpiphp: Slot [21] registered [ 0.470632] acpiphp: Slot [22] registered [ 0.471715] acpiphp: Slot [23] registered [ 0.472799] acpiphp: Slot [24] registered [ 0.473889] acpiphp: Slot [25] registered [ 0.474972] acpiphp: Slot [26] registered [ 0.476060] acpiphp: Slot [27] registered [ 0.477134] acpiphp: Slot [28] registered [ 0.478204] acpiphp: Slot [29] registered [ 0.479276] acpiphp: Slot [30] registered [ 0.480350] acpiphp: Slot [31] registered [ 0.481420] PCI host bridge to bus 0000:00 [ 0.482494] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.483776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.485251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.486715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.488689] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.496450] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.497979] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.499417] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.500939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.507707] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.509667] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.558469] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.560273] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.563175] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.564862] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.566536] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.568096] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.569680] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571747] vgaarb: loaded [ 0.572621] vgaarb: bridge control possible 0000:00:02.0 [ 0.574012] SCSI subsystem initialized [ 0.575068] ACPI: bus type USB registered [ 0.576170] usbcore: registered new interface driver usbfs [ 0.577462] usbcore: registered new interface driver hub [ 0.578745] usbcore: registered new device driver usb [ 0.580099] PCI: Using ACPI for IRQ routing [ 0.581486] NetLabel: Initializing [ 0.582469] NetLabel: domain hash size = 128 [ 0.583574] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.584796] NetLabel: unlabeled traffic allowed by default [ 0.586217] Switched to clocksource kvm-clock [ 0.593068] pnp: PnP ACPI init [ 0.594012] ACPI: bus type PNP registered [ 0.595426] pnp: PnP ACPI: found 5 devices [ 0.596512] ACPI: bus type PNP unregistered [ 0.603596] NET: Registered protocol family 2 [ 0.604978] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.607107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.608827] TCP: Hash tables configured (established 32768 bind 32768) [ 0.610335] TCP: reno registered [ 0.611300] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.612706] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.614284] NET: Registered protocol family 1 [ 0.615479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.616840] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.618182] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.638079] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.658001] Unpacking initramfs... [ 1.056409] Freeing initrd memory: 37508k freed [ 1.065422] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.066982] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.076264] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.077801] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.079464] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.080890] Initialise system trusted keyring [ 1.082053] audit: initializing netlink socket (disabled) [ 1.083344] type=2000 audit(1544634249.972:1): initialized [ 1.099800] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.101224] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.103616] zpool: loaded [ 1.104487] zbud: loaded [ 1.105470] VFS: Disk quotas dquot_6.5.2 [ 1.106551] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.108099] msgmni has been set to 7578 [ 1.109207] Key type big_key registered [ 1.110807] NET: Registered protocol family 38 [ 1.111968] Key type asymmetric registered [ 1.113066] Asymmetric key parser 'x509' registered [ 1.114283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.116282] io scheduler noop registered [ 1.117349] io scheduler deadline registered (default) [ 1.118598] io scheduler cfq registered [ 1.119711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.130923] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.132472] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.134443] ACPI: Power Button [PWRF] [ 1.135542] GHES: HEST is not enabled! [ 1.136629] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.161015] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.162566] Non-volatile memory driver v1.3 [ 1.163671] Linux agpgart interface v0.103 [ 1.164838] crash memory driver: version 1.1 [ 1.166002] rdac: device handler registered [ 1.167128] hp_sw: device handler registered [ 1.168243] emc: device handler registered [ 1.169332] alua: device handler registered [ 1.170452] libphy: Fixed MDIO Bus: probed [ 1.171563] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.173008] ehci-pci: EHCI PCI platform driver [ 1.174144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.175540] ohci-pci: OHCI PCI platform driver [ 1.176678] uhci_hcd: USB Universal Host Controller Interface driver [ 1.196710] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.197993] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.199981] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.201254] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.202647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.204125] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.206079] usb usb1: Product: UHCI Host Controller [ 1.207336] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.208873] usb usb1: SerialNumber: 0000:00:01.2 [ 1.210099] hub 1-0:1.0: USB hub found [ 1.211146] hub 1-0:1.0: 2 ports detected [ 1.212313] usbcore: registered new interface driver usbserial [ 1.213683] usbcore: registered new interface driver usbserial_generic [ 1.215124] usbserial: USB Serial support registered for generic [ 1.216516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.219191] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.220625] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.222151] mousedev: PS/2 mouse device common for all mice [ 1.223961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.226605] rtc_cmos 00:00: RTC can wake from S4 [ 1.227374] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228639] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.232755] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.234202] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.235666] cpuidle: using governor menu [ 1.236762] hidraw: raw HID events driver (C) Jiri Kosina [ 1.238103] usbcore: registered new interface driver usbhid [ 1.239424] usbhid: USB HID core driver [ 1.240487] drop_monitor: Initializing network drop monitor service [ 1.241926] TCP: cubic registered [ 1.242890] Initializing XFRM netlink socket [ 1.244027] NET: Registered protocol family 10 [ 1.245342] NET: Registered protocol family 17 [ 1.246614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.247959] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.249322] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.251578] Loading compiled-in X.509 certificates [ 1.252783] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.255068] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.257745] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.260042] registered taskstats version 1 [ 1.262538] Key type trusted registered [ 1.264719] Key type encrypted registered [ 1.266927] IMA: No TPM chip found, activating TPM-bypass! [ 1.268645] rtc_cmos 00:00: setting system clock to 2018-12-12 17:04:09 UTC (1544634249) [ 1.271351] Freeing unused kernel memory: 1680k freed [ 1.275419] 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.279502] systemd[1]: Detected virtualization kvm. [ 1.280761] systemd[1]: Detected architecture x86-64. [ 1.282014] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.284383] systemd[1]: No hostname configured. [ 1.285585] systemd[1]: Set hostname to . [ 1.286868] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.310247] systemd[1]: Reached target Swap. [ 1.311426] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.313260] systemd[1]: Reached target Timers. [ 1.314450] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.316401] systemd[1]: Reached target Local File Systems. [ 1.317733] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.319845] systemd[1]: Created slice Root Slice. [ 1.321053] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.323031] systemd[1]: Listening on Journal Socket. [ 1.324294] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.326372] systemd[1]: Listening on udev Control Socket. [ 1.327702] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.329816] systemd[1]: Created slice System Slice. [ 1.331052] systemd[1]: Starting System Slice. [ 1.332554] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.334783] 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.338589] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.340667] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.342801] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.346499] systemd[1]: Reached target Paths. [ 1.347677] systemd[1]: Starting Paths. [ 1.349072] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.351936] systemd[1]: Reached target Slices. [ 1.353117] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.355388] systemd[1]: Listening on udev Kernel Socket. [ 1.356708] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.358732] systemd[1]: Reached target Sockets. [ 1.359923] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.362011] 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.406914] RPC: Registered named UNIX socket transport module. [ 1.408305] RPC: Registered udp transport module. [ 1.409487] RPC: Registered tcp transport module. [ 1.410656] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.496625] scsi host0: ata_piix [ 1.498900] FDC 0 is a S82078B [ 1.500334] scsi host1: ata_piix [ 1.501378] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.503222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.515225] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.527763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.567345] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.572236] 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.667545] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.669081] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.670706] usb 1-1: Product: QEMU USB Tablet [ 1.671818] usb 1-1: Manufacturer: QEMU [ 1.672855] usb 1-1: SerialNumber: 42 [ 1.682705] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.685171] 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.767423] SGI XFS with ACLs, security attributes, no debug enabled [ 1.770193] XFS (vda1): Mounting V4 Filesystem [ 1.884153] 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 Initrd Default Target. [[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 Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [ 2.077394] tsc: Refined TSC clocksource calibration: 3491.924 MHz [[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... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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.110374] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.280277] SELinux: Disabled at runtime. [ 2.317255] type=1404 audit(1544634250.548:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.346753] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.348163] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 2.706235] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.712556] systemd-journald[385]: 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). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.876858] type=1305 audit(1544634251.107:3): audit_pid=434 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [ 3.041097] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Listening on RPCbind Server Activation Socket. [ 3.049602] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.060743] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started irqbal[ 3.074157] ppdev: user-space parallel port driver ance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting NTP client/server... Starting Authorization Manager... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.125243] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.127168] [TTM] Initializing pool allocator [ 3.129047] [TTM] Initializing DMA pool allocator [ 3.131737] [drm] fb mappable at 0xFC000000 [ 3.133178] [drm] vram aper at 0xFC000000 [ 3.134498] [drm] size 33554432 [ 3.135665] [drm] fb depth is 24 [ 3.136860] [drm] pitch is 3072 [ 3.138385] fbcon: cirrusdrmfb (fb0) is primary device [ 3.158530] Console: switching to colour frame buffer device 128x48 [ 3.172249] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m[ 3.186233] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 ] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.239811] AES CTR mode by8 optimization enabled [ 3.246545] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.252812] alg: No test for crc32 (crc32-pclmul) [ 3.282829] intel_rapl: no valid rapl domains found in package 0 [ 3.317524] intel_powerclamp: No package C-state available [ 3.329074] intel_powerclamp: No package C-state available[ 3.534054] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 12 Dec 2018 17:04:12 +0000. Up 3.50 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 System Logging Service... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started System Logging Service. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 5.652448] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Wed, 12 Dec 2018 17:04:14 +0000. Up 5.62 seconds. [ 5.715212] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.717427] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.719530] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.722206] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.724185] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.726255] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:2c:cc:25 | [ 5.728021] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.730391] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.731919] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.733576] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.738327] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.739934] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.742605] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH | [ 5.744122] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.745698] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.200310] cloud-init[2896]: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 12 Dec 2018 17:04:17 +0000. Up 9.13 seconds. [ 10.092825] cloud-init[3006]: Cloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Dec 2018 17:04:18 +0000. Up 10.04 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 | c6:31:6f:3b:51:ad:ea:07:c0:0a:1c:d3:d5:c9:9c:f7 | - | 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.167084] cloud-init[3006]: Cloud-init v. 0.7.5 finished at Wed, 12 Dec 2018 17:04:18 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.16 seconds 2018-12-12 17:04:25,362 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d43a710L 2018-12-12 17:04:25,362 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 17:04:25,371 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-12-12 17:04:25,371 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-12-12 17:04:25,390 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 17:04:25,390 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-12 17:04:25,390 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-12 17:04:25,390 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 17:04:25,390 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-12 17:04:25,390 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 17:04:25,396 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-12 17:04:25,396 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 17:04:25,426 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.205: 4c1f7c71f5a98b8370f02ab218eae423 2018-12-12 17:04:25,427 - paramiko.transport - DEBUG - Trying key c6316f3b51adea07c00a1cd3d5c99cf7 from /tmp/tmpx2u24L 2018-12-12 17:04:25,450 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 17:04:25,517 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-12 17:04:25,528 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-12-12 17:04:25,528 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-12-12 17:04:25,528 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-12-12 17:04:25,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-12-12 17:04:25,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:04:25,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:04:25,732 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:04:25,732 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:04:25,732 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:04:25,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:04:25,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:04:25,732 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4632, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4638, "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": 1813, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4622, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 870, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 808, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 812, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4316, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4612, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-12-12 17:04:25,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:04:25,732 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:04:24 GMT 2018-12-12 17:04:25,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:04:25,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-12-12 17:04:25,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:04:25,733 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4632, 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': 4638, 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': 1813, 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': 4622, 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': 870, 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': 808, 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': 812, 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': 4316, 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': 4612, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-12-12 17:04:25,734 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-12-12 17:04:25,925 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:04:25,925 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:04:25,925 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:04:25,925 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:04:25,925 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:04:25,925 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:04:25,925 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:04:25,925 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4632, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4638, "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": 1813, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4622, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 870, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 808, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 812, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4316, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4612, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-12-12 17:04:25,926 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:04:25,926 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:04:24 GMT 2018-12-12 17:04:25,926 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:04:25,926 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-12-12 17:04:25,926 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:04:25,926 - functest.core.cloudify - INFO - The current manager status is running 2018-12-12 17:04:25,927 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-12-12 17:04:26,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:04:26,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:04:26,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:04:26,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:04:26,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T17:04:24.446Z", "updated_at": "2018-12-12T17:04:24.446Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:04:24 GMT 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-12-12 17:04:26,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:04:26,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/secrets 2018-12-12 17:04:26,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:04:26,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:04:26,083 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:04:26,083 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-12-12T17:04:24.446Z", "updated_at": "2018-12-12T17:04:24.446Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:04:24 GMT 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-12-12 17:04:26,084 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:04:26,085 - functest.core.cloudify - DEBUG - List secrets: 2018-12-12 17:04:26,085 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.205:80/api/v3/secrets/foo 2018-12-12 17:04:26,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:04:26,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:04:26,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:04:26,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-12-12T17:04:24.446Z", "updated_at": "2018-12-12T17:04:24.446Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:04:24 GMT 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-12-12 17:04:26,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:04:26,161 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-12-12 17:04:26,161 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-12-12 17:04:26,161 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-12-12 17:04:26,162 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 17:04:26,163 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 17:04:26,163 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 17:04:26,180 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 17:04:26,248 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-12 17:04:26,248 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-12 17:04:26,249 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-12 17:04:26,289 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-12 17:04:26,289 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-12 17:04:26,332 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-12 17:05:13,199 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-12 17:05:13,199 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.fileplanet.com * extras: mirrors.cat.pdx.edu * updates: mirrors.xtom.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-36.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libgcc >= 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-36.el7.x86_64 ---> Package python-devel.x86_64 0:2.7.5-76.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-76.el7 for package: python-devel-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-36.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-260.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-36.el7 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-36.el7 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-76.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-76.el7 for package: python-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-260.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-260.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-260.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-76.el7 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-260.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-957.1.3.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-16.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-16.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-36.el7 base 16 M python-devel x86_64 2.7.5-76.el7 base 398 k Installing for dependencies: cpp x86_64 4.8.5-36.el7 base 5.9 M glibc-devel x86_64 2.17-260.el7 base 1.1 M glibc-headers x86_64 2.17-260.el7 base 683 k kernel-headers x86_64 3.10.0-957.1.3.el7 updates 8.0 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-260.el7 base 3.6 M glibc-common x86_64 2.17-260.el7 base 11 M libgcc x86_64 4.8.5-36.el7 base 102 k libgomp x86_64 4.8.5-36.el7 base 157 k openssl x86_64 1:1.0.2k-16.el7 base 493 k openssl-libs x86_64 1:1.0.2k-16.el7 base 1.2 M python x86_64 2.7.5-76.el7 base 94 k python-libs x86_64 2.7.5-76.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 55 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 5.5 MB/s | 55 MB 00:10 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-36.el7.x86_64 1/24 Updating : glibc-common-2.17-260.el7.x86_64 2/24 Updating : glibc-2.17-260.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-16.el7.x86_64 6/24 Updating : python-libs-2.7.5-76.el7.x86_64 7/24 Updating : python-2.7.5-76.el7.x86_64 8/24 Installing : cpp-4.8.5-36.el7.x86_64 9/24 Updating : libgomp-4.8.5-36.el7.x86_64 10/24 Installing : kernel-headers-3.10.0-957.1.3.el7.x86_64 11/24 Installing : glibc-headers-2.17-260.el7.x86_64 12/24 Installing : glibc-devel-2.17-260.el7.x86_64 13/24 Installing : gcc-4.8.5-36.el7.x86_64 14/24 Installing : python-devel-2.7.5-76.el7.x86_64 15/24 Updating : 1:openssl-1.0.2k-16.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : python-2.7.5-76.el7.x86_64 1/24 Verifying : libgcc-4.8.5-36.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-16.el7.x86_64 3/24 Verifying : glibc-2.17-260.el7.x86_64 4/24 Verifying : gcc-4.8.5-36.el7.x86_64 5/24 Verifying : python-devel-2.7.5-76.el7.x86_64 6/24 Verifying : 1:openssl-1.0.2k-16.el7.x86_64 7/24 Verifying : cpp-4.8.5-36.el7.x86_64 8/24 Verifying : libgomp-4.8.5-36.el7.x86_64 9/24 Verifying : glibc-common-2.17-260.el7.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : kernel-headers-3.10.0-957.1.3.el7.x86_64 12/24 Verifying : python-libs-2.7.5-76.el7.x86_64 13/24 Verifying : glibc-devel-2.17-260.el7.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : glibc-headers-2.17-260.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-36.el7 python-devel.x86_64 0:2.7.5-76.el7 Dependency Installed: cpp.x86_64 0:4.8.5-36.el7 glibc-devel.x86_64 0:2.17-260.el7 glibc-headers.x86_64 0:2.17-260.el7 kernel-headers.x86_64 0:3.10.0-957.1.3.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-260.el7 glibc-common.x86_64 0:2.17-260.el7 libgcc.x86_64 0:4.8.5-36.el7 libgomp.x86_64 0:4.8.5-36.el7 openssl.x86_64 1:1.0.2k-16.el7 openssl-libs.x86_64 1:1.0.2k-16.el7 python.x86_64 0:2.7.5-76.el7 python-libs.x86_64 0:2.7.5-76.el7 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-12-12 17:05:13,200 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-12 17:05:13,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-12-12 17:05:13,201 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-12-12 17:05:15,966 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-12-12 17:05:15,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:05:15,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:05:16,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-8969b739-9278-4a5e-94ac-6441666abc2e Date: Wed, 12 Dec 2018 17:05:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "metadata": {}}], "file": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file", "owner": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "size": 4373348352, "self": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T17:01:20Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:59:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:05:16,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8969b739-9278-4a5e-94ac-6441666abc2e 2018-12-12 17:05:16,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.222254037857s 2018-12-12 17:05:16,189 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8969b739-9278-4a5e-94ac-6441666abc2e 2018-12-12 17:05:16,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 17:05:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846"}' 2018-12-12 17:05:16,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48 X-Openstack-Request-Id: req-219d6e4e-ff7a-47c2-94a0-eb30e466fc7c Date: Wed, 12 Dec 2018 17:05:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/file", "owner": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "size": null, "self": "/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-12-12T17:05:16Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846", "checksum": null, "created_at": "2018-12-12T17:05:16Z", "protected": false} 2018-12-12 17:05:16,405 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-219d6e4e-ff7a-47c2-94a0-eb30e466fc7c 2018-12-12 17:05:16,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.213190078735s 2018-12-12 17:05:16,405 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-219d6e4e-ff7a-47c2-94a0-eb30e466fc7c returning object da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48 2018-12-12 17:05:16,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 17:05:16,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '' 2018-12-12 17:05:24,428 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f7becd3-f740-45a8-b30e-79484a36c1fd Date: Wed, 12 Dec 2018 17:05:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:05:24,428 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/file used request id req-4f7becd3-f740-45a8-b30e-79484a36c1fd 2018-12-12 17:05:24,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.02222800255s 2018-12-12 17:05:24,429 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/file used request id req-4f7becd3-f740-45a8-b30e-79484a36c1fd 2018-12-12 17:05:24,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:05:24,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:05:24,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-7bdd1fb0-3fcd-4346-9d86-c5019360341b Date: Wed, 12 Dec 2018 17:05:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/snap", "metadata": {}}], "file": "/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/file", "owner": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "size": 426967040, "self": "/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-12-12T17:05:24Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-12-12T17:05:16Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "metadata": {}}], "file": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file", "owner": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "size": 4373348352, "self": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T17:01:20Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:59:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:05:24,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-7bdd1fb0-3fcd-4346-9d86-c5019360341b 2018-12-12 17:05:24,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176299095154s 2018-12-12 17:05:24,606 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-7bdd1fb0-3fcd-4346-9d86-c5019360341b 2018-12-12 17:05:24,609 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/snap', u'metadata': Munch({})})], 'file': u'/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/file', 'owner': u'2883b1bcf4b64402ac3c72e8fe1932de', 'id': u'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'size': 426967040, u'self': u'/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2883b1bcf4b64402ac3c72e8fe1932de', 'name': 'vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T17:05:24Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-12T17:05:24Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846', 'created': u'2018-12-12T17:05:16Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-12-12T17:05:16Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_b5b75227-0632-4fbb-8e3e-ae2718438846', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-12-12 17:05:24,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 17:05:24,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_b5b75227-0632-4fbb-8e3e-ae2718438846", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-12-12 17:05:24,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:05:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-923e72f0-7b60-4485-b074-312d9a83f1f2 x-compute-request-id: req-923e72f0-7b60-4485-b074-312d9a83f1f2 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "name": "vyos_vrouter-flavor_alt_b5b75227-0632-4fbb-8e3e-ae2718438846", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 17:05:24,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-923e72f0-7b60-4485-b074-312d9a83f1f2 2018-12-12 17:05:24,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0600788593292s 2018-12-12 17:05:24,670 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-923e72f0-7b60-4485-b074-312d9a83f1f2 returning object 4a4cb549-21eb-4415-ad4e-ca8c83b271d5 2018-12-12 17:05:24,671 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_b5b75227-0632-4fbb-8e3e-ae2718438846', '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'0179093643ff4edbbd51be3381013868', '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'4a4cb549-21eb-4415-ad4e-ca8c83b271d5', 'swap': 0}) 2018-12-12 17:05:24,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 17:05:24,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5/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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" -d '{"extra_specs": {}}' 2018-12-12 17:05:24,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:05:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0244e533-1992-4be5-ab78-d1876551fb45 x-compute-request-id: req-0244e533-1992-4be5-ab78-d1876551fb45 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 17:05:24,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5/os-extra_specs used request id req-0244e533-1992-4be5-ab78-d1876551fb45 2018-12-12 17:05:24,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0262229442596s 2018-12-12 17:05:24,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5/os-extra_specs used request id req-0244e533-1992-4be5-ab78-d1876551fb45 2018-12-12 17:05:24,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-12-12 17:05:24,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:05:24,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04a5fee4-6d99-4430-8be4-561aeffc324a Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://172.30.9.29:5000/v3/services/0481606aae47414289a135e94e87d738"}, "enabled": true, "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.29:5000/v3/services/26a8c1b5b4ee482c8b8d183726e5593e"}, "enabled": true, "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.29:5000/v3/services/49b5821b982f47dc9cfdef559531f024"}, "enabled": true, "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.29:5000/v3/services/4d89495c641b4613981578c94715d9f2"}, "enabled": true, "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/5249739c7c4b483092e996667de5da89"}, "enabled": true, "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.29:5000/v3/services/894f973f4aeb47faae774c2454c55d27"}, "enabled": true, "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/9915ca40bebb43f58bbe5528089f21fe"}, "enabled": true, "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.29:5000/v3/services/9ff2d074825e4a5b9d63382f23599e68"}, "enabled": true, "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.29:5000/v3/services/aa0be7e211884e14924b78f7ad06ac74"}, "enabled": true, "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.29:5000/v3/services/aba2d393ebd2480f91599bdf31cb6e11"}, "enabled": true, "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.29:5000/v3/services/c11c5829aed5432e84ad6bf85068e64d"}, "enabled": true, "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.29:5000/v3/services/d135ce74b9f3420f80ed685542d3cf1d"}, "enabled": true, "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.29:5000/v3/services/dc452687adff4f569cfaa7d299f9dd5e"}, "enabled": true, "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.29:5000/v3/services/dc6ed48edc04499f9a182f35939690e2"}, "enabled": true, "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e541bbfee8914dd6934d4e091aa57647"}, "enabled": true, "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e874afba9ae043c39f9a787d8b90d554"}, "enabled": true, "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "links": {"self": "http://172.30.9.29:5000/v3/services", "previous": null, "next": null}} 2018-12-12 17:05:24,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/services used request id req-04a5fee4-6d99-4430-8be4-561aeffc324a 2018-12-12 17:05:24,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0786528587341s 2018-12-12 17:05:24,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-12-12 17:05:24,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:05:24,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-767f606c-261e-4a14-ab3f-1ed9b48a566d Content-Encoding: gzip Content-Length: 2087 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/06975e41e99b42fe92afd2816adaac74"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "06975e41e99b42fe92afd2816adaac74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1c8e95da67e8461b91e9326c1ca65151"}, "url": "http://172.30.9.29:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/24292e46bf614d84981400762f62fcfd"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "24292e46bf614d84981400762f62fcfd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/243ec67becf74943b3d7981bad8fb4d0"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/30940b1293414bbbab1880078605bfee"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "30940b1293414bbbab1880078605bfee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/32aed177997c45c4bd3e936bafa9eaa0"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3594b1eced7845cc937caabf9b57d581"}, "url": "http://172.30.9.29:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "3594b1eced7845cc937caabf9b57d581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c08bfc93c9a4e57a845b340351ab748"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c38401b5fde4de18c44fc53e37ff8a2"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3d6ee04f8aee4ada992182531c073508"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "3d6ee04f8aee4ada992182531c073508"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/43e107428d2d44c9adc53db452e0ba86"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/468780ded8e2463aa005cb20044ca45c"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "468780ded8e2463aa005cb20044ca45c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4ebeecbcb7814aa49e8e472424ecf8b2"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/5189a41dc7c0475e9a441a84b0ace08a"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/53b570cf4a8d49bc989b850b64308969"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "53b570cf4a8d49bc989b850b64308969"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/59e1cd18bb3d4723b60ecc0203e49df1"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/613ccf27ea0e4983a7ac82483ca0e29c"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5249739c7c4b483092e996667de5da89", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/68f8e9776aca4ef1a5334345ea7dd8e1"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/70e2ec52043a4e5dbf73a1cc6b12f53a"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/71ecedda2f8b4d03a4887671ac8802b5"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/75c1f3656dc64a67912740cd38c332aa"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9316dfa1d6244ac7b16130c96084cfa8"}, "url": "http://172.30.9.29:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "9316dfa1d6244ac7b16130c96084cfa8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/95c09a137bf24451bd9aa49c23606392"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0481606aae47414289a135e94e87d738", "id": "95c09a137bf24451bd9aa49c23606392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9828265aeacc413d9ad7e42da3c80340"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/996ff08814d34ce48e3d0d0d7673f0c0"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a2123435cef7481f9e2f7ab62ec6a3a7"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a2d02d817a224c289466d2e97b4b69b9"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "a2d02d817a224c289466d2e97b4b69b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a669ec5921a5453c85b74fef87a11c16"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a6ac08b45ee94a6eb84090bc523991cb"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a81de178054b4e14956b68e56039b582"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "a81de178054b4e14956b68e56039b582"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b80bb88328354539ad2d07b7779fb73e"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "b80bb88328354539ad2d07b7779fb73e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ba5e4e167df846c888982a8b6b4451a6"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0481606aae47414289a135e94e87d738", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ba7f25a493a64b24b1260ece9746a77c"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/bd2b1a359d3347f2a0f10c435afefb24"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5249739c7c4b483092e996667de5da89", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c0e9a91509d54ec38208512d119b3390"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "c0e9a91509d54ec38208512d119b3390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c84dc4076465470bbe696a72e8445b45"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "c84dc4076465470bbe696a72e8445b45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d014db051447438fb82da13915300268"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "d014db051447438fb82da13915300268"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d18b7be7e819462094f5240cc5057bda"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5249739c7c4b483092e996667de5da89", "id": "d18b7be7e819462094f5240cc5057bda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d51e37c192dd4e5683662c4d240aae9c"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "d51e37c192dd4e5683662c4d240aae9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e622727bd2774bacbd6bb37658c7c18f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e8c4ecc37d1f4e84be57f0cbc16e877b"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ea11c2bef59b490b992a17dc0597bee4"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0481606aae47414289a135e94e87d738", "id": "ea11c2bef59b490b992a17dc0597bee4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f2f0df3b7d4e4284b7e4417c4382534d"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f33813d709bb4283846d4969ece6c2ee"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "f33813d709bb4283846d4969ece6c2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ffa393ba312c4717a55f61373e9f78e0"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-12-12 17:05:24,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-767f606c-261e-4a14-ab3f-1ed9b48a566d 2018-12-12 17:05:24,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0792369842529s 2018-12-12 17:05:24,868 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-12-12 17:05:24,899 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-12-12 17:05:26,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:26,657 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:26,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:26,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:26,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:26,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:26,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:26,657 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-12-12 17:05:26,658 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:26.592Z", "updated_at": "2018-12-12T17:05:26.592Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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"}}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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"}}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-12-12 17:05:26,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:26,659 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:26 GMT 2018-12-12 17:05:26,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:26,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-12-12 17:05:26,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:26,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-12-12 17:05:26,673 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.29:5000", "keystone_tenant_name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_b5b75227-0632-4fbb-8e3e-ae2718438846", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "keystone_password": "071b9550-b2b1-4ddd-9281-dbee4fc13849", "reference_vnf_flavor_id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "target_vnf_flavor_id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "target_vnf_image_id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-12-12 17:05:27,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:27,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:27,625 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:27,625 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:27,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:27,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:27,626 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:27,626 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-12-12 17:05:27,626 - 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": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "target_vnf_flavor_id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "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_b5b75227-0632-4fbb-8e3e-ae2718438846", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "keystone_password": "071b9550-b2b1-4ddd-9281-dbee4fc13849", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.29: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": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "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-12-12T17:05:26.868Z", "updated_at": "2018-12-12T17:05:26.868Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-12-12 17:05:27,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:27,626 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:27 GMT 2018-12-12 17:05:27,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:27,626 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-12-12 17:05:27,627 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:27,627 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions 2018-12-12 17:05:27,701 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:27,701 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:27,702 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:27,702 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:27,702 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:27,702 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:27,702 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:27,702 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-12-12 17:05:27,702 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:27,702 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:27 GMT 2018-12-12 17:05:27,702 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:27,703 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-12-12 17:05:27,703 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:27,703 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:05:27,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:27,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:27,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:27,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:27,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:27,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:27,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:27,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-12 17:05:27,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:27,808 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:27 GMT 2018-12-12 17:05:27,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:27,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-12 17:05:27,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:27,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/97ba102f-b6f5-4664-bb70-4bc8bfb17395 2018-12-12 17:05:27,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:27,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:27,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:27,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:27,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:27,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:27,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:27,877 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"} 2018-12-12 17:05:27,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:27,877 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:27 GMT 2018-12-12 17:05:27,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:27,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-12 17:05:27,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:32,883 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:05:32,986 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:32,986 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:32,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:28.442Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:28.442Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:28.681Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:28.681Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:28.834Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:28.834Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:29.644Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:29.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:29.706Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:29.706Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:29.706Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:29.706Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:30.676Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:30.676Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:30.676Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:30.676Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:30.676Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:30.676Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:30.676Z", "message": "Installing from directory: /tmp/tmpajy3Pd [args=--prefix=\"/tmp/openstack-I927EA\" --constraint=\"/tmp/openstack-I927EA/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:30.676Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:30.676Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpajy3Pd --prefix=\"/tmp/openstack-I927EA\" --constraint=\"/tmp/openstack-I927EA/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:30.676Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:32 GMT 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:32,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-12-12 17:05:32,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:32,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-12-12 17:05:32,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-12-12 17:05:32,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-12-12 17:05:32,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-12-12 17:05:32,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-12-12 17:05:32,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-12-12 17:05:32,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-12-12 17:05:32,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-12-12 17:05:32,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-12-12 17:05:32,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpajy3Pd [args=--prefix="/tmp/openstack-I927EA" --constraint="/tmp/openstack-I927EA/constraint.txt", package_name=cloudify-openstack-plugin] 2018-12-12 17:05:32,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpajy3Pd --prefix="/tmp/openstack-I927EA" --constraint="/tmp/openstack-I927EA/constraint.txt" 2018-12-12 17:05:32,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/97ba102f-b6f5-4664-bb70-4bc8bfb17395 2018-12-12 17:05:33,060 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:33,060 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:33,060 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:33,061 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:33,061 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:33,061 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:33,061 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:33,061 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"} 2018-12-12 17:05:33,061 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:33,061 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:33 GMT 2018-12-12 17:05:33,061 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:33,061 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-12 17:05:33,062 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:38,067 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:05:38,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:38,359 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:38,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:38,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:38 GMT 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-12 17:05:38,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:38,361 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/97ba102f-b6f5-4664-bb70-4bc8bfb17395 2018-12-12 17:05:38,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:38,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:38,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:38,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:38,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:38,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:38,431 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:38,431 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"} 2018-12-12 17:05:38,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:38,432 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:38 GMT 2018-12-12 17:05:38,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:38,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-12 17:05:38,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:43,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:05:43,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:43,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:43,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:43,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:43 GMT 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-12 17:05:43,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:43,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/97ba102f-b6f5-4664-bb70-4bc8bfb17395 2018-12-12 17:05:43,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:43,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:43,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:43,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:43,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:43,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:43,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:43,820 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"} 2018-12-12 17:05:43,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:43,820 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:43 GMT 2018-12-12 17:05:43,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:43,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-12 17:05:43,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:48,826 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:05:48,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:48,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:48,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:48,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:48,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:48,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:48,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:48,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-12 17:05:48,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:48,912 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:48 GMT 2018-12-12 17:05:48,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:48,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-12 17:05:48,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:48,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/97ba102f-b6f5-4664-bb70-4bc8bfb17395 2018-12-12 17:05:48,987 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:48,987 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:48,987 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:48,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:48,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:48,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:48,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:48,987 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"} 2018-12-12 17:05:48,988 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:48,988 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:48 GMT 2018-12-12 17:05:48,988 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:48,988 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-12 17:05:48,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:53,989 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:05:54,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:54,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:54,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:54 GMT 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:54,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/97ba102f-b6f5-4664-bb70-4bc8bfb17395 2018-12-12 17:05:54,139 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:54,139 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:54,139 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:54,139 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:54,139 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:54,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:54,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:54,139 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"} 2018-12-12 17:05:54,140 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:54,140 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:54 GMT 2018-12-12 17:05:54,140 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:54,140 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-12-12 17:05:54,140 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:59,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:05:59,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:59,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:59,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:59,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:59,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:59,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:59,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:59,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:56.420Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:56.420Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:56.792Z", "message": "Removing directory: /tmp/tmpajy3Pd", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:56.792Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395", "logger": "95e9638f-1256-4fc6-a7ea-05867addd80b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:57.314Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:57.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:57.741Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:57.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:57.741Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:57.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:05:58.764Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-12-12T17:05:58.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2018-12-12 17:05:59,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:59,216 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:59 GMT 2018-12-12 17:05:59,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:59,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2991 2018-12-12 17:05:59,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:59,216 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-12-12 17:05:59,216 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpajy3Pd 2018-12-12 17:05:59,217 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-12-12 17:05:59,217 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-12-12 17:05:59,217 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-12-12 17:05:59,217 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-12-12 17:05:59,217 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/97ba102f-b6f5-4664-bb70-4bc8bfb17395 2018-12-12 17:05:59,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:59,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:59,281 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:59,281 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:59,281 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:59,281 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:59,281 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:59,282 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"} 2018-12-12 17:05:59,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:59,282 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:59 GMT 2018-12-12 17:05:59,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:59,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-12-12 17:05:59,282 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:59,283 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-12-12 17:05:59,283 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.205:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-12-12 17:05:59,455 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:59,455 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:59,455 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:59 GMT 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:59,456 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:05:59,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:59,457 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:05:59,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:59,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:59 GMT 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-12 17:05:59,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:05:59,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:05:59,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:05:59,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:05:59,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:05:59,591 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:05:59 GMT 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:05:59,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:04,597 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:04,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:04,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:04,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:04,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:04,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:04,757 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:04,757 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:04,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:00.063Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:00.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "keypair_63w56w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:01.529Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:01.529Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "external_network_7zsahb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:01.797Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:01.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "external_network_7zsahb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:01.797Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:01.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:01.797Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:01.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "external_network_7zsahb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:01.797Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:01.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "keypair_63w56w", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:01.797Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:01.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "keypair_63w56w", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:01.797Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:01.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:03.150Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:03.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:03.150Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:03.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:03.150Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:03.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:03.150Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:03.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:03.150Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:03.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:03.150Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:03.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:03.150Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:03.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:03.150Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:03.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "external_network_7zsahb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:04.012Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:04.012Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "d28f3a87-71a3-4c72-9794-7da23cd1c05e"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:04.170Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:04.170Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:04.170Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:04.170Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:04.170Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:04.170Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:04.170Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:04.170Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 21, "offset": 0, "size": 50}}} 2018-12-12 17:06:04,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:04,758 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:04 GMT 2018-12-12 17:06:04,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:04,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10374 2018-12-12 17:06:04,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:04,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-12-12 17:06:04,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:04,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-12-12 17:06:04,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:04,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-12-12 17:06:04,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-12-12 17:06:04,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:04,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:04,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-12-12 17:06:04,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-12-12 17:06:04,760 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:04 GMT 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:04,871 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:09,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:09,945 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:09,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:09,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:09,945 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:09,945 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:09,945 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:09,945 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:09,946 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.179Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.179Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "add607e3-dd30-4177-abec-d96925807dbc"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.205Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "external_network_7zsahb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.205Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.205Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "keypair_63w56w", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.205Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "external_network_7zsahb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.205Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.205Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "add607e3-dd30-4177-abec-d96925807dbc"}, {"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "add607e3-dd30-4177-abec-d96925807dbc"}, {"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "add607e3-dd30-4177-abec-d96925807dbc"}, {"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "add607e3-dd30-4177-abec-d96925807dbc"}, {"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "add607e3-dd30-4177-abec-d96925807dbc"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'created_at': u'2018-12-12T17:06:05Z', u'updated_at': u'2018-12-12T17:06:05Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'port_id': None, u'id': u'a9fb9a3a-0ceb-402c-9668-a8d38ceaba48'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "e46e9ea4-6e2a-4b2f-bc28-ee00d69367d9"}, {"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "add607e3-dd30-4177-abec-d96925807dbc"}, {"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "add607e3-dd30-4177-abec-d96925807dbc"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:05.830Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'created_at': u'2018-12-12T17:06:05Z', u'updated_at': u'2018-12-12T17:06:05Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'port_id': None, u'id': u'50bbf157-dcd5-4657-8e8a-fde2646b6a89'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:05.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "342f9ce2-425d-4e0f-a7ec-e7c5bb1c1c32"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:06.242Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:06.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "keypair_63w56w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:06.242Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:06.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "external_network_7zsahb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:06.242Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:06.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:06.242Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:06.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "keypair_63w56w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:06.242Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:06.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:06.242Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:06.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:07.256Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:07.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:07.256Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:07.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:07.256Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:07.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:07.256Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:07.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "router_qvtv9y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:08.337Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:08.337Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:08.337Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "router_qvtv9y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:08.337Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "router_qvtv9y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:08.337Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:08.337Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:08.337Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:09.353Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:09.353Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 55, "offset": 21, "size": 50}}} 2018-12-12 17:06:09,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:09,946 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:09 GMT 2018-12-12 17:06:09,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:09,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18935 2018-12-12 17:06:09,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:09,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-12-12 17:06:09,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-12-12 17:06:09,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:09,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-12-12 17:06:09,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-12-12 17:06:09,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-12-12 17:06:09,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-12-12 17:06:09,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 17:06:09,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 17:06:09,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 17:06:09,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 17:06:09,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 17:06:09,949 - 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'2883b1bcf4b64402ac3c72e8fe1932de', u'created_at': u'2018-12-12T17:06:05Z', u'updated_at': u'2018-12-12T17:06:05Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'port_id': None, u'id': u'a9fb9a3a-0ceb-402c-9668-a8d38ceaba48'} 2018-12-12 17:06:09,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 17:06:09,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-12-12 17:06:09,950 - 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'2883b1bcf4b64402ac3c72e8fe1932de', u'created_at': u'2018-12-12T17:06:05Z', u'updated_at': u'2018-12-12T17:06:05Z', u'floating_network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'2883b1bcf4b64402ac3c72e8fe1932de', u'port_id': None, u'id': u'50bbf157-dcd5-4657-8e8a-fde2646b6a89'} 2018-12-12 17:06:09,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:09,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:09,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:09,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-12 17:06:09,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:09,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-12-12 17:06:09,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:09,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:09,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-12-12 17:06:09,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:09,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:09,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:09,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:09,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-12-12 17:06:09,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-12-12 17:06:09,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:09,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:09,953 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:09,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:10,012 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:10,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:10,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:10 GMT 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:10,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:15,019 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:15,096 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:15,096 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:15,096 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:15,096 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:15,096 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:15,097 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:15,097 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:15,097 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:10.366Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:10.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:10.366Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:10.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:10.366Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:10.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:10.366Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:10.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:11.410Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:11.410Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:12.520Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:12.520Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:12.520Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:12.520Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:13.536Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:13.536Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:14.639Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:14.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:14.639Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:14.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "router_qvtv9y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:14.639Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:14.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:14.639Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:14.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:14.639Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:14.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:14.639Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:14.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:14.639Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:14.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 70, "offset": 55, "size": 50}}} 2018-12-12 17:06:15,097 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:15,097 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:15 GMT 2018-12-12 17:06:15,097 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:15,097 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7537 2018-12-12 17:06:15,097 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:15,098 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-12-12 17:06:15,098 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-12-12 17:06:15,098 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:15,098 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-12-12 17:06:15,099 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:15,099 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-12-12 17:06:15,099 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:15,099 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:15,099 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-12-12 17:06:15,099 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-12-12 17:06:15,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-12-12 17:06:15,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:15,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-12-12 17:06:15,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-12-12 17:06:15,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:15,100 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:15,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:15,238 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:15,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:15,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:15,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:15,238 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:15,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:15,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:15,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:15,239 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:15 GMT 2018-12-12 17:06:15,239 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:15,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:15,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:20,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:20,319 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:20,319 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:20,319 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:20,319 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:20,319 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:20,319 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:20,319 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:20,319 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_qvtv9y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:15.864Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:15.864Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "router_qvtv9y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:15.864Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:15.864Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:16.886Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:16.886Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:16.886Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:16.886Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:16.886Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:16.886Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:17.905Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:17.905Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:17.905Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:17.905Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:17.905Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:17.905Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:18.918Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:18.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:18.918Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:18.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:18.918Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:18.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:19.931Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:19.931Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:19.931Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:19.931Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:19.931Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:19.931Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:19.931Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:19.931Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 87, "offset": 70, "size": 50}}} 2018-12-12 17:06:20,320 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:20,320 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:20 GMT 2018-12-12 17:06:20,320 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:20,320 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7467 2018-12-12 17:06:20,320 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:20,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:20,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:20,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:20,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-12-12 17:06:20,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-12-12 17:06:20,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:20,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-12-12 17:06:20,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-12-12 17:06:20,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-12-12 17:06:20,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:20,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:20,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:20,322 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:20,323 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:20,323 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:20,323 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:20,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:20,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:20,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:20 GMT 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:20,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:25,450 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:25,537 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:25,537 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:25,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:25,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:25,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:25,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:25,538 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:25,538 - 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-12-12T17:06:20.410Z", "message": "connect_security_group(): source_id=4ab2d71e-a264-4d3f-bcca-c87335ad0ac5 target={u'external_id': u'6e48a5aa-53a8-4a67-8142-0857fa426785', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:20.410Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "b87958a1-cb07-4e56-b329-5c4987bda1e9"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:21.041Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:21.041Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:21.041Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:21.041Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:21.041Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:21.041Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:21.869Z", "message": "connect_security_group(): source_id=c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53 target={u'external_id': u'6e48a5aa-53a8-4a67-8142-0857fa426785', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:21.869Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "b70d480a-fe16-4169-af19-925fa61cfb11"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:22.065Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:22.065Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:23.085Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:23.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:24.105Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:24.105Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:25.202Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:25.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:25.202Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:25.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:25.202Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:25.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:25.202Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:25.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:25.202Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:25.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:25.202Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:25.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 101, "offset": 85, "size": 50}}} 2018-12-12 17:06:25,538 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:25,538 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:25 GMT 2018-12-12 17:06:25,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:25,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7431 2018-12-12 17:06:25,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:25,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=4ab2d71e-a264-4d3f-bcca-c87335ad0ac5 target={u'external_id': u'6e48a5aa-53a8-4a67-8142-0857fa426785', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-12-12 17:06:25,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-12-12 17:06:25,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-12-12 17:06:25,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:25,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53 target={u'external_id': u'6e48a5aa-53a8-4a67-8142-0857fa426785', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-12-12 17:06:25,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:25,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:25,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-12-12 17:06:25,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-12-12 17:06:25,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:25,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:25,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-12-12 17:06:25,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-12-12 17:06:25,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-12-12 17:06:25,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:25,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:25,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:25 GMT 2018-12-12 17:06:25,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:25,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:25,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:30,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:31,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:31,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:31,623 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:31,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:31,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:31,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:31,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:31,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_uy64cz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:27.571Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:27.571Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:28.231Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:28.231Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:29.244Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:29.244Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:29.244Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:29.244Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:30.257Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:30.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:30.257Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:30.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:30.257Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:30.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:30.257Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:30.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:31.309Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:31.309Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:31.309Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:31.309Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 111, "offset": 99, "size": 50}}} 2018-12-12 17:06:31,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:31,624 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:31 GMT 2018-12-12 17:06:31,624 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:31,624 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4959 2018-12-12 17:06:31,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:31,624 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-12-12 17:06:31,624 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-12-12 17:06:31,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:31,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:31,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:31,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:31,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:31,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:31,626 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:31,626 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:31,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:31,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:31,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:31,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:31,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:31,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:31,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:31,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:31,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:31,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:31,695 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:31 GMT 2018-12-12 17:06:31,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:31,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:31,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:36,700 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:36,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:36,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:36,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:36,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:36,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:36,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:36,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:36,790 - 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-12-12T17:06:32.360Z", "message": "connect_security_group(): source_id=eea7a1a1-6802-4d73-a787-1d730c186c54 target={u'external_id': u'6e48a5aa-53a8-4a67-8142-0857fa426785', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:32.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "bdf209a9-5ddf-40de-a038-b577fee41446"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:32.891Z", "message": "connect_security_group(): source_id=2d6652a7-83be-4b94-aff3-ba5ab6393dfc target={u'external_id': u'6e48a5aa-53a8-4a67-8142-0857fa426785', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:32.891Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "c792b247-e56d-4402-a3b0-7877c3882d31"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:33.679Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:33.679Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:34.472Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:34.472Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:34.472Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:34.472Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:34.472Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:34.472Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:35.845Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:35.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:36.494Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:36.494Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 121, "offset": 109, "size": 50}}} 2018-12-12 17:06:36,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:36,790 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:36 GMT 2018-12-12 17:06:36,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:36,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4526 2018-12-12 17:06:36,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:36,791 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=eea7a1a1-6802-4d73-a787-1d730c186c54 target={u'external_id': u'6e48a5aa-53a8-4a67-8142-0857fa426785', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-12-12 17:06:36,791 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=2d6652a7-83be-4b94-aff3-ba5ab6393dfc target={u'external_id': u'6e48a5aa-53a8-4a67-8142-0857fa426785', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-12-12 17:06:36,791 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:36,791 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-12-12 17:06:36,791 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-12-12 17:06:36,791 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-12-12 17:06:36,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-12-12 17:06:36,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-12-12 17:06:36,792 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:36,859 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:36,860 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:36 GMT 2018-12-12 17:06:36,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:36,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:36,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:41,866 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:42,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:42,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:42,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_mpvclu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.585Z", "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'2d6652a7-83be-4b94-aff3-ba5ab6393dfc', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:a0:96:6f'}, {u'external_id': u'c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:cf:fe:6a'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.585Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "7ff01745-f5f3-4aee-ae5b-2f8a7b8edd4a"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.610Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.610Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.610Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.610Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.610Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.610Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.906Z", "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'eea7a1a1-6802-4d73-a787-1d730c186c54', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:ff:ea:e7'}, {u'external_id': u'4ab2d71e-a264-4d3f-bcca-c87335ad0ac5', u'fixed_ip_address': u'12.0.0.9', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:1d:be:2d'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.906Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "70784488-49e9-493a-bee4-3f92622faae3"}, {"node_instance_id": "reference_vnf_host_jb20kj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.906Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.906Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "70784488-49e9-493a-bee4-3f92622faae3"}, {"node_instance_id": "target_vnf_host_mpvclu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:37.906Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:37.906Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "7ff01745-f5f3-4aee-ae5b-2f8a7b8edd4a"}, {"node_instance_id": "target_vnf_host_mpvclu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:39.890Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'39bb64f9-1350-4442-b6a8-e8035b506328'}, 'nics': [{'port-id': u'2d6652a7-83be-4b94-aff3-ba5ab6393dfc'}, {'port-id': u'c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53'}], 'flavor': u'4a4cb549-21eb-4415-ad4e-ca8c83b271d5'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:39.890Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "7ff01745-f5f3-4aee-ae5b-2f8a7b8edd4a"}, {"node_instance_id": "target_vnf_host_mpvclu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:40.918Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:40.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "7ff01745-f5f3-4aee-ae5b-2f8a7b8edd4a"}, {"node_instance_id": "reference_vnf_host_jb20kj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:40.918Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:40.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "70784488-49e9-493a-bee4-3f92622faae3"}, {"node_instance_id": "reference_vnf_host_jb20kj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:40.918Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'39bb64f9-1350-4442-b6a8-e8035b506328'}, 'nics': [{'port-id': u'eea7a1a1-6802-4d73-a787-1d730c186c54'}, {'port-id': u'4ab2d71e-a264-4d3f-bcca-c87335ad0ac5'}], 'flavor': u'4a4cb549-21eb-4415-ad4e-ca8c83b271d5'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:40.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "70784488-49e9-493a-bee4-3f92622faae3"}, {"node_instance_id": "target_vnf_host_mpvclu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:40.918Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'39bb64f9-1350-4442-b6a8-e8035b506328'}, 'nics': [{'port-id': u'2d6652a7-83be-4b94-aff3-ba5ab6393dfc'}, {'port-id': u'c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53'}], 'flavor': u'4a4cb549-21eb-4415-ad4e-ca8c83b271d5'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:40.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "7ff01745-f5f3-4aee-ae5b-2f8a7b8edd4a"}, {"node_instance_id": "reference_vnf_host_jb20kj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:40.918Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'39bb64f9-1350-4442-b6a8-e8035b506328'}, 'nics': [{'port-id': u'eea7a1a1-6802-4d73-a787-1d730c186c54'}, {'port-id': u'4ab2d71e-a264-4d3f-bcca-c87335ad0ac5'}], 'flavor': u'4a4cb549-21eb-4415-ad4e-ca8c83b271d5'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:40.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "70784488-49e9-493a-bee4-3f92622faae3"}], "metadata": {"pagination": {"total": 137, "offset": 117, "size": 50}}} 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:42 GMT 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11399 2018-12-12 17:06:42,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:42,070 - 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'2d6652a7-83be-4b94-aff3-ba5ab6393dfc', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:a0:96:6f'}, {u'external_id': u'c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:cf:fe:6a'}] 2018-12-12 17:06:42,070 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 17:06:42,070 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-12-12 17:06:42,070 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:42,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 17:06:42,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-12-12 17:06:42,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-12-12 17:06:42,071 - 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'eea7a1a1-6802-4d73-a787-1d730c186c54', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:ff:ea:e7'}, {u'external_id': u'4ab2d71e-a264-4d3f-bcca-c87335ad0ac5', u'fixed_ip_address': u'12.0.0.9', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:1d:be:2d'}] 2018-12-12 17:06:42,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-12-12 17:06:42,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-12-12 17:06:42,072 - 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'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'39bb64f9-1350-4442-b6a8-e8035b506328'}, 'nics': [{'port-id': u'2d6652a7-83be-4b94-aff3-ba5ab6393dfc'}, {'port-id': u'c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53'}], 'flavor': u'4a4cb549-21eb-4415-ad4e-ca8c83b271d5'} 2018-12-12 17:06:42,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 17:06:42,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-12-12 17:06:42,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'39bb64f9-1350-4442-b6a8-e8035b506328'}, 'nics': [{'port-id': u'eea7a1a1-6802-4d73-a787-1d730c186c54'}, {'port-id': u'4ab2d71e-a264-4d3f-bcca-c87335ad0ac5'}], 'flavor': u'4a4cb549-21eb-4415-ad4e-ca8c83b271d5'} 2018-12-12 17:06:42,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'39bb64f9-1350-4442-b6a8-e8035b506328'}, 'nics': [{'port-id': u'2d6652a7-83be-4b94-aff3-ba5ab6393dfc'}, {'port-id': u'c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53'}], 'flavor': u'4a4cb549-21eb-4415-ad4e-ca8c83b271d5'} 2018-12-12 17:06:42,072 - 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'da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'39bb64f9-1350-4442-b6a8-e8035b506328'}, 'nics': [{'port-id': u'eea7a1a1-6802-4d73-a787-1d730c186c54'}, {'port-id': u'4ab2d71e-a264-4d3f-bcca-c87335ad0ac5'}], 'flavor': u'4a4cb549-21eb-4415-ad4e-ca8c83b271d5'} 2018-12-12 17:06:42,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:42,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:42 GMT 2018-12-12 17:06:42,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:42,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:42,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:47,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:48,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:42.263Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:42.263Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:43.629Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:43.629Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:44.643Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:44.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:44.643Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:44.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:44.643Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:44.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:44.643Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:44.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:44.643Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:44.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:45.655Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:45.655Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:45.655Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:45.655Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:45.655Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:06:45.655Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 147, "offset": 133, "size": 50}}} 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:48,345 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:48 GMT 2018-12-12 17:06:48,346 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:48,346 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4962 2018-12-12 17:06:48,346 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:48,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 17:06:48,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:48,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 17:06:48,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-12-12 17:06:48,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 17:06:48,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:48,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-12-12 17:06:48,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-12-12 17:06:48,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-12-12 17:06:48,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-12-12 17:06:48,348 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:48,421 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:48,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:48,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:48,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:48,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:48,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:48,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:48,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:48,422 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:48,422 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:48 GMT 2018-12-12 17:06:48,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:48,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:48,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:53,427 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:53,682 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:53,682 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:48.501Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T17:06:48.501Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:06:51.903Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T17:06:51.903Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:53 GMT 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:53,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2342 2018-12-12 17:06:53,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:53,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 17:06:53,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-12-12 17:06:53,684 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:53,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:53,786 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:53 GMT 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:53,787 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:53,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:58,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:06:59,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:59,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:59,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:59 GMT 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 17:06:59,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:06:59,070 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:06:59,138 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:06:59,138 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:06:59 GMT 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:06:59,139 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:06:59,140 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:04,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:04,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:04,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:04,458 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:04,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:04,458 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:04,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:04,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:04,459 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-12-12 17:07:04,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:04,459 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:04 GMT 2018-12-12 17:07:04,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:04,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 17:07:04,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:04,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:04,577 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:04,578 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:04 GMT 2018-12-12 17:07:04,579 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:04,579 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:04,579 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:09,583 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:09,821 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:09,821 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:09,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:09,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:09,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:09,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:09,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:09,822 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-12-12 17:07:09,822 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:09,822 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:09 GMT 2018-12-12 17:07:09,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:09,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 17:07:09,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:09,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:09,934 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:09,934 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:09,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:09,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:09,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:09,935 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:09,935 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:09,935 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:09,935 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:09,935 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:09 GMT 2018-12-12 17:07:09,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:09,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:09,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:14,941 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:15,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:15,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:15,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:15 GMT 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 17:07:15,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:15,104 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:15,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:15,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:15,186 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:15,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:15,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:15,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:15,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:15,187 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:15,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:15,187 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:15 GMT 2018-12-12 17:07:15,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:15,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:15,187 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:20,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:20,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:20,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:20,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:20,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_mpvclu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:18.496Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:18.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:18.681Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:18.681Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 151, "offset": 145, "size": 50}}} 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:20 GMT 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1116 2018-12-12 17:07:20,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:20,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 17:07:20,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 17:07:20,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:20,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:20,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:20,490 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:20,490 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:20,490 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:20,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:20,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:20,491 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:20,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:20,491 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:20 GMT 2018-12-12 17:07:20,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:20,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:20,491 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:25,497 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:25,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:25,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:25,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:25,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:20.918Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T17:07:20.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:21.933Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:21.933Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:22.699Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:22.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:24.356Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-12-12T17:07:24.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 155, "offset": 147, "size": 50}}} 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:25 GMT 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3414 2018-12-12 17:07:25,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:25,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 17:07:25,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-12-12 17:07:25,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-12-12 17:07:25,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-12-12 17:07:25,587 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:25,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:25,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:25,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:25,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:25,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:25,684 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:25,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:25,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:25,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:25,685 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:25 GMT 2018-12-12 17:07:25,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:25,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:25,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:30,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:30,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:30,768 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:30 GMT 2018-12-12 17:07:30,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:30,769 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 17:07:30,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:30,769 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:30,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:30,835 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:30 GMT 2018-12-12 17:07:30,836 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:30,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:30,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:35,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:35,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:35,932 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:35 GMT 2018-12-12 17:07:35,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:35,933 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 17:07:35,933 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:35,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:36,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:36,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:36,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:36,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:36,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:36,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:36,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:36,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:36,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:36,011 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:36 GMT 2018-12-12 17:07:36,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:36,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:36,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:41,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:41,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:41,107 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:41 GMT 2018-12-12 17:07:41,108 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:41,108 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 17:07:41,108 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:41,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:41,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:41,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:41,170 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:41,170 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:41,170 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:41,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:41,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:41,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:41,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:41,171 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:41 GMT 2018-12-12 17:07:41,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:41,171 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:41,171 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:46,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:46,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:46,325 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:46,326 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:46,326 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:46,326 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:46,326 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:46,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:46,326 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-12-12 17:07:46,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:46,326 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:46 GMT 2018-12-12 17:07:46,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:46,327 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-12-12 17:07:46,327 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:46,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:46,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:46,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:46 GMT 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:46,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:46,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:51,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:51,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:51,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:51,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:51,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:51,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:51,481 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:51,482 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:51,482 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_mpvclu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:50.933Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:50.933Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 156, "offset": 151, "size": 50}}} 2018-12-12 17:07:51,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:51,482 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:51 GMT 2018-12-12 17:07:51,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:51,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 599 2018-12-12 17:07:51,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:51,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 17:07:51,483 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:51,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:51,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:51,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:51,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:51,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:51,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:51,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:51,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:51,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:51,547 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:51 GMT 2018-12-12 17:07:51,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:51,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:51,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:56,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:07:56,704 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:56,704 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:51.714Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:51.714Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "target_vnf_host_mpvclu", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:53.124Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:53.124Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "b59a6807-4538-4a1e-a08b-bd2b7589fe8c"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:53.284Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:53.284Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:54.461Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:54.461Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:54.725Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:54.725Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": "reference_vnf_host_jb20kj", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:56.640Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:56.640Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51", "logger": "c644aed3-6a3e-4a23-9d78-1407c3961f5b"}], "metadata": {"pagination": {"total": 161, "offset": 152, "size": 50}}} 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:56 GMT 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:56,705 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3204 2018-12-12 17:07:56,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:07:56,706 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 17:07:56,706 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-12-12 17:07:56,706 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-12-12 17:07:56,706 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-12-12 17:07:56,707 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-12-12 17:07:56,707 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-12-12 17:07:56,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:07:56,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:07:56,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:07:56,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:07:56,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:07:56,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:07:56,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:07:56,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:07:56,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:07:56,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:07:56,768 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:07:56 GMT 2018-12-12 17:07:56,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:07:56,769 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-12-12 17:07:56,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:08:01,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:08:01,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:08:01,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:08:01,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:56.843Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:56.843Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:07:57.965Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-12-12T17:07:57.965Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 164, "offset": 158, "size": 50}}} 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:08:01 GMT 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1052 2018-12-12 17:08:01,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:08:01,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-12-12 17:08:01,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-12-12 17:08:01,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/a5c512a1-c0fd-4f15-892d-1b560cc23c51 2018-12-12 17:08:01,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:08:01,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:08:01,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:08:01,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"} 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:08:01 GMT 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-12-12 17:08:01,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:08:01,954 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-12-12T17:05:59.361Z', 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'a5c512a1-c0fd-4f15-892d-1b560cc23c51'} 2018-12-12 17:08:01,967 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-12-12 17:08:02,048 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.201'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.204'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-12-12 17:08:02,119 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.201'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.204'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-12-12 17:08:02,119 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-12-12 17:08:02,120 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.201 2018-12-12 17:08:02,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:08:02,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:08:03,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:08:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef0b1f19-f46f-49fa-8331-f4fb2ea52dff x-compute-request-id: req-ef0b1f19-f46f-49fa-8331-f4fb2ea52dff Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:08:03,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ef0b1f19-f46f-49fa-8331-f4fb2ea52dff 2018-12-12 17:08:03,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08850193024s 2018-12-12 17:08:03,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ef0b1f19-f46f-49fa-8331-f4fb2ea52dff 2018-12-12 17:08:03,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:08:03,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:08:03,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:08:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3b14cda-3fd8-4f76-a4e1-4736efc2303f x-compute-request-id: req-a3b14cda-3fd8-4f76-a4e1-4736efc2303f Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:08:03,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a3b14cda-3fd8-4f76-a4e1-4736efc2303f 2018-12-12 17:08:03,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717225074768s 2018-12-12 17:08:03,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a3b14cda-3fd8-4f76-a4e1-4736efc2303f 2018-12-12 17:08:03,935 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.6 2018-12-12 17:08:03,935 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:ff:ea:e7 2018-12-12 17:08:03,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:08:03,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:08:04,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:08:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a117c6aa-2356-49af-bbd0-6039746c0cf5 x-compute-request-id: req-a117c6aa-2356-49af-bbd0-6039746c0cf5 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:08:04,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a117c6aa-2356-49af-bbd0-6039746c0cf5 2018-12-12 17:08:04,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.843559980392s 2018-12-12 17:08:04,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a117c6aa-2356-49af-bbd0-6039746c0cf5 2018-12-12 17:08:04,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:08:04,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:08:05,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:08: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-e662a7b7-b7fe-43e8-8c71-8a1dd487ff7d x-compute-request-id: req-e662a7b7-b7fe-43e8-8c71-8a1dd487ff7d Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:08:05,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e662a7b7-b7fe-43e8-8c71-8a1dd487ff7d 2018-12-12 17:08:05,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693253040314s 2018-12-12 17:08:05,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e662a7b7-b7fe-43e8-8c71-8a1dd487ff7d 2018-12-12 17:08:05,480 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.9 2018-12-12 17:08:05,480 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:1d:be:2d 2018-12-12 17:08:05,481 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-12-12 17:08:05,481 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.204 2018-12-12 17:08:05,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:08:05,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:08:06,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:08:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67cceffa-c096-4f0a-87d8-b04eb00f5596 x-compute-request-id: req-67cceffa-c096-4f0a-87d8-b04eb00f5596 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:08:06,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-67cceffa-c096-4f0a-87d8-b04eb00f5596 2018-12-12 17:08:06,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.835081100464s 2018-12-12 17:08:06,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-67cceffa-c096-4f0a-87d8-b04eb00f5596 2018-12-12 17:08:06,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:08:06,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:08:07,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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,Accept-Encoding x-openstack-request-id: req-66e94f3b-bac1-4f36-a6e4-ac14f3e6f1e2 x-compute-request-id: req-66e94f3b-bac1-4f36-a6e4-ac14f3e6f1e2 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:08:07,166 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-66e94f3b-bac1-4f36-a6e4-ac14f3e6f1e2 2018-12-12 17:08:07,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.84511089325s 2018-12-12 17:08:07,166 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-66e94f3b-bac1-4f36-a6e4-ac14f3e6f1e2 2018-12-12 17:08:07,169 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.7 2018-12-12 17:08:07,170 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:a0:96:6f 2018-12-12 17:08:07,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:08:07,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:08:07,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-d808585e-68e2-4e94-9138-6d91b7e3b4dd x-compute-request-id: req-d808585e-68e2-4e94-9138-6d91b7e3b4dd Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:08:07,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d808585e-68e2-4e94-9138-6d91b7e3b4dd 2018-12-12 17:08:07,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711303949356s 2018-12-12 17:08:07,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d808585e-68e2-4e94-9138-6d91b7e3b4dd 2018-12-12 17:08:07,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:08:07,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:08:08,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-36f72e5e-9d67-43aa-a44e-39a5cb9aac62 x-compute-request-id: req-36f72e5e-9d67-43aa-a44e-39a5cb9aac62 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:08:08,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-36f72e5e-9d67-43aa-a44e-39a5cb9aac62 2018-12-12 17:08:08,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715512037277s 2018-12-12 17:08:08,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-36f72e5e-9d67-43aa-a44e-39a5cb9aac62 2018-12-12 17:08:08,606 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.5 2018-12-12 17:08:08,606 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:cf:fe:6a 2018-12-12 17:08:08,606 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-12-12 17:08:08,627 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-12-12 17:08:08,645 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-12-12 17:08:08,645 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-12-12 17:08:08,721 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-12-12 17:08:08' 2018-12-12 17:08:08,721 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-12-12 17:08:08,721 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-12-12 17:08:08,763 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.204. 2018-12-12 17:08:08,767 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d41cfd0L 2018-12-12 17:08:08,767 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 17:08:08,772 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-12-12 17:08:08,772 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-12-12 17:08:08,773 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 17:08:08,773 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-12-12 17:08:08,773 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-12-12 17:08:08,773 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 17:08:08,773 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-12-12 17:08:08,773 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 17:08:08,812 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-12-12 17:08:08,874 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-12-12 17:08:08,874 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 17:08:08,883 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.204: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-12-12 17:08:08,911 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 17:08:08,918 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-12-12 17:08:08,918 - paramiko.transport - INFO - Authentication (password) successful! 2018-12-12 17:08:08,948 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.204. 2018-12-12 17:08:08,949 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 17:08:08,950 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 17:08:08,950 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 17:08:08,953 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 17:08:08,955 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 17:08:09,996 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-12-12 17:08:10,998 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-12-12 17:08:16,003 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-12-12 17:08:17,005 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-12-12 17:08:22,010 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-12-12 17:08:23,011 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-12-12 17:08:28,015 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-12-12 17:08:29,017 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:08:34,023 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-12-12 17:08:35,025 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:08:40,030 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-12-12 17:08:41,032 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:08:46,037 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-12-12 17:08:47,039 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:08:52,040 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-12-12 17:08:53,042 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:08:58,047 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-12-12 17:08:59,049 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:09:04,054 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-12-12 17:09:05,056 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:09:10,062 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-12-12 17:09:11,063 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:09:16,069 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-12-12 17:09:17,070 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:09:22,076 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-12-12 17:09:23,077 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:09:28,083 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-12-12 17:09:29,084 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-12-12 17:09:34,090 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.9 ebgp-multihop '2' 2018-12-12 17:09:35,091 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.9 ebgp-multihop '2' [edit] vyos@vyos# 2018-12-12 17:09:40,097 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.9 remote-as 65002 2018-12-12 17:09:41,098 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.9 remote-as 65002 [edit] vyos@vyos# 2018-12-12 17:09:46,104 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.9 update-source 12.0.0.5 2018-12-12 17:09:47,105 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.9 update-source 12.0.0.5 [edit] vyos@vyos# 2018-12-12 17:09:52,111 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.9 soft-reconfiguration inbound 2018-12-12 17:09:53,112 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.9 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-12-12 17:09:58,118 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.9 password lab0033 2018-12-12 17:09:59,119 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.9 password lab0033 [edit] vyos@vyos# 2018-12-12 17:10:04,125 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-12-12 17:10:05,127 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-12-12 17:10:10,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-12-12 17:10:11,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-12-12 17:10:16,139 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-12-12 17:10:17,141 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-12-12 17:10:22,147 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-12-12 17:10:23,148 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-12-12 17:10:28,151 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-12-12 17:10:29,153 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-12-12 17:10:34,158 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-12-12 17:10:35,160 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-12-12 17:10:40,166 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-12-12 17:10:41,168 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-12-12 17:10:46,173 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-12-12 17:10:47,175 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-12-12 17:10:52,181 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-12-12 17:10:53,182 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-12-12 17:10:58,187 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-12-12 17:10:59,189 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-12-12 17:11:04,195 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.5 2018-12-12 17:11:05,197 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.5 [edit] vyos@vyos# 2018-12-12 17:11:10,202 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-12-12 17:11:11,204 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-12-12 17:11:16,300 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 17:11:16,323 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-12-12 17:11:16,372 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-12-12 17:11:16,375 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d400710L 2018-12-12 17:11:16,375 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 17:11:16,380 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-12-12 17:11:16,381 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-12-12 17:11:16,382 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 17:11:16,382 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-12-12 17:11:16,382 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-12-12 17:11:16,382 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 17:11:16,383 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-12-12 17:11:16,383 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 17:11:16,420 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-12-12 17:11:16,526 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-12-12 17:11:16,527 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 17:11:16,528 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.201: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-12-12 17:11:16,558 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 17:11:16,566 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-12-12 17:11:16,566 - paramiko.transport - INFO - Authentication (password) successful! 2018-12-12 17:11:16,592 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-12-12 17:11:16,593 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 17:11:16,593 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 17:11:16,594 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 17:11:16,596 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 17:11:16,598 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 17:11:17,620 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-12-12 17:11:18,621 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-12-12 17:11:23,626 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-12-12 17:11:24,628 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-12-12 17:11:29,633 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-12-12 17:11:30,635 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-12-12 17:11:35,640 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-12-12 17:11:36,642 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:11:41,647 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-12-12 17:11:42,649 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:11:47,654 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-12-12 17:11:48,656 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:11:53,661 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-12-12 17:11:54,663 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:11:59,668 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-12-12 17:12:00,670 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:12:05,675 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-12-12 17:12:06,677 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:12:11,682 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-12-12 17:12:12,684 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:12:17,689 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-12-12 17:12:18,691 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:12:23,696 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-12-12 17:12:24,698 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:12:29,703 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-12-12 17:12:30,705 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-12-12 17:12:35,710 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-12-12 17:12:36,712 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-12-12 17:12:41,717 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 ebgp-multihop '2' 2018-12-12 17:12:42,719 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 ebgp-multihop '2' [edit] vyos@vyos# 2018-12-12 17:12:47,724 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 remote-as 65001 2018-12-12 17:12:48,726 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 remote-as 65001 [edit] vyos@vyos# 2018-12-12 17:12:53,726 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 update-source 12.0.0.9 2018-12-12 17:12:54,727 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 update-source 12.0.0.9 [edit] vyos@vyos# 2018-12-12 17:12:59,733 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 soft-reconfiguration inbound 2018-12-12 17:13:00,735 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-12-12 17:13:05,740 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 password lab0033 2018-12-12 17:13:06,742 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 password lab0033 [edit] vyos@vyos# 2018-12-12 17:13:11,747 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-12-12 17:13:12,749 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-12-12 17:13:17,754 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-12-12 17:13:18,756 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-12-12 17:13:23,761 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-12-12 17:13:24,763 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-12-12 17:13:29,768 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-12-12 17:13:30,770 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-12-12 17:13:35,775 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-12-12 17:13:36,777 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-12-12 17:13:41,782 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-12-12 17:13:42,784 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-12-12 17:13:47,789 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-12-12 17:13:48,791 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-12-12 17:13:53,796 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-12-12 17:13:54,798 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-12-12 17:13:59,803 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-12-12 17:14:00,805 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-12-12 17:14:05,810 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-12-12 17:14:06,812 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-12-12 17:14:11,818 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.9 2018-12-12 17:14:12,819 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.9 [edit] vyos@vyos# 2018-12-12 17:14:17,825 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-12-12 17:14:18,826 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-12-12 17:14:23,838 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 17:14:23,839 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-12-12 17:14:23,840 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-12-12 17:15:23,900 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-12-12 17:15:23,947 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.204. 2018-12-12 17:15:23,950 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d400e10L 2018-12-12 17:15:23,951 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-12 17:15:23,955 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-12-12 17:15:23,955 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-12-12 17:15:23,956 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-12 17:15:23,956 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-12-12 17:15:23,956 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-12-12 17:15:23,957 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-12 17:15:23,957 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-12-12 17:15:23,957 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-12 17:15:23,990 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-12-12 17:15:24,099 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-12-12 17:15:24,100 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-12 17:15:24,102 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.204: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-12-12 17:15:24,139 - paramiko.transport - DEBUG - userauth is OK 2018-12-12 17:15:24,146 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-12-12 17:15:24,146 - paramiko.transport - INFO - Authentication (password) successful! 2018-12-12 17:15:24,166 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.204. 2018-12-12 17:15:24,167 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-12 17:15:24,168 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-12 17:15:24,168 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-12 17:15:24,172 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 17:15:24,173 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-12 17:15:25,175 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-12-12 17:15:55,288 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 17:15:55,321 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-12-12 17:15:55,321 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.5, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.9 4 65002 2 5 0 0 0 00:00:59 10 Total number of neighbors 1 vyos@vyos:~$ 2018-12-12 17:15:55,321 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.9 | no-more BGP neighbor is 12.0.0.9, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.9 BGP state = Established, up for 00:01:05 Last read 06:52:23, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.5 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.5, Local port: 179 Foreign host: 12.0.0.9, Foreign port: 36970 Nexthop: 12.0.0.5 Nexthop global: fe80::f816:3eff:fecf:fe6a Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-12-12 17:15:55,321 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.9 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.5 0 32768 i *> 10.0.2.0/24 12.0.0.5 0 32768 i *> 10.0.3.0/24 12.0.0.5 0 32768 i *> 10.0.4.0/24 12.0.0.5 0 32768 i *> 10.0.5.0/24 12.0.0.5 0 32768 i *> 10.0.6.0/24 12.0.0.5 0 32768 i *> 10.0.7.0/24 12.0.0.5 0 32768 i *> 10.0.8.0/24 12.0.0.5 0 32768 i *> 10.0.9.0/24 12.0.0.5 0 32768 i *> 10.0.10.0/24 12.0.0.5 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-12-12 17:15:55,322 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.9 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.9 0 0 65002 i *> 10.1.2.0/24 12.0.0.9 0 0 65002 i *> 10.1.3.0/24 12.0.0.9 0 0 65002 i *> 10.1.4.0/24 12.0.0.9 0 0 65002 i *> 10.1.5.0/24 12.0.0.9 0 0 65002 i *> 10.1.6.0/24 12.0.0.9 0 0 65002 i *> 10.1.7.0/24 12.0.0.9 0 0 65002 i *> 10.1.8.0/24 12.0.0.9 0 0 65002 i *> 10.1.9.0/24 12.0.0.9 0 0 65002 i *> 10.1.10.0/24 12.0.0.9 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-12-12 17:15:55,322 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.9 routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.9 0 0 65002 i *> 10.1.2.0/24 12.0.0.9 0 0 65002 i *> 10.1.3.0/24 12.0.0.9 0 0 65002 i *> 10.1.4.0/24 12.0.0.9 0 0 65002 i *> 10.1.5.0/24 12.0.0.9 0 0 65002 i *> 10.1.6.0/24 12.0.0.9 0 0 65002 i *> 10.1.7.0/24 12.0.0.9 0 0 65002 i *> 10.1.8.0/24 12.0.0.9 0 0 65002 i *> 10.1.9.0/24 12.0.0.9 0 0 65002 i *> 10.1.10.0/24 12.0.0.9 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-12-12 17:15:55,322 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-12-12 17:15:55,322 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.6' 2018-12-12 17:15:55,322 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-12-12 17:15:55,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:15:55,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:15:56,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:15:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f313583b-72e4-49f4-bcda-c5030c3dc00a x-compute-request-id: req-f313583b-72e4-49f4-bcda-c5030c3dc00a Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:42Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:15:56,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f313583b-72e4-49f4-bcda-c5030c3dc00a 2018-12-12 17:15:56,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.5141351223s 2018-12-12 17:15:56,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f313583b-72e4-49f4-bcda-c5030c3dc00a 2018-12-12 17:15:56,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-12 17:15:56,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:15:56,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:15:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33203f13-da9f-4cc2-bcf4-ae1d4ec92d4c x-compute-request-id: req-33203f13-da9f-4cc2-bcf4-ae1d4ec92d4c Content-Type: application/json 2018-12-12 17:15:56,991 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa used request id req-33203f13-da9f-4cc2-bcf4-ae1d4ec92d4c 2018-12-12 17:15:56,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.149256944656s 2018-12-12 17:15:56,991 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa used request id req-33203f13-da9f-4cc2-bcf4-ae1d4ec92d4c 2018-12-12 17:15:56,991 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-12-12 17:15:56,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:15:56,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:15:58,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:15:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6906a16b-aacb-4074-9ec6-ac569cfff5a5 x-compute-request-id: req-6906a16b-aacb-4074-9ec6-ac569cfff5a5 Content-Encoding: gzip Content-Length: 1200 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:ff:ea:e7", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:ea:e7", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:be:2d", "version": 4, "addr": "12.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:41.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "52371c2b-2291-4d3b-a4c9-51ad31b40ffa", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:15:56Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-12-12T17:06:43Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:96:6f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:fe:6a", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/32b9276c-0c56-4fbb-b399-a1034810b25b", "rel": "bookmark"}], "image": {"id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "links": [{"href": "http://172.30.9.29:8774/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:07:31.000000", "flavor": {"id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "links": [{"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}]}, "id": "32b9276c-0c56-4fbb-b399-a1034810b25b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:07:32Z", "hostId": "ef0203876f32ffb2d7bea2a63f9073173f692d685bd70dfeec2d59a5", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-12-12T17:06:41Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "39bb64f9-1350-4442-b6a8-e8035b506328"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:04:08Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:15:58,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6906a16b-aacb-4074-9ec6-ac569cfff5a5 2018-12-12 17:15:58,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08137583733s 2018-12-12 17:15:58,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6906a16b-aacb-4074-9ec6-ac569cfff5a5 2018-12-12 17:15:58,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-12 17:15:58,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:15:58,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:15:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8eb7a001-8793-456a-b1bf-8d6713162a95 x-compute-request-id: req-8eb7a001-8793-456a-b1bf-8d6713162a95 Content-Type: application/json 2018-12-12 17:15:58,230 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b used request id req-8eb7a001-8793-456a-b1bf-8d6713162a95 2018-12-12 17:15:58,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.153165817261s 2018-12-12 17:15:58,231 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/32b9276c-0c56-4fbb-b399-a1034810b25b used request id req-8eb7a001-8793-456a-b1bf-8d6713162a95 2018-12-12 17:15:58,368 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 17:15:58,369 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:32 | PASS | +----------------------+------------------+------------------+----------------+ 2018-12-12 17:15:58,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-12-12 17:15:58,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions 2018-12-12 17:15:58,464 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:15:58,464 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:15:58,464 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:15:58,464 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:15:58,464 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:15:58,464 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:15:58,465 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:15:58,465 - 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-12-12T17:05:27.413Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "97ba102f-b6f5-4664-bb70-4bc8bfb17395"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:59.361Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a5c512a1-c0fd-4f15-892d-1b560cc23c51"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-12-12 17:15:58,465 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:15:58,465 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:15:58 GMT 2018-12-12 17:15:58,465 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:15:58,465 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-12-12 17:15:58,465 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:15:58,466 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.205:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-12-12 17:15:58,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:15:58,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:15:58,643 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:15:58,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:15:58,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:15:58,643 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:15:58,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:15:58,644 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-12-12 17:15:58,644 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:15:58,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:15:58,644 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:15:58 GMT 2018-12-12 17:15:58,644 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:15:58,644 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-12 17:15:58,644 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:15:58,645 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:15:58,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:15:58,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:15:58,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:15:58,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:15:58,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:15:58,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:15:58,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:15:58,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-12-12 17:15:58,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:15:58,727 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:15:58 GMT 2018-12-12 17:15:58,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:15:58,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-12-12 17:15:58,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:15:58,728 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/00391c09-aad8-436e-aea5-48d83f97f71d 2018-12-12 17:15:58,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:15:58,810 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:15:58 GMT 2018-12-12 17:15:58,811 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:15:58,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-12 17:15:58,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:03,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:16:03,884 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:03,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:03,884 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:03,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:03,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:03,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:03,885 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:03,885 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:15:59.366Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:15:59.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:00.394Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:00.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:00.394Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:00.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:00.394Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:00.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:00.394Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:00.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:00.394Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:00.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:00.839Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:00.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:01.862Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 52371c2b-2291-4d3b-a4c9-51ad31b40ffa could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 52371c2b-2291-4d3b-a4c9-51ad31b40ffa 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 52371c2b-2291-4d3b-a4c9-51ad31b40ffa could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-12-12T17:16:01.862Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:02.888Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:02.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:02.888Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 32b9276c-0c56-4fbb-b399-a1034810b25b could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 32b9276c-0c56-4fbb-b399-a1034810b25b 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 32b9276c-0c56-4fbb-b399-a1034810b25b could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-12-12T17:16:02.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:02.888Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:02.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:03.704Z", "message": "Detaching port 4ab2d71e-a264-4d3f-bcca-c87335ad0ac5...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:03.704Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "45856c6c-cef3-409e-a64e-2242c9d13bf4"}], "metadata": {"pagination": {"total": 14, "offset": 0, "size": 50}}} 2018-12-12 17:16:03,885 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:03,885 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:03 GMT 2018-12-12 17:16:03,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:03,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10440 2018-12-12 17:16:03,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:03,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-12-12 17:16:03,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 17:16:03,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-12-12 17:16:03,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:03,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:03,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 17:16:03,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-12-12 17:16:03,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 52371c2b-2291-4d3b-a4c9-51ad31b40ffa could not be found. [status_code=404] 2018-12-12 17:16:03,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-12-12 17:16:03,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 32b9276c-0c56-4fbb-b399-a1034810b25b could not be found. [status_code=404] 2018-12-12 17:16:03,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-12-12 17:16:03,888 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 4ab2d71e-a264-4d3f-bcca-c87335ad0ac5... 2018-12-12 17:16:03,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/00391c09-aad8-436e-aea5-48d83f97f71d 2018-12-12 17:16:03,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:03,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:03 GMT 2018-12-12 17:16:03,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:03,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-12 17:16:03,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:08,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:16:09,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:09,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:04.528Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:04.528Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:04.905Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:04.905Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:04.905Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:04.905Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:05.049Z", "message": "Successfully detached port 4ab2d71e-a264-4d3f-bcca-c87335ad0ac5", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:05.049Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "45856c6c-cef3-409e-a64e-2242c9d13bf4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:06.061Z", "message": "Detaching port c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:06.061Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "2eebe2a7-cd25-409f-86c5-3e5d19dbac45"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:06.300Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:06.300Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:06.924Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:06.924Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:06.924Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:06.924Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:07.068Z", "message": "Successfully detached port c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:07.068Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "2eebe2a7-cd25-409f-86c5-3e5d19dbac45"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:08.089Z", "message": "Detaching port eea7a1a1-6802-4d73-a787-1d730c186c54...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:08.089Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "09dfb998-60e2-4c4b-a80f-2132e6cffc6c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:08.089Z", "message": "Successfully detached port eea7a1a1-6802-4d73-a787-1d730c186c54", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:08.089Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "09dfb998-60e2-4c4b-a80f-2132e6cffc6c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:08.393Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:08.393Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:08.937Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:08.937Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}], "metadata": {"pagination": {"total": 27, "offset": 12, "size": 50}}} 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:09 GMT 2018-12-12 17:16:09,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:09,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6687 2018-12-12 17:16:09,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:09,022 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-12-12 17:16:09,022 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-12-12 17:16:09,022 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-12-12 17:16:09,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 4ab2d71e-a264-4d3f-bcca-c87335ad0ac5 2018-12-12 17:16:09,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53... 2018-12-12 17:16:09,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-12-12 17:16:09,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-12-12 17:16:09,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-12-12 17:16:09,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port c23a0ec2-78c3-45f1-9b01-ab9aac1f8c53 2018-12-12 17:16:09,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port eea7a1a1-6802-4d73-a787-1d730c186c54... 2018-12-12 17:16:09,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port eea7a1a1-6802-4d73-a787-1d730c186c54 2018-12-12 17:16:09,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-12-12 17:16:09,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:09,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/00391c09-aad8-436e-aea5-48d83f97f71d 2018-12-12 17:16:09,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:09,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:09,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:09,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:09,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:09,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:09,093 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:09,093 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:16:09,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:09,093 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:09 GMT 2018-12-12 17:16:09,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:09,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-12 17:16:09,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:14,099 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:16:14,216 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:14,216 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:14,216 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:14,216 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:14,216 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:14,216 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:14,216 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:14,216 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:09.256Z", "message": "Detaching port 2d6652a7-83be-4b94-aff3-ba5ab6393dfc...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:09.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "a7df8737-e3b9-41d4-8a0b-62518b2ed6e7"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:09.963Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:09.963Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:09.963Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:09.963Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:09.963Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:09.963Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:09.963Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:09.963Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:10.273Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:10.273Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "fcb4c001-e3bc-4321-a91e-b9035a973225"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:10.273Z", "message": "Successfully detached port 2d6652a7-83be-4b94-aff3-ba5ab6393dfc", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:10.273Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "a7df8737-e3b9-41d4-8a0b-62518b2ed6e7"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:10.974Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:10.974Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_host_jb20kj", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:10.974Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 52371c2b-2291-4d3b-a4c9-51ad31b40ffa could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 52371c2b-2291-4d3b-a4c9-51ad31b40ffa 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 52371c2b-2291-4d3b-a4c9-51ad31b40ffa could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-12-12T17:16:10.974Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:10.974Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:10.974Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_host_mpvclu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:11.632Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:11.632Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "3b0f0ca4-cb27-4519-8e43-b0a70f82bc51"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:12.001Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:12.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:12.001Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:12.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_host_mpvclu", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:12.001Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 32b9276c-0c56-4fbb-b399-a1034810b25b could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 32b9276c-0c56-4fbb-b399-a1034810b25b 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 32b9276c-0c56-4fbb-b399-a1034810b25b could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-12-12T17:16:12.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:13.037Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:13.037Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "keypair_63w56w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:13.037Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:13.037Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:13.037Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:13.037Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:13.037Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:13.037Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:13.037Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:13.037Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "keypair_63w56w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "keypair_63w56w", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "keypair_63w56w", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.084Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}], "metadata": {"pagination": {"total": 57, "offset": 25, "size": 50}}} 2018-12-12 17:16:14,217 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:14,217 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:14 GMT 2018-12-12 17:16:14,217 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:14,217 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18504 2018-12-12 17:16:14,217 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:14,218 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 2d6652a7-83be-4b94-aff3-ba5ab6393dfc... 2018-12-12 17:16:14,218 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:14,218 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 17:16:14,218 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 17:16:14,218 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-12-12 17:16:14,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-12-12 17:16:14,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 2d6652a7-83be-4b94-aff3-ba5ab6393dfc 2018-12-12 17:16:14,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-12-12 17:16:14,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 52371c2b-2291-4d3b-a4c9-51ad31b40ffa could not be found. [status_code=404] 2018-12-12 17:16:14,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-12-12 17:16:14,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-12-12 17:16:14,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:14,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:14,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 32b9276c-0c56-4fbb-b399-a1034810b25b could not be found. [status_code=404] 2018-12-12 17:16:14,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-12-12 17:16:14,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:14,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:14,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:14,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-12-12 17:16:14,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:14,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:14,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:14,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-12-12 17:16:14,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-12-12 17:16:14,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-12-12 17:16:14,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-12-12 17:16:14,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-12-12 17:16:14,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-12-12 17:16:14,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/00391c09-aad8-436e-aea5-48d83f97f71d 2018-12-12 17:16:14,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:14,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:14,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:14,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:14,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:14,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:14,337 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:14,337 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:16:14,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:14,338 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:14 GMT 2018-12-12 17:16:14,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:14,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-12 17:16:14,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:19,343 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:16:19,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:19,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:19,413 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:19,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:19,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:19,413 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:19,413 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:19,414 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_63w56w", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.292Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.292Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "867f9aa8-cbc0-4d93-9ce8-33012e45575d"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.687Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.687Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "2f7c5259-3565-4eae-adb4-43e3bc7432f1"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.687Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.687Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "e7877489-a9bc-4767-ba28-cd1c76dea11e"}, {"node_instance_id": "keypair_63w56w", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:14.687Z", "message": "deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem", "level": "debug", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:14.687Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "867f9aa8-cbc0-4d93-9ce8-33012e45575d"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:15.111Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:15.111Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:15.111Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:15.111Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:15.111Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:15.111Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:15.111Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:15.111Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_port_w25axv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:15.711Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:15.711Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "c1367745-98a0-44f4-8faf-da4b196e3028"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:16.204Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:16.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:16.204Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:16.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:16.204Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:16.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:16.204Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:16.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_data_plane_port_g9ipds", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:16.204Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:16.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_data_plane_port_qmtr9d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:16.204Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:16.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "keypair_63w56w", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:16.204Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:16.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_port_uy64cz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:16.827Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:16.827Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "bf207ec0-d9dc-4aa3-b9d0-ec58aca86c58"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:17.254Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:17.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_port_w25axv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:17.254Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:17.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:18.271Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:18.271Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "b0323b55-f7ae-49dc-8390-e8483c8d89dc"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:18.280Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:18.280Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:18.280Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:18.280Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:18.280Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:18.280Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:18.280Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:18.280Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:19.304Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:19.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:19.304Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:19.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:19.304Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:19.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:19.304Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:19.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:19.304Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:19.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:19.304Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:19.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_port_uy64cz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:19.304Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:19.304Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}], "metadata": {"pagination": {"total": 88, "offset": 53, "size": 50}}} 2018-12-12 17:16:19,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:19,414 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:19 GMT 2018-12-12 17:16:19,414 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:19,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15628 2018-12-12 17:16:19,414 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:19,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-12-12 17:16:19,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-12-12 17:16:19,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-12-12 17:16:19,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-12-12 17:16:19,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:19,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-12-12 17:16:19,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-12-12 17:16:19,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-12-12 17:16:19,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-12-12 17:16:19,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:19,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-12-12 17:16:19,417 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-12-12 17:16:19,417 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-12-12 17:16:19,417 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-12-12 17:16:19,417 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-12-12 17:16:19,417 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-12-12 17:16:19,417 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-12-12 17:16:19,418 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:19,418 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-12-12 17:16:19,418 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-12-12 17:16:19,418 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:19,418 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-12-12 17:16:19,418 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:19,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-12-12 17:16:19,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:19,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-12 17:16:19,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:19,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:19,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:19,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-12 17:16:19,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-12-12 17:16:19,420 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/00391c09-aad8-436e-aea5-48d83f97f71d 2018-12-12 17:16:19,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:19,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:19,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:19,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:19,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:19,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:19,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:19,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:16:19,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:19,495 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:19 GMT 2018-12-12 17:16:19,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:19,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-12 17:16:19,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:24,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:16:24,615 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:24,615 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:24,615 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:24,615 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:24,615 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:24,615 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:24,615 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:24,616 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_ip_bcwg51", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:19.726Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:19.726Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "2677576a-9859-4af8-b032-f8737284a145"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.331Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.331Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.331Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.331Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.331Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.331Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.331Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.331Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:20.763Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:20.763Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "9693d121-41a5-49c6-9770-ec3d3ad3085d"}, {"node_instance_id": "reference_vnf_ip_bcwg51", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:21.366Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:21.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "data_plane_subnet_l4ybl8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:21.366Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:21.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "security_group_iy0a2f", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:21.737Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:21.737Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "c4f6a691-69ff-417f-a533-8a3751266660"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:22.377Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:22.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "target_vnf_ip_7nlcc6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:22.377Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:22.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "security_group_iy0a2f", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:22.377Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:22.377Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "data_plane_network_f2cflo", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:23.228Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:23.228Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "cf6755d3-bc09-465d-936a-4e02ad859b26"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:23.387Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:23.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:23.387Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:23.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:23.387Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:23.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:23.387Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:23.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "data_plane_network_f2cflo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:23.387Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:23.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:23.387Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:23.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:23.387Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:23.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}], "metadata": {"pagination": {"total": 112, "offset": 84, "size": 50}}} 2018-12-12 17:16:24,616 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:24,616 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:24 GMT 2018-12-12 17:16:24,616 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:24,616 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12196 2018-12-12 17:16:24,616 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:24,617 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-12-12 17:16:24,617 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:24,617 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:24,617 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-12-12 17:16:24,617 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-12-12 17:16:24,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-12-12 17:16:24,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-12-12 17:16:24,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-12-12 17:16:24,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-12-12 17:16:24,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-12-12 17:16:24,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-12 17:16:24,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-12-12 17:16:24,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-12-12 17:16:24,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:24,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-12-12 17:16:24,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-12-12 17:16:24,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-12-12 17:16:24,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:24,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:24,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-12-12 17:16:24,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-12-12 17:16:24,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-12-12 17:16:24,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-12-12 17:16:24,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-12-12 17:16:24,621 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/00391c09-aad8-436e-aea5-48d83f97f71d 2018-12-12 17:16:24,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:24,688 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:24,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:24,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:24,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:24,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:24,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:24,689 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:16:24,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:24,689 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:24 GMT 2018-12-12 17:16:24,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:24,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-12 17:16:24,689 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:29,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:16:29,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:29,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:29,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:29,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:29,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:29,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:29,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:29,767 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_f2cflo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:24.674Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:24.674Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:24.747Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:24.747Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "e02367d3-dcc0-4ded-ac63-43981a6d4d93"}, {"node_instance_id": "management_plane_subnet_o5ogcu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:27.117Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:27.117Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:28.139Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:28.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:28.139Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:28.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:28.139Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:28.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "router_qvtv9y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:28.139Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:28.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "router_qvtv9y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:28.399Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:28.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:28.399Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:28.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "management_plane_network_i4huza", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:28.854Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:28.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "c32eb63c-798d-4e2c-bbf7-ee12ec4af6ba"}, {"node_instance_id": "router_qvtv9y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:29.412Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:29.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "router_qvtv9y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:29.412Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:29.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}], "metadata": {"pagination": {"total": 124, "offset": 108, "size": 50}}} 2018-12-12 17:16:29,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:29,768 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:29 GMT 2018-12-12 17:16:29,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:29,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6068 2018-12-12 17:16:29,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:29,768 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-12-12 17:16:29,769 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-12-12 17:16:29,769 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-12-12 17:16:29,769 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:29,769 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-12-12 17:16:29,769 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:29,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:29,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:29,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-12-12 17:16:29,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-12-12 17:16:29,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-12-12 17:16:29,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-12-12 17:16:29,770 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/00391c09-aad8-436e-aea5-48d83f97f71d 2018-12-12 17:16:29,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:29,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:29,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:29,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:29,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:29,838 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:29,838 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:29,838 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:16:29,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:29,838 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:29 GMT 2018-12-12 17:16:29,838 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:29,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-12-12 17:16:29,838 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:34,844 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-12-12 17:16:34,911 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:34,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:34,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:34,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:34,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:34,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:34,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:34,912 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_qvtv9y", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:29.766Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:29.766Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "e87b04df-77c0-4898-af6a-6540f6f989f1"}, {"node_instance_id": "management_plane_network_i4huza", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:30.640Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:30.640Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "router_qvtv9y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:32.266Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:32.266Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "external_network_7zsahb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:33.326Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:33.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "external_network_7zsahb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:33.326Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:33.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "external_network_7zsahb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:34.115Z", "message": "not deleting network since an external network is being used", "level": "info", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:34.115Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d", "logger": "a2737d64-18dc-49b9-8154-5f536eaccb38"}, {"node_instance_id": "external_network_7zsahb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:34.438Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:34.438Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "external_network_7zsahb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:34.438Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:34.438Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}, {"node_instance_id": "external_network_7zsahb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-12-12T17:16:34.438Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-12-12T17:16:34.438Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "00391c09-aad8-436e-aea5-48d83f97f71d"}], "metadata": {"pagination": {"total": 133, "offset": 120, "size": 50}}} 2018-12-12 17:16:34,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:34,912 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:34 GMT 2018-12-12 17:16:34,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:34,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4636 2018-12-12 17:16:34,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:34,912 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-12-12 17:16:34,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-12-12 17:16:34,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-12-12 17:16:34,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-12-12 17:16:34,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-12-12 17:16:34,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-12-12 17:16:34,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-12-12 17:16:34,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-12-12 17:16:34,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-12-12 17:16:34,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/00391c09-aad8-436e-aea5-48d83f97f71d 2018-12-12 17:16:34,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:34,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:34,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:34,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:34,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:34,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:34,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:34,986 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:15:58.554Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "00391c09-aad8-436e-aea5-48d83f97f71d"} 2018-12-12 17:16:34,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:34,986 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:34 GMT 2018-12-12 17:16:34,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:34,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-12-12 17:16:34,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:34,986 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.205:80/api/v3/deployments/vrouter-opnfv 2018-12-12 17:16:35,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:35,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:35,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:35,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:35,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:35,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:35,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:35,322 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-12 17:16:35,322 - 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": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "target_vnf_flavor_id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "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_b5b75227-0632-4fbb-8e3e-ae2718438846", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "keystone_password": "071b9550-b2b1-4ddd-9281-dbee4fc13849", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.29: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": "da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48", "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-12-12T17:05:26.868Z", "updated_at": "2018-12-12T17:05:26.868Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-12-12 17:16:35,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:35,322 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:35 GMT 2018-12-12 17:16:35,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:35,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-12-12 17:16:35,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:35,323 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.205:80/api/v3/blueprints/vrouter-opnfv 2018-12-12 17:16:35,405 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-12-12 17:16:35,405 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-12-12 17:16:35,405 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-12-12 17:16:35,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-12-12 17:16:35,406 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-12-12 17:16:35,406 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-12-12 17:16:35,406 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-12-12 17:16:35,406 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-12-12 17:16:35,406 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-12-12T17:05:26.592Z", "updated_at": "2018-12-12T17:05:26.592Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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"}}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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"}}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-12-12 17:16:35,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-12-12 17:16:35,408 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 12 Dec 2018 17:16:35 GMT 2018-12-12 17:16:35,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-12-12 17:16:35,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-12-12 17:16:35,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-12-12 17:16:35,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 17:16:35,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:37,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c93b2430-38fe-4e38-ba1e-1f07ef7b7a42 Date: Wed, 12 Dec 2018 17:16:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:16:37,379 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48 used request id req-c93b2430-38fe-4e38-ba1e-1f07ef7b7a42 2018-12-12 17:16:37,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.95946002007s 2018-12-12 17:16:37,380 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/da0a8fa8-1eb4-4f5a-b4e2-21ed05e44a48 used request id req-c93b2430-38fe-4e38-ba1e-1f07ef7b7a42 2018-12-12 17:16:37,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 17:16:37,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:37,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e679f24b-4867-4e2b-8744-cc0220935750 x-compute-request-id: req-e679f24b-4867-4e2b-8744-cc0220935750 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "1d0a5256-310c-449d-9393-04552f71b7a8", "name": "vyos_vrouter-flavor_b5b75227-0632-4fbb-8e3e-ae2718438846", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "4a4cb549-21eb-4415-ad4e-ca8c83b271d5", "name": "vyos_vrouter-flavor_alt_b5b75227-0632-4fbb-8e3e-ae2718438846", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 17:16:37,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e679f24b-4867-4e2b-8744-cc0220935750 2018-12-12 17:16:37,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.177571058273s 2018-12-12 17:16:37,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e679f24b-4867-4e2b-8744-cc0220935750 2018-12-12 17:16:37,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 17:16:37,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:37,651 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 17:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67889c4a-1de5-499c-b693-ea785dd2f65b x-compute-request-id: req-67889c4a-1de5-499c-b693-ea785dd2f65b Content-Length: 0 Content-Type: application/json 2018-12-12 17:16:37,652 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5 used request id req-67889c4a-1de5-499c-b693-ea785dd2f65b 2018-12-12 17:16:37,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0912919044495s 2018-12-12 17:16:37,652 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4a4cb549-21eb-4415-ad4e-ca8c83b271d5 used request id req-67889c4a-1de5-499c-b693-ea785dd2f65b 2018-12-12 17:16:37,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-12 17:16:37,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/a8c5e83f-0f45-4d0d-83b9-c0a60df10dec.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:39,226 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41a1c791-3f54-4418-a2a6-153f39b228dc Content-Length: 0 Date: Wed, 12 Dec 2018 17:16:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:16:39,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/a8c5e83f-0f45-4d0d-83b9-c0a60df10dec.json used request id req-41a1c791-3f54-4418-a2a6-153f39b228dc 2018-12-12 17:16:39,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.57018089294s 2018-12-12 17:16:39,227 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/a8c5e83f-0f45-4d0d-83b9-c0a60df10dec.json used request id req-41a1c791-3f54-4418-a2a6-153f39b228dc 2018-12-12 17:16:39,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:16:39,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:39,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6f46d294-fbdc-44f8-b991-7b22dad8d2db Date: Wed, 12 Dec 2018 17:16:39 GMT RESP BODY: {"floatingips": []} 2018-12-12 17:16:39,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6f46d294-fbdc-44f8-b991-7b22dad8d2db 2018-12-12 17:16:39,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.18247795105s 2018-12-12 17:16:39,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6f46d294-fbdc-44f8-b991-7b22dad8d2db 2018-12-12 17:16:39,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-12 17:16:39,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:39,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:16: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-324d5235-9411-4231-bae8-3c01d11e8d87 x-compute-request-id: req-324d5235-9411-4231-bae8-3c01d11e8d87 Content-Type: application/json 2018-12-12 17:16:39,608 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb used request id req-324d5235-9411-4231-bae8-3c01d11e8d87 2018-12-12 17:16:39,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.192399978638s 2018-12-12 17:16:39,608 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb used request id req-324d5235-9411-4231-bae8-3c01d11e8d87 2018-12-12 17:16:39,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:16:39,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:40,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16: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-aaf22636-5c3f-4c50-b95e-78544d039cb8 x-compute-request-id: req-aaf22636-5c3f-4c50-b95e-78544d039cb8 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:16:39Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:16:40,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-aaf22636-5c3f-4c50-b95e-78544d039cb8 2018-12-12 17:16:40,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.879363059998s 2018-12-12 17:16:40,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-aaf22636-5c3f-4c50-b95e-78544d039cb8 2018-12-12 17:16:40,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:16:42,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:16:42,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:43,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bf10e55-1406-4fb7-98b9-c5c693dbc7d6 x-compute-request-id: req-1bf10e55-1406-4fb7-98b9-c5c693dbc7d6 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:cc:25", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/98357a5b-3973-497a-a12b-acce2de6e0cb", "rel": "bookmark"}], "image": {"id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "links": [{"href": "http://172.30.9.29:8774/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-12T17:04:07.000000", "flavor": {"id": "1d0a5256-310c-449d-9393-04552f71b7a8", "links": [{"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}]}, "id": "98357a5b-3973-497a-a12b-acce2de6e0cb", "security_groups": [{"name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}], "user_id": "7a14fe6a40644cc0b9f24cbf05da8061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-12T17:16:39Z", "hostId": "b352828722c800df7d806ccad080a46090f93a74a595d943b23e5e92", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846", "name": "vyos_vrouter-vm_b5b75227-0632-4fbb-8e3e-ae2718438846", "created": "2018-12-12T17:01:26Z", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-12 17:16:43,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1bf10e55-1406-4fb7-98b9-c5c693dbc7d6 2018-12-12 17:16:43,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581018924713s 2018-12-12 17:16:43,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1bf10e55-1406-4fb7-98b9-c5c693dbc7d6 2018-12-12 17:16:43,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-12 17:16:45,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-12 17:16:45,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:45,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b934506-469c-4681-a112-9f9376e9c0fd x-compute-request-id: req-6b934506-469c-4681-a112-9f9376e9c0fd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-12 17:16:45,169 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6b934506-469c-4681-a112-9f9376e9c0fd 2018-12-12 17:16:45,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0909631252289s 2018-12-12 17:16:45,170 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6b934506-469c-4681-a112-9f9376e9c0fd 2018-12-12 17:16:45,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:16:45,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:45,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-aa180f33-81f9-47b4-85ff-5abc345400b3 Date: Wed, 12 Dec 2018 17:16:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T17:01:21Z", "updated_at": "2018-12-12T17:01:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "0fb2116b-33c0-4b10-9c37-46e44594abdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "1469e14e-ea30-47f1-8cdc-cb99559c16d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "23584083-edbc-47c5-9725-8c834117e8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-12-12T17:01:23Z", "revision_number": 0, "id": "ba186797-a5d5-44ce-9cd4-0d01cbbcacac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:23Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-12T17:01:21Z", "revision_number": 0, "id": "ba523f1a-0cbf-4d91-b5f7-1d3e4064dae9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:21Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-12-12T17:01:24Z", "revision_number": 0, "id": "c20741bb-f008-49b3-aa5b-c32ea460abe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:24Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:01:22Z", "revision_number": 0, "id": "f77822a0-df56-4291-bec0-9c467c3f154a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:22Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-12-12T17:01:24Z", "revision_number": 0, "id": "ff376152-cdaa-4a8a-96c2-6ae4685689ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:01:24Z", "security_group_id": "53e860ab-06b5-4513-9c82-91b5552b987d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 8, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "53e860ab-06b5-4513-9c82-91b5552b987d", "name": "vyos_vrouter-sg_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}]} 2018-12-12 17:16:45,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-aa180f33-81f9-47b4-85ff-5abc345400b3 2018-12-12 17:16:45,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.214714050293s 2018-12-12 17:16:45,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-aa180f33-81f9-47b4-85ff-5abc345400b3 2018-12-12 17:16:45,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 17:16:45,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/53e860ab-06b5-4513-9c82-91b5552b987d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:45,551 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f18ca790-0b47-42ea-8cd9-55df1aea46a8 Content-Length: 0 Date: Wed, 12 Dec 2018 17:16:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:16:45,551 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/53e860ab-06b5-4513-9c82-91b5552b987d.json used request id req-f18ca790-0b47-42ea-8cd9-55df1aea46a8 2018-12-12 17:16:45,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.158985853195s 2018-12-12 17:16:45,551 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/53e860ab-06b5-4513-9c82-91b5552b987d.json used request id req-f18ca790-0b47-42ea-8cd9-55df1aea46a8 2018-12-12 17:16:45,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-12-12 17:16:45,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:45,588 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 17:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22cb55cb-5a2b-4951-aed1-4cf5c1f13a63 x-compute-request-id: req-22cb55cb-5a2b-4951-aed1-4cf5c1f13a63 Content-Length: 0 Content-Type: application/json 2018-12-12 17:16:45,589 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846 used request id req-22cb55cb-5a2b-4951-aed1-4cf5c1f13a63 2018-12-12 17:16:45,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0371239185333s 2018-12-12 17:16:45,589 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vyos_vrouter-kp_b5b75227-0632-4fbb-8e3e-ae2718438846 used request id req-22cb55cb-5a2b-4951-aed1-4cf5c1f13a63 2018-12-12 17:16:45,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-12 17:16:45,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb/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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" -d '{"subnet_id": "e2203f45-30fe-491a-9d43-15102bd5bae0"}' 2018-12-12 17:16:47,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-55a8e3d4-8ec6-4a8f-8fa0-828156b07e2f Date: Wed, 12 Dec 2018 17:16:47 GMT RESP BODY: {"network_id": "66689e83-2cb6-481c-b79d-140e7b1f6d57", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "subnet_id": "e2203f45-30fe-491a-9d43-15102bd5bae0", "subnet_ids": ["e2203f45-30fe-491a-9d43-15102bd5bae0"], "port_id": "bb903682-3394-4404-af37-897c25807109", "id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb"} 2018-12-12 17:16:47,025 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb/remove_router_interface.json used request id req-55a8e3d4-8ec6-4a8f-8fa0-828156b07e2f 2018-12-12 17:16:47,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.43607997894s 2018-12-12 17:16:47,026 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb/remove_router_interface.json used request id req-55a8e3d4-8ec6-4a8f-8fa0-828156b07e2f returning object ced74c51-1362-49a2-a29c-c3f4d2eeeacb 2018-12-12 17:16:47,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-12 17:16:47,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:47,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-cb6c83e2-749f-43f7-ade8-e50975015fd7 Date: Wed, 12 Dec 2018 17:16:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:29Z", "admin_state_up": true, "updated_at": "2018-12-12T17:16:46Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "ced74c51-1362-49a2-a29c-c3f4d2eeeacb", "name": "vyos_vrouter-router_b5b75227-0632-4fbb-8e3e-ae2718438846"}]} 2018-12-12 17:16:47,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-cb6c83e2-749f-43f7-ade8-e50975015fd7 2018-12-12 17:16:47,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.31396484375s 2018-12-12 17:16:47,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-cb6c83e2-749f-43f7-ade8-e50975015fd7 2018-12-12 17:16:47,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-12 17:16:47,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:50,846 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad9862ac-be6e-4a29-b680-edcc6641f2f4 Content-Length: 0 Date: Wed, 12 Dec 2018 17:16:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:16:50,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb.json used request id req-ad9862ac-be6e-4a29-b680-edcc6641f2f4 2018-12-12 17:16:50,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.50390791893s 2018-12-12 17:16:50,846 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/ced74c51-1362-49a2-a29c-c3f4d2eeeacb.json used request id req-ad9862ac-be6e-4a29-b680-edcc6641f2f4 2018-12-12 17:16:50,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 17:16:50,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:50,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-230b4135-a13e-45da-a21e-496e32507052 Date: Wed, 12 Dec 2018 17:16:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T16:59:27Z","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":"2883b1bcf4b64402ac3c72e8fe1932de","id":"e2203f45-30fe-491a-9d43-15102bd5bae0","subnetpool_id":null,"name":"vyos_vrouter-subnet_b5b75227-0632-4fbb-8e3e-ae2718438846"}]} 2018-12-12 17:16:50,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-230b4135-a13e-45da-a21e-496e32507052 2018-12-12 17:16:50,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0620920658112s 2018-12-12 17:16:50,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-230b4135-a13e-45da-a21e-496e32507052 2018-12-12 17:16:50,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-12 17:16:50,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/e2203f45-30fe-491a-9d43-15102bd5bae0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:53,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be9945d4-7d13-4b03-9d98-a0388ada0be7 Date: Wed, 12 Dec 2018 17:16:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:16:53,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/e2203f45-30fe-491a-9d43-15102bd5bae0.json used request id req-be9945d4-7d13-4b03-9d98-a0388ada0be7 2018-12-12 17:16:53,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.20879912376s 2018-12-12 17:16:53,120 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/e2203f45-30fe-491a-9d43-15102bd5bae0.json used request id req-be9945d4-7d13-4b03-9d98-a0388ada0be7 2018-12-12 17:16:53,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 17:16:53,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:53,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-e0f44dd3-d415-4c37-89fc-b170c3e75573 Date: Wed, 12 Dec 2018 17:16: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":[],"updated_at":"2018-12-12T17:16:52Z","tenant_id":"2883b1bcf4b64402ac3c72e8fe1932de","created_at":"2018-12-12T16:59:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"2883b1bcf4b64402ac3c72e8fe1932de","id":"66689e83-2cb6-481c-b79d-140e7b1f6d57","name":"vyos_vrouter-net_b5b75227-0632-4fbb-8e3e-ae2718438846"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500}]} 2018-12-12 17:16:53,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e0f44dd3-d415-4c37-89fc-b170c3e75573 2018-12-12 17:16:53,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10968708992s 2018-12-12 17:16:53,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e0f44dd3-d415-4c37-89fc-b170c3e75573 2018-12-12 17:16:53,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-12 17:16:53,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/66689e83-2cb6-481c-b79d-140e7b1f6d57.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:54,370 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4d20b7cd-1506-4cb0-b5cb-cf6d434aa85e Date: Wed, 12 Dec 2018 17:16:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:16:54,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/66689e83-2cb6-481c-b79d-140e7b1f6d57.json used request id req-4d20b7cd-1506-4cb0-b5cb-cf6d434aa85e 2018-12-12 17:16:54,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.138712883s 2018-12-12 17:16:54,371 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/66689e83-2cb6-481c-b79d-140e7b1f6d57.json used request id req-4d20b7cd-1506-4cb0-b5cb-cf6d434aa85e 2018-12-12 17:16:54,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:16:54,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:54,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-bb6397cc-8193-49e2-b3b4-377fb8fbc43f Date: Wed, 12 Dec 2018 17:16:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "metadata": {}}], "file": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/file", "owner": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "size": 4373348352, "self": "/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-12-12T17:01:20Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b5b75227-0632-4fbb-8e3e-ae2718438846", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-12-12T16:59:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:16:54,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-bb6397cc-8193-49e2-b3b4-377fb8fbc43f 2018-12-12 17:16:54,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.55438709259s 2018-12-12 17:16:54,926 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-bb6397cc-8193-49e2-b3b4-377fb8fbc43f 2018-12-12 17:16:54,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 17:16:54,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8379f638826aa64f394d75e2b7f58e3fd17f3b37" 2018-12-12 17:16:58,632 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c59fa6f9-b196-416a-8292-45fc27770d3d Date: Wed, 12 Dec 2018 17:16:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:16:58,632 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39 used request id req-c59fa6f9-b196-416a-8292-45fc27770d3d 2018-12-12 17:16:58,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.70440006256s 2018-12-12 17:16:58,632 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/7f3d482e-9f26-43ad-a4b1-6b595ef7ae39 used request id req-c59fa6f9-b196-416a-8292-45fc27770d3d 2018-12-12 17:16:58,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 17:16:58,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:58,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54c3a1b2-8585-42e6-808e-e4d8f450e6db x-compute-request-id: req-54c3a1b2-8585-42e6-808e-e4d8f450e6db Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1d0a5256-310c-449d-9393-04552f71b7a8", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "1d0a5256-310c-449d-9393-04552f71b7a8", "name": "vyos_vrouter-flavor_b5b75227-0632-4fbb-8e3e-ae2718438846", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 17:16:58,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-54c3a1b2-8585-42e6-808e-e4d8f450e6db 2018-12-12 17:16:58,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0431299209595s 2018-12-12 17:16:58,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-54c3a1b2-8585-42e6-808e-e4d8f450e6db 2018-12-12 17:16:58,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 17:16:58,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:58,736 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 17: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-e1981b3c-7e7f-448b-8c07-e3a75dc82269 x-compute-request-id: req-e1981b3c-7e7f-448b-8c07-e3a75dc82269 Content-Length: 0 Content-Type: application/json 2018-12-12 17:16:58,736 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8 used request id req-e1981b3c-7e7f-448b-8c07-e3a75dc82269 2018-12-12 17:16:58,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0580530166626s 2018-12-12 17:16:58,736 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1d0a5256-310c-449d-9393-04552f71b7a8 used request id req-e1981b3c-7e7f-448b-8c07-e3a75dc82269 2018-12-12 17:16:58,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 17:16:58,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:58,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad992f67-a02c-4f69-9020-430aa75bd06f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_b5b75227-0632-4fbb-8e3e-ae2718438846", "links": {"self": "http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061"}, "domain_id": "default", "enabled": true, "id": "7a14fe6a40644cc0b9f24cbf05da8061", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 17:16:58,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ad992f67-a02c-4f69-9020-430aa75bd06f 2018-12-12 17:16:58,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973930358887s 2018-12-12 17:16:58,835 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ad992f67-a02c-4f69-9020-430aa75bd06f 2018-12-12 17:16:58,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 17:16:58,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:58,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc710eb3-95d8-403f-89a3-6ccdb8ddd616 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061"}, "enabled": true, "id": "7a14fe6a40644cc0b9f24cbf05da8061", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_b5b75227-0632-4fbb-8e3e-ae2718438846"}} 2018-12-12 17:16:58,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061 used request id req-fc710eb3-95d8-403f-89a3-6ccdb8ddd616 2018-12-12 17:16:58,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102701187134s 2018-12-12 17:16:58,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061 used request id req-fc710eb3-95d8-403f-89a3-6ccdb8ddd616 2018-12-12 17:16:58,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 17:16:58,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:59,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:16:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66f5490e-d59c-4f68-83f2-24b1fcc98cc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:16:59,205 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061 used request id req-66f5490e-d59c-4f68-83f2-24b1fcc98cc4 2018-12-12 17:16:59,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.260506153107s 2018-12-12 17:16:59,205 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7a14fe6a40644cc0b9f24cbf05da8061 used request id req-66f5490e-d59c-4f68-83f2-24b1fcc98cc4 2018-12-12 17:16:59,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 17:16:59,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:59,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6da1fba-bf58-44b8-a12f-ba22354d15df Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de"}, "enabled": true, "id": "2883b1bcf4b64402ac3c72e8fe1932de", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b5b75227-0632-4fbb-8e3e-ae2718438846"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-12 17:16:59,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-d6da1fba-bf58-44b8-a12f-ba22354d15df 2018-12-12 17:16:59,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844790935516s 2018-12-12 17:16:59,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-d6da1fba-bf58-44b8-a12f-ba22354d15df 2018-12-12 17:16:59,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 17:16:59,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:59,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-583ce05e-05e3-4d58-b0ef-55b275468ef9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:16:59,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de used request id req-583ce05e-05e3-4d58-b0ef-55b275468ef9 2018-12-12 17:16:59,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.16614317894s 2018-12-12 17:16:59,460 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2883b1bcf4b64402ac3c72e8fe1932de used request id req-583ce05e-05e3-4d58-b0ef-55b275468ef9 2018-12-12 17:16:59,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:16:59,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:59,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b8ac636-be62-4454-b422-99368bcfde3a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1102e4d72d874dcdbef170ea420cd7bb", "links": {"self": "http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb"}, "name": "Member"}, {"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:16:59,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2b8ac636-be62-4454-b422-99368bcfde3a 2018-12-12 17:16:59,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824339389801s 2018-12-12 17:16:59,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 17:16:59,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:59,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca40571c-918d-404f-adbd-9a76cc5c4bc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:16:59,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1102e4d72d874dcdbef170ea420cd7bb used request id req-ca40571c-918d-404f-adbd-9a76cc5c4bc6 2018-12-12 17:16:59,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.103682994843s 2018-12-12 17:16:59,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:16:59,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=2883b1bcf4b64402ac3c72e8fe1932de&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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:16:59,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-d6c0d1b4-6328-4d35-9297-0e37058d56c0 Date: Wed, 12 Dec 2018 17:16:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}]} 2018-12-12 17:16:59,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=2883b1bcf4b64402ac3c72e8fe1932de&name=default used request id req-d6c0d1b4-6328-4d35-9297-0e37058d56c0 2018-12-12 17:16:59,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199410200119s 2018-12-12 17:16:59,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=2883b1bcf4b64402ac3c72e8fe1932de&name=default used request id req-d6c0d1b4-6328-4d35-9297-0e37058d56c0 2018-12-12 17:16:59,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:16:59,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:17:00,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bbb915d3-9b8a-458b-a135-bed77f1348f9 Date: Wed, 12 Dec 2018 17:17:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "created_at": "2018-12-12T16:59:26Z", "updated_at": "2018-12-12T16:59:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "5090d2ab-e217-406a-a661-1a8a9e296ef6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "a822f0ab-611f-4418-b141-861cd01eac5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "f3bf3e0d-59f8-423a-8ac0-4a6a8a24294d", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv6", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T16:59:26Z", "revision_number": 0, "id": "4515d8a5-fe45-47eb-8fb7-06bc9d36c9d5", "remote_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "remote_ip_prefix": null, "created_at": "2018-12-12T16:59:26Z", "security_group_id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "tenant_id": "2883b1bcf4b64402ac3c72e8fe1932de", "port_range_min": null, "ethertype": "IPv4", "project_id": "2883b1bcf4b64402ac3c72e8fe1932de"}], "revision_number": 4, "project_id": "2883b1bcf4b64402ac3c72e8fe1932de", "id": "9235eda8-75d7-4c99-b04b-79c579bd107d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}]} 2018-12-12 17:17:00,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-bbb915d3-9b8a-458b-a135-bed77f1348f9 2018-12-12 17:17:00,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202227115631s 2018-12-12 17:17:00,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-bbb915d3-9b8a-458b-a135-bed77f1348f9 2018-12-12 17:17:00,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 17:17:00,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9235eda8-75d7-4c99-b04b-79c579bd107d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3edee5ca4ff68d43f9ab8b622ead9fdce0eb01a4" 2018-12-12 17:17:00,339 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-faa5b83b-a404-4d13-9dbf-23aadaf05f71 Content-Length: 0 Date: Wed, 12 Dec 2018 17:17:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:17:00,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9235eda8-75d7-4c99-b04b-79c579bd107d.json used request id req-faa5b83b-a404-4d13-9dbf-23aadaf05f71 2018-12-12 17:17:00,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.277829885483s 2018-12-12 17:17:00,339 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9235eda8-75d7-4c99-b04b-79c579bd107d.json used request id req-faa5b83b-a404-4d13-9dbf-23aadaf05f71 2018-12-12 17:17:00,359 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-12-12 17:17:00,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 17:17:00,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 17:17:00,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 17:17:00,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 17:17:00,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 17:17:00,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 17:17:00,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 17:17:00,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 17:17:00,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 17:17:00,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 17:17:00,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 17:17:00,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 17:17:00,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 17:17:00,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 17:17:00,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 17:17:00,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a945a55c-c387-42f7-bed9-05337bfd3ce6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 17:17:00,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a945a55c-c387-42f7-bed9-05337bfd3ce6 2018-12-12 17:17:00,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 17:17:00,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T18:17:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["-nP_4iOvQviqHnWXHoN60A"], "issued_at": "2018-12-12T17:17:00.000000Z"}} 2018-12-12 17:17:00,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 17:17:00,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:01,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4181eea2-5c71-446c-b7eb-3ece02af6375 Date: Wed, 12 Dec 2018 17:17:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 17:17:01,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4181eea2-5c71-446c-b7eb-3ece02af6375 2018-12-12 17:17:01,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239219903946s 2018-12-12 17:17:01,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4181eea2-5c71-446c-b7eb-3ece02af6375 2018-12-12 17:17:01,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 17:17:01,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:01,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 17:17:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 17:17:01,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:01,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2ce2bf-89f2-4a8b-97f8-da2e91facd9f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 17:17:01,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-3e2ce2bf-89f2-4a8b-97f8-da2e91facd9f 2018-12-12 17:17:01,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0939199924469s 2018-12-12 17:17:01,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 17:17:01,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_47926713-be80-4222-909c-555d6afd6499"}}' 2018-12-12 17:17:01,253 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 17:17:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65a738e2-001d-4514-ab2a-56a65129353b 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.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a"}, "enabled": true, "id": "9752db46fe55466f977c10e4ca91643a", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_47926713-be80-4222-909c-555d6afd6499"}} 2018-12-12 17:17:01,253 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-65a738e2-001d-4514-ab2a-56a65129353b 2018-12-12 17:17:01,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116698980331s 2018-12-12 17:17:01,253 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-65a738e2-001d-4514-ab2a-56a65129353b 2018-12-12 17:17:01,254 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_47926713-be80-4222-909c-555d6afd6499', 'id': u'9752db46fe55466f977c10e4ca91643a', 'description': u'Created by OPNFV Functest: juju_epc', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 17:17:01,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 17:17:01,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351143121719s 2018-12-12 17:17:01,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:01,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d9b134-a8d0-4b01-ba3b-a4ffdf93683c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7"}, "enabled": true, "id": "db7b056a9daa4ae5975102746e2fc0e7", "options": {}, "domain_id": "default", "name": "juju_epc-user_47926713-be80-4222-909c-555d6afd6499"}} 2018-12-12 17:17:01,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7 used request id req-29d9b134-a8d0-4b01-ba3b-a4ffdf93683c 2018-12-12 17:17:01,700 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'db7b056a9daa4ae5975102746e2fc0e7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_47926713-be80-4222-909c-555d6afd6499'}) 2018-12-12 17:17:01,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:17:01,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:01,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc5051e-73ef-449a-bdc7-f7dabfc30b0e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:17:01,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3dc5051e-73ef-449a-bdc7-f7dabfc30b0e 2018-12-12 17:17:01,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832328796387s 2018-12-12 17:17:01,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:17:01,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:01,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12970706-5a9c-46a2-8f99-3a3429b3f5a8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:17:01,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-12970706-5a9c-46a2-8f99-3a3429b3f5a8 2018-12-12 17:17:01,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0730319023132s 2018-12-12 17:17:01,859 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 17:17:01,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 17:17:01,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" -d '{"role": {"name": "Member"}}' 2018-12-12 17:17:01,977 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 17:17:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b9e125b-5531-4b92-9772-bbf530fe6267 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d59143de9354607b6be7e3348a62b18", "links": {"self": "http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18"}, "name": "Member"}} 2018-12-12 17:17:01,977 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8b9e125b-5531-4b92-9772-bbf530fe6267 2018-12-12 17:17:01,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.118127822876s 2018-12-12 17:17:01,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a044adeb-d582-4ddc-9294-a474108a81e1 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18"}, "domain_id": null, "name": "Member", "id": "3d59143de9354607b6be7e3348a62b18"}} 2018-12-12 17:17:02,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18 used request id req-a044adeb-d582-4ddc-9294-a474108a81e1 2018-12-12 17:17:02,067 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18'}, 'domain_id': None, 'human_id': None, 'id': u'3d59143de9354607b6be7e3348a62b18', 'HUMAN_ID': False}) 2018-12-12 17:17:02,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:17:02,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4481e1-5b36-4b0a-9b6a-30204469e5a6 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "3d59143de9354607b6be7e3348a62b18", "links": {"self": "http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18"}, "name": "Member"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:17:02,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ef4481e1-5b36-4b0a-9b6a-30204469e5a6 2018-12-12 17:17:02,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737471580505s 2018-12-12 17:17:02,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 17:17:02,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2ebce7-baa6-4e40-9a06-de42531a81ca 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 17:17:02,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-5f2ebce7-baa6-4e40-9a06-de42531a81ca 2018-12-12 17:17:02,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0845830440521s 2018-12-12 17:17:02,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 17:17:02,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285de133-7eaa-499f-9f0f-55207b5f0e33 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_47926713-be80-4222-909c-555d6afd6499", "links": {"self": "http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7"}, "domain_id": "default", "enabled": true, "id": "db7b056a9daa4ae5975102746e2fc0e7", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 17:17:02,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-285de133-7eaa-499f-9f0f-55207b5f0e33 2018-12-12 17:17:02,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189892053604s 2018-12-12 17:17:02,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-285de133-7eaa-499f-9f0f-55207b5f0e33 2018-12-12 17:17:02,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 17:17:02,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb156d4b-9389-4d39-8b57-d3879ee63639 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a"}, "enabled": true, "id": "9752db46fe55466f977c10e4ca91643a", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_47926713-be80-4222-909c-555d6afd6499"}]} 2018-12-12 17:17:02,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-eb156d4b-9389-4d39-8b57-d3879ee63639 2018-12-12 17:17:02,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0750999450684s 2018-12-12 17:17:02,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-eb156d4b-9389-4d39-8b57-d3879ee63639 2018-12-12 17:17:02,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 17:17:02,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=db7b056a9daa4ae5975102746e2fc0e7&scope.project.id=9752db46fe55466f977c10e4ca91643a&role.id=3d59143de9354607b6be7e3348a62b18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a8d203-9de1-4202-aa7f-7fc79174c0a6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=db7b056a9daa4ae5975102746e2fc0e7&scope.project.id=9752db46fe55466f977c10e4ca91643a&role.id=3d59143de9354607b6be7e3348a62b18", "previous": null, "next": null}} 2018-12-12 17:17:02,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=db7b056a9daa4ae5975102746e2fc0e7&scope.project.id=9752db46fe55466f977c10e4ca91643a&role.id=3d59143de9354607b6be7e3348a62b18 used request id req-67a8d203-9de1-4202-aa7f-7fc79174c0a6 2018-12-12 17:17:02,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0830888748169s 2018-12-12 17:17:02,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 17:17:02,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a/users/db7b056a9daa4ae5975102746e2fc0e7/roles/3d59143de9354607b6be7e3348a62b18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-806714cd-4992-4de8-8460-98000cddb9c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:17:02,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a/users/db7b056a9daa4ae5975102746e2fc0e7/roles/3d59143de9354607b6be7e3348a62b18 used request id req-806714cd-4992-4de8-8460-98000cddb9c4 2018-12-12 17:17:02,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11766409874s 2018-12-12 17:17:02,705 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_47926713-be80-4222-909c-555d6afd6499', 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': 'ae799742-45d8-4b2b-9d3b-756723859d40', 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_47926713-be80-4222-909c-555d6afd6499', 'project_id': u'9752db46fe55466f977c10e4ca91643a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 17:17:02,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 17:17:02,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 17:17:02,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 17:17:02,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 17:17:02,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 17:17:02,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 17:17:02,710 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_47926713-be80-4222-909c-555d6afd6499', 'password': 'ae799742-45d8-4b2b-9d3b-756723859d40', 'project_name': 'juju_epc-project_47926713-be80-4222-909c-555d6afd6499', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '9752db46fe55466f977c10e4ca91643a', 'project_domain_name': 'Default'} 2018-12-12 17:17:02,774 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-12-12 17:17:02,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-12-12 17:17:02,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51d7f3ae-34a6-4482-b582-063b8f1f1180 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://172.30.9.29:5000/v3/services/0481606aae47414289a135e94e87d738"}, "enabled": true, "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.29:5000/v3/services/26a8c1b5b4ee482c8b8d183726e5593e"}, "enabled": true, "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.29:5000/v3/services/49b5821b982f47dc9cfdef559531f024"}, "enabled": true, "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.29:5000/v3/services/4d89495c641b4613981578c94715d9f2"}, "enabled": true, "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/5249739c7c4b483092e996667de5da89"}, "enabled": true, "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.29:5000/v3/services/894f973f4aeb47faae774c2454c55d27"}, "enabled": true, "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/9915ca40bebb43f58bbe5528089f21fe"}, "enabled": true, "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.29:5000/v3/services/9ff2d074825e4a5b9d63382f23599e68"}, "enabled": true, "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.29:5000/v3/services/aa0be7e211884e14924b78f7ad06ac74"}, "enabled": true, "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.29:5000/v3/services/aba2d393ebd2480f91599bdf31cb6e11"}, "enabled": true, "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.29:5000/v3/services/c11c5829aed5432e84ad6bf85068e64d"}, "enabled": true, "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.29:5000/v3/services/d135ce74b9f3420f80ed685542d3cf1d"}, "enabled": true, "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.29:5000/v3/services/dc452687adff4f569cfaa7d299f9dd5e"}, "enabled": true, "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.29:5000/v3/services/dc6ed48edc04499f9a182f35939690e2"}, "enabled": true, "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e541bbfee8914dd6934d4e091aa57647"}, "enabled": true, "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e874afba9ae043c39f9a787d8b90d554"}, "enabled": true, "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "links": {"self": "http://172.30.9.29:5000/v3/services", "previous": null, "next": null}} 2018-12-12 17:17:02,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/services used request id req-51d7f3ae-34a6-4482-b582-063b8f1f1180 2018-12-12 17:17:02,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.083034992218s 2018-12-12 17:17:02,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-12-12 17:17:02,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:02,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62558795-6656-4714-b25e-d679dc955133 Content-Encoding: gzip Content-Length: 2087 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/06975e41e99b42fe92afd2816adaac74"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "06975e41e99b42fe92afd2816adaac74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1c8e95da67e8461b91e9326c1ca65151"}, "url": "http://172.30.9.29:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/24292e46bf614d84981400762f62fcfd"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "24292e46bf614d84981400762f62fcfd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/243ec67becf74943b3d7981bad8fb4d0"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/30940b1293414bbbab1880078605bfee"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "30940b1293414bbbab1880078605bfee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/32aed177997c45c4bd3e936bafa9eaa0"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3594b1eced7845cc937caabf9b57d581"}, "url": "http://172.30.9.29:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "3594b1eced7845cc937caabf9b57d581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c08bfc93c9a4e57a845b340351ab748"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c38401b5fde4de18c44fc53e37ff8a2"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3d6ee04f8aee4ada992182531c073508"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "3d6ee04f8aee4ada992182531c073508"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/43e107428d2d44c9adc53db452e0ba86"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/468780ded8e2463aa005cb20044ca45c"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9915ca40bebb43f58bbe5528089f21fe", "id": "468780ded8e2463aa005cb20044ca45c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4ebeecbcb7814aa49e8e472424ecf8b2"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4d89495c641b4613981578c94715d9f2", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/5189a41dc7c0475e9a441a84b0ace08a"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/53b570cf4a8d49bc989b850b64308969"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "53b570cf4a8d49bc989b850b64308969"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/59e1cd18bb3d4723b60ecc0203e49df1"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/613ccf27ea0e4983a7ac82483ca0e29c"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5249739c7c4b483092e996667de5da89", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/68f8e9776aca4ef1a5334345ea7dd8e1"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/70e2ec52043a4e5dbf73a1cc6b12f53a"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/71ecedda2f8b4d03a4887671ac8802b5"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/75c1f3656dc64a67912740cd38c332aa"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9316dfa1d6244ac7b16130c96084cfa8"}, "url": "http://172.30.9.29:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26a8c1b5b4ee482c8b8d183726e5593e", "id": "9316dfa1d6244ac7b16130c96084cfa8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/95c09a137bf24451bd9aa49c23606392"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0481606aae47414289a135e94e87d738", "id": "95c09a137bf24451bd9aa49c23606392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9828265aeacc413d9ad7e42da3c80340"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/996ff08814d34ce48e3d0d0d7673f0c0"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e874afba9ae043c39f9a787d8b90d554", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a2123435cef7481f9e2f7ab62ec6a3a7"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a2d02d817a224c289466d2e97b4b69b9"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e541bbfee8914dd6934d4e091aa57647", "id": "a2d02d817a224c289466d2e97b4b69b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a669ec5921a5453c85b74fef87a11c16"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a6ac08b45ee94a6eb84090bc523991cb"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a81de178054b4e14956b68e56039b582"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "a81de178054b4e14956b68e56039b582"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b80bb88328354539ad2d07b7779fb73e"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc6ed48edc04499f9a182f35939690e2", "id": "b80bb88328354539ad2d07b7779fb73e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ba5e4e167df846c888982a8b6b4451a6"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0481606aae47414289a135e94e87d738", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ba7f25a493a64b24b1260ece9746a77c"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/bd2b1a359d3347f2a0f10c435afefb24"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5249739c7c4b483092e996667de5da89", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c0e9a91509d54ec38208512d119b3390"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "c0e9a91509d54ec38208512d119b3390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c84dc4076465470bbe696a72e8445b45"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c11c5829aed5432e84ad6bf85068e64d", "id": "c84dc4076465470bbe696a72e8445b45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d014db051447438fb82da13915300268"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "894f973f4aeb47faae774c2454c55d27", "id": "d014db051447438fb82da13915300268"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d18b7be7e819462094f5240cc5057bda"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5249739c7c4b483092e996667de5da89", "id": "d18b7be7e819462094f5240cc5057bda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d51e37c192dd4e5683662c4d240aae9c"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc452687adff4f569cfaa7d299f9dd5e", "id": "d51e37c192dd4e5683662c4d240aae9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e622727bd2774bacbd6bb37658c7c18f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e8c4ecc37d1f4e84be57f0cbc16e877b"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ff2d074825e4a5b9d63382f23599e68", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ea11c2bef59b490b992a17dc0597bee4"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0481606aae47414289a135e94e87d738", "id": "ea11c2bef59b490b992a17dc0597bee4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f2f0df3b7d4e4284b7e4417c4382534d"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aba2d393ebd2480f91599bdf31cb6e11", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f33813d709bb4283846d4969ece6c2ee"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "49b5821b982f47dc9cfdef559531f024", "id": "f33813d709bb4283846d4969ece6c2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ffa393ba312c4717a55f61373e9f78e0"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa0be7e211884e14924b78f7ad06ac74", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-12-12 17:17:02,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-62558795-6656-4714-b25e-d679dc955133 2018-12-12 17:17:02,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0874581336975s 2018-12-12 17:17:02,977 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-12-12 17:17:02,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 17:17:02,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:03,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-230e09f6-702a-4a9b-9357-f81a2fdd2d1a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 17:17:03,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-230e09f6-702a-4a9b-9357-f81a2fdd2d1a 2018-12-12 17:17:03,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0817170143127s 2018-12-12 17:17:03,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 17:17:03,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:17:03,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e40062-e0cf-4f8f-9d2b-ca52b43e2834 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a"}, "enabled": true, "id": "9752db46fe55466f977c10e4ca91643a", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_47926713-be80-4222-909c-555d6afd6499"}]} 2018-12-12 17:17:03,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b1e40062-e0cf-4f8f-9d2b-ca52b43e2834 2018-12-12 17:17:03,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0739879608154s 2018-12-12 17:17:03,135 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b1e40062-e0cf-4f8f-9d2b-ca52b43e2834 2018-12-12 17:17:03,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-12 17:17:03,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" -d '{"network": {"tenant_id": "9752db46fe55466f977c10e4ca91643a", "name": "juju_epc-net_47926713-be80-4222-909c-555d6afd6499", "admin_state_up": true}}' 2018-12-12 17:17:04,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-c4da1f02-96ca-4c78-88c1-70cb87aae668 Date: Wed, 12 Dec 2018 17:17:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f4e85e90-e66f-4c45-953c-646b42f1d687","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":15,"ipv4_address_scope":null,"shared":false,"project_id":"9752db46fe55466f977c10e4ca91643a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-12T17:17:04Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_47926713-be80-4222-909c-555d6afd6499","admin_state_up":true,"tenant_id":"9752db46fe55466f977c10e4ca91643a","created_at":"2018-12-12T17:17:03Z","mtu":1450}} 2018-12-12 17:17:04,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c4da1f02-96ca-4c78-88c1-70cb87aae668 2018-12-12 17:17:04,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.07070708275s 2018-12-12 17:17:04,209 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c4da1f02-96ca-4c78-88c1-70cb87aae668 2018-12-12 17:17:04,210 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-12T17:17:04Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f4e85e90-e66f-4c45-953c-646b42f1d687', u'provider:segmentation_id': 15, 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_47926713-be80-4222-909c-555d6afd6499', u'created_at': u'2018-12-12T17:17:03Z', u'mtu': 1450, u'tenant_id': u'9752db46fe55466f977c10e4ca91643a', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9752db46fe55466f977c10e4ca91643a'}) 2018-12-12 17:17:04,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 17:17:04,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2c073f5-7d40-4291-8bd6-32d545b3635f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 17:17:04,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d2c073f5-7d40-4291-8bd6-32d545b3635f 2018-12-12 17:17:04,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 17:17:04,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d59143de9354607b6be7e3348a62b18", "name": "Member"}], "expires_at": "2018-12-12T18:17:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9752db46fe55466f977c10e4ca91643a", "name": "juju_epc-project_47926713-be80-4222-909c-555d6afd6499"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/9752db46fe55466f977c10e4ca91643a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/9752db46fe55466f977c10e4ca91643a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/9752db46fe55466f977c10e4ca91643a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9752db46fe55466f977c10e4ca91643a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/9752db46fe55466f977c10e4ca91643a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/9752db46fe55466f977c10e4ca91643a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9752db46fe55466f977c10e4ca91643a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/9752db46fe55466f977c10e4ca91643a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/9752db46fe55466f977c10e4ca91643a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9752db46fe55466f977c10e4ca91643a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/9752db46fe55466f977c10e4ca91643a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/9752db46fe55466f977c10e4ca91643a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_47926713-be80-4222-909c-555d6afd6499", "id": "db7b056a9daa4ae5975102746e2fc0e7"}, "audit_ids": ["lCgiQa2KS06ReobMchNhXw"], "issued_at": "2018-12-12T17:17:04.000000Z"}} 2018-12-12 17:17:04,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 17:17:04,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:17:05,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-8b9a795b-e455-4989-aa80-e70647719bff Date: Wed, 12 Dec 2018 17:17:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T17:17:04Z","tenant_id":"9752db46fe55466f977c10e4ca91643a","created_at":"2018-12-12T17:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9752db46fe55466f977c10e4ca91643a","id":"f4e85e90-e66f-4c45-953c-646b42f1d687","name":"juju_epc-net_47926713-be80-4222-909c-555d6afd6499"}]} 2018-12-12 17:17:05,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-8b9a795b-e455-4989-aa80-e70647719bff 2018-12-12 17:17:05,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.622030973434s 2018-12-12 17:17:05,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-8b9a795b-e455-4989-aa80-e70647719bff 2018-12-12 17:17:05,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-12 17:17:05,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" -d '{"subnet": {"name": "juju_epc-subnet_47926713-be80-4222-909c-555d6afd6499", "enable_dhcp": true, "network_id": "f4e85e90-e66f-4c45-953c-646b42f1d687", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-12-12 17:17:05,975 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6c4b3e31-2771-4af3-98d1-cdf00f1fe8d8 Date: Wed, 12 Dec 2018 17:17:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4e85e90-e66f-4c45-953c-646b42f1d687","tenant_id":"9752db46fe55466f977c10e4ca91643a","created_at":"2018-12-12T17:17:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T17:17:05Z","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":"9752db46fe55466f977c10e4ca91643a","id":"fb2f21db-79d8-4a7e-b8e8-469ac8a86a60","subnetpool_id":null,"name":"juju_epc-subnet_47926713-be80-4222-909c-555d6afd6499"}} 2018-12-12 17:17:05,975 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6c4b3e31-2771-4af3-98d1-cdf00f1fe8d8 2018-12-12 17:17:05,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.743849039078s 2018-12-12 17:17:05,976 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6c4b3e31-2771-4af3-98d1-cdf00f1fe8d8 2018-12-12 17:17:05,976 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T17:17:05Z', 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'fb2f21db-79d8-4a7e-b8e8-469ac8a86a60', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_47926713-be80-4222-909c-555d6afd6499', u'enable_dhcp': True, u'network_id': u'f4e85e90-e66f-4c45-953c-646b42f1d687', u'tenant_id': u'9752db46fe55466f977c10e4ca91643a', u'created_at': u'2018-12-12T17:17:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'9752db46fe55466f977c10e4ca91643a'}) 2018-12-12 17:17:05,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-12 17:17:05,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" -d '{"router": {"external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db"}, "name": "juju_epc-router_47926713-be80-4222-909c-555d6afd6499", "admin_state_up": true}}' 2018-12-12 17:17:11,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-01268aff-c17c-4d4c-a64c-d30ddab27dba Date: Wed, 12 Dec 2018 17:17:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:17:06Z", "admin_state_up": true, "updated_at": "2018-12-12T17:17:07Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "9752db46fe55466f977c10e4ca91643a", "id": "55943bd5-af11-4705-ae55-fd2967cb8cf9", "name": "juju_epc-router_47926713-be80-4222-909c-555d6afd6499"}} 2018-12-12 17:17:11,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-01268aff-c17c-4d4c-a64c-d30ddab27dba 2018-12-12 17:17:11,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.54609012604s 2018-12-12 17:17:11,524 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-01268aff-c17c-4d4c-a64c-d30ddab27dba 2018-12-12 17:17:11,524 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-12-12T17:17:07Z', u'revision_number': 3, u'id': u'55943bd5-af11-4705-ae55-fd2967cb8cf9', u'external_gateway_info': {u'network_id': u'a8338694-3b57-490d-b186-bcbdf41bb7db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_47926713-be80-4222-909c-555d6afd6499', u'admin_state_up': True, u'tenant_id': u'9752db46fe55466f977c10e4ca91643a', u'created_at': u'2018-12-12T17:17:06Z', u'flavor_id': None, u'routes': [], u'project_id': u'9752db46fe55466f977c10e4ca91643a'}) 2018-12-12 17:17:11,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-12 17:17:11,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9/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}8cd3676a01bbcf022d650d25e5c710e8d9966089" -d '{"subnet_id": "fb2f21db-79d8-4a7e-b8e8-469ac8a86a60"}' 2018-12-12 17:17:13,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a9d60d5b-e2fd-4393-a930-22fcd39a5eda Date: Wed, 12 Dec 2018 17:17:13 GMT RESP BODY: {"network_id": "f4e85e90-e66f-4c45-953c-646b42f1d687", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "subnet_id": "fb2f21db-79d8-4a7e-b8e8-469ac8a86a60", "subnet_ids": ["fb2f21db-79d8-4a7e-b8e8-469ac8a86a60"], "port_id": "f1b11c56-3c04-4fd7-8410-d6151d152df8", "id": "55943bd5-af11-4705-ae55-fd2967cb8cf9"} 2018-12-12 17:17:13,694 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9/add_router_interface.json used request id req-a9d60d5b-e2fd-4393-a930-22fcd39a5eda 2018-12-12 17:17:13,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.16917800903s 2018-12-12 17:17:13,694 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9/add_router_interface.json used request id req-a9d60d5b-e2fd-4393-a930-22fcd39a5eda returning object 55943bd5-af11-4705-ae55-fd2967cb8cf9 2018-12-12 17:17:13,695 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-12-12 17:17:15,607 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:27e704f50494ce9ee4a86a413b4291de sha256:d1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5 2018-12-12 17:17:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:17:15,613 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 17:17:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 17:17:15,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:17:15,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:17:15,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6da4f640-a170-48f3-9139-958674d4c93d Date: Wed, 12 Dec 2018 17:17:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:17:15,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6da4f640-a170-48f3-9139-958674d4c93d 2018-12-12 17:17:15,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171909093857s 2018-12-12 17:17:15,786 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6da4f640-a170-48f3-9139-958674d4c93d 2018-12-12 17:17:15,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 17:17:15,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" -d '{"owner_specified.shade.md5": "27e704f50494ce9ee4a86a413b4291de", "owner_specified.shade.sha256": "d1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5", "owner_specified.shade.object": "images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_47926713-be80-4222-909c-555d6afd6499"}' 2018-12-12 17:17:15,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214 X-Openstack-Request-Id: req-6e853138-4746-4fc1-9656-cef9902eecff Date: Wed, 12 Dec 2018 17:17:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/file", "owner": "9752db46fe55466f977c10e4ca91643a", "id": "fc8a63d2-362d-4caa-89cd-1bd351502214", "size": null, "self": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "d1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5", "updated_at": "2018-12-12T17:17:15Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "27e704f50494ce9ee4a86a413b4291de", "name": "juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "checksum": null, "created_at": "2018-12-12T17:17:15Z", "protected": false} 2018-12-12 17:17:15,974 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-6e853138-4746-4fc1-9656-cef9902eecff 2018-12-12 17:17:15,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.186008930206s 2018-12-12 17:17:15,975 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-6e853138-4746-4fc1-9656-cef9902eecff returning object fc8a63d2-362d-4caa-89cd-1bd351502214 2018-12-12 17:17:15,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 17:17:15,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/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}8cd3676a01bbcf022d650d25e5c710e8d9966089" -d '' 2018-12-12 17:17:22,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1dd8cd75-11ef-413a-b925-780271156d65 Date: Wed, 12 Dec 2018 17:17:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:17:22,820 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/file used request id req-1dd8cd75-11ef-413a-b925-780271156d65 2018-12-12 17:17:22,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.84506511688s 2018-12-12 17:17:22,821 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/file used request id req-1dd8cd75-11ef-413a-b925-780271156d65 2018-12-12 17:17:22,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:17:22,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:17:22,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-308c7e33-d803-4afd-8297-c5eb43b5d04c Date: Wed, 12 Dec 2018 17:17:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap", "metadata": {}}], "file": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/file", "owner": "9752db46fe55466f977c10e4ca91643a", "id": "fc8a63d2-362d-4caa-89cd-1bd351502214", "size": 297074688, "self": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "d1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5", "updated_at": "2018-12-12T17:17:22Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "27e704f50494ce9ee4a86a413b4291de", "name": "juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "checksum": "27e704f50494ce9ee4a86a413b4291de", "created_at": "2018-12-12T17:17:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:17:22,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-308c7e33-d803-4afd-8297-c5eb43b5d04c 2018-12-12 17:17:22,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17395401001s 2018-12-12 17:17:22,996 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-308c7e33-d803-4afd-8297-c5eb43b5d04c 2018-12-12 17:17:22,998 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/file', 'owner': u'9752db46fe55466f977c10e4ca91643a', 'id': u'fc8a63d2-362d-4caa-89cd-1bd351502214', 'size': 297074688, u'self': u'/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9752db46fe55466f977c10e4ca91643a', 'name': 'juju_epc-project_47926713-be80-4222-909c-555d6afd6499', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T17:17:22Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-12T17:17:22Z', u'owner_specified.shade.sha256': u'd1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5', u'owner_specified.shade.object': u'images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'27e704f50494ce9ee4a86a413b4291de', 'properties': {u'self': u'/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214', u'owner_specified.shade.md5': u'27e704f50494ce9ee4a86a413b4291de', u'owner_specified.shade.object': u'images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499', u'owner_specified.shade.sha256': u'd1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_47926713-be80-4222-909c-555d6afd6499', 'created': u'2018-12-12T17:17:15Z', 'checksum': u'27e704f50494ce9ee4a86a413b4291de', 'created_at': u'2018-12-12T17:17:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214', u'owner_specified.shade.md5': u'27e704f50494ce9ee4a86a413b4291de', u'owner_specified.shade.object': u'images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499', u'owner_specified.shade.sha256': u'd1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5', u'schema': u'/v2/schemas/image'}}) 2018-12-12 17:17:26,099 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i fc8a63d2-362d-4caa-89cd-1bd351502214 -s xenial -r regionOne -u http://172.30.9.29:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 18 cloud regions added; 1 cloud attribute changed as well as 5 cloud regions deleted: added cloud region: - aws-china/cn-northwest-1 - azure/francecentral - cloudsigma/dub - cloudsigma/fra - cloudsigma/mel - cloudsigma/mnl - cloudsigma/per - cloudsigma/ruh - cloudsigma/waw - google/asia-east2 - google/europe-north1 - google/europe-west4 - google/northamerica-northeast1 - google/us-west2 - oracle/eu-frankfurt-1 - oracle/uk-london-1 - oracle/us-ashburn-1 - oracle/us-phoenix-1 changed cloud attribute: - oracle deleted cloud region: - oracle/em2 - oracle/em3 - oracle/us2 - oracle/us6 - oracle/uscom-central-1 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-12-12 17:17:26,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 17:17:26,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_47926713-be80-4222-909c-555d6afd6499", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-12-12 17:17:26,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17: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-06d8414c-3714-4a28-94f8-7f6db0556869 x-compute-request-id: req-06d8414c-3714-4a28-94f8-7f6db0556869 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/45f60ab1-166a-46fb-b179-198109bffee4", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "45f60ab1-166a-46fb-b179-198109bffee4", "name": "juju_epc-flavor_47926713-be80-4222-909c-555d6afd6499", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 17:17:26,333 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-06d8414c-3714-4a28-94f8-7f6db0556869 2018-12-12 17:17:26,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.232702970505s 2018-12-12 17:17:26,334 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-06d8414c-3714-4a28-94f8-7f6db0556869 returning object 45f60ab1-166a-46fb-b179-198109bffee4 2018-12-12 17:17:26,334 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_47926713-be80-4222-909c-555d6afd6499', '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'0179093643ff4edbbd51be3381013868', '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'45f60ab1-166a-46fb-b179-198109bffee4', 'swap': 0}) 2018-12-12 17:17:26,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 17:17:26,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4/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}c1ae01d5916e800559e8286fa09fad09a9b61d34" -d '{"extra_specs": {}}' 2018-12-12 17:17:26,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17: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-fa95639d-d0cf-463f-b777-ea9b0b81ce51 x-compute-request-id: req-fa95639d-d0cf-463f-b777-ea9b0b81ce51 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 17:17:26,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4/os-extra_specs used request id req-fa95639d-d0cf-463f-b777-ea9b0b81ce51 2018-12-12 17:17:26,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213770866394s 2018-12-12 17:17:26,357 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4/os-extra_specs used request id req-fa95639d-d0cf-463f-b777-ea9b0b81ce51 2018-12-12 17:17:26,357 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-12-12 17:17:26,359 - 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-318 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | STORAGE_PROTOCOL | iSCSI | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-12-12 17:17:26,366 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-12-12 17:17:26,540 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-12-12 17:17:26,541 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-12-12 17:17:26,690 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-12-12 17:17:26,691 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-12-12 17:17:28,193 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:82988902051ff00ce70f6bafb41fe397 sha256:c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3 2018-12-12 17:17:28,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:17:28,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:17:28,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-71b3d42a-48a9-41ef-a685-43394a6f4494 Date: Wed, 12 Dec 2018 17:17:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap", "metadata": {}}], "file": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/file", "owner": "9752db46fe55466f977c10e4ca91643a", "id": "fc8a63d2-362d-4caa-89cd-1bd351502214", "size": 297074688, "self": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "d1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5", "updated_at": "2018-12-12T17:17:22Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "27e704f50494ce9ee4a86a413b4291de", "name": "juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "checksum": "27e704f50494ce9ee4a86a413b4291de", "created_at": "2018-12-12T17:17:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:17:28,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-71b3d42a-48a9-41ef-a685-43394a6f4494 2018-12-12 17:17:28,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202326059341s 2018-12-12 17:17:28,397 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-71b3d42a-48a9-41ef-a685-43394a6f4494 2018-12-12 17:17:28,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 17:17:28,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" -d '{"owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "owner_specified.shade.object": "images/juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499"}' 2018-12-12 17:17:28,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb X-Openstack-Request-Id: req-aed66486-3f74-442b-9142-eef921bfeb5a Date: Wed, 12 Dec 2018 17:17:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/file", "owner": "9752db46fe55466f977c10e4ca91643a", "id": "4801c4f4-0feb-49bd-94a9-4651746b63fb", "size": null, "self": "/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "updated_at": "2018-12-12T17:17:28Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "name": "juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499", "checksum": null, "created_at": "2018-12-12T17:17:28Z", "protected": false} 2018-12-12 17:17:28,650 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-aed66486-3f74-442b-9142-eef921bfeb5a 2018-12-12 17:17:28,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.250096082687s 2018-12-12 17:17:28,650 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-aed66486-3f74-442b-9142-eef921bfeb5a returning object 4801c4f4-0feb-49bd-94a9-4651746b63fb 2018-12-12 17:17:28,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 17:17:28,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/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}8cd3676a01bbcf022d650d25e5c710e8d9966089" -d '' 2018-12-12 17:17:33,939 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6dbfe4a2-56ee-4f0f-8674-f1ba08fb5649 Date: Wed, 12 Dec 2018 17:17:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:17:33,939 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/file used request id req-6dbfe4a2-56ee-4f0f-8674-f1ba08fb5649 2018-12-12 17:17:33,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.28797507286s 2018-12-12 17:17:33,939 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/file used request id req-6dbfe4a2-56ee-4f0f-8674-f1ba08fb5649 2018-12-12 17:17:33,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:17:33,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:17:34,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-64621082-9803-4bdb-a110-bd2440c5081b Date: Wed, 12 Dec 2018 17:17:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/snap", "metadata": {}}], "file": "/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/file", "owner": "9752db46fe55466f977c10e4ca91643a", "id": "4801c4f4-0feb-49bd-94a9-4651746b63fb", "size": 263586304, "self": "/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "updated_at": "2018-12-12T17:17:33Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "name": "juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499", "checksum": "82988902051ff00ce70f6bafb41fe397", "created_at": "2018-12-12T17:17:28Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap", "metadata": {}}], "file": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/file", "owner": "9752db46fe55466f977c10e4ca91643a", "id": "fc8a63d2-362d-4caa-89cd-1bd351502214", "size": 297074688, "self": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "d1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5", "updated_at": "2018-12-12T17:17:22Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "27e704f50494ce9ee4a86a413b4291de", "name": "juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "checksum": "27e704f50494ce9ee4a86a413b4291de", "created_at": "2018-12-12T17:17:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:17:34,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-64621082-9803-4bdb-a110-bd2440c5081b 2018-12-12 17:17:34,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181305885315s 2018-12-12 17:17:34,122 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-64621082-9803-4bdb-a110-bd2440c5081b 2018-12-12 17:17:34,125 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/file', 'owner': u'9752db46fe55466f977c10e4ca91643a', 'id': u'4801c4f4-0feb-49bd-94a9-4651746b63fb', 'size': 263586304, u'self': u'/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9752db46fe55466f977c10e4ca91643a', 'name': 'juju_epc-project_47926713-be80-4222-909c-555d6afd6499', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/4801c4f4-0feb-49bd-94a9-4651746b63fb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T17:17:33Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-12T17:17:33Z', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'owner_specified.shade.object': u'images/juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', 'properties': {u'self': u'/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb', u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', u'owner_specified.shade.object': u'images/juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499', 'created': u'2018-12-12T17:17:28Z', 'checksum': u'82988902051ff00ce70f6bafb41fe397', 'created_at': u'2018-12-12T17:17:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb', u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', u'owner_specified.shade.object': u'images/juju_epc-img_alt_47926713-be80-4222-909c-555d6afd6499', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'schema': u'/v2/schemas/image'}}) 2018-12-12 17:17:34,363 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 4801c4f4-0feb-49bd-94a9-4651746b63fb -s trusty -r regionOne -u http://172.30.9.29:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-12-12 17:17:34,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 17:17:34,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_47926713-be80-4222-909c-555d6afd6499", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-12-12 17:17:34,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79a6db93-3e67-45ab-8557-1bc8b68d150e x-compute-request-id: req-79a6db93-3e67-45ab-8557-1bc8b68d150e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4eecde30-7b0d-4e3d-a6a1-0afbba33af80", "name": "juju_epc-flavor_alt_47926713-be80-4222-909c-555d6afd6499", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 17:17:34,414 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-79a6db93-3e67-45ab-8557-1bc8b68d150e 2018-12-12 17:17:34,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0508248806s 2018-12-12 17:17:34,415 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-79a6db93-3e67-45ab-8557-1bc8b68d150e returning object 4eecde30-7b0d-4e3d-a6a1-0afbba33af80 2018-12-12 17:17:34,416 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_47926713-be80-4222-909c-555d6afd6499', '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'0179093643ff4edbbd51be3381013868', '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'4eecde30-7b0d-4e3d-a6a1-0afbba33af80', 'swap': 0}) 2018-12-12 17:17:34,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 17:17:34,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80/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}c1ae01d5916e800559e8286fa09fad09a9b61d34" -d '{"extra_specs": {}}' 2018-12-12 17:17:34,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:17:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50ae0831-d986-4670-992b-ae7a18e42d8d x-compute-request-id: req-50ae0831-d986-4670-992b-ae7a18e42d8d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 17:17:34,438 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80/os-extra_specs used request id req-50ae0831-d986-4670-992b-ae7a18e42d8d 2018-12-12 17:17:34,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021143913269s 2018-12-12 17:17:34,438 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80/os-extra_specs used request id req-50ae0831-d986-4670-992b-ae7a18e42d8d 2018-12-12 17:17:34,438 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-12-12 17:21:39,255 - 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=f4e85e90-e66f-4c45-953c-646b42f1d687 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 17:17:34 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 17:17:34 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=f4e85e90-e66f-4c45-953c-646b42f1d687", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 17:17:34 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 17:17:34 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[network:f4e85e90-e66f-4c45-953c-646b42f1d687 external-network: use-openstack-gbp:false policy-target-group: use-floating-ip:true use-default-secgroup:true] 17:17:34 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 17:17:34 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[https-proxy: cloudinit-userdata: ignore-machine-addresses:false use-floating-ip:true container-inherit-properties: firewall-mode:instance egress-subnets: default-series:xenial disable-network-management:false image-stream:released provisioner-harvest-mode:destroyed no-proxy:127.0.0.1,localhost,::1 use-openstack-gbp:false net-bond-reconfigure-delay:17 resource-tags: apt-ftp-proxy: type:openstack enable-os-upgrade:true development:false fan-config: apt-no-proxy: agent-stream:released ftp-proxy: network:f4e85e90-e66f-4c45-953c-646b42f1d687 apt-https-proxy: update-status-hook-interval:5m logforward-enabled:false container-image-metadata-url: uuid:10308d35-1ef1-49cf-8a6e-b1d3b659fe71 ssl-hostname-verification:false http-proxy: test-mode:false image-metadata-url: max-action-results-size:5G enable-os-refresh-update:true apt-http-proxy: transmit-vendor-metrics:true name:controller apt-mirror: max-action-results-age:336h agent-metadata-url: max-status-history-size:5G proxy-ssh:false container-networking-method: use-default-secgroup:true authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGZt71ajKQ/k/VrQMYVKmfg0lCT02NJ/CzT30dTYXVp7CboRLvUCqhNl5Umfh/ptukB5Tr4LHldPJxFD2YIfr+nkVFPoZ9If21Fx3GY9WB+WcXMulyBmIiAEyxg/mX05nFb2AwhqgG+HaJAW4wCsD2UOKCL5sDdhDEfkt79r3oMJUMflzh7uz0RgU0zuU6P1A22Zz3yVd9+v3D9EA7PLYbyMTXhmZle8hcCxGLV/tTZ9Hx2cEnk4OYt0fMlkTr5oD+LtEsTYB9ylk+QWRWPU0m6aKZnXcrvlVMX4lYIsGQdjbaxwP3ElenEFApHgZc7HTHo6HLKxMz3cZkFhemA5gL juju-client-key container-image-stream:released policy-target-group: external-network: max-status-history-age:336h automatically-retry-hooks:true logging-config:] 17:17:34 INFO juju.provider.openstack provider.go:145 opening model "controller" 17:17:35 DEBUG goose :1 auth details: &{Token:gAAAAABcEUKvDgHWyAOl0lj0dz3kI0crgkJC8hmoabyx44QL5anZ_k463psa5ty_qNHuAN4i9UqxcNYFdRsIr1Wx1KH9eD88SLTwZBn0kUgtnqKNi9wSUgIyZn06sS38iL74onnRoxuMgtFhQr3Bzc6zXhHgiWmBZjSNBhrV9caJoPHg-Hmkm90 TenantId:9752db46fe55466f977c10e4ca91643a UserId:db7b056a9daa4ae5975102746e2fc0e7 Domain: RegionServiceURLs:map[regionOne:map[orchestration:http://172.30.9.29:8004/v1/9752db46fe55466f977c10e4ca91643a nfv-orchestration:http://172.30.9.29:9890 placement:http://172.30.9.29:8778/placement key-manager:http://172.30.9.29:9311 cloudformation:http://172.30.9.29:8000/v1 volumev2:http://172.30.9.29:8776/v2/9752db46fe55466f977c10e4ca91643a identity:http://172.30.9.29:5000 volume:http://172.30.9.29:8776/v1/9752db46fe55466f977c10e4ca91643a alarming:http://172.30.9.29:8042 image:http://172.30.9.29:9292 compute:http://172.30.9.29:8774/v2.1 volumev3:http://172.30.9.29:8776/v3/9752db46fe55466f977c10e4ca91643a network:http://172.30.9.29:9696 policy:http://172.30.9.29:1789 metric:http://172.30.9.29:8041]]} 17:17:35 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 17:17:35 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.29:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.29:8774/v2.1/ Rel:self}] Status:CURRENT}] 17:17:35 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 17:17:35 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 17:17:35 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 17:17:35 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 17:17:35 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 17:17:35 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 17:17:35 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 17:17:35 INFO cmd bootstrap.go:233 Loading image metadata 17:17:35 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 17:17:35 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 17:17:35 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 17:17:35 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.29:5000/v3} [vivid win2016nano win2012hvr2 win2012r2 win2016hv win8 bionic win2012 win2016 centos7 trusty xenial win10 win7 genericlinux utopic zesty win2008r2 artful opensuseleap raring saucy wily quantal yakkety win2012hv precise win81] [amd64 i386 armhf arm64 ppc64el s390x] released}} 17:17:35 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 17:17:37 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 17:17:38 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.29:5000/v3} not found 17:17:38 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.29:5000/v3} not found 17:17:38 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 17:17:38 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 17:17:38 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 17:17:38 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 17:17:38 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 17:17:38 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 17:17:38 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 17:17:38 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 17:17:38 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 17:17:38 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 []} 17:17:40 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 17:17:40 INFO cmd bootstrap.go:389 Starting new instance for initial controller 17:17:41 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 17:17:41 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 17:17:41 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:fc8a63d2-362d-4caa-89cd-1bd351502214 Arch:amd64 VirtType:}] 17:17:41 INFO juju.environs.instances image.go:106 find instance - using image with id: fc8a63d2-362d-4caa-89cd-1bd351502214 17:17:41 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 17:17:41 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 17:17:41 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2485 bytes 17:17:41 DEBUG juju.provider.openstack provider.go:1005 using network id "f4e85e90-e66f-4c45-953c-646b42f1d687" 17:17:41 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.29:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "98b08081-de18-4ba2-bab9-1044e7353305" has status BUILD, wait 10 seconds before retry, attempt 9 17:19:28 INFO juju.provider.openstack provider.go:1175 started instance "98b08081-de18-4ba2-bab9-1044e7353305" 17:19:28 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 17:19:29 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.210 17:19:29 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.210 17:19:32 INFO cmd bootstrap.go:225 - 98b08081-de18-4ba2-bab9-1044e7353305 (arch=amd64 mem=2G cores=1) 17:19:32 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 17:19:32 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 17:19:32 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 17:19:34 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 17:19:34 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 17:19:36 DEBUG juju.provider.openstack provider.go:417 instance 98b08081-de18-4ba2-bab9-1044e7353305 has floating IP address: 172.30.9.210 Attempting to connect to 172.30.9.210:22 Attempting to connect to 192.168.121.6:22 17:19:36 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.6 failed: ssh: connect to host 192.168.121.6 port 22: Connection refused 17:19:36 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.210 failed: /var/lib/juju/nonce.txt does not exist 17:19:41 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.6 failed: ssh: connect to host 192.168.121.6 port 22: Connection refused 17:19:41 INFO cmd bootstrap.go:333 Connected to 172.30.9.210 17:19:41 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]> 17:19:41 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-59fe71-controller-0 17:21:35 INFO cmd bootstrap.go:455 Bootstrap agent now started 17:21:38 DEBUG juju.provider.openstack provider.go:417 instance 98b08081-de18-4ba2-bab9-1044e7353305 has floating IP address: 172.30.9.210 17:21:38 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.210:17070 192.168.121.6:17070] 17:21:38 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.210 to verify accessibility... 17:21:38 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.210:17070 192.168.121.6:17070] 17:21:38 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" 17:21:38 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" 17:21:39 DEBUG juju.api monitor.go:35 RPC connection died 17:21:39 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 17:21:39 INFO cmd controller.go:88 Controller machines are in the "controller" model 17:21:39 INFO cmd controller.go:89 Initial model "default" added 17:21:39 INFO cmd supercommand.go:465 command finished 2018-12-12 17:21:39,256 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-12-12 17:21:39,256 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-12-12 17:22:02,589 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Resolving charm: cs:mysql-55 Executing changes: - upload charm /src/epc-requirements/abot_charm/abot-epc-basic for series xenial - deploy application abot-epc-basic on xenial using /src/epc-requirements/abot_charm/abot-epc-basic - expose abot-epc-basic - set annotations for abot-epc-basic - upload charm cs:mysql-55 for series trusty - deploy application mysql on trusty using cs:mysql-55 - set annotations for mysql - upload charm /src/epc-requirements/abot_charm/oai-epc for series trusty - deploy application oai-epc on trusty using /src/epc-requirements/abot_charm/oai-epc - set annotations for oai-epc - upload charm /src/epc-requirements/abot_charm/oai-hss for series trusty - deploy application oai-hss on trusty using /src/epc-requirements/abot_charm/oai-hss - set annotations for oai-hss - add relation mysql:db - oai-hss:db - add relation oai-hss:hss - oai-epc:hss - add relation oai-epc:epc - abot-epc-basic:epc - add relation oai-epc:ssh-abot-epc - abot-epc-basic:ssh-abot - add unit abot-epc-basic/0 to new machine 0 - add unit mysql/0 to new machine 1 - add unit oai-epc/0 to new machine 2 - add unit oai-hss/0 to new machine 3 Deploy of bundle completed. 2018-12-12 17:22:02,589 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-12-12 17:48:38,867 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-12-12 17:48:21.861339Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-12-12 17:48:38,868 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-12-12 17:48:38,868 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-12-12 17:48:39,098 - 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 blocked 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc blocked 1 oai-epc local 3 ubuntu oai-hss error 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* blocked idle 0 172.30.9.200 80/tcp,5000/tcp ABot blocked! EPC relation not established, unable to get to active state mysql/0* unknown idle 1 172.30.9.206 3306/tcp oai-epc/0* blocked idle 2 172.30.9.211 2152/udp Waiting for active connection with HSS to actually run EPC...add hss relation oai-hss/0* error idle 3 172.30.9.202 hook failed: "hss-relation-changed" Machine State DNS Inst id Series AZ Message 0 started 172.30.9.200 f283fcc5-3e73-46cb-8852-0d7b662284f8 xenial nova ACTIVE 1 started 172.30.9.206 7c33da4b-a257-4ad4-b285-53658c7d91f5 trusty nova ACTIVE 2 started 172.30.9.211 dcc75216-eec1-46a3-94d5-64dfd5b8143f trusty nova ACTIVE 3 started 172.30.9.202 cb60527f-684a-4e59-83df-6a720e198b0f trusty nova ACTIVE 2018-12-12 17:48:39,342 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.200 (agent:idle, workload:blocked) 80/tcp, 5000/tcp 2018-12-12 17:48:39,343 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - abot-epc-basic workload differs from active 2018-12-12 17:48:39,460 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-12 17:48:39,460 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 31:36 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-12-12 17:48:40,382 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 17:24:58 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 17:24:58 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 17:24:58 DEBUG juju.agent read agent config, format "2.0" machine-0: 17:24:58 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 17:24:58 DEBUG juju.worker start "engine" machine-0: 17:24:58 INFO juju.worker start "engine" machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 17:24:58 DEBUG juju.worker "engine" started machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.introspection stats worker now serving machine-0: 17:24:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 17:24:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 17:24:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 17:24:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 17:24:58 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-0: 17:24:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:24:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 17:24:58 DEBUG juju.worker.apicaller connecting with old password machine-0: 17:24:58 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:24:58 INFO juju.api connection established to "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:24:58 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:24:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 17:24:59 DEBUG juju.worker.apicaller connected machine-0: 17:24:59 DEBUG juju.worker.apicaller changing password... machine-0: 17:24:59 DEBUG juju.worker.apicaller password changed machine-0: 17:24:59 DEBUG juju.api RPC connection died machine-0: 17:24:59 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 17:24:59 DEBUG juju.worker.apicaller connecting with current password machine-0: 17:24:59 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:24:59 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:24:59 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:25:00 DEBUG juju.worker.apicaller connected machine-0: 17:25:00 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 17:25:00 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 17:25:00 INFO juju.worker.upgrader unblocking abort check machine-0: 17:25:00 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 17:25:00 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 17:25:00 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 17:25:00 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 17:25:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 17:25:00 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-0: 17:25:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 17:25:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 17:25:00 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 17:25:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.logger logger setup machine-0: 17:25:00 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 17:25:00 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 17:25:00 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 17:25:00 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 17:25:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 17:25:00 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 17:25:00 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 17:25:00 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 17:25:00 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: 17:25:00 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 17:25:00 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 17:25:00 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 17:25:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 17:25:00 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 17:25:00 DEBUG juju.network "lxdbr0" has addresses [fe80::28a3:58ff:febb:98c0/64 fe80::1/64] machine-0: 17:25:00 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 17:25:00 DEBUG juju.network including address public:172.30.9.210 for machine machine-0: 17:25:00 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-0: 17:25:00 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-0: 17:25:00 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 17:25:00 DEBUG juju.network including address local-machine:::1 for machine machine-0: 17:25:00 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 17:25:00 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 17:25:00 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-0: 17:25:00 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 17:25:00 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 17:25:00 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 17:25:00 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 17:25:00 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 17:25:00 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 17:25:00 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 17:25:00 DEBUG juju.api RPC connection died machine-0: 17:25:00 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker killing runner 0xc4207c1ad0 machine-0: 17:25:00 INFO juju.worker runner is dying machine-0: 17:25:00 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 17:25:00 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: 17:25:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 17:25:00 INFO juju.worker.authenticationworker starting key updater worker: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: starting key updater worker: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 17:25:00 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 17:25:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.apicaller connecting with current password machine-0: 17:25:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:25:00 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:25:00 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-0: 17:25:00 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 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: 17:25:00 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: 17:25:00 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 17:25:00 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:00 DEBUG juju.worker.apicaller connected machine-0: 17:25:01 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 17:25:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 17:25:01 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 17:25:01 DEBUG juju.network "lxdbr0" has addresses [fe80::28a3:58ff:febb:98c0/64 fe80::1/64] machine-0: 17:25:01 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 17:25:01 DEBUG juju.network including address public:172.30.9.210 for machine machine-0: 17:25:01 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-0: 17:25:01 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-0: 17:25:01 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 17:25:01 DEBUG juju.network including address local-machine:::1 for machine machine-0: 17:25:01 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 17:25:01 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 17:25:01 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-0: 17:25:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 17:25:01 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 17:25:01 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 17:25:01 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 17:25:01 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 17:25:01 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 17:25:01 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 17:25:01 INFO juju.worker.upgrader unblocking abort check machine-0: 17:25:01 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 17:25:01 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 17:25:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.logger logger setup machine-0: 17:25:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 17:25:01 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 17:25:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 17:25:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 17:25:01 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 17:25:01 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 17:25:01 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 17:25:01 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 17:25:01 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 17:25:01 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 17:25:01 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 17:25:01 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 17:25:01 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 17:25:01 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 17:25:01 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 17:25:01 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 17:25:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 17:25:01 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 17:25:01 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 17:25:01 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 17:25:01 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 17:25:01 DEBUG juju.network "lxdbr0" has addresses [fe80::28a3:58ff:febb:98c0/64 fe80::1/64] machine-0: 17:25:01 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 17:25:01 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 17:25:01 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-0: 17:25:01 DEBUG juju.network including address local-fan:252.5.0.1 for machine machine-0: 17:25:01 DEBUG juju.network including address local-machine:::1 for machine machine-0: 17:25:01 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-fan:252.5.0.1 local-machine:::1] machine-0: 17:25:01 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-fan:252.5.0.1 local-machine:::1] machine-0: 17:25:01 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 17:25:01 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 17:25:01 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 17:25:01 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 17:25:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 17:25:01 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 17:25:01 DEBUG juju.worker start "0-container-watcher" machine-0: 17:25:01 DEBUG juju.worker start "stateconverter" machine-0: 17:25:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 17:25:01 INFO juju.worker start "0-container-watcher" machine-0: 17:25:01 DEBUG juju.worker "0-container-watcher" started machine-0: 17:25:01 INFO juju.worker start "stateconverter" machine-0: 17:25:01 DEBUG juju.worker "stateconverter" started machine-0: 17:25:01 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 17:25:01 DEBUG juju.service discovered init system "systemd" from local host machine-0: 17:25:01 INFO juju.worker.machiner "machine-0" started machine-0: 17:25:01 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-0: 17:25:02 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: 17:25:02 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 17:25:02 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 17:25:02 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 17:25:02 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 17:25:02 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: 17:25:02 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 17:25:02 INFO juju.worker start "api" unit-abot-epc-basic-0: 17:25:02 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:02 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 17:25:02 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:25:02 INFO juju.api connection established to "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:25:02 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:25:02 DEBUG juju.api successfully dialed "wss://252.6.0.1:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:25:03 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:25:03 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 17:25:03 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 17:25:03 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 17:25:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 17:25:03 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:aa:a9:2a 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.5 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:aa:a9:2a 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:2a:a3:58:bb:98:c0 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:2a:a3:58:bb:98:c0 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:22:0d:a0:57:c7:3c 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.5.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:22:0d:a0:57:c7:3c 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:22:0d:a0:57:c7:3c 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: 17:25:03 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 17:25:03 DEBUG juju.api successfully dialed "wss://252.6.0.1:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:25:03 INFO juju.api connection established to "wss://252.6.0.1:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:25:03 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:25:03 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:25:04 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 17:25:05 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 17:25:05 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 17:25:05 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 17:25:05 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: 17:25:05 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 17:25:05 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 17:25:05 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 17:25:05 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network "lxdbr0" has addresses [fe80::28a3:58ff:febb:98c0/64 fe80::1/64] unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network including address public:172.30.9.210 for machine unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 17:25:05 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 17:25:05 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 17:25:05 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 17:25:05 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 17:25:05 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 17:25:05 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 17:25:05 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: 17:25:05 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 17:25:05 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 17:25:05 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 17:25:05 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 17:25:05 DEBUG httpbakery client do GET https://252.6.0.1:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 17:25:05 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 17:25:05 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 17:25:05 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 17:25:05 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 17:25:06 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" machine-0: 17:25:07 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 17:25:07 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 17:25:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 17:25:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 17:25:07 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-0: 17:25:07 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 17:25:07 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 17:25:07 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 17:25:07 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 17:25:07 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 17:25:07 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 17:25:07 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 17:25:07 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 17:25:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-0: 17:25:07 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: 17:25:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 17:25:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 17:25:08 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:25:08 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 17:25:08 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 17:25:08 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 17:25:08 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 17:25:08 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 17:25:08 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 17:25:08 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 17:25:09 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 17:25:09 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:25:09 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 17:25:10 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: 17:25:10 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 17:25:10 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: 17:25:10 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 17:25:10 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: 17:25:10 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 17:25:10 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: 17:25:10 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install Need to get 69.9 MB of archives. unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install After this operation, 396 MB of additional disk space will be used. unit-abot-epc-basic-0: 17:25:10 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 17:25:11 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: 17:25:12 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: 17:25:12 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: 17:25:12 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: 17:25:12 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: 17:25:13 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: 17:25:13 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 17:25:13 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: 17:25:13 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: 17:25:13 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: 17:25:13 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: 17:25:13 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: 17:25:14 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: 17:25:14 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: 17:25:14 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: 17:25:14 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: 17:25:14 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: 17:25:14 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: 17:25:14 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: 17:25:15 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: 17:25:15 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: 17:25:15 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: 17:25:15 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.6 [197 kB] unit-abot-epc-basic-0: 17:25:15 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: 17:25:15 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: 17:25:16 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: 17:25:16 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: 17:25:16 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: 17:25:16 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u191-b12-0ubuntu0.16.04.1 [27.1 MB] unit-abot-epc-basic-0: 17:25:18 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 17:25:18 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: 17:25:18 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: 17:25:18 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: 17:25:18 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: 17:25:18 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: 17:25:18 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: 17:25:19 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 17:25:19 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] unit-abot-epc-basic-0: 17:25:19 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5588 B] unit-abot-epc-basic-0: 17:25:19 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] unit-abot-epc-basic-0: 17:25:19 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] unit-abot-epc-basic-0: 17:25:19 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] unit-abot-epc-basic-0: 17:25:19 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] unit-abot-epc-basic-0: 17:25:20 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] unit-abot-epc-basic-0: 17:25:20 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 17:25:20 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 17:25:20 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 17:25:20 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 17:25:20 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 17:25:21 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] unit-abot-epc-basic-0: 17:25:21 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] unit-abot-epc-basic-0: 17:25:21 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] unit-abot-epc-basic-0: 17:25:21 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] unit-abot-epc-basic-0: 17:25:22 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: 17:25:22 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: 17:25:22 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2.1 [9044 B] unit-abot-epc-basic-0: 17:25:22 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6882 B] unit-abot-epc-basic-0: 17:25:22 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 17:25:23 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: 17:25:23 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: 17:25:23 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: 17:25:23 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: 17:25:23 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: 17:25:23 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: 17:25:23 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: 17:25:24 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: 17:25:24 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: 17:25:24 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: 17:25:24 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: 17:25:24 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: 17:25:24 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: 17:25:24 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: 17:25:25 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: 17:25:25 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: 17:25:25 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: 17:25:25 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: 17:25:25 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: 17:25:25 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: 17:25:26 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: 17:25:26 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: 17:25:26 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: 17:25:26 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: 17:25:26 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: 17:25:26 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: 17:25:26 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: 17:25:27 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: 17:25:27 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: 17:25:27 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: 17:25:27 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: 17:25:27 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: 17:25:27 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: 17:25:28 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: 17:25:28 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: 17:25:28 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u191-b12-0ubuntu0.16.04.1 [69.3 kB] unit-abot-epc-basic-0: 17:25:28 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u191-b12-0ubuntu0.16.04.1 [8208 kB] unit-abot-epc-basic-0: 17:25:29 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u191-b12-0ubuntu0.16.04.1 [1415 kB] unit-abot-epc-basic-0: 17:25:29 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: 17:25:29 DEBUG unit.abot-epc-basic/0.install Fetched 69.9 MB in 18s (3719 kB/s) unit-abot-epc-basic-0: 17:25:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 17:25:29 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54409 files and directories currently installed.) unit-abot-epc-basic-0: 17:25:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 17:25:29 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 17:25:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 17:25:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 17:25:30 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:25:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 17:25:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 17:25:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:25:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 17:25:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 17:25:34 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:25:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 17:25:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 17:25:34 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 17:25:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 17:25:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 17:25:36 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 17:25:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 17:25:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 17:25:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:37 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 17:25:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 17:25:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 17:25:37 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 17:25:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 17:25:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:38 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 17:25:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 17:25:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:39 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:25:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 17:25:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 17:25:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 17:25:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 17:25:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 17:25:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 17:25:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 17:25:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 17:25:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 17:25:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 17:25:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 17:25:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 17:25:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 17:25:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:25:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 17:25:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 17:25:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 17:25:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 17:25:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 17:25:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 17:25:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 17:25:48 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 17:25:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 17:25:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 17:25:48 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 17:25:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 17:25:49 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: 17:25:49 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 17:25:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 17:25:49 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: 17:25:50 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 17:25:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 17:25:50 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: 17:25:50 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 17:25:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 17:25:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 17:25:51 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.6) ... unit-abot-epc-basic-0: 17:25:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 17:25:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:25:52 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 17:25:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 17:25:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 17:25:52 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:25:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 17:25:53 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: 17:25:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 17:25:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 17:25:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 17:25:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 17:25:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 17:25:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:25:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 17:25:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 17:25:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:25:55 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:25:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 17:25:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:25:58 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 17:25:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 17:25:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 17:25:59 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 17:26:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 17:26:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 17:26:00 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:26:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 17:26:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:26:00 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 17:26:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 17:26:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:01 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 17:26:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 17:26:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 17:26:02 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 17:26:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 17:26:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:02 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 17:26:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 17:26:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:03 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 17:26:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 17:26:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:26:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 17:26:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:26:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 17:26:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:05 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 17:26:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 17:26:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 17:26:05 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 17:26:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 17:26:05 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: 17:26:05 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:26:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 17:26:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 17:26:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 17:26:06 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: 17:26:06 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:26:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 17:26:07 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: 17:26:07 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:26:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 17:26:07 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: 17:26:07 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:26:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 17:26:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 17:26:08 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 17:26:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 17:26:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 17:26:09 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 17:26:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 17:26:09 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: 17:26:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 17:26:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 17:26:10 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: 17:26:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 17:26:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 17:26:11 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: 17:26:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 17:26:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 17:26:12 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: 17:26:12 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:26:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 17:26:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:26:12 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 17:26:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 17:26:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 17:26:15 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 17:26:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 17:26:15 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: 17:26:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 17:26:17 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: 17:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:26:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 17:26:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:26:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 17:26:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:26:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 17:26:19 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: 17:26:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:26:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 17:26:19 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: 17:26:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:26:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 17:26:20 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: 17:26:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 17:26:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 17:26:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 17:26:21 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 17:26:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 17:26:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 17:26:21 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 17:26:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 17:26:22 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: 17:26:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:26:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 17:26:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:26:23 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:26:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 17:26:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 17:26:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 17:26:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 17:26:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 17:26:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 17:26:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 17:26:25 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: 17:26:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 17:26:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 17:26:27 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: 17:26:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 17:26:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 17:26:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 17:26:28 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 17:26:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 17:26:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... unit-abot-epc-basic-0: 17:26:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 17:26:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 17:26:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:31 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 17:26:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 17:26:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 17:26:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 17:26:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 17:26:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 17:26:36 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 17:26:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 17:26:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 17:26:38 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 17:26:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 17:26:39 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: 17:26:39 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:26:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 17:26:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 17:26:40 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 17:26:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 17:26:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:26:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 17:26:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 17:26:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 17:26:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 17:26:41 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: 17:26:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 17:26:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 17:26:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 17:26:42 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 17:26:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 17:26:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:26:42 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 17:26:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 17:26:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 17:26:43 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 17:26:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 17:26:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:26:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 17:26:44 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: 17:26:44 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:26:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 17:26:44 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: 17:26:44 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:26:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 17:26:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 17:26:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 17:26:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:26:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 17:26:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 17:26:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:26:46 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:26:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 17:26:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:26:46 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:26:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 17:26:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:26:47 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:26:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 17:26:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:26:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 17:26:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 17:26:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 17:26:50 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 17:26:50 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 17:26:50 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 17:26:50 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 17:26:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 17:26:50 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 17:26:51 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:26:53 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:26:53 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:26:56 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 17:26:56 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 17:26:56 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 17:26:57 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: 17:26:57 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 17:26:57 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 17:26:57 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 17:26:57 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:26:57 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 17:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 17:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 17:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 17:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 17:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:26:58 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 17:26:59 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 17:26:59 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 17:26:59 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: 17:27:00 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 17:27:00 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: 17:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 17:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 17:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.6) ... unit-abot-epc-basic-0: 17:27:00 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 17:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 17:27:00 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 17:27:01 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 17:27:01 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 17:27:01 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:27:01 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 17:27:01 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 17:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 17:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 17:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 17:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 17:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 17:27:02 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:27:03 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 17:27:03 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:27:03 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:27:03 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:27:03 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 17:27:03 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 17:27:03 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 17:27:04 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 17:27:04 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 17:27:04 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:27:04 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 17:27:04 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 17:27:05 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: 17:27:05 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:27:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:06 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: 17:27:06 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 17:27:06 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:27:06 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 17:27:06 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 17:27:06 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 17:27:06 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:27:06 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:27:07 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:27:07 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:27:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:27:07 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 17:27:07 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: 17:27:07 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 17:27:07 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 17:27:08 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 17:27:08 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 17:27:08 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 17:27:08 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 17:27:08 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 17:27:08 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:27:08 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 17:27:09 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:27:09 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 17:27:09 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 17:27:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 17:27:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 17:27:10 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 17:27:11 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:12 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:27:13 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:27:14 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 17:27:15 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 17:27:16 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:27:19 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: 17:27:19 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: 17:27:19 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: 17:27:19 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: 17:27:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode unit-abot-epc-basic-0: 17:27:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode unit-abot-epc-basic-0: 17:27:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 17:27:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 17:27:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode unit-abot-epc-basic-0: 17:27:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode unit-abot-epc-basic-0: 17:27:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 17:27:21 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 17:27:22 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 17:27:23 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: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 17:27:23 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: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 17:27:23 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:27:23 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: 17:27:23 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:27: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: 17:27:23 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: 17:27:23 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: 17:27: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: 17:27: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: 17:27: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: 17:27: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: 17:27:24 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: 17:27: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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27: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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:24 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: 17:27:25 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:27:25 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: 17:27:25 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: 17:27:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:27:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 17:27:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 17:27:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 17:27:26 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 17:27:26 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 17:27:26 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 17:27:26 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:27:26 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 17:27:26 DEBUG unit.abot-epc-basic/0.install done. machine-1: 17:27:27 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 17:27:27 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 17:27:27 DEBUG juju.agent read agent config, format "2.0" machine-1: 17:27:27 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 17:27:27 DEBUG juju.worker start "engine" machine-1: 17:27:27 INFO juju.worker start "engine" machine-1: 17:27:27 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 17:27:27 DEBUG juju.worker "engine" started machine-1: 17:27:27 DEBUG juju.worker.introspection stats worker now serving machine-1: 17:27:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 17:27:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 17:27:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 17:27:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:27 DEBUG juju.worker.apicaller connecting with old password machine-1: 17:27:27 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:27 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:27 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 17:27:27 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 17:27:27 DEBUG juju.worker.apicaller connected machine-1: 17:27:27 DEBUG juju.worker.apicaller changing password... machine-1: 17:27:27 DEBUG juju.worker.apicaller password changed machine-1: 17:27:27 DEBUG juju.api RPC connection died machine-1: 17:27:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 17:27:27 DEBUG unit.abot-epc-basic/0.install --2018-12-12 17:27:27-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb machine-1: 17:27:27 DEBUG juju.worker.apicaller connecting with current password machine-1: 17:27:27 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:27 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:27 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:27:28 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. machine-1: 17:27:28 DEBUG juju.worker.apicaller connected machine-1: 17:27:28 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 17:27:28 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 17:27:28 INFO juju.worker.upgrader unblocking abort check machine-1: 17:27:28 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 17:27:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 17:27:28 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 17:27:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 17:27:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-1: 17:27:28 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 17:27:28 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 17:27:28 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 17:27:28 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 17:27:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 17:27:28 DEBUG juju.worker.dependency "disk-manager" manifold worker started unit-abot-epc-basic-0: 17:27:28 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 17:27:28 DEBUG unit.abot-epc-basic/0.install Length: 47813510 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 17:27:28 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: 17:27:28 DEBUG unit.abot-epc-basic/0.install machine-1: 17:27:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 17:27:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 17:27:28 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 17:27:28 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 17:27:28 INFO juju.util.exec run result: exit status 127 machine-1: 17:27:28 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec832071283/script.sh: line 1: fanatic: command not found 127 machine-1: 17:27:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 17:27:28 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 17:27:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 17:27:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 17:27:28 DEBUG juju.network including address public:172.30.9.210 for machine machine-1: 17:27:28 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 17:27:28 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-1: 17:27:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 17:27:28 DEBUG juju.network including address local-machine:::1 for machine machine-1: 17:27:28 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 17:27:28 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 17:27:28 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-1: 17:27:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 17:27:28 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 17:27:28 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 17:27:28 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 17:27:28 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 17:27:28 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 17:27:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 17:27:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 17:27:28 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 17:27:28 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 17:27:28 INFO juju.util.exec run result: exit status 127 machine-1: 17:27:28 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec802485591/script.sh: line 1: fanatic: command not found 127 machine-1: 17:27:28 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 17:27:28 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 17:27:28 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 17:27:28 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 17:27:28 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 17:27:28 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 17:27:28 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 17:27:28 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 17:27:28 DEBUG juju.api RPC connection died machine-1: 17:27:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 17:27:28 DEBUG juju.worker killing runner 0xc4204f4270 machine-1: 17:27:28 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.logger logger setup machine-1: 17:27:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 17:27:28 ERROR juju.worker.logger connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 17:27:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 17:27:28 INFO juju.worker runner is dying machine-1: 17:27:28 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: 17:27:28 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.apicaller connecting with current password machine-1: 17:27:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:28 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:28 INFO juju.worker.authenticationworker starting key updater worker: connection is shut down machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: starting key updater worker: connection is shut down machine-1: 17:27:28 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:28 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 17:27:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:28 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:27:28 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 98.0K 7m56s machine-1: 17:27:28 DEBUG juju.api RPC connection died machine-1: 17:27:28 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 17:27:29 DEBUG juju.worker.apicaller connecting with current password machine-1: 17:27:29 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:29 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-1: 17:27:29 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 197K 5m56s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 10.1M 3m59s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.3M 3m0s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 201K 3m10s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.5M 2m39s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 11.1M 2m17s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.2M 2m0s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 208K 2m11s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.0M 1m58s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 11.2M 1m48s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.5M 99s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.0M 92s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.4M 85s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 10.8M 80s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.4M 75s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 4.42M 71s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 233K 78s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.2M 74s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.5M 70s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.1M 67s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.5M 64s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 10.9M 62s machine-1: 17:27:29 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 11.1M 59s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.5M 57s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 11.0M 55s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 11.0M 53s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.4M 51s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.1M 49s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.3M 48s unit-abot-epc-basic-0: 17:27:29 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.3M 46s machine-1: 17:27:30 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 17:27:30 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 17:27:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 17:27:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 17:27:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 17:27:30 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 17:27:30 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 17:27:30 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 17:27:30 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 17:27:30 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 17:27:30 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 17:27:30 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 17:27:30 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: 17:27:30 INFO juju.util.exec run result: exit status 127 machine-1: 17:27:30 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec387665036/script.sh: line 1: fanatic: command not found 127 machine-1: 17:27:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 17:27:30 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 17:27:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 17:27:30 INFO juju.util.exec run result: exit status 127 machine-1: 17:27:30 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec859991454/script.sh: line 1: fanatic: command not found 127 machine-1: 17:27:30 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 17:27:30 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 17:27:30 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 17:27:30 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 17:27:30 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 17:27:30 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 17:27:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 17:27:30 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 17:27:30 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 17:27:30 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 17:27:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 17:27:30 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 17:27:30 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 17:27:30 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 17:27:30 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 17:27:30 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 17:27:30 DEBUG juju.network including address public:172.30.9.210 for machine machine-1: 17:27:30 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 17:27:30 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-1: 17:27:30 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 17:27:30 DEBUG juju.network including address local-machine:::1 for machine machine-1: 17:27:30 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 17:27:30 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 17:27:30 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-1: 17:27:30 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 17:27:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.logger logger setup machine-1: 17:27:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 17:27:30 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-1: 17:27:30 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-1: 17:27:30 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 17:27:30 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: 17:27:30 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 17:27:30 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 17:27:30 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 17:27:30 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 17:27:30 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 17:27:30 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 17:27:30 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-1: 17:27:30 DEBUG juju.network including address local-machine:::1 for machine machine-1: 17:27:30 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-1: 17:27:30 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-1: 17:27:30 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 17:27:30 INFO juju.worker.upgrader unblocking abort check machine-1: 17:27:30 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 17:27:30 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 17:27:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 17:27:30 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 17:27:30 DEBUG juju.worker start "1-container-watcher" machine-1: 17:27:30 DEBUG juju.worker start "stateconverter" machine-1: 17:27:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 17:27:30 INFO juju.worker start "1-container-watcher" machine-1: 17:27:30 DEBUG juju.worker "1-container-watcher" started machine-1: 17:27:30 INFO juju.worker start "stateconverter" machine-1: 17:27:30 DEBUG juju.worker "stateconverter" started machine-1: 17:27:30 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 17:27:30 DEBUG juju.service discovered init system "upstart" from local host machine-1: 17:27:30 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 69.9K 65s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 51.1M 63s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 59.5M 61s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 59.2M 59s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 53.7M 58s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 58.6M 56s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 60.7M 54s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 60.1M 53s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 53.9M 52s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 58.5M 50s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 55.4M 49s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 58.2M 48s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 51.0M 47s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 58.0M 46s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 57.6M 45s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 56.6M 44s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 50.9M 43s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 84.5M 42s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 74.5M 41s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 86.3M 40s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 81.0M 39s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 107M 39s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 76.0M 38s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 170M 37s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 67.3M 36s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 142M 36s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 92.9M 35s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 66.8M 34s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 97.7M 34s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 67.8M 33s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 95.0M 33s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 67.1M 32s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 122M 32s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 85.4M 31s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 113M 31s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 127M 30s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 65.3M 30s machine-1: 17:27: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]}}} machine-1: 17:27:30 INFO juju.worker.machiner "machine-1" started machine-1: 17:27:30 INFO juju.api.common no addresses observed on interface "tunl0" unit-mysql-0: 17:27:30 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 17:27: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: 17:27:30 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 17:27:30 DEBUG juju.worker start "api" unit-mysql-0: 17:27:30 INFO juju.worker start "api" unit-mysql-0: 17:27:30 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 17:27:30 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 17:27:30 DEBUG juju.worker "api" started unit-mysql-0: 17:27:30 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-mysql-0: 17:27:30 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 217K 32s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 11.8M 32s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 11.1M 31s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 10.9M 31s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 11.5M 30s unit-mysql-0: 17:27:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 11.1M 30s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 11.0M 30s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 11.4M 29s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 11.2M 29s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 11.4M 29s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 10.9M 28s unit-abot-epc-basic-0: 17:27:30 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 11.2M 28s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 193K 30s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 11.8M 30s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 13.1M 29s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 12.6M 29s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 14.5M 29s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 264K 30s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 20.0M 30s unit-mysql-0: 17:27:31 DEBUG juju.worker.apicaller connected unit-mysql-0: 17:27:31 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 16.7M 30s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 17.7M 29s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 18.1M 29s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 16.6M 29s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 17.3M 28s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 35.8M 28s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 57.3M 28s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 55.0M 27s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 47.5M 27s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 57.6M 27s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 54.2M 26s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 57.6M 26s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 46.2M 26s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 51.6M 26s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 51.2M 25s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 49.7M 25s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 48.6M 25s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 49.5M 24s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 54.1M 24s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 13.9M 24s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 9.18M 24s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 9.74M 24s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 10.1M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 11.1M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 11.2M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 11.1M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 11.3M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 11.3M 22s unit-mysql-0: 17:27:31 DEBUG juju.worker.apicaller password changed unit-mysql-0: 17:27:31 DEBUG juju.api RPC connection died unit-mysql-0: 17:27:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 17:27:31 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 273K 23s unit-mysql-0: 17:27:31 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-mysql-0: 17:27:31 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-mysql-0: 17:27:31 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 9.74M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 10.5M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 11.4M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 10.8M 23s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 11.7M 22s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 11.1M 22s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 10.8M 22s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 8.82M 22s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 10.2M 22s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 9.45M 22s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 10.1M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 11.1M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 11.6M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 11.0M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 11.4M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 9.79M 21s machine-1: 17:27: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:61:87:fa 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.12 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:61:87:fa 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: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 274K 22s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 11.2M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 7.83M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 11.3M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 11.1M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 11.6M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 11.2M 21s unit-abot-epc-basic-0: 17:27:31 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 11.0M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 11.0M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 11.4M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 10.2M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 10.4M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 10.9M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 11.1M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 11.5M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 10.8M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 10.5M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 275K 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 9.81M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 8.54M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 10.8M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 10.8M 20s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 11.3M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 11.2M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 11.1M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 11.3M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 11.2M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 10.9M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 11.5M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 10.2M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 11.7M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 11.1M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 10.7M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 11.6M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 276K 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 7.95M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 9.00M 19s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 10.4M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 11.4M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 10.8M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 11.3M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 10.8M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 10.4M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 11.2M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 11.6M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 10.7M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 11.5M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 10.7M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 11.1M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 11.4M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 11.1M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 11.4M 17s unit-mysql-0: 17:27:32 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 274K 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 8.54M 18s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 9.90M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 11.2M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 10.9M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 11.3M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 8.44M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 11.4M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 11.2M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 11.0M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 11.6M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 10.9M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 11.0M 16s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 11.3M 16s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 11.2M 16s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 11.6M 16s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 10.9M 16s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 276K 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 8.70M 17s unit-abot-epc-basic-0: 17:27:32 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 9.75M 17s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 9.41M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 11.6M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 11.2M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 9.15M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 10.9M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 11.1M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 11.5M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 10.7M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 11.0M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 11.4M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 10.5M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 11.6M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 11.5M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 11.0M 15s unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 277K 16s unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 9.56M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 8.03M 16s unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 9.89M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 10.4M 16s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 11.4M 15s unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 10.9M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 9.97M 15s unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 11.6M 15s unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 10.3M 15s unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 11.2M 15s unit-mysql-0: 17:27:33 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 11.3M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 10.6M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 11.7M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 10.5M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 10.9M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 11.6M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 279K 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 8.50M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 8.11M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 9.79M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 9.83M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 9.92M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 11.0M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 11.7M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 10.8M 15s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 10.8M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 10.4M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 10.9M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 11.6M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 11.0M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 11.2M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 11.0M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 10.9M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 282K 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 6.90M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 8.27M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 9.93M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 9.14M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 7.25M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 11.6M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 10.9M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 11.3M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 11.3M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 11.1M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 11.4M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 11.2M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 11.1M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 11.2M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 11.1M 14s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 10.9M 13s unit-abot-epc-basic-0: 17:27:33 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 11.4M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 280K 14s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 8.90M 14s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 9.04M 14s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 9.72M 14s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 6.98M 14s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 11.1M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 10.8M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 11.5M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 9.13M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 11.3M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 10.9M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 11.2M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 11.2M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 11.1M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 11.6M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 10.8M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 11.2M 13s unit-mysql-0: 17:27:34 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 17:27:34 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 17:27:34 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 17:27:34 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.logger logger setup unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 17:27:34 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 17:27:34 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 17:27:34 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 17:27:34 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 17:27:34 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 17:27:34 DEBUG juju.network including address public:172.30.9.210 for machine unit-mysql-0: 17:27:34 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-mysql-0: 17:27:34 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-mysql-0: 17:27:34 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 17:27:34 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 17:27:34 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 17:27:34 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 17:27:34 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] unit-mysql-0: 17:27:34 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 17:27:34 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 17:27:34 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 17:27:34 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 17:27:34 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 17:27:34 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 282K 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 9.52M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 8.85M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 10.1M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 6.89M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 9.66M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 11.5M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 11.0M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 6.98M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 7.64M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 11.3M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 11.6M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 10.8M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 11.7M 12s unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 17:27:34 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 17:27:34 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 187K 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 281K 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 6.53M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 12.1M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 54.6M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 53.2M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 54.7M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 54.5M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 53.7M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 57.6M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 53.5M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 59.9M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 50.9M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 60.6M 13s unit-mysql-0: 17:27:34 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 17:27:34 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 17:27:34 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 17:27:34 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 17:27:34 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 17:27:34 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 17:27:34 INFO juju.worker.uniter resuming charm install unit-mysql-0: 17:27:34 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 17:27:34 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 17:27:34 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 17:27:34 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 17:27:34 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 17:27:34 DEBUG httpbakery } -> error unit-mysql-0: 17:27:34 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 17:27:34 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 1.05M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 8.22M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 13.9M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 606K 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 63.8M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 65.2M 13s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 57.1M 12s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 66.0M 12s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 63.6M 12s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 62.4M 12s unit-abot-epc-basic-0: 17:27:34 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 57.3M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 544K 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 5.19M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 6.63M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 4.90M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 7.15M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 4.21M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 6.46M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 6.62M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 4.28M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 8.31M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 10.5M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 688K 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 520K 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 4.73M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 6.69M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 5.04M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 6.82M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 5.05M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 5.35M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 8.16M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 3.66M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 9.78M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 8.71M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 10.3M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 662K 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 528K 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 5.24M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 7.33M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 5.30M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 6.35M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 5.66M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 5.49M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 7.56M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 3.95M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 8.27M 11s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 9.38M 11s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 150K 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 7.56M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 60.7M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 66.2M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 67.2M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 56.6M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 62.3M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 68.0M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 65.2M 12s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 59.9M 11s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 65.5M 11s unit-abot-epc-basic-0: 17:27:35 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 66.1M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 304K 12s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 762K 12s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 63.6M 12s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 65.0M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 57.4M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 62.9M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 59.4M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 63.4M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 57.4M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 36.7M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 499K 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 4.31M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 3.58M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 4.56M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 3.44M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 5.18M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 3.05M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 6.49M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 772K 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 2.97M 11s unit-mysql-0: 17:27:36 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 17:27:36 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 17:27:36 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 529K 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 3.89M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 4.21M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 3.79M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 4.13M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 3.08M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 5.48M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 6.86M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 773K 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 502K 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 3.77M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 4.17M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 4.05M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 3.74M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 3.90M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 3.59M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 5.48M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 7.46M 11s unit-abot-epc-basic-0: 17:27:36 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 778K 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 504K 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 3.60M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 4.35M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 4.17M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 3.92M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 4.17M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 3.27M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 5.86M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 6.67M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 782K 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 909K 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 891K 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 3.93M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 4.71M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 3.83M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 4.38M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 5.62M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 3.05M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 6.59M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 787K 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 5.09M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 506K 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 4.25M 11s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 3.98M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 4.74M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 3.91M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 4.18M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 3.78M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 6.21M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 7.84M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 780K 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 510K 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 3.51M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 4.38M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 4.95M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 3.90M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 4.50M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 5.00M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 3.35M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 7.04M 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 783K 10s unit-abot-epc-basic-0: 17:27:37 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 5.03M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 514K 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 4.07M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 3.76M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 6.78M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 3.80M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 4.79M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 3.31M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 5.82M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 6.96M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 774K 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 3.98M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 521K 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 4.98M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 3.75M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 6.19M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 3.80M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 4.02M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 4.13M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 5.86M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 6.54M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 784K 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 3.61M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 528K 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 4.95M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 3.71M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 5.60M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 3.75M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 4.61M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 3.63M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 7.24M 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 6.92M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 783K 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 3.63M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 526K 10s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 4.94M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 3.76M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 6.72M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 4.19M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 3.66M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 4.18M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 6.02M 9s unit-abot-epc-basic-0: 17:27:38 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 6.38M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 785K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 5.80M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 501K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 4.94M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 3.91M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 6.79M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 4.20M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 4.12M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 4.01M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 5.16M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 6.64M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 776K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 7.12M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 501K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 4.38M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 4.81M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 6.68M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 4.04M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 3.87M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 4.88M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 4.06M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 7.24M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 856K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 3.88M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 522K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 3.58M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 4.73M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 4.99M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 4.59M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 4.23M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 5.02M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 3.37M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 8.83M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 4.31M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 812K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 976K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 909K 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 4.93M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 4.02M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 5.68M 9s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 4.34M 8s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 4.09M 8s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 3.94M 8s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 6.50M 8s unit-abot-epc-basic-0: 17:27:39 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 6.54M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 783K 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 4.40M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 519K 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 4.91M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 4.38M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 6.86M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 4.15M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 3.78M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 4.87M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 4.28M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 6.97M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 1.74M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 1.12M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 516K 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 4.52M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 4.18M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 5.48M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 4.83M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 4.59M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 4.54M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 3.40M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 8.17M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 6.69M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 759K 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 1.01M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 865K 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 5.38M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 3.98M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 7.15M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 3.99M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 3.61M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 5.05M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 5.24M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 7.12M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 784K 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 5.98M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 508K 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 4.12M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 5.60M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 5.15M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 3.90M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 4.58M 8s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 5.79M 7s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 3.62M 7s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 6.59M 7s unit-abot-epc-basic-0: 17:27:40 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 5.52M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 795K 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 581K 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 2.44M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 4.19M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 4.45M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 6.93M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 3.95M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 4.04M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 4.02M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 6.93M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 7.22M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 788K 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 4.60M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 520K 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 4.20M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 4.27M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 6.90M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 3.79M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 64% 4.43M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 5.94M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 3.54M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 7.36M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 1.83M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 1.07M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 548K 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 3.30M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 4.42M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 4.41M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 4.33M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 6.01M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 3.92M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 3.98M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 6.80M 7s unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 7.61M 7s unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 17:27:41 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 17:27:41 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 17:27:41 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 17:27:41 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 17:27:41 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 765K 7s unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 2.87M 7s unit-mysql-0: 17:27:41 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 562K 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 4.83M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 4.09M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 7.03M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 3.52M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 3.94M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 5.96M 7s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 4.36M 6s unit-abot-epc-basic-0: 17:27:41 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 7.38M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 850K 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 3.62M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 516K 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 5.29M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 3.88M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 5.09M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 4.16M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 4.93M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 5.00M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 3.69M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 7.62M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 5.26M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 770K 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 979K 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 919K 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 5.29M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 4.26M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 6.85M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 3.73M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 3.71M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 4.85M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 5.61M 6s unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 6.94M 6s unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 799K 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 4.35M 6s unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 527K 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 4.01M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 4.60M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 5.65M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 4.07M 6s unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 17:27:42 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 4.26M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 4.10M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 4.78M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 7.98M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 1.91M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 1.01M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 565K 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 2.83M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 5.65M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 3.84M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 4.51M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 5.78M 6s unit-abot-epc-basic-0: 17:27:42 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 3.80M 6s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 3.53M 6s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 9.14M 6s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 6.39M 5s unit-mysql-0: 17:27:43 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 17:27:43 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 17:27:43 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 17:27:43 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: 17:27:43 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 758K 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 4.74M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 536K 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 4.39M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 4.48M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 6.62M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 3.56M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 4.03M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 3.93M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 6.26M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 7.94M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 820K 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 3.72M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 539K 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 3.98M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 5.39M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 3.63M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 4.89M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 5.30M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 4.00M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 3.62M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 8.89M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 5.56M 5s unit-mysql-0: 17:27:43 DEBUG unit.mysql/0.install Fetched 849 kB in 0s (1170 kB/s) unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 779K 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 3.38M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 558K 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 4.65M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 4.36M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 5.34M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 4.30M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 3.77M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 3.75M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 6.72M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 8.05M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 828K 5s unit-mysql-0: 17:27:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 3.70M 5s unit-mysql-0: 17:27:43 DEBUG unit.mysql/0.install (Reading database ... 52431 files and directories currently installed.) unit-mysql-0: 17:27:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 17:27:43 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 541K 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 3.69M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 4.36M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 4.50M 5s unit-abot-epc-basic-0: 17:27:43 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 4.94M 5s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 5.69M 5s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 3.84M 5s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 3.56M 5s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 9.23M 5s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 5.07M 5s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 788K 5s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 3.48M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 557K 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 4.45M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 4.52M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 5.05M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 4.46M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 4.02M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 3.68M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 6.30M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 8.19M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 833K 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 3.64M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 550K 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 3.44M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 6.31M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 3.40M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 4.94M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 5.77M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 3.85M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 3.47M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 8.77M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 5.82M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 787K 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 4.19M 4s unit-mysql-0: 17:27:44 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 553K 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 4.56M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 3.98M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 4.56M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 4.37M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 5.33M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 3.85M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 4.47M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 9.26M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 1.63M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 1.13M 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 1023K 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 937K 4s unit-abot-epc-basic-0: 17:27:44 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 4.27M 4s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 3.96M 4s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 5.62M 4s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 4.62M 4s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 4.21M 4s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 3.25M 4s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 8.03M 4s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 8.40M 4s unit-mysql-0: 17:27:45 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 813K 4s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 3.99M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 556K 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 3.50M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 5.66M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 3.79M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 4.92M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 3.23M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 7.38M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 3.60M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 8.14M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 5.60M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 810K 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 4.19M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 560K 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 3.77M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 4.87M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 4.57M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 4.79M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 3.40M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 7.16M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 3.51M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 9.31M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 5.54M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 801K 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 4.46M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 559K 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 3.83M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 4.52M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 5.39M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 4.46M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 3.54M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 6.93M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 3.54M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 8.99M 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 5.58M 3s unit-mysql-0: 17:27:45 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 17:27:45 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 17:27:45 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 17:27:45 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 806K 3s unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 4.46M 3s unit-mysql-0: 17:27:45 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 17:27:45 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 17:27:45 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 561K 3s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 3.61M 3s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 5.22M 3s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 4.93M 3s unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 4.59M 3s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 3.47M 3s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 7.18M 3s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 3.55M 3s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 8.66M 3s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 5.72M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 825K 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 4.38M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 561K 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 3.57M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 5.21M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 4.88M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 4.83M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 3.12M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 8.46M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 3.47M 2s unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 [11.3 kB] unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 7.96M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 6.85M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 859K 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 4.02M 2s unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (34.1 kB/s) unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 604K 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 2.65M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 4.48M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 4.83M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 5.13M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 4.30M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 4.27M 2s unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 4.34M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 5.24M 2s unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install (Reading database ... 52471 files and directories currently installed.) unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 9.61M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 1.74M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 1.16M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 1.03M 2s unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 946K 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 3.94M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 5.59M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 4.61M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 4.73M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 3.29M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 7.93M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 3.58M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 9.22M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 6.72M 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 867K 2s unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 4.02M 2s unit-mysql-0: 17:27:46 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 17:27:46 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 606K 2s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 2.74M 2s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 4.17M 2s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 5.09M 2s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 5.28M 2s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 4.55M 2s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 3.78M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 8.43M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 3.60M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 9.06M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 6.38M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 842K 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 4.56M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 573K 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 3.64M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 5.08M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 4.85M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 5.35M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 4.68M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 3.87M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 8.20M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 3.61M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 9.41M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 6.42M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 851K 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 4.79M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 600K 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 2.64M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 5.42M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 4.92M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 6.02M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 4.70M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 3.61M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 8.42M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 3.62M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 9.28M 1s unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 7.50M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 876K 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 4.25M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 1021K 1s unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 1014K 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 4.21M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 4.55M 1s unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 17:27: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: 17:27:47 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 17:27:47 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 5.70M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 5.78M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 3.43M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 7.28M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 4.10M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 7.71M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 8.65M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 2.57M 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 1015K 1s unit-abot-epc-basic-0: 17:27:47 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 5.86M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 574K 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 3.57M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 5.84M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 5.02M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 6.23M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 4.72M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 3.66M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 8.50M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 3.93M 0s unit-mysql-0: 17:27:48 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 17:27:48 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 17:27:48 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 17:27:48 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 7.52M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 10.5M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 1.84M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 1.17M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 4.66M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 592K 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 3.67M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 5.67M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 5.26M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 6.03M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 5.03M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 3.70M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 8.11M 0s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 3.93M=20s unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install 2018-12-12 17:27:48 (2.28 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47813510/47813510] unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:27:48 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-mysql-0: 17:27:48 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: 17:27:48 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: 17:27:49 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: 17:27:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 17:27:49 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57452 files and directories currently installed.) unit-abot-epc-basic-0: 17:27:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 17:27:49 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-mysql-0: 17:27:49 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: 17:27:49 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: 17:27:49 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: 17:27:49 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: 17:27:50 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: 17:27:50 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-mysql-0: 17:27:50 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: 17:27:50 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: 17:27:50 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: 17:27:51 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] unit-mysql-0: 17:27:51 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-mysql-0: 17:27:51 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: 17:27:51 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: 17:27:51 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-mysql-0: 17:27:52 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: 17:27:52 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: 17:27:52 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: 17:27:52 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: 17:27:52 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 17:27:52 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 17:27:53 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: 17:27:53 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 17:27:53 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: 17:27:53 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 17:27:53 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: 17:27:53 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: 17:27:53 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 17:27:53 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: 17:27:53 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 17:27:53 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: 17:27:53 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 17:27:53 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: 17:27:53 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-mysql-0: 17:27:53 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: 17:27:53 DEBUG unit.mysql/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 17:27:53 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-mysql-0: 17:27:54 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-mysql-0: 17:27:54 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: 17:27:54 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: 17:27:54 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-mysql-0: 17:27:54 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-abot-epc-basic-0: 17:27:54 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-mysql-0: 17:27:54 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 17:27:54 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-mysql-0: 17:27:54 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-abot-epc-basic-0: 17:27:54 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-mysql-0: 17:27:54 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: 17:27:54 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: 17:27:54 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-mysql-0: 17:27:54 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-abot-epc-basic-0: 17:27:55 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-mysql-0: 17:27:55 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 17:27:55 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: 17:27:55 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-mysql-0: 17:27:55 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-abot-epc-basic-0: 17:27:55 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: 17:27:55 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-mysql-0: 17:27:55 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: 17:27:55 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: 17:27:55 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-mysql-0: 17:27:55 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: 17:27:55 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-abot-epc-basic-0: 17:27:55 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: 17:27:55 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-mysql-0: 17:27:55 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-abot-epc-basic-0: 17:27:55 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: 17:27:55 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-mysql-0: 17:27:55 DEBUG unit.mysql/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] unit-abot-epc-basic-0: 17:27:55 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: 17:27:56 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-mysql-0: 17:27:56 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: 17:27:56 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-mysql-0: 17:27:56 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: 17:27:56 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-mysql-0: 17:27:56 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-abot-epc-basic-0: 17:27:56 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-mysql-0: 17:27:56 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-abot-epc-basic-0: 17:27:56 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: 17:27:56 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-mysql-0: 17:27:56 DEBUG unit.mysql/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] unit-abot-epc-basic-0: 17:27:56 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: 17:27:56 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-mysql-0: 17:27:56 DEBUG unit.mysql/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] unit-abot-epc-basic-0: 17:27:56 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: 17:27:56 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-mysql-0: 17:27:56 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] unit-abot-epc-basic-0: 17:27:56 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: 17:27:57 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-mysql-0: 17:27:57 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: 17:27:57 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-mysql-0: 17:27:57 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: 17:27:57 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: 17:27:57 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: 17:27:57 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: 17:27:57 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: 17:27:57 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-mysql-0: 17:27:57 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-abot-epc-basic-0: 17:27:57 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: 17:27:57 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-mysql-0: 17:27:57 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: 17:27:57 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: 17:27:57 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-mysql-0: 17:27:57 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 17:27:57 DEBUG unit.mysql/0.install Fetched 40.9 MB in 9s (4156 kB/s) unit-abot-epc-basic-0: 17:27:57 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: 17:27:57 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-mysql-0: 17:27:57 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 17:27:57 DEBUG unit.mysql/0.install (Reading database ... 52481 files and directories currently installed.) unit-mysql-0: 17:27:57 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 17:27:58 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: 17:27:58 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-mysql-0: 17:27:58 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:27:58 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: 17:27:58 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libplexus-archiver-java all 2.2-1+deb9u1build0.16.04.1 [171 kB] unit-abot-epc-basic-0: 17:27:58 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: 17:27:58 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-mysql-0: 17:27:58 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 17:27:58 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 17:27:58 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:27:58 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: 17:27:58 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: 17:27:58 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: 17:27:58 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: 17:27:58 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: 17:27:58 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: 17:27:58 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: 17:27:59 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: 17:27:59 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: 17:27:59 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-mysql-0: 17:27:59 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 17:27:59 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:27:59 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-mysql-0: 17:27:59 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 17:27:59 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: 17:27:59 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: 17:27:59 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: 17:27:59 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-mysql-0: 17:27:59 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 17:27:59 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:27:59 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-mysql-0: 17:27:59 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 17:27:59 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: 17:27:59 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: 17:27:59 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: 17:28:00 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: 17:28:00 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: 17:28:00 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] machine-2: 17:28:00 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 17:28:00 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 17:28:00 DEBUG juju.agent read agent config, format "2.0" machine-2: 17:28:00 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 17:28:00 DEBUG juju.worker start "engine" machine-2: 17:28:00 INFO juju.worker start "engine" unit-abot-epc-basic-0: 17:28:00 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] machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 17:28:00 DEBUG juju.worker "engine" started machine-2: 17:28:00 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.introspection stats worker now serving machine-2: 17:28:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 17:28:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 17:28:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 17:28:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 17:28:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 17:28:00 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: machine-2: 17:28:00 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.apicaller connecting with old password machine-2: 17:28:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 17:28:00 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:28:00 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:28:00 INFO juju.api connection established to "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:28:00 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:28:00 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 17:28:00 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:00 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 17:28:00 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] machine-2: 17:28:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 17:28:00 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-mysql-0: 17:28:00 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 17:28:00 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:28:00 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: 17:28:00 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: 17:28:00 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: 17:28:00 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: 17:28:00 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: 17:28:00 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-mysql-0: 17:28:00 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... machine-2: 17:28:00 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:28:00 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] machine-2: 17:28:00 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 17:28:01 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: 17:28:01 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: 17:28:01 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.4 [339 kB] unit-abot-epc-basic-0: 17:28:01 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.4 [1261 kB] machine-2: 17:28:01 DEBUG juju.worker.apicaller password changed machine-2: 17:28:01 DEBUG juju.api RPC connection died machine-2: 17:28:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 17:28:01 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] machine-2: 17:28:01 DEBUG juju.worker.apicaller connecting with current password machine-2: 17:28:01 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:28:01 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:28:01 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:28:01 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.4 [1880 kB] unit-abot-epc-basic-0: 17:28:01 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.4 [224 kB] unit-abot-epc-basic-0: 17:28:01 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: 17:28:01 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: 17:28:01 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: 17:28:01 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: 17:28:01 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-mysql-0: 17:28:02 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 17:28:02 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 17:28:02 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] machine-2: 17:28:02 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:28:02 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.7 [2309 kB] unit-mysql-0: 17:28:02 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:28:02 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: 17:28:02 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-140.166 [854 kB] machine-2: 17:28:02 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 17:28:02 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:28:02 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] machine-2: 17:28:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 17:28:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 17:28:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 17:28:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 17:28:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:28:02 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] machine-2: 17:28:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:28:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:28:02 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: 17:28:02 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: 17:28:03 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: 17:28:03 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: 17:28:03 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: 17:28:03 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: 17:28:03 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] machine-2: 17:28:03 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 17:28:03 INFO juju.worker.upgrader unblocking abort check machine-2: 17:28:03 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 17:28:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 17:28:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 17:28:03 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 17:28:03 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 17:28:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 17:28:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-2: 17:28:03 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 17:28:03 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 17:28:03 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 17:28:03 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 17:28:03 INFO juju.util.exec run result: exit status 127 machine-2: 17:28:03 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec625012407/script.sh: line 1: fanatic: command not found 127 machine-2: 17:28:03 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 17:28:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 17:28:03 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 17:28:03 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:28:03 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:28:03 DEBUG juju.network including address public:172.30.9.210 for machine machine-2: 17:28:03 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 17:28:03 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 17:28:03 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 17:28:03 DEBUG juju.network including address local-machine:::1 for machine machine-2: 17:28:03 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 17:28:03 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 17:28:03 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-2: 17:28:03 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 17:28:03 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 17:28:03 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 17:28:03 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:28:03 INFO juju.util.exec run result: exit status 127 machine-2: 17:28:03 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec350227308/script.sh: line 1: fanatic: command not found 127 machine-2: 17:28:03 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 17:28:03 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 17:28:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 17:28:03 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 17:28:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 17:28:03 DEBUG juju.api RPC connection died machine-2: 17:28:03 INFO juju.worker.authenticationworker reading Juju ssh keys for "machine-2": connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: connection is shut down machine-2: 17:28:03 ERROR juju.worker.dependency "ssh-identity-writer" manifold worker returned unexpected error: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: github.com/juju/juju/worker/fortress/occupy.go:63: github.com/juju/juju/cmd/jujud/agent/engine/housing.go:93: machine-2: 17:28:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 17:28:03 ERROR juju.worker.dependency "unit-agent-deployer" manifold worker returned unexpected error: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: github.com/juju/juju/worker/deployer/manifold.go:58: github.com/juju/juju/worker/fortress/occupy.go:63: github.com/juju/juju/cmd/jujud/agent/engine/housing.go:93: machine-2: 17:28:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: checking controller status: connection is shut down machine-2: 17:28:03 ERROR juju.worker.dependency "serving-info-setter" manifold worker returned unexpected error: checking controller status: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: github.com/juju/juju/cmd/jujud/agent/machine/servinginfo_setter.go:99: github.com/juju/juju/cmd/jujud/agent/machine/servinginfo_setter.go:60: checking controller status github.com/juju/juju/worker/fortress/occupy.go:63: github.com/juju/juju/cmd/jujud/agent/engine/housing.go:93: machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 17:28:03 ERROR juju.worker.dependency "migration-inactive-flag" manifold worker returned unexpected error: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: machine-2: 17:28:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: watching block devices: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.logger logger setup machine-2: 17:28:03 ERROR juju.worker.logger connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 17:28:03 ERROR juju.worker.dependency "upgrader" manifold worker returned unexpected error: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: machine-2: 17:28:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 17:28:03 ERROR juju.worker.dependency "migration-minion" manifold worker returned unexpected error: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: machine-2: 17:28:03 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: reading Juju ssh keys for "machine-2": connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 17:28:03 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: machine-2: 17:28:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 17:28:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 17:28:03 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] machine-2: 17:28:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:03 DEBUG juju.worker.apicaller connecting with current password machine-2: 17:28:03 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:28:03 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:28:03 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:28:03 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: 17:28:03 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-mysql-0: 17:28:03 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 17:28:03 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 17:28:04 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: 17:28:04 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: 17:28:04 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: 17:28:04 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-mysql-0: 17:28:04 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:28:04 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] machine-2: 17:28:04 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:28:04 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: 17:28:04 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] machine-2: 17:28:04 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 17:28:04 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 17:28:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: unit-abot-epc-basic-0: 17:28:04 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] machine-2: 17:28:04 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 17:28:04 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 17:28:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:28:04 INFO juju.util.exec run result: exit status 127 machine-2: 17:28:04 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec444675966/script.sh: line 1: fanatic: command not found 127 machine-2: 17:28:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 17:28:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 17:28:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 17:28:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-2: 17:28:04 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-2: 17:28:04 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 17:28:04 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 17:28:04 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 17:28:04 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 17:28:04 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 17:28:04 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 17:28:04 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:28:04 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 17:28:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.logger logger setup machine-2: 17:28:04 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 17:28:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 17:28:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 17:28:04 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 17:28:05 INFO juju.util.exec run result: exit status 127 machine-2: 17:28:05 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec887717728/script.sh: line 1: fanatic: command not found 127 machine-2: 17:28:05 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 17:28:05 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 17:28:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 17:28:05 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 17:28:05 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 17:28:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:28:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:28:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 17:28:05 DEBUG juju.network including address local-cloud:192.168.121.11 for machine machine-2: 17:28:05 DEBUG juju.network including address local-machine:::1 for machine machine-2: 17:28:05 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 17:28:05 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 17:28:05 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 17:28:05 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 17:28:05 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 17:28:05 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 17:28:05 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-abot-epc-basic-0: 17:28:05 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] machine-2: 17:28:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 17:28:05 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 17:28:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 17:28:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 17:28:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 17:28:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 17:28:05 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 17:28:05 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 17:28:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:28:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:28:05 DEBUG juju.network including address public:172.30.9.210 for machine machine-2: 17:28:05 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 17:28:05 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 17:28:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 17:28:05 DEBUG juju.network including address local-machine:::1 for machine machine-2: 17:28:05 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 17:28:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 17:28:05 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-2: 17:28:05 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-abot-epc-basic-0: 17:28:05 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-mysql-0: 17:28:05 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 17:28:05 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... machine-2: 17:28:05 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-abot-epc-basic-0: 17:28:05 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-mysql-0: 17:28:05 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 17:28:05 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: 17:28:05 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: 17:28:05 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: 17:28:05 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: 17:28:05 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: 17:28:05 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: 17:28:05 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] machine-2: 17:28:06 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 17:28:06 INFO juju.worker.upgrader unblocking abort check machine-2: 17:28:06 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 17:28:06 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: 17:28:06 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: 17:28:06 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: 17:28:06 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: 17:28:06 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] machine-2: 17:28:06 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 17:28:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 17:28:06 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.4 [1071 kB] unit-abot-epc-basic-0: 17:28:06 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.4 [27.8 MB] unit-mysql-0: 17:28:06 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 17:28:06 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... machine-2: 17:28:06 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 17:28:06 DEBUG juju.worker start "2-container-watcher" machine-2: 17:28:06 DEBUG juju.worker start "stateconverter" machine-2: 17:28:06 INFO juju.worker start "2-container-watcher" machine-2: 17:28:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 17:28:06 DEBUG juju.worker "2-container-watcher" started machine-2: 17:28:06 INFO juju.worker start "stateconverter" machine-2: 17:28:06 DEBUG juju.worker "stateconverter" started machine-2: 17:28:06 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" unit-mysql-0: 17:28:06 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... machine-2: 17:28:07 INFO juju.worker.machiner "machine-2" started machine-2: 17:28:07 DEBUG juju.service discovered init system "upstart" from local host machine-2: 17:28:07 INFO juju.api.common no addresses observed on interface "tunl0" machine-2: 17:28:07 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-2: 17:28:07 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-oai-epc-0: 17:28:07 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 17:28:07 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 17:28:07 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 17:28:07 DEBUG juju.worker start "api" unit-oai-epc-0: 17:28:07 INFO juju.worker start "api" unit-oai-epc-0: 17:28:07 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 17:28:07 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 17:28:07 DEBUG juju.worker "api" started unit-oai-epc-0: 17:28:07 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-epc-0: 17:28:07 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-epc-0: 17:28:07 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 17:28:07 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-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 17:28:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 17:28:07 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: 17:28:07 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: 17:28:07 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] unit-abot-epc-basic-0: 17:28:07 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: 17:28:07 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.4 [276 kB] unit-abot-epc-basic-0: 17:28:07 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-mysql-0: 17:28:07 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 17:28:07 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 17:28:07 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-oai-epc-0: 17:28:07 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 17:28:07 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 17:28:07 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-mysql-0: 17:28:07 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:28:07 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: 17:28:07 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-oai-epc-0: 17:28:08 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 17:28:08 DEBUG juju.api RPC connection died unit-oai-epc-0: 17:28:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 17:28:08 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-oai-epc-0: 17:28:08 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 17:28:08 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-epc-0: 17:28:08 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-epc-0: 17:28:08 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:28:08 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: 17:28:08 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-oai-epc-0: 17:28:09 DEBUG juju.worker.apicaller connected machine-2: 17:28:09 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:c4:82:61 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.11 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:c4:82:61 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 17:28:09 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 14s (7051 kB/s) unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:28:09 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 17:28:09 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 17:28:09 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 17:28:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 17:28:09 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 57615 files and directories currently installed.) unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 17:28:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 17:28:09 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 17:28:09 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 17:28:09 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 17:28:09 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 17:28:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 17:28:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 17:28:09 DEBUG juju.network including address public:172.30.9.210 for machine unit-oai-epc-0: 17:28:09 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-epc-0: 17:28:09 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-epc-0: 17:28:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 17:28:09 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 17:28:09 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 17:28:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 17:28:09 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] unit-oai-epc-0: 17:28:09 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 17:28:09 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 17:28:09 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 17:28:09 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 17:28:09 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 17:28:09 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 17:28:09 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 17:28:09 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 17:28:09 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 17:28:09 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-epc-0: 17:28:10 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 17:28:10 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 17:28:10 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 17:28:10 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 17:28:10 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 17:28:10 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 17:28:10 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 17:28:10 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 17:28:10 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 17:28:10 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 17:28:10 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 17:28:10 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 17:28:10 DEBUG httpbakery } -> error unit-oai-epc-0: 17:28:10 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 17:28:10 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-mysql-0: 17:28:10 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-epc-0: 17:28:10 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 17:28:10 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 17:28:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 17:28:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-oai-epc-0: 17:28:10 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 17:28:10 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 17:28:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 17:28:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 17:28:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-mysql-0: 17:28:12 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 17:28:12 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 17:28:12 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 17:28:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 17:28:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 17:28:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 17:28:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 17:28:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 17:28:13 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 17:28:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 17:28:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-mysql-0: 17:28:14 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 17:28:14 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 17:28:14 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-mysql-0: 17:28:14 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 17:28:15 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 17:28:15 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 17:28:15 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 17:28:15 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 17:28:15 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 17:28:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 17:28:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 17:28:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 17:28:15 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 17:28:15 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 17:28:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install ++ config-get revision unit-mysql-0: 17:28:15 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 17:28:15 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... unit-oai-epc-0: 17:28:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 17:28:15 DEBUG unit.oai-epc/0.install Reading package lists... unit-mysql-0: 17:28:15 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... unit-abot-epc-basic-0: 17:28:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 17:28:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 17:28:16 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 17:28:16 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: 17:28:16 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install Need to get 3459 kB of archives. unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-oai-epc-0: 17:28:16 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.10 [700 kB] unit-abot-epc-basic-0: 17:28:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 17:28:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 17:28:17 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-mysql-0: 17:28:17 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 17:28:17 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-epc-0: 17:28:17 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.10 [2737 kB] unit-mysql-0: 17:28:17 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:28:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 17:28:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 17:28:17 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-oai-epc-0: 17:28:18 DEBUG unit.oai-epc/0.install Fetched 3459 kB in 1s (1882 kB/s) unit-oai-epc-0: 17:28:18 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 17:28:18 DEBUG unit.oai-epc/0.install (Reading database ... 52431 files and directories currently installed.) unit-oai-epc-0: 17:28:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 17:28:18 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 17:28:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 17:28:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-mysql-0: 17:28:18 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 17:28:18 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: 17:28:19 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 17:28:19 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-epc-0: 17:28:20 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 17:28:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.10_all.deb ... unit-abot-epc-basic-0: 17:28:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 17:28:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-oai-epc-0: 17:28:20 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 17:28:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-mysql-0: 17:28:21 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 17:28:21 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 17:28:21 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 17:28:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 17:28:21 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: 17:28:21 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-mysql-0: 17:28:21 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 17:28:21 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-epc-0: 17:28:21 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 17:28:21 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.10_amd64.deb ... unit-mysql-0: 17:28:22 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-epc-0: 17:28:22 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 17:28:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 17:28:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 17:28:23 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-oai-epc-0: 17:28:23 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 17:28:23 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 17:28:23 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 17:28:23 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:28:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 17:28:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 17:28:23 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-oai-epc-0: 17:28:24 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 17:28:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 17:28:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 17:28:25 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 17:28:25 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 17:28:25 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-epc-0: 17:28:25 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.10) ... unit-mysql-0: 17:28:26 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-epc-0: 17:28:26 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 17:28:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 17:28:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 17:28:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 17:28:26 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 17:28:26 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 17:28:26 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:28:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 17:28:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-abot-epc-basic-0: 17:28:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 17:28:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 17:28:27 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: 17:28:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install virt-what unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 17:28:27 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 17:28:27 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-mysql-0: 17:28:27 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 17:28:27 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-epc-0: 17:28:28 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (61.3 kB/s) unit-mysql-0: 17:28:28 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-epc-0: 17:28:28 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 17:28:28 DEBUG unit.oai-epc/0.install (Reading database ... 53181 files and directories currently installed.) unit-oai-epc-0: 17:28:28 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 17:28:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 17:28:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-oai-epc-0: 17:28:28 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 17:28:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 17:28:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 17:28:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 17:28:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 17:28:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 17:28:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-mysql-0: 17:28:30 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 17:28:30 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 17:28:30 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 17:28:30 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 17:28:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 17:28:30 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: 17:28:31 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-oai-epc-0: 17:28:31 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:28:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 17:28:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 17:28:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-mysql-0: 17:28:31 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 17:28:31 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 17:28:31 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-epc-0: 17:28:32 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 17:28:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 17:28:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-mysql-0: 17:28:32 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 17:28:32 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 17:28:32 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 17:28:32 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 17:28:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 17:28:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-mysql-0: 17:28:32 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 17:28:32 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 17:28:33 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-oai-epc-0: 17:28:33 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 17:28:33 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 17:28:33 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-mysql-0: 17:28:33 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-epc-0: 17:28:33 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 17:28:33 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 17:28:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 17:28:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 17:28:34 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install Reading state information... unit-mysql-0: 17:28:34 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 17:28:34 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 17:28:34 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 17:28:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 17:28:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 17:28:34 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-mysql-0: 17:28:34 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install Need to get 3781 kB of archives. unit-oai-epc-0: 17:28:34 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 17:28:34 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-mysql-0: 17:28:34 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 17:28:34 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-epc-0: 17:28:34 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: 17:28:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 17:28:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:28:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 17:28:35 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 17:28:35 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 17:28:35 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-epc-0: 17:28:35 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-epc-0: 17:28:35 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-abot-epc-basic-0: 17:28:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 17:28:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 17:28:36 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-oai-epc-0: 17:28:36 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-mysql-0: 17:28:36 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 17:28:36 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 17:28:36 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-epc-0: 17:28:36 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB] unit-oai-epc-0: 17:28:36 DEBUG unit.oai-epc/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1459 kB] unit-oai-epc-0: 17:28:36 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.62-0ubuntu0.14.04.1 [10.8 kB] unit-oai-epc-0: 17:28:36 DEBUG unit.oai-epc/0.install Fetched 3781 kB in 2s (1590 kB/s) unit-mysql-0: 17:28:36 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 17:28:36 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 17:28:37 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 17:28:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 17:28:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 17:28:37 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-oai-epc-0: 17:28:37 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 17:28:37 DEBUG unit.oai-epc/0.install (Reading database ... 53188 files and directories currently installed.) unit-oai-epc-0: 17:28:37 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 17:28:37 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:28:37 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 17:28:37 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 17:28:37 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 17:28:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 17:28:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 17:28:37 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-mysql-0: 17:28:37 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 17:28:37 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 17:28:38 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-epc-0: 17:28:38 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 17:28:38 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 17:28:38 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 17:28:38 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-epc-0: 17:28:38 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:28:38 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 17:28:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 17:28:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 17:28:38 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-mysql-0: 17:28:39 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 17:28:39 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 17:28:39 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-oai-epc-0: 17:28:39 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 17:28:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 17:28:39 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-mysql-0: 17:28:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 17:28:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:28:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 17:28:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-mysql-0: 17:28:40 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 17:28:40 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-mysql-0: 17:28:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 17:28:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 17:28:40 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-oai-epc-0: 17:28:41 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 17:28:41 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 17:28:41 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:28:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 17:28:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 17:28:41 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-mysql-0: 17:28:41 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 17:28:41 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-oai-epc-0: 17:28:41 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 17:28:41 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 17:28:42 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-oai-epc-0: 17:28:42 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 17:28:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 17:28:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 17:28:42 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-oai-epc-0: 17:28:42 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 17:28:42 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: 17:28:42 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:28:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 17:28:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 17:28:43 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 17:28:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 17:28:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-oai-epc-0: 17:28:43 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 17:28:43 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: 17:28:43 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:28:43 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 17:28:44 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 17:28:44 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 17:28:44 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 17:28:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 17:28:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 17:28:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-oai-epc-0: 17:28:44 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 17:28:44 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 17:28:45 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 17:28:45 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: 17:28:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 17:28:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-mysql-0: 17:28:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 17:28:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:28:45 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-mysql-0: 17:28:45 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-oai-epc-0: 17:28:45 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 17:28:46 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: 17:28:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 17:28:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-mysql-0: 17:28:46 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 17:28:46 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:28:46 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-mysql-0: 17:28:46 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-oai-epc-0: 17:28:46 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 17:28:46 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 17:28:47 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 17:28:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 17:28:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-mysql-0: 17:28:47 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 17:28:47 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 17:28:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-oai-epc-0: 17:28:47 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-mysql-0: 17:28:47 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... unit-oai-epc-0: 17:28:48 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: 17:28:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 17:28:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-mysql-0: 17:28:48 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 17:28:48 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... unit-abot-epc-basic-0: 17:28:48 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-oai-epc-0: 17:28:48 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:28:48 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-oai-epc-0: 17:28:48 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:28:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 17:28:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-mysql-0: 17:28:49 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 17:28:49 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 17:28:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-mysql-0: 17:28:49 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 17:28:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 17:28:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-oai-epc-0: 17:28:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:28:50 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 17:28:50 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 17:28:50 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-epc-0: 17:28:50 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-mysql-0: 17:28:50 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 17:28:50 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 17:28:50 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 17:28:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 17:28:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-abot-epc-basic-0: 17:28:51 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-mysql-0: 17:28:51 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 17:28:51 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 17:28:51 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 17:28:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 17:28:52 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: 17:28:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-mysql-0: 17:28:52 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 17:28:52 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 17:28:52 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 17:28:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 17:28:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 17:28:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install Note: checking out 'v0.3.2'. unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install changes and commit them, and you can discard any commits you make in this unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install state without impacting any branches by performing another checkout. unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:53 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: 17:28:53 DEBUG unit.oai-epc/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install git checkout -b new_branch_name unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 17:28:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:28:53 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot: No such file or directory unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 17:28:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:28:53 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-abot-epc-basic-0: 17:28:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 17:28:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1+deb9u1build0.16.04.1_all.deb ... unit-abot-epc-basic-0: 17:28:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-oai-epc-0: 17:28:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-mysql-0: 17:28:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 17:28:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... unit-mysql-0: 17:28:53 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 17:28:53 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: 17:28:53 DEBUG unit.oai-epc/0.install --2018-12-12 17:28:53-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 17:28:53 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 17:28:53 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: 17:28:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 17:28:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:28:53 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 0K ....... 57.5M=0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 2018-12-12 17:28:54 (57.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install --2018-12-12 17:28:54-- 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: 17:28:54 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-mysql-0: 17:28:54 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 17:28:54 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: 17:28:54 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 17:28:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 17:28:54 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: 17:28:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 370K 3s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 369K 3s unit-abot-epc-basic-0: 17:28:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 17:28:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-abot-epc-basic-0: 17:28:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 372K 3s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 38.7M 2s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 40.6M 1s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 377K 1s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 36.6M 1s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 34.7M 1s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 49.8M 1s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 45.2M 1s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 55.4M 1s unit-abot-epc-basic-0: 17:28:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 17:28:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 387K 1s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 45.3M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 43.7M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 40.0M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 44.5M 0s unit-abot-epc-basic-0: 17:28:54 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 62.0M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 70.6M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 68.5M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 121M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 67.0M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 82.8M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 124M=0.7s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 2018-12-12 17:28:54 (1.61 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install --2018-12-12 17:28:54-- 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: 17:28:54 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 17:28:54 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: 17:28:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 101M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 151M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 66.0M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 86.4M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 157M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 49.5M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 68.1M 0s unit-oai-epc-0: 17:28:54 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 132M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 109M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 52.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 114M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 138M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 42.9M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 88.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 83.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 65.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 62.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 67.0M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 84.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 58.9M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 189M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 89.9M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 410K 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 41.9M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 73.2M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 93.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 74.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 77.7M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 72.2M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 65.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 70.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 75.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 77.5M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 142M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 402M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 383M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 49.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 37.7M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 72.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 102M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 63.7M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 62.9M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 76.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 89.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 58.4M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 85.4M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 72.4M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 89.5M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 60.4M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 80.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 72.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 61.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 70.2M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 61.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 86.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 88.8M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 87.9M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 223M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 115M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 149M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 101M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 137M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 107M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 154M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 129M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 456K 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 47.2M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 82.5M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 50.5M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 68.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 148M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 409M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 353M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 365M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 360M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 72.2M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 41.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 39.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 46.4M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 68.9M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 51.9M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 89.7M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 60.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 81.9M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 81.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 89.2M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 108M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 65.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 82.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 102M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 394M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 411M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 331M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 368M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 473M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 324M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 333M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 434M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 414M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 401M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 325M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 38.8M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 41.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 47.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 48.4M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 47.9M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 43.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 49.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 50.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 73.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 65.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 74.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 105M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 120M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 189M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 556M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 378M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 474M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 468K 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 52.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 44.8M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 47.4M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 70.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 65.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 80.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 93.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 69.8M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 77.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 53.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 75.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 79.4M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 97.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 78.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 384M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 351M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 402M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 394M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 391M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 384M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 369M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 387M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 126M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 53.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 50.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 44.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 53.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 48.0M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 47.4M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 43.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 50.8M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 50.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 54.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 79.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 70.4M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 402M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 410M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 344M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 416M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 386M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 392M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 374M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 422M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 451M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 390M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 364M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 430M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 412M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 435M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 339M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 41.8M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 57.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 69.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 466K 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 51.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 44.9M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 33.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 48.0M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 49.0M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 43.0M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 50.4M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 391M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 377M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 352M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 389M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 425M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 385M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 407M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 412M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 432M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 462M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 381M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 47.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 49.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 45.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 50.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 44.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 68.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 32.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 51.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 50.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 28.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 146M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 14.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 108M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 147M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 105M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 145M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 107M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 33.0M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 126M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 49.9M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 110M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 151M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 143M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 168M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 43.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 262M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 207M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 505M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 594M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 532M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 528M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 573M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 616M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 511M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 511M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 620M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 626M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 646M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 548M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 608M 0s unit-abot-epc-basic-0: 17:28:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 17:28:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 473K 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 73.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 80.0M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 60.8M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 51.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 140M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 290M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 118M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 41.8M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 41.9M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 46.6M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 68.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 63.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 48.2M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 42.7M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 41.1M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 36.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 39.5M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 50.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 64.3M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 158M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 297M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 376M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 308M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 355M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 315M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 346M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 410M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 398M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 415M 0s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 588M=0.7s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2018-12-12 17:28:55 (18.3 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: 17:28:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install --2018-12-12 17:28:55-- 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: 17:28:55 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 17:28:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 17:28:55 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: 17:28:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 49.5M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 68.8M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 53.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 51.8M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 42.5M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 46.7M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 46.9M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 48.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 82.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 83.5M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 158M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 457M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 382M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 436M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 365M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 433M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 359M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 463M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 443M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 487M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 110M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 51.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 47.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 46.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 42.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 46.4M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 46.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 46.2M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 39.2M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 69.6M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 85.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 80.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 119M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 442M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 459M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 436M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 390M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 415M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 548M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 149M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 42.7M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 49.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 48.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 47.0M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 63.7M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 70.7M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 96.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 165M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 117M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 172M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 152M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 125M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 119M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 124M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 155M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 146M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 97.3M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 260M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 127M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 123M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 105M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 485K 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 63.2M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 43.6M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 60.3M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 56.7M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 90.6M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 54.3M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 57.6M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 53.2M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 61.8M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 60.4M 2s unit-abot-epc-basic-0: 17:28:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 46.1M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 45.5M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 60.4M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 44.1M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 52.4M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 72.1M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 65.9M 2s unit-abot-epc-basic-0: 17:28:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 51.9M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 78.2M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 125M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 151M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 457M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 403M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 428M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 553M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 479M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 497M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 495M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 399M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 361M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 429M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 72.5M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 52.4M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 50.1M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 52.3M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 42.7M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 43.3M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 47.8M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 61.2M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 45.6M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 59.0M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 115M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 138M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 140M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 117M 2s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 134M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 105M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 68.1M 1s unit-oai-epc-0: 17:28:55 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 79.8M 1s unit-abot-epc-basic-0: 17:28:56 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 485K 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 40.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 70.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 49.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 135M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 331M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 368M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 333M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 361M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 324M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 87.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 47.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 45.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 46.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 41.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 50.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 69.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 51.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 44.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 67.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 73.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 70.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 46.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 133M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 80.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 60.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 55.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 44.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 44.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 52.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 38.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 41.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 110M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 228M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 229M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 334M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 394M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 410M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 248M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 286M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 252M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 289M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 229M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 246M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 282M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 389M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 375M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 460M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 364M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 33.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 54.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 72.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 70.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 68.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 60.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 485K 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 46.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 44.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 50.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 46.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 48.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 42.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 43.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 45.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 45.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 39.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 49.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 55.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 55.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 47.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 56.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 55.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 51.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 43.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 72.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 95.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 126M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 56.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 73.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 95.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 82.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 58.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 81.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 140M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 501M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 366M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 334M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 360M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 399M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 323M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 366M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 440M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 421M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 284M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 411M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 435M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 335M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 322M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 442M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 377M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 319M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 60.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 50.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 46.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 51.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 48.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 52.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 65.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 78.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 76.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 74.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 66.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 75.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 499K 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 45.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 45.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 63.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 44.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 50.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 49.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 62.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 105M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 79.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 101M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 101M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 72.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 60.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 83.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 112M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 59.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 87.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 65.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 90.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 61.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 122M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 269M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 431M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 49.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 48.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 59.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 46.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 41.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 47.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 50.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 49.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 50.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 47.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 42.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 45.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 45.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 60.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 46.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 51.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 51.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 50.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 65.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 77.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 149M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 428M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 400M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 458M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 396M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 443M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 471M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 447M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 400M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 435M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 429M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 331M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 259M 2s unit-abot-epc-basic-0: 17:28:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 17:28:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 510K 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 49.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 41.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 50.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 49.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 62.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 48.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 67.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 73.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 52.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 40.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 46.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 44.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 51.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 48.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 49.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 50.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 53.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 46.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 62.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 63.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 59.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 47.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 141M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 72.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 50.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 71.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 74.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 85.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 82.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 71.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 79.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 124M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 87.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 180M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 63.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 80.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 62.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 73.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 105M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 82.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 79.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 91.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 89.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 84.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 72.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 64.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 112M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 165M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 131M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 122M 2s unit-abot-epc-basic-0: 17:28:56 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 511K 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 59.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 40.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 49.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 46.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 55.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 46.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 46.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 128M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 253M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 286M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 312M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 325M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 291M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 306M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 246M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 253M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 50.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 54.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 46.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 41.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 46.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 54.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 52.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 42.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 55.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 48.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 51.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 42.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 57.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 52.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 51.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 44.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 51.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 46.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 54.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 41.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 43.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 51.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 68.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 51.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 41.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 44.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 51.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 50.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 63.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 86.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 91.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 71.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 68.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 93.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 81.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 73.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 68.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 97.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 74.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 86.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 67.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 552K 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 44.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 42.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 59.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 55.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 42.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 63.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 147M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 283M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 282M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 227M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 240M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 274M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 56.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 39.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 42.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 66.4M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 67.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 46.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 44.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 43.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 43.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 42.1M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 52.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 63.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 51.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 47.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 62.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 53.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 52.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 45.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 55.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 52.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 53.7M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 50.0M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 53.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 59.8M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 80.7M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 84.9M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 63.5M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 52.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 60.6M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 85.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 59.2M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 55.5M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 47.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 83.9M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 96.8M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 81.4M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 94.5M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 62.8M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 98.0M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 527K 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 45.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 44.7M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 55.9M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 43.5M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 45.8M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 44.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 53.6M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 41.3M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 52.0M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 44.2M 2s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 57.5M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 39.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 50.6M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 49.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 77.7M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 67.4M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 47.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 58.7M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 47.1M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 46.4M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 51.7M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 46.4M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 34.9M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 40.6M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 38.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 43.1M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 39.0M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 47.0M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 51.0M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 48.7M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 43.3M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 47.5M 1s unit-oai-epc-0: 17:28:56 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 241M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 388K 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 49.9M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 69.0M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 63.9M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 58.9M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 65.7M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 65.6M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 66.8M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 57.9M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 68.1M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 68.8M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 97.8M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 82.6M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 116M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 66.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 67.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 98.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 65.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 80.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 101M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 59.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 89.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 68.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 93.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 80.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 166M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 70.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 82.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 83.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 90.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 81.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 92.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 150M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 385M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 396M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 441M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 354M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 448M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 445M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 426M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 368M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 437M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 435M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 427M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 467K 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 67.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 59.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 70.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 60.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 58.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 60.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 69.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 50.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 387K 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 40.2M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 44.2M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 37.3M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 44.0M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 44.9M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 50.1M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 38.9M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 49.4M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 45.0M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 44.4M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 36.8M 2s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 48.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 49.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 117M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 203M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 289M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 216M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 239M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 251M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 265M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 255M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 279M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 216M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 265M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 255M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 247M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 238M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 283M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 293M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 282M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 251M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 246M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 263M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 244M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 239M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 41.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 48.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 49.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 41.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 49.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 46.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 50.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 41.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 50.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 41.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 52.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 60.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 69.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 67.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 69.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 60.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 67.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 68.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 65.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 61.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 70.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 67.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 67.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 62.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 69.7M 1s unit-abot-epc-basic-0: 17:28:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 530K 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 47.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 52.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 56.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 49.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 49.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 52.9M 1s unit-abot-epc-basic-0: 17:28:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 57.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 135M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 83.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 47.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 33.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 49.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 53.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 51.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 50.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 52.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 51.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 54.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 48.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 49.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 50.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 58.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 49.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 48.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 129M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 252M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 254M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 251M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 302M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 299M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 230M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 261M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 297M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 296M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 224M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 55.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 41.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 48.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 49.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 47.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 43.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 55.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 70.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 69.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 62.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 68.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 67.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 68.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 60.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 5.14M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 49.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 46.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 46.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 41.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 46.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 47.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 69.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 61.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 70.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 70.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 68.5M 1s unit-abot-epc-basic-0: 17:28:57 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 609K 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 44.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 57.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 44.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 48.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 45.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 54.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 53.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 94.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 77.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 9.27M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 50.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 48.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 114M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 186M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 248M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 257M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 273M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 66.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 40.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 38.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 46.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 45.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 50.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 40.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 48.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 43.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 49.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 48.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 45.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 45.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 59.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 60.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 69.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 68.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 65.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 57.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 69.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 68.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 68.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 53.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 76.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 76.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 14.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 47.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 37.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 55.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 46.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 57.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 55.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 50.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 79.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 87.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 148M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 393M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 98.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 639M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 621K 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 37.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 62.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 56.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 50.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 47.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 52.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 52.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 58.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 53.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 5.07M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 44.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 42.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 36.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 37.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 45.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 46.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 41.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 58.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 74.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 118M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 78.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 64.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 198M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 77.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 88.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 126M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 77.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 94.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 339M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 386M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 385M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 369M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 376M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 499M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 459M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 613M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 497M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 4.14M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 48.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 48.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 47.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 42.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 47.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 48.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 48.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 51.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 99.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 153M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 101M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 127M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 123M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 121M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 157M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 111M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 108M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 645K 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 64.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 72.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 53.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 76.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 71.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 56.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 54.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 83.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 59.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 98.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 59.0M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 52.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 70.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 4.06M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 45.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 61.4M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 94.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 82.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 68.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 120M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 385M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 204M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 47.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 48.1M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 81.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 143M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 70.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 63.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 80.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 80.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 76.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 75.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 62.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 82.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 59.9M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 101M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 62.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 98.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 102M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 147M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 6.30M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 66.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 59.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 15.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 78.6M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 59.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 57.3M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 65.8M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 64.7M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 74.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 83.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 62.5M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 53.2M 1s unit-oai-epc-0: 17:28:57 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 78.6M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 637K 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 52.4M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 44.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 77.1M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 69.5M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 89.4M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 64.1M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 124M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 90.7M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 74.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 78.7M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 97.8M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 86.9M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 91.5M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 71.6M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 122M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 147M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 526M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 89.9M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 3.45M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 63.3M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 107M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 85.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 61.1M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 68.4M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 73.4M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 121M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 87.7M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 57.1M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 106M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 76.9M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 73.4M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 72.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 106M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 130M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 57.2M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 75.4M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 70.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 92.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 103M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 545M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 404M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 108M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 54.5M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 66.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 8.67M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 105M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 5.16M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 41.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 55.2M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 53.3M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 53.7M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 73.0M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 253M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 113M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 110M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 157M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 158M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 90.2M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 685K 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 61.6M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 94.4M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 85.1M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 78.9M 1s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 126M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 56.4M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 63.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 60.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 45.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 49.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 61.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 56.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 45.4M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 74.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 85.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 101M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 3.10M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 47.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 49.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 55.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 58.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 66.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 49.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 50.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 48.4M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 46.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 67.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 125M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 313M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 347M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 301M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 259M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 305M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 328M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 371M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 293M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 81.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 43.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 50.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 48.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 57.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 60.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 60.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 64.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 71.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 61.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 4.80M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 44.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 44.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 40.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 57.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 67.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 68.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 61.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 93.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 706K 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 65.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 54.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 43.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 52.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 49.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 55.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 45.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 59.4M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 61.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 47.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 53.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 48.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 59.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 96.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 84.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 110M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 70.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 107M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 91.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 3.02M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 48.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 46.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 44.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 54.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 56.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 68.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 52.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 46.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 58.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 53.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 40.4M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 43.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 50.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 112M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 276M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 403M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 448M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 410M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 361M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 416M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 403M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 397M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 347M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 468M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 387M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 409M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 373M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 393M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 3.66M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 51.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 48.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 43.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 51.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 75.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 73.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 64.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 75.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 719K 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 46.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 50.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 44.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 51.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 48.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 54.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 136M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 360M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 392M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 426M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 313M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 332M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 477M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 51.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 45.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 50.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 56.5M 0s unit-abot-epc-basic-0: 17:28:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 2.43M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 53.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 67.1M 0s unit-abot-epc-basic-0: 17:28:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 25.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 46.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 36.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 43.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 36.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 41.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 118M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 250M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 230M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 257M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 305M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 235M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 347M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 370M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 291M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 300M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 286M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 238M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 49.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 46.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 41.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 43.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 39.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 70.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 68.4M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 71.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 62.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 70.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 69.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 5.26M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 52.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 45.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 48.6M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 46.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 55.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 61.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 70.2M 0s unit-abot-epc-basic-0: 17:28:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 750K 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 36.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 45.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 53.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 50.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 50.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 41.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 43.0M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 44.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 41.9M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 55.5M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 89.4M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 96.8M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 77.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 91.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 114M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 85.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 57.3M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 95.2M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 102M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 3.35M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 56.1M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 62.7M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 7.92M 0s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 53750K ...... 100% 11500G=2.8s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install 2018-12-12 17:28:58 (19.0 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: 17:28:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install FINISHED --2018-12-12 17:28:58-- unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install Total wall clock time: 4.9s unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.1s (16.0 MB/s) unit-oai-epc-0: 17:28:58 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-mysql-0: 17:28:58 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install (Reading database ... 53457 files and directories currently installed.) unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-mysql-0: 17:28:58 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-epc-0: 17:28:58 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 17:28:59 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 17:28:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 17:28:59 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: 17:28:59 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-mysql-0: 17:28:59 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 17:28:59 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 17:28:59 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 17:28:59 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:28:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 17:28:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-abot-epc-basic-0: 17:29:00 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-mysql-0: 17:29:00 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 17:29:00 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:29:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 17:29:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 17:29:00 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 17:29:00 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 17:29:01 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 17:29:01 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 17:29:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 17:29:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-mysql-0: 17:29:01 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:29:01 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 17:29:01 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... unit-mysql-0: 17:29:02 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 17:29:02 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:29:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 17:29:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-mysql-0: 17:29:02 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 17:29:02 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-oai-epc-0: 17:29:02 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 17:29:02 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-epc-0: 17:29:03 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-mysql-0: 17:29: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: 17:29:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 17:29:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:29:03 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-mysql-0: 17:29:03 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:29:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 17:29:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 17:29:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 17:29:04 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 17:29:04 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:29:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 17:29:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-mysql-0: 17:29:05 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 17:29:05 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-mysql-0: 17:29:05 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 17:29: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: 17:29:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 17:29:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 17:29:06 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-mysql-0: 17:29:06 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 17:29:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 17:29:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 17:29:07 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 17:29:07 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 17:29:07 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 17:29:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 17:29:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-abot-epc-basic-0: 17:29:07 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 17:29:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 17:29:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-mysql-0: 17:29:08 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 17:29:08 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-oai-epc-0: 17:29:08 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 17:29:08 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 17:29:08 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 17:29:08 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 17:29:08 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 17:29:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 17:29:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:29:08 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 17:29:09 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 17:29:09 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: 17:29:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 17:29:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 17:29:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-mysql-0: 17:29:09 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 17:29:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 17:29:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 17:29:10 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-mysql-0: 17:29:10 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 17:29:10 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 17:29:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 17:29:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 17:29:10 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-mysql-0: 17:29:11 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 17:29:12 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 17:29:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 17:29:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-mysql-0: 17:29:13 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 17:29:13 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-mysql-0: 17:29:15 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 17:29:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-mysql-0: 17:29:15 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 17:29:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 17:29:15 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 17:29:15 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 17:29:16 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 17:29:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 17:29:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-mysql-0: 17:29:16 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 17:29:17 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-oai-epc-0: 17:29:17 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-mysql-0: 17:29:17 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-oai-epc-0: 17:29:17 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: 17:29:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-mysql-0: 17:29:18 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 17:29:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-oai-epc-0: 17:29:18 DEBUG unit.oai-epc/0.install Running depmod. unit-abot-epc-basic-0: 17:29:18 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 17:29:18 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1.1) ... unit-oai-epc-0: 17:29:18 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 17:29:18 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 17:29:18 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: 17:29:18 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: 17:29:18 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-mysql-0: 17:29:19 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 17:29:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 17:29:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 17:29:19 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 17:29:19 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... unit-mysql-0: 17:29:20 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 17:29:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 17:29:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-mysql-0: 17:29:20 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 17:29:20 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 17:29:21 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 17:29:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 17:29:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 17:29:21 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 17:29:21 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 17:29:21 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:29:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 17:29:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 17:29:22 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 17:29:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 17:29:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 17:29:23 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 17:29:23 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-mysql-0: 17:29:24 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (98.6 kB/s) unit-abot-epc-basic-0: 17:29:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 17:29:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 17:29:24 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 17:29:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 17:29:24 DEBUG unit.mysql/0.install (Reading database ... 57609 files and directories currently installed.) unit-mysql-0: 17:29:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 17:29:24 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-oai-epc-0: 17:29:25 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: 17:29:25 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: 17:29:25 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-163-generic unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-163-generic unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 17:29:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:29:26 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-mysql-0: 17:29:26 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-oai-epc-0: 17:29:26 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-oai-epc-0: 17:29:26 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 17:29:26 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 17:29:26 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-163-generic unit-oai-epc-0: 17:29:26 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-163-generic unit-abot-epc-basic-0: 17:29:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 17:29:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 17:29:26 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-oai-epc-0: 17:29:27 DEBUG unit.oai-epc/0.install done unit-mysql-0: 17:29:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 17:29:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 17:29:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 17:29:27 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 17:29:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 17:29:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-mysql-0: 17:29:27 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 17:29:27 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 17:29:27 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-abot-epc-basic-0: 17:29:28 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-epc-0: 17:29:28 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-abot-epc-basic-0: 17:29:28 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-epc-0: 17:29:28 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 17:29:28 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-epc-0: 17:29:28 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 17:29:28 INFO juju.worker.uniter.context trying to kill context process 3806 unit-oai-epc-0: 17:29:28 INFO juju.worker.uniter.context waiting for context process 3806 to die unit-oai-epc-0: 17:29:28 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 17:29:28 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 17:29:28 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-mysql-0: 17:29:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 17:29:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 17:29:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-mysql-0: 17:29:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 17:29:29 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 17:29:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 17:29:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-epc-0: 17:29:29 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 17:29:29 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 17:29:29 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:29:29 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 17:29:29 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 17:29:29 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-epc-0: 17:29:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-mysql-0: 17:29:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 17:29:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 17:29:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en machine-2: 17:29:29 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 17:29:29 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-2: 17:29:29 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-2: 17:29:29 DEBUG juju.worker.reboot machine lock will not be released manually machine-2: 17:29:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 17:29:29 DEBUG juju.worker killing runner 0xc4205836c0 unit-mysql-0: 17:29:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 17:29:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 17:29:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 17:29:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 17:29:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 17:29:30 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 17:29:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 17:29:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 17:29:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 17:29:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 17:29:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 17:29:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 17:29:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 17:29:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 17:29:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 17:29:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 17:29:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 17:29:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 17:29:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 17:29:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 17:29:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 17:29:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-mysql-0: 17:29:31 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 17:29:32 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 17:29:32 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 17:29:32 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 17:29:32 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 17:29:32 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 17:29:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 17:29:32 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: 17:29:32 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 17:29:32 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 17:29:32 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 17:29:32 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 17:29:33 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 17:29:33 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 17:29:33 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 17:29:33 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 17:29:33 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 17:29:33 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 17:29:33 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 17:29:33 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 17:29:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 17:29:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 17:29:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 17:29:34 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 17:29:35 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 17:29:35 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 17:29:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 17:29:35 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 17:29:35 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 17:29:36 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 17:29:36 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 17:29:36 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: 17:29:36 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: 17:29:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 17:29:37 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 61258 files and directories currently installed.) unit-abot-epc-basic-0: 17:29:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 17:29:37 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 17:29:37 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: 17:29:37 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-mysql-0: 17:29:37 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-abot-epc-basic-0: 17:29:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 17:29:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 17:29:37 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 17:29:37 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: 17:29:38 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe uuid amd64 1.6.2-1.3ubuntu1 [10.9 kB] unit-mysql-0: 17:29:38 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (405 kB/s) unit-mysql-0: 17:29:38 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 17:29:38 DEBUG unit.mysql/0.install (Reading database ... 57709 files and directories currently installed.) unit-mysql-0: 17:29:38 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 17:29:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 17:29:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-mysql-0: 17:29:38 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:29:38 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 17:29:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 17:29:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 17:29:39 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-mysql-0: 17:29:39 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 17:29:39 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 17:29:40 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:29:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 17:29:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 17:29:41 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 17:29:41 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 17:29:41 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 17:29:41 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 17:29:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 17:29:42 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: 17:29:43 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-mysql-0: 17:29:43 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 17:29:43 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 17:29:43 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 17:29:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 17:29:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-mysql-0: 17:29:43 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 17:29:43 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 17:29:44 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 17:29:44 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:29:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 17:29:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-140.166_amd64.deb ... unit-mysql-0: 17:29:44 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 17:29:44 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:29:44 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-140.166) ... unit-mysql-0: 17:29:44 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 17:29:45 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 17:29:45 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 17:29:45 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 17:29:45 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:29:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 17:29:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 17:29:45 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:29:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 17:29:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 17:29:47 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-mysql-0: 17:29:47 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:29:47 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:29:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 17:29:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 17:29:48 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:48 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 17:29:48 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 17:29:48 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-mysql-0: 17:29:48 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 17:29:49 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 17:29:50 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:29:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 17:29:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:29:50 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-mysql-0: 17:29:50 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 17:29:50 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 17:29:50 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 17:29:50 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 17:29:50 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 17:29:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 17:29:50 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 17:29:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 17:29:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 17:29:51 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 17:29:51 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 17:29:51 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:29:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:29:51 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 17:29:51 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 17:29:51 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 17:29:51 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 17:29:51 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:51 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 17:29:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-mysql-0: 17:29:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 17:29:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 17:29:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 17:29:52 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 17:29:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 17:29:52 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: 17:29:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 17:29:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 17:29:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 17:29:52 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 17:29:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 17:29:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 17:29:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 17:29:54 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 17:29:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 17:29:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 17:29:54 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 17:29:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 17:29:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 17:29:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 17:29:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 17:29:56 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:29:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 17:29:56 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: 17:29:56 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:29:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 17:29:57 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: 17:29:57 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed Reading package lists... unit-abot-epc-basic-0: 17:29:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-mysql-0: 17:29:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 17:29:58 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: 17:29:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 17:29:58 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 17:29:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 17:29:58 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: 17:29:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed Need to get 8969 kB of archives. unit-mysql-0: 17:29:58 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 17:29:58 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: 17:29:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 17:29:59 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: 17:29:59 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:29:59 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-abot-epc-basic-0: 17:29:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 17:29:59 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: 17:30:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:30:00 DEBUG unit.mysql/0.config-changed Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-mysql-0: 17:30:00 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB] unit-mysql-0: 17:30:00 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1459 kB] unit-mysql-0: 17:30:00 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-mysql-0: 17:30:01 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1979 kB] unit-mysql-0: 17:30:01 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: 17:30:01 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: 17:30:01 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 17:30:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 17:30:01 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: 17:30:01 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:30:01 DEBUG unit.mysql/0.config-changed Fetched 8969 kB in 2s (3294 kB/s) unit-mysql-0: 17:30:01 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 17:30:01 DEBUG unit.mysql/0.config-changed (Reading database ... 57803 files and directories currently installed.) unit-mysql-0: 17:30:01 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 17:30:01 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-mysql-0: 17:30:02 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 17:30:02 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 17:30:02 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:30:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 17:30:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:30:02 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-mysql-0: 17:30:03 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 17:30:03 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 17:30:03 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 17:30:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 17:30:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 17:30:03 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:30:03 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 17:30:03 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 17:30:03 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:30:05 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 17:30:05 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 17:30:05 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: 17:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 17:30:05 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:30:08 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 17:30:08 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: 17:30:08 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:30:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 17:30:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:30:08 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:30:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 17:30:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 17:30:09 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 17:30:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 17:30:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.5_all.deb ... unit-mysql-0: 17:30:10 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 17:30:10 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: 17:30:10 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 17:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 17:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 17:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.5) ... unit-mysql-0: 17:30:12 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 17:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 17:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 17:30:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 17:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 17:30:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-mysql-0: 17:30:14 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 17:30:14 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 17:30:14 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 17:30:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 17:30:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 17:30:15 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 17:30:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 17:30:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 17:30:15 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-mysql-0: 17:30:15 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 17:30:15 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 17:30:15 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:30:16 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:30:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 17:30:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 17:30:16 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 17:30:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 17:30:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 17:30:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-mysql-0: 17:30:17 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 17:30:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 17:30:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-mysql-0: 17:30:17 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 17:30:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-mysql-0: 17:30:19 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 17:30:19 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: 17:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-mysql-0: 17:30:19 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 17:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 17:30:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-mysql-0: 17:30:19 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: 17:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-mysql-0: 17:30:19 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 17:30:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 17:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-mysql-0: 17:30:20 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 17:30:20 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 17:30:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 17:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 17:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 17:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 17:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 17:30:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 17:30:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 17:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:30:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 17:30:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 17:30:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:30:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 17:30:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 17:30:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 17:30:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 17:30:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 17:30:25 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 17:30:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 17:30:26 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: 17:30:26 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:30:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 17:30:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 17:30:27 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 17:30:27 DEBUG unit.mysql/0.config-changed 181212 17:30:27 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-mysql-0: 17:30:27 DEBUG unit.mysql/0.config-changed 181212 17:30:27 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 17:30:27 DEBUG unit.mysql/0.config-changed 181212 17:30:27 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 12207 ... unit-abot-epc-basic-0: 17:30:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 17:30:28 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: 17:30:28 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:30:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 17:30:29 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: 17:30:29 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:30:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 17:30:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 17:30:30 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 17:30:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 17:30:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 17:30:31 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 17:30:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 17:30:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 17:30:31 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 17:30:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 17:30:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 17:30:33 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 17:30:33 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 17:30:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:30:37 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 17:30:37 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 17:30:38 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 17:30:38 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 17:30:38 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 17:30:38 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 17:30:38 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 17:30:38 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-mysql-0: 17:30:38 DEBUG unit.mysql/0.config-changed mysql start/running, process 12342 unit-abot-epc-basic-0: 17:30:38 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 17:30:38 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-mysql-0: 17:30:39 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 17:30:39 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 17:30:39 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 17:30:39 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 17:30:39 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-mysql-0: 17:30:39 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:30:39 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 17:30:40 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 17:30:41 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 17:30:42 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 17:30:43 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 17:30:44 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 17:30:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 17:30:44 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 17:30:46 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 17:30:46 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 17:30:47 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 17:30:48 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 17:30:48 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: 17:30:49 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 17:30:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 17:30:52 DEBUG unit.mysql/0.config-changed mysql start/running, process 12463 unit-mysql-0: 17:30:52 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 17:30:52 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 17:30:53 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 17:30:53 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-mysql-0: 17:30:53 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 17:30:53 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:30:53 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 17:30:53 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 17:30:53 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 17:30:53 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 17:30:53 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 17:30:53 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 17:30:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 17:30:53 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 17:30:53 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 17:30:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 17:30:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 17:30:54 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 17:30:54 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 17:30:55 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 17:30:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 17:30:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 17:30:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 17:30:55 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 17:30:56 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 17:30:56 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 17:30:56 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 17:30:56 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 17:30:56 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 17:30:56 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 17:30:56 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 17:30:56 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 17:30:56 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: 17:30:57 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 17:30:57 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 17:30:57 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-abot-epc-basic-0: 17:30:57 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 17:30:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 17:30:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 17:30:58 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 17:30:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 17:30:58 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 17:30:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 17:30:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 17:30:58 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-mysql-0: 17:30:58 DEBUG unit.mysql/0.start mysql start/running, process 12590 unit-mysql-0: 17:30:58 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 17:30:59 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-abot-epc-basic-0: 17:30:59 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-mysql-0: 17:30:59 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 17:30:59 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 17:30:59 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 17:30:59 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 17:30:59 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 17:30:59 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:30:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:30:59 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 17:30:59 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 17:30:59 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 17:30:59 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-abot-epc-basic-0: 17:30:59 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-mysql-0: 17:30:59 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 17:31:00 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-mysql-0: 17:31:00 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 17:31:00 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:31:00 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 17:31:00 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 17:31:00 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 17:31:01 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 17:31:01 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 17:31:01 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 17:31:01 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 17:31:01 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 17:31:02 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 17:31:02 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 17:31:02 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 17:31:03 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: 17:31:03 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 17:31:03 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 17:31:03 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 17:31:04 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 17:31:04 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 17:31:04 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 17:31:04 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 17:31:05 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 17:31:05 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 17:31:14 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 17:31:15 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-abot-epc-basic-0: 17:31:16 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 17:31:16 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 17:31:17 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 17:31:17 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:31:17 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:31:18 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 17:31:18 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 17:31:18 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 17:31:18 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 17:31:18 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 17:31:20 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 17:31:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-abot-epc-basic-0: 17:31:21 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 7.7 KB/sec) unit-abot-epc-basic-0: 17:31:21 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: 17:31:21 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 471.6 KB/sec) unit-abot-epc-basic-0: 17:31:21 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: 17:31:21 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 858.0 KB/sec) unit-abot-epc-basic-0: 17:31:21 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: 17:31:21 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 760.6 KB/sec) unit-abot-epc-basic-0: 17:31:21 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: 17:31:21 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 1045.9 KB/sec) unit-abot-epc-basic-0: 17:31:21 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: 17:31:21 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 368.7 KB/sec) unit-abot-epc-basic-0: 17:31:21 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: 17:31:21 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: 17:31:21 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: 17:31:21 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 1126.0 KB/sec) unit-abot-epc-basic-0: 17:31:21 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: 17:31:21 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 796.7 KB/sec) unit-abot-epc-basic-0: 17:31:21 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: 17:31:21 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 1347.5 KB/sec) unit-abot-epc-basic-0: 17:31:21 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:21 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:21 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 17:31:21 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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: 17:31:22 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 101.8 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 994.7 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 1055.0 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (5 KB at 250.1 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 135.4 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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: 17:31:22 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: 17:31:22 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 143.8 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 418.0 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 539.9 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 48.2 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 407.5 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 257.1 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 30.0 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 998/998 B Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 65.0 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 218.2 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 96.4 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 2/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 168.3 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 107.5 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 110.3 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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: 17:31:22 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: 17:31:22 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 99.1 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 605.3 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/41 KB 5/41 KB 8/41 KB 11/41 KB 13/41 KB 16/41 KB 19/41 KB 21/41 KB 24/41 KB 27/41 KB 29/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1949.3 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 179.6 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 414.0 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1674.9 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 909.8 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 965/965 B Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 58.9 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 1/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 192.0 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 1109.3 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 287.0 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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 630.6 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 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: 17:31:22 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: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/153 KB 13/13 KB 5/153 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 302.1 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 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 56/153 KB 60/153 KB 64/153 KB 68/153 KB 68/153 KB 3/50 KB 3/48 KB 68/153 KB 6/50 KB 3/48 KB 68/153 KB 3/48 KB 68/153 KB 9/50 KB 3/48 KB 68/153 KB 11/50 KB 3/48 KB 68/153 KB 11/50 KB 5/48 KB 68/153 KB 11/50 KB 8/48 KB 68/153 KB 14/50 KB 11/48 KB 68/153 KB 14/50 KB 8/48 KB 68/153 KB 16/50 KB 11/48 KB 68/153 KB 16/50 KB 13/48 KB 68/153 KB 19/50 KB 13/48 KB 68/153 KB 3/35 KB 19/50 KB 13/48 KB 68/153 KB 5/35 KB 19/50 KB 13/48 KB 68/153 KB 8/35 KB 19/50 KB 13/48 KB 68/153 KB 11/35 KB 19/50 KB 13/48 KB 68/153 KB 13/35 KB 19/50 KB 13/48 KB 68/153 KB 13/35 KB 19/50 KB 16/48 KB 68/153 KB 13/35 KB 19/50 KB 19/48 KB 68/153 KB 13/35 KB 22/50 KB 19/48 KB 68/153 KB 13/35 KB 25/50 KB 19/48 KB 68/153 KB 13/35 KB 27/50 KB 19/48 KB 68/153 KB 13/35 KB 27/50 KB 21/48 KB 68/153 KB 13/35 KB 27/50 KB 24/48 KB 68/153 KB 13/35 KB 27/50 KB 27/48 KB 68/153 KB 13/35 KB 30/50 KB 27/48 KB 68/153 KB 13/35 KB 30/50 KB 29/48 KB 72/153 KB 16/35 KB 32/50 KB 32/48 KB 72/153 KB 16/35 KB 32/50 KB 29/48 KB 72/153 KB 19/35 KB 32/50 KB 32/48 KB 72/153 KB 21/35 KB 32/50 KB 32/48 KB 72/153 KB 24/35 KB 32/50 KB 32/48 KB 72/153 KB 27/35 KB 32/50 KB 32/48 KB 72/153 KB 29/35 KB 32/50 KB 32/48 KB 72/153 KB 32/35 KB 32/50 KB 32/48 KB 72/153 KB 35/35 KB 32/50 KB 32/48 KB 72/153 KB 35/35 KB 32/50 KB 32/48 KB 72/153 KB 13/35 KB 32/50 KB 29/48 KB 68/153 KB 13/35 KB 32/50 KB 29/48 KB 76/153 KB 35/35 KB 36/50 KB 32/48 KB 76/153 KB 35/35 KB 36/50 KB 32/48 KB 80/153 KB 35/35 KB 36/50 KB 32/48 KB 84/153 KB 35/35 KB 40/50 KB 32/48 KB 88/153 KB 35/35 KB 40/50 KB 36/48 KB 92/153 KB 35/35 KB 40/50 KB 36/48 KB 96/153 KB 35/35 KB 40/50 KB 36/48 KB 100/153 KB 3/30 KB 35/35 KB 40/50 KB 36/48 KB 104/153 KB 3/30 KB 40/50 KB 36/48 KB 80/153 KB 35/35 KB 40/50 KB 32/48 KB 104/153 KB 3/30 KB 44/50 KB 36/48 KB 104/153 KB 3/30 KB 48/50 KB 36/48 KB 104/153 KB 3/30 KB 50/50 KB 36/48 KB 96/153 KB 3/30 KB 35/35 KB 40/50 KB 36/48 KB 108/153 KB 5/30 KB 50/50 KB 36/48 KB 108/153 KB 8/30 KB 50/50 KB 36/48 KB 108/153 KB 11/30 KB 50/50 KB 36/48 KB 108/153 KB 13/30 KB 50/50 KB 36/48 KB 108/153 KB 16/30 KB 50/50 KB 36/48 KB 108/153 KB 19/30 KB 50/50 KB 36/48 KB 108/153 KB 21/30 KB 50/50 KB 36/48 KB 108/153 KB 24/30 KB 50/50 KB 36/48 KB 108/153 KB 27/30 KB 50/50 KB 36/48 KB 84/153 KB 35/35 KB 40/50 KB 36/48 KB 108/153 KB 27/30 KB 50/50 KB 40/48 KB 108/153 KB 29/30 KB 50/50 KB 44/48 KB 108/153 KB 29/30 KB 50/50 KB 48/48 KB 108/153 KB 29/30 KB 50/50 KB 48/48 KB 108/153 KB 3/30 KB 50/50 KB 36/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 479.6 KB/sec) unit-abot-epc-basic-0: 17:31:22 DEBUG unit.abot-epc-basic/0.install 108/153 KB 29/30 KB 50/50 KB 40/48 KB 112/153 KB 30/30 KB 50/50 KB 48/48 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 17:31:22 DEBUG unit.abot-epc-basic/0.install 112/153 KB 30/30 KB 50/50 KB 48/48 KB 116/153 KB 30/30 KB 50/50 KB 48/48 KB 120/153 KB 30/30 KB 48/48 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 17:31:22 DEBUG unit.abot-epc-basic/0.install 124/153 KB 30/30 KB 48/48 KB 128/153 KB 30/30 KB 48/48 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 598.7 KB/sec) unit-abot-epc-basic-0: 17:31:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 17:31:22 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 397.4 KB/sec) unit-abot-epc-basic-0: 17:31:22 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: 17:31:22 DEBUG unit.abot-epc-basic/0.install 3/190 KB 128/153 KB 5/190 KB 128/153 KB 5/190 KB 128/153 KB 3/119 KB 8/190 KB 132/153 KB 6/119 KB 8/190 KB 132/153 KB 3/119 KB 8/190 KB 136/153 KB 6/119 KB 8/190 KB 140/153 KB 6/119 KB 8/190 KB 144/153 KB 6/119 KB 8/190 KB 128/153 KB 3/119 KB 11/190 KB 144/153 KB 9/119 KB 13/190 KB 144/153 KB 9/119 KB 16/190 KB 144/153 KB 9/119 KB 19/190 KB 144/153 KB 9/119 KB 21/190 KB 148/153 KB 9/119 KB 4/37 KB 21/190 KB 148/153 KB 3/86 KB 9/119 KB 8/37 KB 8/190 KB 144/153 KB 9/119 KB 21/190 KB 148/153 KB 3/86 KB 9/119 KB 4/37 KB 21/190 KB 148/153 KB 5/86 KB 9/119 KB 12/37 KB 21/190 KB 148/153 KB 8/86 KB 9/119 KB 12/37 KB 21/190 KB 148/153 KB 11/86 KB 9/119 KB 12/37 KB 21/190 KB 148/153 KB 13/86 KB 11/119 KB 12/37 KB 19/190 KB 148/153 KB 9/119 KB 21/190 KB 152/153 KB 13/86 KB 11/119 KB 12/37 KB 21/190 KB 153/153 KB 13/86 KB 11/119 KB 12/37 KB 21/190 KB 148/153 KB 11/86 KB 11/119 KB 12/37 KB 21/190 KB 153/153 KB 16/86 KB 14/119 KB 12/37 KB 21/190 KB 153/153 KB 16/86 KB 16/119 KB 12/37 KB 21/190 KB 153/153 KB 16/86 KB 11/119 KB 12/37 KB 21/190 KB 148/153 KB 3/86 KB 11/119 KB 12/37 KB 21/190 KB 148/153 KB 16/119 KB 12/37 KB 21/190 KB 153/153 KB 16/86 KB 16/119 KB 16/37 KB 24/190 KB 153/153 KB 16/86 KB 16/119 KB 16/37 KB 24/190 KB 153/153 KB 16/86 KB 19/119 KB 16/37 KB 27/190 KB 19/86 KB 19/119 KB 20/37 KB 27/190 KB 19/86 KB 22/119 KB 20/37 KB 27/190 KB 19/86 KB 22/119 KB 20/37 KB 27/190 KB 19/86 KB 22/119 KB 24/37 KB 29/190 KB 19/86 KB 25/119 KB 28/37 KB 29/190 KB 19/86 KB 25/119 KB 32/37 KB 29/190 KB 19/86 KB 25/119 KB 36/37 KB 29/190 KB 19/86 KB 25/119 KB 37/37 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 1511.1 KB/sec) unit-abot-epc-basic-0: 17:31:22 DEBUG unit.abot-epc-basic/0.install 29/190 KB 19/86 KB 25/119 KB 24/37 KB 29/190 KB 19/86 KB 22/119 KB 24/37 KB 32/190 KB 19/86 KB 25/119 KB 37/37 KB 36/190 KB 19/86 KB 25/119 KB 37/37 KB 27/190 KB 19/86 KB 19/119 KB 20/37 KB 36/190 KB 21/86 KB 27/119 KB 37/37 KB 36/190 KB 24/86 KB 27/119 KB 37/37 KB 36/190 KB 27/86 KB 27/119 KB 37/37 KB 36/190 KB 29/86 KB 27/119 KB 37/37 KB 36/190 KB 32/86 KB 27/119 KB 37/37 KB 36/190 KB 36/86 KB 27/119 KB 37/37 KB 40/190 KB 40/86 KB 27/119 KB 37/37 KB 40/190 KB 44/86 KB 27/119 KB 37/37 KB 36/190 KB 19/86 KB 27/119 KB 37/37 KB 40/190 KB 44/86 KB 30/119 KB 37/37 KB 40/190 KB 44/86 KB 32/119 KB 37/37 KB 40/190 KB 44/86 KB 36/119 KB 37/37 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 40/190 KB 36/86 KB 27/119 KB 37/37 KB 44/190 KB 44/86 KB 40/119 KB 37/37 KB 48/190 KB 44/86 KB 40/119 KB 37/37 KB 52/190 KB 44/86 KB 40/119 KB 37/37 KB 56/190 KB 48/86 KB 40/119 KB 37/37 KB 52/190 KB 48/86 KB 40/119 KB 37/37 KB 40/190 KB 44/86 KB 40/119 KB 37/37 KB 60/190 KB 48/86 KB 44/119 KB 37/37 KB 60/190 KB 48/86 KB 48/119 KB 37/37 KB 60/190 KB 48/86 KB 52/119 KB 37/37 KB 60/190 KB 52/86 KB 56/119 KB 37/37 KB 60/190 KB 52/86 KB 60/119 KB 37/37 KB 60/190 KB 52/86 KB 64/119 KB 37/37 KB 60/190 KB 48/86 KB 40/119 KB 37/37 KB 64/190 KB 52/86 KB 64/119 KB 60/190 KB 52/86 KB 52/119 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 359.2 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 64/190 KB 56/86 KB 64/119 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 64/190 KB 60/86 KB 64/119 KB 64/190 KB 64/86 KB 64/119 KB 64/190 KB 64/86 KB 68/119 KB 3/66 KB 68/190 KB 68/86 KB 72/119 KB 3/66 KB 68/190 KB 68/86 KB 68/119 KB 3/66 KB 72/190 KB 68/86 KB 72/119 KB 3/66 KB 76/190 KB 68/86 KB 72/119 KB 3/66 KB 80/190 KB 68/86 KB 72/119 KB 3/66 KB 64/190 KB 68/86 KB 68/119 KB 6/66 KB 80/190 KB 68/86 KB 72/119 KB 9/66 KB 80/190 KB 68/86 KB 72/119 KB 11/66 KB 80/190 KB 68/86 KB 72/119 KB 14/66 KB 80/190 KB 68/86 KB 3/26 KB 72/119 KB 16/66 KB 80/190 KB 68/86 KB 3/26 KB 72/119 KB 19/66 KB 84/190 KB 68/86 KB 3/26 KB 72/119 KB 64/190 KB 68/86 KB 68/119 KB 19/66 KB 84/190 KB 72/86 KB 3/26 KB 76/119 KB 19/66 KB 84/190 KB 76/86 KB 3/26 KB 76/119 KB 19/66 KB 84/190 KB 80/86 KB 3/26 KB 76/119 KB 19/66 KB 84/190 KB 68/86 KB 3/26 KB 76/119 KB 19/66 KB 84/190 KB 80/86 KB 3/26 KB 80/119 KB 19/66 KB 84/190 KB 84/86 KB 3/26 KB 80/119 KB 22/66 KB 84/190 KB 86/86 KB 3/26 KB 84/119 KB 16/66 KB 84/190 KB 68/86 KB 3/26 KB 72/119 KB 11/66 KB 80/190 KB 68/86 KB 3/26 KB 72/119 KB 22/66 KB 88/190 KB 86/86 KB 6/26 KB 84/119 KB 22/66 KB 88/190 KB 86/86 KB 9/26 KB 84/119 KB 22/66 KB 84/190 KB 84/86 KB 3/26 KB 84/119 KB 25/66 KB 88/190 KB 86/86 KB 9/26 KB 84/119 KB 27/66 KB 88/190 KB 86/86 KB 9/26 KB 84/119 KB 30/66 KB 88/190 KB 86/86 KB 11/26 KB 84/119 KB 22/66 KB 88/190 KB 86/86 KB 9/26 KB 84/119 KB 30/66 KB 92/190 KB 86/86 KB 11/26 KB 84/119 KB 30/66 KB 96/190 KB 86/86 KB 11/26 KB 84/119 KB 30/66 KB 100/190 KB 86/86 KB 11/26 KB 84/119 KB 32/66 KB 104/190 KB 86/86 KB 11/26 KB 84/119 KB 32/66 KB 108/190 KB 86/86 KB 11/26 KB 84/119 KB 32/66 KB 112/190 KB 86/86 KB 11/26 KB 84/119 KB 19/66 KB 88/190 KB 86/86 KB 11/26 KB 84/119 KB 27/66 KB 88/190 KB 86/86 KB 11/26 KB 84/119 KB 32/66 KB 112/190 KB 86/86 KB 11/26 KB 88/119 KB 32/66 KB 112/190 KB 86/86 KB 14/26 KB 92/119 KB 32/66 KB 112/190 KB 86/86 KB 14/26 KB 96/119 KB 32/66 KB 100/190 KB 86/86 KB 11/26 KB 84/119 KB 32/66 KB 112/190 KB 86/86 KB 14/26 KB 88/119 KB 32/66 KB 112/190 KB 86/86 KB 16/26 KB 96/119 KB 32/66 KB 112/190 KB 86/86 KB 16/26 KB 100/119 KB 36/66 KB 116/190 KB 86/86 KB 19/26 KB 104/119 KB 36/66 KB 116/190 KB 86/86 KB 19/26 KB 108/119 KB 36/66 KB 116/190 KB 86/86 KB 19/26 KB 112/119 KB 36/66 KB 116/190 KB 86/86 KB 19/26 KB 100/119 KB 36/66 KB 120/190 KB 86/86 KB 19/26 KB 112/119 KB 36/66 KB 124/190 KB 86/86 KB 19/26 KB 112/119 KB 36/66 KB 128/190 KB 86/86 KB 19/26 KB 116/119 KB 36/66 KB 132/190 KB 86/86 KB 19/26 KB 116/119 KB 36/66 KB 112/190 KB 86/86 KB 19/26 KB 100/119 KB 32/66 KB 112/190 KB 86/86 KB 19/26 KB 100/119 KB 40/66 KB 132/190 KB 22/26 KB 116/119 KB 40/66 KB 132/190 KB 25/26 KB 116/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 701.1 KB/sec) unit-abot-epc-basic-0: 17:31:23 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: 17:31:23 DEBUG unit.abot-epc-basic/0.install 36/66 KB 124/190 KB 86/86 KB 19/26 KB 116/119 KB 40/66 KB 132/190 KB 26/26 KB 119/119 KB 40/66 KB 132/190 KB 26/26 KB 116/119 KB 40/66 KB 132/190 KB 25/26 KB 116/119 KB 44/66 KB 132/190 KB 26/26 KB 119/119 KB 48/66 KB 132/190 KB 26/26 KB 119/119 KB 52/66 KB 132/190 KB 26/26 KB 119/119 KB 56/66 KB 132/190 KB 26/26 KB 119/119 KB 60/66 KB 132/190 KB 26/26 KB 119/119 KB 64/66 KB 132/190 KB 26/26 KB 119/119 KB 64/66 KB 136/190 KB 26/26 KB 119/119 KB 64/66 KB 140/190 KB 26/26 KB 119/119 KB 64/66 KB 144/190 KB 26/26 KB 119/119 KB 66/66 KB 144/190 KB 26/26 KB 119/119 KB 66/66 KB 148/190 KB 26/26 KB 119/119 KB 66/66 KB 152/190 KB 4/324 KB 66/66 KB 148/190 KB 4/324 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 882.3 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 185.6 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 66/66 KB 156/190 KB 8/324 KB 66/66 KB 156/190 KB 12/324 KB Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 17:31:23 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: 17:31:23 DEBUG unit.abot-epc-basic/0.install 66/66 KB 156/190 KB 16/324 KB 66/66 KB 156/190 KB 20/324 KB 66/66 KB 156/190 KB 24/324 KB 66/66 KB 156/190 KB 28/324 KB 66/66 KB 156/190 KB 32/324 KB 66/66 KB 156/190 KB 20/324 KB 66/66 KB 160/190 KB 32/324 KB 66/66 KB 164/190 KB 32/324 KB 168/190 KB 32/324 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 474.7 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 172/190 KB 36/324 KB 172/190 KB 40/324 KB 172/190 KB 32/324 KB 176/190 KB 40/324 KB 180/190 KB 40/324 KB 184/190 KB 44/324 KB 3/228 KB 4/79 KB 180/190 KB 44/324 KB 3/228 KB 4/79 KB 184/190 KB 48/324 KB 3/228 KB 4/79 KB 184/190 KB 52/324 KB 3/228 KB 4/79 KB 180/190 KB 40/324 KB 3/228 KB 4/79 KB 188/190 KB 52/324 KB 5/228 KB 4/79 KB 180/190 KB 40/324 KB 4/79 KB 188/190 KB 52/324 KB 8/228 KB 4/79 KB 188/190 KB 52/324 KB 11/228 KB 8/79 KB 188/190 KB 52/324 KB 13/228 KB 8/79 KB 188/190 KB 52/324 KB 3/228 KB 4/79 KB 190/190 KB 52/324 KB 13/228 KB 8/79 KB 188/190 KB 52/324 KB 8/228 KB 8/79 KB 190/190 KB 52/324 KB 13/228 KB 12/79 KB 190/190 KB 52/324 KB 13/228 KB 16/79 KB 190/190 KB 52/324 KB 13/228 KB 4/152 KB 20/79 KB 190/190 KB 52/324 KB 16/228 KB 4/152 KB 24/79 KB 190/190 KB 52/324 KB 13/228 KB 4/152 KB 16/79 KB 190/190 KB 56/324 KB 16/228 KB 4/152 KB 24/79 KB 190/190 KB 60/324 KB 16/228 KB 4/152 KB 24/79 KB 190/190 KB 64/324 KB 16/228 KB 8/152 KB 28/79 KB 190/190 KB 68/324 KB 16/228 KB 8/152 KB 28/79 KB 190/190 KB 52/324 KB 16/228 KB 4/152 KB 20/79 KB 190/190 KB 72/324 KB 19/228 KB 8/152 KB 28/79 KB 190/190 KB 72/324 KB 21/228 KB 8/152 KB 28/79 KB 190/190 KB 60/324 KB 16/228 KB 8/152 KB 28/79 KB 190/190 KB 60/324 KB 16/228 KB 8/152 KB 24/79 KB 190/190 KB 72/324 KB 21/228 KB 12/152 KB 28/79 KB 190/190 KB 72/324 KB 21/228 KB 12/152 KB 32/79 KB 190/190 KB 72/324 KB 24/228 KB 16/152 KB 36/79 KB 72/324 KB 24/228 KB 16/152 KB 40/79 KB 190/190 KB 72/324 KB 24/228 KB 16/152 KB 32/79 KB 72/324 KB 24/228 KB 20/152 KB 40/79 KB 190/190 KB 72/324 KB 24/228 KB 16/152 KB 40/79 KB 190/190 KB 72/324 KB 24/228 KB 16/152 KB 36/79 KB 76/324 KB 27/228 KB 24/152 KB 40/79 KB 76/324 KB 29/228 KB 24/152 KB 40/79 KB 72/324 KB 24/228 KB 24/152 KB 44/79 KB 76/324 KB 32/228 KB 28/152 KB 44/79 KB 76/324 KB 32/228 KB 32/152 KB 44/79 KB 76/324 KB 32/228 KB 36/152 KB 44/79 KB 76/324 KB 32/228 KB 40/152 KB 44/79 KB 76/324 KB 32/228 KB 24/152 KB 44/79 KB 76/324 KB 32/228 KB 40/152 KB 48/79 KB 76/324 KB 24/228 KB 24/152 KB 40/79 KB 80/324 KB 32/228 KB 40/152 KB 48/79 KB 76/324 KB 32/228 KB 24/152 KB 40/79 KB 80/324 KB 36/228 KB 40/152 KB 48/79 KB 84/324 KB 40/228 KB 40/152 KB 52/79 KB 84/324 KB 44/228 KB 40/152 KB 52/79 KB 84/324 KB 48/228 KB 40/152 KB 52/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 1231.4 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 84/324 KB 36/228 KB 40/152 KB 52/79 KB 80/324 KB 36/228 KB 40/152 KB 52/79 KB 88/324 KB 48/228 KB 40/152 KB 56/79 KB 88/324 KB 48/228 KB 40/152 KB 60/79 KB 88/324 KB 48/228 KB 40/152 KB 64/79 KB 88/324 KB 48/228 KB 44/152 KB 68/79 KB 88/324 KB 52/228 KB 44/152 KB 72/79 KB 88/324 KB 4/32 KB 52/228 KB 44/152 KB 72/79 KB 88/324 KB 48/228 KB 40/152 KB 56/79 KB 92/324 KB 4/32 KB 52/228 KB 44/152 KB 72/79 KB 96/324 KB 4/32 KB 52/228 KB 44/152 KB 72/79 KB 100/324 KB 4/32 KB 52/228 KB 44/152 KB 72/79 KB 104/324 KB 4/32 KB 52/228 KB 44/152 KB 72/79 KB 108/324 KB 4/32 KB 52/228 KB 44/152 KB 72/79 KB 112/324 KB 4/32 KB 52/228 KB 44/152 KB 72/79 KB 88/324 KB 52/228 KB 44/152 KB 68/79 KB 112/324 KB 4/32 KB 56/228 KB 44/152 KB 76/79 KB 112/324 KB 4/32 KB 60/228 KB 44/152 KB 76/79 KB 112/324 KB 4/32 KB 64/228 KB 44/152 KB 76/79 KB 88/324 KB 48/228 KB 44/152 KB 64/79 KB 112/324 KB 4/32 KB 64/228 KB 48/152 KB 76/79 KB 112/324 KB 4/32 KB 64/228 KB 52/152 KB 76/79 KB 112/324 KB 4/32 KB 64/228 KB 56/152 KB 76/79 KB 112/324 KB 4/32 KB 64/228 KB 60/152 KB 76/79 KB 112/324 KB 4/32 KB 64/228 KB 64/152 KB 76/79 KB 116/324 KB 8/32 KB 64/228 KB 68/152 KB 76/79 KB 116/324 KB 8/32 KB 68/228 KB 72/152 KB 76/79 KB 116/324 KB 8/32 KB 68/228 KB 76/152 KB 76/79 KB 116/324 KB 8/32 KB 68/228 KB 80/152 KB 76/79 KB 112/324 KB 4/32 KB 52/228 KB 44/152 KB 76/79 KB 116/324 KB 8/32 KB 68/228 KB 80/152 KB 79/79 KB 116/324 KB 8/32 KB 68/228 KB 68/152 KB 76/79 KB 116/324 KB 8/32 KB 64/228 KB 64/152 KB 76/79 KB 120/324 KB 8/32 KB 72/228 KB 80/152 KB 79/79 KB 124/324 KB 8/32 KB 72/228 KB 80/152 KB 79/79 KB 128/324 KB 8/32 KB 72/228 KB 80/152 KB 79/79 KB 112/324 KB 8/32 KB 64/228 KB 64/152 KB 76/79 KB 128/324 KB 12/32 KB 72/228 KB 80/152 KB 79/79 KB 128/324 KB 16/32 KB 72/228 KB 80/152 KB 79/79 KB 128/324 KB 20/32 KB 72/228 KB 80/152 KB 79/79 KB 128/324 KB 24/32 KB 72/228 KB 80/152 KB 79/79 KB 132/324 KB 28/32 KB 72/228 KB 80/152 KB 79/79 KB 132/324 KB 32/32 KB 72/228 KB 80/152 KB 79/79 KB 116/324 KB 8/32 KB 72/228 KB 80/152 KB 79/79 KB 132/324 KB 32/32 KB 76/228 KB 80/152 KB 79/79 KB 132/324 KB 32/32 KB 80/228 KB 80/152 KB 79/79 KB 132/324 KB 32/32 KB 84/228 KB 80/152 KB 79/79 KB 132/324 KB 32/32 KB 88/228 KB 84/152 KB 79/79 KB 132/324 KB 32/32 KB 92/228 KB 84/152 KB 79/79 KB 132/324 KB 32/32 KB 96/228 KB 84/152 KB 79/79 KB 132/324 KB 24/32 KB 72/228 KB 80/152 KB 79/79 KB 136/324 KB 32/32 KB 96/228 KB 84/152 KB 79/79 KB 140/324 KB 32/32 KB 96/228 KB 84/152 KB 79/79 KB 144/324 KB 32/32 KB 96/228 KB 84/152 KB 79/79 KB 132/324 KB 32/32 KB 84/228 KB 84/152 KB 79/79 KB 144/324 KB 32/32 KB 96/228 KB 88/152 KB 79/79 KB 144/324 KB 32/32 KB 96/228 KB 92/152 KB 79/79 KB 144/324 KB 32/32 KB 96/228 KB 96/152 KB 79/79 KB 144/324 KB 32/32 KB 100/228 KB 96/152 KB 79/79 KB 148/324 KB 32/32 KB 104/228 KB 100/152 KB 148/324 KB 32/32 KB 100/228 KB 100/152 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 443.2 KB/sec) unit-abot-epc-basic-0: 17:31:23 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.jar unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 144/324 KB 32/32 KB 100/228 KB 100/152 KB 79/79 KB 152/324 KB 32/32 KB 104/228 KB 104/152 KB 148/324 KB 32/32 KB 104/228 KB 104/152 KB 152/324 KB 32/32 KB 104/228 KB 108/152 KB 156/324 KB 32/32 KB 108/228 KB 108/152 KB 160/324 KB 32/32 KB 108/228 KB 108/152 KB 152/324 KB 32/32 KB 108/228 KB 108/152 KB 160/324 KB 32/32 KB 112/228 KB 112/152 KB 160/324 KB 32/32 KB 108/228 KB 112/152 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 172.9 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 164/324 KB 112/228 KB 112/152 KB 168/324 KB 116/228 KB 116/152 KB 172/324 KB 116/228 KB 116/152 KB 176/324 KB 116/228 KB 116/152 KB 164/324 KB 116/228 KB 116/152 KB 176/324 KB 120/228 KB 116/152 KB 164/324 KB 112/228 KB 116/152 KB 176/324 KB 120/228 KB 120/152 KB 176/324 KB 120/228 KB 124/152 KB 176/324 KB 124/228 KB 128/152 KB 176/324 KB 124/228 KB 124/152 KB 176/324 KB 128/228 KB 128/152 KB 176/324 KB 128/228 KB 128/152 KB 4/234 KB 180/324 KB 128/228 KB 128/152 KB 4/234 KB 184/324 KB 132/228 KB 132/152 KB 8/234 KB 188/324 KB 132/228 KB 132/152 KB 8/234 KB 180/324 KB 132/228 KB 132/152 KB 8/234 KB 180/324 KB 128/228 KB 132/152 KB 8/234 KB 188/324 KB 132/228 KB 136/152 KB 8/234 KB 188/324 KB 136/228 KB 140/152 KB 8/234 KB 188/324 KB 136/228 KB 144/152 KB 8/234 KB 188/324 KB 136/228 KB 148/152 KB 8/234 KB 180/324 KB 128/228 KB 128/152 KB 8/234 KB 192/324 KB 136/228 KB 148/152 KB 12/234 KB 192/324 KB 136/228 KB 148/152 KB 16/234 KB 192/324 KB 136/228 KB 148/152 KB 20/234 KB 192/324 KB 136/228 KB 148/152 KB 24/234 KB 192/324 KB 136/228 KB 148/152 KB 28/234 KB 192/324 KB 136/228 KB 148/152 KB 32/234 KB 192/324 KB 136/228 KB 148/152 KB 8/234 KB 188/324 KB 136/228 KB 136/152 KB 8/234 KB 192/324 KB 140/228 KB 152/152 KB 32/234 KB 192/324 KB 144/228 KB 152/152 KB 32/234 KB 192/324 KB 148/228 KB 152/152 KB 32/234 KB 196/324 KB 152/228 KB 152/152 KB 36/234 KB 196/324 KB 156/228 KB 152/152 KB 36/234 KB 196/324 KB 160/228 KB 152/152 KB 36/234 KB 192/324 KB 136/228 KB 152/152 KB 32/234 KB 196/324 KB 160/228 KB 152/152 KB 36/234 KB 196/324 KB 148/228 KB 152/152 KB 36/234 KB 196/324 KB 160/228 KB 152/152 KB 40/234 KB 196/324 KB 160/228 KB 152/152 KB 44/234 KB 196/324 KB 160/228 KB 152/152 KB 48/234 KB 196/324 KB 160/228 KB 152/152 KB 52/234 KB 196/324 KB 148/228 KB 152/152 KB 32/234 KB 200/324 KB 164/228 KB 152/152 KB 52/234 KB 204/324 KB 164/228 KB 152/152 KB 52/234 KB 208/324 KB 164/228 KB 152/152 KB 52/234 KB 212/324 KB 164/228 KB 152/152 KB 52/234 KB 196/324 KB 164/228 KB 152/152 KB 52/234 KB 212/324 KB 168/228 KB 152/152 KB 52/234 KB 212/324 KB 172/228 KB 152/152 KB 52/234 KB 212/324 KB 176/228 KB 152/152 KB 52/234 KB 212/324 KB 180/228 KB 152/152 KB 52/234 KB 216/324 KB 184/228 KB 152/152 KB 56/234 KB 216/324 KB 188/228 KB 152/152 KB 56/234 KB 216/324 KB 192/228 KB 152/152 KB 56/234 KB 216/324 KB 180/228 KB 152/152 KB 56/234 KB 220/324 KB 192/228 KB 152/152 KB 56/234 KB 224/324 KB 192/228 KB 152/152 KB 56/234 KB 212/324 KB 180/228 KB 152/152 KB 56/234 KB 224/324 KB 192/228 KB 152/152 KB 60/234 KB 224/324 KB 192/228 KB 152/152 KB 64/234 KB 228/324 KB 192/228 KB 152/152 KB 64/234 KB 232/324 KB 196/228 KB 152/152 KB 68/234 KB 236/324 KB 196/228 KB 152/152 KB 68/234 KB 240/324 KB 196/228 KB 152/152 KB 68/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 747.8 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 228/324 KB 192/228 KB 152/152 KB 68/234 KB 240/324 KB 196/228 KB 72/234 KB 240/324 KB 196/228 KB 76/234 KB 240/324 KB 196/228 KB 80/234 KB 228/324 KB 196/228 KB 152/152 KB 68/234 KB 240/324 KB 200/228 KB 80/234 KB 240/324 KB 204/228 KB 84/234 KB 240/324 KB 208/228 KB 84/234 KB 240/324 KB 212/228 KB 84/234 KB 240/324 KB 200/228 KB 84/234 KB 244/324 KB 212/228 KB 88/234 KB 244/324 KB 212/228 KB 92/234 KB 244/324 KB 212/228 KB 96/234 KB 244/324 KB 212/228 KB 84/234 KB 248/324 KB 212/228 KB 96/234 KB 252/324 KB 212/228 KB 96/234 KB 256/324 KB 212/228 KB 96/234 KB 256/324 KB 212/228 KB 100/234 KB 260/324 KB 216/228 KB 104/234 KB 260/324 KB 216/228 KB 108/234 KB 260/324 KB 216/228 KB 112/234 KB 260/324 KB 216/228 KB 116/234 KB 260/324 KB 216/228 KB 120/234 KB 260/324 KB 216/228 KB 124/234 KB 260/324 KB 216/228 KB 128/234 KB 260/324 KB 216/228 KB 100/234 KB 264/324 KB 216/228 KB 128/234 KB 268/324 KB 216/228 KB 128/234 KB 272/324 KB 216/228 KB 128/234 KB 256/324 KB 216/228 KB 100/234 KB 272/324 KB 220/228 KB 128/234 KB 272/324 KB 224/228 KB 128/234 KB 272/324 KB 228/228 KB 128/234 KB 276/324 KB 228/228 KB 128/234 KB 280/324 KB 228/228 KB 128/234 KB 284/324 KB 228/228 KB 128/234 KB 288/324 KB 228/228 KB 128/234 KB 292/324 KB 228/228 KB 128/234 KB 296/324 KB 228/228 KB 132/234 KB 300/324 KB 228/228 KB 132/234 KB 304/324 KB 228/228 KB 132/234 KB 292/324 KB 228/228 KB 132/234 KB 304/324 KB 228/228 KB 136/234 KB 304/324 KB 228/228 KB 140/234 KB 304/324 KB 228/228 KB 144/234 KB 308/324 KB 228/228 KB 144/234 KB 312/324 KB 228/228 KB 148/234 KB 316/324 KB 228/228 KB 148/234 KB 320/324 KB 228/228 KB 148/234 KB 308/324 KB 228/228 KB 148/234 KB 320/324 KB 228/228 KB 152/234 KB 320/324 KB 228/228 KB 156/234 KB 320/324 KB 228/228 KB 160/234 KB 324/324 KB 228/228 KB 160/234 KB 324/324 KB 228/228 KB 164/234 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 1028.6 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 324/324 KB 228/228 KB 164/234 KB 324/324 KB 168/234 KB 324/324 KB 172/234 KB 324/324 KB 176/234 KB 324/324 KB 180/234 KB 324/324 KB 184/234 KB 324/324 KB 188/234 KB 324/324 KB 192/234 KB 324/324 KB 196/234 KB 200/234 KB 204/234 KB 208/234 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1427.1 KB/sec) unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install 212/234 KB 216/234 KB 220/234 KB 224/234 KB 228/234 KB 232/234 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 984.6 KB/sec) unit-abot-epc-basic-0: 17:31:23 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: 17:31:23 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4088445464343555193.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: 17:31:23 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.700 s unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-12T17:31:23+00:00 unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:23 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:25 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: 17:31:25 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: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3450533898545762357.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: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.639 s unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-12T17:31:25+00:00 unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 8M/60M unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:25 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 17:31:27 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 17:31:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:27 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 17:31:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:27 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: 17:31:28 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: 17:31:28 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6435802949444212060.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: 17:31:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.656 s unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-12T17:31:28+00:00 unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 8M/60M unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-2.1.2.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 17:31:28 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 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: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 17:31:29 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: 17:31:29 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: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 4.6MB/s eta 0:00:01  17% |##### | 20kB 3.8MB/s eta 0:00:01  25% |######## | 30kB 3.7MB/s eta 0:00:01  34% |########## | 40kB 3.6MB/s eta 0:00:01  42% |############# | 51kB 3.5MB/s eta 0:00:01  51% |################ | 61kB 4.1MB/s eta 0:00:01  59% |################### | 71kB 4.7MB/s eta 0:00:01  68% |##################### | 81kB 4.2MB/s eta 0:00:01  76% |######################## | 92kB 4.7MB/s eta 0:00:01  85% |########################### | 102kB 5.2MB/s eta 0:00:01  93% |############################## | 112kB 5.8MB/s eta 0:00:01  100% |################################| 122kB 4.7MB/s unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB) unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 89.9MB/s eta 0:00:01  17% |##### | 20kB 58.0MB/s eta 0:00:01  26% |######## | 30kB 58.9MB/s eta 0:00:01  34% |########### | 40kB 58.0MB/s eta 0:00:01  43% |############# | 51kB 56.9MB/s eta 0:00:01  52% |################ | 61kB 58.0MB/s eta 0:00:01  60% |################### | 71kB 16.7MB/s eta 0:00:01  69% |###################### | 81kB 14.6MB/s eta 0:00:01  78% |######################## | 92kB 15.8MB/s eta 0:00:01  86% |########################### | 102kB 17.0MB/s eta 0:00:01  95% |############################## | 112kB 16.8MB/s eta 0:00:01  100% |################################| 122kB 7.9MB/s unit-abot-epc-basic-0: 17:31:29 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 17:31:30 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.24.1 unit-abot-epc-basic-0: 17:31:30 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: 17:31:30 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 17:31:30 DEBUG unit.abot-epc-basic/0.install Collecting flask machine-3: 17:31:30 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 17:31:30 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 17:31:30 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 17:31:30 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB) unit-abot-epc-basic-0: 17:31:30 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 51.5MB/s eta 0:00:01  22% |####### | 20kB 4.4MB/s eta 0:00:01  33% |########## | 30kB 6.2MB/s eta 0:00:01  44% |############## | 40kB 4.2MB/s eta 0:00:01  56% |################# | 51kB 5.0MB/s eta 0:00:01  67% |##################### | 61kB 5.9MB/s eta 0:00:01  78% |######################### | 71kB 6.7MB/s eta 0:00:01  89% |############################ | 81kB 7.6MB/s eta 0:00:01  100% |################################| 92kB 5.2MB/s unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB) unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 77.5MB/s eta 0:00:01  16% |##### | 20kB 52.4MB/s eta 0:00:01  24% |####### | 30kB 53.8MB/s eta 0:00:01  32% |########## | 40kB 53.4MB/s eta 0:00:01  40% |############ | 51kB 52.7MB/s eta 0:00:01  48% |############### | 61kB 54.1MB/s eta 0:00:01  56% |################## | 71kB 53.8MB/s eta 0:00:01  64% |#################### | 81kB 54.0MB/s eta 0:00:01  72% |####################### | 92kB 55.0MB/s eta 0:00:01  81% |######################### | 102kB 23.1MB/s eta 0:00:01  89% |############################ | 112kB 22.6MB/s eta 0:00:01  97% |############################### | 122kB 22.9MB/s eta 0:00:01  100% |################################| 133kB 8.4MB/s unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) machine-3: 17:31:31 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 17:31:31 DEBUG juju.worker start "engine" machine-3: 17:31:31 INFO juju.worker start "engine" machine-3: 17:31:31 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 17:31:31 DEBUG juju.worker "engine" started machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.introspection stats worker now serving machine-3: 17:31:31 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 17:31:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl machine-3: 17:31:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 17:31:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install Collecting Werkzeug>=0.14 (from flask) machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 17:31:31 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 17:31:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 17:31:31 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.apicaller connecting with old password machine-3: 17:31:31 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:31 INFO juju.api connection established to "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 55.3MB/s eta 0:00:01  6% |## | 20kB 51.6MB/s eta 0:00:01  9% |### | 30kB 54.5MB/s eta 0:00:01  12% |#### | 40kB 54.6MB/s eta 0:00:01  15% |##### | 51kB 54.7MB/s eta 0:00:01  19% |###### | 61kB 56.0MB/s eta 0:00:01  22% |####### | 71kB 56.3MB/s eta 0:00:01  25% |######## | 81kB 56.4MB/s eta 0:00:01  28% |######### | 92kB 57.4MB/s eta 0:00:01  31% |########## | 102kB 57.4MB/s eta 0:00:01  34% |########### | 112kB 57.7MB/s eta 0:00:01  38% |############ | 122kB 57.8MB/s eta 0:00:01  41% |############# | 133kB 29.9MB/s eta 0:00:01  44% |############## | 143kB 29.2MB/s eta 0:00:01  47% |############### | 153kB 28.0MB/s eta 0:00:01  50% |################ | 163kB 26.8MB/s eta 0:00:01  53% |################# | 174kB 25.9MB/s eta 0:00:01  57% |################## | 184kB 25.0MB/s eta 0:00:01  60% |################### | 194kB 25.0MB/s eta 0:00:01  63% |#################### | 204kB 24.8MB/s eta 0:00:01  66% |##################### | 215kB 24.8MB/s eta 0:00:01  69% |###################### | 225kB 25.0MB/s eta 0:00:01  72% |####################### | 235kB 41.8MB/s eta 0:00:01  76% |######################## | 245kB 43.6MB/s eta 0:00:01  79% |######################### | 256kB 47.1MB/s eta 0:00:01  82% |########################## | 266kB 50.1MB/s eta 0:00:01  85% |########################### | 276kB 54.1MB/s eta 0:00:01  88% |############################ | 286kB 58.8MB/s eta 0:00:01  91% |############################# | 296kB 58.4MB/s eta 0:00:01  95% |############################## | 307kB 54.6MB/s eta 0:00:01  98% |############################### | 317kB 54.4MB/s eta 0:00:01  100% |################################| 327kB 4.9MB/s unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB) unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 68.7MB/s eta 0:00:01  25% |######## | 20kB 54.3MB/s eta 0:00:01  37% |############ | 30kB 56.7MB/s eta 0:00:01  50% |################ | 40kB 56.5MB/s eta 0:00:01  62% |#################### | 51kB 56.7MB/s eta 0:00:01  75% |######################## | 61kB 57.6MB/s eta 0:00:01  88% |############################ | 71kB 57.5MB/s eta 0:00:01  100% |################################| 81kB 13.8MB/s unit-abot-epc-basic-0: 17:31:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 17:31:31 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: 17:31:31 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 17:31:31 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: 17:31:31 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: 17:31:31 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 17:31:32 DEBUG unit.abot-epc-basic/0.install Collecting bs4 machine-3: 17:31:32 DEBUG juju.worker.apicaller connected machine-3: 17:31:32 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 17:31:32 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz machine-3: 17:31:32 DEBUG juju.worker.apicaller password changed machine-3: 17:31:32 DEBUG juju.api RPC connection died machine-3: 17:31:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 17:31:32 DEBUG juju.worker.apicaller connecting with current password machine-3: 17:31:32 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:32 INFO juju.api connection established to "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:32 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:31:32 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 17:31:32 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: 17:31:32 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 55.1MB/s eta 0:00:01  22% |####### | 20kB 4.5MB/s eta 0:00:01  33% |########## | 30kB 6.4MB/s eta 0:00:01  45% |############## | 40kB 4.0MB/s eta 0:00:01  56% |################## | 51kB 4.9MB/s eta 0:00:01  67% |##################### | 61kB 5.8MB/s eta 0:00:01  79% |######################### | 71kB 6.7MB/s eta 0:00:01  90% |############################ | 81kB 7.5MB/s eta 0:00:01  100% |################################| 92kB 4.5MB/s unit-abot-epc-basic-0: 17:31:32 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 17:31:32 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 17:31:32 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 17:31:32 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 17:31:32 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 17:31:33 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 17:31:33 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: 17:31:33 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 17:31:33 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 17:31:33 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 17:31:33 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... machine-3: 17:31:33 DEBUG juju.worker.apicaller connected machine-3: 17:31:33 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:31:33 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 17:31:33 INFO juju.worker.upgrader unblocking abort check machine-3: 17:31:33 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 17:31:33 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 17:31:33 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 17:31:33 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 17:31:33 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 17:31:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 17:31:33 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 17:31:33 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 17:31:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.logger logger setup machine-3: 17:31:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 17:31:33 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 17:31:33 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:31:33 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:31:33 DEBUG juju.network including address public:172.30.9.210 for machine machine-3: 17:31:33 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 17:31:33 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 17:31:33 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 17:31:33 DEBUG juju.network including address local-machine:::1 for machine machine-3: 17:31:33 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 17:31:33 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 17:31:33 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 17:31:33 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 17:31:33 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 17:31:33 INFO juju.util.exec run result: exit status 127 machine-3: 17:31:33 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec936819346/script.sh: line 1: fanatic: command not found 127 machine-3: 17:31:33 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 17:31:33 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 17:31:33 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 17:31:33 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 17:31:33 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 17:31:33 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 17:31:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 17:31:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 17:31:33 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 17:31:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 17:31:33 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-3: 17:31:33 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 17:31:33 INFO juju.util.exec run result: exit status 127 machine-3: 17:31:33 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec503069709/script.sh: line 1: fanatic: command not found 127 machine-3: 17:31:33 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 17:31:33 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 17:31:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 17:31:33 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 17:31:33 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 17:31:33 DEBUG juju.api RPC connection died machine-3: 17:31:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker killing runner 0xc4205332b0 machine-3: 17:31:33 INFO juju.worker runner is dying machine-3: 17:31:33 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-3: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.apicaller connecting with current password machine-3: 17:31:33 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 17:31:33 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:33 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:33 DEBUG juju.worker.apicaller connected machine-3: 17:31:33 DEBUG juju.api RPC connection died machine-3: 17:31:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 17:31:33 DEBUG juju.worker.apicaller connecting with current password machine-3: 17:31:33 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:33 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:33 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:31:34 DEBUG juju.worker.apicaller connected machine-3: 17:31:34 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 17:31:34 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 17:31:34 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 17:31:34 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 17:31:34 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 17:31:34 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 17:31:34 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 17:31:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 17:31:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 17:31:34 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 17:31:34 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 17:31:34 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 17:31:34 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 17:31:34 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 17:31:34 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 17:31:34 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 17:31:34 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 17:31:34 INFO juju.util.exec run result: exit status 127 machine-3: 17:31:34 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec104888775/script.sh: line 1: fanatic: command not found 127 machine-3: 17:31:34 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 17:31:34 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 17:31:34 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 17:31:34 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 17:31:34 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 17:31:34 INFO juju.util.exec run result: exit status 127 machine-3: 17:31:34 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec405541265/script.sh: line 1: fanatic: command not found 127 machine-3: 17:31:34 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 17:31:34 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 17:31:34 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 17:31:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.logger logger setup machine-3: 17:31:34 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-3: 17:31:34 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 17:31:34 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 17:31:34 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: 17:31:34 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 17:31:34 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 17:31:34 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: 17:31:34 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 17:31:34 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:31:34 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:31:34 DEBUG juju.network including address public:172.30.9.210 for machine machine-3: 17:31:34 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 17:31:34 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 17:31:34 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 17:31:34 DEBUG juju.network including address local-machine:::1 for machine machine-3: 17:31:34 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 17:31:34 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 17:31:34 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-3: 17:31:34 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 17:31:34 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 17:31:34 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 17:31:34 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:31:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 17:31:34 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 17:31:34 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 17:31:34 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:31:34 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:31:34 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 17:31:34 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-3: 17:31:34 DEBUG juju.network including address local-machine:::1 for machine machine-3: 17:31:34 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-3: 17:31:34 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] unit-abot-epc-basic-0: 17:31:35 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... machine-3: 17:31:35 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-abot-epc-basic-0: 17:31:35 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:35 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:35 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 17:31:35 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ machine-3: 17:31:35 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 17:31:35 INFO juju.worker.upgrader unblocking abort check machine-3: 17:31:35 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 17:31:35 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 17:31:35 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 17:31:35 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 17:31:35 DEBUG juju.worker start "3-container-watcher" machine-3: 17:31:35 DEBUG juju.worker start "stateconverter" machine-3: 17:31:35 INFO juju.worker start "3-container-watcher" machine-3: 17:31:35 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 17:31:35 DEBUG juju.worker "3-container-watcher" started machine-3: 17:31:35 INFO juju.worker start "stateconverter" machine-3: 17:31:35 DEBUG juju.worker "stateconverter" started machine-3: 17:31:35 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 17:31:35 DEBUG juju.service discovered init system "upstart" from local host machine-3: 17:31:35 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-3: 17:31:35 INFO juju.worker.machiner "machine-3" started machine-3: 17:31:35 INFO juju.api.common no addresses observed on interface "tunl0" machine-3: 17:31:35 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-abot-epc-basic-0: 17:31:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-oai-hss-0: 17:31:35 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 17:31:35 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 17:31:35 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 17:31:35 DEBUG juju.worker start "api" unit-oai-hss-0: 17:31:35 INFO juju.worker start "api" unit-oai-hss-0: 17:31:35 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 17:31:35 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 17:31:35 DEBUG juju.worker "api" started unit-oai-hss-0: 17:31:35 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 17:31:35 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-hss-0: 17:31:35 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-hss-0: 17:31:35 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 17:31:35 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:31:36 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:36 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:36 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 17:31:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:36 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 17:31:36 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 10.4 KB/sec) unit-abot-epc-basic-0: 17:31:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom unit-abot-epc-basic-0: 17:31:36 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 577.1 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 710.2 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 563.7 KB/sec) unit-abot-epc-basic-0: 17:31:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar unit-abot-epc-basic-0: 17:31:36 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 854.9 KB/sec) unit-abot-epc-basic-0: 17:31:36 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:36 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 71.0 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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/maven/2.0.6/maven-2.0.6.pom (9 KB at 465.0 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 826.7 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 197.0 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 209.0 KB/sec) unit-abot-epc-basic-0: 17:31:36 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-oai-hss-0: 17:31:36 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 17:31:36 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 17:31:36 DEBUG unit.abot-epc-basic/0.install 1/9 KB 4/9 KB 6/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 388.7 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 355.1 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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: 17:31:36 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 546.0 KB/sec) unit-abot-epc-basic-0: 17:31:36 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 2659.9 KB/sec) unit-abot-epc-basic-0: 17:31:36 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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: 17:31:36 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: 17:31:36 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: 17:31:36 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 81.4 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 148.8 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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: 17:31:36 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: 17:31:36 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/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 515.2 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 74.4 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 170.7 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 95.1 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 90.6 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 118.8 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 171.4 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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 818.5 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:36 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: 17:31:36 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: 17:31:36 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 323.9 KB/sec) unit-abot-epc-basic-0: 17:31:36 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 415.3 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 472.9 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 3/114 KB 5/114 KB 3/48 KB 3/114 KB 3/48 KB 5/114 KB 5/48 KB 5/114 KB 8/48 KB 5/114 KB 11/48 KB 8/114 KB 13/48 KB 8/114 KB 16/48 KB 8/114 KB 11/48 KB 11/114 KB 16/48 KB 13/114 KB 16/48 KB 16/114 KB 19/48 KB 19/114 KB 19/48 KB 21/114 KB 19/48 KB 13/114 KB 19/48 KB 21/114 KB 21/48 KB 21/114 KB 24/48 KB 21/114 KB 27/48 KB 24/114 KB 27/48 KB 27/114 KB 27/48 KB 27/114 KB 29/48 KB 27/114 KB 32/48 KB 27/114 KB 3/35 KB 32/48 KB 29/114 KB 5/35 KB 36/48 KB 29/114 KB 3/35 KB 36/48 KB 29/114 KB 3/35 KB 32/48 KB 32/114 KB 5/35 KB 40/48 KB 36/114 KB 5/35 KB 40/48 KB 40/114 KB 8/35 KB 40/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: 17:31:37 DEBUG unit.abot-epc-basic/0.install 36/114 KB 8/35 KB 40/48 KB 29/114 KB 5/35 KB 40/48 KB 40/114 KB 8/35 KB 44/48 KB 40/114 KB 8/35 KB 48/48 KB 40/114 KB 8/35 KB 48/48 KB 40/114 KB 11/35 KB 48/48 KB 44/114 KB 11/35 KB 48/48 KB 48/114 KB 11/35 KB 48/48 KB 52/114 KB 13/35 KB 48/48 KB 56/114 KB 13/35 KB 3/29 KB 60/114 KB 13/35 KB 3/29 KB 64/114 KB 13/35 KB 3/29 KB 68/114 KB 13/35 KB 3/29 KB 48/114 KB 13/35 KB 48/48 KB 68/114 KB 16/35 KB 3/29 KB 68/114 KB 19/35 KB 3/29 KB 68/114 KB 21/35 KB 3/29 KB 68/114 KB 24/35 KB 3/29 KB 68/114 KB 13/35 KB 3/29 KB 68/114 KB 27/35 KB 3/29 KB 68/114 KB 29/35 KB 3/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 1295.9 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 68/114 KB 29/35 KB 5/29 KB 72/114 KB 32/35 KB 8/29 KB 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install 72/114 KB 32/35 KB 5/29 KB 68/114 KB 32/35 KB 5/29 KB 72/114 KB 35/35 KB 11/29 KB 76/114 KB 35/35 KB 11/29 KB 72/114 KB 32/35 KB 11/29 KB 76/114 KB 35/35 KB 11/29 KB 80/114 KB 35/35 KB 13/29 KB 80/114 KB 35/35 KB 11/29 KB 84/114 KB 35/35 KB 13/29 KB 88/114 KB 35/35 KB 16/29 KB 84/114 KB 35/35 KB 16/29 KB 92/114 KB 35/35 KB 19/29 KB 92/114 KB 35/35 KB 21/29 KB 92/114 KB 35/35 KB 21/29 KB 96/114 KB 35/35 KB 24/29 KB 96/114 KB 35/35 KB 24/29 KB 96/114 KB 35/35 KB 27/29 KB 96/114 KB 35/35 KB 29/29 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 764.8 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 100/114 KB 4/56 KB 35/35 KB 29/29 KB 100/114 KB 8/56 KB 29/29 KB 100/114 KB 12/56 KB 29/29 KB 100/114 KB 16/56 KB 3/85 KB 29/29 KB 100/114 KB 35/35 KB 29/29 KB 104/114 KB 16/56 KB 3/85 KB 29/29 KB 108/114 KB 16/56 KB 3/85 KB 29/29 KB 112/114 KB 16/56 KB 3/85 KB 29/29 KB 112/114 KB 20/56 KB 3/85 KB 29/29 KB 114/114 KB 24/56 KB 3/85 KB 29/29 KB 100/114 KB 12/56 KB 3/85 KB 29/29 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 114/114 KB 20/56 KB 3/85 KB 29/29 KB 114/114 KB 28/56 KB 5/85 KB 29/29 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 564.9 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 114/114 KB 28/56 KB 8/85 KB 114/114 KB 28/56 KB 5/85 KB 114/114 KB 32/56 KB 8/85 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 114/114 KB 36/56 KB 11/85 KB 40/56 KB 3/24 KB 11/85 KB 114/114 KB 32/56 KB 11/85 KB 40/56 KB 3/24 KB 13/85 KB 40/56 KB 3/24 KB 16/85 KB 44/56 KB 3/24 KB 16/85 KB 48/56 KB 3/24 KB 16/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 1891.0 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 114/114 KB 36/56 KB 3/24 KB 11/85 KB 48/56 KB 6/24 KB 19/85 KB 48/56 KB 9/24 KB 19/85 KB 48/56 KB 11/24 KB 19/85 KB 48/56 KB 3/24 KB 19/85 KB 48/56 KB 11/24 KB 21/85 KB 48/56 KB 14/24 KB 24/85 KB 3/86 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 52/56 KB 14/24 KB 24/85 KB 3/86 KB 48/56 KB 14/24 KB 21/85 KB 3/86 KB 48/56 KB 11/24 KB 21/85 KB 3/86 KB 56/56 KB 14/24 KB 24/85 KB 3/86 KB 56/56 KB 16/24 KB 24/85 KB 6/86 KB 56/56 KB 16/24 KB 27/85 KB 6/86 KB 56/56 KB 16/24 KB 29/85 KB 6/86 KB 56/56 KB 14/24 KB 24/85 KB 6/86 KB 56/56 KB 19/24 KB 29/85 KB 6/86 KB 56/56 KB 19/24 KB 29/85 KB 9/86 KB 56/56 KB 22/24 KB 32/85 KB 11/86 KB 56/56 KB 22/24 KB 32/85 KB 9/86 KB 56/56 KB 22/24 KB 32/85 KB 11/86 KB 56/56 KB 24/24 KB 32/85 KB 11/86 KB 56/56 KB 24/24 KB 36/85 KB 11/86 KB 4/218 KB 56/56 KB 24/24 KB 40/85 KB 14/86 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 836.1 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 4/218 KB 56/56 KB 24/24 KB 36/85 KB 14/86 KB 56/56 KB 24/24 KB 36/85 KB 14/86 KB 4/218 KB 24/24 KB 44/85 KB 16/86 KB 4/218 KB 24/24 KB 44/85 KB 19/86 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 362.1 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 4/218 KB 24/24 KB 44/85 KB 14/86 KB 8/218 KB 48/85 KB 22/86 KB 8/218 KB 44/85 KB 22/86 KB 8/218 KB 44/85 KB 19/86 KB 12/218 KB 48/85 KB 22/86 KB 16/218 KB 48/85 KB 22/86 KB 20/218 KB 52/85 KB 25/86 KB 24/218 KB 52/85 KB 25/86 KB 28/218 KB 52/85 KB 25/86 KB 32/218 KB 52/85 KB 25/86 KB 36/218 KB 52/85 KB 25/86 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install 16/218 KB 52/85 KB 25/86 KB 16/218 KB 48/85 KB 25/86 KB 36/218 KB 56/85 KB 27/86 KB 36/218 KB 56/85 KB 30/86 KB 36/218 KB 56/85 KB 30/86 KB 36/218 KB 60/85 KB 30/86 KB 36/218 KB 64/85 KB 30/86 KB 36/218 KB 64/85 KB 32/86 KB 36/218 KB 68/85 KB 32/86 KB 36/218 KB 72/85 KB 36/86 KB 36/218 KB 76/85 KB 36/86 KB 36/218 KB 80/85 KB 36/86 KB 36/218 KB 68/85 KB 36/86 KB 40/218 KB 80/85 KB 40/86 KB 40/218 KB 80/85 KB 44/86 KB 40/218 KB 80/85 KB 48/86 KB 40/218 KB 80/85 KB 36/86 KB 44/218 KB 80/85 KB 48/86 KB 48/218 KB 84/85 KB 48/86 KB 48/218 KB 84/85 KB 52/86 KB 52/218 KB 84/85 KB 56/86 KB 52/218 KB 84/85 KB 60/86 KB 44/218 KB 84/85 KB 48/86 KB 52/218 KB 85/85 KB 64/86 KB 52/218 KB 84/85 KB 52/86 KB 56/218 KB 85/85 KB 64/86 KB 56/218 KB 85/85 KB 3/12 KB 64/86 KB 56/218 KB 85/85 KB 6/12 KB 64/86 KB 56/218 KB 85/85 KB 9/12 KB 64/86 KB 56/218 KB 85/85 KB 11/12 KB 64/86 KB 56/218 KB 85/85 KB 12/12 KB 64/86 KB 52/218 KB 84/85 KB 64/86 KB 60/218 KB 85/85 KB 12/12 KB 64/86 KB 64/218 KB 85/85 KB 12/12 KB 64/86 KB 68/218 KB 85/85 KB 12/12 KB 64/86 KB 72/218 KB 85/85 KB 12/12 KB 68/86 KB 76/218 KB 85/85 KB 12/12 KB 68/86 KB 80/218 KB 12/12 KB 68/86 KB 68/218 KB 85/85 KB 12/12 KB 68/86 KB 80/218 KB 12/12 KB 72/86 KB 80/218 KB 12/12 KB 76/86 KB 80/218 KB 12/12 KB 80/86 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 969.7 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 80/218 KB 12/12 KB 84/86 KB 80/218 KB 12/12 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 134.7 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 84/218 KB 86/86 KB 88/218 KB 86/86 KB 92/218 KB 86/86 KB 96/218 KB 86/86 KB 100/218 KB 86/86 KB 104/218 KB 86/86 KB 108/218 KB 86/86 KB 112/218 KB 86/86 KB 116/218 KB 86/86 KB 120/218 KB 86/86 KB 124/218 KB 86/86 KB 128/218 KB 86/86 KB 132/218 KB 86/86 KB 136/218 KB 86/86 KB 140/218 KB 86/86 KB 144/218 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 836.4 KB/sec) unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 1771.9 KB/sec) unit-oai-hss-0: 17:31:37 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 17:31:37 DEBUG juju.api RPC connection died unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 17:31:37 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 17:31:37 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7365432253534345571.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-oai-hss-0: 17:31:37 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-hss-0: 17:31:37 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-hss-0: 17:31:37 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:37 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: 17:31:37 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6184189319832167397.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:37 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: 17:31:37 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6515429574931820275.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:37 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: 17:31:37 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6127855246616576842.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:37 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: 17:31:37 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3148952443798469183.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:37 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: 17:31:37 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: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4726081248297680442.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.319 s unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-12T17:31:37+00:00 unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 17:31:37 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 17:31:37 DEBUG juju.worker.apicaller connected machine-3: 17:31:37 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:ce:2b:68 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.17 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:ce:2b:68 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: 17:31:37 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:31:37 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 17:31:37 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 17:31:37 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 17:31:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 17:31:38 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 17:31:38 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 17:31:38 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 17:31:38 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: 17:31:38 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 17:31:38 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 17:31:38 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 17:31:38 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 17:31:38 DEBUG juju.network including address public:172.30.9.210 for machine unit-oai-hss-0: 17:31:38 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-hss-0: 17:31:38 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-hss-0: 17:31:38 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 17:31:38 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 17:31:38 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 17:31:38 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 17:31:38 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] unit-oai-hss-0: 17:31:38 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 17:31:38 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 17:31:38 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 17:31:38 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 17:31:38 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 17:31:38 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 17:31:38 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 17:31:38 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 17:31:38 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 17:31:38 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 17:31:38 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 17:31:38 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 17:31:38 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 17:31:38 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 17:31:38 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 17:31:38 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 17:31:38 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 17:31:38 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 17:31:38 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 17:31:38 DEBUG httpbakery } -> error unit-oai-hss-0: 17:31:38 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 17:31:38 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 17:31:38 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 17:31:38 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 17:31:38 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 17:31:39 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 17:31:39 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 17:31:39 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 17:31:39 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 17:31:39 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 17:31:39 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 17:31:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install ++ config-get branch unit-abot-epc-basic-0: 17:31:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:31:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:31:39 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 17:31:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 17:31:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 17:31:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 17:31:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 17:31:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:31:39 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-abot-epc-basic-0: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 17.9 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 499.0 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/30 KB 6/30 KB 9/30 KB 11/30 KB 14/30 KB 16/30 KB 19/30 KB 22/30 KB 25/30 KB 27/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 1001.6 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/15 KB 3/15 KB 6/15 KB 8/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 688.8 KB/sec) unit-oai-hss-0: 17:31:40 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:31:40 DEBUG unit.oai-hss/0.install Need to get 3459 kB of archives. unit-oai-hss-0: 17:31:40 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 17:31:40 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 17:31:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/29 KB 6/29 KB 9/29 KB 11/29 KB 14/29 KB 16/29 KB 19/29 KB 22/29 KB 25/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 1201.1 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 430.0 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 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 992.0 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 217.3 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 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 948.4 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 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 1766.0 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 1/16 KB 4/16 KB 6/16 KB 9/16 KB 12/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 683.5 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/38 KB 5/38 KB 7/38 KB 9/38 KB 12/38 KB 15/38 KB 17/38 KB 20/38 KB 23/38 KB 25/38 KB 28/38 KB 31/38 KB 33/38 KB 36/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: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 379.8 KB/sec) unit-oai-hss-0: 17:31:40 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.10 [700 kB] unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/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 1444.5 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 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 237.5 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 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 224.3 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:40 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 367.1 KB/sec) unit-abot-epc-basic-0: 17:31:40 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: 17:31:41 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: 17:31:41 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 278.1 KB/sec) unit-abot-epc-basic-0: 17:31:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-oai-hss-0: 17:31:41 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.10 [2737 kB] unit-abot-epc-basic-0: 17:31:41 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: 17:31:41 DEBUG unit.abot-epc-basic/0.install 1/9 KB 4/9 KB 7/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: 17:31:41 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: 17:31:41 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: 17:31:41 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 262.1 KB/sec) unit-abot-epc-basic-0: 17:31:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-oai-hss-0: 17:31:41 DEBUG unit.oai-hss/0.install Fetched 3459 kB in 1s (1881 kB/s) unit-abot-epc-basic-0: 17:31:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-oai-hss-0: 17:31:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-abot-epc-basic-0: 17:31:41 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 230.6 KB/sec) unit-oai-hss-0: 17:31:41 DEBUG unit.oai-hss/0.install (Reading database ... 52431 files and directories currently installed.) unit-oai-hss-0: 17:31:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 17:31:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-oai-hss-0: 17:31:41 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 17:31: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.pom unit-abot-epc-basic-0: 17:31:42 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 194.8 KB/sec) unit-abot-epc-basic-0: 17:31:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-oai-hss-0: 17:31:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 17:31:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.10_all.deb ... unit-oai-hss-0: 17:31:42 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 17:31:42 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: 17:31:42 DEBUG unit.abot-epc-basic/0.install 3/36 KB 6/36 KB 9/36 KB 11/36 KB 14/36 KB 16/36 KB 19/36 KB 22/36 KB 25/36 KB 27/36 KB 30/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1300.9 KB/sec) unit-abot-epc-basic-0: 17:31:42 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: 17:31: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.pom unit-abot-epc-basic-0: 17:31:42 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom (6 KB at 267.4 KB/sec) unit-abot-epc-basic-0: 17:31:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-oai-hss-0: 17:31:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 17:31:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.10_amd64.deb ... unit-oai-hss-0: 17:31:42 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 17:31: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.pom unit-abot-epc-basic-0: 17:31:42 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 169.1 KB/sec) unit-abot-epc-basic-0: 17:31:42 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: 17:31: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.pom unit-abot-epc-basic-0: 17:31:42 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 186.8 KB/sec) unit-abot-epc-basic-0: 17:31:42 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: 17:31:43 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: 17:31:43 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom (5 KB at 227.7 KB/sec) unit-abot-epc-basic-0: 17:31:43 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: 17:31:43 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: 17:31:43 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 114.5 KB/sec) unit-abot-epc-basic-0: 17:31:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-oai-hss-0: 17:31:43 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:31:43 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: 17:31:43 DEBUG unit.abot-epc-basic/0.install 766/766 B Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 49.9 KB/sec) unit-abot-epc-basic-0: 17:31:43 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: 17:31:43 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: 17:31:43 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 113.3 KB/sec) unit-abot-epc-basic-0: 17:31:43 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: 17:31:43 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: 17:31:43 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (4 KB at 158.0 KB/sec) unit-abot-epc-basic-0: 17:31:43 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: 17:31:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 17:31:44 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 94.5 KB/sec) unit-abot-epc-basic-0: 17:31:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 17:31:44 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: 17:31:44 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 803.9 KB/sec) unit-abot-epc-basic-0: 17:31:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 17:31:44 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: 17:31:44 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 470.4 KB/sec) unit-abot-epc-basic-0: 17:31:44 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: 17:31:44 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: 17:31:44 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 2278.1 KB/sec) unit-abot-epc-basic-0: 17:31:44 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: 17:31:44 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: 17:31:44 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/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom (19 KB at 846.8 KB/sec) unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-abot-epc-basic-0: 17:31:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:31:44 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 17:31:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 17:31:45 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 628.5 KB/sec) unit-abot-epc-basic-0: 17:31:45 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: 17:31:45 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: 17:31:45 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 190.9 KB/sec) unit-abot-epc-basic-0: 17:31:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-abot-epc-basic-0: 17:31:45 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: 17:31:45 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 186.0 KB/sec) unit-abot-epc-basic-0: 17:31:45 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: 17:31:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (32.5 kB/s) unit-abot-epc-basic-0: 17:31:45 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom (3 KB at 105.7 KB/sec) unit-abot-epc-basic-0: 17:31:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install (Reading database ... 53181 files and directories currently installed.) unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 17:31:45 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: 17:31: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 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 937.8 KB/sec) unit-abot-epc-basic-0: 17:31:45 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: 17:31:45 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: 17:31:45 DEBUG unit.abot-epc-basic/0.install 3/55 KB 6/55 KB 9/55 KB 11/55 KB 14/55 KB 16/55 KB 19/55 KB 22/55 KB 25/55 KB 27/55 KB 30/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 1951.1 KB/sec) unit-abot-epc-basic-0: 17:31:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-oai-hss-0: 17:31:45 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 17:31:46 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: 17:31:46 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 307.1 KB/sec) unit-abot-epc-basic-0: 17:31:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-oai-hss-0: 17:31:46 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:31:46 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: 17:31:46 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 175.0 KB/sec) unit-abot-epc-basic-0: 17:31:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-oai-hss-0: 17:31:46 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 17:31:46 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: 17:31:46 DEBUG unit.abot-epc-basic/0.install 363/363 B Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 23.6 KB/sec) unit-abot-epc-basic-0: 17:31:46 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: 17:31:46 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: 17:31:46 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 26.8 KB/sec) unit-abot-epc-basic-0: 17:31:46 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: 17:31:46 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: 17:31:46 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 99.0 KB/sec) unit-abot-epc-basic-0: 17:31:46 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: 17:31:46 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: 17:31:46 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom (8 KB at 356.3 KB/sec) unit-abot-epc-basic-0: 17:31:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 17:31:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 17:31:47 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 44.6 KB/sec) unit-abot-epc-basic-0: 17:31:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 17:31:47 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: 17:31:47 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 474.9 KB/sec) unit-abot-epc-basic-0: 17:31:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-abot-epc-basic-0: 17:31:47 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-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:31:47 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: 17:31:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 17:31:47 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 640.8 KB/sec) unit-abot-epc-basic-0: 17:31:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 17:31:47 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 17:31:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 17:31:47 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 292.6 KB/sec) unit-abot-epc-basic-0: 17:31:47 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: 17:31:47 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: 17:31:47 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 7/20 KB 10/20 KB 13/20 KB 15/20 KB 18/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 995.0 KB/sec) unit-abot-epc-basic-0: 17:31:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 17:31:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 17:31:48 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 2728.6 KB/sec) unit-abot-epc-basic-0: 17:31:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-oai-hss-0: 17:31:48 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:31:48 DEBUG unit.oai-hss/0.install Need to get 3781 kB of archives. unit-oai-hss-0: 17:31:48 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 17:31:48 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: 17:31:48 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: 17:31:48 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 104.7 KB/sec) unit-abot-epc-basic-0: 17:31:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-oai-hss-0: 17:31:48 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: 17:31:48 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: 17:31:48 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 358.9 KB/sec) unit-abot-epc-basic-0: 17:31:48 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: 17:31:48 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: 17:31:48 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 83.1 KB/sec) unit-abot-epc-basic-0: 17:31:48 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: 17:31:49 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: 17:31:49 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 105.0 KB/sec) unit-abot-epc-basic-0: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-oai-hss-0: 17:31:49 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: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 17:31:49 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 662.1 KB/sec) unit-abot-epc-basic-0: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 17:31:49 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 176.0 KB/sec) unit-abot-epc-basic-0: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-oai-hss-0: 17:31:49 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-abot-epc-basic-0: 17:31:49 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: 17:31:49 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 36.4 KB/sec) unit-abot-epc-basic-0: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-oai-hss-0: 17:31:49 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: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 17:31:49 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 53.6 KB/sec) unit-abot-epc-basic-0: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-oai-hss-0: 17:31:49 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB] unit-abot-epc-basic-0: 17:31:49 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: 17:31:49 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: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-oai-hss-0: 17:31:49 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: 17:31:49 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: 17:31:49 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 320.8 KB/sec) unit-abot-epc-basic-0: 17:31:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-oai-hss-0: 17:31:50 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: 17:31:50 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: 17:31:50 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 206.2 KB/sec) unit-abot-epc-basic-0: 17:31:50 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-oai-hss-0: 17:31:50 DEBUG unit.oai-hss/0.install Fetched 3781 kB in 2s (1512 kB/s) unit-abot-epc-basic-0: 17:31:50 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: 17:31:50 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom (14 KB at 718.1 KB/sec) unit-abot-epc-basic-0: 17:31:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-oai-hss-0: 17:31:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 17:31:50 DEBUG unit.oai-hss/0.install (Reading database ... 53188 files and directories currently installed.) unit-oai-hss-0: 17:31:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 17:31:50 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: 17:31:50 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: 17:31:50 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 46.1 KB/sec) unit-abot-epc-basic-0: 17:31:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-oai-hss-0: 17:31:50 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 17:31:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 17:31:50 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:31:50 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: 17:31:50 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-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 602.8 KB/sec) unit-abot-epc-basic-0: 17:31:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 17:31:50 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: 17:31:51 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 1416.0 KB/sec) unit-abot-epc-basic-0: 17:31:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 17:31:51 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: 17:31:51 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 663.9 KB/sec) unit-abot-epc-basic-0: 17:31:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-oai-hss-0: 17:31:51 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 17:31:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 17:31:51 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: 17:31:51 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/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 1844.2 KB/sec) unit-abot-epc-basic-0: 17:31:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-oai-hss-0: 17:31:51 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 17:31:51 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: 17:31:51 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 154.1 KB/sec) unit-abot-epc-basic-0: 17:31:51 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-hss-0: 17:31:51 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 17:31:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:31:51 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: 17:31:51 DEBUG unit.abot-epc-basic/0.install 1/6 KB 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 17:31:51 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-hss-0: 17:31:51 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:31:52 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: 17:31:52 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 458.0 KB/sec) unit-abot-epc-basic-0: 17:31:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-oai-hss-0: 17:31:52 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 17:31:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 17:31:52 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 17:31:52 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: 17:31:52 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/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 913.3 KB/sec) unit-abot-epc-basic-0: 17:31:52 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-hss-0: 17:31:52 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 17:31:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:31:52 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: 17:31:52 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 417.8 KB/sec) unit-abot-epc-basic-0: 17:31:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-oai-hss-0: 17:31:52 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: 17:31:52 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: 17:31:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 234.5 KB/sec) unit-abot-epc-basic-0: 17:31:52 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-oai-hss-0: 17:31:52 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 17:31:52 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: 17:31:52 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: 17:31:52 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: 17:31:52 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 86.6 KB/sec) unit-abot-epc-basic-0: 17:31:52 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: 17:31:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 17:31:53 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 55.1 KB/sec) unit-abot-epc-basic-0: 17:31:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 17:31:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 17:31:53 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: 17:31:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 17:31:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 17:31:53 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom (2 KB at 86.3 KB/sec) unit-abot-epc-basic-0: 17:31:53 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: 17:31:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 17:31:53 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 62.6 KB/sec) unit-abot-epc-basic-0: 17:31:53 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: 17:31:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 17:31:53 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 95.0 KB/sec) unit-abot-epc-basic-0: 17:31:53 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: 17:31:54 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: 17:31:54 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 278.9 KB/sec) unit-abot-epc-basic-0: 17:31:54 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: 17:31:54 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: 17:31:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 17:31:54 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-oai-hss-0: 17:31:54 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 17:31:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 17:31:54 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:31:54 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: 17:31:54 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 352.5 KB/sec) unit-abot-epc-basic-0: 17:31:54 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: 17:31:54 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: 17:31:54 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 1321.7 KB/sec) unit-abot-epc-basic-0: 17:31:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-oai-hss-0: 17:31:54 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: 17:31:54 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: 17:31:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 193.6 KB/sec) unit-abot-epc-basic-0: 17:31:54 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: 17:31:55 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: 17:31: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/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 824.2 KB/sec) unit-abot-epc-basic-0: 17:31:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 17:31:55 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: 17:31:55 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 141.1 KB/sec) unit-abot-epc-basic-0: 17:31:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 17:31:55 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: 17:31: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/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 570.9 KB/sec) unit-oai-hss-0: 17:31:55 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:31:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-oai-hss-0: 17:31:55 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:31:55 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: 17:31:55 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 17:31:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-oai-hss-0: 17:31:55 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 17:31:55 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: 17:31:55 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 503.0 KB/sec) unit-abot-epc-basic-0: 17:31:55 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-oai-hss-0: 17:31:55 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 17:31:55 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 17:31:56 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: 17:31:56 DEBUG unit.abot-epc-basic/0.install 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 187.6 KB/sec) unit-abot-epc-basic-0: 17:31:56 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-oai-hss-0: 17:31:56 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:31:56 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 17:31:56 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: 17:31:56 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 131.0 KB/sec) unit-abot-epc-basic-0: 17:31:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-oai-hss-0: 17:31:56 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:31:56 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 17:31:56 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: 17:31:56 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 320.7 KB/sec) unit-abot-epc-basic-0: 17:31:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 17:31:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 17:31:56 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 659.4 KB/sec) unit-abot-epc-basic-0: 17:31:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 17:31:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 17:31:56 DEBUG unit.abot-epc-basic/0.install 3/27 KB 5/27 KB 8/27 KB 11/27 KB 13/27 KB 16/27 KB 19/27 KB 21/27 KB 24/27 KB 27/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1400.2 KB/sec) unit-abot-epc-basic-0: 17:31:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 17:31:57 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: 17:31:57 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 363.4 KB/sec) unit-abot-epc-basic-0: 17:31:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 17:31:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 17:31:57 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 682.9 KB/sec) unit-abot-epc-basic-0: 17:31:57 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-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 17:31:57 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: 17:31:57 DEBUG unit.abot-epc-basic/0.install 3/18 KB 6/18 KB 9/18 KB 11/18 KB 14/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 1194.9 KB/sec) unit-abot-epc-basic-0: 17:31:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-oai-hss-0: 17:31:57 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 17:31:57 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: 17:31:57 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 2720.8 KB/sec) unit-abot-epc-basic-0: 17:31:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 17:31:57 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:31:58 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: 17:31:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 17:31:58 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: 17:31:58 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 274.9 KB/sec) unit-abot-epc-basic-0: 17:31:58 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 17:31:58 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: 17:31:58 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 297.8 KB/sec) unit-abot-epc-basic-0: 17:31:58 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 17:31:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:31:58 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 17:31:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 17:31:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 17:31:58 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 1359.3 KB/sec) unit-abot-epc-basic-0: 17:31:58 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-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-hss-0: 17:31:58 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 17:31:58 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: 17:31:58 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 328.2 KB/sec) unit-abot-epc-basic-0: 17:31:58 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 17:31:58 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: 17:31:58 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 197.8 KB/sec) unit-abot-epc-basic-0: 17:31:58 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: 17:31:59 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 0.8 KB/sec) unit-abot-epc-basic-0: 17:31:59 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: 17:31:59 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: 17:31:59 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 436.6 KB/sec) unit-abot-epc-basic-0: 17:31:59 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: 17:31:59 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: 17:31:59 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 490.6 KB/sec) unit-abot-epc-basic-0: 17:31:59 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: 17:31:59 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: 17:31:59 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 706.8 KB/sec) unit-abot-epc-basic-0: 17:31:59 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 17:32:00 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: 17:32:00 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 939.4 KB/sec) unit-abot-epc-basic-0: 17:32:00 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: 17:32:00 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: 17:32:00 DEBUG unit.abot-epc-basic/0.install 1/22 KB 4/22 KB 7/22 KB 9/22 KB 12/22 KB 15/22 KB 17/22 KB 20/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 1427.7 KB/sec) unit-abot-epc-basic-0: 17:32:00 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: 17:32:00 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: 17:32:00 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/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 974.9 KB/sec) unit-abot-epc-basic-0: 17:32:00 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: 17:32:00 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: 17:32:00 DEBUG unit.abot-epc-basic/0.install 161/161 B Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom (161 B at 9.2 KB/sec) unit-abot-epc-basic-0: 17:32:00 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: 17:32:00 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: 17:32:00 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/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 789.9 KB/sec) unit-abot-epc-basic-0: 17:32:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-abot-epc-basic-0: 17:32:00 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: 17:32:00 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 215.5 KB/sec) unit-abot-epc-basic-0: 17:32:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install Note: checking out 'v0.3.2'. unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install changes and commit them, and you can discard any commits you make in this unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install state without impacting any branches by performing another checkout. unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:00 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: 17:32:00 DEBUG unit.oai-hss/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install git checkout -b new_branch_name unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 17:32:00 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: 17:32:00 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 17:32:00 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 17:32:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:32:01 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-163-generic unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-163-generic unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot: No such file or directory unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 17:32:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom unit-oai-hss-0: 17:32:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:32:01 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-abot-epc-basic-0: 17:32:01 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 160.0 KB/sec) unit-abot-epc-basic-0: 17:32:01 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-oai-hss-0: 17:32:01 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install --2018-12-12 17:32:01-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 17:32:01 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: 17:32:01 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 70.5 KB/sec) unit-abot-epc-basic-0: 17:32:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 17:32:01 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: 17:32:01 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 769.7 KB/sec) unit-abot-epc-basic-0: 17:32:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install 0K ....... 43.7M=0s unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install 2018-12-12 17:32:01 (43.7 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install --2018-12-12 17:32:01-- 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: 17:32:01 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 17:32:01 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: 17:32:01 DEBUG unit.abot-epc-basic/0.install 3/47 KB 6/47 KB 9/47 KB 11/47 KB 14/47 KB 16/47 KB 19/47 KB 22/47 KB 25/47 KB 27/47 KB 30/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 3077.1 KB/sec) unit-abot-epc-basic-0: 17:32:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 17:32:01 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: 17:32:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:01 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 368K 3s unit-abot-epc-basic-0: 17:32:01 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: 17:32:01 DEBUG unit.abot-epc-basic/0.install 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 247.0 KB/sec) unit-abot-epc-basic-0: 17:32:01 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-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 369K 3s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 371K 3s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 38.0M 2s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 38.0M 1s unit-abot-epc-basic-0: 17:32:02 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-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 376K 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 40.5M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 43.1M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 39.3M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 44.6M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 385K 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 37.6M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 41.8M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 34.6M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 33.6M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 65.0M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 58.6M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 68.3M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 85.2M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 101M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 100M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 1.63M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 272K=0.8s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2018-12-12 17:32:02 (1.36 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: 17:32:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install --2018-12-12 17:32:02-- 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: 17:32:02 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 17:32:02 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: 17:32:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 292M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 71.5M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 62.4M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 54.4M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 69.1M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 51.0M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 51.2M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 48.2M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 59.8M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 105M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 328M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 359M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 352M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 331M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 404M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 52.4M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 34.0M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 43.9M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 54.3M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 69.3M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 94.1M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 160M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 412K 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 53.7M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 53.0M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 45.5M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 86.1M 1s unit-abot-epc-basic-0: 17:32:02 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 1.0 KB/sec) unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 142M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 103M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 44.7M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 58.2M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 42.8M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 69.6M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 78.5M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 74.2M 1s unit-abot-epc-basic-0: 17:32:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 41.1M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 71.2M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 78.7M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 86.6M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 79.4M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 107M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 58.0M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 88.9M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 57.0M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 45.6M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 76.1M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 112M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 58.3M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 69.3M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 93.2M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 147M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 284M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 393M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 433M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 404M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 339M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 366M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 486M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 475M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 358M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 394M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 508M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 352M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 339M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 339M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 335M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 43.3M 0s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 74.4M 0s unit-abot-epc-basic-0: 17:32:02 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-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 445K 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 41.6M 1s unit-abot-epc-basic-0: 17:32:02 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 410.3 KB/sec) unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 44.7M 1s unit-abot-epc-basic-0: 17:32:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 41.8M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 38.7M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 49.1M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 46.0M 1s unit-oai-hss-0: 17:32:02 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 44.4M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 40.7M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 44.8M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 74.9M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 65.5M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 57.7M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 68.9M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 72.3M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 58.3M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 71.5M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 66.3M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 65.5M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 59.0M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 124M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 315M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 373M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 338M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 322M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 367M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 315M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 415M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 304M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 343M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 377M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 401M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 294M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 354M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 367M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 411M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 282M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 440M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 339M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 367M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 309M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 416M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 325M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 400M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 41.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 44.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 44.3M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 38.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 46.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 48.8M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 51.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 64.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 73.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 73.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 73.2M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 62.8M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 73.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 70.7M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 70.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 63.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 505K 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 52.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 50.2M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 49.3M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 111M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 39.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 61.8M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 44.3M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 80.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 87.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 64.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 61.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 58.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 33.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 56.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 69.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 69.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 80.3M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 122M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 70.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 66.7M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 104M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 61.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 82.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 64.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 54.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 58.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 58.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 69.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 58.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 61.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 74.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 51.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 80.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 129M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 383M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 316M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 329M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 388M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 353M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 315M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 344M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 76.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 20.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 52.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 40.3M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 44.2M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 51.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 73.8M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 61.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 68.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 71.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 65.8M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 89.8M 0s unit-abot-epc-basic-0: 17:32:03 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: 17:32:03 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 750.9 KB/sec) unit-abot-epc-basic-0: 17:32:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 519K 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 49.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 75.2M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 50.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 55.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 46.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 66.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 71.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 68.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 53.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 89.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 66.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 62.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 58.2M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 220M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 94.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 180M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 96.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 92.7M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 103M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 12.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 61.2M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 68.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 52.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 81.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 62.3M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 50.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 63.8M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 260M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 351M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 416M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 376M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 310M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 47.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 48.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 45.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 43.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 52.2M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 47.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 63.7M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 57.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 57.4M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 75.3M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 59.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 63.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 50.3M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 169M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 324M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 339M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 334M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 348M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 384M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 316M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 343M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 362M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 361M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 507K 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 38.0M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 44.7M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 44.6M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 44.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 39.5M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 51.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 52.9M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 50.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 147M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 497M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 383M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 366M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 454M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 480M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 421M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 456M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 247M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 339M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 104M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 7.76M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 48.1M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 56.7M 0s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 57.0M=0.7s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2018-12-12 17:32:03 (18.4 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: 17:32:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install --2018-12-12 17:32:03-- 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: 17:32:03 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 17:32:03 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 2.2 KB/sec) unit-abot-epc-basic-0: 17:32:03 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: 17:32:03 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-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 17:32:03 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: 17:32:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 51.8M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 55.3M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 59.0M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 160M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 54.6M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 126M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 74.7M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 98.7M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 77.2M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 64.1M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 78.0M 1s unit-abot-epc-basic-0: 17:32:03 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/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-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 156M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 361M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 29.7M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 13.7M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 137M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 111M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 143M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 158M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 35.0M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 179M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 366M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 298M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 303M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 363M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 529M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 500M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 341M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 374M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 414M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 47.3M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 172M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 113M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 68.3M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 69.7M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 65.7M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 79.4M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 81.6M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 63.2M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 66.5M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 102M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 321M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 382M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 548M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 48.5M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 38.4M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 27.8M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 44.3M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 98.1M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 138M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 304M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 376M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 384M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 554M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 457M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 409M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 408M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 359M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 359M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 52.8M 1s unit-abot-epc-basic-0: 17:32:03 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: 17:32:03 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: 17:32:03 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: 17:32:03 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: 17:32:03 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: 17:32:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 484K 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 48.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 46.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 44.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 44.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 40.0M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 49.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 52.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 51.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 48.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 49.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 71.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 71.0M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 98.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 115M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 65.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 47.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 52.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 51.0M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 68.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 80.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 47.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 72.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 69.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 68.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 61.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 64.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 65.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 49.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 46.0M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 46.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 39.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 48.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 42.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 50.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 45.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 49.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 47.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 67.0M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 74.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 81.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 73.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 77.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 79.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 100M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 67.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 116M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 143M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 113M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 77.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 138M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 126M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 174M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 461M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 520M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 596M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 606M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 544M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 465M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 595M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 602M 1s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 535K 2s unit-abot-epc-basic-0: 17:32:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 41.6M 2s unit-abot-epc-basic-0: 17:32:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 45.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 51.0M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 53.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 57.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 44.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 58.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 56.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 93.0M 2s unit-abot-epc-basic-0: 17:32:03 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-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 58.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 94.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 14.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 79.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 72.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 70.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 95.4M 2s unit-abot-epc-basic-0: 17:32:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 9.74M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 65.0M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 47.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 57.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 71.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 67.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 71.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 62.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 75.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 76.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 67.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 58.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 51.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 73.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 59.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 126M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 318M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 582M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 597M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 140M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 44.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 55.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 44.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 56.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 48.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 66.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 70.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 95.0M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 98.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 103M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 103M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 139M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 540K 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 57.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 46.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 74.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 66.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 56.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 59.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 59.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 73.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 87.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 71.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 82.6M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 63.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 77.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 307M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 414M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 413M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 321M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 328M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 398M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 289M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 591M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 66.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 20.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 48.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 42.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 48.2M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 4.97M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 44.8M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 39.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 44.7M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 49.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 51.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 83.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 130M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 365M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 413M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 403M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 341M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 327M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 73.4M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 42.5M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 47.1M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 45.9M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 32.3M 2s unit-oai-hss-0: 17:32:03 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 43.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 75.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 66.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 68.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 106M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 116M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 137M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 107M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 150M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 91.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 120M 2s unit-abot-epc-basic-0: 17:32:04 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: 17:32:04 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: 17:32:04 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: 17:32:04 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-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 548K 2s unit-abot-epc-basic-0: 17:32:04 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-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 65.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 52.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 107M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 237M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 338M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 99.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 34.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 43.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 48.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 63.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 69.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 60.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 65.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 41.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 56.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 105M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 277M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 321M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 308M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 324M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 316M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 320M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 307M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 290M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 340M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 346M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 51.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 48.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 71.0M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 64.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 4.13M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 43.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 34.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 38.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 30.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 53.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 40.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 41.0M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 38.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 56.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 47.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 38.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 61.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 68.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 112M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 116M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 86.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 107M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 135M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 115M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 211M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 560M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 458M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 531M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 640M 2s unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 561K 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 53.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 65.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 63.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 64.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 51.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 91.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 95.4M 2s unit-abot-epc-basic-0: 17:32:04 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-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 86.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 45.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 66.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 65.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 53.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 48.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 80.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 76.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 58.7M 2s unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 84.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 67.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 57.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 34.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 37.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 48.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 45.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 52.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 134M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 94.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 239M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 562M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 405M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 648M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 653M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 631M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 571M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 5.01M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 35.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 40.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 40.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 47.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 121M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 387M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 465M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 401M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 550M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 397M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 432M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 105M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 52.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 47.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 53.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 43.0M 2s unit-abot-epc-basic-0: 17:32:04 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-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 539K 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 64.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 55.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 48.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 312M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 334M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 92.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 38.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 36.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 100M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 41.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 64.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 48.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 51.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 46.0M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 81.0M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 56.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 129M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 44.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 73.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 74.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 132M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 292M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 317M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 394M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 326M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 46.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 41.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 44.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 46.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 51.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 51.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 65.0M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 139M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 83.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 104M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 147M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 7.29M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 54.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 76.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 50.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 58.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 91.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 86.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 73.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 71.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 81.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 51.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 96.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 100M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 90.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 31.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 40.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 51.2M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 67.1M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 65.0M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 186M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 108M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 168M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 185M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 477M 1s unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 17:32:04 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: 17:32:04 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: 17:32:04 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-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 567K 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 46.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 40.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 134M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 62.0M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 156M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 68.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 57.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 83.9M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 90.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 28.5M 2s unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 10.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 73.6M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 82.4M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 73.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 101M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 186M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 75.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 42.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 60.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 56.8M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 59.0M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 111M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 80.5M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 62.3M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 71.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 59.7M 2s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 150M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 399M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 204M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 88.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 615M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 642M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 7.19M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 44.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 44.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 62.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 61.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 69.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 18.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 44.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 48.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 123M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 366M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 331M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 57.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 41.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 50.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 97.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 67.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 157M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 301M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 368M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 392M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 59.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 46.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 63.0M 1s unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 577K 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 46.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 79.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 76.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 63.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 44.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 77.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 74.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 192M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 330M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 410M 1s unit-abot-epc-basic-0: 17:32:04 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-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 5.39M 1s unit-abot-epc-basic-0: 17:32:04 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-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 45.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 48.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 43.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 46.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 39.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 37.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 60.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 81.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 163M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 334M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 531M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 388M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 390M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 94.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 44.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 41.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 38.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 140M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 309M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 374M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 332M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 296M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 367M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 31.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 38.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 45.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 59.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 68.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 7.73M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 48.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 57.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 52.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 107M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 59.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 88.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 130M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 58.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 94.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 55.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 42.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 86.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 58.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 54.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 46.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 69.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 72.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 134M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 136M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 619K 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 66.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 46.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 56.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 49.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 55.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 76.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 60.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 84.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 142M 1s unit-abot-epc-basic-0: 17:32:04 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: 17:32:04 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-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 3.92M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 117M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 105M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 47.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 92.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 47.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 66.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 65.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 67.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 62.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 76.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 155M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 331M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 115M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 46.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 48.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 124M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 283M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 48.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 46.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 48.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 73.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 60.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 65.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 70.0M 1s unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 128M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 46.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 95.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 163M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 9.03M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 51.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 65.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 61.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 47.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 73.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 48.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 47.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 81.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 62.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 69.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 102M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 138M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 80.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 183M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 119M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 190M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 454M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 647M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 614K 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 51.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 46.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 72.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 172M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 66.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 46.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 47.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 100M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 133M 1s unit-abot-epc-basic-0: 17:32:04 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-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 3.13M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 46.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 57.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 100M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 68.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 71.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 78.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 61.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 120M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 32.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 40.8M 1s unit-abot-epc-basic-0: 17:32:04 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-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 43.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 40.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 50.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 58.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 82.4M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 56.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 59.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 142M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 110M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 136M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 106M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 156M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 131M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 108M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 122M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 171M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 118M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 12.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 52.9M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 58.2M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 49.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 57.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 63.1M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 62.0M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 70.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 64.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 57.6M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 56.7M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 52.8M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 99.3M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 67.5M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 160M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 107M 1s unit-oai-hss-0: 17:32:04 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 236M 1s unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 17:32:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 636K 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 48.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 142M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 307M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 77.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 31.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 42.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 49.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 63.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 73.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 236M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 607M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 518M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 2.73M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 42.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 132M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 312M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 313M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 44.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 40.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 63.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 212M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 418M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 492M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 167M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 46.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 51.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 47.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 54.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 129M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 66.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 65.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 135M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 145M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 45.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 94.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 7.29M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 57.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 62.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 68.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 123M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 49.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 59.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 49.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 54.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 62.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 38.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 44.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 49.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 49.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 58.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 96.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 221M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 236M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 228M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 203M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 221M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 242M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 230M 1s unit-abot-epc-basic-0: 17:32:05 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: 17:32:05 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: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 660K 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 42.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 39.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 39.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 50.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 65.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 66.9M 1s unit-abot-epc-basic-0: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 66.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 59.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 68.0M 1s unit-abot-epc-basic-0: 17:32:05 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-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 2.66M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 51.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 51.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 40.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 39.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 47.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 40.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 32.7M 1s unit-abot-epc-basic-0: 17:32:05 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-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 41.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 43.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 50.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 37.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 38.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 43.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 60.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 57.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 68.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 46.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 49.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 59.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 68.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 66.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 67.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 58.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 68.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 61.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 44.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 41.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 48.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 54.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 39.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 37.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 48.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 61.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 41.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 37.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 49.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 57.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 65.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 81.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 79.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 116M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 97.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 61.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 91.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 78.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 98.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 74.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 95.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 80.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 93.8M 1s unit-abot-epc-basic-0: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 791K 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 41.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 55.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 48.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 38.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 36.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 2.32M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 14.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 44.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 47.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 40.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 52.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 54.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 57.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 46.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 46.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 42.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 45.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 40.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 53.9M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 51.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 51.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 51.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 47.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 51.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 54.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 119M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 333M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 302M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 431M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 343M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 21.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 41.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 39.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 64.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 39.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 39.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 40.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 49.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 47.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 40.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 51.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 52.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 47.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 51.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 87.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 88.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 67.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 52.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 71.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 71.8M 1s unit-abot-epc-basic-0: 17:32:05 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: 17:32:05 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: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 769K 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 45.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 43.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 57.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 72.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 76.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 77.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 61.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 73.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 100M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 70.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 137M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 97.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 207M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 1.80M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 75.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 59.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 65.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 48.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 61.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 216M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 501M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 416M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 389M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 515M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 70.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 54.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 56.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 60.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 51.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 166M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 86.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 44.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 49.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 77.2M 1s unit-abot-epc-basic-0: 17:32:05 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-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 73.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 60.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 58.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 67.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 47.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 49.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 65.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 58.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 16.4M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 36.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 45.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 46.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 59.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 50.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 56.2M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 53.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 55.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 44.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 87.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 77.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 80.0M 1s unit-abot-epc-basic-0: 17:32:05 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-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 80.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 754K 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 49.3M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 47.5M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 53.8M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 45.7M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 56.0M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 55.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 44.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 44.6M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 56.1M 1s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 53.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 81.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 70.5M 0s unit-abot-epc-basic-0: 17:32:05 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-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 80.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 86.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 1.94M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 36.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 37.0M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 49.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 48.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 86.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 40.6M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 44.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 39.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 49.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 54.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 92.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 225M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 222M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 195M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 239M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 248M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 220M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 225M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 332M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 235M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 96.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 48.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 48.0M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 43.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 46.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 36.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 52.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 64.7M 0s unit-abot-epc-basic-0: 17:32:05 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-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 57.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 19.0M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 19.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 12.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 64.6M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 57.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 61.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 65.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 65.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 56.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 64.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 65.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 61.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 57.8M 0s unit-abot-epc-basic-0: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 844K 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 34.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 27.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 22.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 31.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 31.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 51.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 42.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 59.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 68.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 70.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 65.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 61.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 71.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 66.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 2.17M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 12.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 23.6M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 31.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 73.0M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 33.6M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 42.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 67.0M 0s unit-abot-epc-basic-0: 17:32:05 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-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 69.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 38.6M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 41.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 39.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 34.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 64.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 88.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 176M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 24.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 65.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 60.6M 0s unit-abot-epc-basic-0: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 158M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 120M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 157M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 132M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 250M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 234M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 581M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 577M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 662M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 686M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 54.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 24.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 30.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 33.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 59.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 70.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 71.6M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 68.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 256M 0s unit-abot-epc-basic-0: 17:32:05 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: 17:32:05 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-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 790K 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 41.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 31.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 67.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 164M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 152M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 139M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 166M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 158M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 161M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 64.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 28.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 37.6M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 36.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 44.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 61.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 66.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 67.6M 0s unit-abot-epc-basic-0: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 1.97M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 38.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 68.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 58.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 10.6M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 25.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 57.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 173M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 155M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 168M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 136M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 172M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 229M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 419M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 84.0M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 24.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 37.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 55.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 35.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 35.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 48.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 49.0M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 72.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 61.7M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 66.4M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 31.0M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 30.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 29.0M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 21.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 26.2M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 123M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 121M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 115M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 105M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 141M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 97.3M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 175M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 92.1M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 133M 0s unit-abot-epc-basic-0: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 17:32:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 839K 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 27.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 42.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 110M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 115M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 41.8M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 27.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 49.5M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 86.9M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 166M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 412M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 306M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 264M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 536M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 651M 0s unit-oai-hss-0: 17:32:05 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 664M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 32.3M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 38.2M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 60.9M 0s unit-abot-epc-basic-0: 17:32:06 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-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 1.88M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 49.9M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 5.70M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 31.5M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 39.0M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 33.9M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 104M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 182M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 465M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 148M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 28.6M 0s unit-abot-epc-basic-0: 17:32:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 27.2M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 30.3M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 48.7M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 52.0M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 51.6M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 306M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 278M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 145M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 476M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 380M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 524M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 351M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 177M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 156M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 35.8M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 37.6M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 28.5M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 42.9M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 52.6M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 68.0M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 27.6M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 45.5M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 69.5M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 73.9M 0s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 53750K ...... 100% 246M=2.5s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install 2018-12-12 17:32:06 (20.9 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: 17:32:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install FINISHED --2018-12-12 17:32:06-- unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install Total wall clock time: 4.7s unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.0s (16.5 MB/s) unit-oai-hss-0: 17:32:06 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: 17:32:06 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: 17:32:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install (Reading database ... 53457 files and directories currently installed.) unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 17:32:06 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 17:32:06 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 16/966 KB 20/966 KB 24/966 KB 28/966 KB 31/966 KB Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 17:32:06 DEBUG unit.abot-epc-basic/0.install 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 17:32:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 17:32:06 DEBUG unit.abot-epc-basic/0.install 67/966 KB 71/966 KB 75/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 17:32:06 DEBUG unit.abot-epc-basic/0.install 385/966 KB 389/966 KB 393/966 KB 397/966 KB 401/966 KB 405/966 KB 409/966 KB 413/966 KB 417/966 KB 421/966 KB 425/966 KB 429/966 KB 433/966 KB 437/966 KB 441/966 KB 445/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 307.8 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 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: 17:32:07 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: 17:32:07 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: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 3/590 KB 5/590 KB 8/590 KB 11/590 KB 13/590 KB 16/590 KB 19/590 KB 21/590 KB 24/590 KB 27/590 KB 29/590 KB 32/590 KB 36/590 KB 40/590 KB 44/590 KB 48/590 KB 52/590 KB 56/590 KB 60/590 KB 64/590 KB 68/590 KB 68/590 KB 3/1710 KB 68/590 KB 5/1710 KB 68/590 KB 8/1710 KB 68/590 KB 11/1710 KB 68/590 KB 13/1710 KB 72/590 KB 13/1710 KB 3/10 KB 72/590 KB 13/1710 KB 5/10 KB 72/590 KB 13/1710 KB 8/10 KB 72/590 KB 13/1710 KB 10/10 KB 72/590 KB 13/1710 KB 10/10 KB 72/590 KB 3/232 KB 13/1710 KB 10/10 KB 72/590 KB 5/232 KB 13/1710 KB 10/10 KB 72/590 KB 8/232 KB 13/1710 KB 10/10 KB 72/590 KB 11/232 KB 13/1710 KB 10/10 KB 72/590 KB 13/232 KB 13/1710 KB 10/10 KB 76/590 KB 13/232 KB 13/1710 KB 10/10 KB 80/590 KB 13/232 KB 13/1710 KB 10/10 KB 84/590 KB 13/232 KB 16/1710 KB 10/10 KB 80/590 KB 13/232 KB 16/1710 KB 10/10 KB 84/590 KB 13/232 KB 19/1710 KB 10/10 KB 84/590 KB 13/232 KB 21/1710 KB 10/10 KB 84/590 KB 13/232 KB 24/1710 KB 10/10 KB 84/590 KB 13/232 KB 27/1710 KB 10/10 KB 84/590 KB 13/232 KB 29/1710 KB 10/10 KB 84/590 KB 13/232 KB 32/1710 KB 10/10 KB 84/590 KB 16/232 KB 32/1710 KB 10/10 KB 84/590 KB 19/232 KB 32/1710 KB 10/10 KB 84/590 KB 21/232 KB 32/1710 KB 10/10 KB 84/590 KB 24/232 KB 32/1710 KB 10/10 KB 84/590 KB 27/232 KB 32/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 249.5 KB/sec) unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 88/590 KB 29/232 KB 32/1710 KB 92/590 KB 29/232 KB 36/1710 KB 96/590 KB 29/232 KB 36/1710 KB 84/590 KB 29/232 KB 32/1710 KB 96/590 KB 32/232 KB 36/1710 KB 96/590 KB 32/232 KB 36/1710 KB 3/240 KB 100/590 KB 32/232 KB 36/1710 KB 5/240 KB Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 88/590 KB 29/232 KB 36/1710 KB 100/590 KB 32/232 KB 40/1710 KB 5/240 KB 100/590 KB 32/232 KB 44/1710 KB 5/240 KB 100/590 KB 32/232 KB 48/1710 KB 5/240 KB 100/590 KB 32/232 KB 52/1710 KB 5/240 KB 100/590 KB 36/232 KB 56/1710 KB 8/240 KB 100/590 KB 36/232 KB 60/1710 KB 8/240 KB 100/590 KB 36/232 KB 64/1710 KB 8/240 KB 100/590 KB 36/232 KB 68/1710 KB 8/240 KB 100/590 KB 36/232 KB 3/44 KB 72/1710 KB 8/240 KB 100/590 KB 32/232 KB 36/1710 KB 3/240 KB 104/590 KB 36/232 KB 3/44 KB 72/1710 KB 8/240 KB 108/590 KB 36/232 KB 3/44 KB 72/1710 KB 8/240 KB 112/590 KB 36/232 KB 3/44 KB 72/1710 KB 8/240 KB 100/590 KB 36/232 KB 3/44 KB 68/1710 KB 8/240 KB 100/590 KB 36/232 KB 52/1710 KB 8/240 KB 112/590 KB 36/232 KB 3/44 KB 72/1710 KB 11/240 KB 112/590 KB 36/232 KB 3/44 KB 72/1710 KB 13/240 KB 112/590 KB 36/232 KB 3/44 KB 72/1710 KB 16/240 KB 112/590 KB 36/232 KB 3/44 KB 72/1710 KB 19/240 KB 116/590 KB 36/232 KB 3/44 KB 72/1710 KB 21/240 KB 116/590 KB 36/232 KB 6/44 KB 72/1710 KB 24/240 KB 100/590 KB 36/232 KB 52/1710 KB 5/240 KB 116/590 KB 40/232 KB 6/44 KB 72/1710 KB 24/240 KB 116/590 KB 44/232 KB 6/44 KB 72/1710 KB 24/240 KB 116/590 KB 48/232 KB 6/44 KB 72/1710 KB 24/240 KB 116/590 KB 52/232 KB 6/44 KB 72/1710 KB 24/240 KB 116/590 KB 56/232 KB 6/44 KB 72/1710 KB 24/240 KB 116/590 KB 60/232 KB 6/44 KB 72/1710 KB 24/240 KB 116/590 KB 64/232 KB 6/44 KB 72/1710 KB 24/240 KB 116/590 KB 68/232 KB 6/44 KB 72/1710 KB 24/240 KB 116/590 KB 72/232 KB 6/44 KB 76/1710 KB 27/240 KB 116/590 KB 76/232 KB 6/44 KB 76/1710 KB 27/240 KB 116/590 KB 80/232 KB 6/44 KB 76/1710 KB 27/240 KB 116/590 KB 84/232 KB 6/44 KB 76/1710 KB 27/240 KB 116/590 KB 88/232 KB 6/44 KB 76/1710 KB 27/240 KB 116/590 KB 92/232 KB 6/44 KB 76/1710 KB 27/240 KB 116/590 KB 36/232 KB 6/44 KB 72/1710 KB 21/240 KB 116/590 KB 92/232 KB 9/44 KB 76/1710 KB 27/240 KB 116/590 KB 36/232 KB 3/44 KB 72/1710 KB 19/240 KB 116/590 KB 92/232 KB 11/44 KB 76/1710 KB 27/240 KB 116/590 KB 68/232 KB 6/44 KB 76/1710 KB 27/240 KB 120/590 KB 92/232 KB 11/44 KB 80/1710 KB 27/240 KB 120/590 KB 92/232 KB 11/44 KB 84/1710 KB 27/240 KB 120/590 KB 92/232 KB 14/44 KB 88/1710 KB 27/240 KB 120/590 KB 92/232 KB 14/44 KB 92/1710 KB 27/240 KB 120/590 KB 92/232 KB 14/44 KB 96/1710 KB 27/240 KB 116/590 KB 68/232 KB 6/44 KB 72/1710 KB 27/240 KB 120/590 KB 92/232 KB 14/44 KB 96/1710 KB 29/240 KB 120/590 KB 92/232 KB 14/44 KB 84/1710 KB 27/240 KB 120/590 KB 92/232 KB 16/44 KB 96/1710 KB 29/240 KB 120/590 KB 92/232 KB 11/44 KB 76/1710 KB 27/240 KB 124/590 KB 92/232 KB 16/44 KB 96/1710 KB 32/240 KB 128/590 KB 92/232 KB 16/44 KB 96/1710 KB 32/240 KB 132/590 KB 92/232 KB 16/44 KB 96/1710 KB 32/240 KB 136/590 KB 92/232 KB 19/44 KB 96/1710 KB 32/240 KB 140/590 KB 92/232 KB 19/44 KB 96/1710 KB 32/240 KB 144/590 KB 92/232 KB 19/44 KB 96/1710 KB 32/240 KB 120/590 KB 92/232 KB 16/44 KB 96/1710 KB 32/240 KB 144/590 KB 92/232 KB 19/44 KB 96/1710 KB 36/240 KB 144/590 KB 92/232 KB 19/44 KB 96/1710 KB 40/240 KB 148/590 KB 92/232 KB 19/44 KB 100/1710 KB 44/240 KB 148/590 KB 96/232 KB 19/44 KB 100/1710 KB 48/240 KB 132/590 KB 92/232 KB 19/44 KB 96/1710 KB 32/240 KB 148/590 KB 96/232 KB 22/44 KB 100/1710 KB 48/240 KB 148/590 KB 96/232 KB 25/44 KB 100/1710 KB 48/240 KB 148/590 KB 96/232 KB 27/44 KB 100/1710 KB 48/240 KB 148/590 KB 96/232 KB 19/44 KB 100/1710 KB 44/240 KB 148/590 KB 100/232 KB 27/44 KB 100/1710 KB 48/240 KB 1 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 48/590 KB 104/232 KB 30/44 KB 100/1710 KB 52/240 KB 148/590 KB 92/232 KB 19/44 KB 100/1710 KB 40/240 KB 148/590 KB 104/232 KB 30/44 KB 104/1710 KB 52/240 KB 148/590 KB 92/232 KB 19/44 KB 96/1710 KB 40/240 KB 152/590 KB 104/232 KB 30/44 KB 104/1710 KB 52/240 KB 156/590 KB 104/232 KB 30/44 KB 108/1710 KB 52/240 KB 160/590 KB 104/232 KB 30/44 KB 108/1710 KB 52/240 KB 148/590 KB 100/232 KB 30/44 KB 100/1710 KB 52/240 KB 160/590 KB 104/232 KB 30/44 KB 108/1710 KB 56/240 KB 148/590 KB 100/232 KB 30/44 KB 100/1710 KB 48/240 KB 160/590 KB 108/232 KB 32/44 KB 108/1710 KB 56/240 KB 160/590 KB 108/232 KB 36/44 KB 108/1710 KB 56/240 KB 164/590 KB 108/232 KB 40/44 KB 108/1710 KB 60/240 KB 164/590 KB 108/232 KB 44/44 KB 108/1710 KB 60/240 KB 160/590 KB 108/232 KB 30/44 KB 108/1710 KB 56/240 KB 164/590 KB 112/232 KB 44/44 KB 108/1710 KB 60/240 KB 152/590 KB 104/232 KB 30/44 KB 108/1710 KB 52/240 KB 164/590 KB 112/232 KB 44/44 KB 112/1710 KB 60/240 KB 164/590 KB 112/232 KB 44/44 KB 116/1710 KB 60/240 KB 164/590 KB 116/232 KB 44/44 KB 120/1710 KB 60/240 KB 164/590 KB 116/232 KB 44/44 KB 124/1710 KB 60/240 KB 164/590 KB 116/232 KB 44/44 KB 128/1710 KB 60/240 KB 164/590 KB 116/232 KB 44/44 KB 132/1710 KB 60/240 KB 164/590 KB 116/232 KB 44/44 KB 136/1710 KB 60/240 KB 164/590 KB 116/232 KB 44/44 KB 140/1710 KB 60/240 KB 164/590 KB 116/232 KB 44/44 KB 144/1710 KB 60/240 KB 164/590 KB 116/232 KB 44/44 KB 148/1710 KB 60/240 KB 164/590 KB 108/232 KB 36/44 KB 108/1710 KB 60/240 KB 168/590 KB 116/232 KB 44/44 KB 148/1710 KB 60/240 KB 172/590 KB 116/232 KB 44/44 KB 148/1710 KB 60/240 KB 176/590 KB 116/232 KB 44/44 KB 148/1710 KB 60/240 KB 160/590 KB 108/232 KB 36/44 KB 108/1710 KB 60/240 KB 176/590 KB 116/232 KB 44/44 KB 148/1710 KB 64/240 KB 176/590 KB 116/232 KB 44/44 KB 148/1710 KB 68/240 KB 176/590 KB 116/232 KB 44/44 KB 148/1710 KB 72/240 KB 176/590 KB 116/232 KB 44/44 KB 148/1710 KB 76/240 KB 180/590 KB 116/232 KB 44/44 KB 148/1710 KB 80/240 KB 180/590 KB 116/232 KB 44/44 KB 148/1710 KB 84/240 KB 180/590 KB 116/232 KB 148/1710 KB 88/240 KB 180/590 KB 116/232 KB 148/1710 KB 92/240 KB 180/590 KB 116/232 KB 148/1710 KB 96/240 KB 164/590 KB 116/232 KB 44/44 KB 116/1710 KB 60/240 KB 180/590 KB 120/232 KB 148/1710 KB 96/240 KB 180/590 KB 124/232 KB 148/1710 KB 96/240 KB 180/590 KB 128/232 KB 148/1710 KB 96/240 KB 180/590 KB 132/232 KB 148/1710 KB 96/240 KB 180/590 KB 136/232 KB 148/1710 KB 96/240 KB 180/590 KB 140/232 KB 148/1710 KB 96/240 KB 180/590 KB 144/232 KB 148/1710 KB 96/240 KB 180/590 KB 116/232 KB 44/44 KB 148/1710 KB 76/240 KB 184/590 KB 144/232 KB 148/1710 KB 96/240 KB 188/590 KB 144/232 KB 148/1710 KB 96/240 KB 192/590 KB 144/232 KB 148/1710 KB 96/240 KB 196/590 KB 144/232 KB 148/1710 KB 96/240 KB 200/590 KB 148/232 KB 152/1710 KB 100/240 KB 204/590 KB 148/232 KB 152/1710 KB 100/240 KB 208/590 KB 148/232 KB 152/1710 KB 100/240 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: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 196/590 KB 148/232 KB 152/1710 KB 100/240 KB 208/590 KB 148/232 KB 156/1710 KB 100/240 KB 208/590 KB 148/232 KB 160/1710 KB 100/240 KB 196/590 KB 148/232 KB 148/1710 KB 100/240 KB 208/590 KB 148/232 KB 160/1710 KB 104/240 KB 208/590 KB 148/232 KB 160/1710 KB 108/240 KB 212/590 KB 148/232 KB 160/1710 KB 112/240 KB 212/590 KB 148/232 KB 160/1710 KB 116/240 KB 212/590 KB 148/232 KB 164/1710 KB 120/240 KB 212/590 KB 148/232 KB 164/1710 KB 124/240 KB 196/590 KB 148/232 KB 148/1710 KB 96/240 KB 212/590 KB 152/232 KB 164/1710 KB 124/240 KB 212/590 KB 156/232 KB 164/1710 KB 124/240 KB 212/590 KB 160/232 KB 164/1710 KB 124/240 KB 212/590 KB 164/232 KB 164/1710 KB 124/240 KB 212/590 KB 168/232 KB 164/1710 KB 124/240 KB 212/590 KB 172/232 KB 164/1710 KB 124/240 KB 212/590 KB 176/232 KB 164/1710 KB 124/240 KB 212/590 KB 180/232 KB 164/1710 KB 124/240 KB 212/590 KB 184/232 KB 164/1710 KB 128/240 KB 212/590 KB 188/232 KB 164/1710 KB 128/240 KB 212/590 KB 192/232 KB 164/1710 KB 128/240 KB 212/590 KB 196/232 KB 164/1710 KB 128/240 KB 212/590 KB 148/232 KB 164/1710 KB 116/240 KB 212/590 KB 148/232 KB 160/1710 KB 108/240 KB 216/590 KB 196/232 KB 164/1710 KB 128/240 KB 220/590 KB 196/232 KB 164/1710 KB 128/240 KB 224/590 KB 196/232 KB 168/1710 KB 128/240 KB 228/590 KB 196/232 KB 168/1710 KB 128/240 KB 232/590 KB 196/232 KB 4/258 KB 168/1710 KB 128/240 KB 236/590 KB 196/232 KB 4/258 KB 168/1710 KB 128/240 KB 240/590 KB 196/232 KB 4/258 KB 168/1710 KB 128/240 KB 212/590 KB 180/232 KB 164/1710 KB 128/240 KB 228/590 KB 196/232 KB 4/258 KB 168/1710 KB 128/240 KB 220/590 KB 196/232 KB 168/1710 KB 128/240 KB 240/590 KB 196/232 KB 8/258 KB 172/1710 KB 128/240 KB 240/590 KB 196/232 KB 8/258 KB 176/1710 KB 128/240 KB 240/590 KB 196/232 KB 8/258 KB 180/1710 KB 128/240 KB 240/590 KB 196/232 KB 8/258 KB 184/1710 KB 132/240 KB 240/590 KB 196/232 KB 8/258 KB 188/1710 KB 132/240 KB 240/590 KB 196/232 KB 8/258 KB 180/1710 KB 132/240 KB 240/590 KB 196/232 KB 8/258 KB 188/1710 KB 136/240 KB 240/590 KB 196/232 KB 8/258 KB 180/1710 KB 128/240 KB 240/590 KB 196/232 KB 12/258 KB 192/1710 KB 140/240 KB 240/590 KB 196/232 KB 16/258 KB 192/1710 KB 140/240 KB 240/590 KB 196/232 KB 8/258 KB 192/1710 KB 136/240 KB 240/590 KB 196/232 KB 16/258 KB 192/1710 KB 140/240 KB 240/590 KB 196/232 KB 16/258 KB 192/1710 KB 144/240 KB 240/590 KB 196/232 KB 20/258 KB 192/1710 KB 148/240 KB 244/590 KB 200/232 KB 20/258 KB 196/1710 KB 152/240 KB 244/590 KB 200/232 KB 20/258 KB 196/1710 KB 156/240 KB 240/590 KB 196/232 KB 20/258 KB 192/1710 KB 144/240 KB 244/590 KB 200/232 KB 24/258 KB 196/1710 KB 156/240 KB 244/590 KB 200/232 KB 28/258 KB 196/1710 KB 156/240 KB 244/590 KB 200/232 KB 32/258 KB 196/1710 KB 156/240 KB 244/590 KB 200/232 KB 36/258 KB 196/1710 KB 156/240 KB 244/590 KB 200/232 KB 20/258 KB 196/1710 KB 148/240 KB 244/590 KB 204/232 KB 36/258 KB 196/1710 KB 160/240 KB 244/590 KB 208/232 KB 36/258 KB 196/1710 KB 160/240 KB 244/590 KB 196/232 KB 20/258 KB 196/1710 KB 148/240 KB 244/590 KB 208/232 KB 36/258 KB 200/1710 KB 160/240 KB 244/590 KB 208/232 KB 36/258 KB 204/1710 KB 160/240 KB 244/590 KB 208/232 KB 36/258 KB 208/1710 KB 160/240 KB 244/590 KB 196/232 KB 20/258 KB 192/1710 KB 148/240 KB 248/590 KB 208/232 KB 36/258 KB 208/1710 KB 160/240 KB 252/590 KB 208/232 KB 36/258 KB 208/1710 KB 160/240 KB 256/590 KB 208/232 KB 36/258 KB 208/1710 KB 160/240 KB 260/590 KB 208/232 KB 36/258 KB 208/1710 KB 160/240 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install KB 264/590 KB 212/232 KB 40/258 KB 212/1710 KB 160/240 KB 268/590 KB 212/232 KB 40/258 KB 212/1710 KB 160/240 KB 272/590 KB 212/232 KB 40/258 KB 212/1710 KB 160/240 KB 244/590 KB 200/232 KB 36/258 KB 196/1710 KB 160/240 KB 272/590 KB 212/232 KB 40/258 KB 212/1710 KB 164/240 KB 272/590 KB 212/232 KB 40/258 KB 212/1710 KB 168/240 KB 260/590 KB 212/232 KB 40/258 KB 212/1710 KB 160/240 KB 272/590 KB 212/232 KB 44/258 KB 212/1710 KB 168/240 KB 272/590 KB 212/232 KB 48/258 KB 212/1710 KB 168/240 KB 260/590 KB 212/232 KB 36/258 KB 212/1710 KB 160/240 KB 272/590 KB 212/232 KB 48/258 KB 216/1710 KB 168/240 KB 272/590 KB 212/232 KB 48/258 KB 220/1710 KB 168/240 KB 272/590 KB 212/232 KB 48/258 KB 224/1710 KB 168/240 KB 260/590 KB 212/232 KB 36/258 KB 208/1710 KB 160/240 KB 272/590 KB 216/232 KB 48/258 KB 224/1710 KB 168/240 KB 272/590 KB 220/232 KB 48/258 KB 224/1710 KB 168/240 KB 272/590 KB 224/232 KB 48/258 KB 228/1710 KB 168/240 KB 276/590 KB 224/232 KB 52/258 KB 232/1710 KB 172/240 KB 276/590 KB 224/232 KB 52/258 KB 236/1710 KB 172/240 KB 276/590 KB 224/232 KB 52/258 KB 240/1710 KB 172/240 KB 276/590 KB 224/232 KB 52/258 KB 228/1710 KB 172/240 KB 276/590 KB 224/232 KB 56/258 KB 240/1710 KB 172/240 KB 276/590 KB 224/232 KB 60/258 KB 240/1710 KB 172/240 KB 276/590 KB 224/232 KB 64/258 KB 240/1710 KB 172/240 KB 276/590 KB 224/232 KB 48/258 KB 228/1710 KB 172/240 KB 272/590 KB 224/232 KB 48/258 KB 228/1710 KB 172/240 KB 272/590 KB 224/232 KB 48/258 KB 228/1710 KB 172/240 KB 280/590 KB 224/232 KB 64/258 KB 240/1710 KB 176/240 KB 280/590 KB 224/232 KB 64/258 KB 240/1710 KB 180/240 KB 280/590 KB 228/232 KB 64/258 KB 240/1710 KB 184/240 KB 280/590 KB 228/232 KB 64/258 KB 240/1710 KB 188/240 KB 280/590 KB 228/232 KB 64/258 KB 240/1710 KB 192/240 KB 280/590 KB 228/232 KB 64/258 KB 244/1710 KB 196/240 KB 280/590 KB 228/232 KB 68/258 KB 244/1710 KB 200/240 KB 280/590 KB 228/232 KB 68/258 KB 244/1710 KB 204/240 KB 280/590 KB 228/232 KB 68/258 KB 244/1710 KB 208/240 KB 280/590 KB 228/232 KB 64/258 KB 240/1710 KB 180/240 KB 280/590 KB 232/232 KB 68/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 68/258 KB 244/1710 KB 208/240 KB 280/590 KB 228/232 KB 68/258 KB 244/1710 KB 196/240 KB 280/590 KB 232/232 KB 72/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 76/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 80/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 84/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 88/258 KB 244/1710 KB 212/240 KB 280/590 KB 232/232 KB 92/258 KB 244/1710 KB 212/240 KB 280/590 KB 228/232 KB 64/258 KB 244/1710 KB 192/240 KB 280/590 KB 228/232 KB 64/258 KB 240/1710 KB 184/240 KB 284/590 KB 232/232 KB 92/258 KB 244/1710 KB 212/240 KB 288/590 KB 232/232 KB 92/258 KB 244/1710 KB 212/240 KB 292/590 KB 232/232 KB 92/258 KB 244/1710 KB 212/240 KB 296/590 KB 232/232 KB 92/258 KB 244/1710 KB 212/240 KB 300/590 KB 232/232 KB 92/258 KB 248/1710 KB 212/240 KB 304/590 KB 232/232 KB 92/258 KB 248/1710 KB 212/240 KB 280/590 KB 232/232 KB 84/258 KB 244/1710 KB 212/240 KB 304/590 KB 96/258 KB 248/1710 KB 216/240 KB 304/590 KB 96/258 KB 248/1710 KB 220/240 KB 304/590 KB 96/258 KB 248/1710 KB 224/240 KB 304/590 KB 96/258 KB 248/1710 KB 228/240 KB 304/590 KB 96/258 KB 248/1710 KB 232/240 KB 304/590 KB 96/258 KB 248/1710 KB 236/240 KB 304/590 KB 96/258 KB 248/1710 KB 240/240 KB Downloaded unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install : https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 1855.0 KB/sec) unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 304/590 KB 232/232 KB 96/258 KB 248/1710 KB 212/240 KB 304/590 KB 100/258 KB 248/1710 KB 240/240 KB 304/590 KB 104/258 KB 248/1710 KB 240/240 KB 304/590 KB 108/258 KB 248/1710 KB 240/240 KB 304/590 KB 112/258 KB 248/1710 KB 240/240 KB 304/590 KB 116/258 KB 248/1710 KB 240/240 KB 296/590 KB 232/232 KB 92/258 KB 248/1710 KB 212/240 KB 304/590 KB 116/258 KB 252/1710 KB 240/240 KB 304/590 KB 116/258 KB 256/1710 KB 240/240 KB 304/590 KB 116/258 KB 260/1710 KB 240/240 KB 304/590 KB 116/258 KB 264/1710 KB 240/240 KB 304/590 KB 116/258 KB 268/1710 KB 240/240 KB 304/590 KB 116/258 KB 272/1710 KB 240/240 KB 304/590 KB 116/258 KB 276/1710 KB 240/240 KB 304/590 KB 120/258 KB 280/1710 KB 240/240 KB 304/590 KB 120/258 KB 284/1710 KB 240/240 KB 304/590 KB 120/258 KB 288/1710 KB 240/240 KB 304/590 KB 120/258 KB 276/1710 KB 240/240 KB 304/590 KB 124/258 KB 288/1710 KB 240/240 KB 304/590 KB 128/258 KB 288/1710 KB 240/240 KB 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 304/590 KB 128/258 KB 292/1710 KB 240/240 KB 304/590 KB 132/258 KB 296/1710 KB 240/240 KB 304/590 KB 132/258 KB 300/1710 KB 240/240 KB 304/590 KB 132/258 KB 304/1710 KB 240/240 KB 304/590 KB 132/258 KB 292/1710 KB 240/240 KB 304/590 KB 136/258 KB 304/1710 KB 240/240 KB 304/590 KB 140/258 KB 304/1710 KB 240/240 KB 304/590 KB 144/258 KB 304/1710 KB 240/240 KB 304/590 KB 148/258 KB 304/1710 KB 240/240 KB 304/590 KB 152/258 KB 308/1710 KB 240/240 KB 304/590 KB 156/258 KB 308/1710 KB 240/240 KB 304/590 KB 160/258 KB 308/1710 KB 240/240 KB 304/590 KB 148/258 KB 308/1710 KB 240/240 KB 304/590 KB 160/258 KB 312/1710 KB 240/240 KB 304/590 KB 160/258 KB 316/1710 KB 240/240 KB 304/590 KB 160/258 KB 320/1710 KB 240/240 KB 304/590 KB 160/258 KB 324/1710 KB 240/240 KB 304/590 KB 164/258 KB 328/1710 KB 240/240 KB 304/590 KB 164/258 KB 332/1710 KB 240/240 KB 304/590 KB 164/258 KB 336/1710 KB 240/240 KB 304/590 KB 164/258 KB 324/1710 KB 240/240 KB 304/590 KB 168/258 KB 336/1710 KB 240/240 KB 304/590 KB 172/258 KB 336/1710 KB 240/240 KB 304/590 KB 176/258 KB 336/1710 KB 240/240 KB 308/590 KB 176/258 KB 340/1710 KB 240/240 KB 312/590 KB 176/258 KB 340/1710 KB 240/240 KB 316/590 KB 176/258 KB 340/1710 KB 240/240 KB 320/590 KB 176/258 KB 340/1710 KB 240/240 KB 324/590 KB 176/258 KB 340/1710 KB 240/240 KB 328/590 KB 176/258 KB 340/1710 KB 240/240 KB 332/590 KB 176/258 KB 340/1710 KB 240/240 KB 336/590 KB 176/258 KB 340/1710 KB 240/240 KB 340/590 KB 176/258 KB 340/1710 KB 240/240 KB 344/590 KB 176/258 KB 340/1710 KB 240/240 KB 348/590 KB 176/258 KB 340/1710 KB 240/240 KB 352/590 KB 176/258 KB 340/1710 KB 240/240 KB 356/590 KB 176/258 KB 340/1710 KB 240/240 KB 360/590 KB 176/258 KB 340/1710 KB 240/240 KB 364/590 KB 176/258 KB 340/1710 KB 240/240 KB 368/590 KB 176/258 KB 340/1710 KB 240/240 KB 372/590 KB 176/258 KB 340/1710 KB 240/240 KB 376/590 KB 176/258 KB 340/1710 KB 240/240 KB 380/590 KB 176/258 KB 340/1710 KB 240/240 KB 384/590 KB 176/258 KB 340/1710 KB 240/240 KB 388/590 KB 176/258 KB 340/1710 KB 240/240 KB 392/590 KB 176/258 KB 340/1710 KB 240/240 KB 396/590 KB 180/258 KB 340/1710 KB 240/240 KB 400/590 KB 180/258 KB 340/1710 KB 240/240 KB 404/590 KB 180/258 KB 340/1710 KB 240/240 KB 408/590 KB 180/258 KB 340/1710 KB 240/240 KB 412/590 KB 180/258 KB 340/1710 KB 240/240 KB 416/590 KB 180/258 KB 340/1710 KB 240/240 KB 304/590 KB 176/258 KB 340/1710 KB 240/240 KB 416/590 KB 180/258 KB 344/1710 KB 240/240 KB 416/590 KB 180/258 KB 348/1710 KB 240/240 KB 392/590 KB 180/258 KB 340/1710 KB 240/240 KB 416/590 KB 184/258 KB 348/1710 KB 240/240 KB 416/590 KB 188/258 KB 348/1710 KB 240/240 KB 416/590 KB 192/258 KB 352/1710 KB 240/240 KB 416/590 KB 188/258 KB 352/1710 KB 240/240 KB 416/590 KB 192/258 KB 356/1710 KB 240/240 KB 416/590 KB 196/258 KB 360/1710 KB 240/240 KB 416/590 KB 196/258 KB 364/1710 KB 240/240 KB 416/590 KB 196/258 KB 368/1710 KB 240/240 KB 416/590 KB 196/258 KB 356/1710 KB 240/240 KB 416/590 KB 200/258 KB 368/1710 KB 240/240 KB 416/590 KB 204/258 KB 368/1710 KB 240/240 KB 416/590 KB 208/258 KB 368/1710 KB 240/240 KB 416/590 KB 212/258 KB 372/1710 KB 240/240 KB 420/590 KB 216/258 KB 372/1710 KB 240/240 KB 420/590 KB 220/258 KB 372/1710 KB 240/240 KB 420/590 KB 224/258 KB 372/1710 KB 240/240 KB 416/590 KB 208/258 KB 372/1710 KB 240/240 KB 420/590 KB 224/258 KB 376/1710 KB 240/240 KB 420/590 KB 224/258 KB 380/1710 KB 240/240 KB 420/590 KB 224/258 KB 384/1710 KB 240/24 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 0 KB 420/590 KB 212/258 KB 372/1710 KB 240/240 KB 424/590 KB 224/258 KB 384/1710 KB 240/240 KB 428/590 KB 224/258 KB 384/1710 KB 240/240 KB 432/590 KB 224/258 KB 384/1710 KB 240/240 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1650.3 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 432/590 KB 224/258 KB 388/1710 KB 436/590 KB 228/258 KB 392/1710 KB 436/590 KB 228/258 KB 396/1710 KB 436/590 KB 228/258 KB 400/1710 KB 436/590 KB 228/258 KB 404/1710 KB 436/590 KB 228/258 KB 408/1710 KB 436/590 KB 228/258 KB 388/1710 KB 436/590 KB 232/258 KB 412/1710 KB 436/590 KB 4/223 KB 236/258 KB 412/1710 KB 436/590 KB 4/223 KB 240/258 KB 412/1710 KB 436/590 KB 224/258 KB 388/1710 KB 436/590 KB 4/223 KB 232/258 KB 412/1710 KB 436/590 KB 8/223 KB 240/258 KB 412/1710 KB 436/590 KB 12/223 KB 240/258 KB 412/1710 KB 436/590 KB 16/223 KB 240/258 KB 412/1710 KB 436/590 KB 20/223 KB 240/258 KB 412/1710 KB 436/590 KB 24/223 KB 240/258 KB 412/1710 KB 436/590 KB 28/223 KB 240/258 KB 412/1710 KB 436/590 KB 32/223 KB 240/258 KB 412/1710 KB 436/590 KB 36/223 KB 240/258 KB 412/1710 KB 436/590 KB 40/223 KB 240/258 KB 412/1710 KB 436/590 KB 44/223 KB 240/258 KB 412/1710 KB 436/590 KB 48/223 KB 240/258 KB 412/1710 KB 436/590 KB 52/223 KB 240/258 KB 412/1710 KB 440/590 KB 52/223 KB 240/258 KB 412/1710 KB 444/590 KB 52/223 KB 240/258 KB 412/1710 KB 448/590 KB 52/223 KB 240/258 KB 412/1710 KB 452/590 KB 52/223 KB 240/258 KB 412/1710 KB 456/590 KB 56/223 KB 244/258 KB 412/1710 KB 460/590 KB 56/223 KB 244/258 KB 412/1710 KB 452/590 KB 56/223 KB 244/258 KB 412/1710 KB 464/590 KB 56/223 KB 248/258 KB 412/1710 KB 464/590 KB 56/223 KB 252/258 KB 412/1710 KB 464/590 KB 56/223 KB 256/258 KB 412/1710 KB 452/590 KB 56/223 KB 240/258 KB 412/1710 KB 464/590 KB 60/223 KB 256/258 KB 412/1710 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 3/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 5/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 8/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 11/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 13/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 16/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 19/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 21/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 24/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 27/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 29/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 32/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 36/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 40/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 44/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 48/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 52/208 KB 464/590 KB 64/223 KB 256/258 KB 412/1710 KB 56/208 KB 464/590 KB 68/223 KB 256/258 KB 412/1710 KB 60/208 KB 464/590 KB 68/223 KB 256/258 KB 412/1710 KB 464/590 KB 56/223 KB 252/258 KB 412/1710 KB 460/590 KB 56/223 KB 244/258 KB 412/1710 KB 60/208 KB 464/590 KB 68/223 KB 258/258 KB 416/1710 KB 60/208 KB 464/590 KB 68/223 KB 258/258 KB 420/1710 KB 64/208 KB 468/590 KB 68/223 KB 258/258 KB 424/1710 KB 64/208 KB 468/590 KB 68/223 KB 258/258 KB 428/1710 KB 60/208 KB 464/590 KB 68/223 KB 258/258 KB 412/1710 KB 52/208 KB 464/590 KB 68/223 KB 256/258 KB 412/1710 KB 64/208 KB 468/590 KB 72/223 KB 258/258 KB 428/1710 KB 64/208 KB 468/590 KB 76/223 KB 258/258 KB 428/1710 KB 64/208 KB 468/590 KB 80/223 KB 258/258 KB 428/1710 KB 64/208 KB 468/590 KB 84/223 KB 258/258 KB 428/1710 KB 64/208 KB 468/590 KB 88/223 KB 258/258 KB 432/1710 KB 64/208 KB 468/590 KB 92/223 KB 258/258 KB 432/1710 KB 64/208 KB 468/590 KB 96/223 KB 258/258 KB 432/1710 KB 64/208 KB 468/590 KB 68/223 KB 258/258 KB 4 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 20/1710 KB 68/208 KB 468/590 KB 96/223 KB 258/258 KB 432/1710 KB 72/208 KB 468/590 KB 96/223 KB 258/258 KB 432/1710 KB 76/208 KB 468/590 KB 96/223 KB 258/258 KB 432/1710 KB 80/208 KB 468/590 KB 96/223 KB 258/258 KB 432/1710 KB 60/208 KB 468/590 KB 68/223 KB 258/258 KB 420/1710 KB 80/208 KB 472/590 KB 96/223 KB 258/258 KB 432/1710 KB 80/208 KB 476/590 KB 96/223 KB 258/258 KB 432/1710 KB 80/208 KB 480/590 KB 96/223 KB 258/258 KB 432/1710 KB 64/208 KB 468/590 KB 84/223 KB 258/258 KB 432/1710 KB 80/208 KB 480/590 KB 96/223 KB 258/258 KB 436/1710 KB 84/208 KB 484/590 KB 100/223 KB 258/258 KB 440/1710 KB 84/208 KB 484/590 KB 100/223 KB 258/258 KB 444/1710 KB 84/208 KB 484/590 KB 100/223 KB 258/258 KB 448/1710 KB 84/208 KB 484/590 KB 100/223 KB 258/258 KB 436/1710 KB 84/208 KB 484/590 KB 104/223 KB 258/258 KB 448/1710 KB 84/208 KB 484/590 KB 108/223 KB 258/258 KB 448/1710 KB 84/208 KB 484/590 KB 112/223 KB 258/258 KB 448/1710 KB 84/208 KB 484/590 KB 116/223 KB 258/258 KB 448/1710 KB 84/208 KB 484/590 KB 120/223 KB 258/258 KB 452/1710 KB 84/208 KB 484/590 KB 124/223 KB 258/258 KB 452/1710 KB 84/208 KB 484/590 KB 128/223 KB 258/258 KB 452/1710 KB 84/208 KB 484/590 KB 96/223 KB 258/258 KB 436/1710 KB 84/208 KB 488/590 KB 128/223 KB 258/258 KB 452/1710 KB 84/208 KB 492/590 KB 128/223 KB 258/258 KB 452/1710 KB 84/208 KB 496/590 KB 128/223 KB 258/258 KB 452/1710 KB 84/208 KB 500/590 KB 128/223 KB 258/258 KB 452/1710 KB 84/208 KB 504/590 KB 128/223 KB 258/258 KB 452/1710 KB 84/208 KB 508/590 KB 128/223 KB 258/258 KB 452/1710 KB 84/208 KB 512/590 KB 128/223 KB 258/258 KB 452/1710 KB 84/208 KB 480/590 KB 96/223 KB 258/258 KB 436/1710 KB 88/208 KB 512/590 KB 128/223 KB 258/258 KB 452/1710 KB 92/208 KB 512/590 KB 128/223 KB 258/258 KB 452/1710 KB 96/208 KB 512/590 KB 128/223 KB 258/258 KB 452/1710 KB 100/208 KB 512/590 KB 128/223 KB 258/258 KB 452/1710 KB 104/208 KB 512/590 KB 128/223 KB 258/258 KB 452/1710 KB 108/208 KB 512/590 KB 128/223 KB 452/1710 KB 112/208 KB 512/590 KB 128/223 KB 452/1710 KB 116/208 KB 512/590 KB 128/223 KB 452/1710 KB 120/208 KB 516/590 KB 132/223 KB 452/1710 KB 124/208 KB 516/590 KB 132/223 KB 452/1710 KB 128/208 KB 516/590 KB 132/223 KB 452/1710 KB 84/208 KB 484/590 KB 116/223 KB 258/258 KB 452/1710 KB 128/208 KB 516/590 KB 132/223 KB 456/1710 KB 128/208 KB 516/590 KB 132/223 KB 460/1710 KB 128/208 KB 516/590 KB 132/223 KB 464/1710 KB 128/208 KB 516/590 KB 132/223 KB 468/1710 KB 128/208 KB 516/590 KB 132/223 KB 472/1710 KB 128/208 KB 516/590 KB 132/223 KB 476/1710 KB 128/208 KB 516/590 KB 132/223 KB 480/1710 KB 116/208 KB 516/590 KB 132/223 KB 452/1710 KB 128/208 KB 516/590 KB 136/223 KB 480/1710 KB 128/208 KB 516/590 KB 140/223 KB 480/1710 KB 128/208 KB 516/590 KB 144/223 KB 484/1710 KB 116/208 KB 516/590 KB 128/223 KB 452/1710 KB 128/208 KB 520/590 KB 144/223 KB 484/1710 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1489.3 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 128/208 KB 524/590 KB 144/223 KB 484/1710 KB 128/208 KB 528/590 KB 144/223 KB 484/1710 KB 128/208 KB 532/590 KB 144/223 KB 484/1710 KB 132/208 KB 536/590 KB 148/223 KB 484/1710 KB 132/208 KB 540/590 KB 148/223 KB 484/1710 KB 132/208 KB 544/590 KB 148/223 KB 484/1710 KB 128/208 KB 516/590 KB 140/223 KB 484/1710 KB 132/208 KB 544/590 KB 148/223 KB 488/1710 KB 132/208 KB 544/590 KB 148/223 KB 492/1710 KB 132/208 KB 544/590 KB 148/223 KB 496/1710 KB 132/208 KB 532/590 KB 148/223 KB 484/1710 KB 132/208 KB 544/590 KB 152/223 KB 496/1710 KB 132/208 KB 544/590 KB 156/223 KB 496/1710 KB 132/208 KB 548/590 KB 160/223 KB 496/1710 KB 132/208 KB 548/590 KB 164/223 KB 496/1710 KB 132/208 KB 548/590 KB 168/223 KB 500/1710 KB 132/208 KB 548/590 KB 172/223 KB 500/1710 KB 132/208 KB 548/590 KB 176/223 KB 500/1710 KB 132/208 KB 548/590 KB 180/223 KB 500/1710 KB 132/208 KB 532/590 KB 144/223 KB 484/1710 KB 136/208 KB 548/590 KB 180/223 KB 500/1710 KB 140/208 KB 548/590 KB 180/223 KB 500/1710 KB 144/208 KB 548/590 KB 180/223 KB 500/1710 KB 148/208 KB 548/590 KB 180/223 KB 500/1710 KB 152/208 KB 548/590 KB 180/223 KB 500/1710 KB 156/208 KB 548/590 KB 180/223 KB 500/1710 KB 160/208 KB 548/590 KB 180/223 KB 500/1710 KB 132/208 KB 548/590 KB 164/223 KB 500/1710 KB 160/208 KB 548/590 KB 180/223 KB 504/1710 KB 160/208 KB 548/590 KB 180/223 KB 508/1710 KB 160/208 KB 548/590 KB 180/223 KB 512/1710 KB 132/208 KB 548/590 KB 156/223 KB 496/1710 KB 160/208 KB 552/590 KB 180/223 KB 512/1710 KB 160/208 KB 556/590 KB 180/223 KB 512/1710 KB 160/208 KB 560/590 KB 180/223 KB 512/1710 KB 160/208 KB 564/590 KB 180/223 KB 512/1710 KB 164/208 KB 568/590 KB 180/223 KB 516/1710 KB 164/208 KB 572/590 KB 180/223 KB 516/1710 KB 164/208 KB 576/590 KB 180/223 KB 516/1710 KB 164/208 KB 576/590 KB 184/223 KB 516/1710 KB 164/208 KB 576/590 KB 188/223 KB 4/38 KB 516/1710 KB 164/208 KB 576/590 KB 192/223 KB 4/38 KB 516/1710 KB 164/208 KB 576/590 KB 196/223 KB 4/38 KB 516/1710 KB 164/208 KB 580/590 KB 200/223 KB 4/38 KB 516/1710 KB 164/208 KB 580/590 KB 204/223 KB 4/38 KB 516/1710 KB 164/208 KB 580/590 KB 208/223 KB 4/38 KB 516/1710 KB 164/208 KB 580/590 KB 212/223 KB 4/38 KB 516/1710 KB 164/208 KB 580/590 KB 216/223 KB 4/38 KB 516/1710 KB 164/208 KB 580/590 KB 220/223 KB 4/38 KB 516/1710 KB 164/208 KB 564/590 KB 180/223 KB 516/1710 KB 160/208 KB 564/590 KB 180/223 KB 516/1710 KB 164/208 KB 580/590 KB 220/223 KB 4/38 KB 520/1710 KB 164/208 KB 580/590 KB 220/223 KB 4/38 KB 524/1710 KB 168/208 KB 580/590 KB 220/223 KB 4/38 KB 528/1710 KB 164/208 KB 580/590 KB 196/223 KB 4/38 KB 516/1710 KB 164/208 KB 576/590 KB 184/223 KB 4/38 KB 516/1710 KB 168/208 KB 580/590 KB 220/223 KB 8/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 12/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 16/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 20/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 24/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 28/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 32/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 36/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 38/38 KB 528/1710 KB 168/208 KB 580/590 KB 220/223 KB 4/38 KB 524/1710 KB 172/208 KB 580/590 KB 220/223 KB 38/38 KB 528/1710 KB 176/208 KB 580/590 KB 220/223 KB 38/38 KB 528/1710 KB 176/208 KB 584/590 KB 220/223 KB 38/38 KB 528/1710 KB 176/208 KB 588/590 KB 220/223 KB 38/38 KB 532/1710 KB 176/208 KB 590/590 KB unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 220/223 KB 38/38 KB 532/1710 KB 176/208 KB 584/590 KB 220/223 KB 38/38 KB 532/1710 KB 176/208 KB 590/590 KB 220/223 KB 38/38 KB 536/1710 KB 176/208 KB 590/590 KB 220/223 KB 38/38 KB 540/1710 KB 180/208 KB 590/590 KB 220/223 KB 38/38 KB 540/1710 KB 184/208 KB 590/590 KB 220/223 KB 38/38 KB 540/1710 KB 184/208 KB 590/590 KB 220/223 KB 38/38 KB 544/1710 KB 188/208 KB 590/590 KB 220/223 KB 38/38 KB 544/1710 KB 192/208 KB 590/590 KB 220/223 KB 38/38 KB 544/1710 KB 196/208 KB 590/590 KB 220/223 KB 38/38 KB 544/1710 KB 200/208 KB 590/590 KB 223/223 KB 38/38 KB 548/1710 KB 204/208 KB 590/590 KB 223/223 KB 38/38 KB 548/1710 KB 208/208 KB 590/590 KB 223/223 KB 38/38 KB 548/1710 KB 196/208 KB 590/590 KB 223/223 KB 38/38 KB 548/1710 KB 196/208 KB 590/590 KB 220/223 KB 38/38 KB 548/1710 KB 208/208 KB 590/590 KB 223/223 KB 38/38 KB 552/1710 KB 208/208 KB 590/590 KB 223/223 KB 38/38 KB 556/1710 KB 208/208 KB 590/590 KB 223/223 KB 38/38 KB 560/1710 KB 208/208 KB 590/590 KB 223/223 KB 38/38 KB 564/1710 KB 208/208 KB 590/590 KB 223/223 KB 38/38 KB 568/1710 KB 208/208 KB 590/590 KB 223/223 KB 38/38 KB 572/1710 KB 208/208 KB 590/590 KB 223/223 KB 38/38 KB 576/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 193.8 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2933.6 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 208/208 KB 223/223 KB 580/1710 KB 208/208 KB 223/223 KB 584/1710 KB 208/208 KB 223/223 KB 588/1710 KB 208/208 KB 223/223 KB 592/1710 KB 208/208 KB 223/223 KB 596/1710 KB 208/208 KB 223/223 KB 600/1710 KB 208/208 KB 223/223 KB 604/1710 KB 208/208 KB 223/223 KB 608/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 1104.7 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 1029.9 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 4/18 KB 608/1710 KB 8/18 KB 608/1710 KB 12/18 KB 608/1710 KB 16/18 KB 608/1710 KB 18/18 KB 608/1710 KB 18/18 KB 612/1710 KB 18/18 KB 616/1710 KB 18/18 KB 620/1710 KB 18/18 KB 624/1710 KB 18/18 KB 628/1710 KB 18/18 KB 632/1710 KB 18/18 KB 636/1710 KB 18/18 KB 640/1710 KB 18/18 KB 644/1710 KB 18/18 KB 648/1710 KB 18/18 KB 652/1710 KB 18/18 KB 656/1710 KB 18/18 KB 660/1710 KB 18/18 KB 4/531 KB 660/1710 KB 8/531 KB 660/1710 KB 12/531 KB 660/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 83.2 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 16/531 KB 660/1710 KB 20/531 KB 660/1710 KB 24/531 KB 660/1710 KB 28/531 KB 660/1710 KB 32/531 KB 660/1710 KB 36/531 KB 660/1710 KB 40/531 KB 4/1267 KB 660/1710 KB 44/531 KB 4/1267 KB 660/1710 KB 48/531 KB 4/1267 KB 660/1710 KB 36/531 KB 4/1267 KB 660/1710 KB 48/531 KB 8/1267 KB 660/1710 KB 48/531 KB 12/1267 KB 660/1710 KB 48/531 KB 16/1267 KB 660/1710 KB 48/531 KB 20/1267 KB 660/1710 KB 48/531 KB 24/1267 KB 660/1710 KB 48/531 KB 28/1267 KB 660/1710 KB 48/531 KB 32/1267 KB 660/1710 KB 48/531 KB 32/1267 KB 4/214 KB 660/1710 KB 48/531 KB 32/1267 KB 8/214 KB 660/1710 KB 48/531 KB 32/1267 KB 12/214 KB 660/1710 KB 48/531 KB 32/1267 KB 16/214 KB 660/1710 KB 48/531 KB 32/1267 KB 20/214 KB 660/1710 KB 48/531 KB 32/1267 KB 24/214 KB 660/1710 KB 48/531 KB 32/1267 KB 28/214 KB 660/1710 KB 48/531 KB 32/1267 KB 32/214 KB 660/1710 KB 48/531 KB 32/1267 KB 36/214 KB 660/1710 KB 48/531 KB 32/1267 KB 40/214 KB 660/1710 KB 48/531 KB 32/1267 KB 44/214 KB 660/1710 KB 48/531 KB 32/1267 KB 48/214 KB 660/1710 KB 52/531 KB 36/1267 KB 48/214 KB 660/1710 KB 52/531 KB 40/1267 KB 48/214 KB 660/1710 KB 52/531 KB 44/1267 KB 48/214 KB 660/1710 KB 52/531 KB 32/1267 KB 48/214 KB 660/1710 KB 56/531 KB 44/1267 KB 48/214 KB 660/1710 KB 56/531 KB 44/1267 KB 52/214 KB 660/1710 KB 60/531 KB 48/1267 KB 56/214 KB 664/1710 KB 60/531 KB 48/1267 KB 60/214 KB 4/109 KB 664/1710 KB 60/531 KB 48/1267 KB 52/214 KB 664/1710 KB 60/531 KB 48/1267 KB 52/214 KB 660/1710 KB 64/531 KB 48/1267 KB 60/214 KB 4/109 KB 664/1710 KB 56/531 KB 48/1267 KB 52/214 KB 660/1710 KB 60/531 KB 48/1267 KB 56/214 KB 4/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 8/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 12/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 16/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 20/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 24/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 28/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 32/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 36/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 40/109 KB 664/1710 KB 64/531 KB 48/1267 KB 60/214 KB 44/109 KB 664/1710 KB 64/531 KB 52/1267 KB 60/214 KB 48/109 KB 664/1710 KB 68/531 KB 52/1267 KB 60/214 KB 48/109 KB 664/1710 KB 72/531 KB 52/1267 KB 64/214 KB 52/109 KB 668/1710 KB 76/531 KB 52/1267 KB 64/214 KB 52/109 KB 668/1710 KB 80/531 KB 52/1267 KB 64/214 KB 52/109 KB 668/1710 KB 64/531 KB 52/1267 KB 60/214 KB 44/109 KB 664/1710 KB 80/531 KB 56/1267 KB 64/214 KB 52/109 KB 668/1710 KB 80/531 KB 60/1267 KB 64/214 KB 52/109 KB 668/1710 KB 80/531 KB 62/1267 KB 64/214 KB 52/109 KB 668/1710 KB 80/531 KB 66/1267 KB 64/214 KB 52/109 KB 668/1710 KB 84/531 KB 70/1267 KB 64/214 KB 52/109 KB 668/1710 KB 84/531 KB 74/1267 KB 64/214 KB 52/109 KB 668/1710 KB 84/531 KB 78/1267 KB 64/214 KB 52/109 KB 668/1710 KB 68/531 KB 52/1267 KB 64/214 KB 52/109 KB 668/1710 KB 84/531 KB 78/1267 KB 68/214 KB 52/109 KB 668/1710 KB 84/531 KB 78/1267 KB 72/214 KB 52/109 KB 668/1710 KB 84/531 KB 78/1267 KB 76/214 KB 52/109 KB 668/1710 KB 84/531 KB 78/1267 KB 80/214 KB 52/109 KB 668/1710 KB 68/531 KB 52/1267 KB 60/214 KB 52/109 KB 668/1710 KB 84/531 KB 78/1267 KB 80/214 KB 56/109 KB 668/1710 KB 68/531 KB 52/1267 KB 60/214 KB 48/109 KB 668/1710 KB 84/531 KB 78/1267 KB 80/214 KB 56/109 KB 672/1710 KB 84/531 KB 78/1267 KB 80/214 KB 56/109 KB 676/1710 KB 84/531 KB 78/1267 KB 80/214 KB 56/109 KB 678/1710 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install KB 84/531 KB 78/1267 KB 80/214 KB 60/109 KB 682/1710 KB 84/531 KB 78/1267 KB 84/214 KB 60/109 KB 686/1710 KB 84/531 KB 78/1267 KB 84/214 KB 60/109 KB 690/1710 KB 84/531 KB 78/1267 KB 84/214 KB 60/109 KB 694/1710 KB 84/531 KB 78/1267 KB 84/214 KB 60/109 KB 698/1710 KB 84/531 KB 82/1267 KB 84/214 KB 60/109 KB 702/1710 KB 84/531 KB 82/1267 KB 84/214 KB 60/109 KB 706/1710 KB 84/531 KB 82/1267 KB 84/214 KB 60/109 KB 710/1710 KB 84/531 KB 66/1267 KB 64/214 KB 52/109 KB 668/1710 KB 88/531 KB 82/1267 KB 84/214 KB 60/109 KB 710/1710 KB 92/531 KB 82/1267 KB 84/214 KB 60/109 KB 710/1710 KB 96/531 KB 82/1267 KB 84/214 KB 60/109 KB 710/1710 KB 100/531 KB 82/1267 KB 84/214 KB 60/109 KB 710/1710 KB 84/531 KB 82/1267 KB 84/214 KB 60/109 KB 698/1710 KB 84/531 KB 78/1267 KB 84/214 KB 60/109 KB 682/1710 KB 100/531 KB 82/1267 KB 88/214 KB 60/109 KB 710/1710 KB 100/531 KB 82/1267 KB 92/214 KB 60/109 KB 710/1710 KB 100/531 KB 82/1267 KB 96/214 KB 60/109 KB 710/1710 KB 84/531 KB 78/1267 KB 80/214 KB 60/109 KB 678/1710 KB 100/531 KB 82/1267 KB 96/214 KB 64/109 KB 710/1710 KB 100/531 KB 82/1267 KB 96/214 KB 68/109 KB 710/1710 KB 100/531 KB 82/1267 KB 96/214 KB 72/109 KB 710/1710 KB 100/531 KB 82/1267 KB 96/214 KB 76/109 KB 710/1710 KB 100/531 KB 82/1267 KB 96/214 KB 80/109 KB 710/1710 KB 100/531 KB 82/1267 KB 96/214 KB 84/109 KB 710/1710 KB 104/531 KB 86/1267 KB 100/214 KB 88/109 KB 710/1710 KB 104/531 KB 86/1267 KB 100/214 KB 92/109 KB 710/1710 KB 104/531 KB 86/1267 KB 100/214 KB 96/109 KB 710/1710 KB 104/531 KB 86/1267 KB 100/214 KB 100/109 KB 710/1710 KB 104/531 KB 86/1267 KB 100/214 KB 104/109 KB 714/1710 KB 104/531 KB 86/1267 KB 100/214 KB 84/109 KB 710/1710 KB 108/531 KB 86/1267 KB 100/214 KB 104/109 KB 714/1710 KB 112/531 KB 86/1267 KB 100/214 KB 104/109 KB 714/1710 KB 116/531 KB 86/1267 KB 100/214 KB 104/109 KB 714/1710 KB 120/531 KB 86/1267 KB 100/214 KB 104/109 KB 714/1710 KB 124/531 KB 86/1267 KB 100/214 KB 104/109 KB 714/1710 KB 100/531 KB 86/1267 KB 100/214 KB 84/109 KB 710/1710 KB 124/531 KB 86/1267 KB 104/214 KB 108/109 KB 714/1710 KB 124/531 KB 86/1267 KB 108/214 KB 108/109 KB 714/1710 KB 124/531 KB 86/1267 KB 112/214 KB 108/109 KB 714/1710 KB 100/531 KB 86/1267 KB 96/214 KB 84/109 KB 710/1710 KB 124/531 KB 90/1267 KB 112/214 KB 108/109 KB 714/1710 KB 124/531 KB 94/1267 KB 112/214 KB 108/109 KB 714/1710 KB 124/531 KB 98/1267 KB 112/214 KB 108/109 KB 714/1710 KB 124/531 KB 102/1267 KB 112/214 KB 108/109 KB 714/1710 KB 124/531 KB 106/1267 KB 112/214 KB 108/109 KB 714/1710 KB 124/531 KB 110/1267 KB 112/214 KB 108/109 KB 714/1710 KB 124/531 KB 114/1267 KB 112/214 KB 108/109 KB 714/1710 KB 124/531 KB 86/1267 KB 100/214 KB 108/109 KB 714/1710 KB 128/531 KB 114/1267 KB 116/214 KB 109/109 KB 714/1710 KB 104/531 KB 86/1267 KB 100/214 KB 100/109 KB 714/1710 KB 128/531 KB 114/1267 KB 116/214 KB 109/109 KB 718/1710 KB 128/531 KB 114/1267 KB 116/214 KB 109/109 KB 722/1710 KB 128/531 KB 114/1267 KB 116/214 KB 109/109 KB 726/1710 KB 128/531 KB 114/1267 KB 116/214 KB 108/109 KB 714/1710 KB 124/531 KB 114/1267 KB 116/214 KB 108/109 KB 714/1710 KB 128/531 KB 114/1267 KB 120/214 KB 109/109 KB 726/1710 KB 128/531 KB 114/1267 KB 124/214 KB 109/109 KB 726/1710 KB 128/531 KB 114/1267 KB 128/214 KB 109/109 KB 726/1710 KB 132/531 KB 114/1267 KB 132/214 KB 109/109 KB 726/1710 KB 132/531 KB 118/1267 KB 136/214 KB 109/109 KB 730/1710 KB 132/531 KB 118/1267 KB 140/214 KB 109/109 KB 730/17 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 10 KB 132/531 KB 118/1267 KB 144/214 KB 109/109 KB 730/1710 KB 132/531 KB 114/1267 KB 128/214 KB 109/109 KB 726/1710 KB 136/531 KB 118/1267 KB 144/214 KB 109/109 KB 730/1710 KB 140/531 KB 118/1267 KB 144/214 KB 109/109 KB 730/1710 KB 144/531 KB 118/1267 KB 144/214 KB 109/109 KB 730/1710 KB 148/531 KB 118/1267 KB 144/214 KB 109/109 KB 730/1710 KB 152/531 KB 118/1267 KB 148/214 KB 109/109 KB 730/1710 KB 156/531 KB 118/1267 KB 148/214 KB 109/109 KB 730/1710 KB 160/531 KB 118/1267 KB 148/214 KB 109/109 KB 730/1710 KB 132/531 KB 118/1267 KB 132/214 KB 109/109 KB 730/1710 KB 160/531 KB 122/1267 KB 148/214 KB 109/109 KB 730/1710 KB 160/531 KB 126/1267 KB 148/214 KB 109/109 KB 730/1710 KB 132/531 KB 114/1267 KB 132/214 KB 109/109 KB 730/1710 KB 160/531 KB 126/1267 KB 148/214 KB 109/109 KB 734/1710 KB 160/531 KB 126/1267 KB 148/214 KB 109/109 KB 738/1710 KB 160/531 KB 126/1267 KB 148/214 KB 109/109 KB 742/1710 KB 160/531 KB 126/1267 KB 148/214 KB 109/109 KB 746/1710 KB 160/531 KB 130/1267 KB 148/214 KB 109/109 KB 750/1710 KB 160/531 KB 130/1267 KB 148/214 KB 109/109 KB 754/1710 KB 160/531 KB 130/1267 KB 148/214 KB 109/109 KB 758/1710 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 432.3 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 148/531 KB 118/1267 KB 148/214 KB 109/109 KB 730/1710 KB 160/531 KB 130/1267 KB 152/214 KB 758/1710 KB 164/531 KB 130/1267 KB 156/214 KB 758/1710 KB 164/531 KB 130/1267 KB 160/214 KB 758/1710 KB 160/531 KB 130/1267 KB 148/214 KB 109/109 KB 746/1710 KB 164/531 KB 134/1267 KB 160/214 KB 758/1710 KB 164/531 KB 138/1267 KB 160/214 KB 758/1710 KB 164/531 KB 142/1267 KB 160/214 KB 758/1710 KB 164/531 KB 146/1267 KB 160/214 KB 758/1710 KB 164/531 KB 150/1267 KB 164/214 KB 762/1710 KB 164/531 KB 154/1267 KB 164/214 KB 762/1710 KB 164/531 KB 158/1267 KB 164/214 KB 762/1710 KB 164/531 KB 130/1267 KB 152/214 KB 758/1710 KB 168/531 KB 158/1267 KB 164/214 KB 762/1710 KB 172/531 KB 158/1267 KB 164/214 KB 762/1710 KB 176/531 KB 158/1267 KB 164/214 KB 762/1710 KB 180/531 KB 158/1267 KB 164/214 KB 762/1710 KB 184/531 KB 162/1267 KB 164/214 KB 762/1710 KB 188/531 KB 162/1267 KB 164/214 KB 762/1710 KB 192/531 KB 162/1267 KB 164/214 KB 762/1710 KB 164/531 KB 146/1267 KB 164/214 KB 762/1710 KB 192/531 KB 162/1267 KB 164/214 KB 766/1710 KB 192/531 KB 162/1267 KB 164/214 KB 770/1710 KB 192/531 KB 162/1267 KB 164/214 KB 774/1710 KB 192/531 KB 162/1267 KB 164/214 KB 778/1710 KB 192/531 KB 162/1267 KB 164/214 KB 782/1710 KB 192/531 KB 162/1267 KB 164/214 KB 786/1710 KB 192/531 KB 162/1267 KB 164/214 KB 790/1710 KB 164/531 KB 146/1267 KB 164/214 KB 758/1710 KB 192/531 KB 162/1267 KB 168/214 KB 790/1710 KB 192/531 KB 162/1267 KB 172/214 KB 790/1710 KB 192/531 KB 162/1267 KB 176/214 KB 790/1710 KB 192/531 KB 162/1267 KB 180/214 KB 790/1710 KB 4/80 KB 196/531 KB 162/1267 KB 184/214 KB 794/1710 KB 4/80 KB 196/531 KB 162/1267 KB 188/214 KB 794/1710 KB 4/80 KB 196/531 KB 162/1267 KB 192/214 KB 794/1710 KB 180/531 KB 162/1267 KB 164/214 KB 762/1710 KB 4/80 KB 196/531 KB 166/1267 KB 192/214 KB 794/1710 KB 4/80 KB 196/531 KB 170/1267 KB 192/214 KB 794/1710 KB 4/80 KB 196/531 KB 174/1267 KB 192/214 KB 794/1710 KB 4/80 KB 196/531 KB 178/1267 KB 192/214 KB 794/1710 KB 4/80 KB 196/531 KB 182/1267 KB 192/214 KB 794/1710 KB 4/80 KB 196/531 KB 186/1267 KB 192/214 KB 794/1710 KB 4/80 KB 196/531 KB 190/1267 KB 192/214 KB 794/1710 KB 4/80 KB 196/531 KB 162/1267 KB 180/214 KB 794/1710 KB 4/80 KB 196/531 KB 190/1267 KB 196/214 KB 798/1710 KB 4/80 KB 196/531 KB 190/1267 KB 196/214 KB 802/1710 KB 4/80 KB 196/531 KB 190/1267 KB 196/214 KB 806/1710 KB 4/80 KB 196/531 KB 190/1267 KB 196/214 KB 810/1710 KB 4/80 KB 196/531 KB 190/1267 KB 196/214 KB 814/1710 KB 4/80 KB 196/531 KB 162/1267 KB 180/214 KB 790/1710 KB 4/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 4/80 KB 192/531 KB 162/1267 KB 180/214 KB 790/1710 KB 8/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 12/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 16/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 20/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 24/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 28/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 32/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 36/80 KB 200/531 KB 194/1267 KB 196/214 KB 814/1710 KB 40/80 KB 204/531 KB 194/1267 KB 196/214 KB 814/1710 KB 44/80 KB 204/531 KB 194/1267 KB 196/214 KB 814/1710 KB 48/80 KB 204/531 KB 194/1267 KB 196/214 KB 814/1710 KB 4/80 KB 196/531 KB 194/1267 KB 196/214 KB 814/1710 KB 48/80 KB 204/531 KB 198/1267 KB 196/214 KB 814/1710 KB 52/80 KB 204/531 KB 202/1267 KB 196/214 KB 818/1710 KB 52/80 KB 204/531 KB 206/12 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 67 KB 196/214 KB 818/1710 KB 52/80 KB 204/531 KB 210/1267 KB 196/214 KB 818/1710 KB 52/80 KB 204/531 KB 214/1267 KB 196/214 KB 818/1710 KB 52/80 KB 204/531 KB 218/1267 KB 196/214 KB 818/1710 KB 52/80 KB 204/531 KB 222/1267 KB 196/214 KB 818/1710 KB 4/80 KB 196/531 KB 190/1267 KB 196/214 KB 794/1710 KB 52/80 KB 204/531 KB 222/1267 KB 200/214 KB 818/1710 KB 52/80 KB 204/531 KB 222/1267 KB 204/214 KB 818/1710 KB 52/80 KB 204/531 KB 222/1267 KB 208/214 KB 818/1710 KB 52/80 KB 204/531 KB 222/1267 KB 212/214 KB 818/1710 KB 52/80 KB 204/531 KB 222/1267 KB 214/214 KB 818/1710 KB 52/80 KB 204/531 KB 198/1267 KB 196/214 KB 818/1710 KB 56/80 KB 204/531 KB 222/1267 KB 214/214 KB 818/1710 KB 60/80 KB 204/531 KB 222/1267 KB 214/214 KB 818/1710 KB 64/80 KB 204/531 KB 222/1267 KB 214/214 KB 818/1710 KB 68/80 KB 204/531 KB 222/1267 KB 214/214 KB 818/1710 KB 72/80 KB 204/531 KB 226/1267 KB 214/214 KB 818/1710 KB 48/80 KB 204/531 KB 198/1267 KB 196/214 KB 818/1710 KB 72/80 KB 204/531 KB 226/1267 KB 214/214 KB 822/1710 KB 72/80 KB 204/531 KB 226/1267 KB 214/214 KB 826/1710 KB 72/80 KB 204/531 KB 226/1267 KB 214/214 KB 830/1710 KB 72/80 KB 204/531 KB 226/1267 KB 214/214 KB 834/1710 KB 36/80 KB 204/531 KB 194/1267 KB 196/214 KB 814/1710 KB 72/80 KB 208/531 KB 226/1267 KB 214/214 KB 834/1710 KB 72/80 KB 212/531 KB 226/1267 KB 214/214 KB 834/1710 KB 72/80 KB 216/531 KB 226/1267 KB 214/214 KB 834/1710 KB 72/80 KB 220/531 KB 226/1267 KB 214/214 KB 834/1710 KB 72/80 KB 224/531 KB 226/1267 KB 214/214 KB 834/1710 KB 72/80 KB 228/531 KB 226/1267 KB 214/214 KB 834/1710 KB 72/80 KB 232/531 KB 226/1267 KB 214/214 KB 834/1710 KB 72/80 KB 236/531 KB 226/1267 KB 214/214 KB 834/1710 KB 72/80 KB 240/531 KB 226/1267 KB 214/214 KB 838/1710 KB 72/80 KB 244/531 KB 226/1267 KB 214/214 KB 838/1710 KB 68/80 KB 204/531 KB 226/1267 KB 214/214 KB 818/1710 KB 76/80 KB 244/531 KB 226/1267 KB 214/214 KB 838/1710 KB 80/80 KB 244/531 KB 226/1267 KB 214/214 KB 838/1710 KB 72/80 KB 236/531 KB 226/1267 KB 214/214 KB 838/1710 KB 80/80 KB 244/531 KB 226/1267 KB 214/214 KB 842/1710 KB 80/80 KB 244/531 KB 226/1267 KB 214/214 KB 846/1710 KB 80/80 KB 248/531 KB 230/1267 KB 214/214 KB 850/1710 KB 80/80 KB 252/531 KB 230/1267 KB 214/214 KB 850/1710 KB 80/80 KB 256/531 KB 230/1267 KB 214/214 KB 850/1710 KB 80/80 KB 260/531 KB 230/1267 KB 214/214 KB 850/1710 KB 80/80 KB 264/531 KB 230/1267 KB 214/214 KB 850/1710 KB 80/80 KB 268/531 KB 230/1267 KB 214/214 KB 850/1710 KB 80/80 KB 272/531 KB 230/1267 KB 214/214 KB 850/1710 KB 80/80 KB 244/531 KB 230/1267 KB 214/214 KB 846/1710 KB 80/80 KB 272/531 KB 234/1267 KB 214/214 KB 850/1710 KB 80/80 KB 272/531 KB 238/1267 KB 214/214 KB 850/1710 KB 80/80 KB 252/531 KB 230/1267 KB 214/214 KB 850/1710 KB 80/80 KB 272/531 KB 238/1267 KB 214/214 KB 854/1710 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 772.1 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 80/80 KB 272/531 KB 238/1267 KB 858/1710 KB 80/80 KB 272/531 KB 242/1267 KB 862/1710 KB 80/80 KB 272/531 KB 242/1267 KB 866/1710 KB 80/80 KB 272/531 KB 242/1267 KB 858/1710 KB 80/80 KB 272/531 KB 246/1267 KB 866/1710 KB 80/80 KB 272/531 KB 250/1267 KB 866/1710 KB 80/80 KB 272/531 KB 254/1267 KB 866/1710 KB 80/80 KB 272/531 KB 258/1267 KB 870/1710 KB 80/80 KB 276/531 KB 262/1267 KB 870/1710 KB 80/80 KB 276/531 KB 266/1267 KB 870/1710 KB 80/80 KB 276/531 KB 270/1267 KB 870/1710 KB 80/80 KB 276/531 KB 274/1267 KB 870/1710 KB 80/80 KB 276/531 KB 278/1267 KB 870/1710 KB 80/80 KB 276/531 KB 282/1267 KB 870/1710 KB 80/80 KB 276/531 KB 286/1267 KB 870/1710 KB 80/80 KB 272/531 KB 254/1267 KB 870/1710 KB 80/80 KB 276/531 KB 286/1267 KB 874/1710 KB 80/80 KB 276/531 KB 286/1267 KB 878/1710 KB 80/80 KB 276/531 KB 286/1267 KB 882/1710 KB 80/80 KB 276/531 KB 286/1267 KB 886/1710 KB 80/80 KB 276/531 KB 258/1267 KB 870/1710 KB 80/80 KB 280/531 KB 286/1267 KB 886/1710 KB 80/80 KB 284/531 KB 286/1267 KB 886/1710 KB 80/80 KB 288/531 KB 286/1267 KB 886/1710 KB 80/80 KB 292/531 KB 286/1267 KB 886/1710 KB 80/80 KB 296/531 KB 286/1267 KB 890/1710 KB 80/80 KB 300/531 KB 286/1267 KB 890/1710 KB 80/80 KB 304/531 KB 286/1267 KB 890/1710 KB 80/80 KB 292/531 KB 286/1267 KB 890/1710 KB 80/80 KB 304/531 KB 286/1267 KB 894/1710 KB 80/80 KB 304/531 KB 290/1267 KB 898/1710 KB 80/80 KB 304/531 KB 290/1267 KB 902/1710 KB 80/80 KB 304/531 KB 290/1267 KB 906/1710 KB 80/80 KB 304/531 KB 290/1267 KB 894/1710 KB 80/80 KB 308/531 KB 290/1267 KB 906/1710 KB 80/80 KB 312/531 KB 294/1267 KB 906/1710 KB 80/80 KB 316/531 KB 294/1267 KB 906/1710 KB 80/80 KB 320/531 KB 294/1267 KB 906/1710 KB 80/80 KB 324/531 KB 294/1267 KB 906/1710 KB 80/80 KB 316/531 KB 294/1267 KB 906/1710 KB 80/80 KB 324/531 KB 298/1267 KB 910/1710 KB 80/80 KB 324/531 KB 302/1267 KB 910/1710 KB 80/80 KB 324/531 KB 294/1267 KB 910/1710 KB 80/80 KB 324/531 KB 302/1267 KB 914/1710 KB 80/80 KB 324/531 KB 302/1267 KB 918/1710 KB 80/80 KB 324/531 KB 306/1267 KB 918/1710 KB 80/80 KB 328/531 KB 310/1267 KB 922/1710 KB 80/80 KB 328/531 KB 314/1267 KB 922/1710 KB 80/80 KB 328/531 KB 318/1267 KB 922/1710 KB 80/80 KB 328/531 KB 306/1267 KB 922/1710 KB 80/80 KB 332/531 KB 318/1267 KB 922/1710 KB 80/80 KB 336/531 KB 318/1267 KB 922/1710 KB 80/80 KB 340/531 KB 318/1267 KB 922/1710 KB 80/80 KB 344/531 KB 322/1267 KB 922/1710 KB 80/80 KB 348/531 KB 322/1267 KB 922/1710 KB 80/80 KB 352/531 KB 322/1267 KB 922/1710 KB 80/80 KB 324/531 KB 306/1267 KB 922/1710 KB 80/80 KB 352/531 KB 322/1267 KB 926/1710 KB 80/80 KB 352/531 KB 322/1267 KB 930/1710 KB 80/80 KB 352/531 KB 322/1267 KB 934/1710 KB 80/80 KB 352/531 KB 322/1267 KB 938/1710 KB 80/80 KB 356/531 KB 322/1267 KB 942/1710 KB 80/80 KB 356/531 KB 322/1267 KB 946/1710 KB 80/80 KB 356/531 KB 322/1267 KB 950/1710 KB 80/80 KB 340/531 KB 322/1267 KB 922/1710 KB 80/80 KB 356/531 KB 326/1267 KB 950/1710 KB 80/80 KB 356/531 KB 330/1267 KB 950/1710 KB 80/80 KB 356/531 KB 334/1267 KB 950/1710 KB 80/80 KB 356/531 KB 338/1267 KB 950/1710 KB 80/80 KB 356/531 KB 342/1267 KB 950/1710 KB 80/80 KB 356/531 KB 346/1267 KB 950/1710 KB 80/80 KB 356/531 KB 350/1267 KB 950/1710 KB 80/80 KB 356/531 KB 354/1267 KB 950/1710 KB 80/80 KB 356/531 KB 358/1267 KB 954/1710 KB 80/80 KB 356/531 KB 322/1267 KB 938/1710 KB 80/80 KB 360/531 KB 358/1267 KB 954/1710 KB 80/80 KB 364/531 KB 358/1267 KB 954/1710 KB 80 unit-oai-hss-0: 17:32:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install /80 KB 368/531 KB 358/1267 KB 954/1710 KB 80/80 KB 372/531 KB 358/1267 KB 954/1710 KB 80/80 KB 376/531 KB 358/1267 KB 954/1710 KB 80/80 KB 380/531 KB 358/1267 KB 954/1710 KB 80/80 KB 384/531 KB 362/1267 KB 954/1710 KB 80/80 KB 356/531 KB 354/1267 KB 954/1710 KB 80/80 KB 384/531 KB 362/1267 KB 958/1710 KB 80/80 KB 384/531 KB 362/1267 KB 962/1710 KB 80/80 KB 384/531 KB 362/1267 KB 966/1710 KB 80/80 KB 384/531 KB 362/1267 KB 970/1710 KB 384/531 KB 362/1267 KB 974/1710 KB 384/531 KB 362/1267 KB 978/1710 KB 384/531 KB 362/1267 KB 982/1710 KB 384/531 KB 362/1267 KB 986/1710 KB 80/80 KB 380/531 KB 362/1267 KB 954/1710 KB 388/531 KB 366/1267 KB 986/1710 KB 388/531 KB 370/1267 KB 986/1710 KB 388/531 KB 374/1267 KB 986/1710 KB 388/531 KB 378/1267 KB 986/1710 KB 388/531 KB 382/1267 KB 986/1710 KB 388/531 KB 362/1267 KB 986/1710 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 266.8 KB/sec) unit-abot-epc-basic-0: 17:32:07 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-oai-hss-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 392/531 KB 382/1267 KB 986/1710 KB 396/531 KB 382/1267 KB 986/1710 KB 400/531 KB 382/1267 KB 986/1710 KB 400/531 KB 386/1267 KB 986/1710 KB 404/531 KB 390/1267 KB 990/1710 KB 404/531 KB 394/1267 KB 990/1710 KB 404/531 KB 398/1267 KB 990/1710 KB 404/531 KB 386/1267 KB 990/1710 KB 408/531 KB 398/1267 KB 990/1710 KB 412/531 KB 398/1267 KB 990/1710 KB 416/531 KB 398/1267 KB 990/1710 KB 400/531 KB 386/1267 KB 990/1710 KB 416/531 KB 398/1267 KB 994/1710 KB 416/531 KB 398/1267 KB 998/1710 KB 416/531 KB 398/1267 KB 1002/1710 KB 420/531 KB 398/1267 KB 1006/1710 KB 420/531 KB 398/1267 KB 1010/1710 KB 420/531 KB 398/1267 KB 1014/1710 KB 420/531 KB 402/1267 KB 1014/1710 KB 420/531 KB 406/1267 KB 1014/1710 KB 420/531 KB 410/1267 KB 1014/1710 KB 420/531 KB 414/1267 KB 1014/1710 KB 420/531 KB 398/1267 KB 1002/1710 KB 4/1044 KB 420/531 KB 414/1267 KB 1014/1710 KB 8/1044 KB 4/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 12/1044 KB 4/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 16/1044 KB 4/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 4/1044 KB 4/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 16/1044 KB 8/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 16/1044 KB 12/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 16/1044 KB 16/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 16/1044 KB 20/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 16/1044 KB 24/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 16/1044 KB 28/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 16/1044 KB 32/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 20/1044 KB 36/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 20/1044 KB 40/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 20/1044 KB 44/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 20/1044 KB 48/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 20/1044 KB 32/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 24/1044 KB 48/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 28/1044 KB 48/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 32/1044 KB 48/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 36/1044 KB 48/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 40/1044 KB 52/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 44/1044 KB 52/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 48/1044 KB 52/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 36/1044 KB 52/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 48/1044 KB 56/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 52/1044 KB 56/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 52/1044 KB 60/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 52/1044 KB 61/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 56/1044 KB 61/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 60/1044 KB 61/61 KB 420/531 KB 414/1267 KB 1014/1710 KB 60/1044 KB 61/61 KB 424/531 KB 414/1267 KB 1014/1710 KB 60/1044 KB 61/61 KB 428/531 KB 414/1267 KB 1014/1710 KB 64/1044 KB 61/61 KB 428/531 KB 414/1267 KB 1014/1710 KB 64/1044 KB 61/61 KB 432/531 KB 414/1267 KB 1014/1710 KB 64/1044 KB 61/61 KB 432/531 KB 414/1267 KB 1018/1710 KB 64/1044 KB 61/61 KB 436/531 KB 414/1267 KB 1022/1710 KB 64/1044 KB 61/61 KB 436/531 KB 414/1267 KB 1026/1710 KB 64/1044 KB 61/61 KB 436/531 KB 414/1267 KB 1030/1710 KB 64/1044 KB 61/61 KB 436/531 KB 414/1267 KB 1034/1710 KB 68/1044 KB 61/61 KB 436/531 KB 418/1267 KB 1038/1710 KB 68/1044 KB 61/61 KB 436/531 KB 418/1267 KB 1042/1710 KB 68/1044 KB 61/61 KB 436/531 KB 418/1267 KB 1046/1710 KB 64/1044 KB 61/61 KB 436/531 KB 414/1267 KB 1018/1710 KB 68/1044 KB 61/61 KB 440/531 KB 418/1267 KB 1046/1710 KB 68/1044 KB 61/61 KB 436/531 KB 418/1267 KB 1034/1710 KB 68/1044 KB 61/61 KB 440/531 KB 422/1267 KB 1046/17 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 10 KB 68/1044 KB 61/61 KB 436/531 KB 414/1267 KB 1034/1710 KB 72/1044 KB 61/61 KB 440/531 KB 422/1267 KB 1046/1710 KB 76/1044 KB 61/61 KB 440/531 KB 422/1267 KB 1046/1710 KB 80/1044 KB 61/61 KB 440/531 KB 422/1267 KB 1046/1710 KB 80/1044 KB 61/61 KB 444/531 KB 426/1267 KB 1046/1710 KB 80/1044 KB 61/61 KB 448/531 KB 426/1267 KB 1046/1710 KB 80/1044 KB 61/61 KB 440/531 KB 426/1267 KB 1046/1710 KB 80/1044 KB 61/61 KB 448/531 KB 430/1267 KB 1046/1710 KB 84/1044 KB 61/61 KB 448/531 KB 430/1267 KB 1046/1710 KB 88/1044 KB 61/61 KB 452/531 KB 434/1267 KB 1046/1710 KB 84/1044 KB 61/61 KB 452/531 KB 434/1267 KB 1046/1710 KB 84/1044 KB 61/61 KB 452/531 KB 430/1267 KB 1046/1710 KB 92/1044 KB 61/61 KB 456/531 KB 438/1267 KB 1046/1710 KB 92/1044 KB 61/61 KB 456/531 KB 442/1267 KB 1046/1710 KB 92/1044 KB 61/61 KB 456/531 KB 446/1267 KB 1046/1710 KB 92/1044 KB 61/61 KB 456/531 KB 450/1267 KB 1046/1710 KB 92/1044 KB 61/61 KB 456/531 KB 454/1267 KB 1050/1710 KB 92/1044 KB 61/61 KB 456/531 KB 458/1267 KB 1050/1710 KB 92/1044 KB 61/61 KB 456/531 KB 462/1267 KB 1050/1710 KB 92/1044 KB 61/61 KB 456/531 KB 438/1267 KB 1046/1710 KB 96/1044 KB 61/61 KB 456/531 KB 462/1267 KB 1050/1710 KB 100/1044 KB 61/61 KB 456/531 KB 462/1267 KB 1050/1710 KB 104/1044 KB 61/61 KB 456/531 KB 462/1267 KB 1050/1710 KB 108/1044 KB 61/61 KB 456/531 KB 462/1267 KB 1050/1710 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 187.5 KB/sec) unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-oai-hss-0: 17:32:07 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 92/1044 KB 61/61 KB 456/531 KB 450/1267 KB 1050/1710 KB 112/1044 KB 456/531 KB 462/1267 KB 1054/1710 KB 112/1044 KB 456/531 KB 462/1267 KB 1058/1710 KB 112/1044 KB 456/531 KB 462/1267 KB 1062/1710 KB 92/1044 KB 61/61 KB 456/531 KB 442/1267 KB 1046/1710 KB 112/1044 KB 460/531 KB 462/1267 KB 1062/1710 KB 112/1044 KB 464/531 KB 462/1267 KB 1062/1710 KB 112/1044 KB 468/531 KB 462/1267 KB 1062/1710 KB 112/1044 KB 472/531 KB 462/1267 KB 1062/1710 KB 112/1044 KB 476/531 KB 462/1267 KB 1062/1710 KB 112/1044 KB 61/61 KB 456/531 KB 462/1267 KB 1050/1710 KB 112/1044 KB 476/531 KB 462/1267 KB 1066/1710 KB 116/1044 KB 480/531 KB 466/1267 KB 1070/1710 KB 116/1044 KB 480/531 KB 466/1267 KB 1074/1710 KB 116/1044 KB 480/531 KB 466/1267 KB 1078/1710 KB 112/1044 KB 480/531 KB 462/1267 KB 1066/1710 KB 116/1044 KB 484/531 KB 466/1267 KB 1078/1710 KB 116/1044 KB 488/531 KB 466/1267 KB 1078/1710 KB 116/1044 KB 492/531 KB 466/1267 KB 1078/1710 KB 116/1044 KB 496/531 KB 466/1267 KB 1078/1710 KB 116/1044 KB 500/531 KB 466/1267 KB 1078/1710 KB 116/1044 KB 504/531 KB 466/1267 KB 1082/1710 KB 116/1044 KB 508/531 KB 466/1267 KB 1082/1710 KB 116/1044 KB 512/531 KB 466/1267 KB 1082/1710 KB 116/1044 KB 480/531 KB 466/1267 KB 1066/1710 KB 120/1044 KB 512/531 KB 466/1267 KB 1082/1710 KB 124/1044 KB 512/531 KB 466/1267 KB 1082/1710 KB 128/1044 KB 512/531 KB 466/1267 KB 1082/1710 KB 112/1044 KB 480/531 KB 466/1267 KB 1066/1710 KB 128/1044 KB 512/531 KB 470/1267 KB 1082/1710 KB 128/1044 KB 512/531 KB 474/1267 KB 1082/1710 KB 132/1044 KB 512/531 KB 474/1267 KB 1082/1710 KB 116/1044 KB 500/531 KB 466/1267 KB 1082/1710 KB 132/1044 KB 512/531 KB 478/1267 KB 1082/1710 KB 132/1044 KB 512/531 KB 482/1267 KB 1082/1710 KB 136/1044 KB 512/531 KB 482/1267 KB 1086/1710 KB 140/1044 KB 512/531 KB 482/1267 KB 1086/1710 KB 144/1044 KB 512/531 KB 482/1267 KB 1086/1710 KB 132/1044 KB 512/531 KB 482/1267 KB 1086/1710 KB 144/1044 KB 512/531 KB 482/1267 KB 1090/1710 KB 144/1044 KB 512/531 KB 482/1267 KB 1094/1710 KB 144/1044 KB 512/531 KB 482/1267 KB 1098/1710 KB 148/1044 KB 516/531 KB 486/1267 KB 1102/1710 KB 148/1044 KB 516/531 KB 486/1267 KB 1106/1710 KB 148/1044 KB 516/531 KB 486/1267 KB 1110/1710 KB 144/1044 KB 512/531 KB 486/1267 KB 1098/1710 KB 148/1044 KB 516/531 KB 490/1267 KB 1110/1710 KB 148/1044 KB 516/531 KB 494/1267 KB 1110/1710 KB 148/1044 KB 516/531 KB 486/1267 KB 1098/1710 KB 148/1044 KB 520/531 KB 494/1267 KB 1110/1710 KB 148/1044 KB 524/531 KB 494/1267 KB 1110/1710 KB 148/1044 KB 512/531 KB 486/1267 KB 1098/1710 KB 152/1044 KB 524/531 KB 498/1267 KB 1110/1710 KB 156/1044 KB 524/531 KB 498/1267 KB 1110/1710 KB 160/1044 KB 524/531 KB 498/1267 KB 1110/1710 KB 164/1044 KB 528/531 KB 498/1267 KB 1110/1710 KB 168/1044 KB 528/531 KB 498/1267 KB 1114/1710 KB 172/1044 KB 528/531 KB 498/1267 KB 1114/1710 KB 148/1044 KB 524/531 KB 498/1267 KB 1110/1710 KB 172/1044 KB 528/531 KB 502/1267 KB 1114/1710 KB 172/1044 KB 528/531 KB 506/1267 KB 1114/1710 KB 172/1044 KB 528/531 KB 510/1267 KB 1114/1710 KB 172/1044 KB 528/531 KB 514/1267 KB 1114/1710 KB 172/1044 KB 528/531 KB 518/1267 KB 1114/1710 KB 172/1044 KB 528/531 KB 522/1267 KB 1114/1710 KB 164/1044 KB 528/531 KB 498/1267 KB 1114/1710 KB 176/1044 KB 528/531 KB 522/1267 KB 1118/1710 KB 176/1044 KB 528/531 KB 522/1267 KB 1122/1710 KB 176/1044 KB 528/531 KB 522/1267 KB 1126/1710 KB 176/1044 KB 528/531 KB 522/1267 KB 1130/1710 KB 176/1044 KB 528/531 KB 522/1267 KB 1114/1710 KB unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 176/1044 KB 528/531 KB 526/1267 KB 1130/1710 KB 180/1044 KB 528/531 KB 526/1267 KB 1134/1710 KB 184/1044 KB 528/531 KB 530/1267 KB 1134/1710 KB 188/1044 KB 528/531 KB 530/1267 KB 1134/1710 KB 176/1044 KB 528/531 KB 526/1267 KB 1134/1710 KB 192/1044 KB 528/531 KB 530/1267 KB 1138/1710 KB 192/1044 KB 528/531 KB 530/1267 KB 1142/1710 KB 180/1044 KB 528/531 KB 530/1267 KB 1134/1710 KB 192/1044 KB 528/531 KB 534/1267 KB 1142/1710 KB 192/1044 KB 528/531 KB 538/1267 KB 1142/1710 KB 192/1044 KB 528/531 KB 542/1267 KB 1142/1710 KB 192/1044 KB 528/531 KB 530/1267 KB 1142/1710 KB 192/1044 KB 528/531 KB 542/1267 KB 1146/1710 KB 196/1044 KB 528/531 KB 546/1267 KB 1150/1710 KB 196/1044 KB 528/531 KB 546/1267 KB 1154/1710 KB 196/1044 KB 528/531 KB 546/1267 KB 1146/1710 KB 200/1044 KB 528/531 KB 546/1267 KB 1154/1710 KB 192/1044 KB 528/531 KB 546/1267 KB 1146/1710 KB 200/1044 KB 528/531 KB 550/1267 KB 1158/1710 KB 200/1044 KB 528/531 KB 554/1267 KB 1158/1710 KB 204/1044 KB 528/531 KB 558/1267 KB 1158/1710 KB 200/1044 KB 528/531 KB 546/1267 KB 1158/1710 KB 204/1044 KB 528/531 KB 554/1267 KB 1158/1710 KB 208/1044 KB 528/531 KB 558/1267 KB 1158/1710 KB 212/1044 KB 528/531 KB 558/1267 KB 1158/1710 KB 216/1044 KB 528/531 KB 562/1267 KB 1162/1710 KB 212/1044 KB 528/531 KB 562/1267 KB 1162/1710 KB 220/1044 KB 528/531 KB 562/1267 KB 1166/1710 KB 220/1044 KB 528/531 KB 562/1267 KB 1170/1710 KB 220/1044 KB 528/531 KB 562/1267 KB 1174/1710 KB 212/1044 KB 528/531 KB 562/1267 KB 1158/1710 KB 160/1044 KB 528/531 KB 558/1267 KB 1158/1710 KB 220/1044 KB 531/531 KB 562/1267 KB 1174/1710 KB 220/1044 KB 531/531 KB 566/1267 KB 1174/1710 KB 220/1044 KB 528/531 KB 562/1267 KB 1174/1710 KB 224/1044 KB 531/531 KB 570/1267 KB 1174/1710 KB 220/1044 KB 531/531 KB 570/1267 KB 1174/1710 KB 228/1044 KB 531/531 KB 570/1267 KB 1178/1710 KB 224/1044 KB 531/531 KB 570/1267 KB 1178/1710 KB 228/1044 KB 531/531 KB 574/1267 KB 1182/1710 KB 228/1044 KB 531/531 KB 574/1267 KB 1178/1710 KB 232/1044 KB 531/531 KB 578/1267 KB 1182/1710 KB 232/1044 KB 531/531 KB 574/1267 KB 1182/1710 KB 236/1044 KB 531/531 KB 578/1267 KB 1186/1710 KB 240/1044 KB 531/531 KB 578/1267 KB 1186/1710 KB 232/1044 KB 531/531 KB 578/1267 KB 1186/1710 KB 240/1044 KB 531/531 KB 582/1267 KB 1186/1710 KB 240/1044 KB 531/531 KB 582/1267 KB 1190/1710 KB 244/1044 KB 531/531 KB 582/1267 KB 1190/1710 KB 248/1044 KB 531/531 KB 586/1267 KB 1194/1710 KB 252/1044 KB 531/531 KB 586/1267 KB 1194/1710 KB 256/1044 KB 531/531 KB 586/1267 KB 1194/1710 KB 244/1044 KB 531/531 KB 586/1267 KB 1194/1710 KB 256/1044 KB 531/531 KB 586/1267 KB 1198/1710 KB 256/1044 KB 531/531 KB 586/1267 KB 1202/1710 KB 256/1044 KB 531/531 KB 586/1267 KB 1206/1710 KB 244/1044 KB 531/531 KB 586/1267 KB 1190/1710 KB 256/1044 KB 531/531 KB 590/1267 KB 1206/1710 KB 256/1044 KB 531/531 KB 594/1267 KB 1206/1710 KB 256/1044 KB 531/531 KB 598/1267 KB 1206/1710 KB 256/1044 KB 531/531 KB 602/1267 KB 1206/1710 KB 4/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 8/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1481.3 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 12/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 16/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 20/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 24/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 28/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 32/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 36/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 40/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 44/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 48/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 52/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 56/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 60/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 64/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 68/1063 KB 256/1044 KB 602/1267 KB 1206/1710 KB 72/1063 KB 260/1044 KB 606/1267 KB 1210/1710 KB 68/1063 KB 260/1044 KB 606/1267 KB 1210/1710 KB 76/1063 KB 264/1044 KB 606/1267 KB 1210/1710 KB 76/1063 KB 268/1044 KB 606/1267 KB 1210/1710 KB 76/1063 KB 272/1044 KB 606/1267 KB 1210/1710 KB 68/1063 KB 256/1044 KB 606/1267 KB 1210/1710 KB 76/1063 KB 272/1044 KB 606/1267 KB 1214/1710 KB 76/1063 KB 272/1044 KB 606/1267 KB 1218/1710 KB 76/1063 KB 272/1044 KB 606/1267 KB 1222/1710 KB 68/1063 KB 256/1044 KB 606/1267 KB 1206/1710 KB 76/1063 KB 272/1044 KB 610/1267 KB 1222/1710 KB 76/1063 KB 272/1044 KB 614/1267 KB 1222/1710 KB 76/1063 KB 272/1044 KB 618/1267 KB 1222/1710 KB 76/1063 KB 276/1044 KB 622/1267 KB 1222/1710 KB 76/1063 KB 276/1044 KB 626/1267 KB 1226/1710 KB 76/1063 KB 260/1044 KB 606/1267 KB 1210/1710 KB 80/1063 KB 276/1044 KB 630/1267 KB 1226/1710 KB 84/1063 KB 276/1044 KB 630/1267 KB 1226/1710 KB 88/1063 KB 276/1044 KB 630/1267 KB 1226/1710 KB 92/1063 KB 276/1044 KB 630/1267 KB 1226/1710 KB 76/1063 KB 276/1044 KB 622/1267 KB 1226/1710 KB 92/1063 KB 276/1044 KB 630/1267 KB 1230/1710 KB 92/1063 KB 276/1044 KB 630/1267 KB 1234/1710 KB 92/1063 KB 276/1044 KB 630/1267 KB 1238/1710 KB 76/1063 KB 276/1044 KB 618/1267 KB 1222/1710 KB 92/1063 KB 280/1044 KB 630/1267 KB 1238/1710 KB 92/1063 KB 284/1044 KB 630/1267 KB 1238/1710 KB 92/1063 KB 288/1044 KB 630/1267 KB 1238/1710 KB 76/1063 KB 276/1044 KB 630/1267 KB 1226/1710 KB 92/1063 KB 288/1044 KB 634/1267 KB 1238/1710 KB 96/1063 KB 288/1044 KB 638/1267 KB 1242/1710 KB 96/1063 KB 288/1044 KB 642/1267 KB 1242/1710 KB 96/1063 KB 288/1044 KB 634/1267 KB 1242/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 4/713 KB 1246/1710 KB 96/1063 KB 288/1044 KB 634/1267 KB 1238/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 4/713 KB 1242/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 8/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 12/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 16/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 20/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 24/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 28/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 32/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 36/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 40/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 44/713 KB 1246/1710 KB 100/1063 KB 292/1044 KB 642/1267 KB 48/713 KB 1246/1710 KB 96/1063 KB 292/1044 KB 642/1267 KB 1242/1710 KB 100/1063 KB 296/1044 KB 642/1267 KB 48/713 KB 1246/1710 KB 100/1063 KB 300/1044 KB 642/1267 KB 48/713 KB 1246/1710 KB 100/1063 KB 304/1044 KB 642/1267 KB 52/713 KB 1250/1710 KB 100/1063 KB 308/1044 KB 646/1267 KB 52/713 KB 1250/1710 KB 100/1063 KB 312/1044 KB 646/1267 KB 52/713 KB 1250/1710 KB 1 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 00/1063 KB 316/1044 KB 646/1267 KB 52/713 KB 1250/1710 KB 100/1063 KB 320/1044 KB 646/1267 KB 52/713 KB 1250/1710 KB 100/1063 KB 292/1044 KB 642/1267 KB 44/713 KB 1246/1710 KB 104/1063 KB 320/1044 KB 646/1267 KB 52/713 KB 1250/1710 KB 108/1063 KB 320/1044 KB 646/1267 KB 52/713 KB 1250/1710 KB 112/1063 KB 320/1044 KB 646/1267 KB 52/713 KB 1250/1710 KB 100/1063 KB 304/1044 KB 646/1267 KB 52/713 KB 1250/1710 KB 100/1063 KB 300/1044 KB 642/1267 KB 52/713 KB 1250/1710 KB 112/1063 KB 320/1044 KB 646/1267 KB 52/713 KB 1254/1710 KB 112/1063 KB 320/1044 KB 650/1267 KB 52/713 KB 1254/1710 KB 112/1063 KB 320/1044 KB 654/1267 KB 52/713 KB 1254/1710 KB 112/1063 KB 320/1044 KB 654/1267 KB 52/713 KB 1258/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 52/713 KB 1262/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 52/713 KB 1266/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 52/713 KB 1270/1710 KB 100/1063 KB 300/1044 KB 642/1267 KB 52/713 KB 1246/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 56/713 KB 1270/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 60/713 KB 1270/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 64/713 KB 1270/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 68/713 KB 1270/1710 KB 116/1063 KB 324/1044 KB 658/1267 KB 72/713 KB 1274/1710 KB 116/1063 KB 324/1044 KB 658/1267 KB 76/713 KB 1274/1710 KB 116/1063 KB 324/1044 KB 658/1267 KB 80/713 KB 1274/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 52/713 KB 1258/1710 KB 120/1063 KB 324/1044 KB 658/1267 KB 80/713 KB 1274/1710 KB 124/1063 KB 324/1044 KB 658/1267 KB 80/713 KB 1274/1710 KB 112/1063 KB 320/1044 KB 658/1267 KB 52/713 KB 1258/1710 KB 124/1063 KB 324/1044 KB 662/1267 KB 80/713 KB 1274/1710 KB 124/1063 KB 324/1044 KB 666/1267 KB 80/713 KB 1274/1710 KB 124/1063 KB 324/1044 KB 670/1267 KB 80/713 KB 1274/1710 KB 124/1063 KB 324/1044 KB 674/1267 KB 80/713 KB 1274/1710 KB 128/1063 KB 324/1044 KB 678/1267 KB 80/713 KB 1274/1710 KB 128/1063 KB 324/1044 KB 682/1267 KB 80/713 KB 1274/1710 KB 128/1063 KB 324/1044 KB 686/1267 KB 80/713 KB 1274/1710 KB 116/1063 KB 324/1044 KB 658/1267 KB 68/713 KB 1274/1710 KB 116/1063 KB 320/1044 KB 658/1267 KB 68/713 KB 1274/1710 KB 128/1063 KB 328/1044 KB 686/1267 KB 80/713 KB 1278/1710 KB 128/1063 KB 328/1044 KB 686/1267 KB 80/713 KB 1282/1710 KB 128/1063 KB 328/1044 KB 686/1267 KB 80/713 KB 1286/1710 KB 128/1063 KB 324/1044 KB 674/1267 KB 80/713 KB 1274/1710 KB 128/1063 KB 328/1044 KB 686/1267 KB 80/713 KB 1274/1710 KB 128/1063 KB 332/1044 KB 686/1267 KB 80/713 KB 1286/1710 KB 128/1063 KB 336/1044 KB 686/1267 KB 80/713 KB 1286/1710 KB 128/1063 KB 340/1044 KB 686/1267 KB 80/713 KB 1286/1710 KB 132/1063 KB 344/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 132/1063 KB 348/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 132/1063 KB 352/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 132/1063 KB 340/1044 KB 686/1267 KB 80/713 KB 1286/1710 KB 136/1063 KB 352/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 140/1063 KB 352/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 144/1063 KB 352/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 148/1063 KB 352/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 152/1063 KB 356/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 156/1063 KB 356/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 160/1063 KB 356/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 164/1063 KB 356/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 132/1063 KB 340/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 168/1063 KB 356/1044 KB 694/1267 KB 84/713 KB 1290/1710 KB 132/1063 KB 340/1044 KB 686/1267 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install KB 84/713 KB 1290/1710 KB 168/1063 KB 356/1044 KB 694/1267 KB 88/713 KB 1290/1710 KB 168/1063 KB 356/1044 KB 694/1267 KB 92/713 KB 1290/1710 KB 132/1063 KB 340/1044 KB 686/1267 KB 80/713 KB 1290/1710 KB 168/1063 KB 356/1044 KB 694/1267 KB 92/713 KB 1294/1710 KB 168/1063 KB 356/1044 KB 694/1267 KB 92/713 KB 1298/1710 KB 168/1063 KB 356/1044 KB 694/1267 KB 92/713 KB 1302/1710 KB 168/1063 KB 356/1044 KB 694/1267 KB 96/713 KB 1302/1710 KB 168/1063 KB 356/1044 KB 694/1267 KB 96/713 KB 1306/1710 KB 168/1063 KB 356/1044 KB 698/1267 KB 100/713 KB 1310/1710 KB 168/1063 KB 356/1044 KB 698/1267 KB 100/713 KB 1314/1710 KB 168/1063 KB 356/1044 KB 698/1267 KB 100/713 KB 1318/1710 KB 148/1063 KB 356/1044 KB 690/1267 KB 84/713 KB 1290/1710 KB 168/1063 KB 360/1044 KB 698/1267 KB 100/713 KB 1318/1710 KB 168/1063 KB 364/1044 KB 698/1267 KB 100/713 KB 1318/1710 KB 168/1063 KB 368/1044 KB 698/1267 KB 100/713 KB 1318/1710 KB 168/1063 KB 372/1044 KB 698/1267 KB 100/713 KB 1318/1710 KB 168/1063 KB 376/1044 KB 698/1267 KB 100/713 KB 1322/1710 KB 168/1063 KB 380/1044 KB 698/1267 KB 100/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 698/1267 KB 100/713 KB 1322/1710 KB 168/1063 KB 356/1044 KB 698/1267 KB 100/713 KB 1306/1710 KB 168/1063 KB 384/1044 KB 698/1267 KB 104/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 698/1267 KB 108/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 698/1267 KB 112/713 KB 1322/1710 KB 168/1063 KB 356/1044 KB 698/1267 KB 96/713 KB 1306/1710 KB 168/1063 KB 384/1044 KB 702/1267 KB 112/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 706/1267 KB 112/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 710/1267 KB 112/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 714/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 718/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 722/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 726/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 730/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 734/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 388/1044 KB 738/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 388/1044 KB 742/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 388/1044 KB 746/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 372/1044 KB 698/1267 KB 100/713 KB 1322/1710 KB 168/1063 KB 372/1044 KB 698/1267 KB 100/713 KB 1318/1710 KB 172/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1322/1710 KB 176/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1322/1710 KB 180/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1322/1710 KB 184/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1326/1710 KB 188/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1326/1710 KB 192/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1326/1710 KB 196/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1326/1710 KB 200/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1326/1710 KB 204/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1326/1710 KB 208/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1326/1710 KB 212/1063 KB 388/1044 KB 754/1267 KB 116/713 KB 1326/1710 KB 216/1063 KB 388/1044 KB 754/1267 KB 116/713 KB 1326/1710 KB 220/1063 KB 388/1044 KB 754/1267 KB 116/713 KB 1326/1710 KB 224/1063 KB 388/1044 KB 754/1267 KB 116/713 KB 1326/1710 KB 168/1063 KB 388/1044 KB 734/1267 KB 116/713 KB 1322/1710 KB 168/1063 KB 384/1044 KB 710/1267 KB 116/713 KB 1322/1710 KB 224/1063 KB 388/1044 KB 754/1267 KB 120/713 KB 1326/1710 KB 224/1063 KB 388/1044 KB 754/1267 KB 124/713 KB 1326/1710 KB 224/1063 KB 388/1044 KB unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 754/1267 KB 128/713 KB 1326/1710 KB 224/1063 KB 388/1044 KB 754/1267 KB 132/713 KB 1326/1710 KB 224/1063 KB 388/1044 KB 754/1267 KB 136/713 KB 1326/1710 KB 224/1063 KB 388/1044 KB 754/1267 KB 140/713 KB 1326/1710 KB 224/1063 KB 388/1044 KB 754/1267 KB 144/713 KB 1326/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 148/713 KB 1326/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 152/713 KB 1326/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 156/713 KB 1326/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 160/713 KB 1326/1710 KB 208/1063 KB 388/1044 KB 754/1267 KB 116/713 KB 1326/1710 KB 180/1063 KB 388/1044 KB 750/1267 KB 116/713 KB 1326/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 160/713 KB 1330/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 160/713 KB 1334/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 160/713 KB 1338/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 160/713 KB 1342/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 160/713 KB 1346/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 160/713 KB 1350/1710 KB 224/1063 KB 392/1044 KB 754/1267 KB 144/713 KB 1326/1710 KB 224/1063 KB 396/1044 KB 754/1267 KB 160/713 KB 1350/1710 KB 224/1063 KB 400/1044 KB 754/1267 KB 160/713 KB 1354/1710 KB 224/1063 KB 404/1044 KB 754/1267 KB 160/713 KB 1354/1710 KB 224/1063 KB 408/1044 KB 754/1267 KB 160/713 KB 1354/1710 KB 224/1063 KB 412/1044 KB 758/1267 KB 164/713 KB 1354/1710 KB 224/1063 KB 416/1044 KB 758/1267 KB 164/713 KB 1354/1710 KB 224/1063 KB 396/1044 KB 754/1267 KB 160/713 KB 1354/1710 KB 224/1063 KB 416/1044 KB 758/1267 KB 164/713 KB 1358/1710 KB 224/1063 KB 416/1044 KB 758/1267 KB 164/713 KB 1362/1710 KB 224/1063 KB 416/1044 KB 758/1267 KB 164/713 KB 1366/1710 KB 224/1063 KB 416/1044 KB 758/1267 KB 164/713 KB 1370/1710 KB 228/1063 KB 420/1044 KB 758/1267 KB 164/713 KB 1374/1710 KB 224/1063 KB 408/1044 KB 758/1267 KB 164/713 KB 1354/1710 KB 228/1063 KB 420/1044 KB 758/1267 KB 168/713 KB 1378/1710 KB 228/1063 KB 420/1044 KB 758/1267 KB 172/713 KB 1378/1710 KB 228/1063 KB 420/1044 KB 758/1267 KB 176/713 KB 1378/1710 KB 224/1063 KB 408/1044 KB 758/1267 KB 160/713 KB 1354/1710 KB 228/1063 KB 420/1044 KB 762/1267 KB 176/713 KB 1378/1710 KB 228/1063 KB 420/1044 KB 766/1267 KB 176/713 KB 1378/1710 KB 228/1063 KB 420/1044 KB 770/1267 KB 176/713 KB 1378/1710 KB 228/1063 KB 420/1044 KB 758/1267 KB 176/713 KB 1378/1710 KB 228/1063 KB 420/1044 KB 770/1267 KB 176/713 KB 1382/1710 KB 228/1063 KB 420/1044 KB 758/1267 KB 164/713 KB 1370/1710 KB 232/1063 KB 420/1044 KB 770/1267 KB 176/713 KB 1382/1710 KB 224/1063 KB 420/1044 KB 758/1267 KB 164/713 KB 1370/1710 KB 232/1063 KB 424/1044 KB 774/1267 KB 176/713 KB 1382/1710 KB 236/1063 KB 428/1044 KB 774/1267 KB 180/713 KB 1386/1710 KB 236/1063 KB 432/1044 KB 774/1267 KB 180/713 KB 1386/1710 KB 232/1063 KB 420/1044 KB 774/1267 KB 176/713 KB 1382/1710 KB 236/1063 KB 432/1044 KB 778/1267 KB 180/713 KB 1386/1710 KB 236/1063 KB 432/1044 KB 782/1267 KB 180/713 KB 1386/1710 KB 236/1063 KB 436/1044 KB 782/1267 KB 180/713 KB 1386/1710 KB 236/1063 KB 440/1044 KB 786/1267 KB 180/713 KB 1386/1710 KB 236/1063 KB 424/1044 KB 774/1267 KB 180/713 KB 1386/1710 KB 236/1063 KB 440/1044 KB 786/1267 KB 184/713 KB 1386/1710 KB 236/1063 KB 440/1044 KB 786/1267 KB 188/713 KB 1386/1710 KB 236/1063 KB 440/1044 KB 786/1267 KB 192/713 KB 1386/1710 KB 236/1063 KB 424/1044 KB 774/1267 KB 176/713 KB 1386/1710 KB 236/1063 KB 424/1044 KB 774/1267 KB 176/713 KB 1382/1710 KB 240/1063 KB 440/1044 KB 786/1267 KB 192/713 KB 1390/1710 KB 244/ unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 1063 KB 440/1044 KB 786/1267 KB 192/713 KB 1390/1710 KB 248/1063 KB 440/1044 KB 786/1267 KB 192/713 KB 1390/1710 KB 252/1063 KB 440/1044 KB 786/1267 KB 196/713 KB 1390/1710 KB 236/1063 KB 436/1044 KB 786/1267 KB 180/713 KB 1386/1710 KB 252/1063 KB 444/1044 KB 790/1267 KB 196/713 KB 1390/1710 KB 252/1063 KB 444/1044 KB 794/1267 KB 196/713 KB 1390/1710 KB 252/1063 KB 444/1044 KB 798/1267 KB 196/713 KB 1390/1710 KB 252/1063 KB 444/1044 KB 786/1267 KB 196/713 KB 1390/1710 KB 256/1063 KB 448/1044 KB 798/1267 KB 196/713 KB 1390/1710 KB 256/1063 KB 452/1044 KB 798/1267 KB 196/713 KB 1390/1710 KB 256/1063 KB 456/1044 KB 802/1267 KB 196/713 KB 1390/1710 KB 256/1063 KB 460/1044 KB 802/1267 KB 196/713 KB 1390/1710 KB 256/1063 KB 464/1044 KB 802/1267 KB 196/713 KB 1390/1710 KB 248/1063 KB 440/1044 KB 786/1267 KB 196/713 KB 1390/1710 KB 256/1063 KB 464/1044 KB 802/1267 KB 200/713 KB 1390/1710 KB 256/1063 KB 464/1044 KB 802/1267 KB 204/713 KB 1390/1710 KB 256/1063 KB 464/1044 KB 802/1267 KB 208/713 KB 1390/1710 KB 256/1063 KB 464/1044 KB 802/1267 KB 212/713 KB 1390/1710 KB 236/1063 KB 440/1044 KB 786/1267 KB 192/713 KB 1390/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 212/713 KB 1394/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 212/713 KB 1398/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 212/713 KB 1402/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 212/713 KB 1406/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 212/713 KB 1410/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 212/713 KB 1414/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 212/713 KB 1418/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 216/713 KB 1422/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 216/713 KB 1426/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 216/713 KB 1430/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 212/713 KB 1390/1710 KB 256/1063 KB 472/1044 KB 802/1267 KB 216/713 KB 1430/1710 KB 256/1063 KB 476/1044 KB 802/1267 KB 216/713 KB 1430/1710 KB 256/1063 KB 480/1044 KB 802/1267 KB 216/713 KB 1430/1710 KB 256/1063 KB 484/1044 KB 802/1267 KB 216/713 KB 1430/1710 KB 256/1063 KB 452/1044 KB 802/1267 KB 196/713 KB 1390/1710 KB 256/1063 KB 484/1044 KB 806/1267 KB 216/713 KB 1434/1710 KB 256/1063 KB 484/1044 KB 810/1267 KB 216/713 KB 1434/1710 KB 256/1063 KB 484/1044 KB 814/1267 KB 216/713 KB 1434/1710 KB 256/1063 KB 444/1044 KB 798/1267 KB 196/713 KB 1390/1710 KB 260/1063 KB 484/1044 KB 814/1267 KB 216/713 KB 1434/1710 KB 264/1063 KB 484/1044 KB 814/1267 KB 216/713 KB 1434/1710 KB 268/1063 KB 484/1044 KB 814/1267 KB 216/713 KB 1434/1710 KB 272/1063 KB 484/1044 KB 814/1267 KB 216/713 KB 1434/1710 KB 276/1063 KB 484/1044 KB 814/1267 KB 216/713 KB 1434/1710 KB 280/1063 KB 484/1044 KB 814/1267 KB 216/713 KB 1434/1710 KB 284/1063 KB 484/1044 KB 814/1267 KB 216/713 KB 1434/1710 KB 288/1063 KB 484/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 292/1063 KB 484/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 296/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 300/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 304/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 308/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 312/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 316/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 256/1063 KB 484/1044 KB 802/1267 KB 216/713 KB 1434/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1438/1710 KB 256/1063 KB 468/1044 KB 802/1267 KB 216/713 KB unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 1418/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 220/713 KB 1438/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 224/713 KB 1438/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 228/713 KB 1438/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 232/713 KB 1438/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 236/713 KB 1438/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 240/713 KB 1438/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 244/713 KB 1438/1710 KB 292/1063 KB 488/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 320/1063 KB 492/1044 KB 818/1267 KB 244/713 KB 1442/1710 KB 320/1063 KB 496/1044 KB 818/1267 KB 244/713 KB 1442/1710 KB 284/1063 KB 484/1044 KB 818/1267 KB 216/713 KB 1434/1710 KB 320/1063 KB 496/1044 KB 822/1267 KB 244/713 KB 1442/1710 KB 320/1063 KB 496/1044 KB 826/1267 KB 244/713 KB 1442/1710 KB 320/1063 KB 496/1044 KB 830/1267 KB 244/713 KB 1442/1710 KB 320/1063 KB 496/1044 KB 834/1267 KB 244/713 KB 1442/1710 KB 320/1063 KB 496/1044 KB 838/1267 KB 244/713 KB 1442/1710 KB 320/1063 KB 496/1044 KB 842/1267 KB 244/713 KB 1442/1710 KB 320/1063 KB 496/1044 KB 846/1267 KB 244/713 KB 1442/1710 KB 320/1063 KB 496/1044 KB 850/1267 KB 248/713 KB 1442/1710 KB 320/1063 KB 500/1044 KB 854/1267 KB 248/713 KB 1442/1710 KB 320/1063 KB 500/1044 KB 858/1267 KB 248/713 KB 1442/1710 KB 320/1063 KB 500/1044 KB 862/1267 KB 248/713 KB 1442/1710 KB 320/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1442/1710 KB 320/1063 KB 488/1044 KB 818/1267 KB 244/713 KB 1442/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1446/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1450/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1454/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1458/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1462/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1466/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1470/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1474/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1478/1710 KB 324/1063 KB 500/1044 KB 866/1267 KB 248/713 KB 1442/1710 KB 328/1063 KB 500/1044 KB 870/1267 KB 248/713 KB 1478/1710 KB 332/1063 KB 500/1044 KB 870/1267 KB 248/713 KB 1478/1710 KB 336/1063 KB 500/1044 KB 870/1267 KB 248/713 KB 1478/1710 KB 320/1063 KB 500/1044 KB 850/1267 KB 248/713 KB 1442/1710 KB 336/1063 KB 504/1044 KB 870/1267 KB 248/713 KB 1478/1710 KB 336/1063 KB 508/1044 KB 870/1267 KB 248/713 KB 1478/1710 KB 336/1063 KB 512/1044 KB 870/1267 KB 248/713 KB 1478/1710 KB 320/1063 KB 496/1044 KB 846/1267 KB 248/713 KB 1442/1710 KB 336/1063 KB 512/1044 KB 870/1267 KB 252/713 KB 1478/1710 KB 336/1063 KB 512/1044 KB 870/1267 KB 256/713 KB 1478/1710 KB 336/1063 KB 512/1044 KB 870/1267 KB 260/713 KB 1478/1710 KB 336/1063 KB 512/1044 KB 870/1267 KB 264/713 KB 1478/1710 KB 336/1063 KB 512/1044 KB 870/1267 KB 268/713 KB 1478/1710 KB 336/1063 KB 512/1044 KB 870/1267 KB 272/713 KB 1478/1710 KB 336/1063 KB 512/1044 KB 870/1267 KB 276/713 KB 1478/1710 KB 336/1063 KB 516/1044 KB 870/1267 KB 280/713 KB 1478/1710 KB 336/1063 KB 516/1044 KB 870/1267 KB 284/713 KB 1482/1710 KB 336/1063 KB 516/1044 KB 870/1267 KB 288/713 KB 1482/1710 KB 336/1063 KB 516/1044 KB 870/1267 KB 292/713 KB 1482/1710 KB 340/1063 KB 516/1044 KB 870/1267 KB 296/713 KB 1482/1710 KB 340/1063 KB 516/1044 KB 870/1267 KB 300/713 KB 1482/1710 KB 340/1063 KB 516/1044 KB 870/1267 KB 304/713 KB 1482/1710 KB 324/1063 KB 500/1044 KB 870/1267 KB 248/713 KB 1478/1710 KB 340/1063 KB 516/1044 KB 874 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install /1267 KB 304/713 KB 1482/1710 KB 340/1063 KB 516/1044 KB 878/1267 KB 304/713 KB 1482/1710 KB 340/1063 KB 516/1044 KB 882/1267 KB 304/713 KB 1482/1710 KB 340/1063 KB 516/1044 KB 886/1267 KB 304/713 KB 1482/1710 KB 340/1063 KB 516/1044 KB 870/1267 KB 292/713 KB 1482/1710 KB 336/1063 KB 516/1044 KB 870/1267 KB 280/713 KB 1482/1710 KB 340/1063 KB 516/1044 KB 886/1267 KB 304/713 KB 1486/1710 KB 340/1063 KB 516/1044 KB 886/1267 KB 304/713 KB 1490/1710 KB 336/1063 KB 516/1044 KB 870/1267 KB 276/713 KB 1478/1710 KB 344/1063 KB 520/1044 KB 886/1267 KB 304/713 KB 1490/1710 KB 344/1063 KB 524/1044 KB 886/1267 KB 304/713 KB 1490/1710 KB 344/1063 KB 528/1044 KB 886/1267 KB 304/713 KB 1490/1710 KB 344/1063 KB 532/1044 KB 886/1267 KB 304/713 KB 1490/1710 KB 344/1063 KB 536/1044 KB 886/1267 KB 304/713 KB 1490/1710 KB 344/1063 KB 540/1044 KB 886/1267 KB 304/713 KB 1490/1710 KB 344/1063 KB 516/1044 KB 886/1267 KB 304/713 KB 1490/1710 KB 344/1063 KB 544/1044 KB 886/1267 KB 304/713 KB 1494/1710 KB 344/1063 KB 540/1044 KB 886/1267 KB 304/713 KB 1494/1710 KB 348/1063 KB 548/1044 KB 886/1267 KB 304/713 KB 1494/1710 KB 348/1063 KB 552/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 348/1063 KB 556/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 348/1063 KB 560/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 348/1063 KB 544/1044 KB 886/1267 KB 304/713 KB 1494/1710 KB 352/1063 KB 560/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 356/1063 KB 560/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 360/1063 KB 560/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 364/1063 KB 560/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 368/1063 KB 560/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 372/1063 KB 560/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 376/1063 KB 564/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 380/1063 KB 564/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 348/1063 KB 548/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 890/1267 KB 312/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 890/1267 KB 316/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 890/1267 KB 320/713 KB 1498/1710 KB 348/1063 KB 548/1044 KB 890/1267 KB 304/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 894/1267 KB 320/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 898/1267 KB 320/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 902/1267 KB 320/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 906/1267 KB 320/713 KB 1498/1710 KB 348/1063 KB 548/1044 KB 886/1267 KB 304/713 KB 1498/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 320/713 KB 1502/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 320/713 KB 1506/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 320/713 KB 1510/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 320/713 KB 1514/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 324/713 KB 1518/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 324/713 KB 1522/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 324/713 KB 1526/1710 KB 372/1063 KB 564/1044 KB 890/1267 KB 308/713 KB 1498/1710 KB 384/1063 KB 568/1044 KB 910/1267 KB 324/713 KB 1526/1710 KB 384/1063 KB 572/1044 KB 910/1267 KB 324/713 KB 1526/1710 KB 384/1063 KB 576/1044 KB 910/1267 KB 324/713 KB 1526/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 324/713 KB 1514/1710 KB 384/1063 KB 576/1044 KB 910/1267 KB 328/713 KB 1526/1710 KB 384/1063 KB 580/1044 KB 910/1267 KB 332/713 KB 1526/1710 KB 388/1063 KB 580/1044 KB 910/1267 KB 336/713 KB 1530/1710 KB 384/1063 KB 564/1044 KB 910/1267 KB 320/713 KB 1514/1710 KB 388/1063 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install KB 580/1044 KB 914/1267 KB 336/713 KB 1530/1710 KB 388/1063 KB 580/1044 KB 918/1267 KB 336/713 KB 1530/1710 KB 388/1063 KB 580/1044 KB 922/1267 KB 336/713 KB 1530/1710 KB 388/1063 KB 580/1044 KB 926/1267 KB 336/713 KB 1530/1710 KB 388/1063 KB 580/1044 KB 910/1267 KB 332/713 KB 1530/1710 KB 388/1063 KB 580/1044 KB 926/1267 KB 340/713 KB 1534/1710 KB 388/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1538/1710 KB 388/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1542/1710 KB 388/1063 KB 580/1044 KB 910/1267 KB 332/713 KB 1526/1710 KB 392/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1542/1710 KB 396/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1542/1710 KB 400/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1542/1710 KB 404/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1542/1710 KB 408/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 412/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 416/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 384/1063 KB 580/1044 KB 910/1267 KB 328/713 KB 1526/1710 KB 416/1063 KB 584/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 416/1063 KB 588/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 416/1063 KB 592/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 416/1063 KB 596/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 416/1063 KB 600/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 416/1063 KB 604/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 416/1063 KB 608/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 416/1063 KB 612/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 420/1063 KB 616/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 420/1063 KB 620/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 404/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 420/1063 KB 624/1044 KB 930/1267 KB 340/713 KB 1550/1710 KB 420/1063 KB 624/1044 KB 930/1267 KB 340/713 KB 1554/1710 KB 420/1063 KB 624/1044 KB 930/1267 KB 340/713 KB 1558/1710 KB 388/1063 KB 580/1044 KB 930/1267 KB 340/713 KB 1534/1710 KB 388/1063 KB 580/1044 KB 926/1267 KB 340/713 KB 1530/1710 KB 420/1063 KB 624/1044 KB 934/1267 KB 344/713 KB 1558/1710 KB 420/1063 KB 624/1044 KB 934/1267 KB 348/713 KB 1558/1710 KB 420/1063 KB 624/1044 KB 934/1267 KB 352/713 KB 1558/1710 KB 420/1063 KB 624/1044 KB 934/1267 KB 352/713 KB 1558/1710 KB 420/1063 KB 624/1044 KB 938/1267 KB 352/713 KB 1558/1710 KB 420/1063 KB 624/1044 KB 942/1267 KB 352/713 KB 1558/1710 KB 420/1063 KB 624/1044 KB 946/1267 KB 352/713 KB 1558/1710 KB 420/1063 KB 624/1044 KB 950/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 624/1044 KB 954/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 624/1044 KB 958/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 624/1044 KB 962/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 624/1044 KB 966/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 624/1044 KB 970/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 624/1044 KB 974/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 612/1044 KB 930/1267 KB 340/713 KB 1546/1710 KB 424/1063 KB 624/1044 KB 974/1267 KB 356/713 KB 1562/1710 KB 428/1063 KB 624/1044 KB 974/1267 KB 356/713 KB 1562/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 624/1044 KB 962/1267 KB 356/713 KB 1562/1710 KB 420/1063 KB 624/1044 KB 946/1267 KB 356/713 KB 1562/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 356/713 KB 1566/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 356/713 KB 1570/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 356/713 KB 1574/1710 KB 420/1063 KB 624/1044 KB 946/1267 KB 356/713 KB 1558/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 360/713 KB 157 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 4/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 364/713 KB 1574/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 368/713 KB 1574/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 372/713 KB 1574/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 376/713 KB 1574/1710 KB 432/1063 KB 624/1044 KB 974/1267 KB 380/713 KB 1574/1710 KB 432/1063 KB 628/1044 KB 974/1267 KB 384/713 KB 1574/1710 KB 432/1063 KB 628/1044 KB 974/1267 KB 388/713 KB 1578/1710 KB 436/1063 KB 628/1044 KB 978/1267 KB 392/713 KB 1578/1710 KB 436/1063 KB 628/1044 KB 978/1267 KB 396/713 KB 1578/1710 KB 432/1063 KB 628/1044 KB 974/1267 KB 380/713 KB 1574/1710 KB 436/1063 KB 632/1044 KB 978/1267 KB 400/713 KB 1578/1710 KB 436/1063 KB 636/1044 KB 978/1267 KB 400/713 KB 1578/1710 KB 436/1063 KB 640/1044 KB 978/1267 KB 400/713 KB 1578/1710 KB 436/1063 KB 628/1044 KB 978/1267 KB 388/713 KB 1578/1710 KB 436/1063 KB 640/1044 KB 982/1267 KB 400/713 KB 1578/1710 KB 436/1063 KB 640/1044 KB 986/1267 KB 400/713 KB 1578/1710 KB 436/1063 KB 640/1044 KB 990/1267 KB 400/713 KB 1578/1710 KB 436/1063 KB 640/1044 KB 994/1267 KB 400/713 KB 1578/1710 KB 436/1063 KB 644/1044 KB 998/1267 KB 400/713 KB 1578/1710 KB 436/1063 KB 628/1044 KB 974/1267 KB 388/713 KB 1578/1710 KB 440/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1578/1710 KB 444/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1578/1710 KB 448/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1578/1710 KB 432/1063 KB 628/1044 KB 974/1267 KB 384/713 KB 1578/1710 KB 448/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1582/1710 KB 448/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1586/1710 KB 448/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1590/1710 KB 448/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1594/1710 KB 452/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1598/1710 KB 436/1063 KB 644/1044 KB 994/1267 KB 400/713 KB 1578/1710 KB 452/1063 KB 648/1044 KB 1002/1267 KB 400/713 KB 1598/1710 KB 436/1063 KB 640/1044 KB 982/1267 KB 400/713 KB 1578/1710 KB 452/1063 KB 648/1044 KB 1002/1267 KB 404/713 KB 1602/1710 KB 452/1063 KB 648/1044 KB 1002/1267 KB 408/713 KB 1602/1710 KB 452/1063 KB 652/1044 KB 1002/1267 KB 412/713 KB 1602/1710 KB 452/1063 KB 652/1044 KB 1002/1267 KB 416/713 KB 1602/1710 KB 452/1063 KB 648/1044 KB 1002/1267 KB 400/713 KB 1602/1710 KB 452/1063 KB 652/1044 KB 1002/1267 KB 416/713 KB 1606/1710 KB 452/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1594/1710 KB 456/1063 KB 652/1044 KB 1002/1267 KB 416/713 KB 1606/1710 KB 460/1063 KB 652/1044 KB 1002/1267 KB 416/713 KB 1606/1710 KB 464/1063 KB 652/1044 KB 1002/1267 KB 416/713 KB 1606/1710 KB 452/1063 KB 652/1044 KB 1002/1267 KB 408/713 KB 1602/1710 KB 464/1063 KB 656/1044 KB 1002/1267 KB 416/713 KB 1606/1710 KB 464/1063 KB 656/1044 KB 1002/1267 KB 416/713 KB 1610/1710 KB 468/1063 KB 660/1044 KB 1002/1267 KB 420/713 KB 1614/1710 KB 468/1063 KB 660/1044 KB 1002/1267 KB 420/713 KB 1618/1710 KB 468/1063 KB 660/1044 KB 1002/1267 KB 420/713 KB 1622/1710 KB 436/1063 KB 644/1044 KB 1002/1267 KB 400/713 KB 1578/1710 KB 468/1063 KB 660/1044 KB 1006/1267 KB 420/713 KB 1622/1710 KB 464/1063 KB 660/1044 KB 1002/1267 KB 416/713 KB 1610/1710 KB 468/1063 KB 664/1044 KB 1006/1267 KB 420/713 KB 1622/1710 KB 468/1063 KB 668/1044 KB 1006/1267 KB 420/713 KB 1622/1710 KB 468/1063 KB 672/1044 KB 1006/1267 KB 420/713 KB 1622/1710 KB 468/1063 KB 660/1044 KB 1002/1267 KB 420/713 KB 1610/1710 KB 468/1063 KB 672/1044 KB 1006/1267 KB 424/713 KB 1622/1710 KB 468/1063 KB 672/1044 KB 1006/1267 KB 428/713 KB 1622/1710 KB 46 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 8/1063 KB 672/1044 KB 1006/1267 KB 432/713 KB 1622/1710 KB 468/1063 KB 660/1044 KB 1002/1267 KB 416/713 KB 1610/1710 KB 472/1063 KB 672/1044 KB 1010/1267 KB 432/713 KB 1626/1710 KB 476/1063 KB 672/1044 KB 1010/1267 KB 432/713 KB 1626/1710 KB 480/1063 KB 672/1044 KB 1010/1267 KB 432/713 KB 1626/1710 KB 480/1063 KB 676/1044 KB 1010/1267 KB 432/713 KB 1626/1710 KB 484/1063 KB 680/1044 KB 1010/1267 KB 436/713 KB 1626/1710 KB 468/1063 KB 672/1044 KB 1010/1267 KB 432/713 KB 1626/1710 KB 484/1063 KB 680/1044 KB 1010/1267 KB 436/713 KB 1630/1710 KB 484/1063 KB 680/1044 KB 1010/1267 KB 436/713 KB 1634/1710 KB 484/1063 KB 680/1044 KB 1010/1267 KB 436/713 KB 1638/1710 KB 468/1063 KB 672/1044 KB 1010/1267 KB 432/713 KB 1622/1710 KB 484/1063 KB 680/1044 KB 1014/1267 KB 436/713 KB 1638/1710 KB 484/1063 KB 680/1044 KB 1018/1267 KB 436/713 KB 1638/1710 KB 484/1063 KB 680/1044 KB 1022/1267 KB 436/713 KB 1638/1710 KB 484/1063 KB 680/1044 KB 1026/1267 KB 436/713 KB 1638/1710 KB 484/1063 KB 684/1044 KB 1030/1267 KB 436/713 KB 1642/1710 KB 484/1063 KB 684/1044 KB 1034/1267 KB 436/713 KB 1642/1710 KB 484/1063 KB 684/1044 KB 1038/1267 KB 436/713 KB 1642/1710 KB 484/1063 KB 684/1044 KB 1042/1267 KB 436/713 KB 1642/1710 KB 484/1063 KB 684/1044 KB 1046/1267 KB 436/713 KB 1642/1710 KB 484/1063 KB 684/1044 KB 1050/1267 KB 436/713 KB 1642/1710 KB 484/1063 KB 684/1044 KB 1054/1267 KB 436/713 KB 1642/1710 KB 484/1063 KB 676/1044 KB 1010/1267 KB 436/713 KB 1626/1710 KB 484/1063 KB 676/1044 KB 1010/1267 KB 432/713 KB 1626/1710 KB 488/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1642/1710 KB 492/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1642/1710 KB 496/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1642/1710 KB 500/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1642/1710 KB 484/1063 KB 684/1044 KB 1026/1267 KB 436/713 KB 1642/1710 KB 504/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1646/1710 KB 504/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1650/1710 KB 504/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1654/1710 KB 504/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1658/1710 KB 504/1063 KB 684/1044 KB 1058/1267 KB 440/713 KB 1662/1710 KB 484/1063 KB 684/1044 KB 1026/1267 KB 436/713 KB 1638/1710 KB 504/1063 KB 688/1044 KB 1058/1267 KB 440/713 KB 1662/1710 KB 504/1063 KB 692/1044 KB 1058/1267 KB 440/713 KB 1662/1710 KB 504/1063 KB 696/1044 KB 1058/1267 KB 440/713 KB 1662/1710 KB 504/1063 KB 700/1044 KB 1058/1267 KB 440/713 KB 1662/1710 KB 504/1063 KB 704/1044 KB 1058/1267 KB 440/713 KB 1662/1710 KB 504/1063 KB 708/1044 KB 1058/1267 KB 440/713 KB 1662/1710 KB 504/1063 KB 712/1044 KB 1058/1267 KB 440/713 KB 1666/1710 KB 504/1063 KB 716/1044 KB 1058/1267 KB 440/713 KB 1666/1710 KB 504/1063 KB 684/1044 KB 1058/1267 KB 440/713 KB 1658/1710 KB 504/1063 KB 720/1044 KB 1062/1267 KB 440/713 KB 1666/1710 KB 504/1063 KB 720/1044 KB 1066/1267 KB 440/713 KB 1666/1710 KB 504/1063 KB 720/1044 KB 1070/1267 KB 440/713 KB 1666/1710 KB 504/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1654/1710 KB 508/1063 KB 720/1044 KB 1070/1267 KB 440/713 KB 1666/1710 KB 512/1063 KB 720/1044 KB 1070/1267 KB 440/713 KB 1666/1710 KB 516/1063 KB 720/1044 KB 1070/1267 KB 440/713 KB 1666/1710 KB 484/1063 KB 684/1044 KB 1054/1267 KB 440/713 KB 1642/1710 KB 516/1063 KB 720/1044 KB 1070/1267 KB 444/713 KB 1666/1710 KB 516/1063 KB 720/1044 KB 1070/1267 KB 448/713 KB 1666/1710 KB 516/1063 KB 720/1044 KB 1070/1267 KB 452/713 KB 1666/1710 KB 516/1063 KB 720/1044 KB 1070/1267 KB 456/713 KB 1666/1710 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install KB 516/1063 KB 720/1044 KB 1070/1267 KB 460/713 KB 1666/1710 KB 516/1063 KB 720/1044 KB 1070/1267 KB 464/713 KB 1666/1710 KB 516/1063 KB 720/1044 KB 1070/1267 KB 468/713 KB 1666/1710 KB 520/1063 KB 720/1044 KB 1070/1267 KB 472/713 KB 1666/1710 KB 520/1063 KB 720/1044 KB 1070/1267 KB 476/713 KB 1666/1710 KB 520/1063 KB 720/1044 KB 1070/1267 KB 480/713 KB 1666/1710 KB 504/1063 KB 720/1044 KB 1058/1267 KB 440/713 KB 1666/1710 KB 504/1063 KB 708/1044 KB 1058/1267 KB 440/713 KB 1666/1710 KB 520/1063 KB 720/1044 KB 1070/1267 KB 472/713 KB 1666/1710 KB 520/1063 KB 720/1044 KB 1070/1267 KB 480/713 KB 1670/1710 KB 524/1063 KB 720/1044 KB 1070/1267 KB 480/713 KB 1670/1710 KB 528/1063 KB 720/1044 KB 1070/1267 KB 480/713 KB 1670/1710 KB 532/1063 KB 720/1044 KB 1070/1267 KB 480/713 KB 1670/1710 KB 536/1063 KB 724/1044 KB 1074/1267 KB 484/713 KB 1674/1710 KB 532/1063 KB 724/1044 KB 1070/1267 KB 480/713 KB 1670/1710 KB 536/1063 KB 728/1044 KB 1074/1267 KB 484/713 KB 1674/1710 KB 536/1063 KB 732/1044 KB 1074/1267 KB 484/713 KB 1674/1710 KB 532/1063 KB 724/1044 KB 1074/1267 KB 484/713 KB 1674/1710 KB 536/1063 KB 736/1044 KB 1078/1267 KB 484/713 KB 1674/1710 KB 536/1063 KB 736/1044 KB 1082/1267 KB 484/713 KB 1674/1710 KB 540/1063 KB 736/1044 KB 1086/1267 KB 484/713 KB 1674/1710 KB 532/1063 KB 724/1044 KB 1070/1267 KB 484/713 KB 1674/1710 KB 532/1063 KB 724/1044 KB 1070/1267 KB 484/713 KB 1670/1710 KB 540/1063 KB 736/1044 KB 1086/1267 KB 488/713 KB 1674/1710 KB 540/1063 KB 736/1044 KB 1086/1267 KB 492/713 KB 1678/1710 KB 540/1063 KB 736/1044 KB 1086/1267 KB 496/713 KB 1678/1710 KB 536/1063 KB 736/1044 KB 1074/1267 KB 484/713 KB 1674/1710 KB 540/1063 KB 736/1044 KB 1082/1267 KB 484/713 KB 1674/1710 KB 544/1063 KB 736/1044 KB 1086/1267 KB 496/713 KB 1678/1710 KB 548/1063 KB 736/1044 KB 1086/1267 KB 496/713 KB 1678/1710 KB 552/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1678/1710 KB 556/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1678/1710 KB 560/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1678/1710 KB 540/1063 KB 736/1044 KB 1086/1267 KB 488/713 KB 1678/1710 KB 560/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1682/1710 KB 560/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1686/1710 KB 560/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1690/1710 KB 560/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1694/1710 KB 560/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1698/1710 KB 560/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1702/1710 KB 548/1063 KB 740/1044 KB 1090/1267 KB 500/713 KB 1678/1710 KB 560/1063 KB 744/1044 KB 1090/1267 KB 500/713 KB 1702/1710 KB 560/1063 KB 748/1044 KB 1090/1267 KB 500/713 KB 1702/1710 KB 548/1063 KB 736/1044 KB 1090/1267 KB 500/713 KB 1678/1710 KB 560/1063 KB 748/1044 KB 1090/1267 KB 504/713 KB 1702/1710 KB 560/1063 KB 748/1044 KB 1090/1267 KB 508/713 KB 1702/1710 KB 560/1063 KB 748/1044 KB 1090/1267 KB 512/713 KB 1702/1710 KB 548/1063 KB 736/1044 KB 1090/1267 KB 496/713 KB 1678/1710 KB 560/1063 KB 748/1044 KB 1094/1267 KB 512/713 KB 1702/1710 KB 560/1063 KB 748/1044 KB 1098/1267 KB 512/713 KB 1702/1710 KB 560/1063 KB 748/1044 KB 1102/1267 KB 512/713 KB 1702/1710 KB 560/1063 KB 752/1044 KB 1102/1267 KB 512/713 KB 1702/1710 KB 560/1063 KB 752/1044 KB 1102/1267 KB 516/713 KB 1702/1710 KB 564/1063 KB 756/1044 KB 1106/1267 KB 520/713 KB 1706/1710 KB 564/1063 KB 756/1044 KB 1106/1267 KB 524/713 KB 1706/1710 KB 564/1063 KB 756/1044 KB 1106/1267 KB 516/713 KB 1706/1710 KB 568/1063 KB 756/1044 KB 1106/1267 KB 528/713 KB 17 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 06/1710 KB 572/1063 KB 756/1044 KB 1106/1267 KB 528/713 KB 1706/1710 KB 576/1063 KB 756/1044 KB 1106/1267 KB 528/713 KB 1706/1710 KB 560/1063 KB 756/1044 KB 1106/1267 KB 516/713 KB 1706/1710 KB 560/1063 KB 756/1044 KB 1102/1267 KB 516/713 KB 1706/1710 KB 576/1063 KB 760/1044 KB 1106/1267 KB 528/713 KB 1706/1710 KB 560/1063 KB 752/1044 KB 1102/1267 KB 516/713 KB 1706/1710 KB 576/1063 KB 760/1044 KB 1110/1267 KB 528/713 KB 1710/1710 KB 576/1063 KB 760/1044 KB 1110/1267 KB 528/713 KB 1710/1710 KB 576/1063 KB 760/1044 KB 1110/1267 KB 528/713 KB 1706/1710 KB 572/1063 KB 756/1044 KB 1106/1267 KB 528/713 KB 1706/1710 KB 576/1063 KB 760/1044 KB 1114/1267 KB 528/713 KB 1710/1710 KB 576/1063 KB 764/1044 KB 1114/1267 KB 528/713 KB 1710/1710 KB 576/1063 KB 768/1044 KB 1114/1267 KB 528/713 KB 1710/1710 KB 576/1063 KB 772/1044 KB 1118/1267 KB 532/713 KB 1710/1710 KB 580/1063 KB 776/1044 KB 1118/1267 KB 532/713 KB 1710/1710 KB 580/1063 KB 780/1044 KB 1118/1267 KB 532/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1118/1267 KB 532/713 KB 1710/1710 KB 576/1063 KB 768/1044 KB 1118/1267 KB 532/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1118/1267 KB 536/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1118/1267 KB 540/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1118/1267 KB 544/713 KB 1710/1710 KB 576/1063 KB 768/1044 KB 1118/1267 KB 528/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1122/1267 KB 544/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1126/1267 KB 544/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1130/1267 KB 544/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1134/1267 KB 544/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1138/1267 KB 544/713 KB 1710/1710 KB 580/1063 KB 788/1044 KB 1142/1267 KB 548/713 KB 580/1063 KB 788/1044 KB 1146/1267 KB 548/713 KB 580/1063 KB 772/1044 KB 1118/1267 KB 532/713 KB 1710/1710 KB 584/1063 KB 788/1044 KB 1146/1267 KB 548/713 KB 588/1063 KB 788/1044 KB 1146/1267 KB 548/713 KB 592/1063 KB 788/1044 KB 1146/1267 KB 548/713 KB 596/1063 KB 788/1044 KB 1146/1267 KB 548/713 KB 600/1063 KB 788/1044 KB 1146/1267 KB 548/713 KB 604/1063 KB 788/1044 KB 1146/1267 KB 548/713 KB 608/1063 KB 788/1044 KB 1146/1267 KB 548/713 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3208.0 KB/sec) unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 580/1063 KB 788/1044 KB 1138/1267 KB 548/713 KB 1710/1710 KB 580/1063 KB 784/1044 KB 1138/1267 KB 548/713 KB 1710/1710 KB 608/1063 KB 788/1044 KB 1150/1267 KB 552/713 KB 608/1063 KB 792/1044 KB 1150/1267 KB 552/713 KB 608/1063 KB 796/1044 KB 1150/1267 KB 556/713 KB 608/1063 KB 800/1044 KB 1150/1267 KB 556/713 KB 608/1063 KB 788/1044 KB 1150/1267 KB 548/713 KB 608/1063 KB 792/1044 KB 1150/1267 KB 556/713 KB 608/1063 KB 800/1044 KB 1150/1267 KB 560/713 KB 608/1063 KB 804/1044 KB 1150/1267 KB 560/713 KB 612/1063 KB 808/1044 KB 1154/1267 KB 564/713 KB 612/1063 KB 812/1044 KB 1154/1267 KB 564/713 KB 612/1063 KB 816/1044 KB 1154/1267 KB 564/713 KB 612/1063 KB 804/1044 KB 1154/1267 KB 564/713 KB 612/1063 KB 816/1044 KB 1154/1267 KB 568/713 KB 612/1063 KB 816/1044 KB 1154/1267 KB 572/713 KB 612/1063 KB 816/1044 KB 1154/1267 KB 576/713 KB 612/1063 KB 804/1044 KB 1154/1267 KB 560/713 KB 612/1063 KB 816/1044 KB 1158/1267 KB 576/713 KB 612/1063 KB 816/1044 KB 1162/1267 KB 576/713 KB 612/1063 KB 816/1044 KB 1166/1267 KB 576/713 KB 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 612/1063 KB 804/1044 KB 1150/1267 KB 560/713 KB 616/1063 KB 820/1044 KB 1166/1267 KB 580/713 KB 620/1063 KB 820/1044 KB 1166/1267 KB 580/713 KB 624/1063 KB 820/1044 KB 1166/1267 KB 580/713 KB 628/1063 KB 820/1044 KB 1166/1267 KB 580/713 KB 632/1063 KB 820/1044 KB 1170/1267 KB 580/713 KB 636/1063 KB 820/1044 KB 1170/1267 KB 580/713 KB 640/1063 KB 820/1044 KB 1170/1267 KB 580/713 KB 612/1063 KB 820/1044 KB 1166/1267 KB 580/713 KB 640/1063 KB 824/1044 KB 1170/1267 KB 580/713 KB 640/1063 KB 828/1044 KB 1170/1267 KB 580/713 KB 640/1063 KB 832/1044 KB 1170/1267 KB 580/713 KB 612/1063 KB 816/1044 KB 1166/1267 KB 580/713 KB 640/1063 KB 832/1044 KB 1170/1267 KB 584/713 KB 640/1063 KB 832/1044 KB 1170/1267 KB 588/713 KB 628/1063 KB 820/1044 KB 1170/1267 KB 580/713 KB 640/1063 KB 832/1044 KB 1174/1267 KB 588/713 KB 640/1063 KB 832/1044 KB 1174/1267 KB 592/713 KB 640/1063 KB 832/1044 KB 1178/1267 KB 592/713 KB 640/1063 KB 832/1044 KB 1182/1267 KB 592/713 KB 640/1063 KB 832/1044 KB 1186/1267 KB 596/713 KB 644/1063 KB 836/1044 KB 1190/1267 KB 596/713 KB 644/1063 KB 836/1044 KB 1194/1267 KB 596/713 KB 644/1063 KB 836/1044 KB 1198/1267 KB 596/713 KB 644/1063 KB 836/1044 KB 1202/1267 KB 596/713 KB 644/1063 KB 836/1044 KB 1206/1267 KB 596/713 KB 640/1063 KB 832/1044 KB 1182/1267 KB 596/713 KB 644/1063 KB 836/1044 KB 1186/1267 KB 596/713 KB 648/1063 KB 836/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 652/1063 KB 836/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 656/1063 KB 836/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 640/1063 KB 836/1044 KB 1186/1267 KB 596/713 KB 656/1063 KB 840/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 656/1063 KB 844/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 656/1063 KB 848/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 656/1063 KB 852/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 660/1063 KB 856/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 644/1063 KB 836/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 660/1063 KB 856/1044 KB 4/257 KB 1214/1267 KB 600/713 KB 644/1063 KB 836/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 660/1063 KB 860/1044 KB 4/257 KB 1214/1267 KB 604/713 KB 644/1063 KB 836/1044 KB 4/257 KB 1210/1267 KB 596/713 KB 660/1063 KB 860/1044 KB 8/257 KB 1214/1267 KB 604/713 KB 660/1063 KB 860/1044 KB 12/257 KB 1214/1267 KB 604/713 KB 660/1063 KB 860/1044 KB 16/257 KB 1214/1267 KB 604/713 KB 660/1063 KB 860/1044 KB 20/257 KB 1214/1267 KB 608/713 KB 660/1063 KB 860/1044 KB 24/257 KB 1214/1267 KB 608/713 KB 660/1063 KB 860/1044 KB 28/257 KB 1214/1267 KB 608/713 KB 660/1063 KB 860/1044 KB 32/257 KB 1214/1267 KB 608/713 KB 660/1063 KB 860/1044 KB 4/257 KB 1214/1267 KB 600/713 KB 660/1063 KB 864/1044 KB 32/257 KB 1214/1267 KB 608/713 KB 660/1063 KB 868/1044 KB 32/257 KB 1214/1267 KB 608/713 KB 660/1063 KB 872/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 660/1063 KB 876/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 660/1063 KB 880/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 660/1063 KB 852/1044 KB 4/257 KB 1210/1267 KB 600/713 KB 664/1063 KB 880/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 668/1063 KB 880/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 672/1063 KB 880/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 676/1063 KB 880/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 680/1063 KB 880/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 684/1063 KB 880/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 660/1063 KB 868/1044 KB 36/257 KB 1218/1267 KB 608/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1222 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install /1267 KB 608/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1226/1267 KB 608/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1230/1267 KB 608/713 KB 660/1063 KB 868/1044 KB 36/257 KB 1214/1267 KB 608/713 KB 660/1063 KB 860/1044 KB 16/257 KB 1214/1267 KB 608/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1230/1267 KB 612/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1230/1267 KB 616/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1230/1267 KB 620/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1230/1267 KB 624/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1230/1267 KB 628/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1230/1267 KB 632/713 KB 688/1063 KB 880/1044 KB 36/257 KB 1230/1267 KB 636/713 KB 688/1063 KB 880/1044 KB 40/257 KB 1230/1267 KB 640/713 KB 688/1063 KB 880/1044 KB 40/257 KB 1230/1267 KB 636/713 KB 688/1063 KB 880/1044 KB 44/257 KB 1230/1267 KB 640/713 KB 688/1063 KB 880/1044 KB 48/257 KB 1230/1267 KB 640/713 KB 688/1063 KB 880/1044 KB 52/257 KB 1230/1267 KB 640/713 KB 692/1063 KB 884/1044 KB 56/257 KB 1234/1267 KB 644/713 KB 692/1063 KB 884/1044 KB 60/257 KB 1234/1267 KB 644/713 KB 692/1063 KB 884/1044 KB 64/257 KB 1234/1267 KB 644/713 KB 692/1063 KB 884/1044 KB 52/257 KB 1234/1267 KB 644/713 KB 692/1063 KB 884/1044 KB 64/257 KB 1238/1267 KB 644/713 KB 692/1063 KB 884/1044 KB 64/257 KB 1242/1267 KB 644/713 KB 692/1063 KB 884/1044 KB 64/257 KB 1246/1267 KB 644/713 KB 692/1063 KB 884/1044 KB 52/257 KB 1230/1267 KB 644/713 KB 692/1063 KB 884/1044 KB 64/257 KB 1246/1267 KB 648/713 KB 692/1063 KB 884/1044 KB 64/257 KB 1246/1267 KB 652/713 KB 692/1063 KB 884/1044 KB 64/257 KB 1246/1267 KB 656/713 KB 692/1063 KB 884/1044 KB 52/257 KB 1230/1267 KB 640/713 KB 692/1063 KB 888/1044 KB 64/257 KB 1246/1267 KB 656/713 KB 692/1063 KB 892/1044 KB 64/257 KB 1246/1267 KB 656/713 KB 692/1063 KB 896/1044 KB 64/257 KB 1246/1267 KB 656/713 KB 692/1063 KB 900/1044 KB 64/257 KB 1246/1267 KB 656/713 KB 692/1063 KB 904/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 692/1063 KB 908/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 692/1063 KB 912/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 692/1063 KB 880/1044 KB 52/257 KB 1230/1267 KB 640/713 KB 696/1063 KB 912/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 700/1063 KB 912/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 704/1063 KB 912/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 708/1063 KB 912/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 712/1063 KB 912/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 716/1063 KB 912/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 720/1063 KB 912/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 692/1063 KB 900/1044 KB 68/257 KB 1250/1267 KB 660/713 KB 720/1063 KB 912/1044 KB 72/257 KB 1250/1267 KB 660/713 KB 720/1063 KB 912/1044 KB 76/257 KB 1250/1267 KB 660/713 KB 720/1063 KB 912/1044 KB 80/257 KB 1250/1267 KB 660/713 KB 692/1063 KB 900/1044 KB 64/257 KB 1250/1267 KB 660/713 KB 720/1063 KB 912/1044 KB 80/257 KB 1254/1267 KB 660/713 KB 720/1063 KB 912/1044 KB 80/257 KB 1258/1267 KB 660/713 KB 720/1063 KB 912/1044 KB 80/257 KB 1262/1267 KB 660/713 KB 692/1063 KB 900/1044 KB 64/257 KB 1246/1267 KB 660/713 KB 720/1063 KB 912/1044 KB 80/257 KB 1262/1267 KB 664/713 KB 720/1063 KB 912/1044 KB 80/257 KB 1262/1267 KB 668/713 KB 720/1063 KB 912/1044 KB 80/257 KB 1262/1267 KB 672/713 KB 720/1063 KB 912/1044 KB 80/257 KB 1262/1267 KB 676/713 KB 724/1063 KB 916/1044 KB 84/257 KB 1266/1267 KB 680/713 KB 724/1063 KB 916/1044 KB 84/257 KB 1266/1267 KB 684/713 KB 724/1063 KB 916/1044 KB 84/257 KB 1266/1267 KB 688/713 KB unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 724/1063 KB 916/1044 KB 84/257 KB 1266/1267 KB 676/713 KB 724/1063 KB 916/1044 KB 88/257 KB 1266/1267 KB 688/713 KB 724/1063 KB 916/1044 KB 92/257 KB 1266/1267 KB 688/713 KB 724/1063 KB 916/1044 KB 96/257 KB 1266/1267 KB 688/713 KB 724/1063 KB 916/1044 KB 80/257 KB 1266/1267 KB 676/713 KB 724/1063 KB 920/1044 KB 96/257 KB 1266/1267 KB 688/713 KB 724/1063 KB 924/1044 KB 96/257 KB 1266/1267 KB 688/713 KB 724/1063 KB 928/1044 KB 96/257 KB 1266/1267 KB 688/713 KB 724/1063 KB 932/1044 KB 96/257 KB 1266/1267 KB 688/713 KB 724/1063 KB 936/1044 KB 100/257 KB 1266/1267 KB 692/713 KB 724/1063 KB 912/1044 KB 80/257 KB 1266/1267 KB 676/713 KB 724/1063 KB 936/1044 KB 100/257 KB 1267/1267 KB 692/713 KB 724/1063 KB 912/1044 KB 80/257 KB 1262/1267 KB 676/713 KB 728/1063 KB 936/1044 KB 100/257 KB 1267/1267 KB 692/713 KB 732/1063 KB 936/1044 KB 100/257 KB 1267/1267 KB 692/713 KB 736/1063 KB 936/1044 KB 100/257 KB 1267/1267 KB 692/713 KB 740/1063 KB 936/1044 KB 100/257 KB 1267/1267 KB 692/713 KB 744/1063 KB 936/1044 KB 100/257 KB 1267/1267 KB 692/713 KB 748/1063 KB 936/1044 KB 100/257 KB 1267/1267 KB 692/713 KB 724/1063 KB 932/1044 KB 100/257 KB 1266/1267 KB 692/713 KB 724/1063 KB 932/1044 KB 96/257 KB 1266/1267 KB 692/713 KB 748/1063 KB 940/1044 KB 104/257 KB 1267/1267 KB 696/713 KB 748/1063 KB 940/1044 KB 104/257 KB 1267/1267 KB 700/713 KB 748/1063 KB 940/1044 KB 104/257 KB 1267/1267 KB 704/713 KB 748/1063 KB 940/1044 KB 100/257 KB 1267/1267 KB 692/713 KB 748/1063 KB 944/1044 KB 104/257 KB 1267/1267 KB 704/713 KB 752/1063 KB 948/1044 KB 104/257 KB 1267/1267 KB 704/713 KB 752/1063 KB 952/1044 KB 104/257 KB 1267/1267 KB 708/713 KB 752/1063 KB 956/1044 KB 104/257 KB 1267/1267 KB 708/713 KB 752/1063 KB 960/1044 KB 104/257 KB 1267/1267 KB 708/713 KB 748/1063 KB 940/1044 KB 104/257 KB 1267/1267 KB 700/713 KB 752/1063 KB 960/1044 KB 108/257 KB 1267/1267 KB 708/713 KB 752/1063 KB 948/1044 KB 104/257 KB 1267/1267 KB 708/713 KB 752/1063 KB 960/1044 KB 112/257 KB 1267/1267 KB 712/713 KB 752/1063 KB 960/1044 KB 112/257 KB 1267/1267 KB 713/713 KB 752/1063 KB 944/1044 KB 104/257 KB 1267/1267 KB 704/713 KB 756/1063 KB 960/1044 KB 112/257 KB 1267/1267 KB 713/713 KB 760/1063 KB 960/1044 KB 112/257 KB 713/713 KB 764/1063 KB 960/1044 KB 112/257 KB 713/713 KB 768/1063 KB 960/1044 KB 112/257 KB 713/713 KB 772/1063 KB 960/1044 KB 112/257 KB 713/713 KB 776/1063 KB 964/1044 KB 112/257 KB 713/713 KB 752/1063 KB 960/1044 KB 112/257 KB 1267/1267 KB 708/713 KB 776/1063 KB 964/1044 KB 116/257 KB 713/713 KB 776/1063 KB 964/1044 KB 120/257 KB 713/713 KB 776/1063 KB 964/1044 KB 124/257 KB 713/713 KB 776/1063 KB 964/1044 KB 128/257 KB 713/713 KB 776/1063 KB 964/1044 KB 132/257 KB 713/713 KB 776/1063 KB 964/1044 KB 136/257 KB 713/713 KB 776/1063 KB 964/1044 KB 140/257 KB 713/713 KB 776/1063 KB 964/1044 KB 144/257 KB 772/1063 KB 964/1044 KB 112/257 KB 713/713 KB 780/1063 KB 968/1044 KB 144/257 KB 780/1063 KB 972/1044 KB 144/257 KB 780/1063 KB 976/1044 KB 144/257 KB 780/1063 KB 964/1044 KB 144/257 KB 784/1063 KB 976/1044 KB 144/257 KB 788/1063 KB 980/1044 KB 144/257 KB 792/1063 KB 980/1044 KB 148/257 KB 796/1063 KB 980/1044 KB 148/257 KB 800/1063 KB 980/1044 KB 148/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 2176.1 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1216.7 KB/sec) unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 788/1063 KB 980/1044 KB 148/257 KB 800/1063 KB 980/1044 KB 152/257 KB 800/1063 KB 980/1044 KB 156/257 KB 800/1063 KB 980/1044 KB 160/257 KB 784/1063 KB 980/1044 KB 144/257 KB 800/1063 KB 984/1044 KB 160/257 KB 800/1063 KB 988/1044 KB 160/257 KB 800/1063 KB 992/1044 KB 160/257 KB 800/1063 KB 996/1044 KB 160/257 KB 804/1063 KB 1000/1044 KB 164/257 KB 804/1063 KB 1004/1044 KB 164/257 KB 804/1063 KB 996/1044 KB 164/257 KB 804/1063 KB 1008/1044 KB 168/257 KB 804/1063 KB 1008/1044 KB 172/257 KB 804/1063 KB 1008/1044 KB 176/257 KB 804/1063 KB 996/1044 KB 160/257 KB 808/1063 KB 1008/1044 KB 176/257 KB 812/1063 KB 1008/1044 KB 176/257 KB 816/1063 KB 1008/1044 KB 176/257 KB 804/1063 KB 1008/1044 KB 176/257 KB 816/1063 KB 1012/1044 KB 176/257 KB 820/1063 KB 1016/1044 KB 180/257 KB 820/1063 KB 1020/1044 KB 180/257 KB 820/1063 KB 1024/1044 KB 180/257 KB 820/1063 KB 1012/1044 KB 180/257 KB 824/1063 KB 1024/1044 KB 180/257 KB 828/1063 KB 1024/1044 KB 180/257 KB 832/1063 KB 1024/1044 KB 180/257 KB 836/1063 KB 1024/1044 KB 180/257 KB 840/1063 KB 1028/1044 KB 180/257 KB 844/1063 KB 1028/1044 KB 180/257 KB 848/1063 KB 1028/1044 KB 180/257 KB 816/1063 KB 1012/1044 KB 180/257 KB 848/1063 KB 1028/1044 KB 184/257 KB 848/1063 KB 1028/1044 KB 188/257 KB 848/1063 KB 1028/1044 KB 192/257 KB 848/1063 KB 1028/1044 KB 196/257 KB 848/1063 KB 1028/1044 KB 200/257 KB 848/1063 KB 1028/1044 KB 204/257 KB 848/1063 KB 1028/1044 KB 208/257 KB 836/1063 KB 1028/1044 KB 180/257 KB 848/1063 KB 1032/1044 KB 208/257 KB 848/1063 KB 1036/1044 KB 208/257 KB 848/1063 KB 1040/1044 KB 208/257 KB 852/1063 KB 1040/1044 KB 208/257 KB 856/1063 KB 1044/1044 KB 212/257 KB 860/1063 KB 1044/1044 KB 212/257 KB 864/1063 KB 1044/1044 KB 212/257 KB 852/1063 KB 1044/1044 KB 212/257 KB 864/1063 KB 1044/1044 KB 216/257 KB 864/1063 KB 1044/1044 KB 220/257 KB 864/1063 KB 1044/1044 KB 224/257 KB 852/1063 KB 1044/1044 KB 208/257 KB 864/1063 KB 1044/1044 KB 224/257 KB 868/1063 KB 1044/1044 KB 224/257 KB 868/1063 KB 1044/1044 KB 224/257 KB 4/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 8/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 12/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 16/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 20/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 24/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 28/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 32/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 36/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 40/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 44/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 48/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 52/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 56/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 60/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 64/358 KB 868/1063 KB 1044/1044 KB 224/257 KB 68/358 KB 872/1063 KB 224/257 KB 72/358 KB 872/1063 KB 224/257 KB 76/358 KB 872/1063 KB 224/257 KB 80/358 KB 872/1063 KB 224/257 KB 68/358 KB 876/1063 KB 224/257 KB 80/358 KB 880/1063 KB 224/257 KB 80/358 KB 884/1063 KB 224/257 KB 80/358 KB 888/1063 KB 224/257 KB 80/358 KB 892/1063 KB 224/257 KB 80/358 KB 896/1063 KB 224/257 KB 80/358 KB 900/1063 KB 224/257 KB 84/358 KB 904/1063 KB 224/257 KB 84/358 KB 908/1063 KB 224/257 KB 84/358 KB 912/1063 KB 224/257 KB 84/358 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 1702.9 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 896/1063 KB 224/257 KB 84/358 KB 912/1063 KB 224/257 KB 88/358 KB 912/1063 KB 224/257 KB 92/358 KB 912/1063 KB 224/257 KB 96/358 KB 912/1063 KB 224/257 KB 100/358 KB 916/1063 KB 224/257 KB 104/358 KB 916/1063 KB 224/257 KB 108/358 KB 916/1063 KB 224/257 KB 112/358 KB 916/1063 KB 224/257 KB 100/358 KB 920/1063 KB 224/257 KB 112/358 KB 924/1063 KB 224/257 KB 112/358 KB 928/1063 KB 224/257 KB 112/358 KB 932/1063 KB 224/257 KB 112/358 KB 936/1063 KB 228/257 KB 116/358 KB 940/1063 KB 228/257 KB 116/358 KB 944/1063 KB 228/257 KB 116/358 KB 932/1063 KB 228/257 KB 116/358 KB 944/1063 KB 228/257 KB 120/358 KB 944/1063 KB 228/257 KB 124/358 KB 944/1063 KB 228/257 KB 128/358 KB 932/1063 KB 228/257 KB 112/358 KB 944/1063 KB 232/257 KB 128/358 KB 944/1063 KB 236/257 KB 128/358 KB 944/1063 KB 240/257 KB 128/358 KB 944/1063 KB 244/257 KB 128/358 KB 948/1063 KB 248/257 KB 3/5 KB 132/358 KB 948/1063 KB 252/257 KB 3/5 KB 132/358 KB 948/1063 KB 256/257 KB 3/5 KB 132/358 KB 948/1063 KB 257/257 KB 3/5 KB 132/358 KB 948/1063 KB 244/257 KB 3/5 KB 132/358 KB 944/1063 KB 244/257 KB 3/5 KB 132/358 KB 948/1063 KB 257/257 KB 5/5 KB 132/358 KB 944/1063 KB 244/257 KB 132/358 KB 948/1063 KB 257/257 KB 5/5 KB 136/358 KB 948/1063 KB 257/257 KB 5/5 KB 140/358 KB 948/1063 KB 257/257 KB 5/5 KB 144/358 KB 948/1063 KB 257/257 KB 5/5 KB 148/358 KB 952/1063 KB 257/257 KB 5/5 KB 148/358 KB 956/1063 KB 257/257 KB 5/5 KB 152/358 KB 960/1063 KB 257/257 KB 5/5 KB 152/358 KB 964/1063 KB 257/257 KB 5/5 KB 152/358 KB 952/1063 KB 257/257 KB 5/5 KB 152/358 KB 964/1063 KB 257/257 KB 5/5 KB 156/358 KB 964/1063 KB 257/257 KB 5/5 KB 160/358 KB 964/1063 KB 257/257 KB 5/5 KB 164/358 KB 968/1063 KB 257/257 KB 5/5 KB 168/358 KB 968/1063 KB 257/257 KB 5/5 KB 172/358 KB 968/1063 KB 257/257 KB 5/5 KB 176/358 KB 968/1063 KB 257/257 KB 5/5 KB 164/358 KB 972/1063 KB 257/257 KB 5/5 KB 176/358 KB 976/1063 KB 257/257 KB 176/358 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 7.0 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 407.4 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 980/1063 KB 176/358 KB 984/1063 KB 176/358 KB 988/1063 KB 176/358 KB 992/1063 KB 176/358 KB 996/1063 KB 176/358 KB 1000/1063 KB 180/358 KB 1004/1063 KB 180/358 KB 1008/1063 KB 180/358 KB 996/1063 KB 180/358 KB 1008/1063 KB 184/358 KB 1008/1063 KB 188/358 KB 1008/1063 KB 192/358 KB 1008/1063 KB 196/358 KB 1008/1063 KB 200/358 KB 1008/1063 KB 204/358 KB 1008/1063 KB 208/358 KB 1008/1063 KB 3/86 KB 208/358 KB 1008/1063 KB 6/86 KB 208/358 KB 1008/1063 KB 9/86 KB 208/358 KB 1008/1063 KB 11/86 KB 208/358 KB 1008/1063 KB 14/86 KB 208/358 KB 1008/1063 KB 16/86 KB 208/358 KB 1008/1063 KB 19/86 KB 208/358 KB 1008/1063 KB 22/86 KB 208/358 KB 1008/1063 KB 25/86 KB 208/358 KB 1008/1063 KB 27/86 KB 208/358 KB 1008/1063 KB 30/86 KB 208/358 KB 1008/1063 KB 32/86 KB 208/358 KB 1008/1063 KB 36/86 KB 208/358 KB 1012/1063 KB 40/86 KB 4/404 KB 212/358 KB 1012/1063 KB 36/86 KB 4/404 KB 212/358 KB 1012/1063 KB 36/86 KB 4/404 KB 208/358 KB 1012/1063 KB 40/86 KB 8/404 KB 212/358 KB 1012/1063 KB 40/86 KB 12/404 KB 212/358 KB 1012/1063 KB 40/86 KB 16/404 KB 212/358 KB 1012/1063 KB 40/86 KB 20/404 KB 212/358 KB 1012/1063 KB 40/86 KB 24/404 KB 212/358 KB 1012/1063 KB 40/86 KB 28/404 KB 212/358 KB 1012/1063 KB 40/86 KB 32/404 KB 212/358 KB 1012/1063 KB 36/86 KB 208/358 KB 1016/1063 KB 40/86 KB 32/404 KB 212/358 KB 1020/1063 KB 40/86 KB 32/404 KB 212/358 KB 1024/1063 KB 40/86 KB 32/404 KB 212/358 KB 1024/1063 KB 40/86 KB 32/404 KB 216/358 KB 1024/1063 KB 40/86 KB 32/404 KB 220/358 KB 1028/1063 KB 40/86 KB 32/404 KB 224/358 KB 1028/1063 KB 44/86 KB 32/404 KB 228/358 KB 1028/1063 KB 44/86 KB 36/404 KB 232/358 KB 1028/1063 KB 44/86 KB 36/404 KB 236/358 KB 1028/1063 KB 40/86 KB 32/404 KB 220/358 KB 1032/1063 KB 44/86 KB 36/404 KB 240/358 KB 1036/1063 KB 44/86 KB 36/404 KB 240/358 KB 1040/1063 KB 44/86 KB 36/404 KB 240/358 KB 1028/1063 KB 44/86 KB 36/404 KB 228/358 KB 1040/1063 KB 44/86 KB 40/404 KB 240/358 KB 1028/1063 KB 44/86 KB 32/404 KB 224/358 KB 1040/1063 KB 48/86 KB 44/404 KB 240/358 KB 1040/1063 KB 52/86 KB 44/404 KB 240/358 KB 1044/1063 KB 56/86 KB 44/404 KB 240/358 KB 1044/1063 KB 60/86 KB 44/404 KB 240/358 KB 1044/1063 KB 64/86 KB 44/404 KB 240/358 KB 1044/1063 KB 68/86 KB 44/404 KB 240/358 KB 1044/1063 KB 72/86 KB 44/404 KB 240/358 KB 1044/1063 KB 76/86 KB 44/404 KB 240/358 KB 1044/1063 KB 80/86 KB 44/404 KB 240/358 KB 1044/1063 KB 52/86 KB 44/404 KB 240/358 KB 1048/1063 KB 80/86 KB 44/404 KB 240/358 KB 1052/1063 KB 80/86 KB 44/404 KB 240/358 KB 1056/1063 KB 80/86 KB 44/404 KB 240/358 KB 1040/1063 KB 52/86 KB 44/404 KB 240/358 KB 1056/1063 KB 80/86 KB 48/404 KB 240/358 KB 1056/1063 KB 80/86 KB 52/404 KB 240/358 KB 1056/1063 KB 80/86 KB 56/404 KB 240/358 KB 1056/1063 KB 80/86 KB 60/404 KB 240/358 KB 1056/1063 KB 80/86 KB 64/404 KB 240/358 KB 1056/1063 KB 80/86 KB 68/404 KB 240/358 KB 1060/1063 KB 84/86 KB 72/404 KB 240/358 KB 1060/1063 KB 84/86 KB 76/404 KB 240/358 KB 1060/1063 KB 84/86 KB 80/404 KB 240/358 KB 1044/1063 KB 64/86 KB 44/404 KB 240/358 KB 1060/1063 KB 84/86 KB 80/404 KB 244/358 KB 1060/1063 KB 84/86 KB 80/404 KB 248/358 KB 1060/1063 KB 84/86 KB 80/404 KB 252/358 KB 1060/1063 KB 84/86 KB 80/404 KB 256/358 KB 1060/1063 KB 84/86 KB 80/404 KB 260/358 KB 1060/1063 KB 84/86 KB 80/404 KB 264/358 KB 1060/1063 KB 84/86 KB 84/404 KB 268/358 KB 1060/1063 KB 84/86 KB 68/404 KB 240/358 KB 1060/1063 KB 86/86 KB 84/404 KB 268/358 KB 1060 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install /1063 KB 80/86 KB 68/404 KB 240/358 KB 1063/1063 KB 86/86 KB 84/404 KB 268/358 KB 1063/1063 KB 86/86 KB 84/404 KB 272/358 KB 1063/1063 KB 86/86 KB 84/404 KB 276/358 KB 1060/1063 KB 84/86 KB 84/404 KB 264/358 KB 1063/1063 KB 86/86 KB 88/404 KB 276/358 KB 1063/1063 KB 86/86 KB 92/404 KB 276/358 KB 1063/1063 KB 86/86 KB 96/404 KB 276/358 KB 1063/1063 KB 86/86 KB 100/404 KB 276/358 KB 1063/1063 KB 86/86 KB 100/404 KB 280/358 KB 1063/1063 KB 86/86 KB 100/404 KB 284/358 KB 1063/1063 KB 86/86 KB 100/404 KB 288/358 KB 1063/1063 KB 86/86 KB 100/404 KB 292/358 KB 1063/1063 KB 86/86 KB 104/404 KB 292/358 KB 1063/1063 KB 86/86 KB 108/404 KB 292/358 KB 1063/1063 KB 86/86 KB 112/404 KB 292/358 KB 1063/1063 KB 86/86 KB 116/404 KB 292/358 KB 1063/1063 KB 86/86 KB 116/404 KB 296/358 KB 1063/1063 KB 86/86 KB 116/404 KB 300/358 KB 1063/1063 KB 86/86 KB 116/404 KB 304/358 KB 1063/1063 KB 86/86 KB 116/404 KB 308/358 KB 1063/1063 KB 86/86 KB 120/404 KB 308/358 KB 1063/1063 KB 86/86 KB 124/404 KB 308/358 KB 1063/1063 KB 86/86 KB 128/404 KB 308/358 KB 1063/1063 KB 86/86 KB 132/404 KB 308/358 KB 1063/1063 KB 86/86 KB 132/404 KB 312/358 KB 1063/1063 KB 86/86 KB 132/404 KB 316/358 KB 1063/1063 KB 86/86 KB 132/404 KB 320/358 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 1597.1 KB/sec) unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 128.7 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 136/404 KB 320/358 KB 140/404 KB 320/358 KB 144/404 KB 320/358 KB 144/404 KB 324/358 KB 144/404 KB 328/358 KB 144/404 KB 332/358 KB 144/404 KB 336/358 KB 148/404 KB 336/358 KB 152/404 KB 340/358 KB 156/404 KB 340/358 KB 160/404 KB 340/358 KB 164/404 KB 340/358 KB 168/404 KB 340/358 KB 172/404 KB 340/358 KB 176/404 KB 340/358 KB 148/404 KB 340/358 KB 176/404 KB 344/358 KB 176/404 KB 348/358 KB 176/404 KB 352/358 KB 176/404 KB 356/358 KB 176/404 KB 358/358 KB 176/404 KB 4/894 KB 358/358 KB 176/404 KB 8/894 KB 358/358 KB 176/404 KB 12/894 KB 358/358 KB 176/404 KB 16/894 KB 358/358 KB 176/404 KB 20/894 KB 358/358 KB 176/404 KB 24/894 KB 358/358 KB 176/404 KB 28/894 KB 358/358 KB 176/404 KB 32/894 KB 358/358 KB 176/404 KB 36/894 KB 358/358 KB 176/404 KB 40/894 KB 358/358 KB 176/404 KB 44/894 KB 358/358 KB 176/404 KB 48/894 KB 358/358 KB 176/404 KB 52/894 KB 358/358 KB 176/404 KB 56/894 KB 358/358 KB 176/404 KB 60/894 KB 358/358 KB 176/404 KB 64/894 KB 358/358 KB 180/404 KB 64/894 KB 358/358 KB 184/404 KB 64/894 KB 358/358 KB 188/404 KB 64/894 KB 358/358 KB 192/404 KB 64/894 KB 358/358 KB 192/404 KB 68/894 KB 358/358 KB 192/404 KB 72/894 KB 358/358 KB 192/404 KB 76/894 KB 358/358 KB 192/404 KB 80/894 KB 358/358 KB 196/404 KB 80/894 KB 358/358 KB 200/404 KB 80/894 KB 358/358 KB 204/404 KB 80/894 KB 358/358 KB 204/404 KB 84/894 KB 358/358 KB 208/404 KB 84/894 KB 358/358 KB 212/404 KB 84/894 KB 358/358 KB 212/404 KB 88/894 KB 358/358 KB 212/404 KB 92/894 KB 358/358 KB 212/404 KB 96/894 KB 358/358 KB 212/404 KB 100/894 KB 358/358 KB 216/404 KB 104/894 KB 358/358 KB 216/404 KB 108/894 KB 358/358 KB 216/404 KB 112/894 KB 358/358 KB 216/404 KB 100/894 KB 358/358 KB 220/404 KB 112/894 KB 358/358 KB 224/404 KB 112/894 KB 358/358 KB 4/587 KB 224/404 KB 112/894 KB 358/358 KB 8/587 KB 224/404 KB 112/894 KB 358/358 KB 12/587 KB 224/404 KB 112/894 KB 358/358 KB 16/587 KB 224/404 KB 112/894 KB 358/358 KB 20/587 KB 224/404 KB 112/894 KB 358/358 KB 24/587 KB 224/404 KB 112/894 KB 28/587 KB 224/404 KB 112/894 KB 32/587 KB 224/404 KB 112/894 KB 36/587 KB 224/404 KB 112/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar (358 KB at 520.2 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 40/587 KB 224/404 KB 112/894 KB 44/587 KB 224/404 KB 112/894 KB 48/587 KB 224/404 KB 112/894 KB 52/587 KB 224/404 KB 112/894 KB 56/587 KB 228/404 KB 112/894 KB 60/587 KB 228/404 KB 112/894 KB 64/587 KB 228/404 KB 112/894 KB 68/587 KB 228/404 KB 112/894 KB 72/587 KB 228/404 KB 116/894 KB 76/587 KB 228/404 KB 116/894 KB 80/587 KB 228/404 KB 116/894 KB 52/587 KB 228/404 KB 112/894 KB 80/587 KB 232/404 KB 116/894 KB 80/587 KB 236/404 KB 116/894 KB 68/587 KB 228/404 KB 116/894 KB 80/587 KB 240/404 KB 116/894 KB 80/587 KB 240/404 KB 120/894 KB 80/587 KB 240/404 KB 124/894 KB 80/587 KB 244/404 KB 128/894 KB 80/587 KB 244/404 KB 132/894 KB 84/587 KB 244/404 KB 136/894 KB 4/26 KB 80/587 KB 244/404 KB 124/894 KB 84/587 KB 248/404 KB 136/894 KB 4/26 KB 84/587 KB 252/404 KB 136/894 KB 4/26 KB 84/587 KB 244/404 KB 132/894 KB 4/26 KB 84/587 KB 252/404 KB 136/894 KB 8/26 KB 84/587 KB 252/404 KB 136/894 KB 12/26 KB 84/587 KB 252/404 KB 136/894 KB 16/26 KB 84/587 KB 252/404 KB 136/894 KB 20/26 KB 84/587 KB 252/404 KB 136/894 KB 24/26 KB 84/587 KB 252/404 KB 136/894 KB 26/26 KB 84/587 KB 244/404 KB 132/894 KB 88/587 KB 252/404 KB 136/894 KB 26/26 KB 92/587 KB 256/404 KB 140/894 KB 26/26 KB 88/587 KB 256/404 KB 140/894 KB 26/26 KB 88/587 KB 256/404 KB 136/894 KB 26/26 KB 92/587 KB 256/404 KB 144/894 KB 26/26 KB 92/587 KB 256/404 KB 148/894 KB 26/26 KB 96/587 KB 260/404 KB 152/894 KB 26/26 KB 96/587 KB 260/404 KB 156/894 KB 26/26 KB 96/587 KB 260/404 KB 160/894 KB 26/26 KB 96/587 KB 260/404 KB 148/894 KB 26/26 KB 96/587 KB 264/404 KB 160/894 KB 26/26 KB 96/587 KB 268/404 KB 160/894 KB 26/26 KB 96/587 KB 272/404 KB 160/894 KB 26/26 KB 96/587 KB 256/404 KB 148/894 KB 26/26 KB 100/587 KB 272/404 KB 160/894 KB 26/26 KB 104/587 KB 272/404 KB 160/894 KB 26/26 KB 108/587 KB 272/404 KB 160/894 KB 26/26 KB 112/587 KB 276/404 KB 160/894 KB 26/26 KB 116/587 KB 276/404 KB 160/894 KB 26/26 KB 120/587 KB 276/404 KB 164/894 KB 124/587 KB 276/404 KB 164/894 KB 128/587 KB 276/404 KB 164/894 KB 108/587 KB 276/404 KB 160/894 KB 26/26 KB 4/549 KB 128/587 KB 276/404 KB 164/894 KB 8/549 KB 128/587 KB 276/404 KB 164/894 KB 12/549 KB 128/587 KB 276/404 KB 164/894 KB 16/549 KB 128/587 KB 276/404 KB 164/894 KB 20/549 KB 128/587 KB 276/404 KB 164/894 KB 24/549 KB 128/587 KB 276/404 KB 164/894 KB 28/549 KB 128/587 KB 276/404 KB 164/894 KB 32/549 KB 128/587 KB 276/404 KB 164/894 KB 36/549 KB 128/587 KB 276/404 KB 164/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 35.8 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 116/587 KB 276/404 KB 164/894 KB 26/26 KB 36/549 KB 128/587 KB 276/404 KB 168/894 KB 40/549 KB 128/587 KB 280/404 KB 172/894 KB 40/549 KB 128/587 KB 280/404 KB 168/894 KB 40/549 KB 128/587 KB 284/404 KB 172/894 KB 40/549 KB 128/587 KB 288/404 KB 172/894 KB 40/549 KB 128/587 KB 276/404 KB 168/894 KB 44/549 KB 128/587 KB 288/404 KB 176/894 KB 48/549 KB 128/587 KB 288/404 KB 176/894 KB 40/549 KB 128/587 KB 288/404 KB 176/894 KB 52/549 KB 128/587 KB 288/404 KB 176/894 KB 56/549 KB 132/587 KB 292/404 KB 180/894 KB 60/549 KB 132/587 KB 292/404 KB 180/894 KB 64/549 KB 132/587 KB 292/404 KB 180/894 KB 52/549 KB 132/587 KB 292/404 KB 180/894 KB 64/549 KB 132/587 KB 296/404 KB 180/894 KB 64/549 KB 132/587 KB 300/404 KB 180/894 KB 64/549 KB 132/587 KB 304/404 KB 180/894 KB 52/549 KB 132/587 KB 288/404 KB 180/894 KB 52/549 KB 128/587 KB 288/404 KB 180/894 KB 64/549 KB 132/587 KB 304/404 KB 184/894 KB 64/549 KB 132/587 KB 304/404 KB 188/894 KB 64/549 KB 136/587 KB 304/404 KB 192/894 KB 68/549 KB 136/587 KB 304/404 KB 196/894 KB 68/549 KB 136/587 KB 308/404 KB 200/894 KB 68/549 KB 136/587 KB 308/404 KB 204/894 KB 68/549 KB 136/587 KB 308/404 KB 208/894 KB 64/549 KB 136/587 KB 304/404 KB 188/894 KB 68/549 KB 140/587 KB 308/404 KB 208/894 KB 68/549 KB 144/587 KB 308/404 KB 208/894 KB 68/549 KB 148/587 KB 308/404 KB 208/894 KB 68/549 KB 152/587 KB 308/404 KB 208/894 KB 68/549 KB 156/587 KB 308/404 KB 208/894 KB 68/549 KB 160/587 KB 308/404 KB 208/894 KB 68/549 KB 164/587 KB 308/404 KB 208/894 KB 68/549 KB 168/587 KB 308/404 KB 212/894 KB 68/549 KB 172/587 KB 308/404 KB 212/894 KB 68/549 KB 176/587 KB 308/404 KB 212/894 KB 68/549 KB 136/587 KB 308/404 KB 196/894 KB 68/549 KB 136/587 KB 304/404 KB 192/894 KB 72/549 KB 176/587 KB 308/404 KB 212/894 KB 4/79 KB 76/549 KB 176/587 KB 308/404 KB 212/894 KB 4/79 KB 68/549 KB 176/587 KB 308/404 KB 212/894 KB 4/79 KB 76/549 KB 176/587 KB 312/404 KB 212/894 KB 8/79 KB 76/549 KB 176/587 KB 312/404 KB 212/894 KB 12/79 KB 76/549 KB 176/587 KB 312/404 KB 212/894 KB 16/79 KB 76/549 KB 176/587 KB 312/404 KB 212/894 KB 20/79 KB 80/549 KB 176/587 KB 312/404 KB 212/894 KB 24/79 KB 80/549 KB 176/587 KB 312/404 KB 212/894 KB 28/79 KB 80/549 KB 176/587 KB 312/404 KB 212/894 KB 32/79 KB 68/549 KB 164/587 KB 308/404 KB 212/894 KB 80/549 KB 176/587 KB 312/404 KB 216/894 KB 32/79 KB 80/549 KB 176/587 KB 312/404 KB 212/894 KB 20/79 KB 76/549 KB 176/587 KB 312/404 KB 212/894 KB 4/79 KB 80/549 KB 176/587 KB 316/404 KB 220/894 KB 32/79 KB 80/549 KB 176/587 KB 320/404 KB 220/894 KB 32/79 KB 80/549 KB 176/587 KB 324/404 KB 220/894 KB 32/79 KB 84/549 KB 176/587 KB 328/404 KB 220/894 KB 32/79 KB 84/549 KB 176/587 KB 332/404 KB 220/894 KB 32/79 KB 84/549 KB 176/587 KB 336/404 KB 220/894 KB 36/79 KB 84/549 KB 176/587 KB 324/404 KB 220/894 KB 32/79 KB 88/549 KB 176/587 KB 336/404 KB 220/894 KB 36/79 KB 92/549 KB 176/587 KB 336/404 KB 220/894 KB 36/79 KB 96/549 KB 176/587 KB 336/404 KB 220/894 KB 36/79 KB 100/549 KB 176/587 KB 336/404 KB 220/894 KB 36/79 KB 84/549 KB 176/587 KB 332/404 KB 220/894 KB 36/79 KB 100/549 KB 180/587 KB 340/404 KB 220/894 KB 40/79 KB 100/549 KB 180/587 KB 340/404 KB 220/894 KB 36/79 KB 104/549 KB 180/587 KB 344/404 KB 220/894 KB 40/79 KB 100/549 KB 180/587 KB 336/404 KB 220/894 KB 36/79 KB 104/549 KB 184/587 KB 344/404 KB 220/894 KB 44/79 KB 80/549 KB 176/587 KB 312/404 KB 220/894 KB 36/79 KB 104/549 KB unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 184/587 KB 348/404 KB 224/894 KB 44/79 KB 104/549 KB 184/587 KB 348/404 KB 228/894 KB 44/79 KB 104/549 KB 184/587 KB 348/404 KB 232/894 KB 44/79 KB 104/549 KB 184/587 KB 348/404 KB 220/894 KB 44/79 KB 104/549 KB 188/587 KB 352/404 KB 232/894 KB 44/79 KB 104/549 KB 180/587 KB 344/404 KB 220/894 KB 44/79 KB 104/549 KB 188/587 KB 352/404 KB 232/894 KB 48/79 KB 104/549 KB 180/587 KB 340/404 KB 220/894 KB 40/79 KB 108/549 KB 188/587 KB 352/404 KB 232/894 KB 48/79 KB 112/549 KB 188/587 KB 352/404 KB 232/894 KB 48/79 KB 104/549 KB 188/587 KB 348/404 KB 232/894 KB 44/79 KB 112/549 KB 192/587 KB 352/404 KB 232/894 KB 48/79 KB 112/549 KB 192/587 KB 352/404 KB 236/894 KB 48/79 KB 112/549 KB 192/587 KB 352/404 KB 240/894 KB 48/79 KB 116/549 KB 192/587 KB 356/404 KB 244/894 KB 52/79 KB 116/549 KB 192/587 KB 356/404 KB 240/894 KB 52/79 KB 116/549 KB 196/587 KB 360/404 KB 244/894 KB 52/79 KB 116/549 KB 196/587 KB 364/404 KB 244/894 KB 52/79 KB 116/549 KB 196/587 KB 368/404 KB 244/894 KB 52/79 KB 116/549 KB 192/587 KB 352/404 KB 240/894 KB 52/79 KB 116/549 KB 192/587 KB 352/404 KB 240/894 KB 48/79 KB 120/549 KB 196/587 KB 368/404 KB 244/894 KB 52/79 KB 124/549 KB 196/587 KB 368/404 KB 244/894 KB 52/79 KB 116/549 KB 196/587 KB 356/404 KB 244/894 KB 52/79 KB 124/549 KB 200/587 KB 368/404 KB 244/894 KB 56/79 KB 124/549 KB 196/587 KB 368/404 KB 244/894 KB 56/79 KB 124/549 KB 200/587 KB 368/404 KB 244/894 KB 60/79 KB 128/549 KB 200/587 KB 368/404 KB 244/894 KB 64/79 KB 128/549 KB 200/587 KB 368/404 KB 244/894 KB 60/79 KB 128/549 KB 204/587 KB 368/404 KB 244/894 KB 64/79 KB 128/549 KB 208/587 KB 368/404 KB 244/894 KB 64/79 KB 132/549 KB 212/587 KB 372/404 KB 244/894 KB 68/79 KB 132/549 KB 216/587 KB 372/404 KB 248/894 KB 68/79 KB 132/549 KB 220/587 KB 372/404 KB 248/894 KB 68/79 KB 132/549 KB 224/587 KB 372/404 KB 248/894 KB 68/79 KB 132/549 KB 208/587 KB 372/404 KB 244/894 KB 68/79 KB 132/549 KB 224/587 KB 376/404 KB 248/894 KB 68/79 KB 132/549 KB 224/587 KB 380/404 KB 248/894 KB 68/79 KB 132/549 KB 224/587 KB 384/404 KB 248/894 KB 68/79 KB 132/549 KB 208/587 KB 368/404 KB 244/894 KB 68/79 KB 132/549 KB 224/587 KB 384/404 KB 248/894 KB 72/79 KB 132/549 KB 224/587 KB 384/404 KB 248/894 KB 76/79 KB 132/549 KB 224/587 KB 384/404 KB 248/894 KB 79/79 KB 132/549 KB 208/587 KB 368/404 KB 244/894 KB 64/79 KB 136/549 KB 224/587 KB 384/404 KB 248/894 KB 79/79 KB 140/549 KB 224/587 KB 384/404 KB 248/894 KB 79/79 KB 144/549 KB 224/587 KB 384/404 KB 248/894 KB 79/79 KB 132/549 KB 212/587 KB 372/404 KB 248/894 KB 68/79 KB 144/549 KB 224/587 KB 384/404 KB 252/894 KB 79/79 KB 144/549 KB 224/587 KB 384/404 KB 256/894 KB 79/79 KB 144/549 KB 224/587 KB 384/404 KB 260/894 KB 79/79 KB 144/549 KB 224/587 KB 388/404 KB 264/894 KB 79/79 KB 144/549 KB 228/587 KB 388/404 KB 268/894 KB 79/79 KB 148/549 KB 228/587 KB 388/404 KB 272/894 KB 79/79 KB 148/549 KB 228/587 KB 388/404 KB 276/894 KB 79/79 KB 148/549 KB 228/587 KB 388/404 KB 280/894 KB 79/79 KB 148/549 KB 228/587 KB 388/404 KB 284/894 KB 79/79 KB 148/549 KB 228/587 KB 388/404 KB 288/894 KB 79/79 KB 144/549 KB 224/587 KB 388/404 KB 260/894 KB 79/79 KB 148/549 KB 228/587 KB 392/404 KB 288/894 KB 79/79 KB 148/549 KB 228/587 KB 396/404 KB 288/894 KB 79/79 KB 148/549 KB 228/587 KB 400/404 KB 288/894 KB 79/79 KB 148/549 KB 228/587 KB 388/404 KB 268/894 KB 79/79 KB 152/549 KB 228/587 KB 400/404 KB 288/894 KB 79/79 KB 156/549 KB unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 228/587 KB 400/404 KB 288/894 KB 79/79 KB 160/549 KB 228/587 KB 400/404 KB 288/894 KB 79/79 KB 144/549 KB 228/587 KB 388/404 KB 264/894 KB 79/79 KB 160/549 KB 232/587 KB 400/404 KB 288/894 KB 79/79 KB 160/549 KB 236/587 KB 400/404 KB 288/894 KB 79/79 KB 160/549 KB 240/587 KB 400/404 KB 288/894 KB 79/79 KB 164/549 KB 244/587 KB 400/404 KB 288/894 KB 79/79 KB 164/549 KB 248/587 KB 404/404 KB 292/894 KB 79/79 KB 164/549 KB 252/587 KB 404/404 KB 292/894 KB 79/79 KB 164/549 KB 256/587 KB 404/404 KB 292/894 KB 79/79 KB 164/549 KB 260/587 KB 404/404 KB 292/894 KB 79/79 KB 164/549 KB 264/587 KB 404/404 KB 292/894 KB 164/549 KB 268/587 KB 404/404 KB 292/894 KB 164/549 KB 272/587 KB 404/404 KB 292/894 KB 164/549 KB 240/587 KB 400/404 KB 288/894 KB 79/79 KB 168/549 KB 272/587 KB 404/404 KB 292/894 KB 172/549 KB 272/587 KB 404/404 KB 292/894 KB 176/549 KB 272/587 KB 404/404 KB 292/894 KB 164/549 KB 244/587 KB 404/404 KB 292/894 KB 79/79 KB 176/549 KB 272/587 KB 404/404 KB 296/894 KB 176/549 KB 272/587 KB 404/404 KB 300/894 KB 176/549 KB 272/587 KB 404/404 KB 304/894 KB 176/549 KB 272/587 KB 404/404 KB 308/894 KB 164/549 KB 244/587 KB 404/404 KB 288/894 KB 79/79 KB 180/549 KB 272/587 KB 404/404 KB 308/894 KB 184/549 KB 276/587 KB 404/404 KB 312/894 KB 188/549 KB 276/587 KB 404/404 KB 312/894 KB 192/549 KB 276/587 KB 404/404 KB 312/894 KB 196/549 KB 276/587 KB 404/404 KB 312/894 KB 200/549 KB 276/587 KB 404/404 KB 312/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar (79 KB at 105.4 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 180/549 KB 276/587 KB 404/404 KB 312/894 KB 204/549 KB 280/587 KB 404/404 KB 312/894 KB 204/549 KB 284/587 KB 404/404 KB 312/894 KB 180/549 KB 272/587 KB 404/404 KB 312/894 KB 204/549 KB 288/587 KB 404/404 KB 316/894 KB 204/549 KB 288/587 KB 404/404 KB 320/894 KB 204/549 KB 288/587 KB 404/404 KB 324/894 KB 204/549 KB 288/587 KB 404/404 KB 328/894 KB 204/549 KB 288/587 KB 404/404 KB 332/894 KB 204/549 KB 288/587 KB 404/404 KB 336/894 KB 204/549 KB 288/587 KB 404/404 KB 340/894 KB 204/549 KB 288/587 KB 404/404 KB 344/894 KB 204/549 KB 288/587 KB 404/404 KB 348/894 KB 204/549 KB 288/587 KB 404/404 KB 352/894 KB 204/549 KB 288/587 KB 404/404 KB 356/894 KB 204/549 KB 276/587 KB 404/404 KB 312/894 KB 208/549 KB 288/587 KB 404/404 KB 356/894 KB 204/549 KB 288/587 KB 404/404 KB 324/894 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 531.0 KB/sec) unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 208/549 KB 292/587 KB 356/894 KB 212/549 KB 296/587 KB 356/894 KB 212/549 KB 300/587 KB 356/894 KB 212/549 KB 304/587 KB 356/894 KB 212/549 KB 292/587 KB 356/894 KB 216/549 KB 304/587 KB 356/894 KB 220/549 KB 304/587 KB 356/894 KB 224/549 KB 304/587 KB 356/894 KB 224/549 KB 308/587 KB 356/894 KB 228/549 KB 312/587 KB 356/894 KB 228/549 KB 316/587 KB 356/894 KB 228/549 KB 320/587 KB 356/894 KB 228/549 KB 324/587 KB 360/894 KB 228/549 KB 328/587 KB 360/894 KB 228/549 KB 332/587 KB 360/894 KB 228/549 KB 336/587 KB 360/894 KB 228/549 KB 308/587 KB 356/894 KB 232/549 KB 336/587 KB 360/894 KB 236/549 KB 336/587 KB 360/894 KB 240/549 KB 336/587 KB 360/894 KB 228/549 KB 324/587 KB 360/894 KB 240/549 KB 336/587 KB 364/894 KB 240/549 KB 336/587 KB 368/894 KB 244/549 KB 336/587 KB 372/894 KB 244/549 KB 336/587 KB 368/894 KB 244/549 KB 336/587 KB 4/115 KB 372/894 KB 244/549 KB 336/587 KB 8/115 KB 372/894 KB 244/549 KB 336/587 KB 12/115 KB 372/894 KB 244/549 KB 336/587 KB 16/115 KB 372/894 KB 244/549 KB 336/587 KB 20/115 KB 372/894 KB 244/549 KB 336/587 KB 24/115 KB 372/894 KB 244/549 KB 336/587 KB 28/115 KB 372/894 KB 244/549 KB 336/587 KB 32/115 KB 372/894 KB 244/549 KB 336/587 KB 36/115 KB 372/894 KB 248/549 KB 336/587 KB 36/115 KB 372/894 KB 252/549 KB 336/587 KB 36/115 KB 372/894 KB 256/549 KB 336/587 KB 36/115 KB 372/894 KB 260/549 KB 340/587 KB 40/115 KB 372/894 KB 264/549 KB 340/587 KB 40/115 KB 376/894 KB 268/549 KB 340/587 KB 40/115 KB 376/894 KB 272/549 KB 340/587 KB 40/115 KB 376/894 KB 256/549 KB 340/587 KB 40/115 KB 372/894 KB 272/549 KB 344/587 KB 40/115 KB 376/894 KB 272/549 KB 348/587 KB 40/115 KB 376/894 KB 272/549 KB 352/587 KB 40/115 KB 376/894 KB 256/549 KB 336/587 KB 40/115 KB 372/894 KB 272/549 KB 352/587 KB 44/115 KB 376/894 KB 272/549 KB 352/587 KB 48/115 KB 376/894 KB 260/549 KB 340/587 KB 40/115 KB 376/894 KB 272/549 KB 352/587 KB 48/115 KB 380/894 KB 272/549 KB 352/587 KB 48/115 KB 384/894 KB 272/549 KB 352/587 KB 48/115 KB 388/894 KB 272/549 KB 352/587 KB 52/115 KB 392/894 KB 272/549 KB 352/587 KB 52/115 KB 396/894 KB 272/549 KB 356/587 KB 52/115 KB 400/894 KB 272/549 KB 356/587 KB 52/115 KB 404/894 KB 276/549 KB 356/587 KB 52/115 KB 408/894 KB 276/549 KB 356/587 KB 52/115 KB 412/894 KB 276/549 KB 356/587 KB 52/115 KB 416/894 KB 272/549 KB 352/587 KB 52/115 KB 388/894 KB 276/549 KB 356/587 KB 56/115 KB 416/894 KB 276/549 KB 356/587 KB 60/115 KB 416/894 KB 276/549 KB 356/587 KB 64/115 KB 416/894 KB 276/549 KB 356/587 KB 68/115 KB 416/894 KB 276/549 KB 356/587 KB 72/115 KB 416/894 KB 276/549 KB 356/587 KB 76/115 KB 416/894 KB 276/549 KB 356/587 KB 80/115 KB 416/894 KB 276/549 KB 356/587 KB 52/115 KB 404/894 KB 280/549 KB 356/587 KB 80/115 KB 416/894 KB 272/549 KB 356/587 KB 52/115 KB 396/894 KB 284/549 KB 360/587 KB 80/115 KB 416/894 KB 284/549 KB 364/587 KB 80/115 KB 416/894 KB 284/549 KB 368/587 KB 80/115 KB 416/894 KB 284/549 KB 356/587 KB 80/115 KB 416/894 KB 288/549 KB 368/587 KB 80/115 KB 416/894 KB 292/549 KB 368/587 KB 80/115 KB 416/894 KB 296/549 KB 372/587 KB 84/115 KB 420/894 KB 300/549 KB 372/587 KB 84/115 KB 420/894 KB 304/549 KB 372/587 KB 84/115 KB 420/894 KB 292/549 KB 372/587 KB 80/115 KB 416/894 KB 304/549 KB 376/587 KB 84/115 KB 420/894 KB 304/549 KB 380/587 KB 84/115 KB 420/894 KB 304/549 KB 384/587 KB 84/115 KB 420/894 KB 292/549 KB 372/587 KB 84/115 KB 420/894 KB 304/549 KB 384/ unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 587 KB 84/115 KB 424/894 KB 304/549 KB 384/587 KB 84/115 KB 428/894 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 292/549 KB 372/587 KB 84/115 KB 416/894 KB 4/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 8/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 12/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 16/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 20/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 24/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 28/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 32/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 36/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 40/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 44/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 48/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 52/1822 KB 308/549 KB 384/587 KB 84/115 KB 432/894 KB 56/1822 KB 308/549 KB 384/587 KB 88/115 KB 432/894 KB 60/1822 KB 308/549 KB 384/587 KB 88/115 KB 432/894 KB 64/1822 KB 308/549 KB 384/587 KB 88/115 KB 432/894 KB 64/1822 KB 308/549 KB 388/587 KB 88/115 KB 432/894 KB 64/1822 KB 308/549 KB 392/587 KB 88/115 KB 432/894 KB 64/1822 KB 308/549 KB 396/587 KB 88/115 KB 432/894 KB 64/1822 KB 308/549 KB 400/587 KB 88/115 KB 432/894 KB 64/1822 KB 308/549 KB 404/587 KB 88/115 KB 432/894 KB 68/1822 KB 308/549 KB 408/587 KB 88/115 KB 436/894 KB 68/1822 KB 308/549 KB 412/587 KB 88/115 KB 436/894 KB 68/1822 KB 308/549 KB 416/587 KB 88/115 KB 436/894 KB 308/549 KB 384/587 KB 84/115 KB 428/894 KB 68/1822 KB 312/549 KB 416/587 KB 88/115 KB 436/894 KB 68/1822 KB 316/549 KB 416/587 KB 88/115 KB 436/894 KB 68/1822 KB 320/549 KB 416/587 KB 88/115 KB 436/894 KB 68/1822 KB 324/549 KB 416/587 KB 88/115 KB 436/894 KB 68/1822 KB 328/549 KB 416/587 KB 88/115 KB 436/894 KB 68/1822 KB 332/549 KB 416/587 KB 88/115 KB 436/894 KB 68/1822 KB 336/549 KB 416/587 KB 88/115 KB 436/894 KB 68/1822 KB 308/549 KB 404/587 KB 88/115 KB 436/894 KB 72/1822 KB 336/549 KB 416/587 KB 88/115 KB 436/894 KB 76/1822 KB 336/549 KB 416/587 KB 88/115 KB 436/894 KB 80/1822 KB 336/549 KB 416/587 KB 88/115 KB 436/894 KB 64/1822 KB 308/549 KB 404/587 KB 88/115 KB 436/894 KB 80/1822 KB 336/549 KB 416/587 KB 88/115 KB 440/894 KB 80/1822 KB 336/549 KB 416/587 KB 88/115 KB 444/894 KB 52/1822 KB 308/549 KB 384/587 KB 88/115 KB 432/894 KB 80/1822 KB 336/549 KB 416/587 KB 92/115 KB 444/894 KB 80/1822 KB 336/549 KB 416/587 KB 96/115 KB 444/894 KB 80/1822 KB 336/549 KB 416/587 KB 100/115 KB 444/894 KB 80/1822 KB 336/549 KB 416/587 KB 104/115 KB 444/894 KB 80/1822 KB 336/549 KB 416/587 KB 108/115 KB 444/894 KB 80/1822 KB 336/549 KB 416/587 KB 112/115 KB 444/894 KB 80/1822 KB 336/549 KB 416/587 KB 115/115 KB 448/894 KB 80/1822 KB 336/549 KB 416/587 KB 112/115 KB 448/894 KB 84/1822 KB 336/549 KB 416/587 KB 115/115 KB 448/894 KB 88/1822 KB 340/549 KB 420/587 KB 115/115 KB 452/894 KB 92/1822 KB 340/549 KB 420/587 KB 115/115 KB 452/894 KB 96/1822 KB 340/549 KB 420/587 KB 115/115 KB 452/894 KB 100/1822 KB 340/549 KB 420/587 KB 115/115 KB 452/894 KB 104/1822 KB 340/549 KB 420/587 KB 115/115 KB 452/894 KB 108/1822 KB 340/549 KB 420/587 KB 115/115 KB 452/894 KB 112/1822 KB 340/549 KB 420/587 KB 115/115 KB 452/894 KB 84/1822 KB 340/549 KB 420/587 KB 115/115 KB 452/894 KB 112/1822 KB 340/549 KB 424/587 KB 115/115 KB 452/894 KB 112/1822 KB 340/549 KB 428/587 KB 115/115 KB 452/894 KB 112/1822 KB 340/549 KB 432/587 KB 115/115 KB 452/894 K unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install B 112/1822 KB 340/549 KB 436/587 KB 115/115 KB 452/894 KB 112/1822 KB 340/549 KB 440/587 KB 115/115 KB 452/894 KB 112/1822 KB 340/549 KB 444/587 KB 115/115 KB 452/894 KB 112/1822 KB 340/549 KB 448/587 KB 115/115 KB 452/894 KB 112/1822 KB 340/549 KB 452/587 KB 115/115 KB 452/894 KB 84/1822 KB 340/549 KB 416/587 KB 115/115 KB 452/894 KB 116/1822 KB 344/549 KB 452/587 KB 115/115 KB 452/894 KB 116/1822 KB 348/549 KB 452/587 KB 115/115 KB 452/894 KB 116/1822 KB 352/549 KB 452/587 KB 115/115 KB 452/894 KB 84/1822 KB 336/549 KB 416/587 KB 115/115 KB 452/894 KB 116/1822 KB 352/549 KB 452/587 KB 115/115 KB 456/894 KB 116/1822 KB 352/549 KB 452/587 KB 115/115 KB 460/894 KB 116/1822 KB 352/549 KB 452/587 KB 115/115 KB 464/894 KB 116/1822 KB 352/549 KB 452/587 KB 115/115 KB 468/894 KB 116/1822 KB 352/549 KB 452/587 KB 115/115 KB 472/894 KB 116/1822 KB 352/549 KB 452/587 KB 476/894 KB 116/1822 KB 352/549 KB 452/587 KB 480/894 KB 116/1822 KB 352/549 KB 452/587 KB 484/894 KB 116/1822 KB 356/549 KB 452/587 KB 488/894 KB 116/1822 KB 356/549 KB 452/587 KB 492/894 KB 116/1822 KB 356/549 KB 452/587 KB 496/894 KB 116/1822 KB 340/549 KB 452/587 KB 115/115 KB 452/894 KB 120/1822 KB 356/549 KB 452/587 KB 496/894 KB 124/1822 KB 356/549 KB 452/587 KB 496/894 KB 128/1822 KB 356/549 KB 452/587 KB 496/894 KB 132/1822 KB 356/549 KB 452/587 KB 496/894 KB 136/1822 KB 356/549 KB 456/587 KB 500/894 KB 140/1822 KB 356/549 KB 456/587 KB 500/894 KB 144/1822 KB 356/549 KB 456/587 KB 500/894 KB 116/1822 KB 356/549 KB 452/587 KB 484/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 141.5 KB/sec) unit-abot-epc-basic-0: 17:32:07 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: 17:32:07 DEBUG unit.abot-epc-basic/0.install 144/1822 KB 360/549 KB 456/587 KB 500/894 KB 144/1822 KB 364/549 KB 456/587 KB 500/894 KB 144/1822 KB 368/549 KB 456/587 KB 500/894 KB 144/1822 KB 372/549 KB 456/587 KB 500/894 KB 144/1822 KB 376/549 KB 456/587 KB 500/894 KB 144/1822 KB 380/549 KB 456/587 KB 500/894 KB 132/1822 KB 356/549 KB 456/587 KB 500/894 KB 144/1822 KB 384/549 KB 460/587 KB 500/894 KB 144/1822 KB 384/549 KB 464/587 KB 500/894 KB 132/1822 KB 356/549 KB 452/587 KB 500/894 KB 144/1822 KB 384/549 KB 464/587 KB 504/894 KB 144/1822 KB 384/549 KB 464/587 KB 508/894 KB 144/1822 KB 384/549 KB 464/587 KB 512/894 KB 144/1822 KB 384/549 KB 468/587 KB 516/894 KB 148/1822 KB 384/549 KB 468/587 KB 520/894 KB 148/1822 KB 384/549 KB 468/587 KB 524/894 KB 148/1822 KB 384/549 KB 468/587 KB 528/894 KB 144/1822 KB 384/549 KB 456/587 KB 500/894 KB 148/1822 KB 388/549 KB 468/587 KB 528/894 KB 148/1822 KB 392/549 KB 468/587 KB 528/894 KB 148/1822 KB 396/549 KB 468/587 KB 528/894 KB 148/1822 KB 400/549 KB 468/587 KB 528/894 KB 148/1822 KB 384/549 KB 468/587 KB 516/894 KB 144/1822 KB 384/549 KB 468/587 KB 512/894 KB 148/1822 KB 400/549 KB 472/587 KB 528/894 KB 148/1822 KB 400/549 KB 476/587 KB 528/894 KB 148/1822 KB 400/549 KB 480/587 KB 528/894 KB 148/1822 KB 404/549 KB 480/587 KB 528/894 KB 152/1822 KB 408/549 KB 484/587 KB 532/894 KB 152/1822 KB 412/549 KB 484/587 KB 532/894 KB 152/1822 KB 416/549 KB 484/587 KB 532/894 KB 152/1822 KB 420/549 KB 484/587 KB 532/894 KB 152/1822 KB 424/549 KB 484/587 KB 532/894 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 4/206 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 8/206 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 12/206 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 16/206 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 20/206 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 24/206 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 28/206 KB 152/1822 KB 428/549 KB 484/587 KB 532/894 KB 32/206 KB 152/1822 KB 404/549 KB 484/587 KB 532/894 KB 152/1822 KB 428/549 KB 484/587 KB 536/894 KB 32/206 KB 152/1822 KB 428/549 KB 484/587 KB 540/894 KB 32/206 KB 152/1822 KB 428/549 KB 484/587 KB 544/894 KB 32/206 KB 152/1822 KB 404/549 KB 484/587 KB 528/894 KB 152/1822 KB 428/549 KB 488/587 KB 544/894 KB 32/206 KB 152/1822 KB 428/549 KB 492/587 KB 544/894 KB 32/206 KB 152/1822 KB 404/549 KB 480/587 KB 528/894 KB 156/1822 KB 428/549 KB 492/587 KB 544/894 KB 32/206 KB 160/1822 KB 428/549 KB 492/587 KB 544/894 KB 32/206 KB 164/1822 KB 428/549 KB 492/587 KB 544/894 KB 32/206 KB 168/1822 KB 428/549 KB 496/587 KB 544/894 KB 32/206 KB 172/1822 KB 428/549 KB 496/587 KB 544/894 KB 32/206 KB 176/1822 KB 428/549 KB 496/587 KB 544/894 KB 32/206 KB 180/1822 KB 428/549 KB 496/587 KB 544/894 KB 32/206 KB 184/1822 KB 432/549 KB 496/587 KB 548/894 KB 36/206 KB 188/1822 KB 432/549 KB 496/587 KB 548/894 KB 36/206 KB 192/1822 KB 432/549 KB 496/587 KB 548/894 KB 36/206 KB 164/1822 KB 428/549 KB 496/587 KB 544/894 KB 32/206 KB 192/1822 KB 432/549 KB 500/587 KB 548/894 KB 36/206 KB 192/1822 KB 432/549 KB 504/587 KB 548/894 KB 36/206 KB 192/1822 KB 432/549 KB 508/587 KB 548/894 KB 36/206 KB 192/1822 KB 432/549 KB 512/587 KB 548/894 KB 36/206 KB 180/1822 KB 432/549 KB 496/587 KB 548/894 KB 36/206 KB 180/1822 KB 428/549 KB 496/587 KB 548/894 KB 36/206 KB 192/1822 KB 432/549 KB 512/587 KB 552/894 KB 36/206 KB 192/1822 KB 432/549 KB 512/587 KB 556/894 KB 3 unit-abot-epc-basic-0: 17:32:07 DEBUG unit.abot-epc-basic/0.install 6/206 KB 192/1822 KB 432/549 KB 516/587 KB 560/894 KB 36/206 KB 192/1822 KB 432/549 KB 516/587 KB 564/894 KB 36/206 KB 196/1822 KB 436/549 KB 516/587 KB 568/894 KB 36/206 KB 196/1822 KB 436/549 KB 516/587 KB 572/894 KB 36/206 KB 196/1822 KB 436/549 KB 516/587 KB 576/894 KB 36/206 KB 180/1822 KB 428/549 KB 496/587 KB 544/894 KB 36/206 KB 196/1822 KB 436/549 KB 516/587 KB 576/894 KB 40/206 KB 196/1822 KB 436/549 KB 516/587 KB 576/894 KB 44/206 KB 196/1822 KB 436/549 KB 516/587 KB 576/894 KB 48/206 KB 196/1822 KB 436/549 KB 516/587 KB 576/894 KB 52/206 KB 196/1822 KB 436/549 KB 516/587 KB 564/894 KB 36/206 KB 196/1822 KB 440/549 KB 516/587 KB 576/894 KB 52/206 KB 196/1822 KB 444/549 KB 516/587 KB 576/894 KB 52/206 KB 196/1822 KB 448/549 KB 516/587 KB 576/894 KB 52/206 KB 196/1822 KB 448/549 KB 516/587 KB 576/894 KB 56/206 KB 196/1822 KB 448/549 KB 516/587 KB 576/894 KB 60/206 KB 196/1822 KB 448/549 KB 516/587 KB 576/894 KB 64/206 KB 196/1822 KB 448/549 KB 516/587 KB 576/894 KB 68/206 KB 196/1822 KB 452/549 KB 516/587 KB 580/894 KB 72/206 KB 196/1822 KB 452/549 KB 516/587 KB 580/894 KB 76/206 KB 196/1822 KB 452/549 KB 516/587 KB 580/894 KB 80/206 KB 196/1822 KB 452/549 KB 516/587 KB 580/894 KB 84/206 KB 196/1822 KB 452/549 KB 516/587 KB 580/894 KB 88/206 KB 196/1822 KB 432/549 KB 516/587 KB 564/894 KB 36/206 KB 200/1822 KB 452/549 KB 516/587 KB 580/894 KB 88/206 KB 204/1822 KB 452/549 KB 516/587 KB 580/894 KB 88/206 KB 208/1822 KB 452/549 KB 516/587 KB 580/894 KB 88/206 KB 192/1822 KB 432/549 KB 516/587 KB 556/894 KB 36/206 KB 208/1822 KB 452/549 KB 520/587 KB 580/894 KB 88/206 KB 208/1822 KB 452/549 KB 524/587 KB 580/894 KB 88/206 KB 208/1822 KB 452/549 KB 528/587 KB 580/894 KB 88/206 KB 208/1822 KB 452/549 KB 532/587 KB 580/894 KB 88/206 KB 212/1822 KB 452/549 KB 536/587 KB 580/894 KB 88/206 KB 212/1822 KB 452/549 KB 540/587 KB 580/894 KB 88/206 KB 212/1822 KB 452/549 KB 544/587 KB 580/894 KB 88/206 KB 196/1822 KB 452/549 KB 516/587 KB 580/894 KB 68/206 KB 212/1822 KB 456/549 KB 544/587 KB 580/894 KB 88/206 KB 212/1822 KB 460/549 KB 544/587 KB 580/894 KB 88/206 KB 212/1822 KB 464/549 KB 544/587 KB 580/894 KB 88/206 KB 196/1822 KB 448/549 KB 516/587 KB 580/894 KB 68/206 KB 212/1822 KB 464/549 KB 544/587 KB 584/894 KB 88/206 KB 212/1822 KB 464/549 KB 544/587 KB 588/894 KB 88/206 KB 212/1822 KB 464/549 KB 544/587 KB 592/894 KB 88/206 KB 212/1822 KB 468/549 KB 544/587 KB 596/894 KB 88/206 KB 212/1822 KB 468/549 KB 548/587 KB 600/894 KB 92/206 KB 212/1822 KB 468/549 KB 548/587 KB 604/894 KB 92/206 KB 212/1822 KB 468/549 KB 548/587 KB 608/894 KB 92/206 KB 212/1822 KB 452/549 KB 532/587 KB 580/894 KB 88/206 KB 216/1822 KB 468/549 KB 548/587 KB 608/894 KB 92/206 KB 220/1822 KB 468/549 KB 548/587 KB 608/894 KB 92/206 KB 224/1822 KB 468/549 KB 548/587 KB 608/894 KB 92/206 KB 228/1822 KB 468/549 KB 548/587 KB 608/894 KB 92/206 KB 232/1822 KB 468/549 KB 548/587 KB 608/894 KB 92/206 KB 236/1822 KB 468/549 KB 548/587 KB 608/894 KB 92/206 KB 240/1822 KB 468/549 KB 548/587 KB 608/894 KB 92/206 KB 212/1822 KB 468/549 KB 548/587 KB 596/894 KB 92/206 KB 240/1822 KB 468/549 KB 548/587 KB 608/894 KB 96/206 KB 212/1822 KB 468/549 KB 548/587 KB 596/894 KB 88/206 KB 212/1822 KB 468/549 KB 544/587 KB 592/894 KB 88/206 KB 240/1822 KB 472/549 KB 552/587 KB 608/894 KB 96/206 KB 240/1822 KB 476/549 KB 552/587 KB 608/894 KB 96/206 KB 240/1822 KB 480/549 KB 552/587 KB 608/894 KB 96/20 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 6 KB 244/1822 KB 480/549 KB 552/587 KB 612/894 KB 100/206 KB 248/1822 KB 484/549 KB 552/587 KB 612/894 KB 100/206 KB 244/1822 KB 484/549 KB 552/587 KB 612/894 KB 100/206 KB 252/1822 KB 488/549 KB 552/587 KB 612/894 KB 100/206 KB 252/1822 KB 492/549 KB 552/587 KB 612/894 KB 100/206 KB 252/1822 KB 496/549 KB 552/587 KB 612/894 KB 100/206 KB 240/1822 KB 468/549 KB 552/587 KB 612/894 KB 100/206 KB 252/1822 KB 496/549 KB 556/587 KB 612/894 KB 100/206 KB 252/1822 KB 496/549 KB 560/587 KB 612/894 KB 100/206 KB 252/1822 KB 496/549 KB 564/587 KB 612/894 KB 100/206 KB 240/1822 KB 480/549 KB 552/587 KB 612/894 KB 100/206 KB 252/1822 KB 496/549 KB 568/587 KB 616/894 KB 100/206 KB 252/1822 KB 496/549 KB 568/587 KB 620/894 KB 100/206 KB 252/1822 KB 496/549 KB 568/587 KB 624/894 KB 100/206 KB 252/1822 KB 496/549 KB 568/587 KB 628/894 KB 100/206 KB 252/1822 KB 500/549 KB 568/587 KB 632/894 KB 100/206 KB 252/1822 KB 500/549 KB 568/587 KB 636/894 KB 100/206 KB 252/1822 KB 500/549 KB 568/587 KB 640/894 KB 100/206 KB 240/1822 KB 480/549 KB 552/587 KB 608/894 KB 100/206 KB 252/1822 KB 500/549 KB 568/587 KB 640/894 KB 104/206 KB 252/1822 KB 500/549 KB 568/587 KB 640/894 KB 108/206 KB 252/1822 KB 500/549 KB 568/587 KB 640/894 KB 112/206 KB 252/1822 KB 500/549 KB 568/587 KB 640/894 KB 116/206 KB 252/1822 KB 500/549 KB 568/587 KB 640/894 KB 120/206 KB 252/1822 KB 500/549 KB 568/587 KB 640/894 KB 124/206 KB 252/1822 KB 500/549 KB 568/587 KB 640/894 KB 128/206 KB 252/1822 KB 500/549 KB 568/587 KB 628/894 KB 100/206 KB 252/1822 KB 504/549 KB 568/587 KB 640/894 KB 128/206 KB 252/1822 KB 508/549 KB 568/587 KB 640/894 KB 128/206 KB 252/1822 KB 512/549 KB 568/587 KB 640/894 KB 128/206 KB 252/1822 KB 496/549 KB 568/587 KB 628/894 KB 100/206 KB 256/1822 KB 512/549 KB 568/587 KB 640/894 KB 128/206 KB 252/1822 KB 496/549 KB 568/587 KB 616/894 KB 100/206 KB 256/1822 KB 512/549 KB 572/587 KB 640/894 KB 128/206 KB 256/1822 KB 512/549 KB 576/587 KB 640/894 KB 128/206 KB 256/1822 KB 512/549 KB 580/587 KB 640/894 KB 128/206 KB 256/1822 KB 512/549 KB 584/587 KB 640/894 KB 128/206 KB 256/1822 KB 512/549 KB 587/587 KB 640/894 KB 128/206 KB 260/1822 KB 512/549 KB 587/587 KB 640/894 KB 128/206 KB 260/1822 KB 516/549 KB 587/587 KB 640/894 KB 128/206 KB 264/1822 KB 520/549 KB 587/587 KB 644/894 KB 132/206 KB 264/1822 KB 524/549 KB 587/587 KB 644/894 KB 132/206 KB 264/1822 KB 528/549 KB 587/587 KB 644/894 KB 132/206 KB 264/1822 KB 516/549 KB 587/587 KB 644/894 KB 132/206 KB 264/1822 KB 528/549 KB 587/587 KB 648/894 KB 132/206 KB 264/1822 KB 528/549 KB 587/587 KB 652/894 KB 132/206 KB 264/1822 KB 528/549 KB 587/587 KB 656/894 KB 132/206 KB 264/1822 KB 532/549 KB 587/587 KB 660/894 KB 132/206 KB 264/1822 KB 532/549 KB 587/587 KB 664/894 KB 132/206 KB 264/1822 KB 532/549 KB 587/587 KB 668/894 KB 132/206 KB 264/1822 KB 532/549 KB 587/587 KB 672/894 KB 132/206 KB 264/1822 KB 532/549 KB 587/587 KB 676/894 KB 132/206 KB 264/1822 KB 516/549 KB 587/587 KB 640/894 KB 132/206 KB 264/1822 KB 532/549 KB 587/587 KB 676/894 KB 136/206 KB 264/1822 KB 532/549 KB 587/587 KB 676/894 KB 140/206 KB 264/1822 KB 532/549 KB 587/587 KB 676/894 KB 144/206 KB 264/1822 KB 516/549 KB 587/587 KB 640/894 KB 128/206 KB 268/1822 KB 532/549 KB 587/587 KB 676/894 KB 144/206 KB 272/1822 KB 532/549 KB 587/587 KB 676/894 KB 144/206 KB 276/1822 KB 532/549 KB 587/587 KB 676/894 KB 144/206 KB 280/1822 KB 532/549 KB 587/587 KB 676/894 KB 144/206 KB 2 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 84/1822 KB 532/549 KB 587/587 KB 676/894 KB 144/206 KB 288/1822 KB 532/549 KB 587/587 KB 676/894 KB 148/206 KB 264/1822 KB 532/549 KB 587/587 KB 656/894 KB 132/206 KB 288/1822 KB 536/549 KB 587/587 KB 676/894 KB 148/206 KB 288/1822 KB 540/549 KB 587/587 KB 676/894 KB 148/206 KB 288/1822 KB 544/549 KB 587/587 KB 676/894 KB 148/206 KB 292/1822 KB 544/549 KB 587/587 KB 676/894 KB 148/206 KB 296/1822 KB 548/549 KB 587/587 KB 676/894 KB 148/206 KB 300/1822 KB 548/549 KB 587/587 KB 676/894 KB 148/206 KB 304/1822 KB 548/549 KB 587/587 KB 676/894 KB 148/206 KB 284/1822 KB 532/549 KB 587/587 KB 676/894 KB 148/206 KB 304/1822 KB 548/549 KB 587/587 KB 676/894 KB 152/206 KB 304/1822 KB 548/549 KB 587/587 KB 676/894 KB 156/206 KB 304/1822 KB 548/549 KB 587/587 KB 676/894 KB 160/206 KB 292/1822 KB 548/549 KB 587/587 KB 676/894 KB 148/206 KB 304/1822 KB 549/549 KB 587/587 KB 676/894 KB 160/206 KB 304/1822 KB 549/549 KB 587/587 KB 676/894 KB 164/206 KB 308/1822 KB 549/549 KB 587/587 KB 680/894 KB 168/206 KB 308/1822 KB 549/549 KB 587/587 KB 680/894 KB 172/206 KB 308/1822 KB 549/549 KB 587/587 KB 680/894 KB 176/206 KB 308/1822 KB 549/549 KB 587/587 KB 680/894 KB 164/206 KB 308/1822 KB 549/549 KB 587/587 KB 684/894 KB 176/206 KB 308/1822 KB 549/549 KB 587/587 KB 688/894 KB 176/206 KB 308/1822 KB 549/549 KB 587/587 KB 692/894 KB 176/206 KB 308/1822 KB 549/549 KB 696/894 KB 180/206 KB 308/1822 KB 549/549 KB 700/894 KB 180/206 KB 308/1822 KB 549/549 KB 704/894 KB 180/206 KB 308/1822 KB 549/549 KB 708/894 KB 180/206 KB 308/1822 KB 549/549 KB 712/894 KB 180/206 KB 308/1822 KB 549/549 KB 716/894 KB 180/206 KB 308/1822 KB 549/549 KB 587/587 KB 676/894 KB 164/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 682.2 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 312/1822 KB 549/549 KB 716/894 KB 180/206 KB 316/1822 KB 549/549 KB 716/894 KB 180/206 KB 320/1822 KB 549/549 KB 716/894 KB 180/206 KB 324/1822 KB 549/549 KB 716/894 KB 180/206 KB 328/1822 KB 549/549 KB 716/894 KB 180/206 KB 332/1822 KB 549/549 KB 716/894 KB 180/206 KB 336/1822 KB 549/549 KB 716/894 KB 180/206 KB 308/1822 KB 549/549 KB 587/587 KB 692/894 KB 180/206 KB 336/1822 KB 549/549 KB 716/894 KB 184/206 KB 336/1822 KB 549/549 KB 716/894 KB 188/206 KB 336/1822 KB 549/549 KB 716/894 KB 192/206 KB 336/1822 KB 549/549 KB 716/894 KB 196/206 KB 336/1822 KB 549/549 KB 716/894 KB 200/206 KB 336/1822 KB 549/549 KB 716/894 KB 204/206 KB 336/1822 KB 549/549 KB 716/894 KB 206/206 KB 340/1822 KB 549/549 KB 720/894 KB 206/206 KB 344/1822 KB 549/549 KB 720/894 KB 206/206 KB 348/1822 KB 549/549 KB 720/894 KB 206/206 KB 352/1822 KB 549/549 KB 720/894 KB 206/206 KB 336/1822 KB 549/549 KB 720/894 KB 206/206 KB 352/1822 KB 549/549 KB 724/894 KB 206/206 KB 356/1822 KB 549/549 KB 728/894 KB 206/206 KB 356/1822 KB 549/549 KB 732/894 KB 206/206 KB 356/1822 KB 549/549 KB 736/894 KB 206/206 KB 356/1822 KB 549/549 KB 724/894 KB 206/206 KB 360/1822 KB 549/549 KB 736/894 KB 206/206 KB 364/1822 KB 549/549 KB 736/894 KB 206/206 KB 368/1822 KB 549/549 KB 736/894 KB 206/206 KB 372/1822 KB 549/549 KB 736/894 KB 206/206 KB 376/1822 KB 549/549 KB 740/894 KB 206/206 KB 380/1822 KB 549/549 KB 740/894 KB 206/206 KB 384/1822 KB 549/549 KB 740/894 KB 206/206 KB 372/1822 KB 549/549 KB 740/894 KB 206/206 KB 384/1822 KB 549/549 KB 744/894 KB 206/206 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 631.3 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 384/1822 KB 748/894 KB 206/206 KB 384/1822 KB 752/894 KB 206/206 KB 384/1822 KB 756/894 KB 206/206 KB 388/1822 KB 760/894 KB 388/1822 KB 764/894 KB 388/1822 KB 756/894 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 236.1 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 388/1822 KB 768/894 KB 392/1822 KB 768/894 KB 396/1822 KB 768/894 KB 400/1822 KB 768/894 KB 400/1822 KB 772/894 KB 404/1822 KB 776/894 KB 404/1822 KB 780/894 KB 404/1822 KB 784/894 KB 404/1822 KB 772/894 KB 408/1822 KB 784/894 KB 412/1822 KB 784/894 KB 416/1822 KB 784/894 KB 416/1822 KB 784/894 KB 4/314 KB 416/1822 KB 784/894 KB 8/314 KB 416/1822 KB 784/894 KB 3/57 KB 12/314 KB 416/1822 KB 784/894 KB 3/57 KB 16/314 KB 416/1822 KB 784/894 KB 3/57 KB 8/314 KB 416/1822 KB 784/894 KB 3/57 KB 20/314 KB 416/1822 KB 784/894 KB 6/57 KB 24/314 KB 416/1822 KB 784/894 KB 6/57 KB 28/314 KB 416/1822 KB 784/894 KB 6/57 KB 32/314 KB 416/1822 KB 784/894 KB 6/57 KB 20/314 KB 416/1822 KB 784/894 KB 9/57 KB 32/314 KB 416/1822 KB 784/894 KB 11/57 KB 32/314 KB 416/1822 KB 784/894 KB 14/57 KB 32/314 KB 416/1822 KB 784/894 KB 16/57 KB 32/314 KB 416/1822 KB 784/894 KB 19/57 KB 36/314 KB 416/1822 KB 784/894 KB 22/57 KB 36/314 KB 416/1822 KB 784/894 KB 16/57 KB 36/314 KB 416/1822 KB 784/894 KB 22/57 KB 40/314 KB 416/1822 KB 784/894 KB 22/57 KB 44/314 KB 416/1822 KB 784/894 KB 25/57 KB 44/314 KB 416/1822 KB 784/894 KB 25/57 KB 48/314 KB 416/1822 KB 784/894 KB 27/57 KB 48/314 KB 416/1822 KB 784/894 KB 27/57 KB 52/314 KB 416/1822 KB 784/894 KB 30/57 KB 52/314 KB 416/1822 KB 784/894 KB 32/57 KB 52/314 KB 416/1822 KB 784/894 KB 32/57 KB 56/314 KB 416/1822 KB 784/894 KB 32/57 KB 60/314 KB 416/1822 KB 784/894 KB 32/57 KB 64/314 KB 416/1822 KB 784/894 KB 36/57 KB 64/314 KB 416/1822 KB 784/894 KB 40/57 KB 68/314 KB 416/1822 KB 784/894 KB 44/57 KB 68/314 KB 420/1822 KB 784/894 KB 48/57 KB 68/314 KB 420/1822 KB 4/263 KB 784/894 KB 48/57 KB 68/314 KB 420/1822 KB 8/263 KB 784/894 KB 48/57 KB 68/314 KB 420/1822 KB 12/263 KB 784/894 KB 48/57 KB 68/314 KB 420/1822 KB 16/263 KB 784/894 KB 48/57 KB 68/314 KB 420/1822 KB 20/263 KB 784/894 KB 48/57 KB 68/314 KB 420/1822 KB 24/263 KB 788/894 KB 52/57 KB 68/314 KB 420/1822 KB 28/263 KB 788/894 KB 52/57 KB 68/314 KB 420/1822 KB 32/263 KB 788/894 KB 52/57 KB 68/314 KB 416/1822 KB 784/894 KB 36/57 KB 68/314 KB 420/1822 KB 32/263 KB 788/894 KB 52/57 KB 72/314 KB 420/1822 KB 32/263 KB 788/894 KB 52/57 KB 76/314 KB 420/1822 KB 20/263 KB 788/894 KB 52/57 KB 68/314 KB 420/1822 KB 20/263 KB 784/894 KB 52/57 KB 68/314 KB 420/1822 KB 32/263 KB 792/894 KB 52/57 KB 80/314 KB 420/1822 KB 784/894 KB 44/57 KB 68/314 KB 424/1822 KB 32/263 KB 792/894 KB 56/57 KB 80/314 KB 428/1822 KB 32/263 KB 792/894 KB 56/57 KB 84/314 KB 432/1822 KB 32/263 KB 792/894 KB 56/57 KB 84/314 KB 436/1822 KB 32/263 KB 792/894 KB 56/57 KB 84/314 KB 440/1822 KB 36/263 KB 792/894 KB 56/57 KB 84/314 KB 444/1822 KB 36/263 KB 792/894 KB 56/57 KB 84/314 KB 448/1822 KB 36/263 KB 792/894 KB 56/57 KB 84/314 KB 420/1822 KB 32/263 KB 792/894 KB 56/57 KB 80/314 KB 448/1822 KB 36/263 KB 792/894 KB 57/57 KB 84/314 KB 420/1822 KB 32/263 KB 792/894 KB 52/57 KB 76/314 KB 448/1822 KB 36/263 KB 796/894 KB 57/57 KB 84/314 KB 448/1822 KB 36/263 KB 800/894 KB 57/57 KB 84/314 KB 448/1822 KB 36/263 KB 804/894 KB 57/57 KB 84/314 KB 436/1822 KB 36/263 KB 792/894 KB 56/57 KB 84/314 KB 448/1822 KB 40/263 KB 804/894 KB 57/57 KB 84/314 KB 448/1822 KB 44/263 KB 808/894 KB 57/57 KB 84/314 KB 448/1822 KB 48/263 KB 808/894 KB 57/57 KB 84/314 KB 424/1822 KB 32/263 KB 792/894 KB 56/57 KB 84/314 KB 448/1822 KB 48/263 KB 808/894 KB 57/57 KB 88/314 KB 448/1822 KB 48/263 KB 808/894 KB 57/57 K unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install B 92/314 KB 448/1822 KB 48/263 KB 808/894 KB 57/57 KB 96/314 KB 448/1822 KB 40/263 KB 808/894 KB 57/57 KB 84/314 KB 448/1822 KB 48/263 KB 812/894 KB 57/57 KB 96/314 KB 448/1822 KB 48/263 KB 816/894 KB 57/57 KB 96/314 KB 448/1822 KB 48/263 KB 816/894 KB 57/57 KB 100/314 KB 452/1822 KB 52/263 KB 820/894 KB 57/57 KB 104/314 KB 452/1822 KB 52/263 KB 820/894 KB 57/57 KB 108/314 KB 452/1822 KB 52/263 KB 820/894 KB 57/57 KB 112/314 KB 452/1822 KB 52/263 KB 820/894 KB 57/57 KB 116/314 KB 452/1822 KB 52/263 KB 820/894 KB 57/57 KB 100/314 KB 456/1822 KB 52/263 KB 820/894 KB 57/57 KB 120/314 KB 460/1822 KB 52/263 KB 820/894 KB 57/57 KB 120/314 KB 464/1822 KB 52/263 KB 820/894 KB 57/57 KB 120/314 KB 448/1822 KB 52/263 KB 820/894 KB 57/57 KB 100/314 KB 464/1822 KB 56/263 KB 820/894 KB 57/57 KB 120/314 KB 464/1822 KB 60/263 KB 820/894 KB 57/57 KB 120/314 KB 464/1822 KB 64/263 KB 820/894 KB 57/57 KB 120/314 KB 448/1822 KB 48/263 KB 820/894 KB 57/57 KB 100/314 KB 464/1822 KB 64/263 KB 824/894 KB 57/57 KB 120/314 KB 464/1822 KB 64/263 KB 828/894 KB 57/57 KB 120/314 KB 464/1822 KB 64/263 KB 832/894 KB 57/57 KB 120/314 KB 464/1822 KB 68/263 KB 832/894 KB 57/57 KB 120/314 KB 468/1822 KB 72/263 KB 836/894 KB 120/314 KB 468/1822 KB 76/263 KB 836/894 KB 120/314 KB 468/1822 KB 80/263 KB 836/894 KB 120/314 KB 468/1822 KB 84/263 KB 836/894 KB 120/314 KB 468/1822 KB 88/263 KB 836/894 KB 120/314 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 63.2 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 468/1822 KB 68/263 KB 836/894 KB 57/57 KB 120/314 KB 468/1822 KB 88/263 KB 840/894 KB 120/314 KB 468/1822 KB 88/263 KB 844/894 KB 120/314 KB 468/1822 KB 88/263 KB 848/894 KB 120/314 KB 468/1822 KB 68/263 KB 832/894 KB 57/57 KB 120/314 KB 472/1822 KB 88/263 KB 848/894 KB 120/314 KB 468/1822 KB 72/263 KB 836/894 KB 120/314 KB 472/1822 KB 88/263 KB 848/894 KB 124/314 KB 472/1822 KB 88/263 KB 848/894 KB 128/314 KB 476/1822 KB 88/263 KB 848/894 KB 128/314 KB 480/1822 KB 88/263 KB 848/894 KB 128/314 KB 484/1822 KB 88/263 KB 852/894 KB 128/314 KB 488/1822 KB 92/263 KB 852/894 KB 132/314 KB 492/1822 KB 92/263 KB 852/894 KB 132/314 KB 496/1822 KB 92/263 KB 852/894 KB 132/314 KB 480/1822 KB 88/263 KB 852/894 KB 128/314 KB 496/1822 KB 92/263 KB 856/894 KB 132/314 KB 496/1822 KB 92/263 KB 860/894 KB 132/314 KB 496/1822 KB 92/263 KB 864/894 KB 132/314 KB 484/1822 KB 92/263 KB 852/894 KB 132/314 KB 496/1822 KB 96/263 KB 864/894 KB 132/314 KB 484/1822 KB 88/263 KB 852/894 KB 132/314 KB 496/1822 KB 96/263 KB 864/894 KB 136/314 KB 496/1822 KB 96/263 KB 864/894 KB 140/314 KB 496/1822 KB 96/263 KB 864/894 KB 144/314 KB 496/1822 KB 100/263 KB 864/894 KB 144/314 KB 496/1822 KB 104/263 KB 868/894 KB 148/314 KB 496/1822 KB 108/263 KB 868/894 KB 148/314 KB 496/1822 KB 100/263 KB 868/894 KB 148/314 KB 500/1822 KB 108/263 KB 868/894 KB 152/314 KB 500/1822 KB 108/263 KB 868/894 KB 156/314 KB 500/1822 KB 108/263 KB 868/894 KB 160/314 KB 496/1822 KB 100/263 KB 868/894 KB 144/314 KB 500/1822 KB 112/263 KB 872/894 KB 160/314 KB 500/1822 KB 112/263 KB 876/894 KB 160/314 KB 500/1822 KB 112/263 KB 880/894 KB 160/314 KB 500/1822 KB 112/263 KB 884/894 KB 160/314 KB 500/1822 KB 112/263 KB 888/894 KB 164/314 KB 500/1822 KB 4/99 KB 112/263 KB 892/894 KB 164/314 KB 500/1822 KB 4/99 KB 112/263 KB 894/894 KB 164/314 KB 500/1822 KB 112/263 KB 868/894 KB 160/314 KB 500/1822 KB 108/263 KB 868/894 KB 148/314 KB 504/1822 KB 4/99 KB 112/263 KB 894/894 KB 164/314 KB 508/1822 KB 4/99 KB 112/263 KB 894/894 KB 164/314 KB 512/1822 KB 4/99 KB 112/263 KB 894/894 KB 164/314 KB 500/1822 KB 4/99 KB 112/263 KB 888/894 KB 164/314 KB 512/1822 KB 8/99 KB 112/263 KB 894/894 KB 164/314 KB 512/1822 KB 12/99 KB 112/263 KB 894/894 KB 164/314 KB 512/1822 KB 16/99 KB 112/263 KB 894/894 KB 164/314 KB 512/1822 KB 20/99 KB 112/263 KB 894/894 KB 164/314 KB 512/1822 KB 24/99 KB 112/263 KB 894/894 KB 164/314 KB 512/1822 KB 28/99 KB 112/263 KB 894/894 KB 164/314 KB 512/1822 KB 32/99 KB 116/263 KB 894/894 KB 164/314 KB 512/1822 KB 36/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 40/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 44/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 48/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 52/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 56/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 60/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 64/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 68/99 KB 116/263 KB 894/894 KB 164/314 KB 500/1822 KB 112/263 KB 884/894 KB 164/314 KB 516/1822 KB 68/99 KB 116/263 KB 894/894 KB 168/314 KB 516/1822 KB 68/99 KB 116/263 KB 894/894 KB 172/314 KB 516/1822 KB 68/99 KB 116/263 KB 894/894 KB 176/314 KB 516/1822 KB 68/99 KB 116/263 KB 894/894 KB 180/314 KB 516/1822 KB 68/99 KB 116/263 KB 894/894 KB 184/314 KB 516/1822 KB 68/99 KB 116/263 KB 894/894 KB 188/314 KB 516/1822 KB 68/99 KB 116/263 KB 894/894 KB 192/314 KB 516/182 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 2 KB 68/99 KB 116/263 KB 894/894 KB 196/314 KB 516/1822 KB 68/99 KB 116/263 KB 200/314 KB 516/1822 KB 68/99 KB 116/263 KB 204/314 KB 516/1822 KB 36/99 KB 116/263 KB 894/894 KB 164/314 KB 512/1822 KB 28/99 KB 116/263 KB 894/894 KB 164/314 KB 516/1822 KB 68/99 KB 120/263 KB 204/314 KB 516/1822 KB 68/99 KB 124/263 KB 204/314 KB 516/1822 KB 68/99 KB 128/263 KB 204/314 KB 516/1822 KB 68/99 KB 132/263 KB 204/314 KB 520/1822 KB 68/99 KB 136/263 KB 204/314 KB 520/1822 KB 68/99 KB 140/263 KB 204/314 KB 520/1822 KB 68/99 KB 144/263 KB 204/314 KB 520/1822 KB 68/99 KB 148/263 KB 204/314 KB 520/1822 KB 68/99 KB 152/263 KB 204/314 KB 520/1822 KB 68/99 KB 156/263 KB 204/314 KB 520/1822 KB 68/99 KB 160/263 KB 204/314 KB 520/1822 KB 68/99 KB 132/263 KB 204/314 KB 524/1822 KB 68/99 KB 160/263 KB 204/314 KB 528/1822 KB 68/99 KB 160/263 KB 204/314 KB 532/1822 KB 68/99 KB 160/263 KB 204/314 KB 536/1822 KB 68/99 KB 160/263 KB 204/314 KB 540/1822 KB 68/99 KB 160/263 KB 204/314 KB 544/1822 KB 68/99 KB 160/263 KB 204/314 KB 548/1822 KB 68/99 KB 160/263 KB 204/314 KB 552/1822 KB 68/99 KB 160/263 KB 204/314 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 975.1 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 552/1822 KB 72/99 KB 160/263 KB 208/314 KB 552/1822 KB 72/99 KB 160/263 KB 204/314 KB 556/1822 KB 76/99 KB 160/263 KB 208/314 KB 556/1822 KB 80/99 KB 160/263 KB 208/314 KB 556/1822 KB 84/99 KB 160/263 KB 212/314 KB 556/1822 KB 88/99 KB 164/263 KB 212/314 KB 556/1822 KB 92/99 KB 164/263 KB 212/314 KB 556/1822 KB 96/99 KB 164/263 KB 212/314 KB 556/1822 KB 72/99 KB 160/263 KB 208/314 KB 560/1822 KB 96/99 KB 164/263 KB 212/314 KB 564/1822 KB 96/99 KB 164/263 KB 212/314 KB 568/1822 KB 96/99 KB 164/263 KB 212/314 KB 572/1822 KB 96/99 KB 164/263 KB 212/314 KB 576/1822 KB 96/99 KB 164/263 KB 212/314 KB 556/1822 KB 84/99 KB 164/263 KB 212/314 KB 576/1822 KB 96/99 KB 168/263 KB 212/314 KB 576/1822 KB 96/99 KB 172/263 KB 212/314 KB 576/1822 KB 96/99 KB 176/263 KB 212/314 KB 556/1822 KB 80/99 KB 160/263 KB 212/314 KB 576/1822 KB 96/99 KB 4/276 KB 176/263 KB 212/314 KB 580/1822 KB 99/99 KB 8/276 KB 180/263 KB 216/314 KB 580/1822 KB 99/99 KB 12/276 KB 180/263 KB 216/314 KB 580/1822 KB 99/99 KB 16/276 KB 180/263 KB 216/314 KB 576/1822 KB 96/99 KB 4/276 KB 176/263 KB 216/314 KB 580/1822 KB 99/99 KB 16/276 KB 180/263 KB 220/314 KB 580/1822 KB 99/99 KB 16/276 KB 180/263 KB 224/314 KB 580/1822 KB 99/99 KB 16/276 KB 180/263 KB 228/314 KB 580/1822 KB 99/99 KB 16/276 KB 180/263 KB 232/314 KB 580/1822 KB 99/99 KB 16/276 KB 180/263 KB 236/314 KB 580/1822 KB 99/99 KB 16/276 KB 180/263 KB 240/314 KB 580/1822 KB 99/99 KB 4/276 KB 180/263 KB 216/314 KB 584/1822 KB 99/99 KB 16/276 KB 180/263 KB 240/314 KB 588/1822 KB 99/99 KB 16/276 KB 180/263 KB 240/314 KB 592/1822 KB 99/99 KB 16/276 KB 180/263 KB 240/314 KB 576/1822 KB 99/99 KB 4/276 KB 180/263 KB 216/314 KB 576/1822 KB 96/99 KB 4/276 KB 180/263 KB 216/314 KB 592/1822 KB 99/99 KB 16/276 KB 184/263 KB 240/314 KB 592/1822 KB 99/99 KB 16/276 KB 188/263 KB 240/314 KB 592/1822 KB 99/99 KB 16/276 KB 192/263 KB 240/314 KB 592/1822 KB 99/99 KB 16/276 KB 196/263 KB 240/314 KB 596/1822 KB 99/99 KB 20/276 KB 200/263 KB 244/314 KB 596/1822 KB 99/99 KB 20/276 KB 204/263 KB 244/314 KB 596/1822 KB 99/99 KB 20/276 KB 208/263 KB 244/314 KB 596/1822 KB 99/99 KB 16/276 KB 196/263 KB 240/314 KB 600/1822 KB 99/99 KB 20/276 KB 208/263 KB 244/314 KB 604/1822 KB 99/99 KB 20/276 KB 208/263 KB 244/314 KB 608/1822 KB 99/99 KB 20/276 KB 208/263 KB 244/314 KB 596/1822 KB 99/99 KB 20/276 KB 196/263 KB 244/314 KB 608/1822 KB 99/99 KB 24/276 KB 208/263 KB 244/314 KB 608/1822 KB 99/99 KB 28/276 KB 208/263 KB 244/314 KB 608/1822 KB 99/99 KB 32/276 KB 208/263 KB 244/314 KB 608/1822 KB 99/99 KB 36/276 KB 208/263 KB 244/314 KB 612/1822 KB 99/99 KB 40/276 KB 212/263 KB 244/314 KB 612/1822 KB 99/99 KB 44/276 KB 212/263 KB 244/314 KB 612/1822 KB 99/99 KB 48/276 KB 212/263 KB 244/314 KB 596/1822 KB 99/99 KB 16/276 KB 196/263 KB 244/314 KB 612/1822 KB 99/99 KB 48/276 KB 212/263 KB 248/314 KB 612/1822 KB 99/99 KB 48/276 KB 212/263 KB 252/314 KB 612/1822 KB 99/99 KB 48/276 KB 212/263 KB 256/314 KB 612/1822 KB 99/99 KB 48/276 KB 212/263 KB 260/314 KB 612/1822 KB 99/99 KB 48/276 KB 212/263 KB 264/314 KB 612/1822 KB 99/99 KB 48/276 KB 212/263 KB 268/314 KB 612/1822 KB 99/99 KB 48/276 KB 212/263 KB 272/314 KB 612/1822 KB 99/99 KB 36/276 KB 212/263 KB 244/314 KB 616/1822 KB 99/99 KB 48/276 KB 212/263 KB 272/314 KB 620/1822 KB 99/99 KB 48/276 KB 212/263 KB 272/314 KB 624/1822 KB 99/99 KB 48/276 KB 212/263 KB 272/314 KB 608/1822 KB 99/99 KB 36/276 KB 212/2 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 63 KB 244/314 KB 624/1822 KB 99/99 KB 48/276 KB 216/263 KB 272/314 KB 624/1822 KB 99/99 KB 48/276 KB 220/263 KB 272/314 KB 624/1822 KB 99/99 KB 48/276 KB 224/263 KB 272/314 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 105.5 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 624/1822 KB 48/276 KB 228/263 KB 272/314 KB 628/1822 KB 52/276 KB 232/263 KB 276/314 KB 628/1822 KB 52/276 KB 236/263 KB 276/314 KB 628/1822 KB 52/276 KB 240/263 KB 276/314 KB 628/1822 KB 52/276 KB 244/263 KB 276/314 KB 628/1822 KB 52/276 KB 248/263 KB 276/314 KB 628/1822 KB 52/276 KB 252/263 KB 276/314 KB 628/1822 KB 52/276 KB 228/263 KB 276/314 KB 628/1822 KB 48/276 KB 228/263 KB 276/314 KB 632/1822 KB 52/276 KB 252/263 KB 276/314 KB 636/1822 KB 52/276 KB 252/263 KB 276/314 KB 640/1822 KB 52/276 KB 252/263 KB 276/314 KB 624/1822 KB 48/276 KB 228/263 KB 276/314 KB 640/1822 KB 52/276 KB 252/263 KB 280/314 KB 640/1822 KB 52/276 KB 252/263 KB 284/314 KB 640/1822 KB 52/276 KB 252/263 KB 288/314 KB 644/1822 KB 56/276 KB 252/263 KB 292/314 KB 644/1822 KB 56/276 KB 252/263 KB 296/314 KB 644/1822 KB 56/276 KB 252/263 KB 300/314 KB 644/1822 KB 56/276 KB 256/263 KB 304/314 KB 644/1822 KB 56/276 KB 252/263 KB 288/314 KB 644/1822 KB 60/276 KB 256/263 KB 304/314 KB 644/1822 KB 64/276 KB 256/263 KB 304/314 KB 644/1822 KB 68/276 KB 256/263 KB 304/314 KB 644/1822 KB 72/276 KB 256/263 KB 304/314 KB 644/1822 KB 76/276 KB 256/263 KB 304/314 KB 644/1822 KB 80/276 KB 256/263 KB 308/314 KB 644/1822 KB 52/276 KB 252/263 KB 288/314 KB 648/1822 KB 80/276 KB 256/263 KB 308/314 KB 652/1822 KB 80/276 KB 256/263 KB 308/314 KB 656/1822 KB 80/276 KB 256/263 KB 308/314 KB 660/1822 KB 80/276 KB 256/263 KB 308/314 KB 664/1822 KB 80/276 KB 256/263 KB 308/314 KB 668/1822 KB 80/276 KB 256/263 KB 308/314 KB 672/1822 KB 84/276 KB 256/263 KB 308/314 KB 644/1822 KB 76/276 KB 256/263 KB 308/314 KB 672/1822 KB 84/276 KB 256/263 KB 312/314 KB 672/1822 KB 84/276 KB 256/263 KB 314/314 KB 644/1822 KB 56/276 KB 256/263 KB 300/314 KB 672/1822 KB 84/276 KB 256/263 KB 4/54 KB 314/314 KB 672/1822 KB 84/276 KB 256/263 KB 8/54 KB 314/314 KB 672/1822 KB 84/276 KB 256/263 KB 12/54 KB 314/314 KB 672/1822 KB 84/276 KB 256/263 KB 16/54 KB 314/314 KB 672/1822 KB 84/276 KB 256/263 KB 20/54 KB 314/314 KB 672/1822 KB 84/276 KB 256/263 KB 24/54 KB 314/314 KB 672/1822 KB 84/276 KB 256/263 KB 28/54 KB 314/314 KB 672/1822 KB 84/276 KB 256/263 KB 32/54 KB 314/314 KB 672/1822 KB 84/276 KB 256/263 KB 36/54 KB 314/314 KB 672/1822 KB 84/276 KB 260/263 KB 40/54 KB 314/314 KB 672/1822 KB 84/276 KB 260/263 KB 44/54 KB 314/314 KB 672/1822 KB 84/276 KB 260/263 KB 48/54 KB 314/314 KB 668/1822 KB 84/276 KB 256/263 KB 308/314 KB 672/1822 KB 88/276 KB 260/263 KB 48/54 KB 314/314 KB 672/1822 KB 92/276 KB 260/263 KB 48/54 KB 314/314 KB 672/1822 KB 96/276 KB 260/263 KB 48/54 KB 314/314 KB 672/1822 KB 100/276 KB 260/263 KB 48/54 KB 314/314 KB 676/1822 KB 104/276 KB 260/263 KB 52/54 KB 314/314 KB 676/1822 KB 108/276 KB 260/263 KB 52/54 KB 314/314 KB 676/1822 KB 112/276 KB 260/263 KB 52/54 KB 314/314 KB 672/1822 KB 84/276 KB 260/263 KB 36/54 KB 314/314 KB 676/1822 KB 112/276 KB 263/263 KB 52/54 KB 314/314 KB 676/1822 KB 100/276 KB 260/263 KB 52/54 KB 314/314 KB 680/1822 KB 112/276 KB 263/263 KB 52/54 KB 314/314 KB 684/1822 KB 112/276 KB 263/263 KB 52/54 KB 314/314 KB 688/1822 KB 112/276 KB 263/263 KB 52/54 KB 314/314 KB 672/1822 KB 100/276 KB 260/263 KB 52/54 KB 314/314 KB 688/1822 KB 112/276 KB 263/263 KB 54/54 KB 314/314 KB 692/1822 KB 112/276 KB 263/263 KB 54/54 KB 696/1822 KB 116/276 KB 263/263 KB 54/54 KB 700/1822 KB 116/276 KB 263/263 KB 54/54 KB 704/1822 KB 116/276 KB 263/263 KB 54/54 KB 708/182 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 2 KB 116/276 KB 263/263 KB 54/54 KB 712/1822 KB 116/276 KB 263/263 KB 54/54 KB 716/1822 KB 116/276 KB 263/263 KB 54/54 KB 720/1822 KB 116/276 KB 263/263 KB 54/54 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 327.9 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 692/1822 KB 116/276 KB 263/263 KB 54/54 KB 720/1822 KB 120/276 KB 263/263 KB 54/54 KB 720/1822 KB 124/276 KB 263/263 KB 54/54 KB 720/1822 KB 128/276 KB 263/263 KB 54/54 KB 720/1822 KB 132/276 KB 263/263 KB 54/54 KB 724/1822 KB 136/276 KB 263/263 KB 54/54 KB 724/1822 KB 140/276 KB 263/263 KB 54/54 KB 724/1822 KB 144/276 KB 263/263 KB 54/54 KB 724/1822 KB 148/276 KB 263/263 KB 54/54 KB 724/1822 KB 132/276 KB 263/263 KB 54/54 KB 728/1822 KB 148/276 KB 263/263 KB 54/54 KB 732/1822 KB 148/276 KB 263/263 KB 54/54 KB 736/1822 KB 148/276 KB 263/263 KB 54/54 KB 740/1822 KB 148/276 KB 263/263 KB 54/54 KB 740/1822 KB 152/276 KB 263/263 KB 54/54 KB 740/1822 KB 156/276 KB 263/263 KB 54/54 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 273.7 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 740/1822 KB 160/276 KB 54/54 KB 740/1822 KB 164/276 KB 54/54 KB 744/1822 KB 168/276 KB 54/54 KB 744/1822 KB 172/276 KB 54/54 KB 744/1822 KB 176/276 KB 54/54 KB 744/1822 KB 180/276 KB 54/54 KB 744/1822 KB 184/276 KB 54/54 KB 744/1822 KB 188/276 KB 54/54 KB 744/1822 KB 192/276 KB 54/54 KB 744/1822 KB 196/276 KB 54/54 KB 744/1822 KB 164/276 KB 54/54 KB 748/1822 KB 196/276 KB 54/54 KB 752/1822 KB 196/276 KB 54/54 KB 756/1822 KB 196/276 KB 54/54 KB 4/748 KB 752/1822 KB 196/276 KB 54/54 KB 4/748 KB 756/1822 KB 196/276 KB 54/54 KB 8/748 KB 756/1822 KB 196/276 KB 54/54 KB 12/748 KB 756/1822 KB 196/276 KB 54/54 KB 16/748 KB 756/1822 KB 196/276 KB 54/54 KB 20/748 KB 756/1822 KB 196/276 KB 54/54 KB 24/748 KB 756/1822 KB 196/276 KB 54/54 KB 28/748 KB 756/1822 KB 196/276 KB 54/54 KB 32/748 KB 756/1822 KB 196/276 KB 54/54 KB 36/748 KB 760/1822 KB 196/276 KB 54/54 KB 36/748 KB 764/1822 KB 196/276 KB 54/54 KB 36/748 KB 768/1822 KB 196/276 KB 54/54 KB 36/748 KB 768/1822 KB 196/276 KB 54/54 KB 40/748 KB 768/1822 KB 196/276 KB 54/54 KB 44/748 KB 768/1822 KB 196/276 KB 54/54 KB 4/223 KB 44/748 KB 768/1822 KB 196/276 KB 8/223 KB 44/748 KB 768/1822 KB 196/276 KB 12/223 KB 44/748 KB 768/1822 KB 196/276 KB 16/223 KB 44/748 KB 768/1822 KB 196/276 KB 20/223 KB 44/748 KB 768/1822 KB 196/276 KB 24/223 KB 44/748 KB 768/1822 KB 196/276 KB 28/223 KB 44/748 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 55.5 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 768/1822 KB 196/276 KB 32/223 KB 44/748 KB 768/1822 KB 196/276 KB 36/223 KB 44/748 KB 768/1822 KB 196/276 KB 40/223 KB 44/748 KB 768/1822 KB 196/276 KB 44/223 KB 44/748 KB 768/1822 KB 196/276 KB 48/223 KB 44/748 KB 768/1822 KB 196/276 KB 52/223 KB 44/748 KB 768/1822 KB 196/276 KB 56/223 KB 44/748 KB 768/1822 KB 196/276 KB 60/223 KB 44/748 KB 768/1822 KB 196/276 KB 60/223 KB 48/748 KB 768/1822 KB 196/276 KB 64/223 KB 48/748 KB 772/1822 KB 196/276 KB 64/223 KB 48/748 KB 776/1822 KB 200/276 KB 68/223 KB 52/748 KB 780/1822 KB 200/276 KB 68/223 KB 52/748 KB 784/1822 KB 200/276 KB 68/223 KB 52/748 KB 772/1822 KB 200/276 KB 68/223 KB 52/748 KB 772/1822 KB 196/276 KB 68/223 KB 52/748 KB 784/1822 KB 204/276 KB 68/223 KB 56/748 KB 784/1822 KB 204/276 KB 68/223 KB 60/748 KB 772/1822 KB 196/276 KB 68/223 KB 48/748 KB 784/1822 KB 204/276 KB 72/223 KB 64/748 KB 784/1822 KB 204/276 KB 76/223 KB 64/748 KB 784/1822 KB 204/276 KB 80/223 KB 64/748 KB 784/1822 KB 204/276 KB 84/223 KB 64/748 KB 788/1822 KB 204/276 KB 88/223 KB 64/748 KB 788/1822 KB 204/276 KB 92/223 KB 64/748 KB 788/1822 KB 204/276 KB 96/223 KB 64/748 KB 784/1822 KB 204/276 KB 68/223 KB 52/748 KB 788/1822 KB 208/276 KB 96/223 KB 64/748 KB 788/1822 KB 208/276 KB 96/223 KB 64/748 KB 4/27 KB 788/1822 KB 208/276 KB 96/223 KB 64/748 KB 8/27 KB 788/1822 KB 208/276 KB 96/223 KB 64/748 KB 12/27 KB 788/1822 KB 208/276 KB 96/223 KB 64/748 KB 16/27 KB 788/1822 KB 208/276 KB 96/223 KB 64/748 KB 20/27 KB 788/1822 KB 208/276 KB 96/223 KB 64/748 KB 24/27 KB 788/1822 KB 208/276 KB 96/223 KB 64/748 KB 27/27 KB 788/1822 KB 212/276 KB 96/223 KB 64/748 KB 27/27 KB 788/1822 KB 216/276 KB 96/223 KB 64/748 KB 27/27 KB 788/1822 KB 220/276 KB 96/223 KB 64/748 KB 27/27 KB 788/1822 KB 224/276 KB 96/223 KB 64/748 KB 27/27 KB 788/1822 KB 204/276 KB 84/223 KB 64/748 KB 792/1822 KB 224/276 KB 96/223 KB 64/748 KB 27/27 KB 796/1822 KB 224/276 KB 96/223 KB 64/748 KB 27/27 KB 800/1822 KB 224/276 KB 96/223 KB 64/748 KB 27/27 KB 784/1822 KB 204/276 KB 84/223 KB 64/748 KB 800/1822 KB 224/276 KB 96/223 KB 68/748 KB 27/27 KB 800/1822 KB 224/276 KB 96/223 KB 72/748 KB 27/27 KB 800/1822 KB 224/276 KB 96/223 KB 76/748 KB 27/27 KB 800/1822 KB 224/276 KB 96/223 KB 80/748 KB 27/27 KB 800/1822 KB 224/276 KB 96/223 KB 84/748 KB 27/27 KB 804/1822 KB 228/276 KB 100/223 KB 88/748 KB 804/1822 KB 228/276 KB 100/223 KB 92/748 KB 804/1822 KB 228/276 KB 100/223 KB 96/748 KB 804/1822 KB 228/276 KB 100/223 KB 84/748 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 27.0 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 808/1822 KB 228/276 KB 100/223 KB 96/748 KB 812/1822 KB 228/276 KB 100/223 KB 96/748 KB 816/1822 KB 228/276 KB 100/223 KB 96/748 KB 800/1822 KB 228/276 KB 100/223 KB 84/748 KB 27/27 KB 816/1822 KB 228/276 KB 104/223 KB 96/748 KB 816/1822 KB 228/276 KB 108/223 KB 96/748 KB 816/1822 KB 228/276 KB 112/223 KB 96/748 KB 800/1822 KB 228/276 KB 96/223 KB 84/748 KB 27/27 KB 816/1822 KB 232/276 KB 112/223 KB 96/748 KB 816/1822 KB 236/276 KB 112/223 KB 96/748 KB 820/1822 KB 240/276 KB 112/223 KB 96/748 KB 824/1822 KB 240/276 KB 116/223 KB 100/748 KB 828/1822 KB 240/276 KB 116/223 KB 100/748 KB 832/1822 KB 240/276 KB 116/223 KB 100/748 KB 820/1822 KB 240/276 KB 116/223 KB 100/748 KB 832/1822 KB 240/276 KB 120/223 KB 100/748 KB 832/1822 KB 240/276 KB 124/223 KB 100/748 KB 832/1822 KB 240/276 KB 128/223 KB 100/748 KB 820/1822 KB 240/276 KB 112/223 KB 100/748 KB 816/1822 KB 240/276 KB 112/223 KB 96/748 KB 832/1822 KB 244/276 KB 128/223 KB 100/748 KB 832/1822 KB 248/276 KB 128/223 KB 104/748 KB 832/1822 KB 252/276 KB 128/223 KB 104/748 KB 832/1822 KB 256/276 KB 128/223 KB 104/748 KB 836/1822 KB 260/276 KB 128/223 KB 104/748 KB 836/1822 KB 264/276 KB 132/223 KB 104/748 KB 836/1822 KB 268/276 KB 132/223 KB 104/748 KB 836/1822 KB 272/276 KB 132/223 KB 104/748 KB 836/1822 KB 276/276 KB 132/223 KB 104/748 KB 836/1822 KB 276/276 KB 132/223 KB 104/748 KB 832/1822 KB 244/276 KB 128/223 KB 104/748 KB 836/1822 KB 276/276 KB 132/223 KB 108/748 KB 836/1822 KB 276/276 KB 132/223 KB 112/748 KB 836/1822 KB 276/276 KB 132/223 KB 116/748 KB 836/1822 KB 276/276 KB 132/223 KB 120/748 KB 836/1822 KB 276/276 KB 132/223 KB 124/748 KB 836/1822 KB 276/276 KB 132/223 KB 128/748 KB 836/1822 KB 260/276 KB 132/223 KB 104/748 KB 836/1822 KB 276/276 KB 136/223 KB 128/748 KB 836/1822 KB 276/276 KB 140/223 KB 128/748 KB 836/1822 KB 276/276 KB 144/223 KB 128/748 KB 836/1822 KB 256/276 KB 128/223 KB 104/748 KB 840/1822 KB 276/276 KB 144/223 KB 128/748 KB 844/1822 KB 276/276 KB 144/223 KB 128/748 KB 848/1822 KB 276/276 KB 144/223 KB 128/748 KB 852/1822 KB 276/276 KB 144/223 KB 128/748 KB 856/1822 KB 276/276 KB 148/223 KB 132/748 KB 860/1822 KB 276/276 KB 148/223 KB 132/748 KB 864/1822 KB 276/276 KB 148/223 KB 132/748 KB 852/1822 KB 276/276 KB 148/223 KB 132/748 KB 852/1822 KB 276/276 KB 148/223 KB 128/748 KB 864/1822 KB 276/276 KB 152/223 KB 132/748 KB 864/1822 KB 276/276 KB 156/223 KB 132/748 KB 864/1822 KB 276/276 KB 156/223 KB 136/748 KB 864/1822 KB 276/276 KB 156/223 KB 140/748 KB 868/1822 KB 276/276 KB 160/223 KB 144/748 KB 864/1822 KB 276/276 KB 160/223 KB 140/748 KB 868/1822 KB 276/276 KB 164/223 KB 144/748 KB 868/1822 KB 276/276 KB 168/223 KB 148/748 KB 868/1822 KB 276/276 KB 172/223 KB 148/748 KB 868/1822 KB 276/276 KB 176/223 KB 148/748 KB 868/1822 KB 276/276 KB 160/223 KB 140/748 KB 872/1822 KB 276/276 KB 176/223 KB 148/748 KB 876/1822 KB 276/276 KB 176/223 KB 148/748 KB 880/1822 KB 276/276 KB 176/223 KB 148/748 KB 884/1822 KB 276/276 KB 176/223 KB 148/748 KB 888/1822 KB 180/223 KB 148/748 KB 892/1822 KB 180/223 KB 148/748 KB 896/1822 KB 180/223 KB 148/748 KB 900/1822 KB 180/223 KB 148/748 KB 904/1822 KB 180/223 KB 148/748 KB 908/1822 KB 180/223 KB 148/748 KB 868/1822 KB 276/276 KB 164/223 KB 148/748 KB 908/1822 KB 180/223 KB 152/748 KB 908/1822 KB 180/223 KB 156/748 KB 908/1822 KB 180/223 KB 160/748 KB Downloaded: https://repo.maven.ap unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install ache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 275.4 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 908/1822 KB 180/223 KB 164/748 KB 908/1822 KB 180/223 KB 168/748 KB 908/1822 KB 180/223 KB 172/748 KB 908/1822 KB 180/223 KB 176/748 KB 884/1822 KB 276/276 KB 180/223 KB 148/748 KB 908/1822 KB 184/223 KB 176/748 KB 908/1822 KB 188/223 KB 176/748 KB 908/1822 KB 192/223 KB 176/748 KB 908/1822 KB 196/223 KB 176/748 KB 908/1822 KB 200/223 KB 180/748 KB 908/1822 KB 204/223 KB 180/748 KB 908/1822 KB 208/223 KB 180/748 KB 908/1822 KB 196/223 KB 180/748 KB 912/1822 KB 208/223 KB 184/748 KB 912/1822 KB 208/223 KB 188/748 KB 912/1822 KB 208/223 KB 192/748 KB 912/1822 KB 208/223 KB 196/748 KB 912/1822 KB 3/23 KB 4/178 KB 212/223 KB 200/748 KB 912/1822 KB 208/223 KB 180/748 KB 916/1822 KB 3/23 KB 4/178 KB 212/223 KB 200/748 KB 920/1822 KB 3/23 KB 4/178 KB 212/223 KB 200/748 KB 924/1822 KB 3/23 KB 4/178 KB 212/223 KB 200/748 KB 928/1822 KB 3/23 KB 4/178 KB 212/223 KB 200/748 KB 932/1822 KB 3/23 KB 4/178 KB 212/223 KB 200/748 KB 912/1822 KB 3/23 KB 4/178 KB 212/223 KB 196/748 KB 912/1822 KB 3/23 KB 4/178 KB 208/223 KB 196/748 KB 932/1822 KB 3/23 KB 8/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 12/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 16/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 20/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 24/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 28/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 32/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 36/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 40/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 44/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 48/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 52/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 56/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 60/178 KB 212/223 KB 204/748 KB 932/1822 KB 3/23 KB 64/178 KB 212/223 KB 204/748 KB 912/1822 KB 3/23 KB 208/223 KB 196/748 KB 932/1822 KB 6/23 KB 64/178 KB 212/223 KB 204/748 KB 932/1822 KB 9/23 KB 64/178 KB 212/223 KB 204/748 KB 932/1822 KB 11/23 KB 64/178 KB 212/223 KB 204/748 KB 932/1822 KB 14/23 KB 68/178 KB 212/223 KB 204/748 KB 932/1822 KB 16/23 KB 68/178 KB 212/223 KB 204/748 KB 932/1822 KB 16/23 KB 68/178 KB 216/223 KB 204/748 KB 932/1822 KB 19/23 KB 68/178 KB 220/223 KB 204/748 KB 932/1822 KB 19/23 KB 68/178 KB 223/223 KB 204/748 KB 932/1822 KB 3/23 KB 4/178 KB 212/223 KB 204/748 KB 932/1822 KB 19/23 KB 68/178 KB 223/223 KB 208/748 KB 932/1822 KB 19/23 KB 68/178 KB 216/223 KB 204/748 KB 932/1822 KB 11/23 KB 68/178 KB 212/223 KB 204/748 KB 932/1822 KB 19/23 KB 72/178 KB 223/223 KB 208/748 KB 932/1822 KB 19/23 KB 76/178 KB 223/223 KB 208/748 KB 932/1822 KB 19/23 KB 80/178 KB 223/223 KB 208/748 KB 932/1822 KB 19/23 KB 84/178 KB 223/223 KB 208/748 KB 932/1822 KB 22/23 KB 84/178 KB 223/223 KB 208/748 KB 932/1822 KB 23/23 KB 84/178 KB 223/223 KB 208/748 KB 932/1822 KB 23/23 KB 88/178 KB 223/223 KB 208/748 KB 932/1822 KB 23/23 KB 92/178 KB 223/223 KB 208/748 KB 932/1822 KB 23/23 KB 96/178 KB 223/223 KB 208/748 KB 932/1822 KB 23/23 KB 100/178 KB 223/223 KB 208/748 KB 936/1822 KB 23/23 KB 104/178 KB 212/748 KB 936/1822 KB 23/23 KB 108/178 KB 212/748 KB 936/1822 KB 23/23 KB 112/178 KB 212/748 KB 936/1822 KB 23/23 KB 100/178 KB 212/748 KB 940/1822 KB 23/23 KB 112/178 KB 212/748 KB 944/1822 KB 23/23 KB 112/178 KB 212/748 KB 948/1822 KB 23/23 KB 112/178 KB 212/748 KB 952/1822 KB 23/23 KB 116/178 KB 212/748 KB 956/1822 KB 23/23 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install KB 116/178 KB 212/748 KB 960/1822 KB 23/23 KB 116/178 KB 212/748 KB 932/1822 KB 23/23 KB 100/178 KB 223/223 KB 212/748 KB 960/1822 KB 23/23 KB 116/178 KB 216/748 KB 960/1822 KB 23/23 KB 116/178 KB 220/748 KB 960/1822 KB 23/23 KB 116/178 KB 224/748 KB 960/1822 KB 23/23 KB 116/178 KB 228/748 KB 948/1822 KB 23/23 KB 116/178 KB 212/748 KB 960/1822 KB 23/23 KB 120/178 KB 228/748 KB 964/1822 KB 23/23 KB 124/178 KB 232/748 KB 964/1822 KB 23/23 KB 128/178 KB 232/748 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 218.1 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 964/1822 KB 23/23 KB 132/178 KB 232/748 KB 964/1822 KB 136/178 KB 232/748 KB 964/1822 KB 140/178 KB 232/748 KB 964/1822 KB 144/178 KB 232/748 KB 964/1822 KB 148/178 KB 232/748 KB 964/1822 KB 152/178 KB 232/748 KB 964/1822 KB 156/178 KB 232/748 KB 964/1822 KB 160/178 KB 232/748 KB 964/1822 KB 164/178 KB 232/748 KB 964/1822 KB 23/23 KB 120/178 KB 232/748 KB 960/1822 KB 23/23 KB 120/178 KB 232/748 KB 964/1822 KB 164/178 KB 236/748 KB 964/1822 KB 164/178 KB 240/748 KB 964/1822 KB 164/178 KB 244/748 KB 968/1822 KB 164/178 KB 248/748 KB 968/1822 KB 164/178 KB 252/748 KB 968/1822 KB 164/178 KB 256/748 KB 968/1822 KB 164/178 KB 260/748 KB 968/1822 KB 164/178 KB 264/748 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 22.1 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 968/1822 KB 164/178 KB 244/748 KB 972/1822 KB 164/178 KB 268/748 KB 976/1822 KB 164/178 KB 268/748 KB 980/1822 KB 164/178 KB 268/748 KB 984/1822 KB 4/55 KB 164/178 KB 268/748 KB 988/1822 KB 4/55 KB 164/178 KB 268/748 KB 992/1822 KB 4/55 KB 164/178 KB 268/748 KB 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 980/1822 KB 4/55 KB 164/178 KB 268/748 KB 992/1822 KB 8/55 KB 164/178 KB 268/748 KB 992/1822 KB 12/55 KB 164/178 KB 268/748 KB 992/1822 KB 16/55 KB 164/178 KB 268/748 KB 992/1822 KB 20/55 KB 164/178 KB 268/748 KB 996/1822 KB 24/55 KB 164/178 KB 268/748 KB 996/1822 KB 28/55 KB 164/178 KB 268/748 KB 996/1822 KB 32/55 KB 164/178 KB 268/748 KB 996/1822 KB 20/55 KB 164/178 KB 268/748 KB 1000/1822 KB 32/55 KB 164/178 KB 268/748 KB 968/1822 KB 164/178 KB 268/748 KB 1000/1822 KB 32/55 KB 168/178 KB 272/748 KB 1000/1822 KB 32/55 KB 168/178 KB 276/748 KB 1004/1822 KB 32/55 KB 168/178 KB 280/748 KB 1004/1822 KB 32/55 KB 168/178 KB 284/748 KB 1004/1822 KB 32/55 KB 168/178 KB 288/748 KB 1000/1822 KB 32/55 KB 168/178 KB 268/748 KB 1004/1822 KB 32/55 KB 172/178 KB 288/748 KB 1004/1822 KB 32/55 KB 176/178 KB 288/748 KB 1004/1822 KB 32/55 KB 168/178 KB 276/748 KB 1008/1822 KB 32/55 KB 176/178 KB 288/748 KB 1012/1822 KB 32/55 KB 176/178 KB 288/748 KB 1016/1822 KB 36/55 KB 178/178 KB 292/748 KB 1020/1822 KB 36/55 KB 178/178 KB 292/748 KB 1024/1822 KB 36/55 KB 178/178 KB 292/748 KB 1012/1822 KB 36/55 KB 178/178 KB 292/748 KB 1024/1822 KB 36/55 KB 178/178 KB 296/748 KB 1024/1822 KB 36/55 KB 178/178 KB 300/748 KB 1028/1822 KB 36/55 KB 178/178 KB 304/748 KB 1012/1822 KB 36/55 KB 178/178 KB 288/748 KB 1028/1822 KB 40/55 KB 178/178 KB 304/748 KB 1028/1822 KB 44/55 KB 178/178 KB 304/748 KB 1028/1822 KB 48/55 KB 178/178 KB 304/748 KB 1028/1822 KB 52/55 KB 178/178 KB 304/748 KB 1028/1822 KB 55/55 KB 178/178 KB 304/748 KB 1028/1822 KB 55/55 KB 178/178 KB 3/1210 KB 304/748 KB 1028/1822 KB 55/55 KB 178/178 KB 6/1210 KB 304/748 KB 1012/1822 KB 32/55 KB 178/178 KB 288/748 KB 1028/1822 KB 55/55 KB 178/178 KB 9/1210 KB 304/748 KB 1028/1822 KB 55/55 KB 178/178 KB 11/1210 KB 304/748 KB 1028/1822 KB 55/55 KB 178/178 KB 14/1210 KB 304/748 KB 1028/1822 KB 55/55 KB 178/178 KB 14/1210 KB 308/748 KB 1028/1822 KB 55/55 KB 178/178 KB 16/1210 KB 312/748 KB 1028/1822 KB 36/55 KB 178/178 KB 300/748 KB 1028/1822 KB 55/55 KB 178/178 KB 16/1210 KB 308/748 KB 1028/1822 KB 55/55 KB 178/178 KB 19/1210 KB 312/748 KB 1032/1822 KB 55/55 KB 178/178 KB 19/1210 KB 312/748 KB 1036/1822 KB 55/55 KB 178/178 KB 19/1210 KB 312/748 KB 1040/1822 KB 55/55 KB 178/178 KB 22/1210 KB 312/748 KB 1044/1822 KB 55/55 KB 178/178 KB 22/1210 KB 316/748 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 169.8 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1036/1822 KB 55/55 KB 178/178 KB 22/1210 KB 312/748 KB 1048/1822 KB 55/55 KB 25/1210 KB 316/748 KB 1040/1822 KB 55/55 KB 178/178 KB 22/1210 KB 316/748 KB 1048/1822 KB 55/55 KB 25/1210 KB 320/748 KB 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1048/1822 KB 55/55 KB 25/1210 KB 324/748 KB 1048/1822 KB 55/55 KB 27/1210 KB 328/748 KB 1048/1822 KB 55/55 KB 27/1210 KB 332/748 KB 1048/1822 KB 55/55 KB 27/1210 KB 336/748 KB 1048/1822 KB 55/55 KB 27/1210 KB 324/748 KB 1048/1822 KB 55/55 KB 30/1210 KB 336/748 KB 1048/1822 KB 55/55 KB 32/1210 KB 336/748 KB 1048/1822 KB 55/55 KB 178/178 KB 22/1210 KB 316/748 KB 1052/1822 KB 55/55 KB 32/1210 KB 336/748 KB 1056/1822 KB 55/55 KB 32/1210 KB 336/748 KB 1060/1822 KB 55/55 KB 32/1210 KB 336/748 KB 1064/1822 KB 36/1210 KB 340/748 KB 1068/1822 KB 36/1210 KB 340/748 KB 1072/1822 KB 36/1210 KB 340/748 KB 1060/1822 KB 36/1210 KB 340/748 KB 1072/1822 KB 36/1210 KB 344/748 KB 1072/1822 KB 36/1210 KB 348/748 KB 1072/1822 KB 36/1210 KB 352/748 KB 1060/1822 KB 36/1210 KB 336/748 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 51.6 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1072/1822 KB 36/1210 KB 356/748 KB 1076/1822 KB 40/1210 KB 360/748 KB 1076/1822 KB 40/1210 KB 364/748 KB 1076/1822 KB 40/1210 KB 368/748 KB 1076/1822 KB 40/1210 KB 356/748 KB 1076/1822 KB 44/1210 KB 368/748 KB 1076/1822 KB 48/1210 KB 368/748 KB 1076/1822 KB 36/1210 KB 356/748 KB 1080/1822 KB 48/1210 KB 368/748 KB 1084/1822 KB 48/1210 KB 368/748 KB 1088/1822 KB 48/1210 KB 368/748 KB 1092/1822 KB 48/1210 KB 368/748 KB 1096/1822 KB 4/93 KB 52/1210 KB 372/748 KB 1100/1822 KB 4/93 KB 52/1210 KB 372/748 KB 1104/1822 KB 4/93 KB 52/1210 KB 372/748 KB 1092/1822 KB 4/93 KB 52/1210 KB 372/748 KB 1104/1822 KB 8/93 KB 52/1210 KB 372/748 KB 1104/1822 KB 12/93 KB 52/1210 KB 372/748 KB 1104/1822 KB 16/93 KB 52/1210 KB 372/748 KB 1104/1822 KB 20/93 KB 52/1210 KB 372/748 KB 1104/1822 KB 24/93 KB 52/1210 KB 372/748 KB 1104/1822 KB 28/93 KB 52/1210 KB 372/748 KB 1104/1822 KB 32/93 KB 52/1210 KB 372/748 KB 1092/1822 KB 52/1210 KB 372/748 KB 1104/1822 KB 32/93 KB 52/1210 KB 376/748 KB 1104/1822 KB 32/93 KB 52/1210 KB 380/748 KB 1104/1822 KB 32/93 KB 52/1210 KB 384/748 KB 1092/1822 KB 52/1210 KB 368/748 KB 1104/1822 KB 32/93 KB 56/1210 KB 384/748 KB 4/471 KB 1104/1822 KB 32/93 KB 52/1210 KB 384/748 KB 4/471 KB 1104/1822 KB 32/93 KB 56/1210 KB 384/748 KB 8/471 KB 1104/1822 KB 32/93 KB 56/1210 KB 384/748 KB 12/471 KB 1104/1822 KB 32/93 KB 56/1210 KB 384/748 KB 16/471 KB 1104/1822 KB 32/93 KB 56/1210 KB 384/748 KB 20/471 KB 1104/1822 KB 32/93 KB 56/1210 KB 384/748 KB 24/471 KB 1104/1822 KB 32/93 KB 56/1210 KB 384/748 KB 28/471 KB 1104/1822 KB 32/93 KB 60/1210 KB 384/748 KB 32/471 KB 1104/1822 KB 32/93 KB 60/1210 KB 384/748 KB 36/471 KB 1108/1822 KB 36/93 KB 60/1210 KB 388/748 KB 40/471 KB 1108/1822 KB 36/93 KB 60/1210 KB 388/748 KB 44/471 KB 1108/1822 KB 36/93 KB 60/1210 KB 388/748 KB 48/471 KB 1108/1822 KB 36/93 KB 60/1210 KB 388/748 KB 52/471 KB 1104/1822 KB 32/93 KB 60/1210 KB 384/748 KB 28/471 KB 1108/1822 KB 36/93 KB 64/1210 KB 388/748 KB 52/471 KB 1108/1822 KB 36/93 KB 68/1210 KB 388/748 KB 52/471 KB 1108/1822 KB 36/93 KB 72/1210 KB 388/748 KB 52/471 KB 1108/1822 KB 36/93 KB 76/1210 KB 388/748 KB 52/471 KB 1108/1822 KB 36/93 KB 80/1210 KB 388/748 KB 52/471 KB 1108/1822 KB 36/93 KB 60/1210 KB 388/748 KB 36/471 KB 1104/1822 KB 36/93 KB 60/1210 KB 388/748 KB 36/471 KB 1108/1822 KB 40/93 KB 80/1210 KB 388/748 KB 52/471 KB 1108/1822 KB 44/93 KB 80/1210 KB 388/748 KB 52/471 KB 1108/1822 KB 48/93 KB 80/1210 KB 388/748 KB 52/471 KB 1104/1822 KB 32/93 KB 60/1210 KB 388/748 KB 36/471 KB 1112/1822 KB 48/93 KB 80/1210 KB 392/748 KB 52/471 KB 1112/1822 KB 48/93 KB 80/1210 KB 396/748 KB 52/471 KB 1112/1822 KB 48/93 KB 80/1210 KB 400/748 KB 52/471 KB 1112/1822 KB 48/93 KB 80/1210 KB 388/748 KB 52/471 KB 1116/1822 KB 48/93 KB 80/1210 KB 400/748 KB 52/471 KB 1120/1822 KB 52/93 KB 80/1210 KB 400/748 KB 52/471 KB 1120/1822 KB 56/93 KB 84/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 60/93 KB 84/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 64/93 KB 84/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 68/93 KB 84/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 72/93 KB 84/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 76/93 KB 84/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 80/93 KB 84/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 52/93 KB 84/1210 KB 400/748 KB 52/471 KB 1120/1822 KB 80/93 KB 88/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 80/93 KB 92/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 80/93 KB 96/1210 KB 400/7 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 48 KB 56/471 KB 1120/1822 KB 52/93 KB 84/1210 KB 400/748 KB 56/471 KB 1120/1822 KB 80/93 KB 96/1210 KB 400/748 KB 60/471 KB 1120/1822 KB 80/93 KB 96/1210 KB 400/748 KB 64/471 KB 1120/1822 KB 80/93 KB 100/1210 KB 400/748 KB 64/471 KB 1120/1822 KB 80/93 KB 104/1210 KB 400/748 KB 68/471 KB 1120/1822 KB 80/93 KB 108/1210 KB 400/748 KB 68/471 KB 1120/1822 KB 84/93 KB 112/1210 KB 400/748 KB 68/471 KB 1120/1822 KB 80/93 KB 100/1210 KB 400/748 KB 68/471 KB 1120/1822 KB 84/93 KB 112/1210 KB 400/748 KB 72/471 KB 1120/1822 KB 84/93 KB 112/1210 KB 400/748 KB 76/471 KB 1120/1822 KB 84/93 KB 112/1210 KB 400/748 KB 80/471 KB 1120/1822 KB 84/93 KB 108/1210 KB 400/748 KB 68/471 KB 1120/1822 KB 88/93 KB 112/1210 KB 400/748 KB 80/471 KB 1120/1822 KB 92/93 KB 112/1210 KB 400/748 KB 80/471 KB 1120/1822 KB 93/93 KB 116/1210 KB 400/748 KB 80/471 KB 1120/1822 KB 48/93 KB 80/1210 KB 400/748 KB 52/471 KB 1124/1822 KB 93/93 KB 116/1210 KB 400/748 KB 80/471 KB 1128/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1132/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1136/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1140/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1144/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1148/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1152/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1156/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1160/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1164/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1120/1822 KB 92/93 KB 116/1210 KB 400/748 KB 80/471 KB 1124/1822 KB 93/93 KB 116/1210 KB 404/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 408/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 412/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 416/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 420/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 424/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 428/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 432/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 436/748 KB 80/471 KB 1168/1822 KB 93/93 KB 116/1210 KB 440/748 KB 80/471 KB 1168/1822 KB 93/93 KB 120/1210 KB 440/748 KB 80/471 KB 1168/1822 KB 93/93 KB 120/1210 KB 444/748 KB 80/471 KB 1168/1822 KB 93/93 KB 120/1210 KB 448/748 KB 80/471 KB 1168/1822 KB 93/93 KB 124/1210 KB 452/748 KB 80/471 KB 1172/1822 KB 93/93 KB 124/1210 KB 456/748 KB 84/471 KB 1168/1822 KB 93/93 KB 124/1210 KB 448/748 KB 80/471 KB 1172/1822 KB 93/93 KB 128/1210 KB 456/748 KB 84/471 KB 1172/1822 KB 93/93 KB 132/1210 KB 456/748 KB 84/471 KB 1172/1822 KB 93/93 KB 136/1210 KB 456/748 KB 84/471 KB 1172/1822 KB 93/93 KB 140/1210 KB 456/748 KB 84/471 KB 1172/1822 KB 93/93 KB 124/1210 KB 452/748 KB 84/471 KB 1176/1822 KB 93/93 KB 140/1210 KB 460/748 KB 84/471 KB 1180/1822 KB 93/93 KB 140/1210 KB 460/748 KB 84/471 KB 1184/1822 KB 93/93 KB 140/1210 KB 460/748 KB 84/471 KB 1168/1822 KB 93/93 KB 124/1210 KB 452/748 KB 84/471 KB 1184/1822 KB 93/93 KB 140/1210 KB 460/748 KB 88/471 KB 1184/1822 KB 93/93 KB 140/1210 KB 460/748 KB 92/471 KB 1184/1822 KB 93/93 KB 140/1210 KB 460/748 KB 96/471 KB 1184/1822 KB 93/93 KB 140/1210 KB 460/748 KB 100/471 KB 1188/1822 KB 144/1210 KB 460/748 KB 104/471 KB 1188/1822 KB 144/1210 KB 460/748 KB 108/471 KB 1188/1822 KB 144/1210 KB 460/748 KB 112/471 KB 1172/1822 KB 93/93 KB 140/1210 KB 460/748 KB 84/471 KB 1188/1822 KB 1 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 44/1210 KB 464/748 KB 112/471 KB 1188/1822 KB 144/1210 KB 468/748 KB 112/471 KB 1188/1822 KB 144/1210 KB 472/748 KB 116/471 KB 1188/1822 KB 144/1210 KB 476/748 KB 116/471 KB 1188/1822 KB 144/1210 KB 480/748 KB 116/471 KB 1188/1822 KB 144/1210 KB 460/748 KB 100/471 KB 1192/1822 KB 144/1210 KB 480/748 KB 116/471 KB 1196/1822 KB 144/1210 KB 480/748 KB 116/471 KB 1200/1822 KB 144/1210 KB 480/748 KB 116/471 KB 1184/1822 KB 144/1210 KB 460/748 KB 100/471 KB 1200/1822 KB 148/1210 KB 480/748 KB 116/471 KB 1200/1822 KB 152/1210 KB 480/748 KB 116/471 KB 1200/1822 KB 156/1210 KB 480/748 KB 116/471 KB 1200/1822 KB 160/1210 KB 480/748 KB 116/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 84.1 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1204/1822 KB 160/1210 KB 480/748 KB 116/471 KB 1208/1822 KB 164/1210 KB 484/748 KB 116/471 KB 1212/1822 KB 164/1210 KB 484/748 KB 116/471 KB 1216/1822 KB 164/1210 KB 484/748 KB 116/471 KB 1188/1822 KB 144/1210 KB 468/748 KB 116/471 KB 1216/1822 KB 164/1210 KB 484/748 KB 120/471 KB 1216/1822 KB 164/1210 KB 484/748 KB 124/471 KB 1216/1822 KB 164/1210 KB 484/748 KB 128/471 KB 1216/1822 KB 164/1210 KB 484/748 KB 132/471 KB 1220/1822 KB 164/1210 KB 484/748 KB 136/471 KB 1220/1822 KB 164/1210 KB 484/748 KB 140/471 KB 1220/1822 KB 164/1210 KB 484/748 KB 144/471 KB 1204/1822 KB 164/1210 KB 484/748 KB 116/471 KB 1220/1822 KB 164/1210 KB 488/748 KB 144/471 KB 1220/1822 KB 164/1210 KB 492/748 KB 144/471 KB 1220/1822 KB 164/1210 KB 496/748 KB 144/471 KB 1204/1822 KB 164/1210 KB 480/748 KB 116/471 KB 1220/1822 KB 168/1210 KB 496/748 KB 144/471 KB 1220/1822 KB 172/1210 KB 496/748 KB 144/471 KB 1220/1822 KB 176/1210 KB 496/748 KB 144/471 KB 1220/1822 KB 180/1210 KB 496/748 KB 144/471 KB 1220/1822 KB 184/1210 KB 500/748 KB 148/471 KB 1220/1822 KB 164/1210 KB 484/748 KB 132/471 KB 1224/1822 KB 188/1210 KB 500/748 KB 148/471 KB 1228/1822 KB 188/1210 KB 500/748 KB 148/471 KB 1232/1822 KB 188/1210 KB 500/748 KB 148/471 KB 1236/1822 KB 188/1210 KB 500/748 KB 148/471 KB 1240/1822 KB 188/1210 KB 500/748 KB 148/471 KB 1244/1822 KB 188/1210 KB 500/748 KB 148/471 KB 1248/1822 KB 188/1210 KB 500/748 KB 148/471 KB 1220/1822 KB 180/1210 KB 500/748 KB 148/471 KB 1248/1822 KB 188/1210 KB 500/748 KB 152/471 KB 1248/1822 KB 188/1210 KB 500/748 KB 4/53 KB 152/471 KB 1248/1822 KB 188/1210 KB 500/748 KB 8/53 KB 152/471 KB 1248/1822 KB 188/1210 KB 500/748 KB 12/53 KB 152/471 KB 1248/1822 KB 188/1210 KB 500/748 KB 16/53 KB 152/471 KB 1220/1822 KB 180/1210 KB 500/748 KB 144/471 KB 1248/1822 KB 188/1210 KB 504/748 KB 16/53 KB 152/471 KB 1248/1822 KB 188/1210 KB 508/748 KB 16/53 KB 152/471 KB 1248/1822 KB 188/1210 KB 512/748 KB 16/53 KB 152/471 KB 1248/1822 KB 188/1210 KB 516/748 KB 20/53 KB 152/471 KB 1220/1822 KB 188/1210 KB 500/748 KB 148/471 KB 1248/1822 KB 192/1210 KB 516/748 KB 20/53 KB 156/471 KB 1248/1822 KB 196/1210 KB 516/748 KB 20/53 KB 156/471 KB 1248/1822 KB 188/1210 KB 516/748 KB 20/53 KB 156/471 KB 1248/1822 KB 196/1210 KB 520/748 KB 20/53 KB 160/471 KB 1248/1822 KB 188/1210 KB 512/748 KB 20/53 KB 152/471 KB 1248/1822 KB 196/1210 KB 520/748 KB 24/53 KB 160/471 KB 1248/1822 KB 196/1210 KB 520/748 KB 28/53 KB 160/471 KB 1248/1822 KB 196/1210 KB 520/748 KB 32/53 KB 160/471 KB 1248/1822 KB 196/1210 KB 520/748 KB 36/53 KB 160/471 KB 1252/1822 KB 200/1210 KB 520/748 KB 40/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 520/748 KB 44/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 520/748 KB 48/53 KB 164/471 KB 1248/1822 KB 196/1210 KB 520/748 KB 20/53 KB 156/471 KB 1252/1822 KB 200/1210 KB 524/748 KB 48/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 528/748 KB 48/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 532/748 KB 48/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 536/748 KB 48/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 540/748 KB 48/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 544/748 KB 48/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 520/748 KB 36/53 KB 164/471 KB 1252/1822 KB 200/1210 KB 544/748 KB 52/53 KB 168/471 KB 1252/1822 KB 200/1210 KB 544/748 KB 52/53 KB 172/471 KB 1252/1822 KB 200/1210 KB 544/748 KB 52/53 KB 176/471 KB 1252/1822 KB 200/1210 KB 520/748 KB 36/53 KB 160/471 KB 1256/1822 KB 200/1210 KB 544/748 KB 52/53 KB unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 176/471 KB 1260/1822 KB 200/1210 KB 544/748 KB 52/53 KB 176/471 KB 1264/1822 KB 200/1210 KB 544/748 KB 52/53 KB 176/471 KB 1248/1822 KB 200/1210 KB 520/748 KB 36/53 KB 160/471 KB 1264/1822 KB 204/1210 KB 544/748 KB 52/53 KB 176/471 KB 1264/1822 KB 208/1210 KB 544/748 KB 52/53 KB 176/471 KB 1264/1822 KB 212/1210 KB 544/748 KB 52/53 KB 176/471 KB 1264/1822 KB 216/1210 KB 544/748 KB 52/53 KB 176/471 KB 1264/1822 KB 220/1210 KB 544/748 KB 52/53 KB 180/471 KB 1268/1822 KB 224/1210 KB 544/748 KB 52/53 KB 180/471 KB 1268/1822 KB 228/1210 KB 544/748 KB 52/53 KB 180/471 KB 1268/1822 KB 232/1210 KB 548/748 KB 52/53 KB 180/471 KB 1268/1822 KB 236/1210 KB 548/748 KB 52/53 KB 180/471 KB 1268/1822 KB 240/1210 KB 548/748 KB 52/53 KB 180/471 KB 1252/1822 KB 200/1210 KB 544/748 KB 52/53 KB 164/471 KB 1268/1822 KB 240/1210 KB 548/748 KB 53/53 KB 180/471 KB 1268/1822 KB 228/1210 KB 548/748 KB 52/53 KB 180/471 KB 1268/1822 KB 240/1210 KB 552/748 KB 53/53 KB 180/471 KB 1268/1822 KB 220/1210 KB 544/748 KB 52/53 KB 180/471 KB 1272/1822 KB 240/1210 KB 552/748 KB 53/53 KB 180/471 KB 1264/1822 KB 216/1210 KB 544/748 KB 52/53 KB 180/471 KB 1272/1822 KB 240/1210 KB 552/748 KB 53/53 KB 184/471 KB 1272/1822 KB 240/1210 KB 552/748 KB 53/53 KB 188/471 KB 1272/1822 KB 240/1210 KB 552/748 KB 53/53 KB 192/471 KB 1276/1822 KB 240/1210 KB 552/748 KB 53/53 KB 192/471 KB 1280/1822 KB 240/1210 KB 552/748 KB 53/53 KB 192/471 KB 1284/1822 KB 240/1210 KB 556/748 KB 53/53 KB 192/471 KB 1288/1822 KB 244/1210 KB 556/748 KB 53/53 KB 196/471 KB 1292/1822 KB 244/1210 KB 556/748 KB 53/53 KB 196/471 KB 1296/1822 KB 244/1210 KB 556/748 KB 53/53 KB 196/471 KB 1280/1822 KB 240/1210 KB 556/748 KB 53/53 KB 192/471 KB 1296/1822 KB 244/1210 KB 560/748 KB 53/53 KB 196/471 KB 1296/1822 KB 244/1210 KB 564/748 KB 53/53 KB 196/471 KB 1296/1822 KB 244/1210 KB 568/748 KB 53/53 KB 196/471 KB 1296/1822 KB 244/1210 KB 572/748 KB 53/53 KB 196/471 KB 1296/1822 KB 244/1210 KB 576/748 KB 53/53 KB 196/471 KB 1296/1822 KB 244/1210 KB 580/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 584/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 588/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 592/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 596/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 600/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 604/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 607/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 611/748 KB 53/53 KB 196/471 KB 1284/1822 KB 244/1210 KB 556/748 KB 53/53 KB 196/471 KB 1284/1822 KB 240/1210 KB 556/748 KB 53/53 KB 196/471 KB 1300/1822 KB 244/1210 KB 611/748 KB 53/53 KB 200/471 KB 1300/1822 KB 244/1210 KB 611/748 KB 53/53 KB 204/471 KB 1300/1822 KB 244/1210 KB 611/748 KB 53/53 KB 208/471 KB 1300/1822 KB 244/1210 KB 611/748 KB 53/53 KB 212/471 KB 1300/1822 KB 248/1210 KB 611/748 KB 53/53 KB 216/471 KB 1300/1822 KB 248/1210 KB 611/748 KB 53/53 KB 220/471 KB 1300/1822 KB 248/1210 KB 611/748 KB 53/53 KB 224/471 KB 1300/1822 KB 244/1210 KB 580/748 KB 53/53 KB 196/471 KB 1304/1822 KB 248/1210 KB 611/748 KB 53/53 KB 224/471 KB 1308/1822 KB 248/1210 KB 611/748 KB 53/53 KB 224/471 KB 1312/1822 KB 248/1210 KB 611/748 KB 224/471 KB 1300/1822 KB 248/1210 KB 611/748 KB 53/53 KB 212/471 KB 1312/1822 KB 252/1210 KB 611/748 KB 224/471 KB 1312/1822 KB 256/1210 KB 611/748 KB 224/471 KB Downloaded: ht unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install tps://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 47.2 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1312/1822 KB 260/1210 KB 611/748 KB 224/471 KB 1312/1822 KB 264/1210 KB 611/748 KB 224/471 KB 1312/1822 KB 268/1210 KB 611/748 KB 224/471 KB 1312/1822 KB 272/1210 KB 611/748 KB 224/471 KB 1316/1822 KB 272/1210 KB 611/748 KB 228/471 KB 1320/1822 KB 276/1210 KB 611/748 KB 228/471 KB 1324/1822 KB 276/1210 KB 611/748 KB 228/471 KB 1328/1822 KB 276/1210 KB 611/748 KB 228/471 KB 1312/1822 KB 272/1210 KB 611/748 KB 228/471 KB 1328/1822 KB 276/1210 KB 611/748 KB 232/471 KB 1328/1822 KB 276/1210 KB 611/748 KB 236/471 KB 1328/1822 KB 276/1210 KB 611/748 KB 240/471 KB 1328/1822 KB 276/1210 KB 611/748 KB 244/471 KB 1332/1822 KB 276/1210 KB 611/748 KB 248/471 KB 1332/1822 KB 276/1210 KB 611/748 KB 252/471 KB 1316/1822 KB 276/1210 KB 611/748 KB 228/471 KB 1332/1822 KB 280/1210 KB 615/748 KB 252/471 KB 1332/1822 KB 284/1210 KB 615/748 KB 252/471 KB 1332/1822 KB 288/1210 KB 615/748 KB 252/471 KB 1332/1822 KB 292/1210 KB 615/748 KB 252/471 KB 1332/1822 KB 276/1210 KB 615/748 KB 252/471 KB 1332/1822 KB 292/1210 KB 619/748 KB 256/471 KB 1332/1822 KB 292/1210 KB 623/748 KB 256/471 KB 1332/1822 KB 276/1210 KB 611/748 KB 244/471 KB 1336/1822 KB 292/1210 KB 623/748 KB 256/471 KB 1340/1822 KB 292/1210 KB 623/748 KB 256/471 KB 1344/1822 KB 292/1210 KB 623/748 KB 256/471 KB 1348/1822 KB 292/1210 KB 623/748 KB 256/471 KB 1352/1822 KB 296/1210 KB 627/748 KB 256/471 KB 1356/1822 KB 296/1210 KB 627/748 KB 256/471 KB 1360/1822 KB 296/1210 KB 627/748 KB 256/471 KB 1332/1822 KB 292/1210 KB 615/748 KB 256/471 KB 1360/1822 KB 296/1210 KB 627/748 KB 260/471 KB 1360/1822 KB 296/1210 KB 627/748 KB 264/471 KB 1360/1822 KB 296/1210 KB 627/748 KB 268/471 KB 1360/1822 KB 296/1210 KB 627/748 KB 272/471 KB 1348/1822 KB 296/1210 KB 627/748 KB 256/471 KB 1360/1822 KB 296/1210 KB 631/748 KB 272/471 KB 1348/1822 KB 296/1210 KB 623/748 KB 256/471 KB 1360/1822 KB 300/1210 KB 631/748 KB 272/471 KB 4/276 KB 1360/1822 KB 296/1210 KB 631/748 KB 272/471 KB 4/276 KB 1360/1822 KB 300/1210 KB 631/748 KB 272/471 KB 8/276 KB 1360/1822 KB 300/1210 KB 631/748 KB 272/471 KB 12/276 KB 1360/1822 KB 300/1210 KB 631/748 KB 272/471 KB 16/276 KB 1360/1822 KB 300/1210 KB 631/748 KB 272/471 KB 20/276 KB 1360/1822 KB 300/1210 KB 631/748 KB 272/471 KB 24/276 KB 1360/1822 KB 304/1210 KB 631/748 KB 272/471 KB 28/276 KB 1360/1822 KB 300/1210 KB 631/748 KB 272/471 KB 28/276 KB 1360/1822 KB 304/1210 KB 631/748 KB 272/471 KB 32/276 KB 1360/1822 KB 304/1210 KB 631/748 KB 272/471 KB 36/276 KB 1364/1822 KB 308/1210 KB 635/748 KB 276/471 KB 40/276 KB 1364/1822 KB 308/1210 KB 635/748 KB 276/471 KB 44/276 KB 1364/1822 KB 308/1210 KB 635/748 KB 276/471 KB 48/276 KB 1360/1822 KB 308/1210 KB 631/748 KB 272/471 KB 36/276 KB 1364/1822 KB 312/1210 KB 635/748 KB 276/471 KB 48/276 KB 1364/1822 KB 316/1210 KB 635/748 KB 276/471 KB 48/276 KB 1364/1822 KB 320/1210 KB 635/748 KB 276/471 KB 48/276 KB 1364/1822 KB 324/1210 KB 635/748 KB 276/471 KB 48/276 KB 1364/1822 KB 328/1210 KB 635/748 KB 276/471 KB 52/276 KB 1364/1822 KB 308/1210 KB 635/748 KB 276/471 KB 36/276 KB 1368/1822 KB 328/1210 KB 635/748 KB 276/471 KB 52/276 KB 1360/1822 KB 308/1210 KB 635/748 KB 276/471 KB 36/276 KB 1372/1822 KB 328/1210 KB 635/748 KB 280/471 KB 52/276 KB 1372/1822 KB 328/1210 KB 635/748 KB 284/471 KB 52/276 KB 1372/1822 KB 328/1210 KB 635/748 KB 288/471 KB 52/276 KB 1360/1822 KB 308/1210 KB 635/748 KB 272/471 KB 36/276 KB 1372/1822 KB 328/1210 KB 639/748 KB 288/471 KB 52/276 KB 1372/1822 K unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install B 328/1210 KB 643/748 KB 288/471 KB 52/276 KB 1372/1822 KB 328/1210 KB 647/748 KB 288/471 KB 52/276 KB 1372/1822 KB 328/1210 KB 651/748 KB 288/471 KB 52/276 KB 1372/1822 KB 328/1210 KB 655/748 KB 288/471 KB 52/276 KB 1372/1822 KB 328/1210 KB 659/748 KB 288/471 KB 52/276 KB 1372/1822 KB 332/1210 KB 663/748 KB 292/471 KB 52/276 KB 1372/1822 KB 332/1210 KB 667/748 KB 292/471 KB 52/276 KB 1372/1822 KB 332/1210 KB 671/748 KB 292/471 KB 52/276 KB 1364/1822 KB 324/1210 KB 635/748 KB 276/471 KB 52/276 KB 1372/1822 KB 332/1210 KB 671/748 KB 292/471 KB 56/276 KB 1372/1822 KB 332/1210 KB 671/748 KB 292/471 KB 60/276 KB 1372/1822 KB 332/1210 KB 671/748 KB 292/471 KB 64/276 KB 1372/1822 KB 332/1210 KB 671/748 KB 292/471 KB 68/276 KB 1372/1822 KB 332/1210 KB 675/748 KB 292/471 KB 72/276 KB 1372/1822 KB 332/1210 KB 675/748 KB 292/471 KB 76/276 KB 1372/1822 KB 332/1210 KB 675/748 KB 292/471 KB 80/276 KB 1372/1822 KB 332/1210 KB 659/748 KB 292/471 KB 52/276 KB 1372/1822 KB 336/1210 KB 675/748 KB 292/471 KB 80/276 KB 1372/1822 KB 340/1210 KB 675/748 KB 292/471 KB 80/276 KB 1372/1822 KB 344/1210 KB 675/748 KB 292/471 KB 80/276 KB 1372/1822 KB 348/1210 KB 675/748 KB 292/471 KB 80/276 KB 1372/1822 KB 352/1210 KB 675/748 KB 292/471 KB 80/276 KB 1372/1822 KB 328/1210 KB 659/748 KB 292/471 KB 52/276 KB 1372/1822 KB 352/1210 KB 675/748 KB 296/471 KB 80/276 KB 1372/1822 KB 352/1210 KB 675/748 KB 300/471 KB 80/276 KB 1372/1822 KB 352/1210 KB 675/748 KB 304/471 KB 80/276 KB 1372/1822 KB 352/1210 KB 675/748 KB 308/471 KB 80/276 KB 1372/1822 KB 352/1210 KB 675/748 KB 312/471 KB 80/276 KB 1372/1822 KB 352/1210 KB 675/748 KB 316/471 KB 80/276 KB 1372/1822 KB 352/1210 KB 675/748 KB 320/471 KB 80/276 KB 1372/1822 KB 328/1210 KB 659/748 KB 288/471 KB 52/276 KB 1376/1822 KB 352/1210 KB 675/748 KB 320/471 KB 80/276 KB 1380/1822 KB 352/1210 KB 675/748 KB 320/471 KB 80/276 KB 1384/1822 KB 352/1210 KB 675/748 KB 320/471 KB 80/276 KB 1388/1822 KB 352/1210 KB 675/748 KB 320/471 KB 80/276 KB 1392/1822 KB 352/1210 KB 675/748 KB 320/471 KB 80/276 KB 1396/1822 KB 352/1210 KB 675/748 KB 320/471 KB 80/276 KB 1400/1822 KB 352/1210 KB 675/748 KB 320/471 KB 80/276 KB 1404/1822 KB 356/1210 KB 675/748 KB 320/471 KB 84/276 KB 1408/1822 KB 356/1210 KB 675/748 KB 320/471 KB 84/276 KB 1372/1822 KB 332/1210 KB 675/748 KB 292/471 KB 68/276 KB 1408/1822 KB 356/1210 KB 679/748 KB 320/471 KB 84/276 KB 1408/1822 KB 356/1210 KB 683/748 KB 320/471 KB 84/276 KB 1408/1822 KB 356/1210 KB 687/748 KB 320/471 KB 84/276 KB 1408/1822 KB 356/1210 KB 691/748 KB 320/471 KB 84/276 KB 1412/1822 KB 356/1210 KB 695/748 KB 324/471 KB 84/276 KB 1412/1822 KB 356/1210 KB 699/748 KB 324/471 KB 84/276 KB 1412/1822 KB 356/1210 KB 703/748 KB 324/471 KB 84/276 KB 1400/1822 KB 356/1210 KB 675/748 KB 320/471 KB 84/276 KB 1400/1822 KB 356/1210 KB 675/748 KB 320/471 KB 80/276 KB 1412/1822 KB 360/1210 KB 703/748 KB 324/471 KB 88/276 KB 1412/1822 KB 364/1210 KB 703/748 KB 324/471 KB 88/276 KB 1412/1822 KB 368/1210 KB 703/748 KB 324/471 KB 88/276 KB 1412/1822 KB 356/1210 KB 691/748 KB 324/471 KB 84/276 KB 1412/1822 KB 368/1210 KB 703/748 KB 328/471 KB 88/276 KB 1412/1822 KB 368/1210 KB 703/748 KB 332/471 KB 88/276 KB 1412/1822 KB 368/1210 KB 703/748 KB 336/471 KB 88/276 KB 1412/1822 KB 368/1210 KB 703/748 KB 340/471 KB 88/276 KB 1412/1822 KB 372/1210 KB 707/748 KB 344/471 KB 88/276 KB 1412/1822 KB 372/1210 KB 707/748 KB 348/471 KB 88/276 KB 1412/1822 KB 372/1210 KB unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 707/748 KB 352/471 KB 88/276 KB 1412/1822 KB 356/1210 KB 691/748 KB 320/471 KB 84/276 KB 1416/1822 KB 372/1210 KB 707/748 KB 352/471 KB 88/276 KB 1420/1822 KB 372/1210 KB 707/748 KB 352/471 KB 88/276 KB 1424/1822 KB 372/1210 KB 707/748 KB 352/471 KB 88/276 KB 1428/1822 KB 372/1210 KB 707/748 KB 352/471 KB 88/276 KB 1432/1822 KB 372/1210 KB 707/748 KB 352/471 KB 88/276 KB 1436/1822 KB 372/1210 KB 707/748 KB 352/471 KB 88/276 KB 1440/1822 KB 372/1210 KB 707/748 KB 352/471 KB 88/276 KB 1444/1822 KB 372/1210 KB 707/748 KB 352/471 KB 88/276 KB 1412/1822 KB 372/1210 KB 707/748 KB 340/471 KB 88/276 KB 1444/1822 KB 372/1210 KB 711/748 KB 356/471 KB 88/276 KB 1444/1822 KB 372/1210 KB 715/748 KB 356/471 KB 88/276 KB 1444/1822 KB 372/1210 KB 719/748 KB 356/471 KB 88/276 KB 1412/1822 KB 372/1210 KB 703/748 KB 340/471 KB 88/276 KB 1444/1822 KB 376/1210 KB 719/748 KB 356/471 KB 88/276 KB 1444/1822 KB 380/1210 KB 719/748 KB 356/471 KB 88/276 KB 1444/1822 KB 384/1210 KB 719/748 KB 356/471 KB 88/276 KB 1444/1822 KB 388/1210 KB 719/748 KB 356/471 KB 88/276 KB 1444/1822 KB 392/1210 KB 723/748 KB 356/471 KB 88/276 KB 1444/1822 KB 396/1210 KB 723/748 KB 356/471 KB 88/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 88/276 KB 1412/1822 KB 356/1210 KB 703/748 KB 324/471 KB 88/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 92/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 96/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 100/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 104/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 108/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 112/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 116/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 120/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 124/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 128/276 KB 1444/1822 KB 400/1210 KB 723/748 KB 356/471 KB 132/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 356/471 KB 136/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 356/471 KB 140/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 356/471 KB 144/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 356/471 KB 148/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 356/471 KB 152/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 356/471 KB 156/276 KB 1444/1822 KB 388/1210 KB 723/748 KB 356/471 KB 88/276 KB 1444/1822 KB 372/1210 KB 707/748 KB 356/471 KB 88/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 360/471 KB 156/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 364/471 KB 156/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 368/471 KB 156/276 KB 1448/1822 KB 404/1210 KB 727/748 KB 372/471 KB 156/276 KB 1448/1822 KB 404/1210 KB 727/748 KB 376/471 KB 156/276 KB 1448/1822 KB 404/1210 KB 727/748 KB 380/471 KB 156/276 KB 1448/1822 KB 404/1210 KB 727/748 KB 384/471 KB 156/276 KB 1448/1822 KB 404/1210 KB 723/748 KB 356/471 KB 132/276 KB 1444/1822 KB 404/1210 KB 723/748 KB 356/471 KB 132/276 KB 1448/1822 KB 404/1210 KB 727/748 KB 368/471 KB 156/276 KB 1448/1822 KB 408/1210 KB 731/748 KB 384/471 KB 156/276 KB 1448/1822 KB 408/1210 KB 735/748 KB 384/471 KB 156/276 KB 1448/1822 KB 408/1210 KB 739/748 KB 384/471 KB 156/276 KB 1452/1822 KB 408/1210 KB 743/748 KB 384/471 KB 156/276 KB 1452/1822 KB 408/1210 KB 747/748 KB 384/471 KB 156/276 KB 1452/1822 KB 408/1210 KB 748/748 KB 384/471 KB 156/276 KB 1448/1822 KB 408/1210 KB 739/748 KB 384/471 KB 156/276 KB 1452/1822 KB 412/1210 KB 748/748 KB 384/471 KB 156/276 KB 1452/1822 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install KB 416/1210 KB 748/748 KB 384/471 KB 156/276 KB 1452/1822 KB 408/1210 KB 739/748 KB 384/471 KB 156/276 KB 1456/1822 KB 416/1210 KB 748/748 KB 384/471 KB 156/276 KB 1460/1822 KB 416/1210 KB 748/748 KB 384/471 KB 156/276 KB 1464/1822 KB 420/1210 KB 748/748 KB 388/471 KB 156/276 KB 1468/1822 KB 420/1210 KB 748/748 KB 388/471 KB 156/276 KB 1472/1822 KB 420/1210 KB 748/748 KB 388/471 KB 156/276 KB 1460/1822 KB 420/1210 KB 748/748 KB 388/471 KB 156/276 KB 1472/1822 KB 424/1210 KB 748/748 KB 388/471 KB 156/276 KB 1472/1822 KB 428/1210 KB 748/748 KB 388/471 KB 156/276 KB 1472/1822 KB 432/1210 KB 748/748 KB 388/471 KB 156/276 KB 1472/1822 KB 436/1210 KB 748/748 KB 388/471 KB 160/276 KB 1476/1822 KB 440/1210 KB 748/748 KB 388/471 KB 160/276 KB 1476/1822 KB 444/1210 KB 748/748 KB 388/471 KB 160/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 388/471 KB 160/276 KB 1460/1822 KB 416/1210 KB 748/748 KB 388/471 KB 156/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 392/471 KB 160/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 396/471 KB 160/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 400/471 KB 160/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 404/471 KB 160/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 408/471 KB 160/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 412/471 KB 160/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 416/471 KB 160/276 KB 1476/1822 KB 448/1210 KB 748/748 KB 420/471 KB 160/276 KB 1476/1822 KB 452/1210 KB 748/748 KB 424/471 KB 160/276 KB 1476/1822 KB 452/1210 KB 748/748 KB 428/471 KB 160/276 KB 1476/1822 KB 452/1210 KB 748/748 KB 432/471 KB 160/276 KB 1476/1822 KB 436/1210 KB 748/748 KB 388/471 KB 160/276 KB 1480/1822 KB 452/1210 KB 748/748 KB 432/471 KB 160/276 KB 1484/1822 KB 452/1210 KB 748/748 KB 432/471 KB 160/276 KB 1472/1822 KB 432/1210 KB 748/748 KB 388/471 KB 160/276 KB 1484/1822 KB 452/1210 KB 748/748 KB 432/471 KB 164/276 KB 1484/1822 KB 452/1210 KB 748/748 KB 432/471 KB 168/276 KB 1484/1822 KB 452/1210 KB 748/748 KB 432/471 KB 172/276 KB 1484/1822 KB 452/1210 KB 748/748 KB 432/471 KB 176/276 KB 1488/1822 KB 452/1210 KB 748/748 KB 432/471 KB 180/276 KB 1488/1822 KB 452/1210 KB 748/748 KB 432/471 KB 184/276 KB 1488/1822 KB 452/1210 KB 748/748 KB 432/471 KB 188/276 KB 1488/1822 KB 452/1210 KB 748/748 KB 432/471 KB 192/276 KB 1488/1822 KB 452/1210 KB 748/748 KB 432/471 KB 196/276 KB 1488/1822 KB 452/1210 KB 436/471 KB 200/276 KB 1488/1822 KB 452/1210 KB 436/471 KB 204/276 KB 1488/1822 KB 452/1210 KB 436/471 KB 208/276 KB 1476/1822 KB 452/1210 KB 748/748 KB 420/471 KB 160/276 KB 1488/1822 KB 456/1210 KB 436/471 KB 208/276 KB 1488/1822 KB 460/1210 KB 436/471 KB 208/276 KB 1488/1822 KB 464/1210 KB 436/471 KB 208/276 KB 1488/1822 KB 468/1210 KB 436/471 KB 208/276 KB 1488/1822 KB 472/1210 KB 436/471 KB 208/276 KB 1488/1822 KB 476/1210 KB 436/471 KB 208/276 KB 1488/1822 KB 480/1210 KB 436/471 KB 208/276 KB 1488/1822 KB 484/1210 KB 436/471 KB 212/276 KB 1488/1822 KB 488/1210 KB 436/471 KB 212/276 KB 1488/1822 KB 492/1210 KB 436/471 KB 212/276 KB 1488/1822 KB 496/1210 KB 436/471 KB 212/276 KB 1488/1822 KB 500/1210 KB 436/471 KB 212/276 KB 1488/1822 KB 504/1210 KB 436/471 KB 212/276 KB 1488/1822 KB 452/1210 KB 436/471 KB 196/276 KB 1488/1822 KB 452/1210 KB 748/748 KB 432/471 KB 176/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 636.9 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1492/1822 KB 504/1210 KB 436/471 KB 212/276 KB 1496/1822 KB 504/1210 KB 436/471 KB 212/276 KB 1500/1822 KB 504/1210 KB 436/471 KB 212/276 KB 1504/1822 KB 504/1210 KB 436/471 KB 212/276 KB 1508/1822 KB 504/1210 KB 436/471 KB 212/276 KB 1512/1822 KB 504/1210 KB 436/471 KB 212/276 KB 1516/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1520/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1524/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1528/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1532/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1536/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1540/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1544/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1548/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1552/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1556/1822 KB 508/1210 KB 440/471 KB 212/276 KB 1488/1822 KB 480/1210 KB 436/471 KB 212/276 KB 1556/1822 KB 508/1210 KB 440/471 KB 216/276 KB 1556/1822 KB 508/1210 KB 440/471 KB 220/276 KB 1556/1822 KB 508/1210 KB 440/471 KB 224/276 KB 1556/1822 KB 508/1210 KB 440/471 KB 228/276 KB 1556/1822 KB 508/1210 KB 440/471 KB 232/276 KB 1556/1822 KB 508/1210 KB 440/471 KB 236/276 KB 1556/1822 KB 508/1210 KB 440/471 KB 240/276 KB 1552/1822 KB 508/1210 KB 440/471 KB 212/276 KB 1512/1822 KB 504/1210 KB 440/471 KB 212/276 KB 1556/1822 KB 508/1210 KB 444/471 KB 240/276 KB 1556/1822 KB 508/1210 KB 448/471 KB 240/276 KB 1556/1822 KB 508/1210 KB 452/471 KB 240/276 KB 1556/1822 KB 508/1210 KB 456/471 KB 240/276 KB 1556/1822 KB 508/1210 KB 460/471 KB 240/276 KB 1556/1822 KB 508/1210 KB 464/471 KB 240/276 KB 1556/1822 KB 508/1210 KB 468/471 KB 240/276 KB 1556/1822 KB 508/1210 KB 471/471 KB 240/276 KB 1556/1822 KB 512/1210 KB 471/471 KB 240/276 KB 1556/1822 KB 516/1210 KB 471/471 KB 240/276 KB 1560/1822 KB 520/1210 KB 471/471 KB 244/276 KB 1560/1822 KB 524/1210 KB 471/471 KB 244/276 KB 1560/1822 KB 528/1210 KB 471/471 KB 244/276 KB 1560/1822 KB 516/1210 KB 471/471 KB 244/276 KB 1564/1822 KB 528/1210 KB 471/471 KB 244/276 KB 1568/1822 KB 528/1210 KB 471/471 KB 244/276 KB 1556/1822 KB 516/1210 KB 471/471 KB 244/276 KB 1568/1822 KB 528/1210 KB 471/471 KB 248/276 KB 1568/1822 KB 528/1210 KB 471/471 KB 252/276 KB 1568/1822 KB 528/1210 KB 471/471 KB 256/276 KB 1572/1822 KB 528/1210 KB 471/471 KB 256/276 KB 1576/1822 KB 532/1210 KB 471/471 KB 260/276 KB 1580/1822 KB 532/1210 KB 471/471 KB 260/276 KB 1584/1822 KB 532/1210 KB 471/471 KB 260/276 KB 1572/1822 KB 532/1210 KB 471/471 KB 260/276 KB 1584/1822 KB 532/1210 KB 471/471 KB 264/276 KB 1584/1822 KB 532/1210 KB 471/471 KB 268/276 KB 1584/1822 KB 532/1210 KB 471/471 KB 272/276 KB 1584/1822 KB 532/1210 KB 471/471 KB 276/276 KB 1572/1822 KB 532/1210 KB 471/471 KB 256/276 KB 1588/1822 KB 536/1210 KB 471/471 KB 276/276 KB 1588/1822 KB 540/1210 KB 471/471 KB 276/276 KB 1588/1822 KB 540/1210 KB 4/577 KB 471/471 KB 276/276 KB 1588/1822 KB 540/1210 KB 8/577 KB 471/471 KB 276/276 KB 1588/1822 KB 540/1210 KB 12/577 KB 471/471 KB 276/276 KB 1588/1822 KB 540/1210 KB 16/577 KB 471/471 KB 276/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 396.5 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1588/1822 KB 540/1210 KB 20/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 24/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 28/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 32/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 36/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 40/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 44/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 48/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 52/577 KB 276/276 KB 1588/1822 KB 540/1210 KB 56/577 KB 276/276 KB 1588/1822 KB 544/1210 KB 60/577 KB 276/276 KB 1588/1822 KB 544/1210 KB 64/577 KB 276/276 KB 1588/1822 KB 544/1210 KB 68/577 KB 276/276 KB 1588/1822 KB 544/1210 KB 72/577 KB 276/276 KB 1588/1822 KB 544/1210 KB 76/577 KB 276/276 KB 1588/1822 KB 544/1210 KB 80/577 KB 276/276 KB 1588/1822 KB 532/1210 KB 471/471 KB 276/276 KB 1592/1822 KB 544/1210 KB 80/577 KB 276/276 KB 1596/1822 KB 544/1210 KB 80/577 KB 276/276 KB 1600/1822 KB 544/1210 KB 80/577 KB 276/276 KB 1604/1822 KB 544/1210 KB 80/577 KB 276/276 KB 1608/1822 KB 544/1210 KB 80/577 KB 276/276 KB 1612/1822 KB 544/1210 KB 84/577 KB 276/276 KB 1616/1822 KB 544/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 544/1210 KB 84/577 KB 276/276 KB 1588/1822 KB 544/1210 KB 60/577 KB 276/276 KB 1588/1822 KB 544/1210 KB 56/577 KB 276/276 KB 1620/1822 KB 548/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 552/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 556/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 560/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 564/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 568/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 572/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 576/1210 KB 84/577 KB 276/276 KB 1620/1822 KB 580/1210 KB 84/577 KB 276/276 KB 1624/1822 KB 584/1210 KB 84/577 KB 276/276 KB 1624/1822 KB 588/1210 KB 84/577 KB 276/276 KB 1624/1822 KB 592/1210 KB 84/577 KB 276/276 KB 1608/1822 KB 544/1210 KB 84/577 KB 276/276 KB 1624/1822 KB 592/1210 KB 88/577 KB 276/276 KB 1624/1822 KB 592/1210 KB 92/577 KB 276/276 KB 1624/1822 KB 592/1210 KB 96/577 KB 276/276 KB 1624/1822 KB 580/1210 KB 84/577 KB 276/276 KB 1628/1822 KB 592/1210 KB 96/577 KB 276/276 KB 4/37 KB 1632/1822 KB 592/1210 KB 96/577 KB 276/276 KB 4/37 KB 1636/1822 KB 592/1210 KB 96/577 KB 276/276 KB 4/37 KB 1624/1822 KB 592/1210 KB 96/577 KB 276/276 KB 4/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 230.1 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1640/1822 KB 596/1210 KB 100/577 KB 8/37 KB 1644/1822 KB 596/1210 KB 100/577 KB 8/37 KB 1648/1822 KB 596/1210 KB 100/577 KB 8/37 KB 1636/1822 KB 596/1210 KB 100/577 KB 276/276 KB 4/37 KB 1648/1822 KB 600/1210 KB 100/577 KB 8/37 KB 1648/1822 KB 604/1210 KB 100/577 KB 8/37 KB 1648/1822 KB 608/1210 KB 100/577 KB 8/37 KB 1648/1822 KB 612/1210 KB 100/577 KB 8/37 KB 1652/1822 KB 616/1210 KB 100/577 KB 8/37 KB 1652/1822 KB 620/1210 KB 100/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 100/577 KB 8/37 KB 1636/1822 KB 592/1210 KB 100/577 KB 276/276 KB 4/37 KB 1652/1822 KB 624/1210 KB 104/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 108/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 112/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 116/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 120/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 124/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 128/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 132/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 136/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 140/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 8/37 KB 1652/1822 KB 612/1210 KB 100/577 KB 8/37 KB 1636/1822 KB 596/1210 KB 100/577 KB 8/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 12/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 16/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 20/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 24/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 28/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 32/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 36/37 KB 1652/1822 KB 624/1210 KB 144/577 KB 37/37 KB 1656/1822 KB 624/1210 KB 144/577 KB 37/37 KB 1660/1822 KB 624/1210 KB 144/577 KB 37/37 KB 1664/1822 KB 624/1210 KB 144/577 KB 37/37 KB 1668/1822 KB 624/1210 KB 144/577 KB 37/37 KB 1672/1822 KB 624/1210 KB 144/577 KB 37/37 KB 1676/1822 KB 624/1210 KB 144/577 KB 37/37 KB 1680/1822 KB 624/1210 KB 144/577 KB 37/37 KB 1684/1822 KB 628/1210 KB 144/577 KB 37/37 KB 1688/1822 KB 628/1210 KB 148/577 KB 37/37 KB 1692/1822 KB 628/1210 KB 148/577 KB 37/37 KB 1696/1822 KB 628/1210 KB 148/577 KB 37/37 KB 1680/1822 KB 628/1210 KB 144/577 KB 37/37 KB 1696/1822 KB 632/1210 KB 148/577 KB 37/37 KB 1696/1822 KB 636/1210 KB 148/577 KB 37/37 KB 1696/1822 KB 640/1210 KB 148/577 KB 37/37 KB 1684/1822 KB 628/1210 KB 148/577 KB 37/37 KB 1696/1822 KB 640/1210 KB 152/577 KB 37/37 KB 1696/1822 KB 640/1210 KB 156/577 KB 37/37 KB 1696/1822 KB 640/1210 KB 160/577 KB 37/37 KB 1696/1822 KB 640/1210 KB 164/577 KB 37/37 KB 1700/1822 KB 644/1210 KB 168/577 KB 37/37 KB 1700/1822 KB 644/1210 KB 172/577 KB 37/37 KB 1700/1822 KB 644/1210 KB 176/577 KB 37/37 KB 1700/1822 KB 644/1210 KB 164/577 KB 37/37 KB 1704/1822 KB 644/1210 KB 176/577 KB 37/37 KB 1708/1822 KB 644/1210 KB 176/577 KB 37/37 KB 1712/1822 KB 644/1210 KB 176/577 KB 37/37 KB 1716/1822 KB 644/1210 KB 176/577 KB 37/37 KB 1720/1822 KB 644/1210 KB 180/577 KB 37/37 KB 1724/1822 KB 644/1210 KB 180/577 KB 37/37 KB 1728/1822 KB 644/1210 KB 180/577 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 30.0 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1696/1822 KB 644/1210 KB 164/577 KB 37/37 KB 1728/1822 KB 648/1210 KB 180/577 KB 1728/1822 KB 652/1210 KB 180/577 KB 1728/1822 KB 656/1210 KB 180/577 KB 1728/1822 KB 660/1210 KB 180/577 KB 1728/1822 KB 664/1210 KB 180/577 KB 1728/1822 KB 668/1210 KB 180/577 KB 1728/1822 KB 672/1210 KB 180/577 KB 1716/1822 KB 644/1210 KB 180/577 KB 37/37 KB 1728/1822 KB 672/1210 KB 184/577 KB 1728/1822 KB 672/1210 KB 188/577 KB 1728/1822 KB 672/1210 KB 192/577 KB 1728/1822 KB 672/1210 KB 196/577 KB 1732/1822 KB 676/1210 KB 200/577 KB 1732/1822 KB 676/1210 KB 204/577 KB 1732/1822 KB 676/1210 KB 208/577 KB 1732/1822 KB 676/1210 KB 196/577 KB 1736/1822 KB 676/1210 KB 208/577 KB 1740/1822 KB 676/1210 KB 208/577 KB 1744/1822 KB 676/1210 KB 208/577 KB 1728/1822 KB 676/1210 KB 196/577 KB 1744/1822 KB 680/1210 KB 208/577 KB 1744/1822 KB 684/1210 KB 208/577 KB 1744/1822 KB 688/1210 KB 208/577 KB 1744/1822 KB 692/1210 KB 208/577 KB 1748/1822 KB 696/1210 KB 212/577 KB 1748/1822 KB 700/1210 KB 212/577 KB 1748/1822 KB 704/1210 KB 212/577 KB 1748/1822 KB 692/1210 KB 212/577 KB 1752/1822 KB 704/1210 KB 212/577 KB 1756/1822 KB 704/1210 KB 212/577 KB 1760/1822 KB 704/1210 KB 212/577 KB 1744/1822 KB 692/1210 KB 212/577 KB 1760/1822 KB 708/1210 KB 216/577 KB 1760/1822 KB 708/1210 KB 220/577 KB 1760/1822 KB 708/1210 KB 224/577 KB 1760/1822 KB 708/1210 KB 228/577 KB 1764/1822 KB 708/1210 KB 232/577 KB 1764/1822 KB 708/1210 KB 236/577 KB 1764/1822 KB 708/1210 KB 240/577 KB 1764/1822 KB 708/1210 KB 244/577 KB 1764/1822 KB 708/1210 KB 248/577 KB 1764/1822 KB 708/1210 KB 252/577 KB 1764/1822 KB 708/1210 KB 256/577 KB 1760/1822 KB 708/1210 KB 212/577 KB 1764/1822 KB 712/1210 KB 256/577 KB 1764/1822 KB 716/1210 KB 256/577 KB 1764/1822 KB 720/1210 KB 256/577 KB 1764/1822 KB 724/1210 KB 256/577 KB 1764/1822 KB 728/1210 KB 256/577 KB 1764/1822 KB 732/1210 KB 256/577 KB 1764/1822 KB 736/1210 KB 256/577 KB 1764/1822 KB 708/1210 KB 228/577 KB 1768/1822 KB 736/1210 KB 256/577 KB 1772/1822 KB 736/1210 KB 256/577 KB 1776/1822 KB 736/1210 KB 256/577 KB 1780/1822 KB 736/1210 KB 256/577 KB 1780/1822 KB 740/1210 KB 256/577 KB 1784/1822 KB 744/1210 KB 256/577 KB 1784/1822 KB 748/1210 KB 256/577 KB 1784/1822 KB 752/1210 KB 256/577 KB 1784/1822 KB 740/1210 KB 256/577 KB 1788/1822 KB 752/1210 KB 256/577 KB 1792/1822 KB 752/1210 KB 256/577 KB 1796/1822 KB 752/1210 KB 256/577 KB 1800/1822 KB 756/1210 KB 260/577 KB 1804/1822 KB 756/1210 KB 260/577 KB 1808/1822 KB 756/1210 KB 260/577 KB 1796/1822 KB 756/1210 KB 260/577 KB 1808/1822 KB 756/1210 KB 264/577 KB 1808/1822 KB 756/1210 KB 268/577 KB 1808/1822 KB 756/1210 KB 272/577 KB 1808/1822 KB 756/1210 KB 276/577 KB 1812/1822 KB 756/1210 KB 280/577 KB 1812/1822 KB 756/1210 KB 284/577 KB 1812/1822 KB 756/1210 KB 288/577 KB 1796/1822 KB 756/1210 KB 256/577 KB 1812/1822 KB 760/1210 KB 288/577 KB 1812/1822 KB 764/1210 KB 288/577 KB 1812/1822 KB 768/1210 KB 288/577 KB 1812/1822 KB 772/1210 KB 288/577 KB 1812/1822 KB 776/1210 KB 288/577 KB 1812/1822 KB 780/1210 KB 288/577 KB 1812/1822 KB 784/1210 KB 288/577 KB 1812/1822 KB 788/1210 KB 292/577 KB 1812/1822 KB 792/1210 KB 292/577 KB 1812/1822 KB 796/1210 KB 292/577 KB 1812/1822 KB 800/1210 KB 292/577 KB 1812/1822 KB 804/1210 KB 292/577 KB 1812/1822 KB 756/1210 KB 276/577 KB 1816/1822 KB 804/1210 KB 292/577 KB 1820/1822 KB 804/1210 KB 292/577 KB 1822/1822 KB 804/1210 KB 292/577 KB 1812/1822 KB 784/1210 KB 292/577 KB 1822/1822 KB 804/12 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 10 KB 296/577 KB 1822/1822 KB 804/1210 KB 300/577 KB 1822/1822 KB 804/1210 KB 304/577 KB 1822/1822 KB 804/1210 KB 308/577 KB 1822/1822 KB 804/1210 KB 312/577 KB 1822/1822 KB 804/1210 KB 316/577 KB 1822/1822 KB 804/1210 KB 320/577 KB 1822/1822 KB 808/1210 KB 320/577 KB 1822/1822 KB 812/1210 KB 320/577 KB 1822/1822 KB 816/1210 KB 320/577 KB 1822/1822 KB 816/1210 KB 324/577 KB 1822/1822 KB 820/1210 KB 328/577 KB 1822/1822 KB 820/1210 KB 332/577 KB 1822/1822 KB 820/1210 KB 336/577 KB 1822/1822 KB 820/1210 KB 324/577 KB 1822/1822 KB 824/1210 KB 336/577 KB 1822/1822 KB 828/1210 KB 336/577 KB 1822/1822 KB 832/1210 KB 336/577 KB 1822/1822 KB 832/1210 KB 340/577 KB 1822/1822 KB 836/1210 KB 344/577 KB 1822/1822 KB 836/1210 KB 348/577 KB 1822/1822 KB 836/1210 KB 352/577 KB 1822/1822 KB 836/1210 KB 340/577 KB 1822/1822 KB 840/1210 KB 352/577 KB 1822/1822 KB 844/1210 KB 352/577 KB 1822/1822 KB 848/1210 KB 352/577 KB 1822/1822 KB 852/1210 KB 352/577 KB 1822/1822 KB 856/1210 KB 356/577 KB 1822/1822 KB 860/1210 KB 356/577 KB 1822/1822 KB 864/1210 KB 356/577 KB 1822/1822 KB 852/1210 KB 356/577 KB 1822/1822 KB 864/1210 KB 360/577 KB 1822/1822 KB 864/1210 KB 364/577 KB 1822/1822 KB 864/1210 KB 368/577 KB 1822/1822 KB 864/1210 KB 372/577 KB 868/1210 KB 376/577 KB 868/1210 KB 380/577 KB 868/1210 KB 384/577 KB 868/1210 KB 372/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1459.4 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 872/1210 KB 384/577 KB 876/1210 KB 384/577 KB 880/1210 KB 384/577 KB 884/1210 KB 384/577 KB 888/1210 KB 388/577 KB 892/1210 KB 388/577 KB 896/1210 KB 388/577 KB 884/1210 KB 388/577 KB 896/1210 KB 392/577 KB 896/1210 KB 396/577 KB 896/1210 KB 400/577 KB 896/1210 KB 404/577 KB 900/1210 KB 408/577 KB 900/1210 KB 412/577 KB 900/1210 KB 416/577 KB 900/1210 KB 420/577 KB 900/1210 KB 424/577 KB 900/1210 KB 428/577 KB 900/1210 KB 432/577 KB 900/1210 KB 404/577 KB 904/1210 KB 432/577 KB 908/1210 KB 432/577 KB 912/1210 KB 432/577 KB 916/1210 KB 432/577 KB 920/1210 KB 432/577 KB 924/1210 KB 436/577 KB 928/1210 KB 436/577 KB 932/1210 KB 436/577 KB 936/1210 KB 436/577 KB 940/1210 KB 436/577 KB 944/1210 KB 436/577 KB 920/1210 KB 436/577 KB 944/1210 KB 440/577 KB 944/1210 KB 444/577 KB 944/1210 KB 448/577 KB 944/1210 KB 452/577 KB 948/1210 KB 456/577 KB 948/1210 KB 460/577 KB 948/1210 KB 464/577 KB 948/1210 KB 452/577 KB 952/1210 KB 464/577 KB 956/1210 KB 468/577 KB 960/1210 KB 468/577 KB 964/1210 KB 468/577 KB 968/1210 KB 468/577 KB 972/1210 KB 468/577 KB 976/1210 KB 468/577 KB 980/1210 KB 468/577 KB 984/1210 KB 468/577 KB 988/1210 KB 468/577 KB 992/1210 KB 468/577 KB 952/1210 KB 468/577 KB 992/1210 KB 472/577 KB 992/1210 KB 476/577 KB 992/1210 KB 480/577 KB 992/1210 KB 484/577 KB 992/1210 KB 488/577 KB 992/1210 KB 492/577 KB 992/1210 KB 496/577 KB 992/1210 KB 500/577 KB 996/1210 KB 504/577 KB 996/1210 KB 508/577 KB 996/1210 KB 512/577 KB 996/1210 KB 516/577 KB 996/1210 KB 520/577 KB 4/439 KB 996/1210 KB 500/577 KB 996/1210 KB 516/577 KB 4/439 KB 996/1210 KB 520/577 KB 8/439 KB 996/1210 KB 520/577 KB 12/439 KB 996/1210 KB 520/577 KB 16/439 KB 996/1210 KB 520/577 KB 20/439 KB 996/1210 KB 520/577 KB 24/439 KB 996/1210 KB 520/577 KB 28/439 KB 996/1210 KB 520/577 KB 32/439 KB 996/1210 KB 520/577 KB 36/439 KB 996/1210 KB 520/577 KB 40/439 KB 996/1210 KB 520/577 KB 44/439 KB 996/1210 KB 520/577 KB 48/439 KB 996/1210 KB 520/577 KB 52/439 KB 1000/1210 KB 520/577 KB 52/439 KB 1004/1210 KB 520/577 KB 52/439 KB 1008/1210 KB 520/577 KB 52/439 KB 1012/1210 KB 520/577 KB 52/439 KB 1016/1210 KB 520/577 KB 56/439 KB 1020/1210 KB 524/577 KB 56/439 KB 1024/1210 KB 524/577 KB 56/439 KB 1028/1210 KB 524/577 KB 56/439 KB 1032/1210 KB 524/577 KB 56/439 KB 1036/1210 KB 524/577 KB 56/439 KB 1040/1210 KB 524/577 KB 56/439 KB 1044/1210 KB 524/577 KB 56/439 KB 1012/1210 KB 520/577 KB 56/439 KB 1044/1210 KB 524/577 KB 60/439 KB 1044/1210 KB 524/577 KB 64/439 KB 1044/1210 KB 524/577 KB 68/439 KB 1044/1210 KB 524/577 KB 72/439 KB 1044/1210 KB 524/577 KB 76/439 KB 1044/1210 KB 524/577 KB 80/439 KB 1044/1210 KB 524/577 KB 84/439 KB 1044/1210 KB 524/577 KB 88/439 KB 1044/1210 KB 524/577 KB 92/439 KB 1044/1210 KB 524/577 KB 96/439 KB 1048/1210 KB 524/577 KB 100/439 KB 1016/1210 KB 524/577 KB 56/439 KB 1048/1210 KB 528/577 KB 100/439 KB 1048/1210 KB 532/577 KB 100/439 KB 1048/1210 KB 536/577 KB 100/439 KB 1048/1210 KB 540/577 KB 100/439 KB 1048/1210 KB 544/577 KB 100/439 KB 1048/1210 KB 548/577 KB 100/439 KB 1048/1210 KB 552/577 KB 100/439 KB 1048/1210 KB 556/577 KB 100/439 KB 1048/1210 KB 560/577 KB 100/439 KB 1048/1210 KB 564/577 KB 100/439 KB 1048/1210 KB 524/577 KB 96/439 KB 1052/1210 KB 564/577 KB 104/439 KB 1056/1210 KB 564/577 KB 104/439 KB 1060/1210 KB 564/577 KB 104/439 KB 1064/1210 KB 568/577 KB 104/439 KB 1068/1210 KB 568/577 KB 104/439 KB 1072/1210 KB 568/577 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install KB 104/439 KB 1048/1210 KB 564/577 KB 104/439 KB 1072/1210 KB 568/577 KB 108/439 KB 1072/1210 KB 568/577 KB 112/439 KB 1060/1210 KB 568/577 KB 104/439 KB 1072/1210 KB 572/577 KB 112/439 KB 1072/1210 KB 576/577 KB 112/439 KB 1072/1210 KB 577/577 KB 112/439 KB 1076/1210 KB 577/577 KB 112/439 KB 1080/1210 KB 577/577 KB 116/439 KB 1084/1210 KB 577/577 KB 116/439 KB 1088/1210 KB 577/577 KB 116/439 KB 1076/1210 KB 577/577 KB 116/439 KB 1088/1210 KB 577/577 KB 120/439 KB 1088/1210 KB 577/577 KB 124/439 KB 1088/1210 KB 577/577 KB 128/439 KB 1092/1210 KB 577/577 KB 128/439 KB 1096/1210 KB 577/577 KB 132/439 KB 1100/1210 KB 577/577 KB 132/439 KB 1104/1210 KB 577/577 KB 132/439 KB 1108/1210 KB 577/577 KB 132/439 KB 1112/1210 KB 577/577 KB 132/439 KB 1116/1210 KB 577/577 KB 132/439 KB 1120/1210 KB 132/439 KB 1092/1210 KB 577/577 KB 132/439 KB 1120/1210 KB 136/439 KB 1120/1210 KB 140/439 KB 1120/1210 KB 144/439 KB 1120/1210 KB 148/439 KB 1120/1210 KB 152/439 KB 1120/1210 KB 156/439 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 450.5 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1124/1210 KB 156/439 KB 1128/1210 KB 160/439 KB 1132/1210 KB 160/439 KB 1136/1210 KB 160/439 KB 1140/1210 KB 160/439 KB 1144/1210 KB 160/439 KB 1148/1210 KB 160/439 KB 1152/1210 KB 160/439 KB 1156/1210 KB 160/439 KB 1124/1210 KB 160/439 KB 1156/1210 KB 164/439 KB 1156/1210 KB 168/439 KB 1156/1210 KB 172/439 KB 1156/1210 KB 176/439 KB 1156/1210 KB 4/562 KB 176/439 KB 1156/1210 KB 8/562 KB 176/439 KB 1156/1210 KB 12/562 KB 176/439 KB 4/167 KB 1156/1210 KB 8/562 KB 176/439 KB 4/167 KB 1156/1210 KB 12/562 KB 176/439 KB 8/167 KB 1156/1210 KB 12/562 KB 176/439 KB 12/167 KB 1156/1210 KB 12/562 KB 176/439 KB 16/167 KB 1156/1210 KB 12/562 KB 176/439 KB 20/167 KB 1156/1210 KB 12/562 KB 176/439 KB 24/167 KB 1156/1210 KB 12/562 KB 176/439 KB 28/167 KB 1156/1210 KB 12/562 KB 176/439 KB 32/167 KB 1156/1210 KB 12/562 KB 176/439 KB 36/167 KB 1156/1210 KB 16/562 KB 176/439 KB 40/167 KB 1156/1210 KB 16/562 KB 176/439 KB 44/167 KB 1156/1210 KB 16/562 KB 176/439 KB 48/167 KB 1156/1210 KB 16/562 KB 176/439 KB 36/167 KB 1160/1210 KB 20/562 KB 176/439 KB 48/167 KB 1160/1210 KB 24/562 KB 176/439 KB 48/167 KB 1160/1210 KB 28/562 KB 176/439 KB 48/167 KB 1160/1210 KB 32/562 KB 176/439 KB 48/167 KB 1160/1210 KB 16/562 KB 176/439 KB 48/167 KB 1164/1210 KB 32/562 KB 176/439 KB 48/167 KB 1168/1210 KB 32/562 KB 176/439 KB 48/167 KB 1172/1210 KB 32/562 KB 176/439 KB 48/167 KB 1176/1210 KB 36/562 KB 176/439 KB 52/167 KB 1180/1210 KB 36/562 KB 176/439 KB 52/167 KB 1184/1210 KB 36/562 KB 176/439 KB 52/167 KB 1172/1210 KB 36/562 KB 176/439 KB 52/167 KB 1184/1210 KB 36/562 KB 176/439 KB 56/167 KB 1184/1210 KB 36/562 KB 176/439 KB 60/167 KB 1184/1210 KB 36/562 KB 176/439 KB 64/167 KB 1184/1210 KB 36/562 KB 176/439 KB 68/167 KB 1188/1210 KB 36/562 KB 176/439 KB 72/167 KB 1188/1210 KB 36/562 KB 176/439 KB 76/167 KB 1188/1210 KB 36/562 KB 176/439 KB 80/167 KB 1172/1210 KB 36/562 KB 176/439 KB 48/167 KB 1188/1210 KB 40/562 KB 176/439 KB 80/167 KB 1188/1210 KB 44/562 KB 176/439 KB 80/167 KB 1188/1210 KB 48/562 KB 176/439 KB 80/167 KB 1188/1210 KB 52/562 KB 176/439 KB 80/167 KB 1188/1210 KB 56/562 KB 180/439 KB 84/167 KB 1188/1210 KB 60/562 KB 180/439 KB 84/167 KB 1188/1210 KB 64/562 KB 180/439 KB 84/167 KB 1188/1210 KB 68/562 KB 180/439 KB 84/167 KB 1188/1210 KB 72/562 KB 180/439 KB 84/167 KB 1188/1210 KB 76/562 KB 180/439 KB 84/167 KB 1188/1210 KB 80/562 KB 180/439 KB 84/167 KB 1188/1210 KB 84/562 KB 180/439 KB 84/167 KB 1188/1210 KB 36/562 KB 176/439 KB 68/167 KB 1192/1210 KB 84/562 KB 180/439 KB 84/167 KB 1196/1210 KB 84/562 KB 180/439 KB 84/167 KB 1200/1210 KB 84/562 KB 180/439 KB 84/167 KB 1204/1210 KB 84/562 KB 180/439 KB 84/167 KB 1208/1210 KB 84/562 KB 180/439 KB 84/167 KB 1210/1210 KB 84/562 KB 180/439 KB 84/167 KB 1188/1210 KB 52/562 KB 180/439 KB 84/167 KB 1188/1210 KB 52/562 KB 180/439 KB 80/167 KB 1210/1210 KB 84/562 KB 184/439 KB 84/167 KB 1210/1210 KB 84/562 KB 188/439 KB 84/167 KB 1210/1210 KB 84/562 KB 192/439 KB 84/167 KB 1210/1210 KB 84/562 KB 196/439 KB 84/167 KB 1210/1210 KB 84/562 KB 200/439 KB 84/167 KB 1210/1210 KB 84/562 KB 204/439 KB 84/167 KB 1210/1210 KB 84/562 KB 208/439 KB 84/167 KB 1210/1210 KB 84/562 KB 212/439 KB 84/167 KB 1210/1210 KB 84/562 KB 216/439 KB 84/167 KB 1210/1210 KB 84/562 KB 220/439 KB 84/167 KB 1210/1210 KB 84/562 KB 224/439 KB 84/167 KB 1210/1210 KB 84/562 KB 228/439 KB 84/167 KB 1210/1210 KB 84/562 KB 232/439 KB 84/167 KB 1210/1210 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install KB 84/562 KB 236/439 KB 84/167 KB 1210/1210 KB 84/562 KB 240/439 KB 84/167 KB 1210/1210 KB 84/562 KB 240/439 KB 88/167 KB 1210/1210 KB 84/562 KB 240/439 KB 92/167 KB 1210/1210 KB 84/562 KB 240/439 KB 96/167 KB 1210/1210 KB 84/562 KB 240/439 KB 100/167 KB 1210/1210 KB 84/562 KB 244/439 KB 104/167 KB 1210/1210 KB 84/562 KB 244/439 KB 100/167 KB 1210/1210 KB 84/562 KB 248/439 KB 104/167 KB 1210/1210 KB 84/562 KB 252/439 KB 104/167 KB 1210/1210 KB 84/562 KB 256/439 KB 104/167 KB 1210/1210 KB 84/562 KB 260/439 KB 104/167 KB 1210/1210 KB 88/562 KB 260/439 KB 108/167 KB 1210/1210 KB 92/562 KB 260/439 KB 108/167 KB 1210/1210 KB 96/562 KB 264/439 KB 108/167 KB 1210/1210 KB 84/562 KB 260/439 KB 108/167 KB 1210/1210 KB 96/562 KB 264/439 KB 112/167 KB 1210/1210 KB 96/562 KB 264/439 KB 116/167 KB 1210/1210 KB 96/562 KB 264/439 KB 120/167 KB 1210/1210 KB 96/562 KB 264/439 KB 124/167 KB 1210/1210 KB 96/562 KB 264/439 KB 128/167 KB 1210/1210 KB 92/562 KB 264/439 KB 108/167 KB 1210/1210 KB 96/562 KB 268/439 KB 128/167 KB 1210/1210 KB 96/562 KB 272/439 KB 128/167 KB 1210/1210 KB 96/562 KB 276/439 KB 128/167 KB 1210/1210 KB 100/562 KB 276/439 KB 128/167 KB 1210/1210 KB 104/562 KB 276/439 KB 128/167 KB 1210/1210 KB 108/562 KB 280/439 KB 128/167 KB 1210/1210 KB 112/562 KB 280/439 KB 128/167 KB 1210/1210 KB 116/562 KB 280/439 KB 128/167 KB 1210/1210 KB 120/562 KB 280/439 KB 132/167 KB 1210/1210 KB 124/562 KB 280/439 KB 132/167 KB 1210/1210 KB 128/562 KB 280/439 KB 132/167 KB 1210/1210 KB 104/562 KB 280/439 KB 128/167 KB 1210/1210 KB 128/562 KB 284/439 KB 132/167 KB 1210/1210 KB 128/562 KB 288/439 KB 132/167 KB 1210/1210 KB 116/562 KB 280/439 KB 132/167 KB 1210/1210 KB 128/562 KB 288/439 KB 136/167 KB 1210/1210 KB 128/562 KB 292/439 KB 140/167 KB 1210/1210 KB 128/562 KB 292/439 KB 144/167 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 922.6 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1210/1210 KB 128/562 KB 292/439 KB 136/167 KB 128/562 KB 296/439 KB 144/167 KB 128/562 KB 300/439 KB 144/167 KB 128/562 KB 304/439 KB 144/167 KB 128/562 KB 308/439 KB 148/167 KB 132/562 KB 312/439 KB 148/167 KB 132/562 KB 316/439 KB 148/167 KB 132/562 KB 320/439 KB 148/167 KB 128/562 KB 304/439 KB 148/167 KB 132/562 KB 320/439 KB 152/167 KB 132/562 KB 320/439 KB 156/167 KB 132/562 KB 320/439 KB 160/167 KB 132/562 KB 320/439 KB 164/167 KB 132/562 KB 320/439 KB 167/167 KB 132/562 KB 308/439 KB 148/167 KB 136/562 KB 320/439 KB 167/167 KB 140/562 KB 320/439 KB 167/167 KB 144/562 KB 320/439 KB 167/167 KB 4/256 KB 148/562 KB 320/439 KB 167/167 KB 4/256 KB 152/562 KB 324/439 KB 167/167 KB 4/256 KB 156/562 KB 324/439 KB 167/167 KB 4/256 KB 160/562 KB 324/439 KB 167/167 KB 4/256 KB 144/562 KB 320/439 KB 167/167 KB 8/256 KB 160/562 KB 324/439 KB 167/167 KB 12/256 KB 160/562 KB 324/439 KB 167/167 KB 16/256 KB 160/562 KB 324/439 KB 167/167 KB 20/256 KB 160/562 KB 324/439 KB 167/167 KB 24/256 KB 160/562 KB 324/439 KB 167/167 KB 28/256 KB 160/562 KB 324/439 KB 167/167 KB 32/256 KB 160/562 KB 324/439 KB 167/167 KB 36/256 KB 160/562 KB 324/439 KB 167/167 KB 40/256 KB 160/562 KB 324/439 KB 167/167 KB 44/256 KB 160/562 KB 324/439 KB 167/167 KB 48/256 KB 160/562 KB 324/439 KB 167/167 KB 4/256 KB 148/562 KB 324/439 KB 167/167 KB 48/256 KB 160/562 KB 328/439 KB 167/167 KB 48/256 KB 160/562 KB 332/439 KB 167/167 KB 48/256 KB 160/562 KB 336/439 KB 167/167 KB 48/256 KB 160/562 KB 340/439 KB 167/167 KB 48/256 KB 160/562 KB 344/439 KB 167/167 KB 48/256 KB 164/562 KB 348/439 KB 167/167 KB 48/256 KB 164/562 KB 352/439 KB 167/167 KB 48/256 KB 164/562 KB 344/439 KB 167/167 KB 48/256 KB 168/562 KB 352/439 KB 167/167 KB 52/256 KB 172/562 KB 352/439 KB 167/167 KB 52/256 KB 176/562 KB 352/439 KB 167/167 KB 52/256 KB 176/562 KB 356/439 KB 167/167 KB 52/256 KB 180/562 KB 360/439 KB 167/167 KB 52/256 KB 180/562 KB 364/439 KB 167/167 KB 52/256 KB 180/562 KB 368/439 KB 167/167 KB 52/256 KB 180/562 KB 372/439 KB 167/167 KB 52/256 KB 180/562 KB 376/439 KB 167/167 KB 52/256 KB 180/562 KB 380/439 KB 167/167 KB 52/256 KB 180/562 KB 384/439 KB 167/167 KB 52/256 KB 180/562 KB 388/439 KB 167/167 KB 52/256 KB 168/562 KB 352/439 KB 167/167 KB 56/256 KB 180/562 KB 388/439 KB 167/167 KB 60/256 KB 180/562 KB 388/439 KB 167/167 KB 64/256 KB 180/562 KB 388/439 KB 167/167 KB 68/256 KB 180/562 KB 388/439 KB 72/256 KB 180/562 KB 388/439 KB 76/256 KB 180/562 KB 388/439 KB 80/256 KB 180/562 KB 388/439 KB 52/256 KB 180/562 KB 356/439 KB 167/167 KB 80/256 KB 184/562 KB 388/439 KB 80/256 KB 188/562 KB 388/439 KB 80/256 KB 192/562 KB 388/439 KB 80/256 KB 196/562 KB 388/439 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 125.3 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 80/256 KB 200/562 KB 388/439 KB 80/256 KB 204/562 KB 388/439 KB 84/256 KB 208/562 KB 388/439 KB 84/256 KB 212/562 KB 388/439 KB 84/256 KB 204/562 KB 388/439 KB 88/256 KB 212/562 KB 392/439 KB 92/256 KB 212/562 KB 392/439 KB 96/256 KB 212/562 KB 392/439 KB 84/256 KB 212/562 KB 392/439 KB 96/256 KB 216/562 KB 396/439 KB 96/256 KB 216/562 KB 400/439 KB 96/256 KB 216/562 KB 392/439 KB 96/256 KB 220/562 KB 400/439 KB 100/256 KB 224/562 KB 400/439 KB 100/256 KB 228/562 KB 404/439 KB 100/256 KB 232/562 KB 404/439 KB 100/256 KB 236/562 KB 404/439 KB 100/256 KB 240/562 KB 404/439 KB 100/256 KB 220/562 KB 400/439 KB 104/256 KB 240/562 KB 404/439 KB 108/256 KB 240/562 KB 404/439 KB 112/256 KB 240/562 KB 404/439 KB 100/256 KB 224/562 KB 404/439 KB 112/256 KB 240/562 KB 408/439 KB 112/256 KB 240/562 KB 412/439 KB 112/256 KB 240/562 KB 416/439 KB 112/256 KB 240/562 KB 420/439 KB 116/256 KB 244/562 KB 424/439 KB 116/256 KB 244/562 KB 428/439 KB 116/256 KB 244/562 KB 4/140 KB 428/439 KB 116/256 KB 244/562 KB 8/140 KB 428/439 KB 116/256 KB 244/562 KB 12/140 KB 428/439 KB 116/256 KB 244/562 KB 16/140 KB 428/439 KB 116/256 KB 244/562 KB 20/140 KB 428/439 KB 116/256 KB 244/562 KB 24/140 KB 428/439 KB 116/256 KB 244/562 KB 28/140 KB 428/439 KB 116/256 KB 244/562 KB 32/140 KB 428/439 KB 116/256 KB 244/562 KB 36/140 KB 428/439 KB 116/256 KB 244/562 KB 40/140 KB 428/439 KB 116/256 KB 244/562 KB 44/140 KB 428/439 KB 116/256 KB 244/562 KB 48/140 KB 428/439 KB 116/256 KB 240/562 KB 420/439 KB 120/256 KB 244/562 KB 48/140 KB 428/439 KB 124/256 KB 244/562 KB 48/140 KB 428/439 KB 128/256 KB 244/562 KB 48/140 KB 428/439 KB 132/256 KB 244/562 KB 48/140 KB 428/439 KB 136/256 KB 244/562 KB 52/140 KB 432/439 KB 140/256 KB 244/562 KB 52/140 KB 432/439 KB 144/256 KB 244/562 KB 52/140 KB 432/439 KB 116/256 KB 244/562 KB 420/439 KB 144/256 KB 248/562 KB 52/140 KB 432/439 KB 144/256 KB 252/562 KB 52/140 KB 432/439 KB 144/256 KB 256/562 KB 52/140 KB 432/439 KB 144/256 KB 260/562 KB 52/140 KB 432/439 KB 144/256 KB 264/562 KB 52/140 KB 432/439 KB 144/256 KB 268/562 KB 52/140 KB 432/439 KB 144/256 KB 272/562 KB 52/140 KB 432/439 KB 132/256 KB 244/562 KB 52/140 KB 432/439 KB 144/256 KB 272/562 KB 56/140 KB 432/439 KB 144/256 KB 272/562 KB 60/140 KB 432/439 KB 144/256 KB 272/562 KB 64/140 KB 432/439 KB 144/256 KB 272/562 KB 68/140 KB 432/439 KB 148/256 KB 276/562 KB 72/140 KB 432/439 KB 148/256 KB 276/562 KB 76/140 KB 432/439 KB 148/256 KB 276/562 KB 80/140 KB 432/439 KB 132/256 KB 244/562 KB 48/140 KB 432/439 KB 148/256 KB 276/562 KB 80/140 KB 436/439 KB 148/256 KB 276/562 KB 80/140 KB 439/439 KB 148/256 KB 276/562 KB 68/140 KB 432/439 KB 152/256 KB 276/562 KB 80/140 KB 439/439 KB 156/256 KB 276/562 KB 80/140 KB 439/439 KB 160/256 KB 276/562 KB 80/140 KB 439/439 KB 164/256 KB 276/562 KB 80/140 KB 439/439 KB 168/256 KB 276/562 KB 84/140 KB 439/439 KB 172/256 KB 276/562 KB 84/140 KB 439/439 KB 176/256 KB 276/562 KB 84/140 KB 439/439 KB 144/256 KB 276/562 KB 68/140 KB 432/439 KB 176/256 KB 280/562 KB 84/140 KB 439/439 KB 176/256 KB 284/562 KB 84/140 KB 439/439 KB 176/256 KB 288/562 KB 84/140 KB 439/439 KB 176/256 KB 292/562 KB 84/140 KB 439/439 KB 176/256 KB 296/562 KB 84/140 KB 439/439 KB 176/256 KB 300/562 KB 84/140 KB 439/439 KB 176/256 KB 304/562 KB 84/140 KB 439/439 KB 176/256 KB 308/562 KB 84/140 KB 439/439 KB 180/256 KB 312/562 KB 84/140 KB 439/439 KB 180/256 KB unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 316/562 KB 84/140 KB 439/439 KB 180/256 KB 320/562 KB 84/140 KB 439/439 KB 164/256 KB 276/562 KB 84/140 KB 439/439 KB 180/256 KB 320/562 KB 88/140 KB 439/439 KB 180/256 KB 320/562 KB 92/140 KB 439/439 KB 180/256 KB 320/562 KB 96/140 KB 439/439 KB 180/256 KB 320/562 KB 100/140 KB 439/439 KB 180/256 KB 320/562 KB 104/140 KB 439/439 KB 180/256 KB 320/562 KB 108/140 KB 439/439 KB 180/256 KB 320/562 KB 112/140 KB 439/439 KB 180/256 KB 320/562 KB 116/140 KB 439/439 KB 180/256 KB 324/562 KB 120/140 KB 439/439 KB 180/256 KB 324/562 KB 124/140 KB 439/439 KB 180/256 KB 324/562 KB 128/140 KB 439/439 KB 180/256 KB 308/562 KB 84/140 KB 439/439 KB 184/256 KB 324/562 KB 128/140 KB 439/439 KB 188/256 KB 324/562 KB 128/140 KB 439/439 KB 192/256 KB 324/562 KB 128/140 KB 439/439 KB 196/256 KB 324/562 KB 128/140 KB 439/439 KB 200/256 KB 324/562 KB 128/140 KB 439/439 KB 204/256 KB 324/562 KB 132/140 KB 439/439 KB 208/256 KB 324/562 KB 132/140 KB 439/439 KB 180/256 KB 324/562 KB 116/140 KB 439/439 KB 208/256 KB 328/562 KB 132/140 KB 208/256 KB 332/562 KB 132/140 KB 208/256 KB 336/562 KB 132/140 KB 208/256 KB 340/562 KB 132/140 KB 212/256 KB 344/562 KB 132/140 KB 200/256 KB 324/562 KB 132/140 KB 439/439 KB 212/256 KB 344/562 KB 136/140 KB 212/256 KB 344/562 KB 140/140 KB 212/256 KB 344/562 KB 140/140 KB 212/256 KB 340/562 KB 132/140 KB 216/256 KB 344/562 KB 140/140 KB 220/256 KB 344/562 KB 140/140 KB 224/256 KB 344/562 KB 140/140 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 321.1 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 224/256 KB 348/562 KB 140/140 KB 224/256 KB 352/562 KB 140/140 KB 224/256 KB 356/562 KB 140/140 KB 228/256 KB 360/562 KB 140/140 KB 228/256 KB 364/562 KB 140/140 KB 228/256 KB 368/562 KB 140/140 KB 228/256 KB 356/562 KB 140/140 KB 232/256 KB 368/562 KB 140/140 KB 236/256 KB 368/562 KB 140/140 KB 240/256 KB 368/562 KB 140/140 KB 244/256 KB 368/562 KB 140/140 KB 244/256 KB 372/562 KB 140/140 KB 244/256 KB 376/562 KB 140/140 KB 244/256 KB 380/562 KB 140/140 KB 248/256 KB 384/562 KB 140/140 KB 248/256 KB 380/562 KB 140/140 KB 252/256 KB 384/562 KB 140/140 KB 256/256 KB 384/562 KB 140/140 KB 256/256 KB 384/562 KB 140/140 KB 256/256 KB 388/562 KB 140/140 KB 256/256 KB 392/562 KB 140/140 KB 256/256 KB 396/562 KB 140/140 KB 256/256 KB 400/562 KB 140/140 KB 256/256 KB 404/562 KB 140/140 KB 256/256 KB 408/562 KB 140/140 KB 256/256 KB 412/562 KB 140/140 KB 256/256 KB 416/562 KB 140/140 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 101.8 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 256/256 KB 420/562 KB 256/256 KB 424/562 KB 256/256 KB 428/562 KB 256/256 KB 432/562 KB 256/256 KB 436/562 KB 256/256 KB 440/562 KB 256/256 KB 444/562 KB 256/256 KB 448/562 KB 256/256 KB 452/562 KB 256/256 KB 456/562 KB 256/256 KB 460/562 KB 256/256 KB 464/562 KB 256/256 KB 468/562 KB 256/256 KB 472/562 KB 256/256 KB 476/562 KB 256/256 KB 480/562 KB 256/256 KB 484/562 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 185.4 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 488/562 KB 492/562 KB 496/562 KB 500/562 KB 504/562 KB 508/562 KB 512/562 KB 516/562 KB 520/562 KB 524/562 KB 528/562 KB 528/562 KB 4/37 KB 528/562 KB 8/37 KB 528/562 KB 12/37 KB 528/562 KB 16/37 KB 528/562 KB 20/37 KB 528/562 KB 24/37 KB 528/562 KB 24/37 KB 4/1461 KB 528/562 KB 24/37 KB 8/1461 KB 528/562 KB 24/37 KB 12/1461 KB 528/562 KB 24/37 KB 16/1461 KB 528/562 KB 28/37 KB 16/1461 KB 528/562 KB 32/37 KB 16/1461 KB 528/562 KB 32/37 KB 20/1461 KB 528/562 KB 32/37 KB 24/1461 KB 528/562 KB 32/37 KB 28/1461 KB 528/562 KB 32/37 KB 32/1461 KB 528/562 KB 32/37 KB 36/1461 KB 528/562 KB 36/37 KB 40/1461 KB 528/562 KB 36/37 KB 44/1461 KB 528/562 KB 36/37 KB 48/1461 KB 528/562 KB 36/37 KB 36/1461 KB 528/562 KB 37/37 KB 48/1461 KB 528/562 KB 37/37 KB 52/1461 KB 528/562 KB 37/37 KB 56/1461 KB 528/562 KB 37/37 KB 60/1461 KB 528/562 KB 37/37 KB 64/1461 KB 528/562 KB 37/37 KB 68/1461 KB 528/562 KB 37/37 KB 72/1461 KB 528/562 KB 37/37 KB 76/1461 KB 528/562 KB 37/37 KB 80/1461 KB 528/562 KB 37/37 KB 84/1461 KB 532/562 KB 37/37 KB 88/1461 KB 532/562 KB 37/37 KB 92/1461 KB 532/562 KB 37/37 KB 96/1461 KB 532/562 KB 37/37 KB 84/1461 KB 536/562 KB 37/37 KB 96/1461 KB 540/562 KB 37/37 KB 96/1461 KB 544/562 KB 37/37 KB 96/1461 KB 544/562 KB 37/37 KB 4/1118 KB 96/1461 KB 544/562 KB 37/37 KB 8/1118 KB 96/1461 KB 544/562 KB 37/37 KB 12/1118 KB 96/1461 KB 544/562 KB 37/37 KB 16/1118 KB 96/1461 KB 544/562 KB 37/37 KB 20/1118 KB 96/1461 KB 544/562 KB 37/37 KB 24/1118 KB 96/1461 KB 544/562 KB 37/37 KB 28/1118 KB 96/1461 KB 544/562 KB 37/37 KB 32/1118 KB 96/1461 KB 544/562 KB 37/37 KB 36/1118 KB 96/1461 KB 544/562 KB 37/37 KB 40/1118 KB 96/1461 KB 544/562 KB 37/37 KB 44/1118 KB 96/1461 KB 544/562 KB 37/37 KB 48/1118 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.4 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 544/562 KB 52/1118 KB 96/1461 KB 544/562 KB 56/1118 KB 96/1461 KB 544/562 KB 60/1118 KB 96/1461 KB 544/562 KB 64/1118 KB 96/1461 KB 544/562 KB 68/1118 KB 96/1461 KB 548/562 KB 72/1118 KB 100/1461 KB 548/562 KB 76/1118 KB 100/1461 KB 548/562 KB 80/1118 KB 100/1461 KB 548/562 KB 68/1118 KB 100/1461 KB 548/562 KB 68/1118 KB 96/1461 KB 552/562 KB 80/1118 KB 104/1461 KB 556/562 KB 80/1118 KB 104/1461 KB 560/562 KB 80/1118 KB 104/1461 KB 548/562 KB 80/1118 KB 104/1461 KB 560/562 KB 80/1118 KB 108/1461 KB 560/562 KB 80/1118 KB 112/1461 KB 560/562 KB 84/1118 KB 112/1461 KB 562/562 KB 88/1118 KB 116/1461 KB 562/562 KB 92/1118 KB 116/1461 KB 562/562 KB 84/1118 KB 116/1461 KB 562/562 KB 92/1118 KB 120/1461 KB 562/562 KB 92/1118 KB 124/1461 KB 562/562 KB 92/1118 KB 128/1461 KB 562/562 KB 96/1118 KB 132/1461 KB 562/562 KB 96/1118 KB 136/1461 KB 562/562 KB 96/1118 KB 140/1461 KB 562/562 KB 96/1118 KB 144/1461 KB 562/562 KB 96/1118 KB 148/1461 KB 562/562 KB 84/1118 KB 112/1461 KB 562/562 KB 96/1118 KB 128/1461 KB 562/562 KB 100/1118 KB 148/1461 KB 562/562 KB 104/1118 KB 148/1461 KB 562/562 KB 108/1118 KB 148/1461 KB 562/562 KB 112/1118 KB 148/1461 KB 562/562 KB 116/1118 KB 148/1461 KB 562/562 KB 3/46 KB 116/1118 KB 152/1461 KB 562/562 KB 6/46 KB 116/1118 KB 152/1461 KB 562/562 KB 9/46 KB 116/1118 KB 152/1461 KB 562/562 KB 11/46 KB 116/1118 KB 152/1461 KB 562/562 KB 14/46 KB 116/1118 KB 152/1461 KB 562/562 KB 16/46 KB 116/1118 KB 152/1461 KB 562/562 KB 19/46 KB 116/1118 KB 152/1461 KB 562/562 KB 22/46 KB 116/1118 KB 152/1461 KB 562/562 KB 25/46 KB 116/1118 KB 152/1461 KB 562/562 KB 27/46 KB 116/1118 KB 152/1461 KB 562/562 KB 30/46 KB 116/1118 KB 152/1461 KB 562/562 KB 32/46 KB 116/1118 KB 152/1461 KB 562/562 KB 36/46 KB 116/1118 KB 152/1461 KB 562/562 KB 40/46 KB 116/1118 KB 152/1461 KB 562/562 KB 44/46 KB 116/1118 KB 152/1461 KB 562/562 KB 46/46 KB 116/1118 KB 152/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 398.2 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 562/562 KB 116/1118 KB 152/1461 KB 46/46 KB 120/1118 KB 156/1461 KB 46/46 KB 120/1118 KB 156/1461 KB 46/46 KB 120/1118 KB 160/1461 KB 46/46 KB 120/1118 KB 164/1461 KB 46/46 KB 124/1118 KB 168/1461 KB 46/46 KB 124/1118 KB 172/1461 KB 46/46 KB 124/1118 KB 176/1461 KB 46/46 KB 124/1118 KB 164/1461 KB 46/46 KB 128/1118 KB 176/1461 KB 46/46 KB 132/1118 KB 176/1461 KB 46/46 KB 136/1118 KB 176/1461 KB 46/46 KB 140/1118 KB 176/1461 KB 46/46 KB 144/1118 KB 176/1461 KB 46/46 KB 148/1118 KB 176/1461 KB 46/46 KB 152/1118 KB 180/1461 KB 46/46 KB 156/1118 KB 180/1461 KB 46/46 KB 160/1118 KB 180/1461 KB 46/46 KB 148/1118 KB 180/1461 KB 46/46 KB 160/1118 KB 184/1461 KB 46/46 KB 160/1118 KB 188/1461 KB 46/46 KB 160/1118 KB 192/1461 KB 46/46 KB 164/1118 KB 192/1461 KB 46/46 KB 168/1118 KB 196/1461 KB 46/46 KB 172/1118 KB 196/1461 KB 46/46 KB 176/1118 KB 196/1461 KB 180/1118 KB 196/1461 KB 184/1118 KB 196/1461 KB 188/1118 KB 196/1461 KB 192/1118 KB 196/1461 KB 196/1118 KB 196/1461 KB 46/46 KB 164/1118 KB 196/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 31.8 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 196/1118 KB 200/1461 KB 196/1118 KB 204/1461 KB 196/1118 KB 208/1461 KB 196/1118 KB 212/1461 KB 196/1118 KB 216/1461 KB 196/1118 KB 220/1461 KB 196/1118 KB 224/1461 KB 196/1118 KB 228/1461 KB 200/1118 KB 228/1461 KB 204/1118 KB 228/1461 KB 204/1118 KB 4/287 KB 228/1461 KB 204/1118 KB 8/287 KB 228/1461 KB 204/1118 KB 12/287 KB 228/1461 KB 204/1118 KB 16/287 KB 228/1461 KB 204/1118 KB 20/287 KB 228/1461 KB 204/1118 KB 24/287 KB 228/1461 KB 204/1118 KB 28/287 KB 228/1461 KB 204/1118 KB 32/287 KB 228/1461 KB 204/1118 KB 36/287 KB 228/1461 KB 204/1118 KB 40/287 KB 228/1461 KB 204/1118 KB 44/287 KB 228/1461 KB 204/1118 KB 48/287 KB 228/1461 KB 204/1118 KB 52/287 KB 228/1461 KB 208/1118 KB 52/287 KB 232/1461 KB 204/1118 KB 52/287 KB 232/1461 KB 208/1118 KB 52/287 KB 236/1461 KB 208/1118 KB 52/287 KB 240/1461 KB 208/1118 KB 52/287 KB 244/1461 KB 212/1118 KB 56/287 KB 248/1461 KB 212/1118 KB 56/287 KB 244/1461 KB 212/1118 KB 60/287 KB 248/1461 KB 212/1118 KB 64/287 KB 248/1461 KB 212/1118 KB 68/287 KB 248/1461 KB 212/1118 KB 72/287 KB 252/1461 KB 212/1118 KB 76/287 KB 252/1461 KB 212/1118 KB 80/287 KB 252/1461 KB 212/1118 KB 84/287 KB 252/1461 KB 212/1118 KB 88/287 KB 252/1461 KB 212/1118 KB 92/287 KB 252/1461 KB 212/1118 KB 96/287 KB 252/1461 KB 212/1118 KB 100/287 KB 252/1461 KB 212/1118 KB 52/287 KB 244/1461 KB 216/1118 KB 100/287 KB 252/1461 KB 220/1118 KB 100/287 KB 252/1461 KB 224/1118 KB 100/287 KB 252/1461 KB 212/1118 KB 68/287 KB 252/1461 KB 224/1118 KB 100/287 KB 256/1461 KB 224/1118 KB 100/287 KB 260/1461 KB 228/1118 KB 100/287 KB 264/1461 KB 228/1118 KB 100/287 KB 268/1461 KB 228/1118 KB 100/287 KB 272/1461 KB 228/1118 KB 100/287 KB 260/1461 KB 232/1118 KB 100/287 KB 272/1461 KB 236/1118 KB 100/287 KB 272/1461 KB 240/1118 KB 100/287 KB 272/1461 KB 240/1118 KB 100/287 KB 276/1461 KB 244/1118 KB 100/287 KB 280/1461 KB 244/1118 KB 100/287 KB 284/1461 KB 244/1118 KB 104/287 KB 288/1461 KB 244/1118 KB 100/287 KB 276/1461 KB 248/1118 KB 104/287 KB 288/1461 KB 252/1118 KB 104/287 KB 288/1461 KB 256/1118 KB 104/287 KB 288/1461 KB 260/1118 KB 104/287 KB 288/1461 KB 264/1118 KB 104/287 KB 292/1461 KB 244/1118 KB 104/287 KB 284/1461 KB 268/1118 KB 108/287 KB 292/1461 KB 268/1118 KB 112/287 KB 292/1461 KB 268/1118 KB 116/287 KB 292/1461 KB 268/1118 KB 120/287 KB 292/1461 KB 268/1118 KB 124/287 KB 292/1461 KB 268/1118 KB 128/287 KB 292/1461 KB 260/1118 KB 104/287 KB 292/1461 KB 268/1118 KB 128/287 KB 296/1461 KB 268/1118 KB 128/287 KB 300/1461 KB 268/1118 KB 128/287 KB 304/1461 KB 268/1118 KB 128/287 KB 308/1461 KB 268/1118 KB 132/287 KB 312/1461 KB 268/1118 KB 132/287 KB 316/1461 KB 268/1118 KB 132/287 KB 320/1461 KB 268/1118 KB 132/287 KB 324/1461 KB 268/1118 KB 132/287 KB 328/1461 KB 268/1118 KB 132/287 KB 332/1461 KB 268/1118 KB 116/287 KB 292/1461 KB 272/1118 KB 132/287 KB 332/1461 KB 276/1118 KB 132/287 KB 332/1461 KB 280/1118 KB 132/287 KB 332/1461 KB 284/1118 KB 132/287 KB 332/1461 KB 288/1118 KB 132/287 KB 332/1461 KB 292/1118 KB 132/287 KB 332/1461 KB 296/1118 KB 132/287 KB 332/1461 KB 300/1118 KB 132/287 KB 332/1461 KB 304/1118 KB 132/287 KB 332/1461 KB 308/1118 KB 132/287 KB 336/1461 KB 312/1118 KB 132/287 KB 336/1461 KB 316/1118 KB 132/287 KB 336/1461 KB 320/1118 KB 132/287 KB 336/1461 KB 324/1118 KB 132/287 KB 336/1461 KB 268/1118 KB 132/287 KB 308/1461 KB 324/1118 KB 136/287 KB 336/1461 KB 324/1118 KB 140/287 KB 336/1461 KB 324/1118 KB 144/ unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 287 KB 336/1461 KB 324/1118 KB 148/287 KB 336/1461 KB 324/1118 KB 152/287 KB 336/1461 KB 324/1118 KB 156/287 KB 336/1461 KB 324/1118 KB 160/287 KB 336/1461 KB 304/1118 KB 132/287 KB 336/1461 KB 324/1118 KB 160/287 KB 340/1461 KB 324/1118 KB 160/287 KB 344/1461 KB 324/1118 KB 160/287 KB 348/1461 KB 324/1118 KB 160/287 KB 352/1461 KB 324/1118 KB 160/287 KB 356/1461 KB 328/1118 KB 164/287 KB 360/1461 KB 328/1118 KB 164/287 KB 364/1461 KB 328/1118 KB 164/287 KB 368/1461 KB 328/1118 KB 164/287 KB 356/1461 KB 332/1118 KB 164/287 KB 368/1461 KB 336/1118 KB 164/287 KB 368/1461 KB 324/1118 KB 164/287 KB 356/1461 KB 336/1118 KB 168/287 KB 368/1461 KB 336/1118 KB 172/287 KB 368/1461 KB 336/1118 KB 176/287 KB 368/1461 KB 336/1118 KB 180/287 KB 368/1461 KB 340/1118 KB 184/287 KB 372/1461 KB 340/1118 KB 188/287 KB 372/1461 KB 340/1118 KB 192/287 KB 372/1461 KB 340/1118 KB 180/287 KB 372/1461 KB 344/1118 KB 192/287 KB 372/1461 KB 348/1118 KB 192/287 KB 372/1461 KB 352/1118 KB 192/287 KB 372/1461 KB 356/1118 KB 196/287 KB 372/1461 KB 360/1118 KB 196/287 KB 372/1461 KB 364/1118 KB 196/287 KB 372/1461 KB 368/1118 KB 196/287 KB 372/1461 KB 372/1118 KB 196/287 KB 372/1461 KB 336/1118 KB 180/287 KB 372/1461 KB 372/1118 KB 196/287 KB 376/1461 KB 372/1118 KB 196/287 KB 380/1461 KB 372/1118 KB 196/287 KB 384/1461 KB 372/1118 KB 196/287 KB 388/1461 KB 372/1118 KB 196/287 KB 392/1461 KB 372/1118 KB 196/287 KB 396/1461 KB 372/1118 KB 196/287 KB 400/1461 KB 372/1118 KB 196/287 KB 404/1461 KB 352/1118 KB 196/287 KB 372/1461 KB 376/1118 KB 200/287 KB 404/1461 KB 376/1118 KB 204/287 KB 404/1461 KB 376/1118 KB 208/287 KB 404/1461 KB 376/1118 KB 212/287 KB 404/1461 KB 376/1118 KB 216/287 KB 404/1461 KB 376/1118 KB 220/287 KB 404/1461 KB 376/1118 KB 224/287 KB 404/1461 KB 376/1118 KB 228/287 KB 404/1461 KB 376/1118 KB 196/287 KB 404/1461 KB 380/1118 KB 228/287 KB 408/1461 KB 384/1118 KB 228/287 KB 408/1461 KB 388/1118 KB 228/287 KB 408/1461 KB 392/1118 KB 228/287 KB 408/1461 KB 396/1118 KB 232/287 KB 408/1461 KB 400/1118 KB 232/287 KB 408/1461 KB 404/1118 KB 232/287 KB 408/1461 KB 408/1118 KB 232/287 KB 408/1461 KB 412/1118 KB 232/287 KB 408/1461 KB 416/1118 KB 232/287 KB 408/1461 KB 420/1118 KB 232/287 KB 408/1461 KB 376/1118 KB 228/287 KB 408/1461 KB 420/1118 KB 232/287 KB 412/1461 KB 420/1118 KB 232/287 KB 416/1461 KB 392/1118 KB 232/287 KB 408/1461 KB 420/1118 KB 236/287 KB 416/1461 KB 420/1118 KB 240/287 KB 416/1461 KB 420/1118 KB 240/287 KB 420/1461 KB 420/1118 KB 244/287 KB 424/1461 KB 420/1118 KB 244/287 KB 428/1461 KB 420/1118 KB 244/287 KB 432/1461 KB 420/1118 KB 244/287 KB 420/1461 KB 420/1118 KB 248/287 KB 432/1461 KB 420/1118 KB 252/287 KB 432/1461 KB 420/1118 KB 256/287 KB 432/1461 KB 420/1118 KB 260/287 KB 436/1461 KB 420/1118 KB 256/287 KB 436/1461 KB 424/1118 KB 260/287 KB 440/1461 KB 424/1118 KB 260/287 KB 444/1461 KB 424/1118 KB 260/287 KB 448/1461 KB 424/1118 KB 264/287 KB 452/1461 KB 424/1118 KB 264/287 KB 456/1461 KB 424/1118 KB 264/287 KB 460/1461 KB 424/1118 KB 264/287 KB 464/1461 KB 424/1118 KB 260/287 KB 436/1461 KB 424/1118 KB 264/287 KB 448/1461 KB 428/1118 KB 264/287 KB 464/1461 KB 432/1118 KB 264/287 KB 464/1461 KB 436/1118 KB 268/287 KB 464/1461 KB 440/1118 KB 268/287 KB 464/1461 KB 444/1118 KB 268/287 KB 464/1461 KB 448/1118 KB 268/287 KB 464/1461 KB 452/1118 KB 268/287 KB 468/1461 KB 456/1118 KB 268/287 KB 468/1461 KB 460/1118 KB 268/287 KB 468/1461 KB unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 464/1118 KB 268/287 KB 468/1461 KB 432/1118 KB 268/287 KB 464/1461 KB 464/1118 KB 272/287 KB 468/1461 KB 464/1118 KB 276/287 KB 468/1461 KB 464/1118 KB 280/287 KB 468/1461 KB 464/1118 KB 284/287 KB 468/1461 KB 464/1118 KB 287/287 KB 468/1461 KB 448/1118 KB 268/287 KB 468/1461 KB 464/1118 KB 287/287 KB 472/1461 KB 464/1118 KB 287/287 KB 476/1461 KB 468/1118 KB 287/287 KB 480/1461 KB 468/1118 KB 287/287 KB 484/1461 KB 468/1118 KB 287/287 KB 488/1461 KB 468/1118 KB 287/287 KB 492/1461 KB 468/1118 KB 287/287 KB 496/1461 KB 468/1118 KB 287/287 KB 500/1461 KB 468/1118 KB 287/287 KB 504/1461 KB 468/1118 KB 287/287 KB 508/1461 KB 468/1118 KB 287/287 KB 512/1461 KB 468/1118 KB 287/287 KB 516/1461 KB 468/1118 KB 287/287 KB 520/1461 KB 468/1118 KB 287/287 KB 476/1461 KB 472/1118 KB 287/287 KB 520/1461 KB 476/1118 KB 287/287 KB 520/1461 KB 480/1118 KB 287/287 KB 520/1461 KB 484/1118 KB 287/287 KB 520/1461 KB 488/1118 KB 520/1461 KB 492/1118 KB 520/1461 KB 496/1118 KB 520/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 194.0 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 500/1118 KB 520/1461 KB 500/1118 KB 524/1461 KB 500/1118 KB 528/1461 KB 504/1118 KB 532/1461 KB 504/1118 KB 536/1461 KB 504/1118 KB 540/1461 KB 504/1118 KB 544/1461 KB 504/1118 KB 548/1461 KB 504/1118 KB 552/1461 KB 504/1118 KB 556/1461 KB 504/1118 KB 560/1461 KB 504/1118 KB 528/1461 KB 508/1118 KB 560/1461 KB 512/1118 KB 560/1461 KB 516/1118 KB 560/1461 KB 520/1118 KB 560/1461 KB 524/1118 KB 560/1461 KB 528/1118 KB 560/1461 KB 532/1118 KB 560/1461 KB 536/1118 KB 560/1461 KB 540/1118 KB 560/1461 KB 544/1118 KB 560/1461 KB 548/1118 KB 560/1461 KB 552/1118 KB 564/1461 KB 556/1118 KB 564/1461 KB 560/1118 KB 564/1461 KB 548/1118 KB 564/1461 KB 560/1118 KB 568/1461 KB 560/1118 KB 572/1461 KB 560/1118 KB 576/1461 KB 560/1118 KB 580/1461 KB 564/1118 KB 584/1461 KB 564/1118 KB 588/1461 KB 564/1118 KB 592/1461 KB 564/1118 KB 580/1461 KB 568/1118 KB 592/1461 KB 568/1118 KB 596/1461 KB 572/1118 KB 600/1461 KB 572/1118 KB 604/1461 KB 572/1118 KB 608/1461 KB 572/1118 KB 612/1461 KB 572/1118 KB 616/1461 KB 572/1118 KB 620/1461 KB 572/1118 KB 624/1461 KB 572/1118 KB 628/1461 KB 572/1118 KB 596/1461 KB 576/1118 KB 628/1461 KB 580/1118 KB 628/1461 KB 584/1118 KB 628/1461 KB 588/1118 KB 628/1461 KB 592/1118 KB 628/1461 KB 596/1118 KB 628/1461 KB 600/1118 KB 628/1461 KB 604/1118 KB 628/1461 KB 608/1118 KB 628/1461 KB 612/1118 KB 628/1461 KB 612/1118 KB 632/1461 KB 612/1118 KB 636/1461 KB 612/1118 KB 640/1461 KB 616/1118 KB 640/1461 KB 620/1118 KB 640/1461 KB 624/1118 KB 640/1461 KB 628/1118 KB 640/1461 KB 632/1118 KB 644/1461 KB 636/1118 KB 644/1461 KB 640/1118 KB 644/1461 KB 628/1118 KB 644/1461 KB 640/1118 KB 648/1461 KB 640/1118 KB 652/1461 KB 640/1118 KB 656/1461 KB 640/1118 KB 660/1461 KB 644/1118 KB 664/1461 KB 644/1118 KB 668/1461 KB 644/1118 KB 672/1461 KB 644/1118 KB 660/1461 KB 648/1118 KB 672/1461 KB 652/1118 KB 672/1461 KB 656/1118 KB 672/1461 KB 660/1118 KB 676/1461 KB 664/1118 KB 676/1461 KB 668/1118 KB 676/1461 KB 672/1118 KB 676/1461 KB 676/1118 KB 676/1461 KB 680/1118 KB 676/1461 KB 684/1118 KB 676/1461 KB 688/1118 KB 676/1461 KB 692/1118 KB 676/1461 KB 656/1118 KB 676/1461 KB 692/1118 KB 680/1461 KB 692/1118 KB 684/1461 KB 692/1118 KB 688/1461 KB 692/1118 KB 692/1461 KB 692/1118 KB 696/1461 KB 692/1118 KB 700/1461 KB 692/1118 KB 704/1461 KB 692/1118 KB 708/1461 KB 692/1118 KB 712/1461 KB 696/1118 KB 716/1461 KB 696/1118 KB 720/1461 KB 696/1118 KB 724/1461 KB 696/1118 KB 728/1461 KB 696/1118 KB 732/1461 KB 696/1118 KB 736/1461 KB 696/1118 KB 740/1461 KB 696/1118 KB 744/1461 KB 696/1118 KB 712/1461 KB 700/1118 KB 744/1461 KB 704/1118 KB 744/1461 KB 708/1118 KB 744/1461 KB 712/1118 KB 744/1461 KB 716/1118 KB 744/1461 KB 720/1118 KB 744/1461 KB 724/1118 KB 744/1461 KB 728/1118 KB 744/1461 KB 732/1118 KB 744/1461 KB 736/1118 KB 748/1461 KB 732/1118 KB 748/1461 KB 736/1118 KB 752/1461 KB 740/1118 KB 752/1461 KB 744/1118 KB 756/1461 KB 748/1118 KB 756/1461 KB 752/1118 KB 756/1461 KB 740/1118 KB 756/1461 KB 752/1118 KB 760/1461 KB 752/1118 KB 764/1461 KB 752/1118 KB 768/1461 KB 752/1118 KB 772/1461 KB 756/1118 KB 776/1461 KB 756/1118 KB 780/1461 KB 756/1118 KB 784/1461 KB 756/1118 KB 772/1461 KB 760/1118 KB 784/1461 KB 764/1118 KB 784/1461 KB 768/1118 KB 784/1461 KB 772/1118 KB 784/1461 KB 776/1118 KB 788/1461 KB 780/1118 KB 788/1461 KB 784/1118 KB 788/1461 KB 772/1118 KB 788/1461 KB 784/1118 KB 792/1461 KB 784/1118 KB 796/1461 KB 784/111 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 8 KB 800/1461 KB 784/1118 KB 804/1461 KB 788/1118 KB 808/1461 KB 788/1118 KB 812/1461 KB 788/1118 KB 816/1461 KB 788/1118 KB 804/1461 KB 792/1118 KB 816/1461 KB 796/1118 KB 816/1461 KB 800/1118 KB 816/1461 KB 804/1118 KB 816/1461 KB 808/1118 KB 820/1461 KB 812/1118 KB 820/1461 KB 816/1118 KB 820/1461 KB 820/1118 KB 820/1461 KB 824/1118 KB 820/1461 KB 828/1118 KB 820/1461 KB 832/1118 KB 820/1461 KB 836/1118 KB 820/1461 KB 840/1118 KB 820/1461 KB 844/1118 KB 820/1461 KB 848/1118 KB 820/1461 KB 804/1118 KB 820/1461 KB 848/1118 KB 824/1461 KB 848/1118 KB 828/1461 KB 848/1118 KB 832/1461 KB 848/1118 KB 836/1461 KB 848/1118 KB 840/1461 KB 848/1118 KB 844/1461 KB 848/1118 KB 848/1461 KB 848/1118 KB 852/1461 KB 848/1118 KB 856/1461 KB 852/1118 KB 860/1461 KB 852/1118 KB 864/1461 KB 852/1118 KB 868/1461 KB 852/1118 KB 872/1461 KB 852/1118 KB 876/1461 KB 852/1118 KB 880/1461 KB 852/1118 KB 884/1461 KB 852/1118 KB 888/1461 KB 852/1118 KB 892/1461 KB 852/1118 KB 896/1461 KB 852/1118 KB 900/1461 KB 852/1118 KB 856/1461 KB 856/1118 KB 900/1461 KB 860/1118 KB 900/1461 KB 864/1118 KB 900/1461 KB 868/1118 KB 900/1461 KB 872/1118 KB 900/1461 KB 876/1118 KB 900/1461 KB 880/1118 KB 900/1461 KB 884/1118 KB 900/1461 KB 888/1118 KB 900/1461 KB 892/1118 KB 900/1461 KB 896/1118 KB 900/1461 KB 900/1118 KB 904/1461 KB 904/1118 KB 904/1461 KB 908/1118 KB 904/1461 KB 912/1118 KB 904/1461 KB 916/1118 KB 904/1461 KB 920/1118 KB 904/1461 KB 924/1118 KB 904/1461 KB 928/1118 KB 904/1461 KB 896/1118 KB 904/1461 KB 928/1118 KB 908/1461 KB 928/1118 KB 912/1461 KB 928/1118 KB 916/1461 KB 928/1118 KB 920/1461 KB 928/1118 KB 924/1461 KB 928/1118 KB 928/1461 KB 928/1118 KB 932/1461 KB 928/1118 KB 936/1461 KB 932/1118 KB 940/1461 KB 932/1118 KB 944/1461 KB 932/1118 KB 948/1461 KB 932/1118 KB 952/1461 KB 932/1118 KB 956/1461 KB 932/1118 KB 960/1461 KB 932/1118 KB 964/1461 KB 932/1118 KB 968/1461 KB 932/1118 KB 972/1461 KB 932/1118 KB 976/1461 KB 932/1118 KB 936/1461 KB 936/1118 KB 976/1461 KB 940/1118 KB 976/1461 KB 944/1118 KB 976/1461 KB 948/1118 KB 976/1461 KB 952/1118 KB 976/1461 KB 956/1118 KB 976/1461 KB 960/1118 KB 976/1461 KB 964/1118 KB 976/1461 KB 968/1118 KB 980/1461 KB 972/1118 KB 980/1461 KB 976/1118 KB 980/1461 KB 964/1118 KB 980/1461 KB 976/1118 KB 984/1461 KB 980/1118 KB 988/1461 KB 980/1118 KB 992/1461 KB 980/1118 KB 996/1461 KB 980/1118 KB 1000/1461 KB 980/1118 KB 1004/1461 KB 980/1118 KB 1008/1461 KB 980/1118 KB 1012/1461 KB 980/1118 KB 1016/1461 KB 980/1118 KB 1020/1461 KB 980/1118 KB 1024/1461 KB 980/1118 KB 1028/1461 KB 980/1118 KB 984/1461 KB 984/1118 KB 1028/1461 KB 988/1118 KB 1028/1461 KB 992/1118 KB 1028/1461 KB 996/1118 KB 1028/1461 KB 1000/1118 KB 1028/1461 KB 1004/1118 KB 1028/1461 KB 1008/1118 KB 1028/1461 KB 1012/1118 KB 1028/1461 KB 1016/1118 KB 1028/1461 KB 1020/1118 KB 1028/1461 KB 1024/1118 KB 1028/1461 KB 1028/1118 KB 1032/1461 KB 1032/1118 KB 1032/1461 KB 1036/1118 KB 1032/1461 KB 1040/1118 KB 1032/1461 KB 1044/1118 KB 1032/1461 KB 1048/1118 KB 1032/1461 KB 1052/1118 KB 1032/1461 KB 1056/1118 KB 1032/1461 KB 1060/1118 KB 1032/1461 KB 1024/1118 KB 1032/1461 KB 1060/1118 KB 1036/1461 KB 1060/1118 KB 1040/1461 KB 1060/1118 KB 1044/1461 KB 1060/1118 KB 1048/1461 KB 1060/1118 KB 1052/1461 KB 1060/1118 KB 1056/1461 KB 1060/1118 KB 1060/1461 KB 1060/1118 KB 1064/1461 KB 1060/1118 KB 1068/1461 KB 1060/1118 KB 1072/1461 KB 1060/1118 KB 1076/1461 KB 1064 unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install /1118 KB 1076/1461 KB 1068/1118 KB 1076/1461 KB 1072/1118 KB 1076/1461 KB 1076/1118 KB 1076/1461 KB 1076/1118 KB 1080/1461 KB 1076/1118 KB 1084/1461 KB 1076/1118 KB 1088/1461 KB 1076/1118 KB 1092/1461 KB 1080/1118 KB 1096/1461 KB 1080/1118 KB 1100/1461 KB 1080/1118 KB 1104/1461 KB 1080/1118 KB 1092/1461 KB 1084/1118 KB 1104/1461 KB 1088/1118 KB 1104/1461 KB 1092/1118 KB 1104/1461 KB 1096/1118 KB 1108/1461 KB 1100/1118 KB 1108/1461 KB 1104/1118 KB 1108/1461 KB 1092/1118 KB 1108/1461 KB 1104/1118 KB 1112/1461 KB 1104/1118 KB 1116/1461 KB 1104/1118 KB 1120/1461 KB 1104/1118 KB 1124/1461 KB 1108/1118 KB 1128/1461 KB 1108/1118 KB 1132/1461 KB 1108/1118 KB 1136/1461 KB 1108/1118 KB 1124/1461 KB 1112/1118 KB 1136/1461 KB 1116/1118 KB 1136/1461 KB 1118/1118 KB 1136/1461 KB 1118/1118 KB 1140/1461 KB 1118/1118 KB 1144/1461 KB 1118/1118 KB 1148/1461 KB 1118/1118 KB 1152/1461 KB 1118/1118 KB 1156/1461 KB 1118/1118 KB 1160/1461 KB 1118/1118 KB 1164/1461 KB 1118/1118 KB 1168/1461 KB 1118/1118 KB 1172/1461 KB 1118/1118 KB 1176/1461 KB 1118/1118 KB 1180/1461 KB 1118/1118 KB 1184/1461 KB 1118/1118 KB 1188/1461 KB 1118/1118 KB 1192/1461 KB 1118/1118 KB 1196/1461 KB 1118/1118 KB 1200/1461 KB 1118/1118 KB 1204/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 717.9 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 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 923.0 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 4/1192 KB 8/1192 KB 12/1192 KB 16/1192 KB 20/1192 KB 24/1192 KB 28/1192 KB 32/1192 KB 36/1192 KB 40/1192 KB 44/1192 KB 48/1192 KB 52/1192 KB 56/1192 KB 60/1192 KB 64/1192 KB 68/1192 KB 72/1192 KB 76/1192 KB 80/1192 KB 84/1192 KB 88/1192 KB 92/1192 KB 96/1192 KB 100/1192 KB 104/1192 KB 108/1192 KB 112/1192 KB 116/1192 KB 120/1192 KB 124/1192 KB 128/1192 KB 132/1192 KB 136/1192 KB 140/1192 KB 144/1192 KB 148/1192 KB 152/1192 KB 156/1192 KB 160/1192 KB 164/1192 KB 168/1192 KB 172/1192 KB 176/1192 KB 180/1192 KB 184/1192 KB 188/1192 KB 192/1192 KB 196/1192 KB 200/1192 KB 204/1192 KB 208/1192 KB 212/1192 KB 216/1192 KB 220/1192 KB 224/1192 KB 228/1192 KB 232/1192 KB 236/1192 KB 240/1192 KB 244/1192 KB 248/1192 KB 252/1192 KB 256/1192 KB 260/1192 KB 264/1192 KB 268/1192 KB 272/1192 KB 276/1192 KB 280/1192 KB 284/1192 KB 288/1192 KB 292/1192 KB 296/1192 KB 300/1192 KB 304/1192 KB 308/1192 KB 312/1192 KB 316/1192 KB 320/1192 KB 324/1192 KB 328/1192 KB 332/1192 KB 336/1192 KB 340/1192 KB 344/1192 KB 348/1192 KB 352/1192 KB 356/1192 KB 360/1192 KB 364/1192 KB 368/1192 KB 372/1192 KB 376/1192 KB 380/1192 KB 384/1192 KB 388/1192 KB 392/1192 KB 396/1192 KB 400/1192 KB 404/1192 KB 408/1192 KB 412/1192 KB 416/1192 KB 420/1192 KB 424/1192 KB 428/1192 KB 432/1192 KB 436/1192 KB 440/1192 KB 444/1192 KB 448/1192 KB 452/1192 KB 456/1192 KB 460/1192 KB 464/1192 KB 468/1192 KB 472/1192 KB 476/1192 KB 480/1192 KB 484/1192 KB 488/1192 KB 492/1192 KB 496/1192 KB 500/1192 KB 504/1192 KB 508/1192 KB 512/1192 KB 516/1192 KB 520/1192 KB 524/1192 KB 528/1192 KB 532/1192 KB 536/1192 KB 540/1192 KB 544/1192 KB 548/1192 KB 552/1192 KB 556/1192 KB 560/1192 KB 564/1192 KB 568/1192 KB 572/1192 KB 576/1192 KB 580/1192 KB 584/1192 KB 588/1192 KB 592/1192 KB 596/1192 KB 600/1192 KB 604/1192 KB 608/1192 KB 612/1192 KB 616/1192 KB 620/1192 KB 624/1192 KB 628/1192 KB 632/1192 KB 636/1192 KB 640/1192 KB 644/1192 KB 648/1192 KB 652/1192 KB 656/1192 KB 660/1192 KB 664/1192 KB 668/1192 KB 672/1192 KB 676/1192 KB 680/1192 KB 684/1192 KB 688/1192 KB 692/1192 KB 696/1192 KB 700/1192 KB 704/1192 KB 708/1192 KB 712/1192 KB 716/1192 KB 720/1192 KB 724/1192 KB 728/1192 KB 732/1192 KB 736/1192 KB 740/1192 KB 744/1192 KB 748/1192 KB 752/1192 KB 756/1192 KB 760/1192 KB 764/1192 KB 768/1192 KB 772/1192 KB 776/1192 KB 780/1192 KB 784/1192 KB 788/1192 KB 792/1192 KB 796/1192 KB 800/1192 KB 804/1192 KB 808/1192 KB 812/1192 KB 816/1192 KB 820/1192 KB 824/1192 KB 828/1192 KB 832/1192 KB 836/1192 KB 840/1192 KB 844/1192 KB 848/1192 KB 852/1192 KB 856/1192 KB 860/1192 KB 864/1192 KB 868/1192 KB 872/1192 KB 876/1192 KB 880/1192 KB 884/1192 KB 888/1192 KB 892/1192 KB 896/1192 KB 900/1192 KB 904/1192 KB 908/1192 KB 912/1192 KB 916/1192 KB 920/1192 KB 924/1192 KB 928/1192 KB 932/1192 KB 936/1192 KB 940/1192 KB 944/1192 KB 948/1192 KB 952/1192 KB 956/1192 KB 960/1192 KB 964/1192 KB 968/1192 KB 972/1192 KB 976/1192 KB 980/1192 KB 984/1192 KB 988/1192 KB 992/1192 KB 996/1192 KB 1000/1192 KB 1004/1192 KB 1008/1192 KB 1012/1192 KB 1016/1192 KB 1020/1192 KB 1024/1192 KB 1028/1192 KB 1032/1192 KB 1036/1192 KB 1040/1192 KB 1044/1192 KB 1048/1192 KB 1052/1192 KB 1056/1192 KB 1060/1192 KB 1064/1192 KB 1068/1192 KB 1072/1192 KB 1076/1192 KB 1080/1192 KB 1084/1192 KB 1088/1192 KB 1092/1192 KB unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install 1096/1192 KB 1100/1192 KB 1104/1192 KB 1108/1192 KB 1112/1192 KB 1116/1192 KB 1120/1192 KB 1124/1192 KB 1128/1192 KB 1132/1192 KB 1136/1192 KB 1140/1192 KB 1144/1192 KB 1148/1192 KB 1152/1192 KB 1156/1192 KB 1160/1192 KB 1164/1192 KB 1168/1192 KB 1172/1192 KB 1176/1192 KB 1180/1192 KB 1184/1192 KB 1188/1192 KB 1192/1192 KB 1192/1192 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 697.2 KB/sec) unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:32:08 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 DEBUG unit.abot-epc-basic/0.install 4/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 364.1 KB/sec) unit-abot-epc-basic-0: 17:32:08 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: 17:32:08 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: 17:32:08 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: 17:32:09 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 95.1 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 100.4 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 25.9 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 272.9 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 110.9 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 158.1 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 103.7 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 532.7 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 2/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 170.8 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 353.3 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32: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/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 653.7 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 48.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 233.0 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 245.4 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 378.1 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 492.1 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 62.1 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 213.9 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 1006.6 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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: 17:32:09 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: 17:32:09 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: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 4/10 KB 4/21 KB 3/149 KB 8/10 KB 4/21 KB 3/149 KB 10/10 KB 4/21 KB 3/149 KB 4/10 KB 4/21 KB 5/149 KB 10/10 KB 4/21 KB 8/149 KB 10/10 KB 4/21 KB 11/149 KB 10/10 KB 4/21 KB 13/149 KB 10/10 KB 4/21 KB 16/149 KB 10/10 KB 4/21 KB 19/149 KB 10/10 KB 4/21 KB 4/10 KB 8/21 KB 19/149 KB 10/10 KB 12/21 KB 19/149 KB 10/10 KB 16/21 KB 19/149 KB 10/10 KB 20/21 KB 19/149 KB 10/10 KB 21/21 KB 19/149 KB 10/10 KB 21/21 KB 21/149 KB 10/10 KB 21/21 KB 24/149 KB 10/10 KB 21/21 KB 2/6 KB 24/149 KB 10/10 KB 21/21 KB 5/6 KB 27/149 KB 10/10 KB 21/21 KB 6/6 KB 27/149 KB 10/10 KB 21/21 KB 2/6 KB 27/149 KB 10/10 KB 21/21 KB 6/6 KB 29/149 KB 10/10 KB 21/21 KB 6/6 KB 32/149 KB 10/10 KB 21/21 KB 6/6 KB 36/149 KB 10/10 KB 21/21 KB 6/6 KB 40/149 KB 10/10 KB 21/21 KB 6/6 KB 44/149 KB 10/10 KB 21/21 KB 6/6 KB 48/149 KB 10/10 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: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 6/6 KB 52/149 KB 10/10 KB 6/6 KB 56/149 KB 10/10 KB 6/6 KB 60/149 KB 10/10 KB 6/6 KB 64/149 KB 10/10 KB 6/6 KB 68/149 KB 10/10 KB 6/6 KB 72/149 KB 4/14 KB 6/6 KB 76/149 KB 4/14 KB 6/6 KB 80/149 KB 4/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 388.3 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 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 207.0 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 4/30 KB 84/149 KB 4/14 KB 4/30 KB 88/149 KB 4/14 KB 4/30 KB 92/149 KB 4/14 KB 4/30 KB 96/149 KB 4/14 KB 6/6 KB 68/149 KB 4/14 KB 4/30 KB 96/149 KB 8/14 KB 4/30 KB 80/149 KB 4/14 KB 8/30 KB 96/149 KB 12/14 KB 12/30 KB 96/149 KB 12/14 KB 16/30 KB 96/149 KB 12/14 KB 20/30 KB 96/149 KB 12/14 KB 24/30 KB 96/149 KB 12/14 KB 28/30 KB 96/149 KB 12/14 KB 30/30 KB 96/149 KB 12/14 KB 4/30 KB 96/149 KB 12/14 KB 30/30 KB 96/149 KB 14/14 KB 30/30 KB 100/149 KB 14/14 KB 30/30 KB 104/149 KB 14/14 KB 30/30 KB 108/149 KB 14/14 KB 30/30 KB 108/149 KB 14/14 KB 4/37 KB 30/30 KB 108/149 KB 14/14 KB 8/37 KB 30/30 KB 108/149 KB 14/14 KB 12/37 KB 30/30 KB 108/149 KB 14/14 KB 16/37 KB 30/30 KB 108/149 KB 14/14 KB 20/37 KB 30/30 KB 108/149 KB 14/14 KB 24/37 KB 30/30 KB 108/149 KB 14/14 KB 28/37 KB 30/30 KB 108/149 KB 14/14 KB 32/37 KB 30/30 KB 108/149 KB 14/14 KB 36/37 KB 30/30 KB 108/149 KB 14/14 KB 37/37 KB 2/14 KB 30/30 KB 108/149 KB 14/14 KB 37/37 KB 5/14 KB 30/30 KB 108/149 KB 14/14 KB 37/37 KB 8/14 KB 30/30 KB 108/149 KB 14/14 KB 37/37 KB 10/14 KB 30/30 KB 108/149 KB 14/14 KB 37/37 KB 13/14 KB 30/30 KB 108/149 KB 14/14 KB 37/37 KB 14/14 KB 30/30 KB 108/149 KB 14/14 KB 37/37 KB 14/14 KB 30/30 KB 112/149 KB 14/14 KB 37/37 KB 14/14 KB 30/30 KB 116/149 KB 14/14 KB 37/37 KB 14/14 KB 120/149 KB 37/37 KB 14/14 KB 124/149 KB 37/37 KB 14/14 KB 128/149 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 369.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install 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: 17:32:09 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: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 14/14 KB 132/149 KB 37/37 KB 14/14 KB 136/149 KB 37/37 KB 14/14 KB 140/149 KB 37/37 KB 14/14 KB 144/149 KB 37/37 KB 14/14 KB 148/149 KB 14/14 KB 149/149 KB 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 900.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 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 319.3 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 4/37 KB 149/149 KB 8/37 KB 149/149 KB 2/11 KB 12/37 KB 149/149 KB 2/11 KB 16/37 KB 149/149 KB 2/11 KB 4/37 KB 149/149 KB 2/11 KB 16/37 KB 149/149 KB 6/11 KB 16/37 KB 149/149 KB 10/11 KB 16/37 KB 149/149 KB 11/11 KB 20/37 KB 149/149 KB 11/11 KB 24/37 KB 149/149 KB 11/11 KB 28/37 KB 149/149 KB 11/11 KB 32/37 KB 149/149 KB 11/11 KB 36/37 KB 149/149 KB 11/11 KB 37/37 KB 149/149 KB 11/11 KB 37/37 KB 3/7 KB 149/149 KB 11/11 KB 37/37 KB 6/7 KB 149/149 KB 11/11 KB 4/43 KB 37/37 KB 7/7 KB 149/149 KB 11/11 KB 4/43 KB 37/37 KB 3/7 KB 149/149 KB 11/11 KB 4/43 KB 37/37 KB 7/7 KB 149/149 KB 11/11 KB 8/43 KB 37/37 KB 7/7 KB 149/149 KB 11/11 KB 12/43 KB 37/37 KB 7/7 KB 149/149 KB 11/11 KB 16/43 KB 37/37 KB 7/7 KB 149/149 KB 11/11 KB 20/43 KB 37/37 KB 7/7 KB 11/11 KB 24/43 KB 37/37 KB 7/7 KB 28/43 KB 37/37 KB 7/7 KB 32/43 KB 37/37 KB 7/7 KB 36/43 KB 37/37 KB 7/7 KB 40/43 KB 37/37 KB 7/7 KB 43/43 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 2741.9 KB/sec) unit-abot-epc-basic-0: 17:32:09 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 192.3 KB/sec) unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 17:32:09 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 120.9 KB/sec) unit-abot-epc-basic-0: 17:32:09 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 660.1 KB/sec) unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install 4/60 KB 43/43 KB 8/60 KB 12/60 KB 16/60 KB 20/60 KB 24/60 KB 28/60 KB 32/60 KB 36/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 701.6 KB/sec) unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install 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 876.9 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom unit-abot-epc-basic-0: 17:32: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.9/maven-plugin-api-2.0.9.pom (2 KB at 104.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1318.8 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1571.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 105.4 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 160.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 633.5 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 118.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 180.4 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 112.8 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 154.7 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 113.5 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 1/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 203.6 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32: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.9/maven-artifact-manager-2.0.9.pom (3 KB at 202.8 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 160.4 KB/sec) unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom unit-abot-epc-basic-0: 17:32:09 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 126.6 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 83.7 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 196.1 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 867/867 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 65.1 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32: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-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 267.9 KB/sec) unit-abot-epc-basic-0: 17:32:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom unit-abot-epc-basic-0: 17:32:09 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 210.4 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1136.2 KB/sec) unit-abot-epc-basic-0: 17:32:09 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: 17:32:09 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 35.6 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install 688/688 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 44.8 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 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 67.4 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 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: 17:32:10 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: 17:32:10 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: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 3/87 KB 9/13 KB 3/87 KB 11/13 KB 3/87 KB 3/13 KB 3/87 KB 3/48 KB 11/13 KB 5/87 KB 4/156 KB 3/48 KB 11/13 KB 8/87 KB 4/156 KB 3/48 KB 11/13 KB 11/87 KB 4/156 KB 3/48 KB 11/13 KB 13/87 KB 4/156 KB 3/48 KB 11/13 KB 16/87 KB 4/156 KB 3/48 KB 11/13 KB 19/87 KB 4/156 KB 3/48 KB 11/13 KB 21/87 KB 4/156 KB 3/48 KB 11/13 KB 24/87 KB 4/156 KB 3/48 KB 11/13 KB 3/87 KB 4/156 KB 5/48 KB 11/13 KB 24/87 KB 4/156 KB 8/48 KB 11/13 KB 24/87 KB 4/156 KB 11/48 KB 11/13 KB 24/87 KB 4/156 KB 13/48 KB 11/13 KB 24/87 KB 4/156 KB 16/48 KB 11/13 KB 24/87 KB 4/156 KB 4/21 KB 19/48 KB 11/13 KB 24/87 KB 4/156 KB 4/21 KB 21/48 KB 11/13 KB 24/87 KB 4/156 KB 11/13 KB 3/87 KB 4/156 KB 4/21 KB 21/48 KB 13/13 KB 24/87 KB 8/156 KB 4/21 KB 21/48 KB 13/13 KB 24/87 KB 12/156 KB 4/21 KB 21/48 KB 13/13 KB 24/87 KB 16/156 KB 4/21 KB 21/48 KB 13/13 KB 24/87 KB 20/156 KB 4/21 KB 24/48 KB 13/13 KB 27/87 KB 24/156 KB 4/21 KB 24/48 KB 13/13 KB 27/87 KB 28/156 KB 4/21 KB 24/48 KB 13/13 KB 27/87 KB 32/156 KB 4/21 KB 21/48 KB 13/13 KB 24/87 KB 4/156 KB 4/21 KB 16/48 KB 11/13 KB 24/87 KB 4/156 KB 8/21 KB 24/48 KB 13/13 KB 27/87 KB 32/156 KB 12/21 KB 24/48 KB 13/13 KB 27/87 KB 32/156 KB 16/21 KB 24/48 KB 13/13 KB 27/87 KB 32/156 KB 20/21 KB 24/48 KB 13/13 KB 27/87 KB 32/156 KB 21/21 KB 24/48 KB 13/13 KB 27/87 KB 32/156 KB 4/21 KB 24/48 KB 13/13 KB 27/87 KB 20/156 KB 4/21 KB 21/48 KB 13/13 KB 27/87 KB 20/156 KB 21/21 KB 24/48 KB 13/13 KB 29/87 KB 32/156 KB 21/21 KB 27/48 KB 13/13 KB 29/87 KB 32/156 KB 21/21 KB 27/48 KB 13/13 KB 32/87 KB 32/156 KB 21/21 KB 27/48 KB 13/13 KB 32/87 KB 36/156 KB 21/21 KB 29/48 KB 13/13 KB 36/87 KB 40/156 KB 21/21 KB 29/48 KB 13/13 KB 36/87 KB 44/156 KB 21/21 KB 29/48 KB 13/13 KB 36/87 KB 48/156 KB 21/21 KB 29/48 KB 13/13 KB 36/87 KB 36/156 KB 21/21 KB 29/48 KB 13/13 KB 40/87 KB 48/156 KB 21/21 KB 29/48 KB 13/13 KB 44/87 KB 48/156 KB 21/21 KB 29/48 KB 13/13 KB 48/87 KB 48/156 KB 21/21 KB 29/48 KB 13/13 KB 52/87 KB 48/156 KB 21/21 KB 29/48 KB 13/13 KB 56/87 KB 52/156 KB 21/21 KB 29/48 KB 13/13 KB 60/87 KB 52/156 KB 21/21 KB 29/48 KB 13/13 KB 64/87 KB 52/156 KB 21/21 KB 29/48 KB 13/13 KB 32/87 KB 36/156 KB 21/21 KB 32/48 KB 13/13 KB 64/87 KB 52/156 KB 21/21 KB 36/48 KB 13/13 KB 64/87 KB 52/156 KB 21/21 KB 40/48 KB 13/13 KB 64/87 KB 52/156 KB 21/21 KB 44/48 KB 13/13 KB 64/87 KB 52/156 KB 21/21 KB 48/48 KB 13/13 KB 64/87 KB 52/156 KB 21/21 KB 48/48 KB 13/13 KB 64/87 KB 52/156 KB 21/21 KB 29/48 KB 13/13 KB 52/87 KB 52/156 KB 21/21 KB 48/48 KB 13/13 KB 64/87 KB 56/156 KB 21/21 KB 48/48 KB 13/13 KB 64/87 KB 60/156 KB 21/21 KB 48/48 KB 13/13 KB 64/87 KB 64/156 KB 21/21 KB 48/48 KB 13/13 KB 68/87 KB 64/156 KB 21/21 KB 48/48 KB 13/13 KB 72/87 KB 68/156 KB 21/21 KB 48/48 KB 13/13 KB 76/87 KB 68/156 KB 21/21 KB 48/48 KB 13/13 KB 80/87 KB 68/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 815.5 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install 21/21 KB 48/48 KB 13/13 KB 68/87 KB 68/156 KB 48/48 KB 80/87 KB 72/156 KB 48/48 KB 80/87 KB 76/156 KB 48/48 KB 80/87 KB 80/156 KB 48/48 KB 80/87 KB 84/156 KB 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 370.3 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install 48/48 KB 84/87 KB 84/156 KB 48/48 KB 87/87 KB 84/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 1598.7 KB/sec) unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install 87/87 KB 88/156 KB 87/87 KB 92/156 KB 87/87 KB 96/156 KB 87/87 KB 3/35 KB 96/156 KB 87/87 KB 6/35 KB 96/156 KB 87/87 KB 9/35 KB 96/156 KB 87/87 KB 11/35 KB 96/156 KB 87/87 KB 14/35 KB 96/156 KB 87/87 KB 16/35 KB 96/156 KB 87/87 KB 19/35 KB 96/156 KB 87/87 KB 22/35 KB 96/156 KB 87/87 KB 22/35 KB 100/156 KB 87/87 KB 22/35 KB 104/156 KB 87/87 KB 25/35 KB 108/156 KB 87/87 KB 25/35 KB 112/156 KB 87/87 KB 25/35 KB 3/86 KB 112/156 KB 87/87 KB 25/35 KB 6/86 KB 112/156 KB 87/87 KB 25/35 KB 9/86 KB 112/156 KB 87/87 KB 25/35 KB 11/86 KB 112/156 KB 87/87 KB 25/35 KB 14/86 KB 112/156 KB 87/87 KB 25/35 KB 16/86 KB 112/156 KB 87/87 KB 25/35 KB 19/86 KB 112/156 KB 87/87 KB 25/35 KB 22/86 KB 112/156 KB 87/87 KB 25/35 KB 25/86 KB 112/156 KB 87/87 KB 25/35 KB 27/86 KB 112/156 KB 87/87 KB 25/35 KB 30/86 KB 112/156 KB 87/87 KB 25/35 KB 104/156 KB 87/87 KB 25/35 KB 32/86 KB 112/156 KB 87/87 KB 27/35 KB 32/86 KB 112/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 2067.3 KB/sec) unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install 87/87 KB 4/24 KB 27/35 KB 32/86 KB 112/156 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install 8/24 KB 27/35 KB 32/86 KB 112/156 KB 12/24 KB 27/35 KB 32/86 KB 112/156 KB 16/24 KB 27/35 KB 32/86 KB 112/156 KB 20/24 KB 27/35 KB 32/86 KB 112/156 KB 24/24 KB 30/35 KB 36/86 KB 116/156 KB 24/24 KB 30/35 KB 36/86 KB 116/156 KB 20/24 KB 30/35 KB 36/86 KB 116/156 KB 24/24 KB 30/35 KB 36/86 KB 120/156 KB 24/24 KB 30/35 KB 36/86 KB 124/156 KB 24/24 KB 30/35 KB 36/86 KB 128/156 KB 24/24 KB 30/35 KB 36/86 KB 132/156 KB 20/24 KB 30/35 KB 36/86 KB 112/156 KB 24/24 KB 30/35 KB 40/86 KB 132/156 KB 3/14 KB 24/24 KB 30/35 KB 44/86 KB 132/156 KB 3/14 KB 24/24 KB 30/35 KB 48/86 KB 132/156 KB 3/14 KB 24/24 KB 30/35 KB 52/86 KB 132/156 KB 3/14 KB 24/24 KB 30/35 KB 56/86 KB 132/156 KB 3/14 KB 24/24 KB 30/35 KB 60/86 KB 136/156 KB 3/14 KB 24/24 KB 30/35 KB 64/86 KB 136/156 KB 3/14 KB 24/24 KB 30/35 KB 68/86 KB 136/156 KB 3/14 KB 20/24 KB 30/35 KB 32/86 KB 112/156 KB 24/24 KB 32/35 KB 68/86 KB 136/156 KB 3/14 KB 24/24 KB 35/35 KB 68/86 KB 136/156 KB 3/14 KB 24/24 KB 30/35 KB 56/86 KB 136/156 KB 3/14 KB 24/24 KB 35/35 KB 68/86 KB 140/156 KB 3/14 KB 24/24 KB 35/35 KB 68/86 KB 144/156 KB 3/14 KB 24/24 KB 30/35 KB 36/86 KB 132/156 KB 3/14 KB 24/24 KB 35/35 KB 68/86 KB 144/156 KB 5/14 KB 24/24 KB 35/35 KB 68/86 KB 144/156 KB 8/14 KB 24/24 KB 35/35 KB 68/86 KB 144/156 KB 11/14 KB 24/24 KB 35/35 KB 68/86 KB 144/156 KB 13/14 KB 24/24 KB 35/35 KB 68/86 KB 144/156 KB 14/14 KB 24/24 KB 35/35 KB 68/86 KB 148/156 KB 14/14 KB 24/24 KB 35/35 KB 68/86 KB 152/156 KB 14/14 KB 24/24 KB 35/35 KB 68/86 KB 156/156 KB 14/14 KB 24/24 KB 35/35 KB 72/86 KB 156/156 KB 14/14 KB 24/24 KB 35/35 KB 72/86 KB 156/156 KB 14/14 KB 24/24 KB 35/35 KB 76/86 KB 156/156 KB 14/14 KB 24/24 KB 35/35 KB 80/86 KB 156/156 KB 14/14 KB 24/24 KB 35/35 KB 84/86 KB 156/156 KB 14/14 KB 35/35 KB 86/86 KB 156/156 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 470.3 KB/sec) unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 664.0 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 240.4 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 2555.6 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install 3/119 KB 86/86 KB 6/119 KB 86/86 KB 9/119 KB 86/86 KB 11/119 KB 86/86 KB 14/119 KB 86/86 KB 16/119 KB 86/86 KB 19/119 KB 86/86 KB 19/119 KB 3/29 KB 86/86 KB 19/119 KB 5/29 KB 86/86 KB 19/119 KB 8/29 KB 86/86 KB 19/119 KB 11/29 KB 86/86 KB 19/119 KB 13/29 KB 86/86 KB 19/119 KB 16/29 KB 86/86 KB 19/119 KB 19/29 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1353.6 KB/sec) unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install 4/37 KB 19/119 KB 19/29 KB 8/37 KB 19/119 KB 19/29 KB 12/37 KB 19/119 KB 19/29 KB 16/37 KB 19/119 KB 19/29 KB 20/37 KB 19/119 KB 21/29 KB 4/57 KB 24/37 KB 22/119 KB 21/29 KB 4/57 KB 28/37 KB 22/119 KB 21/29 KB 4/57 KB 32/37 KB 22/119 KB 21/29 KB 4/57 KB 16/37 KB 19/119 KB 21/29 KB 4/57 KB 32/37 KB 22/119 KB 21/29 KB 8/57 KB 32/37 KB 22/119 KB 21/29 KB 12/57 KB 32/37 KB 22/119 KB 21/29 KB 16/57 KB 32/37 KB 22/119 KB 21/29 KB 20/57 KB 36/37 KB 22/119 KB 21/29 KB 24/57 KB 36/37 KB 22/119 KB 21/29 KB 28/57 KB 36/37 KB 22/119 KB 21/29 KB 32/57 KB 16/37 KB 19/119 KB 21/29 KB 36/37 KB 22/119 KB 24/29 KB 32/57 KB 36/37 KB 22/119 KB 27/29 KB 32/57 KB 36/37 KB 22/119 KB 29/29 KB 32/57 KB 36/37 KB 22/119 KB 21/29 KB 20/57 KB 37/37 KB 22/119 KB 29/29 KB 32/57 KB 3/11 KB 20/37 KB 22/119 KB 21/29 KB 4/57 KB 37/37 KB 25/119 KB 29/29 KB 32/57 KB 3/11 KB 37/37 KB 27/119 KB 29/29 KB 32/57 KB 3/11 KB 36/37 KB 22/119 KB 29/29 KB 32/57 KB 3/11 KB 37/37 KB 30/119 KB 29/29 KB 32/57 KB 3/11 KB 37/37 KB 30/119 KB 29/29 KB 32/57 KB 6/11 KB 37/37 KB 32/119 KB 29/29 KB 32/57 KB 6/11 KB 37/37 KB 32/119 KB 29/29 KB 32/57 KB 9/11 KB 37/37 KB 32/119 KB 29/29 KB 32/57 KB 11/11 KB 37/37 KB 36/119 KB 29/29 KB 32/57 KB 11/11 KB 37/37 KB 40/119 KB 29/29 KB 32/57 KB 11/11 KB 37/37 KB 44/119 KB 29/29 KB 32/57 KB 11/11 KB 37/37 KB 48/119 KB 29/29 KB 32/57 KB 11/11 KB 37/37 KB 52/119 KB 29/29 KB 32/57 KB 11/11 KB 37/37 KB 56/119 KB 29/29 KB 36/57 KB 11/11 KB 37/37 KB 60/119 KB 29/29 KB 36/57 KB 11/11 KB 37/37 KB 64/119 KB 29/29 KB 36/57 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 373.6 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install 37/37 KB 52/119 KB 29/29 KB 36/57 KB 11/11 KB 37/37 KB 64/119 KB 40/57 KB 11/11 KB 37/37 KB 64/119 KB 44/57 KB 11/11 KB 37/37 KB 64/119 KB 48/57 KB 11/11 KB 37/37 KB 64/119 KB 52/57 KB 11/11 KB 68/119 KB 56/57 KB 68/119 KB 57/57 KB 68/119 KB 52/57 KB 72/119 KB 57/57 KB 76/119 KB 57/57 KB 80/119 KB 57/57 KB 84/119 KB 57/57 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 127.1 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 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 452.2 KB/sec) unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install 88/119 KB 57/57 KB 92/119 KB 57/57 KB 3/33 KB 96/119 KB 57/57 KB 3/33 KB 100/119 KB 57/57 KB 3/33 KB 88/119 KB 57/57 KB 3/33 KB 100/119 KB 57/57 KB 5/33 KB 100/119 KB 57/57 KB 8/33 KB 100/119 KB 57/57 KB 11/33 KB 100/119 KB 13/33 KB 100/119 KB 16/33 KB 100/119 KB 16/33 KB 3/21 KB 100/119 KB 16/33 KB 6/21 KB 100/119 KB 16/33 KB 9/21 KB 100/119 KB 16/33 KB 11/21 KB 100/119 KB 19/33 KB 11/21 KB 100/119 KB 19/33 KB 14/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 664.5 KB/sec) unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install 100/119 KB 21/33 KB 16/21 KB 100/119 KB 21/33 KB 14/21 KB 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install 100/119 KB 24/33 KB 16/21 KB 100/119 KB 24/33 KB 19/21 KB 100/119 KB 27/33 KB 19/21 KB 100/119 KB 27/33 KB 21/21 KB 100/119 KB 3/5 KB 27/33 KB 21/21 KB 100/119 KB 5/5 KB 27/33 KB 21/21 KB 100/119 KB 5/5 KB 29/33 KB 21/21 KB 104/119 KB 5/5 KB 32/33 KB 21/21 KB 104/119 KB 5/5 KB 33/33 KB 21/21 KB 104/119 KB 5/5 KB 29/33 KB 21/21 KB 108/119 KB 5/5 KB 33/33 KB 21/21 KB 112/119 KB 5/5 KB 33/33 KB 21/21 KB 116/119 KB 5/5 KB 33/33 KB 21/21 KB 119/119 KB 5/5 KB 33/33 KB 21/21 KB 119/119 KB 5/5 KB 33/33 KB 4/14 KB 21/21 KB 119/119 KB 5/5 KB 33/33 KB 8/14 KB 21/21 KB 119/119 KB 5/5 KB 33/33 KB 12/14 KB 21/21 KB 119/119 KB 5/5 KB 33/33 KB 14/14 KB 21/21 KB 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 46.8 KB/sec) unit-abot-epc-basic-0: 17:32:10 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 219.9 KB/sec) unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 334.8 KB/sec) unit-abot-epc-basic-0: 17:32:10 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 1238.8 KB/sec) unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 135.7 KB/sec) unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:32:10 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: 17:32:10 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: 17:32:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:32:10 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 447.6 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 122.4 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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: 17:32:11 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: 17:32:11 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 228.5 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 194.3 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 155.0 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 1360.2 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 873.9 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 119.4 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 123.6 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 276.2 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 176.5 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 178.3 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 651.3 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 87.8 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 72.2 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 170.1 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 553.2 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 418.9 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 155.1 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom unit-abot-epc-basic-0: 17:32:11 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 272.1 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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 1165.7 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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: 17:32:11 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: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/223 KB 5/223 KB 5/223 KB 3/45 KB 5/223 KB 5/45 KB 5/223 KB 8/45 KB 5/223 KB 11/45 KB 5/223 KB 13/45 KB 5/223 KB 16/45 KB 8/223 KB 16/45 KB 3/39 KB 8/223 KB 16/45 KB 3/286 KB 3/39 KB 8/223 KB 16/45 KB 5/286 KB 3/39 KB 8/223 KB 16/45 KB 8/286 KB 3/39 KB 8/223 KB 16/45 KB 11/286 KB 3/39 KB 8/223 KB 16/45 KB 13/286 KB 3/39 KB 8/223 KB 16/45 KB 16/286 KB 3/39 KB 8/223 KB 16/45 KB 19/286 KB 3/39 KB 8/223 KB 16/45 KB 21/286 KB 3/39 KB 8/223 KB 16/45 KB 24/286 KB 3/39 KB 8/223 KB 16/45 KB 27/286 KB 3/39 KB 8/223 KB 19/45 KB 27/286 KB 3/39 KB 11/223 KB 19/45 KB 27/286 KB 3/39 KB 11/223 KB 21/45 KB 29/286 KB 3/39 KB 13/223 KB 24/45 KB 29/286 KB 3/39 KB 13/223 KB 27/45 KB 29/286 KB 3/39 KB 8/223 KB 16/45 KB 3/39 KB 13/223 KB 21/45 KB 29/286 KB 3/39 KB 11/223 KB 19/45 KB 29/286 KB 3/39 KB 13/223 KB 27/45 KB 32/286 KB 3/39 KB 13/223 KB 27/45 KB 36/286 KB 5/39 KB 16/223 KB 29/45 KB 40/286 KB 5/39 KB 16/223 KB 29/45 KB 44/286 KB 5/39 KB 16/223 KB 29/45 KB 48/286 KB 5/39 KB 16/223 KB 29/45 KB 36/286 KB 3/39 KB 16/223 KB 29/45 KB 36/286 KB 3/39 KB 16/223 KB 27/45 KB 36/286 KB 5/39 KB 19/223 KB 29/45 KB 48/286 KB 5/39 KB 21/223 KB 29/45 KB 48/286 KB 5/39 KB 21/223 KB 32/45 KB 48/286 KB 5/39 KB 24/223 KB 32/45 KB 48/286 KB 8/39 KB 27/223 KB 32/45 KB 48/286 KB 8/39 KB 29/223 KB 36/45 KB 52/286 KB 8/39 KB 24/223 KB 32/45 KB 48/286 KB 11/39 KB 29/223 KB 36/45 KB 52/286 KB 13/39 KB 29/223 KB 36/45 KB 52/286 KB 13/39 KB 32/223 KB 36/45 KB 52/286 KB 16/39 KB 32/223 KB 36/45 KB 52/286 KB 8/39 KB 27/223 KB 36/45 KB 52/286 KB 16/39 KB 32/223 KB 36/45 KB 56/286 KB 16/39 KB 36/223 KB 36/45 KB 60/286 KB 8/39 KB 27/223 KB 36/45 KB 48/286 KB 19/39 KB 36/223 KB 40/45 KB 60/286 KB 19/39 KB 36/223 KB 44/45 KB 60/286 KB 19/39 KB 36/223 KB 45/45 KB 60/286 KB 19/39 KB 36/223 KB 36/45 KB 60/286 KB 19/39 KB 36/223 KB 45/45 KB 64/286 KB 21/39 KB 36/223 KB 45/45 KB 64/286 KB 21/39 KB 36/223 KB 45/45 KB 68/286 KB 16/39 KB 36/223 KB 36/45 KB 56/286 KB 24/39 KB 40/223 KB 45/45 KB 68/286 KB 24/39 KB 44/223 KB 45/45 KB 68/286 KB 24/39 KB 48/223 KB 45/45 KB 68/286 KB 24/39 KB 36/223 KB 45/45 KB 68/286 KB 27/39 KB 48/223 KB 45/45 KB 68/286 KB 29/39 KB 48/223 KB 45/45 KB 68/286 KB 32/39 KB 48/223 KB 45/45 KB 72/286 KB 3/308 KB 35/39 KB 48/223 KB 45/45 KB 72/286 KB 29/39 KB 48/223 KB 45/45 KB 72/286 KB 3/308 KB 35/39 KB 52/223 KB 45/45 KB 76/286 KB 3/308 KB 35/39 KB 52/223 KB 45/45 KB 80/286 KB 3/308 KB 35/39 KB 52/223 KB 45/45 KB 84/286 KB 3/308 KB 37/39 KB 52/223 KB 45/45 KB 88/286 KB 3/308 KB 37/39 KB 52/223 KB 45/45 KB 92/286 KB 3/308 KB 37/39 KB 52/223 KB 45/45 KB 96/286 KB 3/308 KB 35/39 KB 52/223 KB 45/45 KB 72/286 KB 3/308 KB 37/39 KB 56/223 KB 45/45 KB 96/286 KB 3/308 KB 37/39 KB 60/223 KB 45/45 KB 96/286 KB 3/308 KB 37/39 KB 64/223 KB 45/45 KB 96/286 KB 3/308 KB 37/39 KB 68/223 KB 45/45 KB 96/286 KB 3/308 KB 37/39 KB 72/223 KB 45/45 KB 96/286 KB 3/308 KB 37/39 KB 76/223 KB 45/45 KB 96/286 KB 3/308 KB 37/39 KB 80/223 KB 45/45 KB 96/286 KB 3/308 KB 37/39 KB 84/223 KB 45/45 KB 96/286 KB 3/308 KB 37/39 KB 88/223 KB 45/45 KB 100/286 KB 3/308 KB 37/39 KB 92/223 KB 45/45 KB 100/286 KB 3/308 KB 37/39 KB 96/223 KB 45/45 KB 100/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB a unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install t 1346.5 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 3/308 KB 32/39 KB 48/223 KB 45/45 KB 72/286 KB 5/308 KB 37/39 KB 96/223 KB 100/286 KB 8/308 KB 37/39 KB 96/223 KB 100/286 KB 11/308 KB 37/39 KB 96/223 KB 100/286 KB 3/308 KB 37/39 KB 84/223 KB 45/45 KB 100/286 KB 3/308 KB 37/39 KB 52/223 KB 45/45 KB 84/286 KB 11/308 KB 39/39 KB 96/223 KB 100/286 KB 13/308 KB 39/39 KB 96/223 KB 100/286 KB 16/308 KB 39/39 KB 96/223 KB 104/286 KB 19/308 KB 39/39 KB 96/223 KB 104/286 KB 13/308 KB 39/39 KB 96/223 KB 104/286 KB 19/308 KB 39/39 KB 96/223 KB 108/286 KB 19/308 KB 39/39 KB 96/223 KB 112/286 KB 19/308 KB 39/39 KB 96/223 KB 116/286 KB 21/308 KB 39/39 KB 100/223 KB 120/286 KB 21/308 KB 39/39 KB 100/223 KB 124/286 KB 21/308 KB 39/39 KB 100/223 KB 128/286 KB 21/308 KB 39/39 KB 100/223 KB 116/286 KB 24/308 KB 39/39 KB 100/223 KB 128/286 KB 19/308 KB 39/39 KB 100/223 KB 116/286 KB 27/308 KB 39/39 KB 100/223 KB 128/286 KB 27/308 KB 39/39 KB 104/223 KB 128/286 KB 27/308 KB 39/39 KB 108/223 KB 128/286 KB 27/308 KB 39/39 KB 112/223 KB 128/286 KB 29/308 KB 4/174 KB 39/39 KB 112/223 KB 132/286 KB 29/308 KB 8/174 KB 39/39 KB 112/223 KB 132/286 KB 29/308 KB 12/174 KB 39/39 KB 112/223 KB 132/286 KB 29/308 KB 16/174 KB 39/39 KB 112/223 KB 132/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 959.1 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 29/308 KB 20/174 KB 112/223 KB 132/286 KB 29/308 KB 24/174 KB 112/223 KB 132/286 KB 29/308 KB 28/174 KB 112/223 KB 132/286 KB 29/308 KB 32/174 KB 112/223 KB 132/286 KB 29/308 KB 39/39 KB 112/223 KB 132/286 KB 29/308 KB 32/174 KB 112/223 KB 136/286 KB 29/308 KB 32/174 KB 112/223 KB 140/286 KB 29/308 KB 32/174 KB 112/223 KB 144/286 KB 29/308 KB 39/39 KB 112/223 KB 128/286 KB 32/308 KB 32/174 KB 112/223 KB 144/286 KB 36/308 KB 32/174 KB 112/223 KB 144/286 KB 40/308 KB 36/174 KB 116/223 KB 148/286 KB 44/308 KB 36/174 KB 116/223 KB 148/286 KB 48/308 KB 36/174 KB 116/223 KB 148/286 KB 52/308 KB 36/174 KB 116/223 KB 148/286 KB 56/308 KB 36/174 KB 116/223 KB 148/286 KB 60/308 KB 36/174 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 3/22 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 6/22 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 9/22 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 11/22 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 14/22 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 16/22 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 19/22 KB 116/223 KB 148/286 KB 36/308 KB 36/174 KB 116/223 KB 148/286 KB 64/308 KB 36/174 KB 19/22 KB 116/223 KB 152/286 KB 64/308 KB 36/174 KB 22/22 KB 116/223 KB 156/286 KB 64/308 KB 36/174 KB 22/22 KB 116/223 KB 160/286 KB 36/308 KB 36/174 KB 116/223 KB 144/286 KB 64/308 KB 40/174 KB 22/22 KB 116/223 KB 160/286 KB 64/308 KB 44/174 KB 22/22 KB 116/223 KB 160/286 KB 64/308 KB 48/174 KB 22/22 KB 116/223 KB 160/286 KB 64/308 KB 52/174 KB 22/22 KB 116/223 KB 160/286 KB 64/308 KB 56/174 KB 22/22 KB 116/223 KB 164/286 KB 64/308 KB 60/174 KB 22/22 KB 116/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 116/223 KB 164/286 KB 36/308 KB 32/174 KB 116/223 KB 144/286 KB 64/308 KB 64/174 KB 22/22 KB 120/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 124/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 128/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 132/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 136/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 140/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 144/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 148/223 KB 164/286 KB 64/308 KB 64/174 KB 22/22 KB 152/223 KB 164/286 KB 68/308 KB 64/174 KB 22/22 KB 156/223 KB 164/286 KB 68/308 KB 64/174 KB 22/22 KB 160/223 KB 164/286 KB 68/308 KB 64/174 KB 22/22 KB 164/223 KB 164/286 KB 68/308 KB 68/174 KB 22/22 KB 168/223 KB 164/286 KB 68/308 KB 68/174 KB 22/22 KB 172/223 KB 164/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 164/286 KB 64/308 KB 52/174 KB 22/22 KB 116/223 KB 164/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 168/286 KB 64/308 KB 36/174 KB 22/22 KB 116/223 KB 152/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 168/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 172/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 176/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 180/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 184/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 188/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 192/286 KB 68/308 KB 68/174 KB 22/22 KB 176/223 KB 196/286 KB 68/308 KB 68/174 KB 22/22 KB 180/223 KB 200/286 KB 68/308 KB 68/174 KB 22/22 KB 180/223 KB 204/286 KB 68/308 KB 68/174 KB 22/22 KB 180/223 KB 208/286 KB 68/308 KB 68/174 KB 22/22 KB 164/223 KB 164/286 KB 68/308 KB 72/174 KB 22/22 KB 180/223 KB 208/286 KB 68/308 KB 76/174 KB 22/22 KB 180/223 unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install KB 208/286 KB 68/308 KB 80/174 KB 22/22 KB 180/223 KB 208/286 KB 68/308 KB 64/174 KB 22/22 KB 152/223 KB 164/286 KB 72/308 KB 80/174 KB 22/22 KB 180/223 KB 208/286 KB 76/308 KB 80/174 KB 22/22 KB 180/223 KB 208/286 KB 80/308 KB 80/174 KB 22/22 KB 180/223 KB 208/286 KB 84/308 KB 80/174 KB 22/22 KB 180/223 KB 208/286 KB 88/308 KB 80/174 KB 22/22 KB 180/223 KB 208/286 KB 92/308 KB 80/174 KB 22/22 KB 180/223 KB 208/286 KB 96/308 KB 80/174 KB 22/22 KB 180/223 KB 208/286 KB 96/308 KB 84/174 KB 22/22 KB 180/223 KB 208/286 KB 96/308 KB 88/174 KB 22/22 KB 180/223 KB 208/286 KB 96/308 KB 92/174 KB 22/22 KB 180/223 KB 208/286 KB 100/308 KB 96/174 KB 22/22 KB 180/223 KB 208/286 KB 68/308 KB 68/174 KB 22/22 KB 180/223 KB 196/286 KB 100/308 KB 96/174 KB 22/22 KB 184/223 KB 208/286 KB 100/308 KB 96/174 KB 22/22 KB 188/223 KB 208/286 KB 100/308 KB 96/174 KB 22/22 KB 192/223 KB 208/286 KB 100/308 KB 100/174 KB 196/223 KB 208/286 KB 100/308 KB 100/174 KB 200/223 KB 212/286 KB 100/308 KB 100/174 KB 204/223 KB 212/286 KB 100/308 KB 100/174 KB 208/223 KB 212/286 KB 100/308 KB 92/174 KB 22/22 KB 180/223 KB 208/286 KB 104/308 KB 100/174 KB 208/223 KB 212/286 KB 108/308 KB 100/174 KB 208/223 KB 212/286 KB 112/308 KB 100/174 KB 208/223 KB 212/286 KB 116/308 KB 100/174 KB 208/223 KB 212/286 KB 120/308 KB 100/174 KB 208/223 KB 212/286 KB 100/308 KB 100/174 KB 196/223 KB 212/286 KB 120/308 KB 100/174 KB 208/223 KB 216/286 KB 120/308 KB 100/174 KB 208/223 KB 220/286 KB 120/308 KB 100/174 KB 208/223 KB 224/286 KB 120/308 KB 100/174 KB 208/223 KB 228/286 KB 124/308 KB 100/174 KB 212/223 KB 232/286 KB 124/308 KB 100/174 KB 212/223 KB 236/286 KB 124/308 KB 100/174 KB 212/223 KB 240/286 KB 100/308 KB 100/174 KB 192/223 KB 208/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 361.2 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 124/308 KB 100/174 KB 212/223 KB 3/9 KB 240/286 KB 124/308 KB 100/174 KB 212/223 KB 6/9 KB 240/286 KB 124/308 KB 100/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 100/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 104/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 108/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 112/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 116/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 120/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 124/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 128/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 132/174 KB 212/223 KB 9/9 KB 240/286 KB 124/308 KB 136/174 KB 212/223 KB 9/9 KB 244/286 KB 124/308 KB 140/174 KB 212/223 KB 9/9 KB 244/286 KB 124/308 KB 144/174 KB 212/223 KB 9/9 KB 244/286 KB 124/308 KB 100/174 KB 212/223 KB 228/286 KB 124/308 KB 144/174 KB 216/223 KB 9/9 KB 244/286 KB 124/308 KB 144/174 KB 220/223 KB 9/9 KB 244/286 KB 124/308 KB 144/174 KB 223/223 KB 9/9 KB 244/286 KB 124/308 KB 100/174 KB 208/223 KB 228/286 KB 128/308 KB 144/174 KB 223/223 KB 9/9 KB 244/286 KB 132/308 KB 144/174 KB 223/223 KB 9/9 KB 244/286 KB 136/308 KB 144/174 KB 223/223 KB 9/9 KB 244/286 KB 140/308 KB 144/174 KB 223/223 KB 9/9 KB 244/286 KB 144/308 KB 144/174 KB 223/223 KB 244/286 KB 148/308 KB 144/174 KB 223/223 KB 244/286 KB 152/308 KB 148/174 KB 223/223 KB 244/286 KB 156/308 KB 148/174 KB 223/223 KB 244/286 KB 160/308 KB 148/174 KB 223/223 KB 244/286 KB 124/308 KB 132/174 KB 212/223 KB 9/9 KB 244/286 KB 160/308 KB 148/174 KB 223/223 KB 248/286 KB 160/308 KB 148/174 KB 223/223 KB 252/286 KB 160/308 KB 148/174 KB 223/223 KB 256/286 KB 160/308 KB 148/174 KB 223/223 KB 260/286 KB 160/308 KB 148/174 KB 223/223 KB 264/286 KB 160/308 KB 148/174 KB 223/223 KB 268/286 KB 164/308 KB 148/174 KB 223/223 KB 272/286 KB 164/308 KB 148/174 KB 223/223 KB 276/286 KB 164/308 KB 148/174 KB 280/286 KB 164/308 KB 148/174 KB 284/286 KB 164/308 KB 148/174 KB 286/286 KB 148/308 KB 148/174 KB 223/223 KB 244/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 111.8 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 2819.8 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 164/308 KB 148/174 KB 223/223 KB 268/286 KB 168/308 KB 152/174 KB 286/286 KB 172/308 KB 152/174 KB 286/286 KB 176/308 KB 152/174 KB 286/286 KB 164/308 KB 152/174 KB 286/286 KB 176/308 KB 156/174 KB 286/286 KB 176/308 KB 160/174 KB 286/286 KB 176/308 KB 164/174 KB 286/286 KB 176/308 KB 168/174 KB 286/286 KB 176/308 KB 172/174 KB 286/286 KB 180/308 KB 174/174 KB 286/286 KB 180/308 KB 172/174 KB 286/286 KB 184/308 KB 174/174 KB 286/286 KB 188/308 KB 174/174 KB 286/286 KB 192/308 KB 174/174 KB 286/286 KB 196/308 KB 174/174 KB 286/286 KB 200/308 KB 174/174 KB 286/286 KB 204/308 KB 174/174 KB 286/286 KB 208/308 KB 174/174 KB 286/286 KB 212/308 KB 174/174 KB 286/286 KB 216/308 KB 174/174 KB 286/286 KB 220/308 KB 174/174 KB 286/286 KB 220/308 KB 174/174 KB 286/286 KB 4/22 KB 220/308 KB 174/174 KB 4/17 KB 286/286 KB 8/22 KB 220/308 KB 174/174 KB 4/17 KB 286/286 KB 12/22 KB 220/308 KB 174/174 KB 4/17 KB 286/286 KB 16/22 KB 220/308 KB 174/174 KB 4/17 KB 286/286 KB 20/22 KB 220/308 KB 174/174 KB 4/17 KB 286/286 KB 22/22 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 1996.8 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install 220/308 KB 174/174 KB 4/17 KB 286/286 KB 4/22 KB 220/308 KB 8/17 KB 22/22 KB 220/308 KB 12/17 KB 22/22 KB 220/308 KB 16/17 KB 22/22 KB 220/308 KB 17/17 KB 22/22 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 3173.8 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 224/308 KB 17/17 KB 22/22 KB 228/308 KB 17/17 KB 22/22 KB 232/308 KB 17/17 KB 22/22 KB 236/308 KB 17/17 KB 22/22 KB 240/308 KB 17/17 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 237.1 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 244/308 KB 17/17 KB 248/308 KB 17/17 KB 252/308 KB 17/17 KB 256/308 KB 17/17 KB 256/308 KB 17/17 KB 4/13 KB 256/308 KB 8/13 KB 256/308 KB 3/11 KB 12/13 KB 256/308 KB 3/11 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 170.1 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install 256/308 KB 3/11 KB 8/13 KB 256/308 KB 5/11 KB 13/13 KB 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 256/308 KB 8/11 KB 13/13 KB 256/308 KB 11/11 KB 13/13 KB 256/308 KB 11/11 KB 13/13 KB 256/308 KB 11/11 KB 13/13 KB 4/11 KB 256/308 KB 11/11 KB 13/13 KB 8/11 KB 256/308 KB 11/11 KB 13/13 KB 11/11 KB 260/308 KB 11/11 KB 13/13 KB 11/11 KB 264/308 KB 11/11 KB 13/13 KB 11/11 KB 268/308 KB 11/11 KB 13/13 KB 11/11 KB 272/308 KB 11/11 KB 13/13 KB 11/11 KB 276/308 KB 11/11 KB 13/13 KB 11/11 KB 280/308 KB 11/11 KB 13/13 KB 11/11 KB 284/308 KB 11/11 KB 13/13 KB 11/11 KB 288/308 KB 11/11 KB 13/13 KB 11/11 KB 288/308 KB 11/11 KB 13/13 KB 11/11 KB 4/28 KB 288/308 KB 11/11 KB 11/11 KB 8/28 KB 288/308 KB 11/11 KB 11/11 KB 12/28 KB 288/308 KB 11/11 KB 11/11 KB 16/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 122.3 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 101.7 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 97.2 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 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: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 288/308 KB 20/28 KB 288/308 KB 24/28 KB 288/308 KB 28/28 KB 288/308 KB 28/28 KB 292/308 KB 28/28 KB 296/308 KB 28/28 KB 300/308 KB 28/28 KB 304/308 KB 28/28 KB 308/308 KB 28/28 KB 308/308 KB 28/28 KB 308/308 KB 28/28 KB 3/14 KB 308/308 KB 28/28 KB 5/14 KB 308/308 KB 28/28 KB 8/14 KB 308/308 KB 28/28 KB 11/14 KB 308/308 KB 28/28 KB 13/14 KB 308/308 KB 28/28 KB 14/14 KB 308/308 KB 4/309 KB 28/28 KB 14/14 KB 308/308 KB 8/309 KB 14/14 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 244.6 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2628.6 KB/sec) unit-abot-epc-basic-0: 17:32:11 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: 17:32:11 DEBUG unit.abot-epc-basic/0.install 4/192 KB 8/309 KB 14/14 KB 8/192 KB 8/309 KB 14/14 KB 12/192 KB 8/309 KB 14/14 KB 16/192 KB 12/309 KB 20/192 KB 12/309 KB 24/192 KB 12/309 KB 28/192 KB 12/309 KB 12/192 KB 12/309 KB 14/14 KB 28/192 KB 16/309 KB 28/192 KB 20/309 KB 28/192 KB 24/309 KB 28/192 KB 28/309 KB 28/192 KB 32/309 KB 28/192 KB 36/309 KB 32/192 KB 40/309 KB 32/192 KB 44/309 KB 32/192 KB 48/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 109.8 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install 32/192 KB 36/309 KB 36/192 KB 48/309 KB 40/192 KB 48/309 KB 44/192 KB 48/309 KB 48/192 KB 48/309 KB 48/192 KB 52/309 KB 4/14 KB 48/192 KB 52/309 KB 4/37 KB 8/14 KB 48/192 KB 52/309 KB 4/37 KB 12/14 KB 48/192 KB 52/309 KB 4/37 KB 14/14 KB 48/192 KB 52/309 KB 48/192 KB 56/309 KB 4/37 KB 14/14 KB 48/192 KB 60/309 KB 4/37 KB 14/14 KB 48/192 KB 64/309 KB 4/37 KB 14/14 KB 48/192 KB 52/309 KB 4/37 KB 4/14 KB 48/192 KB 64/309 KB 8/37 KB 14/14 KB 48/192 KB 64/309 KB 12/37 KB 14/14 KB 48/192 KB 64/309 KB 16/37 KB 14/14 KB 48/192 KB 64/309 KB 20/37 KB 14/14 KB 48/192 KB 64/309 KB 24/37 KB 14/14 KB 48/192 KB 64/309 KB 28/37 KB 14/14 KB 48/192 KB 64/309 KB 32/37 KB 14/14 KB 48/192 KB 64/309 KB 36/37 KB 14/14 KB 48/192 KB 64/309 KB 37/37 KB 14/14 KB 48/192 KB 68/309 KB 37/37 KB 14/14 KB 48/192 KB 72/309 KB 37/37 KB 14/14 KB 48/192 KB 76/309 KB 37/37 KB 14/14 KB 48/192 KB 80/309 KB 37/37 KB 14/14 KB 48/192 KB 84/309 KB 37/37 KB 14/14 KB 48/192 KB 88/309 KB 37/37 KB 14/14 KB 48/192 KB 92/309 KB 37/37 KB 14/14 KB 48/192 KB 96/309 KB 37/37 KB 14/14 KB 48/192 KB 100/309 KB 37/37 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 103.1 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install 48/192 KB 104/309 KB 37/37 KB 48/192 KB 108/309 KB 37/37 KB 48/192 KB 112/309 KB 37/37 KB 48/192 KB 116/309 KB 37/37 KB 52/192 KB 116/309 KB 37/37 KB 56/192 KB 116/309 KB 37/37 KB 60/192 KB 116/309 KB 37/37 KB 64/192 KB 116/309 KB 37/37 KB 68/192 KB 116/309 KB 37/37 KB 72/192 KB 116/309 KB 37/37 KB 76/192 KB 116/309 KB 37/37 KB 80/192 KB 116/309 KB 37/37 KB 84/192 KB 116/309 KB 37/37 KB 88/192 KB 116/309 KB 37/37 KB 92/192 KB 116/309 KB 37/37 KB 96/192 KB 116/309 KB 37/37 KB 100/192 KB 116/309 KB 37/37 KB 104/192 KB 116/309 KB 37/37 KB 108/192 KB 116/309 KB 37/37 KB 112/192 KB 116/309 KB 37/37 KB 116/192 KB 116/309 KB 37/37 KB 120/192 KB 120/309 KB 37/37 KB 124/192 KB 120/309 KB 37/37 KB 128/192 KB 120/309 KB 37/37 KB 116/192 KB 120/309 KB 37/37 KB 128/192 KB 124/309 KB 37/37 KB 128/192 KB 128/309 KB 37/37 KB 132/192 KB 128/309 KB 37/37 KB 136/192 KB 132/309 KB 37/37 KB 140/192 KB 132/309 KB 37/37 KB 144/192 KB 132/309 KB 37/37 KB 132/192 KB 132/309 KB 37/37 KB 144/192 KB 136/309 KB 37/37 KB 144/192 KB 140/309 KB 37/37 KB 144/192 KB 144/309 KB 37/37 KB 144/192 KB 148/309 KB 37/37 KB 148/192 KB 152/309 KB 148/192 KB 156/309 KB 148/192 KB 160/309 KB 148/192 KB 148/309 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 260.6 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install 152/192 KB 160/309 KB 156/192 KB 160/309 KB 160/192 KB 160/309 KB 160/192 KB 164/309 KB 164/192 KB 168/309 KB 164/192 KB 172/309 KB 164/192 KB 176/309 KB 164/192 KB 164/309 KB 168/192 KB 176/309 KB 172/192 KB 176/309 KB 176/192 KB 176/309 KB 180/192 KB 176/309 KB 184/192 KB 180/309 KB 188/192 KB 180/309 KB 192/192 KB 180/309 KB 192/192 KB 180/309 KB 180/192 KB 180/309 KB 192/192 KB 184/309 KB 192/192 KB 188/309 KB 192/192 KB 192/309 KB 192/192 KB 196/309 KB 192/192 KB 200/309 KB 192/192 KB 204/309 KB 192/192 KB 208/309 KB 192/192 KB 212/309 KB 192/192 KB 216/309 KB 192/192 KB 220/309 KB 224/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 1268.1 KB/sec) unit-abot-epc-basic-0: 17:32:11 DEBUG unit.abot-epc-basic/0.install 228/309 KB 232/309 KB 236/309 KB 240/309 KB 244/309 KB 248/309 KB 252/309 KB 256/309 KB 260/309 KB 264/309 KB 268/309 KB 272/309 KB 276/309 KB 280/309 KB 284/309 KB 288/309 KB 292/309 KB 296/309 KB 300/309 KB 304/309 KB 308/309 KB 309/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1927.5 KB/sec) unit-abot-epc-basic-0: 17:32:12 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: 17:32:12 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 199.4 KB/sec) unit-abot-epc-basic-0: 17:32:12 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: 17:32:12 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 192.5 KB/sec) unit-abot-epc-basic-0: 17:32:12 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: 17:32:12 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 3202.2 KB/sec) unit-abot-epc-basic-0: 17:32:12 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:12 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 17:32:12 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 17:32:12 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 17:32:12 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 17:32:13 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-oai-hss-0: 17:32:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 17:32:13 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: 17:32:13 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:13 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 17:32:13 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@932bc4a: startup date [Wed Dec 12 17:32:13 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 17:32:13 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:13 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:13 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-oai-hss-0: 17:32:13 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 17:32:13 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 17:32:13 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:13 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:13 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: 17:32:15 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:15 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 17:32:15 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@7c2a69b4] to [cucumber.runtime.java.spring.GlueCodeScope@a619c2] unit-abot-epc-basic-0: 17:32:15 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:15 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 17:32:15 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@784c5ef5: startup date [Wed Dec 12 17:32:15 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 17:32:15 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:15 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:15 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: 17:32:16 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:16 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:16 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: 17:32:16 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:16 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:16 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: 17:32:16 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:16 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:16 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: 17:32:16 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:16 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 17:32:16 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@49ec6a9f: startup date [Wed Dec 12 17:32:16 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 17:32:16 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:16 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:16 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: 17:32:16 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:16 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:16 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: 17:32:16 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:16 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:16 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: 17:32:16 DEBUG unit.abot-epc-basic/0.install Dec 12, 2018 5:32:16 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 17:32:16 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: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [main] REPORT: STEP EXECUTION TIME TAKEN :1359 MS unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [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: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [main] REPORT: STEP EXECUTION TIME TAKEN :95 MS unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 17:32:17 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: 17:32:17 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 0m1.936s unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.111 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 17:32:17 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.005 sec unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.017 sec unit-abot-epc-basic-0: 17:32:17 DEBUG unit.abot-epc-basic/0.install 12-Dec-2018 17:32:17.658 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 233.2 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 161.4 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 105.8 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1398.3 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 606.0 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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: 17:32:18 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: 17:32:18 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: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 3/60 KB 21/22 KB 5/60 KB 21/22 KB 8/60 KB 21/22 KB 11/60 KB 21/22 KB 13/60 KB 21/22 KB 16/60 KB 21/22 KB 3/181 KB 16/60 KB 21/22 KB 3/57 KB 3/181 KB 3/203 KB 16/60 KB 21/22 KB 5/57 KB 3/181 KB 3/203 KB 16/60 KB 21/22 KB 8/57 KB 3/181 KB 3/203 KB 16/60 KB 21/22 KB 11/57 KB 3/181 KB 3/203 KB 16/60 KB 21/22 KB 13/57 KB 3/181 KB 3/203 KB 16/60 KB 21/22 KB 16/57 KB 3/181 KB 13/60 KB 21/22 KB 3/181 KB 3/203 KB 16/60 KB 21/22 KB 16/57 KB 5/181 KB 3/203 KB 16/60 KB 21/22 KB 16/57 KB 8/181 KB 3/203 KB 16/60 KB 21/22 KB 16/57 KB 11/181 KB 3/203 KB 16/60 KB 21/22 KB 16/57 KB 13/181 KB 3/203 KB 16/60 KB 21/22 KB 16/57 KB 16/181 KB 3/203 KB 16/60 KB 21/22 KB 16/57 KB 19/181 KB 3/203 KB 19/60 KB 21/22 KB 19/57 KB 21/181 KB 3/203 KB 16/60 KB 21/22 KB 3/57 KB 3/181 KB 5/203 KB 19/60 KB 21/22 KB 19/57 KB 21/181 KB 8/203 KB 19/60 KB 21/22 KB 19/57 KB 21/181 KB 11/203 KB 19/60 KB 21/22 KB 19/57 KB 21/181 KB 13/203 KB 19/60 KB 21/22 KB 19/57 KB 21/181 KB 3/203 KB 19/60 KB 21/22 KB 19/57 KB 19/181 KB 13/203 KB 21/60 KB 21/22 KB 19/57 KB 21/181 KB 13/203 KB 24/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 27/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 29/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 32/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 36/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 40/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 44/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 48/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 19/57 KB 21/181 KB 3/203 KB 16/60 KB 21/22 KB 19/57 KB 19/181 KB 13/203 KB 52/60 KB 22/22 KB 21/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 24/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 27/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 29/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 32/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 36/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 40/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 44/57 KB 21/181 KB 13/203 KB 21/60 KB 22/22 KB 19/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 48/57 KB 21/181 KB 13/203 KB 52/60 KB 22/22 KB 52/57 KB 21/181 KB 13/203 KB 56/60 KB 22/22 KB 52/57 KB 21/181 KB 13/203 KB 60/60 KB 22/22 KB 52/57 KB 21/181 KB 13/203 KB 60/60 KB 22/22 KB 56/57 KB 21/181 KB 13/203 KB 60/60 KB 22/22 KB 57/57 KB 21/181 KB 13/203 KB 60/60 KB 22/22 KB 57/57 KB 24/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 27/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 29/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 32/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 36/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 40/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 44/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 48/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 52/181 KB 16/203 KB 60/60 KB 22/22 KB 57/57 KB 24/181 KB 19/203 KB 60/60 KB 22/22 KB 57/57 KB 52/181 KB 21/203 KB 60/60 KB 22/22 KB 57/57 KB 52/181 KB 24/203 KB 60/60 KB 22/22 KB 57/57 KB 52/181 KB 27/203 KB 60/60 KB 22/22 KB 57/57 KB 52/181 KB 29/203 KB 60/60 KB 22/22 KB 57/57 KB 52/181 KB 32/203 KB 60/60 KB 57/57 KB 52/181 KB 36/203 KB 60/60 KB 57/57 KB 52/181 KB 40/203 KB 60/60 KB 57/57 KB 52/181 KB 44/203 KB 60/60 KB 57/57 KB 52/181 KB 48/203 KB 60/60 KB 57/57 KB 52/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install /2.5/maven-archiver-2.5.jar (22 KB at 453.2 KB/sec) unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install 48/203 KB 60/60 KB 57/57 KB 56/181 KB 48/203 KB 60/60 KB 57/57 KB 60/181 KB 52/203 KB 60/60 KB 57/57 KB 64/181 KB 52/203 KB 60/60 KB 57/57 KB 68/181 KB 52/203 KB 60/60 KB 57/57 KB 60/181 KB 56/203 KB 60/60 KB 57/57 KB 68/181 KB 60/203 KB 60/60 KB 57/57 KB 68/181 KB 64/203 KB 60/60 KB 57/57 KB 68/181 KB 68/203 KB 60/60 KB 57/57 KB 72/181 KB 72/203 KB 72/181 KB 76/203 KB 72/181 KB 80/203 KB 72/181 KB 84/203 KB 72/181 KB 88/203 KB 72/181 KB 92/203 KB 72/181 KB 96/203 KB 72/181 KB 64/203 KB 60/60 KB 57/57 KB 72/181 KB 96/203 KB 76/181 KB 96/203 KB 80/181 KB 96/203 KB 84/181 KB 96/203 KB 88/181 KB 96/203 KB 92/181 KB 96/203 KB 96/181 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 1264.4 KB/sec) unit-abot-epc-basic-0: 17:32:18 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 1256.5 KB/sec) unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install 96/203 KB 100/181 KB 96/203 KB 104/181 KB 100/203 KB 108/181 KB 100/203 KB 112/181 KB 100/203 KB 116/181 KB 100/203 KB 120/181 KB 100/203 KB 124/181 KB 100/203 KB 128/181 KB 100/203 KB 132/181 KB 100/203 KB 136/181 KB 100/203 KB 140/181 KB 100/203 KB 144/181 KB 100/203 KB 148/181 KB 100/203 KB 104/181 KB 104/203 KB 148/181 KB 108/203 KB 148/181 KB 112/203 KB 148/181 KB 116/203 KB 148/181 KB 120/203 KB 148/181 KB 124/203 KB 148/181 KB 128/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 164/203 KB 152/181 KB 168/203 KB 152/181 KB 172/203 KB 152/181 KB 176/203 KB 152/181 KB 180/203 KB 152/181 KB 144/203 KB 152/181 KB 180/203 KB 156/181 KB 180/203 KB 160/181 KB 180/203 KB 164/181 KB 180/203 KB 168/181 KB 180/203 KB 172/181 KB 180/203 KB 176/181 KB 180/203 KB 180/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 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 2771.0 KB/sec) unit-abot-epc-basic-0: 17:32:18 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 3027.7 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 184.8 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 1430.5 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 230.4 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 265.8 KB/sec) unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom (3 KB at 143.3 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 203.6 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 957.4 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 1/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 176.9 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 594.0 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/21 KB 5/21 KB 8/21 KB 11/21 KB 13/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1347.1 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 58.8 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 134.9 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 879.3 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 61.2 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 295.8 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 1055.6 KB/sec) unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom unit-abot-epc-basic-0: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 548.8 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 255.0 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 367.2 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 170.1 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 604.5 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 69.9 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 584.0 KB/sec) unit-abot-epc-basic-0: 17:32:18 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: 17:32:18 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 2482.7 KB/sec) unit-abot-epc-basic-0: 17:32:19 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: 17:32:19 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: 17:32:19 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: 17:32:19 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: 17:32:19 DEBUG unit.abot-epc-basic/0.install 4/46 KB 8/46 KB 12/46 KB 16/46 KB 20/46 KB 24/46 KB 28/46 KB 32/46 KB 36/46 KB 40/46 KB 44/46 KB 46/46 KB Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 46/46 KB 3/54 KB 46/46 KB 5/54 KB 46/46 KB 8/54 KB 46/46 KB 11/54 KB 46/46 KB 13/54 KB 46/46 KB 16/54 KB 46/46 KB 19/54 KB 46/46 KB 21/54 KB 46/46 KB 24/54 KB 46/46 KB 27/54 KB 46/46 KB 29/54 KB 46/46 KB 32/54 KB 46/46 KB 36/54 KB 46/46 KB 40/54 KB 46/46 KB 44/54 KB 46/46 KB 48/54 KB 46/46 KB 52/54 KB 46/46 KB 54/54 KB 46/46 KB 4/201 KB 54/54 KB 46/46 KB 8/201 KB 54/54 KB 3/44 KB 46/46 KB 4/158 KB 12/201 KB 54/54 KB 3/44 KB 46/46 KB 4/158 KB 16/201 KB 54/54 KB 3/44 KB 46/46 KB 4/158 KB 20/201 KB 54/54 KB 3/44 KB 46/46 KB 4/158 KB 24/201 KB 54/54 KB 3/44 KB 46/46 KB 4/158 KB 8/201 KB 54/54 KB 3/44 KB 46/46 KB 8/158 KB 24/201 KB 54/54 KB 3/44 KB 46/46 KB 12/158 KB 24/201 KB 54/54 KB 3/44 KB 46/46 KB 16/158 KB 24/201 KB 54/54 KB 3/44 KB 46/46 KB 20/158 KB 24/201 KB 54/54 KB 3/44 KB 46/46 KB 24/158 KB 24/201 KB 54/54 KB 3/44 KB 46/46 KB 28/158 KB 24/201 KB 54/54 KB 3/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 3/44 KB 46/46 KB 8/201 KB 54/54 KB 5/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 8/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 11/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 13/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 16/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 19/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 21/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 24/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 27/44 KB 46/46 KB 32/158 KB 24/201 KB 54/54 KB 27/44 KB 46/46 KB 36/158 KB 24/201 KB 54/54 KB 29/44 KB 46/46 KB 36/158 KB 28/201 KB 54/54 KB 29/44 KB 46/46 KB 36/158 KB 32/201 KB 54/54 KB 29/44 KB 46/46 KB 36/158 KB 36/201 KB 54/54 KB 29/44 KB 46/46 KB 36/158 KB 24/201 KB 54/54 KB 32/44 KB 46/46 KB 40/158 KB 36/201 KB 54/54 KB 36/44 KB 46/46 KB 40/158 KB 36/201 KB 54/54 KB 40/44 KB 46/46 KB 40/158 KB 36/201 KB 54/54 KB 44/44 KB 46/46 KB 40/158 KB 36/201 KB 54/54 KB 44/44 KB 46/46 KB 40/158 KB 36/201 KB 54/54 KB 29/44 KB 46/46 KB 40/158 KB 36/201 KB 54/54 KB 44/44 KB 46/46 KB 44/158 KB 36/201 KB 54/54 KB 44/44 KB 46/46 KB 48/158 KB 36/201 KB 54/54 KB 44/44 KB 46/46 KB 52/158 KB 36/201 KB 54/54 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 1184.7 KB/sec) unit-abot-epc-basic-0: 17:32:19 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: 17:32:19 DEBUG unit.abot-epc-basic/0.install 44/44 KB 46/46 KB 52/158 KB 40/201 KB 54/54 KB 44/44 KB 52/158 KB 44/201 KB 54/54 KB 44/44 KB 52/158 KB 48/201 KB 54/54 KB 44/44 KB 52/158 KB 52/201 KB 54/54 KB 44/44 KB 56/158 KB 56/201 KB 54/54 KB 44/44 KB 56/158 KB 60/201 KB 54/54 KB 44/44 KB 56/158 KB 64/201 KB 54/54 KB 44/44 KB 56/158 KB 68/201 KB 54/54 KB 56/158 KB 72/201 KB 54/54 KB 56/158 KB 76/201 KB 54/54 KB 56/158 KB 80/201 KB 54/54 KB 56/158 KB 84/201 KB 54/54 KB 44/44 KB 56/158 KB 52/201 KB 54/54 KB 60/158 KB 84/201 KB 54/54 KB 64/158 KB 84/201 KB 54/54 KB 3/6 KB 64/158 KB 84/201 KB 54/54 KB 6/6 KB 64/158 KB 84/201 KB 54/54 KB 6/6 KB 64/158 KB 84/201 KB 54/54 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1289.9 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 6/6 KB 68/158 KB 84/201 KB 54/54 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 1537.1 KB/sec) unit-abot-epc-basic-0: 17:32:19 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: 17:32:19 DEBUG unit.abot-epc-basic/0.install 6/6 KB 72/158 KB 84/201 KB 6/6 KB 76/158 KB 84/201 KB 6/6 KB 80/158 KB 84/201 KB Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 6/6 KB 80/158 KB 84/201 KB 3/3 KB 80/158 KB 88/201 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 136.0 KB/sec) unit-abot-epc-basic-0: 17:32:19 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: 17:32:19 DEBUG unit.abot-epc-basic/0.install 6/6 KB 80/158 KB 88/201 KB 3/3 KB 80/158 KB 92/201 KB 3/3 KB 80/158 KB 96/201 KB 3/3 KB 80/158 KB 100/201 KB 3/3 KB 80/158 KB 104/201 KB 3/3 KB 80/158 KB 108/201 KB 3/3 KB 80/158 KB 112/201 KB 3/3 KB 80/158 KB 116/201 KB 3/3 KB 80/158 KB 120/201 KB 3/3 KB 80/158 KB 124/201 KB 3/3 KB 80/158 KB 128/201 KB 3/3 KB 80/158 KB 132/201 KB 3/3 KB 80/158 KB 136/201 KB 3/3 KB 80/158 KB 140/201 KB 3/3 KB 80/158 KB 144/201 KB 3/3 KB 80/158 KB 148/201 KB 3/3 KB 80/158 KB 152/201 KB 3/3 KB 80/158 KB 156/201 KB 3/3 KB 80/158 KB 160/201 KB 3/3 KB 80/158 KB 164/201 KB 3/3 KB 80/158 KB 168/201 KB 3/3 KB 80/158 KB 172/201 KB 3/3 KB 80/158 KB 176/201 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 50.8 KB/sec) unit-abot-epc-basic-0: 17:32:19 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: 17:32:19 DEBUG unit.abot-epc-basic/0.install 80/158 KB 3/5 KB 176/201 KB 80/158 KB 3/5 KB 176/201 KB 80/158 KB 5/5 KB 176/201 KB 80/158 KB 5/5 KB 180/201 KB 84/158 KB 5/5 KB 180/201 KB 88/158 KB 5/5 KB 180/201 KB 92/158 KB 5/5 KB 180/201 KB 96/158 KB 5/5 KB 180/201 KB 100/158 KB 5/5 KB 180/201 KB 104/158 KB 5/5 KB 180/201 KB 108/158 KB 5/5 KB 180/201 KB 112/158 KB 5/5 KB 180/201 KB 116/158 KB 5/5 KB 180/201 KB 120/158 KB 5/5 KB 180/201 KB 124/158 KB 5/5 KB 180/201 KB 128/158 KB 5/5 KB 180/201 KB 132/158 KB 5/5 KB 180/201 KB 136/158 KB 5/5 KB 180/201 KB 140/158 KB 5/5 KB 180/201 KB 144/158 KB 5/5 KB 180/201 KB 148/158 KB 5/5 KB 180/201 KB 152/158 KB 5/5 KB 180/201 KB 156/158 KB 5/5 KB 180/201 KB 158/158 KB 5/5 KB 180/201 KB 3/52 KB 158/158 KB 180/201 KB 5/52 KB 158/158 KB 180/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 72.1 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 8/52 KB 158/158 KB 180/201 KB 11/52 KB 158/158 KB 180/201 KB 13/52 KB 158/158 KB 180/201 KB 16/52 KB 158/158 KB 180/201 KB 19/52 KB 158/158 KB 180/201 KB 21/52 KB 158/158 KB 180/201 KB 24/52 KB 158/158 KB 180/201 KB 27/52 KB 158/158 KB 180/201 KB 27/52 KB 158/158 KB 4/367 KB 180/201 KB 27/52 KB 158/158 KB 8/367 KB 180/201 KB 27/52 KB 158/158 KB 12/367 KB 180/201 KB 27/52 KB 158/158 KB 16/367 KB 180/201 KB 27/52 KB 158/158 KB 20/367 KB 180/201 KB 27/52 KB 158/158 KB 24/367 KB 180/201 KB 27/52 KB 158/158 KB 28/367 KB 180/201 KB 27/52 KB 158/158 KB 32/367 KB 180/201 KB 27/52 KB 158/158 KB 36/367 KB 180/201 KB 27/52 KB 158/158 KB 40/367 KB 180/201 KB 27/52 KB 158/158 KB 44/367 KB 180/201 KB 27/52 KB 158/158 KB 48/367 KB 180/201 KB 3/47 KB 27/52 KB 158/158 KB 48/367 KB 180/201 KB 5/47 KB 27/52 KB 158/158 KB 48/367 KB 180/201 KB 8/47 KB 27/52 KB 158/158 KB 52/367 KB 180/201 KB 5/47 KB 27/52 KB 158/158 KB 52/367 KB 180/201 KB 8/47 KB 27/52 KB 158/158 KB 56/367 KB 180/201 KB 8/47 KB 27/52 KB 158/158 KB 60/367 KB 180/201 KB 8/47 KB 29/52 KB 158/158 KB 64/367 KB 180/201 KB 8/47 KB 29/52 KB 158/158 KB 60/367 KB 180/201 KB 11/47 KB 29/52 KB 158/158 KB 64/367 KB 180/201 KB 13/47 KB 29/52 KB 158/158 KB 64/367 KB 184/201 KB 16/47 KB 32/52 KB 158/158 KB 68/367 KB 184/201 KB 19/47 KB 32/52 KB 158/158 KB 68/367 KB 184/201 KB 21/47 KB 32/52 KB 68/367 KB 184/201 KB 11/47 KB 29/52 KB 158/158 KB 64/367 KB 184/201 KB 21/47 KB 32/52 KB 68/367 KB 188/201 KB 21/47 KB 32/52 KB 68/367 KB 192/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 2039.6 KB/sec) unit-abot-epc-basic-0: 17:32:19 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: 17:32:19 DEBUG unit.abot-epc-basic/0.install 21/47 KB 32/52 KB 68/367 KB 196/201 KB 21/47 KB 32/52 KB 68/367 KB 200/201 KB 21/47 KB 32/52 KB 68/367 KB 201/201 KB 13/47 KB 32/52 KB 158/158 KB 68/367 KB 184/201 KB 24/47 KB 32/52 KB 72/367 KB 201/201 KB 24/47 KB 32/52 KB 76/367 KB 201/201 KB 24/47 KB 32/52 KB 80/367 KB 201/201 KB 24/47 KB 32/52 KB 84/367 KB 201/201 KB 24/47 KB 32/52 KB 88/367 KB 201/201 KB 24/47 KB 32/52 KB 92/367 KB 201/201 KB 24/47 KB 32/52 KB 96/367 KB 201/201 KB 13/47 KB 32/52 KB 158/158 KB 64/367 KB 184/201 KB 24/47 KB 36/52 KB 96/367 KB 201/201 KB 24/47 KB 40/52 KB 96/367 KB 201/201 KB 24/47 KB 44/52 KB 96/367 KB 201/201 KB 24/47 KB 48/52 KB 96/367 KB 201/201 KB 24/47 KB 32/52 KB 68/367 KB 201/201 KB 27/47 KB 48/52 KB 96/367 KB 201/201 KB 27/47 KB 52/52 KB 96/367 KB 201/201 KB 29/47 KB 52/52 KB 96/367 KB 201/201 KB 32/47 KB 52/52 KB 96/367 KB 201/201 KB 36/47 KB 52/52 KB 96/367 KB 201/201 KB 4/238 KB 40/47 KB 100/367 KB 201/201 KB 4/238 KB 44/47 KB 100/367 KB 201/201 KB 4/238 KB 47/47 KB 100/367 KB 201/201 KB 4/238 KB 36/47 KB 100/367 KB 201/201 KB 8/238 KB 47/47 KB 100/367 KB 201/201 KB 12/238 KB 47/47 KB 100/367 KB 201/201 KB 16/238 KB 47/47 KB 100/367 KB 201/201 KB 20/238 KB 47/47 KB 100/367 KB 201/201 KB 24/238 KB 47/47 KB 100/367 KB 201/201 KB 28/238 KB 47/47 KB 100/367 KB 201/201 KB 32/238 KB 47/47 KB 100/367 KB 201/201 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 635.2 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 36/47 KB 52/52 KB 100/367 KB 201/201 KB 32/238 KB 47/47 KB 104/367 KB 201/201 KB 32/238 KB 47/47 KB 108/367 KB 201/201 KB 32/238 KB 47/47 KB 112/367 KB 201/201 KB 32/238 KB 47/47 KB 116/367 KB 201/201 KB Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 32/238 KB 47/47 KB 120/367 KB 201/201 KB 32/238 KB 47/47 KB 124/367 KB 201/201 KB 36/238 KB 47/47 KB 128/367 KB 201/201 KB 36/238 KB 47/47 KB 132/367 KB 201/201 KB 36/238 KB 47/47 KB 136/367 KB 36/238 KB 47/47 KB 124/367 KB 201/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 2253.8 KB/sec) unit-abot-epc-basic-0: 17:32:19 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: 17:32:19 DEBUG unit.abot-epc-basic/0.install 40/238 KB 47/47 KB 136/367 KB 44/238 KB 47/47 KB 136/367 KB 48/238 KB 47/47 KB 136/367 KB 48/238 KB 47/47 KB 140/367 KB 48/238 KB 47/47 KB 144/367 KB 52/238 KB 47/47 KB 148/367 KB 52/238 KB 47/47 KB 152/367 KB 52/238 KB 47/47 KB 156/367 KB 52/238 KB 47/47 KB 160/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 531.2 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 52/238 KB 47/47 KB 144/367 KB 56/238 KB 160/367 KB 60/238 KB 160/367 KB 64/238 KB 160/367 KB 68/238 KB 160/367 KB 72/238 KB 160/367 KB 76/238 KB 164/367 KB 80/238 KB 164/367 KB 84/238 KB 164/367 KB 88/238 KB 164/367 KB 4/186 KB 3/28 KB 92/238 KB 164/367 KB 4/186 KB 3/28 KB 96/238 KB 164/367 KB 4/186 KB 3/28 KB 72/238 KB 164/367 KB 96/238 KB 168/367 KB 4/186 KB 3/28 KB 96/238 KB 172/367 KB 4/186 KB 3/28 KB 96/238 KB 176/367 KB 4/186 KB 3/28 KB 84/238 KB 164/367 KB 4/186 KB 3/28 KB 84/238 KB 164/367 KB 3/28 KB 96/238 KB 176/367 KB 4/186 KB 6/28 KB 96/238 KB 176/367 KB 4/186 KB 9/28 KB 96/238 KB 176/367 KB 4/186 KB 11/28 KB 96/238 KB 176/367 KB 4/186 KB 14/28 KB 96/238 KB 176/367 KB 4/186 KB 16/28 KB 96/238 KB 176/367 KB 4/186 KB 19/28 KB 96/238 KB 176/367 KB 4/186 KB 22/28 KB 96/238 KB 176/367 KB 8/186 KB 22/28 KB 96/238 KB 176/367 KB 8/186 KB 25/28 KB 96/238 KB 176/367 KB 12/186 KB 25/28 KB 96/238 KB 176/367 KB 16/186 KB 25/28 KB 96/238 KB 176/367 KB 20/186 KB 25/28 KB 96/238 KB 180/367 KB 24/186 KB 27/28 KB 96/238 KB 180/367 KB 28/186 KB 27/28 KB 96/238 KB 180/367 KB 32/186 KB 27/28 KB 96/238 KB 180/367 KB 36/186 KB 27/28 KB 100/238 KB 180/367 KB 40/186 KB 27/28 KB 100/238 KB 180/367 KB 44/186 KB 27/28 KB 100/238 KB 180/367 KB 48/186 KB 27/28 KB 96/238 KB 180/367 KB 20/186 KB 27/28 KB 100/238 KB 184/367 KB 48/186 KB 27/28 KB 100/238 KB 188/367 KB 48/186 KB 27/28 KB 100/238 KB 192/367 KB 48/186 KB 27/28 KB 96/238 KB 176/367 KB 20/186 KB 27/28 KB 100/238 KB 192/367 KB 48/186 KB 28/28 KB 100/238 KB 196/367 KB 48/186 KB 28/28 KB 100/238 KB 200/367 KB 48/186 KB 28/28 KB 100/238 KB 204/367 KB 48/186 KB 28/28 KB 100/238 KB 208/367 KB 48/186 KB 28/28 KB 100/238 KB 212/367 KB 48/186 KB 28/28 KB 100/238 KB 180/367 KB 36/186 KB 27/28 KB 104/238 KB 212/367 KB 52/186 KB 28/28 KB 108/238 KB 212/367 KB 52/186 KB 28/28 KB 112/238 KB 212/367 KB 52/186 KB 28/28 KB 116/238 KB 212/367 KB 52/186 KB 28/28 KB 120/238 KB 212/367 KB 52/186 KB 28/28 KB 124/238 KB 212/367 KB 52/186 KB 28/28 KB 128/238 KB 212/367 KB 52/186 KB 28/28 KB 132/238 KB 216/367 KB 52/186 KB 28/28 KB 136/238 KB 216/367 KB 52/186 KB 28/28 KB 140/238 KB 216/367 KB 52/186 KB 28/28 KB 144/238 KB 216/367 KB 52/186 KB 28/28 KB 100/238 KB 212/367 KB 52/186 KB 28/28 KB 144/238 KB 216/367 KB 56/186 KB 28/28 KB 144/238 KB 216/367 KB 60/186 KB 28/28 KB 144/238 KB 216/367 KB 64/186 KB 28/28 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 257.7 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 128/238 KB 216/367 KB 52/186 KB 28/28 KB 144/238 KB 220/367 KB 64/186 KB 144/238 KB 224/367 KB 64/186 KB 144/238 KB 228/367 KB 64/186 KB 144/238 KB 232/367 KB 68/186 KB 144/238 KB 236/367 KB 68/186 KB 144/238 KB 240/367 KB 68/186 KB 144/238 KB 244/367 KB 68/186 KB 148/238 KB 248/367 KB 68/186 KB 148/238 KB 252/367 KB 68/186 KB 148/238 KB 256/367 KB 68/186 KB 144/238 KB 228/367 KB 68/186 KB 148/238 KB 256/367 KB 72/186 KB 148/238 KB 256/367 KB 76/186 KB 148/238 KB 256/367 KB 80/186 KB 148/238 KB 256/367 KB 84/186 KB 148/238 KB 256/367 KB 88/186 KB 148/238 KB 256/367 KB 92/186 KB 148/238 KB 256/367 KB 96/186 KB 148/238 KB 244/367 KB 68/186 KB 152/238 KB 256/367 KB 96/186 KB 156/238 KB 256/367 KB 96/186 KB 160/238 KB 256/367 KB 96/186 KB 164/238 KB 256/367 KB 96/186 KB 168/238 KB 260/367 KB 100/186 KB 172/238 KB 260/367 KB 100/186 KB 176/238 KB 260/367 KB 100/186 KB 180/238 KB 260/367 KB 100/186 KB 184/238 KB 3/558 KB 260/367 KB 100/186 KB 164/238 KB 260/367 KB 100/186 KB 164/238 KB 256/367 KB 100/186 KB 180/238 KB 3/558 KB 260/367 KB 100/186 KB 188/238 KB 6/558 KB 260/367 KB 100/186 KB 188/238 KB 9/558 KB 260/367 KB 100/186 KB 188/238 KB 11/558 KB 260/367 KB 100/186 KB 188/238 KB 14/558 KB 260/367 KB 100/186 KB 188/238 KB 16/558 KB 260/367 KB 100/186 KB 188/238 KB 19/558 KB 260/367 KB 100/186 KB 188/238 KB 22/558 KB 260/367 KB 100/186 KB 188/238 KB 25/558 KB 260/367 KB 104/186 KB 188/238 KB 22/558 KB 260/367 KB 104/186 KB 188/238 KB 25/558 KB 260/367 KB 108/186 KB 188/238 KB 25/558 KB 260/367 KB 112/186 KB 188/238 KB 25/558 KB 264/367 KB 112/186 KB 188/238 KB 25/558 KB 268/367 KB 112/186 KB 188/238 KB 27/558 KB 272/367 KB 116/186 KB 188/238 KB 27/558 KB 268/367 KB 116/186 KB 188/238 KB 30/558 KB 272/367 KB 116/186 KB 188/238 KB 32/558 KB 272/367 KB 116/186 KB 188/238 KB 36/558 KB 272/367 KB 116/186 KB 188/238 KB 40/558 KB 276/367 KB 116/186 KB 188/238 KB 44/558 KB 276/367 KB 116/186 KB 188/238 KB 48/558 KB 276/367 KB 116/186 KB 188/238 KB 25/558 KB 268/367 KB 116/186 KB 188/238 KB 48/558 KB 276/367 KB 120/186 KB 188/238 KB 48/558 KB 276/367 KB 124/186 KB 188/238 KB 48/558 KB 276/367 KB 128/186 KB 188/238 KB 48/558 KB 276/367 KB 132/186 KB 188/238 KB 48/558 KB 276/367 KB 136/186 KB 188/238 KB 48/558 KB 276/367 KB 140/186 KB 188/238 KB 48/558 KB 276/367 KB 144/186 KB 188/238 KB 48/558 KB 276/367 KB 148/186 KB 188/238 KB 52/558 KB 276/367 KB 152/186 KB 188/238 KB 52/558 KB 276/367 KB 156/186 KB 188/238 KB 52/558 KB 276/367 KB 160/186 KB 188/238 KB 3/558 KB 276/367 KB 116/186 KB 192/238 KB 52/558 KB 276/367 KB 160/186 KB 196/238 KB 52/558 KB 276/367 KB 160/186 KB 200/238 KB 52/558 KB 276/367 KB 160/186 KB 204/238 KB 52/558 KB 276/367 KB 160/186 KB 208/238 KB 52/558 KB 276/367 KB 160/186 KB 212/238 KB 52/558 KB 276/367 KB 160/186 KB 216/238 KB 52/558 KB 276/367 KB 160/186 KB 220/238 KB 52/558 KB 276/367 KB 160/186 KB 224/238 KB 52/558 KB 276/367 KB 160/186 KB 228/238 KB 52/558 KB 276/367 KB 160/186 KB 188/238 KB 36/558 KB 276/367 KB 116/186 KB 228/238 KB 52/558 KB 280/367 KB 164/186 KB 228/238 KB 52/558 KB 284/367 KB 164/186 KB 228/238 KB 52/558 KB 288/367 KB 164/186 KB 228/238 KB 52/558 KB 292/367 KB 164/186 KB 228/238 KB 52/558 KB 296/367 KB 164/186 KB 228/238 KB 52/558 KB 300/367 KB 164/186 KB 228/238 KB 52/558 KB 304/367 KB 164/186 KB 228/238 KB 52/558 KB 308/367 KB 164/186 KB 228/238 KB 52/558 KB 312/367 KB 164/ unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 186 KB 228/238 KB 52/558 KB 316/367 KB 164/186 KB 228/238 KB 52/558 KB 320/367 KB 164/186 KB 228/238 KB 52/558 KB 324/367 KB 164/186 KB 228/238 KB 52/558 KB 276/367 KB 164/186 KB 232/238 KB 52/558 KB 324/367 KB 168/186 KB 232/238 KB 52/558 KB 324/367 KB 172/186 KB 232/238 KB 52/558 KB 324/367 KB 176/186 KB 188/238 KB 52/558 KB 276/367 KB 148/186 KB 232/238 KB 56/558 KB 324/367 KB 176/186 KB 232/238 KB 60/558 KB 324/367 KB 176/186 KB 232/238 KB 64/558 KB 324/367 KB 176/186 KB 232/238 KB 68/558 KB 324/367 KB 176/186 KB 232/238 KB 72/558 KB 324/367 KB 176/186 KB 232/238 KB 76/558 KB 324/367 KB 176/186 KB 232/238 KB 80/558 KB 324/367 KB 176/186 KB 232/238 KB 84/558 KB 324/367 KB 176/186 KB 232/238 KB 88/558 KB 328/367 KB 180/186 KB 232/238 KB 92/558 KB 328/367 KB 180/186 KB 232/238 KB 96/558 KB 328/367 KB 180/186 KB 232/238 KB 52/558 KB 324/367 KB 164/186 KB 236/238 KB 96/558 KB 328/367 KB 180/186 KB 238/238 KB 96/558 KB 328/367 KB 180/186 KB 232/238 KB 84/558 KB 328/367 KB 180/186 KB 238/238 KB 96/558 KB 328/367 KB 184/186 KB 238/238 KB 96/558 KB 328/367 KB 186/186 KB 232/238 KB 84/558 KB 328/367 KB 176/186 KB 238/238 KB 96/558 KB 332/367 KB 186/186 KB 238/238 KB 96/558 KB 336/367 KB 186/186 KB 238/238 KB 100/558 KB 336/367 KB 186/186 KB 238/238 KB 104/558 KB 340/367 KB 186/186 KB 238/238 KB 108/558 KB 340/367 KB 186/186 KB 238/238 KB 112/558 KB 340/367 KB 186/186 KB 238/238 KB 100/558 KB 340/367 KB 186/186 KB 238/238 KB 112/558 KB 344/367 KB 186/186 KB 238/238 KB 112/558 KB 348/367 KB 186/186 KB 238/238 KB 112/558 KB 352/367 KB 186/186 KB 238/238 KB 112/558 KB 356/367 KB 186/186 KB 238/238 KB 116/558 KB 360/367 KB 186/186 KB 238/238 KB 116/558 KB 364/367 KB 186/186 KB 238/238 KB 116/558 KB 367/367 KB 186/186 KB 238/238 KB 116/558 KB 356/367 KB 186/186 KB 238/238 KB 120/558 KB 367/367 KB 186/186 KB 238/238 KB 124/558 KB 367/367 KB 186/186 KB 238/238 KB 128/558 KB 367/367 KB 186/186 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 1720.5 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1357.4 KB/sec) unit-abot-epc-basic-0: 17:32:19 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: 17:32:19 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: 17:32:19 DEBUG unit.abot-epc-basic/0.install 132/558 KB 367/367 KB 136/558 KB 140/558 KB 144/558 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 2544.9 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 148/558 KB 152/558 KB 4/181 KB 156/558 KB 4/181 KB 152/558 KB 8/181 KB 160/558 KB 12/181 KB 160/558 KB 16/181 KB 160/558 KB 20/181 KB 160/558 KB 4/181 KB 160/558 KB 20/181 KB 164/558 KB 24/181 KB 168/558 KB 24/181 KB 172/558 KB 24/181 KB 176/558 KB 24/181 KB 164/558 KB 28/181 KB 176/558 KB 4/1206 KB 24/181 KB 176/558 KB 4/1206 KB 28/181 KB 176/558 KB 8/1206 KB 28/181 KB 176/558 KB 12/1206 KB 28/181 KB 176/558 KB 16/1206 KB 28/181 KB 176/558 KB 20/1206 KB 28/181 KB 176/558 KB 24/1206 KB 28/181 KB 176/558 KB 28/1206 KB 32/181 KB 176/558 KB 28/1206 KB 32/181 KB 176/558 KB 32/1206 KB 36/181 KB 176/558 KB 36/1206 KB 36/181 KB 180/558 KB 40/1206 KB 36/181 KB 180/558 KB 44/1206 KB 36/181 KB 176/558 KB 32/1206 KB 40/181 KB 180/558 KB 44/1206 KB 44/181 KB 180/558 KB 44/1206 KB 36/181 KB 180/558 KB 36/1206 KB 44/181 KB 184/558 KB 44/1206 KB 44/181 KB 188/558 KB 44/1206 KB 44/181 KB 192/558 KB 44/1206 KB 48/181 KB 192/558 KB 48/1206 KB 48/181 KB 192/558 KB 44/1206 KB 48/181 KB 196/558 KB 48/1206 KB 52/181 KB 200/558 KB 52/1206 KB 52/181 KB 196/558 KB 52/1206 KB 48/181 KB 196/558 KB 52/1206 KB 52/181 KB 200/558 KB 56/1206 KB 52/181 KB 200/558 KB 60/1206 KB 56/181 KB 204/558 KB 64/1206 KB 56/181 KB 204/558 KB 60/1206 KB 56/181 KB 200/558 KB 60/1206 KB 60/181 KB 204/558 KB 64/1206 KB 64/181 KB 204/558 KB 64/1206 KB 68/181 KB 208/558 KB 64/1206 KB 72/181 KB 208/558 KB 68/1206 KB 76/181 KB 208/558 KB 68/1206 KB 80/181 KB 208/558 KB 68/1206 KB 64/181 KB 208/558 KB 64/1206 KB 80/181 KB 212/558 KB 68/1206 KB 80/181 KB 216/558 KB 68/1206 KB 80/181 KB 220/558 KB 68/1206 KB 80/181 KB 224/558 KB 68/1206 KB 80/181 KB 228/558 KB 68/1206 KB 84/181 KB 232/558 KB 68/1206 KB 84/181 KB 236/558 KB 68/1206 KB 84/181 KB 240/558 KB 68/1206 KB 68/181 KB 208/558 KB 68/1206 KB 84/181 KB 240/558 KB 72/1206 KB 84/181 KB 240/558 KB 76/1206 KB 84/181 KB 240/558 KB 80/1206 KB 84/181 KB 240/558 KB 84/1206 KB 84/181 KB 240/558 KB 88/1206 KB 84/181 KB 240/558 KB 92/1206 KB 84/181 KB 240/558 KB 96/1206 KB 84/181 KB 240/558 KB 100/1206 KB 84/181 KB 244/558 KB 104/1206 KB 84/181 KB 244/558 KB 108/1206 KB 84/181 KB 244/558 KB 112/1206 KB 84/181 KB 228/558 KB 68/1206 KB 88/181 KB 244/558 KB 112/1206 KB 92/181 KB 244/558 KB 112/1206 KB 96/181 KB 244/558 KB 112/1206 KB 100/181 KB 244/558 KB 112/1206 KB 104/181 KB 244/558 KB 112/1206 KB 108/181 KB 244/558 KB 112/1206 KB 112/181 KB 244/558 KB 112/1206 KB 116/181 KB 244/558 KB 112/1206 KB 120/181 KB 244/558 KB 116/1206 KB 124/181 KB 244/558 KB 116/1206 KB 128/181 KB 244/558 KB 116/1206 KB 132/181 KB 244/558 KB 116/1206 KB 136/181 KB 244/558 KB 116/1206 KB 140/181 KB 244/558 KB 116/1206 KB 84/181 KB 244/558 KB 100/1206 KB 140/181 KB 248/558 KB 116/1206 KB 140/181 KB 252/558 KB 116/1206 KB 140/181 KB 256/558 KB 116/1206 KB 140/181 KB 260/558 KB 116/1206 KB 140/181 KB 264/558 KB 116/1206 KB 140/181 KB 268/558 KB 116/1206 KB 140/181 KB 271/558 KB 116/1206 KB 140/181 KB 275/558 KB 116/1206 KB 140/181 KB 279/558 KB 116/1206 KB 140/181 KB 283/558 KB 116/1206 KB 116/181 KB 244/558 KB 116/1206 KB 144/181 KB 283/558 KB 120/1206 KB 144/181 KB 283/558 KB 124/1206 KB 144/181 KB 283/558 KB 128/1206 KB 144/181 KB 283/558 KB 132/1206 KB 144/181 KB 283/558 KB 136/1206 KB 144/181 KB 283/558 KB 140/1206 KB 144/181 KB 287/558 KB 144/1206 KB 144/181 KB 283/558 KB 116/1206 KB 144/181 KB 287/558 KB 140/1206 KB 148/181 KB 287/558 KB unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 144/1206 KB 152/181 KB 291/558 KB 148/1206 KB 156/181 KB 291/558 KB 148/1206 KB 160/181 KB 291/558 KB 148/1206 KB 148/181 KB 291/558 KB 148/1206 KB 160/181 KB 295/558 KB 148/1206 KB 160/181 KB 299/558 KB 148/1206 KB 160/181 KB 303/558 KB 148/1206 KB 160/181 KB 307/558 KB 148/1206 KB 164/181 KB 311/558 KB 148/1206 KB 164/181 KB 315/558 KB 148/1206 KB 164/181 KB 319/558 KB 148/1206 KB 148/181 KB 287/558 KB 148/1206 KB 164/181 KB 319/558 KB 152/1206 KB 164/181 KB 319/558 KB 156/1206 KB 164/181 KB 319/558 KB 160/1206 KB 164/181 KB 319/558 KB 164/1206 KB 164/181 KB 319/558 KB 168/1206 KB 164/181 KB 319/558 KB 172/1206 KB 164/181 KB 319/558 KB 176/1206 KB 164/181 KB 323/558 KB 180/1206 KB 164/181 KB 323/558 KB 184/1206 KB 164/181 KB 323/558 KB 188/1206 KB 164/181 KB 323/558 KB 192/1206 KB 164/181 KB 323/558 KB 196/1206 KB 164/181 KB 323/558 KB 200/1206 KB 164/181 KB 323/558 KB 204/1206 KB 164/181 KB 307/558 KB 148/1206 KB 168/181 KB 323/558 KB 204/1206 KB 172/181 KB 323/558 KB 204/1206 KB 176/181 KB 323/558 KB 204/1206 KB 180/181 KB 323/558 KB 204/1206 KB 181/181 KB 323/558 KB 204/1206 KB 164/181 KB 323/558 KB 176/1206 KB 181/181 KB 327/558 KB 204/1206 KB 181/181 KB 331/558 KB 204/1206 KB 181/181 KB 335/558 KB 204/1206 KB 181/181 KB 339/558 KB 204/1206 KB 181/181 KB 343/558 KB 204/1206 KB 181/181 KB 347/558 KB 204/1206 KB 181/181 KB 351/558 KB 208/1206 KB 181/181 KB 347/558 KB 208/1206 KB 181/181 KB 351/558 KB 212/1206 KB 181/181 KB 355/558 KB 216/1206 KB 181/181 KB 355/558 KB 220/1206 KB 181/181 KB 355/558 KB 224/1206 KB 181/181 KB 355/558 KB 228/1206 KB 181/181 KB 355/558 KB 232/1206 KB 181/181 KB 355/558 KB 236/1206 KB 181/181 KB 355/558 KB 240/1206 KB 181/181 KB 355/558 KB 244/1206 KB 181/181 KB 355/558 KB 248/1206 KB 181/181 KB 355/558 KB 252/1206 KB 181/181 KB 355/558 KB 212/1206 KB 181/181 KB 359/558 KB 252/1206 KB 181/181 KB 363/558 KB 252/1206 KB 181/181 KB 367/558 KB 252/1206 KB 181/181 KB 371/558 KB 252/1206 KB 181/181 KB 375/558 KB 252/1206 KB 181/181 KB 379/558 KB 252/1206 KB 181/181 KB 383/558 KB 252/1206 KB 181/181 KB 387/558 KB 252/1206 KB 181/181 KB 391/558 KB 252/1206 KB 181/181 KB 395/558 KB 256/1206 KB 181/181 KB 399/558 KB 256/1206 KB 181/181 KB 403/558 KB 256/1206 KB 181/181 KB 407/558 KB 256/1206 KB 181/181 KB 411/558 KB 256/1206 KB 181/181 KB 415/558 KB 256/1206 KB 419/558 KB 256/1206 KB 423/558 KB 256/1206 KB 427/558 KB 256/1206 KB 431/558 KB 256/1206 KB 181/181 KB 391/558 KB 256/1206 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 922.5 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 431/558 KB 260/1206 KB 431/558 KB 264/1206 KB 431/558 KB 268/1206 KB 431/558 KB 272/1206 KB 431/558 KB 276/1206 KB 431/558 KB 280/1206 KB 431/558 KB 284/1206 KB 431/558 KB 288/1206 KB 431/558 KB 292/1206 KB 435/558 KB 296/1206 KB 435/558 KB 300/1206 KB 435/558 KB 304/1206 KB 435/558 KB 292/1206 KB 439/558 KB 304/1206 KB 443/558 KB 304/1206 KB 447/558 KB 304/1206 KB 447/558 KB 308/1206 KB 451/558 KB 312/1206 KB 451/558 KB 316/1206 KB 451/558 KB 320/1206 KB 451/558 KB 308/1206 KB 455/558 KB 320/1206 KB 459/558 KB 320/1206 KB 463/558 KB 320/1206 KB 463/558 KB 324/1206 KB 467/558 KB 328/1206 KB 467/558 KB 332/1206 KB 467/558 KB 336/1206 KB 467/558 KB 324/1206 KB 471/558 KB 336/1206 KB 475/558 KB 336/1206 KB 479/558 KB 336/1206 KB 479/558 KB 340/1206 KB 483/558 KB 344/1206 KB 483/558 KB 348/1206 KB 483/558 KB 352/1206 KB 483/558 KB 340/1206 KB 487/558 KB 352/1206 KB 491/558 KB 352/1206 KB 495/558 KB 352/1206 KB 499/558 KB 352/1206 KB 503/558 KB 356/1206 KB 507/558 KB 356/1206 KB 511/558 KB 356/1206 KB 499/558 KB 356/1206 KB 511/558 KB 360/1206 KB 511/558 KB 364/1206 KB 511/558 KB 368/1206 KB 511/558 KB 372/1206 KB 515/558 KB 376/1206 KB 515/558 KB 380/1206 KB 515/558 KB 384/1206 KB 515/558 KB 372/1206 KB 519/558 KB 384/1206 KB 523/558 KB 384/1206 KB 527/558 KB 384/1206 KB 531/558 KB 384/1206 KB 535/558 KB 388/1206 KB 539/558 KB 388/1206 KB 543/558 KB 388/1206 KB 531/558 KB 388/1206 KB 543/558 KB 392/1206 KB 543/558 KB 396/1206 KB 543/558 KB 400/1206 KB 543/558 KB 404/1206 KB 547/558 KB 408/1206 KB 547/558 KB 412/1206 KB 547/558 KB 416/1206 KB 547/558 KB 404/1206 KB 551/558 KB 416/1206 KB 555/558 KB 416/1206 KB 558/558 KB 416/1206 KB 558/558 KB 420/1206 KB 558/558 KB 424/1206 KB 558/558 KB 428/1206 KB 558/558 KB 432/1206 KB 558/558 KB 436/1206 KB 558/558 KB 440/1206 KB 558/558 KB 444/1206 KB 558/558 KB 448/1206 KB 558/558 KB 452/1206 KB 558/558 KB 456/1206 KB 558/558 KB 460/1206 KB 558/558 KB 464/1206 KB 558/558 KB 468/1206 KB 558/558 KB 472/1206 KB 558/558 KB 476/1206 KB 558/558 KB 480/1206 KB 558/558 KB 484/1206 KB 558/558 KB 488/1206 KB 558/558 KB 492/1206 KB 558/558 KB 496/1206 KB 558/558 KB 500/1206 KB 558/558 KB 504/1206 KB 558/558 KB 508/1206 KB 558/558 KB 512/1206 KB 558/558 KB 516/1206 KB 558/558 KB 520/1206 KB 558/558 KB 524/1206 KB 558/558 KB 528/1206 KB 558/558 KB 532/1206 KB 558/558 KB 536/1206 KB 558/558 KB 540/1206 KB 558/558 KB 544/1206 KB 558/558 KB 548/1206 KB 558/558 KB 552/1206 KB 558/558 KB 556/1206 KB 558/558 KB 560/1206 KB 558/558 KB 564/1206 KB 558/558 KB 568/1206 KB 558/558 KB 572/1206 KB 558/558 KB 576/1206 KB 558/558 KB 580/1206 KB 558/558 KB 584/1206 KB 558/558 KB 588/1206 KB 558/558 KB 592/1206 KB 558/558 KB 596/1206 KB 558/558 KB 600/1206 KB 558/558 KB 604/1206 KB 558/558 KB 608/1206 KB 558/558 KB 612/1206 KB 558/558 KB 616/1206 KB 558/558 KB 620/1206 KB 558/558 KB 624/1206 KB 558/558 KB 628/1206 KB 558/558 KB 632/1206 KB 558/558 KB 636/1206 KB 558/558 KB 640/1206 KB 558/558 KB 644/1206 KB 558/558 KB 648/1206 KB 558/558 KB 652/1206 KB 558/558 KB 656/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2391.0 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 660/1206 KB 664/1206 KB 668/1206 KB 672/1206 KB 676/1206 KB 680/1206 KB 684/1206 KB 688/1206 KB 692/1206 KB 696/1206 KB 700/1206 KB 704/1206 KB 708/1206 KB 712/1206 KB 716/1206 KB 720/1206 KB 724/1206 KB 728/1206 KB 732/1206 KB 736/1206 KB 740/1206 KB 744/1206 KB 748/1206 KB 752/1206 KB 756/1206 KB 760/1206 KB 764/1206 KB 768/1206 KB 772/1206 KB 776/1206 KB 780/1206 KB 784/1206 KB 788/1206 KB 792/1206 KB 796/1206 KB 800/1206 KB 804/1206 KB 808/1206 KB 812/1206 KB 816/1206 KB 820/1206 KB 824/1206 KB 828/1206 KB 832/1206 KB 836/1206 KB 840/1206 KB 844/1206 KB 848/1206 KB 852/1206 KB 856/1206 KB 860/1206 KB 864/1206 KB 868/1206 KB 872/1206 KB 876/1206 KB 880/1206 KB 884/1206 KB 888/1206 KB 892/1206 KB 896/1206 KB 900/1206 KB 904/1206 KB 908/1206 KB 912/1206 KB 916/1206 KB 920/1206 KB 924/1206 KB 928/1206 KB 932/1206 KB 936/1206 KB 940/1206 KB 944/1206 KB 948/1206 KB 952/1206 KB 956/1206 KB 960/1206 KB 964/1206 KB 968/1206 KB 972/1206 KB 976/1206 KB 980/1206 KB 984/1206 KB 988/1206 KB 992/1206 KB 996/1206 KB 1000/1206 KB 1004/1206 KB 1008/1206 KB 1012/1206 KB 1016/1206 KB 1020/1206 KB 1024/1206 KB 1028/1206 KB 1032/1206 KB 1036/1206 KB 1040/1206 KB 1044/1206 KB 1048/1206 KB 1052/1206 KB 1056/1206 KB 1060/1206 KB 1064/1206 KB 1068/1206 KB 1072/1206 KB 1076/1206 KB 1080/1206 KB 1084/1206 KB 1088/1206 KB 1092/1206 KB 1096/1206 KB 1100/1206 KB 1104/1206 KB 1108/1206 KB 1112/1206 KB 1116/1206 KB 1120/1206 KB 1124/1206 KB 1128/1206 KB 1132/1206 KB 1136/1206 KB 1140/1206 KB 1144/1206 KB 1148/1206 KB 1152/1206 KB 1156/1206 KB 1160/1206 KB 1164/1206 KB 1168/1206 KB 1172/1206 KB 1176/1206 KB 1180/1206 KB 1184/1206 KB 1188/1206 KB 1192/1206 KB 1196/1206 KB 1200/1206 KB 1204/1206 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 4432.6 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 4/1199 KB 8/1199 KB 12/1199 KB 16/1199 KB 20/1199 KB 24/1199 KB 28/1199 KB 32/1199 KB 36/1199 KB 40/1199 KB 44/1199 KB 48/1199 KB 52/1199 KB 56/1199 KB 60/1199 KB 64/1199 KB 68/1199 KB 72/1199 KB 76/1199 KB 80/1199 KB 84/1199 KB 88/1199 KB 92/1199 KB 96/1199 KB 100/1199 KB 104/1199 KB 108/1199 KB 112/1199 KB 116/1199 KB 120/1199 KB 124/1199 KB 128/1199 KB 132/1199 KB 136/1199 KB 140/1199 KB 144/1199 KB 148/1199 KB 152/1199 KB 156/1199 KB 160/1199 KB 164/1199 KB 168/1199 KB 172/1199 KB 176/1199 KB 180/1199 KB 184/1199 KB 188/1199 KB 192/1199 KB 196/1199 KB 200/1199 KB 204/1199 KB 208/1199 KB 212/1199 KB 216/1199 KB 220/1199 KB 224/1199 KB 228/1199 KB 232/1199 KB 236/1199 KB 240/1199 KB 244/1199 KB 248/1199 KB 252/1199 KB 256/1199 KB 260/1199 KB 264/1199 KB 268/1199 KB 272/1199 KB 276/1199 KB 280/1199 KB 284/1199 KB 288/1199 KB 292/1199 KB 296/1199 KB 300/1199 KB 304/1199 KB 308/1199 KB 312/1199 KB 316/1199 KB 320/1199 KB 324/1199 KB 328/1199 KB 332/1199 KB 336/1199 KB 340/1199 KB 344/1199 KB 348/1199 KB 352/1199 KB 356/1199 KB 360/1199 KB 364/1199 KB 368/1199 KB 372/1199 KB 376/1199 KB 380/1199 KB 384/1199 KB 388/1199 KB 392/1199 KB 396/1199 KB 400/1199 KB 404/1199 KB 408/1199 KB 412/1199 KB 416/1199 KB 420/1199 KB 424/1199 KB 428/1199 KB 432/1199 KB 436/1199 KB 440/1199 KB 444/1199 KB 448/1199 KB 452/1199 KB 456/1199 KB 460/1199 KB 464/1199 KB 468/1199 KB 472/1199 KB 476/1199 KB 480/1199 KB 484/1199 KB 488/1199 KB 492/1199 KB 496/1199 KB 500/1199 KB 504/1199 KB 508/1199 KB 512/1199 KB 516/1199 KB 520/1199 KB 524/1199 KB 528/1199 KB 532/1199 KB 536/1199 KB 540/1199 KB 544/1199 KB 548/1199 KB 552/1199 KB 556/1199 KB 560/1199 KB 564/1199 KB 568/1199 KB 572/1199 KB 576/1199 KB 580/1199 KB 584/1199 KB 588/1199 KB 592/1199 KB 596/1199 KB 600/1199 KB 604/1199 KB 608/1199 KB 612/1199 KB 616/1199 KB 620/1199 KB 624/1199 KB 628/1199 KB 632/1199 KB 636/1199 KB 640/1199 KB 644/1199 KB 648/1199 KB 652/1199 KB 656/1199 KB 660/1199 KB 664/1199 KB 668/1199 KB 672/1199 KB 676/1199 KB 680/1199 KB 684/1199 KB 688/1199 KB 692/1199 KB 696/1199 KB 700/1199 KB 704/1199 KB 708/1199 KB 712/1199 KB 716/1199 KB 720/1199 KB 724/1199 KB 728/1199 KB 732/1199 KB 736/1199 KB 740/1199 KB 744/1199 KB 748/1199 KB 752/1199 KB 756/1199 KB 760/1199 KB 764/1199 KB 768/1199 KB 772/1199 KB 776/1199 KB 780/1199 KB 784/1199 KB 788/1199 KB 792/1199 KB 796/1199 KB 800/1199 KB 804/1199 KB 808/1199 KB 812/1199 KB 816/1199 KB 820/1199 KB 824/1199 KB 828/1199 KB 832/1199 KB 836/1199 KB 840/1199 KB 844/1199 KB 848/1199 KB 852/1199 KB 856/1199 KB 860/1199 KB 864/1199 KB 868/1199 KB 872/1199 KB 876/1199 KB 880/1199 KB 884/1199 KB 888/1199 KB 892/1199 KB 896/1199 KB 900/1199 KB 904/1199 KB 908/1199 KB 912/1199 KB 916/1199 KB 920/1199 KB 924/1199 KB 928/1199 KB 932/1199 KB 936/1199 KB 940/1199 KB 944/1199 KB 948/1199 KB 952/1199 KB 956/1199 KB 960/1199 KB 964/1199 KB 968/1199 KB 972/1199 KB 976/1199 KB 980/1199 KB 984/1199 KB 988/1199 KB 992/1199 KB 996/1199 KB 1000/1199 KB 1004/1199 KB 1008/1199 KB 1012/1199 KB 1016/1199 KB 1020/1199 KB 1024/1199 KB 1028/1199 KB 1032/1199 KB 1036/1199 KB 1040/1199 KB 1044/1199 KB 1048/1199 KB 1052/1199 KB 1056/1199 KB 1060/1199 KB 1064/1199 KB 1068/1199 KB 1072/1199 KB 1076/1199 KB 1080/1199 KB 1084/1199 KB 1088/1199 KB 1092/1199 KB unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install 1096/1199 KB 1100/1199 KB 1104/1199 KB 1108/1199 KB 1112/1199 KB 1116/1199 KB 1120/1199 KB 1124/1199 KB 1128/1199 KB 1132/1199 KB 1136/1199 KB 1140/1199 KB 1144/1199 KB 1148/1199 KB 1152/1199 KB 1156/1199 KB 1160/1199 KB 1164/1199 KB 1168/1199 KB 1172/1199 KB 1176/1199 KB 1180/1199 KB 1184/1199 KB 1188/1199 KB 1192/1199 KB 1196/1199 KB 1199/1199 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3171.1 KB/sec) unit-abot-epc-basic-0: 17:32:19 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 17:32:20 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: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 41.013 s unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-12-12T17:32:20+00:00 unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/63M unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 17:32:20 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-abot-epc-basic-0: 17:32:21 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 17:32:21 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 17:32:21 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 17:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 17:32:22 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 17:32:22 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-140.166) ... unit-oai-hss-0: 17:32:22 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: 17:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 17:32:22 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:22 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 17:32:22 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 17:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 17:32:23 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 17:32:23 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 17:32:23 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: 17:32:23 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: 17:32:23 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 17:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:23 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:24 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:24 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:25 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:32:25 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:32:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 17:32:25 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 17:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 17:32:26 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 17:32:26 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 17:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 17:32:26 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 17:32:26 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 17:32:26 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:32:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:32:26 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:32:26 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 17:32:26 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 17:32:26 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 17:32:26 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:32:26 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:32:26 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 17:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-mysql-0: 17:32:26 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 17:32:26 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:32:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 17:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 17:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 17:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 17:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 17:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 17:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 17:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 17:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 17:32:29 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 17:32:29 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:32:29 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 17:32:29 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:32:29 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 17:32:29 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 17:32:29 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 17:32:30 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 17:32:30 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 17:32:31 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 17:32:31 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-7a9b17-default-0". unit-abot-epc-basic-0: 17:32:31 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: 17:32:31 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 17:32:31 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-oai-hss-0: 17:32:31 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: 17:32:31 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-163-generic unit-abot-epc-basic-0: 17:32:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-163-generic unit-abot-epc-basic-0: 17:32:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:32:31 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-abot-epc-basic-0: 17:32:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 17:32:31 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 17:32:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-oai-hss-0: 17:32:32 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-163-generic unit-oai-hss-0: 17:32:32 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-163-generic unit-oai-hss-0: 17:32:32 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 17:32:32 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 17:32:33 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-oai-hss-0: 17:32:33 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 17:32:33 INFO juju.worker.uniter.context trying to kill context process 3820 unit-oai-hss-0: 17:32:33 INFO juju.worker.uniter.context waiting for context process 3820 to die unit-oai-hss-0: 17:32:33 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 17:32:33 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 17:32:33 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 17:32:33 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 17:32:33 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 17:32:33 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:32:33 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 17:32:33 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 17:32:33 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 17:32:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot machine-3: 17:32:33 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 17:32:33 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-3: 17:32:33 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-3: 17:32:33 DEBUG juju.worker.reboot machine lock will not be released manually machine-3: 17:32:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 17:32:33 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 17:32:33 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:32:33 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 17:32:34 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 17:32:34 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 17:32:34 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:35 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: 17:32:35 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 17:32:35 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.6). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.4). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.14). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 17:32:36 DEBUG unit.abot-epc-basic/0.install Need to get 294 MB of archives. unit-abot-epc-basic-0: 17:32:36 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: 17:32:36 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-abot-epc-basic-0: 17:32:37 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: 17:32:37 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: 17:32:38 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: 17:32:38 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-abot-epc-basic-0: 17:32:38 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: 17:32:38 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB] unit-abot-epc-basic-0: 17:32:38 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: 17:32:39 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-abot-epc-basic-0: 17:32:39 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: 17:32:39 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: 17:32:39 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: 17:32:39 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: 17:32:39 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-double3 amd64 3.3.4-2ubuntu1 [718 kB] unit-abot-epc-basic-0: 17:32:39 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: 17:32:40 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] unit-abot-epc-basic-0: 17:32:40 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-single3 amd64 3.3.4-2ubuntu1 [749 kB] unit-abot-epc-basic-0: 17:32:40 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: 17:32:40 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblqr-1-0 amd64 0.4.2-2 [23.6 kB] unit-abot-epc-basic-0: 17:32:40 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] unit-abot-epc-basic-0: 17:32:40 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.13 [1,579 kB] unit-abot-epc-basic-0: 17:32:41 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickwand-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.13 [289 kB] unit-abot-epc-basic-0: 17:32:41 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmng2 amd64 2.0.2-0ubuntu3 [169 kB] unit-abot-epc-basic-0: 17:32:41 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmtdev1 amd64 1.1.5-1ubuntu2 [13.8 kB] unit-abot-epc-basic-0: 17:32:41 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-abot-epc-basic-0: 17:32:41 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-abot-epc-basic-0: 17:32:41 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] unit-abot-epc-basic-0: 17:32:42 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: 17:32:42 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenblas-base amd64 0.2.18-1ubuntu1 [5,097 kB] unit-abot-epc-basic-0: 17:32:42 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas3-base amd64 3.10.2-9 [2,697 kB] unit-abot-epc-basic-0: 17:32:42 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] unit-abot-epc-basic-0: 17:32:42 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqrupdate1 amd64 1.1.2-1build1 [37.6 kB] unit-abot-epc-basic-0: 17:32:43 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] unit-abot-epc-basic-0: 17:32:43 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: 17:32:43 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: 17:32:43 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: 17:32:43 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: 17:32:43 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: 17:32:43 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB] unit-abot-epc-basic-0: 17:32:44 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: 17:32:44 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: 17:32:44 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB] unit-abot-epc-basic-0: 17:32:44 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: 17:32:44 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB] unit-abot-epc-basic-0: 17:32:44 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: 17:32:44 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: 17:32:44 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: 17:32:45 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: 17:32:45 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB] unit-abot-epc-basic-0: 17:32:45 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-common all 0.22-1~ubuntu16.04.1 [32.0 kB] unit-abot-epc-basic-0: 17:32:45 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: 17:32:45 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: 17:32:45 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: 17:32:46 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: 17:32:46 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: 17:32:46 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: 17:32:46 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: 17:32:46 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: 17:32:46 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: 17:32:46 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8,406 B] unit-abot-epc-basic-0: 17:32:47 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: 17:32:47 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: 17:32:47 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: 17:32:47 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: 17:32:47 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: 17:32:47 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,290 kB] unit-abot-epc-basic-0: 17:32:47 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,252 kB] unit-abot-epc-basic-0: 17:32:48 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5 amd64 5.5.1-2build1 [128 kB] unit-abot-epc-basic-0: 17:32:48 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.1 [10.9 kB] unit-abot-epc-basic-0: 17:32:48 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] unit-abot-epc-basic-0: 17:32:48 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] unit-abot-epc-basic-0: 17:32:48 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: 17:32:48 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] unit-abot-epc-basic-0: 17:32:49 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] unit-abot-epc-basic-0: 17:32:49 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: 17:32:49 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB] unit-abot-epc-basic-0: 17:32:49 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4,986 B] unit-abot-epc-basic-0: 17:32:49 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] unit-abot-epc-basic-0: 17:32:49 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsamplerate0 amd64 0.1.8-8 [937 kB] unit-abot-epc-basic-0: 17:32:49 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: 17:32:50 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libserf-1-1 amd64 1.3.8-1 [45.5 kB] unit-abot-epc-basic-0: 17:32:50 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] unit-abot-epc-basic-0: 17:32:50 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] unit-abot-epc-basic-0: 17:32:50 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: 17:32:50 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-abot-epc-basic-0: 17:32:50 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-abot-epc-basic-0: 17:32:50 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 poppler-data all 0.4.7-7 [1,495 kB] unit-abot-epc-basic-0: 17:32:51 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0 amd64 0.10-3 [62.3 kB] unit-abot-epc-basic-0: 17:32:51 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: 17:32:51 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: 17:32:51 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: 17:32:51 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: 17:32:51 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: 17:32:51 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: 17:32:52 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: 17:32:52 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: 17:32:52 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: 17:32:52 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: 17:32:52 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: 17:32:52 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: 17:32:53 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: 17:32:53 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: 17:32:53 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] unit-abot-epc-basic-0: 17:32:54 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] unit-abot-epc-basic-0: 17:32:54 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] unit-abot-epc-basic-0: 17:32:54 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB] unit-abot-epc-basic-0: 17:32:55 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] unit-abot-epc-basic-0: 17:32:55 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] unit-abot-epc-basic-0: 17:32:55 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] unit-abot-epc-basic-0: 17:32:55 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] unit-abot-epc-basic-0: 17:32:55 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: 17:32:56 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] unit-abot-epc-basic-0: 17:32:56 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB] unit-abot-epc-basic-0: 17:32:56 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-abot-epc-basic-0: 17:32:57 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB] unit-abot-epc-basic-0: 17:32:57 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] unit-abot-epc-basic-0: 17:32:57 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] unit-abot-epc-basic-0: 17:32:57 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] unit-abot-epc-basic-0: 17:32:57 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] unit-abot-epc-basic-0: 17:32:57 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB] unit-abot-epc-basic-0: 17:32:57 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-abot-epc-basic-0: 17:32:57 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.1 [2,012 kB] unit-abot-epc-basic-0: 17:32:58 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] unit-abot-epc-basic-0: 17:32:58 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] unit-abot-epc-basic-0: 17:32:58 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext amd64 0.19.7-2ubuntu3.1 [1,082 kB] unit-abot-epc-basic-0: 17:32:58 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] unit-abot-epc-basic-0: 17:32:58 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] unit-abot-epc-basic-0: 17:32:59 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] unit-abot-epc-basic-0: 17:32:59 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] unit-abot-epc-basic-0: 17:32:59 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] unit-abot-epc-basic-0: 17:32:59 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4,864 B] unit-abot-epc-basic-0: 17:32:59 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] unit-abot-epc-basic-0: 17:32:59 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] unit-abot-epc-basic-0: 17:32:59 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] unit-abot-epc-basic-0: 17:33:00 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: 17:33:00 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [380 kB] unit-abot-epc-basic-0: 17:33:00 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB] unit-abot-epc-basic-0: 17:33:00 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: 17:33:01 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: 17:33:01 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: 17:33:01 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: 17:33:01 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: 17:33:01 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: 17:33:02 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: 17:33:02 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: 17:33:02 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: 17:33:02 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: 17:33:02 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: 17:33:02 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: 17:33:03 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-abot-epc-basic-0: 17:33:03 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: 17:33:03 DEBUG unit.abot-epc-basic/0.install Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdbserver amd64 7.11.1-0ubuntu1~16.5 [172 kB] unit-abot-epc-basic-0: 17:33:03 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: 17:33:03 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: 17:33:04 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: 17:33:04 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: 17:33:04 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.6 [16.1 kB] unit-abot-epc-basic-0: 17:33:04 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: 17:33:04 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: 17:33:05 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: 17:33:05 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.26~dfsg+0-0ubuntu0.16.04.3 [5,095 kB] unit-abot-epc-basic-0: 17:33:05 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.16.04.3 [2,274 kB] unit-abot-epc-basic-0: 17:33:05 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: 17:33:06 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.16.04.3 [47.2 kB] unit-abot-epc-basic-0: 17:33:06 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: 17:33:06 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: 17:33:06 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: 17:33:06 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: 17:33:06 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: 17:33:06 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: 17:33:07 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: 17:33:07 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: 17:33:07 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: 17:33:07 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: 17:33:07 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: 17:33:07 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: 17:33:08 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: 17:33:08 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: 17:33:08 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: 17:33:08 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: 17:33:09 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: 17:33:09 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: 17:33:09 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: 17:33:09 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: 17:33:10 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: 17:33:10 DEBUG unit.abot-epc-basic/0.install Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB] unit-abot-epc-basic-0: 17:33:11 DEBUG unit.abot-epc-basic/0.install Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gtkwave amd64 3.3.66-1 [2,324 kB] unit-abot-epc-basic-0: 17:33:12 DEBUG unit.abot-epc-basic/0.install Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc1c2 amd64 1:7.4.2-7.3ubuntu0.1 [82.1 kB] unit-abot-epc-basic-0: 17:33:12 DEBUG unit.abot-epc-basic/0.install Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-libs amd64 2.0.11+1-10ubuntu0.1 [2,237 kB] unit-abot-epc-basic-0: 17:33:13 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: 17:33:13 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: 17:33:13 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: 17:33:13 DEBUG unit.abot-epc-basic/0.install Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB] unit-abot-epc-basic-0: 17:33:13 DEBUG unit.abot-epc-basic/0.install Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] unit-abot-epc-basic-0: 17:33:13 DEBUG unit.abot-epc-basic/0.install Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8,948 B] unit-abot-epc-basic-0: 17:33:13 DEBUG unit.abot-epc-basic/0.install Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB] unit-abot-epc-basic-0: 17:33:14 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: 17:33:14 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: 17:33:14 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: 17:33:14 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1.1 [12.5 kB] unit-abot-epc-basic-0: 17:33:15 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: 17:33:15 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: 17:33:15 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.4 [2,438 B] unit-abot-epc-basic-0: 17:33:15 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-abot-epc-basic-0: 17:33:16 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: 17:33:16 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: 17:33:16 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: 17:33:16 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: 17:33:16 DEBUG unit.abot-epc-basic/0.install Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libarpack2 amd64 3.3.0-1build2 [88.2 kB] unit-abot-epc-basic-0: 17:33:16 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3.1 [4,778 B] unit-abot-epc-basic-0: 17:33:17 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: 17:33:17 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: 17:33:17 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: 17:33:18 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: 17:33:18 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: 17:33:18 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: 17:33:18 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: 17:33:18 DEBUG unit.abot-epc-basic/0.install Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] unit-abot-epc-basic-0: 17:33:18 DEBUG unit.abot-epc-basic/0.install Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB] unit-abot-epc-basic-0: 17:33:19 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: 17:33:19 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: 17:33:19 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: 17:33:19 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: 17:33:19 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: 17:33:19 DEBUG unit.abot-epc-basic/0.install Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-dev amd64 2.18.1-2ubuntu1 [2,824 B] unit-abot-epc-basic-0: 17:33:19 DEBUG unit.abot-epc-basic/0.install Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-dev amd64 2.18.0-1 [79.5 kB] unit-abot-epc-basic-0: 17:33:20 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: 17:33:20 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: 17:33:20 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: 17:33:21 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: 17:33:21 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: 17:33:21 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: 17:33:21 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: 17:33:21 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: 17:33:22 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: 17:33:22 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: 17:33:22 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: 17:33:22 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: 17:33:22 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: 17:33:22 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: 17:33:23 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: 17:33:23 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: 17:33:23 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: 17:33:23 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: 17:33:23 DEBUG unit.abot-epc-basic/0.install Get:245 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-dev amd64 1.5-0.2 [89.1 kB] unit-abot-epc-basic-0: 17:33:23 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: 17:33:23 DEBUG unit.abot-epc-basic/0.install Get:247 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig8-dev amd64 1.5-0.2 [1,756 B] unit-abot-epc-basic-0: 17:33:24 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: 17:33:24 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: 17:33:24 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: 17:33:24 DEBUG unit.abot-epc-basic/0.install Get:251 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB] unit-abot-epc-basic-0: 17:33:24 DEBUG unit.abot-epc-basic/0.install Get:252 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B] unit-abot-epc-basic-0: 17:33:24 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: 17:33:25 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: 17:33:25 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: 17:33:25 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: 17:33:25 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: 17:33:25 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: 17:33:25 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: 17:33:25 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: 17:33:26 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: 17:33:26 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: 17:33:26 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: 17:33:26 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: 17:33:26 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: 17:33:26 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: 17:33:26 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: 17:33:27 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: 17:33:27 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: 17:33:27 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: 17:33:27 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: 17:33:27 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: 17:33:27 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: 17:33:27 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: 17:33:28 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: 17:33:28 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: 17:33:28 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: 17:33:28 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: 17:33:28 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: 17:33:28 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: 17:33:29 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: 17:33:29 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: 17:33:29 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: 17:33:29 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: 17:33:29 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: 17:33:30 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: 17:33:30 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: 17:33:30 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: 17:33:30 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: 17:33:30 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: 17:33:30 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: 17:33:30 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: 17:33:31 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: 17:33:31 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: 17:33:31 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: 17:33:31 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: 17:33:32 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: 17:33:32 DEBUG unit.abot-epc-basic/0.install Get:298 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt11-dev all 1.5.4-3+really1.6.5-2ubuntu0.5 [6,954 B] unit-abot-epc-basic-0: 17:33:32 DEBUG unit.abot-epc-basic/0.install Get:299 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-dev amd64 2.32.2-1ubuntu1.5 [44.4 kB] unit-abot-epc-basic-0: 17:33:32 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3.1 [125 kB] unit-abot-epc-basic-0: 17:33:33 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3.1 [141 kB] unit-abot-epc-basic-0: 17:33:33 DEBUG unit.abot-epc-basic/0.install Get:302 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgl2ps0 amd64 1.3.8-1.2 [35.5 kB] unit-abot-epc-basic-0: 17:33:33 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: 17:33:33 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: 17:33:34 DEBUG unit.abot-epc-basic/0.install Get:305 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjasper1 amd64 1.900.1-debian1-2.4ubuntu1.2 [131 kB] unit-abot-epc-basic-0: 17:33:34 DEBUG unit.abot-epc-basic/0.install Get:306 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] unit-abot-epc-basic-0: 17:33:34 DEBUG unit.abot-epc-basic/0.install Get:307 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.5ubuntu1 [147 kB] unit-abot-epc-basic-0: 17:33:34 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1ubuntu0.1 [1,107 kB] unit-abot-epc-basic-0: 17:33:35 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: 17:33:35 DEBUG unit.abot-epc-basic/0.install Get:310 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-icu0 amd64 1.0.1-1ubuntu0.1 [5,198 B] unit-abot-epc-basic-0: 17:33:35 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: 17:33:35 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: 17:33:35 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: 17:33:36 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: 17:33:36 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: 17:33:36 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: 17:33:36 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: 17:33:36 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: 17:33:36 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: 17:33:36 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: 17:33:37 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: 17:33:37 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: 17:33:37 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: 17:33:37 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: 17:33:38 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: 17:33:38 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: 17:33:38 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: 17:33:38 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: 17:33:38 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: 17:33:39 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: 17:33:39 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: 17:33:39 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: 17:33:40 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: 17:33:40 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: 17:33:40 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: 17:33:40 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: 17:33:40 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: 17:33:40 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: 17:33:40 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: 17:33:41 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: 17:33:41 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: 17:33:41 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: 17:33:41 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: 17:33:42 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: 17:33:42 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: 17:33:42 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: 17:33:42 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: 17:33:42 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: 17:33:42 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: 17:33:43 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: 17:33:43 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: 17:33:43 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: 17:33:43 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: 17:33:43 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: 17:33:43 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: 17:33:44 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: 17:33:44 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: 17:33:44 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: 17:33:44 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: 17:33:44 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: 17:33:44 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: 17:33:45 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: 17:33:45 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: 17:33:45 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: 17:33:45 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: 17:33:45 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: 17:33:45 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: 17:33:46 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: 17:33:46 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: 17:33:46 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: 17:33:46 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: 17:33:46 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.10 [757 kB] unit-abot-epc-basic-0: 17:33:47 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: 17:33:47 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: 17:33:47 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: 17:33:47 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: 17:33:47 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: 17:33:47 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: 17:33:48 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: 17:33:48 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: 17:33:48 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: 17:33:48 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: 17:33:48 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: 17:33:48 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: 17:33:49 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: 17:33:49 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: 17:33:49 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: 17:33:49 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: 17:33:49 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: 17:33:50 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: 17:33:50 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: 17:33:50 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: 17:33:50 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: 17:33:50 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: 17:33:50 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: 17:33:50 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: 17:33:50 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.14 [1,345 kB] unit-abot-epc-basic-0: 17:33:51 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.14 [1,078 kB] unit-abot-epc-basic-0: 17:33:51 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: 17:33:51 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: 17:33:51 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: 17:33:51 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: 17:33:52 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: 17:33:52 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: 17:33:52 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: 17:33:52 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: 17:33:53 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: 17:33:53 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: 17:33:53 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: 17:33:53 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: 17:33:54 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: 17:33:54 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: 17:33:54 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: 17:33:54 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: 17:33:54 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: 17:33:54 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: 17:33:55 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: 17:33:55 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: 17:33:55 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: 17:33:55 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: 17:33:56 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: 17:33:56 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: 17:33:56 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: 17:33:57 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: 17:33:57 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: 17:33:57 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: 17:33:57 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: 17:33:57 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: 17:33:57 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: 17:33:58 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: 17:33:58 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: 17:33:58 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: 17:33:58 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: 17:33:58 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: 17:33:58 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: 17:33:58 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: 17:33:59 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: 17:33:59 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: 17:33:59 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: 17:33:59 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: 17:33:59 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: 17:33:59 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: 17:33:59 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: 17:34:00 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: 17:34:00 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: 17:34:00 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: 17:34:00 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: 17:34:00 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: 17:34:01 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: 17:34:02 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: 17:34:02 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: 17:34:04 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: 17:34:04 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: 17:34:05 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: 17:34:05 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: 17:34:05 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: 17:34:05 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: 17:34:05 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: 17:34:05 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: 17:34:05 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: 17:34:06 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: 17:34:08 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: 17:34:12 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: 17:34:12 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: 17:34:12 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: 17:34:13 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: 17:34:13 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: 17:34:13 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: 17:34:14 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: 17:34:14 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 17:34:14 DEBUG unit.abot-epc-basic/0.install Fetched 294 MB in 1min 37s (3,016 kB/s) unit-abot-epc-basic-0: 17:34:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 17:34:14 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 ... 67310 files and directories currently installed.) unit-abot-epc-basic-0: 17:34:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 17:34:14 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 17:34:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 17:34:15 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: 17:34:15 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 17:34:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 17:34:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.11_amd64.deb ... unit-abot-epc-basic-0: 17:34:15 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 17:34:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 17:34:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 17:34:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 17:34:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 17:34:16 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 17:34:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 17:34:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 17:34:17 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 17:34:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 17:34:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 17:34:17 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 17:34:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 17:34:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 17:34:18 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 17:34:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 17:34:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 17:34:18 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 17:34:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 17:34:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 17:34:19 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 17:34:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 17:34:19 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: 17:34:19 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:20 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:34:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 17:34:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:34:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 17:34:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:34:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 17:34:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:22 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:34:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 17:34:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 17:34:22 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 17:34:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 17:34:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 17:34:23 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 17:34:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 17:34:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 17:34:23 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 17:34:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 17:34:23 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: 17:34:23 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: 17:34:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 17:34:24 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: 17:34:24 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: 17:34:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 17:34:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 17:34:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:34:25 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:34:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 17:34:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:34:26 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:34:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 17:34:26 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: 17:34:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:34:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 17:34:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:26 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 17:34:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 17:34:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 17:34:28 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 17:34:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 17:34:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:34:29 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:34:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 17:34:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 17:34:29 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 17:34:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 17:34:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 17:34:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:34:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 17:34:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 17:34:30 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:34:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 17:34:31 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: 17:34:31 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:34:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 17:34:31 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: 17:34:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:34:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 17:34:31 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: 17:34:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:34:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 17:34:32 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: 17:34:32 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 17:34:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 17:34:32 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: 17:34:32 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:34:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 17:34:33 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: 17:34:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:34:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 17:34:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 17:34:33 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 17:34:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 17:34:34 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: 17:34:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:34:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 17:34:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:34:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:34:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 17:34:34 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: 17:34:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:34:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 17:34:35 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: 17:34:35 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:34:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 17:34:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:34:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 17:34:36 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: 17:34:36 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:34:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 17:34:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:37 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 17:34:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 17:34:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 17:34:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 17:34:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 17:34:38 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: 17:34:38 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:34:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 17:34:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:34:38 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:34:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 17:34:38 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: 17:34:38 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 17:34:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 17:34:39 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: 17:34:39 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 17:34:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 17:34:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 17:34:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:34:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 17:34:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:39 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 17:34:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 17:34:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 17:34:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:34:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 17:34:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 17:34:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 17:34:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:34:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 17:34:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 17:34:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 17:34:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:34:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 17:34:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:34:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 17:34:43 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: 17:34:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 17:34:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 17:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 17:34:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 17:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 17:34:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 17:34:45 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 17:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 17:34:45 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: 17:34:45 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 17:34:46 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: 17:34:46 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 17:34:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 17:34:47 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 17:34:47 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 17:34:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 17:34:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:34:47 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:34:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 17:34:47 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: 17:34:47 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:34:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 17:34:48 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: 17:34:48 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 17:34:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 17:34:48 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: 17:34:48 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 17:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 17:34:49 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: 17:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 17:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 17:34:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 17:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 17:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 17:34:49 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: 17:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 17:34:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 17:34:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:50 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 17:34:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 17:34:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 17:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 17:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 17:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 17:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 17:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 17:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 17:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 17:34:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 17:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 17:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 17:34:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 17:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 17:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 17:34:54 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: 17:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:34:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 17:34:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:55 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 17:34:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 17:34:55 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: 17:34:55 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 17:34:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 17:34:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 17:34:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 17:34:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:34:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 17:34:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 17:34:56 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: 17:34:56 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:34:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 17:34:56 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: 17:34:57 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 17:34:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 17:34:57 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: 17:34:57 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 17:34:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 17:34:57 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: 17:34:57 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:34:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 17:34:57 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: 17:34:57 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:34:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 17:34:58 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: 17:34:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:34:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 17:34:58 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: 17:34:59 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: 17:34:59 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: 17:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 17:34:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 17:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 17:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 17:34:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 17:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 17:35:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 17:35:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 17:35:00 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 17:35:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 17:35:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 17:35:00 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 17:35:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 17:35:01 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: 17:35:02 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 17:35:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 17:35:02 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: 17:35:02 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:35:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 17:35:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:04 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 17:35:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 17:35:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 17:35:04 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 17:35:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 17:35:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 17:35:05 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 17:35:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 17:35:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:35:06 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 17:35:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 17:35:06 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: 17:35:06 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 17:35:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 17:35:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:06 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 17:35:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 17:35:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:07 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 17:35:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 17:35:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:08 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 17:35:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 17:35:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:09 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 17:35:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 17:35:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:09 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 17:35:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 17:35:10 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: 17:35:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:35:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 17:35:11 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: 17:35:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 17:35:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 17:35:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 17:35:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 17:35:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 17:35:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 17:35:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 17:35:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 17:35:14 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: 17:35:14 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 17:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 17:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 17:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 17:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 17:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 17:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 17:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 17:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 17:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 17:35:18 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 17:35:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 17:35:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:35:19 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 17:35:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 17:35:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:35:19 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 17:35:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 17:35:20 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: 17:35:20 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:35:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 17:35:20 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: 17:35:20 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 17:35:21 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: 17:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 17:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 17:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 17:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 17:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 17:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 17:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 17:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 17:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 17:35:24 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 17:35:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 17:35:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:35:24 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 17:35:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 17:35:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 17:35:25 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 17:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 17:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 17:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 17:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 17:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 17:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 17:35:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 17:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 17:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 17:35:29 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: 17:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 17:35:29 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: 17:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 17:35:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 17:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 17:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 17:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 17:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 17:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.6) ... unit-abot-epc-basic-0: 17:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 17:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 17:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 17:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 17:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:35:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 17:35:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 17:35:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 17:35:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.26~dfsg+0-0ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 17:35:33 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:35:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 17:35:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.26~dfsg+0-0ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 17:35:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:35:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 17:35:34 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: 17:35:34 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 17:35:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 17:35:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.26~dfsg+0-0ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 17:35:35 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 17:35:36 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: 17:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 17:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 17:35:36 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: 17:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 17:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 17:35:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 17:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 17:35:36 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: 17:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 17:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 17:35:37 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: 17:35:37 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 17:35:37 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: 17:35:37 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 17:35:37 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: 17:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 17:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 17:35:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 17:35:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 17:35:39 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 17:35:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 17:35:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:39 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:35:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 17:35:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:35:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 17:35:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:40 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:35:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 17:35:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 17:35:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 17:35:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 17:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 17:35:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 17:35:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 17:35:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 17:35:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:43 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:35:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 17:35:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 17:35:44 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 17:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 17:35:46 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: 17:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 17:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 17:35:46 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: 17:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 17:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 17:35:47 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: 17:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 17:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 17:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 17:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 17:35:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:48 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 17:35:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 17:35:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:35:48 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 17:35:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 17:35:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:48 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 17:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 17:35:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 17:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 17:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 17:35:49 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: 17:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 17:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 17:35:49 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: 17:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 17:35:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 17:35:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 17:35:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 17:35:50 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: 17:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 17:35:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 17:35:50 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: 17:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.4_all.deb ... unit-abot-epc-basic-0: 17:35:51 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.4) ... unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 17:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 17:35:53 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: 17:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:35:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 17:35:54 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: 17:35:54 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:35:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 17:35:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 17:35:54 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 17:35:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 17:35:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:54 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 17:35:55 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: 17:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 17:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 17:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 17:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 17:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 17:35:55 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: 17:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 17:35:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 17:35:56 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: 17:35:56 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 17:35:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 17:35:56 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: 17:35:56 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 17:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 17:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 17:35:59 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: 17:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 17:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 17:36:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 17:36:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:36:00 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:36:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 17:36:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 17:36:00 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 17:36:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 17:36:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 17:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 17:36:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 17:36:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:02 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 17:36:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 17:36:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 17:36:02 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: 17:36:02 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 17:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 17:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:03 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 17:36:03 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: 17:36:03 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 17:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 17:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 17:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 17:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 17:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 17:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 17:36:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 17:36:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:05 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 17:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 17:36:06 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: 17:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 17:36:06 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: 17:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 17:36:06 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: 17:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 17:36:07 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: 17:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 17:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 17:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 17:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 17:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 17:36:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 17:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 17:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 17:36:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 17:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 17:36:08 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: 17:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 17:36:08 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: 17:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 17:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 17:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 17:36:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 17:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 17:36:10 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: 17:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 17:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 17:36:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 17:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 17:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 17:36:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 17:36:11 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: 17:36:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 17:36:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 17:36:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 17:36:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 17:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 17:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 17:36:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 17:36:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 17:36:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 17:36:14 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: 17:36:14 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:36:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 17:36:14 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: 17:36:14 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 17:36:15 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: 17:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 17:36:15 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: 17:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 17:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 17:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 17:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 17:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 17:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 17:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 17:36:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 17:36:16 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: 17:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 17:36:17 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: 17:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 17:36:17 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: 17:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 17:36:17 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: 17:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 17:36:18 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: 17:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 17:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 17:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 17:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 17:36:18 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: 17:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 17:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 17:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 17:36:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 17:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:23 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 17:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 17:36:24 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: 17:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 17:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 17:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 17:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 17:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 17:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 17:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 17:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 17:36:25 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: 17:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 17:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 17:36:25 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: 17:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 17:36:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 17:36:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 17:36:27 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 17:36:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 17:36:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 17:36:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 17:36:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 17:36:27 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: 17:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 17:36:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 17:36:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 17:36:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 17:36:28 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: 17:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 17:36:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 17:36:28 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: 17:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 17:36:29 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: 17:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 17:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 17:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 17:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 17:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 17:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 17:36:32 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: 17:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:36:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 17:36:33 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: 17:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 17:36:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 17:36:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 17:36:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 17:36:33 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: 17:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:36:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 17:36:33 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: 17:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 17:36:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 17:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 17:36:34 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: 17:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 17:36:35 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: 17:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 17:36:35 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: 17:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 17:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 17:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 17:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 17:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 17:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 17:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 17:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 17:36:36 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: 17:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:36:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 17:36:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 17:36:37 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 17:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 17:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 17:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 17:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 17:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 17:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 17:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 17:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 17:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 17:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 17:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 17:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 17:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 17:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 17:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 17:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 17:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 17:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 17:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 17:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 17:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 17:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 17:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 17:36:47 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: 17:36:47 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: 17:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 17:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 17:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 17:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 17:36:49 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: 17:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 17:36:49 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: 17:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 17:36:49 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: 17:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 17:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 17:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 17:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 17:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 17:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 17:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 17:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 17:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 17:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 17:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 17:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 17:36:51 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: 17:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 17:36:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 17:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:36:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 17:36:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 17:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 17:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 17:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 17:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 17:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 17:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 17:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 17:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 17:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 17:36:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.10_amd64.deb ... unit-abot-epc-basic-0: 17:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.10) ... unit-abot-epc-basic-0: 17:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 17:36:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 17:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:36:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 17:36:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:36:57 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 17:36:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 17:36:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 17:36:57 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 17:36:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 17:36:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-5ubuntu2_all.deb ... unit-abot-epc-basic-0: 17:36:58 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:36:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 17:36:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:36:58 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 17:36:58 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 17:36:58 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 17:36:58 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 17:36:58 DEBUG juju.agent read agent config, format "2.0" machine-2: 17:36:58 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 17:36:58 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 17:36:58 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 17:36:58 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 17:36:58 DEBUG juju.worker start "api" unit-oai-epc-0: 17:36:58 INFO juju.worker start "api" unit-oai-epc-0: 17:36:58 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 17:36:58 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 17:36:58 DEBUG juju.worker "api" started unit-oai-epc-0: 17:36:58 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 17:36:58 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 17:36:58 DEBUG juju.worker start "engine" machine-2: 17:36:58 INFO juju.worker start "engine" machine-2: 17:36:58 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 17:36:58 DEBUG juju.worker "engine" started machine-2: 17:36:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.introspection stats worker now serving machine-2: 17:36:58 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 17:36:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 17:36:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 17:36:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "state" manifold worker stopped: unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 17:36:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 17:36:58 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.worker.apicaller connecting with current password machine-2: 17:36:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:58 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-epc-0: 17:36:58 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-epc-0: 17:36:58 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:36:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:58 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 17:36:59 DEBUG juju.worker.apicaller connecting with current password machine-2: 17:36:59 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:36:59 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-2: 17:36:59 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-abot-epc-basic-0: 17:36:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 17:36:59 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: 17:36:59 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:36:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 17:36:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-epc-0: 17:36:59 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 17:36:59 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-2: 17:36:59 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 17:36:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 17:36:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 17:36:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 17:36:59 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 17:36:59 INFO juju.worker.upgrader unblocking abort check machine-2: 17:36:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 17:36:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 17:36:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 17:36:59 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 17:36:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 17:36:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. machine-2: 17:36:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 17:36:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 17:36:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 17:36:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... machine-2: 17:36:59 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 17:36:59 INFO juju.worker.upgrader unblocking abort check machine-2: 17:36:59 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 17:36:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 17:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 17:37:00 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 17:37:00 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.logger logger setup machine-2: 17:37:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 17:37:00 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 17:37:00 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 17:37:00 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 17:37:00 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 17:37:00 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 17:37:00 DEBUG juju.network including address public:172.30.9.210 for machine unit-oai-epc-0: 17:37:00 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-epc-0: 17:37:00 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-epc-0: 17:37:00 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 17:37:00 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 17:37:00 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 17:37:00 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 17:37:00 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-2: 17:37:00 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.dependency "uniter" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 17:37:00 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 17:37:00 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 17:37:00 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud machine-2: 17:37:00 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 17:37:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:37:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:37:00 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 17:37:00 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 17:37:00 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 17:37:00 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc machine-2: 17:37:00 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 17:37:00 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 17:37:00 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 17:37:00 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 17:37:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 17:37:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 17:37:00 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 17:37:00 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 17:37:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 17:37:00 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 17:37:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 17:37:00 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter juju-run listener running machine-2: 17:37:00 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 17:37:00 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 17:37:00 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 17:37:00 INFO juju.util.exec run result: exit status 127 machine-2: 17:37:00 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec915716907/script.sh: line 1: fanatic: command not found 127 machine-2: 17:37:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 17:37:00 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-oai-epc-0: 17:37:00 INFO juju.worker.uniter hooks are retried true machine-2: 17:37:00 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 17:37:00 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 17:37:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 17:37:00 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 17:37:00 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 17:37:00 INFO juju.util.exec run result: exit status 127 machine-2: 17:37:00 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec837386901/script.sh: line 1: fanatic: command not found 127 machine-2: 17:37:00 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 17:37:00 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:37:00 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:37:00 DEBUG juju.network including address public:172.30.9.210 for machine machine-2: 17:37:00 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 17:37:00 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 17:37:00 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 17:37:00 DEBUG juju.network including address local-machine:::1 for machine machine-2: 17:37:00 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 17:37:00 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 17:37:00 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-2: 17:37:00 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 17:37:00 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 17:37:00 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 17:37:00 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 17:37:00 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 17:37:00 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 17:37:00 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 17:37:00 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 17:37:00 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 17:37:00 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 17:37:00 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 17:37:00 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 17:37:00 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 17:37:00 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-2: 17:37:00 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 17:37:00 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 17:37:00 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 17:37:00 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:37:00 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 17:37:00 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 17:37:00 DEBUG juju.network including address local-cloud:192.168.121.11 for machine machine-2: 17:37:00 DEBUG juju.network including address local-machine:::1 for machine machine-2: 17:37:00 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 17:37:00 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 17:37:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-2: 17:37:00 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 17:37:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 17:37:00 DEBUG juju.worker start "2-container-watcher" machine-2: 17:37:00 DEBUG juju.worker start "stateconverter" machine-2: 17:37:00 INFO juju.worker start "2-container-watcher" machine-2: 17:37:00 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 17:37:00 DEBUG juju.worker "2-container-watcher" started machine-2: 17:37:00 INFO juju.worker start "stateconverter" machine-2: 17:37:00 DEBUG juju.worker "stateconverter" started machine-2: 17:37:00 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 17:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 17:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-epc-0: 17:37:00 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 17:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-2: 17:37:00 INFO juju.worker.machiner "machine-2" started machine-2: 17:37:00 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 17:37:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 17:37:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 17:37:00 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 17:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 17:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 17:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-2: 17:37:01 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:c4:82:61 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.11 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:c4:82:61 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-epc-0: 17:37:01 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 17:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 17:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 17:37:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:37:01 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 17:37:01 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 17:37:01 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 17:37:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:37:02 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 17:37:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 17:37:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:37:02 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:37:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 17:37:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:37:02 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 17:37:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:37:02 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 17:37:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 17:37:02 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 17:37:03 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 17:37:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:37:03 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 17:37:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:37:03 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 17:37:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 17:37:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 17:37:03 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 17:37:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 17:37:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 17:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 17:37:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 17:37:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 17:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 17:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 17:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.14_amd64.deb ... unit-abot-epc-basic-0: 17:37:06 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 17:37:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 17:37:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.14_all.deb ... unit-abot-epc-basic-0: 17:37:07 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 17:37:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 17:37:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:37:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 17:37:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:09 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 17:37:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-6-dev_4.7-3ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 17:37:09 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-mysql-0: 17:37:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:37:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:37:09 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:37:09 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 17:37:09 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 17:37:09 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 17:37:09 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:37:09 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:37:09 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 17:37:09 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 17:37:09 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:37:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 17:37:10 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 17:37:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 17:37:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 17:37:11 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 17:37:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 17:37:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 17:37:11 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 17:37:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 17:37:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ... unit-abot-epc-basic-0: 17:37:12 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 17:37:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 17:37:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-abot-epc-basic-0: 17:37:12 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 17:37:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 17:37:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:13 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:37:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 17:37:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 17:37:13 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 17:37:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 17:37:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 17:37:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 17:37:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 17:37:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 17:37:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 17:37:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 17:37:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 17:37:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 17:37:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 17:37:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 17:37:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 17:37:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 17:37:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 17:37:17 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: 17:37:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 17:37:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 17:37:17 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:37:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 17:37:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 17:37:18 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 17:37:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 17:37:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mesa-common-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:20 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:37:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 17:37:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 17:37:20 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 17:37:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 17:37:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libosmesa6_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:21 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:37:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 17:37:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 17:37:22 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 17:37:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 17:37:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 17:37:22 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:37:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 17:37:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 17:37:23 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 17:37:24 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 17:37:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 17:37:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 17:37:25 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 17:37:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 17:37:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 17:37:26 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 17:37:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 17:37:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 17:37:26 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ... unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 17:37:27 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 17:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 17:37:28 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: 17:37:29 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 17:37:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 17:37:29 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: 17:37:29 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 17:37:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 17:37:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 17:37:30 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 17:37:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 17:37:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 17:37:31 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 17:37:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 17:37:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:31 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:37:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 17:37:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 17:37:32 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 17:37:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 17:37:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 17:37:32 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 17:37:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 17:37:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 17:37:33 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 17:37:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 17:37:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:33 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 17:37:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.3_all.deb ... unit-abot-epc-basic-0: 17:37:34 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 17:37:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 17:37:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 17:37:35 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 17:37:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 17:37:37 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 17:37:38 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: 17:37:38 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:37:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 17:37:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 17:37:43 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 17:37:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 17:37:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 17:37:44 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 17:37:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 17:37:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:37:44 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 17:37:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 17:37:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 17:37:45 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 17:37:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 17:37:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 17:37:45 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 17:37:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 17:37:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 17:37:45 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 17:37:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 17:37:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:37:46 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:37:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 17:37:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 17:37:46 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 17:37:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 17:37:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 17:37:47 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 17:37:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 17:37:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 17:37:48 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 17:37:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 17:37:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 17:37:48 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 17:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 17:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 17:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 17:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 17:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 17:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 17:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 17:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 17:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 17:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 17:37:52 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: 17:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 17:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 17:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 17:37:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 17:37:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:37:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 17:37:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:37:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 17:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 17:38:00 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: 17:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 17:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-abot-epc-basic-0: 17:38:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:38:26 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 17:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 17:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 17:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 17:38:27 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 17:38:27 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 17:38:27 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 17:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 17:38:28 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 17:38:28 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 17:38:28 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 17:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 17:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 17:38:30 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 17:38:32 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 17:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 17:38:33 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: 17:38:33 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: 17:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 17:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 17:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:38:34 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:38:34 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: 17:38:34 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:38:34 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:34 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: 17:38:34 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: 17:38:34 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 17:38:35 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:38:36 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 17:38:36 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:38:36 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:38:37 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:38:37 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:38:37 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:38:37 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 17:38:37 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:38:37 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:38:38 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 17:38:38 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:38:38 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:38:38 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:38:38 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:38:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:39 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:38:39 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: 17:38:39 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 17:38:39 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 17:38:40 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:38:40 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:38:40 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 17:38:40 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 17:38:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:38:40 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 17:38:41 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:38:41 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:41 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 17:38:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 17:38:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 17:38:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 17:38:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:43 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:38:43 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:38:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:38:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 17:38:44 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:38:44 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:38:45 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 17:38:45 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 17:38:45 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 17:38:45 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:46 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:38:46 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 17:38:46 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 17:38:46 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 17:38:47 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 17:38:47 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 17:38:51 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 17:38:51 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 17:38:51 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 17:38:51 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 17:38:52 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 17:38:52 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 17:38:52 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 17:38:52 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 17:38:53 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 17:38:53 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 17:38:53 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 17:38:53 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 17:38:53 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:53 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:38:53 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 17:38:54 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 17:38:54 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:38:54 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: 17:38:54 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 17:38:54 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 17:38:54 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 17:38:55 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 17:38:55 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 17:38:55 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 17:38:55 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 17:38:55 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: 17:38:56 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 17:38:56 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 17:38:56 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: 17:38:56 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 17:38:56 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 17:38:56 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:56 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 17:38:56 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:38:57 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 17:38:57 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 17:38:57 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 17:38:57 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 17:38:57 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 17:38:58 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:58 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 17:38:59 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 17:38:59 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:38:59 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 17:38:59 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 17:38:59 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 17:38:59 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 17:38:59 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 17:39:00 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 17:39:00 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 17:39:00 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:39:00 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:39:00 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 17:39:00 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 17:39:01 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 17:39:01 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 17:39:01 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 17:39:01 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 17:39:02 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 17:39:02 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 17:39:02 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 17:39:02 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:39:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:39:03 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 17:39:03 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:39:03 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 17:39:03 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 17:39:03 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 17:39:03 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 17:39:04 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:39:04 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 17:39:04 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:04 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode unit-abot-epc-basic-0: 17:39:04 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode unit-abot-epc-basic-0: 17:39:04 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 17:39:04 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.6) ... unit-abot-epc-basic-0: 17:39:04 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 17:39:05 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:05 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 17:39:05 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:39:05 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 17:39:05 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:39:05 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.26 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-abot-epc-basic-0: 17:39:05 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:39:05 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 17:39:06 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:39:06 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 17:39:06 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 17:39:06 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 17:39:06 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: 17:39:06 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:39:06 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 17:39:06 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 17:39:07 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 17:39:07 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 17:39:07 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 17:39:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-abot-epc-basic-0: 17:39:08 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: 17:39:08 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:39:08 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:39:08 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:39:08 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:39:08 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:39:09 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 17:39:09 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 17:39:09 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 17:39:09 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 17:39:09 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 17:39:09 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 17:39:09 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:09 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: 17:39:09 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:09 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-abot-epc-basic-0: 17:39:10 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:10 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:10 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 17:39:10 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 17:39:10 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 17:39:10 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 17:39:10 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:10 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 17:39:11 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:11 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:11 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 17:39:11 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:11 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.4) ... unit-abot-epc-basic-0: 17:39:12 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 17:39:12 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 17:39:12 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 17:39:12 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 17:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 17:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 17:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 17:39:14 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 17:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 17:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:39:14 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 17:39:15 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:16 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 17:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 17:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 17:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 17:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 17:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 17:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 17:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 17:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 17:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:39:19 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 17:39:19 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 17:39:19 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 17:39:19 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 17:39:19 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 17:39:19 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 17:39:19 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 17:39:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:20 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:21 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 17:39:21 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:39:21 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:39:21 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 17:39:21 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: 17:39:21 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 17:39:21 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 17:39:22 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 17:39:22 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:22 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:22 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: 17:39:22 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: 17:39: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: 17:39:22 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 17:39: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: 17:39:23 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:39:23 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 17:39:23 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 17:39:23 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 17:39:23 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 17:39:23 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 17:39:23 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 17:39:24 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 17:39:24 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 17:39:24 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 17:39:24 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 17:39:24 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 17:39:24 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 17:39:25 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 17:39:25 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 17:39: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: 17:39:25 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 17:39:25 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 17:39:25 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 17:39:25 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: 17:39:25 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 17:39:26 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:39:26 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:39:26 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 17:39:26 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 17:39:26 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 17:39:26 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 17:39:26 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 17:39: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: 17:39:27 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:27 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:27 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:27 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:27 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:27 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 17:39:28 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 17:39:28 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 17:39:28 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 17:39:28 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 17:39:28 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 17:39:28 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: 17:39:28 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 17:39:29 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 17:39:29 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:39:29 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 17:39:29 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:29 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:29 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 17:39:29 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:39:29 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 17:39:30 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 17:39:31 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:32 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 17:39:32 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:32 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 17:39:32 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 17:39:32 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: 17:39:32 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 17:39:32 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 17:39:33 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 17:39:33 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 17:39:33 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:39:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode unit-abot-epc-basic-0: 17:39:34 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:39:34 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:39:34 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 17:39:34 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 17:39:34 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:39:34 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 17:39:34 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 17:39:35 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 17:39:35 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 17:39:35 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.10) ... unit-abot-epc-basic-0: 17:39:35 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 17:39:35 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 17:39:35 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 17:39:36 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:36 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 17:39:36 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 17:39:36 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:36 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:38 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 17:39:38 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 17:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 17:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 17:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 17:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 17:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 17:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 17:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 17:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 17:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 17:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 17:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 17:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 17:39:42 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 17:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 17:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 17:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 17:39:43 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 17:39:44 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: 17:39:44 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 17:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 17:39:44 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 17:39:45 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 17:39:45 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:39:45 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 17:39:45 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 17:39:45 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 17:39:46 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 17:39:46 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 17:39:46 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 17:39:46 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 17:39:46 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 17:39:46 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 17:39:46 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 17:39:47 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 17:39:47 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 17:39:47 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 17:39:47 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:47 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 17:39:47 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-abot-epc-basic-0: 17:39:47 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 17:39:48 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:48 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 17:39:48 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 17:39:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 17:39:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-abot-epc-basic-0: 17:39:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 17:39:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 17:39:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 17:39:49 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 17:39:49 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:50 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 17:39:50 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 17:39:50 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 17:39:50 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 17:39:50 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-abot-epc-basic-0: 17:39:51 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 17:39:51 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 17:39:51 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:51 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 17:39:52 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: 17:39:52 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 17:39:52 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 17:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 17:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 17:39:53 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: 17:39:53 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 17:39:53 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 17:39:53 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 17:39:53 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:39:54 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:39:54 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 17:39:54 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:39:55 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: 17:39:55 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 17:39:55 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:39:55 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 17:39:55 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:55 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 17:39:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:39:56 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:39:56 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 17:39:57 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 17:39:57 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 17:39:57 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 17:39:57 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 17:39:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 17:39:58 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 17:39:58 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:39:58 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 17:39:58 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode unit-abot-epc-basic-0: 17:39:58 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 17:39:59 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 17:39:59 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 17:39:59 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 17:39:59 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 17:39:59 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 17:40:00 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 17:40:00 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 17:40:00 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... unit-abot-epc-basic-0: 17:40:00 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 17:40:00 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 17:40:00 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 17:40:01 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 17:40:01 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 17:40:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:40:02 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: 17:40:02 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 17:40:02 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 17:40:02 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 17:40:02 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 17:40:02 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-abot-epc-basic-0: 17:40:04 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-abot-epc-basic-0: 17:40:05 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:40:05 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:40:05 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: 17:40:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 17:40:13 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-abot-epc-basic-0: 17:40:14 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 17:40:14 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 17:40:14 DEBUG unit.abot-epc-basic/0.install After this operation, 2,538 kB of additional disk space will be used. unit-abot-epc-basic-0: 17:40:14 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: 17:40:14 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (38.2 kB/s) unit-abot-epc-basic-0: 17:40:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 17:40:14 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 ... 107967 files and directories currently installed.) unit-abot-epc-basic-0: 17:40:14 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: 17:40:14 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 17:40:15 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: 17:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:40:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 17:40:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 17:40:17 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:40:17 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 17:40:18 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:40: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: 17:40:52 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 17:40: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: 17:40: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: 17:40: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: 17:40:52 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 17:40: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: 17:40:52 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 17:40: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: 17:40: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: 17:40:52 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 17:40: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: 17:40:52 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 17:40: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: 17:40:52 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 17:40:52 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 17:40: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: 17:40:52 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 17:40: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: 17:40: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: 17:40:53 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-abot-epc-basic-0: 17:40: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: 17:40:53 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 0s (650 kB/s) unit-abot-epc-basic-0: 17:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 17:40: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 ... 108076 files and directories currently installed.) unit-abot-epc-basic-0: 17:40:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 17:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 17:40:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 17:40: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: 17:40: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: 17:40:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 17:40: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: 17:40:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 17:40:56 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:40:56 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 17:40:56 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 17:40:57 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 17:40:57 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 17:40:58 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:40:58 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: 17:41:22 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:41:22 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:41:22 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 17:41:23 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:41:23 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf from sources. The log file for Protobuf installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_install_log.txt  unit-oai-hss-0: 17:41:41 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 17:41:41 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 17:41:41 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: 17:41:41 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 17:41:41 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 17:41:41 DEBUG juju.worker start "api" unit-oai-hss-0: 17:41:41 INFO juju.worker start "api" unit-oai-hss-0: 17:41:41 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 17:41:41 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 17:41:41 DEBUG juju.agent read agent config, format "2.0" machine-3: 17:41:41 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 17:41:41 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 17:41:41 DEBUG juju.worker "api" started unit-oai-hss-0: 17:41:41 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 17:41:41 DEBUG juju.worker start "engine" machine-3: 17:41:41 INFO juju.worker start "engine" machine-3: 17:41:41 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 17:41:41 DEBUG juju.worker "engine" started machine-3: 17:41:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.introspection stats worker now serving machine-3: 17:41:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.apicaller connecting with current password machine-3: 17:41:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" unit-oai-hss-0: 17:41:41 INFO juju.api connection established to "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:41:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:41:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 17:41:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-oai-hss-0: 17:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:41 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 17:41:41 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 17:41:41 DEBUG juju.worker.apicaller connecting with current password machine-3: 17:41:41 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:41:41 INFO juju.api connection established to "wss://192.168.121.6:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:41:41 DEBUG juju.api successfully dialed "wss://172.30.9.210:17070/model/618cd7b2-3847-4abe-8a8d-5af14e7a9b17/api" machine-3: 17:41:41 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 17:41:42 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 17:41:43 DEBUG juju.worker.apicaller connected machine-3: 17:41:43 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 17:41:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 17:41:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 17:41:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 17:41:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 17:41:43 INFO juju.worker.upgrader unblocking abort check machine-3: 17:41:43 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 17:41:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 17:41:43 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 17:41:43 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 17:41:43 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 17:41:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 17:41:43 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 17:41:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 17:41:43 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 17:41:43 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 17:41:43 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:41:43 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:41:43 DEBUG juju.network including address public:172.30.9.210 for machine machine-3: 17:41:43 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 17:41:43 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 17:41:43 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 17:41:43 DEBUG juju.network including address local-machine:::1 for machine machine-3: 17:41:43 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 17:41:43 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 17:41:43 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] machine-3: 17:41:43 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 17:41:43 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 17:41:43 INFO juju.util.exec run result: exit status 127 machine-3: 17:41:43 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec316443519/script.sh: line 1: fanatic: command not found 127 machine-3: 17:41:43 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 17:41:43 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 17:41:43 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 17:41:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 17:41:43 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 17:41:43 INFO juju.util.exec run result: exit status 127 machine-3: 17:41:43 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec030678484/script.sh: line 1: fanatic: command not found 127 machine-3: 17:41:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 17:41:43 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 17:41:43 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 17:41:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 17:41:43 DEBUG juju.worker.logger logger setup machine-3: 17:41:43 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-3: 17:41:43 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 17:41:43 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 17:41:43 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: 17:41:43 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 17:41:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 17:41:43 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: 17:41:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 17:41:43 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 17:41:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 17:41:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 17:41:43 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 17:41:43 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 17:41:43 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 17:41:43 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 17:41:43 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 17:41:43 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 17:41:43 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 17:41:43 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 17:41:43 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 17:41:43 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 17:41:43 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:41:43 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 17:41:43 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 17:41:43 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-3: 17:41:43 DEBUG juju.network including address local-machine:::1 for machine machine-3: 17:41:43 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-3: 17:41:43 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 17:41:43 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.210,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 17:41:43 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: 17:41:43 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 17:41:43 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 17:41:43 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 17:41:43 DEBUG juju.network including address public:172.30.9.210 for machine unit-oai-hss-0: 17:41:43 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-hss-0: 17:41:43 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-hss-0: 17:41:43 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 17:41:43 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 17:41:43 DEBUG juju.network addresses after filtering: [public:172.30.9.210 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 17:41:43 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.210:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 17:41:43 DEBUG juju.agent API server address details [["172.30.9.210:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.210:17070"] unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 17:41:43 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-3: 17:41:43 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 17:41:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 17:41:43 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 17:41:43 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 17:41:43 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 17:41:43 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 17:41:43 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 17:41:43 INFO juju.worker.uniter hooks are retried true machine-3: 17:41:43 DEBUG juju.worker start "3-container-watcher" machine-3: 17:41:43 DEBUG juju.worker start "stateconverter" machine-3: 17:41:43 INFO juju.worker start "3-container-watcher" machine-3: 17:41:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 17:41:43 DEBUG juju.worker "3-container-watcher" started machine-3: 17:41:43 INFO juju.worker start "stateconverter" machine-3: 17:41:43 DEBUG juju.worker "stateconverter" started machine-3: 17:41:43 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" unit-oai-hss-0: 17:41:43 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 17:41:43 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 17:41:43 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 17:41:43 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 17:41:43 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 17:41:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-3: 17:41:43 INFO juju.worker.machiner "machine-3" started machine-3: 17:41:43 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 17:41:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 17:41:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 17:41:43 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 17:41:43 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-3: 17:41:44 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:ce:2b:68 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.17 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:ce:2b:68 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: 17:41:44 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 17:41:44 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:41:44 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: 17:41:44 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 17:41:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 17:41:45 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 17:41:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:41:46 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 17:41:46 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 17:41:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:41:46 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 17:41:46 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 17:41:47 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: 17:41:47 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 17:41:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:41:47 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 17:41:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:41:47 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 17:41:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 17:41:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 17:41:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:41:47 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 17:41:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 17:41:47 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-oai-hss-0: 17:41:48 DEBUG unit.oai-hss/0.install Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] unit-oai-hss-0: 17:41:48 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 17:41:48 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] unit-oai-hss-0: 17:41:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 17:41:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 17:41:48 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] unit-oai-hss-0: 17:41:48 DEBUG unit.oai-hss/0.install Get:4 http://security.ubuntu.com trusty-security/main Sources [167 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:7 http://security.ubuntu.com trusty-security/universe Sources [95.5 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7437 B] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1132 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [793 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [509 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [276 kB] unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 17:41:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 17:41:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 17:41:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-oai-hss-0: 17:41:52 DEBUG unit.oai-hss/0.install Fetched 3800 kB in 4s (866 kB/s) unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 17:41:54 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: 17:41:54 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 17:41:54 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-hss-0: 17:41:55 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:41:55 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 17:41:55 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 17:41:55 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: 17:41:55 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: 17:41:55 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: 17:41:55 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: 17:41:55 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: 17:41:55 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: 17:41:55 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: 17:41:56 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: 17:41:56 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: 17:41:56 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] unit-oai-hss-0: 17:41:56 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: 17:41:56 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] unit-oai-hss-0: 17:41:56 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-oai-hss-0: 17:41:56 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: 17:41:56 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: 17:41:56 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: 17:41:56 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: 17:41:56 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: 17:41:57 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: 17:41:57 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.11 [178 kB] unit-oai-hss-0: 17:41:57 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: 17:41:57 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: 17:41:57 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: 17:41:57 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: 17:41:57 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: 17:41:57 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: 17:41:58 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: 17:41:58 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.7 [1303 kB] unit-oai-hss-0: 17:41:58 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: 17:41:58 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: 17:41:58 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: 17:41:58 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: 17:41:58 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: 17:41:58 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: 17:41:58 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: 17:41:58 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: 17:41:59 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: 17:41:59 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: 17:41:59 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: 17:41:59 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: 17:41:59 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: 17:41:59 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: 17:41:59 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: 17:41:59 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: 17:41:59 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: 17:41:59 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: 17:42:00 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: 17:42:00 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: 17:42:00 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: 17:42:00 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: 17:42:00 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: 17:42:00 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: 17:42:00 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: 17:42:00 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: 17:42:00 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: 17:42:00 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-163.213 [774 kB] unit-oai-hss-0: 17:42:00 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: 17:42:01 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: 17:42:01 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: 17:42:01 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: 17:42:01 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: 17:42:01 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: 17:42:01 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: 17:42:01 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: 17:42:02 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: 17:42:02 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: 17:42:02 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: 17:42:02 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: 17:42:02 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: 17:42:02 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: 17:42:02 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: 17:42:03 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: 17:42:03 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: 17:42:03 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: 17:42:03 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: 17:42:03 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: 17:42:03 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: 17:42:03 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: 17:42:03 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: 17:42:03 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: 17:42:04 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: 17:42:04 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: 17:42:04 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: 17:42:04 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: 17:42:04 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: 17:42:04 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 17:42:05 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 9s (7012 kB/s) unit-oai-hss-0: 17:42:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 17:42:05 DEBUG unit.oai-hss/0.install (Reading database ... 83660 files and directories currently installed.) unit-oai-hss-0: 17:42:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:42:05 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 17:42:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 17:42:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 17:42:06 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 17:42:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 17:42:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 17:42:07 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 17:42:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 17:42:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 17:42:07 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 17:42:08 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 17:42:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 17:42:09 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 17:42:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 17:42:09 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 17:42:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 17:42:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 17:42:10 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 17:42:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 17:42:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 17:42:10 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-mysql-0: 17:42:10 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:42:10 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:42:10 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:42:10 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 17:42:10 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 17:42:10 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 17:42:11 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:42:11 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:42:11 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 17:42:11 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 17:42:11 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:42:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:42:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 17:42:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 17:42:11 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 17:42:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 17:42:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 17:42:12 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 17:42:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 17:42:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 17:42:12 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 17:42:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 17:42:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 17:42:13 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 17:42:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 17:42:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 17:42:13 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 17:42:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 17:42:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:42:14 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 17:42:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 17:42:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 17:42:14 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 17:42:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 17:42:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 17:42:15 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 17:42:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 17:42:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.11_amd64.deb ... unit-oai-hss-0: 17:42:15 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.11) ... unit-oai-hss-0: 17:42:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 17:42:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 17:42:16 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 17:42:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 17:42:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 17:42:16 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 17:42:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 17:42:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 17:42:17 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 17:42:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 17:42:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 17:42:18 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 17:42:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 17:42:18 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 17:42:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 17:42:19 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 17:42:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 17:42:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 17:42:19 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 17:42:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 17:42:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.7_amd64.deb ... unit-oai-hss-0: 17:42:19 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-oai-hss-0: 17:42:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 17:42:20 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: 17:42:20 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 17:42:20 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: 17:42:20 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 17:42:21 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: 17:42:21 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 17:42:22 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: 17:42:22 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 17:42:22 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: 17:42:22 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 17:42:23 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: 17:42:23 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 17:42:24 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: 17:42:24 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 17:42:24 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: 17:42:24 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 17:42:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 17:42:24 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 17:42:25 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 17:42:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 17:42:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 17:42:26 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 17:42:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 17:42:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 17:42:27 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 17:42:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 17:42:27 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: 17:42:27 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 17:42:29 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: 17:42:29 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 17:42:29 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: 17:42:29 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:42:30 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 17:42:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 17:42:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 17:42:31 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 17:42:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 17:42:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 17:42:31 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 17:42:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 17:42:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 17:42:32 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 17:42:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 17:42:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 17:42:32 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 17:42:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 17:42:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 17:42:34 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 17:42:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 17:42:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 17:42:35 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 17:42:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 17:42:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 17:42:35 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:42:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 17:42:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-163.213_amd64.deb ... unit-oai-hss-0: 17:42:35 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-163.213) ... unit-oai-hss-0: 17:42:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 17:42:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 17:42:36 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:42:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 17:42:36 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: 17:42:36 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 17:42:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 17:42:37 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 17:42:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 17:42:37 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: 17:42:37 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 17:42:38 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: 17:42:38 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 17:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-epc-0: 17:42:40 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:42:40 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 17:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 17:42:41 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: 17:42:41 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 17:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 17:42:41 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 17:42:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 17:42:44 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 17:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 17:42:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 17:42:45 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 17:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 17:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 17:42:46 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 17:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 17:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 17:42:46 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 17:42:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 17:42:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 17:42:47 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 17:42:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 17:42:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 17:42:47 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 17:42:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 17:42:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 17:42:48 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 17:42:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 17:42:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 17:42:49 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 17:42:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 17:42:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 17:42:49 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-oai-hss-0: 17:42:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 17:42:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 17:42:50 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 17:42:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 17:42:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 17:42:51 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 17:42:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 17:42:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 17:42:52 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 17:42:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 17:42:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 17:42:52 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 17:42:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 17:42:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 17:42:52 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 17:42:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 17:42:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 17:42:53 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 17:42:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 17:42:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 17:42:53 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 17:42:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 17:42:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 17:42:54 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 17:42:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 17:42:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 17:42:54 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 17:42:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 17:42:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 17:42:55 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 17:42:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 17:42:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 17:42:55 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:42:56 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 17:43:00 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 17:43:00 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 17:43:00 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 17:43:00 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 17:43:01 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 17:43:01 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 17:43:01 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 17:43:01 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 17:43:01 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:02 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:02 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 17:43:03 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 17:43:03 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 17:43:03 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 17:43:03 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 17:43:04 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 17:43:04 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 17:43:04 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 17:43:04 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 17:43:05 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.11) ... unit-oai-hss-0: 17:43:05 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 17:43:06 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 17:43:08 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 17:43:08 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:08 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:08 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 17:43:09 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 17:43:09 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-oai-hss-0: 17:43:09 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:09 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:09 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:10 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:10 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:10 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:11 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:11 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:11 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 17:43:13 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 17:43:13 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 17:43:13 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 17:43:14 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 17:43:14 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 17:43:14 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 17:43:15 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:15 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:15 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:15 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 17:43:16 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 17:43:16 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 17:43:16 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 17:43:16 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: 17:43:17 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 17:43:17 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 17:43:17 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 17:43:17 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: 17:43:17 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:43:17 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-163.213) ... unit-oai-hss-0: 17:43:17 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:43:17 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:17 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 17:43:18 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:18 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:19 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 17:43:19 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:19 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 17:43:19 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 17:43:19 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: 17:43:19 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 17:43:19 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 17:43:20 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 17:43:20 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 17:43:20 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 17:43:20 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 17:43:20 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 17:43:20 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 17:43:20 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 17:43:21 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 17:43:21 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 17:43:21 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 17:43:22 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 17:43:23 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 17:43:23 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 17:43:23 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 17:43:23 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:23 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 17:43:24 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 17:43:24 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 17:43:25 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 17:43:25 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: 17:43:26 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-oai-hss-0: 17:43:26 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: 17:43:26 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: 17:43:26 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-oai-hss-0: 17:43:26 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (1150 kB/s) unit-oai-hss-0: 17:43:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 17:43:26 DEBUG unit.oai-hss/0.install (Reading database ... 90389 files and directories currently installed.) unit-oai-hss-0: 17:43:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 17:43:26 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 17:43:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 17:43:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 17:43:27 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 17:43:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 17:43:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 17:43:28 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 17:43:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 17:43:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 17:43:28 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 17:43:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 17:43:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 17:43:30 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 17:43:30 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 17:43:31 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 17:43:31 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 17:43:31 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 17:43:31 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 17:43:32 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 17:43:32 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Need to get 11.0 MB of archives. unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig9 amd64 1.4.9-2 [21.7 kB] unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-oai-hss-0: 17:43:34 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3754 kB] unit-oai-hss-0: 17:43:35 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1979 kB] unit-oai-hss-0: 17:43:35 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0 amd64 0.9-1 [81.8 kB] unit-oai-hss-0: 17:43:35 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 17:43:35 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-oai-hss-0: 17:43:35 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-oai-hss-0: 17:43:35 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-abot-epc-basic-0: 17:43:35 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 17:43:35 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: 17:43:35 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev amd64 1.5.3-2ubuntu4.6 [273 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl-dev amd64 2.4.2-1.7ubuntu1 [157 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1.1 [166 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.62-0ubuntu0.14.04.1 [869 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp-dev amd64 1.0.15+dfsg-1 [64.4 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.27 [1076 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.27 [972 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtool amd64 2.4.2-1.7ubuntu1 [188 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] unit-oai-hss-0: 17:43:36 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 17:43:37 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-oai-hss-0: 17:43:37 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 17:43:37 DEBUG unit.oai-hss/0.install Fetched 11.0 MB in 2s (3783 kB/s) unit-oai-hss-0: 17:43:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 17:43:37 DEBUG unit.oai-hss/0.install (Reading database ... 90500 files and directories currently installed.) unit-oai-hss-0: 17:43:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 17:43:37 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 17:43:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 17:43:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 17:43:38 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:43:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 17:43:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 17:43:39 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 17:43:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 17:43:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 17:43:39 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 17:43:40 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: 17:43:41 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:43:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 17:43:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 17:43:43 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 17:43:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 17:43:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 17:43:44 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 17:43:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 17:43:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 17:43:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 17:43:46 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 17:43:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 17:43:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 17:43:46 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 17:43:47 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 17:43:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 17:43:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 17:43:48 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:43:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 17:43:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 17:43:48 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 17:43:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 17:43:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 17:43:49 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 17:43:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 17:43:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.27_amd64.deb ... unit-oai-hss-0: 17:43:49 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.27) ... unit-oai-hss-0: 17:43:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 17:43:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.27_all.deb ... unit-oai-hss-0: 17:43:50 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.27) ... unit-oai-hss-0: 17:43:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 17:43:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 17:43:50 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:43:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 17:43:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 17:43:51 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 17:43:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 17:43:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 17:43:51 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:43:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 17:43:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 17:43:52 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 17:43:52 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 17:43:54 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 17:43:54 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 17:43:54 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 17:43:54 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:43:54 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 17:43:54 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:43:55 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:44:01 DEBUG unit.oai-hss/0.install 181212 17:44:01 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-oai-hss-0: 17:44:01 DEBUG unit.oai-hss/0.install 181212 17:44:01 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 17:44:01 DEBUG unit.oai-hss/0.install 181212 17:44:01 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 11686 ... unit-abot-epc-basic-0: 17:44:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 17:44:11 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 17:44:11 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 17:44:11 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 17:44:11 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 17:44:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 17:44:11 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 17:44:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 17:44:12 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 17:44:12 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 17:44:12 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 17:44:12 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 17:44:12 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 17:44:12 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 17:44:12 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 17:44:12 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 17:44:12 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 17:44:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 17:44:13 DEBUG unit.oai-hss/0.install mysql start/running, process 11819 unit-abot-epc-basic-0: 17:44:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 17:44:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 17:44:13 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 17:44:13 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 17:44:13 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 17:44:14 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 17:44:14 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 17:44:14 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:44:14 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 17:44:14 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 17:44:14 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 17:44:14 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 17:44:14 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 17:44:14 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 17:44:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 17:44:14 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start SHA256:+uFRn5MCMDb1xF5brNLEuc9WxgNuVO/bGGCFYhZfbJc root@juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | ..oo =+..| unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | . o=.*==Eo| unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | = +.=**.o.| unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | . + o.=+ o+| unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | S ...o.oo| unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | . o . o+oo| unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | . o . =....| unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | o o . . | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | o | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /home/ubuntu/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start SHA256:96wjZoWkIyR3ESnbR6sX96ReNgr306Y60RbNYwMWnhA ubuntu@juju-7a9b17-default-0 unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | .o E... | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | . o . oo. | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | + o . .o+ | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | . + o = . o * | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | + . =S+.= o o | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | . + +.=oB | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | . o = Boo | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | + =.o o | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start | o .o+.+ | unit-abot-epc-basic-0: 17:44:14 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 17:44:14 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 17:44:15 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 17:44:15 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 17:44:15 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 17:44:15 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:44:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:44:15 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 17:44:15 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 17:44:15 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 17:44:15 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 17:44:15 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-epc-0: 17:44:15 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-abot-epc-basic-0: 17:44:15 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 17:44:15 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-abot-epc-basic-0: 17:44:15 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 17:44:15 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-abot-epc-basic-0: 17:44:16 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 17:44:16 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 17:44:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:44:16 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 17:44:17 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 17:44:17 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 17:44:18 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:44:18 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 17:44:18 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:44:19 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 17:44:19 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 17:44:19 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.27) ... unit-oai-hss-0: 17:44:20 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.27) ... unit-oai-hss-0: 17:44:20 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 17:44:20 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 17:44:20 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 17:44:21 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 17:44:21 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 17:44:21 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:44:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmpxx4ldbl amd64 2:5.1.3+dfsg-1ubuntu1 [8736 B] unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp-dev amd64 2:5.1.3+dfsg-1ubuntu1 [292 kB] unit-oai-hss-0: 17:44:22 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (455 kB/s) unit-oai-hss-0: 17:44:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 17:44:23 DEBUG unit.oai-hss/0.install (Reading database ... 92501 files and directories currently installed.) unit-oai-hss-0: 17:44:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:44:23 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 17:44:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 17:44:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:44:23 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 17:44:24 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 17:44:24 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 17:44:25 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:44:26 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 17:44:26 DEBUG unit.oai-hss/0.install --2018-12-12 17:44:26-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 17:44:27 DEBUG unit.oai-hss/0.install Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b unit-oai-hss-0: 17:44:27 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 17:44:28 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 17:44:28 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 17:44:28 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 17:44:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:44:28 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 152K 7s unit-oai-hss-0: 17:44:28 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 321K 5s unit-oai-hss-0: 17:44:28 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 315K 4s unit-oai-hss-0: 17:44:28 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 337K 4s unit-oai-hss-0: 17:44:29 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 310K 3s unit-oai-hss-0: 17:44:29 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 318K 3s unit-oai-hss-0: 17:44:29 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 293K 3s unit-oai-hss-0: 17:44:29 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 299K 2s unit-oai-hss-0: 17:44:29 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 290K 2s unit-oai-hss-0: 17:44:29 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 297K 2s unit-oai-hss-0: 17:44:30 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 319K 2s unit-oai-hss-0: 17:44:30 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 338K 2s unit-oai-hss-0: 17:44:30 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 4.94M 1s unit-oai-hss-0: 17:44:30 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 334K 1s unit-oai-hss-0: 17:44:30 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 341K 1s unit-oai-hss-0: 17:44:30 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 336K 1s unit-oai-hss-0: 17:44:30 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 335K 1s unit-oai-hss-0: 17:44:30 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 334K 1s unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 434K 0s unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 557K 0s unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 3.51M 0s unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 585K=3.1s unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install 2018-12-12 17:44:31 (347 KB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 17:44:31 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 17:44:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.o : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.o.d unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.o -MD -MP -MF camellia-set-encrypt-key.o.d -fpic -c camellia-set-encrypt-key.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.o -MD -MP -MF camellia-set-decrypt-key.o.d -fpic -c camellia-set-decrypt-key.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 17:44:33 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 17:44:34 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.o : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.o.d unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.o : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.o.d unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.o : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.o.d unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 17:44:35 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 17:44:36 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -fpic -c rsa-pkcs1-sign-tr.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 17:44:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.po -MD -MP -MF aes-decrypt-internal.po.d -fpic -c aes-decrypt-internal.s -o aes-decrypt-internal.po unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.po : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.po.d unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.po -MD -MP -MF aes-encrypt-internal.po.d -fpic -c aes-encrypt-internal.s -o aes-encrypt-internal.po unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.po : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.po.d unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.po -MD -MP -MF aes-encrypt-table.po.d -fpic -c aes-encrypt-table.c -o aes-encrypt-table.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.po -MD -MP -MF aes-set-encrypt-key.po.d -fpic -c aes-set-encrypt-key.c -o aes-set-encrypt-key.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.po -MD -MP -MF aes-set-decrypt-key.po.d -fpic -c aes-set-decrypt-key.c -o aes-set-decrypt-key.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.po -MD -MP -MF camellia-crypt-internal.po.d -fpic -c camellia-crypt-internal.s -o camellia-crypt-internal.po unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.po -MD -MP -MF camellia-set-encrypt-key.po.d -fpic -c camellia-set-encrypt-key.c -o camellia-set-encrypt-key.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.po : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.po.d unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.po -MD -MP -MF camellia-set-decrypt-key.po.d -fpic -c camellia-set-decrypt-key.c -o camellia-set-decrypt-key.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 17:44:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 17:44:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.po -MD -MP -MF salsa20-set-key.po.d -fpic -c salsa20-set-key.c -o salsa20-set-key.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install echo "sha1-compress.po : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.po.d unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.po -MD -MP -MF serpent-set-key.po.d -fpic -c serpent-set-key.c -o serpent-set-key.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.po : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.po.d unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.po : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.po.d unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.po -MD -MP -MF yarrow_key_event.po.d -fpic -c yarrow_key_event.c -o yarrow_key_event.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.po -MD -MP -MF buffer-init.po.d -fpic -c buffer-init.c -o buffer-init.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.po -MD -MP -MF realloc.po.d -fpic -c realloc.c -o realloc.po \ unit-oai-hss-0: 17:44:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.po -MD -MP -MF nettle-meta-hashes.po.d -fpic -c nettle-meta-hashes.c -o nettle-meta-hashes.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.po -MD -MP -MF nettle-meta-ciphers.po.d -fpic -c nettle-meta-ciphers.c -o nettle-meta-ciphers.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.po -MD -MP -MF nettle-meta-armors.po.d -fpic -c nettle-meta-armors.c -o nettle-meta-armors.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.po -MD -MP -MF write-be32.po.d -fpic -c write-be32.c -o write-be32.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.po -MD -MP -MF write-le32.po.d -fpic -c write-le32.c -o write-le32.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.po -MD -MP -MF memxor.po.d -fpic -c memxor.s -o memxor.po unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.po -MD -MP -MF sexp.po.d -fpic -c sexp.c -o sexp.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.po -MD -MP -MF sexp-format.po.d -fpic -c sexp-format.c -o sexp-format.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.po -MD -MP -MF sexp-transport.po.d -fpic -c sexp-transport.c -o sexp-transport.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.po -MD -MP -MF sexp-transport-format.po.d -fpic -c sexp-transport-format.c -o sexp-transport-format.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.po -MD -MP -MF bignum.po.d -fpic -c bignum.c -o bignum.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.po -MD -MP -MF bignum-next-prime.po.d -fpic -c bignum-next-prime.c -o bignum-next-prime.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.po -MD -MP -MF bignum-random.po.d -fpic -c bignum-random.c -o bignum-random.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.po -MD -MP -MF bignum-random-prime.po.d -fpic -c bignum-random-prime.c -o bignum-random-prime.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.po -MD -MP -MF sexp2bignum.po.d -fpic -c sexp2bignum.c -o sexp2bignum.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.po -MD -MP -MF pkcs1.po.d -fpic -c pkcs1.c -o pkcs1.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.po -MD -MP -MF pkcs1-encrypt.po.d -fpic -c pkcs1-encrypt.c -o pkcs1-encrypt.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.po -MD -MP -MF pkcs1-decrypt.po.d -fpic -c pkcs1-decrypt.c -o pkcs1-decrypt.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.po -MD -MP -MF pkcs1-rsa-digest.po.d -fpic -c pkcs1-rsa-digest.c -o pkcs1-rsa-digest.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.po -MD -MP -MF pkcs1-rsa-md5.po.d -fpic -c pkcs1-rsa-md5.c -o pkcs1-rsa-md5.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.po -MD -MP -MF pkcs1-rsa-sha1.po.d -fpic -c pkcs1-rsa-sha1.c -o pkcs1-rsa-sha1.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.po -MD -MP -MF pkcs1-rsa-sha256.po.d -fpic -c pkcs1-rsa-sha256.c -o pkcs1-rsa-sha256.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.po -MD -MP -MF pkcs1-rsa-sha512.po.d -fpic -c pkcs1-rsa-sha512.c -o pkcs1-rsa-sha512.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.po -MD -MP -MF rsa.po.d -fpic -c rsa.c -o rsa.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.po -MD -MP -MF rsa-sign.po.d -fpic -c rsa-sign.c -o rsa-sign.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.po -MD -MP -MF rsa-verify.po.d -fpic -c rsa-verify.c -o rsa-verify.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.po -MD -MP -MF rsa-pkcs1-sign.po.d -fpic -c rsa-pkcs1-sign.c -o rsa-pkcs1-sign.po \ unit-oai-hss-0: 17:44:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.po -MD -MP -MF rsa-pkcs1-sign-tr.po.d -fpic -c rsa-pkcs1-sign-tr.c -o rsa-pkcs1-sign-tr.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.po -MD -MP -MF rsa-pkcs1-verify.po.d -fpic -c rsa-pkcs1-verify.c -o rsa-pkcs1-verify.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.po -MD -MP -MF rsa-md5-sign.po.d -fpic -c rsa-md5-sign.c -o rsa-md5-sign.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.po -MD -MP -MF rsa-md5-verify.po.d -fpic -c rsa-md5-verify.c -o rsa-md5-verify.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.po -MD -MP -MF rsa-sha1-sign.po.d -fpic -c rsa-sha1-sign.c -o rsa-sha1-sign.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.po -MD -MP -MF rsa-sha1-verify.po.d -fpic -c rsa-sha1-verify.c -o rsa-sha1-verify.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.po -MD -MP -MF rsa-sha256-sign.po.d -fpic -c rsa-sha256-sign.c -o rsa-sha256-sign.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.po -MD -MP -MF rsa-sha256-verify.po.d -fpic -c rsa-sha256-verify.c -o rsa-sha256-verify.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.po -MD -MP -MF rsa-sha512-sign.po.d -fpic -c rsa-sha512-sign.c -o rsa-sha512-sign.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.po -MD -MP -MF rsa-sha512-verify.po.d -fpic -c rsa-sha512-verify.c -o rsa-sha512-verify.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.po -MD -MP -MF rsa-encrypt.po.d -fpic -c rsa-encrypt.c -o rsa-encrypt.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.po -MD -MP -MF rsa-decrypt.po.d -fpic -c rsa-decrypt.c -o rsa-decrypt.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.po -MD -MP -MF rsa-decrypt-tr.po.d -fpic -c rsa-decrypt-tr.c -o rsa-decrypt-tr.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.po -MD -MP -MF rsa-keygen.po.d -fpic -c rsa-keygen.c -o rsa-keygen.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.po -MD -MP -MF rsa-compat.po.d -fpic -c rsa-compat.c -o rsa-compat.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.po -MD -MP -MF rsa-blind.po.d -fpic -c rsa-blind.c -o rsa-blind.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.po -MD -MP -MF rsa2sexp.po.d -fpic -c rsa2sexp.c -o rsa2sexp.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.po -MD -MP -MF sexp2rsa.po.d -fpic -c sexp2rsa.c -o sexp2rsa.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.po -MD -MP -MF dsa.po.d -fpic -c dsa.c -o dsa.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.po -MD -MP -MF dsa-sign.po.d -fpic -c dsa-sign.c -o dsa-sign.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.po -MD -MP -MF dsa-verify.po.d -fpic -c dsa-verify.c -o dsa-verify.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.po -MD -MP -MF dsa-keygen.po.d -fpic -c dsa-keygen.c -o dsa-keygen.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.po -MD -MP -MF dsa-sha1-sign.po.d -fpic -c dsa-sha1-sign.c -o dsa-sha1-sign.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.po -MD -MP -MF dsa-sha1-verify.po.d -fpic -c dsa-sha1-verify.c -o dsa-sha1-verify.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.po -MD -MP -MF dsa-sha256-sign.po.d -fpic -c dsa-sha256-sign.c -o dsa-sha256-sign.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.po -MD -MP -MF dsa-sha256-verify.po.d -fpic -c dsa-sha256-verify.c -o dsa-sha256-verify.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.po -MD -MP -MF dsa2sexp.po.d -fpic -c dsa2sexp.c -o dsa2sexp.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.po -MD -MP -MF sexp2dsa.po.d -fpic -c sexp2dsa.c -o sexp2dsa.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.po -MD -MP -MF pgp-encode.po.d -fpic -c pgp-encode.c -o pgp-encode.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.po -MD -MP -MF rsa2openpgp.po.d -fpic -c rsa2openpgp.c -o rsa2openpgp.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.po -MD -MP -MF der-iterator.po.d -fpic -c der-iterator.c -o der-iterator.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.po -MD -MP -MF der2rsa.po.d -fpic -c der2rsa.c -o der2rsa.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.po -MD -MP -MF der2dsa.po.d -fpic -c der2dsa.c -o der2dsa.po \ unit-oai-hss-0: 17:44:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs aesdata.o -lgmp -o aesdata unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs desdata.o -lgmp -o desdata unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs twofishdata.o -lgmp -o twofishdata unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs shadata.o -lgmp -lm -o shadata unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs gcmdata.o -lgmp -o gcmdata unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o gcm.o gcm-aes.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-crypt.o salsa20-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-meta-hashes.o nettle-meta-ciphers.o nettle-meta-armors.o write-be32.o write-le32.o memxor.o unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-compat.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -shared -Wl,-soname=libnettle.so.4 aes-decrypt-internal.po aes-decrypt.po aes-encrypt-internal.po aes-encrypt.po aes-encrypt-table.po aes-set-encrypt-key.po aes-set-decrypt-key.po aes-meta.po arcfour.po arcfour-crypt.po arcfour-meta.po arctwo.po arctwo-meta.po base16-encode.po base16-decode.po base16-meta.po base64-encode.po base64-decode.po base64-meta.po camellia-crypt.po camellia-crypt-internal.po camellia-set-encrypt-key.po camellia-set-decrypt-key.po camellia-table.po camellia-meta.po cast128.po cast128-meta.po blowfish.po cbc.po ctr.po gcm.po gcm-aes.po des.po des3.po des-compat.po hmac.po hmac-md5.po hmac-ripemd160.po hmac-sha1.po hmac-sha224.po hmac-sha256.po hmac-sha384.po hmac-sha512.po knuth-lfib.po md2.po md2-meta.po md4.po md4-meta.po md5.po md5-compress.po md5-compat.po md5-meta.po ripemd160.po ripemd160-compress.po ripemd160-meta.po salsa20-crypt.po salsa20-set-key.po sha1.po sha1-compress.po sha1-meta.po sha256.po sha256-compress.po sha224-meta.po sha256-meta.po sha512.po sha512-compress.po sha384-meta.po sha512-meta.po serpent-set-key.po serpent-encrypt.po serpent-decrypt.po serpent-meta.po twofish.po twofish-meta.po yarrow256.po yarrow_key_event.po buffer.po buffer-init.po realloc.po nettle-meta-hashes.po nettle-meta-ciphers.po nettle-meta-armors.po write-be32.po write-le32.po memxor.po -o libnettle.so unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -L. -shared -Wl,-soname=libhogweed.so.2 sexp.po sexp-format.po sexp-transport.po sexp-transport-format.po bignum.po bignum-next-prime.po bignum-random.po bignum-random-prime.po sexp2bignum.po pkcs1.po pkcs1-encrypt.po pkcs1-decrypt.po pkcs1-rsa-digest.po pkcs1-rsa-md5.po pkcs1-rsa-sha1.po pkcs1-rsa-sha256.po pkcs1-rsa-sha512.po rsa.po rsa-sign.po rsa-verify.po rsa-pkcs1-sign.po rsa-pkcs1-sign-tr.po rsa-pkcs1-verify.po rsa-md5-sign.po rsa-md5-verify.po rsa-sha1-sign.po rsa-sha1-verify.po rsa-sha256-sign.po rsa-sha256-verify.po rsa-sha512-sign.po rsa-sha512-verify.po rsa-encrypt.po rsa-decrypt.po rsa-decrypt-tr.po rsa-keygen.po rsa-compat.po rsa-blind.po rsa2sexp.po sexp2rsa.po dsa.po dsa-sign.po dsa-verify.po dsa-keygen.po dsa-sha1-sign.po dsa-sha1-verify.po dsa-sha256-sign.po dsa-sha256-verify.po dsa2sexp.po sexp2dsa.po pgp-encode.po rsa2openpgp.po der-iterator.po der2rsa.po der2dsa.po -o libhogweed.so -lnettle -lgmp unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT input.o -MD -MP -MF input.o.d -c input.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT output.o -MD -MP -MF output.o.d -c output.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 17:44:43 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 17:44:44 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true unit-oai-hss-0: 17:44:45 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install g++ -I.. -I.. -DHAVE_CONFIG_H -g -O2 -fpic -MT cxx-test.o -MD -MP -MF cxx-test.o.d -c cxx-test.cxx && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test unit-oai-hss-0: 17:44:46 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-format-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-format-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa2sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa2sexp-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp2rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp2rsa-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. bignum-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o bignum-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o random-prime-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pkcs1-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-keygen-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install g++ -g -O2 -L.. cxx-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cxx-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT io.o -MD -MP -MF io.o.d -c io.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install nettle-benchmark.c:505:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install nettle-benchmark.c:521:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install nettle-benchmark.c:538:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true unit-oai-hss-0: 17:44:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT next-prime.o -MD -MP -MF next-prime.o.d -c next-prime.c && true unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o -lnettle -lgmp -o nettle-benchmark unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16enc.o io.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16dec.o io.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64enc.o io.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64dec.o io.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-sign.o io.o read_rsa_key.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-verify.o io.o read_rsa_key.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-decrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. next-prime.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install ../run-tests aes-test arcfour-test arctwo-test blowfish-test cast128-test base16-test base64-test camellia-test des-test des3-test des-compat-test md2-test md4-test md5-test md5-compat-test memxor-test ripemd160-test salsa20-test sha1-test sha224-test sha256-test sha384-test sha512-test serpent-test twofish-test knuth-lfib-test cbc-test ctr-test gcm-test hmac-test meta-hash-test meta-cipher-test meta-armor-test buffer-test yarrow-test sexp-test sexp-format-test rsa2sexp-test sexp2rsa-test bignum-test random-prime-test pkcs1-test rsa-test rsa-encrypt-test rsa-keygen-test dsa-test dsa-keygen-test cxx-test sexp-conv-test pkcs1-conv-test symbols-test unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 17:44:48 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 17:44:49 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install for f in aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h base16.h base64.h buffer.h camellia.h cast128.h cbc.h ctr.h gcm.h des.h des-compat.h dsa.h hmac.h knuth-lfib.h macros.h md2.h md4.h md5.h md5-compat.h memxor.h nettle-meta.h nettle-types.h pgp.h pkcs1.h realloc.h ripemd160.h rsa.h rsa-compat.h salsa20.h sexp.h serpent.h sha.h twofish.h yarrow.h nettle-stdint.h ; do \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 17:44:50 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 17:44:51 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:44:51 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 17:44:51 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 17:44:51 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-oai-hss-0: 17:44:51 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-oai-hss-0: 17:44:52 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi-dev amd64 0.3.11.2-1ubuntu1 [613 kB] unit-oai-hss-0: 17:44:52 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit-dev amd64 0.20.2-2ubuntu2 [56.4 kB] unit-oai-hss-0: 17:44:52 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0-dbg amd64 0.20.2-2ubuntu2 [556 kB] unit-oai-hss-0: 17:44:52 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dbg amd64 3.4-3ubuntu0.6 [104 kB] unit-oai-hss-0: 17:44:52 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 17:44:53 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (873 kB/s) unit-oai-hss-0: 17:44:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 17:44:53 DEBUG unit.oai-hss/0.install (Reading database ... 92519 files and directories currently installed.) unit-oai-hss-0: 17:44:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:44:53 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 17:44:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 17:44:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 17:44:53 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 17:44:54 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 17:44:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 17:44:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 17:44:55 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 17:44:55 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 17:44:56 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 17:44:57 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 17:44:57 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 17:44:58 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 17:44:58 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 17:44:58 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 17:44:58 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 17:44:58 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install --2018-12-12 17:44:59-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:44:59 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 143K 35s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 288K 26s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 509K 20s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 603K 17s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 947K 14s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.16M 13s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.17M 11s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.49M 10s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.61M 9s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.78M 8s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.06M 8s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.19M 7s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.42M 7s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.66M 6s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 3.04M 6s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.17M 6s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.29M 5s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.67M 5s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.46M 5s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.34M 4s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 3.98M 4s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.73M 4s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.55M 4s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.38M 4s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 5.06M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 4.81M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.51M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 5.20M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.59M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.05M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.49M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.09M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.90M 3s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 7.12M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 6.58M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 6.92M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.24M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 8.13M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 7.99M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 8.19M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 9.08M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 7.98M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 9.50M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 8.14M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 8.76M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.22M 2s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 11.1M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 9.27M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 8.26M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 10.6M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 12.0M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 10.3M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 9.47M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 13.0M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 10.2M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 7.91M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 10.9M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 14.9M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 12.3M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 12.3M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 12.0M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 12.5M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 12.7M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 9.84M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 11.4M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 17.4M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 13.5M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 14.5M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 13.5M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 13.8M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 15.3M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 14.4M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 16.6M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 17.0M 1s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 15.5M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 12.8M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 16.5M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 15.2M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 16.0M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 21.1M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 14.1M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 17.7M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 18.5M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 16.0M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 14.1M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 29.8M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 20.1M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 14.8M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 23.3M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 15.0M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 22.1M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 16.5M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 17.2M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 21.2M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 18.8M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 22.1M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 21.3M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 16.0M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 26.3M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 18.2M 0s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 21.6M=1.5s unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install 2018-12-12 17:45:00 (3.29 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 17:45:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 17:45:01 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking how to link with libnettle... /usr/lib/libnettle.so /usr/lib/libhogweed.so -lgmp unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 17:45:02 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 17:45:03 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 17:45:04 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 17:45:05 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 17:45:06 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 17:45:07 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 17:45:08 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 17:45:09 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 17:45:10 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 17:45:11 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 17:45:12 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: 17:45:12 DEBUG unit.oai-hss/0.install checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 17:45:12 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 17:45:13 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 17:45:14 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 17:45:15 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 17:45:16 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 17:45:17 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 17:45:18 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 17:45:19 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 17:45:20 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 17:45:21 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 17:45:22 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: 17:45:22 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 17:45:22 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 17:45:23 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 17:45:24 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Dec 12 17:32 /dev/zero unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 17:45:25 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 17:45:26 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 17:45:27 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 17:45:28 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 17:45:28 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 17:45:28 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 17:45:28 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 17:45:29 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 17:45:30 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 17:45:30 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 17:45:30 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 17:45:30 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 17:45:30 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 17:45:30 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 17:45:31 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 17:45:32 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 17:45:33 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 17:45:33 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 17:45:33 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 17:45:33 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 17:45:33 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 17:45:33 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 17:45:33 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 17:45:34 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 17:45:35 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 17:45:36 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 17:45:36 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 17:45:36 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 17:45:37 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 17:45:37 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 17:45:38 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 17:45:38 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 17:45:38 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 17:45:38 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 17:45:39 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 17:45:39 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 17:45:40 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 17:45:40 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 17:45:41 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 17:45:41 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 17:45:41 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 17:45:41 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 17:45:42 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 17:45:43 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 17:45:43 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 17:45:43 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 17:45:44 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 17:45:44 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 17:45:45 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 17:45:46 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 17:45:46 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 17:45:46 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 17:45:46 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 17:45:46 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 17:45:47 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 17:45:48 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 17:45:48 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 17:45:48 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 17:45:49 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 17:45:49 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 17:45:49 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 17:45:49 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 17:45:50 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 17:45:50 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 17:45:50 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 17:45:50 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 17:45:51 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 17:45:51 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:45:51 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 17:45:51 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:45:51 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 17:45:51 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 17:45:51 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 17:45:51 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 17:45:52 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 17:45:52 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 17:45:52 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 17:45:52 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 17:45:53 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 17:45:53 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 17:45:53 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 17:45:53 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 17:45:54 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 17:45:55 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 17:45:55 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 17:45:55 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 17:45:55 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 17:45:56 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 17:45:57 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 17:45:57 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 17:45:57 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 17:45:58 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 17:45:59 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 17:45:59 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 17:45:59 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 17:45:59 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 17:46:00 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 17:46:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:46:00 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 17:46:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:46:00 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 17:46:00 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 17:46:00 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 17:46:00 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 17:46:01 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 17:46:01 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 17:46:01 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 17:46:02 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 17:46:03 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 17:46:04 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 17:46:04 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 17:46:04 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 17:46:04 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 17:46:04 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 17:46:05 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 17:46:05 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 17:46:05 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 17:46:05 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 17:46:05 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 17:46:05 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 17:46:06 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 17:46:06 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 17:46:06 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 17:46:06 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 17:46:06 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 17:46:06 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 17:46:07 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 17:46:08 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 17:46:08 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 17:46:09 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 17:46:09 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 17:46:10 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 17:46:10 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 17:46:10 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 17:46:10 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 17:46:11 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 17:46:12 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 17:46:12 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 17:46:12 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 17:46:12 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 17:46:12 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 17:46:13 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 17:46:13 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 17:46:13 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 17:46:14 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 17:46:14 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 17:46:14 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 17:46:15 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 17:46:15 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 17:46:15 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 17:46:15 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 17:46:15 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 17:46:15 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 17:46:16 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 17:46:16 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 17:46:16 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 17:46:16 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 17:46:17 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 17:46:17 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 17:46:17 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 17:46:17 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 17:46:17 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 17:46:18 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 17:46:18 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 17:46:19 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 17:46:19 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 17:46:19 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 17:46:19 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:46:19 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 17:46:19 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 17:46:20 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 17:46:20 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 17:46:20 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 17:46:21 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 17:46:21 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 17:46:21 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c:237:3: warning: 'p11_kit_load_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:86): Use p11_kit_module_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c:253:7: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c:466:3: warning: 'p11_kit_initialize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:61): Use p11_kit_modules_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c:477:3: warning: 'p11_kit_registered_modules' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:67): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c:480:7: warning: 'p11_kit_registered_module_to_name' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:73): Use p11_kit_module_get_name instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c:565:11: warning: 'p11_kit_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:80): Use module->C_Initialize instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c:599:9: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install pkcs11.c:604:5: warning: 'p11_kit_finalize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:64): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 17:46:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:23 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 17:46:24 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 17:46:24 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 17:46:24 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 17:46:25 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 17:46:25 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 17:46:25 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 17:46:26 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 17:46:27 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install crywrap.c:867:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install crywrap.c:868:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install crywrap.c:819:10: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install crywrap.c:823:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 17:46:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:31 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 17:46:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:46:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:31 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 17:46:31 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 17:46:31 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 17:46:31 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 17:46:32 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 17:46:32 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 17:46:32 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 17:46:32 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 17:46:32 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 17:46:32 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 17:46:32 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 17:46:33 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 17:46:33 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 17:46:33 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 17:46:35 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install + PACKAGE_LIST=' autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install + sudo -S -E apt-get install -y autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-hss-0: 17:46:35 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-hss-0: 17:46:35 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 17:46:35 DEBUG unit.oai-hss/0.install cli-debug.c:286:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:46:35 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 17:46:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:35 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 17:46:35 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 17:46:35 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 17:46:35 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: 17:46:36 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install common.c:1071:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install ^ unit-oai-epc-0: 17:46:36 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: 17:46:36 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-epc-0: 17:46:36 DEBUG unit.oai-epc/0.install Fetched 121 kB in 1s (120 kB/s) unit-oai-epc-0: 17:46:36 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 17:46:36 DEBUG unit.oai-epc/0.install (Reading database ... 102424 files and directories currently installed.) unit-oai-epc-0: 17:46:36 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: 17:46:36 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install certtool-common.c:660:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install certtool-common.c:662:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install ^ unit-oai-epc-0: 17:46:36 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 17:46:36 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-epc-0: 17:46:37 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 17:46:37 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 17:46:37 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install cli.c:1339:15: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:37 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-epc-0: 17:46:37 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-epc-0: 17:46:38 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 17:46:38 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-epc-0: 17:46:39 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 17:46:39 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-epc-0: 17:46:40 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 17:46:40 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 17:46:40 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 17:46:40 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 17:46:40 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 17:46:40 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 17:46:40 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 17:46:40 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install ex-client-xssl1.c:42:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install ex-client-xssl2.c:57:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 17:46:41 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 17:46:42 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-epc-0: 17:46:43 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 17:46:43 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 17:46:43 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 17:46:43 DEBUG unit.oai-epc/0.install + sync unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-epc-0: 17:46:43 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 17:46:43 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h gnutls/abstract.h gnutls/dtls.h gnutls/ocsp.h gnutls/tpm.h gnutls/xssl.h gnutls/gnutlsxx.h '/usr/include/gnutls' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 17:46:44 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls.la libgnutlsxx.la libgnutls-xssl.la '/usr/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.so.28.21.3 /usr/lib/libgnutls.so.28.21.3 unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so.28 || { rm -f libgnutls.so.28 && ln -s libgnutls.so.28.21.3 libgnutls.so.28; }; }) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so || { rm -f libgnutls.so && ln -s libgnutls.so.28.21.3 libgnutls.so; }; }) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CXX --mode=relink g++ -I./includes -I./includes -g -O2 -no-undefined -version-info 29:0:1 -o libgnutlsxx.la -rpath /usr/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la ) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.so.28.1.0T /usr/lib/libgnutlsxx.so.28.1.0 unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so.28 || { rm -f libgnutlsxx.so.28 && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so.28; }; }) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so || { rm -f libgnutlsxx.so && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so; }; }) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 0:0:0 -o libgnutls-xssl.la -rpath /usr/lib xssl.lo xssl_getline.lo ../gl/libgnu.la libgnutls.la ) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.so.0.0.0T /usr/lib/libgnutls-xssl.so.0.0.0 unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0 || { rm -f libgnutls-xssl.so.0 && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0; }; }) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so || { rm -f libgnutls-xssl.so && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so; }; }) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.lai /usr/lib/libgnutls-xssl.la unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.a /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/extra; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 27:2:0 -o libgnutls-openssl.la -rpath /usr/lib gnutls_openssl.lo openssl_compat.lo ../gl/libgnu.la ../lib/libgnutls.la ) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.so.27.0.2T /usr/lib/libgnutls-openssl.so.27.0.2 unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27 || { rm -f libgnutls-openssl.so.27 && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27; }; }) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so || { rm -f libgnutls-openssl.so && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so; }; }) unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.lai /usr/lib/libgnutls-openssl.la unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.a /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 17:46:45 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-epc-0: 17:46:45 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 17:46:45 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli-debug /usr/bin/gnutls-cli-debug unit-oai-epc-0: 17:46:45 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 17:46:45 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-epc-0: 17:46:45 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-epc-0: 17:46:45 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-epc-0: 17:46:45 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-epc-0: 17:46:45 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-cli.1 gnutls-cli-debug.1 gnutls-serv.1 certtool.1 psktool.1 p11tool.1 ocsptool.1 tpmtool.1 srptool.1 '/usr/share/man/man1' unit-oai-hss-0: 17:46:45 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_alert_get.3 gnutls_alert_get_name.3 gnutls_alert_get_strname.3 gnutls_alert_send.3 gnutls_alert_send_appropriate.3 gnutls_anon_allocate_client_credentials.3 gnutls_anon_allocate_server_credentials.3 gnutls_anon_free_client_credentials.3 gnutls_anon_free_server_credentials.3 gnutls_anon_set_params_function.3 gnutls_anon_set_server_dh_params.3 gnutls_anon_set_server_params_function.3 gnutls_auth_client_get_type.3 gnutls_auth_get_type.3 gnutls_auth_server_get_type.3 gnutls_bye.3 gnutls_certificate_activation_time_peers.3 gnutls_certificate_allocate_credentials.3 gnutls_certificate_client_get_request_status.3 gnutls_certificate_expiration_time_peers.3 gnutls_certificate_free_ca_names.3 gnutls_certificate_free_cas.3 gnutls_certificate_free_credentials.3 gnutls_certificate_free_crls.3 gnutls_certificate_free_keys.3 gnutls_certificate_get_issuer.3 gnutls_certificate_get_ours.3 gnutls_certificate_get_peers.3 gnutls_certificate_get_peers_subkey_id.3 gnutls_certificate_send_x509_rdn_sequence.3 gnutls_certificate_server_set_request.3 gnutls_certificate_set_dh_params.3 gnutls_certificate_set_key.3 gnutls_certificate_set_ocsp_status_request_file.3 gnutls_certificate_set_ocsp_status_request_function.3 gnutls_certificate_set_openpgp_key.3 gnutls_certificate_set_openpgp_key_file.3 gnutls_certificate_set_openpgp_key_file2.3 gnutls_certificate_set_openpgp_key_mem.3 gnutls_certificate_set_openpgp_key_mem2.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_certificate_set_openpgp_keyring_file.3 gnutls_certificate_set_openpgp_keyring_mem.3 gnutls_certificate_set_params_function.3 gnutls_certificate_set_pin_function.3 gnutls_certificate_set_retrieve_function.3 gnutls_certificate_set_retrieve_function2.3 gnutls_certificate_set_rsa_export_params.3 gnutls_certificate_set_verify_flags.3 gnutls_certificate_set_verify_function.3 gnutls_certificate_set_verify_limits.3 gnutls_certificate_set_x509_crl.3 gnutls_certificate_set_x509_crl_file.3 gnutls_certificate_set_x509_crl_mem.3 gnutls_certificate_set_x509_key.3 gnutls_certificate_set_x509_key_file.3 gnutls_certificate_set_x509_key_file2.3 gnutls_certificate_set_x509_key_mem.3 gnutls_certificate_set_x509_key_mem2.3 gnutls_certificate_set_x509_simple_pkcs12_file.3 gnutls_certificate_set_x509_simple_pkcs12_mem.3 gnutls_certificate_set_x509_system_trust.3 gnutls_certificate_set_x509_trust.3 gnutls_certificate_set_x509_trust_file.3 gnutls_certificate_set_x509_trust_mem.3 gnutls_certificate_type_get.3 gnutls_certificate_type_get_id.3 gnutls_certificate_type_get_name.3 gnutls_certificate_type_list.3 gnutls_certificate_type_set_priority.3 gnutls_certificate_verification_status_print.3 gnutls_certificate_verify_peers2.3 gnutls_certificate_verify_peers3.3 gnutls_check_version.3 gnutls_cipher_add_auth.3 gnutls_cipher_decrypt.3 gnutls_cipher_decrypt2.3 gnutls_cipher_deinit.3 gnutls_cipher_encrypt.3 gnutls_cipher_encrypt2.3 gnutls_cipher_get.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_cipher_get_block_size.3 gnutls_cipher_get_id.3 gnutls_cipher_get_key_size.3 gnutls_cipher_get_name.3 gnutls_cipher_init.3 gnutls_cipher_list.3 gnutls_cipher_set_iv.3 gnutls_cipher_set_priority.3 gnutls_cipher_suite_get_name.3 gnutls_cipher_suite_info.3 gnutls_cipher_tag.3 gnutls_compression_get.3 gnutls_compression_get_id.3 gnutls_compression_get_name.3 gnutls_compression_list.3 gnutls_compression_set_priority.3 gnutls_credentials_clear.3 gnutls_credentials_set.3 gnutls_db_check_entry.3 gnutls_db_check_entry_time.3 gnutls_db_get_ptr.3 gnutls_db_remove_session.3 gnutls_db_set_cache_expiration.3 gnutls_db_set_ptr.3 gnutls_db_set_remove_function.3 gnutls_db_set_retrieve_function.3 gnutls_db_set_store_function.3 gnutls_deinit.3 gnutls_dh_get_group.3 gnutls_dh_get_peers_public_bits.3 gnutls_dh_get_prime_bits.3 gnutls_dh_get_pubkey.3 gnutls_dh_get_secret_bits.3 gnutls_dh_params_cpy.3 gnutls_dh_params_deinit.3 gnutls_dh_params_export2_pkcs3.3 gnutls_dh_params_export_pkcs3.3 gnutls_dh_params_export_raw.3 gnutls_dh_params_generate2.3 gnutls_dh_params_import_pkcs3.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_dh_params_import_raw.3 gnutls_dh_params_init.3 gnutls_dh_set_prime_bits.3 gnutls_dtls_cookie_send.3 gnutls_dtls_cookie_verify.3 gnutls_dtls_get_data_mtu.3 gnutls_dtls_get_mtu.3 gnutls_dtls_get_timeout.3 gnutls_dtls_prestate_set.3 gnutls_dtls_set_data_mtu.3 gnutls_dtls_set_mtu.3 gnutls_dtls_set_timeouts.3 gnutls_ecc_curve_get.3 gnutls_ecc_curve_get_name.3 gnutls_ecc_curve_get_size.3 gnutls_ecc_curve_list.3 gnutls_error_is_fatal.3 gnutls_error_to_alert.3 gnutls_fingerprint.3 gnutls_global_deinit.3 gnutls_global_init.3 gnutls_global_set_audit_log_function.3 gnutls_global_set_log_function.3 gnutls_global_set_log_level.3 gnutls_global_set_mem_functions.3 gnutls_global_set_mutex.3 gnutls_global_set_time_function.3 gnutls_handshake.3 gnutls_handshake_get_last_in.3 gnutls_handshake_get_last_out.3 gnutls_handshake_set_max_packet_length.3 gnutls_handshake_set_post_client_hello_function.3 gnutls_handshake_set_private_extensions.3 gnutls_handshake_set_random.3 gnutls_handshake_set_timeout.3 gnutls_hash.3 gnutls_hash_deinit.3 gnutls_hash_fast.3 gnutls_hash_get_len.3 gnutls_hash_init.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_hash_output.3 gnutls_heartbeat_allowed.3 gnutls_heartbeat_enable.3 gnutls_heartbeat_get_timeout.3 gnutls_heartbeat_ping.3 gnutls_heartbeat_pong.3 gnutls_heartbeat_set_timeouts.3 gnutls_hex2bin.3 gnutls_hex_decode.3 gnutls_hex_encode.3 gnutls_hmac.3 gnutls_hmac_deinit.3 gnutls_hmac_fast.3 gnutls_hmac_get_len.3 gnutls_hmac_init.3 gnutls_hmac_output.3 gnutls_init.3 gnutls_key_generate.3 gnutls_kx_get.3 gnutls_kx_get_id.3 gnutls_kx_get_name.3 gnutls_kx_list.3 gnutls_kx_set_priority.3 gnutls_load_file.3 gnutls_mac_get.3 gnutls_mac_get_id.3 gnutls_mac_get_key_size.3 gnutls_mac_get_name.3 gnutls_mac_list.3 gnutls_mac_set_priority.3 gnutls_ocsp_req_add_cert.3 gnutls_ocsp_req_add_cert_id.3 gnutls_ocsp_req_deinit.3 gnutls_ocsp_req_export.3 gnutls_ocsp_req_get_cert_id.3 gnutls_ocsp_req_get_extension.3 gnutls_ocsp_req_get_nonce.3 gnutls_ocsp_req_get_version.3 gnutls_ocsp_req_import.3 gnutls_ocsp_req_init.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_ocsp_req_print.3 gnutls_ocsp_req_randomize_nonce.3 gnutls_ocsp_req_set_extension.3 gnutls_ocsp_req_set_nonce.3 gnutls_ocsp_resp_check_crt.3 gnutls_ocsp_resp_deinit.3 gnutls_ocsp_resp_export.3 gnutls_ocsp_resp_get_certs.3 gnutls_ocsp_resp_get_extension.3 gnutls_ocsp_resp_get_nonce.3 gnutls_ocsp_resp_get_produced.3 gnutls_ocsp_resp_get_responder.3 gnutls_ocsp_resp_get_response.3 gnutls_ocsp_resp_get_signature.3 gnutls_ocsp_resp_get_signature_algorithm.3 gnutls_ocsp_resp_get_single.3 gnutls_ocsp_resp_get_status.3 gnutls_ocsp_resp_get_version.3 gnutls_ocsp_resp_import.3 gnutls_ocsp_resp_init.3 gnutls_ocsp_resp_print.3 gnutls_ocsp_resp_verify.3 gnutls_ocsp_resp_verify_direct.3 gnutls_ocsp_status_request_enable_client.3 gnutls_ocsp_status_request_get.3 gnutls_ocsp_status_request_is_checked.3 gnutls_openpgp_crt_check_hostname.3 gnutls_openpgp_crt_deinit.3 gnutls_openpgp_crt_export.3 gnutls_openpgp_crt_export2.3 gnutls_openpgp_crt_get_auth_subkey.3 gnutls_openpgp_crt_get_creation_time.3 gnutls_openpgp_crt_get_expiration_time.3 gnutls_openpgp_crt_get_fingerprint.3 gnutls_openpgp_crt_get_key_id.3 gnutls_openpgp_crt_get_key_usage.3 gnutls_openpgp_crt_get_name.3 gnutls_openpgp_crt_get_pk_algorithm.3 gnutls_openpgp_crt_get_pk_dsa_raw.3 gnutls_openpgp_crt_get_pk_rsa_raw.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_crt_get_preferred_key_id.3 gnutls_openpgp_crt_get_revoked_status.3 gnutls_openpgp_crt_get_subkey_count.3 gnutls_openpgp_crt_get_subkey_creation_time.3 gnutls_openpgp_crt_get_subkey_expiration_time.3 gnutls_openpgp_crt_get_subkey_fingerprint.3 gnutls_openpgp_crt_get_subkey_id.3 gnutls_openpgp_crt_get_subkey_idx.3 gnutls_openpgp_crt_get_subkey_pk_algorithm.3 gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 gnutls_openpgp_crt_get_subkey_revoked_status.3 gnutls_openpgp_crt_get_subkey_usage.3 gnutls_openpgp_crt_get_version.3 gnutls_openpgp_crt_import.3 gnutls_openpgp_crt_init.3 gnutls_openpgp_crt_print.3 gnutls_openpgp_crt_set_preferred_key_id.3 gnutls_openpgp_crt_verify_ring.3 gnutls_openpgp_crt_verify_self.3 gnutls_openpgp_keyring_check_id.3 gnutls_openpgp_keyring_deinit.3 gnutls_openpgp_keyring_get_crt.3 gnutls_openpgp_keyring_get_crt_count.3 gnutls_openpgp_keyring_import.3 gnutls_openpgp_keyring_init.3 gnutls_openpgp_privkey_deinit.3 gnutls_openpgp_privkey_export.3 gnutls_openpgp_privkey_export2.3 gnutls_openpgp_privkey_export_dsa_raw.3 gnutls_openpgp_privkey_export_rsa_raw.3 gnutls_openpgp_privkey_export_subkey_dsa_raw.3 gnutls_openpgp_privkey_export_subkey_rsa_raw.3 gnutls_openpgp_privkey_get_fingerprint.3 gnutls_openpgp_privkey_get_key_id.3 gnutls_openpgp_privkey_get_pk_algorithm.3 gnutls_openpgp_privkey_get_preferred_key_id.3 gnutls_openpgp_privkey_get_revoked_status.3 gnutls_openpgp_privkey_get_subkey_count.3 gnutls_openpgp_privkey_get_subkey_creation_time.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_privkey_get_subkey_fingerprint.3 gnutls_openpgp_privkey_get_subkey_id.3 gnutls_openpgp_privkey_get_subkey_idx.3 gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 gnutls_openpgp_privkey_get_subkey_revoked_status.3 gnutls_openpgp_privkey_import.3 gnutls_openpgp_privkey_init.3 gnutls_openpgp_privkey_sec_param.3 gnutls_openpgp_privkey_set_preferred_key_id.3 gnutls_openpgp_privkey_sign_hash.3 gnutls_openpgp_send_cert.3 gnutls_openpgp_set_recv_key_function.3 gnutls_pcert_deinit.3 gnutls_pcert_import_openpgp.3 gnutls_pcert_import_openpgp_raw.3 gnutls_pcert_import_x509.3 gnutls_pcert_import_x509_raw.3 gnutls_pcert_list_import_x509_raw.3 gnutls_pem_base64_decode.3 gnutls_pem_base64_decode_alloc.3 gnutls_pem_base64_encode.3 gnutls_pem_base64_encode_alloc.3 gnutls_perror.3 gnutls_pk_algorithm_get_name.3 gnutls_pk_bits_to_sec_param.3 gnutls_pkcs11_add_provider.3 gnutls_pkcs11_copy_secret_key.3 gnutls_pkcs11_copy_x509_crt.3 gnutls_pkcs11_copy_x509_privkey.3 gnutls_pkcs11_deinit.3 gnutls_pkcs11_delete_url.3 gnutls_pkcs11_get_pin_function.3 gnutls_pkcs11_init.3 gnutls_pkcs11_obj_deinit.3 gnutls_pkcs11_obj_export.3 gnutls_pkcs11_obj_export2.3 gnutls_pkcs11_obj_export_url.3 gnutls_pkcs11_obj_get_info.3 gnutls_pkcs11_obj_get_type.3 gnutls_pkcs11_obj_import_url.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs11_obj_init.3 gnutls_pkcs11_obj_list_import_url.3 gnutls_pkcs11_obj_list_import_url2.3 gnutls_pkcs11_obj_set_pin_function.3 gnutls_pkcs11_privkey_deinit.3 gnutls_pkcs11_privkey_export_url.3 gnutls_pkcs11_privkey_generate.3 gnutls_pkcs11_privkey_generate2.3 gnutls_pkcs11_privkey_get_info.3 gnutls_pkcs11_privkey_get_pk_algorithm.3 gnutls_pkcs11_privkey_import_url.3 gnutls_pkcs11_privkey_init.3 gnutls_pkcs11_privkey_set_pin_function.3 gnutls_pkcs11_privkey_status.3 gnutls_pkcs11_reinit.3 gnutls_pkcs11_set_pin_function.3 gnutls_pkcs11_set_token_function.3 gnutls_pkcs11_token_get_flags.3 gnutls_pkcs11_token_get_info.3 gnutls_pkcs11_token_get_mechanism.3 gnutls_pkcs11_token_get_url.3 gnutls_pkcs11_token_init.3 gnutls_pkcs11_token_set_pin.3 gnutls_pkcs11_type_get_name.3 gnutls_pkcs12_bag_decrypt.3 gnutls_pkcs12_bag_deinit.3 gnutls_pkcs12_bag_encrypt.3 gnutls_pkcs12_bag_get_count.3 gnutls_pkcs12_bag_get_data.3 gnutls_pkcs12_bag_get_friendly_name.3 gnutls_pkcs12_bag_get_key_id.3 gnutls_pkcs12_bag_get_type.3 gnutls_pkcs12_bag_init.3 gnutls_pkcs12_bag_set_crl.3 gnutls_pkcs12_bag_set_crt.3 gnutls_pkcs12_bag_set_data.3 gnutls_pkcs12_bag_set_friendly_name.3 gnutls_pkcs12_bag_set_key_id.3 gnutls_pkcs12_deinit.3 gnutls_pkcs12_export.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs12_export2.3 gnutls_pkcs12_generate_mac.3 gnutls_pkcs12_get_bag.3 gnutls_pkcs12_import.3 gnutls_pkcs12_init.3 gnutls_pkcs12_set_bag.3 gnutls_pkcs12_simple_parse.3 gnutls_pkcs12_verify_mac.3 gnutls_pkcs7_deinit.3 gnutls_pkcs7_delete_crl.3 gnutls_pkcs7_delete_crt.3 gnutls_pkcs7_export.3 gnutls_pkcs7_export2.3 gnutls_pkcs7_get_crl_count.3 gnutls_pkcs7_get_crl_raw.3 gnutls_pkcs7_get_crt_count.3 gnutls_pkcs7_get_crt_raw.3 gnutls_pkcs7_import.3 gnutls_pkcs7_init.3 gnutls_pkcs7_set_crl.3 gnutls_pkcs7_set_crl_raw.3 gnutls_pkcs7_set_crt.3 gnutls_pkcs7_set_crt_raw.3 gnutls_pk_get_id.3 gnutls_pk_get_name.3 gnutls_pk_list.3 gnutls_pk_to_sign.3 gnutls_prf.3 gnutls_prf_raw.3 gnutls_priority_certificate_type_list.3 gnutls_priority_compression_list.3 gnutls_priority_deinit.3 gnutls_priority_ecc_curve_list.3 gnutls_priority_get_cipher_suite_index.3 gnutls_priority_init.3 gnutls_priority_protocol_list.3 gnutls_priority_set.3 gnutls_priority_set_direct.3 gnutls_priority_sign_list.3 gnutls_privkey_decrypt_data.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_privkey_deinit.3 gnutls_privkey_get_pk_algorithm.3 gnutls_privkey_get_type.3 gnutls_privkey_import_ext.3 gnutls_privkey_import_ext2.3 gnutls_privkey_import_openpgp.3 gnutls_privkey_import_openpgp_raw.3 gnutls_privkey_import_pkcs11.3 gnutls_privkey_import_pkcs11_url.3 gnutls_privkey_import_tpm_raw.3 gnutls_privkey_import_tpm_url.3 gnutls_privkey_import_url.3 gnutls_privkey_import_x509.3 gnutls_privkey_import_x509_raw.3 gnutls_privkey_init.3 gnutls_privkey_set_pin_function.3 gnutls_privkey_sign_data.3 gnutls_privkey_sign_hash.3 gnutls_privkey_sign_raw_data.3 gnutls_privkey_status.3 gnutls_protocol_get_id.3 gnutls_protocol_get_name.3 gnutls_protocol_get_version.3 gnutls_protocol_list.3 gnutls_protocol_set_priority.3 gnutls_psk_allocate_client_credentials.3 gnutls_psk_allocate_server_credentials.3 gnutls_psk_client_get_hint.3 gnutls_psk_free_client_credentials.3 gnutls_psk_free_server_credentials.3 gnutls_psk_server_get_username.3 gnutls_psk_set_client_credentials.3 gnutls_psk_set_client_credentials_function.3 gnutls_psk_set_params_function.3 gnutls_psk_set_server_credentials_file.3 gnutls_psk_set_server_credentials_function.3 gnutls_psk_set_server_credentials_hint.3 gnutls_psk_set_server_dh_params.3 gnutls_psk_set_server_params_function.3 gnutls_pubkey_deinit.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pubkey_encrypt_data.3 gnutls_pubkey_export.3 gnutls_pubkey_export2.3 gnutls_pubkey_get_key_id.3 gnutls_pubkey_get_key_usage.3 gnutls_pubkey_get_openpgp_key_id.3 gnutls_pubkey_get_pk_algorithm.3 gnutls_pubkey_get_pk_dsa_raw.3 gnutls_pubkey_get_pk_ecc_raw.3 gnutls_pubkey_get_pk_ecc_x962.3 gnutls_pubkey_get_pk_rsa_raw.3 gnutls_pubkey_get_preferred_hash_algorithm.3 gnutls_pubkey_get_verify_algorithm.3 gnutls_pubkey_import.3 gnutls_pubkey_import_dsa_raw.3 gnutls_pubkey_import_ecc_raw.3 gnutls_pubkey_import_ecc_x962.3 gnutls_pubkey_import_openpgp.3 gnutls_pubkey_import_openpgp_raw.3 gnutls_pubkey_import_pkcs11.3 gnutls_pubkey_import_pkcs11_url.3 gnutls_pubkey_import_privkey.3 gnutls_pubkey_import_rsa_raw.3 gnutls_pubkey_import_tpm_raw.3 gnutls_pubkey_import_tpm_url.3 gnutls_pubkey_import_url.3 gnutls_pubkey_import_x509.3 gnutls_pubkey_import_x509_crq.3 gnutls_pubkey_import_x509_raw.3 gnutls_pubkey_init.3 gnutls_pubkey_print.3 gnutls_pubkey_set_key_usage.3 gnutls_pubkey_set_pin_function.3 gnutls_pubkey_verify_data.3 gnutls_pubkey_verify_data2.3 gnutls_pubkey_verify_hash.3 gnutls_pubkey_verify_hash2.3 gnutls_random_art.3 gnutls_range_split.3 gnutls_record_can_use_length_hiding.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_record_check_pending.3 gnutls_record_cork.3 gnutls_record_disable_padding.3 gnutls_record_get_direction.3 gnutls_record_get_discarded.3 gnutls_record_get_max_size.3 gnutls_record_recv.3 gnutls_record_recv_seq.3 gnutls_record_send.3 gnutls_record_send_range.3 gnutls_record_set_max_empty_records.3 gnutls_record_set_max_size.3 gnutls_record_set_timeout.3 gnutls_record_uncork.3 gnutls_rehandshake.3 gnutls_rnd.3 gnutls_rnd_refresh.3 gnutls_rsa_export_get_modulus_bits.3 gnutls_rsa_export_get_pubkey.3 gnutls_rsa_params_cpy.3 gnutls_rsa_params_deinit.3 gnutls_rsa_params_export_pkcs1.3 gnutls_rsa_params_export_raw.3 gnutls_rsa_params_generate2.3 gnutls_rsa_params_import_pkcs1.3 gnutls_rsa_params_import_raw.3 gnutls_rsa_params_init.3 gnutls_safe_renegotiation_status.3 gnutls_sec_param_get_name.3 gnutls_sec_param_to_pk_bits.3 gnutls_server_name_get.3 gnutls_server_name_set.3 gnutls_session_channel_binding.3 gnutls_session_enable_compatibility_mode.3 gnutls_session_force_valid.3 gnutls_session_get_data.3 gnutls_session_get_data2.3 gnutls_session_get_desc.3 gnutls_session_get_id.3 gnutls_session_get_id2.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_session_get_ptr.3 gnutls_session_get_random.3 gnutls_session_is_resumed.3 gnutls_session_resumption_requested.3 gnutls_session_set_data.3 gnutls_session_set_premaster.3 gnutls_session_set_ptr.3 gnutls_session_ticket_enable_client.3 gnutls_session_ticket_enable_server.3 gnutls_session_ticket_key_generate.3 gnutls_set_default_export_priority.3 gnutls_set_default_priority.3 gnutls_sign_algorithm_get.3 gnutls_sign_algorithm_get_client.3 gnutls_sign_algorithm_get_requested.3 gnutls_sign_callback_get.3 gnutls_sign_callback_set.3 gnutls_sign_get_hash_algorithm.3 gnutls_sign_get_id.3 gnutls_sign_get_name.3 gnutls_sign_get_pk_algorithm.3 gnutls_sign_is_secure.3 gnutls_sign_list.3 gnutls_srp_allocate_client_credentials.3 gnutls_srp_allocate_server_credentials.3 gnutls_srp_base64_decode.3 gnutls_srp_base64_decode_alloc.3 gnutls_srp_base64_encode.3 gnutls_srp_base64_encode_alloc.3 gnutls_srp_free_client_credentials.3 gnutls_srp_free_server_credentials.3 gnutls_srp_server_get_username.3 gnutls_srp_set_client_credentials.3 gnutls_srp_set_client_credentials_function.3 gnutls_srp_set_prime_bits.3 gnutls_srp_set_server_credentials_file.3 gnutls_srp_set_server_credentials_function.3 gnutls_srp_verifier.3 gnutls_srtp_get_keys.3 gnutls_srtp_get_mki.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_srtp_get_profile_id.3 gnutls_srtp_get_profile_name.3 gnutls_srtp_get_selected_profile.3 gnutls_srtp_set_mki.3 gnutls_srtp_set_profile.3 gnutls_srtp_set_profile_direct.3 gnutls_store_commitment.3 gnutls_store_pubkey.3 gnutls_strerror.3 gnutls_strerror_name.3 gnutls_supplemental_get_name.3 gnutls_tdb_deinit.3 gnutls_tdb_init.3 gnutls_tdb_set_store_commitment_func.3 gnutls_tdb_set_store_func.3 gnutls_tdb_set_verify_func.3 gnutls_tpm_get_registered.3 gnutls_tpm_key_list_deinit.3 gnutls_tpm_key_list_get_url.3 gnutls_tpm_privkey_delete.3 gnutls_tpm_privkey_generate.3 gnutls_transport_get_int.3 gnutls_transport_get_int2.3 gnutls_transport_get_ptr.3 gnutls_transport_get_ptr2.3 gnutls_transport_set_errno.3 gnutls_transport_set_errno_function.3 gnutls_transport_set_int.3 gnutls_transport_set_int2.3 gnutls_transport_set_ptr.3 gnutls_transport_set_ptr2.3 gnutls_transport_set_pull_function.3 gnutls_transport_set_pull_timeout_function.3 gnutls_transport_set_push_function.3 gnutls_transport_set_vec_push_function.3 gnutls_url_is_supported.3 gnutls_verify_stored_pubkey.3 gnutls_x509_crl_check_issuer.3 gnutls_x509_crl_deinit.3 gnutls_x509_crl_export.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crl_export2.3 gnutls_x509_crl_get_authority_key_gn_serial.3 gnutls_x509_crl_get_authority_key_id.3 gnutls_x509_crl_get_crt_count.3 gnutls_x509_crl_get_crt_serial.3 gnutls_x509_crl_get_dn_oid.3 gnutls_x509_crl_get_extension_data.3 gnutls_x509_crl_get_extension_info.3 gnutls_x509_crl_get_extension_oid.3 gnutls_x509_crl_get_issuer_dn.3 gnutls_x509_crl_get_issuer_dn2.3 gnutls_x509_crl_get_issuer_dn_by_oid.3 gnutls_x509_crl_get_next_update.3 gnutls_x509_crl_get_number.3 gnutls_x509_crl_get_raw_issuer_dn.3 gnutls_x509_crl_get_signature.3 gnutls_x509_crl_get_signature_algorithm.3 gnutls_x509_crl_get_this_update.3 gnutls_x509_crl_get_version.3 gnutls_x509_crl_import.3 gnutls_x509_crl_init.3 gnutls_x509_crl_list_import.3 gnutls_x509_crl_list_import2.3 gnutls_x509_crl_print.3 gnutls_x509_crl_privkey_sign.3 gnutls_x509_crl_set_authority_key_id.3 gnutls_x509_crl_set_crt.3 gnutls_x509_crl_set_crt_serial.3 gnutls_x509_crl_set_next_update.3 gnutls_x509_crl_set_number.3 gnutls_x509_crl_set_this_update.3 gnutls_x509_crl_set_version.3 gnutls_x509_crl_sign.3 gnutls_x509_crl_sign2.3 gnutls_x509_crl_verify.3 gnutls_x509_crq_deinit.3 gnutls_x509_crq_export.3 gnutls_x509_crq_export2.3 gnutls_x509_crq_get_attribute_by_oid.3 gnutls_x509_crq_get_attribute_data.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crq_get_attribute_info.3 gnutls_x509_crq_get_basic_constraints.3 gnutls_x509_crq_get_challenge_password.3 gnutls_x509_crq_get_dn.3 gnutls_x509_crq_get_dn2.3 gnutls_x509_crq_get_dn_by_oid.3 gnutls_x509_crq_get_dn_oid.3 gnutls_x509_crq_get_extension_by_oid.3 gnutls_x509_crq_get_extension_data.3 gnutls_x509_crq_get_extension_info.3 gnutls_x509_crq_get_key_id.3 gnutls_x509_crq_get_key_purpose_oid.3 gnutls_x509_crq_get_key_rsa_raw.3 gnutls_x509_crq_get_key_usage.3 gnutls_x509_crq_get_pk_algorithm.3 gnutls_x509_crq_get_private_key_usage_period.3 gnutls_x509_crq_get_subject_alt_name.3 gnutls_x509_crq_get_subject_alt_othername_oid.3 gnutls_x509_crq_get_version.3 gnutls_x509_crq_import.3 gnutls_x509_crq_init.3 gnutls_x509_crq_print.3 gnutls_x509_crq_privkey_sign.3 gnutls_x509_crq_set_attribute_by_oid.3 gnutls_x509_crq_set_basic_constraints.3 gnutls_x509_crq_set_challenge_password.3 gnutls_x509_crq_set_dn.3 gnutls_x509_crq_set_dn_by_oid.3 gnutls_x509_crq_set_key.3 gnutls_x509_crq_set_key_purpose_oid.3 gnutls_x509_crq_set_key_rsa_raw.3 gnutls_x509_crq_set_key_usage.3 gnutls_x509_crq_set_private_key_usage_period.3 gnutls_x509_crq_set_pubkey.3 gnutls_x509_crq_set_subject_alt_name.3 gnutls_x509_crq_set_version.3 gnutls_x509_crq_sign.3 gnutls_x509_crq_sign2.3 gnutls_x509_crq_verify.3 gnutls_x509_crt_check_hostname.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_check_issuer.3 gnutls_x509_crt_check_revocation.3 gnutls_x509_crt_cpy_crl_dist_points.3 gnutls_x509_crt_deinit.3 gnutls_x509_crt_export.3 gnutls_x509_crt_export2.3 gnutls_x509_crt_get_activation_time.3 gnutls_x509_crt_get_authority_info_access.3 gnutls_x509_crt_get_authority_key_gn_serial.3 gnutls_x509_crt_get_authority_key_id.3 gnutls_x509_crt_get_basic_constraints.3 gnutls_x509_crt_get_ca_status.3 gnutls_x509_crt_get_crl_dist_points.3 gnutls_x509_crt_get_dn.3 gnutls_x509_crt_get_dn2.3 gnutls_x509_crt_get_dn_by_oid.3 gnutls_x509_crt_get_dn_oid.3 gnutls_x509_crt_get_expiration_time.3 gnutls_x509_crt_get_extension_by_oid.3 gnutls_x509_crt_get_extension_data.3 gnutls_x509_crt_get_extension_info.3 gnutls_x509_crt_get_extension_oid.3 gnutls_x509_crt_get_fingerprint.3 gnutls_x509_crt_get_issuer.3 gnutls_x509_crt_get_issuer_alt_name.3 gnutls_x509_crt_get_issuer_alt_name2.3 gnutls_x509_crt_get_issuer_alt_othername_oid.3 gnutls_x509_crt_get_issuer_dn.3 gnutls_x509_crt_get_issuer_dn2.3 gnutls_x509_crt_get_issuer_dn_by_oid.3 gnutls_x509_crt_get_issuer_dn_oid.3 gnutls_x509_crt_get_issuer_unique_id.3 gnutls_x509_crt_get_key_id.3 gnutls_x509_crt_get_key_purpose_oid.3 gnutls_x509_crt_get_key_usage.3 gnutls_x509_crt_get_pk_algorithm.3 gnutls_x509_crt_get_pk_dsa_raw.3 gnutls_x509_crt_get_pk_rsa_raw.3 gnutls_x509_crt_get_policy.3 gnutls_x509_crt_get_preferred_hash_algorithm.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_get_private_key_usage_period.3 gnutls_x509_crt_get_proxy.3 gnutls_x509_crt_get_raw_dn.3 gnutls_x509_crt_get_raw_issuer_dn.3 gnutls_x509_crt_get_serial.3 gnutls_x509_crt_get_signature.3 gnutls_x509_crt_get_signature_algorithm.3 gnutls_x509_crt_get_subject.3 gnutls_x509_crt_get_subject_alt_name.3 gnutls_x509_crt_get_subject_alt_name2.3 gnutls_x509_crt_get_subject_alt_othername_oid.3 gnutls_x509_crt_get_subject_key_id.3 gnutls_x509_crt_get_subject_unique_id.3 gnutls_x509_crt_get_verify_algorithm.3 gnutls_x509_crt_get_version.3 gnutls_x509_crt_import.3 gnutls_x509_crt_import_pkcs11.3 gnutls_x509_crt_import_pkcs11_url.3 gnutls_x509_crt_init.3 gnutls_x509_crt_list_import.3 gnutls_x509_crt_list_import2.3 gnutls_x509_crt_list_import_pkcs11.3 gnutls_x509_crt_list_verify.3 gnutls_x509_crt_print.3 gnutls_x509_crt_privkey_sign.3 gnutls_x509_crt_set_activation_time.3 gnutls_x509_crt_set_authority_info_access.3 gnutls_x509_crt_set_authority_key_id.3 gnutls_x509_crt_set_basic_constraints.3 gnutls_x509_crt_set_ca_status.3 gnutls_x509_crt_set_crl_dist_points.3 gnutls_x509_crt_set_crl_dist_points2.3 gnutls_x509_crt_set_crq.3 gnutls_x509_crt_set_crq_extensions.3 gnutls_x509_crt_set_dn.3 gnutls_x509_crt_set_dn_by_oid.3 gnutls_x509_crt_set_expiration_time.3 gnutls_x509_crt_set_extension_by_oid.3 gnutls_x509_crt_set_issuer_dn.3 gnutls_x509_crt_set_issuer_dn_by_oid.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_set_key.3 gnutls_x509_crt_set_key_purpose_oid.3 gnutls_x509_crt_set_key_usage.3 gnutls_x509_crt_set_pin_function.3 gnutls_x509_crt_set_policy.3 gnutls_x509_crt_set_private_key_usage_period.3 gnutls_x509_crt_set_proxy.3 gnutls_x509_crt_set_proxy_dn.3 gnutls_x509_crt_set_pubkey.3 gnutls_x509_crt_set_serial.3 gnutls_x509_crt_set_subject_alternative_name.3 gnutls_x509_crt_set_subject_alt_name.3 gnutls_x509_crt_set_subject_key_id.3 gnutls_x509_crt_set_version.3 gnutls_x509_crt_sign.3 gnutls_x509_crt_sign2.3 gnutls_x509_crt_verify.3 gnutls_x509_crt_verify_data.3 gnutls_x509_crt_verify_hash.3 gnutls_x509_dn_deinit.3 gnutls_x509_dn_export.3 gnutls_x509_dn_export2.3 gnutls_x509_dn_get_rdn_ava.3 gnutls_x509_dn_import.3 gnutls_x509_dn_init.3 gnutls_x509_dn_oid_known.3 gnutls_x509_dn_oid_name.3 gnutls_x509_policy_release.3 gnutls_x509_privkey_cpy.3 gnutls_x509_privkey_deinit.3 gnutls_x509_privkey_export.3 gnutls_x509_privkey_export2.3 gnutls_x509_privkey_export2_pkcs8.3 gnutls_x509_privkey_export_dsa_raw.3 gnutls_x509_privkey_export_ecc_raw.3 gnutls_x509_privkey_export_pkcs8.3 gnutls_x509_privkey_export_rsa_raw.3 gnutls_x509_privkey_export_rsa_raw2.3 gnutls_x509_privkey_fix.3 gnutls_x509_privkey_generate.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_privkey_get_key_id.3 gnutls_x509_privkey_get_pk_algorithm.3 gnutls_x509_privkey_get_pk_algorithm2.3 gnutls_x509_privkey_import.3 gnutls_x509_privkey_import2.3 gnutls_x509_privkey_import_dsa_raw.3 gnutls_x509_privkey_import_ecc_raw.3 gnutls_x509_privkey_import_openssl.3 gnutls_x509_privkey_import_pkcs8.3 gnutls_x509_privkey_import_rsa_raw.3 gnutls_x509_privkey_import_rsa_raw2.3 gnutls_x509_privkey_init.3 gnutls_x509_privkey_sec_param.3 gnutls_x509_privkey_sign_data.3 gnutls_x509_privkey_sign_hash.3 gnutls_x509_privkey_verify_params.3 gnutls_x509_rdn_get.3 gnutls_x509_rdn_get_by_oid.3 gnutls_x509_rdn_get_oid.3 gnutls_x509_trust_list_add_cas.3 gnutls_x509_trust_list_add_crls.3 gnutls_x509_trust_list_add_named_crt.3 gnutls_x509_trust_list_add_system_trust.3 gnutls_x509_trust_list_add_trust_file.3 gnutls_x509_trust_list_add_trust_mem.3 gnutls_x509_trust_list_deinit.3 gnutls_x509_trust_list_get_issuer.3 gnutls_x509_trust_list_init.3 gnutls_x509_trust_list_remove_cas.3 gnutls_x509_trust_list_remove_trust_file.3 gnutls_x509_trust_list_remove_trust_mem.3 gnutls_x509_trust_list_verify_crt.3 gnutls_x509_trust_list_verify_named_crt.3 '/usr/share/man/man3' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-handshake-state.png gnutls-layers.png gnutls-modauth.png gnutls-pgp.png gnutls-client-server-use-case.png gnutls-handshake-sequence.png gnutls-internals.png gnutls-logo.png gnutls-x509.png pkcs11-vision.png '/usr/share/info' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./gnutls.info ./gnutls.info-1 ./gnutls.info-2 ./gnutls.info-3 ./gnutls.info-4 ./gnutls.info-5 ./gnutls-guile.info '/usr/share/info' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install python2.7-dev ssl-cert swig swig2.0 tcl tcl8.6 tk tk8.6 x11-utils xbitmaps unit-oai-hss-0: 17:46:46 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 17:46:47 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:46:47 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 17:46:47 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 17:46:47 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-oai-hss-0: 17:46:47 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpciaccess0 amd64 0.13.2-1 [20.4 kB] unit-oai-hss-0: 17:46:47 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 17:46:47 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-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-hss-0: 17:46:47 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-radeon1 amd64 2.4.67-1ubuntu0.14.04.2 [21.2 kB] unit-oai-hss-0: 17:46:47 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-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-hss-0: 17:46:47 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-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 17:46:47 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 17:46:48 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3.1 [108 kB] unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-hss-0: 17:46:48 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-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 17:46:48 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-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 17:46:48 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-hss-0: 17:46:48 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libglapi-mesa amd64 10.1.3-0ubuntu0.6 [21.0 kB] unit-oai-hss-0: 17:46:49 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2.1 [9350 B] unit-oai-hss-0: 17:46:49 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri2-0 amd64 1.10-2ubuntu1 [6710 B] unit-oai-hss-0: 17:46:49 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri3-0 amd64 1.10-2ubuntu1 [5118 B] unit-oai-hss-0: 17:46:49 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-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install checking kernel version that we will build against... 3.19.0.0 in /lib/modules/3.19.0-031900-generic/build unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-hss-0: 17:46:49 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 17:46:49 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 17:46:49 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-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-hss-0: 17:46:49 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-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-hss-0: 17:46:49 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-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 17:46:49 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-hss-0: 17:46:49 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86vm1 amd64 1:1.1.3-1 [11.7 kB] unit-oai-hss-0: 17:46:49 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-glx amd64 10.1.3-0ubuntu0.6 [113 kB] unit-oai-hss-0: 17:46:49 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-epc-0: 17:46:50 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 17:46:50 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-hss-0: 17:46:50 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.3 [36.1 kB] unit-oai-hss-0: 17:46:50 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.3 [36.2 kB] unit-oai-hss-0: 17:46:50 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-epc-0: 17:46:50 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:46:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-hss-0: 17:46:50 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] unit-oai-hss-0: 17:46:50 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] unit-oai-hss-0: 17:46:51 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-epc-0: 17:46:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxft2 amd64 2.3.1-2 [36.2 kB] unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxss1 amd64 1:1.2.2-1 [8582 B] unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtk8.6 amd64 8.6.1-3ubuntu2 [689 kB] unit-oai-epc-0: 17:46:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxmu6 amd64 2:1.1.1-1 [53.8 kB] unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-epc-0: 17:46:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-shape0 amd64 1.10-2ubuntu1 [5654 B] unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-oai-hss-0: 17:46:51 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-epc-0: 17:46:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-hss-0: 17:46:51 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrandr2 amd64 2:1.5.0-1~trusty1 [17.5 kB] unit-oai-hss-0: 17:46:52 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-oai-hss-0: 17:46:52 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-oai-hss-0: 17:46:52 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-oai-hss-0: 17:46:52 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-epc-0: 17:46:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-hss-0: 17:46:52 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3.1 [829 kB] unit-oai-hss-0: 17:46:52 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] unit-oai-hss-0: 17:46:52 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-epc-0: 17:46:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-hss-0: 17:46:52 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: 17:46:52 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-oai-hss-0: 17:46:52 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-epc-0: 17:46:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-multidev amd64 1.12+dfsg-2ubuntu5.3 [111 kB] unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3.1 [4438 B] unit-oai-epc-0: 17:46:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3.1 [122 kB] unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsys-hostname-long-perl all 1.4-3 [11.3 kB] unit-oai-hss-0: 17:46:53 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-epc-0: 17:46:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.24-0ubuntu0.14.04 [78.5 kB] unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.24-0ubuntu0.14.04 [140 kB] unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] unit-oai-hss-0: 17:46:53 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-epc-0: 17:46:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.4 [1521 kB] unit-oai-hss-0: 17:46:53 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.4 [42.7 kB] unit-oai-epc-0: 17:46:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-hss-0: 17:46:54 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] unit-oai-hss-0: 17:46:54 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-epc-0: 17:46:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-hss-0: 17:46:54 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB] unit-oai-hss-0: 17:46:54 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig2.0 amd64 2.0.11-1ubuntu2 [875 kB] unit-oai-hss-0: 17:46:54 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-epc-0: 17:46:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-hss-0: 17:46:54 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl8.6 amd64 8.6.1-4ubuntu1 [14.2 kB] unit-oai-hss-0: 17:46:54 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl amd64 8.6.0+6ubuntu3 [4900 B] unit-oai-hss-0: 17:46:54 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-oai-hss-0: 17:46:54 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-epc-0: 17:46:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-hss-0: 17:46:54 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] unit-oai-hss-0: 17:46:54 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-epc-0: 17:46:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install Extracting templates from packages: 41% Extracting templates from packages: 82% Extracting templates from packages: 100% unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-epc-0: 17:46:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 17:46:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 8s (5249 kB/s) unit-oai-epc-0: 17:46:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install (Reading database ... 92795 files and directories currently installed.) unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:46:55 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-epc-0: 17:46:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-mysql-0: 17:46:56 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:46:56 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:46:56 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:46:56 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 17:46:56 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 17:46:56 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-mysql-0: 17:46:56 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:46:56 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:46:56 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-mysql-0: 17:46:56 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 17:46:56 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:46:56 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:46:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-epc-0: 17:46:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 17:46:56 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-epc-0: 17:46:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-hss-0: 17:46:57 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 17:46:57 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-hss-0: 17:46:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 17:46:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 17:46:58 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-hss-0: 17:46:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 17:46:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-hss-0: 17:46:58 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 17:46:58 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-hss-0: 17:46:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-hss-0: 17:46:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-hss-0: 17:46:59 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 17:46:59 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install libxt_geoip.c:99:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF $depbase.Tpo -c -o libxt_ACCOUNT_cl.lo libxt_ACCOUNT_cl.c &&\ unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF .deps/libxt_ACCOUNT_cl.Tpo -c libxt_ACCOUNT_cl.c -fPIC -DPIC -o .libs/libxt_ACCOUNT_cl.o unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o libxt_ACCOUNT_cl.la -rpath /usr/local/lib libxt_ACCOUNT_cl.lo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install libtool: link: gcc -shared -fPIC -DPIC .libs/libxt_ACCOUNT_cl.o -O2 -Wl,-soname -Wl,libxt_ACCOUNT_cl.so.0 -o .libs/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so.0" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so.0") unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so") unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install libtool: link: ( cd ".libs" && rm -f "libxt_ACCOUNT_cl.la" && ln -s "../libxt_ACCOUNT_cl.la" "libxt_ACCOUNT_cl.la" ) unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT iptaccount.o -MD -MP -MF $depbase.Tpo -c -o iptaccount.o iptaccount.c &&\ unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o iptaccount iptaccount.o libxt_ACCOUNT_cl.la unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o .libs/iptaccount iptaccount.o ./.libs/libxt_ACCOUNT_cl.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT pknlusr.o -MD -MP -MF $depbase.Tpo -c -o pknlusr.o pknlusr.c &&\ unit-oai-epc-0: 17:47:00 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:01 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-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install for ext in ./extensions/ACCOUNT/libxt_ACCOUNT.man ./extensions/libxt_CHAOS.man ./extensions/libxt_DELUDE.man ./extensions/libxt_DHCPMAC.man ./extensions/libxt_DNETMAP.man ./extensions/libxt_ECHO.man ./extensions/libxt_GTPUSP.man ./extensions/libxt_IPMARK.man ./extensions/libxt_LOGMARK.man ./extensions/libxt_SYSRQ.man ./extensions/libxt_TARPIT.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >targets.man; unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install sed -e '/@MATCHES@/ r matches.man' -e '/@TARGET@/ r targets.man' xtables-addons.8.in >xtables-addons.8; unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-epc-0: 17:47:01 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:01 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions INSTALL_MOD_PATH= ext-mod-dir='${INSTALL_MOD_DIR}' modules_install; fi; unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-hss-0: 17:47:02 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c libxt_ACCOUNT_cl.la '/usr/local/lib' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.so.0.0.0 /usr/local/lib/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0 || { rm -f libxt_ACCOUNT_cl.so.0 && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0; }; }) unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so || { rm -f libxt_ACCOUNT_cl.so && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so; }; }) unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.lai /usr/local/lib/libxt_ACCOUNT_cl.la unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /usr/bin/install -c xt_geoip_build xt_geoip_dl '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xt_geoip_build.1 xt_geoip_dl.1 '/usr/local/share/man/man1' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 17:47:02 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 17:47:03 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 17:47:04 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:47:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 17:47:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:47:05 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 17:47:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:47:05 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-epc-0: 17:47:06 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 17:47:06 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 17:47:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 17:47:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 17:47:07 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 17:47:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 17:47:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:09 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 17:47:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 17:47:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 17:47:09 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 17:47:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 17:47:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 17:47:10 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 17:47:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 17:47:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 17:47:11 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 17:47:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 17:47:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 17:47:11 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:12 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:47:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 17:47:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 17:47:13 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 17:47:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 17:47:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 17:47:13 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 17:47:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 17:47:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 17:47:14 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 17:47:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 17:47:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 17:47:15 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 17:47:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 17:47:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 17:47:16 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 17:47:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 17:47:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 17:47:17 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 17:47:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 17:47:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 17:47:17 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 17:47:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 17:47:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 17:47:17 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 17:47:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 17:47:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 17:47:18 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 17:47:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 17:47:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 17:47:18 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 17:47:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 17:47:18 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: 17:47:18 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 17:47:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 17:47:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 17:47:19 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 17:47:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 17:47:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 17:47:19 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 17:47:20 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 17:47:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 17:47:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 17:47:21 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 17:47:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 17:47:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 17:47:22 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 17:47:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 17:47:24 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 17:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 17:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 17:47:24 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 17:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 17:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.4_all.deb ... unit-oai-hss-0: 17:47:25 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.4) ... unit-oai-hss-0: 17:47:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 17:47:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.4_amd64.deb ... unit-oai-hss-0: 17:47:25 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.4) ... unit-oai-hss-0: 17:47:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 17:47:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 17:47:25 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 17:47:26 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 17:47:28 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 17:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 17:47:30 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 17:47:30 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 17:47:33 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 17:47:33 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 17:47:33 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 17:47:33 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 17:47:33 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:47:34 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:47:34 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 17:47:34 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 17:47:34 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 17:47:34 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 17:47:34 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 17:47:34 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:47:35 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:47:35 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-epc-0: 17:47:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:47:35 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:47:36 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:47:36 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:47:36 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:47:36 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:47:36 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 17:47:36 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 17:47:36 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 17:47:37 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 17:47:37 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 17:47:37 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-oai-hss-0: 17:47:37 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:37 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:38 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:38 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:38 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 17:47:38 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 17:47:39 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 17:47:39 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 17:47:39 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 17:47:39 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 17:47:39 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 17:47:39 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 17:47:39 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 17:47:40 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 17:47:40 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 17:47:40 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 17:47:40 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 17:47:40 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 17:47:40 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 17:47:41 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 17:47:41 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 17:47:41 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-oai-hss-0: 17:47:41 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 17:47:41 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 17:47:41 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 17:47:41 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 17:47:41 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 17:47:42 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 17:47:42 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 17:47:42 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 17:47:42 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 17:47:42 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 17:47:42 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 17:47:43 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-epc-0: 17:47:44 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 17:47:44 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 17:47:44 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 17:47:44 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 17:47:44 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 17:47:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:47:44 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 17:47:44 DEBUG unit.oai-epc/0.install + cp /var/lib/juju/agents/unit-oai-epc-0/charm/files/mme_gw /etc/init/mme_gw.conf unit-oai-epc-0: 17:47:44 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 17:47:44 DEBUG unit.oai-epc/0.install + status-set blocked 'Waiting for active connection with HSS to actually run EPC...add hss relation' unit-oai-epc-0: 17:47:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:47:44 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-epc-0: 17:47:44 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 17:47:44 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 17:47:44 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 17:47:44 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 17:47:44 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-epc-0: 17:47:44 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 17:47:44 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-epc-0: 17:47:44 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 17:47:44 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 17:47:44 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-epc-0: 17:47:44 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 17:47:44 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 17:47:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-hss-0: 17:47:45 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-hss-0: 17:47:45 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.4) ... unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 17:47:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 17:47:45 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 17:47:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 17:47:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 17:47:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 17:47:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.11 unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.11 ']' unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 17:47:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/config-changed: line 87: hss_id: unbound variable unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-hss-0: 17:47:46 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.4) ... unit-oai-epc-0: 17:47:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:47:46 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 17:47:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-hss-0: 17:47:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:46 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-epc-0: 17:47:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.realm: No such file or directory unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + rm -f /usr/etc/freeDiameter/mme.cacert.pem /usr/etc/freeDiameter/mme.cakey.pem /usr/etc/freeDiameter/mme.cert.pem /usr/etc/freeDiameter/mme.key.pem /usr/etc/freeDiameter/mme_fd.conf unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + sed -i s/oai-epc-0.openair4G.eur/oai-epc-0.openair4G.eur/ /etc/hosts unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 17:47:46 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-hss-0: 17:47:46 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 17:47:46 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 17:47:46 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up the config option chose by the user or the default ones' unit-oai-epc-0: 17:47:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:47:47 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXENB/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXUE/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/RELATIVE_CAPACITY/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_STATISTIC_TIMER/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/EMERGENCY_ATTACH_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/UNAUTHENTICATED_IMSI_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MCC="[0-9]+"/MCC="208"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MNC="[0-9]+"/MNC="93"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+",-"192.188.1.0/24",-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+" -"192.188.2.0/24" -' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 17:47:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:47:47 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.11 unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_INTERFACE_NAME_FOR_S1_MME/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_INTERFACE_NAME_FOR_SGI/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.11/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.11/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.11/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_SEC_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-hss-0: 17:47:47 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-epc-0: 17:47:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:47:47 INFO unit.oai-epc/0.juju-log EPC is built, but is waiting for active connection to gather the last info unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.config-changed + juju-log 'no HSS is found, so EPC is not going to be run' unit-oai-epc-0: 17:47:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:47:47 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 17:47:47 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 17:47:47 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 17:47:47 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:47 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 17:47:47 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-epc-0: 17:47:47 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 17:47:47 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 17:47:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:47:47 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 17:47:47 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 17:47:47 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-epc-0: 17:47:47 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:47:47 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 17:47:47 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 17:47:47 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-epc-0: 17:47:48 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 17:47:48 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 17:47:48 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-epc-0: 17:47:48 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 17:47:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 17:47:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:47:48 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 17:47:48 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:48 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:48 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 17:47:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 17:47:49 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 17:47:49 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 17:47:49 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 17:47:49 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-abot-epc-basic-0: 17:47:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 17:47:49 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 17:47:49 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-oai-epc-0: 17:47:49 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 17:47:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 17:47:49 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: 17:47:49 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 17:47:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:49 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-abot-epc-basic-0: 17:47:49 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 17:47:49 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-oai-hss-0: 17:47:49 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:47:49 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 17:47:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 17:47:49 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:47:49 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:47:49 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:47:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 17:47:50 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:47:50 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-abot-epc-basic-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-abot-epc-basic-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-oai-hss-0: 17:47:50 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-abot-epc-basic-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-hss-0: 17:47:50 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-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-hss-0: 17:47:50 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 11 -le 255 ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 11 -le 255 ]] unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.11' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.11 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.11 unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-abot-epc-basic-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:47:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:47:50 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-abot-epc-basic-0: 17:47:50 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 17:47:50 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 17:47:50 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 17:47:50 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 17:47:50 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 17:47:50 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:50 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:47:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:47:50 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 17:47:50 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:50 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:50 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 17:47:50 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:50 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:47:50 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 17:47:50 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:50 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:50 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 17:47:50 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 17:47:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-hss-0: 17:47:51 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 17:47:51 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.11 unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 ']' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep abot-epc-basic/0 /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep '^1 [0-9]+$' /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep 'MCC[ ]*=[ ]*"208"[ ]*;[ ]*MNC[ ]*=[ ]*"93"[ ]*;[ ]*TAC[ ]*=[ ]*"1"' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.11/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.11/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 17:47:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-oai-epc-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + sed -r -i '/TAI_LIST/a {MCC="208" ; MNC="93"; TAC = "1";},' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-epc-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 17:47:51 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit= unit-oai-epc-0: 17:47:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n '' ']' unit-oai-epc-0: 17:47:51 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 17:47:51 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 17:47:51 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:51 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:47:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:47:51 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 17:47:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 17:47:51 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 17:47:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 17:47:51 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 17:47:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-oai-epc-0: 17:47:51 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 17:47:51 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:47:51 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 17:47:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 17:47:52 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 17:47:52 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 17:47:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-epc-0: 17:47:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:47:52 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:52 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 17:47:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 17:47:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 17:47:52 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-oai-epc-0: 17:47:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:47:52 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 17:47:52 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:47:52 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 17:47:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:47:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 17:47:57 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install libfdproto;dl;/usr/lib/x86_64-linux-gnu/libsctp.so;/usr/lib/x86_64-linux-gnu/libgcrypt.so;/usr/lib/libgnutls.so unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 17:47:58 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 17:47:59 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 17:48:00 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 17:48:01 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 17:48:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 17:48:03 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 60%] Building C object extensions/dict_s6a/CMakeFiles/dict_s6a.dir/dict_s6a.c.o unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 17:48:04 DEBUG unit.oai-hss/0.install [ 61%] Building C object extensions/dict_nasreq/CMakeFiles/dict_nasreq.dir/dict_nasreq.c.o unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install [ 62%] Building C object extensions/dict_eap/CMakeFiles/dict_eap.dir/dict_eap.c.o unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 17:48:05 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: 17:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install [ 64%] Building C object extensions/dict_dcca_3gpp/CMakeFiles/dict_dcca_3gpp.dir/dict_dcca_3gpp.c.o unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 17:48:05 DEBUG unit.oai-hss/0.install [ 65%] Building C object extensions/dict_dcca_starent/CMakeFiles/dict_dcca_starent.dir/dict_dcca_starent.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 67%] Building C object extensions/dict_mip6a/CMakeFiles/dict_mip6a.dir/dict_mip6a.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 68%] Building C object extensions/dict_mip6i/CMakeFiles/dict_mip6i.dir/dict_mip6i.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 69%] Building C object extensions/dict_nas_mipv6/CMakeFiles/dict_nas_mipv6.dir/dict_nas_mipv6.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 73%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rt_default.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 75%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/lex.rtd_conf.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 17:48:06 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 80%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_expiry.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 81%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_fwd.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 82%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_out.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 86%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/lex.rtbusy_conf.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 87%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy_conf.tab.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 88%] Building C object extensions/rt_ignore_dh/CMakeFiles/rt_ignore_dh.dir/rt_ignore_dh.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 89%] Building C object extensions/rt_load_balance/CMakeFiles/rt_load_balance.dir/rt_load_balance.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 92%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/acl_wl.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 93%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_tree.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 94%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/lex.aw_conf.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 95%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_conf.tab.c.o unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 17:48:07 DEBUG unit.oai-hss/0.install [ 96%] Building C object extensions/dbg_monitor/CMakeFiles/dbg_monitor.dir/dbg_monitor.c.o unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 97%] Building C object extensions/dbg_msg_timings/CMakeFiles/dbg_msg_timings.dir/dbg_msg_timings.c.o unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 98%] Building C object extensions/dbg_msg_dumps/CMakeFiles/dbg_msg_dumps.dir/dbg_msg_dumps.c.o unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 17:48:08 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pexpect all 3.1-1ubuntu0.1 [37.8 kB] unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (94.7 kB/s) unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install (Reading database ... 95686 files and directories currently installed.) unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 17:48:09 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 17:48:10 DEBUG unit.oai-hss/0.install + install -o root -g root -m 0644 /var/lib/juju/agents/unit-oai-hss-0/charm/files/CMakeLists.txt /srv/openair-cn/BUILD/HSS/CMakeLists.txt unit-oai-hss-0: 17:48:10 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 17:48:10 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 17:48:10 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 17:48:10 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install ....++++++ unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install ....................................++++++ unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install .++++++ unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install ..........................++++++ unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Not Before: Dec 12 17:48:11 2018 GMT unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Not After : Dec 12 17:48:11 2019 GMT unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install 72:DB:AC:6C:57:F3:7A:AF:7D:46:26:C1:C0:2A:11:72:55:E4:C7:19 unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install keyid:C8:75:0D:FA:D9:7D:48:D2:0A:F1:6F:44:4B:C7:F4:4E:C5:79:A7:E9 unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Certificate is to be certified until Dec 12 17:48:11 2019 GMT (365 days) unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install [ 4%] Scanning dependencies of target hss_s6a unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install [ 65%] [ 69%] [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 17:48:11 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: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_subscription_data.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_auth_info.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_common.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_error.c.o unit-oai-hss-0: 17:48:11 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: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_fd.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install [ 78%] [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 17:48:11 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: 17:48:11 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: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 17:48:11 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 17:48:12 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 17:48:12 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 17:48:12 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_s6a unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [100%] Building C object CMakeFiles/oai_hss.dir/srv/openair-cn/SRC/OAI_HSS/hss_main.c.o unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 17:48:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:48:13 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install + cp /var/lib/juju/agents/unit-oai-hss-0/charm/files/oai_hss /etc/init/oai_hss.conf unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 17:48:13 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 17:48:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 17:48:13 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 17:48:14 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 17:48:14 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 17:48:14 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 17:48:14 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 17:48:14 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 17:48:14 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 17:48:14 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 17:48:14 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 17:48:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 17:48:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 17:48:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.realm: No such file or directory unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 17:48:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + sed -i s/oai-hss-0.openair4G.eur/oai-hss-0.openair4G.eur/ /etc/hosts unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + /srv/openair-cn/SCRIPTS/check_hss_s6a_certificate /usr oai-hss-0.openair4G.eur unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Identity[ ]*=[ ]*)".*"/\1"oai-hss-0.openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Realm[ ]*=[ ]*)".*"/\1"openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(^ALLOW_OLD_TLS[ ]*).*/\1*.openair4G.eur/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 17:48:14 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 17:48:15 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:48:15 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 17:48:15 DEBUG unit.oai-hss/0.config-changed + juju-log 'HSS is built, but is waiting for active connection to gather the last info' unit-oai-hss-0: 17:48:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:48:15 INFO unit.oai-hss/0.juju-log HSS is built, but is waiting for active connection to gather the last info unit-oai-hss-0: 17:48:15 DEBUG unit.oai-hss/0.config-changed + juju-log 'no db is found, so HSS process is not going to be run' unit-oai-hss-0: 17:48:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:48:15 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 17:48:15 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 17:48:15 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 17:48:15 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 17:48:15 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:48:15 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 17:48:15 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 17:48:15 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 17:48:15 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 17:48:15 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 17:48:16 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:48:16 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 17:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:48:16 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 17:48:16 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 17:48:16 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:48:16 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 17:48:16 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 17:48:16 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 17:48:16 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-epc-0: 17:48:16 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-epc-0: 17:48:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:48:16 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 17:48:16 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:16 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:16 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 17:48:16 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 17:48:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-mysql-0: 17:48:16 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 17:48:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:48:16 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 17:48:16 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 17:48:16 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 17:48:16 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 17:48:16 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-mysql-0: 17:48:16 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 17:48:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 17:48:16 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:16 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 17:48:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:48:16 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 17:48:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 17:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-hss-0: 17:48:16 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:48:16 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-epc-0: 17:48:16 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 11 -le 255 ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 11 -le 255 ]] unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.11' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.11 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 17:48:16 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.11 unit-mysql-0: 17:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:48:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:48:16 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 17:48:16 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 17:48:16 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-epc-0: 17:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-hss-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 17:48:17 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-mysql-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.17 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 17 -le 255 ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.17 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 17 -le 255 ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.17' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.17 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.17 unit-oai-epc-0: 17:48:17 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 17:48:17 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:17 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-mysql-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-mysql-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is not running' unit-mysql-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 17:48:17 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:48:17 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-hss-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:48:17 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is not running unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + status=1 unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 1 -eq 0 ']' unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=no unit-mysql-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss= unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:17 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn= unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-mysql-0: 17:48:17 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running= unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-mysql-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 17:48:17 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db= unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:17 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 17:48:17 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 17:48:17 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart= unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-mysql-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 17:48:17 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `leidoohahtotahc` identified by 'sheiweechooveis'] unit-mysql-0: 17:48:17 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `leidoohahtotahc` identified by 'sheiweechooveis'] unit-mysql-0: 17:48:17 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=leidoohahtotahc', 'password=sheiweechooveis', 'host=192.168.121.12', 'slave=False'] unit-mysql-0: 17:48:17 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=, hss_running=, mme_in_db= , relation_ids_epc=epc:3 ' unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:48:17 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: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Data not sent yet' unit-mysql-0: 17:48:17 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-oai-hss-0: 17:48:17 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-epc-0: 17:48:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:48:17 INFO unit.oai-epc/0.juju-log hss:2: Data not sent yet unit-mysql-0: 17:48:17 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-epc-0: 17:48:17 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 17:48:17 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-mysql-0: 17:48:17 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 17:48:17 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:48:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:48:17 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 17:48:17 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 17:48:17 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 17:48:17 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 17:48:17 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:48:17 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:48:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 17:48:17 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:17 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 17:48:17 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 17:48:17 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:17 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:17 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 17:48:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 17:48:18 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:48:18 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-mysql-0: 17:48:18 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-mysql-0: 17:48:18 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.17 unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-mysql-0: 17:48:18 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 17:48:18 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:48:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:48:18 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:48:18 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-mysql-0: 17:48:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=no unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.11 unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.11 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:48:18 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: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=leidoohahtotahc unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:48:18 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: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.17 ']' unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-hss-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=sheiweechooveis unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:48:18 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 17:48:18 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 17:48:18 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.12 unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 17:48:18 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 17:48:18 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z leidoohahtotahc ']' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u leidoohahtotahc --password=sheiweechooveis -h 192.168.121.12 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ERROR 1146 (42S02) at line 1: Table 'oai-hss.mmeidentity' doesn't exist unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u leidoohahtotahc --password=sheiweechooveis -h 192.168.121.12 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed ERROR 1146 (42S02) at line 1: Table 'oai-hss.mmeidentity' doesn't exist unit-oai-hss-0: 17:48:18 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key= unit-oai-hss-0: 17:48:18 ERROR juju.worker.uniter.operation hook "hss-relation-changed" failed: exit status 1 unit-oai-hss-0: 17:48:18 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:18 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:48:18 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:48:18 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "hss-relation-changed" unit-oai-epc-0: 17:48:18 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 17:48:18 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:48:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:48:18 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 17:48:18 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-epc-0: 17:48:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 17:48:23 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 17:48:23 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:48:23 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 17:48:23 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:23 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:23 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 17:48:23 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 17:48:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 17:48:23 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:48:24 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.11 unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=leidoohahtotahc unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=sheiweechooveis unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.12 unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-hss-0: 17:48:24 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z leidoohahtotahc ']' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u leidoohahtotahc --password=sheiweechooveis -h 192.168.121.12 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ERROR 1146 (42S02) at line 1: Table 'oai-hss.mmeidentity' doesn't exist unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u leidoohahtotahc --password=sheiweechooveis -h 192.168.121.12 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed ERROR 1146 (42S02) at line 1: Table 'oai-hss.mmeidentity' doesn't exist unit-oai-hss-0: 17:48:24 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key= unit-oai-hss-0: 17:48:24 ERROR juju.worker.uniter.operation hook "hss-relation-changed" failed: exit status 1 unit-oai-hss-0: 17:48:24 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:24 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:48:24 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:48:24 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "hss-relation-changed" unit-oai-hss-0: 17:48:34 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 17:48:34 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:48:34 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 17:48:34 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:34 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:34 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 17:48:34 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 17:48:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-hss-0: 17:48:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 17:48:34 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-hss-0: 17:48:34 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-hss-0: 17:48:34 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.11 unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-hss-0: 17:48:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 17:48:34 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 17:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 17:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=leidoohahtotahc unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-hss-0: 17:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=sheiweechooveis unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-hss-0: 17:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.12 unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-hss-0: 17:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z leidoohahtotahc ']' unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u leidoohahtotahc --password=sheiweechooveis -h 192.168.121.12 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ERROR 1146 (42S02) at line 1: Table 'oai-hss.mmeidentity' doesn't exist unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u leidoohahtotahc --password=sheiweechooveis -h 192.168.121.12 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ERROR 1146 (42S02) at line 1: Table 'oai-hss.mmeidentity' doesn't exist unit-oai-hss-0: 17:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key= unit-oai-hss-0: 17:48:35 ERROR juju.worker.uniter.operation hook "hss-relation-changed" failed: exit status 1 unit-oai-hss-0: 17:48:35 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 17:48:35 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:48:35 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "hss-relation-changed" 2018-12-12 17:48:40,779 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-12-12 17:49:38,929 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 1 machine All hosted models reclaimed, cleaning up controller machines 2018-12-12 17:49:38,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:49:38,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:39,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-f1d95325-074e-43f0-afe1-e5353e70c8e0 Date: Wed, 12 Dec 2018 17:49:39 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:31:05Z", "updated_at": "2018-12-12T17:49:17Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "230eb9de-c2ad-4265-bb72-79999306354c"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:24:30Z", "updated_at": "2018-12-12T17:48:57Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "4dc7dfcc-f31a-454c-a3fa-6f51f96c5a7e"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:19:29Z", "updated_at": "2018-12-12T17:49:35Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "8f790cdf-d9f9-4484-8c14-254bd5f32a49"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:27:31Z", "updated_at": "2018-12-12T17:49:17Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "cef3648e-f7e7-4467-a46e-b0b103e95488"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:26:54Z", "updated_at": "2018-12-12T17:49:06Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "efbf7206-ee25-455f-a712-6d9046886452"}]} 2018-12-12 17:49:39,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f1d95325-074e-43f0-afe1-e5353e70c8e0 2018-12-12 17:49:39,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.206037998199s 2018-12-12 17:49:39,143 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f1d95325-074e-43f0-afe1-e5353e70c8e0 2018-12-12 17:49:39,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-12 17:49:39,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/230eb9de-c2ad-4265-bb72-79999306354c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:39,827 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a3ecf67-c0eb-4dc3-96e9-26da5b03cc5b Content-Length: 0 Date: Wed, 12 Dec 2018 17:49:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:39,827 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/230eb9de-c2ad-4265-bb72-79999306354c.json used request id req-0a3ecf67-c0eb-4dc3-96e9-26da5b03cc5b 2018-12-12 17:49:39,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.667372941971s 2018-12-12 17:49:39,828 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/230eb9de-c2ad-4265-bb72-79999306354c.json used request id req-0a3ecf67-c0eb-4dc3-96e9-26da5b03cc5b 2018-12-12 17:49:39,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:49:39,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:40,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-bfa22ec3-e51a-4b62-b322-6eb0964cdeeb Date: Wed, 12 Dec 2018 17:49:40 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:24:30Z", "updated_at": "2018-12-12T17:48:57Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "4dc7dfcc-f31a-454c-a3fa-6f51f96c5a7e"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:19:29Z", "updated_at": "2018-12-12T17:49:35Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "8f790cdf-d9f9-4484-8c14-254bd5f32a49"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:27:31Z", "updated_at": "2018-12-12T17:49:17Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "cef3648e-f7e7-4467-a46e-b0b103e95488"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:26:54Z", "updated_at": "2018-12-12T17:49:06Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "efbf7206-ee25-455f-a712-6d9046886452"}]} 2018-12-12 17:49:40,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-bfa22ec3-e51a-4b62-b322-6eb0964cdeeb 2018-12-12 17:49:40,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.226166009903s 2018-12-12 17:49:40,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-bfa22ec3-e51a-4b62-b322-6eb0964cdeeb 2018-12-12 17:49:40,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-12 17:49:40,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/4dc7dfcc-f31a-454c-a3fa-6f51f96c5a7e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:40,633 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29a54498-d782-47d4-afc9-e62b28054e71 Content-Length: 0 Date: Wed, 12 Dec 2018 17:49:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:40,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/4dc7dfcc-f31a-454c-a3fa-6f51f96c5a7e.json used request id req-29a54498-d782-47d4-afc9-e62b28054e71 2018-12-12 17:49:40,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.557225942612s 2018-12-12 17:49:40,634 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/4dc7dfcc-f31a-454c-a3fa-6f51f96c5a7e.json used request id req-29a54498-d782-47d4-afc9-e62b28054e71 2018-12-12 17:49:40,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:49:40,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:40,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ac82d338-3339-4138-8a57-54f896c47076 Date: Wed, 12 Dec 2018 17:49:40 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:19:29Z", "updated_at": "2018-12-12T17:49:35Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "8f790cdf-d9f9-4484-8c14-254bd5f32a49"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:27:31Z", "updated_at": "2018-12-12T17:49:17Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "cef3648e-f7e7-4467-a46e-b0b103e95488"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:26:54Z", "updated_at": "2018-12-12T17:49:06Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "efbf7206-ee25-455f-a712-6d9046886452"}]} 2018-12-12 17:49:40,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ac82d338-3339-4138-8a57-54f896c47076 2018-12-12 17:49:40,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.179938793182s 2018-12-12 17:49:40,820 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ac82d338-3339-4138-8a57-54f896c47076 2018-12-12 17:49:40,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-12 17:49:40,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/8f790cdf-d9f9-4484-8c14-254bd5f32a49.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:41,369 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5822066c-d509-4d89-bcd5-0f5d29405b2d Content-Length: 0 Date: Wed, 12 Dec 2018 17:49:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:41,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/8f790cdf-d9f9-4484-8c14-254bd5f32a49.json used request id req-5822066c-d509-4d89-bcd5-0f5d29405b2d 2018-12-12 17:49:41,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.537425041199s 2018-12-12 17:49:41,370 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/8f790cdf-d9f9-4484-8c14-254bd5f32a49.json used request id req-5822066c-d509-4d89-bcd5-0f5d29405b2d 2018-12-12 17:49:41,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:49:41,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:41,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-b7625ce8-dcd3-44cf-86e6-380412655c51 Date: Wed, 12 Dec 2018 17:49:41 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:27:31Z", "updated_at": "2018-12-12T17:49:17Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "cef3648e-f7e7-4467-a46e-b0b103e95488"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:26:54Z", "updated_at": "2018-12-12T17:49:06Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "efbf7206-ee25-455f-a712-6d9046886452"}]} 2018-12-12 17:49:41,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-b7625ce8-dcd3-44cf-86e6-380412655c51 2018-12-12 17:49:41,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.174200057983s 2018-12-12 17:49:41,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-b7625ce8-dcd3-44cf-86e6-380412655c51 2018-12-12 17:49:41,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-12 17:49:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/cef3648e-f7e7-4467-a46e-b0b103e95488.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:42,291 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9ccfbf5-ad8d-4997-9423-edf63bfc346e Content-Length: 0 Date: Wed, 12 Dec 2018 17:49:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:42,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/cef3648e-f7e7-4467-a46e-b0b103e95488.json used request id req-e9ccfbf5-ad8d-4997-9423-edf63bfc346e 2018-12-12 17:49:42,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.731377124786s 2018-12-12 17:49:42,291 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/cef3648e-f7e7-4467-a46e-b0b103e95488.json used request id req-e9ccfbf5-ad8d-4997-9423-edf63bfc346e 2018-12-12 17:49:42,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:49:42,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:42,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-6f811345-9af5-402b-bab2-1a486ae6ad33 Date: Wed, 12 Dec 2018 17:49:42 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:26:54Z", "updated_at": "2018-12-12T17:49:06Z", "floating_network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "9752db46fe55466f977c10e4ca91643a", "port_id": null, "id": "efbf7206-ee25-455f-a712-6d9046886452"}]} 2018-12-12 17:49:42,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6f811345-9af5-402b-bab2-1a486ae6ad33 2018-12-12 17:49:42,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.199878931046s 2018-12-12 17:49:42,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6f811345-9af5-402b-bab2-1a486ae6ad33 2018-12-12 17:49:42,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-12-12 17:49:42,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/efbf7206-ee25-455f-a712-6d9046886452.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:42,904 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f31d9eb5-757f-4e3f-9d75-8ee1b2480e08 Content-Length: 0 Date: Wed, 12 Dec 2018 17:49:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:42,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/efbf7206-ee25-455f-a712-6d9046886452.json used request id req-f31d9eb5-757f-4e3f-9d75-8ee1b2480e08 2018-12-12 17:49:42,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.400365114212s 2018-12-12 17:49:42,905 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/efbf7206-ee25-455f-a712-6d9046886452.json used request id req-f31d9eb5-757f-4e3f-9d75-8ee1b2480e08 2018-12-12 17:49:42,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-12 17:49:42,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:42,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f9e64d4f-55b3-4ef9-a79c-d6974c56f897 Date: Wed, 12 Dec 2018 17:49:42 GMT RESP BODY: {"floatingips": []} 2018-12-12 17:49:42,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f9e64d4f-55b3-4ef9-a79c-d6974c56f897 2018-12-12 17:49:42,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0472791194916s 2018-12-12 17:49:42,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f9e64d4f-55b3-4ef9-a79c-d6974c56f897 2018-12-12 17:49:42,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 17:49:42,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:45,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-420860e9-7706-49f2-b5fd-4bdc71dc7e3b Date: Wed, 12 Dec 2018 17:49:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:49:45,355 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb used request id req-420860e9-7706-49f2-b5fd-4bdc71dc7e3b 2018-12-12 17:49:45,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.39634013176s 2018-12-12 17:49:45,355 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/4801c4f4-0feb-49bd-94a9-4651746b63fb used request id req-420860e9-7706-49f2-b5fd-4bdc71dc7e3b 2018-12-12 17:49:45,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 17:49:45,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:45,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:49:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06496561-4fb4-498d-9ba7-0dc09499b8e8 x-compute-request-id: req-06496561-4fb4-498d-9ba7-0dc09499b8e8 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/45f60ab1-166a-46fb-b179-198109bffee4", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "45f60ab1-166a-46fb-b179-198109bffee4", "name": "juju_epc-flavor_47926713-be80-4222-909c-555d6afd6499", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4eecde30-7b0d-4e3d-a6a1-0afbba33af80", "name": "juju_epc-flavor_alt_47926713-be80-4222-909c-555d6afd6499", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 17:49:45,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-06496561-4fb4-498d-9ba7-0dc09499b8e8 2018-12-12 17:49:45,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.199895858765s 2018-12-12 17:49:45,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-06496561-4fb4-498d-9ba7-0dc09499b8e8 2018-12-12 17:49:45,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 17:49:45,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:45,597 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 17:49:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ca89093-4efd-4032-8035-dbb223661778 x-compute-request-id: req-6ca89093-4efd-4032-8035-dbb223661778 Content-Length: 0 Content-Type: application/json 2018-12-12 17:49:45,597 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80 used request id req-6ca89093-4efd-4032-8035-dbb223661778 2018-12-12 17:49:45,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0388469696045s 2018-12-12 17:49:45,598 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4eecde30-7b0d-4e3d-a6a1-0afbba33af80 used request id req-6ca89093-4efd-4032-8035-dbb223661778 2018-12-12 17:49:45,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-12 17:49:45,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9/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}8cd3676a01bbcf022d650d25e5c710e8d9966089" -d '{"subnet_id": "fb2f21db-79d8-4a7e-b8e8-469ac8a86a60"}' 2018-12-12 17:49:47,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f6cd5a58-0421-455a-95d2-f382878991ff Date: Wed, 12 Dec 2018 17:49:47 GMT RESP BODY: {"network_id": "f4e85e90-e66f-4c45-953c-646b42f1d687", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "subnet_id": "fb2f21db-79d8-4a7e-b8e8-469ac8a86a60", "subnet_ids": ["fb2f21db-79d8-4a7e-b8e8-469ac8a86a60"], "port_id": "f1b11c56-3c04-4fd7-8410-d6151d152df8", "id": "55943bd5-af11-4705-ae55-fd2967cb8cf9"} 2018-12-12 17:49:47,121 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9/remove_router_interface.json used request id req-f6cd5a58-0421-455a-95d2-f382878991ff 2018-12-12 17:49:47,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.52262401581s 2018-12-12 17:49:47,121 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9/remove_router_interface.json used request id req-f6cd5a58-0421-455a-95d2-f382878991ff returning object 55943bd5-af11-4705-ae55-fd2967cb8cf9 2018-12-12 17:49:47,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-12 17:49:47,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:47,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-bdd16fe8-48b7-4b23-b62d-99c14f9f6a4f Date: Wed, 12 Dec 2018 17:49:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a8338694-3b57-490d-b186-bcbdf41bb7db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:17:06Z", "admin_state_up": true, "updated_at": "2018-12-12T17:49:46Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "9752db46fe55466f977c10e4ca91643a", "id": "55943bd5-af11-4705-ae55-fd2967cb8cf9", "name": "juju_epc-router_47926713-be80-4222-909c-555d6afd6499"}]} 2018-12-12 17:49:47,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-bdd16fe8-48b7-4b23-b62d-99c14f9f6a4f 2018-12-12 17:49:47,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0670788288116s 2018-12-12 17:49:47,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-bdd16fe8-48b7-4b23-b62d-99c14f9f6a4f 2018-12-12 17:49:47,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-12 17:49:47,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:50,893 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-245d8402-a6a7-4138-9369-131fa296a1c4 Content-Length: 0 Date: Wed, 12 Dec 2018 17:49:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:50,894 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9.json used request id req-245d8402-a6a7-4138-9369-131fa296a1c4 2018-12-12 17:49:50,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.70271611214s 2018-12-12 17:49:50,894 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/55943bd5-af11-4705-ae55-fd2967cb8cf9.json used request id req-245d8402-a6a7-4138-9369-131fa296a1c4 2018-12-12 17:49:50,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-12 17:49:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:50,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-46b2f334-ff7a-41af-a0e6-36f2c5a6e726 Date: Wed, 12 Dec 2018 17:49:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4e85e90-e66f-4c45-953c-646b42f1d687","tenant_id":"9752db46fe55466f977c10e4ca91643a","created_at":"2018-12-12T17:17:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-12T17:17:05Z","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":"9752db46fe55466f977c10e4ca91643a","id":"fb2f21db-79d8-4a7e-b8e8-469ac8a86a60","subnetpool_id":null,"name":"juju_epc-subnet_47926713-be80-4222-909c-555d6afd6499"}]} 2018-12-12 17:49:50,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-46b2f334-ff7a-41af-a0e6-36f2c5a6e726 2018-12-12 17:49:50,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0591051578522s 2018-12-12 17:49:50,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-46b2f334-ff7a-41af-a0e6-36f2c5a6e726 2018-12-12 17:49:50,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-12 17:49:50,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/fb2f21db-79d8-4a7e-b8e8-469ac8a86a60.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:53,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0cabc0c5-989d-44a9-8b33-786720974a50 Date: Wed, 12 Dec 2018 17:49:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:53,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fb2f21db-79d8-4a7e-b8e8-469ac8a86a60.json used request id req-0cabc0c5-989d-44a9-8b33-786720974a50 2018-12-12 17:49:53,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45290112495s 2018-12-12 17:49:53,409 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fb2f21db-79d8-4a7e-b8e8-469ac8a86a60.json used request id req-0cabc0c5-989d-44a9-8b33-786720974a50 2018-12-12 17:49:53,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 17:49:53,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:53,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-88ba2cf1-e631-436a-b5fa-5c494e4199af Date: Wed, 12 Dec 2018 17:49:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-12T17:49:53Z","tenant_id":"9752db46fe55466f977c10e4ca91643a","created_at":"2018-12-12T17:17:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"9752db46fe55466f977c10e4ca91643a","id":"f4e85e90-e66f-4c45-953c-646b42f1d687","name":"juju_epc-net_47926713-be80-4222-909c-555d6afd6499"}]} 2018-12-12 17:49:53,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-88ba2cf1-e631-436a-b5fa-5c494e4199af 2018-12-12 17:49:53,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115279912949s 2018-12-12 17:49:53,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-88ba2cf1-e631-436a-b5fa-5c494e4199af 2018-12-12 17:49:53,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-12 17:49:53,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/f4e85e90-e66f-4c45-953c-646b42f1d687.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:54,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02210366-aea3-4619-9165-92022cb96ae4 Date: Wed, 12 Dec 2018 17:49:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:54,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f4e85e90-e66f-4c45-953c-646b42f1d687.json used request id req-02210366-aea3-4619-9165-92022cb96ae4 2018-12-12 17:49:54,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16159892082s 2018-12-12 17:49:54,688 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f4e85e90-e66f-4c45-953c-646b42f1d687.json used request id req-02210366-aea3-4619-9165-92022cb96ae4 2018-12-12 17:49:54,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:49:54,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:55,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-cd45bd85-ec8d-4e83-ad61-e8e2b11c78ba Date: Wed, 12 Dec 2018 17:49:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap", "metadata": {}}], "file": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214/file", "owner": "9752db46fe55466f977c10e4ca91643a", "id": "fc8a63d2-362d-4caa-89cd-1bd351502214", "size": 297074688, "self": "/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/fc8a63d2-362d-4caa-89cd-1bd351502214/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "d1d40ee902d79a898a35869d9fd834c3e5029ab51e3c3c45c7b08a00d68091b5", "updated_at": "2018-12-12T17:17:22Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "27e704f50494ce9ee4a86a413b4291de", "name": "juju_epc-img_47926713-be80-4222-909c-555d6afd6499", "checksum": "27e704f50494ce9ee4a86a413b4291de", "created_at": "2018-12-12T17:17:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:49:55,257 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-cd45bd85-ec8d-4e83-ad61-e8e2b11c78ba 2018-12-12 17:49:55,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.568512916565s 2018-12-12 17:49:55,257 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-cd45bd85-ec8d-4e83-ad61-e8e2b11c78ba 2018-12-12 17:49:55,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 17:49:55,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cd3676a01bbcf022d650d25e5c710e8d9966089" 2018-12-12 17:49:56,552 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f0182dcd-8e2b-40bb-96df-2c64c155e0e6 Date: Wed, 12 Dec 2018 17:49:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:49:56,552 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214 used request id req-f0182dcd-8e2b-40bb-96df-2c64c155e0e6 2018-12-12 17:49:56,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.2929110527s 2018-12-12 17:49:56,552 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/fc8a63d2-362d-4caa-89cd-1bd351502214 used request id req-f0182dcd-8e2b-40bb-96df-2c64c155e0e6 2018-12-12 17:49:56,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 17:49:56,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:56,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d6a94d6-883d-4f23-8cbe-ba5384154d7d x-compute-request-id: req-4d6a94d6-883d-4f23-8cbe-ba5384154d7d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/45f60ab1-166a-46fb-b179-198109bffee4", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "45f60ab1-166a-46fb-b179-198109bffee4", "name": "juju_epc-flavor_47926713-be80-4222-909c-555d6afd6499", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 17:49:56,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-4d6a94d6-883d-4f23-8cbe-ba5384154d7d 2018-12-12 17:49:56,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0345261096954s 2018-12-12 17:49:56,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-4d6a94d6-883d-4f23-8cbe-ba5384154d7d 2018-12-12 17:49:56,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 17:49:56,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:56,631 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 17:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b25923ae-be52-4035-8a84-44755bc91f96 x-compute-request-id: req-b25923ae-be52-4035-8a84-44755bc91f96 Content-Length: 0 Content-Type: application/json 2018-12-12 17:49:56,632 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4 used request id req-b25923ae-be52-4035-8a84-44755bc91f96 2018-12-12 17:49:56,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0414690971375s 2018-12-12 17:49:56,632 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/45f60ab1-166a-46fb-b179-198109bffee4 used request id req-b25923ae-be52-4035-8a84-44755bc91f96 2018-12-12 17:49:56,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 17:49:56,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:56,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90add07e-206e-4322-bb96-99123180f502 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_47926713-be80-4222-909c-555d6afd6499", "links": {"self": "http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7"}, "domain_id": "default", "enabled": true, "id": "db7b056a9daa4ae5975102746e2fc0e7", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 17:49:56,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-90add07e-206e-4322-bb96-99123180f502 2018-12-12 17:49:56,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934410095215s 2018-12-12 17:49:56,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-90add07e-206e-4322-bb96-99123180f502 2018-12-12 17:49:56,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 17:49:56,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:56,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d310c0c5-1c5f-420d-8401-d37c7dae5bea Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7"}, "enabled": true, "id": "db7b056a9daa4ae5975102746e2fc0e7", "options": {}, "domain_id": "default", "name": "juju_epc-user_47926713-be80-4222-909c-555d6afd6499"}} 2018-12-12 17:49:56,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7 used request id req-d310c0c5-1c5f-420d-8401-d37c7dae5bea 2018-12-12 17:49:56,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928509235382s 2018-12-12 17:49:56,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7 used request id req-d310c0c5-1c5f-420d-8401-d37c7dae5bea 2018-12-12 17:49:56,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 17:49:56,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:57,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:49:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dffda1b-8d76-406b-88d2-ee3116772745 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:49:57,009 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7 used request id req-8dffda1b-8d76-406b-88d2-ee3116772745 2018-12-12 17:49:57,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.182734966278s 2018-12-12 17:49:57,009 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/db7b056a9daa4ae5975102746e2fc0e7 used request id req-8dffda1b-8d76-406b-88d2-ee3116772745 2018-12-12 17:49:57,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 17:49:57,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:57,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:49:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbfb0e62-c1a7-47e2-beb9-eddcff7a3595 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a"}, "enabled": true, "id": "9752db46fe55466f977c10e4ca91643a", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_47926713-be80-4222-909c-555d6afd6499"}]} 2018-12-12 17:49:57,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-fbfb0e62-c1a7-47e2-beb9-eddcff7a3595 2018-12-12 17:49:57,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0838901996613s 2018-12-12 17:49:57,094 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-fbfb0e62-c1a7-47e2-beb9-eddcff7a3595 2018-12-12 17:49:57,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 17:49:57,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:57,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdbbe094-c1e4-4035-b6fc-a8548710bfa8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:49:57,249 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a used request id req-bdbbe094-c1e4-4035-b6fc-a8548710bfa8 2018-12-12 17:49:57,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.152725934982s 2018-12-12 17:49:57,250 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9752db46fe55466f977c10e4ca91643a used request id req-bdbbe094-c1e4-4035-b6fc-a8548710bfa8 2018-12-12 17:49:57,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:49:57,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:57,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:49:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f63fc0-6c6a-4c1f-94dd-5cf29d44df1e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "3d59143de9354607b6be7e3348a62b18", "links": {"self": "http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18"}, "name": "Member"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:49:57,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e6f63fc0-6c6a-4c1f-94dd-5cf29d44df1e 2018-12-12 17:49:57,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826869010925s 2018-12-12 17:49:57,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 17:49:57,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:57,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae2cd5ba-0c15-44c0-8853-652f282bea85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:49:57,444 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/3d59143de9354607b6be7e3348a62b18 used request id req-ae2cd5ba-0c15-44c0-8853-652f282bea85 2018-12-12 17:49:57,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10968708992s 2018-12-12 17:49:57,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:49:57,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=9752db46fe55466f977c10e4ca91643a&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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:57,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3596102d-3d76-4eaf-bda4-d77a766a965b Date: Wed, 12 Dec 2018 17:49:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:17:03Z", "updated_at": "2018-12-12T17:17:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:17:03Z", "revision_number": 0, "id": "13a9d528-70aa-4938-8dc7-9fae66b6d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:17:03Z", "security_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9752db46fe55466f977c10e4ca91643a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:17:03Z", "revision_number": 0, "id": "3fb73279-c931-4707-aa1d-079649c05314", "remote_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "remote_ip_prefix": null, "created_at": "2018-12-12T17:17:03Z", "security_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9752db46fe55466f977c10e4ca91643a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:17:03Z", "revision_number": 0, "id": "55c28031-ceef-4a59-88c2-d32fa3a7342a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:17:03Z", "security_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9752db46fe55466f977c10e4ca91643a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:17:03Z", "revision_number": 0, "id": "63a06dab-ee5e-4031-b58c-a934071b5a87", "remote_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "remote_ip_prefix": null, "created_at": "2018-12-12T17:17:03Z", "security_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9752db46fe55466f977c10e4ca91643a"}], "revision_number": 4, "project_id": "9752db46fe55466f977c10e4ca91643a", "id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "name": "default"}]} 2018-12-12 17:49:57,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=9752db46fe55466f977c10e4ca91643a&name=default used request id req-3596102d-3d76-4eaf-bda4-d77a766a965b 2018-12-12 17:49:57,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195281028748s 2018-12-12 17:49:57,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=9752db46fe55466f977c10e4ca91643a&name=default used request id req-3596102d-3d76-4eaf-bda4-d77a766a965b 2018-12-12 17:49:57,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 17:49:57,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:57,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e7127285-edd6-4a75-a394-ca915e272a09 Date: Wed, 12 Dec 2018 17:49:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0179093643ff4edbbd51be3381013868", "created_at": "2018-12-12T14:18:59Z", "updated_at": "2018-12-12T14:19:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "8e6b6259-c484-4642-b0d9-379202b4af3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "28bb58de-bebe-4af9-9758-ec099e037ec5", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "00ab7b9c-0231-4403-b1c8-7575f254db6c", "remote_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv4", "project_id": "0179093643ff4edbbd51be3381013868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:19:00Z", "revision_number": 0, "id": "9eacfbc8-bb1b-4e10-b4e0-6319b43651e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:19:00Z", "security_group_id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "tenant_id": "0179093643ff4edbbd51be3381013868", "port_range_min": null, "ethertype": "IPv6", "project_id": "0179093643ff4edbbd51be3381013868"}], "revision_number": 4, "project_id": "0179093643ff4edbbd51be3381013868", "id": "cbb726e4-c88b-47e2-8b95-5ec1ccee795a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-12T14:21:07Z", "updated_at": "2018-12-12T14:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "d9da319b-9699-4a3a-91f0-c0643556bf16", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "9ec6497c-f97f-4c4c-b2fa-bce8df341372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "91a7c7ab-68c1-4e1a-85ac-9fa925cd3534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:21:08Z", "revision_number": 0, "id": "e115424b-f730-4b1d-8d09-269fa61a8a03", "remote_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "remote_ip_prefix": null, "created_at": "2018-12-12T14:21:08Z", "security_group_id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "cdfe9c57-eaa2-4146-9e48-c56b228c64eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8985178670ba4185adffd95d9685db64", "created_at": "2018-12-12T14:08:02Z", "updated_at": "2018-12-12T14:08:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "de60e62d-4769-4dfb-a2f5-06eaecbe502b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "4717c03a-5771-40dd-831e-89431fb53263", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "f1a24a0b-d100-4c88-90db-7065904cdf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv6", "project_id": "8985178670ba4185adffd95d9685db64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T14:08:02Z", "revision_number": 0, "id": "3d5c86f7-a391-45af-87de-a1f24432f1ea", "remote_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "remote_ip_prefix": null, "created_at": "2018-12-12T14:08:02Z", "security_group_id": "e3dd17fd-043d-400d-b100-46d547d0019c", "tenant_id": "8985178670ba4185adffd95d9685db64", "port_range_min": null, "ethertype": "IPv4", "project_id": "8985178670ba4185adffd95d9685db64"}], "revision_number": 4, "project_id": "8985178670ba4185adffd95d9685db64", "id": "e3dd17fd-043d-400d-b100-46d547d0019c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9752db46fe55466f977c10e4ca91643a", "created_at": "2018-12-12T17:17:03Z", "updated_at": "2018-12-12T17:17:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:17:03Z", "revision_number": 0, "id": "63a06dab-ee5e-4031-b58c-a934071b5a87", "remote_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "remote_ip_prefix": null, "created_at": "2018-12-12T17:17:03Z", "security_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9752db46fe55466f977c10e4ca91643a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:17:03Z", "revision_number": 0, "id": "13a9d528-70aa-4938-8dc7-9fae66b6d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:17:03Z", "security_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9752db46fe55466f977c10e4ca91643a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:17:03Z", "revision_number": 0, "id": "55c28031-ceef-4a59-88c2-d32fa3a7342a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-12T17:17:03Z", "security_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9752db46fe55466f977c10e4ca91643a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-12T17:17:03Z", "revision_number": 0, "id": "3fb73279-c931-4707-aa1d-079649c05314", "remote_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "remote_ip_prefix": null, "created_at": "2018-12-12T17:17:03Z", "security_group_id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "tenant_id": "9752db46fe55466f977c10e4ca91643a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9752db46fe55466f977c10e4ca91643a"}], "revision_number": 4, "project_id": "9752db46fe55466f977c10e4ca91643a", "id": "e5deeb7c-9c69-4dbf-bee6-858f1bf34942", "name": "default"}]} 2018-12-12 17:49:57,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-e7127285-edd6-4a75-a394-ca915e272a09 2018-12-12 17:49:57,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200871944427s 2018-12-12 17:49:57,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-e7127285-edd6-4a75-a394-ca915e272a09 2018-12-12 17:49:57,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-12 17:49:57,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/e5deeb7c-9c69-4dbf-bee6-858f1bf34942.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c1ae01d5916e800559e8286fa09fad09a9b61d34" 2018-12-12 17:49:58,160 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e0a9cdbe-e35a-4de1-8a28-4260b1c37e72 Content-Length: 0 Date: Wed, 12 Dec 2018 17:49:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-12 17:49:58,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/e5deeb7c-9c69-4dbf-bee6-858f1bf34942.json used request id req-e0a9cdbe-e35a-4de1-8a28-4260b1c37e72 2018-12-12 17:49:58,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.308063030243s 2018-12-12 17:49:58,161 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/e5deeb7c-9c69-4dbf-bee6-858f1bf34942.json used request id req-e0a9cdbe-e35a-4de1-8a28-4260b1c37e72 2018-12-12 17:49:58,161 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-12-12 17:49:58,162 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 28:48 | PASS | | vyos_vrouter | functest | vnf | 16:32 | PASS | | juju_epc | functest | vnf | 31:36 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-12-12 17:49:58,166 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-12-12 17:49:58,207 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-12 17:50:04,310 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-318 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-12 17:50:04,318 - 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=wafwxy7X9K83hEspv3PNf9hJz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-12-12 17:50:04,318 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-12 17:50:04,318 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-12-12 17:50:04,320 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-12-12 17:50:04,322 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-12 17:50:10,614 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-318 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-12 17:50:10,619 - 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=wafwxy7X9K83hEspv3PNf9hJz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-12-12 17:50:10,620 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-12-12 17:50:10,630 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-12-12 17:50:13,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 17:50:13,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 17:50:13,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 17:50:13,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 17:50:13,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 17:50:13,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 17:50:13,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 17:50:13,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b9780de-3f66-49e8-aadd-f4b7fa360c96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 17:50:13,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7b9780de-3f66-49e8-aadd-f4b7fa360c96 2018-12-12 17:50:13,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 17:50:14,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T18:50:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0179093643ff4edbbd51be3381013868", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/0179093643ff4edbbd51be3381013868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a150c98f70e043618c85e57aed8e8454"}, "audit_ids": ["WpyrIaoqT6eWMQEhn4QTew"], "issued_at": "2018-12-12T17:50:14.000000Z"}} 2018-12-12 17:50:14,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-12 17:50:14,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:14,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f48f49aa-6dab-4588-86b8-289c34f8bab0 Date: Wed, 12 Dec 2018 17:50:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a8338694-3b57-490d-b186-bcbdf41bb7db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8985178670ba4185adffd95d9685db64","status":"ACTIVE","subnets":["8f36f0fa-eeb8-4cec-8cdd-c29627a2cc9e"],"description":"","tags":[],"updated_at":"2018-12-12T14:08:09Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8985178670ba4185adffd95d9685db64","created_at":"2018-12-12T14:08:02Z","provider:network_type":"flat"}]} 2018-12-12 17:50:14,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f48f49aa-6dab-4588-86b8-289c34f8bab0 2018-12-12 17:50:14,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246995925903s 2018-12-12 17:50:14,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f48f49aa-6dab-4588-86b8-289c34f8bab0 2018-12-12 17:50:14,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-12 17:50:14,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:14,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 17: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 17:50:15,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:15,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52324807-0ca6-4772-b1e7-57ac5456ee7b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/962d7e50f63e4b77b00f5aeaa3571bfe"}, "description": "", "name": "heat_stack", "enabled": true, "id": "962d7e50f63e4b77b00f5aeaa3571bfe"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-12-12 17:50:15,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-52324807-0ca6-4772-b1e7-57ac5456ee7b 2018-12-12 17:50:15,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.45525598526s 2018-12-12 17:50:15,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-12 17:50:15,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}}' 2018-12-12 17:50:15,259 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 17:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fc5af35-abd5-4a3c-b4f3-0f3c258101e8 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.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75"}, "enabled": true, "id": "e10f59c1b2be409a9cca748b747a1f75", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}} 2018-12-12 17:50:15,260 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1fc5af35-abd5-4a3c-b4f3-0f3c258101e8 2018-12-12 17:50:15,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.124873161316s 2018-12-12 17:50:15,260 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1fc5af35-abd5-4a3c-b4f3-0f3c258101e8 2018-12-12 17:50:15,261 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'id': u'e10f59c1b2be409a9cca748b747a1f75', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-12 17:50:15,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-12 17:50:15,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362118005753s 2018-12-12 17:50:15,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:15,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-433b7810-9262-42af-b3f9-958b54a760aa Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f"}, "enabled": true, "id": "dc3f6e61f8f14d7e985657877d45a42f", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}} 2018-12-12 17:50:15,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f used request id req-433b7810-9262-42af-b3f9-958b54a760aa 2018-12-12 17:50:15,720 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'dc3f6e61f8f14d7e985657877d45a42f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f'}) 2018-12-12 17:50:15,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:50:15,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:15,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e8e35e9-4406-4a77-b6f6-0590c7bb2ed5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:50:15,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3e8e35e9-4406-4a77-b6f6-0590c7bb2ed5 2018-12-12 17:50:15,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0945961475372s 2018-12-12 17:50:15,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:50:15,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:15,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1a4561-8f7c-4c68-a374-6d46d9c0710f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:50:15,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-de1a4561-8f7c-4c68-a374-6d46d9c0710f 2018-12-12 17:50:15,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0890688896179s 2018-12-12 17:50:15,907 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-12 17:50:15,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-12 17:50:15,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" -d '{"role": {"name": "Member"}}' 2018-12-12 17:50:16,026 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 12 Dec 2018 17:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46b4a752-4f1d-4b5f-b6a1-66bc317755ae Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55331b8928cc43a49b71b0374df2a164", "links": {"self": "http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164"}, "name": "Member"}} 2018-12-12 17:50:16,027 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-46b4a752-4f1d-4b5f-b6a1-66bc317755ae 2018-12-12 17:50:16,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.118861913681s 2018-12-12 17:50:16,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7489d7fe-8a38-4742-85ff-5846bf8d0f9b Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164"}, "domain_id": null, "name": "Member", "id": "55331b8928cc43a49b71b0374df2a164"}} 2018-12-12 17:50:16,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164 used request id req-7489d7fe-8a38-4742-85ff-5846bf8d0f9b 2018-12-12 17:50:16,130 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164'}, 'domain_id': None, 'human_id': None, 'id': u'55331b8928cc43a49b71b0374df2a164', 'HUMAN_ID': False}) 2018-12-12 17:50:16,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:50:16,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-884cd31a-cfa6-4fdf-a1a7-c23a6a36108b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "55331b8928cc43a49b71b0374df2a164", "links": {"self": "http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:50:16,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-884cd31a-cfa6-4fdf-a1a7-c23a6a36108b 2018-12-12 17:50:16,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842709541321s 2018-12-12 17:50:16,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 17:50:16,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77172334-a998-4a21-b25a-f7c572e5016b 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 17:50:16,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-77172334-a998-4a21-b25a-f7c572e5016b 2018-12-12 17:50:16,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0754010677338s 2018-12-12 17:50:16,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 17:50:16,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec5b6e7-0aeb-43f8-90af-cf61bd4e450a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "links": {"self": "http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f"}, "domain_id": "default", "enabled": true, "id": "dc3f6e61f8f14d7e985657877d45a42f", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 17:50:16,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9ec5b6e7-0aeb-43f8-90af-cf61bd4e450a 2018-12-12 17:50:16,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111914157867s 2018-12-12 17:50:16,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9ec5b6e7-0aeb-43f8-90af-cf61bd4e450a 2018-12-12 17:50:16,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 17:50:16,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943c6771-7aaa-45f3-8012-5166318e9be7 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75"}, "enabled": true, "id": "e10f59c1b2be409a9cca748b747a1f75", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}]} 2018-12-12 17:50:16,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-943c6771-7aaa-45f3-8012-5166318e9be7 2018-12-12 17:50:16,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0807971954346s 2018-12-12 17:50:16,493 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-943c6771-7aaa-45f3-8012-5166318e9be7 2018-12-12 17:50:16,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 17:50:16,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&scope.project.id=e10f59c1b2be409a9cca748b747a1f75&role.id=55331b8928cc43a49b71b0374df2a164 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f403b791-0e26-447e-b96e-f98216add359 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&scope.project.id=e10f59c1b2be409a9cca748b747a1f75&role.id=55331b8928cc43a49b71b0374df2a164", "previous": null, "next": null}} 2018-12-12 17:50:16,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&scope.project.id=e10f59c1b2be409a9cca748b747a1f75&role.id=55331b8928cc43a49b71b0374df2a164 used request id req-f403b791-0e26-447e-b96e-f98216add359 2018-12-12 17:50:16,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0972700119019s 2018-12-12 17:50:16,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 17:50:16,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75/users/dc3f6e61f8f14d7e985657877d45a42f/roles/55331b8928cc43a49b71b0374df2a164 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,729 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06c8265f-b2d1-43f9-b642-ffb8900f04ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:50:16,729 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75/users/dc3f6e61f8f14d7e985657877d45a42f/roles/55331b8928cc43a49b71b0374df2a164 used request id req-06c8265f-b2d1-43f9-b642-ffb8900f04ff 2018-12-12 17:50:16,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.13628077507s 2018-12-12 17:50:16,730 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 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': 'ea7c1631-cf41-479d-911c-d5617c8011fc', 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_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'project_id': u'e10f59c1b2be409a9cca748b747a1f75', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-12 17:50:16,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-12 17:50:16,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-12 17:50:16,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-12 17:50:16,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-12 17:50:16,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-12 17:50:16,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-12 17:50:16,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-12 17:50:16,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-12 17:50:16,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-12 17:50:16,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-12 17:50:16,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-12 17:50:16,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-12 17:50:16,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-12 17:50:16,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-12 17:50:16,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-12 17:50:16,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-12 17:50:16,737 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'password': 'ea7c1631-cf41-479d-911c-d5617c8011fc', 'project_name': 'tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'e10f59c1b2be409a9cca748b747a1f75', 'project_domain_name': 'Default'} 2018-12-12 17:50:16,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:50:16,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5729edc-cdd1-4958-846f-74bb15d79e45 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "55331b8928cc43a49b71b0374df2a164", "links": {"self": "http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:50:16,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e5729edc-cdd1-4958-846f-74bb15d79e45 2018-12-12 17:50:16,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808339118958s 2018-12-12 17:50:16,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:50:16,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-812125e8-0b50-4803-b900-235d7ec39f67 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "55331b8928cc43a49b71b0374df2a164", "links": {"self": "http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:50:16,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-812125e8-0b50-4803-b900-235d7ec39f67 2018-12-12 17:50:16,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761511325836s 2018-12-12 17:50:16,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 17:50:16,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:16,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff31efaf-05c0-4056-ac9c-76f9cee48e0d 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 17:50:16,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-ff31efaf-05c0-4056-ac9c-76f9cee48e0d 2018-12-12 17:50:16,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0798139572144s 2018-12-12 17:50:16,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 17:50:16,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2dcff39-8328-4278-b2ba-c5b5c62ed4ae Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "links": {"self": "http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f"}, "domain_id": "default", "enabled": true, "id": "dc3f6e61f8f14d7e985657877d45a42f", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 17:50:17,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c2dcff39-8328-4278-b2ba-c5b5c62ed4ae 2018-12-12 17:50:17,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102324962616s 2018-12-12 17:50:17,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c2dcff39-8328-4278-b2ba-c5b5c62ed4ae 2018-12-12 17:50:17,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 17:50:17,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d655c82-d3ff-490b-8597-92447011a310 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75"}, "enabled": true, "id": "e10f59c1b2be409a9cca748b747a1f75", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}]} 2018-12-12 17:50:17,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-6d655c82-d3ff-490b-8597-92447011a310 2018-12-12 17:50:17,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0727689266205s 2018-12-12 17:50:17,159 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-6d655c82-d3ff-490b-8597-92447011a310 2018-12-12 17:50:17,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 17:50:17,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&scope.project.id=e10f59c1b2be409a9cca748b747a1f75&role.id=1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0770c48b-d12c-4b03-bb76-3a0e9ba845fe Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&scope.project.id=e10f59c1b2be409a9cca748b747a1f75&role.id=1d6bc0635c7944e7b55d71ac3f2130ce", "previous": null, "next": null}} 2018-12-12 17:50:17,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&scope.project.id=e10f59c1b2be409a9cca748b747a1f75&role.id=1d6bc0635c7944e7b55d71ac3f2130ce used request id req-0770c48b-d12c-4b03-bb76-3a0e9ba845fe 2018-12-12 17:50:17,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.08092212677s 2018-12-12 17:50:17,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 17:50:17,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75/users/dc3f6e61f8f14d7e985657877d45a42f/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:50:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b0fb93d-e5c4-49cf-9121-2469de0ddd32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:50:17,369 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75/users/dc3f6e61f8f14d7e985657877d45a42f/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-9b0fb93d-e5c4-49cf-9121-2469de0ddd32 2018-12-12 17:50:17,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126466989517s 2018-12-12 17:50:17,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:50:17,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2006239-0bf4-4495-9f37-2364841be43a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "55331b8928cc43a49b71b0374df2a164", "links": {"self": "http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:50:17,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a2006239-0bf4-4495-9f37-2364841be43a 2018-12-12 17:50:17,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811882019043s 2018-12-12 17:50:17,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-12 17:50:17,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17374057-6770-4dd3-a9ce-64d2498a1fa7 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.29:5000/v3/domains/default"}, "name": "Default"}} 2018-12-12 17:50:17,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-17374057-6770-4dd3-a9ce-64d2498a1fa7 2018-12-12 17:50:17,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0793240070343s 2018-12-12 17:50:17,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 17:50:17,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce783dfb-cbb1-4859-9bbd-f513bb439bac Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "links": {"self": "http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f"}, "domain_id": "default", "enabled": true, "id": "dc3f6e61f8f14d7e985657877d45a42f", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 17:50:17,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ce783dfb-cbb1-4859-9bbd-f513bb439bac 2018-12-12 17:50:17,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0977938175201s 2018-12-12 17:50:17,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ce783dfb-cbb1-4859-9bbd-f513bb439bac 2018-12-12 17:50:17,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-12 17:50:17,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3a82a0-20ea-43ea-96dd-ef723a7ee290 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default", "previous": null, "next": null}} 2018-12-12 17:50:17,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=dc3f6e61f8f14d7e985657877d45a42f&role.id=1d6bc0635c7944e7b55d71ac3f2130ce&scope.domain.id=default used request id req-4b3a82a0-20ea-43ea-96dd-ef723a7ee290 2018-12-12 17:50:17,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797431468964s 2018-12-12 17:50:17,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-12 17:50:17,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/dc3f6e61f8f14d7e985657877d45a42f/roles/1d6bc0635c7944e7b55d71ac3f2130ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 17:50:17,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 17:50:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0c6f121-ea77-4772-b949-d2d311e2f898 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 17:50:17,837 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/dc3f6e61f8f14d7e985657877d45a42f/roles/1d6bc0635c7944e7b55d71ac3f2130ce used request id req-b0c6f121-ea77-4772-b949-d2d311e2f898 2018-12-12 17:50:17,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120021104813s 2018-12-12 17:50:17,837 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-12 17:50:28,197 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-12 17:50:27.936 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3cd160c5-c910-41aa-bc50-ae02d61d92fa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3cd160c5-c910-41aa-bc50-ae02d61d92fa | 2018-12-12T17:50:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3cd160c5-c910-41aa-bc50-ae02d61d92fa ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-12-12 17:50:31,740 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-12-12 17:50:31,741 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-12 17:50:38,167 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-12 17:50:35.836 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-12 17:50:36.174 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-12 17:50:37.976 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8a026bde-5939-47b6-a2fd-b3a20f028cd4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8a026bde-5939-47b6-a2fd-b3a20f028cd4) as the default verifier for the future CLI operations. 2018-12-12 17:50:40,913 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-12-12 17:50:40,914 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-12 17:50:41,029 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-12 17:50:41,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-12 17:50:41,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312f7a34-8dcc-40e2-8904-d74528ac2f07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-12-12 17:50:41,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-312f7a34-8dcc-40e2-8904-d74528ac2f07 2018-12-12 17:50:41,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-12-12 17:50:41,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55331b8928cc43a49b71b0374df2a164", "name": "Member"}, {"id": "1d6bc0635c7944e7b55d71ac3f2130ce", "name": "admin"}], "expires_at": "2018-12-12T18:50:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e10f59c1b2be409a9cca748b747a1f75", "name": "tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e10f59c1b2be409a9cca748b747a1f75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95c09a137bf24451bd9aa49c23606392"}, {"url": "http://192.30.9.8:8776/v1/e10f59c1b2be409a9cca748b747a1f75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba5e4e167df846c888982a8b6b4451a6"}, {"url": "http://172.30.9.29:8776/v1/e10f59c1b2be409a9cca748b747a1f75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea11c2bef59b490b992a17dc0597bee4"}], "type": "volume", "id": "0481606aae47414289a135e94e87d738", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "243ec67becf74943b3d7981bad8fb4d0"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "75c1f3656dc64a67912740cd38c332aa"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9316dfa1d6244ac7b16130c96084cfa8"}], "type": "policy", "id": "26a8c1b5b4ee482c8b8d183726e5593e", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e10f59c1b2be409a9cca748b747a1f75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2123435cef7481f9e2f7ab62ec6a3a7"}, {"url": "http://192.30.9.8:8776/v2/e10f59c1b2be409a9cca748b747a1f75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6ac08b45ee94a6eb84090bc523991cb"}, {"url": "http://172.30.9.29:8776/v2/e10f59c1b2be409a9cca748b747a1f75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33813d709bb4283846d4969ece6c2ee"}], "type": "volumev2", "id": "49b5821b982f47dc9cfdef559531f024", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06975e41e99b42fe92afd2816adaac74"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ee04f8aee4ada992182531c073508"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ebeecbcb7814aa49e8e472424ecf8b2"}], "type": "identity", "id": "4d89495c641b4613981578c94715d9f2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e10f59c1b2be409a9cca748b747a1f75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "613ccf27ea0e4983a7ac82483ca0e29c"}, {"url": "http://172.30.9.29:8004/v1/e10f59c1b2be409a9cca748b747a1f75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd2b1a359d3347f2a0f10c435afefb24"}, {"url": "http://192.30.9.8:8004/v1/e10f59c1b2be409a9cca748b747a1f75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d18b7be7e819462094f5240cc5057bda"}], "type": "orchestration", "id": "5249739c7c4b483092e996667de5da89", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f8e9776aca4ef1a5334345ea7dd8e1"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0e9a91509d54ec38208512d119b3390"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d014db051447438fb82da13915300268"}], "type": "image", "id": "894f973f4aeb47faae774c2454c55d27", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c8e95da67e8461b91e9326c1ca65151"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32aed177997c45c4bd3e936bafa9eaa0"}, {"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "468780ded8e2463aa005cb20044ca45c"}], "type": "nfv-orchestration", "id": "9915ca40bebb43f58bbe5528089f21fe", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5189a41dc7c0475e9a441a84b0ace08a"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba7f25a493a64b24b1260ece9746a77c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8c4ecc37d1f4e84be57f0cbc16e877b"}], "type": "metric", "id": "9ff2d074825e4a5b9d63382f23599e68", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/e10f59c1b2be409a9cca748b747a1f75", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30940b1293414bbbab1880078605bfee"}, {"url": "http://192.30.9.8:8776/v3/e10f59c1b2be409a9cca748b747a1f75", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e622727bd2774bacbd6bb37658c7c18f"}, {"url": "http://192.30.9.8:8776/v3/e10f59c1b2be409a9cca748b747a1f75", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffa393ba312c4717a55f61373e9f78e0"}], "type": "volumev3", "id": "aa0be7e211884e14924b78f7ad06ac74", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c08bfc93c9a4e57a845b340351ab748"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a669ec5921a5453c85b74fef87a11c16"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2f0df3b7d4e4284b7e4417c4382534d"}], "type": "alarming", "id": "aba2d393ebd2480f91599bdf31cb6e11", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53b570cf4a8d49bc989b850b64308969"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71ecedda2f8b4d03a4887671ac8802b5"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c84dc4076465470bbe696a72e8445b45"}], "type": "placement", "id": "c11c5829aed5432e84ad6bf85068e64d", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "d135ce74b9f3420f80ed685542d3cf1d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3c38401b5fde4de18c44fc53e37ff8a2"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70e2ec52043a4e5dbf73a1cc6b12f53a"}, {"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d51e37c192dd4e5683662c4d240aae9c"}], "type": "network", "id": "dc452687adff4f569cfaa7d299f9dd5e", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3594b1eced7845cc937caabf9b57d581"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a81de178054b4e14956b68e56039b582"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b80bb88328354539ad2d07b7779fb73e"}], "type": "key-manager", "id": "dc6ed48edc04499f9a182f35939690e2", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "43e107428d2d44c9adc53db452e0ba86"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9828265aeacc413d9ad7e42da3c80340"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2d02d817a224c289466d2e97b4b69b9"}], "type": "cloudformation", "id": "e541bbfee8914dd6934d4e091aa57647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24292e46bf614d84981400762f62fcfd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "59e1cd18bb3d4723b60ecc0203e49df1"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "996ff08814d34ce48e3d0d0d7673f0c0"}], "type": "compute", "id": "e874afba9ae043c39f9a787d8b90d554", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "id": "dc3f6e61f8f14d7e985657877d45a42f"}, "audit_ids": ["jbeMzQboSNWp0qzx6hgj0A"], "issued_at": "2018-12-12T17:50:41.000000Z"}} 2018-12-12 17:50:41,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 17:50:41,447 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 12 Dec 2018 17:50:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-12-12 17:50:41,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:50:41,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 17:50:42,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a82e7c4e-e443-4586-a4a6-de881fd3db82 Date: Wed, 12 Dec 2018 17:50:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:50:42,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a82e7c4e-e443-4586-a4a6-de881fd3db82 2018-12-12 17:50:42,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.597476959229s 2018-12-12 17:50:42,048 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a82e7c4e-e443-4586-a4a6-de881fd3db82 2018-12-12 17:50:42,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 17:50:42,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}' 2018-12-12 17:50:42,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840 X-Openstack-Request-Id: req-598d6e91-adb0-495a-b467-f309c73f3826 Date: Wed, 12 Dec 2018 17:50:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/file", "owner": "e10f59c1b2be409a9cca748b747a1f75", "id": "c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "size": null, "self": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T17:50:42Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "checksum": null, "created_at": "2018-12-12T17:50:42Z", "protected": false} 2018-12-12 17:50:42,275 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-598d6e91-adb0-495a-b467-f309c73f3826 2018-12-12 17:50:42,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.225239992142s 2018-12-12 17:50:42,276 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-598d6e91-adb0-495a-b467-f309c73f3826 returning object c2d582ca-3a2f-41c2-8375-b66a8c4b1840 2018-12-12 17:50:42,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 17:50:42,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/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}724d8b117f43a9c439a5b3f9c21f0f504a61a123" -d '' 2018-12-12 17:50:43,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a862bb57-d3f3-4f19-8870-296964fd043e Date: Wed, 12 Dec 2018 17:50:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:50:43,511 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/file used request id req-a862bb57-d3f3-4f19-8870-296964fd043e 2018-12-12 17:50:43,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23435211182s 2018-12-12 17:50:43,512 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/file used request id req-a862bb57-d3f3-4f19-8870-296964fd043e 2018-12-12 17:50:43,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:50:43,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 17:50:43,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-d0103724-99bd-4d4e-9fcd-fc869f34d6cc Date: Wed, 12 Dec 2018 17:50:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap", "metadata": {}}], "file": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/file", "owner": "e10f59c1b2be409a9cca748b747a1f75", "id": "c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "size": 12716032, "self": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T17:50:43Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T17:50:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:50:43,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d0103724-99bd-4d4e-9fcd-fc869f34d6cc 2018-12-12 17:50:43,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195752859116s 2018-12-12 17:50:43,708 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d0103724-99bd-4d4e-9fcd-fc869f34d6cc 2018-12-12 17:50:43,711 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/file', 'owner': u'e10f59c1b2be409a9cca748b747a1f75', 'id': u'c2d582ca-3a2f-41c2-8375-b66a8c4b1840', 'size': 12716032, u'self': u'/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e10f59c1b2be409a9cca748b747a1f75', 'name': 'tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T17:50:43Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T17:50:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'created': u'2018-12-12T17:50:42Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T17:50:42Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 17:50:43,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 17:50:43,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 17:50:43,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fe6dcf8-e9c2-416a-b5a1-dda7c29db0a3 x-compute-request-id: req-7fe6dcf8-e9c2-416a-b5a1-dda7c29db0a3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0133773c-66d1-45b9-8c17-3eed029b0cf6", "name": "tempest_full_parallel-flavor_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 17:50:43,915 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7fe6dcf8-e9c2-416a-b5a1-dda7c29db0a3 2018-12-12 17:50:43,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.203241825104s 2018-12-12 17:50:43,915 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7fe6dcf8-e9c2-416a-b5a1-dda7c29db0a3 returning object 0133773c-66d1-45b9-8c17-3eed029b0cf6 2018-12-12 17:50:43,916 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', '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'0179093643ff4edbbd51be3381013868', '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'0133773c-66d1-45b9-8c17-3eed029b0cf6', 'swap': 0}) 2018-12-12 17:50:43,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 17:50:43,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6/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}10d85282d2d3f0587a7cc1e6529fbaf846325571" -d '{"extra_specs": {}}' 2018-12-12 17:50:43,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4fa12086-d176-44f3-910d-5c80de92adc2 x-compute-request-id: req-4fa12086-d176-44f3-910d-5c80de92adc2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 17:50:43,943 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6/os-extra_specs used request id req-4fa12086-d176-44f3-910d-5c80de92adc2 2018-12-12 17:50:43,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0260338783264s 2018-12-12 17:50:43,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6/os-extra_specs used request id req-4fa12086-d176-44f3-910d-5c80de92adc2 2018-12-12 17:50:43,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 17:50:43,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 17:50:43,954 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 12 Dec 2018 17:50: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.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-12 17:50:43,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 17:50:44,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28132018-00a7-4823-9bc0-105aa26fc445 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "55331b8928cc43a49b71b0374df2a164", "links": {"self": "http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 17:50:44,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-28132018-00a7-4823-9bc0-105aa26fc445 2018-12-12 17:50:44,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.092334985733s 2018-12-12 17:50:44,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-12 17:50:44,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 17:50:44,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17:50:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c376b31-bb75-4388-8692-aeb5e0355d85 x-compute-request-id: req-3c376b31-bb75-4388-8692-aeb5e0355d85 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 143}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 161}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-12-12 17:50:44,228 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-3c376b31-bb75-4388-8692-aeb5e0355d85 2018-12-12 17:50:44,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.186825990677s 2018-12-12 17:50:44,229 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-3c376b31-bb75-4388-8692-aeb5e0355d85 2018-12-12 17:50:44,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:50:44,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 17:50:44,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-8e678fd0-f1de-4cf2-89b3-486009e4403d Date: Wed, 12 Dec 2018 17:50:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap", "metadata": {}}], "file": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/file", "owner": "e10f59c1b2be409a9cca748b747a1f75", "id": "c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "size": 12716032, "self": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T17:50:43Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T17:50:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:50:44,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8e678fd0-f1de-4cf2-89b3-486009e4403d 2018-12-12 17:50:44,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.564383029938s 2018-12-12 17:50:44,794 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8e678fd0-f1de-4cf2-89b3-486009e4403d 2018-12-12 17:50:44,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-12 17:50:44,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}' 2018-12-12 17:50:45,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47 X-Openstack-Request-Id: req-d0e98957-4639-4da4-95f1-96defabb897a Date: Wed, 12 Dec 2018 17:50:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47/file", "owner": "e10f59c1b2be409a9cca748b747a1f75", "id": "dfb22d8a-0365-4423-a71d-36d11e898c47", "size": null, "self": "/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T17:50:45Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "checksum": null, "created_at": "2018-12-12T17:50:45Z", "protected": false} 2018-12-12 17:50:45,352 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d0e98957-4639-4da4-95f1-96defabb897a 2018-12-12 17:50:45,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.554626941681s 2018-12-12 17:50:45,352 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d0e98957-4639-4da4-95f1-96defabb897a returning object dfb22d8a-0365-4423-a71d-36d11e898c47 2018-12-12 17:50:45,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-12 17:50:45,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47/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}724d8b117f43a9c439a5b3f9c21f0f504a61a123" -d '' 2018-12-12 17:50:46,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-090a13dd-7b72-4dd3-a4f2-fde0769d55f2 Date: Wed, 12 Dec 2018 17:50:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 17:50:46,871 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47/file used request id req-090a13dd-7b72-4dd3-a4f2-fde0769d55f2 2018-12-12 17:50:46,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.51787781715s 2018-12-12 17:50:46,871 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47/file used request id req-090a13dd-7b72-4dd3-a4f2-fde0769d55f2 2018-12-12 17:50:46,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 17:50:46,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 17:50:47,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-9a1caa67-9810-4da8-aa63-07c612ba6a66 Date: Wed, 12 Dec 2018 17:50:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dfb22d8a-0365-4423-a71d-36d11e898c47/snap", "metadata": {}}], "file": "/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47/file", "owner": "e10f59c1b2be409a9cca748b747a1f75", "id": "dfb22d8a-0365-4423-a71d-36d11e898c47", "size": 12716032, "self": "/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dfb22d8a-0365-4423-a71d-36d11e898c47/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T17:50:46Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T17:50:45Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap", "metadata": {}}], "file": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/file", "owner": "e10f59c1b2be409a9cca748b747a1f75", "id": "c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "size": 12716032, "self": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T17:50:43Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T17:50:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 17:50:47,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9a1caa67-9810-4da8-aa63-07c612ba6a66 2018-12-12 17:50:47,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165100097656s 2018-12-12 17:50:47,038 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9a1caa67-9810-4da8-aa63-07c612ba6a66 2018-12-12 17:50:47,040 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dfb22d8a-0365-4423-a71d-36d11e898c47/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47/file', 'owner': u'e10f59c1b2be409a9cca748b747a1f75', 'id': u'dfb22d8a-0365-4423-a71d-36d11e898c47', 'size': 12716032, u'self': u'/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e10f59c1b2be409a9cca748b747a1f75', 'name': 'tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/dfb22d8a-0365-4423-a71d-36d11e898c47/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-12T17:50:46Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-12T17:50:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', 'created': u'2018-12-12T17:50:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-12T17:50:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-12 17:50:47,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-12 17:50:47,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-12 17:50:47,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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-fa9567c7-eda1-4ab3-9d39-5637b11f2544 x-compute-request-id: req-fa9567c7-eda1-4ab3-9d39-5637b11f2544 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1308458-85b7-4133-b8c5-e956590cb3c0", "name": "tempest_full_parallel-flavor_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-12 17:50:47,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-fa9567c7-eda1-4ab3-9d39-5637b11f2544 2018-12-12 17:50:47,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0491230487823s 2018-12-12 17:50:47,091 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-fa9567c7-eda1-4ab3-9d39-5637b11f2544 returning object c1308458-85b7-4133-b8c5-e956590cb3c0 2018-12-12 17:50:47,091 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', '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'0179093643ff4edbbd51be3381013868', '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'c1308458-85b7-4133-b8c5-e956590cb3c0', 'swap': 0}) 2018-12-12 17:50:47,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-12 17:50:47,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0/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}10d85282d2d3f0587a7cc1e6529fbaf846325571" -d '{"extra_specs": {}}' 2018-12-12 17:50:47,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 17: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 x-openstack-request-id: req-ab52874a-6dac-4dc8-889c-6e77d7dbd570 x-compute-request-id: req-ab52874a-6dac-4dc8-889c-6e77d7dbd570 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-12 17:50:47,113 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0/os-extra_specs used request id req-ab52874a-6dac-4dc8-889c-6e77d7dbd570 2018-12-12 17:50:47,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204660892487s 2018-12-12 17:50:47,113 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0/os-extra_specs used request id req-ab52874a-6dac-4dc8-889c-6e77d7dbd570 2018-12-12 17:50:47,113 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f', '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'0179093643ff4edbbd51be3381013868', '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'c1308458-85b7-4133-b8c5-e956590cb3c0', 'swap': 0}) 2018-12-12 17:50:50,167 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-12 17:50:49.096 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8a026bde-5939-47b6-a2fd-b3a20f028cd4) for deployment 'opnfv-rally' (UUID=3cd160c5-c910-41aa-bc50-ae02d61d92fa). 2018-12-12 17:50:50.005 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-12 17:50:50.007 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8a026bde-5939-47b6-a2fd-b3a20f028cd4) has been successfully configured for deployment 'opnfv-rally' (UUID=3cd160c5-c910-41aa-bc50-ae02d61d92fa)! 2018-12-12 17:50:50,168 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-12 17:50:50,168 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-12 17:50:50,172 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-12 17:50:50,192 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-12 17:50:53,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8a026bde-5939-47b6-a2fd-b3a20f028cd4/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-12-12 17:50:53,375 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-12 17:50:53,406 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-12 17:50:53,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-12-12 17:50:55,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:50:55.449 49 INFO rally.api [-] Starting verification (UUID=c90daa9e-43d9-4c33-8918-44417ddb8ab3) for deployment 'opnfv-rally' (UUID=3cd160c5-c910-41aa-bc50-ae02d61d92fa) by verifier 'opnfv-tempest' (UUID=8a026bde-5939-47b6-a2fd-b3a20f028cd4). 2018-12-12 17:50:55,451 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c90daa9e-43d9-4c33-8918-44417ddb8ab3 2018-12-12 17:51:01,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:01.081 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-12-12 17:51:01,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:01.081 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-12-12 17:51:01,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:01.309 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:51:01,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:01.348 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:51:01,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:01.361 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:51:04,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.550 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.205s] 2018-12-12 17:51:04,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.564 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.014s] 2018-12-12 17:51:04,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.709 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.167s] 2018-12-12 17:51:04,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.727 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.159s] 2018-12-12 17:51:04,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.727 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.229s] 2018-12-12 17:51:04,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.758 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.283s] 2018-12-12 17:51:04,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.774 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.047s] 2018-12-12 17:51:04,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.796 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.267s] 2018-12-12 17:51:04,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.846 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.072s] 2018-12-12 17:51:04,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.916 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.120s] 2018-12-12 17:51:04,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.926 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.080s] 2018-12-12 17:51:04,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.948 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.342s] 2018-12-12 17:51:04,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:04.956 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.030s] 2018-12-12 17:51:05,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.038 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.278s] 2018-12-12 17:51:05,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.061 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.196s] 2018-12-12 17:51:05,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.077 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.127s] 2018-12-12 17:51:05,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.078 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.015s] 2018-12-12 17:51:05,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.170 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.212s] 2018-12-12 17:51:05,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.235 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.065s] 2018-12-12 17:51:05,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.246 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.169s] 2018-12-12 17:51:05,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.292 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.254s] 2018-12-12 17:51:05,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.294 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.048s] 2018-12-12 17:51:05,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.310 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.016s] 2018-12-12 17:51:05,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.320 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2018-12-12 17:51:05,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.332 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.012s] 2018-12-12 17:51:05,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.347 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.272s] 2018-12-12 17:51:05,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.352 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.311s] 2018-12-12 17:51:05,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.453 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.099s] 2018-12-12 17:51:05,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.460 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.671s] 2018-12-12 17:51:05,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.570 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.278s] 2018-12-12 17:51:05,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.659 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.084s] 2018-12-12 17:51:05,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.729 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.380s] 2018-12-12 17:51:05,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.788 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.217s] 2018-12-12 17:51:05,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:05.810 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.498s] 2018-12-12 17:51:06,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.012 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.551s] 2018-12-12 17:51:06,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.087 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.428s] 2018-12-12 17:51:06,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.116 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.662s] 2018-12-12 17:51:06,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.244 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.514s] 2018-12-12 17:51:06,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.309 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.652s] 2018-12-12 17:51:06,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.394 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.382s] 2018-12-12 17:51:06,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.405 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.010s] 2018-12-12 17:51:06,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.416 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.011s] 2018-12-12 17:51:06,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.428 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2018-12-12 17:51:06,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.448 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.659s] 2018-12-12 17:51:06,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.650 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.342s] 2018-12-12 17:51:06,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.735 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.306s] 2018-12-12 17:51:06,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.809 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.360s] 2018-12-12 17:51:06,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:06.970 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.235s] 2018-12-12 17:51:07,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:07.011 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.040s] 2018-12-12 17:51:07,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:07.143 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.131s] 2018-12-12 17:51:07,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:07.190 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.046s] 2018-12-12 17:51:07,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:07.205 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.015s] 2018-12-12 17:51:07,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:07.570 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.756s] 2018-12-12 17:51:07,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:07.652 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.446s] 2018-12-12 17:51:08,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:08.080 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.426s] 2018-12-12 17:51:08,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:08.331 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.762s] 2018-12-12 17:51:09,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:09.190 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.859s] 2018-12-12 17:51:09,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:09.210 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-12-12 17:51:09,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:09.294 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.845s] 2018-12-12 17:51:13,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:13.757 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:51:13,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:13.758 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:51:13,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:13.778 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.195s] 2018-12-12 17:51:13,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:13.810 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.031s] 2018-12-12 17:51:14,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:14.405 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.722s] 2018-12-12 17:51:14,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:14.828 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [5.533s] 2018-12-12 17:51:14,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:14.985 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.196s] 2018-12-12 17:51:15,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.002 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.017s] 2018-12-12 17:51:15,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.045 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.042s] 2018-12-12 17:51:15,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.059 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.014s] 2018-12-12 17:51:15,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.080 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.020s] 2018-12-12 17:51:15,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.093 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.013s] 2018-12-12 17:51:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.126 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.032s] 2018-12-12 17:51:15,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.139 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-12-12 17:51:15,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.177 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.037s] 2018-12-12 17:51:15,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.189 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-12-12 17:51:15,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.199 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.794s] 2018-12-12 17:51:15,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.203 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.013s] 2018-12-12 17:51:15,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.215 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.011s] 2018-12-12 17:51:15,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.225 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-12-12 17:51:15,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.264 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.038s] 2018-12-12 17:51:15,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.562 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.362s] 2018-12-12 17:51:15,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.592 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.223s] 2018-12-12 17:51:15,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.652 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.060s] 2018-12-12 17:51:15,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.701 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.049s] 2018-12-12 17:51:15,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.786 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.189s] 2018-12-12 17:51:15,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.824 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.357s] 2018-12-12 17:51:15,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.937 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.112s] 2018-12-12 17:51:15,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:15.998 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.435s] 2018-12-12 17:51:16,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:16.005 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.067s] 2018-12-12 17:51:16,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:16.058 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.054s] 2018-12-12 17:51:16,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:16.724 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.726s] 2018-12-12 17:51:17,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:17.607 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.882s] 2018-12-12 17:51:18,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:18.355 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.523s] 2018-12-12 17:51:18,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:18.358 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-12-12 17:51:18,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:18.359 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-12-12 17:51:18,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:18.371 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.015s] 2018-12-12 17:51:19,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:19.039 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.538s] 2018-12-12 17:51:19,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:19.239 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [14.914s] 2018-12-12 17:51:22,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:22.801 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.941s] 2018-12-12 17:51:23,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:23.344 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.847s] 2018-12-12 17:51:23,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:23.373 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.571s] 2018-12-12 17:51:23,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:23.917 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.543s] 2018-12-12 17:51:24,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:24.264 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.919s] 2018-12-12 17:51:24,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:24.635 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.593s] 2018-12-12 17:51:24,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:24.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.179s] 2018-12-12 17:51:24,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:24.885 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.621s] 2018-12-12 17:51:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:25.753 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.243s] 2018-12-12 17:51:26,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:26.103 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.982s] 2018-12-12 17:51:26,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:26.485 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [10.868s] 2018-12-12 17:51:26,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:26.719 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.615s] 2018-12-12 17:51:26,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:26.811 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [11.316s] 2018-12-12 17:51:27,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:27.019 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.300s] 2018-12-12 17:51:27,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:27.182 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.386s] 2018-12-12 17:51:27,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:27.194 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.011s] 2018-12-12 17:51:28,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:28.105 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.295s] 2018-12-12 17:51:28,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:28.343 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [3.527s] 2018-12-12 17:51:28,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:28.511 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.407s] 2018-12-12 17:51:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:28.591 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [1.568s] 2018-12-12 17:51:28,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:28.876 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.680s] 2018-12-12 17:51:28,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:28.880 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-12-12 17:51:28,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:28.882 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-12-12 17:51:28,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:28.884 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-12-12 17:51:29,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:29.058 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.178s] 2018-12-12 17:51:29,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:29.219 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.160s] 2018-12-12 17:51:29,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:29.222 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-12-12 17:51:29,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:29.223 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-12-12 17:51:29,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:29.224 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-12-12 17:51:29,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:29.676 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.163s] 2018-12-12 17:51:29,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:29.807 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [14.105s] 2018-12-12 17:51:29,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:29.962 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.155s] 2018-12-12 17:51:30,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:30.048 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.371s] 2018-12-12 17:51:30,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:30.472 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.423s] 2018-12-12 17:51:30,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:30.905 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [15.037s] 2018-12-12 17:51:30,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:30.948 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.045s] 2018-12-12 17:51:30,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:30.967 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.020s] 2018-12-12 17:51:30,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:30.987 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.019s] 2018-12-12 17:51:31,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:30.999 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.013s] 2018-12-12 17:51:31,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:31.089 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.618s] 2018-12-12 17:51:31,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:31.325 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.324s] 2018-12-12 17:51:31,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:31.618 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [15.827s] 2018-12-12 17:51:31,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:31.626 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.012s] 2018-12-12 17:51:31,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:31.638 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-12-12 17:51:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:31.655 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.016s] 2018-12-12 17:51:31,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:31.666 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.341s] 2018-12-12 17:51:32,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:32.013 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.922s] 2018-12-12 17:51:32,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:32.033 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.366s] 2018-12-12 17:51:32,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:32.349 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.314s] 2018-12-12 17:51:32,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:32.658 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.309s] 2018-12-12 17:51:32,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:32.800 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.788s] 2018-12-12 17:51:33,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:33.421 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [14.183s] 2018-12-12 17:51:35,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:35.491 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [7.148s] 2018-12-12 17:51:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:36.358 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [4.700s] 2018-12-12 17:51:37,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:37.561 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.204s] 2018-12-12 17:51:40,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:40.822 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [18.760s] 2018-12-12 17:51:40,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:40.995 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.102s] 2018-12-12 17:51:41,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.012 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-12-12 17:51:41,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.029 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.017s] 2018-12-12 17:51:41,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.270 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.239s] 2018-12-12 17:51:41,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.284 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.014s] 2018-12-12 17:51:41,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.327 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.043s] 2018-12-12 17:51:41,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.345 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.018s] 2018-12-12 17:51:41,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.402 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.056s] 2018-12-12 17:51:41,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.414 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.012s] 2018-12-12 17:51:41,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.464 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.048s] 2018-12-12 17:51:41,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:41.483 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.019s] 2018-12-12 17:51:45,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:45.945 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:51:47,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:47.072 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [6.252s] 2018-12-12 17:51:47,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:47.823 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.263s] 2018-12-12 17:51:47,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:47.919 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.096s] 2018-12-12 17:51:48,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:48.020 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.100s] 2018-12-12 17:51:48,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:48.120 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.100s] 2018-12-12 17:51:48,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:48.435 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.783s] 2018-12-12 17:51:48,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:48.859 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.424s] 2018-12-12 17:51:51,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:51.132 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.361s] 2018-12-12 17:51:51,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:51.385 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-12-12 17:51:51,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:51.519 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.387s] 2018-12-12 17:51:52,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:52.053 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.532s] 2018-12-12 17:51:52,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:52.579 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 [28.652s] 2018-12-12 17:51:53,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:53.826 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.772s] 2018-12-12 17:51:54,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:54.541 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.716s] 2018-12-12 17:51:54,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:54.843 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.626s] 2018-12-12 17:51:55,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:55.107 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.266s] 2018-12-12 17:51:56,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:56.144 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.171s] 2018-12-12 17:51:56,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:56.180 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.036s] 2018-12-12 17:51:56,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:56.418 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.237s] 2018-12-12 17:51:56,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:56.710 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.602s] 2018-12-12 17:51:57,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:57.475 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.764s] 2018-12-12 17:51:57,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:57.509 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.035s] 2018-12-12 17:51:57,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:57.879 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.253s] 2018-12-12 17:51:57,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:57.958 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.077s] 2018-12-12 17:51:58,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.040 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.082s] 2018-12-12 17:51:58,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.119 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.079s] 2018-12-12 17:51:58,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.148 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.028s] 2018-12-12 17:51:58,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.236 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.086s] 2018-12-12 17:51:58,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.292 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.056s] 2018-12-12 17:51:58,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.350 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-12-12 17:51:58,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.354 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.062s] 2018-12-12 17:51:58,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.376 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.022s] 2018-12-12 17:51:58,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.469 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.093s] 2018-12-12 17:51:58,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.519 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.008s] 2018-12-12 17:51:58,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:58.590 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.120s] 2018-12-12 17:51:59,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:51:59.079 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.559s] 2018-12-12 17:52:01,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:01.663 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [24.461s] 2018-12-12 17:52:03,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:03.270 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [11.185s] 2018-12-12 17:52:03,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:03.467 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.808s] 2018-12-12 17:52:11,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:11.555 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.081s] 2018-12-12 17:52:21,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:21.185 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [28.402s] 2018-12-12 17:52:24,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:24.039 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [11.993s] 2018-12-12 17:52:24,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:24.115 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.938s] 2018-12-12 17:52:24,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:24.509 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2018-12-12 17:52:24,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:24.624 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.115s] 2018-12-12 17:52:27,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:27.287 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [21.996s] 2018-12-12 17:52:31,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:31.432 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [7.392s] 2018-12-12 17:52:32,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:32.289 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.184s] 2018-12-12 17:52:32,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:32.470 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.181s] 2018-12-12 17:52:36,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:36.097 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:52:37,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:37.666 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [39.306s] 2018-12-12 17:52:42,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:42.636 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [14.378s] 2018-12-12 17:52:42,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:42.725 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.089s] 2018-12-12 17:52:43,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:43.471 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.745s] 2018-12-12 17:52:43,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:43.577 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.100s] 2018-12-12 17:52:43,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:43.582 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-12-12 17:52:43,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:43.588 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [40.305s] 2018-12-12 17:52:43,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:43.672 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [51.089s] 2018-12-12 17:52:45,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:45.301 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.112s] 2018-12-12 17:52:45,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:45.365 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-12-12 17:52:45,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:45.711 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.345s] 2018-12-12 17:52:45,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:45.808 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.096s] 2018-12-12 17:52:45,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:45.809 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-12-12 17:52:48,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:48.735 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [5.151s] 2018-12-12 17:52:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:51.227 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [91.974s] 2018-12-12 17:52:51,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:51.250 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.028s] 2018-12-12 17:52:53,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:53.122 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [25.833s] 2018-12-12 17:52:57,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:52:57.384 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.453s] 2018-12-12 17:53:00,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:00.931 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.342s] 2018-12-12 17:53:05,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:05.394 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.417s] 2018-12-12 17:53:05,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:05.463 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.069s] 2018-12-12 17:53:07,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:07.669 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.481s] 2018-12-12 17:53:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:09.650 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [4.186s] 2018-12-12 17:53:09,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:09.742 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.092s] 2018-12-12 17:53:10,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:10.385 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [2.716s] 2018-12-12 17:53:10,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:10.396 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-12-12 17:53:12,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:12.143 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [2.400s] 2018-12-12 17:53:12,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:12.534 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.137s] 2018-12-12 17:53:13,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:13.631 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.096s] 2018-12-12 17:53:15,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:15.985 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 [21.816s] 2018-12-12 17:53:15,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:15.997 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2018-12-12 17:53:16,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:16.136 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.139s] 2018-12-12 17:53:16,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:16.178 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.041s] 2018-12-12 17:53:17,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:17.495 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [3.862s] 2018-12-12 17:53:18,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:18.286 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.791s] 2018-12-12 17:53:18,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:18.659 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.372s] 2018-12-12 17:53:19,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:19.568 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [30.823s] 2018-12-12 17:53:19,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:19.569 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-12-12 17:53:21,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:21.498 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [91.830s] 2018-12-12 17:53:24,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:24.485 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.087s] 2018-12-12 17:53:25,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:25.209 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [47.531s] 2018-12-12 17:53:25,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:25.212 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.002s]: Skipped until Bug: 1524898 is resolved. 2018-12-12 17:53:26,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:26.950 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [2.466s] 2018-12-12 17:53:28,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:28.384 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [10.598s] 2018-12-12 17:53:28,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:28.880 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [77.309s] 2018-12-12 17:53:30,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:30.612 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.737s] 2018-12-12 17:53:31,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:31.729 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.577s] 2018-12-12 17:53:33,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:33.712 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-12-12 17:53:41,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:41.768 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.769s] 2018-12-12 17:53:43,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:43.538 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [32.188s] 2018-12-12 17:53:44,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:44.903 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.045s] 2018-12-12 17:53:44,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:44.915 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2018-12-12 17:53:47,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:47.794 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [6.023s] 2018-12-12 17:53:50,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:50.014 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.221s] 2018-12-12 17:53:50,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:50.459 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.924s] 2018-12-12 17:53:50,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:50.823 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [22.435s] 2018-12-12 17:53:51,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:51.196 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [112.093s] 2018-12-12 17:53:55,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:55.078 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 17:53:55,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:55.080 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-12-12 17:53:55,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:55.080 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-12-12 17:53:55,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:55.331 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.813s] 2018-12-12 17:53:58,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:58.552 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [7.355s] 2018-12-12 17:53:59,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:53:59.388 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [0.837s] 2018-12-12 17:54:01,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:01.453 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [11.416s] 2018-12-12 17:54:02,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:02.466 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.617s] 2018-12-12 17:54:10,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:10.435 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [79.160s] 2018-12-12 17:54:14,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:14.628 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [19.291s] 2018-12-12 17:54:15,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:15.227 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.396s] 2018-12-12 17:54:15,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:15.247 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.020s] 2018-12-12 17:54:15,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:15.272 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.025s] 2018-12-12 17:54:15,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:15.602 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.327s] 2018-12-12 17:54:17,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:17.146 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.539s] 2018-12-12 17:54:17,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:17.160 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-12-12 17:54:17,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:17.188 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.026s] 2018-12-12 17:54:17,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:17.198 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2018-12-12 17:54:17,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:17.210 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.011s] 2018-12-12 17:54:17,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:17.228 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.017s] 2018-12-12 17:54:17,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:17.240 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.012s] 2018-12-12 17:54:17,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:17.253 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.013s] 2018-12-12 17:54:19,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:19.182 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [22.326s] 2018-12-12 17:54:19,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:19.684 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.096s] 2018-12-12 17:54:19,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:19.852 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.167s] 2018-12-12 17:54:22,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:22.895 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:54:23,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:23.537 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.512s] 2018-12-12 17:54:23,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:23.588 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.051s] 2018-12-12 17:54:26,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:26.015 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [27.183s] 2018-12-12 17:54:32,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:32.908 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [85.153s] 2018-12-12 17:54:34,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:34.069 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [14.429s] 2018-12-12 17:54:34,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:34.673 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 17:54:35,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:35.564 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [75.981s] 2018-12-12 17:54:35,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:35.580 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [11.824s] 2018-12-12 17:54:35,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:35.668 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.088s] 2018-12-12 17:54:36,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:36.109 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.440s] 2018-12-12 17:54:36,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:36.209 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.099s] 2018-12-12 17:54:36,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:36.210 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-12-12 17:54:40,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:40.255 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-12-12 17:54:44,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:44.435 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.583s] 2018-12-12 17:54:44,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:44.622 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.186s] 2018-12-12 17:54:44,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:44.723 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.463s] 2018-12-12 17:54:45,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:45.088 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.465s] 2018-12-12 17:54:45,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:45.121 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.396s] 2018-12-12 17:54:46,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:46.112 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [31.481s] 2018-12-12 17:54:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:46.998 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.878s] 2018-12-12 17:54:49,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:49.728 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.070s] 2018-12-12 17:54:50,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:50.209 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [24.194s] 2018-12-12 17:54:53,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:53.083 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.353s] 2018-12-12 17:54:54,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:54.580 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-12-12 17:54:57,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:57.089 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [21.524s] 2018-12-12 17:54:57,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:54:57.749 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.047s] 2018-12-12 17:55:03,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:03.583 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [6.024s] 2018-12-12 17:55:11,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:11.849 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:55:21,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:21.536 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.157s] 2018-12-12 17:55:21,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:21.724 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.188s] 2018-12-12 17:55:21,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:21.873 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.149s] 2018-12-12 17:55:23,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:23.890 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [2.015s] 2018-12-12 17:55:24,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:24.069 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.179s] 2018-12-12 17:55:30,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:30.655 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [9.578s] 2018-12-12 17:55:30,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:30.826 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [33.280s] 2018-12-12 17:55:30,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:30.829 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-12-12 17:55:30,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:30.830 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-12-12 17:55:30,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:30.831 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-12-12 17:55:32,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:32.275 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.620s] 2018-12-12 17:55:32,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:32.873 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [73.682s] 2018-12-12 17:55:34,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:34.190 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.354s] 2018-12-12 17:55:34,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:34.571 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.380s] 2018-12-12 17:55:35,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:35.308 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [62.220s] 2018-12-12 17:55:35,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:35.563 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.992s] 2018-12-12 17:55:36,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:36.018 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.454s] 2018-12-12 17:55:36,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:36.137 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [50.012s] 2018-12-12 17:55:36,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:36.293 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [43.907s] 2018-12-12 17:55:36,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:36.783 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.764s] 2018-12-12 17:55:37,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:37.150 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.368s] 2018-12-12 17:55:38,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:38.501 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [6.225s] 2018-12-12 17:55:41,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:41.044 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [50.833s] 2018-12-12 17:55:48,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:48.651 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [10.149s] 2018-12-12 17:55:50,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:50.002 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [6.679s] 2018-12-12 17:55:54,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:54.113 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.109s] 2018-12-12 17:55:55,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:55.867 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.754s] 2018-12-12 17:55:58,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:55:58.304 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [144.558s] 2018-12-12 17:56:00,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:00.961 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 17:56:01,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:01.283 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [110.827s] 2018-12-12 17:56:01,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:01.334 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [5.468s] 2018-12-12 17:56:05,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:05.014 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [92.081s] 2018-12-12 17:56:05,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:05.826 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [24.781s] 2018-12-12 17:56:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:06.046 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [29.904s] 2018-12-12 17:56:07,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:07.083 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [8.782s] 2018-12-12 17:56:07,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:07.321 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.432s] 2018-12-12 17:56:14,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:14.827 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.423s] 2018-12-12 17:56:17,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:17.378 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [2.551s] 2018-12-12 17:56:23,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:23.675 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [3.229s] 2018-12-12 17:56:23,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:23.846 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.079s] 2018-12-12 17:56:24,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:24.260 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.412s] 2018-12-12 17:56:24,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:24.326 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.066s] 2018-12-12 17:56:24,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:24.398 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.071s] 2018-12-12 17:56:24,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:24.480 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.082s] 2018-12-12 17:56:26,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:26.712 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [2.230s] 2018-12-12 17:56:27,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:27.317 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.092s] 2018-12-12 17:56:27,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:27.523 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.205s] 2018-12-12 17:56:27,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:27.718 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.194s] 2018-12-12 17:56:28,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:28.585 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.872s] 2018-12-12 17:56:28,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:28.947 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [11.567s] 2018-12-12 17:56:28,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:28.980 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [1.262s] 2018-12-12 17:56:29,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:29.226 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.244s] 2018-12-12 17:56:29,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:29.461 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.235s] 2018-12-12 17:56:29,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:29.519 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.057s] 2018-12-12 17:56:29,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:29.881 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.361s] 2018-12-12 17:56:30,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:30.078 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.196s] 2018-12-12 17:56:30,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:30.476 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.396s] 2018-12-12 17:56:30,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:30.733 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.257s] 2018-12-12 17:56:30,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:30.784 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.837s] 2018-12-12 17:56:31,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:31.322 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.588s] 2018-12-12 17:56:31,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:31.536 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.214s] 2018-12-12 17:56:31,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:31.750 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [5.045s] 2018-12-12 17:56:32,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:32.168 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [26.341s] 2018-12-12 17:56:32,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:32.198 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.413s] 2018-12-12 17:56:32,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:32.452 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [1.487s] 2018-12-12 17:56:32,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:32.608 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-12-12 17:56:34,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:34.095 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [61.216s] 2018-12-12 17:56:34,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:34.194 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.443s] 2018-12-12 17:56:34,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:34.597 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-12-12 17:56:35,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:35.508 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [98.399s] 2018-12-12 17:56:35,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:35.873 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.677s] 2018-12-12 17:56:36,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:36.610 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [16.052s] 2018-12-12 17:56:38,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:38.963 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.089s] 2018-12-12 17:56:39,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:39.728 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [3.041s] 2018-12-12 17:56:41,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:41.063 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [1.334s] 2018-12-12 17:56:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:41.441 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [2.477s] 2018-12-12 17:56:44,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:44.362 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [2.921s] 2018-12-12 17:56:44,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:44.544 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [2.371s] 2018-12-12 17:56:44,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:44.631 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.088s] 2018-12-12 17:56:45,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:45.910 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.506s] 2018-12-12 17:56:46,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:46.317 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [39.223s] 2018-12-12 17:56:46,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:46.327 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.416s] 2018-12-12 17:56:46,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:46.712 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.384s] 2018-12-12 17:56:47,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.089 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.376s] 2018-12-12 17:56:47,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.256 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.152s] 2018-12-12 17:56:47,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.377 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [15.208s] 2018-12-12 17:56:47,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.421 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.163s] 2018-12-12 17:56:47,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.468 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.379s] 2018-12-12 17:56:47,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.565 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [7.168s] 2018-12-12 17:56:47,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.587 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.167s] 2018-12-12 17:56:47,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.815 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.227s] 2018-12-12 17:56:47,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:47.963 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.148s] 2018-12-12 17:56:48,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:48.123 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.159s] 2018-12-12 17:56:48,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:48.130 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.007s] 2018-12-12 17:56:48,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:48.312 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.182s] 2018-12-12 17:56:48,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:48.485 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.172s] 2018-12-12 17:56:48,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:48.635 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.150s] 2018-12-12 17:56:51,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:51.928 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [15.317s] 2018-12-12 17:56:52,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:52.337 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-12-12 17:56:53,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:53.323 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.402s] 2018-12-12 17:56:53,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:53.706 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.210s] 2018-12-12 17:56:53,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:53.857 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.151s] 2018-12-12 17:56:54,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:54.153 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-12-12 17:56:54,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:54.387 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [109.382s] 2018-12-12 17:56:54,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:54.452 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.594s] 2018-12-12 17:56:55,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:55.408 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.954s] 2018-12-12 17:56:55,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:55.415 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-12-12 17:56:55,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:55.434 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.018s] 2018-12-12 17:56:55,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:55.450 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.015s] 2018-12-12 17:56:55,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:55.643 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.193s] 2018-12-12 17:56:56,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:56.540 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [2.157s] 2018-12-12 17:56:58,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:58.257 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.747s] 2018-12-12 17:56:58,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:58.660 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.731s] 2018-12-12 17:56:59,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:56:59.556 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [2.294s] 2018-12-12 17:57:00,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:00.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.772s] 2018-12-12 17:57:01,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:01.142 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [14.825s] 2018-12-12 17:57:02,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:02.036 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.897s] 2018-12-12 17:57:04,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:04.287 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.208s] 2018-12-12 17:57:04,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:04.554 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [17.177s] 2018-12-12 17:57:04,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:04.783 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-12-12 17:57:05,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:05.078 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.792s] 2018-12-12 17:57:05,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:05.988 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [9.447s] 2018-12-12 17:57:06,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:06.855 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 [6.420s] 2018-12-12 17:57:08,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:08.383 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [10.124s] 2018-12-12 17:57:11,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:11.527 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [7.756s] 2018-12-12 17:57:17,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:17.327 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [89.476s] 2018-12-12 17:57:20,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:20.201 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [18.160s] 2018-12-12 17:57:21,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:21.953 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 [15.098s] 2018-12-12 17:57:22,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:22.107 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [12.609s] 2018-12-12 17:57:23,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:23.360 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2018-12-12 17:57:23,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:23.362 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-12-12 17:57:23,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:23.364 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-12-12 17:57:23,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:23.365 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-12-12 17:57:26,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:26.002 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.802s] 2018-12-12 17:57:26,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:26.068 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.114s] 2018-12-12 17:57:30,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:30.108 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [38.179s] 2018-12-12 17:57:31,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:31.897 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [23.513s] 2018-12-12 17:57:32,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:32.472 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [86.410s] 2018-12-12 17:57:33,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:33.377 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [7.374s] 2018-12-12 17:57:33,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:33.799 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.423s]: Skipped until Bug: 1014647 is resolved. 2018-12-12 17:57:34,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:34.603 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [119.269s] 2018-12-12 17:57:35,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:35.360 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [90.327s] 2018-12-12 17:57:36,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:36.311 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [31.756s] 2018-12-12 17:57:42,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:42.396 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [8.138s] 2018-12-12 17:57:44,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:44.305 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:57:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:44.307 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 17:57:47,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:47.007 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.608s] 2018-12-12 17:57:50,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:50.311 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [23.326s] 2018-12-12 17:57:51,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:51.438 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [4.432s] 2018-12-12 17:57:51,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:51.699 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [110.386s] 2018-12-12 17:57:52,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:52.301 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.246s] 2018-12-12 17:57:52,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:52.722 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.420s] 2018-12-12 17:57:53,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:53.110 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.388s] 2018-12-12 17:57:53,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:53.357 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.246s] 2018-12-12 17:57:53,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:53.588 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.231s] 2018-12-12 17:57:53,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:53.660 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-12-12 17:57:53,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:53.812 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.152s] 2018-12-12 17:57:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:53.908 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.095s] 2018-12-12 17:57:53,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:53.977 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.068s] 2018-12-12 17:57:54,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:54.051 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.073s] 2018-12-12 17:57:54,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:54.120 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2018-12-12 17:57:56,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:56.051 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [2.203s] 2018-12-12 17:57:56,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:56.302 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.864s] 2018-12-12 17:57:57,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:57.332 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [27.223s] 2018-12-12 17:57:57,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:57.553 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.501s] 2018-12-12 17:57:59,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:59.410 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.856s] 2018-12-12 17:57:59,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:59.898 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [17.047s] 2018-12-12 17:57:59,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:57:59.945 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.047s] 2018-12-12 17:58:01,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:01.623 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [1.677s] 2018-12-12 17:58:01,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:01.838 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [10.132s] 2018-12-12 17:58:02,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:02.185 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [2.394s] 2018-12-12 17:58:02,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:02.919 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [3.508s] 2018-12-12 17:58:02,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:02.961 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.539s] 2018-12-12 17:58:03,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:03.058 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.873s] 2018-12-12 17:58:03,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:03.279 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.317s] 2018-12-12 17:58:03,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:03.515 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.456s] 2018-12-12 17:58:04,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:04.052 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.536s] 2018-12-12 17:58:04,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:04.702 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.078s] 2018-12-12 17:58:04,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:04.816 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.763s] 2018-12-12 17:58:05,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:05.045 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [2.125s] 2018-12-12 17:58:05,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:05.681 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.913s] 2018-12-12 17:58:05,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:05.959 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.142s] 2018-12-12 17:58:08,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:08.615 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [2.656s] 2018-12-12 17:58:09,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:09.757 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [5.054s] 2018-12-12 17:58:09,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:09.841 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [4.795s] 2018-12-12 17:58:10,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:10.033 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.276s] 2018-12-12 17:58:10,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:10.295 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.262s] 2018-12-12 17:58:12,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:12.534 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.889s] 2018-12-12 17:58:13,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:13.826 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [11.987s] 2018-12-12 17:58:14,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:14.104 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.422s] 2018-12-12 17:58:15,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:15.110 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 17:58:19,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:19.629 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [7.094s] 2018-12-12 17:58:20,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:20.265 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.065s] 2018-12-12 17:58:20,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:20.334 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.068s] 2018-12-12 17:58:20,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:20.780 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [23.448s] 2018-12-12 17:58:20,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:20.824 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.490s] 2018-12-12 17:58:20,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:20.908 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.804s] 2018-12-12 17:58:20,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:20.997 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [30.683s] 2018-12-12 17:58:21,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:21.217 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.393s] 2018-12-12 17:58:21,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:21.501 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.674s] 2018-12-12 17:58:23,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:23.543 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-12-12 17:58:24,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:24.754 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [67.414s] 2018-12-12 17:58:25,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:25.100 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.598s] 2018-12-12 17:58:25,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:25.598 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.688s] 2018-12-12 17:58:27,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:27.337 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [52.727s] 2018-12-12 17:58:27,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:27.359 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.259s] 2018-12-12 17:58:27,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:27.739 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [1.566s] 2018-12-12 17:58:27,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:27.755 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.022s] 2018-12-12 17:58:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:27.839 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.100s] 2018-12-12 17:58:28,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:28.089 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [54.279s] 2018-12-12 17:58:29,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:29.743 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [10.114s] 2018-12-12 17:58:30,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:30.756 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.157s] 2018-12-12 17:58:30,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:30.837 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.396s] 2018-12-12 17:58:30,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:30.852 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.015s] 2018-12-12 17:58:30,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:30.969 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.117s] 2018-12-12 17:58:31,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:31.053 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.083s] 2018-12-12 17:58:31,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:31.144 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.091s] 2018-12-12 17:58:32,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:32.237 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [4.480s] 2018-12-12 17:58:34,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:34.668 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [13.887s] 2018-12-12 17:58:35,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:35.057 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.819s] 2018-12-12 17:58:35,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:35.876 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.818s] 2018-12-12 17:58:36,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:36.064 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-12-12 17:58:36,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:36.064 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-12-12 17:58:36,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:36.065 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-12-12 17:58:36,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:36.285 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.528s] 2018-12-12 17:58:36,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:36.764 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.887s] 2018-12-12 17:58:37,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:37.802 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-12-12 17:58:37,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:37.804 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-12-12 17:58:37,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:37.805 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-12 17:58:37,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:37.805 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:58:37,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:37.806 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-12-12 17:58:37,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:37.894 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [10.558s] 2018-12-12 17:58:37,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:37.998 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.234s] 2018-12-12 17:58:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:38.123 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [17.126s] 2018-12-12 17:58:38,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:38.877 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [44.745s] 2018-12-12 17:58:38,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:38.892 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.021s] 2018-12-12 17:58:39,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:39.071 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.173s] 2018-12-12 17:58:39,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:39.097 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.098s] 2018-12-12 17:58:39,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:39.903 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.805s] 2018-12-12 17:58:40,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:40.340 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.444s] 2018-12-12 17:58:40,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:40.342 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-12-12 17:58:40,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:40.637 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.296s] 2018-12-12 17:58:40,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:40.823 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.186s] 2018-12-12 17:58:41,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:41.239 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.478s] 2018-12-12 17:58:41,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:41.408 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.168s] 2018-12-12 17:58:41,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:41.866 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.961s] 2018-12-12 17:58:42,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:42.464 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.389s] 2018-12-12 17:58:43,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:43.378 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.092s] 2018-12-12 17:58:44,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:44.415 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.549s] 2018-12-12 17:58:44,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:44.718 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.254s] 2018-12-12 17:58:44,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:44.843 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.427s] 2018-12-12 17:58:45,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:45.131 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.288s] 2018-12-12 17:58:45,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:45.724 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.592s] 2018-12-12 17:58:45,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:45.761 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.043s] 2018-12-12 17:58:46,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:46.128 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.403s] 2018-12-12 17:58:47,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:47.019 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.890s] 2018-12-12 17:58:47,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:47.164 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [19.802s] 2018-12-12 17:58:47,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:47.220 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-12-12 17:58:47,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:47.409 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.189s] 2018-12-12 17:58:47,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:47.591 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.571s] 2018-12-12 17:58:47,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:47.598 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.047s] 2018-12-12 17:58:47,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:47.871 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.272s] 2018-12-12 17:58:47,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:47.901 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.030s] 2018-12-12 17:58:48,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:48.316 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.723s] 2018-12-12 17:58:48,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:48.790 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.021s] 2018-12-12 17:58:49,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:49.007 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.244s] 2018-12-12 17:58:49,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:49.156 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.840s] 2018-12-12 17:58:49,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:49.806 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.649s] 2018-12-12 17:58:50,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:50.392 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.904s] 2018-12-12 17:58:51,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:51.654 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [16.985s] 2018-12-12 17:58:51,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:51.858 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.192s] 2018-12-12 17:58:52,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:52.342 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.483s] 2018-12-12 17:58:52,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:52.684 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.676s] 2018-12-12 17:58:52,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:52.719 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [4.815s] 2018-12-12 17:58:53,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:53.648 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.854s] 2018-12-12 17:58:53,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:53.657 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.849s] 2018-12-12 17:58:53,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:53.658 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-12-12 17:58:53,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:53.804 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [2.096s] 2018-12-12 17:58:54,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:54.111 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.768s] 2018-12-12 17:58:54,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:54.481 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.824s] 2018-12-12 17:58:54,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:54.583 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.780s] 2018-12-12 17:58:54,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:54.652 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [4.261s] 2018-12-12 17:58:54,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:54.781 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.096s] 2018-12-12 17:58:54,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:54.871 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [11.492s] 2018-12-12 17:58:54,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:54.937 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.456s] 2018-12-12 17:58:55,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:55.055 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.275s] 2018-12-12 17:58:55,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:55.257 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.673s] 2018-12-12 17:58:55,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:55.412 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.474s] 2018-12-12 17:58:55,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:55.877 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.464s] 2018-12-12 17:58:55,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:55.951 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.693s] 2018-12-12 17:58:56,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:56.125 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.247s] 2018-12-12 17:58:56,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:56.400 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.448s] 2018-12-12 17:58:56,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:56.691 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.565s] 2018-12-12 17:58:56,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:56.982 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.111s] 2018-12-12 17:58:57,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:57.209 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.238s] 2018-12-12 17:58:57,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:57.288 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.597s] 2018-12-12 17:58:57,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:57.557 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.268s] 2018-12-12 17:58:57,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:57.594 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.183s] 2018-12-12 17:58:57,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:57.808 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.946s] 2018-12-12 17:58:58,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:58.023 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.465s] 2018-12-12 17:58:58,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:58.235 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.177s] 2018-12-12 17:58:58,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:58.329 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.521s] 2018-12-12 17:58:58,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:58.359 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.957s] 2018-12-12 17:58:58,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:58.595 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.571s] 2018-12-12 17:58:59,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.112 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.782s] 2018-12-12 17:58:59,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.119 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.523s] 2018-12-12 17:58:59,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.530 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.294s] 2018-12-12 17:58:59,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.553 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2018-12-12 17:58:59,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.597 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.043s] 2018-12-12 17:58:59,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.615 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-12-12 17:58:59,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.695 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [5.041s] 2018-12-12 17:58:59,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.804 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [7.084s] 2018-12-12 17:58:59,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:58:59.974 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.614s] 2018-12-12 17:59:00,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:00.036 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.234s] 2018-12-12 17:59:00,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:00.128 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [84.754s] 2018-12-12 17:59:00,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:00.341 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.219s] 2018-12-12 17:59:00,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:00.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-12-12 17:59:00,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:00.345 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-12-12 17:59:00,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:00.821 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.479s] 2018-12-12 17:59:00,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:00.827 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.199s] 2018-12-12 17:59:00,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:00.980 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [1.005s] 2018-12-12 17:59:01,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:01.115 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.294s] 2018-12-12 17:59:01,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:01.689 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-12-12 17:59:01,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:01.690 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-12-12 17:59:01,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:01.691 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:59:02,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:02.139 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [1.158s] 2018-12-12 17:59:02,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:02.219 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.183s] 2018-12-12 17:59:02,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:02.655 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.515s] 2018-12-12 17:59:02,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:02.982 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.999s] 2018-12-12 17:59:04,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:04.046 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [1.063s] 2018-12-12 17:59:04,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:04.316 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.269s] 2018-12-12 17:59:04,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:04.608 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.291s] 2018-12-12 17:59:04,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:04.833 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [5.136s] 2018-12-12 17:59:04,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:04.859 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.251s] 2018-12-12 17:59:04,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:04.942 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.083s] 2018-12-12 17:59:05,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:05.303 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.360s] 2018-12-12 17:59:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:05.592 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.288s] 2018-12-12 17:59:05,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:05.649 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2018-12-12 17:59:05,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:05.720 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.070s] 2018-12-12 17:59:07,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:07.389 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-12-12 17:59:07,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:07.658 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.540s] 2018-12-12 17:59:08,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:08.132 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.474s] 2018-12-12 17:59:08,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:08.204 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [16.551s] 2018-12-12 17:59:08,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:08.471 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.338s] 2018-12-12 17:59:08,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:08.473 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-12-12 17:59:08,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:08.474 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-12-12 17:59:08,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:08.756 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.283s] 2018-12-12 17:59:09,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:09.045 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.288s] 2018-12-12 17:59:09,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:09.410 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.365s] 2018-12-12 17:59:11,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:11.951 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [43.854s] 2018-12-12 17:59:12,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:12.279 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [12.150s] 2018-12-12 17:59:12,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:12.371 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [7.536s] 2018-12-12 17:59:12,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:12.704 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-12-12 17:59:17,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:17.611 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.890s] 2018-12-12 17:59:18,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:18.690 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [4.948s] 2018-12-12 17:59:21,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:21.111 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 17:59:21,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:21.732 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [9.359s] 2018-12-12 17:59:23,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:23.974 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [3.312s] 2018-12-12 17:59:25,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:25.656 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.201s] 2018-12-12 17:59:25,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:25.759 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.103s] 2018-12-12 17:59:26,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:26.753 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.847s] 2018-12-12 17:59:27,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:27.123 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.362s] 2018-12-12 17:59:27,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:27.139 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.014s] 2018-12-12 17:59:27,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:27.140 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-12-12 17:59:27,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:27.192 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.054s] 2018-12-12 17:59:27,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:27.204 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2018-12-12 17:59:27,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:27.335 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.131s] 2018-12-12 17:59:27,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:27.366 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.031s] 2018-12-12 17:59:28,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:28.082 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.832s] 2018-12-12 17:59:28,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:28.090 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-12-12 17:59:29,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:29.030 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [31.434s] 2018-12-12 17:59:29,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:29.202 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.172s] 2018-12-12 17:59:29,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:29.485 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.086s] 2018-12-12 17:59:29,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:29.489 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.287s] 2018-12-12 17:59:29,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:29.559 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-12-12 17:59:29,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:29.631 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-12-12 17:59:29,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:29.636 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.005s] 2018-12-12 17:59:29,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:29.753 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.706s] 2018-12-12 17:59:30,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:30.213 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-12-12 17:59:30,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:30.251 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-12-12 17:59:30,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:30.253 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2018-12-12 17:59:30,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:30.666 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.280s] 2018-12-12 17:59:30,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:30.667 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [20.025s] 2018-12-12 17:59:30,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:30.889 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.225s] 2018-12-12 17:59:31,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.091 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.203s] 2018-12-12 17:59:31,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.248 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.069s] 2018-12-12 17:59:31,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.262 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2018-12-12 17:59:31,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.296 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.204s] 2018-12-12 17:59:31,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.421 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.158s] 2018-12-12 17:59:31,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.433 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-12-12 17:59:31,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.443 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-12-12 17:59:31,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.488 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.044s] 2018-12-12 17:59:31,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.578 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.089s] 2018-12-12 17:59:31,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.591 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.295s] 2018-12-12 17:59:31,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.648 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.056s] 2018-12-12 17:59:31,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.674 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.096s] 2018-12-12 17:59:31,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.843 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.194s] 2018-12-12 17:59:31,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:31.879 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.036s] 2018-12-12 17:59:32,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:32.036 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.361s] 2018-12-12 17:59:32,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:32.048 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.012s] 2018-12-12 17:59:32,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:32.080 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.200s] 2018-12-12 17:59:32,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:32.135 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.087s] 2018-12-12 17:59:32,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:32.281 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.201s] 2018-12-12 17:59:32,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:32.478 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [5.076s] 2018-12-12 17:59:33,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:33.706 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.951s] 2018-12-12 17:59:34,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:34.069 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.210s] 2018-12-12 17:59:35,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:35.675 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [5.015s] 2018-12-12 17:59:36,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:36.824 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [19.886s] 2018-12-12 17:59:36,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:36.825 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-12-12 17:59:38,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:38.241 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.533s] 2018-12-12 17:59:38,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:38.349 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [3.352s] 2018-12-12 17:59:39,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:39.701 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.350s] 2018-12-12 17:59:41,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:41.636 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [5.960s] 2018-12-12 17:59:41,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:41.642 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [12.150s] 2018-12-12 17:59:41,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:41.831 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.195s] 2018-12-12 17:59:42,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:42.203 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.372s] 2018-12-12 17:59:42,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:42.243 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.040s] 2018-12-12 17:59:42,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:42.450 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.206s] 2018-12-12 17:59:42,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:42.468 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2018-12-12 17:59:42,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:42.659 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.189s] 2018-12-12 17:59:42,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:42.846 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.053s] 2018-12-12 17:59:42,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:42.869 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.023s] 2018-12-12 17:59:43,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:43.259 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.599s] 2018-12-12 17:59:43,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:43.294 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.035s] 2018-12-12 17:59:43,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:43.443 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.149s] 2018-12-12 17:59:43,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:43.643 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.199s] 2018-12-12 17:59:43,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:43.859 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.215s] 2018-12-12 17:59:43,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:43.871 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.056s] 2018-12-12 17:59:43,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:43.872 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2018-12-12 17:59:44,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:44.107 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.236s] 2018-12-12 17:59:44,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:44.215 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 [4.514s] 2018-12-12 17:59:44,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:44.344 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.237s] 2018-12-12 17:59:44,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:44.596 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.251s] 2018-12-12 17:59:44,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:44.834 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.237s] 2018-12-12 17:59:45,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:45.236 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.995s] 2018-12-12 17:59:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:45.402 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.568s] 2018-12-12 17:59:45,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:45.440 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.037s] 2018-12-12 17:59:45,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:45.737 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.295s] 2018-12-12 17:59:45,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:45.747 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-12-12 17:59:45,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:45.792 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.045s] 2018-12-12 17:59:45,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:45.972 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.179s] 2018-12-12 17:59:46,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:46.009 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-12-12 17:59:46,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:46.055 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.046s] 2018-12-12 17:59:46,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:46.111 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.054s] 2018-12-12 17:59:46,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:46.162 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.051s] 2018-12-12 17:59:46,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:46.204 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.041s] 2018-12-12 17:59:46,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:46.369 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-12-12 17:59:46,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:46.421 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.216s] 2018-12-12 17:59:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:46.465 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.044s] 2018-12-12 17:59:47,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:47.021 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [5.142s] 2018-12-12 17:59:48,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:48.457 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.234s] 2018-12-12 17:59:49,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:49.712 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [5.736s] 2018-12-12 17:59:49,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:49.714 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-12-12 17:59:49,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:49.948 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [8.126s] 2018-12-12 17:59:52,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:52.421 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.197s] 2018-12-12 17:59:52,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:52.434 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-12-12 17:59:52,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:52.445 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2018-12-12 17:59:52,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:52.666 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-12-12 17:59:52,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:52.861 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.415s] 2018-12-12 17:59:52,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:52.871 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-12-12 17:59:52,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:52.885 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2018-12-12 17:59:53,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:53.138 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.251s] 2018-12-12 17:59:53,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:53.556 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.418s] 2018-12-12 17:59:55,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:55.201 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.129s] 2018-12-12 17:59:55,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:55.218 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 17:59:55,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:55.758 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.973s] 2018-12-12 17:59:55,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:55.902 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.258s] 2018-12-12 17:59:56,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:56.687 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-12-12 17:59:56,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:56.700 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.752s] 2018-12-12 17:59:57,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:57.170 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.715s] 2018-12-12 17:59:57,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:57.720 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.549s] 2018-12-12 17:59:58,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:58.231 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.510s] 2018-12-12 17:59:58,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:58.912 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.264s] 2018-12-12 17:59:59,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:59.021 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.790s] 2018-12-12 17:59:59,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 17:59:59.300 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.388s] 2018-12-12 18:00:02,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:02.084 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.783s] 2018-12-12 18:00:02,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:02.723 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [6.963s] 2018-12-12 18:00:03,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:03.191 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [30.377s] 2018-12-12 18:00:03,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:03.290 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [4.474s] 2018-12-12 18:00:04,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:04.441 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.739s] 2018-12-12 18:00:05,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:05.531 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [53.567s] 2018-12-12 18:00:08,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:08.491 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [74.826s] 2018-12-12 18:00:08,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:08.921 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.479s] 2018-12-12 18:00:10,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:10.005 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [3.011s] 2018-12-12 18:00:10,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:10.178 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.173s] 2018-12-12 18:00:10,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:10.419 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.240s] 2018-12-12 18:00:10,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:10.445 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [7.720s] 2018-12-12 18:00:13,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:13.027 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [4.105s] 2018-12-12 18:00:13,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:13.718 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [3.296s] 2018-12-12 18:00:14,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:14.114 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.239s] 2018-12-12 18:00:15,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:15.004 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.887s] 2018-12-12 18:00:15,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:15.094 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.091s] 2018-12-12 18:00:15,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:15.398 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.304s] 2018-12-12 18:00:15,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:15.500 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [47.299s] 2018-12-12 18:00:15,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:15.740 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.022s] 2018-12-12 18:00:18,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:18.434 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.703s] 2018-12-12 18:00:18,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:18.607 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.867s] 2018-12-12 18:00:18,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:18.786 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [8.340s] 2018-12-12 18:00:20,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:20.046 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2018-12-12 18:00:20,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:20.314 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.267s] 2018-12-12 18:00:20,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:20.620 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.305s] 2018-12-12 18:00:20,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:20.686 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.065s] 2018-12-12 18:00:20,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:20.715 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.029s] 2018-12-12 18:00:20,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:20.761 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.046s] 2018-12-12 18:00:21,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:21.264 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.501s] 2018-12-12 18:00:21,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:21.552 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.290s] 2018-12-12 18:00:22,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.005 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.452s] 2018-12-12 18:00:22,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.050 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.044s] 2018-12-12 18:00:22,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.149 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [18.959s] 2018-12-12 18:00:22,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.319 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.268s] 2018-12-12 18:00:22,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.375 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.056s] 2018-12-12 18:00:22,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.549 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.173s] 2018-12-12 18:00:22,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.759 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.210s] 2018-12-12 18:00:22,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.802 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.042s] 2018-12-12 18:00:22,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:22.853 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [17.324s] 2018-12-12 18:00:24,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:24.957 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.521s] 2018-12-12 18:00:25,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:25.022 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [6.236s] 2018-12-12 18:00:25,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:25.471 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.109s] 2018-12-12 18:00:25,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:25.695 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.224s] 2018-12-12 18:00:26,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:26.444 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.422s] 2018-12-12 18:00:29,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:29.912 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [4.592s] 2018-12-12 18:00:31,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:31.429 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [18.401s] 2018-12-12 18:00:31,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:31.605 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.176s] 2018-12-12 18:00:31,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:31.652 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.047s] 2018-12-12 18:00:32,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:32.974 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.840s] 2018-12-12 18:00:33,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:33.506 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.547s] 2018-12-12 18:00:34,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:34.341 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [9.931s] 2018-12-12 18:00:39,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:39.871 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [6.893s] 2018-12-12 18:00:40,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:40.731 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.772s] 2018-12-12 18:00:41,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:41.604 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.872s] 2018-12-12 18:00:41,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:41.864 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [19.710s] 2018-12-12 18:00:41,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:41.867 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.002s]: Skipped until Bug: 1676207 is resolved. 2018-12-12 18:00:42,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:42.051 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [8.546s] 2018-12-12 18:00:43,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:43.724 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [12.070s] 2018-12-12 18:00:45,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:45.484 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [11.142s] 2018-12-12 18:00:49,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:49.624 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.312s] 2018-12-12 18:00:52,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:52.757 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [29.895s] 2018-12-12 18:00:56,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:56.911 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [11.426s] 2018-12-12 18:00:57,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:57.324 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-12-12 18:00:57,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:57.326 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 18:00:57,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:57.327 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-12-12 18:00:57,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:00:57.814 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.033s] 2018-12-12 18:01:00,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:00.493 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [44.988s] 2018-12-12 18:01:00,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:00.559 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.277s] 2018-12-12 18:01:00,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:00.868 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [11.238s] 2018-12-12 18:01:00,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:00.869 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.307s] 2018-12-12 18:01:01,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:01.026 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.159s] 2018-12-12 18:01:01,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:01.232 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.204s] 2018-12-12 18:01:01,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:01.449 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.217s] 2018-12-12 18:01:01,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:01.788 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.876s] 2018-12-12 18:01:02,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:02.500 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [20.634s] 2018-12-12 18:01:02,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:02.528 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.665s] 2018-12-12 18:01:04,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:04.457 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [1.926s] 2018-12-12 18:01:05,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:05.294 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [3.505s] 2018-12-12 18:01:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:05.616 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.166s] 2018-12-12 18:01:06,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:06.010 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.702s] 2018-12-12 18:01:06,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:06.788 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.332s] 2018-12-12 18:01:07,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:07.593 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [25.540s] 2018-12-12 18:01:12,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:12.062 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.051s] 2018-12-12 18:01:12,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:12.390 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.407s] 2018-12-12 18:01:12,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:12.587 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [28.861s] 2018-12-12 18:01:12,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:12.652 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.065s] 2018-12-12 18:01:12,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:12.843 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.190s] 2018-12-12 18:01:13,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:13.068 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.006s] 2018-12-12 18:01:13,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:13.163 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.772s] 2018-12-12 18:01:13,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:13.683 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [25.487s] 2018-12-12 18:01:15,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:15.563 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.499s] 2018-12-12 18:01:17,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:17.221 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [1.657s] 2018-12-12 18:01:17,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:17.781 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.560s] 2018-12-12 18:01:18,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:18.847 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [5.779s] 2018-12-12 18:01:19,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:19.117 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.237s] 2018-12-12 18:01:20,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:20.247 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.399s] 2018-12-12 18:01:21,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:21.006 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [1.888s] 2018-12-12 18:01:21,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:21.369 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [73.475s] 2018-12-12 18:01:21,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:21.423 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [18.921s] 2018-12-12 18:01:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:22.544 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [7.942s] 2018-12-12 18:01:22,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:22.632 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.625s] 2018-12-12 18:01:23,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:23.823 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.190s] 2018-12-12 18:01:24,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:24.661 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [11.816s] 2018-12-12 18:01:25,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:25.253 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.429s] 2018-12-12 18:01:25,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:25.416 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.262s] 2018-12-12 18:01:26,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:26.841 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [1.586s] 2018-12-12 18:01:27,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:27.387 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [9.602s] 2018-12-12 18:01:27,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:27.429 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.044s] 2018-12-12 18:01:27,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:27.464 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.034s] 2018-12-12 18:01:28,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:28.584 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.742s] 2018-12-12 18:01:28,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:28.738 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.155s] 2018-12-12 18:01:28,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:28.922 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 18:01:29,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:29.259 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [9.012s] 2018-12-12 18:01:29,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:29.634 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-12-12 18:01:29,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:29.634 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 18:01:31,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:31.516 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [83.003s] 2018-12-12 18:01:31,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:31.596 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.087s] 2018-12-12 18:01:31,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:31.647 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.051s] 2018-12-12 18:01:31,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:31.651 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.912s] 2018-12-12 18:01:32,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:32.259 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [18.576s] 2018-12-12 18:01:33,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:33.356 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.703s] 2018-12-12 18:01:33,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:33.798 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.538s] 2018-12-12 18:01:33,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:33.997 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.641s] 2018-12-12 18:01:34,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:34.027 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.030s] 2018-12-12 18:01:34,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:34.046 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.020s] 2018-12-12 18:01:34,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:34.147 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.775s] 2018-12-12 18:01:34,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:34.288 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.242s] 2018-12-12 18:01:34,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:34.512 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.541s] 2018-12-12 18:01:34,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:34.702 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.552s] 2018-12-12 18:01:35,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:35.232 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [10.569s] 2018-12-12 18:01:36,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:36.125 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.422s] 2018-12-12 18:01:36,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:36.587 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-12-12 18:01:36,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:36.588 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-12-12 18:01:36,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:36.590 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 18:01:36,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:36.594 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-12-12 18:01:37,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:37.739 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.226s] 2018-12-12 18:01:38,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:38.403 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [4.605s] 2018-12-12 18:01:39,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:39.601 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [46.834s] 2018-12-12 18:01:39,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:39.995 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-12-12 18:01:40,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:40.216 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.273s] 2018-12-12 18:01:40,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:40.404 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [2.000s] 2018-12-12 18:01:41,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:41.515 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.776s] 2018-12-12 18:01:42,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:42.914 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.347s] 2018-12-12 18:01:43,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:43.061 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.845s] 2018-12-12 18:01:43,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:43.834 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.919s] 2018-12-12 18:01:48,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:48.661 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.143s] 2018-12-12 18:01:49,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:49.914 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [9.508s] 2018-12-12 18:01:50,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:50.737 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.671s] 2018-12-12 18:01:51,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:51.171 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [18.909s] 2018-12-12 18:01:51,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:51.173 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.002s]: Skipped until Bug: 1676207 is resolved. 2018-12-12 18:01:51,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:51.681 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.767s] 2018-12-12 18:01:51,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:51.950 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.018s] 2018-12-12 18:01:51,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:51.994 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-12-12 18:01:52,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:52.137 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.402s] 2018-12-12 18:01:53,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:53.819 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.868s] 2018-12-12 18:01:55,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:55.357 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 18:01:55,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:55.360 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 18:01:55,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:55.493 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.674s] 2018-12-12 18:01:57,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:57.022 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [4.882s] 2018-12-12 18:01:57,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:57.624 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.943s] 2018-12-12 18:01:57,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:57.890 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.266s] 2018-12-12 18:01:58,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:58.071 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.179s] 2018-12-12 18:01:58,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:58.240 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.169s] 2018-12-12 18:01:58,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:58.448 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.426s] 2018-12-12 18:01:58,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:58.488 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.247s] 2018-12-12 18:01:58,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:58.552 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.064s] 2018-12-12 18:01:58,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:58.882 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.329s] 2018-12-12 18:01:58,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:58.991 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.109s] 2018-12-12 18:01:59,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:59.098 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.106s] 2018-12-12 18:01:59,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:01:59.297 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.199s] 2018-12-12 18:02:00,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:00.445 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.398s] 2018-12-12 18:02:00,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:00.694 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.704s] 2018-12-12 18:02:00,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:00.975 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.351s] 2018-12-12 18:02:01,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:01.041 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.590s] 2018-12-12 18:02:01,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:01.169 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.131s] 2018-12-12 18:02:01,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:01.269 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [39.842s] 2018-12-12 18:02:01,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:01.517 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.823s] 2018-12-12 18:02:01,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:01.596 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.259s] 2018-12-12 18:02:02,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:02.831 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.856s] 2018-12-12 18:02:03,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:03.188 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.742s] 2018-12-12 18:02:04,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:04.364 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.766s] 2018-12-12 18:02:04,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:04.724 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.425s] 2018-12-12 18:02:05,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:05.771 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [14.599s] 2018-12-12 18:02:06,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:06.681 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-12-12 18:02:06,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:06.682 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-12-12 18:02:09,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:09.063 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.871s] 2018-12-12 18:02:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:09.175 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.454s] 2018-12-12 18:02:09,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:09.513 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.337s] 2018-12-12 18:02:09,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:09.729 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.215s] 2018-12-12 18:02:09,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:09.797 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.736s] 2018-12-12 18:02:09,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:09.872 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-12-12 18:02:09,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:09.905 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.176s] 2018-12-12 18:02:10,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:10.093 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.187s] 2018-12-12 18:02:10,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:10.300 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.206s] 2018-12-12 18:02:10,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:10.500 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.200s] 2018-12-12 18:02:10,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:10.555 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.055s] 2018-12-12 18:02:10,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:10.773 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.217s] 2018-12-12 18:02:10,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:10.957 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.183s] 2018-12-12 18:02:11,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:11.007 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.050s] 2018-12-12 18:02:13,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:13.467 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.087s] 2018-12-12 18:02:13,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:13.552 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.084s] 2018-12-12 18:02:13,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:13.664 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.111s] 2018-12-12 18:02:13,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:13.745 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.081s] 2018-12-12 18:02:13,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:13.828 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.082s] 2018-12-12 18:02:14,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:14.492 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [13.225s] 2018-12-12 18:02:15,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:15.947 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [4.625s] 2018-12-12 18:02:17,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:17.635 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [7.835s] 2018-12-12 18:02:18,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:18.219 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [2.272s] 2018-12-12 18:02:18,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:18.937 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.717s] 2018-12-12 18:02:19,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:19.975 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.037s] 2018-12-12 18:02:20,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:20.176 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.202s] 2018-12-12 18:02:20,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:20.198 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.021s] 2018-12-12 18:02:20,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:20.388 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.754s] 2018-12-12 18:02:20,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:20.867 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.667s] 2018-12-12 18:02:25,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:25.651 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [5.260s] 2018-12-12 18:02:25,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:25.857 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.208s] 2018-12-12 18:02:26,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:26.443 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.254s] 2018-12-12 18:02:26,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:26.483 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.040s] 2018-12-12 18:02:26,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:26.737 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.253s] 2018-12-12 18:02:27,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:27.387 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.649s] 2018-12-12 18:02:27,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:27.682 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 18:02:27,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:27.833 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.444s] 2018-12-12 18:02:28,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:28.365 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [22.592s] 2018-12-12 18:02:28,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:28.565 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.732s] 2018-12-12 18:02:28,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:28.603 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-12-12 18:02:28,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:28.813 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.209s] 2018-12-12 18:02:28,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:28.979 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [49.368s] 2018-12-12 18:02:28,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:28.980 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-12-12 18:02:29,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.251 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.436s] 2018-12-12 18:02:29,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.315 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.064s] 2018-12-12 18:02:29,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.374 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.058s] 2018-12-12 18:02:29,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.495 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.974s] 2018-12-12 18:02:29,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.522 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-12-12 18:02:29,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.522 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-12-12 18:02:29,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.600 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.226s] 2018-12-12 18:02:29,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.701 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.099s] 2018-12-12 18:02:29,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:29.883 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.740s] 2018-12-12 18:02:30,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:30.014 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.312s] 2018-12-12 18:02:30,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:30.465 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.450s] 2018-12-12 18:02:30,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:30.526 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.061s] 2018-12-12 18:02:30,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:30.742 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.246s] 2018-12-12 18:02:30,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:30.761 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.235s] 2018-12-12 18:02:30,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:30.813 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.051s] 2018-12-12 18:02:31,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:31.542 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.259s] 2018-12-12 18:02:31,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:31.856 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.314s] 2018-12-12 18:02:32,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:32.841 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.955s] 2018-12-12 18:02:32,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:32.842 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-12-12 18:02:33,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:33.052 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [37.674s] 2018-12-12 18:02:35,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:35.371 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.273s] 2018-12-12 18:02:35,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:35.589 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.217s] 2018-12-12 18:02:36,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:36.067 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.227s] 2018-12-12 18:02:36,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:36.419 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-12-12 18:02:38,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:38.081 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.013s] 2018-12-12 18:02:43,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:43.883 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.001s]: Security compliance not available. 2018-12-12 18:02:43,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:43.886 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-12-12 18:02:44,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:44.155 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.229s] 2018-12-12 18:02:44,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:44.693 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.537s] 2018-12-12 18:02:44,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:44.717 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.024s] 2018-12-12 18:02:44,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:44.767 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.050s] 2018-12-12 18:02:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:44.794 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.026s] 2018-12-12 18:02:45,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:45.017 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.222s] 2018-12-12 18:02:45,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:45.184 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.167s] 2018-12-12 18:02:45,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:45.349 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.164s] 2018-12-12 18:02:45,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:45.385 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.036s] 2018-12-12 18:02:45,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:45.623 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.237s] 2018-12-12 18:02:45,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:45.896 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.272s] 2018-12-12 18:02:45,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:45.979 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.082s] 2018-12-12 18:02:48,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:48.132 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.869s] 2018-12-12 18:02:49,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:49.736 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [76.849s] 2018-12-12 18:02:51,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:51.926 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [8.040s] 2018-12-12 18:02:52,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:52.048 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [73.289s] 2018-12-12 18:02:53,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:53.600 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.468s] 2018-12-12 18:02:53,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:53.813 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-12-12 18:02:54,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:54.105 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-12-12 18:02:56,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:56.440 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [27.456s] 2018-12-12 18:02:58,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:58.242 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.215s] 2018-12-12 18:02:58,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:58.467 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.224s] 2018-12-12 18:02:58,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:58.718 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.251s] 2018-12-12 18:02:59,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:59.343 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 18:02:59,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:59.344 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-12-12 18:02:59,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:02:59.455 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [14.628s] 2018-12-12 18:03:01,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:01.050 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.329s] 2018-12-12 18:03:01,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:01.266 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.217s] 2018-12-12 18:03:02,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:02.058 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.620s] 2018-12-12 18:03:03,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:03.228 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [3.776s] 2018-12-12 18:03:06,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:06.576 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-12-12 18:03:06,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:06.889 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.659s] 2018-12-12 18:03:07,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:07.328 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.959s] 2018-12-12 18:03:10,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:10.455 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.566s] 2018-12-12 18:03:14,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:14.568 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.112s] 2018-12-12 18:03:17,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:17.431 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [10.106s] 2018-12-12 18:03:17,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:17.601 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.938s] 2018-12-12 18:03:17,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:17.918 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.317s] 2018-12-12 18:03:19,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:19.377 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [4.807s] 2018-12-12 18:03:20,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:20.745 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 [6.012s] 2018-12-12 18:03:26,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:26.218 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.472s] 2018-12-12 18:03:32,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:32.086 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.162s] 2018-12-12 18:03:32,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:32.123 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.036s] 2018-12-12 18:03:38,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:38.940 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.051s] 2018-12-12 18:03:50,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:50.604 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-12 18:03:51,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:51.157 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [22.055s] 2018-12-12 18:03:54,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:54.365 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.163s] 2018-12-12 18:03:54,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:54.740 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.374s] 2018-12-12 18:03:57,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:57.328 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [13.407s] 2018-12-12 18:03:59,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:59.705 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 18:03:59,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:03:59.706 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-12-12 18:04:00,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:00.853 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [9.698s] 2018-12-12 18:04:01,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:01.499 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [37.975s] 2018-12-12 18:04:01,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:01.745 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.894s] 2018-12-12 18:04:02,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:02.610 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.864s] 2018-12-12 18:04:03,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:03.470 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.859s] 2018-12-12 18:04:04,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:04.271 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.388s] 2018-12-12 18:04:05,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:05.157 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.885s] 2018-12-12 18:04:05,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:05.411 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.432s] 2018-12-12 18:04:05,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:05.722 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [17.436s] 2018-12-12 18:04:05,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:05.929 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.519s] 2018-12-12 18:04:06,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:06.068 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [76.314s] 2018-12-12 18:04:07,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:07.598 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.667s] 2018-12-12 18:04:07,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:07.642 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.045s] 2018-12-12 18:04:08,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:08.176 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.533s] 2018-12-12 18:04:12,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:12.818 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.264s] 2018-12-12 18:04:13,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:13.389 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.570s] 2018-12-12 18:04:14,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:14.037 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [67.442s] 2018-12-12 18:04:14,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:14.161 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.771s] 2018-12-12 18:04:14,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:14.227 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.066s] 2018-12-12 18:04:14,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:14.293 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.065s] 2018-12-12 18:04:14,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:14.358 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.065s] 2018-12-12 18:04:21,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:21.181 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.357s] 2018-12-12 18:04:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:21.292 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [15.567s] 2018-12-12 18:04:25,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:25.400 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.497s] 2018-12-12 18:04:26,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:26.127 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.725s] 2018-12-12 18:04:26,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:26.501 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [5.212s] 2018-12-12 18:04:26,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:26.557 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.430s] 2018-12-12 18:04:27,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:27.126 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.568s] 2018-12-12 18:04:28,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:28.271 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.144s] 2018-12-12 18:04:28,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:28.696 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.425s] 2018-12-12 18:04:29,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:29.282 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.586s] 2018-12-12 18:04:30,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:30.322 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.821s] 2018-12-12 18:04:31,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:31.236 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.951s] 2018-12-12 18:04:31,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:31.574 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.335s] 2018-12-12 18:04:32,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:32.601 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [1.028s] 2018-12-12 18:04:32,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:32.664 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.063s] 2018-12-12 18:04:33,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:33.093 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.427s] 2018-12-12 18:04:33,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:33.953 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.860s] 2018-12-12 18:04:36,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:36.302 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [32.827s] 2018-12-12 18:04:46,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:46.616 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.563s] 2018-12-12 18:04:46,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:46.882 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.268s] 2018-12-12 18:04:47,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:47.143 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.260s] 2018-12-12 18:04:53,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:53.207 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [12.037s] 2018-12-12 18:04:56,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:56.605 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [3.399s] 2018-12-12 18:04:58,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:04:58.778 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [28.451s] 2018-12-12 18:05:00,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:00.313 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.808s] 2018-12-12 18:05:05,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:05.554 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.169s] 2018-12-12 18:05:07,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:07.610 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [2.054s] 2018-12-12 18:05:14,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:14.582 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.390s] 2018-12-12 18:05:14,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:14.747 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.165s] 2018-12-12 18:05:14,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:14.952 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.204s] 2018-12-12 18:05:15,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:15.124 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.172s] 2018-12-12 18:05:20,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:20.635 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.159s] 2018-12-12 18:05:31,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:31.718 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [32.937s] 2018-12-12 18:05:33,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:33.314 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.599s] 2018-12-12 18:05:37,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:37.926 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [83.871s] 2018-12-12 18:05:42,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:42.399 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [9.083s] 2018-12-12 18:05:53,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:53.822 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.421s] 2018-12-12 18:05:58,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:05:58.306 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.484s] 2018-12-12 18:06:31,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:31.079 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [32.764s] 2018-12-12 18:06:38,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:38.891 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [95.041s] 2018-12-12 18:06:46,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:46.113 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.109s] 2018-12-12 18:06:46,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:46.164 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.051s] 2018-12-12 18:06:46,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:46.551 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.387s] 2018-12-12 18:06:48,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:48.372 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.819s] 2018-12-12 18:06:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:50.505 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.133s] 2018-12-12 18:06:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:50.565 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.060s] 2018-12-12 18:06:50,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:06:50.618 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.052s] 2018-12-12 18:07:09,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:07:09.776 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-12-12 18:07:10,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:07:10.975 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-12-12 18:07:12,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:07:12.826 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-12-12 18:07:17,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:07:17.829 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-12-12 18:07:43,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:07:43.299 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [25.460s] 2018-12-12 18:07:47,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:07:47.163 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.868s] 2018-12-12 18:08:06,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:08:06.509 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [81.304s] 2018-12-12 18:08:07,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:08:07.696 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [20.523s] 2018-12-12 18:08:13,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:08:13.070 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.379s] 2018-12-12 18:08:57,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-12 18:08:57.223 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [50.702s] 2018-12-12 18:09:04,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c90daa9e-43d9-4c33-8918-44417ddb8ab3 2018-12-12 18:09:04,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c90daa9e-43d9-4c33-8918-44417ddb8ab3']'. 2018-12-12 18:09:05,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-12 18:09:05,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-12 18:09:05,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 18:09:05,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c90daa9e-43d9-4c33-8918-44417ddb8ab3 | 2018-12-12 18:09:05,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-12 18:09:05,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-12 17:50:55 | 2018-12-12 18:09:05,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-12 18:09:03 | 2018-12-12 18:09:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:08 | 2018-12-12 18:09:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-12 18:09:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-12 18:09:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8a026bde-5939-47b6-a2fd-b3a20f028cd4) | 2018-12-12 18:09:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-12 18:09:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3cd160c5-c910-41aa-bc50-ae02d61d92fa) | 2018-12-12 18:09:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-12-12 18:09:05,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1076.184 | 2018-12-12 18:09:05,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1076 | 2018-12-12 18:09:05,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 391 | 2018-12-12 18:09:05,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-12 18:09:05,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-12 18:09:05,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-12-12 18:09:05,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-12 18:09:05,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-12 18:09:05,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-12 18:09:06,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 99.9071494893% 2018-12-12 18:09:06,109 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 18:25 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-12-12 18:09:06,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 18:09:06,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 18:09:07,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d31c5229-61e2-4be2-a517-4b31596e13f0 Date: Wed, 12 Dec 2018 18:09:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 18:09:07,562 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47 used request id req-d31c5229-61e2-4be2-a517-4b31596e13f0 2018-12-12 18:09:07,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.44991898537s 2018-12-12 18:09:07,563 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/dfb22d8a-0365-4423-a71d-36d11e898c47 used request id req-d31c5229-61e2-4be2-a517-4b31596e13f0 2018-12-12 18:09:07,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 18:09:07,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:07,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 18:09:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d52ca01e-9a79-4f75-8744-7bcf644f7acb x-compute-request-id: req-d52ca01e-9a79-4f75-8744-7bcf644f7acb Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0133773c-66d1-45b9-8c17-3eed029b0cf6", "name": "tempest_full_parallel-flavor_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1308458-85b7-4133-b8c5-e956590cb3c0", "name": "tempest_full_parallel-flavor_alt_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 18:09:07,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d52ca01e-9a79-4f75-8744-7bcf644f7acb 2018-12-12 18:09:07,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.184930086136s 2018-12-12 18:09:07,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d52ca01e-9a79-4f75-8744-7bcf644f7acb 2018-12-12 18:09:07,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 18:09:07,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:07,802 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 18:09:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-181dd099-5f19-4721-8a54-2c0fde964f06 x-compute-request-id: req-181dd099-5f19-4721-8a54-2c0fde964f06 Content-Length: 0 Content-Type: application/json 2018-12-12 18:09:07,803 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0 used request id req-181dd099-5f19-4721-8a54-2c0fde964f06 2018-12-12 18:09:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0516421794891s 2018-12-12 18:09:07,803 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c1308458-85b7-4133-b8c5-e956590cb3c0 used request id req-181dd099-5f19-4721-8a54-2c0fde964f06 2018-12-12 18:09:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-12 18:09:07,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 18:09:07,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-3890a24c-0e44-4b8d-92cc-8d26d8320a8b Date: Wed, 12 Dec 2018 18:09:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap", "metadata": {}}], "file": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/file", "owner": "e10f59c1b2be409a9cca748b747a1f75", "id": "c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "size": 12716032, "self": "/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840", "disk_format": "qcow2", "direct_url": "rbd://0d4a5ce2-72a9-4e8e-b1b3-799d5f30ceda/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-12T17:50:43Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-12T17:50:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-12 18:09:07,982 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3890a24c-0e44-4b8d-92cc-8d26d8320a8b 2018-12-12 18:09:07,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17836689949s 2018-12-12 18:09:07,982 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3890a24c-0e44-4b8d-92cc-8d26d8320a8b 2018-12-12 18:09:07,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-12 18:09:07,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}724d8b117f43a9c439a5b3f9c21f0f504a61a123" 2018-12-12 18:09:09,927 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-414be9e7-db8a-4f5a-96d5-68736819fcab Date: Wed, 12 Dec 2018 18:09:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-12 18:09:09,928 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840 used request id req-414be9e7-db8a-4f5a-96d5-68736819fcab 2018-12-12 18:09:09,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.94407105446s 2018-12-12 18:09:09,928 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c2d582ca-3a2f-41c2-8375-b66a8c4b1840 used request id req-414be9e7-db8a-4f5a-96d5-68736819fcab 2018-12-12 18:09:09,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-12 18:09:09,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:09,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 18:09:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82a52a61-bc57-45cf-b39f-78c644f1baad x-compute-request-id: req-82a52a61-bc57-45cf-b39f-78c644f1baad Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0133773c-66d1-45b9-8c17-3eed029b0cf6", "name": "tempest_full_parallel-flavor_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-12 18:09:09,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-82a52a61-bc57-45cf-b39f-78c644f1baad 2018-12-12 18:09:09,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0365569591522s 2018-12-12 18:09:09,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-82a52a61-bc57-45cf-b39f-78c644f1baad 2018-12-12 18:09:09,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-12 18:09:09,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:10,023 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 12 Dec 2018 18:09:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bc1348d7-3d5f-4c34-a51b-b16454cfdc85 x-compute-request-id: req-bc1348d7-3d5f-4c34-a51b-b16454cfdc85 Content-Length: 0 Content-Type: application/json 2018-12-12 18:09:10,024 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6 used request id req-bc1348d7-3d5f-4c34-a51b-b16454cfdc85 2018-12-12 18:09:10,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0568161010742s 2018-12-12 18:09:10,024 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/0133773c-66d1-45b9-8c17-3eed029b0cf6 used request id req-bc1348d7-3d5f-4c34-a51b-b16454cfdc85 2018-12-12 18:09:10,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 18:09:10,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:10,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 18:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e18648c-16fb-4f9a-9dc9-0b2bea3d7bb4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/09eac4cf276641caba64c062a5949379"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09eac4cf276641caba64c062a5949379", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/0f34bcda8d514549a344aa3559bb4e7a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f34bcda8d514549a344aa3559bb4e7a", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/10b922b3dc064bfb80b8da4bd17c9b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "10b922b3dc064bfb80b8da4bd17c9b95", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/12bb1917267b46558f5596f54a9ca362"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12bb1917267b46558f5596f54a9ca362", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/27c1e676503d41a188b21308dcc0fb50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27c1e676503d41a188b21308dcc0fb50", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/35d30cca908b411eaffa69f0501436c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35d30cca908b411eaffa69f0501436c4", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/36c331be1805410d872d39bd156b612a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36c331be1805410d872d39bd156b612a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a8f585aaf004566b8909627abb91e58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8f585aaf004566b8909627abb91e58", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/715555942a68474a9f2c946dd2b185fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "715555942a68474a9f2c946dd2b185fc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/a150c98f70e043618c85e57aed8e8454"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a150c98f70e043618c85e57aed8e8454", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/c0969b82b71e433984fd9d4ad82be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0969b82b71e433984fd9d4ad82be2dc", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/d3ccdfc6dff84051b73a656cd076af6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3ccdfc6dff84051b73a656cd076af6f", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/d3cf3e98bd184555a57eeb3107252b2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3cf3e98bd184555a57eeb3107252b2a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/daf20553f9bc4c28873016175578a35e"}, "domain_id": "962d7e50f63e4b77b00f5aeaa3571bfe", "enabled": true, "options": {}, "id": "daf20553f9bc4c28873016175578a35e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f", "links": {"self": "http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f"}, "domain_id": "default", "enabled": true, "id": "dc3f6e61f8f14d7e985657877d45a42f", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/ee16464e39e64f0687d5e36b1e793043"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee16464e39e64f0687d5e36b1e793043", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-12-12 18:09:10,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0e18648c-16fb-4f9a-9dc9-0b2bea3d7bb4 2018-12-12 18:09:10,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107334136963s 2018-12-12 18:09:10,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0e18648c-16fb-4f9a-9dc9-0b2bea3d7bb4 2018-12-12 18:09:10,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-12 18:09:10,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:10,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 18:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebdc8b3c-e0b6-4871-9796-456177862512 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f"}, "enabled": true, "id": "dc3f6e61f8f14d7e985657877d45a42f", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}} 2018-12-12 18:09:10,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f used request id req-ebdc8b3c-e0b6-4871-9796-456177862512 2018-12-12 18:09:10,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0963938236237s 2018-12-12 18:09:10,235 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f used request id req-ebdc8b3c-e0b6-4871-9796-456177862512 2018-12-12 18:09:10,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-12 18:09:10,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:10,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 18:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c0cf2c-f196-40d9-a565-9844eed18531 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 18:09:10,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f used request id req-07c0cf2c-f196-40d9-a565-9844eed18531 2018-12-12 18:09:10,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.200503110886s 2018-12-12 18:09:10,436 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/dc3f6e61f8f14d7e985657877d45a42f used request id req-07c0cf2c-f196-40d9-a565-9844eed18531 2018-12-12 18:09:10,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-12 18:09:10,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:10,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 18:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9adbf20a-4db0-4285-b7e6-301c4308fdf1 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/0179093643ff4edbbd51be3381013868"}, "enabled": true, "id": "0179093643ff4edbbd51be3381013868", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/8985178670ba4185adffd95d9685db64"}, "enabled": true, "id": "8985178670ba4185adffd95d9685db64", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75"}, "enabled": true, "id": "e10f59c1b2be409a9cca748b747a1f75", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_ab275502-b879-4b5e-b8a3-67ee0bd9e96f"}]} 2018-12-12 18:09:10,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9adbf20a-4db0-4285-b7e6-301c4308fdf1 2018-12-12 18:09:10,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829291343689s 2018-12-12 18:09:10,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9adbf20a-4db0-4285-b7e6-301c4308fdf1 2018-12-12 18:09:10,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-12 18:09:10,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:10,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 18:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e84d118-f45a-4737-857e-f47b94963338 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 18:09:10,678 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75 used request id req-2e84d118-f45a-4737-857e-f47b94963338 2018-12-12 18:09:10,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156446933746s 2018-12-12 18:09:10,679 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e10f59c1b2be409a9cca748b747a1f75 used request id req-2e84d118-f45a-4737-857e-f47b94963338 2018-12-12 18:09:10,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-12 18:09:10,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:10,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 12 Dec 2018 18:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df12280d-c6d3-4729-a530-c8fba1e65fb7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d6bc0635c7944e7b55d71ac3f2130ce", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d6bc0635c7944e7b55d71ac3f2130ce"}, "name": "admin"}, {"domain_id": null, "id": "4bdaffd52cce4dc4b97284564ed146c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/4bdaffd52cce4dc4b97284564ed146c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "55331b8928cc43a49b71b0374df2a164", "links": {"self": "http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164"}, "name": "Member"}, {"domain_id": null, "id": "6e76d38350c04653832ed8ab3d6ea75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/6e76d38350c04653832ed8ab3d6ea75c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-12-12 18:09:10,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-df12280d-c6d3-4729-a530-c8fba1e65fb7 2018-12-12 18:09:10,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0932819843292s 2018-12-12 18:09:10,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-12 18:09:10,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:10,897 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 12 Dec 2018 18:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59a1215a-0c2d-4921-adf4-21440169ded2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-12 18:09:10,898 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/55331b8928cc43a49b71b0374df2a164 used request id req-59a1215a-0c2d-4921-adf4-21440169ded2 2018-12-12 18:09:10,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.123248100281s 2018-12-12 18:09:10,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-12 18:09:10,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e10f59c1b2be409a9cca748b747a1f75&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}10d85282d2d3f0587a7cc1e6529fbaf846325571" 2018-12-12 18:09:11,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c4cb4978-ef49-4f20-af42-e885e080f07d Date: Wed, 12 Dec 2018 18:09:11 GMT RESP BODY: {"security_groups": []} 2018-12-12 18:09:11,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e10f59c1b2be409a9cca748b747a1f75&name=default used request id req-c4cb4978-ef49-4f20-af42-e885e080f07d 2018-12-12 18:09:11,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190057992935s 2018-12-12 18:09:11,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e10f59c1b2be409a9cca748b747a1f75&name=default used request id req-c4cb4978-ef49-4f20-af42-e885e080f07d 2018-12-12 18:09:11,091 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK